@siemens/ix-docs 4.3.0 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/component-usage-by-component.json +17 -13
- package/build/component-usage.json +37 -27
- package/build/docs/autogenerated/api/ix-application/api.mdx +0 -6
- package/build/docs/autogenerated/api/ix-application/props.mdx +0 -6
- package/build/docs/autogenerated/api/ix-breadcrumb/api.mdx +0 -3
- package/build/docs/autogenerated/api/ix-breadcrumb/props.mdx +0 -3
- package/build/docs/autogenerated/api/ix-category-filter/api.mdx +0 -12
- package/build/docs/autogenerated/api/ix-category-filter/props.mdx +0 -12
- package/build/docs/autogenerated/api/ix-chip/api.mdx +4 -0
- package/build/docs/autogenerated/api/ix-chip/props.mdx +4 -0
- package/build/docs/autogenerated/api/ix-date-dropdown/api.mdx +0 -3
- package/build/docs/autogenerated/api/ix-date-dropdown/props.mdx +0 -3
- package/build/docs/autogenerated/api/ix-date-input/api.mdx +54 -25
- package/build/docs/autogenerated/api/ix-date-input/events.mdx +20 -3
- package/build/docs/autogenerated/api/ix-date-input/props.mdx +34 -22
- package/build/docs/autogenerated/api/ix-date-picker/api.mdx +21 -13
- package/build/docs/autogenerated/api/ix-date-picker/events.mdx +2 -2
- package/build/docs/autogenerated/api/ix-date-picker/props.mdx +19 -11
- package/build/docs/autogenerated/api/ix-datetime-picker/api.mdx +32 -25
- package/build/docs/autogenerated/api/ix-datetime-picker/events.mdx +4 -4
- package/build/docs/autogenerated/api/ix-datetime-picker/props.mdx +28 -21
- package/build/docs/autogenerated/api/ix-drawer/api.mdx +4 -0
- package/build/docs/autogenerated/api/ix-drawer/props.mdx +4 -0
- package/build/docs/autogenerated/api/ix-expanding-search/api.mdx +8 -0
- package/build/docs/autogenerated/api/ix-expanding-search/props.mdx +8 -0
- package/build/docs/autogenerated/api/ix-input/api.mdx +17 -0
- package/build/docs/autogenerated/api/ix-input/events.mdx +17 -0
- package/build/docs/autogenerated/api/ix-layout-auto/api.mdx +0 -3
- package/build/docs/autogenerated/api/ix-layout-auto/props.mdx +0 -3
- package/build/docs/autogenerated/api/ix-modal/api.mdx +0 -3
- package/build/docs/autogenerated/api/ix-modal/props.mdx +0 -3
- package/build/docs/autogenerated/api/ix-modal-header/api.mdx +4 -0
- package/build/docs/autogenerated/api/ix-modal-header/props.mdx +4 -0
- package/build/docs/autogenerated/api/ix-number-input/api.mdx +17 -0
- package/build/docs/autogenerated/api/ix-number-input/events.mdx +17 -0
- package/build/docs/autogenerated/api/ix-pagination/api.mdx +30 -1
- package/build/docs/autogenerated/api/ix-pagination/props.mdx +30 -1
- package/build/docs/autogenerated/api/ix-select/api.mdx +4 -4
- package/build/docs/autogenerated/api/ix-select/props.mdx +4 -4
- package/build/docs/autogenerated/api/ix-slider/api.mdx +0 -3
- package/build/docs/autogenerated/api/ix-slider/props.mdx +0 -3
- package/build/docs/autogenerated/api/ix-tabs/api.mdx +13 -3
- package/build/docs/autogenerated/api/ix-tabs/events.mdx +3 -1
- package/build/docs/autogenerated/api/ix-tabs/props.mdx +10 -2
- package/build/docs/autogenerated/api/ix-textarea/api.mdx +25 -4
- package/build/docs/autogenerated/api/ix-textarea/events.mdx +17 -0
- package/build/docs/autogenerated/api/ix-textarea/props.mdx +8 -4
- package/build/docs/autogenerated/api/ix-time-input/api.mdx +45 -28
- package/build/docs/autogenerated/api/ix-time-input/events.mdx +20 -3
- package/build/docs/autogenerated/api/ix-time-input/props.mdx +25 -25
- package/build/docs/autogenerated/api/ix-time-picker/api.mdx +16 -16
- package/build/docs/autogenerated/api/ix-time-picker/events.mdx +2 -2
- package/build/docs/autogenerated/api/ix-time-picker/props.mdx +14 -14
- package/build/docs/autogenerated/api/ix-toast/api.mdx +4 -0
- package/build/docs/autogenerated/api/ix-toast/props.mdx +4 -0
- package/build/docs/autogenerated/api/ix-tree/api.mdx +1 -10
- package/build/docs/autogenerated/api/ix-tree/props.mdx +1 -10
- package/build/docs/autogenerated/api/ix-tree-item/api.mdx +0 -3
- package/build/docs/autogenerated/api/ix-tree-item/props.mdx +0 -3
- package/build/docs/autogenerated/api/ix-typography/api.mdx +1 -1
- package/build/docs/autogenerated/api/ix-typography/props.mdx +1 -1
- package/build/docs/autogenerated/api/ix-validation-tooltip/tags.mdx +1 -1
- package/build/docs/autogenerated/playground/button-danger-primary.mdx +67 -0
- package/build/docs/autogenerated/playground/button-danger-secondary.mdx +67 -0
- package/build/docs/autogenerated/playground/button-danger-tertiary.mdx +67 -0
- package/build/docs/autogenerated/playground/button-subtle-primary.mdx +61 -0
- package/build/docs/autogenerated/playground/button-subtle-secondary.mdx +61 -0
- package/build/docs/autogenerated/playground/button-subtle-tertiary.mdx +61 -0
- package/build/docs/autogenerated/playground/button-tertiary.mdx +61 -0
- package/build/docs/autogenerated/playground/slider-validation.mdx +52 -0
- package/build/docs/autogenerated/playground/tabs-overflow.mdx +46 -0
- package/build/docs/autogenerated/prompt/ix-application/readme.md +2 -2
- package/build/docs/autogenerated/prompt/ix-breadcrumb/readme.md +1 -1
- package/build/docs/autogenerated/prompt/ix-button/readme.md +507 -499
- package/build/docs/autogenerated/prompt/ix-category-filter/readme.md +4 -4
- package/build/docs/autogenerated/prompt/ix-chip/readme.md +12 -12
- package/build/docs/autogenerated/prompt/ix-content-header/readme.md +15 -15
- package/build/docs/autogenerated/prompt/ix-date-dropdown/readme.md +1 -1
- package/build/docs/autogenerated/prompt/ix-date-input/readme.md +24 -23
- package/build/docs/autogenerated/prompt/ix-date-picker/readme.md +18 -18
- package/build/docs/autogenerated/prompt/ix-datetime-picker/readme.md +24 -24
- package/build/docs/autogenerated/prompt/ix-drawer/readme.md +9 -9
- package/build/docs/autogenerated/prompt/ix-expanding-search/readme.md +2 -2
- package/build/docs/autogenerated/prompt/ix-icon-button/readme.md +31 -22
- package/build/docs/autogenerated/prompt/ix-input/readme.md +17 -10
- package/build/docs/autogenerated/prompt/ix-layout-auto/readme.md +1 -1
- package/build/docs/autogenerated/prompt/ix-menu/readme.md +3 -3
- package/build/docs/autogenerated/prompt/ix-menu-avatar/readme.md +1 -1
- package/build/docs/autogenerated/prompt/ix-menu-avatar-item/readme.md +1 -1
- package/build/docs/autogenerated/prompt/ix-menu-item/readme.md +3 -3
- package/build/docs/autogenerated/prompt/ix-modal/readme.md +1 -1
- package/build/docs/autogenerated/prompt/ix-modal-header/readme.md +7 -7
- package/build/docs/autogenerated/prompt/ix-number-input/readme.md +10 -9
- package/build/docs/autogenerated/prompt/ix-pagination/readme.md +14 -13
- package/build/docs/autogenerated/prompt/ix-pill/readme.md +15 -15
- package/build/docs/autogenerated/prompt/ix-select/readme.md +2 -2
- package/build/docs/autogenerated/prompt/ix-slider/readme.md +353 -1
- package/build/docs/autogenerated/prompt/ix-tab-item/readme.md +314 -39
- package/build/docs/autogenerated/prompt/ix-tabs/readme.md +326 -51
- package/build/docs/autogenerated/prompt/ix-textarea/readme.md +10 -9
- package/build/docs/autogenerated/prompt/ix-tile/readme.md +31 -22
- package/build/docs/autogenerated/prompt/ix-time-input/readme.md +30 -29
- package/build/docs/autogenerated/prompt/ix-time-picker/readme.md +21 -21
- package/build/docs/autogenerated/prompt/ix-tree/readme.md +3 -3
- package/build/docs/autogenerated/prompt/ix-tree-item/readme.md +1 -1
- package/build/docs/autogenerated/prompt/ix-typography/readme.md +6 -6
- package/build/docs/autogenerated/prompt/ix-validation-tooltip/readme.md +1 -1
- package/build/docs/autogenerated/usage/angular/button-danger-primary.ts.md +11 -0
- package/build/docs/autogenerated/usage/angular/button-danger-secondary.ts.md +11 -0
- package/build/docs/autogenerated/usage/angular/button-danger-tertiary.html.md +4 -0
- package/build/docs/autogenerated/usage/angular/button-danger-tertiary.ts.md +10 -0
- package/build/docs/autogenerated/usage/angular/button-secondary.ts.md +2 -2
- package/build/docs/autogenerated/usage/angular/button-subtle-primary.ts.md +14 -0
- package/build/docs/autogenerated/usage/angular/button-subtle-secondary.ts.md +14 -0
- package/build/docs/autogenerated/usage/angular/button-subtle-tertiary.ts.md +22 -0
- package/build/docs/autogenerated/usage/angular/button-tertiary.ts.md +14 -0
- package/build/docs/autogenerated/usage/angular/button-with-link.html.md +4 -4
- package/build/docs/autogenerated/usage/angular/content-header-with-slot.html.md +3 -3
- package/build/docs/autogenerated/usage/angular/loading.ts.md +1 -1
- package/build/docs/autogenerated/usage/angular/slider-validation.html.md +53 -0
- package/build/docs/autogenerated/usage/angular/slider-validation.ts.md +10 -0
- package/build/docs/autogenerated/usage/angular/tabs-overflow.ts.md +42 -0
- package/build/docs/autogenerated/usage/angular/tabs.css.md +6 -1
- package/build/docs/autogenerated/usage/angular/tabs.ts.md +5 -4
- package/build/docs/autogenerated/usage/angular_standalone/button-danger-primary.ts.md +12 -0
- package/build/docs/autogenerated/usage/angular_standalone/button-danger-secondary.ts.md +12 -0
- package/build/docs/autogenerated/usage/angular_standalone/button-danger-tertiary.html.md +4 -0
- package/build/docs/autogenerated/usage/angular_standalone/button-danger-tertiary.ts.md +11 -0
- package/build/docs/autogenerated/usage/angular_standalone/button-secondary.ts.md +2 -2
- package/build/docs/autogenerated/usage/angular_standalone/button-subtle-primary.ts.md +15 -0
- package/build/docs/autogenerated/usage/angular_standalone/button-subtle-secondary.ts.md +15 -0
- package/build/docs/autogenerated/usage/angular_standalone/button-subtle-tertiary.ts.md +23 -0
- package/build/docs/autogenerated/usage/angular_standalone/button-tertiary.ts.md +15 -0
- package/build/docs/autogenerated/usage/angular_standalone/button-with-link.html.md +4 -4
- package/build/docs/autogenerated/usage/angular_standalone/content-header-with-slot.html.md +3 -3
- package/build/docs/autogenerated/usage/angular_standalone/loading.ts.md +1 -1
- package/build/docs/autogenerated/usage/angular_standalone/slider-validation.html.md +53 -0
- package/build/docs/autogenerated/usage/angular_standalone/slider-validation.ts.md +11 -0
- package/build/docs/autogenerated/usage/angular_standalone/tabs-overflow.ts.md +43 -0
- package/build/docs/autogenerated/usage/angular_standalone/tabs.css.md +6 -1
- package/build/docs/autogenerated/usage/angular_standalone/tabs.ts.md +6 -7
- package/build/docs/autogenerated/usage/angular_standalone/tile.ts.md +31 -22
- package/build/docs/autogenerated/usage/html/button-danger-primary.html.md +16 -0
- package/build/docs/autogenerated/usage/html/button-danger-secondary.html.md +16 -0
- package/build/docs/autogenerated/usage/html/button-danger-tertiary.html.md +16 -0
- package/build/docs/autogenerated/usage/html/button-secondary.html.md +2 -2
- package/build/docs/autogenerated/usage/html/button-subtle-primary.html.md +16 -0
- package/build/docs/autogenerated/usage/html/button-subtle-secondary.html.md +16 -0
- package/build/docs/autogenerated/usage/html/button-subtle-tertiary.html.md +16 -0
- package/build/docs/autogenerated/usage/html/button-tertiary.html.md +16 -0
- package/build/docs/autogenerated/usage/html/button-with-link.html.md +4 -4
- package/build/docs/autogenerated/usage/html/content-header-with-slot.html.md +3 -3
- package/build/docs/autogenerated/usage/html/loading.html.md +1 -1
- package/build/docs/autogenerated/usage/html/slider-validation.html.md +65 -0
- package/build/docs/autogenerated/usage/html/tabs-overflow.html.md +64 -0
- package/build/docs/autogenerated/usage/html/tabs.css.md +6 -1
- package/build/docs/autogenerated/usage/html/tabs.html.md +29 -16
- package/build/docs/autogenerated/usage/react/button-danger-primary.tsx.md +16 -0
- package/build/docs/autogenerated/usage/react/button-danger-secondary.tsx.md +18 -0
- package/build/docs/autogenerated/usage/react/button-danger-tertiary.tsx.md +18 -0
- package/build/docs/autogenerated/usage/react/button-secondary.tsx.md +2 -2
- package/build/docs/autogenerated/usage/react/button-subtle-primary.tsx.md +16 -0
- package/build/docs/autogenerated/usage/react/button-subtle-secondary.tsx.md +18 -0
- package/build/docs/autogenerated/usage/react/button-subtle-tertiary.tsx.md +18 -0
- package/build/docs/autogenerated/usage/react/button-tertiary.tsx.md +18 -0
- package/build/docs/autogenerated/usage/react/button-with-link.tsx.md +6 -6
- package/build/docs/autogenerated/usage/react/content-header-with-slot.tsx.md +3 -3
- package/build/docs/autogenerated/usage/react/input.tsx.md +7 -1
- package/build/docs/autogenerated/usage/react/loading.tsx.md +1 -1
- package/build/docs/autogenerated/usage/react/menu-with-bottom-tabs.tsx.md +1 -1
- package/build/docs/autogenerated/usage/react/slider-validation.tsx.md +61 -0
- package/build/docs/autogenerated/usage/react/tabs-overflow.tsx.md +37 -0
- package/build/docs/autogenerated/usage/react/tabs-rounded.tsx.md +6 -6
- package/build/docs/autogenerated/usage/react/tabs.scoped.css.md +6 -1
- package/build/docs/autogenerated/usage/react/tabs.tsx.md +5 -3
- package/build/docs/autogenerated/usage/react/vertical-tabs-with-avatar.tsx.md +1 -1
- package/build/docs/autogenerated/usage/vue/button-danger-primary.vue.md +12 -0
- package/build/docs/autogenerated/usage/vue/button-danger-secondary.vue.md +12 -0
- package/build/docs/autogenerated/usage/vue/button-danger-tertiary.vue.md +12 -0
- package/build/docs/autogenerated/usage/vue/button-secondary.vue.md +2 -2
- package/build/docs/autogenerated/usage/vue/button-subtle-primary.vue.md +12 -0
- package/build/docs/autogenerated/usage/vue/button-subtle-secondary.vue.md +12 -0
- package/build/docs/autogenerated/usage/vue/button-subtle-tertiary.vue.md +12 -0
- package/build/docs/autogenerated/usage/vue/button-tertiary.vue.md +12 -0
- package/build/docs/autogenerated/usage/vue/button-with-link.vue.md +6 -6
- package/build/docs/autogenerated/usage/vue/content-header-with-slot.vue.md +3 -3
- package/build/docs/autogenerated/usage/vue/loading.vue.md +2 -2
- package/build/docs/autogenerated/usage/vue/menu-with-bottom-tabs.vue.md +1 -1
- package/build/docs/autogenerated/usage/vue/slider-validation.vue.md +59 -0
- package/build/docs/autogenerated/usage/vue/tabs-overflow.vue.md +38 -0
- package/build/docs/autogenerated/usage/vue/tabs.css.md +6 -1
- package/build/docs/autogenerated/usage/vue/tabs.vue.md +21 -3
- package/build/docs/autogenerated/utils/loading.mdx +1 -1
- package/build/docs/autogenerated/utils/modal-loading-options.mdx +9 -0
- package/build/docs/autogenerated/version.json +1 -1
- package/build/static/demo/v2/angular/button-danger-primary.ts +18 -0
- package/build/static/demo/v2/angular/button-danger-secondary.ts +18 -0
- package/build/static/demo/v2/angular/button-danger-tertiary.html +2 -0
- package/build/static/demo/v2/angular/button-danger-tertiary.ts +17 -0
- package/build/static/demo/v2/angular/button-secondary.ts +2 -2
- package/build/static/demo/v2/angular/button-subtle-primary.ts +21 -0
- package/build/static/demo/v2/angular/button-subtle-secondary.ts +21 -0
- package/build/static/demo/v2/angular/button-subtle-tertiary.ts +29 -0
- package/build/static/demo/v2/angular/button-tertiary.ts +21 -0
- package/build/static/demo/v2/angular/button-with-link.html +4 -4
- package/build/static/demo/v2/angular/content-header-with-slot.html +3 -3
- package/build/static/demo/v2/angular/loading.ts +1 -1
- package/build/static/demo/v2/angular/slider-validation.html +60 -0
- package/build/static/demo/v2/angular/slider-validation.ts +17 -0
- package/build/static/demo/v2/angular/tabs-overflow.ts +48 -0
- package/build/static/demo/v2/angular/tabs.css +7 -1
- package/build/static/demo/v2/angular/tabs.ts +5 -4
- package/build/static/demo/v2/angular_standalone/button-danger-primary.ts +19 -0
- package/build/static/demo/v2/angular_standalone/button-danger-secondary.ts +19 -0
- package/build/static/demo/v2/angular_standalone/button-danger-tertiary.html +11 -0
- package/build/static/demo/v2/angular_standalone/button-danger-tertiary.ts +18 -0
- package/build/static/demo/v2/angular_standalone/button-secondary.ts +2 -2
- package/build/static/demo/v2/angular_standalone/button-subtle-primary.ts +22 -0
- package/build/static/demo/v2/angular_standalone/button-subtle-secondary.ts +22 -0
- package/build/static/demo/v2/angular_standalone/button-subtle-tertiary.ts +30 -0
- package/build/static/demo/v2/angular_standalone/button-tertiary.ts +22 -0
- package/build/static/demo/v2/angular_standalone/button-with-link.html +4 -4
- package/build/static/demo/v2/angular_standalone/content-header-with-slot.html +3 -3
- package/build/static/demo/v2/angular_standalone/loading.ts +1 -1
- package/build/static/demo/v2/angular_standalone/slider-validation.html +60 -0
- package/build/static/demo/v2/angular_standalone/slider-validation.ts +18 -0
- package/build/static/demo/v2/angular_standalone/tabs-overflow.ts +49 -0
- package/build/static/demo/v2/angular_standalone/tabs.css +7 -1
- package/build/static/demo/v2/angular_standalone/tabs.ts +6 -7
- package/build/static/demo/v2/angular_standalone/tile.ts +31 -22
- package/build/static/demo/v2/html/button-danger-primary.html +23 -0
- package/build/static/demo/v2/html/button-danger-secondary.html +23 -0
- package/build/static/demo/v2/html/button-danger-tertiary.html +23 -0
- package/build/static/demo/v2/html/button-secondary.html +2 -2
- package/build/static/demo/v2/html/button-subtle-primary.html +23 -0
- package/build/static/demo/v2/html/button-subtle-secondary.html +23 -0
- package/build/static/demo/v2/html/button-subtle-tertiary.html +23 -0
- package/build/static/demo/v2/html/button-tertiary.html +23 -0
- package/build/static/demo/v2/html/button-with-link.html +4 -4
- package/build/static/demo/v2/html/content-header-with-slot.html +3 -3
- package/build/static/demo/v2/html/loading.html +1 -1
- package/build/static/demo/v2/html/slider-validation.html +72 -0
- package/build/static/demo/v2/html/tabs-overflow.html +70 -0
- package/build/static/demo/v2/html/tabs.css +7 -1
- package/build/static/demo/v2/html/tabs.html +29 -16
- package/build/static/demo/v2/preview/html/assets/a11y-DAzBNVe7-CO1Uj69l.js +127 -0
- package/build/static/demo/v2/preview/html/assets/action-card-DPxP1WXA.js +12 -0
- package/build/static/demo/v2/preview/html/assets/add-icons-CvHcdrA6.js +8 -0
- package/build/static/demo/v2/preview/html/assets/aggrid-DOiIGdGA.js +49990 -0
- package/build/static/demo/v2/preview/html/assets/animation-BLaucX4x-BWLd_Wig.js +98 -0
- package/build/static/demo/v2/preview/html/assets/application-ZTsPD3Zg.js +7 -0
- package/build/static/demo/v2/preview/html/assets/application-advanced-CViHNsbF.js +30 -0
- package/build/static/demo/v2/preview/html/assets/application-app-switch-beu4Wo7g.js +96 -0
- package/build/static/demo/v2/preview/html/assets/application-breakpoints-lj0NrBig.js +15 -0
- package/build/static/demo/v2/preview/html/assets/application-header-DfBmbctW.js +7 -0
- package/build/static/demo/v2/preview/html/assets/base-button-CV0w47z9-ChfeyWNW.js +67 -0
- package/build/static/demo/v2/preview/html/assets/base-icon-button-BuHd34qo-6FAyhit5.js +8 -0
- package/build/static/demo/v2/preview/html/assets/blind-header-actions-GIf8m5gu.js +8 -0
- package/build/static/demo/v2/preview/html/assets/blind-variants-CPswXSvv.js +7 -0
- package/build/static/demo/v2/preview/html/assets/button-loading-yH2LqEu9.js +7 -0
- package/build/static/demo/v2/preview/html/assets/button-text-icon-BJhHnYM3.js +8 -0
- package/build/static/demo/v2/preview/html/assets/button-with-icon-CAvMWtB7.js +8 -0
- package/build/static/demo/v2/preview/html/assets/button-with-link-C9uZjBvl.js +9 -0
- package/build/static/demo/v2/preview/html/assets/card-BYyp0sqK.js +12 -0
- package/build/static/demo/v2/preview/html/assets/card-list-lnMy_PtF.js +8 -0
- package/build/static/demo/v2/preview/html/assets/chip-Be_MshYD.js +7 -0
- package/build/static/demo/v2/preview/html/assets/content-ZTsPD3Zg.js +7 -0
- package/build/static/demo/v2/preview/html/assets/content-header-no-back-Do_i-AHs.js +9 -0
- package/build/static/demo/v2/preview/html/assets/content-header-with-slot-u8OXIRlU.js +7 -0
- package/build/static/demo/v2/preview/html/assets/custom-field-DCVzTyNE.js +7 -0
- package/build/static/demo/v2/preview/html/assets/date-input-with-slots-km08UJrd.js +7 -0
- package/build/static/demo/v2/preview/html/assets/datetime-D1WplX1z-grPSvmS5.js +6123 -0
- package/build/static/demo/v2/preview/html/assets/dropdown-button-7n0RxHtD.js +7 -0
- package/build/static/demo/v2/preview/html/assets/dropdown-button-icon-7n0RxHtD.js +7 -0
- package/build/static/demo/v2/preview/html/assets/dropdown-icon-BsdbE6Bn.js +9 -0
- package/build/static/demo/v2/preview/html/assets/dropdown-quick-actions-B6tGHF7o.js +11 -0
- package/build/static/demo/v2/preview/html/assets/dropdown-submenu-CPt-Vvsv.js +9 -0
- package/build/static/demo/v2/preview/html/assets/echarts-De4Xy87m.js +144 -0
- package/build/static/demo/v2/preview/html/assets/echarts-bar-horizontal-stacked-aY1Bm2bt.js +63 -0
- package/build/static/demo/v2/preview/html/assets/echarts-bar-simple-D4zlHTqq.js +57 -0
- package/build/static/demo/v2/preview/html/assets/echarts-circle-0HaWZK5M.js +65 -0
- package/build/static/demo/v2/preview/html/assets/echarts-empty-state-DlaSUo_Q.js +84 -0
- package/build/static/demo/v2/preview/html/assets/echarts-gauge-DE-rwqYe.js +142 -0
- package/build/static/demo/v2/preview/html/assets/echarts-line-advanced-C85X-Kc9.js +83 -0
- package/build/static/demo/v2/preview/html/assets/echarts-line-multiple-y-axis-BdRsORsT.js +126 -0
- package/build/static/demo/v2/preview/html/assets/echarts-line-simple-BRTqSoT8.js +45 -0
- package/build/static/demo/v2/preview/html/assets/echarts-pie-BZ2vJK3p.js +64 -0
- package/build/static/demo/v2/preview/html/assets/echarts-progress-arc-CS7aGf0-.js +84 -0
- package/build/static/demo/v2/preview/html/assets/echarts-progress-circle-OxTlYeZg.js +93 -0
- package/build/static/demo/v2/preview/html/assets/echarts-special-3d-Dxth4BS7.js +80 -0
- package/build/static/demo/v2/preview/html/assets/echarts-special-toolbox-Bvob3Ood.js +61 -0
- package/build/static/demo/v2/preview/html/assets/echarts-special-zoom-jYQRWZN3.js +87 -0
- package/build/static/demo/v2/preview/html/assets/empty-state-DipeepHn.js +7 -0
- package/build/static/demo/v2/preview/html/assets/empty-state-compact-DipeepHn.js +7 -0
- package/build/static/demo/v2/preview/html/assets/empty-state-compact-break-DipeepHn.js +7 -0
- package/build/static/demo/v2/preview/html/assets/event-list-custom-item-height-in-number-CB7jq6xl.js +6 -0
- package/build/static/demo/v2/preview/html/assets/event-list-filled-wRLZaic6.js +18 -0
- package/build/static/demo/v2/preview/html/assets/event-list-selected-CRWF0P7b.js +27 -0
- package/build/static/demo/v2/preview/html/assets/flip-tile-KIru3LCB.js +7 -0
- package/build/static/demo/v2/preview/html/assets/global-7ZbTfMw3.js +3056 -0
- package/build/static/demo/v2/preview/html/assets/global-D7pkbQ45.css +5572 -0
- package/build/static/demo/v2/preview/html/assets/helper-text-util-C9sLzo0k-ByYMuUsm.js +27 -0
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-secondary-D7b8mebd.js +29 -0
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-subtle-primary-D7b8mebd.js +29 -0
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-subtle-secondary-D7b8mebd.js +29 -0
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-subtle-tertiary-D7b8mebd.js +29 -0
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-tertiary-D7b8mebd.js +29 -0
- package/build/static/demo/v2/preview/html/assets/index-BBzEV-f4-ChQfUIyc.js +96 -0
- package/build/static/demo/v2/preview/html/assets/index-BG5XMoOy-CF7NkFDC.js +22 -0
- package/build/static/demo/v2/preview/html/assets/index-BWsIQ1EH.js +76 -0
- package/build/static/demo/v2/preview/html/assets/index-B_6Kcb-H.js +74 -0
- package/build/static/demo/v2/preview/html/assets/index-VcTKdkWt.js +1061 -0
- package/build/static/demo/v2/preview/html/assets/index-c_Lae2aM.js +4 -0
- package/build/static/demo/v2/preview/html/assets/init-6zSVdjuR.js +1577 -0
- package/build/static/demo/v2/preview/html/assets/input-with-slots-km08UJrd.js +7 -0
- package/build/static/demo/v2/preview/html/assets/input.fc-C1ytwpkt-bTPpCuNQ.js +271 -0
- package/build/static/demo/v2/preview/html/assets/ix-action-card.entry-CIgyqiQf.js +23 -0
- package/build/static/demo/v2/preview/html/assets/ix-application-header.entry-BAferosB.js +187 -0
- package/build/static/demo/v2/preview/html/assets/ix-application-sidebar.entry-CW10luYl.js +40 -0
- package/build/static/demo/v2/preview/html/assets/ix-application-switch-modal.entry-Cf8cxPgW.js +48 -0
- package/build/static/demo/v2/preview/html/assets/ix-application.entry-BINHMRFz.js +120 -0
- package/build/static/demo/v2/preview/html/assets/ix-avatar_2.entry-DHwFVF_K.js +93 -0
- package/build/static/demo/v2/preview/html/assets/ix-blind.entry-CF1Ln4FH.js +86 -0
- package/build/static/demo/v2/preview/html/assets/ix-breadcrumb-item.entry-BvnUlZad.js +70 -0
- package/build/static/demo/v2/preview/html/assets/ix-breadcrumb.entry-BAd3cY2I.js +103 -0
- package/build/static/demo/v2/preview/html/assets/ix-button.entry-CRiqzFkG.js +101 -0
- package/build/static/demo/v2/preview/html/assets/ix-card-accordion_2.entry-B6XSM9xC.js +81 -0
- package/build/static/demo/v2/preview/html/assets/ix-card-list.entry-D0jQOqfX.js +155 -0
- package/build/static/demo/v2/preview/html/assets/ix-card_2.entry-BTFL2Ekf.js +35 -0
- package/build/static/demo/v2/preview/html/assets/ix-category-filter.entry-D924wGUo.js +497 -0
- package/build/static/demo/v2/preview/html/assets/ix-checkbox-group.entry-BNyF_Cv-.js +89 -0
- package/build/static/demo/v2/preview/html/assets/ix-checkbox.entry-BTlDHNdu.js +109 -0
- package/build/static/demo/v2/preview/html/assets/ix-chip.entry-C2ONTqgJ.js +70 -0
- package/build/static/demo/v2/preview/html/assets/ix-col_4.entry-CZ49GtRE.js +553 -0
- package/build/static/demo/v2/preview/html/assets/ix-content-header.entry-B2rb6wwv.js +25 -0
- package/build/static/demo/v2/preview/html/assets/ix-content.entry-DGPFvRYj.js +27 -0
- package/build/static/demo/v2/preview/html/assets/ix-css-grid-item.entry-te-lGhkq.js +16 -0
- package/build/static/demo/v2/preview/html/assets/ix-css-grid.entry-CL9fyFUm.js +82 -0
- package/build/static/demo/v2/preview/html/assets/ix-custom-field.entry-DvGSJggv.js +44 -0
- package/build/static/demo/v2/preview/html/assets/ix-date-dropdown.entry-Bt709rSL.js +181 -0
- package/build/static/demo/v2/preview/html/assets/ix-date-input.entry-D4JuRopG.js +253 -0
- package/build/static/demo/v2/preview/html/assets/ix-date-time-card.entry-BbuiNfpo.js +31 -0
- package/build/static/demo/v2/preview/html/assets/ix-datetime-picker.entry-DkK0Tp6p.js +49 -0
- package/build/static/demo/v2/preview/html/assets/ix-divider.entry-miuSysZr.js +14 -0
- package/build/static/demo/v2/preview/html/assets/ix-drawer.entry-C5d5BIrF.js +135 -0
- package/build/static/demo/v2/preview/html/assets/ix-dropdown-button.entry-C284Le09.js +43 -0
- package/build/static/demo/v2/preview/html/assets/ix-dropdown-header.entry-B-_ACd4S.js +14 -0
- package/build/static/demo/v2/preview/html/assets/ix-dropdown-item.entry-B_af2CtU.js +49 -0
- package/build/static/demo/v2/preview/html/assets/ix-dropdown-quick-actions.entry-CijKaukT.js +14 -0
- package/build/static/demo/v2/preview/html/assets/ix-dropdown.entry-DftMOO31.js +403 -0
- package/build/static/demo/v2/preview/html/assets/ix-empty-state.entry-gdnvcMA0.js +16 -0
- package/build/static/demo/v2/preview/html/assets/ix-event-list-item.entry-Dzl_GcXp.js +36 -0
- package/build/static/demo/v2/preview/html/assets/ix-event-list.entry-BWbe0iXR.js +129 -0
- package/build/static/demo/v2/preview/html/assets/ix-expanding-search.entry-Bra1tzX9.js +81 -0
- package/build/static/demo/v2/preview/html/assets/ix-field-label_2.entry-CpajN8qr.js +174 -0
- package/build/static/demo/v2/preview/html/assets/ix-filter-chip_2.entry-CeNTgWyQ.js +110 -0
- package/build/static/demo/v2/preview/html/assets/ix-flip-tile-content.entry-BwxrRn4y.js +15 -0
- package/build/static/demo/v2/preview/html/assets/ix-flip-tile.entry-h2PC8IpF.js +127 -0
- package/build/static/demo/v2/preview/html/assets/ix-group-context-menu_2.entry-DyLYhTWo.js +74 -0
- package/build/static/demo/v2/preview/html/assets/ix-group.entry-CZtLbKne.js +161 -0
- package/build/static/demo/v2/preview/html/assets/ix-helper-text.entry-CD56QwiN.js +66 -0
- package/build/static/demo/v2/preview/html/assets/ix-icon-button_2.entry-p7yX7QzK.js +95 -0
- package/build/static/demo/v2/preview/html/assets/ix-icon-toggle-button.entry-C7zUrEYu.js +56 -0
- package/build/static/demo/v2/preview/html/assets/ix-icon.entry-Co7qlYpz.js +253 -0
- package/build/static/demo/v2/preview/html/assets/ix-input-group.entry-DHby_kcV.js +122 -0
- package/build/static/demo/v2/preview/html/assets/ix-input.entry-Dpz10z4m.js +156 -0
- package/build/static/demo/v2/preview/html/assets/ix-key-value-list.entry-D4uicCeS.js +15 -0
- package/build/static/demo/v2/preview/html/assets/ix-key-value.entry-CWdnuFkv.js +18 -0
- package/build/static/demo/v2/preview/html/assets/ix-kpi.entry-93n7kNbV.js +40 -0
- package/build/static/demo/v2/preview/html/assets/ix-layout-auto.entry-D1TtACRt.js +90 -0
- package/build/static/demo/v2/preview/html/assets/ix-link-button.entry-CTnqpsK5.js +23 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu-about-item.entry-CHFJyAik.js +29 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu-about-news.entry-28uo1qrP.js +29 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu-about.entry-C0R-Bc8y.js +42 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu-avatar.entry-D3vmp8xE.js +47 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu-category.entry-DPO8fZRu.js +204 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu-expand-icon.entry-D3uZcwxr.js +39 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu-item.entry-B0azZYlT.js +112 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu-settings-item.entry-EW91dIYc.js +29 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu-settings.entry-DmV8Tic2.js +104 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu.entry-C0CNaoX6.js +474 -0
- package/build/static/demo/v2/preview/html/assets/ix-message-bar.entry-8JM7iJTV.js +56 -0
- package/build/static/demo/v2/preview/html/assets/ix-modal-content_2.entry-8nB6mrm9.js +60 -0
- package/build/static/demo/v2/preview/html/assets/ix-modal-footer.entry-CVojT8C9.js +14 -0
- package/build/static/demo/v2/preview/html/assets/ix-modal-loading.entry-ZrRXvysM.js +14 -0
- package/build/static/demo/v2/preview/html/assets/ix-modal.entry-BARCVM8Z.js +180 -0
- package/build/static/demo/v2/preview/html/assets/ix-number-input.entry-BGbHGtcT.js +270 -0
- package/build/static/demo/v2/preview/html/assets/ix-pagination.entry-9cKU7Feq.js +151 -0
- package/build/static/demo/v2/preview/html/assets/ix-pane-layout.entry-B-cynyXc.js +270 -0
- package/build/static/demo/v2/preview/html/assets/ix-pane.entry-BNcCjRD-.js +466 -0
- package/build/static/demo/v2/preview/html/assets/ix-pill.entry-DUMPV7Bo.js +68 -0
- package/build/static/demo/v2/preview/html/assets/ix-progress-indicator.entry-D67NJI5O.js +108 -0
- package/build/static/demo/v2/preview/html/assets/ix-push-card.entry-BqfD6LMl.js +18 -0
- package/build/static/demo/v2/preview/html/assets/ix-radio-group.entry-BE6a0CGv.js +158 -0
- package/build/static/demo/v2/preview/html/assets/ix-radio.entry-lWfKmrSL.js +134 -0
- package/build/static/demo/v2/preview/html/assets/ix-select.entry-ClztaKAm.js +610 -0
- package/build/static/demo/v2/preview/html/assets/ix-slider.entry-CcX-eCG9.js +236 -0
- package/build/static/demo/v2/preview/html/assets/ix-split-button.entry-CBEDxvHn.js +44 -0
- package/build/static/demo/v2/preview/html/assets/ix-tab-item_2.entry-BlbG_zmw.js +433 -0
- package/build/static/demo/v2/preview/html/assets/ix-textarea.entry-BaLuOiee.js +224 -0
- package/build/static/demo/v2/preview/html/assets/ix-tile.entry-Byxfx-if.js +36 -0
- package/build/static/demo/v2/preview/html/assets/ix-time-input.entry-C9nwO4e_.js +257 -0
- package/build/static/demo/v2/preview/html/assets/ix-time-picker.entry-jn6GPZJK.js +591 -0
- package/build/static/demo/v2/preview/html/assets/ix-toast-container.entry-BxJzO1qC.js +109 -0
- package/build/static/demo/v2/preview/html/assets/ix-toast.entry-B8in75Vw.js +87 -0
- package/build/static/demo/v2/preview/html/assets/ix-toggle-button.entry-C0395Y7_.js +47 -0
- package/build/static/demo/v2/preview/html/assets/ix-toggle.entry-Kx-L7SBb.js +118 -0
- package/build/static/demo/v2/preview/html/assets/ix-tooltip.entry-Ck2sYYcQ.js +323 -0
- package/build/static/demo/v2/preview/html/assets/ix-tree-item.entry-DpVjUHR3.js +29 -0
- package/build/static/demo/v2/preview/html/assets/ix-tree.entry-CVG3eTH1.js +580 -0
- package/build/static/demo/v2/preview/html/assets/ix-typography.entry-DKOKOJaE.js +35 -0
- package/build/static/demo/v2/preview/html/assets/ix-upload.entry-CV7CfncL.js +146 -0
- package/build/static/demo/v2/preview/html/assets/ix-validation-tooltip.entry-B2-FKrpn.js +150 -0
- package/build/static/demo/v2/preview/html/assets/ix-workflow-step.entry-BhauAYHK.js +119 -0
- package/build/static/demo/v2/preview/html/assets/ix-workflow-steps.entry-DEmOnb3c.js +77 -0
- package/build/static/demo/v2/preview/html/assets/key-value-list-with-icon-MH6Mvgrw.js +7 -0
- package/build/static/demo/v2/preview/html/assets/key-value-with-icon-MH6Mvgrw.js +7 -0
- package/build/static/demo/v2/preview/html/assets/listener-DcAn-vyA-vMwX8dLP.js +64 -0
- package/build/static/demo/v2/preview/html/assets/loading-D1eanxfo.js +23 -0
- package/build/static/demo/v2/preview/html/assets/menu-category-CsGl8jiZ.js +14 -0
- package/build/static/demo/v2/preview/html/assets/menu-with-bottom-tabs-DDqDSFLW.js +8 -0
- package/build/static/demo/v2/preview/html/assets/message-B0A6QA5c.js +21 -0
- package/build/static/demo/v2/preview/html/assets/message-bar-removal-90-p8mnq.js +27 -0
- package/build/static/demo/v2/preview/html/assets/modal-B4NTsLyj.js +56 -0
- package/build/static/demo/v2/preview/html/assets/modal-BJAcx3Qd-CMIZ8YSL.js +224 -0
- package/build/static/demo/v2/preview/html/assets/modal-close-CIL-3qAR.js +59 -0
- package/build/static/demo/v2/preview/html/assets/modal-form-ix-button-submit-Cw4Ra31w.js +54 -0
- package/build/static/demo/v2/preview/html/assets/modal-sizes-D1ESLif6.js +56 -0
- package/build/static/demo/v2/preview/html/assets/number-input-with-slots-km08UJrd.js +7 -0
- package/build/static/demo/v2/preview/html/assets/pill-BuAYsW_H.js +7 -0
- package/build/static/demo/v2/preview/html/assets/pill-variants-C3S7fdno.js +7 -0
- package/build/static/demo/v2/preview/html/assets/push-card-km08UJrd.js +7 -0
- package/build/static/demo/v2/preview/html/assets/slider-error-BmJqSYnQ.js +9 -0
- package/build/static/demo/v2/preview/html/assets/slider-marker-BmJqSYnQ.js +9 -0
- package/build/static/demo/v2/preview/html/assets/slider-trace-BmJqSYnQ.js +9 -0
- package/build/static/demo/v2/preview/html/assets/split-button-TN-f5qhu.js +7 -0
- package/build/static/demo/v2/preview/html/assets/split-button-icons-m2iH_QyE.js +10 -0
- package/build/static/demo/v2/preview/html/assets/tabs-CcAdORz5.css +32 -0
- package/build/static/demo/v2/preview/html/assets/tabs-overflow-DWhXzaR3.js +14 -0
- package/build/static/demo/v2/preview/html/assets/tabs-rounded-ByQqpX4p.js +12 -0
- package/build/static/demo/v2/preview/html/assets/theme-switcher-CpQ8JvHL-B4B-3Xrp.js +154 -0
- package/build/static/demo/v2/preview/html/assets/theme-switcher-DQoWbElz.js +57 -0
- package/build/static/demo/v2/preview/html/assets/tile-DxPWnSId.js +8 -0
- package/build/static/demo/v2/preview/html/assets/time-input-with-slots-km08UJrd.js +7 -0
- package/build/static/demo/v2/preview/html/assets/toast-BYBP5w_W.js +18 -0
- package/build/static/demo/v2/preview/html/assets/toast-custom-BNMRKrwN.js +51 -0
- package/build/static/demo/v2/preview/html/assets/toast-position-DOum0rFY.js +19 -0
- package/build/static/demo/v2/preview/html/assets/toggle-button-primary-COPSYDpB.js +29 -0
- package/build/static/demo/v2/preview/html/assets/toggle-button-secondary-COPSYDpB.js +29 -0
- package/build/static/demo/v2/preview/html/assets/toggle-button-subtle-primary-COPSYDpB.js +29 -0
- package/build/static/demo/v2/preview/html/assets/toggle-button-subtle-secondary-COPSYDpB.js +29 -0
- package/build/static/demo/v2/preview/html/assets/toggle-button-subtle-tertiary-COPSYDpB.js +29 -0
- package/build/static/demo/v2/preview/html/assets/toggle-button-tertiary-COPSYDpB.js +29 -0
- package/build/static/demo/v2/preview/html/assets/tooltip-with-icon-CsffgxQY.js +8 -0
- package/build/static/demo/v2/preview/html/assets/tree-custom-CJnp0YOH.js +5 -0
- package/build/static/demo/v2/preview/html/assets/validation-CTBekLDe-sG9H3Ujv.js +115 -0
- package/build/static/demo/v2/preview/html/assets/validation-select-BFnRnzvg.js +10 -0
- package/build/static/demo/v2/preview/html/assets/vertical-tabs-k0YwyxPH.js +10 -0
- package/build/static/demo/v2/preview/html/assets/vertical-tabs-with-avatar-k0YwyxPH.js +10 -0
- package/build/static/demo/v2/preview/html/component-usage-by-component.json +17 -13
- package/build/static/demo/v2/preview/html/component-usage.json +37 -27
- package/build/static/demo/v2/preview/html/index.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/about-and-legal.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/action-card.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/add-icons.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/aggrid.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/application-advanced.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/application-app-switch.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/application-breakpoints.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/application-header.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/application.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/aria-label-properties.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/avatar-image.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/avatar-initials.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/avatar.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/blind-header-actions.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/blind-variants.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/blind.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/breadcrumb-next-items.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/breadcrumb-truncate.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/breadcrumb.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/button-danger-primary.html +25 -0
- package/build/static/demo/v2/preview/html/preview-examples/button-danger-secondary.html +25 -0
- package/build/static/demo/v2/preview/html/preview-examples/button-danger-tertiary.html +25 -0
- package/build/static/demo/v2/preview/html/preview-examples/button-group.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/button-loading.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/button-secondary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/button-subtle-primary.html +25 -0
- package/build/static/demo/v2/preview/html/preview-examples/button-subtle-secondary.html +25 -0
- package/build/static/demo/v2/preview/html/preview-examples/button-subtle-tertiary.html +25 -0
- package/build/static/demo/v2/preview/html/preview-examples/button-tertiary.html +25 -0
- package/build/static/demo/v2/preview/html/preview-examples/button-text-icon.html +7 -7
- package/build/static/demo/v2/preview/html/preview-examples/button-with-icon.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/button-with-link.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/buttons.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/card-list.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/card.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/category-filter-suggestions.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/category-filter.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/checkbox-indeterminate.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/checkbox.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/chip.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/content-header-no-back.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/content-header-with-slot.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/content-header.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/content.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/custom-field-validation.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/custom-field.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/date-dropdown-user-range.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/date-dropdown.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/date-input-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/date-input-label.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/date-input-min-max-date.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/date-input-readonly.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/date-input-validation.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/date-input-with-slots.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/date-input.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/datepicker-locale.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/datepicker-range.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/datepicker.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/datetimepicker.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/divider.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/drawer-full-height.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/drawer.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/dropdown-button-icon.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/dropdown-button.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/dropdown-icon.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/dropdown-quick-actions.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/dropdown-submenu.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/dropdown.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/echarts-bar-horizontal-stacked.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-bar-simple.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-circle.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-empty-state.html +12 -12
- package/build/static/demo/v2/preview/html/preview-examples/echarts-gauge.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-line-advanced.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-line-multiple-y-axis.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-line-simple.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-pie.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-progress-arc.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-progress-circle.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-special-3d.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-special-toolbox.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-special-zoom.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/empty-state-compact-break.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/empty-state-compact.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/empty-state.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/event-list-compact.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/event-list-custom-item-height-in-number.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/event-list-custom-item-height.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/event-list-filled.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/event-list-selected.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/event-list.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/expanding-search.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/flip-tile.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/form-checkbox-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/form-checkbox-group-indeterminate.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/form-checkbox-group.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/form-checkbox-validation.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/form-checkbox.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/form-layout-auto.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/form-layout-grid.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/grid-padding.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/grid-size.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/grid.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/group-context-menu.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/group-custom-entry.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/group-header-suppressed.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/group.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/html-table-striped.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/html-table.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/icon-toggle-button-secondary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/icon-toggle-button-subtle-primary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/icon-toggle-button-subtle-secondary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/icon-toggle-button-subtle-tertiary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/icon-toggle-button-tertiary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/input-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/input-label.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/input-legacy-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/input-legacy-readonly.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/input-legacy.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/input-pattern.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/input-readonly.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/input-types.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/input-validation.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/input-with-slots.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/input.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/key-value-list-striped.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/key-value-list-with-custom-value.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/key-value-list-with-icon.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/key-value-list.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/key-value-with-custom-value.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/key-value-with-icon.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/key-value-with-label-left.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/key-value.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/kpi.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/layout-auto-custom.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/layout-auto.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/link-button-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/link-button.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/loading.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/menu-category.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/menu-with-bottom-tabs.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/message-bar-removal.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/message-bar.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/message.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/modal-close.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/modal-form-ix-button-submit.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/modal-sizes.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/modal.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/number-input-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/number-input-label.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/number-input-readonly.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/number-input-stepper-button.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/number-input-validation.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/number-input-with-slots.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/number-input.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/pagination-advanced.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/pagination.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/pane-layout.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/pane.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/pill-variants.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/pill.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/popover-news.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/progress-indicator-circular-sizes.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/progress-indicator-circular-status.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/progress-indicator-circular.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/progress-indicator-linear-sizes.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/progress-indicator-linear-status.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/progress-indicator.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/push-card.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/radio-button.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/radio-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/radio-group.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/radio-validation.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/radio.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/select-editable.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/select-multiple.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/select-validation.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/select.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/settings.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/slider-error.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/slider-marker.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/slider-trace.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/slider-validation.html +74 -0
- package/build/static/demo/v2/preview/html/preview-examples/slider.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/spinner-large.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/spinner.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/split-button-icons.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/split-button.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/tabs-overflow.html +60 -0
- package/build/static/demo/v2/preview/html/preview-examples/tabs-rounded.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/tabs.html +33 -20
- package/build/static/demo/v2/preview/html/preview-examples/textarea-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/textarea-legacy-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/textarea-legacy-readonly.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/textarea-legacy.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/textarea-readonly.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/textarea-rows-cols.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/textarea-validation.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/textarea.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/theme-switcher.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/tile.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/time-input-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/time-input-label.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/time-input-readonly.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/time-input-validation.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/time-input-with-slots.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/time-input.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/timepicker-format-adjusted.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/timepicker-intervals.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/timepicker.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/toast-custom.html +11 -11
- package/build/static/demo/v2/preview/html/preview-examples/toast-position.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/toast.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/toggle-button-primary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/toggle-button-secondary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/toggle-button-subtle-primary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/toggle-button-subtle-secondary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/toggle-button-subtle-tertiary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/toggle-button-tertiary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/toggle-checked.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/toggle-custom-label.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/toggle-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/toggle-indeterminate.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/toggle.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/tooltip-with-icon.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/tooltip.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/tree-custom.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/tree.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/upload.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/validation-select.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/vertical-tabs-with-avatar.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/vertical-tabs.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/workflow-vertical.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/workflow.html +3 -3
- package/build/static/demo/v2/preview/mobile/assets/index-CFPRKwV2.css +1 -0
- package/build/static/demo/v2/preview/mobile/assets/index-X1He9H_F.js +2 -0
- package/build/static/demo/v2/preview/mobile/assets/index-legacy-CZAc-Omx.js +46 -0
- package/build/static/demo/v2/preview/mobile/assets/index7-2H6b30SR.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/index7-legacy-1rTT3JsI.js +5 -0
- package/build/static/demo/v2/preview/mobile/assets/index8-CI09UbGf.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/index8-legacy-oyrG2CxX.js +5 -0
- package/build/static/demo/v2/preview/mobile/assets/input-shims-DVg5nRWa.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/input-shims-legacy-D0GZstDH.js +5 -0
- package/build/static/demo/v2/preview/mobile/assets/ios.transition-CcsvWtNH.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/ios.transition-legacy-Cr0-DHxu.js +5 -0
- package/build/static/demo/v2/preview/mobile/assets/keyboard-B2gai_bL.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/keyboard-legacy-DZ8P_qqB.js +5 -0
- package/build/static/demo/v2/preview/mobile/assets/md.transition-DCAaHW24.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/md.transition-legacy-lPCgnZLq.js +5 -0
- package/build/static/demo/v2/preview/mobile/assets/status-tap-BAsD7KXk.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/status-tap-legacy-Cirxs89r.js +5 -0
- package/build/static/demo/v2/preview/mobile/assets/swipe-back-BoZqzKrh.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/swipe-back-legacy-n5u92_tx.js +5 -0
- package/build/static/demo/v2/preview/mobile/assets/web-DoSuDtt4.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/web-DyDqv4X_.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/web-legacy-C_mU7i8P.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/web-legacy-DPHjEMsE.js +1 -0
- package/build/static/demo/v2/preview/mobile/index.html +3 -3
- package/build/static/demo/v2/react/button-danger-primary.tsx +23 -0
- package/build/static/demo/v2/react/button-danger-secondary.tsx +25 -0
- package/build/static/demo/v2/react/button-danger-tertiary.tsx +25 -0
- package/build/static/demo/v2/react/button-secondary.tsx +2 -2
- package/build/static/demo/v2/react/button-subtle-primary.tsx +23 -0
- package/build/static/demo/v2/react/button-subtle-secondary.tsx +25 -0
- package/build/static/demo/v2/react/button-subtle-tertiary.tsx +25 -0
- package/build/static/demo/v2/react/button-tertiary.tsx +25 -0
- package/build/static/demo/v2/react/button-with-link.tsx +6 -6
- package/build/static/demo/v2/react/content-header-with-slot.tsx +3 -3
- package/build/static/demo/v2/react/input.tsx +7 -1
- package/build/static/demo/v2/react/loading.tsx +1 -1
- package/build/static/demo/v2/react/menu-with-bottom-tabs.tsx +1 -1
- package/build/static/demo/v2/react/slider-validation.tsx +68 -0
- package/build/static/demo/v2/react/tabs-overflow.tsx +44 -0
- package/build/static/demo/v2/react/tabs-rounded.tsx +6 -6
- package/build/static/demo/v2/react/tabs.scoped.css +7 -1
- package/build/static/demo/v2/react/tabs.tsx +5 -3
- package/build/static/demo/v2/react/vertical-tabs-with-avatar.tsx +1 -1
- package/build/static/demo/v2/vue/button-danger-primary.vue +19 -0
- package/build/static/demo/v2/vue/button-danger-secondary.vue +19 -0
- package/build/static/demo/v2/vue/button-danger-tertiary.vue +19 -0
- package/build/static/demo/v2/vue/button-secondary.vue +2 -2
- package/build/static/demo/v2/vue/button-subtle-primary.vue +19 -0
- package/build/static/demo/v2/vue/button-subtle-secondary.vue +19 -0
- package/build/static/demo/v2/vue/button-subtle-tertiary.vue +19 -0
- package/build/static/demo/v2/vue/button-tertiary.vue +19 -0
- package/build/static/demo/v2/vue/button-with-link.vue +6 -6
- package/build/static/demo/v2/vue/content-header-with-slot.vue +3 -3
- package/build/static/demo/v2/vue/loading.vue +2 -2
- package/build/static/demo/v2/vue/menu-with-bottom-tabs.vue +1 -1
- package/build/static/demo/v2/vue/slider-validation.vue +66 -0
- package/build/static/demo/v2/vue/tabs-overflow.vue +44 -0
- package/build/static/demo/v2/vue/tabs.css +7 -1
- package/build/static/demo/v2/vue/tabs.vue +21 -3
- package/build/static/storybook-static/assets/Color-ASIRERSW-DgFEgTSe.js +1 -0
- package/build/static/storybook-static/assets/DocsRenderer-GHJI37HO-3uC0Kc23.js +10 -0
- package/build/static/storybook-static/assets/WithTooltip-IO6J4KBT-D7DL2Ujg.js +9 -0
- package/build/static/storybook-static/assets/a11y-action-card.stories-CNJpcs5A.js +72 -0
- package/build/static/storybook-static/assets/a11y-menu.stories-CEa_nicC.js +216 -0
- package/build/static/storybook-static/assets/action-card.stories-BSIi9GF2.js +86 -0
- package/build/static/storybook-static/assets/application-header.stories-8IvjK02r.js +158 -0
- package/build/static/storybook-static/assets/avatar.stories-LJmUFMc5.js +30 -0
- package/build/static/storybook-static/assets/axe-BpZO0Bda.js +20 -0
- package/build/static/storybook-static/assets/blind.stories-CDHjcn0p.js +8 -0
- package/build/static/storybook-static/assets/blocks-DX-rwcyT.js +750 -0
- package/build/static/storybook-static/assets/breakcrumb.stories-DHRrpg-4.js +12 -0
- package/build/static/storybook-static/assets/button-group.stories-DEjmt_0I.js +14 -0
- package/build/static/storybook-static/assets/button.stories-J4gRz_e6.js +89 -0
- package/build/static/storybook-static/assets/checkbox-group.stories-BlJy2Z1v.js +16 -0
- package/build/static/storybook-static/assets/checkbox.stories-DWNxBfwH.js +21 -0
- package/build/static/storybook-static/assets/chip.stories-D4fK4F-P.js +50 -0
- package/build/static/storybook-static/assets/date-dropdown.stories-BFDlsJHd.js +3 -0
- package/build/static/storybook-static/assets/drawer.stories-7bRKGnZO.js +24 -0
- package/build/static/storybook-static/assets/dropdown-button.stories-B1T8RhpY.js +91 -0
- package/build/static/storybook-static/assets/event-list-item.stories-DTF0BWKG.js +37 -0
- package/build/static/storybook-static/assets/event-list.stories-BdIOAy2R.js +15 -0
- package/build/static/storybook-static/assets/expanding-search.stories-DpxGgbIK.js +5 -0
- package/build/static/storybook-static/assets/flip-tile.stories-C8F7_4mP.js +12 -0
- package/build/static/storybook-static/assets/formatter-QJ4M4OGQ-8wXDlFrr.js +1 -0
- package/build/static/storybook-static/assets/generic-render-QLLvfCCW.js +1 -0
- package/build/static/storybook-static/assets/group.stories-x0T0NWSh.js +20 -0
- package/build/static/storybook-static/assets/iframe-CsJz8tdT.css +1 -0
- package/build/static/storybook-static/assets/iframe-DJKWFKy9.js +1039 -0
- package/build/static/storybook-static/assets/index-DzYQ_BiM.js +1 -0
- package/build/static/storybook-static/assets/input-date.stories-BIK-4FzF.js +7 -0
- package/build/static/storybook-static/assets/input-number.stories-CMpKT_0D.js +70 -0
- package/build/static/storybook-static/assets/input-time.stories-Bz6JxoxE.js +7 -0
- package/build/static/storybook-static/assets/input.stories-CVTjVPni.js +31 -0
- package/build/static/storybook-static/assets/introduction--Tp1TiFr.js +10 -0
- package/build/static/storybook-static/assets/link-button.stories-CZXTtIJm.js +5 -0
- package/build/static/storybook-static/assets/menu-category.stories-B66m6_HY.js +16 -0
- package/build/static/storybook-static/assets/menu-item.stories-k9qBREKA.js +35 -0
- package/build/static/storybook-static/assets/menu.stories-C4JQOAgd.js +18 -0
- package/build/static/storybook-static/assets/message-bar.stories-CLGioCXA.js +47 -0
- package/build/static/storybook-static/assets/modal.stories-DEEKjhsq.js +69 -0
- package/build/static/storybook-static/assets/pagination.stories-Cd7mSJAA.js +1 -0
- package/build/static/storybook-static/assets/pane.stories-C6K9GzyF.js +23 -0
- package/build/static/storybook-static/assets/pill.stories-Dfe0oxIK.js +50 -0
- package/build/static/storybook-static/assets/progress-indicator.stories-CtDZiieV.js +27 -0
- package/build/static/storybook-static/assets/push-card.stories-Q4CCWS3v.js +10 -0
- package/build/static/storybook-static/assets/radio-group.stories-CVBuDefO.js +14 -0
- package/build/static/storybook-static/assets/radio.stories-5bNY7AwS.js +12 -0
- package/build/static/storybook-static/assets/sample-4XlXCCij.js +1 -0
- package/build/static/storybook-static/assets/select.stories-1gyJJFYP.js +131 -0
- package/build/static/storybook-static/assets/slider.stories-BH6XxAkD.js +25 -0
- package/build/static/storybook-static/assets/spinner.stories-j86pSAQF.js +5 -0
- package/build/static/storybook-static/assets/split-button.stories-C68dlx14.js +23 -0
- package/build/static/storybook-static/assets/syntaxhighlighter-IQDEPFLK-CO2Ynump.js +6 -0
- package/build/static/storybook-static/assets/tabs.stories-C64IcF7e.js +109 -0
- package/build/static/storybook-static/assets/textarea.stories-CIEh4PUU.js +16 -0
- package/build/static/storybook-static/assets/tile.stories-DE20UBUz.js +3 -0
- package/build/static/storybook-static/assets/time-picker.stories-CBxF3les.js +42 -0
- package/build/static/storybook-static/assets/toast.stories-PEJkxwgI.js +9 -0
- package/build/static/storybook-static/assets/toggle-button.stories-DIjINFb5.js +70 -0
- package/build/static/storybook-static/assets/toggle.stories-CNExR4D8.js +46 -0
- package/build/static/storybook-static/assets/tree.stories-PMBy2ifL.js +71 -0
- package/build/static/storybook-static/iframe.html +2 -2
- package/build/static/storybook-static/index.json +1 -1
- package/build/static/storybook-static/project.json +1 -1
- package/package.json +7 -8
- package/build/docs/autogenerated/playground/button-danger-ghost.mdx +0 -67
- package/build/docs/autogenerated/playground/button-danger-outline.mdx +0 -67
- package/build/docs/autogenerated/playground/button-danger.mdx +0 -67
- package/build/docs/autogenerated/playground/button-ghost.mdx +0 -61
- package/build/docs/autogenerated/playground/button-grey-ghost.mdx +0 -61
- package/build/docs/autogenerated/playground/button-grey-secondary.mdx +0 -61
- package/build/docs/autogenerated/playground/button-grey.mdx +0 -61
- package/build/docs/autogenerated/usage/angular/button-danger-ghost.html.md +0 -4
- package/build/docs/autogenerated/usage/angular/button-danger-ghost.ts.md +0 -10
- package/build/docs/autogenerated/usage/angular/button-danger-outline.ts.md +0 -11
- package/build/docs/autogenerated/usage/angular/button-danger.ts.md +0 -11
- package/build/docs/autogenerated/usage/angular/button-ghost.ts.md +0 -14
- package/build/docs/autogenerated/usage/angular/button-grey-ghost.ts.md +0 -22
- package/build/docs/autogenerated/usage/angular/button-grey-secondary.ts.md +0 -14
- package/build/docs/autogenerated/usage/angular/button-grey.ts.md +0 -14
- package/build/docs/autogenerated/usage/angular_standalone/button-danger-ghost.html.md +0 -4
- package/build/docs/autogenerated/usage/angular_standalone/button-danger-ghost.ts.md +0 -11
- package/build/docs/autogenerated/usage/angular_standalone/button-danger-outline.ts.md +0 -12
- package/build/docs/autogenerated/usage/angular_standalone/button-danger.ts.md +0 -12
- package/build/docs/autogenerated/usage/angular_standalone/button-ghost.ts.md +0 -15
- package/build/docs/autogenerated/usage/angular_standalone/button-grey-ghost.ts.md +0 -23
- package/build/docs/autogenerated/usage/angular_standalone/button-grey-secondary.ts.md +0 -15
- package/build/docs/autogenerated/usage/angular_standalone/button-grey.ts.md +0 -15
- package/build/docs/autogenerated/usage/html/button-danger-ghost.html.md +0 -16
- package/build/docs/autogenerated/usage/html/button-danger-outline.html.md +0 -16
- package/build/docs/autogenerated/usage/html/button-danger.html.md +0 -16
- package/build/docs/autogenerated/usage/html/button-ghost.html.md +0 -16
- package/build/docs/autogenerated/usage/html/button-grey-ghost.html.md +0 -16
- package/build/docs/autogenerated/usage/html/button-grey-secondary.html.md +0 -16
- package/build/docs/autogenerated/usage/html/button-grey.html.md +0 -16
- package/build/docs/autogenerated/usage/react/button-danger-ghost.tsx.md +0 -18
- package/build/docs/autogenerated/usage/react/button-danger-outline.tsx.md +0 -18
- package/build/docs/autogenerated/usage/react/button-danger.tsx.md +0 -16
- package/build/docs/autogenerated/usage/react/button-ghost.tsx.md +0 -18
- package/build/docs/autogenerated/usage/react/button-grey-ghost.tsx.md +0 -18
- package/build/docs/autogenerated/usage/react/button-grey-secondary.tsx.md +0 -18
- package/build/docs/autogenerated/usage/react/button-grey.tsx.md +0 -16
- package/build/docs/autogenerated/usage/vue/button-danger-ghost.vue.md +0 -12
- package/build/docs/autogenerated/usage/vue/button-danger-outline.vue.md +0 -12
- package/build/docs/autogenerated/usage/vue/button-danger.vue.md +0 -12
- package/build/docs/autogenerated/usage/vue/button-ghost.vue.md +0 -12
- package/build/docs/autogenerated/usage/vue/button-grey-ghost.vue.md +0 -12
- package/build/docs/autogenerated/usage/vue/button-grey-secondary.vue.md +0 -12
- package/build/docs/autogenerated/usage/vue/button-grey.vue.md +0 -12
- package/build/static/demo/v2/angular/button-danger-ghost.html +0 -2
- package/build/static/demo/v2/angular/button-danger-ghost.ts +0 -17
- package/build/static/demo/v2/angular/button-danger-outline.ts +0 -18
- package/build/static/demo/v2/angular/button-danger.ts +0 -18
- package/build/static/demo/v2/angular/button-ghost.ts +0 -21
- package/build/static/demo/v2/angular/button-grey-ghost.ts +0 -29
- package/build/static/demo/v2/angular/button-grey-secondary.ts +0 -21
- package/build/static/demo/v2/angular/button-grey.ts +0 -21
- package/build/static/demo/v2/angular_standalone/button-danger-ghost.html +0 -11
- package/build/static/demo/v2/angular_standalone/button-danger-ghost.ts +0 -18
- package/build/static/demo/v2/angular_standalone/button-danger-outline.ts +0 -19
- package/build/static/demo/v2/angular_standalone/button-danger.ts +0 -19
- package/build/static/demo/v2/angular_standalone/button-ghost.ts +0 -22
- package/build/static/demo/v2/angular_standalone/button-grey-ghost.ts +0 -30
- package/build/static/demo/v2/angular_standalone/button-grey-secondary.ts +0 -22
- package/build/static/demo/v2/angular_standalone/button-grey.ts +0 -22
- package/build/static/demo/v2/html/button-danger-ghost.html +0 -23
- package/build/static/demo/v2/html/button-danger-outline.html +0 -23
- package/build/static/demo/v2/html/button-danger.html +0 -23
- package/build/static/demo/v2/html/button-ghost.html +0 -23
- package/build/static/demo/v2/html/button-grey-ghost.html +0 -23
- package/build/static/demo/v2/html/button-grey-secondary.html +0 -23
- package/build/static/demo/v2/html/button-grey.html +0 -23
- package/build/static/demo/v2/preview/html/assets/a11y-Bb7pDeaQ-DNI84lDX.js +0 -123
- package/build/static/demo/v2/preview/html/assets/action-card-Cb_1_xn-.js +0 -12
- package/build/static/demo/v2/preview/html/assets/add-icons-BVuw-SvH.js +0 -8
- package/build/static/demo/v2/preview/html/assets/aggrid-BSE6K_v0.js +0 -51101
- package/build/static/demo/v2/preview/html/assets/animation-C5MWUgDN-BXCJNYHu.js +0 -85
- package/build/static/demo/v2/preview/html/assets/application-BLsK01JS.js +0 -7
- package/build/static/demo/v2/preview/html/assets/application-advanced-D9f2D8hh.js +0 -30
- package/build/static/demo/v2/preview/html/assets/application-app-switch-Da61Z0f9.js +0 -96
- package/build/static/demo/v2/preview/html/assets/application-breakpoints-CFhC6PcC.js +0 -15
- package/build/static/demo/v2/preview/html/assets/application-header-CfMClY66.js +0 -7
- package/build/static/demo/v2/preview/html/assets/base-button-D4FlHdn0-BZSMi0so.js +0 -67
- package/build/static/demo/v2/preview/html/assets/base-icon-button-rBR4ri6c-B-WitV9r.js +0 -8
- package/build/static/demo/v2/preview/html/assets/blind-header-actions-B2zimzoG.js +0 -8
- package/build/static/demo/v2/preview/html/assets/blind-variants-B57c5mMR.js +0 -7
- package/build/static/demo/v2/preview/html/assets/button-loading-h8RachXA.js +0 -7
- package/build/static/demo/v2/preview/html/assets/button-text-icon-Dbj0_HXm.js +0 -8
- package/build/static/demo/v2/preview/html/assets/button-with-icon-B4KPgAJW.js +0 -8
- package/build/static/demo/v2/preview/html/assets/button-with-link-6nNBBYBz.js +0 -9
- package/build/static/demo/v2/preview/html/assets/card-DoSN94hj.js +0 -12
- package/build/static/demo/v2/preview/html/assets/card-list-6wxHbPvW.js +0 -8
- package/build/static/demo/v2/preview/html/assets/chip-BjYuOnNt.js +0 -7
- package/build/static/demo/v2/preview/html/assets/content-BLsK01JS.js +0 -7
- package/build/static/demo/v2/preview/html/assets/content-header-no-back-BNMpni6k.js +0 -9
- package/build/static/demo/v2/preview/html/assets/content-header-with-slot-iWfOljIr.js +0 -7
- package/build/static/demo/v2/preview/html/assets/custom-field-DiJujJOk.js +0 -7
- package/build/static/demo/v2/preview/html/assets/date-input-with-slots-Cx2Aydq7.js +0 -7
- package/build/static/demo/v2/preview/html/assets/datetime-bDicGJUN-GV0o9Ayg.js +0 -6123
- package/build/static/demo/v2/preview/html/assets/dropdown-button-CFKHvfi8.js +0 -7
- package/build/static/demo/v2/preview/html/assets/dropdown-button-icon-CFKHvfi8.js +0 -7
- package/build/static/demo/v2/preview/html/assets/dropdown-icon-Dp6kQjze.js +0 -9
- package/build/static/demo/v2/preview/html/assets/dropdown-quick-actions-C_7rDPHg.js +0 -11
- package/build/static/demo/v2/preview/html/assets/dropdown-submenu-Dp8mqswf.js +0 -9
- package/build/static/demo/v2/preview/html/assets/echarts-XDz4rE2o.js +0 -144
- package/build/static/demo/v2/preview/html/assets/echarts-bar-horizontal-stacked-D1VomwXf.js +0 -63
- package/build/static/demo/v2/preview/html/assets/echarts-bar-simple-1PgBJ5Qu.js +0 -57
- package/build/static/demo/v2/preview/html/assets/echarts-circle-B7isD-vT.js +0 -65
- package/build/static/demo/v2/preview/html/assets/echarts-empty-state-t17-zG0Y.js +0 -84
- package/build/static/demo/v2/preview/html/assets/echarts-gauge-21Nk2yJ2.js +0 -142
- package/build/static/demo/v2/preview/html/assets/echarts-line-advanced-VRVtRJeG.js +0 -83
- package/build/static/demo/v2/preview/html/assets/echarts-line-multiple-y-axis-Cn_yV5-v.js +0 -126
- package/build/static/demo/v2/preview/html/assets/echarts-line-simple-jp307faF.js +0 -45
- package/build/static/demo/v2/preview/html/assets/echarts-pie-C4J2zAr8.js +0 -64
- package/build/static/demo/v2/preview/html/assets/echarts-progress-arc-Cri9EOVe.js +0 -84
- package/build/static/demo/v2/preview/html/assets/echarts-progress-circle-BJDbYJYU.js +0 -93
- package/build/static/demo/v2/preview/html/assets/echarts-special-3d-JYC7ETio.js +0 -80
- package/build/static/demo/v2/preview/html/assets/echarts-special-toolbox-nXgcX-kI.js +0 -61
- package/build/static/demo/v2/preview/html/assets/echarts-special-zoom-BJYfcLj8.js +0 -87
- package/build/static/demo/v2/preview/html/assets/empty-state-Bws4ijq9.js +0 -7
- package/build/static/demo/v2/preview/html/assets/empty-state-compact-Bws4ijq9.js +0 -7
- package/build/static/demo/v2/preview/html/assets/empty-state-compact-break-Bws4ijq9.js +0 -7
- package/build/static/demo/v2/preview/html/assets/event-list-custom-item-height-in-number-DmNr693U.js +0 -6
- package/build/static/demo/v2/preview/html/assets/event-list-filled-gfaqO0lJ.js +0 -18
- package/build/static/demo/v2/preview/html/assets/event-list-selected-B6i51hWg.js +0 -27
- package/build/static/demo/v2/preview/html/assets/flip-tile-COQwcIYZ.js +0 -7
- package/build/static/demo/v2/preview/html/assets/global-D_T-tGgV.css +0 -5584
- package/build/static/demo/v2/preview/html/assets/global-X2k8gwUL.js +0 -2945
- package/build/static/demo/v2/preview/html/assets/helper-text-util-gKdL-wH2-BxY7xz-E.js +0 -26
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-secondary-CfJdkGH-.js +0 -29
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-subtle-primary-CfJdkGH-.js +0 -29
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-subtle-secondary-CfJdkGH-.js +0 -29
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-subtle-tertiary-CfJdkGH-.js +0 -29
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-tertiary-CfJdkGH-.js +0 -29
- package/build/static/demo/v2/preview/html/assets/index-75AAQH08-BEc5f8Hi.js +0 -22
- package/build/static/demo/v2/preview/html/assets/index-8HpPmDK_-DinFJk0z.js +0 -96
- package/build/static/demo/v2/preview/html/assets/index-9C4SZZZA.js +0 -1080
- package/build/static/demo/v2/preview/html/assets/index-CgS9EJPk.js +0 -4
- package/build/static/demo/v2/preview/html/assets/index-CtK4JYCE.js +0 -76
- package/build/static/demo/v2/preview/html/assets/index-Em54lVv3.js +0 -68
- package/build/static/demo/v2/preview/html/assets/init-BwA_PJxl.js +0 -1547
- package/build/static/demo/v2/preview/html/assets/input-with-slots-Cx2Aydq7.js +0 -7
- package/build/static/demo/v2/preview/html/assets/input.fc-KJF8Z9iJ-DsbniA2d.js +0 -212
- package/build/static/demo/v2/preview/html/assets/ix-action-card.entry-DcyCaXCh.js +0 -23
- package/build/static/demo/v2/preview/html/assets/ix-application-header.entry-FtPZmUij.js +0 -177
- package/build/static/demo/v2/preview/html/assets/ix-application-sidebar.entry-Bi5SGHkB.js +0 -40
- package/build/static/demo/v2/preview/html/assets/ix-application-switch-modal.entry-d0IZZBF7.js +0 -48
- package/build/static/demo/v2/preview/html/assets/ix-application.entry-oiKUjZCo.js +0 -110
- package/build/static/demo/v2/preview/html/assets/ix-avatar_2.entry-Dyrqx5nu.js +0 -93
- package/build/static/demo/v2/preview/html/assets/ix-blind.entry-D7ScUU6e.js +0 -84
- package/build/static/demo/v2/preview/html/assets/ix-breadcrumb-item.entry-CYrnyWse.js +0 -70
- package/build/static/demo/v2/preview/html/assets/ix-breadcrumb.entry-B6TNDCW0.js +0 -101
- package/build/static/demo/v2/preview/html/assets/ix-button.entry-DG2dZmj5.js +0 -99
- package/build/static/demo/v2/preview/html/assets/ix-card-accordion_2.entry-C-ECyV2D.js +0 -79
- package/build/static/demo/v2/preview/html/assets/ix-card-list.entry-DJ322gfd.js +0 -155
- package/build/static/demo/v2/preview/html/assets/ix-card_2.entry-DGfE2JUX.js +0 -35
- package/build/static/demo/v2/preview/html/assets/ix-category-filter.entry-DJ-1MSJ_.js +0 -495
- package/build/static/demo/v2/preview/html/assets/ix-checkbox-group.entry-yErwLUhH.js +0 -89
- package/build/static/demo/v2/preview/html/assets/ix-checkbox.entry-DKY-9D01.js +0 -105
- package/build/static/demo/v2/preview/html/assets/ix-chip.entry-DElgtDEB.js +0 -69
- package/build/static/demo/v2/preview/html/assets/ix-col_4.entry-DkMVsNLK.js +0 -545
- package/build/static/demo/v2/preview/html/assets/ix-content-header.entry-wMimIy5w.js +0 -25
- package/build/static/demo/v2/preview/html/assets/ix-content.entry-tHhXOGtl.js +0 -27
- package/build/static/demo/v2/preview/html/assets/ix-css-grid-item.entry-CFFDsyrd.js +0 -16
- package/build/static/demo/v2/preview/html/assets/ix-css-grid.entry-CRV_W1Ws.js +0 -82
- package/build/static/demo/v2/preview/html/assets/ix-custom-field.entry-eju2t6ny.js +0 -44
- package/build/static/demo/v2/preview/html/assets/ix-date-dropdown.entry-DBhcwmpq.js +0 -171
- package/build/static/demo/v2/preview/html/assets/ix-date-input.entry-B5Vu1kRM.js +0 -236
- package/build/static/demo/v2/preview/html/assets/ix-date-time-card.entry-ndvSQiax.js +0 -31
- package/build/static/demo/v2/preview/html/assets/ix-datetime-picker.entry-C9H4xB1V.js +0 -47
- package/build/static/demo/v2/preview/html/assets/ix-divider.entry-DYVe4itX.js +0 -14
- package/build/static/demo/v2/preview/html/assets/ix-drawer.entry-B7iuMKh6.js +0 -132
- package/build/static/demo/v2/preview/html/assets/ix-dropdown-button.entry-2OkF_sGZ.js +0 -42
- package/build/static/demo/v2/preview/html/assets/ix-dropdown-header.entry-CDJE9eou.js +0 -14
- package/build/static/demo/v2/preview/html/assets/ix-dropdown-item.entry-B_APdC83.js +0 -49
- package/build/static/demo/v2/preview/html/assets/ix-dropdown-quick-actions.entry-0Hfy-DRe.js +0 -14
- package/build/static/demo/v2/preview/html/assets/ix-dropdown.entry-BpidMxLi.js +0 -399
- package/build/static/demo/v2/preview/html/assets/ix-empty-state.entry-BJw4-6y3.js +0 -16
- package/build/static/demo/v2/preview/html/assets/ix-event-list-item.entry-C3qKiI1t.js +0 -36
- package/build/static/demo/v2/preview/html/assets/ix-event-list.entry-DaIj-x4s.js +0 -127
- package/build/static/demo/v2/preview/html/assets/ix-expanding-search.entry-BN90ftQZ.js +0 -79
- package/build/static/demo/v2/preview/html/assets/ix-field-label_2.entry-ZdWpUNU_.js +0 -168
- package/build/static/demo/v2/preview/html/assets/ix-filter-chip_2.entry-Dw98vlVa.js +0 -106
- package/build/static/demo/v2/preview/html/assets/ix-flip-tile-content.entry-u95QqZM7.js +0 -15
- package/build/static/demo/v2/preview/html/assets/ix-flip-tile.entry-2EQz1NQ5.js +0 -125
- package/build/static/demo/v2/preview/html/assets/ix-group-context-menu_2.entry-DjRS52Ic.js +0 -74
- package/build/static/demo/v2/preview/html/assets/ix-group.entry-CS3PkPUa.js +0 -159
- package/build/static/demo/v2/preview/html/assets/ix-helper-text.entry-Hrb3VgiF.js +0 -65
- package/build/static/demo/v2/preview/html/assets/ix-icon-button_2.entry-DTO1VW_c.js +0 -89
- package/build/static/demo/v2/preview/html/assets/ix-icon-toggle-button.entry-DYJPz9kK.js +0 -56
- package/build/static/demo/v2/preview/html/assets/ix-icon.entry-CAC9hLPU.js +0 -226
- package/build/static/demo/v2/preview/html/assets/ix-input-group.entry-tXJzKtoD.js +0 -122
- package/build/static/demo/v2/preview/html/assets/ix-input.entry-CHFqRnaX.js +0 -150
- package/build/static/demo/v2/preview/html/assets/ix-key-value-list.entry-BVtAPH1s.js +0 -15
- package/build/static/demo/v2/preview/html/assets/ix-key-value.entry-h2ALA2FH.js +0 -18
- package/build/static/demo/v2/preview/html/assets/ix-kpi.entry-BSR_abxY.js +0 -40
- package/build/static/demo/v2/preview/html/assets/ix-layout-auto.entry-CEoxNpDL.js +0 -88
- package/build/static/demo/v2/preview/html/assets/ix-link-button.entry-CXKZqnqa.js +0 -23
- package/build/static/demo/v2/preview/html/assets/ix-menu-about-item.entry-DVCZVSPp.js +0 -27
- package/build/static/demo/v2/preview/html/assets/ix-menu-about-news.entry-MZL9lj6L.js +0 -29
- package/build/static/demo/v2/preview/html/assets/ix-menu-about.entry-BvF3jG9A.js +0 -40
- package/build/static/demo/v2/preview/html/assets/ix-menu-avatar.entry-B-RVLlIE.js +0 -47
- package/build/static/demo/v2/preview/html/assets/ix-menu-category.entry-CfWzsxJo.js +0 -204
- package/build/static/demo/v2/preview/html/assets/ix-menu-expand-icon.entry-GdHp5ifB.js +0 -39
- package/build/static/demo/v2/preview/html/assets/ix-menu-item.entry-wn5ZC3A2.js +0 -110
- package/build/static/demo/v2/preview/html/assets/ix-menu-settings-item.entry-DJH4SSHy.js +0 -27
- package/build/static/demo/v2/preview/html/assets/ix-menu-settings.entry-DxuLQEB6.js +0 -102
- package/build/static/demo/v2/preview/html/assets/ix-menu.entry-DOSqxtyx.js +0 -467
- package/build/static/demo/v2/preview/html/assets/ix-message-bar.entry-N2TDoe5F.js +0 -56
- package/build/static/demo/v2/preview/html/assets/ix-modal-content_2.entry-B7VlopMQ.js +0 -57
- package/build/static/demo/v2/preview/html/assets/ix-modal-footer.entry-B290G4aV.js +0 -14
- package/build/static/demo/v2/preview/html/assets/ix-modal-loading.entry-DUiwA5gS.js +0 -14
- package/build/static/demo/v2/preview/html/assets/ix-modal.entry-BZKOGRHS.js +0 -176
- package/build/static/demo/v2/preview/html/assets/ix-number-input.entry-CxLAh29z.js +0 -255
- package/build/static/demo/v2/preview/html/assets/ix-pagination.entry-DPN6Fo_e.js +0 -148
- package/build/static/demo/v2/preview/html/assets/ix-pane-layout.entry-DUIhHrvb.js +0 -260
- package/build/static/demo/v2/preview/html/assets/ix-pane.entry-DXPL3IT-.js +0 -437
- package/build/static/demo/v2/preview/html/assets/ix-pill.entry-6Eif6jKe.js +0 -68
- package/build/static/demo/v2/preview/html/assets/ix-progress-indicator.entry-rHozb0Tl.js +0 -108
- package/build/static/demo/v2/preview/html/assets/ix-push-card.entry-C2R2veCB.js +0 -18
- package/build/static/demo/v2/preview/html/assets/ix-radio-group.entry-BWyz-mZa.js +0 -156
- package/build/static/demo/v2/preview/html/assets/ix-radio.entry-eHJ-nTW6.js +0 -130
- package/build/static/demo/v2/preview/html/assets/ix-select.entry-C0MLWcox.js +0 -602
- package/build/static/demo/v2/preview/html/assets/ix-slider.entry-CDx9VN_x.js +0 -226
- package/build/static/demo/v2/preview/html/assets/ix-split-button.entry-CWfTW4H7.js +0 -44
- package/build/static/demo/v2/preview/html/assets/ix-tab-item_2.entry-BNy10zEi.js +0 -389
- package/build/static/demo/v2/preview/html/assets/ix-textarea.entry-Djoo4C64.js +0 -157
- package/build/static/demo/v2/preview/html/assets/ix-tile.entry-CfU6X0bN.js +0 -36
- package/build/static/demo/v2/preview/html/assets/ix-time-input.entry-CSFjv_tI.js +0 -244
- package/build/static/demo/v2/preview/html/assets/ix-time-picker.entry-BLb7GIb1.js +0 -577
- package/build/static/demo/v2/preview/html/assets/ix-toast-container.entry-DXek9EhM.js +0 -107
- package/build/static/demo/v2/preview/html/assets/ix-toast.entry-iCBO_SXO.js +0 -86
- package/build/static/demo/v2/preview/html/assets/ix-toggle-button.entry-HlA9vBQP.js +0 -42
- package/build/static/demo/v2/preview/html/assets/ix-toggle.entry-DYDPZTh3.js +0 -116
- package/build/static/demo/v2/preview/html/assets/ix-tooltip.entry-B3OAo7KI.js +0 -323
- package/build/static/demo/v2/preview/html/assets/ix-tree-item.entry-B9TJWbAS.js +0 -29
- package/build/static/demo/v2/preview/html/assets/ix-tree.entry-CXHFBasF.js +0 -565
- package/build/static/demo/v2/preview/html/assets/ix-typography.entry-CKE9lrxh.js +0 -35
- package/build/static/demo/v2/preview/html/assets/ix-upload.entry-DTSd5XcB.js +0 -146
- package/build/static/demo/v2/preview/html/assets/ix-validation-tooltip.entry-Bp14nH7v.js +0 -148
- package/build/static/demo/v2/preview/html/assets/ix-workflow-step.entry-ex_QWvGT.js +0 -113
- package/build/static/demo/v2/preview/html/assets/ix-workflow-steps.entry-BwU38cRN.js +0 -77
- package/build/static/demo/v2/preview/html/assets/key-value-list-with-icon-DvjmhyTb.js +0 -7
- package/build/static/demo/v2/preview/html/assets/key-value-with-icon-DvjmhyTb.js +0 -7
- package/build/static/demo/v2/preview/html/assets/listener-DAJkOQte-DGNnuSYS.js +0 -64
- package/build/static/demo/v2/preview/html/assets/loading-BXrBjA-1.js +0 -23
- package/build/static/demo/v2/preview/html/assets/menu-category-CmKyAsFA.js +0 -14
- package/build/static/demo/v2/preview/html/assets/menu-with-bottom-tabs-BLVMKkzr.js +0 -8
- package/build/static/demo/v2/preview/html/assets/message-CK1bMRwy.js +0 -21
- package/build/static/demo/v2/preview/html/assets/message-bar-removal-DR5s4k9Y.js +0 -27
- package/build/static/demo/v2/preview/html/assets/modal-DCXtePY2-Cy6rmdf-.js +0 -224
- package/build/static/demo/v2/preview/html/assets/modal-DTCj9xv6.js +0 -56
- package/build/static/demo/v2/preview/html/assets/modal-close-DvBZQU0s.js +0 -59
- package/build/static/demo/v2/preview/html/assets/modal-form-ix-button-submit-CdhG4fos.js +0 -54
- package/build/static/demo/v2/preview/html/assets/modal-sizes-DfP4lMJe.js +0 -56
- package/build/static/demo/v2/preview/html/assets/number-input-with-slots-Cx2Aydq7.js +0 -7
- package/build/static/demo/v2/preview/html/assets/pill-CYQrUjzD.js +0 -7
- package/build/static/demo/v2/preview/html/assets/pill-variants-DMeJNsdk.js +0 -7
- package/build/static/demo/v2/preview/html/assets/push-card-Cx2Aydq7.js +0 -7
- package/build/static/demo/v2/preview/html/assets/slider-error-B2gQBnmj.js +0 -9
- package/build/static/demo/v2/preview/html/assets/slider-marker-B2gQBnmj.js +0 -9
- package/build/static/demo/v2/preview/html/assets/slider-trace-B2gQBnmj.js +0 -9
- package/build/static/demo/v2/preview/html/assets/split-button-Cm-3xanw.js +0 -7
- package/build/static/demo/v2/preview/html/assets/split-button-icons-Pb98dPf4.js +0 -10
- package/build/static/demo/v2/preview/html/assets/tabs-DwyHd0AA.css +0 -26
- package/build/static/demo/v2/preview/html/assets/tabs-rounded-ZUKHAhKM.js +0 -12
- package/build/static/demo/v2/preview/html/assets/theme-switcher-B0hI-SyR.js +0 -57
- package/build/static/demo/v2/preview/html/assets/theme-switcher-DRqJGlG2-DVSIP9tc.js +0 -154
- package/build/static/demo/v2/preview/html/assets/tile-CRXZyA1m.js +0 -8
- package/build/static/demo/v2/preview/html/assets/time-input-with-slots-Cx2Aydq7.js +0 -7
- package/build/static/demo/v2/preview/html/assets/toast-BQG20qyd.js +0 -18
- package/build/static/demo/v2/preview/html/assets/toast-custom-C5E6zvIz.js +0 -51
- package/build/static/demo/v2/preview/html/assets/toast-position-IqUdn8fd.js +0 -19
- package/build/static/demo/v2/preview/html/assets/toggle-button-primary-BVJpVMU_.js +0 -29
- package/build/static/demo/v2/preview/html/assets/toggle-button-secondary-BVJpVMU_.js +0 -29
- package/build/static/demo/v2/preview/html/assets/toggle-button-subtle-primary-BVJpVMU_.js +0 -29
- package/build/static/demo/v2/preview/html/assets/toggle-button-subtle-secondary-BVJpVMU_.js +0 -29
- package/build/static/demo/v2/preview/html/assets/toggle-button-subtle-tertiary-BVJpVMU_.js +0 -29
- package/build/static/demo/v2/preview/html/assets/toggle-button-tertiary-BVJpVMU_.js +0 -29
- package/build/static/demo/v2/preview/html/assets/tooltip-with-icon-BWkz7LQY.js +0 -8
- package/build/static/demo/v2/preview/html/assets/tree-custom-C_mQdugw.js +0 -5
- package/build/static/demo/v2/preview/html/assets/validation-LJh16vt2-UdKtJkBO.js +0 -113
- package/build/static/demo/v2/preview/html/assets/validation-select-CMs25Dg2.js +0 -10
- package/build/static/demo/v2/preview/html/assets/vertical-tabs-DKf44fhh.js +0 -10
- package/build/static/demo/v2/preview/html/assets/vertical-tabs-with-avatar-DKf44fhh.js +0 -10
- package/build/static/demo/v2/preview/html/preview-examples/button-danger-ghost.html +0 -25
- package/build/static/demo/v2/preview/html/preview-examples/button-danger-outline.html +0 -25
- package/build/static/demo/v2/preview/html/preview-examples/button-danger.html +0 -25
- package/build/static/demo/v2/preview/html/preview-examples/button-ghost.html +0 -25
- package/build/static/demo/v2/preview/html/preview-examples/button-grey-ghost.html +0 -25
- package/build/static/demo/v2/preview/html/preview-examples/button-grey-secondary.html +0 -25
- package/build/static/demo/v2/preview/html/preview-examples/button-grey.html +0 -25
- package/build/static/demo/v2/preview/mobile/assets/index-Cb8JzLCD.css +0 -1
- package/build/static/demo/v2/preview/mobile/assets/index-legacy-CV7qwkmv.js +0 -40
- package/build/static/demo/v2/preview/mobile/assets/index-tG1msN8d.js +0 -2
- package/build/static/demo/v2/preview/mobile/assets/index7-BVykQAGa.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/index7-legacy-DIpaUH_L.js +0 -5
- package/build/static/demo/v2/preview/mobile/assets/index8-C1VsBkFg.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/index8-legacy-DfhFlETg.js +0 -5
- package/build/static/demo/v2/preview/mobile/assets/input-shims-F2xyuCfH.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/input-shims-legacy-CZmhr3mq.js +0 -5
- package/build/static/demo/v2/preview/mobile/assets/ios.transition-DzN_ve-U.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/ios.transition-legacy-DSWw7f_l.js +0 -5
- package/build/static/demo/v2/preview/mobile/assets/keyboard-CaU0mHhd.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/keyboard-legacy-CA1Yz_wf.js +0 -5
- package/build/static/demo/v2/preview/mobile/assets/md.transition-legacy-RnTthqK5.js +0 -5
- package/build/static/demo/v2/preview/mobile/assets/md.transition-oZhE-IYg.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/status-tap-BS9Rbw4h.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/status-tap-legacy-BLnFmdg2.js +0 -5
- package/build/static/demo/v2/preview/mobile/assets/swipe-back-A1k4DuvU.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/swipe-back-legacy-D1U1WQm6.js +0 -5
- package/build/static/demo/v2/preview/mobile/assets/web-D3ntWFQm.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/web-DrCvflKZ.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/web-legacy-Dzx54M_-.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/web-legacy-Gp8y66Ee.js +0 -1
- package/build/static/demo/v2/react/button-danger-ghost.tsx +0 -25
- package/build/static/demo/v2/react/button-danger-outline.tsx +0 -25
- package/build/static/demo/v2/react/button-danger.tsx +0 -23
- package/build/static/demo/v2/react/button-ghost.tsx +0 -25
- package/build/static/demo/v2/react/button-grey-ghost.tsx +0 -25
- package/build/static/demo/v2/react/button-grey-secondary.tsx +0 -25
- package/build/static/demo/v2/react/button-grey.tsx +0 -23
- package/build/static/demo/v2/vue/button-danger-ghost.vue +0 -19
- package/build/static/demo/v2/vue/button-danger-outline.vue +0 -19
- package/build/static/demo/v2/vue/button-danger.vue +0 -19
- package/build/static/demo/v2/vue/button-ghost.vue +0 -19
- package/build/static/demo/v2/vue/button-grey-ghost.vue +0 -19
- package/build/static/demo/v2/vue/button-grey-secondary.vue +0 -19
- package/build/static/demo/v2/vue/button-grey.vue +0 -19
- package/build/static/storybook-static/assets/Color-ASIRERSW-nfY0GATl.js +0 -1
- package/build/static/storybook-static/assets/DocsRenderer-GHJI37HO-CUf05ovX.js +0 -10
- package/build/static/storybook-static/assets/WithTooltip-IO6J4KBT-DxBm-5m_.js +0 -9
- package/build/static/storybook-static/assets/a11y-action-card.stories-BbwhsoRk.js +0 -72
- package/build/static/storybook-static/assets/a11y-menu.stories-DbQOlShX.js +0 -216
- package/build/static/storybook-static/assets/action-card.stories-B1YkSn-C.js +0 -86
- package/build/static/storybook-static/assets/application-header.stories-BkWiZKqz.js +0 -158
- package/build/static/storybook-static/assets/avatar.stories-D2pV0mRT.js +0 -30
- package/build/static/storybook-static/assets/axe-CEcnmrC5.js +0 -20
- package/build/static/storybook-static/assets/blind.stories-CdWdBFmS.js +0 -8
- package/build/static/storybook-static/assets/blocks-C3EYOLvc.js +0 -750
- package/build/static/storybook-static/assets/breakcrumb.stories-DJChyaM3.js +0 -12
- package/build/static/storybook-static/assets/button-group.stories-C22psqXZ.js +0 -14
- package/build/static/storybook-static/assets/button.stories-BYptlnAU.js +0 -89
- package/build/static/storybook-static/assets/checkbox-group.stories-ByH_08jS.js +0 -16
- package/build/static/storybook-static/assets/checkbox.stories-DVhP4aGq.js +0 -21
- package/build/static/storybook-static/assets/chip.stories-C5wVqb0Y.js +0 -50
- package/build/static/storybook-static/assets/date-dropdown.stories-B4YVk13d.js +0 -3
- package/build/static/storybook-static/assets/drawer.stories-CzolbRQJ.js +0 -24
- package/build/static/storybook-static/assets/dropdown-button.stories-CwPA11oe.js +0 -91
- package/build/static/storybook-static/assets/event-list-item.stories-C-inJhfJ.js +0 -37
- package/build/static/storybook-static/assets/event-list.stories-BVRTsw6L.js +0 -15
- package/build/static/storybook-static/assets/expanding-search.stories-D6tVxUG-.js +0 -5
- package/build/static/storybook-static/assets/flip-tile.stories-mSAvSX9f.js +0 -12
- package/build/static/storybook-static/assets/formatter-QJ4M4OGQ-BXIe2nrO.js +0 -1
- package/build/static/storybook-static/assets/generic-render-Ck1ibjH2.js +0 -1
- package/build/static/storybook-static/assets/group.stories-D4rsA5Xe.js +0 -20
- package/build/static/storybook-static/assets/iframe-BmMaT-EF.css +0 -1
- package/build/static/storybook-static/assets/iframe-D1EC8WSq.js +0 -1778
- package/build/static/storybook-static/assets/index-BgqySqBU.js +0 -1
- package/build/static/storybook-static/assets/input-date.stories-nJkmCWDH.js +0 -7
- package/build/static/storybook-static/assets/input-number.stories-DyPMdPGS.js +0 -70
- package/build/static/storybook-static/assets/input-time.stories-CtK1QF2K.js +0 -7
- package/build/static/storybook-static/assets/input.stories-C0jVBVIt.js +0 -31
- package/build/static/storybook-static/assets/introduction-DltxPVuE.js +0 -10
- package/build/static/storybook-static/assets/link-button.stories-x1N5kaVk.js +0 -5
- package/build/static/storybook-static/assets/menu-category.stories-CKK4mtdd.js +0 -16
- package/build/static/storybook-static/assets/menu-item.stories-D9C6uamw.js +0 -35
- package/build/static/storybook-static/assets/menu.stories-C6lGTmYv.js +0 -18
- package/build/static/storybook-static/assets/message-bar.stories-53duOy_b.js +0 -47
- package/build/static/storybook-static/assets/modal.stories-hrVfYfCv.js +0 -69
- package/build/static/storybook-static/assets/pagination.stories-Cfx1ZT7M.js +0 -1
- package/build/static/storybook-static/assets/pane.stories-BhVbBHDN.js +0 -23
- package/build/static/storybook-static/assets/pill.stories-B-U0C7q5.js +0 -50
- package/build/static/storybook-static/assets/progress-indicator.stories-DaHco4dS.js +0 -27
- package/build/static/storybook-static/assets/push-card.stories-B0K_CX4q.js +0 -10
- package/build/static/storybook-static/assets/radio-group.stories-0oNZxDis.js +0 -14
- package/build/static/storybook-static/assets/radio.stories-CXELII5n.js +0 -12
- package/build/static/storybook-static/assets/sample-CrjnuCO3.js +0 -1
- package/build/static/storybook-static/assets/select.stories-CwEbQ2-g.js +0 -131
- package/build/static/storybook-static/assets/slider.stories-BraDYSA6.js +0 -25
- package/build/static/storybook-static/assets/spinner.stories-B9e0Xz90.js +0 -5
- package/build/static/storybook-static/assets/split-button.stories-CvoJUu3l.js +0 -23
- package/build/static/storybook-static/assets/syntaxhighlighter-IQDEPFLK-DajpUiEP.js +0 -6
- package/build/static/storybook-static/assets/textarea.stories-X3YhH2Rb.js +0 -16
- package/build/static/storybook-static/assets/tile.stories-g5wuk87W.js +0 -3
- package/build/static/storybook-static/assets/time-picker.stories-DLrUPcU2.js +0 -42
- package/build/static/storybook-static/assets/toast.stories-Tx8Bdpsn.js +0 -9
- package/build/static/storybook-static/assets/toggle-button.stories-CJ5EV86c.js +0 -70
- package/build/static/storybook-static/assets/toggle.stories-Ymex-dBn.js +0 -46
- package/build/static/storybook-static/assets/tree.stories-CqF14Q8r.js +0 -71
- /package/build/docs/autogenerated/usage/angular/{button-danger-ghost.css.md → button-danger-primary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular/{button-danger.html.md → button-danger-primary.html.md} +0 -0
- /package/build/docs/autogenerated/usage/angular/{button-danger-outline.css.md → button-danger-secondary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular/{button-danger-outline.html.md → button-danger-secondary.html.md} +0 -0
- /package/build/docs/autogenerated/usage/angular/{button-danger.css.md → button-danger-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular/{button-ghost.css.md → button-subtle-primary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular/{button-grey-ghost.css.md → button-subtle-secondary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular/{button-grey-secondary.css.md → button-subtle-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular/{button-grey.css.md → button-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular_standalone/{button-danger-ghost.css.md → button-danger-primary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular_standalone/{button-danger.html.md → button-danger-primary.html.md} +0 -0
- /package/build/docs/autogenerated/usage/angular_standalone/{button-danger-outline.css.md → button-danger-secondary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular_standalone/{button-danger-outline.html.md → button-danger-secondary.html.md} +0 -0
- /package/build/docs/autogenerated/usage/angular_standalone/{button-danger.css.md → button-danger-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular_standalone/{button-ghost.css.md → button-subtle-primary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular_standalone/{button-grey-ghost.css.md → button-subtle-secondary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular_standalone/{button-grey-secondary.css.md → button-subtle-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular_standalone/{button-grey.css.md → button-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/html/{button-danger-ghost.css.md → button-danger-primary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/html/{button-danger-outline.css.md → button-danger-secondary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/html/{button-danger.css.md → button-danger-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/html/{button-ghost.css.md → button-subtle-primary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/html/{button-grey-ghost.css.md → button-subtle-secondary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/html/{button-grey-secondary.css.md → button-subtle-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/html/{button-grey.css.md → button-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/react/{button-danger-ghost.scoped.css.md → button-danger-primary.scoped.css.md} +0 -0
- /package/build/docs/autogenerated/usage/react/{button-danger-outline.scoped.css.md → button-danger-secondary.scoped.css.md} +0 -0
- /package/build/docs/autogenerated/usage/react/{button-danger.scoped.css.md → button-danger-tertiary.scoped.css.md} +0 -0
- /package/build/docs/autogenerated/usage/react/{button-ghost.scoped.css.md → button-subtle-primary.scoped.css.md} +0 -0
- /package/build/docs/autogenerated/usage/react/{button-grey-ghost.scoped.css.md → button-subtle-secondary.scoped.css.md} +0 -0
- /package/build/docs/autogenerated/usage/react/{button-grey-secondary.scoped.css.md → button-subtle-tertiary.scoped.css.md} +0 -0
- /package/build/docs/autogenerated/usage/react/{button-grey.scoped.css.md → button-tertiary.scoped.css.md} +0 -0
- /package/build/docs/autogenerated/usage/vue/{button-danger-ghost.css.md → button-danger-primary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/vue/{button-danger-outline.css.md → button-danger-secondary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/vue/{button-danger.css.md → button-danger-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/vue/{button-ghost.css.md → button-subtle-primary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/vue/{button-grey-ghost.css.md → button-subtle-secondary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/vue/{button-grey-secondary.css.md → button-subtle-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/vue/{button-grey.css.md → button-tertiary.css.md} +0 -0
- /package/build/static/demo/v2/angular/{button-danger-ghost.css → button-danger-primary.css} +0 -0
- /package/build/static/demo/v2/angular/{button-danger.html → button-danger-primary.html} +0 -0
- /package/build/static/demo/v2/angular/{button-danger-outline.css → button-danger-secondary.css} +0 -0
- /package/build/static/demo/v2/angular/{button-danger-outline.html → button-danger-secondary.html} +0 -0
- /package/build/static/demo/v2/angular/{button-danger.css → button-danger-tertiary.css} +0 -0
- /package/build/static/demo/v2/angular/{button-ghost.css → button-subtle-primary.css} +0 -0
- /package/build/static/demo/v2/angular/{button-grey-ghost.css → button-subtle-secondary.css} +0 -0
- /package/build/static/demo/v2/angular/{button-grey-secondary.css → button-subtle-tertiary.css} +0 -0
- /package/build/static/demo/v2/angular/{button-grey.css → button-tertiary.css} +0 -0
- /package/build/static/demo/v2/angular_standalone/{button-danger-ghost.css → button-danger-primary.css} +0 -0
- /package/build/static/demo/v2/angular_standalone/{button-danger.html → button-danger-primary.html} +0 -0
- /package/build/static/demo/v2/angular_standalone/{button-danger-outline.css → button-danger-secondary.css} +0 -0
- /package/build/static/demo/v2/angular_standalone/{button-danger-outline.html → button-danger-secondary.html} +0 -0
- /package/build/static/demo/v2/angular_standalone/{button-danger.css → button-danger-tertiary.css} +0 -0
- /package/build/static/demo/v2/angular_standalone/{button-ghost.css → button-subtle-primary.css} +0 -0
- /package/build/static/demo/v2/angular_standalone/{button-grey-ghost.css → button-subtle-secondary.css} +0 -0
- /package/build/static/demo/v2/angular_standalone/{button-grey-secondary.css → button-subtle-tertiary.css} +0 -0
- /package/build/static/demo/v2/angular_standalone/{button-grey.css → button-tertiary.css} +0 -0
- /package/build/static/demo/v2/html/{button-danger-ghost.css → button-danger-primary.css} +0 -0
- /package/build/static/demo/v2/html/{button-danger-outline.css → button-danger-secondary.css} +0 -0
- /package/build/static/demo/v2/html/{button-danger.css → button-danger-tertiary.css} +0 -0
- /package/build/static/demo/v2/html/{button-ghost.css → button-subtle-primary.css} +0 -0
- /package/build/static/demo/v2/html/{button-grey-ghost.css → button-subtle-secondary.css} +0 -0
- /package/build/static/demo/v2/html/{button-grey-secondary.css → button-subtle-tertiary.css} +0 -0
- /package/build/static/demo/v2/html/{button-grey.css → button-tertiary.css} +0 -0
- /package/build/static/demo/v2/preview/html/assets/{button-danger-ghost-DguptRVu.css → button-danger-primary-DguptRVu.css} +0 -0
- /package/build/static/demo/v2/react/{button-danger-ghost.scoped.css → button-danger-primary.scoped.css} +0 -0
- /package/build/static/demo/v2/react/{button-danger-outline.scoped.css → button-danger-secondary.scoped.css} +0 -0
- /package/build/static/demo/v2/react/{button-danger.scoped.css → button-danger-tertiary.scoped.css} +0 -0
- /package/build/static/demo/v2/react/{button-ghost.scoped.css → button-subtle-primary.scoped.css} +0 -0
- /package/build/static/demo/v2/react/{button-grey-ghost.scoped.css → button-subtle-secondary.scoped.css} +0 -0
- /package/build/static/demo/v2/react/{button-grey-secondary.scoped.css → button-subtle-tertiary.scoped.css} +0 -0
- /package/build/static/demo/v2/react/{button-grey.scoped.css → button-tertiary.scoped.css} +0 -0
- /package/build/static/demo/v2/vue/{button-danger-ghost.css → button-danger-primary.css} +0 -0
- /package/build/static/demo/v2/vue/{button-danger-outline.css → button-danger-secondary.css} +0 -0
- /package/build/static/demo/v2/vue/{button-danger.css → button-danger-tertiary.css} +0 -0
- /package/build/static/demo/v2/vue/{button-ghost.css → button-subtle-primary.css} +0 -0
- /package/build/static/demo/v2/vue/{button-grey-ghost.css → button-subtle-secondary.css} +0 -0
- /package/build/static/demo/v2/vue/{button-grey-secondary.css → button-subtle-tertiary.css} +0 -0
- /package/build/static/demo/v2/vue/{button-grey.css → button-tertiary.css} +0 -0
|
@@ -0,0 +1,1577 @@
|
|
|
1
|
+
import { _ as __vitePreload, d as defineCustomElements$1 } from "./global-7ZbTfMw3.js";
|
|
2
|
+
const NAMESPACE = "ix-icons";
|
|
3
|
+
const BUILD = (
|
|
4
|
+
/* ix-icons */
|
|
5
|
+
{ hotModuleReplacement: false, hydratedSelectorName: "hydrated", lazyLoad: true, propChangeCallback: true, state: true, updatable: true }
|
|
6
|
+
);
|
|
7
|
+
var SVG_NS = "http://www.w3.org/2000/svg";
|
|
8
|
+
var HTML_NS = "http://www.w3.org/1999/xhtml";
|
|
9
|
+
var reWireGetterSetter = (instance, hostRef) => {
|
|
10
|
+
var _a;
|
|
11
|
+
const cmpMeta = hostRef.$cmpMeta$;
|
|
12
|
+
const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});
|
|
13
|
+
members.map(([memberName, [memberFlags]]) => {
|
|
14
|
+
if (memberFlags & 31 || memberFlags & 32) {
|
|
15
|
+
const ogValue = instance[memberName];
|
|
16
|
+
const ogDescriptor = getPropertyDescriptor(Object.getPrototypeOf(instance), memberName) || Object.getOwnPropertyDescriptor(instance, memberName);
|
|
17
|
+
if (ogDescriptor) {
|
|
18
|
+
Object.defineProperty(instance, memberName, {
|
|
19
|
+
get() {
|
|
20
|
+
return ogDescriptor.get.call(this);
|
|
21
|
+
},
|
|
22
|
+
set(newValue) {
|
|
23
|
+
ogDescriptor.set.call(this, newValue);
|
|
24
|
+
},
|
|
25
|
+
configurable: true,
|
|
26
|
+
enumerable: true
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
instance[memberName] = hostRef.$instanceValues$.has(memberName) ? hostRef.$instanceValues$.get(memberName) : ogValue;
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
function getPropertyDescriptor(obj, memberName) {
|
|
34
|
+
while (obj) {
|
|
35
|
+
const desc = Object.getOwnPropertyDescriptor(obj, memberName);
|
|
36
|
+
if (desc == null ? void 0 : desc.get) return desc;
|
|
37
|
+
obj = Object.getPrototypeOf(obj);
|
|
38
|
+
}
|
|
39
|
+
return void 0;
|
|
40
|
+
}
|
|
41
|
+
var getHostRef = (ref) => {
|
|
42
|
+
if (ref.__stencil__getHostRef) {
|
|
43
|
+
return ref.__stencil__getHostRef();
|
|
44
|
+
}
|
|
45
|
+
return void 0;
|
|
46
|
+
};
|
|
47
|
+
var registerInstance = (lazyInstance, hostRef) => {
|
|
48
|
+
if (!hostRef) return;
|
|
49
|
+
lazyInstance.__stencil__getHostRef = () => hostRef;
|
|
50
|
+
hostRef.$lazyInstance$ = lazyInstance;
|
|
51
|
+
if (hostRef.$cmpMeta$.$flags$ & 512 && BUILD.state) {
|
|
52
|
+
reWireGetterSetter(lazyInstance, hostRef);
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
var registerHost = (hostElement, cmpMeta) => {
|
|
56
|
+
const hostRef = {
|
|
57
|
+
$flags$: 0,
|
|
58
|
+
$hostElement$: hostElement,
|
|
59
|
+
$cmpMeta$: cmpMeta,
|
|
60
|
+
$instanceValues$: /* @__PURE__ */ new Map(),
|
|
61
|
+
$serializerValues$: /* @__PURE__ */ new Map()
|
|
62
|
+
};
|
|
63
|
+
{
|
|
64
|
+
hostRef.$onReadyPromise$ = new Promise((r) => hostRef.$onReadyResolve$ = r);
|
|
65
|
+
hostElement["s-p"] = [];
|
|
66
|
+
hostElement["s-rc"] = [];
|
|
67
|
+
}
|
|
68
|
+
{
|
|
69
|
+
hostRef.$fetchedCbList$ = [];
|
|
70
|
+
}
|
|
71
|
+
const ref = hostRef;
|
|
72
|
+
hostElement.__stencil__getHostRef = () => ref;
|
|
73
|
+
return ref;
|
|
74
|
+
};
|
|
75
|
+
var isMemberInElement = (elm, memberName) => memberName in elm;
|
|
76
|
+
var consoleError = (e, el) => (0, console.error)(e, el);
|
|
77
|
+
var cmpModules = /* @__PURE__ */ new Map();
|
|
78
|
+
var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
79
|
+
const exportName = cmpMeta.$tagName$.replace(/-/g, "_");
|
|
80
|
+
const bundleId = cmpMeta.$lazyBundleId$;
|
|
81
|
+
if (!bundleId) {
|
|
82
|
+
return void 0;
|
|
83
|
+
}
|
|
84
|
+
const module = cmpModules.get(bundleId);
|
|
85
|
+
if (module) {
|
|
86
|
+
return module[exportName];
|
|
87
|
+
}
|
|
88
|
+
{
|
|
89
|
+
const processMod = (importedModule) => {
|
|
90
|
+
cmpModules.set(bundleId, importedModule);
|
|
91
|
+
return importedModule[exportName];
|
|
92
|
+
};
|
|
93
|
+
switch (bundleId) {
|
|
94
|
+
case "ix-icon":
|
|
95
|
+
return __vitePreload(() => import(
|
|
96
|
+
/* webpackMode: "lazy" */
|
|
97
|
+
"./ix-icon.entry-Co7qlYpz.js"
|
|
98
|
+
).then((n) => n.i), true ? [] : void 0, import.meta.url).then(processMod, consoleError);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
return __vitePreload(() => import(
|
|
102
|
+
/* @vite-ignore */
|
|
103
|
+
/* webpackInclude: /\.entry\.js$/ */
|
|
104
|
+
/* webpackExclude: /\.system\.entry\.js$/ */
|
|
105
|
+
/* webpackMode: "lazy" */
|
|
106
|
+
`./${bundleId}.entry.js${""}`
|
|
107
|
+
), true ? [] : void 0, import.meta.url).then(
|
|
108
|
+
(importedModule) => {
|
|
109
|
+
{
|
|
110
|
+
cmpModules.set(bundleId, importedModule);
|
|
111
|
+
}
|
|
112
|
+
return importedModule[exportName];
|
|
113
|
+
},
|
|
114
|
+
(e) => {
|
|
115
|
+
consoleError(e, hostRef.$hostElement$);
|
|
116
|
+
}
|
|
117
|
+
);
|
|
118
|
+
};
|
|
119
|
+
var styles = /* @__PURE__ */ new Map();
|
|
120
|
+
var HYDRATED_CSS = "{visibility:hidden}.hydrated{visibility:inherit}";
|
|
121
|
+
var SLOT_FB_CSS = "slot-fb{display:contents}slot-fb[hidden]{display:none}";
|
|
122
|
+
var win = typeof window !== "undefined" ? window : {};
|
|
123
|
+
var plt = {
|
|
124
|
+
$flags$: 0,
|
|
125
|
+
$resourcesUrl$: "",
|
|
126
|
+
jmp: (h2) => h2(),
|
|
127
|
+
raf: (h2) => requestAnimationFrame(h2),
|
|
128
|
+
ael: (el, eventName, listener, opts) => el.addEventListener(eventName, listener, opts),
|
|
129
|
+
rel: (el, eventName, listener, opts) => el.removeEventListener(eventName, listener, opts),
|
|
130
|
+
ce: (eventName, opts) => new CustomEvent(eventName, opts)
|
|
131
|
+
};
|
|
132
|
+
var promiseResolve = (v) => Promise.resolve(v);
|
|
133
|
+
var supportsConstructableStylesheets = /* @__PURE__ */ (() => {
|
|
134
|
+
try {
|
|
135
|
+
if (!win.document.adoptedStyleSheets) {
|
|
136
|
+
return false;
|
|
137
|
+
}
|
|
138
|
+
new CSSStyleSheet();
|
|
139
|
+
return typeof new CSSStyleSheet().replaceSync === "function";
|
|
140
|
+
} catch (e) {
|
|
141
|
+
}
|
|
142
|
+
return false;
|
|
143
|
+
})();
|
|
144
|
+
var supportsMutableAdoptedStyleSheets = supportsConstructableStylesheets ? /* @__PURE__ */ (() => !!win.document && Object.getOwnPropertyDescriptor(win.document.adoptedStyleSheets, "length").writable)() : false;
|
|
145
|
+
var queuePending = false;
|
|
146
|
+
var queueDomReads = [];
|
|
147
|
+
var queueDomWrites = [];
|
|
148
|
+
var queueTask = (queue, write) => (cb) => {
|
|
149
|
+
queue.push(cb);
|
|
150
|
+
if (!queuePending) {
|
|
151
|
+
queuePending = true;
|
|
152
|
+
if (plt.$flags$ & 4) {
|
|
153
|
+
nextTick(flush);
|
|
154
|
+
} else {
|
|
155
|
+
plt.raf(flush);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
};
|
|
159
|
+
var consume = (queue) => {
|
|
160
|
+
for (let i2 = 0; i2 < queue.length; i2++) {
|
|
161
|
+
try {
|
|
162
|
+
queue[i2](performance.now());
|
|
163
|
+
} catch (e) {
|
|
164
|
+
consoleError(e);
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
queue.length = 0;
|
|
168
|
+
};
|
|
169
|
+
var flush = () => {
|
|
170
|
+
consume(queueDomReads);
|
|
171
|
+
{
|
|
172
|
+
consume(queueDomWrites);
|
|
173
|
+
if (queuePending = queueDomReads.length > 0) {
|
|
174
|
+
plt.raf(flush);
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
};
|
|
178
|
+
var nextTick = (cb) => promiseResolve().then(cb);
|
|
179
|
+
var writeTask = /* @__PURE__ */ queueTask(queueDomWrites);
|
|
180
|
+
var getAssetPath = (path) => {
|
|
181
|
+
const assetUrl = new URL(path, plt.$resourcesUrl$);
|
|
182
|
+
return assetUrl.origin !== win.location.origin ? assetUrl.href : assetUrl.pathname;
|
|
183
|
+
};
|
|
184
|
+
function createStyleSheetIfNeededAndSupported(styles2) {
|
|
185
|
+
return void 0;
|
|
186
|
+
}
|
|
187
|
+
var globalStyleSheet;
|
|
188
|
+
function createShadowRoot(cmpMeta) {
|
|
189
|
+
var _a;
|
|
190
|
+
const opts = { mode: "open" };
|
|
191
|
+
const shadowRoot = this.attachShadow(opts);
|
|
192
|
+
if (globalStyleSheet === void 0) globalStyleSheet = (_a = createStyleSheetIfNeededAndSupported()) != null ? _a : null;
|
|
193
|
+
if (globalStyleSheet) {
|
|
194
|
+
if (supportsMutableAdoptedStyleSheets) {
|
|
195
|
+
shadowRoot.adoptedStyleSheets.push(globalStyleSheet);
|
|
196
|
+
} else {
|
|
197
|
+
shadowRoot.adoptedStyleSheets = [...shadowRoot.adoptedStyleSheets, globalStyleSheet];
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
var createTime = (fnName, tagName = "") => {
|
|
202
|
+
{
|
|
203
|
+
return () => {
|
|
204
|
+
return;
|
|
205
|
+
};
|
|
206
|
+
}
|
|
207
|
+
};
|
|
208
|
+
var uniqueTime = (key, measureText) => {
|
|
209
|
+
{
|
|
210
|
+
return () => {
|
|
211
|
+
return;
|
|
212
|
+
};
|
|
213
|
+
}
|
|
214
|
+
};
|
|
215
|
+
function queryNonceMetaTagContent(doc) {
|
|
216
|
+
var _a, _b, _c;
|
|
217
|
+
return (_c = (_b = (_a = doc.head) == null ? void 0 : _a.querySelector('meta[name="csp-nonce"]')) == null ? void 0 : _b.getAttribute("content")) != null ? _c : void 0;
|
|
218
|
+
}
|
|
219
|
+
var rootAppliedStyles = /* @__PURE__ */ new WeakMap();
|
|
220
|
+
var registerStyle = (scopeId2, cssText, allowCS) => {
|
|
221
|
+
let style = styles.get(scopeId2);
|
|
222
|
+
if (supportsConstructableStylesheets && allowCS) {
|
|
223
|
+
style = style || new CSSStyleSheet();
|
|
224
|
+
if (typeof style === "string") {
|
|
225
|
+
style = cssText;
|
|
226
|
+
} else {
|
|
227
|
+
style.replaceSync(cssText);
|
|
228
|
+
}
|
|
229
|
+
} else {
|
|
230
|
+
style = cssText;
|
|
231
|
+
}
|
|
232
|
+
styles.set(scopeId2, style);
|
|
233
|
+
};
|
|
234
|
+
var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
235
|
+
var _a, _b, _c;
|
|
236
|
+
const scopeId2 = getScopeId(cmpMeta);
|
|
237
|
+
const style = styles.get(scopeId2);
|
|
238
|
+
if (!win.document) {
|
|
239
|
+
return scopeId2;
|
|
240
|
+
}
|
|
241
|
+
styleContainerNode = styleContainerNode.nodeType === 11 ? styleContainerNode : win.document;
|
|
242
|
+
if (style) {
|
|
243
|
+
if (typeof style === "string") {
|
|
244
|
+
styleContainerNode = styleContainerNode.head || styleContainerNode;
|
|
245
|
+
let appliedStyles = rootAppliedStyles.get(styleContainerNode);
|
|
246
|
+
let styleElm;
|
|
247
|
+
if (!appliedStyles) {
|
|
248
|
+
rootAppliedStyles.set(styleContainerNode, appliedStyles = /* @__PURE__ */ new Set());
|
|
249
|
+
}
|
|
250
|
+
if (!appliedStyles.has(scopeId2)) {
|
|
251
|
+
styleElm = win.document.createElement("style");
|
|
252
|
+
styleElm.textContent = style;
|
|
253
|
+
const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(win.document);
|
|
254
|
+
if (nonce != null) {
|
|
255
|
+
styleElm.setAttribute("nonce", nonce);
|
|
256
|
+
}
|
|
257
|
+
if (!(cmpMeta.$flags$ & 1)) {
|
|
258
|
+
if (styleContainerNode.nodeName === "HEAD") {
|
|
259
|
+
const preconnectLinks = styleContainerNode.querySelectorAll("link[rel=preconnect]");
|
|
260
|
+
const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector("style");
|
|
261
|
+
styleContainerNode.insertBefore(
|
|
262
|
+
styleElm,
|
|
263
|
+
(referenceNode2 == null ? void 0 : referenceNode2.parentNode) === styleContainerNode ? referenceNode2 : null
|
|
264
|
+
);
|
|
265
|
+
} else if ("host" in styleContainerNode) {
|
|
266
|
+
if (supportsConstructableStylesheets) {
|
|
267
|
+
const currentWindow = (_b = styleContainerNode.defaultView) != null ? _b : styleContainerNode.ownerDocument.defaultView;
|
|
268
|
+
const stylesheet = new currentWindow.CSSStyleSheet();
|
|
269
|
+
stylesheet.replaceSync(style);
|
|
270
|
+
if (supportsMutableAdoptedStyleSheets) {
|
|
271
|
+
styleContainerNode.adoptedStyleSheets.unshift(stylesheet);
|
|
272
|
+
} else {
|
|
273
|
+
styleContainerNode.adoptedStyleSheets = [stylesheet, ...styleContainerNode.adoptedStyleSheets];
|
|
274
|
+
}
|
|
275
|
+
} else {
|
|
276
|
+
const existingStyleContainer = styleContainerNode.querySelector("style");
|
|
277
|
+
if (existingStyleContainer) {
|
|
278
|
+
existingStyleContainer.textContent = style + existingStyleContainer.textContent;
|
|
279
|
+
} else {
|
|
280
|
+
styleContainerNode.prepend(styleElm);
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
} else {
|
|
284
|
+
styleContainerNode.append(styleElm);
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
if (cmpMeta.$flags$ & 1) {
|
|
288
|
+
styleContainerNode.insertBefore(styleElm, null);
|
|
289
|
+
}
|
|
290
|
+
if (cmpMeta.$flags$ & 4) {
|
|
291
|
+
styleElm.textContent += SLOT_FB_CSS;
|
|
292
|
+
}
|
|
293
|
+
if (appliedStyles) {
|
|
294
|
+
appliedStyles.add(scopeId2);
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
} else {
|
|
298
|
+
let appliedStyles = rootAppliedStyles.get(styleContainerNode);
|
|
299
|
+
if (!appliedStyles) {
|
|
300
|
+
rootAppliedStyles.set(styleContainerNode, appliedStyles = /* @__PURE__ */ new Set());
|
|
301
|
+
}
|
|
302
|
+
if (!appliedStyles.has(scopeId2)) {
|
|
303
|
+
const currentWindow = (_c = styleContainerNode.defaultView) != null ? _c : styleContainerNode.ownerDocument.defaultView;
|
|
304
|
+
let stylesheet;
|
|
305
|
+
if (style.constructor === currentWindow.CSSStyleSheet) {
|
|
306
|
+
stylesheet = style;
|
|
307
|
+
} else {
|
|
308
|
+
stylesheet = new currentWindow.CSSStyleSheet();
|
|
309
|
+
for (let i2 = 0; i2 < style.cssRules.length; i2++) {
|
|
310
|
+
stylesheet.insertRule(style.cssRules[i2].cssText, i2);
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
if (supportsMutableAdoptedStyleSheets) {
|
|
314
|
+
styleContainerNode.adoptedStyleSheets.push(stylesheet);
|
|
315
|
+
} else {
|
|
316
|
+
styleContainerNode.adoptedStyleSheets = [...styleContainerNode.adoptedStyleSheets, stylesheet];
|
|
317
|
+
}
|
|
318
|
+
appliedStyles.add(scopeId2);
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
return scopeId2;
|
|
323
|
+
};
|
|
324
|
+
var attachStyles = (hostRef) => {
|
|
325
|
+
const cmpMeta = hostRef.$cmpMeta$;
|
|
326
|
+
const elm = hostRef.$hostElement$;
|
|
327
|
+
const flags = cmpMeta.$flags$;
|
|
328
|
+
const endAttachStyles = createTime("attachStyles", cmpMeta.$tagName$);
|
|
329
|
+
const scopeId2 = addStyle(
|
|
330
|
+
elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(),
|
|
331
|
+
cmpMeta
|
|
332
|
+
);
|
|
333
|
+
if (flags & 10) {
|
|
334
|
+
elm["s-sc"] = scopeId2;
|
|
335
|
+
elm.classList.add(scopeId2 + "-h");
|
|
336
|
+
}
|
|
337
|
+
endAttachStyles();
|
|
338
|
+
};
|
|
339
|
+
var getScopeId = (cmp, mode) => "sc-" + cmp.$tagName$;
|
|
340
|
+
var isComplexType = (o) => {
|
|
341
|
+
o = typeof o;
|
|
342
|
+
return o === "object" || o === "function";
|
|
343
|
+
};
|
|
344
|
+
var h = (nodeName, vnodeData, ...children) => {
|
|
345
|
+
if (typeof nodeName === "string") {
|
|
346
|
+
nodeName = transformTag(nodeName);
|
|
347
|
+
}
|
|
348
|
+
let child = null;
|
|
349
|
+
let key = null;
|
|
350
|
+
let simple = false;
|
|
351
|
+
let lastSimple = false;
|
|
352
|
+
const vNodeChildren = [];
|
|
353
|
+
const walk = (c) => {
|
|
354
|
+
for (let i2 = 0; i2 < c.length; i2++) {
|
|
355
|
+
child = c[i2];
|
|
356
|
+
if (Array.isArray(child)) {
|
|
357
|
+
walk(child);
|
|
358
|
+
} else if (child != null && typeof child !== "boolean") {
|
|
359
|
+
if (simple = typeof nodeName !== "function" && !isComplexType(child)) {
|
|
360
|
+
child = String(child);
|
|
361
|
+
}
|
|
362
|
+
if (simple && lastSimple) {
|
|
363
|
+
vNodeChildren[vNodeChildren.length - 1].$text$ += child;
|
|
364
|
+
} else {
|
|
365
|
+
vNodeChildren.push(simple ? newVNode(null, child) : child);
|
|
366
|
+
}
|
|
367
|
+
lastSimple = simple;
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
};
|
|
371
|
+
walk(children);
|
|
372
|
+
if (vnodeData) {
|
|
373
|
+
if (vnodeData.key) {
|
|
374
|
+
key = vnodeData.key;
|
|
375
|
+
}
|
|
376
|
+
{
|
|
377
|
+
const classData = vnodeData.className || vnodeData.class;
|
|
378
|
+
if (classData) {
|
|
379
|
+
vnodeData.class = typeof classData !== "object" ? classData : Object.keys(classData).filter((k) => classData[k]).join(" ");
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
const vnode = newVNode(nodeName, null);
|
|
384
|
+
vnode.$attrs$ = vnodeData;
|
|
385
|
+
if (vNodeChildren.length > 0) {
|
|
386
|
+
vnode.$children$ = vNodeChildren;
|
|
387
|
+
}
|
|
388
|
+
{
|
|
389
|
+
vnode.$key$ = key;
|
|
390
|
+
}
|
|
391
|
+
return vnode;
|
|
392
|
+
};
|
|
393
|
+
var newVNode = (tag, text) => {
|
|
394
|
+
const vnode = {
|
|
395
|
+
$flags$: 0,
|
|
396
|
+
$tag$: tag,
|
|
397
|
+
// Normalize undefined to null to prevent rendering "undefined" as text
|
|
398
|
+
$text$: text != null ? text : null,
|
|
399
|
+
$elm$: null,
|
|
400
|
+
$children$: null
|
|
401
|
+
};
|
|
402
|
+
{
|
|
403
|
+
vnode.$attrs$ = null;
|
|
404
|
+
}
|
|
405
|
+
{
|
|
406
|
+
vnode.$key$ = null;
|
|
407
|
+
}
|
|
408
|
+
return vnode;
|
|
409
|
+
};
|
|
410
|
+
var Host = {};
|
|
411
|
+
var isHost = (node) => node && node.$tag$ === Host;
|
|
412
|
+
var parsePropertyValue = (propValue, propType, isFormAssociated) => {
|
|
413
|
+
if (propValue != null && !isComplexType(propValue)) {
|
|
414
|
+
if (propType & 4) {
|
|
415
|
+
{
|
|
416
|
+
return propValue === "false" ? false : propValue === "" || !!propValue;
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
if (propType & 1) {
|
|
420
|
+
return String(propValue);
|
|
421
|
+
}
|
|
422
|
+
return propValue;
|
|
423
|
+
}
|
|
424
|
+
return propValue;
|
|
425
|
+
};
|
|
426
|
+
var getElement = (ref) => {
|
|
427
|
+
var _a;
|
|
428
|
+
return (_a = getHostRef(ref)) == null ? void 0 : _a.$hostElement$;
|
|
429
|
+
};
|
|
430
|
+
var emitEvent = (elm, name, opts) => {
|
|
431
|
+
const ev = plt.ce(name, opts);
|
|
432
|
+
elm.dispatchEvent(ev);
|
|
433
|
+
return ev;
|
|
434
|
+
};
|
|
435
|
+
var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags, initialRender) => {
|
|
436
|
+
if (oldValue === newValue) {
|
|
437
|
+
return;
|
|
438
|
+
}
|
|
439
|
+
let isProp = isMemberInElement(elm, memberName);
|
|
440
|
+
memberName.toLowerCase();
|
|
441
|
+
if (memberName === "class") {
|
|
442
|
+
const classList = elm.classList;
|
|
443
|
+
const oldClasses = parseClassList(oldValue);
|
|
444
|
+
let newClasses = parseClassList(newValue);
|
|
445
|
+
{
|
|
446
|
+
classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
|
|
447
|
+
classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
|
|
448
|
+
}
|
|
449
|
+
} else if (memberName === "style") {
|
|
450
|
+
{
|
|
451
|
+
for (const prop in oldValue) {
|
|
452
|
+
if (!newValue || newValue[prop] == null) {
|
|
453
|
+
if (prop.includes("-")) {
|
|
454
|
+
elm.style.removeProperty(prop);
|
|
455
|
+
} else {
|
|
456
|
+
elm.style[prop] = "";
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
for (const prop in newValue) {
|
|
462
|
+
if (!oldValue || newValue[prop] !== oldValue[prop]) {
|
|
463
|
+
if (prop.includes("-")) {
|
|
464
|
+
elm.style.setProperty(prop, newValue[prop]);
|
|
465
|
+
} else {
|
|
466
|
+
elm.style[prop] = newValue[prop];
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
} else if (memberName === "key") ;
|
|
471
|
+
else {
|
|
472
|
+
const isComplex = isComplexType(newValue);
|
|
473
|
+
if ((isProp || isComplex && newValue !== null) && !isSvg) {
|
|
474
|
+
try {
|
|
475
|
+
if (!elm.tagName.includes("-")) {
|
|
476
|
+
const n = newValue == null ? "" : newValue;
|
|
477
|
+
if (memberName === "list") {
|
|
478
|
+
isProp = false;
|
|
479
|
+
} else if (oldValue == null || elm[memberName] != n) {
|
|
480
|
+
if (typeof elm.__lookupSetter__(memberName) === "function") {
|
|
481
|
+
elm[memberName] = n;
|
|
482
|
+
} else {
|
|
483
|
+
elm.setAttribute(memberName, n);
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
} else if (elm[memberName] !== newValue) {
|
|
487
|
+
elm[memberName] = newValue;
|
|
488
|
+
}
|
|
489
|
+
} catch (e) {
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
if (newValue == null || newValue === false) {
|
|
493
|
+
if (newValue !== false || elm.getAttribute(memberName) === "") {
|
|
494
|
+
{
|
|
495
|
+
elm.removeAttribute(memberName);
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
} else if ((!isProp || flags & 4 || isSvg) && !isComplex && elm.nodeType === 1) {
|
|
499
|
+
newValue = newValue === true ? "" : newValue;
|
|
500
|
+
{
|
|
501
|
+
elm.setAttribute(memberName, newValue);
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
};
|
|
506
|
+
var parseClassListRegex = /\s/;
|
|
507
|
+
var parseClassList = (value) => {
|
|
508
|
+
if (typeof value === "object" && value && "baseVal" in value) {
|
|
509
|
+
value = value.baseVal;
|
|
510
|
+
}
|
|
511
|
+
if (!value || typeof value !== "string") {
|
|
512
|
+
return [];
|
|
513
|
+
}
|
|
514
|
+
return value.split(parseClassListRegex);
|
|
515
|
+
};
|
|
516
|
+
var updateElement = (oldVnode, newVnode, isSvgMode2, isInitialRender) => {
|
|
517
|
+
const elm = newVnode.$elm$.nodeType === 11 && newVnode.$elm$.host ? newVnode.$elm$.host : newVnode.$elm$;
|
|
518
|
+
const oldVnodeAttrs = oldVnode && oldVnode.$attrs$ || {};
|
|
519
|
+
const newVnodeAttrs = newVnode.$attrs$ || {};
|
|
520
|
+
{
|
|
521
|
+
for (const memberName of sortedAttrNames(Object.keys(oldVnodeAttrs))) {
|
|
522
|
+
if (!(memberName in newVnodeAttrs)) {
|
|
523
|
+
setAccessor(
|
|
524
|
+
elm,
|
|
525
|
+
memberName,
|
|
526
|
+
oldVnodeAttrs[memberName],
|
|
527
|
+
void 0,
|
|
528
|
+
isSvgMode2,
|
|
529
|
+
newVnode.$flags$
|
|
530
|
+
);
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
for (const memberName of sortedAttrNames(Object.keys(newVnodeAttrs))) {
|
|
535
|
+
setAccessor(
|
|
536
|
+
elm,
|
|
537
|
+
memberName,
|
|
538
|
+
oldVnodeAttrs[memberName],
|
|
539
|
+
newVnodeAttrs[memberName],
|
|
540
|
+
isSvgMode2,
|
|
541
|
+
newVnode.$flags$
|
|
542
|
+
);
|
|
543
|
+
}
|
|
544
|
+
};
|
|
545
|
+
function sortedAttrNames(attrNames) {
|
|
546
|
+
return attrNames.includes("ref") ? (
|
|
547
|
+
// we need to sort these to ensure that `'ref'` is the last attr
|
|
548
|
+
[...attrNames.filter((attr) => attr !== "ref"), "ref"]
|
|
549
|
+
) : (
|
|
550
|
+
// no need to sort, return the original array
|
|
551
|
+
attrNames
|
|
552
|
+
);
|
|
553
|
+
}
|
|
554
|
+
var hostTagName;
|
|
555
|
+
var isSvgMode = false;
|
|
556
|
+
var createElm = (oldParentVNode, newParentVNode, childIndex) => {
|
|
557
|
+
const newVNode2 = newParentVNode.$children$[childIndex];
|
|
558
|
+
let i2 = 0;
|
|
559
|
+
let elm;
|
|
560
|
+
let childNode;
|
|
561
|
+
{
|
|
562
|
+
if (!isSvgMode) {
|
|
563
|
+
isSvgMode = newVNode2.$tag$ === "svg";
|
|
564
|
+
}
|
|
565
|
+
if (!win.document) {
|
|
566
|
+
throw new Error("You are trying to render a Stencil component in an environment that doesn't support the DOM.");
|
|
567
|
+
}
|
|
568
|
+
elm = newVNode2.$elm$ = win.document.createElementNS(
|
|
569
|
+
isSvgMode ? SVG_NS : HTML_NS,
|
|
570
|
+
newVNode2.$tag$
|
|
571
|
+
);
|
|
572
|
+
if (isSvgMode && newVNode2.$tag$ === "foreignObject") {
|
|
573
|
+
isSvgMode = false;
|
|
574
|
+
}
|
|
575
|
+
{
|
|
576
|
+
updateElement(null, newVNode2, isSvgMode);
|
|
577
|
+
}
|
|
578
|
+
if (newVNode2.$children$) {
|
|
579
|
+
const appendTarget = newVNode2.$tag$ === "template" ? elm.content : elm;
|
|
580
|
+
for (i2 = 0; i2 < newVNode2.$children$.length; ++i2) {
|
|
581
|
+
childNode = createElm(oldParentVNode, newVNode2, i2);
|
|
582
|
+
if (childNode) {
|
|
583
|
+
appendTarget.appendChild(childNode);
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
{
|
|
588
|
+
if (newVNode2.$tag$ === "svg") {
|
|
589
|
+
isSvgMode = false;
|
|
590
|
+
} else if (elm.tagName === "foreignObject") {
|
|
591
|
+
isSvgMode = true;
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
elm["s-hn"] = hostTagName;
|
|
596
|
+
return elm;
|
|
597
|
+
};
|
|
598
|
+
var addVnodes = (parentElm, before, parentVNode, vnodes, startIdx, endIdx) => {
|
|
599
|
+
let containerElm = parentElm;
|
|
600
|
+
let childNode;
|
|
601
|
+
if (containerElm.shadowRoot && containerElm.tagName === hostTagName) {
|
|
602
|
+
containerElm = containerElm.shadowRoot;
|
|
603
|
+
}
|
|
604
|
+
if (parentVNode.$tag$ === "template") {
|
|
605
|
+
containerElm = containerElm.content;
|
|
606
|
+
}
|
|
607
|
+
for (; startIdx <= endIdx; ++startIdx) {
|
|
608
|
+
if (vnodes[startIdx]) {
|
|
609
|
+
childNode = createElm(null, parentVNode, startIdx);
|
|
610
|
+
if (childNode) {
|
|
611
|
+
vnodes[startIdx].$elm$ = childNode;
|
|
612
|
+
insertBefore(containerElm, childNode, before);
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
};
|
|
617
|
+
var removeVnodes = (vnodes, startIdx, endIdx) => {
|
|
618
|
+
for (let index = startIdx; index <= endIdx; ++index) {
|
|
619
|
+
const vnode = vnodes[index];
|
|
620
|
+
if (vnode) {
|
|
621
|
+
const elm = vnode.$elm$;
|
|
622
|
+
if (elm) {
|
|
623
|
+
elm.remove();
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
};
|
|
628
|
+
var updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = false) => {
|
|
629
|
+
let oldStartIdx = 0;
|
|
630
|
+
let newStartIdx = 0;
|
|
631
|
+
let idxInOld = 0;
|
|
632
|
+
let i2 = 0;
|
|
633
|
+
let oldEndIdx = oldCh.length - 1;
|
|
634
|
+
let oldStartVnode = oldCh[0];
|
|
635
|
+
let oldEndVnode = oldCh[oldEndIdx];
|
|
636
|
+
let newEndIdx = newCh.length - 1;
|
|
637
|
+
let newStartVnode = newCh[0];
|
|
638
|
+
let newEndVnode = newCh[newEndIdx];
|
|
639
|
+
let node;
|
|
640
|
+
let elmToMove;
|
|
641
|
+
const containerElm = newVNode2.$tag$ === "template" ? parentElm.content : parentElm;
|
|
642
|
+
while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) {
|
|
643
|
+
if (oldStartVnode == null) {
|
|
644
|
+
oldStartVnode = oldCh[++oldStartIdx];
|
|
645
|
+
} else if (oldEndVnode == null) {
|
|
646
|
+
oldEndVnode = oldCh[--oldEndIdx];
|
|
647
|
+
} else if (newStartVnode == null) {
|
|
648
|
+
newStartVnode = newCh[++newStartIdx];
|
|
649
|
+
} else if (newEndVnode == null) {
|
|
650
|
+
newEndVnode = newCh[--newEndIdx];
|
|
651
|
+
} else if (isSameVnode(oldStartVnode, newStartVnode, isInitialRender)) {
|
|
652
|
+
patch(oldStartVnode, newStartVnode, isInitialRender);
|
|
653
|
+
oldStartVnode = oldCh[++oldStartIdx];
|
|
654
|
+
newStartVnode = newCh[++newStartIdx];
|
|
655
|
+
} else if (isSameVnode(oldEndVnode, newEndVnode, isInitialRender)) {
|
|
656
|
+
patch(oldEndVnode, newEndVnode, isInitialRender);
|
|
657
|
+
oldEndVnode = oldCh[--oldEndIdx];
|
|
658
|
+
newEndVnode = newCh[--newEndIdx];
|
|
659
|
+
} else if (isSameVnode(oldStartVnode, newEndVnode, isInitialRender)) {
|
|
660
|
+
patch(oldStartVnode, newEndVnode, isInitialRender);
|
|
661
|
+
insertBefore(containerElm, oldStartVnode.$elm$, oldEndVnode.$elm$.nextSibling);
|
|
662
|
+
oldStartVnode = oldCh[++oldStartIdx];
|
|
663
|
+
newEndVnode = newCh[--newEndIdx];
|
|
664
|
+
} else if (isSameVnode(oldEndVnode, newStartVnode, isInitialRender)) {
|
|
665
|
+
patch(oldEndVnode, newStartVnode, isInitialRender);
|
|
666
|
+
insertBefore(containerElm, oldEndVnode.$elm$, oldStartVnode.$elm$);
|
|
667
|
+
oldEndVnode = oldCh[--oldEndIdx];
|
|
668
|
+
newStartVnode = newCh[++newStartIdx];
|
|
669
|
+
} else {
|
|
670
|
+
idxInOld = -1;
|
|
671
|
+
{
|
|
672
|
+
for (i2 = oldStartIdx; i2 <= oldEndIdx; ++i2) {
|
|
673
|
+
if (oldCh[i2] && oldCh[i2].$key$ !== null && oldCh[i2].$key$ === newStartVnode.$key$) {
|
|
674
|
+
idxInOld = i2;
|
|
675
|
+
break;
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
}
|
|
679
|
+
if (idxInOld >= 0) {
|
|
680
|
+
elmToMove = oldCh[idxInOld];
|
|
681
|
+
if (elmToMove.$tag$ !== newStartVnode.$tag$) {
|
|
682
|
+
node = createElm(oldCh && oldCh[newStartIdx], newVNode2, idxInOld);
|
|
683
|
+
} else {
|
|
684
|
+
patch(elmToMove, newStartVnode, isInitialRender);
|
|
685
|
+
oldCh[idxInOld] = void 0;
|
|
686
|
+
node = elmToMove.$elm$;
|
|
687
|
+
}
|
|
688
|
+
newStartVnode = newCh[++newStartIdx];
|
|
689
|
+
} else {
|
|
690
|
+
node = createElm(oldCh && oldCh[newStartIdx], newVNode2, newStartIdx);
|
|
691
|
+
newStartVnode = newCh[++newStartIdx];
|
|
692
|
+
}
|
|
693
|
+
if (node) {
|
|
694
|
+
{
|
|
695
|
+
insertBefore(oldStartVnode.$elm$.parentNode, node, oldStartVnode.$elm$);
|
|
696
|
+
}
|
|
697
|
+
}
|
|
698
|
+
}
|
|
699
|
+
}
|
|
700
|
+
if (oldStartIdx > oldEndIdx) {
|
|
701
|
+
addVnodes(
|
|
702
|
+
parentElm,
|
|
703
|
+
newCh[newEndIdx + 1] == null ? null : newCh[newEndIdx + 1].$elm$,
|
|
704
|
+
newVNode2,
|
|
705
|
+
newCh,
|
|
706
|
+
newStartIdx,
|
|
707
|
+
newEndIdx
|
|
708
|
+
);
|
|
709
|
+
} else if (newStartIdx > newEndIdx) {
|
|
710
|
+
removeVnodes(oldCh, oldStartIdx, oldEndIdx);
|
|
711
|
+
}
|
|
712
|
+
};
|
|
713
|
+
var isSameVnode = (leftVNode, rightVNode, isInitialRender = false) => {
|
|
714
|
+
if (leftVNode.$tag$ === rightVNode.$tag$) {
|
|
715
|
+
if (!isInitialRender) {
|
|
716
|
+
return leftVNode.$key$ === rightVNode.$key$;
|
|
717
|
+
}
|
|
718
|
+
if (isInitialRender && !leftVNode.$key$ && rightVNode.$key$) {
|
|
719
|
+
leftVNode.$key$ = rightVNode.$key$;
|
|
720
|
+
}
|
|
721
|
+
return true;
|
|
722
|
+
}
|
|
723
|
+
return false;
|
|
724
|
+
};
|
|
725
|
+
var patch = (oldVNode, newVNode2, isInitialRender = false) => {
|
|
726
|
+
const elm = newVNode2.$elm$ = oldVNode.$elm$;
|
|
727
|
+
const oldChildren = oldVNode.$children$;
|
|
728
|
+
const newChildren = newVNode2.$children$;
|
|
729
|
+
const tag = newVNode2.$tag$;
|
|
730
|
+
{
|
|
731
|
+
{
|
|
732
|
+
isSvgMode = tag === "svg" ? true : tag === "foreignObject" ? false : isSvgMode;
|
|
733
|
+
}
|
|
734
|
+
{
|
|
735
|
+
updateElement(oldVNode, newVNode2, isSvgMode);
|
|
736
|
+
}
|
|
737
|
+
if (oldChildren !== null && newChildren !== null) {
|
|
738
|
+
updateChildren(elm, oldChildren, newVNode2, newChildren, isInitialRender);
|
|
739
|
+
} else if (newChildren !== null) {
|
|
740
|
+
addVnodes(elm, null, newVNode2, newChildren, 0, newChildren.length - 1);
|
|
741
|
+
} else if (
|
|
742
|
+
// don't do this on initial render as it can cause non-hydrated content to be removed
|
|
743
|
+
!isInitialRender && BUILD.updatable && oldChildren !== null
|
|
744
|
+
) {
|
|
745
|
+
removeVnodes(oldChildren, 0, oldChildren.length - 1);
|
|
746
|
+
} else ;
|
|
747
|
+
if (isSvgMode && tag === "svg") {
|
|
748
|
+
isSvgMode = false;
|
|
749
|
+
}
|
|
750
|
+
}
|
|
751
|
+
};
|
|
752
|
+
var insertBefore = (parent, newNode, reference, isInitialLoad) => {
|
|
753
|
+
if (parent.__insertBefore) {
|
|
754
|
+
return parent.__insertBefore(newNode, reference);
|
|
755
|
+
} else {
|
|
756
|
+
return parent == null ? void 0 : parent.insertBefore(newNode, reference);
|
|
757
|
+
}
|
|
758
|
+
};
|
|
759
|
+
var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
760
|
+
const hostElm = hostRef.$hostElement$;
|
|
761
|
+
const oldVNode = hostRef.$vnode$ || newVNode(null, null);
|
|
762
|
+
const isHostElement = isHost(renderFnResults);
|
|
763
|
+
const rootVnode = isHostElement ? renderFnResults : h(null, null, renderFnResults);
|
|
764
|
+
hostTagName = hostElm.tagName;
|
|
765
|
+
if (isInitialLoad && rootVnode.$attrs$) {
|
|
766
|
+
for (const key of Object.keys(rootVnode.$attrs$)) {
|
|
767
|
+
if (hostElm.hasAttribute(key) && !["key", "ref", "style", "class"].includes(key)) {
|
|
768
|
+
rootVnode.$attrs$[key] = hostElm[key];
|
|
769
|
+
}
|
|
770
|
+
}
|
|
771
|
+
}
|
|
772
|
+
rootVnode.$tag$ = null;
|
|
773
|
+
rootVnode.$flags$ |= 4;
|
|
774
|
+
hostRef.$vnode$ = rootVnode;
|
|
775
|
+
rootVnode.$elm$ = oldVNode.$elm$ = hostElm.shadowRoot || hostElm;
|
|
776
|
+
patch(oldVNode, rootVnode, isInitialLoad);
|
|
777
|
+
};
|
|
778
|
+
var attachToAncestor = (hostRef, ancestorComponent) => {
|
|
779
|
+
if (ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent["s-p"]) {
|
|
780
|
+
const index = ancestorComponent["s-p"].push(
|
|
781
|
+
new Promise(
|
|
782
|
+
(r) => hostRef.$onRenderResolve$ = () => {
|
|
783
|
+
ancestorComponent["s-p"].splice(index - 1, 1);
|
|
784
|
+
r();
|
|
785
|
+
}
|
|
786
|
+
)
|
|
787
|
+
);
|
|
788
|
+
}
|
|
789
|
+
};
|
|
790
|
+
var scheduleUpdate = (hostRef, isInitialLoad) => {
|
|
791
|
+
{
|
|
792
|
+
hostRef.$flags$ |= 16;
|
|
793
|
+
}
|
|
794
|
+
if (hostRef.$flags$ & 4) {
|
|
795
|
+
hostRef.$flags$ |= 512;
|
|
796
|
+
return;
|
|
797
|
+
}
|
|
798
|
+
attachToAncestor(hostRef, hostRef.$ancestorComponent$);
|
|
799
|
+
const dispatch = () => dispatchHooks(hostRef, isInitialLoad);
|
|
800
|
+
if (isInitialLoad) {
|
|
801
|
+
queueMicrotask(() => {
|
|
802
|
+
dispatch();
|
|
803
|
+
});
|
|
804
|
+
return;
|
|
805
|
+
}
|
|
806
|
+
return writeTask(dispatch);
|
|
807
|
+
};
|
|
808
|
+
var dispatchHooks = (hostRef, isInitialLoad) => {
|
|
809
|
+
const elm = hostRef.$hostElement$;
|
|
810
|
+
const endSchedule = createTime("scheduleUpdate", hostRef.$cmpMeta$.$tagName$);
|
|
811
|
+
const instance = hostRef.$lazyInstance$;
|
|
812
|
+
if (!instance) {
|
|
813
|
+
throw new Error(
|
|
814
|
+
`Can't render component <${elm.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`
|
|
815
|
+
);
|
|
816
|
+
}
|
|
817
|
+
let maybePromise;
|
|
818
|
+
if (isInitialLoad) {
|
|
819
|
+
{
|
|
820
|
+
if (hostRef.$fetchedCbList$.length) {
|
|
821
|
+
hostRef.$fetchedCbList$.forEach((cb) => cb(elm));
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
maybePromise = safeCall(instance, "componentWillLoad", void 0, elm);
|
|
825
|
+
} else {
|
|
826
|
+
maybePromise = safeCall(instance, "componentWillUpdate", void 0, elm);
|
|
827
|
+
}
|
|
828
|
+
maybePromise = enqueue(maybePromise, () => safeCall(instance, "componentWillRender", void 0, elm));
|
|
829
|
+
endSchedule();
|
|
830
|
+
return enqueue(maybePromise, () => updateComponent(hostRef, instance, isInitialLoad));
|
|
831
|
+
};
|
|
832
|
+
var enqueue = (maybePromise, fn) => isPromisey(maybePromise) ? maybePromise.then(fn).catch((err) => {
|
|
833
|
+
console.error(err);
|
|
834
|
+
fn();
|
|
835
|
+
}) : fn();
|
|
836
|
+
var isPromisey = (maybePromise) => maybePromise instanceof Promise || maybePromise && maybePromise.then && typeof maybePromise.then === "function";
|
|
837
|
+
var updateComponent = async (hostRef, instance, isInitialLoad) => {
|
|
838
|
+
var _a;
|
|
839
|
+
const elm = hostRef.$hostElement$;
|
|
840
|
+
const endUpdate = createTime("update", hostRef.$cmpMeta$.$tagName$);
|
|
841
|
+
const rc = elm["s-rc"];
|
|
842
|
+
if (isInitialLoad) {
|
|
843
|
+
attachStyles(hostRef);
|
|
844
|
+
}
|
|
845
|
+
const endRender = createTime("render", hostRef.$cmpMeta$.$tagName$);
|
|
846
|
+
{
|
|
847
|
+
callRender(hostRef, instance, elm, isInitialLoad);
|
|
848
|
+
}
|
|
849
|
+
if (rc) {
|
|
850
|
+
rc.map((cb) => cb());
|
|
851
|
+
elm["s-rc"] = void 0;
|
|
852
|
+
}
|
|
853
|
+
endRender();
|
|
854
|
+
endUpdate();
|
|
855
|
+
{
|
|
856
|
+
const childrenPromises = (_a = elm["s-p"]) != null ? _a : [];
|
|
857
|
+
const postUpdate = () => postUpdateComponent(hostRef);
|
|
858
|
+
if (childrenPromises.length === 0) {
|
|
859
|
+
postUpdate();
|
|
860
|
+
} else {
|
|
861
|
+
Promise.all(childrenPromises).then(postUpdate);
|
|
862
|
+
hostRef.$flags$ |= 4;
|
|
863
|
+
childrenPromises.length = 0;
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
};
|
|
867
|
+
var callRender = (hostRef, instance, elm, isInitialLoad) => {
|
|
868
|
+
try {
|
|
869
|
+
instance = instance.render();
|
|
870
|
+
{
|
|
871
|
+
hostRef.$flags$ &= -17;
|
|
872
|
+
}
|
|
873
|
+
{
|
|
874
|
+
hostRef.$flags$ |= 2;
|
|
875
|
+
}
|
|
876
|
+
{
|
|
877
|
+
{
|
|
878
|
+
{
|
|
879
|
+
renderVdom(hostRef, instance, isInitialLoad);
|
|
880
|
+
}
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
} catch (e) {
|
|
884
|
+
consoleError(e, hostRef.$hostElement$);
|
|
885
|
+
}
|
|
886
|
+
return null;
|
|
887
|
+
};
|
|
888
|
+
var postUpdateComponent = (hostRef) => {
|
|
889
|
+
const tagName = hostRef.$cmpMeta$.$tagName$;
|
|
890
|
+
const elm = hostRef.$hostElement$;
|
|
891
|
+
const endPostUpdate = createTime("postUpdate", tagName);
|
|
892
|
+
const instance = hostRef.$lazyInstance$;
|
|
893
|
+
const ancestorComponent = hostRef.$ancestorComponent$;
|
|
894
|
+
safeCall(instance, "componentDidRender", void 0, elm);
|
|
895
|
+
if (!(hostRef.$flags$ & 64)) {
|
|
896
|
+
hostRef.$flags$ |= 64;
|
|
897
|
+
{
|
|
898
|
+
addHydratedFlag(elm);
|
|
899
|
+
}
|
|
900
|
+
safeCall(instance, "componentDidLoad", void 0, elm);
|
|
901
|
+
endPostUpdate();
|
|
902
|
+
{
|
|
903
|
+
hostRef.$onReadyResolve$(elm);
|
|
904
|
+
if (!ancestorComponent) {
|
|
905
|
+
appDidLoad();
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
} else {
|
|
909
|
+
safeCall(instance, "componentDidUpdate", void 0, elm);
|
|
910
|
+
endPostUpdate();
|
|
911
|
+
}
|
|
912
|
+
{
|
|
913
|
+
if (hostRef.$onRenderResolve$) {
|
|
914
|
+
hostRef.$onRenderResolve$();
|
|
915
|
+
hostRef.$onRenderResolve$ = void 0;
|
|
916
|
+
}
|
|
917
|
+
if (hostRef.$flags$ & 512) {
|
|
918
|
+
nextTick(() => scheduleUpdate(hostRef, false));
|
|
919
|
+
}
|
|
920
|
+
hostRef.$flags$ &= -517;
|
|
921
|
+
}
|
|
922
|
+
};
|
|
923
|
+
var appDidLoad = (who) => {
|
|
924
|
+
nextTick(() => emitEvent(win, "appload", { detail: { namespace: NAMESPACE } }));
|
|
925
|
+
};
|
|
926
|
+
var safeCall = (instance, method, arg, elm) => {
|
|
927
|
+
if (instance && instance[method]) {
|
|
928
|
+
try {
|
|
929
|
+
return instance[method](arg);
|
|
930
|
+
} catch (e) {
|
|
931
|
+
consoleError(e, elm);
|
|
932
|
+
}
|
|
933
|
+
}
|
|
934
|
+
return void 0;
|
|
935
|
+
};
|
|
936
|
+
var addHydratedFlag = (elm) => {
|
|
937
|
+
var _a;
|
|
938
|
+
return elm.classList.add((_a = BUILD.hydratedSelectorName) != null ? _a : "hydrated");
|
|
939
|
+
};
|
|
940
|
+
var getValue = (ref, propName) => getHostRef(ref).$instanceValues$.get(propName);
|
|
941
|
+
var setValue = (ref, propName, newVal, cmpMeta) => {
|
|
942
|
+
const hostRef = getHostRef(ref);
|
|
943
|
+
if (!hostRef) {
|
|
944
|
+
return;
|
|
945
|
+
}
|
|
946
|
+
if (!hostRef) {
|
|
947
|
+
throw new Error(
|
|
948
|
+
`Couldn't find host element for "${cmpMeta.$tagName$}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).`
|
|
949
|
+
);
|
|
950
|
+
}
|
|
951
|
+
const elm = hostRef.$hostElement$;
|
|
952
|
+
const oldVal = hostRef.$instanceValues$.get(propName);
|
|
953
|
+
const flags = hostRef.$flags$;
|
|
954
|
+
const instance = hostRef.$lazyInstance$;
|
|
955
|
+
newVal = parsePropertyValue(
|
|
956
|
+
newVal,
|
|
957
|
+
cmpMeta.$members$[propName][0]
|
|
958
|
+
);
|
|
959
|
+
const areBothNaN = Number.isNaN(oldVal) && Number.isNaN(newVal);
|
|
960
|
+
const didValueChange = newVal !== oldVal && !areBothNaN;
|
|
961
|
+
if ((!(flags & 8) || oldVal === void 0) && didValueChange) {
|
|
962
|
+
hostRef.$instanceValues$.set(propName, newVal);
|
|
963
|
+
if (cmpMeta.$watchers$) {
|
|
964
|
+
const watchMethods = cmpMeta.$watchers$[propName];
|
|
965
|
+
if (watchMethods) {
|
|
966
|
+
watchMethods.map((watcher) => {
|
|
967
|
+
try {
|
|
968
|
+
const [[watchMethodName, watcherFlags]] = Object.entries(watcher);
|
|
969
|
+
if (flags & 128 || watcherFlags & 1) {
|
|
970
|
+
if (!instance) {
|
|
971
|
+
hostRef.$fetchedCbList$.push(() => {
|
|
972
|
+
hostRef.$lazyInstance$[watchMethodName](newVal, oldVal, propName);
|
|
973
|
+
});
|
|
974
|
+
} else {
|
|
975
|
+
instance[watchMethodName](newVal, oldVal, propName);
|
|
976
|
+
}
|
|
977
|
+
}
|
|
978
|
+
} catch (e) {
|
|
979
|
+
consoleError(e, elm);
|
|
980
|
+
}
|
|
981
|
+
});
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
if ((flags & (2 | 16)) === 2) {
|
|
985
|
+
if (instance.componentShouldUpdate) {
|
|
986
|
+
if (instance.componentShouldUpdate(newVal, oldVal, propName) === false) {
|
|
987
|
+
return;
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
scheduleUpdate(hostRef, false);
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
};
|
|
994
|
+
var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
995
|
+
var _a, _b;
|
|
996
|
+
const prototype = Cstr.prototype;
|
|
997
|
+
if (cmpMeta.$members$ || BUILD.propChangeCallback) {
|
|
998
|
+
{
|
|
999
|
+
if (Cstr.watchers && !cmpMeta.$watchers$) {
|
|
1000
|
+
cmpMeta.$watchers$ = Cstr.watchers;
|
|
1001
|
+
}
|
|
1002
|
+
if (Cstr.deserializers && !cmpMeta.$deserializers$) {
|
|
1003
|
+
cmpMeta.$deserializers$ = Cstr.deserializers;
|
|
1004
|
+
}
|
|
1005
|
+
if (Cstr.serializers && !cmpMeta.$serializers$) {
|
|
1006
|
+
cmpMeta.$serializers$ = Cstr.serializers;
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});
|
|
1010
|
+
members.map(([memberName, [memberFlags]]) => {
|
|
1011
|
+
if (memberFlags & 31 || flags & 2 && memberFlags & 32) {
|
|
1012
|
+
const { get: origGetter, set: origSetter } = Object.getOwnPropertyDescriptor(prototype, memberName) || {};
|
|
1013
|
+
if (origGetter) cmpMeta.$members$[memberName][0] |= 2048;
|
|
1014
|
+
if (origSetter) cmpMeta.$members$[memberName][0] |= 4096;
|
|
1015
|
+
if (flags & 1 || !origGetter) {
|
|
1016
|
+
Object.defineProperty(prototype, memberName, {
|
|
1017
|
+
get() {
|
|
1018
|
+
{
|
|
1019
|
+
if ((cmpMeta.$members$[memberName][0] & 2048) === 0) {
|
|
1020
|
+
return getValue(this, memberName);
|
|
1021
|
+
}
|
|
1022
|
+
const ref = getHostRef(this);
|
|
1023
|
+
const instance = ref ? ref.$lazyInstance$ : prototype;
|
|
1024
|
+
if (!instance) return;
|
|
1025
|
+
return instance[memberName];
|
|
1026
|
+
}
|
|
1027
|
+
},
|
|
1028
|
+
configurable: true,
|
|
1029
|
+
enumerable: true
|
|
1030
|
+
});
|
|
1031
|
+
}
|
|
1032
|
+
Object.defineProperty(prototype, memberName, {
|
|
1033
|
+
set(newValue) {
|
|
1034
|
+
const ref = getHostRef(this);
|
|
1035
|
+
if (!ref) {
|
|
1036
|
+
return;
|
|
1037
|
+
}
|
|
1038
|
+
if (origSetter) {
|
|
1039
|
+
const currentValue = memberFlags & 32 ? this[memberName] : ref.$hostElement$[memberName];
|
|
1040
|
+
if (typeof currentValue === "undefined" && ref.$instanceValues$.get(memberName)) {
|
|
1041
|
+
newValue = ref.$instanceValues$.get(memberName);
|
|
1042
|
+
}
|
|
1043
|
+
origSetter.apply(this, [
|
|
1044
|
+
parsePropertyValue(
|
|
1045
|
+
newValue,
|
|
1046
|
+
memberFlags
|
|
1047
|
+
)
|
|
1048
|
+
]);
|
|
1049
|
+
newValue = memberFlags & 32 ? this[memberName] : ref.$hostElement$[memberName];
|
|
1050
|
+
setValue(this, memberName, newValue, cmpMeta);
|
|
1051
|
+
return;
|
|
1052
|
+
}
|
|
1053
|
+
{
|
|
1054
|
+
if ((flags & 1) === 0 || (cmpMeta.$members$[memberName][0] & 4096) === 0) {
|
|
1055
|
+
setValue(this, memberName, newValue, cmpMeta);
|
|
1056
|
+
if (flags & 1 && !ref.$lazyInstance$) {
|
|
1057
|
+
ref.$fetchedCbList$.push(() => {
|
|
1058
|
+
if (cmpMeta.$members$[memberName][0] & 4096 && ref.$lazyInstance$[memberName] !== ref.$instanceValues$.get(memberName)) {
|
|
1059
|
+
ref.$lazyInstance$[memberName] = newValue;
|
|
1060
|
+
}
|
|
1061
|
+
});
|
|
1062
|
+
}
|
|
1063
|
+
return;
|
|
1064
|
+
}
|
|
1065
|
+
const setterSetVal = () => {
|
|
1066
|
+
const currentValue = ref.$lazyInstance$[memberName];
|
|
1067
|
+
if (!ref.$instanceValues$.get(memberName) && currentValue) {
|
|
1068
|
+
ref.$instanceValues$.set(memberName, currentValue);
|
|
1069
|
+
}
|
|
1070
|
+
ref.$lazyInstance$[memberName] = parsePropertyValue(
|
|
1071
|
+
newValue,
|
|
1072
|
+
memberFlags
|
|
1073
|
+
);
|
|
1074
|
+
setValue(this, memberName, ref.$lazyInstance$[memberName], cmpMeta);
|
|
1075
|
+
};
|
|
1076
|
+
if (ref.$lazyInstance$) {
|
|
1077
|
+
setterSetVal();
|
|
1078
|
+
} else {
|
|
1079
|
+
ref.$fetchedCbList$.push(() => {
|
|
1080
|
+
setterSetVal();
|
|
1081
|
+
});
|
|
1082
|
+
}
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
});
|
|
1086
|
+
}
|
|
1087
|
+
});
|
|
1088
|
+
if (flags & 1) {
|
|
1089
|
+
const attrNameToPropName = /* @__PURE__ */ new Map();
|
|
1090
|
+
prototype.attributeChangedCallback = function(attrName, oldValue, newValue) {
|
|
1091
|
+
plt.jmp(() => {
|
|
1092
|
+
var _a2;
|
|
1093
|
+
const propName = attrNameToPropName.get(attrName);
|
|
1094
|
+
const hostRef = getHostRef(this);
|
|
1095
|
+
if (this.hasOwnProperty(propName) && BUILD.lazyLoad) {
|
|
1096
|
+
newValue = this[propName];
|
|
1097
|
+
delete this[propName];
|
|
1098
|
+
}
|
|
1099
|
+
if (prototype.hasOwnProperty(propName) && typeof this[propName] === "number" && // cast type to number to avoid TS compiler issues
|
|
1100
|
+
this[propName] == newValue) {
|
|
1101
|
+
return;
|
|
1102
|
+
} else if (propName == null) {
|
|
1103
|
+
const flags2 = hostRef == null ? void 0 : hostRef.$flags$;
|
|
1104
|
+
if (hostRef && flags2 && !(flags2 & 8) && newValue !== oldValue) {
|
|
1105
|
+
const instance = hostRef.$lazyInstance$;
|
|
1106
|
+
const entry = (_a2 = cmpMeta.$watchers$) == null ? void 0 : _a2[attrName];
|
|
1107
|
+
entry == null ? void 0 : entry.forEach((watcher) => {
|
|
1108
|
+
const [[watchMethodName, watcherFlags]] = Object.entries(watcher);
|
|
1109
|
+
if (instance[watchMethodName] != null && (flags2 & 128 || watcherFlags & 1)) {
|
|
1110
|
+
instance[watchMethodName].call(instance, newValue, oldValue, attrName);
|
|
1111
|
+
}
|
|
1112
|
+
});
|
|
1113
|
+
}
|
|
1114
|
+
return;
|
|
1115
|
+
}
|
|
1116
|
+
const propFlags = members.find(([m]) => m === propName);
|
|
1117
|
+
if (propFlags && propFlags[1][0] & 4) {
|
|
1118
|
+
newValue = newValue === null || newValue === "false" ? false : true;
|
|
1119
|
+
}
|
|
1120
|
+
const propDesc = Object.getOwnPropertyDescriptor(prototype, propName);
|
|
1121
|
+
if (newValue != this[propName] && (!propDesc.get || !!propDesc.set)) {
|
|
1122
|
+
this[propName] = newValue;
|
|
1123
|
+
}
|
|
1124
|
+
});
|
|
1125
|
+
};
|
|
1126
|
+
Cstr.observedAttributes = Array.from(
|
|
1127
|
+
/* @__PURE__ */ new Set([
|
|
1128
|
+
...Object.keys((_b = cmpMeta.$watchers$) != null ? _b : {}),
|
|
1129
|
+
...members.filter(
|
|
1130
|
+
([_, m]) => m[0] & 31
|
|
1131
|
+
/* HasAttribute */
|
|
1132
|
+
).map(([propName, m]) => {
|
|
1133
|
+
const attrName = m[1] || propName;
|
|
1134
|
+
attrNameToPropName.set(attrName, propName);
|
|
1135
|
+
return attrName;
|
|
1136
|
+
})
|
|
1137
|
+
])
|
|
1138
|
+
);
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
return Cstr;
|
|
1142
|
+
};
|
|
1143
|
+
var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
1144
|
+
let Cstr;
|
|
1145
|
+
if ((hostRef.$flags$ & 32) === 0) {
|
|
1146
|
+
hostRef.$flags$ |= 32;
|
|
1147
|
+
const bundleId = cmpMeta.$lazyBundleId$;
|
|
1148
|
+
if (bundleId) {
|
|
1149
|
+
const CstrImport = loadModule(cmpMeta, hostRef);
|
|
1150
|
+
if (CstrImport && "then" in CstrImport) {
|
|
1151
|
+
const endLoad = uniqueTime();
|
|
1152
|
+
Cstr = await CstrImport;
|
|
1153
|
+
endLoad();
|
|
1154
|
+
} else {
|
|
1155
|
+
Cstr = CstrImport;
|
|
1156
|
+
}
|
|
1157
|
+
if (!Cstr) {
|
|
1158
|
+
throw new Error(`Constructor for "${cmpMeta.$tagName$}#${hostRef.$modeName$}" was not found`);
|
|
1159
|
+
}
|
|
1160
|
+
if (!Cstr.isProxied) {
|
|
1161
|
+
{
|
|
1162
|
+
cmpMeta.$watchers$ = Cstr.watchers;
|
|
1163
|
+
cmpMeta.$serializers$ = Cstr.serializers;
|
|
1164
|
+
cmpMeta.$deserializers$ = Cstr.deserializers;
|
|
1165
|
+
}
|
|
1166
|
+
proxyComponent(
|
|
1167
|
+
Cstr,
|
|
1168
|
+
cmpMeta,
|
|
1169
|
+
2
|
|
1170
|
+
/* proxyState */
|
|
1171
|
+
);
|
|
1172
|
+
Cstr.isProxied = true;
|
|
1173
|
+
}
|
|
1174
|
+
const endNewInstance = createTime("createInstance", cmpMeta.$tagName$);
|
|
1175
|
+
{
|
|
1176
|
+
hostRef.$flags$ |= 8;
|
|
1177
|
+
}
|
|
1178
|
+
try {
|
|
1179
|
+
new Cstr(hostRef);
|
|
1180
|
+
} catch (e) {
|
|
1181
|
+
consoleError(e, elm);
|
|
1182
|
+
}
|
|
1183
|
+
{
|
|
1184
|
+
hostRef.$flags$ &= -9;
|
|
1185
|
+
}
|
|
1186
|
+
{
|
|
1187
|
+
hostRef.$flags$ |= 128;
|
|
1188
|
+
}
|
|
1189
|
+
endNewInstance();
|
|
1190
|
+
{
|
|
1191
|
+
fireConnectedCallback(hostRef.$lazyInstance$, elm);
|
|
1192
|
+
}
|
|
1193
|
+
} else {
|
|
1194
|
+
Cstr = elm.constructor;
|
|
1195
|
+
const cmpTag = elm.localName;
|
|
1196
|
+
customElements.whenDefined(cmpTag).then(
|
|
1197
|
+
() => hostRef.$flags$ |= 128
|
|
1198
|
+
/* isWatchReady */
|
|
1199
|
+
);
|
|
1200
|
+
}
|
|
1201
|
+
if (Cstr && Cstr.style) {
|
|
1202
|
+
let style;
|
|
1203
|
+
if (typeof Cstr.style === "string") {
|
|
1204
|
+
style = Cstr.style;
|
|
1205
|
+
}
|
|
1206
|
+
const scopeId2 = getScopeId(cmpMeta);
|
|
1207
|
+
if (!styles.has(scopeId2) || BUILD.hotModuleReplacement) {
|
|
1208
|
+
const endRegisterStyles = createTime("registerStyles", cmpMeta.$tagName$);
|
|
1209
|
+
registerStyle(scopeId2, style, !!(cmpMeta.$flags$ & 1));
|
|
1210
|
+
endRegisterStyles();
|
|
1211
|
+
}
|
|
1212
|
+
}
|
|
1213
|
+
}
|
|
1214
|
+
const ancestorComponent = hostRef.$ancestorComponent$;
|
|
1215
|
+
const schedule = () => scheduleUpdate(hostRef, true);
|
|
1216
|
+
if (ancestorComponent && ancestorComponent["s-rc"]) {
|
|
1217
|
+
ancestorComponent["s-rc"].push(schedule);
|
|
1218
|
+
} else {
|
|
1219
|
+
schedule();
|
|
1220
|
+
}
|
|
1221
|
+
};
|
|
1222
|
+
var fireConnectedCallback = (instance, elm) => {
|
|
1223
|
+
{
|
|
1224
|
+
safeCall(instance, "connectedCallback", void 0, elm);
|
|
1225
|
+
}
|
|
1226
|
+
};
|
|
1227
|
+
var connectedCallback = (elm) => {
|
|
1228
|
+
if ((plt.$flags$ & 1) === 0) {
|
|
1229
|
+
const hostRef = getHostRef(elm);
|
|
1230
|
+
if (!hostRef) {
|
|
1231
|
+
return;
|
|
1232
|
+
}
|
|
1233
|
+
const cmpMeta = hostRef.$cmpMeta$;
|
|
1234
|
+
const endConnected = createTime("connectedCallback", cmpMeta.$tagName$);
|
|
1235
|
+
if (!(hostRef.$flags$ & 1)) {
|
|
1236
|
+
hostRef.$flags$ |= 1;
|
|
1237
|
+
{
|
|
1238
|
+
let ancestorComponent = elm;
|
|
1239
|
+
while (ancestorComponent = ancestorComponent.parentNode || ancestorComponent.host) {
|
|
1240
|
+
if (ancestorComponent["s-p"]) {
|
|
1241
|
+
attachToAncestor(hostRef, hostRef.$ancestorComponent$ = ancestorComponent);
|
|
1242
|
+
break;
|
|
1243
|
+
}
|
|
1244
|
+
}
|
|
1245
|
+
}
|
|
1246
|
+
if (cmpMeta.$members$) {
|
|
1247
|
+
Object.entries(cmpMeta.$members$).map(([memberName, [memberFlags]]) => {
|
|
1248
|
+
if (memberFlags & 31 && memberName in elm && elm[memberName] !== Object.prototype[memberName]) {
|
|
1249
|
+
const value = elm[memberName];
|
|
1250
|
+
delete elm[memberName];
|
|
1251
|
+
elm[memberName] = value;
|
|
1252
|
+
}
|
|
1253
|
+
});
|
|
1254
|
+
}
|
|
1255
|
+
{
|
|
1256
|
+
initializeComponent(elm, hostRef, cmpMeta);
|
|
1257
|
+
}
|
|
1258
|
+
} else {
|
|
1259
|
+
if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
|
|
1260
|
+
fireConnectedCallback(hostRef.$lazyInstance$, elm);
|
|
1261
|
+
} else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
|
|
1262
|
+
hostRef.$onReadyPromise$.then(() => fireConnectedCallback(hostRef.$lazyInstance$, elm));
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1265
|
+
endConnected();
|
|
1266
|
+
}
|
|
1267
|
+
};
|
|
1268
|
+
var disconnectInstance = (instance, elm) => {
|
|
1269
|
+
{
|
|
1270
|
+
safeCall(instance, "disconnectedCallback", void 0, elm || instance);
|
|
1271
|
+
}
|
|
1272
|
+
};
|
|
1273
|
+
var disconnectedCallback = async (elm) => {
|
|
1274
|
+
if ((plt.$flags$ & 1) === 0) {
|
|
1275
|
+
const hostRef = getHostRef(elm);
|
|
1276
|
+
if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
|
|
1277
|
+
disconnectInstance(hostRef.$lazyInstance$, elm);
|
|
1278
|
+
} else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
|
|
1279
|
+
hostRef.$onReadyPromise$.then(() => disconnectInstance(hostRef.$lazyInstance$, elm));
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
if (rootAppliedStyles.has(elm)) {
|
|
1283
|
+
rootAppliedStyles.delete(elm);
|
|
1284
|
+
}
|
|
1285
|
+
if (elm.shadowRoot && rootAppliedStyles.has(elm.shadowRoot)) {
|
|
1286
|
+
rootAppliedStyles.delete(elm.shadowRoot);
|
|
1287
|
+
}
|
|
1288
|
+
};
|
|
1289
|
+
var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
1290
|
+
var _a;
|
|
1291
|
+
if (!win.document) {
|
|
1292
|
+
console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");
|
|
1293
|
+
return;
|
|
1294
|
+
}
|
|
1295
|
+
const endBootstrap = createTime();
|
|
1296
|
+
const cmpTags = [];
|
|
1297
|
+
const exclude = options.exclude || [];
|
|
1298
|
+
const customElements2 = win.customElements;
|
|
1299
|
+
const head = win.document.head;
|
|
1300
|
+
const metaCharset = /* @__PURE__ */ head.querySelector("meta[charset]");
|
|
1301
|
+
const dataStyles = /* @__PURE__ */ win.document.createElement("style");
|
|
1302
|
+
const deferredConnectedCallbacks = [];
|
|
1303
|
+
let appLoadFallback;
|
|
1304
|
+
let isBootstrapping = true;
|
|
1305
|
+
Object.assign(plt, options);
|
|
1306
|
+
plt.$resourcesUrl$ = new URL(options.resourcesUrl || "./", win.document.baseURI).href;
|
|
1307
|
+
lazyBundles.map((lazyBundle) => {
|
|
1308
|
+
lazyBundle[1].map((compactMeta) => {
|
|
1309
|
+
var _a2, _b, _c;
|
|
1310
|
+
const cmpMeta = {
|
|
1311
|
+
$flags$: compactMeta[0],
|
|
1312
|
+
$tagName$: compactMeta[1],
|
|
1313
|
+
$members$: compactMeta[2],
|
|
1314
|
+
$listeners$: compactMeta[3]
|
|
1315
|
+
};
|
|
1316
|
+
{
|
|
1317
|
+
cmpMeta.$members$ = compactMeta[2];
|
|
1318
|
+
}
|
|
1319
|
+
{
|
|
1320
|
+
cmpMeta.$watchers$ = (_a2 = compactMeta[4]) != null ? _a2 : {};
|
|
1321
|
+
cmpMeta.$serializers$ = (_b = compactMeta[5]) != null ? _b : {};
|
|
1322
|
+
cmpMeta.$deserializers$ = (_c = compactMeta[6]) != null ? _c : {};
|
|
1323
|
+
}
|
|
1324
|
+
const tagName = transformTag(cmpMeta.$tagName$);
|
|
1325
|
+
const HostElement = class extends HTMLElement {
|
|
1326
|
+
["s-p"];
|
|
1327
|
+
["s-rc"];
|
|
1328
|
+
hasRegisteredEventListeners = false;
|
|
1329
|
+
// StencilLazyHost
|
|
1330
|
+
constructor(self) {
|
|
1331
|
+
super(self);
|
|
1332
|
+
self = this;
|
|
1333
|
+
registerHost(self, cmpMeta);
|
|
1334
|
+
if (cmpMeta.$flags$ & 1) {
|
|
1335
|
+
{
|
|
1336
|
+
if (!self.shadowRoot) {
|
|
1337
|
+
createShadowRoot.call(self, cmpMeta);
|
|
1338
|
+
} else {
|
|
1339
|
+
if (self.shadowRoot.mode !== "open") {
|
|
1340
|
+
throw new Error(
|
|
1341
|
+
`Unable to re-use existing shadow root for ${cmpMeta.$tagName$}! Mode is set to ${self.shadowRoot.mode} but Stencil only supports open shadow roots.`
|
|
1342
|
+
);
|
|
1343
|
+
}
|
|
1344
|
+
}
|
|
1345
|
+
}
|
|
1346
|
+
}
|
|
1347
|
+
}
|
|
1348
|
+
connectedCallback() {
|
|
1349
|
+
const hostRef = getHostRef(this);
|
|
1350
|
+
if (!hostRef) {
|
|
1351
|
+
return;
|
|
1352
|
+
}
|
|
1353
|
+
if (!this.hasRegisteredEventListeners) {
|
|
1354
|
+
this.hasRegisteredEventListeners = true;
|
|
1355
|
+
}
|
|
1356
|
+
if (appLoadFallback) {
|
|
1357
|
+
clearTimeout(appLoadFallback);
|
|
1358
|
+
appLoadFallback = null;
|
|
1359
|
+
}
|
|
1360
|
+
if (isBootstrapping) {
|
|
1361
|
+
deferredConnectedCallbacks.push(this);
|
|
1362
|
+
} else {
|
|
1363
|
+
plt.jmp(() => connectedCallback(this));
|
|
1364
|
+
}
|
|
1365
|
+
}
|
|
1366
|
+
disconnectedCallback() {
|
|
1367
|
+
plt.jmp(() => disconnectedCallback(this));
|
|
1368
|
+
plt.raf(() => {
|
|
1369
|
+
var _a3;
|
|
1370
|
+
const hostRef = getHostRef(this);
|
|
1371
|
+
if (!hostRef) {
|
|
1372
|
+
return;
|
|
1373
|
+
}
|
|
1374
|
+
const i2 = deferredConnectedCallbacks.findIndex((host) => host === this);
|
|
1375
|
+
if (i2 > -1) {
|
|
1376
|
+
deferredConnectedCallbacks.splice(i2, 1);
|
|
1377
|
+
}
|
|
1378
|
+
if (((_a3 = hostRef == null ? void 0 : hostRef.$vnode$) == null ? void 0 : _a3.$elm$) instanceof Node && !hostRef.$vnode$.$elm$.isConnected) {
|
|
1379
|
+
delete hostRef.$vnode$.$elm$;
|
|
1380
|
+
}
|
|
1381
|
+
});
|
|
1382
|
+
}
|
|
1383
|
+
componentOnReady() {
|
|
1384
|
+
var _a3;
|
|
1385
|
+
return (_a3 = getHostRef(this)) == null ? void 0 : _a3.$onReadyPromise$;
|
|
1386
|
+
}
|
|
1387
|
+
};
|
|
1388
|
+
cmpMeta.$lazyBundleId$ = lazyBundle[0];
|
|
1389
|
+
if (!exclude.includes(tagName) && !customElements2.get(tagName)) {
|
|
1390
|
+
cmpTags.push(tagName);
|
|
1391
|
+
customElements2.define(
|
|
1392
|
+
tagName,
|
|
1393
|
+
proxyComponent(
|
|
1394
|
+
HostElement,
|
|
1395
|
+
cmpMeta,
|
|
1396
|
+
1
|
|
1397
|
+
/* isElementConstructor */
|
|
1398
|
+
)
|
|
1399
|
+
);
|
|
1400
|
+
}
|
|
1401
|
+
});
|
|
1402
|
+
});
|
|
1403
|
+
if (cmpTags.length > 0) {
|
|
1404
|
+
{
|
|
1405
|
+
dataStyles.textContent += cmpTags.sort() + HYDRATED_CSS;
|
|
1406
|
+
}
|
|
1407
|
+
if (dataStyles.innerHTML.length) {
|
|
1408
|
+
dataStyles.setAttribute("data-styles", "");
|
|
1409
|
+
const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(win.document);
|
|
1410
|
+
if (nonce != null) {
|
|
1411
|
+
dataStyles.setAttribute("nonce", nonce);
|
|
1412
|
+
}
|
|
1413
|
+
head.insertBefore(dataStyles, metaCharset ? metaCharset.nextSibling : head.firstChild);
|
|
1414
|
+
}
|
|
1415
|
+
}
|
|
1416
|
+
isBootstrapping = false;
|
|
1417
|
+
if (deferredConnectedCallbacks.length) {
|
|
1418
|
+
deferredConnectedCallbacks.map((host) => host.connectedCallback());
|
|
1419
|
+
} else {
|
|
1420
|
+
{
|
|
1421
|
+
plt.jmp(() => appLoadFallback = setTimeout(appDidLoad, 30));
|
|
1422
|
+
}
|
|
1423
|
+
}
|
|
1424
|
+
endBootstrap();
|
|
1425
|
+
};
|
|
1426
|
+
function transformTag(tag) {
|
|
1427
|
+
return tag;
|
|
1428
|
+
}
|
|
1429
|
+
const globalScripts = () => {
|
|
1430
|
+
};
|
|
1431
|
+
const defineCustomElements = async (win2, options) => {
|
|
1432
|
+
if (typeof window === "undefined") return void 0;
|
|
1433
|
+
await globalScripts();
|
|
1434
|
+
return bootstrapLazy([["ix-icon", [[513, "ix-icon", { "size": [1], "color": [1], "name": [1], "lazyLoading": [4, "lazy-loading"], "svgContent": [32], "isVisible": [32] }, null, { "name": [{ "loadIconContent": 0 }] }]]]], options);
|
|
1435
|
+
};
|
|
1436
|
+
(function() {
|
|
1437
|
+
if ("undefined" !== typeof window && void 0 !== window.Reflect && void 0 !== window.customElements) {
|
|
1438
|
+
var a = HTMLElement;
|
|
1439
|
+
window.HTMLElement = function() {
|
|
1440
|
+
return Reflect.construct(a, [], this.constructor);
|
|
1441
|
+
};
|
|
1442
|
+
HTMLElement.prototype = a.prototype;
|
|
1443
|
+
HTMLElement.prototype.constructor = HTMLElement;
|
|
1444
|
+
Object.setPrototypeOf(HTMLElement, a);
|
|
1445
|
+
}
|
|
1446
|
+
})();
|
|
1447
|
+
var define_THEME_default = { css: "corporate-theme/dist/css/brand-theme.css" };
|
|
1448
|
+
const scrollbarOverwrite = `
|
|
1449
|
+
::-webkit-scrollbar-button {
|
|
1450
|
+
display: none;
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
/* width */
|
|
1454
|
+
::-webkit-scrollbar {
|
|
1455
|
+
width: $small-space;
|
|
1456
|
+
height: $small-space;
|
|
1457
|
+
}
|
|
1458
|
+
|
|
1459
|
+
/* Track */
|
|
1460
|
+
::-webkit-scrollbar-track {
|
|
1461
|
+
border-radius: 5px;
|
|
1462
|
+
background: var(--theme-scrollbar-track--background);
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
::-webkit-scrollbar-track:hover {
|
|
1466
|
+
background: var(--theme-scrollbar-track--background--hover);
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
/* Handle */
|
|
1470
|
+
::-webkit-scrollbar-thumb {
|
|
1471
|
+
border-radius: 5px;
|
|
1472
|
+
background: var(--theme-scrollbar-thumb--background);
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1475
|
+
/* Handle on hover */
|
|
1476
|
+
::-webkit-scrollbar-thumb:hover {
|
|
1477
|
+
background: var(--theme-scrollbar-thumb--background--hover);
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
::-webkit-scrollbar-corner {
|
|
1481
|
+
display: none;
|
|
1482
|
+
}
|
|
1483
|
+
`;
|
|
1484
|
+
async function loadAdditionalTheme() {
|
|
1485
|
+
const theme = define_THEME_default;
|
|
1486
|
+
const base = `./../additional-theme`;
|
|
1487
|
+
const css = theme.css;
|
|
1488
|
+
const cssUrl = `${base}/${css}`;
|
|
1489
|
+
try {
|
|
1490
|
+
const response = await fetch(cssUrl, { method: "HEAD" });
|
|
1491
|
+
if (!response.ok) {
|
|
1492
|
+
console.warn(
|
|
1493
|
+
`Brand theme CSS not found at ${cssUrl} - using default theme`
|
|
1494
|
+
);
|
|
1495
|
+
return false;
|
|
1496
|
+
}
|
|
1497
|
+
await new Promise((resolve) => {
|
|
1498
|
+
const head = document.head;
|
|
1499
|
+
const style_link = document.createElement("link");
|
|
1500
|
+
style_link.rel = "stylesheet";
|
|
1501
|
+
style_link.href = cssUrl;
|
|
1502
|
+
style_link.onload = () => {
|
|
1503
|
+
resolve();
|
|
1504
|
+
};
|
|
1505
|
+
style_link.onerror = () => {
|
|
1506
|
+
console.warn("Failed to load Brand theme CSS");
|
|
1507
|
+
resolve();
|
|
1508
|
+
};
|
|
1509
|
+
head.appendChild(style_link);
|
|
1510
|
+
});
|
|
1511
|
+
return true;
|
|
1512
|
+
} catch (error) {
|
|
1513
|
+
console.warn(`Brand theme CSS not available: ${error.message}`);
|
|
1514
|
+
return false;
|
|
1515
|
+
}
|
|
1516
|
+
}
|
|
1517
|
+
function detectThemeSwitching(isBrandThemeAvailable) {
|
|
1518
|
+
const searchParams = new URLSearchParams(location.search);
|
|
1519
|
+
if (searchParams.has("theme")) {
|
|
1520
|
+
let theme = searchParams.get("theme");
|
|
1521
|
+
if (theme === "brand" && !isBrandThemeAvailable) {
|
|
1522
|
+
console.warn(
|
|
1523
|
+
"Brand theme requested but CSS not available - falling back to Classic theme"
|
|
1524
|
+
);
|
|
1525
|
+
theme = "classic";
|
|
1526
|
+
}
|
|
1527
|
+
document.documentElement.dataset.ixTheme = theme;
|
|
1528
|
+
}
|
|
1529
|
+
if (searchParams.has("colorSchema")) {
|
|
1530
|
+
const colorSchema = searchParams.get("colorSchema");
|
|
1531
|
+
document.documentElement.dataset.ixColorSchema = colorSchema;
|
|
1532
|
+
}
|
|
1533
|
+
}
|
|
1534
|
+
function isMarginSuppressed() {
|
|
1535
|
+
const searchParams = new URLSearchParams(location.search);
|
|
1536
|
+
return searchParams.has("no-margin") && searchParams.get("no-margin") === "true";
|
|
1537
|
+
}
|
|
1538
|
+
function addMarginToDemo() {
|
|
1539
|
+
if (!isMarginSuppressed()) {
|
|
1540
|
+
document.body.style.margin = "1rem";
|
|
1541
|
+
}
|
|
1542
|
+
}
|
|
1543
|
+
function setBodySizes() {
|
|
1544
|
+
const styleElement = document.createElement("style");
|
|
1545
|
+
styleElement.innerText = isMarginSuppressed() ? `
|
|
1546
|
+
body {
|
|
1547
|
+
height: calc(100vh);
|
|
1548
|
+
width: calc(100vw);
|
|
1549
|
+
}
|
|
1550
|
+
` : `
|
|
1551
|
+
body {
|
|
1552
|
+
height: calc(100vh - 2rem);
|
|
1553
|
+
width: calc(100vw - 2rem);
|
|
1554
|
+
}
|
|
1555
|
+
`;
|
|
1556
|
+
document.head.appendChild(styleElement);
|
|
1557
|
+
}
|
|
1558
|
+
async function init() {
|
|
1559
|
+
defineCustomElements();
|
|
1560
|
+
defineCustomElements$1();
|
|
1561
|
+
const isBrandThemeAvailable = await loadAdditionalTheme();
|
|
1562
|
+
detectThemeSwitching(isBrandThemeAvailable);
|
|
1563
|
+
setBodySizes();
|
|
1564
|
+
addMarginToDemo();
|
|
1565
|
+
const header = document.head;
|
|
1566
|
+
const scrollbarStyle = document.createElement("style");
|
|
1567
|
+
scrollbarStyle.innerHTML = scrollbarOverwrite;
|
|
1568
|
+
header.appendChild(scrollbarStyle);
|
|
1569
|
+
}
|
|
1570
|
+
globalThis.ixInitPromise = init();
|
|
1571
|
+
export {
|
|
1572
|
+
Host as H,
|
|
1573
|
+
getAssetPath as a,
|
|
1574
|
+
getElement as g,
|
|
1575
|
+
h,
|
|
1576
|
+
registerInstance as r
|
|
1577
|
+
};
|