@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
|
@@ -1,1547 +0,0 @@
|
|
|
1
|
-
import { _ as __vitePreload, d as defineCustomElements$1 } from "./global-X2k8gwUL.js";
|
|
2
|
-
const NAMESPACE = "ix-icons";
|
|
3
|
-
const BUILD = (
|
|
4
|
-
/* ix-icons */
|
|
5
|
-
{ hydratedSelectorName: "hydrated", lazyLoad: true, updatable: true }
|
|
6
|
-
);
|
|
7
|
-
var __defProp = Object.defineProperty;
|
|
8
|
-
var __export = (target, all) => {
|
|
9
|
-
for (var name in all)
|
|
10
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
-
};
|
|
12
|
-
var SVG_NS = "http://www.w3.org/2000/svg";
|
|
13
|
-
var HTML_NS = "http://www.w3.org/1999/xhtml";
|
|
14
|
-
var getHostRef = (ref) => {
|
|
15
|
-
if (ref.__stencil__getHostRef) {
|
|
16
|
-
return ref.__stencil__getHostRef();
|
|
17
|
-
}
|
|
18
|
-
return void 0;
|
|
19
|
-
};
|
|
20
|
-
var registerInstance = (lazyInstance, hostRef) => {
|
|
21
|
-
if (!hostRef) return;
|
|
22
|
-
lazyInstance.__stencil__getHostRef = () => hostRef;
|
|
23
|
-
hostRef.$lazyInstance$ = lazyInstance;
|
|
24
|
-
};
|
|
25
|
-
var registerHost = (hostElement, cmpMeta) => {
|
|
26
|
-
const hostRef = {
|
|
27
|
-
$flags$: 0,
|
|
28
|
-
$hostElement$: hostElement,
|
|
29
|
-
$cmpMeta$: cmpMeta,
|
|
30
|
-
$instanceValues$: /* @__PURE__ */ new Map()
|
|
31
|
-
};
|
|
32
|
-
{
|
|
33
|
-
hostRef.$onReadyPromise$ = new Promise((r) => hostRef.$onReadyResolve$ = r);
|
|
34
|
-
hostElement["s-p"] = [];
|
|
35
|
-
hostElement["s-rc"] = [];
|
|
36
|
-
}
|
|
37
|
-
const ref = hostRef;
|
|
38
|
-
hostElement.__stencil__getHostRef = () => ref;
|
|
39
|
-
return ref;
|
|
40
|
-
};
|
|
41
|
-
var isMemberInElement = (elm, memberName) => memberName in elm;
|
|
42
|
-
var consoleError = (e, el) => (0, console.error)(e, el);
|
|
43
|
-
var cmpModules = /* @__PURE__ */ new Map();
|
|
44
|
-
var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
45
|
-
const exportName = cmpMeta.$tagName$.replace(/-/g, "_");
|
|
46
|
-
const bundleId = cmpMeta.$lazyBundleId$;
|
|
47
|
-
if (!bundleId) {
|
|
48
|
-
return void 0;
|
|
49
|
-
}
|
|
50
|
-
const module = cmpModules.get(bundleId);
|
|
51
|
-
if (module) {
|
|
52
|
-
return module[exportName];
|
|
53
|
-
}
|
|
54
|
-
{
|
|
55
|
-
const processMod = (importedModule) => {
|
|
56
|
-
cmpModules.set(bundleId, importedModule);
|
|
57
|
-
return importedModule[exportName];
|
|
58
|
-
};
|
|
59
|
-
switch (bundleId) {
|
|
60
|
-
case "ix-icon":
|
|
61
|
-
return __vitePreload(() => import(
|
|
62
|
-
/* webpackMode: "lazy" */
|
|
63
|
-
"./ix-icon.entry-CAC9hLPU.js"
|
|
64
|
-
).then((n) => n.i), true ? [] : void 0, import.meta.url).then(processMod, consoleError);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
return __vitePreload(() => import(
|
|
68
|
-
/* @vite-ignore */
|
|
69
|
-
/* webpackInclude: /\.entry\.js$/ */
|
|
70
|
-
/* webpackExclude: /\.system\.entry\.js$/ */
|
|
71
|
-
/* webpackMode: "lazy" */
|
|
72
|
-
`./${bundleId}.entry.js${""}`
|
|
73
|
-
), true ? [] : void 0, import.meta.url).then(
|
|
74
|
-
(importedModule) => {
|
|
75
|
-
{
|
|
76
|
-
cmpModules.set(bundleId, importedModule);
|
|
77
|
-
}
|
|
78
|
-
return importedModule[exportName];
|
|
79
|
-
},
|
|
80
|
-
(e) => {
|
|
81
|
-
consoleError(e, hostRef.$hostElement$);
|
|
82
|
-
}
|
|
83
|
-
);
|
|
84
|
-
};
|
|
85
|
-
var styles = /* @__PURE__ */ new Map();
|
|
86
|
-
var HYDRATED_CSS = "{visibility:hidden}.hydrated{visibility:inherit}";
|
|
87
|
-
var SLOT_FB_CSS = "slot-fb{display:contents}slot-fb[hidden]{display:none}";
|
|
88
|
-
var win = typeof window !== "undefined" ? window : {};
|
|
89
|
-
var plt = {
|
|
90
|
-
$flags$: 0,
|
|
91
|
-
$resourcesUrl$: "",
|
|
92
|
-
jmp: (h2) => h2(),
|
|
93
|
-
raf: (h2) => requestAnimationFrame(h2),
|
|
94
|
-
ael: (el, eventName, listener, opts) => el.addEventListener(eventName, listener, opts),
|
|
95
|
-
rel: (el, eventName, listener, opts) => el.removeEventListener(eventName, listener, opts),
|
|
96
|
-
ce: (eventName, opts) => new CustomEvent(eventName, opts)
|
|
97
|
-
};
|
|
98
|
-
var promiseResolve = (v) => Promise.resolve(v);
|
|
99
|
-
var supportsConstructableStylesheets = /* @__PURE__ */ (() => {
|
|
100
|
-
try {
|
|
101
|
-
new CSSStyleSheet();
|
|
102
|
-
return typeof new CSSStyleSheet().replaceSync === "function";
|
|
103
|
-
} catch (e) {
|
|
104
|
-
}
|
|
105
|
-
return false;
|
|
106
|
-
})();
|
|
107
|
-
var supportsMutableAdoptedStyleSheets = supportsConstructableStylesheets ? /* @__PURE__ */ (() => !!win.document && Object.getOwnPropertyDescriptor(win.document.adoptedStyleSheets, "length").writable)() : false;
|
|
108
|
-
var queuePending = false;
|
|
109
|
-
var queueDomReads = [];
|
|
110
|
-
var queueDomWrites = [];
|
|
111
|
-
var queueTask = (queue, write) => (cb) => {
|
|
112
|
-
queue.push(cb);
|
|
113
|
-
if (!queuePending) {
|
|
114
|
-
queuePending = true;
|
|
115
|
-
if (plt.$flags$ & 4) {
|
|
116
|
-
nextTick(flush);
|
|
117
|
-
} else {
|
|
118
|
-
plt.raf(flush);
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
};
|
|
122
|
-
var consume = (queue) => {
|
|
123
|
-
for (let i2 = 0; i2 < queue.length; i2++) {
|
|
124
|
-
try {
|
|
125
|
-
queue[i2](performance.now());
|
|
126
|
-
} catch (e) {
|
|
127
|
-
consoleError(e);
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
queue.length = 0;
|
|
131
|
-
};
|
|
132
|
-
var flush = () => {
|
|
133
|
-
consume(queueDomReads);
|
|
134
|
-
{
|
|
135
|
-
consume(queueDomWrites);
|
|
136
|
-
if (queuePending = queueDomReads.length > 0) {
|
|
137
|
-
plt.raf(flush);
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
};
|
|
141
|
-
var nextTick = (cb) => promiseResolve().then(cb);
|
|
142
|
-
var writeTask = /* @__PURE__ */ queueTask(queueDomWrites);
|
|
143
|
-
var getAssetPath = (path) => {
|
|
144
|
-
const assetUrl = new URL(path, plt.$resourcesUrl$);
|
|
145
|
-
return assetUrl.origin !== win.location.origin ? assetUrl.href : assetUrl.pathname;
|
|
146
|
-
};
|
|
147
|
-
var isComplexType = (o) => {
|
|
148
|
-
o = typeof o;
|
|
149
|
-
return o === "object" || o === "function";
|
|
150
|
-
};
|
|
151
|
-
function queryNonceMetaTagContent(doc) {
|
|
152
|
-
var _a, _b, _c;
|
|
153
|
-
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;
|
|
154
|
-
}
|
|
155
|
-
var escapeRegExpSpecialCharacters = (text) => {
|
|
156
|
-
return text.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
157
|
-
};
|
|
158
|
-
var result_exports = {};
|
|
159
|
-
__export(result_exports, {
|
|
160
|
-
err: () => err,
|
|
161
|
-
map: () => map,
|
|
162
|
-
ok: () => ok,
|
|
163
|
-
unwrap: () => unwrap,
|
|
164
|
-
unwrapErr: () => unwrapErr
|
|
165
|
-
});
|
|
166
|
-
var ok = (value) => ({
|
|
167
|
-
isOk: true,
|
|
168
|
-
isErr: false,
|
|
169
|
-
value
|
|
170
|
-
});
|
|
171
|
-
var err = (value) => ({
|
|
172
|
-
isOk: false,
|
|
173
|
-
isErr: true,
|
|
174
|
-
value
|
|
175
|
-
});
|
|
176
|
-
function map(result, fn) {
|
|
177
|
-
if (result.isOk) {
|
|
178
|
-
const val = fn(result.value);
|
|
179
|
-
if (val instanceof Promise) {
|
|
180
|
-
return val.then((newVal) => ok(newVal));
|
|
181
|
-
} else {
|
|
182
|
-
return ok(val);
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
if (result.isErr) {
|
|
186
|
-
const value = result.value;
|
|
187
|
-
return err(value);
|
|
188
|
-
}
|
|
189
|
-
throw "should never get here";
|
|
190
|
-
}
|
|
191
|
-
var unwrap = (result) => {
|
|
192
|
-
if (result.isOk) {
|
|
193
|
-
return result.value;
|
|
194
|
-
} else {
|
|
195
|
-
throw result.value;
|
|
196
|
-
}
|
|
197
|
-
};
|
|
198
|
-
var unwrapErr = (result) => {
|
|
199
|
-
if (result.isErr) {
|
|
200
|
-
return result.value;
|
|
201
|
-
} else {
|
|
202
|
-
throw result.value;
|
|
203
|
-
}
|
|
204
|
-
};
|
|
205
|
-
function createStyleSheetIfNeededAndSupported(styles2) {
|
|
206
|
-
return void 0;
|
|
207
|
-
}
|
|
208
|
-
var globalStyleSheet;
|
|
209
|
-
function createShadowRoot(cmpMeta) {
|
|
210
|
-
var _a;
|
|
211
|
-
const shadowRoot = this.attachShadow({ mode: "open" });
|
|
212
|
-
if (globalStyleSheet === void 0) globalStyleSheet = (_a = createStyleSheetIfNeededAndSupported()) != null ? _a : null;
|
|
213
|
-
if (globalStyleSheet) {
|
|
214
|
-
if (supportsMutableAdoptedStyleSheets) {
|
|
215
|
-
shadowRoot.adoptedStyleSheets.push(globalStyleSheet);
|
|
216
|
-
} else {
|
|
217
|
-
shadowRoot.adoptedStyleSheets = [...shadowRoot.adoptedStyleSheets, globalStyleSheet];
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
var createTime = (fnName, tagName = "") => {
|
|
222
|
-
{
|
|
223
|
-
return () => {
|
|
224
|
-
return;
|
|
225
|
-
};
|
|
226
|
-
}
|
|
227
|
-
};
|
|
228
|
-
var uniqueTime = (key, measureText) => {
|
|
229
|
-
{
|
|
230
|
-
return () => {
|
|
231
|
-
return;
|
|
232
|
-
};
|
|
233
|
-
}
|
|
234
|
-
};
|
|
235
|
-
var rootAppliedStyles = /* @__PURE__ */ new WeakMap();
|
|
236
|
-
var registerStyle = (scopeId2, cssText, allowCS) => {
|
|
237
|
-
let style = styles.get(scopeId2);
|
|
238
|
-
if (supportsConstructableStylesheets && allowCS) {
|
|
239
|
-
style = style || new CSSStyleSheet();
|
|
240
|
-
if (typeof style === "string") {
|
|
241
|
-
style = cssText;
|
|
242
|
-
} else {
|
|
243
|
-
style.replaceSync(cssText);
|
|
244
|
-
}
|
|
245
|
-
} else {
|
|
246
|
-
style = cssText;
|
|
247
|
-
}
|
|
248
|
-
styles.set(scopeId2, style);
|
|
249
|
-
};
|
|
250
|
-
var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
251
|
-
var _a;
|
|
252
|
-
const scopeId2 = getScopeId(cmpMeta);
|
|
253
|
-
const style = styles.get(scopeId2);
|
|
254
|
-
if (!win.document) {
|
|
255
|
-
return scopeId2;
|
|
256
|
-
}
|
|
257
|
-
styleContainerNode = styleContainerNode.nodeType === 11 ? styleContainerNode : win.document;
|
|
258
|
-
if (style) {
|
|
259
|
-
if (typeof style === "string") {
|
|
260
|
-
styleContainerNode = styleContainerNode.head || styleContainerNode;
|
|
261
|
-
let appliedStyles = rootAppliedStyles.get(styleContainerNode);
|
|
262
|
-
let styleElm;
|
|
263
|
-
if (!appliedStyles) {
|
|
264
|
-
rootAppliedStyles.set(styleContainerNode, appliedStyles = /* @__PURE__ */ new Set());
|
|
265
|
-
}
|
|
266
|
-
if (!appliedStyles.has(scopeId2)) {
|
|
267
|
-
{
|
|
268
|
-
styleElm = win.document.createElement("style");
|
|
269
|
-
styleElm.innerHTML = style;
|
|
270
|
-
const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(win.document);
|
|
271
|
-
if (nonce != null) {
|
|
272
|
-
styleElm.setAttribute("nonce", nonce);
|
|
273
|
-
}
|
|
274
|
-
if (!(cmpMeta.$flags$ & 1)) {
|
|
275
|
-
if (styleContainerNode.nodeName === "HEAD") {
|
|
276
|
-
const preconnectLinks = styleContainerNode.querySelectorAll("link[rel=preconnect]");
|
|
277
|
-
const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector("style");
|
|
278
|
-
styleContainerNode.insertBefore(
|
|
279
|
-
styleElm,
|
|
280
|
-
(referenceNode2 == null ? void 0 : referenceNode2.parentNode) === styleContainerNode ? referenceNode2 : null
|
|
281
|
-
);
|
|
282
|
-
} else if ("host" in styleContainerNode) {
|
|
283
|
-
if (supportsConstructableStylesheets) {
|
|
284
|
-
const stylesheet = new CSSStyleSheet();
|
|
285
|
-
stylesheet.replaceSync(style);
|
|
286
|
-
if (supportsMutableAdoptedStyleSheets) {
|
|
287
|
-
styleContainerNode.adoptedStyleSheets.unshift(stylesheet);
|
|
288
|
-
} else {
|
|
289
|
-
styleContainerNode.adoptedStyleSheets = [stylesheet, ...styleContainerNode.adoptedStyleSheets];
|
|
290
|
-
}
|
|
291
|
-
} else {
|
|
292
|
-
const existingStyleContainer = styleContainerNode.querySelector("style");
|
|
293
|
-
if (existingStyleContainer) {
|
|
294
|
-
existingStyleContainer.innerHTML = style + existingStyleContainer.innerHTML;
|
|
295
|
-
} else {
|
|
296
|
-
styleContainerNode.prepend(styleElm);
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
|
-
} else {
|
|
300
|
-
styleContainerNode.append(styleElm);
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
if (cmpMeta.$flags$ & 1) {
|
|
304
|
-
styleContainerNode.insertBefore(styleElm, null);
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
if (cmpMeta.$flags$ & 4) {
|
|
308
|
-
styleElm.innerHTML += SLOT_FB_CSS;
|
|
309
|
-
}
|
|
310
|
-
if (appliedStyles) {
|
|
311
|
-
appliedStyles.add(scopeId2);
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
} else if (!styleContainerNode.adoptedStyleSheets.includes(style)) {
|
|
315
|
-
if (supportsMutableAdoptedStyleSheets) {
|
|
316
|
-
styleContainerNode.adoptedStyleSheets.push(style);
|
|
317
|
-
} else {
|
|
318
|
-
styleContainerNode.adoptedStyleSheets = [...styleContainerNode.adoptedStyleSheets, style];
|
|
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 h = (nodeName, vnodeData, ...children) => {
|
|
341
|
-
let child = null;
|
|
342
|
-
let key = null;
|
|
343
|
-
let simple = false;
|
|
344
|
-
let lastSimple = false;
|
|
345
|
-
const vNodeChildren = [];
|
|
346
|
-
const walk = (c) => {
|
|
347
|
-
for (let i2 = 0; i2 < c.length; i2++) {
|
|
348
|
-
child = c[i2];
|
|
349
|
-
if (Array.isArray(child)) {
|
|
350
|
-
walk(child);
|
|
351
|
-
} else if (child != null && typeof child !== "boolean") {
|
|
352
|
-
if (simple = typeof nodeName !== "function" && !isComplexType(child)) {
|
|
353
|
-
child = String(child);
|
|
354
|
-
}
|
|
355
|
-
if (simple && lastSimple) {
|
|
356
|
-
vNodeChildren[vNodeChildren.length - 1].$text$ += child;
|
|
357
|
-
} else {
|
|
358
|
-
vNodeChildren.push(simple ? newVNode(null, child) : child);
|
|
359
|
-
}
|
|
360
|
-
lastSimple = simple;
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
};
|
|
364
|
-
walk(children);
|
|
365
|
-
if (vnodeData) {
|
|
366
|
-
if (vnodeData.key) {
|
|
367
|
-
key = vnodeData.key;
|
|
368
|
-
}
|
|
369
|
-
{
|
|
370
|
-
const classData = vnodeData.className || vnodeData.class;
|
|
371
|
-
if (classData) {
|
|
372
|
-
vnodeData.class = typeof classData !== "object" ? classData : Object.keys(classData).filter((k) => classData[k]).join(" ");
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
const vnode = newVNode(nodeName, null);
|
|
377
|
-
vnode.$attrs$ = vnodeData;
|
|
378
|
-
if (vNodeChildren.length > 0) {
|
|
379
|
-
vnode.$children$ = vNodeChildren;
|
|
380
|
-
}
|
|
381
|
-
{
|
|
382
|
-
vnode.$key$ = key;
|
|
383
|
-
}
|
|
384
|
-
return vnode;
|
|
385
|
-
};
|
|
386
|
-
var newVNode = (tag, text) => {
|
|
387
|
-
const vnode = {
|
|
388
|
-
$flags$: 0,
|
|
389
|
-
$tag$: tag,
|
|
390
|
-
$text$: text,
|
|
391
|
-
$elm$: null,
|
|
392
|
-
$children$: null
|
|
393
|
-
};
|
|
394
|
-
{
|
|
395
|
-
vnode.$attrs$ = null;
|
|
396
|
-
}
|
|
397
|
-
{
|
|
398
|
-
vnode.$key$ = null;
|
|
399
|
-
}
|
|
400
|
-
return vnode;
|
|
401
|
-
};
|
|
402
|
-
var Host = {};
|
|
403
|
-
var isHost = (node) => node && node.$tag$ === Host;
|
|
404
|
-
var createSupportsRuleRe = (selector) => {
|
|
405
|
-
const safeSelector2 = escapeRegExpSpecialCharacters(selector);
|
|
406
|
-
return new RegExp(
|
|
407
|
-
// First capture group: match any context before the selector that's not inside @supports selector()
|
|
408
|
-
// Using negative lookahead to avoid matching inside @supports selector(...) condition
|
|
409
|
-
`(^|[^@]|@(?!supports\\s+selector\\s*\\([^{]*?${safeSelector2}))(${safeSelector2}\\b)`,
|
|
410
|
-
"g"
|
|
411
|
-
);
|
|
412
|
-
};
|
|
413
|
-
createSupportsRuleRe("::slotted");
|
|
414
|
-
createSupportsRuleRe(":host");
|
|
415
|
-
createSupportsRuleRe(":host-context");
|
|
416
|
-
var parsePropertyValue = (propValue, propType, isFormAssociated) => {
|
|
417
|
-
if (propValue != null && !isComplexType(propValue)) {
|
|
418
|
-
if (propType & 4) {
|
|
419
|
-
{
|
|
420
|
-
return propValue === "false" ? false : propValue === "" || !!propValue;
|
|
421
|
-
}
|
|
422
|
-
}
|
|
423
|
-
if (propType & 1) {
|
|
424
|
-
return String(propValue);
|
|
425
|
-
}
|
|
426
|
-
return propValue;
|
|
427
|
-
}
|
|
428
|
-
return propValue;
|
|
429
|
-
};
|
|
430
|
-
var getElement = (ref) => {
|
|
431
|
-
var _a;
|
|
432
|
-
return (_a = getHostRef(ref)) == null ? void 0 : _a.$hostElement$;
|
|
433
|
-
};
|
|
434
|
-
var emitEvent = (elm, name, opts) => {
|
|
435
|
-
const ev = plt.ce(name, opts);
|
|
436
|
-
elm.dispatchEvent(ev);
|
|
437
|
-
return ev;
|
|
438
|
-
};
|
|
439
|
-
var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags, initialRender) => {
|
|
440
|
-
if (oldValue === newValue) {
|
|
441
|
-
return;
|
|
442
|
-
}
|
|
443
|
-
let isProp = isMemberInElement(elm, memberName);
|
|
444
|
-
memberName.toLowerCase();
|
|
445
|
-
if (memberName === "class") {
|
|
446
|
-
const classList = elm.classList;
|
|
447
|
-
const oldClasses = parseClassList(oldValue);
|
|
448
|
-
let newClasses = parseClassList(newValue);
|
|
449
|
-
{
|
|
450
|
-
classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
|
|
451
|
-
classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
|
|
452
|
-
}
|
|
453
|
-
} else if (memberName === "style") {
|
|
454
|
-
{
|
|
455
|
-
for (const prop in oldValue) {
|
|
456
|
-
if (!newValue || newValue[prop] == null) {
|
|
457
|
-
if (prop.includes("-")) {
|
|
458
|
-
elm.style.removeProperty(prop);
|
|
459
|
-
} else {
|
|
460
|
-
elm.style[prop] = "";
|
|
461
|
-
}
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
|
-
for (const prop in newValue) {
|
|
466
|
-
if (!oldValue || newValue[prop] !== oldValue[prop]) {
|
|
467
|
-
if (prop.includes("-")) {
|
|
468
|
-
elm.style.setProperty(prop, newValue[prop]);
|
|
469
|
-
} else {
|
|
470
|
-
elm.style[prop] = newValue[prop];
|
|
471
|
-
}
|
|
472
|
-
}
|
|
473
|
-
}
|
|
474
|
-
} else if (memberName === "key") ;
|
|
475
|
-
else {
|
|
476
|
-
const isComplex = isComplexType(newValue);
|
|
477
|
-
if ((isProp || isComplex && newValue !== null) && !isSvg) {
|
|
478
|
-
try {
|
|
479
|
-
if (!elm.tagName.includes("-")) {
|
|
480
|
-
const n = newValue == null ? "" : newValue;
|
|
481
|
-
if (memberName === "list") {
|
|
482
|
-
isProp = false;
|
|
483
|
-
} else if (oldValue == null || elm[memberName] != n) {
|
|
484
|
-
if (typeof elm.__lookupSetter__(memberName) === "function") {
|
|
485
|
-
elm[memberName] = n;
|
|
486
|
-
} else {
|
|
487
|
-
elm.setAttribute(memberName, n);
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
} else if (elm[memberName] !== newValue) {
|
|
491
|
-
elm[memberName] = newValue;
|
|
492
|
-
}
|
|
493
|
-
} catch (e) {
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
if (newValue == null || newValue === false) {
|
|
497
|
-
if (newValue !== false || elm.getAttribute(memberName) === "") {
|
|
498
|
-
{
|
|
499
|
-
elm.removeAttribute(memberName);
|
|
500
|
-
}
|
|
501
|
-
}
|
|
502
|
-
} else if ((!isProp || flags & 4 || isSvg) && !isComplex && elm.nodeType === 1) {
|
|
503
|
-
newValue = newValue === true ? "" : newValue;
|
|
504
|
-
{
|
|
505
|
-
elm.setAttribute(memberName, newValue);
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
|
-
}
|
|
509
|
-
};
|
|
510
|
-
var parseClassListRegex = /\s/;
|
|
511
|
-
var parseClassList = (value) => {
|
|
512
|
-
if (typeof value === "object" && value && "baseVal" in value) {
|
|
513
|
-
value = value.baseVal;
|
|
514
|
-
}
|
|
515
|
-
if (!value || typeof value !== "string") {
|
|
516
|
-
return [];
|
|
517
|
-
}
|
|
518
|
-
return value.split(parseClassListRegex);
|
|
519
|
-
};
|
|
520
|
-
var updateElement = (oldVnode, newVnode, isSvgMode2, isInitialRender) => {
|
|
521
|
-
const elm = newVnode.$elm$.nodeType === 11 && newVnode.$elm$.host ? newVnode.$elm$.host : newVnode.$elm$;
|
|
522
|
-
const oldVnodeAttrs = oldVnode && oldVnode.$attrs$ || {};
|
|
523
|
-
const newVnodeAttrs = newVnode.$attrs$ || {};
|
|
524
|
-
{
|
|
525
|
-
for (const memberName of sortedAttrNames(Object.keys(oldVnodeAttrs))) {
|
|
526
|
-
if (!(memberName in newVnodeAttrs)) {
|
|
527
|
-
setAccessor(
|
|
528
|
-
elm,
|
|
529
|
-
memberName,
|
|
530
|
-
oldVnodeAttrs[memberName],
|
|
531
|
-
void 0,
|
|
532
|
-
isSvgMode2,
|
|
533
|
-
newVnode.$flags$
|
|
534
|
-
);
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
}
|
|
538
|
-
for (const memberName of sortedAttrNames(Object.keys(newVnodeAttrs))) {
|
|
539
|
-
setAccessor(
|
|
540
|
-
elm,
|
|
541
|
-
memberName,
|
|
542
|
-
oldVnodeAttrs[memberName],
|
|
543
|
-
newVnodeAttrs[memberName],
|
|
544
|
-
isSvgMode2,
|
|
545
|
-
newVnode.$flags$
|
|
546
|
-
);
|
|
547
|
-
}
|
|
548
|
-
};
|
|
549
|
-
function sortedAttrNames(attrNames) {
|
|
550
|
-
return attrNames.includes("ref") ? (
|
|
551
|
-
// we need to sort these to ensure that `'ref'` is the last attr
|
|
552
|
-
[...attrNames.filter((attr) => attr !== "ref"), "ref"]
|
|
553
|
-
) : (
|
|
554
|
-
// no need to sort, return the original array
|
|
555
|
-
attrNames
|
|
556
|
-
);
|
|
557
|
-
}
|
|
558
|
-
var hostTagName;
|
|
559
|
-
var isSvgMode = false;
|
|
560
|
-
var createElm = (oldParentVNode, newParentVNode, childIndex) => {
|
|
561
|
-
const newVNode2 = newParentVNode.$children$[childIndex];
|
|
562
|
-
let i2 = 0;
|
|
563
|
-
let elm;
|
|
564
|
-
let childNode;
|
|
565
|
-
{
|
|
566
|
-
if (!isSvgMode) {
|
|
567
|
-
isSvgMode = newVNode2.$tag$ === "svg";
|
|
568
|
-
}
|
|
569
|
-
if (!win.document) {
|
|
570
|
-
throw new Error(
|
|
571
|
-
"You are trying to render a Stencil component in an environment that doesn't support the DOM. Make sure to populate the [`window`](https://developer.mozilla.org/en-US/docs/Web/API/Window/window) object before rendering a component."
|
|
572
|
-
);
|
|
573
|
-
}
|
|
574
|
-
elm = newVNode2.$elm$ = win.document.createElementNS(
|
|
575
|
-
isSvgMode ? SVG_NS : HTML_NS,
|
|
576
|
-
newVNode2.$tag$
|
|
577
|
-
);
|
|
578
|
-
if (isSvgMode && newVNode2.$tag$ === "foreignObject") {
|
|
579
|
-
isSvgMode = false;
|
|
580
|
-
}
|
|
581
|
-
{
|
|
582
|
-
updateElement(null, newVNode2, isSvgMode);
|
|
583
|
-
}
|
|
584
|
-
if (newVNode2.$children$) {
|
|
585
|
-
for (i2 = 0; i2 < newVNode2.$children$.length; ++i2) {
|
|
586
|
-
childNode = createElm(oldParentVNode, newVNode2, i2);
|
|
587
|
-
if (childNode) {
|
|
588
|
-
elm.appendChild(childNode);
|
|
589
|
-
}
|
|
590
|
-
}
|
|
591
|
-
}
|
|
592
|
-
{
|
|
593
|
-
if (newVNode2.$tag$ === "svg") {
|
|
594
|
-
isSvgMode = false;
|
|
595
|
-
} else if (elm.tagName === "foreignObject") {
|
|
596
|
-
isSvgMode = true;
|
|
597
|
-
}
|
|
598
|
-
}
|
|
599
|
-
}
|
|
600
|
-
elm["s-hn"] = hostTagName;
|
|
601
|
-
return elm;
|
|
602
|
-
};
|
|
603
|
-
var addVnodes = (parentElm, before, parentVNode, vnodes, startIdx, endIdx) => {
|
|
604
|
-
let containerElm = parentElm;
|
|
605
|
-
let childNode;
|
|
606
|
-
if (containerElm.shadowRoot && containerElm.tagName === hostTagName) {
|
|
607
|
-
containerElm = containerElm.shadowRoot;
|
|
608
|
-
}
|
|
609
|
-
for (; startIdx <= endIdx; ++startIdx) {
|
|
610
|
-
if (vnodes[startIdx]) {
|
|
611
|
-
childNode = createElm(null, parentVNode, startIdx);
|
|
612
|
-
if (childNode) {
|
|
613
|
-
vnodes[startIdx].$elm$ = childNode;
|
|
614
|
-
insertBefore(containerElm, childNode, before);
|
|
615
|
-
}
|
|
616
|
-
}
|
|
617
|
-
}
|
|
618
|
-
};
|
|
619
|
-
var removeVnodes = (vnodes, startIdx, endIdx) => {
|
|
620
|
-
for (let index = startIdx; index <= endIdx; ++index) {
|
|
621
|
-
const vnode = vnodes[index];
|
|
622
|
-
if (vnode) {
|
|
623
|
-
const elm = vnode.$elm$;
|
|
624
|
-
if (elm) {
|
|
625
|
-
elm.remove();
|
|
626
|
-
}
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
};
|
|
630
|
-
var updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = false) => {
|
|
631
|
-
let oldStartIdx = 0;
|
|
632
|
-
let newStartIdx = 0;
|
|
633
|
-
let idxInOld = 0;
|
|
634
|
-
let i2 = 0;
|
|
635
|
-
let oldEndIdx = oldCh.length - 1;
|
|
636
|
-
let oldStartVnode = oldCh[0];
|
|
637
|
-
let oldEndVnode = oldCh[oldEndIdx];
|
|
638
|
-
let newEndIdx = newCh.length - 1;
|
|
639
|
-
let newStartVnode = newCh[0];
|
|
640
|
-
let newEndVnode = newCh[newEndIdx];
|
|
641
|
-
let node;
|
|
642
|
-
let elmToMove;
|
|
643
|
-
while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) {
|
|
644
|
-
if (oldStartVnode == null) {
|
|
645
|
-
oldStartVnode = oldCh[++oldStartIdx];
|
|
646
|
-
} else if (oldEndVnode == null) {
|
|
647
|
-
oldEndVnode = oldCh[--oldEndIdx];
|
|
648
|
-
} else if (newStartVnode == null) {
|
|
649
|
-
newStartVnode = newCh[++newStartIdx];
|
|
650
|
-
} else if (newEndVnode == null) {
|
|
651
|
-
newEndVnode = newCh[--newEndIdx];
|
|
652
|
-
} else if (isSameVnode(oldStartVnode, newStartVnode, isInitialRender)) {
|
|
653
|
-
patch(oldStartVnode, newStartVnode, isInitialRender);
|
|
654
|
-
oldStartVnode = oldCh[++oldStartIdx];
|
|
655
|
-
newStartVnode = newCh[++newStartIdx];
|
|
656
|
-
} else if (isSameVnode(oldEndVnode, newEndVnode, isInitialRender)) {
|
|
657
|
-
patch(oldEndVnode, newEndVnode, isInitialRender);
|
|
658
|
-
oldEndVnode = oldCh[--oldEndIdx];
|
|
659
|
-
newEndVnode = newCh[--newEndIdx];
|
|
660
|
-
} else if (isSameVnode(oldStartVnode, newEndVnode, isInitialRender)) {
|
|
661
|
-
patch(oldStartVnode, newEndVnode, isInitialRender);
|
|
662
|
-
insertBefore(parentElm, oldStartVnode.$elm$, oldEndVnode.$elm$.nextSibling);
|
|
663
|
-
oldStartVnode = oldCh[++oldStartIdx];
|
|
664
|
-
newEndVnode = newCh[--newEndIdx];
|
|
665
|
-
} else if (isSameVnode(oldEndVnode, newStartVnode, isInitialRender)) {
|
|
666
|
-
patch(oldEndVnode, newStartVnode, isInitialRender);
|
|
667
|
-
insertBefore(parentElm, oldEndVnode.$elm$, oldStartVnode.$elm$);
|
|
668
|
-
oldEndVnode = oldCh[--oldEndIdx];
|
|
669
|
-
newStartVnode = newCh[++newStartIdx];
|
|
670
|
-
} else {
|
|
671
|
-
idxInOld = -1;
|
|
672
|
-
{
|
|
673
|
-
for (i2 = oldStartIdx; i2 <= oldEndIdx; ++i2) {
|
|
674
|
-
if (oldCh[i2] && oldCh[i2].$key$ !== null && oldCh[i2].$key$ === newStartVnode.$key$) {
|
|
675
|
-
idxInOld = i2;
|
|
676
|
-
break;
|
|
677
|
-
}
|
|
678
|
-
}
|
|
679
|
-
}
|
|
680
|
-
if (idxInOld >= 0) {
|
|
681
|
-
elmToMove = oldCh[idxInOld];
|
|
682
|
-
if (elmToMove.$tag$ !== newStartVnode.$tag$) {
|
|
683
|
-
node = createElm(oldCh && oldCh[newStartIdx], newVNode2, idxInOld);
|
|
684
|
-
} else {
|
|
685
|
-
patch(elmToMove, newStartVnode, isInitialRender);
|
|
686
|
-
oldCh[idxInOld] = void 0;
|
|
687
|
-
node = elmToMove.$elm$;
|
|
688
|
-
}
|
|
689
|
-
newStartVnode = newCh[++newStartIdx];
|
|
690
|
-
} else {
|
|
691
|
-
node = createElm(oldCh && oldCh[newStartIdx], newVNode2, newStartIdx);
|
|
692
|
-
newStartVnode = newCh[++newStartIdx];
|
|
693
|
-
}
|
|
694
|
-
if (node) {
|
|
695
|
-
{
|
|
696
|
-
insertBefore(oldStartVnode.$elm$.parentNode, node, oldStartVnode.$elm$);
|
|
697
|
-
}
|
|
698
|
-
}
|
|
699
|
-
}
|
|
700
|
-
}
|
|
701
|
-
if (oldStartIdx > oldEndIdx) {
|
|
702
|
-
addVnodes(
|
|
703
|
-
parentElm,
|
|
704
|
-
newCh[newEndIdx + 1] == null ? null : newCh[newEndIdx + 1].$elm$,
|
|
705
|
-
newVNode2,
|
|
706
|
-
newCh,
|
|
707
|
-
newStartIdx,
|
|
708
|
-
newEndIdx
|
|
709
|
-
);
|
|
710
|
-
} else if (newStartIdx > newEndIdx) {
|
|
711
|
-
removeVnodes(oldCh, oldStartIdx, oldEndIdx);
|
|
712
|
-
}
|
|
713
|
-
};
|
|
714
|
-
var isSameVnode = (leftVNode, rightVNode, isInitialRender = false) => {
|
|
715
|
-
if (leftVNode.$tag$ === rightVNode.$tag$) {
|
|
716
|
-
if (!isInitialRender) {
|
|
717
|
-
return leftVNode.$key$ === rightVNode.$key$;
|
|
718
|
-
}
|
|
719
|
-
if (isInitialRender && !leftVNode.$key$ && rightVNode.$key$) {
|
|
720
|
-
leftVNode.$key$ = rightVNode.$key$;
|
|
721
|
-
}
|
|
722
|
-
return true;
|
|
723
|
-
}
|
|
724
|
-
return false;
|
|
725
|
-
};
|
|
726
|
-
var patch = (oldVNode, newVNode2, isInitialRender = false) => {
|
|
727
|
-
const elm = newVNode2.$elm$ = oldVNode.$elm$;
|
|
728
|
-
const oldChildren = oldVNode.$children$;
|
|
729
|
-
const newChildren = newVNode2.$children$;
|
|
730
|
-
const tag = newVNode2.$tag$;
|
|
731
|
-
{
|
|
732
|
-
{
|
|
733
|
-
isSvgMode = tag === "svg" ? true : tag === "foreignObject" ? false : isSvgMode;
|
|
734
|
-
}
|
|
735
|
-
{
|
|
736
|
-
updateElement(oldVNode, newVNode2, isSvgMode);
|
|
737
|
-
}
|
|
738
|
-
if (oldChildren !== null && newChildren !== null) {
|
|
739
|
-
updateChildren(elm, oldChildren, newVNode2, newChildren, isInitialRender);
|
|
740
|
-
} else if (newChildren !== null) {
|
|
741
|
-
addVnodes(elm, null, newVNode2, newChildren, 0, newChildren.length - 1);
|
|
742
|
-
} else if (
|
|
743
|
-
// don't do this on initial render as it can cause non-hydrated content to be removed
|
|
744
|
-
!isInitialRender && BUILD.updatable && oldChildren !== null
|
|
745
|
-
) {
|
|
746
|
-
removeVnodes(oldChildren, 0, oldChildren.length - 1);
|
|
747
|
-
} else ;
|
|
748
|
-
if (isSvgMode && tag === "svg") {
|
|
749
|
-
isSvgMode = false;
|
|
750
|
-
}
|
|
751
|
-
}
|
|
752
|
-
};
|
|
753
|
-
var insertBefore = (parent, newNode, reference) => {
|
|
754
|
-
{
|
|
755
|
-
return parent == null ? void 0 : parent.insertBefore(newNode, reference);
|
|
756
|
-
}
|
|
757
|
-
};
|
|
758
|
-
var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
759
|
-
const hostElm = hostRef.$hostElement$;
|
|
760
|
-
const oldVNode = hostRef.$vnode$ || newVNode(null, null);
|
|
761
|
-
const isHostElement = isHost(renderFnResults);
|
|
762
|
-
const rootVnode = isHostElement ? renderFnResults : h(null, null, renderFnResults);
|
|
763
|
-
hostTagName = hostElm.tagName;
|
|
764
|
-
if (isInitialLoad && rootVnode.$attrs$) {
|
|
765
|
-
for (const key of Object.keys(rootVnode.$attrs$)) {
|
|
766
|
-
if (hostElm.hasAttribute(key) && !["key", "ref", "style", "class"].includes(key)) {
|
|
767
|
-
rootVnode.$attrs$[key] = hostElm[key];
|
|
768
|
-
}
|
|
769
|
-
}
|
|
770
|
-
}
|
|
771
|
-
rootVnode.$tag$ = null;
|
|
772
|
-
rootVnode.$flags$ |= 4;
|
|
773
|
-
hostRef.$vnode$ = rootVnode;
|
|
774
|
-
rootVnode.$elm$ = oldVNode.$elm$ = hostElm.shadowRoot || hostElm;
|
|
775
|
-
patch(oldVNode, rootVnode, isInitialLoad);
|
|
776
|
-
};
|
|
777
|
-
var attachToAncestor = (hostRef, ancestorComponent) => {
|
|
778
|
-
if (ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent["s-p"]) {
|
|
779
|
-
const index = ancestorComponent["s-p"].push(
|
|
780
|
-
new Promise(
|
|
781
|
-
(r) => hostRef.$onRenderResolve$ = () => {
|
|
782
|
-
ancestorComponent["s-p"].splice(index - 1, 1);
|
|
783
|
-
r();
|
|
784
|
-
}
|
|
785
|
-
)
|
|
786
|
-
);
|
|
787
|
-
}
|
|
788
|
-
};
|
|
789
|
-
var scheduleUpdate = (hostRef, isInitialLoad) => {
|
|
790
|
-
{
|
|
791
|
-
hostRef.$flags$ |= 16;
|
|
792
|
-
}
|
|
793
|
-
if (hostRef.$flags$ & 4) {
|
|
794
|
-
hostRef.$flags$ |= 512;
|
|
795
|
-
return;
|
|
796
|
-
}
|
|
797
|
-
attachToAncestor(hostRef, hostRef.$ancestorComponent$);
|
|
798
|
-
const dispatch = () => dispatchHooks(hostRef, isInitialLoad);
|
|
799
|
-
if (isInitialLoad) {
|
|
800
|
-
queueMicrotask(() => {
|
|
801
|
-
dispatch();
|
|
802
|
-
});
|
|
803
|
-
return;
|
|
804
|
-
}
|
|
805
|
-
return writeTask(dispatch);
|
|
806
|
-
};
|
|
807
|
-
var dispatchHooks = (hostRef, isInitialLoad) => {
|
|
808
|
-
const elm = hostRef.$hostElement$;
|
|
809
|
-
const endSchedule = createTime("scheduleUpdate", hostRef.$cmpMeta$.$tagName$);
|
|
810
|
-
const instance = hostRef.$lazyInstance$;
|
|
811
|
-
if (!instance) {
|
|
812
|
-
throw new Error(
|
|
813
|
-
`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`
|
|
814
|
-
);
|
|
815
|
-
}
|
|
816
|
-
let maybePromise;
|
|
817
|
-
if (isInitialLoad) {
|
|
818
|
-
maybePromise = safeCall(instance, "componentWillLoad", void 0, elm);
|
|
819
|
-
} else {
|
|
820
|
-
maybePromise = safeCall(instance, "componentWillUpdate", void 0, elm);
|
|
821
|
-
}
|
|
822
|
-
maybePromise = enqueue(maybePromise, () => safeCall(instance, "componentWillRender", void 0, elm));
|
|
823
|
-
endSchedule();
|
|
824
|
-
return enqueue(maybePromise, () => updateComponent(hostRef, instance, isInitialLoad));
|
|
825
|
-
};
|
|
826
|
-
var enqueue = (maybePromise, fn) => isPromisey(maybePromise) ? maybePromise.then(fn).catch((err2) => {
|
|
827
|
-
console.error(err2);
|
|
828
|
-
fn();
|
|
829
|
-
}) : fn();
|
|
830
|
-
var isPromisey = (maybePromise) => maybePromise instanceof Promise || maybePromise && maybePromise.then && typeof maybePromise.then === "function";
|
|
831
|
-
var updateComponent = async (hostRef, instance, isInitialLoad) => {
|
|
832
|
-
var _a;
|
|
833
|
-
const elm = hostRef.$hostElement$;
|
|
834
|
-
const endUpdate = createTime("update", hostRef.$cmpMeta$.$tagName$);
|
|
835
|
-
const rc = elm["s-rc"];
|
|
836
|
-
if (isInitialLoad) {
|
|
837
|
-
attachStyles(hostRef);
|
|
838
|
-
}
|
|
839
|
-
const endRender = createTime("render", hostRef.$cmpMeta$.$tagName$);
|
|
840
|
-
{
|
|
841
|
-
callRender(hostRef, instance, elm, isInitialLoad);
|
|
842
|
-
}
|
|
843
|
-
if (rc) {
|
|
844
|
-
rc.map((cb) => cb());
|
|
845
|
-
elm["s-rc"] = void 0;
|
|
846
|
-
}
|
|
847
|
-
endRender();
|
|
848
|
-
endUpdate();
|
|
849
|
-
{
|
|
850
|
-
const childrenPromises = (_a = elm["s-p"]) != null ? _a : [];
|
|
851
|
-
const postUpdate = () => postUpdateComponent(hostRef);
|
|
852
|
-
if (childrenPromises.length === 0) {
|
|
853
|
-
postUpdate();
|
|
854
|
-
} else {
|
|
855
|
-
Promise.all(childrenPromises).then(postUpdate);
|
|
856
|
-
hostRef.$flags$ |= 4;
|
|
857
|
-
childrenPromises.length = 0;
|
|
858
|
-
}
|
|
859
|
-
}
|
|
860
|
-
};
|
|
861
|
-
var callRender = (hostRef, instance, elm, isInitialLoad) => {
|
|
862
|
-
try {
|
|
863
|
-
instance = instance.render();
|
|
864
|
-
{
|
|
865
|
-
hostRef.$flags$ &= -17;
|
|
866
|
-
}
|
|
867
|
-
{
|
|
868
|
-
hostRef.$flags$ |= 2;
|
|
869
|
-
}
|
|
870
|
-
{
|
|
871
|
-
{
|
|
872
|
-
{
|
|
873
|
-
renderVdom(hostRef, instance, isInitialLoad);
|
|
874
|
-
}
|
|
875
|
-
}
|
|
876
|
-
}
|
|
877
|
-
} catch (e) {
|
|
878
|
-
consoleError(e, hostRef.$hostElement$);
|
|
879
|
-
}
|
|
880
|
-
return null;
|
|
881
|
-
};
|
|
882
|
-
var postUpdateComponent = (hostRef) => {
|
|
883
|
-
const tagName = hostRef.$cmpMeta$.$tagName$;
|
|
884
|
-
const elm = hostRef.$hostElement$;
|
|
885
|
-
const endPostUpdate = createTime("postUpdate", tagName);
|
|
886
|
-
const instance = hostRef.$lazyInstance$;
|
|
887
|
-
const ancestorComponent = hostRef.$ancestorComponent$;
|
|
888
|
-
safeCall(instance, "componentDidRender", void 0, elm);
|
|
889
|
-
if (!(hostRef.$flags$ & 64)) {
|
|
890
|
-
hostRef.$flags$ |= 64;
|
|
891
|
-
{
|
|
892
|
-
addHydratedFlag(elm);
|
|
893
|
-
}
|
|
894
|
-
safeCall(instance, "componentDidLoad", void 0, elm);
|
|
895
|
-
endPostUpdate();
|
|
896
|
-
{
|
|
897
|
-
hostRef.$onReadyResolve$(elm);
|
|
898
|
-
if (!ancestorComponent) {
|
|
899
|
-
appDidLoad();
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
} else {
|
|
903
|
-
safeCall(instance, "componentDidUpdate", void 0, elm);
|
|
904
|
-
endPostUpdate();
|
|
905
|
-
}
|
|
906
|
-
{
|
|
907
|
-
if (hostRef.$onRenderResolve$) {
|
|
908
|
-
hostRef.$onRenderResolve$();
|
|
909
|
-
hostRef.$onRenderResolve$ = void 0;
|
|
910
|
-
}
|
|
911
|
-
if (hostRef.$flags$ & 512) {
|
|
912
|
-
nextTick(() => scheduleUpdate(hostRef, false));
|
|
913
|
-
}
|
|
914
|
-
hostRef.$flags$ &= -517;
|
|
915
|
-
}
|
|
916
|
-
};
|
|
917
|
-
var appDidLoad = (who) => {
|
|
918
|
-
nextTick(() => emitEvent(win, "appload", { detail: { namespace: NAMESPACE } }));
|
|
919
|
-
};
|
|
920
|
-
var safeCall = (instance, method, arg, elm) => {
|
|
921
|
-
if (instance && instance[method]) {
|
|
922
|
-
try {
|
|
923
|
-
return instance[method](arg);
|
|
924
|
-
} catch (e) {
|
|
925
|
-
consoleError(e, elm);
|
|
926
|
-
}
|
|
927
|
-
}
|
|
928
|
-
return void 0;
|
|
929
|
-
};
|
|
930
|
-
var addHydratedFlag = (elm) => {
|
|
931
|
-
var _a;
|
|
932
|
-
return elm.classList.add((_a = BUILD.hydratedSelectorName) != null ? _a : "hydrated");
|
|
933
|
-
};
|
|
934
|
-
var getValue = (ref, propName) => getHostRef(ref).$instanceValues$.get(propName);
|
|
935
|
-
var setValue = (ref, propName, newVal, cmpMeta) => {
|
|
936
|
-
const hostRef = getHostRef(ref);
|
|
937
|
-
if (!hostRef) {
|
|
938
|
-
return;
|
|
939
|
-
}
|
|
940
|
-
if (!hostRef) {
|
|
941
|
-
throw new Error(
|
|
942
|
-
`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).`
|
|
943
|
-
);
|
|
944
|
-
}
|
|
945
|
-
const elm = hostRef.$hostElement$;
|
|
946
|
-
const oldVal = hostRef.$instanceValues$.get(propName);
|
|
947
|
-
const flags = hostRef.$flags$;
|
|
948
|
-
const instance = hostRef.$lazyInstance$;
|
|
949
|
-
newVal = parsePropertyValue(
|
|
950
|
-
newVal,
|
|
951
|
-
cmpMeta.$members$[propName][0]
|
|
952
|
-
);
|
|
953
|
-
const areBothNaN = Number.isNaN(oldVal) && Number.isNaN(newVal);
|
|
954
|
-
const didValueChange = newVal !== oldVal && !areBothNaN;
|
|
955
|
-
if ((!(flags & 8) || oldVal === void 0) && didValueChange) {
|
|
956
|
-
hostRef.$instanceValues$.set(propName, newVal);
|
|
957
|
-
if (instance) {
|
|
958
|
-
if (cmpMeta.$watchers$ && flags & 128) {
|
|
959
|
-
const watchMethods = cmpMeta.$watchers$[propName];
|
|
960
|
-
if (watchMethods) {
|
|
961
|
-
watchMethods.map((watchMethodName) => {
|
|
962
|
-
try {
|
|
963
|
-
instance[watchMethodName](newVal, oldVal, propName);
|
|
964
|
-
} catch (e) {
|
|
965
|
-
consoleError(e, elm);
|
|
966
|
-
}
|
|
967
|
-
});
|
|
968
|
-
}
|
|
969
|
-
}
|
|
970
|
-
if ((flags & (2 | 16)) === 2) {
|
|
971
|
-
if (instance.componentShouldUpdate) {
|
|
972
|
-
if (instance.componentShouldUpdate(newVal, oldVal, propName) === false) {
|
|
973
|
-
return;
|
|
974
|
-
}
|
|
975
|
-
}
|
|
976
|
-
scheduleUpdate(hostRef, false);
|
|
977
|
-
}
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
};
|
|
981
|
-
var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
982
|
-
var _a, _b;
|
|
983
|
-
const prototype = Cstr.prototype;
|
|
984
|
-
if (cmpMeta.$members$ || (cmpMeta.$watchers$ || Cstr.watchers)) {
|
|
985
|
-
if (Cstr.watchers && !cmpMeta.$watchers$) {
|
|
986
|
-
cmpMeta.$watchers$ = Cstr.watchers;
|
|
987
|
-
}
|
|
988
|
-
const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});
|
|
989
|
-
members.map(([memberName, [memberFlags]]) => {
|
|
990
|
-
if (memberFlags & 31 || flags & 2 && memberFlags & 32) {
|
|
991
|
-
const { get: origGetter, set: origSetter } = Object.getOwnPropertyDescriptor(prototype, memberName) || {};
|
|
992
|
-
if (origGetter) cmpMeta.$members$[memberName][0] |= 2048;
|
|
993
|
-
if (origSetter) cmpMeta.$members$[memberName][0] |= 4096;
|
|
994
|
-
if (flags & 1 || !origGetter) {
|
|
995
|
-
Object.defineProperty(prototype, memberName, {
|
|
996
|
-
get() {
|
|
997
|
-
{
|
|
998
|
-
if ((cmpMeta.$members$[memberName][0] & 2048) === 0) {
|
|
999
|
-
return getValue(this, memberName);
|
|
1000
|
-
}
|
|
1001
|
-
const ref = getHostRef(this);
|
|
1002
|
-
const instance = ref ? ref.$lazyInstance$ : prototype;
|
|
1003
|
-
if (!instance) return;
|
|
1004
|
-
return instance[memberName];
|
|
1005
|
-
}
|
|
1006
|
-
},
|
|
1007
|
-
configurable: true,
|
|
1008
|
-
enumerable: true
|
|
1009
|
-
});
|
|
1010
|
-
}
|
|
1011
|
-
Object.defineProperty(prototype, memberName, {
|
|
1012
|
-
set(newValue) {
|
|
1013
|
-
const ref = getHostRef(this);
|
|
1014
|
-
if (!ref) {
|
|
1015
|
-
return;
|
|
1016
|
-
}
|
|
1017
|
-
if (origSetter) {
|
|
1018
|
-
const currentValue = memberFlags & 32 ? this[memberName] : ref.$hostElement$[memberName];
|
|
1019
|
-
if (typeof currentValue === "undefined" && ref.$instanceValues$.get(memberName)) {
|
|
1020
|
-
newValue = ref.$instanceValues$.get(memberName);
|
|
1021
|
-
} else if (!ref.$instanceValues$.get(memberName) && currentValue) {
|
|
1022
|
-
ref.$instanceValues$.set(memberName, currentValue);
|
|
1023
|
-
}
|
|
1024
|
-
origSetter.apply(this, [
|
|
1025
|
-
parsePropertyValue(
|
|
1026
|
-
newValue,
|
|
1027
|
-
memberFlags
|
|
1028
|
-
)
|
|
1029
|
-
]);
|
|
1030
|
-
newValue = memberFlags & 32 ? this[memberName] : ref.$hostElement$[memberName];
|
|
1031
|
-
setValue(this, memberName, newValue, cmpMeta);
|
|
1032
|
-
return;
|
|
1033
|
-
}
|
|
1034
|
-
{
|
|
1035
|
-
if ((flags & 1) === 0 || (cmpMeta.$members$[memberName][0] & 4096) === 0) {
|
|
1036
|
-
setValue(this, memberName, newValue, cmpMeta);
|
|
1037
|
-
if (flags & 1 && !ref.$lazyInstance$) {
|
|
1038
|
-
ref.$onReadyPromise$.then(() => {
|
|
1039
|
-
if (cmpMeta.$members$[memberName][0] & 4096 && ref.$lazyInstance$[memberName] !== ref.$instanceValues$.get(memberName)) {
|
|
1040
|
-
ref.$lazyInstance$[memberName] = newValue;
|
|
1041
|
-
}
|
|
1042
|
-
});
|
|
1043
|
-
}
|
|
1044
|
-
return;
|
|
1045
|
-
}
|
|
1046
|
-
const setterSetVal = () => {
|
|
1047
|
-
const currentValue = ref.$lazyInstance$[memberName];
|
|
1048
|
-
if (!ref.$instanceValues$.get(memberName) && currentValue) {
|
|
1049
|
-
ref.$instanceValues$.set(memberName, currentValue);
|
|
1050
|
-
}
|
|
1051
|
-
ref.$lazyInstance$[memberName] = parsePropertyValue(
|
|
1052
|
-
newValue,
|
|
1053
|
-
memberFlags
|
|
1054
|
-
);
|
|
1055
|
-
setValue(this, memberName, ref.$lazyInstance$[memberName], cmpMeta);
|
|
1056
|
-
};
|
|
1057
|
-
if (ref.$lazyInstance$) {
|
|
1058
|
-
setterSetVal();
|
|
1059
|
-
} else {
|
|
1060
|
-
ref.$onReadyPromise$.then(() => setterSetVal());
|
|
1061
|
-
}
|
|
1062
|
-
}
|
|
1063
|
-
}
|
|
1064
|
-
});
|
|
1065
|
-
}
|
|
1066
|
-
});
|
|
1067
|
-
if (flags & 1) {
|
|
1068
|
-
const attrNameToPropName = /* @__PURE__ */ new Map();
|
|
1069
|
-
prototype.attributeChangedCallback = function(attrName, oldValue, newValue) {
|
|
1070
|
-
plt.jmp(() => {
|
|
1071
|
-
var _a2;
|
|
1072
|
-
const propName = attrNameToPropName.get(attrName);
|
|
1073
|
-
if (this.hasOwnProperty(propName) && BUILD.lazyLoad) {
|
|
1074
|
-
newValue = this[propName];
|
|
1075
|
-
delete this[propName];
|
|
1076
|
-
} else if (prototype.hasOwnProperty(propName) && typeof this[propName] === "number" && // cast type to number to avoid TS compiler issues
|
|
1077
|
-
this[propName] == newValue) {
|
|
1078
|
-
return;
|
|
1079
|
-
} else if (propName == null) {
|
|
1080
|
-
const hostRef = getHostRef(this);
|
|
1081
|
-
const flags2 = hostRef == null ? void 0 : hostRef.$flags$;
|
|
1082
|
-
if (hostRef && flags2 && !(flags2 & 8) && flags2 & 128 && newValue !== oldValue) {
|
|
1083
|
-
const instance = hostRef.$lazyInstance$;
|
|
1084
|
-
const entry = (_a2 = cmpMeta.$watchers$) == null ? void 0 : _a2[attrName];
|
|
1085
|
-
entry == null ? void 0 : entry.forEach((callbackName) => {
|
|
1086
|
-
if (instance[callbackName] != null) {
|
|
1087
|
-
instance[callbackName].call(instance, newValue, oldValue, attrName);
|
|
1088
|
-
}
|
|
1089
|
-
});
|
|
1090
|
-
}
|
|
1091
|
-
return;
|
|
1092
|
-
}
|
|
1093
|
-
const propDesc = Object.getOwnPropertyDescriptor(prototype, propName);
|
|
1094
|
-
newValue = newValue === null && typeof this[propName] === "boolean" ? false : newValue;
|
|
1095
|
-
if (newValue !== this[propName] && (!propDesc.get || !!propDesc.set)) {
|
|
1096
|
-
this[propName] = newValue;
|
|
1097
|
-
}
|
|
1098
|
-
});
|
|
1099
|
-
};
|
|
1100
|
-
Cstr.observedAttributes = Array.from(
|
|
1101
|
-
/* @__PURE__ */ new Set([
|
|
1102
|
-
...Object.keys((_b = cmpMeta.$watchers$) != null ? _b : {}),
|
|
1103
|
-
...members.filter(
|
|
1104
|
-
([_, m]) => m[0] & 31
|
|
1105
|
-
/* HasAttribute */
|
|
1106
|
-
).map(([propName, m]) => {
|
|
1107
|
-
const attrName = m[1] || propName;
|
|
1108
|
-
attrNameToPropName.set(attrName, propName);
|
|
1109
|
-
return attrName;
|
|
1110
|
-
})
|
|
1111
|
-
])
|
|
1112
|
-
);
|
|
1113
|
-
}
|
|
1114
|
-
}
|
|
1115
|
-
return Cstr;
|
|
1116
|
-
};
|
|
1117
|
-
var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
1118
|
-
let Cstr;
|
|
1119
|
-
if ((hostRef.$flags$ & 32) === 0) {
|
|
1120
|
-
hostRef.$flags$ |= 32;
|
|
1121
|
-
const bundleId = cmpMeta.$lazyBundleId$;
|
|
1122
|
-
if (bundleId) {
|
|
1123
|
-
const CstrImport = loadModule(cmpMeta, hostRef);
|
|
1124
|
-
if (CstrImport && "then" in CstrImport) {
|
|
1125
|
-
const endLoad = uniqueTime();
|
|
1126
|
-
Cstr = await CstrImport;
|
|
1127
|
-
endLoad();
|
|
1128
|
-
} else {
|
|
1129
|
-
Cstr = CstrImport;
|
|
1130
|
-
}
|
|
1131
|
-
if (!Cstr) {
|
|
1132
|
-
throw new Error(`Constructor for "${cmpMeta.$tagName$}#${hostRef.$modeName$}" was not found`);
|
|
1133
|
-
}
|
|
1134
|
-
if (!Cstr.isProxied) {
|
|
1135
|
-
{
|
|
1136
|
-
cmpMeta.$watchers$ = Cstr.watchers;
|
|
1137
|
-
}
|
|
1138
|
-
proxyComponent(
|
|
1139
|
-
Cstr,
|
|
1140
|
-
cmpMeta,
|
|
1141
|
-
2
|
|
1142
|
-
/* proxyState */
|
|
1143
|
-
);
|
|
1144
|
-
Cstr.isProxied = true;
|
|
1145
|
-
}
|
|
1146
|
-
const endNewInstance = createTime("createInstance", cmpMeta.$tagName$);
|
|
1147
|
-
{
|
|
1148
|
-
hostRef.$flags$ |= 8;
|
|
1149
|
-
}
|
|
1150
|
-
try {
|
|
1151
|
-
new Cstr(hostRef);
|
|
1152
|
-
} catch (e) {
|
|
1153
|
-
consoleError(e, elm);
|
|
1154
|
-
}
|
|
1155
|
-
{
|
|
1156
|
-
hostRef.$flags$ &= -9;
|
|
1157
|
-
}
|
|
1158
|
-
{
|
|
1159
|
-
hostRef.$flags$ |= 128;
|
|
1160
|
-
}
|
|
1161
|
-
endNewInstance();
|
|
1162
|
-
fireConnectedCallback(hostRef.$lazyInstance$, elm);
|
|
1163
|
-
} else {
|
|
1164
|
-
Cstr = elm.constructor;
|
|
1165
|
-
const cmpTag = elm.localName;
|
|
1166
|
-
customElements.whenDefined(cmpTag).then(
|
|
1167
|
-
() => hostRef.$flags$ |= 128
|
|
1168
|
-
/* isWatchReady */
|
|
1169
|
-
);
|
|
1170
|
-
}
|
|
1171
|
-
if (Cstr && Cstr.style) {
|
|
1172
|
-
let style;
|
|
1173
|
-
if (typeof Cstr.style === "string") {
|
|
1174
|
-
style = Cstr.style;
|
|
1175
|
-
}
|
|
1176
|
-
const scopeId2 = getScopeId(cmpMeta);
|
|
1177
|
-
if (!styles.has(scopeId2)) {
|
|
1178
|
-
const endRegisterStyles = createTime("registerStyles", cmpMeta.$tagName$);
|
|
1179
|
-
registerStyle(scopeId2, style, !!(cmpMeta.$flags$ & 1));
|
|
1180
|
-
endRegisterStyles();
|
|
1181
|
-
}
|
|
1182
|
-
}
|
|
1183
|
-
}
|
|
1184
|
-
const ancestorComponent = hostRef.$ancestorComponent$;
|
|
1185
|
-
const schedule = () => scheduleUpdate(hostRef, true);
|
|
1186
|
-
if (ancestorComponent && ancestorComponent["s-rc"]) {
|
|
1187
|
-
ancestorComponent["s-rc"].push(schedule);
|
|
1188
|
-
} else {
|
|
1189
|
-
schedule();
|
|
1190
|
-
}
|
|
1191
|
-
};
|
|
1192
|
-
var fireConnectedCallback = (instance, elm) => {
|
|
1193
|
-
{
|
|
1194
|
-
safeCall(instance, "connectedCallback", void 0, elm);
|
|
1195
|
-
}
|
|
1196
|
-
};
|
|
1197
|
-
var connectedCallback = (elm) => {
|
|
1198
|
-
if ((plt.$flags$ & 1) === 0) {
|
|
1199
|
-
const hostRef = getHostRef(elm);
|
|
1200
|
-
if (!hostRef) {
|
|
1201
|
-
return;
|
|
1202
|
-
}
|
|
1203
|
-
const cmpMeta = hostRef.$cmpMeta$;
|
|
1204
|
-
const endConnected = createTime("connectedCallback", cmpMeta.$tagName$);
|
|
1205
|
-
if (!(hostRef.$flags$ & 1)) {
|
|
1206
|
-
hostRef.$flags$ |= 1;
|
|
1207
|
-
{
|
|
1208
|
-
let ancestorComponent = elm;
|
|
1209
|
-
while (ancestorComponent = ancestorComponent.parentNode || ancestorComponent.host) {
|
|
1210
|
-
if (ancestorComponent["s-p"]) {
|
|
1211
|
-
attachToAncestor(hostRef, hostRef.$ancestorComponent$ = ancestorComponent);
|
|
1212
|
-
break;
|
|
1213
|
-
}
|
|
1214
|
-
}
|
|
1215
|
-
}
|
|
1216
|
-
if (cmpMeta.$members$) {
|
|
1217
|
-
Object.entries(cmpMeta.$members$).map(([memberName, [memberFlags]]) => {
|
|
1218
|
-
if (memberFlags & 31 && elm.hasOwnProperty(memberName)) {
|
|
1219
|
-
const value = elm[memberName];
|
|
1220
|
-
delete elm[memberName];
|
|
1221
|
-
elm[memberName] = value;
|
|
1222
|
-
}
|
|
1223
|
-
});
|
|
1224
|
-
}
|
|
1225
|
-
{
|
|
1226
|
-
initializeComponent(elm, hostRef, cmpMeta);
|
|
1227
|
-
}
|
|
1228
|
-
} else {
|
|
1229
|
-
if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
|
|
1230
|
-
fireConnectedCallback(hostRef.$lazyInstance$, elm);
|
|
1231
|
-
} else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
|
|
1232
|
-
hostRef.$onReadyPromise$.then(() => fireConnectedCallback(hostRef.$lazyInstance$, elm));
|
|
1233
|
-
}
|
|
1234
|
-
}
|
|
1235
|
-
endConnected();
|
|
1236
|
-
}
|
|
1237
|
-
};
|
|
1238
|
-
var disconnectInstance = (instance, elm) => {
|
|
1239
|
-
{
|
|
1240
|
-
safeCall(instance, "disconnectedCallback", void 0, elm || instance);
|
|
1241
|
-
}
|
|
1242
|
-
};
|
|
1243
|
-
var disconnectedCallback = async (elm) => {
|
|
1244
|
-
if ((plt.$flags$ & 1) === 0) {
|
|
1245
|
-
const hostRef = getHostRef(elm);
|
|
1246
|
-
if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
|
|
1247
|
-
disconnectInstance(hostRef.$lazyInstance$, elm);
|
|
1248
|
-
} else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
|
|
1249
|
-
hostRef.$onReadyPromise$.then(() => disconnectInstance(hostRef.$lazyInstance$, elm));
|
|
1250
|
-
}
|
|
1251
|
-
}
|
|
1252
|
-
if (rootAppliedStyles.has(elm)) {
|
|
1253
|
-
rootAppliedStyles.delete(elm);
|
|
1254
|
-
}
|
|
1255
|
-
if (elm.shadowRoot && rootAppliedStyles.has(elm.shadowRoot)) {
|
|
1256
|
-
rootAppliedStyles.delete(elm.shadowRoot);
|
|
1257
|
-
}
|
|
1258
|
-
};
|
|
1259
|
-
var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
1260
|
-
var _a;
|
|
1261
|
-
if (!win.document) {
|
|
1262
|
-
console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");
|
|
1263
|
-
return;
|
|
1264
|
-
}
|
|
1265
|
-
const endBootstrap = createTime();
|
|
1266
|
-
const cmpTags = [];
|
|
1267
|
-
const exclude = options.exclude || [];
|
|
1268
|
-
const customElements2 = win.customElements;
|
|
1269
|
-
const head = win.document.head;
|
|
1270
|
-
const metaCharset = /* @__PURE__ */ head.querySelector("meta[charset]");
|
|
1271
|
-
const dataStyles = /* @__PURE__ */ win.document.createElement("style");
|
|
1272
|
-
const deferredConnectedCallbacks = [];
|
|
1273
|
-
let appLoadFallback;
|
|
1274
|
-
let isBootstrapping = true;
|
|
1275
|
-
Object.assign(plt, options);
|
|
1276
|
-
plt.$resourcesUrl$ = new URL(options.resourcesUrl || "./", win.document.baseURI).href;
|
|
1277
|
-
let hasSlotRelocation = false;
|
|
1278
|
-
lazyBundles.map((lazyBundle) => {
|
|
1279
|
-
lazyBundle[1].map((compactMeta) => {
|
|
1280
|
-
var _a2;
|
|
1281
|
-
const cmpMeta = {
|
|
1282
|
-
$flags$: compactMeta[0],
|
|
1283
|
-
$tagName$: compactMeta[1],
|
|
1284
|
-
$members$: compactMeta[2],
|
|
1285
|
-
$listeners$: compactMeta[3]
|
|
1286
|
-
};
|
|
1287
|
-
if (cmpMeta.$flags$ & 4) {
|
|
1288
|
-
hasSlotRelocation = true;
|
|
1289
|
-
}
|
|
1290
|
-
{
|
|
1291
|
-
cmpMeta.$members$ = compactMeta[2];
|
|
1292
|
-
}
|
|
1293
|
-
{
|
|
1294
|
-
cmpMeta.$watchers$ = (_a2 = compactMeta[4]) != null ? _a2 : {};
|
|
1295
|
-
}
|
|
1296
|
-
const tagName = cmpMeta.$tagName$;
|
|
1297
|
-
const HostElement = class extends HTMLElement {
|
|
1298
|
-
// StencilLazyHost
|
|
1299
|
-
constructor(self) {
|
|
1300
|
-
super(self);
|
|
1301
|
-
this.hasRegisteredEventListeners = false;
|
|
1302
|
-
self = this;
|
|
1303
|
-
registerHost(self, cmpMeta);
|
|
1304
|
-
if (cmpMeta.$flags$ & 1) {
|
|
1305
|
-
{
|
|
1306
|
-
if (!self.shadowRoot) {
|
|
1307
|
-
createShadowRoot.call(self, cmpMeta);
|
|
1308
|
-
} else {
|
|
1309
|
-
if (self.shadowRoot.mode !== "open") {
|
|
1310
|
-
throw new Error(
|
|
1311
|
-
`Unable to re-use existing shadow root for ${cmpMeta.$tagName$}! Mode is set to ${self.shadowRoot.mode} but Stencil only supports open shadow roots.`
|
|
1312
|
-
);
|
|
1313
|
-
}
|
|
1314
|
-
}
|
|
1315
|
-
}
|
|
1316
|
-
}
|
|
1317
|
-
}
|
|
1318
|
-
connectedCallback() {
|
|
1319
|
-
const hostRef = getHostRef(this);
|
|
1320
|
-
if (!hostRef) {
|
|
1321
|
-
return;
|
|
1322
|
-
}
|
|
1323
|
-
if (!this.hasRegisteredEventListeners) {
|
|
1324
|
-
this.hasRegisteredEventListeners = true;
|
|
1325
|
-
}
|
|
1326
|
-
if (appLoadFallback) {
|
|
1327
|
-
clearTimeout(appLoadFallback);
|
|
1328
|
-
appLoadFallback = null;
|
|
1329
|
-
}
|
|
1330
|
-
if (isBootstrapping) {
|
|
1331
|
-
deferredConnectedCallbacks.push(this);
|
|
1332
|
-
} else {
|
|
1333
|
-
plt.jmp(() => connectedCallback(this));
|
|
1334
|
-
}
|
|
1335
|
-
}
|
|
1336
|
-
disconnectedCallback() {
|
|
1337
|
-
plt.jmp(() => disconnectedCallback(this));
|
|
1338
|
-
plt.raf(() => {
|
|
1339
|
-
var _a3;
|
|
1340
|
-
const hostRef = getHostRef(this);
|
|
1341
|
-
if (!hostRef) {
|
|
1342
|
-
return;
|
|
1343
|
-
}
|
|
1344
|
-
const i2 = deferredConnectedCallbacks.findIndex((host) => host === this);
|
|
1345
|
-
if (i2 > -1) {
|
|
1346
|
-
deferredConnectedCallbacks.splice(i2, 1);
|
|
1347
|
-
}
|
|
1348
|
-
if (((_a3 = hostRef == null ? void 0 : hostRef.$vnode$) == null ? void 0 : _a3.$elm$) instanceof Node && !hostRef.$vnode$.$elm$.isConnected) {
|
|
1349
|
-
delete hostRef.$vnode$.$elm$;
|
|
1350
|
-
}
|
|
1351
|
-
});
|
|
1352
|
-
}
|
|
1353
|
-
componentOnReady() {
|
|
1354
|
-
var _a3;
|
|
1355
|
-
return (_a3 = getHostRef(this)) == null ? void 0 : _a3.$onReadyPromise$;
|
|
1356
|
-
}
|
|
1357
|
-
};
|
|
1358
|
-
cmpMeta.$lazyBundleId$ = lazyBundle[0];
|
|
1359
|
-
if (!exclude.includes(tagName) && !customElements2.get(tagName)) {
|
|
1360
|
-
cmpTags.push(tagName);
|
|
1361
|
-
customElements2.define(
|
|
1362
|
-
tagName,
|
|
1363
|
-
proxyComponent(
|
|
1364
|
-
HostElement,
|
|
1365
|
-
cmpMeta,
|
|
1366
|
-
1
|
|
1367
|
-
/* isElementConstructor */
|
|
1368
|
-
)
|
|
1369
|
-
);
|
|
1370
|
-
}
|
|
1371
|
-
});
|
|
1372
|
-
});
|
|
1373
|
-
if (cmpTags.length > 0) {
|
|
1374
|
-
if (hasSlotRelocation) {
|
|
1375
|
-
dataStyles.textContent += SLOT_FB_CSS;
|
|
1376
|
-
}
|
|
1377
|
-
{
|
|
1378
|
-
dataStyles.textContent += cmpTags.sort() + HYDRATED_CSS;
|
|
1379
|
-
}
|
|
1380
|
-
if (dataStyles.innerHTML.length) {
|
|
1381
|
-
dataStyles.setAttribute("data-styles", "");
|
|
1382
|
-
const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(win.document);
|
|
1383
|
-
if (nonce != null) {
|
|
1384
|
-
dataStyles.setAttribute("nonce", nonce);
|
|
1385
|
-
}
|
|
1386
|
-
head.insertBefore(dataStyles, metaCharset ? metaCharset.nextSibling : head.firstChild);
|
|
1387
|
-
}
|
|
1388
|
-
}
|
|
1389
|
-
isBootstrapping = false;
|
|
1390
|
-
if (deferredConnectedCallbacks.length) {
|
|
1391
|
-
deferredConnectedCallbacks.map((host) => host.connectedCallback());
|
|
1392
|
-
} else {
|
|
1393
|
-
{
|
|
1394
|
-
plt.jmp(() => appLoadFallback = setTimeout(appDidLoad, 30));
|
|
1395
|
-
}
|
|
1396
|
-
}
|
|
1397
|
-
endBootstrap();
|
|
1398
|
-
};
|
|
1399
|
-
const globalScripts = () => {
|
|
1400
|
-
};
|
|
1401
|
-
const defineCustomElements = async (win2, options) => {
|
|
1402
|
-
if (typeof window === "undefined") return void 0;
|
|
1403
|
-
await globalScripts();
|
|
1404
|
-
return bootstrapLazy([["ix-icon", [[257, "ix-icon", { "size": [1], "color": [1], "name": [1], "lazyLoading": [4, "lazy-loading"], "svgContent": [32], "isVisible": [32] }, null, { "name": ["loadIconContent"] }]]]], options);
|
|
1405
|
-
};
|
|
1406
|
-
(function() {
|
|
1407
|
-
if ("undefined" !== typeof window && void 0 !== window.Reflect && void 0 !== window.customElements) {
|
|
1408
|
-
var a = HTMLElement;
|
|
1409
|
-
window.HTMLElement = function() {
|
|
1410
|
-
return Reflect.construct(a, [], this.constructor);
|
|
1411
|
-
};
|
|
1412
|
-
HTMLElement.prototype = a.prototype;
|
|
1413
|
-
HTMLElement.prototype.constructor = HTMLElement;
|
|
1414
|
-
Object.setPrototypeOf(HTMLElement, a);
|
|
1415
|
-
}
|
|
1416
|
-
})();
|
|
1417
|
-
var define_THEME_default = { css: "corporate-theme/dist/css/brand-theme.css" };
|
|
1418
|
-
const scrollbarOverwrite = `
|
|
1419
|
-
::-webkit-scrollbar-button {
|
|
1420
|
-
display: none;
|
|
1421
|
-
}
|
|
1422
|
-
|
|
1423
|
-
/* width */
|
|
1424
|
-
::-webkit-scrollbar {
|
|
1425
|
-
width: $small-space;
|
|
1426
|
-
height: $small-space;
|
|
1427
|
-
}
|
|
1428
|
-
|
|
1429
|
-
/* Track */
|
|
1430
|
-
::-webkit-scrollbar-track {
|
|
1431
|
-
border-radius: 5px;
|
|
1432
|
-
background: var(--theme-scrollbar-track--background);
|
|
1433
|
-
}
|
|
1434
|
-
|
|
1435
|
-
::-webkit-scrollbar-track:hover {
|
|
1436
|
-
background: var(--theme-scrollbar-track--background--hover);
|
|
1437
|
-
}
|
|
1438
|
-
|
|
1439
|
-
/* Handle */
|
|
1440
|
-
::-webkit-scrollbar-thumb {
|
|
1441
|
-
border-radius: 5px;
|
|
1442
|
-
background: var(--theme-scrollbar-thumb--background);
|
|
1443
|
-
}
|
|
1444
|
-
|
|
1445
|
-
/* Handle on hover */
|
|
1446
|
-
::-webkit-scrollbar-thumb:hover {
|
|
1447
|
-
background: var(--theme-scrollbar-thumb--background--hover);
|
|
1448
|
-
}
|
|
1449
|
-
|
|
1450
|
-
::-webkit-scrollbar-corner {
|
|
1451
|
-
display: none;
|
|
1452
|
-
}
|
|
1453
|
-
`;
|
|
1454
|
-
async function loadAdditionalTheme() {
|
|
1455
|
-
const theme = define_THEME_default;
|
|
1456
|
-
const base = `./../additional-theme`;
|
|
1457
|
-
const css = theme.css;
|
|
1458
|
-
const cssUrl = `${base}/${css}`;
|
|
1459
|
-
try {
|
|
1460
|
-
const response = await fetch(cssUrl, { method: "HEAD" });
|
|
1461
|
-
if (!response.ok) {
|
|
1462
|
-
console.warn(
|
|
1463
|
-
`Brand theme CSS not found at ${cssUrl} - using default theme`
|
|
1464
|
-
);
|
|
1465
|
-
return false;
|
|
1466
|
-
}
|
|
1467
|
-
await new Promise((resolve) => {
|
|
1468
|
-
const head = document.head;
|
|
1469
|
-
const style_link = document.createElement("link");
|
|
1470
|
-
style_link.rel = "stylesheet";
|
|
1471
|
-
style_link.href = cssUrl;
|
|
1472
|
-
style_link.onload = () => {
|
|
1473
|
-
resolve();
|
|
1474
|
-
};
|
|
1475
|
-
style_link.onerror = () => {
|
|
1476
|
-
console.warn("Failed to load Brand theme CSS");
|
|
1477
|
-
resolve();
|
|
1478
|
-
};
|
|
1479
|
-
head.appendChild(style_link);
|
|
1480
|
-
});
|
|
1481
|
-
return true;
|
|
1482
|
-
} catch (error) {
|
|
1483
|
-
console.warn(`Brand theme CSS not available: ${error.message}`);
|
|
1484
|
-
return false;
|
|
1485
|
-
}
|
|
1486
|
-
}
|
|
1487
|
-
function detectThemeSwitching(isBrandThemeAvailable) {
|
|
1488
|
-
const searchParams = new URLSearchParams(location.search);
|
|
1489
|
-
if (searchParams.has("theme")) {
|
|
1490
|
-
let theme = searchParams.get("theme");
|
|
1491
|
-
if (theme === "brand" && !isBrandThemeAvailable) {
|
|
1492
|
-
console.warn(
|
|
1493
|
-
"Brand theme requested but CSS not available - falling back to Classic theme"
|
|
1494
|
-
);
|
|
1495
|
-
theme = "classic";
|
|
1496
|
-
}
|
|
1497
|
-
document.documentElement.dataset.ixTheme = theme;
|
|
1498
|
-
}
|
|
1499
|
-
if (searchParams.has("colorSchema")) {
|
|
1500
|
-
const colorSchema = searchParams.get("colorSchema");
|
|
1501
|
-
document.documentElement.dataset.ixColorSchema = colorSchema;
|
|
1502
|
-
}
|
|
1503
|
-
}
|
|
1504
|
-
function isMarginSuppressed() {
|
|
1505
|
-
const searchParams = new URLSearchParams(location.search);
|
|
1506
|
-
return searchParams.has("no-margin") && searchParams.get("no-margin") === "true";
|
|
1507
|
-
}
|
|
1508
|
-
function addMarginToDemo() {
|
|
1509
|
-
if (!isMarginSuppressed()) {
|
|
1510
|
-
document.body.style.margin = "1rem";
|
|
1511
|
-
}
|
|
1512
|
-
}
|
|
1513
|
-
function setBodySizes() {
|
|
1514
|
-
const styleElement = document.createElement("style");
|
|
1515
|
-
styleElement.innerText = isMarginSuppressed() ? `
|
|
1516
|
-
body {
|
|
1517
|
-
height: calc(100vh);
|
|
1518
|
-
width: calc(100vw);
|
|
1519
|
-
}
|
|
1520
|
-
` : `
|
|
1521
|
-
body {
|
|
1522
|
-
height: calc(100vh - 2rem);
|
|
1523
|
-
width: calc(100vw - 2rem);
|
|
1524
|
-
}
|
|
1525
|
-
`;
|
|
1526
|
-
document.head.appendChild(styleElement);
|
|
1527
|
-
}
|
|
1528
|
-
async function init() {
|
|
1529
|
-
defineCustomElements();
|
|
1530
|
-
defineCustomElements$1();
|
|
1531
|
-
const isBrandThemeAvailable = await loadAdditionalTheme();
|
|
1532
|
-
detectThemeSwitching(isBrandThemeAvailable);
|
|
1533
|
-
setBodySizes();
|
|
1534
|
-
addMarginToDemo();
|
|
1535
|
-
const header = document.head;
|
|
1536
|
-
const scrollbarStyle = document.createElement("style");
|
|
1537
|
-
scrollbarStyle.innerHTML = scrollbarOverwrite;
|
|
1538
|
-
header.appendChild(scrollbarStyle);
|
|
1539
|
-
}
|
|
1540
|
-
globalThis.ixInitPromise = init();
|
|
1541
|
-
export {
|
|
1542
|
-
Host as H,
|
|
1543
|
-
getAssetPath as a,
|
|
1544
|
-
getElement as g,
|
|
1545
|
-
h,
|
|
1546
|
-
registerInstance as r
|
|
1547
|
-
};
|