From cefbbc24151d933c3296a2e53babad06b57f3f2f Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 29 Mar 2023 15:35:17 -0400 Subject: [PATCH 1/4] refactor(): update import path (#2864) --- 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 From fe204b6427d5b71684d7883c5d0ceb26ee2d9421 Mon Sep 17 00:00:00 2001 From: Masahiko Sakakibara Date: Wed, 5 Apr 2023 21:47:29 +0900 Subject: [PATCH 2/4] feat(jp): update translation/jp to v7 (#2837) --- .github/ISSUE_TEMPLATE/bug_report.md | 32 - .github/ISSUE_TEMPLATE/bug_report.yml | 43 + .github/ISSUE_TEMPLATE/content-issue.md | 13 - .github/ISSUE_TEMPLATE/content-issue.yml | 17 + .github/ISSUE_TEMPLATE/feature_request.md | 20 - .github/ISSUE_TEMPLATE/feature_request.yml | 23 + .github/ionic-issue-bot.yml | 86 + .gitignore | 2 + CONTRIBUTING.md | 4 +- docs/angular/config.md | 187 - docs/angular/lifecycle.md | 4 +- docs/angular/navigation.md | 66 +- docs/angular/overview.md | 22 +- docs/angular/platform.md | 83 +- docs/angular/slides.md | 398 +- docs/angular/virtual-scroll.md | 8 +- docs/angular/your-first-app.md | 6 +- .../angular/your-first-app/2-taking-photos.md | 4 +- .../angular/your-first-app/3-saving-photos.md | 2 +- .../your-first-app/4-loading-photos.md | 10 +- .../angular/your-first-app/5-adding-mobile.md | 2 +- .../your-first-app/6-deploying-mobile.md | 4 +- docs/angular/your-first-app/7-live-reload.md | 4 +- docs/angular/your-first-app/8-distribute.md | 2 +- docs/api/accordion-group.md | 33 +- docs/api/accordion.md | 47 +- docs/api/action-sheet.md | 589 +- docs/api/alert.md | 124 +- docs/api/app.md | 37 +- docs/api/avatar.md | 194 +- docs/api/back-button.md | 348 +- docs/api/backdrop.md | 224 +- docs/api/badge.md | 211 +- docs/api/breadcrumb.md | 31 +- docs/api/breadcrumbs.md | 39 +- docs/api/button.md | 385 +- docs/api/buttons.md | 375 +- docs/api/card-content.md | 36 +- docs/api/card-header.md | 33 +- docs/api/card-subtitle.md | 32 +- docs/api/card-title.md | 33 +- docs/api/card.md | 401 +- docs/api/checkbox.md | 329 +- docs/api/chip.md | 343 +- docs/api/col.md | 34 +- docs/api/content.md | 234 +- docs/api/datetime-button.md | 72 + docs/api/datetime.md | 94 +- docs/api/fab-button.md | 210 +- docs/api/fab-list.md | 324 +- docs/api/fab.md | 676 +- docs/api/footer.md | 246 +- docs/api/grid.md | 1129 +- docs/api/header.md | 396 +- docs/api/icon.md | 45 + docs/api/img.md | 162 +- docs/api/infinite-scroll-content.md | 158 +- docs/api/infinite-scroll.md | 454 +- docs/api/input.md | 356 +- docs/api/item-divider.md | 295 +- docs/api/item-group.md | 637 +- docs/api/item-option.md | 32 +- docs/api/item-options.md | 32 +- docs/api/item-sliding.md | 885 +- docs/api/item.md | 2102 +- docs/api/label.md | 381 +- docs/api/list-header.md | 465 +- docs/api/list.md | 434 +- docs/api/loading.md | 103 +- docs/api/menu-button.md | 31 +- docs/api/menu-toggle.md | 194 +- docs/api/menu.md | 525 +- docs/api/modal.md | 82 +- docs/api/nav-link.md | 31 +- docs/api/nav.md | 34 +- docs/api/note.md | 223 +- docs/api/picker.md | 251 +- docs/api/popover.md | 46 +- docs/api/progress-bar.md | 186 +- docs/api/radio-group.md | 297 +- docs/api/radio.md | 274 +- docs/api/range.md | 88 +- docs/api/refresher-content.md | 36 +- docs/api/refresher.md | 345 +- docs/api/reorder-group.md | 723 +- docs/api/reorder.md | 515 +- docs/api/ripple-effect.md | 257 +- docs/api/route-redirect.md | 28 +- docs/api/route.md | 26 +- docs/api/router-link.md | 16 +- docs/api/router-outlet.md | 24 +- docs/api/router.md | 35 +- docs/api/row.md | 34 +- docs/api/searchbar.md | 366 +- docs/api/segment-button.md | 832 +- docs/api/segment.md | 635 +- docs/api/select-option.md | 707 +- docs/api/select.md | 95 +- docs/api/skeleton-text.md | 893 +- docs/api/slide.md | 59 - docs/api/slides.md | 743 - docs/api/spinner.md | 228 +- docs/api/split-pane.md | 210 +- docs/api/tab-bar.md | 22 +- docs/api/tab-button.md | 64 +- docs/api/tab.md | 24 +- docs/api/tabs.md | 471 +- docs/api/text.md | 64 +- docs/api/textarea.md | 353 +- docs/api/thumbnail.md | 159 +- docs/api/title.md | 690 +- docs/api/toast.md | 452 +- docs/api/toggle.md | 484 +- docs/api/toolbar.md | 996 +- docs/api/virtual-scroll.md | 302 - docs/cli/livereload.md | 23 +- docs/components.md | 8 +- docs/core-concepts/cross-platform.md | 4 +- docs/core-concepts/fundamentals.md | 2 +- docs/core-concepts/webview.md | 4 +- .../what-are-progressive-web-apps.md | 4 +- docs/deployment/desktop-app.md | 2 +- docs/deployment/progressive-web-app.md | 1 + docs/developing/android.md | 26 +- docs/developing/config.md | 147 + docs/developing/config/global/index.md | 67 + docs/developing/config/per-component/index.md | 143 + .../config/per-platform-fallback/index.md | 79 + .../config/per-platform-overrides/index.md | 88 + docs/developing/config/per-platform/index.md | 63 + docs/developing/hardware-back-button.md | 12 +- docs/developing/ios.md | 1 + docs/developing/keyboard.md | 4 +- docs/developing/previewing.md | 42 +- docs/developing/scaffolding.md | 6 +- docs/index.md | 5 +- docs/layout/css-utilities.md | 40 +- docs/native-community.md | 199 - docs/native-faq.md | 82 +- docs/native-setup.md | 146 + docs/native.md | 29 +- docs/react.md | 7 +- ...onic-react-to-an-existing-react-project.md | 213 + docs/react/config.md | 7 +- docs/react/lifecycle.md | 4 +- docs/react/overview.md | 4 +- docs/react/platform.md | 2 +- docs/react/pwa.md | 67 +- docs/react/quickstart.md | 16 +- docs/react/slides.md | 144 +- docs/react/virtual-scroll.md | 16 +- docs/react/your-first-app.md | 8 +- docs/react/your-first-app/2-taking-photos.md | 4 +- docs/react/your-first-app/3-saving-photos.md | 2 +- docs/react/your-first-app/4-loading-photos.md | 18 +- docs/react/your-first-app/5-adding-mobile.md | 8 +- .../your-first-app/6-deploying-mobile.md | 4 +- docs/react/your-first-app/7-live-reload.md | 4 +- docs/react/your-first-app/8-distribute.md | 2 +- docs/reference/browser-support.md | 34 +- docs/reference/glossary.md | 10 +- docs/reference/support.md | 36 +- docs/reference/versioning.md | 4 +- docs/techniques/security.md | 6 +- docs/theming/color-generator.md | 4 +- docs/theming/platform-styles.md | 4 +- docs/updating/4-0.md | 282 + docs/updating/5-0.md | 37 + docs/updating/6-0.md | 470 + docs/updating/7-0.md | 158 + docs/utilities/animations.md | 57 +- docs/utilities/gestures.md | 12 - docs/vue/config.md | 7 +- docs/vue/lifecycle.md | 4 +- docs/vue/navigation.md | 27 +- docs/vue/overview.md | 17 +- docs/vue/platform.md | 2 +- docs/vue/pwa.md | 52 +- docs/vue/quickstart.md | 285 +- docs/vue/slides.md | 24 +- docs/vue/troubleshooting.md | 18 + docs/vue/utility-functions.md | 37 +- docs/vue/virtual-scroll.md | 6 +- docs/vue/your-first-app.md | 57 +- docs/vue/your-first-app/2-taking-photos.md | 66 +- docs/vue/your-first-app/3-saving-photos.md | 10 +- docs/vue/your-first-app/4-loading-photos.md | 22 +- docs/vue/your-first-app/5-adding-mobile.md | 11 +- docs/vue/your-first-app/6-deploying-mobile.md | 8 +- docs/vue/your-first-app/7-live-reload.md | 23 +- docs/vue/your-first-app/8-distribute.md | 2 +- docusaurus.config.js | 45 +- package-lock.json | 5920 ++-- package.json | 3 +- .../index.js | 267 + scripts/api-ja.js | 8 - scripts/api-playground-init.js | 283 - scripts/api.js | 17 +- scripts/build-translate/deepl.config.json | 5 + scripts/build-translate/index.ts | 80 +- scripts/build-translate/translate-type.ts | 40 + scripts/cli.js | 67 +- scripts/data/cli.json | 65 +- scripts/data/meta-override.json | 8 + scripts/data/native.json | 2 +- scripts/data/translated-api.json | 2920 +- scripts/data/translated-cache.json | 1147 + scripts/data/translated-cli.json | 157 +- scripts/data/translated-native.json | 2 +- scripts/i18n.sh | 4 +- scripts/native.js | 227 +- scripts/release-notes.js | 25 + scripts/utils.js | 57 +- sidebars.js | 63 +- src/components/global/Playground/README.md | 69 + .../global/Playground/icons/IconDots.tsx | 2 +- src/components/global/Playground/index.tsx | 239 +- .../global/Playground/playground.css | 11 +- .../global/Playground/stackblitz.utils.ts | 127 +- .../page/api/APITOCInline/index.tsx | 35 - .../NativeEnterpriseCard/index.module.scss | 4 +- .../native/NativeEnterpriseCard/index.tsx | 6 +- .../reference/ReleaseNotes/release-notes.json | 82 +- .../.detection/api/action-sheet.json | 2 +- src/translate/.detection/api/alert.json | 2 +- src/translate/.detection/api/breadcrumbs.json | 13 +- src/translate/.detection/api/button.json | 30 +- src/translate/.detection/api/content.json | 6 + src/translate/.detection/api/datetime.json | 46 +- src/translate/.detection/api/input.json | 42 +- src/translate/.detection/api/label.json | 2 +- src/translate/.detection/api/loading.json | 2 +- src/translate/.detection/api/modal.json | 11 +- src/translate/.detection/api/nav.json | 22 +- src/translate/.detection/api/picker.json | 2 +- src/translate/.detection/api/popover.json | 4 +- .../.detection/api/reorder-group.json | 2 +- src/translate/.detection/api/router.json | 2 +- src/translate/.detection/api/searchbar.json | 30 +- src/translate/.detection/api/select.json | 2 +- src/translate/.detection/api/slides.json | 8 +- src/translate/.detection/api/toast.json | 26 +- src/translate/.detection/api/toggle.json | 2 +- src/translate/.detection/cli/build.json | 2 +- .../.detection/cli/capacitor-build.json | 4 +- .../.detection/cli/capacitor-build.readme.md | 2 +- .../.detection/cli/capacitor-copy.json | 2 +- .../.detection/cli/capacitor-run.json | 2 +- .../.detection/cli/capacitor-sync.json | 2 +- .../.detection/cli/cordova-build.json | 2 +- .../.detection/cli/cordova-emulate.json | 2 +- .../.detection/cli/cordova-prepare.json | 2 +- src/translate/.detection/cli/cordova-run.json | 2 +- .../.detection/cli/doctor-check.json | 4 +- src/translate/.detection/cli/doctor-list.json | 4 +- .../.detection/cli/doctor-treat.json | 4 +- src/translate/.detection/cli/serve.json | 39 - ...esome-cordova-plugins-iamport-cordova.json | 2 +- ...-cordova-plugins-iamport-cordova.readme.md | 2 +- src/translate/api/action-sheet.json | 2 +- src/translate/api/alert.json | 2 +- src/translate/api/breadcrumbs.json | 13 +- src/translate/api/button.json | 30 +- src/translate/api/content.json | 6 + src/translate/api/datetime.json | 46 +- src/translate/api/input.json | 42 +- src/translate/api/label.json | 2 +- src/translate/api/loading.json | 2 +- src/translate/api/modal.json | 11 +- src/translate/api/nav.json | 22 +- src/translate/api/picker.json | 2 +- src/translate/api/popover.json | 4 +- src/translate/api/reorder-group.json | 2 +- src/translate/api/router.json | 2 +- src/translate/api/searchbar.json | 30 +- src/translate/api/select.json | 2 +- src/translate/api/slides.json | 8 +- src/translate/api/toast.json | 26 +- src/translate/api/toggle.json | 2 +- src/translate/cli/build.json | 2 +- src/translate/cli/capacitor-build.json | 4 +- src/translate/cli/capacitor-build.readme.md | 2 +- src/translate/cli/capacitor-copy.json | 2 +- src/translate/cli/capacitor-run.json | 2 +- src/translate/cli/capacitor-sync.json | 2 +- src/translate/cli/cordova-build.json | 2 +- src/translate/cli/cordova-emulate.json | 2 +- src/translate/cli/cordova-prepare.json | 2 +- src/translate/cli/cordova-run.json | 2 +- src/translate/cli/doctor-check.json | 4 +- src/translate/cli/doctor-list.json | 4 +- src/translate/cli/doctor-treat.json | 4 +- src/translate/cli/serve.json | 39 - ...esome-cordova-plugins-iamport-cordova.json | 2 +- ...-cordova-plugins-iamport-cordova.readme.md | 2 +- static/.gitignore | 1 - .../accordion-group/custom-props.md | 1 + .../auto-generated/accordion-group/events.md | 5 + .../auto-generated/accordion-group/methods.md | 1 + .../auto-generated/accordion-group/parts.md | 1 + .../auto-generated/accordion-group/props.md | 77 + .../auto-generated/accordion-group/slots.md | 1 + .../auto-generated/accordion/custom-props.md | 1 + static/auto-generated/accordion/events.md | 1 + static/auto-generated/accordion/methods.md | 1 + static/auto-generated/accordion/parts.md | 7 + static/auto-generated/accordion/props.md | 66 + static/auto-generated/accordion/slots.md | 6 + .../action-sheet/custom-props.md | 27 + static/auto-generated/action-sheet/events.md | 8 + static/auto-generated/action-sheet/methods.md | 34 + static/auto-generated/action-sheet/parts.md | 1 + static/auto-generated/action-sheet/props.md | 132 + static/auto-generated/action-sheet/slots.md | 1 + static/auto-generated/alert/custom-props.md | 12 + static/auto-generated/alert/events.md | 8 + static/auto-generated/alert/methods.md | 34 + static/auto-generated/alert/parts.md | 1 + static/auto-generated/alert/props.md | 154 + static/auto-generated/alert/slots.md | 1 + static/auto-generated/app/custom-props.md | 1 + static/auto-generated/app/events.md | 1 + static/auto-generated/app/methods.md | 1 + static/auto-generated/app/parts.md | 1 + static/auto-generated/app/props.md | 1 + static/auto-generated/app/slots.md | 1 + static/auto-generated/avatar/custom-props.md | 5 + static/auto-generated/avatar/events.md | 1 + static/auto-generated/avatar/methods.md | 1 + static/auto-generated/avatar/parts.md | 1 + static/auto-generated/avatar/props.md | 1 + static/auto-generated/avatar/slots.md | 1 + .../back-button/custom-props.md | 36 + static/auto-generated/back-button/events.md | 1 + static/auto-generated/back-button/methods.md | 1 + static/auto-generated/back-button/parts.md | 7 + static/auto-generated/back-button/props.md | 88 + static/auto-generated/back-button/slots.md | 1 + .../auto-generated/backdrop/custom-props.md | 1 + static/auto-generated/backdrop/events.md | 5 + static/auto-generated/backdrop/methods.md | 1 + static/auto-generated/backdrop/parts.md | 1 + static/auto-generated/backdrop/props.md | 33 + static/auto-generated/backdrop/slots.md | 1 + static/auto-generated/badge/custom-props.md | 10 + static/auto-generated/badge/events.md | 1 + static/auto-generated/badge/methods.md | 1 + static/auto-generated/badge/parts.md | 1 + static/auto-generated/badge/props.md | 22 + static/auto-generated/badge/slots.md | 1 + .../auto-generated/breadcrumb/custom-props.md | 9 + static/auto-generated/breadcrumb/events.md | 6 + static/auto-generated/breadcrumb/methods.md | 1 + static/auto-generated/breadcrumb/parts.md | 7 + static/auto-generated/breadcrumb/props.md | 121 + static/auto-generated/breadcrumb/slots.md | 1 + .../breadcrumbs/custom-props.md | 1 + static/auto-generated/breadcrumbs/events.md | 5 + static/auto-generated/breadcrumbs/methods.md | 1 + static/auto-generated/breadcrumbs/parts.md | 1 + static/auto-generated/breadcrumbs/props.md | 55 + static/auto-generated/breadcrumbs/slots.md | 1 + static/auto-generated/button/custom-props.md | 27 + static/auto-generated/button/events.md | 6 + static/auto-generated/button/methods.md | 1 + static/auto-generated/button/parts.md | 5 + static/auto-generated/button/props.md | 187 + static/auto-generated/button/slots.md | 8 + static/auto-generated/buttons/custom-props.md | 1 + static/auto-generated/buttons/events.md | 1 + static/auto-generated/buttons/methods.md | 1 + static/auto-generated/buttons/parts.md | 1 + static/auto-generated/buttons/props.md | 11 + static/auto-generated/buttons/slots.md | 1 + .../card-content/custom-props.md | 1 + static/auto-generated/card-content/events.md | 1 + static/auto-generated/card-content/methods.md | 1 + static/auto-generated/card-content/parts.md | 1 + static/auto-generated/card-content/props.md | 11 + static/auto-generated/card-content/slots.md | 1 + .../card-header/custom-props.md | 1 + static/auto-generated/card-header/events.md | 1 + static/auto-generated/card-header/methods.md | 1 + static/auto-generated/card-header/parts.md | 1 + static/auto-generated/card-header/props.md | 33 + static/auto-generated/card-header/slots.md | 1 + .../card-subtitle/custom-props.md | 5 + static/auto-generated/card-subtitle/events.md | 1 + .../auto-generated/card-subtitle/methods.md | 1 + static/auto-generated/card-subtitle/parts.md | 1 + static/auto-generated/card-subtitle/props.md | 22 + static/auto-generated/card-subtitle/slots.md | 1 + .../auto-generated/card-title/custom-props.md | 5 + static/auto-generated/card-title/events.md | 1 + static/auto-generated/card-title/methods.md | 1 + static/auto-generated/card-title/parts.md | 1 + static/auto-generated/card-title/props.md | 22 + static/auto-generated/card-title/slots.md | 1 + static/auto-generated/card/custom-props.md | 6 + static/auto-generated/card/events.md | 1 + static/auto-generated/card/methods.md | 1 + static/auto-generated/card/parts.md | 5 + static/auto-generated/card/props.md | 121 + static/auto-generated/card/slots.md | 1 + .../auto-generated/checkbox/custom-props.md | 15 + static/auto-generated/checkbox/events.md | 7 + static/auto-generated/checkbox/methods.md | 1 + static/auto-generated/checkbox/parts.md | 6 + static/auto-generated/checkbox/props.md | 77 + static/auto-generated/checkbox/slots.md | 1 + static/auto-generated/chip/custom-props.md | 6 + static/auto-generated/chip/events.md | 1 + static/auto-generated/chip/methods.md | 1 + static/auto-generated/chip/parts.md | 1 + static/auto-generated/chip/props.md | 44 + static/auto-generated/chip/slots.md | 1 + static/auto-generated/col/custom-props.md | 11 + static/auto-generated/col/events.md | 1 + static/auto-generated/col/methods.md | 1 + static/auto-generated/col/parts.md | 1 + static/auto-generated/col/props.md | 264 + static/auto-generated/col/slots.md | 1 + static/auto-generated/content/custom-props.md | 13 + static/auto-generated/content/events.md | 7 + static/auto-generated/content/methods.md | 42 + static/auto-generated/content/parts.md | 6 + static/auto-generated/content/props.md | 66 + static/auto-generated/content/slots.md | 6 + .../datetime-button/custom-props.md | 1 + .../auto-generated/datetime-button/events.md | 1 + .../auto-generated/datetime-button/methods.md | 1 + .../auto-generated/datetime-button/parts.md | 5 + .../auto-generated/datetime-button/props.md | 44 + .../auto-generated/datetime-button/slots.md | 6 + .../auto-generated/datetime/custom-props.md | 7 + static/auto-generated/datetime/events.md | 8 + static/auto-generated/datetime/methods.md | 26 + static/auto-generated/datetime/parts.md | 1 + static/auto-generated/datetime/props.md | 330 + static/auto-generated/datetime/slots.md | 7 + .../auto-generated/fab-button/custom-props.md | 27 + static/auto-generated/fab-button/events.md | 6 + static/auto-generated/fab-button/methods.md | 1 + static/auto-generated/fab-button/parts.md | 6 + static/auto-generated/fab-button/props.md | 165 + static/auto-generated/fab-button/slots.md | 1 + .../auto-generated/fab-list/custom-props.md | 1 + static/auto-generated/fab-list/events.md | 1 + static/auto-generated/fab-list/methods.md | 1 + static/auto-generated/fab-list/parts.md | 1 + static/auto-generated/fab-list/props.md | 22 + static/auto-generated/fab-list/slots.md | 1 + static/auto-generated/fab/custom-props.md | 1 + static/auto-generated/fab/events.md | 1 + static/auto-generated/fab/methods.md | 10 + static/auto-generated/fab/parts.md | 1 + static/auto-generated/fab/props.md | 44 + static/auto-generated/fab/slots.md | 1 + static/auto-generated/footer/custom-props.md | 1 + static/auto-generated/footer/events.md | 1 + static/auto-generated/footer/methods.md | 1 + static/auto-generated/footer/parts.md | 1 + static/auto-generated/footer/props.md | 33 + static/auto-generated/footer/slots.md | 1 + static/auto-generated/grid/custom-props.md | 16 + static/auto-generated/grid/events.md | 1 + static/auto-generated/grid/methods.md | 1 + static/auto-generated/grid/parts.md | 1 + static/auto-generated/grid/props.md | 11 + static/auto-generated/grid/slots.md | 1 + static/auto-generated/header/custom-props.md | 1 + static/auto-generated/header/events.md | 1 + static/auto-generated/header/methods.md | 1 + static/auto-generated/header/parts.md | 1 + static/auto-generated/header/props.md | 33 + static/auto-generated/header/slots.md | 1 + static/auto-generated/img/custom-props.md | 1 + static/auto-generated/img/events.md | 7 + static/auto-generated/img/methods.md | 1 + static/auto-generated/img/parts.md | 5 + static/auto-generated/img/props.md | 22 + static/auto-generated/img/slots.md | 1 + .../infinite-scroll-content/custom-props.md | 1 + .../infinite-scroll-content/events.md | 1 + .../infinite-scroll-content/methods.md | 1 + .../infinite-scroll-content/parts.md | 1 + .../infinite-scroll-content/props.md | 22 + .../infinite-scroll-content/slots.md | 1 + .../infinite-scroll/custom-props.md | 1 + .../auto-generated/infinite-scroll/events.md | 5 + .../auto-generated/infinite-scroll/methods.md | 10 + .../auto-generated/infinite-scroll/parts.md | 1 + .../auto-generated/infinite-scroll/props.md | 33 + .../auto-generated/infinite-scroll/slots.md | 1 + static/auto-generated/input/custom-props.md | 14 + static/auto-generated/input/events.md | 8 + static/auto-generated/input/methods.md | 18 + static/auto-generated/input/parts.md | 1 + static/auto-generated/input/props.md | 308 + static/auto-generated/input/slots.md | 1 + .../item-divider/custom-props.md | 14 + static/auto-generated/item-divider/events.md | 1 + static/auto-generated/item-divider/methods.md | 1 + static/auto-generated/item-divider/parts.md | 1 + static/auto-generated/item-divider/props.md | 33 + static/auto-generated/item-divider/slots.md | 7 + .../auto-generated/item-group/custom-props.md | 1 + static/auto-generated/item-group/events.md | 1 + static/auto-generated/item-group/methods.md | 1 + static/auto-generated/item-group/parts.md | 1 + static/auto-generated/item-group/props.md | 1 + static/auto-generated/item-group/slots.md | 1 + .../item-option/custom-props.md | 6 + static/auto-generated/item-option/events.md | 1 + static/auto-generated/item-option/methods.md | 1 + static/auto-generated/item-option/parts.md | 5 + static/auto-generated/item-option/props.md | 99 + static/auto-generated/item-option/slots.md | 10 + .../item-options/custom-props.md | 1 + static/auto-generated/item-options/events.md | 5 + static/auto-generated/item-options/methods.md | 1 + static/auto-generated/item-options/parts.md | 1 + static/auto-generated/item-options/props.md | 11 + static/auto-generated/item-options/slots.md | 1 + .../item-sliding/custom-props.md | 1 + static/auto-generated/item-sliding/events.md | 5 + static/auto-generated/item-sliding/methods.md | 42 + static/auto-generated/item-sliding/parts.md | 1 + static/auto-generated/item-sliding/props.md | 11 + static/auto-generated/item-sliding/slots.md | 1 + static/auto-generated/item/custom-props.md | 39 + static/auto-generated/item/events.md | 1 + static/auto-generated/item/methods.md | 1 + static/auto-generated/item/parts.md | 6 + static/auto-generated/item/props.md | 198 + static/auto-generated/item/slots.md | 9 + static/auto-generated/label/custom-props.md | 5 + static/auto-generated/label/events.md | 1 + static/auto-generated/label/methods.md | 1 + static/auto-generated/label/parts.md | 1 + static/auto-generated/label/props.md | 33 + static/auto-generated/label/slots.md | 1 + .../list-header/custom-props.md | 10 + static/auto-generated/list-header/events.md | 1 + static/auto-generated/list-header/methods.md | 1 + static/auto-generated/list-header/parts.md | 1 + static/auto-generated/list-header/props.md | 33 + static/auto-generated/list-header/slots.md | 1 + static/auto-generated/list/custom-props.md | 1 + static/auto-generated/list/events.md | 1 + static/auto-generated/list/methods.md | 10 + static/auto-generated/list/parts.md | 1 + static/auto-generated/list/props.md | 33 + static/auto-generated/list/slots.md | 1 + static/auto-generated/loading/custom-props.md | 13 + static/auto-generated/loading/events.md | 8 + static/auto-generated/loading/methods.md | 34 + static/auto-generated/loading/parts.md | 1 + static/auto-generated/loading/props.md | 143 + static/auto-generated/loading/slots.md | 1 + .../menu-button/custom-props.md | 17 + static/auto-generated/menu-button/events.md | 1 + static/auto-generated/menu-button/methods.md | 1 + static/auto-generated/menu-button/parts.md | 6 + static/auto-generated/menu-button/props.md | 66 + static/auto-generated/menu-button/slots.md | 1 + .../menu-toggle/custom-props.md | 1 + static/auto-generated/menu-toggle/events.md | 1 + static/auto-generated/menu-toggle/methods.md | 1 + static/auto-generated/menu-toggle/parts.md | 1 + static/auto-generated/menu-toggle/props.md | 22 + static/auto-generated/menu-toggle/slots.md | 5 + static/auto-generated/menu/custom-props.md | 11 + static/auto-generated/menu/events.md | 8 + static/auto-generated/menu/methods.md | 50 + static/auto-generated/menu/parts.md | 6 + static/auto-generated/menu/props.md | 77 + static/auto-generated/menu/slots.md | 1 + static/auto-generated/modal/custom-props.md | 16 + static/auto-generated/modal/events.md | 13 + static/auto-generated/modal/methods.md | 50 + static/auto-generated/modal/parts.md | 7 + static/auto-generated/modal/props.md | 209 + static/auto-generated/modal/slots.md | 5 + .../auto-generated/nav-link/custom-props.md | 1 + static/auto-generated/nav-link/events.md | 1 + static/auto-generated/nav-link/methods.md | 1 + static/auto-generated/nav-link/parts.md | 1 + static/auto-generated/nav-link/props.md | 44 + static/auto-generated/nav-link/slots.md | 1 + static/auto-generated/nav/custom-props.md | 1 + static/auto-generated/nav/events.md | 6 + static/auto-generated/nav/methods.md | 106 + static/auto-generated/nav/parts.md | 1 + static/auto-generated/nav/props.md | 55 + static/auto-generated/nav/slots.md | 1 + static/auto-generated/note/custom-props.md | 5 + static/auto-generated/note/events.md | 1 + static/auto-generated/note/methods.md | 1 + static/auto-generated/note/parts.md | 1 + static/auto-generated/note/props.md | 22 + static/auto-generated/note/slots.md | 1 + static/auto-generated/picker/custom-props.md | 17 + static/auto-generated/picker/events.md | 8 + static/auto-generated/picker/methods.md | 42 + static/auto-generated/picker/parts.md | 1 + static/auto-generated/picker/props.md | 132 + static/auto-generated/picker/slots.md | 1 + static/auto-generated/popover/custom-props.md | 15 + static/auto-generated/popover/events.md | 12 + static/auto-generated/popover/methods.md | 34 + static/auto-generated/popover/parts.md | 7 + static/auto-generated/popover/props.md | 242 + static/auto-generated/popover/slots.md | 5 + .../progress-bar/custom-props.md | 7 + static/auto-generated/progress-bar/events.md | 1 + static/auto-generated/progress-bar/methods.md | 1 + static/auto-generated/progress-bar/parts.md | 7 + static/auto-generated/progress-bar/props.md | 66 + static/auto-generated/progress-bar/slots.md | 1 + .../radio-group/custom-props.md | 1 + static/auto-generated/radio-group/events.md | 5 + static/auto-generated/radio-group/methods.md | 1 + static/auto-generated/radio-group/parts.md | 1 + static/auto-generated/radio-group/props.md | 33 + static/auto-generated/radio-group/slots.md | 1 + static/auto-generated/radio/custom-props.md | 8 + static/auto-generated/radio/events.md | 6 + static/auto-generated/radio/methods.md | 1 + static/auto-generated/radio/parts.md | 6 + static/auto-generated/radio/props.md | 55 + static/auto-generated/radio/slots.md | 1 + static/auto-generated/range/custom-props.md | 15 + static/auto-generated/range/events.md | 9 + static/auto-generated/range/methods.md | 1 + static/auto-generated/range/parts.md | 10 + static/auto-generated/range/props.md | 165 + static/auto-generated/range/slots.md | 6 + .../refresher-content/custom-props.md | 1 + .../refresher-content/events.md | 1 + .../refresher-content/methods.md | 1 + .../auto-generated/refresher-content/parts.md | 1 + .../auto-generated/refresher-content/props.md | 44 + .../auto-generated/refresher-content/slots.md | 1 + .../auto-generated/refresher/custom-props.md | 1 + static/auto-generated/refresher/events.md | 7 + static/auto-generated/refresher/methods.md | 26 + static/auto-generated/refresher/parts.md | 1 + static/auto-generated/refresher/props.md | 66 + static/auto-generated/refresher/slots.md | 1 + .../reorder-group/custom-props.md | 1 + static/auto-generated/reorder-group/events.md | 5 + .../auto-generated/reorder-group/methods.md | 10 + static/auto-generated/reorder-group/parts.md | 1 + static/auto-generated/reorder-group/props.md | 11 + static/auto-generated/reorder-group/slots.md | 1 + static/auto-generated/reorder/custom-props.md | 1 + static/auto-generated/reorder/events.md | 1 + static/auto-generated/reorder/methods.md | 1 + static/auto-generated/reorder/parts.md | 5 + static/auto-generated/reorder/props.md | 1 + static/auto-generated/reorder/slots.md | 1 + .../ripple-effect/custom-props.md | 1 + static/auto-generated/ripple-effect/events.md | 1 + .../auto-generated/ripple-effect/methods.md | 10 + static/auto-generated/ripple-effect/parts.md | 1 + static/auto-generated/ripple-effect/props.md | 11 + static/auto-generated/ripple-effect/slots.md | 1 + .../route-redirect/custom-props.md | 1 + .../auto-generated/route-redirect/events.md | 5 + .../auto-generated/route-redirect/methods.md | 1 + static/auto-generated/route-redirect/parts.md | 1 + static/auto-generated/route-redirect/props.md | 22 + static/auto-generated/route-redirect/slots.md | 1 + static/auto-generated/route/custom-props.md | 1 + static/auto-generated/route/events.md | 5 + static/auto-generated/route/methods.md | 1 + static/auto-generated/route/parts.md | 1 + static/auto-generated/route/props.md | 55 + static/auto-generated/route/slots.md | 1 + .../router-link/custom-props.md | 6 + static/auto-generated/router-link/events.md | 1 + static/auto-generated/router-link/methods.md | 1 + static/auto-generated/router-link/parts.md | 1 + static/auto-generated/router-link/props.md | 66 + static/auto-generated/router-link/slots.md | 1 + .../router-outlet/custom-props.md | 1 + static/auto-generated/router-outlet/events.md | 1 + .../auto-generated/router-outlet/methods.md | 1 + static/auto-generated/router-outlet/parts.md | 1 + static/auto-generated/router-outlet/props.md | 33 + static/auto-generated/router-outlet/slots.md | 1 + static/auto-generated/router/custom-props.md | 1 + static/auto-generated/router/events.md | 6 + static/auto-generated/router/methods.md | 18 + static/auto-generated/router/parts.md | 1 + static/auto-generated/router/props.md | 22 + static/auto-generated/router/slots.md | 1 + static/auto-generated/row/custom-props.md | 1 + static/auto-generated/row/events.md | 1 + static/auto-generated/row/methods.md | 1 + static/auto-generated/row/parts.md | 1 + static/auto-generated/row/props.md | 1 + static/auto-generated/row/slots.md | 1 + .../auto-generated/searchbar/custom-props.md | 15 + static/auto-generated/searchbar/events.md | 10 + static/auto-generated/searchbar/methods.md | 18 + static/auto-generated/searchbar/parts.md | 1 + static/auto-generated/searchbar/props.md | 209 + static/auto-generated/searchbar/slots.md | 1 + .../segment-button/custom-props.md | 32 + .../auto-generated/segment-button/events.md | 1 + .../auto-generated/segment-button/methods.md | 1 + static/auto-generated/segment-button/parts.md | 7 + static/auto-generated/segment-button/props.md | 55 + static/auto-generated/segment-button/slots.md | 1 + static/auto-generated/segment/custom-props.md | 5 + static/auto-generated/segment/events.md | 5 + static/auto-generated/segment/methods.md | 1 + static/auto-generated/segment/parts.md | 1 + static/auto-generated/segment/props.md | 77 + static/auto-generated/segment/slots.md | 1 + .../select-option/custom-props.md | 1 + static/auto-generated/select-option/events.md | 1 + .../auto-generated/select-option/methods.md | 1 + static/auto-generated/select-option/parts.md | 1 + static/auto-generated/select-option/props.md | 22 + static/auto-generated/select-option/slots.md | 1 + static/auto-generated/select/custom-props.md | 10 + static/auto-generated/select/events.md | 9 + static/auto-generated/select/methods.md | 10 + static/auto-generated/select/parts.md | 7 + static/auto-generated/select/props.md | 132 + static/auto-generated/select/slots.md | 1 + .../skeleton-text/custom-props.md | 7 + static/auto-generated/skeleton-text/events.md | 1 + .../auto-generated/skeleton-text/methods.md | 1 + static/auto-generated/skeleton-text/parts.md | 1 + static/auto-generated/skeleton-text/props.md | 11 + static/auto-generated/skeleton-text/slots.md | 1 + static/auto-generated/slide/custom-props.md | 1 + static/auto-generated/slide/events.md | 1 + static/auto-generated/slide/methods.md | 1 + static/auto-generated/slide/parts.md | 1 + static/auto-generated/slide/props.md | 1 + static/auto-generated/slide/slots.md | 1 + static/auto-generated/slides/custom-props.md | 10 + static/auto-generated/slides/events.md | 20 + static/auto-generated/slides/methods.md | 130 + static/auto-generated/slides/parts.md | 1 + static/auto-generated/slides/props.md | 44 + static/auto-generated/slides/slots.md | 1 + static/auto-generated/spinner/custom-props.md | 5 + static/auto-generated/spinner/events.md | 1 + static/auto-generated/spinner/methods.md | 1 + static/auto-generated/spinner/parts.md | 1 + static/auto-generated/spinner/props.md | 44 + static/auto-generated/spinner/slots.md | 1 + .../auto-generated/split-pane/custom-props.md | 8 + static/auto-generated/split-pane/events.md | 5 + static/auto-generated/split-pane/methods.md | 1 + static/auto-generated/split-pane/parts.md | 1 + static/auto-generated/split-pane/props.md | 33 + static/auto-generated/split-pane/slots.md | 1 + static/auto-generated/tab-bar/custom-props.md | 7 + static/auto-generated/tab-bar/events.md | 1 + static/auto-generated/tab-bar/methods.md | 1 + static/auto-generated/tab-bar/parts.md | 1 + static/auto-generated/tab-bar/props.md | 44 + static/auto-generated/tab-bar/slots.md | 1 + .../auto-generated/tab-button/custom-props.md | 15 + static/auto-generated/tab-button/events.md | 1 + static/auto-generated/tab-button/methods.md | 1 + static/auto-generated/tab-button/parts.md | 5 + static/auto-generated/tab-button/props.md | 99 + static/auto-generated/tab-button/slots.md | 1 + static/auto-generated/tab/custom-props.md | 1 + static/auto-generated/tab/events.md | 1 + static/auto-generated/tab/methods.md | 10 + static/auto-generated/tab/parts.md | 1 + static/auto-generated/tab/props.md | 22 + static/auto-generated/tab/slots.md | 1 + static/auto-generated/tabs/custom-props.md | 1 + static/auto-generated/tabs/events.md | 6 + static/auto-generated/tabs/methods.md | 26 + static/auto-generated/tabs/parts.md | 1 + static/auto-generated/tabs/props.md | 1 + static/auto-generated/tabs/slots.md | 7 + static/auto-generated/text/custom-props.md | 1 + static/auto-generated/text/events.md | 1 + static/auto-generated/text/methods.md | 1 + static/auto-generated/text/parts.md | 1 + static/auto-generated/text/props.md | 22 + static/auto-generated/text/slots.md | 1 + .../auto-generated/textarea/custom-props.md | 15 + static/auto-generated/textarea/events.md | 8 + static/auto-generated/textarea/methods.md | 18 + static/auto-generated/textarea/parts.md | 1 + static/auto-generated/textarea/props.md | 231 + static/auto-generated/textarea/slots.md | 1 + .../auto-generated/thumbnail/custom-props.md | 6 + static/auto-generated/thumbnail/events.md | 1 + static/auto-generated/thumbnail/methods.md | 1 + static/auto-generated/thumbnail/parts.md | 1 + static/auto-generated/thumbnail/props.md | 1 + static/auto-generated/thumbnail/slots.md | 1 + static/auto-generated/title/custom-props.md | 5 + static/auto-generated/title/events.md | 1 + static/auto-generated/title/methods.md | 1 + static/auto-generated/title/parts.md | 1 + static/auto-generated/title/props.md | 22 + static/auto-generated/title/slots.md | 1 + static/auto-generated/toast/custom-props.md | 21 + static/auto-generated/toast/events.md | 8 + static/auto-generated/toast/methods.md | 34 + static/auto-generated/toast/parts.md | 9 + static/auto-generated/toast/props.md | 176 + static/auto-generated/toast/slots.md | 1 + static/auto-generated/toggle/custom-props.md | 16 + static/auto-generated/toggle/events.md | 7 + static/auto-generated/toggle/methods.md | 1 + static/auto-generated/toggle/parts.md | 6 + static/auto-generated/toggle/props.md | 77 + static/auto-generated/toggle/slots.md | 1 + static/auto-generated/toolbar/custom-props.md | 15 + static/auto-generated/toolbar/events.md | 1 + static/auto-generated/toolbar/methods.md | 1 + static/auto-generated/toolbar/parts.md | 1 + static/auto-generated/toolbar/props.md | 22 + static/auto-generated/toolbar/slots.md | 9 + .../virtual-scroll/custom-props.md | 1 + .../auto-generated/virtual-scroll/events.md | 1 + .../auto-generated/virtual-scroll/methods.md | 26 + static/auto-generated/virtual-scroll/parts.md | 1 + static/auto-generated/virtual-scroll/props.md | 143 + static/auto-generated/virtual-scroll/slots.md | 1 + static/code/stackblitz/angular/angular.json | 118 - static/code/stackblitz/angular/app.module.ts | 13 - static/code/stackblitz/angular/styles.css | 12 - static/code/stackblitz/html/index.html | 9 - static/code/stackblitz/html/index.ts | 24 - static/code/stackblitz/react/app.tsx | 20 - .../code/stackblitz/react/package-lock.json | 27809 --------------- static/code/stackblitz/react/package.json | 37 - .../code/stackblitz/v6/angular/angular.json | 118 + .../{ => v6}/angular/app.component.css | 0 .../stackblitz/v6/angular/app.component.html | 3 + .../{ => v6}/angular/app.component.ts | 0 .../v6/angular/app.component.withContent.html | 5 + .../code/stackblitz/v6/angular/app.module.ts | 18 + .../v6/angular/example.component.ts | 8 + .../stackblitz/{ => v6}/angular/global.css | 0 .../code/stackblitz/{ => v6}/angular/main.ts | 0 .../code/stackblitz/v6/angular/package.json | 6 + static/code/stackblitz/v6/angular/styles.css | 26 + .../stackblitz/{ => v6}/angular/tsconfig.json | 0 .../code/stackblitz/v6/angular/variables.css | 236 + static/code/stackblitz/v6/html/index.html | 22 + static/code/stackblitz/v6/html/index.ts | 29 + .../stackblitz/v6/html/index.withContent.html | 24 + static/code/stackblitz/v6/html/package.json | 5 + static/code/stackblitz/v6/html/variables.css | 236 + static/code/stackblitz/v6/react/app.tsx | 35 + .../stackblitz/v6/react/app.withContent.tsx | 37 + static/code/stackblitz/v6/react/index.html | 3 + .../code/stackblitz/{ => v6}/react/index.tsx | 0 .../stackblitz/v6/react/package-lock.json | 28108 +++++++++++++++ static/code/stackblitz/v6/react/package.json | 42 + .../stackblitz/{ => v6}/react/tsconfig.json | 0 static/code/stackblitz/v6/react/variables.css | 236 + static/code/stackblitz/{ => v6}/vue/App.vue | 0 .../stackblitz/v6/vue/App.withContent.vue | 20 + static/code/stackblitz/{ => v6}/vue/env.d.ts | 0 .../code/stackblitz/{ => v6}/vue/index.html | 0 static/code/stackblitz/v6/vue/main.ts | 27 + .../code/stackblitz/v6/vue/package-lock.json | 1426 + static/code/stackblitz/v6/vue/package.json | 22 + .../stackblitz/{ => v6}/vue/tsconfig.json | 0 .../{ => v6}/vue/tsconfig.node.json | 0 static/code/stackblitz/v6/vue/variables.css | 236 + .../stackblitz/{ => v6}/vue/vite.config.ts | 0 .../code/stackblitz/v7/angular/angular.json | 118 + .../stackblitz/v7/angular/app.component.css | 0 .../stackblitz/v7/angular/app.component.html | 3 + .../stackblitz/v7/angular/app.component.ts | 8 + .../v7/angular/app.component.withContent.html | 5 + .../code/stackblitz/v7/angular/app.module.ts | 18 + .../v7/angular/example.component.ts | 8 + static/code/stackblitz/v7/angular/global.css | 0 static/code/stackblitz/v7/angular/main.ts | 7 + .../code/stackblitz/v7/angular/package.json | 6 + static/code/stackblitz/v7/angular/styles.css | 26 + .../code/stackblitz/v7/angular/tsconfig.json | 22 + .../code/stackblitz/v7/angular/variables.css | 236 + static/code/stackblitz/v7/html/index.html | 22 + static/code/stackblitz/v7/html/index.ts | 29 + .../stackblitz/v7/html/index.withContent.html | 24 + static/code/stackblitz/v7/html/package.json | 5 + static/code/stackblitz/v7/html/variables.css | 236 + static/code/stackblitz/v7/react/app.tsx | 35 + .../stackblitz/v7/react/app.withContent.tsx | 37 + static/code/stackblitz/v7/react/index.html | 3 + static/code/stackblitz/v7/react/index.tsx | 12 + .../stackblitz/v7/react/package-lock.json | 28665 ++++++++++++++++ static/code/stackblitz/v7/react/package.json | 43 + static/code/stackblitz/v7/react/tsconfig.json | 20 + static/code/stackblitz/v7/react/variables.css | 236 + static/code/stackblitz/v7/vue/App.vue | 18 + .../stackblitz/v7/vue/App.withContent.vue | 20 + static/code/stackblitz/v7/vue/env.d.ts | 8 + static/code/stackblitz/v7/vue/index.html | 16 + static/code/stackblitz/v7/vue/main.ts | 27 + .../code/stackblitz/v7/vue/package-lock.json | 1447 + static/code/stackblitz/v7/vue/package.json | 22 + static/code/stackblitz/v7/vue/tsconfig.json | 18 + .../code/stackblitz/v7/vue/tsconfig.node.json | 8 + static/code/stackblitz/v7/vue/variables.css | 236 + static/code/stackblitz/v7/vue/vite.config.ts | 7 + static/code/stackblitz/vue/main.ts | 22 - static/code/stackblitz/vue/package-lock.json | 1403 - static/code/stackblitz/vue/package.json | 21 - static/demos/api/accordion/index.html | 353 - static/demos/api/action-sheet/index.html | 8 +- static/demos/api/alert/index.html | 10 +- static/demos/api/avatar/avatar.svg | 13 +- static/demos/api/avatar/index.html | 6 +- static/demos/api/back-button/index.html | 6 +- static/demos/api/backdrop/index.html | 6 +- static/demos/api/badge/index.html | 6 +- static/demos/api/breadcrumbs/index.html | 217 - static/demos/api/button/index.html | 6 +- static/demos/api/card/index.html | 8 +- static/demos/api/checkbox/index.html | 6 +- static/demos/api/chip/index.html | 6 +- static/demos/api/content/index.html | 6 +- static/demos/api/datetime/index.html | 122 +- static/demos/api/fab/index.html | 6 +- static/demos/api/grid/index.html | 6 +- static/demos/api/icon/index.html | 142 - static/demos/api/infinite-scroll/index.html | 6 +- static/demos/api/input/index.html | 6 +- static/demos/api/item/index.html | 6 +- static/demos/api/list/index.html | 6 +- static/demos/api/loading/index.html | 8 +- static/demos/api/menu/index.html | 13 +- static/demos/api/modal/index.html | 9 +- static/demos/api/nav/index.html | 6 +- static/demos/api/note/index.html | 6 +- static/demos/api/picker/index.html | 8 +- static/demos/api/popover/index.html | 8 +- static/demos/api/progress-bar/index.html | 6 +- static/demos/api/radio/index.html | 6 +- static/demos/api/range/index.html | 6 +- static/demos/api/refresher/index.html | 6 +- static/demos/api/reorder/index.html | 6 +- static/demos/api/router-link/index.html | 6 +- static/demos/api/searchbar/index.html | 6 +- static/demos/api/segment/index.html | 6 +- static/demos/api/select/index.html | 6 +- static/demos/api/skeleton-text/index.html | 6 +- static/demos/api/skeleton-text/thumbnail.svg | 14 +- static/demos/api/slides/index.html | 6 +- static/demos/api/spinner/index.html | 6 +- static/demos/api/tabs/index.html | 6 +- static/demos/api/text/index.html | 6 +- static/demos/api/thumbnail/index.html | 6 +- static/demos/api/thumbnail/thumbnail.svg | 14 +- static/demos/api/toast/index.html | 8 +- static/demos/api/toggle/index.html | 6 +- static/demos/api/toolbar/index.html | 6 +- static/img/avatar.svg | 1 - static/img/demos/avatar.svg | 12 + static/img/demos/card-media.png | Bin 0 -> 14847 bytes static/img/demos/thumbnail.svg | 13 + .../previewing/chrome-dev-tools.png | Bin 0 -> 782197 bytes .../firefox-responsive-design-mode.png | Bin 0 -> 654233 bytes .../safari-responsive-design-mode.png | Bin 0 -> 659018 bytes static/img/frameworks/vue.svg | 10 + static/img/meta/android-icon-144x144.png | Bin 4094 -> 5786 bytes static/img/meta/android-icon-192x192.png | Bin 4512 -> 7902 bytes static/img/meta/android-icon-36x36.png | Bin 1764 -> 1258 bytes static/img/meta/android-icon-48x48.png | Bin 1335 -> 1864 bytes static/img/meta/android-icon-72x72.png | Bin 1802 -> 2798 bytes static/img/meta/android-icon-96x96.png | Bin 2623 -> 3768 bytes static/img/meta/apple-touch-icon-114x114.png | Bin 3213 -> 4493 bytes static/img/meta/apple-touch-icon-120x120.png | Bin 3411 -> 4849 bytes static/img/meta/apple-touch-icon-144x144.png | Bin 4094 -> 5782 bytes static/img/meta/apple-touch-icon-152x152.png | Bin 4381 -> 6204 bytes static/img/meta/apple-touch-icon-180x180.png | Bin 5263 -> 7443 bytes static/img/meta/apple-touch-icon-57x57.png | Bin 1410 -> 1989 bytes static/img/meta/apple-touch-icon-60x60.png | Bin 1523 -> 2254 bytes static/img/meta/apple-touch-icon-72x72.png | Bin 1802 -> 2798 bytes static/img/meta/apple-touch-icon-76x76.png | Bin 1895 -> 2879 bytes .../img/meta/apple-touch-icon-precomposed.png | Bin 4512 -> 7906 bytes static/img/meta/apple-touch-icon.png | Bin 4512 -> 7906 bytes static/img/meta/favicon-16x16.png | Bin 1106 -> 686 bytes static/img/meta/favicon-32x32.png | Bin 1850 -> 1509 bytes static/img/meta/favicon-96x96.png | Bin 2623 -> 3553 bytes static/img/meta/favicon.ico | Bin 1150 -> 15086 bytes static/img/meta/icon.svg | 14 +- static/img/meta/ms-icon-144x144.png | Bin 4094 -> 5782 bytes static/img/meta/ms-icon-150x150.png | Bin 4301 -> 6041 bytes static/img/meta/ms-icon-310x310.png | Bin 12297 -> 13620 bytes static/img/meta/ms-icon-70x70.png | Bin 1739 -> 2655 bytes static/img/meta/open-graph.png | Bin 36722 -> 85347 bytes .../accessibility/animations/angular.md | 30 - .../accessibility/animations/demo.html | 46 - .../accessibility/animations/index.md | 16 - .../accessibility/animations/javascript.md | 30 - .../accessibility/animations/react.md | 43 - .../accordion/accessibility/animations/vue.md | 53 - static/usage/accordion/basic/demo.html | 46 - static/usage/accordion/basic/index.md | 17 - .../angular/angular-ts.md | 11 - .../advanced-expansion-styles/demo.html | 79 - .../advanced-expansion-styles/index.md | 34 - .../react/react-ts.md | 43 - .../customization/expansion-styles/demo.html | 46 - .../customization/expansion-styles/index.md | 17 - .../accordion/customization/icons/angular.md | 30 - .../accordion/customization/icons/demo.html | 46 - .../accordion/customization/icons/index.md | 17 - .../customization/theming/angular.md | 30 - .../accordion/customization/theming/demo.html | 69 - .../accordion/customization/theming/index.md | 32 - .../usage/accordion/disable-group/angular.md | 30 - .../usage/accordion/disable-group/demo.html | 46 - static/usage/accordion/disable-group/index.md | 16 - .../accordion/disable-group/javascript.md | 30 - static/usage/accordion/disable-group/react.md | 43 - static/usage/accordion/disable-group/vue.md | 53 - .../usage/accordion/disable/group/angular.md | 30 - .../usage/accordion/disable/group/demo.html | 46 - static/usage/accordion/disable/group/index.md | 16 - .../accordion/disable/group/javascript.md | 30 - static/usage/accordion/disable/group/react.md | 43 - static/usage/accordion/disable/group/vue.md | 53 - .../accordion/disable/individual/angular.md | 30 - .../accordion/disable/individual/demo.html | 46 - .../accordion/disable/individual/index.md | 17 - .../disable/individual/javascript.md | 30 - .../accordion/disable/individual/react.md | 43 - .../usage/accordion/disable/individual/vue.md | 53 - .../accordion/listen-changes/angular-html.md | 32 - .../accordion/listen-changes/angular-ts.md | 25 - .../usage/accordion/listen-changes/demo.html | 70 - .../usage/accordion/listen-changes/index.md | 23 - .../accordion/listen-changes/javascript.md | 48 - .../usage/accordion/listen-changes/react.md | 60 - static/usage/accordion/listen-changes/vue.md | 72 - static/usage/accordion/multiple/angular.md | 30 - static/usage/accordion/multiple/demo.html | 51 - static/usage/accordion/multiple/index.md | 17 - static/usage/accordion/multiple/javascript.md | 35 - static/usage/accordion/multiple/react.md | 51 - static/usage/accordion/multiple/vue.md | 51 - .../usage/accordion/readonly/group/demo.html | 46 - .../usage/accordion/readonly/group/index.md | 17 - .../accordion/readonly/individual/demo.html | 46 - .../accordion/readonly/individual/index.md | 16 - static/usage/accordion/toggle/angular-html.md | 32 - static/usage/accordion/toggle/angular-ts.md | 21 - static/usage/accordion/toggle/demo.html | 66 - static/usage/accordion/toggle/index.md | 23 - static/usage/accordion/toggle/javascript.md | 43 - static/usage/accordion/toggle/react.md | 56 - static/usage/accordion/toggle/vue.md | 74 - .../usage/alert/buttons/angular/angular_ts.md | 38 - static/usage/alert/buttons/demo.html | 64 - static/usage/alert/buttons/index.md | 24 - static/usage/alert/buttons/react.md | 34 - static/usage/alert/buttons/vue.md | 47 - .../alert/customization/angular/angular_ts.md | 31 - static/usage/alert/customization/demo.html | 79 - static/usage/alert/customization/index.md | 33 - .../alert/customization/react/react_ts.md | 30 - static/usage/alert/customization/vue.md | 69 - .../alert/inputs/radios/angular/angular_ts.md | 38 - static/usage/alert/inputs/radios/demo.html | 52 - static/usage/alert/inputs/radios/index.md | 24 - static/usage/alert/inputs/radios/react.md | 35 - static/usage/alert/inputs/radios/vue.md | 42 - .../inputs/text-inputs/angular/angular_ts.md | 42 - .../usage/alert/inputs/text-inputs/demo.html | 56 - .../usage/alert/inputs/text-inputs/index.md | 24 - .../usage/alert/inputs/text-inputs/react.md | 39 - static/usage/alert/inputs/text-inputs/vue.md | 46 - .../controller/angular/angular_ts.md | 23 - .../alert/presenting/controller/demo.html | 37 - .../alert/presenting/controller/index.md | 24 - .../alert/presenting/controller/react.md | 20 - .../usage/alert/presenting/controller/vue.md | 27 - static/usage/breadcrumbs/basic/demo.html | 29 - static/usage/breadcrumbs/basic/index.md | 11 - .../expand-on-click/angular/angular_ts.md | 15 - .../expand-on-click/demo.html | 39 - .../collapsing-items/expand-on-click/index.md | 23 - .../items-before-after/demo.html | 68 - .../items-before-after/index.md | 12 - .../items-before-after/react.md | 50 - .../items-before-after/vue.md | 54 - .../collapsing-items/max-items/demo.html | 31 - .../collapsing-items/max-items/index.md | 11 - .../popover-on-click/angular/angular_ts.md | 20 - .../popover-on-click/demo.html | 62 - .../popover-on-click/index.md | 24 - .../icons/custom-separators/demo.html | 41 - .../icons/custom-separators/index.md | 11 - .../icons/icons-on-items/demo.html | 68 - .../breadcrumbs/icons/icons-on-items/index.md | 12 - .../breadcrumbs/icons/icons-on-items/react.md | 52 - .../breadcrumbs/icons/icons-on-items/vue.md | 58 - .../breadcrumbs/theming/colors/demo.html | 29 - .../usage/breadcrumbs/theming/colors/index.md | 8 - .../theming/css-properties/demo.html | 37 - .../theming/css-properties/index.md | 30 - static/usage/datetime/basic/demo.html | 26 - static/usage/datetime/basic/index.md | 8 - .../customizing-button-texts/demo.html | 31 - .../buttons/customizing-button-texts/index.md | 8 - .../buttons/customizing-buttons/demo.html | 37 - .../buttons/customizing-buttons/index.md | 8 - .../showing-confirmation-buttons/demo.html | 27 - .../showing-confirmation-buttons/index.md | 8 - .../date-constraints/advanced/angular-ts.md | 20 - .../date-constraints/advanced/demo.html | 40 - .../date-constraints/advanced/index.md | 19 - .../date-constraints/max-min/demo.html | 30 - .../date-constraints/max-min/index.md | 8 - .../date-constraints/values/demo.html | 29 - .../datetime/date-constraints/values/index.md | 8 - .../localization/custom-locale/demo.html | 26 - .../localization/custom-locale/index.md | 8 - .../localization/first-day-of-week/demo.html | 26 - .../localization/first-day-of-week/index.md | 8 - .../localization/hour-cycle/demo.html | 26 - .../datetime/localization/hour-cycle/index.md | 8 - .../locale-extension-tags/demo.html | 26 - .../locale-extension-tags/index.md | 8 - .../localization/time-label/demo.html | 28 - .../datetime/localization/time-label/index.md | 8 - static/usage/datetime/multiple/demo.html | 31 - static/usage/datetime/multiple/index.md | 8 - .../datetime/presentation/date/demo.html | 26 - .../usage/datetime/presentation/date/index.md | 8 - .../presentation/month-and-year/demo.html | 26 - .../presentation/month-and-year/index.md | 8 - .../datetime/presentation/time/demo.html | 26 - .../usage/datetime/presentation/time/index.md | 8 - .../datetime/presentation/wheel/demo.html | 26 - .../datetime/presentation/wheel/index.md | 8 - static/usage/datetime/theming/demo.html | 75 - static/usage/datetime/theming/index.md | 29 - .../title/customizing-title/demo.html | 28 - .../datetime/title/customizing-title/index.md | 8 - .../title/showing-default-title/demo.html | 26 - .../title/showing-default-title/index.md | 8 - static/usage/loading/controller/angular/ts.md | 22 - static/usage/loading/controller/demo.html | 36 - static/usage/loading/controller/index.md | 20 - static/usage/loading/spinners/angular/ts.md | 23 - static/usage/loading/spinners/demo.html | 37 - static/usage/loading/spinners/index.md | 20 - static/usage/loading/theming/angular/ts.md | 23 - static/usage/loading/theming/demo.html | 45 - static/usage/loading/theming/index.md | 30 - .../boolean/angular/app_component_ts.md | 23 - .../usage/modal/can-dismiss/boolean/demo.html | 67 - .../usage/modal/can-dismiss/boolean/index.md | 25 - .../modal/can-dismiss/boolean/javascript.md | 50 - .../function/angular/app_component_html.md | 27 - .../function/angular/app_component_ts.md | 41 - .../modal/can-dismiss/function/demo.html | 74 - .../usage/modal/can-dismiss/function/index.md | 25 - .../modal/can-dismiss/function/javascript.md | 61 - .../card/basic/angular/app_component_ts.md | 16 - static/usage/modal/card/basic/demo.html | 90 - static/usage/modal/card/basic/index.md | 24 - static/usage/modal/card/basic/javascript.md | 75 - .../controller/angular/app_component_ts.md | 29 - .../modal/controller/angular/app_module_ts.md | 17 - static/usage/modal/controller/demo.html | 78 - static/usage/modal/controller/index.md | 37 - static/usage/modal/controller/javascript.md | 59 - .../angular/app_component_html.md | 35 - static/usage/modal/custom-dialogs/demo.html | 81 - static/usage/modal/custom-dialogs/index.md | 31 - .../usage/modal/custom-dialogs/javascript.md | 69 - .../basic/angular/app_component_html.md | 34 - .../inline/basic/angular/app_component_ts.md | 31 - .../inline/basic/angular/app_module_ts.md | 16 - static/usage/modal/inline/basic/demo.html | 67 - static/usage/modal/inline/basic/index.md | 26 - static/usage/modal/inline/basic/javascript.md | 51 - .../is-open/angular/app_component_ts.md | 15 - static/usage/modal/inline/is-open/demo.html | 46 - static/usage/modal/inline/is-open/index.md | 24 - .../usage/modal/inline/is-open/javascript.md | 33 - .../usage/modal/performance/mount/demo.html | 52 - static/usage/modal/performance/mount/index.md | 17 - .../modal/performance/mount/javascript.md | 31 - .../angular/app_component_html.md | 72 - .../angular/app_component_ts.md | 20 - .../modal/sheet/background-content/demo.html | 106 - .../modal/sheet/background-content/index.md | 26 - .../sheet/background-content/javascript.md | 91 - static/usage/modal/sheet/basic/angular.md | 58 - static/usage/modal/sheet/basic/demo.html | 82 - static/usage/modal/sheet/basic/index.md | 17 - static/usage/modal/sheet/basic/javascript.md | 67 - .../modal/sheet/handle-behavior/angular.md | 27 - .../modal/sheet/handle-behavior/demo.html | 41 - .../modal/sheet/handle-behavior/index.md | 17 - .../modal/sheet/handle-behavior/javascript.md | 26 - .../animations/angular/app_component_html.md | 65 - .../animations/angular/app_component_ts.md | 41 - .../usage/modal/styling/animations/demo.html | 117 - .../usage/modal/styling/animations/index.md | 31 - .../usage/modal/styling/animations/react.md | 123 - .../theming/angular/app_component_html.md | 63 - static/usage/modal/styling/theming/demo.html | 101 - static/usage/modal/styling/theming/index.md | 31 - .../modal/styling/theming/react/main_tsx.md | 95 - .../angular/app_component_html.md | 5 - .../angular/app_component_ts.md | 84 - static/usage/picker/multiple-column/demo.html | 90 - static/usage/picker/multiple-column/index.md | 24 - .../picker/multiple-column/javascript.md | 79 - static/usage/picker/multiple-column/react.md | 88 - static/usage/picker/multiple-column/vue.md | 95 - .../angular/app_component_html.md | 5 - .../single-column/angular/app_component_ts.md | 54 - static/usage/picker/single-column/demo.html | 65 - static/usage/picker/single-column/index.md | 24 - .../usage/picker/single-column/javascript.md | 49 - static/usage/picker/single-column/react.md | 58 - static/usage/picker/single-column/vue.md | 63 - .../positioning/angular/angular_ts.md | 11 - .../customization/positioning/demo.html | 52 - .../customization/positioning/index.md | 33 - .../popover/customization/sizing/demo.html | 32 - .../popover/customization/sizing/index.md | 12 - .../popover/customization/sizing/react.md | 20 - .../usage/popover/customization/sizing/vue.md | 24 - .../popover/customization/styling/demo.html | 45 - .../popover/customization/styling/index.md | 31 - .../customization/styling/react/react_ts.md | 18 - .../popover/customization/styling/vue.md | 37 - static/usage/popover/nested/demo.html | 41 - static/usage/popover/nested/index.md | 12 - static/usage/popover/nested/react.md | 29 - static/usage/popover/nested/vue.md | 33 - .../usage/popover/performance/mount/demo.html | 27 - .../usage/popover/performance/mount/index.md | 17 - .../controller/angular/angular_module.md | 14 - .../controller/angular/angular_popover_ts.md | 12 - .../controller/angular/angular_ts.md | 27 - .../popover/presenting/controller/demo.html | 63 - .../popover/presenting/controller/index.md | 37 - .../popover/presenting/controller/react.md | 24 - .../presenting/controller/vue/vue_main.md | 34 - .../inline-isopen/angular/angular_ts.md | 19 - .../presenting/inline-isopen/demo.html | 39 - .../popover/presenting/inline-isopen/index.md | 24 - .../popover/presenting/inline-isopen/react.md | 24 - .../popover/presenting/inline-isopen/vue.md | 35 - .../presenting/inline-trigger/demo.html | 37 - .../presenting/inline-trigger/index.md | 12 - .../presenting/inline-trigger/react.md | 25 - .../popover/presenting/inline-trigger/vue.md | 29 - static/usage/range/basic/angular.md | 5 - static/usage/range/basic/demo.html | 29 - static/usage/range/basic/index.md | 8 - static/usage/range/basic/javascript.md | 7 - static/usage/range/basic/react.md | 12 - static/usage/range/basic/vue.md | 16 - static/usage/range/dual-knobs/angular.md | 5 - static/usage/range/dual-knobs/demo.html | 36 - static/usage/range/dual-knobs/index.md | 8 - static/usage/range/dual-knobs/javascript.md | 15 - static/usage/range/dual-knobs/react.md | 18 - static/usage/range/dual-knobs/vue.md | 16 - .../angular/app_component_html.md | 6 - .../angular/app_component_ts.md | 19 - static/usage/range/ion-change-event/demo.html | 40 - static/usage/range/ion-change-event/index.md | 23 - .../range/ion-change-event/javascript.md | 17 - static/usage/range/ion-change-event/react.md | 15 - static/usage/range/ion-change-event/vue.md | 27 - .../angular/app_component_html.md | 11 - .../angular/app_component_ts.md | 24 - .../usage/range/ion-knob-move-event/demo.html | 50 - .../usage/range/ion-knob-move-event/index.md | 23 - .../range/ion-knob-move-event/javascript.md | 27 - .../usage/range/ion-knob-move-event/react.md | 24 - static/usage/range/ion-knob-move-event/vue.md | 36 - .../range/pins/angular/app_component_html.md | 5 - .../range/pins/angular/app_component_ts.md | 14 - static/usage/range/pins/demo.html | 35 - static/usage/range/pins/index.md | 23 - static/usage/range/pins/javascript.md | 14 - static/usage/range/pins/react.md | 12 - static/usage/range/pins/vue.md | 21 - static/usage/range/slots/demo.html | 32 - static/usage/range/slots/index.md | 8 - static/usage/range/snapping-ticks/angular.md | 5 - static/usage/range/snapping-ticks/demo.html | 29 - static/usage/range/snapping-ticks/index.md | 8 - .../usage/range/snapping-ticks/javascript.md | 7 - static/usage/range/snapping-ticks/react.md | 12 - static/usage/range/snapping-ticks/vue.md | 16 - .../angular/app_component_html.md | 5 - .../range/theming/css-properties/demo.html | 38 - .../range/theming/css-properties/index.md | 31 - .../theming/css-properties/javascript.md | 20 - .../theming/css-properties/react/main_tsx.md | 15 - .../usage/range/theming/css-properties/vue.md | 29 - .../angular/app_component_html.md | 5 - .../range/theming/css-shadow-parts/demo.html | 71 - .../range/theming/css-shadow-parts/index.md | 31 - .../theming/css-shadow-parts/javascript.md | 51 - .../css-shadow-parts/react/main_tsx.md | 16 - .../range/theming/css-shadow-parts/vue.md | 60 - .../select/basic/multiple-selection/demo.html | 32 - .../select/basic/multiple-selection/index.md | 12 - .../angular/app.component_ts.md | 20 - .../basic/responding-to-interaction/demo.html | 62 - .../basic/responding-to-interaction/index.md | 24 - .../basic/responding-to-interaction/react.md | 36 - .../select/basic/single-selection/demo.html | 32 - .../select/basic/single-selection/index.md | 12 - .../customization/button-text/demo.html | 41 - .../select/customization/button-text/index.md | 12 - .../angular/app.component_ts.md | 28 - .../customization/interface-options/demo.html | 83 - .../customization/interface-options/index.md | 24 - .../styling-select/angular/angular-ts.md | 11 - .../customization/styling-select/demo.html | 60 - .../customization/styling-select/index.md | 33 - .../select/interfaces/action-sheet/demo.html | 32 - .../select/interfaces/action-sheet/index.md | 12 - .../usage/select/interfaces/popover/demo.html | 32 - .../usage/select/interfaces/popover/index.md | 12 - .../angular/app.component_ts.md | 46 - .../multiple-selection/demo.html | 91 - .../multiple-selection/index.md | 24 - .../multiple-selection/react.md | 59 - .../angular/app.component_ts.md | 38 - .../using-comparewith/demo.html | 79 - .../using-comparewith/index.md | 24 - .../using-comparewith/react.md | 50 - .../accessibility/animations/angular.md | 22 + .../accessibility/animations/demo.html | 49 + .../accessibility/animations/index.md | 17 + .../accessibility/animations/javascript.md | 28 + .../accessibility/animations/react.md | 35 + .../accordion/accessibility/animations/vue.md | 37 + .../usage/{ => v6}/accordion/basic/angular.md | 0 static/usage/v6/accordion/basic/demo.html | 49 + static/usage/v6/accordion/basic/index.md | 18 + .../{ => v6}/accordion/basic/javascript.md | 0 .../usage/{ => v6}/accordion/basic/react.md | 0 static/usage/{ => v6}/accordion/basic/vue.md | 0 .../angular/example_component_css.md} | 0 .../angular/example_component_html.md} | 0 .../angular/example_component_ts.md | 10 + .../advanced-expansion-styles/demo.html | 82 + .../advanced-expansion-styles/index.md | 35 + .../advanced-expansion-styles/javascript.md | 0 .../react/main_css.md} | 0 .../react/main_tsx.md | 38 + .../advanced-expansion-styles/vue.md | 0 .../customization/expansion-styles/angular.md | 0 .../customization/expansion-styles/demo.html | 49 + .../customization/expansion-styles/index.md | 18 + .../expansion-styles/javascript.md | 0 .../customization/expansion-styles/react.md | 0 .../customization/expansion-styles/vue.md | 0 .../accordion/customization/icons/angular.md | 22 + .../accordion/customization/icons/demo.html | 49 + .../v6/accordion/customization/icons/index.md | 18 + .../customization/icons/javascript.md | 0 .../accordion/customization/icons/react.md | 0 .../accordion/customization/icons/vue.md | 0 .../angular/example_component_html.md} | 0 .../theming/angular/global_css.md} | 0 .../accordion/customization/theming/demo.html | 72 + .../accordion/customization/theming/index.md | 33 + .../customization/theming/javascript.md | 0 .../customization/theming/react/main_css.md} | 0 .../customization/theming/react/main_tsx.md} | 0 .../accordion/customization/theming/vue.md | 0 .../v6/accordion/disable-group/angular.md | 22 + .../v6/accordion/disable-group/demo.html | 49 + .../usage/v6/accordion/disable-group/index.md | 17 + .../v6/accordion/disable-group/javascript.md | 22 + .../usage/v6/accordion/disable-group/react.md | 35 + .../usage/v6/accordion/disable-group/vue.md | 37 + .../v6/accordion/disable/group/angular.md | 22 + .../v6/accordion/disable/group/demo.html | 49 + .../usage/v6/accordion/disable/group/index.md | 17 + .../v6/accordion/disable/group/javascript.md | 22 + .../usage/v6/accordion/disable/group/react.md | 35 + .../usage/v6/accordion/disable/group/vue.md | 37 + .../accordion/disable/individual/angular.md | 22 + .../v6/accordion/disable/individual/demo.html | 49 + .../v6/accordion/disable/individual/index.md | 18 + .../disable/individual/javascript.md | 22 + .../v6/accordion/disable/individual/react.md | 35 + .../v6/accordion/disable/individual/vue.md | 37 + .../angular/example_component_html.md | 24 + .../angular/example_component_ts.md | 27 + .../v6/accordion/listen-changes/demo.html | 73 + .../v6/accordion/listen-changes/index.md | 25 + .../v6/accordion/listen-changes/javascript.md | 40 + .../v6/accordion/listen-changes/react.md | 55 + .../usage/v6/accordion/listen-changes/vue.md | 58 + static/usage/v6/accordion/multiple/angular.md | 22 + static/usage/v6/accordion/multiple/demo.html | 54 + static/usage/v6/accordion/multiple/index.md | 18 + .../usage/v6/accordion/multiple/javascript.md | 27 + static/usage/v6/accordion/multiple/react.md | 45 + static/usage/v6/accordion/multiple/vue.md | 38 + .../accordion/readonly/group/angular.md | 0 .../v6/accordion/readonly/group/demo.html | 49 + .../v6/accordion/readonly/group/index.md | 18 + .../accordion/readonly/group/javascript.md | 0 .../accordion/readonly/group/react.md | 0 .../{ => v6}/accordion/readonly/group/vue.md | 0 .../accordion/readonly/individual/angular.md | 0 .../accordion/readonly/individual/demo.html | 49 + .../v6/accordion/readonly/individual/index.md | 17 + .../readonly/individual/javascript.md | 0 .../accordion/readonly/individual/react.md | 0 .../accordion/readonly/individual/vue.md | 0 .../toggle/angular/example_component_html.md | 24 + .../toggle/angular/example_component_ts.md | 21 + static/usage/v6/accordion/toggle/demo.html | 69 + static/usage/v6/accordion/toggle/index.md | 25 + .../usage/v6/accordion/toggle/javascript.md | 35 + static/usage/v6/accordion/toggle/react.md | 51 + static/usage/v6/accordion/toggle/vue.md | 58 + .../basic/angular/example_component_css.md | 13 + .../basic/angular/example_component_html.md | 6 + .../basic/angular/example_component_ts.md | 50 + static/usage/v6/action-sheet/basic/demo.html | 70 + static/usage/v6/action-sheet/basic/index.md | 35 + .../usage/v6/action-sheet/basic/javascript.md | 58 + .../v6/action-sheet/basic/react/main_css.md | 13 + .../v6/action-sheet/basic/react/main_tsx.md | 52 + static/usage/v6/action-sheet/basic/vue.md | 73 + .../angular/example_component_html.md | 3 + .../angular/example_component_ts.md | 46 + .../css-properties/angular/global_css.md | 12 + .../theming/css-properties/demo.html | 67 + .../theming/css-properties/index.md | 35 + .../theming/css-properties/javascript.md | 49 + .../theming/css-properties/react/main_css.md | 11 + .../theming/css-properties/react/main_tsx.md | 47 + .../theming/css-properties/vue.md | 60 + .../styling/angular/example_component_html.md | 3 + .../styling/angular/example_component_ts.md | 46 + .../theming/styling/angular/global_css.md | 29 + .../v6/action-sheet/theming/styling/demo.html | 84 + .../v6/action-sheet/theming/styling/index.md | 35 + .../theming/styling/javascript.md | 66 + .../theming/styling/react/main_css.md | 28 + .../theming/styling/react/main_tsx.md | 47 + .../v6/action-sheet/theming/styling/vue.md | 76 + .../angular/example_component_html.md} | 0 .../buttons/angular/example_component_ts.md | 42 + static/usage/v6/alert/buttons/demo.html | 64 + static/usage/v6/alert/buttons/index.md | 25 + .../{ => v6}/alert/buttons/javascript.md | 0 static/usage/v6/alert/buttons/react.md | 44 + static/usage/v6/alert/buttons/vue.md | 53 + .../angular/example_component_html.md} | 0 .../angular/example_component_ts.md | 31 + .../customization/angular/global_css.md} | 0 static/usage/v6/alert/customization/demo.html | 79 + static/usage/v6/alert/customization/index.md | 34 + .../alert/customization/javascript.md | 0 .../alert/customization/react/main_css.md} | 0 .../v6/alert/customization/react/main_tsx.md | 34 + static/usage/v6/alert/customization/vue.md | 69 + .../radios/angular/example_component_html.md} | 0 .../radios/angular/example_component_ts.md | 38 + static/usage/v6/alert/inputs/radios/demo.html | 52 + static/usage/v6/alert/inputs/radios/index.md | 25 + .../alert/inputs/radios/javascript.md | 0 static/usage/v6/alert/inputs/radios/react.md | 39 + static/usage/v6/alert/inputs/radios/vue.md | 42 + .../angular/example_component_html.md} | 0 .../angular/example_component_ts.md | 42 + .../v6/alert/inputs/text-inputs/demo.html | 56 + .../v6/alert/inputs/text-inputs/index.md | 25 + .../alert/inputs/text-inputs/javascript.md | 0 .../v6/alert/inputs/text-inputs/react.md | 43 + .../usage/v6/alert/inputs/text-inputs/vue.md | 46 + .../angular/example_component_html.md} | 0 .../angular/example_component_ts.md | 23 + .../v6/alert/presenting/controller/demo.html | 37 + .../v6/alert/presenting/controller/index.md | 25 + .../alert/presenting/controller/javascript.md | 0 .../v6/alert/presenting/controller/react.md | 24 + .../v6/alert/presenting/controller/vue.md | 27 + static/usage/v6/avatar/basic/angular.md | 5 + static/usage/v6/avatar/basic/demo.html | 27 + static/usage/v6/avatar/basic/index.md | 8 + static/usage/v6/avatar/basic/javascript.md | 5 + static/usage/v6/avatar/basic/react.md | 15 + static/usage/v6/avatar/basic/vue.md | 16 + static/usage/v6/avatar/chip/angular.md | 8 + static/usage/v6/avatar/chip/demo.html | 30 + static/usage/v6/avatar/chip/index.md | 8 + static/usage/v6/avatar/chip/javascript.md | 8 + static/usage/v6/avatar/chip/react.md | 17 + static/usage/v6/avatar/chip/vue.md | 19 + static/usage/v6/avatar/item/angular.md | 8 + static/usage/v6/avatar/item/demo.html | 30 + static/usage/v6/avatar/item/index.md | 8 + static/usage/v6/avatar/item/javascript.md | 8 + static/usage/v6/avatar/item/react.md | 17 + static/usage/v6/avatar/item/vue.md | 19 + .../angular/example_component_css.md | 5 + .../angular/example_component_html.md | 5 + .../avatar/theming/css-properties/demo.html | 32 + .../v6/avatar/theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 11 + .../theming/css-properties/react/main_css.md | 5 + .../theming/css-properties/react/main_tsx.md | 18 + .../v6/avatar/theming/css-properties/vue.md | 22 + .../basic/angular/app_module_ts.md | 20 + .../basic/angular/example_component_html.md | 3 + .../basic/angular/example_component_ts.md | 13 + .../basic/angular/page_one_component_ts.md | 26 + .../basic/angular/page_two_component_ts.md | 24 + static/usage/v6/back-button/basic/demo.html | 64 + static/usage/v6/back-button/basic/index.md | 50 + .../usage/v6/back-button/basic/javascript.md | 48 + .../v6/back-button/basic/react/main_tsx.md | 11 + .../back-button/basic/react/page_one_tsx.md | 27 + .../back-button/basic/react/page_two_tsx.md | 25 + .../v6/back-button/basic/vue/example_vue.md | 19 + .../v6/back-button/basic/vue/page_one_vue.md | 30 + .../v6/back-button/basic/vue/page_two_vue.md | 24 + .../custom/angular/app_module_ts.md | 20 + .../custom/angular/example_component_html.md | 3 + .../custom/angular/example_component_ts.md | 13 + .../custom/angular/page_one_component_ts.md | 26 + .../custom/angular/page_two_component_ts.md | 24 + static/usage/v6/back-button/custom/demo.html | 64 + static/usage/v6/back-button/custom/index.md | 50 + .../usage/v6/back-button/custom/javascript.md | 48 + .../v6/back-button/custom/react/main_tsx.md | 11 + .../back-button/custom/react/page_one_tsx.md | 27 + .../back-button/custom/react/page_two_tsx.md | 26 + .../v6/back-button/custom/vue/example_vue.md | 19 + .../v6/back-button/custom/vue/page_one_vue.md | 30 + .../v6/back-button/custom/vue/page_two_vue.md | 28 + static/usage/v6/backdrop/basic/angular.md | 17 + static/usage/v6/backdrop/basic/demo.html | 35 + static/usage/v6/backdrop/basic/index.md | 13 + static/usage/v6/backdrop/basic/javascript.md | 17 + static/usage/v6/backdrop/basic/react.md | 37 + static/usage/v6/backdrop/basic/vue.md | 37 + .../styling/angular/example_component_css.md | 21 + .../styling/angular/example_component_html.md | 21 + static/usage/v6/backdrop/styling/demo.html | 57 + static/usage/v6/backdrop/styling/index.md | 33 + .../usage/v6/backdrop/styling/javascript.md | 43 + .../v6/backdrop/styling/react/main_css.md | 21 + .../v6/backdrop/styling/react/main_tsx.md | 35 + static/usage/v6/backdrop/styling/vue.md | 53 + static/usage/v6/badge/basic/angular.md | 12 + static/usage/v6/badge/basic/demo.html | 39 + static/usage/v6/badge/basic/index.md | 8 + static/usage/v6/badge/basic/javascript.md | 12 + static/usage/v6/badge/basic/react.md | 19 + static/usage/v6/badge/basic/vue.md | 23 + .../usage/v6/badge/theming/colors/angular.md | 28 + .../usage/v6/badge/theming/colors/demo.html | 55 + static/usage/v6/badge/theming/colors/index.md | 13 + .../v6/badge/theming/colors/javascript.md | 28 + static/usage/v6/badge/theming/colors/react.md | 35 + static/usage/v6/badge/theming/colors/vue.md | 39 + .../angular/example_component_css.md | 8 + .../angular/example_component_html.md | 8 + .../v6/badge/theming/css-properties/demo.html | 42 + .../v6/badge/theming/css-properties/index.md | 32 + .../theming/css-properties/javascript.md | 17 + .../theming/css-properties/react/main_css.md | 8 + .../theming/css-properties/react/main_tsx.md | 18 + .../v6/badge/theming/css-properties/vue.md | 28 + .../{ => v6}/breadcrumbs/basic/angular.md | 0 static/usage/v6/breadcrumbs/basic/demo.html | 29 + static/usage/v6/breadcrumbs/basic/index.md | 8 + .../{ => v6}/breadcrumbs/basic/javascript.md | 0 .../usage/{ => v6}/breadcrumbs/basic/react.md | 0 .../usage/{ => v6}/breadcrumbs/basic/vue.md | 0 .../angular/example_component_html.md} | 0 .../angular/example_component_ts.md | 15 + .../expand-on-click/demo.html | 39 + .../collapsing-items/expand-on-click/index.md | 24 + .../expand-on-click/javascript.md | 0 .../collapsing-items/expand-on-click/react.md | 0 .../collapsing-items/expand-on-click/vue.md | 0 .../items-before-after/angular.md | 0 .../items-before-after/demo.html | 68 + .../items-before-after/index.md | 13 + .../items-before-after/javascript.md | 0 .../items-before-after/react.md | 50 + .../items-before-after/vue.md | 52 + .../collapsing-items/max-items/angular.md | 0 .../collapsing-items/max-items/demo.html | 31 + .../collapsing-items/max-items/index.md | 12 + .../collapsing-items/max-items/javascript.md | 0 .../collapsing-items/max-items/react.md | 0 .../collapsing-items/max-items/vue.md | 0 .../angular/example_component_html.md} | 0 .../angular/example_component_ts.md | 20 + .../popover-on-click/demo.html | 62 + .../popover-on-click/index.md | 25 + .../popover-on-click/javascript.md | 0 .../popover-on-click/react.md | 0 .../collapsing-items/popover-on-click/vue.md | 0 .../icons/custom-separators/angular.md | 0 .../icons/custom-separators/demo.html | 41 + .../icons/custom-separators/index.md | 12 + .../icons/custom-separators/javascript.md | 0 .../icons/custom-separators/react.md | 0 .../icons/custom-separators/vue.md | 0 .../icons/icons-on-items/angular.md | 0 .../icons/icons-on-items/demo.html | 68 + .../breadcrumbs/icons/icons-on-items/index.md | 13 + .../icons/icons-on-items/javascript.md | 0 .../breadcrumbs/icons/icons-on-items/react.md | 52 + .../breadcrumbs/icons/icons-on-items/vue.md | 56 + .../breadcrumbs/theming/colors/angular.md | 0 .../v6/breadcrumbs/theming/colors/demo.html | 29 + .../v6/breadcrumbs/theming/colors/index.md | 12 + .../breadcrumbs/theming/colors/javascript.md | 0 .../breadcrumbs/theming/colors/react.md | 0 .../breadcrumbs/theming/colors/vue.md | 0 .../angular/example_component_css.md} | 0 .../angular/example_component_html.md} | 0 .../theming/css-properties/demo.html | 37 + .../theming/css-properties/index.md | 31 + .../theming/css-properties/javascript.md | 0 .../theming/css-properties/react/main_css.md} | 0 .../theming/css-properties/react/main_tsx.md} | 0 .../breadcrumbs/theming/css-properties/vue.md | 0 static/usage/v6/button/basic/angular.md | 4 + static/usage/v6/button/basic/demo.html | 26 + static/usage/v6/button/basic/index.md | 8 + static/usage/v6/button/basic/javascript.md | 4 + static/usage/v6/button/basic/react.md | 14 + static/usage/v6/button/basic/vue.md | 15 + static/usage/v6/button/expand/angular.md | 4 + static/usage/v6/button/expand/demo.html | 32 + static/usage/v6/button/expand/index.md | 8 + static/usage/v6/button/expand/javascript.md | 4 + static/usage/v6/button/expand/react.md | 14 + static/usage/v6/button/expand/vue.md | 15 + static/usage/v6/button/fill/angular.md | 6 + static/usage/v6/button/fill/demo.html | 28 + static/usage/v6/button/fill/index.md | 8 + static/usage/v6/button/fill/javascript.md | 6 + static/usage/v6/button/fill/react.md | 16 + static/usage/v6/button/fill/vue.md | 17 + static/usage/v6/button/icons/angular.md | 15 + static/usage/v6/button/icons/demo.html | 37 + static/usage/v6/button/icons/index.md | 8 + static/usage/v6/button/icons/javascript.md | 15 + static/usage/v6/button/icons/react.md | 26 + static/usage/v6/button/icons/vue.md | 30 + static/usage/v6/button/shape/angular.md | 4 + static/usage/v6/button/shape/demo.html | 26 + static/usage/v6/button/shape/index.md | 8 + static/usage/v6/button/shape/javascript.md | 4 + static/usage/v6/button/shape/react.md | 14 + static/usage/v6/button/shape/vue.md | 15 + static/usage/v6/button/size/angular.md | 5 + static/usage/v6/button/size/demo.html | 27 + static/usage/v6/button/size/index.md | 8 + static/usage/v6/button/size/javascript.md | 5 + static/usage/v6/button/size/react.md | 15 + static/usage/v6/button/size/vue.md | 16 + .../usage/v6/button/theming/colors/angular.md | 12 + .../usage/v6/button/theming/colors/demo.html | 41 + .../usage/v6/button/theming/colors/index.md | 8 + .../v6/button/theming/colors/javascript.md | 12 + .../usage/v6/button/theming/colors/react.md | 22 + static/usage/v6/button/theming/colors/vue.md | 23 + .../angular/example_component_css.md | 22 + .../angular/example_component_html.md | 3 + .../button/theming/css-properties/demo.html | 47 + .../v6/button/theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 26 + .../theming/css-properties/react/main_css.md | 23 + .../theming/css-properties/react/main_tsx.md | 13 + .../v6/button/theming/css-properties/vue.md | 37 + static/usage/v6/buttons/basic/angular.md | 8 + static/usage/v6/buttons/basic/demo.html | 29 + static/usage/v6/buttons/basic/index.md | 8 + static/usage/v6/buttons/basic/javascript.md | 8 + static/usage/v6/buttons/basic/react.md | 16 + static/usage/v6/buttons/basic/vue.md | 19 + static/usage/v6/buttons/placement/angular.md | 21 + static/usage/v6/buttons/placement/demo.html | 49 + static/usage/v6/buttons/placement/index.md | 8 + .../usage/v6/buttons/placement/javascript.md | 21 + static/usage/v6/buttons/placement/react.md | 31 + static/usage/v6/buttons/placement/vue.md | 32 + static/usage/v6/buttons/types/angular.md | 78 + static/usage/v6/buttons/types/demo.html | 106 + static/usage/v6/buttons/types/index.md | 13 + static/usage/v6/buttons/types/javascript.md | 78 + static/usage/v6/buttons/types/react.md | 90 + static/usage/v6/buttons/types/vue.md | 93 + .../basic/angular/example_component_css.md | 7 + .../basic/angular/example_component_html.md | 12 + static/usage/v6/card/basic/demo.html | 46 + static/usage/v6/card/basic/index.md | 32 + static/usage/v6/card/basic/javascript.md | 20 + static/usage/v6/card/basic/react/main_css.md | 7 + static/usage/v6/card/basic/react/main_tsx.md | 22 + static/usage/v6/card/basic/vue.md | 31 + .../buttons/angular/example_component_css.md | 7 + .../buttons/angular/example_component_html.md | 15 + static/usage/v6/card/buttons/demo.html | 49 + static/usage/v6/card/buttons/index.md | 33 + static/usage/v6/card/buttons/javascript.md | 23 + .../usage/v6/card/buttons/react/main_css.md | 7 + .../usage/v6/card/buttons/react/main_tsx.md | 25 + static/usage/v6/card/buttons/vue.md | 34 + .../list/angular/example_component_css.md | 11 + .../list/angular/example_component_html.md | 39 + static/usage/v6/card/list/demo.html | 81 + static/usage/v6/card/list/index.md | 33 + static/usage/v6/card/list/javascript.md | 51 + static/usage/v6/card/list/react/main_css.md | 11 + static/usage/v6/card/list/react/main_tsx.md | 49 + static/usage/v6/card/list/vue.md | 62 + .../media/angular/example_component_css.md | 7 + .../media/angular/example_component_html.md | 13 + static/usage/v6/card/media/demo.html | 47 + static/usage/v6/card/media/index.md | 33 + static/usage/v6/card/media/javascript.md | 21 + static/usage/v6/card/media/react/main_css.md | 7 + static/usage/v6/card/media/react/main_tsx.md | 23 + static/usage/v6/card/media/vue.md | 32 + .../colors/angular/example_component_css.md | 7 + .../colors/angular/example_component_html.md | 100 + static/usage/v6/card/theming/colors/demo.html | 137 + static/usage/v6/card/theming/colors/index.md | 33 + .../v6/card/theming/colors/javascript.md | 108 + .../v6/card/theming/colors/react/main_css.md | 7 + .../v6/card/theming/colors/react/main_tsx.md | 112 + static/usage/v6/card/theming/colors/vue.md | 119 + .../angular/example_component_css.md | 20 + .../angular/example_component_html.md | 12 + .../v6/card/theming/css-properties/demo.html | 59 + .../v6/card/theming/css-properties/index.md | 32 + .../card/theming/css-properties/javascript.md | 33 + .../theming/css-properties/react/main_css.md | 20 + .../theming/css-properties/react/main_tsx.md | 22 + .../v6/card/theming/css-properties/vue.md | 44 + static/usage/v6/checkbox/basic/angular.md | 6 + static/usage/v6/checkbox/basic/demo.html | 27 + static/usage/v6/checkbox/basic/index.md | 17 + static/usage/v6/checkbox/basic/javascript.md | 6 + static/usage/v6/checkbox/basic/react.md | 18 + static/usage/v6/checkbox/basic/vue.md | 25 + .../v6/checkbox/indeterminate/angular.md | 6 + .../usage/v6/checkbox/indeterminate/demo.html | 27 + .../usage/v6/checkbox/indeterminate/index.md | 17 + .../v6/checkbox/indeterminate/javascript.md | 6 + .../usage/v6/checkbox/indeterminate/react.md | 18 + static/usage/v6/checkbox/indeterminate/vue.md | 25 + .../angular/example_component_css.md | 11 + .../angular/example_component_html.md | 6 + .../checkbox/theming/css-properties/demo.html | 38 + .../checkbox/theming/css-properties/index.md | 32 + .../theming/css-properties/javascript.md | 18 + .../theming/css-properties/react/main_css.md | 11 + .../theming/css-properties/react/main_tsx.md | 20 + .../v6/checkbox/theming/css-properties/vue.md | 37 + static/usage/v6/chip/basic/angular.md | 5 + static/usage/v6/chip/basic/demo.html | 27 + static/usage/v6/chip/basic/index.md | 8 + static/usage/v6/chip/basic/javascript.md | 5 + static/usage/v6/chip/basic/react.md | 14 + static/usage/v6/chip/basic/vue.md | 16 + static/usage/v6/chip/slots/angular.md | 15 + static/usage/v6/chip/slots/demo.html | 37 + static/usage/v6/chip/slots/index.md | 8 + static/usage/v6/chip/slots/javascript.md | 15 + static/usage/v6/chip/slots/react.md | 26 + static/usage/v6/chip/slots/vue.md | 34 + .../usage/v6/chip/theming/colors/angular.md | 12 + static/usage/v6/chip/theming/colors/demo.html | 45 + static/usage/v6/chip/theming/colors/index.md | 8 + .../v6/chip/theming/colors/javascript.md | 12 + static/usage/v6/chip/theming/colors/react.md | 21 + static/usage/v6/chip/theming/colors/vue.md | 23 + .../angular/example_component_css.md | 6 + .../angular/example_component_html.md | 3 + .../v6/chip/theming/css-properties/demo.html | 32 + .../v6/chip/theming/css-properties/index.md | 32 + .../chip/theming/css-properties/javascript.md | 10 + .../theming/css-properties/react/main_css.md | 6 + .../theming/css-properties/react/main_tsx.md | 11 + .../v6/chip/theming/css-properties/vue.md | 21 + static/usage/v6/content/basic/angular.md | 12 + static/usage/v6/content/basic/demo.html | 29 + static/usage/v6/content/basic/index.md | 14 + static/usage/v6/content/basic/javascript.md | 12 + static/usage/v6/content/basic/react.md | 20 + static/usage/v6/content/basic/vue.md | 23 + static/usage/v6/content/fixed/angular.md | 14 + .../fixed/angular/example_component_css.md | 6 + .../fixed/angular/example_component_html.md | 14 + static/usage/v6/content/fixed/demo.html | 68 + static/usage/v6/content/fixed/index.md | 34 + static/usage/v6/content/fixed/javascript.md | 21 + static/usage/v6/content/fixed/react.md | 22 + .../usage/v6/content/fixed/react/main_css.md | 6 + .../usage/v6/content/fixed/react/main_tsx.md | 24 + static/usage/v6/content/fixed/vue.md | 32 + .../angular/example_component_css.md | 5 + .../angular/example_component_html.md | 25 + static/usage/v6/content/fullscreen/demo.html | 78 + static/usage/v6/content/fullscreen/index.md | 34 + .../usage/v6/content/fullscreen/javascript.md | 31 + .../v6/content/fullscreen/react/main_css.md | 5 + .../v6/content/fullscreen/react/main_tsx.md | 37 + static/usage/v6/content/fullscreen/vue.md | 42 + .../usage/v6/content/header-footer/angular.md | 26 + .../usage/v6/content/header-footer/demo.html | 43 + .../usage/v6/content/header-footer/index.md | 14 + .../v6/content/header-footer/javascript.md | 26 + .../usage/v6/content/header-footer/react.md | 36 + static/usage/v6/content/header-footer/vue.md | 37 + .../angular/example_component_html.md | 18 + .../angular/example_component_ts.md | 22 + .../usage/v6/content/scroll-events/demo.html | 69 + .../usage/v6/content/scroll-events/index.md | 26 + .../v6/content/scroll-events/javascript.md | 22 + .../usage/v6/content/scroll-events/react.md | 37 + static/usage/v6/content/scroll-events/vue.md | 39 + .../angular/example_component_html.md | 15 + .../angular/example_component_ts.md | 24 + .../usage/v6/content/scroll-methods/demo.html | 78 + .../usage/v6/content/scroll-methods/index.md | 26 + .../v6/content/scroll-methods/javascript.md | 31 + .../usage/v6/content/scroll-methods/react.md | 37 + static/usage/v6/content/scroll-methods/vue.md | 38 + .../v6/content/theming/colors/angular.md | 38 + .../usage/v6/content/theming/colors/demo.html | 69 + .../usage/v6/content/theming/colors/index.md | 14 + .../v6/content/theming/colors/javascript.md | 38 + .../usage/v6/content/theming/colors/react.md | 48 + static/usage/v6/content/theming/colors/vue.md | 49 + .../angular/example_component_css.md | 6 + .../angular/example_component_html.md | 12 + .../content/theming/css-properties/demo.html | 36 + .../content/theming/css-properties/index.md | 34 + .../theming/css-properties/javascript.md | 19 + .../theming/css-properties/react/main_css.md | 6 + .../theming/css-properties/react/main_tsx.md | 22 + .../v6/content/theming/css-properties/vue.md | 30 + .../angular/example_component_css.md | 9 + .../angular/example_component_html.md | 12 + .../theming/css-shadow-parts/demo.html | 39 + .../content/theming/css-shadow-parts/index.md | 34 + .../theming/css-shadow-parts/javascript.md | 22 + .../css-shadow-parts/react/main_css.md | 9 + .../css-shadow-parts/react/main_tsx.md | 22 + .../content/theming/css-shadow-parts/vue.md | 33 + .../usage/v6/datetime-button/basic/angular.md | 9 + .../usage/v6/datetime-button/basic/demo.html | 33 + .../usage/v6/datetime-button/basic/index.md | 13 + .../v6/datetime-button/basic/javascript.md | 7 + .../usage/v6/datetime-button/basic/react.md | 16 + static/usage/v6/datetime-button/basic/vue.md | 18 + .../usage/{ => v6}/datetime/basic/angular.md | 0 static/usage/v6/datetime/basic/demo.html | 33 + static/usage/v6/datetime/basic/index.md | 13 + .../{ => v6}/datetime/basic/javascript.md | 0 static/usage/{ => v6}/datetime/basic/react.md | 0 static/usage/{ => v6}/datetime/basic/vue.md | 0 .../customizing-button-texts/angular.md | 0 .../customizing-button-texts/demo.html | 30 + .../buttons/customizing-button-texts/index.md | 13 + .../customizing-button-texts/javascript.md | 0 .../buttons/customizing-button-texts/react.md | 0 .../buttons/customizing-button-texts/vue.md | 0 .../buttons/customizing-buttons/angular.md | 0 .../buttons/customizing-buttons/demo.html | 40 + .../buttons/customizing-buttons/index.md | 13 + .../buttons/customizing-buttons/javascript.md | 0 .../buttons/customizing-buttons/react.md | 0 .../buttons/customizing-buttons/vue.md | 0 .../showing-confirmation-buttons/angular.md | 0 .../showing-confirmation-buttons/demo.html | 30 + .../showing-confirmation-buttons/index.md | 13 + .../javascript.md | 0 .../showing-confirmation-buttons/react.md | 0 .../showing-confirmation-buttons/vue.md | 0 .../angular/example_component_html.md} | 0 .../advanced/angular/example_component_ts.md | 20 + .../date-constraints/advanced/demo.html | 43 + .../date-constraints/advanced/index.md | 25 + .../date-constraints/advanced/javascript.md | 0 .../date-constraints/advanced/react.md | 0 .../datetime/date-constraints/advanced/vue.md | 0 .../date-constraints/max-min/angular.md | 0 .../date-constraints/max-min/demo.html | 29 + .../date-constraints/max-min/index.md | 13 + .../date-constraints/max-min/javascript.md | 0 .../date-constraints/max-min/react.md | 0 .../datetime/date-constraints/max-min/vue.md | 0 .../date-constraints/values/angular.md | 0 .../date-constraints/values/demo.html | 29 + .../datetime/date-constraints/values/index.md | 13 + .../date-constraints/values/javascript.md | 0 .../datetime/date-constraints/values/react.md | 0 .../datetime/date-constraints/values/vue.md | 0 .../array/angular/example_component_html.md | 7 + .../array/angular/example_component_ts.md | 32 + .../datetime/highlightedDates/array/demo.html | 55 + .../datetime/highlightedDates/array/index.md | 25 + .../highlightedDates/array/javascript.md | 29 + .../datetime/highlightedDates/array/react.md | 35 + .../v6/datetime/highlightedDates/array/vue.md | 44 + .../angular/example_component_html.md | 3 + .../callback/angular/example_component_ts.md | 30 + .../highlightedDates/callback/demo.html | 53 + .../highlightedDates/callback/index.md | 25 + .../highlightedDates/callback/javascript.md | 27 + .../highlightedDates/callback/react.md | 32 + .../datetime/highlightedDates/callback/vue.md | 38 + .../localization/custom-locale/angular.md | 0 .../localization/custom-locale/demo.html | 29 + .../localization/custom-locale/index.md | 13 + .../localization/custom-locale/javascript.md | 0 .../localization/custom-locale/react.md | 0 .../localization/custom-locale/vue.md | 0 .../localization/first-day-of-week/angular.md | 0 .../localization/first-day-of-week/demo.html | 29 + .../localization/first-day-of-week/index.md | 13 + .../first-day-of-week/javascript.md | 0 .../localization/first-day-of-week/react.md | 0 .../localization/first-day-of-week/vue.md | 0 .../localization/hour-cycle/angular.md | 0 .../localization/hour-cycle/demo.html | 29 + .../datetime/localization/hour-cycle/index.md | 13 + .../localization/hour-cycle/javascript.md | 0 .../datetime/localization/hour-cycle/react.md | 0 .../datetime/localization/hour-cycle/vue.md | 0 .../locale-extension-tags/angular.md | 0 .../locale-extension-tags/demo.html | 29 + .../locale-extension-tags/index.md | 13 + .../locale-extension-tags/javascript.md | 0 .../locale-extension-tags/react.md | 0 .../localization/locale-extension-tags/vue.md | 0 .../localization/time-label/angular.md | 0 .../localization/time-label/demo.html | 31 + .../datetime/localization/time-label/index.md | 13 + .../localization/time-label/javascript.md | 0 .../datetime/localization/time-label/react.md | 0 .../datetime/localization/time-label/vue.md | 0 .../{ => v6}/datetime/multiple/angular.md | 0 static/usage/v6/datetime/multiple/demo.html | 34 + static/usage/v6/datetime/multiple/index.md | 13 + .../{ => v6}/datetime/multiple/javascript.md | 0 .../usage/{ => v6}/datetime/multiple/react.md | 0 .../usage/{ => v6}/datetime/multiple/vue.md | 0 .../datetime/presentation/date/angular.md | 0 .../v6/datetime/presentation/date/demo.html | 29 + .../v6/datetime/presentation/date/index.md | 13 + .../datetime/presentation/date/javascript.md | 0 .../datetime/presentation/date/react.md | 0 .../datetime/presentation/date/vue.md | 0 .../presentation/month-and-year/angular.md | 0 .../presentation/month-and-year/demo.html | 29 + .../presentation/month-and-year/index.md | 13 + .../presentation/month-and-year/javascript.md | 0 .../presentation/month-and-year/react.md | 0 .../presentation/month-and-year/vue.md | 0 .../datetime/presentation/time/angular.md | 0 .../v6/datetime/presentation/time/demo.html | 29 + .../v6/datetime/presentation/time/index.md | 12 + .../datetime/presentation/time/javascript.md | 0 .../datetime/presentation/time/react.md | 0 .../datetime/presentation/time/vue.md | 0 .../datetime/presentation/wheel/angular.md | 0 .../v6/datetime/presentation/wheel/demo.html | 29 + .../v6/datetime/presentation/wheel/index.md | 13 + .../datetime/presentation/wheel/javascript.md | 0 .../datetime/presentation/wheel/react.md | 0 .../datetime/presentation/wheel/vue.md | 0 .../angular/example_component_html.md} | 0 .../v6/datetime/theming/angular/global_css.md | 66 + static/usage/v6/datetime/theming/demo.html | 78 + static/usage/v6/datetime/theming/index.md | 33 + .../{ => v6}/datetime/theming/javascript.md | 0 .../datetime/theming/react/main_css.md} | 0 .../datetime/theming/react/main_tsx.md} | 0 static/usage/{ => v6}/datetime/theming/vue.md | 0 .../title/customizing-title/angular.md | 0 .../title/customizing-title/demo.html | 31 + .../datetime/title/customizing-title/index.md | 13 + .../title/customizing-title/javascript.md | 0 .../datetime/title/customizing-title/react.md | 0 .../datetime/title/customizing-title/vue.md | 0 .../title/showing-default-title/angular.md | 0 .../title/showing-default-title/demo.html | 29 + .../title/showing-default-title/index.md | 13 + .../title/showing-default-title/javascript.md | 0 .../title/showing-default-title/react.md | 0 .../title/showing-default-title/vue.md | 0 static/usage/v6/fab/basic/angular.md | 7 + static/usage/v6/fab/basic/demo.html | 29 + static/usage/v6/fab/basic/index.md | 8 + static/usage/v6/fab/basic/javascript.md | 7 + static/usage/v6/fab/basic/react.md | 16 + static/usage/v6/fab/basic/vue.md | 22 + static/usage/v6/fab/button-sizing/angular.md | 18 + static/usage/v6/fab/button-sizing/demo.html | 40 + static/usage/v6/fab/button-sizing/index.md | 8 + .../usage/v6/fab/button-sizing/javascript.md | 18 + static/usage/v6/fab/button-sizing/react.md | 27 + static/usage/v6/fab/button-sizing/vue.md | 33 + static/usage/v6/fab/list-side/angular.md | 33 + static/usage/v6/fab/list-side/demo.html | 55 + static/usage/v6/fab/list-side/index.md | 8 + static/usage/v6/fab/list-side/javascript.md | 33 + static/usage/v6/fab/list-side/react.md | 42 + static/usage/v6/fab/list-side/vue.md | 48 + static/usage/v6/fab/positioning/angular.md | 59 + static/usage/v6/fab/positioning/demo.html | 77 + static/usage/v6/fab/positioning/index.md | 14 + static/usage/v6/fab/positioning/javascript.md | 59 + static/usage/v6/fab/positioning/react.md | 70 + static/usage/v6/fab/positioning/vue.md | 74 + static/usage/v6/fab/theming/colors/angular.md | 33 + static/usage/v6/fab/theming/colors/demo.html | 55 + static/usage/v6/fab/theming/colors/index.md | 8 + .../usage/v6/fab/theming/colors/javascript.md | 33 + static/usage/v6/fab/theming/colors/react.md | 42 + static/usage/v6/fab/theming/colors/vue.md | 48 + .../angular/example_component_css.md | 10 + .../angular/example_component_html.md | 18 + .../theming/css-custom-properties/demo.html | 50 + .../theming/css-custom-properties/index.md | 32 + .../css-custom-properties/javascript.md | 29 + .../css-custom-properties/react/main_css.md | 10 + .../css-custom-properties/react/main_tsx.md | 29 + .../fab/theming/css-custom-properties/vue.md | 44 + .../angular/example_component_css.md | 16 + .../angular/example_component_html.md | 18 + .../v6/fab/theming/css-shadow-parts/demo.html | 56 + .../v6/fab/theming/css-shadow-parts/index.md | 32 + .../theming/css-shadow-parts/javascript.md | 35 + .../css-shadow-parts/react/main_css.md | 16 + .../css-shadow-parts/react/main_tsx.md | 29 + .../v6/fab/theming/css-shadow-parts/vue.md | 50 + static/usage/v6/footer/basic/angular.md | 10 + static/usage/v6/footer/basic/demo.html | 28 + static/usage/v6/footer/basic/index.md | 14 + static/usage/v6/footer/basic/javascript.md | 10 + static/usage/v6/footer/basic/react.md | 20 + static/usage/v6/footer/basic/vue.md | 21 + .../angular/example_component_css.md | 11 + .../angular/example_component_html.md | 32 + .../v6/footer/custom-scroll-target/demo.html | 78 + .../v6/footer/custom-scroll-target/index.md | 35 + .../footer/custom-scroll-target/javascript.md | 44 + .../custom-scroll-target/react/main_css.md | 11 + .../custom-scroll-target/react/main_tsx.md | 44 + .../v6/footer/custom-scroll-target/vue.md | 55 + static/usage/v6/footer/fade/angular.md | 30 + static/usage/v6/footer/fade/demo.html | 65 + static/usage/v6/footer/fade/index.md | 15 + static/usage/v6/footer/fade/javascript.md | 30 + static/usage/v6/footer/fade/react.md | 40 + static/usage/v6/footer/fade/vue.md | 41 + static/usage/v6/footer/no-border/angular.md | 10 + static/usage/v6/footer/no-border/demo.html | 28 + static/usage/v6/footer/no-border/index.md | 14 + .../usage/v6/footer/no-border/javascript.md | 10 + static/usage/v6/footer/no-border/react.md | 20 + static/usage/v6/footer/no-border/vue.md | 21 + static/usage/v6/footer/translucent/angular.md | 30 + static/usage/v6/footer/translucent/demo.html | 65 + static/usage/v6/footer/translucent/index.md | 15 + .../usage/v6/footer/translucent/javascript.md | 30 + static/usage/v6/footer/translucent/react.md | 40 + static/usage/v6/footer/translucent/vue.md | 41 + .../basic/angular/example_component_css.md | 8 + .../basic/angular/example_component_html.md | 37 + static/usage/v6/grid/basic/demo.html | 77 + static/usage/v6/grid/basic/index.md | 33 + static/usage/v6/grid/basic/javascript.md | 46 + static/usage/v6/grid/basic/react/main_css.md | 8 + static/usage/v6/grid/basic/react/main_tsx.md | 49 + static/usage/v6/grid/basic/vue.md | 57 + .../angular/example_component_css.md | 12 + .../angular/example_component_html.md | 11 + .../grid/customizing/column-number/demo.html | 53 + .../grid/customizing/column-number/index.md | 33 + .../customizing/column-number/javascript.md | 24 + .../column-number/react/main_css.md | 12 + .../column-number/react/main_tsx.md | 23 + .../v6/grid/customizing/column-number/vue.md | 35 + .../padding/angular/example_component_css.md | 26 + .../padding/angular/example_component_html.md | 9 + .../v6/grid/customizing/padding/demo.html | 65 + .../v6/grid/customizing/padding/index.md | 33 + .../v6/grid/customizing/padding/javascript.md | 36 + .../customizing/padding/react/main_css.md | 26 + .../customizing/padding/react/main_tsx.md | 21 + .../usage/v6/grid/customizing/padding/vue.md | 47 + .../width/angular/example_component_css.md | 18 + .../width/angular/example_component_html.md | 9 + .../usage/v6/grid/customizing/width/demo.html | 56 + .../usage/v6/grid/customizing/width/index.md | 33 + .../v6/grid/customizing/width/javascript.md | 28 + .../grid/customizing/width/react/main_css.md | 18 + .../grid/customizing/width/react/main_tsx.md | 19 + static/usage/v6/grid/customizing/width/vue.md | 39 + .../fixed/angular/example_component_css.md | 8 + .../fixed/angular/example_component_html.md | 9 + static/usage/v6/grid/fixed/demo.html | 48 + static/usage/v6/grid/fixed/index.md | 33 + static/usage/v6/grid/fixed/javascript.md | 18 + static/usage/v6/grid/fixed/react/main_css.md | 8 + static/usage/v6/grid/fixed/react/main_tsx.md | 19 + static/usage/v6/grid/fixed/vue.md | 29 + .../angular/example_component_css.md | 8 + .../angular/example_component_html.md | 61 + .../v6/grid/horizontal-alignment/demo.html | 100 + .../v6/grid/horizontal-alignment/index.md | 33 + .../grid/horizontal-alignment/javascript.md | 70 + .../horizontal-alignment/react/main_css.md | 8 + .../horizontal-alignment/react/main_tsx.md | 73 + .../usage/v6/grid/horizontal-alignment/vue.md | 81 + .../angular/example_component_css.md | 8 + .../angular/example_component_html.md | 30 + .../usage/v6/grid/offset-responsive/demo.html | 70 + .../usage/v6/grid/offset-responsive/index.md | 33 + .../v6/grid/offset-responsive/javascript.md | 39 + .../grid/offset-responsive/react/main_css.md | 8 + .../grid/offset-responsive/react/main_tsx.md | 42 + static/usage/v6/grid/offset-responsive/vue.md | 50 + .../offset/angular/example_component_css.md | 8 + .../offset/angular/example_component_html.md | 29 + static/usage/v6/grid/offset/demo.html | 69 + static/usage/v6/grid/offset/index.md | 33 + static/usage/v6/grid/offset/javascript.md | 38 + static/usage/v6/grid/offset/react/main_css.md | 8 + static/usage/v6/grid/offset/react/main_tsx.md | 41 + static/usage/v6/grid/offset/vue.md | 49 + .../angular/example_component_css.md | 8 + .../angular/example_component_html.md | 31 + .../v6/grid/push-pull-responsive/demo.html | 71 + .../v6/grid/push-pull-responsive/index.md | 33 + .../grid/push-pull-responsive/javascript.md | 40 + .../push-pull-responsive/react/main_css.md | 8 + .../push-pull-responsive/react/main_tsx.md | 43 + .../usage/v6/grid/push-pull-responsive/vue.md | 51 + .../angular/example_component_css.md | 8 + .../angular/example_component_html.md | 30 + static/usage/v6/grid/push-pull/demo.html | 73 + static/usage/v6/grid/push-pull/index.md | 33 + static/usage/v6/grid/push-pull/javascript.md | 39 + .../usage/v6/grid/push-pull/react/main_css.md | 8 + .../usage/v6/grid/push-pull/react/main_tsx.md | 42 + static/usage/v6/grid/push-pull/vue.md | 50 + .../angular/example_component_css.md | 12 + .../angular/example_component_html.md | 34 + static/usage/v6/grid/size-auto/demo.html | 78 + static/usage/v6/grid/size-auto/index.md | 33 + static/usage/v6/grid/size-auto/javascript.md | 47 + .../usage/v6/grid/size-auto/react/main_css.md | 12 + .../usage/v6/grid/size-auto/react/main_tsx.md | 46 + static/usage/v6/grid/size-auto/vue.md | 58 + .../angular/example_component_css.md | 8 + .../angular/example_component_html.md | 32 + .../usage/v6/grid/size-responsive/demo.html | 72 + static/usage/v6/grid/size-responsive/index.md | 33 + .../v6/grid/size-responsive/javascript.md | 41 + .../v6/grid/size-responsive/react/main_css.md | 8 + .../v6/grid/size-responsive/react/main_tsx.md | 44 + static/usage/v6/grid/size-responsive/vue.md | 52 + .../size/angular/example_component_css.md | 8 + .../size/angular/example_component_html.md | 30 + static/usage/v6/grid/size/demo.html | 70 + static/usage/v6/grid/size/index.md | 33 + static/usage/v6/grid/size/javascript.md | 39 + static/usage/v6/grid/size/react/main_css.md | 8 + static/usage/v6/grid/size/react/main_tsx.md | 42 + static/usage/v6/grid/size/vue.md | 50 + .../angular/example_component_css.md | 8 + .../angular/example_component_html.md | 64 + .../v6/grid/vertical-alignment/demo.html | 103 + .../usage/v6/grid/vertical-alignment/index.md | 33 + .../v6/grid/vertical-alignment/javascript.md | 73 + .../grid/vertical-alignment/react/main_css.md | 8 + .../grid/vertical-alignment/react/main_tsx.md | 76 + .../usage/v6/grid/vertical-alignment/vue.md | 84 + static/usage/v6/header/basic/angular.md | 10 + static/usage/v6/header/basic/demo.html | 28 + static/usage/v6/header/basic/index.md | 14 + static/usage/v6/header/basic/javascript.md | 10 + static/usage/v6/header/basic/react.md | 20 + static/usage/v6/header/basic/vue.md | 21 + static/usage/v6/header/condense/angular.md | 38 + static/usage/v6/header/condense/demo.html | 73 + static/usage/v6/header/condense/index.md | 15 + static/usage/v6/header/condense/javascript.md | 38 + static/usage/v6/header/condense/react.md | 48 + static/usage/v6/header/condense/vue.md | 49 + .../angular/example_component_css.md | 10 + .../angular/example_component_html.md | 32 + .../v6/header/custom-scroll-target/demo.html | 78 + .../v6/header/custom-scroll-target/index.md | 35 + .../header/custom-scroll-target/javascript.md | 43 + .../custom-scroll-target/react/main_css.md | 10 + .../custom-scroll-target/react/main_tsx.md | 44 + .../v6/header/custom-scroll-target/vue.md | 55 + static/usage/v6/header/fade/angular.md | 30 + static/usage/v6/header/fade/demo.html | 65 + static/usage/v6/header/fade/index.md | 15 + static/usage/v6/header/fade/javascript.md | 30 + static/usage/v6/header/fade/react.md | 40 + static/usage/v6/header/fade/vue.md | 41 + static/usage/v6/header/no-border/angular.md | 10 + static/usage/v6/header/no-border/demo.html | 28 + static/usage/v6/header/no-border/index.md | 14 + .../usage/v6/header/no-border/javascript.md | 10 + static/usage/v6/header/no-border/react.md | 20 + static/usage/v6/header/no-border/vue.md | 21 + static/usage/v6/header/translucent/angular.md | 30 + static/usage/v6/header/translucent/demo.html | 65 + static/usage/v6/header/translucent/index.md | 15 + .../usage/v6/header/translucent/javascript.md | 30 + static/usage/v6/header/translucent/react.md | 40 + static/usage/v6/header/translucent/vue.md | 41 + static/usage/v6/icon/basic/angular.md | 6 + static/usage/v6/icon/basic/demo.html | 28 + static/usage/v6/icon/basic/index.md | 13 + static/usage/v6/icon/basic/javascript.md | 6 + static/usage/v6/icon/basic/react.md | 17 + static/usage/v6/icon/basic/vue.md | 21 + static/usage/v6/img/basic/angular.md | 3 + static/usage/v6/img/basic/demo.html | 31 + static/usage/v6/img/basic/index.md | 8 + static/usage/v6/img/basic/javascript.md | 3 + static/usage/v6/img/basic/react.md | 11 + static/usage/v6/img/basic/vue.md | 14 + .../basic/angular/example_component_html.md | 15 + .../basic/angular/example_component_ts.md | 32 + .../usage/v6/infinite-scroll/basic/demo.html | 63 + .../usage/v6/infinite-scroll/basic/index.md | 24 + .../v6/infinite-scroll/basic/javascript.md | 46 + .../usage/v6/infinite-scroll/basic/react.md | 53 + static/usage/v6/infinite-scroll/basic/vue.md | 65 + .../angular/example_component_css.md | 12 + .../angular/example_component_html.md | 68 + .../angular/example_component_ts.md | 20 + .../custom-infinite-scroll-content/demo.html | 82 + .../custom-infinite-scroll-content/index.md | 34 + .../javascript.md | 104 + .../react/main_css.md | 12 + .../react/main_tsx.md | 89 + .../custom-infinite-scroll-content/vue.md | 121 + .../angular/example_component_html.md | 15 + .../angular/example_component_ts.md | 20 + .../infinite-scroll-content/demo.html | 56 + .../infinite-scroll-content/index.md | 24 + .../infinite-scroll-content/javascript.md | 38 + .../infinite-scroll-content/react.md | 44 + .../infinite-scroll-content/vue.md | 58 + static/usage/v6/input/basic/angular.md | 28 + static/usage/v6/input/basic/demo.html | 55 + static/usage/v6/input/basic/index.md | 8 + static/usage/v6/input/basic/javascript.md | 28 + static/usage/v6/input/basic/react.md | 36 + static/usage/v6/input/basic/vue.md | 39 + static/usage/v6/input/clear/angular.md | 18 + static/usage/v6/input/clear/demo.html | 48 + static/usage/v6/input/clear/index.md | 8 + static/usage/v6/input/clear/javascript.md | 18 + static/usage/v6/input/clear/react.md | 26 + static/usage/v6/input/clear/vue.md | 29 + static/usage/v6/input/fill/angular.md | 16 + static/usage/v6/input/fill/demo.html | 44 + static/usage/v6/input/fill/index.md | 14 + static/usage/v6/input/fill/javascript.md | 16 + static/usage/v6/input/fill/react.md | 26 + static/usage/v6/input/fill/vue.md | 27 + .../angular/example_component_html.md | 12 + .../filtering/angular/example_component_ts.md | 27 + static/usage/v6/input/filtering/demo.html | 39 + static/usage/v6/input/filtering/index.md | 20 + static/usage/v6/input/filtering/javascript.md | 17 + static/usage/v6/input/filtering/react.md | 41 + static/usage/v6/input/filtering/vue.md | 46 + static/usage/v6/input/labels/angular.md | 23 + static/usage/v6/input/labels/demo.html | 50 + static/usage/v6/input/labels/index.md | 8 + static/usage/v6/input/labels/javascript.md | 23 + static/usage/v6/input/labels/react.md | 31 + static/usage/v6/input/labels/vue.md | 34 + .../usage/v6/input/theming/colors/angular.md | 11 + .../usage/v6/input/theming/colors/demo.html | 44 + static/usage/v6/input/theming/colors/index.md | 13 + .../v6/input/theming/colors/javascript.md | 11 + static/usage/v6/input/theming/colors/react.md | 21 + static/usage/v6/input/theming/colors/vue.md | 22 + .../angular/example_component_css.md | 13 + .../angular/example_component_html.md | 3 + .../v6/input/theming/css-properties/demo.html | 43 + .../v6/input/theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 17 + .../theming/css-properties/react/main_css.md | 13 + .../theming/css-properties/react/main_tsx.md | 13 + .../v6/input/theming/css-properties/vue.md | 28 + static/usage/v6/input/types/angular.md | 28 + static/usage/v6/input/types/demo.html | 55 + static/usage/v6/input/types/index.md | 8 + static/usage/v6/input/types/javascript.md | 28 + static/usage/v6/input/types/react.md | 36 + static/usage/v6/input/types/vue.md | 39 + static/usage/v6/item-divider/basic/angular.md | 39 + static/usage/v6/item-divider/basic/demo.html | 66 + static/usage/v6/item-divider/basic/index.md | 13 + .../usage/v6/item-divider/basic/javascript.md | 39 + static/usage/v6/item-divider/basic/react.md | 47 + static/usage/v6/item-divider/basic/vue.md | 50 + .../v6/item-divider/theming/colors/angular.md | 32 + .../v6/item-divider/theming/colors/demo.html | 59 + .../v6/item-divider/theming/colors/index.md | 13 + .../item-divider/theming/colors/javascript.md | 32 + .../v6/item-divider/theming/colors/react.md | 42 + .../v6/item-divider/theming/colors/vue.md | 43 + .../angular/example_component_css.md | 11 + .../angular/example_component_html.md | 7 + .../theming/css-properties/demo.html | 40 + .../theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 19 + .../theming/css-properties/react/main_css.md | 11 + .../theming/css-properties/react/main_tsx.md | 18 + .../theming/css-properties/vue.md | 30 + static/usage/v6/item-group/basic/angular.md | 33 + static/usage/v6/item-group/basic/demo.html | 60 + static/usage/v6/item-group/basic/index.md | 13 + .../usage/v6/item-group/basic/javascript.md | 33 + static/usage/v6/item-group/basic/react.md | 43 + static/usage/v6/item-group/basic/vue.md | 44 + .../v6/item-group/sliding-items/angular.md | 95 + .../v6/item-group/sliding-items/demo.html | 122 + .../v6/item-group/sliding-items/index.md | 13 + .../v6/item-group/sliding-items/javascript.md | 95 + .../v6/item-group/sliding-items/react.md | 105 + .../usage/v6/item-group/sliding-items/vue.md | 106 + static/usage/v6/item-sliding/basic/angular.md | 39 + static/usage/v6/item-sliding/basic/demo.html | 66 + static/usage/v6/item-sliding/basic/index.md | 8 + .../usage/v6/item-sliding/basic/javascript.md | 39 + static/usage/v6/item-sliding/basic/react.md | 47 + static/usage/v6/item-sliding/basic/vue.md | 50 + .../v6/item-sliding/expandable/angular.md | 18 + .../v6/item-sliding/expandable/demo.html | 45 + .../usage/v6/item-sliding/expandable/index.md | 13 + .../v6/item-sliding/expandable/javascript.md | 18 + .../usage/v6/item-sliding/expandable/react.md | 26 + .../usage/v6/item-sliding/expandable/vue.md | 29 + static/usage/v6/item-sliding/icons/angular.md | 128 + static/usage/v6/item-sliding/icons/demo.html | 156 + static/usage/v6/item-sliding/icons/index.md | 13 + .../usage/v6/item-sliding/icons/javascript.md | 128 + static/usage/v6/item-sliding/icons/react.md | 137 + static/usage/v6/item-sliding/icons/vue.md | 143 + static/usage/v6/item/basic/angular.md | 42 + static/usage/v6/item/basic/demo.html | 69 + static/usage/v6/item/basic/index.md | 8 + static/usage/v6/item/basic/javascript.md | 42 + static/usage/v6/item/basic/react.md | 52 + static/usage/v6/item/basic/vue.md | 53 + static/usage/v6/item/buttons/angular.md | 46 + static/usage/v6/item/buttons/demo.html | 74 + static/usage/v6/item/buttons/index.md | 8 + static/usage/v6/item/buttons/javascript.md | 46 + static/usage/v6/item/buttons/react.md | 57 + static/usage/v6/item/buttons/vue.md | 61 + static/usage/v6/item/clickable/angular.md | 17 + static/usage/v6/item/clickable/demo.html | 44 + static/usage/v6/item/clickable/index.md | 8 + static/usage/v6/item/clickable/javascript.md | 17 + static/usage/v6/item/clickable/react.md | 27 + static/usage/v6/item/clickable/vue.md | 28 + .../counter/angular/example_component_html.md | 11 + .../counter/angular/example_component_ts.md | 13 + static/usage/v6/item/counter/demo.html | 47 + static/usage/v6/item/counter/index.md | 24 + static/usage/v6/item/counter/javascript.md | 16 + static/usage/v6/item/counter/react.md | 21 + static/usage/v6/item/counter/vue.md | 27 + static/usage/v6/item/detail-arrows/angular.md | 37 + static/usage/v6/item/detail-arrows/demo.html | 64 + static/usage/v6/item/detail-arrows/index.md | 13 + .../usage/v6/item/detail-arrows/javascript.md | 37 + static/usage/v6/item/detail-arrows/react.md | 48 + static/usage/v6/item/detail-arrows/vue.md | 53 + static/usage/v6/item/helper-error/angular.md | 8 + static/usage/v6/item/helper-error/demo.html | 56 + static/usage/v6/item/helper-error/index.md | 18 + .../usage/v6/item/helper-error/javascript.md | 35 + static/usage/v6/item/helper-error/react.md | 39 + static/usage/v6/item/helper-error/vue.md | 41 + static/usage/v6/item/icons/angular.md | 29 + static/usage/v6/item/icons/demo.html | 56 + static/usage/v6/item/icons/index.md | 8 + static/usage/v6/item/icons/javascript.md | 29 + static/usage/v6/item/icons/react.md | 40 + static/usage/v6/item/icons/vue.md | 44 + static/usage/v6/item/inputs/angular.md | 59 + static/usage/v6/item/inputs/demo.html | 86 + static/usage/v6/item/inputs/index.md | 8 + static/usage/v6/item/inputs/javascript.md | 59 + static/usage/v6/item/inputs/react.md | 69 + static/usage/v6/item/inputs/vue.md | 70 + static/usage/v6/item/lines/angular.md | 43 + static/usage/v6/item/lines/demo.html | 70 + static/usage/v6/item/lines/index.md | 8 + static/usage/v6/item/lines/javascript.md | 43 + static/usage/v6/item/lines/react.md | 54 + static/usage/v6/item/lines/vue.md | 58 + static/usage/v6/item/media/angular.md | 19 + static/usage/v6/item/media/demo.html | 46 + static/usage/v6/item/media/index.md | 8 + static/usage/v6/item/media/javascript.md | 19 + static/usage/v6/item/media/react.md | 29 + static/usage/v6/item/media/vue.md | 30 + .../usage/v6/item/theming/colors/angular.md | 32 + static/usage/v6/item/theming/colors/demo.html | 59 + static/usage/v6/item/theming/colors/index.md | 13 + .../v6/item/theming/colors/javascript.md | 32 + static/usage/v6/item/theming/colors/react.md | 42 + static/usage/v6/item/theming/colors/vue.md | 43 + .../angular/example_component_css.md | 18 + .../angular/example_component_html.md | 13 + .../v6/item/theming/css-properties/demo.html | 57 + .../v6/item/theming/css-properties/index.md | 32 + .../item/theming/css-properties/javascript.md | 32 + .../theming/css-properties/react/main_css.md | 18 + .../theming/css-properties/react/main_tsx.md | 25 + .../v6/item/theming/css-properties/vue.md | 43 + .../angular/example_component_css.md | 18 + .../angular/example_component_html.md | 13 + .../item/theming/css-shadow-parts/demo.html | 57 + .../v6/item/theming/css-shadow-parts/index.md | 32 + .../theming/css-shadow-parts/javascript.md | 32 + .../css-shadow-parts/react/main_css.md | 18 + .../css-shadow-parts/react/main_tsx.md | 25 + .../v6/item/theming/css-shadow-parts/vue.md | 43 + .../angular/example_component_css.md | 8 + .../angular/example_component_html.md | 16 + .../v6/item/theming/input-highlight/demo.html | 50 + .../v6/item/theming/input-highlight/index.md | 33 + .../theming/input-highlight/javascript.md | 25 + .../theming/input-highlight/react/main_css.md | 8 + .../theming/input-highlight/react/main_tsx.md | 28 + .../v6/item/theming/input-highlight/vue.md | 36 + static/usage/v6/label/basic/angular.md | 3 + static/usage/v6/label/basic/demo.html | 24 + static/usage/v6/label/basic/index.md | 8 + static/usage/v6/label/basic/javascript.md | 3 + static/usage/v6/label/basic/react.md | 13 + static/usage/v6/label/basic/vue.md | 14 + static/usage/v6/label/input/angular.md | 31 + static/usage/v6/label/input/demo.html | 59 + static/usage/v6/label/input/index.md | 8 + static/usage/v6/label/input/javascript.md | 31 + static/usage/v6/label/input/react.md | 41 + static/usage/v6/label/input/vue.md | 42 + static/usage/v6/label/item/angular.md | 28 + static/usage/v6/label/item/demo.html | 56 + static/usage/v6/label/item/index.md | 8 + static/usage/v6/label/item/javascript.md | 28 + static/usage/v6/label/item/react.md | 38 + static/usage/v6/label/item/vue.md | 39 + .../usage/v6/label/theming/colors/angular.md | 12 + .../usage/v6/label/theming/colors/demo.html | 39 + static/usage/v6/label/theming/colors/index.md | 8 + .../v6/label/theming/colors/javascript.md | 12 + static/usage/v6/label/theming/colors/react.md | 22 + static/usage/v6/label/theming/colors/vue.md | 23 + static/usage/v6/list-header/basic/angular.md | 22 + static/usage/v6/list-header/basic/demo.html | 49 + static/usage/v6/list-header/basic/index.md | 13 + .../usage/v6/list-header/basic/javascript.md | 22 + static/usage/v6/list-header/basic/react.md | 30 + static/usage/v6/list-header/basic/vue.md | 33 + .../usage/v6/list-header/buttons/angular.md | 23 + static/usage/v6/list-header/buttons/demo.html | 50 + static/usage/v6/list-header/buttons/index.md | 13 + .../v6/list-header/buttons/javascript.md | 23 + static/usage/v6/list-header/buttons/react.md | 31 + static/usage/v6/list-header/buttons/vue.md | 34 + static/usage/v6/list-header/lines/angular.md | 37 + static/usage/v6/list-header/lines/demo.html | 64 + static/usage/v6/list-header/lines/index.md | 13 + .../usage/v6/list-header/lines/javascript.md | 37 + static/usage/v6/list-header/lines/react.md | 47 + static/usage/v6/list-header/lines/vue.md | 48 + .../v6/list-header/theming/colors/angular.md | 32 + .../v6/list-header/theming/colors/demo.html | 59 + .../v6/list-header/theming/colors/index.md | 13 + .../list-header/theming/colors/javascript.md | 32 + .../v6/list-header/theming/colors/react.md | 42 + .../v6/list-header/theming/colors/vue.md | 43 + .../angular/example_component_css.md | 10 + .../angular/example_component_html.md | 5 + .../theming/css-properties/demo.html | 37 + .../theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 16 + .../theming/css-properties/react/main_css.md | 10 + .../theming/css-properties/react/main_tsx.md | 15 + .../list-header/theming/css-properties/vue.md | 27 + static/usage/v6/list/basic/angular.md | 19 + static/usage/v6/list/basic/demo.html | 46 + static/usage/v6/list/basic/index.md | 8 + static/usage/v6/list/basic/javascript.md | 19 + static/usage/v6/list/basic/react.md | 27 + static/usage/v6/list/basic/vue.md | 30 + static/usage/v6/list/inset/angular.md | 19 + static/usage/v6/list/inset/demo.html | 51 + static/usage/v6/list/inset/index.md | 8 + static/usage/v6/list/inset/javascript.md | 19 + static/usage/v6/list/inset/react.md | 27 + static/usage/v6/list/inset/vue.md | 30 + static/usage/v6/list/lines/angular.md | 37 + static/usage/v6/list/lines/demo.html | 66 + static/usage/v6/list/lines/index.md | 8 + static/usage/v6/list/lines/javascript.md | 37 + static/usage/v6/list/lines/react.md | 47 + static/usage/v6/list/lines/vue.md | 48 + .../angular/example_component_html.md} | 0 .../angular/example_component_ts.md | 22 + static/usage/v6/loading/controller/demo.html | 39 + static/usage/v6/loading/controller/index.md | 24 + .../{ => v6}/loading/controller/javascript.md | 0 .../{ => v6}/loading/controller/react.md | 0 .../usage/{ => v6}/loading/controller/vue.md | 0 .../angular/example_component_html.md} | 0 .../spinners/angular/example_component_ts.md | 23 + static/usage/v6/loading/spinners/demo.html | 40 + static/usage/v6/loading/spinners/index.md | 24 + .../{ => v6}/loading/spinners/javascript.md | 0 .../usage/{ => v6}/loading/spinners/react.md | 0 static/usage/{ => v6}/loading/spinners/vue.md | 0 .../angular/example_component_html.md} | 0 .../theming/angular/example_component_ts.md | 23 + .../loading/theming/angular/global_css.md} | 0 static/usage/v6/loading/theming/demo.html | 48 + static/usage/v6/loading/theming/index.md | 34 + .../{ => v6}/loading/theming/javascript.md | 0 .../usage/{ => v6}/loading/theming/react.md | 0 .../loading/theming/react/main_css.md} | 0 .../loading/theming/react/main_tsx.md} | 0 static/usage/{ => v6}/loading/theming/vue.md | 0 static/usage/v6/menu/basic/angular.md | 23 + static/usage/v6/menu/basic/demo.html | 40 + static/usage/v6/menu/basic/index.md | 18 + static/usage/v6/menu/basic/javascript.md | 23 + static/usage/v6/menu/basic/react.md | 41 + static/usage/v6/menu/basic/vue.md | 52 + .../theming/angular/example_component_css.md | 11 + .../theming/angular/example_component_html.md | 25 + static/usage/v6/menu/theming/demo.html | 51 + static/usage/v6/menu/theming/index.md | 33 + static/usage/v6/menu/theming/javascript.md | 37 + .../usage/v6/menu/theming/react/main_css.md | 11 + .../usage/v6/menu/theming/react/main_tsx.md | 44 + static/usage/v6/menu/theming/vue.md | 64 + static/usage/v6/menu/toggle/angular.md | 26 + static/usage/v6/menu/toggle/demo.html | 43 + static/usage/v6/menu/toggle/index.md | 18 + static/usage/v6/menu/toggle/javascript.md | 26 + static/usage/v6/menu/toggle/react.md | 44 + static/usage/v6/menu/toggle/vue.md | 55 + .../type/angular/example_component_html.md | 48 + .../menu/type/angular/example_component_ts.md | 11 + static/usage/v6/menu/type/demo.html | 74 + static/usage/v6/menu/type/index.md | 25 + static/usage/v6/menu/type/javascript.md | 57 + static/usage/v6/menu/type/react.md | 78 + static/usage/v6/menu/type/vue.md | 90 + .../angular/example_component_html.md} | 0 .../boolean/angular/example_component_ts.md | 23 + .../v6/modal/can-dismiss/boolean/demo.html | 67 + .../v6/modal/can-dismiss/boolean/index.md | 26 + .../modal/can-dismiss/boolean/javascript.md | 48 + .../modal/can-dismiss/boolean/react.md | 0 .../{ => v6}/modal/can-dismiss/boolean/vue.md | 0 .../angular/example_component_html.md | 27 + .../function/angular/example_component_ts.md | 41 + .../v6/modal/can-dismiss/function/demo.html | 74 + .../v6/modal/can-dismiss/function/index.md | 26 + .../modal/can-dismiss/function/javascript.md | 59 + .../modal/can-dismiss/function/react.md | 0 .../modal/can-dismiss/function/vue.md | 0 .../angular/example_component_html.md | 30 + .../angular/example_component_ts.md | 13 + .../prevent-swipe-to-close/demo.html | 57 + .../prevent-swipe-to-close/index.md | 27 + .../prevent-swipe-to-close/javascript.md | 39 + .../prevent-swipe-to-close/react.md | 56 + .../can-dismiss/prevent-swipe-to-close/vue.md | 47 + .../basic/angular/example_component_html.md} | 0 .../basic/angular/example_component_ts.md | 16 + static/usage/v6/modal/card/basic/demo.html | 90 + static/usage/v6/modal/card/basic/index.md | 26 + .../usage/v6/modal/card/basic/javascript.md | 73 + .../usage/{ => v6}/modal/card/basic/react.md | 0 static/usage/{ => v6}/modal/card/basic/vue.md | 0 .../modal/controller/angular/app_module_ts.md | 19 + .../angular/example_component_html.md} | 0 .../angular/example_component_ts.md | 29 + .../angular/modal-example_component_html.md | 0 .../angular/modal-example_component_ts.md | 0 static/usage/v6/modal/controller/demo.html | 78 + static/usage/v6/modal/controller/index.md | 39 + .../usage/v6/modal/controller/javascript.md | 57 + .../usage/{ => v6}/modal/controller/react.md | 0 .../modal/controller/vue/example_vue.md | 0 .../modal/controller/vue/modal_vue.md | 0 .../angular/example_component_html.md | 33 + .../custom-dialogs/angular/global_css.md} | 0 .../usage/v6/modal/custom-dialogs/demo.html | 83 + static/usage/v6/modal/custom-dialogs/index.md | 33 + .../v6/modal/custom-dialogs/javascript.md | 67 + .../modal/custom-dialogs/react/main_css.md | 0 .../modal/custom-dialogs/react/main_tsx.md | 0 .../{ => v6}/modal/custom-dialogs/vue.md | 0 .../basic/angular/example_component_html.md | 32 + .../basic/angular/example_component_ts.md | 31 + static/usage/v6/modal/inline/basic/demo.html | 67 + static/usage/v6/modal/inline/basic/index.md | 26 + .../usage/v6/modal/inline/basic/javascript.md | 50 + .../{ => v6}/modal/inline/basic/react.md | 0 .../usage/{ => v6}/modal/inline/basic/vue.md | 0 .../angular/example_component_html.md} | 0 .../is-open/angular/example_component_ts.md | 15 + .../usage/v6/modal/inline/is-open/demo.html | 46 + static/usage/v6/modal/inline/is-open/index.md | 26 + .../v6/modal/inline/is-open/javascript.md | 31 + .../{ => v6}/modal/inline/is-open/react.md | 0 .../{ => v6}/modal/inline/is-open/vue.md | 0 .../modal/performance/mount/angular.md | 0 .../v6/modal/performance/mount/demo.html | 55 + .../usage/v6/modal/performance/mount/index.md | 19 + .../v6/modal/performance/mount/javascript.md | 32 + .../{ => v6}/modal/performance/mount/react.md | 0 .../{ => v6}/modal/performance/mount/vue.md | 0 .../angular/example_component_css.md} | 0 .../angular/example_component_html.md | 72 + .../angular/example_component_ts.md | 20 + .../modal/sheet/background-content/demo.html | 106 + .../modal/sheet/background-content/index.md | 28 + .../sheet/background-content/javascript.md | 89 + .../modal/sheet/background-content/react.md | 0 .../modal/sheet/background-content/vue.md | 0 static/usage/v6/modal/sheet/basic/angular.md | 56 + static/usage/v6/modal/sheet/basic/demo.html | 82 + static/usage/v6/modal/sheet/basic/index.md | 19 + .../usage/v6/modal/sheet/basic/javascript.md | 65 + .../usage/{ => v6}/modal/sheet/basic/react.md | 0 .../usage/{ => v6}/modal/sheet/basic/vue.md | 0 .../v6/modal/sheet/handle-behavior/angular.md | 25 + .../v6/modal/sheet/handle-behavior/demo.html | 41 + .../v6/modal/sheet/handle-behavior/index.md | 19 + .../modal/sheet/handle-behavior/javascript.md | 24 + .../modal/sheet/handle-behavior/react.md | 0 .../modal/sheet/handle-behavior/vue.md | 0 .../angular/example_component_html.md | 63 + .../angular/example_component_ts.md | 40 + .../v6/modal/styling/animations/demo.html | 117 + .../v6/modal/styling/animations/index.md | 33 + .../animations/javascript/index_html.md | 0 .../styling/animations/javascript/index_ts.md | 0 .../v6/modal/styling/animations/react.md | 123 + .../{ => v6}/modal/styling/animations/vue.md | 0 .../theming/angular/example_component_html.md | 61 + .../styling/theming/angular/global_css.md} | 0 .../usage/v6/modal/styling/theming/demo.html | 101 + .../usage/v6/modal/styling/theming/index.md | 33 + .../modal/styling/theming/javascript.md | 0 .../modal/styling/theming/react/main_css.md | 0 .../modal/styling/theming/react/main_tsx.md | 95 + .../{ => v6}/modal/styling/theming/vue.md | 0 .../modal-navigation/angular/app_module_ts.md | 21 + .../angular/example_component_html.md | 25 + .../angular/example_component_ts.md | 18 + .../angular/page_one_component_ts.md | 23 + .../angular/page_three_component_ts.md | 26 + .../angular/page_two_component_ts.md | 25 + .../usage/v6/nav/modal-navigation/demo.html | 106 + static/usage/v6/nav/modal-navigation/index.md | 56 + .../v6/nav/modal-navigation/javascript.md | 86 + .../v6/nav/modal-navigation/react/main_tsx.md | 60 + .../modal-navigation/react/page_one_tsx.md | 18 + .../modal-navigation/react/page_three_tsx.md | 19 + .../modal-navigation/react/page_two_tsx.md | 19 + .../nav/modal-navigation/vue/example_vue.md | 60 + .../nav/modal-navigation/vue/page_one_vue.md | 24 + .../modal-navigation/vue/page_three_vue.md | 28 + .../nav/modal-navigation/vue/page_two_vue.md | 24 + .../v6/nav/nav-link/angular/app_module_ts.md | 21 + .../angular/example_component_html.md | 3 + .../nav-link/angular/example_component_ts.md | 13 + .../nav-link/angular/page_one_component_ts.md | 25 + .../angular/page_three_component_ts.md | 21 + .../nav-link/angular/page_two_component_ts.md | 30 + static/usage/v6/nav/nav-link/demo.html | 84 + static/usage/v6/nav/nav-link/index.md | 55 + static/usage/v6/nav/nav-link/javascript.md | 67 + .../usage/v6/nav/nav-link/react/main_tsx.md | 11 + .../v6/nav/nav-link/react/page_one_tsx.md | 26 + .../v6/nav/nav-link/react/page_three_tsx.md | 24 + .../v6/nav/nav-link/react/page_two_tsx.md | 38 + .../usage/v6/nav/nav-link/vue/example_vue.md | 19 + .../usage/v6/nav/nav-link/vue/page_one_vue.md | 29 + .../v6/nav/nav-link/vue/page_three_vue.md | 23 + .../usage/v6/nav/nav-link/vue/page_two_vue.md | 50 + static/usage/v6/note/basic/angular.md | 3 + static/usage/v6/note/basic/demo.html | 25 + static/usage/v6/note/basic/index.md | 8 + static/usage/v6/note/basic/javascript.md | 3 + static/usage/v6/note/basic/react.md | 13 + static/usage/v6/note/basic/vue.md | 14 + static/usage/v6/note/item/angular.md | 11 + static/usage/v6/note/item/demo.html | 38 + static/usage/v6/note/item/index.md | 8 + static/usage/v6/note/item/javascript.md | 11 + static/usage/v6/note/item/react.md | 21 + static/usage/v6/note/item/vue.md | 22 + .../usage/v6/note/theming/colors/angular.md | 12 + static/usage/v6/note/theming/colors/demo.html | 49 + static/usage/v6/note/theming/colors/index.md | 8 + .../v6/note/theming/colors/javascript.md | 12 + static/usage/v6/note/theming/colors/react.md | 22 + static/usage/v6/note/theming/colors/vue.md | 23 + .../angular/example_component_css.md | 5 + .../angular/example_component_html.md | 3 + .../v6/note/theming/css-properties/demo.html | 30 + .../v6/note/theming/css-properties/index.md | 32 + .../note/theming/css-properties/javascript.md | 9 + .../theming/css-properties/react/main_css.md | 5 + .../theming/css-properties/react/main_tsx.md | 15 + .../v6/note/theming/css-properties/vue.md | 20 + .../angular/example_component_html.md | 3 + .../angular/example_component_ts.md | 84 + .../usage/v6/picker/multiple-column/demo.html | 90 + .../usage/v6/picker/multiple-column/index.md | 25 + .../v6/picker/multiple-column/javascript.md | 76 + .../usage/v6/picker/multiple-column/react.md | 82 + static/usage/v6/picker/multiple-column/vue.md | 93 + .../angular/example_component_html.md | 3 + .../angular/example_component_ts.md | 54 + .../usage/v6/picker/single-column/demo.html | 65 + static/usage/v6/picker/single-column/index.md | 25 + .../v6/picker/single-column/javascript.md | 46 + static/usage/v6/picker/single-column/react.md | 52 + static/usage/v6/picker/single-column/vue.md | 61 + .../angular/example_component_css.md} | 0 .../angular/example_component_html.md} | 0 .../angular/example_component_ts.md | 10 + .../customization/positioning/demo.html | 52 + .../customization/positioning/index.md | 34 + .../customization/positioning/javascript.md | 0 .../positioning/react/main_css.md} | 0 .../positioning/react/main_tsx.md} | 0 .../popover/customization/positioning/vue.md | 0 .../popover/customization/sizing/angular.md | 0 .../v6/popover/customization/sizing/demo.html | 32 + .../v6/popover/customization/sizing/index.md | 13 + .../customization/sizing/javascript.md | 0 .../v6/popover/customization/sizing/react.md | 20 + .../v6/popover/customization/sizing/vue.md | 22 + .../angular/example_component_html.md} | 0 .../styling/angular/global_css.md} | 0 .../popover/customization/styling/demo.html | 45 + .../v6/popover/customization/styling/index.md | 32 + .../customization/styling/javascript.md | 0 .../customization/styling/react/main_css.md} | 0 .../customization/styling/react/main_tsx.md | 18 + .../v6/popover/customization/styling/vue.md | 35 + .../usage/{ => v6}/popover/nested/angular.md | 0 static/usage/v6/popover/nested/demo.html | 41 + static/usage/v6/popover/nested/index.md | 13 + .../{ => v6}/popover/nested/javascript.md | 0 static/usage/v6/popover/nested/react.md | 37 + static/usage/v6/popover/nested/vue.md | 31 + .../popover/performance/mount/angular.md | 0 .../v6/popover/performance/mount/demo.html | 27 + .../v6/popover/performance/mount/index.md | 18 + .../popover/performance/mount/javascript.md | 0 .../popover/performance/mount/react.md | 0 .../{ => v6}/popover/performance/mount/vue.md | 0 .../controller/angular/app_module_ts.md | 19 + .../angular/example_component_html.md} | 0 .../angular/example_component_ts.md | 29 + .../angular/popover_component_html.md} | 0 .../angular/popover_component_ts.md | 10 + .../popover/presenting/controller/demo.html | 63 + .../v6/popover/presenting/controller/index.md | 38 + .../presenting/controller/javascript.md | 0 .../v6/popover/presenting/controller/react.md | 30 + .../presenting/controller/vue/example_vue.md | 32 + .../presenting/controller/vue/popover_vue.md} | 0 .../angular/example_component_html.md} | 0 .../angular/example_component_ts.md | 18 + .../presenting/inline-isopen/demo.html | 39 + .../popover/presenting/inline-isopen/index.md | 25 + .../presenting/inline-isopen/javascript.md | 0 .../popover/presenting/inline-isopen/react.md | 24 + .../popover/presenting/inline-isopen/vue.md | 29 + .../presenting/inline-trigger/angular.md | 0 .../presenting/inline-trigger/demo.html | 37 + .../presenting/inline-trigger/index.md | 13 + .../presenting/inline-trigger/javascript.md | 0 .../presenting/inline-trigger/react.md | 25 + .../popover/presenting/inline-trigger/vue.md | 27 + .../buffer/angular/example_component_html.md | 3 + .../buffer/angular/example_component_ts.md | 29 + static/usage/v6/progress-bar/buffer/demo.html | 47 + static/usage/v6/progress-bar/buffer/index.md | 25 + .../v6/progress-bar/buffer/javascript.md | 25 + static/usage/v6/progress-bar/buffer/react.md | 30 + static/usage/v6/progress-bar/buffer/vue.md | 38 + .../angular/example_component_html.md | 3 + .../angular/example_component_ts.md | 26 + .../v6/progress-bar/determinate/demo.html | 42 + .../v6/progress-bar/determinate/index.md | 25 + .../v6/progress-bar/determinate/javascript.md | 20 + .../v6/progress-bar/determinate/react.md | 27 + .../usage/v6/progress-bar/determinate/vue.md | 34 + .../v6/progress-bar/indeterminate/angular.md | 3 + .../v6/progress-bar/indeterminate/demo.html | 25 + .../v6/progress-bar/indeterminate/index.md | 12 + .../progress-bar/indeterminate/javascript.md | 3 + .../v6/progress-bar/indeterminate/react.md | 11 + .../v6/progress-bar/indeterminate/vue.md | 14 + .../v6/progress-bar/theming/colors/angular.md | 11 + .../v6/progress-bar/theming/colors/demo.html | 39 + .../v6/progress-bar/theming/colors/index.md | 12 + .../progress-bar/theming/colors/javascript.md | 11 + .../v6/progress-bar/theming/colors/react.md | 21 + .../v6/progress-bar/theming/colors/vue.md | 22 + .../angular/example_component_css.md | 6 + .../angular/example_component_html.md | 4 + .../theming/css-properties/demo.html | 37 + .../theming/css-properties/index.md | 32 + .../theming/css-properties/javascript.md | 11 + .../theming/css-properties/react/main_css.md | 6 + .../theming/css-properties/react/main_tsx.md | 17 + .../theming/css-properties/vue.md | 22 + .../angular/example_component_css.md | 13 + .../angular/example_component_html.md | 4 + .../theming/css-shadow-parts/demo.html | 44 + .../theming/css-shadow-parts/index.md | 32 + .../theming/css-shadow-parts/javascript.md | 18 + .../css-shadow-parts/react/main_css.md | 13 + .../css-shadow-parts/react/main_tsx.md | 17 + .../theming/css-shadow-parts/vue.md | 29 + static/usage/v6/radio/basic/angular.md | 25 + static/usage/v6/radio/basic/demo.html | 52 + static/usage/v6/radio/basic/index.md | 8 + static/usage/v6/radio/basic/javascript.md | 25 + static/usage/v6/radio/basic/react.md | 33 + static/usage/v6/radio/basic/vue.md | 36 + .../usage/v6/radio/empty-selection/angular.md | 25 + .../usage/v6/radio/empty-selection/demo.html | 52 + .../usage/v6/radio/empty-selection/index.md | 13 + .../v6/radio/empty-selection/javascript.md | 25 + .../usage/v6/radio/empty-selection/react.md | 33 + static/usage/v6/radio/empty-selection/vue.md | 36 + .../usage/v6/radio/theming/colors/angular.md | 29 + .../usage/v6/radio/theming/colors/demo.html | 54 + static/usage/v6/radio/theming/colors/index.md | 13 + .../v6/radio/theming/colors/javascript.md | 29 + static/usage/v6/radio/theming/colors/react.md | 39 + static/usage/v6/radio/theming/colors/vue.md | 40 + .../angular/example_component_css.md | 21 + .../angular/example_component_html.md | 6 + .../v6/radio/theming/css-properties/demo.html | 49 + .../v6/radio/theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 28 + .../theming/css-properties/react/main_css.md | 21 + .../theming/css-properties/react/main_tsx.md | 16 + .../v6/radio/theming/css-properties/vue.md | 39 + .../angular/example_component_css.md | 34 + .../angular/example_component_html.md | 6 + .../radio/theming/css-shadow-parts/demo.html | 62 + .../radio/theming/css-shadow-parts/index.md | 33 + .../theming/css-shadow-parts/javascript.md | 41 + .../css-shadow-parts/react/main_css.md | 34 + .../css-shadow-parts/react/main_tsx.md | 16 + .../v6/radio/theming/css-shadow-parts/vue.md | 52 + static/usage/v6/range/basic/angular.md | 3 + static/usage/v6/range/basic/demo.html | 29 + static/usage/v6/range/basic/index.md | 8 + static/usage/v6/range/basic/javascript.md | 3 + static/usage/v6/range/basic/react.md | 8 + static/usage/v6/range/basic/vue.md | 14 + static/usage/v6/range/dual-knobs/angular.md | 3 + static/usage/v6/range/dual-knobs/demo.html | 36 + static/usage/v6/range/dual-knobs/index.md | 8 + .../usage/v6/range/dual-knobs/javascript.md | 11 + static/usage/v6/range/dual-knobs/react.md | 16 + static/usage/v6/range/dual-knobs/vue.md | 14 + .../angular/example_component_html.md | 4 + .../angular/example_component_ts.md | 18 + .../usage/v6/range/ion-change-event/demo.html | 40 + .../usage/v6/range/ion-change-event/index.md | 24 + .../v6/range/ion-change-event/javascript.md | 13 + .../usage/v6/range/ion-change-event/react.md | 15 + static/usage/v6/range/ion-change-event/vue.md | 25 + .../angular/example_component_html.md | 9 + .../angular/example_component_ts.md | 23 + .../v6/range/ion-knob-move-event/demo.html | 50 + .../v6/range/ion-knob-move-event/index.md | 24 + .../range/ion-knob-move-event/javascript.md | 23 + .../v6/range/ion-knob-move-event/react.md | 24 + .../usage/v6/range/ion-knob-move-event/vue.md | 34 + .../pins/angular/example_component_html.md | 3 + .../pins/angular/example_component_ts.md | 13 + static/usage/v6/range/pins/demo.html | 35 + static/usage/v6/range/pins/index.md | 24 + static/usage/v6/range/pins/javascript.md | 10 + static/usage/v6/range/pins/react.md | 8 + static/usage/v6/range/pins/vue.md | 19 + static/usage/{ => v6}/range/slots/angular.md | 0 static/usage/v6/range/slots/demo.html | 32 + static/usage/v6/range/slots/index.md | 8 + .../usage/{ => v6}/range/slots/javascript.md | 0 static/usage/{ => v6}/range/slots/react.md | 0 static/usage/{ => v6}/range/slots/vue.md | 0 .../usage/v6/range/snapping-ticks/angular.md | 3 + .../usage/v6/range/snapping-ticks/demo.html | 29 + static/usage/v6/range/snapping-ticks/index.md | 8 + .../v6/range/snapping-ticks/javascript.md | 3 + static/usage/v6/range/snapping-ticks/react.md | 8 + static/usage/v6/range/snapping-ticks/vue.md | 14 + .../angular/example_component_css.md} | 0 .../angular/example_component_html.md | 3 + .../v6/range/theming/css-properties/demo.html | 38 + .../v6/range/theming/css-properties/index.md | 32 + .../theming/css-properties/javascript.md | 16 + .../theming/css-properties/react/main_css.md | 0 .../theming/css-properties/react/main_tsx.md | 11 + .../v6/range/theming/css-properties/vue.md | 27 + .../angular/example_component_css.md} | 0 .../angular/example_component_html.md | 3 + .../range/theming/css-shadow-parts/demo.html | 71 + .../range/theming/css-shadow-parts/index.md | 32 + .../theming/css-shadow-parts/javascript.md | 47 + .../css-shadow-parts/react/main_css.md | 0 .../css-shadow-parts/react/main_tsx.md | 12 + .../v6/range/theming/css-shadow-parts/vue.md | 58 + .../advanced/angular/example_component_css.md | 11 + .../angular/example_component_html.md | 23 + .../advanced/angular/example_component_ts.md | 37 + static/usage/v6/refresher/advanced/demo.html | 99 + static/usage/v6/refresher/advanced/index.md | 36 + .../usage/v6/refresher/advanced/javascript.md | 68 + .../v6/refresher/advanced/react/main_css.md | 11 + .../v6/refresher/advanced/react/main_tsx.md | 67 + static/usage/v6/refresher/advanced/vue.md | 72 + .../basic/angular/example_component_html.md | 15 + .../basic/angular/example_component_ts.md | 16 + static/usage/v6/refresher/basic/demo.html | 43 + static/usage/v6/refresher/basic/index.md | 26 + static/usage/v6/refresher/basic/javascript.md | 26 + static/usage/v6/refresher/basic/react.md | 33 + static/usage/v6/refresher/basic/vue.md | 36 + .../angular/example_component_html.md | 20 + .../angular/example_component_ts.md | 16 + .../v6/refresher/custom-content/demo.html | 45 + .../v6/refresher/custom-content/index.md | 26 + .../v6/refresher/custom-content/javascript.md | 31 + .../v6/refresher/custom-content/react.md | 39 + .../usage/v6/refresher/custom-content/vue.md | 42 + .../angular/example_component_css.md | 10 + .../angular/example_component_html.md | 17 + .../angular/example_component_ts.md | 17 + .../refresher/custom-scroll-target/demo.html | 56 + .../refresher/custom-scroll-target/index.md | 34 + .../custom-scroll-target/javascript.md | 39 + .../custom-scroll-target/react/main_css.md | 10 + .../custom-scroll-target/react/main_tsx.md | 37 + .../v6/refresher/custom-scroll-target/vue.md | 49 + .../angular/example_component_html.md | 15 + .../angular/example_component_ts.md | 16 + .../v6/refresher/pull-properties/demo.html | 43 + .../v6/refresher/pull-properties/index.md | 26 + .../refresher/pull-properties/javascript.md | 26 + .../v6/refresher/pull-properties/react.md | 33 + .../usage/v6/refresher/pull-properties/vue.md | 36 + .../basic/angular/example_component_html.md | 42 + .../basic/angular/example_component_ts.md | 22 + static/usage/v6/reorder/basic/demo.html | 83 + static/usage/v6/reorder/basic/index.md | 25 + static/usage/v6/reorder/basic/javascript.md | 56 + static/usage/v6/reorder/basic/react.md | 60 + static/usage/v6/reorder/basic/vue.md | 66 + .../angular/example_component_html.md | 52 + .../angular/example_component_ts.md | 22 + static/usage/v6/reorder/custom-icon/demo.html | 93 + static/usage/v6/reorder/custom-icon/index.md | 25 + .../v6/reorder/custom-icon/javascript.md | 66 + static/usage/v6/reorder/custom-icon/react.md | 71 + static/usage/v6/reorder/custom-icon/vue.md | 76 + .../angular/example_component_css.md | 11 + .../angular/example_component_html.md | 46 + .../angular/example_component_ts.md | 23 + .../v6/reorder/custom-scroll-target/demo.html | 95 + .../v6/reorder/custom-scroll-target/index.md | 36 + .../custom-scroll-target/javascript.md | 72 + .../custom-scroll-target/react/main_css.md | 11 + .../custom-scroll-target/react/main_tsx.md | 66 + .../v6/reorder/custom-scroll-target/vue.md | 82 + .../angular/example_component_html.md | 46 + .../angular/example_component_ts.md | 28 + .../v6/reorder/toggling-disabled/demo.html | 96 + .../v6/reorder/toggling-disabled/index.md | 25 + .../reorder/toggling-disabled/javascript.md | 64 + .../v6/reorder/toggling-disabled/react.md | 72 + .../usage/v6/reorder/toggling-disabled/vue.md | 76 + .../angular/example_component_html.md | 14 + .../angular/example_component_ts.md | 27 + .../usage/v6/reorder/updating-data/demo.html | 76 + .../usage/v6/reorder/updating-data/index.md | 25 + .../v6/reorder/updating-data/javascript.md | 49 + .../usage/v6/reorder/updating-data/react.md | 39 + static/usage/v6/reorder/updating-data/vue.md | 42 + .../wrapper/angular/example_component_html.md | 47 + .../wrapper/angular/example_component_ts.md | 22 + static/usage/v6/reorder/wrapper/demo.html | 88 + static/usage/v6/reorder/wrapper/index.md | 25 + static/usage/v6/reorder/wrapper/javascript.md | 61 + static/usage/v6/reorder/wrapper/react.md | 65 + static/usage/v6/reorder/wrapper/vue.md | 71 + .../basic/angular/example_component_css.md | 43 + .../basic/angular/example_component_html.md | 17 + static/usage/v6/ripple-effect/basic/demo.html | 82 + static/usage/v6/ripple-effect/basic/index.md | 33 + .../v6/ripple-effect/basic/javascript.md | 61 + .../v6/ripple-effect/basic/react/main_css.md | 43 + .../v6/ripple-effect/basic/react/main_tsx.md | 27 + static/usage/v6/ripple-effect/basic/vue.md | 72 + .../angular/example_component_css.md | 44 + .../angular/example_component_html.md | 15 + .../v6/ripple-effect/customizing/demo.html | 81 + .../v6/ripple-effect/customizing/index.md | 33 + .../ripple-effect/customizing/javascript.md | 60 + .../customizing/react/main_css.md | 44 + .../customizing/react/main_tsx.md | 25 + .../usage/v6/ripple-effect/customizing/vue.md | 71 + .../type/angular/example_component_css.md | 44 + .../type/angular/example_component_html.md | 15 + static/usage/v6/ripple-effect/type/demo.html | 81 + static/usage/v6/ripple-effect/type/index.md | 33 + .../usage/v6/ripple-effect/type/javascript.md | 60 + .../v6/ripple-effect/type/react/main_css.md | 44 + .../v6/ripple-effect/type/react/main_tsx.md | 25 + static/usage/v6/ripple-effect/type/vue.md | 71 + static/usage/v6/router/basic/demo.html | 65 + static/usage/v6/router/basic/index.md | 11 + static/usage/v6/router/basic/javascript.md | 47 + static/usage/v6/searchbar/basic/angular.md | 7 + static/usage/v6/searchbar/basic/demo.html | 34 + static/usage/v6/searchbar/basic/index.md | 13 + static/usage/v6/searchbar/basic/javascript.md | 7 + static/usage/v6/searchbar/basic/react.md | 17 + static/usage/v6/searchbar/basic/vue.md | 18 + .../v6/searchbar/cancel-button/angular.md | 6 + .../v6/searchbar/cancel-button/demo.html | 34 + .../usage/v6/searchbar/cancel-button/index.md | 13 + .../v6/searchbar/cancel-button/javascript.md | 6 + .../usage/v6/searchbar/cancel-button/react.md | 17 + .../usage/v6/searchbar/cancel-button/vue.md | 21 + .../v6/searchbar/clear-button/angular.md | 6 + .../usage/v6/searchbar/clear-button/demo.html | 33 + .../usage/v6/searchbar/clear-button/index.md | 13 + .../v6/searchbar/clear-button/javascript.md | 6 + .../usage/v6/searchbar/clear-button/react.md | 17 + static/usage/v6/searchbar/clear-button/vue.md | 21 + .../angular/example_component_html.md | 9 + .../debounce/angular/example_component_ts.md | 17 + static/usage/v6/searchbar/debounce/demo.html | 64 + static/usage/v6/searchbar/debounce/index.md | 26 + .../usage/v6/searchbar/debounce/javascript.md | 37 + static/usage/v6/searchbar/debounce/react.md | 30 + static/usage/v6/searchbar/debounce/vue.md | 32 + .../usage/v6/searchbar/search-icon/angular.md | 4 + .../usage/v6/searchbar/search-icon/demo.html | 31 + .../usage/v6/searchbar/search-icon/index.md | 8 + .../v6/searchbar/search-icon/javascript.md | 4 + .../usage/v6/searchbar/search-icon/react.md | 15 + static/usage/v6/searchbar/search-icon/vue.md | 19 + .../v6/searchbar/theming/colors/angular.md | 12 + .../v6/searchbar/theming/colors/demo.html | 39 + .../v6/searchbar/theming/colors/index.md | 13 + .../v6/searchbar/theming/colors/javascript.md | 12 + .../v6/searchbar/theming/colors/react.md | 22 + .../usage/v6/searchbar/theming/colors/vue.md | 23 + .../angular/example_component_css.md | 20 + .../angular/example_component_html.md | 3 + .../theming/css-properties/demo.html | 48 + .../searchbar/theming/css-properties/index.md | 32 + .../theming/css-properties/javascript.md | 24 + .../theming/css-properties/react/main_css.md | 20 + .../theming/css-properties/react/main_tsx.md | 13 + .../searchbar/theming/css-properties/vue.md | 35 + .../usage/v6/segment-button/basic/angular.md | 25 + .../usage/v6/segment-button/basic/demo.html | 56 + static/usage/v6/segment-button/basic/index.md | 8 + .../v6/segment-button/basic/javascript.md | 25 + static/usage/v6/segment-button/basic/react.md | 35 + static/usage/v6/segment-button/basic/vue.md | 36 + .../usage/v6/segment-button/layout/angular.md | 73 + .../usage/v6/segment-button/layout/demo.html | 104 + .../usage/v6/segment-button/layout/index.md | 13 + .../v6/segment-button/layout/javascript.md | 73 + .../usage/v6/segment-button/layout/react.md | 84 + static/usage/v6/segment-button/layout/vue.md | 88 + .../angular/example_component_css.md | 19 + .../angular/example_component_html.md | 13 + .../theming/css-properties/demo.html | 59 + .../theming/css-properties/index.md | 32 + .../theming/css-properties/javascript.md | 33 + .../theming/css-properties/react/main_css.md | 19 + .../theming/css-properties/react/main_tsx.md | 23 + .../theming/css-properties/vue.md | 44 + .../angular/example_component_css.md | 31 + .../angular/example_component_html.md | 13 + .../theming/css-shadow-parts/demo.html | 71 + .../theming/css-shadow-parts/index.md | 32 + .../theming/css-shadow-parts/javascript.md | 45 + .../css-shadow-parts/react/main_css.md | 31 + .../css-shadow-parts/react/main_tsx.md | 23 + .../theming/css-shadow-parts/vue.md | 56 + static/usage/v6/segment/basic/angular.md | 19 + static/usage/v6/segment/basic/demo.html | 50 + static/usage/v6/segment/basic/index.md | 8 + static/usage/v6/segment/basic/javascript.md | 19 + static/usage/v6/segment/basic/react.md | 29 + static/usage/v6/segment/basic/vue.md | 30 + static/usage/v6/segment/scrollable/angular.md | 34 + static/usage/v6/segment/scrollable/demo.html | 66 + static/usage/v6/segment/scrollable/index.md | 13 + .../usage/v6/segment/scrollable/javascript.md | 34 + static/usage/v6/segment/scrollable/react.md | 43 + static/usage/v6/segment/scrollable/vue.md | 51 + .../v6/segment/theming/colors/angular.md | 82 + .../usage/v6/segment/theming/colors/demo.html | 113 + .../usage/v6/segment/theming/colors/index.md | 13 + .../v6/segment/theming/colors/javascript.md | 82 + .../usage/v6/segment/theming/colors/react.md | 92 + static/usage/v6/segment/theming/colors/vue.md | 93 + .../angular/example_component_css.md | 5 + .../angular/example_component_html.md | 10 + .../segment/theming/css-properties/demo.html | 42 + .../segment/theming/css-properties/index.md | 32 + .../theming/css-properties/javascript.md | 16 + .../theming/css-properties/react/main_css.md | 5 + .../theming/css-properties/react/main_tsx.md | 22 + .../v6/segment/theming/css-properties/vue.md | 27 + .../basic/multiple-selection/angular.md | 0 .../select/basic/multiple-selection/demo.html | 32 + .../select/basic/multiple-selection/index.md | 13 + .../basic/multiple-selection/javascript.md | 0 .../select/basic/multiple-selection/react.md | 0 .../select/basic/multiple-selection/vue.md | 0 .../angular/example_component_html.md} | 0 .../angular/example_component_ts.md | 19 + .../basic/responding-to-interaction/demo.html | 62 + .../basic/responding-to-interaction/index.md | 25 + .../responding-to-interaction/javascript.md | 0 .../basic/responding-to-interaction/react.md | 38 + .../basic/responding-to-interaction/vue.md | 0 .../select/basic/single-selection/angular.md | 0 .../select/basic/single-selection/demo.html | 32 + .../v6/select/basic/single-selection/index.md | 13 + .../basic/single-selection/javascript.md | 0 .../select/basic/single-selection/react.md | 0 .../select/basic/single-selection/vue.md | 0 .../customization/button-text/angular.md | 0 .../customization/button-text/demo.html | 41 + .../select/customization/button-text/index.md | 13 + .../customization/button-text/javascript.md | 0 .../select/customization/button-text/react.md | 0 .../select/customization/button-text/vue.md | 0 .../angular/example_component_html.md} | 0 .../angular/example_component_ts.md | 27 + .../customization/interface-options/demo.html | 83 + .../customization/interface-options/index.md | 25 + .../interface-options/javascript.md | 0 .../customization/interface-options/react.md | 0 .../customization/interface-options/vue.md | 0 .../angular/example_component_css.md} | 0 .../angular/example_component_html.md} | 0 .../angular/example_component_ts.md | 10 + .../customization/styling-select/demo.html | 60 + .../customization/styling-select/index.md | 34 + .../styling-select/javascript.md | 0 .../styling-select/react/main_css.md} | 0 .../styling-select/react/main_tsx.md} | 0 .../customization/styling-select/vue.md | 0 .../select/interfaces/action-sheet/angular.md | 0 .../select/interfaces/action-sheet/demo.html | 32 + .../select/interfaces/action-sheet/index.md | 13 + .../interfaces/action-sheet/javascript.md | 0 .../select/interfaces/action-sheet/react.md | 0 .../select/interfaces/action-sheet/vue.md | 0 .../select/interfaces/popover/angular.md | 0 .../v6/select/interfaces/popover/demo.html | 32 + .../v6/select/interfaces/popover/index.md | 13 + .../select/interfaces/popover/javascript.md | 0 .../select/interfaces/popover/react.md | 0 .../{ => v6}/select/interfaces/popover/vue.md | 0 .../angular/example_component_html.md} | 0 .../angular/example_component_ts.md | 45 + .../multiple-selection/demo.html | 91 + .../multiple-selection/index.md | 25 + .../multiple-selection/javascript.md | 0 .../multiple-selection/react.md | 67 + .../multiple-selection/vue.md | 0 .../angular/example_component_html.md} | 0 .../angular/example_component_ts.md | 37 + .../using-comparewith/demo.html | 79 + .../using-comparewith/index.md | 25 + .../using-comparewith/javascript.md | 0 .../using-comparewith/react.md | 58 + .../using-comparewith/vue.md | 0 .../typeahead/angular/angular_types_ts.md | 6 + .../select/typeahead/angular/app_module_ts.md | 19 + .../angular/example_component_html.md | 23 + .../typeahead/angular/example_component_ts.md | 59 + .../angular/modal-example_component_html.md | 29 + .../angular/modal-example_component_ts.md | 85 + static/usage/v6/select/typeahead/demo.html | 223 + static/usage/v6/select/typeahead/index.md | 52 + .../usage/v6/select/typeahead/javascript.md | 208 + .../v6/select/typeahead/react/main_tsx.md | 81 + .../select/typeahead/react/react_types_ts.md | 6 + .../react/typeahead_component_tsx.md | 112 + .../v6/select/typeahead/vue/example_vue.md | 83 + .../typeahead/vue/typeahead_component_vue.md | 122 + .../v6/select/typeahead/vue/vue_types_ts.md | 6 + .../basic/angular/example_component_html.md | 39 + .../basic/angular/example_component_ts.md | 13 + static/usage/v6/skeleton-text/basic/demo.html | 92 + static/usage/v6/skeleton-text/basic/index.md | 25 + .../v6/skeleton-text/basic/javascript.md | 61 + static/usage/v6/skeleton-text/basic/react.md | 61 + static/usage/v6/skeleton-text/basic/vue.md | 78 + .../angular/example_component_css.md | 7 + .../angular/example_component_html.md | 23 + .../theming/css-properties/demo.html | 60 + .../theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 31 + .../theming/css-properties/react/main_css.md | 7 + .../theming/css-properties/react/main_tsx.md | 40 + .../theming/css-properties/vue.md | 56 + static/usage/v6/spinner/basic/angular.md | 51 + static/usage/v6/spinner/basic/demo.html | 79 + static/usage/v6/spinner/basic/index.md | 13 + static/usage/v6/spinner/basic/javascript.md | 51 + static/usage/v6/spinner/basic/react.md | 61 + static/usage/v6/spinner/basic/vue.md | 62 + .../v6/spinner/theming/colors/angular.md | 12 + .../usage/v6/spinner/theming/colors/demo.html | 33 + .../usage/v6/spinner/theming/colors/index.md | 13 + .../v6/spinner/theming/colors/javascript.md | 12 + .../usage/v6/spinner/theming/colors/react.md | 22 + static/usage/v6/spinner/theming/colors/vue.md | 23 + .../angular/example_component_css.md | 5 + .../angular/example_component_html.md | 3 + .../spinner/theming/css-properties/demo.html | 30 + .../spinner/theming/css-properties/index.md | 32 + .../theming/css-properties/javascript.md | 9 + .../spinner/theming/css-properties/react.md | 11 + .../theming/css-properties/react/main_css.md | 5 + .../theming/css-properties/react/main_tsx.md | 15 + .../v6/spinner/theming/css-properties/vue.md | 20 + static/usage/v6/split-pane/basic/angular.md | 25 + static/usage/v6/split-pane/basic/demo.html | 42 + static/usage/v6/split-pane/basic/index.md | 13 + .../usage/v6/split-pane/basic/javascript.md | 25 + static/usage/v6/split-pane/basic/react.md | 33 + static/usage/v6/split-pane/basic/vue.md | 36 + .../angular/example_component_css.md | 8 + .../angular/example_component_html.md | 25 + .../theming/css-properties/demo.html | 50 + .../theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 34 + .../theming/css-properties/react/main_css.md | 8 + .../theming/css-properties/react/main_tsx.md | 35 + .../split-pane/theming/css-properties/vue.md | 45 + .../tabs/router/angular/app_component_html.md | 3 + .../v6/tabs/router/angular/app_module_ts.md | 19 + .../router/angular/app_routing_module_ts.md | 42 + .../router/angular/example_component_html.md | 24 + .../v6/tabs/router/angular/global_css.md | 8 + .../angular/home_page_component_html.md | 10 + .../router/angular/home_page_component_ts.md | 9 + .../router/angular/home_page_module_ts.md | 14 + .../angular/library_page_component_html.md | 10 + .../angular/library_page_component_ts.md | 9 + .../router/angular/library_page_module_ts.md | 14 + .../angular/radio_page_component_html.md | 10 + .../router/angular/radio_page_component_ts.md | 9 + .../router/angular/radio_page_module_ts.md | 14 + .../angular/search_page_component_html.md | 10 + .../angular/search_page_component_ts.md | 9 + .../router/angular/search_page_module_ts.md | 14 + static/usage/v6/tabs/router/demo.html | 125 + static/usage/v6/tabs/router/index.md | 93 + static/usage/v6/tabs/router/javascript.md | 101 + .../v6/tabs/router/react/home_page_tsx.md | 28 + .../v6/tabs/router/react/library_page_tsx.md | 28 + static/usage/v6/tabs/router/react/main_tsx.md | 58 + .../v6/tabs/router/react/radio_page_tsx.md | 28 + .../v6/tabs/router/react/search_page_tsx.md | 28 + static/usage/v6/tabs/router/vue.md | 81 + static/usage/v6/tabs/router/vue/app_vue.md | 20 + .../usage/v6/tabs/router/vue/example_vue.md | 48 + .../usage/v6/tabs/router/vue/home_page_vue.md | 31 + .../v6/tabs/router/vue/library_page_vue.md | 31 + static/usage/v6/tabs/router/vue/main_ts.md | 32 + .../v6/tabs/router/vue/radio_page_vue.md | 31 + static/usage/v6/tabs/router/vue/router_ts.md | 46 + .../v6/tabs/router/vue/search_page_vue.md | 31 + static/usage/v6/text/basic/angular.md | 21 + static/usage/v6/text/basic/demo.html | 61 + static/usage/v6/text/basic/index.md | 8 + static/usage/v6/text/basic/javascript.md | 21 + static/usage/v6/text/basic/react.md | 32 + static/usage/v6/text/basic/vue.md | 38 + static/usage/v6/textarea/autogrow/angular.md | 7 + static/usage/v6/textarea/autogrow/demo.html | 38 + static/usage/v6/textarea/autogrow/index.md | 13 + .../usage/v6/textarea/autogrow/javascript.md | 7 + static/usage/v6/textarea/autogrow/react.md | 16 + static/usage/v6/textarea/autogrow/vue.md | 18 + static/usage/v6/textarea/basic/angular.md | 16 + static/usage/v6/textarea/basic/demo.html | 43 + static/usage/v6/textarea/basic/index.md | 13 + static/usage/v6/textarea/basic/javascript.md | 16 + static/usage/v6/textarea/basic/react.md | 23 + static/usage/v6/textarea/basic/vue.md | 27 + .../v6/textarea/clear-on-edit/angular.md | 6 + .../usage/v6/textarea/clear-on-edit/demo.html | 31 + .../usage/v6/textarea/clear-on-edit/index.md | 13 + .../v6/textarea/clear-on-edit/javascript.md | 6 + .../usage/v6/textarea/clear-on-edit/react.md | 13 + static/usage/v6/textarea/clear-on-edit/vue.md | 17 + .../theming/angular/example_component_css.md | 10 + .../theming/angular/example_component_html.md | 3 + static/usage/v6/textarea/theming/demo.html | 38 + static/usage/v6/textarea/theming/index.md | 33 + .../usage/v6/textarea/theming/javascript.md | 14 + .../v6/textarea/theming/react/main_css.md | 10 + .../v6/textarea/theming/react/main_tsx.md | 11 + static/usage/v6/textarea/theming/vue.md | 25 + static/usage/v6/thumbnail/basic/angular.md | 5 + static/usage/v6/thumbnail/basic/demo.html | 27 + static/usage/v6/thumbnail/basic/index.md | 8 + static/usage/v6/thumbnail/basic/javascript.md | 5 + static/usage/v6/thumbnail/basic/react.md | 15 + static/usage/v6/thumbnail/basic/vue.md | 16 + static/usage/v6/thumbnail/item/angular.md | 8 + static/usage/v6/thumbnail/item/demo.html | 30 + static/usage/v6/thumbnail/item/index.md | 8 + static/usage/v6/thumbnail/item/javascript.md | 8 + static/usage/v6/thumbnail/item/react.md | 18 + static/usage/v6/thumbnail/item/vue.md | 19 + .../angular/example_component_css.md | 7 + .../angular/example_component_html.md | 6 + .../theming/css-properties/demo.html | 33 + .../thumbnail/theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 12 + .../theming/css-properties/react/main_css.md | 6 + .../theming/css-properties/react/main_tsx.md | 18 + .../thumbnail/theming/css-properties/vue.md | 23 + static/usage/v6/title/basic/angular.md | 7 + static/usage/v6/title/basic/demo.html | 25 + static/usage/v6/title/basic/index.md | 14 + static/usage/v6/title/basic/javascript.md | 7 + static/usage/v6/title/basic/react.md | 15 + static/usage/v6/title/basic/vue.md | 18 + .../collapsible-large-title/basic/angular.md | 39 + .../collapsible-large-title/basic/demo.html | 59 + .../collapsible-large-title/basic/index.md | 16 + .../basic/javascript.md | 39 + .../collapsible-large-title/basic/react.md | 49 + .../collapsible-large-title/basic/vue.md | 50 + .../buttons/angular.md | 45 + .../collapsible-large-title/buttons/demo.html | 65 + .../collapsible-large-title/buttons/index.md | 15 + .../buttons/javascript.md | 45 + .../collapsible-large-title/buttons/react.md | 55 + .../collapsible-large-title/buttons/vue.md | 56 + .../angular/example_component_html.md | 37 + .../css-properties/angular/global_css.md | 14 + .../v6/title/theming/css-properties/demo.html | 69 + .../v6/title/theming/css-properties/index.md | 34 + .../theming/css-properties/javascript.md | 52 + .../theming/css-properties/react/main_css.md | 14 + .../theming/css-properties/react/main_tsx.md | 49 + .../v6/title/theming/css-properties/vue.md | 62 + .../buttons/angular/example_component_html.md | 5 + .../buttons/angular/example_component_ts.md | 39 + static/usage/v6/toast/buttons/demo.html | 75 + static/usage/v6/toast/buttons/index.md | 25 + static/usage/v6/toast/buttons/javascript.md | 34 + static/usage/v6/toast/buttons/react.md | 41 + static/usage/v6/toast/buttons/vue.md | 46 + .../icon/angular/example_component_html.md | 3 + .../icon/angular/example_component_ts.md | 22 + static/usage/v6/toast/icon/demo.html | 46 + static/usage/v6/toast/icon/index.md | 25 + static/usage/v6/toast/icon/javascript.md | 15 + static/usage/v6/toast/icon/react.md | 24 + static/usage/v6/toast/icon/vue.md | 28 + .../layout/angular/example_component_html.md | 4 + .../layout/angular/example_component_ts.md | 41 + static/usage/v6/toast/layout/demo.html | 62 + static/usage/v6/toast/layout/index.md | 25 + static/usage/v6/toast/layout/javascript.md | 33 + static/usage/v6/toast/layout/react.md | 41 + static/usage/v6/toast/layout/vue.md | 46 + .../angular/example_component_html.md | 5 + .../angular/example_component_ts.md | 22 + .../v6/toast/presenting/controller/demo.html | 54 + .../v6/toast/presenting/controller/index.md | 25 + .../toast/presenting/controller/javascript.md | 17 + .../v6/toast/presenting/controller/react.md | 25 + .../v6/toast/presenting/controller/vue.md | 26 + .../theming/angular/example_component_html.md | 3 + .../theming/angular/example_component_ts.md | 28 + .../v6/toast/theming/angular/global_css.md | 17 + static/usage/v6/toast/theming/demo.html | 70 + static/usage/v6/toast/theming/index.md | 34 + static/usage/v6/toast/theming/javascript.md | 39 + .../usage/v6/toast/theming/react/main_css.md | 17 + .../usage/v6/toast/theming/react/main_tsx.md | 31 + static/usage/v6/toast/theming/vue.md | 48 + static/usage/v6/toggle/basic/angular.md | 20 + static/usage/v6/toggle/basic/demo.html | 47 + static/usage/v6/toggle/basic/index.md | 8 + static/usage/v6/toggle/basic/javascript.md | 20 + static/usage/v6/toggle/basic/react.md | 28 + static/usage/v6/toggle/basic/vue.md | 31 + static/usage/v6/toggle/on-off/angular.md | 3 + static/usage/v6/toggle/on-off/demo.html | 25 + static/usage/v6/toggle/on-off/index.md | 8 + static/usage/v6/toggle/on-off/javascript.md | 3 + static/usage/v6/toggle/on-off/react.md | 11 + static/usage/v6/toggle/on-off/vue.md | 14 + .../usage/v6/toggle/theming/colors/angular.md | 11 + .../usage/v6/toggle/theming/colors/demo.html | 33 + .../usage/v6/toggle/theming/colors/index.md | 8 + .../v6/toggle/theming/colors/javascript.md | 11 + .../usage/v6/toggle/theming/colors/react.md | 21 + static/usage/v6/toggle/theming/colors/vue.md | 22 + .../angular/example_component_css.md | 26 + .../angular/example_component_html.md | 4 + .../toggle/theming/css-properties/demo.html | 52 + .../v6/toggle/theming/css-properties/index.md | 32 + .../theming/css-properties/javascript.md | 31 + .../theming/css-properties/react/main_css.md | 26 + .../theming/css-properties/react/main_tsx.md | 16 + .../v6/toggle/theming/css-properties/vue.md | 42 + .../angular/example_component_css.md | 33 + .../angular/example_component_html.md | 4 + .../toggle/theming/css-shadow-parts/demo.html | 59 + .../toggle/theming/css-shadow-parts/index.md | 32 + .../theming/css-shadow-parts/javascript.md | 38 + .../css-shadow-parts/react/main_css.md | 33 + .../css-shadow-parts/react/main_tsx.md | 16 + .../v6/toggle/theming/css-shadow-parts/vue.md | 49 + static/usage/v6/toolbar/basic/angular.md | 13 + static/usage/v6/toolbar/basic/demo.html | 31 + static/usage/v6/toolbar/basic/index.md | 14 + static/usage/v6/toolbar/basic/javascript.md | 13 + static/usage/v6/toolbar/basic/react.md | 23 + static/usage/v6/toolbar/basic/vue.md | 24 + static/usage/v6/toolbar/buttons/angular.md | 92 + static/usage/v6/toolbar/buttons/demo.html | 120 + static/usage/v6/toolbar/buttons/index.md | 13 + static/usage/v6/toolbar/buttons/javascript.md | 92 + static/usage/v6/toolbar/buttons/react.md | 103 + static/usage/v6/toolbar/buttons/vue.md | 107 + .../usage/v6/toolbar/progress-bars/angular.md | 8 + .../usage/v6/toolbar/progress-bars/demo.html | 26 + .../usage/v6/toolbar/progress-bars/index.md | 14 + .../v6/toolbar/progress-bars/javascript.md | 8 + .../usage/v6/toolbar/progress-bars/react.md | 16 + static/usage/v6/toolbar/progress-bars/vue.md | 19 + static/usage/v6/toolbar/searchbars/angular.md | 10 + static/usage/v6/toolbar/searchbars/demo.html | 28 + static/usage/v6/toolbar/searchbars/index.md | 14 + .../usage/v6/toolbar/searchbars/javascript.md | 10 + static/usage/v6/toolbar/searchbars/react.md | 18 + static/usage/v6/toolbar/searchbars/vue.md | 21 + static/usage/v6/toolbar/segments/angular.md | 14 + static/usage/v6/toolbar/segments/demo.html | 32 + static/usage/v6/toolbar/segments/index.md | 14 + .../usage/v6/toolbar/segments/javascript.md | 14 + static/usage/v6/toolbar/segments/react.md | 22 + static/usage/v6/toolbar/segments/vue.md | 25 + .../v6/toolbar/theming/colors/angular.md | 32 + .../usage/v6/toolbar/theming/colors/demo.html | 60 + .../usage/v6/toolbar/theming/colors/index.md | 13 + .../v6/toolbar/theming/colors/javascript.md | 32 + .../usage/v6/toolbar/theming/colors/react.md | 42 + static/usage/v6/toolbar/theming/colors/vue.md | 43 + .../angular/example_component_css.md | 14 + .../angular/example_component_html.md | 5 + .../toolbar/theming/css-properties/demo.html | 46 + .../toolbar/theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 20 + .../theming/css-properties/react/main_css.md | 14 + .../theming/css-properties/react/main_tsx.md | 15 + .../v6/toolbar/theming/css-properties/vue.md | 31 + .../accessibility/animations/angular.md | 22 + .../accessibility/animations/demo.html | 49 + .../accessibility/animations/index.md | 17 + .../accessibility/animations/javascript.md | 28 + .../accessibility/animations/react.md | 35 + .../accordion/accessibility/animations/vue.md | 37 + static/usage/v7/accordion/basic/angular.md | 28 + static/usage/v7/accordion/basic/demo.html | 49 + static/usage/v7/accordion/basic/index.md | 18 + static/usage/v7/accordion/basic/javascript.md | 28 + static/usage/v7/accordion/basic/react.md | 40 + static/usage/v7/accordion/basic/vue.md | 49 + .../angular/example_component_css.md | 24 + .../angular/example_component_html.md | 28 + .../angular/example_component_ts.md | 10 + .../advanced-expansion-styles/demo.html | 82 + .../advanced-expansion-styles/index.md | 35 + .../advanced-expansion-styles/javascript.md | 53 + .../react/main_css.md | 24 + .../react/main_tsx.md | 38 + .../advanced-expansion-styles/vue.md | 74 + .../customization/expansion-styles/angular.md | 28 + .../customization/expansion-styles/demo.html | 49 + .../customization/expansion-styles/index.md | 18 + .../expansion-styles/javascript.md | 28 + .../customization/expansion-styles/react.md | 40 + .../customization/expansion-styles/vue.md | 49 + .../accordion/customization/icons/angular.md | 22 + .../accordion/customization/icons/demo.html | 49 + .../v7/accordion/customization/icons/index.md | 18 + .../customization/icons/javascript.md | 28 + .../v7/accordion/customization/icons/react.md | 42 + .../v7/accordion/customization/icons/vue.md | 53 + .../theming/angular/example_component_html.md | 28 + .../theming/angular/global_css.md | 23 + .../accordion/customization/theming/demo.html | 72 + .../accordion/customization/theming/index.md | 33 + .../customization/theming/javascript.md | 52 + .../customization/theming/react/main_css.md | 23 + .../customization/theming/react/main_tsx.md | 43 + .../v7/accordion/customization/theming/vue.md | 77 + .../v7/accordion/disable-group/angular.md | 22 + .../v7/accordion/disable-group/demo.html | 49 + .../usage/v7/accordion/disable-group/index.md | 17 + .../v7/accordion/disable-group/javascript.md | 22 + .../usage/v7/accordion/disable-group/react.md | 35 + .../usage/v7/accordion/disable-group/vue.md | 37 + .../v7/accordion/disable/group/angular.md | 22 + .../v7/accordion/disable/group/demo.html | 49 + .../usage/v7/accordion/disable/group/index.md | 17 + .../v7/accordion/disable/group/javascript.md | 22 + .../usage/v7/accordion/disable/group/react.md | 35 + .../usage/v7/accordion/disable/group/vue.md | 37 + .../accordion/disable/individual/angular.md | 22 + .../v7/accordion/disable/individual/demo.html | 49 + .../v7/accordion/disable/individual/index.md | 18 + .../disable/individual/javascript.md | 22 + .../v7/accordion/disable/individual/react.md | 35 + .../v7/accordion/disable/individual/vue.md | 37 + .../angular/example_component_html.md | 24 + .../angular/example_component_ts.md | 27 + .../v7/accordion/listen-changes/demo.html | 73 + .../v7/accordion/listen-changes/index.md | 25 + .../v7/accordion/listen-changes/javascript.md | 40 + .../v7/accordion/listen-changes/react.md | 55 + .../usage/v7/accordion/listen-changes/vue.md | 58 + static/usage/v7/accordion/multiple/angular.md | 22 + static/usage/v7/accordion/multiple/demo.html | 54 + static/usage/v7/accordion/multiple/index.md | 18 + .../usage/v7/accordion/multiple/javascript.md | 27 + static/usage/v7/accordion/multiple/react.md | 45 + static/usage/v7/accordion/multiple/vue.md | 38 + .../v7/accordion/readonly/group/angular.md | 28 + .../v7/accordion/readonly/group/demo.html | 49 + .../v7/accordion/readonly/group/index.md | 18 + .../v7/accordion/readonly/group/javascript.md | 28 + .../v7/accordion/readonly/group/react.md | 40 + .../usage/v7/accordion/readonly/group/vue.md | 49 + .../accordion/readonly/individual/angular.md | 28 + .../accordion/readonly/individual/demo.html | 49 + .../v7/accordion/readonly/individual/index.md | 17 + .../readonly/individual/javascript.md | 28 + .../v7/accordion/readonly/individual/react.md | 40 + .../v7/accordion/readonly/individual/vue.md | 49 + .../toggle/angular/example_component_html.md | 24 + .../toggle/angular/example_component_ts.md | 21 + static/usage/v7/accordion/toggle/demo.html | 69 + static/usage/v7/accordion/toggle/index.md | 25 + .../usage/v7/accordion/toggle/javascript.md | 35 + static/usage/v7/accordion/toggle/react.md | 51 + static/usage/v7/accordion/toggle/vue.md | 58 + .../angular/example_component_html.md | 3 + .../angular/example_component_ts.md | 43 + .../v7/action-sheet/controller/demo.html | 53 + .../usage/v7/action-sheet/controller/index.md | 27 + .../v7/action-sheet/controller/javascript.md | 35 + .../usage/v7/action-sheet/controller/react.md | 43 + .../usage/v7/action-sheet/controller/vue.md | 46 + .../isOpen/angular/example_component_html.md | 9 + .../isOpen/angular/example_component_ts.md | 37 + .../v7/action-sheet/inline/isOpen/demo.html | 55 + .../v7/action-sheet/inline/isOpen/index.md | 27 + .../action-sheet/inline/isOpen/javascript.md | 35 + .../v7/action-sheet/inline/isOpen/react.md | 42 + .../v7/action-sheet/inline/isOpen/vue.md | 55 + .../trigger/angular/example_component_html.md | 8 + .../trigger/angular/example_component_ts.md | 32 + .../v7/action-sheet/inline/trigger/demo.html | 54 + .../v7/action-sheet/inline/trigger/index.md | 27 + .../action-sheet/inline/trigger/javascript.md | 34 + .../v7/action-sheet/inline/trigger/react.md | 39 + .../v7/action-sheet/inline/trigger/vue.md | 44 + .../angular/example_component_css.md | 13 + .../angular/example_component_html.md | 14 + .../angular/example_component_ts.md | 40 + .../role-info-on-dismiss/demo.html | 72 + .../role-info-on-dismiss/index.md | 35 + .../role-info-on-dismiss/javascript.md | 58 + .../role-info-on-dismiss/react/main_css.md | 13 + .../role-info-on-dismiss/react/main_tsx.md | 48 + .../action-sheet/role-info-on-dismiss/vue.md | 74 + .../angular/example_component_html.md | 10 + .../angular/example_component_ts.md | 35 + .../css-properties/angular/global_css.md | 12 + .../theming/css-properties/demo.html | 68 + .../theming/css-properties/index.md | 35 + .../theming/css-properties/javascript.md | 48 + .../theming/css-properties/react/main_css.md | 11 + .../theming/css-properties/react/main_tsx.md | 43 + .../theming/css-properties/vue.md | 58 + .../styling/angular/example_component_html.md | 10 + .../styling/angular/example_component_ts.md | 35 + .../theming/styling/angular/global_css.md | 29 + .../v7/action-sheet/theming/styling/demo.html | 81 + .../v7/action-sheet/theming/styling/index.md | 35 + .../theming/styling/javascript.md | 65 + .../theming/styling/react/main_css.md | 28 + .../theming/styling/react/main_tsx.md | 43 + .../v7/action-sheet/theming/styling/vue.md | 75 + .../buttons/angular/example_component_html.md | 11 + .../buttons/angular/example_component_ts.md | 29 + static/usage/v7/alert/buttons/demo.html | 60 + static/usage/v7/alert/buttons/index.md | 25 + static/usage/v7/alert/buttons/javascript.md | 29 + static/usage/v7/alert/buttons/react.md | 39 + static/usage/v7/alert/buttons/vue.md | 54 + .../angular/example_component_html.md | 9 + .../angular/example_component_ts.md | 20 + .../alert/customization/angular/global_css.md | 33 + static/usage/v7/alert/customization/demo.html | 74 + static/usage/v7/alert/customization/index.md | 34 + .../v7/alert/customization/javascript.md | 53 + .../v7/alert/customization/react/main_css.md | 33 + .../v7/alert/customization/react/main_tsx.md | 30 + static/usage/v7/alert/customization/vue.md | 67 + .../radios/angular/example_component_html.md | 9 + .../radios/angular/example_component_ts.md | 28 + static/usage/v7/alert/inputs/radios/demo.html | 48 + static/usage/v7/alert/inputs/radios/index.md | 25 + .../v7/alert/inputs/radios/javascript.md | 27 + static/usage/v7/alert/inputs/radios/react.md | 35 + static/usage/v7/alert/inputs/radios/vue.md | 41 + .../angular/example_component_html.md | 9 + .../angular/example_component_ts.md | 32 + .../v7/alert/inputs/text-inputs/demo.html | 52 + .../v7/alert/inputs/text-inputs/index.md | 25 + .../v7/alert/inputs/text-inputs/javascript.md | 31 + .../v7/alert/inputs/text-inputs/react.md | 39 + .../usage/v7/alert/inputs/text-inputs/vue.md | 45 + .../angular/example_component_html.md | 3 + .../angular/example_component_ts.md | 23 + .../v7/alert/presenting/controller/demo.html | 37 + .../v7/alert/presenting/controller/index.md | 25 + .../alert/presenting/controller/javascript.md | 16 + .../v7/alert/presenting/controller/react.md | 24 + .../v7/alert/presenting/controller/vue.md | 27 + .../isOpen/angular/example_component_html.md | 11 + .../isOpen/angular/example_component_ts.md | 16 + .../v7/alert/presenting/isOpen/demo.html | 38 + .../usage/v7/alert/presenting/isOpen/index.md | 25 + .../v7/alert/presenting/isOpen/javascript.md | 17 + .../usage/v7/alert/presenting/isOpen/react.md | 23 + .../usage/v7/alert/presenting/isOpen/vue.md | 32 + .../trigger/angular/example_component_html.md | 10 + .../trigger/angular/example_component_ts.md | 11 + .../v7/alert/presenting/trigger/demo.html | 35 + .../v7/alert/presenting/trigger/index.md | 25 + .../v7/alert/presenting/trigger/javascript.md | 14 + .../v7/alert/presenting/trigger/react.md | 20 + .../usage/v7/alert/presenting/trigger/vue.md | 25 + static/usage/v7/avatar/basic/angular.md | 5 + static/usage/v7/avatar/basic/demo.html | 27 + static/usage/v7/avatar/basic/index.md | 8 + static/usage/v7/avatar/basic/javascript.md | 5 + static/usage/v7/avatar/basic/react.md | 15 + static/usage/v7/avatar/basic/vue.md | 16 + static/usage/v7/avatar/chip/angular.md | 8 + static/usage/v7/avatar/chip/demo.html | 30 + static/usage/v7/avatar/chip/index.md | 8 + static/usage/v7/avatar/chip/javascript.md | 8 + static/usage/v7/avatar/chip/react.md | 17 + static/usage/v7/avatar/chip/vue.md | 19 + static/usage/v7/avatar/item/angular.md | 8 + static/usage/v7/avatar/item/demo.html | 30 + static/usage/v7/avatar/item/index.md | 8 + static/usage/v7/avatar/item/javascript.md | 8 + static/usage/v7/avatar/item/react.md | 17 + static/usage/v7/avatar/item/vue.md | 19 + .../angular/example_component_css.md | 5 + .../angular/example_component_html.md | 5 + .../avatar/theming/css-properties/demo.html | 32 + .../v7/avatar/theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 11 + .../theming/css-properties/react/main_css.md | 5 + .../theming/css-properties/react/main_tsx.md | 18 + .../v7/avatar/theming/css-properties/vue.md | 22 + .../basic/angular/app_module_ts.md | 20 + .../basic/angular/example_component_html.md | 3 + .../basic/angular/example_component_ts.md | 13 + .../basic/angular/page_one_component_ts.md | 26 + .../basic/angular/page_two_component_ts.md | 24 + static/usage/v7/back-button/basic/demo.html | 64 + static/usage/v7/back-button/basic/index.md | 50 + .../usage/v7/back-button/basic/javascript.md | 48 + .../v7/back-button/basic/react/main_tsx.md | 11 + .../back-button/basic/react/page_one_tsx.md | 27 + .../back-button/basic/react/page_two_tsx.md | 25 + .../v7/back-button/basic/vue/example_vue.md | 19 + .../v7/back-button/basic/vue/page_one_vue.md | 30 + .../v7/back-button/basic/vue/page_two_vue.md | 24 + .../custom/angular/app_module_ts.md | 20 + .../custom/angular/example_component_html.md | 3 + .../custom/angular/example_component_ts.md | 13 + .../custom/angular/page_one_component_ts.md | 26 + .../custom/angular/page_two_component_ts.md | 24 + static/usage/v7/back-button/custom/demo.html | 64 + static/usage/v7/back-button/custom/index.md | 50 + .../usage/v7/back-button/custom/javascript.md | 48 + .../v7/back-button/custom/react/main_tsx.md | 11 + .../back-button/custom/react/page_one_tsx.md | 27 + .../back-button/custom/react/page_two_tsx.md | 26 + .../v7/back-button/custom/vue/example_vue.md | 19 + .../v7/back-button/custom/vue/page_one_vue.md | 30 + .../v7/back-button/custom/vue/page_two_vue.md | 28 + static/usage/v7/backdrop/basic/angular.md | 17 + static/usage/v7/backdrop/basic/demo.html | 35 + static/usage/v7/backdrop/basic/index.md | 13 + static/usage/v7/backdrop/basic/javascript.md | 17 + static/usage/v7/backdrop/basic/react.md | 37 + static/usage/v7/backdrop/basic/vue.md | 37 + .../styling/angular/example_component_css.md | 21 + .../styling/angular/example_component_html.md | 21 + static/usage/v7/backdrop/styling/demo.html | 57 + static/usage/v7/backdrop/styling/index.md | 33 + .../usage/v7/backdrop/styling/javascript.md | 43 + .../v7/backdrop/styling/react/main_css.md | 21 + .../v7/backdrop/styling/react/main_tsx.md | 35 + static/usage/v7/backdrop/styling/vue.md | 53 + static/usage/v7/badge/basic/angular.md | 12 + static/usage/v7/badge/basic/demo.html | 39 + static/usage/v7/badge/basic/index.md | 8 + static/usage/v7/badge/basic/javascript.md | 12 + static/usage/v7/badge/basic/react.md | 19 + static/usage/v7/badge/basic/vue.md | 23 + .../usage/v7/badge/theming/colors/angular.md | 28 + .../usage/v7/badge/theming/colors/demo.html | 55 + static/usage/v7/badge/theming/colors/index.md | 13 + .../v7/badge/theming/colors/javascript.md | 28 + static/usage/v7/badge/theming/colors/react.md | 35 + static/usage/v7/badge/theming/colors/vue.md | 39 + .../angular/example_component_css.md | 8 + .../angular/example_component_html.md | 8 + .../v7/badge/theming/css-properties/demo.html | 42 + .../v7/badge/theming/css-properties/index.md | 32 + .../theming/css-properties/javascript.md | 17 + .../theming/css-properties/react/main_css.md | 8 + .../theming/css-properties/react/main_tsx.md | 18 + .../v7/badge/theming/css-properties/vue.md | 28 + static/usage/v7/breadcrumbs/basic/angular.md | 8 + static/usage/v7/breadcrumbs/basic/demo.html | 29 + static/usage/v7/breadcrumbs/basic/index.md | 8 + .../usage/v7/breadcrumbs/basic/javascript.md | 8 + static/usage/v7/breadcrumbs/basic/react.md | 15 + static/usage/v7/breadcrumbs/basic/vue.md | 19 + .../angular/example_component_html.md | 10 + .../angular/example_component_ts.md | 15 + .../expand-on-click/demo.html | 39 + .../collapsing-items/expand-on-click/index.md | 24 + .../expand-on-click/javascript.md | 18 + .../collapsing-items/expand-on-click/react.md | 20 + .../collapsing-items/expand-on-click/vue.md | 31 + .../items-before-after/angular.md | 41 + .../items-before-after/demo.html | 68 + .../items-before-after/index.md | 13 + .../items-before-after/javascript.md | 41 + .../items-before-after/react.md | 50 + .../items-before-after/vue.md | 52 + .../collapsing-items/max-items/angular.md | 10 + .../collapsing-items/max-items/demo.html | 31 + .../collapsing-items/max-items/index.md | 12 + .../collapsing-items/max-items/javascript.md | 10 + .../collapsing-items/max-items/react.md | 17 + .../collapsing-items/max-items/vue.md | 21 + .../angular/example_component_html.md | 25 + .../angular/example_component_ts.md | 20 + .../popover-on-click/demo.html | 62 + .../popover-on-click/index.md | 25 + .../popover-on-click/javascript.md | 41 + .../popover-on-click/react.md | 44 + .../collapsing-items/popover-on-click/vue.md | 48 + .../icons/custom-separators/angular.md | 20 + .../icons/custom-separators/demo.html | 41 + .../icons/custom-separators/index.md | 12 + .../icons/custom-separators/javascript.md | 20 + .../icons/custom-separators/react.md | 29 + .../icons/custom-separators/vue.md | 35 + .../icons/icons-on-items/angular.md | 41 + .../icons/icons-on-items/demo.html | 68 + .../breadcrumbs/icons/icons-on-items/index.md | 13 + .../icons/icons-on-items/javascript.md | 41 + .../breadcrumbs/icons/icons-on-items/react.md | 52 + .../breadcrumbs/icons/icons-on-items/vue.md | 56 + .../v7/breadcrumbs/theming/colors/angular.md | 8 + .../v7/breadcrumbs/theming/colors/demo.html | 29 + .../v7/breadcrumbs/theming/colors/index.md | 12 + .../breadcrumbs/theming/colors/javascript.md | 8 + .../v7/breadcrumbs/theming/colors/react.md | 15 + .../v7/breadcrumbs/theming/colors/vue.md | 19 + .../angular/example_component_css.md | 7 + .../angular/example_component_html.md | 8 + .../theming/css-properties/demo.html | 37 + .../theming/css-properties/index.md | 31 + .../theming/css-properties/javascript.md | 16 + .../theming/css-properties/react/main_css.md | 7 + .../theming/css-properties/react/main_tsx.md | 18 + .../breadcrumbs/theming/css-properties/vue.md | 27 + static/usage/v7/button/basic/angular.md | 4 + static/usage/v7/button/basic/demo.html | 26 + static/usage/v7/button/basic/index.md | 8 + static/usage/v7/button/basic/javascript.md | 4 + static/usage/v7/button/basic/react.md | 14 + static/usage/v7/button/basic/vue.md | 15 + static/usage/v7/button/expand/angular.md | 4 + static/usage/v7/button/expand/demo.html | 32 + static/usage/v7/button/expand/index.md | 8 + static/usage/v7/button/expand/javascript.md | 4 + static/usage/v7/button/expand/react.md | 14 + static/usage/v7/button/expand/vue.md | 15 + static/usage/v7/button/fill/angular.md | 6 + static/usage/v7/button/fill/demo.html | 28 + static/usage/v7/button/fill/index.md | 8 + static/usage/v7/button/fill/javascript.md | 6 + static/usage/v7/button/fill/react.md | 16 + static/usage/v7/button/fill/vue.md | 17 + static/usage/v7/button/icons/angular.md | 15 + static/usage/v7/button/icons/demo.html | 37 + static/usage/v7/button/icons/index.md | 8 + static/usage/v7/button/icons/javascript.md | 15 + static/usage/v7/button/icons/react.md | 26 + static/usage/v7/button/icons/vue.md | 30 + static/usage/v7/button/shape/angular.md | 4 + static/usage/v7/button/shape/demo.html | 26 + static/usage/v7/button/shape/index.md | 8 + static/usage/v7/button/shape/javascript.md | 4 + static/usage/v7/button/shape/react.md | 14 + static/usage/v7/button/shape/vue.md | 15 + static/usage/v7/button/size/angular.md | 5 + static/usage/v7/button/size/demo.html | 27 + static/usage/v7/button/size/index.md | 8 + static/usage/v7/button/size/javascript.md | 5 + static/usage/v7/button/size/react.md | 15 + static/usage/v7/button/size/vue.md | 16 + .../usage/v7/button/theming/colors/angular.md | 12 + .../usage/v7/button/theming/colors/demo.html | 41 + .../usage/v7/button/theming/colors/index.md | 8 + .../v7/button/theming/colors/javascript.md | 12 + .../usage/v7/button/theming/colors/react.md | 22 + static/usage/v7/button/theming/colors/vue.md | 23 + .../angular/example_component_css.md | 22 + .../angular/example_component_html.md | 3 + .../button/theming/css-properties/demo.html | 47 + .../v7/button/theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 26 + .../theming/css-properties/react/main_css.md | 23 + .../theming/css-properties/react/main_tsx.md | 13 + .../v7/button/theming/css-properties/vue.md | 37 + static/usage/v7/buttons/basic/angular.md | 8 + static/usage/v7/buttons/basic/demo.html | 29 + static/usage/v7/buttons/basic/index.md | 8 + static/usage/v7/buttons/basic/javascript.md | 8 + static/usage/v7/buttons/basic/react.md | 16 + static/usage/v7/buttons/basic/vue.md | 19 + static/usage/v7/buttons/placement/angular.md | 21 + static/usage/v7/buttons/placement/demo.html | 49 + static/usage/v7/buttons/placement/index.md | 8 + .../usage/v7/buttons/placement/javascript.md | 21 + static/usage/v7/buttons/placement/react.md | 31 + static/usage/v7/buttons/placement/vue.md | 32 + static/usage/v7/buttons/types/angular.md | 78 + static/usage/v7/buttons/types/demo.html | 106 + static/usage/v7/buttons/types/index.md | 13 + static/usage/v7/buttons/types/javascript.md | 78 + static/usage/v7/buttons/types/react.md | 90 + static/usage/v7/buttons/types/vue.md | 93 + static/usage/v7/card/basic/angular.md | 12 + static/usage/v7/card/basic/demo.html | 40 + static/usage/v7/card/basic/index.md | 12 + static/usage/v7/card/basic/javascript.md | 12 + static/usage/v7/card/basic/react.md | 20 + static/usage/v7/card/basic/vue.md | 23 + static/usage/v7/card/buttons/angular.md | 15 + static/usage/v7/card/buttons/demo.html | 43 + static/usage/v7/card/buttons/index.md | 13 + static/usage/v7/card/buttons/javascript.md | 15 + static/usage/v7/card/buttons/react.md | 23 + static/usage/v7/card/buttons/vue.md | 26 + .../list/angular/example_component_css.md | 5 + .../list/angular/example_component_html.md | 39 + static/usage/v7/card/list/demo.html | 75 + static/usage/v7/card/list/index.md | 33 + static/usage/v7/card/list/javascript.md | 45 + static/usage/v7/card/list/react/main_css.md | 5 + static/usage/v7/card/list/react/main_tsx.md | 49 + static/usage/v7/card/list/vue.md | 56 + static/usage/v7/card/media/angular.md | 13 + static/usage/v7/card/media/demo.html | 41 + static/usage/v7/card/media/index.md | 13 + static/usage/v7/card/media/javascript.md | 13 + static/usage/v7/card/media/react.md | 21 + static/usage/v7/card/media/vue.md | 24 + .../usage/v7/card/theming/colors/angular.md | 100 + static/usage/v7/card/theming/colors/demo.html | 131 + static/usage/v7/card/theming/colors/index.md | 13 + .../v7/card/theming/colors/javascript.md | 100 + static/usage/v7/card/theming/colors/react.md | 110 + static/usage/v7/card/theming/colors/vue.md | 111 + .../angular/example_component_css.md | 14 + .../angular/example_component_html.md | 12 + .../v7/card/theming/css-properties/demo.html | 53 + .../v7/card/theming/css-properties/index.md | 32 + .../card/theming/css-properties/javascript.md | 27 + .../theming/css-properties/react/main_css.md | 14 + .../theming/css-properties/react/main_tsx.md | 22 + .../v7/card/theming/css-properties/vue.md | 38 + static/usage/v7/checkbox/basic/angular.md | 3 + static/usage/v7/checkbox/basic/demo.html | 24 + static/usage/v7/checkbox/basic/index.md | 17 + static/usage/v7/checkbox/basic/javascript.md | 3 + static/usage/v7/checkbox/basic/react.md | 11 + static/usage/v7/checkbox/basic/vue.md | 14 + .../v7/checkbox/indeterminate/angular.md | 3 + .../usage/v7/checkbox/indeterminate/demo.html | 24 + .../usage/v7/checkbox/indeterminate/index.md | 17 + .../v7/checkbox/indeterminate/javascript.md | 3 + .../usage/v7/checkbox/indeterminate/react.md | 11 + static/usage/v7/checkbox/indeterminate/vue.md | 14 + static/usage/v7/checkbox/justify/angular.md | 15 + static/usage/v7/checkbox/justify/demo.html | 40 + static/usage/v7/checkbox/justify/index.md | 8 + .../usage/v7/checkbox/justify/javascript.md | 15 + static/usage/v7/checkbox/justify/react.md | 23 + static/usage/v7/checkbox/justify/vue.md | 26 + .../v7/checkbox/label-placement/angular.md | 11 + .../v7/checkbox/label-placement/demo.html | 34 + .../v7/checkbox/label-placement/index.md | 8 + .../v7/checkbox/label-placement/javascript.md | 11 + .../v7/checkbox/label-placement/react.md | 21 + .../usage/v7/checkbox/label-placement/vue.md | 22 + static/usage/v7/checkbox/migration/index.md | 188 + .../angular/example_component_css.md | 11 + .../angular/example_component_html.md | 3 + .../checkbox/theming/css-properties/demo.html | 35 + .../checkbox/theming/css-properties/index.md | 32 + .../theming/css-properties/javascript.md | 15 + .../theming/css-properties/react/main_css.md | 11 + .../theming/css-properties/react/main_tsx.md | 13 + .../v7/checkbox/theming/css-properties/vue.md | 26 + static/usage/v7/chip/basic/angular.md | 5 + static/usage/v7/chip/basic/demo.html | 27 + static/usage/v7/chip/basic/index.md | 8 + static/usage/v7/chip/basic/javascript.md | 5 + static/usage/v7/chip/basic/react.md | 14 + static/usage/v7/chip/basic/vue.md | 16 + static/usage/v7/chip/slots/angular.md | 15 + static/usage/v7/chip/slots/demo.html | 37 + static/usage/v7/chip/slots/index.md | 8 + static/usage/v7/chip/slots/javascript.md | 15 + static/usage/v7/chip/slots/react.md | 26 + static/usage/v7/chip/slots/vue.md | 34 + .../usage/v7/chip/theming/colors/angular.md | 12 + static/usage/v7/chip/theming/colors/demo.html | 45 + static/usage/v7/chip/theming/colors/index.md | 8 + .../v7/chip/theming/colors/javascript.md | 12 + static/usage/v7/chip/theming/colors/react.md | 21 + static/usage/v7/chip/theming/colors/vue.md | 23 + .../angular/example_component_css.md | 6 + .../angular/example_component_html.md | 3 + .../v7/chip/theming/css-properties/demo.html | 32 + .../v7/chip/theming/css-properties/index.md | 32 + .../chip/theming/css-properties/javascript.md | 10 + .../theming/css-properties/react/main_css.md | 6 + .../theming/css-properties/react/main_tsx.md | 11 + .../v7/chip/theming/css-properties/vue.md | 21 + static/usage/v7/content/basic/angular.md | 12 + static/usage/v7/content/basic/demo.html | 29 + static/usage/v7/content/basic/index.md | 14 + static/usage/v7/content/basic/javascript.md | 12 + static/usage/v7/content/basic/react.md | 20 + static/usage/v7/content/basic/vue.md | 23 + static/usage/v7/content/fixed/angular.md | 14 + .../fixed/angular/example_component_css.md | 6 + .../fixed/angular/example_component_html.md | 14 + static/usage/v7/content/fixed/demo.html | 68 + static/usage/v7/content/fixed/index.md | 34 + static/usage/v7/content/fixed/javascript.md | 21 + static/usage/v7/content/fixed/react.md | 22 + .../usage/v7/content/fixed/react/main_css.md | 6 + .../usage/v7/content/fixed/react/main_tsx.md | 24 + static/usage/v7/content/fixed/vue.md | 32 + .../angular/example_component_css.md | 5 + .../angular/example_component_html.md | 25 + static/usage/v7/content/fullscreen/demo.html | 78 + static/usage/v7/content/fullscreen/index.md | 34 + .../usage/v7/content/fullscreen/javascript.md | 31 + .../v7/content/fullscreen/react/main_css.md | 5 + .../v7/content/fullscreen/react/main_tsx.md | 37 + static/usage/v7/content/fullscreen/vue.md | 42 + .../usage/v7/content/header-footer/angular.md | 26 + .../usage/v7/content/header-footer/demo.html | 43 + .../usage/v7/content/header-footer/index.md | 14 + .../v7/content/header-footer/javascript.md | 26 + .../usage/v7/content/header-footer/react.md | 36 + static/usage/v7/content/header-footer/vue.md | 37 + .../angular/example_component_html.md | 18 + .../angular/example_component_ts.md | 22 + .../usage/v7/content/scroll-events/demo.html | 69 + .../usage/v7/content/scroll-events/index.md | 26 + .../v7/content/scroll-events/javascript.md | 22 + .../usage/v7/content/scroll-events/react.md | 37 + static/usage/v7/content/scroll-events/vue.md | 39 + .../angular/example_component_html.md | 15 + .../angular/example_component_ts.md | 24 + .../usage/v7/content/scroll-methods/demo.html | 78 + .../usage/v7/content/scroll-methods/index.md | 26 + .../v7/content/scroll-methods/javascript.md | 31 + .../usage/v7/content/scroll-methods/react.md | 37 + static/usage/v7/content/scroll-methods/vue.md | 38 + .../v7/content/theming/colors/angular.md | 38 + .../usage/v7/content/theming/colors/demo.html | 69 + .../usage/v7/content/theming/colors/index.md | 14 + .../v7/content/theming/colors/javascript.md | 38 + .../usage/v7/content/theming/colors/react.md | 48 + static/usage/v7/content/theming/colors/vue.md | 49 + .../angular/example_component_css.md | 6 + .../angular/example_component_html.md | 12 + .../content/theming/css-properties/demo.html | 36 + .../content/theming/css-properties/index.md | 34 + .../theming/css-properties/javascript.md | 19 + .../theming/css-properties/react/main_css.md | 6 + .../theming/css-properties/react/main_tsx.md | 22 + .../v7/content/theming/css-properties/vue.md | 30 + .../angular/example_component_css.md | 9 + .../angular/example_component_html.md | 12 + .../theming/css-shadow-parts/demo.html | 39 + .../content/theming/css-shadow-parts/index.md | 34 + .../theming/css-shadow-parts/javascript.md | 22 + .../css-shadow-parts/react/main_css.md | 9 + .../css-shadow-parts/react/main_tsx.md | 22 + .../content/theming/css-shadow-parts/vue.md | 33 + .../usage/v7/datetime-button/basic/angular.md | 9 + .../usage/v7/datetime-button/basic/demo.html | 33 + .../usage/v7/datetime-button/basic/index.md | 13 + .../v7/datetime-button/basic/javascript.md | 7 + .../usage/v7/datetime-button/basic/react.md | 16 + static/usage/v7/datetime-button/basic/vue.md | 18 + static/usage/v7/datetime/basic/angular.md | 3 + static/usage/v7/datetime/basic/demo.html | 33 + static/usage/v7/datetime/basic/index.md | 13 + static/usage/v7/datetime/basic/javascript.md | 3 + static/usage/v7/datetime/basic/react.md | 8 + static/usage/v7/datetime/basic/vue.md | 14 + .../customizing-button-texts/angular.md | 8 + .../customizing-button-texts/demo.html | 30 + .../buttons/customizing-button-texts/index.md | 13 + .../customizing-button-texts/javascript.md | 7 + .../buttons/customizing-button-texts/react.md | 15 + .../buttons/customizing-button-texts/vue.md | 18 + .../buttons/customizing-buttons/angular.md | 9 + .../buttons/customizing-buttons/demo.html | 40 + .../buttons/customizing-buttons/index.md | 13 + .../buttons/customizing-buttons/javascript.md | 13 + .../buttons/customizing-buttons/react.md | 26 + .../buttons/customizing-buttons/vue.md | 27 + .../showing-confirmation-buttons/angular.md | 3 + .../showing-confirmation-buttons/demo.html | 30 + .../showing-confirmation-buttons/index.md | 13 + .../javascript.md | 3 + .../showing-confirmation-buttons/react.md | 10 + .../showing-confirmation-buttons/vue.md | 14 + .../angular/example_component_html.md | 3 + .../advanced/angular/example_component_ts.md | 20 + .../date-constraints/advanced/demo.html | 43 + .../date-constraints/advanced/index.md | 25 + .../date-constraints/advanced/javascript.md | 17 + .../date-constraints/advanced/react.md | 21 + .../datetime/date-constraints/advanced/vue.md | 28 + .../date-constraints/max-min/angular.md | 7 + .../date-constraints/max-min/demo.html | 29 + .../date-constraints/max-min/index.md | 13 + .../date-constraints/max-min/javascript.md | 7 + .../date-constraints/max-min/react.md | 14 + .../datetime/date-constraints/max-min/vue.md | 18 + .../date-constraints/values/angular.md | 6 + .../date-constraints/values/demo.html | 29 + .../datetime/date-constraints/values/index.md | 13 + .../date-constraints/values/javascript.md | 6 + .../datetime/date-constraints/values/react.md | 13 + .../datetime/date-constraints/values/vue.md | 17 + .../array/angular/example_component_html.md | 7 + .../array/angular/example_component_ts.md | 32 + .../datetime/highlightedDates/array/demo.html | 55 + .../datetime/highlightedDates/array/index.md | 25 + .../highlightedDates/array/javascript.md | 29 + .../datetime/highlightedDates/array/react.md | 35 + .../v7/datetime/highlightedDates/array/vue.md | 44 + .../angular/example_component_html.md | 3 + .../callback/angular/example_component_ts.md | 30 + .../highlightedDates/callback/demo.html | 53 + .../highlightedDates/callback/index.md | 25 + .../highlightedDates/callback/javascript.md | 27 + .../highlightedDates/callback/react.md | 32 + .../datetime/highlightedDates/callback/vue.md | 38 + .../localization/custom-locale/angular.md | 3 + .../localization/custom-locale/demo.html | 29 + .../localization/custom-locale/index.md | 13 + .../localization/custom-locale/javascript.md | 3 + .../localization/custom-locale/react.md | 10 + .../localization/custom-locale/vue.md | 14 + .../localization/first-day-of-week/angular.md | 3 + .../localization/first-day-of-week/demo.html | 29 + .../localization/first-day-of-week/index.md | 13 + .../first-day-of-week/javascript.md | 3 + .../localization/first-day-of-week/react.md | 10 + .../localization/first-day-of-week/vue.md | 14 + .../localization/hour-cycle/angular.md | 3 + .../localization/hour-cycle/demo.html | 29 + .../datetime/localization/hour-cycle/index.md | 13 + .../localization/hour-cycle/javascript.md | 3 + .../datetime/localization/hour-cycle/react.md | 10 + .../datetime/localization/hour-cycle/vue.md | 14 + .../locale-extension-tags/angular.md | 3 + .../locale-extension-tags/demo.html | 29 + .../locale-extension-tags/index.md | 13 + .../locale-extension-tags/javascript.md | 3 + .../locale-extension-tags/react.md | 10 + .../localization/locale-extension-tags/vue.md | 14 + .../localization/time-label/angular.md | 5 + .../localization/time-label/demo.html | 31 + .../datetime/localization/time-label/index.md | 13 + .../localization/time-label/javascript.md | 5 + .../datetime/localization/time-label/react.md | 12 + .../datetime/localization/time-label/vue.md | 16 + static/usage/v7/datetime/multiple/angular.md | 7 + static/usage/v7/datetime/multiple/demo.html | 34 + static/usage/v7/datetime/multiple/index.md | 13 + .../usage/v7/datetime/multiple/javascript.md | 8 + static/usage/v7/datetime/multiple/react.md | 20 + static/usage/v7/datetime/multiple/vue.md | 18 + .../v7/datetime/presentation/date/angular.md | 3 + .../v7/datetime/presentation/date/demo.html | 29 + .../v7/datetime/presentation/date/index.md | 13 + .../datetime/presentation/date/javascript.md | 3 + .../v7/datetime/presentation/date/react.md | 10 + .../v7/datetime/presentation/date/vue.md | 14 + .../presentation/month-and-year/angular.md | 3 + .../presentation/month-and-year/demo.html | 29 + .../presentation/month-and-year/index.md | 13 + .../presentation/month-and-year/javascript.md | 3 + .../presentation/month-and-year/react.md | 10 + .../presentation/month-and-year/vue.md | 14 + .../v7/datetime/presentation/time/angular.md | 3 + .../v7/datetime/presentation/time/demo.html | 29 + .../v7/datetime/presentation/time/index.md | 12 + .../datetime/presentation/time/javascript.md | 3 + .../v7/datetime/presentation/time/react.md | 10 + .../v7/datetime/presentation/time/vue.md | 14 + .../v7/datetime/presentation/wheel/angular.md | 3 + .../v7/datetime/presentation/wheel/demo.html | 29 + .../v7/datetime/presentation/wheel/index.md | 13 + .../datetime/presentation/wheel/javascript.md | 3 + .../v7/datetime/presentation/wheel/react.md | 10 + .../v7/datetime/presentation/wheel/vue.md | 14 + .../theming/angular/example_component_html.md | 3 + .../v7/datetime/theming/angular/global_css.md | 66 + static/usage/v7/datetime/theming/demo.html | 78 + static/usage/v7/datetime/theming/index.md | 33 + .../usage/v7/datetime/theming/javascript.md | 54 + .../datetime/theming/react/main_css.md} | 0 .../v7/datetime/theming/react/main_tsx.md | 11 + static/usage/v7/datetime/theming/vue.md | 65 + .../title/customizing-title/angular.md | 5 + .../title/customizing-title/demo.html | 31 + .../datetime/title/customizing-title/index.md | 13 + .../title/customizing-title/javascript.md | 5 + .../datetime/title/customizing-title/react.md | 12 + .../datetime/title/customizing-title/vue.md | 16 + .../title/showing-default-title/angular.md | 3 + .../title/showing-default-title/demo.html | 29 + .../title/showing-default-title/index.md | 13 + .../title/showing-default-title/javascript.md | 3 + .../title/showing-default-title/react.md | 10 + .../title/showing-default-title/vue.md | 14 + static/usage/v7/fab/basic/angular.md | 7 + static/usage/v7/fab/basic/demo.html | 29 + static/usage/v7/fab/basic/index.md | 8 + static/usage/v7/fab/basic/javascript.md | 7 + static/usage/v7/fab/basic/react.md | 16 + static/usage/v7/fab/basic/vue.md | 22 + static/usage/v7/fab/button-sizing/angular.md | 18 + static/usage/v7/fab/button-sizing/demo.html | 40 + static/usage/v7/fab/button-sizing/index.md | 8 + .../usage/v7/fab/button-sizing/javascript.md | 18 + static/usage/v7/fab/button-sizing/react.md | 27 + static/usage/v7/fab/button-sizing/vue.md | 33 + static/usage/v7/fab/list-side/angular.md | 33 + static/usage/v7/fab/list-side/demo.html | 55 + static/usage/v7/fab/list-side/index.md | 8 + static/usage/v7/fab/list-side/javascript.md | 33 + static/usage/v7/fab/list-side/react.md | 42 + static/usage/v7/fab/list-side/vue.md | 48 + static/usage/v7/fab/positioning/angular.md | 59 + static/usage/v7/fab/positioning/demo.html | 77 + static/usage/v7/fab/positioning/index.md | 14 + static/usage/v7/fab/positioning/javascript.md | 59 + static/usage/v7/fab/positioning/react.md | 70 + static/usage/v7/fab/positioning/vue.md | 74 + static/usage/v7/fab/theming/colors/angular.md | 33 + static/usage/v7/fab/theming/colors/demo.html | 55 + static/usage/v7/fab/theming/colors/index.md | 8 + .../usage/v7/fab/theming/colors/javascript.md | 33 + static/usage/v7/fab/theming/colors/react.md | 42 + static/usage/v7/fab/theming/colors/vue.md | 48 + .../angular/example_component_css.md | 10 + .../angular/example_component_html.md | 18 + .../theming/css-custom-properties/demo.html | 50 + .../theming/css-custom-properties/index.md | 32 + .../css-custom-properties/javascript.md | 29 + .../css-custom-properties/react/main_css.md | 10 + .../css-custom-properties/react/main_tsx.md | 29 + .../fab/theming/css-custom-properties/vue.md | 44 + .../angular/example_component_css.md | 16 + .../angular/example_component_html.md | 18 + .../v7/fab/theming/css-shadow-parts/demo.html | 56 + .../v7/fab/theming/css-shadow-parts/index.md | 32 + .../theming/css-shadow-parts/javascript.md | 35 + .../css-shadow-parts/react/main_css.md | 16 + .../css-shadow-parts/react/main_tsx.md | 29 + .../v7/fab/theming/css-shadow-parts/vue.md | 50 + static/usage/v7/footer/basic/angular.md | 10 + static/usage/v7/footer/basic/demo.html | 28 + static/usage/v7/footer/basic/index.md | 14 + static/usage/v7/footer/basic/javascript.md | 10 + static/usage/v7/footer/basic/react.md | 20 + static/usage/v7/footer/basic/vue.md | 21 + .../angular/example_component_css.md | 11 + .../angular/example_component_html.md | 32 + .../v7/footer/custom-scroll-target/demo.html | 78 + .../v7/footer/custom-scroll-target/index.md | 35 + .../footer/custom-scroll-target/javascript.md | 44 + .../custom-scroll-target/react/main_css.md | 11 + .../custom-scroll-target/react/main_tsx.md | 44 + .../v7/footer/custom-scroll-target/vue.md | 55 + static/usage/v7/footer/fade/angular.md | 30 + static/usage/v7/footer/fade/demo.html | 65 + static/usage/v7/footer/fade/index.md | 15 + static/usage/v7/footer/fade/javascript.md | 30 + static/usage/v7/footer/fade/react.md | 40 + static/usage/v7/footer/fade/vue.md | 41 + static/usage/v7/footer/no-border/angular.md | 10 + static/usage/v7/footer/no-border/demo.html | 28 + static/usage/v7/footer/no-border/index.md | 14 + .../usage/v7/footer/no-border/javascript.md | 10 + static/usage/v7/footer/no-border/react.md | 20 + static/usage/v7/footer/no-border/vue.md | 21 + static/usage/v7/footer/translucent/angular.md | 30 + static/usage/v7/footer/translucent/demo.html | 65 + static/usage/v7/footer/translucent/index.md | 15 + .../usage/v7/footer/translucent/javascript.md | 30 + static/usage/v7/footer/translucent/react.md | 40 + static/usage/v7/footer/translucent/vue.md | 41 + .../basic/angular/example_component_css.md | 8 + .../basic/angular/example_component_html.md | 37 + static/usage/v7/grid/basic/demo.html | 77 + static/usage/v7/grid/basic/index.md | 33 + static/usage/v7/grid/basic/javascript.md | 46 + static/usage/v7/grid/basic/react/main_css.md | 8 + static/usage/v7/grid/basic/react/main_tsx.md | 49 + static/usage/v7/grid/basic/vue.md | 57 + .../angular/example_component_css.md | 12 + .../angular/example_component_html.md | 11 + .../grid/customizing/column-number/demo.html | 53 + .../grid/customizing/column-number/index.md | 33 + .../customizing/column-number/javascript.md | 24 + .../column-number/react/main_css.md | 12 + .../column-number/react/main_tsx.md | 23 + .../v7/grid/customizing/column-number/vue.md | 35 + .../padding/angular/example_component_css.md | 26 + .../padding/angular/example_component_html.md | 9 + .../v7/grid/customizing/padding/demo.html | 65 + .../v7/grid/customizing/padding/index.md | 33 + .../v7/grid/customizing/padding/javascript.md | 36 + .../customizing/padding/react/main_css.md | 26 + .../customizing/padding/react/main_tsx.md | 21 + .../usage/v7/grid/customizing/padding/vue.md | 47 + .../width/angular/example_component_css.md | 18 + .../width/angular/example_component_html.md | 9 + .../usage/v7/grid/customizing/width/demo.html | 56 + .../usage/v7/grid/customizing/width/index.md | 33 + .../v7/grid/customizing/width/javascript.md | 28 + .../grid/customizing/width/react/main_css.md | 18 + .../grid/customizing/width/react/main_tsx.md | 19 + static/usage/v7/grid/customizing/width/vue.md | 39 + .../fixed/angular/example_component_css.md | 8 + .../fixed/angular/example_component_html.md | 9 + static/usage/v7/grid/fixed/demo.html | 48 + static/usage/v7/grid/fixed/index.md | 33 + static/usage/v7/grid/fixed/javascript.md | 18 + static/usage/v7/grid/fixed/react/main_css.md | 8 + static/usage/v7/grid/fixed/react/main_tsx.md | 19 + static/usage/v7/grid/fixed/vue.md | 29 + .../angular/example_component_css.md | 8 + .../angular/example_component_html.md | 61 + .../v7/grid/horizontal-alignment/demo.html | 100 + .../v7/grid/horizontal-alignment/index.md | 33 + .../grid/horizontal-alignment/javascript.md | 70 + .../horizontal-alignment/react/main_css.md | 8 + .../horizontal-alignment/react/main_tsx.md | 73 + .../usage/v7/grid/horizontal-alignment/vue.md | 81 + .../angular/example_component_css.md | 8 + .../angular/example_component_html.md | 30 + .../usage/v7/grid/offset-responsive/demo.html | 70 + .../usage/v7/grid/offset-responsive/index.md | 33 + .../v7/grid/offset-responsive/javascript.md | 39 + .../grid/offset-responsive/react/main_css.md | 8 + .../grid/offset-responsive/react/main_tsx.md | 42 + static/usage/v7/grid/offset-responsive/vue.md | 50 + .../offset/angular/example_component_css.md | 8 + .../offset/angular/example_component_html.md | 29 + static/usage/v7/grid/offset/demo.html | 69 + static/usage/v7/grid/offset/index.md | 33 + static/usage/v7/grid/offset/javascript.md | 38 + static/usage/v7/grid/offset/react/main_css.md | 8 + static/usage/v7/grid/offset/react/main_tsx.md | 41 + static/usage/v7/grid/offset/vue.md | 49 + .../angular/example_component_css.md | 8 + .../angular/example_component_html.md | 31 + .../v7/grid/push-pull-responsive/demo.html | 71 + .../v7/grid/push-pull-responsive/index.md | 33 + .../grid/push-pull-responsive/javascript.md | 40 + .../push-pull-responsive/react/main_css.md | 8 + .../push-pull-responsive/react/main_tsx.md | 43 + .../usage/v7/grid/push-pull-responsive/vue.md | 51 + .../angular/example_component_css.md | 8 + .../angular/example_component_html.md | 30 + static/usage/v7/grid/push-pull/demo.html | 73 + static/usage/v7/grid/push-pull/index.md | 33 + static/usage/v7/grid/push-pull/javascript.md | 39 + .../usage/v7/grid/push-pull/react/main_css.md | 8 + .../usage/v7/grid/push-pull/react/main_tsx.md | 42 + static/usage/v7/grid/push-pull/vue.md | 50 + .../angular/example_component_css.md | 12 + .../angular/example_component_html.md | 34 + static/usage/v7/grid/size-auto/demo.html | 78 + static/usage/v7/grid/size-auto/index.md | 33 + static/usage/v7/grid/size-auto/javascript.md | 47 + .../usage/v7/grid/size-auto/react/main_css.md | 12 + .../usage/v7/grid/size-auto/react/main_tsx.md | 46 + static/usage/v7/grid/size-auto/vue.md | 58 + .../angular/example_component_css.md | 8 + .../angular/example_component_html.md | 32 + .../usage/v7/grid/size-responsive/demo.html | 72 + static/usage/v7/grid/size-responsive/index.md | 33 + .../v7/grid/size-responsive/javascript.md | 41 + .../v7/grid/size-responsive/react/main_css.md | 8 + .../v7/grid/size-responsive/react/main_tsx.md | 44 + static/usage/v7/grid/size-responsive/vue.md | 52 + .../size/angular/example_component_css.md | 8 + .../size/angular/example_component_html.md | 30 + static/usage/v7/grid/size/demo.html | 70 + static/usage/v7/grid/size/index.md | 33 + static/usage/v7/grid/size/javascript.md | 39 + static/usage/v7/grid/size/react/main_css.md | 8 + static/usage/v7/grid/size/react/main_tsx.md | 42 + static/usage/v7/grid/size/vue.md | 50 + .../angular/example_component_css.md | 8 + .../angular/example_component_html.md | 64 + .../v7/grid/vertical-alignment/demo.html | 103 + .../usage/v7/grid/vertical-alignment/index.md | 33 + .../v7/grid/vertical-alignment/javascript.md | 73 + .../grid/vertical-alignment/react/main_css.md | 8 + .../grid/vertical-alignment/react/main_tsx.md | 76 + .../usage/v7/grid/vertical-alignment/vue.md | 84 + static/usage/v7/header/basic/angular.md | 10 + static/usage/v7/header/basic/demo.html | 28 + static/usage/v7/header/basic/index.md | 14 + static/usage/v7/header/basic/javascript.md | 10 + static/usage/v7/header/basic/react.md | 20 + static/usage/v7/header/basic/vue.md | 21 + static/usage/v7/header/condense/angular.md | 38 + static/usage/v7/header/condense/demo.html | 73 + static/usage/v7/header/condense/index.md | 15 + static/usage/v7/header/condense/javascript.md | 38 + static/usage/v7/header/condense/react.md | 48 + static/usage/v7/header/condense/vue.md | 49 + .../angular/example_component_css.md | 10 + .../angular/example_component_html.md | 32 + .../v7/header/custom-scroll-target/demo.html | 78 + .../v7/header/custom-scroll-target/index.md | 35 + .../header/custom-scroll-target/javascript.md | 43 + .../custom-scroll-target/react/main_css.md | 10 + .../custom-scroll-target/react/main_tsx.md | 44 + .../v7/header/custom-scroll-target/vue.md | 55 + static/usage/v7/header/fade/angular.md | 30 + static/usage/v7/header/fade/demo.html | 65 + static/usage/v7/header/fade/index.md | 15 + static/usage/v7/header/fade/javascript.md | 30 + static/usage/v7/header/fade/react.md | 40 + static/usage/v7/header/fade/vue.md | 41 + static/usage/v7/header/no-border/angular.md | 10 + static/usage/v7/header/no-border/demo.html | 28 + static/usage/v7/header/no-border/index.md | 14 + .../usage/v7/header/no-border/javascript.md | 10 + static/usage/v7/header/no-border/react.md | 20 + static/usage/v7/header/no-border/vue.md | 21 + static/usage/v7/header/translucent/angular.md | 30 + static/usage/v7/header/translucent/demo.html | 65 + static/usage/v7/header/translucent/index.md | 15 + .../usage/v7/header/translucent/javascript.md | 30 + static/usage/v7/header/translucent/react.md | 40 + static/usage/v7/header/translucent/vue.md | 41 + static/usage/v7/icon/basic/angular.md | 6 + static/usage/v7/icon/basic/demo.html | 28 + static/usage/v7/icon/basic/index.md | 13 + static/usage/v7/icon/basic/javascript.md | 6 + static/usage/v7/icon/basic/react.md | 17 + static/usage/v7/icon/basic/vue.md | 21 + static/usage/v7/img/basic/angular.md | 3 + static/usage/v7/img/basic/demo.html | 31 + static/usage/v7/img/basic/index.md | 8 + static/usage/v7/img/basic/javascript.md | 3 + static/usage/v7/img/basic/react.md | 11 + static/usage/v7/img/basic/vue.md | 14 + .../basic/angular/example_component_html.md | 15 + .../basic/angular/example_component_ts.md | 32 + .../usage/v7/infinite-scroll/basic/demo.html | 63 + .../usage/v7/infinite-scroll/basic/index.md | 24 + .../v7/infinite-scroll/basic/javascript.md | 46 + .../usage/v7/infinite-scroll/basic/react.md | 53 + static/usage/v7/infinite-scroll/basic/vue.md | 65 + .../angular/example_component_css.md | 12 + .../angular/example_component_html.md | 68 + .../angular/example_component_ts.md | 20 + .../custom-infinite-scroll-content/demo.html | 82 + .../custom-infinite-scroll-content/index.md | 34 + .../javascript.md | 104 + .../react/main_css.md | 12 + .../react/main_tsx.md | 89 + .../custom-infinite-scroll-content/vue.md | 121 + .../angular/example_component_html.md | 15 + .../angular/example_component_ts.md | 20 + .../infinite-scroll-content/demo.html | 56 + .../infinite-scroll-content/index.md | 24 + .../infinite-scroll-content/javascript.md | 38 + .../infinite-scroll-content/react.md | 44 + .../infinite-scroll-content/vue.md | 58 + static/usage/v7/input/basic/angular.md | 23 + static/usage/v7/input/basic/demo.html | 50 + static/usage/v7/input/basic/index.md | 8 + static/usage/v7/input/basic/javascript.md | 23 + static/usage/v7/input/basic/react.md | 31 + static/usage/v7/input/basic/vue.md | 34 + static/usage/v7/input/clear/angular.md | 18 + static/usage/v7/input/clear/demo.html | 48 + static/usage/v7/input/clear/index.md | 8 + static/usage/v7/input/clear/javascript.md | 18 + static/usage/v7/input/clear/react.md | 23 + static/usage/v7/input/clear/vue.md | 29 + .../counter/angular/example_component_html.md | 5 + .../counter/angular/example_component_ts.md | 13 + static/usage/v7/input/counter/demo.html | 41 + static/usage/v7/input/counter/index.md | 24 + static/usage/v7/input/counter/javascript.md | 10 + static/usage/v7/input/counter/react.md | 15 + static/usage/v7/input/counter/vue.md | 21 + static/usage/v7/input/fill/angular.md | 7 + static/usage/v7/input/fill/demo.html | 36 + static/usage/v7/input/fill/index.md | 14 + static/usage/v7/input/fill/javascript.md | 7 + static/usage/v7/input/fill/react.md | 17 + static/usage/v7/input/fill/vue.md | 18 + .../angular/example_component_html.md | 12 + .../filtering/angular/example_component_ts.md | 27 + static/usage/v7/input/filtering/demo.html | 38 + static/usage/v7/input/filtering/index.md | 20 + static/usage/v7/input/filtering/javascript.md | 16 + static/usage/v7/input/filtering/react.md | 41 + static/usage/v7/input/filtering/vue.md | 46 + static/usage/v7/input/helper-error/angular.md | 12 + static/usage/v7/input/helper-error/demo.html | 56 + static/usage/v7/input/helper-error/index.md | 18 + .../usage/v7/input/helper-error/javascript.md | 36 + static/usage/v7/input/helper-error/react.md | 44 + static/usage/v7/input/helper-error/vue.md | 46 + .../usage/v7/input/label-placement/angular.md | 19 + .../usage/v7/input/label-placement/demo.html | 46 + .../usage/v7/input/label-placement/index.md | 8 + .../v7/input/label-placement/javascript.md | 19 + .../usage/v7/input/label-placement/react.md | 27 + static/usage/v7/input/label-placement/vue.md | 30 + static/usage/v7/input/migration/index.md | 248 + .../usage/v7/input/theming/colors/angular.md | 11 + .../usage/v7/input/theming/colors/demo.html | 44 + static/usage/v7/input/theming/colors/index.md | 13 + .../v7/input/theming/colors/javascript.md | 11 + static/usage/v7/input/theming/colors/react.md | 21 + static/usage/v7/input/theming/colors/vue.md | 22 + .../angular/example_component_css.md | 18 + .../angular/example_component_html.md | 10 + .../v7/input/theming/css-properties/demo.html | 55 + .../v7/input/theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 29 + .../theming/css-properties/react/main_css.md | 18 + .../theming/css-properties/react/main_tsx.md | 20 + .../v7/input/theming/css-properties/vue.md | 40 + static/usage/v7/input/types/angular.md | 25 + static/usage/v7/input/types/demo.html | 50 + static/usage/v7/input/types/index.md | 8 + static/usage/v7/input/types/javascript.md | 25 + static/usage/v7/input/types/react.md | 31 + static/usage/v7/input/types/vue.md | 34 + static/usage/v7/item-divider/basic/angular.md | 39 + static/usage/v7/item-divider/basic/demo.html | 66 + static/usage/v7/item-divider/basic/index.md | 13 + .../usage/v7/item-divider/basic/javascript.md | 39 + static/usage/v7/item-divider/basic/react.md | 47 + static/usage/v7/item-divider/basic/vue.md | 50 + .../v7/item-divider/theming/colors/angular.md | 32 + .../v7/item-divider/theming/colors/demo.html | 59 + .../v7/item-divider/theming/colors/index.md | 13 + .../item-divider/theming/colors/javascript.md | 32 + .../v7/item-divider/theming/colors/react.md | 42 + .../v7/item-divider/theming/colors/vue.md | 43 + .../angular/example_component_css.md | 11 + .../angular/example_component_html.md | 7 + .../theming/css-properties/demo.html | 40 + .../theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 19 + .../theming/css-properties/react/main_css.md | 11 + .../theming/css-properties/react/main_tsx.md | 18 + .../theming/css-properties/vue.md | 30 + static/usage/v7/item-group/basic/angular.md | 33 + static/usage/v7/item-group/basic/demo.html | 60 + static/usage/v7/item-group/basic/index.md | 13 + .../usage/v7/item-group/basic/javascript.md | 33 + static/usage/v7/item-group/basic/react.md | 43 + static/usage/v7/item-group/basic/vue.md | 44 + .../v7/item-group/sliding-items/angular.md | 95 + .../v7/item-group/sliding-items/demo.html | 122 + .../v7/item-group/sliding-items/index.md | 13 + .../v7/item-group/sliding-items/javascript.md | 95 + .../v7/item-group/sliding-items/react.md | 105 + .../usage/v7/item-group/sliding-items/vue.md | 106 + static/usage/v7/item-sliding/basic/angular.md | 39 + static/usage/v7/item-sliding/basic/demo.html | 66 + static/usage/v7/item-sliding/basic/index.md | 8 + .../usage/v7/item-sliding/basic/javascript.md | 39 + static/usage/v7/item-sliding/basic/react.md | 47 + static/usage/v7/item-sliding/basic/vue.md | 50 + .../v7/item-sliding/expandable/angular.md | 18 + .../v7/item-sliding/expandable/demo.html | 45 + .../usage/v7/item-sliding/expandable/index.md | 13 + .../v7/item-sliding/expandable/javascript.md | 18 + .../usage/v7/item-sliding/expandable/react.md | 26 + .../usage/v7/item-sliding/expandable/vue.md | 29 + static/usage/v7/item-sliding/icons/angular.md | 128 + static/usage/v7/item-sliding/icons/demo.html | 156 + static/usage/v7/item-sliding/icons/index.md | 13 + .../usage/v7/item-sliding/icons/javascript.md | 128 + static/usage/v7/item-sliding/icons/react.md | 137 + static/usage/v7/item-sliding/icons/vue.md | 143 + static/usage/v7/item/basic/angular.md | 42 + static/usage/v7/item/basic/demo.html | 69 + static/usage/v7/item/basic/index.md | 8 + static/usage/v7/item/basic/javascript.md | 42 + static/usage/v7/item/basic/react.md | 52 + static/usage/v7/item/basic/vue.md | 53 + static/usage/v7/item/buttons/angular.md | 46 + static/usage/v7/item/buttons/demo.html | 74 + static/usage/v7/item/buttons/index.md | 8 + static/usage/v7/item/buttons/javascript.md | 46 + static/usage/v7/item/buttons/react.md | 57 + static/usage/v7/item/buttons/vue.md | 61 + static/usage/v7/item/clickable/angular.md | 17 + static/usage/v7/item/clickable/demo.html | 44 + static/usage/v7/item/clickable/index.md | 8 + static/usage/v7/item/clickable/javascript.md | 17 + static/usage/v7/item/clickable/react.md | 27 + static/usage/v7/item/clickable/vue.md | 28 + static/usage/v7/item/detail-arrows/angular.md | 37 + static/usage/v7/item/detail-arrows/demo.html | 64 + static/usage/v7/item/detail-arrows/index.md | 13 + .../usage/v7/item/detail-arrows/javascript.md | 37 + static/usage/v7/item/detail-arrows/react.md | 48 + static/usage/v7/item/detail-arrows/vue.md | 53 + static/usage/v7/item/icons/angular.md | 29 + static/usage/v7/item/icons/demo.html | 56 + static/usage/v7/item/icons/index.md | 8 + static/usage/v7/item/icons/javascript.md | 29 + static/usage/v7/item/icons/react.md | 40 + static/usage/v7/item/icons/vue.md | 44 + static/usage/v7/item/inputs/angular.md | 59 + static/usage/v7/item/inputs/demo.html | 86 + static/usage/v7/item/inputs/index.md | 8 + static/usage/v7/item/inputs/javascript.md | 59 + static/usage/v7/item/inputs/react.md | 69 + static/usage/v7/item/inputs/vue.md | 70 + static/usage/v7/item/lines/angular.md | 43 + static/usage/v7/item/lines/demo.html | 70 + static/usage/v7/item/lines/index.md | 8 + static/usage/v7/item/lines/javascript.md | 43 + static/usage/v7/item/lines/react.md | 54 + static/usage/v7/item/lines/vue.md | 58 + static/usage/v7/item/media/angular.md | 19 + static/usage/v7/item/media/demo.html | 46 + static/usage/v7/item/media/index.md | 8 + static/usage/v7/item/media/javascript.md | 19 + static/usage/v7/item/media/react.md | 29 + static/usage/v7/item/media/vue.md | 30 + .../usage/v7/item/theming/colors/angular.md | 32 + static/usage/v7/item/theming/colors/demo.html | 59 + static/usage/v7/item/theming/colors/index.md | 13 + .../v7/item/theming/colors/javascript.md | 32 + static/usage/v7/item/theming/colors/react.md | 42 + static/usage/v7/item/theming/colors/vue.md | 43 + .../angular/example_component_css.md | 18 + .../angular/example_component_html.md | 13 + .../v7/item/theming/css-properties/demo.html | 57 + .../v7/item/theming/css-properties/index.md | 32 + .../item/theming/css-properties/javascript.md | 32 + .../theming/css-properties/react/main_css.md | 18 + .../theming/css-properties/react/main_tsx.md | 25 + .../v7/item/theming/css-properties/vue.md | 43 + .../angular/example_component_css.md | 18 + .../angular/example_component_html.md | 13 + .../item/theming/css-shadow-parts/demo.html | 57 + .../v7/item/theming/css-shadow-parts/index.md | 32 + .../theming/css-shadow-parts/javascript.md | 32 + .../css-shadow-parts/react/main_css.md | 18 + .../css-shadow-parts/react/main_tsx.md | 25 + .../v7/item/theming/css-shadow-parts/vue.md | 43 + .../angular/example_component_css.md | 8 + .../angular/example_component_html.md | 16 + .../v7/item/theming/input-highlight/demo.html | 50 + .../v7/item/theming/input-highlight/index.md | 33 + .../theming/input-highlight/javascript.md | 25 + .../theming/input-highlight/react/main_css.md | 8 + .../theming/input-highlight/react/main_tsx.md | 28 + .../v7/item/theming/input-highlight/vue.md | 36 + static/usage/v7/label/basic/angular.md | 3 + static/usage/v7/label/basic/demo.html | 24 + static/usage/v7/label/basic/index.md | 8 + static/usage/v7/label/basic/javascript.md | 3 + static/usage/v7/label/basic/react.md | 13 + static/usage/v7/label/basic/vue.md | 14 + static/usage/v7/label/input/angular.md | 31 + static/usage/v7/label/input/demo.html | 59 + static/usage/v7/label/input/index.md | 8 + static/usage/v7/label/input/javascript.md | 31 + static/usage/v7/label/input/react.md | 41 + static/usage/v7/label/input/vue.md | 42 + static/usage/v7/label/item/angular.md | 28 + static/usage/v7/label/item/demo.html | 56 + static/usage/v7/label/item/index.md | 8 + static/usage/v7/label/item/javascript.md | 28 + static/usage/v7/label/item/react.md | 38 + static/usage/v7/label/item/vue.md | 39 + .../usage/v7/label/theming/colors/angular.md | 12 + .../usage/v7/label/theming/colors/demo.html | 39 + static/usage/v7/label/theming/colors/index.md | 8 + .../v7/label/theming/colors/javascript.md | 12 + static/usage/v7/label/theming/colors/react.md | 22 + static/usage/v7/label/theming/colors/vue.md | 23 + static/usage/v7/list-header/basic/angular.md | 22 + static/usage/v7/list-header/basic/demo.html | 49 + static/usage/v7/list-header/basic/index.md | 13 + .../usage/v7/list-header/basic/javascript.md | 22 + static/usage/v7/list-header/basic/react.md | 30 + static/usage/v7/list-header/basic/vue.md | 33 + .../usage/v7/list-header/buttons/angular.md | 23 + static/usage/v7/list-header/buttons/demo.html | 50 + static/usage/v7/list-header/buttons/index.md | 13 + .../v7/list-header/buttons/javascript.md | 23 + static/usage/v7/list-header/buttons/react.md | 31 + static/usage/v7/list-header/buttons/vue.md | 34 + static/usage/v7/list-header/lines/angular.md | 37 + static/usage/v7/list-header/lines/demo.html | 64 + static/usage/v7/list-header/lines/index.md | 13 + .../usage/v7/list-header/lines/javascript.md | 37 + static/usage/v7/list-header/lines/react.md | 47 + static/usage/v7/list-header/lines/vue.md | 48 + .../v7/list-header/theming/colors/angular.md | 32 + .../v7/list-header/theming/colors/demo.html | 59 + .../v7/list-header/theming/colors/index.md | 13 + .../list-header/theming/colors/javascript.md | 32 + .../v7/list-header/theming/colors/react.md | 42 + .../v7/list-header/theming/colors/vue.md | 43 + .../angular/example_component_css.md | 10 + .../angular/example_component_html.md | 5 + .../theming/css-properties/demo.html | 37 + .../theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 16 + .../theming/css-properties/react/main_css.md | 10 + .../theming/css-properties/react/main_tsx.md | 15 + .../list-header/theming/css-properties/vue.md | 27 + static/usage/v7/list/basic/angular.md | 19 + static/usage/v7/list/basic/demo.html | 46 + static/usage/v7/list/basic/index.md | 8 + static/usage/v7/list/basic/javascript.md | 19 + static/usage/v7/list/basic/react.md | 27 + static/usage/v7/list/basic/vue.md | 30 + static/usage/v7/list/inset/angular.md | 19 + static/usage/v7/list/inset/demo.html | 51 + static/usage/v7/list/inset/index.md | 8 + static/usage/v7/list/inset/javascript.md | 19 + static/usage/v7/list/inset/react.md | 27 + static/usage/v7/list/inset/vue.md | 30 + static/usage/v7/list/lines/angular.md | 37 + static/usage/v7/list/lines/demo.html | 66 + static/usage/v7/list/lines/index.md | 8 + static/usage/v7/list/lines/javascript.md | 37 + static/usage/v7/list/lines/react.md | 47 + static/usage/v7/list/lines/vue.md | 48 + .../angular/example_component_html.md | 3 + .../angular/example_component_ts.md | 22 + static/usage/v7/loading/controller/demo.html | 39 + static/usage/v7/loading/controller/index.md | 24 + .../usage/v7/loading/controller/javascript.md | 14 + static/usage/v7/loading/controller/react.md | 25 + static/usage/v7/loading/controller/vue.md | 26 + static/usage/v7/loading/inline/angular.md | 4 + static/usage/v7/loading/inline/demo.html | 26 + static/usage/v7/loading/inline/index.md | 17 + static/usage/v7/loading/inline/javascript.md | 4 + static/usage/v7/loading/inline/react.md | 13 + static/usage/v7/loading/inline/vue.md | 14 + static/usage/v7/loading/spinners/angular.md | 4 + static/usage/v7/loading/spinners/demo.html | 25 + static/usage/v7/loading/spinners/index.md | 17 + .../usage/v7/loading/spinners/javascript.md | 4 + static/usage/v7/loading/spinners/react.md | 13 + static/usage/v7/loading/spinners/vue.md | 15 + .../theming/angular/example_component_html.md | 4 + .../v7/loading/theming/angular/global_css.md | 8 + static/usage/v7/loading/theming/demo.html | 37 + static/usage/v7/loading/theming/index.md | 32 + static/usage/v7/loading/theming/javascript.md | 13 + .../v7/loading/theming/react/main_css.md | 8 + .../v7/loading/theming/react/main_tsx.md | 16 + static/usage/v7/loading/theming/vue.md | 23 + static/usage/v7/menu/basic/angular.md | 23 + static/usage/v7/menu/basic/demo.html | 40 + static/usage/v7/menu/basic/index.md | 18 + static/usage/v7/menu/basic/javascript.md | 23 + static/usage/v7/menu/basic/react.md | 41 + static/usage/v7/menu/basic/vue.md | 52 + .../theming/angular/example_component_css.md | 11 + .../theming/angular/example_component_html.md | 25 + static/usage/v7/menu/theming/demo.html | 51 + static/usage/v7/menu/theming/index.md | 33 + static/usage/v7/menu/theming/javascript.md | 37 + .../usage/v7/menu/theming/react/main_css.md | 11 + .../usage/v7/menu/theming/react/main_tsx.md | 44 + static/usage/v7/menu/theming/vue.md | 64 + static/usage/v7/menu/toggle/angular.md | 26 + static/usage/v7/menu/toggle/demo.html | 43 + static/usage/v7/menu/toggle/index.md | 18 + static/usage/v7/menu/toggle/javascript.md | 26 + static/usage/v7/menu/toggle/react.md | 44 + static/usage/v7/menu/toggle/vue.md | 55 + .../type/angular/example_component_html.md | 48 + .../menu/type/angular/example_component_ts.md | 11 + static/usage/v7/menu/type/demo.html | 74 + static/usage/v7/menu/type/index.md | 25 + static/usage/v7/menu/type/javascript.md | 57 + static/usage/v7/menu/type/react.md | 78 + static/usage/v7/menu/type/vue.md | 90 + .../boolean/angular/example_component_html.md | 31 + .../boolean/angular/example_component_ts.md | 23 + .../v7/modal/can-dismiss/boolean/demo.html | 67 + .../v7/modal/can-dismiss/boolean/index.md | 26 + .../modal/can-dismiss/boolean/javascript.md | 48 + .../v7/modal/can-dismiss/boolean/react.md | 74 + .../usage/v7/modal/can-dismiss/boolean/vue.md | 83 + .../angular/example_component_html.md | 27 + .../function/angular/example_component_ts.md | 41 + .../v7/modal/can-dismiss/function/demo.html | 74 + .../v7/modal/can-dismiss/function/index.md | 26 + .../modal/can-dismiss/function/javascript.md | 59 + .../v7/modal/can-dismiss/function/react.md | 85 + .../v7/modal/can-dismiss/function/vue.md | 78 + .../angular/example_component_html.md | 30 + .../angular/example_component_ts.md | 13 + .../prevent-swipe-to-close/demo.html | 57 + .../prevent-swipe-to-close/index.md | 27 + .../prevent-swipe-to-close/javascript.md | 39 + .../prevent-swipe-to-close/react.md | 56 + .../can-dismiss/prevent-swipe-to-close/vue.md | 47 + .../basic/angular/example_component_html.md | 65 + .../basic/angular/example_component_ts.md | 16 + static/usage/v7/modal/card/basic/demo.html | 90 + static/usage/v7/modal/card/basic/index.md | 26 + .../usage/v7/modal/card/basic/javascript.md | 73 + static/usage/v7/modal/card/basic/react.md | 100 + static/usage/v7/modal/card/basic/vue.md | 115 + .../modal/controller/angular/app_module_ts.md | 19 + .../angular/example_component_html.md | 11 + .../angular/example_component_ts.md | 29 + .../angular/modal-example_component_html.md | 19 + .../angular/modal-example_component_ts.md | 23 + static/usage/v7/modal/controller/demo.html | 78 + static/usage/v7/modal/controller/index.md | 39 + .../usage/v7/modal/controller/javascript.md | 57 + static/usage/v7/modal/controller/react.md | 83 + .../v7/modal/controller/vue/example_vue.md | 43 + .../v7/modal/controller/vue/modal_vue.md | 50 + .../angular/example_component_html.md | 33 + .../custom-dialogs/angular/global_css.md | 28 + .../usage/v7/modal/custom-dialogs/demo.html | 81 + static/usage/v7/modal/custom-dialogs/index.md | 33 + .../v7/modal/custom-dialogs/javascript.md | 67 + .../v7/modal/custom-dialogs/react/main_css.md | 28 + .../v7/modal/custom-dialogs/react/main_tsx.md | 64 + static/usage/v7/modal/custom-dialogs/vue.md | 102 + .../basic/angular/example_component_html.md | 32 + .../basic/angular/example_component_ts.md | 31 + static/usage/v7/modal/inline/basic/demo.html | 67 + static/usage/v7/modal/inline/basic/index.md | 26 + .../usage/v7/modal/inline/basic/javascript.md | 50 + static/usage/v7/modal/inline/basic/react.md | 75 + static/usage/v7/modal/inline/basic/vue.md | 83 + .../is-open/angular/example_component_html.md | 29 + .../is-open/angular/example_component_ts.md | 15 + .../usage/v7/modal/inline/is-open/demo.html | 46 + static/usage/v7/modal/inline/is-open/index.md | 26 + .../v7/modal/inline/is-open/javascript.md | 31 + static/usage/v7/modal/inline/is-open/react.md | 42 + static/usage/v7/modal/inline/is-open/vue.md | 49 + .../v7/modal/performance/mount/angular.md | 25 + .../v7/modal/performance/mount/demo.html | 51 + .../usage/v7/modal/performance/mount/index.md | 19 + .../v7/modal/performance/mount/javascript.md | 32 + .../usage/v7/modal/performance/mount/react.md | 47 + .../usage/v7/modal/performance/mount/vue.md | 55 + .../angular/example_component_css.md | 7 + .../angular/example_component_html.md | 72 + .../angular/example_component_ts.md | 20 + .../modal/sheet/background-content/demo.html | 106 + .../modal/sheet/background-content/index.md | 28 + .../sheet/background-content/javascript.md | 89 + .../modal/sheet/background-content/react.md | 100 + .../v7/modal/sheet/background-content/vue.md | 126 + static/usage/v7/modal/sheet/basic/angular.md | 56 + static/usage/v7/modal/sheet/basic/demo.html | 82 + static/usage/v7/modal/sheet/basic/index.md | 19 + .../usage/v7/modal/sheet/basic/javascript.md | 65 + static/usage/v7/modal/sheet/basic/react.md | 82 + static/usage/v7/modal/sheet/basic/vue.md | 91 + .../v7/modal/sheet/handle-behavior/angular.md | 25 + .../v7/modal/sheet/handle-behavior/demo.html | 41 + .../v7/modal/sheet/handle-behavior/index.md | 19 + .../modal/sheet/handle-behavior/javascript.md | 24 + .../v7/modal/sheet/handle-behavior/react.md | 35 + .../v7/modal/sheet/handle-behavior/vue.md | 42 + .../angular/example_component_html.md | 63 + .../angular/example_component_ts.md | 40 + .../v7/modal/styling/animations/demo.html | 117 + .../v7/modal/styling/animations/index.md | 33 + .../animations/javascript/index_html.md | 106 + .../styling/animations/javascript/index_ts.md | 9 + .../v7/modal/styling/animations/react.md | 123 + .../usage/v7/modal/styling/animations/vue.md | 129 + .../theming/angular/example_component_html.md | 61 + .../styling/theming/angular/global_css.md | 17 + .../usage/v7/modal/styling/theming/demo.html | 101 + .../usage/v7/modal/styling/theming/index.md | 33 + .../v7/modal/styling/theming/javascript.md | 87 + .../modal/styling/theming/react/main_css.md | 17 + .../modal/styling/theming/react/main_tsx.md | 95 + static/usage/v7/modal/styling/theming/vue.md | 119 + .../modal-navigation/angular/app_module_ts.md | 21 + .../angular/example_component_html.md | 25 + .../angular/example_component_ts.md | 18 + .../angular/page_one_component_ts.md | 23 + .../angular/page_three_component_ts.md | 26 + .../angular/page_two_component_ts.md | 25 + .../usage/v7/nav/modal-navigation/demo.html | 106 + static/usage/v7/nav/modal-navigation/index.md | 56 + .../v7/nav/modal-navigation/javascript.md | 86 + .../v7/nav/modal-navigation/react/main_tsx.md | 60 + .../modal-navigation/react/page_one_tsx.md | 18 + .../modal-navigation/react/page_three_tsx.md | 19 + .../modal-navigation/react/page_two_tsx.md | 19 + .../nav/modal-navigation/vue/example_vue.md | 60 + .../nav/modal-navigation/vue/page_one_vue.md | 24 + .../modal-navigation/vue/page_three_vue.md | 28 + .../nav/modal-navigation/vue/page_two_vue.md | 24 + .../v7/nav/nav-link/angular/app_module_ts.md | 21 + .../angular/example_component_html.md | 3 + .../nav-link/angular/example_component_ts.md | 13 + .../nav-link/angular/page_one_component_ts.md | 25 + .../angular/page_three_component_ts.md | 21 + .../nav-link/angular/page_two_component_ts.md | 30 + static/usage/v7/nav/nav-link/demo.html | 84 + static/usage/v7/nav/nav-link/index.md | 55 + static/usage/v7/nav/nav-link/javascript.md | 67 + .../usage/v7/nav/nav-link/react/main_tsx.md | 11 + .../v7/nav/nav-link/react/page_one_tsx.md | 26 + .../v7/nav/nav-link/react/page_three_tsx.md | 24 + .../v7/nav/nav-link/react/page_two_tsx.md | 38 + .../usage/v7/nav/nav-link/vue/example_vue.md | 19 + .../usage/v7/nav/nav-link/vue/page_one_vue.md | 29 + .../v7/nav/nav-link/vue/page_three_vue.md | 23 + .../usage/v7/nav/nav-link/vue/page_two_vue.md | 50 + static/usage/v7/note/basic/angular.md | 3 + static/usage/v7/note/basic/demo.html | 25 + static/usage/v7/note/basic/index.md | 8 + static/usage/v7/note/basic/javascript.md | 3 + static/usage/v7/note/basic/react.md | 13 + static/usage/v7/note/basic/vue.md | 14 + static/usage/v7/note/item/angular.md | 11 + static/usage/v7/note/item/demo.html | 38 + static/usage/v7/note/item/index.md | 8 + static/usage/v7/note/item/javascript.md | 11 + static/usage/v7/note/item/react.md | 21 + static/usage/v7/note/item/vue.md | 22 + .../usage/v7/note/theming/colors/angular.md | 12 + static/usage/v7/note/theming/colors/demo.html | 49 + static/usage/v7/note/theming/colors/index.md | 8 + .../v7/note/theming/colors/javascript.md | 12 + static/usage/v7/note/theming/colors/react.md | 22 + static/usage/v7/note/theming/colors/vue.md | 23 + .../angular/example_component_css.md | 5 + .../angular/example_component_html.md | 3 + .../v7/note/theming/css-properties/demo.html | 30 + .../v7/note/theming/css-properties/index.md | 32 + .../note/theming/css-properties/javascript.md | 9 + .../theming/css-properties/react/main_css.md | 5 + .../theming/css-properties/react/main_tsx.md | 15 + .../v7/note/theming/css-properties/vue.md | 20 + .../angular/example_component_html.md | 3 + .../angular/example_component_ts.md | 54 + static/usage/v7/picker/controller/demo.html | 65 + static/usage/v7/picker/controller/index.md | 25 + .../usage/v7/picker/controller/javascript.md | 46 + static/usage/v7/picker/controller/react.md | 52 + static/usage/v7/picker/controller/vue.md | 61 + .../isOpen/angular/example_component_html.md | 9 + .../isOpen/angular/example_component_ts.md | 47 + .../usage/v7/picker/inline/isOpen/demo.html | 64 + static/usage/v7/picker/inline/isOpen/index.md | 25 + .../v7/picker/inline/isOpen/javascript.md | 44 + static/usage/v7/picker/inline/isOpen/react.md | 52 + static/usage/v7/picker/inline/isOpen/vue.md | 61 + .../trigger/angular/example_component_html.md | 8 + .../trigger/angular/example_component_ts.md | 41 + .../usage/v7/picker/inline/trigger/demo.html | 60 + .../usage/v7/picker/inline/trigger/index.md | 25 + .../v7/picker/inline/trigger/javascript.md | 40 + .../usage/v7/picker/inline/trigger/react.md | 49 + static/usage/v7/picker/inline/trigger/vue.md | 54 + .../angular/example_component_html.md | 8 + .../angular/example_component_ts.md | 66 + .../usage/v7/picker/multiple-column/demo.html | 85 + .../usage/v7/picker/multiple-column/index.md | 25 + .../v7/picker/multiple-column/javascript.md | 65 + .../usage/v7/picker/multiple-column/react.md | 74 + static/usage/v7/picker/multiple-column/vue.md | 79 + .../angular/example_component_css.md | 12 + .../angular/example_component_html.md | 31 + .../angular/example_component_ts.md | 10 + .../customization/positioning/demo.html | 52 + .../customization/positioning/index.md | 34 + .../customization/positioning/javascript.md | 36 + .../positioning/react/main_css.md | 12 + .../positioning/react/main_tsx.md | 33 + .../popover/customization/positioning/vue.md | 47 + .../popover/customization/sizing/angular.md | 15 + .../v7/popover/customization/sizing/demo.html | 32 + .../v7/popover/customization/sizing/index.md | 13 + .../customization/sizing/javascript.md | 11 + .../v7/popover/customization/sizing/react.md | 20 + .../v7/popover/customization/sizing/vue.md | 22 + .../styling/angular/example_component_html.md | 8 + .../styling/angular/global_css.md | 17 + .../popover/customization/styling/demo.html | 45 + .../v7/popover/customization/styling/index.md | 32 + .../customization/styling/javascript.md | 24 + .../customization/styling/react/main_css.md | 17 + .../customization/styling/react/main_tsx.md | 18 + .../v7/popover/customization/styling/vue.md | 35 + static/usage/v7/popover/nested/angular.md | 24 + static/usage/v7/popover/nested/demo.html | 41 + static/usage/v7/popover/nested/index.md | 13 + static/usage/v7/popover/nested/javascript.md | 20 + static/usage/v7/popover/nested/react.md | 37 + static/usage/v7/popover/nested/vue.md | 31 + .../v7/popover/performance/mount/angular.md | 8 + .../v7/popover/performance/mount/demo.html | 27 + .../v7/popover/performance/mount/index.md | 18 + .../popover/performance/mount/javascript.md | 6 + .../v7/popover/performance/mount/react.md | 15 + .../usage/v7/popover/performance/mount/vue.md | 19 + .../controller/angular/app_module_ts.md | 19 + .../angular/example_component_html.md | 4 + .../angular/example_component_ts.md | 29 + .../angular/popover_component_html.md | 3 + .../angular/popover_component_ts.md | 10 + .../popover/presenting/controller/demo.html | 63 + .../v7/popover/presenting/controller/index.md | 38 + .../presenting/controller/javascript.md | 36 + .../v7/popover/presenting/controller/react.md | 30 + .../presenting/controller/vue/example_vue.md | 32 + .../presenting/controller/vue/popover_vue.md | 15 + .../angular/example_component_html.md | 8 + .../angular/example_component_ts.md | 18 + .../presenting/inline-isopen/demo.html | 39 + .../popover/presenting/inline-isopen/index.md | 25 + .../presenting/inline-isopen/javascript.md | 18 + .../popover/presenting/inline-isopen/react.md | 24 + .../popover/presenting/inline-isopen/vue.md | 29 + .../presenting/inline-trigger/angular.md | 22 + .../presenting/inline-trigger/demo.html | 37 + .../presenting/inline-trigger/index.md | 13 + .../presenting/inline-trigger/javascript.md | 16 + .../presenting/inline-trigger/react.md | 25 + .../popover/presenting/inline-trigger/vue.md | 27 + .../buffer/angular/example_component_html.md | 3 + .../buffer/angular/example_component_ts.md | 29 + static/usage/v7/progress-bar/buffer/demo.html | 47 + static/usage/v7/progress-bar/buffer/index.md | 25 + .../v7/progress-bar/buffer/javascript.md | 25 + static/usage/v7/progress-bar/buffer/react.md | 30 + static/usage/v7/progress-bar/buffer/vue.md | 38 + .../angular/example_component_html.md | 3 + .../angular/example_component_ts.md | 26 + .../v7/progress-bar/determinate/demo.html | 42 + .../v7/progress-bar/determinate/index.md | 25 + .../v7/progress-bar/determinate/javascript.md | 20 + .../v7/progress-bar/determinate/react.md | 27 + .../usage/v7/progress-bar/determinate/vue.md | 34 + .../v7/progress-bar/indeterminate/angular.md | 3 + .../v7/progress-bar/indeterminate/demo.html | 25 + .../v7/progress-bar/indeterminate/index.md | 12 + .../progress-bar/indeterminate/javascript.md | 3 + .../v7/progress-bar/indeterminate/react.md | 11 + .../v7/progress-bar/indeterminate/vue.md | 14 + .../v7/progress-bar/theming/colors/angular.md | 11 + .../v7/progress-bar/theming/colors/demo.html | 39 + .../v7/progress-bar/theming/colors/index.md | 12 + .../progress-bar/theming/colors/javascript.md | 11 + .../v7/progress-bar/theming/colors/react.md | 21 + .../v7/progress-bar/theming/colors/vue.md | 22 + .../angular/example_component_css.md | 6 + .../angular/example_component_html.md | 4 + .../theming/css-properties/demo.html | 37 + .../theming/css-properties/index.md | 32 + .../theming/css-properties/javascript.md | 11 + .../theming/css-properties/react/main_css.md | 6 + .../theming/css-properties/react/main_tsx.md | 17 + .../theming/css-properties/vue.md | 22 + .../angular/example_component_css.md | 13 + .../angular/example_component_html.md | 4 + .../theming/css-shadow-parts/demo.html | 44 + .../theming/css-shadow-parts/index.md | 32 + .../theming/css-shadow-parts/javascript.md | 18 + .../css-shadow-parts/react/main_css.md | 13 + .../css-shadow-parts/react/main_tsx.md | 17 + .../theming/css-shadow-parts/vue.md | 29 + static/usage/v7/radio/basic/angular.md | 8 + static/usage/v7/radio/basic/demo.html | 35 + static/usage/v7/radio/basic/index.md | 8 + static/usage/v7/radio/basic/javascript.md | 8 + static/usage/v7/radio/basic/react.md | 16 + static/usage/v7/radio/basic/vue.md | 19 + .../usage/v7/radio/empty-selection/angular.md | 8 + .../usage/v7/radio/empty-selection/demo.html | 29 + .../usage/v7/radio/empty-selection/index.md | 12 + .../v7/radio/empty-selection/javascript.md | 8 + .../usage/v7/radio/empty-selection/react.md | 16 + static/usage/v7/radio/empty-selection/vue.md | 19 + static/usage/v7/radio/justify/angular.md | 21 + static/usage/v7/radio/justify/demo.html | 46 + static/usage/v7/radio/justify/index.md | 8 + static/usage/v7/radio/justify/javascript.md | 21 + static/usage/v7/radio/justify/react.md | 29 + static/usage/v7/radio/justify/vue.md | 32 + .../usage/v7/radio/label-placement/angular.md | 17 + .../usage/v7/radio/label-placement/demo.html | 40 + .../usage/v7/radio/label-placement/index.md | 8 + .../v7/radio/label-placement/javascript.md | 17 + .../usage/v7/radio/label-placement/react.md | 27 + static/usage/v7/radio/label-placement/vue.md | 28 + static/usage/v7/radio/migration/index.md | 188 + .../usage/v7/radio/theming/colors/angular.md | 29 + .../usage/v7/radio/theming/colors/demo.html | 50 + static/usage/v7/radio/theming/colors/index.md | 13 + .../v7/radio/theming/colors/javascript.md | 29 + static/usage/v7/radio/theming/colors/react.md | 39 + static/usage/v7/radio/theming/colors/vue.md | 40 + .../angular/example_component_css.md | 21 + .../angular/example_component_html.md | 6 + .../v7/radio/theming/css-properties/demo.html | 49 + .../v7/radio/theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 28 + .../theming/css-properties/react/main_css.md | 21 + .../theming/css-properties/react/main_tsx.md | 16 + .../v7/radio/theming/css-properties/vue.md | 39 + .../angular/example_component_css.md | 32 + .../angular/example_component_html.md | 6 + .../radio/theming/css-shadow-parts/demo.html | 60 + .../radio/theming/css-shadow-parts/index.md | 33 + .../theming/css-shadow-parts/javascript.md | 39 + .../css-shadow-parts/react/main_css.md | 32 + .../css-shadow-parts/react/main_tsx.md | 16 + .../v7/radio/theming/css-shadow-parts/vue.md | 50 + static/usage/v7/range/basic/angular.md | 3 + static/usage/v7/range/basic/demo.html | 29 + static/usage/v7/range/basic/index.md | 8 + static/usage/v7/range/basic/javascript.md | 3 + static/usage/v7/range/basic/react.md | 8 + static/usage/v7/range/basic/vue.md | 14 + static/usage/v7/range/dual-knobs/angular.md | 3 + static/usage/v7/range/dual-knobs/demo.html | 36 + static/usage/v7/range/dual-knobs/index.md | 8 + .../usage/v7/range/dual-knobs/javascript.md | 11 + static/usage/v7/range/dual-knobs/react.md | 17 + static/usage/v7/range/dual-knobs/vue.md | 14 + .../angular/example_component_html.md | 4 + .../angular/example_component_ts.md | 18 + .../usage/v7/range/ion-change-event/demo.html | 40 + .../usage/v7/range/ion-change-event/index.md | 24 + .../v7/range/ion-change-event/javascript.md | 13 + .../usage/v7/range/ion-change-event/react.md | 15 + static/usage/v7/range/ion-change-event/vue.md | 25 + .../angular/example_component_html.md | 9 + .../angular/example_component_ts.md | 23 + .../v7/range/ion-knob-move-event/demo.html | 50 + .../v7/range/ion-knob-move-event/index.md | 24 + .../range/ion-knob-move-event/javascript.md | 23 + .../v7/range/ion-knob-move-event/react.md | 25 + .../usage/v7/range/ion-knob-move-event/vue.md | 34 + static/usage/v7/range/labels/angular.md | 17 + static/usage/v7/range/labels/demo.html | 45 + static/usage/v7/range/labels/index.md | 8 + static/usage/v7/range/labels/javascript.md | 17 + static/usage/v7/range/labels/react.md | 26 + static/usage/v7/range/labels/vue.md | 28 + static/usage/v7/range/migration/index.md | 212 + .../pins/angular/example_component_html.md | 3 + .../pins/angular/example_component_ts.md | 13 + static/usage/v7/range/pins/demo.html | 35 + static/usage/v7/range/pins/index.md | 24 + static/usage/v7/range/pins/javascript.md | 10 + static/usage/v7/range/pins/react.md | 8 + static/usage/v7/range/pins/vue.md | 19 + static/usage/v7/range/slots/angular.md | 6 + static/usage/v7/range/slots/demo.html | 32 + static/usage/v7/range/slots/index.md | 8 + static/usage/v7/range/slots/javascript.md | 6 + static/usage/v7/range/slots/react.md | 15 + static/usage/v7/range/slots/vue.md | 24 + .../usage/v7/range/snapping-ticks/angular.md | 3 + .../usage/v7/range/snapping-ticks/demo.html | 29 + static/usage/v7/range/snapping-ticks/index.md | 8 + .../v7/range/snapping-ticks/javascript.md | 3 + static/usage/v7/range/snapping-ticks/react.md | 8 + static/usage/v7/range/snapping-ticks/vue.md | 14 + .../angular/example_component_css.md | 12 + .../angular/example_component_html.md | 3 + .../v7/range/theming/css-properties/demo.html | 38 + .../v7/range/theming/css-properties/index.md | 32 + .../theming/css-properties/javascript.md | 16 + .../theming/css-properties/react/main_css.md | 12 + .../theming/css-properties/react/main_tsx.md | 11 + .../v7/range/theming/css-properties/vue.md | 27 + .../angular/example_component_css.md | 43 + .../angular/example_component_html.md | 3 + .../range/theming/css-shadow-parts/demo.html | 71 + .../range/theming/css-shadow-parts/index.md | 32 + .../theming/css-shadow-parts/javascript.md | 47 + .../css-shadow-parts/react/main_css.md | 43 + .../css-shadow-parts/react/main_tsx.md | 12 + .../v7/range/theming/css-shadow-parts/vue.md | 58 + .../advanced/angular/example_component_css.md | 11 + .../angular/example_component_html.md | 23 + .../advanced/angular/example_component_ts.md | 37 + static/usage/v7/refresher/advanced/demo.html | 99 + static/usage/v7/refresher/advanced/index.md | 36 + .../usage/v7/refresher/advanced/javascript.md | 68 + .../v7/refresher/advanced/react/main_css.md | 11 + .../v7/refresher/advanced/react/main_tsx.md | 67 + static/usage/v7/refresher/advanced/vue.md | 72 + .../basic/angular/example_component_html.md | 15 + .../basic/angular/example_component_ts.md | 16 + static/usage/v7/refresher/basic/demo.html | 43 + static/usage/v7/refresher/basic/index.md | 26 + static/usage/v7/refresher/basic/javascript.md | 26 + static/usage/v7/refresher/basic/react.md | 33 + static/usage/v7/refresher/basic/vue.md | 36 + .../angular/example_component_html.md | 20 + .../angular/example_component_ts.md | 16 + .../v7/refresher/custom-content/demo.html | 45 + .../v7/refresher/custom-content/index.md | 26 + .../v7/refresher/custom-content/javascript.md | 31 + .../v7/refresher/custom-content/react.md | 39 + .../usage/v7/refresher/custom-content/vue.md | 42 + .../angular/example_component_css.md | 10 + .../angular/example_component_html.md | 17 + .../angular/example_component_ts.md | 17 + .../refresher/custom-scroll-target/demo.html | 56 + .../refresher/custom-scroll-target/index.md | 34 + .../custom-scroll-target/javascript.md | 39 + .../custom-scroll-target/react/main_css.md | 10 + .../custom-scroll-target/react/main_tsx.md | 37 + .../v7/refresher/custom-scroll-target/vue.md | 49 + .../angular/example_component_html.md | 15 + .../angular/example_component_ts.md | 16 + .../v7/refresher/pull-properties/demo.html | 43 + .../v7/refresher/pull-properties/index.md | 26 + .../refresher/pull-properties/javascript.md | 26 + .../v7/refresher/pull-properties/react.md | 33 + .../usage/v7/refresher/pull-properties/vue.md | 36 + .../basic/angular/example_component_html.md | 42 + .../basic/angular/example_component_ts.md | 22 + static/usage/v7/reorder/basic/demo.html | 83 + static/usage/v7/reorder/basic/index.md | 25 + static/usage/v7/reorder/basic/javascript.md | 56 + static/usage/v7/reorder/basic/react.md | 60 + static/usage/v7/reorder/basic/vue.md | 66 + .../angular/example_component_html.md | 52 + .../angular/example_component_ts.md | 22 + static/usage/v7/reorder/custom-icon/demo.html | 93 + static/usage/v7/reorder/custom-icon/index.md | 25 + .../v7/reorder/custom-icon/javascript.md | 66 + static/usage/v7/reorder/custom-icon/react.md | 71 + static/usage/v7/reorder/custom-icon/vue.md | 76 + .../angular/example_component_css.md | 11 + .../angular/example_component_html.md | 46 + .../angular/example_component_ts.md | 23 + .../v7/reorder/custom-scroll-target/demo.html | 95 + .../v7/reorder/custom-scroll-target/index.md | 36 + .../custom-scroll-target/javascript.md | 72 + .../custom-scroll-target/react/main_css.md | 11 + .../custom-scroll-target/react/main_tsx.md | 66 + .../v7/reorder/custom-scroll-target/vue.md | 82 + .../angular/example_component_html.md | 46 + .../angular/example_component_ts.md | 28 + .../v7/reorder/toggling-disabled/demo.html | 96 + .../v7/reorder/toggling-disabled/index.md | 25 + .../reorder/toggling-disabled/javascript.md | 64 + .../v7/reorder/toggling-disabled/react.md | 72 + .../usage/v7/reorder/toggling-disabled/vue.md | 76 + .../angular/example_component_html.md | 14 + .../angular/example_component_ts.md | 27 + .../usage/v7/reorder/updating-data/demo.html | 76 + .../usage/v7/reorder/updating-data/index.md | 25 + .../v7/reorder/updating-data/javascript.md | 49 + .../usage/v7/reorder/updating-data/react.md | 39 + static/usage/v7/reorder/updating-data/vue.md | 42 + .../wrapper/angular/example_component_html.md | 47 + .../wrapper/angular/example_component_ts.md | 22 + static/usage/v7/reorder/wrapper/demo.html | 88 + static/usage/v7/reorder/wrapper/index.md | 25 + static/usage/v7/reorder/wrapper/javascript.md | 61 + static/usage/v7/reorder/wrapper/react.md | 65 + static/usage/v7/reorder/wrapper/vue.md | 71 + .../basic/angular/example_component_css.md | 43 + .../basic/angular/example_component_html.md | 17 + static/usage/v7/ripple-effect/basic/demo.html | 82 + static/usage/v7/ripple-effect/basic/index.md | 33 + .../v7/ripple-effect/basic/javascript.md | 61 + .../v7/ripple-effect/basic/react/main_css.md | 43 + .../v7/ripple-effect/basic/react/main_tsx.md | 27 + static/usage/v7/ripple-effect/basic/vue.md | 72 + .../angular/example_component_css.md | 44 + .../angular/example_component_html.md | 15 + .../v7/ripple-effect/customizing/demo.html | 81 + .../v7/ripple-effect/customizing/index.md | 33 + .../ripple-effect/customizing/javascript.md | 60 + .../customizing/react/main_css.md | 44 + .../customizing/react/main_tsx.md | 25 + .../usage/v7/ripple-effect/customizing/vue.md | 71 + .../type/angular/example_component_css.md | 44 + .../type/angular/example_component_html.md | 15 + static/usage/v7/ripple-effect/type/demo.html | 81 + static/usage/v7/ripple-effect/type/index.md | 33 + .../usage/v7/ripple-effect/type/javascript.md | 60 + .../v7/ripple-effect/type/react/main_css.md | 44 + .../v7/ripple-effect/type/react/main_tsx.md | 25 + static/usage/v7/ripple-effect/type/vue.md | 71 + static/usage/v7/router/basic/demo.html | 65 + static/usage/v7/router/basic/index.md | 11 + static/usage/v7/router/basic/javascript.md | 47 + static/usage/v7/searchbar/basic/angular.md | 7 + static/usage/v7/searchbar/basic/demo.html | 34 + static/usage/v7/searchbar/basic/index.md | 13 + static/usage/v7/searchbar/basic/javascript.md | 7 + static/usage/v7/searchbar/basic/react.md | 17 + static/usage/v7/searchbar/basic/vue.md | 18 + .../v7/searchbar/cancel-button/angular.md | 6 + .../v7/searchbar/cancel-button/demo.html | 34 + .../usage/v7/searchbar/cancel-button/index.md | 13 + .../v7/searchbar/cancel-button/javascript.md | 6 + .../usage/v7/searchbar/cancel-button/react.md | 17 + .../usage/v7/searchbar/cancel-button/vue.md | 21 + .../v7/searchbar/clear-button/angular.md | 6 + .../usage/v7/searchbar/clear-button/demo.html | 33 + .../usage/v7/searchbar/clear-button/index.md | 13 + .../v7/searchbar/clear-button/javascript.md | 6 + .../usage/v7/searchbar/clear-button/react.md | 17 + static/usage/v7/searchbar/clear-button/vue.md | 21 + .../angular/example_component_html.md | 9 + .../debounce/angular/example_component_ts.md | 17 + static/usage/v7/searchbar/debounce/demo.html | 64 + static/usage/v7/searchbar/debounce/index.md | 26 + .../usage/v7/searchbar/debounce/javascript.md | 37 + static/usage/v7/searchbar/debounce/react.md | 30 + static/usage/v7/searchbar/debounce/vue.md | 32 + .../usage/v7/searchbar/search-icon/angular.md | 4 + .../usage/v7/searchbar/search-icon/demo.html | 31 + .../usage/v7/searchbar/search-icon/index.md | 8 + .../v7/searchbar/search-icon/javascript.md | 4 + .../usage/v7/searchbar/search-icon/react.md | 15 + static/usage/v7/searchbar/search-icon/vue.md | 19 + .../v7/searchbar/theming/colors/angular.md | 12 + .../v7/searchbar/theming/colors/demo.html | 39 + .../v7/searchbar/theming/colors/index.md | 13 + .../v7/searchbar/theming/colors/javascript.md | 12 + .../v7/searchbar/theming/colors/react.md | 22 + .../usage/v7/searchbar/theming/colors/vue.md | 23 + .../angular/example_component_css.md | 20 + .../angular/example_component_html.md | 3 + .../theming/css-properties/demo.html | 48 + .../searchbar/theming/css-properties/index.md | 32 + .../theming/css-properties/javascript.md | 24 + .../theming/css-properties/react/main_css.md | 20 + .../theming/css-properties/react/main_tsx.md | 13 + .../searchbar/theming/css-properties/vue.md | 35 + .../usage/v7/segment-button/basic/angular.md | 25 + .../usage/v7/segment-button/basic/demo.html | 56 + static/usage/v7/segment-button/basic/index.md | 8 + .../v7/segment-button/basic/javascript.md | 25 + static/usage/v7/segment-button/basic/react.md | 35 + static/usage/v7/segment-button/basic/vue.md | 36 + .../usage/v7/segment-button/layout/angular.md | 73 + .../usage/v7/segment-button/layout/demo.html | 104 + .../usage/v7/segment-button/layout/index.md | 13 + .../v7/segment-button/layout/javascript.md | 73 + .../usage/v7/segment-button/layout/react.md | 84 + static/usage/v7/segment-button/layout/vue.md | 88 + .../angular/example_component_css.md | 19 + .../angular/example_component_html.md | 13 + .../theming/css-properties/demo.html | 59 + .../theming/css-properties/index.md | 32 + .../theming/css-properties/javascript.md | 33 + .../theming/css-properties/react/main_css.md | 19 + .../theming/css-properties/react/main_tsx.md | 23 + .../theming/css-properties/vue.md | 44 + .../angular/example_component_css.md | 31 + .../angular/example_component_html.md | 13 + .../theming/css-shadow-parts/demo.html | 71 + .../theming/css-shadow-parts/index.md | 32 + .../theming/css-shadow-parts/javascript.md | 45 + .../css-shadow-parts/react/main_css.md | 31 + .../css-shadow-parts/react/main_tsx.md | 23 + .../theming/css-shadow-parts/vue.md | 56 + static/usage/v7/segment/basic/angular.md | 19 + static/usage/v7/segment/basic/demo.html | 50 + static/usage/v7/segment/basic/index.md | 8 + static/usage/v7/segment/basic/javascript.md | 19 + static/usage/v7/segment/basic/react.md | 29 + static/usage/v7/segment/basic/vue.md | 30 + static/usage/v7/segment/scrollable/angular.md | 34 + static/usage/v7/segment/scrollable/demo.html | 66 + static/usage/v7/segment/scrollable/index.md | 13 + .../usage/v7/segment/scrollable/javascript.md | 34 + static/usage/v7/segment/scrollable/react.md | 43 + static/usage/v7/segment/scrollable/vue.md | 51 + .../v7/segment/theming/colors/angular.md | 82 + .../usage/v7/segment/theming/colors/demo.html | 113 + .../usage/v7/segment/theming/colors/index.md | 13 + .../v7/segment/theming/colors/javascript.md | 82 + .../usage/v7/segment/theming/colors/react.md | 92 + static/usage/v7/segment/theming/colors/vue.md | 93 + .../angular/example_component_css.md | 5 + .../angular/example_component_html.md | 10 + .../segment/theming/css-properties/demo.html | 42 + .../segment/theming/css-properties/index.md | 32 + .../theming/css-properties/javascript.md | 16 + .../theming/css-properties/react/main_css.md | 5 + .../theming/css-properties/react/main_tsx.md | 22 + .../v7/segment/theming/css-properties/vue.md | 27 + .../basic/multiple-selection/angular.md | 11 + .../select/basic/multiple-selection/demo.html | 32 + .../select/basic/multiple-selection/index.md | 13 + .../basic/multiple-selection/javascript.md | 11 + .../select/basic/multiple-selection/react.md | 18 + .../v7/select/basic/multiple-selection/vue.md | 22 + .../angular/example_component_html.md | 20 + .../angular/example_component_ts.md | 19 + .../basic/responding-to-interaction/demo.html | 62 + .../basic/responding-to-interaction/index.md | 25 + .../responding-to-interaction/javascript.md | 29 + .../basic/responding-to-interaction/react.md | 39 + .../basic/responding-to-interaction/vue.md | 41 + .../select/basic/single-selection/angular.md | 11 + .../select/basic/single-selection/demo.html | 32 + .../v7/select/basic/single-selection/index.md | 13 + .../basic/single-selection/javascript.md | 11 + .../v7/select/basic/single-selection/react.md | 18 + .../v7/select/basic/single-selection/vue.md | 22 + .../customization/button-text/angular.md | 18 + .../customization/button-text/demo.html | 39 + .../select/customization/button-text/index.md | 13 + .../customization/button-text/javascript.md | 18 + .../select/customization/button-text/react.md | 25 + .../select/customization/button-text/vue.md | 29 + .../angular/example_component_html.md | 27 + .../angular/example_component_ts.md | 27 + .../customization/interface-options/demo.html | 80 + .../customization/interface-options/index.md | 25 + .../interface-options/javascript.md | 53 + .../customization/interface-options/react.md | 52 + .../customization/interface-options/vue.md | 63 + .../angular/example_component_css.md | 27 + .../angular/example_component_html.md | 7 + .../angular/example_component_ts.md | 10 + .../customization/styling-select/demo.html | 60 + .../customization/styling-select/index.md | 34 + .../styling-select/javascript.md | 35 + .../styling-select/react/main_css.md | 27 + .../styling-select/react/main_tsx.md | 17 + .../customization/styling-select/vue.md | 46 + static/usage/v7/select/fill/angular.md | 15 + static/usage/v7/select/fill/demo.html | 44 + static/usage/v7/select/fill/index.md | 14 + static/usage/v7/select/fill/javascript.md | 15 + static/usage/v7/select/fill/react.md | 25 + static/usage/v7/select/fill/vue.md | 26 + .../select/interfaces/action-sheet/angular.md | 11 + .../select/interfaces/action-sheet/demo.html | 32 + .../select/interfaces/action-sheet/index.md | 13 + .../interfaces/action-sheet/javascript.md | 11 + .../select/interfaces/action-sheet/react.md | 18 + .../v7/select/interfaces/action-sheet/vue.md | 22 + .../v7/select/interfaces/popover/angular.md | 11 + .../v7/select/interfaces/popover/demo.html | 32 + .../v7/select/interfaces/popover/index.md | 13 + .../select/interfaces/popover/javascript.md | 11 + .../v7/select/interfaces/popover/react.md | 18 + .../usage/v7/select/interfaces/popover/vue.md | 22 + static/usage/v7/select/justify/angular.md | 23 + static/usage/v7/select/justify/demo.html | 50 + static/usage/v7/select/justify/index.md | 8 + static/usage/v7/select/justify/javascript.md | 23 + static/usage/v7/select/justify/react.md | 33 + static/usage/v7/select/justify/vue.md | 36 + .../v7/select/label-placement/angular.md | 35 + .../usage/v7/select/label-placement/demo.html | 62 + .../usage/v7/select/label-placement/index.md | 8 + .../v7/select/label-placement/javascript.md | 35 + .../usage/v7/select/label-placement/react.md | 43 + static/usage/v7/select/label-placement/vue.md | 46 + static/usage/v7/select/migration/index.md | 140 + .../angular/example_component_html.md | 18 + .../angular/example_component_ts.md | 45 + .../multiple-selection/demo.html | 91 + .../multiple-selection/index.md | 25 + .../multiple-selection/javascript.md | 60 + .../multiple-selection/react.md | 68 + .../multiple-selection/vue.md | 64 + .../angular/example_component_html.md | 17 + .../angular/example_component_ts.md | 37 + .../using-comparewith/demo.html | 79 + .../using-comparewith/index.md | 25 + .../using-comparewith/javascript.md | 52 + .../using-comparewith/react.md | 59 + .../using-comparewith/vue.md | 55 + .../typeahead/angular/angular_types_ts.md | 6 + .../select/typeahead/angular/app_module_ts.md | 19 + .../angular/example_component_html.md | 23 + .../typeahead/angular/example_component_ts.md | 59 + .../angular/modal-example_component_html.md | 28 + .../angular/modal-example_component_ts.md | 85 + static/usage/v7/select/typeahead/demo.html | 222 + static/usage/v7/select/typeahead/index.md | 52 + .../usage/v7/select/typeahead/javascript.md | 207 + .../v7/select/typeahead/react/main_tsx.md | 81 + .../select/typeahead/react/react_types_ts.md | 6 + .../react/typeahead_component_tsx.md | 111 + .../v7/select/typeahead/vue/example_vue.md | 83 + .../typeahead/vue/typeahead_component_vue.md | 121 + .../v7/select/typeahead/vue/vue_types_ts.md | 6 + .../basic/angular/example_component_html.md | 39 + .../basic/angular/example_component_ts.md | 13 + static/usage/v7/skeleton-text/basic/demo.html | 92 + static/usage/v7/skeleton-text/basic/index.md | 25 + .../v7/skeleton-text/basic/javascript.md | 61 + static/usage/v7/skeleton-text/basic/react.md | 61 + static/usage/v7/skeleton-text/basic/vue.md | 78 + .../angular/example_component_css.md | 7 + .../angular/example_component_html.md | 23 + .../theming/css-properties/demo.html | 60 + .../theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 31 + .../theming/css-properties/react/main_css.md | 7 + .../theming/css-properties/react/main_tsx.md | 40 + .../theming/css-properties/vue.md | 56 + static/usage/v7/spinner/basic/angular.md | 51 + static/usage/v7/spinner/basic/demo.html | 79 + static/usage/v7/spinner/basic/index.md | 13 + static/usage/v7/spinner/basic/javascript.md | 51 + static/usage/v7/spinner/basic/react.md | 61 + static/usage/v7/spinner/basic/vue.md | 62 + .../v7/spinner/theming/colors/angular.md | 12 + .../usage/v7/spinner/theming/colors/demo.html | 33 + .../usage/v7/spinner/theming/colors/index.md | 13 + .../v7/spinner/theming/colors/javascript.md | 12 + .../usage/v7/spinner/theming/colors/react.md | 22 + static/usage/v7/spinner/theming/colors/vue.md | 23 + .../angular/example_component_css.md | 5 + .../angular/example_component_html.md | 3 + .../spinner/theming/css-properties/demo.html | 30 + .../spinner/theming/css-properties/index.md | 32 + .../theming/css-properties/javascript.md | 9 + .../spinner/theming/css-properties/react.md | 11 + .../theming/css-properties/react/main_css.md | 5 + .../theming/css-properties/react/main_tsx.md | 15 + .../v7/spinner/theming/css-properties/vue.md | 20 + static/usage/v7/split-pane/basic/angular.md | 25 + static/usage/v7/split-pane/basic/demo.html | 42 + static/usage/v7/split-pane/basic/index.md | 13 + .../usage/v7/split-pane/basic/javascript.md | 25 + static/usage/v7/split-pane/basic/react.md | 33 + static/usage/v7/split-pane/basic/vue.md | 36 + .../angular/example_component_css.md | 8 + .../angular/example_component_html.md | 25 + .../theming/css-properties/demo.html | 50 + .../theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 34 + .../theming/css-properties/react/main_css.md | 8 + .../theming/css-properties/react/main_tsx.md | 35 + .../split-pane/theming/css-properties/vue.md | 45 + .../tabs/router/angular/app_component_html.md | 3 + .../v7/tabs/router/angular/app_module_ts.md | 19 + .../router/angular/app_routing_module_ts.md | 42 + .../router/angular/example_component_html.md | 24 + .../v7/tabs/router/angular/global_css.md | 8 + .../angular/home_page_component_html.md | 10 + .../router/angular/home_page_component_ts.md | 9 + .../router/angular/home_page_module_ts.md | 14 + .../angular/library_page_component_html.md | 10 + .../angular/library_page_component_ts.md | 9 + .../router/angular/library_page_module_ts.md | 14 + .../angular/radio_page_component_html.md | 10 + .../router/angular/radio_page_component_ts.md | 9 + .../router/angular/radio_page_module_ts.md | 14 + .../angular/search_page_component_html.md | 10 + .../angular/search_page_component_ts.md | 9 + .../router/angular/search_page_module_ts.md | 14 + static/usage/v7/tabs/router/demo.html | 125 + static/usage/v7/tabs/router/index.md | 93 + static/usage/v7/tabs/router/javascript.md | 101 + .../v7/tabs/router/react/home_page_tsx.md | 28 + .../v7/tabs/router/react/library_page_tsx.md | 28 + static/usage/v7/tabs/router/react/main_tsx.md | 58 + .../v7/tabs/router/react/radio_page_tsx.md | 28 + .../v7/tabs/router/react/search_page_tsx.md | 28 + static/usage/v7/tabs/router/vue.md | 81 + static/usage/v7/tabs/router/vue/app_vue.md | 20 + .../usage/v7/tabs/router/vue/example_vue.md | 48 + .../usage/v7/tabs/router/vue/home_page_vue.md | 31 + .../v7/tabs/router/vue/library_page_vue.md | 31 + static/usage/v7/tabs/router/vue/main_ts.md | 32 + .../v7/tabs/router/vue/radio_page_vue.md | 31 + static/usage/v7/tabs/router/vue/router_ts.md | 46 + .../v7/tabs/router/vue/search_page_vue.md | 31 + static/usage/v7/text/basic/angular.md | 21 + static/usage/v7/text/basic/demo.html | 61 + static/usage/v7/text/basic/index.md | 8 + static/usage/v7/text/basic/javascript.md | 21 + static/usage/v7/text/basic/react.md | 32 + static/usage/v7/text/basic/vue.md | 38 + static/usage/v7/textarea/autogrow/angular.md | 7 + static/usage/v7/textarea/autogrow/demo.html | 38 + static/usage/v7/textarea/autogrow/index.md | 13 + .../usage/v7/textarea/autogrow/javascript.md | 7 + static/usage/v7/textarea/autogrow/react.md | 16 + static/usage/v7/textarea/autogrow/vue.md | 18 + static/usage/v7/textarea/basic/angular.md | 13 + static/usage/v7/textarea/basic/demo.html | 40 + static/usage/v7/textarea/basic/index.md | 13 + static/usage/v7/textarea/basic/javascript.md | 13 + static/usage/v7/textarea/basic/react.md | 20 + static/usage/v7/textarea/basic/vue.md | 24 + .../v7/textarea/clear-on-edit/angular.md | 6 + .../usage/v7/textarea/clear-on-edit/demo.html | 31 + .../usage/v7/textarea/clear-on-edit/index.md | 13 + .../v7/textarea/clear-on-edit/javascript.md | 6 + .../usage/v7/textarea/clear-on-edit/react.md | 13 + static/usage/v7/textarea/clear-on-edit/vue.md | 17 + .../counter/angular/example_component_html.md | 11 + .../counter/angular/example_component_ts.md | 13 + static/usage/v7/textarea/counter/demo.html | 41 + static/usage/v7/textarea/counter/index.md | 25 + .../usage/v7/textarea/counter/javascript.md | 16 + static/usage/v7/textarea/counter/react.md | 21 + static/usage/v7/textarea/counter/vue.md | 27 + static/usage/v7/textarea/fill/angular.md | 7 + static/usage/v7/textarea/fill/demo.html | 38 + static/usage/v7/textarea/fill/index.md | 14 + static/usage/v7/textarea/fill/javascript.md | 12 + static/usage/v7/textarea/fill/react.md | 21 + static/usage/v7/textarea/fill/vue.md | 23 + .../usage/v7/textarea/helper-error/angular.md | 11 + .../usage/v7/textarea/helper-error/demo.html | 56 + .../usage/v7/textarea/helper-error/index.md | 18 + .../v7/textarea/helper-error/javascript.md | 37 + .../usage/v7/textarea/helper-error/react.md | 49 + static/usage/v7/textarea/helper-error/vue.md | 47 + .../v7/textarea/label-placement/angular.md | 16 + .../v7/textarea/label-placement/demo.html | 43 + .../v7/textarea/label-placement/index.md | 13 + .../v7/textarea/label-placement/javascript.md | 16 + .../v7/textarea/label-placement/react.md | 24 + .../usage/v7/textarea/label-placement/vue.md | 27 + static/usage/v7/textarea/migration/index.md | 248 + .../theming/angular/example_component_css.md | 15 + .../theming/angular/example_component_html.md | 10 + static/usage/v7/textarea/theming/demo.html | 50 + static/usage/v7/textarea/theming/index.md | 33 + .../usage/v7/textarea/theming/javascript.md | 26 + .../v7/textarea/theming/react/main_css.md | 15 + .../v7/textarea/theming/react/main_tsx.md | 20 + static/usage/v7/textarea/theming/vue.md | 37 + static/usage/v7/thumbnail/basic/angular.md | 5 + static/usage/v7/thumbnail/basic/demo.html | 27 + static/usage/v7/thumbnail/basic/index.md | 8 + static/usage/v7/thumbnail/basic/javascript.md | 5 + static/usage/v7/thumbnail/basic/react.md | 15 + static/usage/v7/thumbnail/basic/vue.md | 16 + static/usage/v7/thumbnail/item/angular.md | 8 + static/usage/v7/thumbnail/item/demo.html | 30 + static/usage/v7/thumbnail/item/index.md | 8 + static/usage/v7/thumbnail/item/javascript.md | 8 + static/usage/v7/thumbnail/item/react.md | 18 + static/usage/v7/thumbnail/item/vue.md | 19 + .../angular/example_component_css.md | 7 + .../angular/example_component_html.md | 6 + .../theming/css-properties/demo.html | 33 + .../thumbnail/theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 12 + .../theming/css-properties/react/main_css.md | 6 + .../theming/css-properties/react/main_tsx.md | 18 + .../thumbnail/theming/css-properties/vue.md | 23 + static/usage/v7/title/basic/angular.md | 7 + static/usage/v7/title/basic/demo.html | 25 + static/usage/v7/title/basic/index.md | 14 + static/usage/v7/title/basic/javascript.md | 7 + static/usage/v7/title/basic/react.md | 15 + static/usage/v7/title/basic/vue.md | 18 + .../collapsible-large-title/basic/angular.md | 39 + .../collapsible-large-title/basic/demo.html | 59 + .../collapsible-large-title/basic/index.md | 16 + .../basic/javascript.md | 39 + .../collapsible-large-title/basic/react.md | 49 + .../collapsible-large-title/basic/vue.md | 50 + .../buttons/angular.md | 45 + .../collapsible-large-title/buttons/demo.html | 65 + .../collapsible-large-title/buttons/index.md | 15 + .../buttons/javascript.md | 45 + .../collapsible-large-title/buttons/react.md | 55 + .../collapsible-large-title/buttons/vue.md | 56 + .../angular/example_component_html.md | 37 + .../css-properties/angular/global_css.md | 14 + .../v7/title/theming/css-properties/demo.html | 69 + .../v7/title/theming/css-properties/index.md | 34 + .../theming/css-properties/javascript.md | 52 + .../theming/css-properties/react/main_css.md | 14 + .../theming/css-properties/react/main_tsx.md | 49 + .../v7/title/theming/css-properties/vue.md | 62 + .../buttons/angular/example_component_html.md | 12 + .../buttons/angular/example_component_ts.md | 29 + static/usage/v7/toast/buttons/demo.html | 66 + static/usage/v7/toast/buttons/index.md | 25 + static/usage/v7/toast/buttons/javascript.md | 30 + static/usage/v7/toast/buttons/react.md | 36 + static/usage/v7/toast/buttons/vue.md | 51 + static/usage/v7/toast/icon/angular.md | 4 + static/usage/v7/toast/icon/demo.html | 30 + static/usage/v7/toast/icon/index.md | 18 + static/usage/v7/toast/icon/javascript.md | 4 + static/usage/v7/toast/icon/react.md | 15 + static/usage/v7/toast/icon/vue.md | 20 + static/usage/v7/toast/inline/basic/angular.md | 12 + static/usage/v7/toast/inline/basic/demo.html | 29 + static/usage/v7/toast/inline/basic/index.md | 19 + .../usage/v7/toast/inline/basic/javascript.md | 12 + static/usage/v7/toast/inline/basic/react.md | 33 + static/usage/v7/toast/inline/basic/vue.md | 37 + .../is-open/angular/example_component_html.md | 16 + .../is-open/angular/example_component_ts.md | 15 + .../usage/v7/toast/inline/is-open/demo.html | 35 + static/usage/v7/toast/inline/is-open/index.md | 26 + .../v7/toast/inline/is-open/javascript.md | 18 + static/usage/v7/toast/inline/is-open/react.md | 31 + static/usage/v7/toast/inline/is-open/vue.md | 35 + .../layout/angular/example_component_html.md | 17 + .../layout/angular/example_component_ts.md | 15 + static/usage/v7/toast/layout/demo.html | 42 + static/usage/v7/toast/layout/index.md | 25 + static/usage/v7/toast/layout/javascript.md | 18 + static/usage/v7/toast/layout/react.md | 35 + static/usage/v7/toast/layout/vue.md | 37 + .../angular/example_component_html.md | 5 + .../angular/example_component_ts.md | 22 + .../v7/toast/presenting/controller/demo.html | 54 + .../v7/toast/presenting/controller/index.md | 25 + .../toast/presenting/controller/javascript.md | 17 + .../v7/toast/presenting/controller/react.md | 25 + .../v7/toast/presenting/controller/vue.md | 26 + .../theming/angular/example_component_html.md | 4 + .../theming/angular/example_component_ts.md | 18 + .../v7/toast/theming/angular/global_css.md | 17 + static/usage/v7/toast/theming/demo.html | 58 + static/usage/v7/toast/theming/index.md | 34 + static/usage/v7/toast/theming/javascript.md | 32 + .../usage/v7/toast/theming/react/main_css.md | 17 + .../usage/v7/toast/theming/react/main_tsx.md | 27 + static/usage/v7/toast/theming/vue.md | 42 + static/usage/v7/toggle/basic/angular.md | 6 + static/usage/v7/toggle/basic/demo.html | 29 + static/usage/v7/toggle/basic/index.md | 8 + static/usage/v7/toggle/basic/javascript.md | 6 + static/usage/v7/toggle/basic/react.md | 16 + static/usage/v7/toggle/basic/vue.md | 17 + static/usage/v7/toggle/justify/angular.md | 13 + static/usage/v7/toggle/justify/demo.html | 40 + static/usage/v7/toggle/justify/index.md | 8 + static/usage/v7/toggle/justify/javascript.md | 13 + static/usage/v7/toggle/justify/react.md | 21 + static/usage/v7/toggle/justify/vue.md | 24 + .../v7/toggle/label-placement/angular.md | 5 + .../usage/v7/toggle/label-placement/demo.html | 28 + .../usage/v7/toggle/label-placement/index.md | 8 + .../v7/toggle/label-placement/javascript.md | 5 + .../usage/v7/toggle/label-placement/react.md | 15 + static/usage/v7/toggle/label-placement/vue.md | 16 + static/usage/v7/toggle/list/angular.md | 13 + static/usage/v7/toggle/list/demo.html | 35 + static/usage/v7/toggle/list/index.md | 8 + static/usage/v7/toggle/list/javascript.md | 13 + static/usage/v7/toggle/list/react.md | 21 + static/usage/v7/toggle/list/vue.md | 24 + static/usage/v7/toggle/migration/index.md | 188 + static/usage/v7/toggle/on-off/angular.md | 3 + static/usage/v7/toggle/on-off/demo.html | 25 + static/usage/v7/toggle/on-off/index.md | 8 + static/usage/v7/toggle/on-off/javascript.md | 3 + static/usage/v7/toggle/on-off/react.md | 11 + static/usage/v7/toggle/on-off/vue.md | 14 + .../usage/v7/toggle/theming/colors/angular.md | 11 + .../usage/v7/toggle/theming/colors/demo.html | 33 + .../usage/v7/toggle/theming/colors/index.md | 8 + .../v7/toggle/theming/colors/javascript.md | 11 + .../usage/v7/toggle/theming/colors/react.md | 21 + static/usage/v7/toggle/theming/colors/vue.md | 22 + .../angular/example_component_css.md | 27 + .../angular/example_component_html.md | 4 + .../toggle/theming/css-properties/demo.html | 52 + .../v7/toggle/theming/css-properties/index.md | 32 + .../theming/css-properties/javascript.md | 32 + .../theming/css-properties/react/main_css.md | 27 + .../theming/css-properties/react/main_tsx.md | 16 + .../v7/toggle/theming/css-properties/vue.md | 43 + .../angular/example_component_css.md | 34 + .../angular/example_component_html.md | 4 + .../toggle/theming/css-shadow-parts/demo.html | 60 + .../toggle/theming/css-shadow-parts/index.md | 32 + .../theming/css-shadow-parts/javascript.md | 39 + .../css-shadow-parts/react/main_css.md | 34 + .../css-shadow-parts/react/main_tsx.md | 16 + .../v7/toggle/theming/css-shadow-parts/vue.md | 50 + static/usage/v7/toolbar/basic/angular.md | 13 + static/usage/v7/toolbar/basic/demo.html | 31 + static/usage/v7/toolbar/basic/index.md | 14 + static/usage/v7/toolbar/basic/javascript.md | 13 + static/usage/v7/toolbar/basic/react.md | 23 + static/usage/v7/toolbar/basic/vue.md | 24 + static/usage/v7/toolbar/buttons/angular.md | 92 + static/usage/v7/toolbar/buttons/demo.html | 120 + static/usage/v7/toolbar/buttons/index.md | 13 + static/usage/v7/toolbar/buttons/javascript.md | 92 + static/usage/v7/toolbar/buttons/react.md | 103 + static/usage/v7/toolbar/buttons/vue.md | 107 + .../usage/v7/toolbar/progress-bars/angular.md | 8 + .../usage/v7/toolbar/progress-bars/demo.html | 26 + .../usage/v7/toolbar/progress-bars/index.md | 14 + .../v7/toolbar/progress-bars/javascript.md | 8 + .../usage/v7/toolbar/progress-bars/react.md | 16 + static/usage/v7/toolbar/progress-bars/vue.md | 19 + static/usage/v7/toolbar/searchbars/angular.md | 10 + static/usage/v7/toolbar/searchbars/demo.html | 28 + static/usage/v7/toolbar/searchbars/index.md | 14 + .../usage/v7/toolbar/searchbars/javascript.md | 10 + static/usage/v7/toolbar/searchbars/react.md | 18 + static/usage/v7/toolbar/searchbars/vue.md | 21 + static/usage/v7/toolbar/segments/angular.md | 14 + static/usage/v7/toolbar/segments/demo.html | 32 + static/usage/v7/toolbar/segments/index.md | 14 + .../usage/v7/toolbar/segments/javascript.md | 14 + static/usage/v7/toolbar/segments/react.md | 22 + static/usage/v7/toolbar/segments/vue.md | 25 + .../v7/toolbar/theming/colors/angular.md | 32 + .../usage/v7/toolbar/theming/colors/demo.html | 60 + .../usage/v7/toolbar/theming/colors/index.md | 13 + .../v7/toolbar/theming/colors/javascript.md | 32 + .../usage/v7/toolbar/theming/colors/react.md | 42 + static/usage/v7/toolbar/theming/colors/vue.md | 43 + .../angular/example_component_css.md | 14 + .../angular/example_component_html.md | 5 + .../toolbar/theming/css-properties/demo.html | 46 + .../toolbar/theming/css-properties/index.md | 33 + .../theming/css-properties/javascript.md | 20 + .../theming/css-properties/react/main_css.md | 14 + .../theming/css-properties/react/main_tsx.md | 15 + .../v7/toolbar/theming/css-properties/vue.md | 31 + .../version-v5/angular/your-first-app.md | 6 +- .../angular/your-first-app/2-taking-photos.md | 4 +- .../angular/your-first-app/3-saving-photos.md | 2 +- .../your-first-app/4-loading-photos.md | 10 +- .../angular/your-first-app/5-adding-mobile.md | 2 +- .../your-first-app/6-deploying-mobile.md | 4 +- .../angular/your-first-app/7-live-reload.md | 6 +- .../cli/commands/capacitor-build.md | 2 +- .../version-v5/core-concepts/fundamentals.md | 2 +- .../what-are-progressive-web-apps.md | 2 +- .../version-v5/developing/keyboard.md | 4 +- versioned_docs/version-v5/index.md | 5 +- versioned_docs/version-v5/native-community.md | 4 +- versioned_docs/version-v5/react.md | 3 +- versioned_docs/version-v5/react/overview.md | 4 +- versioned_docs/version-v5/react/quickstart.md | 8 +- .../version-v5/react/your-first-app.md | 6 +- .../react/your-first-app/2-taking-photos.md | 4 +- .../react/your-first-app/3-saving-photos.md | 2 +- .../react/your-first-app/4-loading-photos.md | 16 +- .../react/your-first-app/5-adding-mobile.md | 8 +- .../your-first-app/6-deploying-mobile.md | 4 +- .../react/your-first-app/7-live-reload.md | 6 +- .../version-v5/reference/browser-support.md | 4 - .../version-v5/reference/glossary.md | 8 +- .../version-v5/reference/migration.md | 2 +- .../version-v5/reference/support.md | 12 +- .../version-v5/techniques/security.md | 2 +- .../version-v5/utilities/animations.md | 57 +- .../version-v5/utilities/gestures.md | 15 +- versioned_docs/version-v5/vue/overview.md | 4 +- versioned_docs/version-v5/vue/quickstart.md | 8 +- .../version-v5/vue/your-first-app.md | 6 +- .../vue/your-first-app/2-taking-photos.md | 4 +- .../vue/your-first-app/3-saving-photos.md | 2 +- .../vue/your-first-app/4-loading-photos.md | 18 +- .../vue/your-first-app/5-adding-mobile.md | 8 +- .../vue/your-first-app/6-deploying-mobile.md | 4 +- .../vue/your-first-app/7-live-reload.md | 4 +- versioned_docs/version-v6/README.md | 17 + .../version-v6/angular/lifecycle.md | 103 + .../version-v6/angular/navigation.md | 453 + versioned_docs/version-v6/angular/overview.md | 42 + .../version-v6/angular/performance.md | 69 + versioned_docs/version-v6/angular/platform.md | 216 + versioned_docs/version-v6/angular/pwa.md | 152 + versioned_docs/version-v6/angular/slides.md | 333 + versioned_docs/version-v6/angular/storage.md | 32 + versioned_docs/version-v6/angular/testing.md | 595 + .../version-v6/angular/virtual-scroll.md | 129 + .../version-v6/angular/your-first-app.md | 176 + .../angular/your-first-app/2-taking-photos.md | 134 + .../angular/your-first-app/3-saving-photos.md | 81 + .../your-first-app/4-loading-photos.md | 69 + .../angular/your-first-app/5-adding-mobile.md | 117 + .../your-first-app/6-deploying-mobile.md | 114 + .../angular/your-first-app/7-live-reload.md | 114 + .../angular/your-first-app/8-distribute.md | 100 + versioned_docs/version-v6/api.md | 17 + .../version-v6/api/accordion-group.md | 63 + versioned_docs/version-v6/api/accordion.md | 220 + versioned_docs/version-v6/api/action-sheet.md | 132 + versioned_docs/version-v6/api/alert.md | 257 + versioned_docs/version-v6/api/app.md | 55 + versioned_docs/version-v6/api/avatar.md | 76 + versioned_docs/version-v6/api/back-button.md | 66 + versioned_docs/version-v6/api/backdrop.md | 58 + versioned_docs/version-v6/api/badge.md | 68 + versioned_docs/version-v6/api/breadcrumb.md | 63 + versioned_docs/version-v6/api/breadcrumbs.md | 108 + versioned_docs/version-v6/api/button.md | 106 + versioned_docs/version-v6/api/buttons.md | 93 + versioned_docs/version-v6/api/card-content.md | 40 + versioned_docs/version-v6/api/card-header.md | 42 + .../version-v6/api/card-subtitle.md | 42 + versioned_docs/version-v6/api/card-title.md | 50 + versioned_docs/version-v6/api/card.md | 90 + versioned_docs/version-v6/api/checkbox.md | 90 + versioned_docs/version-v6/api/chip.md | 74 + versioned_docs/version-v6/api/col.md | 54 + versioned_docs/version-v6/api/content.md | 158 + .../version-v6/api/datetime-button.md | 82 + versioned_docs/version-v6/api/datetime.md | 464 + versioned_docs/version-v6/api/fab-button.md | 52 + versioned_docs/version-v6/api/fab-list.md | 42 + versioned_docs/version-v6/api/fab.md | 98 + versioned_docs/version-v6/api/footer.md | 84 + versioned_docs/version-v6/api/grid.md | 217 + versioned_docs/version-v6/api/header.md | 94 + versioned_docs/version-v6/api/icon.md | 21 + versioned_docs/version-v6/api/img.md | 54 + .../version-v6/api/infinite-scroll-content.md | 40 + .../version-v6/api/infinite-scroll.md | 119 + versioned_docs/version-v6/api/input.md | 153 + versioned_docs/version-v6/api/item-divider.md | 68 + versioned_docs/version-v6/api/item-group.md | 58 + versioned_docs/version-v6/api/item-option.md | 50 + versioned_docs/version-v6/api/item-options.md | 55 + versioned_docs/version-v6/api/item-sliding.md | 82 + versioned_docs/version-v6/api/item.md | 168 + versioned_docs/version-v6/api/label.md | 74 + versioned_docs/version-v6/api/list-header.md | 76 + versioned_docs/version-v6/api/list.md | 71 + versioned_docs/version-v6/api/loading.md | 179 + versioned_docs/version-v6/api/menu-button.md | 50 + versioned_docs/version-v6/api/menu-toggle.md | 52 + versioned_docs/version-v6/api/menu.md | 96 + versioned_docs/version-v6/api/modal.md | 300 + versioned_docs/version-v6/api/nav-link.md | 50 + versioned_docs/version-v6/api/nav.md | 70 + versioned_docs/version-v6/api/note.md | 74 + versioned_docs/version-v6/api/picker.md | 130 + versioned_docs/version-v6/api/popover.md | 262 + versioned_docs/version-v6/api/progress-bar.md | 100 + versioned_docs/version-v6/api/radio-group.md | 67 + versioned_docs/version-v6/api/radio.md | 84 + versioned_docs/version-v6/api/range.md | 173 + .../version-v6/api/refresher-content.md | 40 + versioned_docs/version-v6/api/refresher.md | 123 + .../version-v6/api/reorder-group.md | 71 + versioned_docs/version-v6/api/reorder.md | 100 + .../version-v6/api/ripple-effect.md | 72 + .../version-v6/api/route-redirect.md | 118 + versioned_docs/version-v6/api/route.md | 270 + versioned_docs/version-v6/api/router-link.md | 61 + .../version-v6/api/router-outlet.md | 57 + versioned_docs/version-v6/api/router.md | 116 + versioned_docs/version-v6/api/row.md | 55 + versioned_docs/version-v6/api/searchbar.md | 143 + .../version-v6/api/segment-button.md | 76 + versioned_docs/version-v6/api/segment.md | 123 + .../version-v6/api/select-option.md | 50 + versioned_docs/version-v6/api/select.md | 187 + .../version-v6/api/skeleton-text.md | 62 + versioned_docs/version-v6/api/slide.md | 54 + versioned_docs/version-v6/api/slides.md | 775 + versioned_docs/version-v6/api/spinner.md | 70 + versioned_docs/version-v6/api/split-pane.md | 89 + versioned_docs/version-v6/api/tab-bar.md | 207 + versioned_docs/version-v6/api/tab-button.md | 281 + versioned_docs/version-v6/api/tab.md | 54 + versioned_docs/version-v6/api/tabs.md | 88 + versioned_docs/version-v6/api/text.md | 58 + versioned_docs/version-v6/api/textarea.md | 101 + versioned_docs/version-v6/api/thumbnail.md | 70 + versioned_docs/version-v6/api/title.md | 92 + versioned_docs/version-v6/api/toast.md | 214 + versioned_docs/version-v6/api/toggle.md | 108 + versioned_docs/version-v6/api/toolbar.md | 110 + .../version-v6/api/virtual-scroll.md | 290 + versioned_docs/version-v6/cli.md | 54 + .../version-v6/cli/commands/.gitignore | 2 + .../version-v6/cli/configuration.md | 243 + versioned_docs/version-v6/cli/livereload.md | 64 + .../version-v6/cli/using-a-proxy.md | 45 + versioned_docs/version-v6/components.md | 156 + versioned_docs/version-v6/contributing/coc.md | 11 + .../contributing/how-to-contribute.md | 252 + .../core-concepts/cross-platform.md | 180 + .../version-v6/core-concepts/fundamentals.md | 47 + .../version-v6/core-concepts/webview.md | 50 + .../what-are-progressive-web-apps.md | 68 + .../version-v6/deployment/app-store.md | 74 + .../version-v6/deployment/desktop-app.md | 48 + .../version-v6/deployment/play-store.mdx | 167 + .../deployment/progressive-web-app.md | 25 + .../version-v6/developer-resources/books.md | 53 + .../version-v6/developer-resources/courses.md | 83 + .../version-v6/developer-resources/guides.md | 9 + .../creating-photo-gallery-device-storage.md | 195 + .../guides/first-app-v3/intro.md | 117 + .../guides/first-app-v3/ios-android-camera.md | 156 + .../realtime-updates-ionic-deploy.md | 193 + .../guides/first-app-v3/theming.md | 47 + .../track-bugs-ionic-monitoring.md | 92 + .../creating-photo-gallery-device-storage.md | 202 + .../guides/first-app-v4/intro.md | 97 + .../guides/first-app-v4/ios-android-camera.md | 154 + .../guides/first-app-v4/theming.md | 56 + .../version-v6/developer-resources/posts.md | 77 + .../version-v6/developer-resources/tools.md | 21 + .../version-v6/developer-resources/videos.md | 21 + .../version-v6/developing/android.md | 222 + .../version-v6/developing/config.md | 147 + .../developing/config/global/index.md | 67 + .../developing/config/per-component/index.md | 143 + .../config/per-platform-fallback/index.md | 79 + .../config/per-platform-overrides/index.md | 88 + .../developing/config/per-platform/index.md | 63 + .../developing/hardware-back-button.md | 345 + versioned_docs/version-v6/developing/ios.md | 184 + .../version-v6/developing/keyboard.md | 272 + .../version-v6/developing/previewing.md | 82 + .../version-v6/developing/scaffolding.md | 91 + .../version-v6/developing/starting.md | 48 + versioned_docs/version-v6/developing/tips.md | 152 + versioned_docs/version-v6/index.md | 159 + versioned_docs/version-v6/intro/cdn.md | 166 + versioned_docs/version-v6/intro/cli.md | 64 + .../version-v6/intro/environment.md | 67 + versioned_docs/version-v6/intro/first-app.md | 24 + versioned_docs/version-v6/intro/next.md | 32 + .../version-v6}/intro/upgrading-to-ionic-6.md | 18 +- .../version-v6/intro/vscode-extension.md | 39 + .../version-v6/layout/css-utilities.md | 534 + .../version-v6/layout/global-stylesheets.md | 73 + versioned_docs/version-v6/layout/structure.md | 236 + versioned_docs/version-v6/native-faq.md | 25 + versioned_docs/version-v6/native-setup.md | 146 + versioned_docs/version-v6/native.md | 36 + versioned_docs/version-v6/native/.gitignore | 2 + versioned_docs/version-v6/react.md | 147 + versioned_docs/version-v6/react/lifecycle.md | 147 + versioned_docs/version-v6/react/navigation.md | 600 + versioned_docs/version-v6/react/overlays.md | 91 + versioned_docs/version-v6/react/overview.md | 45 + .../version-v6/react/performance.md | 47 + versioned_docs/version-v6/react/platform.md | 83 + versioned_docs/version-v6/react/pwa.md | 130 + versioned_docs/version-v6/react/quickstart.md | 452 + versioned_docs/version-v6/react/slides.md | 565 + versioned_docs/version-v6/react/storage.md | 25 + versioned_docs/version-v6/react/testing.md | 7 + .../version-v6/react/virtual-scroll.md | 72 + .../version-v6/react/your-first-app.md | 204 + .../react/your-first-app/2-taking-photos.md | 146 + .../react/your-first-app/3-saving-photos.md | 81 + .../react/your-first-app/4-loading-photos.md | 65 + .../react/your-first-app/5-adding-mobile.md | 73 + .../your-first-app/6-deploying-mobile.md | 107 + .../react/your-first-app/7-live-reload.md | 120 + .../react/your-first-app/8-distribute.md | 100 + .../version-v6/reference/browser-support.md | 52 + .../version-v6/reference/glossary.md | 552 + .../version-v6}/reference/migration.md | 8 +- .../version-v6/reference/release-notes.md | 7 + .../version-v6/reference/support.md | 105 + .../version-v6/reference/versioning.md | 24 + {docs => versioned_docs/version-v6}/studio.md | 0 versioned_docs/version-v6/studio/assets.md | 17 + versioned_docs/version-v6/studio/code.md | 40 + versioned_docs/version-v6/studio/designer.md | 179 + versioned_docs/version-v6/studio/faq.md | 23 + .../studio/guides/routing-and-navigation.md | 29 + .../guides/using-native-functionality.md | 17 + versioned_docs/version-v6/studio/running.md | 66 + versioned_docs/version-v6/studio/settings.md | 68 + .../version-v6/studio/setup/installation.md | 17 + .../version-v6/studio/setup/native.md | 13 + versioned_docs/version-v6/studio/start.md | 13 + versioned_docs/version-v6/studio/support.md | 15 + versioned_docs/version-v6/studio/terminal.md | 36 + versioned_docs/version-v6/studio/theming.md | 15 + .../version-v6/techniques/security.md | 158 + versioned_docs/version-v6/test/page1.md | 3 + versioned_docs/version-v6/test/page2.md | 3 + versioned_docs/version-v6/theming/advanced.md | 182 + versioned_docs/version-v6/theming/basics.md | 42 + .../version-v6/theming/color-generator.md | 19 + versioned_docs/version-v6/theming/colors.md | 116 + .../version-v6/theming/css-shadow-parts.md | 161 + .../version-v6/theming/css-variables.md | 98 + .../version-v6/theming/dark-mode.md | 327 + .../version-v6/theming/platform-styles.md | 51 + versioned_docs/version-v6/theming/themes.md | 67 + .../version-v6/troubleshooting/build.md | 208 + .../version-v6/troubleshooting/cors.md | 300 + .../version-v6/troubleshooting/debugging.md | 100 + .../version-v6/troubleshooting/native.md | 102 + .../version-v6/troubleshooting/runtime.md | 209 + .../version-v6/utilities/animations.md | 1635 + .../version-v6/utilities/gestures.md | 505 + versioned_docs/version-v6/vue/lifecycle.md | 107 + versioned_docs/version-v6/vue/navigation.md | 672 + versioned_docs/version-v6/vue/overview.md | 61 + versioned_docs/version-v6/vue/performance.md | 50 + versioned_docs/version-v6/vue/platform.md | 87 + versioned_docs/version-v6/vue/pwa.md | 214 + versioned_docs/version-v6/vue/quickstart.md | 703 + versioned_docs/version-v6/vue/slides.md | 568 + versioned_docs/version-v6/vue/storage.md | 32 + versioned_docs/version-v6/vue/testing.md | 3 + .../version-v6/vue/troubleshooting.md | 134 + .../version-v6/vue/utility-functions.md | 184 + .../version-v6/vue/virtual-scroll.md | 139 + .../version-v6/vue/your-first-app.md | 261 + .../vue/your-first-app/2-taking-photos.md | 169 + .../vue/your-first-app/3-saving-photos.md | 72 + .../vue/your-first-app/4-loading-photos.md | 69 + .../vue/your-first-app/5-adding-mobile.md | 79 + .../vue/your-first-app/6-deploying-mobile.md | 118 + .../vue/your-first-app/7-live-reload.md | 149 + .../vue/your-first-app/8-distribute.md | 100 + versioned_sidebars/version-v6-sidebars.json | 1369 + versions.json | 5 +- 6186 files changed, 253568 insertions(+), 73714 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml delete mode 100644 .github/ISSUE_TEMPLATE/content-issue.md create mode 100644 .github/ISSUE_TEMPLATE/content-issue.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml create mode 100644 .github/ionic-issue-bot.yml delete mode 100644 docs/angular/config.md create mode 100644 docs/api/datetime-button.md create mode 100644 docs/api/icon.md delete mode 100644 docs/api/slide.md delete mode 100644 docs/api/slides.md delete mode 100644 docs/api/virtual-scroll.md create mode 100644 docs/developing/config.md create mode 100644 docs/developing/config/global/index.md create mode 100644 docs/developing/config/per-component/index.md create mode 100644 docs/developing/config/per-platform-fallback/index.md create mode 100644 docs/developing/config/per-platform-overrides/index.md create mode 100644 docs/developing/config/per-platform/index.md delete mode 100644 docs/native-community.md create mode 100644 docs/native-setup.md create mode 100644 docs/react/adding-ionic-react-to-an-existing-react-project.md create mode 100644 docs/updating/4-0.md create mode 100644 docs/updating/5-0.md create mode 100644 docs/updating/6-0.md create mode 100644 docs/updating/7-0.md create mode 100644 plugins/docusaurus-plugin-ionic-component-api/index.js delete mode 100644 scripts/api-playground-init.js create mode 100644 scripts/build-translate/deepl.config.json create mode 100644 scripts/build-translate/translate-type.ts create mode 100644 scripts/data/translated-cache.json create mode 100644 src/components/global/Playground/README.md delete mode 100644 src/components/page/api/APITOCInline/index.tsx delete mode 100644 static/.gitignore create mode 100644 static/auto-generated/accordion-group/custom-props.md create mode 100644 static/auto-generated/accordion-group/events.md create mode 100644 static/auto-generated/accordion-group/methods.md create mode 100644 static/auto-generated/accordion-group/parts.md create mode 100644 static/auto-generated/accordion-group/props.md create mode 100644 static/auto-generated/accordion-group/slots.md create mode 100644 static/auto-generated/accordion/custom-props.md create mode 100644 static/auto-generated/accordion/events.md create mode 100644 static/auto-generated/accordion/methods.md create mode 100644 static/auto-generated/accordion/parts.md create mode 100644 static/auto-generated/accordion/props.md create mode 100644 static/auto-generated/accordion/slots.md create mode 100644 static/auto-generated/action-sheet/custom-props.md create mode 100644 static/auto-generated/action-sheet/events.md create mode 100644 static/auto-generated/action-sheet/methods.md create mode 100644 static/auto-generated/action-sheet/parts.md create mode 100644 static/auto-generated/action-sheet/props.md create mode 100644 static/auto-generated/action-sheet/slots.md create mode 100644 static/auto-generated/alert/custom-props.md create mode 100644 static/auto-generated/alert/events.md create mode 100644 static/auto-generated/alert/methods.md create mode 100644 static/auto-generated/alert/parts.md create mode 100644 static/auto-generated/alert/props.md create mode 100644 static/auto-generated/alert/slots.md create mode 100644 static/auto-generated/app/custom-props.md create mode 100644 static/auto-generated/app/events.md create mode 100644 static/auto-generated/app/methods.md create mode 100644 static/auto-generated/app/parts.md create mode 100644 static/auto-generated/app/props.md create mode 100644 static/auto-generated/app/slots.md create mode 100644 static/auto-generated/avatar/custom-props.md create mode 100644 static/auto-generated/avatar/events.md create mode 100644 static/auto-generated/avatar/methods.md create mode 100644 static/auto-generated/avatar/parts.md create mode 100644 static/auto-generated/avatar/props.md create mode 100644 static/auto-generated/avatar/slots.md create mode 100644 static/auto-generated/back-button/custom-props.md create mode 100644 static/auto-generated/back-button/events.md create mode 100644 static/auto-generated/back-button/methods.md create mode 100644 static/auto-generated/back-button/parts.md create mode 100644 static/auto-generated/back-button/props.md create mode 100644 static/auto-generated/back-button/slots.md create mode 100644 static/auto-generated/backdrop/custom-props.md create mode 100644 static/auto-generated/backdrop/events.md create mode 100644 static/auto-generated/backdrop/methods.md create mode 100644 static/auto-generated/backdrop/parts.md create mode 100644 static/auto-generated/backdrop/props.md create mode 100644 static/auto-generated/backdrop/slots.md create mode 100644 static/auto-generated/badge/custom-props.md create mode 100644 static/auto-generated/badge/events.md create mode 100644 static/auto-generated/badge/methods.md create mode 100644 static/auto-generated/badge/parts.md create mode 100644 static/auto-generated/badge/props.md create mode 100644 static/auto-generated/badge/slots.md create mode 100644 static/auto-generated/breadcrumb/custom-props.md create mode 100644 static/auto-generated/breadcrumb/events.md create mode 100644 static/auto-generated/breadcrumb/methods.md create mode 100644 static/auto-generated/breadcrumb/parts.md create mode 100644 static/auto-generated/breadcrumb/props.md create mode 100644 static/auto-generated/breadcrumb/slots.md create mode 100644 static/auto-generated/breadcrumbs/custom-props.md create mode 100644 static/auto-generated/breadcrumbs/events.md create mode 100644 static/auto-generated/breadcrumbs/methods.md create mode 100644 static/auto-generated/breadcrumbs/parts.md create mode 100644 static/auto-generated/breadcrumbs/props.md create mode 100644 static/auto-generated/breadcrumbs/slots.md create mode 100644 static/auto-generated/button/custom-props.md create mode 100644 static/auto-generated/button/events.md create mode 100644 static/auto-generated/button/methods.md create mode 100644 static/auto-generated/button/parts.md create mode 100644 static/auto-generated/button/props.md create mode 100644 static/auto-generated/button/slots.md create mode 100644 static/auto-generated/buttons/custom-props.md create mode 100644 static/auto-generated/buttons/events.md create mode 100644 static/auto-generated/buttons/methods.md create mode 100644 static/auto-generated/buttons/parts.md create mode 100644 static/auto-generated/buttons/props.md create mode 100644 static/auto-generated/buttons/slots.md create mode 100644 static/auto-generated/card-content/custom-props.md create mode 100644 static/auto-generated/card-content/events.md create mode 100644 static/auto-generated/card-content/methods.md create mode 100644 static/auto-generated/card-content/parts.md create mode 100644 static/auto-generated/card-content/props.md create mode 100644 static/auto-generated/card-content/slots.md create mode 100644 static/auto-generated/card-header/custom-props.md create mode 100644 static/auto-generated/card-header/events.md create mode 100644 static/auto-generated/card-header/methods.md create mode 100644 static/auto-generated/card-header/parts.md create mode 100644 static/auto-generated/card-header/props.md create mode 100644 static/auto-generated/card-header/slots.md create mode 100644 static/auto-generated/card-subtitle/custom-props.md create mode 100644 static/auto-generated/card-subtitle/events.md create mode 100644 static/auto-generated/card-subtitle/methods.md create mode 100644 static/auto-generated/card-subtitle/parts.md create mode 100644 static/auto-generated/card-subtitle/props.md create mode 100644 static/auto-generated/card-subtitle/slots.md create mode 100644 static/auto-generated/card-title/custom-props.md create mode 100644 static/auto-generated/card-title/events.md create mode 100644 static/auto-generated/card-title/methods.md create mode 100644 static/auto-generated/card-title/parts.md create mode 100644 static/auto-generated/card-title/props.md create mode 100644 static/auto-generated/card-title/slots.md create mode 100644 static/auto-generated/card/custom-props.md create mode 100644 static/auto-generated/card/events.md create mode 100644 static/auto-generated/card/methods.md create mode 100644 static/auto-generated/card/parts.md create mode 100644 static/auto-generated/card/props.md create mode 100644 static/auto-generated/card/slots.md create mode 100644 static/auto-generated/checkbox/custom-props.md create mode 100644 static/auto-generated/checkbox/events.md create mode 100644 static/auto-generated/checkbox/methods.md create mode 100644 static/auto-generated/checkbox/parts.md create mode 100644 static/auto-generated/checkbox/props.md create mode 100644 static/auto-generated/checkbox/slots.md create mode 100644 static/auto-generated/chip/custom-props.md create mode 100644 static/auto-generated/chip/events.md create mode 100644 static/auto-generated/chip/methods.md create mode 100644 static/auto-generated/chip/parts.md create mode 100644 static/auto-generated/chip/props.md create mode 100644 static/auto-generated/chip/slots.md create mode 100644 static/auto-generated/col/custom-props.md create mode 100644 static/auto-generated/col/events.md create mode 100644 static/auto-generated/col/methods.md create mode 100644 static/auto-generated/col/parts.md create mode 100644 static/auto-generated/col/props.md create mode 100644 static/auto-generated/col/slots.md create mode 100644 static/auto-generated/content/custom-props.md create mode 100644 static/auto-generated/content/events.md create mode 100644 static/auto-generated/content/methods.md create mode 100644 static/auto-generated/content/parts.md create mode 100644 static/auto-generated/content/props.md create mode 100644 static/auto-generated/content/slots.md create mode 100644 static/auto-generated/datetime-button/custom-props.md create mode 100644 static/auto-generated/datetime-button/events.md create mode 100644 static/auto-generated/datetime-button/methods.md create mode 100644 static/auto-generated/datetime-button/parts.md create mode 100644 static/auto-generated/datetime-button/props.md create mode 100644 static/auto-generated/datetime-button/slots.md create mode 100644 static/auto-generated/datetime/custom-props.md create mode 100644 static/auto-generated/datetime/events.md create mode 100644 static/auto-generated/datetime/methods.md create mode 100644 static/auto-generated/datetime/parts.md create mode 100644 static/auto-generated/datetime/props.md create mode 100644 static/auto-generated/datetime/slots.md create mode 100644 static/auto-generated/fab-button/custom-props.md create mode 100644 static/auto-generated/fab-button/events.md create mode 100644 static/auto-generated/fab-button/methods.md create mode 100644 static/auto-generated/fab-button/parts.md create mode 100644 static/auto-generated/fab-button/props.md create mode 100644 static/auto-generated/fab-button/slots.md create mode 100644 static/auto-generated/fab-list/custom-props.md create mode 100644 static/auto-generated/fab-list/events.md create mode 100644 static/auto-generated/fab-list/methods.md create mode 100644 static/auto-generated/fab-list/parts.md create mode 100644 static/auto-generated/fab-list/props.md create mode 100644 static/auto-generated/fab-list/slots.md create mode 100644 static/auto-generated/fab/custom-props.md create mode 100644 static/auto-generated/fab/events.md create mode 100644 static/auto-generated/fab/methods.md create mode 100644 static/auto-generated/fab/parts.md create mode 100644 static/auto-generated/fab/props.md create mode 100644 static/auto-generated/fab/slots.md create mode 100644 static/auto-generated/footer/custom-props.md create mode 100644 static/auto-generated/footer/events.md create mode 100644 static/auto-generated/footer/methods.md create mode 100644 static/auto-generated/footer/parts.md create mode 100644 static/auto-generated/footer/props.md create mode 100644 static/auto-generated/footer/slots.md create mode 100644 static/auto-generated/grid/custom-props.md create mode 100644 static/auto-generated/grid/events.md create mode 100644 static/auto-generated/grid/methods.md create mode 100644 static/auto-generated/grid/parts.md create mode 100644 static/auto-generated/grid/props.md create mode 100644 static/auto-generated/grid/slots.md create mode 100644 static/auto-generated/header/custom-props.md create mode 100644 static/auto-generated/header/events.md create mode 100644 static/auto-generated/header/methods.md create mode 100644 static/auto-generated/header/parts.md create mode 100644 static/auto-generated/header/props.md create mode 100644 static/auto-generated/header/slots.md create mode 100644 static/auto-generated/img/custom-props.md create mode 100644 static/auto-generated/img/events.md create mode 100644 static/auto-generated/img/methods.md create mode 100644 static/auto-generated/img/parts.md create mode 100644 static/auto-generated/img/props.md create mode 100644 static/auto-generated/img/slots.md create mode 100644 static/auto-generated/infinite-scroll-content/custom-props.md create mode 100644 static/auto-generated/infinite-scroll-content/events.md create mode 100644 static/auto-generated/infinite-scroll-content/methods.md create mode 100644 static/auto-generated/infinite-scroll-content/parts.md create mode 100644 static/auto-generated/infinite-scroll-content/props.md create mode 100644 static/auto-generated/infinite-scroll-content/slots.md create mode 100644 static/auto-generated/infinite-scroll/custom-props.md create mode 100644 static/auto-generated/infinite-scroll/events.md create mode 100644 static/auto-generated/infinite-scroll/methods.md create mode 100644 static/auto-generated/infinite-scroll/parts.md create mode 100644 static/auto-generated/infinite-scroll/props.md create mode 100644 static/auto-generated/infinite-scroll/slots.md create mode 100644 static/auto-generated/input/custom-props.md create mode 100644 static/auto-generated/input/events.md create mode 100644 static/auto-generated/input/methods.md create mode 100644 static/auto-generated/input/parts.md create mode 100644 static/auto-generated/input/props.md create mode 100644 static/auto-generated/input/slots.md create mode 100644 static/auto-generated/item-divider/custom-props.md create mode 100644 static/auto-generated/item-divider/events.md create mode 100644 static/auto-generated/item-divider/methods.md create mode 100644 static/auto-generated/item-divider/parts.md create mode 100644 static/auto-generated/item-divider/props.md create mode 100644 static/auto-generated/item-divider/slots.md create mode 100644 static/auto-generated/item-group/custom-props.md create mode 100644 static/auto-generated/item-group/events.md create mode 100644 static/auto-generated/item-group/methods.md create mode 100644 static/auto-generated/item-group/parts.md create mode 100644 static/auto-generated/item-group/props.md create mode 100644 static/auto-generated/item-group/slots.md create mode 100644 static/auto-generated/item-option/custom-props.md create mode 100644 static/auto-generated/item-option/events.md create mode 100644 static/auto-generated/item-option/methods.md create mode 100644 static/auto-generated/item-option/parts.md create mode 100644 static/auto-generated/item-option/props.md create mode 100644 static/auto-generated/item-option/slots.md create mode 100644 static/auto-generated/item-options/custom-props.md create mode 100644 static/auto-generated/item-options/events.md create mode 100644 static/auto-generated/item-options/methods.md create mode 100644 static/auto-generated/item-options/parts.md create mode 100644 static/auto-generated/item-options/props.md create mode 100644 static/auto-generated/item-options/slots.md create mode 100644 static/auto-generated/item-sliding/custom-props.md create mode 100644 static/auto-generated/item-sliding/events.md create mode 100644 static/auto-generated/item-sliding/methods.md create mode 100644 static/auto-generated/item-sliding/parts.md create mode 100644 static/auto-generated/item-sliding/props.md create mode 100644 static/auto-generated/item-sliding/slots.md create mode 100644 static/auto-generated/item/custom-props.md create mode 100644 static/auto-generated/item/events.md create mode 100644 static/auto-generated/item/methods.md create mode 100644 static/auto-generated/item/parts.md create mode 100644 static/auto-generated/item/props.md create mode 100644 static/auto-generated/item/slots.md create mode 100644 static/auto-generated/label/custom-props.md create mode 100644 static/auto-generated/label/events.md create mode 100644 static/auto-generated/label/methods.md create mode 100644 static/auto-generated/label/parts.md create mode 100644 static/auto-generated/label/props.md create mode 100644 static/auto-generated/label/slots.md create mode 100644 static/auto-generated/list-header/custom-props.md create mode 100644 static/auto-generated/list-header/events.md create mode 100644 static/auto-generated/list-header/methods.md create mode 100644 static/auto-generated/list-header/parts.md create mode 100644 static/auto-generated/list-header/props.md create mode 100644 static/auto-generated/list-header/slots.md create mode 100644 static/auto-generated/list/custom-props.md create mode 100644 static/auto-generated/list/events.md create mode 100644 static/auto-generated/list/methods.md create mode 100644 static/auto-generated/list/parts.md create mode 100644 static/auto-generated/list/props.md create mode 100644 static/auto-generated/list/slots.md create mode 100644 static/auto-generated/loading/custom-props.md create mode 100644 static/auto-generated/loading/events.md create mode 100644 static/auto-generated/loading/methods.md create mode 100644 static/auto-generated/loading/parts.md create mode 100644 static/auto-generated/loading/props.md create mode 100644 static/auto-generated/loading/slots.md create mode 100644 static/auto-generated/menu-button/custom-props.md create mode 100644 static/auto-generated/menu-button/events.md create mode 100644 static/auto-generated/menu-button/methods.md create mode 100644 static/auto-generated/menu-button/parts.md create mode 100644 static/auto-generated/menu-button/props.md create mode 100644 static/auto-generated/menu-button/slots.md create mode 100644 static/auto-generated/menu-toggle/custom-props.md create mode 100644 static/auto-generated/menu-toggle/events.md create mode 100644 static/auto-generated/menu-toggle/methods.md create mode 100644 static/auto-generated/menu-toggle/parts.md create mode 100644 static/auto-generated/menu-toggle/props.md create mode 100644 static/auto-generated/menu-toggle/slots.md create mode 100644 static/auto-generated/menu/custom-props.md create mode 100644 static/auto-generated/menu/events.md create mode 100644 static/auto-generated/menu/methods.md create mode 100644 static/auto-generated/menu/parts.md create mode 100644 static/auto-generated/menu/props.md create mode 100644 static/auto-generated/menu/slots.md create mode 100644 static/auto-generated/modal/custom-props.md create mode 100644 static/auto-generated/modal/events.md create mode 100644 static/auto-generated/modal/methods.md create mode 100644 static/auto-generated/modal/parts.md create mode 100644 static/auto-generated/modal/props.md create mode 100644 static/auto-generated/modal/slots.md create mode 100644 static/auto-generated/nav-link/custom-props.md create mode 100644 static/auto-generated/nav-link/events.md create mode 100644 static/auto-generated/nav-link/methods.md create mode 100644 static/auto-generated/nav-link/parts.md create mode 100644 static/auto-generated/nav-link/props.md create mode 100644 static/auto-generated/nav-link/slots.md create mode 100644 static/auto-generated/nav/custom-props.md create mode 100644 static/auto-generated/nav/events.md create mode 100644 static/auto-generated/nav/methods.md create mode 100644 static/auto-generated/nav/parts.md create mode 100644 static/auto-generated/nav/props.md create mode 100644 static/auto-generated/nav/slots.md create mode 100644 static/auto-generated/note/custom-props.md create mode 100644 static/auto-generated/note/events.md create mode 100644 static/auto-generated/note/methods.md create mode 100644 static/auto-generated/note/parts.md create mode 100644 static/auto-generated/note/props.md create mode 100644 static/auto-generated/note/slots.md create mode 100644 static/auto-generated/picker/custom-props.md create mode 100644 static/auto-generated/picker/events.md create mode 100644 static/auto-generated/picker/methods.md create mode 100644 static/auto-generated/picker/parts.md create mode 100644 static/auto-generated/picker/props.md create mode 100644 static/auto-generated/picker/slots.md create mode 100644 static/auto-generated/popover/custom-props.md create mode 100644 static/auto-generated/popover/events.md create mode 100644 static/auto-generated/popover/methods.md create mode 100644 static/auto-generated/popover/parts.md create mode 100644 static/auto-generated/popover/props.md create mode 100644 static/auto-generated/popover/slots.md create mode 100644 static/auto-generated/progress-bar/custom-props.md create mode 100644 static/auto-generated/progress-bar/events.md create mode 100644 static/auto-generated/progress-bar/methods.md create mode 100644 static/auto-generated/progress-bar/parts.md create mode 100644 static/auto-generated/progress-bar/props.md create mode 100644 static/auto-generated/progress-bar/slots.md create mode 100644 static/auto-generated/radio-group/custom-props.md create mode 100644 static/auto-generated/radio-group/events.md create mode 100644 static/auto-generated/radio-group/methods.md create mode 100644 static/auto-generated/radio-group/parts.md create mode 100644 static/auto-generated/radio-group/props.md create mode 100644 static/auto-generated/radio-group/slots.md create mode 100644 static/auto-generated/radio/custom-props.md create mode 100644 static/auto-generated/radio/events.md create mode 100644 static/auto-generated/radio/methods.md create mode 100644 static/auto-generated/radio/parts.md create mode 100644 static/auto-generated/radio/props.md create mode 100644 static/auto-generated/radio/slots.md create mode 100644 static/auto-generated/range/custom-props.md create mode 100644 static/auto-generated/range/events.md create mode 100644 static/auto-generated/range/methods.md create mode 100644 static/auto-generated/range/parts.md create mode 100644 static/auto-generated/range/props.md create mode 100644 static/auto-generated/range/slots.md create mode 100644 static/auto-generated/refresher-content/custom-props.md create mode 100644 static/auto-generated/refresher-content/events.md create mode 100644 static/auto-generated/refresher-content/methods.md create mode 100644 static/auto-generated/refresher-content/parts.md create mode 100644 static/auto-generated/refresher-content/props.md create mode 100644 static/auto-generated/refresher-content/slots.md create mode 100644 static/auto-generated/refresher/custom-props.md create mode 100644 static/auto-generated/refresher/events.md create mode 100644 static/auto-generated/refresher/methods.md create mode 100644 static/auto-generated/refresher/parts.md create mode 100644 static/auto-generated/refresher/props.md create mode 100644 static/auto-generated/refresher/slots.md create mode 100644 static/auto-generated/reorder-group/custom-props.md create mode 100644 static/auto-generated/reorder-group/events.md create mode 100644 static/auto-generated/reorder-group/methods.md create mode 100644 static/auto-generated/reorder-group/parts.md create mode 100644 static/auto-generated/reorder-group/props.md create mode 100644 static/auto-generated/reorder-group/slots.md create mode 100644 static/auto-generated/reorder/custom-props.md create mode 100644 static/auto-generated/reorder/events.md create mode 100644 static/auto-generated/reorder/methods.md create mode 100644 static/auto-generated/reorder/parts.md create mode 100644 static/auto-generated/reorder/props.md create mode 100644 static/auto-generated/reorder/slots.md create mode 100644 static/auto-generated/ripple-effect/custom-props.md create mode 100644 static/auto-generated/ripple-effect/events.md create mode 100644 static/auto-generated/ripple-effect/methods.md create mode 100644 static/auto-generated/ripple-effect/parts.md create mode 100644 static/auto-generated/ripple-effect/props.md create mode 100644 static/auto-generated/ripple-effect/slots.md create mode 100644 static/auto-generated/route-redirect/custom-props.md create mode 100644 static/auto-generated/route-redirect/events.md create mode 100644 static/auto-generated/route-redirect/methods.md create mode 100644 static/auto-generated/route-redirect/parts.md create mode 100644 static/auto-generated/route-redirect/props.md create mode 100644 static/auto-generated/route-redirect/slots.md create mode 100644 static/auto-generated/route/custom-props.md create mode 100644 static/auto-generated/route/events.md create mode 100644 static/auto-generated/route/methods.md create mode 100644 static/auto-generated/route/parts.md create mode 100644 static/auto-generated/route/props.md create mode 100644 static/auto-generated/route/slots.md create mode 100644 static/auto-generated/router-link/custom-props.md create mode 100644 static/auto-generated/router-link/events.md create mode 100644 static/auto-generated/router-link/methods.md create mode 100644 static/auto-generated/router-link/parts.md create mode 100644 static/auto-generated/router-link/props.md create mode 100644 static/auto-generated/router-link/slots.md create mode 100644 static/auto-generated/router-outlet/custom-props.md create mode 100644 static/auto-generated/router-outlet/events.md create mode 100644 static/auto-generated/router-outlet/methods.md create mode 100644 static/auto-generated/router-outlet/parts.md create mode 100644 static/auto-generated/router-outlet/props.md create mode 100644 static/auto-generated/router-outlet/slots.md create mode 100644 static/auto-generated/router/custom-props.md create mode 100644 static/auto-generated/router/events.md create mode 100644 static/auto-generated/router/methods.md create mode 100644 static/auto-generated/router/parts.md create mode 100644 static/auto-generated/router/props.md create mode 100644 static/auto-generated/router/slots.md create mode 100644 static/auto-generated/row/custom-props.md create mode 100644 static/auto-generated/row/events.md create mode 100644 static/auto-generated/row/methods.md create mode 100644 static/auto-generated/row/parts.md create mode 100644 static/auto-generated/row/props.md create mode 100644 static/auto-generated/row/slots.md create mode 100644 static/auto-generated/searchbar/custom-props.md create mode 100644 static/auto-generated/searchbar/events.md create mode 100644 static/auto-generated/searchbar/methods.md create mode 100644 static/auto-generated/searchbar/parts.md create mode 100644 static/auto-generated/searchbar/props.md create mode 100644 static/auto-generated/searchbar/slots.md create mode 100644 static/auto-generated/segment-button/custom-props.md create mode 100644 static/auto-generated/segment-button/events.md create mode 100644 static/auto-generated/segment-button/methods.md create mode 100644 static/auto-generated/segment-button/parts.md create mode 100644 static/auto-generated/segment-button/props.md create mode 100644 static/auto-generated/segment-button/slots.md create mode 100644 static/auto-generated/segment/custom-props.md create mode 100644 static/auto-generated/segment/events.md create mode 100644 static/auto-generated/segment/methods.md create mode 100644 static/auto-generated/segment/parts.md create mode 100644 static/auto-generated/segment/props.md create mode 100644 static/auto-generated/segment/slots.md create mode 100644 static/auto-generated/select-option/custom-props.md create mode 100644 static/auto-generated/select-option/events.md create mode 100644 static/auto-generated/select-option/methods.md create mode 100644 static/auto-generated/select-option/parts.md create mode 100644 static/auto-generated/select-option/props.md create mode 100644 static/auto-generated/select-option/slots.md create mode 100644 static/auto-generated/select/custom-props.md create mode 100644 static/auto-generated/select/events.md create mode 100644 static/auto-generated/select/methods.md create mode 100644 static/auto-generated/select/parts.md create mode 100644 static/auto-generated/select/props.md create mode 100644 static/auto-generated/select/slots.md create mode 100644 static/auto-generated/skeleton-text/custom-props.md create mode 100644 static/auto-generated/skeleton-text/events.md create mode 100644 static/auto-generated/skeleton-text/methods.md create mode 100644 static/auto-generated/skeleton-text/parts.md create mode 100644 static/auto-generated/skeleton-text/props.md create mode 100644 static/auto-generated/skeleton-text/slots.md create mode 100644 static/auto-generated/slide/custom-props.md create mode 100644 static/auto-generated/slide/events.md create mode 100644 static/auto-generated/slide/methods.md create mode 100644 static/auto-generated/slide/parts.md create mode 100644 static/auto-generated/slide/props.md create mode 100644 static/auto-generated/slide/slots.md create mode 100644 static/auto-generated/slides/custom-props.md create mode 100644 static/auto-generated/slides/events.md create mode 100644 static/auto-generated/slides/methods.md create mode 100644 static/auto-generated/slides/parts.md create mode 100644 static/auto-generated/slides/props.md create mode 100644 static/auto-generated/slides/slots.md create mode 100644 static/auto-generated/spinner/custom-props.md create mode 100644 static/auto-generated/spinner/events.md create mode 100644 static/auto-generated/spinner/methods.md create mode 100644 static/auto-generated/spinner/parts.md create mode 100644 static/auto-generated/spinner/props.md create mode 100644 static/auto-generated/spinner/slots.md create mode 100644 static/auto-generated/split-pane/custom-props.md create mode 100644 static/auto-generated/split-pane/events.md create mode 100644 static/auto-generated/split-pane/methods.md create mode 100644 static/auto-generated/split-pane/parts.md create mode 100644 static/auto-generated/split-pane/props.md create mode 100644 static/auto-generated/split-pane/slots.md create mode 100644 static/auto-generated/tab-bar/custom-props.md create mode 100644 static/auto-generated/tab-bar/events.md create mode 100644 static/auto-generated/tab-bar/methods.md create mode 100644 static/auto-generated/tab-bar/parts.md create mode 100644 static/auto-generated/tab-bar/props.md create mode 100644 static/auto-generated/tab-bar/slots.md create mode 100644 static/auto-generated/tab-button/custom-props.md create mode 100644 static/auto-generated/tab-button/events.md create mode 100644 static/auto-generated/tab-button/methods.md create mode 100644 static/auto-generated/tab-button/parts.md create mode 100644 static/auto-generated/tab-button/props.md create mode 100644 static/auto-generated/tab-button/slots.md create mode 100644 static/auto-generated/tab/custom-props.md create mode 100644 static/auto-generated/tab/events.md create mode 100644 static/auto-generated/tab/methods.md create mode 100644 static/auto-generated/tab/parts.md create mode 100644 static/auto-generated/tab/props.md create mode 100644 static/auto-generated/tab/slots.md create mode 100644 static/auto-generated/tabs/custom-props.md create mode 100644 static/auto-generated/tabs/events.md create mode 100644 static/auto-generated/tabs/methods.md create mode 100644 static/auto-generated/tabs/parts.md create mode 100644 static/auto-generated/tabs/props.md create mode 100644 static/auto-generated/tabs/slots.md create mode 100644 static/auto-generated/text/custom-props.md create mode 100644 static/auto-generated/text/events.md create mode 100644 static/auto-generated/text/methods.md create mode 100644 static/auto-generated/text/parts.md create mode 100644 static/auto-generated/text/props.md create mode 100644 static/auto-generated/text/slots.md create mode 100644 static/auto-generated/textarea/custom-props.md create mode 100644 static/auto-generated/textarea/events.md create mode 100644 static/auto-generated/textarea/methods.md create mode 100644 static/auto-generated/textarea/parts.md create mode 100644 static/auto-generated/textarea/props.md create mode 100644 static/auto-generated/textarea/slots.md create mode 100644 static/auto-generated/thumbnail/custom-props.md create mode 100644 static/auto-generated/thumbnail/events.md create mode 100644 static/auto-generated/thumbnail/methods.md create mode 100644 static/auto-generated/thumbnail/parts.md create mode 100644 static/auto-generated/thumbnail/props.md create mode 100644 static/auto-generated/thumbnail/slots.md create mode 100644 static/auto-generated/title/custom-props.md create mode 100644 static/auto-generated/title/events.md create mode 100644 static/auto-generated/title/methods.md create mode 100644 static/auto-generated/title/parts.md create mode 100644 static/auto-generated/title/props.md create mode 100644 static/auto-generated/title/slots.md create mode 100644 static/auto-generated/toast/custom-props.md create mode 100644 static/auto-generated/toast/events.md create mode 100644 static/auto-generated/toast/methods.md create mode 100644 static/auto-generated/toast/parts.md create mode 100644 static/auto-generated/toast/props.md create mode 100644 static/auto-generated/toast/slots.md create mode 100644 static/auto-generated/toggle/custom-props.md create mode 100644 static/auto-generated/toggle/events.md create mode 100644 static/auto-generated/toggle/methods.md create mode 100644 static/auto-generated/toggle/parts.md create mode 100644 static/auto-generated/toggle/props.md create mode 100644 static/auto-generated/toggle/slots.md create mode 100644 static/auto-generated/toolbar/custom-props.md create mode 100644 static/auto-generated/toolbar/events.md create mode 100644 static/auto-generated/toolbar/methods.md create mode 100644 static/auto-generated/toolbar/parts.md create mode 100644 static/auto-generated/toolbar/props.md create mode 100644 static/auto-generated/toolbar/slots.md create mode 100644 static/auto-generated/virtual-scroll/custom-props.md create mode 100644 static/auto-generated/virtual-scroll/events.md create mode 100644 static/auto-generated/virtual-scroll/methods.md create mode 100644 static/auto-generated/virtual-scroll/parts.md create mode 100644 static/auto-generated/virtual-scroll/props.md create mode 100644 static/auto-generated/virtual-scroll/slots.md delete mode 100644 static/code/stackblitz/angular/angular.json delete mode 100644 static/code/stackblitz/angular/app.module.ts delete mode 100644 static/code/stackblitz/angular/styles.css delete mode 100644 static/code/stackblitz/html/index.html delete mode 100644 static/code/stackblitz/html/index.ts delete mode 100644 static/code/stackblitz/react/app.tsx delete mode 100644 static/code/stackblitz/react/package-lock.json delete mode 100644 static/code/stackblitz/react/package.json create mode 100644 static/code/stackblitz/v6/angular/angular.json rename static/code/stackblitz/{ => v6}/angular/app.component.css (100%) create mode 100644 static/code/stackblitz/v6/angular/app.component.html rename static/code/stackblitz/{ => v6}/angular/app.component.ts (100%) create mode 100644 static/code/stackblitz/v6/angular/app.component.withContent.html create mode 100644 static/code/stackblitz/v6/angular/app.module.ts create mode 100644 static/code/stackblitz/v6/angular/example.component.ts rename static/code/stackblitz/{ => v6}/angular/global.css (100%) rename static/code/stackblitz/{ => v6}/angular/main.ts (100%) create mode 100644 static/code/stackblitz/v6/angular/package.json create mode 100644 static/code/stackblitz/v6/angular/styles.css rename static/code/stackblitz/{ => v6}/angular/tsconfig.json (100%) create mode 100644 static/code/stackblitz/v6/angular/variables.css create mode 100644 static/code/stackblitz/v6/html/index.html create mode 100644 static/code/stackblitz/v6/html/index.ts create mode 100644 static/code/stackblitz/v6/html/index.withContent.html create mode 100644 static/code/stackblitz/v6/html/package.json create mode 100644 static/code/stackblitz/v6/html/variables.css create mode 100644 static/code/stackblitz/v6/react/app.tsx create mode 100644 static/code/stackblitz/v6/react/app.withContent.tsx create mode 100644 static/code/stackblitz/v6/react/index.html rename static/code/stackblitz/{ => v6}/react/index.tsx (100%) create mode 100644 static/code/stackblitz/v6/react/package-lock.json create mode 100644 static/code/stackblitz/v6/react/package.json rename static/code/stackblitz/{ => v6}/react/tsconfig.json (100%) create mode 100644 static/code/stackblitz/v6/react/variables.css rename static/code/stackblitz/{ => v6}/vue/App.vue (100%) create mode 100644 static/code/stackblitz/v6/vue/App.withContent.vue rename static/code/stackblitz/{ => v6}/vue/env.d.ts (100%) rename static/code/stackblitz/{ => v6}/vue/index.html (100%) create mode 100644 static/code/stackblitz/v6/vue/main.ts create mode 100644 static/code/stackblitz/v6/vue/package-lock.json create mode 100644 static/code/stackblitz/v6/vue/package.json rename static/code/stackblitz/{ => v6}/vue/tsconfig.json (100%) rename static/code/stackblitz/{ => v6}/vue/tsconfig.node.json (100%) create mode 100644 static/code/stackblitz/v6/vue/variables.css rename static/code/stackblitz/{ => v6}/vue/vite.config.ts (100%) create mode 100644 static/code/stackblitz/v7/angular/angular.json create mode 100644 static/code/stackblitz/v7/angular/app.component.css create mode 100644 static/code/stackblitz/v7/angular/app.component.html create mode 100644 static/code/stackblitz/v7/angular/app.component.ts create mode 100644 static/code/stackblitz/v7/angular/app.component.withContent.html create mode 100644 static/code/stackblitz/v7/angular/app.module.ts create mode 100644 static/code/stackblitz/v7/angular/example.component.ts create mode 100644 static/code/stackblitz/v7/angular/global.css create mode 100644 static/code/stackblitz/v7/angular/main.ts create mode 100644 static/code/stackblitz/v7/angular/package.json create mode 100644 static/code/stackblitz/v7/angular/styles.css create mode 100644 static/code/stackblitz/v7/angular/tsconfig.json create mode 100644 static/code/stackblitz/v7/angular/variables.css create mode 100644 static/code/stackblitz/v7/html/index.html create mode 100644 static/code/stackblitz/v7/html/index.ts create mode 100644 static/code/stackblitz/v7/html/index.withContent.html create mode 100644 static/code/stackblitz/v7/html/package.json create mode 100644 static/code/stackblitz/v7/html/variables.css create mode 100644 static/code/stackblitz/v7/react/app.tsx create mode 100644 static/code/stackblitz/v7/react/app.withContent.tsx create mode 100644 static/code/stackblitz/v7/react/index.html create mode 100644 static/code/stackblitz/v7/react/index.tsx create mode 100644 static/code/stackblitz/v7/react/package-lock.json create mode 100644 static/code/stackblitz/v7/react/package.json create mode 100644 static/code/stackblitz/v7/react/tsconfig.json create mode 100644 static/code/stackblitz/v7/react/variables.css create mode 100644 static/code/stackblitz/v7/vue/App.vue create mode 100644 static/code/stackblitz/v7/vue/App.withContent.vue create mode 100644 static/code/stackblitz/v7/vue/env.d.ts create mode 100644 static/code/stackblitz/v7/vue/index.html create mode 100644 static/code/stackblitz/v7/vue/main.ts create mode 100644 static/code/stackblitz/v7/vue/package-lock.json create mode 100644 static/code/stackblitz/v7/vue/package.json create mode 100644 static/code/stackblitz/v7/vue/tsconfig.json create mode 100644 static/code/stackblitz/v7/vue/tsconfig.node.json create mode 100644 static/code/stackblitz/v7/vue/variables.css create mode 100644 static/code/stackblitz/v7/vue/vite.config.ts delete mode 100644 static/code/stackblitz/vue/main.ts delete mode 100644 static/code/stackblitz/vue/package-lock.json delete mode 100644 static/code/stackblitz/vue/package.json delete mode 100644 static/demos/api/accordion/index.html delete mode 100644 static/demos/api/breadcrumbs/index.html delete mode 100644 static/demos/api/icon/index.html delete mode 100644 static/img/avatar.svg create mode 100644 static/img/demos/avatar.svg create mode 100644 static/img/demos/card-media.png create mode 100644 static/img/demos/thumbnail.svg create mode 100644 static/img/developing/previewing/chrome-dev-tools.png create mode 100644 static/img/developing/previewing/firefox-responsive-design-mode.png create mode 100644 static/img/developing/previewing/safari-responsive-design-mode.png create mode 100644 static/img/frameworks/vue.svg mode change 100755 => 100644 static/img/meta/android-icon-144x144.png mode change 100755 => 100644 static/img/meta/android-icon-192x192.png mode change 100755 => 100644 static/img/meta/android-icon-36x36.png mode change 100755 => 100644 static/img/meta/android-icon-48x48.png mode change 100755 => 100644 static/img/meta/android-icon-72x72.png mode change 100755 => 100644 static/img/meta/android-icon-96x96.png mode change 100755 => 100644 static/img/meta/apple-touch-icon-114x114.png mode change 100755 => 100644 static/img/meta/apple-touch-icon-120x120.png mode change 100755 => 100644 static/img/meta/apple-touch-icon-144x144.png mode change 100755 => 100644 static/img/meta/apple-touch-icon-152x152.png mode change 100755 => 100644 static/img/meta/apple-touch-icon-180x180.png mode change 100755 => 100644 static/img/meta/apple-touch-icon-57x57.png mode change 100755 => 100644 static/img/meta/apple-touch-icon-60x60.png mode change 100755 => 100644 static/img/meta/apple-touch-icon-72x72.png mode change 100755 => 100644 static/img/meta/apple-touch-icon-76x76.png mode change 100755 => 100644 static/img/meta/apple-touch-icon-precomposed.png mode change 100755 => 100644 static/img/meta/apple-touch-icon.png mode change 100755 => 100644 static/img/meta/favicon-16x16.png mode change 100755 => 100644 static/img/meta/favicon-32x32.png mode change 100755 => 100644 static/img/meta/favicon-96x96.png mode change 100755 => 100644 static/img/meta/favicon.ico mode change 100755 => 100644 static/img/meta/ms-icon-144x144.png mode change 100755 => 100644 static/img/meta/ms-icon-150x150.png mode change 100755 => 100644 static/img/meta/ms-icon-310x310.png mode change 100755 => 100644 static/img/meta/ms-icon-70x70.png mode change 100755 => 100644 static/img/meta/open-graph.png delete mode 100644 static/usage/accordion/accessibility/animations/angular.md delete mode 100644 static/usage/accordion/accessibility/animations/demo.html delete mode 100644 static/usage/accordion/accessibility/animations/index.md delete mode 100644 static/usage/accordion/accessibility/animations/javascript.md delete mode 100644 static/usage/accordion/accessibility/animations/react.md delete mode 100644 static/usage/accordion/accessibility/animations/vue.md delete mode 100644 static/usage/accordion/basic/demo.html delete mode 100644 static/usage/accordion/basic/index.md delete mode 100644 static/usage/accordion/customization/advanced-expansion-styles/angular/angular-ts.md delete mode 100644 static/usage/accordion/customization/advanced-expansion-styles/demo.html delete mode 100644 static/usage/accordion/customization/advanced-expansion-styles/index.md delete mode 100644 static/usage/accordion/customization/advanced-expansion-styles/react/react-ts.md delete mode 100644 static/usage/accordion/customization/expansion-styles/demo.html delete mode 100644 static/usage/accordion/customization/expansion-styles/index.md delete mode 100644 static/usage/accordion/customization/icons/angular.md delete mode 100644 static/usage/accordion/customization/icons/demo.html delete mode 100644 static/usage/accordion/customization/icons/index.md delete mode 100644 static/usage/accordion/customization/theming/angular.md delete mode 100644 static/usage/accordion/customization/theming/demo.html delete mode 100644 static/usage/accordion/customization/theming/index.md delete mode 100644 static/usage/accordion/disable-group/angular.md delete mode 100644 static/usage/accordion/disable-group/demo.html delete mode 100644 static/usage/accordion/disable-group/index.md delete mode 100644 static/usage/accordion/disable-group/javascript.md delete mode 100644 static/usage/accordion/disable-group/react.md delete mode 100644 static/usage/accordion/disable-group/vue.md delete mode 100644 static/usage/accordion/disable/group/angular.md delete mode 100644 static/usage/accordion/disable/group/demo.html delete mode 100644 static/usage/accordion/disable/group/index.md delete mode 100644 static/usage/accordion/disable/group/javascript.md delete mode 100644 static/usage/accordion/disable/group/react.md delete mode 100644 static/usage/accordion/disable/group/vue.md delete mode 100644 static/usage/accordion/disable/individual/angular.md delete mode 100644 static/usage/accordion/disable/individual/demo.html delete mode 100644 static/usage/accordion/disable/individual/index.md delete mode 100644 static/usage/accordion/disable/individual/javascript.md delete mode 100644 static/usage/accordion/disable/individual/react.md delete mode 100644 static/usage/accordion/disable/individual/vue.md delete mode 100644 static/usage/accordion/listen-changes/angular-html.md delete mode 100644 static/usage/accordion/listen-changes/angular-ts.md delete mode 100644 static/usage/accordion/listen-changes/demo.html delete mode 100644 static/usage/accordion/listen-changes/index.md delete mode 100644 static/usage/accordion/listen-changes/javascript.md delete mode 100644 static/usage/accordion/listen-changes/react.md delete mode 100644 static/usage/accordion/listen-changes/vue.md delete mode 100644 static/usage/accordion/multiple/angular.md delete mode 100644 static/usage/accordion/multiple/demo.html delete mode 100644 static/usage/accordion/multiple/index.md delete mode 100644 static/usage/accordion/multiple/javascript.md delete mode 100644 static/usage/accordion/multiple/react.md delete mode 100644 static/usage/accordion/multiple/vue.md delete mode 100644 static/usage/accordion/readonly/group/demo.html delete mode 100644 static/usage/accordion/readonly/group/index.md delete mode 100644 static/usage/accordion/readonly/individual/demo.html delete mode 100644 static/usage/accordion/readonly/individual/index.md delete mode 100644 static/usage/accordion/toggle/angular-html.md delete mode 100644 static/usage/accordion/toggle/angular-ts.md delete mode 100644 static/usage/accordion/toggle/demo.html delete mode 100644 static/usage/accordion/toggle/index.md delete mode 100644 static/usage/accordion/toggle/javascript.md delete mode 100644 static/usage/accordion/toggle/react.md delete mode 100644 static/usage/accordion/toggle/vue.md delete mode 100644 static/usage/alert/buttons/angular/angular_ts.md delete mode 100644 static/usage/alert/buttons/demo.html delete mode 100644 static/usage/alert/buttons/index.md delete mode 100644 static/usage/alert/buttons/react.md delete mode 100644 static/usage/alert/buttons/vue.md delete mode 100644 static/usage/alert/customization/angular/angular_ts.md delete mode 100644 static/usage/alert/customization/demo.html delete mode 100644 static/usage/alert/customization/index.md delete mode 100644 static/usage/alert/customization/react/react_ts.md delete mode 100644 static/usage/alert/customization/vue.md delete mode 100644 static/usage/alert/inputs/radios/angular/angular_ts.md delete mode 100644 static/usage/alert/inputs/radios/demo.html delete mode 100644 static/usage/alert/inputs/radios/index.md delete mode 100644 static/usage/alert/inputs/radios/react.md delete mode 100644 static/usage/alert/inputs/radios/vue.md delete mode 100644 static/usage/alert/inputs/text-inputs/angular/angular_ts.md delete mode 100644 static/usage/alert/inputs/text-inputs/demo.html delete mode 100644 static/usage/alert/inputs/text-inputs/index.md delete mode 100644 static/usage/alert/inputs/text-inputs/react.md delete mode 100644 static/usage/alert/inputs/text-inputs/vue.md delete mode 100644 static/usage/alert/presenting/controller/angular/angular_ts.md delete mode 100644 static/usage/alert/presenting/controller/demo.html delete mode 100644 static/usage/alert/presenting/controller/index.md delete mode 100644 static/usage/alert/presenting/controller/react.md delete mode 100644 static/usage/alert/presenting/controller/vue.md delete mode 100644 static/usage/breadcrumbs/basic/demo.html delete mode 100644 static/usage/breadcrumbs/basic/index.md delete mode 100644 static/usage/breadcrumbs/collapsing-items/expand-on-click/angular/angular_ts.md delete mode 100644 static/usage/breadcrumbs/collapsing-items/expand-on-click/demo.html delete mode 100644 static/usage/breadcrumbs/collapsing-items/expand-on-click/index.md delete mode 100644 static/usage/breadcrumbs/collapsing-items/items-before-after/demo.html delete mode 100644 static/usage/breadcrumbs/collapsing-items/items-before-after/index.md delete mode 100644 static/usage/breadcrumbs/collapsing-items/items-before-after/react.md delete mode 100644 static/usage/breadcrumbs/collapsing-items/items-before-after/vue.md delete mode 100644 static/usage/breadcrumbs/collapsing-items/max-items/demo.html delete mode 100644 static/usage/breadcrumbs/collapsing-items/max-items/index.md delete mode 100644 static/usage/breadcrumbs/collapsing-items/popover-on-click/angular/angular_ts.md delete mode 100644 static/usage/breadcrumbs/collapsing-items/popover-on-click/demo.html delete mode 100644 static/usage/breadcrumbs/collapsing-items/popover-on-click/index.md delete mode 100644 static/usage/breadcrumbs/icons/custom-separators/demo.html delete mode 100644 static/usage/breadcrumbs/icons/custom-separators/index.md delete mode 100644 static/usage/breadcrumbs/icons/icons-on-items/demo.html delete mode 100644 static/usage/breadcrumbs/icons/icons-on-items/index.md delete mode 100644 static/usage/breadcrumbs/icons/icons-on-items/react.md delete mode 100644 static/usage/breadcrumbs/icons/icons-on-items/vue.md delete mode 100644 static/usage/breadcrumbs/theming/colors/demo.html delete mode 100644 static/usage/breadcrumbs/theming/colors/index.md delete mode 100644 static/usage/breadcrumbs/theming/css-properties/demo.html delete mode 100644 static/usage/breadcrumbs/theming/css-properties/index.md delete mode 100644 static/usage/datetime/basic/demo.html delete mode 100644 static/usage/datetime/basic/index.md delete mode 100644 static/usage/datetime/buttons/customizing-button-texts/demo.html delete mode 100644 static/usage/datetime/buttons/customizing-button-texts/index.md delete mode 100644 static/usage/datetime/buttons/customizing-buttons/demo.html delete mode 100644 static/usage/datetime/buttons/customizing-buttons/index.md delete mode 100644 static/usage/datetime/buttons/showing-confirmation-buttons/demo.html delete mode 100644 static/usage/datetime/buttons/showing-confirmation-buttons/index.md delete mode 100644 static/usage/datetime/date-constraints/advanced/angular-ts.md delete mode 100644 static/usage/datetime/date-constraints/advanced/demo.html delete mode 100644 static/usage/datetime/date-constraints/advanced/index.md delete mode 100644 static/usage/datetime/date-constraints/max-min/demo.html delete mode 100644 static/usage/datetime/date-constraints/max-min/index.md delete mode 100644 static/usage/datetime/date-constraints/values/demo.html delete mode 100644 static/usage/datetime/date-constraints/values/index.md delete mode 100644 static/usage/datetime/localization/custom-locale/demo.html delete mode 100644 static/usage/datetime/localization/custom-locale/index.md delete mode 100644 static/usage/datetime/localization/first-day-of-week/demo.html delete mode 100644 static/usage/datetime/localization/first-day-of-week/index.md delete mode 100644 static/usage/datetime/localization/hour-cycle/demo.html delete mode 100644 static/usage/datetime/localization/hour-cycle/index.md delete mode 100644 static/usage/datetime/localization/locale-extension-tags/demo.html delete mode 100644 static/usage/datetime/localization/locale-extension-tags/index.md delete mode 100644 static/usage/datetime/localization/time-label/demo.html delete mode 100644 static/usage/datetime/localization/time-label/index.md delete mode 100644 static/usage/datetime/multiple/demo.html delete mode 100644 static/usage/datetime/multiple/index.md delete mode 100644 static/usage/datetime/presentation/date/demo.html delete mode 100644 static/usage/datetime/presentation/date/index.md delete mode 100644 static/usage/datetime/presentation/month-and-year/demo.html delete mode 100644 static/usage/datetime/presentation/month-and-year/index.md delete mode 100644 static/usage/datetime/presentation/time/demo.html delete mode 100644 static/usage/datetime/presentation/time/index.md delete mode 100644 static/usage/datetime/presentation/wheel/demo.html delete mode 100644 static/usage/datetime/presentation/wheel/index.md delete mode 100644 static/usage/datetime/theming/demo.html delete mode 100644 static/usage/datetime/theming/index.md delete mode 100644 static/usage/datetime/title/customizing-title/demo.html delete mode 100644 static/usage/datetime/title/customizing-title/index.md delete mode 100644 static/usage/datetime/title/showing-default-title/demo.html delete mode 100644 static/usage/datetime/title/showing-default-title/index.md delete mode 100644 static/usage/loading/controller/angular/ts.md delete mode 100644 static/usage/loading/controller/demo.html delete mode 100644 static/usage/loading/controller/index.md delete mode 100644 static/usage/loading/spinners/angular/ts.md delete mode 100644 static/usage/loading/spinners/demo.html delete mode 100644 static/usage/loading/spinners/index.md delete mode 100644 static/usage/loading/theming/angular/ts.md delete mode 100644 static/usage/loading/theming/demo.html delete mode 100644 static/usage/loading/theming/index.md delete mode 100644 static/usage/modal/can-dismiss/boolean/angular/app_component_ts.md delete mode 100644 static/usage/modal/can-dismiss/boolean/demo.html delete mode 100644 static/usage/modal/can-dismiss/boolean/index.md delete mode 100644 static/usage/modal/can-dismiss/boolean/javascript.md delete mode 100644 static/usage/modal/can-dismiss/function/angular/app_component_html.md delete mode 100644 static/usage/modal/can-dismiss/function/angular/app_component_ts.md delete mode 100644 static/usage/modal/can-dismiss/function/demo.html delete mode 100644 static/usage/modal/can-dismiss/function/index.md delete mode 100644 static/usage/modal/can-dismiss/function/javascript.md delete mode 100644 static/usage/modal/card/basic/angular/app_component_ts.md delete mode 100644 static/usage/modal/card/basic/demo.html delete mode 100644 static/usage/modal/card/basic/index.md delete mode 100644 static/usage/modal/card/basic/javascript.md delete mode 100644 static/usage/modal/controller/angular/app_component_ts.md delete mode 100644 static/usage/modal/controller/angular/app_module_ts.md delete mode 100644 static/usage/modal/controller/demo.html delete mode 100644 static/usage/modal/controller/index.md delete mode 100644 static/usage/modal/controller/javascript.md delete mode 100644 static/usage/modal/custom-dialogs/angular/app_component_html.md delete mode 100644 static/usage/modal/custom-dialogs/demo.html delete mode 100644 static/usage/modal/custom-dialogs/index.md delete mode 100644 static/usage/modal/custom-dialogs/javascript.md delete mode 100644 static/usage/modal/inline/basic/angular/app_component_html.md delete mode 100644 static/usage/modal/inline/basic/angular/app_component_ts.md delete mode 100644 static/usage/modal/inline/basic/angular/app_module_ts.md delete mode 100644 static/usage/modal/inline/basic/demo.html delete mode 100644 static/usage/modal/inline/basic/index.md delete mode 100644 static/usage/modal/inline/basic/javascript.md delete mode 100644 static/usage/modal/inline/is-open/angular/app_component_ts.md delete mode 100644 static/usage/modal/inline/is-open/demo.html delete mode 100644 static/usage/modal/inline/is-open/index.md delete mode 100644 static/usage/modal/inline/is-open/javascript.md delete mode 100644 static/usage/modal/performance/mount/demo.html delete mode 100644 static/usage/modal/performance/mount/index.md delete mode 100644 static/usage/modal/performance/mount/javascript.md delete mode 100644 static/usage/modal/sheet/background-content/angular/app_component_html.md delete mode 100644 static/usage/modal/sheet/background-content/angular/app_component_ts.md delete mode 100644 static/usage/modal/sheet/background-content/demo.html delete mode 100644 static/usage/modal/sheet/background-content/index.md delete mode 100644 static/usage/modal/sheet/background-content/javascript.md delete mode 100644 static/usage/modal/sheet/basic/angular.md delete mode 100644 static/usage/modal/sheet/basic/demo.html delete mode 100644 static/usage/modal/sheet/basic/index.md delete mode 100644 static/usage/modal/sheet/basic/javascript.md delete mode 100644 static/usage/modal/sheet/handle-behavior/angular.md delete mode 100644 static/usage/modal/sheet/handle-behavior/demo.html delete mode 100644 static/usage/modal/sheet/handle-behavior/index.md delete mode 100644 static/usage/modal/sheet/handle-behavior/javascript.md delete mode 100644 static/usage/modal/styling/animations/angular/app_component_html.md delete mode 100644 static/usage/modal/styling/animations/angular/app_component_ts.md delete mode 100644 static/usage/modal/styling/animations/demo.html delete mode 100644 static/usage/modal/styling/animations/index.md delete mode 100644 static/usage/modal/styling/animations/react.md delete mode 100644 static/usage/modal/styling/theming/angular/app_component_html.md delete mode 100644 static/usage/modal/styling/theming/demo.html delete mode 100644 static/usage/modal/styling/theming/index.md delete mode 100644 static/usage/modal/styling/theming/react/main_tsx.md delete mode 100644 static/usage/picker/multiple-column/angular/app_component_html.md delete mode 100644 static/usage/picker/multiple-column/angular/app_component_ts.md delete mode 100644 static/usage/picker/multiple-column/demo.html delete mode 100644 static/usage/picker/multiple-column/index.md delete mode 100644 static/usage/picker/multiple-column/javascript.md delete mode 100644 static/usage/picker/multiple-column/react.md delete mode 100644 static/usage/picker/multiple-column/vue.md delete mode 100644 static/usage/picker/single-column/angular/app_component_html.md delete mode 100644 static/usage/picker/single-column/angular/app_component_ts.md delete mode 100644 static/usage/picker/single-column/demo.html delete mode 100644 static/usage/picker/single-column/index.md delete mode 100644 static/usage/picker/single-column/javascript.md delete mode 100644 static/usage/picker/single-column/react.md delete mode 100644 static/usage/picker/single-column/vue.md delete mode 100644 static/usage/popover/customization/positioning/angular/angular_ts.md delete mode 100644 static/usage/popover/customization/positioning/demo.html delete mode 100644 static/usage/popover/customization/positioning/index.md delete mode 100644 static/usage/popover/customization/sizing/demo.html delete mode 100644 static/usage/popover/customization/sizing/index.md delete mode 100644 static/usage/popover/customization/sizing/react.md delete mode 100644 static/usage/popover/customization/sizing/vue.md delete mode 100644 static/usage/popover/customization/styling/demo.html delete mode 100644 static/usage/popover/customization/styling/index.md delete mode 100644 static/usage/popover/customization/styling/react/react_ts.md delete mode 100644 static/usage/popover/customization/styling/vue.md delete mode 100644 static/usage/popover/nested/demo.html delete mode 100644 static/usage/popover/nested/index.md delete mode 100644 static/usage/popover/nested/react.md delete mode 100644 static/usage/popover/nested/vue.md delete mode 100644 static/usage/popover/performance/mount/demo.html delete mode 100644 static/usage/popover/performance/mount/index.md delete mode 100644 static/usage/popover/presenting/controller/angular/angular_module.md delete mode 100644 static/usage/popover/presenting/controller/angular/angular_popover_ts.md delete mode 100644 static/usage/popover/presenting/controller/angular/angular_ts.md delete mode 100644 static/usage/popover/presenting/controller/demo.html delete mode 100644 static/usage/popover/presenting/controller/index.md delete mode 100644 static/usage/popover/presenting/controller/react.md delete mode 100644 static/usage/popover/presenting/controller/vue/vue_main.md delete mode 100644 static/usage/popover/presenting/inline-isopen/angular/angular_ts.md delete mode 100644 static/usage/popover/presenting/inline-isopen/demo.html delete mode 100644 static/usage/popover/presenting/inline-isopen/index.md delete mode 100644 static/usage/popover/presenting/inline-isopen/react.md delete mode 100644 static/usage/popover/presenting/inline-isopen/vue.md delete mode 100644 static/usage/popover/presenting/inline-trigger/demo.html delete mode 100644 static/usage/popover/presenting/inline-trigger/index.md delete mode 100644 static/usage/popover/presenting/inline-trigger/react.md delete mode 100644 static/usage/popover/presenting/inline-trigger/vue.md delete mode 100644 static/usage/range/basic/angular.md delete mode 100644 static/usage/range/basic/demo.html delete mode 100644 static/usage/range/basic/index.md delete mode 100644 static/usage/range/basic/javascript.md delete mode 100644 static/usage/range/basic/react.md delete mode 100644 static/usage/range/basic/vue.md delete mode 100644 static/usage/range/dual-knobs/angular.md delete mode 100644 static/usage/range/dual-knobs/demo.html delete mode 100644 static/usage/range/dual-knobs/index.md delete mode 100644 static/usage/range/dual-knobs/javascript.md delete mode 100644 static/usage/range/dual-knobs/react.md delete mode 100644 static/usage/range/dual-knobs/vue.md delete mode 100644 static/usage/range/ion-change-event/angular/app_component_html.md delete mode 100644 static/usage/range/ion-change-event/angular/app_component_ts.md delete mode 100644 static/usage/range/ion-change-event/demo.html delete mode 100644 static/usage/range/ion-change-event/index.md delete mode 100644 static/usage/range/ion-change-event/javascript.md delete mode 100644 static/usage/range/ion-change-event/react.md delete mode 100644 static/usage/range/ion-change-event/vue.md delete mode 100644 static/usage/range/ion-knob-move-event/angular/app_component_html.md delete mode 100644 static/usage/range/ion-knob-move-event/angular/app_component_ts.md delete mode 100644 static/usage/range/ion-knob-move-event/demo.html delete mode 100644 static/usage/range/ion-knob-move-event/index.md delete mode 100644 static/usage/range/ion-knob-move-event/javascript.md delete mode 100644 static/usage/range/ion-knob-move-event/react.md delete mode 100644 static/usage/range/ion-knob-move-event/vue.md delete mode 100644 static/usage/range/pins/angular/app_component_html.md delete mode 100644 static/usage/range/pins/angular/app_component_ts.md delete mode 100644 static/usage/range/pins/demo.html delete mode 100644 static/usage/range/pins/index.md delete mode 100644 static/usage/range/pins/javascript.md delete mode 100644 static/usage/range/pins/react.md delete mode 100644 static/usage/range/pins/vue.md delete mode 100644 static/usage/range/slots/demo.html delete mode 100644 static/usage/range/slots/index.md delete mode 100644 static/usage/range/snapping-ticks/angular.md delete mode 100644 static/usage/range/snapping-ticks/demo.html delete mode 100644 static/usage/range/snapping-ticks/index.md delete mode 100644 static/usage/range/snapping-ticks/javascript.md delete mode 100644 static/usage/range/snapping-ticks/react.md delete mode 100644 static/usage/range/snapping-ticks/vue.md delete mode 100644 static/usage/range/theming/css-properties/angular/app_component_html.md delete mode 100644 static/usage/range/theming/css-properties/demo.html delete mode 100644 static/usage/range/theming/css-properties/index.md delete mode 100644 static/usage/range/theming/css-properties/javascript.md delete mode 100644 static/usage/range/theming/css-properties/react/main_tsx.md delete mode 100644 static/usage/range/theming/css-properties/vue.md delete mode 100644 static/usage/range/theming/css-shadow-parts/angular/app_component_html.md delete mode 100644 static/usage/range/theming/css-shadow-parts/demo.html delete mode 100644 static/usage/range/theming/css-shadow-parts/index.md delete mode 100644 static/usage/range/theming/css-shadow-parts/javascript.md delete mode 100644 static/usage/range/theming/css-shadow-parts/react/main_tsx.md delete mode 100644 static/usage/range/theming/css-shadow-parts/vue.md delete mode 100644 static/usage/select/basic/multiple-selection/demo.html delete mode 100644 static/usage/select/basic/multiple-selection/index.md delete mode 100644 static/usage/select/basic/responding-to-interaction/angular/app.component_ts.md delete mode 100644 static/usage/select/basic/responding-to-interaction/demo.html delete mode 100644 static/usage/select/basic/responding-to-interaction/index.md delete mode 100644 static/usage/select/basic/responding-to-interaction/react.md delete mode 100644 static/usage/select/basic/single-selection/demo.html delete mode 100644 static/usage/select/basic/single-selection/index.md delete mode 100644 static/usage/select/customization/button-text/demo.html delete mode 100644 static/usage/select/customization/button-text/index.md delete mode 100644 static/usage/select/customization/interface-options/angular/app.component_ts.md delete mode 100644 static/usage/select/customization/interface-options/demo.html delete mode 100644 static/usage/select/customization/interface-options/index.md delete mode 100644 static/usage/select/customization/styling-select/angular/angular-ts.md delete mode 100644 static/usage/select/customization/styling-select/demo.html delete mode 100644 static/usage/select/customization/styling-select/index.md delete mode 100644 static/usage/select/interfaces/action-sheet/demo.html delete mode 100644 static/usage/select/interfaces/action-sheet/index.md delete mode 100644 static/usage/select/interfaces/popover/demo.html delete mode 100644 static/usage/select/interfaces/popover/index.md delete mode 100644 static/usage/select/objects-as-values/multiple-selection/angular/app.component_ts.md delete mode 100644 static/usage/select/objects-as-values/multiple-selection/demo.html delete mode 100644 static/usage/select/objects-as-values/multiple-selection/index.md delete mode 100644 static/usage/select/objects-as-values/multiple-selection/react.md delete mode 100644 static/usage/select/objects-as-values/using-comparewith/angular/app.component_ts.md delete mode 100644 static/usage/select/objects-as-values/using-comparewith/demo.html delete mode 100644 static/usage/select/objects-as-values/using-comparewith/index.md delete mode 100644 static/usage/select/objects-as-values/using-comparewith/react.md create mode 100644 static/usage/v6/accordion/accessibility/animations/angular.md create mode 100644 static/usage/v6/accordion/accessibility/animations/demo.html create mode 100644 static/usage/v6/accordion/accessibility/animations/index.md create mode 100644 static/usage/v6/accordion/accessibility/animations/javascript.md create mode 100644 static/usage/v6/accordion/accessibility/animations/react.md create mode 100644 static/usage/v6/accordion/accessibility/animations/vue.md rename static/usage/{ => v6}/accordion/basic/angular.md (100%) create mode 100644 static/usage/v6/accordion/basic/demo.html create mode 100644 static/usage/v6/accordion/basic/index.md rename static/usage/{ => v6}/accordion/basic/javascript.md (100%) rename static/usage/{ => v6}/accordion/basic/react.md (100%) rename static/usage/{ => v6}/accordion/basic/vue.md (100%) rename static/usage/{accordion/customization/advanced-expansion-styles/angular/angular-css.md => v6/accordion/customization/advanced-expansion-styles/angular/example_component_css.md} (100%) rename static/usage/{accordion/customization/advanced-expansion-styles/angular/angular-html.md => v6/accordion/customization/advanced-expansion-styles/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/accordion/customization/advanced-expansion-styles/angular/example_component_ts.md create mode 100644 static/usage/v6/accordion/customization/advanced-expansion-styles/demo.html create mode 100644 static/usage/v6/accordion/customization/advanced-expansion-styles/index.md rename static/usage/{ => v6}/accordion/customization/advanced-expansion-styles/javascript.md (100%) rename static/usage/{accordion/customization/advanced-expansion-styles/react/react-css.md => v6/accordion/customization/advanced-expansion-styles/react/main_css.md} (100%) create mode 100644 static/usage/v6/accordion/customization/advanced-expansion-styles/react/main_tsx.md rename static/usage/{ => v6}/accordion/customization/advanced-expansion-styles/vue.md (100%) rename static/usage/{ => v6}/accordion/customization/expansion-styles/angular.md (100%) create mode 100644 static/usage/v6/accordion/customization/expansion-styles/demo.html create mode 100644 static/usage/v6/accordion/customization/expansion-styles/index.md rename static/usage/{ => v6}/accordion/customization/expansion-styles/javascript.md (100%) rename static/usage/{ => v6}/accordion/customization/expansion-styles/react.md (100%) rename static/usage/{ => v6}/accordion/customization/expansion-styles/vue.md (100%) create mode 100644 static/usage/v6/accordion/customization/icons/angular.md create mode 100644 static/usage/v6/accordion/customization/icons/demo.html create mode 100644 static/usage/v6/accordion/customization/icons/index.md rename static/usage/{ => v6}/accordion/customization/icons/javascript.md (100%) rename static/usage/{ => v6}/accordion/customization/icons/react.md (100%) rename static/usage/{ => v6}/accordion/customization/icons/vue.md (100%) rename static/usage/{accordion/customization/theming/angular/angular-html.md => v6/accordion/customization/theming/angular/example_component_html.md} (100%) rename static/usage/{accordion/customization/theming/angular/angular-css.md => v6/accordion/customization/theming/angular/global_css.md} (100%) create mode 100644 static/usage/v6/accordion/customization/theming/demo.html create mode 100644 static/usage/v6/accordion/customization/theming/index.md rename static/usage/{ => v6}/accordion/customization/theming/javascript.md (100%) rename static/usage/{accordion/customization/theming/react/react-css.md => v6/accordion/customization/theming/react/main_css.md} (100%) rename static/usage/{accordion/customization/theming/react/react-ts.md => v6/accordion/customization/theming/react/main_tsx.md} (100%) rename static/usage/{ => v6}/accordion/customization/theming/vue.md (100%) create mode 100644 static/usage/v6/accordion/disable-group/angular.md create mode 100644 static/usage/v6/accordion/disable-group/demo.html create mode 100644 static/usage/v6/accordion/disable-group/index.md create mode 100644 static/usage/v6/accordion/disable-group/javascript.md create mode 100644 static/usage/v6/accordion/disable-group/react.md create mode 100644 static/usage/v6/accordion/disable-group/vue.md create mode 100644 static/usage/v6/accordion/disable/group/angular.md create mode 100644 static/usage/v6/accordion/disable/group/demo.html create mode 100644 static/usage/v6/accordion/disable/group/index.md create mode 100644 static/usage/v6/accordion/disable/group/javascript.md create mode 100644 static/usage/v6/accordion/disable/group/react.md create mode 100644 static/usage/v6/accordion/disable/group/vue.md create mode 100644 static/usage/v6/accordion/disable/individual/angular.md create mode 100644 static/usage/v6/accordion/disable/individual/demo.html create mode 100644 static/usage/v6/accordion/disable/individual/index.md create mode 100644 static/usage/v6/accordion/disable/individual/javascript.md create mode 100644 static/usage/v6/accordion/disable/individual/react.md create mode 100644 static/usage/v6/accordion/disable/individual/vue.md create mode 100644 static/usage/v6/accordion/listen-changes/angular/example_component_html.md create mode 100644 static/usage/v6/accordion/listen-changes/angular/example_component_ts.md create mode 100644 static/usage/v6/accordion/listen-changes/demo.html create mode 100644 static/usage/v6/accordion/listen-changes/index.md create mode 100644 static/usage/v6/accordion/listen-changes/javascript.md create mode 100644 static/usage/v6/accordion/listen-changes/react.md create mode 100644 static/usage/v6/accordion/listen-changes/vue.md create mode 100644 static/usage/v6/accordion/multiple/angular.md create mode 100644 static/usage/v6/accordion/multiple/demo.html create mode 100644 static/usage/v6/accordion/multiple/index.md create mode 100644 static/usage/v6/accordion/multiple/javascript.md create mode 100644 static/usage/v6/accordion/multiple/react.md create mode 100644 static/usage/v6/accordion/multiple/vue.md rename static/usage/{ => v6}/accordion/readonly/group/angular.md (100%) create mode 100644 static/usage/v6/accordion/readonly/group/demo.html create mode 100644 static/usage/v6/accordion/readonly/group/index.md rename static/usage/{ => v6}/accordion/readonly/group/javascript.md (100%) rename static/usage/{ => v6}/accordion/readonly/group/react.md (100%) rename static/usage/{ => v6}/accordion/readonly/group/vue.md (100%) rename static/usage/{ => v6}/accordion/readonly/individual/angular.md (100%) create mode 100644 static/usage/v6/accordion/readonly/individual/demo.html create mode 100644 static/usage/v6/accordion/readonly/individual/index.md rename static/usage/{ => v6}/accordion/readonly/individual/javascript.md (100%) rename static/usage/{ => v6}/accordion/readonly/individual/react.md (100%) rename static/usage/{ => v6}/accordion/readonly/individual/vue.md (100%) create mode 100644 static/usage/v6/accordion/toggle/angular/example_component_html.md create mode 100644 static/usage/v6/accordion/toggle/angular/example_component_ts.md create mode 100644 static/usage/v6/accordion/toggle/demo.html create mode 100644 static/usage/v6/accordion/toggle/index.md create mode 100644 static/usage/v6/accordion/toggle/javascript.md create mode 100644 static/usage/v6/accordion/toggle/react.md create mode 100644 static/usage/v6/accordion/toggle/vue.md create mode 100644 static/usage/v6/action-sheet/basic/angular/example_component_css.md create mode 100644 static/usage/v6/action-sheet/basic/angular/example_component_html.md create mode 100644 static/usage/v6/action-sheet/basic/angular/example_component_ts.md create mode 100644 static/usage/v6/action-sheet/basic/demo.html create mode 100644 static/usage/v6/action-sheet/basic/index.md create mode 100644 static/usage/v6/action-sheet/basic/javascript.md create mode 100644 static/usage/v6/action-sheet/basic/react/main_css.md create mode 100644 static/usage/v6/action-sheet/basic/react/main_tsx.md create mode 100644 static/usage/v6/action-sheet/basic/vue.md create mode 100644 static/usage/v6/action-sheet/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/action-sheet/theming/css-properties/angular/example_component_ts.md create mode 100644 static/usage/v6/action-sheet/theming/css-properties/angular/global_css.md create mode 100644 static/usage/v6/action-sheet/theming/css-properties/demo.html create mode 100644 static/usage/v6/action-sheet/theming/css-properties/index.md create mode 100644 static/usage/v6/action-sheet/theming/css-properties/javascript.md create mode 100644 static/usage/v6/action-sheet/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/action-sheet/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/action-sheet/theming/css-properties/vue.md create mode 100644 static/usage/v6/action-sheet/theming/styling/angular/example_component_html.md create mode 100644 static/usage/v6/action-sheet/theming/styling/angular/example_component_ts.md create mode 100644 static/usage/v6/action-sheet/theming/styling/angular/global_css.md create mode 100644 static/usage/v6/action-sheet/theming/styling/demo.html create mode 100644 static/usage/v6/action-sheet/theming/styling/index.md create mode 100644 static/usage/v6/action-sheet/theming/styling/javascript.md create mode 100644 static/usage/v6/action-sheet/theming/styling/react/main_css.md create mode 100644 static/usage/v6/action-sheet/theming/styling/react/main_tsx.md create mode 100644 static/usage/v6/action-sheet/theming/styling/vue.md rename static/usage/{alert/buttons/angular/angular_html.md => v6/alert/buttons/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/alert/buttons/angular/example_component_ts.md create mode 100644 static/usage/v6/alert/buttons/demo.html create mode 100644 static/usage/v6/alert/buttons/index.md rename static/usage/{ => v6}/alert/buttons/javascript.md (100%) create mode 100644 static/usage/v6/alert/buttons/react.md create mode 100644 static/usage/v6/alert/buttons/vue.md rename static/usage/{alert/customization/angular/angular_html.md => v6/alert/customization/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/alert/customization/angular/example_component_ts.md rename static/usage/{alert/customization/angular/angular_css.md => v6/alert/customization/angular/global_css.md} (100%) create mode 100644 static/usage/v6/alert/customization/demo.html create mode 100644 static/usage/v6/alert/customization/index.md rename static/usage/{ => v6}/alert/customization/javascript.md (100%) rename static/usage/{alert/customization/react/react_css.md => v6/alert/customization/react/main_css.md} (100%) create mode 100644 static/usage/v6/alert/customization/react/main_tsx.md create mode 100644 static/usage/v6/alert/customization/vue.md rename static/usage/{alert/inputs/radios/angular/angular_html.md => v6/alert/inputs/radios/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/alert/inputs/radios/angular/example_component_ts.md create mode 100644 static/usage/v6/alert/inputs/radios/demo.html create mode 100644 static/usage/v6/alert/inputs/radios/index.md rename static/usage/{ => v6}/alert/inputs/radios/javascript.md (100%) create mode 100644 static/usage/v6/alert/inputs/radios/react.md create mode 100644 static/usage/v6/alert/inputs/radios/vue.md rename static/usage/{alert/inputs/text-inputs/angular/angular_html.md => v6/alert/inputs/text-inputs/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/alert/inputs/text-inputs/angular/example_component_ts.md create mode 100644 static/usage/v6/alert/inputs/text-inputs/demo.html create mode 100644 static/usage/v6/alert/inputs/text-inputs/index.md rename static/usage/{ => v6}/alert/inputs/text-inputs/javascript.md (100%) create mode 100644 static/usage/v6/alert/inputs/text-inputs/react.md create mode 100644 static/usage/v6/alert/inputs/text-inputs/vue.md rename static/usage/{alert/presenting/controller/angular/angular_html.md => v6/alert/presenting/controller/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/alert/presenting/controller/angular/example_component_ts.md create mode 100644 static/usage/v6/alert/presenting/controller/demo.html create mode 100644 static/usage/v6/alert/presenting/controller/index.md rename static/usage/{ => v6}/alert/presenting/controller/javascript.md (100%) create mode 100644 static/usage/v6/alert/presenting/controller/react.md create mode 100644 static/usage/v6/alert/presenting/controller/vue.md create mode 100644 static/usage/v6/avatar/basic/angular.md create mode 100644 static/usage/v6/avatar/basic/demo.html create mode 100644 static/usage/v6/avatar/basic/index.md create mode 100644 static/usage/v6/avatar/basic/javascript.md create mode 100644 static/usage/v6/avatar/basic/react.md create mode 100644 static/usage/v6/avatar/basic/vue.md create mode 100644 static/usage/v6/avatar/chip/angular.md create mode 100644 static/usage/v6/avatar/chip/demo.html create mode 100644 static/usage/v6/avatar/chip/index.md create mode 100644 static/usage/v6/avatar/chip/javascript.md create mode 100644 static/usage/v6/avatar/chip/react.md create mode 100644 static/usage/v6/avatar/chip/vue.md create mode 100644 static/usage/v6/avatar/item/angular.md create mode 100644 static/usage/v6/avatar/item/demo.html create mode 100644 static/usage/v6/avatar/item/index.md create mode 100644 static/usage/v6/avatar/item/javascript.md create mode 100644 static/usage/v6/avatar/item/react.md create mode 100644 static/usage/v6/avatar/item/vue.md create mode 100644 static/usage/v6/avatar/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/avatar/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/avatar/theming/css-properties/demo.html create mode 100644 static/usage/v6/avatar/theming/css-properties/index.md create mode 100644 static/usage/v6/avatar/theming/css-properties/javascript.md create mode 100644 static/usage/v6/avatar/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/avatar/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/avatar/theming/css-properties/vue.md create mode 100644 static/usage/v6/back-button/basic/angular/app_module_ts.md create mode 100644 static/usage/v6/back-button/basic/angular/example_component_html.md create mode 100644 static/usage/v6/back-button/basic/angular/example_component_ts.md create mode 100644 static/usage/v6/back-button/basic/angular/page_one_component_ts.md create mode 100644 static/usage/v6/back-button/basic/angular/page_two_component_ts.md create mode 100644 static/usage/v6/back-button/basic/demo.html create mode 100644 static/usage/v6/back-button/basic/index.md create mode 100644 static/usage/v6/back-button/basic/javascript.md create mode 100644 static/usage/v6/back-button/basic/react/main_tsx.md create mode 100644 static/usage/v6/back-button/basic/react/page_one_tsx.md create mode 100644 static/usage/v6/back-button/basic/react/page_two_tsx.md create mode 100644 static/usage/v6/back-button/basic/vue/example_vue.md create mode 100644 static/usage/v6/back-button/basic/vue/page_one_vue.md create mode 100644 static/usage/v6/back-button/basic/vue/page_two_vue.md create mode 100644 static/usage/v6/back-button/custom/angular/app_module_ts.md create mode 100644 static/usage/v6/back-button/custom/angular/example_component_html.md create mode 100644 static/usage/v6/back-button/custom/angular/example_component_ts.md create mode 100644 static/usage/v6/back-button/custom/angular/page_one_component_ts.md create mode 100644 static/usage/v6/back-button/custom/angular/page_two_component_ts.md create mode 100644 static/usage/v6/back-button/custom/demo.html create mode 100644 static/usage/v6/back-button/custom/index.md create mode 100644 static/usage/v6/back-button/custom/javascript.md create mode 100644 static/usage/v6/back-button/custom/react/main_tsx.md create mode 100644 static/usage/v6/back-button/custom/react/page_one_tsx.md create mode 100644 static/usage/v6/back-button/custom/react/page_two_tsx.md create mode 100644 static/usage/v6/back-button/custom/vue/example_vue.md create mode 100644 static/usage/v6/back-button/custom/vue/page_one_vue.md create mode 100644 static/usage/v6/back-button/custom/vue/page_two_vue.md create mode 100644 static/usage/v6/backdrop/basic/angular.md create mode 100644 static/usage/v6/backdrop/basic/demo.html create mode 100644 static/usage/v6/backdrop/basic/index.md create mode 100644 static/usage/v6/backdrop/basic/javascript.md create mode 100644 static/usage/v6/backdrop/basic/react.md create mode 100644 static/usage/v6/backdrop/basic/vue.md create mode 100644 static/usage/v6/backdrop/styling/angular/example_component_css.md create mode 100644 static/usage/v6/backdrop/styling/angular/example_component_html.md create mode 100644 static/usage/v6/backdrop/styling/demo.html create mode 100644 static/usage/v6/backdrop/styling/index.md create mode 100644 static/usage/v6/backdrop/styling/javascript.md create mode 100644 static/usage/v6/backdrop/styling/react/main_css.md create mode 100644 static/usage/v6/backdrop/styling/react/main_tsx.md create mode 100644 static/usage/v6/backdrop/styling/vue.md create mode 100644 static/usage/v6/badge/basic/angular.md create mode 100644 static/usage/v6/badge/basic/demo.html create mode 100644 static/usage/v6/badge/basic/index.md create mode 100644 static/usage/v6/badge/basic/javascript.md create mode 100644 static/usage/v6/badge/basic/react.md create mode 100644 static/usage/v6/badge/basic/vue.md create mode 100644 static/usage/v6/badge/theming/colors/angular.md create mode 100644 static/usage/v6/badge/theming/colors/demo.html create mode 100644 static/usage/v6/badge/theming/colors/index.md create mode 100644 static/usage/v6/badge/theming/colors/javascript.md create mode 100644 static/usage/v6/badge/theming/colors/react.md create mode 100644 static/usage/v6/badge/theming/colors/vue.md create mode 100644 static/usage/v6/badge/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/badge/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/badge/theming/css-properties/demo.html create mode 100644 static/usage/v6/badge/theming/css-properties/index.md create mode 100644 static/usage/v6/badge/theming/css-properties/javascript.md create mode 100644 static/usage/v6/badge/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/badge/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/badge/theming/css-properties/vue.md rename static/usage/{ => v6}/breadcrumbs/basic/angular.md (100%) create mode 100644 static/usage/v6/breadcrumbs/basic/demo.html create mode 100644 static/usage/v6/breadcrumbs/basic/index.md rename static/usage/{ => v6}/breadcrumbs/basic/javascript.md (100%) rename static/usage/{ => v6}/breadcrumbs/basic/react.md (100%) rename static/usage/{ => v6}/breadcrumbs/basic/vue.md (100%) rename static/usage/{breadcrumbs/collapsing-items/expand-on-click/angular/angular_html.md => v6/breadcrumbs/collapsing-items/expand-on-click/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/breadcrumbs/collapsing-items/expand-on-click/angular/example_component_ts.md create mode 100644 static/usage/v6/breadcrumbs/collapsing-items/expand-on-click/demo.html create mode 100644 static/usage/v6/breadcrumbs/collapsing-items/expand-on-click/index.md rename static/usage/{ => v6}/breadcrumbs/collapsing-items/expand-on-click/javascript.md (100%) rename static/usage/{ => v6}/breadcrumbs/collapsing-items/expand-on-click/react.md (100%) rename static/usage/{ => v6}/breadcrumbs/collapsing-items/expand-on-click/vue.md (100%) rename static/usage/{ => v6}/breadcrumbs/collapsing-items/items-before-after/angular.md (100%) create mode 100644 static/usage/v6/breadcrumbs/collapsing-items/items-before-after/demo.html create mode 100644 static/usage/v6/breadcrumbs/collapsing-items/items-before-after/index.md rename static/usage/{ => v6}/breadcrumbs/collapsing-items/items-before-after/javascript.md (100%) create mode 100644 static/usage/v6/breadcrumbs/collapsing-items/items-before-after/react.md create mode 100644 static/usage/v6/breadcrumbs/collapsing-items/items-before-after/vue.md rename static/usage/{ => v6}/breadcrumbs/collapsing-items/max-items/angular.md (100%) create mode 100644 static/usage/v6/breadcrumbs/collapsing-items/max-items/demo.html create mode 100644 static/usage/v6/breadcrumbs/collapsing-items/max-items/index.md rename static/usage/{ => v6}/breadcrumbs/collapsing-items/max-items/javascript.md (100%) rename static/usage/{ => v6}/breadcrumbs/collapsing-items/max-items/react.md (100%) rename static/usage/{ => v6}/breadcrumbs/collapsing-items/max-items/vue.md (100%) rename static/usage/{breadcrumbs/collapsing-items/popover-on-click/angular/angular_html.md => v6/breadcrumbs/collapsing-items/popover-on-click/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/breadcrumbs/collapsing-items/popover-on-click/angular/example_component_ts.md create mode 100644 static/usage/v6/breadcrumbs/collapsing-items/popover-on-click/demo.html create mode 100644 static/usage/v6/breadcrumbs/collapsing-items/popover-on-click/index.md rename static/usage/{ => v6}/breadcrumbs/collapsing-items/popover-on-click/javascript.md (100%) rename static/usage/{ => v6}/breadcrumbs/collapsing-items/popover-on-click/react.md (100%) rename static/usage/{ => v6}/breadcrumbs/collapsing-items/popover-on-click/vue.md (100%) rename static/usage/{ => v6}/breadcrumbs/icons/custom-separators/angular.md (100%) create mode 100644 static/usage/v6/breadcrumbs/icons/custom-separators/demo.html create mode 100644 static/usage/v6/breadcrumbs/icons/custom-separators/index.md rename static/usage/{ => v6}/breadcrumbs/icons/custom-separators/javascript.md (100%) rename static/usage/{ => v6}/breadcrumbs/icons/custom-separators/react.md (100%) rename static/usage/{ => v6}/breadcrumbs/icons/custom-separators/vue.md (100%) rename static/usage/{ => v6}/breadcrumbs/icons/icons-on-items/angular.md (100%) create mode 100644 static/usage/v6/breadcrumbs/icons/icons-on-items/demo.html create mode 100644 static/usage/v6/breadcrumbs/icons/icons-on-items/index.md rename static/usage/{ => v6}/breadcrumbs/icons/icons-on-items/javascript.md (100%) create mode 100644 static/usage/v6/breadcrumbs/icons/icons-on-items/react.md create mode 100644 static/usage/v6/breadcrumbs/icons/icons-on-items/vue.md rename static/usage/{ => v6}/breadcrumbs/theming/colors/angular.md (100%) create mode 100644 static/usage/v6/breadcrumbs/theming/colors/demo.html create mode 100644 static/usage/v6/breadcrumbs/theming/colors/index.md rename static/usage/{ => v6}/breadcrumbs/theming/colors/javascript.md (100%) rename static/usage/{ => v6}/breadcrumbs/theming/colors/react.md (100%) rename static/usage/{ => v6}/breadcrumbs/theming/colors/vue.md (100%) rename static/usage/{breadcrumbs/theming/css-properties/angular/angular_css.md => v6/breadcrumbs/theming/css-properties/angular/example_component_css.md} (100%) rename static/usage/{breadcrumbs/theming/css-properties/angular/angular_html.md => v6/breadcrumbs/theming/css-properties/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/breadcrumbs/theming/css-properties/demo.html create mode 100644 static/usage/v6/breadcrumbs/theming/css-properties/index.md rename static/usage/{ => v6}/breadcrumbs/theming/css-properties/javascript.md (100%) rename static/usage/{breadcrumbs/theming/css-properties/react/react_css.md => v6/breadcrumbs/theming/css-properties/react/main_css.md} (100%) rename static/usage/{breadcrumbs/theming/css-properties/react/react_ts.md => v6/breadcrumbs/theming/css-properties/react/main_tsx.md} (100%) rename static/usage/{ => v6}/breadcrumbs/theming/css-properties/vue.md (100%) create mode 100644 static/usage/v6/button/basic/angular.md create mode 100644 static/usage/v6/button/basic/demo.html create mode 100644 static/usage/v6/button/basic/index.md create mode 100644 static/usage/v6/button/basic/javascript.md create mode 100644 static/usage/v6/button/basic/react.md create mode 100644 static/usage/v6/button/basic/vue.md create mode 100644 static/usage/v6/button/expand/angular.md create mode 100644 static/usage/v6/button/expand/demo.html create mode 100644 static/usage/v6/button/expand/index.md create mode 100644 static/usage/v6/button/expand/javascript.md create mode 100644 static/usage/v6/button/expand/react.md create mode 100644 static/usage/v6/button/expand/vue.md create mode 100644 static/usage/v6/button/fill/angular.md create mode 100644 static/usage/v6/button/fill/demo.html create mode 100644 static/usage/v6/button/fill/index.md create mode 100644 static/usage/v6/button/fill/javascript.md create mode 100644 static/usage/v6/button/fill/react.md create mode 100644 static/usage/v6/button/fill/vue.md create mode 100644 static/usage/v6/button/icons/angular.md create mode 100644 static/usage/v6/button/icons/demo.html create mode 100644 static/usage/v6/button/icons/index.md create mode 100644 static/usage/v6/button/icons/javascript.md create mode 100644 static/usage/v6/button/icons/react.md create mode 100644 static/usage/v6/button/icons/vue.md create mode 100644 static/usage/v6/button/shape/angular.md create mode 100644 static/usage/v6/button/shape/demo.html create mode 100644 static/usage/v6/button/shape/index.md create mode 100644 static/usage/v6/button/shape/javascript.md create mode 100644 static/usage/v6/button/shape/react.md create mode 100644 static/usage/v6/button/shape/vue.md create mode 100644 static/usage/v6/button/size/angular.md create mode 100644 static/usage/v6/button/size/demo.html create mode 100644 static/usage/v6/button/size/index.md create mode 100644 static/usage/v6/button/size/javascript.md create mode 100644 static/usage/v6/button/size/react.md create mode 100644 static/usage/v6/button/size/vue.md create mode 100644 static/usage/v6/button/theming/colors/angular.md create mode 100644 static/usage/v6/button/theming/colors/demo.html create mode 100644 static/usage/v6/button/theming/colors/index.md create mode 100644 static/usage/v6/button/theming/colors/javascript.md create mode 100644 static/usage/v6/button/theming/colors/react.md create mode 100644 static/usage/v6/button/theming/colors/vue.md create mode 100644 static/usage/v6/button/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/button/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/button/theming/css-properties/demo.html create mode 100644 static/usage/v6/button/theming/css-properties/index.md create mode 100644 static/usage/v6/button/theming/css-properties/javascript.md create mode 100644 static/usage/v6/button/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/button/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/button/theming/css-properties/vue.md create mode 100644 static/usage/v6/buttons/basic/angular.md create mode 100644 static/usage/v6/buttons/basic/demo.html create mode 100644 static/usage/v6/buttons/basic/index.md create mode 100644 static/usage/v6/buttons/basic/javascript.md create mode 100644 static/usage/v6/buttons/basic/react.md create mode 100644 static/usage/v6/buttons/basic/vue.md create mode 100644 static/usage/v6/buttons/placement/angular.md create mode 100644 static/usage/v6/buttons/placement/demo.html create mode 100644 static/usage/v6/buttons/placement/index.md create mode 100644 static/usage/v6/buttons/placement/javascript.md create mode 100644 static/usage/v6/buttons/placement/react.md create mode 100644 static/usage/v6/buttons/placement/vue.md create mode 100644 static/usage/v6/buttons/types/angular.md create mode 100644 static/usage/v6/buttons/types/demo.html create mode 100644 static/usage/v6/buttons/types/index.md create mode 100644 static/usage/v6/buttons/types/javascript.md create mode 100644 static/usage/v6/buttons/types/react.md create mode 100644 static/usage/v6/buttons/types/vue.md create mode 100644 static/usage/v6/card/basic/angular/example_component_css.md create mode 100644 static/usage/v6/card/basic/angular/example_component_html.md create mode 100644 static/usage/v6/card/basic/demo.html create mode 100644 static/usage/v6/card/basic/index.md create mode 100644 static/usage/v6/card/basic/javascript.md create mode 100644 static/usage/v6/card/basic/react/main_css.md create mode 100644 static/usage/v6/card/basic/react/main_tsx.md create mode 100644 static/usage/v6/card/basic/vue.md create mode 100644 static/usage/v6/card/buttons/angular/example_component_css.md create mode 100644 static/usage/v6/card/buttons/angular/example_component_html.md create mode 100644 static/usage/v6/card/buttons/demo.html create mode 100644 static/usage/v6/card/buttons/index.md create mode 100644 static/usage/v6/card/buttons/javascript.md create mode 100644 static/usage/v6/card/buttons/react/main_css.md create mode 100644 static/usage/v6/card/buttons/react/main_tsx.md create mode 100644 static/usage/v6/card/buttons/vue.md create mode 100644 static/usage/v6/card/list/angular/example_component_css.md create mode 100644 static/usage/v6/card/list/angular/example_component_html.md create mode 100644 static/usage/v6/card/list/demo.html create mode 100644 static/usage/v6/card/list/index.md create mode 100644 static/usage/v6/card/list/javascript.md create mode 100644 static/usage/v6/card/list/react/main_css.md create mode 100644 static/usage/v6/card/list/react/main_tsx.md create mode 100644 static/usage/v6/card/list/vue.md create mode 100644 static/usage/v6/card/media/angular/example_component_css.md create mode 100644 static/usage/v6/card/media/angular/example_component_html.md create mode 100644 static/usage/v6/card/media/demo.html create mode 100644 static/usage/v6/card/media/index.md create mode 100644 static/usage/v6/card/media/javascript.md create mode 100644 static/usage/v6/card/media/react/main_css.md create mode 100644 static/usage/v6/card/media/react/main_tsx.md create mode 100644 static/usage/v6/card/media/vue.md create mode 100644 static/usage/v6/card/theming/colors/angular/example_component_css.md create mode 100644 static/usage/v6/card/theming/colors/angular/example_component_html.md create mode 100644 static/usage/v6/card/theming/colors/demo.html create mode 100644 static/usage/v6/card/theming/colors/index.md create mode 100644 static/usage/v6/card/theming/colors/javascript.md create mode 100644 static/usage/v6/card/theming/colors/react/main_css.md create mode 100644 static/usage/v6/card/theming/colors/react/main_tsx.md create mode 100644 static/usage/v6/card/theming/colors/vue.md create mode 100644 static/usage/v6/card/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/card/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/card/theming/css-properties/demo.html create mode 100644 static/usage/v6/card/theming/css-properties/index.md create mode 100644 static/usage/v6/card/theming/css-properties/javascript.md create mode 100644 static/usage/v6/card/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/card/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/card/theming/css-properties/vue.md create mode 100644 static/usage/v6/checkbox/basic/angular.md create mode 100644 static/usage/v6/checkbox/basic/demo.html create mode 100644 static/usage/v6/checkbox/basic/index.md create mode 100644 static/usage/v6/checkbox/basic/javascript.md create mode 100644 static/usage/v6/checkbox/basic/react.md create mode 100644 static/usage/v6/checkbox/basic/vue.md create mode 100644 static/usage/v6/checkbox/indeterminate/angular.md create mode 100644 static/usage/v6/checkbox/indeterminate/demo.html create mode 100644 static/usage/v6/checkbox/indeterminate/index.md create mode 100644 static/usage/v6/checkbox/indeterminate/javascript.md create mode 100644 static/usage/v6/checkbox/indeterminate/react.md create mode 100644 static/usage/v6/checkbox/indeterminate/vue.md create mode 100644 static/usage/v6/checkbox/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/checkbox/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/checkbox/theming/css-properties/demo.html create mode 100644 static/usage/v6/checkbox/theming/css-properties/index.md create mode 100644 static/usage/v6/checkbox/theming/css-properties/javascript.md create mode 100644 static/usage/v6/checkbox/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/checkbox/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/checkbox/theming/css-properties/vue.md create mode 100644 static/usage/v6/chip/basic/angular.md create mode 100644 static/usage/v6/chip/basic/demo.html create mode 100644 static/usage/v6/chip/basic/index.md create mode 100644 static/usage/v6/chip/basic/javascript.md create mode 100644 static/usage/v6/chip/basic/react.md create mode 100644 static/usage/v6/chip/basic/vue.md create mode 100644 static/usage/v6/chip/slots/angular.md create mode 100644 static/usage/v6/chip/slots/demo.html create mode 100644 static/usage/v6/chip/slots/index.md create mode 100644 static/usage/v6/chip/slots/javascript.md create mode 100644 static/usage/v6/chip/slots/react.md create mode 100644 static/usage/v6/chip/slots/vue.md create mode 100644 static/usage/v6/chip/theming/colors/angular.md create mode 100644 static/usage/v6/chip/theming/colors/demo.html create mode 100644 static/usage/v6/chip/theming/colors/index.md create mode 100644 static/usage/v6/chip/theming/colors/javascript.md create mode 100644 static/usage/v6/chip/theming/colors/react.md create mode 100644 static/usage/v6/chip/theming/colors/vue.md create mode 100644 static/usage/v6/chip/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/chip/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/chip/theming/css-properties/demo.html create mode 100644 static/usage/v6/chip/theming/css-properties/index.md create mode 100644 static/usage/v6/chip/theming/css-properties/javascript.md create mode 100644 static/usage/v6/chip/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/chip/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/chip/theming/css-properties/vue.md create mode 100644 static/usage/v6/content/basic/angular.md create mode 100644 static/usage/v6/content/basic/demo.html create mode 100644 static/usage/v6/content/basic/index.md create mode 100644 static/usage/v6/content/basic/javascript.md create mode 100644 static/usage/v6/content/basic/react.md create mode 100644 static/usage/v6/content/basic/vue.md create mode 100644 static/usage/v6/content/fixed/angular.md create mode 100644 static/usage/v6/content/fixed/angular/example_component_css.md create mode 100644 static/usage/v6/content/fixed/angular/example_component_html.md create mode 100644 static/usage/v6/content/fixed/demo.html create mode 100644 static/usage/v6/content/fixed/index.md create mode 100644 static/usage/v6/content/fixed/javascript.md create mode 100644 static/usage/v6/content/fixed/react.md create mode 100644 static/usage/v6/content/fixed/react/main_css.md create mode 100644 static/usage/v6/content/fixed/react/main_tsx.md create mode 100644 static/usage/v6/content/fixed/vue.md create mode 100644 static/usage/v6/content/fullscreen/angular/example_component_css.md create mode 100644 static/usage/v6/content/fullscreen/angular/example_component_html.md create mode 100644 static/usage/v6/content/fullscreen/demo.html create mode 100644 static/usage/v6/content/fullscreen/index.md create mode 100644 static/usage/v6/content/fullscreen/javascript.md create mode 100644 static/usage/v6/content/fullscreen/react/main_css.md create mode 100644 static/usage/v6/content/fullscreen/react/main_tsx.md create mode 100644 static/usage/v6/content/fullscreen/vue.md create mode 100644 static/usage/v6/content/header-footer/angular.md create mode 100644 static/usage/v6/content/header-footer/demo.html create mode 100644 static/usage/v6/content/header-footer/index.md create mode 100644 static/usage/v6/content/header-footer/javascript.md create mode 100644 static/usage/v6/content/header-footer/react.md create mode 100644 static/usage/v6/content/header-footer/vue.md create mode 100644 static/usage/v6/content/scroll-events/angular/example_component_html.md create mode 100644 static/usage/v6/content/scroll-events/angular/example_component_ts.md create mode 100644 static/usage/v6/content/scroll-events/demo.html create mode 100644 static/usage/v6/content/scroll-events/index.md create mode 100644 static/usage/v6/content/scroll-events/javascript.md create mode 100644 static/usage/v6/content/scroll-events/react.md create mode 100644 static/usage/v6/content/scroll-events/vue.md create mode 100644 static/usage/v6/content/scroll-methods/angular/example_component_html.md create mode 100644 static/usage/v6/content/scroll-methods/angular/example_component_ts.md create mode 100644 static/usage/v6/content/scroll-methods/demo.html create mode 100644 static/usage/v6/content/scroll-methods/index.md create mode 100644 static/usage/v6/content/scroll-methods/javascript.md create mode 100644 static/usage/v6/content/scroll-methods/react.md create mode 100644 static/usage/v6/content/scroll-methods/vue.md create mode 100644 static/usage/v6/content/theming/colors/angular.md create mode 100644 static/usage/v6/content/theming/colors/demo.html create mode 100644 static/usage/v6/content/theming/colors/index.md create mode 100644 static/usage/v6/content/theming/colors/javascript.md create mode 100644 static/usage/v6/content/theming/colors/react.md create mode 100644 static/usage/v6/content/theming/colors/vue.md create mode 100644 static/usage/v6/content/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/content/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/content/theming/css-properties/demo.html create mode 100644 static/usage/v6/content/theming/css-properties/index.md create mode 100644 static/usage/v6/content/theming/css-properties/javascript.md create mode 100644 static/usage/v6/content/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/content/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/content/theming/css-properties/vue.md create mode 100644 static/usage/v6/content/theming/css-shadow-parts/angular/example_component_css.md create mode 100644 static/usage/v6/content/theming/css-shadow-parts/angular/example_component_html.md create mode 100644 static/usage/v6/content/theming/css-shadow-parts/demo.html create mode 100644 static/usage/v6/content/theming/css-shadow-parts/index.md create mode 100644 static/usage/v6/content/theming/css-shadow-parts/javascript.md create mode 100644 static/usage/v6/content/theming/css-shadow-parts/react/main_css.md create mode 100644 static/usage/v6/content/theming/css-shadow-parts/react/main_tsx.md create mode 100644 static/usage/v6/content/theming/css-shadow-parts/vue.md create mode 100644 static/usage/v6/datetime-button/basic/angular.md create mode 100644 static/usage/v6/datetime-button/basic/demo.html create mode 100644 static/usage/v6/datetime-button/basic/index.md create mode 100644 static/usage/v6/datetime-button/basic/javascript.md create mode 100644 static/usage/v6/datetime-button/basic/react.md create mode 100644 static/usage/v6/datetime-button/basic/vue.md rename static/usage/{ => v6}/datetime/basic/angular.md (100%) create mode 100644 static/usage/v6/datetime/basic/demo.html create mode 100644 static/usage/v6/datetime/basic/index.md rename static/usage/{ => v6}/datetime/basic/javascript.md (100%) rename static/usage/{ => v6}/datetime/basic/react.md (100%) rename static/usage/{ => v6}/datetime/basic/vue.md (100%) rename static/usage/{ => v6}/datetime/buttons/customizing-button-texts/angular.md (100%) create mode 100644 static/usage/v6/datetime/buttons/customizing-button-texts/demo.html create mode 100644 static/usage/v6/datetime/buttons/customizing-button-texts/index.md rename static/usage/{ => v6}/datetime/buttons/customizing-button-texts/javascript.md (100%) rename static/usage/{ => v6}/datetime/buttons/customizing-button-texts/react.md (100%) rename static/usage/{ => v6}/datetime/buttons/customizing-button-texts/vue.md (100%) rename static/usage/{ => v6}/datetime/buttons/customizing-buttons/angular.md (100%) create mode 100644 static/usage/v6/datetime/buttons/customizing-buttons/demo.html create mode 100644 static/usage/v6/datetime/buttons/customizing-buttons/index.md rename static/usage/{ => v6}/datetime/buttons/customizing-buttons/javascript.md (100%) rename static/usage/{ => v6}/datetime/buttons/customizing-buttons/react.md (100%) rename static/usage/{ => v6}/datetime/buttons/customizing-buttons/vue.md (100%) rename static/usage/{ => v6}/datetime/buttons/showing-confirmation-buttons/angular.md (100%) create mode 100644 static/usage/v6/datetime/buttons/showing-confirmation-buttons/demo.html create mode 100644 static/usage/v6/datetime/buttons/showing-confirmation-buttons/index.md rename static/usage/{ => v6}/datetime/buttons/showing-confirmation-buttons/javascript.md (100%) rename static/usage/{ => v6}/datetime/buttons/showing-confirmation-buttons/react.md (100%) rename static/usage/{ => v6}/datetime/buttons/showing-confirmation-buttons/vue.md (100%) rename static/usage/{datetime/date-constraints/advanced/angular-html.md => v6/datetime/date-constraints/advanced/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/datetime/date-constraints/advanced/angular/example_component_ts.md create mode 100644 static/usage/v6/datetime/date-constraints/advanced/demo.html create mode 100644 static/usage/v6/datetime/date-constraints/advanced/index.md rename static/usage/{ => v6}/datetime/date-constraints/advanced/javascript.md (100%) rename static/usage/{ => v6}/datetime/date-constraints/advanced/react.md (100%) rename static/usage/{ => v6}/datetime/date-constraints/advanced/vue.md (100%) rename static/usage/{ => v6}/datetime/date-constraints/max-min/angular.md (100%) create mode 100644 static/usage/v6/datetime/date-constraints/max-min/demo.html create mode 100644 static/usage/v6/datetime/date-constraints/max-min/index.md rename static/usage/{ => v6}/datetime/date-constraints/max-min/javascript.md (100%) rename static/usage/{ => v6}/datetime/date-constraints/max-min/react.md (100%) rename static/usage/{ => v6}/datetime/date-constraints/max-min/vue.md (100%) rename static/usage/{ => v6}/datetime/date-constraints/values/angular.md (100%) create mode 100644 static/usage/v6/datetime/date-constraints/values/demo.html create mode 100644 static/usage/v6/datetime/date-constraints/values/index.md rename static/usage/{ => v6}/datetime/date-constraints/values/javascript.md (100%) rename static/usage/{ => v6}/datetime/date-constraints/values/react.md (100%) rename static/usage/{ => v6}/datetime/date-constraints/values/vue.md (100%) create mode 100644 static/usage/v6/datetime/highlightedDates/array/angular/example_component_html.md create mode 100644 static/usage/v6/datetime/highlightedDates/array/angular/example_component_ts.md create mode 100644 static/usage/v6/datetime/highlightedDates/array/demo.html create mode 100644 static/usage/v6/datetime/highlightedDates/array/index.md create mode 100644 static/usage/v6/datetime/highlightedDates/array/javascript.md create mode 100644 static/usage/v6/datetime/highlightedDates/array/react.md create mode 100644 static/usage/v6/datetime/highlightedDates/array/vue.md create mode 100644 static/usage/v6/datetime/highlightedDates/callback/angular/example_component_html.md create mode 100644 static/usage/v6/datetime/highlightedDates/callback/angular/example_component_ts.md create mode 100644 static/usage/v6/datetime/highlightedDates/callback/demo.html create mode 100644 static/usage/v6/datetime/highlightedDates/callback/index.md create mode 100644 static/usage/v6/datetime/highlightedDates/callback/javascript.md create mode 100644 static/usage/v6/datetime/highlightedDates/callback/react.md create mode 100644 static/usage/v6/datetime/highlightedDates/callback/vue.md rename static/usage/{ => v6}/datetime/localization/custom-locale/angular.md (100%) create mode 100644 static/usage/v6/datetime/localization/custom-locale/demo.html create mode 100644 static/usage/v6/datetime/localization/custom-locale/index.md rename static/usage/{ => v6}/datetime/localization/custom-locale/javascript.md (100%) rename static/usage/{ => v6}/datetime/localization/custom-locale/react.md (100%) rename static/usage/{ => v6}/datetime/localization/custom-locale/vue.md (100%) rename static/usage/{ => v6}/datetime/localization/first-day-of-week/angular.md (100%) create mode 100644 static/usage/v6/datetime/localization/first-day-of-week/demo.html create mode 100644 static/usage/v6/datetime/localization/first-day-of-week/index.md rename static/usage/{ => v6}/datetime/localization/first-day-of-week/javascript.md (100%) rename static/usage/{ => v6}/datetime/localization/first-day-of-week/react.md (100%) rename static/usage/{ => v6}/datetime/localization/first-day-of-week/vue.md (100%) rename static/usage/{ => v6}/datetime/localization/hour-cycle/angular.md (100%) create mode 100644 static/usage/v6/datetime/localization/hour-cycle/demo.html create mode 100644 static/usage/v6/datetime/localization/hour-cycle/index.md rename static/usage/{ => v6}/datetime/localization/hour-cycle/javascript.md (100%) rename static/usage/{ => v6}/datetime/localization/hour-cycle/react.md (100%) rename static/usage/{ => v6}/datetime/localization/hour-cycle/vue.md (100%) rename static/usage/{ => v6}/datetime/localization/locale-extension-tags/angular.md (100%) create mode 100644 static/usage/v6/datetime/localization/locale-extension-tags/demo.html create mode 100644 static/usage/v6/datetime/localization/locale-extension-tags/index.md rename static/usage/{ => v6}/datetime/localization/locale-extension-tags/javascript.md (100%) rename static/usage/{ => v6}/datetime/localization/locale-extension-tags/react.md (100%) rename static/usage/{ => v6}/datetime/localization/locale-extension-tags/vue.md (100%) rename static/usage/{ => v6}/datetime/localization/time-label/angular.md (100%) create mode 100644 static/usage/v6/datetime/localization/time-label/demo.html create mode 100644 static/usage/v6/datetime/localization/time-label/index.md rename static/usage/{ => v6}/datetime/localization/time-label/javascript.md (100%) rename static/usage/{ => v6}/datetime/localization/time-label/react.md (100%) rename static/usage/{ => v6}/datetime/localization/time-label/vue.md (100%) rename static/usage/{ => v6}/datetime/multiple/angular.md (100%) create mode 100644 static/usage/v6/datetime/multiple/demo.html create mode 100644 static/usage/v6/datetime/multiple/index.md rename static/usage/{ => v6}/datetime/multiple/javascript.md (100%) rename static/usage/{ => v6}/datetime/multiple/react.md (100%) rename static/usage/{ => v6}/datetime/multiple/vue.md (100%) rename static/usage/{ => v6}/datetime/presentation/date/angular.md (100%) create mode 100644 static/usage/v6/datetime/presentation/date/demo.html create mode 100644 static/usage/v6/datetime/presentation/date/index.md rename static/usage/{ => v6}/datetime/presentation/date/javascript.md (100%) rename static/usage/{ => v6}/datetime/presentation/date/react.md (100%) rename static/usage/{ => v6}/datetime/presentation/date/vue.md (100%) rename static/usage/{ => v6}/datetime/presentation/month-and-year/angular.md (100%) create mode 100644 static/usage/v6/datetime/presentation/month-and-year/demo.html create mode 100644 static/usage/v6/datetime/presentation/month-and-year/index.md rename static/usage/{ => v6}/datetime/presentation/month-and-year/javascript.md (100%) rename static/usage/{ => v6}/datetime/presentation/month-and-year/react.md (100%) rename static/usage/{ => v6}/datetime/presentation/month-and-year/vue.md (100%) rename static/usage/{ => v6}/datetime/presentation/time/angular.md (100%) create mode 100644 static/usage/v6/datetime/presentation/time/demo.html create mode 100644 static/usage/v6/datetime/presentation/time/index.md rename static/usage/{ => v6}/datetime/presentation/time/javascript.md (100%) rename static/usage/{ => v6}/datetime/presentation/time/react.md (100%) rename static/usage/{ => v6}/datetime/presentation/time/vue.md (100%) rename static/usage/{ => v6}/datetime/presentation/wheel/angular.md (100%) create mode 100644 static/usage/v6/datetime/presentation/wheel/demo.html create mode 100644 static/usage/v6/datetime/presentation/wheel/index.md rename static/usage/{ => v6}/datetime/presentation/wheel/javascript.md (100%) rename static/usage/{ => v6}/datetime/presentation/wheel/react.md (100%) rename static/usage/{ => v6}/datetime/presentation/wheel/vue.md (100%) rename static/usage/{datetime/theming/angular-html.md => v6/datetime/theming/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/datetime/theming/angular/global_css.md create mode 100644 static/usage/v6/datetime/theming/demo.html create mode 100644 static/usage/v6/datetime/theming/index.md rename static/usage/{ => v6}/datetime/theming/javascript.md (100%) rename static/usage/{datetime/theming/angular-css.md => v6/datetime/theming/react/main_css.md} (100%) rename static/usage/{datetime/theming/react-html.md => v6/datetime/theming/react/main_tsx.md} (100%) rename static/usage/{ => v6}/datetime/theming/vue.md (100%) rename static/usage/{ => v6}/datetime/title/customizing-title/angular.md (100%) create mode 100644 static/usage/v6/datetime/title/customizing-title/demo.html create mode 100644 static/usage/v6/datetime/title/customizing-title/index.md rename static/usage/{ => v6}/datetime/title/customizing-title/javascript.md (100%) rename static/usage/{ => v6}/datetime/title/customizing-title/react.md (100%) rename static/usage/{ => v6}/datetime/title/customizing-title/vue.md (100%) rename static/usage/{ => v6}/datetime/title/showing-default-title/angular.md (100%) create mode 100644 static/usage/v6/datetime/title/showing-default-title/demo.html create mode 100644 static/usage/v6/datetime/title/showing-default-title/index.md rename static/usage/{ => v6}/datetime/title/showing-default-title/javascript.md (100%) rename static/usage/{ => v6}/datetime/title/showing-default-title/react.md (100%) rename static/usage/{ => v6}/datetime/title/showing-default-title/vue.md (100%) create mode 100644 static/usage/v6/fab/basic/angular.md create mode 100644 static/usage/v6/fab/basic/demo.html create mode 100644 static/usage/v6/fab/basic/index.md create mode 100644 static/usage/v6/fab/basic/javascript.md create mode 100644 static/usage/v6/fab/basic/react.md create mode 100644 static/usage/v6/fab/basic/vue.md create mode 100644 static/usage/v6/fab/button-sizing/angular.md create mode 100644 static/usage/v6/fab/button-sizing/demo.html create mode 100644 static/usage/v6/fab/button-sizing/index.md create mode 100644 static/usage/v6/fab/button-sizing/javascript.md create mode 100644 static/usage/v6/fab/button-sizing/react.md create mode 100644 static/usage/v6/fab/button-sizing/vue.md create mode 100644 static/usage/v6/fab/list-side/angular.md create mode 100644 static/usage/v6/fab/list-side/demo.html create mode 100644 static/usage/v6/fab/list-side/index.md create mode 100644 static/usage/v6/fab/list-side/javascript.md create mode 100644 static/usage/v6/fab/list-side/react.md create mode 100644 static/usage/v6/fab/list-side/vue.md create mode 100644 static/usage/v6/fab/positioning/angular.md create mode 100644 static/usage/v6/fab/positioning/demo.html create mode 100644 static/usage/v6/fab/positioning/index.md create mode 100644 static/usage/v6/fab/positioning/javascript.md create mode 100644 static/usage/v6/fab/positioning/react.md create mode 100644 static/usage/v6/fab/positioning/vue.md create mode 100644 static/usage/v6/fab/theming/colors/angular.md create mode 100644 static/usage/v6/fab/theming/colors/demo.html create mode 100644 static/usage/v6/fab/theming/colors/index.md create mode 100644 static/usage/v6/fab/theming/colors/javascript.md create mode 100644 static/usage/v6/fab/theming/colors/react.md create mode 100644 static/usage/v6/fab/theming/colors/vue.md create mode 100644 static/usage/v6/fab/theming/css-custom-properties/angular/example_component_css.md create mode 100644 static/usage/v6/fab/theming/css-custom-properties/angular/example_component_html.md create mode 100644 static/usage/v6/fab/theming/css-custom-properties/demo.html create mode 100644 static/usage/v6/fab/theming/css-custom-properties/index.md create mode 100644 static/usage/v6/fab/theming/css-custom-properties/javascript.md create mode 100644 static/usage/v6/fab/theming/css-custom-properties/react/main_css.md create mode 100644 static/usage/v6/fab/theming/css-custom-properties/react/main_tsx.md create mode 100644 static/usage/v6/fab/theming/css-custom-properties/vue.md create mode 100644 static/usage/v6/fab/theming/css-shadow-parts/angular/example_component_css.md create mode 100644 static/usage/v6/fab/theming/css-shadow-parts/angular/example_component_html.md create mode 100644 static/usage/v6/fab/theming/css-shadow-parts/demo.html create mode 100644 static/usage/v6/fab/theming/css-shadow-parts/index.md create mode 100644 static/usage/v6/fab/theming/css-shadow-parts/javascript.md create mode 100644 static/usage/v6/fab/theming/css-shadow-parts/react/main_css.md create mode 100644 static/usage/v6/fab/theming/css-shadow-parts/react/main_tsx.md create mode 100644 static/usage/v6/fab/theming/css-shadow-parts/vue.md create mode 100644 static/usage/v6/footer/basic/angular.md create mode 100644 static/usage/v6/footer/basic/demo.html create mode 100644 static/usage/v6/footer/basic/index.md create mode 100644 static/usage/v6/footer/basic/javascript.md create mode 100644 static/usage/v6/footer/basic/react.md create mode 100644 static/usage/v6/footer/basic/vue.md create mode 100644 static/usage/v6/footer/custom-scroll-target/angular/example_component_css.md create mode 100644 static/usage/v6/footer/custom-scroll-target/angular/example_component_html.md create mode 100644 static/usage/v6/footer/custom-scroll-target/demo.html create mode 100644 static/usage/v6/footer/custom-scroll-target/index.md create mode 100644 static/usage/v6/footer/custom-scroll-target/javascript.md create mode 100644 static/usage/v6/footer/custom-scroll-target/react/main_css.md create mode 100644 static/usage/v6/footer/custom-scroll-target/react/main_tsx.md create mode 100644 static/usage/v6/footer/custom-scroll-target/vue.md create mode 100644 static/usage/v6/footer/fade/angular.md create mode 100644 static/usage/v6/footer/fade/demo.html create mode 100644 static/usage/v6/footer/fade/index.md create mode 100644 static/usage/v6/footer/fade/javascript.md create mode 100644 static/usage/v6/footer/fade/react.md create mode 100644 static/usage/v6/footer/fade/vue.md create mode 100644 static/usage/v6/footer/no-border/angular.md create mode 100644 static/usage/v6/footer/no-border/demo.html create mode 100644 static/usage/v6/footer/no-border/index.md create mode 100644 static/usage/v6/footer/no-border/javascript.md create mode 100644 static/usage/v6/footer/no-border/react.md create mode 100644 static/usage/v6/footer/no-border/vue.md create mode 100644 static/usage/v6/footer/translucent/angular.md create mode 100644 static/usage/v6/footer/translucent/demo.html create mode 100644 static/usage/v6/footer/translucent/index.md create mode 100644 static/usage/v6/footer/translucent/javascript.md create mode 100644 static/usage/v6/footer/translucent/react.md create mode 100644 static/usage/v6/footer/translucent/vue.md create mode 100644 static/usage/v6/grid/basic/angular/example_component_css.md create mode 100644 static/usage/v6/grid/basic/angular/example_component_html.md create mode 100644 static/usage/v6/grid/basic/demo.html create mode 100644 static/usage/v6/grid/basic/index.md create mode 100644 static/usage/v6/grid/basic/javascript.md create mode 100644 static/usage/v6/grid/basic/react/main_css.md create mode 100644 static/usage/v6/grid/basic/react/main_tsx.md create mode 100644 static/usage/v6/grid/basic/vue.md create mode 100644 static/usage/v6/grid/customizing/column-number/angular/example_component_css.md create mode 100644 static/usage/v6/grid/customizing/column-number/angular/example_component_html.md create mode 100644 static/usage/v6/grid/customizing/column-number/demo.html create mode 100644 static/usage/v6/grid/customizing/column-number/index.md create mode 100644 static/usage/v6/grid/customizing/column-number/javascript.md create mode 100644 static/usage/v6/grid/customizing/column-number/react/main_css.md create mode 100644 static/usage/v6/grid/customizing/column-number/react/main_tsx.md create mode 100644 static/usage/v6/grid/customizing/column-number/vue.md create mode 100644 static/usage/v6/grid/customizing/padding/angular/example_component_css.md create mode 100644 static/usage/v6/grid/customizing/padding/angular/example_component_html.md create mode 100644 static/usage/v6/grid/customizing/padding/demo.html create mode 100644 static/usage/v6/grid/customizing/padding/index.md create mode 100644 static/usage/v6/grid/customizing/padding/javascript.md create mode 100644 static/usage/v6/grid/customizing/padding/react/main_css.md create mode 100644 static/usage/v6/grid/customizing/padding/react/main_tsx.md create mode 100644 static/usage/v6/grid/customizing/padding/vue.md create mode 100644 static/usage/v6/grid/customizing/width/angular/example_component_css.md create mode 100644 static/usage/v6/grid/customizing/width/angular/example_component_html.md create mode 100644 static/usage/v6/grid/customizing/width/demo.html create mode 100644 static/usage/v6/grid/customizing/width/index.md create mode 100644 static/usage/v6/grid/customizing/width/javascript.md create mode 100644 static/usage/v6/grid/customizing/width/react/main_css.md create mode 100644 static/usage/v6/grid/customizing/width/react/main_tsx.md create mode 100644 static/usage/v6/grid/customizing/width/vue.md create mode 100644 static/usage/v6/grid/fixed/angular/example_component_css.md create mode 100644 static/usage/v6/grid/fixed/angular/example_component_html.md create mode 100644 static/usage/v6/grid/fixed/demo.html create mode 100644 static/usage/v6/grid/fixed/index.md create mode 100644 static/usage/v6/grid/fixed/javascript.md create mode 100644 static/usage/v6/grid/fixed/react/main_css.md create mode 100644 static/usage/v6/grid/fixed/react/main_tsx.md create mode 100644 static/usage/v6/grid/fixed/vue.md create mode 100644 static/usage/v6/grid/horizontal-alignment/angular/example_component_css.md create mode 100644 static/usage/v6/grid/horizontal-alignment/angular/example_component_html.md create mode 100644 static/usage/v6/grid/horizontal-alignment/demo.html create mode 100644 static/usage/v6/grid/horizontal-alignment/index.md create mode 100644 static/usage/v6/grid/horizontal-alignment/javascript.md create mode 100644 static/usage/v6/grid/horizontal-alignment/react/main_css.md create mode 100644 static/usage/v6/grid/horizontal-alignment/react/main_tsx.md create mode 100644 static/usage/v6/grid/horizontal-alignment/vue.md create mode 100644 static/usage/v6/grid/offset-responsive/angular/example_component_css.md create mode 100644 static/usage/v6/grid/offset-responsive/angular/example_component_html.md create mode 100644 static/usage/v6/grid/offset-responsive/demo.html create mode 100644 static/usage/v6/grid/offset-responsive/index.md create mode 100644 static/usage/v6/grid/offset-responsive/javascript.md create mode 100644 static/usage/v6/grid/offset-responsive/react/main_css.md create mode 100644 static/usage/v6/grid/offset-responsive/react/main_tsx.md create mode 100644 static/usage/v6/grid/offset-responsive/vue.md create mode 100644 static/usage/v6/grid/offset/angular/example_component_css.md create mode 100644 static/usage/v6/grid/offset/angular/example_component_html.md create mode 100644 static/usage/v6/grid/offset/demo.html create mode 100644 static/usage/v6/grid/offset/index.md create mode 100644 static/usage/v6/grid/offset/javascript.md create mode 100644 static/usage/v6/grid/offset/react/main_css.md create mode 100644 static/usage/v6/grid/offset/react/main_tsx.md create mode 100644 static/usage/v6/grid/offset/vue.md create mode 100644 static/usage/v6/grid/push-pull-responsive/angular/example_component_css.md create mode 100644 static/usage/v6/grid/push-pull-responsive/angular/example_component_html.md create mode 100644 static/usage/v6/grid/push-pull-responsive/demo.html create mode 100644 static/usage/v6/grid/push-pull-responsive/index.md create mode 100644 static/usage/v6/grid/push-pull-responsive/javascript.md create mode 100644 static/usage/v6/grid/push-pull-responsive/react/main_css.md create mode 100644 static/usage/v6/grid/push-pull-responsive/react/main_tsx.md create mode 100644 static/usage/v6/grid/push-pull-responsive/vue.md create mode 100644 static/usage/v6/grid/push-pull/angular/example_component_css.md create mode 100644 static/usage/v6/grid/push-pull/angular/example_component_html.md create mode 100644 static/usage/v6/grid/push-pull/demo.html create mode 100644 static/usage/v6/grid/push-pull/index.md create mode 100644 static/usage/v6/grid/push-pull/javascript.md create mode 100644 static/usage/v6/grid/push-pull/react/main_css.md create mode 100644 static/usage/v6/grid/push-pull/react/main_tsx.md create mode 100644 static/usage/v6/grid/push-pull/vue.md create mode 100644 static/usage/v6/grid/size-auto/angular/example_component_css.md create mode 100644 static/usage/v6/grid/size-auto/angular/example_component_html.md create mode 100644 static/usage/v6/grid/size-auto/demo.html create mode 100644 static/usage/v6/grid/size-auto/index.md create mode 100644 static/usage/v6/grid/size-auto/javascript.md create mode 100644 static/usage/v6/grid/size-auto/react/main_css.md create mode 100644 static/usage/v6/grid/size-auto/react/main_tsx.md create mode 100644 static/usage/v6/grid/size-auto/vue.md create mode 100644 static/usage/v6/grid/size-responsive/angular/example_component_css.md create mode 100644 static/usage/v6/grid/size-responsive/angular/example_component_html.md create mode 100644 static/usage/v6/grid/size-responsive/demo.html create mode 100644 static/usage/v6/grid/size-responsive/index.md create mode 100644 static/usage/v6/grid/size-responsive/javascript.md create mode 100644 static/usage/v6/grid/size-responsive/react/main_css.md create mode 100644 static/usage/v6/grid/size-responsive/react/main_tsx.md create mode 100644 static/usage/v6/grid/size-responsive/vue.md create mode 100644 static/usage/v6/grid/size/angular/example_component_css.md create mode 100644 static/usage/v6/grid/size/angular/example_component_html.md create mode 100644 static/usage/v6/grid/size/demo.html create mode 100644 static/usage/v6/grid/size/index.md create mode 100644 static/usage/v6/grid/size/javascript.md create mode 100644 static/usage/v6/grid/size/react/main_css.md create mode 100644 static/usage/v6/grid/size/react/main_tsx.md create mode 100644 static/usage/v6/grid/size/vue.md create mode 100644 static/usage/v6/grid/vertical-alignment/angular/example_component_css.md create mode 100644 static/usage/v6/grid/vertical-alignment/angular/example_component_html.md create mode 100644 static/usage/v6/grid/vertical-alignment/demo.html create mode 100644 static/usage/v6/grid/vertical-alignment/index.md create mode 100644 static/usage/v6/grid/vertical-alignment/javascript.md create mode 100644 static/usage/v6/grid/vertical-alignment/react/main_css.md create mode 100644 static/usage/v6/grid/vertical-alignment/react/main_tsx.md create mode 100644 static/usage/v6/grid/vertical-alignment/vue.md create mode 100644 static/usage/v6/header/basic/angular.md create mode 100644 static/usage/v6/header/basic/demo.html create mode 100644 static/usage/v6/header/basic/index.md create mode 100644 static/usage/v6/header/basic/javascript.md create mode 100644 static/usage/v6/header/basic/react.md create mode 100644 static/usage/v6/header/basic/vue.md create mode 100644 static/usage/v6/header/condense/angular.md create mode 100644 static/usage/v6/header/condense/demo.html create mode 100644 static/usage/v6/header/condense/index.md create mode 100644 static/usage/v6/header/condense/javascript.md create mode 100644 static/usage/v6/header/condense/react.md create mode 100644 static/usage/v6/header/condense/vue.md create mode 100644 static/usage/v6/header/custom-scroll-target/angular/example_component_css.md create mode 100644 static/usage/v6/header/custom-scroll-target/angular/example_component_html.md create mode 100644 static/usage/v6/header/custom-scroll-target/demo.html create mode 100644 static/usage/v6/header/custom-scroll-target/index.md create mode 100644 static/usage/v6/header/custom-scroll-target/javascript.md create mode 100644 static/usage/v6/header/custom-scroll-target/react/main_css.md create mode 100644 static/usage/v6/header/custom-scroll-target/react/main_tsx.md create mode 100644 static/usage/v6/header/custom-scroll-target/vue.md create mode 100644 static/usage/v6/header/fade/angular.md create mode 100644 static/usage/v6/header/fade/demo.html create mode 100644 static/usage/v6/header/fade/index.md create mode 100644 static/usage/v6/header/fade/javascript.md create mode 100644 static/usage/v6/header/fade/react.md create mode 100644 static/usage/v6/header/fade/vue.md create mode 100644 static/usage/v6/header/no-border/angular.md create mode 100644 static/usage/v6/header/no-border/demo.html create mode 100644 static/usage/v6/header/no-border/index.md create mode 100644 static/usage/v6/header/no-border/javascript.md create mode 100644 static/usage/v6/header/no-border/react.md create mode 100644 static/usage/v6/header/no-border/vue.md create mode 100644 static/usage/v6/header/translucent/angular.md create mode 100644 static/usage/v6/header/translucent/demo.html create mode 100644 static/usage/v6/header/translucent/index.md create mode 100644 static/usage/v6/header/translucent/javascript.md create mode 100644 static/usage/v6/header/translucent/react.md create mode 100644 static/usage/v6/header/translucent/vue.md create mode 100644 static/usage/v6/icon/basic/angular.md create mode 100644 static/usage/v6/icon/basic/demo.html create mode 100644 static/usage/v6/icon/basic/index.md create mode 100644 static/usage/v6/icon/basic/javascript.md create mode 100644 static/usage/v6/icon/basic/react.md create mode 100644 static/usage/v6/icon/basic/vue.md create mode 100644 static/usage/v6/img/basic/angular.md create mode 100644 static/usage/v6/img/basic/demo.html create mode 100644 static/usage/v6/img/basic/index.md create mode 100644 static/usage/v6/img/basic/javascript.md create mode 100644 static/usage/v6/img/basic/react.md create mode 100644 static/usage/v6/img/basic/vue.md create mode 100644 static/usage/v6/infinite-scroll/basic/angular/example_component_html.md create mode 100644 static/usage/v6/infinite-scroll/basic/angular/example_component_ts.md create mode 100644 static/usage/v6/infinite-scroll/basic/demo.html create mode 100644 static/usage/v6/infinite-scroll/basic/index.md create mode 100644 static/usage/v6/infinite-scroll/basic/javascript.md create mode 100644 static/usage/v6/infinite-scroll/basic/react.md create mode 100644 static/usage/v6/infinite-scroll/basic/vue.md create mode 100644 static/usage/v6/infinite-scroll/custom-infinite-scroll-content/angular/example_component_css.md create mode 100644 static/usage/v6/infinite-scroll/custom-infinite-scroll-content/angular/example_component_html.md create mode 100644 static/usage/v6/infinite-scroll/custom-infinite-scroll-content/angular/example_component_ts.md create mode 100644 static/usage/v6/infinite-scroll/custom-infinite-scroll-content/demo.html create mode 100644 static/usage/v6/infinite-scroll/custom-infinite-scroll-content/index.md create mode 100644 static/usage/v6/infinite-scroll/custom-infinite-scroll-content/javascript.md create mode 100644 static/usage/v6/infinite-scroll/custom-infinite-scroll-content/react/main_css.md create mode 100644 static/usage/v6/infinite-scroll/custom-infinite-scroll-content/react/main_tsx.md create mode 100644 static/usage/v6/infinite-scroll/custom-infinite-scroll-content/vue.md create mode 100644 static/usage/v6/infinite-scroll/infinite-scroll-content/angular/example_component_html.md create mode 100644 static/usage/v6/infinite-scroll/infinite-scroll-content/angular/example_component_ts.md create mode 100644 static/usage/v6/infinite-scroll/infinite-scroll-content/demo.html create mode 100644 static/usage/v6/infinite-scroll/infinite-scroll-content/index.md create mode 100644 static/usage/v6/infinite-scroll/infinite-scroll-content/javascript.md create mode 100644 static/usage/v6/infinite-scroll/infinite-scroll-content/react.md create mode 100644 static/usage/v6/infinite-scroll/infinite-scroll-content/vue.md create mode 100644 static/usage/v6/input/basic/angular.md create mode 100644 static/usage/v6/input/basic/demo.html create mode 100644 static/usage/v6/input/basic/index.md create mode 100644 static/usage/v6/input/basic/javascript.md create mode 100644 static/usage/v6/input/basic/react.md create mode 100644 static/usage/v6/input/basic/vue.md create mode 100644 static/usage/v6/input/clear/angular.md create mode 100644 static/usage/v6/input/clear/demo.html create mode 100644 static/usage/v6/input/clear/index.md create mode 100644 static/usage/v6/input/clear/javascript.md create mode 100644 static/usage/v6/input/clear/react.md create mode 100644 static/usage/v6/input/clear/vue.md create mode 100644 static/usage/v6/input/fill/angular.md create mode 100644 static/usage/v6/input/fill/demo.html create mode 100644 static/usage/v6/input/fill/index.md create mode 100644 static/usage/v6/input/fill/javascript.md create mode 100644 static/usage/v6/input/fill/react.md create mode 100644 static/usage/v6/input/fill/vue.md create mode 100644 static/usage/v6/input/filtering/angular/example_component_html.md create mode 100644 static/usage/v6/input/filtering/angular/example_component_ts.md create mode 100644 static/usage/v6/input/filtering/demo.html create mode 100644 static/usage/v6/input/filtering/index.md create mode 100644 static/usage/v6/input/filtering/javascript.md create mode 100644 static/usage/v6/input/filtering/react.md create mode 100644 static/usage/v6/input/filtering/vue.md create mode 100644 static/usage/v6/input/labels/angular.md create mode 100644 static/usage/v6/input/labels/demo.html create mode 100644 static/usage/v6/input/labels/index.md create mode 100644 static/usage/v6/input/labels/javascript.md create mode 100644 static/usage/v6/input/labels/react.md create mode 100644 static/usage/v6/input/labels/vue.md create mode 100644 static/usage/v6/input/theming/colors/angular.md create mode 100644 static/usage/v6/input/theming/colors/demo.html create mode 100644 static/usage/v6/input/theming/colors/index.md create mode 100644 static/usage/v6/input/theming/colors/javascript.md create mode 100644 static/usage/v6/input/theming/colors/react.md create mode 100644 static/usage/v6/input/theming/colors/vue.md create mode 100644 static/usage/v6/input/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/input/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/input/theming/css-properties/demo.html create mode 100644 static/usage/v6/input/theming/css-properties/index.md create mode 100644 static/usage/v6/input/theming/css-properties/javascript.md create mode 100644 static/usage/v6/input/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/input/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/input/theming/css-properties/vue.md create mode 100644 static/usage/v6/input/types/angular.md create mode 100644 static/usage/v6/input/types/demo.html create mode 100644 static/usage/v6/input/types/index.md create mode 100644 static/usage/v6/input/types/javascript.md create mode 100644 static/usage/v6/input/types/react.md create mode 100644 static/usage/v6/input/types/vue.md create mode 100644 static/usage/v6/item-divider/basic/angular.md create mode 100644 static/usage/v6/item-divider/basic/demo.html create mode 100644 static/usage/v6/item-divider/basic/index.md create mode 100644 static/usage/v6/item-divider/basic/javascript.md create mode 100644 static/usage/v6/item-divider/basic/react.md create mode 100644 static/usage/v6/item-divider/basic/vue.md create mode 100644 static/usage/v6/item-divider/theming/colors/angular.md create mode 100644 static/usage/v6/item-divider/theming/colors/demo.html create mode 100644 static/usage/v6/item-divider/theming/colors/index.md create mode 100644 static/usage/v6/item-divider/theming/colors/javascript.md create mode 100644 static/usage/v6/item-divider/theming/colors/react.md create mode 100644 static/usage/v6/item-divider/theming/colors/vue.md create mode 100644 static/usage/v6/item-divider/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/item-divider/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/item-divider/theming/css-properties/demo.html create mode 100644 static/usage/v6/item-divider/theming/css-properties/index.md create mode 100644 static/usage/v6/item-divider/theming/css-properties/javascript.md create mode 100644 static/usage/v6/item-divider/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/item-divider/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/item-divider/theming/css-properties/vue.md create mode 100644 static/usage/v6/item-group/basic/angular.md create mode 100644 static/usage/v6/item-group/basic/demo.html create mode 100644 static/usage/v6/item-group/basic/index.md create mode 100644 static/usage/v6/item-group/basic/javascript.md create mode 100644 static/usage/v6/item-group/basic/react.md create mode 100644 static/usage/v6/item-group/basic/vue.md create mode 100644 static/usage/v6/item-group/sliding-items/angular.md create mode 100644 static/usage/v6/item-group/sliding-items/demo.html create mode 100644 static/usage/v6/item-group/sliding-items/index.md create mode 100644 static/usage/v6/item-group/sliding-items/javascript.md create mode 100644 static/usage/v6/item-group/sliding-items/react.md create mode 100644 static/usage/v6/item-group/sliding-items/vue.md create mode 100644 static/usage/v6/item-sliding/basic/angular.md create mode 100644 static/usage/v6/item-sliding/basic/demo.html create mode 100644 static/usage/v6/item-sliding/basic/index.md create mode 100644 static/usage/v6/item-sliding/basic/javascript.md create mode 100644 static/usage/v6/item-sliding/basic/react.md create mode 100644 static/usage/v6/item-sliding/basic/vue.md create mode 100644 static/usage/v6/item-sliding/expandable/angular.md create mode 100644 static/usage/v6/item-sliding/expandable/demo.html create mode 100644 static/usage/v6/item-sliding/expandable/index.md create mode 100644 static/usage/v6/item-sliding/expandable/javascript.md create mode 100644 static/usage/v6/item-sliding/expandable/react.md create mode 100644 static/usage/v6/item-sliding/expandable/vue.md create mode 100644 static/usage/v6/item-sliding/icons/angular.md create mode 100644 static/usage/v6/item-sliding/icons/demo.html create mode 100644 static/usage/v6/item-sliding/icons/index.md create mode 100644 static/usage/v6/item-sliding/icons/javascript.md create mode 100644 static/usage/v6/item-sliding/icons/react.md create mode 100644 static/usage/v6/item-sliding/icons/vue.md create mode 100644 static/usage/v6/item/basic/angular.md create mode 100644 static/usage/v6/item/basic/demo.html create mode 100644 static/usage/v6/item/basic/index.md create mode 100644 static/usage/v6/item/basic/javascript.md create mode 100644 static/usage/v6/item/basic/react.md create mode 100644 static/usage/v6/item/basic/vue.md create mode 100644 static/usage/v6/item/buttons/angular.md create mode 100644 static/usage/v6/item/buttons/demo.html create mode 100644 static/usage/v6/item/buttons/index.md create mode 100644 static/usage/v6/item/buttons/javascript.md create mode 100644 static/usage/v6/item/buttons/react.md create mode 100644 static/usage/v6/item/buttons/vue.md create mode 100644 static/usage/v6/item/clickable/angular.md create mode 100644 static/usage/v6/item/clickable/demo.html create mode 100644 static/usage/v6/item/clickable/index.md create mode 100644 static/usage/v6/item/clickable/javascript.md create mode 100644 static/usage/v6/item/clickable/react.md create mode 100644 static/usage/v6/item/clickable/vue.md create mode 100644 static/usage/v6/item/counter/angular/example_component_html.md create mode 100644 static/usage/v6/item/counter/angular/example_component_ts.md create mode 100644 static/usage/v6/item/counter/demo.html create mode 100644 static/usage/v6/item/counter/index.md create mode 100644 static/usage/v6/item/counter/javascript.md create mode 100644 static/usage/v6/item/counter/react.md create mode 100644 static/usage/v6/item/counter/vue.md create mode 100644 static/usage/v6/item/detail-arrows/angular.md create mode 100644 static/usage/v6/item/detail-arrows/demo.html create mode 100644 static/usage/v6/item/detail-arrows/index.md create mode 100644 static/usage/v6/item/detail-arrows/javascript.md create mode 100644 static/usage/v6/item/detail-arrows/react.md create mode 100644 static/usage/v6/item/detail-arrows/vue.md create mode 100644 static/usage/v6/item/helper-error/angular.md create mode 100644 static/usage/v6/item/helper-error/demo.html create mode 100644 static/usage/v6/item/helper-error/index.md create mode 100644 static/usage/v6/item/helper-error/javascript.md create mode 100644 static/usage/v6/item/helper-error/react.md create mode 100644 static/usage/v6/item/helper-error/vue.md create mode 100644 static/usage/v6/item/icons/angular.md create mode 100644 static/usage/v6/item/icons/demo.html create mode 100644 static/usage/v6/item/icons/index.md create mode 100644 static/usage/v6/item/icons/javascript.md create mode 100644 static/usage/v6/item/icons/react.md create mode 100644 static/usage/v6/item/icons/vue.md create mode 100644 static/usage/v6/item/inputs/angular.md create mode 100644 static/usage/v6/item/inputs/demo.html create mode 100644 static/usage/v6/item/inputs/index.md create mode 100644 static/usage/v6/item/inputs/javascript.md create mode 100644 static/usage/v6/item/inputs/react.md create mode 100644 static/usage/v6/item/inputs/vue.md create mode 100644 static/usage/v6/item/lines/angular.md create mode 100644 static/usage/v6/item/lines/demo.html create mode 100644 static/usage/v6/item/lines/index.md create mode 100644 static/usage/v6/item/lines/javascript.md create mode 100644 static/usage/v6/item/lines/react.md create mode 100644 static/usage/v6/item/lines/vue.md create mode 100644 static/usage/v6/item/media/angular.md create mode 100644 static/usage/v6/item/media/demo.html create mode 100644 static/usage/v6/item/media/index.md create mode 100644 static/usage/v6/item/media/javascript.md create mode 100644 static/usage/v6/item/media/react.md create mode 100644 static/usage/v6/item/media/vue.md create mode 100644 static/usage/v6/item/theming/colors/angular.md create mode 100644 static/usage/v6/item/theming/colors/demo.html create mode 100644 static/usage/v6/item/theming/colors/index.md create mode 100644 static/usage/v6/item/theming/colors/javascript.md create mode 100644 static/usage/v6/item/theming/colors/react.md create mode 100644 static/usage/v6/item/theming/colors/vue.md create mode 100644 static/usage/v6/item/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/item/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/item/theming/css-properties/demo.html create mode 100644 static/usage/v6/item/theming/css-properties/index.md create mode 100644 static/usage/v6/item/theming/css-properties/javascript.md create mode 100644 static/usage/v6/item/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/item/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/item/theming/css-properties/vue.md create mode 100644 static/usage/v6/item/theming/css-shadow-parts/angular/example_component_css.md create mode 100644 static/usage/v6/item/theming/css-shadow-parts/angular/example_component_html.md create mode 100644 static/usage/v6/item/theming/css-shadow-parts/demo.html create mode 100644 static/usage/v6/item/theming/css-shadow-parts/index.md create mode 100644 static/usage/v6/item/theming/css-shadow-parts/javascript.md create mode 100644 static/usage/v6/item/theming/css-shadow-parts/react/main_css.md create mode 100644 static/usage/v6/item/theming/css-shadow-parts/react/main_tsx.md create mode 100644 static/usage/v6/item/theming/css-shadow-parts/vue.md create mode 100644 static/usage/v6/item/theming/input-highlight/angular/example_component_css.md create mode 100644 static/usage/v6/item/theming/input-highlight/angular/example_component_html.md create mode 100644 static/usage/v6/item/theming/input-highlight/demo.html create mode 100644 static/usage/v6/item/theming/input-highlight/index.md create mode 100644 static/usage/v6/item/theming/input-highlight/javascript.md create mode 100644 static/usage/v6/item/theming/input-highlight/react/main_css.md create mode 100644 static/usage/v6/item/theming/input-highlight/react/main_tsx.md create mode 100644 static/usage/v6/item/theming/input-highlight/vue.md create mode 100644 static/usage/v6/label/basic/angular.md create mode 100644 static/usage/v6/label/basic/demo.html create mode 100644 static/usage/v6/label/basic/index.md create mode 100644 static/usage/v6/label/basic/javascript.md create mode 100644 static/usage/v6/label/basic/react.md create mode 100644 static/usage/v6/label/basic/vue.md create mode 100644 static/usage/v6/label/input/angular.md create mode 100644 static/usage/v6/label/input/demo.html create mode 100644 static/usage/v6/label/input/index.md create mode 100644 static/usage/v6/label/input/javascript.md create mode 100644 static/usage/v6/label/input/react.md create mode 100644 static/usage/v6/label/input/vue.md create mode 100644 static/usage/v6/label/item/angular.md create mode 100644 static/usage/v6/label/item/demo.html create mode 100644 static/usage/v6/label/item/index.md create mode 100644 static/usage/v6/label/item/javascript.md create mode 100644 static/usage/v6/label/item/react.md create mode 100644 static/usage/v6/label/item/vue.md create mode 100644 static/usage/v6/label/theming/colors/angular.md create mode 100644 static/usage/v6/label/theming/colors/demo.html create mode 100644 static/usage/v6/label/theming/colors/index.md create mode 100644 static/usage/v6/label/theming/colors/javascript.md create mode 100644 static/usage/v6/label/theming/colors/react.md create mode 100644 static/usage/v6/label/theming/colors/vue.md create mode 100644 static/usage/v6/list-header/basic/angular.md create mode 100644 static/usage/v6/list-header/basic/demo.html create mode 100644 static/usage/v6/list-header/basic/index.md create mode 100644 static/usage/v6/list-header/basic/javascript.md create mode 100644 static/usage/v6/list-header/basic/react.md create mode 100644 static/usage/v6/list-header/basic/vue.md create mode 100644 static/usage/v6/list-header/buttons/angular.md create mode 100644 static/usage/v6/list-header/buttons/demo.html create mode 100644 static/usage/v6/list-header/buttons/index.md create mode 100644 static/usage/v6/list-header/buttons/javascript.md create mode 100644 static/usage/v6/list-header/buttons/react.md create mode 100644 static/usage/v6/list-header/buttons/vue.md create mode 100644 static/usage/v6/list-header/lines/angular.md create mode 100644 static/usage/v6/list-header/lines/demo.html create mode 100644 static/usage/v6/list-header/lines/index.md create mode 100644 static/usage/v6/list-header/lines/javascript.md create mode 100644 static/usage/v6/list-header/lines/react.md create mode 100644 static/usage/v6/list-header/lines/vue.md create mode 100644 static/usage/v6/list-header/theming/colors/angular.md create mode 100644 static/usage/v6/list-header/theming/colors/demo.html create mode 100644 static/usage/v6/list-header/theming/colors/index.md create mode 100644 static/usage/v6/list-header/theming/colors/javascript.md create mode 100644 static/usage/v6/list-header/theming/colors/react.md create mode 100644 static/usage/v6/list-header/theming/colors/vue.md create mode 100644 static/usage/v6/list-header/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/list-header/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/list-header/theming/css-properties/demo.html create mode 100644 static/usage/v6/list-header/theming/css-properties/index.md create mode 100644 static/usage/v6/list-header/theming/css-properties/javascript.md create mode 100644 static/usage/v6/list-header/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/list-header/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/list-header/theming/css-properties/vue.md create mode 100644 static/usage/v6/list/basic/angular.md create mode 100644 static/usage/v6/list/basic/demo.html create mode 100644 static/usage/v6/list/basic/index.md create mode 100644 static/usage/v6/list/basic/javascript.md create mode 100644 static/usage/v6/list/basic/react.md create mode 100644 static/usage/v6/list/basic/vue.md create mode 100644 static/usage/v6/list/inset/angular.md create mode 100644 static/usage/v6/list/inset/demo.html create mode 100644 static/usage/v6/list/inset/index.md create mode 100644 static/usage/v6/list/inset/javascript.md create mode 100644 static/usage/v6/list/inset/react.md create mode 100644 static/usage/v6/list/inset/vue.md create mode 100644 static/usage/v6/list/lines/angular.md create mode 100644 static/usage/v6/list/lines/demo.html create mode 100644 static/usage/v6/list/lines/index.md create mode 100644 static/usage/v6/list/lines/javascript.md create mode 100644 static/usage/v6/list/lines/react.md create mode 100644 static/usage/v6/list/lines/vue.md rename static/usage/{loading/controller/angular/html.md => v6/loading/controller/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/loading/controller/angular/example_component_ts.md create mode 100644 static/usage/v6/loading/controller/demo.html create mode 100644 static/usage/v6/loading/controller/index.md rename static/usage/{ => v6}/loading/controller/javascript.md (100%) rename static/usage/{ => v6}/loading/controller/react.md (100%) rename static/usage/{ => v6}/loading/controller/vue.md (100%) rename static/usage/{loading/spinners/angular/html.md => v6/loading/spinners/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/loading/spinners/angular/example_component_ts.md create mode 100644 static/usage/v6/loading/spinners/demo.html create mode 100644 static/usage/v6/loading/spinners/index.md rename static/usage/{ => v6}/loading/spinners/javascript.md (100%) rename static/usage/{ => v6}/loading/spinners/react.md (100%) rename static/usage/{ => v6}/loading/spinners/vue.md (100%) rename static/usage/{loading/theming/angular/html.md => v6/loading/theming/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/loading/theming/angular/example_component_ts.md rename static/usage/{loading/theming/angular/css.md => v6/loading/theming/angular/global_css.md} (100%) create mode 100644 static/usage/v6/loading/theming/demo.html create mode 100644 static/usage/v6/loading/theming/index.md rename static/usage/{ => v6}/loading/theming/javascript.md (100%) rename static/usage/{ => v6}/loading/theming/react.md (100%) rename static/usage/{loading/theming/react/css.md => v6/loading/theming/react/main_css.md} (100%) rename static/usage/{loading/theming/react/tsx.md => v6/loading/theming/react/main_tsx.md} (100%) rename static/usage/{ => v6}/loading/theming/vue.md (100%) create mode 100644 static/usage/v6/menu/basic/angular.md create mode 100644 static/usage/v6/menu/basic/demo.html create mode 100644 static/usage/v6/menu/basic/index.md create mode 100644 static/usage/v6/menu/basic/javascript.md create mode 100644 static/usage/v6/menu/basic/react.md create mode 100644 static/usage/v6/menu/basic/vue.md create mode 100644 static/usage/v6/menu/theming/angular/example_component_css.md create mode 100644 static/usage/v6/menu/theming/angular/example_component_html.md create mode 100644 static/usage/v6/menu/theming/demo.html create mode 100644 static/usage/v6/menu/theming/index.md create mode 100644 static/usage/v6/menu/theming/javascript.md create mode 100644 static/usage/v6/menu/theming/react/main_css.md create mode 100644 static/usage/v6/menu/theming/react/main_tsx.md create mode 100644 static/usage/v6/menu/theming/vue.md create mode 100644 static/usage/v6/menu/toggle/angular.md create mode 100644 static/usage/v6/menu/toggle/demo.html create mode 100644 static/usage/v6/menu/toggle/index.md create mode 100644 static/usage/v6/menu/toggle/javascript.md create mode 100644 static/usage/v6/menu/toggle/react.md create mode 100644 static/usage/v6/menu/toggle/vue.md create mode 100644 static/usage/v6/menu/type/angular/example_component_html.md create mode 100644 static/usage/v6/menu/type/angular/example_component_ts.md create mode 100644 static/usage/v6/menu/type/demo.html create mode 100644 static/usage/v6/menu/type/index.md create mode 100644 static/usage/v6/menu/type/javascript.md create mode 100644 static/usage/v6/menu/type/react.md create mode 100644 static/usage/v6/menu/type/vue.md rename static/usage/{modal/can-dismiss/boolean/angular/app_component_html.md => v6/modal/can-dismiss/boolean/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/modal/can-dismiss/boolean/angular/example_component_ts.md create mode 100644 static/usage/v6/modal/can-dismiss/boolean/demo.html create mode 100644 static/usage/v6/modal/can-dismiss/boolean/index.md create mode 100644 static/usage/v6/modal/can-dismiss/boolean/javascript.md rename static/usage/{ => v6}/modal/can-dismiss/boolean/react.md (100%) rename static/usage/{ => v6}/modal/can-dismiss/boolean/vue.md (100%) create mode 100644 static/usage/v6/modal/can-dismiss/function/angular/example_component_html.md create mode 100644 static/usage/v6/modal/can-dismiss/function/angular/example_component_ts.md create mode 100644 static/usage/v6/modal/can-dismiss/function/demo.html create mode 100644 static/usage/v6/modal/can-dismiss/function/index.md create mode 100644 static/usage/v6/modal/can-dismiss/function/javascript.md rename static/usage/{ => v6}/modal/can-dismiss/function/react.md (100%) rename static/usage/{ => v6}/modal/can-dismiss/function/vue.md (100%) create mode 100644 static/usage/v6/modal/can-dismiss/prevent-swipe-to-close/angular/example_component_html.md create mode 100644 static/usage/v6/modal/can-dismiss/prevent-swipe-to-close/angular/example_component_ts.md create mode 100644 static/usage/v6/modal/can-dismiss/prevent-swipe-to-close/demo.html create mode 100644 static/usage/v6/modal/can-dismiss/prevent-swipe-to-close/index.md create mode 100644 static/usage/v6/modal/can-dismiss/prevent-swipe-to-close/javascript.md create mode 100644 static/usage/v6/modal/can-dismiss/prevent-swipe-to-close/react.md create mode 100644 static/usage/v6/modal/can-dismiss/prevent-swipe-to-close/vue.md rename static/usage/{modal/card/basic/angular/app_component_html.md => v6/modal/card/basic/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/modal/card/basic/angular/example_component_ts.md create mode 100644 static/usage/v6/modal/card/basic/demo.html create mode 100644 static/usage/v6/modal/card/basic/index.md create mode 100644 static/usage/v6/modal/card/basic/javascript.md rename static/usage/{ => v6}/modal/card/basic/react.md (100%) rename static/usage/{ => v6}/modal/card/basic/vue.md (100%) create mode 100644 static/usage/v6/modal/controller/angular/app_module_ts.md rename static/usage/{modal/controller/angular/app_component_html.md => v6/modal/controller/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/modal/controller/angular/example_component_ts.md rename static/usage/{ => v6}/modal/controller/angular/modal-example_component_html.md (100%) rename static/usage/{ => v6}/modal/controller/angular/modal-example_component_ts.md (100%) create mode 100644 static/usage/v6/modal/controller/demo.html create mode 100644 static/usage/v6/modal/controller/index.md create mode 100644 static/usage/v6/modal/controller/javascript.md rename static/usage/{ => v6}/modal/controller/react.md (100%) rename static/usage/{ => v6}/modal/controller/vue/example_vue.md (100%) rename static/usage/{ => v6}/modal/controller/vue/modal_vue.md (100%) create mode 100644 static/usage/v6/modal/custom-dialogs/angular/example_component_html.md rename static/usage/{modal/custom-dialogs/angular/angular_css.md => v6/modal/custom-dialogs/angular/global_css.md} (100%) create mode 100644 static/usage/v6/modal/custom-dialogs/demo.html create mode 100644 static/usage/v6/modal/custom-dialogs/index.md create mode 100644 static/usage/v6/modal/custom-dialogs/javascript.md rename static/usage/{ => v6}/modal/custom-dialogs/react/main_css.md (100%) rename static/usage/{ => v6}/modal/custom-dialogs/react/main_tsx.md (100%) rename static/usage/{ => v6}/modal/custom-dialogs/vue.md (100%) create mode 100644 static/usage/v6/modal/inline/basic/angular/example_component_html.md create mode 100644 static/usage/v6/modal/inline/basic/angular/example_component_ts.md create mode 100644 static/usage/v6/modal/inline/basic/demo.html create mode 100644 static/usage/v6/modal/inline/basic/index.md create mode 100644 static/usage/v6/modal/inline/basic/javascript.md rename static/usage/{ => v6}/modal/inline/basic/react.md (100%) rename static/usage/{ => v6}/modal/inline/basic/vue.md (100%) rename static/usage/{modal/inline/is-open/angular/app_component_html.md => v6/modal/inline/is-open/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/modal/inline/is-open/angular/example_component_ts.md create mode 100644 static/usage/v6/modal/inline/is-open/demo.html create mode 100644 static/usage/v6/modal/inline/is-open/index.md create mode 100644 static/usage/v6/modal/inline/is-open/javascript.md rename static/usage/{ => v6}/modal/inline/is-open/react.md (100%) rename static/usage/{ => v6}/modal/inline/is-open/vue.md (100%) rename static/usage/{ => v6}/modal/performance/mount/angular.md (100%) create mode 100644 static/usage/v6/modal/performance/mount/demo.html create mode 100644 static/usage/v6/modal/performance/mount/index.md create mode 100644 static/usage/v6/modal/performance/mount/javascript.md rename static/usage/{ => v6}/modal/performance/mount/react.md (100%) rename static/usage/{ => v6}/modal/performance/mount/vue.md (100%) rename static/usage/{modal/sheet/background-content/angular/app_component_css.md => v6/modal/sheet/background-content/angular/example_component_css.md} (100%) create mode 100644 static/usage/v6/modal/sheet/background-content/angular/example_component_html.md create mode 100644 static/usage/v6/modal/sheet/background-content/angular/example_component_ts.md create mode 100644 static/usage/v6/modal/sheet/background-content/demo.html create mode 100644 static/usage/v6/modal/sheet/background-content/index.md create mode 100644 static/usage/v6/modal/sheet/background-content/javascript.md rename static/usage/{ => v6}/modal/sheet/background-content/react.md (100%) rename static/usage/{ => v6}/modal/sheet/background-content/vue.md (100%) create mode 100644 static/usage/v6/modal/sheet/basic/angular.md create mode 100644 static/usage/v6/modal/sheet/basic/demo.html create mode 100644 static/usage/v6/modal/sheet/basic/index.md create mode 100644 static/usage/v6/modal/sheet/basic/javascript.md rename static/usage/{ => v6}/modal/sheet/basic/react.md (100%) rename static/usage/{ => v6}/modal/sheet/basic/vue.md (100%) create mode 100644 static/usage/v6/modal/sheet/handle-behavior/angular.md create mode 100644 static/usage/v6/modal/sheet/handle-behavior/demo.html create mode 100644 static/usage/v6/modal/sheet/handle-behavior/index.md create mode 100644 static/usage/v6/modal/sheet/handle-behavior/javascript.md rename static/usage/{ => v6}/modal/sheet/handle-behavior/react.md (100%) rename static/usage/{ => v6}/modal/sheet/handle-behavior/vue.md (100%) create mode 100644 static/usage/v6/modal/styling/animations/angular/example_component_html.md create mode 100644 static/usage/v6/modal/styling/animations/angular/example_component_ts.md create mode 100644 static/usage/v6/modal/styling/animations/demo.html create mode 100644 static/usage/v6/modal/styling/animations/index.md rename static/usage/{ => v6}/modal/styling/animations/javascript/index_html.md (100%) rename static/usage/{ => v6}/modal/styling/animations/javascript/index_ts.md (100%) create mode 100644 static/usage/v6/modal/styling/animations/react.md rename static/usage/{ => v6}/modal/styling/animations/vue.md (100%) create mode 100644 static/usage/v6/modal/styling/theming/angular/example_component_html.md rename static/usage/{modal/styling/theming/angular/angular_css.md => v6/modal/styling/theming/angular/global_css.md} (100%) create mode 100644 static/usage/v6/modal/styling/theming/demo.html create mode 100644 static/usage/v6/modal/styling/theming/index.md rename static/usage/{ => v6}/modal/styling/theming/javascript.md (100%) rename static/usage/{ => v6}/modal/styling/theming/react/main_css.md (100%) create mode 100644 static/usage/v6/modal/styling/theming/react/main_tsx.md rename static/usage/{ => v6}/modal/styling/theming/vue.md (100%) create mode 100644 static/usage/v6/nav/modal-navigation/angular/app_module_ts.md create mode 100644 static/usage/v6/nav/modal-navigation/angular/example_component_html.md create mode 100644 static/usage/v6/nav/modal-navigation/angular/example_component_ts.md create mode 100644 static/usage/v6/nav/modal-navigation/angular/page_one_component_ts.md create mode 100644 static/usage/v6/nav/modal-navigation/angular/page_three_component_ts.md create mode 100644 static/usage/v6/nav/modal-navigation/angular/page_two_component_ts.md create mode 100644 static/usage/v6/nav/modal-navigation/demo.html create mode 100644 static/usage/v6/nav/modal-navigation/index.md create mode 100644 static/usage/v6/nav/modal-navigation/javascript.md create mode 100644 static/usage/v6/nav/modal-navigation/react/main_tsx.md create mode 100644 static/usage/v6/nav/modal-navigation/react/page_one_tsx.md create mode 100644 static/usage/v6/nav/modal-navigation/react/page_three_tsx.md create mode 100644 static/usage/v6/nav/modal-navigation/react/page_two_tsx.md create mode 100644 static/usage/v6/nav/modal-navigation/vue/example_vue.md create mode 100644 static/usage/v6/nav/modal-navigation/vue/page_one_vue.md create mode 100644 static/usage/v6/nav/modal-navigation/vue/page_three_vue.md create mode 100644 static/usage/v6/nav/modal-navigation/vue/page_two_vue.md create mode 100644 static/usage/v6/nav/nav-link/angular/app_module_ts.md create mode 100644 static/usage/v6/nav/nav-link/angular/example_component_html.md create mode 100644 static/usage/v6/nav/nav-link/angular/example_component_ts.md create mode 100644 static/usage/v6/nav/nav-link/angular/page_one_component_ts.md create mode 100644 static/usage/v6/nav/nav-link/angular/page_three_component_ts.md create mode 100644 static/usage/v6/nav/nav-link/angular/page_two_component_ts.md create mode 100644 static/usage/v6/nav/nav-link/demo.html create mode 100644 static/usage/v6/nav/nav-link/index.md create mode 100644 static/usage/v6/nav/nav-link/javascript.md create mode 100644 static/usage/v6/nav/nav-link/react/main_tsx.md create mode 100644 static/usage/v6/nav/nav-link/react/page_one_tsx.md create mode 100644 static/usage/v6/nav/nav-link/react/page_three_tsx.md create mode 100644 static/usage/v6/nav/nav-link/react/page_two_tsx.md create mode 100644 static/usage/v6/nav/nav-link/vue/example_vue.md create mode 100644 static/usage/v6/nav/nav-link/vue/page_one_vue.md create mode 100644 static/usage/v6/nav/nav-link/vue/page_three_vue.md create mode 100644 static/usage/v6/nav/nav-link/vue/page_two_vue.md create mode 100644 static/usage/v6/note/basic/angular.md create mode 100644 static/usage/v6/note/basic/demo.html create mode 100644 static/usage/v6/note/basic/index.md create mode 100644 static/usage/v6/note/basic/javascript.md create mode 100644 static/usage/v6/note/basic/react.md create mode 100644 static/usage/v6/note/basic/vue.md create mode 100644 static/usage/v6/note/item/angular.md create mode 100644 static/usage/v6/note/item/demo.html create mode 100644 static/usage/v6/note/item/index.md create mode 100644 static/usage/v6/note/item/javascript.md create mode 100644 static/usage/v6/note/item/react.md create mode 100644 static/usage/v6/note/item/vue.md create mode 100644 static/usage/v6/note/theming/colors/angular.md create mode 100644 static/usage/v6/note/theming/colors/demo.html create mode 100644 static/usage/v6/note/theming/colors/index.md create mode 100644 static/usage/v6/note/theming/colors/javascript.md create mode 100644 static/usage/v6/note/theming/colors/react.md create mode 100644 static/usage/v6/note/theming/colors/vue.md create mode 100644 static/usage/v6/note/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/note/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/note/theming/css-properties/demo.html create mode 100644 static/usage/v6/note/theming/css-properties/index.md create mode 100644 static/usage/v6/note/theming/css-properties/javascript.md create mode 100644 static/usage/v6/note/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/note/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/note/theming/css-properties/vue.md create mode 100644 static/usage/v6/picker/multiple-column/angular/example_component_html.md create mode 100644 static/usage/v6/picker/multiple-column/angular/example_component_ts.md create mode 100644 static/usage/v6/picker/multiple-column/demo.html create mode 100644 static/usage/v6/picker/multiple-column/index.md create mode 100644 static/usage/v6/picker/multiple-column/javascript.md create mode 100644 static/usage/v6/picker/multiple-column/react.md create mode 100644 static/usage/v6/picker/multiple-column/vue.md create mode 100644 static/usage/v6/picker/single-column/angular/example_component_html.md create mode 100644 static/usage/v6/picker/single-column/angular/example_component_ts.md create mode 100644 static/usage/v6/picker/single-column/demo.html create mode 100644 static/usage/v6/picker/single-column/index.md create mode 100644 static/usage/v6/picker/single-column/javascript.md create mode 100644 static/usage/v6/picker/single-column/react.md create mode 100644 static/usage/v6/picker/single-column/vue.md rename static/usage/{popover/customization/positioning/angular/angular_css.md => v6/popover/customization/positioning/angular/example_component_css.md} (100%) rename static/usage/{popover/customization/positioning/angular/angular_html.md => v6/popover/customization/positioning/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/popover/customization/positioning/angular/example_component_ts.md create mode 100644 static/usage/v6/popover/customization/positioning/demo.html create mode 100644 static/usage/v6/popover/customization/positioning/index.md rename static/usage/{ => v6}/popover/customization/positioning/javascript.md (100%) rename static/usage/{popover/customization/positioning/react/react_css.md => v6/popover/customization/positioning/react/main_css.md} (100%) rename static/usage/{popover/customization/positioning/react/react_ts.md => v6/popover/customization/positioning/react/main_tsx.md} (100%) rename static/usage/{ => v6}/popover/customization/positioning/vue.md (100%) rename static/usage/{ => v6}/popover/customization/sizing/angular.md (100%) create mode 100644 static/usage/v6/popover/customization/sizing/demo.html create mode 100644 static/usage/v6/popover/customization/sizing/index.md rename static/usage/{ => v6}/popover/customization/sizing/javascript.md (100%) create mode 100644 static/usage/v6/popover/customization/sizing/react.md create mode 100644 static/usage/v6/popover/customization/sizing/vue.md rename static/usage/{popover/customization/styling/angular/angular_html.md => v6/popover/customization/styling/angular/example_component_html.md} (100%) rename static/usage/{popover/customization/styling/angular/angular_css.md => v6/popover/customization/styling/angular/global_css.md} (100%) create mode 100644 static/usage/v6/popover/customization/styling/demo.html create mode 100644 static/usage/v6/popover/customization/styling/index.md rename static/usage/{ => v6}/popover/customization/styling/javascript.md (100%) rename static/usage/{popover/customization/styling/react/react_css.md => v6/popover/customization/styling/react/main_css.md} (100%) create mode 100644 static/usage/v6/popover/customization/styling/react/main_tsx.md create mode 100644 static/usage/v6/popover/customization/styling/vue.md rename static/usage/{ => v6}/popover/nested/angular.md (100%) create mode 100644 static/usage/v6/popover/nested/demo.html create mode 100644 static/usage/v6/popover/nested/index.md rename static/usage/{ => v6}/popover/nested/javascript.md (100%) create mode 100644 static/usage/v6/popover/nested/react.md create mode 100644 static/usage/v6/popover/nested/vue.md rename static/usage/{ => v6}/popover/performance/mount/angular.md (100%) create mode 100644 static/usage/v6/popover/performance/mount/demo.html create mode 100644 static/usage/v6/popover/performance/mount/index.md rename static/usage/{ => v6}/popover/performance/mount/javascript.md (100%) rename static/usage/{ => v6}/popover/performance/mount/react.md (100%) rename static/usage/{ => v6}/popover/performance/mount/vue.md (100%) create mode 100644 static/usage/v6/popover/presenting/controller/angular/app_module_ts.md rename static/usage/{popover/presenting/controller/angular/angular_html.md => v6/popover/presenting/controller/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/popover/presenting/controller/angular/example_component_ts.md rename static/usage/{popover/presenting/controller/angular/angular_popover_html.md => v6/popover/presenting/controller/angular/popover_component_html.md} (100%) create mode 100644 static/usage/v6/popover/presenting/controller/angular/popover_component_ts.md create mode 100644 static/usage/v6/popover/presenting/controller/demo.html create mode 100644 static/usage/v6/popover/presenting/controller/index.md rename static/usage/{ => v6}/popover/presenting/controller/javascript.md (100%) create mode 100644 static/usage/v6/popover/presenting/controller/react.md create mode 100644 static/usage/v6/popover/presenting/controller/vue/example_vue.md rename static/usage/{popover/presenting/controller/vue/vue_popover.md => v6/popover/presenting/controller/vue/popover_vue.md} (100%) rename static/usage/{popover/presenting/inline-isopen/angular/angular_html.md => v6/popover/presenting/inline-isopen/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/popover/presenting/inline-isopen/angular/example_component_ts.md create mode 100644 static/usage/v6/popover/presenting/inline-isopen/demo.html create mode 100644 static/usage/v6/popover/presenting/inline-isopen/index.md rename static/usage/{ => v6}/popover/presenting/inline-isopen/javascript.md (100%) create mode 100644 static/usage/v6/popover/presenting/inline-isopen/react.md create mode 100644 static/usage/v6/popover/presenting/inline-isopen/vue.md rename static/usage/{ => v6}/popover/presenting/inline-trigger/angular.md (100%) create mode 100644 static/usage/v6/popover/presenting/inline-trigger/demo.html create mode 100644 static/usage/v6/popover/presenting/inline-trigger/index.md rename static/usage/{ => v6}/popover/presenting/inline-trigger/javascript.md (100%) create mode 100644 static/usage/v6/popover/presenting/inline-trigger/react.md create mode 100644 static/usage/v6/popover/presenting/inline-trigger/vue.md create mode 100644 static/usage/v6/progress-bar/buffer/angular/example_component_html.md create mode 100644 static/usage/v6/progress-bar/buffer/angular/example_component_ts.md create mode 100644 static/usage/v6/progress-bar/buffer/demo.html create mode 100644 static/usage/v6/progress-bar/buffer/index.md create mode 100644 static/usage/v6/progress-bar/buffer/javascript.md create mode 100644 static/usage/v6/progress-bar/buffer/react.md create mode 100644 static/usage/v6/progress-bar/buffer/vue.md create mode 100644 static/usage/v6/progress-bar/determinate/angular/example_component_html.md create mode 100644 static/usage/v6/progress-bar/determinate/angular/example_component_ts.md create mode 100644 static/usage/v6/progress-bar/determinate/demo.html create mode 100644 static/usage/v6/progress-bar/determinate/index.md create mode 100644 static/usage/v6/progress-bar/determinate/javascript.md create mode 100644 static/usage/v6/progress-bar/determinate/react.md create mode 100644 static/usage/v6/progress-bar/determinate/vue.md create mode 100644 static/usage/v6/progress-bar/indeterminate/angular.md create mode 100644 static/usage/v6/progress-bar/indeterminate/demo.html create mode 100644 static/usage/v6/progress-bar/indeterminate/index.md create mode 100644 static/usage/v6/progress-bar/indeterminate/javascript.md create mode 100644 static/usage/v6/progress-bar/indeterminate/react.md create mode 100644 static/usage/v6/progress-bar/indeterminate/vue.md create mode 100644 static/usage/v6/progress-bar/theming/colors/angular.md create mode 100644 static/usage/v6/progress-bar/theming/colors/demo.html create mode 100644 static/usage/v6/progress-bar/theming/colors/index.md create mode 100644 static/usage/v6/progress-bar/theming/colors/javascript.md create mode 100644 static/usage/v6/progress-bar/theming/colors/react.md create mode 100644 static/usage/v6/progress-bar/theming/colors/vue.md create mode 100644 static/usage/v6/progress-bar/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/progress-bar/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/progress-bar/theming/css-properties/demo.html create mode 100644 static/usage/v6/progress-bar/theming/css-properties/index.md create mode 100644 static/usage/v6/progress-bar/theming/css-properties/javascript.md create mode 100644 static/usage/v6/progress-bar/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/progress-bar/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/progress-bar/theming/css-properties/vue.md create mode 100644 static/usage/v6/progress-bar/theming/css-shadow-parts/angular/example_component_css.md create mode 100644 static/usage/v6/progress-bar/theming/css-shadow-parts/angular/example_component_html.md create mode 100644 static/usage/v6/progress-bar/theming/css-shadow-parts/demo.html create mode 100644 static/usage/v6/progress-bar/theming/css-shadow-parts/index.md create mode 100644 static/usage/v6/progress-bar/theming/css-shadow-parts/javascript.md create mode 100644 static/usage/v6/progress-bar/theming/css-shadow-parts/react/main_css.md create mode 100644 static/usage/v6/progress-bar/theming/css-shadow-parts/react/main_tsx.md create mode 100644 static/usage/v6/progress-bar/theming/css-shadow-parts/vue.md create mode 100644 static/usage/v6/radio/basic/angular.md create mode 100644 static/usage/v6/radio/basic/demo.html create mode 100644 static/usage/v6/radio/basic/index.md create mode 100644 static/usage/v6/radio/basic/javascript.md create mode 100644 static/usage/v6/radio/basic/react.md create mode 100644 static/usage/v6/radio/basic/vue.md create mode 100644 static/usage/v6/radio/empty-selection/angular.md create mode 100644 static/usage/v6/radio/empty-selection/demo.html create mode 100644 static/usage/v6/radio/empty-selection/index.md create mode 100644 static/usage/v6/radio/empty-selection/javascript.md create mode 100644 static/usage/v6/radio/empty-selection/react.md create mode 100644 static/usage/v6/radio/empty-selection/vue.md create mode 100644 static/usage/v6/radio/theming/colors/angular.md create mode 100644 static/usage/v6/radio/theming/colors/demo.html create mode 100644 static/usage/v6/radio/theming/colors/index.md create mode 100644 static/usage/v6/radio/theming/colors/javascript.md create mode 100644 static/usage/v6/radio/theming/colors/react.md create mode 100644 static/usage/v6/radio/theming/colors/vue.md create mode 100644 static/usage/v6/radio/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/radio/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/radio/theming/css-properties/demo.html create mode 100644 static/usage/v6/radio/theming/css-properties/index.md create mode 100644 static/usage/v6/radio/theming/css-properties/javascript.md create mode 100644 static/usage/v6/radio/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/radio/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/radio/theming/css-properties/vue.md create mode 100644 static/usage/v6/radio/theming/css-shadow-parts/angular/example_component_css.md create mode 100644 static/usage/v6/radio/theming/css-shadow-parts/angular/example_component_html.md create mode 100644 static/usage/v6/radio/theming/css-shadow-parts/demo.html create mode 100644 static/usage/v6/radio/theming/css-shadow-parts/index.md create mode 100644 static/usage/v6/radio/theming/css-shadow-parts/javascript.md create mode 100644 static/usage/v6/radio/theming/css-shadow-parts/react/main_css.md create mode 100644 static/usage/v6/radio/theming/css-shadow-parts/react/main_tsx.md create mode 100644 static/usage/v6/radio/theming/css-shadow-parts/vue.md create mode 100644 static/usage/v6/range/basic/angular.md create mode 100644 static/usage/v6/range/basic/demo.html create mode 100644 static/usage/v6/range/basic/index.md create mode 100644 static/usage/v6/range/basic/javascript.md create mode 100644 static/usage/v6/range/basic/react.md create mode 100644 static/usage/v6/range/basic/vue.md create mode 100644 static/usage/v6/range/dual-knobs/angular.md create mode 100644 static/usage/v6/range/dual-knobs/demo.html create mode 100644 static/usage/v6/range/dual-knobs/index.md create mode 100644 static/usage/v6/range/dual-knobs/javascript.md create mode 100644 static/usage/v6/range/dual-knobs/react.md create mode 100644 static/usage/v6/range/dual-knobs/vue.md create mode 100644 static/usage/v6/range/ion-change-event/angular/example_component_html.md create mode 100644 static/usage/v6/range/ion-change-event/angular/example_component_ts.md create mode 100644 static/usage/v6/range/ion-change-event/demo.html create mode 100644 static/usage/v6/range/ion-change-event/index.md create mode 100644 static/usage/v6/range/ion-change-event/javascript.md create mode 100644 static/usage/v6/range/ion-change-event/react.md create mode 100644 static/usage/v6/range/ion-change-event/vue.md create mode 100644 static/usage/v6/range/ion-knob-move-event/angular/example_component_html.md create mode 100644 static/usage/v6/range/ion-knob-move-event/angular/example_component_ts.md create mode 100644 static/usage/v6/range/ion-knob-move-event/demo.html create mode 100644 static/usage/v6/range/ion-knob-move-event/index.md create mode 100644 static/usage/v6/range/ion-knob-move-event/javascript.md create mode 100644 static/usage/v6/range/ion-knob-move-event/react.md create mode 100644 static/usage/v6/range/ion-knob-move-event/vue.md create mode 100644 static/usage/v6/range/pins/angular/example_component_html.md create mode 100644 static/usage/v6/range/pins/angular/example_component_ts.md create mode 100644 static/usage/v6/range/pins/demo.html create mode 100644 static/usage/v6/range/pins/index.md create mode 100644 static/usage/v6/range/pins/javascript.md create mode 100644 static/usage/v6/range/pins/react.md create mode 100644 static/usage/v6/range/pins/vue.md rename static/usage/{ => v6}/range/slots/angular.md (100%) create mode 100644 static/usage/v6/range/slots/demo.html create mode 100644 static/usage/v6/range/slots/index.md rename static/usage/{ => v6}/range/slots/javascript.md (100%) rename static/usage/{ => v6}/range/slots/react.md (100%) rename static/usage/{ => v6}/range/slots/vue.md (100%) create mode 100644 static/usage/v6/range/snapping-ticks/angular.md create mode 100644 static/usage/v6/range/snapping-ticks/demo.html create mode 100644 static/usage/v6/range/snapping-ticks/index.md create mode 100644 static/usage/v6/range/snapping-ticks/javascript.md create mode 100644 static/usage/v6/range/snapping-ticks/react.md create mode 100644 static/usage/v6/range/snapping-ticks/vue.md rename static/usage/{range/theming/css-properties/angular/app_component_css.md => v6/range/theming/css-properties/angular/example_component_css.md} (100%) create mode 100644 static/usage/v6/range/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/range/theming/css-properties/demo.html create mode 100644 static/usage/v6/range/theming/css-properties/index.md create mode 100644 static/usage/v6/range/theming/css-properties/javascript.md rename static/usage/{ => v6}/range/theming/css-properties/react/main_css.md (100%) create mode 100644 static/usage/v6/range/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/range/theming/css-properties/vue.md rename static/usage/{range/theming/css-shadow-parts/angular/app_component_css.md => v6/range/theming/css-shadow-parts/angular/example_component_css.md} (100%) create mode 100644 static/usage/v6/range/theming/css-shadow-parts/angular/example_component_html.md create mode 100644 static/usage/v6/range/theming/css-shadow-parts/demo.html create mode 100644 static/usage/v6/range/theming/css-shadow-parts/index.md create mode 100644 static/usage/v6/range/theming/css-shadow-parts/javascript.md rename static/usage/{ => v6}/range/theming/css-shadow-parts/react/main_css.md (100%) create mode 100644 static/usage/v6/range/theming/css-shadow-parts/react/main_tsx.md create mode 100644 static/usage/v6/range/theming/css-shadow-parts/vue.md create mode 100644 static/usage/v6/refresher/advanced/angular/example_component_css.md create mode 100644 static/usage/v6/refresher/advanced/angular/example_component_html.md create mode 100644 static/usage/v6/refresher/advanced/angular/example_component_ts.md create mode 100644 static/usage/v6/refresher/advanced/demo.html create mode 100644 static/usage/v6/refresher/advanced/index.md create mode 100644 static/usage/v6/refresher/advanced/javascript.md create mode 100644 static/usage/v6/refresher/advanced/react/main_css.md create mode 100644 static/usage/v6/refresher/advanced/react/main_tsx.md create mode 100644 static/usage/v6/refresher/advanced/vue.md create mode 100644 static/usage/v6/refresher/basic/angular/example_component_html.md create mode 100644 static/usage/v6/refresher/basic/angular/example_component_ts.md create mode 100644 static/usage/v6/refresher/basic/demo.html create mode 100644 static/usage/v6/refresher/basic/index.md create mode 100644 static/usage/v6/refresher/basic/javascript.md create mode 100644 static/usage/v6/refresher/basic/react.md create mode 100644 static/usage/v6/refresher/basic/vue.md create mode 100644 static/usage/v6/refresher/custom-content/angular/example_component_html.md create mode 100644 static/usage/v6/refresher/custom-content/angular/example_component_ts.md create mode 100644 static/usage/v6/refresher/custom-content/demo.html create mode 100644 static/usage/v6/refresher/custom-content/index.md create mode 100644 static/usage/v6/refresher/custom-content/javascript.md create mode 100644 static/usage/v6/refresher/custom-content/react.md create mode 100644 static/usage/v6/refresher/custom-content/vue.md create mode 100644 static/usage/v6/refresher/custom-scroll-target/angular/example_component_css.md create mode 100644 static/usage/v6/refresher/custom-scroll-target/angular/example_component_html.md create mode 100644 static/usage/v6/refresher/custom-scroll-target/angular/example_component_ts.md create mode 100644 static/usage/v6/refresher/custom-scroll-target/demo.html create mode 100644 static/usage/v6/refresher/custom-scroll-target/index.md create mode 100644 static/usage/v6/refresher/custom-scroll-target/javascript.md create mode 100644 static/usage/v6/refresher/custom-scroll-target/react/main_css.md create mode 100644 static/usage/v6/refresher/custom-scroll-target/react/main_tsx.md create mode 100644 static/usage/v6/refresher/custom-scroll-target/vue.md create mode 100644 static/usage/v6/refresher/pull-properties/angular/example_component_html.md create mode 100644 static/usage/v6/refresher/pull-properties/angular/example_component_ts.md create mode 100644 static/usage/v6/refresher/pull-properties/demo.html create mode 100644 static/usage/v6/refresher/pull-properties/index.md create mode 100644 static/usage/v6/refresher/pull-properties/javascript.md create mode 100644 static/usage/v6/refresher/pull-properties/react.md create mode 100644 static/usage/v6/refresher/pull-properties/vue.md create mode 100644 static/usage/v6/reorder/basic/angular/example_component_html.md create mode 100644 static/usage/v6/reorder/basic/angular/example_component_ts.md create mode 100644 static/usage/v6/reorder/basic/demo.html create mode 100644 static/usage/v6/reorder/basic/index.md create mode 100644 static/usage/v6/reorder/basic/javascript.md create mode 100644 static/usage/v6/reorder/basic/react.md create mode 100644 static/usage/v6/reorder/basic/vue.md create mode 100644 static/usage/v6/reorder/custom-icon/angular/example_component_html.md create mode 100644 static/usage/v6/reorder/custom-icon/angular/example_component_ts.md create mode 100644 static/usage/v6/reorder/custom-icon/demo.html create mode 100644 static/usage/v6/reorder/custom-icon/index.md create mode 100644 static/usage/v6/reorder/custom-icon/javascript.md create mode 100644 static/usage/v6/reorder/custom-icon/react.md create mode 100644 static/usage/v6/reorder/custom-icon/vue.md create mode 100644 static/usage/v6/reorder/custom-scroll-target/angular/example_component_css.md create mode 100644 static/usage/v6/reorder/custom-scroll-target/angular/example_component_html.md create mode 100644 static/usage/v6/reorder/custom-scroll-target/angular/example_component_ts.md create mode 100644 static/usage/v6/reorder/custom-scroll-target/demo.html create mode 100644 static/usage/v6/reorder/custom-scroll-target/index.md create mode 100644 static/usage/v6/reorder/custom-scroll-target/javascript.md create mode 100644 static/usage/v6/reorder/custom-scroll-target/react/main_css.md create mode 100644 static/usage/v6/reorder/custom-scroll-target/react/main_tsx.md create mode 100644 static/usage/v6/reorder/custom-scroll-target/vue.md create mode 100644 static/usage/v6/reorder/toggling-disabled/angular/example_component_html.md create mode 100644 static/usage/v6/reorder/toggling-disabled/angular/example_component_ts.md create mode 100644 static/usage/v6/reorder/toggling-disabled/demo.html create mode 100644 static/usage/v6/reorder/toggling-disabled/index.md create mode 100644 static/usage/v6/reorder/toggling-disabled/javascript.md create mode 100644 static/usage/v6/reorder/toggling-disabled/react.md create mode 100644 static/usage/v6/reorder/toggling-disabled/vue.md create mode 100644 static/usage/v6/reorder/updating-data/angular/example_component_html.md create mode 100644 static/usage/v6/reorder/updating-data/angular/example_component_ts.md create mode 100644 static/usage/v6/reorder/updating-data/demo.html create mode 100644 static/usage/v6/reorder/updating-data/index.md create mode 100644 static/usage/v6/reorder/updating-data/javascript.md create mode 100644 static/usage/v6/reorder/updating-data/react.md create mode 100644 static/usage/v6/reorder/updating-data/vue.md create mode 100644 static/usage/v6/reorder/wrapper/angular/example_component_html.md create mode 100644 static/usage/v6/reorder/wrapper/angular/example_component_ts.md create mode 100644 static/usage/v6/reorder/wrapper/demo.html create mode 100644 static/usage/v6/reorder/wrapper/index.md create mode 100644 static/usage/v6/reorder/wrapper/javascript.md create mode 100644 static/usage/v6/reorder/wrapper/react.md create mode 100644 static/usage/v6/reorder/wrapper/vue.md create mode 100644 static/usage/v6/ripple-effect/basic/angular/example_component_css.md create mode 100644 static/usage/v6/ripple-effect/basic/angular/example_component_html.md create mode 100644 static/usage/v6/ripple-effect/basic/demo.html create mode 100644 static/usage/v6/ripple-effect/basic/index.md create mode 100644 static/usage/v6/ripple-effect/basic/javascript.md create mode 100644 static/usage/v6/ripple-effect/basic/react/main_css.md create mode 100644 static/usage/v6/ripple-effect/basic/react/main_tsx.md create mode 100644 static/usage/v6/ripple-effect/basic/vue.md create mode 100644 static/usage/v6/ripple-effect/customizing/angular/example_component_css.md create mode 100644 static/usage/v6/ripple-effect/customizing/angular/example_component_html.md create mode 100644 static/usage/v6/ripple-effect/customizing/demo.html create mode 100644 static/usage/v6/ripple-effect/customizing/index.md create mode 100644 static/usage/v6/ripple-effect/customizing/javascript.md create mode 100644 static/usage/v6/ripple-effect/customizing/react/main_css.md create mode 100644 static/usage/v6/ripple-effect/customizing/react/main_tsx.md create mode 100644 static/usage/v6/ripple-effect/customizing/vue.md create mode 100644 static/usage/v6/ripple-effect/type/angular/example_component_css.md create mode 100644 static/usage/v6/ripple-effect/type/angular/example_component_html.md create mode 100644 static/usage/v6/ripple-effect/type/demo.html create mode 100644 static/usage/v6/ripple-effect/type/index.md create mode 100644 static/usage/v6/ripple-effect/type/javascript.md create mode 100644 static/usage/v6/ripple-effect/type/react/main_css.md create mode 100644 static/usage/v6/ripple-effect/type/react/main_tsx.md create mode 100644 static/usage/v6/ripple-effect/type/vue.md create mode 100644 static/usage/v6/router/basic/demo.html create mode 100644 static/usage/v6/router/basic/index.md create mode 100644 static/usage/v6/router/basic/javascript.md create mode 100644 static/usage/v6/searchbar/basic/angular.md create mode 100644 static/usage/v6/searchbar/basic/demo.html create mode 100644 static/usage/v6/searchbar/basic/index.md create mode 100644 static/usage/v6/searchbar/basic/javascript.md create mode 100644 static/usage/v6/searchbar/basic/react.md create mode 100644 static/usage/v6/searchbar/basic/vue.md create mode 100644 static/usage/v6/searchbar/cancel-button/angular.md create mode 100644 static/usage/v6/searchbar/cancel-button/demo.html create mode 100644 static/usage/v6/searchbar/cancel-button/index.md create mode 100644 static/usage/v6/searchbar/cancel-button/javascript.md create mode 100644 static/usage/v6/searchbar/cancel-button/react.md create mode 100644 static/usage/v6/searchbar/cancel-button/vue.md create mode 100644 static/usage/v6/searchbar/clear-button/angular.md create mode 100644 static/usage/v6/searchbar/clear-button/demo.html create mode 100644 static/usage/v6/searchbar/clear-button/index.md create mode 100644 static/usage/v6/searchbar/clear-button/javascript.md create mode 100644 static/usage/v6/searchbar/clear-button/react.md create mode 100644 static/usage/v6/searchbar/clear-button/vue.md create mode 100644 static/usage/v6/searchbar/debounce/angular/example_component_html.md create mode 100644 static/usage/v6/searchbar/debounce/angular/example_component_ts.md create mode 100644 static/usage/v6/searchbar/debounce/demo.html create mode 100644 static/usage/v6/searchbar/debounce/index.md create mode 100644 static/usage/v6/searchbar/debounce/javascript.md create mode 100644 static/usage/v6/searchbar/debounce/react.md create mode 100644 static/usage/v6/searchbar/debounce/vue.md create mode 100644 static/usage/v6/searchbar/search-icon/angular.md create mode 100644 static/usage/v6/searchbar/search-icon/demo.html create mode 100644 static/usage/v6/searchbar/search-icon/index.md create mode 100644 static/usage/v6/searchbar/search-icon/javascript.md create mode 100644 static/usage/v6/searchbar/search-icon/react.md create mode 100644 static/usage/v6/searchbar/search-icon/vue.md create mode 100644 static/usage/v6/searchbar/theming/colors/angular.md create mode 100644 static/usage/v6/searchbar/theming/colors/demo.html create mode 100644 static/usage/v6/searchbar/theming/colors/index.md create mode 100644 static/usage/v6/searchbar/theming/colors/javascript.md create mode 100644 static/usage/v6/searchbar/theming/colors/react.md create mode 100644 static/usage/v6/searchbar/theming/colors/vue.md create mode 100644 static/usage/v6/searchbar/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/searchbar/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/searchbar/theming/css-properties/demo.html create mode 100644 static/usage/v6/searchbar/theming/css-properties/index.md create mode 100644 static/usage/v6/searchbar/theming/css-properties/javascript.md create mode 100644 static/usage/v6/searchbar/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/searchbar/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/searchbar/theming/css-properties/vue.md create mode 100644 static/usage/v6/segment-button/basic/angular.md create mode 100644 static/usage/v6/segment-button/basic/demo.html create mode 100644 static/usage/v6/segment-button/basic/index.md create mode 100644 static/usage/v6/segment-button/basic/javascript.md create mode 100644 static/usage/v6/segment-button/basic/react.md create mode 100644 static/usage/v6/segment-button/basic/vue.md create mode 100644 static/usage/v6/segment-button/layout/angular.md create mode 100644 static/usage/v6/segment-button/layout/demo.html create mode 100644 static/usage/v6/segment-button/layout/index.md create mode 100644 static/usage/v6/segment-button/layout/javascript.md create mode 100644 static/usage/v6/segment-button/layout/react.md create mode 100644 static/usage/v6/segment-button/layout/vue.md create mode 100644 static/usage/v6/segment-button/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/segment-button/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/segment-button/theming/css-properties/demo.html create mode 100644 static/usage/v6/segment-button/theming/css-properties/index.md create mode 100644 static/usage/v6/segment-button/theming/css-properties/javascript.md create mode 100644 static/usage/v6/segment-button/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/segment-button/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/segment-button/theming/css-properties/vue.md create mode 100644 static/usage/v6/segment-button/theming/css-shadow-parts/angular/example_component_css.md create mode 100644 static/usage/v6/segment-button/theming/css-shadow-parts/angular/example_component_html.md create mode 100644 static/usage/v6/segment-button/theming/css-shadow-parts/demo.html create mode 100644 static/usage/v6/segment-button/theming/css-shadow-parts/index.md create mode 100644 static/usage/v6/segment-button/theming/css-shadow-parts/javascript.md create mode 100644 static/usage/v6/segment-button/theming/css-shadow-parts/react/main_css.md create mode 100644 static/usage/v6/segment-button/theming/css-shadow-parts/react/main_tsx.md create mode 100644 static/usage/v6/segment-button/theming/css-shadow-parts/vue.md create mode 100644 static/usage/v6/segment/basic/angular.md create mode 100644 static/usage/v6/segment/basic/demo.html create mode 100644 static/usage/v6/segment/basic/index.md create mode 100644 static/usage/v6/segment/basic/javascript.md create mode 100644 static/usage/v6/segment/basic/react.md create mode 100644 static/usage/v6/segment/basic/vue.md create mode 100644 static/usage/v6/segment/scrollable/angular.md create mode 100644 static/usage/v6/segment/scrollable/demo.html create mode 100644 static/usage/v6/segment/scrollable/index.md create mode 100644 static/usage/v6/segment/scrollable/javascript.md create mode 100644 static/usage/v6/segment/scrollable/react.md create mode 100644 static/usage/v6/segment/scrollable/vue.md create mode 100644 static/usage/v6/segment/theming/colors/angular.md create mode 100644 static/usage/v6/segment/theming/colors/demo.html create mode 100644 static/usage/v6/segment/theming/colors/index.md create mode 100644 static/usage/v6/segment/theming/colors/javascript.md create mode 100644 static/usage/v6/segment/theming/colors/react.md create mode 100644 static/usage/v6/segment/theming/colors/vue.md create mode 100644 static/usage/v6/segment/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/segment/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/segment/theming/css-properties/demo.html create mode 100644 static/usage/v6/segment/theming/css-properties/index.md create mode 100644 static/usage/v6/segment/theming/css-properties/javascript.md create mode 100644 static/usage/v6/segment/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/segment/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/segment/theming/css-properties/vue.md rename static/usage/{ => v6}/select/basic/multiple-selection/angular.md (100%) create mode 100644 static/usage/v6/select/basic/multiple-selection/demo.html create mode 100644 static/usage/v6/select/basic/multiple-selection/index.md rename static/usage/{ => v6}/select/basic/multiple-selection/javascript.md (100%) rename static/usage/{ => v6}/select/basic/multiple-selection/react.md (100%) rename static/usage/{ => v6}/select/basic/multiple-selection/vue.md (100%) rename static/usage/{select/basic/responding-to-interaction/angular/app.component_html.md => v6/select/basic/responding-to-interaction/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/select/basic/responding-to-interaction/angular/example_component_ts.md create mode 100644 static/usage/v6/select/basic/responding-to-interaction/demo.html create mode 100644 static/usage/v6/select/basic/responding-to-interaction/index.md rename static/usage/{ => v6}/select/basic/responding-to-interaction/javascript.md (100%) create mode 100644 static/usage/v6/select/basic/responding-to-interaction/react.md rename static/usage/{ => v6}/select/basic/responding-to-interaction/vue.md (100%) rename static/usage/{ => v6}/select/basic/single-selection/angular.md (100%) create mode 100644 static/usage/v6/select/basic/single-selection/demo.html create mode 100644 static/usage/v6/select/basic/single-selection/index.md rename static/usage/{ => v6}/select/basic/single-selection/javascript.md (100%) rename static/usage/{ => v6}/select/basic/single-selection/react.md (100%) rename static/usage/{ => v6}/select/basic/single-selection/vue.md (100%) rename static/usage/{ => v6}/select/customization/button-text/angular.md (100%) create mode 100644 static/usage/v6/select/customization/button-text/demo.html create mode 100644 static/usage/v6/select/customization/button-text/index.md rename static/usage/{ => v6}/select/customization/button-text/javascript.md (100%) rename static/usage/{ => v6}/select/customization/button-text/react.md (100%) rename static/usage/{ => v6}/select/customization/button-text/vue.md (100%) rename static/usage/{select/customization/interface-options/angular/app.component_html.md => v6/select/customization/interface-options/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/select/customization/interface-options/angular/example_component_ts.md create mode 100644 static/usage/v6/select/customization/interface-options/demo.html create mode 100644 static/usage/v6/select/customization/interface-options/index.md rename static/usage/{ => v6}/select/customization/interface-options/javascript.md (100%) rename static/usage/{ => v6}/select/customization/interface-options/react.md (100%) rename static/usage/{ => v6}/select/customization/interface-options/vue.md (100%) rename static/usage/{select/customization/styling-select/angular/angular-css.md => v6/select/customization/styling-select/angular/example_component_css.md} (100%) rename static/usage/{select/customization/styling-select/angular/angular-html.md => v6/select/customization/styling-select/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/select/customization/styling-select/angular/example_component_ts.md create mode 100644 static/usage/v6/select/customization/styling-select/demo.html create mode 100644 static/usage/v6/select/customization/styling-select/index.md rename static/usage/{ => v6}/select/customization/styling-select/javascript.md (100%) rename static/usage/{select/customization/styling-select/react/react-css.md => v6/select/customization/styling-select/react/main_css.md} (100%) rename static/usage/{select/customization/styling-select/react/react-ts.md => v6/select/customization/styling-select/react/main_tsx.md} (100%) rename static/usage/{ => v6}/select/customization/styling-select/vue.md (100%) rename static/usage/{ => v6}/select/interfaces/action-sheet/angular.md (100%) create mode 100644 static/usage/v6/select/interfaces/action-sheet/demo.html create mode 100644 static/usage/v6/select/interfaces/action-sheet/index.md rename static/usage/{ => v6}/select/interfaces/action-sheet/javascript.md (100%) rename static/usage/{ => v6}/select/interfaces/action-sheet/react.md (100%) rename static/usage/{ => v6}/select/interfaces/action-sheet/vue.md (100%) rename static/usage/{ => v6}/select/interfaces/popover/angular.md (100%) create mode 100644 static/usage/v6/select/interfaces/popover/demo.html create mode 100644 static/usage/v6/select/interfaces/popover/index.md rename static/usage/{ => v6}/select/interfaces/popover/javascript.md (100%) rename static/usage/{ => v6}/select/interfaces/popover/react.md (100%) rename static/usage/{ => v6}/select/interfaces/popover/vue.md (100%) rename static/usage/{select/objects-as-values/multiple-selection/angular/app.component_html.md => v6/select/objects-as-values/multiple-selection/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/select/objects-as-values/multiple-selection/angular/example_component_ts.md create mode 100644 static/usage/v6/select/objects-as-values/multiple-selection/demo.html create mode 100644 static/usage/v6/select/objects-as-values/multiple-selection/index.md rename static/usage/{ => v6}/select/objects-as-values/multiple-selection/javascript.md (100%) create mode 100644 static/usage/v6/select/objects-as-values/multiple-selection/react.md rename static/usage/{ => v6}/select/objects-as-values/multiple-selection/vue.md (100%) rename static/usage/{select/objects-as-values/using-comparewith/angular/app.component_html.md => v6/select/objects-as-values/using-comparewith/angular/example_component_html.md} (100%) create mode 100644 static/usage/v6/select/objects-as-values/using-comparewith/angular/example_component_ts.md create mode 100644 static/usage/v6/select/objects-as-values/using-comparewith/demo.html create mode 100644 static/usage/v6/select/objects-as-values/using-comparewith/index.md rename static/usage/{ => v6}/select/objects-as-values/using-comparewith/javascript.md (100%) create mode 100644 static/usage/v6/select/objects-as-values/using-comparewith/react.md rename static/usage/{ => v6}/select/objects-as-values/using-comparewith/vue.md (100%) create mode 100644 static/usage/v6/select/typeahead/angular/angular_types_ts.md create mode 100644 static/usage/v6/select/typeahead/angular/app_module_ts.md create mode 100644 static/usage/v6/select/typeahead/angular/example_component_html.md create mode 100644 static/usage/v6/select/typeahead/angular/example_component_ts.md create mode 100644 static/usage/v6/select/typeahead/angular/modal-example_component_html.md create mode 100644 static/usage/v6/select/typeahead/angular/modal-example_component_ts.md create mode 100644 static/usage/v6/select/typeahead/demo.html create mode 100644 static/usage/v6/select/typeahead/index.md create mode 100644 static/usage/v6/select/typeahead/javascript.md create mode 100644 static/usage/v6/select/typeahead/react/main_tsx.md create mode 100644 static/usage/v6/select/typeahead/react/react_types_ts.md create mode 100644 static/usage/v6/select/typeahead/react/typeahead_component_tsx.md create mode 100644 static/usage/v6/select/typeahead/vue/example_vue.md create mode 100644 static/usage/v6/select/typeahead/vue/typeahead_component_vue.md create mode 100644 static/usage/v6/select/typeahead/vue/vue_types_ts.md create mode 100644 static/usage/v6/skeleton-text/basic/angular/example_component_html.md create mode 100644 static/usage/v6/skeleton-text/basic/angular/example_component_ts.md create mode 100644 static/usage/v6/skeleton-text/basic/demo.html create mode 100644 static/usage/v6/skeleton-text/basic/index.md create mode 100644 static/usage/v6/skeleton-text/basic/javascript.md create mode 100644 static/usage/v6/skeleton-text/basic/react.md create mode 100644 static/usage/v6/skeleton-text/basic/vue.md create mode 100644 static/usage/v6/skeleton-text/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/skeleton-text/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/skeleton-text/theming/css-properties/demo.html create mode 100644 static/usage/v6/skeleton-text/theming/css-properties/index.md create mode 100644 static/usage/v6/skeleton-text/theming/css-properties/javascript.md create mode 100644 static/usage/v6/skeleton-text/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/skeleton-text/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/skeleton-text/theming/css-properties/vue.md create mode 100644 static/usage/v6/spinner/basic/angular.md create mode 100644 static/usage/v6/spinner/basic/demo.html create mode 100644 static/usage/v6/spinner/basic/index.md create mode 100644 static/usage/v6/spinner/basic/javascript.md create mode 100644 static/usage/v6/spinner/basic/react.md create mode 100644 static/usage/v6/spinner/basic/vue.md create mode 100644 static/usage/v6/spinner/theming/colors/angular.md create mode 100644 static/usage/v6/spinner/theming/colors/demo.html create mode 100644 static/usage/v6/spinner/theming/colors/index.md create mode 100644 static/usage/v6/spinner/theming/colors/javascript.md create mode 100644 static/usage/v6/spinner/theming/colors/react.md create mode 100644 static/usage/v6/spinner/theming/colors/vue.md create mode 100644 static/usage/v6/spinner/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/spinner/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/spinner/theming/css-properties/demo.html create mode 100644 static/usage/v6/spinner/theming/css-properties/index.md create mode 100644 static/usage/v6/spinner/theming/css-properties/javascript.md create mode 100644 static/usage/v6/spinner/theming/css-properties/react.md create mode 100644 static/usage/v6/spinner/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/spinner/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/spinner/theming/css-properties/vue.md create mode 100644 static/usage/v6/split-pane/basic/angular.md create mode 100644 static/usage/v6/split-pane/basic/demo.html create mode 100644 static/usage/v6/split-pane/basic/index.md create mode 100644 static/usage/v6/split-pane/basic/javascript.md create mode 100644 static/usage/v6/split-pane/basic/react.md create mode 100644 static/usage/v6/split-pane/basic/vue.md create mode 100644 static/usage/v6/split-pane/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/split-pane/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/split-pane/theming/css-properties/demo.html create mode 100644 static/usage/v6/split-pane/theming/css-properties/index.md create mode 100644 static/usage/v6/split-pane/theming/css-properties/javascript.md create mode 100644 static/usage/v6/split-pane/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/split-pane/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/split-pane/theming/css-properties/vue.md create mode 100644 static/usage/v6/tabs/router/angular/app_component_html.md create mode 100644 static/usage/v6/tabs/router/angular/app_module_ts.md create mode 100644 static/usage/v6/tabs/router/angular/app_routing_module_ts.md create mode 100644 static/usage/v6/tabs/router/angular/example_component_html.md create mode 100644 static/usage/v6/tabs/router/angular/global_css.md create mode 100644 static/usage/v6/tabs/router/angular/home_page_component_html.md create mode 100644 static/usage/v6/tabs/router/angular/home_page_component_ts.md create mode 100644 static/usage/v6/tabs/router/angular/home_page_module_ts.md create mode 100644 static/usage/v6/tabs/router/angular/library_page_component_html.md create mode 100644 static/usage/v6/tabs/router/angular/library_page_component_ts.md create mode 100644 static/usage/v6/tabs/router/angular/library_page_module_ts.md create mode 100644 static/usage/v6/tabs/router/angular/radio_page_component_html.md create mode 100644 static/usage/v6/tabs/router/angular/radio_page_component_ts.md create mode 100644 static/usage/v6/tabs/router/angular/radio_page_module_ts.md create mode 100644 static/usage/v6/tabs/router/angular/search_page_component_html.md create mode 100644 static/usage/v6/tabs/router/angular/search_page_component_ts.md create mode 100644 static/usage/v6/tabs/router/angular/search_page_module_ts.md create mode 100644 static/usage/v6/tabs/router/demo.html create mode 100644 static/usage/v6/tabs/router/index.md create mode 100644 static/usage/v6/tabs/router/javascript.md create mode 100644 static/usage/v6/tabs/router/react/home_page_tsx.md create mode 100644 static/usage/v6/tabs/router/react/library_page_tsx.md create mode 100644 static/usage/v6/tabs/router/react/main_tsx.md create mode 100644 static/usage/v6/tabs/router/react/radio_page_tsx.md create mode 100644 static/usage/v6/tabs/router/react/search_page_tsx.md create mode 100644 static/usage/v6/tabs/router/vue.md create mode 100644 static/usage/v6/tabs/router/vue/app_vue.md create mode 100644 static/usage/v6/tabs/router/vue/example_vue.md create mode 100644 static/usage/v6/tabs/router/vue/home_page_vue.md create mode 100644 static/usage/v6/tabs/router/vue/library_page_vue.md create mode 100644 static/usage/v6/tabs/router/vue/main_ts.md create mode 100644 static/usage/v6/tabs/router/vue/radio_page_vue.md create mode 100644 static/usage/v6/tabs/router/vue/router_ts.md create mode 100644 static/usage/v6/tabs/router/vue/search_page_vue.md create mode 100644 static/usage/v6/text/basic/angular.md create mode 100644 static/usage/v6/text/basic/demo.html create mode 100644 static/usage/v6/text/basic/index.md create mode 100644 static/usage/v6/text/basic/javascript.md create mode 100644 static/usage/v6/text/basic/react.md create mode 100644 static/usage/v6/text/basic/vue.md create mode 100644 static/usage/v6/textarea/autogrow/angular.md create mode 100644 static/usage/v6/textarea/autogrow/demo.html create mode 100644 static/usage/v6/textarea/autogrow/index.md create mode 100644 static/usage/v6/textarea/autogrow/javascript.md create mode 100644 static/usage/v6/textarea/autogrow/react.md create mode 100644 static/usage/v6/textarea/autogrow/vue.md create mode 100644 static/usage/v6/textarea/basic/angular.md create mode 100644 static/usage/v6/textarea/basic/demo.html create mode 100644 static/usage/v6/textarea/basic/index.md create mode 100644 static/usage/v6/textarea/basic/javascript.md create mode 100644 static/usage/v6/textarea/basic/react.md create mode 100644 static/usage/v6/textarea/basic/vue.md create mode 100644 static/usage/v6/textarea/clear-on-edit/angular.md create mode 100644 static/usage/v6/textarea/clear-on-edit/demo.html create mode 100644 static/usage/v6/textarea/clear-on-edit/index.md create mode 100644 static/usage/v6/textarea/clear-on-edit/javascript.md create mode 100644 static/usage/v6/textarea/clear-on-edit/react.md create mode 100644 static/usage/v6/textarea/clear-on-edit/vue.md create mode 100644 static/usage/v6/textarea/theming/angular/example_component_css.md create mode 100644 static/usage/v6/textarea/theming/angular/example_component_html.md create mode 100644 static/usage/v6/textarea/theming/demo.html create mode 100644 static/usage/v6/textarea/theming/index.md create mode 100644 static/usage/v6/textarea/theming/javascript.md create mode 100644 static/usage/v6/textarea/theming/react/main_css.md create mode 100644 static/usage/v6/textarea/theming/react/main_tsx.md create mode 100644 static/usage/v6/textarea/theming/vue.md create mode 100644 static/usage/v6/thumbnail/basic/angular.md create mode 100644 static/usage/v6/thumbnail/basic/demo.html create mode 100644 static/usage/v6/thumbnail/basic/index.md create mode 100644 static/usage/v6/thumbnail/basic/javascript.md create mode 100644 static/usage/v6/thumbnail/basic/react.md create mode 100644 static/usage/v6/thumbnail/basic/vue.md create mode 100644 static/usage/v6/thumbnail/item/angular.md create mode 100644 static/usage/v6/thumbnail/item/demo.html create mode 100644 static/usage/v6/thumbnail/item/index.md create mode 100644 static/usage/v6/thumbnail/item/javascript.md create mode 100644 static/usage/v6/thumbnail/item/react.md create mode 100644 static/usage/v6/thumbnail/item/vue.md create mode 100644 static/usage/v6/thumbnail/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/thumbnail/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/thumbnail/theming/css-properties/demo.html create mode 100644 static/usage/v6/thumbnail/theming/css-properties/index.md create mode 100644 static/usage/v6/thumbnail/theming/css-properties/javascript.md create mode 100644 static/usage/v6/thumbnail/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/thumbnail/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/thumbnail/theming/css-properties/vue.md create mode 100644 static/usage/v6/title/basic/angular.md create mode 100644 static/usage/v6/title/basic/demo.html create mode 100644 static/usage/v6/title/basic/index.md create mode 100644 static/usage/v6/title/basic/javascript.md create mode 100644 static/usage/v6/title/basic/react.md create mode 100644 static/usage/v6/title/basic/vue.md create mode 100644 static/usage/v6/title/collapsible-large-title/basic/angular.md create mode 100644 static/usage/v6/title/collapsible-large-title/basic/demo.html create mode 100644 static/usage/v6/title/collapsible-large-title/basic/index.md create mode 100644 static/usage/v6/title/collapsible-large-title/basic/javascript.md create mode 100644 static/usage/v6/title/collapsible-large-title/basic/react.md create mode 100644 static/usage/v6/title/collapsible-large-title/basic/vue.md create mode 100644 static/usage/v6/title/collapsible-large-title/buttons/angular.md create mode 100644 static/usage/v6/title/collapsible-large-title/buttons/demo.html create mode 100644 static/usage/v6/title/collapsible-large-title/buttons/index.md create mode 100644 static/usage/v6/title/collapsible-large-title/buttons/javascript.md create mode 100644 static/usage/v6/title/collapsible-large-title/buttons/react.md create mode 100644 static/usage/v6/title/collapsible-large-title/buttons/vue.md create mode 100644 static/usage/v6/title/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/title/theming/css-properties/angular/global_css.md create mode 100644 static/usage/v6/title/theming/css-properties/demo.html create mode 100644 static/usage/v6/title/theming/css-properties/index.md create mode 100644 static/usage/v6/title/theming/css-properties/javascript.md create mode 100644 static/usage/v6/title/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/title/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/title/theming/css-properties/vue.md create mode 100644 static/usage/v6/toast/buttons/angular/example_component_html.md create mode 100644 static/usage/v6/toast/buttons/angular/example_component_ts.md create mode 100644 static/usage/v6/toast/buttons/demo.html create mode 100644 static/usage/v6/toast/buttons/index.md create mode 100644 static/usage/v6/toast/buttons/javascript.md create mode 100644 static/usage/v6/toast/buttons/react.md create mode 100644 static/usage/v6/toast/buttons/vue.md create mode 100644 static/usage/v6/toast/icon/angular/example_component_html.md create mode 100644 static/usage/v6/toast/icon/angular/example_component_ts.md create mode 100644 static/usage/v6/toast/icon/demo.html create mode 100644 static/usage/v6/toast/icon/index.md create mode 100644 static/usage/v6/toast/icon/javascript.md create mode 100644 static/usage/v6/toast/icon/react.md create mode 100644 static/usage/v6/toast/icon/vue.md create mode 100644 static/usage/v6/toast/layout/angular/example_component_html.md create mode 100644 static/usage/v6/toast/layout/angular/example_component_ts.md create mode 100644 static/usage/v6/toast/layout/demo.html create mode 100644 static/usage/v6/toast/layout/index.md create mode 100644 static/usage/v6/toast/layout/javascript.md create mode 100644 static/usage/v6/toast/layout/react.md create mode 100644 static/usage/v6/toast/layout/vue.md create mode 100644 static/usage/v6/toast/presenting/controller/angular/example_component_html.md create mode 100644 static/usage/v6/toast/presenting/controller/angular/example_component_ts.md create mode 100644 static/usage/v6/toast/presenting/controller/demo.html create mode 100644 static/usage/v6/toast/presenting/controller/index.md create mode 100644 static/usage/v6/toast/presenting/controller/javascript.md create mode 100644 static/usage/v6/toast/presenting/controller/react.md create mode 100644 static/usage/v6/toast/presenting/controller/vue.md create mode 100644 static/usage/v6/toast/theming/angular/example_component_html.md create mode 100644 static/usage/v6/toast/theming/angular/example_component_ts.md create mode 100644 static/usage/v6/toast/theming/angular/global_css.md create mode 100644 static/usage/v6/toast/theming/demo.html create mode 100644 static/usage/v6/toast/theming/index.md create mode 100644 static/usage/v6/toast/theming/javascript.md create mode 100644 static/usage/v6/toast/theming/react/main_css.md create mode 100644 static/usage/v6/toast/theming/react/main_tsx.md create mode 100644 static/usage/v6/toast/theming/vue.md create mode 100644 static/usage/v6/toggle/basic/angular.md create mode 100644 static/usage/v6/toggle/basic/demo.html create mode 100644 static/usage/v6/toggle/basic/index.md create mode 100644 static/usage/v6/toggle/basic/javascript.md create mode 100644 static/usage/v6/toggle/basic/react.md create mode 100644 static/usage/v6/toggle/basic/vue.md create mode 100644 static/usage/v6/toggle/on-off/angular.md create mode 100644 static/usage/v6/toggle/on-off/demo.html create mode 100644 static/usage/v6/toggle/on-off/index.md create mode 100644 static/usage/v6/toggle/on-off/javascript.md create mode 100644 static/usage/v6/toggle/on-off/react.md create mode 100644 static/usage/v6/toggle/on-off/vue.md create mode 100644 static/usage/v6/toggle/theming/colors/angular.md create mode 100644 static/usage/v6/toggle/theming/colors/demo.html create mode 100644 static/usage/v6/toggle/theming/colors/index.md create mode 100644 static/usage/v6/toggle/theming/colors/javascript.md create mode 100644 static/usage/v6/toggle/theming/colors/react.md create mode 100644 static/usage/v6/toggle/theming/colors/vue.md create mode 100644 static/usage/v6/toggle/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/toggle/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/toggle/theming/css-properties/demo.html create mode 100644 static/usage/v6/toggle/theming/css-properties/index.md create mode 100644 static/usage/v6/toggle/theming/css-properties/javascript.md create mode 100644 static/usage/v6/toggle/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/toggle/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/toggle/theming/css-properties/vue.md create mode 100644 static/usage/v6/toggle/theming/css-shadow-parts/angular/example_component_css.md create mode 100644 static/usage/v6/toggle/theming/css-shadow-parts/angular/example_component_html.md create mode 100644 static/usage/v6/toggle/theming/css-shadow-parts/demo.html create mode 100644 static/usage/v6/toggle/theming/css-shadow-parts/index.md create mode 100644 static/usage/v6/toggle/theming/css-shadow-parts/javascript.md create mode 100644 static/usage/v6/toggle/theming/css-shadow-parts/react/main_css.md create mode 100644 static/usage/v6/toggle/theming/css-shadow-parts/react/main_tsx.md create mode 100644 static/usage/v6/toggle/theming/css-shadow-parts/vue.md create mode 100644 static/usage/v6/toolbar/basic/angular.md create mode 100644 static/usage/v6/toolbar/basic/demo.html create mode 100644 static/usage/v6/toolbar/basic/index.md create mode 100644 static/usage/v6/toolbar/basic/javascript.md create mode 100644 static/usage/v6/toolbar/basic/react.md create mode 100644 static/usage/v6/toolbar/basic/vue.md create mode 100644 static/usage/v6/toolbar/buttons/angular.md create mode 100644 static/usage/v6/toolbar/buttons/demo.html create mode 100644 static/usage/v6/toolbar/buttons/index.md create mode 100644 static/usage/v6/toolbar/buttons/javascript.md create mode 100644 static/usage/v6/toolbar/buttons/react.md create mode 100644 static/usage/v6/toolbar/buttons/vue.md create mode 100644 static/usage/v6/toolbar/progress-bars/angular.md create mode 100644 static/usage/v6/toolbar/progress-bars/demo.html create mode 100644 static/usage/v6/toolbar/progress-bars/index.md create mode 100644 static/usage/v6/toolbar/progress-bars/javascript.md create mode 100644 static/usage/v6/toolbar/progress-bars/react.md create mode 100644 static/usage/v6/toolbar/progress-bars/vue.md create mode 100644 static/usage/v6/toolbar/searchbars/angular.md create mode 100644 static/usage/v6/toolbar/searchbars/demo.html create mode 100644 static/usage/v6/toolbar/searchbars/index.md create mode 100644 static/usage/v6/toolbar/searchbars/javascript.md create mode 100644 static/usage/v6/toolbar/searchbars/react.md create mode 100644 static/usage/v6/toolbar/searchbars/vue.md create mode 100644 static/usage/v6/toolbar/segments/angular.md create mode 100644 static/usage/v6/toolbar/segments/demo.html create mode 100644 static/usage/v6/toolbar/segments/index.md create mode 100644 static/usage/v6/toolbar/segments/javascript.md create mode 100644 static/usage/v6/toolbar/segments/react.md create mode 100644 static/usage/v6/toolbar/segments/vue.md create mode 100644 static/usage/v6/toolbar/theming/colors/angular.md create mode 100644 static/usage/v6/toolbar/theming/colors/demo.html create mode 100644 static/usage/v6/toolbar/theming/colors/index.md create mode 100644 static/usage/v6/toolbar/theming/colors/javascript.md create mode 100644 static/usage/v6/toolbar/theming/colors/react.md create mode 100644 static/usage/v6/toolbar/theming/colors/vue.md create mode 100644 static/usage/v6/toolbar/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v6/toolbar/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v6/toolbar/theming/css-properties/demo.html create mode 100644 static/usage/v6/toolbar/theming/css-properties/index.md create mode 100644 static/usage/v6/toolbar/theming/css-properties/javascript.md create mode 100644 static/usage/v6/toolbar/theming/css-properties/react/main_css.md create mode 100644 static/usage/v6/toolbar/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v6/toolbar/theming/css-properties/vue.md create mode 100644 static/usage/v7/accordion/accessibility/animations/angular.md create mode 100644 static/usage/v7/accordion/accessibility/animations/demo.html create mode 100644 static/usage/v7/accordion/accessibility/animations/index.md create mode 100644 static/usage/v7/accordion/accessibility/animations/javascript.md create mode 100644 static/usage/v7/accordion/accessibility/animations/react.md create mode 100644 static/usage/v7/accordion/accessibility/animations/vue.md create mode 100644 static/usage/v7/accordion/basic/angular.md create mode 100644 static/usage/v7/accordion/basic/demo.html create mode 100644 static/usage/v7/accordion/basic/index.md create mode 100644 static/usage/v7/accordion/basic/javascript.md create mode 100644 static/usage/v7/accordion/basic/react.md create mode 100644 static/usage/v7/accordion/basic/vue.md create mode 100644 static/usage/v7/accordion/customization/advanced-expansion-styles/angular/example_component_css.md create mode 100644 static/usage/v7/accordion/customization/advanced-expansion-styles/angular/example_component_html.md create mode 100644 static/usage/v7/accordion/customization/advanced-expansion-styles/angular/example_component_ts.md create mode 100644 static/usage/v7/accordion/customization/advanced-expansion-styles/demo.html create mode 100644 static/usage/v7/accordion/customization/advanced-expansion-styles/index.md create mode 100644 static/usage/v7/accordion/customization/advanced-expansion-styles/javascript.md create mode 100644 static/usage/v7/accordion/customization/advanced-expansion-styles/react/main_css.md create mode 100644 static/usage/v7/accordion/customization/advanced-expansion-styles/react/main_tsx.md create mode 100644 static/usage/v7/accordion/customization/advanced-expansion-styles/vue.md create mode 100644 static/usage/v7/accordion/customization/expansion-styles/angular.md create mode 100644 static/usage/v7/accordion/customization/expansion-styles/demo.html create mode 100644 static/usage/v7/accordion/customization/expansion-styles/index.md create mode 100644 static/usage/v7/accordion/customization/expansion-styles/javascript.md create mode 100644 static/usage/v7/accordion/customization/expansion-styles/react.md create mode 100644 static/usage/v7/accordion/customization/expansion-styles/vue.md create mode 100644 static/usage/v7/accordion/customization/icons/angular.md create mode 100644 static/usage/v7/accordion/customization/icons/demo.html create mode 100644 static/usage/v7/accordion/customization/icons/index.md create mode 100644 static/usage/v7/accordion/customization/icons/javascript.md create mode 100644 static/usage/v7/accordion/customization/icons/react.md create mode 100644 static/usage/v7/accordion/customization/icons/vue.md create mode 100644 static/usage/v7/accordion/customization/theming/angular/example_component_html.md create mode 100644 static/usage/v7/accordion/customization/theming/angular/global_css.md create mode 100644 static/usage/v7/accordion/customization/theming/demo.html create mode 100644 static/usage/v7/accordion/customization/theming/index.md create mode 100644 static/usage/v7/accordion/customization/theming/javascript.md create mode 100644 static/usage/v7/accordion/customization/theming/react/main_css.md create mode 100644 static/usage/v7/accordion/customization/theming/react/main_tsx.md create mode 100644 static/usage/v7/accordion/customization/theming/vue.md create mode 100644 static/usage/v7/accordion/disable-group/angular.md create mode 100644 static/usage/v7/accordion/disable-group/demo.html create mode 100644 static/usage/v7/accordion/disable-group/index.md create mode 100644 static/usage/v7/accordion/disable-group/javascript.md create mode 100644 static/usage/v7/accordion/disable-group/react.md create mode 100644 static/usage/v7/accordion/disable-group/vue.md create mode 100644 static/usage/v7/accordion/disable/group/angular.md create mode 100644 static/usage/v7/accordion/disable/group/demo.html create mode 100644 static/usage/v7/accordion/disable/group/index.md create mode 100644 static/usage/v7/accordion/disable/group/javascript.md create mode 100644 static/usage/v7/accordion/disable/group/react.md create mode 100644 static/usage/v7/accordion/disable/group/vue.md create mode 100644 static/usage/v7/accordion/disable/individual/angular.md create mode 100644 static/usage/v7/accordion/disable/individual/demo.html create mode 100644 static/usage/v7/accordion/disable/individual/index.md create mode 100644 static/usage/v7/accordion/disable/individual/javascript.md create mode 100644 static/usage/v7/accordion/disable/individual/react.md create mode 100644 static/usage/v7/accordion/disable/individual/vue.md create mode 100644 static/usage/v7/accordion/listen-changes/angular/example_component_html.md create mode 100644 static/usage/v7/accordion/listen-changes/angular/example_component_ts.md create mode 100644 static/usage/v7/accordion/listen-changes/demo.html create mode 100644 static/usage/v7/accordion/listen-changes/index.md create mode 100644 static/usage/v7/accordion/listen-changes/javascript.md create mode 100644 static/usage/v7/accordion/listen-changes/react.md create mode 100644 static/usage/v7/accordion/listen-changes/vue.md create mode 100644 static/usage/v7/accordion/multiple/angular.md create mode 100644 static/usage/v7/accordion/multiple/demo.html create mode 100644 static/usage/v7/accordion/multiple/index.md create mode 100644 static/usage/v7/accordion/multiple/javascript.md create mode 100644 static/usage/v7/accordion/multiple/react.md create mode 100644 static/usage/v7/accordion/multiple/vue.md create mode 100644 static/usage/v7/accordion/readonly/group/angular.md create mode 100644 static/usage/v7/accordion/readonly/group/demo.html create mode 100644 static/usage/v7/accordion/readonly/group/index.md create mode 100644 static/usage/v7/accordion/readonly/group/javascript.md create mode 100644 static/usage/v7/accordion/readonly/group/react.md create mode 100644 static/usage/v7/accordion/readonly/group/vue.md create mode 100644 static/usage/v7/accordion/readonly/individual/angular.md create mode 100644 static/usage/v7/accordion/readonly/individual/demo.html create mode 100644 static/usage/v7/accordion/readonly/individual/index.md create mode 100644 static/usage/v7/accordion/readonly/individual/javascript.md create mode 100644 static/usage/v7/accordion/readonly/individual/react.md create mode 100644 static/usage/v7/accordion/readonly/individual/vue.md create mode 100644 static/usage/v7/accordion/toggle/angular/example_component_html.md create mode 100644 static/usage/v7/accordion/toggle/angular/example_component_ts.md create mode 100644 static/usage/v7/accordion/toggle/demo.html create mode 100644 static/usage/v7/accordion/toggle/index.md create mode 100644 static/usage/v7/accordion/toggle/javascript.md create mode 100644 static/usage/v7/accordion/toggle/react.md create mode 100644 static/usage/v7/accordion/toggle/vue.md create mode 100644 static/usage/v7/action-sheet/controller/angular/example_component_html.md create mode 100644 static/usage/v7/action-sheet/controller/angular/example_component_ts.md create mode 100644 static/usage/v7/action-sheet/controller/demo.html create mode 100644 static/usage/v7/action-sheet/controller/index.md create mode 100644 static/usage/v7/action-sheet/controller/javascript.md create mode 100644 static/usage/v7/action-sheet/controller/react.md create mode 100644 static/usage/v7/action-sheet/controller/vue.md create mode 100644 static/usage/v7/action-sheet/inline/isOpen/angular/example_component_html.md create mode 100644 static/usage/v7/action-sheet/inline/isOpen/angular/example_component_ts.md create mode 100644 static/usage/v7/action-sheet/inline/isOpen/demo.html create mode 100644 static/usage/v7/action-sheet/inline/isOpen/index.md create mode 100644 static/usage/v7/action-sheet/inline/isOpen/javascript.md create mode 100644 static/usage/v7/action-sheet/inline/isOpen/react.md create mode 100644 static/usage/v7/action-sheet/inline/isOpen/vue.md create mode 100644 static/usage/v7/action-sheet/inline/trigger/angular/example_component_html.md create mode 100644 static/usage/v7/action-sheet/inline/trigger/angular/example_component_ts.md create mode 100644 static/usage/v7/action-sheet/inline/trigger/demo.html create mode 100644 static/usage/v7/action-sheet/inline/trigger/index.md create mode 100644 static/usage/v7/action-sheet/inline/trigger/javascript.md create mode 100644 static/usage/v7/action-sheet/inline/trigger/react.md create mode 100644 static/usage/v7/action-sheet/inline/trigger/vue.md create mode 100644 static/usage/v7/action-sheet/role-info-on-dismiss/angular/example_component_css.md create mode 100644 static/usage/v7/action-sheet/role-info-on-dismiss/angular/example_component_html.md create mode 100644 static/usage/v7/action-sheet/role-info-on-dismiss/angular/example_component_ts.md create mode 100644 static/usage/v7/action-sheet/role-info-on-dismiss/demo.html create mode 100644 static/usage/v7/action-sheet/role-info-on-dismiss/index.md create mode 100644 static/usage/v7/action-sheet/role-info-on-dismiss/javascript.md create mode 100644 static/usage/v7/action-sheet/role-info-on-dismiss/react/main_css.md create mode 100644 static/usage/v7/action-sheet/role-info-on-dismiss/react/main_tsx.md create mode 100644 static/usage/v7/action-sheet/role-info-on-dismiss/vue.md create mode 100644 static/usage/v7/action-sheet/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/action-sheet/theming/css-properties/angular/example_component_ts.md create mode 100644 static/usage/v7/action-sheet/theming/css-properties/angular/global_css.md create mode 100644 static/usage/v7/action-sheet/theming/css-properties/demo.html create mode 100644 static/usage/v7/action-sheet/theming/css-properties/index.md create mode 100644 static/usage/v7/action-sheet/theming/css-properties/javascript.md create mode 100644 static/usage/v7/action-sheet/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/action-sheet/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/action-sheet/theming/css-properties/vue.md create mode 100644 static/usage/v7/action-sheet/theming/styling/angular/example_component_html.md create mode 100644 static/usage/v7/action-sheet/theming/styling/angular/example_component_ts.md create mode 100644 static/usage/v7/action-sheet/theming/styling/angular/global_css.md create mode 100644 static/usage/v7/action-sheet/theming/styling/demo.html create mode 100644 static/usage/v7/action-sheet/theming/styling/index.md create mode 100644 static/usage/v7/action-sheet/theming/styling/javascript.md create mode 100644 static/usage/v7/action-sheet/theming/styling/react/main_css.md create mode 100644 static/usage/v7/action-sheet/theming/styling/react/main_tsx.md create mode 100644 static/usage/v7/action-sheet/theming/styling/vue.md create mode 100644 static/usage/v7/alert/buttons/angular/example_component_html.md create mode 100644 static/usage/v7/alert/buttons/angular/example_component_ts.md create mode 100644 static/usage/v7/alert/buttons/demo.html create mode 100644 static/usage/v7/alert/buttons/index.md create mode 100644 static/usage/v7/alert/buttons/javascript.md create mode 100644 static/usage/v7/alert/buttons/react.md create mode 100644 static/usage/v7/alert/buttons/vue.md create mode 100644 static/usage/v7/alert/customization/angular/example_component_html.md create mode 100644 static/usage/v7/alert/customization/angular/example_component_ts.md create mode 100644 static/usage/v7/alert/customization/angular/global_css.md create mode 100644 static/usage/v7/alert/customization/demo.html create mode 100644 static/usage/v7/alert/customization/index.md create mode 100644 static/usage/v7/alert/customization/javascript.md create mode 100644 static/usage/v7/alert/customization/react/main_css.md create mode 100644 static/usage/v7/alert/customization/react/main_tsx.md create mode 100644 static/usage/v7/alert/customization/vue.md create mode 100644 static/usage/v7/alert/inputs/radios/angular/example_component_html.md create mode 100644 static/usage/v7/alert/inputs/radios/angular/example_component_ts.md create mode 100644 static/usage/v7/alert/inputs/radios/demo.html create mode 100644 static/usage/v7/alert/inputs/radios/index.md create mode 100644 static/usage/v7/alert/inputs/radios/javascript.md create mode 100644 static/usage/v7/alert/inputs/radios/react.md create mode 100644 static/usage/v7/alert/inputs/radios/vue.md create mode 100644 static/usage/v7/alert/inputs/text-inputs/angular/example_component_html.md create mode 100644 static/usage/v7/alert/inputs/text-inputs/angular/example_component_ts.md create mode 100644 static/usage/v7/alert/inputs/text-inputs/demo.html create mode 100644 static/usage/v7/alert/inputs/text-inputs/index.md create mode 100644 static/usage/v7/alert/inputs/text-inputs/javascript.md create mode 100644 static/usage/v7/alert/inputs/text-inputs/react.md create mode 100644 static/usage/v7/alert/inputs/text-inputs/vue.md create mode 100644 static/usage/v7/alert/presenting/controller/angular/example_component_html.md create mode 100644 static/usage/v7/alert/presenting/controller/angular/example_component_ts.md create mode 100644 static/usage/v7/alert/presenting/controller/demo.html create mode 100644 static/usage/v7/alert/presenting/controller/index.md create mode 100644 static/usage/v7/alert/presenting/controller/javascript.md create mode 100644 static/usage/v7/alert/presenting/controller/react.md create mode 100644 static/usage/v7/alert/presenting/controller/vue.md create mode 100644 static/usage/v7/alert/presenting/isOpen/angular/example_component_html.md create mode 100644 static/usage/v7/alert/presenting/isOpen/angular/example_component_ts.md create mode 100644 static/usage/v7/alert/presenting/isOpen/demo.html create mode 100644 static/usage/v7/alert/presenting/isOpen/index.md create mode 100644 static/usage/v7/alert/presenting/isOpen/javascript.md create mode 100644 static/usage/v7/alert/presenting/isOpen/react.md create mode 100644 static/usage/v7/alert/presenting/isOpen/vue.md create mode 100644 static/usage/v7/alert/presenting/trigger/angular/example_component_html.md create mode 100644 static/usage/v7/alert/presenting/trigger/angular/example_component_ts.md create mode 100644 static/usage/v7/alert/presenting/trigger/demo.html create mode 100644 static/usage/v7/alert/presenting/trigger/index.md create mode 100644 static/usage/v7/alert/presenting/trigger/javascript.md create mode 100644 static/usage/v7/alert/presenting/trigger/react.md create mode 100644 static/usage/v7/alert/presenting/trigger/vue.md create mode 100644 static/usage/v7/avatar/basic/angular.md create mode 100644 static/usage/v7/avatar/basic/demo.html create mode 100644 static/usage/v7/avatar/basic/index.md create mode 100644 static/usage/v7/avatar/basic/javascript.md create mode 100644 static/usage/v7/avatar/basic/react.md create mode 100644 static/usage/v7/avatar/basic/vue.md create mode 100644 static/usage/v7/avatar/chip/angular.md create mode 100644 static/usage/v7/avatar/chip/demo.html create mode 100644 static/usage/v7/avatar/chip/index.md create mode 100644 static/usage/v7/avatar/chip/javascript.md create mode 100644 static/usage/v7/avatar/chip/react.md create mode 100644 static/usage/v7/avatar/chip/vue.md create mode 100644 static/usage/v7/avatar/item/angular.md create mode 100644 static/usage/v7/avatar/item/demo.html create mode 100644 static/usage/v7/avatar/item/index.md create mode 100644 static/usage/v7/avatar/item/javascript.md create mode 100644 static/usage/v7/avatar/item/react.md create mode 100644 static/usage/v7/avatar/item/vue.md create mode 100644 static/usage/v7/avatar/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/avatar/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/avatar/theming/css-properties/demo.html create mode 100644 static/usage/v7/avatar/theming/css-properties/index.md create mode 100644 static/usage/v7/avatar/theming/css-properties/javascript.md create mode 100644 static/usage/v7/avatar/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/avatar/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/avatar/theming/css-properties/vue.md create mode 100644 static/usage/v7/back-button/basic/angular/app_module_ts.md create mode 100644 static/usage/v7/back-button/basic/angular/example_component_html.md create mode 100644 static/usage/v7/back-button/basic/angular/example_component_ts.md create mode 100644 static/usage/v7/back-button/basic/angular/page_one_component_ts.md create mode 100644 static/usage/v7/back-button/basic/angular/page_two_component_ts.md create mode 100644 static/usage/v7/back-button/basic/demo.html create mode 100644 static/usage/v7/back-button/basic/index.md create mode 100644 static/usage/v7/back-button/basic/javascript.md create mode 100644 static/usage/v7/back-button/basic/react/main_tsx.md create mode 100644 static/usage/v7/back-button/basic/react/page_one_tsx.md create mode 100644 static/usage/v7/back-button/basic/react/page_two_tsx.md create mode 100644 static/usage/v7/back-button/basic/vue/example_vue.md create mode 100644 static/usage/v7/back-button/basic/vue/page_one_vue.md create mode 100644 static/usage/v7/back-button/basic/vue/page_two_vue.md create mode 100644 static/usage/v7/back-button/custom/angular/app_module_ts.md create mode 100644 static/usage/v7/back-button/custom/angular/example_component_html.md create mode 100644 static/usage/v7/back-button/custom/angular/example_component_ts.md create mode 100644 static/usage/v7/back-button/custom/angular/page_one_component_ts.md create mode 100644 static/usage/v7/back-button/custom/angular/page_two_component_ts.md create mode 100644 static/usage/v7/back-button/custom/demo.html create mode 100644 static/usage/v7/back-button/custom/index.md create mode 100644 static/usage/v7/back-button/custom/javascript.md create mode 100644 static/usage/v7/back-button/custom/react/main_tsx.md create mode 100644 static/usage/v7/back-button/custom/react/page_one_tsx.md create mode 100644 static/usage/v7/back-button/custom/react/page_two_tsx.md create mode 100644 static/usage/v7/back-button/custom/vue/example_vue.md create mode 100644 static/usage/v7/back-button/custom/vue/page_one_vue.md create mode 100644 static/usage/v7/back-button/custom/vue/page_two_vue.md create mode 100644 static/usage/v7/backdrop/basic/angular.md create mode 100644 static/usage/v7/backdrop/basic/demo.html create mode 100644 static/usage/v7/backdrop/basic/index.md create mode 100644 static/usage/v7/backdrop/basic/javascript.md create mode 100644 static/usage/v7/backdrop/basic/react.md create mode 100644 static/usage/v7/backdrop/basic/vue.md create mode 100644 static/usage/v7/backdrop/styling/angular/example_component_css.md create mode 100644 static/usage/v7/backdrop/styling/angular/example_component_html.md create mode 100644 static/usage/v7/backdrop/styling/demo.html create mode 100644 static/usage/v7/backdrop/styling/index.md create mode 100644 static/usage/v7/backdrop/styling/javascript.md create mode 100644 static/usage/v7/backdrop/styling/react/main_css.md create mode 100644 static/usage/v7/backdrop/styling/react/main_tsx.md create mode 100644 static/usage/v7/backdrop/styling/vue.md create mode 100644 static/usage/v7/badge/basic/angular.md create mode 100644 static/usage/v7/badge/basic/demo.html create mode 100644 static/usage/v7/badge/basic/index.md create mode 100644 static/usage/v7/badge/basic/javascript.md create mode 100644 static/usage/v7/badge/basic/react.md create mode 100644 static/usage/v7/badge/basic/vue.md create mode 100644 static/usage/v7/badge/theming/colors/angular.md create mode 100644 static/usage/v7/badge/theming/colors/demo.html create mode 100644 static/usage/v7/badge/theming/colors/index.md create mode 100644 static/usage/v7/badge/theming/colors/javascript.md create mode 100644 static/usage/v7/badge/theming/colors/react.md create mode 100644 static/usage/v7/badge/theming/colors/vue.md create mode 100644 static/usage/v7/badge/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/badge/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/badge/theming/css-properties/demo.html create mode 100644 static/usage/v7/badge/theming/css-properties/index.md create mode 100644 static/usage/v7/badge/theming/css-properties/javascript.md create mode 100644 static/usage/v7/badge/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/badge/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/badge/theming/css-properties/vue.md create mode 100644 static/usage/v7/breadcrumbs/basic/angular.md create mode 100644 static/usage/v7/breadcrumbs/basic/demo.html create mode 100644 static/usage/v7/breadcrumbs/basic/index.md create mode 100644 static/usage/v7/breadcrumbs/basic/javascript.md create mode 100644 static/usage/v7/breadcrumbs/basic/react.md create mode 100644 static/usage/v7/breadcrumbs/basic/vue.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/expand-on-click/angular/example_component_html.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/expand-on-click/angular/example_component_ts.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/expand-on-click/demo.html create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/expand-on-click/index.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/expand-on-click/javascript.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/expand-on-click/react.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/expand-on-click/vue.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/items-before-after/angular.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/items-before-after/demo.html create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/items-before-after/index.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/items-before-after/javascript.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/items-before-after/react.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/items-before-after/vue.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/max-items/angular.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/max-items/demo.html create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/max-items/index.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/max-items/javascript.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/max-items/react.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/max-items/vue.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/popover-on-click/angular/example_component_html.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/popover-on-click/angular/example_component_ts.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/popover-on-click/demo.html create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/popover-on-click/index.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/popover-on-click/javascript.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/popover-on-click/react.md create mode 100644 static/usage/v7/breadcrumbs/collapsing-items/popover-on-click/vue.md create mode 100644 static/usage/v7/breadcrumbs/icons/custom-separators/angular.md create mode 100644 static/usage/v7/breadcrumbs/icons/custom-separators/demo.html create mode 100644 static/usage/v7/breadcrumbs/icons/custom-separators/index.md create mode 100644 static/usage/v7/breadcrumbs/icons/custom-separators/javascript.md create mode 100644 static/usage/v7/breadcrumbs/icons/custom-separators/react.md create mode 100644 static/usage/v7/breadcrumbs/icons/custom-separators/vue.md create mode 100644 static/usage/v7/breadcrumbs/icons/icons-on-items/angular.md create mode 100644 static/usage/v7/breadcrumbs/icons/icons-on-items/demo.html create mode 100644 static/usage/v7/breadcrumbs/icons/icons-on-items/index.md create mode 100644 static/usage/v7/breadcrumbs/icons/icons-on-items/javascript.md create mode 100644 static/usage/v7/breadcrumbs/icons/icons-on-items/react.md create mode 100644 static/usage/v7/breadcrumbs/icons/icons-on-items/vue.md create mode 100644 static/usage/v7/breadcrumbs/theming/colors/angular.md create mode 100644 static/usage/v7/breadcrumbs/theming/colors/demo.html create mode 100644 static/usage/v7/breadcrumbs/theming/colors/index.md create mode 100644 static/usage/v7/breadcrumbs/theming/colors/javascript.md create mode 100644 static/usage/v7/breadcrumbs/theming/colors/react.md create mode 100644 static/usage/v7/breadcrumbs/theming/colors/vue.md create mode 100644 static/usage/v7/breadcrumbs/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/breadcrumbs/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/breadcrumbs/theming/css-properties/demo.html create mode 100644 static/usage/v7/breadcrumbs/theming/css-properties/index.md create mode 100644 static/usage/v7/breadcrumbs/theming/css-properties/javascript.md create mode 100644 static/usage/v7/breadcrumbs/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/breadcrumbs/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/breadcrumbs/theming/css-properties/vue.md create mode 100644 static/usage/v7/button/basic/angular.md create mode 100644 static/usage/v7/button/basic/demo.html create mode 100644 static/usage/v7/button/basic/index.md create mode 100644 static/usage/v7/button/basic/javascript.md create mode 100644 static/usage/v7/button/basic/react.md create mode 100644 static/usage/v7/button/basic/vue.md create mode 100644 static/usage/v7/button/expand/angular.md create mode 100644 static/usage/v7/button/expand/demo.html create mode 100644 static/usage/v7/button/expand/index.md create mode 100644 static/usage/v7/button/expand/javascript.md create mode 100644 static/usage/v7/button/expand/react.md create mode 100644 static/usage/v7/button/expand/vue.md create mode 100644 static/usage/v7/button/fill/angular.md create mode 100644 static/usage/v7/button/fill/demo.html create mode 100644 static/usage/v7/button/fill/index.md create mode 100644 static/usage/v7/button/fill/javascript.md create mode 100644 static/usage/v7/button/fill/react.md create mode 100644 static/usage/v7/button/fill/vue.md create mode 100644 static/usage/v7/button/icons/angular.md create mode 100644 static/usage/v7/button/icons/demo.html create mode 100644 static/usage/v7/button/icons/index.md create mode 100644 static/usage/v7/button/icons/javascript.md create mode 100644 static/usage/v7/button/icons/react.md create mode 100644 static/usage/v7/button/icons/vue.md create mode 100644 static/usage/v7/button/shape/angular.md create mode 100644 static/usage/v7/button/shape/demo.html create mode 100644 static/usage/v7/button/shape/index.md create mode 100644 static/usage/v7/button/shape/javascript.md create mode 100644 static/usage/v7/button/shape/react.md create mode 100644 static/usage/v7/button/shape/vue.md create mode 100644 static/usage/v7/button/size/angular.md create mode 100644 static/usage/v7/button/size/demo.html create mode 100644 static/usage/v7/button/size/index.md create mode 100644 static/usage/v7/button/size/javascript.md create mode 100644 static/usage/v7/button/size/react.md create mode 100644 static/usage/v7/button/size/vue.md create mode 100644 static/usage/v7/button/theming/colors/angular.md create mode 100644 static/usage/v7/button/theming/colors/demo.html create mode 100644 static/usage/v7/button/theming/colors/index.md create mode 100644 static/usage/v7/button/theming/colors/javascript.md create mode 100644 static/usage/v7/button/theming/colors/react.md create mode 100644 static/usage/v7/button/theming/colors/vue.md create mode 100644 static/usage/v7/button/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/button/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/button/theming/css-properties/demo.html create mode 100644 static/usage/v7/button/theming/css-properties/index.md create mode 100644 static/usage/v7/button/theming/css-properties/javascript.md create mode 100644 static/usage/v7/button/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/button/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/button/theming/css-properties/vue.md create mode 100644 static/usage/v7/buttons/basic/angular.md create mode 100644 static/usage/v7/buttons/basic/demo.html create mode 100644 static/usage/v7/buttons/basic/index.md create mode 100644 static/usage/v7/buttons/basic/javascript.md create mode 100644 static/usage/v7/buttons/basic/react.md create mode 100644 static/usage/v7/buttons/basic/vue.md create mode 100644 static/usage/v7/buttons/placement/angular.md create mode 100644 static/usage/v7/buttons/placement/demo.html create mode 100644 static/usage/v7/buttons/placement/index.md create mode 100644 static/usage/v7/buttons/placement/javascript.md create mode 100644 static/usage/v7/buttons/placement/react.md create mode 100644 static/usage/v7/buttons/placement/vue.md create mode 100644 static/usage/v7/buttons/types/angular.md create mode 100644 static/usage/v7/buttons/types/demo.html create mode 100644 static/usage/v7/buttons/types/index.md create mode 100644 static/usage/v7/buttons/types/javascript.md create mode 100644 static/usage/v7/buttons/types/react.md create mode 100644 static/usage/v7/buttons/types/vue.md create mode 100644 static/usage/v7/card/basic/angular.md create mode 100644 static/usage/v7/card/basic/demo.html create mode 100644 static/usage/v7/card/basic/index.md create mode 100644 static/usage/v7/card/basic/javascript.md create mode 100644 static/usage/v7/card/basic/react.md create mode 100644 static/usage/v7/card/basic/vue.md create mode 100644 static/usage/v7/card/buttons/angular.md create mode 100644 static/usage/v7/card/buttons/demo.html create mode 100644 static/usage/v7/card/buttons/index.md create mode 100644 static/usage/v7/card/buttons/javascript.md create mode 100644 static/usage/v7/card/buttons/react.md create mode 100644 static/usage/v7/card/buttons/vue.md create mode 100644 static/usage/v7/card/list/angular/example_component_css.md create mode 100644 static/usage/v7/card/list/angular/example_component_html.md create mode 100644 static/usage/v7/card/list/demo.html create mode 100644 static/usage/v7/card/list/index.md create mode 100644 static/usage/v7/card/list/javascript.md create mode 100644 static/usage/v7/card/list/react/main_css.md create mode 100644 static/usage/v7/card/list/react/main_tsx.md create mode 100644 static/usage/v7/card/list/vue.md create mode 100644 static/usage/v7/card/media/angular.md create mode 100644 static/usage/v7/card/media/demo.html create mode 100644 static/usage/v7/card/media/index.md create mode 100644 static/usage/v7/card/media/javascript.md create mode 100644 static/usage/v7/card/media/react.md create mode 100644 static/usage/v7/card/media/vue.md create mode 100644 static/usage/v7/card/theming/colors/angular.md create mode 100644 static/usage/v7/card/theming/colors/demo.html create mode 100644 static/usage/v7/card/theming/colors/index.md create mode 100644 static/usage/v7/card/theming/colors/javascript.md create mode 100644 static/usage/v7/card/theming/colors/react.md create mode 100644 static/usage/v7/card/theming/colors/vue.md create mode 100644 static/usage/v7/card/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/card/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/card/theming/css-properties/demo.html create mode 100644 static/usage/v7/card/theming/css-properties/index.md create mode 100644 static/usage/v7/card/theming/css-properties/javascript.md create mode 100644 static/usage/v7/card/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/card/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/card/theming/css-properties/vue.md create mode 100644 static/usage/v7/checkbox/basic/angular.md create mode 100644 static/usage/v7/checkbox/basic/demo.html create mode 100644 static/usage/v7/checkbox/basic/index.md create mode 100644 static/usage/v7/checkbox/basic/javascript.md create mode 100644 static/usage/v7/checkbox/basic/react.md create mode 100644 static/usage/v7/checkbox/basic/vue.md create mode 100644 static/usage/v7/checkbox/indeterminate/angular.md create mode 100644 static/usage/v7/checkbox/indeterminate/demo.html create mode 100644 static/usage/v7/checkbox/indeterminate/index.md create mode 100644 static/usage/v7/checkbox/indeterminate/javascript.md create mode 100644 static/usage/v7/checkbox/indeterminate/react.md create mode 100644 static/usage/v7/checkbox/indeterminate/vue.md create mode 100644 static/usage/v7/checkbox/justify/angular.md create mode 100644 static/usage/v7/checkbox/justify/demo.html create mode 100644 static/usage/v7/checkbox/justify/index.md create mode 100644 static/usage/v7/checkbox/justify/javascript.md create mode 100644 static/usage/v7/checkbox/justify/react.md create mode 100644 static/usage/v7/checkbox/justify/vue.md create mode 100644 static/usage/v7/checkbox/label-placement/angular.md create mode 100644 static/usage/v7/checkbox/label-placement/demo.html create mode 100644 static/usage/v7/checkbox/label-placement/index.md create mode 100644 static/usage/v7/checkbox/label-placement/javascript.md create mode 100644 static/usage/v7/checkbox/label-placement/react.md create mode 100644 static/usage/v7/checkbox/label-placement/vue.md create mode 100644 static/usage/v7/checkbox/migration/index.md create mode 100644 static/usage/v7/checkbox/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/checkbox/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/checkbox/theming/css-properties/demo.html create mode 100644 static/usage/v7/checkbox/theming/css-properties/index.md create mode 100644 static/usage/v7/checkbox/theming/css-properties/javascript.md create mode 100644 static/usage/v7/checkbox/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/checkbox/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/checkbox/theming/css-properties/vue.md create mode 100644 static/usage/v7/chip/basic/angular.md create mode 100644 static/usage/v7/chip/basic/demo.html create mode 100644 static/usage/v7/chip/basic/index.md create mode 100644 static/usage/v7/chip/basic/javascript.md create mode 100644 static/usage/v7/chip/basic/react.md create mode 100644 static/usage/v7/chip/basic/vue.md create mode 100644 static/usage/v7/chip/slots/angular.md create mode 100644 static/usage/v7/chip/slots/demo.html create mode 100644 static/usage/v7/chip/slots/index.md create mode 100644 static/usage/v7/chip/slots/javascript.md create mode 100644 static/usage/v7/chip/slots/react.md create mode 100644 static/usage/v7/chip/slots/vue.md create mode 100644 static/usage/v7/chip/theming/colors/angular.md create mode 100644 static/usage/v7/chip/theming/colors/demo.html create mode 100644 static/usage/v7/chip/theming/colors/index.md create mode 100644 static/usage/v7/chip/theming/colors/javascript.md create mode 100644 static/usage/v7/chip/theming/colors/react.md create mode 100644 static/usage/v7/chip/theming/colors/vue.md create mode 100644 static/usage/v7/chip/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/chip/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/chip/theming/css-properties/demo.html create mode 100644 static/usage/v7/chip/theming/css-properties/index.md create mode 100644 static/usage/v7/chip/theming/css-properties/javascript.md create mode 100644 static/usage/v7/chip/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/chip/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/chip/theming/css-properties/vue.md create mode 100644 static/usage/v7/content/basic/angular.md create mode 100644 static/usage/v7/content/basic/demo.html create mode 100644 static/usage/v7/content/basic/index.md create mode 100644 static/usage/v7/content/basic/javascript.md create mode 100644 static/usage/v7/content/basic/react.md create mode 100644 static/usage/v7/content/basic/vue.md create mode 100644 static/usage/v7/content/fixed/angular.md create mode 100644 static/usage/v7/content/fixed/angular/example_component_css.md create mode 100644 static/usage/v7/content/fixed/angular/example_component_html.md create mode 100644 static/usage/v7/content/fixed/demo.html create mode 100644 static/usage/v7/content/fixed/index.md create mode 100644 static/usage/v7/content/fixed/javascript.md create mode 100644 static/usage/v7/content/fixed/react.md create mode 100644 static/usage/v7/content/fixed/react/main_css.md create mode 100644 static/usage/v7/content/fixed/react/main_tsx.md create mode 100644 static/usage/v7/content/fixed/vue.md create mode 100644 static/usage/v7/content/fullscreen/angular/example_component_css.md create mode 100644 static/usage/v7/content/fullscreen/angular/example_component_html.md create mode 100644 static/usage/v7/content/fullscreen/demo.html create mode 100644 static/usage/v7/content/fullscreen/index.md create mode 100644 static/usage/v7/content/fullscreen/javascript.md create mode 100644 static/usage/v7/content/fullscreen/react/main_css.md create mode 100644 static/usage/v7/content/fullscreen/react/main_tsx.md create mode 100644 static/usage/v7/content/fullscreen/vue.md create mode 100644 static/usage/v7/content/header-footer/angular.md create mode 100644 static/usage/v7/content/header-footer/demo.html create mode 100644 static/usage/v7/content/header-footer/index.md create mode 100644 static/usage/v7/content/header-footer/javascript.md create mode 100644 static/usage/v7/content/header-footer/react.md create mode 100644 static/usage/v7/content/header-footer/vue.md create mode 100644 static/usage/v7/content/scroll-events/angular/example_component_html.md create mode 100644 static/usage/v7/content/scroll-events/angular/example_component_ts.md create mode 100644 static/usage/v7/content/scroll-events/demo.html create mode 100644 static/usage/v7/content/scroll-events/index.md create mode 100644 static/usage/v7/content/scroll-events/javascript.md create mode 100644 static/usage/v7/content/scroll-events/react.md create mode 100644 static/usage/v7/content/scroll-events/vue.md create mode 100644 static/usage/v7/content/scroll-methods/angular/example_component_html.md create mode 100644 static/usage/v7/content/scroll-methods/angular/example_component_ts.md create mode 100644 static/usage/v7/content/scroll-methods/demo.html create mode 100644 static/usage/v7/content/scroll-methods/index.md create mode 100644 static/usage/v7/content/scroll-methods/javascript.md create mode 100644 static/usage/v7/content/scroll-methods/react.md create mode 100644 static/usage/v7/content/scroll-methods/vue.md create mode 100644 static/usage/v7/content/theming/colors/angular.md create mode 100644 static/usage/v7/content/theming/colors/demo.html create mode 100644 static/usage/v7/content/theming/colors/index.md create mode 100644 static/usage/v7/content/theming/colors/javascript.md create mode 100644 static/usage/v7/content/theming/colors/react.md create mode 100644 static/usage/v7/content/theming/colors/vue.md create mode 100644 static/usage/v7/content/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/content/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/content/theming/css-properties/demo.html create mode 100644 static/usage/v7/content/theming/css-properties/index.md create mode 100644 static/usage/v7/content/theming/css-properties/javascript.md create mode 100644 static/usage/v7/content/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/content/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/content/theming/css-properties/vue.md create mode 100644 static/usage/v7/content/theming/css-shadow-parts/angular/example_component_css.md create mode 100644 static/usage/v7/content/theming/css-shadow-parts/angular/example_component_html.md create mode 100644 static/usage/v7/content/theming/css-shadow-parts/demo.html create mode 100644 static/usage/v7/content/theming/css-shadow-parts/index.md create mode 100644 static/usage/v7/content/theming/css-shadow-parts/javascript.md create mode 100644 static/usage/v7/content/theming/css-shadow-parts/react/main_css.md create mode 100644 static/usage/v7/content/theming/css-shadow-parts/react/main_tsx.md create mode 100644 static/usage/v7/content/theming/css-shadow-parts/vue.md create mode 100644 static/usage/v7/datetime-button/basic/angular.md create mode 100644 static/usage/v7/datetime-button/basic/demo.html create mode 100644 static/usage/v7/datetime-button/basic/index.md create mode 100644 static/usage/v7/datetime-button/basic/javascript.md create mode 100644 static/usage/v7/datetime-button/basic/react.md create mode 100644 static/usage/v7/datetime-button/basic/vue.md create mode 100644 static/usage/v7/datetime/basic/angular.md create mode 100644 static/usage/v7/datetime/basic/demo.html create mode 100644 static/usage/v7/datetime/basic/index.md create mode 100644 static/usage/v7/datetime/basic/javascript.md create mode 100644 static/usage/v7/datetime/basic/react.md create mode 100644 static/usage/v7/datetime/basic/vue.md create mode 100644 static/usage/v7/datetime/buttons/customizing-button-texts/angular.md create mode 100644 static/usage/v7/datetime/buttons/customizing-button-texts/demo.html create mode 100644 static/usage/v7/datetime/buttons/customizing-button-texts/index.md create mode 100644 static/usage/v7/datetime/buttons/customizing-button-texts/javascript.md create mode 100644 static/usage/v7/datetime/buttons/customizing-button-texts/react.md create mode 100644 static/usage/v7/datetime/buttons/customizing-button-texts/vue.md create mode 100644 static/usage/v7/datetime/buttons/customizing-buttons/angular.md create mode 100644 static/usage/v7/datetime/buttons/customizing-buttons/demo.html create mode 100644 static/usage/v7/datetime/buttons/customizing-buttons/index.md create mode 100644 static/usage/v7/datetime/buttons/customizing-buttons/javascript.md create mode 100644 static/usage/v7/datetime/buttons/customizing-buttons/react.md create mode 100644 static/usage/v7/datetime/buttons/customizing-buttons/vue.md create mode 100644 static/usage/v7/datetime/buttons/showing-confirmation-buttons/angular.md create mode 100644 static/usage/v7/datetime/buttons/showing-confirmation-buttons/demo.html create mode 100644 static/usage/v7/datetime/buttons/showing-confirmation-buttons/index.md create mode 100644 static/usage/v7/datetime/buttons/showing-confirmation-buttons/javascript.md create mode 100644 static/usage/v7/datetime/buttons/showing-confirmation-buttons/react.md create mode 100644 static/usage/v7/datetime/buttons/showing-confirmation-buttons/vue.md create mode 100644 static/usage/v7/datetime/date-constraints/advanced/angular/example_component_html.md create mode 100644 static/usage/v7/datetime/date-constraints/advanced/angular/example_component_ts.md create mode 100644 static/usage/v7/datetime/date-constraints/advanced/demo.html create mode 100644 static/usage/v7/datetime/date-constraints/advanced/index.md create mode 100644 static/usage/v7/datetime/date-constraints/advanced/javascript.md create mode 100644 static/usage/v7/datetime/date-constraints/advanced/react.md create mode 100644 static/usage/v7/datetime/date-constraints/advanced/vue.md create mode 100644 static/usage/v7/datetime/date-constraints/max-min/angular.md create mode 100644 static/usage/v7/datetime/date-constraints/max-min/demo.html create mode 100644 static/usage/v7/datetime/date-constraints/max-min/index.md create mode 100644 static/usage/v7/datetime/date-constraints/max-min/javascript.md create mode 100644 static/usage/v7/datetime/date-constraints/max-min/react.md create mode 100644 static/usage/v7/datetime/date-constraints/max-min/vue.md create mode 100644 static/usage/v7/datetime/date-constraints/values/angular.md create mode 100644 static/usage/v7/datetime/date-constraints/values/demo.html create mode 100644 static/usage/v7/datetime/date-constraints/values/index.md create mode 100644 static/usage/v7/datetime/date-constraints/values/javascript.md create mode 100644 static/usage/v7/datetime/date-constraints/values/react.md create mode 100644 static/usage/v7/datetime/date-constraints/values/vue.md create mode 100644 static/usage/v7/datetime/highlightedDates/array/angular/example_component_html.md create mode 100644 static/usage/v7/datetime/highlightedDates/array/angular/example_component_ts.md create mode 100644 static/usage/v7/datetime/highlightedDates/array/demo.html create mode 100644 static/usage/v7/datetime/highlightedDates/array/index.md create mode 100644 static/usage/v7/datetime/highlightedDates/array/javascript.md create mode 100644 static/usage/v7/datetime/highlightedDates/array/react.md create mode 100644 static/usage/v7/datetime/highlightedDates/array/vue.md create mode 100644 static/usage/v7/datetime/highlightedDates/callback/angular/example_component_html.md create mode 100644 static/usage/v7/datetime/highlightedDates/callback/angular/example_component_ts.md create mode 100644 static/usage/v7/datetime/highlightedDates/callback/demo.html create mode 100644 static/usage/v7/datetime/highlightedDates/callback/index.md create mode 100644 static/usage/v7/datetime/highlightedDates/callback/javascript.md create mode 100644 static/usage/v7/datetime/highlightedDates/callback/react.md create mode 100644 static/usage/v7/datetime/highlightedDates/callback/vue.md create mode 100644 static/usage/v7/datetime/localization/custom-locale/angular.md create mode 100644 static/usage/v7/datetime/localization/custom-locale/demo.html create mode 100644 static/usage/v7/datetime/localization/custom-locale/index.md create mode 100644 static/usage/v7/datetime/localization/custom-locale/javascript.md create mode 100644 static/usage/v7/datetime/localization/custom-locale/react.md create mode 100644 static/usage/v7/datetime/localization/custom-locale/vue.md create mode 100644 static/usage/v7/datetime/localization/first-day-of-week/angular.md create mode 100644 static/usage/v7/datetime/localization/first-day-of-week/demo.html create mode 100644 static/usage/v7/datetime/localization/first-day-of-week/index.md create mode 100644 static/usage/v7/datetime/localization/first-day-of-week/javascript.md create mode 100644 static/usage/v7/datetime/localization/first-day-of-week/react.md create mode 100644 static/usage/v7/datetime/localization/first-day-of-week/vue.md create mode 100644 static/usage/v7/datetime/localization/hour-cycle/angular.md create mode 100644 static/usage/v7/datetime/localization/hour-cycle/demo.html create mode 100644 static/usage/v7/datetime/localization/hour-cycle/index.md create mode 100644 static/usage/v7/datetime/localization/hour-cycle/javascript.md create mode 100644 static/usage/v7/datetime/localization/hour-cycle/react.md create mode 100644 static/usage/v7/datetime/localization/hour-cycle/vue.md create mode 100644 static/usage/v7/datetime/localization/locale-extension-tags/angular.md create mode 100644 static/usage/v7/datetime/localization/locale-extension-tags/demo.html create mode 100644 static/usage/v7/datetime/localization/locale-extension-tags/index.md create mode 100644 static/usage/v7/datetime/localization/locale-extension-tags/javascript.md create mode 100644 static/usage/v7/datetime/localization/locale-extension-tags/react.md create mode 100644 static/usage/v7/datetime/localization/locale-extension-tags/vue.md create mode 100644 static/usage/v7/datetime/localization/time-label/angular.md create mode 100644 static/usage/v7/datetime/localization/time-label/demo.html create mode 100644 static/usage/v7/datetime/localization/time-label/index.md create mode 100644 static/usage/v7/datetime/localization/time-label/javascript.md create mode 100644 static/usage/v7/datetime/localization/time-label/react.md create mode 100644 static/usage/v7/datetime/localization/time-label/vue.md create mode 100644 static/usage/v7/datetime/multiple/angular.md create mode 100644 static/usage/v7/datetime/multiple/demo.html create mode 100644 static/usage/v7/datetime/multiple/index.md create mode 100644 static/usage/v7/datetime/multiple/javascript.md create mode 100644 static/usage/v7/datetime/multiple/react.md create mode 100644 static/usage/v7/datetime/multiple/vue.md create mode 100644 static/usage/v7/datetime/presentation/date/angular.md create mode 100644 static/usage/v7/datetime/presentation/date/demo.html create mode 100644 static/usage/v7/datetime/presentation/date/index.md create mode 100644 static/usage/v7/datetime/presentation/date/javascript.md create mode 100644 static/usage/v7/datetime/presentation/date/react.md create mode 100644 static/usage/v7/datetime/presentation/date/vue.md create mode 100644 static/usage/v7/datetime/presentation/month-and-year/angular.md create mode 100644 static/usage/v7/datetime/presentation/month-and-year/demo.html create mode 100644 static/usage/v7/datetime/presentation/month-and-year/index.md create mode 100644 static/usage/v7/datetime/presentation/month-and-year/javascript.md create mode 100644 static/usage/v7/datetime/presentation/month-and-year/react.md create mode 100644 static/usage/v7/datetime/presentation/month-and-year/vue.md create mode 100644 static/usage/v7/datetime/presentation/time/angular.md create mode 100644 static/usage/v7/datetime/presentation/time/demo.html create mode 100644 static/usage/v7/datetime/presentation/time/index.md create mode 100644 static/usage/v7/datetime/presentation/time/javascript.md create mode 100644 static/usage/v7/datetime/presentation/time/react.md create mode 100644 static/usage/v7/datetime/presentation/time/vue.md create mode 100644 static/usage/v7/datetime/presentation/wheel/angular.md create mode 100644 static/usage/v7/datetime/presentation/wheel/demo.html create mode 100644 static/usage/v7/datetime/presentation/wheel/index.md create mode 100644 static/usage/v7/datetime/presentation/wheel/javascript.md create mode 100644 static/usage/v7/datetime/presentation/wheel/react.md create mode 100644 static/usage/v7/datetime/presentation/wheel/vue.md create mode 100644 static/usage/v7/datetime/theming/angular/example_component_html.md create mode 100644 static/usage/v7/datetime/theming/angular/global_css.md create mode 100644 static/usage/v7/datetime/theming/demo.html create mode 100644 static/usage/v7/datetime/theming/index.md create mode 100644 static/usage/v7/datetime/theming/javascript.md rename static/usage/{datetime/theming/react-css.md => v7/datetime/theming/react/main_css.md} (100%) create mode 100644 static/usage/v7/datetime/theming/react/main_tsx.md create mode 100644 static/usage/v7/datetime/theming/vue.md create mode 100644 static/usage/v7/datetime/title/customizing-title/angular.md create mode 100644 static/usage/v7/datetime/title/customizing-title/demo.html create mode 100644 static/usage/v7/datetime/title/customizing-title/index.md create mode 100644 static/usage/v7/datetime/title/customizing-title/javascript.md create mode 100644 static/usage/v7/datetime/title/customizing-title/react.md create mode 100644 static/usage/v7/datetime/title/customizing-title/vue.md create mode 100644 static/usage/v7/datetime/title/showing-default-title/angular.md create mode 100644 static/usage/v7/datetime/title/showing-default-title/demo.html create mode 100644 static/usage/v7/datetime/title/showing-default-title/index.md create mode 100644 static/usage/v7/datetime/title/showing-default-title/javascript.md create mode 100644 static/usage/v7/datetime/title/showing-default-title/react.md create mode 100644 static/usage/v7/datetime/title/showing-default-title/vue.md create mode 100644 static/usage/v7/fab/basic/angular.md create mode 100644 static/usage/v7/fab/basic/demo.html create mode 100644 static/usage/v7/fab/basic/index.md create mode 100644 static/usage/v7/fab/basic/javascript.md create mode 100644 static/usage/v7/fab/basic/react.md create mode 100644 static/usage/v7/fab/basic/vue.md create mode 100644 static/usage/v7/fab/button-sizing/angular.md create mode 100644 static/usage/v7/fab/button-sizing/demo.html create mode 100644 static/usage/v7/fab/button-sizing/index.md create mode 100644 static/usage/v7/fab/button-sizing/javascript.md create mode 100644 static/usage/v7/fab/button-sizing/react.md create mode 100644 static/usage/v7/fab/button-sizing/vue.md create mode 100644 static/usage/v7/fab/list-side/angular.md create mode 100644 static/usage/v7/fab/list-side/demo.html create mode 100644 static/usage/v7/fab/list-side/index.md create mode 100644 static/usage/v7/fab/list-side/javascript.md create mode 100644 static/usage/v7/fab/list-side/react.md create mode 100644 static/usage/v7/fab/list-side/vue.md create mode 100644 static/usage/v7/fab/positioning/angular.md create mode 100644 static/usage/v7/fab/positioning/demo.html create mode 100644 static/usage/v7/fab/positioning/index.md create mode 100644 static/usage/v7/fab/positioning/javascript.md create mode 100644 static/usage/v7/fab/positioning/react.md create mode 100644 static/usage/v7/fab/positioning/vue.md create mode 100644 static/usage/v7/fab/theming/colors/angular.md create mode 100644 static/usage/v7/fab/theming/colors/demo.html create mode 100644 static/usage/v7/fab/theming/colors/index.md create mode 100644 static/usage/v7/fab/theming/colors/javascript.md create mode 100644 static/usage/v7/fab/theming/colors/react.md create mode 100644 static/usage/v7/fab/theming/colors/vue.md create mode 100644 static/usage/v7/fab/theming/css-custom-properties/angular/example_component_css.md create mode 100644 static/usage/v7/fab/theming/css-custom-properties/angular/example_component_html.md create mode 100644 static/usage/v7/fab/theming/css-custom-properties/demo.html create mode 100644 static/usage/v7/fab/theming/css-custom-properties/index.md create mode 100644 static/usage/v7/fab/theming/css-custom-properties/javascript.md create mode 100644 static/usage/v7/fab/theming/css-custom-properties/react/main_css.md create mode 100644 static/usage/v7/fab/theming/css-custom-properties/react/main_tsx.md create mode 100644 static/usage/v7/fab/theming/css-custom-properties/vue.md create mode 100644 static/usage/v7/fab/theming/css-shadow-parts/angular/example_component_css.md create mode 100644 static/usage/v7/fab/theming/css-shadow-parts/angular/example_component_html.md create mode 100644 static/usage/v7/fab/theming/css-shadow-parts/demo.html create mode 100644 static/usage/v7/fab/theming/css-shadow-parts/index.md create mode 100644 static/usage/v7/fab/theming/css-shadow-parts/javascript.md create mode 100644 static/usage/v7/fab/theming/css-shadow-parts/react/main_css.md create mode 100644 static/usage/v7/fab/theming/css-shadow-parts/react/main_tsx.md create mode 100644 static/usage/v7/fab/theming/css-shadow-parts/vue.md create mode 100644 static/usage/v7/footer/basic/angular.md create mode 100644 static/usage/v7/footer/basic/demo.html create mode 100644 static/usage/v7/footer/basic/index.md create mode 100644 static/usage/v7/footer/basic/javascript.md create mode 100644 static/usage/v7/footer/basic/react.md create mode 100644 static/usage/v7/footer/basic/vue.md create mode 100644 static/usage/v7/footer/custom-scroll-target/angular/example_component_css.md create mode 100644 static/usage/v7/footer/custom-scroll-target/angular/example_component_html.md create mode 100644 static/usage/v7/footer/custom-scroll-target/demo.html create mode 100644 static/usage/v7/footer/custom-scroll-target/index.md create mode 100644 static/usage/v7/footer/custom-scroll-target/javascript.md create mode 100644 static/usage/v7/footer/custom-scroll-target/react/main_css.md create mode 100644 static/usage/v7/footer/custom-scroll-target/react/main_tsx.md create mode 100644 static/usage/v7/footer/custom-scroll-target/vue.md create mode 100644 static/usage/v7/footer/fade/angular.md create mode 100644 static/usage/v7/footer/fade/demo.html create mode 100644 static/usage/v7/footer/fade/index.md create mode 100644 static/usage/v7/footer/fade/javascript.md create mode 100644 static/usage/v7/footer/fade/react.md create mode 100644 static/usage/v7/footer/fade/vue.md create mode 100644 static/usage/v7/footer/no-border/angular.md create mode 100644 static/usage/v7/footer/no-border/demo.html create mode 100644 static/usage/v7/footer/no-border/index.md create mode 100644 static/usage/v7/footer/no-border/javascript.md create mode 100644 static/usage/v7/footer/no-border/react.md create mode 100644 static/usage/v7/footer/no-border/vue.md create mode 100644 static/usage/v7/footer/translucent/angular.md create mode 100644 static/usage/v7/footer/translucent/demo.html create mode 100644 static/usage/v7/footer/translucent/index.md create mode 100644 static/usage/v7/footer/translucent/javascript.md create mode 100644 static/usage/v7/footer/translucent/react.md create mode 100644 static/usage/v7/footer/translucent/vue.md create mode 100644 static/usage/v7/grid/basic/angular/example_component_css.md create mode 100644 static/usage/v7/grid/basic/angular/example_component_html.md create mode 100644 static/usage/v7/grid/basic/demo.html create mode 100644 static/usage/v7/grid/basic/index.md create mode 100644 static/usage/v7/grid/basic/javascript.md create mode 100644 static/usage/v7/grid/basic/react/main_css.md create mode 100644 static/usage/v7/grid/basic/react/main_tsx.md create mode 100644 static/usage/v7/grid/basic/vue.md create mode 100644 static/usage/v7/grid/customizing/column-number/angular/example_component_css.md create mode 100644 static/usage/v7/grid/customizing/column-number/angular/example_component_html.md create mode 100644 static/usage/v7/grid/customizing/column-number/demo.html create mode 100644 static/usage/v7/grid/customizing/column-number/index.md create mode 100644 static/usage/v7/grid/customizing/column-number/javascript.md create mode 100644 static/usage/v7/grid/customizing/column-number/react/main_css.md create mode 100644 static/usage/v7/grid/customizing/column-number/react/main_tsx.md create mode 100644 static/usage/v7/grid/customizing/column-number/vue.md create mode 100644 static/usage/v7/grid/customizing/padding/angular/example_component_css.md create mode 100644 static/usage/v7/grid/customizing/padding/angular/example_component_html.md create mode 100644 static/usage/v7/grid/customizing/padding/demo.html create mode 100644 static/usage/v7/grid/customizing/padding/index.md create mode 100644 static/usage/v7/grid/customizing/padding/javascript.md create mode 100644 static/usage/v7/grid/customizing/padding/react/main_css.md create mode 100644 static/usage/v7/grid/customizing/padding/react/main_tsx.md create mode 100644 static/usage/v7/grid/customizing/padding/vue.md create mode 100644 static/usage/v7/grid/customizing/width/angular/example_component_css.md create mode 100644 static/usage/v7/grid/customizing/width/angular/example_component_html.md create mode 100644 static/usage/v7/grid/customizing/width/demo.html create mode 100644 static/usage/v7/grid/customizing/width/index.md create mode 100644 static/usage/v7/grid/customizing/width/javascript.md create mode 100644 static/usage/v7/grid/customizing/width/react/main_css.md create mode 100644 static/usage/v7/grid/customizing/width/react/main_tsx.md create mode 100644 static/usage/v7/grid/customizing/width/vue.md create mode 100644 static/usage/v7/grid/fixed/angular/example_component_css.md create mode 100644 static/usage/v7/grid/fixed/angular/example_component_html.md create mode 100644 static/usage/v7/grid/fixed/demo.html create mode 100644 static/usage/v7/grid/fixed/index.md create mode 100644 static/usage/v7/grid/fixed/javascript.md create mode 100644 static/usage/v7/grid/fixed/react/main_css.md create mode 100644 static/usage/v7/grid/fixed/react/main_tsx.md create mode 100644 static/usage/v7/grid/fixed/vue.md create mode 100644 static/usage/v7/grid/horizontal-alignment/angular/example_component_css.md create mode 100644 static/usage/v7/grid/horizontal-alignment/angular/example_component_html.md create mode 100644 static/usage/v7/grid/horizontal-alignment/demo.html create mode 100644 static/usage/v7/grid/horizontal-alignment/index.md create mode 100644 static/usage/v7/grid/horizontal-alignment/javascript.md create mode 100644 static/usage/v7/grid/horizontal-alignment/react/main_css.md create mode 100644 static/usage/v7/grid/horizontal-alignment/react/main_tsx.md create mode 100644 static/usage/v7/grid/horizontal-alignment/vue.md create mode 100644 static/usage/v7/grid/offset-responsive/angular/example_component_css.md create mode 100644 static/usage/v7/grid/offset-responsive/angular/example_component_html.md create mode 100644 static/usage/v7/grid/offset-responsive/demo.html create mode 100644 static/usage/v7/grid/offset-responsive/index.md create mode 100644 static/usage/v7/grid/offset-responsive/javascript.md create mode 100644 static/usage/v7/grid/offset-responsive/react/main_css.md create mode 100644 static/usage/v7/grid/offset-responsive/react/main_tsx.md create mode 100644 static/usage/v7/grid/offset-responsive/vue.md create mode 100644 static/usage/v7/grid/offset/angular/example_component_css.md create mode 100644 static/usage/v7/grid/offset/angular/example_component_html.md create mode 100644 static/usage/v7/grid/offset/demo.html create mode 100644 static/usage/v7/grid/offset/index.md create mode 100644 static/usage/v7/grid/offset/javascript.md create mode 100644 static/usage/v7/grid/offset/react/main_css.md create mode 100644 static/usage/v7/grid/offset/react/main_tsx.md create mode 100644 static/usage/v7/grid/offset/vue.md create mode 100644 static/usage/v7/grid/push-pull-responsive/angular/example_component_css.md create mode 100644 static/usage/v7/grid/push-pull-responsive/angular/example_component_html.md create mode 100644 static/usage/v7/grid/push-pull-responsive/demo.html create mode 100644 static/usage/v7/grid/push-pull-responsive/index.md create mode 100644 static/usage/v7/grid/push-pull-responsive/javascript.md create mode 100644 static/usage/v7/grid/push-pull-responsive/react/main_css.md create mode 100644 static/usage/v7/grid/push-pull-responsive/react/main_tsx.md create mode 100644 static/usage/v7/grid/push-pull-responsive/vue.md create mode 100644 static/usage/v7/grid/push-pull/angular/example_component_css.md create mode 100644 static/usage/v7/grid/push-pull/angular/example_component_html.md create mode 100644 static/usage/v7/grid/push-pull/demo.html create mode 100644 static/usage/v7/grid/push-pull/index.md create mode 100644 static/usage/v7/grid/push-pull/javascript.md create mode 100644 static/usage/v7/grid/push-pull/react/main_css.md create mode 100644 static/usage/v7/grid/push-pull/react/main_tsx.md create mode 100644 static/usage/v7/grid/push-pull/vue.md create mode 100644 static/usage/v7/grid/size-auto/angular/example_component_css.md create mode 100644 static/usage/v7/grid/size-auto/angular/example_component_html.md create mode 100644 static/usage/v7/grid/size-auto/demo.html create mode 100644 static/usage/v7/grid/size-auto/index.md create mode 100644 static/usage/v7/grid/size-auto/javascript.md create mode 100644 static/usage/v7/grid/size-auto/react/main_css.md create mode 100644 static/usage/v7/grid/size-auto/react/main_tsx.md create mode 100644 static/usage/v7/grid/size-auto/vue.md create mode 100644 static/usage/v7/grid/size-responsive/angular/example_component_css.md create mode 100644 static/usage/v7/grid/size-responsive/angular/example_component_html.md create mode 100644 static/usage/v7/grid/size-responsive/demo.html create mode 100644 static/usage/v7/grid/size-responsive/index.md create mode 100644 static/usage/v7/grid/size-responsive/javascript.md create mode 100644 static/usage/v7/grid/size-responsive/react/main_css.md create mode 100644 static/usage/v7/grid/size-responsive/react/main_tsx.md create mode 100644 static/usage/v7/grid/size-responsive/vue.md create mode 100644 static/usage/v7/grid/size/angular/example_component_css.md create mode 100644 static/usage/v7/grid/size/angular/example_component_html.md create mode 100644 static/usage/v7/grid/size/demo.html create mode 100644 static/usage/v7/grid/size/index.md create mode 100644 static/usage/v7/grid/size/javascript.md create mode 100644 static/usage/v7/grid/size/react/main_css.md create mode 100644 static/usage/v7/grid/size/react/main_tsx.md create mode 100644 static/usage/v7/grid/size/vue.md create mode 100644 static/usage/v7/grid/vertical-alignment/angular/example_component_css.md create mode 100644 static/usage/v7/grid/vertical-alignment/angular/example_component_html.md create mode 100644 static/usage/v7/grid/vertical-alignment/demo.html create mode 100644 static/usage/v7/grid/vertical-alignment/index.md create mode 100644 static/usage/v7/grid/vertical-alignment/javascript.md create mode 100644 static/usage/v7/grid/vertical-alignment/react/main_css.md create mode 100644 static/usage/v7/grid/vertical-alignment/react/main_tsx.md create mode 100644 static/usage/v7/grid/vertical-alignment/vue.md create mode 100644 static/usage/v7/header/basic/angular.md create mode 100644 static/usage/v7/header/basic/demo.html create mode 100644 static/usage/v7/header/basic/index.md create mode 100644 static/usage/v7/header/basic/javascript.md create mode 100644 static/usage/v7/header/basic/react.md create mode 100644 static/usage/v7/header/basic/vue.md create mode 100644 static/usage/v7/header/condense/angular.md create mode 100644 static/usage/v7/header/condense/demo.html create mode 100644 static/usage/v7/header/condense/index.md create mode 100644 static/usage/v7/header/condense/javascript.md create mode 100644 static/usage/v7/header/condense/react.md create mode 100644 static/usage/v7/header/condense/vue.md create mode 100644 static/usage/v7/header/custom-scroll-target/angular/example_component_css.md create mode 100644 static/usage/v7/header/custom-scroll-target/angular/example_component_html.md create mode 100644 static/usage/v7/header/custom-scroll-target/demo.html create mode 100644 static/usage/v7/header/custom-scroll-target/index.md create mode 100644 static/usage/v7/header/custom-scroll-target/javascript.md create mode 100644 static/usage/v7/header/custom-scroll-target/react/main_css.md create mode 100644 static/usage/v7/header/custom-scroll-target/react/main_tsx.md create mode 100644 static/usage/v7/header/custom-scroll-target/vue.md create mode 100644 static/usage/v7/header/fade/angular.md create mode 100644 static/usage/v7/header/fade/demo.html create mode 100644 static/usage/v7/header/fade/index.md create mode 100644 static/usage/v7/header/fade/javascript.md create mode 100644 static/usage/v7/header/fade/react.md create mode 100644 static/usage/v7/header/fade/vue.md create mode 100644 static/usage/v7/header/no-border/angular.md create mode 100644 static/usage/v7/header/no-border/demo.html create mode 100644 static/usage/v7/header/no-border/index.md create mode 100644 static/usage/v7/header/no-border/javascript.md create mode 100644 static/usage/v7/header/no-border/react.md create mode 100644 static/usage/v7/header/no-border/vue.md create mode 100644 static/usage/v7/header/translucent/angular.md create mode 100644 static/usage/v7/header/translucent/demo.html create mode 100644 static/usage/v7/header/translucent/index.md create mode 100644 static/usage/v7/header/translucent/javascript.md create mode 100644 static/usage/v7/header/translucent/react.md create mode 100644 static/usage/v7/header/translucent/vue.md create mode 100644 static/usage/v7/icon/basic/angular.md create mode 100644 static/usage/v7/icon/basic/demo.html create mode 100644 static/usage/v7/icon/basic/index.md create mode 100644 static/usage/v7/icon/basic/javascript.md create mode 100644 static/usage/v7/icon/basic/react.md create mode 100644 static/usage/v7/icon/basic/vue.md create mode 100644 static/usage/v7/img/basic/angular.md create mode 100644 static/usage/v7/img/basic/demo.html create mode 100644 static/usage/v7/img/basic/index.md create mode 100644 static/usage/v7/img/basic/javascript.md create mode 100644 static/usage/v7/img/basic/react.md create mode 100644 static/usage/v7/img/basic/vue.md create mode 100644 static/usage/v7/infinite-scroll/basic/angular/example_component_html.md create mode 100644 static/usage/v7/infinite-scroll/basic/angular/example_component_ts.md create mode 100644 static/usage/v7/infinite-scroll/basic/demo.html create mode 100644 static/usage/v7/infinite-scroll/basic/index.md create mode 100644 static/usage/v7/infinite-scroll/basic/javascript.md create mode 100644 static/usage/v7/infinite-scroll/basic/react.md create mode 100644 static/usage/v7/infinite-scroll/basic/vue.md create mode 100644 static/usage/v7/infinite-scroll/custom-infinite-scroll-content/angular/example_component_css.md create mode 100644 static/usage/v7/infinite-scroll/custom-infinite-scroll-content/angular/example_component_html.md create mode 100644 static/usage/v7/infinite-scroll/custom-infinite-scroll-content/angular/example_component_ts.md create mode 100644 static/usage/v7/infinite-scroll/custom-infinite-scroll-content/demo.html create mode 100644 static/usage/v7/infinite-scroll/custom-infinite-scroll-content/index.md create mode 100644 static/usage/v7/infinite-scroll/custom-infinite-scroll-content/javascript.md create mode 100644 static/usage/v7/infinite-scroll/custom-infinite-scroll-content/react/main_css.md create mode 100644 static/usage/v7/infinite-scroll/custom-infinite-scroll-content/react/main_tsx.md create mode 100644 static/usage/v7/infinite-scroll/custom-infinite-scroll-content/vue.md create mode 100644 static/usage/v7/infinite-scroll/infinite-scroll-content/angular/example_component_html.md create mode 100644 static/usage/v7/infinite-scroll/infinite-scroll-content/angular/example_component_ts.md create mode 100644 static/usage/v7/infinite-scroll/infinite-scroll-content/demo.html create mode 100644 static/usage/v7/infinite-scroll/infinite-scroll-content/index.md create mode 100644 static/usage/v7/infinite-scroll/infinite-scroll-content/javascript.md create mode 100644 static/usage/v7/infinite-scroll/infinite-scroll-content/react.md create mode 100644 static/usage/v7/infinite-scroll/infinite-scroll-content/vue.md create mode 100644 static/usage/v7/input/basic/angular.md create mode 100644 static/usage/v7/input/basic/demo.html create mode 100644 static/usage/v7/input/basic/index.md create mode 100644 static/usage/v7/input/basic/javascript.md create mode 100644 static/usage/v7/input/basic/react.md create mode 100644 static/usage/v7/input/basic/vue.md create mode 100644 static/usage/v7/input/clear/angular.md create mode 100644 static/usage/v7/input/clear/demo.html create mode 100644 static/usage/v7/input/clear/index.md create mode 100644 static/usage/v7/input/clear/javascript.md create mode 100644 static/usage/v7/input/clear/react.md create mode 100644 static/usage/v7/input/clear/vue.md create mode 100644 static/usage/v7/input/counter/angular/example_component_html.md create mode 100644 static/usage/v7/input/counter/angular/example_component_ts.md create mode 100644 static/usage/v7/input/counter/demo.html create mode 100644 static/usage/v7/input/counter/index.md create mode 100644 static/usage/v7/input/counter/javascript.md create mode 100644 static/usage/v7/input/counter/react.md create mode 100644 static/usage/v7/input/counter/vue.md create mode 100644 static/usage/v7/input/fill/angular.md create mode 100644 static/usage/v7/input/fill/demo.html create mode 100644 static/usage/v7/input/fill/index.md create mode 100644 static/usage/v7/input/fill/javascript.md create mode 100644 static/usage/v7/input/fill/react.md create mode 100644 static/usage/v7/input/fill/vue.md create mode 100644 static/usage/v7/input/filtering/angular/example_component_html.md create mode 100644 static/usage/v7/input/filtering/angular/example_component_ts.md create mode 100644 static/usage/v7/input/filtering/demo.html create mode 100644 static/usage/v7/input/filtering/index.md create mode 100644 static/usage/v7/input/filtering/javascript.md create mode 100644 static/usage/v7/input/filtering/react.md create mode 100644 static/usage/v7/input/filtering/vue.md create mode 100644 static/usage/v7/input/helper-error/angular.md create mode 100644 static/usage/v7/input/helper-error/demo.html create mode 100644 static/usage/v7/input/helper-error/index.md create mode 100644 static/usage/v7/input/helper-error/javascript.md create mode 100644 static/usage/v7/input/helper-error/react.md create mode 100644 static/usage/v7/input/helper-error/vue.md create mode 100644 static/usage/v7/input/label-placement/angular.md create mode 100644 static/usage/v7/input/label-placement/demo.html create mode 100644 static/usage/v7/input/label-placement/index.md create mode 100644 static/usage/v7/input/label-placement/javascript.md create mode 100644 static/usage/v7/input/label-placement/react.md create mode 100644 static/usage/v7/input/label-placement/vue.md create mode 100644 static/usage/v7/input/migration/index.md create mode 100644 static/usage/v7/input/theming/colors/angular.md create mode 100644 static/usage/v7/input/theming/colors/demo.html create mode 100644 static/usage/v7/input/theming/colors/index.md create mode 100644 static/usage/v7/input/theming/colors/javascript.md create mode 100644 static/usage/v7/input/theming/colors/react.md create mode 100644 static/usage/v7/input/theming/colors/vue.md create mode 100644 static/usage/v7/input/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/input/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/input/theming/css-properties/demo.html create mode 100644 static/usage/v7/input/theming/css-properties/index.md create mode 100644 static/usage/v7/input/theming/css-properties/javascript.md create mode 100644 static/usage/v7/input/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/input/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/input/theming/css-properties/vue.md create mode 100644 static/usage/v7/input/types/angular.md create mode 100644 static/usage/v7/input/types/demo.html create mode 100644 static/usage/v7/input/types/index.md create mode 100644 static/usage/v7/input/types/javascript.md create mode 100644 static/usage/v7/input/types/react.md create mode 100644 static/usage/v7/input/types/vue.md create mode 100644 static/usage/v7/item-divider/basic/angular.md create mode 100644 static/usage/v7/item-divider/basic/demo.html create mode 100644 static/usage/v7/item-divider/basic/index.md create mode 100644 static/usage/v7/item-divider/basic/javascript.md create mode 100644 static/usage/v7/item-divider/basic/react.md create mode 100644 static/usage/v7/item-divider/basic/vue.md create mode 100644 static/usage/v7/item-divider/theming/colors/angular.md create mode 100644 static/usage/v7/item-divider/theming/colors/demo.html create mode 100644 static/usage/v7/item-divider/theming/colors/index.md create mode 100644 static/usage/v7/item-divider/theming/colors/javascript.md create mode 100644 static/usage/v7/item-divider/theming/colors/react.md create mode 100644 static/usage/v7/item-divider/theming/colors/vue.md create mode 100644 static/usage/v7/item-divider/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/item-divider/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/item-divider/theming/css-properties/demo.html create mode 100644 static/usage/v7/item-divider/theming/css-properties/index.md create mode 100644 static/usage/v7/item-divider/theming/css-properties/javascript.md create mode 100644 static/usage/v7/item-divider/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/item-divider/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/item-divider/theming/css-properties/vue.md create mode 100644 static/usage/v7/item-group/basic/angular.md create mode 100644 static/usage/v7/item-group/basic/demo.html create mode 100644 static/usage/v7/item-group/basic/index.md create mode 100644 static/usage/v7/item-group/basic/javascript.md create mode 100644 static/usage/v7/item-group/basic/react.md create mode 100644 static/usage/v7/item-group/basic/vue.md create mode 100644 static/usage/v7/item-group/sliding-items/angular.md create mode 100644 static/usage/v7/item-group/sliding-items/demo.html create mode 100644 static/usage/v7/item-group/sliding-items/index.md create mode 100644 static/usage/v7/item-group/sliding-items/javascript.md create mode 100644 static/usage/v7/item-group/sliding-items/react.md create mode 100644 static/usage/v7/item-group/sliding-items/vue.md create mode 100644 static/usage/v7/item-sliding/basic/angular.md create mode 100644 static/usage/v7/item-sliding/basic/demo.html create mode 100644 static/usage/v7/item-sliding/basic/index.md create mode 100644 static/usage/v7/item-sliding/basic/javascript.md create mode 100644 static/usage/v7/item-sliding/basic/react.md create mode 100644 static/usage/v7/item-sliding/basic/vue.md create mode 100644 static/usage/v7/item-sliding/expandable/angular.md create mode 100644 static/usage/v7/item-sliding/expandable/demo.html create mode 100644 static/usage/v7/item-sliding/expandable/index.md create mode 100644 static/usage/v7/item-sliding/expandable/javascript.md create mode 100644 static/usage/v7/item-sliding/expandable/react.md create mode 100644 static/usage/v7/item-sliding/expandable/vue.md create mode 100644 static/usage/v7/item-sliding/icons/angular.md create mode 100644 static/usage/v7/item-sliding/icons/demo.html create mode 100644 static/usage/v7/item-sliding/icons/index.md create mode 100644 static/usage/v7/item-sliding/icons/javascript.md create mode 100644 static/usage/v7/item-sliding/icons/react.md create mode 100644 static/usage/v7/item-sliding/icons/vue.md create mode 100644 static/usage/v7/item/basic/angular.md create mode 100644 static/usage/v7/item/basic/demo.html create mode 100644 static/usage/v7/item/basic/index.md create mode 100644 static/usage/v7/item/basic/javascript.md create mode 100644 static/usage/v7/item/basic/react.md create mode 100644 static/usage/v7/item/basic/vue.md create mode 100644 static/usage/v7/item/buttons/angular.md create mode 100644 static/usage/v7/item/buttons/demo.html create mode 100644 static/usage/v7/item/buttons/index.md create mode 100644 static/usage/v7/item/buttons/javascript.md create mode 100644 static/usage/v7/item/buttons/react.md create mode 100644 static/usage/v7/item/buttons/vue.md create mode 100644 static/usage/v7/item/clickable/angular.md create mode 100644 static/usage/v7/item/clickable/demo.html create mode 100644 static/usage/v7/item/clickable/index.md create mode 100644 static/usage/v7/item/clickable/javascript.md create mode 100644 static/usage/v7/item/clickable/react.md create mode 100644 static/usage/v7/item/clickable/vue.md create mode 100644 static/usage/v7/item/detail-arrows/angular.md create mode 100644 static/usage/v7/item/detail-arrows/demo.html create mode 100644 static/usage/v7/item/detail-arrows/index.md create mode 100644 static/usage/v7/item/detail-arrows/javascript.md create mode 100644 static/usage/v7/item/detail-arrows/react.md create mode 100644 static/usage/v7/item/detail-arrows/vue.md create mode 100644 static/usage/v7/item/icons/angular.md create mode 100644 static/usage/v7/item/icons/demo.html create mode 100644 static/usage/v7/item/icons/index.md create mode 100644 static/usage/v7/item/icons/javascript.md create mode 100644 static/usage/v7/item/icons/react.md create mode 100644 static/usage/v7/item/icons/vue.md create mode 100644 static/usage/v7/item/inputs/angular.md create mode 100644 static/usage/v7/item/inputs/demo.html create mode 100644 static/usage/v7/item/inputs/index.md create mode 100644 static/usage/v7/item/inputs/javascript.md create mode 100644 static/usage/v7/item/inputs/react.md create mode 100644 static/usage/v7/item/inputs/vue.md create mode 100644 static/usage/v7/item/lines/angular.md create mode 100644 static/usage/v7/item/lines/demo.html create mode 100644 static/usage/v7/item/lines/index.md create mode 100644 static/usage/v7/item/lines/javascript.md create mode 100644 static/usage/v7/item/lines/react.md create mode 100644 static/usage/v7/item/lines/vue.md create mode 100644 static/usage/v7/item/media/angular.md create mode 100644 static/usage/v7/item/media/demo.html create mode 100644 static/usage/v7/item/media/index.md create mode 100644 static/usage/v7/item/media/javascript.md create mode 100644 static/usage/v7/item/media/react.md create mode 100644 static/usage/v7/item/media/vue.md create mode 100644 static/usage/v7/item/theming/colors/angular.md create mode 100644 static/usage/v7/item/theming/colors/demo.html create mode 100644 static/usage/v7/item/theming/colors/index.md create mode 100644 static/usage/v7/item/theming/colors/javascript.md create mode 100644 static/usage/v7/item/theming/colors/react.md create mode 100644 static/usage/v7/item/theming/colors/vue.md create mode 100644 static/usage/v7/item/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/item/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/item/theming/css-properties/demo.html create mode 100644 static/usage/v7/item/theming/css-properties/index.md create mode 100644 static/usage/v7/item/theming/css-properties/javascript.md create mode 100644 static/usage/v7/item/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/item/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/item/theming/css-properties/vue.md create mode 100644 static/usage/v7/item/theming/css-shadow-parts/angular/example_component_css.md create mode 100644 static/usage/v7/item/theming/css-shadow-parts/angular/example_component_html.md create mode 100644 static/usage/v7/item/theming/css-shadow-parts/demo.html create mode 100644 static/usage/v7/item/theming/css-shadow-parts/index.md create mode 100644 static/usage/v7/item/theming/css-shadow-parts/javascript.md create mode 100644 static/usage/v7/item/theming/css-shadow-parts/react/main_css.md create mode 100644 static/usage/v7/item/theming/css-shadow-parts/react/main_tsx.md create mode 100644 static/usage/v7/item/theming/css-shadow-parts/vue.md create mode 100644 static/usage/v7/item/theming/input-highlight/angular/example_component_css.md create mode 100644 static/usage/v7/item/theming/input-highlight/angular/example_component_html.md create mode 100644 static/usage/v7/item/theming/input-highlight/demo.html create mode 100644 static/usage/v7/item/theming/input-highlight/index.md create mode 100644 static/usage/v7/item/theming/input-highlight/javascript.md create mode 100644 static/usage/v7/item/theming/input-highlight/react/main_css.md create mode 100644 static/usage/v7/item/theming/input-highlight/react/main_tsx.md create mode 100644 static/usage/v7/item/theming/input-highlight/vue.md create mode 100644 static/usage/v7/label/basic/angular.md create mode 100644 static/usage/v7/label/basic/demo.html create mode 100644 static/usage/v7/label/basic/index.md create mode 100644 static/usage/v7/label/basic/javascript.md create mode 100644 static/usage/v7/label/basic/react.md create mode 100644 static/usage/v7/label/basic/vue.md create mode 100644 static/usage/v7/label/input/angular.md create mode 100644 static/usage/v7/label/input/demo.html create mode 100644 static/usage/v7/label/input/index.md create mode 100644 static/usage/v7/label/input/javascript.md create mode 100644 static/usage/v7/label/input/react.md create mode 100644 static/usage/v7/label/input/vue.md create mode 100644 static/usage/v7/label/item/angular.md create mode 100644 static/usage/v7/label/item/demo.html create mode 100644 static/usage/v7/label/item/index.md create mode 100644 static/usage/v7/label/item/javascript.md create mode 100644 static/usage/v7/label/item/react.md create mode 100644 static/usage/v7/label/item/vue.md create mode 100644 static/usage/v7/label/theming/colors/angular.md create mode 100644 static/usage/v7/label/theming/colors/demo.html create mode 100644 static/usage/v7/label/theming/colors/index.md create mode 100644 static/usage/v7/label/theming/colors/javascript.md create mode 100644 static/usage/v7/label/theming/colors/react.md create mode 100644 static/usage/v7/label/theming/colors/vue.md create mode 100644 static/usage/v7/list-header/basic/angular.md create mode 100644 static/usage/v7/list-header/basic/demo.html create mode 100644 static/usage/v7/list-header/basic/index.md create mode 100644 static/usage/v7/list-header/basic/javascript.md create mode 100644 static/usage/v7/list-header/basic/react.md create mode 100644 static/usage/v7/list-header/basic/vue.md create mode 100644 static/usage/v7/list-header/buttons/angular.md create mode 100644 static/usage/v7/list-header/buttons/demo.html create mode 100644 static/usage/v7/list-header/buttons/index.md create mode 100644 static/usage/v7/list-header/buttons/javascript.md create mode 100644 static/usage/v7/list-header/buttons/react.md create mode 100644 static/usage/v7/list-header/buttons/vue.md create mode 100644 static/usage/v7/list-header/lines/angular.md create mode 100644 static/usage/v7/list-header/lines/demo.html create mode 100644 static/usage/v7/list-header/lines/index.md create mode 100644 static/usage/v7/list-header/lines/javascript.md create mode 100644 static/usage/v7/list-header/lines/react.md create mode 100644 static/usage/v7/list-header/lines/vue.md create mode 100644 static/usage/v7/list-header/theming/colors/angular.md create mode 100644 static/usage/v7/list-header/theming/colors/demo.html create mode 100644 static/usage/v7/list-header/theming/colors/index.md create mode 100644 static/usage/v7/list-header/theming/colors/javascript.md create mode 100644 static/usage/v7/list-header/theming/colors/react.md create mode 100644 static/usage/v7/list-header/theming/colors/vue.md create mode 100644 static/usage/v7/list-header/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/list-header/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/list-header/theming/css-properties/demo.html create mode 100644 static/usage/v7/list-header/theming/css-properties/index.md create mode 100644 static/usage/v7/list-header/theming/css-properties/javascript.md create mode 100644 static/usage/v7/list-header/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/list-header/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/list-header/theming/css-properties/vue.md create mode 100644 static/usage/v7/list/basic/angular.md create mode 100644 static/usage/v7/list/basic/demo.html create mode 100644 static/usage/v7/list/basic/index.md create mode 100644 static/usage/v7/list/basic/javascript.md create mode 100644 static/usage/v7/list/basic/react.md create mode 100644 static/usage/v7/list/basic/vue.md create mode 100644 static/usage/v7/list/inset/angular.md create mode 100644 static/usage/v7/list/inset/demo.html create mode 100644 static/usage/v7/list/inset/index.md create mode 100644 static/usage/v7/list/inset/javascript.md create mode 100644 static/usage/v7/list/inset/react.md create mode 100644 static/usage/v7/list/inset/vue.md create mode 100644 static/usage/v7/list/lines/angular.md create mode 100644 static/usage/v7/list/lines/demo.html create mode 100644 static/usage/v7/list/lines/index.md create mode 100644 static/usage/v7/list/lines/javascript.md create mode 100644 static/usage/v7/list/lines/react.md create mode 100644 static/usage/v7/list/lines/vue.md create mode 100644 static/usage/v7/loading/controller/angular/example_component_html.md create mode 100644 static/usage/v7/loading/controller/angular/example_component_ts.md create mode 100644 static/usage/v7/loading/controller/demo.html create mode 100644 static/usage/v7/loading/controller/index.md create mode 100644 static/usage/v7/loading/controller/javascript.md create mode 100644 static/usage/v7/loading/controller/react.md create mode 100644 static/usage/v7/loading/controller/vue.md create mode 100644 static/usage/v7/loading/inline/angular.md create mode 100644 static/usage/v7/loading/inline/demo.html create mode 100644 static/usage/v7/loading/inline/index.md create mode 100644 static/usage/v7/loading/inline/javascript.md create mode 100644 static/usage/v7/loading/inline/react.md create mode 100644 static/usage/v7/loading/inline/vue.md create mode 100644 static/usage/v7/loading/spinners/angular.md create mode 100644 static/usage/v7/loading/spinners/demo.html create mode 100644 static/usage/v7/loading/spinners/index.md create mode 100644 static/usage/v7/loading/spinners/javascript.md create mode 100644 static/usage/v7/loading/spinners/react.md create mode 100644 static/usage/v7/loading/spinners/vue.md create mode 100644 static/usage/v7/loading/theming/angular/example_component_html.md create mode 100644 static/usage/v7/loading/theming/angular/global_css.md create mode 100644 static/usage/v7/loading/theming/demo.html create mode 100644 static/usage/v7/loading/theming/index.md create mode 100644 static/usage/v7/loading/theming/javascript.md create mode 100644 static/usage/v7/loading/theming/react/main_css.md create mode 100644 static/usage/v7/loading/theming/react/main_tsx.md create mode 100644 static/usage/v7/loading/theming/vue.md create mode 100644 static/usage/v7/menu/basic/angular.md create mode 100644 static/usage/v7/menu/basic/demo.html create mode 100644 static/usage/v7/menu/basic/index.md create mode 100644 static/usage/v7/menu/basic/javascript.md create mode 100644 static/usage/v7/menu/basic/react.md create mode 100644 static/usage/v7/menu/basic/vue.md create mode 100644 static/usage/v7/menu/theming/angular/example_component_css.md create mode 100644 static/usage/v7/menu/theming/angular/example_component_html.md create mode 100644 static/usage/v7/menu/theming/demo.html create mode 100644 static/usage/v7/menu/theming/index.md create mode 100644 static/usage/v7/menu/theming/javascript.md create mode 100644 static/usage/v7/menu/theming/react/main_css.md create mode 100644 static/usage/v7/menu/theming/react/main_tsx.md create mode 100644 static/usage/v7/menu/theming/vue.md create mode 100644 static/usage/v7/menu/toggle/angular.md create mode 100644 static/usage/v7/menu/toggle/demo.html create mode 100644 static/usage/v7/menu/toggle/index.md create mode 100644 static/usage/v7/menu/toggle/javascript.md create mode 100644 static/usage/v7/menu/toggle/react.md create mode 100644 static/usage/v7/menu/toggle/vue.md create mode 100644 static/usage/v7/menu/type/angular/example_component_html.md create mode 100644 static/usage/v7/menu/type/angular/example_component_ts.md create mode 100644 static/usage/v7/menu/type/demo.html create mode 100644 static/usage/v7/menu/type/index.md create mode 100644 static/usage/v7/menu/type/javascript.md create mode 100644 static/usage/v7/menu/type/react.md create mode 100644 static/usage/v7/menu/type/vue.md create mode 100644 static/usage/v7/modal/can-dismiss/boolean/angular/example_component_html.md create mode 100644 static/usage/v7/modal/can-dismiss/boolean/angular/example_component_ts.md create mode 100644 static/usage/v7/modal/can-dismiss/boolean/demo.html create mode 100644 static/usage/v7/modal/can-dismiss/boolean/index.md create mode 100644 static/usage/v7/modal/can-dismiss/boolean/javascript.md create mode 100644 static/usage/v7/modal/can-dismiss/boolean/react.md create mode 100644 static/usage/v7/modal/can-dismiss/boolean/vue.md create mode 100644 static/usage/v7/modal/can-dismiss/function/angular/example_component_html.md create mode 100644 static/usage/v7/modal/can-dismiss/function/angular/example_component_ts.md create mode 100644 static/usage/v7/modal/can-dismiss/function/demo.html create mode 100644 static/usage/v7/modal/can-dismiss/function/index.md create mode 100644 static/usage/v7/modal/can-dismiss/function/javascript.md create mode 100644 static/usage/v7/modal/can-dismiss/function/react.md create mode 100644 static/usage/v7/modal/can-dismiss/function/vue.md create mode 100644 static/usage/v7/modal/can-dismiss/prevent-swipe-to-close/angular/example_component_html.md create mode 100644 static/usage/v7/modal/can-dismiss/prevent-swipe-to-close/angular/example_component_ts.md create mode 100644 static/usage/v7/modal/can-dismiss/prevent-swipe-to-close/demo.html create mode 100644 static/usage/v7/modal/can-dismiss/prevent-swipe-to-close/index.md create mode 100644 static/usage/v7/modal/can-dismiss/prevent-swipe-to-close/javascript.md create mode 100644 static/usage/v7/modal/can-dismiss/prevent-swipe-to-close/react.md create mode 100644 static/usage/v7/modal/can-dismiss/prevent-swipe-to-close/vue.md create mode 100644 static/usage/v7/modal/card/basic/angular/example_component_html.md create mode 100644 static/usage/v7/modal/card/basic/angular/example_component_ts.md create mode 100644 static/usage/v7/modal/card/basic/demo.html create mode 100644 static/usage/v7/modal/card/basic/index.md create mode 100644 static/usage/v7/modal/card/basic/javascript.md create mode 100644 static/usage/v7/modal/card/basic/react.md create mode 100644 static/usage/v7/modal/card/basic/vue.md create mode 100644 static/usage/v7/modal/controller/angular/app_module_ts.md create mode 100644 static/usage/v7/modal/controller/angular/example_component_html.md create mode 100644 static/usage/v7/modal/controller/angular/example_component_ts.md create mode 100644 static/usage/v7/modal/controller/angular/modal-example_component_html.md create mode 100644 static/usage/v7/modal/controller/angular/modal-example_component_ts.md create mode 100644 static/usage/v7/modal/controller/demo.html create mode 100644 static/usage/v7/modal/controller/index.md create mode 100644 static/usage/v7/modal/controller/javascript.md create mode 100644 static/usage/v7/modal/controller/react.md create mode 100644 static/usage/v7/modal/controller/vue/example_vue.md create mode 100644 static/usage/v7/modal/controller/vue/modal_vue.md create mode 100644 static/usage/v7/modal/custom-dialogs/angular/example_component_html.md create mode 100644 static/usage/v7/modal/custom-dialogs/angular/global_css.md create mode 100644 static/usage/v7/modal/custom-dialogs/demo.html create mode 100644 static/usage/v7/modal/custom-dialogs/index.md create mode 100644 static/usage/v7/modal/custom-dialogs/javascript.md create mode 100644 static/usage/v7/modal/custom-dialogs/react/main_css.md create mode 100644 static/usage/v7/modal/custom-dialogs/react/main_tsx.md create mode 100644 static/usage/v7/modal/custom-dialogs/vue.md create mode 100644 static/usage/v7/modal/inline/basic/angular/example_component_html.md create mode 100644 static/usage/v7/modal/inline/basic/angular/example_component_ts.md create mode 100644 static/usage/v7/modal/inline/basic/demo.html create mode 100644 static/usage/v7/modal/inline/basic/index.md create mode 100644 static/usage/v7/modal/inline/basic/javascript.md create mode 100644 static/usage/v7/modal/inline/basic/react.md create mode 100644 static/usage/v7/modal/inline/basic/vue.md create mode 100644 static/usage/v7/modal/inline/is-open/angular/example_component_html.md create mode 100644 static/usage/v7/modal/inline/is-open/angular/example_component_ts.md create mode 100644 static/usage/v7/modal/inline/is-open/demo.html create mode 100644 static/usage/v7/modal/inline/is-open/index.md create mode 100644 static/usage/v7/modal/inline/is-open/javascript.md create mode 100644 static/usage/v7/modal/inline/is-open/react.md create mode 100644 static/usage/v7/modal/inline/is-open/vue.md create mode 100644 static/usage/v7/modal/performance/mount/angular.md create mode 100644 static/usage/v7/modal/performance/mount/demo.html create mode 100644 static/usage/v7/modal/performance/mount/index.md create mode 100644 static/usage/v7/modal/performance/mount/javascript.md create mode 100644 static/usage/v7/modal/performance/mount/react.md create mode 100644 static/usage/v7/modal/performance/mount/vue.md create mode 100644 static/usage/v7/modal/sheet/background-content/angular/example_component_css.md create mode 100644 static/usage/v7/modal/sheet/background-content/angular/example_component_html.md create mode 100644 static/usage/v7/modal/sheet/background-content/angular/example_component_ts.md create mode 100644 static/usage/v7/modal/sheet/background-content/demo.html create mode 100644 static/usage/v7/modal/sheet/background-content/index.md create mode 100644 static/usage/v7/modal/sheet/background-content/javascript.md create mode 100644 static/usage/v7/modal/sheet/background-content/react.md create mode 100644 static/usage/v7/modal/sheet/background-content/vue.md create mode 100644 static/usage/v7/modal/sheet/basic/angular.md create mode 100644 static/usage/v7/modal/sheet/basic/demo.html create mode 100644 static/usage/v7/modal/sheet/basic/index.md create mode 100644 static/usage/v7/modal/sheet/basic/javascript.md create mode 100644 static/usage/v7/modal/sheet/basic/react.md create mode 100644 static/usage/v7/modal/sheet/basic/vue.md create mode 100644 static/usage/v7/modal/sheet/handle-behavior/angular.md create mode 100644 static/usage/v7/modal/sheet/handle-behavior/demo.html create mode 100644 static/usage/v7/modal/sheet/handle-behavior/index.md create mode 100644 static/usage/v7/modal/sheet/handle-behavior/javascript.md create mode 100644 static/usage/v7/modal/sheet/handle-behavior/react.md create mode 100644 static/usage/v7/modal/sheet/handle-behavior/vue.md create mode 100644 static/usage/v7/modal/styling/animations/angular/example_component_html.md create mode 100644 static/usage/v7/modal/styling/animations/angular/example_component_ts.md create mode 100644 static/usage/v7/modal/styling/animations/demo.html create mode 100644 static/usage/v7/modal/styling/animations/index.md create mode 100644 static/usage/v7/modal/styling/animations/javascript/index_html.md create mode 100644 static/usage/v7/modal/styling/animations/javascript/index_ts.md create mode 100644 static/usage/v7/modal/styling/animations/react.md create mode 100644 static/usage/v7/modal/styling/animations/vue.md create mode 100644 static/usage/v7/modal/styling/theming/angular/example_component_html.md create mode 100644 static/usage/v7/modal/styling/theming/angular/global_css.md create mode 100644 static/usage/v7/modal/styling/theming/demo.html create mode 100644 static/usage/v7/modal/styling/theming/index.md create mode 100644 static/usage/v7/modal/styling/theming/javascript.md create mode 100644 static/usage/v7/modal/styling/theming/react/main_css.md create mode 100644 static/usage/v7/modal/styling/theming/react/main_tsx.md create mode 100644 static/usage/v7/modal/styling/theming/vue.md create mode 100644 static/usage/v7/nav/modal-navigation/angular/app_module_ts.md create mode 100644 static/usage/v7/nav/modal-navigation/angular/example_component_html.md create mode 100644 static/usage/v7/nav/modal-navigation/angular/example_component_ts.md create mode 100644 static/usage/v7/nav/modal-navigation/angular/page_one_component_ts.md create mode 100644 static/usage/v7/nav/modal-navigation/angular/page_three_component_ts.md create mode 100644 static/usage/v7/nav/modal-navigation/angular/page_two_component_ts.md create mode 100644 static/usage/v7/nav/modal-navigation/demo.html create mode 100644 static/usage/v7/nav/modal-navigation/index.md create mode 100644 static/usage/v7/nav/modal-navigation/javascript.md create mode 100644 static/usage/v7/nav/modal-navigation/react/main_tsx.md create mode 100644 static/usage/v7/nav/modal-navigation/react/page_one_tsx.md create mode 100644 static/usage/v7/nav/modal-navigation/react/page_three_tsx.md create mode 100644 static/usage/v7/nav/modal-navigation/react/page_two_tsx.md create mode 100644 static/usage/v7/nav/modal-navigation/vue/example_vue.md create mode 100644 static/usage/v7/nav/modal-navigation/vue/page_one_vue.md create mode 100644 static/usage/v7/nav/modal-navigation/vue/page_three_vue.md create mode 100644 static/usage/v7/nav/modal-navigation/vue/page_two_vue.md create mode 100644 static/usage/v7/nav/nav-link/angular/app_module_ts.md create mode 100644 static/usage/v7/nav/nav-link/angular/example_component_html.md create mode 100644 static/usage/v7/nav/nav-link/angular/example_component_ts.md create mode 100644 static/usage/v7/nav/nav-link/angular/page_one_component_ts.md create mode 100644 static/usage/v7/nav/nav-link/angular/page_three_component_ts.md create mode 100644 static/usage/v7/nav/nav-link/angular/page_two_component_ts.md create mode 100644 static/usage/v7/nav/nav-link/demo.html create mode 100644 static/usage/v7/nav/nav-link/index.md create mode 100644 static/usage/v7/nav/nav-link/javascript.md create mode 100644 static/usage/v7/nav/nav-link/react/main_tsx.md create mode 100644 static/usage/v7/nav/nav-link/react/page_one_tsx.md create mode 100644 static/usage/v7/nav/nav-link/react/page_three_tsx.md create mode 100644 static/usage/v7/nav/nav-link/react/page_two_tsx.md create mode 100644 static/usage/v7/nav/nav-link/vue/example_vue.md create mode 100644 static/usage/v7/nav/nav-link/vue/page_one_vue.md create mode 100644 static/usage/v7/nav/nav-link/vue/page_three_vue.md create mode 100644 static/usage/v7/nav/nav-link/vue/page_two_vue.md create mode 100644 static/usage/v7/note/basic/angular.md create mode 100644 static/usage/v7/note/basic/demo.html create mode 100644 static/usage/v7/note/basic/index.md create mode 100644 static/usage/v7/note/basic/javascript.md create mode 100644 static/usage/v7/note/basic/react.md create mode 100644 static/usage/v7/note/basic/vue.md create mode 100644 static/usage/v7/note/item/angular.md create mode 100644 static/usage/v7/note/item/demo.html create mode 100644 static/usage/v7/note/item/index.md create mode 100644 static/usage/v7/note/item/javascript.md create mode 100644 static/usage/v7/note/item/react.md create mode 100644 static/usage/v7/note/item/vue.md create mode 100644 static/usage/v7/note/theming/colors/angular.md create mode 100644 static/usage/v7/note/theming/colors/demo.html create mode 100644 static/usage/v7/note/theming/colors/index.md create mode 100644 static/usage/v7/note/theming/colors/javascript.md create mode 100644 static/usage/v7/note/theming/colors/react.md create mode 100644 static/usage/v7/note/theming/colors/vue.md create mode 100644 static/usage/v7/note/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/note/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/note/theming/css-properties/demo.html create mode 100644 static/usage/v7/note/theming/css-properties/index.md create mode 100644 static/usage/v7/note/theming/css-properties/javascript.md create mode 100644 static/usage/v7/note/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/note/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/note/theming/css-properties/vue.md create mode 100644 static/usage/v7/picker/controller/angular/example_component_html.md create mode 100644 static/usage/v7/picker/controller/angular/example_component_ts.md create mode 100644 static/usage/v7/picker/controller/demo.html create mode 100644 static/usage/v7/picker/controller/index.md create mode 100644 static/usage/v7/picker/controller/javascript.md create mode 100644 static/usage/v7/picker/controller/react.md create mode 100644 static/usage/v7/picker/controller/vue.md create mode 100644 static/usage/v7/picker/inline/isOpen/angular/example_component_html.md create mode 100644 static/usage/v7/picker/inline/isOpen/angular/example_component_ts.md create mode 100644 static/usage/v7/picker/inline/isOpen/demo.html create mode 100644 static/usage/v7/picker/inline/isOpen/index.md create mode 100644 static/usage/v7/picker/inline/isOpen/javascript.md create mode 100644 static/usage/v7/picker/inline/isOpen/react.md create mode 100644 static/usage/v7/picker/inline/isOpen/vue.md create mode 100644 static/usage/v7/picker/inline/trigger/angular/example_component_html.md create mode 100644 static/usage/v7/picker/inline/trigger/angular/example_component_ts.md create mode 100644 static/usage/v7/picker/inline/trigger/demo.html create mode 100644 static/usage/v7/picker/inline/trigger/index.md create mode 100644 static/usage/v7/picker/inline/trigger/javascript.md create mode 100644 static/usage/v7/picker/inline/trigger/react.md create mode 100644 static/usage/v7/picker/inline/trigger/vue.md create mode 100644 static/usage/v7/picker/multiple-column/angular/example_component_html.md create mode 100644 static/usage/v7/picker/multiple-column/angular/example_component_ts.md create mode 100644 static/usage/v7/picker/multiple-column/demo.html create mode 100644 static/usage/v7/picker/multiple-column/index.md create mode 100644 static/usage/v7/picker/multiple-column/javascript.md create mode 100644 static/usage/v7/picker/multiple-column/react.md create mode 100644 static/usage/v7/picker/multiple-column/vue.md create mode 100644 static/usage/v7/popover/customization/positioning/angular/example_component_css.md create mode 100644 static/usage/v7/popover/customization/positioning/angular/example_component_html.md create mode 100644 static/usage/v7/popover/customization/positioning/angular/example_component_ts.md create mode 100644 static/usage/v7/popover/customization/positioning/demo.html create mode 100644 static/usage/v7/popover/customization/positioning/index.md create mode 100644 static/usage/v7/popover/customization/positioning/javascript.md create mode 100644 static/usage/v7/popover/customization/positioning/react/main_css.md create mode 100644 static/usage/v7/popover/customization/positioning/react/main_tsx.md create mode 100644 static/usage/v7/popover/customization/positioning/vue.md create mode 100644 static/usage/v7/popover/customization/sizing/angular.md create mode 100644 static/usage/v7/popover/customization/sizing/demo.html create mode 100644 static/usage/v7/popover/customization/sizing/index.md create mode 100644 static/usage/v7/popover/customization/sizing/javascript.md create mode 100644 static/usage/v7/popover/customization/sizing/react.md create mode 100644 static/usage/v7/popover/customization/sizing/vue.md create mode 100644 static/usage/v7/popover/customization/styling/angular/example_component_html.md create mode 100644 static/usage/v7/popover/customization/styling/angular/global_css.md create mode 100644 static/usage/v7/popover/customization/styling/demo.html create mode 100644 static/usage/v7/popover/customization/styling/index.md create mode 100644 static/usage/v7/popover/customization/styling/javascript.md create mode 100644 static/usage/v7/popover/customization/styling/react/main_css.md create mode 100644 static/usage/v7/popover/customization/styling/react/main_tsx.md create mode 100644 static/usage/v7/popover/customization/styling/vue.md create mode 100644 static/usage/v7/popover/nested/angular.md create mode 100644 static/usage/v7/popover/nested/demo.html create mode 100644 static/usage/v7/popover/nested/index.md create mode 100644 static/usage/v7/popover/nested/javascript.md create mode 100644 static/usage/v7/popover/nested/react.md create mode 100644 static/usage/v7/popover/nested/vue.md create mode 100644 static/usage/v7/popover/performance/mount/angular.md create mode 100644 static/usage/v7/popover/performance/mount/demo.html create mode 100644 static/usage/v7/popover/performance/mount/index.md create mode 100644 static/usage/v7/popover/performance/mount/javascript.md create mode 100644 static/usage/v7/popover/performance/mount/react.md create mode 100644 static/usage/v7/popover/performance/mount/vue.md create mode 100644 static/usage/v7/popover/presenting/controller/angular/app_module_ts.md create mode 100644 static/usage/v7/popover/presenting/controller/angular/example_component_html.md create mode 100644 static/usage/v7/popover/presenting/controller/angular/example_component_ts.md create mode 100644 static/usage/v7/popover/presenting/controller/angular/popover_component_html.md create mode 100644 static/usage/v7/popover/presenting/controller/angular/popover_component_ts.md create mode 100644 static/usage/v7/popover/presenting/controller/demo.html create mode 100644 static/usage/v7/popover/presenting/controller/index.md create mode 100644 static/usage/v7/popover/presenting/controller/javascript.md create mode 100644 static/usage/v7/popover/presenting/controller/react.md create mode 100644 static/usage/v7/popover/presenting/controller/vue/example_vue.md create mode 100644 static/usage/v7/popover/presenting/controller/vue/popover_vue.md create mode 100644 static/usage/v7/popover/presenting/inline-isopen/angular/example_component_html.md create mode 100644 static/usage/v7/popover/presenting/inline-isopen/angular/example_component_ts.md create mode 100644 static/usage/v7/popover/presenting/inline-isopen/demo.html create mode 100644 static/usage/v7/popover/presenting/inline-isopen/index.md create mode 100644 static/usage/v7/popover/presenting/inline-isopen/javascript.md create mode 100644 static/usage/v7/popover/presenting/inline-isopen/react.md create mode 100644 static/usage/v7/popover/presenting/inline-isopen/vue.md create mode 100644 static/usage/v7/popover/presenting/inline-trigger/angular.md create mode 100644 static/usage/v7/popover/presenting/inline-trigger/demo.html create mode 100644 static/usage/v7/popover/presenting/inline-trigger/index.md create mode 100644 static/usage/v7/popover/presenting/inline-trigger/javascript.md create mode 100644 static/usage/v7/popover/presenting/inline-trigger/react.md create mode 100644 static/usage/v7/popover/presenting/inline-trigger/vue.md create mode 100644 static/usage/v7/progress-bar/buffer/angular/example_component_html.md create mode 100644 static/usage/v7/progress-bar/buffer/angular/example_component_ts.md create mode 100644 static/usage/v7/progress-bar/buffer/demo.html create mode 100644 static/usage/v7/progress-bar/buffer/index.md create mode 100644 static/usage/v7/progress-bar/buffer/javascript.md create mode 100644 static/usage/v7/progress-bar/buffer/react.md create mode 100644 static/usage/v7/progress-bar/buffer/vue.md create mode 100644 static/usage/v7/progress-bar/determinate/angular/example_component_html.md create mode 100644 static/usage/v7/progress-bar/determinate/angular/example_component_ts.md create mode 100644 static/usage/v7/progress-bar/determinate/demo.html create mode 100644 static/usage/v7/progress-bar/determinate/index.md create mode 100644 static/usage/v7/progress-bar/determinate/javascript.md create mode 100644 static/usage/v7/progress-bar/determinate/react.md create mode 100644 static/usage/v7/progress-bar/determinate/vue.md create mode 100644 static/usage/v7/progress-bar/indeterminate/angular.md create mode 100644 static/usage/v7/progress-bar/indeterminate/demo.html create mode 100644 static/usage/v7/progress-bar/indeterminate/index.md create mode 100644 static/usage/v7/progress-bar/indeterminate/javascript.md create mode 100644 static/usage/v7/progress-bar/indeterminate/react.md create mode 100644 static/usage/v7/progress-bar/indeterminate/vue.md create mode 100644 static/usage/v7/progress-bar/theming/colors/angular.md create mode 100644 static/usage/v7/progress-bar/theming/colors/demo.html create mode 100644 static/usage/v7/progress-bar/theming/colors/index.md create mode 100644 static/usage/v7/progress-bar/theming/colors/javascript.md create mode 100644 static/usage/v7/progress-bar/theming/colors/react.md create mode 100644 static/usage/v7/progress-bar/theming/colors/vue.md create mode 100644 static/usage/v7/progress-bar/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/progress-bar/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/progress-bar/theming/css-properties/demo.html create mode 100644 static/usage/v7/progress-bar/theming/css-properties/index.md create mode 100644 static/usage/v7/progress-bar/theming/css-properties/javascript.md create mode 100644 static/usage/v7/progress-bar/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/progress-bar/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/progress-bar/theming/css-properties/vue.md create mode 100644 static/usage/v7/progress-bar/theming/css-shadow-parts/angular/example_component_css.md create mode 100644 static/usage/v7/progress-bar/theming/css-shadow-parts/angular/example_component_html.md create mode 100644 static/usage/v7/progress-bar/theming/css-shadow-parts/demo.html create mode 100644 static/usage/v7/progress-bar/theming/css-shadow-parts/index.md create mode 100644 static/usage/v7/progress-bar/theming/css-shadow-parts/javascript.md create mode 100644 static/usage/v7/progress-bar/theming/css-shadow-parts/react/main_css.md create mode 100644 static/usage/v7/progress-bar/theming/css-shadow-parts/react/main_tsx.md create mode 100644 static/usage/v7/progress-bar/theming/css-shadow-parts/vue.md create mode 100644 static/usage/v7/radio/basic/angular.md create mode 100644 static/usage/v7/radio/basic/demo.html create mode 100644 static/usage/v7/radio/basic/index.md create mode 100644 static/usage/v7/radio/basic/javascript.md create mode 100644 static/usage/v7/radio/basic/react.md create mode 100644 static/usage/v7/radio/basic/vue.md create mode 100644 static/usage/v7/radio/empty-selection/angular.md create mode 100644 static/usage/v7/radio/empty-selection/demo.html create mode 100644 static/usage/v7/radio/empty-selection/index.md create mode 100644 static/usage/v7/radio/empty-selection/javascript.md create mode 100644 static/usage/v7/radio/empty-selection/react.md create mode 100644 static/usage/v7/radio/empty-selection/vue.md create mode 100644 static/usage/v7/radio/justify/angular.md create mode 100644 static/usage/v7/radio/justify/demo.html create mode 100644 static/usage/v7/radio/justify/index.md create mode 100644 static/usage/v7/radio/justify/javascript.md create mode 100644 static/usage/v7/radio/justify/react.md create mode 100644 static/usage/v7/radio/justify/vue.md create mode 100644 static/usage/v7/radio/label-placement/angular.md create mode 100644 static/usage/v7/radio/label-placement/demo.html create mode 100644 static/usage/v7/radio/label-placement/index.md create mode 100644 static/usage/v7/radio/label-placement/javascript.md create mode 100644 static/usage/v7/radio/label-placement/react.md create mode 100644 static/usage/v7/radio/label-placement/vue.md create mode 100644 static/usage/v7/radio/migration/index.md create mode 100644 static/usage/v7/radio/theming/colors/angular.md create mode 100644 static/usage/v7/radio/theming/colors/demo.html create mode 100644 static/usage/v7/radio/theming/colors/index.md create mode 100644 static/usage/v7/radio/theming/colors/javascript.md create mode 100644 static/usage/v7/radio/theming/colors/react.md create mode 100644 static/usage/v7/radio/theming/colors/vue.md create mode 100644 static/usage/v7/radio/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/radio/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/radio/theming/css-properties/demo.html create mode 100644 static/usage/v7/radio/theming/css-properties/index.md create mode 100644 static/usage/v7/radio/theming/css-properties/javascript.md create mode 100644 static/usage/v7/radio/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/radio/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/radio/theming/css-properties/vue.md create mode 100644 static/usage/v7/radio/theming/css-shadow-parts/angular/example_component_css.md create mode 100644 static/usage/v7/radio/theming/css-shadow-parts/angular/example_component_html.md create mode 100644 static/usage/v7/radio/theming/css-shadow-parts/demo.html create mode 100644 static/usage/v7/radio/theming/css-shadow-parts/index.md create mode 100644 static/usage/v7/radio/theming/css-shadow-parts/javascript.md create mode 100644 static/usage/v7/radio/theming/css-shadow-parts/react/main_css.md create mode 100644 static/usage/v7/radio/theming/css-shadow-parts/react/main_tsx.md create mode 100644 static/usage/v7/radio/theming/css-shadow-parts/vue.md create mode 100644 static/usage/v7/range/basic/angular.md create mode 100644 static/usage/v7/range/basic/demo.html create mode 100644 static/usage/v7/range/basic/index.md create mode 100644 static/usage/v7/range/basic/javascript.md create mode 100644 static/usage/v7/range/basic/react.md create mode 100644 static/usage/v7/range/basic/vue.md create mode 100644 static/usage/v7/range/dual-knobs/angular.md create mode 100644 static/usage/v7/range/dual-knobs/demo.html create mode 100644 static/usage/v7/range/dual-knobs/index.md create mode 100644 static/usage/v7/range/dual-knobs/javascript.md create mode 100644 static/usage/v7/range/dual-knobs/react.md create mode 100644 static/usage/v7/range/dual-knobs/vue.md create mode 100644 static/usage/v7/range/ion-change-event/angular/example_component_html.md create mode 100644 static/usage/v7/range/ion-change-event/angular/example_component_ts.md create mode 100644 static/usage/v7/range/ion-change-event/demo.html create mode 100644 static/usage/v7/range/ion-change-event/index.md create mode 100644 static/usage/v7/range/ion-change-event/javascript.md create mode 100644 static/usage/v7/range/ion-change-event/react.md create mode 100644 static/usage/v7/range/ion-change-event/vue.md create mode 100644 static/usage/v7/range/ion-knob-move-event/angular/example_component_html.md create mode 100644 static/usage/v7/range/ion-knob-move-event/angular/example_component_ts.md create mode 100644 static/usage/v7/range/ion-knob-move-event/demo.html create mode 100644 static/usage/v7/range/ion-knob-move-event/index.md create mode 100644 static/usage/v7/range/ion-knob-move-event/javascript.md create mode 100644 static/usage/v7/range/ion-knob-move-event/react.md create mode 100644 static/usage/v7/range/ion-knob-move-event/vue.md create mode 100644 static/usage/v7/range/labels/angular.md create mode 100644 static/usage/v7/range/labels/demo.html create mode 100644 static/usage/v7/range/labels/index.md create mode 100644 static/usage/v7/range/labels/javascript.md create mode 100644 static/usage/v7/range/labels/react.md create mode 100644 static/usage/v7/range/labels/vue.md create mode 100644 static/usage/v7/range/migration/index.md create mode 100644 static/usage/v7/range/pins/angular/example_component_html.md create mode 100644 static/usage/v7/range/pins/angular/example_component_ts.md create mode 100644 static/usage/v7/range/pins/demo.html create mode 100644 static/usage/v7/range/pins/index.md create mode 100644 static/usage/v7/range/pins/javascript.md create mode 100644 static/usage/v7/range/pins/react.md create mode 100644 static/usage/v7/range/pins/vue.md create mode 100644 static/usage/v7/range/slots/angular.md create mode 100644 static/usage/v7/range/slots/demo.html create mode 100644 static/usage/v7/range/slots/index.md create mode 100644 static/usage/v7/range/slots/javascript.md create mode 100644 static/usage/v7/range/slots/react.md create mode 100644 static/usage/v7/range/slots/vue.md create mode 100644 static/usage/v7/range/snapping-ticks/angular.md create mode 100644 static/usage/v7/range/snapping-ticks/demo.html create mode 100644 static/usage/v7/range/snapping-ticks/index.md create mode 100644 static/usage/v7/range/snapping-ticks/javascript.md create mode 100644 static/usage/v7/range/snapping-ticks/react.md create mode 100644 static/usage/v7/range/snapping-ticks/vue.md create mode 100644 static/usage/v7/range/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/range/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/range/theming/css-properties/demo.html create mode 100644 static/usage/v7/range/theming/css-properties/index.md create mode 100644 static/usage/v7/range/theming/css-properties/javascript.md create mode 100644 static/usage/v7/range/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/range/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/range/theming/css-properties/vue.md create mode 100644 static/usage/v7/range/theming/css-shadow-parts/angular/example_component_css.md create mode 100644 static/usage/v7/range/theming/css-shadow-parts/angular/example_component_html.md create mode 100644 static/usage/v7/range/theming/css-shadow-parts/demo.html create mode 100644 static/usage/v7/range/theming/css-shadow-parts/index.md create mode 100644 static/usage/v7/range/theming/css-shadow-parts/javascript.md create mode 100644 static/usage/v7/range/theming/css-shadow-parts/react/main_css.md create mode 100644 static/usage/v7/range/theming/css-shadow-parts/react/main_tsx.md create mode 100644 static/usage/v7/range/theming/css-shadow-parts/vue.md create mode 100644 static/usage/v7/refresher/advanced/angular/example_component_css.md create mode 100644 static/usage/v7/refresher/advanced/angular/example_component_html.md create mode 100644 static/usage/v7/refresher/advanced/angular/example_component_ts.md create mode 100644 static/usage/v7/refresher/advanced/demo.html create mode 100644 static/usage/v7/refresher/advanced/index.md create mode 100644 static/usage/v7/refresher/advanced/javascript.md create mode 100644 static/usage/v7/refresher/advanced/react/main_css.md create mode 100644 static/usage/v7/refresher/advanced/react/main_tsx.md create mode 100644 static/usage/v7/refresher/advanced/vue.md create mode 100644 static/usage/v7/refresher/basic/angular/example_component_html.md create mode 100644 static/usage/v7/refresher/basic/angular/example_component_ts.md create mode 100644 static/usage/v7/refresher/basic/demo.html create mode 100644 static/usage/v7/refresher/basic/index.md create mode 100644 static/usage/v7/refresher/basic/javascript.md create mode 100644 static/usage/v7/refresher/basic/react.md create mode 100644 static/usage/v7/refresher/basic/vue.md create mode 100644 static/usage/v7/refresher/custom-content/angular/example_component_html.md create mode 100644 static/usage/v7/refresher/custom-content/angular/example_component_ts.md create mode 100644 static/usage/v7/refresher/custom-content/demo.html create mode 100644 static/usage/v7/refresher/custom-content/index.md create mode 100644 static/usage/v7/refresher/custom-content/javascript.md create mode 100644 static/usage/v7/refresher/custom-content/react.md create mode 100644 static/usage/v7/refresher/custom-content/vue.md create mode 100644 static/usage/v7/refresher/custom-scroll-target/angular/example_component_css.md create mode 100644 static/usage/v7/refresher/custom-scroll-target/angular/example_component_html.md create mode 100644 static/usage/v7/refresher/custom-scroll-target/angular/example_component_ts.md create mode 100644 static/usage/v7/refresher/custom-scroll-target/demo.html create mode 100644 static/usage/v7/refresher/custom-scroll-target/index.md create mode 100644 static/usage/v7/refresher/custom-scroll-target/javascript.md create mode 100644 static/usage/v7/refresher/custom-scroll-target/react/main_css.md create mode 100644 static/usage/v7/refresher/custom-scroll-target/react/main_tsx.md create mode 100644 static/usage/v7/refresher/custom-scroll-target/vue.md create mode 100644 static/usage/v7/refresher/pull-properties/angular/example_component_html.md create mode 100644 static/usage/v7/refresher/pull-properties/angular/example_component_ts.md create mode 100644 static/usage/v7/refresher/pull-properties/demo.html create mode 100644 static/usage/v7/refresher/pull-properties/index.md create mode 100644 static/usage/v7/refresher/pull-properties/javascript.md create mode 100644 static/usage/v7/refresher/pull-properties/react.md create mode 100644 static/usage/v7/refresher/pull-properties/vue.md create mode 100644 static/usage/v7/reorder/basic/angular/example_component_html.md create mode 100644 static/usage/v7/reorder/basic/angular/example_component_ts.md create mode 100644 static/usage/v7/reorder/basic/demo.html create mode 100644 static/usage/v7/reorder/basic/index.md create mode 100644 static/usage/v7/reorder/basic/javascript.md create mode 100644 static/usage/v7/reorder/basic/react.md create mode 100644 static/usage/v7/reorder/basic/vue.md create mode 100644 static/usage/v7/reorder/custom-icon/angular/example_component_html.md create mode 100644 static/usage/v7/reorder/custom-icon/angular/example_component_ts.md create mode 100644 static/usage/v7/reorder/custom-icon/demo.html create mode 100644 static/usage/v7/reorder/custom-icon/index.md create mode 100644 static/usage/v7/reorder/custom-icon/javascript.md create mode 100644 static/usage/v7/reorder/custom-icon/react.md create mode 100644 static/usage/v7/reorder/custom-icon/vue.md create mode 100644 static/usage/v7/reorder/custom-scroll-target/angular/example_component_css.md create mode 100644 static/usage/v7/reorder/custom-scroll-target/angular/example_component_html.md create mode 100644 static/usage/v7/reorder/custom-scroll-target/angular/example_component_ts.md create mode 100644 static/usage/v7/reorder/custom-scroll-target/demo.html create mode 100644 static/usage/v7/reorder/custom-scroll-target/index.md create mode 100644 static/usage/v7/reorder/custom-scroll-target/javascript.md create mode 100644 static/usage/v7/reorder/custom-scroll-target/react/main_css.md create mode 100644 static/usage/v7/reorder/custom-scroll-target/react/main_tsx.md create mode 100644 static/usage/v7/reorder/custom-scroll-target/vue.md create mode 100644 static/usage/v7/reorder/toggling-disabled/angular/example_component_html.md create mode 100644 static/usage/v7/reorder/toggling-disabled/angular/example_component_ts.md create mode 100644 static/usage/v7/reorder/toggling-disabled/demo.html create mode 100644 static/usage/v7/reorder/toggling-disabled/index.md create mode 100644 static/usage/v7/reorder/toggling-disabled/javascript.md create mode 100644 static/usage/v7/reorder/toggling-disabled/react.md create mode 100644 static/usage/v7/reorder/toggling-disabled/vue.md create mode 100644 static/usage/v7/reorder/updating-data/angular/example_component_html.md create mode 100644 static/usage/v7/reorder/updating-data/angular/example_component_ts.md create mode 100644 static/usage/v7/reorder/updating-data/demo.html create mode 100644 static/usage/v7/reorder/updating-data/index.md create mode 100644 static/usage/v7/reorder/updating-data/javascript.md create mode 100644 static/usage/v7/reorder/updating-data/react.md create mode 100644 static/usage/v7/reorder/updating-data/vue.md create mode 100644 static/usage/v7/reorder/wrapper/angular/example_component_html.md create mode 100644 static/usage/v7/reorder/wrapper/angular/example_component_ts.md create mode 100644 static/usage/v7/reorder/wrapper/demo.html create mode 100644 static/usage/v7/reorder/wrapper/index.md create mode 100644 static/usage/v7/reorder/wrapper/javascript.md create mode 100644 static/usage/v7/reorder/wrapper/react.md create mode 100644 static/usage/v7/reorder/wrapper/vue.md create mode 100644 static/usage/v7/ripple-effect/basic/angular/example_component_css.md create mode 100644 static/usage/v7/ripple-effect/basic/angular/example_component_html.md create mode 100644 static/usage/v7/ripple-effect/basic/demo.html create mode 100644 static/usage/v7/ripple-effect/basic/index.md create mode 100644 static/usage/v7/ripple-effect/basic/javascript.md create mode 100644 static/usage/v7/ripple-effect/basic/react/main_css.md create mode 100644 static/usage/v7/ripple-effect/basic/react/main_tsx.md create mode 100644 static/usage/v7/ripple-effect/basic/vue.md create mode 100644 static/usage/v7/ripple-effect/customizing/angular/example_component_css.md create mode 100644 static/usage/v7/ripple-effect/customizing/angular/example_component_html.md create mode 100644 static/usage/v7/ripple-effect/customizing/demo.html create mode 100644 static/usage/v7/ripple-effect/customizing/index.md create mode 100644 static/usage/v7/ripple-effect/customizing/javascript.md create mode 100644 static/usage/v7/ripple-effect/customizing/react/main_css.md create mode 100644 static/usage/v7/ripple-effect/customizing/react/main_tsx.md create mode 100644 static/usage/v7/ripple-effect/customizing/vue.md create mode 100644 static/usage/v7/ripple-effect/type/angular/example_component_css.md create mode 100644 static/usage/v7/ripple-effect/type/angular/example_component_html.md create mode 100644 static/usage/v7/ripple-effect/type/demo.html create mode 100644 static/usage/v7/ripple-effect/type/index.md create mode 100644 static/usage/v7/ripple-effect/type/javascript.md create mode 100644 static/usage/v7/ripple-effect/type/react/main_css.md create mode 100644 static/usage/v7/ripple-effect/type/react/main_tsx.md create mode 100644 static/usage/v7/ripple-effect/type/vue.md create mode 100644 static/usage/v7/router/basic/demo.html create mode 100644 static/usage/v7/router/basic/index.md create mode 100644 static/usage/v7/router/basic/javascript.md create mode 100644 static/usage/v7/searchbar/basic/angular.md create mode 100644 static/usage/v7/searchbar/basic/demo.html create mode 100644 static/usage/v7/searchbar/basic/index.md create mode 100644 static/usage/v7/searchbar/basic/javascript.md create mode 100644 static/usage/v7/searchbar/basic/react.md create mode 100644 static/usage/v7/searchbar/basic/vue.md create mode 100644 static/usage/v7/searchbar/cancel-button/angular.md create mode 100644 static/usage/v7/searchbar/cancel-button/demo.html create mode 100644 static/usage/v7/searchbar/cancel-button/index.md create mode 100644 static/usage/v7/searchbar/cancel-button/javascript.md create mode 100644 static/usage/v7/searchbar/cancel-button/react.md create mode 100644 static/usage/v7/searchbar/cancel-button/vue.md create mode 100644 static/usage/v7/searchbar/clear-button/angular.md create mode 100644 static/usage/v7/searchbar/clear-button/demo.html create mode 100644 static/usage/v7/searchbar/clear-button/index.md create mode 100644 static/usage/v7/searchbar/clear-button/javascript.md create mode 100644 static/usage/v7/searchbar/clear-button/react.md create mode 100644 static/usage/v7/searchbar/clear-button/vue.md create mode 100644 static/usage/v7/searchbar/debounce/angular/example_component_html.md create mode 100644 static/usage/v7/searchbar/debounce/angular/example_component_ts.md create mode 100644 static/usage/v7/searchbar/debounce/demo.html create mode 100644 static/usage/v7/searchbar/debounce/index.md create mode 100644 static/usage/v7/searchbar/debounce/javascript.md create mode 100644 static/usage/v7/searchbar/debounce/react.md create mode 100644 static/usage/v7/searchbar/debounce/vue.md create mode 100644 static/usage/v7/searchbar/search-icon/angular.md create mode 100644 static/usage/v7/searchbar/search-icon/demo.html create mode 100644 static/usage/v7/searchbar/search-icon/index.md create mode 100644 static/usage/v7/searchbar/search-icon/javascript.md create mode 100644 static/usage/v7/searchbar/search-icon/react.md create mode 100644 static/usage/v7/searchbar/search-icon/vue.md create mode 100644 static/usage/v7/searchbar/theming/colors/angular.md create mode 100644 static/usage/v7/searchbar/theming/colors/demo.html create mode 100644 static/usage/v7/searchbar/theming/colors/index.md create mode 100644 static/usage/v7/searchbar/theming/colors/javascript.md create mode 100644 static/usage/v7/searchbar/theming/colors/react.md create mode 100644 static/usage/v7/searchbar/theming/colors/vue.md create mode 100644 static/usage/v7/searchbar/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/searchbar/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/searchbar/theming/css-properties/demo.html create mode 100644 static/usage/v7/searchbar/theming/css-properties/index.md create mode 100644 static/usage/v7/searchbar/theming/css-properties/javascript.md create mode 100644 static/usage/v7/searchbar/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/searchbar/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/searchbar/theming/css-properties/vue.md create mode 100644 static/usage/v7/segment-button/basic/angular.md create mode 100644 static/usage/v7/segment-button/basic/demo.html create mode 100644 static/usage/v7/segment-button/basic/index.md create mode 100644 static/usage/v7/segment-button/basic/javascript.md create mode 100644 static/usage/v7/segment-button/basic/react.md create mode 100644 static/usage/v7/segment-button/basic/vue.md create mode 100644 static/usage/v7/segment-button/layout/angular.md create mode 100644 static/usage/v7/segment-button/layout/demo.html create mode 100644 static/usage/v7/segment-button/layout/index.md create mode 100644 static/usage/v7/segment-button/layout/javascript.md create mode 100644 static/usage/v7/segment-button/layout/react.md create mode 100644 static/usage/v7/segment-button/layout/vue.md create mode 100644 static/usage/v7/segment-button/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/segment-button/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/segment-button/theming/css-properties/demo.html create mode 100644 static/usage/v7/segment-button/theming/css-properties/index.md create mode 100644 static/usage/v7/segment-button/theming/css-properties/javascript.md create mode 100644 static/usage/v7/segment-button/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/segment-button/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/segment-button/theming/css-properties/vue.md create mode 100644 static/usage/v7/segment-button/theming/css-shadow-parts/angular/example_component_css.md create mode 100644 static/usage/v7/segment-button/theming/css-shadow-parts/angular/example_component_html.md create mode 100644 static/usage/v7/segment-button/theming/css-shadow-parts/demo.html create mode 100644 static/usage/v7/segment-button/theming/css-shadow-parts/index.md create mode 100644 static/usage/v7/segment-button/theming/css-shadow-parts/javascript.md create mode 100644 static/usage/v7/segment-button/theming/css-shadow-parts/react/main_css.md create mode 100644 static/usage/v7/segment-button/theming/css-shadow-parts/react/main_tsx.md create mode 100644 static/usage/v7/segment-button/theming/css-shadow-parts/vue.md create mode 100644 static/usage/v7/segment/basic/angular.md create mode 100644 static/usage/v7/segment/basic/demo.html create mode 100644 static/usage/v7/segment/basic/index.md create mode 100644 static/usage/v7/segment/basic/javascript.md create mode 100644 static/usage/v7/segment/basic/react.md create mode 100644 static/usage/v7/segment/basic/vue.md create mode 100644 static/usage/v7/segment/scrollable/angular.md create mode 100644 static/usage/v7/segment/scrollable/demo.html create mode 100644 static/usage/v7/segment/scrollable/index.md create mode 100644 static/usage/v7/segment/scrollable/javascript.md create mode 100644 static/usage/v7/segment/scrollable/react.md create mode 100644 static/usage/v7/segment/scrollable/vue.md create mode 100644 static/usage/v7/segment/theming/colors/angular.md create mode 100644 static/usage/v7/segment/theming/colors/demo.html create mode 100644 static/usage/v7/segment/theming/colors/index.md create mode 100644 static/usage/v7/segment/theming/colors/javascript.md create mode 100644 static/usage/v7/segment/theming/colors/react.md create mode 100644 static/usage/v7/segment/theming/colors/vue.md create mode 100644 static/usage/v7/segment/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/segment/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/segment/theming/css-properties/demo.html create mode 100644 static/usage/v7/segment/theming/css-properties/index.md create mode 100644 static/usage/v7/segment/theming/css-properties/javascript.md create mode 100644 static/usage/v7/segment/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/segment/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/segment/theming/css-properties/vue.md create mode 100644 static/usage/v7/select/basic/multiple-selection/angular.md create mode 100644 static/usage/v7/select/basic/multiple-selection/demo.html create mode 100644 static/usage/v7/select/basic/multiple-selection/index.md create mode 100644 static/usage/v7/select/basic/multiple-selection/javascript.md create mode 100644 static/usage/v7/select/basic/multiple-selection/react.md create mode 100644 static/usage/v7/select/basic/multiple-selection/vue.md create mode 100644 static/usage/v7/select/basic/responding-to-interaction/angular/example_component_html.md create mode 100644 static/usage/v7/select/basic/responding-to-interaction/angular/example_component_ts.md create mode 100644 static/usage/v7/select/basic/responding-to-interaction/demo.html create mode 100644 static/usage/v7/select/basic/responding-to-interaction/index.md create mode 100644 static/usage/v7/select/basic/responding-to-interaction/javascript.md create mode 100644 static/usage/v7/select/basic/responding-to-interaction/react.md create mode 100644 static/usage/v7/select/basic/responding-to-interaction/vue.md create mode 100644 static/usage/v7/select/basic/single-selection/angular.md create mode 100644 static/usage/v7/select/basic/single-selection/demo.html create mode 100644 static/usage/v7/select/basic/single-selection/index.md create mode 100644 static/usage/v7/select/basic/single-selection/javascript.md create mode 100644 static/usage/v7/select/basic/single-selection/react.md create mode 100644 static/usage/v7/select/basic/single-selection/vue.md create mode 100644 static/usage/v7/select/customization/button-text/angular.md create mode 100644 static/usage/v7/select/customization/button-text/demo.html create mode 100644 static/usage/v7/select/customization/button-text/index.md create mode 100644 static/usage/v7/select/customization/button-text/javascript.md create mode 100644 static/usage/v7/select/customization/button-text/react.md create mode 100644 static/usage/v7/select/customization/button-text/vue.md create mode 100644 static/usage/v7/select/customization/interface-options/angular/example_component_html.md create mode 100644 static/usage/v7/select/customization/interface-options/angular/example_component_ts.md create mode 100644 static/usage/v7/select/customization/interface-options/demo.html create mode 100644 static/usage/v7/select/customization/interface-options/index.md create mode 100644 static/usage/v7/select/customization/interface-options/javascript.md create mode 100644 static/usage/v7/select/customization/interface-options/react.md create mode 100644 static/usage/v7/select/customization/interface-options/vue.md create mode 100644 static/usage/v7/select/customization/styling-select/angular/example_component_css.md create mode 100644 static/usage/v7/select/customization/styling-select/angular/example_component_html.md create mode 100644 static/usage/v7/select/customization/styling-select/angular/example_component_ts.md create mode 100644 static/usage/v7/select/customization/styling-select/demo.html create mode 100644 static/usage/v7/select/customization/styling-select/index.md create mode 100644 static/usage/v7/select/customization/styling-select/javascript.md create mode 100644 static/usage/v7/select/customization/styling-select/react/main_css.md create mode 100644 static/usage/v7/select/customization/styling-select/react/main_tsx.md create mode 100644 static/usage/v7/select/customization/styling-select/vue.md create mode 100644 static/usage/v7/select/fill/angular.md create mode 100644 static/usage/v7/select/fill/demo.html create mode 100644 static/usage/v7/select/fill/index.md create mode 100644 static/usage/v7/select/fill/javascript.md create mode 100644 static/usage/v7/select/fill/react.md create mode 100644 static/usage/v7/select/fill/vue.md create mode 100644 static/usage/v7/select/interfaces/action-sheet/angular.md create mode 100644 static/usage/v7/select/interfaces/action-sheet/demo.html create mode 100644 static/usage/v7/select/interfaces/action-sheet/index.md create mode 100644 static/usage/v7/select/interfaces/action-sheet/javascript.md create mode 100644 static/usage/v7/select/interfaces/action-sheet/react.md create mode 100644 static/usage/v7/select/interfaces/action-sheet/vue.md create mode 100644 static/usage/v7/select/interfaces/popover/angular.md create mode 100644 static/usage/v7/select/interfaces/popover/demo.html create mode 100644 static/usage/v7/select/interfaces/popover/index.md create mode 100644 static/usage/v7/select/interfaces/popover/javascript.md create mode 100644 static/usage/v7/select/interfaces/popover/react.md create mode 100644 static/usage/v7/select/interfaces/popover/vue.md create mode 100644 static/usage/v7/select/justify/angular.md create mode 100644 static/usage/v7/select/justify/demo.html create mode 100644 static/usage/v7/select/justify/index.md create mode 100644 static/usage/v7/select/justify/javascript.md create mode 100644 static/usage/v7/select/justify/react.md create mode 100644 static/usage/v7/select/justify/vue.md create mode 100644 static/usage/v7/select/label-placement/angular.md create mode 100644 static/usage/v7/select/label-placement/demo.html create mode 100644 static/usage/v7/select/label-placement/index.md create mode 100644 static/usage/v7/select/label-placement/javascript.md create mode 100644 static/usage/v7/select/label-placement/react.md create mode 100644 static/usage/v7/select/label-placement/vue.md create mode 100644 static/usage/v7/select/migration/index.md create mode 100644 static/usage/v7/select/objects-as-values/multiple-selection/angular/example_component_html.md create mode 100644 static/usage/v7/select/objects-as-values/multiple-selection/angular/example_component_ts.md create mode 100644 static/usage/v7/select/objects-as-values/multiple-selection/demo.html create mode 100644 static/usage/v7/select/objects-as-values/multiple-selection/index.md create mode 100644 static/usage/v7/select/objects-as-values/multiple-selection/javascript.md create mode 100644 static/usage/v7/select/objects-as-values/multiple-selection/react.md create mode 100644 static/usage/v7/select/objects-as-values/multiple-selection/vue.md create mode 100644 static/usage/v7/select/objects-as-values/using-comparewith/angular/example_component_html.md create mode 100644 static/usage/v7/select/objects-as-values/using-comparewith/angular/example_component_ts.md create mode 100644 static/usage/v7/select/objects-as-values/using-comparewith/demo.html create mode 100644 static/usage/v7/select/objects-as-values/using-comparewith/index.md create mode 100644 static/usage/v7/select/objects-as-values/using-comparewith/javascript.md create mode 100644 static/usage/v7/select/objects-as-values/using-comparewith/react.md create mode 100644 static/usage/v7/select/objects-as-values/using-comparewith/vue.md create mode 100644 static/usage/v7/select/typeahead/angular/angular_types_ts.md create mode 100644 static/usage/v7/select/typeahead/angular/app_module_ts.md create mode 100644 static/usage/v7/select/typeahead/angular/example_component_html.md create mode 100644 static/usage/v7/select/typeahead/angular/example_component_ts.md create mode 100644 static/usage/v7/select/typeahead/angular/modal-example_component_html.md create mode 100644 static/usage/v7/select/typeahead/angular/modal-example_component_ts.md create mode 100644 static/usage/v7/select/typeahead/demo.html create mode 100644 static/usage/v7/select/typeahead/index.md create mode 100644 static/usage/v7/select/typeahead/javascript.md create mode 100644 static/usage/v7/select/typeahead/react/main_tsx.md create mode 100644 static/usage/v7/select/typeahead/react/react_types_ts.md create mode 100644 static/usage/v7/select/typeahead/react/typeahead_component_tsx.md create mode 100644 static/usage/v7/select/typeahead/vue/example_vue.md create mode 100644 static/usage/v7/select/typeahead/vue/typeahead_component_vue.md create mode 100644 static/usage/v7/select/typeahead/vue/vue_types_ts.md create mode 100644 static/usage/v7/skeleton-text/basic/angular/example_component_html.md create mode 100644 static/usage/v7/skeleton-text/basic/angular/example_component_ts.md create mode 100644 static/usage/v7/skeleton-text/basic/demo.html create mode 100644 static/usage/v7/skeleton-text/basic/index.md create mode 100644 static/usage/v7/skeleton-text/basic/javascript.md create mode 100644 static/usage/v7/skeleton-text/basic/react.md create mode 100644 static/usage/v7/skeleton-text/basic/vue.md create mode 100644 static/usage/v7/skeleton-text/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/skeleton-text/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/skeleton-text/theming/css-properties/demo.html create mode 100644 static/usage/v7/skeleton-text/theming/css-properties/index.md create mode 100644 static/usage/v7/skeleton-text/theming/css-properties/javascript.md create mode 100644 static/usage/v7/skeleton-text/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/skeleton-text/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/skeleton-text/theming/css-properties/vue.md create mode 100644 static/usage/v7/spinner/basic/angular.md create mode 100644 static/usage/v7/spinner/basic/demo.html create mode 100644 static/usage/v7/spinner/basic/index.md create mode 100644 static/usage/v7/spinner/basic/javascript.md create mode 100644 static/usage/v7/spinner/basic/react.md create mode 100644 static/usage/v7/spinner/basic/vue.md create mode 100644 static/usage/v7/spinner/theming/colors/angular.md create mode 100644 static/usage/v7/spinner/theming/colors/demo.html create mode 100644 static/usage/v7/spinner/theming/colors/index.md create mode 100644 static/usage/v7/spinner/theming/colors/javascript.md create mode 100644 static/usage/v7/spinner/theming/colors/react.md create mode 100644 static/usage/v7/spinner/theming/colors/vue.md create mode 100644 static/usage/v7/spinner/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/spinner/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/spinner/theming/css-properties/demo.html create mode 100644 static/usage/v7/spinner/theming/css-properties/index.md create mode 100644 static/usage/v7/spinner/theming/css-properties/javascript.md create mode 100644 static/usage/v7/spinner/theming/css-properties/react.md create mode 100644 static/usage/v7/spinner/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/spinner/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/spinner/theming/css-properties/vue.md create mode 100644 static/usage/v7/split-pane/basic/angular.md create mode 100644 static/usage/v7/split-pane/basic/demo.html create mode 100644 static/usage/v7/split-pane/basic/index.md create mode 100644 static/usage/v7/split-pane/basic/javascript.md create mode 100644 static/usage/v7/split-pane/basic/react.md create mode 100644 static/usage/v7/split-pane/basic/vue.md create mode 100644 static/usage/v7/split-pane/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/split-pane/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/split-pane/theming/css-properties/demo.html create mode 100644 static/usage/v7/split-pane/theming/css-properties/index.md create mode 100644 static/usage/v7/split-pane/theming/css-properties/javascript.md create mode 100644 static/usage/v7/split-pane/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/split-pane/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/split-pane/theming/css-properties/vue.md create mode 100644 static/usage/v7/tabs/router/angular/app_component_html.md create mode 100644 static/usage/v7/tabs/router/angular/app_module_ts.md create mode 100644 static/usage/v7/tabs/router/angular/app_routing_module_ts.md create mode 100644 static/usage/v7/tabs/router/angular/example_component_html.md create mode 100644 static/usage/v7/tabs/router/angular/global_css.md create mode 100644 static/usage/v7/tabs/router/angular/home_page_component_html.md create mode 100644 static/usage/v7/tabs/router/angular/home_page_component_ts.md create mode 100644 static/usage/v7/tabs/router/angular/home_page_module_ts.md create mode 100644 static/usage/v7/tabs/router/angular/library_page_component_html.md create mode 100644 static/usage/v7/tabs/router/angular/library_page_component_ts.md create mode 100644 static/usage/v7/tabs/router/angular/library_page_module_ts.md create mode 100644 static/usage/v7/tabs/router/angular/radio_page_component_html.md create mode 100644 static/usage/v7/tabs/router/angular/radio_page_component_ts.md create mode 100644 static/usage/v7/tabs/router/angular/radio_page_module_ts.md create mode 100644 static/usage/v7/tabs/router/angular/search_page_component_html.md create mode 100644 static/usage/v7/tabs/router/angular/search_page_component_ts.md create mode 100644 static/usage/v7/tabs/router/angular/search_page_module_ts.md create mode 100644 static/usage/v7/tabs/router/demo.html create mode 100644 static/usage/v7/tabs/router/index.md create mode 100644 static/usage/v7/tabs/router/javascript.md create mode 100644 static/usage/v7/tabs/router/react/home_page_tsx.md create mode 100644 static/usage/v7/tabs/router/react/library_page_tsx.md create mode 100644 static/usage/v7/tabs/router/react/main_tsx.md create mode 100644 static/usage/v7/tabs/router/react/radio_page_tsx.md create mode 100644 static/usage/v7/tabs/router/react/search_page_tsx.md create mode 100644 static/usage/v7/tabs/router/vue.md create mode 100644 static/usage/v7/tabs/router/vue/app_vue.md create mode 100644 static/usage/v7/tabs/router/vue/example_vue.md create mode 100644 static/usage/v7/tabs/router/vue/home_page_vue.md create mode 100644 static/usage/v7/tabs/router/vue/library_page_vue.md create mode 100644 static/usage/v7/tabs/router/vue/main_ts.md create mode 100644 static/usage/v7/tabs/router/vue/radio_page_vue.md create mode 100644 static/usage/v7/tabs/router/vue/router_ts.md create mode 100644 static/usage/v7/tabs/router/vue/search_page_vue.md create mode 100644 static/usage/v7/text/basic/angular.md create mode 100644 static/usage/v7/text/basic/demo.html create mode 100644 static/usage/v7/text/basic/index.md create mode 100644 static/usage/v7/text/basic/javascript.md create mode 100644 static/usage/v7/text/basic/react.md create mode 100644 static/usage/v7/text/basic/vue.md create mode 100644 static/usage/v7/textarea/autogrow/angular.md create mode 100644 static/usage/v7/textarea/autogrow/demo.html create mode 100644 static/usage/v7/textarea/autogrow/index.md create mode 100644 static/usage/v7/textarea/autogrow/javascript.md create mode 100644 static/usage/v7/textarea/autogrow/react.md create mode 100644 static/usage/v7/textarea/autogrow/vue.md create mode 100644 static/usage/v7/textarea/basic/angular.md create mode 100644 static/usage/v7/textarea/basic/demo.html create mode 100644 static/usage/v7/textarea/basic/index.md create mode 100644 static/usage/v7/textarea/basic/javascript.md create mode 100644 static/usage/v7/textarea/basic/react.md create mode 100644 static/usage/v7/textarea/basic/vue.md create mode 100644 static/usage/v7/textarea/clear-on-edit/angular.md create mode 100644 static/usage/v7/textarea/clear-on-edit/demo.html create mode 100644 static/usage/v7/textarea/clear-on-edit/index.md create mode 100644 static/usage/v7/textarea/clear-on-edit/javascript.md create mode 100644 static/usage/v7/textarea/clear-on-edit/react.md create mode 100644 static/usage/v7/textarea/clear-on-edit/vue.md create mode 100644 static/usage/v7/textarea/counter/angular/example_component_html.md create mode 100644 static/usage/v7/textarea/counter/angular/example_component_ts.md create mode 100644 static/usage/v7/textarea/counter/demo.html create mode 100644 static/usage/v7/textarea/counter/index.md create mode 100644 static/usage/v7/textarea/counter/javascript.md create mode 100644 static/usage/v7/textarea/counter/react.md create mode 100644 static/usage/v7/textarea/counter/vue.md create mode 100644 static/usage/v7/textarea/fill/angular.md create mode 100644 static/usage/v7/textarea/fill/demo.html create mode 100644 static/usage/v7/textarea/fill/index.md create mode 100644 static/usage/v7/textarea/fill/javascript.md create mode 100644 static/usage/v7/textarea/fill/react.md create mode 100644 static/usage/v7/textarea/fill/vue.md create mode 100644 static/usage/v7/textarea/helper-error/angular.md create mode 100644 static/usage/v7/textarea/helper-error/demo.html create mode 100644 static/usage/v7/textarea/helper-error/index.md create mode 100644 static/usage/v7/textarea/helper-error/javascript.md create mode 100644 static/usage/v7/textarea/helper-error/react.md create mode 100644 static/usage/v7/textarea/helper-error/vue.md create mode 100644 static/usage/v7/textarea/label-placement/angular.md create mode 100644 static/usage/v7/textarea/label-placement/demo.html create mode 100644 static/usage/v7/textarea/label-placement/index.md create mode 100644 static/usage/v7/textarea/label-placement/javascript.md create mode 100644 static/usage/v7/textarea/label-placement/react.md create mode 100644 static/usage/v7/textarea/label-placement/vue.md create mode 100644 static/usage/v7/textarea/migration/index.md create mode 100644 static/usage/v7/textarea/theming/angular/example_component_css.md create mode 100644 static/usage/v7/textarea/theming/angular/example_component_html.md create mode 100644 static/usage/v7/textarea/theming/demo.html create mode 100644 static/usage/v7/textarea/theming/index.md create mode 100644 static/usage/v7/textarea/theming/javascript.md create mode 100644 static/usage/v7/textarea/theming/react/main_css.md create mode 100644 static/usage/v7/textarea/theming/react/main_tsx.md create mode 100644 static/usage/v7/textarea/theming/vue.md create mode 100644 static/usage/v7/thumbnail/basic/angular.md create mode 100644 static/usage/v7/thumbnail/basic/demo.html create mode 100644 static/usage/v7/thumbnail/basic/index.md create mode 100644 static/usage/v7/thumbnail/basic/javascript.md create mode 100644 static/usage/v7/thumbnail/basic/react.md create mode 100644 static/usage/v7/thumbnail/basic/vue.md create mode 100644 static/usage/v7/thumbnail/item/angular.md create mode 100644 static/usage/v7/thumbnail/item/demo.html create mode 100644 static/usage/v7/thumbnail/item/index.md create mode 100644 static/usage/v7/thumbnail/item/javascript.md create mode 100644 static/usage/v7/thumbnail/item/react.md create mode 100644 static/usage/v7/thumbnail/item/vue.md create mode 100644 static/usage/v7/thumbnail/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/thumbnail/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/thumbnail/theming/css-properties/demo.html create mode 100644 static/usage/v7/thumbnail/theming/css-properties/index.md create mode 100644 static/usage/v7/thumbnail/theming/css-properties/javascript.md create mode 100644 static/usage/v7/thumbnail/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/thumbnail/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/thumbnail/theming/css-properties/vue.md create mode 100644 static/usage/v7/title/basic/angular.md create mode 100644 static/usage/v7/title/basic/demo.html create mode 100644 static/usage/v7/title/basic/index.md create mode 100644 static/usage/v7/title/basic/javascript.md create mode 100644 static/usage/v7/title/basic/react.md create mode 100644 static/usage/v7/title/basic/vue.md create mode 100644 static/usage/v7/title/collapsible-large-title/basic/angular.md create mode 100644 static/usage/v7/title/collapsible-large-title/basic/demo.html create mode 100644 static/usage/v7/title/collapsible-large-title/basic/index.md create mode 100644 static/usage/v7/title/collapsible-large-title/basic/javascript.md create mode 100644 static/usage/v7/title/collapsible-large-title/basic/react.md create mode 100644 static/usage/v7/title/collapsible-large-title/basic/vue.md create mode 100644 static/usage/v7/title/collapsible-large-title/buttons/angular.md create mode 100644 static/usage/v7/title/collapsible-large-title/buttons/demo.html create mode 100644 static/usage/v7/title/collapsible-large-title/buttons/index.md create mode 100644 static/usage/v7/title/collapsible-large-title/buttons/javascript.md create mode 100644 static/usage/v7/title/collapsible-large-title/buttons/react.md create mode 100644 static/usage/v7/title/collapsible-large-title/buttons/vue.md create mode 100644 static/usage/v7/title/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/title/theming/css-properties/angular/global_css.md create mode 100644 static/usage/v7/title/theming/css-properties/demo.html create mode 100644 static/usage/v7/title/theming/css-properties/index.md create mode 100644 static/usage/v7/title/theming/css-properties/javascript.md create mode 100644 static/usage/v7/title/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/title/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/title/theming/css-properties/vue.md create mode 100644 static/usage/v7/toast/buttons/angular/example_component_html.md create mode 100644 static/usage/v7/toast/buttons/angular/example_component_ts.md create mode 100644 static/usage/v7/toast/buttons/demo.html create mode 100644 static/usage/v7/toast/buttons/index.md create mode 100644 static/usage/v7/toast/buttons/javascript.md create mode 100644 static/usage/v7/toast/buttons/react.md create mode 100644 static/usage/v7/toast/buttons/vue.md create mode 100644 static/usage/v7/toast/icon/angular.md create mode 100644 static/usage/v7/toast/icon/demo.html create mode 100644 static/usage/v7/toast/icon/index.md create mode 100644 static/usage/v7/toast/icon/javascript.md create mode 100644 static/usage/v7/toast/icon/react.md create mode 100644 static/usage/v7/toast/icon/vue.md create mode 100644 static/usage/v7/toast/inline/basic/angular.md create mode 100644 static/usage/v7/toast/inline/basic/demo.html create mode 100644 static/usage/v7/toast/inline/basic/index.md create mode 100644 static/usage/v7/toast/inline/basic/javascript.md create mode 100644 static/usage/v7/toast/inline/basic/react.md create mode 100644 static/usage/v7/toast/inline/basic/vue.md create mode 100644 static/usage/v7/toast/inline/is-open/angular/example_component_html.md create mode 100644 static/usage/v7/toast/inline/is-open/angular/example_component_ts.md create mode 100644 static/usage/v7/toast/inline/is-open/demo.html create mode 100644 static/usage/v7/toast/inline/is-open/index.md create mode 100644 static/usage/v7/toast/inline/is-open/javascript.md create mode 100644 static/usage/v7/toast/inline/is-open/react.md create mode 100644 static/usage/v7/toast/inline/is-open/vue.md create mode 100644 static/usage/v7/toast/layout/angular/example_component_html.md create mode 100644 static/usage/v7/toast/layout/angular/example_component_ts.md create mode 100644 static/usage/v7/toast/layout/demo.html create mode 100644 static/usage/v7/toast/layout/index.md create mode 100644 static/usage/v7/toast/layout/javascript.md create mode 100644 static/usage/v7/toast/layout/react.md create mode 100644 static/usage/v7/toast/layout/vue.md create mode 100644 static/usage/v7/toast/presenting/controller/angular/example_component_html.md create mode 100644 static/usage/v7/toast/presenting/controller/angular/example_component_ts.md create mode 100644 static/usage/v7/toast/presenting/controller/demo.html create mode 100644 static/usage/v7/toast/presenting/controller/index.md create mode 100644 static/usage/v7/toast/presenting/controller/javascript.md create mode 100644 static/usage/v7/toast/presenting/controller/react.md create mode 100644 static/usage/v7/toast/presenting/controller/vue.md create mode 100644 static/usage/v7/toast/theming/angular/example_component_html.md create mode 100644 static/usage/v7/toast/theming/angular/example_component_ts.md create mode 100644 static/usage/v7/toast/theming/angular/global_css.md create mode 100644 static/usage/v7/toast/theming/demo.html create mode 100644 static/usage/v7/toast/theming/index.md create mode 100644 static/usage/v7/toast/theming/javascript.md create mode 100644 static/usage/v7/toast/theming/react/main_css.md create mode 100644 static/usage/v7/toast/theming/react/main_tsx.md create mode 100644 static/usage/v7/toast/theming/vue.md create mode 100644 static/usage/v7/toggle/basic/angular.md create mode 100644 static/usage/v7/toggle/basic/demo.html create mode 100644 static/usage/v7/toggle/basic/index.md create mode 100644 static/usage/v7/toggle/basic/javascript.md create mode 100644 static/usage/v7/toggle/basic/react.md create mode 100644 static/usage/v7/toggle/basic/vue.md create mode 100644 static/usage/v7/toggle/justify/angular.md create mode 100644 static/usage/v7/toggle/justify/demo.html create mode 100644 static/usage/v7/toggle/justify/index.md create mode 100644 static/usage/v7/toggle/justify/javascript.md create mode 100644 static/usage/v7/toggle/justify/react.md create mode 100644 static/usage/v7/toggle/justify/vue.md create mode 100644 static/usage/v7/toggle/label-placement/angular.md create mode 100644 static/usage/v7/toggle/label-placement/demo.html create mode 100644 static/usage/v7/toggle/label-placement/index.md create mode 100644 static/usage/v7/toggle/label-placement/javascript.md create mode 100644 static/usage/v7/toggle/label-placement/react.md create mode 100644 static/usage/v7/toggle/label-placement/vue.md create mode 100644 static/usage/v7/toggle/list/angular.md create mode 100644 static/usage/v7/toggle/list/demo.html create mode 100644 static/usage/v7/toggle/list/index.md create mode 100644 static/usage/v7/toggle/list/javascript.md create mode 100644 static/usage/v7/toggle/list/react.md create mode 100644 static/usage/v7/toggle/list/vue.md create mode 100644 static/usage/v7/toggle/migration/index.md create mode 100644 static/usage/v7/toggle/on-off/angular.md create mode 100644 static/usage/v7/toggle/on-off/demo.html create mode 100644 static/usage/v7/toggle/on-off/index.md create mode 100644 static/usage/v7/toggle/on-off/javascript.md create mode 100644 static/usage/v7/toggle/on-off/react.md create mode 100644 static/usage/v7/toggle/on-off/vue.md create mode 100644 static/usage/v7/toggle/theming/colors/angular.md create mode 100644 static/usage/v7/toggle/theming/colors/demo.html create mode 100644 static/usage/v7/toggle/theming/colors/index.md create mode 100644 static/usage/v7/toggle/theming/colors/javascript.md create mode 100644 static/usage/v7/toggle/theming/colors/react.md create mode 100644 static/usage/v7/toggle/theming/colors/vue.md create mode 100644 static/usage/v7/toggle/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/toggle/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/toggle/theming/css-properties/demo.html create mode 100644 static/usage/v7/toggle/theming/css-properties/index.md create mode 100644 static/usage/v7/toggle/theming/css-properties/javascript.md create mode 100644 static/usage/v7/toggle/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/toggle/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/toggle/theming/css-properties/vue.md create mode 100644 static/usage/v7/toggle/theming/css-shadow-parts/angular/example_component_css.md create mode 100644 static/usage/v7/toggle/theming/css-shadow-parts/angular/example_component_html.md create mode 100644 static/usage/v7/toggle/theming/css-shadow-parts/demo.html create mode 100644 static/usage/v7/toggle/theming/css-shadow-parts/index.md create mode 100644 static/usage/v7/toggle/theming/css-shadow-parts/javascript.md create mode 100644 static/usage/v7/toggle/theming/css-shadow-parts/react/main_css.md create mode 100644 static/usage/v7/toggle/theming/css-shadow-parts/react/main_tsx.md create mode 100644 static/usage/v7/toggle/theming/css-shadow-parts/vue.md create mode 100644 static/usage/v7/toolbar/basic/angular.md create mode 100644 static/usage/v7/toolbar/basic/demo.html create mode 100644 static/usage/v7/toolbar/basic/index.md create mode 100644 static/usage/v7/toolbar/basic/javascript.md create mode 100644 static/usage/v7/toolbar/basic/react.md create mode 100644 static/usage/v7/toolbar/basic/vue.md create mode 100644 static/usage/v7/toolbar/buttons/angular.md create mode 100644 static/usage/v7/toolbar/buttons/demo.html create mode 100644 static/usage/v7/toolbar/buttons/index.md create mode 100644 static/usage/v7/toolbar/buttons/javascript.md create mode 100644 static/usage/v7/toolbar/buttons/react.md create mode 100644 static/usage/v7/toolbar/buttons/vue.md create mode 100644 static/usage/v7/toolbar/progress-bars/angular.md create mode 100644 static/usage/v7/toolbar/progress-bars/demo.html create mode 100644 static/usage/v7/toolbar/progress-bars/index.md create mode 100644 static/usage/v7/toolbar/progress-bars/javascript.md create mode 100644 static/usage/v7/toolbar/progress-bars/react.md create mode 100644 static/usage/v7/toolbar/progress-bars/vue.md create mode 100644 static/usage/v7/toolbar/searchbars/angular.md create mode 100644 static/usage/v7/toolbar/searchbars/demo.html create mode 100644 static/usage/v7/toolbar/searchbars/index.md create mode 100644 static/usage/v7/toolbar/searchbars/javascript.md create mode 100644 static/usage/v7/toolbar/searchbars/react.md create mode 100644 static/usage/v7/toolbar/searchbars/vue.md create mode 100644 static/usage/v7/toolbar/segments/angular.md create mode 100644 static/usage/v7/toolbar/segments/demo.html create mode 100644 static/usage/v7/toolbar/segments/index.md create mode 100644 static/usage/v7/toolbar/segments/javascript.md create mode 100644 static/usage/v7/toolbar/segments/react.md create mode 100644 static/usage/v7/toolbar/segments/vue.md create mode 100644 static/usage/v7/toolbar/theming/colors/angular.md create mode 100644 static/usage/v7/toolbar/theming/colors/demo.html create mode 100644 static/usage/v7/toolbar/theming/colors/index.md create mode 100644 static/usage/v7/toolbar/theming/colors/javascript.md create mode 100644 static/usage/v7/toolbar/theming/colors/react.md create mode 100644 static/usage/v7/toolbar/theming/colors/vue.md create mode 100644 static/usage/v7/toolbar/theming/css-properties/angular/example_component_css.md create mode 100644 static/usage/v7/toolbar/theming/css-properties/angular/example_component_html.md create mode 100644 static/usage/v7/toolbar/theming/css-properties/demo.html create mode 100644 static/usage/v7/toolbar/theming/css-properties/index.md create mode 100644 static/usage/v7/toolbar/theming/css-properties/javascript.md create mode 100644 static/usage/v7/toolbar/theming/css-properties/react/main_css.md create mode 100644 static/usage/v7/toolbar/theming/css-properties/react/main_tsx.md create mode 100644 static/usage/v7/toolbar/theming/css-properties/vue.md create mode 100644 versioned_docs/version-v6/README.md create mode 100644 versioned_docs/version-v6/angular/lifecycle.md create mode 100644 versioned_docs/version-v6/angular/navigation.md create mode 100644 versioned_docs/version-v6/angular/overview.md create mode 100644 versioned_docs/version-v6/angular/performance.md create mode 100644 versioned_docs/version-v6/angular/platform.md create mode 100644 versioned_docs/version-v6/angular/pwa.md create mode 100644 versioned_docs/version-v6/angular/slides.md create mode 100644 versioned_docs/version-v6/angular/storage.md create mode 100644 versioned_docs/version-v6/angular/testing.md create mode 100644 versioned_docs/version-v6/angular/virtual-scroll.md create mode 100644 versioned_docs/version-v6/angular/your-first-app.md create mode 100644 versioned_docs/version-v6/angular/your-first-app/2-taking-photos.md create mode 100644 versioned_docs/version-v6/angular/your-first-app/3-saving-photos.md create mode 100644 versioned_docs/version-v6/angular/your-first-app/4-loading-photos.md create mode 100644 versioned_docs/version-v6/angular/your-first-app/5-adding-mobile.md create mode 100644 versioned_docs/version-v6/angular/your-first-app/6-deploying-mobile.md create mode 100644 versioned_docs/version-v6/angular/your-first-app/7-live-reload.md create mode 100644 versioned_docs/version-v6/angular/your-first-app/8-distribute.md create mode 100644 versioned_docs/version-v6/api.md create mode 100644 versioned_docs/version-v6/api/accordion-group.md create mode 100644 versioned_docs/version-v6/api/accordion.md create mode 100644 versioned_docs/version-v6/api/action-sheet.md create mode 100644 versioned_docs/version-v6/api/alert.md create mode 100644 versioned_docs/version-v6/api/app.md create mode 100644 versioned_docs/version-v6/api/avatar.md create mode 100644 versioned_docs/version-v6/api/back-button.md create mode 100644 versioned_docs/version-v6/api/backdrop.md create mode 100644 versioned_docs/version-v6/api/badge.md create mode 100644 versioned_docs/version-v6/api/breadcrumb.md create mode 100644 versioned_docs/version-v6/api/breadcrumbs.md create mode 100644 versioned_docs/version-v6/api/button.md create mode 100644 versioned_docs/version-v6/api/buttons.md create mode 100644 versioned_docs/version-v6/api/card-content.md create mode 100644 versioned_docs/version-v6/api/card-header.md create mode 100644 versioned_docs/version-v6/api/card-subtitle.md create mode 100644 versioned_docs/version-v6/api/card-title.md create mode 100644 versioned_docs/version-v6/api/card.md create mode 100644 versioned_docs/version-v6/api/checkbox.md create mode 100644 versioned_docs/version-v6/api/chip.md create mode 100644 versioned_docs/version-v6/api/col.md create mode 100644 versioned_docs/version-v6/api/content.md create mode 100644 versioned_docs/version-v6/api/datetime-button.md create mode 100644 versioned_docs/version-v6/api/datetime.md create mode 100644 versioned_docs/version-v6/api/fab-button.md create mode 100644 versioned_docs/version-v6/api/fab-list.md create mode 100644 versioned_docs/version-v6/api/fab.md create mode 100644 versioned_docs/version-v6/api/footer.md create mode 100644 versioned_docs/version-v6/api/grid.md create mode 100644 versioned_docs/version-v6/api/header.md create mode 100644 versioned_docs/version-v6/api/icon.md create mode 100644 versioned_docs/version-v6/api/img.md create mode 100644 versioned_docs/version-v6/api/infinite-scroll-content.md create mode 100644 versioned_docs/version-v6/api/infinite-scroll.md create mode 100644 versioned_docs/version-v6/api/input.md create mode 100644 versioned_docs/version-v6/api/item-divider.md create mode 100644 versioned_docs/version-v6/api/item-group.md create mode 100644 versioned_docs/version-v6/api/item-option.md create mode 100644 versioned_docs/version-v6/api/item-options.md create mode 100644 versioned_docs/version-v6/api/item-sliding.md create mode 100644 versioned_docs/version-v6/api/item.md create mode 100644 versioned_docs/version-v6/api/label.md create mode 100644 versioned_docs/version-v6/api/list-header.md create mode 100644 versioned_docs/version-v6/api/list.md create mode 100644 versioned_docs/version-v6/api/loading.md create mode 100644 versioned_docs/version-v6/api/menu-button.md create mode 100644 versioned_docs/version-v6/api/menu-toggle.md create mode 100644 versioned_docs/version-v6/api/menu.md create mode 100644 versioned_docs/version-v6/api/modal.md create mode 100644 versioned_docs/version-v6/api/nav-link.md create mode 100644 versioned_docs/version-v6/api/nav.md create mode 100644 versioned_docs/version-v6/api/note.md create mode 100644 versioned_docs/version-v6/api/picker.md create mode 100644 versioned_docs/version-v6/api/popover.md create mode 100644 versioned_docs/version-v6/api/progress-bar.md create mode 100644 versioned_docs/version-v6/api/radio-group.md create mode 100644 versioned_docs/version-v6/api/radio.md create mode 100644 versioned_docs/version-v6/api/range.md create mode 100644 versioned_docs/version-v6/api/refresher-content.md create mode 100644 versioned_docs/version-v6/api/refresher.md create mode 100644 versioned_docs/version-v6/api/reorder-group.md create mode 100644 versioned_docs/version-v6/api/reorder.md create mode 100644 versioned_docs/version-v6/api/ripple-effect.md create mode 100644 versioned_docs/version-v6/api/route-redirect.md create mode 100644 versioned_docs/version-v6/api/route.md create mode 100644 versioned_docs/version-v6/api/router-link.md create mode 100644 versioned_docs/version-v6/api/router-outlet.md create mode 100644 versioned_docs/version-v6/api/router.md create mode 100644 versioned_docs/version-v6/api/row.md create mode 100644 versioned_docs/version-v6/api/searchbar.md create mode 100644 versioned_docs/version-v6/api/segment-button.md create mode 100644 versioned_docs/version-v6/api/segment.md create mode 100644 versioned_docs/version-v6/api/select-option.md create mode 100644 versioned_docs/version-v6/api/select.md create mode 100644 versioned_docs/version-v6/api/skeleton-text.md create mode 100644 versioned_docs/version-v6/api/slide.md create mode 100644 versioned_docs/version-v6/api/slides.md create mode 100644 versioned_docs/version-v6/api/spinner.md create mode 100644 versioned_docs/version-v6/api/split-pane.md create mode 100644 versioned_docs/version-v6/api/tab-bar.md create mode 100644 versioned_docs/version-v6/api/tab-button.md create mode 100644 versioned_docs/version-v6/api/tab.md create mode 100644 versioned_docs/version-v6/api/tabs.md create mode 100644 versioned_docs/version-v6/api/text.md create mode 100644 versioned_docs/version-v6/api/textarea.md create mode 100644 versioned_docs/version-v6/api/thumbnail.md create mode 100644 versioned_docs/version-v6/api/title.md create mode 100644 versioned_docs/version-v6/api/toast.md create mode 100644 versioned_docs/version-v6/api/toggle.md create mode 100644 versioned_docs/version-v6/api/toolbar.md create mode 100644 versioned_docs/version-v6/api/virtual-scroll.md create mode 100644 versioned_docs/version-v6/cli.md create mode 100644 versioned_docs/version-v6/cli/commands/.gitignore create mode 100644 versioned_docs/version-v6/cli/configuration.md create mode 100644 versioned_docs/version-v6/cli/livereload.md create mode 100644 versioned_docs/version-v6/cli/using-a-proxy.md create mode 100644 versioned_docs/version-v6/components.md create mode 100644 versioned_docs/version-v6/contributing/coc.md create mode 100644 versioned_docs/version-v6/contributing/how-to-contribute.md create mode 100644 versioned_docs/version-v6/core-concepts/cross-platform.md create mode 100644 versioned_docs/version-v6/core-concepts/fundamentals.md create mode 100644 versioned_docs/version-v6/core-concepts/webview.md create mode 100644 versioned_docs/version-v6/core-concepts/what-are-progressive-web-apps.md create mode 100644 versioned_docs/version-v6/deployment/app-store.md create mode 100644 versioned_docs/version-v6/deployment/desktop-app.md create mode 100644 versioned_docs/version-v6/deployment/play-store.mdx create mode 100644 versioned_docs/version-v6/deployment/progressive-web-app.md create mode 100644 versioned_docs/version-v6/developer-resources/books.md create mode 100644 versioned_docs/version-v6/developer-resources/courses.md create mode 100644 versioned_docs/version-v6/developer-resources/guides.md create mode 100644 versioned_docs/version-v6/developer-resources/guides/first-app-v3/creating-photo-gallery-device-storage.md create mode 100644 versioned_docs/version-v6/developer-resources/guides/first-app-v3/intro.md create mode 100644 versioned_docs/version-v6/developer-resources/guides/first-app-v3/ios-android-camera.md create mode 100644 versioned_docs/version-v6/developer-resources/guides/first-app-v3/realtime-updates-ionic-deploy.md create mode 100644 versioned_docs/version-v6/developer-resources/guides/first-app-v3/theming.md create mode 100644 versioned_docs/version-v6/developer-resources/guides/first-app-v3/track-bugs-ionic-monitoring.md create mode 100644 versioned_docs/version-v6/developer-resources/guides/first-app-v4/creating-photo-gallery-device-storage.md create mode 100644 versioned_docs/version-v6/developer-resources/guides/first-app-v4/intro.md create mode 100644 versioned_docs/version-v6/developer-resources/guides/first-app-v4/ios-android-camera.md create mode 100644 versioned_docs/version-v6/developer-resources/guides/first-app-v4/theming.md create mode 100644 versioned_docs/version-v6/developer-resources/posts.md create mode 100644 versioned_docs/version-v6/developer-resources/tools.md create mode 100644 versioned_docs/version-v6/developer-resources/videos.md create mode 100644 versioned_docs/version-v6/developing/android.md create mode 100644 versioned_docs/version-v6/developing/config.md create mode 100644 versioned_docs/version-v6/developing/config/global/index.md create mode 100644 versioned_docs/version-v6/developing/config/per-component/index.md create mode 100644 versioned_docs/version-v6/developing/config/per-platform-fallback/index.md create mode 100644 versioned_docs/version-v6/developing/config/per-platform-overrides/index.md create mode 100644 versioned_docs/version-v6/developing/config/per-platform/index.md create mode 100644 versioned_docs/version-v6/developing/hardware-back-button.md create mode 100644 versioned_docs/version-v6/developing/ios.md create mode 100644 versioned_docs/version-v6/developing/keyboard.md create mode 100644 versioned_docs/version-v6/developing/previewing.md create mode 100644 versioned_docs/version-v6/developing/scaffolding.md create mode 100644 versioned_docs/version-v6/developing/starting.md create mode 100644 versioned_docs/version-v6/developing/tips.md create mode 100644 versioned_docs/version-v6/index.md create mode 100644 versioned_docs/version-v6/intro/cdn.md create mode 100644 versioned_docs/version-v6/intro/cli.md create mode 100644 versioned_docs/version-v6/intro/environment.md create mode 100644 versioned_docs/version-v6/intro/first-app.md create mode 100644 versioned_docs/version-v6/intro/next.md rename {docs => versioned_docs/version-v6}/intro/upgrading-to-ionic-6.md (95%) create mode 100644 versioned_docs/version-v6/intro/vscode-extension.md create mode 100644 versioned_docs/version-v6/layout/css-utilities.md create mode 100644 versioned_docs/version-v6/layout/global-stylesheets.md create mode 100644 versioned_docs/version-v6/layout/structure.md create mode 100644 versioned_docs/version-v6/native-faq.md create mode 100644 versioned_docs/version-v6/native-setup.md create mode 100644 versioned_docs/version-v6/native.md create mode 100644 versioned_docs/version-v6/native/.gitignore create mode 100644 versioned_docs/version-v6/react.md create mode 100644 versioned_docs/version-v6/react/lifecycle.md create mode 100644 versioned_docs/version-v6/react/navigation.md create mode 100644 versioned_docs/version-v6/react/overlays.md create mode 100644 versioned_docs/version-v6/react/overview.md create mode 100644 versioned_docs/version-v6/react/performance.md create mode 100644 versioned_docs/version-v6/react/platform.md create mode 100644 versioned_docs/version-v6/react/pwa.md create mode 100644 versioned_docs/version-v6/react/quickstart.md create mode 100644 versioned_docs/version-v6/react/slides.md create mode 100644 versioned_docs/version-v6/react/storage.md create mode 100644 versioned_docs/version-v6/react/testing.md create mode 100644 versioned_docs/version-v6/react/virtual-scroll.md create mode 100644 versioned_docs/version-v6/react/your-first-app.md create mode 100644 versioned_docs/version-v6/react/your-first-app/2-taking-photos.md create mode 100644 versioned_docs/version-v6/react/your-first-app/3-saving-photos.md create mode 100644 versioned_docs/version-v6/react/your-first-app/4-loading-photos.md create mode 100644 versioned_docs/version-v6/react/your-first-app/5-adding-mobile.md create mode 100644 versioned_docs/version-v6/react/your-first-app/6-deploying-mobile.md create mode 100644 versioned_docs/version-v6/react/your-first-app/7-live-reload.md create mode 100644 versioned_docs/version-v6/react/your-first-app/8-distribute.md create mode 100644 versioned_docs/version-v6/reference/browser-support.md create mode 100644 versioned_docs/version-v6/reference/glossary.md rename {docs => versioned_docs/version-v6}/reference/migration.md (95%) create mode 100644 versioned_docs/version-v6/reference/release-notes.md create mode 100644 versioned_docs/version-v6/reference/support.md create mode 100644 versioned_docs/version-v6/reference/versioning.md rename {docs => versioned_docs/version-v6}/studio.md (100%) create mode 100644 versioned_docs/version-v6/studio/assets.md create mode 100644 versioned_docs/version-v6/studio/code.md create mode 100644 versioned_docs/version-v6/studio/designer.md create mode 100644 versioned_docs/version-v6/studio/faq.md create mode 100644 versioned_docs/version-v6/studio/guides/routing-and-navigation.md create mode 100644 versioned_docs/version-v6/studio/guides/using-native-functionality.md create mode 100644 versioned_docs/version-v6/studio/running.md create mode 100644 versioned_docs/version-v6/studio/settings.md create mode 100644 versioned_docs/version-v6/studio/setup/installation.md create mode 100644 versioned_docs/version-v6/studio/setup/native.md create mode 100644 versioned_docs/version-v6/studio/start.md create mode 100644 versioned_docs/version-v6/studio/support.md create mode 100644 versioned_docs/version-v6/studio/terminal.md create mode 100644 versioned_docs/version-v6/studio/theming.md create mode 100644 versioned_docs/version-v6/techniques/security.md create mode 100644 versioned_docs/version-v6/test/page1.md create mode 100644 versioned_docs/version-v6/test/page2.md create mode 100644 versioned_docs/version-v6/theming/advanced.md create mode 100644 versioned_docs/version-v6/theming/basics.md create mode 100644 versioned_docs/version-v6/theming/color-generator.md create mode 100644 versioned_docs/version-v6/theming/colors.md create mode 100644 versioned_docs/version-v6/theming/css-shadow-parts.md create mode 100644 versioned_docs/version-v6/theming/css-variables.md create mode 100644 versioned_docs/version-v6/theming/dark-mode.md create mode 100644 versioned_docs/version-v6/theming/platform-styles.md create mode 100644 versioned_docs/version-v6/theming/themes.md create mode 100644 versioned_docs/version-v6/troubleshooting/build.md create mode 100644 versioned_docs/version-v6/troubleshooting/cors.md create mode 100644 versioned_docs/version-v6/troubleshooting/debugging.md create mode 100644 versioned_docs/version-v6/troubleshooting/native.md create mode 100644 versioned_docs/version-v6/troubleshooting/runtime.md create mode 100644 versioned_docs/version-v6/utilities/animations.md create mode 100644 versioned_docs/version-v6/utilities/gestures.md create mode 100644 versioned_docs/version-v6/vue/lifecycle.md create mode 100644 versioned_docs/version-v6/vue/navigation.md create mode 100644 versioned_docs/version-v6/vue/overview.md create mode 100644 versioned_docs/version-v6/vue/performance.md create mode 100644 versioned_docs/version-v6/vue/platform.md create mode 100644 versioned_docs/version-v6/vue/pwa.md create mode 100644 versioned_docs/version-v6/vue/quickstart.md create mode 100644 versioned_docs/version-v6/vue/slides.md create mode 100644 versioned_docs/version-v6/vue/storage.md create mode 100644 versioned_docs/version-v6/vue/testing.md create mode 100644 versioned_docs/version-v6/vue/troubleshooting.md create mode 100644 versioned_docs/version-v6/vue/utility-functions.md create mode 100644 versioned_docs/version-v6/vue/virtual-scroll.md create mode 100644 versioned_docs/version-v6/vue/your-first-app.md create mode 100644 versioned_docs/version-v6/vue/your-first-app/2-taking-photos.md create mode 100644 versioned_docs/version-v6/vue/your-first-app/3-saving-photos.md create mode 100644 versioned_docs/version-v6/vue/your-first-app/4-loading-photos.md create mode 100644 versioned_docs/version-v6/vue/your-first-app/5-adding-mobile.md create mode 100644 versioned_docs/version-v6/vue/your-first-app/6-deploying-mobile.md create mode 100644 versioned_docs/version-v6/vue/your-first-app/7-live-reload.md create mode 100644 versioned_docs/version-v6/vue/your-first-app/8-distribute.md create mode 100644 versioned_sidebars/version-v6-sidebars.json diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 1a0efc743b7..00000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Bug report -about: Report a bug on the docs site -title: '' -labels: bug -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Browser and OS (please complete the following information)** - - OS: [e.g. iOS] - - Browser: [e.g. chrome, safari] - - Version: [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000000..3cae620736e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,43 @@ +name: 🐛 Bug Report +description: Report a bug on the docs site +labels: ["triage"] +title: "bug: " +body: + - type: textarea + attributes: + label: Describe the Bug + description: A clear description of what the bug is and how it manifests. + validations: + required: true + - type: textarea + attributes: + label: Expected Behavior + description: A clear description of what you expected to happen. + validations: + required: true + - type: textarea + attributes: + label: Steps to Reproduce + description: Please explain the steps required to duplicate this issue. + validations: + required: true + - type: textarea + attributes: + label: Screenshots + description: If applicable, add screenshots to help explain the problem. + - type: input + attributes: + label: Operating System + description: The operating system you are running (e.g. Windows) + - type: input + attributes: + label: Browser + description: The browser you are running (e.g. Chrome, Safari) + - type: input + attributes: + label: Version + description: The browser version you are running (e.g. 14) + - type: textarea + attributes: + label: Additional Information + description: List any other information that is relevant to your issue. diff --git a/.github/ISSUE_TEMPLATE/content-issue.md b/.github/ISSUE_TEMPLATE/content-issue.md deleted file mode 100644 index 58b864b751c..00000000000 --- a/.github/ISSUE_TEMPLATE/content-issue.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Content issue -about: Report missing or inaccurate content on the docs -title: '' -labels: content -assignees: '' - ---- - -**URL** -The URL at which the content is missing or inaccurate - -**What is missing or inaccurate about the content on this page?** diff --git a/.github/ISSUE_TEMPLATE/content-issue.yml b/.github/ISSUE_TEMPLATE/content-issue.yml new file mode 100644 index 00000000000..404492e1736 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/content-issue.yml @@ -0,0 +1,17 @@ +name: 📕 Content Issue +description: Report missing or inaccurate content on the docs +labels: ["triage"] +title: "content: " +body: + - type: input + attributes: + label: URL + description: The URL at which the content is missing or inaccurate + validations: + required: true + - type: textarea + attributes: + label: Issue Description + description: What is missing or inaccurate about the content on this page? + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index d513e5c0428..00000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest a feature for the docs -title: '' -labels: feature -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000000..5a964579982 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,23 @@ +name: 💡 Feature Request +description: Suggest a feature for the docs +labels: ["triage"] +title: "feat: " +body: + - type: textarea + attributes: + label: Describe Problem + description: A clear and concise description of what the problem is. Ex. I am always frustrated when [...] + validations: + required: true + - type: textarea + attributes: + label: Describe Preferred Solution + description: A clear and concise description of what you want to happen. + - type: textarea + attributes: + label: Describe Alternatives + description: A clear and concise description of any alternative solutions or features you have considered. + - type: textarea + attributes: + label: Additional Information + description: Add any other context or screenshots about the feature request here. \ No newline at end of file diff --git a/.github/ionic-issue-bot.yml b/.github/ionic-issue-bot.yml new file mode 100644 index 00000000000..f0da0d54073 --- /dev/null +++ b/.github/ionic-issue-bot.yml @@ -0,0 +1,86 @@ +triage: + label: triage + dryRun: false + +closeAndLock: + labels: + - label: 'ionitron: support' + message: > + Thanks for the issue! This issue appears to be a support request. We use this issue tracker exclusively for + content issues, bug reports and feature requests related to the documentation. Please use our + [forum](https://forum.ionicframework.com/) for help or questions about Ionic Framework. + + + Thank you for using Ionic! + - label: 'ionitron: missing template' + message: > + Thanks for the issue! It appears that you have not filled out the provided issue template. We use this issue + template in order to gather more information and further assist you. Please create a new issue and ensure the + template is fully filled out. + + + Thank you for using Ionic! + close: true + lock: true + dryRun: false + +comment: + labels: + - label: "help wanted" + message: > + This issue has been labeled as `help wanted`. This label is added to issues + that we believe would be good for contributors. + + + If you'd like to work on this issue, please comment here letting us know that + you would like to submit a pull request for it. This helps us to keep track of + the pull request and make sure there isn't duplicated effort. + + + For a guide on how to create a pull request and test this project locally to see + your changes, see our [contributing documentation](https://github.com/ionic-team/ionic-docs/blob/main/CONTRIBUTING.md). + + + Thank you! + - label: 'ionitron: needs reproduction' + message: > + Thanks for the issue! This issue has been labeled as `needs reproduction`. This label is added to issues that + we are not able to reproduce. + + + Please provide easy to follow steps for us to reproduce this issue. + dryRun: false + +noReply: + days: 14 + maxIssuesPerRun: 100 + label: "needs: reply" + responseLabel: triage + exemptProjects: true + exemptMilestones: true + message: > + Thanks for the issue! This issue is being closed due to the lack of a reply. If this is still an issue, + please create a new issue and ensure the template is fully filled out. + + + Thank you for using Ionic! + close: true + lock: true + dryRun: false + +noReproduction: + days: 14 + maxIssuesPerRun: 100 + label: "ionitron: needs reproduction" + responseLabel: triage + exemptProjects: true + exemptMilestones: true + message: > + Thanks for the issue! This issue is being closed due to the lack of a reproduction. If this is still an issue, + please create a new issue and ensure the template is fully filled out. + + + Thank you for using Ionic! + close: true + lock: true + dryRun: false diff --git a/.gitignore b/.gitignore index 823ff59f396..4b10b69fe49 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ src/components/page/reference/ReleaseNotes/release-notes.json npm-debug.log* yarn-debug.log* yarn-error.log* + +static/**/node_modules/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7184cf5f7d7..18349950c0e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,11 +23,11 @@ Thanks for your interest in contributing to Ionic's documentation! :tada: Check In order to run the documentation locally, install the dependencies and run the development server: ```sh -$ npm install +$ npm install --legacy-peer-deps $ npm start ``` -> **Note**: recent versions of npm (5+) and Node.js (10+) are required to run certain scripts. +> **Note**: certain versions of npm (5-8) and Node.js (10-16) are required to run certain scripts. --- diff --git a/docs/angular/config.md b/docs/angular/config.md deleted file mode 100644 index dcef8c539d0..00000000000 --- a/docs/angular/config.md +++ /dev/null @@ -1,187 +0,0 @@ ---- -title: Config ---- - - - Config | Ionic Config to Change Component Properties Globally - - - -Ionic Config provides は、アプリケーション全体でコンポーネントのプロパティをグローバルに変更する方法を提供します。アプリのmode、タブボタンのレイアウト、アニメーションなどを設定できます。 - -## Global Config - -アプリケーションの初期のIonic Configを上書きするには、`IonicModule` に設定を指定します。 `app.module.ts` にある `IonicModule.forRoot` を指定ください。 - -```tsx -import { IonicModule } from '@ionic/angular'; - -@NgModule({ - ... - imports: [ - BrowserModule, - IonicModule.forRoot({ - rippleEffect: false, - mode: 'md' - }), - AppRoutingModule - ], - ... -}) -``` - -上記の例では、アプリ全体でマテリアルデザインのripple effectを無効にし、同時にmodeをマテリアルデザインに統一しています。 - -## コンポーネント毎の設定 - -Ionic Configはリアクティブではないため、構成をグローバルに設定するのではなく、デフォルトの動作を上書きする場合は、コンポーネントのプロパティを使用することをお勧めします。 - -```tsx -import { IonicModule } from '@ionic/angular'; - -@NgModule({ - ... - imports: [ - BrowserModule, - IonicModule.forRoot({ - backButtonText: 'Go Back' - }), - AppRoutingModule - ], - ... -}) -``` - -この設定は `ion-back-button` のデフォルトのテキストを `Go Back` に変更します。しかし、この設定を行っていると `backButtonText` を `Do Not Go Back` と変更しても、 `ion-back-button` のテキストは `Go Back` のままでレンダリングされます。ですので、 `ion-back-button` の `text` プロパティを使うことをおすすめします。 - -```html - -``` - -この例では、 `ion-back-button` を使用して、言語やロケールの変更など、それを保証する変更がある場合にテキストを動的に更新できるようにしています。 `getBackButtonText` メソッドは、正しいテキストを返す処理を行います。 - -## プラットフォームごとの設定Per-Platform Config - -Ionic Configは、プラットフォームごとに設定することもできます。例えば、遅い可能性のあるデバイス上のブラウザでアプリを実行している場合、アニメーションを無効にすることができる。開発者は、プラットフォーム・ユーティリティーを利用してこれを実現することができます。 - -configは実行時に設定されるため、Platform Dependency Injectionにはアクセスできません。代わりに、プロバイダが直接使用する基本関数を使用できます。 - -次の例では、アプリケーションがモバイルWebブラウザで実行されている場合にのみ、Ionicアプリケーションのすべてのアニメーションを無効にしています。 -`isPlatform ()` 呼び出しは、渡されたプラットフォームに基づいて `true` または `false` を返します。[Platform Documentation](platform.md#platforms) で利用可能な値をご覧ください。 - - -```tsx -import { isPlatform, IonicModule } from '@ionic/angular'; - -@NgModule({ - ... - imports: [ - BrowserModule, - IonicModule.forRoot({ - animated: !isPlatform('mobileweb') - }), - AppRoutingModule - ], - ... -}) -``` - -次の例では、プラットフォームに基づいてまったく異なる構成を設定し、一致するプラットフォームがない場合はデフォルトの構成に戻すことができます: - -```tsx -import { isPlatform, IonicModule } from '@ionic/angular'; - -const getConfig = () => { - if (isPlatform('hybrid')) { - return { - backButtonText: 'Previous', - tabButtonLayout: 'label-hide' - } - } - - return { - menuIcon: 'ellipsis-vertical' - } -} -@NgModule({ - ... - imports: [ - BrowserModule, - IonicModule.forRoot(getConfig()), - AppRoutingModule - ], - ... -}) -``` - -最後に、この例では、異なるプラットフォーム要件に基づいて構成オブジェクトを設定できます: - -```tsx -import { isPlatform, IonicModule } from '@ionic/angular'; - -const getConfig = () => { - let config = { - animated: false - }; - - if (isPlatform('iphone')) { - config = { - ...config, - backButtonText: 'Previous' - } - } - - return config; -} -@NgModule({ - ... - imports: [ - BrowserModule, - IonicModule.forRoot(getConfig()), - AppRoutingModule - ], - ... -}) -``` - -## Configオプション - -以下はIonicが使用する設定オプションのリストです。 - -| Config | Type | Description | -| ------------------------ | --------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -| `actionSheetEnter` | `AnimationBuilder` | Provides a custom enter animation for all `ion-action-sheet`, overriding the default "animation". | -| `actionSheetLeave` | `AnimationBuilder` | Provides a custom leave animation for all `ion-action-sheet`, overriding the default "animation". | -| `alertEnter` | `AnimationBuilder` | Provides a custom enter animation for all `ion-alert`, overriding the default "animation". | -| `alertLeave` | `AnimationBuilder` | Provides a custom leave animation for all `ion-alert`, overriding the default "animation". | -| `animated` | `boolean` | If `true`, Ionic will enable all animations and transitions across the app. | -| `backButtonIcon` | `string` | Overrides the default icon in all `` components. | -| `backButtonText` | `string` | Overrides the default text in all `` components. | -| `hardwareBackButton` | `boolean` | If `true`, Ionic will respond to the hardware back button in an Android device. | -| `infiniteLoadingSpinner` | `SpinnerTypes` | Overrides the default spinner type in all `` components. | -| `loadingEnter` | `AnimationBuilder` | Provides a custom enter animation for all `ion-loading`, overriding the default "animation". | -| `loadingLeave` | `AnimationBuilder` | Provides a custom leave animation for all `ion-loading`, overriding the default "animation". | -| `loadingSpinner` | `SpinnerTypes` | Overrides the default spinner for all `ion-loading` overlays. | -| `menuIcon` | `string` | Overrides the default icon in all `` components. | -| `menuType` | `string` | Overrides the default menu type for all `` components. | -| `modalEnter` | `AnimationBuilder` | Provides a custom enter animation for all `ion-modal`, overriding the default "animation". | -| `modalLeave` | `AnimationBuilder` | Provides a custom leave animation for all `ion-modal`, overriding the default "animation". | -| `mode` | `Mode` | The mode determines which platform styles to use for the whole application. | -| `navAnimation` | `AnimationBuilder` | Overrides the default "animation" of all `ion-nav` and `ion-router-outlet` across the whole application. | -| `pickerEnter` | `AnimationBuilder` | Provides a custom enter animation for all `ion-picker`, overriding the default "animation". | -| `pickerLeave` | `AnimationBuilder` | Provides a custom leave animation for all `ion-picker`, overriding the default "animation". | -| `platform` | [`PlatformConfig`](/docs/angular/platform#customizing-platform-detection-methods) | Overrides the default platform detection methods. | -| `popoverEnter` | `AnimationBuilder` | Provides a custom enter animation for all `ion-popover`, overriding the default "animation". | -| `popoverLeave` | `AnimationBuilder` | Provides a custom leave animation for all `ion-popover`, overriding the default "animation". | -| `refreshingIcon` | `string` | Overrides the default icon in all `` components. | -| `refreshingSpinner` | `SpinnerTypes` | Overrides the default spinner type in all `` components. | -| `sanitizerEnabled` | `boolean` | If `true`, Ionic will enable a basic DOM sanitizer on component properties that accept custom HTML. | -| `spinner` | `SpinnerTypes` | Overrides the default spinner in all `` components. | -| `statusTap` | `boolean` | If `true`, clicking or tapping the status bar will cause the content to scroll to the top. | -| `swipeBackEnabled` | `boolean` | If `true`, Ionic will enable the "swipe-to-go-back" gesture across the application. | -| `tabButtonLayout` | `TabButtonLayout` | Overrides the default "layout" of all `ion-bar-button` across the whole application. | -| `toastEnter` | `AnimationBuilder` | Provides a custom enter animation for all `ion-toast`, overriding the default "animation". | -| `toastLeave` | `AnimationBuilder` | Provides a custom leave animation for all `ion-toast`, overriding the default "animation". | diff --git a/docs/angular/lifecycle.md b/docs/angular/lifecycle.md index 844a5957c82..2e4f4afa24f 100644 --- a/docs/angular/lifecycle.md +++ b/docs/angular/lifecycle.md @@ -41,7 +41,9 @@ AngularのLife Cycle Eventsに加えて、Ionic Angularには、使用可能な | `ionViewWillLeave` | コンポーネントを離脱するアニメーションがはじまる時に発火します。 | | `ionViewDidLeave` | コンポーネントを離脱するアニメーションが終了した時に発火します。 | -`ionViewWillEnter` と `ionViewDidEnter` の違いは発火するタイミングです。前者は、 `ngOnInit` の直後であり、ページの処理がはじまる前に発火しますが、後者は処理が終了してから発火します。 +これらのライフサイクルは、ルーターによって直接マッピングされたコンポーネントに対してのみ呼び出されます。つまり、`/pageOne`が`PageOneComponent`にマッピングされた場合、Ionicライフサイクルは`PageOneComponent`で呼び出されますが、`PageOneComponent`がレンダリングする子コンポーネントでは呼び出されません。 + +`ionViewWillEnter`と`ionViewDidEnter`の違いは、いつ発火するかです。前者は `ngOnInit` の直後でページ遷移が始まる前に、後者は遷移が終わった後に直接呼び出されます。 `ionViewWillLeave` と `ionViewDidLeave` についてですが、 `ionViewWillLeave` は現在のページから離脱する処理がはじまる前に呼び出されますが、 `ionViewDidLeave` は新しいページに遷移する処理が成功してから呼び出されます (新しいページの `ionViewDidEnter` が発火した後になります)。 diff --git a/docs/angular/navigation.md b/docs/angular/navigation.md index def1a8c25f5..1fd76d76af8 100644 --- a/docs/angular/navigation.md +++ b/docs/angular/navigation.md @@ -178,6 +178,54 @@ import { LoginComponent } from './login.component'; ここでは、`RouterModule` のインポートとともに、典型的な `Angular Module` の設定がありますが、`RouterModule` では `forChild` によってコンポーネントを使用することを宣言しています。この設定では、ビルドを実行するときに、`App Component`(Root)、 `login Component` 、および `detail Component` において別々のチャンクを作成します。 +## Standalone Components + +:::caution Experimental API + +Standalone components is an experimental API introduced in Angular 14.x and available in Ionic 6.3 and later. This feature may change before it is stable. + +::: + +Standalone components allow developers to lazy load a component on a route without having to declare the component to an Angular module. + +To use standalone components with routing and Ionic Framework, you must first be on Ionic ^6.3.0. The experimental API requires developers to assign the `EnvironmentInjector` instance for each router outlet (`ion-router-outlet` and `ion-tabs`) that uses standalone component routing. + +```ts title="app.component.ts" +import { Component, EnvironmentInjector } from '@angular/core'; + +@Component({ + selector: 'app-root', + template: 'app.component.html', +}) +export class AppComponent { + constructor(public environmentInjector: EnvironmentInjector) {} +} +``` + +```html title="app.component.html" + + + ... +``` + +Developers can use the existing syntax for standalone component routing from Angular: + +```ts +@NgModule({ + imports: [ + RouterModule.forRoot([ + { + path: 'standalone-route', + loadComponent: () => import('./path/to/my-component.component').then((c) => c.MyComponent), + }, + ]), + ], +}) +export class AppRoutingModule {} +``` + +To get started with standalone components [visit Angular's official docs](https://angular.io/guide/standalone-components). + ## Live Example If you would prefer to get hands on with the concepts and code described above, please checkout our [live example](https://stackblitz.com/edit/ionic-angular-routing?file=src/app/app-routing.module.ts) of the topics above on StackBlitz. @@ -192,8 +240,8 @@ The following is an example of linear routing in a mobile app: