From 5de66b9ca18558076ca052965ec5918fd4f1a03a Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 29 Mar 2023 15:34:01 -0400 Subject: [PATCH] refactor(): update import path --- docs/api/accordion-group.md | 12 ++++++------ docs/api/accordion.md | 12 ++++++------ docs/api/action-sheet.md | 12 ++++++------ docs/api/alert.md | 12 ++++++------ docs/api/app.md | 12 ++++++------ docs/api/avatar.md | 12 ++++++------ docs/api/back-button.md | 12 ++++++------ docs/api/backdrop.md | 12 ++++++------ docs/api/badge.md | 12 ++++++------ docs/api/breadcrumb.md | 12 ++++++------ docs/api/breadcrumbs.md | 12 ++++++------ docs/api/button.md | 12 ++++++------ docs/api/buttons.md | 12 ++++++------ docs/api/card-content.md | 12 ++++++------ docs/api/card-header.md | 12 ++++++------ docs/api/card-subtitle.md | 12 ++++++------ docs/api/card-title.md | 12 ++++++------ docs/api/card.md | 12 ++++++------ docs/api/checkbox.md | 12 ++++++------ docs/api/chip.md | 12 ++++++------ docs/api/col.md | 12 ++++++------ docs/api/content.md | 12 ++++++------ docs/api/datetime.md | 12 ++++++------ docs/api/fab-button.md | 12 ++++++------ docs/api/fab-list.md | 12 ++++++------ docs/api/fab.md | 12 ++++++------ docs/api/footer.md | 12 ++++++------ docs/api/grid.md | 12 ++++++------ docs/api/header.md | 12 ++++++------ docs/api/img.md | 12 ++++++------ docs/api/infinite-scroll-content.md | 12 ++++++------ docs/api/infinite-scroll.md | 12 ++++++------ docs/api/input.md | 12 ++++++------ docs/api/item-divider.md | 12 ++++++------ docs/api/item-group.md | 12 ++++++------ docs/api/item-option.md | 12 ++++++------ docs/api/item-options.md | 12 ++++++------ docs/api/item-sliding.md | 12 ++++++------ docs/api/item.md | 12 ++++++------ docs/api/label.md | 12 ++++++------ docs/api/list-header.md | 12 ++++++------ docs/api/list.md | 12 ++++++------ docs/api/loading.md | 12 ++++++------ docs/api/menu-button.md | 12 ++++++------ docs/api/menu-toggle.md | 12 ++++++------ docs/api/menu.md | 12 ++++++------ docs/api/modal.md | 12 ++++++------ docs/api/nav-link.md | 12 ++++++------ docs/api/nav.md | 12 ++++++------ docs/api/note.md | 12 ++++++------ docs/api/picker.md | 12 ++++++------ docs/api/popover.md | 12 ++++++------ docs/api/progress-bar.md | 12 ++++++------ docs/api/radio-group.md | 12 ++++++------ docs/api/radio.md | 12 ++++++------ docs/api/range.md | 12 ++++++------ docs/api/refresher-content.md | 12 ++++++------ docs/api/refresher.md | 12 ++++++------ docs/api/reorder-group.md | 12 ++++++------ docs/api/reorder.md | 12 ++++++------ docs/api/ripple-effect.md | 12 ++++++------ docs/api/route-redirect.md | 12 ++++++------ docs/api/route.md | 12 ++++++------ docs/api/router-link.md | 12 ++++++------ docs/api/router-outlet.md | 12 ++++++------ docs/api/router.md | 12 ++++++------ docs/api/row.md | 12 ++++++------ docs/api/searchbar.md | 12 ++++++------ docs/api/segment-button.md | 12 ++++++------ docs/api/segment.md | 12 ++++++------ docs/api/select-option.md | 12 ++++++------ docs/api/select.md | 12 ++++++------ docs/api/skeleton-text.md | 12 ++++++------ docs/api/slide.md | 12 ++++++------ docs/api/slides.md | 12 ++++++------ docs/api/spinner.md | 12 ++++++------ docs/api/split-pane.md | 12 ++++++------ docs/api/tab-bar.md | 12 ++++++------ docs/api/tab-button.md | 12 ++++++------ docs/api/tab.md | 12 ++++++------ docs/api/tabs.md | 12 ++++++------ docs/api/text.md | 12 ++++++------ docs/api/textarea.md | 12 ++++++------ docs/api/thumbnail.md | 12 ++++++------ docs/api/title.md | 12 ++++++------ docs/api/toast.md | 12 ++++++------ docs/api/toggle.md | 12 ++++++------ docs/api/toolbar.md | 12 ++++++------ docs/api/virtual-scroll.md | 12 ++++++------ 89 files changed, 534 insertions(+), 534 deletions(-) diff --git a/docs/api/accordion-group.md b/docs/api/accordion-group.md index edfa0b3cda5..6e4ac20009c 100644 --- a/docs/api/accordion-group.md +++ b/docs/api/accordion-group.md @@ -6,12 +6,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/accordion-group/props.md'; -import Events from '@site/static/auto-generated/accordion-group/events.md'; -import Methods from '@site/static/auto-generated/accordion-group/methods.md'; -import Parts from '@site/static/auto-generated/accordion-group/parts.md'; -import CustomProps from '@site/static/auto-generated/accordion-group/custom-props.md'; -import Slots from '@site/static/auto-generated/accordion-group/slots.md'; +import Props from '@ionic-internal/component-api/v6/accordion-group/props.md'; +import Events from '@ionic-internal/component-api/v6/accordion-group/events.md'; +import Methods from '@ionic-internal/component-api/v6/accordion-group/methods.md'; +import Parts from '@ionic-internal/component-api/v6/accordion-group/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/accordion-group/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/accordion-group/slots.md'; diff --git a/docs/api/accordion.md b/docs/api/accordion.md index e5fc0c98154..899ad43019c 100644 --- a/docs/api/accordion.md +++ b/docs/api/accordion.md @@ -4,12 +4,12 @@ title: "ion-accordion" import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/accordion/props.md'; -import Events from '@site/static/auto-generated/accordion/events.md'; -import Methods from '@site/static/auto-generated/accordion/methods.md'; -import Parts from '@site/static/auto-generated/accordion/parts.md'; -import CustomProps from '@site/static/auto-generated/accordion/custom-props.md'; -import Slots from '@site/static/auto-generated/accordion/slots.md'; +import Props from '@ionic-internal/component-api/v6/accordion/props.md'; +import Events from '@ionic-internal/component-api/v6/accordion/events.md'; +import Methods from '@ionic-internal/component-api/v6/accordion/methods.md'; +import Parts from '@ionic-internal/component-api/v6/accordion/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/accordion/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/accordion/slots.md'; Ion-Accordion Components: How to Build & Examples | Ionic diff --git a/docs/api/action-sheet.md b/docs/api/action-sheet.md index 2db8ab8ebc3..a083bc483c4 100644 --- a/docs/api/action-sheet.md +++ b/docs/api/action-sheet.md @@ -8,12 +8,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/action-sheet/props.md'; -import Events from '@site/static/auto-generated/action-sheet/events.md'; -import Methods from '@site/static/auto-generated/action-sheet/methods.md'; -import Parts from '@site/static/auto-generated/action-sheet/parts.md'; -import CustomProps from '@site/static/auto-generated/action-sheet/custom-props.md'; -import Slots from '@site/static/auto-generated/action-sheet/slots.md'; +import Props from '@ionic-internal/component-api/v6/action-sheet/props.md'; +import Events from '@ionic-internal/component-api/v6/action-sheet/events.md'; +import Methods from '@ionic-internal/component-api/v6/action-sheet/methods.md'; +import Parts from '@ionic-internal/component-api/v6/action-sheet/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/action-sheet/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/action-sheet/slots.md'; ion-action-sheet | Action Sheet Dialog for iOS and Android Apps diff --git a/docs/api/alert.md b/docs/api/alert.md index e7e3a612c43..2651f3a9aee 100644 --- a/docs/api/alert.md +++ b/docs/api/alert.md @@ -4,12 +4,12 @@ title: "ion-alert" import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/alert/props.md'; -import Events from '@site/static/auto-generated/alert/events.md'; -import Methods from '@site/static/auto-generated/alert/methods.md'; -import Parts from '@site/static/auto-generated/alert/parts.md'; -import CustomProps from '@site/static/auto-generated/alert/custom-props.md'; -import Slots from '@site/static/auto-generated/alert/slots.md'; +import Props from '@ionic-internal/component-api/v6/alert/props.md'; +import Events from '@ionic-internal/component-api/v6/alert/events.md'; +import Methods from '@ionic-internal/component-api/v6/alert/methods.md'; +import Parts from '@ionic-internal/component-api/v6/alert/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/alert/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/alert/slots.md'; ion-alert: Ionic API Alert Buttons with Custom Message Prompts diff --git a/docs/api/app.md b/docs/api/app.md index f901ef3c85c..c429eedcfd8 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -6,12 +6,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/app/props.md'; -import Events from '@site/static/auto-generated/app/events.md'; -import Methods from '@site/static/auto-generated/app/methods.md'; -import Parts from '@site/static/auto-generated/app/parts.md'; -import CustomProps from '@site/static/auto-generated/app/custom-props.md'; -import Slots from '@site/static/auto-generated/app/slots.md'; +import Props from '@ionic-internal/component-api/v6/app/props.md'; +import Events from '@ionic-internal/component-api/v6/app/events.md'; +import Methods from '@ionic-internal/component-api/v6/app/methods.md'; +import Parts from '@ionic-internal/component-api/v6/app/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/app/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/app/slots.md'; ion-app: Container Element for an Ionic Application diff --git a/docs/api/avatar.md b/docs/api/avatar.md index ecae5825f70..4d30299bf03 100644 --- a/docs/api/avatar.md +++ b/docs/api/avatar.md @@ -8,12 +8,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/avatar/props.md'; -import Events from '@site/static/auto-generated/avatar/events.md'; -import Methods from '@site/static/auto-generated/avatar/methods.md'; -import Parts from '@site/static/auto-generated/avatar/parts.md'; -import CustomProps from '@site/static/auto-generated/avatar/custom-props.md'; -import Slots from '@site/static/auto-generated/avatar/slots.md'; +import Props from '@ionic-internal/component-api/v6/avatar/props.md'; +import Events from '@ionic-internal/component-api/v6/avatar/events.md'; +import Methods from '@ionic-internal/component-api/v6/avatar/methods.md'; +import Parts from '@ionic-internal/component-api/v6/avatar/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/avatar/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/avatar/slots.md'; ion-avatar: Circular Application Avatar Icon Component diff --git a/docs/api/back-button.md b/docs/api/back-button.md index 1926dd68af4..6ec401b8314 100644 --- a/docs/api/back-button.md +++ b/docs/api/back-button.md @@ -8,12 +8,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/back-button/props.md'; -import Events from '@site/static/auto-generated/back-button/events.md'; -import Methods from '@site/static/auto-generated/back-button/methods.md'; -import Parts from '@site/static/auto-generated/back-button/parts.md'; -import CustomProps from '@site/static/auto-generated/back-button/custom-props.md'; -import Slots from '@site/static/auto-generated/back-button/slots.md'; +import Props from '@ionic-internal/component-api/v6/back-button/props.md'; +import Events from '@ionic-internal/component-api/v6/back-button/events.md'; +import Methods from '@ionic-internal/component-api/v6/back-button/methods.md'; +import Parts from '@ionic-internal/component-api/v6/back-button/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/back-button/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/back-button/slots.md'; Back Button | ion-back-button: Custom Menu Icon for Applications diff --git a/docs/api/backdrop.md b/docs/api/backdrop.md index 05a7639a10c..3fe097bdd0b 100644 --- a/docs/api/backdrop.md +++ b/docs/api/backdrop.md @@ -8,12 +8,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/backdrop/props.md'; -import Events from '@site/static/auto-generated/backdrop/events.md'; -import Methods from '@site/static/auto-generated/backdrop/methods.md'; -import Parts from '@site/static/auto-generated/backdrop/parts.md'; -import CustomProps from '@site/static/auto-generated/backdrop/custom-props.md'; -import Slots from '@site/static/auto-generated/backdrop/slots.md'; +import Props from '@ionic-internal/component-api/v6/backdrop/props.md'; +import Events from '@ionic-internal/component-api/v6/backdrop/events.md'; +import Methods from '@ionic-internal/component-api/v6/backdrop/methods.md'; +import Parts from '@ionic-internal/component-api/v6/backdrop/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/backdrop/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/backdrop/slots.md'; diff --git a/docs/api/badge.md b/docs/api/badge.md index bc6809b9991..488ef112fd4 100644 --- a/docs/api/badge.md +++ b/docs/api/badge.md @@ -8,12 +8,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/badge/props.md'; -import Events from '@site/static/auto-generated/badge/events.md'; -import Methods from '@site/static/auto-generated/badge/methods.md'; -import Parts from '@site/static/auto-generated/badge/parts.md'; -import CustomProps from '@site/static/auto-generated/badge/custom-props.md'; -import Slots from '@site/static/auto-generated/badge/slots.md'; +import Props from '@ionic-internal/component-api/v6/badge/props.md'; +import Events from '@ionic-internal/component-api/v6/badge/events.md'; +import Methods from '@ionic-internal/component-api/v6/badge/methods.md'; +import Parts from '@ionic-internal/component-api/v6/badge/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/badge/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/badge/slots.md'; Badges | ion-badge: iOS & Android App Notification Badge Icons diff --git a/docs/api/breadcrumb.md b/docs/api/breadcrumb.md index cdeaa9f95ae..2a334dc2fda 100644 --- a/docs/api/breadcrumb.md +++ b/docs/api/breadcrumb.md @@ -6,12 +6,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/breadcrumb/props.md'; -import Events from '@site/static/auto-generated/breadcrumb/events.md'; -import Methods from '@site/static/auto-generated/breadcrumb/methods.md'; -import Parts from '@site/static/auto-generated/breadcrumb/parts.md'; -import CustomProps from '@site/static/auto-generated/breadcrumb/custom-props.md'; -import Slots from '@site/static/auto-generated/breadcrumb/slots.md'; +import Props from '@ionic-internal/component-api/v6/breadcrumb/props.md'; +import Events from '@ionic-internal/component-api/v6/breadcrumb/events.md'; +import Methods from '@ionic-internal/component-api/v6/breadcrumb/methods.md'; +import Parts from '@ionic-internal/component-api/v6/breadcrumb/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/breadcrumb/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/breadcrumb/slots.md'; diff --git a/docs/api/breadcrumbs.md b/docs/api/breadcrumbs.md index f664b531abb..ceaabfef49b 100644 --- a/docs/api/breadcrumbs.md +++ b/docs/api/breadcrumbs.md @@ -4,12 +4,12 @@ title: "ion-breadcrumbs" import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/breadcrumbs/props.md'; -import Events from '@site/static/auto-generated/breadcrumbs/events.md'; -import Methods from '@site/static/auto-generated/breadcrumbs/methods.md'; -import Parts from '@site/static/auto-generated/breadcrumbs/parts.md'; -import CustomProps from '@site/static/auto-generated/breadcrumbs/custom-props.md'; -import Slots from '@site/static/auto-generated/breadcrumbs/slots.md'; +import Props from '@ionic-internal/component-api/v6/breadcrumbs/props.md'; +import Events from '@ionic-internal/component-api/v6/breadcrumbs/events.md'; +import Methods from '@ionic-internal/component-api/v6/breadcrumbs/methods.md'; +import Parts from '@ionic-internal/component-api/v6/breadcrumbs/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/breadcrumbs/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/breadcrumbs/slots.md'; diff --git a/docs/api/button.md b/docs/api/button.md index 27998b8f4f2..c7722c68573 100644 --- a/docs/api/button.md +++ b/docs/api/button.md @@ -8,12 +8,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/button/props.md'; -import Events from '@site/static/auto-generated/button/events.md'; -import Methods from '@site/static/auto-generated/button/methods.md'; -import Parts from '@site/static/auto-generated/button/parts.md'; -import CustomProps from '@site/static/auto-generated/button/custom-props.md'; -import Slots from '@site/static/auto-generated/button/slots.md'; +import Props from '@ionic-internal/component-api/v6/button/props.md'; +import Events from '@ionic-internal/component-api/v6/button/events.md'; +import Methods from '@ionic-internal/component-api/v6/button/methods.md'; +import Parts from '@ionic-internal/component-api/v6/button/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/button/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/button/slots.md'; ion-button: Design and Style Buttons with Custom CSS Properties diff --git a/docs/api/buttons.md b/docs/api/buttons.md index 4d311c142dd..289133664a9 100644 --- a/docs/api/buttons.md +++ b/docs/api/buttons.md @@ -6,12 +6,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/buttons/props.md'; -import Events from '@site/static/auto-generated/buttons/events.md'; -import Methods from '@site/static/auto-generated/buttons/methods.md'; -import Parts from '@site/static/auto-generated/buttons/parts.md'; -import CustomProps from '@site/static/auto-generated/buttons/custom-props.md'; -import Slots from '@site/static/auto-generated/buttons/slots.md'; +import Props from '@ionic-internal/component-api/v6/buttons/props.md'; +import Events from '@ionic-internal/component-api/v6/buttons/events.md'; +import Methods from '@ionic-internal/component-api/v6/buttons/methods.md'; +import Parts from '@ionic-internal/component-api/v6/buttons/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/buttons/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/buttons/slots.md'; ion-buttons: Toolbar Element with Named Slots for Buttons diff --git a/docs/api/card-content.md b/docs/api/card-content.md index 3c01a04b49d..e03fe563424 100644 --- a/docs/api/card-content.md +++ b/docs/api/card-content.md @@ -6,12 +6,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/card-content/props.md'; -import Events from '@site/static/auto-generated/card-content/events.md'; -import Methods from '@site/static/auto-generated/card-content/methods.md'; -import Parts from '@site/static/auto-generated/card-content/parts.md'; -import CustomProps from '@site/static/auto-generated/card-content/custom-props.md'; -import Slots from '@site/static/auto-generated/card-content/slots.md'; +import Props from '@ionic-internal/component-api/v6/card-content/props.md'; +import Events from '@ionic-internal/component-api/v6/card-content/events.md'; +import Methods from '@ionic-internal/component-api/v6/card-content/methods.md'; +import Parts from '@ionic-internal/component-api/v6/card-content/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/card-content/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/card-content/slots.md'; diff --git a/docs/api/card-header.md b/docs/api/card-header.md index acb58733be9..b5c499b0488 100644 --- a/docs/api/card-header.md +++ b/docs/api/card-header.md @@ -6,12 +6,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/card-header/props.md'; -import Events from '@site/static/auto-generated/card-header/events.md'; -import Methods from '@site/static/auto-generated/card-header/methods.md'; -import Parts from '@site/static/auto-generated/card-header/parts.md'; -import CustomProps from '@site/static/auto-generated/card-header/custom-props.md'; -import Slots from '@site/static/auto-generated/card-header/slots.md'; +import Props from '@ionic-internal/component-api/v6/card-header/props.md'; +import Events from '@ionic-internal/component-api/v6/card-header/events.md'; +import Methods from '@ionic-internal/component-api/v6/card-header/methods.md'; +import Parts from '@ionic-internal/component-api/v6/card-header/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/card-header/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/card-header/slots.md'; diff --git a/docs/api/card-subtitle.md b/docs/api/card-subtitle.md index 533b54f8e40..ffad7a37e62 100644 --- a/docs/api/card-subtitle.md +++ b/docs/api/card-subtitle.md @@ -6,12 +6,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/card-subtitle/props.md'; -import Events from '@site/static/auto-generated/card-subtitle/events.md'; -import Methods from '@site/static/auto-generated/card-subtitle/methods.md'; -import Parts from '@site/static/auto-generated/card-subtitle/parts.md'; -import CustomProps from '@site/static/auto-generated/card-subtitle/custom-props.md'; -import Slots from '@site/static/auto-generated/card-subtitle/slots.md'; +import Props from '@ionic-internal/component-api/v6/card-subtitle/props.md'; +import Events from '@ionic-internal/component-api/v6/card-subtitle/events.md'; +import Methods from '@ionic-internal/component-api/v6/card-subtitle/methods.md'; +import Parts from '@ionic-internal/component-api/v6/card-subtitle/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/card-subtitle/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/card-subtitle/slots.md'; diff --git a/docs/api/card-title.md b/docs/api/card-title.md index b13d32a2c4b..06bc49ec32d 100644 --- a/docs/api/card-title.md +++ b/docs/api/card-title.md @@ -6,12 +6,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/card-title/props.md'; -import Events from '@site/static/auto-generated/card-title/events.md'; -import Methods from '@site/static/auto-generated/card-title/methods.md'; -import Parts from '@site/static/auto-generated/card-title/parts.md'; -import CustomProps from '@site/static/auto-generated/card-title/custom-props.md'; -import Slots from '@site/static/auto-generated/card-title/slots.md'; +import Props from '@ionic-internal/component-api/v6/card-title/props.md'; +import Events from '@ionic-internal/component-api/v6/card-title/events.md'; +import Methods from '@ionic-internal/component-api/v6/card-title/methods.md'; +import Parts from '@ionic-internal/component-api/v6/card-title/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/card-title/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/card-title/slots.md'; ion-card-title | Ionic App Card Title Component and Properties diff --git a/docs/api/card.md b/docs/api/card.md index 73f735ee221..412ee759167 100644 --- a/docs/api/card.md +++ b/docs/api/card.md @@ -8,12 +8,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/card/props.md'; -import Events from '@site/static/auto-generated/card/events.md'; -import Methods from '@site/static/auto-generated/card/methods.md'; -import Parts from '@site/static/auto-generated/card/parts.md'; -import CustomProps from '@site/static/auto-generated/card/custom-props.md'; -import Slots from '@site/static/auto-generated/card/slots.md'; +import Props from '@ionic-internal/component-api/v6/card/props.md'; +import Events from '@ionic-internal/component-api/v6/card/events.md'; +import Methods from '@ionic-internal/component-api/v6/card/methods.md'; +import Parts from '@ionic-internal/component-api/v6/card/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/card/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/card/slots.md'; ion-card: Card UI Components for Ionic Framework API diff --git a/docs/api/checkbox.md b/docs/api/checkbox.md index 007332fab64..32f72cb0aa6 100644 --- a/docs/api/checkbox.md +++ b/docs/api/checkbox.md @@ -8,12 +8,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/checkbox/props.md'; -import Events from '@site/static/auto-generated/checkbox/events.md'; -import Methods from '@site/static/auto-generated/checkbox/methods.md'; -import Parts from '@site/static/auto-generated/checkbox/parts.md'; -import CustomProps from '@site/static/auto-generated/checkbox/custom-props.md'; -import Slots from '@site/static/auto-generated/checkbox/slots.md'; +import Props from '@ionic-internal/component-api/v6/checkbox/props.md'; +import Events from '@ionic-internal/component-api/v6/checkbox/events.md'; +import Methods from '@ionic-internal/component-api/v6/checkbox/methods.md'; +import Parts from '@ionic-internal/component-api/v6/checkbox/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/checkbox/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/checkbox/slots.md'; ion-checkboxes: Ionic App Component to Select Multiple Options diff --git a/docs/api/chip.md b/docs/api/chip.md index 06f69cad12b..66160631e4e 100644 --- a/docs/api/chip.md +++ b/docs/api/chip.md @@ -8,12 +8,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/chip/props.md'; -import Events from '@site/static/auto-generated/chip/events.md'; -import Methods from '@site/static/auto-generated/chip/methods.md'; -import Parts from '@site/static/auto-generated/chip/parts.md'; -import CustomProps from '@site/static/auto-generated/chip/custom-props.md'; -import Slots from '@site/static/auto-generated/chip/slots.md'; +import Props from '@ionic-internal/component-api/v6/chip/props.md'; +import Events from '@ionic-internal/component-api/v6/chip/events.md'; +import Methods from '@ionic-internal/component-api/v6/chip/methods.md'; +import Parts from '@ionic-internal/component-api/v6/chip/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/chip/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/chip/slots.md'; ion-chip: Name, Text, Icon and Avatar for Ionic Framework Apps diff --git a/docs/api/col.md b/docs/api/col.md index 4c482f4b4f0..4fb6d1eb373 100644 --- a/docs/api/col.md +++ b/docs/api/col.md @@ -6,12 +6,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/col/props.md'; -import Events from '@site/static/auto-generated/col/events.md'; -import Methods from '@site/static/auto-generated/col/methods.md'; -import Parts from '@site/static/auto-generated/col/parts.md'; -import CustomProps from '@site/static/auto-generated/col/custom-props.md'; -import Slots from '@site/static/auto-generated/col/slots.md'; +import Props from '@ionic-internal/component-api/v6/col/props.md'; +import Events from '@ionic-internal/component-api/v6/col/events.md'; +import Methods from '@ionic-internal/component-api/v6/col/methods.md'; +import Parts from '@ionic-internal/component-api/v6/col/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/col/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/col/slots.md'; ion-col: Column Component Padding, Size and Other Properties diff --git a/docs/api/content.md b/docs/api/content.md index 44ae12cee65..3334fa68ab8 100644 --- a/docs/api/content.md +++ b/docs/api/content.md @@ -8,12 +8,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/content/props.md'; -import Events from '@site/static/auto-generated/content/events.md'; -import Methods from '@site/static/auto-generated/content/methods.md'; -import Parts from '@site/static/auto-generated/content/parts.md'; -import CustomProps from '@site/static/auto-generated/content/custom-props.md'; -import Slots from '@site/static/auto-generated/content/slots.md'; +import Props from '@ionic-internal/component-api/v6/content/props.md'; +import Events from '@ionic-internal/component-api/v6/content/events.md'; +import Methods from '@ionic-internal/component-api/v6/content/methods.md'; +import Parts from '@ionic-internal/component-api/v6/content/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/content/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/content/slots.md'; ion-content: Scrollable CSS Component for Ionic App Content Areas diff --git a/docs/api/datetime.md b/docs/api/datetime.md index 3ec7ce7d81f..54bcac6507c 100644 --- a/docs/api/datetime.md +++ b/docs/api/datetime.md @@ -4,12 +4,12 @@ title: "ion-datetime" import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/datetime/props.md'; -import Events from '@site/static/auto-generated/datetime/events.md'; -import Methods from '@site/static/auto-generated/datetime/methods.md'; -import Parts from '@site/static/auto-generated/datetime/parts.md'; -import CustomProps from '@site/static/auto-generated/datetime/custom-props.md'; -import Slots from '@site/static/auto-generated/datetime/slots.md'; +import Props from '@ionic-internal/component-api/v6/datetime/props.md'; +import Events from '@ionic-internal/component-api/v6/datetime/events.md'; +import Methods from '@ionic-internal/component-api/v6/datetime/methods.md'; +import Parts from '@ionic-internal/component-api/v6/datetime/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/datetime/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/datetime/slots.md'; import Basic from '@site/static/usage/v6/datetime/basic/index.md'; diff --git a/docs/api/fab-button.md b/docs/api/fab-button.md index fc0a08075b2..efa3b9690f9 100644 --- a/docs/api/fab-button.md +++ b/docs/api/fab-button.md @@ -6,12 +6,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/fab-button/props.md'; -import Events from '@site/static/auto-generated/fab-button/events.md'; -import Methods from '@site/static/auto-generated/fab-button/methods.md'; -import Parts from '@site/static/auto-generated/fab-button/parts.md'; -import CustomProps from '@site/static/auto-generated/fab-button/custom-props.md'; -import Slots from '@site/static/auto-generated/fab-button/slots.md'; +import Props from '@ionic-internal/component-api/v6/fab-button/props.md'; +import Events from '@ionic-internal/component-api/v6/fab-button/events.md'; +import Methods from '@ionic-internal/component-api/v6/fab-button/methods.md'; +import Parts from '@ionic-internal/component-api/v6/fab-button/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/fab-button/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/fab-button/slots.md'; Floating Action Button | Ionic FAB Button Icon for Primary Action diff --git a/docs/api/fab-list.md b/docs/api/fab-list.md index 603316a4632..ff7116ad70b 100644 --- a/docs/api/fab-list.md +++ b/docs/api/fab-list.md @@ -6,12 +6,12 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import TOCInline from '@theme/TOCInline'; -import Props from '@site/static/auto-generated/fab-list/props.md'; -import Events from '@site/static/auto-generated/fab-list/events.md'; -import Methods from '@site/static/auto-generated/fab-list/methods.md'; -import Parts from '@site/static/auto-generated/fab-list/parts.md'; -import CustomProps from '@site/static/auto-generated/fab-list/custom-props.md'; -import Slots from '@site/static/auto-generated/fab-list/slots.md'; +import Props from '@ionic-internal/component-api/v6/fab-list/props.md'; +import Events from '@ionic-internal/component-api/v6/fab-list/events.md'; +import Methods from '@ionic-internal/component-api/v6/fab-list/methods.md'; +import Parts from '@ionic-internal/component-api/v6/fab-list/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/fab-list/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/fab-list/slots.md'; diff --git a/docs/api/fab.md b/docs/api/fab.md index 31ed478a95d..e4b3a85a1f5 100644 --- a/docs/api/fab.md +++ b/docs/api/fab.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/fab/props.md'; -import Events from '@site/static/auto-generated/fab/events.md'; -import Methods from '@site/static/auto-generated/fab/methods.md'; -import Parts from '@site/static/auto-generated/fab/parts.md'; -import CustomProps from '@site/static/auto-generated/fab/custom-props.md'; -import Slots from '@site/static/auto-generated/fab/slots.md'; +import Props from '@ionic-internal/component-api/v6/fab/props.md'; +import Events from '@ionic-internal/component-api/v6/fab/events.md'; +import Methods from '@ionic-internal/component-api/v6/fab/methods.md'; +import Parts from '@ionic-internal/component-api/v6/fab/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/fab/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/fab/slots.md'; ion-fab: Floating Action Button for Android and iOS Ionic Apps diff --git a/docs/api/footer.md b/docs/api/footer.md index 68ad392080a..f1fb1d72569 100644 --- a/docs/api/footer.md +++ b/docs/api/footer.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/footer/props.md'; -import Events from '@site/static/auto-generated/footer/events.md'; -import Methods from '@site/static/auto-generated/footer/methods.md'; -import Parts from '@site/static/auto-generated/footer/parts.md'; -import CustomProps from '@site/static/auto-generated/footer/custom-props.md'; -import Slots from '@site/static/auto-generated/footer/slots.md'; +import Props from '@ionic-internal/component-api/v6/footer/props.md'; +import Events from '@ionic-internal/component-api/v6/footer/events.md'; +import Methods from '@ionic-internal/component-api/v6/footer/methods.md'; +import Parts from '@ionic-internal/component-api/v6/footer/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/footer/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/footer/slots.md'; Page Footer | Ionic App Footer: Wrapper Root Page Component diff --git a/docs/api/grid.md b/docs/api/grid.md index e84b6709d1c..43e73accb48 100644 --- a/docs/api/grid.md +++ b/docs/api/grid.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/grid/props.md'; -import Events from '@site/static/auto-generated/grid/events.md'; -import Methods from '@site/static/auto-generated/grid/methods.md'; -import Parts from '@site/static/auto-generated/grid/parts.md'; -import CustomProps from '@site/static/auto-generated/grid/custom-props.md'; -import Slots from '@site/static/auto-generated/grid/slots.md'; +import Props from '@ionic-internal/component-api/v6/grid/props.md'; +import Events from '@ionic-internal/component-api/v6/grid/events.md'; +import Methods from '@ionic-internal/component-api/v6/grid/methods.md'; +import Parts from '@ionic-internal/component-api/v6/grid/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/grid/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/grid/slots.md'; Ion-Grid: Display Grids to Build Mobile-First Custom App Layout diff --git a/docs/api/header.md b/docs/api/header.md index f9f852e9223..418426175c2 100644 --- a/docs/api/header.md +++ b/docs/api/header.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/header/props.md'; -import Events from '@site/static/auto-generated/header/events.md'; -import Methods from '@site/static/auto-generated/header/methods.md'; -import Parts from '@site/static/auto-generated/header/parts.md'; -import CustomProps from '@site/static/auto-generated/header/custom-props.md'; -import Slots from '@site/static/auto-generated/header/slots.md'; +import Props from '@ionic-internal/component-api/v6/header/props.md'; +import Events from '@ionic-internal/component-api/v6/header/events.md'; +import Methods from '@ionic-internal/component-api/v6/header/methods.md'; +import Parts from '@ionic-internal/component-api/v6/header/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/header/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/header/slots.md'; ion-header: Header Parent Component for Ionic Framework Apps diff --git a/docs/api/img.md b/docs/api/img.md index af60531bd72..b90a4e3dcc6 100644 --- a/docs/api/img.md +++ b/docs/api/img.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/img/props.md'; -import Events from '@site/static/auto-generated/img/events.md'; -import Methods from '@site/static/auto-generated/img/methods.md'; -import Parts from '@site/static/auto-generated/img/parts.md'; -import CustomProps from '@site/static/auto-generated/img/custom-props.md'; -import Slots from '@site/static/auto-generated/img/slots.md'; +import Props from '@ionic-internal/component-api/v6/img/props.md'; +import Events from '@ionic-internal/component-api/v6/img/events.md'; +import Methods from '@ionic-internal/component-api/v6/img/methods.md'; +import Parts from '@ionic-internal/component-api/v6/img/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/img/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/img/slots.md'; Img Tag to Lazy Load Images in Viewport | ion-img Tag diff --git a/docs/api/infinite-scroll-content.md b/docs/api/infinite-scroll-content.md index 8cb45ef4da5..954d5bc300d 100644 --- a/docs/api/infinite-scroll-content.md +++ b/docs/api/infinite-scroll-content.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/infinite-scroll-content/props.md'; -import Events from '@site/static/auto-generated/infinite-scroll-content/events.md'; -import Methods from '@site/static/auto-generated/infinite-scroll-content/methods.md'; -import Parts from '@site/static/auto-generated/infinite-scroll-content/parts.md'; -import CustomProps from '@site/static/auto-generated/infinite-scroll-content/custom-props.md'; -import Slots from '@site/static/auto-generated/infinite-scroll-content/slots.md'; +import Props from '@ionic-internal/component-api/v6/infinite-scroll-content/props.md'; +import Events from '@ionic-internal/component-api/v6/infinite-scroll-content/events.md'; +import Methods from '@ionic-internal/component-api/v6/infinite-scroll-content/methods.md'; +import Parts from '@ionic-internal/component-api/v6/infinite-scroll-content/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/infinite-scroll-content/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/infinite-scroll-content/slots.md'; diff --git a/docs/api/infinite-scroll.md b/docs/api/infinite-scroll.md index 36fc1105173..95ace962dcf 100644 --- a/docs/api/infinite-scroll.md +++ b/docs/api/infinite-scroll.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/infinite-scroll/props.md'; -import Events from '@site/static/auto-generated/infinite-scroll/events.md'; -import Methods from '@site/static/auto-generated/infinite-scroll/methods.md'; -import Parts from '@site/static/auto-generated/infinite-scroll/parts.md'; -import CustomProps from '@site/static/auto-generated/infinite-scroll/custom-props.md'; -import Slots from '@site/static/auto-generated/infinite-scroll/slots.md'; +import Props from '@ionic-internal/component-api/v6/infinite-scroll/props.md'; +import Events from '@ionic-internal/component-api/v6/infinite-scroll/events.md'; +import Methods from '@ionic-internal/component-api/v6/infinite-scroll/methods.md'; +import Parts from '@ionic-internal/component-api/v6/infinite-scroll/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/infinite-scroll/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/infinite-scroll/slots.md'; Infinite Scroller | ion-infinite-scroll Action Component diff --git a/docs/api/input.md b/docs/api/input.md index 1f81a3e722e..48abb9477ae 100644 --- a/docs/api/input.md +++ b/docs/api/input.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/input/props.md'; -import Events from '@site/static/auto-generated/input/events.md'; -import Methods from '@site/static/auto-generated/input/methods.md'; -import Parts from '@site/static/auto-generated/input/parts.md'; -import CustomProps from '@site/static/auto-generated/input/custom-props.md'; -import Slots from '@site/static/auto-generated/input/slots.md'; +import Props from '@ionic-internal/component-api/v6/input/props.md'; +import Events from '@ionic-internal/component-api/v6/input/events.md'; +import Methods from '@ionic-internal/component-api/v6/input/methods.md'; +import Parts from '@ionic-internal/component-api/v6/input/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/input/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/input/slots.md'; ion-input: Custom Input Value Type Styling and CSS Properties diff --git a/docs/api/item-divider.md b/docs/api/item-divider.md index 83ce7d65590..87883c1f65c 100644 --- a/docs/api/item-divider.md +++ b/docs/api/item-divider.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/item-divider/props.md'; -import Events from '@site/static/auto-generated/item-divider/events.md'; -import Methods from '@site/static/auto-generated/item-divider/methods.md'; -import Parts from '@site/static/auto-generated/item-divider/parts.md'; -import CustomProps from '@site/static/auto-generated/item-divider/custom-props.md'; -import Slots from '@site/static/auto-generated/item-divider/slots.md'; +import Props from '@ionic-internal/component-api/v6/item-divider/props.md'; +import Events from '@ionic-internal/component-api/v6/item-divider/events.md'; +import Methods from '@ionic-internal/component-api/v6/item-divider/methods.md'; +import Parts from '@ionic-internal/component-api/v6/item-divider/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/item-divider/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/item-divider/slots.md'; Item Divider | List Item Divider Block Element for Ionic Apps diff --git a/docs/api/item-group.md b/docs/api/item-group.md index 6c3ff1e57ce..98a64295156 100644 --- a/docs/api/item-group.md +++ b/docs/api/item-group.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/item-group/props.md'; -import Events from '@site/static/auto-generated/item-group/events.md'; -import Methods from '@site/static/auto-generated/item-group/methods.md'; -import Parts from '@site/static/auto-generated/item-group/parts.md'; -import CustomProps from '@site/static/auto-generated/item-group/custom-props.md'; -import Slots from '@site/static/auto-generated/item-group/slots.md'; +import Props from '@ionic-internal/component-api/v6/item-group/props.md'; +import Events from '@ionic-internal/component-api/v6/item-group/events.md'; +import Methods from '@ionic-internal/component-api/v6/item-group/methods.md'; +import Parts from '@ionic-internal/component-api/v6/item-group/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/item-group/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/item-group/slots.md'; ion-item-group: Group Items to Divide into Multiple Sections diff --git a/docs/api/item-option.md b/docs/api/item-option.md index 75cf4797a3d..fbd510d9c53 100644 --- a/docs/api/item-option.md +++ b/docs/api/item-option.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/item-option/props.md'; -import Events from '@site/static/auto-generated/item-option/events.md'; -import Methods from '@site/static/auto-generated/item-option/methods.md'; -import Parts from '@site/static/auto-generated/item-option/parts.md'; -import CustomProps from '@site/static/auto-generated/item-option/custom-props.md'; -import Slots from '@site/static/auto-generated/item-option/slots.md'; +import Props from '@ionic-internal/component-api/v6/item-option/props.md'; +import Events from '@ionic-internal/component-api/v6/item-option/events.md'; +import Methods from '@ionic-internal/component-api/v6/item-option/methods.md'; +import Parts from '@ionic-internal/component-api/v6/item-option/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/item-option/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/item-option/slots.md'; ion-item-options: Option Button Components for Ionic Apps diff --git a/docs/api/item-options.md b/docs/api/item-options.md index 1945c0ea731..f8982b01af2 100644 --- a/docs/api/item-options.md +++ b/docs/api/item-options.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/item-options/props.md'; -import Events from '@site/static/auto-generated/item-options/events.md'; -import Methods from '@site/static/auto-generated/item-options/methods.md'; -import Parts from '@site/static/auto-generated/item-options/parts.md'; -import CustomProps from '@site/static/auto-generated/item-options/custom-props.md'; -import Slots from '@site/static/auto-generated/item-options/slots.md'; +import Props from '@ionic-internal/component-api/v6/item-options/props.md'; +import Events from '@ionic-internal/component-api/v6/item-options/events.md'; +import Methods from '@ionic-internal/component-api/v6/item-options/methods.md'; +import Parts from '@ionic-internal/component-api/v6/item-options/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/item-options/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/item-options/slots.md'; ion-item-options: Option Button Components for Ionic Apps diff --git a/docs/api/item-sliding.md b/docs/api/item-sliding.md index bcde20b624c..90b7a7a9229 100644 --- a/docs/api/item-sliding.md +++ b/docs/api/item-sliding.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/item-sliding/props.md'; -import Events from '@site/static/auto-generated/item-sliding/events.md'; -import Methods from '@site/static/auto-generated/item-sliding/methods.md'; -import Parts from '@site/static/auto-generated/item-sliding/parts.md'; -import CustomProps from '@site/static/auto-generated/item-sliding/custom-props.md'; -import Slots from '@site/static/auto-generated/item-sliding/slots.md'; +import Props from '@ionic-internal/component-api/v6/item-sliding/props.md'; +import Events from '@ionic-internal/component-api/v6/item-sliding/events.md'; +import Methods from '@ionic-internal/component-api/v6/item-sliding/methods.md'; +import Parts from '@ionic-internal/component-api/v6/item-sliding/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/item-sliding/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/item-sliding/slots.md'; Slide Buttons | Slide Right to Left with ion-item-sliding diff --git a/docs/api/item.md b/docs/api/item.md index f5cede45922..0d5e290da65 100644 --- a/docs/api/item.md +++ b/docs/api/item.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/item/props.md'; -import Events from '@site/static/auto-generated/item/events.md'; -import Methods from '@site/static/auto-generated/item/methods.md'; -import Parts from '@site/static/auto-generated/item/parts.md'; -import CustomProps from '@site/static/auto-generated/item/custom-props.md'; -import Slots from '@site/static/auto-generated/item/slots.md'; +import Props from '@ionic-internal/component-api/v6/item/props.md'; +import Events from '@ionic-internal/component-api/v6/item/events.md'; +import Methods from '@ionic-internal/component-api/v6/item/methods.md'; +import Parts from '@ionic-internal/component-api/v6/item/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/item/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/item/slots.md'; ion-item: Input, Edit, or Delete iOS and Android Item Elements diff --git a/docs/api/label.md b/docs/api/label.md index 0580edbab4d..79f494aa82d 100644 --- a/docs/api/label.md +++ b/docs/api/label.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/label/props.md'; -import Events from '@site/static/auto-generated/label/events.md'; -import Methods from '@site/static/auto-generated/label/methods.md'; -import Parts from '@site/static/auto-generated/label/parts.md'; -import CustomProps from '@site/static/auto-generated/label/custom-props.md'; -import Slots from '@site/static/auto-generated/label/slots.md'; +import Props from '@ionic-internal/component-api/v6/label/props.md'; +import Events from '@ionic-internal/component-api/v6/label/events.md'; +import Methods from '@ionic-internal/component-api/v6/label/methods.md'; +import Parts from '@ionic-internal/component-api/v6/label/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/label/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/label/slots.md'; Item Label Color and Properties for Applications | ion-label diff --git a/docs/api/list-header.md b/docs/api/list-header.md index ba0b0a59232..2210b955d39 100644 --- a/docs/api/list-header.md +++ b/docs/api/list-header.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/list-header/props.md'; -import Events from '@site/static/auto-generated/list-header/events.md'; -import Methods from '@site/static/auto-generated/list-header/methods.md'; -import Parts from '@site/static/auto-generated/list-header/parts.md'; -import CustomProps from '@site/static/auto-generated/list-header/custom-props.md'; -import Slots from '@site/static/auto-generated/list-header/slots.md'; +import Props from '@ionic-internal/component-api/v6/list-header/props.md'; +import Events from '@ionic-internal/component-api/v6/list-header/events.md'; +import Methods from '@ionic-internal/component-api/v6/list-header/methods.md'; +import Parts from '@ionic-internal/component-api/v6/list-header/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/list-header/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/list-header/slots.md'; diff --git a/docs/api/list.md b/docs/api/list.md index 08165a79324..e343499581a 100644 --- a/docs/api/list.md +++ b/docs/api/list.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/list/props.md'; -import Events from '@site/static/auto-generated/list/events.md'; -import Methods from '@site/static/auto-generated/list/methods.md'; -import Parts from '@site/static/auto-generated/list/parts.md'; -import CustomProps from '@site/static/auto-generated/list/custom-props.md'; -import Slots from '@site/static/auto-generated/list/slots.md'; +import Props from '@ionic-internal/component-api/v6/list/props.md'; +import Events from '@ionic-internal/component-api/v6/list/events.md'; +import Methods from '@ionic-internal/component-api/v6/list/methods.md'; +import Parts from '@ionic-internal/component-api/v6/list/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/list/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/list/slots.md'; ion-list: Item List View Component for iOS and Android Apps diff --git a/docs/api/loading.md b/docs/api/loading.md index 53c4a95aa59..5ec5e69816b 100644 --- a/docs/api/loading.md +++ b/docs/api/loading.md @@ -4,12 +4,12 @@ title: "ion-loading" import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/loading/props.md'; -import Events from '@site/static/auto-generated/loading/events.md'; -import Methods from '@site/static/auto-generated/loading/methods.md'; -import Parts from '@site/static/auto-generated/loading/parts.md'; -import CustomProps from '@site/static/auto-generated/loading/custom-props.md'; -import Slots from '@site/static/auto-generated/loading/slots.md'; +import Props from '@ionic-internal/component-api/v6/loading/props.md'; +import Events from '@ionic-internal/component-api/v6/loading/events.md'; +import Methods from '@ionic-internal/component-api/v6/loading/methods.md'; +import Parts from '@ionic-internal/component-api/v6/loading/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/loading/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/loading/slots.md'; Loading | Application Loading Indicator Overlay | ion-loading diff --git a/docs/api/menu-button.md b/docs/api/menu-button.md index 8d9db48cd86..71839fd2829 100644 --- a/docs/api/menu-button.md +++ b/docs/api/menu-button.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/menu-button/props.md'; -import Events from '@site/static/auto-generated/menu-button/events.md'; -import Methods from '@site/static/auto-generated/menu-button/methods.md'; -import Parts from '@site/static/auto-generated/menu-button/parts.md'; -import CustomProps from '@site/static/auto-generated/menu-button/custom-props.md'; -import Slots from '@site/static/auto-generated/menu-button/slots.md'; +import Props from '@ionic-internal/component-api/v6/menu-button/props.md'; +import Events from '@ionic-internal/component-api/v6/menu-button/events.md'; +import Methods from '@ionic-internal/component-api/v6/menu-button/methods.md'; +import Parts from '@ionic-internal/component-api/v6/menu-button/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/menu-button/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/menu-button/slots.md'; Menu Button | ion-menu-button to Open an App Menu on A Page diff --git a/docs/api/menu-toggle.md b/docs/api/menu-toggle.md index 8cc1165da5d..dc97b088505 100644 --- a/docs/api/menu-toggle.md +++ b/docs/api/menu-toggle.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/menu-toggle/props.md'; -import Events from '@site/static/auto-generated/menu-toggle/events.md'; -import Methods from '@site/static/auto-generated/menu-toggle/methods.md'; -import Parts from '@site/static/auto-generated/menu-toggle/parts.md'; -import CustomProps from '@site/static/auto-generated/menu-toggle/custom-props.md'; -import Slots from '@site/static/auto-generated/menu-toggle/slots.md'; +import Props from '@ionic-internal/component-api/v6/menu-toggle/props.md'; +import Events from '@ionic-internal/component-api/v6/menu-toggle/events.md'; +import Methods from '@ionic-internal/component-api/v6/menu-toggle/methods.md'; +import Parts from '@ionic-internal/component-api/v6/menu-toggle/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/menu-toggle/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/menu-toggle/slots.md'; ion-menu-toggle | MenuToggle Component to Open/Close Active Menus diff --git a/docs/api/menu.md b/docs/api/menu.md index 63ef7e05e75..393e4ca5307 100644 --- a/docs/api/menu.md +++ b/docs/api/menu.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/menu/props.md'; -import Events from '@site/static/auto-generated/menu/events.md'; -import Methods from '@site/static/auto-generated/menu/methods.md'; -import Parts from '@site/static/auto-generated/menu/parts.md'; -import CustomProps from '@site/static/auto-generated/menu/custom-props.md'; -import Slots from '@site/static/auto-generated/menu/slots.md'; +import Props from '@ionic-internal/component-api/v6/menu/props.md'; +import Events from '@ionic-internal/component-api/v6/menu/events.md'; +import Methods from '@ionic-internal/component-api/v6/menu/methods.md'; +import Parts from '@ionic-internal/component-api/v6/menu/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/menu/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/menu/slots.md'; ion-menu: API Framework Docs for Types of Menu Components diff --git a/docs/api/modal.md b/docs/api/modal.md index 25d2c5ebaf4..86174383ff6 100644 --- a/docs/api/modal.md +++ b/docs/api/modal.md @@ -4,12 +4,12 @@ title: "ion-modal" import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/modal/props.md'; -import Events from '@site/static/auto-generated/modal/events.md'; -import Methods from '@site/static/auto-generated/modal/methods.md'; -import Parts from '@site/static/auto-generated/modal/parts.md'; -import CustomProps from '@site/static/auto-generated/modal/custom-props.md'; -import Slots from '@site/static/auto-generated/modal/slots.md'; +import Props from '@ionic-internal/component-api/v6/modal/props.md'; +import Events from '@ionic-internal/component-api/v6/modal/events.md'; +import Methods from '@ionic-internal/component-api/v6/modal/methods.md'; +import Parts from '@ionic-internal/component-api/v6/modal/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/modal/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/modal/slots.md'; ion-modal: Ionic Mobile App Custom Modal API Component diff --git a/docs/api/nav-link.md b/docs/api/nav-link.md index 3d0c6b7f0e6..0f121f1ec74 100644 --- a/docs/api/nav-link.md +++ b/docs/api/nav-link.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/nav-link/props.md'; -import Events from '@site/static/auto-generated/nav-link/events.md'; -import Methods from '@site/static/auto-generated/nav-link/methods.md'; -import Parts from '@site/static/auto-generated/nav-link/parts.md'; -import CustomProps from '@site/static/auto-generated/nav-link/custom-props.md'; -import Slots from '@site/static/auto-generated/nav-link/slots.md'; +import Props from '@ionic-internal/component-api/v6/nav-link/props.md'; +import Events from '@ionic-internal/component-api/v6/nav-link/events.md'; +import Methods from '@ionic-internal/component-api/v6/nav-link/methods.md'; +import Parts from '@ionic-internal/component-api/v6/nav-link/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/nav-link/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/nav-link/slots.md'; ion-nav-link: The Element for Navigation to a Specified Component diff --git a/docs/api/nav.md b/docs/api/nav.md index 51875f91841..2d432ba0789 100644 --- a/docs/api/nav.md +++ b/docs/api/nav.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/nav/props.md'; -import Events from '@site/static/auto-generated/nav/events.md'; -import Methods from '@site/static/auto-generated/nav/methods.md'; -import Parts from '@site/static/auto-generated/nav/parts.md'; -import CustomProps from '@site/static/auto-generated/nav/custom-props.md'; -import Slots from '@site/static/auto-generated/nav/slots.md'; +import Props from '@ionic-internal/component-api/v6/nav/props.md'; +import Events from '@ionic-internal/component-api/v6/nav/events.md'; +import Methods from '@ionic-internal/component-api/v6/nav/methods.md'; +import Parts from '@ionic-internal/component-api/v6/nav/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/nav/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/nav/slots.md'; ion-nav | Nav View Component for Ionic Framework Apps diff --git a/docs/api/note.md b/docs/api/note.md index 2b18a34e290..f20fff59c5a 100644 --- a/docs/api/note.md +++ b/docs/api/note.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/note/props.md'; -import Events from '@site/static/auto-generated/note/events.md'; -import Methods from '@site/static/auto-generated/note/methods.md'; -import Parts from '@site/static/auto-generated/note/parts.md'; -import CustomProps from '@site/static/auto-generated/note/custom-props.md'; -import Slots from '@site/static/auto-generated/note/slots.md'; +import Props from '@ionic-internal/component-api/v6/note/props.md'; +import Events from '@ionic-internal/component-api/v6/note/events.md'; +import Methods from '@ionic-internal/component-api/v6/note/methods.md'; +import Parts from '@ionic-internal/component-api/v6/note/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/note/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/note/slots.md'; ion-note: Note Text Elements for iOS and Android Ionic Apps diff --git a/docs/api/picker.md b/docs/api/picker.md index a601e41d88c..5e2c4bfb150 100644 --- a/docs/api/picker.md +++ b/docs/api/picker.md @@ -4,12 +4,12 @@ title: "ion-picker" import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/picker/props.md'; -import Events from '@site/static/auto-generated/picker/events.md'; -import Methods from '@site/static/auto-generated/picker/methods.md'; -import Parts from '@site/static/auto-generated/picker/parts.md'; -import CustomProps from '@site/static/auto-generated/picker/custom-props.md'; -import Slots from '@site/static/auto-generated/picker/slots.md'; +import Props from '@ionic-internal/component-api/v6/picker/props.md'; +import Events from '@ionic-internal/component-api/v6/picker/events.md'; +import Methods from '@ionic-internal/component-api/v6/picker/methods.md'; +import Parts from '@ionic-internal/component-api/v6/picker/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/picker/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/picker/slots.md'; Picker | Display Buttons and Columns for ion-picker on Ionic Apps diff --git a/docs/api/popover.md b/docs/api/popover.md index 7f31d5fb1fa..2fed9f9027b 100644 --- a/docs/api/popover.md +++ b/docs/api/popover.md @@ -4,12 +4,12 @@ title: "ion-popover" import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/popover/props.md'; -import Events from '@site/static/auto-generated/popover/events.md'; -import Methods from '@site/static/auto-generated/popover/methods.md'; -import Parts from '@site/static/auto-generated/popover/parts.md'; -import CustomProps from '@site/static/auto-generated/popover/custom-props.md'; -import Slots from '@site/static/auto-generated/popover/slots.md'; +import Props from '@ionic-internal/component-api/v6/popover/props.md'; +import Events from '@ionic-internal/component-api/v6/popover/events.md'; +import Methods from '@ionic-internal/component-api/v6/popover/methods.md'; +import Parts from '@ionic-internal/component-api/v6/popover/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/popover/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/popover/slots.md'; ion-popover: iOS / Android Popover UI Component & CSS Properties diff --git a/docs/api/progress-bar.md b/docs/api/progress-bar.md index 6b6ef455550..cbe5cb62a5d 100644 --- a/docs/api/progress-bar.md +++ b/docs/api/progress-bar.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/progress-bar/props.md'; -import Events from '@site/static/auto-generated/progress-bar/events.md'; -import Methods from '@site/static/auto-generated/progress-bar/methods.md'; -import Parts from '@site/static/auto-generated/progress-bar/parts.md'; -import CustomProps from '@site/static/auto-generated/progress-bar/custom-props.md'; -import Slots from '@site/static/auto-generated/progress-bar/slots.md'; +import Props from '@ionic-internal/component-api/v6/progress-bar/props.md'; +import Events from '@ionic-internal/component-api/v6/progress-bar/events.md'; +import Methods from '@ionic-internal/component-api/v6/progress-bar/methods.md'; +import Parts from '@ionic-internal/component-api/v6/progress-bar/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/progress-bar/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/progress-bar/slots.md'; Progress Bar | Horizontal App Progress Bar for Loading Indicator diff --git a/docs/api/radio-group.md b/docs/api/radio-group.md index 784dc9151a5..113bab4533d 100644 --- a/docs/api/radio-group.md +++ b/docs/api/radio-group.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/radio-group/props.md'; -import Events from '@site/static/auto-generated/radio-group/events.md'; -import Methods from '@site/static/auto-generated/radio-group/methods.md'; -import Parts from '@site/static/auto-generated/radio-group/parts.md'; -import CustomProps from '@site/static/auto-generated/radio-group/custom-props.md'; -import Slots from '@site/static/auto-generated/radio-group/slots.md'; +import Props from '@ionic-internal/component-api/v6/radio-group/props.md'; +import Events from '@ionic-internal/component-api/v6/radio-group/events.md'; +import Methods from '@ionic-internal/component-api/v6/radio-group/methods.md'; +import Parts from '@ionic-internal/component-api/v6/radio-group/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/radio-group/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/radio-group/slots.md'; ion-radio-group | Radio Button Group Usage for Ionic Apps diff --git a/docs/api/radio.md b/docs/api/radio.md index 52f6d3f37c4..c2b46de4db7 100644 --- a/docs/api/radio.md +++ b/docs/api/radio.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/radio/props.md'; -import Events from '@site/static/auto-generated/radio/events.md'; -import Methods from '@site/static/auto-generated/radio/methods.md'; -import Parts from '@site/static/auto-generated/radio/parts.md'; -import CustomProps from '@site/static/auto-generated/radio/custom-props.md'; -import Slots from '@site/static/auto-generated/radio/slots.md'; +import Props from '@ionic-internal/component-api/v6/radio/props.md'; +import Events from '@ionic-internal/component-api/v6/radio/events.md'; +import Methods from '@ionic-internal/component-api/v6/radio/methods.md'; +import Parts from '@ionic-internal/component-api/v6/radio/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/radio/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/radio/slots.md'; ion-radio Component: Radio Property for iOS and Android diff --git a/docs/api/range.md b/docs/api/range.md index 991a37dbd6a..7bf7bade7b8 100644 --- a/docs/api/range.md +++ b/docs/api/range.md @@ -4,12 +4,12 @@ title: "ion-range" import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/range/props.md'; -import Events from '@site/static/auto-generated/range/events.md'; -import Methods from '@site/static/auto-generated/range/methods.md'; -import Parts from '@site/static/auto-generated/range/parts.md'; -import CustomProps from '@site/static/auto-generated/range/custom-props.md'; -import Slots from '@site/static/auto-generated/range/slots.md'; +import Props from '@ionic-internal/component-api/v6/range/props.md'; +import Events from '@ionic-internal/component-api/v6/range/events.md'; +import Methods from '@ionic-internal/component-api/v6/range/methods.md'; +import Parts from '@ionic-internal/component-api/v6/range/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/range/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/range/slots.md'; Range Slider | ion-range: Slider Knob Controls with Labels diff --git a/docs/api/refresher-content.md b/docs/api/refresher-content.md index 07642ce940b..57aff3636b6 100644 --- a/docs/api/refresher-content.md +++ b/docs/api/refresher-content.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/refresher-content/props.md'; -import Events from '@site/static/auto-generated/refresher-content/events.md'; -import Methods from '@site/static/auto-generated/refresher-content/methods.md'; -import Parts from '@site/static/auto-generated/refresher-content/parts.md'; -import CustomProps from '@site/static/auto-generated/refresher-content/custom-props.md'; -import Slots from '@site/static/auto-generated/refresher-content/slots.md'; +import Props from '@ionic-internal/component-api/v6/refresher-content/props.md'; +import Events from '@ionic-internal/component-api/v6/refresher-content/events.md'; +import Methods from '@ionic-internal/component-api/v6/refresher-content/methods.md'; +import Parts from '@ionic-internal/component-api/v6/refresher-content/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/refresher-content/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/refresher-content/slots.md'; diff --git a/docs/api/refresher.md b/docs/api/refresher.md index 7bf079f431c..a14b56dec5f 100644 --- a/docs/api/refresher.md +++ b/docs/api/refresher.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/refresher/props.md'; -import Events from '@site/static/auto-generated/refresher/events.md'; -import Methods from '@site/static/auto-generated/refresher/methods.md'; -import Parts from '@site/static/auto-generated/refresher/parts.md'; -import CustomProps from '@site/static/auto-generated/refresher/custom-props.md'; -import Slots from '@site/static/auto-generated/refresher/slots.md'; +import Props from '@ionic-internal/component-api/v6/refresher/props.md'; +import Events from '@ionic-internal/component-api/v6/refresher/events.md'; +import Methods from '@ionic-internal/component-api/v6/refresher/methods.md'; +import Parts from '@ionic-internal/component-api/v6/refresher/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/refresher/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/refresher/slots.md'; ion-refresher: Pull-to-Refresh Page Content on Ionic Apps diff --git a/docs/api/reorder-group.md b/docs/api/reorder-group.md index 8643f271604..2b599d67fe6 100644 --- a/docs/api/reorder-group.md +++ b/docs/api/reorder-group.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/reorder-group/props.md'; -import Events from '@site/static/auto-generated/reorder-group/events.md'; -import Methods from '@site/static/auto-generated/reorder-group/methods.md'; -import Parts from '@site/static/auto-generated/reorder-group/parts.md'; -import CustomProps from '@site/static/auto-generated/reorder-group/custom-props.md'; -import Slots from '@site/static/auto-generated/reorder-group/slots.md'; +import Props from '@ionic-internal/component-api/v6/reorder-group/props.md'; +import Events from '@ionic-internal/component-api/v6/reorder-group/events.md'; +import Methods from '@ionic-internal/component-api/v6/reorder-group/methods.md'; +import Parts from '@ionic-internal/component-api/v6/reorder-group/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/reorder-group/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/reorder-group/slots.md'; ion-reorder-group: Wrapper Component for Ionic Framework Apps diff --git a/docs/api/reorder.md b/docs/api/reorder.md index 83150d20589..70d70f21b09 100644 --- a/docs/api/reorder.md +++ b/docs/api/reorder.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/reorder/props.md'; -import Events from '@site/static/auto-generated/reorder/events.md'; -import Methods from '@site/static/auto-generated/reorder/methods.md'; -import Parts from '@site/static/auto-generated/reorder/parts.md'; -import CustomProps from '@site/static/auto-generated/reorder/custom-props.md'; -import Slots from '@site/static/auto-generated/reorder/slots.md'; +import Props from '@ionic-internal/component-api/v6/reorder/props.md'; +import Events from '@ionic-internal/component-api/v6/reorder/events.md'; +import Methods from '@ionic-internal/component-api/v6/reorder/methods.md'; +import Parts from '@ionic-internal/component-api/v6/reorder/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/reorder/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/reorder/slots.md'; Reorder | ion-reorder: Drag and Drop Icon to Reorder Items diff --git a/docs/api/ripple-effect.md b/docs/api/ripple-effect.md index 449073402f1..845dfc2aebd 100644 --- a/docs/api/ripple-effect.md +++ b/docs/api/ripple-effect.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/ripple-effect/props.md'; -import Events from '@site/static/auto-generated/ripple-effect/events.md'; -import Methods from '@site/static/auto-generated/ripple-effect/methods.md'; -import Parts from '@site/static/auto-generated/ripple-effect/parts.md'; -import CustomProps from '@site/static/auto-generated/ripple-effect/custom-props.md'; -import Slots from '@site/static/auto-generated/ripple-effect/slots.md'; +import Props from '@ionic-internal/component-api/v6/ripple-effect/props.md'; +import Events from '@ionic-internal/component-api/v6/ripple-effect/events.md'; +import Methods from '@ionic-internal/component-api/v6/ripple-effect/methods.md'; +import Parts from '@ionic-internal/component-api/v6/ripple-effect/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/ripple-effect/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/ripple-effect/slots.md'; ion-ripple-effect | Ripple Effect Button Component for Ionic Apps diff --git a/docs/api/route-redirect.md b/docs/api/route-redirect.md index 38cc301961c..a5828c258d3 100644 --- a/docs/api/route-redirect.md +++ b/docs/api/route-redirect.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/route-redirect/props.md'; -import Events from '@site/static/auto-generated/route-redirect/events.md'; -import Methods from '@site/static/auto-generated/route-redirect/methods.md'; -import Parts from '@site/static/auto-generated/route-redirect/parts.md'; -import CustomProps from '@site/static/auto-generated/route-redirect/custom-props.md'; -import Slots from '@site/static/auto-generated/route-redirect/slots.md'; +import Props from '@ionic-internal/component-api/v6/route-redirect/props.md'; +import Events from '@ionic-internal/component-api/v6/route-redirect/events.md'; +import Methods from '@ionic-internal/component-api/v6/route-redirect/methods.md'; +import Parts from '@ionic-internal/component-api/v6/route-redirect/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/route-redirect/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/route-redirect/slots.md'; ion-route-redirect Plugin: Redirect 'from' a URL 'to' Another URL diff --git a/docs/api/route.md b/docs/api/route.md index c32d4210ac7..439a2bba494 100644 --- a/docs/api/route.md +++ b/docs/api/route.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/route/props.md'; -import Events from '@site/static/auto-generated/route/events.md'; -import Methods from '@site/static/auto-generated/route/methods.md'; -import Parts from '@site/static/auto-generated/route/parts.md'; -import CustomProps from '@site/static/auto-generated/route/custom-props.md'; -import Slots from '@site/static/auto-generated/route/slots.md'; +import Props from '@ionic-internal/component-api/v6/route/props.md'; +import Events from '@ionic-internal/component-api/v6/route/events.md'; +import Methods from '@ionic-internal/component-api/v6/route/methods.md'; +import Parts from '@ionic-internal/component-api/v6/route/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/route/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/route/slots.md'; ion-route: API Route Component for Ionic Framework Apps diff --git a/docs/api/router-link.md b/docs/api/router-link.md index 77dc8084747..60cac3ffed5 100644 --- a/docs/api/router-link.md +++ b/docs/api/router-link.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/router-link/props.md'; -import Events from '@site/static/auto-generated/router-link/events.md'; -import Methods from '@site/static/auto-generated/router-link/methods.md'; -import Parts from '@site/static/auto-generated/router-link/parts.md'; -import CustomProps from '@site/static/auto-generated/router-link/custom-props.md'; -import Slots from '@site/static/auto-generated/router-link/slots.md'; +import Props from '@ionic-internal/component-api/v6/router-link/props.md'; +import Events from '@ionic-internal/component-api/v6/router-link/events.md'; +import Methods from '@ionic-internal/component-api/v6/router-link/methods.md'; +import Parts from '@ionic-internal/component-api/v6/router-link/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/router-link/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/router-link/slots.md'; Router Link | Navigating The ion-router-link Component diff --git a/docs/api/router-outlet.md b/docs/api/router-outlet.md index b8743fa3fb2..08fac5af1b5 100644 --- a/docs/api/router-outlet.md +++ b/docs/api/router-outlet.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/router-outlet/props.md'; -import Events from '@site/static/auto-generated/router-outlet/events.md'; -import Methods from '@site/static/auto-generated/router-outlet/methods.md'; -import Parts from '@site/static/auto-generated/router-outlet/parts.md'; -import CustomProps from '@site/static/auto-generated/router-outlet/custom-props.md'; -import Slots from '@site/static/auto-generated/router-outlet/slots.md'; +import Props from '@ionic-internal/component-api/v6/router-outlet/props.md'; +import Events from '@ionic-internal/component-api/v6/router-outlet/events.md'; +import Methods from '@ionic-internal/component-api/v6/router-outlet/methods.md'; +import Parts from '@ionic-internal/component-api/v6/router-outlet/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/router-outlet/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/router-outlet/slots.md'; diff --git a/docs/api/router.md b/docs/api/router.md index 561732b3a3e..ebe23ae593d 100644 --- a/docs/api/router.md +++ b/docs/api/router.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/router/props.md'; -import Events from '@site/static/auto-generated/router/events.md'; -import Methods from '@site/static/auto-generated/router/methods.md'; -import Parts from '@site/static/auto-generated/router/parts.md'; -import CustomProps from '@site/static/auto-generated/router/custom-props.md'; -import Slots from '@site/static/auto-generated/router/slots.md'; +import Props from '@ionic-internal/component-api/v6/router/props.md'; +import Events from '@ionic-internal/component-api/v6/router/events.md'; +import Methods from '@ionic-internal/component-api/v6/router/methods.md'; +import Parts from '@ionic-internal/component-api/v6/router/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/router/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/router/slots.md'; ion-router: Router Component to Coordinate URL Navigation diff --git a/docs/api/row.md b/docs/api/row.md index 92ff3943bb7..4f72e30539c 100644 --- a/docs/api/row.md +++ b/docs/api/row.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/row/props.md'; -import Events from '@site/static/auto-generated/row/events.md'; -import Methods from '@site/static/auto-generated/row/methods.md'; -import Parts from '@site/static/auto-generated/row/parts.md'; -import CustomProps from '@site/static/auto-generated/row/custom-props.md'; -import Slots from '@site/static/auto-generated/row/slots.md'; +import Props from '@ionic-internal/component-api/v6/row/props.md'; +import Events from '@ionic-internal/component-api/v6/row/events.md'; +import Methods from '@ionic-internal/component-api/v6/row/methods.md'; +import Parts from '@ionic-internal/component-api/v6/row/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/row/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/row/slots.md'; ion-row: Horizontal Row Components and Alignment | Ionic API Docs diff --git a/docs/api/searchbar.md b/docs/api/searchbar.md index eb014ea3a72..259902c67af 100644 --- a/docs/api/searchbar.md +++ b/docs/api/searchbar.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/searchbar/props.md'; -import Events from '@site/static/auto-generated/searchbar/events.md'; -import Methods from '@site/static/auto-generated/searchbar/methods.md'; -import Parts from '@site/static/auto-generated/searchbar/parts.md'; -import CustomProps from '@site/static/auto-generated/searchbar/custom-props.md'; -import Slots from '@site/static/auto-generated/searchbar/slots.md'; +import Props from '@ionic-internal/component-api/v6/searchbar/props.md'; +import Events from '@ionic-internal/component-api/v6/searchbar/events.md'; +import Methods from '@ionic-internal/component-api/v6/searchbar/methods.md'; +import Parts from '@ionic-internal/component-api/v6/searchbar/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/searchbar/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/searchbar/slots.md'; Search Bar Icon for Keyboard Text Display | Ion-Search Bar diff --git a/docs/api/segment-button.md b/docs/api/segment-button.md index 57ecb6285b6..28c2eb7e648 100644 --- a/docs/api/segment-button.md +++ b/docs/api/segment-button.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/segment-button/props.md'; -import Events from '@site/static/auto-generated/segment-button/events.md'; -import Methods from '@site/static/auto-generated/segment-button/methods.md'; -import Parts from '@site/static/auto-generated/segment-button/parts.md'; -import CustomProps from '@site/static/auto-generated/segment-button/custom-props.md'; -import Slots from '@site/static/auto-generated/segment-button/slots.md'; +import Props from '@ionic-internal/component-api/v6/segment-button/props.md'; +import Events from '@ionic-internal/component-api/v6/segment-button/events.md'; +import Methods from '@ionic-internal/component-api/v6/segment-button/methods.md'; +import Parts from '@ionic-internal/component-api/v6/segment-button/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/segment-button/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/segment-button/slots.md'; ion-segment-button | Segment Button Icon and Segment Value diff --git a/docs/api/segment.md b/docs/api/segment.md index 01f0af164fe..3296f9f65fe 100644 --- a/docs/api/segment.md +++ b/docs/api/segment.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/segment/props.md'; -import Events from '@site/static/auto-generated/segment/events.md'; -import Methods from '@site/static/auto-generated/segment/methods.md'; -import Parts from '@site/static/auto-generated/segment/parts.md'; -import CustomProps from '@site/static/auto-generated/segment/custom-props.md'; -import Slots from '@site/static/auto-generated/segment/slots.md'; +import Props from '@ionic-internal/component-api/v6/segment/props.md'; +import Events from '@ionic-internal/component-api/v6/segment/events.md'; +import Methods from '@ionic-internal/component-api/v6/segment/methods.md'; +import Parts from '@ionic-internal/component-api/v6/segment/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/segment/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/segment/slots.md'; ion-segment: API Documentation for Segmented Controls diff --git a/docs/api/select-option.md b/docs/api/select-option.md index 654be555dc2..2f267cf878a 100644 --- a/docs/api/select-option.md +++ b/docs/api/select-option.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/select-option/props.md'; -import Events from '@site/static/auto-generated/select-option/events.md'; -import Methods from '@site/static/auto-generated/select-option/methods.md'; -import Parts from '@site/static/auto-generated/select-option/parts.md'; -import CustomProps from '@site/static/auto-generated/select-option/custom-props.md'; -import Slots from '@site/static/auto-generated/select-option/slots.md'; +import Props from '@ionic-internal/component-api/v6/select-option/props.md'; +import Events from '@ionic-internal/component-api/v6/select-option/events.md'; +import Methods from '@ionic-internal/component-api/v6/select-option/methods.md'; +import Parts from '@ionic-internal/component-api/v6/select-option/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/select-option/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/select-option/slots.md'; Select Option | What Is An Option Select on Ionic Framework Apps diff --git a/docs/api/select.md b/docs/api/select.md index 1f1929b2b04..bc1dfd7813a 100644 --- a/docs/api/select.md +++ b/docs/api/select.md @@ -4,12 +4,12 @@ title: "ion-select" import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/select/props.md'; -import Events from '@site/static/auto-generated/select/events.md'; -import Methods from '@site/static/auto-generated/select/methods.md'; -import Parts from '@site/static/auto-generated/select/parts.md'; -import CustomProps from '@site/static/auto-generated/select/custom-props.md'; -import Slots from '@site/static/auto-generated/select/slots.md'; +import Props from '@ionic-internal/component-api/v6/select/props.md'; +import Events from '@ionic-internal/component-api/v6/select/events.md'; +import Methods from '@ionic-internal/component-api/v6/select/methods.md'; +import Parts from '@ionic-internal/component-api/v6/select/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/select/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/select/slots.md'; ion-select: Select One or Multiple Value Boxes or Placeholders diff --git a/docs/api/skeleton-text.md b/docs/api/skeleton-text.md index 6ceaf1869f8..09249a60b75 100644 --- a/docs/api/skeleton-text.md +++ b/docs/api/skeleton-text.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/skeleton-text/props.md'; -import Events from '@site/static/auto-generated/skeleton-text/events.md'; -import Methods from '@site/static/auto-generated/skeleton-text/methods.md'; -import Parts from '@site/static/auto-generated/skeleton-text/parts.md'; -import CustomProps from '@site/static/auto-generated/skeleton-text/custom-props.md'; -import Slots from '@site/static/auto-generated/skeleton-text/slots.md'; +import Props from '@ionic-internal/component-api/v6/skeleton-text/props.md'; +import Events from '@ionic-internal/component-api/v6/skeleton-text/events.md'; +import Methods from '@ionic-internal/component-api/v6/skeleton-text/methods.md'; +import Parts from '@ionic-internal/component-api/v6/skeleton-text/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/skeleton-text/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/skeleton-text/slots.md'; Skeleton Text | Skeleton Loading Placeholder & Framework for Text diff --git a/docs/api/slide.md b/docs/api/slide.md index f4d0cc3c33b..d3b7cf07659 100644 --- a/docs/api/slide.md +++ b/docs/api/slide.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/slide/props.md'; -import Events from '@site/static/auto-generated/slide/events.md'; -import Methods from '@site/static/auto-generated/slide/methods.md'; -import Parts from '@site/static/auto-generated/slide/parts.md'; -import CustomProps from '@site/static/auto-generated/slide/custom-props.md'; -import Slots from '@site/static/auto-generated/slide/slots.md'; +import Props from '@ionic-internal/component-api/v6/slide/props.md'; +import Events from '@ionic-internal/component-api/v6/slide/events.md'; +import Methods from '@ionic-internal/component-api/v6/slide/methods.md'; +import Parts from '@ionic-internal/component-api/v6/slide/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/slide/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/slide/slots.md'; ion-slide | Slide API Component for Ionic Framework Apps diff --git a/docs/api/slides.md b/docs/api/slides.md index b2c9f600c53..5ccfff7a616 100644 --- a/docs/api/slides.md +++ b/docs/api/slides.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/slides/props.md'; -import Events from '@site/static/auto-generated/slides/events.md'; -import Methods from '@site/static/auto-generated/slides/methods.md'; -import Parts from '@site/static/auto-generated/slides/parts.md'; -import CustomProps from '@site/static/auto-generated/slides/custom-props.md'; -import Slots from '@site/static/auto-generated/slides/slots.md'; +import Props from '@ionic-internal/component-api/v6/slides/props.md'; +import Events from '@ionic-internal/component-api/v6/slides/events.md'; +import Methods from '@ionic-internal/component-api/v6/slides/methods.md'; +import Parts from '@ionic-internal/component-api/v6/slides/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/slides/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/slides/slots.md'; Ion-Slides: Mobile Touch Slider with Built-In & Custom Animation diff --git a/docs/api/spinner.md b/docs/api/spinner.md index a395894d86d..461aeab3229 100644 --- a/docs/api/spinner.md +++ b/docs/api/spinner.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/spinner/props.md'; -import Events from '@site/static/auto-generated/spinner/events.md'; -import Methods from '@site/static/auto-generated/spinner/methods.md'; -import Parts from '@site/static/auto-generated/spinner/parts.md'; -import CustomProps from '@site/static/auto-generated/spinner/custom-props.md'; -import Slots from '@site/static/auto-generated/spinner/slots.md'; +import Props from '@ionic-internal/component-api/v6/spinner/props.md'; +import Events from '@ionic-internal/component-api/v6/spinner/events.md'; +import Methods from '@ionic-internal/component-api/v6/spinner/methods.md'; +import Parts from '@ionic-internal/component-api/v6/spinner/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/spinner/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/spinner/slots.md'; ion-spinner | Animated Spinner Icon Components and Properties diff --git a/docs/api/split-pane.md b/docs/api/split-pane.md index 8f1229540be..b1c03494b1f 100644 --- a/docs/api/split-pane.md +++ b/docs/api/split-pane.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/split-pane/props.md'; -import Events from '@site/static/auto-generated/split-pane/events.md'; -import Methods from '@site/static/auto-generated/split-pane/methods.md'; -import Parts from '@site/static/auto-generated/split-pane/parts.md'; -import CustomProps from '@site/static/auto-generated/split-pane/custom-props.md'; -import Slots from '@site/static/auto-generated/split-pane/slots.md'; +import Props from '@ionic-internal/component-api/v6/split-pane/props.md'; +import Events from '@ionic-internal/component-api/v6/split-pane/events.md'; +import Methods from '@ionic-internal/component-api/v6/split-pane/methods.md'; +import Parts from '@ionic-internal/component-api/v6/split-pane/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/split-pane/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/split-pane/slots.md'; ion-split-pane: Split Plane View for Menus and Multi-View Layouts diff --git a/docs/api/tab-bar.md b/docs/api/tab-bar.md index fef01b105f9..5a4d0b7fe40 100644 --- a/docs/api/tab-bar.md +++ b/docs/api/tab-bar.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/tab-bar/props.md'; -import Events from '@site/static/auto-generated/tab-bar/events.md'; -import Methods from '@site/static/auto-generated/tab-bar/methods.md'; -import Parts from '@site/static/auto-generated/tab-bar/parts.md'; -import CustomProps from '@site/static/auto-generated/tab-bar/custom-props.md'; -import Slots from '@site/static/auto-generated/tab-bar/slots.md'; +import Props from '@ionic-internal/component-api/v6/tab-bar/props.md'; +import Events from '@ionic-internal/component-api/v6/tab-bar/events.md'; +import Methods from '@ionic-internal/component-api/v6/tab-bar/methods.md'; +import Parts from '@ionic-internal/component-api/v6/tab-bar/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/tab-bar/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/tab-bar/slots.md'; ion-tab-bar with CSS Custom Properties for Tab Bar Components diff --git a/docs/api/tab-button.md b/docs/api/tab-button.md index 394aca90ed7..030f0e7338e 100644 --- a/docs/api/tab-button.md +++ b/docs/api/tab-button.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/tab-button/props.md'; -import Events from '@site/static/auto-generated/tab-button/events.md'; -import Methods from '@site/static/auto-generated/tab-button/methods.md'; -import Parts from '@site/static/auto-generated/tab-button/parts.md'; -import CustomProps from '@site/static/auto-generated/tab-button/custom-props.md'; -import Slots from '@site/static/auto-generated/tab-button/slots.md'; +import Props from '@ionic-internal/component-api/v6/tab-button/props.md'; +import Events from '@ionic-internal/component-api/v6/tab-button/events.md'; +import Methods from '@ionic-internal/component-api/v6/tab-button/methods.md'; +import Parts from '@ionic-internal/component-api/v6/tab-button/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/tab-button/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/tab-button/slots.md'; diff --git a/docs/api/tab.md b/docs/api/tab.md index 894be733500..fb34341b9ce 100644 --- a/docs/api/tab.md +++ b/docs/api/tab.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/tab/props.md'; -import Events from '@site/static/auto-generated/tab/events.md'; -import Methods from '@site/static/auto-generated/tab/methods.md'; -import Parts from '@site/static/auto-generated/tab/parts.md'; -import CustomProps from '@site/static/auto-generated/tab/custom-props.md'; -import Slots from '@site/static/auto-generated/tab/slots.md'; +import Props from '@ionic-internal/component-api/v6/tab/props.md'; +import Events from '@ionic-internal/component-api/v6/tab/events.md'; +import Methods from '@ionic-internal/component-api/v6/tab/methods.md'; +import Parts from '@ionic-internal/component-api/v6/tab/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/tab/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/tab/slots.md'; ion-tab - Ionic Framework Application Component diff --git a/docs/api/tabs.md b/docs/api/tabs.md index 2f2ee22adcd..d9e84d819d4 100644 --- a/docs/api/tabs.md +++ b/docs/api/tabs.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/tabs/props.md'; -import Events from '@site/static/auto-generated/tabs/events.md'; -import Methods from '@site/static/auto-generated/tabs/methods.md'; -import Parts from '@site/static/auto-generated/tabs/parts.md'; -import CustomProps from '@site/static/auto-generated/tabs/custom-props.md'; -import Slots from '@site/static/auto-generated/tabs/slots.md'; +import Props from '@ionic-internal/component-api/v6/tabs/props.md'; +import Events from '@ionic-internal/component-api/v6/tabs/events.md'; +import Methods from '@ionic-internal/component-api/v6/tabs/methods.md'; +import Parts from '@ionic-internal/component-api/v6/tabs/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/tabs/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/tabs/slots.md'; Ion-Tabs: Tab-Based Component for App Top-Level Navigation diff --git a/docs/api/text.md b/docs/api/text.md index ab076e21272..7e7e48da0c3 100644 --- a/docs/api/text.md +++ b/docs/api/text.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/text/props.md'; -import Events from '@site/static/auto-generated/text/events.md'; -import Methods from '@site/static/auto-generated/text/methods.md'; -import Parts from '@site/static/auto-generated/text/parts.md'; -import CustomProps from '@site/static/auto-generated/text/custom-props.md'; -import Slots from '@site/static/auto-generated/text/slots.md'; +import Props from '@ionic-internal/component-api/v6/text/props.md'; +import Events from '@ionic-internal/component-api/v6/text/events.md'; +import Methods from '@ionic-internal/component-api/v6/text/methods.md'; +import Parts from '@ionic-internal/component-api/v6/text/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/text/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/text/slots.md'; ion-text: Ionic App Component to Style or Change Text Color diff --git a/docs/api/textarea.md b/docs/api/textarea.md index e60b9797d0f..888f7d52f07 100644 --- a/docs/api/textarea.md +++ b/docs/api/textarea.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/textarea/props.md'; -import Events from '@site/static/auto-generated/textarea/events.md'; -import Methods from '@site/static/auto-generated/textarea/methods.md'; -import Parts from '@site/static/auto-generated/textarea/parts.md'; -import CustomProps from '@site/static/auto-generated/textarea/custom-props.md'; -import Slots from '@site/static/auto-generated/textarea/slots.md'; +import Props from '@ionic-internal/component-api/v6/textarea/props.md'; +import Events from '@ionic-internal/component-api/v6/textarea/events.md'; +import Methods from '@ionic-internal/component-api/v6/textarea/methods.md'; +import Parts from '@ionic-internal/component-api/v6/textarea/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/textarea/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/textarea/slots.md'; Ionic Textarea Component and CSS Properties for Multi-Line Input diff --git a/docs/api/thumbnail.md b/docs/api/thumbnail.md index 4493e439826..8bb6b8218b8 100644 --- a/docs/api/thumbnail.md +++ b/docs/api/thumbnail.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/thumbnail/props.md'; -import Events from '@site/static/auto-generated/thumbnail/events.md'; -import Methods from '@site/static/auto-generated/thumbnail/methods.md'; -import Parts from '@site/static/auto-generated/thumbnail/parts.md'; -import CustomProps from '@site/static/auto-generated/thumbnail/custom-props.md'; -import Slots from '@site/static/auto-generated/thumbnail/slots.md'; +import Props from '@ionic-internal/component-api/v6/thumbnail/props.md'; +import Events from '@ionic-internal/component-api/v6/thumbnail/events.md'; +import Methods from '@ionic-internal/component-api/v6/thumbnail/methods.md'; +import Parts from '@ionic-internal/component-api/v6/thumbnail/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/thumbnail/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/thumbnail/slots.md'; ion-thumbnail | Thumbnail App Component to Wrap Images or Icons diff --git a/docs/api/title.md b/docs/api/title.md index 4fde4246d0c..8cba25259c9 100644 --- a/docs/api/title.md +++ b/docs/api/title.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/title/props.md'; -import Events from '@site/static/auto-generated/title/events.md'; -import Methods from '@site/static/auto-generated/title/methods.md'; -import Parts from '@site/static/auto-generated/title/parts.md'; -import CustomProps from '@site/static/auto-generated/title/custom-props.md'; -import Slots from '@site/static/auto-generated/title/slots.md'; +import Props from '@ionic-internal/component-api/v6/title/props.md'; +import Events from '@ionic-internal/component-api/v6/title/events.md'; +import Methods from '@ionic-internal/component-api/v6/title/methods.md'; +import Parts from '@ionic-internal/component-api/v6/title/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/title/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/title/slots.md'; ion-title: Ionic Framework App Title Component for Toolbars diff --git a/docs/api/toast.md b/docs/api/toast.md index 15b5c302ebc..ae25a0b6fe4 100644 --- a/docs/api/toast.md +++ b/docs/api/toast.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/toast/props.md'; -import Events from '@site/static/auto-generated/toast/events.md'; -import Methods from '@site/static/auto-generated/toast/methods.md'; -import Parts from '@site/static/auto-generated/toast/parts.md'; -import CustomProps from '@site/static/auto-generated/toast/custom-props.md'; -import Slots from '@site/static/auto-generated/toast/slots.md'; +import Props from '@ionic-internal/component-api/v6/toast/props.md'; +import Events from '@ionic-internal/component-api/v6/toast/events.md'; +import Methods from '@ionic-internal/component-api/v6/toast/methods.md'; +import Parts from '@ionic-internal/component-api/v6/toast/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/toast/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/toast/slots.md'; ion-toast Component: A Dismissible App Notification Alert diff --git a/docs/api/toggle.md b/docs/api/toggle.md index 6cdc6175f36..9c6b9972bdd 100644 --- a/docs/api/toggle.md +++ b/docs/api/toggle.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/toggle/props.md'; -import Events from '@site/static/auto-generated/toggle/events.md'; -import Methods from '@site/static/auto-generated/toggle/methods.md'; -import Parts from '@site/static/auto-generated/toggle/parts.md'; -import CustomProps from '@site/static/auto-generated/toggle/custom-props.md'; -import Slots from '@site/static/auto-generated/toggle/slots.md'; +import Props from '@ionic-internal/component-api/v6/toggle/props.md'; +import Events from '@ionic-internal/component-api/v6/toggle/events.md'; +import Methods from '@ionic-internal/component-api/v6/toggle/methods.md'; +import Parts from '@ionic-internal/component-api/v6/toggle/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/toggle/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/toggle/slots.md'; Toggle | ion-toggle: Custom Toggle Button for Ionic Applications diff --git a/docs/api/toolbar.md b/docs/api/toolbar.md index 187e8f50480..6e80e14fbf7 100644 --- a/docs/api/toolbar.md +++ b/docs/api/toolbar.md @@ -7,12 +7,12 @@ demoSourceUrl: "https://github.com/ionic-team/ionic-docs/tree/main/static/demos/ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/toolbar/props.md'; -import Events from '@site/static/auto-generated/toolbar/events.md'; -import Methods from '@site/static/auto-generated/toolbar/methods.md'; -import Parts from '@site/static/auto-generated/toolbar/parts.md'; -import CustomProps from '@site/static/auto-generated/toolbar/custom-props.md'; -import Slots from '@site/static/auto-generated/toolbar/slots.md'; +import Props from '@ionic-internal/component-api/v6/toolbar/props.md'; +import Events from '@ionic-internal/component-api/v6/toolbar/events.md'; +import Methods from '@ionic-internal/component-api/v6/toolbar/methods.md'; +import Parts from '@ionic-internal/component-api/v6/toolbar/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/toolbar/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/toolbar/slots.md'; Toolbar | Customize App Menu Toolbar Buttons and Icons diff --git a/docs/api/virtual-scroll.md b/docs/api/virtual-scroll.md index f702455f2c8..65d98612e0d 100644 --- a/docs/api/virtual-scroll.md +++ b/docs/api/virtual-scroll.md @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Props from '@site/static/auto-generated/virtual-scroll/props.md'; -import Events from '@site/static/auto-generated/virtual-scroll/events.md'; -import Methods from '@site/static/auto-generated/virtual-scroll/methods.md'; -import Parts from '@site/static/auto-generated/virtual-scroll/parts.md'; -import CustomProps from '@site/static/auto-generated/virtual-scroll/custom-props.md'; -import Slots from '@site/static/auto-generated/virtual-scroll/slots.md'; +import Props from '@ionic-internal/component-api/v6/virtual-scroll/props.md'; +import Events from '@ionic-internal/component-api/v6/virtual-scroll/events.md'; +import Methods from '@ionic-internal/component-api/v6/virtual-scroll/methods.md'; +import Parts from '@ionic-internal/component-api/v6/virtual-scroll/parts.md'; +import CustomProps from '@ionic-internal/component-api/v6/virtual-scroll/custom-props.md'; +import Slots from '@ionic-internal/component-api/v6/virtual-scroll/slots.md'; ion-virtual-scroll | Angular Virtual Scroll List for Ionic Apps