@siemens/ix-docs 4.3.0 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/component-usage-by-component.json +17 -13
- package/build/component-usage.json +37 -27
- package/build/docs/autogenerated/api/ix-application/api.mdx +0 -6
- package/build/docs/autogenerated/api/ix-application/props.mdx +0 -6
- package/build/docs/autogenerated/api/ix-breadcrumb/api.mdx +0 -3
- package/build/docs/autogenerated/api/ix-breadcrumb/props.mdx +0 -3
- package/build/docs/autogenerated/api/ix-category-filter/api.mdx +0 -12
- package/build/docs/autogenerated/api/ix-category-filter/props.mdx +0 -12
- package/build/docs/autogenerated/api/ix-chip/api.mdx +4 -0
- package/build/docs/autogenerated/api/ix-chip/props.mdx +4 -0
- package/build/docs/autogenerated/api/ix-date-dropdown/api.mdx +0 -3
- package/build/docs/autogenerated/api/ix-date-dropdown/props.mdx +0 -3
- package/build/docs/autogenerated/api/ix-date-input/api.mdx +54 -25
- package/build/docs/autogenerated/api/ix-date-input/events.mdx +20 -3
- package/build/docs/autogenerated/api/ix-date-input/props.mdx +34 -22
- package/build/docs/autogenerated/api/ix-date-picker/api.mdx +21 -13
- package/build/docs/autogenerated/api/ix-date-picker/events.mdx +2 -2
- package/build/docs/autogenerated/api/ix-date-picker/props.mdx +19 -11
- package/build/docs/autogenerated/api/ix-datetime-picker/api.mdx +32 -25
- package/build/docs/autogenerated/api/ix-datetime-picker/events.mdx +4 -4
- package/build/docs/autogenerated/api/ix-datetime-picker/props.mdx +28 -21
- package/build/docs/autogenerated/api/ix-drawer/api.mdx +4 -0
- package/build/docs/autogenerated/api/ix-drawer/props.mdx +4 -0
- package/build/docs/autogenerated/api/ix-expanding-search/api.mdx +8 -0
- package/build/docs/autogenerated/api/ix-expanding-search/props.mdx +8 -0
- package/build/docs/autogenerated/api/ix-input/api.mdx +17 -0
- package/build/docs/autogenerated/api/ix-input/events.mdx +17 -0
- package/build/docs/autogenerated/api/ix-layout-auto/api.mdx +0 -3
- package/build/docs/autogenerated/api/ix-layout-auto/props.mdx +0 -3
- package/build/docs/autogenerated/api/ix-modal/api.mdx +0 -3
- package/build/docs/autogenerated/api/ix-modal/props.mdx +0 -3
- package/build/docs/autogenerated/api/ix-modal-header/api.mdx +4 -0
- package/build/docs/autogenerated/api/ix-modal-header/props.mdx +4 -0
- package/build/docs/autogenerated/api/ix-number-input/api.mdx +17 -0
- package/build/docs/autogenerated/api/ix-number-input/events.mdx +17 -0
- package/build/docs/autogenerated/api/ix-pagination/api.mdx +30 -1
- package/build/docs/autogenerated/api/ix-pagination/props.mdx +30 -1
- package/build/docs/autogenerated/api/ix-select/api.mdx +4 -4
- package/build/docs/autogenerated/api/ix-select/props.mdx +4 -4
- package/build/docs/autogenerated/api/ix-slider/api.mdx +0 -3
- package/build/docs/autogenerated/api/ix-slider/props.mdx +0 -3
- package/build/docs/autogenerated/api/ix-tabs/api.mdx +13 -3
- package/build/docs/autogenerated/api/ix-tabs/events.mdx +3 -1
- package/build/docs/autogenerated/api/ix-tabs/props.mdx +10 -2
- package/build/docs/autogenerated/api/ix-textarea/api.mdx +25 -4
- package/build/docs/autogenerated/api/ix-textarea/events.mdx +17 -0
- package/build/docs/autogenerated/api/ix-textarea/props.mdx +8 -4
- package/build/docs/autogenerated/api/ix-time-input/api.mdx +45 -28
- package/build/docs/autogenerated/api/ix-time-input/events.mdx +20 -3
- package/build/docs/autogenerated/api/ix-time-input/props.mdx +25 -25
- package/build/docs/autogenerated/api/ix-time-picker/api.mdx +16 -16
- package/build/docs/autogenerated/api/ix-time-picker/events.mdx +2 -2
- package/build/docs/autogenerated/api/ix-time-picker/props.mdx +14 -14
- package/build/docs/autogenerated/api/ix-toast/api.mdx +4 -0
- package/build/docs/autogenerated/api/ix-toast/props.mdx +4 -0
- package/build/docs/autogenerated/api/ix-tree/api.mdx +1 -10
- package/build/docs/autogenerated/api/ix-tree/props.mdx +1 -10
- package/build/docs/autogenerated/api/ix-tree-item/api.mdx +0 -3
- package/build/docs/autogenerated/api/ix-tree-item/props.mdx +0 -3
- package/build/docs/autogenerated/api/ix-typography/api.mdx +1 -1
- package/build/docs/autogenerated/api/ix-typography/props.mdx +1 -1
- package/build/docs/autogenerated/api/ix-validation-tooltip/tags.mdx +1 -1
- package/build/docs/autogenerated/playground/button-danger-primary.mdx +67 -0
- package/build/docs/autogenerated/playground/button-danger-secondary.mdx +67 -0
- package/build/docs/autogenerated/playground/button-danger-tertiary.mdx +67 -0
- package/build/docs/autogenerated/playground/button-subtle-primary.mdx +61 -0
- package/build/docs/autogenerated/playground/button-subtle-secondary.mdx +61 -0
- package/build/docs/autogenerated/playground/button-subtle-tertiary.mdx +61 -0
- package/build/docs/autogenerated/playground/button-tertiary.mdx +61 -0
- package/build/docs/autogenerated/playground/slider-validation.mdx +52 -0
- package/build/docs/autogenerated/playground/tabs-overflow.mdx +46 -0
- package/build/docs/autogenerated/prompt/ix-application/readme.md +2 -2
- package/build/docs/autogenerated/prompt/ix-breadcrumb/readme.md +1 -1
- package/build/docs/autogenerated/prompt/ix-button/readme.md +507 -499
- package/build/docs/autogenerated/prompt/ix-category-filter/readme.md +4 -4
- package/build/docs/autogenerated/prompt/ix-chip/readme.md +12 -12
- package/build/docs/autogenerated/prompt/ix-content-header/readme.md +15 -15
- package/build/docs/autogenerated/prompt/ix-date-dropdown/readme.md +1 -1
- package/build/docs/autogenerated/prompt/ix-date-input/readme.md +24 -23
- package/build/docs/autogenerated/prompt/ix-date-picker/readme.md +18 -18
- package/build/docs/autogenerated/prompt/ix-datetime-picker/readme.md +24 -24
- package/build/docs/autogenerated/prompt/ix-drawer/readme.md +9 -9
- package/build/docs/autogenerated/prompt/ix-expanding-search/readme.md +2 -2
- package/build/docs/autogenerated/prompt/ix-icon-button/readme.md +31 -22
- package/build/docs/autogenerated/prompt/ix-input/readme.md +17 -10
- package/build/docs/autogenerated/prompt/ix-layout-auto/readme.md +1 -1
- package/build/docs/autogenerated/prompt/ix-menu/readme.md +3 -3
- package/build/docs/autogenerated/prompt/ix-menu-avatar/readme.md +1 -1
- package/build/docs/autogenerated/prompt/ix-menu-avatar-item/readme.md +1 -1
- package/build/docs/autogenerated/prompt/ix-menu-item/readme.md +3 -3
- package/build/docs/autogenerated/prompt/ix-modal/readme.md +1 -1
- package/build/docs/autogenerated/prompt/ix-modal-header/readme.md +7 -7
- package/build/docs/autogenerated/prompt/ix-number-input/readme.md +10 -9
- package/build/docs/autogenerated/prompt/ix-pagination/readme.md +14 -13
- package/build/docs/autogenerated/prompt/ix-pill/readme.md +15 -15
- package/build/docs/autogenerated/prompt/ix-select/readme.md +2 -2
- package/build/docs/autogenerated/prompt/ix-slider/readme.md +353 -1
- package/build/docs/autogenerated/prompt/ix-tab-item/readme.md +314 -39
- package/build/docs/autogenerated/prompt/ix-tabs/readme.md +326 -51
- package/build/docs/autogenerated/prompt/ix-textarea/readme.md +10 -9
- package/build/docs/autogenerated/prompt/ix-tile/readme.md +31 -22
- package/build/docs/autogenerated/prompt/ix-time-input/readme.md +30 -29
- package/build/docs/autogenerated/prompt/ix-time-picker/readme.md +21 -21
- package/build/docs/autogenerated/prompt/ix-tree/readme.md +3 -3
- package/build/docs/autogenerated/prompt/ix-tree-item/readme.md +1 -1
- package/build/docs/autogenerated/prompt/ix-typography/readme.md +6 -6
- package/build/docs/autogenerated/prompt/ix-validation-tooltip/readme.md +1 -1
- package/build/docs/autogenerated/usage/angular/button-danger-primary.ts.md +11 -0
- package/build/docs/autogenerated/usage/angular/button-danger-secondary.ts.md +11 -0
- package/build/docs/autogenerated/usage/angular/button-danger-tertiary.html.md +4 -0
- package/build/docs/autogenerated/usage/angular/button-danger-tertiary.ts.md +10 -0
- package/build/docs/autogenerated/usage/angular/button-secondary.ts.md +2 -2
- package/build/docs/autogenerated/usage/angular/button-subtle-primary.ts.md +14 -0
- package/build/docs/autogenerated/usage/angular/button-subtle-secondary.ts.md +14 -0
- package/build/docs/autogenerated/usage/angular/button-subtle-tertiary.ts.md +22 -0
- package/build/docs/autogenerated/usage/angular/button-tertiary.ts.md +14 -0
- package/build/docs/autogenerated/usage/angular/button-with-link.html.md +4 -4
- package/build/docs/autogenerated/usage/angular/content-header-with-slot.html.md +3 -3
- package/build/docs/autogenerated/usage/angular/loading.ts.md +1 -1
- package/build/docs/autogenerated/usage/angular/slider-validation.html.md +53 -0
- package/build/docs/autogenerated/usage/angular/slider-validation.ts.md +10 -0
- package/build/docs/autogenerated/usage/angular/tabs-overflow.ts.md +42 -0
- package/build/docs/autogenerated/usage/angular/tabs.css.md +6 -1
- package/build/docs/autogenerated/usage/angular/tabs.ts.md +5 -4
- package/build/docs/autogenerated/usage/angular_standalone/button-danger-primary.ts.md +12 -0
- package/build/docs/autogenerated/usage/angular_standalone/button-danger-secondary.ts.md +12 -0
- package/build/docs/autogenerated/usage/angular_standalone/button-danger-tertiary.html.md +4 -0
- package/build/docs/autogenerated/usage/angular_standalone/button-danger-tertiary.ts.md +11 -0
- package/build/docs/autogenerated/usage/angular_standalone/button-secondary.ts.md +2 -2
- package/build/docs/autogenerated/usage/angular_standalone/button-subtle-primary.ts.md +15 -0
- package/build/docs/autogenerated/usage/angular_standalone/button-subtle-secondary.ts.md +15 -0
- package/build/docs/autogenerated/usage/angular_standalone/button-subtle-tertiary.ts.md +23 -0
- package/build/docs/autogenerated/usage/angular_standalone/button-tertiary.ts.md +15 -0
- package/build/docs/autogenerated/usage/angular_standalone/button-with-link.html.md +4 -4
- package/build/docs/autogenerated/usage/angular_standalone/content-header-with-slot.html.md +3 -3
- package/build/docs/autogenerated/usage/angular_standalone/loading.ts.md +1 -1
- package/build/docs/autogenerated/usage/angular_standalone/slider-validation.html.md +53 -0
- package/build/docs/autogenerated/usage/angular_standalone/slider-validation.ts.md +11 -0
- package/build/docs/autogenerated/usage/angular_standalone/tabs-overflow.ts.md +43 -0
- package/build/docs/autogenerated/usage/angular_standalone/tabs.css.md +6 -1
- package/build/docs/autogenerated/usage/angular_standalone/tabs.ts.md +6 -7
- package/build/docs/autogenerated/usage/angular_standalone/tile.ts.md +31 -22
- package/build/docs/autogenerated/usage/html/button-danger-primary.html.md +16 -0
- package/build/docs/autogenerated/usage/html/button-danger-secondary.html.md +16 -0
- package/build/docs/autogenerated/usage/html/button-danger-tertiary.html.md +16 -0
- package/build/docs/autogenerated/usage/html/button-secondary.html.md +2 -2
- package/build/docs/autogenerated/usage/html/button-subtle-primary.html.md +16 -0
- package/build/docs/autogenerated/usage/html/button-subtle-secondary.html.md +16 -0
- package/build/docs/autogenerated/usage/html/button-subtle-tertiary.html.md +16 -0
- package/build/docs/autogenerated/usage/html/button-tertiary.html.md +16 -0
- package/build/docs/autogenerated/usage/html/button-with-link.html.md +4 -4
- package/build/docs/autogenerated/usage/html/content-header-with-slot.html.md +3 -3
- package/build/docs/autogenerated/usage/html/loading.html.md +1 -1
- package/build/docs/autogenerated/usage/html/slider-validation.html.md +65 -0
- package/build/docs/autogenerated/usage/html/tabs-overflow.html.md +64 -0
- package/build/docs/autogenerated/usage/html/tabs.css.md +6 -1
- package/build/docs/autogenerated/usage/html/tabs.html.md +29 -16
- package/build/docs/autogenerated/usage/react/button-danger-primary.tsx.md +16 -0
- package/build/docs/autogenerated/usage/react/button-danger-secondary.tsx.md +18 -0
- package/build/docs/autogenerated/usage/react/button-danger-tertiary.tsx.md +18 -0
- package/build/docs/autogenerated/usage/react/button-secondary.tsx.md +2 -2
- package/build/docs/autogenerated/usage/react/button-subtle-primary.tsx.md +16 -0
- package/build/docs/autogenerated/usage/react/button-subtle-secondary.tsx.md +18 -0
- package/build/docs/autogenerated/usage/react/button-subtle-tertiary.tsx.md +18 -0
- package/build/docs/autogenerated/usage/react/button-tertiary.tsx.md +18 -0
- package/build/docs/autogenerated/usage/react/button-with-link.tsx.md +6 -6
- package/build/docs/autogenerated/usage/react/content-header-with-slot.tsx.md +3 -3
- package/build/docs/autogenerated/usage/react/input.tsx.md +7 -1
- package/build/docs/autogenerated/usage/react/loading.tsx.md +1 -1
- package/build/docs/autogenerated/usage/react/menu-with-bottom-tabs.tsx.md +1 -1
- package/build/docs/autogenerated/usage/react/slider-validation.tsx.md +61 -0
- package/build/docs/autogenerated/usage/react/tabs-overflow.tsx.md +37 -0
- package/build/docs/autogenerated/usage/react/tabs-rounded.tsx.md +6 -6
- package/build/docs/autogenerated/usage/react/tabs.scoped.css.md +6 -1
- package/build/docs/autogenerated/usage/react/tabs.tsx.md +5 -3
- package/build/docs/autogenerated/usage/react/vertical-tabs-with-avatar.tsx.md +1 -1
- package/build/docs/autogenerated/usage/vue/button-danger-primary.vue.md +12 -0
- package/build/docs/autogenerated/usage/vue/button-danger-secondary.vue.md +12 -0
- package/build/docs/autogenerated/usage/vue/button-danger-tertiary.vue.md +12 -0
- package/build/docs/autogenerated/usage/vue/button-secondary.vue.md +2 -2
- package/build/docs/autogenerated/usage/vue/button-subtle-primary.vue.md +12 -0
- package/build/docs/autogenerated/usage/vue/button-subtle-secondary.vue.md +12 -0
- package/build/docs/autogenerated/usage/vue/button-subtle-tertiary.vue.md +12 -0
- package/build/docs/autogenerated/usage/vue/button-tertiary.vue.md +12 -0
- package/build/docs/autogenerated/usage/vue/button-with-link.vue.md +6 -6
- package/build/docs/autogenerated/usage/vue/content-header-with-slot.vue.md +3 -3
- package/build/docs/autogenerated/usage/vue/loading.vue.md +2 -2
- package/build/docs/autogenerated/usage/vue/menu-with-bottom-tabs.vue.md +1 -1
- package/build/docs/autogenerated/usage/vue/slider-validation.vue.md +59 -0
- package/build/docs/autogenerated/usage/vue/tabs-overflow.vue.md +38 -0
- package/build/docs/autogenerated/usage/vue/tabs.css.md +6 -1
- package/build/docs/autogenerated/usage/vue/tabs.vue.md +21 -3
- package/build/docs/autogenerated/utils/loading.mdx +1 -1
- package/build/docs/autogenerated/utils/modal-loading-options.mdx +9 -0
- package/build/docs/autogenerated/version.json +1 -1
- package/build/static/demo/v2/angular/button-danger-primary.ts +18 -0
- package/build/static/demo/v2/angular/button-danger-secondary.ts +18 -0
- package/build/static/demo/v2/angular/button-danger-tertiary.html +2 -0
- package/build/static/demo/v2/angular/button-danger-tertiary.ts +17 -0
- package/build/static/demo/v2/angular/button-secondary.ts +2 -2
- package/build/static/demo/v2/angular/button-subtle-primary.ts +21 -0
- package/build/static/demo/v2/angular/button-subtle-secondary.ts +21 -0
- package/build/static/demo/v2/angular/button-subtle-tertiary.ts +29 -0
- package/build/static/demo/v2/angular/button-tertiary.ts +21 -0
- package/build/static/demo/v2/angular/button-with-link.html +4 -4
- package/build/static/demo/v2/angular/content-header-with-slot.html +3 -3
- package/build/static/demo/v2/angular/loading.ts +1 -1
- package/build/static/demo/v2/angular/slider-validation.html +60 -0
- package/build/static/demo/v2/angular/slider-validation.ts +17 -0
- package/build/static/demo/v2/angular/tabs-overflow.ts +48 -0
- package/build/static/demo/v2/angular/tabs.css +7 -1
- package/build/static/demo/v2/angular/tabs.ts +5 -4
- package/build/static/demo/v2/angular_standalone/button-danger-primary.ts +19 -0
- package/build/static/demo/v2/angular_standalone/button-danger-secondary.ts +19 -0
- package/build/static/demo/v2/angular_standalone/button-danger-tertiary.html +11 -0
- package/build/static/demo/v2/angular_standalone/button-danger-tertiary.ts +18 -0
- package/build/static/demo/v2/angular_standalone/button-secondary.ts +2 -2
- package/build/static/demo/v2/angular_standalone/button-subtle-primary.ts +22 -0
- package/build/static/demo/v2/angular_standalone/button-subtle-secondary.ts +22 -0
- package/build/static/demo/v2/angular_standalone/button-subtle-tertiary.ts +30 -0
- package/build/static/demo/v2/angular_standalone/button-tertiary.ts +22 -0
- package/build/static/demo/v2/angular_standalone/button-with-link.html +4 -4
- package/build/static/demo/v2/angular_standalone/content-header-with-slot.html +3 -3
- package/build/static/demo/v2/angular_standalone/loading.ts +1 -1
- package/build/static/demo/v2/angular_standalone/slider-validation.html +60 -0
- package/build/static/demo/v2/angular_standalone/slider-validation.ts +18 -0
- package/build/static/demo/v2/angular_standalone/tabs-overflow.ts +49 -0
- package/build/static/demo/v2/angular_standalone/tabs.css +7 -1
- package/build/static/demo/v2/angular_standalone/tabs.ts +6 -7
- package/build/static/demo/v2/angular_standalone/tile.ts +31 -22
- package/build/static/demo/v2/html/button-danger-primary.html +23 -0
- package/build/static/demo/v2/html/button-danger-secondary.html +23 -0
- package/build/static/demo/v2/html/button-danger-tertiary.html +23 -0
- package/build/static/demo/v2/html/button-secondary.html +2 -2
- package/build/static/demo/v2/html/button-subtle-primary.html +23 -0
- package/build/static/demo/v2/html/button-subtle-secondary.html +23 -0
- package/build/static/demo/v2/html/button-subtle-tertiary.html +23 -0
- package/build/static/demo/v2/html/button-tertiary.html +23 -0
- package/build/static/demo/v2/html/button-with-link.html +4 -4
- package/build/static/demo/v2/html/content-header-with-slot.html +3 -3
- package/build/static/demo/v2/html/loading.html +1 -1
- package/build/static/demo/v2/html/slider-validation.html +72 -0
- package/build/static/demo/v2/html/tabs-overflow.html +70 -0
- package/build/static/demo/v2/html/tabs.css +7 -1
- package/build/static/demo/v2/html/tabs.html +29 -16
- package/build/static/demo/v2/preview/html/assets/a11y-DAzBNVe7-CO1Uj69l.js +127 -0
- package/build/static/demo/v2/preview/html/assets/action-card-DPxP1WXA.js +12 -0
- package/build/static/demo/v2/preview/html/assets/add-icons-CvHcdrA6.js +8 -0
- package/build/static/demo/v2/preview/html/assets/aggrid-DOiIGdGA.js +49990 -0
- package/build/static/demo/v2/preview/html/assets/animation-BLaucX4x-BWLd_Wig.js +98 -0
- package/build/static/demo/v2/preview/html/assets/application-ZTsPD3Zg.js +7 -0
- package/build/static/demo/v2/preview/html/assets/application-advanced-CViHNsbF.js +30 -0
- package/build/static/demo/v2/preview/html/assets/application-app-switch-beu4Wo7g.js +96 -0
- package/build/static/demo/v2/preview/html/assets/application-breakpoints-lj0NrBig.js +15 -0
- package/build/static/demo/v2/preview/html/assets/application-header-DfBmbctW.js +7 -0
- package/build/static/demo/v2/preview/html/assets/base-button-CV0w47z9-ChfeyWNW.js +67 -0
- package/build/static/demo/v2/preview/html/assets/base-icon-button-BuHd34qo-6FAyhit5.js +8 -0
- package/build/static/demo/v2/preview/html/assets/blind-header-actions-GIf8m5gu.js +8 -0
- package/build/static/demo/v2/preview/html/assets/blind-variants-CPswXSvv.js +7 -0
- package/build/static/demo/v2/preview/html/assets/button-loading-yH2LqEu9.js +7 -0
- package/build/static/demo/v2/preview/html/assets/button-text-icon-BJhHnYM3.js +8 -0
- package/build/static/demo/v2/preview/html/assets/button-with-icon-CAvMWtB7.js +8 -0
- package/build/static/demo/v2/preview/html/assets/button-with-link-C9uZjBvl.js +9 -0
- package/build/static/demo/v2/preview/html/assets/card-BYyp0sqK.js +12 -0
- package/build/static/demo/v2/preview/html/assets/card-list-lnMy_PtF.js +8 -0
- package/build/static/demo/v2/preview/html/assets/chip-Be_MshYD.js +7 -0
- package/build/static/demo/v2/preview/html/assets/content-ZTsPD3Zg.js +7 -0
- package/build/static/demo/v2/preview/html/assets/content-header-no-back-Do_i-AHs.js +9 -0
- package/build/static/demo/v2/preview/html/assets/content-header-with-slot-u8OXIRlU.js +7 -0
- package/build/static/demo/v2/preview/html/assets/custom-field-DCVzTyNE.js +7 -0
- package/build/static/demo/v2/preview/html/assets/date-input-with-slots-km08UJrd.js +7 -0
- package/build/static/demo/v2/preview/html/assets/datetime-D1WplX1z-grPSvmS5.js +6123 -0
- package/build/static/demo/v2/preview/html/assets/dropdown-button-7n0RxHtD.js +7 -0
- package/build/static/demo/v2/preview/html/assets/dropdown-button-icon-7n0RxHtD.js +7 -0
- package/build/static/demo/v2/preview/html/assets/dropdown-icon-BsdbE6Bn.js +9 -0
- package/build/static/demo/v2/preview/html/assets/dropdown-quick-actions-B6tGHF7o.js +11 -0
- package/build/static/demo/v2/preview/html/assets/dropdown-submenu-CPt-Vvsv.js +9 -0
- package/build/static/demo/v2/preview/html/assets/echarts-De4Xy87m.js +144 -0
- package/build/static/demo/v2/preview/html/assets/echarts-bar-horizontal-stacked-aY1Bm2bt.js +63 -0
- package/build/static/demo/v2/preview/html/assets/echarts-bar-simple-D4zlHTqq.js +57 -0
- package/build/static/demo/v2/preview/html/assets/echarts-circle-0HaWZK5M.js +65 -0
- package/build/static/demo/v2/preview/html/assets/echarts-empty-state-DlaSUo_Q.js +84 -0
- package/build/static/demo/v2/preview/html/assets/echarts-gauge-DE-rwqYe.js +142 -0
- package/build/static/demo/v2/preview/html/assets/echarts-line-advanced-C85X-Kc9.js +83 -0
- package/build/static/demo/v2/preview/html/assets/echarts-line-multiple-y-axis-BdRsORsT.js +126 -0
- package/build/static/demo/v2/preview/html/assets/echarts-line-simple-BRTqSoT8.js +45 -0
- package/build/static/demo/v2/preview/html/assets/echarts-pie-BZ2vJK3p.js +64 -0
- package/build/static/demo/v2/preview/html/assets/echarts-progress-arc-CS7aGf0-.js +84 -0
- package/build/static/demo/v2/preview/html/assets/echarts-progress-circle-OxTlYeZg.js +93 -0
- package/build/static/demo/v2/preview/html/assets/echarts-special-3d-Dxth4BS7.js +80 -0
- package/build/static/demo/v2/preview/html/assets/echarts-special-toolbox-Bvob3Ood.js +61 -0
- package/build/static/demo/v2/preview/html/assets/echarts-special-zoom-jYQRWZN3.js +87 -0
- package/build/static/demo/v2/preview/html/assets/empty-state-DipeepHn.js +7 -0
- package/build/static/demo/v2/preview/html/assets/empty-state-compact-DipeepHn.js +7 -0
- package/build/static/demo/v2/preview/html/assets/empty-state-compact-break-DipeepHn.js +7 -0
- package/build/static/demo/v2/preview/html/assets/event-list-custom-item-height-in-number-CB7jq6xl.js +6 -0
- package/build/static/demo/v2/preview/html/assets/event-list-filled-wRLZaic6.js +18 -0
- package/build/static/demo/v2/preview/html/assets/event-list-selected-CRWF0P7b.js +27 -0
- package/build/static/demo/v2/preview/html/assets/flip-tile-KIru3LCB.js +7 -0
- package/build/static/demo/v2/preview/html/assets/global-7ZbTfMw3.js +3056 -0
- package/build/static/demo/v2/preview/html/assets/global-D7pkbQ45.css +5572 -0
- package/build/static/demo/v2/preview/html/assets/helper-text-util-C9sLzo0k-ByYMuUsm.js +27 -0
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-secondary-D7b8mebd.js +29 -0
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-subtle-primary-D7b8mebd.js +29 -0
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-subtle-secondary-D7b8mebd.js +29 -0
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-subtle-tertiary-D7b8mebd.js +29 -0
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-tertiary-D7b8mebd.js +29 -0
- package/build/static/demo/v2/preview/html/assets/index-BBzEV-f4-ChQfUIyc.js +96 -0
- package/build/static/demo/v2/preview/html/assets/index-BG5XMoOy-CF7NkFDC.js +22 -0
- package/build/static/demo/v2/preview/html/assets/index-BWsIQ1EH.js +76 -0
- package/build/static/demo/v2/preview/html/assets/index-B_6Kcb-H.js +74 -0
- package/build/static/demo/v2/preview/html/assets/index-VcTKdkWt.js +1061 -0
- package/build/static/demo/v2/preview/html/assets/index-c_Lae2aM.js +4 -0
- package/build/static/demo/v2/preview/html/assets/init-6zSVdjuR.js +1577 -0
- package/build/static/demo/v2/preview/html/assets/input-with-slots-km08UJrd.js +7 -0
- package/build/static/demo/v2/preview/html/assets/input.fc-C1ytwpkt-bTPpCuNQ.js +271 -0
- package/build/static/demo/v2/preview/html/assets/ix-action-card.entry-CIgyqiQf.js +23 -0
- package/build/static/demo/v2/preview/html/assets/ix-application-header.entry-BAferosB.js +187 -0
- package/build/static/demo/v2/preview/html/assets/ix-application-sidebar.entry-CW10luYl.js +40 -0
- package/build/static/demo/v2/preview/html/assets/ix-application-switch-modal.entry-Cf8cxPgW.js +48 -0
- package/build/static/demo/v2/preview/html/assets/ix-application.entry-BINHMRFz.js +120 -0
- package/build/static/demo/v2/preview/html/assets/ix-avatar_2.entry-DHwFVF_K.js +93 -0
- package/build/static/demo/v2/preview/html/assets/ix-blind.entry-CF1Ln4FH.js +86 -0
- package/build/static/demo/v2/preview/html/assets/ix-breadcrumb-item.entry-BvnUlZad.js +70 -0
- package/build/static/demo/v2/preview/html/assets/ix-breadcrumb.entry-BAd3cY2I.js +103 -0
- package/build/static/demo/v2/preview/html/assets/ix-button.entry-CRiqzFkG.js +101 -0
- package/build/static/demo/v2/preview/html/assets/ix-card-accordion_2.entry-B6XSM9xC.js +81 -0
- package/build/static/demo/v2/preview/html/assets/ix-card-list.entry-D0jQOqfX.js +155 -0
- package/build/static/demo/v2/preview/html/assets/ix-card_2.entry-BTFL2Ekf.js +35 -0
- package/build/static/demo/v2/preview/html/assets/ix-category-filter.entry-D924wGUo.js +497 -0
- package/build/static/demo/v2/preview/html/assets/ix-checkbox-group.entry-BNyF_Cv-.js +89 -0
- package/build/static/demo/v2/preview/html/assets/ix-checkbox.entry-BTlDHNdu.js +109 -0
- package/build/static/demo/v2/preview/html/assets/ix-chip.entry-C2ONTqgJ.js +70 -0
- package/build/static/demo/v2/preview/html/assets/ix-col_4.entry-CZ49GtRE.js +553 -0
- package/build/static/demo/v2/preview/html/assets/ix-content-header.entry-B2rb6wwv.js +25 -0
- package/build/static/demo/v2/preview/html/assets/ix-content.entry-DGPFvRYj.js +27 -0
- package/build/static/demo/v2/preview/html/assets/ix-css-grid-item.entry-te-lGhkq.js +16 -0
- package/build/static/demo/v2/preview/html/assets/ix-css-grid.entry-CL9fyFUm.js +82 -0
- package/build/static/demo/v2/preview/html/assets/ix-custom-field.entry-DvGSJggv.js +44 -0
- package/build/static/demo/v2/preview/html/assets/ix-date-dropdown.entry-Bt709rSL.js +181 -0
- package/build/static/demo/v2/preview/html/assets/ix-date-input.entry-D4JuRopG.js +253 -0
- package/build/static/demo/v2/preview/html/assets/ix-date-time-card.entry-BbuiNfpo.js +31 -0
- package/build/static/demo/v2/preview/html/assets/ix-datetime-picker.entry-DkK0Tp6p.js +49 -0
- package/build/static/demo/v2/preview/html/assets/ix-divider.entry-miuSysZr.js +14 -0
- package/build/static/demo/v2/preview/html/assets/ix-drawer.entry-C5d5BIrF.js +135 -0
- package/build/static/demo/v2/preview/html/assets/ix-dropdown-button.entry-C284Le09.js +43 -0
- package/build/static/demo/v2/preview/html/assets/ix-dropdown-header.entry-B-_ACd4S.js +14 -0
- package/build/static/demo/v2/preview/html/assets/ix-dropdown-item.entry-B_af2CtU.js +49 -0
- package/build/static/demo/v2/preview/html/assets/ix-dropdown-quick-actions.entry-CijKaukT.js +14 -0
- package/build/static/demo/v2/preview/html/assets/ix-dropdown.entry-DftMOO31.js +403 -0
- package/build/static/demo/v2/preview/html/assets/ix-empty-state.entry-gdnvcMA0.js +16 -0
- package/build/static/demo/v2/preview/html/assets/ix-event-list-item.entry-Dzl_GcXp.js +36 -0
- package/build/static/demo/v2/preview/html/assets/ix-event-list.entry-BWbe0iXR.js +129 -0
- package/build/static/demo/v2/preview/html/assets/ix-expanding-search.entry-Bra1tzX9.js +81 -0
- package/build/static/demo/v2/preview/html/assets/ix-field-label_2.entry-CpajN8qr.js +174 -0
- package/build/static/demo/v2/preview/html/assets/ix-filter-chip_2.entry-CeNTgWyQ.js +110 -0
- package/build/static/demo/v2/preview/html/assets/ix-flip-tile-content.entry-BwxrRn4y.js +15 -0
- package/build/static/demo/v2/preview/html/assets/ix-flip-tile.entry-h2PC8IpF.js +127 -0
- package/build/static/demo/v2/preview/html/assets/ix-group-context-menu_2.entry-DyLYhTWo.js +74 -0
- package/build/static/demo/v2/preview/html/assets/ix-group.entry-CZtLbKne.js +161 -0
- package/build/static/demo/v2/preview/html/assets/ix-helper-text.entry-CD56QwiN.js +66 -0
- package/build/static/demo/v2/preview/html/assets/ix-icon-button_2.entry-p7yX7QzK.js +95 -0
- package/build/static/demo/v2/preview/html/assets/ix-icon-toggle-button.entry-C7zUrEYu.js +56 -0
- package/build/static/demo/v2/preview/html/assets/ix-icon.entry-Co7qlYpz.js +253 -0
- package/build/static/demo/v2/preview/html/assets/ix-input-group.entry-DHby_kcV.js +122 -0
- package/build/static/demo/v2/preview/html/assets/ix-input.entry-Dpz10z4m.js +156 -0
- package/build/static/demo/v2/preview/html/assets/ix-key-value-list.entry-D4uicCeS.js +15 -0
- package/build/static/demo/v2/preview/html/assets/ix-key-value.entry-CWdnuFkv.js +18 -0
- package/build/static/demo/v2/preview/html/assets/ix-kpi.entry-93n7kNbV.js +40 -0
- package/build/static/demo/v2/preview/html/assets/ix-layout-auto.entry-D1TtACRt.js +90 -0
- package/build/static/demo/v2/preview/html/assets/ix-link-button.entry-CTnqpsK5.js +23 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu-about-item.entry-CHFJyAik.js +29 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu-about-news.entry-28uo1qrP.js +29 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu-about.entry-C0R-Bc8y.js +42 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu-avatar.entry-D3vmp8xE.js +47 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu-category.entry-DPO8fZRu.js +204 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu-expand-icon.entry-D3uZcwxr.js +39 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu-item.entry-B0azZYlT.js +112 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu-settings-item.entry-EW91dIYc.js +29 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu-settings.entry-DmV8Tic2.js +104 -0
- package/build/static/demo/v2/preview/html/assets/ix-menu.entry-C0CNaoX6.js +474 -0
- package/build/static/demo/v2/preview/html/assets/ix-message-bar.entry-8JM7iJTV.js +56 -0
- package/build/static/demo/v2/preview/html/assets/ix-modal-content_2.entry-8nB6mrm9.js +60 -0
- package/build/static/demo/v2/preview/html/assets/ix-modal-footer.entry-CVojT8C9.js +14 -0
- package/build/static/demo/v2/preview/html/assets/ix-modal-loading.entry-ZrRXvysM.js +14 -0
- package/build/static/demo/v2/preview/html/assets/ix-modal.entry-BARCVM8Z.js +180 -0
- package/build/static/demo/v2/preview/html/assets/ix-number-input.entry-BGbHGtcT.js +270 -0
- package/build/static/demo/v2/preview/html/assets/ix-pagination.entry-9cKU7Feq.js +151 -0
- package/build/static/demo/v2/preview/html/assets/ix-pane-layout.entry-B-cynyXc.js +270 -0
- package/build/static/demo/v2/preview/html/assets/ix-pane.entry-BNcCjRD-.js +466 -0
- package/build/static/demo/v2/preview/html/assets/ix-pill.entry-DUMPV7Bo.js +68 -0
- package/build/static/demo/v2/preview/html/assets/ix-progress-indicator.entry-D67NJI5O.js +108 -0
- package/build/static/demo/v2/preview/html/assets/ix-push-card.entry-BqfD6LMl.js +18 -0
- package/build/static/demo/v2/preview/html/assets/ix-radio-group.entry-BE6a0CGv.js +158 -0
- package/build/static/demo/v2/preview/html/assets/ix-radio.entry-lWfKmrSL.js +134 -0
- package/build/static/demo/v2/preview/html/assets/ix-select.entry-ClztaKAm.js +610 -0
- package/build/static/demo/v2/preview/html/assets/ix-slider.entry-CcX-eCG9.js +236 -0
- package/build/static/demo/v2/preview/html/assets/ix-split-button.entry-CBEDxvHn.js +44 -0
- package/build/static/demo/v2/preview/html/assets/ix-tab-item_2.entry-BlbG_zmw.js +433 -0
- package/build/static/demo/v2/preview/html/assets/ix-textarea.entry-BaLuOiee.js +224 -0
- package/build/static/demo/v2/preview/html/assets/ix-tile.entry-Byxfx-if.js +36 -0
- package/build/static/demo/v2/preview/html/assets/ix-time-input.entry-C9nwO4e_.js +257 -0
- package/build/static/demo/v2/preview/html/assets/ix-time-picker.entry-jn6GPZJK.js +591 -0
- package/build/static/demo/v2/preview/html/assets/ix-toast-container.entry-BxJzO1qC.js +109 -0
- package/build/static/demo/v2/preview/html/assets/ix-toast.entry-B8in75Vw.js +87 -0
- package/build/static/demo/v2/preview/html/assets/ix-toggle-button.entry-C0395Y7_.js +47 -0
- package/build/static/demo/v2/preview/html/assets/ix-toggle.entry-Kx-L7SBb.js +118 -0
- package/build/static/demo/v2/preview/html/assets/ix-tooltip.entry-Ck2sYYcQ.js +323 -0
- package/build/static/demo/v2/preview/html/assets/ix-tree-item.entry-DpVjUHR3.js +29 -0
- package/build/static/demo/v2/preview/html/assets/ix-tree.entry-CVG3eTH1.js +580 -0
- package/build/static/demo/v2/preview/html/assets/ix-typography.entry-DKOKOJaE.js +35 -0
- package/build/static/demo/v2/preview/html/assets/ix-upload.entry-CV7CfncL.js +146 -0
- package/build/static/demo/v2/preview/html/assets/ix-validation-tooltip.entry-B2-FKrpn.js +150 -0
- package/build/static/demo/v2/preview/html/assets/ix-workflow-step.entry-BhauAYHK.js +119 -0
- package/build/static/demo/v2/preview/html/assets/ix-workflow-steps.entry-DEmOnb3c.js +77 -0
- package/build/static/demo/v2/preview/html/assets/key-value-list-with-icon-MH6Mvgrw.js +7 -0
- package/build/static/demo/v2/preview/html/assets/key-value-with-icon-MH6Mvgrw.js +7 -0
- package/build/static/demo/v2/preview/html/assets/listener-DcAn-vyA-vMwX8dLP.js +64 -0
- package/build/static/demo/v2/preview/html/assets/loading-D1eanxfo.js +23 -0
- package/build/static/demo/v2/preview/html/assets/menu-category-CsGl8jiZ.js +14 -0
- package/build/static/demo/v2/preview/html/assets/menu-with-bottom-tabs-DDqDSFLW.js +8 -0
- package/build/static/demo/v2/preview/html/assets/message-B0A6QA5c.js +21 -0
- package/build/static/demo/v2/preview/html/assets/message-bar-removal-90-p8mnq.js +27 -0
- package/build/static/demo/v2/preview/html/assets/modal-B4NTsLyj.js +56 -0
- package/build/static/demo/v2/preview/html/assets/modal-BJAcx3Qd-CMIZ8YSL.js +224 -0
- package/build/static/demo/v2/preview/html/assets/modal-close-CIL-3qAR.js +59 -0
- package/build/static/demo/v2/preview/html/assets/modal-form-ix-button-submit-Cw4Ra31w.js +54 -0
- package/build/static/demo/v2/preview/html/assets/modal-sizes-D1ESLif6.js +56 -0
- package/build/static/demo/v2/preview/html/assets/number-input-with-slots-km08UJrd.js +7 -0
- package/build/static/demo/v2/preview/html/assets/pill-BuAYsW_H.js +7 -0
- package/build/static/demo/v2/preview/html/assets/pill-variants-C3S7fdno.js +7 -0
- package/build/static/demo/v2/preview/html/assets/push-card-km08UJrd.js +7 -0
- package/build/static/demo/v2/preview/html/assets/slider-error-BmJqSYnQ.js +9 -0
- package/build/static/demo/v2/preview/html/assets/slider-marker-BmJqSYnQ.js +9 -0
- package/build/static/demo/v2/preview/html/assets/slider-trace-BmJqSYnQ.js +9 -0
- package/build/static/demo/v2/preview/html/assets/split-button-TN-f5qhu.js +7 -0
- package/build/static/demo/v2/preview/html/assets/split-button-icons-m2iH_QyE.js +10 -0
- package/build/static/demo/v2/preview/html/assets/tabs-CcAdORz5.css +32 -0
- package/build/static/demo/v2/preview/html/assets/tabs-overflow-DWhXzaR3.js +14 -0
- package/build/static/demo/v2/preview/html/assets/tabs-rounded-ByQqpX4p.js +12 -0
- package/build/static/demo/v2/preview/html/assets/theme-switcher-CpQ8JvHL-B4B-3Xrp.js +154 -0
- package/build/static/demo/v2/preview/html/assets/theme-switcher-DQoWbElz.js +57 -0
- package/build/static/demo/v2/preview/html/assets/tile-DxPWnSId.js +8 -0
- package/build/static/demo/v2/preview/html/assets/time-input-with-slots-km08UJrd.js +7 -0
- package/build/static/demo/v2/preview/html/assets/toast-BYBP5w_W.js +18 -0
- package/build/static/demo/v2/preview/html/assets/toast-custom-BNMRKrwN.js +51 -0
- package/build/static/demo/v2/preview/html/assets/toast-position-DOum0rFY.js +19 -0
- package/build/static/demo/v2/preview/html/assets/toggle-button-primary-COPSYDpB.js +29 -0
- package/build/static/demo/v2/preview/html/assets/toggle-button-secondary-COPSYDpB.js +29 -0
- package/build/static/demo/v2/preview/html/assets/toggle-button-subtle-primary-COPSYDpB.js +29 -0
- package/build/static/demo/v2/preview/html/assets/toggle-button-subtle-secondary-COPSYDpB.js +29 -0
- package/build/static/demo/v2/preview/html/assets/toggle-button-subtle-tertiary-COPSYDpB.js +29 -0
- package/build/static/demo/v2/preview/html/assets/toggle-button-tertiary-COPSYDpB.js +29 -0
- package/build/static/demo/v2/preview/html/assets/tooltip-with-icon-CsffgxQY.js +8 -0
- package/build/static/demo/v2/preview/html/assets/tree-custom-CJnp0YOH.js +5 -0
- package/build/static/demo/v2/preview/html/assets/validation-CTBekLDe-sG9H3Ujv.js +115 -0
- package/build/static/demo/v2/preview/html/assets/validation-select-BFnRnzvg.js +10 -0
- package/build/static/demo/v2/preview/html/assets/vertical-tabs-k0YwyxPH.js +10 -0
- package/build/static/demo/v2/preview/html/assets/vertical-tabs-with-avatar-k0YwyxPH.js +10 -0
- package/build/static/demo/v2/preview/html/component-usage-by-component.json +17 -13
- package/build/static/demo/v2/preview/html/component-usage.json +37 -27
- package/build/static/demo/v2/preview/html/index.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/about-and-legal.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/action-card.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/add-icons.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/aggrid.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/application-advanced.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/application-app-switch.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/application-breakpoints.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/application-header.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/application.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/aria-label-properties.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/avatar-image.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/avatar-initials.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/avatar.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/blind-header-actions.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/blind-variants.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/blind.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/breadcrumb-next-items.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/breadcrumb-truncate.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/breadcrumb.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/button-danger-primary.html +25 -0
- package/build/static/demo/v2/preview/html/preview-examples/button-danger-secondary.html +25 -0
- package/build/static/demo/v2/preview/html/preview-examples/button-danger-tertiary.html +25 -0
- package/build/static/demo/v2/preview/html/preview-examples/button-group.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/button-loading.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/button-secondary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/button-subtle-primary.html +25 -0
- package/build/static/demo/v2/preview/html/preview-examples/button-subtle-secondary.html +25 -0
- package/build/static/demo/v2/preview/html/preview-examples/button-subtle-tertiary.html +25 -0
- package/build/static/demo/v2/preview/html/preview-examples/button-tertiary.html +25 -0
- package/build/static/demo/v2/preview/html/preview-examples/button-text-icon.html +7 -7
- package/build/static/demo/v2/preview/html/preview-examples/button-with-icon.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/button-with-link.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/buttons.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/card-list.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/card.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/category-filter-suggestions.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/category-filter.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/checkbox-indeterminate.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/checkbox.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/chip.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/content-header-no-back.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/content-header-with-slot.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/content-header.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/content.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/custom-field-validation.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/custom-field.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/date-dropdown-user-range.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/date-dropdown.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/date-input-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/date-input-label.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/date-input-min-max-date.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/date-input-readonly.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/date-input-validation.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/date-input-with-slots.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/date-input.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/datepicker-locale.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/datepicker-range.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/datepicker.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/datetimepicker.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/divider.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/drawer-full-height.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/drawer.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/dropdown-button-icon.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/dropdown-button.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/dropdown-icon.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/dropdown-quick-actions.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/dropdown-submenu.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/dropdown.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/echarts-bar-horizontal-stacked.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-bar-simple.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-circle.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-empty-state.html +12 -12
- package/build/static/demo/v2/preview/html/preview-examples/echarts-gauge.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-line-advanced.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-line-multiple-y-axis.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-line-simple.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-pie.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-progress-arc.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-progress-circle.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-special-3d.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-special-toolbox.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts-special-zoom.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/echarts.html +10 -10
- package/build/static/demo/v2/preview/html/preview-examples/empty-state-compact-break.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/empty-state-compact.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/empty-state.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/event-list-compact.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/event-list-custom-item-height-in-number.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/event-list-custom-item-height.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/event-list-filled.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/event-list-selected.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/event-list.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/expanding-search.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/flip-tile.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/form-checkbox-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/form-checkbox-group-indeterminate.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/form-checkbox-group.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/form-checkbox-validation.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/form-checkbox.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/form-layout-auto.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/form-layout-grid.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/grid-padding.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/grid-size.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/grid.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/group-context-menu.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/group-custom-entry.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/group-header-suppressed.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/group.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/html-table-striped.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/html-table.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/icon-toggle-button-secondary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/icon-toggle-button-subtle-primary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/icon-toggle-button-subtle-secondary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/icon-toggle-button-subtle-tertiary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/icon-toggle-button-tertiary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/input-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/input-label.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/input-legacy-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/input-legacy-readonly.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/input-legacy.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/input-pattern.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/input-readonly.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/input-types.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/input-validation.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/input-with-slots.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/input.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/key-value-list-striped.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/key-value-list-with-custom-value.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/key-value-list-with-icon.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/key-value-list.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/key-value-with-custom-value.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/key-value-with-icon.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/key-value-with-label-left.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/key-value.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/kpi.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/layout-auto-custom.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/layout-auto.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/link-button-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/link-button.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/loading.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/menu-category.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/menu-with-bottom-tabs.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/message-bar-removal.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/message-bar.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/message.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/modal-close.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/modal-form-ix-button-submit.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/modal-sizes.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/modal.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/number-input-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/number-input-label.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/number-input-readonly.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/number-input-stepper-button.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/number-input-validation.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/number-input-with-slots.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/number-input.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/pagination-advanced.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/pagination.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/pane-layout.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/pane.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/pill-variants.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/pill.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/popover-news.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/progress-indicator-circular-sizes.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/progress-indicator-circular-status.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/progress-indicator-circular.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/progress-indicator-linear-sizes.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/progress-indicator-linear-status.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/progress-indicator.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/push-card.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/radio-button.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/radio-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/radio-group.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/radio-validation.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/radio.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/select-editable.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/select-multiple.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/select-validation.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/select.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/settings.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/slider-error.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/slider-marker.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/slider-trace.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/slider-validation.html +74 -0
- package/build/static/demo/v2/preview/html/preview-examples/slider.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/spinner-large.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/spinner.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/split-button-icons.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/split-button.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/tabs-overflow.html +60 -0
- package/build/static/demo/v2/preview/html/preview-examples/tabs-rounded.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/tabs.html +33 -20
- package/build/static/demo/v2/preview/html/preview-examples/textarea-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/textarea-legacy-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/textarea-legacy-readonly.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/textarea-legacy.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/textarea-readonly.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/textarea-rows-cols.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/textarea-validation.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/textarea.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/theme-switcher.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/tile.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/time-input-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/time-input-label.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/time-input-readonly.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/time-input-validation.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/time-input-with-slots.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/time-input.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/timepicker-format-adjusted.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/timepicker-intervals.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/timepicker.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/toast-custom.html +11 -11
- package/build/static/demo/v2/preview/html/preview-examples/toast-position.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/toast.html +9 -9
- package/build/static/demo/v2/preview/html/preview-examples/toggle-button-primary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/toggle-button-secondary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/toggle-button-subtle-primary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/toggle-button-subtle-secondary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/toggle-button-subtle-tertiary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/toggle-button-tertiary.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/toggle-checked.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/toggle-custom-label.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/toggle-disabled.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/toggle-indeterminate.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/toggle.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/tooltip-with-icon.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/tooltip.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/tree-custom.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/tree.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/upload.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/validation-select.html +4 -4
- package/build/static/demo/v2/preview/html/preview-examples/vertical-tabs-with-avatar.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/vertical-tabs.html +6 -6
- package/build/static/demo/v2/preview/html/preview-examples/workflow-vertical.html +3 -3
- package/build/static/demo/v2/preview/html/preview-examples/workflow.html +3 -3
- package/build/static/demo/v2/preview/mobile/assets/index-CFPRKwV2.css +1 -0
- package/build/static/demo/v2/preview/mobile/assets/index-X1He9H_F.js +2 -0
- package/build/static/demo/v2/preview/mobile/assets/index-legacy-CZAc-Omx.js +46 -0
- package/build/static/demo/v2/preview/mobile/assets/index7-2H6b30SR.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/index7-legacy-1rTT3JsI.js +5 -0
- package/build/static/demo/v2/preview/mobile/assets/index8-CI09UbGf.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/index8-legacy-oyrG2CxX.js +5 -0
- package/build/static/demo/v2/preview/mobile/assets/input-shims-DVg5nRWa.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/input-shims-legacy-D0GZstDH.js +5 -0
- package/build/static/demo/v2/preview/mobile/assets/ios.transition-CcsvWtNH.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/ios.transition-legacy-Cr0-DHxu.js +5 -0
- package/build/static/demo/v2/preview/mobile/assets/keyboard-B2gai_bL.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/keyboard-legacy-DZ8P_qqB.js +5 -0
- package/build/static/demo/v2/preview/mobile/assets/md.transition-DCAaHW24.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/md.transition-legacy-lPCgnZLq.js +5 -0
- package/build/static/demo/v2/preview/mobile/assets/status-tap-BAsD7KXk.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/status-tap-legacy-Cirxs89r.js +5 -0
- package/build/static/demo/v2/preview/mobile/assets/swipe-back-BoZqzKrh.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/swipe-back-legacy-n5u92_tx.js +5 -0
- package/build/static/demo/v2/preview/mobile/assets/web-DoSuDtt4.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/web-DyDqv4X_.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/web-legacy-C_mU7i8P.js +1 -0
- package/build/static/demo/v2/preview/mobile/assets/web-legacy-DPHjEMsE.js +1 -0
- package/build/static/demo/v2/preview/mobile/index.html +3 -3
- package/build/static/demo/v2/react/button-danger-primary.tsx +23 -0
- package/build/static/demo/v2/react/button-danger-secondary.tsx +25 -0
- package/build/static/demo/v2/react/button-danger-tertiary.tsx +25 -0
- package/build/static/demo/v2/react/button-secondary.tsx +2 -2
- package/build/static/demo/v2/react/button-subtle-primary.tsx +23 -0
- package/build/static/demo/v2/react/button-subtle-secondary.tsx +25 -0
- package/build/static/demo/v2/react/button-subtle-tertiary.tsx +25 -0
- package/build/static/demo/v2/react/button-tertiary.tsx +25 -0
- package/build/static/demo/v2/react/button-with-link.tsx +6 -6
- package/build/static/demo/v2/react/content-header-with-slot.tsx +3 -3
- package/build/static/demo/v2/react/input.tsx +7 -1
- package/build/static/demo/v2/react/loading.tsx +1 -1
- package/build/static/demo/v2/react/menu-with-bottom-tabs.tsx +1 -1
- package/build/static/demo/v2/react/slider-validation.tsx +68 -0
- package/build/static/demo/v2/react/tabs-overflow.tsx +44 -0
- package/build/static/demo/v2/react/tabs-rounded.tsx +6 -6
- package/build/static/demo/v2/react/tabs.scoped.css +7 -1
- package/build/static/demo/v2/react/tabs.tsx +5 -3
- package/build/static/demo/v2/react/vertical-tabs-with-avatar.tsx +1 -1
- package/build/static/demo/v2/vue/button-danger-primary.vue +19 -0
- package/build/static/demo/v2/vue/button-danger-secondary.vue +19 -0
- package/build/static/demo/v2/vue/button-danger-tertiary.vue +19 -0
- package/build/static/demo/v2/vue/button-secondary.vue +2 -2
- package/build/static/demo/v2/vue/button-subtle-primary.vue +19 -0
- package/build/static/demo/v2/vue/button-subtle-secondary.vue +19 -0
- package/build/static/demo/v2/vue/button-subtle-tertiary.vue +19 -0
- package/build/static/demo/v2/vue/button-tertiary.vue +19 -0
- package/build/static/demo/v2/vue/button-with-link.vue +6 -6
- package/build/static/demo/v2/vue/content-header-with-slot.vue +3 -3
- package/build/static/demo/v2/vue/loading.vue +2 -2
- package/build/static/demo/v2/vue/menu-with-bottom-tabs.vue +1 -1
- package/build/static/demo/v2/vue/slider-validation.vue +66 -0
- package/build/static/demo/v2/vue/tabs-overflow.vue +44 -0
- package/build/static/demo/v2/vue/tabs.css +7 -1
- package/build/static/demo/v2/vue/tabs.vue +21 -3
- package/build/static/storybook-static/assets/Color-ASIRERSW-DgFEgTSe.js +1 -0
- package/build/static/storybook-static/assets/DocsRenderer-GHJI37HO-3uC0Kc23.js +10 -0
- package/build/static/storybook-static/assets/WithTooltip-IO6J4KBT-D7DL2Ujg.js +9 -0
- package/build/static/storybook-static/assets/a11y-action-card.stories-CNJpcs5A.js +72 -0
- package/build/static/storybook-static/assets/a11y-menu.stories-CEa_nicC.js +216 -0
- package/build/static/storybook-static/assets/action-card.stories-BSIi9GF2.js +86 -0
- package/build/static/storybook-static/assets/application-header.stories-8IvjK02r.js +158 -0
- package/build/static/storybook-static/assets/avatar.stories-LJmUFMc5.js +30 -0
- package/build/static/storybook-static/assets/axe-BpZO0Bda.js +20 -0
- package/build/static/storybook-static/assets/blind.stories-CDHjcn0p.js +8 -0
- package/build/static/storybook-static/assets/blocks-DX-rwcyT.js +750 -0
- package/build/static/storybook-static/assets/breakcrumb.stories-DHRrpg-4.js +12 -0
- package/build/static/storybook-static/assets/button-group.stories-DEjmt_0I.js +14 -0
- package/build/static/storybook-static/assets/button.stories-J4gRz_e6.js +89 -0
- package/build/static/storybook-static/assets/checkbox-group.stories-BlJy2Z1v.js +16 -0
- package/build/static/storybook-static/assets/checkbox.stories-DWNxBfwH.js +21 -0
- package/build/static/storybook-static/assets/chip.stories-D4fK4F-P.js +50 -0
- package/build/static/storybook-static/assets/date-dropdown.stories-BFDlsJHd.js +3 -0
- package/build/static/storybook-static/assets/drawer.stories-7bRKGnZO.js +24 -0
- package/build/static/storybook-static/assets/dropdown-button.stories-B1T8RhpY.js +91 -0
- package/build/static/storybook-static/assets/event-list-item.stories-DTF0BWKG.js +37 -0
- package/build/static/storybook-static/assets/event-list.stories-BdIOAy2R.js +15 -0
- package/build/static/storybook-static/assets/expanding-search.stories-DpxGgbIK.js +5 -0
- package/build/static/storybook-static/assets/flip-tile.stories-C8F7_4mP.js +12 -0
- package/build/static/storybook-static/assets/formatter-QJ4M4OGQ-8wXDlFrr.js +1 -0
- package/build/static/storybook-static/assets/generic-render-QLLvfCCW.js +1 -0
- package/build/static/storybook-static/assets/group.stories-x0T0NWSh.js +20 -0
- package/build/static/storybook-static/assets/iframe-CsJz8tdT.css +1 -0
- package/build/static/storybook-static/assets/iframe-DJKWFKy9.js +1039 -0
- package/build/static/storybook-static/assets/index-DzYQ_BiM.js +1 -0
- package/build/static/storybook-static/assets/input-date.stories-BIK-4FzF.js +7 -0
- package/build/static/storybook-static/assets/input-number.stories-CMpKT_0D.js +70 -0
- package/build/static/storybook-static/assets/input-time.stories-Bz6JxoxE.js +7 -0
- package/build/static/storybook-static/assets/input.stories-CVTjVPni.js +31 -0
- package/build/static/storybook-static/assets/introduction--Tp1TiFr.js +10 -0
- package/build/static/storybook-static/assets/link-button.stories-CZXTtIJm.js +5 -0
- package/build/static/storybook-static/assets/menu-category.stories-B66m6_HY.js +16 -0
- package/build/static/storybook-static/assets/menu-item.stories-k9qBREKA.js +35 -0
- package/build/static/storybook-static/assets/menu.stories-C4JQOAgd.js +18 -0
- package/build/static/storybook-static/assets/message-bar.stories-CLGioCXA.js +47 -0
- package/build/static/storybook-static/assets/modal.stories-DEEKjhsq.js +69 -0
- package/build/static/storybook-static/assets/pagination.stories-Cd7mSJAA.js +1 -0
- package/build/static/storybook-static/assets/pane.stories-C6K9GzyF.js +23 -0
- package/build/static/storybook-static/assets/pill.stories-Dfe0oxIK.js +50 -0
- package/build/static/storybook-static/assets/progress-indicator.stories-CtDZiieV.js +27 -0
- package/build/static/storybook-static/assets/push-card.stories-Q4CCWS3v.js +10 -0
- package/build/static/storybook-static/assets/radio-group.stories-CVBuDefO.js +14 -0
- package/build/static/storybook-static/assets/radio.stories-5bNY7AwS.js +12 -0
- package/build/static/storybook-static/assets/sample-4XlXCCij.js +1 -0
- package/build/static/storybook-static/assets/select.stories-1gyJJFYP.js +131 -0
- package/build/static/storybook-static/assets/slider.stories-BH6XxAkD.js +25 -0
- package/build/static/storybook-static/assets/spinner.stories-j86pSAQF.js +5 -0
- package/build/static/storybook-static/assets/split-button.stories-C68dlx14.js +23 -0
- package/build/static/storybook-static/assets/syntaxhighlighter-IQDEPFLK-CO2Ynump.js +6 -0
- package/build/static/storybook-static/assets/tabs.stories-C64IcF7e.js +109 -0
- package/build/static/storybook-static/assets/textarea.stories-CIEh4PUU.js +16 -0
- package/build/static/storybook-static/assets/tile.stories-DE20UBUz.js +3 -0
- package/build/static/storybook-static/assets/time-picker.stories-CBxF3les.js +42 -0
- package/build/static/storybook-static/assets/toast.stories-PEJkxwgI.js +9 -0
- package/build/static/storybook-static/assets/toggle-button.stories-DIjINFb5.js +70 -0
- package/build/static/storybook-static/assets/toggle.stories-CNExR4D8.js +46 -0
- package/build/static/storybook-static/assets/tree.stories-PMBy2ifL.js +71 -0
- package/build/static/storybook-static/iframe.html +2 -2
- package/build/static/storybook-static/index.json +1 -1
- package/build/static/storybook-static/project.json +1 -1
- package/package.json +7 -8
- package/build/docs/autogenerated/playground/button-danger-ghost.mdx +0 -67
- package/build/docs/autogenerated/playground/button-danger-outline.mdx +0 -67
- package/build/docs/autogenerated/playground/button-danger.mdx +0 -67
- package/build/docs/autogenerated/playground/button-ghost.mdx +0 -61
- package/build/docs/autogenerated/playground/button-grey-ghost.mdx +0 -61
- package/build/docs/autogenerated/playground/button-grey-secondary.mdx +0 -61
- package/build/docs/autogenerated/playground/button-grey.mdx +0 -61
- package/build/docs/autogenerated/usage/angular/button-danger-ghost.html.md +0 -4
- package/build/docs/autogenerated/usage/angular/button-danger-ghost.ts.md +0 -10
- package/build/docs/autogenerated/usage/angular/button-danger-outline.ts.md +0 -11
- package/build/docs/autogenerated/usage/angular/button-danger.ts.md +0 -11
- package/build/docs/autogenerated/usage/angular/button-ghost.ts.md +0 -14
- package/build/docs/autogenerated/usage/angular/button-grey-ghost.ts.md +0 -22
- package/build/docs/autogenerated/usage/angular/button-grey-secondary.ts.md +0 -14
- package/build/docs/autogenerated/usage/angular/button-grey.ts.md +0 -14
- package/build/docs/autogenerated/usage/angular_standalone/button-danger-ghost.html.md +0 -4
- package/build/docs/autogenerated/usage/angular_standalone/button-danger-ghost.ts.md +0 -11
- package/build/docs/autogenerated/usage/angular_standalone/button-danger-outline.ts.md +0 -12
- package/build/docs/autogenerated/usage/angular_standalone/button-danger.ts.md +0 -12
- package/build/docs/autogenerated/usage/angular_standalone/button-ghost.ts.md +0 -15
- package/build/docs/autogenerated/usage/angular_standalone/button-grey-ghost.ts.md +0 -23
- package/build/docs/autogenerated/usage/angular_standalone/button-grey-secondary.ts.md +0 -15
- package/build/docs/autogenerated/usage/angular_standalone/button-grey.ts.md +0 -15
- package/build/docs/autogenerated/usage/html/button-danger-ghost.html.md +0 -16
- package/build/docs/autogenerated/usage/html/button-danger-outline.html.md +0 -16
- package/build/docs/autogenerated/usage/html/button-danger.html.md +0 -16
- package/build/docs/autogenerated/usage/html/button-ghost.html.md +0 -16
- package/build/docs/autogenerated/usage/html/button-grey-ghost.html.md +0 -16
- package/build/docs/autogenerated/usage/html/button-grey-secondary.html.md +0 -16
- package/build/docs/autogenerated/usage/html/button-grey.html.md +0 -16
- package/build/docs/autogenerated/usage/react/button-danger-ghost.tsx.md +0 -18
- package/build/docs/autogenerated/usage/react/button-danger-outline.tsx.md +0 -18
- package/build/docs/autogenerated/usage/react/button-danger.tsx.md +0 -16
- package/build/docs/autogenerated/usage/react/button-ghost.tsx.md +0 -18
- package/build/docs/autogenerated/usage/react/button-grey-ghost.tsx.md +0 -18
- package/build/docs/autogenerated/usage/react/button-grey-secondary.tsx.md +0 -18
- package/build/docs/autogenerated/usage/react/button-grey.tsx.md +0 -16
- package/build/docs/autogenerated/usage/vue/button-danger-ghost.vue.md +0 -12
- package/build/docs/autogenerated/usage/vue/button-danger-outline.vue.md +0 -12
- package/build/docs/autogenerated/usage/vue/button-danger.vue.md +0 -12
- package/build/docs/autogenerated/usage/vue/button-ghost.vue.md +0 -12
- package/build/docs/autogenerated/usage/vue/button-grey-ghost.vue.md +0 -12
- package/build/docs/autogenerated/usage/vue/button-grey-secondary.vue.md +0 -12
- package/build/docs/autogenerated/usage/vue/button-grey.vue.md +0 -12
- package/build/static/demo/v2/angular/button-danger-ghost.html +0 -2
- package/build/static/demo/v2/angular/button-danger-ghost.ts +0 -17
- package/build/static/demo/v2/angular/button-danger-outline.ts +0 -18
- package/build/static/demo/v2/angular/button-danger.ts +0 -18
- package/build/static/demo/v2/angular/button-ghost.ts +0 -21
- package/build/static/demo/v2/angular/button-grey-ghost.ts +0 -29
- package/build/static/demo/v2/angular/button-grey-secondary.ts +0 -21
- package/build/static/demo/v2/angular/button-grey.ts +0 -21
- package/build/static/demo/v2/angular_standalone/button-danger-ghost.html +0 -11
- package/build/static/demo/v2/angular_standalone/button-danger-ghost.ts +0 -18
- package/build/static/demo/v2/angular_standalone/button-danger-outline.ts +0 -19
- package/build/static/demo/v2/angular_standalone/button-danger.ts +0 -19
- package/build/static/demo/v2/angular_standalone/button-ghost.ts +0 -22
- package/build/static/demo/v2/angular_standalone/button-grey-ghost.ts +0 -30
- package/build/static/demo/v2/angular_standalone/button-grey-secondary.ts +0 -22
- package/build/static/demo/v2/angular_standalone/button-grey.ts +0 -22
- package/build/static/demo/v2/html/button-danger-ghost.html +0 -23
- package/build/static/demo/v2/html/button-danger-outline.html +0 -23
- package/build/static/demo/v2/html/button-danger.html +0 -23
- package/build/static/demo/v2/html/button-ghost.html +0 -23
- package/build/static/demo/v2/html/button-grey-ghost.html +0 -23
- package/build/static/demo/v2/html/button-grey-secondary.html +0 -23
- package/build/static/demo/v2/html/button-grey.html +0 -23
- package/build/static/demo/v2/preview/html/assets/a11y-Bb7pDeaQ-DNI84lDX.js +0 -123
- package/build/static/demo/v2/preview/html/assets/action-card-Cb_1_xn-.js +0 -12
- package/build/static/demo/v2/preview/html/assets/add-icons-BVuw-SvH.js +0 -8
- package/build/static/demo/v2/preview/html/assets/aggrid-BSE6K_v0.js +0 -51101
- package/build/static/demo/v2/preview/html/assets/animation-C5MWUgDN-BXCJNYHu.js +0 -85
- package/build/static/demo/v2/preview/html/assets/application-BLsK01JS.js +0 -7
- package/build/static/demo/v2/preview/html/assets/application-advanced-D9f2D8hh.js +0 -30
- package/build/static/demo/v2/preview/html/assets/application-app-switch-Da61Z0f9.js +0 -96
- package/build/static/demo/v2/preview/html/assets/application-breakpoints-CFhC6PcC.js +0 -15
- package/build/static/demo/v2/preview/html/assets/application-header-CfMClY66.js +0 -7
- package/build/static/demo/v2/preview/html/assets/base-button-D4FlHdn0-BZSMi0so.js +0 -67
- package/build/static/demo/v2/preview/html/assets/base-icon-button-rBR4ri6c-B-WitV9r.js +0 -8
- package/build/static/demo/v2/preview/html/assets/blind-header-actions-B2zimzoG.js +0 -8
- package/build/static/demo/v2/preview/html/assets/blind-variants-B57c5mMR.js +0 -7
- package/build/static/demo/v2/preview/html/assets/button-loading-h8RachXA.js +0 -7
- package/build/static/demo/v2/preview/html/assets/button-text-icon-Dbj0_HXm.js +0 -8
- package/build/static/demo/v2/preview/html/assets/button-with-icon-B4KPgAJW.js +0 -8
- package/build/static/demo/v2/preview/html/assets/button-with-link-6nNBBYBz.js +0 -9
- package/build/static/demo/v2/preview/html/assets/card-DoSN94hj.js +0 -12
- package/build/static/demo/v2/preview/html/assets/card-list-6wxHbPvW.js +0 -8
- package/build/static/demo/v2/preview/html/assets/chip-BjYuOnNt.js +0 -7
- package/build/static/demo/v2/preview/html/assets/content-BLsK01JS.js +0 -7
- package/build/static/demo/v2/preview/html/assets/content-header-no-back-BNMpni6k.js +0 -9
- package/build/static/demo/v2/preview/html/assets/content-header-with-slot-iWfOljIr.js +0 -7
- package/build/static/demo/v2/preview/html/assets/custom-field-DiJujJOk.js +0 -7
- package/build/static/demo/v2/preview/html/assets/date-input-with-slots-Cx2Aydq7.js +0 -7
- package/build/static/demo/v2/preview/html/assets/datetime-bDicGJUN-GV0o9Ayg.js +0 -6123
- package/build/static/demo/v2/preview/html/assets/dropdown-button-CFKHvfi8.js +0 -7
- package/build/static/demo/v2/preview/html/assets/dropdown-button-icon-CFKHvfi8.js +0 -7
- package/build/static/demo/v2/preview/html/assets/dropdown-icon-Dp6kQjze.js +0 -9
- package/build/static/demo/v2/preview/html/assets/dropdown-quick-actions-C_7rDPHg.js +0 -11
- package/build/static/demo/v2/preview/html/assets/dropdown-submenu-Dp8mqswf.js +0 -9
- package/build/static/demo/v2/preview/html/assets/echarts-XDz4rE2o.js +0 -144
- package/build/static/demo/v2/preview/html/assets/echarts-bar-horizontal-stacked-D1VomwXf.js +0 -63
- package/build/static/demo/v2/preview/html/assets/echarts-bar-simple-1PgBJ5Qu.js +0 -57
- package/build/static/demo/v2/preview/html/assets/echarts-circle-B7isD-vT.js +0 -65
- package/build/static/demo/v2/preview/html/assets/echarts-empty-state-t17-zG0Y.js +0 -84
- package/build/static/demo/v2/preview/html/assets/echarts-gauge-21Nk2yJ2.js +0 -142
- package/build/static/demo/v2/preview/html/assets/echarts-line-advanced-VRVtRJeG.js +0 -83
- package/build/static/demo/v2/preview/html/assets/echarts-line-multiple-y-axis-Cn_yV5-v.js +0 -126
- package/build/static/demo/v2/preview/html/assets/echarts-line-simple-jp307faF.js +0 -45
- package/build/static/demo/v2/preview/html/assets/echarts-pie-C4J2zAr8.js +0 -64
- package/build/static/demo/v2/preview/html/assets/echarts-progress-arc-Cri9EOVe.js +0 -84
- package/build/static/demo/v2/preview/html/assets/echarts-progress-circle-BJDbYJYU.js +0 -93
- package/build/static/demo/v2/preview/html/assets/echarts-special-3d-JYC7ETio.js +0 -80
- package/build/static/demo/v2/preview/html/assets/echarts-special-toolbox-nXgcX-kI.js +0 -61
- package/build/static/demo/v2/preview/html/assets/echarts-special-zoom-BJYfcLj8.js +0 -87
- package/build/static/demo/v2/preview/html/assets/empty-state-Bws4ijq9.js +0 -7
- package/build/static/demo/v2/preview/html/assets/empty-state-compact-Bws4ijq9.js +0 -7
- package/build/static/demo/v2/preview/html/assets/empty-state-compact-break-Bws4ijq9.js +0 -7
- package/build/static/demo/v2/preview/html/assets/event-list-custom-item-height-in-number-DmNr693U.js +0 -6
- package/build/static/demo/v2/preview/html/assets/event-list-filled-gfaqO0lJ.js +0 -18
- package/build/static/demo/v2/preview/html/assets/event-list-selected-B6i51hWg.js +0 -27
- package/build/static/demo/v2/preview/html/assets/flip-tile-COQwcIYZ.js +0 -7
- package/build/static/demo/v2/preview/html/assets/global-D_T-tGgV.css +0 -5584
- package/build/static/demo/v2/preview/html/assets/global-X2k8gwUL.js +0 -2945
- package/build/static/demo/v2/preview/html/assets/helper-text-util-gKdL-wH2-BxY7xz-E.js +0 -26
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-secondary-CfJdkGH-.js +0 -29
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-subtle-primary-CfJdkGH-.js +0 -29
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-subtle-secondary-CfJdkGH-.js +0 -29
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-subtle-tertiary-CfJdkGH-.js +0 -29
- package/build/static/demo/v2/preview/html/assets/icon-toggle-button-tertiary-CfJdkGH-.js +0 -29
- package/build/static/demo/v2/preview/html/assets/index-75AAQH08-BEc5f8Hi.js +0 -22
- package/build/static/demo/v2/preview/html/assets/index-8HpPmDK_-DinFJk0z.js +0 -96
- package/build/static/demo/v2/preview/html/assets/index-9C4SZZZA.js +0 -1080
- package/build/static/demo/v2/preview/html/assets/index-CgS9EJPk.js +0 -4
- package/build/static/demo/v2/preview/html/assets/index-CtK4JYCE.js +0 -76
- package/build/static/demo/v2/preview/html/assets/index-Em54lVv3.js +0 -68
- package/build/static/demo/v2/preview/html/assets/init-BwA_PJxl.js +0 -1547
- package/build/static/demo/v2/preview/html/assets/input-with-slots-Cx2Aydq7.js +0 -7
- package/build/static/demo/v2/preview/html/assets/input.fc-KJF8Z9iJ-DsbniA2d.js +0 -212
- package/build/static/demo/v2/preview/html/assets/ix-action-card.entry-DcyCaXCh.js +0 -23
- package/build/static/demo/v2/preview/html/assets/ix-application-header.entry-FtPZmUij.js +0 -177
- package/build/static/demo/v2/preview/html/assets/ix-application-sidebar.entry-Bi5SGHkB.js +0 -40
- package/build/static/demo/v2/preview/html/assets/ix-application-switch-modal.entry-d0IZZBF7.js +0 -48
- package/build/static/demo/v2/preview/html/assets/ix-application.entry-oiKUjZCo.js +0 -110
- package/build/static/demo/v2/preview/html/assets/ix-avatar_2.entry-Dyrqx5nu.js +0 -93
- package/build/static/demo/v2/preview/html/assets/ix-blind.entry-D7ScUU6e.js +0 -84
- package/build/static/demo/v2/preview/html/assets/ix-breadcrumb-item.entry-CYrnyWse.js +0 -70
- package/build/static/demo/v2/preview/html/assets/ix-breadcrumb.entry-B6TNDCW0.js +0 -101
- package/build/static/demo/v2/preview/html/assets/ix-button.entry-DG2dZmj5.js +0 -99
- package/build/static/demo/v2/preview/html/assets/ix-card-accordion_2.entry-C-ECyV2D.js +0 -79
- package/build/static/demo/v2/preview/html/assets/ix-card-list.entry-DJ322gfd.js +0 -155
- package/build/static/demo/v2/preview/html/assets/ix-card_2.entry-DGfE2JUX.js +0 -35
- package/build/static/demo/v2/preview/html/assets/ix-category-filter.entry-DJ-1MSJ_.js +0 -495
- package/build/static/demo/v2/preview/html/assets/ix-checkbox-group.entry-yErwLUhH.js +0 -89
- package/build/static/demo/v2/preview/html/assets/ix-checkbox.entry-DKY-9D01.js +0 -105
- package/build/static/demo/v2/preview/html/assets/ix-chip.entry-DElgtDEB.js +0 -69
- package/build/static/demo/v2/preview/html/assets/ix-col_4.entry-DkMVsNLK.js +0 -545
- package/build/static/demo/v2/preview/html/assets/ix-content-header.entry-wMimIy5w.js +0 -25
- package/build/static/demo/v2/preview/html/assets/ix-content.entry-tHhXOGtl.js +0 -27
- package/build/static/demo/v2/preview/html/assets/ix-css-grid-item.entry-CFFDsyrd.js +0 -16
- package/build/static/demo/v2/preview/html/assets/ix-css-grid.entry-CRV_W1Ws.js +0 -82
- package/build/static/demo/v2/preview/html/assets/ix-custom-field.entry-eju2t6ny.js +0 -44
- package/build/static/demo/v2/preview/html/assets/ix-date-dropdown.entry-DBhcwmpq.js +0 -171
- package/build/static/demo/v2/preview/html/assets/ix-date-input.entry-B5Vu1kRM.js +0 -236
- package/build/static/demo/v2/preview/html/assets/ix-date-time-card.entry-ndvSQiax.js +0 -31
- package/build/static/demo/v2/preview/html/assets/ix-datetime-picker.entry-C9H4xB1V.js +0 -47
- package/build/static/demo/v2/preview/html/assets/ix-divider.entry-DYVe4itX.js +0 -14
- package/build/static/demo/v2/preview/html/assets/ix-drawer.entry-B7iuMKh6.js +0 -132
- package/build/static/demo/v2/preview/html/assets/ix-dropdown-button.entry-2OkF_sGZ.js +0 -42
- package/build/static/demo/v2/preview/html/assets/ix-dropdown-header.entry-CDJE9eou.js +0 -14
- package/build/static/demo/v2/preview/html/assets/ix-dropdown-item.entry-B_APdC83.js +0 -49
- package/build/static/demo/v2/preview/html/assets/ix-dropdown-quick-actions.entry-0Hfy-DRe.js +0 -14
- package/build/static/demo/v2/preview/html/assets/ix-dropdown.entry-BpidMxLi.js +0 -399
- package/build/static/demo/v2/preview/html/assets/ix-empty-state.entry-BJw4-6y3.js +0 -16
- package/build/static/demo/v2/preview/html/assets/ix-event-list-item.entry-C3qKiI1t.js +0 -36
- package/build/static/demo/v2/preview/html/assets/ix-event-list.entry-DaIj-x4s.js +0 -127
- package/build/static/demo/v2/preview/html/assets/ix-expanding-search.entry-BN90ftQZ.js +0 -79
- package/build/static/demo/v2/preview/html/assets/ix-field-label_2.entry-ZdWpUNU_.js +0 -168
- package/build/static/demo/v2/preview/html/assets/ix-filter-chip_2.entry-Dw98vlVa.js +0 -106
- package/build/static/demo/v2/preview/html/assets/ix-flip-tile-content.entry-u95QqZM7.js +0 -15
- package/build/static/demo/v2/preview/html/assets/ix-flip-tile.entry-2EQz1NQ5.js +0 -125
- package/build/static/demo/v2/preview/html/assets/ix-group-context-menu_2.entry-DjRS52Ic.js +0 -74
- package/build/static/demo/v2/preview/html/assets/ix-group.entry-CS3PkPUa.js +0 -159
- package/build/static/demo/v2/preview/html/assets/ix-helper-text.entry-Hrb3VgiF.js +0 -65
- package/build/static/demo/v2/preview/html/assets/ix-icon-button_2.entry-DTO1VW_c.js +0 -89
- package/build/static/demo/v2/preview/html/assets/ix-icon-toggle-button.entry-DYJPz9kK.js +0 -56
- package/build/static/demo/v2/preview/html/assets/ix-icon.entry-CAC9hLPU.js +0 -226
- package/build/static/demo/v2/preview/html/assets/ix-input-group.entry-tXJzKtoD.js +0 -122
- package/build/static/demo/v2/preview/html/assets/ix-input.entry-CHFqRnaX.js +0 -150
- package/build/static/demo/v2/preview/html/assets/ix-key-value-list.entry-BVtAPH1s.js +0 -15
- package/build/static/demo/v2/preview/html/assets/ix-key-value.entry-h2ALA2FH.js +0 -18
- package/build/static/demo/v2/preview/html/assets/ix-kpi.entry-BSR_abxY.js +0 -40
- package/build/static/demo/v2/preview/html/assets/ix-layout-auto.entry-CEoxNpDL.js +0 -88
- package/build/static/demo/v2/preview/html/assets/ix-link-button.entry-CXKZqnqa.js +0 -23
- package/build/static/demo/v2/preview/html/assets/ix-menu-about-item.entry-DVCZVSPp.js +0 -27
- package/build/static/demo/v2/preview/html/assets/ix-menu-about-news.entry-MZL9lj6L.js +0 -29
- package/build/static/demo/v2/preview/html/assets/ix-menu-about.entry-BvF3jG9A.js +0 -40
- package/build/static/demo/v2/preview/html/assets/ix-menu-avatar.entry-B-RVLlIE.js +0 -47
- package/build/static/demo/v2/preview/html/assets/ix-menu-category.entry-CfWzsxJo.js +0 -204
- package/build/static/demo/v2/preview/html/assets/ix-menu-expand-icon.entry-GdHp5ifB.js +0 -39
- package/build/static/demo/v2/preview/html/assets/ix-menu-item.entry-wn5ZC3A2.js +0 -110
- package/build/static/demo/v2/preview/html/assets/ix-menu-settings-item.entry-DJH4SSHy.js +0 -27
- package/build/static/demo/v2/preview/html/assets/ix-menu-settings.entry-DxuLQEB6.js +0 -102
- package/build/static/demo/v2/preview/html/assets/ix-menu.entry-DOSqxtyx.js +0 -467
- package/build/static/demo/v2/preview/html/assets/ix-message-bar.entry-N2TDoe5F.js +0 -56
- package/build/static/demo/v2/preview/html/assets/ix-modal-content_2.entry-B7VlopMQ.js +0 -57
- package/build/static/demo/v2/preview/html/assets/ix-modal-footer.entry-B290G4aV.js +0 -14
- package/build/static/demo/v2/preview/html/assets/ix-modal-loading.entry-DUiwA5gS.js +0 -14
- package/build/static/demo/v2/preview/html/assets/ix-modal.entry-BZKOGRHS.js +0 -176
- package/build/static/demo/v2/preview/html/assets/ix-number-input.entry-CxLAh29z.js +0 -255
- package/build/static/demo/v2/preview/html/assets/ix-pagination.entry-DPN6Fo_e.js +0 -148
- package/build/static/demo/v2/preview/html/assets/ix-pane-layout.entry-DUIhHrvb.js +0 -260
- package/build/static/demo/v2/preview/html/assets/ix-pane.entry-DXPL3IT-.js +0 -437
- package/build/static/demo/v2/preview/html/assets/ix-pill.entry-6Eif6jKe.js +0 -68
- package/build/static/demo/v2/preview/html/assets/ix-progress-indicator.entry-rHozb0Tl.js +0 -108
- package/build/static/demo/v2/preview/html/assets/ix-push-card.entry-C2R2veCB.js +0 -18
- package/build/static/demo/v2/preview/html/assets/ix-radio-group.entry-BWyz-mZa.js +0 -156
- package/build/static/demo/v2/preview/html/assets/ix-radio.entry-eHJ-nTW6.js +0 -130
- package/build/static/demo/v2/preview/html/assets/ix-select.entry-C0MLWcox.js +0 -602
- package/build/static/demo/v2/preview/html/assets/ix-slider.entry-CDx9VN_x.js +0 -226
- package/build/static/demo/v2/preview/html/assets/ix-split-button.entry-CWfTW4H7.js +0 -44
- package/build/static/demo/v2/preview/html/assets/ix-tab-item_2.entry-BNy10zEi.js +0 -389
- package/build/static/demo/v2/preview/html/assets/ix-textarea.entry-Djoo4C64.js +0 -157
- package/build/static/demo/v2/preview/html/assets/ix-tile.entry-CfU6X0bN.js +0 -36
- package/build/static/demo/v2/preview/html/assets/ix-time-input.entry-CSFjv_tI.js +0 -244
- package/build/static/demo/v2/preview/html/assets/ix-time-picker.entry-BLb7GIb1.js +0 -577
- package/build/static/demo/v2/preview/html/assets/ix-toast-container.entry-DXek9EhM.js +0 -107
- package/build/static/demo/v2/preview/html/assets/ix-toast.entry-iCBO_SXO.js +0 -86
- package/build/static/demo/v2/preview/html/assets/ix-toggle-button.entry-HlA9vBQP.js +0 -42
- package/build/static/demo/v2/preview/html/assets/ix-toggle.entry-DYDPZTh3.js +0 -116
- package/build/static/demo/v2/preview/html/assets/ix-tooltip.entry-B3OAo7KI.js +0 -323
- package/build/static/demo/v2/preview/html/assets/ix-tree-item.entry-B9TJWbAS.js +0 -29
- package/build/static/demo/v2/preview/html/assets/ix-tree.entry-CXHFBasF.js +0 -565
- package/build/static/demo/v2/preview/html/assets/ix-typography.entry-CKE9lrxh.js +0 -35
- package/build/static/demo/v2/preview/html/assets/ix-upload.entry-DTSd5XcB.js +0 -146
- package/build/static/demo/v2/preview/html/assets/ix-validation-tooltip.entry-Bp14nH7v.js +0 -148
- package/build/static/demo/v2/preview/html/assets/ix-workflow-step.entry-ex_QWvGT.js +0 -113
- package/build/static/demo/v2/preview/html/assets/ix-workflow-steps.entry-BwU38cRN.js +0 -77
- package/build/static/demo/v2/preview/html/assets/key-value-list-with-icon-DvjmhyTb.js +0 -7
- package/build/static/demo/v2/preview/html/assets/key-value-with-icon-DvjmhyTb.js +0 -7
- package/build/static/demo/v2/preview/html/assets/listener-DAJkOQte-DGNnuSYS.js +0 -64
- package/build/static/demo/v2/preview/html/assets/loading-BXrBjA-1.js +0 -23
- package/build/static/demo/v2/preview/html/assets/menu-category-CmKyAsFA.js +0 -14
- package/build/static/demo/v2/preview/html/assets/menu-with-bottom-tabs-BLVMKkzr.js +0 -8
- package/build/static/demo/v2/preview/html/assets/message-CK1bMRwy.js +0 -21
- package/build/static/demo/v2/preview/html/assets/message-bar-removal-DR5s4k9Y.js +0 -27
- package/build/static/demo/v2/preview/html/assets/modal-DCXtePY2-Cy6rmdf-.js +0 -224
- package/build/static/demo/v2/preview/html/assets/modal-DTCj9xv6.js +0 -56
- package/build/static/demo/v2/preview/html/assets/modal-close-DvBZQU0s.js +0 -59
- package/build/static/demo/v2/preview/html/assets/modal-form-ix-button-submit-CdhG4fos.js +0 -54
- package/build/static/demo/v2/preview/html/assets/modal-sizes-DfP4lMJe.js +0 -56
- package/build/static/demo/v2/preview/html/assets/number-input-with-slots-Cx2Aydq7.js +0 -7
- package/build/static/demo/v2/preview/html/assets/pill-CYQrUjzD.js +0 -7
- package/build/static/demo/v2/preview/html/assets/pill-variants-DMeJNsdk.js +0 -7
- package/build/static/demo/v2/preview/html/assets/push-card-Cx2Aydq7.js +0 -7
- package/build/static/demo/v2/preview/html/assets/slider-error-B2gQBnmj.js +0 -9
- package/build/static/demo/v2/preview/html/assets/slider-marker-B2gQBnmj.js +0 -9
- package/build/static/demo/v2/preview/html/assets/slider-trace-B2gQBnmj.js +0 -9
- package/build/static/demo/v2/preview/html/assets/split-button-Cm-3xanw.js +0 -7
- package/build/static/demo/v2/preview/html/assets/split-button-icons-Pb98dPf4.js +0 -10
- package/build/static/demo/v2/preview/html/assets/tabs-DwyHd0AA.css +0 -26
- package/build/static/demo/v2/preview/html/assets/tabs-rounded-ZUKHAhKM.js +0 -12
- package/build/static/demo/v2/preview/html/assets/theme-switcher-B0hI-SyR.js +0 -57
- package/build/static/demo/v2/preview/html/assets/theme-switcher-DRqJGlG2-DVSIP9tc.js +0 -154
- package/build/static/demo/v2/preview/html/assets/tile-CRXZyA1m.js +0 -8
- package/build/static/demo/v2/preview/html/assets/time-input-with-slots-Cx2Aydq7.js +0 -7
- package/build/static/demo/v2/preview/html/assets/toast-BQG20qyd.js +0 -18
- package/build/static/demo/v2/preview/html/assets/toast-custom-C5E6zvIz.js +0 -51
- package/build/static/demo/v2/preview/html/assets/toast-position-IqUdn8fd.js +0 -19
- package/build/static/demo/v2/preview/html/assets/toggle-button-primary-BVJpVMU_.js +0 -29
- package/build/static/demo/v2/preview/html/assets/toggle-button-secondary-BVJpVMU_.js +0 -29
- package/build/static/demo/v2/preview/html/assets/toggle-button-subtle-primary-BVJpVMU_.js +0 -29
- package/build/static/demo/v2/preview/html/assets/toggle-button-subtle-secondary-BVJpVMU_.js +0 -29
- package/build/static/demo/v2/preview/html/assets/toggle-button-subtle-tertiary-BVJpVMU_.js +0 -29
- package/build/static/demo/v2/preview/html/assets/toggle-button-tertiary-BVJpVMU_.js +0 -29
- package/build/static/demo/v2/preview/html/assets/tooltip-with-icon-BWkz7LQY.js +0 -8
- package/build/static/demo/v2/preview/html/assets/tree-custom-C_mQdugw.js +0 -5
- package/build/static/demo/v2/preview/html/assets/validation-LJh16vt2-UdKtJkBO.js +0 -113
- package/build/static/demo/v2/preview/html/assets/validation-select-CMs25Dg2.js +0 -10
- package/build/static/demo/v2/preview/html/assets/vertical-tabs-DKf44fhh.js +0 -10
- package/build/static/demo/v2/preview/html/assets/vertical-tabs-with-avatar-DKf44fhh.js +0 -10
- package/build/static/demo/v2/preview/html/preview-examples/button-danger-ghost.html +0 -25
- package/build/static/demo/v2/preview/html/preview-examples/button-danger-outline.html +0 -25
- package/build/static/demo/v2/preview/html/preview-examples/button-danger.html +0 -25
- package/build/static/demo/v2/preview/html/preview-examples/button-ghost.html +0 -25
- package/build/static/demo/v2/preview/html/preview-examples/button-grey-ghost.html +0 -25
- package/build/static/demo/v2/preview/html/preview-examples/button-grey-secondary.html +0 -25
- package/build/static/demo/v2/preview/html/preview-examples/button-grey.html +0 -25
- package/build/static/demo/v2/preview/mobile/assets/index-Cb8JzLCD.css +0 -1
- package/build/static/demo/v2/preview/mobile/assets/index-legacy-CV7qwkmv.js +0 -40
- package/build/static/demo/v2/preview/mobile/assets/index-tG1msN8d.js +0 -2
- package/build/static/demo/v2/preview/mobile/assets/index7-BVykQAGa.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/index7-legacy-DIpaUH_L.js +0 -5
- package/build/static/demo/v2/preview/mobile/assets/index8-C1VsBkFg.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/index8-legacy-DfhFlETg.js +0 -5
- package/build/static/demo/v2/preview/mobile/assets/input-shims-F2xyuCfH.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/input-shims-legacy-CZmhr3mq.js +0 -5
- package/build/static/demo/v2/preview/mobile/assets/ios.transition-DzN_ve-U.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/ios.transition-legacy-DSWw7f_l.js +0 -5
- package/build/static/demo/v2/preview/mobile/assets/keyboard-CaU0mHhd.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/keyboard-legacy-CA1Yz_wf.js +0 -5
- package/build/static/demo/v2/preview/mobile/assets/md.transition-legacy-RnTthqK5.js +0 -5
- package/build/static/demo/v2/preview/mobile/assets/md.transition-oZhE-IYg.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/status-tap-BS9Rbw4h.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/status-tap-legacy-BLnFmdg2.js +0 -5
- package/build/static/demo/v2/preview/mobile/assets/swipe-back-A1k4DuvU.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/swipe-back-legacy-D1U1WQm6.js +0 -5
- package/build/static/demo/v2/preview/mobile/assets/web-D3ntWFQm.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/web-DrCvflKZ.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/web-legacy-Dzx54M_-.js +0 -1
- package/build/static/demo/v2/preview/mobile/assets/web-legacy-Gp8y66Ee.js +0 -1
- package/build/static/demo/v2/react/button-danger-ghost.tsx +0 -25
- package/build/static/demo/v2/react/button-danger-outline.tsx +0 -25
- package/build/static/demo/v2/react/button-danger.tsx +0 -23
- package/build/static/demo/v2/react/button-ghost.tsx +0 -25
- package/build/static/demo/v2/react/button-grey-ghost.tsx +0 -25
- package/build/static/demo/v2/react/button-grey-secondary.tsx +0 -25
- package/build/static/demo/v2/react/button-grey.tsx +0 -23
- package/build/static/demo/v2/vue/button-danger-ghost.vue +0 -19
- package/build/static/demo/v2/vue/button-danger-outline.vue +0 -19
- package/build/static/demo/v2/vue/button-danger.vue +0 -19
- package/build/static/demo/v2/vue/button-ghost.vue +0 -19
- package/build/static/demo/v2/vue/button-grey-ghost.vue +0 -19
- package/build/static/demo/v2/vue/button-grey-secondary.vue +0 -19
- package/build/static/demo/v2/vue/button-grey.vue +0 -19
- package/build/static/storybook-static/assets/Color-ASIRERSW-nfY0GATl.js +0 -1
- package/build/static/storybook-static/assets/DocsRenderer-GHJI37HO-CUf05ovX.js +0 -10
- package/build/static/storybook-static/assets/WithTooltip-IO6J4KBT-DxBm-5m_.js +0 -9
- package/build/static/storybook-static/assets/a11y-action-card.stories-BbwhsoRk.js +0 -72
- package/build/static/storybook-static/assets/a11y-menu.stories-DbQOlShX.js +0 -216
- package/build/static/storybook-static/assets/action-card.stories-B1YkSn-C.js +0 -86
- package/build/static/storybook-static/assets/application-header.stories-BkWiZKqz.js +0 -158
- package/build/static/storybook-static/assets/avatar.stories-D2pV0mRT.js +0 -30
- package/build/static/storybook-static/assets/axe-CEcnmrC5.js +0 -20
- package/build/static/storybook-static/assets/blind.stories-CdWdBFmS.js +0 -8
- package/build/static/storybook-static/assets/blocks-C3EYOLvc.js +0 -750
- package/build/static/storybook-static/assets/breakcrumb.stories-DJChyaM3.js +0 -12
- package/build/static/storybook-static/assets/button-group.stories-C22psqXZ.js +0 -14
- package/build/static/storybook-static/assets/button.stories-BYptlnAU.js +0 -89
- package/build/static/storybook-static/assets/checkbox-group.stories-ByH_08jS.js +0 -16
- package/build/static/storybook-static/assets/checkbox.stories-DVhP4aGq.js +0 -21
- package/build/static/storybook-static/assets/chip.stories-C5wVqb0Y.js +0 -50
- package/build/static/storybook-static/assets/date-dropdown.stories-B4YVk13d.js +0 -3
- package/build/static/storybook-static/assets/drawer.stories-CzolbRQJ.js +0 -24
- package/build/static/storybook-static/assets/dropdown-button.stories-CwPA11oe.js +0 -91
- package/build/static/storybook-static/assets/event-list-item.stories-C-inJhfJ.js +0 -37
- package/build/static/storybook-static/assets/event-list.stories-BVRTsw6L.js +0 -15
- package/build/static/storybook-static/assets/expanding-search.stories-D6tVxUG-.js +0 -5
- package/build/static/storybook-static/assets/flip-tile.stories-mSAvSX9f.js +0 -12
- package/build/static/storybook-static/assets/formatter-QJ4M4OGQ-BXIe2nrO.js +0 -1
- package/build/static/storybook-static/assets/generic-render-Ck1ibjH2.js +0 -1
- package/build/static/storybook-static/assets/group.stories-D4rsA5Xe.js +0 -20
- package/build/static/storybook-static/assets/iframe-BmMaT-EF.css +0 -1
- package/build/static/storybook-static/assets/iframe-D1EC8WSq.js +0 -1778
- package/build/static/storybook-static/assets/index-BgqySqBU.js +0 -1
- package/build/static/storybook-static/assets/input-date.stories-nJkmCWDH.js +0 -7
- package/build/static/storybook-static/assets/input-number.stories-DyPMdPGS.js +0 -70
- package/build/static/storybook-static/assets/input-time.stories-CtK1QF2K.js +0 -7
- package/build/static/storybook-static/assets/input.stories-C0jVBVIt.js +0 -31
- package/build/static/storybook-static/assets/introduction-DltxPVuE.js +0 -10
- package/build/static/storybook-static/assets/link-button.stories-x1N5kaVk.js +0 -5
- package/build/static/storybook-static/assets/menu-category.stories-CKK4mtdd.js +0 -16
- package/build/static/storybook-static/assets/menu-item.stories-D9C6uamw.js +0 -35
- package/build/static/storybook-static/assets/menu.stories-C6lGTmYv.js +0 -18
- package/build/static/storybook-static/assets/message-bar.stories-53duOy_b.js +0 -47
- package/build/static/storybook-static/assets/modal.stories-hrVfYfCv.js +0 -69
- package/build/static/storybook-static/assets/pagination.stories-Cfx1ZT7M.js +0 -1
- package/build/static/storybook-static/assets/pane.stories-BhVbBHDN.js +0 -23
- package/build/static/storybook-static/assets/pill.stories-B-U0C7q5.js +0 -50
- package/build/static/storybook-static/assets/progress-indicator.stories-DaHco4dS.js +0 -27
- package/build/static/storybook-static/assets/push-card.stories-B0K_CX4q.js +0 -10
- package/build/static/storybook-static/assets/radio-group.stories-0oNZxDis.js +0 -14
- package/build/static/storybook-static/assets/radio.stories-CXELII5n.js +0 -12
- package/build/static/storybook-static/assets/sample-CrjnuCO3.js +0 -1
- package/build/static/storybook-static/assets/select.stories-CwEbQ2-g.js +0 -131
- package/build/static/storybook-static/assets/slider.stories-BraDYSA6.js +0 -25
- package/build/static/storybook-static/assets/spinner.stories-B9e0Xz90.js +0 -5
- package/build/static/storybook-static/assets/split-button.stories-CvoJUu3l.js +0 -23
- package/build/static/storybook-static/assets/syntaxhighlighter-IQDEPFLK-DajpUiEP.js +0 -6
- package/build/static/storybook-static/assets/textarea.stories-X3YhH2Rb.js +0 -16
- package/build/static/storybook-static/assets/tile.stories-g5wuk87W.js +0 -3
- package/build/static/storybook-static/assets/time-picker.stories-DLrUPcU2.js +0 -42
- package/build/static/storybook-static/assets/toast.stories-Tx8Bdpsn.js +0 -9
- package/build/static/storybook-static/assets/toggle-button.stories-CJ5EV86c.js +0 -70
- package/build/static/storybook-static/assets/toggle.stories-Ymex-dBn.js +0 -46
- package/build/static/storybook-static/assets/tree.stories-CqF14Q8r.js +0 -71
- /package/build/docs/autogenerated/usage/angular/{button-danger-ghost.css.md → button-danger-primary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular/{button-danger.html.md → button-danger-primary.html.md} +0 -0
- /package/build/docs/autogenerated/usage/angular/{button-danger-outline.css.md → button-danger-secondary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular/{button-danger-outline.html.md → button-danger-secondary.html.md} +0 -0
- /package/build/docs/autogenerated/usage/angular/{button-danger.css.md → button-danger-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular/{button-ghost.css.md → button-subtle-primary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular/{button-grey-ghost.css.md → button-subtle-secondary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular/{button-grey-secondary.css.md → button-subtle-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular/{button-grey.css.md → button-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular_standalone/{button-danger-ghost.css.md → button-danger-primary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular_standalone/{button-danger.html.md → button-danger-primary.html.md} +0 -0
- /package/build/docs/autogenerated/usage/angular_standalone/{button-danger-outline.css.md → button-danger-secondary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular_standalone/{button-danger-outline.html.md → button-danger-secondary.html.md} +0 -0
- /package/build/docs/autogenerated/usage/angular_standalone/{button-danger.css.md → button-danger-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular_standalone/{button-ghost.css.md → button-subtle-primary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular_standalone/{button-grey-ghost.css.md → button-subtle-secondary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular_standalone/{button-grey-secondary.css.md → button-subtle-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/angular_standalone/{button-grey.css.md → button-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/html/{button-danger-ghost.css.md → button-danger-primary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/html/{button-danger-outline.css.md → button-danger-secondary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/html/{button-danger.css.md → button-danger-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/html/{button-ghost.css.md → button-subtle-primary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/html/{button-grey-ghost.css.md → button-subtle-secondary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/html/{button-grey-secondary.css.md → button-subtle-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/html/{button-grey.css.md → button-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/react/{button-danger-ghost.scoped.css.md → button-danger-primary.scoped.css.md} +0 -0
- /package/build/docs/autogenerated/usage/react/{button-danger-outline.scoped.css.md → button-danger-secondary.scoped.css.md} +0 -0
- /package/build/docs/autogenerated/usage/react/{button-danger.scoped.css.md → button-danger-tertiary.scoped.css.md} +0 -0
- /package/build/docs/autogenerated/usage/react/{button-ghost.scoped.css.md → button-subtle-primary.scoped.css.md} +0 -0
- /package/build/docs/autogenerated/usage/react/{button-grey-ghost.scoped.css.md → button-subtle-secondary.scoped.css.md} +0 -0
- /package/build/docs/autogenerated/usage/react/{button-grey-secondary.scoped.css.md → button-subtle-tertiary.scoped.css.md} +0 -0
- /package/build/docs/autogenerated/usage/react/{button-grey.scoped.css.md → button-tertiary.scoped.css.md} +0 -0
- /package/build/docs/autogenerated/usage/vue/{button-danger-ghost.css.md → button-danger-primary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/vue/{button-danger-outline.css.md → button-danger-secondary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/vue/{button-danger.css.md → button-danger-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/vue/{button-ghost.css.md → button-subtle-primary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/vue/{button-grey-ghost.css.md → button-subtle-secondary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/vue/{button-grey-secondary.css.md → button-subtle-tertiary.css.md} +0 -0
- /package/build/docs/autogenerated/usage/vue/{button-grey.css.md → button-tertiary.css.md} +0 -0
- /package/build/static/demo/v2/angular/{button-danger-ghost.css → button-danger-primary.css} +0 -0
- /package/build/static/demo/v2/angular/{button-danger.html → button-danger-primary.html} +0 -0
- /package/build/static/demo/v2/angular/{button-danger-outline.css → button-danger-secondary.css} +0 -0
- /package/build/static/demo/v2/angular/{button-danger-outline.html → button-danger-secondary.html} +0 -0
- /package/build/static/demo/v2/angular/{button-danger.css → button-danger-tertiary.css} +0 -0
- /package/build/static/demo/v2/angular/{button-ghost.css → button-subtle-primary.css} +0 -0
- /package/build/static/demo/v2/angular/{button-grey-ghost.css → button-subtle-secondary.css} +0 -0
- /package/build/static/demo/v2/angular/{button-grey-secondary.css → button-subtle-tertiary.css} +0 -0
- /package/build/static/demo/v2/angular/{button-grey.css → button-tertiary.css} +0 -0
- /package/build/static/demo/v2/angular_standalone/{button-danger-ghost.css → button-danger-primary.css} +0 -0
- /package/build/static/demo/v2/angular_standalone/{button-danger.html → button-danger-primary.html} +0 -0
- /package/build/static/demo/v2/angular_standalone/{button-danger-outline.css → button-danger-secondary.css} +0 -0
- /package/build/static/demo/v2/angular_standalone/{button-danger-outline.html → button-danger-secondary.html} +0 -0
- /package/build/static/demo/v2/angular_standalone/{button-danger.css → button-danger-tertiary.css} +0 -0
- /package/build/static/demo/v2/angular_standalone/{button-ghost.css → button-subtle-primary.css} +0 -0
- /package/build/static/demo/v2/angular_standalone/{button-grey-ghost.css → button-subtle-secondary.css} +0 -0
- /package/build/static/demo/v2/angular_standalone/{button-grey-secondary.css → button-subtle-tertiary.css} +0 -0
- /package/build/static/demo/v2/angular_standalone/{button-grey.css → button-tertiary.css} +0 -0
- /package/build/static/demo/v2/html/{button-danger-ghost.css → button-danger-primary.css} +0 -0
- /package/build/static/demo/v2/html/{button-danger-outline.css → button-danger-secondary.css} +0 -0
- /package/build/static/demo/v2/html/{button-danger.css → button-danger-tertiary.css} +0 -0
- /package/build/static/demo/v2/html/{button-ghost.css → button-subtle-primary.css} +0 -0
- /package/build/static/demo/v2/html/{button-grey-ghost.css → button-subtle-secondary.css} +0 -0
- /package/build/static/demo/v2/html/{button-grey-secondary.css → button-subtle-tertiary.css} +0 -0
- /package/build/static/demo/v2/html/{button-grey.css → button-tertiary.css} +0 -0
- /package/build/static/demo/v2/preview/html/assets/{button-danger-ghost-DguptRVu.css → button-danger-primary-DguptRVu.css} +0 -0
- /package/build/static/demo/v2/react/{button-danger-ghost.scoped.css → button-danger-primary.scoped.css} +0 -0
- /package/build/static/demo/v2/react/{button-danger-outline.scoped.css → button-danger-secondary.scoped.css} +0 -0
- /package/build/static/demo/v2/react/{button-danger.scoped.css → button-danger-tertiary.scoped.css} +0 -0
- /package/build/static/demo/v2/react/{button-ghost.scoped.css → button-subtle-primary.scoped.css} +0 -0
- /package/build/static/demo/v2/react/{button-grey-ghost.scoped.css → button-subtle-secondary.scoped.css} +0 -0
- /package/build/static/demo/v2/react/{button-grey-secondary.scoped.css → button-subtle-tertiary.scoped.css} +0 -0
- /package/build/static/demo/v2/react/{button-grey.scoped.css → button-tertiary.scoped.css} +0 -0
- /package/build/static/demo/v2/vue/{button-danger-ghost.css → button-danger-primary.css} +0 -0
- /package/build/static/demo/v2/vue/{button-danger-outline.css → button-danger-secondary.css} +0 -0
- /package/build/static/demo/v2/vue/{button-danger.css → button-danger-tertiary.css} +0 -0
- /package/build/static/demo/v2/vue/{button-ghost.css → button-subtle-primary.css} +0 -0
- /package/build/static/demo/v2/vue/{button-grey-ghost.css → button-subtle-secondary.css} +0 -0
- /package/build/static/demo/v2/vue/{button-grey-secondary.css → button-subtle-tertiary.css} +0 -0
- /package/build/static/demo/v2/vue/{button-grey.css → button-tertiary.css} +0 -0
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, H as Host } from "./global-7ZbTfMw3.js";
|
|
2
|
+
import { a as animate } from "./anime.esm-DhE1t8Qh-cS95-bBh.js";
|
|
3
|
+
import { q as iconClose, z as iconNotification, i as iconInfo, c as iconSuccess, a as iconWarning, A as iconWarningRhomb, b as iconError } from "./index-BBzEV-f4-ChQfUIyc.js";
|
|
4
|
+
const messageBarCss = () => `:host{margin:0.5rem 0.5rem 0rem 0.5rem}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host .message-container{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:nowrap;justify-content:space-between;min-height:3.375rem;padding:calc(0.75rem - var(--theme-message-bar--border-thickness)) 0.75rem calc(0.75rem - var(--theme-message-bar--border-thickness)) 1rem;border-radius:var(--theme-message-bar--border-radius);background-color:var(--theme-messagebar--background)}:host .alarm{border:solid var(--theme-message-bar--border-thickness) var(--theme-color-alarm)}:host .danger{border:solid var(--theme-message-bar--border-thickness) var(--theme-color-alarm)}:host .critical{border:solid var(--theme-message-bar--border-thickness) var(--theme-color-critical)}:host .warning{border:solid var(--theme-message-bar--border-thickness) var(--theme-color-warning)}:host .success{border:solid var(--theme-message-bar--border-thickness) var(--theme-color-success)}:host .info{border:solid var(--theme-message-bar--border-thickness) var(--theme-color-info)}:host .neutral{border:solid var(--theme-message-bar--border-thickness) var(--theme-color-neutral)}:host .primary{border:solid var(--theme-message-bar--border-thickness) var(--theme-color-primary)}:host .message-content{flex-grow:1;align-self:center;min-height:1.25rem;padding:0 1rem;font-weight:normal;white-space:normal}:host ix-icon{margin-top:0.25rem}:host .message-bar-hidden{display:none}`;
|
|
5
|
+
const MessageBar = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
this.closedChange = createEvent(this, "closedChange", 7);
|
|
9
|
+
this.closeAnimationCompleted = createEvent(this, "closeAnimationCompleted", 7);
|
|
10
|
+
this.type = "info";
|
|
11
|
+
this.persistent = false;
|
|
12
|
+
}
|
|
13
|
+
componentWillRender() {
|
|
14
|
+
const config = MessageBar.messageTypeConfigs[this.type];
|
|
15
|
+
if (config) {
|
|
16
|
+
this.icon = config.icon;
|
|
17
|
+
this.color = config.color;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
closeAlert(el) {
|
|
21
|
+
const { defaultPrevented } = this.closedChange.emit();
|
|
22
|
+
if (!defaultPrevented) {
|
|
23
|
+
animate(el, {
|
|
24
|
+
duration: MessageBar.duration,
|
|
25
|
+
opacity: [1, 0],
|
|
26
|
+
easing: "easeOutSine",
|
|
27
|
+
onComplete: () => {
|
|
28
|
+
el.classList.add("message-bar-hidden");
|
|
29
|
+
this.closeAnimationCompleted.emit();
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
render() {
|
|
35
|
+
return h(Host, { key: "77cde4e0a2aa39b0838ccef1fe84dcd85a99f0e1" }, h("div", { key: "319882aba72c886393d8162442a56dc8404ed386", class: { "message-container": true, [this.type]: true }, role: "alert", ref: (el) => this.divElement = el }, h("ix-icon", { key: "a204e1952605dc54532a3a862c8d00f9c049727d", color: this.color, name: this.icon }), h("div", { key: "a1870021581d39097b24fae111a0f3418516cc1b", class: "message-content" }, h("slot", { key: "96e9f8283842a5ef183e62b0b49ea879a61f303e" })), !this.persistent && h("ix-icon-button", { key: "a136f9c0b1b557c3f789b569bbef64802f70cc26", icon: iconClose, iconColor: "color-soft-text", size: "24", variant: "tertiary", onClick: () => {
|
|
36
|
+
if (this.divElement) {
|
|
37
|
+
this.closeAlert(this.divElement);
|
|
38
|
+
}
|
|
39
|
+
}, "data-testid": "close-btn" })));
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
MessageBar.duration = 300;
|
|
43
|
+
MessageBar.messageTypeConfigs = {
|
|
44
|
+
//TODO(IX-3400): Replace icon colors with proper CSS variables when available
|
|
45
|
+
alarm: { icon: iconError, color: "color-alarm" },
|
|
46
|
+
critical: { icon: iconWarningRhomb, color: "color-critical" },
|
|
47
|
+
warning: { icon: iconWarning, color: "color-warning-text" },
|
|
48
|
+
success: { icon: iconSuccess, color: "color-success" },
|
|
49
|
+
info: { icon: iconInfo, color: "color-info" },
|
|
50
|
+
neutral: { icon: iconNotification, color: "color-neutral" },
|
|
51
|
+
primary: { icon: iconNotification, color: "color-primary" }
|
|
52
|
+
};
|
|
53
|
+
MessageBar.style = messageBarCss();
|
|
54
|
+
export {
|
|
55
|
+
MessageBar as ix_message_bar
|
|
56
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { r as registerInstance, h, H as Host, c as createEvent, g as getElement } from "./global-7ZbTfMw3.js";
|
|
2
|
+
import { a as closestPassShadow } from "./shadow-dom-i60z1FJC-Cx4XiL3F.js";
|
|
3
|
+
import { q as iconClose } from "./index-BBzEV-f4-ChQfUIyc.js";
|
|
4
|
+
const modalContentCss = () => `:host{display:block;position:relative;overflow:auto;padding:0 0.5rem 0.5rem}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}`;
|
|
5
|
+
const ModalContent = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
}
|
|
9
|
+
render() {
|
|
10
|
+
return h(Host, { key: "60b3a1c2a24a678788c823dde41f743d9bfa5aa7" }, h("slot", { key: "bba0935551ec0c9078c4ce867827bef053234cc2" }));
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
ModalContent.style = modalContentCss();
|
|
14
|
+
const modalHeaderCss = () => `:host{display:flex;padding:0.5rem 0 0.5rem 0.5rem;align-items:center;gap:1rem}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host .modal-title{flex-grow:1}:host .modal-close{align-self:flex-start}`;
|
|
15
|
+
const ModalHeader = class {
|
|
16
|
+
constructor(hostRef) {
|
|
17
|
+
registerInstance(this, hostRef);
|
|
18
|
+
this.closeClick = createEvent(this, "closeClick", 7);
|
|
19
|
+
this.hideClose = false;
|
|
20
|
+
this.ariaLabelCloseIconButton = "Close modal";
|
|
21
|
+
}
|
|
22
|
+
onIconChange(icon) {
|
|
23
|
+
if (this.parentDialog) {
|
|
24
|
+
if (icon) {
|
|
25
|
+
this.parentDialog.classList.add("with-icon");
|
|
26
|
+
} else {
|
|
27
|
+
this.parentDialog.classList.remove("with-icon");
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
componentDidLoad() {
|
|
32
|
+
this.parentDialog = closestPassShadow(this.hostElement, "ix-modal");
|
|
33
|
+
this.onIconChange(this.icon);
|
|
34
|
+
}
|
|
35
|
+
onCloseClick(event) {
|
|
36
|
+
const ce = this.closeClick.emit(event);
|
|
37
|
+
if (ce.defaultPrevented || event.defaultPrevented) {
|
|
38
|
+
return;
|
|
39
|
+
}
|
|
40
|
+
this.parentDialog.dismissModal();
|
|
41
|
+
}
|
|
42
|
+
render() {
|
|
43
|
+
return h(Host, { key: "fe31f33b0c3ce2cca9e5681978bd9200d894a526" }, this.icon ? h("ix-icon", { name: this.icon, color: this.iconColor, size: "32", "aria-label": this.ariaLabelIcon }) : null, h("div", { key: "04284e4fb5bf5c1255a36ca5cf42cf0a3993bdbe", class: "modal-title" }, h("ix-typography", { key: "fe6b10d56e689087b4cc97e05908ef047a4cea2e", format: "h5" }, h("slot", { key: "65426838b385f9644ee48c7565ec0fe93b9c4764" }))), !this.hideClose ? h("ix-icon-button", { class: "modal-close", onClick: (event) => this.onCloseClick(event), variant: "tertiary", icon: iconClose, iconColor: "color-soft-text", "aria-label": this.ariaLabelCloseIconButton }) : null);
|
|
44
|
+
}
|
|
45
|
+
get hostElement() {
|
|
46
|
+
return getElement(this);
|
|
47
|
+
}
|
|
48
|
+
static get watchers() {
|
|
49
|
+
return {
|
|
50
|
+
"icon": [{
|
|
51
|
+
"onIconChange": 0
|
|
52
|
+
}]
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
};
|
|
56
|
+
ModalHeader.style = modalHeaderCss();
|
|
57
|
+
export {
|
|
58
|
+
ModalContent as ix_modal_content,
|
|
59
|
+
ModalHeader as ix_modal_header
|
|
60
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { r as registerInstance, h, H as Host } from "./global-7ZbTfMw3.js";
|
|
2
|
+
const modalFooterCss = () => `:host{display:flex;padding:0.5rem;justify-content:flex-end;align-items:center;gap:0.5rem;align-self:stretch}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}`;
|
|
3
|
+
const ModalFooter = class {
|
|
4
|
+
constructor(hostRef) {
|
|
5
|
+
registerInstance(this, hostRef);
|
|
6
|
+
}
|
|
7
|
+
render() {
|
|
8
|
+
return h(Host, { key: "939d74c51190e3dcb1e29cd6d69a5001cdd6eaec" }, h("slot", { key: "2805bc8ca2e78d57e7d961e80093dbe3f5dc8dc1" }));
|
|
9
|
+
}
|
|
10
|
+
};
|
|
11
|
+
ModalFooter.style = modalFooterCss();
|
|
12
|
+
export {
|
|
13
|
+
ModalFooter as ix_modal_footer
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { r as registerInstance, h, H as Host } from "./global-7ZbTfMw3.js";
|
|
2
|
+
const modalLoadingCss = () => `:host{display:flex;justify-content:flex-start;align-items:center;gap:0.5rem;overflow:hidden}:host .loading-text{display:block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}`;
|
|
3
|
+
const ModalLoading = class {
|
|
4
|
+
constructor(hostRef) {
|
|
5
|
+
registerInstance(this, hostRef);
|
|
6
|
+
}
|
|
7
|
+
render() {
|
|
8
|
+
return h(Host, { key: "d323b6a4a1650629e0ac5338c97fd7b08929807f" }, h("ix-spinner", { key: "94eab908aa232f0f022da10da6313cbe07388a3c", variant: "primary" }), h("span", { key: "a1d7732187718f8775d626e0a0be49fb7578bec6", class: "loading-text" }, h("slot", { key: "bdbc66e91cc7f9ada60a3cda2f0347b40237d739" })));
|
|
9
|
+
}
|
|
10
|
+
};
|
|
11
|
+
ModalLoading.style = modalLoadingCss();
|
|
12
|
+
export {
|
|
13
|
+
ModalLoading as ix_modal_loading
|
|
14
|
+
};
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from "./global-7ZbTfMw3.js";
|
|
2
|
+
import { a as animate } from "./anime.esm-DhE1t8Qh-cS95-bBh.js";
|
|
3
|
+
import { b as a11yHostAttributes, a as a11yBoolean } from "./a11y-DAzBNVe7-CO1Uj69l.js";
|
|
4
|
+
import { A as Animation } from "./animation-BLaucX4x-BWLd_Wig.js";
|
|
5
|
+
import { O as OnListener } from "./listener-DcAn-vyA-vMwX8dLP.js";
|
|
6
|
+
function waitForElement(selector, doc, timeout = 3e3) {
|
|
7
|
+
return new Promise((resolve, reject) => {
|
|
8
|
+
const startTime = Date.now();
|
|
9
|
+
const checkIfElementExist = () => {
|
|
10
|
+
const dialog = doc.querySelector(selector);
|
|
11
|
+
if (dialog) {
|
|
12
|
+
resolve(dialog);
|
|
13
|
+
} else {
|
|
14
|
+
if (Date.now() - startTime < timeout) {
|
|
15
|
+
setTimeout(checkIfElementExist);
|
|
16
|
+
} else {
|
|
17
|
+
reject();
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
checkIfElementExist();
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
const modalCss = () => `::backdrop{background:var(--theme-color-lightbox, rgba(0, 0, 0, 0.5490196078))}:focus-visible{outline:none !important}:host{display:none}:host dialog{--ix-dialog-padding:1rem;margin:0;padding:var(--ix-dialog-padding);padding-top:calc(var(--ix-dialog-padding) + var(--ix-safe-area-inset-top));padding-bottom:calc(var(--ix-dialog-padding) + var(--ix-safe-area-inset-bottom));left:50%}:host .modal{display:flex;flex-direction:column;position:fixed;border:none;border-radius:var(--theme-default-border-radius);background:var(--theme-modal--background);box-shadow:var(--theme-shadow-4);color:var(--theme-color-std-text);overflow:visible;max-height:80vh;pointer-events:all;overflow-wrap:break-word}:host .modal-size-360{width:22.5rem}:host .modal-size-480{width:30rem}:host .modal-size-600{width:37.5rem}:host .modal-size-720{width:45rem}:host .modal-size-840{width:52.5rem}:host .modal-size-full-width{width:95%}:host .modal-size-full-screen{border-radius:0;left:0 !important;top:0 !important;transform:none !important;box-shadow:none;--ix-dialog-full-screen-height:calc( var(--ix-safe-area-inset-top) + var(--ix-safe-area-inset-bottom) );width:calc(100% - var(--ix-dialog-padding) * 2);min-width:calc(100% - var(--ix-dialog-padding) * 2);max-width:calc(100% - var(--ix-dialog-padding) * 2);min-height:calc(100% - var(--ix-dialog-padding) * 2 - var(--ix-dialog-full-screen-height));max-height:calc(100% - var(--ix-dialog-padding) * 2 - var(--ix-dialog-full-screen-height))}:host dialog.modal-size-full-screen::backdrop{background:var(--theme-modal--background)}:host .dialog-backdrop{display:block;position:fixed;width:100vw;height:100vh;top:0;left:0;pointer-events:none}:host ::slotted(ix-modal-footer){margin-top:auto}:host(.visible){display:block}:host(.align-center) dialog{margin:0;left:50%;top:50%}:host(.no-backdrop) dialog::backdrop{background-color:transparent !important;-webkit-backdrop-filter:none !important;backdrop-filter:none !important}:host(.with-icon) ::slotted(ix-modal-footer),:host(.with-icon) ::slotted(ix-modal-content){margin-left:3rem}`;
|
|
25
|
+
var __decorate = function(decorators, target, key, desc) {
|
|
26
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
27
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
28
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
29
|
+
else
|
|
30
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
31
|
+
if (d = decorators[i])
|
|
32
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
33
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
34
|
+
};
|
|
35
|
+
const Modal = class {
|
|
36
|
+
constructor(hostRef) {
|
|
37
|
+
registerInstance(this, hostRef);
|
|
38
|
+
this.dialogClose = createEvent(this, "dialogClose", 7);
|
|
39
|
+
this.dialogDismiss = createEvent(this, "dialogDismiss", 7);
|
|
40
|
+
this.ariaAttributes = {};
|
|
41
|
+
this.isMouseDownInsideDialog = false;
|
|
42
|
+
this.size = "360";
|
|
43
|
+
this.disableAnimation = false;
|
|
44
|
+
this.hideBackdrop = false;
|
|
45
|
+
this.closeOnBackdropClick = false;
|
|
46
|
+
this.centered = false;
|
|
47
|
+
this.disableEscapeClose = false;
|
|
48
|
+
this.modalVisible = false;
|
|
49
|
+
}
|
|
50
|
+
onKey(e) {
|
|
51
|
+
if (e.key === "Escape") {
|
|
52
|
+
e.preventDefault();
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
get dialog() {
|
|
56
|
+
return this.hostElement.shadowRoot.querySelector("dialog");
|
|
57
|
+
}
|
|
58
|
+
slideInModal() {
|
|
59
|
+
const duration = this.disableAnimation ? 0 : Animation.mediumTime;
|
|
60
|
+
const translateY = this.centered ? ["-90%", "-50%"] : [0, 40];
|
|
61
|
+
animate(this.dialog, {
|
|
62
|
+
duration,
|
|
63
|
+
opacity: [0, 1],
|
|
64
|
+
translateY,
|
|
65
|
+
translateX: ["-50%", "-50%"],
|
|
66
|
+
easing: "easeOutSine"
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
slideOutModal(completeCallback) {
|
|
70
|
+
const duration = this.disableAnimation ? 0 : Animation.mediumTime;
|
|
71
|
+
const translateY = this.centered ? ["-50%", "-90%"] : [40, 0];
|
|
72
|
+
animate(this.dialog, {
|
|
73
|
+
duration,
|
|
74
|
+
opacity: [1, 0],
|
|
75
|
+
translateY,
|
|
76
|
+
translateX: ["-50%", "-50%"],
|
|
77
|
+
easing: "easeInSine",
|
|
78
|
+
complete: () => {
|
|
79
|
+
if (completeCallback) {
|
|
80
|
+
completeCallback();
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
});
|
|
84
|
+
}
|
|
85
|
+
closeDialog(type, reason, emitter) {
|
|
86
|
+
this.slideOutModal(() => {
|
|
87
|
+
this.modalVisible = false;
|
|
88
|
+
this.dialog.close(JSON.stringify({ type, reason }, null, 2));
|
|
89
|
+
emitter.emit(reason);
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
isInsideDialog(event) {
|
|
93
|
+
if (!this.dialog) {
|
|
94
|
+
return false;
|
|
95
|
+
}
|
|
96
|
+
const path = event.composedPath();
|
|
97
|
+
if (!path.includes(this.dialog)) {
|
|
98
|
+
return false;
|
|
99
|
+
}
|
|
100
|
+
if (event.target !== this.dialog) {
|
|
101
|
+
return true;
|
|
102
|
+
}
|
|
103
|
+
const rect = this.dialog.getBoundingClientRect();
|
|
104
|
+
const { clientX, clientY } = event;
|
|
105
|
+
return clientX >= rect.left && clientX <= rect.right && clientY >= rect.top && clientY <= rect.bottom;
|
|
106
|
+
}
|
|
107
|
+
onMouseDown(event) {
|
|
108
|
+
this.isMouseDownInsideDialog = this.isInsideDialog(event);
|
|
109
|
+
}
|
|
110
|
+
onMouseUp(event) {
|
|
111
|
+
const isMouseUpInsideDialog = this.isInsideDialog(event);
|
|
112
|
+
if (this.closeOnBackdropClick && !this.isMouseDownInsideDialog && !isMouseUpInsideDialog) {
|
|
113
|
+
this.dismissModal();
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* Show the dialog
|
|
118
|
+
*/
|
|
119
|
+
async showModal() {
|
|
120
|
+
try {
|
|
121
|
+
const dialog = await waitForElement("dialog", this.hostElement.shadowRoot);
|
|
122
|
+
this.modalVisible = true;
|
|
123
|
+
dialog.showModal();
|
|
124
|
+
this.slideInModal();
|
|
125
|
+
} catch (_a) {
|
|
126
|
+
console.error("HTMLDialogElement not existing");
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* Dismiss the dialog
|
|
131
|
+
*/
|
|
132
|
+
async dismissModal(reason) {
|
|
133
|
+
if (!this.modalVisible) {
|
|
134
|
+
return;
|
|
135
|
+
}
|
|
136
|
+
let allowDismiss = true;
|
|
137
|
+
if (this.beforeDismiss !== void 0) {
|
|
138
|
+
allowDismiss = await this.beforeDismiss(reason);
|
|
139
|
+
}
|
|
140
|
+
if (!allowDismiss) {
|
|
141
|
+
return;
|
|
142
|
+
}
|
|
143
|
+
this.closeDialog("dismiss", reason, this.dialogDismiss);
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* Close the dialog
|
|
147
|
+
*/
|
|
148
|
+
async closeModal(reason) {
|
|
149
|
+
if (!this.modalVisible) {
|
|
150
|
+
return;
|
|
151
|
+
}
|
|
152
|
+
this.closeDialog("close", reason, this.dialogClose);
|
|
153
|
+
}
|
|
154
|
+
componentWillLoad() {
|
|
155
|
+
this.ariaAttributes = a11yHostAttributes(this.hostElement);
|
|
156
|
+
}
|
|
157
|
+
render() {
|
|
158
|
+
return h(Host, { key: "4081b8a78aba8b671d6eab5119be700a9b0387cb", class: {
|
|
159
|
+
visible: this.modalVisible,
|
|
160
|
+
"no-backdrop": this.hideBackdrop,
|
|
161
|
+
"align-center": this.centered
|
|
162
|
+
} }, h("div", { key: "a38bd205e6289acdcd76e8e416ea6dbfdb2643e0", class: "dialog-backdrop" }, h("dialog", { key: "b45fa45874bd0cb1f4e658ed0c64db2b8ac7adab", "aria-modal": a11yBoolean(true), "aria-describedby": this.ariaAttributes["aria-describedby"], "aria-labelledby": this.ariaAttributes["aria-labelledby"], class: {
|
|
163
|
+
modal: true,
|
|
164
|
+
[`modal-size-${this.size}`]: true
|
|
165
|
+
}, onClose: () => this.dismissModal(), onMouseDown: (event) => this.onMouseDown(event), onMouseUp: (event) => this.onMouseUp(event), onCancel: (e) => {
|
|
166
|
+
e.preventDefault();
|
|
167
|
+
this.dismissModal();
|
|
168
|
+
} }, h("slot", { key: "1cb176bec05a6a957a216509730ded7814f97c01" }))));
|
|
169
|
+
}
|
|
170
|
+
get hostElement() {
|
|
171
|
+
return getElement(this);
|
|
172
|
+
}
|
|
173
|
+
};
|
|
174
|
+
__decorate([
|
|
175
|
+
OnListener("keydown", (self) => self.disableEscapeClose)
|
|
176
|
+
], Modal.prototype, "onKey", null);
|
|
177
|
+
Modal.style = modalCss();
|
|
178
|
+
export {
|
|
179
|
+
Modal as ix_modal
|
|
180
|
+
};
|
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from "./global-7ZbTfMw3.js";
|
|
2
|
+
import { B as iconMinus, C as iconPlus } from "./index-BBzEV-f4-ChQfUIyc.js";
|
|
3
|
+
import { H as HookValidationLifecycle } from "./validation-CTBekLDe-sG9H3Ujv.js";
|
|
4
|
+
import { m as makeRef } from "./make-ref-bcj7UEIC-BX_OSyqv.js";
|
|
5
|
+
import { d as onInputBlurWithChange, m as mapValidationResult, a as addDisposableChangesAndVisibilityObservers, b as adjustPaddingForStartAndEnd, g as checkInternalValidity, e as SlotStart, I as InputElement, o as onEnterKeyChangeEmit, j as onInputFocus, k as checkAllowedKeys, S as SlotEnd } from "./input.fc-C1ytwpkt-bTPpCuNQ.js";
|
|
6
|
+
import "./anime.esm-DhE1t8Qh-cS95-bBh.js";
|
|
7
|
+
import "./animation-BLaucX4x-BWLd_Wig.js";
|
|
8
|
+
import "./a11y-DAzBNVe7-CO1Uj69l.js";
|
|
9
|
+
import "./mutation-observer-CX81WQtk-DFcmhOTk.js";
|
|
10
|
+
import "./rwd.util-pXYAoEyc-B7dE3uhl.js";
|
|
11
|
+
const numberInputCss = () => `input{min-height:2rem;width:auto;padding:0.25rem 0.5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;text-overflow:ellipsis;border:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color);border-radius:var(--theme-input--border-radius);box-shadow:var(--theme-input--box-shadow);font-feature-settings:"clig" off, "liga" off;font-family:Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}input[type=number]{text-align:right}input[type=number]::-webkit-inner-spin-button{margin-right:-2px;margin-left:2px;display:none}input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--theme-color-component-info) inset !important;-webkit-text-fill-color:var(--theme-input--color--autofill) !important;background-color:var(--theme-input--background--autofill) !important;border:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color--autofill) !important;color:var(--theme-input--color--autofill) !important}input:-webkit-autofill,input:autofill{-webkit-box-shadow:0 0 0 1000px var(--theme-color-component-info) inset !important;-webkit-text-fill-color:var(--theme-input--color--autofill) !important;background-color:var(--theme-input--background--autofill) !important;border:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color--autofill) !important;color:var(--theme-input--color--autofill) !important}input::-moz-placeholder{color:var(--theme-input-hint--color)}input::placeholder{color:var(--theme-input-hint--color)}input.hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:-moz-read-only),input:hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:-moz-read-only){border-color:var(--theme-input--border-color--hover) !important;background-color:var(--theme-input--background--hover)}input.hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),input:hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only){border-color:var(--theme-input--border-color--hover) !important;background-color:var(--theme-input--background--hover)}input.focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:-moz-read-only),input:focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:-moz-read-only){outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus) !important}input.focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),input:focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only){outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus) !important}input:-moz-read-only{box-shadow:none;background-color:transparent;outline:none;border:var(--theme-input--border-thickness) solid var(--theme-input--border-color--readonly)}input.read-only,input:read-only{box-shadow:none;background-color:transparent;outline:none;border:var(--theme-input--border-thickness) solid var(--theme-input--border-color--readonly)}input.read-only::-moz-placeholder,input:read-only::-moz-placeholder{color:transparent}input:-moz-read-only::placeholder{color:transparent}input.read-only::placeholder,input:read-only::placeholder{color:transparent}input:disabled,input.disabled{box-shadow:none;background-color:transparent;outline:none;border:var(--theme-input--border-thickness) solid var(--theme-input--border-color--disabled)}input:disabled::-moz-placeholder,input.disabled::-moz-placeholder{color:transparent}input:disabled::placeholder,input.disabled::placeholder{color:transparent}textarea{min-height:2rem;width:auto;padding:0.25rem 0.5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;text-overflow:ellipsis;border:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color);border-radius:var(--theme-input--border-radius);box-shadow:var(--theme-input--box-shadow);font-feature-settings:"clig" off, "liga" off;font-family:Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}textarea[type=number]{text-align:right}textarea[type=number]::-webkit-inner-spin-button{margin-right:-2px;margin-left:2px;display:none}textarea:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--theme-color-component-info) inset !important;-webkit-text-fill-color:var(--theme-input--color--autofill) !important;background-color:var(--theme-input--background--autofill) !important;border:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color--autofill) !important;color:var(--theme-input--color--autofill) !important}textarea:-webkit-autofill,textarea:autofill{-webkit-box-shadow:0 0 0 1000px var(--theme-color-component-info) inset !important;-webkit-text-fill-color:var(--theme-input--color--autofill) !important;background-color:var(--theme-input--background--autofill) !important;border:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color--autofill) !important;color:var(--theme-input--color--autofill) !important}textarea::-moz-placeholder{color:var(--theme-input-hint--color)}textarea::placeholder{color:var(--theme-input-hint--color)}textarea.hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:-moz-read-only),textarea:hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:-moz-read-only){border-color:var(--theme-input--border-color--hover) !important;background-color:var(--theme-input--background--hover)}textarea.hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),textarea:hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only){border-color:var(--theme-input--border-color--hover) !important;background-color:var(--theme-input--background--hover)}textarea.focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:-moz-read-only),textarea:focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:-moz-read-only){outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus) !important}textarea.focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),textarea:focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only){outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus) !important}textarea:-moz-read-only{box-shadow:none;background-color:transparent;outline:none;border:var(--theme-input--border-thickness) solid var(--theme-input--border-color--readonly)}textarea.read-only,textarea:read-only{box-shadow:none;background-color:transparent;outline:none;border:var(--theme-input--border-thickness) solid var(--theme-input--border-color--readonly)}textarea.read-only::-moz-placeholder,textarea:read-only::-moz-placeholder{color:transparent}textarea:-moz-read-only::placeholder{color:transparent}textarea.read-only::placeholder,textarea:read-only::placeholder{color:transparent}textarea:disabled,textarea.disabled{box-shadow:none;background-color:transparent;outline:none;border:var(--theme-input--border-thickness) solid var(--theme-input--border-color--disabled)}textarea:disabled::-moz-placeholder,textarea.disabled::-moz-placeholder{color:transparent}textarea:disabled::placeholder,textarea.disabled::placeholder{color:transparent}textarea{min-height:2rem;padding:calc(0.375rem - var(--theme-input--border-thickness)) calc(0.5rem - var(--theme-input--border-thickness))}textarea:not([rows]){height:3.25rem}textarea.ix-info:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]),input.ix-info:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]){border-color:var(--theme-input--border-color--info)}textarea.ix-info:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):hover,input.ix-info:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):hover{border-color:var(--theme-input--border-color--info--hover) !important}textarea.ix-info:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):active,input.ix-info:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):active{border-color:var(--theme-input--border-color--info--active) !important}textarea.ix-warning:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]),input.ix-warning:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]){background-color:var(--theme-input--background--warning);border-color:var(--theme-input--border-color--warning--active) !important}textarea.ix-warning:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):hover,input.ix-warning:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):hover{background-color:var(--theme-input--background--warning--hover);border-color:var(--theme-input--border-color--warning--hover) !important}textarea.ix-warning:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):active,input.ix-warning:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):active{border-color:var(--theme-input--border-color--warning--active) !important}textarea[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]),input[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]){background-color:var(--theme-input--background--invalid);border-color:var(--theme-input--border-color--invalid) !important}textarea[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):hover,input[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):hover{background-color:var(--theme-input--background--invalid--hover);border-color:var(--theme-input--border-color--invalid--hover) !important}textarea[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):active,input[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):active{border-color:var(--theme-input--border-color--invalid--active) !important}:host{display:inline-block;position:relative;width:auto}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host .input-wrapper{display:flex;position:relative;align-items:center;width:100%;height:100%}:host input{width:100%;height:100%}:host .start-container,:host .end-container{display:flex;position:absolute;align-items:center;justify-content:center;z-index:1}:host .start-container{left:var(--theme-input--border-thickness)}:host .end-container{right:calc(var(--theme-input--border-thickness) + 0.125rem)}:host .start-container ::slotted(*){margin-left:0.5rem}:host .start-container ::slotted(ix-icon.size-24),:host .start-container ::slotted(ix-icon-button.btn-icon-16){margin-left:0.25rem}:host .start-container ::slotted(ix-icon-button.btn-icon-32){margin-left:0}:host .end-container ::slotted(*){margin-right:0.5rem}:host .end-container ::slotted(ix-icon.size-24),:host .end-container ::slotted(ix-icon-button.btn-icon-16){margin-right:0.25rem}:host .end-container ::slotted(ix-icon-button.btn-icon-32){margin-right:0}:host .bottom-text{margin-top:0.25rem;margin-bottom:0.25rem}:host .input-wrapper:hover input:not(:disabled):not(:-moz-read-only){border-color:var(--theme-input--border-color--hover) !important;background-color:var(--theme-input--background--hover)}:host .input-wrapper:hover input:not(:disabled):not(:read-only){border-color:var(--theme-input--border-color--hover) !important;background-color:var(--theme-input--background--hover)}:host(.disabled){pointer-events:none}:host(.disabled) input,:host(.disabled) textarea{pointer-events:none}:host(.ix-info:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) input{border-color:var(--theme-input--border-color--info)}:host(.ix-info:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) input:hover,:host(.ix-info:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) .input-wrapper:hover input{border-color:var(--theme-input--border-color--info--hover) !important}:host(.ix-info:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) input:active{border-color:var(--theme-input--border-color--info--active) !important}:host(.ix-warning:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) input{background-color:var(--theme-input--background--warning);border-color:var(--theme-input--border-color--warning--active) !important}:host(.ix-warning:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) input:hover,:host(.ix-warning:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) .input-wrapper:hover input{background-color:var(--theme-input--background--warning--hover);border-color:var(--theme-input--border-color--warning--active) !important}:host(.ix-warning:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) input:active{border-color:var(--theme-input--border-color--warning--active) !important}:host([class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) input,:host(.ix-invalid--required:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) input{background-color:var(--theme-input--background--invalid);border-color:var(--theme-input--border-color--invalid) !important}:host([class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) input:hover,:host([class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) .input-wrapper:hover input,:host(.ix-invalid--required:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) input:hover,:host(.ix-invalid--required:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) .input-wrapper:hover input{background-color:var(--theme-input--background--invalid--hover);border-color:var(--theme-input--border-color--invalid--hover) !important}:host([class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) input:active,:host(.ix-invalid--required:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) input:active{border-color:var(--theme-input--border-color--invalid--active) !important}:host .input-wrapper.show-stepper-buttons input[type=number]{min-width:6rem}:host .number-stepper-container{display:flex;position:relative;flex-direction:row;flex-wrap:nowrap}:host .number-stepper-container.container-hidden{display:none}`;
|
|
12
|
+
var __decorate = function(decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
15
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
16
|
+
else
|
|
17
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
18
|
+
if (d = decorators[i])
|
|
19
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
20
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
21
|
+
};
|
|
22
|
+
let numberInputIds = 0;
|
|
23
|
+
const INVALID_NUMBER_INPUT_REGEX = /[^\dEe+\-.,]/;
|
|
24
|
+
const NumberInput = class {
|
|
25
|
+
constructor(hostRef) {
|
|
26
|
+
registerInstance(this, hostRef);
|
|
27
|
+
this.valueChange = createEvent(this, "valueChange", 7);
|
|
28
|
+
this.validityStateChange = createEvent(this, "validityStateChange", 7);
|
|
29
|
+
this.ixBlur = createEvent(this, "ixBlur", 7);
|
|
30
|
+
this.ixChange = createEvent(this, "ixChange", 7);
|
|
31
|
+
if (hostRef.$hostElement$["s-ei"]) {
|
|
32
|
+
this.formInternals = hostRef.$hostElement$["s-ei"];
|
|
33
|
+
} else {
|
|
34
|
+
this.formInternals = hostRef.$hostElement$.attachInternals();
|
|
35
|
+
hostRef.$hostElement$["s-ei"] = this.formInternals;
|
|
36
|
+
}
|
|
37
|
+
this.value = 0;
|
|
38
|
+
this.required = false;
|
|
39
|
+
this.disabled = false;
|
|
40
|
+
this.readonly = false;
|
|
41
|
+
this.step = 1;
|
|
42
|
+
this.suppressSubmitOnEnter = false;
|
|
43
|
+
this.textAlignment = "end";
|
|
44
|
+
this.allowEmptyValueChange = false;
|
|
45
|
+
this.isInvalid = false;
|
|
46
|
+
this.isValid = false;
|
|
47
|
+
this.isInfo = false;
|
|
48
|
+
this.isWarning = false;
|
|
49
|
+
this.isInvalidByRequired = false;
|
|
50
|
+
this.inputRef = makeRef();
|
|
51
|
+
this.slotEndRef = makeRef();
|
|
52
|
+
this.slotStartRef = makeRef();
|
|
53
|
+
this.numberInputId = `number-input-${numberInputIds++}`;
|
|
54
|
+
this.touched = false;
|
|
55
|
+
this.handleInputChange = (inputValue) => {
|
|
56
|
+
const parsedValue = this.convertNumberStringToFloat(inputValue);
|
|
57
|
+
const isScientificNotation = this.isScientificNotation(inputValue.trim());
|
|
58
|
+
if (isScientificNotation) {
|
|
59
|
+
this.formInternals.setFormValue(inputValue);
|
|
60
|
+
}
|
|
61
|
+
this.handleValueChangeEvent(parsedValue);
|
|
62
|
+
};
|
|
63
|
+
this.handleBlur = () => {
|
|
64
|
+
if (!this.inputRef.current)
|
|
65
|
+
return;
|
|
66
|
+
const inputValue = this.inputRef.current.value;
|
|
67
|
+
const parsedValue = this.convertNumberStringToFloat(inputValue);
|
|
68
|
+
if (parsedValue !== void 0) {
|
|
69
|
+
this.inputRef.current.value = this.formatValue(parsedValue);
|
|
70
|
+
}
|
|
71
|
+
this.updateFormInternalValue(parsedValue);
|
|
72
|
+
onInputBlurWithChange(this, this.inputRef.current, parsedValue);
|
|
73
|
+
this.touched = true;
|
|
74
|
+
};
|
|
75
|
+
this.handleKeyDown = (event) => {
|
|
76
|
+
if (this.disabled || this.readonly) {
|
|
77
|
+
return;
|
|
78
|
+
}
|
|
79
|
+
switch (event.key) {
|
|
80
|
+
case "ArrowUp":
|
|
81
|
+
event.preventDefault();
|
|
82
|
+
this.handleStepOperation("up");
|
|
83
|
+
break;
|
|
84
|
+
case "ArrowDown":
|
|
85
|
+
event.preventDefault();
|
|
86
|
+
this.handleStepOperation("down");
|
|
87
|
+
break;
|
|
88
|
+
}
|
|
89
|
+
};
|
|
90
|
+
this.handleBeforeInput = (e) => {
|
|
91
|
+
var _a, _b;
|
|
92
|
+
if (this.disabled || this.readonly)
|
|
93
|
+
return;
|
|
94
|
+
if (e.inputType === "insertText") {
|
|
95
|
+
const character = e.data;
|
|
96
|
+
if (character && INVALID_NUMBER_INPUT_REGEX.test(character)) {
|
|
97
|
+
e.preventDefault();
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
if (e.inputType === "insertFromPaste") {
|
|
101
|
+
const dt = e.dataTransfer || e.clipboardData;
|
|
102
|
+
const text = (_b = (_a = dt === null || dt === void 0 ? void 0 : dt.getData) === null || _a === void 0 ? void 0 : _a.call(dt, "text")) !== null && _b !== void 0 ? _b : "";
|
|
103
|
+
if (INVALID_NUMBER_INPUT_REGEX.test(text)) {
|
|
104
|
+
e.preventDefault();
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
};
|
|
108
|
+
this.handlePaste = (e) => {
|
|
109
|
+
var _a, _b;
|
|
110
|
+
const text = (_b = (_a = e.clipboardData) === null || _a === void 0 ? void 0 : _a.getData("text")) !== null && _b !== void 0 ? _b : "";
|
|
111
|
+
if (INVALID_NUMBER_INPUT_REGEX.test(text)) {
|
|
112
|
+
e.preventDefault();
|
|
113
|
+
}
|
|
114
|
+
};
|
|
115
|
+
}
|
|
116
|
+
onValueChange(newValue) {
|
|
117
|
+
this.updateFormInternalValue(newValue);
|
|
118
|
+
}
|
|
119
|
+
updateClassMappings(result) {
|
|
120
|
+
mapValidationResult(this, result);
|
|
121
|
+
}
|
|
122
|
+
componentWillLoad() {
|
|
123
|
+
this.updateFormInternalValue(this.value);
|
|
124
|
+
}
|
|
125
|
+
connectedCallback() {
|
|
126
|
+
this.disposableChangesAndVisibilityObservers = addDisposableChangesAndVisibilityObservers(this.hostElement, this.updatePaddings.bind(this));
|
|
127
|
+
}
|
|
128
|
+
disconnectedCallback() {
|
|
129
|
+
var _a;
|
|
130
|
+
(_a = this.disposableChangesAndVisibilityObservers) === null || _a === void 0 ? void 0 : _a.call(this);
|
|
131
|
+
}
|
|
132
|
+
updatePaddings() {
|
|
133
|
+
adjustPaddingForStartAndEnd(this.slotStartRef.current, this.slotEndRef.current, this.inputRef.current);
|
|
134
|
+
}
|
|
135
|
+
convertNumberStringToFloat(input) {
|
|
136
|
+
if (!input || input.trim() === "") {
|
|
137
|
+
return void 0;
|
|
138
|
+
}
|
|
139
|
+
const parsed = Number.parseFloat(input);
|
|
140
|
+
return Number.isNaN(parsed) ? void 0 : parsed;
|
|
141
|
+
}
|
|
142
|
+
isScientificNotation(input) {
|
|
143
|
+
const parsed = Number.parseFloat(input);
|
|
144
|
+
return !Number.isNaN(parsed) && Number.isFinite(parsed) && /[eE]/.test(input);
|
|
145
|
+
}
|
|
146
|
+
formatValue(value) {
|
|
147
|
+
if (value === void 0 || value === null) {
|
|
148
|
+
return "";
|
|
149
|
+
}
|
|
150
|
+
return value.toString();
|
|
151
|
+
}
|
|
152
|
+
handleValueChangeEvent(value) {
|
|
153
|
+
this.valueChange.emit(this.allowEmptyValueChange ? value : value !== null && value !== void 0 ? value : 0);
|
|
154
|
+
}
|
|
155
|
+
updateFormInternalValue(value) {
|
|
156
|
+
const formValue = value !== void 0 && value !== null ? value.toString() : "";
|
|
157
|
+
this.formInternals.setFormValue(formValue);
|
|
158
|
+
this.value = value;
|
|
159
|
+
if (this.inputRef.current && this.touched) {
|
|
160
|
+
checkInternalValidity(this, this.inputRef.current);
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
getDecimalPlaces(num) {
|
|
164
|
+
const match = /(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/.exec("" + num);
|
|
165
|
+
if (!match) {
|
|
166
|
+
return 0;
|
|
167
|
+
}
|
|
168
|
+
return Math.max(0, (match[1] ? match[1].length : 0) - (match[2] ? +match[2] : 0));
|
|
169
|
+
}
|
|
170
|
+
handleStepOperation(operation) {
|
|
171
|
+
var _a, _b;
|
|
172
|
+
if (!this.inputRef.current) {
|
|
173
|
+
return;
|
|
174
|
+
}
|
|
175
|
+
const currentValue = (_a = this.convertNumberStringToFloat(this.inputRef.current.value)) !== null && _a !== void 0 ? _a : 0;
|
|
176
|
+
const stepValue = typeof this.step === "string" ? Number.parseFloat(this.step) : (_b = this.step) !== null && _b !== void 0 ? _b : 1;
|
|
177
|
+
let newValue;
|
|
178
|
+
if (operation === "up") {
|
|
179
|
+
newValue = currentValue + stepValue;
|
|
180
|
+
} else {
|
|
181
|
+
newValue = currentValue - stepValue;
|
|
182
|
+
}
|
|
183
|
+
const decimalPlaces = Math.max(this.getDecimalPlaces(currentValue), this.getDecimalPlaces(stepValue));
|
|
184
|
+
newValue = Number(newValue.toFixed(decimalPlaces));
|
|
185
|
+
if (this.min !== void 0) {
|
|
186
|
+
const minValue = typeof this.min === "string" ? Number.parseFloat(this.min) : this.min;
|
|
187
|
+
newValue = Math.max(newValue, minValue);
|
|
188
|
+
}
|
|
189
|
+
if (this.max !== void 0) {
|
|
190
|
+
const maxValue = typeof this.max === "string" ? Number.parseFloat(this.max) : this.max;
|
|
191
|
+
newValue = Math.min(newValue, maxValue);
|
|
192
|
+
}
|
|
193
|
+
this.inputRef.current.value = newValue.toString();
|
|
194
|
+
this.updateFormInternalValue(newValue);
|
|
195
|
+
checkInternalValidity(this, this.inputRef.current);
|
|
196
|
+
this.handleValueChangeEvent(newValue);
|
|
197
|
+
}
|
|
198
|
+
/** @internal */
|
|
199
|
+
async getAssociatedFormElement() {
|
|
200
|
+
return this.formInternals.form;
|
|
201
|
+
}
|
|
202
|
+
/** @internal */
|
|
203
|
+
async hasValidValue() {
|
|
204
|
+
const nativeInput = await this.getNativeInputElement();
|
|
205
|
+
if (nativeInput.value === "") {
|
|
206
|
+
return !this.required;
|
|
207
|
+
}
|
|
208
|
+
const parsedValue = this.convertNumberStringToFloat(nativeInput.value);
|
|
209
|
+
return parsedValue !== void 0;
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
212
|
+
* Returns the native input element used under the hood
|
|
213
|
+
*/
|
|
214
|
+
getNativeInputElement() {
|
|
215
|
+
return this.inputRef.waitForCurrent();
|
|
216
|
+
}
|
|
217
|
+
/**
|
|
218
|
+
* Focuses the input field
|
|
219
|
+
*/
|
|
220
|
+
async focusInput() {
|
|
221
|
+
return (await this.getNativeInputElement()).focus();
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* Returns true if the input field has been touched
|
|
225
|
+
* @internal
|
|
226
|
+
*/
|
|
227
|
+
isTouched() {
|
|
228
|
+
return Promise.resolve(this.touched);
|
|
229
|
+
}
|
|
230
|
+
render() {
|
|
231
|
+
var _a;
|
|
232
|
+
const showStepperButtons = this.showStepperButtons && (this.disabled || this.readonly) === false;
|
|
233
|
+
return h(Host, { key: "c30fd1519c016af6b1ff281846fdf2feb405cb50", class: {
|
|
234
|
+
disabled: this.disabled,
|
|
235
|
+
readonly: this.readonly
|
|
236
|
+
} }, h("ix-field-wrapper", { key: "00d434626f802aca4cea4981b600c379419b6f3d", id: this.numberInputId, required: this.required, label: this.label, helperText: this.helperText, invalidText: this.invalidText, infoText: this.infoText, warningText: this.warningText, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, isInvalid: this.isInvalid, isValid: this.isValid, isInfo: this.isInfo, isWarning: this.isWarning, controlRef: this.inputRef }, h("div", { key: "2c3e976d2867654979b03501e34a34a65be3ed2a", class: {
|
|
237
|
+
"input-wrapper": true,
|
|
238
|
+
"show-stepper-buttons": !!this.showStepperButtons
|
|
239
|
+
} }, h(SlotStart, { key: "46978d9abead04d95eb125e84f3ca7f09eb57af0", slotStartRef: this.slotStartRef, onSlotChange: () => this.updatePaddings() }), h(InputElement, { key: "e4f19802f2903ddc1a9c7b871848c66f72f16f9f", id: this.numberInputId, readonly: this.readonly, disabled: this.disabled, step: this.step, min: this.min, max: this.max, pattern: this.pattern, type: "number", isInvalid: this.isInvalid, required: this.required, value: this.formatValue(this.value), placeholder: this.placeholder, inputRef: this.inputRef, onKeyPress: (event) => checkAllowedKeys(this, event), onKeyDown: (event) => this.handleKeyDown(event), onBeforeInput: (event) => this.handleBeforeInput(event), onPaste: (event) => this.handlePaste(event), onFocus: () => onInputFocus(this, this.value), onEnterKeyChange: (event) => onEnterKeyChangeEmit(event, this, this.value), valueChange: this.handleInputChange, updateFormInternalValue: (value) => {
|
|
240
|
+
const isScientificNotation = this.isScientificNotation(value.trim());
|
|
241
|
+
if (!isScientificNotation) {
|
|
242
|
+
const parsedValue = this.convertNumberStringToFloat(value);
|
|
243
|
+
this.updateFormInternalValue(parsedValue);
|
|
244
|
+
}
|
|
245
|
+
}, onBlur: this.handleBlur, form: (_a = this.formInternals.form) !== null && _a !== void 0 ? _a : void 0, suppressSubmitOnEnter: this.suppressSubmitOnEnter, textAlignment: this.textAlignment }), h(SlotEnd, { key: "9b061d2837b5a95051bd64aebdbbe1b7d2fb823a", slotEndRef: this.slotEndRef, onSlotChange: () => this.updatePaddings() }, h("div", { key: "e7763c463424c7c7cde61fd94a9b191e6264d45e", class: {
|
|
246
|
+
"number-stepper-container": true,
|
|
247
|
+
"container-hidden": !showStepperButtons
|
|
248
|
+
} }, h("ix-icon-button", { key: "d139b84fe7f4dbf78ebf88bd912541ec0b020c98", variant: "subtle-tertiary", icon: iconMinus, size: "16", class: "number-stepper-button step-minus", "aria-label": "decrement number", onClick: () => this.handleStepOperation("down") }), h("ix-icon-button", { key: "5b8508bff24a158b473d5e6732d59dcb716c2d97", variant: "subtle-tertiary", icon: iconPlus, size: "16", class: "number-stepper-button step-plus", "aria-label": "increment number", onClick: () => this.handleStepOperation("up") }))))));
|
|
249
|
+
}
|
|
250
|
+
static get formAssociated() {
|
|
251
|
+
return true;
|
|
252
|
+
}
|
|
253
|
+
get hostElement() {
|
|
254
|
+
return getElement(this);
|
|
255
|
+
}
|
|
256
|
+
static get watchers() {
|
|
257
|
+
return {
|
|
258
|
+
"value": [{
|
|
259
|
+
"onValueChange": 0
|
|
260
|
+
}]
|
|
261
|
+
};
|
|
262
|
+
}
|
|
263
|
+
};
|
|
264
|
+
__decorate([
|
|
265
|
+
HookValidationLifecycle()
|
|
266
|
+
], NumberInput.prototype, "updateClassMappings", null);
|
|
267
|
+
NumberInput.style = numberInputCss();
|
|
268
|
+
export {
|
|
269
|
+
NumberInput as ix_number_input
|
|
270
|
+
};
|