@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,46 @@
|
|
|
1
|
+
System.register([],function(e,t){"use strict";return{execute:function(){var o=document.createElement("style");function r(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}o.textContent='.Home__Event__Container{display:flex;flex-direction:column;flex-wrap:nowrap;margin-top:20px;width:100%;height:100%}:root{--ion-color-primary: #0054e9;--ion-color-primary-rgb: 0, 84, 233;--ion-color-primary-contrast: #fff;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: #004acd;--ion-color-primary-tint: #1a65eb;--ion-color-secondary: #0163aa;--ion-color-secondary-rgb: 1, 99, 170;--ion-color-secondary-contrast: #fff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: #015796;--ion-color-secondary-tint: #1a73b3;--ion-color-tertiary: #6030ff;--ion-color-tertiary-rgb: 96, 48, 255;--ion-color-tertiary-contrast: #fff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: #542ae0;--ion-color-tertiary-tint: #7045ff;--ion-color-success: #2dd55b;--ion-color-success-rgb: 45, 213, 91;--ion-color-success-contrast: #000;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: #28bb50;--ion-color-success-tint: #42d96b;--ion-color-warning: #ffc409;--ion-color-warning-rgb: 255, 196, 9;--ion-color-warning-contrast: #000;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: #e0ac08;--ion-color-warning-tint: #ffca22;--ion-color-danger: #c5000f;--ion-color-danger-rgb: 197, 0, 15;--ion-color-danger-contrast: #fff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: #ad000d;--ion-color-danger-tint: #cb1a27;--ion-color-light: #f4f5f8;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #000;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: #d7d8da;--ion-color-light-tint: #f5f6f9;--ion-color-medium: #636469;--ion-color-medium-rgb: 99, 100, 105;--ion-color-medium-contrast: #fff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: #57585c;--ion-color-medium-tint: #737478;--ion-color-dark: #222428;--ion-color-dark-rgb: 34, 36, 40;--ion-color-dark-contrast: #fff;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: #1e2023;--ion-color-dark-tint: #383a3e}html.ios{--ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif}html.md{--ion-default-font: "Roboto", "Helvetica Neue", sans-serif}html{--ion-dynamic-font: -apple-system-body;--ion-font-family: var(--ion-default-font)}body{background:var(--ion-background-color);color:var(--ion-text-color)}body.backdrop-no-scroll{overflow:hidden}html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,html.ios ion-modal ion-footer ion-toolbar:first-of-type,html.ios ion-footer.modal-footer-moving ion-toolbar:first-of-type{padding-top:6px}html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type{padding-bottom:6px}html.ios ion-modal ion-toolbar,html.ios .modal-footer-moving ion-toolbar{padding-right:calc(var(--ion-safe-area-right) + 8px);padding-left:calc(var(--ion-safe-area-left) + 8px)}@media screen and (min-width:768px){html.ios ion-modal.modal-card:first-of-type{--backdrop-opacity: .18}}ion-modal.modal-default.show-modal~ion-modal.modal-default{--backdrop-opacity: 0;--box-shadow: none}html.ios ion-modal.modal-card .ion-page{border-top-left-radius:var(--border-radius)}.ion-color-primary{--ion-color-base: var(--ion-color-primary, #0054e9) !important;--ion-color-base-rgb: var(--ion-color-primary-rgb, 0, 84, 233) !important;--ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-primary-shade, #004acd) !important;--ion-color-tint: var(--ion-color-primary-tint, #1a65eb) !important}.ion-color-secondary{--ion-color-base: var(--ion-color-secondary, #0163aa) !important;--ion-color-base-rgb: var(--ion-color-secondary-rgb, 1, 99, 170) !important;--ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-secondary-shade, #015796) !important;--ion-color-tint: var(--ion-color-secondary-tint, #1a73b3) !important}.ion-color-tertiary{--ion-color-base: var(--ion-color-tertiary, #6030ff) !important;--ion-color-base-rgb: var(--ion-color-tertiary-rgb, 96, 48, 255) !important;--ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-tertiary-shade, #542ae0) !important;--ion-color-tint: var(--ion-color-tertiary-tint, #7045ff) !important}.ion-color-success{--ion-color-base: var(--ion-color-success, #2dd55b) !important;--ion-color-base-rgb: var(--ion-color-success-rgb, 45, 213, 91) !important;--ion-color-contrast: var(--ion-color-success-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-success-shade, #28bb50) !important;--ion-color-tint: var(--ion-color-success-tint, #42d96b) !important}.ion-color-warning{--ion-color-base: var(--ion-color-warning, #ffc409) !important;--ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;--ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;--ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important}.ion-color-danger{--ion-color-base: var(--ion-color-danger, #c5000f) !important;--ion-color-base-rgb: var(--ion-color-danger-rgb, 197, 0, 15) !important;--ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-danger-shade, #ad000d) !important;--ion-color-tint: var(--ion-color-danger-tint, #cb1a27) !important}.ion-color-light{--ion-color-base: var(--ion-color-light, #f4f5f8) !important;--ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;--ion-color-contrast: var(--ion-color-light-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;--ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important}.ion-color-medium{--ion-color-base: var(--ion-color-medium, #636469) !important;--ion-color-base-rgb: var(--ion-color-medium-rgb, 99, 100, 105) !important;--ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-medium-shade, #57585c) !important;--ion-color-tint: var(--ion-color-medium-tint, #737478) !important}.ion-color-dark{--ion-color-base: var(--ion-color-dark, #222428) !important;--ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;--ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;--ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important}.ion-page{left:0;right:0;top:0;bottom:0;display:flex;position:absolute;flex-direction:column;justify-content:space-between;contain:layout size style;z-index:0}ion-modal>.ion-page{position:relative;contain:layout style;height:100%}.split-pane-visible>.ion-page.split-pane-main{position:relative}ion-route,ion-route-redirect,ion-router,ion-select-option,ion-nav-controller,ion-menu-controller,ion-action-sheet-controller,ion-alert-controller,ion-loading-controller,ion-modal-controller,ion-picker-controller,ion-popover-controller,ion-toast-controller,.ion-page-hidden{display:none!important}.ion-page-invisible{opacity:0}.can-go-back>ion-header ion-back-button{display:block}html.plt-ios.plt-hybrid,html.plt-ios.plt-pwa{--ion-statusbar-padding: 20px}@supports (padding-top: 20px){html{--ion-safe-area-top: var(--ion-statusbar-padding)}}@supports (padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top: env(safe-area-inset-top);--ion-safe-area-bottom: env(safe-area-inset-bottom);--ion-safe-area-left: env(safe-area-inset-left);--ion-safe-area-right: env(safe-area-inset-right)}}ion-card.ion-color .ion-inherit-color,ion-card-header.ion-color .ion-inherit-color{color:inherit}.menu-content{transform:translateZ(0)}.menu-content-open{cursor:pointer;touch-action:manipulation;pointer-events:none;overflow-y:hidden}.menu-content-open ion-content{--overflow: hidden}.menu-content-open .ion-content-scroll-host{overflow:hidden}.ios .menu-content-reveal{box-shadow:-8px 0 42px rgba(0,0,0,.08)}[dir=rtl].ios .menu-content-reveal{box-shadow:8px 0 42px rgba(0,0,0,.08)}.md .menu-content-reveal,.md .menu-content-push{box-shadow:4px 0 16px rgba(0,0,0,.18)}ion-accordion-group.accordion-group-expand-inset>ion-accordion:first-of-type{border-top-left-radius:8px;border-top-right-radius:8px}ion-accordion-group.accordion-group-expand-inset>ion-accordion:last-of-type{border-bottom-left-radius:8px;border-bottom-right-radius:8px}ion-accordion-group>ion-accordion:last-of-type ion-item[slot=header]{--border-width: 0px}ion-accordion.accordion-animated>[slot=header] .ion-accordion-toggle-icon{transition:.3s transform cubic-bezier(.25,.8,.5,1)}@media(prefers-reduced-motion:reduce){ion-accordion .ion-accordion-toggle-icon{transition:none!important}}ion-accordion.accordion-expanding>[slot=header] .ion-accordion-toggle-icon,ion-accordion.accordion-expanded>[slot=header] .ion-accordion-toggle-icon{transform:rotate(180deg)}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-previous ion-item[slot=header]{--border-width: 0px;--inner-border-width: 0px}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanding:first-of-type,ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanded:first-of-type{margin-top:0}ion-input input::-webkit-date-and-time-value{text-align:start}.ion-datetime-button-overlay{--width: fit-content;--height: fit-content}.ion-datetime-button-overlay ion-datetime.datetime-grid{width:320px;min-height:320px}[ion-last-focus],header[tabindex="-1"]:focus,[role=banner][tabindex="-1"]:focus,main[tabindex="-1"]:focus,[role=main][tabindex="-1"]:focus,h1[tabindex="-1"]:focus,[role=heading][aria-level="1"][tabindex="-1"]:focus{outline:none}.popover-viewport:has(>ion-content){overflow:hidden}@supports not selector(:has(> ion-content)){.popover-viewport{overflow:hidden}}audio,canvas,progress,video{vertical-align:baseline}audio:not([controls]){display:none;height:0}b,strong{font-weight:700}img{max-width:100%}hr{height:1px;border-width:0;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}label,input,select,textarea{font-family:inherit;line-height:normal}textarea{overflow:auto;height:auto;font:inherit;color:inherit}textarea::placeholder{padding-left:2px}form,input,optgroup,select{margin:0;font:inherit;color:inherit}html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}a,a div,a span,a ion-icon,a ion-label,button,button div,button span,button ion-icon,button ion-label,.ion-tappable,[tappable],[tappable] div,[tappable] span,[tappable] ion-icon,[tappable] ion-label,input,textarea{touch-action:manipulation}a ion-label,button ion-label{pointer-events:none}button{padding:0;border:0;border-radius:0;font-family:inherit;font-style:inherit;font-variant:inherit;line-height:1;text-transform:none;cursor:pointer;-webkit-appearance:button}[tappable]{cursor:pointer}a[disabled],button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html.ion-ce body{display:block}html.plt-pwa{height:100vh}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;padding:0;position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;transform:translateZ(0);text-rendering:optimizeLegibility;overflow:hidden;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;-webkit-text-size-adjust:none;text-size-adjust:none}html{font-family:var(--ion-font-family)}@supports (-webkit-touch-callout: none){html{font:var(--ion-dynamic-font, 16px var(--ion-font-family))}}a{background-color:transparent;color:var(--ion-color-primary, #0054e9)}h1,h2,h3,h4,h5,h6{margin-top:16px;margin-bottom:10px;font-weight:500;line-height:1.2}h1{margin-top:20px;font-size:1.625rem}h2{margin-top:18px;font-size:1.5rem}h3{font-size:1.375rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}small{font-size:75%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.ion-no-padding{--padding-start: 0;--padding-end: 0;--padding-top: 0;--padding-bottom: 0;padding:0}.ion-padding{--padding-start: var(--ion-padding, 16px);--padding-end: var(--ion-padding, 16px);--padding-top: var(--ion-padding, 16px);--padding-bottom: var(--ion-padding, 16px);-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-top{--padding-top: var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px)}.ion-padding-start{--padding-start: var(--ion-padding, 16px);-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px)}.ion-padding-end{--padding-end: var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}.ion-padding-bottom{--padding-bottom: var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-vertical{--padding-top: var(--ion-padding, 16px);--padding-bottom: var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-horizontal{--padding-start: var(--ion-padding, 16px);--padding-end: var(--ion-padding, 16px);-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}.ion-no-margin{--margin-start: 0;--margin-end: 0;--margin-top: 0;--margin-bottom: 0;margin:0}.ion-margin{--margin-start: var(--ion-margin, 16px);--margin-end: var(--ion-margin, 16px);--margin-top: var(--ion-margin, 16px);--margin-bottom: var(--ion-margin, 16px);-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-top{--margin-top: var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px)}.ion-margin-start{--margin-start: var(--ion-margin, 16px);-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px)}.ion-margin-end{--margin-end: var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}.ion-margin-bottom{--margin-bottom: var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-vertical{--margin-top: var(--ion-margin, 16px);--margin-bottom: var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-horizontal{--margin-start: var(--ion-margin, 16px);--margin-end: var(--ion-margin, 16px);-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}.ion-float-left{float:left!important}.ion-float-right{float:right!important}.ion-float-start{float:left!important}:host-context([dir=rtl]) .ion-float-start{float:right!important}[dir=rtl] .ion-float-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-start:dir(rtl){float:right!important}}.ion-float-end{float:right!important}:host-context([dir=rtl]) .ion-float-end{float:left!important}[dir=rtl] .ion-float-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-end:dir(rtl){float:left!important}}@media(min-width:576px){.ion-float-sm-left{float:left!important}.ion-float-sm-right{float:right!important}.ion-float-sm-start{float:left!important}:host-context([dir=rtl]) .ion-float-sm-start{float:right!important}[dir=rtl] .ion-float-sm-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-sm-start:dir(rtl){float:right!important}}.ion-float-sm-end{float:right!important}:host-context([dir=rtl]) .ion-float-sm-end{float:left!important}[dir=rtl] .ion-float-sm-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-sm-end:dir(rtl){float:left!important}}}@media(min-width:768px){.ion-float-md-left{float:left!important}.ion-float-md-right{float:right!important}.ion-float-md-start{float:left!important}:host-context([dir=rtl]) .ion-float-md-start{float:right!important}[dir=rtl] .ion-float-md-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-md-start:dir(rtl){float:right!important}}.ion-float-md-end{float:right!important}:host-context([dir=rtl]) .ion-float-md-end{float:left!important}[dir=rtl] .ion-float-md-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-md-end:dir(rtl){float:left!important}}}@media(min-width:992px){.ion-float-lg-left{float:left!important}.ion-float-lg-right{float:right!important}.ion-float-lg-start{float:left!important}:host-context([dir=rtl]) .ion-float-lg-start{float:right!important}[dir=rtl] .ion-float-lg-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-lg-start:dir(rtl){float:right!important}}.ion-float-lg-end{float:right!important}:host-context([dir=rtl]) .ion-float-lg-end{float:left!important}[dir=rtl] .ion-float-lg-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-lg-end:dir(rtl){float:left!important}}}@media(min-width:1200px){.ion-float-xl-left{float:left!important}.ion-float-xl-right{float:right!important}.ion-float-xl-start{float:left!important}:host-context([dir=rtl]) .ion-float-xl-start{float:right!important}[dir=rtl] .ion-float-xl-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-xl-start:dir(rtl){float:right!important}}.ion-float-xl-end{float:right!important}:host-context([dir=rtl]) .ion-float-xl-end{float:left!important}[dir=rtl] .ion-float-xl-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-xl-end:dir(rtl){float:left!important}}}.ion-text-center{text-align:center!important}.ion-text-justify{text-align:justify!important}.ion-text-start{text-align:start!important}.ion-text-end{text-align:end!important}.ion-text-left{text-align:left!important}.ion-text-right{text-align:right!important}.ion-text-nowrap{white-space:nowrap!important}.ion-text-wrap{white-space:normal!important}@media(min-width:576px){.ion-text-sm-center{text-align:center!important}.ion-text-sm-justify{text-align:justify!important}.ion-text-sm-start{text-align:start!important}.ion-text-sm-end{text-align:end!important}.ion-text-sm-left{text-align:left!important}.ion-text-sm-right{text-align:right!important}.ion-text-sm-nowrap{white-space:nowrap!important}.ion-text-sm-wrap{white-space:normal!important}}@media(min-width:768px){.ion-text-md-center{text-align:center!important}.ion-text-md-justify{text-align:justify!important}.ion-text-md-start{text-align:start!important}.ion-text-md-end{text-align:end!important}.ion-text-md-left{text-align:left!important}.ion-text-md-right{text-align:right!important}.ion-text-md-nowrap{white-space:nowrap!important}.ion-text-md-wrap{white-space:normal!important}}@media(min-width:992px){.ion-text-lg-center{text-align:center!important}.ion-text-lg-justify{text-align:justify!important}.ion-text-lg-start{text-align:start!important}.ion-text-lg-end{text-align:end!important}.ion-text-lg-left{text-align:left!important}.ion-text-lg-right{text-align:right!important}.ion-text-lg-nowrap{white-space:nowrap!important}.ion-text-lg-wrap{white-space:normal!important}}@media(min-width:1200px){.ion-text-xl-center{text-align:center!important}.ion-text-xl-justify{text-align:justify!important}.ion-text-xl-start{text-align:start!important}.ion-text-xl-end{text-align:end!important}.ion-text-xl-left{text-align:left!important}.ion-text-xl-right{text-align:right!important}.ion-text-xl-nowrap{white-space:nowrap!important}.ion-text-xl-wrap{white-space:normal!important}}.ion-text-uppercase{text-transform:uppercase!important}.ion-text-lowercase{text-transform:lowercase!important}.ion-text-capitalize{text-transform:capitalize!important}@media(min-width:576px){.ion-text-sm-uppercase{text-transform:uppercase!important}.ion-text-sm-lowercase{text-transform:lowercase!important}.ion-text-sm-capitalize{text-transform:capitalize!important}}@media(min-width:768px){.ion-text-md-uppercase{text-transform:uppercase!important}.ion-text-md-lowercase{text-transform:lowercase!important}.ion-text-md-capitalize{text-transform:capitalize!important}}@media(min-width:992px){.ion-text-lg-uppercase{text-transform:uppercase!important}.ion-text-lg-lowercase{text-transform:lowercase!important}.ion-text-lg-capitalize{text-transform:capitalize!important}}@media(min-width:1200px){.ion-text-xl-uppercase{text-transform:uppercase!important}.ion-text-xl-lowercase{text-transform:lowercase!important}.ion-text-xl-capitalize{text-transform:capitalize!important}}.ion-align-content-start{align-content:flex-start!important}.ion-align-content-end{align-content:flex-end!important}.ion-align-content-center{align-content:center!important}.ion-align-content-between{align-content:space-between!important}.ion-align-content-around{align-content:space-around!important}.ion-align-content-stretch{align-content:stretch!important}@media(min-width:576px){.ion-align-content-sm-start{align-content:flex-start!important}.ion-align-content-sm-end{align-content:flex-end!important}.ion-align-content-sm-center{align-content:center!important}.ion-align-content-sm-between{align-content:space-between!important}.ion-align-content-sm-around{align-content:space-around!important}.ion-align-content-sm-stretch{align-content:stretch!important}}@media(min-width:768px){.ion-align-content-md-start{align-content:flex-start!important}.ion-align-content-md-end{align-content:flex-end!important}.ion-align-content-md-center{align-content:center!important}.ion-align-content-md-between{align-content:space-between!important}.ion-align-content-md-around{align-content:space-around!important}.ion-align-content-md-stretch{align-content:stretch!important}}@media(min-width:992px){.ion-align-content-lg-start{align-content:flex-start!important}.ion-align-content-lg-end{align-content:flex-end!important}.ion-align-content-lg-center{align-content:center!important}.ion-align-content-lg-between{align-content:space-between!important}.ion-align-content-lg-around{align-content:space-around!important}.ion-align-content-lg-stretch{align-content:stretch!important}}@media(min-width:1200px){.ion-align-content-xl-start{align-content:flex-start!important}.ion-align-content-xl-end{align-content:flex-end!important}.ion-align-content-xl-center{align-content:center!important}.ion-align-content-xl-between{align-content:space-between!important}.ion-align-content-xl-around{align-content:space-around!important}.ion-align-content-xl-stretch{align-content:stretch!important}}.ion-align-items-start{align-items:start!important}.ion-align-items-end{align-items:end!important}.ion-align-items-center{align-items:center!important}.ion-align-items-stretch{align-items:stretch!important}.ion-align-items-baseline{align-items:baseline!important}@media(min-width:576px){.ion-align-items-sm-start{align-items:start!important}.ion-align-items-sm-end{align-items:end!important}.ion-align-items-sm-center{align-items:center!important}.ion-align-items-sm-stretch{align-items:stretch!important}.ion-align-items-sm-baseline{align-items:baseline!important}}@media(min-width:768px){.ion-align-items-md-start{align-items:start!important}.ion-align-items-md-end{align-items:end!important}.ion-align-items-md-center{align-items:center!important}.ion-align-items-md-stretch{align-items:stretch!important}.ion-align-items-md-baseline{align-items:baseline!important}}@media(min-width:992px){.ion-align-items-lg-start{align-items:start!important}.ion-align-items-lg-end{align-items:end!important}.ion-align-items-lg-center{align-items:center!important}.ion-align-items-lg-stretch{align-items:stretch!important}.ion-align-items-lg-baseline{align-items:baseline!important}}@media(min-width:1200px){.ion-align-items-xl-start{align-items:start!important}.ion-align-items-xl-end{align-items:end!important}.ion-align-items-xl-center{align-items:center!important}.ion-align-items-xl-stretch{align-items:stretch!important}.ion-align-items-xl-baseline{align-items:baseline!important}}.ion-align-self-start{align-self:start!important}.ion-align-self-end{align-self:end!important}.ion-align-self-center{align-self:center!important}.ion-align-self-stretch{align-self:stretch!important}.ion-align-self-baseline{align-self:baseline!important}.ion-align-self-auto{align-self:auto!important}@media(min-width:576px){.ion-align-self-sm-start{align-self:start!important}.ion-align-self-sm-end{align-self:end!important}.ion-align-self-sm-center{align-self:center!important}.ion-align-self-sm-stretch{align-self:stretch!important}.ion-align-self-sm-baseline{align-self:baseline!important}.ion-align-self-sm-auto{align-self:auto!important}}@media(min-width:768px){.ion-align-self-md-start{align-self:start!important}.ion-align-self-md-end{align-self:end!important}.ion-align-self-md-center{align-self:center!important}.ion-align-self-md-stretch{align-self:stretch!important}.ion-align-self-md-baseline{align-self:baseline!important}.ion-align-self-md-auto{align-self:auto!important}}@media(min-width:992px){.ion-align-self-lg-start{align-self:start!important}.ion-align-self-lg-end{align-self:end!important}.ion-align-self-lg-center{align-self:center!important}.ion-align-self-lg-stretch{align-self:stretch!important}.ion-align-self-lg-baseline{align-self:baseline!important}.ion-align-self-lg-auto{align-self:auto!important}}@media(min-width:1200px){.ion-align-self-xl-start{align-self:start!important}.ion-align-self-xl-end{align-self:end!important}.ion-align-self-xl-center{align-self:center!important}.ion-align-self-xl-stretch{align-self:stretch!important}.ion-align-self-xl-baseline{align-self:baseline!important}.ion-align-self-xl-auto{align-self:auto!important}}.ion-justify-content-start{justify-content:flex-start!important}.ion-justify-content-end{justify-content:flex-end!important}.ion-justify-content-center{justify-content:center!important}.ion-justify-content-between{justify-content:space-between!important}.ion-justify-content-around{justify-content:space-around!important}.ion-justify-content-evenly{justify-content:space-evenly!important}@media(min-width:576px){.ion-justify-content-sm-start{justify-content:flex-start!important}.ion-justify-content-sm-end{justify-content:flex-end!important}.ion-justify-content-sm-center{justify-content:center!important}.ion-justify-content-sm-between{justify-content:space-between!important}.ion-justify-content-sm-around{justify-content:space-around!important}.ion-justify-content-sm-evenly{justify-content:space-evenly!important}}@media(min-width:768px){.ion-justify-content-md-start{justify-content:flex-start!important}.ion-justify-content-md-end{justify-content:flex-end!important}.ion-justify-content-md-center{justify-content:center!important}.ion-justify-content-md-between{justify-content:space-between!important}.ion-justify-content-md-around{justify-content:space-around!important}.ion-justify-content-md-evenly{justify-content:space-evenly!important}}@media(min-width:992px){.ion-justify-content-lg-start{justify-content:flex-start!important}.ion-justify-content-lg-end{justify-content:flex-end!important}.ion-justify-content-lg-center{justify-content:center!important}.ion-justify-content-lg-between{justify-content:space-between!important}.ion-justify-content-lg-around{justify-content:space-around!important}.ion-justify-content-lg-evenly{justify-content:space-evenly!important}}@media(min-width:1200px){.ion-justify-content-xl-start{justify-content:flex-start!important}.ion-justify-content-xl-end{justify-content:flex-end!important}.ion-justify-content-xl-center{justify-content:center!important}.ion-justify-content-xl-between{justify-content:space-between!important}.ion-justify-content-xl-around{justify-content:space-around!important}.ion-justify-content-xl-evenly{justify-content:space-evenly!important}}.ion-flex-row{flex-direction:row!important}.ion-flex-row-reverse{flex-direction:row-reverse!important}.ion-flex-column{flex-direction:column!important}.ion-flex-column-reverse{flex-direction:column-reverse!important}@media(min-width:576px){.ion-flex-sm-row{flex-direction:row!important}.ion-flex-sm-row-reverse{flex-direction:row-reverse!important}.ion-flex-sm-column{flex-direction:column!important}.ion-flex-sm-column-reverse{flex-direction:column-reverse!important}}@media(min-width:768px){.ion-flex-md-row{flex-direction:row!important}.ion-flex-md-row-reverse{flex-direction:row-reverse!important}.ion-flex-md-column{flex-direction:column!important}.ion-flex-md-column-reverse{flex-direction:column-reverse!important}}@media(min-width:992px){.ion-flex-lg-row{flex-direction:row!important}.ion-flex-lg-row-reverse{flex-direction:row-reverse!important}.ion-flex-lg-column{flex-direction:column!important}.ion-flex-lg-column-reverse{flex-direction:column-reverse!important}}@media(min-width:1200px){.ion-flex-xl-row{flex-direction:row!important}.ion-flex-xl-row-reverse{flex-direction:row-reverse!important}.ion-flex-xl-column{flex-direction:column!important}.ion-flex-xl-column-reverse{flex-direction:column-reverse!important}}.ion-wrap{flex-wrap:wrap!important}.ion-nowrap{flex-wrap:nowrap!important}.ion-wrap-reverse{flex-wrap:wrap-reverse!important}.ion-flex-wrap{flex-wrap:wrap!important}.ion-flex-nowrap{flex-wrap:nowrap!important}.ion-flex-wrap-reverse{flex-wrap:wrap-reverse!important}@media(min-width:576px){.ion-flex-sm-wrap{flex-wrap:wrap!important}.ion-flex-sm-nowrap{flex-wrap:nowrap!important}.ion-flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}}@media(min-width:768px){.ion-flex-md-wrap{flex-wrap:wrap!important}.ion-flex-md-nowrap{flex-wrap:nowrap!important}.ion-flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}}@media(min-width:992px){.ion-flex-lg-wrap{flex-wrap:wrap!important}.ion-flex-lg-nowrap{flex-wrap:nowrap!important}.ion-flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}}@media(min-width:1200px){.ion-flex-xl-wrap{flex-wrap:wrap!important}.ion-flex-xl-nowrap{flex-wrap:nowrap!important}.ion-flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}}.ion-flex-1{flex:1!important}.ion-flex-auto{flex:auto!important}.ion-flex-initial{flex:initial!important}.ion-flex-none{flex:none!important}@media(min-width:576px){.ion-flex-sm-1{flex:1!important}.ion-flex-sm-auto{flex:auto!important}.ion-flex-sm-initial{flex:initial!important}.ion-flex-sm-none{flex:none!important}}@media(min-width:768px){.ion-flex-md-1{flex:1!important}.ion-flex-md-auto{flex:auto!important}.ion-flex-md-initial{flex:initial!important}.ion-flex-md-none{flex:none!important}}@media(min-width:992px){.ion-flex-lg-1{flex:1!important}.ion-flex-lg-auto{flex:auto!important}.ion-flex-lg-initial{flex:initial!important}.ion-flex-lg-none{flex:none!important}}@media(min-width:1200px){.ion-flex-xl-1{flex:1!important}.ion-flex-xl-auto{flex:auto!important}.ion-flex-xl-initial{flex:initial!important}.ion-flex-xl-none{flex:none!important}}.ion-flex-grow-0{flex-grow:0!important}.ion-flex-grow-1{flex-grow:1!important}.ion-flex-shrink-0{flex-shrink:0!important}.ion-flex-shrink-1{flex-shrink:1!important}@media(min-width:576px){.ion-flex-sm-grow-0{flex-grow:0!important}.ion-flex-sm-grow-1{flex-grow:1!important}.ion-flex-sm-shrink-0{flex-shrink:0!important}.ion-flex-sm-shrink-1{flex-shrink:1!important}}@media(min-width:768px){.ion-flex-md-grow-0{flex-grow:0!important}.ion-flex-md-grow-1{flex-grow:1!important}.ion-flex-md-shrink-0{flex-shrink:0!important}.ion-flex-md-shrink-1{flex-shrink:1!important}}@media(min-width:992px){.ion-flex-lg-grow-0{flex-grow:0!important}.ion-flex-lg-grow-1{flex-grow:1!important}.ion-flex-lg-shrink-0{flex-shrink:0!important}.ion-flex-lg-shrink-1{flex-shrink:1!important}}@media(min-width:1200px){.ion-flex-xl-grow-0{flex-grow:0!important}.ion-flex-xl-grow-1{flex-grow:1!important}.ion-flex-xl-shrink-0{flex-shrink:0!important}.ion-flex-xl-shrink-1{flex-shrink:1!important}}.ion-order-first{order:-1!important}.ion-order-0{order:0!important}.ion-order-1{order:1!important}.ion-order-2{order:2!important}.ion-order-3{order:3!important}.ion-order-4{order:4!important}.ion-order-5{order:5!important}.ion-order-6{order:6!important}.ion-order-7{order:7!important}.ion-order-8{order:8!important}.ion-order-9{order:9!important}.ion-order-10{order:10!important}.ion-order-11{order:11!important}.ion-order-12{order:12!important}.ion-order-last{order:13!important}@media(min-width:576px){.ion-order-sm-first{order:-1!important}.ion-order-sm-0{order:0!important}.ion-order-sm-1{order:1!important}.ion-order-sm-2{order:2!important}.ion-order-sm-3{order:3!important}.ion-order-sm-4{order:4!important}.ion-order-sm-5{order:5!important}.ion-order-sm-6{order:6!important}.ion-order-sm-7{order:7!important}.ion-order-sm-8{order:8!important}.ion-order-sm-9{order:9!important}.ion-order-sm-10{order:10!important}.ion-order-sm-11{order:11!important}.ion-order-sm-12{order:12!important}.ion-order-sm-last{order:13!important}}@media(min-width:768px){.ion-order-md-first{order:-1!important}.ion-order-md-0{order:0!important}.ion-order-md-1{order:1!important}.ion-order-md-2{order:2!important}.ion-order-md-3{order:3!important}.ion-order-md-4{order:4!important}.ion-order-md-5{order:5!important}.ion-order-md-6{order:6!important}.ion-order-md-7{order:7!important}.ion-order-md-8{order:8!important}.ion-order-md-9{order:9!important}.ion-order-md-10{order:10!important}.ion-order-md-11{order:11!important}.ion-order-md-12{order:12!important}.ion-order-md-last{order:13!important}}@media(min-width:992px){.ion-order-lg-first{order:-1!important}.ion-order-lg-0{order:0!important}.ion-order-lg-1{order:1!important}.ion-order-lg-2{order:2!important}.ion-order-lg-3{order:3!important}.ion-order-lg-4{order:4!important}.ion-order-lg-5{order:5!important}.ion-order-lg-6{order:6!important}.ion-order-lg-7{order:7!important}.ion-order-lg-8{order:8!important}.ion-order-lg-9{order:9!important}.ion-order-lg-10{order:10!important}.ion-order-lg-11{order:11!important}.ion-order-lg-12{order:12!important}.ion-order-lg-last{order:13!important}}@media(min-width:1200px){.ion-order-xl-first{order:-1!important}.ion-order-xl-0{order:0!important}.ion-order-xl-1{order:1!important}.ion-order-xl-2{order:2!important}.ion-order-xl-3{order:3!important}.ion-order-xl-4{order:4!important}.ion-order-xl-5{order:5!important}.ion-order-xl-6{order:6!important}.ion-order-xl-7{order:7!important}.ion-order-xl-8{order:8!important}.ion-order-xl-9{order:9!important}.ion-order-xl-10{order:10!important}.ion-order-xl-11{order:11!important}.ion-order-xl-12{order:12!important}.ion-order-xl-last{order:13!important}}.ion-hide,.ion-hide-up,.ion-hide-down{display:none!important}@media(min-width:576px){.ion-hide-sm-up{display:none!important}}@media(max-width:575.98px){.ion-hide-sm-down{display:none!important}}@media(min-width:768px){.ion-hide-md-up{display:none!important}}@media(max-width:767.98px){.ion-hide-md-down{display:none!important}}@media(min-width:992px){.ion-hide-lg-up{display:none!important}}@media(max-width:991.98px){.ion-hide-lg-down{display:none!important}}@media(min-width:1200px){.ion-hide-xl-up{display:none!important}}@media(max-width:1199.98px){.ion-hide-xl-down{display:none!important}}.ion-display-none{display:none!important}@media(min-width:576px){.ion-display-sm-none{display:none!important}}@media(min-width:768px){.ion-display-md-none{display:none!important}}@media(min-width:992px){.ion-display-lg-none{display:none!important}}@media(min-width:1200px){.ion-display-xl-none{display:none!important}}.ion-display-inline{display:inline!important}@media(min-width:576px){.ion-display-sm-inline{display:inline!important}}@media(min-width:768px){.ion-display-md-inline{display:inline!important}}@media(min-width:992px){.ion-display-lg-inline{display:inline!important}}@media(min-width:1200px){.ion-display-xl-inline{display:inline!important}}.ion-display-inline-block{display:inline-block!important}@media(min-width:576px){.ion-display-sm-inline-block{display:inline-block!important}}@media(min-width:768px){.ion-display-md-inline-block{display:inline-block!important}}@media(min-width:992px){.ion-display-lg-inline-block{display:inline-block!important}}@media(min-width:1200px){.ion-display-xl-inline-block{display:inline-block!important}}.ion-display-block{display:block!important}@media(min-width:576px){.ion-display-sm-block{display:block!important}}@media(min-width:768px){.ion-display-md-block{display:block!important}}@media(min-width:992px){.ion-display-lg-block{display:block!important}}@media(min-width:1200px){.ion-display-xl-block{display:block!important}}.ion-display-flex{display:flex!important}@media(min-width:576px){.ion-display-sm-flex{display:flex!important}}@media(min-width:768px){.ion-display-md-flex{display:flex!important}}@media(min-width:992px){.ion-display-lg-flex{display:flex!important}}@media(min-width:1200px){.ion-display-xl-flex{display:flex!important}}.ion-display-inline-flex{display:inline-flex!important}@media(min-width:576px){.ion-display-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.ion-display-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){.ion-display-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){.ion-display-xl-inline-flex{display:inline-flex!important}}.ion-display-grid{display:grid!important}@media(min-width:576px){.ion-display-sm-grid{display:grid!important}}@media(min-width:768px){.ion-display-md-grid{display:grid!important}}@media(min-width:992px){.ion-display-lg-grid{display:grid!important}}@media(min-width:1200px){.ion-display-xl-grid{display:grid!important}}.ion-display-inline-grid{display:inline-grid!important}@media(min-width:576px){.ion-display-sm-inline-grid{display:inline-grid!important}}@media(min-width:768px){.ion-display-md-inline-grid{display:inline-grid!important}}@media(min-width:992px){.ion-display-lg-inline-grid{display:inline-grid!important}}@media(min-width:1200px){.ion-display-xl-inline-grid{display:inline-grid!important}}.ion-display-table{display:table!important}@media(min-width:576px){.ion-display-sm-table{display:table!important}}@media(min-width:768px){.ion-display-md-table{display:table!important}}@media(min-width:992px){.ion-display-lg-table{display:table!important}}@media(min-width:1200px){.ion-display-xl-table{display:table!important}}.ion-display-table-cell{display:table-cell!important}@media(min-width:576px){.ion-display-sm-table-cell{display:table-cell!important}}@media(min-width:768px){.ion-display-md-table-cell{display:table-cell!important}}@media(min-width:992px){.ion-display-lg-table-cell{display:table-cell!important}}@media(min-width:1200px){.ion-display-xl-table-cell{display:table-cell!important}}.ion-display-table-row{display:table-row!important}@media(min-width:576px){.ion-display-sm-table-row{display:table-row!important}}@media(min-width:768px){.ion-display-md-table-row{display:table-row!important}}@media(min-width:992px){.ion-display-lg-table-row{display:table-row!important}}@media(min-width:1200px){.ion-display-xl-table-row{display:table-row!important}}:root{--ion-color-primary: #4d8dff;--ion-color-primary-rgb: 77, 141, 255;--ion-color-primary-contrast: #000;--ion-color-primary-contrast-rgb: 0, 0, 0;--ion-color-primary-shade: #447ce0;--ion-color-primary-tint: #5f98ff;--ion-color-secondary: #46b1ff;--ion-color-secondary-rgb: 70, 177, 255;--ion-color-secondary-contrast: #000;--ion-color-secondary-contrast-rgb: 0, 0, 0;--ion-color-secondary-shade: #3e9ce0;--ion-color-secondary-tint: #59b9ff;--ion-color-tertiary: #8482fb;--ion-color-tertiary-rgb: 132, 130, 251;--ion-color-tertiary-contrast: #000;--ion-color-tertiary-contrast-rgb: 0, 0, 0;--ion-color-tertiary-shade: #7472dd;--ion-color-tertiary-tint: #908ffb;--ion-color-success: #2dd55b;--ion-color-success-rgb: 45, 213, 91;--ion-color-success-contrast: #000;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: #28bb50;--ion-color-success-tint: #42d96b;--ion-color-warning: #ffce31;--ion-color-warning-rgb: 255, 206, 49;--ion-color-warning-contrast: #000;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: #e0b52b;--ion-color-warning-tint: #ffd346;--ion-color-danger: #f24c58;--ion-color-danger-rgb: 242, 76, 88;--ion-color-danger-contrast: #000;--ion-color-danger-contrast-rgb: 0, 0, 0;--ion-color-danger-shade: #d5434d;--ion-color-danger-tint: #f35e69;--ion-color-light: #222428;--ion-color-light-rgb: 34, 36, 40;--ion-color-light-contrast: #fff;--ion-color-light-contrast-rgb: 255, 255, 255;--ion-color-light-shade: #1e2023;--ion-color-light-tint: #383a3e;--ion-color-medium: #989aa2;--ion-color-medium-rgb: 152, 154, 162;--ion-color-medium-contrast: #000;--ion-color-medium-contrast-rgb: 0, 0, 0;--ion-color-medium-shade: #86888f;--ion-color-medium-tint: #a2a4ab;--ion-color-dark: #f4f5f8;--ion-color-dark-rgb: 244, 245, 248;--ion-color-dark-contrast: #000;--ion-color-dark-contrast-rgb: 0, 0, 0;--ion-color-dark-shade: #d7d8da;--ion-color-dark-tint: #f5f6f9}:root.ios{--ion-background-color: #000000;--ion-background-color-rgb: 0, 0, 0;--ion-text-color: #ffffff;--ion-text-color-rgb: 255, 255, 255;--ion-background-color-step-50: #0d0d0d;--ion-background-color-step-100: #1a1a1a;--ion-background-color-step-150: #262626;--ion-background-color-step-200: #333333;--ion-background-color-step-250: #404040;--ion-background-color-step-300: #4d4d4d;--ion-background-color-step-350: #595959;--ion-background-color-step-400: #666666;--ion-background-color-step-450: #737373;--ion-background-color-step-500: #808080;--ion-background-color-step-550: #8c8c8c;--ion-background-color-step-600: #999999;--ion-background-color-step-650: #a6a6a6;--ion-background-color-step-700: #b3b3b3;--ion-background-color-step-750: #bfbfbf;--ion-background-color-step-800: #cccccc;--ion-background-color-step-850: #d9d9d9;--ion-background-color-step-900: #e6e6e6;--ion-background-color-step-950: #f2f2f2;--ion-text-color-step-50: #f2f2f2;--ion-text-color-step-100: #e6e6e6;--ion-text-color-step-150: #d9d9d9;--ion-text-color-step-200: #cccccc;--ion-text-color-step-250: #bfbfbf;--ion-text-color-step-300: #b3b3b3;--ion-text-color-step-350: #a6a6a6;--ion-text-color-step-400: #999999;--ion-text-color-step-450: #8c8c8c;--ion-text-color-step-500: #808080;--ion-text-color-step-550: #737373;--ion-text-color-step-600: #666666;--ion-text-color-step-650: #595959;--ion-text-color-step-700: #4d4d4d;--ion-text-color-step-750: #404040;--ion-text-color-step-800: #333333;--ion-text-color-step-850: #262626;--ion-text-color-step-900: #1a1a1a;--ion-text-color-step-950: #0d0d0d;--ion-item-background: #000000;--ion-card-background: #1c1c1d}:root.ios ion-modal{--ion-background-color: var(--ion-color-step-100, var(--ion-background-color-step-100));--ion-toolbar-background: var(--ion-color-step-150, var(--ion-background-color-step-150));--ion-toolbar-border-color: var(--ion-color-step-250, var(--ion-background-color-step-250))}:root.md{--ion-background-color: #121212;--ion-background-color-rgb: 18, 18, 18;--ion-text-color: #ffffff;--ion-text-color-rgb: 255, 255, 255;--ion-background-color-step-50: #1e1e1e;--ion-background-color-step-100: #2a2a2a;--ion-background-color-step-150: #363636;--ion-background-color-step-200: #414141;--ion-background-color-step-250: #4d4d4d;--ion-background-color-step-300: #595959;--ion-background-color-step-350: #656565;--ion-background-color-step-400: #717171;--ion-background-color-step-450: #7d7d7d;--ion-background-color-step-500: #898989;--ion-background-color-step-550: #949494;--ion-background-color-step-600: #a0a0a0;--ion-background-color-step-650: #acacac;--ion-background-color-step-700: #b8b8b8;--ion-background-color-step-750: #c4c4c4;--ion-background-color-step-800: #d0d0d0;--ion-background-color-step-850: #dbdbdb;--ion-background-color-step-900: #e7e7e7;--ion-background-color-step-950: #f3f3f3;--ion-text-color-step-50: #f3f3f3;--ion-text-color-step-100: #e7e7e7;--ion-text-color-step-150: #dbdbdb;--ion-text-color-step-200: #d0d0d0;--ion-text-color-step-250: #c4c4c4;--ion-text-color-step-300: #b8b8b8;--ion-text-color-step-350: #acacac;--ion-text-color-step-400: #a0a0a0;--ion-text-color-step-450: #949494;--ion-text-color-step-500: #898989;--ion-text-color-step-550: #7d7d7d;--ion-text-color-step-600: #717171;--ion-text-color-step-650: #656565;--ion-text-color-step-700: #595959;--ion-text-color-step-750: #4d4d4d;--ion-text-color-step-800: #414141;--ion-text-color-step-850: #363636;--ion-text-color-step-900: #2a2a2a;--ion-text-color-step-950: #1e1e1e;--ion-item-background: #1e1e1e;--ion-toolbar-background: #1f1f1f;--ion-tab-bar-background: #1f1f1f;--ion-card-background: #1e1e1e}: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 ::-webkit-scrollbar{height:.5rem;width:.5rem}:host ::-webkit-scrollbar-track{background:var(--theme-scrollbar-track--background);border-radius:5px}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host ::-webkit-scrollbar-thumb{background:var(--theme-scrollbar-thumb--background);border-radius:5px}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}#toast-container>:not(:last-child){margin-block-end:1rem}.toast-container{display:block;position:fixed;z-index:var(--theme-z-index-toast)}.toast-container--top-right{right:1rem;top:2rem}.toast-container--bottom-right{bottom:2rem;right:1rem}.text-xs{color:var(--theme-color-std-text);font-family:Siemens Sans,sans-serif;font-size:.625rem;font-weight:400;line-height:1.4em;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-s{font-weight:400}.text-caption,.text-s{color:var(--theme-color-std-text);font-family:Siemens Sans,sans-serif;font-size:.75rem;line-height:1.5em;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-caption{font-weight:700}.text-caption-single{font-size:.75rem;font-weight:700;line-height:1em}.text-caption-single,.text-default{color:var(--theme-color-std-text);font-family:Siemens Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default{font-size:.875rem;font-weight:400;line-height:1.429em}.text-default-single{font-weight:400;line-height:1.143em}.text-default-single,.text-default-title{color:var(--theme-color-std-text);font-family:Siemens Sans,sans-serif;font-size:.875rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-title{font-weight:700;line-height:1.429em}.text-default-title-single{font-size:.875rem;font-weight:700;line-height:1.143em}.text-default-title-single,.text-l{color:var(--theme-color-std-text);font-family:Siemens Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l{font-size:1rem;font-weight:400;line-height:1.5em}.text-l-single{font-weight:400;line-height:1.25em}.text-l-single,.text-l-title{color:var(--theme-color-std-text);font-family:Siemens Sans,sans-serif;font-size:1rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-title{font-weight:700;line-height:1.5em}.text-l-title-single{font-size:1rem;line-height:1.25em}.text-h2,.text-l-title-single{color:var(--theme-color-std-text);font-family:Siemens Sans,sans-serif;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-h2{line-height:1.455em}.text-h2,.text-xl{font-size:1.375rem}.text-xl{color:var(--theme-color-std-text);font-family:Siemens Sans,sans-serif;font-weight:400;line-height:1.091em;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}:root{--theme-z-index-sticky:1020;--theme-z-index-fixed:1030;--theme-z-index-modal-backdrop:1040;--theme-z-index-modal:1050;--theme-z-index-dropdown:1060;--theme-z-index-tooltip:1070;--theme-z-index-toast:1080}label.ix-form-label{color:var(--theme-color-soft-text);padding:2px 0}label.ix-form-label.label-alignment-left{padding:6px 0}input.ix-form-control{-webkit-appearance:textfield;appearance:textfield;background-color:var(--theme-input--background);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);color:var(--theme-input--color);font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-0);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);line-height:var(--theme-line-height-md);min-height:2rem;padding:.25rem .5rem;text-decoration:none;text-overflow:ellipsis;width:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}input.ix-form-control[type=number]{text-align:right}input.ix-form-control[type=number]::-webkit-inner-spin-button{display:none;margin-left:2px;margin-right:-2px}input.ix-form-control:-webkit-autofill,input.ix-form-control: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.ix-form-control::placeholder{color:var(--theme-input-hint--color)}input.ix-form-control.hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),input.ix-form-control:hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only){background-color:var(--theme-input--background--hover);border-color:var(--theme-input--border-color--hover)!important}input.ix-form-control.focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),input.ix-form-control:focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only){border-color:var(--theme-input--border-color--focus)!important;outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset)}input.ix-form-control.read-only,input.ix-form-control:read-only{background-color:transparent;border:var(--theme-input--border-thickness) solid var(--theme-input--border-color--readonly);box-shadow:none;outline:none}input.ix-form-control.read-only::placeholder,input.ix-form-control:read-only::placeholder{color:transparent}input.ix-form-control.disabled,input.ix-form-control:disabled{background-color:transparent;border:var(--theme-input--border-thickness) solid var(--theme-input--border-color--disabled);box-shadow:none;outline:none}input.ix-form-control.disabled::placeholder,input.ix-form-control:disabled::placeholder{color:transparent}textarea.ix-form-control{-webkit-appearance:textfield;appearance:textfield;background-color:var(--theme-input--background);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);color:var(--theme-input--color);font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-0);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);line-height:var(--theme-line-height-md);padding:.25rem .5rem;text-decoration:none;text-overflow:ellipsis;width:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}textarea.ix-form-control[type=number]{text-align:right}textarea.ix-form-control[type=number]::-webkit-inner-spin-button{display:none;margin-left:2px;margin-right:-2px}textarea.ix-form-control:-webkit-autofill,textarea.ix-form-control: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.ix-form-control::placeholder{color:var(--theme-input-hint--color)}textarea.ix-form-control.hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),textarea.ix-form-control:hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only){background-color:var(--theme-input--background--hover);border-color:var(--theme-input--border-color--hover)!important}textarea.ix-form-control.focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),textarea.ix-form-control:focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only){border-color:var(--theme-input--border-color--focus)!important;outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset)}textarea.ix-form-control.read-only,textarea.ix-form-control:read-only{background-color:transparent;border:var(--theme-input--border-thickness) solid var(--theme-input--border-color--readonly);box-shadow:none;outline:none}textarea.ix-form-control.read-only::placeholder,textarea.ix-form-control:read-only::placeholder{color:transparent}textarea.ix-form-control.disabled,textarea.ix-form-control:disabled{background-color:transparent;border:var(--theme-input--border-thickness) solid var(--theme-input--border-color--disabled);box-shadow:none;outline:none}textarea.ix-form-control.disabled::placeholder,textarea.ix-form-control:disabled::placeholder{color:transparent}textarea.ix-form-control{min-height:2rem;padding:calc(.375rem - var(--theme-input--border-thickness)) calc(.5rem - var(--theme-input--border-thickness))}textarea.ix-form-control:not([rows]){height:3.25rem}input.ix-info:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]),textarea.ix-info:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]){border-color:var(--theme-input--border-color--info)}input.ix-info:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):hover,textarea.ix-info:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):hover{border-color:var(--theme-input--border-color--info--hover)!important}input.ix-info:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):active,textarea.ix-info:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):active{border-color:var(--theme-input--border-color--info--active)!important}input.ix-warning:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]),textarea.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}input.ix-warning:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):hover,textarea.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}input.ix-warning:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):active,textarea.ix-warning:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):active{border-color:var(--theme-input--border-color--warning--active)!important}input[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]),textarea[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}input[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):hover,textarea[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}input[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):active,textarea[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly]):active{border-color:var(--theme-input--border-color--invalid--active)!important}input.ix-form-control~.invalid-feedback,input.ix-form-control~.valid-feedback,textarea.ix-form-control~.invalid-feedback,textarea.ix-form-control~.valid-feedback{display:none;font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-0);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);line-height:var(--theme-line-height-md);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}form input.ix-form-control~.valid-feedback,form textarea.ix-form-control~.valid-feedback{color:var(--theme-color-success)}form input.ix-form-control~.invalid-feedback,form textarea.ix-form-control~.invalid-feedback{color:var(--theme-color-alarm-text)}form.was-validated .ix-form-control.is-invalid,form.was-validated .ix-form-control:invalid,form:not([novalidate]) .ix-form-control.is-invalid,form:not([novalidate]) .ix-form-control:invalid{background-color:var(--theme-input-error--background);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'512\' height=\'512\'%3E%3Cpath fill=\'%23ff2640\' fill-opacity=\'.75\' fill-rule=\'evenodd\' d=\'M256 42.667c117.626 0 213.333 95.707 213.333 213.333S373.626 469.333 256 469.333 42.667 373.626 42.667 256 138.374 42.667 256 42.667m0 42.666C161.56 85.333 85.333 161.56 85.333 256S161.56 426.667 256 426.667 426.667 350.44 426.667 256 350.44 85.333 256 85.333m70.248 70.249 30.17 30.17L286.168 256l70.25 70.248-30.17 30.17L256 286.168l-70.248 70.25-30.17-30.17L225.83 256l-70.248-70.248 30.17-30.17L256 225.83z\'/%3E%3C/svg%3E")!important;background-position:left calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:18px;border-color:var(--theme-input-error--border-color);padding-left:calc(1.5em + .75rem);padding-right:.75rem}form.was-validated .ix-form-control.is-invalid~.invalid-feedback,form.was-validated .ix-form-control:invalid~.invalid-feedback,form:not([novalidate]) .ix-form-control.is-invalid~.invalid-feedback,form:not([novalidate]) .ix-form-control:invalid~.invalid-feedback{display:block}form.was-validated .ix-form-control.is-valid~.valid-feedback,form.was-validated .ix-form-control:valid~.valid-feedback,form:not([novalidate]) .ix-form-control.is-valid~.valid-feedback,form:not([novalidate]) .ix-form-control:valid~.valid-feedback{display:block}form:not(.was-validated) .ix-form-control.invalid-feedback,form:not(.was-validated) .ix-form-control.valid-feedback{display:none!important}.ix-form-control[type=checkbox]:checked,.ix-form-control[type=checkbox]:not(:checked){cursor:pointer;height:0;opacity:0;position:absolute;width:0}.ix-form-control[type=checkbox]:checked+label,.ix-form-control[type=checkbox]:not(:checked)+label{color:var(--theme-checkbox-label--color);display:inline-flex;min-height:1.5rem;position:relative;user-select:none}.ix-form-control[type=checkbox]:not(:disabled)+label{cursor:pointer}.ix-form-control[type=checkbox]+label:before{background-position:50% 50%;background-repeat:no-repeat;background-size:contain;content:"";float:left;height:1.125rem;margin-right:.5rem;margin-top:1px;max-height:1.125rem;max-width:1.125rem;min-height:1.125rem;min-width:1.125rem;width:1.125rem}.ix-form-control[type=checkbox]+label:focus-visible:before{outline:.0625rem solid var(--theme-color-focus-bdr);outline-offset:var(--theme-checkbox--focus--outline-offset)}.ix-form-control[type=checkbox]:focus-visible+label:before{outline:.0625rem solid var(--theme-color-focus-bdr);outline-offset:var(--theme-checkbox--focus--outline-offset)}.ix-form-control[type=checkbox]:not(:checked)+label:before{background-color:var(--theme-checkbox-unchecked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color)}.ix-form-control[type=checkbox]:not(:checked):hover+label:before{background-color:var(--theme-checkbox-unchecked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--hover)}.ix-form-control[type=checkbox]:not(:checked):active+label:before{background-color:var(--theme-checkbox-unchecked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--active)}.ix-form-control[type=checkbox]:not(:checked):disabled+label:before{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}.ix-form-control[type=checkbox]:checked+label:before{background-color:var(--theme-checkbox-checked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color)}.ix-form-control[type=checkbox]:checked+label:after{border-bottom:.0625rem solid var(--theme-checkbox-checked--color);border-left:.0625rem solid var(--theme-checkbox-checked--color);border-right:none;border-top:none;content:"";display:block;height:.26rem;margin:.525rem .42rem .1875rem;position:absolute;transform:translate(-1px,-3px) rotate(-53deg) scale(2) skew(-8deg,-3deg);width:.4rem}.ix-form-control[type=checkbox]:checked:hover+label:before{background-color:var(--theme-checkbox-checked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--hover)}.ix-form-control[type=checkbox]:checked:active+label:before{background-color:var(--theme-checkbox-checked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--active)}.ix-form-control[type=checkbox]:checked:disabled+label:before{background-color:var(--theme-checkbox-checked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--disabled)}.ix-form-control[type=checkbox]:checked:disabled+label:after{border-color:var(--theme-checkbox-checked--color--disabled)}.ix-form-control[type=checkbox]:disabled+label:before{opacity:.5;pointer-events:none}.ix-form-control[type=checkbox]:indeterminate+label:after{border-bottom:.125rem solid var(--theme-checkbox-mixed--color);content:"";display:block;height:.125rem;margin:.5625rem 0 0 .25rem;position:absolute;width:.625rem}.ix-form-control[type=checkbox]:indeterminate+label:before{background-color:var(--theme-checkbox-mixed--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-mixed--border-color)}.ix-form-control[type=checkbox]:indeterminate:hover+label:before{background-color:var(--theme-checkbox-mixed--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-mixed--border-color--hover)}.ix-form-control[type=checkbox]:indeterminate:active+label:before{background-color:var(--theme-checkbox-mixed--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-mixed--border-color--active)}.ix-form-control[type=checkbox]:indeterminate:disabled+label:before{background-color:var(--theme-checkbox-mixed--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-mixed--border-color--disabled)}.ix-form-control[type=checkbox]:indeterminate:disabled+label:after{border-color:var(--theme-checkbox-mixed--color--disabled)}.ix-form-control[type=checkbox]:disabled+label{color:var(--theme-checkbox-label--color--disabled)}.ix-form-control[type=radio]:checked,.ix-form-control[type=radio]:not(:checked){clip:rect(0 0 0 0);-webkit-appearance:none;appearance:none;clip-path:inset(50%);height:1px;max-height:1px;max-width:1px;min-height:0;min-width:0;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.ix-form-control[type=radio]:checked+label,.ix-form-control[type=radio]:not(:checked)+label{align-items:flex-start;color:var(--theme-radiobtn-label--color);display:inline-flex;margin-right:1rem;position:relative;user-select:none}.ix-form-control[type=radio]:not(:disabled)+label{cursor:pointer}.ix-form-control[type=radio]+label:before{background-position:50% 50%;background-repeat:no-repeat;background-size:contain;border-radius:100%;content:"";float:left;height:1.25rem;margin-right:.5rem;max-height:1.25rem;max-width:1.25rem;min-height:1.25rem;min-width:1.25rem;width:1.25rem}.ix-form-control[type=radio]+label:focus-visible:before{outline:.0625rem solid var(--theme-color-focus-bdr);outline-offset:var(--theme-radiobtn--focus--outline-offset)}.ix-form-control[type=radio]:focus-visible+label:before{outline:.0625rem solid var(--theme-color-focus-bdr);outline-offset:var(--theme-radiobtn--focus--outline-offset)}.ix-form-control[type=radio]:not(:checked)+label:before{background-color:var(--theme-radiobtn-unchecked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color)}.ix-form-control[type=radio]:not(:checked):hover+label:before{background-color:var(--theme-radiobtn-unchecked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--hover)}.ix-form-control[type=radio]:not(:checked):active+label:before{background-color:var(--theme-radiobtn-unchecked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--active)}.ix-form-control[type=radio]:not(:checked):disabled+label:before{background-color:var(--theme-radiobtn-unchecked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--disabled)}.ix-form-control[type=radio]:checked+label:before{background-color:var(--theme-radiobtn-checked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color)}.ix-form-control[type=radio]:checked+label:after{background-color:var(--theme-radiobtn-checked--color);border-radius:100%;content:"";display:block;height:.5rem;left:.375rem;position:absolute;top:.5rem;width:.5rem}.ix-form-control[type=radio]:checked:hover+label:before{background-color:var(--theme-radiobtn-checked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--hover)}.ix-form-control[type=radio]:checked:active+label:before{background-color:var(--theme-radiobtn-checked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--active)}.ix-form-control[type=radio]:checked:disabled+label:before{background-color:var(--theme-radiobtn-checked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--disabled)}.ix-form-control[type=radio]:checked:disabled+label:after{border-color:var(--theme-radiobtn-checked--color--disabled)}.ix-form-control[type=radio]:disabled+label:before{opacity:.5;pointer-events:none}.ix-form-control[type=radio]:disabled+label{color:var(--theme-radiobtn-label--color--disabled)}a[href]{color:var(--theme-color-primary);text-underline-offset:.2rem}a[href]:not(.disabled):not(:disabled).hover,a[href]:not(.disabled):not(:disabled):hover{color:var(--theme-color-dynamic)}a[href]:not(.disabled):not(:disabled).active,a[href]:not(.disabled):not(:disabled):active{color:var(--theme-color-dynamic)}a[href]:not(.disabled):not(:disabled):visited{color:var(--theme-color-primary)}a[href]:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:.2rem}a[href] .glyph{vertical-align:middle}a[href] .glyph:before{display:inline-block;text-decoration:none}a[href]:not(.disabled):not(:disabled){cursor:pointer}ix-menu>a[href]{color:unset;text-decoration:none}a[href]:has(+ix-menu-item){color:unset;text-decoration:none}:root body{--theme-box-shadow-lvl-1:var(--theme-shadow-1);--theme-box-shadow-lvl-2:var(--theme-shadow-2);--theme-box-shadow-lvl-3:var(--theme-shadow-3);--theme-box-shadow-lvl-4:var(--theme-shadow-4);--theme-box-shadow-level-1:var(--theme-shadow-1);--theme-box-shadow-level-2:var(--theme-shadow-2);--theme-box-shadow-level-3:var(--theme-shadow-3);--theme-box-shadow-level-4:var(--theme-shadow-4);--theme-box-shadow-insert:var(--theme-inset-shadow-1)}.input-group-label{color:var(--theme-input-unit--color);margin-left:2px;margin-right:2px}.group-start .input-group-label:first-child{margin-left:8px}.group-start .input-group-label:last-child{margin-right:4px}.group-end .input-group-label:first-child{margin-left:4px}.group-end .input-group-label:last-child{margin-right:8px}.ix-table{border-color:var(--theme-table--border-color);border-spacing:0;box-sizing:border-box;color:var(--theme-color-std-text);font-family:Siemens Sans,sans-serif;font-size:.875rem;font-weight:400;line-height:1.429em;margin-bottom:1rem;vertical-align:top;width:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;--ix-table-background:var(--theme-table--background);--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--theme-table--color);--bs-table-bg:var(--theme-table--background);--bs-table-border-color:var(--theme-table--border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--theme-table--color);--bs-table-striped-bg:var(--theme-table-data-row-alt--background);--bs-table-active-color:var(--theme-table--color);--bs-table-active-bg:var(--theme-table-data-row-alt--background--active);--bs-table-hover-color:var(--theme-table--color);--bs-table-hover-bg:var(--theme-table-data-row-alt--background--hover)}.ix-table-striped>tbody>tr:nth-of-type(odd)>*{--ix-table-background:var(--theme-table-data-row-alt--background)}.ix-table thead{background-color:var(--theme-table-header-row--background)}.ix-table>thead{vertical-align:bottom}.ix-table>:not(caption)>*>*{background-color:var(--ix-table-background);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px transparent;padding:.5rem}.ix-table td,.ix-table th{border-bottom-color:var(--theme-table-data-row--border-color)}.ix-table tbody,.ix-table td,.ix-table tfoot,.ix-table th,.ix-table thead,.ix-table tr{text-align:left}.typography-label{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-0);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased}.typography-label,.typography-label-xs{line-height:var(--theme-line-height-sm);text-decoration:none;-moz-osx-font-smooting:grayscale}.typography-label-xs{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms--2);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xxl);-webkit-font-smoothing:antialiased}.typography-label-sm{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms--1);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased}.typography-label-lg,.typography-label-sm{line-height:var(--theme-line-height-sm);text-decoration:none;-moz-osx-font-smooting:grayscale}.typography-label-lg{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-1);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-lg);-webkit-font-smoothing:antialiased}.typography-body{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-0);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);line-height:var(--theme-line-height-md);-webkit-font-smoothing:antialiased}.typography-body,.typography-body-xs{text-decoration:none;-moz-osx-font-smooting:grayscale}.typography-body-xs{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms--2);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xxl);line-height:var(--theme-line-height-lg);-webkit-font-smoothing:antialiased}.typography-body-sm{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms--1);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);-webkit-font-smoothing:antialiased}.typography-body-lg,.typography-body-sm{line-height:var(--theme-line-height-lg);text-decoration:none;-moz-osx-font-smooting:grayscale}.typography-body-lg{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-1);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-lg);-webkit-font-smoothing:antialiased}.typography-display{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-3);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-md);-webkit-font-smoothing:antialiased}.typography-display,.typography-display-xs{line-height:var(--theme-line-height-xs);text-decoration:none;-moz-osx-font-smooting:grayscale}.typography-display-xs{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-1);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-sm);-webkit-font-smoothing:antialiased}.typography-display-sm{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-2);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-lg);-webkit-font-smoothing:antialiased}.typography-display-lg,.typography-display-sm{line-height:var(--theme-line-height-xs);text-decoration:none;-moz-osx-font-smooting:grayscale}.typography-display-lg{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-4);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-md);-webkit-font-smoothing:antialiased}.typography-display-xl{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-5);font-style:normal;font-weight:var(--theme-font-weight-bold);-webkit-font-smoothing:antialiased}.typography-display-xl,.typography-display-xxl{letter-spacing:var(--theme-letter-spacing-sm);line-height:var(--theme-line-height-xs);text-decoration:none;-moz-osx-font-smooting:grayscale}.typography-display-xxl{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-6);font-style:normal;font-weight:var(--theme-font-weight-bold);-webkit-font-smoothing:antialiased}.h6,.typography-h6,h6{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms--1);font-style:normal;font-weight:var(--theme-font-weight-bold);-webkit-font-smoothing:antialiased}.h5,.h6,.typography-h5,.typography-h6,h5,h6{letter-spacing:var(--theme-letter-spacing-xl);line-height:var(--theme-line-height-lg);text-decoration:none;-moz-osx-font-smooting:grayscale}.h5,.typography-h5,h5{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-0);font-style:normal;font-weight:var(--theme-font-weight-bold);-webkit-font-smoothing:antialiased}.h4,.typography-h4,h4{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-1);font-style:normal;font-weight:var(--theme-font-weight-bold);-webkit-font-smoothing:antialiased}.h3,.h4,.typography-h3,.typography-h4,h3,h4{letter-spacing:var(--theme-letter-spacing-lg);line-height:var(--theme-line-height-lg);text-decoration:none;-moz-osx-font-smooting:grayscale}.h3,.typography-h3,h3{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-2);font-style:normal;font-weight:var(--theme-font-weight-bold);-webkit-font-smoothing:antialiased}.h2,.typography-h2,h2{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-3);font-style:normal;font-weight:var(--theme-font-weight-bold);line-height:var(--theme-line-height-md);-webkit-font-smoothing:antialiased}.h1,.h2,.typography-h1,.typography-h2,h1,h2{letter-spacing:var(--theme-letter-spacing-md);text-decoration:none;-moz-osx-font-smooting:grayscale}.h1,.typography-h1,h1{font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-4);font-style:normal;font-weight:var(--theme-font-weight-bold);line-height:var(--theme-line-height-sm);-webkit-font-smoothing:antialiased}.typography-code{font-family:JetBrainsMono,Courier New,monospace,Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-0);font-style:normal;font-weight:var(--theme-font-weight-normal);-webkit-font-smoothing:antialiased}.typography-code,.typography-code-lg{letter-spacing:var(--theme-letter-spacing-md);line-height:var(--theme-line-height-lg);text-decoration:none;-moz-osx-font-smooting:grayscale}.typography-code-lg{font-family:JetBrainsMono,Courier New,monospace,Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-1);font-style:normal;font-weight:var(--theme-font-weight-normal);-webkit-font-smoothing:antialiased}.typography-code-sm{font-family:JetBrainsMono,Courier New,monospace,Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms--1);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);line-height:var(--theme-line-height-lg);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.typography-decoration-none{text-decoration:none!important}.typography-decoration-underline{text-decoration:underline!important}.typography-decoration-line-through{text-decoration:line-through!important}.typography-weight-bold{font-weight:700!important}a{color:var(--theme-color-primary)}.ix-button-group{display:inline-flex;position:relative;vertical-align:middle}.ix-button-group ix-button:first-child{--ix-button-border-radius-right:0}.ix-button-group ix-button:last-child{--ix-button-border-radius-left:0}.ix-button-group ix-button:not(:first-child):not(:last-child){--ix-button-border-radius-right:0;--ix-button-border-radius-left:0}*,:after,:before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}hr{border:0;border-top:1px solid;color:inherit;margin:1rem 0;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[title]{cursor:help;text-decoration:underline dotted;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{background-color:var(--theme-color-warning-40);padding:.1875em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--theme-font-code);font-size:1em}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{font-size:.875em;word-wrap:break-word}code a>code{color:inherit}kbd{border-radius:.25rem;font-size:.875em;padding:.1875rem .375rem}kbd kbd{font-size:1em;padding:0}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button,input,optgroup,select,textarea{font-family:inherit;line-height:inherit;margin:0}figure{margin:0 0 1rem}::-moz-focus-inner{border-style:none;padding:0}iframe{border:0}img,svg{vertical-align:middle}summary{cursor:pointer;display:list-item}[hidden]{display:none!important}:root{--ix-safe-area-inset-top:0rem;--ix-safe-area-inset-right:0rem;--ix-safe-area-inset-bottom:0rem;--ix-safe-area-inset-left:0rem}:not([data-ix-theme]) body:not([data-ix-theme]),[data-ix-theme]{--animate-duration:var(--theme-default-time);--bs-font-sans-serif:Siemens Sans,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";color:var(--theme-color-std-text);--theme-border-width-default:.0625rem;--theme-border-width-none:0rem;--theme-border-width-thick:.125rem;--theme-container-size-0:15rem;--theme-container-size-1:20rem;--theme-container-size-2:22.5rem;--theme-container-size-3:30rem;--theme-container-size-4:37.5rem;--theme-container-size-5:45rem;--theme-container-size-6:52.5rem;--theme-default-border-radius:.25rem;--theme-default-control-height:32px;--theme-default-icon-size:1.5rem;--theme-default-time:.15s;--theme-focus--border-thickness:.0625rem;--theme-focus--outline-offset:.125rem;--theme-focus-border-thickness:.0625rem;--theme-focus-outline-offset:.125rem;--theme-font-size-caption:.75rem;--theme-font-size-default:.875rem;--theme-font-size-l:1rem;--theme-font-size-s:.75rem;--theme-font-size-xl:1.375rem;--theme-font-size-xs:.625rem;--theme-font-weight-black:900;--theme-font-weight-bold:700;--theme-font-weight-normal:400;--theme-inner-shadow-blur-1:4;--theme-inner-shadow-spread-1:0;--theme-inner-shadow-x-offset-1:0;--theme-inner-shadow-y-offset-1:2;--theme-input-min-width:.125rem;--theme-input-padding-x:.5rem;--theme-input-padding-y:.5rem;--theme-large-control-height:40px;--theme-large-icon-size:2rem;--theme-letter-spacing-lg:.006em;--theme-letter-spacing-md:0em;--theme-letter-spacing-sm:-.006em;--theme-letter-spacing-xl:.012em;--theme-letter-spacing-xs:-.012em;--theme-letter-spacing-xxl:.02em;--theme-lightbox-blur:5.44;--theme-line-height-caption:1.5;--theme-line-height-caption-single:1;--theme-line-height-default:1.429;--theme-line-height-default-single:1.143;--theme-line-height-h2:1.455;--theme-line-height-l:1.5;--theme-line-height-l-single:1.25;--theme-line-height-lg:1.5;--theme-line-height-md:1.43;--theme-line-height-mdsm:1.3;--theme-line-height-s:1.5;--theme-line-height-s-single:1.5;--theme-line-height-sm:1.2;--theme-line-height-xl:1.091;--theme-line-height-xs:1;--theme-logo--siemens:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'76\' height=\'12\' viewBox=\'0 0 76 12\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M.497 11.545v-2.27c1.292.407 2.435.61 3.43.61 1.373 0 2.06-.363 2.06-1.088 0-.27-.1-.498-.3-.682-.206-.195-.73-.466-1.573-.812C2.6 6.68 1.614 6.15 1.156 5.71.561 5.132.264 4.402.264 3.52c0-1.137.433-2.003 1.3-2.598.855-.59 1.97-.885 3.346-.885.758 0 1.854.14 3.289.419v2.183C7.132 2.213 6.141 2 5.225 2c-1.289 0-1.933.354-1.933 1.064 0 .265.13.481.39.649.216.136.811.422 1.785.86C6.87 5.198 7.804 5.739 8.27 6.2c.552.546.828 1.253.828 2.12 0 1.244-.541 2.194-1.624 2.849-.877.53-2.014.795-3.411.795-1.18 0-2.368-.139-3.565-.418zM10.91.237h3.211V11.73h-3.21V.237zm6.155 11.494V.237H25.3v2.079h-5.14V4.91h4.474v1.896H20.16v2.728h5.272v2.196h-8.367zm10.463 0V.237h4.163l2.892 7.344L37.547.237h3.954V11.73h-3.044V3.593l-3.37 8.255h-1.99L29.79 3.593v8.138h-2.262zm16.918 0V.237h8.234v2.079h-5.14V4.91h4.475v1.896H47.54v2.728h5.273v2.196h-8.368zm10.48 0V.237h3.721l3.948 7.694V.237h2.261V11.73h-3.615l-4.053-7.798v7.798h-2.262zm12.21-.186v-2.27c1.28.407 2.424.61 3.43.61 1.373 0 2.059-.363 2.059-1.088a.903.903 0 0 0-.29-.682c-.207-.195-.734-.466-1.582-.812-1.508-.617-2.495-1.147-2.958-1.592-.594-.573-.891-1.306-.891-2.2 0-1.13.432-1.994 1.299-2.59.855-.59 1.97-.884 3.346-.884.774 0 1.776.123 3.005.37l.284.049v2.183C73.77 2.213 72.776 2 71.856 2c-1.284 0-1.925.354-1.925 1.064 0 .265.13.481.389.649.206.13.804.417 1.794.86 1.392.624 2.324 1.165 2.793 1.625.553.547.829 1.254.829 2.12 0 1.245-.539 2.195-1.616 2.85-.882.53-2.022.795-3.419.795-1.18 0-2.37-.139-3.565-.418z\' fill=\'%23FFF\' fill-rule=\'evenodd\'/%3E%3C/svg%3E%0A");--theme-medium-control-height:24px;--theme-medium-time:.3s;--theme-min-border-radius:0rem;--theme-ms--1:.75rem;--theme-ms--2:.625rem;--theme-ms-0:.875rem;--theme-ms-1:1rem;--theme-ms-1-2:1.125rem;--theme-ms-2:1.25rem;--theme-ms-3:1.5rem;--theme-ms-4:1.8125rem;--theme-ms-5:2.1875rem;--theme-ms-6:2.625rem;--theme-ms-7:3.125rem;--theme-ms-8:3.75rem;--theme-overlay-blur:43.49;--theme-shadow-1-blur-1:2;--theme-shadow-1-blur-2:1;--theme-shadow-1-spread-1:0;--theme-shadow-1-spread-2:0;--theme-shadow-1-x-offset-1:0;--theme-shadow-1-x-offset-2:0;--theme-shadow-1-y-offset-1:2;--theme-shadow-1-y-offset-2:1;--theme-shadow-2-blur-1:8;--theme-shadow-2-blur-2:8;--theme-shadow-2-blur-3:16;--theme-shadow-2-spread-1:0;--theme-shadow-2-spread-2:0;--theme-shadow-2-spread-3:0;--theme-shadow-2-x-offset-1:-4;--theme-shadow-2-x-offset-2:4;--theme-shadow-2-x-offset-3:0;--theme-shadow-2-y-offset-1:0;--theme-shadow-2-y-offset-2:0;--theme-shadow-2-y-offset-3:0;--theme-shadow-3-blur-1:6;--theme-shadow-3-blur-2:8;--theme-shadow-3-spread-1:0;--theme-shadow-3-spread-2:0;--theme-shadow-3-x-offset-1:0;--theme-shadow-3-x-offset-2:0;--theme-shadow-3-y-offset-1:2;--theme-shadow-3-y-offset-2:0;--theme-shadow-4-blur-1:2;--theme-shadow-4-blur-2:8;--theme-shadow-4-blur-3:18;--theme-shadow-4-spread-1:0;--theme-shadow-4-spread-2:0;--theme-shadow-4-spread-3:0;--theme-shadow-4-x-offset-1:0;--theme-shadow-4-x-offset-2:0;--theme-shadow-4-x-offset-3:0;--theme-shadow-4-y-offset-1:0;--theme-shadow-4-y-offset-2:4;--theme-shadow-4-y-offset-3:12;--theme-short-time:0ms;--theme-size--1:.75rem;--theme-size--2:.5rem;--theme-size--3:.375rem;--theme-size--4:.25rem;--theme-size--5:.1875rem;--theme-size--6:.125rem;--theme-size-0:1rem;--theme-size-1:1.5rem;--theme-size-2:2rem;--theme-size-3:3rem;--theme-size-4:4rem;--theme-size-5:6rem;--theme-size-6:8rem;--theme-size-7:12rem;--theme-size-8:16rem;--theme-slow-time:.5s;--theme-small-border-radius:.125rem;--theme-small-icon-size:1rem;--theme-space--1:.25rem;--theme-space--2:.1875rem;--theme-space--3:.125rem;--theme-space-0:.375rem;--theme-space-1:.5rem;--theme-space-2:.75rem;--theme-space-3:1rem;--theme-space-4:1.5rem;--theme-space-5:2rem;--theme-space-6:3rem;--theme-space-7:4rem;--theme-space-8:6rem;--theme-text-decoration-line-through:line-through;--theme-text-decoration-none:none;--theme-text-decoration-underline:underline;--theme-x-slow-time:1s;--theme-action-card--border-radius:var(--theme-default-border-radius);--theme-action-card--border-width:var(--theme-border-width-default);--theme-action-card--focus--outline-offset:var(--theme-focus-outline-offset);--theme-action-card-alarm--background:var(--theme-color-alarm);--theme-action-card-alarm--background--active:var(--theme-color-alarm--active);--theme-action-card-alarm--background--hover:var(--theme-color-alarm--hover);--theme-action-card-alarm--background--selected:var(--theme-color-alarm);--theme-action-card-alarm--border-color:var(--theme-color-0);--theme-action-card-alarm--border-color--active:var(--theme-color-0);--theme-action-card-alarm--border-color--hover:var(--theme-color-0);--theme-action-card-alarm--border-color--selected:var(--theme-color-dynamic);--theme-action-card-alarm--color:var(--theme-color-alarm--contrast);--theme-action-card-alarm-subtext--color:var(--theme-color-alarm--contrast);--theme-action-card-critical--background:var(--theme-color-critical);--theme-action-card-critical--background--active:var(--theme-color-critical--active);--theme-action-card-critical--background--hover:var(--theme-color-critical--hover);--theme-action-card-critical--background--selected:var(--theme-color-critical);--theme-action-card-critical--border-color:var(--theme-color-0);--theme-action-card-critical--border-color--active:var(--theme-color-0);--theme-action-card-critical--border-color--hover:var(--theme-color-0);--theme-action-card-critical--border-color--selected:var(--theme-color-dynamic);--theme-action-card-critical--color:var(--theme-color-critical--contrast);--theme-action-card-critical-subtext--color:var(--theme-color-critical--contrast);--theme-action-card-filled--background:var(--theme-color-component-1);--theme-action-card-filled--background--active:var(--theme-color-component-1--active);--theme-action-card-filled--background--hover:var(--theme-color-component-1--hover);--theme-action-card-filled--background--selected:var(--theme-color-ghost--selected);--theme-action-card-filled--border-color:var(--theme-color-0);--theme-action-card-filled--border-color--active:var(--theme-color-0);--theme-action-card-filled--border-color--hover:var(--theme-color-0);--theme-action-card-filled--border-color--selected:var(--theme-color-dynamic);--theme-action-card-filled--color:var(--theme-color-std-text);--theme-action-card-filled-subtext--color:var(--theme-color-soft-text);--theme-action-card-info--background:var(--theme-color-info);--theme-action-card-info--background--active:var(--theme-color-info--active);--theme-action-card-info--background--hover:var(--theme-color-info--hover);--theme-action-card-info--background--selected:var(--theme-color-info);--theme-action-card-info--border-color:var(--theme-color-0);--theme-action-card-info--border-color--active:var(--theme-color-0);--theme-action-card-info--border-color--hover:var(--theme-color-0);--theme-action-card-info--border-color--selected:var(--theme-color-dynamic);--theme-action-card-info--color:var(--theme-color-info--contrast);--theme-action-card-info-subtext--color:var(--theme-color-info--contrast);--theme-action-card-neutral--background:var(--theme-color-neutral);--theme-action-card-neutral--background--active:var(--theme-color-neutral--active);--theme-action-card-neutral--background--hover:var(--theme-color-neutral--hover);--theme-action-card-neutral--background--selected:var(--theme-color-neutral);--theme-action-card-neutral--border-color:var(--theme-color-0);--theme-action-card-neutral--border-color--active:var(--theme-color-0);--theme-action-card-neutral--border-color--hover:var(--theme-color-0);--theme-action-card-neutral--border-color--selected:var(--theme-color-dynamic);--theme-action-card-neutral--color:var(--theme-color-neutral--contrast);--theme-action-card-neutral-subtext--color:var(--theme-color-neutral--contrast);--theme-action-card-outline--background:var(--theme-color-ghost);--theme-action-card-outline--background--active:var(--theme-color-ghost--active);--theme-action-card-outline--background--hover:var(--theme-color-ghost--hover);--theme-action-card-outline--background--selected:var(--theme-color-ghost--selected);--theme-action-card-outline--border-color:var(--theme-color-soft-bdr);--theme-action-card-outline--border-color--active:var(--theme-color-soft-bdr);--theme-action-card-outline--border-color--hover:var(--theme-color-soft-bdr);--theme-action-card-outline--border-color--selected:var(--theme-color-dynamic);--theme-action-card-outline-subtext--color:var(--theme-color-soft-text);--theme-action-card-primary--background:var(--theme-color-primary);--theme-action-card-primary--background--active:var(--theme-color-primary--active);--theme-action-card-primary--background--hover:var(--theme-color-primary--hover);--theme-action-card-primary--background--selected:var(--theme-color-primary);--theme-action-card-primary--border-color:var(--theme-color-0);--theme-action-card-primary--border-color--active:var(--theme-color-0);--theme-action-card-primary--border-color--hover:var(--theme-color-0);--theme-action-card-primary--border-color--selected:var(--theme-color-dynamic);--theme-action-card-primary--color:var(--theme-color-primary--contrast);--theme-action-card-primary-subtext--color:var(--theme-color-primary--contrast);--theme-action-card-success--background:var(--theme-color-success);--theme-action-card-success--background--active:var(--theme-color-success--active);--theme-action-card-success--background--hover:var(--theme-color-success--hover);--theme-action-card-success--background--selected:var(--theme-color-success);--theme-action-card-success--border-color:var(--theme-color-0);--theme-action-card-success--border-color--active:var(--theme-color-0);--theme-action-card-success--border-color--hover:var(--theme-color-0);--theme-action-card-success--border-color--selected:var(--theme-color-dynamic);--theme-action-card-success--color:var(--theme-color-success--contrast);--theme-action-card-warning--background:var(--theme-color-warning);--theme-action-card-warning--background--active:var(--theme-color-warning--active);--theme-action-card-warning--background--hover:var(--theme-color-warning--hover);--theme-action-card-warning--background--selected:var(--theme-color-warning);--theme-action-card-warning--border-color:var(--theme-color-0);--theme-action-card-warning--border-color--active:var(--theme-color-0);--theme-action-card-warning--border-color--hover:var(--theme-color-0);--theme-action-card-warning--border-color--selected:var(--theme-color-dynamic);--theme-action-card-warning--color:var(--theme-color-warning--contrast);--theme-action-card-warning-subtext--color:var(--theme-color-warning--contrast);--theme-app-header--background:var(--theme-color-2);--theme-app-header--border-color:var(--theme-color-weak-bdr);--theme-app-header--border-width:var(--theme-blind--border-thickness);--theme-app-header--color:var(--theme-color-std-text);--theme-app-header-app-icon--outline-color:var(--theme-color-8);--theme-app-header-logo--color:var(--theme-color-logo);--theme-app-header-name-suffix--color:var(--theme-color-soft-text);--theme-avatar--background:var(--theme-color-component-3);--theme-avatar--color:var(--theme-color-std-text);--theme-avatar-btn--background:var(--theme-color-ghost);--theme-avatar-btn--background--active:var(--theme-color-ghost--active);--theme-avatar-btn--background--hover:var(--theme-color-ghost--hover);--theme-avatar-btn--color:var(--theme-color-std-text);--theme-avatar-btn--color--active:var(--theme-color-std-text);--theme-avatar-btn--color--hover:var(--theme-color-std-text);--theme-blind--border-radius:var(--theme-default-border-radius);--theme-blind--border-thickness:var(--theme-border-width-default);--theme-blind-base--background:var(--theme-color-component-1);--theme-blind-base--border-color:var(--theme-color-0);--theme-blind-header-closed--background:var(--theme-color-ghost);--theme-blind-header-closed--background--active:var(--theme-color-ghost--active);--theme-blind-header-closed--background--hover:var(--theme-color-ghost--hover);--theme-blind-header-closed--color:var(--theme-color-std-text);--theme-blind-header-closed--color--active:var(--theme-color-std-text);--theme-blind-header-closed--color--hover:var(--theme-color-std-text);--theme-blind-header-icon-closed--color:var(--theme-color-primary);--theme-blind-header-icon-closed--color--active:var(--theme-color-primary);--theme-blind-header-icon-closed--color--hover:var(--theme-color-primary);--theme-blind-header-icon-open--color:var(--theme-color-dynamic);--theme-blind-header-icon-open--color--active:var(--theme-color-dynamic);--theme-blind-header-icon-open--color--hover:var(--theme-color-dynamic);--theme-blind-header-open--background:var(--theme-color-ghost);--theme-blind-header-open--background--active:var(--theme-color-ghost--active);--theme-blind-header-open--background--hover:var(--theme-color-ghost--hover);--theme-blind-header-open--color:var(--theme-color-std-text);--theme-blind-header-open--color--active:var(--theme-color-std-text);--theme-blind-header-open--color--hover:var(--theme-color-std-text);--theme-btn--border-radius:var(--theme-small-border-radius);--theme-btn--border-thickness:var(--theme-border-width-default);--theme-btn--focus--outline-offset:var(--theme-focus-outline-offset);--theme-btn-danger-primary--background:var(--theme-color-alarm);--theme-btn-danger-primary--background--active:var(--theme-color-alarm--active);--theme-btn-danger-primary--background--disabled:var(--theme-color-component-4);--theme-btn-danger-primary--background--hover:var(--theme-color-alarm--hover);--theme-btn-danger-primary--border-color:var(--theme-color-0);--theme-btn-danger-primary--border-color--active:var(--theme-color-0);--theme-btn-danger-primary--border-color--disabled:var(--theme-color-0);--theme-btn-danger-primary--border-color--hover:var(--theme-color-0);--theme-btn-danger-primary--color:var(--theme-color-alarm--contrast);--theme-btn-danger-primary--color--active:var(--theme-color-alarm--contrast);--theme-btn-danger-primary--color--disabled:var(--theme-color-primary--contrast);--theme-btn-danger-primary--color--hover:var(--theme-color-alarm--contrast);--theme-btn-danger-secondary--background:var(--theme-color-0);--theme-btn-danger-secondary--background--active:var(--theme-color-0);--theme-btn-danger-secondary--background--disabled:var(--theme-color-ghost);--theme-btn-danger-secondary--background--hover:var(--theme-color-component-error);--theme-btn-danger-secondary--border-color:var(--theme-color-alarm-text);--theme-btn-danger-secondary--border-color--active:var(--theme-color-alarm-text);--theme-btn-danger-secondary--border-color--disabled:var(--theme-color-component-4);--theme-btn-danger-secondary--border-color--hover:var(--theme-color-alarm-text);--theme-btn-danger-secondary--color:var(--theme-color-alarm-text);--theme-btn-danger-secondary--color--active:var(--theme-color-alarm-text);--theme-btn-danger-secondary--color--disabled:var(--theme-color-weak-text);--theme-btn-danger-secondary--color--hover:var(--theme-color-alarm-text);--theme-btn-danger-tertiary--background:var(--theme-color-ghost);--theme-btn-danger-tertiary--background--active:var(--theme-color-0);--theme-btn-danger-tertiary--background--disabled:var(--theme-color-ghost);--theme-btn-danger-tertiary--background--hover:var(--theme-color-component-error);--theme-btn-danger-tertiary--border-color:var(--theme-color-0);--theme-btn-danger-tertiary--border-color--active:var(--theme-color-0);--theme-btn-danger-tertiary--border-color--disabled:var(--theme-color-0);--theme-btn-danger-tertiary--border-color--hover:var(--theme-color-0);--theme-btn-danger-tertiary--color:var(--theme-color-alarm-text);--theme-btn-danger-tertiary--color--active:var(--theme-color-alarm-text);--theme-btn-danger-tertiary--color--disabled:var(--theme-color-weak-text);--theme-btn-danger-tertiary--color--hover:var(--theme-color-alarm-text);--theme-btn-primary--background:var(--theme-color-primary);--theme-btn-primary--background--active:var(--theme-color-primary--active);--theme-btn-primary--background--disabled:var(--theme-color-component-4);--theme-btn-primary--background--hover:var(--theme-color-primary--hover);--theme-btn-primary--background--pressed:var(--theme-color-dynamic);--theme-btn-primary--background--pressed-active:var(--theme-color-dynamic--active);--theme-btn-primary--background--pressed-hover:var(--theme-color-dynamic--hover);--theme-btn-primary--border-color:var(--theme-color-ghost);--theme-btn-primary--border-color--active:var(--theme-color-ghost);--theme-btn-primary--border-color--disabled:var(--theme-color-ghost);--theme-btn-primary--border-color--hover:var(--theme-color-ghost);--theme-btn-primary--border-color--pressed:var(--theme-color-ghost);--theme-btn-primary--border-color--pressed-hover:var(--theme-color-ghost);--theme-btn-primary--border-color--pressed-hover-active:var(--theme-color-ghost);--theme-btn-primary--color:var(--theme-color-primary--contrast);--theme-btn-primary--color--active:var(--theme-color-primary--contrast);--theme-btn-primary--color--disabled:var(--theme-color-primary--contrast);--theme-btn-primary--color--hover:var(--theme-color-primary--contrast);--theme-btn-primary--color--pressed:var(--theme-color-primary--contrast);--theme-btn-primary--color--pressed-active:var(--theme-color-primary--contrast);--theme-btn-primary--color--pressed-hover:var(--theme-color-primary--contrast);--theme-btn-secondary--background:var(--theme-color-secondary);--theme-btn-secondary--background--active:var(--theme-color-secondary--active);--theme-btn-secondary--background--disabled:var(--theme-color-ghost);--theme-btn-secondary--background--hover:var(--theme-color-secondary--hover);--theme-btn-secondary--background--pressed:var(--theme-color-component-7);--theme-btn-secondary--background--pressed-active:var(--theme-color-component-7--active);--theme-btn-secondary--background--pressed-hover:var(--theme-color-component-7--hover);--theme-btn-secondary--border-color:var(--theme-color-primary);--theme-btn-secondary--border-color--active:var(--theme-color-dynamic);--theme-btn-secondary--border-color--disabled:var(--theme-color-component-4);--theme-btn-secondary--border-color--hover:var(--theme-color-dynamic);--theme-btn-secondary--border-color--pressed:var(--theme-color-dynamic);--theme-btn-secondary--border-color--pressed-active:var(--theme-color-dynamic);--theme-btn-secondary--border-color--pressed-hover:var(--theme-color-dynamic);--theme-btn-secondary--color:var(--theme-color-primary);--theme-btn-secondary--color--active:var(--theme-color-dynamic);--theme-btn-secondary--color--disabled:var(--theme-color-weak-text);--theme-btn-secondary--color--hover:var(--theme-color-dynamic);--theme-btn-secondary--color--pressed:var(--theme-color-dynamic);--theme-btn-secondary--color--pressed-active:var(--theme-color-dynamic);--theme-btn-secondary--color--pressed-hover:var(--theme-color-dynamic);--theme-btn-subtle-primary--background:var(--theme-color-component-2);--theme-btn-subtle-primary--background--active:var(--theme-color-component-1--active);--theme-btn-subtle-primary--background--disabled:var(--theme-color-component-2);--theme-btn-subtle-primary--background--hover:var(--theme-color-component-1--hover);--theme-btn-subtle-primary--background--pressed:var(--theme-color-component-7);--theme-btn-subtle-primary--background--pressed-active:var(--theme-color-component-7--active);--theme-btn-subtle-primary--background--pressed-hover:var(--theme-color-component-7--hover);--theme-btn-subtle-primary--border-color:var(--theme-color-0);--theme-btn-subtle-primary--border-color--active:var(--theme-color-0);--theme-btn-subtle-primary--border-color--disabled:var(--theme-color-0);--theme-btn-subtle-primary--border-color--hover:var(--theme-color-0);--theme-btn-subtle-primary--border-color--pressed:var(--theme-color-0);--theme-btn-subtle-primary--border-color--pressed-active:var(--theme-color-0);--theme-btn-subtle-primary--border-color--pressed-hover:var(--theme-color-0);--theme-btn-subtle-primary--color:var(--theme-color-std-text);--theme-btn-subtle-primary--color--active:var(--theme-color-std-text);--theme-btn-subtle-primary--color--disabled:var(--theme-color-weak-text);--theme-btn-subtle-primary--color--hover:var(--theme-color-std-text);--theme-btn-subtle-primary--color--pressed:var(--theme-color-dynamic);--theme-btn-subtle-primary--color--pressed-active:var(--theme-color-dynamic);--theme-btn-subtle-primary--color--pressed-hover:var(--theme-color-dynamic);--theme-btn-subtle-secondary--background:var(--theme-color-ghost);--theme-btn-subtle-secondary--background--active:var(--theme-color-ghost--active);--theme-btn-subtle-secondary--background--disabled:var(--theme-color-ghost);--theme-btn-subtle-secondary--background--hover:var(--theme-color-ghost--hover);--theme-btn-subtle-secondary--background--pressed:var(--theme-color-component-7);--theme-btn-subtle-secondary--background--pressed-active:var(--theme-color-component-7--active);--theme-btn-subtle-secondary--background--pressed-hover:var(--theme-color-component-7--hover);--theme-btn-subtle-secondary--border-color:var(--theme-color-component-4);--theme-btn-subtle-secondary--border-color--active:var(--theme-color-component-4);--theme-btn-subtle-secondary--border-color--disabled:var(--theme-color-component-4);--theme-btn-subtle-secondary--border-color--hover:var(--theme-color-component-4);--theme-btn-subtle-secondary--border-color--pressed:var(--theme-color-std-bdr);--theme-btn-subtle-secondary--border-color--pressed-active:var(--theme-color-std-bdr);--theme-btn-subtle-secondary--border-color--pressed-hover:var(--theme-color-std-bdr);--theme-btn-subtle-secondary--color:var(--theme-color-std-text);--theme-btn-subtle-secondary--color--active:var(--theme-color-std-text);--theme-btn-subtle-secondary--color--disabled:var(--theme-color-weak-text);--theme-btn-subtle-secondary--color--hover:var(--theme-color-std-text);--theme-btn-subtle-secondary--color--pressed:var(--theme-color-dynamic);--theme-btn-subtle-secondary--color--pressed-active:var(--theme-color-dynamic);--theme-btn-subtle-secondary--color--pressed-hover:var(--theme-color-dynamic);--theme-btn-subtle-tertiary--background:var(--theme-color-ghost);--theme-btn-subtle-tertiary--background--active:var(--theme-color-ghost--active);--theme-btn-subtle-tertiary--background--disabled:var(--theme-color-ghost);--theme-btn-subtle-tertiary--background--hover:var(--theme-color-ghost--hover);--theme-btn-subtle-tertiary--background--pressed:var(--theme-color-component-7);--theme-btn-subtle-tertiary--background--pressed-active:var(--theme-color-component-7--active);--theme-btn-subtle-tertiary--background--pressed-hover:var(--theme-color-component-7--hover);--theme-btn-subtle-tertiary--border-color:var(--theme-color-0);--theme-btn-subtle-tertiary--border-color--active:var(--theme-color-0);--theme-btn-subtle-tertiary--border-color--disabled:var(--theme-color-0);--theme-btn-subtle-tertiary--border-color--hover:var(--theme-color-0);--theme-btn-subtle-tertiary--border-color--pressed:var(--theme-color-0);--theme-btn-subtle-tertiary--border-color--pressed-active:var(--theme-color-0);--theme-btn-subtle-tertiary--border-color--pressed-hover:var(--theme-color-0);--theme-btn-subtle-tertiary--color:var(--theme-color-std-text);--theme-btn-subtle-tertiary--color--active:var(--theme-color-std-text);--theme-btn-subtle-tertiary--color--disabled:var(--theme-color-weak-text);--theme-btn-subtle-tertiary--color--hover:var(--theme-color-std-text);--theme-btn-subtle-tertiary--color--pressed:var(--theme-color-dynamic);--theme-btn-subtle-tertiary--color--pressed-active:var(--theme-color-dynamic);--theme-btn-subtle-tertiary--color--pressed-hover:var(--theme-color-dynamic);--theme-btn-tertiary--background:var(--theme-color-ghost);--theme-btn-tertiary--background--active:var(--theme-color-secondary--active);--theme-btn-tertiary--background--disabled:var(--theme-color-ghost);--theme-btn-tertiary--background--hover:var(--theme-color-secondary--hover);--theme-btn-tertiary--background--pressed:var(--theme-color-component-7);--theme-btn-tertiary--background--pressed-active:var(--theme-color-component-7--active);--theme-btn-tertiary--background--pressed-hover:var(--theme-color-component-7--hover);--theme-btn-tertiary--border-color:var(--theme-color-0);--theme-btn-tertiary--border-color--active:var(--theme-color-0);--theme-btn-tertiary--border-color--disabled:var(--theme-color-0);--theme-btn-tertiary--border-color--hover:var(--theme-color-0);--theme-btn-tertiary--border-color--pressed:var(--theme-color-0);--theme-btn-tertiary--border-color--pressed-active:var(--theme-color-0);--theme-btn-tertiary--border-color--pressed-hover:var(--theme-color-0);--theme-btn-tertiary--color:var(--theme-color-primary);--theme-btn-tertiary--color--active:var(--theme-color-dynamic);--theme-btn-tertiary--color--disabled:var(--theme-color-weak-text);--theme-btn-tertiary--color--hover:var(--theme-color-dynamic);--theme-btn-tertiary--color--pressed:var(--theme-color-dynamic);--theme-btn-tertiary--color--pressed-active:var(--theme-color-dynamic);--theme-btn-tertiary--color--pressed-hover:var(--theme-color-dynamic);--theme-card--border-radius:var(--theme-default-border-radius);--theme-card--border-width:var(--theme-border-width-default);--theme-card--focus--outline-offset:var(--theme-focus-outline-offset);--theme-card-alarm--background:var(--theme-color-alarm);--theme-card-alarm--background--active:var(--theme-color-alarm--active);--theme-card-alarm--background--hover:var(--theme-color-alarm--hover);--theme-card-alarm--background--selected:var(--theme-color-alarm);--theme-card-alarm--border-color:var(--theme-color-0);--theme-card-alarm--border-color--active:var(--theme-color-0);--theme-card-alarm--border-color--hover:var(--theme-color-0);--theme-card-alarm--border-color--selected:var(--theme-color-dynamic);--theme-card-alarm--color:var(--theme-color-alarm--contrast);--theme-card-critical--background:var(--theme-color-critical);--theme-card-critical--background--active:var(--theme-color-critical--active);--theme-card-critical--background--hover:var(--theme-color-critical--hover);--theme-card-critical--background--selected:var(--theme-color-critical);--theme-card-critical--border-color:var(--theme-color-0);--theme-card-critical--border-color--active:var(--theme-color-0);--theme-card-critical--border-color--hover:var(--theme-color-0);--theme-card-critical--border-color--selected:var(--theme-color-dynamic);--theme-card-critical--color:var(--theme-color-critical--contrast);--theme-card-filled--background:var(--theme-color-component-1);--theme-card-filled--background--active:var(--theme-color-component-1--active);--theme-card-filled--background--hover:var(--theme-color-component-1--hover);--theme-card-filled--background--selected:var(--theme-color-ghost--selected);--theme-card-filled--border-color:var(--theme-color-0);--theme-card-filled--border-color--active:var(--theme-color-0);--theme-card-filled--border-color--hover:var(--theme-color-0);--theme-card-filled--border-color--selected:var(--theme-color-dynamic);--theme-card-filled--color:var(--theme-color-std-text);--theme-card-info--background:var(--theme-color-info);--theme-card-info--background--active:var(--theme-color-info--active);--theme-card-info--background--hover:var(--theme-color-info--hover);--theme-card-info--background--selected:var(--theme-color-info);--theme-card-info--border-color:var(--theme-color-0);--theme-card-info--border-color--active:var(--theme-color-0);--theme-card-info--border-color--hover:var(--theme-color-0);--theme-card-info--border-color--selected:var(--theme-color-dynamic);--theme-card-info--color:var(--theme-color-info--contrast);--theme-card-neutral--background:var(--theme-color-neutral);--theme-card-neutral--background--active:var(--theme-color-neutral--active);--theme-card-neutral--background--hover:var(--theme-color-neutral--hover);--theme-card-neutral--background--selected:var(--theme-color-neutral);--theme-card-neutral--border-color:var(--theme-color-0);--theme-card-neutral--border-color--active:var(--theme-color-0);--theme-card-neutral--border-color--hover:var(--theme-color-0);--theme-card-neutral--border-color--selected:var(--theme-color-dynamic);--theme-card-neutral--color:var(--theme-color-neutral--contrast);--theme-card-outline--background:var(--theme-color-ghost);--theme-card-outline--background--active:var(--theme-color-ghost--active);--theme-card-outline--background--hover:var(--theme-color-ghost--hover);--theme-card-outline--background--selected:var(--theme-color-ghost--selected);--theme-card-outline--border-color:var(--theme-color-soft-bdr);--theme-card-outline--border-color--active:var(--theme-color-soft-bdr);--theme-card-outline--border-color--hover:var(--theme-color-soft-bdr);--theme-card-outline--border-color--selected:var(--theme-color-dynamic);--theme-card-outline--color:var(--theme-color-std-text);--theme-card-primary--background:var(--theme-color-primary);--theme-card-primary--background--active:var(--theme-color-primary--active);--theme-card-primary--background--hover:var(--theme-color-primary--hover);--theme-card-primary--background--selected:var(--theme-color-primary);--theme-card-primary--border-color:var(--theme-color-0);--theme-card-primary--border-color--active:var(--theme-color-0);--theme-card-primary--border-color--hover:var(--theme-color-0);--theme-card-primary--border-color--selected:var(--theme-color-dynamic);--theme-card-primary--color:var(--theme-color-primary--contrast);--theme-card-success--background:var(--theme-color-success);--theme-card-success--background--active:var(--theme-color-success--active);--theme-card-success--background--hover:var(--theme-color-success--hover);--theme-card-success--background--selected:var(--theme-color-success);--theme-card-success--border-color:var(--theme-color-0);--theme-card-success--border-color--active:var(--theme-color-0);--theme-card-success--border-color--hover:var(--theme-color-0);--theme-card-success--border-color--selected:var(--theme-color-dynamic);--theme-card-success--color:var(--theme-color-success--contrast);--theme-card-warning--background:var(--theme-color-warning);--theme-card-warning--background--active:var(--theme-color-warning--active);--theme-card-warning--background--hover:var(--theme-color-warning--hover);--theme-card-warning--background--selected:var(--theme-color-warning);--theme-card-warning--border-color:var(--theme-color-0);--theme-card-warning--border-color--active:var(--theme-color-0);--theme-card-warning--border-color--hover:var(--theme-color-0);--theme-card-warning--border-color--selected:var(--theme-color-dynamic);--theme-card-warning--color:var(--theme-color-warning--contrast);--theme-checkbox--border-thickness:var(--theme-border-width-default);--theme-checkbox--focus--outline-offset:var(--theme-focus-outline-offset);--theme-checkbox-checked--background:var(--theme-color-dynamic);--theme-checkbox-checked--background--active:var(--theme-color-dynamic--active);--theme-checkbox-checked--background--disabled:var(--theme-color-component-4);--theme-checkbox-checked--background--hover:var(--theme-color-dynamic--hover);--theme-checkbox-checked--background--info:var(--theme-color-info);--theme-checkbox-checked--background--info--active:var(--theme-color-info--active);--theme-checkbox-checked--background--info--hover:var(--theme-color-info--hover);--theme-checkbox-checked--background--invalid:var(--theme-color-alarm);--theme-checkbox-checked--background--invalid--active:var(--theme-color-alarm--active);--theme-checkbox-checked--background--invalid--hover:var(--theme-color-alarm--hover);--theme-checkbox-checked--background--warning:var(--theme-color-warning);--theme-checkbox-checked--background--warning--active:var(--theme-color-warning--active);--theme-checkbox-checked--background--warning--hover:var(--theme-color-warning--hover);--theme-checkbox-checked--border-color:var(--theme-color-0);--theme-checkbox-checked--border-color--active:var(--theme-color-0);--theme-checkbox-checked--border-color--disabled:var(--theme-color-0);--theme-checkbox-checked--border-color--hover:var(--theme-color-0);--theme-checkbox-checked--border-color--info:var(--theme-color-0);--theme-checkbox-checked--border-color--info--active:var(--theme-color-0);--theme-checkbox-checked--border-color--info--hover:var(--theme-color-0);--theme-checkbox-checked--border-color--invalid:var(--theme-color-alarm-bdr);--theme-checkbox-checked--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-checkbox-checked--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-checkbox-checked--border-color--warning:var(--theme-color-warning-bdr);--theme-checkbox-checked--border-color--warning--active:var(--theme-color-warning-bdr);--theme-checkbox-checked--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-checkbox-checked--color:var(--theme-color-primary--contrast);--theme-checkbox-checked--color--active:var(--theme-color-primary--contrast);--theme-checkbox-checked--color--disabled:var(--theme-color-primary--contrast);--theme-checkbox-checked--color--hover:var(--theme-color-primary--contrast);--theme-checkbox-checked--color--info:var(--theme-color-info--contrast);--theme-checkbox-checked--color--info--active:var(--theme-color-info--contrast);--theme-checkbox-checked--color--info--hover:var(--theme-color-info--contrast);--theme-checkbox-checked--color--invalid:var(--theme-color-alarm--contrast);--theme-checkbox-checked--color--invalid--active:var(--theme-color-alarm--contrast);--theme-checkbox-checked--color--invalid--hover:var(--theme-color-alarm--contrast);--theme-checkbox-checked--color--warning:var(--theme-color-warning--contrast);--theme-checkbox-checked--color--warning--active:var(--theme-color-warning--contrast);--theme-checkbox-checked--color--warning--hover:var(--theme-color-warning--contrast);--theme-checkbox-label--color:var(--theme-color-std-text);--theme-checkbox-label--color--disabled:var(--theme-color-weak-text);--theme-checkbox-mixed--background:var(--theme-color-dynamic);--theme-checkbox-mixed--background--active:var(--theme-color-dynamic--active);--theme-checkbox-mixed--background--disabled:var(--theme-color-component-4);--theme-checkbox-mixed--background--hover:var(--theme-color-dynamic--hover);--theme-checkbox-mixed--background--invalid:var(--theme-color-alarm);--theme-checkbox-mixed--background--invalid--active:var(--theme-color-alarm--active);--theme-checkbox-mixed--background--invalid--hover:var(--theme-color-alarm--hover);--theme-checkbox-mixed--background--warning:var(--theme-color-warning);--theme-checkbox-mixed--background--warning--active:var(--theme-color-warning--active);--theme-checkbox-mixed--background--warning--hover:var(--theme-color-warning--hover);--theme-checkbox-mixed--border-color:var(--theme-color-0);--theme-checkbox-mixed--border-color--active:var(--theme-color-0);--theme-checkbox-mixed--border-color--disabled:var(--theme-color-0);--theme-checkbox-mixed--border-color--hover:var(--theme-color-0);--theme-checkbox-mixed--border-color--info:var(--theme-color-0);--theme-checkbox-mixed--border-color--info--active:var(--theme-color-0);--theme-checkbox-mixed--border-color--info--hover:var(--theme-color-0);--theme-checkbox-mixed--border-color--invalid:var(--theme-color-alarm-bdr);--theme-checkbox-mixed--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-checkbox-mixed--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-checkbox-mixed--border-color--warning:var(--theme-color-warning-bdr);--theme-checkbox-mixed--border-color--warning--active:var(--theme-color-warning-bdr);--theme-checkbox-mixed--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-checkbox-mixed--color:var(--theme-color-primary--contrast);--theme-checkbox-mixed--color--active:var(--theme-color-primary--contrast);--theme-checkbox-mixed--color--disabled:var(--theme-color-primary--contrast);--theme-checkbox-mixed--color--hover:var(--theme-color-primary--contrast);--theme-checkbox-mixed--color--info:var(--theme-color-info--contrast);--theme-checkbox-mixed--color--info--active:var(--theme-color-info--contrast);--theme-checkbox-mixed--color--info--hover:var(--theme-color-info--contrast);--theme-checkbox-mixed--color--invalid:var(--theme-color-alarm--contrast);--theme-checkbox-mixed--color--invalid--active:var(--theme-color-alarm--contrast);--theme-checkbox-mixed--color--invalid--hover:var(--theme-color-alarm--contrast);--theme-checkbox-mixed--color--warning:var(--theme-color-warning--contrast);--theme-checkbox-mixed--color--warning--active:var(--theme-color-warning--contrast);--theme-checkbox-mixed--color--warning--hover:var(--theme-color-warning--contrast);--theme-checkbox-unchecked--background:var(--theme-color-secondary);--theme-checkbox-unchecked--background--active:var(--theme-color-secondary--active);--theme-checkbox-unchecked--background--disabled:var(--theme-color-ghost);--theme-checkbox-unchecked--background--hover:var(--theme-color-secondary--hover);--theme-checkbox-unchecked--background--info:var(--theme-color-secondary);--theme-checkbox-unchecked--background--info--active:var(--theme-color-ghost--active);--theme-checkbox-unchecked--background--info--hover:var(--theme-color-ghost--hover);--theme-checkbox-unchecked--background--invalid:var(--theme-color-component-error);--theme-checkbox-unchecked--background--invalid--active:var(--theme-color-ghost--active);--theme-checkbox-unchecked--background--invalid--hover:var(--theme-color-ghost--hover);--theme-checkbox-unchecked--background--warning:var(--theme-color-component-warning);--theme-checkbox-unchecked--background--warning--active:var(--theme-color-ghost--active);--theme-checkbox-unchecked--background--warning--hover:var(--theme-color-ghost--hover);--theme-checkbox-unchecked--border-color:var(--theme-color-contrast-bdr);--theme-checkbox-unchecked--border-color--active:var(--theme-color-dynamic);--theme-checkbox-unchecked--border-color--disabled:var(--theme-color-component-4);--theme-checkbox-unchecked--border-color--hover:var(--theme-color-dynamic);--theme-checkbox-unchecked--border-color--info:var(--theme-color-info);--theme-checkbox-unchecked--border-color--info--active:var(--theme-color-info--active);--theme-checkbox-unchecked--border-color--info--hover:var(--theme-color-info--hover);--theme-checkbox-unchecked--border-color--invalid:var(--theme-color-alarm-bdr);--theme-checkbox-unchecked--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-checkbox-unchecked--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-checkbox-unchecked--border-color--warning:var(--theme-color-warning-bdr);--theme-checkbox-unchecked--border-color--warning--active:var(--theme-color-warning-bdr);--theme-checkbox-unchecked--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-chip--background:var(--theme-color-component-1);--theme-chip--background--active:var(--theme-color-component-1--active);--theme-chip--background--hover:var(--theme-color-component-1--hover);--theme-chip--color:var(--theme-color-std-text);--theme-chip-close-btn--background:var(--theme-color-ghost);--theme-chip-close-btn--background--active:var(--theme-color-ghost--active);--theme-chip-close-btn--background--hover:var(--theme-color-ghost--hover);--theme-chip-close-btn--color:var(--theme-color-soft-text);--theme-chip-outline--background:var(--theme-color-secondary);--theme-chip-outline--background--active:var(--theme-color-1--active);--theme-chip-outline--background--hover:var(--theme-color-1--hover);--theme-chip-outline--color:var(--theme-color-std-text);--theme-chip-primary--background:var(--theme-color-primary);--theme-chip-primary--background--active:var(--theme-color-primary--active);--theme-chip-primary--background--hover:var(--theme-color-primary--hover);--theme-chip-primary--color:var(--theme-color-primary--contrast);--theme-chip-primary--color--active:var(--theme-color-primary--contrast);--theme-chip-primary--color--hover:var(--theme-color-primary--contrast);--theme-chip-primary-outline--background:var(--theme-color-secondary);--theme-chip-primary-outline--background--active:var(--theme-color-secondary--active);--theme-chip-primary-outline--background--display:var(--theme-color-secondary);--theme-chip-primary-outline--background--hover:var(--theme-color-secondary--hover);--theme-chip-primary-outline--border-color:var(--theme-color-primary);--theme-chip-primary-outline--border-color--active:var(--theme-color-dynamic);--theme-chip-primary-outline--border-color--display:var(--theme-color-primary);--theme-chip-primary-outline--border-color--hover:var(--theme-color-dynamic);--theme-chip-primary-outline--color:var(--theme-color-primary);--theme-chip-primary-outline--color--active:var(--theme-color-dynamic);--theme-chip-primary-outline--color--display:var(--theme-color-std-text);--theme-chip-primary-outline--color--hover:var(--theme-color-dynamic);--theme-datepicker-cw--color:var(--theme-color-soft-text);--theme-datepicker-day--background:var(--theme-color-ghost);--theme-datepicker-day--background--active:var(--theme-color-ghost--active);--theme-datepicker-day--background--disabled:var(--theme-color-ghost);--theme-datepicker-day--background--hover:var(--theme-color-ghost--hover);--theme-datepicker-day--background--range:var(--theme-color-component-10);--theme-datepicker-day--background--range-active:var(--theme-color-component-10--active);--theme-datepicker-day--background--range-disabled:var(--theme-color-component-10--disabled);--theme-datepicker-day--background--range-hover:var(--theme-color-component-10--hover);--theme-datepicker-day--background--selected:var(--theme-color-component-9);--theme-datepicker-day--background--selected-active:var(--theme-color-component-9--active);--theme-datepicker-day--background--selected-disabled:var(--theme-color-component-9--disabled);--theme-datepicker-day--background--selected-hover:var(--theme-color-component-9--hover);--theme-datepicker-day--border-color:var(--theme-color-0);--theme-datepicker-day--border-color--active:var(--theme-color-0);--theme-datepicker-day--border-color--disabled:var(--theme-color-0);--theme-datepicker-day--border-color--hover:var(--theme-color-0);--theme-datepicker-day--border-color--range:var(--theme-color-0);--theme-datepicker-day--border-color--range-active:var(--theme-color-0);--theme-datepicker-day--border-color--range-disabled:var(--theme-color-0);--theme-datepicker-day--border-color--range-hover:var(--theme-color-0);--theme-datepicker-day--border-color--selected:var(--theme-color-0);--theme-datepicker-day--border-color--selected-active:var(--theme-color-0);--theme-datepicker-day--border-color--selected-disabled:var(--theme-color-0);--theme-datepicker-day--border-color--selected-hover:var(--theme-color-0);--theme-datepicker-day--color:var(--theme-color-primary);--theme-datepicker-day--color--active:var(--theme-color-primary);--theme-datepicker-day--color--disabled:var(--theme-color-weak-text);--theme-datepicker-day--color--hover:var(--theme-color-primary);--theme-datepicker-day--color--range:var(--theme-color-primary--contrast);--theme-datepicker-day--color--range-active:var(--theme-color-primary--contrast);--theme-datepicker-day--color--range-disabled:var(--theme-color-weak-text);--theme-datepicker-day--color--range-hover:var(--theme-color-primary--contrast);--theme-datepicker-day--color--selected:var(--theme-color-primary--contrast);--theme-datepicker-day--color--selected-active:var(--theme-color-primary--contrast);--theme-datepicker-day--color--selected-disabled:var(--theme-color-weak-text);--theme-datepicker-day--color--selected-hover:var(--theme-color-primary--contrast);--theme-datepicker-extra--border-color:var(--theme-color-1);--theme-datepicker-separator--background:var(--theme-color-x-weak-bdr);--theme-datepicker-time-header:var(--theme-color-std-text);--theme-datepicker-today--background:var(--theme-color-ghost);--theme-datepicker-today--background--active:var(--theme-color-ghost--active);--theme-datepicker-today--background--disabled:var(--theme-color-ghost);--theme-datepicker-today--background--hover:var(--theme-color-ghost--hover);--theme-datepicker-today--background--range:var(--theme-color-component-10);--theme-datepicker-today--background--range-active:var(--theme-color-component-10--active);--theme-datepicker-today--background--range-disabled:var(--theme-color-component-10--disabled);--theme-datepicker-today--background--range-hover:var(--theme-color-component-10--hover);--theme-datepicker-today--background--selected:var(--theme-color-component-9);--theme-datepicker-today--background--selected-active:var(--theme-color-component-9--active);--theme-datepicker-today--background--selected-disabled:var(--theme-color-component-9--disabled);--theme-datepicker-today--background--selected-hover:var(--theme-color-component-9--hover);--theme-datepicker-today--border-color:var(--theme-color-primary);--theme-datepicker-today--border-color--active:var(--theme-color-primary);--theme-datepicker-today--border-color--disabled:var(--theme-color-primary--disabled);--theme-datepicker-today--border-color--hover:var(--theme-color-primary);--theme-datepicker-today--border-color--range:var(--theme-color-primary);--theme-datepicker-today--border-color--range-active:var(--theme-color-primary);--theme-datepicker-today--border-color--range-disabled:var(--theme-color-primary--disabled);--theme-datepicker-today--border-color--range-hover:var(--theme-color-primary);--theme-datepicker-today--border-color--selected:var(--theme-color-primary);--theme-datepicker-today--border-color--selected-active:var(--theme-color-primary);--theme-datepicker-today--border-color--selected-disabled:var(--theme-color-primary--disabled);--theme-datepicker-today--border-color--selected-hover:var(--theme-color-primary);--theme-datepicker-today--color:var(--theme-color-primary);--theme-datepicker-today--color--active:var(--theme-color-primary);--theme-datepicker-today--color--disabled:var(--theme-color-weak-text);--theme-datepicker-today--color--hover:var(--theme-color-primary);--theme-datepicker-today--color--range:var(--theme-color-primary--contrast);--theme-datepicker-today--color--range-active:var(--theme-color-primary--contrast);--theme-datepicker-today--color--range-disabled:var(--theme-color-weak-text);--theme-datepicker-today--color--range-hover:var(--theme-color-primary--contrast);--theme-datepicker-today--color--selected:var(--theme-color-primary--contrast);--theme-datepicker-today--color--selected-active:var(--theme-color-primary--contrast);--theme-datepicker-today--color--selected-disabled:var(--theme-color-weak-text);--theme-datepicker-today--color--selected-hover:var(--theme-color-primary--contrast);--theme-datepicker-weekday--color:var(--theme-color-soft-text);--theme-event-item-chevron--color:var(--theme-color-soft-text);--theme-event-item-filled--background:var(--theme-color-component-1);--theme-event-item-filled--background--active:var(--theme-color-component-1--active);--theme-event-item-filled--background--disabled:var(--theme-color-component-1);--theme-event-item-filled--background--hover:var(--theme-color-component-1--hover);--theme-event-item-filled--background--selected:var(--theme-color-component-1--active);--theme-event-item-filled--border:var(--theme-color-0);--theme-event-item-filled--border--active:var(--theme-color-0);--theme-event-item-filled--border--disabled:var(--theme-color-0);--theme-event-item-filled--border--hover:var(--theme-color-0);--theme-event-item-filled--border--selected:var(--theme-color-dynamic);--theme-event-item-indicator--width:var(--theme-size--2);--theme-event-item-indicator-opacity--disabled:.3;--theme-event-item-outline--background:var(--theme-color-ghost);--theme-event-item-outline--background--active:var(--theme-color-ghost--active);--theme-event-item-outline--background--disabled:var(--theme-color-ghost);--theme-event-item-outline--background--hover:var(--theme-color-ghost--hover);--theme-event-item-outline--background--selected:var(--theme-color-ghost--active);--theme-event-item-outline--border:var(--theme-color-soft-bdr);--theme-event-item-outline--border--active:var(--theme-color-soft-bdr);--theme-event-item-outline--border--disabled:var(--theme-color-weak-bdr);--theme-event-item-outline--border--hover:var(--theme-color-soft-bdr);--theme-event-item-outline--border--selected:var(--theme-color-dynamic);--theme-flip--border-radius:var(--theme-default-border-radius);--theme-flip-alarm--background:var(--theme-color-component-1);--theme-flip-alarm--border-color:var(--theme-color-alarm);--theme-flip-alarm--color:var(--theme-color-std-text);--theme-flip-alarm-footer--background:var(--theme-color-alarm);--theme-flip-alarm-footer--border-color:var(--theme-color-0);--theme-flip-alarm-footer--color:var(--theme-color-alarm--contrast);--theme-flip-filled--background:var(--theme-color-component-1);--theme-flip-filled--border-color:var(--theme-color-0);--theme-flip-filled--color:var(--theme-color-std-text);--theme-flip-filled-footer--background:var(--theme-color-component-1);--theme-flip-filled-footer--border-color:var(--theme-color-1);--theme-flip-filled-footer--color:var(--theme-color-std-text);--theme-flip-info--background:var(--theme-color-component-1);--theme-flip-info--border-color:var(--theme-color-info);--theme-flip-info--color:var(--theme-color-std-text);--theme-flip-info-footer--background:var(--theme-color-info);--theme-flip-info-footer--border-color:var(--theme-color-0);--theme-flip-info-footer--color:var(--theme-color-info--contrast);--theme-flip-outline--background:var(--theme-color-0);--theme-flip-outline--border-color:var(--theme-color-soft-bdr);--theme-flip-outline--color:var(--theme-color-std-text);--theme-flip-outline-footer--background:var(--theme-color-0);--theme-flip-outline-footer--border-color:var(--theme-color-soft-bdr);--theme-flip-outline-footer--color:var(--theme-color-std-text);--theme-flip-primary--background:var(--theme-color-component-1);--theme-flip-primary--border-color:var(--theme-color-primary);--theme-flip-primary--color:var(--theme-color-std-text);--theme-flip-primary-footer--background:var(--theme-color-primary);--theme-flip-primary-footer--border-color:var(--theme-color-0);--theme-flip-primary-footer--color:var(--theme-color-primary--contrast);--theme-flip-warning--background:var(--theme-color-component-1);--theme-flip-warning--border-color:var(--theme-color-warning-bdr);--theme-flip-warning--color:var(--theme-color-std-text);--theme-flip-warning-footer--background:var(--theme-color-warning);--theme-flip-warning-footer--border-color:var(--theme-color-0);--theme-flip-warning-footer--color:var(--theme-color-warning--contrast);--theme-ghost--background:var(--theme-color-ghost);--theme-ghost--background--active:var(--theme-color-ghost--active);--theme-ghost--background--hover:var(--theme-color-ghost--hover);--theme-group--border-radius:var(--theme-default-border-radius);--theme-group--border-radius--focus:var(--theme-min-border-radius);--theme-group-header--color:var(--theme-color-std-text);--theme-group-item--background:var(--theme-color-component-1);--theme-group-item--background--active:var(--theme-color-component-1--active);--theme-group-item--background--disabled:var(--theme-color-component-1);--theme-group-item--background--hover:var(--theme-color-component-1--hover);--theme-group-item--background--selected:var(--theme-color-ghost--selected);--theme-group-item--border-color:var(--theme-color-0);--theme-group-item--border-color--active:var(--theme-color-0);--theme-group-item--border-color--disabled:var(--theme-color-0);--theme-group-item--border-color--hover:var(--theme-color-0);--theme-group-item--border-color--selected:var(--theme-color-0);--theme-group-item-icon--color:var(--theme-color-std-text);--theme-group-item-icon--color--disabled:var(--theme-color-weak-text);--theme-group-item-indicator--background:var(--theme-color-0);--theme-group-item-indicator--background--selected:var(--theme-color-dynamic);--theme-group-item-indicator--background--subselected:var(--theme-color-dynamic);--theme-group-item-subtext--color:var(--theme-color-soft-text);--theme-group-item-subtext--color--disabled:var(--theme-color-weak-text);--theme-group-item-text--color:var(--theme-color-std-text);--theme-group-item-text--color--disabled:var(--theme-color-weak-text);--theme-group-node-closed--color:var(--theme-color-std-text);--theme-group-node-open--color:var(--theme-color-std-text);--theme-group-subheader--color:var(--theme-color-std-text);--theme-helper--color:var(--theme-color-soft-text);--theme-helper--color--info:var(--theme-color-std-text);--theme-helper--color--invalid:var(--theme-color-alarm-text);--theme-helper--color--valid:var(--theme-color-std-text);--theme-helper--color--warning:var(--theme-color-std-text);--theme-helper-icon--color--info:var(--theme-color-info);--theme-helper-icon--color--invalid:var(--theme-color-alarm);--theme-helper-icon--color--valid:var(--theme-color-success);--theme-helper-icon--color--warning:var(--theme-color-warning-text);--theme-input--background:var(--theme-color-component-8);--theme-input--background--autofill:var(--theme-color-component-info);--theme-input--background--disabled:var(--theme-color-0);--theme-input--background--focus:var(--theme-color-component-8--hover);--theme-input--background--hover:var(--theme-color-component-8--hover);--theme-input--background--invalid:var(--theme-color-component-error);--theme-input--background--invalid--focus:var(--theme-color-component-error);--theme-input--background--invalid--hover:var(--theme-color-component-error);--theme-input--background--readonly:var(--theme-color-0);--theme-input--background--warning:var(--theme-color-component-warning);--theme-input--background--warning--focus:var(--theme-color-component-warning);--theme-input--background--warning--hover:var(--theme-color-component-warning);--theme-input--border-color:var(--theme-color-std-bdr);--theme-input--border-color--autofill:var(--theme-color-hard-bdr);--theme-input--border-color--disabled:var(--theme-color-weak-bdr);--theme-input--border-color--focus:var(--theme-color-dynamic);--theme-input--border-color--hover:var(--theme-color-dynamic);--theme-input--border-color--info:var(--theme-color-info);--theme-input--border-color--info--active:var(--theme-color-info);--theme-input--border-color--info--hover:var(--theme-color-info);--theme-input--border-color--invalid:var(--theme-color-alarm-bdr);--theme-input--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-input--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-input--border-color--readonly:var(--theme-color-std-bdr);--theme-input--border-color--warning:var(--theme-color-warning-bdr);--theme-input--border-color--warning--active:var(--theme-color-warning-bdr);--theme-input--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-input--border-color-bottom--disabled:var(--theme-color-weak-bdr);--theme-input--border-color-bottom--readonly:var(--theme-color-std-bdr);--theme-input--border-radius:var(--theme-small-border-radius);--theme-input--border-thickness:var(--theme-border-width-default);--theme-input--box-shadow:var(--theme-inset-shadow-1);--theme-input--color:var(--theme-color-std-text);--theme-input--color--autofill:var(--theme-color-std-text);--theme-input--color--disabled:var(--theme-color-weak-text);--theme-input--focus--outline-offset:var(--theme-focus-outline-offset);--theme-input-error--background:var(--theme-color-component-error);--theme-input-error--border-color:var(--theme-color-alarm);--theme-input-error-icon--color:var(--theme-color-alarm);--theme-input-extra--background--active:var(--theme-color-component-8--hover);--theme-input-extra--background--hover:var(--theme-color-component-8--hover);--theme-input-gripper--color:var(--theme-color-weak-text);--theme-input-gripper--color--focus:var(--theme-color-weak-text);--theme-input-gripper--color--hover:var(--theme-color-weak-text);--theme-input-hint--color:var(--theme-color-soft-text);--theme-input-search-icon--color:var(--theme-color-primary);--theme-input-search-icon--color--disabled:var(--theme-color-weak-text);--theme-input-search-icon--color--focus:var(--theme-color-dynamic);--theme-input-search-icon--color--hover:var(--theme-color-dynamic);--theme-input-select-icon--color:var(--theme-color-soft-text);--theme-input-select-icon--color--active:var(--theme-color-dynamic);--theme-input-select-icon--color--hover:var(--theme-color-dynamic);--theme-input-unit--color:var(--theme-color-soft-text);--theme-kpi--border-radius:var(--theme-default-border-radius);--theme-kpi-display--background:var(--theme-color-ghost);--theme-kpi-display--background--active:var(--theme-color-ghost--active);--theme-kpi-display--background--hover:var(--theme-color-ghost--hover);--theme-kpi-display-icon--color:var(--theme-color-std-text);--theme-kpi-display-indicator--background:var(--theme-color-component-4);--theme-kpi-display-label--color:var(--theme-color-soft-text);--theme-kpi-display-units:var(--theme-color-soft-text);--theme-kpi-display-value:var(--theme-color-std-text);--theme-label--color:var(--theme-color-soft-text);--theme-label--color--active:var(--theme-color-std-text);--theme-label--color--disabled:var(--theme-color-weak-text);--theme-label--color--focus:var(--theme-color-dynamic);--theme-label--color--hover:var(--theme-color-std-text);--theme-label--color--invalid:var(--theme-color-alarm-text);--theme-link-btn--border-color:var(--theme-color-ghost);--theme-link-btn--border-color--active:var(--theme-color-ghost);--theme-link-btn--border-color--disabled:var(--theme-color-ghost);--theme-link-btn--border-color--hover:var(--theme-color-ghost);--theme-link-btn--border-color--visited:var(--theme-color-ghost);--theme-link-btn--color:var(--theme-color-primary);--theme-link-btn--color--active:var(--theme-color-dynamic);--theme-link-btn--color--disabled:var(--theme-color-weak-text);--theme-link-btn--color--hover:var(--theme-color-dynamic);--theme-link-btn--color--visited:var(--theme-color-primary);--theme-menu--background:var(--theme-color-2);--theme-menu--border-color:var(--theme-color-0);--theme-menu--border-radius:var(--theme-default-border-radius);--theme-menu--border-thickness:var(--theme-border-width-none);--theme-menu--box-shadow:var(--theme-shadow-4);--theme-menu-btn--background:var(--theme-color-ghost);--theme-menu-btn--background--active:var(--theme-color-ghost--active);--theme-menu-btn--background--hover:var(--theme-color-ghost--hover);--theme-menu-btn--color:var(--theme-color-std-text);--theme-menu-btn--color--active:var(--theme-color-std-text);--theme-menu-btn--color--hover:var(--theme-color-std-text);--theme-menu-header--color:var(--theme-color-soft-text);--theme-menu-item--background:var(--theme-color-ghost);--theme-menu-item--background--active:var(--theme-color-ghost--active);--theme-menu-item--background--disabled:var(--theme-color-ghost);--theme-menu-item--background--hover:var(--theme-color-ghost--hover);--theme-menu-item--color:var(--theme-color-std-text);--theme-menu-item--color--active:var(--theme-color-std-text);--theme-menu-item--color--disabled:var(--theme-color-weak-text);--theme-menu-item--color--hover:var(--theme-color-std-text);--theme-menu-item-arrow--color:var(--theme-color-soft-text);--theme-menu-item-arrow--color--active:var(--theme-color-std-text);--theme-menu-item-arrow--color--disabled:var(--theme-color-weak-text);--theme-menu-item-arrow--color--hover:var(--theme-color-std-text);--theme-menu-item-check--color:var(--theme-color-soft-text);--theme-menu-item-check--color--active:var(--theme-color-std-text);--theme-menu-item-check--color--disabled:var(--theme-color-weak-text);--theme-menu-item-check--color--hover:var(--theme-color-std-text);--theme-menu-item-icon--color:var(--theme-color-soft-text);--theme-menu-item-icon--color--active:var(--theme-color-std-text);--theme-menu-item-icon--color--disabled:var(--theme-color-weak-text);--theme-menu-item-icon--color--hover:var(--theme-color-std-text);--theme-menu-separator--background:var(--theme-color-x-weak-bdr);--theme-message-bar--border-radius:var(--theme-default-border-radius);--theme-message-bar--border-thickness:var(--theme-border-width-thick);--theme-messagebar--background:var(--theme-color-secondary);--theme-messagebar--color:var(--theme-color-std-text);--theme-modal--background:var(--theme-color-2);--theme-modal--border-color:var(--theme-color-0);--theme-modal--box-shadow:var(--theme-shadow-4);--theme-theme-modal--border-thickness:var(--theme-border-width-default);--theme-nav--background:var(--theme-color-2);--theme-nav-item-primary--background:var(--theme-color-ghost);--theme-nav-item-primary--background--active:var(--theme-color-ghost--active);--theme-nav-item-primary--background--hover:var(--theme-color-ghost--hover);--theme-nav-item-primary--background--selected:var(--theme-color-1);--theme-nav-item-primary--border-color:var(--theme-color-0);--theme-nav-item-primary--border-color--active:var(--theme-color-0);--theme-nav-item-primary--border-color--hover:var(--theme-color-0);--theme-nav-item-primary--border-color--selected:var(--theme-color-dynamic);--theme-nav-item-primary--color:var(--theme-color-std-text);--theme-nav-item-primary--color--active:var(--theme-color-std-text);--theme-nav-item-primary--color--hover:var(--theme-color-std-text);--theme-nav-item-primary--color--selected:var(--theme-color-std-text);--theme-nav-item-primary-icon--color:var(--theme-color-std-text);--theme-nav-item-primary-icon--color--active:var(--theme-color-std-text);--theme-nav-item-primary-icon--color--hover:var(--theme-color-std-text);--theme-nav-item-primary-icon--color--selected:var(--theme-color-std-text);--theme-nav-item-secondary--background:var(--theme-color-ghost);--theme-nav-item-secondary--background--active:var(--theme-color-ghost--active);--theme-nav-item-secondary--background--disabled:var(--theme-color-0);--theme-nav-item-secondary--background--hover:var(--theme-color-ghost--hover);--theme-nav-item-secondary--background--selected:var(--theme-color-1);--theme-nav-item-secondary--border-color:var(--theme-color-0);--theme-nav-item-secondary--border-color--active:var(--theme-color-0);--theme-nav-item-secondary--border-color--disabled:var(--theme-color-0);--theme-nav-item-secondary--border-color--hover:var(--theme-color-0);--theme-nav-item-secondary--border-color--selected:var(--theme-color-dynamic);--theme-nav-item-secondary--color:var(--theme-color-std-text);--theme-nav-item-secondary--color--active:var(--theme-color-std-text);--theme-nav-item-secondary--color--disabled:var(--theme-color-weak-text);--theme-nav-item-secondary--color--hover:var(--theme-color-std-text);--theme-nav-item-secondary--color--selected:var(--theme-color-std-text);--theme-nav-item-secondary-icon--color:var(--theme-color-std-text);--theme-nav-item-secondary-icon--color--active:var(--theme-color-std-text);--theme-nav-item-secondary-icon--color--disabled:var(--theme-color-weak-text);--theme-nav-item-secondary-icon--color--hover:var(--theme-color-std-text);--theme-nav-item-secondary-icon--color--selected:var(--theme-color-std-text);--theme-nav-overlay--background:var(--theme-color-backdrop-3);--theme-nav-overlay-header--color:var(--theme-color-std-text);--theme-navigation--box-shadow:var(--theme-shadow-2);--theme-overlay--background:var(--theme-color-backdrop);--theme-overlay-header--background:var(--theme-color-0);--theme-overlay-header--color:var(--theme-color-std-text);--theme-pagination-item--background:var(--theme-color-ghost);--theme-pagination-item--background--active:var(--theme-color-ghost--active);--theme-pagination-item--background--disabled:var(--theme-color-ghost);--theme-pagination-item--background--hover:var(--theme-color-ghost--hover);--theme-pagination-item--background--selected:var(--theme-color-component-7);--theme-pagination-item--color:var(--theme-color-std-text);--theme-pagination-item--color--active:var(--theme-color-std-text);--theme-pagination-item--color--disabled:var(--theme-color-weak-text);--theme-pagination-item--color--hover:var(--theme-color-std-text);--theme-pagination-item--color--selected:var(--theme-color-dynamic);--theme-pagination-label--color:var(--theme-color-soft-text);--theme-pane-floating--background:var(--theme-color-2);--theme-pane-floating--border-color:var(--theme-color-weak-bdr);--theme-pane-floating--box-shadow:var(--theme-shadow-2);--theme-pane-floating--color:var(--theme-color-std-text);--theme-pane-inline--background:var(--theme-color-1);--theme-pane-inline--border-color:var(--theme-color-soft-bdr);--theme-pane-inline--box-shadow:none;--theme-pane-inline--color:var(--theme-color-std-text);--theme-pill-outline--background:var(--theme-color-secondary);--theme-pill-outline--color:var(--theme-color-std-text);--theme-progress-indicator-fill--background:var(--theme-color-dynamic);--theme-progress-indicator-fill-error--background:var(--theme-color-alarm);--theme-progress-indicator-fill-info--background:var(--theme-color-info);--theme-progress-indicator-fill-paused--background:var(--theme-color-neutral);--theme-progress-indicator-fill-success--background:var(--theme-color-success);--theme-progress-indicator-fill-warning--background:var(--theme-color-warning-bdr);--theme-progress-indicator-helper--color:var(--theme-color-soft-text);--theme-progress-indicator-helper-error--color:var(--theme-color-alarm-text);--theme-progress-indicator-helper-icon--color:var(--theme-color-soft-text);--theme-progress-indicator-helper-icon-error--color:var(--theme-color-alarm);--theme-progress-indicator-helper-icon-info--color:var(--theme-color-info);--theme-progress-indicator-helper-icon-paused--color:var(--theme-color-neutral);--theme-progress-indicator-helper-icon-success--color:var(--theme-color-success);--theme-progress-indicator-helper-icon-warning--color:var(--theme-color-warning-text);--theme-progress-indicator-helper-info--color:var(--theme-color-std-text);--theme-progress-indicator-helper-paused--color:var(--theme-color-std-text);--theme-progress-indicator-helper-success--color:var(--theme-color-std-text);--theme-progress-indicator-helper-warning--color:var(--theme-color-std-text);--theme-progress-indicator-label--color:var(--theme-color-soft-text);--theme-progress-indicator-label-error--color:var(--theme-color-alarm-text);--theme-progress-indicator-label-info--color:var(--theme-color-soft-text);--theme-progress-indicator-label-paused--color:var(--theme-color-soft-text);--theme-progress-indicator-label-success--color:var(--theme-color-soft-text);--theme-progress-indicator-label-warning--color:var(--theme-color-soft-text);--theme-progress-indicator-track--background:var(--theme-color-component-3);--theme-progress-indicator-track-error--background:var(--theme-color-component-error);--theme-progress-indicator-track-info--background:var(--theme-color-component-3);--theme-progress-indicator-track-paused--background:var(--theme-color-component-3);--theme-progress-indicator-track-success--background:var(--theme-color-component-3);--theme-progress-indicator-track-warning--background:var(--theme-color-component-warning);--theme-push-card--border-radius:var(--theme-default-border-radius);--theme-push-card--border-width:var(--theme-border-width-default);--theme-push-card--focus--outline-offset:var(--theme-focus-outline-offset);--theme-push-card-alarm--background:var(--theme-color-alarm);--theme-push-card-alarm--background--active:var(--theme-color-alarm--active);--theme-push-card-alarm--background--hover:var(--theme-color-alarm--hover);--theme-push-card-alarm--border-color:var(--theme-color-0);--theme-push-card-alarm--border-color--active:var(--theme-color-0);--theme-push-card-alarm--border-color--hover:var(--theme-color-0);--theme-push-card-alarm--color:var(--theme-color-alarm--contrast);--theme-push-card-alarm-accordion--background:var(--theme-color-alarm);--theme-push-card-alarm-accordion--background--active:var(--theme-color-alarm--active);--theme-push-card-alarm-accordion--background--hover:var(--theme-color-alarm--hover);--theme-push-card-alarm-accordion--border-color:var(--theme-color-1);--theme-push-card-alarm-accordion--color:var(--theme-color-alarm--contrast);--theme-push-card-alarm-accordion-footer--background:var(--theme-color-component-1);--theme-push-card-alarm-accordion-frame--background:var(--theme-color-component-1);--theme-push-card-alarm-accordion-frame--border-color:var(--theme-color-soft-bdr);--theme-push-card-alarm-accordion-frame--border-width:var(--theme-border-width-default);--theme-push-card-alarm-subtext--color:var(--theme-color-alarm--contrast);--theme-push-card-critical--background:var(--theme-color-critical);--theme-push-card-critical--background--active:var(--theme-color-critical--active);--theme-push-card-critical--background--hover:var(--theme-color-critical--hover);--theme-push-card-critical--border-color:var(--theme-color-0);--theme-push-card-critical--border-color--active:var(--theme-color-0);--theme-push-card-critical--border-color--hover:var(--theme-color-0);--theme-push-card-critical--color:var(--theme-color-critical--contrast);--theme-push-card-critical-accordion--background:var(--theme-color-critical);--theme-push-card-critical-accordion--background--active:var(--theme-color-critical--active);--theme-push-card-critical-accordion--background--hover:var(--theme-color-critical--hover);--theme-push-card-critical-accordion--border-color:var(--theme-color-1);--theme-push-card-critical-accordion--color:var(--theme-color-critical--contrast);--theme-push-card-critical-accordion-footer--background:var(--theme-color-component-1);--theme-push-card-critical-accordion-frame--background:var(--theme-color-component-1);--theme-push-card-critical-accordion-frame--border-color:var(--theme-color-soft-bdr);--theme-push-card-critical-accordion-frame--border-width:var(--theme-border-width-default);--theme-push-card-critical-subtext--color:var(--theme-color-critical--contrast);--theme-push-card-filled--background:var(--theme-color-component-1);--theme-push-card-filled--background--active:var(--theme-color-component-1--active);--theme-push-card-filled--background--hover:var(--theme-color-component-1--hover);--theme-push-card-filled--border-color:var(--theme-color-0);--theme-push-card-filled--border-color--active:var(--theme-color-0);--theme-push-card-filled--border-color--hover:var(--theme-color-0);--theme-push-card-filled--color:var(--theme-color-std-text);--theme-push-card-filled-accordion--background:var(--theme-color-component-1);--theme-push-card-filled-accordion--background--active:var(--theme-color-component-1--active);--theme-push-card-filled-accordion--background--hover:var(--theme-color-component-1--hover);--theme-push-card-filled-accordion--border-color:var(--theme-color-1);--theme-push-card-filled-accordion--color:var(--theme-color-std-text);--theme-push-card-filled-accordion-footer--background:var(--theme-color-component-1);--theme-push-card-filled-accordion-frame--background:var(--theme-color-component-1);--theme-push-card-filled-accordion-frame--border-color:var(--theme-color-0);--theme-push-card-filled-accordion-frame--border-width:var(--theme-border-width-none);--theme-push-card-filled-subtext--color:var(--theme-color-soft-text);--theme-push-card-info--background:var(--theme-color-info);--theme-push-card-info--background--active:var(--theme-color-info--active);--theme-push-card-info--background--hover:var(--theme-color-info--hover);--theme-push-card-info--border-color:var(--theme-color-0);--theme-push-card-info--border-color--active:var(--theme-color-0);--theme-push-card-info--border-color--hover:var(--theme-color-0);--theme-push-card-info--color:var(--theme-color-info--contrast);--theme-push-card-info-accordion--background:var(--theme-color-info);--theme-push-card-info-accordion--background--active:var(--theme-color-info--active);--theme-push-card-info-accordion--background--hover:var(--theme-color-info--hover);--theme-push-card-info-accordion--border-color:var(--theme-color-1);--theme-push-card-info-accordion--color:var(--theme-color-info--contrast);--theme-push-card-info-accordion-footer--background:var(--theme-color-component-1);--theme-push-card-info-accordion-frame--background:var(--theme-color-component-1);--theme-push-card-info-accordion-frame--border-color:var(--theme-color-soft-bdr);--theme-push-card-info-accordion-frame--border-width:var(--theme-border-width-default);--theme-push-card-info-subtext--color:var(--theme-color-info--contrast);--theme-push-card-neutral--background:var(--theme-color-neutral);--theme-push-card-neutral--background--active:var(--theme-color-neutral--active);--theme-push-card-neutral--background--hover:var(--theme-color-neutral--hover);--theme-push-card-neutral--border-color:var(--theme-color-0);--theme-push-card-neutral--border-color--active:var(--theme-color-0);--theme-push-card-neutral--border-color--hover:var(--theme-color-0);--theme-push-card-neutral--color:var(--theme-color-neutral--contrast);--theme-push-card-neutral-accordion--background:var(--theme-color-neutral);--theme-push-card-neutral-accordion--background--active:var(--theme-color-neutral--active);--theme-push-card-neutral-accordion--background--hover:var(--theme-color-neutral--hover);--theme-push-card-neutral-accordion--border-color:var(--theme-color-1);--theme-push-card-neutral-accordion--color:var(--theme-color-neutral--contrast);--theme-push-card-neutral-accordion-footer--background:var(--theme-color-component-1);--theme-push-card-neutral-accordion-frame--background:var(--theme-color-component-1);--theme-push-card-neutral-accordion-frame--border-color:var(--theme-color-soft-bdr);--theme-push-card-neutral-accordion-frame--border-width:var(--theme-border-width-default);--theme-push-card-neutral-subtext--color:var(--theme-color-neutral--contrast);--theme-push-card-outline--background:var(--theme-color-ghost);--theme-push-card-outline--background--active:var(--theme-color-ghost--active);--theme-push-card-outline--background--hover:var(--theme-color-ghost--hover);--theme-push-card-outline--border-color:var(--theme-color-soft-bdr);--theme-push-card-outline--border-color--active:var(--theme-color-soft-bdr);--theme-push-card-outline--border-color--hover:var(--theme-color-soft-bdr);--theme-push-card-outline--color:var(--theme-color-std-text);--theme-push-card-outline-accordion--background:var(--theme-color-component-1);--theme-push-card-outline-accordion--background--active:var(--theme-color-component-1--active);--theme-push-card-outline-accordion--background--hover:var(--theme-color-component-1--hover);--theme-push-card-outline-accordion--border-color:var(--theme-color-1);--theme-push-card-outline-accordion--color:var(--theme-color-std-text);--theme-push-card-outline-accordion-footer--background:var(--theme-color-component-1);--theme-push-card-outline-accordion-frame--background:var(--theme-color-component-1);--theme-push-card-outline-accordion-frame--border-color:var(--theme-color-0);--theme-push-card-outline-accordion-frame--border-width:var(--theme-border-width-none);--theme-push-card-outline-subtext--color:var(--theme-color-soft-text);--theme-push-card-primary--background:var(--theme-color-primary);--theme-push-card-primary--background--active:var(--theme-color-primary--active);--theme-push-card-primary--background--hover:var(--theme-color-primary--hover);--theme-push-card-primary--border-color:var(--theme-color-0);--theme-push-card-primary--border-color--active:var(--theme-color-0);--theme-push-card-primary--border-color--hover:var(--theme-color-0);--theme-push-card-primary--color:var(--theme-color-primary--contrast);--theme-push-card-primary-accordion--background:var(--theme-color-primary);--theme-push-card-primary-accordion--background--active:var(--theme-color-primary--active);--theme-push-card-primary-accordion--background--hover:var(--theme-color-primary--hover);--theme-push-card-primary-accordion--border-color:var(--theme-color-1);--theme-push-card-primary-accordion--color:var(--theme-color-primary--contrast);--theme-push-card-primary-accordion-footer--background:var(--theme-color-component-1);--theme-push-card-primary-accordion-frame--background:var(--theme-color-component-1);--theme-push-card-primary-accordion-frame--border-color:var(--theme-color-soft-bdr);--theme-push-card-primary-accordion-frame--border-width:var(--theme-border-width-default);--theme-push-card-primary-subtext--color:var(--theme-color-primary--contrast);--theme-push-card-success--background:var(--theme-color-success);--theme-push-card-success--background--active:var(--theme-color-success--active);--theme-push-card-success--background--hover:var(--theme-color-success--hover);--theme-push-card-success--border-color:var(--theme-color-0);--theme-push-card-success--border-color--active:var(--theme-color-0);--theme-push-card-success--border-color--hover:var(--theme-color-0);--theme-push-card-success--color:var(--theme-color-success--contrast);--theme-push-card-success-accordion--background:var(--theme-color-success);--theme-push-card-success-accordion--background--active:var(--theme-color-success--active);--theme-push-card-success-accordion--background--hover:var(--theme-color-success--hover);--theme-push-card-success-accordion--border-color:var(--theme-color-1);--theme-push-card-success-accordion--color:var(--theme-color-success--contrast);--theme-push-card-success-accordion-footer--background:var(--theme-color-component-1);--theme-push-card-success-accordion-frame--background:var(--theme-color-component-1);--theme-push-card-success-accordion-frame--border-color:var(--theme-color-soft-bdr);--theme-push-card-success-accordion-frame--border-width:var(--theme-border-width-default);--theme-push-card-success-subtext--color:var(--theme-color-success--contrast);--theme-push-card-warning--background:var(--theme-color-warning);--theme-push-card-warning--background--active:var(--theme-color-warning--active);--theme-push-card-warning--background--hover:var(--theme-color-warning--hover);--theme-push-card-warning--border-color:var(--theme-color-0);--theme-push-card-warning--border-color--active:var(--theme-color-0);--theme-push-card-warning--border-color--hover:var(--theme-color-0);--theme-push-card-warning--color:var(--theme-color-warning--contrast);--theme-push-card-warning-accordion--background:var(--theme-color-warning);--theme-push-card-warning-accordion--background--active:var(--theme-color-warning--active);--theme-push-card-warning-accordion--background--hover:var(--theme-color-warning--hover);--theme-push-card-warning-accordion--border-color:var(--theme-color-1);--theme-push-card-warning-accordion--color:var(--theme-color-warning--contrast);--theme-push-card-warning-accordion-footer--background:var(--theme-color-component-1);--theme-push-card-warning-accordion-frame--background:var(--theme-color-component-1);--theme-push-card-warning-accordion-frame--border-color:var(--theme-color-soft-bdr);--theme-push-card-warning-accordion-frame--border-width:var(--theme-border-width-default);--theme-push-card-warning-subtext--color:var(--theme-color-warning--contrast);--theme-radiobtn--border-thickness:var(--theme-border-width-default);--theme-radiobtn--focus--outline-offset:var(--theme-focus-outline-offset);--theme-radiobtn-checked--background:var(--theme-color-dynamic);--theme-radiobtn-checked--background--active:var(--theme-color-dynamic--active);--theme-radiobtn-checked--background--disabled:var(--theme-color-component-4);--theme-radiobtn-checked--background--hover:var(--theme-color-dynamic--hover);--theme-radiobtn-checked--background--info:var(--theme-color-info);--theme-radiobtn-checked--background--info--active:var(--theme-color-info--active);--theme-radiobtn-checked--background--info--hover:var(--theme-color-info--hover);--theme-radiobtn-checked--background--invalid:var(--theme-color-alarm);--theme-radiobtn-checked--background--invalid--active:var(--theme-color-alarm--active);--theme-radiobtn-checked--background--invalid--hover:var(--theme-color-alarm--hover);--theme-radiobtn-checked--background--warning:var(--theme-color-warning);--theme-radiobtn-checked--background--warning--active:var(--theme-color-warning--active);--theme-radiobtn-checked--background--warning--hover:var(--theme-color-warning--hover);--theme-radiobtn-checked--border-color:var(--theme-color-0);--theme-radiobtn-checked--border-color--active:var(--theme-color-0);--theme-radiobtn-checked--border-color--disabled:var(--theme-color-0);--theme-radiobtn-checked--border-color--hover:var(--theme-color-0);--theme-radiobtn-checked--border-color--info:var(--theme-color-0);--theme-radiobtn-checked--border-color--info--active:var(--theme-color-0);--theme-radiobtn-checked--border-color--info--hover:var(--theme-color-0);--theme-radiobtn-checked--border-color--invalid:var(--theme-color-alarm-bdr);--theme-radiobtn-checked--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-radiobtn-checked--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-radiobtn-checked--border-color--warning:var(--theme-color-warning-bdr);--theme-radiobtn-checked--border-color--warning--active:var(--theme-color-warning-bdr);--theme-radiobtn-checked--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-radiobtn-checked--color:var(--theme-color-primary--contrast);--theme-radiobtn-checked--color--active:var(--theme-color-primary--contrast);--theme-radiobtn-checked--color--disabled:var(--theme-color-primary--contrast);--theme-radiobtn-checked--color--hover:var(--theme-color-primary--contrast);--theme-radiobtn-checked--color--info:var(--theme-color-info--contrast);--theme-radiobtn-checked--color--info--active:var(--theme-color-info--contrast);--theme-radiobtn-checked--color--info--hover:var(--theme-color-info--contrast);--theme-radiobtn-checked--color--invalid:var(--theme-color-alarm--contrast);--theme-radiobtn-checked--color--invalid--active:var(--theme-color-alarm--contrast);--theme-radiobtn-checked--color--invalid--hover:var(--theme-color-alarm--contrast);--theme-radiobtn-checked--color--warning:var(--theme-color-warning--contrast);--theme-radiobtn-checked--color--warning--active:var(--theme-color-warning--contrast);--theme-radiobtn-checked--color--warning--hover:var(--theme-color-warning--contrast);--theme-radiobtn-label--color:var(--theme-color-std-text);--theme-radiobtn-label--color--disabled:var(--theme-color-weak-text);--theme-radiobtn-unchecked--background:var(--theme-color-secondary);--theme-radiobtn-unchecked--background--active:var(--theme-color-secondary--active);--theme-radiobtn-unchecked--background--disabled:var(--theme-color-ghost);--theme-radiobtn-unchecked--background--hover:var(--theme-color-secondary--hover);--theme-radiobtn-unchecked--background--info:var(--theme-color-secondary);--theme-radiobtn-unchecked--background--info--active:var(--theme-color-ghost--active);--theme-radiobtn-unchecked--background--info--hover:var(--theme-color-ghost--hover);--theme-radiobtn-unchecked--background--invalid:var(--theme-color-component-error);--theme-radiobtn-unchecked--background--invalid--active:var(--theme-color-ghost--active);--theme-radiobtn-unchecked--background--invalid--hover:var(--theme-color-ghost--hover);--theme-radiobtn-unchecked--background--warning:var(--theme-color-component-warning);--theme-radiobtn-unchecked--background--warning--active:var(--theme-color-ghost--active);--theme-radiobtn-unchecked--background--warning--hover:var(--theme-color-ghost--hover);--theme-radiobtn-unchecked--border-color:var(--theme-color-contrast-bdr);--theme-radiobtn-unchecked--border-color--active:var(--theme-color-dynamic);--theme-radiobtn-unchecked--border-color--disabled:var(--theme-color-component-4);--theme-radiobtn-unchecked--border-color--hover:var(--theme-color-dynamic);--theme-radiobtn-unchecked--border-color--info:var(--theme-color-info);--theme-radiobtn-unchecked--border-color--info--active:var(--theme-color-info--active);--theme-radiobtn-unchecked--border-color--info--hover:var(--theme-color-info--hover);--theme-radiobtn-unchecked--border-color--invalid:var(--theme-color-alarm-bdr);--theme-radiobtn-unchecked--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-radiobtn-unchecked--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-radiobtn-unchecked--border-color--warning:var(--theme-color-warning-bdr);--theme-radiobtn-unchecked--border-color--warning--active:var(--theme-color-warning-bdr);--theme-radiobtn-unchecked--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-scrollbar-thumb--background:var(--theme-color-5);--theme-scrollbar-thumb--background--hover:var(--theme-color-7);--theme-scrollbar-track--background:var(--theme-color-2);--theme-scrollbar-track--background--hover:var(--theme-color-3);--theme-scrollbar-track--border:var(--theme-color-1);--theme-select-list--background:var(--theme-color-2);--theme-select-list--border-color:var(--theme-color-0);--theme-select-list-item--background:var(--theme-color-ghost);--theme-select-list-item--background--active:var(--theme-color-ghost--active);--theme-select-list-item--background--disabled:var(--theme-color-ghost);--theme-select-list-item--background--hover:var(--theme-color-ghost--hover);--theme-select-list-item--background--selected:var(--theme-color-ghost--selected);--theme-select-list-item--background--selected-active:var(--theme-color-ghost--selected-active);--theme-select-list-item--background--selected-disabled:var(--theme-color-ghost);--theme-select-list-item--background--selected-hover:var(--theme-color-ghost--selected-hover);--theme-select-list-item--color:var(--theme-color-std-text);--theme-select-list-item--color--active:var(--theme-color-std-text);--theme-select-list-item--color--disabled:var(--theme-color-weak-text);--theme-select-list-item--color--hover:var(--theme-color-std-text);--theme-select-list-item--color--selected:var(--theme-color-std-text);--theme-select-list-item--color--selected-active:var(--theme-color-std-text);--theme-select-list-item--color--selected-disabled:var(--theme-color-weak-text);--theme-select-list-item--color--selected-hover:var(--theme-color-std-text);--theme-select-list-item-check--color:var(--theme-color-std-text);--theme-select-list-item-check--color--active:var(--theme-color-std-text);--theme-select-list-item-check--color--disabled:var(--theme-color-weak-text);--theme-select-list-item-check--color--hover:var(--theme-color-std-text);--theme-select-list-item-hint--color:var(--theme-color-soft-text);--theme-select-list-item-hint--color--active:var(--theme-color-soft-text);--theme-select-list-item-hint--color--hover:var(--theme-color-soft-text);--theme-slider-thumb--background:var(--theme-color-dynamic);--theme-slider-thumb--background--active:var(--theme-color-dynamic--active);--theme-slider-thumb--background--disabled:var(--theme-color-7);--theme-slider-thumb--background--hover:var(--theme-color-dynamic--hover);--theme-slider-thumb--background--info:var(--theme-color-info);--theme-slider-thumb--background--info--active:var(--theme-color-info--active);--theme-slider-thumb--background--info--hover:var(--theme-color-info--hover);--theme-slider-thumb--background--invalid:var(--theme-color-alarm);--theme-slider-thumb--background--invalid--active:var(--theme-color-alarm--active);--theme-slider-thumb--background--invalid--hover:var(--theme-color-alarm--hover);--theme-slider-thumb--background--warning:var(--theme-color-warning);--theme-slider-thumb--background--warning--active:var(--theme-color-warning--active);--theme-slider-thumb--background--warning--hover:var(--theme-color-warning--hover);--theme-slider-trace--background:var(--theme-color-dynamic);--theme-slider-trace--background--disabled:var(--theme-color-component-3);--theme-slider-trace--background--info:var(--theme-color-info);--theme-slider-trace--background--invalid:var(--theme-color-alarm);--theme-slider-trace--background--warning:var(--theme-color-warning-bdr);--theme-slider-trace-marker--background:var(--theme-color-dynamic);--theme-slider-trace-marker--background--disabled:var(--theme-color-7);--theme-slider-trace-marker--background--info:var(--theme-color-info);--theme-slider-trace-marker--background--invalid:var(--theme-color-alarm);--theme-slider-trace-marker--background--warning:var(--theme-color-warning);--theme-slider-track--background:var(--theme-color-component-4);--theme-slider-track--background--disabled:var(--theme-color-component-2);--theme-slider-track-marker--background:var(--theme-color-8);--theme-slider-track-marker--background--disabled:var(--theme-color-5);--theme-switch--color:var(--theme-color-std-text);--theme-switch--color--active:var(--theme-color-std-text);--theme-switch--color--disabled:var(--theme-color-weak-text);--theme-switch--color--hover:var(--theme-color-std-text);--theme-switch-mixed--background:var(--theme-color-component-4);--theme-switch-mixed--background--active:var(--theme-color-component-4);--theme-switch-mixed--background--disabled:var(--theme-color-component-2);--theme-switch-mixed--background--hover:var(--theme-color-component-5);--theme-switch-mixed--background--info:var(--theme-color-component-4);--theme-switch-mixed--background--info--active:var(--theme-color-component-4);--theme-switch-mixed--background--info--hover:var(--theme-color-component-5);--theme-switch-mixed--background--invalid:var(--theme-color-component-4);--theme-switch-mixed--background--invalid--active:var(--theme-color-component-4);--theme-switch-mixed--background--invalid--hover:var(--theme-color-component-5);--theme-switch-mixed--background--valid:var(--theme-color-component-4);--theme-switch-mixed--background--valid--active:var(--theme-color-component-4);--theme-switch-mixed--background--valid--hover:var(--theme-color-component-5);--theme-switch-mixed--background--warning:var(--theme-color-component-4);--theme-switch-mixed--background--warning--active:var(--theme-color-component-4);--theme-switch-mixed--background--warning--hover:var(--theme-color-component-5);--theme-switch-mixed--border-color:var(--theme-color-0);--theme-switch-mixed--border-color--active:var(--theme-color-0);--theme-switch-mixed--border-color--disabled:var(--theme-color-0);--theme-switch-mixed--border-color--hover:var(--theme-color-0);--theme-switch-mixed--border-color--info:var(--theme-color-info);--theme-switch-mixed--border-color--info--active:var(--theme-color-info);--theme-switch-mixed--border-color--info--hover:var(--theme-color-info);--theme-switch-mixed--border-color--invalid:var(--theme-color-alarm-bdr);--theme-switch-mixed--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-switch-mixed--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-switch-mixed--border-color--valid:var(--theme-color-0);--theme-switch-mixed--border-color--valid--active:var(--theme-color-0);--theme-switch-mixed--border-color--valid--hover:var(--theme-color-0);--theme-switch-mixed--border-color--warning:var(--theme-color-warning-bdr);--theme-switch-mixed--border-color--warning--active:var(--theme-color-warning-bdr);--theme-switch-mixed--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-switch-off--background:var(--theme-color-component-4);--theme-switch-off--background--active:var(--theme-color-component-4);--theme-switch-off--background--disabled:var(--theme-color-component-2);--theme-switch-off--background--hover:var(--theme-color-component-5);--theme-switch-off--background--info:var(--theme-color-component-4);--theme-switch-off--background--info--active:var(--theme-color-component-4);--theme-switch-off--background--info--hover:var(--theme-color-component-5);--theme-switch-off--background--invalid:var(--theme-color-component-4);--theme-switch-off--background--invalid--active:var(--theme-color-component-4);--theme-switch-off--background--invalid--hover:var(--theme-color-component-5);--theme-switch-off--background--valid:var(--theme-color-component-4);--theme-switch-off--background--valid--active:var(--theme-color-component-4);--theme-switch-off--background--valid--hover:var(--theme-color-component-5);--theme-switch-off--background--warning:var(--theme-color-component-4);--theme-switch-off--background--warning--active:var(--theme-color-component-4);--theme-switch-off--background--warning--hover:var(--theme-color-component-5);--theme-switch-off--border-color:var(--theme-color-0);--theme-switch-off--border-color--active:var(--theme-color-0);--theme-switch-off--border-color--disabled:var(--theme-color-0);--theme-switch-off--border-color--hover:var(--theme-color-0);--theme-switch-off--border-color--info:var(--theme-color-info);--theme-switch-off--border-color--info--active:var(--theme-color-info--active);--theme-switch-off--border-color--info--hover:var(--theme-color-info--hover);--theme-switch-off--border-color--invalid:var(--theme-color-alarm-bdr);--theme-switch-off--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-switch-off--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-switch-off--border-color--valid:var(--theme-color-0);--theme-switch-off--border-color--valid--active:var(--theme-color-0);--theme-switch-off--border-color--valid--hover:var(--theme-color-0);--theme-switch-off--border-color--warning:var(--theme-color-warning-bdr);--theme-switch-off--border-color--warning--active:var(--theme-color-warning-bdr);--theme-switch-off--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-switch-on--background:var(--theme-color-dynamic);--theme-switch-on--background--active:var(--theme-color-dynamic--active);--theme-switch-on--background--disabled:var(--theme-color-component-2);--theme-switch-on--background--hover:var(--theme-color-dynamic--hover);--theme-switch-on--background--info:var(--theme-color-info);--theme-switch-on--background--info--active:var(--theme-color-info--active);--theme-switch-on--background--info--hover:var(--theme-color-info--hover);--theme-switch-on--background--invalid:var(--theme-color-alarm);--theme-switch-on--background--invalid--active:var(--theme-color-alarm--active);--theme-switch-on--background--invalid--hover:var(--theme-color-alarm--hover);--theme-switch-on--background--valid:var(--theme-color-dynamic);--theme-switch-on--background--valid--active:var(--theme-color-dynamic--active);--theme-switch-on--background--valid--hover:var(--theme-color-dynamic--hover);--theme-switch-on--background--warning:var(--theme-color-warning);--theme-switch-on--background--warning--active:var(--theme-color-warning--active);--theme-switch-on--background--warning--hover:var(--theme-color-warning--hover);--theme-switch-on--border-color:var(--theme-color-0);--theme-switch-on--border-color--active:var(--theme-color-0);--theme-switch-on--border-color--disabled:var(--theme-color-0);--theme-switch-on--border-color--hover:var(--theme-color-0);--theme-switch-on--border-color--info:var(--theme-color-0);--theme-switch-on--border-color--info--active:var(--theme-color-0);--theme-switch-on--border-color--info--hover:var(--theme-color-0);--theme-switch-on--border-color--invalid:var(--theme-color-0);--theme-switch-on--border-color--invalid--active:var(--theme-color-0);--theme-switch-on--border-color--invalid--hover:var(--theme-color-0);--theme-switch-on--border-color--valid:var(--theme-color-0);--theme-switch-on--border-color--valid--active:var(--theme-color-0);--theme-switch-on--border-color--valid--hover:var(--theme-color-0);--theme-switch-on--border-color--warning:var(--theme-color-warning-bdr);--theme-switch-on--border-color--warning--active:var(--theme-color-warning-bdr);--theme-switch-on--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-switch-thumb--box-shadow:none;--theme-switch-thumb-mixed--background:var(--theme-color-inv-std-text);--theme-switch-thumb-mixed--background--active:var(--theme-color-inv-std-text);--theme-switch-thumb-mixed--background--disabled:var(--theme-color-component-3);--theme-switch-thumb-mixed--background--hover:var(--theme-color-inv-std-text);--theme-switch-thumb-mixed--background--info:var(--theme-color-inv-std-text);--theme-switch-thumb-mixed--background--info--active:var(--theme-color-inv-std-text);--theme-switch-thumb-mixed--background--info--hover:var(--theme-color-inv-std-text);--theme-switch-thumb-mixed--background--invalid:var(--theme-color-component-error);--theme-switch-thumb-mixed--background--invalid--active:var(--theme-color-component-error);--theme-switch-thumb-mixed--background--invalid--hover:var(--theme-color-component-error);--theme-switch-thumb-mixed--background--valid:var(--theme-color-inv-std-text);--theme-switch-thumb-mixed--background--valid--active:var(--theme-color-inv-std-text);--theme-switch-thumb-mixed--background--valid--hover:var(--theme-color-inv-std-text);--theme-switch-thumb-mixed--background--warning:var(--theme-color-component-warning);--theme-switch-thumb-mixed--background--warning--active:var(--theme-color-component-warning);--theme-switch-thumb-mixed--background--warning--hover:var(--theme-color-component-warning);--theme-switch-thumb-mixed--border-color:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--active:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--disabled:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--hover:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--info:var(--theme-color-info);--theme-switch-thumb-mixed--border-color--info--active:var(--theme-color-info);--theme-switch-thumb-mixed--border-color--info--hover:var(--theme-color-info);--theme-switch-thumb-mixed--border-color--invalid:var(--theme-color-alarm-bdr);--theme-switch-thumb-mixed--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-switch-thumb-mixed--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-switch-thumb-mixed--border-color--valid:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--valid--active:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--valid--hover:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--warning:var(--theme-color-warning-bdr);--theme-switch-thumb-mixed--border-color--warning--active:var(--theme-color-warning-bdr);--theme-switch-thumb-mixed--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-switch-thumb-off--background:var(--theme-color-inv-std-text);--theme-switch-thumb-off--background--active:var(--theme-color-inv-std-text);--theme-switch-thumb-off--background--disabled:var(--theme-color-component-3);--theme-switch-thumb-off--background--hover:var(--theme-color-inv-std-text);--theme-switch-thumb-off--background--info:var(--theme-color-inv-std-text);--theme-switch-thumb-off--background--info--active:var(--theme-color-inv-std-text);--theme-switch-thumb-off--background--info--hover:var(--theme-color-inv-std-text);--theme-switch-thumb-off--background--invalid:var(--theme-color-component-error);--theme-switch-thumb-off--background--invalid--active:var(--theme-color-component-error);--theme-switch-thumb-off--background--invalid--hover:var(--theme-color-component-error);--theme-switch-thumb-off--background--valid:var(--theme-color-inv-std-text);--theme-switch-thumb-off--background--valid--active:var(--theme-color-inv-std-text);--theme-switch-thumb-off--background--valid--hover:var(--theme-color-inv-std-text);--theme-switch-thumb-off--background--warning:var(--theme-color-component-warning);--theme-switch-thumb-off--background--warning--active:var(--theme-color-component-warning);--theme-switch-thumb-off--background--warning--hover:var(--theme-color-component-warning);--theme-switch-thumb-off--border-color:var(--theme-color-0);--theme-switch-thumb-off--border-color--active:var(--theme-color-0);--theme-switch-thumb-off--border-color--disabled:var(--theme-color-0);--theme-switch-thumb-off--border-color--hover:var(--theme-color-0);--theme-switch-thumb-off--border-color--info:var(--theme-color-info);--theme-switch-thumb-off--border-color--info--active:var(--theme-color-info);--theme-switch-thumb-off--border-color--info--hover:var(--theme-color-info);--theme-switch-thumb-off--border-color--invalid:var(--theme-color-alarm-bdr);--theme-switch-thumb-off--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-switch-thumb-off--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-switch-thumb-off--border-color--valid:var(--theme-color-0);--theme-switch-thumb-off--border-color--valid--active:var(--theme-color-0);--theme-switch-thumb-off--border-color--valid--hover:var(--theme-color-0);--theme-switch-thumb-off--border-color--warning:var(--theme-color-warning-bdr);--theme-switch-thumb-off--border-color--warning--active:var(--theme-color-warning-bdr);--theme-switch-thumb-off--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-switch-thumb-on--background:var(--theme-color-primary--contrast);--theme-switch-thumb-on--background--active:var(--theme-color-primary--contrast);--theme-switch-thumb-on--background--disabled:var(--theme-color-component-3);--theme-switch-thumb-on--background--hover:var(--theme-color-primary--contrast);--theme-switch-thumb-on--background--info:var(--theme-color-info--contrast);--theme-switch-thumb-on--background--info--active:var(--theme-color-info--contrast);--theme-switch-thumb-on--background--info--hover:var(--theme-color-info--contrast);--theme-switch-thumb-on--background--invalid:var(--theme-color-alarm--contrast);--theme-switch-thumb-on--background--invalid--active:var(--theme-color-alarm--contrast);--theme-switch-thumb-on--background--invalid--hover:var(--theme-color-alarm--contrast);--theme-switch-thumb-on--background--valid:var(--theme-color-primary--contrast);--theme-switch-thumb-on--background--valid--active:var(--theme-color-primary--contrast);--theme-switch-thumb-on--background--valid--hover:var(--theme-color-primary--contrast);--theme-switch-thumb-on--background--warning:var(--theme-color-warning--contrast);--theme-switch-thumb-on--background--warning--active:var(--theme-color-warning--contrast);--theme-switch-thumb-on--background--warning--hover:var(--theme-color-warning--contrast);--theme-switch-thumb-on--border-color:var(--theme-color-0);--theme-switch-thumb-on--border-color--active:var(--theme-color-0);--theme-switch-thumb-on--border-color--disabled:var(--theme-color-0);--theme-switch-thumb-on--border-color--hover:var(--theme-color-0);--theme-switch-thumb-on--border-color--info:var(--theme-color-info);--theme-switch-thumb-on--border-color--info--active:var(--theme-color-info);--theme-switch-thumb-on--border-color--info--hover:var(--theme-color-info);--theme-switch-thumb-on--border-color--invalid:var(--theme-color-alarm-bdr);--theme-switch-thumb-on--border-color--invalid--active:var(--theme-color-alarm-bdr);--theme-switch-thumb-on--border-color--invalid--hover:var(--theme-color-alarm-bdr);--theme-switch-thumb-on--border-color--valid:var(--theme-color-0);--theme-switch-thumb-on--border-color--valid--active:var(--theme-color-0);--theme-switch-thumb-on--border-color--valid--hover:var(--theme-color-0);--theme-switch-thumb-on--border-color--warning:var(--theme-color-warning-bdr);--theme-switch-thumb-on--border-color--warning--active:var(--theme-color-warning-bdr);--theme-switch-thumb-on--border-color--warning--hover:var(--theme-color-warning-bdr);--theme-animated-tab-circle--background:var(--theme-color-component-1);--theme-animated-tab-circle--background--active:var(--theme-color-ghost-primary--active);--theme-animated-tab-circle--background--disabled:var(--theme-color-ghost);--theme-animated-tab-circle--background--hover:var(--theme-color-ghost-primary--hover);--theme-animated-tab-circle--background--selected:var(--theme-color-ghost);--theme-animated-tab-circle--border-color:var(--theme-color-0);--theme-animated-tab-circle--border-color--active:var(--theme-color-0);--theme-animated-tab-circle--border-color--disabled:var(--theme-color-ghost);--theme-animated-tab-circle--border-color--hover:var(--theme-color-0);--theme-animated-tab-circle--border-color--selected:var(--theme-color-dynamic);--theme-animated-tab-icon--color:var(--theme-color-std-text);--theme-animated-tab-icon--color--active:var(--theme-color-std-text);--theme-animated-tab-icon--color--disabled:var(--theme-color-weak-text);--theme-animated-tab-icon--color--hover:var(--theme-color-std-text);--theme-animated-tab-icon--color--selected:var(--theme-color-std-text);--theme-animated-tab-indicator--background:var(--theme-color-soft-bdr);--theme-animated-tab-indicator--background--active:var(--theme-color-soft-bdr);--theme-animated-tab-indicator--background--hover:var(--theme-color-soft-bdr);--theme-animated-tab-indicator--background--selected:var(--theme-color-dynamic);--theme-tab--background:var(--theme-color-ghost);--theme-tab--background--active:var(--theme-color-ghost-primary--active);--theme-tab--background--disabled:var(--theme-color-ghost);--theme-tab--background--hover:var(--theme-color-ghost-primary--hover);--theme-tab--background--selected:var(--theme-color-ghost);--theme-tab--color:var(--theme-color-std-text);--theme-tab--color--active:var(--theme-color-std-text);--theme-tab--color--disabled:var(--theme-color-weak-text);--theme-tab--color--hover:var(--theme-color-std-text);--theme-tab--color--selected:var(--theme-color-std-text);--theme-tab-icon--color:var(--theme-color-std-text);--theme-tab-icon--color--active:var(--theme-color-std-text);--theme-tab-icon--color--disabled:var(--theme-color-weak-text);--theme-tab-icon--color--hover:var(--theme-color-std-text);--theme-tab-icon--color--selected:var(--theme-color-std-text);--theme-tab-indicator--background:var(--theme-color-soft-bdr);--theme-tab-indicator--background--active:var(--theme-color-soft-bdr);--theme-tab-indicator--background--disabled:var(--theme-color-soft-bdr);--theme-tab-indicator--background--hover:var(--theme-color-soft-bdr);--theme-tab-indicator--background--selected:var(--theme-color-dynamic);--theme-tab-indicator--height:.125rem;--theme-tab-pill--border-color:var(--theme-color-neutral);--theme-tab-pill--border-color--active:var(--theme-color-neutral);--theme-tab-pill--border-color--disabled:var(--theme-color-neutral);--theme-tab-pill--border-color--hover:var(--theme-color-neutral);--theme-tab-pill--border-color--selected:var(--theme-color-dynamic);--theme-table-group-header-row--background:var(--theme-color-0);--theme-table-group-header-row--border-color:var(--theme-color-soft-bdr);--theme-table--background:var(--theme-color-0);--theme-table--border-color:var(--theme-color-0);--theme-table--color:var(--theme-color-std-text);--theme-table-data-cell--background:var(--theme-color-2);--theme-table-data-cell--background--active:var(--theme-color-ghost--active);--theme-table-data-cell--background--disabled:var(--theme-color-ghost);--theme-table-data-cell--background--hover:var(--theme-color-ghost--hover);--theme-table-data-cell--background--selected:var(--theme-color-ghost--selected);--theme-table-data-cell--background--selected-active:var(--theme-color-ghost--selected-active);--theme-table-data-cell--background--selected-hover:var(--theme-color-ghost--selected-hover);--theme-table-data-cell--border-color:var(--theme-color-0);--theme-table-data-cell--color:var(--theme-color-std-text);--theme-table-data-cell--color-disabled:var(--theme-color-weak-text);--theme-table-data-row--background:var(--theme-color-ghost);--theme-table-data-row--background--active:var(--theme-color-ghost--active);--theme-table-data-row--background--disabled:var(--theme-color-ghost);--theme-table-data-row--background--hover:var(--theme-color-ghost--hover);--theme-table-data-row--background--selected:var(--theme-color-ghost--selected);--theme-table-data-row--background--selected-active:var(--theme-color-ghost--selected-active);--theme-table-data-row--background--selected-hover:var(--theme-color-ghost--selected-hover);--theme-table-data-row--border-color:var(--theme-color-weak-bdr);--theme-table-data-row-alt--background:var(--theme-color-1);--theme-table-data-row-alt--background--active:var(--theme-color-ghost-alt--active);--theme-table-data-row-alt--background--disabled:var(--theme-color-ghost-alt);--theme-table-data-row-alt--background--hover:var(--theme-color-ghost-alt--hover);--theme-table-data-row-alt--background--selected:var(--theme-color-ghost-alt--selected);--theme-table-data-row-alt--background--selected-active:var(--theme-color-ghost-alt--selected-active);--theme-table-data-row-alt--background--selected-hover:var(--theme-color-ghost-alt--selected-hover);--theme-table-group-splitter--background:var(--theme-color-x-weak-bdr);--theme-table-group-splitter--background--hover:var(--theme-color-dynamic);--theme-table-header-cell--background:var(--theme-color-ghost);--theme-table-header-cell--background--active:var(--theme-color-ghost--active);--theme-table-header-cell--background--hover:var(--theme-color-ghost--hover);--theme-table-header-cell--border-color:var(--theme-color-0);--theme-table-header-cell--border-color--active:var(--theme-color-0);--theme-table-header-cell--border-color--hover:var(--theme-color-0);--theme-table-header-cell--color:var(--theme-color-std-text);--theme-table-header-filter--color:var(--theme-color-dynamic);--theme-table-header-row--background:var(--theme-color-0);--theme-table-header-row--border-color:var(--theme-color-soft-bdr);--theme-table-header-sort--color:var(--theme-color-dynamic);--theme-table-header-splitter--background:var(--theme-color-soft-bdr);--theme-table-header-splitter--background--hover:var(--theme-color-dynamic);--theme-table-selection--border-color:var(--theme-color-0);--theme-tile--border-radius:var(--theme-default-border-radius);--theme-tile--box-shadow:none;--theme-toast--background:var(--theme-color-2);--theme-toast--border-color:var(--theme-color-0);--theme-toast--border-radius:var(--theme-default-border-radius);--theme-toast--border-radus:var(--theme-toast--border-radius);--theme-toast--border-thickness:var(--theme-border-width-none);--theme-toast--box-shadow:var(--theme-shadow-4);--theme-toast--color:var(--theme-color-std-text);--theme-toast-timer-track--background:var(--theme-color-0);--theme-toast-timer-value--background:var(--theme-color-component-4);--theme-tooltip--background:var(--theme-color-2);--theme-tooltip--border-color:var(--theme-color-0);--theme-tooltip--color:var(--theme-color-std-text);--theme-tooltip-close--color:var(--theme-color-soft-text);--theme-tooltip-close-btn--background:var(--theme-color-ghost);--theme-tooltip-close-btn--background--active:var(--theme-color-ghost--active);--theme-tooltip-close-btn--background--hover:var(--theme-color-ghost--hover);--theme-tootlip--background:var(--theme-tooltip--background);--theme-tree-item--background:var(--theme-color-ghost);--theme-tree-item--background--active:var(--theme-color-ghost--active);--theme-tree-item--background--hover:var(--theme-color-ghost--hover);--theme-tree-item--background--selected:var(--theme-color-ghost--selected);--theme-tree-item--background--selected-active:var(--theme-color-ghost--selected-active);--theme-tree-item--background--selected-hover:var(--theme-color-ghost--selected-hover);--theme-tree-item--color:var(--theme-color-std-text);--theme-tree-item-icon:var(--theme-color-std-text);--theme-tree-item-node-closed-icon--color:var(--theme-color-std-text);--theme-tree-item-node-open-icon--color:var(--theme-color-dynamic);--theme-tree-item-status--color:var(--theme-color-soft-text);--theme-upload--background:var(--theme-color-1);--theme-upload--background--checking:var(--theme-color-1);--theme-upload--background--disabled:var(--theme-color-0);--theme-upload--background--dragover:var(--theme-color-1);--theme-upload--border-color:var(--theme-color-soft-bdr);--theme-upload--border-color--checking:var(--theme-color-soft-bdr);--theme-upload--border-color--disabled:var(--theme-color-soft-bdr);--theme-upload--border-color--dragover:var(--theme-color-dynamic);--theme-upload--border-radius:var(--theme-default-border-radius);--theme-upload-text--color:var(--theme-color-std-text);--theme-upload-text--color--checking:var(--theme-color-std-text);--theme-upload-text--color--disabled:var(--theme-color-weak-text);--theme-workflow--border-radius:1px;--theme-workflow-step--background:var(--theme-color-ghost);--theme-workflow-step--background--active:var(--theme-color-ghost--active);--theme-workflow-step--background--disabled:var(--theme-color-ghost);--theme-workflow-step--background--hover:var(--theme-color-ghost--hover);--theme-workflow-step--background--selected:var(--theme-color-ghost--selected);--theme-workflow-step--color:var(--theme-color-std-text);--theme-workflow-step--color--disabled:var(--theme-color-weak-text);--theme-workflow-step-icon--background:var(--theme-color-1);--theme-workflow-step-icon-default--color:var(--theme-color-soft-text);--theme-workflow-step-icon-default--color--disabled:var(--theme-color-weak-text);--theme-workflow-step-icon-default--color--selected:var(--theme-color-dynamic);--theme-workflow-step-icon-done--color:var(--theme-color-primary);--theme-workflow-step-icon-done--color--disabled:var(--theme-color-weak-text);--theme-workflow-step-icon-done--color--selected:var(--theme-color-dynamic);--theme-workflow-step-icon-error--color--disabled:var(--theme-color-weak-text);--theme-workflow-step-icon-success--color--disabled:var(--theme-color-weak-text);--theme-workflow-step-icon-warning--color--disabled:var(--theme-color-weak-text)}@media(prefers-reduced-motion:reduce){:not([data-ix-theme]) body:not([data-ix-theme]),[data-ix-theme]{--theme-x-slow-time:0;--theme-slow-time:0;--theme-medium-time:0;--theme-default-time:0;--theme-short-time:0}}body{background-color:var(--theme-color-1);color:var(--theme-color-std-text);font-family:Siemens Sans,Arial,Helvetica,sans-serif;font-feature-settings:"clig" off,"liga" off;font-size:var(--theme-ms-0);font-style:normal;font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);line-height:var(--theme-line-height-md);margin:0;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}body:not(.disable-scrollbar) ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){body:not(.disable-scrollbar) *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}body:not(.disable-scrollbar) ::-webkit-scrollbar{height:.5rem;width:.5rem}body:not(.disable-scrollbar) ::-webkit-scrollbar-track{background:var(--theme-scrollbar-track--background);border-radius:5px}body:not(.disable-scrollbar) ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}body:not(.disable-scrollbar) ::-webkit-scrollbar-thumb{background:var(--theme-scrollbar-thumb--background);border-radius:5px}body:not(.disable-scrollbar) ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}body:not(.disable-scrollbar) ::-webkit-scrollbar-corner{display:none}[data-ix-theme=classic][data-ix-color-schema=dark],body[class*=theme-classic-dark]{--theme-alarm-bdr-1:.0625rem solid var(--theme-color-alarm);--theme-alarm-bdr-2:.125rem solid var(--theme-color-alarm);--theme-body:400 .875rem/1.43 "Siemens Sans";--theme-body-lg:400 1rem/1.5 "Siemens Sans";--theme-body-sm:400 .75rem/1.5 "Siemens Sans";--theme-body-xs:400 .625rem/1.5 "Siemens Sans";--theme-chart-1:#00ffe7;--theme-chart-1-40:rgba(0,255,231,.4);--theme-chart-10:#b999ff;--theme-chart-10-40:rgba(185,153,255,.4);--theme-chart-11:#d08fff;--theme-chart-11-40:rgba(208,143,255,.4);--theme-chart-12:#ed85ff;--theme-chart-12-40:rgba(237,133,255,.4);--theme-chart-13:#f38fc2;--theme-chart-13-40:rgba(243,143,194,.4);--theme-chart-14:#ef9a9a;--theme-chart-14-40:hsla(0,73%,77%,.4);--theme-chart-15:#ffb180;--theme-chart-15-40:rgba(255,177,128,.4);--theme-chart-16:#cacab4;--theme-chart-16-40:hsla(60,17%,75%,.4);--theme-chart-17:#b5bd00;--theme-chart-17-40:rgba(181,189,0,.4);--theme-chart-2:#94ffc9;--theme-chart-2-40:rgba(148,255,201,.4);--theme-chart-3:#00c2cc;--theme-chart-3-40:rgba(0,194,204,.4);--theme-chart-4:#a3eeff;--theme-chart-4-40:rgba(163,238,255,.4);--theme-chart-5:#90b4c5;--theme-chart-5-40:rgba(144,180,197,.4);--theme-chart-6:#42c6ff;--theme-chart-6-40:rgba(66,198,255,.4);--theme-chart-7:#7aaaff;--theme-chart-7-40:rgba(122,170,255,.4);--theme-chart-8:#9ebbff;--theme-chart-8-40:rgba(158,187,255,.4);--theme-chart-9:#9ea3ff;--theme-chart-9-40:rgba(158,163,255,.4);--theme-chart-axes:hsla(0,0%,100%,.3);--theme-chart-grid-fill:#23233c;--theme-chart-grid-lines:hsla(0,0%,100%,.1);--theme-chart-ticks:hsla(0,0%,100%,.35);--theme-chart-tooltip-bdr:hsla(0,0%,100%,.25);--theme-chart-tooltip-fill:rgba(15,22,25,.8);--theme-code:400 .875rem/1.5 "JetBrains Mono";--theme-code-lg:400 1rem/1.5 "JetBrains Mono";--theme-code-sm:400 .75rem/1.5 "JetBrains Mono";--theme-color-0:transparent;--theme-color-1:#0f1619;--theme-color-1--active:#222b2f;--theme-color-1--hover:#283236;--theme-color-2:#283236;--theme-color-3:#3c484d;--theme-color-4:#4c5a60;--theme-color-5:#59686f;--theme-color-6:#63737b;--theme-color-7:#6b7c85;--theme-color-8:#94a1a9;--theme-color-alarm:#ff2453;--theme-color-alarm--active:#ff335f;--theme-color-alarm--contrast:#000;--theme-color-alarm--hover:#ff577b;--theme-color-alarm-10:rgba(255,38,85,.1);--theme-color-alarm-40:rgba(255,38,85,.4);--theme-color-alarm-bdr:#ff2453;--theme-color-alarm-text:#ff7694;--theme-color-backdrop:rgba(0,0,0,.85);--theme-color-backdrop-3:rgba(55,70,77,.85);--theme-color-component-1:rgba(140,161,171,.2);--theme-color-component-1--active:rgba(140,161,171,.25);--theme-color-component-1--hover:rgba(140,161,171,.45);--theme-color-component-10:rgba(0,234,255,.75);--theme-color-component-10--active:rgba(10,235,255,.75);--theme-color-component-10--disabled:rgba(0,234,255,.2);--theme-color-component-10--hover:rgba(107,243,255,.6);--theme-color-component-11:rgba(86,97,103,.2);--theme-color-component-2:rgba(211,239,253,.15);--theme-color-component-3:rgba(217,243,255,.4);--theme-color-component-4:rgba(214,242,255,.42);--theme-color-component-5:rgba(224,245,255,.6);--theme-color-component-6:rgba(217,234,242,.65);--theme-color-component-7:rgba(0,234,255,.15);--theme-color-component-7--active:#16565c;--theme-color-component-7--hover:#196269;--theme-color-component-8:#00273b;--theme-color-component-8--hover:#002639;--theme-color-component-9:#00eaff;--theme-color-component-9--active:#0aebff;--theme-color-component-9--disabled:rgba(0,234,255,.3);--theme-color-component-9--hover:#52f1ff;--theme-color-component-error:#4b1a28;--theme-color-component-info:#001c4d;--theme-color-component-warning:#4b463a;--theme-color-contrast-bdr:#fff;--theme-color-contrast-text:#fff;--theme-color-critical:#eb7a0a;--theme-color-critical--active:#eb8014;--theme-color-critical--contrast:#000;--theme-color-critical--hover:#ed8721;--theme-color-critical-40:rgba(235,122,10,.4);--theme-color-dynamic:#00eaff;--theme-color-dynamic--active:#5cd5e0;--theme-color-dynamic--hover:#62e2ee;--theme-color-dynamic-alt:#00eaff;--theme-color-dynamic-alt--active:#5cd5e0;--theme-color-dynamic-alt--hover:#62e2ee;--theme-color-focus-bdr:#199fff;--theme-color-ghost:hsla(0,0%,100%,0);--theme-color-ghost--active:rgba(140,161,171,.15);--theme-color-ghost--hover:rgba(140,161,171,.2);--theme-color-ghost--selected:rgba(0,255,255,.1);--theme-color-ghost--selected-active:rgba(115,221,221,.2);--theme-color-ghost--selected-hover:rgba(104,253,253,.2);--theme-color-ghost-alt:hsla(0,0%,100%,.05);--theme-color-ghost-alt--active:rgba(140,161,171,.15);--theme-color-ghost-alt--hover:rgba(140,161,171,.2);--theme-color-ghost-alt--selected:rgba(58,255,255,.15);--theme-color-ghost-alt--selected-active:rgba(132,225,225,.25);--theme-color-ghost-alt--selected-hover:rgba(123,253,253,.25);--theme-color-ghost-primary--active:rgba(0,128,128,.2);--theme-color-ghost-primary--hover:rgba(0,255,255,.15);--theme-color-gradient-effect-1:#1aecff;--theme-color-gradient-effect-2:#00bde3;--theme-color-hard-bdr:#6b7c85;--theme-color-info:#357fff;--theme-color-info--active:#3d84ff;--theme-color-info--contrast:#000;--theme-color-info--hover:#4d8eff;--theme-color-info-40:rgba(53,127,255,.4);--theme-color-inv-contrast-text:#000;--theme-color-inv-soft-text:rgba(0,13,20,.6);--theme-color-inv-std-text:rgba(0,10,20,.9);--theme-color-inv-weak-text:rgba(0,13,20,.45);--theme-color-lightbox:rgba(0,0,0,.65);--theme-color-logo:#fff;--theme-color-logo-login:#fff;--theme-color-neutral:#b6b8b9;--theme-color-neutral--active:#acaeaf;--theme-color-neutral--contrast:#000;--theme-color-neutral--hover:#c8cacb;--theme-color-neutral-40:hsla(200,2%,72%,.4);--theme-color-primary:#00bde3;--theme-color-primary--active:#00eaff;--theme-color-primary--contrast:#000;--theme-color-primary--disabled:rgba(0,170,204,.45);--theme-color-primary--hover:#1aecff;--theme-color-secondary:#000;--theme-color-secondary--active:#001d2b;--theme-color-secondary--hover:#002639;--theme-color-shadow-1:rgba(0,0,0,.6);--theme-color-shadow-2:#000;--theme-color-shadow-3:rgba(0,0,0,.6);--theme-color-soft-bdr:rgba(211,236,248,.4);--theme-color-soft-text:rgba(229,247,255,.65);--theme-color-std-bdr:rgba(211,236,248,.55);--theme-color-std-text:rgba(245,252,255,.9);--theme-color-success:#4c0;--theme-color-success--active:#47d600;--theme-color-success--contrast:#000;--theme-color-success--hover:#4eeb00;--theme-color-success-40:rgba(68,204,0,.4);--theme-color-warning:#fb0;--theme-color-warning--active:#ffba0a;--theme-color-warning--contrast:#000;--theme-color-warning--hover:#ffc533;--theme-color-warning-10:rgba(255,187,0,.1);--theme-color-warning-40:rgba(255,187,0,.4);--theme-color-warning-bdr:#fb0;--theme-color-warning-text:#fb0;--theme-color-weak-bdr:rgba(224,245,255,.25);--theme-color-weak-text:rgba(219,244,255,.4);--theme-color-x-weak-bdr:rgba(142,157,165,.2);--theme-company-logo:company-logo-alt;--theme-contrast-bdr-1:.0625rem solid var(--theme-color-contrast-bdr);--theme-contrast-bdr-2:.125rem solid var(--theme-color-contrast-bdr);--theme-critical-bdr-1:.0625rem solid var(--theme-color-critical);--theme-critical-bdr-2:.125rem solid var(--theme-color-critical);--theme-display:400 1.5rem/1 "Siemens Sans";--theme-display-lg:400 1.8125rem/1 "Siemens Sans";--theme-display-sm:400 1.25rem/1 "Siemens Sans";--theme-display-xl:700 2.1875rem/1 "Siemens Sans";--theme-display-xs:400 1rem/1 "Siemens Sans";--theme-display-xxl:700 2.625rem/1 "Siemens Sans";--theme-dynamic-bdr-1:.0625rem solid var(--theme-color-dynamic);--theme-dynamic-bdr-2:.125rem solid var(--theme-color-dynamic);--theme-font-code:"JetBrains Mono";--theme-font-sans:"Siemens Sans";--theme-h1:700 1.8125rem/1.2 "Siemens Sans";--theme-h2:700 1.5rem/1.43 "Siemens Sans";--theme-h3:700 1.25rem/1.5 "Siemens Sans";--theme-h4:700 1rem/1.5 "Siemens Sans";--theme-h5:700 .875rem/1.43 "Siemens Sans";--theme-h6:700 .75rem/1.5 "Siemens Sans";--theme-info-bdr-1:.0625rem solid var(--theme-color-info);--theme-info-bdr-2:.125rem solid var(--theme-color-info);--theme-inset-shadow-1:inset 0 2px 4px 0 rgba(0,0,0,.6);--theme-label:400 .875rem/1.2 "Siemens Sans";--theme-label-lg:400 1rem/1.2 "Siemens Sans";--theme-label-sm:400 .75rem/1.2 "Siemens Sans";--theme-label-xs:400 .625rem/1.2 "Siemens Sans";--theme-neutral-bdr-1:.0625rem solid var(--theme-color-neutral);--theme-neutral-bdr-2:.125rem solid var(--theme-color-neutral);--theme-primary-bdr-1:.0625rem solid var(--theme-color-primary);--theme-primary-bdr-2:.125rem solid var(--theme-color-primary);--theme-shadow-1:0 2px 2px 0 #000,0 1px 1px 0 rgba(0,0,0,.6);--theme-shadow-2:-4px 0 8px 0 #000,4px 0 8px 0 #000,0 0 16px 0 rgba(0,0,0,.6);--theme-shadow-3:0 2px 6px 0 #000,0 0 8px 0 rgba(0,0,0,.6);--theme-shadow-4:0 0 2px 0 #000,0 4px 8px 0 rgba(0,0,0,.6),0 12px 18px 0 rgba(0,0,0,.6);--theme-soft-bdr-1:.0625rem solid var(--theme-color-soft-bdr);--theme-soft-bdr-2:.125rem solid var(--theme-color-soft-bdr);--theme-soft-dashed-bdr-1:.0625rem dashed var(--theme-color-soft-bdr);--theme-soft-dashed-bdr-2:.125rem dashed var(--theme-color-soft-bdr);--theme-std-bdr-1:.0625rem solid var(--theme-color-std-bdr);--theme-std-bdr-2:.125rem solid var(--theme-color-std-bdr);--theme-success-bdr-1:.0625rem solid var(--theme-color-success);--theme-success-bdr-2:.125rem solid var(--theme-color-success);--theme-text-caption:700 .75rem/1.5 "Siemens Sans";--theme-text-caption-single:700 .75rem/1 "Siemens Sans";--theme-text-default:400 .875rem/1.429 "Siemens Sans";--theme-text-default-single:400 .875rem/1.143 "Siemens Sans";--theme-text-default-title:700 .875rem/1.429 "Siemens Sans";--theme-text-default-title-single:700 .875rem/1.143 "Siemens Sans";--theme-text-default-underline:400 .875rem/1.429 "Siemens Sans";--theme-text-h2:700 1.375rem/1.455 "Siemens Sans";--theme-text-l:400 1rem/1.5 "Siemens Sans";--theme-text-l-single:400 1rem/1.25 "Siemens Sans";--theme-text-l-title:700 1rem/1.5 "Siemens Sans";--theme-text-l-title-single:700 1rem/1.25 "Siemens Sans";--theme-text-s:400 .75rem/1.5 "Siemens Sans";--theme-text-s-single:400 .75rem/1.5 "Siemens Sans";--theme-text-xl:400 1.375rem/1.091 "Siemens Sans";--theme-text-xs:400 .625rem/1.4 "Siemens Sans";--theme-warning-bdr-1:.0625rem solid var(--theme-color-warning);--theme-warning-bdr-2:.125rem solid var(--theme-color-warning);--theme-weak-bdr-1:.0625rem solid var(--theme-color-weak-bdr);--theme-weak-bdr-2:.125rem solid var(--theme-color-weak-bdr);--theme-x-weak-bdr-1:.0625rem solid var(--theme-color-x-weak-bdr);--theme-x-weak-bdr-2:.125rem solid var(--theme-color-x-weak-bdr)}[data-ix-theme=classic][data-ix-color-schema=light],body[class*=theme-classic-light]{--theme-alarm-bdr-1:.0625rem solid var(--theme-color-alarm);--theme-alarm-bdr-2:.125rem solid var(--theme-color-alarm);--theme-body:400 .875rem/1.43 "Siemens Sans";--theme-body-lg:400 1rem/1.5 "Siemens Sans";--theme-body-sm:400 .75rem/1.5 "Siemens Sans";--theme-body-xs:400 .625rem/1.5 "Siemens Sans";--theme-chart-1:#008a7c;--theme-chart-1-40:rgba(0,138,124,.4);--theme-chart-10:#7c40ff;--theme-chart-10-40:rgba(124,64,255,.4);--theme-chart-11:#900eec;--theme-chart-11-40:rgba(144,14,236,.4);--theme-chart-12:#aa32be;--theme-chart-12-40:rgba(170,50,190,.4);--theme-chart-13:#6f2542;--theme-chart-13-40:rgba(111,37,66,.4);--theme-chart-14:#9e5833;--theme-chart-14-40:rgba(158,88,51,.4);--theme-chart-15:#b74e2a;--theme-chart-15-40:rgba(183,78,42,.4);--theme-chart-16:#73735e;--theme-chart-16-40:rgba(115,115,94,.4);--theme-chart-17:#7a8000;--theme-chart-17-40:rgba(122,128,0,.4);--theme-chart-2:#00572b;--theme-chart-2-40:rgba(0,87,43,.4);--theme-chart-3:#00838f;--theme-chart-3-40:rgba(0,131,143,.4);--theme-chart-4:#003c61;--theme-chart-4-40:rgba(0,60,97,.4);--theme-chart-5:#61778c;--theme-chart-5-40:rgba(97,119,140,.4);--theme-chart-6:#0076a8;--theme-chart-6-40:rgba(0,118,168,.4);--theme-chart-7:#182171;--theme-chart-7-40:rgba(24,33,113,.4);--theme-chart-8:#0041d6;--theme-chart-8-40:rgba(0,65,214,.4);--theme-chart-9:#4a52f2;--theme-chart-9-40:rgba(74,82,242,.4);--theme-chart-axes:rgba(0,0,0,.3);--theme-chart-grid-fill:#fff;--theme-chart-grid-lines:rgba(0,0,0,.1);--theme-chart-ticks:rgba(0,0,0,.3);--theme-chart-tooltip-bdr:rgba(0,0,0,.2);--theme-chart-tooltip-fill:hsla(0,0%,100%,.8);--theme-code:400 .875rem/1.5 "JetBrains Mono";--theme-code-lg:400 1rem/1.5 "JetBrains Mono";--theme-code-sm:400 .75rem/1.5 "JetBrains Mono";--theme-color-0:hsla(0,0%,100%,0);--theme-color-1:#fff;--theme-color-1--active:#e2e4e6;--theme-color-1--hover:#eff0f1;--theme-color-2:#eff0f1;--theme-color-3:#e2e4e6;--theme-color-4:#d8dadd;--theme-color-5:#cfd2d5;--theme-color-6:#c8cbcf;--theme-color-7:#c2c6ca;--theme-color-8:#92979b;--theme-color-alarm:#d72332;--theme-color-alarm--active:#b41d2a;--theme-color-alarm--contrast:#fff;--theme-color-alarm--hover:#c11f2d;--theme-color-alarm-10:rgba(215,35,50,.1);--theme-color-alarm-40:rgba(215,35,50,.4);--theme-color-alarm-bdr:#d72332;--theme-color-alarm-text:#b81e3f;--theme-color-backdrop:hsla(0,0%,100%,.85);--theme-color-backdrop-3:hsla(210,7%,89%,.85);--theme-color-component-1:hsla(213,7%,68%,.2);--theme-color-component-1--active:hsla(213,7%,68%,.3);--theme-color-component-1--hover:hsla(213,7%,68%,.15);--theme-color-component-10:rgba(0,81,89,.75);--theme-color-component-10--active:rgba(0,70,77,.75);--theme-color-component-10--disabled:rgba(0,81,89,.15);--theme-color-component-10--hover:rgba(0,93,102,.75);--theme-color-component-11:rgba(213,219,226,.2);--theme-color-component-2:rgba(0,18,36,.1);--theme-color-component-3:rgba(4,20,37,.2);--theme-color-component-4:rgba(5,18,31,.3);--theme-color-component-5:rgba(7,18,29,.45);--theme-color-component-6:rgba(11,18,25,.6);--theme-color-component-7:rgba(0,234,255,.2);--theme-color-component-7--active:#00def2;--theme-color-component-7--hover:#00eaff;--theme-color-component-8:#ebf7f8;--theme-color-component-8--hover:#d1fbff;--theme-color-component-9:#0b5e65;--theme-color-component-9--active:#00464d;--theme-color-component-9--disabled:rgba(0,81,89,.3);--theme-color-component-9--hover:#005d66;--theme-color-component-error:#fcccd0;--theme-color-component-info:#ccdefc;--theme-color-component-warning:#ffe8a8;--theme-color-contrast-bdr:#000;--theme-color-contrast-text:#000;--theme-color-critical:#bc5b01;--theme-color-critical--active:#9d4d01;--theme-color-critical--contrast:#fff;--theme-color-critical--hover:#ad5401;--theme-color-critical-40:rgba(188,91,1,.4);--theme-color-dynamic:#005e66;--theme-color-dynamic--active:#0e494e;--theme-color-dynamic--hover:#0f5157;--theme-color-dynamic-alt:#00eaff;--theme-color-dynamic-alt--active:#5cd5e0;--theme-color-dynamic-alt--hover:#62e2ee;--theme-color-focus-bdr:#199fff;--theme-color-ghost:hsla(70,16%,61%,0);--theme-color-ghost--active:hsla(213,7%,68%,.3);--theme-color-ghost--hover:hsla(213,7%,68%,.2);--theme-color-ghost--selected:rgba(0,234,255,.2);--theme-color-ghost--selected-active:rgba(0,145,158,.2);--theme-color-ghost--selected-hover:rgba(32,184,197,.2);--theme-color-ghost-alt:rgba(0,20,40,.05);--theme-color-ghost-alt--active:hsla(213,7%,68%,.35);--theme-color-ghost-alt--hover:hsla(213,7%,68%,.2);--theme-color-ghost-alt--selected:rgba(0,216,236,.2);--theme-color-ghost-alt--selected-active:rgba(0,148,161,.2);--theme-color-ghost-alt--selected-hover:rgba(30,171,184,.25);--theme-color-ghost-primary--active:rgba(0,190,207,.2);--theme-color-ghost-primary--hover:rgba(0,234,255,.2);--theme-color-gradient-effect-1:#006e93;--theme-color-gradient-effect-2:#16565c;--theme-color-hard-bdr:#b2b8be;--theme-color-info:#0041b2;--theme-color-info--active:#003694;--theme-color-info--contrast:#fff;--theme-color-info--hover:#003a9e;--theme-color-info-40:rgba(0,65,177,.4);--theme-color-inv-contrast-text:#fff;--theme-color-inv-soft-text:rgba(229,242,255,.6);--theme-color-inv-std-text:rgba(245,250,255,.9);--theme-color-inv-weak-text:rgba(219,237,255,.45);--theme-color-lightbox:hsla(0,0%,100%,.65);--theme-color-logo:#000;--theme-color-logo-login:#000;--theme-color-neutral:#66727e;--theme-color-neutral--active:#545e68;--theme-color-neutral--contrast:#fff;--theme-color-neutral--hover:#66727e;--theme-color-neutral-40:rgba(102,114,126,.4);--theme-color-primary:#006e93;--theme-color-primary--active:#16565c;--theme-color-primary--contrast:#fff;--theme-color-primary--disabled:rgba(0,110,147,.3);--theme-color-primary--hover:#196269;--theme-color-secondary:#fff;--theme-color-secondary--active:#b8edf2;--theme-color-secondary--hover:#ccfbff;--theme-color-shadow-1:rgba(0,0,0,.1);--theme-color-shadow-2:rgba(0,0,0,.2);--theme-color-shadow-3:rgba(0,0,0,.1);--theme-color-soft-bdr:rgba(0,20,40,.2);--theme-color-soft-text:rgba(0,10,20,.6);--theme-color-std-bdr:rgba(0,20,40,.3);--theme-color-std-text:rgba(0,10,20,.9);--theme-color-success:#2c8500;--theme-color-success--active:#246b00;--theme-color-success--contrast:#fff;--theme-color-success--hover:#277500;--theme-color-success-40:rgba(44,133,0,.4);--theme-color-warning:#fb0;--theme-color-warning--active:#ffba0a;--theme-color-warning--contrast:#000;--theme-color-warning--hover:#ffc533;--theme-color-warning-10:rgba(255,187,0,.1);--theme-color-warning-40:rgba(255,187,0,.4);--theme-color-warning-bdr:#947100;--theme-color-warning-text:#947100;--theme-color-weak-bdr:rgba(35,48,60,.15);--theme-color-weak-text:rgba(0,10,20,.4);--theme-color-x-weak-bdr:rgba(174,181,189,.2);--theme-company-logo:company-logo-alt;--theme-contrast-bdr-1:.0625rem solid var(--theme-color-contrast-bdr);--theme-contrast-bdr-2:.125rem solid var(--theme-color-contrast-bdr);--theme-critical-bdr-1:.0625rem solid var(--theme-color-critical);--theme-critical-bdr-2:.125rem solid var(--theme-color-critical);--theme-display:400 1.5rem/1 "Siemens Sans";--theme-display-lg:400 1.8125rem/1 "Siemens Sans";--theme-display-sm:400 1.25rem/1 "Siemens Sans";--theme-display-xl:700 2.1875rem/1 "Siemens Sans";--theme-display-xs:400 1rem/1 "Siemens Sans";--theme-display-xxl:700 2.625rem/1 "Siemens Sans";--theme-dynamic-bdr-1:.0625rem solid var(--theme-color-dynamic);--theme-dynamic-bdr-2:.125rem solid var(--theme-color-dynamic);--theme-font-code:"JetBrains Mono";--theme-font-sans:"Siemens Sans";--theme-h1:700 1.8125rem/1.2 "Siemens Sans";--theme-h2:700 1.5rem/1.43 "Siemens Sans";--theme-h3:700 1.25rem/1.5 "Siemens Sans";--theme-h4:700 1rem/1.5 "Siemens Sans";--theme-h5:700 .875rem/1.43 "Siemens Sans";--theme-h6:700 .75rem/1.5 "Siemens Sans";--theme-info-bdr-1:.0625rem solid var(--theme-color-info);--theme-info-bdr-2:.125rem solid var(--theme-color-info);--theme-inset-shadow-1:inset 0 2px 4px 0 rgba(0,0,0,.1);--theme-label:400 .875rem/1.2 "Siemens Sans";--theme-label-lg:400 1rem/1.2 "Siemens Sans";--theme-label-sm:400 .75rem/1.2 "Siemens Sans";--theme-label-xs:400 .625rem/1.2 "Siemens Sans";--theme-neutral-bdr-1:.0625rem solid var(--theme-color-neutral);--theme-neutral-bdr-2:.125rem solid var(--theme-color-neutral);--theme-primary-bdr-1:.0625rem solid var(--theme-color-primary);--theme-primary-bdr-2:.125rem solid var(--theme-color-primary);--theme-shadow-1:0 2px 2px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.1);--theme-shadow-2:-4px 0 8px 0 rgba(0,0,0,.2),4px 0 8px 0 rgba(0,0,0,.2),0 0 16px 0 rgba(0,0,0,.1);--theme-shadow-3:0 2px 6px 0 rgba(0,0,0,.2),0 0 8px 0 rgba(0,0,0,.1);--theme-shadow-4:0 0 2px 0 rgba(0,0,0,.2),0 4px 8px 0 rgba(0,0,0,.1),0 12px 18px 0 rgba(0,0,0,.1);--theme-soft-bdr-1:.0625rem solid var(--theme-color-soft-bdr);--theme-soft-bdr-2:.125rem solid var(--theme-color-soft-bdr);--theme-soft-dashed-bdr-1:.0625rem dashed var(--theme-color-soft-bdr);--theme-soft-dashed-bdr-2:.125rem dashed var(--theme-color-soft-bdr);--theme-std-bdr-1:.0625rem solid var(--theme-color-std-bdr);--theme-std-bdr-2:.125rem solid var(--theme-color-std-bdr);--theme-success-bdr-1:.0625rem solid var(--theme-color-success);--theme-success-bdr-2:.125rem solid var(--theme-color-success);--theme-text-caption:700 .75rem/1.5 "Siemens Sans";--theme-text-caption-single:700 .75rem/1 "Siemens Sans";--theme-text-default:400 .875rem/1.429 "Siemens Sans";--theme-text-default-single:400 .875rem/1.143 "Siemens Sans";--theme-text-default-title:700 .875rem/1.429 "Siemens Sans";--theme-text-default-title-single:700 .875rem/1.143 "Siemens Sans";--theme-text-default-underline:400 .875rem/1.429 "Siemens Sans";--theme-text-h2:700 1.375rem/1.455 "Siemens Sans";--theme-text-l:400 1rem/1.5 "Siemens Sans";--theme-text-l-single:400 1rem/1.25 "Siemens Sans";--theme-text-l-title:700 1rem/1.5 "Siemens Sans";--theme-text-l-title-single:700 1rem/1.25 "Siemens Sans";--theme-text-s:400 .75rem/1.5 "Siemens Sans";--theme-text-s-single:400 .75rem/1.5 "Siemens Sans";--theme-text-xl:400 1.375rem/1.091 "Siemens Sans";--theme-text-xs:400 .625rem/1.4 "Siemens Sans";--theme-warning-bdr-1:.0625rem solid var(--theme-color-warning);--theme-warning-bdr-2:.125rem solid var(--theme-color-warning);--theme-weak-bdr-1:.0625rem solid var(--theme-color-weak-bdr);--theme-weak-bdr-2:.125rem solid var(--theme-color-weak-bdr);--theme-x-weak-bdr-1:.0625rem solid var(--theme-color-x-weak-bdr);--theme-x-weak-bdr-2:.125rem solid var(--theme-color-x-weak-bdr)}:root.md,:root.ios{--ix-safe-area-inset-top: env(safe-area-inset-top);--ix-safe-area-inset-right: env(safe-area-inset-right);--ix-safe-area-inset-bottom: env(safe-area-inset-bottom);--ix-safe-area-inset-left: env(safe-area-inset-left)}body[data-screen-orientation=landscape-primary]{--ix-application-menu-safe-area-left: var(--ix-safe-area-inset-left)}:root .md,:root .ios,:root body[class*=theme-]{--ion-background-color: var(--theme-color-1);--ion-color-primary: var(--theme-color-primary);--ion-text-color: var(--theme-color-std-text);--ion-item-background: var(--theme-color-1);--ion-toolbar-background: var(--theme-app-header--background);--ion-padding: 16px;--ion-margin: 16px;--ion-font-family: var(--theme-font-sans)}:root body[class*=theme-]{--ion-color-primary: var(--theme-color-primary);--ion-color-primary-rgb: var(--theme-color-primary-rbg);--ion-color-primary-contrast: var(--theme-color-primary--contrast);--ion-color-primary-contrast-rgb: var(--theme-color-primary--contrast-rgb);--ion-color-primary-shade: var(--theme-color-primary--disabled);--ion-color-primary-tint: var(--theme-color-primary--hover);--ion-color-secondary: var(--theme-color-secondary);--ion-color-secondary-rgb: var(--theme-color-secondary-rgb);--ion-color-secondary-contrast: var(--theme-color-secondary-contrast);--ion-color-secondary-contrast-rgb: var(--theme-color-secondary-contrast-rgb);--ion-color-secondary-shade: var(--theme-color-secondary--disabled);--ion-color-secondary-tint: var(--theme-color-secondary--hover);--ion-color-tertiary: var(--theme-color-neutral);--ion-color-tertiary-rgb: var(--theme-color-neutral-rgb);--ion-color-tertiary-contrast: var(--theme-color-contrast-text);--ion-color-tertiary-contrast-rgb: var(--theme-color-contrast-text-rgb);--ion-color-tertiary-shade: var(--theme-color-1);--ion-color-tertiary-tint: var(--theme-color-7);--ion-color-success: var(--theme-color-success);--ion-color-success-rgb: var(--theme-color-success-rgb);--ion-color-success-contrast: var(--theme-color-success--contrast);--ion-color-success-contrast-rgb: var(--theme-color-success--contrast-rgb);--ion-color-success-shade: var(--theme-color-success--disabled);--ion-color-success-tint: var(--theme-color-success--hover);--ion-color-warning: var(--theme-color-warning);--ion-color-warning-rgb: var(--theme-color-warning-rgb);--ion-color-warning-contrast: var(--theme-color-warning--contrast);--ion-color-warning-contrast-rgb: var(--theme-color-warning--contrast-rgb);--ion-color-warning-shade: var(--theme-color-warning--disabled);--ion-color-warning-tint: var(--theme-color-warning--hover);--ion-color-danger: var(--theme-color-alarm);--ion-color-danger-rgb: var(--theme-color-alarm-rgb);--ion-color-danger-contrast: var(--theme-color-alarm--contrast);--ion-color-danger-contrast-rgb: var(--theme-color-alarm--contrast-rgb);--ion-color-danger-shade: var(--theme-color-alarm-10);--ion-color-danger-tint: var(--theme-color-alarm-40);--ion-color-light: var(--theme-color-8);--ion-color-light-rgb: var(--theme-color-8-rgb);--ion-color-light-contrast: var(--theme-color-inv-std-text);--ion-color-light-contrast-rgb: var(--theme-color-inv-std-text-rgb);--ion-color-light-shade: var(--theme-color-neutral);--ion-color-light-tint: var(--theme-color-contrast-bdr);--ion-color-medium: var(--theme-color-5);--ion-color-medium-rgb: var(--theme-color-5-rgb);--ion-color-medium-contrast: var(--theme-color-contrast-text);--ion-color-medium-contrast-rgb: var(--theme-color-contrast-text-rgb);--ion-color-medium-shade: var(--theme-color-4);--ion-color-medium-tint: var(--theme-color-6);--ion-color-dark: var(--theme-color-2);--ion-color-dark-rgb: var(--theme-color-2-rgb);--ion-color-dark-contrast: var(--theme-color-contrast-text);--ion-color-dark-contrast-rgb: var(--theme-color-contrast-text-rgb);--ion-color-dark-shade: var(--theme-color-1);--ion-color-dark-tint: var(--theme-color-7)}:root.preview-mode-ios{--ix-safe-area-inset-top: 37px;--ix-safe-area-inset-right: 0px;--ix-safe-area-inset-bottom: 15px;--ix-safe-area-inset-left: 0px}html.preview-mode body{display:block!important}._Example_zduaz_10{display:flex;flex-wrap:wrap;position:relative;justify-content:center;align-items:center;background-color:var(--theme-color-component-1);border-radius:var(--theme-default-border-radius);height:100%;padding:.5rem}._Example_zduaz_10>*{flex-grow:1}._SliderExample_zduaz_26{flex-direction:column}._SliderExample_zduaz_26 ix-slider{width:100%}._PaginationExample_zduaz_34{flex-direction:column}._PaginationExample_zduaz_34>*{margin-bottom:1rem}._ButtonExample_zduaz_42{display:flex;flex-wrap:wrap;position:relative;justify-content:center;align-items:center}._ButtonExample_zduaz_42>*{margin:.25rem}._IconCol_zduaz_54{display:flex;justify-content:center;align-items:center}._IconsExample_zduaz_60{display:flex;align-items:center;justify-content:center}._TabsExample_zduaz_66{display:block}._TabsExample_zduaz_66 ._TabsExampleContent_zduaz_70{margin:.25rem}._TypographyExample_zduaz_74{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}._Toggle_zduaz_82{display:flex;position:relative;align-items:center;justify-content:center}\n/*$vite$:1*/',document.head.appendChild(o);var n,a,i,s,l={exports:{}},d={},c=(a||(a=1,l.exports=function(){if(n)return d;n=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function o(t,o,r){var n=null;if(void 0!==r&&(n=""+r),void 0!==o.key&&(n=""+o.key),"key"in o)for(var a in r={},o)"key"!==a&&(r[a]=o[a]);else r=o;return o=r.ref,{$$typeof:e,type:t,key:n,ref:void 0!==o?o:null,props:r}}return d.Fragment=t,d.jsx=o,d.jsxs=o,d}()),l.exports),h={exports:{}},u={};function m(){if(i)return u;i=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),n=Symbol.for("react.profiler"),a=Symbol.for("react.consumer"),s=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),d=Symbol.for("react.suspense"),c=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),m=Symbol.iterator,b={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},p=Object.assign,f={};function g(e,t,o){this.props=e,this.context=t,this.refs=f,this.updater=o||b}function v(){}function y(e,t,o){this.props=e,this.context=t,this.refs=f,this.updater=o||b}g.prototype.isReactComponent={},g.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},g.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},v.prototype=g.prototype;var k=y.prototype=new v;k.constructor=y,p(k,g.prototype),k.isPureReactComponent=!0;var x=Array.isArray,w={H:null,A:null,T:null,S:null,V:null},S=Object.prototype.hasOwnProperty;function C(t,o,r,n,a,i){return r=i.ref,{$$typeof:e,type:t,key:o,ref:void 0!==r?r:null,props:i}}function E(t){return"object"==typeof t&&null!==t&&t.$$typeof===e}var L=/\/+/g;function _(e,t){return"object"==typeof e&&null!==e&&null!=e.key?(o=""+e.key,r={"=":"=0",":":"=2"},"$"+o.replace(/[=:]/g,function(e){return r[e]})):t.toString(36);var o,r}function T(){}function I(o,r,n,a,i){var s=typeof o;"undefined"!==s&&"boolean"!==s||(o=null);var l,d,c=!1;if(null===o)c=!0;else switch(s){case"bigint":case"string":case"number":c=!0;break;case"object":switch(o.$$typeof){case e:case t:c=!0;break;case h:return I((c=o._init)(o._payload),r,n,a,i)}}if(c)return i=i(o),c=""===a?"."+_(o,0):a,x(i)?(n="",null!=c&&(n=c.replace(L,"$&/")+"/"),I(i,r,n,"",function(e){return e})):null!=i&&(E(i)&&(l=i,d=n+(null==i.key||o&&o.key===i.key?"":(""+i.key).replace(L,"$&/")+"/")+c,i=C(l.type,d,void 0,0,0,l.props)),r.push(i)),1;c=0;var u,b=""===a?".":a+":";if(x(o))for(var p=0;p<o.length;p++)c+=I(a=o[p],r,n,s=b+_(a,p),i);else if("function"==typeof(p=null===(u=o)||"object"!=typeof u?null:"function"==typeof(u=m&&u[m]||u["@@iterator"])?u:null))for(o=p.call(o),p=0;!(a=o.next()).done;)c+=I(a=a.value,r,n,s=b+_(a,p++),i);else if("object"===s){if("function"==typeof o.then)return I(function(e){switch(e.status){case"fulfilled":return e.value;case"rejected":throw e.reason;default:switch("string"==typeof e.status?e.then(T,T):(e.status="pending",e.then(function(t){"pending"===e.status&&(e.status="fulfilled",e.value=t)},function(t){"pending"===e.status&&(e.status="rejected",e.reason=t)})),e.status){case"fulfilled":return e.value;case"rejected":throw e.reason}}throw e}(o),r,n,a,i);throw r=String(o),Error("Objects are not valid as a React child (found: "+("[object Object]"===r?"object with keys {"+Object.keys(o).join(", ")+"}":r)+"). If you meant to render a collection of children, use an array instead.")}return c}function z(e,t,o){if(null==e)return e;var r=[],n=0;return I(e,r,"","",function(e){return t.call(o,e,n++)}),r}function O(e){if(-1===e._status){var t=e._result;(t=t()).then(function(t){0!==e._status&&-1!==e._status||(e._status=1,e._result=t)},function(t){0!==e._status&&-1!==e._status||(e._status=2,e._result=t)}),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var $="function"==typeof reportError?reportError:function(e){if("object"==typeof window&&"function"==typeof window.ErrorEvent){var t=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:"object"==typeof e&&null!==e&&"string"==typeof e.message?String(e.message):String(e),error:e});if(!window.dispatchEvent(t))return}else if("object"==typeof process&&"function"==typeof process.emit)return void process.emit("uncaughtException",e);console.error(e)};function R(){}return u.Children={map:z,forEach:function(e,t,o){z(e,function(){t.apply(this,arguments)},o)},count:function(e){var t=0;return z(e,function(){t++}),t},toArray:function(e){return z(e,function(e){return e})||[]},only:function(e){if(!E(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},u.Component=g,u.Fragment=o,u.Profiler=n,u.PureComponent=y,u.StrictMode=r,u.Suspense=d,u.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=w,u.__COMPILER_RUNTIME={__proto__:null,c:function(e){return w.H.useMemoCache(e)}},u.cache=function(e){return function(){return e.apply(null,arguments)}},u.cloneElement=function(e,t,o){if(null==e)throw Error("The argument must be a React element, but you passed "+e+".");var r=p({},e.props),n=e.key;if(null!=t)for(a in t.ref,void 0!==t.key&&(n=""+t.key),t)!S.call(t,a)||"key"===a||"__self"===a||"__source"===a||"ref"===a&&void 0===t.ref||(r[a]=t[a]);var a=arguments.length-2;if(1===a)r.children=o;else if(1<a){for(var i=Array(a),s=0;s<a;s++)i[s]=arguments[s+2];r.children=i}return C(e.type,n,void 0,0,0,r)},u.createContext=function(e){return(e={$$typeof:s,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider=e,e.Consumer={$$typeof:a,_context:e},e},u.createElement=function(e,t,o){var r,n={},a=null;if(null!=t)for(r in void 0!==t.key&&(a=""+t.key),t)S.call(t,r)&&"key"!==r&&"__self"!==r&&"__source"!==r&&(n[r]=t[r]);var i=arguments.length-2;if(1===i)n.children=o;else if(1<i){for(var s=Array(i),l=0;l<i;l++)s[l]=arguments[l+2];n.children=s}if(e&&e.defaultProps)for(r in i=e.defaultProps)void 0===n[r]&&(n[r]=i[r]);return C(e,a,void 0,0,0,n)},u.createRef=function(){return{current:null}},u.forwardRef=function(e){return{$$typeof:l,render:e}},u.isValidElement=E,u.lazy=function(e){return{$$typeof:h,_payload:{_status:-1,_result:e},_init:O}},u.memo=function(e,t){return{$$typeof:c,type:e,compare:void 0===t?null:t}},u.startTransition=function(e){var t=w.T,o={};w.T=o;try{var r=e(),n=w.S;null!==n&&n(o,r),"object"==typeof r&&null!==r&&"function"==typeof r.then&&r.then(R,$)}catch(a){$(a)}finally{w.T=t}},u.unstable_useCacheRefresh=function(){return w.H.useCacheRefresh()},u.use=function(e){return w.H.use(e)},u.useActionState=function(e,t,o){return w.H.useActionState(e,t,o)},u.useCallback=function(e,t){return w.H.useCallback(e,t)},u.useContext=function(e){return w.H.useContext(e)},u.useDebugValue=function(){},u.useDeferredValue=function(e,t){return w.H.useDeferredValue(e,t)},u.useEffect=function(e,t,o){var r=w.H;if("function"==typeof o)throw Error("useEffect CRUD overload is not enabled in this build of React.");return r.useEffect(e,t)},u.useId=function(){return w.H.useId()},u.useImperativeHandle=function(e,t,o){return w.H.useImperativeHandle(e,t,o)},u.useInsertionEffect=function(e,t){return w.H.useInsertionEffect(e,t)},u.useLayoutEffect=function(e,t){return w.H.useLayoutEffect(e,t)},u.useMemo=function(e,t){return w.H.useMemo(e,t)},u.useOptimistic=function(e,t){return w.H.useOptimistic(e,t)},u.useReducer=function(e,t,o){return w.H.useReducer(e,t,o)},u.useRef=function(e){return w.H.useRef(e)},u.useState=function(e){return w.H.useState(e)},u.useSyncExternalStore=function(e,t,o){return w.H.useSyncExternalStore(e,t,o)},u.useTransition=function(){return w.H.useTransition()},u.version="19.1.1",u}function b(){return s||(s=1,h.exports=m()),h.exports}var p=b();const f=r(p);var g,v,y={exports:{}},k={},x={exports:{}},w={};function S(){return v||(v=1,x.exports=(g||(g=1,function(e){function t(e,t){var o=e.length;e.push(t);e:for(;0<o;){var r=o-1>>>1,a=e[r];if(!(0<n(a,t)))break e;e[r]=t,e[o]=a,o=r}}function o(e){return 0===e.length?null:e[0]}function r(e){if(0===e.length)return null;var t=e[0],o=e.pop();if(o!==t){e[0]=o;e:for(var r=0,a=e.length,i=a>>>1;r<i;){var s=2*(r+1)-1,l=e[s],d=s+1,c=e[d];if(0>n(l,o))d<a&&0>n(c,l)?(e[r]=c,e[d]=o,r=d):(e[r]=l,e[s]=o,r=s);else{if(!(d<a&&0>n(c,o)))break e;e[r]=c,e[d]=o,r=d}}}return t}function n(e,t){var o=e.sortIndex-t.sortIndex;return 0!==o?o:e.id-t.id}if(e.unstable_now=void 0,"object"==typeof performance&&"function"==typeof performance.now){var a=performance;e.unstable_now=function(){return a.now()}}else{var i=Date,s=i.now();e.unstable_now=function(){return i.now()-s}}var l=[],d=[],c=1,h=null,u=3,m=!1,b=!1,p=!1,f=!1,g="function"==typeof setTimeout?setTimeout:null,v="function"==typeof clearTimeout?clearTimeout:null,y="undefined"!=typeof setImmediate?setImmediate:null;function k(e){for(var n=o(d);null!==n;){if(null===n.callback)r(d);else{if(!(n.startTime<=e))break;r(d),n.sortIndex=n.expirationTime,t(l,n)}n=o(d)}}function x(e){if(p=!1,k(e),!b)if(null!==o(l))b=!0,S||(S=!0,w());else{var t=o(d);null!==t&&O(x,t.startTime-e)}}var w,S=!1,C=-1,E=5,L=-1;function _(){return!(!f&&e.unstable_now()-L<E)}function T(){if(f=!1,S){var t=e.unstable_now();L=t;var n=!0;try{e:{b=!1,p&&(p=!1,v(C),C=-1),m=!0;var a=u;try{t:{for(k(t),h=o(l);null!==h&&!(h.expirationTime>t&&_());){var i=h.callback;if("function"==typeof i){h.callback=null,u=h.priorityLevel;var s=i(h.expirationTime<=t);if(t=e.unstable_now(),"function"==typeof s){h.callback=s,k(t),n=!0;break t}h===o(l)&&r(l),k(t)}else r(l);h=o(l)}if(null!==h)n=!0;else{var c=o(d);null!==c&&O(x,c.startTime-t),n=!1}}break e}finally{h=null,u=a,m=!1}n=void 0}}finally{n?w():S=!1}}}if("function"==typeof y)w=function(){y(T)};else if("undefined"!=typeof MessageChannel){var I=new MessageChannel,z=I.port2;I.port1.onmessage=T,w=function(){z.postMessage(null)}}else w=function(){g(T,0)};function O(t,o){C=g(function(){t(e.unstable_now())},o)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(e){e.callback=null},e.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):E=0<e?Math.floor(1e3/e):5},e.unstable_getCurrentPriorityLevel=function(){return u},e.unstable_next=function(e){switch(u){case 1:case 2:case 3:var t=3;break;default:t=u}var o=u;u=t;try{return e()}finally{u=o}},e.unstable_requestPaint=function(){f=!0},e.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var o=u;u=e;try{return t()}finally{u=o}},e.unstable_scheduleCallback=function(r,n,a){var i=e.unstable_now();switch(a="object"==typeof a&&null!==a&&"number"==typeof(a=a.delay)&&0<a?i+a:i,r){case 1:var s=-1;break;case 2:s=250;break;case 5:s=1073741823;break;case 4:s=1e4;break;default:s=5e3}return r={id:c++,callback:n,priorityLevel:r,startTime:a,expirationTime:s=a+s,sortIndex:-1},a>i?(r.sortIndex=a,t(d,r),null===o(l)&&r===o(d)&&(p?(v(C),C=-1):p=!0,O(x,a-i))):(r.sortIndex=s,t(l,r),b||m||(b=!0,S||(S=!0,w()))),r},e.unstable_shouldYield=_,e.unstable_wrapCallback=function(e){var t=u;return function(){var o=u;u=t;try{return e.apply(this,arguments)}finally{u=o}}}}(w)),w)),x.exports}var C,E,L,_,T={exports:{}},I={};function z(){if(C)return I;C=1;var e=b();function t(e){var t="https://react.dev/errors/"+e;if(1<arguments.length){t+="?args[]="+encodeURIComponent(arguments[1]);for(var o=2;o<arguments.length;o++)t+="&args[]="+encodeURIComponent(arguments[o])}return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function o(){}var r={d:{f:o,r:function(){throw Error(t(522))},D:o,C:o,L:o,m:o,X:o,S:o,M:o},p:0,findDOMNode:null},n=Symbol.for("react.portal"),a=e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function i(e,t){return"font"===e?"":"string"==typeof t?"use-credentials"===t?t:"":void 0}return I.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=r,I.createPortal=function(e,o){var r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!o||1!==o.nodeType&&9!==o.nodeType&&11!==o.nodeType)throw Error(t(299));return function(e,t,o){var r=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:n,key:null==r?null:""+r,children:e,containerInfo:t,implementation:o}}(e,o,null,r)},I.flushSync=function(e){var t=a.T,o=r.p;try{if(a.T=null,r.p=2,e)return e()}finally{a.T=t,r.p=o,r.d.f()}},I.preconnect=function(e,t){"string"==typeof e&&(t=t?"string"==typeof(t=t.crossOrigin)?"use-credentials"===t?t:"":void 0:null,r.d.C(e,t))},I.prefetchDNS=function(e){"string"==typeof e&&r.d.D(e)},I.preinit=function(e,t){if("string"==typeof e&&t&&"string"==typeof t.as){var o=t.as,n=i(o,t.crossOrigin),a="string"==typeof t.integrity?t.integrity:void 0,s="string"==typeof t.fetchPriority?t.fetchPriority:void 0;"style"===o?r.d.S(e,"string"==typeof t.precedence?t.precedence:void 0,{crossOrigin:n,integrity:a,fetchPriority:s}):"script"===o&&r.d.X(e,{crossOrigin:n,integrity:a,fetchPriority:s,nonce:"string"==typeof t.nonce?t.nonce:void 0})}},I.preinitModule=function(e,t){if("string"==typeof e)if("object"==typeof t&&null!==t){if(null==t.as||"script"===t.as){var o=i(t.as,t.crossOrigin);r.d.M(e,{crossOrigin:o,integrity:"string"==typeof t.integrity?t.integrity:void 0,nonce:"string"==typeof t.nonce?t.nonce:void 0})}}else null==t&&r.d.M(e)},I.preload=function(e,t){if("string"==typeof e&&"object"==typeof t&&null!==t&&"string"==typeof t.as){var o=t.as,n=i(o,t.crossOrigin);r.d.L(e,o,{crossOrigin:n,integrity:"string"==typeof t.integrity?t.integrity:void 0,nonce:"string"==typeof t.nonce?t.nonce:void 0,type:"string"==typeof t.type?t.type:void 0,fetchPriority:"string"==typeof t.fetchPriority?t.fetchPriority:void 0,referrerPolicy:"string"==typeof t.referrerPolicy?t.referrerPolicy:void 0,imageSrcSet:"string"==typeof t.imageSrcSet?t.imageSrcSet:void 0,imageSizes:"string"==typeof t.imageSizes?t.imageSizes:void 0,media:"string"==typeof t.media?t.media:void 0})}},I.preloadModule=function(e,t){if("string"==typeof e)if(t){var o=i(t.as,t.crossOrigin);r.d.m(e,{as:"string"==typeof t.as&&"script"!==t.as?t.as:void 0,crossOrigin:o,integrity:"string"==typeof t.integrity?t.integrity:void 0})}else r.d.m(e)},I.requestFormReset=function(e){r.d.r(e)},I.unstable_batchedUpdates=function(e,t){return e(t)},I.useFormState=function(e,t,o){return a.H.useFormState(e,t,o)},I.useFormStatus=function(){return a.H.useHostTransitionStatus()},I.version="19.1.1",I}function O(){return E||(E=1,function e(){if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(Cw){console.error(Cw)}}(),T.exports=z()),T.exports}
|
|
2
|
+
/**
|
|
3
|
+
* @license React
|
|
4
|
+
* react-dom-client.production.js
|
|
5
|
+
*
|
|
6
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
7
|
+
*
|
|
8
|
+
* This source code is licensed under the MIT license found in the
|
|
9
|
+
* LICENSE file in the root directory of this source tree.
|
|
10
|
+
*/function $(){if(L)return k;L=1;var e=S(),t=b(),o=O();function r(e){var t="https://react.dev/errors/"+e;if(1<arguments.length){t+="?args[]="+encodeURIComponent(arguments[1]);for(var o=2;o<arguments.length;o++)t+="&args[]="+encodeURIComponent(arguments[o])}return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function n(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType)}function a(e){var t=e,o=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do{!!(4098&(t=e).flags)&&(o=t.return),e=t.return}while(e)}return 3===t.tag?o:null}function i(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&null!==(e=e.alternate)&&(t=e.memoizedState),null!==t)return t.dehydrated}return null}function s(e){if(a(e)!==e)throw Error(r(188))}function l(e){var t=e.tag;if(5===t||26===t||27===t||6===t)return e;for(e=e.child;null!==e;){if(null!==(t=l(e)))return t;e=e.sibling}return null}var d=Object.assign,c=Symbol.for("react.element"),h=Symbol.for("react.transitional.element"),u=Symbol.for("react.portal"),m=Symbol.for("react.fragment"),p=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),g=Symbol.for("react.provider"),v=Symbol.for("react.consumer"),y=Symbol.for("react.context"),x=Symbol.for("react.forward_ref"),w=Symbol.for("react.suspense"),C=Symbol.for("react.suspense_list"),E=Symbol.for("react.memo"),_=Symbol.for("react.lazy"),T=Symbol.for("react.activity"),I=Symbol.for("react.memo_cache_sentinel"),z=Symbol.iterator;function $(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=z&&e[z]||e["@@iterator"])?e:null}var R=Symbol.for("react.client.reference");function P(e){if(null==e)return null;if("function"==typeof e)return e.$$typeof===R?null:e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case m:return"Fragment";case f:return"Profiler";case p:return"StrictMode";case w:return"Suspense";case C:return"SuspenseList";case T:return"Activity"}if("object"==typeof e)switch(e.$$typeof){case u:return"Portal";case y:return(e.displayName||"Context")+".Provider";case v:return(e._context.displayName||"Context")+".Consumer";case x:var t=e.render;return(e=e.displayName)||(e=""!==(e=t.displayName||t.name||"")?"ForwardRef("+e+")":"ForwardRef"),e;case E:return null!==(t=e.displayName||null)?t:P(e.type)||"Memo";case _:t=e._payload,e=e._init;try{return P(e(t))}catch(Ok){}}return null}var A=Array.isArray,N=t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,M=o.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,D={pending:!1,data:null,method:null,action:null},V=[],j=-1;function F(e){return{current:e}}function B(e){0>j||(e.current=V[j],V[j]=null,j--)}function H(e,t){j++,V[j]=e.current,e.current=t}var W=F(null),U=F(null),q=F(null),Z=F(null);function Y(e,t){switch(H(q,t),H(U,e),H(W,null),t.nodeType){case 9:case 11:e=(e=t.documentElement)&&(e=e.namespaceURI)?sh(e):0;break;default:if(e=t.tagName,t=t.namespaceURI)e=lh(t=sh(t),e);else switch(e){case"svg":e=1;break;case"math":e=2;break;default:e=0}}B(W),H(W,e)}function X(){B(W),B(U),B(q)}function G(e){null!==e.memoizedState&&H(Z,e);var t=W.current,o=lh(t,e.type);t!==o&&(H(U,e),H(W,o))}function K(e){U.current===e&&(B(W),B(U)),Z.current===e&&(B(Z),Kh._currentValue=D)}var Q=Object.prototype.hasOwnProperty,J=e.unstable_scheduleCallback,ee=e.unstable_cancelCallback,te=e.unstable_shouldYield,oe=e.unstable_requestPaint,re=e.unstable_now,ne=e.unstable_getCurrentPriorityLevel,ae=e.unstable_ImmediatePriority,ie=e.unstable_UserBlockingPriority,se=e.unstable_NormalPriority,le=e.unstable_LowPriority,de=e.unstable_IdlePriority,ce=e.log,he=e.unstable_setDisableYieldValue,ue=null,me=null;function be(e){if("function"==typeof ce&&he(e),me&&"function"==typeof me.setStrictMode)try{me.setStrictMode(ue,e)}catch(Cw){}}var pe=Math.clz32?Math.clz32:function(e){return 0===(e>>>=0)?32:31-(fe(e)/ge|0)|0},fe=Math.log,ge=Math.LN2,ve=256,ye=4194304;function ke(e){var t=42&e;if(0!==t)return t;switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:return 64;case 128:return 128;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return 4194048&e;case 4194304:case 8388608:case 16777216:case 33554432:return 62914560&e;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return e}}function xe(e,t,o){var r=e.pendingLanes;if(0===r)return 0;var n=0,a=e.suspendedLanes,i=e.pingedLanes;e=e.warmLanes;var s=134217727&r;return 0!==s?0!==(r=s&~a)?n=ke(r):0!==(i&=s)?n=ke(i):o||0!==(o=s&~e)&&(n=ke(o)):0!==(s=r&~a)?n=ke(s):0!==i?n=ke(i):o||0!==(o=r&~e)&&(n=ke(o)),0===n?0:0!==t&&t!==n&&0===(t&a)&&((a=n&-n)>=(o=t&-t)||32===a&&4194048&o)?t:n}function we(e,t){return 0===(e.pendingLanes&~(e.suspendedLanes&~e.pingedLanes)&t)}function Se(e,t){switch(e){case 1:case 2:case 4:case 8:case 64:return t+250;case 16:case 32:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;default:return-1}}function Ce(){var e=ve;return!(4194048&(ve<<=1))&&(ve=256),e}function Ee(){var e=ye;return!(62914560&(ye<<=1))&&(ye=4194304),e}function Le(e){for(var t=[],o=0;31>o;o++)t.push(e);return t}function _e(e,t){e.pendingLanes|=t,268435456!==t&&(e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0)}function Te(e,t,o){e.pendingLanes|=t,e.suspendedLanes&=~t;var r=31-pe(t);e.entangledLanes|=t,e.entanglements[r]=1073741824|e.entanglements[r]|4194090&o}function Ie(e,t){var o=e.entangledLanes|=t;for(e=e.entanglements;o;){var r=31-pe(o),n=1<<r;n&t|e[r]&t&&(e[r]|=t),o&=~n}}function ze(e){switch(e){case 2:e=1;break;case 8:e=4;break;case 32:e=16;break;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:e=128;break;case 268435456:e=134217728;break;default:e=0}return e}function Oe(e){return 2<(e&=-e)?8<e?134217727&e?32:268435456:8:2}function $e(){var e=M.p;return 0!==e?e:void 0===(e=window.event)?32:uu(e.type)}var Re=Math.random().toString(36).slice(2),Pe="__reactFiber$"+Re,Ae="__reactProps$"+Re,Ne="__reactContainer$"+Re,Me="__reactEvents$"+Re,De="__reactListeners$"+Re,Ve="__reactHandles$"+Re,je="__reactResources$"+Re,Fe="__reactMarker$"+Re;function Be(e){delete e[Pe],delete e[Ae],delete e[Me],delete e[De],delete e[Ve]}function He(e){var t=e[Pe];if(t)return t;for(var o=e.parentNode;o;){if(t=o[Ne]||o[Pe]){if(o=t.alternate,null!==t.child||null!==o&&null!==o.child)for(e=wh(e);null!==e;){if(o=e[Pe])return o;e=wh(e)}return t}o=(e=o).parentNode}return null}function We(e){if(e=e[Pe]||e[Ne]){var t=e.tag;if(5===t||6===t||13===t||26===t||27===t||3===t)return e}return null}function Ue(e){var t=e.tag;if(5===t||26===t||27===t||6===t)return e.stateNode;throw Error(r(33))}function qe(e){var t=e[je];return t||(t=e[je]={hoistableStyles:new Map,hoistableScripts:new Map}),t}function Ze(e){e[Fe]=!0}var Ye=new Set,Xe={};function Ge(e,t){Ke(e,t),Ke(e+"Capture",t)}function Ke(e,t){for(Xe[e]=t,e=0;e<t.length;e++)Ye.add(t[e])}var Qe,Je,et=RegExp("^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),tt={},ot={};function rt(e,t,o){if(n=t,Q.call(ot,n)||!Q.call(tt,n)&&(et.test(n)?ot[n]=!0:(tt[n]=!0,0)))if(null===o)e.removeAttribute(t);else{switch(typeof o){case"undefined":case"function":case"symbol":return void e.removeAttribute(t);case"boolean":var r=t.toLowerCase().slice(0,5);if("data-"!==r&&"aria-"!==r)return void e.removeAttribute(t)}e.setAttribute(t,""+o)}var n}function nt(e,t,o){if(null===o)e.removeAttribute(t);else{switch(typeof o){case"undefined":case"function":case"symbol":case"boolean":return void e.removeAttribute(t)}e.setAttribute(t,""+o)}}function at(e,t,o,r){if(null===r)e.removeAttribute(o);else{switch(typeof r){case"undefined":case"function":case"symbol":case"boolean":return void e.removeAttribute(o)}e.setAttributeNS(t,o,""+r)}}function it(e){if(void 0===Qe)try{throw Error()}catch(Ok){var t=Ok.stack.trim().match(/\n( *(at )?)/);Qe=t&&t[1]||"",Je=-1<Ok.stack.indexOf("\n at")?" (<anonymous>)":-1<Ok.stack.indexOf("@")?"@unknown:0:0":""}return"\n"+Qe+e+Je}var st=!1;function lt(e,t){if(!e||st)return"";st=!0;var o=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var r={DetermineComponentFrameRoot:function(){try{if(t){var o=function(){throw Error()};if(Object.defineProperty(o.prototype,"props",{set:function(){throw Error()}}),"object"==typeof Reflect&&Reflect.construct){try{Reflect.construct(o,[])}catch(Ok){var r=Ok}Reflect.construct(e,[],o)}else{try{o.call()}catch(ps){r=ps}e.call(o.prototype)}}else{try{throw Error()}catch(n){r=n}(o=e())&&"function"==typeof o.catch&&o.catch(function(){})}}catch(a){if(a&&r&&"string"==typeof a.stack)return[a.stack,r.stack]}return[null,null]}};r.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var n=Object.getOwnPropertyDescriptor(r.DetermineComponentFrameRoot,"name");n&&n.configurable&&Object.defineProperty(r.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var a=r.DetermineComponentFrameRoot(),i=a[0],s=a[1];if(i&&s){var l=i.split("\n"),d=s.split("\n");for(n=r=0;r<l.length&&!l[r].includes("DetermineComponentFrameRoot");)r++;for(;n<d.length&&!d[n].includes("DetermineComponentFrameRoot");)n++;if(r===l.length||n===d.length)for(r=l.length-1,n=d.length-1;1<=r&&0<=n&&l[r]!==d[n];)n--;for(;1<=r&&0<=n;r--,n--)if(l[r]!==d[n]){if(1!==r||1!==n)do{if(r--,0>--n||l[r]!==d[n]){var c="\n"+l[r].replace(" at new "," at ");return e.displayName&&c.includes("<anonymous>")&&(c=c.replace("<anonymous>",e.displayName)),c}}while(1<=r&&0<=n);break}}}finally{st=!1,Error.prepareStackTrace=o}return(o=e?e.displayName||e.name:"")?it(o):""}function dt(e){switch(e.tag){case 26:case 27:case 5:return it(e.type);case 16:return it("Lazy");case 13:return it("Suspense");case 19:return it("SuspenseList");case 0:case 15:return lt(e.type,!1);case 11:return lt(e.type.render,!1);case 1:return lt(e.type,!0);case 31:return it("Activity");default:return""}}function ct(e){try{var t="";do{t+=dt(e),e=e.return}while(e);return t}catch(Ok){return"\nError generating stack: "+Ok.message+"\n"+Ok.stack}}function ht(e){switch(typeof e){case"bigint":case"boolean":case"number":case"string":case"undefined":case"object":return e;default:return""}}function ut(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function mt(e){e._valueTracker||(e._valueTracker=function(e){var t=ut(e)?"checked":"value",o=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&void 0!==o&&"function"==typeof o.get&&"function"==typeof o.set){var n=o.get,a=o.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return n.call(this)},set:function(e){r=""+e,a.call(this,e)}}),Object.defineProperty(e,t,{enumerable:o.enumerable}),{getValue:function(){return r},setValue:function(e){r=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function bt(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var o=t.getValue(),r="";return e&&(r=ut(e)?e.checked?"true":"false":e.value),(e=r)!==o&&(t.setValue(e),!0)}function pt(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(_S){return e.body}}var ft=/[\n"\\]/g;function gt(e){return e.replace(ft,function(e){return"\\"+e.charCodeAt(0).toString(16)+" "})}function vt(e,t,o,r,n,a,i,s){e.name="",null!=i&&"function"!=typeof i&&"symbol"!=typeof i&&"boolean"!=typeof i?e.type=i:e.removeAttribute("type"),null!=t?"number"===i?(0===t&&""===e.value||e.value!=t)&&(e.value=""+ht(t)):e.value!==""+ht(t)&&(e.value=""+ht(t)):"submit"!==i&&"reset"!==i||e.removeAttribute("value"),null!=t?kt(e,i,ht(t)):null!=o?kt(e,i,ht(o)):null!=r&&e.removeAttribute("value"),null==n&&null!=a&&(e.defaultChecked=!!a),null!=n&&(e.checked=n&&"function"!=typeof n&&"symbol"!=typeof n),null!=s&&"function"!=typeof s&&"symbol"!=typeof s&&"boolean"!=typeof s?e.name=""+ht(s):e.removeAttribute("name")}function yt(e,t,o,r,n,a,i,s){if(null!=a&&"function"!=typeof a&&"symbol"!=typeof a&&"boolean"!=typeof a&&(e.type=a),null!=t||null!=o){if(("submit"===a||"reset"===a)&&null==t)return;o=null!=o?""+ht(o):"",t=null!=t?""+ht(t):o,s||t===e.value||(e.value=t),e.defaultValue=t}r="function"!=typeof(r=null!=r?r:n)&&"symbol"!=typeof r&&!!r,e.checked=s?e.checked:!!r,e.defaultChecked=!!r,null!=i&&"function"!=typeof i&&"symbol"!=typeof i&&"boolean"!=typeof i&&(e.name=i)}function kt(e,t,o){"number"===t&&pt(e.ownerDocument)===e||e.defaultValue===""+o||(e.defaultValue=""+o)}function xt(e,t,o,r){if(e=e.options,t){t={};for(var n=0;n<o.length;n++)t["$"+o[n]]=!0;for(o=0;o<e.length;o++)n=t.hasOwnProperty("$"+e[o].value),e[o].selected!==n&&(e[o].selected=n),n&&r&&(e[o].defaultSelected=!0)}else{for(o=""+ht(o),t=null,n=0;n<e.length;n++){if(e[n].value===o)return e[n].selected=!0,void(r&&(e[n].defaultSelected=!0));null!==t||e[n].disabled||(t=e[n])}null!==t&&(t.selected=!0)}}function wt(e,t,o){null==t||((t=""+ht(t))!==e.value&&(e.value=t),null!=o)?e.defaultValue=null!=o?""+ht(o):"":e.defaultValue!==t&&(e.defaultValue=t)}function St(e,t,o,n){if(null==t){if(null!=n){if(null!=o)throw Error(r(92));if(A(n)){if(1<n.length)throw Error(r(93));n=n[0]}o=n}null==o&&(o=""),t=o}o=ht(t),e.defaultValue=o,(n=e.textContent)===o&&""!==n&&null!==n&&(e.value=n)}function Ct(e,t){if(t){var o=e.firstChild;if(o&&o===e.lastChild&&3===o.nodeType)return void(o.nodeValue=t)}e.textContent=t}var Et=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" "));function Lt(e,t,o){var r=0===t.indexOf("--");null==o||"boolean"==typeof o||""===o?r?e.setProperty(t,""):"float"===t?e.cssFloat="":e[t]="":r?e.setProperty(t,o):"number"!=typeof o||0===o||Et.has(t)?"float"===t?e.cssFloat=o:e[t]=(""+o).trim():e[t]=o+"px"}function _t(e,t,o){if(null!=t&&"object"!=typeof t)throw Error(r(62));if(e=e.style,null!=o){for(var n in o)!o.hasOwnProperty(n)||null!=t&&t.hasOwnProperty(n)||(0===n.indexOf("--")?e.setProperty(n,""):"float"===n?e.cssFloat="":e[n]="");for(var a in t)n=t[a],t.hasOwnProperty(a)&&o[a]!==n&&Lt(e,a,n)}else for(var i in t)t.hasOwnProperty(i)&&Lt(e,i,t[i])}function Tt(e){if(-1===e.indexOf("-"))return!1;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var It=new Map([["acceptCharset","accept-charset"],["htmlFor","for"],["httpEquiv","http-equiv"],["crossOrigin","crossorigin"],["accentHeight","accent-height"],["alignmentBaseline","alignment-baseline"],["arabicForm","arabic-form"],["baselineShift","baseline-shift"],["capHeight","cap-height"],["clipPath","clip-path"],["clipRule","clip-rule"],["colorInterpolation","color-interpolation"],["colorInterpolationFilters","color-interpolation-filters"],["colorProfile","color-profile"],["colorRendering","color-rendering"],["dominantBaseline","dominant-baseline"],["enableBackground","enable-background"],["fillOpacity","fill-opacity"],["fillRule","fill-rule"],["floodColor","flood-color"],["floodOpacity","flood-opacity"],["fontFamily","font-family"],["fontSize","font-size"],["fontSizeAdjust","font-size-adjust"],["fontStretch","font-stretch"],["fontStyle","font-style"],["fontVariant","font-variant"],["fontWeight","font-weight"],["glyphName","glyph-name"],["glyphOrientationHorizontal","glyph-orientation-horizontal"],["glyphOrientationVertical","glyph-orientation-vertical"],["horizAdvX","horiz-adv-x"],["horizOriginX","horiz-origin-x"],["imageRendering","image-rendering"],["letterSpacing","letter-spacing"],["lightingColor","lighting-color"],["markerEnd","marker-end"],["markerMid","marker-mid"],["markerStart","marker-start"],["overlinePosition","overline-position"],["overlineThickness","overline-thickness"],["paintOrder","paint-order"],["panose-1","panose-1"],["pointerEvents","pointer-events"],["renderingIntent","rendering-intent"],["shapeRendering","shape-rendering"],["stopColor","stop-color"],["stopOpacity","stop-opacity"],["strikethroughPosition","strikethrough-position"],["strikethroughThickness","strikethrough-thickness"],["strokeDasharray","stroke-dasharray"],["strokeDashoffset","stroke-dashoffset"],["strokeLinecap","stroke-linecap"],["strokeLinejoin","stroke-linejoin"],["strokeMiterlimit","stroke-miterlimit"],["strokeOpacity","stroke-opacity"],["strokeWidth","stroke-width"],["textAnchor","text-anchor"],["textDecoration","text-decoration"],["textRendering","text-rendering"],["transformOrigin","transform-origin"],["underlinePosition","underline-position"],["underlineThickness","underline-thickness"],["unicodeBidi","unicode-bidi"],["unicodeRange","unicode-range"],["unitsPerEm","units-per-em"],["vAlphabetic","v-alphabetic"],["vHanging","v-hanging"],["vIdeographic","v-ideographic"],["vMathematical","v-mathematical"],["vectorEffect","vector-effect"],["vertAdvY","vert-adv-y"],["vertOriginX","vert-origin-x"],["vertOriginY","vert-origin-y"],["wordSpacing","word-spacing"],["writingMode","writing-mode"],["xmlnsXlink","xmlns:xlink"],["xHeight","x-height"]]),zt=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i;function Ot(e){return zt.test(""+e)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":e}var $t=null;function Rt(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}var Pt=null,At=null;function Nt(e){var t=We(e);if(t&&(e=t.stateNode)){var o=e[Ae]||null;e:switch(e=t.stateNode,t.type){case"input":if(vt(e,o.value,o.defaultValue,o.defaultValue,o.checked,o.defaultChecked,o.type,o.name),t=o.name,"radio"===o.type&&null!=t){for(o=e;o.parentNode;)o=o.parentNode;for(o=o.querySelectorAll('input[name="'+gt(""+t)+'"][type="radio"]'),t=0;t<o.length;t++){var n=o[t];if(n!==e&&n.form===e.form){var a=n[Ae]||null;if(!a)throw Error(r(90));vt(n,a.value,a.defaultValue,a.defaultValue,a.checked,a.defaultChecked,a.type,a.name)}}for(t=0;t<o.length;t++)(n=o[t]).form===e.form&&bt(n)}break e;case"textarea":wt(e,o.value,o.defaultValue);break e;case"select":null!=(t=o.value)&&xt(e,!!o.multiple,t,!1)}}}var Mt=!1;function Dt(e,t,o){if(Mt)return e(t,o);Mt=!0;try{return e(t)}finally{if(Mt=!1,(null!==Pt||null!==At)&&(Wd(),Pt&&(t=Pt,e=At,At=Pt=null,Nt(t),e)))for(t=0;t<e.length;t++)Nt(e[t])}}function Vt(e,t){var o=e.stateNode;if(null===o)return null;var n=o[Ae]||null;if(null===n)return null;o=n[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(n=!n.disabled)||(n=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!n;break e;default:e=!1}if(e)return null;if(o&&"function"!=typeof o)throw Error(r(231,t,typeof o));return o}var jt=!("undefined"==typeof window||void 0===window.document||void 0===window.document.createElement),Ft=!1;if(jt)try{var Bt={};Object.defineProperty(Bt,"passive",{get:function(){Ft=!0}}),window.addEventListener("test",Bt,Bt),window.removeEventListener("test",Bt,Bt)}catch(_S){Ft=!1}var Ht=null,Wt=null,Ut=null;function qt(){if(Ut)return Ut;var e,t,o=Wt,r=o.length,n="value"in Ht?Ht.value:Ht.textContent,a=n.length;for(e=0;e<r&&o[e]===n[e];e++);var i=r-e;for(t=1;t<=i&&o[r-t]===n[a-t];t++);return Ut=n.slice(e,1<t?1-t:void 0)}function Zt(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&13===t&&(e=13):e=t,10===e&&(e=13),32<=e||13===e?e:0}function Yt(){return!0}function Xt(){return!1}function Gt(e){function t(t,o,r,n,a){for(var i in this._reactName=t,this._targetInst=r,this.type=o,this.nativeEvent=n,this.target=a,this.currentTarget=null,e)e.hasOwnProperty(i)&&(t=e[i],this[i]=t?t(n):n[i]);return this.isDefaultPrevented=(null!=n.defaultPrevented?n.defaultPrevented:!1===n.returnValue)?Yt:Xt,this.isPropagationStopped=Xt,this}return d(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=Yt)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=Yt)},persist:function(){},isPersistent:Yt}),t}var Kt,Qt,Jt,eo={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},to=Gt(eo),oo=d({},eo,{view:0,detail:0}),ro=Gt(oo),no=d({},oo,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:fo,button:0,buttons:0,relatedTarget:function(e){return void 0===e.relatedTarget?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==Jt&&(Jt&&"mousemove"===e.type?(Kt=e.screenX-Jt.screenX,Qt=e.screenY-Jt.screenY):Qt=Kt=0,Jt=e),Kt)},movementY:function(e){return"movementY"in e?e.movementY:Qt}}),ao=Gt(no),io=Gt(d({},no,{dataTransfer:0})),so=Gt(d({},oo,{relatedTarget:0})),lo=Gt(d({},eo,{animationName:0,elapsedTime:0,pseudoElement:0})),co=Gt(d({},eo,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}})),ho=Gt(d({},eo,{data:0})),uo={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},mo={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},bo={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function po(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=bo[e])&&!!t[e]}function fo(){return po}var go=Gt(d({},oo,{key:function(e){if(e.key){var t=uo[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=Zt(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?mo[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:fo,charCode:function(e){return"keypress"===e.type?Zt(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?Zt(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}})),vo=Gt(d({},no,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0})),yo=Gt(d({},oo,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:fo})),ko=Gt(d({},eo,{propertyName:0,elapsedTime:0,pseudoElement:0})),xo=Gt(d({},no,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0})),wo=Gt(d({},eo,{newState:0,oldState:0})),So=[9,13,27,32],Co=jt&&"CompositionEvent"in window,Eo=null;jt&&"documentMode"in document&&(Eo=document.documentMode);var Lo=jt&&"TextEvent"in window&&!Eo,_o=jt&&(!Co||Eo&&8<Eo&&11>=Eo),To=String.fromCharCode(32),Io=!1;function zo(e,t){switch(e){case"keyup":return-1!==So.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Oo(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}var $o=!1,Ro={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Po(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!Ro[e.type]:"textarea"===t}function Ao(e,t,o,r){Pt?At?At.push(r):At=[r]:Pt=r,0<(t=Zc(t,"onChange")).length&&(o=new to("onChange","change",null,o,r),e.push({event:o,listeners:t}))}var No=null,Mo=null;function Do(e){Vc(e,0)}function Vo(e){if(bt(Ue(e)))return e}function jo(e,t){if("change"===e)return t}var Fo=!1;if(jt){var Bo;if(jt){var Ho="oninput"in document;if(!Ho){var Wo=document.createElement("div");Wo.setAttribute("oninput","return;"),Ho="function"==typeof Wo.oninput}Bo=Ho}else Bo=!1;Fo=Bo&&(!document.documentMode||9<document.documentMode)}function Uo(){No&&(No.detachEvent("onpropertychange",qo),Mo=No=null)}function qo(e){if("value"===e.propertyName&&Vo(Mo)){var t=[];Ao(t,Mo,e,Rt(e)),Dt(Do,t)}}function Zo(e,t,o){"focusin"===e?(Uo(),Mo=o,(No=t).attachEvent("onpropertychange",qo)):"focusout"===e&&Uo()}function Yo(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)return Vo(Mo)}function Xo(e,t){if("click"===e)return Vo(t)}function Go(e,t){if("input"===e||"change"===e)return Vo(t)}var Ko="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t};function Qo(e,t){if(Ko(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var o=Object.keys(e),r=Object.keys(t);if(o.length!==r.length)return!1;for(r=0;r<o.length;r++){var n=o[r];if(!Q.call(t,n)||!Ko(e[n],t[n]))return!1}return!0}function Jo(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function er(e,t){var o,r=Jo(e);for(e=0;r;){if(3===r.nodeType){if(o=e+r.textContent.length,e<=t&&o>=t)return{node:r,offset:t-e};e=o}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=Jo(r)}}function tr(e,t){return!(!e||!t)&&(e===t||(!e||3!==e.nodeType)&&(t&&3===t.nodeType?tr(e,t.parentNode):"contains"in e?e.contains(t):!!e.compareDocumentPosition&&!!(16&e.compareDocumentPosition(t))))}function or(e){for(var t=pt((e=null!=e&&null!=e.ownerDocument&&null!=e.ownerDocument.defaultView?e.ownerDocument.defaultView:window).document);t instanceof e.HTMLIFrameElement;){try{var o="string"==typeof t.contentWindow.location.href}catch(Cw){o=!1}if(!o)break;t=pt((e=t.contentWindow).document)}return t}function rr(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}var nr=jt&&"documentMode"in document&&11>=document.documentMode,ar=null,ir=null,sr=null,lr=!1;function dr(e,t,o){var r=o.window===o?o.document:9===o.nodeType?o:o.ownerDocument;lr||null==ar||ar!==pt(r)||(r="selectionStart"in(r=ar)&&rr(r)?{start:r.selectionStart,end:r.selectionEnd}:{anchorNode:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset},sr&&Qo(sr,r)||(sr=r,0<(r=Zc(ir,"onSelect")).length&&(t=new to("onSelect","select",null,t,o),e.push({event:t,listeners:r}),t.target=ar)))}function cr(e,t){var o={};return o[e.toLowerCase()]=t.toLowerCase(),o["Webkit"+e]="webkit"+t,o["Moz"+e]="moz"+t,o}var hr={animationend:cr("Animation","AnimationEnd"),animationiteration:cr("Animation","AnimationIteration"),animationstart:cr("Animation","AnimationStart"),transitionrun:cr("Transition","TransitionRun"),transitionstart:cr("Transition","TransitionStart"),transitioncancel:cr("Transition","TransitionCancel"),transitionend:cr("Transition","TransitionEnd")},ur={},mr={};function br(e){if(ur[e])return ur[e];if(!hr[e])return e;var t,o=hr[e];for(t in o)if(o.hasOwnProperty(t)&&t in mr)return ur[e]=o[t];return e}jt&&(mr=document.createElement("div").style,"AnimationEvent"in window||(delete hr.animationend.animation,delete hr.animationiteration.animation,delete hr.animationstart.animation),"TransitionEvent"in window||delete hr.transitionend.transition);var pr=br("animationend"),fr=br("animationiteration"),gr=br("animationstart"),vr=br("transitionrun"),yr=br("transitionstart"),kr=br("transitioncancel"),xr=br("transitionend"),wr=new Map,Sr="abort auxClick beforeToggle cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function Cr(e,t){wr.set(e,t),Ge(t,[e])}Sr.push("scrollEnd");var Er=new WeakMap;function Lr(e,t){if("object"==typeof e&&null!==e){var o=Er.get(e);return void 0!==o?o:(t={value:e,source:t,stack:ct(t)},Er.set(e,t),t)}return{value:e,source:t,stack:ct(t)}}var _r=[],Tr=0,Ir=0;function zr(){for(var e=Tr,t=Ir=Tr=0;t<e;){var o=_r[t];_r[t++]=null;var r=_r[t];_r[t++]=null;var n=_r[t];_r[t++]=null;var a=_r[t];if(_r[t++]=null,null!==r&&null!==n){var i=r.pending;null===i?n.next=n:(n.next=i.next,i.next=n),r.pending=n}0!==a&&Pr(o,n,a)}}function Or(e,t,o,r){_r[Tr++]=e,_r[Tr++]=t,_r[Tr++]=o,_r[Tr++]=r,Ir|=r,e.lanes|=r,null!==(e=e.alternate)&&(e.lanes|=r)}function $r(e,t,o,r){return Or(e,t,o,r),Ar(e)}function Rr(e,t){return Or(e,null,null,t),Ar(e)}function Pr(e,t,o){e.lanes|=o;var r=e.alternate;null!==r&&(r.lanes|=o);for(var n=!1,a=e.return;null!==a;)a.childLanes|=o,null!==(r=a.alternate)&&(r.childLanes|=o),22===a.tag&&(null===(e=a.stateNode)||1&e._visibility||(n=!0)),e=a,a=a.return;return 3===e.tag?(a=e.stateNode,n&&null!==t&&(n=31-pe(o),null===(r=(e=a.hiddenUpdates)[n])?e[n]=[t]:r.push(t),t.lane=536870912|o),a):null}function Ar(e){if(50<Ad)throw Ad=0,Nd=null,Error(r(185));for(var t=e.return;null!==t;)t=(e=t).return;return 3===e.tag?e.stateNode:null}var Nr={};function Mr(e,t,o,r){this.tag=e,this.key=o,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Dr(e,t,o,r){return new Mr(e,t,o,r)}function Vr(e){return!(!(e=e.prototype)||!e.isReactComponent)}function jr(e,t){var o=e.alternate;return null===o?((o=Dr(e.tag,t,e.key,e.mode)).elementType=e.elementType,o.type=e.type,o.stateNode=e.stateNode,o.alternate=e,e.alternate=o):(o.pendingProps=t,o.type=e.type,o.flags=0,o.subtreeFlags=0,o.deletions=null),o.flags=65011712&e.flags,o.childLanes=e.childLanes,o.lanes=e.lanes,o.child=e.child,o.memoizedProps=e.memoizedProps,o.memoizedState=e.memoizedState,o.updateQueue=e.updateQueue,t=e.dependencies,o.dependencies=null===t?null:{lanes:t.lanes,firstContext:t.firstContext},o.sibling=e.sibling,o.index=e.index,o.ref=e.ref,o.refCleanup=e.refCleanup,o}function Fr(e,t){e.flags&=65011714;var o=e.alternate;return null===o?(e.childLanes=0,e.lanes=t,e.child=null,e.subtreeFlags=0,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.stateNode=null):(e.childLanes=o.childLanes,e.lanes=o.lanes,e.child=o.child,e.subtreeFlags=0,e.deletions=null,e.memoizedProps=o.memoizedProps,e.memoizedState=o.memoizedState,e.updateQueue=o.updateQueue,e.type=o.type,t=o.dependencies,e.dependencies=null===t?null:{lanes:t.lanes,firstContext:t.firstContext}),e}function Br(e,t,o,n,a,i){var s=0;if(n=e,"function"==typeof e)Vr(e)&&(s=1);else if("string"==typeof e)s=function(e,t,o){if(1===o||null!=t.itemProp)return!1;switch(e){case"meta":case"title":return!0;case"style":if("string"!=typeof t.precedence||"string"!=typeof t.href||""===t.href)break;return!0;case"link":if("string"!=typeof t.rel||"string"!=typeof t.href||""===t.href||t.onLoad||t.onError)break;return"stylesheet"!==t.rel||(e=t.disabled,"string"==typeof t.precedence&&null==e);case"script":if(t.async&&"function"!=typeof t.async&&"symbol"!=typeof t.async&&!t.onLoad&&!t.onError&&t.src&&"string"==typeof t.src)return!0}return!1}(e,o,W.current)?26:"html"===e||"head"===e||"body"===e?27:5;else e:switch(e){case T:return(e=Dr(31,o,t,a)).elementType=T,e.lanes=i,e;case m:return Hr(o.children,a,i,t);case p:s=8,a|=24;break;case f:return(e=Dr(12,o,t,2|a)).elementType=f,e.lanes=i,e;case w:return(e=Dr(13,o,t,a)).elementType=w,e.lanes=i,e;case C:return(e=Dr(19,o,t,a)).elementType=C,e.lanes=i,e;default:if("object"==typeof e&&null!==e)switch(e.$$typeof){case g:case y:s=10;break e;case v:s=9;break e;case x:s=11;break e;case E:s=14;break e;case _:s=16,n=null;break e}s=29,o=Error(r(130,null===e?"null":typeof e,"")),n=null}return(t=Dr(s,o,t,a)).elementType=e,t.type=n,t.lanes=i,t}function Hr(e,t,o,r){return(e=Dr(7,e,r,t)).lanes=o,e}function Wr(e,t,o){return(e=Dr(6,e,null,t)).lanes=o,e}function Ur(e,t,o){return(t=Dr(4,null!==e.children?e.children:[],e.key,t)).lanes=o,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}var qr=[],Zr=0,Yr=null,Xr=0,Gr=[],Kr=0,Qr=null,Jr=1,en="";function tn(e,t){qr[Zr++]=Xr,qr[Zr++]=Yr,Yr=e,Xr=t}function on(e,t,o){Gr[Kr++]=Jr,Gr[Kr++]=en,Gr[Kr++]=Qr,Qr=e;var r=Jr;e=en;var n=32-pe(r)-1;r&=~(1<<n),o+=1;var a=32-pe(t)+n;if(30<a){var i=n-n%5;a=(r&(1<<i)-1).toString(32),r>>=i,n-=i,Jr=1<<32-pe(t)+n|o<<n|r,en=a+e}else Jr=1<<a|o<<n|r,en=e}function rn(e){null!==e.return&&(tn(e,1),on(e,1,0))}function nn(e){for(;e===Yr;)Yr=qr[--Zr],qr[Zr]=null,Xr=qr[--Zr],qr[Zr]=null;for(;e===Qr;)Qr=Gr[--Kr],Gr[Kr]=null,en=Gr[--Kr],Gr[Kr]=null,Jr=Gr[--Kr],Gr[Kr]=null}var an=null,sn=null,ln=!1,dn=null,cn=!1,hn=Error(r(519));function un(e){throw vn(Lr(Error(r(418,"")),e)),hn}function mn(e){var t=e.stateNode,o=e.type,r=e.memoizedProps;switch(t[Pe]=e,t[Ae]=r,o){case"dialog":jc("cancel",t),jc("close",t);break;case"iframe":case"object":case"embed":jc("load",t);break;case"video":case"audio":for(o=0;o<Mc.length;o++)jc(Mc[o],t);break;case"source":jc("error",t);break;case"img":case"image":case"link":jc("error",t),jc("load",t);break;case"details":jc("toggle",t);break;case"input":jc("invalid",t),yt(t,r.value,r.defaultValue,r.checked,r.defaultChecked,r.type,r.name,!0),mt(t);break;case"select":jc("invalid",t);break;case"textarea":jc("invalid",t),St(t,r.value,r.defaultValue,r.children),mt(t)}"string"!=typeof(o=r.children)&&"number"!=typeof o&&"bigint"!=typeof o||t.textContent===""+o||!0===r.suppressHydrationWarning||Jc(t.textContent,o)?(null!=r.popover&&(jc("beforetoggle",t),jc("toggle",t)),null!=r.onScroll&&jc("scroll",t),null!=r.onScrollEnd&&jc("scrollend",t),null!=r.onClick&&(t.onclick=eh),t=!0):t=!1,t||un(e)}function bn(e){for(an=e.return;an;)switch(an.tag){case 5:case 13:return void(cn=!1);case 27:case 3:return void(cn=!0);default:an=an.return}}function pn(e){if(e!==an)return!1;if(!ln)return bn(e),ln=!0,!1;var t,o=e.tag;if((t=3!==o&&27!==o)&&((t=5===o)&&(t=!("form"!==(t=e.type)&&"button"!==t)||dh(e.type,e.memoizedProps)),t=!t),t&&sn&&un(e),bn(e),13===o){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(r(317));e:{for(e=e.nextSibling,o=0;e;){if(8===e.nodeType)if("/$"===(t=e.data)){if(0===o){sn=kh(e.nextSibling);break e}o--}else"$"!==t&&"$!"!==t&&"$?"!==t||o++;e=e.nextSibling}sn=null}}else 27===o?(o=sn,fh(e.type)?(e=xh,xh=null,sn=e):sn=o):sn=an?kh(e.stateNode.nextSibling):null;return!0}function fn(){sn=an=null,ln=!1}function gn(){var e=dn;return null!==e&&(null===wd?wd=e:wd.push.apply(wd,e),dn=null),e}function vn(e){null===dn?dn=[e]:dn.push(e)}var yn=F(null),kn=null,xn=null;function wn(e,t,o){H(yn,t._currentValue),t._currentValue=o}function Sn(e){e._currentValue=yn.current,B(yn)}function Cn(e,t,o){for(;null!==e;){var r=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,null!==r&&(r.childLanes|=t)):null!==r&&(r.childLanes&t)!==t&&(r.childLanes|=t),e===o)break;e=e.return}}function En(e,t,o,n){var a=e.child;for(null!==a&&(a.return=e);null!==a;){var i=a.dependencies;if(null!==i){var s=a.child;i=i.firstContext;e:for(;null!==i;){var l=i;i=a;for(var d=0;d<t.length;d++)if(l.context===t[d]){i.lanes|=o,null!==(l=i.alternate)&&(l.lanes|=o),Cn(i.return,o,e),n||(s=null);break e}i=l.next}}else if(18===a.tag){if(null===(s=a.return))throw Error(r(341));s.lanes|=o,null!==(i=s.alternate)&&(i.lanes|=o),Cn(s,o,e),s=null}else s=a.child;if(null!==s)s.return=a;else for(s=a;null!==s;){if(s===e){s=null;break}if(null!==(a=s.sibling)){a.return=s.return,s=a;break}s=s.return}a=s}}function Ln(e,t,o,n){e=null;for(var a=t,i=!1;null!==a;){if(!i)if(524288&a.flags)i=!0;else if(262144&a.flags)break;if(10===a.tag){var s=a.alternate;if(null===s)throw Error(r(387));if(null!==(s=s.memoizedProps)){var l=a.type;Ko(a.pendingProps.value,s.value)||(null!==e?e.push(l):e=[l])}}else if(a===Z.current){if(null===(s=a.alternate))throw Error(r(387));s.memoizedState.memoizedState!==a.memoizedState.memoizedState&&(null!==e?e.push(Kh):e=[Kh])}a=a.return}null!==e&&En(t,e,o,n),t.flags|=262144}function _n(e){for(e=e.firstContext;null!==e;){if(!Ko(e.context._currentValue,e.memoizedValue))return!0;e=e.next}return!1}function Tn(e){kn=e,xn=null,null!==(e=e.dependencies)&&(e.firstContext=null)}function In(e){return On(kn,e)}function zn(e,t){return null===kn&&Tn(e),On(e,t)}function On(e,t){var o=t._currentValue;if(t={context:t,memoizedValue:o,next:null},null===xn){if(null===e)throw Error(r(308));xn=t,e.dependencies={lanes:0,firstContext:t},e.flags|=524288}else xn=xn.next=t;return o}var $n="undefined"!=typeof AbortController?AbortController:function(){var e=[],t=this.signal={aborted:!1,addEventListener:function(t,o){e.push(o)}};this.abort=function(){t.aborted=!0,e.forEach(function(e){return e()})}},Rn=e.unstable_scheduleCallback,Pn=e.unstable_NormalPriority,An={$$typeof:y,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function Nn(){return{controller:new $n,data:new Map,refCount:0}}function Mn(e){e.refCount--,0===e.refCount&&Rn(Pn,function(){e.controller.abort()})}var Dn=null,Vn=0,jn=0,Fn=null;function Bn(){if(0===--Vn&&null!==Dn){null!==Fn&&(Fn.status="fulfilled");var e=Dn;Dn=null,jn=0,Fn=null;for(var t=0;t<e.length;t++)(0,e[t])()}}var Hn=N.S;N.S=function(e,t){"object"==typeof t&&null!==t&&"function"==typeof t.then&&function(e,t){if(null===Dn){var o=Dn=[];Vn=0,jn=$c(),Fn={status:"pending",value:void 0,then:function(e){o.push(e)}}}Vn++,t.then(Bn,Bn)}(0,t),null!==Hn&&Hn(e,t)};var Wn=F(null);function Un(){var e=Wn.current;return null!==e?e:id.pooledCache}function qn(e,t){H(Wn,null===t?Wn.current:t.pool)}function Zn(){var e=Un();return null===e?null:{parent:An._currentValue,pool:e}}var Yn=Error(r(460)),Xn=Error(r(474)),Gn=Error(r(542)),Kn={then:function(){}};function Qn(e){return"fulfilled"===(e=e.status)||"rejected"===e}function Jn(){}function ea(e,t,o){switch(void 0===(o=e[o])?e.push(t):o!==t&&(t.then(Jn,Jn),t=o),t.status){case"fulfilled":return t.value;case"rejected":throw ra(e=t.reason),e;default:if("string"==typeof t.status)t.then(Jn,Jn);else{if(null!==(e=id)&&100<e.shellSuspendCounter)throw Error(r(482));(e=t).status="pending",e.then(function(e){if("pending"===t.status){var o=t;o.status="fulfilled",o.value=e}},function(e){if("pending"===t.status){var o=t;o.status="rejected",o.reason=e}})}switch(t.status){case"fulfilled":return t.value;case"rejected":throw ra(e=t.reason),e}throw ta=t,Yn}}var ta=null;function oa(){if(null===ta)throw Error(r(459));var e=ta;return ta=null,e}function ra(e){if(e===Yn||e===Gn)throw Error(r(483))}var na=!1;function aa(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function ia(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,callbacks:null})}function sa(e){return{lane:e,tag:0,payload:null,callback:null,next:null}}function la(e,t,o){var r=e.updateQueue;if(null===r)return null;if(r=r.shared,2&ad){var n=r.pending;return null===n?t.next=t:(t.next=n.next,n.next=t),r.pending=t,t=Ar(e),Pr(e,null,o),t}return Or(e,r,t,o),Ar(e)}function da(e,t,o){if(null!==(t=t.updateQueue)&&(t=t.shared,4194048&o)){var r=t.lanes;o|=r&=e.pendingLanes,t.lanes=o,Ie(e,o)}}function ca(e,t){var o=e.updateQueue,r=e.alternate;if(null!==r&&o===(r=r.updateQueue)){var n=null,a=null;if(null!==(o=o.firstBaseUpdate)){do{var i={lane:o.lane,tag:o.tag,payload:o.payload,callback:null,next:null};null===a?n=a=i:a=a.next=i,o=o.next}while(null!==o);null===a?n=a=t:a=a.next=t}else n=a=t;return o={baseState:r.baseState,firstBaseUpdate:n,lastBaseUpdate:a,shared:r.shared,callbacks:r.callbacks},void(e.updateQueue=o)}null===(e=o.lastBaseUpdate)?o.firstBaseUpdate=t:e.next=t,o.lastBaseUpdate=t}var ha=!1;function ua(){if(ha&&null!==Fn)throw Fn}function ma(e,t,o,r){ha=!1;var n=e.updateQueue;na=!1;var a=n.firstBaseUpdate,i=n.lastBaseUpdate,s=n.shared.pending;if(null!==s){n.shared.pending=null;var l=s,c=l.next;l.next=null,null===i?a=c:i.next=c,i=l;var h=e.alternate;null!==h&&(s=(h=h.updateQueue).lastBaseUpdate)!==i&&(null===s?h.firstBaseUpdate=c:s.next=c,h.lastBaseUpdate=l)}if(null!==a){var u=n.baseState;for(i=0,h=c=l=null,s=a;;){var m=-536870913&s.lane,b=m!==s.lane;if(b?(ld&m)===m:(r&m)===m){0!==m&&m===jn&&(ha=!0),null!==h&&(h=h.next={lane:0,tag:s.tag,payload:s.payload,callback:null,next:null});e:{var p=e,f=s;m=t;var g=o;switch(f.tag){case 1:if("function"==typeof(p=f.payload)){u=p.call(g,u,m);break e}u=p;break e;case 3:p.flags=-65537&p.flags|128;case 0:if(null==(m="function"==typeof(p=f.payload)?p.call(g,u,m):p))break e;u=d({},u,m);break e;case 2:na=!0}}null!==(m=s.callback)&&(e.flags|=64,b&&(e.flags|=8192),null===(b=n.callbacks)?n.callbacks=[m]:b.push(m))}else b={lane:m,tag:s.tag,payload:s.payload,callback:s.callback,next:null},null===h?(c=h=b,l=u):h=h.next=b,i|=m;if(null===(s=s.next)){if(null===(s=n.shared.pending))break;s=(b=s).next,b.next=null,n.lastBaseUpdate=b,n.shared.pending=null}}null===h&&(l=u),n.baseState=l,n.firstBaseUpdate=c,n.lastBaseUpdate=h,null===a&&(n.shared.lanes=0),fd|=i,e.lanes=i,e.memoizedState=u}}function ba(e,t){if("function"!=typeof e)throw Error(r(191,e));e.call(t)}function pa(e,t){var o=e.callbacks;if(null!==o)for(e.callbacks=null,e=0;e<o.length;e++)ba(o[e],t)}var fa=F(null),ga=F(0);function va(e,t){H(ga,e=bd),H(fa,t),bd=e|t.baseLanes}function ya(){H(ga,bd),H(fa,fa.current)}function ka(){bd=ga.current,B(fa),B(ga)}var xa=0,wa=null,Sa=null,Ca=null,Ea=!1,La=!1,_a=!1,Ta=0,Ia=0,za=null,Oa=0;function $a(){throw Error(r(321))}function Ra(e,t){if(null===t)return!1;for(var o=0;o<t.length&&o<e.length;o++)if(!Ko(e[o],t[o]))return!1;return!0}function Pa(e,t,o,r,n,a){return xa=a,wa=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,N.H=null===e||null===e.memoizedState?Yi:Xi,_a=!1,a=o(r,n),_a=!1,La&&(a=Na(t,o,r,n)),Aa(e),a}function Aa(e){N.H=Zi;var t=null!==Sa&&null!==Sa.next;if(xa=0,Ca=Sa=wa=null,Ea=!1,Ia=0,za=null,t)throw Error(r(300));null===e||zs||null!==(e=e.dependencies)&&_n(e)&&(zs=!0)}function Na(e,t,o,n){wa=e;var a=0;do{if(La&&(za=null),Ia=0,La=!1,25<=a)throw Error(r(301));if(a+=1,Ca=Sa=null,null!=e.updateQueue){var i=e.updateQueue;i.lastEffect=null,i.events=null,i.stores=null,null!=i.memoCache&&(i.memoCache.index=0)}N.H=Gi,i=t(o,n)}while(La);return i}function Ma(){var e=N.H,t=e.useState()[0];return t="function"==typeof t.then?Ha(t):t,e=e.useState()[0],(null!==Sa?Sa.memoizedState:null)!==e&&(wa.flags|=1024),t}function Da(){var e=0!==Ta;return Ta=0,e}function Va(e,t,o){t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o}function ja(e){if(Ea){for(e=e.memoizedState;null!==e;){var t=e.queue;null!==t&&(t.pending=null),e=e.next}Ea=!1}xa=0,Ca=Sa=wa=null,La=!1,Ia=Ta=0,za=null}function Fa(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===Ca?wa.memoizedState=Ca=e:Ca=Ca.next=e,Ca}function Ba(){if(null===Sa){var e=wa.alternate;e=null!==e?e.memoizedState:null}else e=Sa.next;var t=null===Ca?wa.memoizedState:Ca.next;if(null!==t)Ca=t,Sa=e;else{if(null===e){if(null===wa.alternate)throw Error(r(467));throw Error(r(310))}e={memoizedState:(Sa=e).memoizedState,baseState:Sa.baseState,baseQueue:Sa.baseQueue,queue:Sa.queue,next:null},null===Ca?wa.memoizedState=Ca=e:Ca=Ca.next=e}return Ca}function Ha(e){var t=Ia;return Ia+=1,null===za&&(za=[]),e=ea(za,e,t),t=wa,null===(null===Ca?t.memoizedState:Ca.next)&&(t=t.alternate,N.H=null===t||null===t.memoizedState?Yi:Xi),e}function Wa(e){if(null!==e&&"object"==typeof e){if("function"==typeof e.then)return Ha(e);if(e.$$typeof===y)return In(e)}throw Error(r(438,String(e)))}function Ua(e){var t=null,o=wa.updateQueue;if(null!==o&&(t=o.memoCache),null==t){var r=wa.alternate;null!==r&&null!==(r=r.updateQueue)&&null!=(r=r.memoCache)&&(t={data:r.data.map(function(e){return e.slice()}),index:0})}if(null==t&&(t={data:[],index:0}),null===o&&(o={lastEffect:null,events:null,stores:null,memoCache:null},wa.updateQueue=o),o.memoCache=t,void 0===(o=t.data[t.index]))for(o=t.data[t.index]=Array(e),r=0;r<e;r++)o[r]=I;return t.index++,o}function qa(e,t){return"function"==typeof t?t(e):t}function Za(e){return Ya(Ba(),Sa,e)}function Ya(e,t,o){var n=e.queue;if(null===n)throw Error(r(311));n.lastRenderedReducer=o;var a=e.baseQueue,i=n.pending;if(null!==i){if(null!==a){var s=a.next;a.next=i.next,i.next=s}t.baseQueue=a=i,n.pending=null}if(i=e.baseState,null===a)e.memoizedState=i;else{var l=s=null,d=null,c=t=a.next,h=!1;do{var u=-536870913&c.lane;if(u!==c.lane?(ld&u)===u:(xa&u)===u){var m=c.revertLane;if(0===m)null!==d&&(d=d.next={lane:0,revertLane:0,action:c.action,hasEagerState:c.hasEagerState,eagerState:c.eagerState,next:null}),u===jn&&(h=!0);else{if((xa&m)===m){c=c.next,m===jn&&(h=!0);continue}u={lane:0,revertLane:c.revertLane,action:c.action,hasEagerState:c.hasEagerState,eagerState:c.eagerState,next:null},null===d?(l=d=u,s=i):d=d.next=u,wa.lanes|=m,fd|=m}u=c.action,_a&&o(i,u),i=c.hasEagerState?c.eagerState:o(i,u)}else m={lane:u,revertLane:c.revertLane,action:c.action,hasEagerState:c.hasEagerState,eagerState:c.eagerState,next:null},null===d?(l=d=m,s=i):d=d.next=m,wa.lanes|=u,fd|=u;c=c.next}while(null!==c&&c!==t);if(null===d?s=i:d.next=l,!Ko(i,e.memoizedState)&&(zs=!0,h&&null!==(o=Fn)))throw o;e.memoizedState=i,e.baseState=s,e.baseQueue=d,n.lastRenderedState=i}return null===a&&(n.lanes=0),[e.memoizedState,n.dispatch]}function Xa(e){var t=Ba(),o=t.queue;if(null===o)throw Error(r(311));o.lastRenderedReducer=e;var n=o.dispatch,a=o.pending,i=t.memoizedState;if(null!==a){o.pending=null;var s=a=a.next;do{i=e(i,s.action),s=s.next}while(s!==a);Ko(i,t.memoizedState)||(zs=!0),t.memoizedState=i,null===t.baseQueue&&(t.baseState=i),o.lastRenderedState=i}return[i,n]}function Ga(e,t,o){var n=wa,a=Ba(),i=ln;if(i){if(void 0===o)throw Error(r(407));o=o()}else o=t();var s=!Ko((Sa||a).memoizedState,o);if(s&&(a.memoizedState=o,zs=!0),a=a.queue,yi(2048,8,Ja.bind(null,n,a,e),[e]),a.getSnapshot!==t||s||null!==Ca&&1&Ca.memoizedState.tag){if(n.flags|=2048,fi(9,{destroy:void 0,resource:void 0},Qa.bind(null,n,a,o,t),null),null===id)throw Error(r(349));i||124&xa||Ka(n,t,o)}return o}function Ka(e,t,o){e.flags|=16384,e={getSnapshot:t,value:o},null===(t=wa.updateQueue)?(t={lastEffect:null,events:null,stores:null,memoCache:null},wa.updateQueue=t,t.stores=[e]):null===(o=t.stores)?t.stores=[e]:o.push(e)}function Qa(e,t,o,r){t.value=o,t.getSnapshot=r,ei(t)&&ti(e)}function Ja(e,t,o){return o(function(){ei(t)&&ti(e)})}function ei(e){var t=e.getSnapshot;e=e.value;try{var o=t();return!Ko(e,o)}catch(r){return!0}}function ti(e){var t=Rr(e,2);null!==t&&Vd(t,0,2)}function oi(e){var t=Fa();if("function"==typeof e){var o=e;if(e=o(),_a){be(!0);try{o()}finally{be(!1)}}}return t.memoizedState=t.baseState=e,t.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:qa,lastRenderedState:e},t}function ri(e,t,o,r){return e.baseState=o,Ya(e,Sa,"function"==typeof r?r:qa)}function ni(e,t,o,n,a){if(Wi(e))throw Error(r(485));if(null!==(e=t.action)){var i={payload:a,action:e,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(e){i.listeners.push(e)}};null!==N.T?o(!0):i.isTransition=!1,n(i),null===(o=t.pending)?(i.next=t.pending=i,ai(t,i)):(i.next=o.next,t.pending=o.next=i)}}function ai(e,t){var o=t.action,r=t.payload,n=e.state;if(t.isTransition){var a=N.T,i={};N.T=i;try{var s=o(n,r),l=N.S;null!==l&&l(i,s),ii(e,t,s)}catch(d){li(e,t,d)}finally{N.T=a}}else try{ii(e,t,a=o(n,r))}catch(c){li(e,t,c)}}function ii(e,t,o){null!==o&&"object"==typeof o&&"function"==typeof o.then?o.then(function(o){si(e,t,o)},function(o){return li(e,t,o)}):si(e,t,o)}function si(e,t,o){t.status="fulfilled",t.value=o,di(t),e.state=o,null!==(t=e.pending)&&((o=t.next)===t?e.pending=null:(o=o.next,t.next=o,ai(e,o)))}function li(e,t,o){var r=e.pending;if(e.pending=null,null!==r){r=r.next;do{t.status="rejected",t.reason=o,di(t),t=t.next}while(t!==r)}e.action=null}function di(e){e=e.listeners;for(var t=0;t<e.length;t++)(0,e[t])()}function ci(e,t){return t}function hi(e,t){if(ln){var o=id.formState;if(null!==o){e:{var r=wa;if(ln){if(sn){t:{for(var n=sn,a=cn;8!==n.nodeType;){if(!a){n=null;break t}if(null===(n=kh(n.nextSibling))){n=null;break t}}n="F!"===(a=n.data)||"F"===a?n:null}if(n){sn=kh(n.nextSibling),r="F!"===n.data;break e}}un(r)}r=!1}r&&(t=o[0])}}return(o=Fa()).memoizedState=o.baseState=t,r={pending:null,lanes:0,dispatch:null,lastRenderedReducer:ci,lastRenderedState:t},o.queue=r,o=Fi.bind(null,wa,r),r.dispatch=o,r=oi(!1),a=Hi.bind(null,wa,!1,r.queue),n={state:t,dispatch:null,action:e,pending:null},(r=Fa()).queue=n,o=ni.bind(null,wa,n,a,o),n.dispatch=o,r.memoizedState=e,[t,o,!1]}function ui(e){return mi(Ba(),Sa,e)}function mi(e,t,o){if(t=Ya(e,t,ci)[0],e=Za(qa)[0],"object"==typeof t&&null!==t&&"function"==typeof t.then)try{var r=Ha(t)}catch(Ok){if(Ok===Yn)throw Gn;throw Ok}else r=t;var n=(t=Ba()).queue,a=n.dispatch;return o!==t.memoizedState&&(wa.flags|=2048,fi(9,{destroy:void 0,resource:void 0},bi.bind(null,n,o),null)),[r,a,e]}function bi(e,t){e.action=t}function pi(e){var t=Ba(),o=Sa;if(null!==o)return mi(t,o,e);Ba(),t=t.memoizedState;var r=(o=Ba()).queue.dispatch;return o.memoizedState=e,[t,r,!1]}function fi(e,t,o,r){return e={tag:e,create:o,deps:r,inst:t,next:null},null===(t=wa.updateQueue)&&(t={lastEffect:null,events:null,stores:null,memoCache:null},wa.updateQueue=t),null===(o=t.lastEffect)?t.lastEffect=e.next=e:(r=o.next,o.next=e,e.next=r,t.lastEffect=e),e}function gi(){return Ba().memoizedState}function vi(e,t,o,r){var n=Fa();r=void 0===r?null:r,wa.flags|=e,n.memoizedState=fi(1|t,{destroy:void 0,resource:void 0},o,r)}function yi(e,t,o,r){var n=Ba();r=void 0===r?null:r;var a=n.memoizedState.inst;null!==Sa&&null!==r&&Ra(r,Sa.memoizedState.deps)?n.memoizedState=fi(t,a,o,r):(wa.flags|=e,n.memoizedState=fi(1|t,a,o,r))}function ki(e,t){vi(8390656,8,e,t)}function xi(e,t){yi(2048,8,e,t)}function wi(e,t){return yi(4,2,e,t)}function Si(e,t){return yi(4,4,e,t)}function Ci(e,t){if("function"==typeof t){e=e();var o=t(e);return function(){"function"==typeof o?o():t(null)}}if(null!=t)return e=e(),t.current=e,function(){t.current=null}}function Ei(e,t,o){o=null!=o?o.concat([e]):null,yi(4,4,Ci.bind(null,t,e),o)}function Li(){}function _i(e,t){var o=Ba();t=void 0===t?null:t;var r=o.memoizedState;return null!==t&&Ra(t,r[1])?r[0]:(o.memoizedState=[e,t],e)}function Ti(e,t){var o=Ba();t=void 0===t?null:t;var r=o.memoizedState;if(null!==t&&Ra(t,r[1]))return r[0];if(r=e(),_a){be(!0);try{e()}finally{be(!1)}}return o.memoizedState=[r,t],r}function Ii(e,t,o){return void 0===o||1073741824&xa?e.memoizedState=t:(e.memoizedState=o,e=Dd(),wa.lanes|=e,fd|=e,o)}function zi(e,t,o,r){return Ko(o,t)?o:null!==fa.current?(e=Ii(e,o,r),Ko(e,t)||(zs=!0),e):42&xa?(e=Dd(),wa.lanes|=e,fd|=e,t):(zs=!0,e.memoizedState=o)}function Oi(e,t,o,r,n){var a=M.p;M.p=0!==a&&8>a?a:8;var i,s,l,d=N.T,c={};N.T=c,Hi(e,!1,t,o);try{var h=n(),u=N.S;if(null!==u&&u(c,h),null!==h&&"object"==typeof h&&"function"==typeof h.then){var m=(i=r,s=[],l={status:"pending",value:null,reason:null,then:function(e){s.push(e)}},h.then(function(){l.status="fulfilled",l.value=i;for(var e=0;e<s.length;e++)(0,s[e])(i)},function(e){for(l.status="rejected",l.reason=e,e=0;e<s.length;e++)(0,s[e])(void 0)}),l);Bi(e,t,m,Md())}else Bi(e,t,r,Md())}catch(b){Bi(e,t,{then:function(){},status:"rejected",reason:b},Md())}finally{M.p=a,N.T=d}}function $i(){}function Ri(e,t,o,n){if(5!==e.tag)throw Error(r(476));var a=Pi(e).queue;Oi(e,a,t,D,null===o?$i:function(){return Ai(e),o(n)})}function Pi(e){var t=e.memoizedState;if(null!==t)return t;var o={};return(t={memoizedState:D,baseState:D,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:qa,lastRenderedState:D},next:null}).next={memoizedState:o,baseState:o,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:qa,lastRenderedState:o},next:null},e.memoizedState=t,null!==(e=e.alternate)&&(e.memoizedState=t),t}function Ai(e){Bi(e,Pi(e).next.queue,{},Md())}function Ni(){return In(Kh)}function Mi(){return Ba().memoizedState}function Di(){return Ba().memoizedState}function Vi(e){for(var t=e.return;null!==t;){switch(t.tag){case 24:case 3:var o=Md(),r=la(t,e=sa(o),o);return null!==r&&(Vd(r,0,o),da(r,t,o)),t={cache:Nn()},void(e.payload=t)}t=t.return}}function ji(e,t,o){var r=Md();o={lane:r,revertLane:0,action:o,hasEagerState:!1,eagerState:null,next:null},Wi(e)?Ui(t,o):null!==(o=$r(e,t,o,r))&&(Vd(o,0,r),qi(o,t,r))}function Fi(e,t,o){Bi(e,t,o,Md())}function Bi(e,t,o,r){var n={lane:r,revertLane:0,action:o,hasEagerState:!1,eagerState:null,next:null};if(Wi(e))Ui(t,n);else{var a=e.alternate;if(0===e.lanes&&(null===a||0===a.lanes)&&null!==(a=t.lastRenderedReducer))try{var i=t.lastRenderedState,s=a(i,o);if(n.hasEagerState=!0,n.eagerState=s,Ko(s,i))return Or(e,t,n,0),null===id&&zr(),!1}catch(l){}if(null!==(o=$r(e,t,n,r)))return Vd(o,0,r),qi(o,t,r),!0}return!1}function Hi(e,t,o,n){if(n={lane:2,revertLane:$c(),action:n,hasEagerState:!1,eagerState:null,next:null},Wi(e)){if(t)throw Error(r(479))}else null!==(t=$r(e,o,n,2))&&Vd(t,0,2)}function Wi(e){var t=e.alternate;return e===wa||null!==t&&t===wa}function Ui(e,t){La=Ea=!0;var o=e.pending;null===o?t.next=t:(t.next=o.next,o.next=t),e.pending=t}function qi(e,t,o){if(4194048&o){var r=t.lanes;o|=r&=e.pendingLanes,t.lanes=o,Ie(e,o)}}var Zi={readContext:In,use:Wa,useCallback:$a,useContext:$a,useEffect:$a,useImperativeHandle:$a,useLayoutEffect:$a,useInsertionEffect:$a,useMemo:$a,useReducer:$a,useRef:$a,useState:$a,useDebugValue:$a,useDeferredValue:$a,useTransition:$a,useSyncExternalStore:$a,useId:$a,useHostTransitionStatus:$a,useFormState:$a,useActionState:$a,useOptimistic:$a,useMemoCache:$a,useCacheRefresh:$a},Yi={readContext:In,use:Wa,useCallback:function(e,t){return Fa().memoizedState=[e,void 0===t?null:t],e},useContext:In,useEffect:ki,useImperativeHandle:function(e,t,o){o=null!=o?o.concat([e]):null,vi(4194308,4,Ci.bind(null,t,e),o)},useLayoutEffect:function(e,t){return vi(4194308,4,e,t)},useInsertionEffect:function(e,t){vi(4,2,e,t)},useMemo:function(e,t){var o=Fa();t=void 0===t?null:t;var r=e();if(_a){be(!0);try{e()}finally{be(!1)}}return o.memoizedState=[r,t],r},useReducer:function(e,t,o){var r=Fa();if(void 0!==o){var n=o(t);if(_a){be(!0);try{o(t)}finally{be(!1)}}}else n=t;return r.memoizedState=r.baseState=n,e={pending:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:n},r.queue=e,e=e.dispatch=ji.bind(null,wa,e),[r.memoizedState,e]},useRef:function(e){return e={current:e},Fa().memoizedState=e},useState:function(e){var t=(e=oi(e)).queue,o=Fi.bind(null,wa,t);return t.dispatch=o,[e.memoizedState,o]},useDebugValue:Li,useDeferredValue:function(e,t){return Ii(Fa(),e,t)},useTransition:function(){var e=oi(!1);return e=Oi.bind(null,wa,e.queue,!0,!1),Fa().memoizedState=e,[!1,e]},useSyncExternalStore:function(e,t,o){var n=wa,a=Fa();if(ln){if(void 0===o)throw Error(r(407));o=o()}else{if(o=t(),null===id)throw Error(r(349));124&ld||Ka(n,t,o)}a.memoizedState=o;var i={value:o,getSnapshot:t};return a.queue=i,ki(Ja.bind(null,n,i,e),[e]),n.flags|=2048,fi(9,{destroy:void 0,resource:void 0},Qa.bind(null,n,i,o,t),null),o},useId:function(){var e=Fa(),t=id.identifierPrefix;if(ln){var o=en;t="«"+t+"R"+(o=(Jr&~(1<<32-pe(Jr)-1)).toString(32)+o),0<(o=Ta++)&&(t+="H"+o.toString(32)),t+="»"}else t="«"+t+"r"+(o=Oa++).toString(32)+"»";return e.memoizedState=t},useHostTransitionStatus:Ni,useFormState:hi,useActionState:hi,useOptimistic:function(e){var t=Fa();t.memoizedState=t.baseState=e;var o={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return t.queue=o,t=Hi.bind(null,wa,!0,o),o.dispatch=t,[e,t]},useMemoCache:Ua,useCacheRefresh:function(){return Fa().memoizedState=Vi.bind(null,wa)}},Xi={readContext:In,use:Wa,useCallback:_i,useContext:In,useEffect:xi,useImperativeHandle:Ei,useInsertionEffect:wi,useLayoutEffect:Si,useMemo:Ti,useReducer:Za,useRef:gi,useState:function(){return Za(qa)},useDebugValue:Li,useDeferredValue:function(e,t){return zi(Ba(),Sa.memoizedState,e,t)},useTransition:function(){var e=Za(qa)[0],t=Ba().memoizedState;return["boolean"==typeof e?e:Ha(e),t]},useSyncExternalStore:Ga,useId:Mi,useHostTransitionStatus:Ni,useFormState:ui,useActionState:ui,useOptimistic:function(e,t){return ri(Ba(),0,e,t)},useMemoCache:Ua,useCacheRefresh:Di},Gi={readContext:In,use:Wa,useCallback:_i,useContext:In,useEffect:xi,useImperativeHandle:Ei,useInsertionEffect:wi,useLayoutEffect:Si,useMemo:Ti,useReducer:Xa,useRef:gi,useState:function(){return Xa(qa)},useDebugValue:Li,useDeferredValue:function(e,t){var o=Ba();return null===Sa?Ii(o,e,t):zi(o,Sa.memoizedState,e,t)},useTransition:function(){var e=Xa(qa)[0],t=Ba().memoizedState;return["boolean"==typeof e?e:Ha(e),t]},useSyncExternalStore:Ga,useId:Mi,useHostTransitionStatus:Ni,useFormState:pi,useActionState:pi,useOptimistic:function(e,t){var o=Ba();return null!==Sa?ri(o,0,e,t):(o.baseState=e,[e,o.queue.dispatch])},useMemoCache:Ua,useCacheRefresh:Di},Ki=null,Qi=0;function Ji(e){var t=Qi;return Qi+=1,null===Ki&&(Ki=[]),ea(Ki,e,t)}function es(e,t){t=t.props.ref,e.ref=void 0!==t?t:null}function ts(e,t){if(t.$$typeof===c)throw Error(r(525));throw e=Object.prototype.toString.call(t),Error(r(31,"[object Object]"===e?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function os(e){return(0,e._init)(e._payload)}function rs(e){function t(t,o){if(e){var r=t.deletions;null===r?(t.deletions=[o],t.flags|=16):r.push(o)}}function o(o,r){if(!e)return null;for(;null!==r;)t(o,r),r=r.sibling;return null}function n(e){for(var t=new Map;null!==e;)null!==e.key?t.set(e.key,e):t.set(e.index,e),e=e.sibling;return t}function a(e,t){return(e=jr(e,t)).index=0,e.sibling=null,e}function i(t,o,r){return t.index=r,e?null!==(r=t.alternate)?(r=r.index)<o?(t.flags|=67108866,o):r:(t.flags|=67108866,o):(t.flags|=1048576,o)}function s(t){return e&&null===t.alternate&&(t.flags|=67108866),t}function l(e,t,o,r){return null===t||6!==t.tag?((t=Wr(o,e.mode,r)).return=e,t):((t=a(t,o)).return=e,t)}function d(e,t,o,r){var n=o.type;return n===m?b(e,t,o.props.children,r,o.key):null!==t&&(t.elementType===n||"object"==typeof n&&null!==n&&n.$$typeof===_&&os(n)===t.type)?(es(t=a(t,o.props),o),t.return=e,t):(es(t=Br(o.type,o.key,o.props,null,e.mode,r),o),t.return=e,t)}function c(e,t,o,r){return null===t||4!==t.tag||t.stateNode.containerInfo!==o.containerInfo||t.stateNode.implementation!==o.implementation?((t=Ur(o,e.mode,r)).return=e,t):((t=a(t,o.children||[])).return=e,t)}function b(e,t,o,r,n){return null===t||7!==t.tag?((t=Hr(o,e.mode,r,n)).return=e,t):((t=a(t,o)).return=e,t)}function p(e,t,o){if("string"==typeof t&&""!==t||"number"==typeof t||"bigint"==typeof t)return(t=Wr(""+t,e.mode,o)).return=e,t;if("object"==typeof t&&null!==t){switch(t.$$typeof){case h:return es(o=Br(t.type,t.key,t.props,null,e.mode,o),t),o.return=e,o;case u:return(t=Ur(t,e.mode,o)).return=e,t;case _:return p(e,t=(0,t._init)(t._payload),o)}if(A(t)||$(t))return(t=Hr(t,e.mode,o,null)).return=e,t;if("function"==typeof t.then)return p(e,Ji(t),o);if(t.$$typeof===y)return p(e,zn(e,t),o);ts(e,t)}return null}function f(e,t,o,r){var n=null!==t?t.key:null;if("string"==typeof o&&""!==o||"number"==typeof o||"bigint"==typeof o)return null!==n?null:l(e,t,""+o,r);if("object"==typeof o&&null!==o){switch(o.$$typeof){case h:return o.key===n?d(e,t,o,r):null;case u:return o.key===n?c(e,t,o,r):null;case _:return f(e,t,o=(n=o._init)(o._payload),r)}if(A(o)||$(o))return null!==n?null:b(e,t,o,r,null);if("function"==typeof o.then)return f(e,t,Ji(o),r);if(o.$$typeof===y)return f(e,t,zn(e,o),r);ts(e,o)}return null}function g(e,t,o,r,n){if("string"==typeof r&&""!==r||"number"==typeof r||"bigint"==typeof r)return l(t,e=e.get(o)||null,""+r,n);if("object"==typeof r&&null!==r){switch(r.$$typeof){case h:return d(t,e=e.get(null===r.key?o:r.key)||null,r,n);case u:return c(t,e=e.get(null===r.key?o:r.key)||null,r,n);case _:return g(e,t,o,r=(0,r._init)(r._payload),n)}if(A(r)||$(r))return b(t,e=e.get(o)||null,r,n,null);if("function"==typeof r.then)return g(e,t,o,Ji(r),n);if(r.$$typeof===y)return g(e,t,o,zn(t,r),n);ts(t,r)}return null}function v(l,d,c,b){if("object"==typeof c&&null!==c&&c.type===m&&null===c.key&&(c=c.props.children),"object"==typeof c&&null!==c){switch(c.$$typeof){case h:e:{for(var k=c.key;null!==d;){if(d.key===k){if((k=c.type)===m){if(7===d.tag){o(l,d.sibling),(b=a(d,c.props.children)).return=l,l=b;break e}}else if(d.elementType===k||"object"==typeof k&&null!==k&&k.$$typeof===_&&os(k)===d.type){o(l,d.sibling),es(b=a(d,c.props),c),b.return=l,l=b;break e}o(l,d);break}t(l,d),d=d.sibling}c.type===m?((b=Hr(c.props.children,l.mode,b,c.key)).return=l,l=b):(es(b=Br(c.type,c.key,c.props,null,l.mode,b),c),b.return=l,l=b)}return s(l);case u:e:{for(k=c.key;null!==d;){if(d.key===k){if(4===d.tag&&d.stateNode.containerInfo===c.containerInfo&&d.stateNode.implementation===c.implementation){o(l,d.sibling),(b=a(d,c.children||[])).return=l,l=b;break e}o(l,d);break}t(l,d),d=d.sibling}(b=Ur(c,l.mode,b)).return=l,l=b}return s(l);case _:return v(l,d,c=(k=c._init)(c._payload),b)}if(A(c))return function(r,a,s,l){for(var d=null,c=null,h=a,u=a=0,m=null;null!==h&&u<s.length;u++){h.index>u?(m=h,h=null):m=h.sibling;var b=f(r,h,s[u],l);if(null===b){null===h&&(h=m);break}e&&h&&null===b.alternate&&t(r,h),a=i(b,a,u),null===c?d=b:c.sibling=b,c=b,h=m}if(u===s.length)return o(r,h),ln&&tn(r,u),d;if(null===h){for(;u<s.length;u++)null!==(h=p(r,s[u],l))&&(a=i(h,a,u),null===c?d=h:c.sibling=h,c=h);return ln&&tn(r,u),d}for(h=n(h);u<s.length;u++)null!==(m=g(h,r,u,s[u],l))&&(e&&null!==m.alternate&&h.delete(null===m.key?u:m.key),a=i(m,a,u),null===c?d=m:c.sibling=m,c=m);return e&&h.forEach(function(e){return t(r,e)}),ln&&tn(r,u),d}(l,d,c,b);if($(c)){if("function"!=typeof(k=$(c)))throw Error(r(150));return function(a,s,l,d){if(null==l)throw Error(r(151));for(var c=null,h=null,u=s,m=s=0,b=null,v=l.next();null!==u&&!v.done;m++,v=l.next()){u.index>m?(b=u,u=null):b=u.sibling;var y=f(a,u,v.value,d);if(null===y){null===u&&(u=b);break}e&&u&&null===y.alternate&&t(a,u),s=i(y,s,m),null===h?c=y:h.sibling=y,h=y,u=b}if(v.done)return o(a,u),ln&&tn(a,m),c;if(null===u){for(;!v.done;m++,v=l.next())null!==(v=p(a,v.value,d))&&(s=i(v,s,m),null===h?c=v:h.sibling=v,h=v);return ln&&tn(a,m),c}for(u=n(u);!v.done;m++,v=l.next())null!==(v=g(u,a,m,v.value,d))&&(e&&null!==v.alternate&&u.delete(null===v.key?m:v.key),s=i(v,s,m),null===h?c=v:h.sibling=v,h=v);return e&&u.forEach(function(e){return t(a,e)}),ln&&tn(a,m),c}(l,d,c=k.call(c),b)}if("function"==typeof c.then)return v(l,d,Ji(c),b);if(c.$$typeof===y)return v(l,d,zn(l,c),b);ts(l,c)}return"string"==typeof c&&""!==c||"number"==typeof c||"bigint"==typeof c?(c=""+c,null!==d&&6===d.tag?(o(l,d.sibling),(b=a(d,c)).return=l,l=b):(o(l,d),(b=Wr(c,l.mode,b)).return=l,l=b),s(l)):o(l,d)}return function(e,t,o,r){try{Qi=0;var n=v(e,t,o,r);return Ki=null,n}catch(Ok){if(Ok===Yn||Ok===Gn)throw Ok;var a=Dr(29,Ok,null,e.mode);return a.lanes=r,a.return=e,a}}}var ns=rs(!0),as=rs(!1),is=F(null),ss=null;function ls(e){var t=e.alternate;H(us,1&us.current),H(is,e),null===ss&&(null===t||null!==fa.current||null!==t.memoizedState)&&(ss=e)}function ds(e){if(22===e.tag){if(H(us,us.current),H(is,e),null===ss){var t=e.alternate;null!==t&&null!==t.memoizedState&&(ss=e)}}else cs()}function cs(){H(us,us.current),H(is,is.current)}function hs(e){B(is),ss===e&&(ss=null),B(us)}var us=F(0);function ms(e){for(var t=e;null!==t;){if(13===t.tag){var o=t.memoizedState;if(null!==o&&(null===(o=o.dehydrated)||"$?"===o.data||yh(o)))return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(128&t.flags)return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}function bs(e,t,o,r){o=null==(o=o(r,t=e.memoizedState))?t:d({},t,o),e.memoizedState=o,0===e.lanes&&(e.updateQueue.baseState=o)}var fs={enqueueSetState:function(e,t,o){e=e._reactInternals;var r=Md(),n=sa(r);n.payload=t,null!=o&&(n.callback=o),null!==(t=la(e,n,r))&&(Vd(t,0,r),da(t,e,r))},enqueueReplaceState:function(e,t,o){e=e._reactInternals;var r=Md(),n=sa(r);n.tag=1,n.payload=t,null!=o&&(n.callback=o),null!==(t=la(e,n,r))&&(Vd(t,0,r),da(t,e,r))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var o=Md(),r=sa(o);r.tag=2,null!=t&&(r.callback=t),null!==(t=la(e,r,o))&&(Vd(t,0,o),da(t,e,o))}};function gs(e,t,o,r,n,a,i){return"function"==typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(r,a,i):!(t.prototype&&t.prototype.isPureReactComponent&&Qo(o,r)&&Qo(n,a))}function vs(e,t,o,r){e=t.state,"function"==typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(o,r),"function"==typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(o,r),t.state!==e&&fs.enqueueReplaceState(t,t.state,null)}function ys(e,t){var o=t;if("ref"in t)for(var r in o={},t)"ref"!==r&&(o[r]=t[r]);if(e=e.defaultProps)for(var n in o===t&&(o=d({},o)),e)void 0===o[n]&&(o[n]=e[n]);return o}var ks="function"==typeof reportError?reportError:function(e){if("object"==typeof window&&"function"==typeof window.ErrorEvent){var t=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:"object"==typeof e&&null!==e&&"string"==typeof e.message?String(e.message):String(e),error:e});if(!window.dispatchEvent(t))return}else if("object"==typeof process&&"function"==typeof process.emit)return void process.emit("uncaughtException",e);console.error(e)};function xs(e){ks(e)}function ws(e){console.error(e)}function Ss(e){ks(e)}function Cs(e,t){try{(0,e.onUncaughtError)(t.value,{componentStack:t.stack})}catch(o){setTimeout(function(){throw o})}}function Es(e,t,o){try{(0,e.onCaughtError)(o.value,{componentStack:o.stack,errorBoundary:1===t.tag?t.stateNode:null})}catch(r){setTimeout(function(){throw r})}}function Ls(e,t,o){return(o=sa(o)).tag=3,o.payload={element:null},o.callback=function(){Cs(e,t)},o}function _s(e){return(e=sa(e)).tag=3,e}function Ts(e,t,o,r){var n=o.type.getDerivedStateFromError;if("function"==typeof n){var a=r.value;e.payload=function(){return n(a)},e.callback=function(){Es(t,o,r)}}var i=o.stateNode;null!==i&&"function"==typeof i.componentDidCatch&&(e.callback=function(){Es(t,o,r),"function"!=typeof n&&(null===_d?_d=new Set([this]):_d.add(this));var e=r.stack;this.componentDidCatch(r.value,{componentStack:null!==e?e:""})})}var Is=Error(r(461)),zs=!1;function Os(e,t,o,r){t.child=null===e?as(t,null,o,r):ns(t,e.child,o,r)}function $s(e,t,o,r,n){o=o.render;var a=t.ref;if("ref"in r){var i={};for(var s in r)"ref"!==s&&(i[s]=r[s])}else i=r;return Tn(t),r=Pa(e,t,o,i,a,n),s=Da(),null===e||zs?(ln&&s&&rn(t),t.flags|=1,Os(e,t,r,n),t.child):(Va(e,t,n),Qs(e,t,n))}function Rs(e,t,o,r,n){if(null===e){var a=o.type;return"function"!=typeof a||Vr(a)||void 0!==a.defaultProps||null!==o.compare?((e=Br(o.type,null,r,t,t.mode,n)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=a,Ps(e,t,a,r,n))}if(a=e.child,!Js(e,n)){var i=a.memoizedProps;if((o=null!==(o=o.compare)?o:Qo)(i,r)&&e.ref===t.ref)return Qs(e,t,n)}return t.flags|=1,(e=jr(a,r)).ref=t.ref,e.return=t,t.child=e}function Ps(e,t,o,r,n){if(null!==e){var a=e.memoizedProps;if(Qo(a,r)&&e.ref===t.ref){if(zs=!1,t.pendingProps=r=a,!Js(e,n))return t.lanes=e.lanes,Qs(e,t,n);131072&e.flags&&(zs=!0)}}return Ds(e,t,o,r,n)}function As(e,t,o){var r=t.pendingProps,n=r.children,a=null!==e?e.memoizedState:null;if("hidden"===r.mode){if(128&t.flags){if(r=null!==a?a.baseLanes|o:o,null!==e){for(n=t.child=e.child,a=0;null!==n;)a=a|n.lanes|n.childLanes,n=n.sibling;t.childLanes=a&~r}else t.childLanes=0,t.child=null;return Ns(e,t,r,o)}if(!(536870912&o))return t.lanes=t.childLanes=536870912,Ns(e,t,null!==a?a.baseLanes|o:o,o);t.memoizedState={baseLanes:0,cachePool:null},null!==e&&qn(0,null!==a?a.cachePool:null),null!==a?va(t,a):ya(),ds(t)}else null!==a?(qn(0,a.cachePool),va(t,a),cs(),t.memoizedState=null):(null!==e&&qn(0,null),ya(),cs());return Os(e,t,n,o),t.child}function Ns(e,t,o,r){var n=Un();return n=null===n?null:{parent:An._currentValue,pool:n},t.memoizedState={baseLanes:o,cachePool:n},null!==e&&qn(0,null),ya(),ds(t),null!==e&&Ln(e,t,r,!0),null}function Ms(e,t){var o=t.ref;if(null===o)null!==e&&null!==e.ref&&(t.flags|=4194816);else{if("function"!=typeof o&&"object"!=typeof o)throw Error(r(284));null!==e&&e.ref===o||(t.flags|=4194816)}}function Ds(e,t,o,r,n){return Tn(t),o=Pa(e,t,o,r,void 0,n),r=Da(),null===e||zs?(ln&&r&&rn(t),t.flags|=1,Os(e,t,o,n),t.child):(Va(e,t,n),Qs(e,t,n))}function Vs(e,t,o,r,n,a){return Tn(t),t.updateQueue=null,o=Na(t,r,o,n),Aa(e),r=Da(),null===e||zs?(ln&&r&&rn(t),t.flags|=1,Os(e,t,o,a),t.child):(Va(e,t,a),Qs(e,t,a))}function js(e,t,o,r,n){if(Tn(t),null===t.stateNode){var a=Nr,i=o.contextType;"object"==typeof i&&null!==i&&(a=In(i)),a=new o(r,a),t.memoizedState=null!==a.state&&void 0!==a.state?a.state:null,a.updater=fs,t.stateNode=a,a._reactInternals=t,(a=t.stateNode).props=r,a.state=t.memoizedState,a.refs={},aa(t),i=o.contextType,a.context="object"==typeof i&&null!==i?In(i):Nr,a.state=t.memoizedState,"function"==typeof(i=o.getDerivedStateFromProps)&&(bs(t,o,i,r),a.state=t.memoizedState),"function"==typeof o.getDerivedStateFromProps||"function"==typeof a.getSnapshotBeforeUpdate||"function"!=typeof a.UNSAFE_componentWillMount&&"function"!=typeof a.componentWillMount||(i=a.state,"function"==typeof a.componentWillMount&&a.componentWillMount(),"function"==typeof a.UNSAFE_componentWillMount&&a.UNSAFE_componentWillMount(),i!==a.state&&fs.enqueueReplaceState(a,a.state,null),ma(t,r,a,n),ua(),a.state=t.memoizedState),"function"==typeof a.componentDidMount&&(t.flags|=4194308),r=!0}else if(null===e){a=t.stateNode;var s=t.memoizedProps,l=ys(o,s);a.props=l;var d=a.context,c=o.contextType;i=Nr,"object"==typeof c&&null!==c&&(i=In(c));var h=o.getDerivedStateFromProps;c="function"==typeof h||"function"==typeof a.getSnapshotBeforeUpdate,s=t.pendingProps!==s,c||"function"!=typeof a.UNSAFE_componentWillReceiveProps&&"function"!=typeof a.componentWillReceiveProps||(s||d!==i)&&vs(t,a,r,i),na=!1;var u=t.memoizedState;a.state=u,ma(t,r,a,n),ua(),d=t.memoizedState,s||u!==d||na?("function"==typeof h&&(bs(t,o,h,r),d=t.memoizedState),(l=na||gs(t,o,l,r,u,d,i))?(c||"function"!=typeof a.UNSAFE_componentWillMount&&"function"!=typeof a.componentWillMount||("function"==typeof a.componentWillMount&&a.componentWillMount(),"function"==typeof a.UNSAFE_componentWillMount&&a.UNSAFE_componentWillMount()),"function"==typeof a.componentDidMount&&(t.flags|=4194308)):("function"==typeof a.componentDidMount&&(t.flags|=4194308),t.memoizedProps=r,t.memoizedState=d),a.props=r,a.state=d,a.context=i,r=l):("function"==typeof a.componentDidMount&&(t.flags|=4194308),r=!1)}else{a=t.stateNode,ia(e,t),c=ys(o,i=t.memoizedProps),a.props=c,h=t.pendingProps,u=a.context,d=o.contextType,l=Nr,"object"==typeof d&&null!==d&&(l=In(d)),(d="function"==typeof(s=o.getDerivedStateFromProps)||"function"==typeof a.getSnapshotBeforeUpdate)||"function"!=typeof a.UNSAFE_componentWillReceiveProps&&"function"!=typeof a.componentWillReceiveProps||(i!==h||u!==l)&&vs(t,a,r,l),na=!1,u=t.memoizedState,a.state=u,ma(t,r,a,n),ua();var m=t.memoizedState;i!==h||u!==m||na||null!==e&&null!==e.dependencies&&_n(e.dependencies)?("function"==typeof s&&(bs(t,o,s,r),m=t.memoizedState),(c=na||gs(t,o,c,r,u,m,l)||null!==e&&null!==e.dependencies&&_n(e.dependencies))?(d||"function"!=typeof a.UNSAFE_componentWillUpdate&&"function"!=typeof a.componentWillUpdate||("function"==typeof a.componentWillUpdate&&a.componentWillUpdate(r,m,l),"function"==typeof a.UNSAFE_componentWillUpdate&&a.UNSAFE_componentWillUpdate(r,m,l)),"function"==typeof a.componentDidUpdate&&(t.flags|=4),"function"==typeof a.getSnapshotBeforeUpdate&&(t.flags|=1024)):("function"!=typeof a.componentDidUpdate||i===e.memoizedProps&&u===e.memoizedState||(t.flags|=4),"function"!=typeof a.getSnapshotBeforeUpdate||i===e.memoizedProps&&u===e.memoizedState||(t.flags|=1024),t.memoizedProps=r,t.memoizedState=m),a.props=r,a.state=m,a.context=l,r=c):("function"!=typeof a.componentDidUpdate||i===e.memoizedProps&&u===e.memoizedState||(t.flags|=4),"function"!=typeof a.getSnapshotBeforeUpdate||i===e.memoizedProps&&u===e.memoizedState||(t.flags|=1024),r=!1)}return a=r,Ms(e,t),r=!!(128&t.flags),a||r?(a=t.stateNode,o=r&&"function"!=typeof o.getDerivedStateFromError?null:a.render(),t.flags|=1,null!==e&&r?(t.child=ns(t,e.child,null,n),t.child=ns(t,null,o,n)):Os(e,t,o,n),t.memoizedState=a.state,e=t.child):e=Qs(e,t,n),e}function Fs(e,t,o,r){return fn(),t.flags|=256,Os(e,t,o,r),t.child}var Bs={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function Hs(e){return{baseLanes:e,cachePool:Zn()}}function Ws(e,t,o){return e=null!==e?e.childLanes&~o:0,t&&(e|=yd),e}function Us(e,t,o){var n,a=t.pendingProps,i=!1,s=!!(128&t.flags);if((n=s)||(n=(null===e||null!==e.memoizedState)&&!!(2&us.current)),n&&(i=!0,t.flags&=-129),n=!!(32&t.flags),t.flags&=-33,null===e){if(ln){if(i?ls(t):cs(),ln){var l,d=sn;if(l=d){e:{for(l=d,d=cn;8!==l.nodeType;){if(!d){d=null;break e}if(null===(l=kh(l.nextSibling))){d=null;break e}}d=l}null!==d?(t.memoizedState={dehydrated:d,treeContext:null!==Qr?{id:Jr,overflow:en}:null,retryLane:536870912,hydrationErrors:null},(l=Dr(18,null,null,0)).stateNode=d,l.return=t,t.child=l,an=t,sn=null,l=!0):l=!1}l||un(t)}if(null!==(d=t.memoizedState)&&null!==(d=d.dehydrated))return yh(d)?t.lanes=32:t.lanes=536870912,null;hs(t)}return d=a.children,a=a.fallback,i?(cs(),d=Zs({mode:"hidden",children:d},i=t.mode),a=Hr(a,i,o,null),d.return=t,a.return=t,d.sibling=a,t.child=d,(i=t.child).memoizedState=Hs(o),i.childLanes=Ws(e,n,o),t.memoizedState=Bs,a):(ls(t),qs(t,d))}if(null!==(l=e.memoizedState)&&null!==(d=l.dehydrated)){if(s)256&t.flags?(ls(t),t.flags&=-257,t=Ys(e,t,o)):null!==t.memoizedState?(cs(),t.child=e.child,t.flags|=128,t=null):(cs(),i=a.fallback,d=t.mode,a=Zs({mode:"visible",children:a.children},d),(i=Hr(i,d,o,null)).flags|=2,a.return=t,i.return=t,a.sibling=i,t.child=a,ns(t,e.child,null,o),(a=t.child).memoizedState=Hs(o),a.childLanes=Ws(e,n,o),t.memoizedState=Bs,t=i);else if(ls(t),yh(d)){if(n=d.nextSibling&&d.nextSibling.dataset)var c=n.dgst;n=c,(a=Error(r(419))).stack="",a.digest=n,vn({value:a,source:null,stack:null}),t=Ys(e,t,o)}else if(zs||Ln(e,t,o,!1),n=0!==(o&e.childLanes),zs||n){if(null!==(n=id)&&0!==(a=0!==((a=42&(a=o&-o)?1:ze(a))&(n.suspendedLanes|o))?0:a)&&a!==l.retryLane)throw l.retryLane=a,Rr(e,a),Vd(n,0,a),Is;"$?"===d.data||Gd(),t=Ys(e,t,o)}else"$?"===d.data?(t.flags|=192,t.child=e.child,t=null):(e=l.treeContext,sn=kh(d.nextSibling),an=t,ln=!0,dn=null,cn=!1,null!==e&&(Gr[Kr++]=Jr,Gr[Kr++]=en,Gr[Kr++]=Qr,Jr=e.id,en=e.overflow,Qr=t),(t=qs(t,a.children)).flags|=4096);return t}return i?(cs(),i=a.fallback,d=t.mode,c=(l=e.child).sibling,(a=jr(l,{mode:"hidden",children:a.children})).subtreeFlags=65011712&l.subtreeFlags,null!==c?i=jr(c,i):(i=Hr(i,d,o,null)).flags|=2,i.return=t,a.return=t,a.sibling=i,t.child=a,a=i,i=t.child,null===(d=e.child.memoizedState)?d=Hs(o):(null!==(l=d.cachePool)?(c=An._currentValue,l=l.parent!==c?{parent:c,pool:c}:l):l=Zn(),d={baseLanes:d.baseLanes|o,cachePool:l}),i.memoizedState=d,i.childLanes=Ws(e,n,o),t.memoizedState=Bs,a):(ls(t),e=(o=e.child).sibling,(o=jr(o,{mode:"visible",children:a.children})).return=t,o.sibling=null,null!==e&&(null===(n=t.deletions)?(t.deletions=[e],t.flags|=16):n.push(e)),t.child=o,t.memoizedState=null,o)}function qs(e,t){return(t=Zs({mode:"visible",children:t},e.mode)).return=e,e.child=t}function Zs(e,t){return(e=Dr(22,e,null,t)).lanes=0,e.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null},e}function Ys(e,t,o){return ns(t,e.child,null,o),(e=qs(t,t.pendingProps.children)).flags|=2,t.memoizedState=null,e}function Xs(e,t,o){e.lanes|=t;var r=e.alternate;null!==r&&(r.lanes|=t),Cn(e.return,t,o)}function Gs(e,t,o,r,n){var a=e.memoizedState;null===a?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:o,tailMode:n}:(a.isBackwards=t,a.rendering=null,a.renderingStartTime=0,a.last=r,a.tail=o,a.tailMode=n)}function Ks(e,t,o){var r=t.pendingProps,n=r.revealOrder,a=r.tail;if(Os(e,t,r.children,o),2&(r=us.current))r=1&r|2,t.flags|=128;else{if(null!==e&&128&e.flags)e:for(e=t.child;null!==e;){if(13===e.tag)null!==e.memoizedState&&Xs(e,o,t);else if(19===e.tag)Xs(e,o,t);else if(null!==e.child){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;null===e.sibling;){if(null===e.return||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}switch(H(us,r),n){case"forwards":for(o=t.child,n=null;null!==o;)null!==(e=o.alternate)&&null===ms(e)&&(n=o),o=o.sibling;null===(o=n)?(n=t.child,t.child=null):(n=o.sibling,o.sibling=null),Gs(t,!1,n,o,a);break;case"backwards":for(o=null,n=t.child,t.child=null;null!==n;){if(null!==(e=n.alternate)&&null===ms(e)){t.child=n;break}e=n.sibling,n.sibling=o,o=n,n=e}Gs(t,!0,o,null,a);break;case"together":Gs(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function Qs(e,t,o){if(null!==e&&(t.dependencies=e.dependencies),fd|=t.lanes,0===(o&t.childLanes)){if(null===e)return null;if(Ln(e,t,o,!1),0===(o&t.childLanes))return null}if(null!==e&&t.child!==e.child)throw Error(r(153));if(null!==t.child){for(o=jr(e=t.child,e.pendingProps),t.child=o,o.return=t;null!==e.sibling;)e=e.sibling,(o=o.sibling=jr(e,e.pendingProps)).return=t;o.sibling=null}return t.child}function Js(e,t){return 0!==(e.lanes&t)||!(null===(e=e.dependencies)||!_n(e))}function el(e,t,o){if(null!==e)if(e.memoizedProps!==t.pendingProps)zs=!0;else{if(!(Js(e,o)||128&t.flags))return zs=!1,function(e,t,o){switch(t.tag){case 3:Y(t,t.stateNode.containerInfo),wn(0,An,e.memoizedState.cache),fn();break;case 27:case 5:G(t);break;case 4:Y(t,t.stateNode.containerInfo);break;case 10:wn(0,t.type,t.memoizedProps.value);break;case 13:var r=t.memoizedState;if(null!==r)return null!==r.dehydrated?(ls(t),t.flags|=128,null):0!==(o&t.child.childLanes)?Us(e,t,o):(ls(t),null!==(e=Qs(e,t,o))?e.sibling:null);ls(t);break;case 19:var n=!!(128&e.flags);if((r=0!==(o&t.childLanes))||(Ln(e,t,o,!1),r=0!==(o&t.childLanes)),n){if(r)return Ks(e,t,o);t.flags|=128}if(null!==(n=t.memoizedState)&&(n.rendering=null,n.tail=null,n.lastEffect=null),H(us,us.current),r)break;return null;case 22:case 23:return t.lanes=0,As(e,t,o);case 24:wn(0,An,e.memoizedState.cache)}return Qs(e,t,o)}(e,t,o);zs=!!(131072&e.flags)}else zs=!1,ln&&1048576&t.flags&&on(t,Xr,t.index);switch(t.lanes=0,t.tag){case 16:e:{e=t.pendingProps;var n=t.elementType,a=n._init;if(n=a(n._payload),t.type=n,"function"!=typeof n){if(null!=n){if((a=n.$$typeof)===x){t.tag=11,t=$s(null,t,n,e,o);break e}if(a===E){t.tag=14,t=Rs(null,t,n,e,o);break e}}throw t=P(n)||n,Error(r(306,t,""))}Vr(n)?(e=ys(n,e),t.tag=1,t=js(null,t,n,e,o)):(t.tag=0,t=Ds(null,t,n,e,o))}return t;case 0:return Ds(e,t,t.type,t.pendingProps,o);case 1:return js(e,t,n=t.type,a=ys(n,t.pendingProps),o);case 3:e:{if(Y(t,t.stateNode.containerInfo),null===e)throw Error(r(387));n=t.pendingProps;var i=t.memoizedState;a=i.element,ia(e,t),ma(t,n,null,o);var s=t.memoizedState;if(n=s.cache,wn(0,An,n),n!==i.cache&&En(t,[An],o,!0),ua(),n=s.element,i.isDehydrated){if(i={element:n,isDehydrated:!1,cache:s.cache},t.updateQueue.baseState=i,t.memoizedState=i,256&t.flags){t=Fs(e,t,n,o);break e}if(n!==a){vn(a=Lr(Error(r(424)),t)),t=Fs(e,t,n,o);break e}for(e=9===(e=t.stateNode.containerInfo).nodeType?e.body:"HTML"===e.nodeName?e.ownerDocument.body:e,sn=kh(e.firstChild),an=t,ln=!0,dn=null,cn=!0,o=as(t,null,n,o),t.child=o;o;)o.flags=-3&o.flags|4096,o=o.sibling}else{if(fn(),n===a){t=Qs(e,t,o);break e}Os(e,t,n,o)}t=t.child}return t;case 26:return Ms(e,t),null===e?(o=Oh(t.type,null,t.pendingProps,null))?t.memoizedState=o:ln||(o=t.type,e=t.pendingProps,(n=ih(q.current).createElement(o))[Pe]=t,n[Ae]=e,rh(n,o,e),Ze(n),t.stateNode=n):t.memoizedState=Oh(t.type,e.memoizedProps,t.pendingProps,e.memoizedState),null;case 27:return G(t),null===e&&ln&&(n=t.stateNode=Sh(t.type,t.pendingProps,q.current),an=t,cn=!0,a=sn,fh(t.type)?(xh=a,sn=kh(n.firstChild)):sn=a),Os(e,t,t.pendingProps.children,o),Ms(e,t),null===e&&(t.flags|=4194304),t.child;case 5:return null===e&&ln&&((a=n=sn)&&(null!==(n=function(e,t,o,r){for(;1===e.nodeType;){var n=o;if(e.nodeName.toLowerCase()!==t.toLowerCase()){if(!r&&("INPUT"!==e.nodeName||"hidden"!==e.type))break}else if(r){if(!e[Fe])switch(t){case"meta":if(!e.hasAttribute("itemprop"))break;return e;case"link":if("stylesheet"===(a=e.getAttribute("rel"))&&e.hasAttribute("data-precedence"))break;if(a!==n.rel||e.getAttribute("href")!==(null==n.href||""===n.href?null:n.href)||e.getAttribute("crossorigin")!==(null==n.crossOrigin?null:n.crossOrigin)||e.getAttribute("title")!==(null==n.title?null:n.title))break;return e;case"style":if(e.hasAttribute("data-precedence"))break;return e;case"script":if(((a=e.getAttribute("src"))!==(null==n.src?null:n.src)||e.getAttribute("type")!==(null==n.type?null:n.type)||e.getAttribute("crossorigin")!==(null==n.crossOrigin?null:n.crossOrigin))&&a&&e.hasAttribute("async")&&!e.hasAttribute("itemprop"))break;return e;default:return e}}else{if("input"!==t||"hidden"!==e.type)return e;var a=null==n.name?null:""+n.name;if("hidden"===n.type&&e.getAttribute("name")===a)return e}if(null===(e=kh(e.nextSibling)))break}return null}(n,t.type,t.pendingProps,cn))?(t.stateNode=n,an=t,sn=kh(n.firstChild),cn=!1,a=!0):a=!1),a||un(t)),G(t),a=t.type,i=t.pendingProps,s=null!==e?e.memoizedProps:null,n=i.children,dh(a,i)?n=null:null!==s&&dh(a,s)&&(t.flags|=32),null!==t.memoizedState&&(a=Pa(e,t,Ma,null,null,o),Kh._currentValue=a),Ms(e,t),Os(e,t,n,o),t.child;case 6:return null===e&&ln&&((e=o=sn)&&(null!==(o=function(e,t,o){if(""===t)return null;for(;3!==e.nodeType;){if((1!==e.nodeType||"INPUT"!==e.nodeName||"hidden"!==e.type)&&!o)return null;if(null===(e=kh(e.nextSibling)))return null}return e}(o,t.pendingProps,cn))?(t.stateNode=o,an=t,sn=null,e=!0):e=!1),e||un(t)),null;case 13:return Us(e,t,o);case 4:return Y(t,t.stateNode.containerInfo),n=t.pendingProps,null===e?t.child=ns(t,null,n,o):Os(e,t,n,o),t.child;case 11:return $s(e,t,t.type,t.pendingProps,o);case 7:return Os(e,t,t.pendingProps,o),t.child;case 8:case 12:return Os(e,t,t.pendingProps.children,o),t.child;case 10:return n=t.pendingProps,wn(0,t.type,n.value),Os(e,t,n.children,o),t.child;case 9:return a=t.type._context,n=t.pendingProps.children,Tn(t),n=n(a=In(a)),t.flags|=1,Os(e,t,n,o),t.child;case 14:return Rs(e,t,t.type,t.pendingProps,o);case 15:return Ps(e,t,t.type,t.pendingProps,o);case 19:return Ks(e,t,o);case 31:return n=t.pendingProps,o=t.mode,n={mode:n.mode,children:n.children},null===e?((o=Zs(n,o)).ref=t.ref,t.child=o,o.return=t,t=o):((o=jr(e.child,n)).ref=t.ref,t.child=o,o.return=t,t=o),t;case 22:return As(e,t,o);case 24:return Tn(t),n=In(An),null===e?(null===(a=Un())&&(a=id,i=Nn(),a.pooledCache=i,i.refCount++,null!==i&&(a.pooledCacheLanes|=o),a=i),t.memoizedState={parent:n,cache:a},aa(t),wn(0,An,a)):(0!==(e.lanes&o)&&(ia(e,t),ma(t,null,null,o),ua()),a=e.memoizedState,i=t.memoizedState,a.parent!==n?(a={parent:n,cache:n},t.memoizedState=a,0===t.lanes&&(t.memoizedState=t.updateQueue.baseState=a),wn(0,An,n)):(n=i.cache,wn(0,An,n),n!==a.cache&&En(t,[An],o,!0))),Os(e,t,t.pendingProps.children,o),t.child;case 29:throw t.pendingProps}throw Error(r(156,t.tag))}function tl(e){e.flags|=4}function ol(e,t){if("stylesheet"!==t.type||4&t.state.loading)e.flags&=-16777217;else if(e.flags|=16777216,!Wh(t)){if(null!==(t=is.current)&&((4194048&ld)===ld?null!==ss:(62914560&ld)!==ld&&!(536870912&ld)||t!==ss))throw ta=Kn,Xn;e.flags|=8192}}function rl(e,t){null!==t&&(e.flags|=4),16384&e.flags&&(t=22!==e.tag?Ee():536870912,e.lanes|=t,kd|=t)}function nl(e,t){if(!ln)switch(e.tailMode){case"hidden":t=e.tail;for(var o=null;null!==t;)null!==t.alternate&&(o=t),t=t.sibling;null===o?e.tail=null:o.sibling=null;break;case"collapsed":o=e.tail;for(var r=null;null!==o;)null!==o.alternate&&(r=o),o=o.sibling;null===r?t||null===e.tail?e.tail=null:e.tail.sibling=null:r.sibling=null}}function al(e){var t=null!==e.alternate&&e.alternate.child===e.child,o=0,r=0;if(t)for(var n=e.child;null!==n;)o|=n.lanes|n.childLanes,r|=65011712&n.subtreeFlags,r|=65011712&n.flags,n.return=e,n=n.sibling;else for(n=e.child;null!==n;)o|=n.lanes|n.childLanes,r|=n.subtreeFlags,r|=n.flags,n.return=e,n=n.sibling;return e.subtreeFlags|=r,e.childLanes=o,t}function il(e,t,o){var n=t.pendingProps;switch(nn(t),t.tag){case 31:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:case 1:return al(t),null;case 3:return o=t.stateNode,n=null,null!==e&&(n=e.memoizedState.cache),t.memoizedState.cache!==n&&(t.flags|=2048),Sn(An),X(),o.pendingContext&&(o.context=o.pendingContext,o.pendingContext=null),null!==e&&null!==e.child||(pn(t)?tl(t):null===e||e.memoizedState.isDehydrated&&!(256&t.flags)||(t.flags|=1024,gn())),al(t),null;case 26:return o=t.memoizedState,null===e?(tl(t),null!==o?(al(t),ol(t,o)):(al(t),t.flags&=-16777217)):o?o!==e.memoizedState?(tl(t),al(t),ol(t,o)):(al(t),t.flags&=-16777217):(e.memoizedProps!==n&&tl(t),al(t),t.flags&=-16777217),null;case 27:K(t),o=q.current;var a=t.type;if(null!==e&&null!=t.stateNode)e.memoizedProps!==n&&tl(t);else{if(!n){if(null===t.stateNode)throw Error(r(166));return al(t),null}e=W.current,pn(t)?mn(t):(e=Sh(a,n,o),t.stateNode=e,tl(t))}return al(t),null;case 5:if(K(t),o=t.type,null!==e&&null!=t.stateNode)e.memoizedProps!==n&&tl(t);else{if(!n){if(null===t.stateNode)throw Error(r(166));return al(t),null}if(e=W.current,pn(t))mn(t);else{switch(a=ih(q.current),e){case 1:e=a.createElementNS("http://www.w3.org/2000/svg",o);break;case 2:e=a.createElementNS("http://www.w3.org/1998/Math/MathML",o);break;default:switch(o){case"svg":e=a.createElementNS("http://www.w3.org/2000/svg",o);break;case"math":e=a.createElementNS("http://www.w3.org/1998/Math/MathML",o);break;case"script":(e=a.createElement("div")).innerHTML="<script><\/script>",e=e.removeChild(e.firstChild);break;case"select":e="string"==typeof n.is?a.createElement("select",{is:n.is}):a.createElement("select"),n.multiple?e.multiple=!0:n.size&&(e.size=n.size);break;default:e="string"==typeof n.is?a.createElement(o,{is:n.is}):a.createElement(o)}}e[Pe]=t,e[Ae]=n;e:for(a=t.child;null!==a;){if(5===a.tag||6===a.tag)e.appendChild(a.stateNode);else if(4!==a.tag&&27!==a.tag&&null!==a.child){a.child.return=a,a=a.child;continue}if(a===t)break e;for(;null===a.sibling;){if(null===a.return||a.return===t)break e;a=a.return}a.sibling.return=a.return,a=a.sibling}t.stateNode=e;e:switch(rh(e,o,n),o){case"button":case"input":case"select":case"textarea":e=!!n.autoFocus;break e;case"img":e=!0;break e;default:e=!1}e&&tl(t)}}return al(t),t.flags&=-16777217,null;case 6:if(e&&null!=t.stateNode)e.memoizedProps!==n&&tl(t);else{if("string"!=typeof n&&null===t.stateNode)throw Error(r(166));if(e=q.current,pn(t)){if(e=t.stateNode,o=t.memoizedProps,n=null,null!==(a=an))switch(a.tag){case 27:case 5:n=a.memoizedProps}e[Pe]=t,(e=!!(e.nodeValue===o||null!==n&&!0===n.suppressHydrationWarning||Jc(e.nodeValue,o)))||un(t)}else(e=ih(e).createTextNode(n))[Pe]=t,t.stateNode=e}return al(t),null;case 13:if(n=t.memoizedState,null===e||null!==e.memoizedState&&null!==e.memoizedState.dehydrated){if(a=pn(t),null!==n&&null!==n.dehydrated){if(null===e){if(!a)throw Error(r(318));if(!(a=null!==(a=t.memoizedState)?a.dehydrated:null))throw Error(r(317));a[Pe]=t}else fn(),!(128&t.flags)&&(t.memoizedState=null),t.flags|=4;al(t),a=!1}else a=gn(),null!==e&&null!==e.memoizedState&&(e.memoizedState.hydrationErrors=a),a=!0;if(!a)return 256&t.flags?(hs(t),t):(hs(t),null)}if(hs(t),128&t.flags)return t.lanes=o,t;if(o=null!==n,e=null!==e&&null!==e.memoizedState,o){a=null,null!==(n=t.child).alternate&&null!==n.alternate.memoizedState&&null!==n.alternate.memoizedState.cachePool&&(a=n.alternate.memoizedState.cachePool.pool);var i=null;null!==n.memoizedState&&null!==n.memoizedState.cachePool&&(i=n.memoizedState.cachePool.pool),i!==a&&(n.flags|=2048)}return o!==e&&o&&(t.child.flags|=8192),rl(t,t.updateQueue),al(t),null;case 4:return X(),null===e&&Hc(t.stateNode.containerInfo),al(t),null;case 10:return Sn(t.type),al(t),null;case 19:if(B(us),null===(a=t.memoizedState))return al(t),null;if(n=!!(128&t.flags),null===(i=a.rendering))if(n)nl(a,!1);else{if(0!==pd||null!==e&&128&e.flags)for(e=t.child;null!==e;){if(null!==(i=ms(e))){for(t.flags|=128,nl(a,!1),e=i.updateQueue,t.updateQueue=e,rl(t,e),t.subtreeFlags=0,e=o,o=t.child;null!==o;)Fr(o,e),o=o.sibling;return H(us,1&us.current|2),t.child}e=e.sibling}null!==a.tail&&re()>Ed&&(t.flags|=128,n=!0,nl(a,!1),t.lanes=4194304)}else{if(!n)if(null!==(e=ms(i))){if(t.flags|=128,n=!0,e=e.updateQueue,t.updateQueue=e,rl(t,e),nl(a,!0),null===a.tail&&"hidden"===a.tailMode&&!i.alternate&&!ln)return al(t),null}else 2*re()-a.renderingStartTime>Ed&&536870912!==o&&(t.flags|=128,n=!0,nl(a,!1),t.lanes=4194304);a.isBackwards?(i.sibling=t.child,t.child=i):(null!==(e=a.last)?e.sibling=i:t.child=i,a.last=i)}return null!==a.tail?(t=a.tail,a.rendering=t,a.tail=t.sibling,a.renderingStartTime=re(),t.sibling=null,e=us.current,H(us,n?1&e|2:1&e),t):(al(t),null);case 22:case 23:return hs(t),ka(),n=null!==t.memoizedState,null!==e?null!==e.memoizedState!==n&&(t.flags|=8192):n&&(t.flags|=8192),n?!!(536870912&o)&&!(128&t.flags)&&(al(t),6&t.subtreeFlags&&(t.flags|=8192)):al(t),null!==(o=t.updateQueue)&&rl(t,o.retryQueue),o=null,null!==e&&null!==e.memoizedState&&null!==e.memoizedState.cachePool&&(o=e.memoizedState.cachePool.pool),n=null,null!==t.memoizedState&&null!==t.memoizedState.cachePool&&(n=t.memoizedState.cachePool.pool),n!==o&&(t.flags|=2048),null!==e&&B(Wn),null;case 24:return o=null,null!==e&&(o=e.memoizedState.cache),t.memoizedState.cache!==o&&(t.flags|=2048),Sn(An),al(t),null;case 25:case 30:return null}throw Error(r(156,t.tag))}function sl(e,t){switch(nn(t),t.tag){case 1:return 65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 3:return Sn(An),X(),65536&(e=t.flags)&&!(128&e)?(t.flags=-65537&e|128,t):null;case 26:case 27:case 5:return K(t),null;case 13:if(hs(t),null!==(e=t.memoizedState)&&null!==e.dehydrated){if(null===t.alternate)throw Error(r(340));fn()}return 65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 19:return B(us),null;case 4:return X(),null;case 10:return Sn(t.type),null;case 22:case 23:return hs(t),ka(),null!==e&&B(Wn),65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 24:return Sn(An),null;default:return null}}function ll(e,t){switch(nn(t),t.tag){case 3:Sn(An),X();break;case 26:case 27:case 5:K(t);break;case 4:X();break;case 13:hs(t);break;case 19:B(us);break;case 10:Sn(t.type);break;case 22:case 23:hs(t),ka(),null!==e&&B(Wn);break;case 24:Sn(An)}}function dl(e,t){try{var o=t.updateQueue,r=null!==o?o.lastEffect:null;if(null!==r){var n=r.next;o=n;do{if((o.tag&e)===e){r=void 0;var a=o.create,i=o.inst;r=a(),i.destroy=r}o=o.next}while(o!==n)}}catch(s){mc(t,t.return,s)}}function cl(e,t,o){try{var r=t.updateQueue,n=null!==r?r.lastEffect:null;if(null!==n){var a=n.next;r=a;do{if((r.tag&e)===e){var i=r.inst,s=i.destroy;if(void 0!==s){i.destroy=void 0,n=t;var l=o,d=s;try{d()}catch(c){mc(n,l,c)}}}r=r.next}while(r!==a)}}catch(c){mc(t,t.return,c)}}function hl(e){var t=e.updateQueue;if(null!==t){var o=e.stateNode;try{pa(t,o)}catch(r){mc(e,e.return,r)}}}function ul(e,t,o){o.props=ys(e.type,e.memoizedProps),o.state=e.memoizedState;try{o.componentWillUnmount()}catch(r){mc(e,t,r)}}function ml(e,t){try{var o=e.ref;if(null!==o){switch(e.tag){case 26:case 27:case 5:var r=e.stateNode;break;default:r=e.stateNode}"function"==typeof o?e.refCleanup=o(r):o.current=r}}catch(n){mc(e,t,n)}}function bl(e,t){var o=e.ref,r=e.refCleanup;if(null!==o)if("function"==typeof r)try{r()}catch(n){mc(e,t,n)}finally{e.refCleanup=null,null!=(e=e.alternate)&&(e.refCleanup=null)}else if("function"==typeof o)try{o(null)}catch(a){mc(e,t,a)}else o.current=null}function pl(e){var t=e.type,o=e.memoizedProps,r=e.stateNode;try{e:switch(t){case"button":case"input":case"select":case"textarea":o.autoFocus&&r.focus();break e;case"img":o.src?r.src=o.src:o.srcSet&&(r.srcset=o.srcSet)}}catch(n){mc(e,e.return,n)}}function fl(e,t,o){try{var n=e.stateNode;!function(e,t,o,n){switch(t){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var a=null,i=null,s=null,l=null,d=null,c=null,h=null;for(b in o){var u=o[b];if(o.hasOwnProperty(b)&&null!=u)switch(b){case"checked":case"value":break;case"defaultValue":d=u;default:n.hasOwnProperty(b)||th(e,t,b,null,n,u)}}for(var m in n){var b=n[m];if(u=o[m],n.hasOwnProperty(m)&&(null!=b||null!=u))switch(m){case"type":i=b;break;case"name":a=b;break;case"checked":c=b;break;case"defaultChecked":h=b;break;case"value":s=b;break;case"defaultValue":l=b;break;case"children":case"dangerouslySetInnerHTML":if(null!=b)throw Error(r(137,t));break;default:b!==u&&th(e,t,m,b,n,u)}}return void vt(e,s,l,d,c,h,i,a);case"select":for(i in b=s=l=m=null,o)if(d=o[i],o.hasOwnProperty(i)&&null!=d)switch(i){case"value":break;case"multiple":b=d;default:n.hasOwnProperty(i)||th(e,t,i,null,n,d)}for(a in n)if(i=n[a],d=o[a],n.hasOwnProperty(a)&&(null!=i||null!=d))switch(a){case"value":m=i;break;case"defaultValue":l=i;break;case"multiple":s=i;default:i!==d&&th(e,t,a,i,n,d)}return t=l,o=s,n=b,void(null!=m?xt(e,!!o,m,!1):!!n!=!!o&&(null!=t?xt(e,!!o,t,!0):xt(e,!!o,o?[]:"",!1)));case"textarea":for(l in b=m=null,o)if(a=o[l],o.hasOwnProperty(l)&&null!=a&&!n.hasOwnProperty(l))switch(l){case"value":case"children":break;default:th(e,t,l,null,n,a)}for(s in n)if(a=n[s],i=o[s],n.hasOwnProperty(s)&&(null!=a||null!=i))switch(s){case"value":m=a;break;case"defaultValue":b=a;break;case"children":break;case"dangerouslySetInnerHTML":if(null!=a)throw Error(r(91));break;default:a!==i&&th(e,t,s,a,n,i)}return void wt(e,m,b);case"option":for(var p in o)m=o[p],o.hasOwnProperty(p)&&null!=m&&!n.hasOwnProperty(p)&&("selected"===p?e.selected=!1:th(e,t,p,null,n,m));for(d in n)m=n[d],b=o[d],!n.hasOwnProperty(d)||m===b||null==m&&null==b||("selected"===d?e.selected=m&&"function"!=typeof m&&"symbol"!=typeof m:th(e,t,d,m,n,b));return;case"img":case"link":case"area":case"base":case"br":case"col":case"embed":case"hr":case"keygen":case"meta":case"param":case"source":case"track":case"wbr":case"menuitem":for(var f in o)m=o[f],o.hasOwnProperty(f)&&null!=m&&!n.hasOwnProperty(f)&&th(e,t,f,null,n,m);for(c in n)if(m=n[c],b=o[c],n.hasOwnProperty(c)&&m!==b&&(null!=m||null!=b))switch(c){case"children":case"dangerouslySetInnerHTML":if(null!=m)throw Error(r(137,t));break;default:th(e,t,c,m,n,b)}return;default:if(Tt(t)){for(var g in o)m=o[g],o.hasOwnProperty(g)&&void 0!==m&&!n.hasOwnProperty(g)&&oh(e,t,g,void 0,n,m);for(h in n)m=n[h],b=o[h],!n.hasOwnProperty(h)||m===b||void 0===m&&void 0===b||oh(e,t,h,m,n,b);return}}for(var v in o)m=o[v],o.hasOwnProperty(v)&&null!=m&&!n.hasOwnProperty(v)&&th(e,t,v,null,n,m);for(u in n)m=n[u],b=o[u],!n.hasOwnProperty(u)||m===b||null==m&&null==b||th(e,t,u,m,n,b)}(n,e.type,o,t),n[Ae]=t}catch(a){mc(e,e.return,a)}}function gl(e){return 5===e.tag||3===e.tag||26===e.tag||27===e.tag&&fh(e.type)||4===e.tag}function vl(e){e:for(;;){for(;null===e.sibling;){if(null===e.return||gl(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;5!==e.tag&&6!==e.tag&&18!==e.tag;){if(27===e.tag&&fh(e.type))continue e;if(2&e.flags)continue e;if(null===e.child||4===e.tag)continue e;e.child.return=e,e=e.child}if(!(2&e.flags))return e.stateNode}}function yl(e,t,o){var r=e.tag;if(5===r||6===r)e=e.stateNode,t?(9===o.nodeType?o.body:"HTML"===o.nodeName?o.ownerDocument.body:o).insertBefore(e,t):((t=9===o.nodeType?o.body:"HTML"===o.nodeName?o.ownerDocument.body:o).appendChild(e),null!=(o=o._reactRootContainer)||null!==t.onclick||(t.onclick=eh));else if(4!==r&&(27===r&&fh(e.type)&&(o=e.stateNode,t=null),null!==(e=e.child)))for(yl(e,t,o),e=e.sibling;null!==e;)yl(e,t,o),e=e.sibling}function kl(e,t,o){var r=e.tag;if(5===r||6===r)e=e.stateNode,t?o.insertBefore(e,t):o.appendChild(e);else if(4!==r&&(27===r&&fh(e.type)&&(o=e.stateNode),null!==(e=e.child)))for(kl(e,t,o),e=e.sibling;null!==e;)kl(e,t,o),e=e.sibling}function xl(e){var t=e.stateNode,o=e.memoizedProps;try{for(var r=e.type,n=t.attributes;n.length;)t.removeAttributeNode(n[0]);rh(t,r,o),t[Pe]=e,t[Ae]=o}catch(a){mc(e,e.return,a)}}var wl=!1,Sl=!1,Cl=!1,El="function"==typeof WeakSet?WeakSet:Set,Ll=null;function _l(e,t,o){var r=o.flags;switch(o.tag){case 0:case 11:case 15:jl(e,o),4&r&&dl(5,o);break;case 1:if(jl(e,o),4&r)if(e=o.stateNode,null===t)try{e.componentDidMount()}catch(i){mc(o,o.return,i)}else{var n=ys(o.type,t.memoizedProps);t=t.memoizedState;try{e.componentDidUpdate(n,t,e.__reactInternalSnapshotBeforeUpdate)}catch(s){mc(o,o.return,s)}}64&r&&hl(o),512&r&&ml(o,o.return);break;case 3:if(jl(e,o),64&r&&null!==(e=o.updateQueue)){if(t=null,null!==o.child)switch(o.child.tag){case 27:case 5:case 1:t=o.child.stateNode}try{pa(e,t)}catch(i){mc(o,o.return,i)}}break;case 27:null===t&&4&r&&xl(o);case 26:case 5:jl(e,o),null===t&&4&r&&pl(o),512&r&&ml(o,o.return);break;case 12:jl(e,o);break;case 13:jl(e,o),4&r&&Rl(e,o),64&r&&null!==(e=o.memoizedState)&&null!==(e=e.dehydrated)&&function(e,t){var o=e.ownerDocument;if("$?"!==e.data||"complete"===o.readyState)t();else{var r=function(){t(),o.removeEventListener("DOMContentLoaded",r)};o.addEventListener("DOMContentLoaded",r),e._reactRetry=r}}(e,o=gc.bind(null,o));break;case 22:if(!(r=null!==o.memoizedState||wl)){t=null!==t&&null!==t.memoizedState||Sl,n=wl;var a=Sl;wl=r,(Sl=t)&&!a?Bl(e,o,!!(8772&o.subtreeFlags)):jl(e,o),wl=n,Sl=a}break;case 30:break;default:jl(e,o)}}function Tl(e){var t=e.alternate;null!==t&&(e.alternate=null,Tl(t)),e.child=null,e.deletions=null,e.sibling=null,5===e.tag&&null!==(t=e.stateNode)&&Be(t),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}var Il=null,zl=!1;function Ol(e,t,o){for(o=o.child;null!==o;)$l(e,t,o),o=o.sibling}function $l(e,t,o){if(me&&"function"==typeof me.onCommitFiberUnmount)try{me.onCommitFiberUnmount(ue,o)}catch(Cw){}switch(o.tag){case 26:Sl||bl(o,t),Ol(e,t,o),o.memoizedState?o.memoizedState.count--:o.stateNode&&(o=o.stateNode).parentNode.removeChild(o);break;case 27:Sl||bl(o,t);var r=Il,n=zl;fh(o.type)&&(Il=o.stateNode,zl=!1),Ol(e,t,o),Ch(o.stateNode),Il=r,zl=n;break;case 5:Sl||bl(o,t);case 6:if(r=Il,n=zl,Il=null,Ol(e,t,o),zl=n,null!==(Il=r))if(zl)try{(9===Il.nodeType?Il.body:"HTML"===Il.nodeName?Il.ownerDocument.body:Il).removeChild(o.stateNode)}catch(a){mc(o,t,a)}else try{Il.removeChild(o.stateNode)}catch(a){mc(o,t,a)}break;case 18:null!==Il&&(zl?(gh(9===(e=Il).nodeType?e.body:"HTML"===e.nodeName?e.ownerDocument.body:e,o.stateNode),zu(e)):gh(Il,o.stateNode));break;case 4:r=Il,n=zl,Il=o.stateNode.containerInfo,zl=!0,Ol(e,t,o),Il=r,zl=n;break;case 0:case 11:case 14:case 15:Sl||cl(2,o,t),Sl||cl(4,o,t),Ol(e,t,o);break;case 1:Sl||(bl(o,t),"function"==typeof(r=o.stateNode).componentWillUnmount&&ul(o,t,r)),Ol(e,t,o);break;case 21:Ol(e,t,o);break;case 22:Sl=(r=Sl)||null!==o.memoizedState,Ol(e,t,o),Sl=r;break;default:Ol(e,t,o)}}function Rl(e,t){if(null===t.memoizedState&&null!==(e=t.alternate)&&null!==(e=e.memoizedState)&&null!==(e=e.dehydrated))try{zu(e)}catch(o){mc(t,t.return,o)}}function Pl(e,t){var o=function(e){switch(e.tag){case 13:case 19:var t=e.stateNode;return null===t&&(t=e.stateNode=new El),t;case 22:return null===(t=(e=e.stateNode)._retryCache)&&(t=e._retryCache=new El),t;default:throw Error(r(435,e.tag))}}(e);t.forEach(function(t){var r=vc.bind(null,e,t);o.has(t)||(o.add(t),t.then(r,r))})}function Al(e,t){var o=t.deletions;if(null!==o)for(var n=0;n<o.length;n++){var a=o[n],i=e,s=t,l=s;e:for(;null!==l;){switch(l.tag){case 27:if(fh(l.type)){Il=l.stateNode,zl=!1;break e}break;case 5:Il=l.stateNode,zl=!1;break e;case 3:case 4:Il=l.stateNode.containerInfo,zl=!0;break e}l=l.return}if(null===Il)throw Error(r(160));$l(i,s,a),Il=null,zl=!1,null!==(i=a.alternate)&&(i.return=null),a.return=null}if(13878&t.subtreeFlags)for(t=t.child;null!==t;)Ml(t,e),t=t.sibling}var Nl=null;function Ml(e,t){var o=e.alternate,n=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:Al(t,e),Dl(e),4&n&&(cl(3,e,e.return),dl(3,e),cl(5,e,e.return));break;case 1:Al(t,e),Dl(e),512&n&&(Sl||null===o||bl(o,o.return)),64&n&&wl&&null!==(e=e.updateQueue)&&null!==(n=e.callbacks)&&(o=e.shared.hiddenCallbacks,e.shared.hiddenCallbacks=null===o?n:o.concat(n));break;case 26:var a=Nl;if(Al(t,e),Dl(e),512&n&&(Sl||null===o||bl(o,o.return)),4&n){var i=null!==o?o.memoizedState:null;if(n=e.memoizedState,null===o)if(null===n)if(null===e.stateNode){e:{n=e.type,o=e.memoizedProps,a=a.ownerDocument||a;t:switch(n){case"title":(!(i=a.getElementsByTagName("title")[0])||i[Fe]||i[Pe]||"http://www.w3.org/2000/svg"===i.namespaceURI||i.hasAttribute("itemprop"))&&(i=a.createElement(n),a.head.insertBefore(i,a.querySelector("head > title"))),rh(i,n,o),i[Pe]=e,Ze(i),n=i;break e;case"link":var s=Bh("link","href",a).get(n+(o.href||""));if(s)for(var l=0;l<s.length;l++)if((i=s[l]).getAttribute("href")===(null==o.href||""===o.href?null:o.href)&&i.getAttribute("rel")===(null==o.rel?null:o.rel)&&i.getAttribute("title")===(null==o.title?null:o.title)&&i.getAttribute("crossorigin")===(null==o.crossOrigin?null:o.crossOrigin)){s.splice(l,1);break t}rh(i=a.createElement(n),n,o),a.head.appendChild(i);break;case"meta":if(s=Bh("meta","content",a).get(n+(o.content||"")))for(l=0;l<s.length;l++)if((i=s[l]).getAttribute("content")===(null==o.content?null:""+o.content)&&i.getAttribute("name")===(null==o.name?null:o.name)&&i.getAttribute("property")===(null==o.property?null:o.property)&&i.getAttribute("http-equiv")===(null==o.httpEquiv?null:o.httpEquiv)&&i.getAttribute("charset")===(null==o.charSet?null:o.charSet)){s.splice(l,1);break t}rh(i=a.createElement(n),n,o),a.head.appendChild(i);break;default:throw Error(r(468,n))}i[Pe]=e,Ze(i),n=i}e.stateNode=n}else Hh(a,e.type,e.stateNode);else e.stateNode=Mh(a,n,e.memoizedProps);else i!==n?(null===i?null!==o.stateNode&&(o=o.stateNode).parentNode.removeChild(o):i.count--,null===n?Hh(a,e.type,e.stateNode):Mh(a,n,e.memoizedProps)):null===n&&null!==e.stateNode&&fl(e,e.memoizedProps,o.memoizedProps)}break;case 27:Al(t,e),Dl(e),512&n&&(Sl||null===o||bl(o,o.return)),null!==o&&4&n&&fl(e,e.memoizedProps,o.memoizedProps);break;case 5:if(Al(t,e),Dl(e),512&n&&(Sl||null===o||bl(o,o.return)),32&e.flags){a=e.stateNode;try{Ct(a,"")}catch(b){mc(e,e.return,b)}}4&n&&null!=e.stateNode&&fl(e,a=e.memoizedProps,null!==o?o.memoizedProps:a),1024&n&&(Cl=!0);break;case 6:if(Al(t,e),Dl(e),4&n){if(null===e.stateNode)throw Error(r(162));n=e.memoizedProps,o=e.stateNode;try{o.nodeValue=n}catch(b){mc(e,e.return,b)}}break;case 3:if(Fh=null,a=Nl,Nl=_h(t.containerInfo),Al(t,e),Nl=a,Dl(e),4&n&&null!==o&&o.memoizedState.isDehydrated)try{zu(t.containerInfo)}catch(b){mc(e,e.return,b)}Cl&&(Cl=!1,Vl(e));break;case 4:n=Nl,Nl=_h(e.stateNode.containerInfo),Al(t,e),Dl(e),Nl=n;break;case 12:default:Al(t,e),Dl(e);break;case 13:Al(t,e),Dl(e),8192&e.child.flags&&null!==e.memoizedState!=(null!==o&&null!==o.memoizedState)&&(Cd=re()),4&n&&null!==(n=e.updateQueue)&&(e.updateQueue=null,Pl(e,n));break;case 22:a=null!==e.memoizedState;var d=null!==o&&null!==o.memoizedState,c=wl,h=Sl;if(wl=c||a,Sl=h||d,Al(t,e),Sl=h,wl=c,Dl(e),8192&n)e:for(t=e.stateNode,t._visibility=a?-2&t._visibility:1|t._visibility,a&&(null===o||d||wl||Sl||Fl(e)),o=null,t=e;;){if(5===t.tag||26===t.tag){if(null===o){d=o=t;try{if(i=d.stateNode,a)"function"==typeof(s=i.style).setProperty?s.setProperty("display","none","important"):s.display="none";else{l=d.stateNode;var u=d.memoizedProps.style,m=null!=u&&u.hasOwnProperty("display")?u.display:null;l.style.display=null==m||"boolean"==typeof m?"":(""+m).trim()}}catch(b){mc(d,d.return,b)}}}else if(6===t.tag){if(null===o){d=t;try{d.stateNode.nodeValue=a?"":d.memoizedProps}catch(b){mc(d,d.return,b)}}}else if((22!==t.tag&&23!==t.tag||null===t.memoizedState||t===e)&&null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break e;for(;null===t.sibling;){if(null===t.return||t.return===e)break e;o===t&&(o=null),t=t.return}o===t&&(o=null),t.sibling.return=t.return,t=t.sibling}4&n&&null!==(n=e.updateQueue)&&null!==(o=n.retryQueue)&&(n.retryQueue=null,Pl(e,o));break;case 19:Al(t,e),Dl(e),4&n&&null!==(n=e.updateQueue)&&(e.updateQueue=null,Pl(e,n));case 30:case 21:}}function Dl(e){var t=e.flags;if(2&t){try{for(var o,n=e.return;null!==n;){if(gl(n)){o=n;break}n=n.return}if(null==o)throw Error(r(160));switch(o.tag){case 27:var a=o.stateNode;kl(e,vl(e),a);break;case 5:var i=o.stateNode;32&o.flags&&(Ct(i,""),o.flags&=-33),kl(e,vl(e),i);break;case 3:case 4:var s=o.stateNode.containerInfo;yl(e,vl(e),s);break;default:throw Error(r(161))}}catch(l){mc(e,e.return,l)}e.flags&=-3}4096&t&&(e.flags&=-4097)}function Vl(e){if(1024&e.subtreeFlags)for(e=e.child;null!==e;){var t=e;Vl(t),5===t.tag&&1024&t.flags&&t.stateNode.reset(),e=e.sibling}}function jl(e,t){if(8772&t.subtreeFlags)for(t=t.child;null!==t;)_l(e,t.alternate,t),t=t.sibling}function Fl(e){for(e=e.child;null!==e;){var t=e;switch(t.tag){case 0:case 11:case 14:case 15:cl(4,t,t.return),Fl(t);break;case 1:bl(t,t.return);var o=t.stateNode;"function"==typeof o.componentWillUnmount&&ul(t,t.return,o),Fl(t);break;case 27:Ch(t.stateNode);case 26:case 5:bl(t,t.return),Fl(t);break;case 22:null===t.memoizedState&&Fl(t);break;default:Fl(t)}e=e.sibling}}function Bl(e,t,o){for(o=o&&!!(8772&t.subtreeFlags),t=t.child;null!==t;){var r=t.alternate,n=e,a=t,i=a.flags;switch(a.tag){case 0:case 11:case 15:Bl(n,a,o),dl(4,a);break;case 1:if(Bl(n,a,o),"function"==typeof(n=(r=a).stateNode).componentDidMount)try{n.componentDidMount()}catch(d){mc(r,r.return,d)}if(null!==(n=(r=a).updateQueue)){var s=r.stateNode;try{var l=n.shared.hiddenCallbacks;if(null!==l)for(n.shared.hiddenCallbacks=null,n=0;n<l.length;n++)ba(l[n],s)}catch(d){mc(r,r.return,d)}}o&&64&i&&hl(a),ml(a,a.return);break;case 27:xl(a);case 26:case 5:Bl(n,a,o),o&&null===r&&4&i&&pl(a),ml(a,a.return);break;case 12:Bl(n,a,o);break;case 13:Bl(n,a,o),o&&4&i&&Rl(n,a);break;case 22:null===a.memoizedState&&Bl(n,a,o),ml(a,a.return);break;case 30:break;default:Bl(n,a,o)}t=t.sibling}}function Hl(e,t){var o=null;null!==e&&null!==e.memoizedState&&null!==e.memoizedState.cachePool&&(o=e.memoizedState.cachePool.pool),e=null,null!==t.memoizedState&&null!==t.memoizedState.cachePool&&(e=t.memoizedState.cachePool.pool),e!==o&&(null!=e&&e.refCount++,null!=o&&Mn(o))}function Wl(e,t){e=null,null!==t.alternate&&(e=t.alternate.memoizedState.cache),(t=t.memoizedState.cache)!==e&&(t.refCount++,null!=e&&Mn(e))}function Ul(e,t,o,r){if(10256&t.subtreeFlags)for(t=t.child;null!==t;)ql(e,t,o,r),t=t.sibling}function ql(e,t,o,r){var n=t.flags;switch(t.tag){case 0:case 11:case 15:Ul(e,t,o,r),2048&n&&dl(9,t);break;case 1:case 13:default:Ul(e,t,o,r);break;case 3:Ul(e,t,o,r),2048&n&&(e=null,null!==t.alternate&&(e=t.alternate.memoizedState.cache),(t=t.memoizedState.cache)!==e&&(t.refCount++,null!=e&&Mn(e)));break;case 12:if(2048&n){Ul(e,t,o,r),e=t.stateNode;try{var a=t.memoizedProps,i=a.id,s=a.onPostCommit;"function"==typeof s&&s(i,null===t.alternate?"mount":"update",e.passiveEffectDuration,-0)}catch(l){mc(t,t.return,l)}}else Ul(e,t,o,r);break;case 23:break;case 22:a=t.stateNode,i=t.alternate,null!==t.memoizedState?2&a._visibility?Ul(e,t,o,r):Yl(e,t):2&a._visibility?Ul(e,t,o,r):(a._visibility|=2,Zl(e,t,o,r,!!(10256&t.subtreeFlags))),2048&n&&Hl(i,t);break;case 24:Ul(e,t,o,r),2048&n&&Wl(t.alternate,t)}}function Zl(e,t,o,r,n){for(n=n&&!!(10256&t.subtreeFlags),t=t.child;null!==t;){var a=e,i=t,s=o,l=r,d=i.flags;switch(i.tag){case 0:case 11:case 15:Zl(a,i,s,l,n),dl(8,i);break;case 23:break;case 22:var c=i.stateNode;null!==i.memoizedState?2&c._visibility?Zl(a,i,s,l,n):Yl(a,i):(c._visibility|=2,Zl(a,i,s,l,n)),n&&2048&d&&Hl(i.alternate,i);break;case 24:Zl(a,i,s,l,n),n&&2048&d&&Wl(i.alternate,i);break;default:Zl(a,i,s,l,n)}t=t.sibling}}function Yl(e,t){if(10256&t.subtreeFlags)for(t=t.child;null!==t;){var o=e,r=t,n=r.flags;switch(r.tag){case 22:Yl(o,r),2048&n&&Hl(r.alternate,r);break;case 24:Yl(o,r),2048&n&&Wl(r.alternate,r);break;default:Yl(o,r)}t=t.sibling}}var Xl=8192;function Gl(e){if(e.subtreeFlags&Xl)for(e=e.child;null!==e;)Kl(e),e=e.sibling}function Kl(e){switch(e.tag){case 26:Gl(e),e.flags&Xl&&null!==e.memoizedState&&function(e,t,o){if(null===Uh)throw Error(r(475));var n=Uh;if(!("stylesheet"!==t.type||"string"==typeof o.media&&!1===matchMedia(o.media).matches||4&t.state.loading)){if(null===t.instance){var a=$h(o.href),i=e.querySelector(Rh(a));if(i)return null!==(e=i._p)&&"object"==typeof e&&"function"==typeof e.then&&(n.count++,n=Zh.bind(n),e.then(n,n)),t.state.loading|=4,t.instance=i,void Ze(i);i=e.ownerDocument||e,o=Ph(o),(a=Eh.get(a))&&Vh(o,a),Ze(i=i.createElement("link"));var s=i;s._p=new Promise(function(e,t){s.onload=e,s.onerror=t}),rh(i,"link",o),t.instance=i}null===n.stylesheets&&(n.stylesheets=new Map),n.stylesheets.set(t,e),(e=t.state.preload)&&!(3&t.state.loading)&&(n.count++,t=Zh.bind(n),e.addEventListener("load",t),e.addEventListener("error",t))}}(Nl,e.memoizedState,e.memoizedProps);break;case 5:default:Gl(e);break;case 3:case 4:var t=Nl;Nl=_h(e.stateNode.containerInfo),Gl(e),Nl=t;break;case 22:null===e.memoizedState&&(null!==(t=e.alternate)&&null!==t.memoizedState?(t=Xl,Xl=16777216,Gl(e),Xl=t):Gl(e))}}function Ql(e){var t=e.alternate;if(null!==t&&null!==(e=t.child)){t.child=null;do{t=e.sibling,e.sibling=null,e=t}while(null!==e)}}function Jl(e){var t=e.deletions;if(16&e.flags){if(null!==t)for(var o=0;o<t.length;o++){var r=t[o];Ll=r,od(r,e)}Ql(e)}if(10256&e.subtreeFlags)for(e=e.child;null!==e;)ed(e),e=e.sibling}function ed(e){switch(e.tag){case 0:case 11:case 15:Jl(e),2048&e.flags&&cl(9,e,e.return);break;case 3:case 12:default:Jl(e);break;case 22:var t=e.stateNode;null!==e.memoizedState&&2&t._visibility&&(null===e.return||13!==e.return.tag)?(t._visibility&=-3,td(e)):Jl(e)}}function td(e){var t=e.deletions;if(16&e.flags){if(null!==t)for(var o=0;o<t.length;o++){var r=t[o];Ll=r,od(r,e)}Ql(e)}for(e=e.child;null!==e;){switch((t=e).tag){case 0:case 11:case 15:cl(8,t,t.return),td(t);break;case 22:2&(o=t.stateNode)._visibility&&(o._visibility&=-3,td(t));break;default:td(t)}e=e.sibling}}function od(e,t){for(;null!==Ll;){var o=Ll;switch(o.tag){case 0:case 11:case 15:cl(8,o,t);break;case 23:case 22:if(null!==o.memoizedState&&null!==o.memoizedState.cachePool){var r=o.memoizedState.cachePool.pool;null!=r&&r.refCount++}break;case 24:Mn(o.memoizedState.cache)}if(null!==(r=o.child))r.return=o,Ll=r;else e:for(o=e;null!==Ll;){var n=(r=Ll).sibling,a=r.return;if(Tl(r),r===o){Ll=null;break e}if(null!==n){n.return=a,Ll=n;break e}Ll=a}}}var rd={getCacheForType:function(e){var t=In(An),o=t.data.get(e);return void 0===o&&(o=e(),t.data.set(e,o)),o}},nd="function"==typeof WeakMap?WeakMap:Map,ad=0,id=null,sd=null,ld=0,dd=0,cd=null,hd=!1,ud=!1,md=!1,bd=0,pd=0,fd=0,gd=0,vd=0,yd=0,kd=0,xd=null,wd=null,Sd=!1,Cd=0,Ed=1/0,Ld=null,_d=null,Td=0,Id=null,zd=null,Od=0,$d=0,Rd=null,Pd=null,Ad=0,Nd=null;function Md(){return 2&ad&&0!==ld?ld&-ld:null!==N.T?0!==jn?jn:$c():$e()}function Dd(){0===yd&&(yd=536870912&ld&&!ln?536870912:Ce());var e=is.current;return null!==e&&(e.flags|=32),yd}function Vd(e,t,o){(e!==id||2!==dd&&9!==dd)&&null===e.cancelPendingCommit||(qd(e,0),Hd(e,ld,yd,!1)),_e(e,o),2&ad&&e===id||(e===id&&(!(2&ad)&&(gd|=o),4===pd&&Hd(e,ld,yd,!1)),Ec(e))}function jd(e,t,o){if(6&ad)throw Error(r(327));for(var n=!o&&!(124&t)&&0===(t&e.expiredLanes)||we(e,t),a=n?function(e,t){var o=ad;ad|=2;var n=Yd(),a=Xd();id!==e||ld!==t?(Ld=null,Ed=re()+500,qd(e,t)):ud=we(e,t);e:for(;;)try{if(0!==dd&&null!==sd){t=sd;var i=cd;t:switch(dd){case 1:dd=0,cd=null,oc(e,t,i,1);break;case 2:case 9:if(Qn(i)){dd=0,cd=null,tc(t);break}t=function(){2!==dd&&9!==dd||id!==e||(dd=7),Ec(e)},i.then(t,t);break e;case 3:dd=7;break e;case 4:dd=5;break e;case 7:Qn(i)?(dd=0,cd=null,tc(t)):(dd=0,cd=null,oc(e,t,i,7));break;case 5:var s=null;switch(sd.tag){case 26:s=sd.memoizedState;case 5:case 27:var l=sd;if(!s||Wh(s)){dd=0,cd=null;var d=l.sibling;if(null!==d)sd=d;else{var c=l.return;null!==c?(sd=c,rc(c)):sd=null}break t}}dd=0,cd=null,oc(e,t,i,5);break;case 6:dd=0,cd=null,oc(e,t,i,6);break;case 8:Ud(),pd=6;break e;default:throw Error(r(462))}}Jd();break}catch(h){Zd(e,h)}return xn=kn=null,N.H=n,N.A=a,ad=o,null!==sd?0:(id=null,ld=0,zr(),pd)}(e,t):Kd(e,t,!0),i=n;;){if(0===a){ud&&!n&&Hd(e,t,0,!1);break}if(o=e.current.alternate,!i||Bd(o)){if(2===a){if(i=t,e.errorRecoveryDisabledLanes&i)var s=0;else s=0!=(s=-536870913&e.pendingLanes)?s:536870912&s?536870912:0;if(0!==s){t=s;e:{var l=e;a=xd;var d=l.current.memoizedState.isDehydrated;if(d&&(qd(l,s).flags|=256),2!==(s=Kd(l,s,!1))){if(md&&!d){l.errorRecoveryDisabledLanes|=i,gd|=i,a=4;break e}i=wd,wd=a,null!==i&&(null===wd?wd=i:wd.push.apply(wd,i))}a=s}if(i=!1,2!==a)continue}}if(1===a){qd(e,0),Hd(e,t,0,!0);break}e:{switch(n=e,i=a){case 0:case 1:throw Error(r(345));case 4:if((4194048&t)!==t)break;case 6:Hd(n,t,yd,!hd);break e;case 2:wd=null;break;case 3:case 5:break;default:throw Error(r(329))}if((62914560&t)===t&&10<(a=Cd+300-re())){if(Hd(n,t,yd,!hd),0!==xe(n,0,!0))break e;n.timeoutHandle=hh(Fd.bind(null,n,o,wd,Ld,Sd,t,yd,gd,kd,hd,i,2,-0,0),a)}else Fd(n,o,wd,Ld,Sd,t,yd,gd,kd,hd,i,0,-0,0)}break}a=Kd(e,t,!1),i=!1}Ec(e)}function Fd(e,t,o,n,a,i,s,l,d,c,h,u,m,b){if(e.timeoutHandle=-1,(8192&(u=t.subtreeFlags)||!(16785408&~u))&&(Uh={stylesheets:null,count:0,unsuspend:qh},Kl(t),null!==(u=function(){if(null===Uh)throw Error(r(475));var e=Uh;return e.stylesheets&&0===e.count&&Xh(e,e.stylesheets),0<e.count?function(t){var o=setTimeout(function(){if(e.stylesheets&&Xh(e,e.stylesheets),e.unsuspend){var t=e.unsuspend;e.unsuspend=null,t()}},6e4);return e.unsuspend=t,function(){e.unsuspend=null,clearTimeout(o)}}:null}())))return e.cancelPendingCommit=u(ac.bind(null,e,t,i,o,n,a,s,l,d,h,1,m,b)),void Hd(e,i,s,!c);ac(e,t,i,o,n,a,s,l,d)}function Bd(e){for(var t=e;;){var o=t.tag;if((0===o||11===o||15===o)&&16384&t.flags&&null!==(o=t.updateQueue)&&null!==(o=o.stores))for(var r=0;r<o.length;r++){var n=o[r],a=n.getSnapshot;n=n.value;try{if(!Ko(a(),n))return!1}catch(i){return!1}}if(o=t.child,16384&t.subtreeFlags&&null!==o)o.return=t,t=o;else{if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function Hd(e,t,o,r){t&=~vd,t&=~gd,e.suspendedLanes|=t,e.pingedLanes&=~t,r&&(e.warmLanes|=t),r=e.expirationTimes;for(var n=t;0<n;){var a=31-pe(n),i=1<<a;r[a]=-1,n&=~i}0!==o&&Te(e,o,t)}function Wd(){return!!(6&ad)||(Lc(0),!1)}function Ud(){if(null!==sd){if(0===dd)var e=sd.return;else xn=kn=null,ja(e=sd),Ki=null,Qi=0,e=sd;for(;null!==e;)ll(e.alternate,e),e=e.return;sd=null}}function qd(e,t){var o=e.timeoutHandle;-1!==o&&(e.timeoutHandle=-1,uh(o)),null!==(o=e.cancelPendingCommit)&&(e.cancelPendingCommit=null,o()),Ud(),id=e,sd=o=jr(e.current,null),ld=t,dd=0,cd=null,hd=!1,ud=we(e,t),md=!1,kd=yd=vd=gd=fd=pd=0,wd=xd=null,Sd=!1,8&t&&(t|=32&t);var r=e.entangledLanes;if(0!==r)for(e=e.entanglements,r&=t;0<r;){var n=31-pe(r),a=1<<n;t|=e[n],r&=~a}return bd=t,zr(),o}function Zd(e,t){wa=null,N.H=Zi,t===Yn||t===Gn?(t=oa(),dd=3):t===Xn?(t=oa(),dd=4):dd=t===Is?8:null!==t&&"object"==typeof t&&"function"==typeof t.then?6:1,cd=t,null===sd&&(pd=1,Cs(e,Lr(t,e.current)))}function Yd(){var e=N.H;return N.H=Zi,null===e?Zi:e}function Xd(){var e=N.A;return N.A=rd,e}function Gd(){pd=4,hd||(4194048&ld)!==ld&&null!==is.current||(ud=!0),!(134217727&fd)&&!(134217727&gd)||null===id||Hd(id,ld,yd,!1)}function Kd(e,t,o){var r=ad;ad|=2;var n=Yd(),a=Xd();id===e&&ld===t||(Ld=null,qd(e,t)),t=!1;var i=pd;e:for(;;)try{if(0!==dd&&null!==sd){var s=sd,l=cd;switch(dd){case 8:Ud(),i=6;break e;case 3:case 2:case 9:case 6:null===is.current&&(t=!0);var d=dd;if(dd=0,cd=null,oc(e,s,l,d),o&&ud){i=0;break e}break;default:d=dd,dd=0,cd=null,oc(e,s,l,d)}}Qd(),i=pd;break}catch(c){Zd(e,c)}return t&&e.shellSuspendCounter++,xn=kn=null,ad=r,N.H=n,N.A=a,null===sd&&(id=null,ld=0,zr()),i}function Qd(){for(;null!==sd;)ec(sd)}function Jd(){for(;null!==sd&&!te();)ec(sd)}function ec(e){var t=el(e.alternate,e,bd);e.memoizedProps=e.pendingProps,null===t?rc(e):sd=t}function tc(e){var t=e,o=t.alternate;switch(t.tag){case 15:case 0:t=Vs(o,t,t.pendingProps,t.type,void 0,ld);break;case 11:t=Vs(o,t,t.pendingProps,t.type.render,t.ref,ld);break;case 5:ja(t);default:ll(o,t),t=el(o,t=sd=Fr(t,bd),bd)}e.memoizedProps=e.pendingProps,null===t?rc(e):sd=t}function oc(e,t,o,n){xn=kn=null,ja(t),Ki=null,Qi=0;var a=t.return;try{if(function(e,t,o,n,a){if(o.flags|=32768,null!==n&&"object"==typeof n&&"function"==typeof n.then){if(null!==(t=o.alternate)&&Ln(t,o,a,!0),null!==(o=is.current)){switch(o.tag){case 13:return null===ss?Gd():null===o.alternate&&0===pd&&(pd=3),o.flags&=-257,o.flags|=65536,o.lanes=a,n===Kn?o.flags|=16384:(null===(t=o.updateQueue)?o.updateQueue=new Set([n]):t.add(n),bc(e,n,a)),!1;case 22:return o.flags|=65536,n===Kn?o.flags|=16384:(null===(t=o.updateQueue)?(t={transitions:null,markerInstances:null,retryQueue:new Set([n])},o.updateQueue=t):null===(o=t.retryQueue)?t.retryQueue=new Set([n]):o.add(n),bc(e,n,a)),!1}throw Error(r(435,o.tag))}return bc(e,n,a),Gd(),!1}if(ln)return null!==(t=is.current)?(!(65536&t.flags)&&(t.flags|=256),t.flags|=65536,t.lanes=a,n!==hn&&vn(Lr(e=Error(r(422),{cause:n}),o))):(n!==hn&&vn(Lr(t=Error(r(423),{cause:n}),o)),(e=e.current.alternate).flags|=65536,a&=-a,e.lanes|=a,n=Lr(n,o),ca(e,a=Ls(e.stateNode,n,a)),4!==pd&&(pd=2)),!1;var i=Error(r(520),{cause:n});if(i=Lr(i,o),null===xd?xd=[i]:xd.push(i),4!==pd&&(pd=2),null===t)return!0;n=Lr(n,o),o=t;do{switch(o.tag){case 3:return o.flags|=65536,e=a&-a,o.lanes|=e,ca(o,e=Ls(o.stateNode,n,e)),!1;case 1:if(t=o.type,i=o.stateNode,!(128&o.flags||"function"!=typeof t.getDerivedStateFromError&&(null===i||"function"!=typeof i.componentDidCatch||null!==_d&&_d.has(i))))return o.flags|=65536,a&=-a,o.lanes|=a,Ts(a=_s(a),e,o,n),ca(o,a),!1}o=o.return}while(null!==o);return!1}(e,a,t,o,ld))return pd=1,Cs(e,Lr(o,e.current)),void(sd=null)}catch(i){if(null!==a)throw sd=a,i;return pd=1,Cs(e,Lr(o,e.current)),void(sd=null)}32768&t.flags?(ln||1===n?e=!0:ud||536870912&ld?e=!1:(hd=e=!0,(2===n||9===n||3===n||6===n)&&null!==(n=is.current)&&13===n.tag&&(n.flags|=16384)),nc(t,e)):rc(t)}function rc(e){var t=e;do{if(32768&t.flags)return void nc(t,hd);e=t.return;var o=il(t.alternate,t,bd);if(null!==o)return void(sd=o);if(null!==(t=t.sibling))return void(sd=t);sd=t=e}while(null!==t);0===pd&&(pd=5)}function nc(e,t){do{var o=sl(e.alternate,e);if(null!==o)return o.flags&=32767,void(sd=o);if(null!==(o=e.return)&&(o.flags|=32768,o.subtreeFlags=0,o.deletions=null),!t&&null!==(e=e.sibling))return void(sd=e);sd=e=o}while(null!==e);pd=6,sd=null}function ac(e,t,o,n,a,i,s,l,d){e.cancelPendingCommit=null;do{cc()}while(0!==Td);if(6&ad)throw Error(r(327));if(null!==t){if(t===e.current)throw Error(r(177));if(i=t.lanes|t.childLanes,function(e,t,o,r,n,a){var i=e.pendingLanes;e.pendingLanes=o,e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0,e.expiredLanes&=o,e.entangledLanes&=o,e.errorRecoveryDisabledLanes&=o,e.shellSuspendCounter=0;var s=e.entanglements,l=e.expirationTimes,d=e.hiddenUpdates;for(o=i&~o;0<o;){var c=31-pe(o),h=1<<c;s[c]=0,l[c]=-1;var u=d[c];if(null!==u)for(d[c]=null,c=0;c<u.length;c++){var m=u[c];null!==m&&(m.lane&=-536870913)}o&=~h}0!==r&&Te(e,r,0),0!==a&&0===n&&0!==e.tag&&(e.suspendedLanes|=a&~(i&~t))}(e,o,i|=Ir,s,l,d),e===id&&(sd=id=null,ld=0),zd=t,Id=e,Od=o,$d=i,Rd=a,Pd=n,10256&t.subtreeFlags||10256&t.flags?(e.callbackNode=null,e.callbackPriority=0,J(se,function(){return hc(),null})):(e.callbackNode=null,e.callbackPriority=0),n=!!(13878&t.flags),13878&t.subtreeFlags||n){n=N.T,N.T=null,a=M.p,M.p=2,s=ad,ad|=4;try{!function(e,t){if(e=e.containerInfo,nh=au,rr(e=or(e))){if("selectionStart"in e)var o={start:e.selectionStart,end:e.selectionEnd};else e:{var n=(o=(o=e.ownerDocument)&&o.defaultView||window).getSelection&&o.getSelection();if(n&&0!==n.rangeCount){o=n.anchorNode;var a=n.anchorOffset,i=n.focusNode;n=n.focusOffset;try{o.nodeType,i.nodeType}catch(f){o=null;break e}var s=0,l=-1,d=-1,c=0,h=0,u=e,m=null;t:for(;;){for(var b;u!==o||0!==a&&3!==u.nodeType||(l=s+a),u!==i||0!==n&&3!==u.nodeType||(d=s+n),3===u.nodeType&&(s+=u.nodeValue.length),null!==(b=u.firstChild);)m=u,u=b;for(;;){if(u===e)break t;if(m===o&&++c===a&&(l=s),m===i&&++h===n&&(d=s),null!==(b=u.nextSibling))break;m=(u=m).parentNode}u=b}o=-1===l||-1===d?null:{start:l,end:d}}else o=null}o=o||{start:0,end:0}}else o=null;for(ah={focusedElem:e,selectionRange:o},au=!1,Ll=t;null!==Ll;)if(e=(t=Ll).child,1024&t.subtreeFlags&&null!==e)e.return=t,Ll=e;else for(;null!==Ll;){switch(i=(t=Ll).alternate,e=t.flags,t.tag){case 0:case 11:case 15:case 5:case 26:case 27:case 6:case 4:case 17:break;case 1:if(1024&e&&null!==i){e=void 0,o=t,a=i.memoizedProps,i=i.memoizedState,n=o.stateNode;try{var p=ys(o.type,a,(o.elementType,o.type));e=n.getSnapshotBeforeUpdate(p,i),n.__reactInternalSnapshotBeforeUpdate=e}catch(g){mc(o,o.return,g)}}break;case 3:if(1024&e)if(9===(o=(e=t.stateNode.containerInfo).nodeType))vh(e);else if(1===o)switch(e.nodeName){case"HEAD":case"HTML":case"BODY":vh(e);break;default:e.textContent=""}break;default:if(1024&e)throw Error(r(163))}if(null!==(e=t.sibling)){e.return=t.return,Ll=e;break}Ll=t.return}}(e,t)}finally{ad=s,M.p=a,N.T=n}}Td=1,ic(),sc(),lc()}}function ic(){if(1===Td){Td=0;var e=Id,t=zd,o=!!(13878&t.flags);if(13878&t.subtreeFlags||o){o=N.T,N.T=null;var r=M.p;M.p=2;var n=ad;ad|=4;try{Ml(t,e);var a=ah,i=or(e.containerInfo),s=a.focusedElem,l=a.selectionRange;if(i!==s&&s&&s.ownerDocument&&tr(s.ownerDocument.documentElement,s)){if(null!==l&&rr(s)){var d=l.start,c=l.end;if(void 0===c&&(c=d),"selectionStart"in s)s.selectionStart=d,s.selectionEnd=Math.min(c,s.value.length);else{var h=s.ownerDocument||document,u=h&&h.defaultView||window;if(u.getSelection){var m=u.getSelection(),b=s.textContent.length,p=Math.min(l.start,b),f=void 0===l.end?p:Math.min(l.end,b);!m.extend&&p>f&&(i=f,f=p,p=i);var g=er(s,p),v=er(s,f);if(g&&v&&(1!==m.rangeCount||m.anchorNode!==g.node||m.anchorOffset!==g.offset||m.focusNode!==v.node||m.focusOffset!==v.offset)){var y=h.createRange();y.setStart(g.node,g.offset),m.removeAllRanges(),p>f?(m.addRange(y),m.extend(v.node,v.offset)):(y.setEnd(v.node,v.offset),m.addRange(y))}}}}for(h=[],m=s;m=m.parentNode;)1===m.nodeType&&h.push({element:m,left:m.scrollLeft,top:m.scrollTop});for("function"==typeof s.focus&&s.focus(),s=0;s<h.length;s++){var k=h[s];k.element.scrollLeft=k.left,k.element.scrollTop=k.top}}au=!!nh,ah=nh=null}finally{ad=n,M.p=r,N.T=o}}e.current=t,Td=2}}function sc(){if(2===Td){Td=0;var e=Id,t=zd,o=!!(8772&t.flags);if(8772&t.subtreeFlags||o){o=N.T,N.T=null;var r=M.p;M.p=2;var n=ad;ad|=4;try{_l(e,t.alternate,t)}finally{ad=n,M.p=r,N.T=o}}Td=3}}function lc(){if(4===Td||3===Td){Td=0,oe();var e=Id,t=zd,o=Od,r=Pd;10256&t.subtreeFlags||10256&t.flags?Td=5:(Td=0,zd=Id=null,dc(e,e.pendingLanes));var n=e.pendingLanes;if(0===n&&(_d=null),Oe(o),t=t.stateNode,me&&"function"==typeof me.onCommitFiberRoot)try{me.onCommitFiberRoot(ue,t,void 0,!(128&~t.current.flags))}catch(Cw){}if(null!==r){t=N.T,n=M.p,M.p=2,N.T=null;try{for(var a=e.onRecoverableError,i=0;i<r.length;i++){var s=r[i];a(s.value,{componentStack:s.stack})}}finally{N.T=t,M.p=n}}3&Od&&cc(),Ec(e),n=e.pendingLanes,4194090&o&&42&n?e===Nd?Ad++:(Ad=0,Nd=e):Ad=0,Lc(0)}}function dc(e,t){0===(e.pooledCacheLanes&=t)&&null!=(t=e.pooledCache)&&(e.pooledCache=null,Mn(t))}function cc(e){return ic(),sc(),lc(),hc()}function hc(){if(5!==Td)return!1;var e=Id,t=$d;$d=0;var o=Oe(Od),n=N.T,a=M.p;try{M.p=32>o?32:o,N.T=null,o=Rd,Rd=null;var i=Id,s=Od;if(Td=0,zd=Id=null,Od=0,6&ad)throw Error(r(331));var l=ad;if(ad|=4,ed(i.current),ql(i,i.current,s,o),ad=l,Lc(0),me&&"function"==typeof me.onPostCommitFiberRoot)try{me.onPostCommitFiberRoot(ue,i)}catch(Cw){}return!0}finally{M.p=a,N.T=n,dc(e,t)}}function uc(e,t,o){t=Lr(o,t),null!==(e=la(e,t=Ls(e.stateNode,t,2),2))&&(_e(e,2),Ec(e))}function mc(e,t,o){if(3===e.tag)uc(e,e,o);else for(;null!==t;){if(3===t.tag){uc(t,e,o);break}if(1===t.tag){var r=t.stateNode;if("function"==typeof t.type.getDerivedStateFromError||"function"==typeof r.componentDidCatch&&(null===_d||!_d.has(r))){e=Lr(o,e),null!==(r=la(t,o=_s(2),2))&&(Ts(o,r,t,e),_e(r,2),Ec(r));break}}t=t.return}}function bc(e,t,o){var r=e.pingCache;if(null===r){r=e.pingCache=new nd;var n=new Set;r.set(t,n)}else void 0===(n=r.get(t))&&(n=new Set,r.set(t,n));n.has(o)||(md=!0,n.add(o),e=pc.bind(null,e,t,o),t.then(e,e))}function pc(e,t,o){var r=e.pingCache;null!==r&&r.delete(t),e.pingedLanes|=e.suspendedLanes&o,e.warmLanes&=~o,id===e&&(ld&o)===o&&(4===pd||3===pd&&(62914560&ld)===ld&&300>re()-Cd?!(2&ad)&&qd(e,0):vd|=o,kd===ld&&(kd=0)),Ec(e)}function fc(e,t){0===t&&(t=Ee()),null!==(e=Rr(e,t))&&(_e(e,t),Ec(e))}function gc(e){var t=e.memoizedState,o=0;null!==t&&(o=t.retryLane),fc(e,o)}function vc(e,t){var o=0;switch(e.tag){case 13:var n=e.stateNode,a=e.memoizedState;null!==a&&(o=a.retryLane);break;case 19:n=e.stateNode;break;case 22:n=e.stateNode._retryCache;break;default:throw Error(r(314))}null!==n&&n.delete(t),fc(e,o)}var yc=null,kc=null,xc=!1,wc=!1,Sc=!1,Cc=0;function Ec(e){e!==kc&&null===e.next&&(null===kc?yc=kc=e:kc=kc.next=e),wc=!0,xc||(xc=!0,bh(function(){6&ad?J(ae,_c):Tc()}))}function Lc(e,t){if(!Sc&&wc){Sc=!0;do{for(var o=!1,r=yc;null!==r;){if(0!==e){var n=r.pendingLanes;if(0===n)var a=0;else{var i=r.suspendedLanes,s=r.pingedLanes;a=(1<<31-pe(42|e)+1)-1,a=201326741&(a&=n&~(i&~s))?201326741&a|1:a?2|a:0}0!==a&&(o=!0,Oc(r,a))}else a=ld,!(3&(a=xe(r,r===id?a:0,null!==r.cancelPendingCommit||-1!==r.timeoutHandle)))||we(r,a)||(o=!0,Oc(r,a));r=r.next}}while(o);Sc=!1}}function _c(){Tc()}function Tc(){wc=xc=!1;var e,t=0;0!==Cc&&(((e=window.event)&&"popstate"===e.type?e!==ch&&(ch=e,!0):(ch=null,!1))&&(t=Cc),Cc=0);for(var o=re(),r=null,n=yc;null!==n;){var a=n.next,i=Ic(n,o);0===i?(n.next=null,null===r?yc=a:r.next=a,null===a&&(kc=r)):(r=n,(0!==t||3&i)&&(wc=!0)),n=a}Lc(t)}function Ic(e,t){for(var o=e.suspendedLanes,r=e.pingedLanes,n=e.expirationTimes,a=-62914561&e.pendingLanes;0<a;){var i=31-pe(a),s=1<<i,l=n[i];-1===l?0!==(s&o)&&0===(s&r)||(n[i]=Se(s,t)):l<=t&&(e.expiredLanes|=s),a&=~s}if(o=ld,o=xe(e,e===(t=id)?o:0,null!==e.cancelPendingCommit||-1!==e.timeoutHandle),r=e.callbackNode,0===o||e===t&&(2===dd||9===dd)||null!==e.cancelPendingCommit)return null!==r&&null!==r&&ee(r),e.callbackNode=null,e.callbackPriority=0;if(!(3&o)||we(e,o)){if((t=o&-o)===e.callbackPriority)return t;switch(null!==r&&ee(r),Oe(o)){case 2:case 8:o=ie;break;case 32:default:o=se;break;case 268435456:o=de}return r=zc.bind(null,e),o=J(o,r),e.callbackPriority=t,e.callbackNode=o,t}return null!==r&&null!==r&&ee(r),e.callbackPriority=2,e.callbackNode=null,2}function zc(e,t){if(0!==Td&&5!==Td)return e.callbackNode=null,e.callbackPriority=0,null;var o=e.callbackNode;if(cc()&&e.callbackNode!==o)return null;var r=ld;return 0===(r=xe(e,e===id?r:0,null!==e.cancelPendingCommit||-1!==e.timeoutHandle))?null:(jd(e,r,t),Ic(e,re()),null!=e.callbackNode&&e.callbackNode===o?zc.bind(null,e):null)}function Oc(e,t){if(cc())return null;jd(e,t,!0)}function $c(){return 0===Cc&&(Cc=Ce()),Cc}function Rc(e){return null==e||"symbol"==typeof e||"boolean"==typeof e?null:"function"==typeof e?e:Ot(""+e)}function Pc(e,t){var o=t.ownerDocument.createElement("input");return o.name=t.name,o.value=t.value,e.id&&o.setAttribute("form",e.id),t.parentNode.insertBefore(o,t),e=new FormData(e),o.parentNode.removeChild(o),e}for(var Ac=0;Ac<Sr.length;Ac++){var Nc=Sr[Ac];Cr(Nc.toLowerCase(),"on"+(Nc[0].toUpperCase()+Nc.slice(1)))}Cr(pr,"onAnimationEnd"),Cr(fr,"onAnimationIteration"),Cr(gr,"onAnimationStart"),Cr("dblclick","onDoubleClick"),Cr("focusin","onFocus"),Cr("focusout","onBlur"),Cr(vr,"onTransitionRun"),Cr(yr,"onTransitionStart"),Cr(kr,"onTransitionCancel"),Cr(xr,"onTransitionEnd"),Ke("onMouseEnter",["mouseout","mouseover"]),Ke("onMouseLeave",["mouseout","mouseover"]),Ke("onPointerEnter",["pointerout","pointerover"]),Ke("onPointerLeave",["pointerout","pointerover"]),Ge("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),Ge("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),Ge("onBeforeInput",["compositionend","keypress","textInput","paste"]),Ge("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),Ge("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),Ge("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Mc="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Dc=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(Mc));function Vc(e,t){t=!!(4&t);for(var o=0;o<e.length;o++){var r=e[o],n=r.event;r=r.listeners;e:{var a=void 0;if(t)for(var i=r.length-1;0<=i;i--){var s=r[i],l=s.instance,d=s.currentTarget;if(s=s.listener,l!==a&&n.isPropagationStopped())break e;a=s,n.currentTarget=d;try{a(n)}catch(c){ks(c)}n.currentTarget=null,a=l}else for(i=0;i<r.length;i++){if(l=(s=r[i]).instance,d=s.currentTarget,s=s.listener,l!==a&&n.isPropagationStopped())break e;a=s,n.currentTarget=d;try{a(n)}catch(c){ks(c)}n.currentTarget=null,a=l}}}}function jc(e,t){var o=t[Me];void 0===o&&(o=t[Me]=new Set);var r=e+"__bubble";o.has(r)||(Wc(t,e,2,!1),o.add(r))}function Fc(e,t,o){var r=0;t&&(r|=4),Wc(o,e,r,t)}var Bc="_reactListening"+Math.random().toString(36).slice(2);function Hc(e){if(!e[Bc]){e[Bc]=!0,Ye.forEach(function(t){"selectionchange"!==t&&(Dc.has(t)||Fc(t,!1,e),Fc(t,!0,e))});var t=9===e.nodeType?e:e.ownerDocument;null===t||t[Bc]||(t[Bc]=!0,Fc("selectionchange",!1,t))}}function Wc(e,t,o,r){switch(uu(t)){case 2:var n=iu;break;case 8:n=su;break;default:n=lu}o=n.bind(null,t,o,e),n=void 0,!Ft||"touchstart"!==t&&"touchmove"!==t&&"wheel"!==t||(n=!0),r?void 0!==n?e.addEventListener(t,o,{capture:!0,passive:n}):e.addEventListener(t,o,!0):void 0!==n?e.addEventListener(t,o,{passive:n}):e.addEventListener(t,o,!1)}function Uc(e,t,o,r,n){var i=r;if(!(1&t||2&t||null===r))e:for(;;){if(null===r)return;var s=r.tag;if(3===s||4===s){var l=r.stateNode.containerInfo;if(l===n)break;if(4===s)for(s=r.return;null!==s;){var d=s.tag;if((3===d||4===d)&&s.stateNode.containerInfo===n)return;s=s.return}for(;null!==l;){if(null===(s=He(l)))return;if(5===(d=s.tag)||6===d||26===d||27===d){r=i=s;continue e}l=l.parentNode}}r=r.return}Dt(function(){var r=i,n=Rt(o),s=[];e:{var l=wr.get(e);if(void 0!==l){var d=to,c=e;switch(e){case"keypress":if(0===Zt(o))break e;case"keydown":case"keyup":d=go;break;case"focusin":c="focus",d=so;break;case"focusout":c="blur",d=so;break;case"beforeblur":case"afterblur":d=so;break;case"click":if(2===o.button)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":d=ao;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":d=io;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":d=yo;break;case pr:case fr:case gr:d=lo;break;case xr:d=ko;break;case"scroll":case"scrollend":d=ro;break;case"wheel":d=xo;break;case"copy":case"cut":case"paste":d=co;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":d=vo;break;case"toggle":case"beforetoggle":d=wo}var h=!!(4&t),u=!h&&("scroll"===e||"scrollend"===e),m=h?null!==l?l+"Capture":null:l;h=[];for(var b,p=r;null!==p;){var f=p;if(b=f.stateNode,5!==(f=f.tag)&&26!==f&&27!==f||null===b||null===m||null!=(f=Vt(p,m))&&h.push(qc(p,f,b)),u)break;p=p.return}0<h.length&&(l=new d(l,c,null,o,n),s.push({event:l,listeners:h}))}}if(!(7&t)){if(d="mouseout"===e||"pointerout"===e,(!(l="mouseover"===e||"pointerover"===e)||o===$t||!(c=o.relatedTarget||o.fromElement)||!He(c)&&!c[Ne])&&(d||l)&&(l=n.window===n?n:(l=n.ownerDocument)?l.defaultView||l.parentWindow:window,d?(d=r,null!==(c=(c=o.relatedTarget||o.toElement)?He(c):null)&&(u=a(c),h=c.tag,c!==u||5!==h&&27!==h&&6!==h)&&(c=null)):(d=null,c=r),d!==c)){if(h=ao,f="onMouseLeave",m="onMouseEnter",p="mouse","pointerout"!==e&&"pointerover"!==e||(h=vo,f="onPointerLeave",m="onPointerEnter",p="pointer"),u=null==d?l:Ue(d),b=null==c?l:Ue(c),(l=new h(f,p+"leave",d,o,n)).target=u,l.relatedTarget=b,f=null,He(n)===r&&((h=new h(m,p+"enter",c,o,n)).target=b,h.relatedTarget=u,f=h),u=f,d&&c)e:{for(m=c,p=0,b=h=d;b;b=Yc(b))p++;for(b=0,f=m;f;f=Yc(f))b++;for(;0<p-b;)h=Yc(h),p--;for(;0<b-p;)m=Yc(m),b--;for(;p--;){if(h===m||null!==m&&h===m.alternate)break e;h=Yc(h),m=Yc(m)}h=null}else h=null;null!==d&&Xc(s,l,d,h,!1),null!==c&&null!==u&&Xc(s,u,c,h,!0)}if("select"===(d=(l=r?Ue(r):window).nodeName&&l.nodeName.toLowerCase())||"input"===d&&"file"===l.type)var g=jo;else if(Po(l))if(Fo)g=Go;else{g=Yo;var v=Zo}else!(d=l.nodeName)||"input"!==d.toLowerCase()||"checkbox"!==l.type&&"radio"!==l.type?r&&Tt(r.elementType)&&(g=jo):g=Xo;switch(g&&(g=g(e,r))?Ao(s,g,o,n):(v&&v(e,l,r),"focusout"===e&&r&&"number"===l.type&&null!=r.memoizedProps.value&&kt(l,"number",l.value)),v=r?Ue(r):window,e){case"focusin":(Po(v)||"true"===v.contentEditable)&&(ar=v,ir=r,sr=null);break;case"focusout":sr=ir=ar=null;break;case"mousedown":lr=!0;break;case"contextmenu":case"mouseup":case"dragend":lr=!1,dr(s,o,n);break;case"selectionchange":if(nr)break;case"keydown":case"keyup":dr(s,o,n)}var y;if(Co)e:{switch(e){case"compositionstart":var k="onCompositionStart";break e;case"compositionend":k="onCompositionEnd";break e;case"compositionupdate":k="onCompositionUpdate";break e}k=void 0}else $o?zo(e,o)&&(k="onCompositionEnd"):"keydown"===e&&229===o.keyCode&&(k="onCompositionStart");k&&(_o&&"ko"!==o.locale&&($o||"onCompositionStart"!==k?"onCompositionEnd"===k&&$o&&(y=qt()):(Wt="value"in(Ht=n)?Ht.value:Ht.textContent,$o=!0)),0<(v=Zc(r,k)).length&&(k=new ho(k,e,null,o,n),s.push({event:k,listeners:v}),(y||null!==(y=Oo(o)))&&(k.data=y))),(y=Lo?function(e,t){switch(e){case"compositionend":return Oo(t);case"keypress":return 32!==t.which?null:(Io=!0,To);case"textInput":return(e=t.data)===To&&Io?null:e;default:return null}}(e,o):function(e,t){if($o)return"compositionend"===e||!Co&&zo(e,t)?(e=qt(),Ut=Wt=Ht=null,$o=!1,e):null;switch(e){case"paste":default:return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return _o&&"ko"!==t.locale?null:t.data}}(e,o))&&0<(k=Zc(r,"onBeforeInput")).length&&(v=new ho("onBeforeInput","beforeinput",null,o,n),s.push({event:v,listeners:k}),v.data=y),function(e,t,o,r,n){if("submit"===t&&o&&o.stateNode===n){var a=Rc((n[Ae]||null).action),i=r.submitter;i&&null!==(t=(t=i[Ae]||null)?Rc(t.formAction):i.getAttribute("formAction"))&&(a=t,i=null);var s=new to("action","action",null,r,n);e.push({event:s,listeners:[{instance:null,listener:function(){if(r.defaultPrevented){if(0!==Cc){var e=i?Pc(n,i):new FormData(n);Ri(o,{pending:!0,data:e,method:n.method,action:a},null,e)}}else"function"==typeof a&&(s.preventDefault(),e=i?Pc(n,i):new FormData(n),Ri(o,{pending:!0,data:e,method:n.method,action:a},a,e))},currentTarget:n}]})}}(s,e,r,o,n)}Vc(s,t)})}function qc(e,t,o){return{instance:e,listener:t,currentTarget:o}}function Zc(e,t){for(var o=t+"Capture",r=[];null!==e;){var n=e,a=n.stateNode;if(5!==(n=n.tag)&&26!==n&&27!==n||null===a||(null!=(n=Vt(e,o))&&r.unshift(qc(e,n,a)),null!=(n=Vt(e,t))&&r.push(qc(e,n,a))),3===e.tag)return r;e=e.return}return[]}function Yc(e){if(null===e)return null;do{e=e.return}while(e&&5!==e.tag&&27!==e.tag);return e||null}function Xc(e,t,o,r,n){for(var a=t._reactName,i=[];null!==o&&o!==r;){var s=o,l=s.alternate,d=s.stateNode;if(s=s.tag,null!==l&&l===r)break;5!==s&&26!==s&&27!==s||null===d||(l=d,n?null!=(d=Vt(o,a))&&i.unshift(qc(o,d,l)):n||null!=(d=Vt(o,a))&&i.push(qc(o,d,l))),o=o.return}0!==i.length&&e.push({event:t,listeners:i})}var Gc=/\r\n?/g,Kc=/\u0000|\uFFFD/g;function Qc(e){return("string"==typeof e?e:""+e).replace(Gc,"\n").replace(Kc,"")}function Jc(e,t){return t=Qc(t),Qc(e)===t}function eh(){}function th(e,t,o,n,a,i){switch(o){case"children":"string"==typeof n?"body"===t||"textarea"===t&&""===n||Ct(e,n):("number"==typeof n||"bigint"==typeof n)&&"body"!==t&&Ct(e,""+n);break;case"className":nt(e,"class",n);break;case"tabIndex":nt(e,"tabindex",n);break;case"dir":case"role":case"viewBox":case"width":case"height":nt(e,o,n);break;case"style":_t(e,n,i);break;case"data":if("object"!==t){nt(e,"data",n);break}case"src":case"href":if(""===n&&("a"!==t||"href"!==o)){e.removeAttribute(o);break}if(null==n||"function"==typeof n||"symbol"==typeof n||"boolean"==typeof n){e.removeAttribute(o);break}n=Ot(""+n),e.setAttribute(o,n);break;case"action":case"formAction":if("function"==typeof n){e.setAttribute(o,"javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')");break}if("function"==typeof i&&("formAction"===o?("input"!==t&&th(e,t,"name",a.name,a,null),th(e,t,"formEncType",a.formEncType,a,null),th(e,t,"formMethod",a.formMethod,a,null),th(e,t,"formTarget",a.formTarget,a,null)):(th(e,t,"encType",a.encType,a,null),th(e,t,"method",a.method,a,null),th(e,t,"target",a.target,a,null))),null==n||"symbol"==typeof n||"boolean"==typeof n){e.removeAttribute(o);break}n=Ot(""+n),e.setAttribute(o,n);break;case"onClick":null!=n&&(e.onclick=eh);break;case"onScroll":null!=n&&jc("scroll",e);break;case"onScrollEnd":null!=n&&jc("scrollend",e);break;case"dangerouslySetInnerHTML":if(null!=n){if("object"!=typeof n||!("__html"in n))throw Error(r(61));if(null!=(o=n.__html)){if(null!=a.children)throw Error(r(60));e.innerHTML=o}}break;case"multiple":e.multiple=n&&"function"!=typeof n&&"symbol"!=typeof n;break;case"muted":e.muted=n&&"function"!=typeof n&&"symbol"!=typeof n;break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":case"autoFocus":break;case"xlinkHref":if(null==n||"function"==typeof n||"boolean"==typeof n||"symbol"==typeof n){e.removeAttribute("xlink:href");break}o=Ot(""+n),e.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",o);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":null!=n&&"function"!=typeof n&&"symbol"!=typeof n?e.setAttribute(o,""+n):e.removeAttribute(o);break;case"inert":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":n&&"function"!=typeof n&&"symbol"!=typeof n?e.setAttribute(o,""):e.removeAttribute(o);break;case"capture":case"download":!0===n?e.setAttribute(o,""):!1!==n&&null!=n&&"function"!=typeof n&&"symbol"!=typeof n?e.setAttribute(o,n):e.removeAttribute(o);break;case"cols":case"rows":case"size":case"span":null!=n&&"function"!=typeof n&&"symbol"!=typeof n&&!isNaN(n)&&1<=n?e.setAttribute(o,n):e.removeAttribute(o);break;case"rowSpan":case"start":null==n||"function"==typeof n||"symbol"==typeof n||isNaN(n)?e.removeAttribute(o):e.setAttribute(o,n);break;case"popover":jc("beforetoggle",e),jc("toggle",e),rt(e,"popover",n);break;case"xlinkActuate":at(e,"http://www.w3.org/1999/xlink","xlink:actuate",n);break;case"xlinkArcrole":at(e,"http://www.w3.org/1999/xlink","xlink:arcrole",n);break;case"xlinkRole":at(e,"http://www.w3.org/1999/xlink","xlink:role",n);break;case"xlinkShow":at(e,"http://www.w3.org/1999/xlink","xlink:show",n);break;case"xlinkTitle":at(e,"http://www.w3.org/1999/xlink","xlink:title",n);break;case"xlinkType":at(e,"http://www.w3.org/1999/xlink","xlink:type",n);break;case"xmlBase":at(e,"http://www.w3.org/XML/1998/namespace","xml:base",n);break;case"xmlLang":at(e,"http://www.w3.org/XML/1998/namespace","xml:lang",n);break;case"xmlSpace":at(e,"http://www.w3.org/XML/1998/namespace","xml:space",n);break;case"is":rt(e,"is",n);break;case"innerText":case"textContent":break;default:(!(2<o.length)||"o"!==o[0]&&"O"!==o[0]||"n"!==o[1]&&"N"!==o[1])&&rt(e,o=It.get(o)||o,n)}}function oh(e,t,o,n,a,i){switch(o){case"style":_t(e,n,i);break;case"dangerouslySetInnerHTML":if(null!=n){if("object"!=typeof n||!("__html"in n))throw Error(r(61));if(null!=(o=n.__html)){if(null!=a.children)throw Error(r(60));e.innerHTML=o}}break;case"children":"string"==typeof n?Ct(e,n):("number"==typeof n||"bigint"==typeof n)&&Ct(e,""+n);break;case"onScroll":null!=n&&jc("scroll",e);break;case"onScrollEnd":null!=n&&jc("scrollend",e);break;case"onClick":null!=n&&(e.onclick=eh);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":case"innerText":case"textContent":break;default:Xe.hasOwnProperty(o)||("o"!==o[0]||"n"!==o[1]||(a=o.endsWith("Capture"),t=o.slice(2,a?o.length-7:void 0),"function"==typeof(i=null!=(i=e[Ae]||null)?i[o]:null)&&e.removeEventListener(t,i,a),"function"!=typeof n)?o in e?e[o]=n:!0===n?e.setAttribute(o,""):rt(e,o,n):("function"!=typeof i&&null!==i&&(o in e?e[o]=null:e.hasAttribute(o)&&e.removeAttribute(o)),e.addEventListener(t,n,a)))}}function rh(e,t,o){switch(t){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":jc("error",e),jc("load",e);var n,a=!1,i=!1;for(n in o)if(o.hasOwnProperty(n)){var s=o[n];if(null!=s)switch(n){case"src":a=!0;break;case"srcSet":i=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(r(137,t));default:th(e,t,n,s,o,null)}}return i&&th(e,t,"srcSet",o.srcSet,o,null),void(a&&th(e,t,"src",o.src,o,null));case"input":jc("invalid",e);var l=n=s=i=null,d=null,c=null;for(a in o)if(o.hasOwnProperty(a)){var h=o[a];if(null!=h)switch(a){case"name":i=h;break;case"type":s=h;break;case"checked":d=h;break;case"defaultChecked":c=h;break;case"value":n=h;break;case"defaultValue":l=h;break;case"children":case"dangerouslySetInnerHTML":if(null!=h)throw Error(r(137,t));break;default:th(e,t,a,h,o,null)}}return yt(e,n,l,d,c,s,i,!1),void mt(e);case"select":for(i in jc("invalid",e),a=s=n=null,o)if(o.hasOwnProperty(i)&&null!=(l=o[i]))switch(i){case"value":n=l;break;case"defaultValue":s=l;break;case"multiple":a=l;default:th(e,t,i,l,o,null)}return t=n,o=s,e.multiple=!!a,void(null!=t?xt(e,!!a,t,!1):null!=o&&xt(e,!!a,o,!0));case"textarea":for(s in jc("invalid",e),n=i=a=null,o)if(o.hasOwnProperty(s)&&null!=(l=o[s]))switch(s){case"value":a=l;break;case"defaultValue":i=l;break;case"children":n=l;break;case"dangerouslySetInnerHTML":if(null!=l)throw Error(r(91));break;default:th(e,t,s,l,o,null)}return St(e,a,i,n),void mt(e);case"option":for(d in o)o.hasOwnProperty(d)&&null!=(a=o[d])&&("selected"===d?e.selected=a&&"function"!=typeof a&&"symbol"!=typeof a:th(e,t,d,a,o,null));return;case"dialog":jc("beforetoggle",e),jc("toggle",e),jc("cancel",e),jc("close",e);break;case"iframe":case"object":jc("load",e);break;case"video":case"audio":for(a=0;a<Mc.length;a++)jc(Mc[a],e);break;case"image":jc("error",e),jc("load",e);break;case"details":jc("toggle",e);break;case"embed":case"source":case"link":jc("error",e),jc("load",e);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(c in o)if(o.hasOwnProperty(c)&&null!=(a=o[c]))switch(c){case"children":case"dangerouslySetInnerHTML":throw Error(r(137,t));default:th(e,t,c,a,o,null)}return;default:if(Tt(t)){for(h in o)o.hasOwnProperty(h)&&void 0!==(a=o[h])&&oh(e,t,h,a,o,void 0);return}}for(l in o)o.hasOwnProperty(l)&&null!=(a=o[l])&&th(e,t,l,a,o,null)}var nh=null,ah=null;function ih(e){return 9===e.nodeType?e:e.ownerDocument}function sh(e){switch(e){case"http://www.w3.org/2000/svg":return 1;case"http://www.w3.org/1998/Math/MathML":return 2;default:return 0}}function lh(e,t){if(0===e)switch(t){case"svg":return 1;case"math":return 2;default:return 0}return 1===e&&"foreignObject"===t?0:e}function dh(e,t){return"textarea"===e||"noscript"===e||"string"==typeof t.children||"number"==typeof t.children||"bigint"==typeof t.children||"object"==typeof t.dangerouslySetInnerHTML&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}var ch=null,hh="function"==typeof setTimeout?setTimeout:void 0,uh="function"==typeof clearTimeout?clearTimeout:void 0,mh="function"==typeof Promise?Promise:void 0,bh="function"==typeof queueMicrotask?queueMicrotask:void 0!==mh?function(e){return mh.resolve(null).then(e).catch(ph)}:hh;function ph(e){setTimeout(function(){throw e})}function fh(e){return"head"===e}function gh(e,t){var o=t,r=0,n=0;do{var a=o.nextSibling;if(e.removeChild(o),a&&8===a.nodeType)if("/$"===(o=a.data)){if(0<r&&8>r){o=r;var i=e.ownerDocument;if(1&o&&Ch(i.documentElement),2&o&&Ch(i.body),4&o)for(Ch(o=i.head),i=o.firstChild;i;){var s=i.nextSibling,l=i.nodeName;i[Fe]||"SCRIPT"===l||"STYLE"===l||"LINK"===l&&"stylesheet"===i.rel.toLowerCase()||o.removeChild(i),i=s}}if(0===n)return e.removeChild(a),void zu(t);n--}else"$"===o||"$?"===o||"$!"===o?n++:r=o.charCodeAt(0)-48;else r=0;o=a}while(o);zu(t)}function vh(e){var t=e.firstChild;for(t&&10===t.nodeType&&(t=t.nextSibling);t;){var o=t;switch(t=t.nextSibling,o.nodeName){case"HTML":case"HEAD":case"BODY":vh(o),Be(o);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if("stylesheet"===o.rel.toLowerCase())continue}e.removeChild(o)}}function yh(e){return"$!"===e.data||"$?"===e.data&&"complete"===e.ownerDocument.readyState}function kh(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||3===t)break;if(8===t){if("$"===(t=e.data)||"$!"===t||"$?"===t||"F!"===t||"F"===t)break;if("/$"===t)return null}}return e}var xh=null;function wh(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){var o=e.data;if("$"===o||"$!"===o||"$?"===o){if(0===t)return e;t--}else"/$"===o&&t++}e=e.previousSibling}return null}function Sh(e,t,o){switch(t=ih(o),e){case"html":if(!(e=t.documentElement))throw Error(r(452));return e;case"head":if(!(e=t.head))throw Error(r(453));return e;case"body":if(!(e=t.body))throw Error(r(454));return e;default:throw Error(r(451))}}function Ch(e){for(var t=e.attributes;t.length;)e.removeAttributeNode(t[0]);Be(e)}var Eh=new Map,Lh=new Set;function _h(e){return"function"==typeof e.getRootNode?e.getRootNode():9===e.nodeType?e:e.ownerDocument}var Th=M.d;M.d={f:function(){var e=Th.f(),t=Wd();return e||t},r:function(e){var t=We(e);null!==t&&5===t.tag&&"form"===t.type?Ai(t):Th.r(e)},D:function(e){Th.D(e),zh("dns-prefetch",e,null)},C:function(e,t){Th.C(e,t),zh("preconnect",e,t)},L:function(e,t,o){Th.L(e,t,o);var r=Ih;if(r&&e&&t){var n='link[rel="preload"][as="'+gt(t)+'"]';"image"===t&&o&&o.imageSrcSet?(n+='[imagesrcset="'+gt(o.imageSrcSet)+'"]',"string"==typeof o.imageSizes&&(n+='[imagesizes="'+gt(o.imageSizes)+'"]')):n+='[href="'+gt(e)+'"]';var a=n;switch(t){case"style":a=$h(e);break;case"script":a=Ah(e)}Eh.has(a)||(e=d({rel:"preload",href:"image"===t&&o&&o.imageSrcSet?void 0:e,as:t},o),Eh.set(a,e),null!==r.querySelector(n)||"style"===t&&r.querySelector(Rh(a))||"script"===t&&r.querySelector(Nh(a))||(rh(t=r.createElement("link"),"link",e),Ze(t),r.head.appendChild(t)))}},m:function(e,t){Th.m(e,t);var o=Ih;if(o&&e){var r=t&&"string"==typeof t.as?t.as:"script",n='link[rel="modulepreload"][as="'+gt(r)+'"][href="'+gt(e)+'"]',a=n;switch(r){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":a=Ah(e)}if(!Eh.has(a)&&(e=d({rel:"modulepreload",href:e},t),Eh.set(a,e),null===o.querySelector(n))){switch(r){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(o.querySelector(Nh(a)))return}rh(r=o.createElement("link"),"link",e),Ze(r),o.head.appendChild(r)}}},X:function(e,t){Th.X(e,t);var o=Ih;if(o&&e){var r=qe(o).hoistableScripts,n=Ah(e),a=r.get(n);a||((a=o.querySelector(Nh(n)))||(e=d({src:e,async:!0},t),(t=Eh.get(n))&&jh(e,t),Ze(a=o.createElement("script")),rh(a,"link",e),o.head.appendChild(a)),a={type:"script",instance:a,count:1,state:null},r.set(n,a))}},S:function(e,t,o){Th.S(e,t,o);var r=Ih;if(r&&e){var n=qe(r).hoistableStyles,a=$h(e);t=t||"default";var i=n.get(a);if(!i){var s={loading:0,preload:null};if(i=r.querySelector(Rh(a)))s.loading=5;else{e=d({rel:"stylesheet",href:e,"data-precedence":t},o),(o=Eh.get(a))&&Vh(e,o);var l=i=r.createElement("link");Ze(l),rh(l,"link",e),l._p=new Promise(function(e,t){l.onload=e,l.onerror=t}),l.addEventListener("load",function(){s.loading|=1}),l.addEventListener("error",function(){s.loading|=2}),s.loading|=4,Dh(i,t,r)}i={type:"stylesheet",instance:i,count:1,state:s},n.set(a,i)}}},M:function(e,t){Th.M(e,t);var o=Ih;if(o&&e){var r=qe(o).hoistableScripts,n=Ah(e),a=r.get(n);a||((a=o.querySelector(Nh(n)))||(e=d({src:e,async:!0,type:"module"},t),(t=Eh.get(n))&&jh(e,t),Ze(a=o.createElement("script")),rh(a,"link",e),o.head.appendChild(a)),a={type:"script",instance:a,count:1,state:null},r.set(n,a))}}};var Ih="undefined"==typeof document?null:document;function zh(e,t,o){var r=Ih;if(r&&"string"==typeof t&&t){var n=gt(t);n='link[rel="'+e+'"][href="'+n+'"]',"string"==typeof o&&(n+='[crossorigin="'+o+'"]'),Lh.has(n)||(Lh.add(n),e={rel:e,crossOrigin:o,href:t},null===r.querySelector(n)&&(rh(t=r.createElement("link"),"link",e),Ze(t),r.head.appendChild(t)))}}function Oh(e,t,o,n){var a,i,s,l,d=(d=q.current)?_h(d):null;if(!d)throw Error(r(446));switch(e){case"meta":case"title":return null;case"style":return"string"==typeof o.precedence&&"string"==typeof o.href?(t=$h(o.href),(n=(o=qe(d).hoistableStyles).get(t))||(n={type:"style",instance:null,count:0,state:null},o.set(t,n)),n):{type:"void",instance:null,count:0,state:null};case"link":if("stylesheet"===o.rel&&"string"==typeof o.href&&"string"==typeof o.precedence){e=$h(o.href);var c=qe(d).hoistableStyles,h=c.get(e);if(h||(d=d.ownerDocument||d,h={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},c.set(e,h),(c=d.querySelector(Rh(e)))&&!c._p&&(h.instance=c,h.state.loading=5),Eh.has(e)||(o={rel:"preload",as:"style",href:o.href,crossOrigin:o.crossOrigin,integrity:o.integrity,media:o.media,hrefLang:o.hrefLang,referrerPolicy:o.referrerPolicy},Eh.set(e,o),c||(a=d,i=e,s=o,l=h.state,a.querySelector('link[rel="preload"][as="style"]['+i+"]")?l.loading=1:(i=a.createElement("link"),l.preload=i,i.addEventListener("load",function(){return l.loading|=1}),i.addEventListener("error",function(){return l.loading|=2}),rh(i,"link",s),Ze(i),a.head.appendChild(i))))),t&&null===n)throw Error(r(528,""));return h}if(t&&null!==n)throw Error(r(529,""));return null;case"script":return t=o.async,"string"==typeof(o=o.src)&&t&&"function"!=typeof t&&"symbol"!=typeof t?(t=Ah(o),(n=(o=qe(d).hoistableScripts).get(t))||(n={type:"script",instance:null,count:0,state:null},o.set(t,n)),n):{type:"void",instance:null,count:0,state:null};default:throw Error(r(444,e))}}function $h(e){return'href="'+gt(e)+'"'}function Rh(e){return'link[rel="stylesheet"]['+e+"]"}function Ph(e){return d({},e,{"data-precedence":e.precedence,precedence:null})}function Ah(e){return'[src="'+gt(e)+'"]'}function Nh(e){return"script[async]"+e}function Mh(e,t,o){if(t.count++,null===t.instance)switch(t.type){case"style":var n=e.querySelector('style[data-href~="'+gt(o.href)+'"]');if(n)return t.instance=n,Ze(n),n;var a=d({},o,{"data-href":o.href,"data-precedence":o.precedence,href:null,precedence:null});return Ze(n=(e.ownerDocument||e).createElement("style")),rh(n,"style",a),Dh(n,o.precedence,e),t.instance=n;case"stylesheet":a=$h(o.href);var i=e.querySelector(Rh(a));if(i)return t.state.loading|=4,t.instance=i,Ze(i),i;n=Ph(o),(a=Eh.get(a))&&Vh(n,a),Ze(i=(e.ownerDocument||e).createElement("link"));var s=i;return s._p=new Promise(function(e,t){s.onload=e,s.onerror=t}),rh(i,"link",n),t.state.loading|=4,Dh(i,o.precedence,e),t.instance=i;case"script":return i=Ah(o.src),(a=e.querySelector(Nh(i)))?(t.instance=a,Ze(a),a):(n=o,(a=Eh.get(i))&&jh(n=d({},o),a),Ze(a=(e=e.ownerDocument||e).createElement("script")),rh(a,"link",n),e.head.appendChild(a),t.instance=a);case"void":return null;default:throw Error(r(443,t.type))}else"stylesheet"===t.type&&!(4&t.state.loading)&&(n=t.instance,t.state.loading|=4,Dh(n,o.precedence,e));return t.instance}function Dh(e,t,o){for(var r=o.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),n=r.length?r[r.length-1]:null,a=n,i=0;i<r.length;i++){var s=r[i];if(s.dataset.precedence===t)a=s;else if(a!==n)break}a?a.parentNode.insertBefore(e,a.nextSibling):(t=9===o.nodeType?o.head:o).insertBefore(e,t.firstChild)}function Vh(e,t){null==e.crossOrigin&&(e.crossOrigin=t.crossOrigin),null==e.referrerPolicy&&(e.referrerPolicy=t.referrerPolicy),null==e.title&&(e.title=t.title)}function jh(e,t){null==e.crossOrigin&&(e.crossOrigin=t.crossOrigin),null==e.referrerPolicy&&(e.referrerPolicy=t.referrerPolicy),null==e.integrity&&(e.integrity=t.integrity)}var Fh=null;function Bh(e,t,o){if(null===Fh){var r=new Map,n=Fh=new Map;n.set(o,r)}else(r=(n=Fh).get(o))||(r=new Map,n.set(o,r));if(r.has(e))return r;for(r.set(e,null),o=o.getElementsByTagName(e),n=0;n<o.length;n++){var a=o[n];if(!(a[Fe]||a[Pe]||"link"===e&&"stylesheet"===a.getAttribute("rel"))&&"http://www.w3.org/2000/svg"!==a.namespaceURI){var i=a.getAttribute(t)||"";i=e+i;var s=r.get(i);s?s.push(a):r.set(i,[a])}}return r}function Hh(e,t,o){(e=e.ownerDocument||e).head.insertBefore(o,"title"===t?e.querySelector("head > title"):null)}function Wh(e){return!!("stylesheet"!==e.type||3&e.state.loading)}var Uh=null;function qh(){}function Zh(){if(this.count--,0===this.count)if(this.stylesheets)Xh(this,this.stylesheets);else if(this.unsuspend){var e=this.unsuspend;this.unsuspend=null,e()}}var Yh=null;function Xh(e,t){e.stylesheets=null,null!==e.unsuspend&&(e.count++,Yh=new Map,t.forEach(Gh,e),Yh=null,Zh.call(e))}function Gh(e,t){if(!(4&t.state.loading)){var o=Yh.get(e);if(o)var r=o.get(null);else{o=new Map,Yh.set(e,o);for(var n=e.querySelectorAll("link[data-precedence],style[data-precedence]"),a=0;a<n.length;a++){var i=n[a];"LINK"!==i.nodeName&&"not all"===i.getAttribute("media")||(o.set(i.dataset.precedence,i),r=i)}r&&o.set(null,r)}i=(n=t.instance).getAttribute("data-precedence"),(a=o.get(i)||r)===r&&o.set(null,n),o.set(i,n),this.count++,r=Zh.bind(this),n.addEventListener("load",r),n.addEventListener("error",r),a?a.parentNode.insertBefore(n,a.nextSibling):(e=9===e.nodeType?e.head:e).insertBefore(n,e.firstChild),t.state.loading|=4}}var Kh={$$typeof:y,Provider:null,Consumer:null,_currentValue:D,_currentValue2:D,_threadCount:0};function Qh(e,t,o,r,n,a,i,s){this.tag=1,this.containerInfo=e,this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.next=this.pendingContext=this.context=this.cancelPendingCommit=null,this.callbackPriority=0,this.expirationTimes=Le(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Le(0),this.hiddenUpdates=Le(null),this.identifierPrefix=r,this.onUncaughtError=n,this.onCaughtError=a,this.onRecoverableError=i,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=s,this.incompleteTransitions=new Map}function Jh(e,t,o,r,n,a,i,s,l,d,c,h){return e=new Qh(e,t,o,i,s,l,d,h),t=1,!0===a&&(t|=24),a=Dr(3,null,null,t),e.current=a,a.stateNode=e,(t=Nn()).refCount++,e.pooledCache=t,t.refCount++,a.memoizedState={element:r,isDehydrated:o,cache:t},aa(a),e}function eu(e){return e?e=Nr:Nr}function tu(e,t,o,r,n,a){n=eu(n),null===r.context?r.context=n:r.pendingContext=n,(r=sa(t)).payload={element:o},null!==(a=void 0===a?null:a)&&(r.callback=a),null!==(o=la(e,r,t))&&(Vd(o,0,t),da(o,e,t))}function ou(e,t){if(null!==(e=e.memoizedState)&&null!==e.dehydrated){var o=e.retryLane;e.retryLane=0!==o&&o<t?o:t}}function ru(e,t){ou(e,t),(e=e.alternate)&&ou(e,t)}function nu(e){if(13===e.tag){var t=Rr(e,67108864);null!==t&&Vd(t,0,67108864),ru(e,67108864)}}var au=!0;function iu(e,t,o,r){var n=N.T;N.T=null;var a=M.p;try{M.p=2,lu(e,t,o,r)}finally{M.p=a,N.T=n}}function su(e,t,o,r){var n=N.T;N.T=null;var a=M.p;try{M.p=8,lu(e,t,o,r)}finally{M.p=a,N.T=n}}function lu(e,t,o,r){if(au){var n=du(r);if(null===n)Uc(e,t,r,cu,o),xu(e,r);else if(function(e,t,o,r,n){switch(t){case"focusin":return bu=wu(bu,e,t,o,r,n),!0;case"dragenter":return pu=wu(pu,e,t,o,r,n),!0;case"mouseover":return fu=wu(fu,e,t,o,r,n),!0;case"pointerover":var a=n.pointerId;return gu.set(a,wu(gu.get(a)||null,e,t,o,r,n)),!0;case"gotpointercapture":return a=n.pointerId,vu.set(a,wu(vu.get(a)||null,e,t,o,r,n)),!0}return!1}(n,e,t,o,r))r.stopPropagation();else if(xu(e,r),4&t&&-1<ku.indexOf(e)){for(;null!==n;){var a=We(n);if(null!==a)switch(a.tag){case 3:if((a=a.stateNode).current.memoizedState.isDehydrated){var i=ke(a.pendingLanes);if(0!==i){var s=a;for(s.pendingLanes|=2,s.entangledLanes|=2;i;){var l=1<<31-pe(i);s.entanglements[1]|=l,i&=~l}Ec(a),!(6&ad)&&(Ed=re()+500,Lc(0))}}break;case 13:null!==(s=Rr(a,2))&&Vd(s,0,2),Wd(),ru(a,2)}if(null===(a=du(r))&&Uc(e,t,r,cu,o),a===n)break;n=a}null!==n&&r.stopPropagation()}else Uc(e,t,r,null,o)}}function du(e){return hu(e=Rt(e))}var cu=null;function hu(e){if(cu=null,null!==(e=He(e))){var t=a(e);if(null===t)e=null;else{var o=t.tag;if(13===o){if(null!==(e=i(t)))return e;e=null}else if(3===o){if(t.stateNode.current.memoizedState.isDehydrated)return 3===t.tag?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null)}}return cu=e,null}function uu(e){switch(e){case"beforetoggle":case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"toggle":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 2;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 8;case"message":switch(ne()){case ae:return 2;case ie:return 8;case se:case le:return 32;case de:return 268435456;default:return 32}default:return 32}}var mu=!1,bu=null,pu=null,fu=null,gu=new Map,vu=new Map,yu=[],ku="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset".split(" ");function xu(e,t){switch(e){case"focusin":case"focusout":bu=null;break;case"dragenter":case"dragleave":pu=null;break;case"mouseover":case"mouseout":fu=null;break;case"pointerover":case"pointerout":gu.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":vu.delete(t.pointerId)}}function wu(e,t,o,r,n,a){return null===e||e.nativeEvent!==a?(e={blockedOn:t,domEventName:o,eventSystemFlags:r,nativeEvent:a,targetContainers:[n]},null!==t&&null!==(t=We(t))&&nu(t),e):(e.eventSystemFlags|=r,t=e.targetContainers,null!==n&&-1===t.indexOf(n)&&t.push(n),e)}function Su(e){var t=He(e.target);if(null!==t){var o=a(t);if(null!==o)if(13===(t=o.tag)){if(null!==(t=i(o)))return e.blockedOn=t,void function(e,t){var o=M.p;try{return M.p=e,t()}finally{M.p=o}}(e.priority,function(){if(13===o.tag){var e=Md();e=ze(e);var t=Rr(o,e);null!==t&&Vd(t,0,e),ru(o,e)}})}else if(3===t&&o.stateNode.current.memoizedState.isDehydrated)return void(e.blockedOn=3===o.tag?o.stateNode.containerInfo:null)}e.blockedOn=null}function Cu(e){if(null!==e.blockedOn)return!1;for(var t=e.targetContainers;0<t.length;){var o=du(e.nativeEvent);if(null!==o)return null!==(t=We(o))&&nu(t),e.blockedOn=o,!1;var r=new(o=e.nativeEvent).constructor(o.type,o);$t=r,o.target.dispatchEvent(r),$t=null,t.shift()}return!0}function Eu(e,t,o){Cu(e)&&o.delete(t)}function Lu(){mu=!1,null!==bu&&Cu(bu)&&(bu=null),null!==pu&&Cu(pu)&&(pu=null),null!==fu&&Cu(fu)&&(fu=null),gu.forEach(Eu),vu.forEach(Eu)}function _u(t,o){t.blockedOn===o&&(t.blockedOn=null,mu||(mu=!0,e.unstable_scheduleCallback(e.unstable_NormalPriority,Lu)))}var Tu=null;function Iu(t){Tu!==t&&(Tu=t,e.unstable_scheduleCallback(e.unstable_NormalPriority,function(){Tu===t&&(Tu=null);for(var e=0;e<t.length;e+=3){var o=t[e],r=t[e+1],n=t[e+2];if("function"!=typeof r){if(null===hu(r||o))continue;break}var a=We(o);null!==a&&(t.splice(e,3),e-=3,Ri(a,{pending:!0,data:n,method:o.method,action:r},r,n))}}))}function zu(e){function t(t){return _u(t,e)}null!==bu&&_u(bu,e),null!==pu&&_u(pu,e),null!==fu&&_u(fu,e),gu.forEach(t),vu.forEach(t);for(var o=0;o<yu.length;o++){var r=yu[o];r.blockedOn===e&&(r.blockedOn=null)}for(;0<yu.length&&null===(o=yu[0]).blockedOn;)Su(o),null===o.blockedOn&&yu.shift();if(null!=(o=(e.ownerDocument||e).$$reactFormReplay))for(r=0;r<o.length;r+=3){var n=o[r],a=o[r+1],i=n[Ae]||null;if("function"==typeof a)i||Iu(o);else if(i){var s=null;if(a&&a.hasAttribute("formAction")){if(n=a,i=a[Ae]||null)s=i.formAction;else if(null!==hu(n))continue}else s=i.action;"function"==typeof s?o[r+1]=s:(o.splice(r,3),r-=3),Iu(o)}}}function Ou(e){this._internalRoot=e}function $u(e){this._internalRoot=e}$u.prototype.render=Ou.prototype.render=function(e){var t=this._internalRoot;if(null===t)throw Error(r(409));tu(t.current,Md(),e,t,null,null)},$u.prototype.unmount=Ou.prototype.unmount=function(){var e=this._internalRoot;if(null!==e){this._internalRoot=null;var t=e.containerInfo;tu(e.current,2,null,e,null,null),Wd(),t[Ne]=null}},$u.prototype.unstable_scheduleHydration=function(e){if(e){var t=$e();e={blockedOn:null,target:e,priority:t};for(var o=0;o<yu.length&&0!==t&&t<yu[o].priority;o++);yu.splice(o,0,e),0===o&&Su(e)}};var Ru=t.version;if("19.1.1"!==Ru)throw Error(r(527,Ru,"19.1.1"));M.findDOMNode=function(e){var t=e._reactInternals;if(void 0===t){if("function"==typeof e.render)throw Error(r(188));throw e=Object.keys(e).join(","),Error(r(268,e))}return e=function(e){var t=e.alternate;if(!t){if(null===(t=a(e)))throw Error(r(188));return t!==e?null:e}for(var o=e,n=t;;){var i=o.return;if(null===i)break;var l=i.alternate;if(null===l){if(null!==(n=i.return)){o=n;continue}break}if(i.child===l.child){for(l=i.child;l;){if(l===o)return s(i),e;if(l===n)return s(i),t;l=l.sibling}throw Error(r(188))}if(o.return!==n.return)o=i,n=l;else{for(var d=!1,c=i.child;c;){if(c===o){d=!0,o=i,n=l;break}if(c===n){d=!0,n=i,o=l;break}c=c.sibling}if(!d){for(c=l.child;c;){if(c===o){d=!0,o=l,n=i;break}if(c===n){d=!0,n=l,o=i;break}c=c.sibling}if(!d)throw Error(r(189))}}if(o.alternate!==n)throw Error(r(190))}if(3!==o.tag)throw Error(r(188));return o.stateNode.current===o?e:t}(t),e=null===(e=null!==e?l(e):null)?null:e.stateNode};var Pu={bundleType:0,version:"19.1.1",rendererPackageName:"react-dom",currentDispatcherRef:N,reconcilerVersion:"19.1.1"};if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__){var Au=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Au.isDisabled&&Au.supportsFiber)try{ue=Au.inject(Pu),me=Au}catch(Cw){}}return k.createRoot=function(e,t){if(!n(e))throw Error(r(299));var o=!1,a="",i=xs,s=ws,l=Ss;return null!=t&&(!0===t.unstable_strictMode&&(o=!0),void 0!==t.identifierPrefix&&(a=t.identifierPrefix),void 0!==t.onUncaughtError&&(i=t.onUncaughtError),void 0!==t.onCaughtError&&(s=t.onCaughtError),void 0!==t.onRecoverableError&&(l=t.onRecoverableError),void 0!==t.unstable_transitionCallbacks&&t.unstable_transitionCallbacks),t=Jh(e,1,!1,null,0,o,a,i,s,l,0,null),e[Ne]=t.current,Hc(e),new Ou(t)},k.hydrateRoot=function(e,t,o){if(!n(e))throw Error(r(299));var a=!1,i="",s=xs,l=ws,d=Ss,c=null;return null!=o&&(!0===o.unstable_strictMode&&(a=!0),void 0!==o.identifierPrefix&&(i=o.identifierPrefix),void 0!==o.onUncaughtError&&(s=o.onUncaughtError),void 0!==o.onCaughtError&&(l=o.onCaughtError),void 0!==o.onRecoverableError&&(d=o.onRecoverableError),void 0!==o.unstable_transitionCallbacks&&o.unstable_transitionCallbacks,void 0!==o.formState&&(c=o.formState)),(t=Jh(e,1,!0,t,0,a,i,s,l,d,0,c)).context=eu(null),o=t.current,(i=sa(a=ze(a=Md()))).callback=null,la(o,i,a),o=a,t.current.lanes=o,_e(t,o),Ec(t),e[Ne]=t.current,Hc(e),new $u(t)},k.version="19.1.1",k}var R=(_||(_=1,function e(){if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(Cw){console.error(Cw)}}(),y.exports=$()),y.exports);const P=r(R);function A(e,t){return A=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},A(e,t)}function N(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,A(e,t)}var M,D,V,j,F,B={exports:{}};function H(){return D?M:(D=1,M="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}function W(){if(j)return V;j=1;var e=H();function t(){}function o(){}return o.resetWarningCache=t,V=function(){function r(t,o,r,n,a,i){if(i!==e){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function n(){return r}r.isRequired=r;var a={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:n,element:r,elementType:r,instanceOf:n,node:r,objectOf:n,oneOf:n,oneOfType:n,shape:n,exact:n,checkPropTypes:o,resetWarningCache:t};return a.PropTypes=a,a},V}function U(){return F||(F=1,B.exports=W()()),B.exports}const q=r(U());function Z(){return Z=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var r in o)({}).hasOwnProperty.call(o,r)&&(e[r]=o[r])}return e},Z.apply(null,arguments)}function Y(e){return"/"===e.charAt(0)}function X(e,t){for(var o=t,r=o+1,n=e.length;r<n;o+=1,r+=1)e[o]=e[r];e.pop()}function G(e){return e.valueOf?e.valueOf():Object.prototype.valueOf.call(e)}function K(e,t){if(e===t)return!0;if(null==e||null==t)return!1;if(Array.isArray(e))return Array.isArray(t)&&e.length===t.length&&e.every(function(e,o){return K(e,t[o])});if("object"==typeof e||"object"==typeof t){var o=G(e),r=G(t);return o!==e||r!==t?K(o,r):Object.keys(Object.assign({},e,t)).every(function(o){return K(e[o],t[o])})}return!1}function Q(e,t){throw new Error("Invariant failed")}function J(e){return"/"===e.charAt(0)?e:"/"+e}function ee(e){return"/"===e.charAt(0)?e.substr(1):e}function te(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function oe(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function re(e){var t=e.pathname,o=e.search,r=e.hash,n=t||"/";return o&&"?"!==o&&(n+="?"===o.charAt(0)?o:"?"+o),r&&"#"!==r&&(n+="#"===r.charAt(0)?r:"#"+r),n}function ne(e,t,o,r){var n;"string"==typeof e?(n=function(e){var t=e||"/",o="",r="",n=t.indexOf("#");-1!==n&&(r=t.substr(n),t=t.substr(0,n));var a=t.indexOf("?");return-1!==a&&(o=t.substr(a),t=t.substr(0,a)),{pathname:t,search:"?"===o?"":o,hash:"#"===r?"":r}}(e),n.state=t):(void 0===(n=Z({},e)).pathname&&(n.pathname=""),n.search?"?"!==n.search.charAt(0)&&(n.search="?"+n.search):n.search="",n.hash?"#"!==n.hash.charAt(0)&&(n.hash="#"+n.hash):n.hash="",void 0!==t&&void 0===n.state&&(n.state=t));try{n.pathname=decodeURI(n.pathname)}catch(_S){throw _S instanceof URIError?new URIError('Pathname "'+n.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):_S}return o&&(n.key=o),r?n.pathname?"/"!==n.pathname.charAt(0)&&(n.pathname=function(e,t){void 0===t&&(t="");var o,r=e&&e.split("/")||[],n=t&&t.split("/")||[],a=e&&Y(e),i=t&&Y(t),s=a||i;if(e&&Y(e)?n=r:r.length&&(n.pop(),n=n.concat(r)),!n.length)return"/";if(n.length){var l=n[n.length-1];o="."===l||".."===l||""===l}else o=!1;for(var d=0,c=n.length;c>=0;c--){var h=n[c];"."===h?X(n,c):".."===h?(X(n,c),d++):d&&(X(n,c),d--)}if(!s)for(;d--;d)n.unshift("..");!s||""===n[0]||n[0]&&Y(n[0])||n.unshift("");var u=n.join("/");return o&&"/"!==u.substr(-1)&&(u+="/"),u}(n.pathname,r.pathname)):n.pathname=r.pathname:n.pathname||(n.pathname="/"),n}function ae(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash&&e.key===t.key&&K(e.state,t.state)}function ie(){var e=null,t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,o,r,n){if(null!=e){var a="function"==typeof e?e(t,o):e;"string"==typeof a?"function"==typeof r?r(a,n):n(!0):n(!1!==a)}else n(!0)},appendListener:function(e){var o=!0;function r(){o&&e.apply(void 0,arguments)}return t.push(r),function(){o=!1,t=t.filter(function(e){return e!==r})}},notifyListeners:function(){for(var e=arguments.length,o=new Array(e),r=0;r<e;r++)o[r]=arguments[r];t.forEach(function(e){return e.apply(void 0,o)})}}}var se=!("undefined"==typeof window||!window.document||!window.document.createElement);function le(e,t){t(window.confirm(e))}var de="hashchange",ce={hashbang:{encodePath:function(e){return"!"===e.charAt(0)?e:"!/"+ee(e)},decodePath:function(e){return"!"===e.charAt(0)?e.substr(1):e}},noslash:{encodePath:ee,decodePath:J},slash:{encodePath:J,decodePath:J}};function he(e){var t=e.indexOf("#");return-1===t?e:e.slice(0,t)}function ue(){var e=window.location.href,t=e.indexOf("#");return-1===t?"":e.substring(t+1)}function me(e){window.location.replace(he(window.location.href)+"#"+e)}function be(e){void 0===e&&(e={}),se||Q();var t=window.history;window.navigator.userAgent.indexOf("Firefox");var o=e,r=o.getUserConfirmation,n=void 0===r?le:r,a=o.hashType,i=void 0===a?"slash":a,s=e.basename?oe(J(e.basename)):"",l=ce[i],d=l.encodePath,c=l.decodePath;function h(){var e=c(ue());return s&&(e=te(e,s)),ne(e)}var u=ie();function m(e){Z(E,e),E.length=t.length,u.notifyListeners(E.location,E.action)}var b=!1,p=null;function f(){var e=ue(),t=d(e);if(e!==t)me(t);else{var o=h(),r=E.location;if(!b&&function(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash}(r,o))return;if(p===re(o))return;p=null,function(e){if(b)b=!1,m();else{var t="POP";u.confirmTransitionTo(e,t,n,function(o){o?m({action:t,location:e}):function(e){var t=E.location,o=k.lastIndexOf(re(t));-1===o&&(o=0);var r=k.lastIndexOf(re(e));-1===r&&(r=0);var n=o-r;n&&(b=!0,x(n))}(e)})}}(o)}}var g=ue(),v=d(g);g!==v&&me(v);var y=h(),k=[re(y)];function x(e){t.go(e)}var w=0;function S(e){1===(w+=e)&&1===e?window.addEventListener(de,f):0===w&&window.removeEventListener(de,f)}var C=!1,E={length:t.length,action:"POP",location:y,createHref:function(e){var t=document.querySelector("base"),o="";return t&&t.getAttribute("href")&&(o=he(window.location.href)),o+"#"+d(s+re(e))},push:function(e,t){var o="PUSH",r=ne(e,void 0,void 0,E.location);u.confirmTransitionTo(r,o,n,function(e){if(e){var t=re(r),n=d(s+t);if(ue()!==n){p=t,function(e){window.location.hash=e}(n);var a=k.lastIndexOf(re(E.location)),i=k.slice(0,a+1);i.push(t),k=i,m({action:o,location:r})}else m()}})},replace:function(e,t){var o="REPLACE",r=ne(e,void 0,void 0,E.location);u.confirmTransitionTo(r,o,n,function(e){if(e){var t=re(r),n=d(s+t);ue()!==n&&(p=t,me(n));var a=k.indexOf(re(E.location));-1!==a&&(k[a]=t),m({action:o,location:r})}})},go:x,goBack:function(){x(-1)},goForward:function(){x(1)},block:function(e){void 0===e&&(e=!1);var t=u.setPrompt(e);return C||(S(1),C=!0),function(){return C&&(C=!1,S(-1)),t()}},listen:function(e){var t=u.appendListener(e);return S(1),function(){S(-1),t()}}};return E}var pe,fe,ge,ve={exports:{}};function ye(){return fe?pe:(fe=1,pe=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)})}var ke=function(){if(ge)return ve.exports;ge=1;var e=ye();ve.exports=h,ve.exports.parse=o,ve.exports.compile=function(e,t){return a(o(e,t),t)},ve.exports.tokensToFunction=a,ve.exports.tokensToRegExp=c;var t=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function o(e,o){for(var r,n=[],a=0,l=0,d="",c=o&&o.delimiter||"/";null!=(r=t.exec(e));){var h=r[0],u=r[1],m=r.index;if(d+=e.slice(l,m),l=m+h.length,u)d+=u[1];else{var b=e[l],p=r[2],f=r[3],g=r[4],v=r[5],y=r[6],k=r[7];d&&(n.push(d),d="");var x=null!=p&&null!=b&&b!==p,w="+"===y||"*"===y,S="?"===y||"*"===y,C=r[2]||c,E=g||v;n.push({name:f||a++,prefix:p||"",delimiter:C,optional:S,repeat:w,partial:x,asterisk:!!k,pattern:E?s(E):k?".*":"[^"+i(C)+"]+?"})}}return l<e.length&&(d+=e.substr(l)),d&&n.push(d),n}function r(e){return encodeURI(e).replace(/[\/?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})}function n(e){return encodeURI(e).replace(/[?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})}function a(t,o){for(var a=new Array(t.length),i=0;i<t.length;i++)"object"==typeof t[i]&&(a[i]=new RegExp("^(?:"+t[i].pattern+")$",d(o)));return function(o,i){for(var s="",l=o||{},d=(i||{}).pretty?r:encodeURIComponent,c=0;c<t.length;c++){var h=t[c];if("string"!=typeof h){var u,m=l[h.name];if(null==m){if(h.optional){h.partial&&(s+=h.prefix);continue}throw new TypeError('Expected "'+h.name+'" to be defined')}if(e(m)){if(!h.repeat)throw new TypeError('Expected "'+h.name+'" to not repeat, but received `'+JSON.stringify(m)+"`");if(0===m.length){if(h.optional)continue;throw new TypeError('Expected "'+h.name+'" to not be empty')}for(var b=0;b<m.length;b++){if(u=d(m[b]),!a[c].test(u))throw new TypeError('Expected all "'+h.name+'" to match "'+h.pattern+'", but received `'+JSON.stringify(u)+"`");s+=(0===b?h.prefix:h.delimiter)+u}}else{if(u=h.asterisk?n(m):d(m),!a[c].test(u))throw new TypeError('Expected "'+h.name+'" to match "'+h.pattern+'", but received "'+u+'"');s+=h.prefix+u}}else s+=h}return s}}function i(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function s(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function l(e,t){return e.keys=t,e}function d(e){return e&&e.sensitive?"":"i"}function c(t,o,r){e(o)||(r=o||r,o=[]);for(var n=(r=r||{}).strict,a=!1!==r.end,s="",c=0;c<t.length;c++){var h=t[c];if("string"==typeof h)s+=i(h);else{var u=i(h.prefix),m="(?:"+h.pattern+")";o.push(h),h.repeat&&(m+="(?:"+u+m+")*"),s+=m=h.optional?h.partial?u+"("+m+")?":"(?:"+u+"("+m+"))?":u+"("+m+")"}}var b=i(r.delimiter||"/"),p=s.slice(-b.length)===b;return n||(s=(p?s.slice(0,-b.length):s)+"(?:"+b+"(?=$))?"),s+=a?"$":n&&p?"":"(?="+b+"|$)",l(new RegExp("^"+s,d(r)),o)}function h(t,r,n){return e(r)||(n=r||n,r=[]),n=n||{},t instanceof RegExp?function(e,t){var o=e.source.match(/\((?!\?)/g);if(o)for(var r=0;r<o.length;r++)t.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return l(e,t)}(t,r):e(t)?function(e,t,o){for(var r=[],n=0;n<e.length;n++)r.push(h(e[n],t,o).source);return l(new RegExp("(?:"+r.join("|")+")",d(o)),t)}(t,r,n):function(e,t,r){return c(o(e,r),t,r)}(t,r,n)}return ve.exports}();const xe=r(ke);var we,Se,Ce,Ee,Le={exports:{}},_e={};function Te(){return Se||(Se=1,Le.exports=function(){if(we)return _e;we=1;var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,o=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,n=e?Symbol.for("react.strict_mode"):60108,a=e?Symbol.for("react.profiler"):60114,i=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,d=e?Symbol.for("react.concurrent_mode"):60111,c=e?Symbol.for("react.forward_ref"):60112,h=e?Symbol.for("react.suspense"):60113,u=e?Symbol.for("react.suspense_list"):60120,m=e?Symbol.for("react.memo"):60115,b=e?Symbol.for("react.lazy"):60116,p=e?Symbol.for("react.block"):60121,f=e?Symbol.for("react.fundamental"):60117,g=e?Symbol.for("react.responder"):60118,v=e?Symbol.for("react.scope"):60119;function y(e){if("object"==typeof e&&null!==e){var u=e.$$typeof;switch(u){case t:switch(e=e.type){case l:case d:case r:case a:case n:case h:return e;default:switch(e=e&&e.$$typeof){case s:case c:case b:case m:case i:return e;default:return u}}case o:return u}}}function k(e){return y(e)===d}return _e.AsyncMode=l,_e.ConcurrentMode=d,_e.ContextConsumer=s,_e.ContextProvider=i,_e.Element=t,_e.ForwardRef=c,_e.Fragment=r,_e.Lazy=b,_e.Memo=m,_e.Portal=o,_e.Profiler=a,_e.StrictMode=n,_e.Suspense=h,_e.isAsyncMode=function(e){return k(e)||y(e)===l},_e.isConcurrentMode=k,_e.isContextConsumer=function(e){return y(e)===s},_e.isContextProvider=function(e){return y(e)===i},_e.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},_e.isForwardRef=function(e){return y(e)===c},_e.isFragment=function(e){return y(e)===r},_e.isLazy=function(e){return y(e)===b},_e.isMemo=function(e){return y(e)===m},_e.isPortal=function(e){return y(e)===o},_e.isProfiler=function(e){return y(e)===a},_e.isStrictMode=function(e){return y(e)===n},_e.isSuspense=function(e){return y(e)===h},_e.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===d||e===a||e===n||e===h||e===u||"object"==typeof e&&null!==e&&(e.$$typeof===b||e.$$typeof===m||e.$$typeof===i||e.$$typeof===s||e.$$typeof===c||e.$$typeof===f||e.$$typeof===g||e.$$typeof===v||e.$$typeof===p)},_e.typeOf=y,_e}()),Le.exports}function Ie(e,t){if(null==e)return{};var o={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;o[r]=e[r]}return o}Te(),function(){if(Ee)return Ce;Ee=1;var e=Te(),t={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},r={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},n={};function a(o){return e.isMemo(o)?r:n[o.$$typeof]||t}n[e.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},n[e.Memo]=r;var i=Object.defineProperty,s=Object.getOwnPropertyNames,l=Object.getOwnPropertySymbols,d=Object.getOwnPropertyDescriptor,c=Object.getPrototypeOf,h=Object.prototype;Ce=function e(t,r,n){if("string"!=typeof r){if(h){var u=c(r);u&&u!==h&&e(t,u,n)}var m=s(r);l&&(m=m.concat(l(r)));for(var b=a(t),p=a(r),f=0;f<m.length;++f){var g=m[f];if(!(o[g]||n&&n[g]||p&&p[g]||b&&b[g])){var v=d(r,g);try{i(t,g,v)}catch(_S){}}}}return t}}();var ze=1073741823,Oe="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},$e=f.createContext||function(e,t){var o,r,n,a="__create-react-context-"+(Oe[n="__global_unique_id__"]=(Oe[n]||0)+1)+"__",i=function(e){function o(){for(var t,o,r,n=arguments.length,a=new Array(n),i=0;i<n;i++)a[i]=arguments[i];return(t=e.call.apply(e,[this].concat(a))||this).emitter=(o=t.props.value,r=[],{on:function(e){r.push(e)},off:function(e){r=r.filter(function(t){return t!==e})},get:function(){return o},set:function(e,t){o=e,r.forEach(function(e){return e(o,t)})}}),t}N(o,e);var r=o.prototype;return r.getChildContext=function(){var e;return(e={})[a]=this.emitter,e},r.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var o,r=this.props.value,n=e.value;!function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}(r,n)?(o="function"==typeof t?t(r,n):ze,0!=(o|=0)&&this.emitter.set(e.value,o)):o=0}},r.render=function(){return this.props.children},o}(f.Component);i.childContextTypes=((o={})[a]=q.object.isRequired,o);var s=function(t){function o(){for(var e,o=arguments.length,r=new Array(o),n=0;n<o;n++)r[n]=arguments[n];return(e=t.call.apply(t,[this].concat(r))||this).observedBits=void 0,e.state={value:e.getValue()},e.onUpdate=function(t,o){(0|e.observedBits)&o&&e.setState({value:e.getValue()})},e}N(o,t);var r=o.prototype;return r.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?ze:t},r.componentDidMount=function(){this.context[a]&&this.context[a].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?ze:e},r.componentWillUnmount=function(){this.context[a]&&this.context[a].off(this.onUpdate)},r.getValue=function(){return this.context[a]?this.context[a].get():e},r.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},o}(f.Component);return s.contextTypes=((r={})[a]=q.object,r),{Provider:i,Consumer:s}},Re=function(e){var t=$e();return t.displayName=e,t},Pe=Re("Router-History"),Ae=Re("Router"),Ne=function(e){function t(t){var o;return(o=e.call(this,t)||this).state={location:t.history.location},o._isMounted=!1,o._pendingLocation=null,t.staticContext||(o.unlisten=t.history.listen(function(e){o._pendingLocation=e})),o}N(t,e),t.computeRootMatch=function(e){return{path:"/",url:"/",params:{},isExact:"/"===e}};var o=t.prototype;return o.componentDidMount=function(){var e=this;this._isMounted=!0,this.unlisten&&this.unlisten(),this.props.staticContext||(this.unlisten=this.props.history.listen(function(t){e._isMounted&&e.setState({location:t})})),this._pendingLocation&&this.setState({location:this._pendingLocation})},o.componentWillUnmount=function(){this.unlisten&&(this.unlisten(),this._isMounted=!1,this._pendingLocation=null)},o.render=function(){return f.createElement(Ae.Provider,{value:{history:this.props.history,location:this.state.location,match:t.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},f.createElement(Pe.Provider,{children:this.props.children||null,value:this.props.history}))},t}(f.Component);f.Component;var Me=function(e){function t(){return e.apply(this,arguments)||this}N(t,e);var o=t.prototype;return o.componentDidMount=function(){this.props.onMount&&this.props.onMount.call(this,this)},o.componentDidUpdate=function(e){this.props.onUpdate&&this.props.onUpdate.call(this,this,e)},o.componentWillUnmount=function(){this.props.onUnmount&&this.props.onUnmount.call(this,this)},o.render=function(){return null},t}(f.Component),De={},Ve=0;function je(e,t){return void 0===e&&(e="/"),void 0===t&&(t={}),"/"===e?e:function(e){if(De[e])return De[e];var t=xe.compile(e);return Ve<1e4&&(De[e]=t,Ve++),t}(e)(t,{pretty:!0})}function Fe(e){var t=e.computedMatch,o=e.to,r=e.push,n=void 0!==r&&r;return f.createElement(Ae.Consumer,null,function(e){e||Q();var r=e.history,a=e.staticContext,i=n?r.push:r.replace,s=ne(t?"string"==typeof o?je(o,t.params):Z({},o,{pathname:je(o.pathname,t.params)}):o);return a?(i(s),null):f.createElement(Me,{onMount:function(){i(s)},onUpdate:function(e,t){var o=ne(t.to);ae(o,Z({},s,{key:o.key}))||i(s)},to:o})})}var Be={},He=0;function We(e,t){void 0===t&&(t={}),("string"==typeof t||Array.isArray(t))&&(t={path:t});var o=t,r=o.path,n=o.exact,a=void 0!==n&&n,i=o.strict,s=void 0!==i&&i,l=o.sensitive,d=void 0!==l&&l;return[].concat(r).reduce(function(t,o){if(!o&&""!==o)return null;if(t)return t;var r=function(e,t){var o=""+t.end+t.strict+t.sensitive,r=Be[o]||(Be[o]={});if(r[e])return r[e];var n=[],a={regexp:xe(e,n,t),keys:n};return He<1e4&&(r[e]=a,He++),a}(o,{end:a,strict:s,sensitive:d}),n=r.regexp,i=r.keys,l=n.exec(e);if(!l)return null;var c=l[0],h=l.slice(1),u=e===c;return a&&!u?null:{path:o,url:"/"===o&&""===c?"/":c,isExact:u,params:i.reduce(function(e,t,o){return e[t.name]=h[o],e},{})}},null)}var Ue=function(e){function t(){return e.apply(this,arguments)||this}return N(t,e),t.prototype.render=function(){var e=this;return f.createElement(Ae.Consumer,null,function(t){t||Q();var o=e.props.location||t.location,r=Z({},t,{location:o,match:e.props.computedMatch?e.props.computedMatch:e.props.path?We(o.pathname,e.props):t.match}),n=e.props,a=n.children,i=n.component,s=n.render;return Array.isArray(a)&&function(e){return 0===f.Children.count(e)}(a)&&(a=null),f.createElement(Ae.Provider,{value:r},r.match?a?"function"==typeof a?a(r):a:i?f.createElement(i,r):s?s(r):null:"function"==typeof a?a(r):null)})},t}(f.Component);f.Component,f.Component,f.useContext,f.Component;var qe=function(e){function t(){for(var t,o=arguments.length,r=new Array(o),n=0;n<o;n++)r[n]=arguments[n];return(t=e.call.apply(e,[this].concat(r))||this).history=be(t.props),t}return N(t,e),t.prototype.render=function(){return f.createElement(Ne,{history:this.history,children:this.props.children})},t}(f.Component),Ze=function(e,t){return"function"==typeof e?e(t):e},Ye=function(e,t){return"string"==typeof e?ne(e,null,null,t):e},Xe=function(e){return e},Ge=f.forwardRef;void 0===Ge&&(Ge=Xe);var Ke=Ge(function(e,t){var o=e.innerRef,r=e.navigate,n=e.onClick,a=Ie(e,["innerRef","navigate","onClick"]),i=a.target,s=Z({},a,{onClick:function(e){try{n&&n(e)}catch(t){throw e.preventDefault(),t}e.defaultPrevented||0!==e.button||i&&"_self"!==i||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)||(e.preventDefault(),r())}});return s.ref=Xe!==Ge&&t||o,f.createElement("a",s)}),Qe=Ge(function(e,t){var o=e.component,r=void 0===o?Ke:o,n=e.replace,a=e.to,i=e.innerRef,s=Ie(e,["component","replace","to","innerRef"]);return f.createElement(Ae.Consumer,null,function(e){e||Q();var o=e.history,l=Ye(Ze(a,e.location),e.location),d=l?o.createHref(l):"",c=Z({},s,{href:d,navigate:function(){var t=Ze(a,e.location),r=re(e.location)===re(Ye(t));(n||r?o.replace:o.push)(t)}});return Xe!==Ge?c.ref=t||i:c.innerRef=i,f.createElement(r,c)})}),Je=function(e){return e},et=f.forwardRef;void 0===et&&(et=Je);var tt=et(function(e,t){var o=e["aria-current"],r=void 0===o?"page":o,n=e.activeClassName,a=void 0===n?"active":n,i=e.activeStyle,s=e.className,l=e.exact,d=e.isActive,c=e.location,h=e.sensitive,u=e.strict,m=e.style,b=e.to,p=e.innerRef,g=Ie(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","sensitive","strict","style","to","innerRef"]);return f.createElement(Ae.Consumer,null,function(e){e||Q();var o=c||e.location,n=Ye(Ze(b,o),o),v=n.pathname,y=v&&v.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),k=y?We(o.pathname,{path:y,exact:l,sensitive:h,strict:u}):null,x=!!(d?d(k,o):k),w="function"==typeof s?s(x):s,S="function"==typeof m?m(x):m;x&&(w=function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return t.filter(function(e){return e}).join(" ")}(w,a),S=Z({},S,i));var C=Z({"aria-current":x&&r||null,className:w,style:S,to:n},g);return Je!==et?C.ref=t||p:C.innerRef=p,f.createElement(Qe,C)})});const ot=function(e,t,o){let r=Promise.resolve();function n(e){const t=new Event("vite:preloadError",{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(const e of t||[])"rejected"===e.status&&n(e.reason);return e().catch(n)})};var rt={allRenderFn:!1,element:!0,event:!0,hasRenderFn:!0,hostListener:!0,hostListenerTargetWindow:!0,hostListenerTargetDocument:!0,hostListenerTargetBody:!0,hostListenerTargetParent:!1,hostListenerTarget:!0,member:!0,method:!0,mode:!0,observeAttribute:!0,prop:!0,propMutable:!0,reflect:!0,scoped:!0,shadowDom:!0,slot:!0,cssAnnotations:!0,state:!0,style:!0,formAssociated:!1,svg:!0,updatable:!0,vdomAttribute:!0,vdomXlink:!0,vdomClass:!0,vdomFunctional:!0,vdomKey:!0,vdomListener:!0,vdomRef:!0,vdomPropOrAttr:!0,vdomRender:!0,vdomStyle:!0,vdomText:!0,watchCallback:!0,taskQueue:!0,hotModuleReplacement:!1,isDebug:!1,isDev:!1,isTesting:!1,hydrateServerSide:!1,hydrateClientSide:!1,lifecycleDOMEvents:!1,lazyLoad:!1,profile:!1,slotRelocation:!0,appendChildSlotFix:!1,cloneNodeFix:!1,hydratedAttribute:!1,hydratedClass:!0,scriptDataOpts:!1,scopedSlotTextContentFix:!1,shadowDomShim:!1,slotChildNodesFix:!1,invisiblePrehydration:!0,propBoolean:!0,propNumber:!0,propString:!0,constructableCSS:!0,devTools:!1,shadowDelegatesFocus:!0,initializeNextTick:!1,asyncLoading:!0,asyncQueue:!1,transformTagName:!1,attachStyles:!0,experimentalSlotFixes:!1},nt=Object.defineProperty,at=!0,it=(e,t)=>{var o;const r=t.$cmpMeta$;Object.entries(null!=(o=r.$members$)?o:{}).map(([o,[r]])=>{if(31&r||32&r){const r=e[o],n=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(e),o);Object.defineProperty(e,o,{get(){return n.get.call(this)},set(e){n.set.call(this,e)},configurable:!0,enumerable:!0}),e[o]=t.$instanceValues$.has(o)?t.$instanceValues$.get(o):r}})},st=e=>{if(e.__stencil__getHostRef)return e.__stencil__getHostRef()},lt=(e,t)=>t in e,dt=(e,t)=>(0,console.error)(e,t),ct=new Map,ht=[],ut="http://www.w3.org/1999/xlink",mt="undefined"!=typeof window?window:{},bt=mt.HTMLElement||class{},pt={$flags$:0,$resourcesUrl$:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,o,r)=>e.addEventListener(t,o,r),rel:(e,t,o,r)=>e.removeEventListener(t,o,r),ce:(e,t)=>new CustomEvent(e,t)},ft=(()=>{var e;let t=!1;try{null==(e=mt.document)||e.addEventListener("e",null,Object.defineProperty({},"passive",{get(){t=!0}}))}catch(_S){}return t})(),gt=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(_S){}return!1})(),vt=!!gt&&(()=>!!mt.document&&Object.getOwnPropertyDescriptor(mt.document.adoptedStyleSheets,"length").writable)(),yt=!1,kt=[],xt=[],wt=(e,t)=>o=>{e.push(o),yt||(yt=!0,t&&4&pt.$flags$?Et(Ct):pt.raf(Ct))},St=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(_S){dt(_S)}e.length=0},Ct=()=>{St(kt),St(xt),(yt=kt.length>0)&&pt.raf(Ct)},Et=e=>(e=>Promise.resolve(e))().then(e),Lt=e("r",wt(kt,!1)),_t=e("w",wt(xt,!0)),Tt=e=>"object"==(e=typeof e)||"function"===e;((e,t)=>{for(var o in t)nt(e,o,{get:t[o],enumerable:!0})})({},{err:()=>zt,map:()=>Ot,ok:()=>It,unwrap:()=>Rt,unwrapErr:()=>Pt});var It=e=>({isOk:!0,isErr:!1,value:e}),zt=e=>({isOk:!1,isErr:!0,value:e});function Ot(e,t){if(e.isOk){const o=t(e.value);return o instanceof Promise?o.then(e=>It(e)):It(o)}if(e.isErr){const t=e.value;return zt(t)}throw"should never get here"}var $t,Rt=e=>{if(e.isOk)return e.value;throw e.value},Pt=e=>{if(e.isErr)return e.value;throw e.value};function At(e){const t=this.attachShadow({mode:"open",delegatesFocus:!!(16&e.$flags$)});void 0===$t&&($t=null),$t&&(vt?t.adoptedStyleSheets.push($t):t.adoptedStyleSheets=[...t.adoptedStyleSheets,$t])}var Nt=e=>{const t=Ft(e,"childNodes");e.tagName&&e.tagName.includes("-")&&e["s-cr"]&&"SLOT-FB"!==e.tagName&&Mt(t,e.tagName).forEach(e=>{1===e.nodeType&&"SLOT-FB"===e.tagName&&(Dt(e,jt(e),!1).length?e.hidden=!0:e.hidden=!1)});let o=0;for(o=0;o<t.length;o++){const e=t[o];1===e.nodeType&&Ft(e,"childNodes").length&&Nt(e)}};function Mt(e,t,o){let r,n=0,a=[];for(;n<e.length;n++)r=e[n],!r["s-sr"]||t&&r["s-hn"]!==t||void 0!==o||a.push(r),a=[...a,...Mt(r.childNodes,t,o)];return a}var Dt=(e,t,o=!0)=>{const r=[];(o&&e["s-sr"]||!e["s-sr"])&&r.push(e);let n=e;for(;n=n.nextSibling;)jt(n)!==t||!o&&n["s-sr"]||r.push(n);return r},Vt=(e,t)=>1===e.nodeType?null===e.getAttribute("slot")&&""===t||e.getAttribute("slot")===t:e["s-sn"]===t||""===t,jt=e=>"string"==typeof e["s-sn"]?e["s-sn"]:1===e.nodeType&&e.getAttribute("slot")||void 0;function Ft(e,t){if("__"+t in e){const o=e["__"+t];return"function"!=typeof o?o:o.bind(e)}return"function"!=typeof e[t]?e[t]:e[t].bind(e)}var Bt=new WeakMap,Ht=e=>{const t=e.$cmpMeta$,o=e.$hostElement$,r=t.$flags$,n=(t.$tagName$,()=>{}),a=((e,t,o)=>{var r;const n=Wt(t,o),a=ct.get(n);if(!mt.document)return n;if(e=11===e.nodeType?e:mt.document,a)if("string"==typeof a){e=e.head||e;let o,i=Bt.get(e);if(i||Bt.set(e,i=new Set),!i.has(n)){{o=mt.document.createElement("style"),o.innerHTML=a;const n=null!=(r=pt.$nonce$)?r:function(e){var t,o,r;return null!=(r=null==(o=null==(t=e.head)?void 0:t.querySelector('meta[name="csp-nonce"]'))?void 0:o.getAttribute("content"))?r:void 0}(mt.document);if(null!=n&&o.setAttribute("nonce",n),!(1&t.$flags$))if("HEAD"===e.nodeName){const t=e.querySelectorAll("link[rel=preconnect]"),r=t.length>0?t[t.length-1].nextSibling:e.querySelector("style");e.insertBefore(o,(null==r?void 0:r.parentNode)===e?r:null)}else if("host"in e)if(gt){const t=new CSSStyleSheet;t.replaceSync(a),vt?e.adoptedStyleSheets.unshift(t):e.adoptedStyleSheets=[t,...e.adoptedStyleSheets]}else{const t=e.querySelector("style");t?t.innerHTML=a+t.innerHTML:e.prepend(o)}else e.append(o);1&t.$flags$&&e.insertBefore(o,null)}4&t.$flags$&&(o.innerHTML+="slot-fb{display:contents}slot-fb[hidden]{display:none}"),i&&i.add(n)}}else e.adoptedStyleSheets.includes(a)||(vt?e.adoptedStyleSheets.push(a):e.adoptedStyleSheets=[...e.adoptedStyleSheets,a]);return n})(o.shadowRoot?o.shadowRoot:o.getRootNode(),t,e.$modeName$);10&r&&(o["s-sc"]=a,o.classList.add(a+"-h")),n()},Wt=(e,t)=>"sc-"+(t&&32&e.$flags$?e.$tagName$+"-"+t:e.$tagName$),Ut=(e,t,...o)=>{let r=null,n=null,a=null,i=!1,s=!1;const l=[],d=t=>{for(let o=0;o<t.length;o++)r=t[o],Array.isArray(r)?d(r):null!=r&&"boolean"!=typeof r&&((i="function"!=typeof e&&!Tt(r))&&(r=String(r)),i&&s?l[l.length-1].$text$+=r:l.push(i?qt(null,r):r),s=i)};if(d(o),t){t.key&&(n=t.key),t.name&&(a=t.name);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter(t=>e[t]).join(" "))}}if("function"==typeof e)return e(null===t?{}:t,l,Yt);const c=qt(e,null);return c.$attrs$=t,l.length>0&&(c.$children$=l),c.$key$=n,c.$name$=a,c},qt=(e,t)=>{const o={$flags$:0,$tag$:e,$text$:t,$elm$:null,$children$:null,$attrs$:null,$key$:null,$name$:null};return o},Zt={},Yt={forEach:(e,t)=>e.map(Xt).forEach(t),map:(e,t)=>e.map(Xt).map(t).map(Gt)},Xt=e=>({vattrs:e.$attrs$,vchildren:e.$children$,vkey:e.$key$,vname:e.$name$,vtag:e.$tag$,vtext:e.$text$}),Gt=e=>{if("function"==typeof e.vtag){const t={...e.vattrs};return e.vkey&&(t.key=e.vkey),e.vname&&(t.name=e.vname),Ut(e.vtag,t,...e.vchildren||[])}const t=qt(e.vtag,e.vtext);return t.$attrs$=e.vattrs,t.$children$=e.vchildren,t.$key$=e.vkey,t.$name$=e.vname,t},Kt=e=>{const t=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(`(^|[^@]|@(?!supports\\s+selector\\s*\\([^{]*?${t}))(${t}\\b)`,"g")};Kt("::slotted"),Kt(":host"),Kt(":host-context");var Qt,Jt,eo,to=(e,t,o)=>{if("string"==typeof e&&(16&t||8&t)&&(e.startsWith("{")&&e.endsWith("}")||e.startsWith("[")&&e.endsWith("]")))try{return JSON.parse(e)}catch(_S){}return null==e||Tt(e)?e:4&t?"false"!==e&&(""===e||!!e):2&t?"string"==typeof e?parseFloat(e):"number"==typeof e?e:NaN:1&t?String(e):e},oo=(e,t,o)=>{const r=e;return{emit:e=>ro(r,t,{bubbles:!!(4&o),composed:!!(2&o),cancelable:!!(1&o),detail:e})}},ro=(e,t,o)=>{const r=pt.ce(t,o);return e.dispatchEvent(r),r},no=(e,t,o,r,n,a,i)=>{if(o===r)return;let s=lt(e,t),l=t.toLowerCase();if("class"===t){const t=e.classList,n=io(o);let a=io(r);t.remove(...n.filter(e=>e&&!a.includes(e))),t.add(...a.filter(e=>e&&!n.includes(e)))}else if("style"===t){for(const t in o)r&&null!=r[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in r)o&&r[t]===o[t]||(t.includes("-")?e.style.setProperty(t,r[t]):e.style[t]=r[t])}else if("key"===t);else if("ref"===t)r&&r(e);else if(e.__lookupSetter__(t)||"o"!==t[0]||"n"!==t[1]){const i=Tt(r);if((s||i&&null!==r)&&!n)try{if(e.tagName.includes("-"))e[t]!==r&&(e[t]=r);else{const n=null==r?"":r;"list"===t?s=!1:null!=o&&e[t]==n||("function"==typeof e.__lookupSetter__(t)?e[t]=n:e.setAttribute(t,n))}}catch(_S){}let d=!1;l!==(l=l.replace(/^xlink\:?/,""))&&(t=l,d=!0),null==r||!1===r?!1===r&&""!==e.getAttribute(t)||(d?e.removeAttributeNS(ut,t):e.removeAttribute(t)):(!s||4&a||n)&&!i&&1===e.nodeType&&(r=!0===r?"":r,d?e.setAttributeNS(ut,t,r):e.setAttribute(t,r))}else if(t="-"===t[2]?t.slice(3):lt(mt,l)?l.slice(2):l[2]+t.slice(3),o||r){const n=t.endsWith(so);t=t.replace(lo,""),o&&pt.rel(e,t,o,n),r&&pt.ael(e,t,r,n)}},ao=/\s/,io=e=>("object"==typeof e&&e&&"baseVal"in e&&(e=e.baseVal),e&&"string"==typeof e?e.split(ao):[]),so="Capture",lo=new RegExp(so+"$"),co=(e,t,o,r)=>{const n=11===t.$elm$.nodeType&&t.$elm$.host?t.$elm$.host:t.$elm$,a=e&&e.$attrs$||{},i=t.$attrs$||{};for(const s of ho(Object.keys(a)))s in i||no(n,s,a[s],void 0,o,t.$flags$);for(const s of ho(Object.keys(i)))no(n,s,a[s],i[s],o,t.$flags$)};function ho(e){return e.includes("ref")?[...e.filter(e=>"ref"!==e),"ref"]:e}var uo=!1,mo=!1,bo=!1,po=!1,fo=(e,t,o)=>{var r;const n=t.$children$[o];let a,i,s,l=0;if(uo||(bo=!0,"slot"===n.$tag$&&(n.$flags$|=n.$children$?2:1)),null!==n.$text$)a=n.$elm$=mt.document.createTextNode(n.$text$);else if(1&n.$flags$)a=n.$elm$=mt.document.createTextNode(""),co(null,n,po);else{if(po||(po="svg"===n.$tag$),!mt.document)throw new Error("You are trying to render a Stencil component in an environment that doesn't support the DOM. Make sure to populate the [`window`](https://developer.mozilla.org/en-US/docs/Web/API/Window/window) object before rendering a component.");if(a=n.$elm$=mt.document.createElementNS(po?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",!uo&&rt.slotRelocation&&2&n.$flags$?"slot-fb":n.$tag$),po&&"foreignObject"===n.$tag$&&(po=!1),co(null,n,po),(e=>null!=e&&void 0!==e)(Qt)&&a["s-si"]!==Qt&&a.classList.add(a["s-si"]=Qt),n.$children$)for(l=0;l<n.$children$.length;++l)i=fo(e,n,l),i&&a.appendChild(i);"svg"===n.$tag$?po=!1:"foreignObject"===a.tagName&&(po=!0)}return a["s-hn"]=eo,3&n.$flags$&&(a["s-sr"]=!0,a["s-cr"]=Jt,a["s-sn"]=n.$name$||"",a["s-rf"]=null==(r=n.$attrs$)?void 0:r.ref,function(e){if(e.assignedElements||e.assignedNodes||!e["s-sr"])return;const t=t=>function(e){const o=[],r=this["s-sn"];(null==e?void 0:e.flatten)&&console.error("\n Flattening is not supported for Stencil non-shadow slots.\n You can use `.childNodes` to nested slot fallback content.\n If you have a particular use case, please open an issue on the Stencil repo.\n ");const n=this["s-cr"].parentElement;return(n.__childNodes?n.childNodes:(e=>{const t=[];for(let o=0;o<e.length;o++){const r=e[o]["s-nr"]||void 0;r&&r.isConnected&&t.push(r)}return t})(n.childNodes)).forEach(e=>{r===jt(e)&&o.push(e)}),t?o.filter(e=>1===e.nodeType):o}.bind(e);e.assignedElements=t(!0),e.assignedNodes=t(!1)}(a),s=e&&e.$children$&&e.$children$[o],s&&s.$tag$===n.$tag$&&e.$elm$&&go(e.$elm$,!1),_o(Jt,a,t.$elm$,null==e?void 0:e.$elm$)),a},go=(e,t)=>{pt.$flags$|=1;const o=Array.from(e.__childNodes||e.childNodes);e["s-sr"];for(let r=o.length-1;r>=0;r--){const e=o[r];e["s-hn"]!==eo&&e["s-ol"]&&(Lo(xo(e).parentNode,e,xo(e)),e["s-ol"].remove(),e["s-ol"]=void 0,e["s-sh"]=void 0,bo=!0),t&&go(e,t)}pt.$flags$&=-2},vo=(e,t,o,r,n,a)=>{let i,s=e["s-cr"]&&e["s-cr"].parentNode||e;for(s.shadowRoot&&s.tagName===eo&&(s=s.shadowRoot);n<=a;++n)r[n]&&(i=fo(null,o,n),i&&(r[n].$elm$=i,Lo(s,i,xo(t))))},yo=(e,t,o)=>{for(let r=t;r<=o;++r){const t=e[r];if(t){const e=t.$elm$;Eo(t),e&&(mo=!0,e["s-ol"]?e["s-ol"].remove():go(e,!0),e.remove())}}},ko=(e,t,o=!1)=>e.$tag$===t.$tag$&&("slot"===e.$tag$?e.$name$===t.$name$:o?(o&&!e.$key$&&t.$key$&&(e.$key$=t.$key$),!0):e.$key$===t.$key$),xo=e=>e&&e["s-ol"]||e,wo=(e,t,o=!1)=>{const r=t.$elm$=e.$elm$,n=e.$children$,a=t.$children$,i=t.$tag$,s=t.$text$;let l;null===s?(co(e,t,po="svg"===i||"foreignObject"!==i&&po),null!==n&&null!==a?((e,t,o,r,n=!1)=>{let a,i,s=0,l=0,d=0,c=0,h=t.length-1,u=t[0],m=t[h],b=r.length-1,p=r[0],f=r[b];for(;s<=h&&l<=b;)if(null==u)u=t[++s];else if(null==m)m=t[--h];else if(null==p)p=r[++l];else if(null==f)f=r[--b];else if(ko(u,p,n))wo(u,p,n),u=t[++s],p=r[++l];else if(ko(m,f,n))wo(m,f,n),m=t[--h],f=r[--b];else if(ko(u,f,n))"slot"!==u.$tag$&&"slot"!==f.$tag$||go(u.$elm$.parentNode,!1),wo(u,f,n),Lo(e,u.$elm$,m.$elm$.nextSibling),u=t[++s],f=r[--b];else if(ko(m,p,n))"slot"!==u.$tag$&&"slot"!==f.$tag$||go(m.$elm$.parentNode,!1),wo(m,p,n),Lo(e,m.$elm$,u.$elm$),m=t[--h],p=r[++l];else{for(d=-1,c=s;c<=h;++c)if(t[c]&&null!==t[c].$key$&&t[c].$key$===p.$key$){d=c;break}d>=0?(i=t[d],i.$tag$!==p.$tag$?a=fo(t&&t[l],o,d):(wo(i,p,n),t[d]=void 0,a=i.$elm$),p=r[++l]):(a=fo(t&&t[l],o,l),p=r[++l]),a&&Lo(xo(u.$elm$).parentNode,a,xo(u.$elm$))}s>h?vo(e,null==r[b+1]?null:r[b+1].$elm$,o,r,l,b):l>b&&yo(t,s,h)})(r,n,t,a,o):null!==a?(null!==e.$text$&&(r.textContent=""),vo(r,null,t,a,0,a.length-1)):!o&&rt.updatable&&null!==n&&yo(n,0,n.length-1),po&&"svg"===i&&(po=!1)):(l=r["s-cr"])?l.parentNode.textContent=s:e.$text$!==s&&(r.data=s)},So=[],Co=e=>{let t,o,r;const n=e.__childNodes||e.childNodes;for(const a of n){if(a["s-sr"]&&(t=a["s-cr"])&&t.parentNode){o=t.parentNode.__childNodes||t.parentNode.childNodes;const e=a["s-sn"];for(r=o.length-1;r>=0;r--)if(t=o[r],!t["s-cn"]&&!t["s-nr"]&&t["s-hn"]!==a["s-hn"])if(Vt(t,e)){let o=So.find(e=>e.$nodeToRelocate$===t);mo=!0,t["s-sn"]=t["s-sn"]||e,o?(o.$nodeToRelocate$["s-sh"]=a["s-hn"],o.$slotRefNode$=a):(t["s-sh"]=a["s-hn"],So.push({$slotRefNode$:a,$nodeToRelocate$:t})),t["s-sr"]&&So.map(e=>{Vt(e.$nodeToRelocate$,t["s-sn"])&&(o=So.find(e=>e.$nodeToRelocate$===t),o&&!e.$slotRefNode$&&(e.$slotRefNode$=o.$slotRefNode$))})}else So.some(e=>e.$nodeToRelocate$===t)||So.push({$nodeToRelocate$:t})}1===a.nodeType&&Co(a)}},Eo=e=>{e.$attrs$&&e.$attrs$.ref&&e.$attrs$.ref(null),e.$children$&&e.$children$.map(Eo)},Lo=(e,t,o)=>("string"==typeof t["s-sn"]&&t["s-sr"]&&t["s-cr"]&&_o(t["s-cr"],t,e,t.parentElement),null==e?void 0:e.insertBefore(t,o));function _o(e,t,o,r){var n,a;let i;if(e&&"string"==typeof t["s-sn"]&&t["s-sr"]&&e.parentNode&&e.parentNode["s-sc"]&&(i=t["s-si"]||e.parentNode["s-sc"])){const e=t["s-sn"],s=t["s-hn"];if(null==(n=o.classList)||n.add(i+"-s"),r&&(null==(a=r.classList)?void 0:a.contains(i+"-s"))){let t=(r.__childNodes||r.childNodes)[0],o=!1;for(;t;){if(t["s-sn"]!==e&&t["s-hn"]===s&&t["s-sr"]){o=!0;break}t=t.nextSibling}o||r.classList.remove(i+"-s")}}}var To=(e,t,o=!1)=>{var r,n,a,i,s;const l=e.$hostElement$,d=e.$cmpMeta$,c=e.$vnode$||qt(null,null);var h;const u=(h=t)&&h.$tag$===Zt?t:Ut(null,null,t);if(eo=l.tagName,d.$attrsToReflect$&&(u.$attrs$=u.$attrs$||{},d.$attrsToReflect$.map(([e,t])=>u.$attrs$[t]=l[e])),o&&u.$attrs$)for(const m of Object.keys(u.$attrs$))l.hasAttribute(m)&&!["key","ref","style","class"].includes(m)&&(u.$attrs$[m]=l[m]);if(u.$tag$=null,u.$flags$|=4,e.$vnode$=u,u.$elm$=c.$elm$=l.shadowRoot||l,Qt=l["s-sc"],uo=!(!(1&d.$flags$)||128&d.$flags$),Jt=l["s-cr"],mo=!1,wo(c,u,o),pt.$flags$|=1,bo){Co(u.$elm$);for(const e of So){const t=e.$nodeToRelocate$;if(!t["s-ol"]&&mt.document){const e=mt.document.createTextNode("");e["s-nr"]=t,Lo(t.parentNode,t["s-ol"]=e,t)}}for(const e of So){const t=e.$nodeToRelocate$,s=e.$slotRefNode$;if(s){const e=s.parentNode;let o=s.nextSibling;{let a=null==(r=t["s-ol"])?void 0:r.previousSibling;for(;a;){let r=null!=(n=a["s-nr"])?n:null;if(r&&r["s-sn"]===t["s-sn"]&&e===(r.__parentNode||r.parentNode)){for(r=r.nextSibling;r===t||(null==r?void 0:r["s-sr"]);)r=null==r?void 0:r.nextSibling;if(!r||!r["s-nr"]){o=r;break}}a=a.previousSibling}}const i=t.__parentNode||t.parentNode,l=t.__nextSibling||t.nextSibling;(!o&&e!==i||l!==o)&&t!==o&&(!t["s-hn"]&&t["s-ol"]&&(t["s-hn"]=t["s-ol"].parentNode.nodeName),Lo(e,t,o),1===t.nodeType&&"SLOT-FB"!==t.tagName&&(t.hidden=null!=(a=t["s-ih"])&&a)),t&&"function"==typeof s["s-rf"]&&s["s-rf"](s)}else 1===t.nodeType&&(o&&(t["s-ih"]=null!=(i=t.hidden)&&i),t.hidden=!0)}}if(mo&&Nt(u.$elm$),pt.$flags$&=-2,So.length=0,rt.experimentalScopedSlotChanges&&2&d.$flags$){const e=u.$elm$.__childNodes||u.$elm$.childNodes;for(const t of e)t["s-hn"]===eo||t["s-sh"]||(o&&null==t["s-ih"]&&(t["s-ih"]=null!=(s=t.hidden)&&s),t.hidden=!0)}Jt=void 0},Io=(e,t)=>{if(t&&!e.$onRenderResolve$&&t["s-p"]){const o=t["s-p"].push(new Promise(r=>e.$onRenderResolve$=()=>{t["s-p"].splice(o-1,1),r()}))}},zo=(e,t)=>{if(e.$flags$|=16,4&e.$flags$)return void(e.$flags$|=512);Io(e,e.$ancestorComponent$);const o=()=>Oo(e,t);if(!t)return _t(o);queueMicrotask(()=>{o()})},Oo=(e,t)=>{const o=e.$hostElement$,r=(e.$cmpMeta$.$tagName$,()=>{}),n=o;if(!n)throw new Error(`Can't render component <${o.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let a;return a=Do(n,t?"componentWillLoad":"componentWillUpdate",void 0,o),a=$o(a,()=>Do(n,"componentWillRender",void 0,o)),r(),$o(a,()=>Po(e,n,t))},$o=(e,t)=>Ro(e)?e.then(t).catch(e=>{console.error(e),t()}):t(),Ro=e=>e instanceof Promise||e&&e.then&&"function"==typeof e.then,Po=async(e,t,o)=>{var r;const n=e.$hostElement$,a=(e.$cmpMeta$.$tagName$,()=>{}),i=n["s-rc"];o&&Ht(e);const s=(e.$cmpMeta$.$tagName$,()=>{});Ao(e,t,n,o),i&&(i.map(e=>e()),n["s-rc"]=void 0),s(),a();{const t=null!=(r=n["s-p"])?r:[],o=()=>No(e);0===t.length?o():(Promise.all(t).then(o),e.$flags$|=4,t.length=0)}},Ao=(e,t,o,r)=>{try{t=t.render&&t.render(),e.$flags$&=-17,e.$flags$|=2,(rt.hasRenderFn||rt.reflect)&&(rt.vdomRender||rt.reflect)&&(rt.hydrateServerSide||To(e,t,r))}catch(_S){dt(_S,e.$hostElement$)}return null},No=e=>{e.$cmpMeta$.$tagName$;const t=e.$hostElement$,o=()=>{},r=t,n=e.$ancestorComponent$;Do(r,"componentDidRender",void 0,t),64&e.$flags$?(Do(r,"componentDidUpdate",void 0,t),o()):(e.$flags$|=64,Vo(t),Do(r,"componentDidLoad",void 0,t),o(),e.$onReadyResolve$(t),n||Mo()),e.$onRenderResolve$&&(e.$onRenderResolve$(),e.$onRenderResolve$=void 0),512&e.$flags$&&Et(()=>zo(e,!1)),e.$flags$&=-517},Mo=e=>{Et(()=>ro(mt,"appload",{detail:{namespace:"app"}}))},Do=(e,t,o,r)=>{if(e&&e[t])try{return e[t](o)}catch(_S){dt(_S,r)}},Vo=e=>{var t;return e.classList.add(null!=(t=rt.hydratedSelectorName)?t:"hydrated")},jo=(e,t,o,r)=>{const n=st(e);if(!n)return;const a=e,i=n.$instanceValues$.get(t),s=n.$flags$,l=a;o=to(o,r.$members$[t][0]);const d=Number.isNaN(i)&&Number.isNaN(o);if(o!==i&&!d){if(n.$instanceValues$.set(t,o),r.$watchers$&&128&s){const e=r.$watchers$[t];e&&e.map(e=>{try{l[e](o,i,t)}catch(_S){dt(_S,a)}})}if(2==(18&s)){if(l.componentShouldUpdate&&!1===l.componentShouldUpdate(o,i,t))return;zo(n,!1)}}},Fo=(e,t,o)=>{var r,n;const a=e.prototype;if(t.$members$||t.$watchers$||e.watchers){e.watchers&&!t.$watchers$&&(t.$watchers$=e.watchers);const o=Object.entries(null!=(r=t.$members$)?r:{});o.map(([e,[o]])=>{if(31&o||32&o){const{get:r,set:n}=Object.getOwnPropertyDescriptor(a,e)||{};r&&(t.$members$[e][0]|=2048),n&&(t.$members$[e][0]|=4096),Object.defineProperty(a,e,{get(){return r?r.apply(this):(t=e,st(this).$instanceValues$.get(t));var t},configurable:!0,enumerable:!0}),Object.defineProperty(a,e,{set(r){const a=st(this);if(a){if(n){const i=32&o?this[e]:a.$hostElement$[e];return void 0===i&&a.$instanceValues$.get(e)?r=a.$instanceValues$.get(e):!a.$instanceValues$.get(e)&&i&&a.$instanceValues$.set(e,i),n.apply(this,[to(r,o)]),r=32&o?this[e]:a.$hostElement$[e],void jo(this,e,r,t)}jo(this,e,r,t)}}})}});{const r=new Map;a.attributeChangedCallback=function(e,o,n){pt.jmp(()=>{var i;const s=r.get(e);if(this.hasOwnProperty(s)&&rt.lazyLoad);else{if(a.hasOwnProperty(s)&&"number"==typeof this[s]&&this[s]==n)return;if(null==s){const r=st(this),a=null==r?void 0:r.$flags$;if(r&&a&&!(8&a)&&128&a&&n!==o){const r=this,a=null==(i=t.$watchers$)?void 0:i[e];null==a||a.forEach(t=>{null!=r[t]&&r[t].call(r,n,o,e)})}return}}const l=Object.getOwnPropertyDescriptor(a,s);(n=(null!==n||"boolean"!=typeof this[s])&&n)===this[s]||l.get&&!l.set||(this[s]=n)})},e.observedAttributes=Array.from(new Set([...Object.keys(null!=(n=t.$watchers$)?n:{}),...o.filter(([e,t])=>15&t[0]).map(([e,o])=>{var n;const a=o[1]||e;return r.set(a,e),512&o[0]&&(null==(n=t.$attrsToReflect$)||n.push([e,a])),a})]))}}return e},Bo=async(e,t,o,r)=>{let n;if(!(32&t.$flags$)){t.$flags$|=32,o.$lazyBundleId$;{n=e.constructor;const o=e.localName;customElements.whenDefined(o).then(()=>t.$flags$|=128)}if(n&&n.style){let r;"string"==typeof n.style?r=n.style:"string"!=typeof n.style&&(t.$modeName$=(e=>ht.map(t=>t(e)).find(e=>!!e))(e),t.$modeName$&&(r=n.style[t.$modeName$]));const a=Wt(o,t.$modeName$);if(!ct.has(a)){const e=(o.$tagName$,()=>{});((e,t,o)=>{let r=ct.get(e);gt&&o?(r=r||new CSSStyleSheet,"string"==typeof r?r=t:r.replaceSync(t)):r=t,ct.set(e,r)})(a,r,!!(1&o.$flags$)),e()}}}const a=t.$ancestorComponent$,i=()=>zo(t,!0);a&&a["s-rc"]?a["s-rc"].push(i):i()},Ho=e=>{if(!mt.document)return;const t=e["s-cr"]=mt.document.createComment("");t["s-cn"]=!0,Lo(e,t,e.firstChild)},Wo=(e,t)=>{const o={$flags$:t[0],$tagName$:t[1]};o.$members$=t[2],o.$listeners$=t[3],o.$watchers$=e.$watchers$,o.$attrsToReflect$=[],!(1&o.$flags$)&&o.$flags$;const r=e.prototype.connectedCallback,n=e.prototype.disconnectedCallback;return Object.assign(e.prototype,{__hasHostListenerAttached:!1,__registerHost(){((e,t)=>{const o={$flags$:0,$hostElement$:e,$cmpMeta$:t,$instanceValues$:new Map};o.$onReadyPromise$=new Promise(e=>o.$onReadyResolve$=e),e["s-p"]=[],e["s-rc"]=[];const r=o;e.__stencil__getHostRef=()=>r,rt.modernPropertyDecls&&rt.state&&it(e,o)})(this,o)},connectedCallback(){if(!this.__hasHostListenerAttached){const e=st(this);if(!e)return;Uo(this,e,o.$listeners$),this.__hasHostListenerAttached=!0}(e=>{if(!(1&pt.$flags$)){const t=st(e);if(!t)return;const o=t.$cmpMeta$,r=(o.$tagName$,()=>{});if(1&t.$flags$)Uo(e,t,o.$listeners$),(null==t?void 0:t.$lazyInstance$)?t.$lazyInstance$:(null==t?void 0:t.$onReadyPromise$)&&t.$onReadyPromise$.then(()=>{t.$lazyInstance$});else{t.$flags$|=1,12&o.$flags$&&Ho(e);{let o=e;for(;o=o.parentNode||o.host;)if(o["s-p"]){Io(t,t.$ancestorComponent$=o);break}}o.$members$&&Object.entries(o.$members$).map(([t,[o]])=>{if(31&o&&e.hasOwnProperty(t)){const o=e[t];delete e[t],e[t]=o}}),Bo(e,t,o)}r()}})(this),r&&r.call(this)},disconnectedCallback(){(async e=>{if(!(1&pt.$flags$)){const t=st(e);(null==t?void 0:t.$rmListeners$)&&(t.$rmListeners$.map(e=>e()),t.$rmListeners$=void 0)}Bt.has(e)&&Bt.delete(e),e.shadowRoot&&Bt.has(e.shadowRoot)&&Bt.delete(e.shadowRoot)})(this),n&&n.call(this)},__attachShadow(){if(this.shadowRoot){if("open"!==this.shadowRoot.mode)throw new Error(`Unable to re-use existing shadow root for ${o.$tagName$}! Mode is set to ${this.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else At.call(this,o)}}),e.is=o.$tagName$,Fo(e,o)},Uo=(e,t,o,r)=>{o&&mt.document&&o.map(([o,r,n])=>{const a=Zo(mt.document,e,o),i=qo(t,n),s=Yo(o);pt.ael(a,r,i,s),(t.$rmListeners$=t.$rmListeners$||[]).push(()=>pt.rel(a,r,i,s))})},qo=(e,t)=>o=>{try{rt.lazyLoad||e.$hostElement$[t](o)}catch(_S){dt(_S,e.$hostElement$)}},Zo=(e,t,o)=>4&o?e:8&o?mt:16&o?e.body:t,Yo=e=>ft?{passive:!!(1&e),capture:!!(2&e)}:!!(2&e);
|
|
11
|
+
/*!
|
|
12
|
+
* (C) Ionic http://ionicframework.com - MIT License
|
|
13
|
+
*/
|
|
14
|
+
class Xo{constructor(){this.m=new Map}reset(e){this.m=new Map(Object.entries(e))}get(e,t){const o=this.m.get(e);return void 0!==o?o:t}getBoolean(e,t=!1){const o=this.m.get(e);return void 0===o?t:"string"==typeof o?"true"===o:!!o}getNumber(e,t){const o=parseFloat(this.m.get(e));return isNaN(o)?void 0!==t?t:NaN:o}set(e,t){this.m.set(e,t)}}const Go=new Xo,Ko=(e,t)=>e.substr(0,t.length)===t,Qo="ionic:",Jo="ionic-persist-config";var er;!function(e){e.OFF="OFF",e.ERROR="ERROR",e.WARN="WARN"}(er||(er={}));const tr=(e,...t)=>{const o=Go.get("logLevel",er.WARN);if([er.WARN].includes(o))return console.warn(`[Ionic Warning]: ${e}`,...t)},or=(e,...t)=>{const o=Go.get("logLevel",er.ERROR);if([er.ERROR,er.WARN].includes(o))return console.error(`[Ionic Error]: ${e}`,...t)},rr=e("g","undefined"!=typeof window?window:void 0),nr=e("d","undefined"!=typeof document?document:void 0);
|
|
15
|
+
/*!
|
|
16
|
+
* (C) Ionic http://ionicframework.com - MIT License
|
|
17
|
+
*/
|
|
18
|
+
let ar;const ir=(e,t,o)=>{const r=t.startsWith("animation")?(e=>{if(void 0===ar){const t=void 0!==e.style.animationName,o=void 0!==e.style.webkitAnimationName;ar=!t&&o?"-webkit-":""}return ar})(e):"";e.style.setProperty(r+t,o)},sr=(e=[],t)=>{if(void 0!==t){const o=Array.isArray(t)?t:[t];return[...e,...o]}return e},lr=(e("i",e=>{let t,o,r,n,a,i,s,l,d,c,h,u=[],m=[],b=[],p=!1,f={},g=[],v=[],y={},k=0,x=!1,w=!1,S=!0,C=!1,E=!0,L=!1;const _=e,T=[],I=[],z=[],O=[],$=[],R=[],P=[],A=[],N=[],M=[],D=[],V="function"==typeof AnimationEffect||void 0!==rr&&"function"==typeof rr.AnimationEffect,j="function"==typeof Element&&"function"==typeof Element.prototype.animate&&V,F=()=>D,B=e=>{q(),e&&Z()},H=(e,t)=>{const o=t.findIndex(t=>t.c===e);o>-1&&t.splice(o,1)},W=(e,t)=>(((null==t?void 0:t.oneTimeCallback)?I:T).push({c:e,o:t}),h),U=()=>(T.length=0,I.length=0,h),q=()=>{j&&(D.forEach(e=>{e.cancel()}),D.length=0)},Z=()=>{R.forEach(e=>{(null==e?void 0:e.parentNode)&&e.parentNode.removeChild(e)}),R.length=0},Y=()=>void 0!==a?a:s?s.getFill():"both",X=()=>void 0!==l?l:void 0!==i?i:s?s.getDirection():"normal",G=()=>x?"linear":void 0!==r?r:s?s.getEasing():"linear",K=()=>w?0:void 0!==d?d:void 0!==o?o:s?s.getDuration():0,Q=()=>void 0!==n?n:s?s.getIterations():1,J=()=>void 0!==c?c:void 0!==t?t:s?s.getDelay():0,ee=e=>{j&&F().forEach(t=>{const o=t.effect;if(o.setKeyframes)o.setKeyframes(e);else{const r=new KeyframeEffect(o.target,e,o.getTiming());t.effect=r}})},te=()=>{0!==k&&(k--,0===k&&((()=>{N.forEach(e=>e()),M.forEach(e=>e());const e=S?1:0,t=g,o=v,r=y;O.forEach(e=>{const n=e.classList;t.forEach(e=>n.add(e)),o.forEach(e=>n.remove(e));for(const t in r)r.hasOwnProperty(t)&&ir(e,t,r[t])}),d=void 0,l=void 0,c=void 0,T.forEach(t=>t.c(e,h)),I.forEach(t=>t.c(e,h)),I.length=0,E=!0,S&&(C=!0),S=!0})(),s&&s.animationFinish()))},oe=()=>{(()=>{P.forEach(e=>e()),A.forEach(e=>e());const e=m,t=b,o=f;O.forEach(r=>{const n=r.classList;e.forEach(e=>n.add(e)),t.forEach(e=>n.remove(e));for(const e in o)o.hasOwnProperty(e)&&ir(r,e,o[e])})})(),u.length>0&&j&&(O.forEach(e=>{const t=e.animate(u,{id:_,delay:J(),duration:K(),easing:G(),iterations:Q(),fill:Y(),direction:X()});t.pause(),D.push(t)}),D.length>0&&(D[0].onfinish=()=>{te()})),p=!0},re=e=>{e=Math.min(Math.max(e,0),.9999),j&&D.forEach(t=>{t.currentTime=t.effect.getComputedTiming().delay+K()*e,t.pause()})},ne=e=>{D.forEach(e=>{e.effect.updateTiming({delay:J(),duration:K(),easing:G(),iterations:Q(),fill:Y(),direction:X()})}),void 0!==e&&re(e)},ae=(e=!1,t=!0,o)=>(e&&$.forEach(r=>{r.update(e,t,o)}),j&&ne(o),h),ie=()=>{p&&(j?D.forEach(e=>{e.pause()}):O.forEach(e=>{ir(e,"animation-play-state","paused")}),L=!0)},se=e=>new Promise(t=>{(null==e?void 0:e.sync)&&(w=!0,W(()=>w=!1,{oneTimeCallback:!0})),p||oe(),C&&(j&&(re(0),ne()),C=!1),E&&(k=$.length+1,E=!1);const o=()=>{H(r,I),t()},r=()=>{H(o,z),t()};W(r,{oneTimeCallback:!0}),((e,t)=>{z.push({c:e,o:t})})(o,{oneTimeCallback:!0}),$.forEach(e=>{e.play()}),j?(D.forEach(e=>{e.play()}),0!==u.length&&0!==O.length||te()):te(),L=!1}),le=(e,t)=>{const o=u[0];return void 0===o||void 0!==o.offset&&0!==o.offset?u=[{offset:0,[e]:t},...u]:o[e]=t,h};return h={parentAnimation:s,elements:O,childAnimations:$,id:_,animationFinish:te,from:le,to:(e,t)=>{const o=u[u.length-1];return void 0===o||void 0!==o.offset&&1!==o.offset?u=[...u,{offset:1,[e]:t}]:o[e]=t,h},fromTo:(e,t,o)=>le(e,t).to(e,o),parent:e=>(s=e,h),play:se,pause:()=>($.forEach(e=>{e.pause()}),ie(),h),stop:()=>{$.forEach(e=>{e.stop()}),p&&(q(),p=!1),x=!1,w=!1,E=!0,l=void 0,d=void 0,c=void 0,k=0,C=!1,S=!0,L=!1,z.forEach(e=>e.c(0,h)),z.length=0},destroy:e=>($.forEach(t=>{t.destroy(e)}),B(e),O.length=0,$.length=0,u.length=0,U(),p=!1,E=!0,h),keyframes:e=>{const t=u!==e;return u=e,t&&ee(u),h},addAnimation:e=>{if(null!=e)if(Array.isArray(e))for(const t of e)t.parent(h),$.push(t);else e.parent(h),$.push(e);return h},addElement:e=>{if(null!=e)if(1===e.nodeType)O.push(e);else if(e.length>=0)for(let t=0;t<e.length;t++)O.push(e[t]);else or("createAnimation - Invalid addElement value.");return h},update:ae,fill:e=>(a=e,ae(!0),h),direction:e=>(i=e,ae(!0),h),iterations:e=>(n=e,ae(!0),h),duration:e=>(j||0!==e||(e=1),o=e,ae(!0),h),easing:e=>(r=e,ae(!0),h),delay:e=>(t=e,ae(!0),h),getWebAnimations:F,getKeyframes:()=>u,getFill:Y,getDirection:X,getDelay:J,getIterations:Q,getEasing:G,getDuration:K,afterAddRead:e=>(N.push(e),h),afterAddWrite:e=>(M.push(e),h),afterClearStyles:(e=[])=>{for(const t of e)y[t]="";return h},afterStyles:(e={})=>(y=e,h),afterRemoveClass:e=>(v=sr(v,e),h),afterAddClass:e=>(g=sr(g,e),h),beforeAddRead:e=>(P.push(e),h),beforeAddWrite:e=>(A.push(e),h),beforeClearStyles:(e=[])=>{for(const t of e)f[t]="";return h},beforeStyles:(e={})=>(f=e,h),beforeRemoveClass:e=>(b=sr(b,e),h),beforeAddClass:e=>(m=sr(m,e),h),onFinish:W,isRunning:()=>0!==k&&!L,progressStart:(e=!1,t)=>($.forEach(o=>{o.progressStart(e,t)}),ie(),x=e,p||oe(),ae(!1,!0,t),h),progressStep:e=>($.forEach(t=>{t.progressStep(e)}),re(e),h),progressEnd:(e,t,o)=>(x=!1,$.forEach(r=>{r.progressEnd(e,t,o)}),void 0!==o&&(d=o),C=!1,S=!0,0===e?(l="reverse"===X()?"normal":"reverse","reverse"===l&&(S=!1),j?(ae(),re(1-t)):(c=(1-t)*K()*-1,ae(!1,!1))):1===e&&(j?(ae(),re(t)):(c=t*K()*-1,ae(!1,!1))),void 0===e||s||se(),h)}}),e("a",(e,t)=>{e.componentOnReady?e.componentOnReady().then(e=>t(e)):cr(()=>t(e))})),dr=(e,t=[])=>{const o={};return t.forEach(t=>{e.hasAttribute(t)&&(null!==e.getAttribute(t)&&(o[t]=e.getAttribute(t)),e.removeAttribute(t))}),o},cr=(e("b",(e,t,o,r)=>e.addEventListener(t,o,r)),e("e",(e,t,o,r)=>e.removeEventListener(t,o,r)),e("h",e=>"function"==typeof __zone_symbol__requestAnimationFrame?__zone_symbol__requestAnimationFrame(e):"function"==typeof requestAnimationFrame?requestAnimationFrame(e):setTimeout(e))),hr=(e("c",(e,t,o)=>Math.max(e,Math.min(t,o))),(e,t)=>{if(!e){const e="ASSERT: "+t;throw or(e),new Error(e)}}),ur=(e("p",e=>{if(e){const t=e.changedTouches;if(t&&t.length>0){const e=t[0];return{x:e.clientX,y:e.clientY}}if(void 0!==e.pageX)return{x:e.pageX,y:e.pageY}}return{x:0,y:0}}),(e,t)=>{if(null!=e||(e={}),null!=t||(t={}),e===t)return!0;const o=Object.keys(e);if(o.length!==Object.keys(t).length)return!1;for(const r of o){if(!(r in t))return!1;if(e[r]!==t[r])return!1}return!0}),mr="ionViewWillLeave",br="ionViewDidLeave",pr="ionViewWillUnload",fr=e=>{e.tabIndex=-1,e.focus()},gr=e=>null!==e.offsetParent,vr="ion-last-focus",yr={saveViewFocus:e=>{if(Go.get("focusManagerPriority",!1)){const t=document.activeElement;null!==t&&(null==e?void 0:e.contains(t))&&t.setAttribute(vr,"true")}},setViewFocus:e=>{const t=Go.get("focusManagerPriority",!1);if(Array.isArray(t)&&!e.contains(document.activeElement)){const o=e.querySelector(`[${vr}]`);if(o&&gr(o))return void fr(o);for(const r of t)switch(r){case"content":const t=e.querySelector('main, [role="main"]');if(t&&gr(t))return void fr(t);break;case"heading":const o=e.querySelector('h1, [role="heading"][aria-level="1"]');if(o&&gr(o))return void fr(o);break;case"banner":const n=e.querySelector('header, [role="banner"]');if(n&&gr(n))return void fr(n);break;default:tr(`Unrecognized focus manager priority value ${r}`)}fr(e)}}},kr=e=>new Promise((t,o)=>{_t(()=>{xr(e),wr(e).then(o=>{o.animation&&o.animation.destroy(),Sr(e),t(o)},t=>{Sr(e),o(t)})})}),xr=e=>{const t=e.enteringEl,o=e.leavingEl;yr.saveViewFocus(o),Ar(t,o,e.direction),e.showGoBack?t.classList.add("can-go-back"):t.classList.remove("can-go-back"),Pr(t,!1),t.style.setProperty("pointer-events","none"),o&&(Pr(o,!1),o.style.setProperty("pointer-events","none"))},wr=async e=>{const t=await Cr(e);return t&&at?Er(t,e):Lr(e)},Sr=e=>{const t=e.enteringEl,o=e.leavingEl;t.classList.remove("ion-page-invisible"),t.style.removeProperty("pointer-events"),void 0!==o&&(o.classList.remove("ion-page-invisible"),o.style.removeProperty("pointer-events")),yr.setViewFocus(t)},Cr=async e=>{if(e.leavingEl&&e.animated&&0!==e.duration)return e.animationBuilder?e.animationBuilder:"ios"===e.mode?(await ot(()=>t.import("./ios.transition-legacy-Cr0-DHxu.js"),0,t.meta.url)).iosTransitionAnimation:(await ot(()=>t.import("./md.transition-legacy-lPCgnZLq.js"),0,t.meta.url)).mdTransitionAnimation},Er=async(e,t)=>{await _r(t,!0);const o=e(t.baseEl,t);zr(t.enteringEl,t.leavingEl);const r=await Ir(o,t);return t.progressCallback&&t.progressCallback(void 0),r&&Or(t.enteringEl,t.leavingEl),{hasCompleted:r,animation:o}},Lr=async e=>{const t=e.enteringEl,o=e.leavingEl,r=Go.get("focusManagerPriority",!1);return await _r(e,r),zr(t,o),Or(t,o),{hasCompleted:!0}},_r=async(e,t)=>{(void 0!==e.deepWait?e.deepWait:t)&&await Promise.all([Rr(e.enteringEl),Rr(e.leavingEl)]),await Tr(e.viewIsReady,e.enteringEl)},Tr=async(e,t)=>{e&&await e(t)},Ir=(e,t)=>{const o=t.progressCallback,r=new Promise(t=>{e.onFinish(e=>t(1===e))});return o?(e.progressStart(!0),o(e)):e.play(),r},zr=(e,t)=>{$r(t,mr),$r(e,"ionViewWillEnter")},Or=(e,t)=>{$r(e,"ionViewDidEnter"),$r(t,br)},$r=(e,t)=>{if(e){const o=new CustomEvent(t,{bubbles:!1,cancelable:!1});e.dispatchEvent(o)}},Rr=async e=>{const t=e;if(t){if(null!=t.componentOnReady){if(null!=await t.componentOnReady())return}else if(null!=t.__registerHost){const e=new Promise(e=>cr(e));return void(await e)}await Promise.all(Array.from(t.children).map(Rr))}},Pr=(e,t)=>{t?(e.setAttribute("aria-hidden","true"),e.classList.add("ion-page-hidden")):(e.hidden=!1,e.removeAttribute("aria-hidden"),e.classList.remove("ion-page-hidden"))},Ar=(e,t,o)=>{void 0!==e&&(e.style.zIndex="back"===o?"99":"101"),void 0!==t&&(t.style.zIndex="100")},Nr=(e("j",e=>{if(e.classList.contains("ion-page"))return e;const t=e.querySelector(":scope > .ion-page, :scope > ion-nav, :scope > ion-tabs");return t||e}),(e,t,o,r,n)=>Dr(e[1],t[1],o[1],r[1],n).map(n=>Mr(e[0],t[0],o[0],r[0],n))),Mr=(e,t,o,r,n)=>n*(3*t*Math.pow(n-1,2)+n*(-3*o*n+3*o+r*n))-e*Math.pow(n-1,3),Dr=(e,t,o,r,n)=>Vr((r-=n)-3*(o-=n)+3*(t-=n)-(e-=n),3*o-6*t+3*e,3*t-3*e,e).filter(e=>e>=0&&e<=1),Vr=(e,t,o,r)=>{if(0===e)return((e,t,o)=>{const r=t*t-4*e*o;return r<0?[]:[(-t+Math.sqrt(r))/(2*e),(-t-Math.sqrt(r))/(2*e)]})(t,o,r);const n=(3*(o/=e)-(t/=e)*t)/3,a=(2*t*t*t-9*t*o+27*(r/=e))/27;if(0===n)return[Math.pow(-a,1/3)];if(0===a)return[Math.sqrt(-n),-Math.sqrt(-n)];const i=Math.pow(a/2,2)+Math.pow(n/3,3);if(0===i)return[Math.pow(a/2,.5)-t/3];if(i>0)return[Math.pow(-a/2+Math.sqrt(i),1/3)-Math.pow(a/2+Math.sqrt(i),1/3)-t/3];const s=Math.sqrt(Math.pow(-n/3,3)),l=Math.acos(-a/(2*Math.sqrt(Math.pow(-n/3,3)))),d=2*Math.pow(s,1/3);return[d*Math.cos(l/3)-t/3,d*Math.cos((l+2*Math.PI)/3)-t/3,d*Math.cos((l+4*Math.PI)/3)-t/3]},jr=(e,t)=>("string"==typeof e&&(t=e,e=void 0),(e=>Fr(e))(e).includes(t)),Fr=(e=window)=>{if(void 0===e)return[];e.Ionic=e.Ionic||{};let t=e.Ionic.platforms;return null==t&&(t=e.Ionic.platforms=Br(e),t.forEach(t=>e.document.documentElement.classList.add(`plt-${t}`))),t},Br=e=>{const t=Go.get("platform");return Object.keys(Kr).filter(o=>{const r=null==t?void 0:t[o];return"function"==typeof r?r(e):Kr[o](e)})},Hr=e=>!!Xr(e,/iPad/i)||!(!Xr(e,/Macintosh/i)||!Ur(e)),Wr=e=>Xr(e,/android|sink/i),Ur=e=>Gr(e,"(any-pointer:coarse)"),qr=e=>Zr(e)||Yr(e),Zr=e=>!!(e.cordova||e.phonegap||e.PhoneGap),Yr=e=>{const t=e.Capacitor;return!!((null==t?void 0:t.isNative)||(null==t?void 0:t.isNativePlatform)&&t.isNativePlatform())},Xr=(e,t)=>t.test(e.navigator.userAgent),Gr=(e,t)=>{var o;return null===(o=e.matchMedia)||void 0===o?void 0:o.call(e,t).matches},Kr={ipad:Hr,iphone:e=>Xr(e,/iPhone/i),ios:e=>Xr(e,/iPhone|iPod/i)||Hr(e),android:Wr,phablet:e=>{const t=e.innerWidth,o=e.innerHeight,r=Math.min(t,o),n=Math.max(t,o);return r>390&&r<520&&n>620&&n<800},tablet:e=>{const t=e.innerWidth,o=e.innerHeight,r=Math.min(t,o),n=Math.max(t,o);return Hr(e)||(e=>Wr(e)&&!Xr(e,/mobile/i))(e)||r>460&&r<820&&n>780&&n<1400},cordova:Zr,capacitor:Yr,electron:e=>Xr(e,/electron/i),pwa:e=>{var t;return!(!(null===(t=e.matchMedia)||void 0===t?void 0:t.call(e,"(display-mode: standalone)").matches)&&!e.navigator.standalone)},mobile:Ur,mobileweb:e=>Ur(e)&&!qr(e),desktop:e=>!Ur(e),hybrid:qr};let Qr;const Jr=e=>e&&(e=>{var t;return null==(t=st(e))?void 0:t.$modeName$})(e)||Qr,en=(e={})=>{if("undefined"==typeof window)return;const t=window.document,o=window,r=o.Ionic=o.Ionic||{},n=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},(e=>{try{const t=e.sessionStorage.getItem(Jo);return null!==t?JSON.parse(t):{}}catch(_S){return{}}})(o)),{persistConfig:!1}),r.config),(e=>{const t={};return e.location.search.slice(1).split("&").map(e=>e.split("=")).map(([e,t])=>{try{return[decodeURIComponent(e),decodeURIComponent(t)]}catch(_S){return["",""]}}).filter(([e])=>Ko(e,Qo)).map(([e,t])=>[e.slice(Qo.length),t]).forEach(([e,o])=>{t[e]=o}),t})(o)),e);Go.reset(n),Go.getBoolean("persistConfig")&&((e,t)=>{try{e.sessionStorage.setItem(Jo,JSON.stringify(t))}catch(_S){return}})(o,n),Fr(o),r.config=Go,r.mode=Qr=Go.get("mode",t.documentElement.getAttribute("mode")||(jr(o,"ios")?"ios":"md")),Go.set("mode",Qr),t.documentElement.setAttribute("mode",Qr),t.documentElement.classList.add(Qr),Go.getBoolean("_testing")&&Go.set("animated",!1);const a=e=>{var t;return null===(t=e.tagName)||void 0===t?void 0:t.startsWith("ION-")},i=e=>["ios","md"].includes(e);var s;s=e=>{for(;e;){const t=e.mode||e.getAttribute("mode");if(t){if(i(t))return t;a(e)&&tr('Invalid ionic mode: "'+t+'", expected: "ios" or "md"')}e=e.parentElement}return Qr},ht.push(s)},tn=(e,t)=>"string"==typeof e&&e.length>0?Object.assign({"ion-color":!0,[`ion-color-${e}`]:!0},t):t,on=()=>Go.get("experimentalCloseWatcher",!1)&&void 0!==rr&&"CloseWatcher"in rr,rn=Object.freeze(Object.defineProperty({__proto__:null,MENU_BACK_BUTTON_PRIORITY:99,OVERLAY_BACK_BUTTON_PRIORITY:100,blockHardwareBackButton:()=>{document.addEventListener("backbutton",()=>{})},shouldUseCloseWatcher:on,startHardwareBackButton:()=>{const e=document;let t=!1;const o=()=>{if(t)return;let o=0,r=[];const n=new CustomEvent("ionBackButton",{bubbles:!1,detail:{register(e,t){r.push({priority:e,handler:t,id:o++})}}});e.dispatchEvent(n);const a=()=>{if(r.length>0){let e={priority:Number.MIN_SAFE_INTEGER,handler:()=>{},id:-1};r.forEach(t=>{t.priority>=e.priority&&(e=t)}),t=!0,r=r.filter(t=>t.id!==e.id),(async e=>{try{if(null==e?void 0:e.handler){const t=e.handler(a);null!=t&&await t}}catch(_S){or("[ion-app] - Exception in startHardwareBackButton:",_S)}})(e).then(()=>t=!1)}};a()};if(on()){let e;const t=()=>{null==e||e.destroy(),e=new rr.CloseWatcher,e.onclose=()=>{o(),t()}};t()}else e.addEventListener("backbutton",o)}},Symbol.toStringTag,{value:"Module"})),nn=async(e,t,o,r,n,a)=>{var i;if(e)return e.attachViewToDom(t,o,n,r);if("string"!=typeof o&&!(o instanceof HTMLElement))throw new Error("framework delegate is missing");const s="string"==typeof o?null===(i=t.ownerDocument)||void 0===i?void 0:i.createElement(o):o;return r&&r.forEach(e=>s.classList.add(e)),n&&Object.assign(s,n),t.appendChild(s),await new Promise(e=>lr(s,e)),s};var an=O();const sn=r(an);
|
|
19
|
+
/*!
|
|
20
|
+
* (C) Ionic http://ionicframework.com - MIT License
|
|
21
|
+
*/new Map,new Map;
|
|
22
|
+
/*!
|
|
23
|
+
* (C) Ionic http://ionicframework.com - MIT License
|
|
24
|
+
*/
|
|
25
|
+
const ln=Wo(class extends bt{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.type="bounded"}async addRipple(e,t){return new Promise(o=>{Lt(()=>{const r=this.el.getBoundingClientRect(),n=r.width,a=r.height,i=Math.sqrt(n*n+a*a),s=Math.max(a,n),l=this.unbounded?s:i+cn,d=Math.floor(s*hn),c=l/d;let h=e-r.left,u=t-r.top;this.unbounded&&(h=.5*n,u=.5*a);const m=h-.5*d,b=u-.5*d,p=.5*n-h,f=.5*a-u;_t(()=>{const e=document.createElement("div");e.classList.add("ripple-effect");const t=e.style;t.top=b+"px",t.left=m+"px",t.width=t.height=d+"px",t.setProperty("--final-scale",`${c}`),t.setProperty("--translate-end",`${p}px, ${f}px`),(this.el.shadowRoot||this.el).appendChild(e),setTimeout(()=>{o(()=>{dn(e)})},325)})})})}get unbounded(){return"unbounded"===this.type}render(){const e=Jr(this);return Ut(Zt,{key:"ae9d3b1ed6773a9b9bb2267129f7e9af23b6c9fc",role:"presentation",class:{[e]:!0,unbounded:this.unbounded}})}get el(){return this}static get style(){return":host{left:0;right:0;top:0;bottom:0;position:absolute;contain:strict;pointer-events:none}:host(.unbounded){contain:layout size style}.ripple-effect{border-radius:50%;position:absolute;background-color:currentColor;color:inherit;contain:strict;opacity:0;-webkit-animation:225ms rippleAnimation forwards, 75ms fadeInAnimation forwards;animation:225ms rippleAnimation forwards, 75ms fadeInAnimation forwards;will-change:transform, opacity;pointer-events:none}.fade-out{-webkit-transform:translate(var(--translate-end)) scale(var(--final-scale, 1));transform:translate(var(--translate-end)) scale(var(--final-scale, 1));-webkit-animation:150ms fadeOutAnimation forwards;animation:150ms fadeOutAnimation forwards}@-webkit-keyframes rippleAnimation{from{-webkit-animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:translate(var(--translate-end)) scale(var(--final-scale, 1));transform:translate(var(--translate-end)) scale(var(--final-scale, 1))}}@keyframes rippleAnimation{from{-webkit-animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:translate(var(--translate-end)) scale(var(--final-scale, 1));transform:translate(var(--translate-end)) scale(var(--final-scale, 1))}}@-webkit-keyframes fadeInAnimation{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:0.16}}@keyframes fadeInAnimation{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:0.16}}@-webkit-keyframes fadeOutAnimation{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0.16}to{opacity:0}}@keyframes fadeOutAnimation{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0.16}to{opacity:0}}"}},[257,"ion-ripple-effect",{type:[1],addRipple:[64]}]),dn=e=>{e.classList.add("fade-out"),setTimeout(()=>{e.remove()},200)},cn=10,hn=.5;function un(){"undefined"!=typeof customElements&&["ion-ripple-effect"].forEach(e=>{"ion-ripple-effect"===e&&(customElements.get(e)||customElements.define(e,ln))})}
|
|
26
|
+
/*!
|
|
27
|
+
* (C) Ionic http://ionicframework.com - MIT License
|
|
28
|
+
*/const mn="undefined"!=typeof window?window:void 0;
|
|
29
|
+
/*!
|
|
30
|
+
* (C) Ionic http://ionicframework.com - MIT License
|
|
31
|
+
*/
|
|
32
|
+
var bn,pn;mn&&mn.CSS&&mn.CSS.supports&&mn.CSS.supports("--a: 0"),function(e){e.Unimplemented="UNIMPLEMENTED",e.Unavailable="UNAVAILABLE"}(bn||(bn={})),e("f",pn),function(e){e.Body="body",e.Ionic="ionic",e.Native="native",e.None="none"}(pn||e("f",pn={}));const fn=e("K",{getEngine(){const e=(()=>{if(void 0!==rr)return rr.Capacitor})();if(null==e?void 0:e.isPluginAvailable("Keyboard"))return e.Plugins.Keyboard},getResizeMode(){const e=this.getEngine();return(null==e?void 0:e.getResizeMode)?e.getResizeMode().catch(e=>{if(e.code!==bn.Unimplemented)throw e}):Promise.resolve(void 0)}}),gn=e=>{if(void 0===nr||e===pn.None||void 0===e)return null;const t=nr.querySelector("ion-app");return null!=t?t:nr.body},vn=e=>{const t=gn(e);return null===t?0:t.clientHeight};
|
|
33
|
+
/*!
|
|
34
|
+
* (C) Ionic http://ionicframework.com - MIT License
|
|
35
|
+
*/class yn{constructor(e,t){this.component=e,this.params=t,this.state=1}async init(e){if(this.state=2,!this.element){const t=this.component;this.element=await nn(this.delegate,e,t,["ion-page","ion-page-invisible"],this.params)}}_destroy(){hr(3!==this.state,"view state must be ATTACHED");const e=this.element;e&&(this.delegate?this.delegate.removeViewFromDom(e.parentElement,e):e.remove()),this.nav=void 0,this.state=3}}const kn=(e,t,o)=>!!e&&e.component===t&&ur(e.params,o),xn=(e,t)=>e?e instanceof yn?e:new yn(e,t):null,wn=Wo(class extends bt{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.ionNavWillLoad=oo(this,"ionNavWillLoad",7),this.ionNavWillChange=oo(this,"ionNavWillChange",3),this.ionNavDidChange=oo(this,"ionNavDidChange",3),this.transInstr=[],this.gestureOrAnimationInProgress=!1,this.useRouter=!1,this.isTransitioning=!1,this.destroyed=!1,this.views=[],this.didLoad=!1,this.animated=!0}swipeGestureChanged(){this.gesture&&this.gesture.enable(!0===this.swipeGesture)}rootChanged(){void 0!==this.root&&!1!==this.didLoad&&(this.useRouter||void 0!==this.root&&this.setRoot(this.root,this.rootParams))}componentWillLoad(){if(this.useRouter=null!==document.querySelector("ion-router")&&null===this.el.closest("[no-router]"),void 0===this.swipeGesture){const e=Jr(this);this.swipeGesture=Go.getBoolean("swipeBackEnabled","ios"===e)}this.ionNavWillLoad.emit()}async componentDidLoad(){this.didLoad=!0,this.rootChanged(),this.gesture=(await ot(async()=>{const{createSwipeBackGesture:e}=await t.import("./swipe-back-legacy-n5u92_tx.js");return{createSwipeBackGesture:e}},0,t.meta.url)).createSwipeBackGesture(this.el,this.canStart.bind(this),this.onStart.bind(this),this.onMove.bind(this),this.onEnd.bind(this)),this.swipeGestureChanged()}connectedCallback(){this.destroyed=!1}disconnectedCallback(){for(const e of this.views)$r(e.element,pr),e._destroy();this.gesture&&(this.gesture.destroy(),this.gesture=void 0),this.transInstr.length=0,this.views.length=0,this.destroyed=!0}push(e,t,o,r){return this.insert(-1,e,t,o,r)}insert(e,t,o,r,n){return this.insertPages(e,[{component:t,componentProps:o}],r,n)}insertPages(e,t,o,r){return this.queueTrns({insertStart:e,insertViews:t,opts:o},r)}pop(e,t){return this.removeIndex(-1,1,e,t)}popTo(e,t,o){const r={removeStart:-1,removeCount:-1,opts:t};return"object"==typeof e&&e.component?(r.removeView=e,r.removeStart=1):"number"==typeof e&&(r.removeStart=e+1),this.queueTrns(r,o)}popToRoot(e,t){return this.removeIndex(1,-1,e,t)}removeIndex(e,t=1,o,r){return this.queueTrns({removeStart:e,removeCount:t,opts:o},r)}setRoot(e,t,o,r){return this.setPages([{component:e,componentProps:t}],o,r)}setPages(e,t,o){return null!=t||(t={}),!0!==t.animated&&(t.animated=!1),this.queueTrns({insertStart:0,insertViews:e,removeStart:0,removeCount:-1,opts:t},o)}setRouteId(e,t,o,r){const n=this.getActiveSync();if(kn(n,e,t))return Promise.resolve({changed:!1,element:n.element});let a;const i=new Promise(e=>a=e);let s;const l={updateURL:!1,viewIsReady:e=>{let t;const o=new Promise(e=>t=e);return a({changed:!0,element:e,markVisible:async()=>{t(),await s}}),o}};if("root"===o)s=this.setRoot(e,t,l);else{const n=this.views.find(o=>kn(o,e,t));n?s=this.popTo(n,Object.assign(Object.assign({},l),{direction:"back",animationBuilder:r})):"forward"===o?s=this.push(e,t,Object.assign(Object.assign({},l),{animationBuilder:r})):"back"===o&&(s=this.setRoot(e,t,Object.assign(Object.assign({},l),{direction:"back",animated:!0,animationBuilder:r})))}return i}async getRouteId(){const e=this.getActiveSync();if(e)return{id:e.element.tagName,params:e.params,element:e.element}}async getActive(){return this.getActiveSync()}async getByIndex(e){return this.views[e]}async canGoBack(e){return this.canGoBackSync(e)}async getPrevious(e){return this.getPreviousSync(e)}async getLength(){return Promise.resolve(this.views.length)}getActiveSync(){return this.views[this.views.length-1]}canGoBackSync(e=this.getActiveSync()){return!(!e||!this.getPreviousSync(e))}getPreviousSync(e=this.getActiveSync()){if(!e)return;const t=this.views,o=t.indexOf(e);return o>0?t[o-1]:void 0}async queueTrns(e,t){var o,r;if(this.isTransitioning&&(null===(o=e.opts)||void 0===o?void 0:o.skipIfBusy))return!1;const n=new Promise((t,o)=>{e.resolve=t,e.reject=o});if(e.done=t,e.opts&&!1!==e.opts.updateURL&&this.useRouter){const t=document.querySelector("ion-router");if(t){const o=await t.canTransition();if(!1===o)return!1;if("string"==typeof o)return t.push(o,e.opts.direction||"back"),!1}}return 0===(null===(r=e.insertViews)||void 0===r?void 0:r.length)&&(e.insertViews=void 0),this.transInstr.push(e),this.nextTrns(),n}success(e,t){if(this.destroyed)this.fireError("nav controller was destroyed",t);else if(t.done&&t.done(e.hasCompleted,e.requiresTransition,e.enteringView,e.leavingView,e.direction),t.resolve(e.hasCompleted),!1!==t.opts.updateURL&&this.useRouter){const t=document.querySelector("ion-router");if(t){const o="back"===e.direction?"back":"forward";t.navChanged(o)}}}failed(e,t){this.destroyed?this.fireError("nav controller was destroyed",t):(this.transInstr.length=0,this.fireError(e,t))}fireError(e,t){t.done&&t.done(!1,!1,e),t.reject&&!this.destroyed?t.reject(e):t.resolve(!1)}nextTrns(){if(this.isTransitioning)return!1;const e=this.transInstr.shift();return!!e&&(this.runTransition(e),!0)}async runTransition(e){try{this.ionNavWillChange.emit(),this.isTransitioning=!0,this.prepareTI(e);const t=this.getActiveSync(),o=this.getEnteringView(e,t);if(!t&&!o)throw new Error("no views in the stack to be removed");o&&1===o.state&&await o.init(this.el),this.postViewInit(o,t,e);const r=(e.enteringRequiresTransition||e.leavingRequiresTransition)&&o!==t;let n;r&&e.opts&&t&&("back"===e.opts.direction&&(e.opts.animationBuilder=e.opts.animationBuilder||(null==o?void 0:o.animationBuilder)),t.animationBuilder=e.opts.animationBuilder),n=r?await this.transition(o,t,e):{hasCompleted:!0,requiresTransition:!1},this.success(n,e),this.ionNavDidChange.emit()}catch(t){this.failed(t,e)}this.isTransitioning=!1,this.nextTrns()}prepareTI(e){var t,o,r;const n=this.views.length;if(null!==(t=e.opts)&&void 0!==t||(e.opts={}),null!==(o=(r=e.opts).delegate)&&void 0!==o||(r.delegate=this.delegate),void 0!==e.removeView){hr(void 0!==e.removeStart,"removeView needs removeStart"),hr(void 0!==e.removeCount,"removeView needs removeCount");const t=this.views.indexOf(e.removeView);if(t<0)throw new Error("removeView was not found");e.removeStart+=t}void 0!==e.removeStart&&(e.removeStart<0&&(e.removeStart=n-1),e.removeCount<0&&(e.removeCount=n-e.removeStart),e.leavingRequiresTransition=e.removeCount>0&&e.removeStart+e.removeCount===n),e.insertViews&&((e.insertStart<0||e.insertStart>n)&&(e.insertStart=n),e.enteringRequiresTransition=e.insertStart===n);const a=e.insertViews;if(!a)return;hr(a.length>0,"length can not be zero");const i=a.map(e=>e instanceof yn?e:"component"in e?xn(e.component,null===e.componentProps?void 0:e.componentProps):xn(e,void 0)).filter(e=>null!==e);if(0===i.length)throw new Error("invalid views to insert");for(const s of i){s.delegate=e.opts.delegate;const t=s.nav;if(t&&t!==this)throw new Error("inserted view was already inserted");if(3===s.state)throw new Error("inserted view was already destroyed")}e.insertViews=i}getEnteringView(e,t){const o=e.insertViews;if(void 0!==o)return o[o.length-1];const r=e.removeStart;if(void 0!==r){const o=this.views,n=r+e.removeCount;for(let e=o.length-1;e>=0;e--){const a=o[e];if((e<r||e>=n)&&a!==t)return a}}}postViewInit(e,t,o){var r,n,a;hr(t||e,"Both leavingView and enteringView are null"),hr(o.resolve,"resolve must be valid"),hr(o.reject,"reject must be valid");const i=o.opts,{insertViews:s,removeStart:l,removeCount:d}=o;let c;if(void 0!==l&&void 0!==d){hr(l>=0,"removeStart can not be negative"),hr(d>=0,"removeCount can not be negative"),c=[];for(let o=l;o<l+d;o++){const r=this.views[o];void 0!==r&&r!==e&&r!==t&&c.push(r)}null!==(r=i.direction)&&void 0!==r||(i.direction="back")}const h=this.views.length+(null!==(n=null==s?void 0:s.length)&&void 0!==n?n:0)-(null!=d?d:0);if(hr(h>=0,"final balance can not be negative"),0===h)throw tr("[ion-nav] - You can't remove all the pages in the navigation stack. nav.pop() is probably called too many times.",this,this.el),new Error("navigation stack needs at least one root page");if(s){let e=o.insertStart;for(const t of s)this.insertViewAt(t,e),e++;o.enteringRequiresTransition&&(null!==(a=i.direction)&&void 0!==a||(i.direction="forward"))}if(c&&c.length>0){for(const e of c)$r(e.element,mr),$r(e.element,br),$r(e.element,pr);for(const e of c)this.destroyView(e)}}async transition(e,t,o){const r=o.opts,n=r.progressAnimation?e=>{void 0===e||this.gestureOrAnimationInProgress?this.sbAni=e:(this.gestureOrAnimationInProgress=!0,e.onFinish(()=>{this.gestureOrAnimationInProgress=!1},{oneTimeCallback:!0}),e.progressEnd(0,0,0))}:void 0,a=Jr(this),i=e.element,s=t&&t.element,l=Object.assign(Object.assign({mode:a,showGoBack:this.canGoBackSync(e),baseEl:this.el,progressCallback:n,animated:this.animated&&Go.getBoolean("animated",!0),enteringEl:i,leavingEl:s},r),{animationBuilder:r.animationBuilder||this.animation||Go.get("navAnimation")}),{hasCompleted:d}=await kr(l);return this.transitionFinish(d,e,t,r)}transitionFinish(e,t,o,r){const n=e?t:o;return n&&this.unmountInactiveViews(n),{hasCompleted:e,requiresTransition:!0,enteringView:t,leavingView:o,direction:r.direction}}insertViewAt(e,t){const o=this.views,r=o.indexOf(e);r>-1?(hr(e.nav===this,"view is not part of the nav"),o.splice(r,1),o.splice(t,0,e)):(hr(!e.nav,"nav is used"),e.nav=this,o.splice(t,0,e))}removeView(e){hr(2===e.state||3===e.state,"view state should be loaded or destroyed");const t=this.views,o=t.indexOf(e);hr(o>-1,"view must be part of the stack"),o>=0&&t.splice(o,1)}destroyView(e){e._destroy(),this.removeView(e)}unmountInactiveViews(e){if(this.destroyed)return;const t=this.views,o=t.indexOf(e);for(let r=t.length-1;r>=0;r--){const e=t[r],n=e.element;n&&(r>o?($r(n,pr),this.destroyView(e)):r<o&&Pr(n,!0))}}canStart(){return!this.gestureOrAnimationInProgress&&!!this.swipeGesture&&!this.isTransitioning&&0===this.transInstr.length&&this.canGoBackSync()}onStart(){this.gestureOrAnimationInProgress=!0,this.pop({direction:"back",progressAnimation:!0})}onMove(e){this.sbAni&&this.sbAni.progressStep(e)}onEnd(e,t,o){if(this.sbAni){this.sbAni.onFinish(()=>{this.gestureOrAnimationInProgress=!1},{oneTimeCallback:!0});let r=e?-.001:.001;e?r+=Nr([0,0],[.32,.72],[0,1],[1,1],t)[0]:(this.sbAni.easing("cubic-bezier(1, 0, 0.68, 0.28)"),r+=Nr([0,0],[1,0],[.68,.28],[1,1],t)[0]),this.sbAni.progressEnd(e?1:0,r,o)}else this.gestureOrAnimationInProgress=!1}render(){return Ut("slot",{key:"8067c9835d255daec61f33dba200fd3a6ff839a0"})}get el(){return this}static get watchers(){return{swipeGesture:["swipeGestureChanged"],root:["rootChanged"]}}static get style(){return":host{left:0;right:0;top:0;bottom:0;position:absolute;contain:layout size style;z-index:0}"}},[257,"ion-nav",{delegate:[16],swipeGesture:[1028,"swipe-gesture"],animated:[4],animation:[16],rootParams:[16,"root-params"],root:[1],push:[64],insert:[64],insertPages:[64],pop:[64],popTo:[64],popToRoot:[64],removeIndex:[64],setRoot:[64],setPages:[64],setRouteId:[64],getRouteId:[64],getActive:[64],getByIndex:[64],canGoBack:[64],getPrevious:[64],getLength:[64]},void 0,{swipeGesture:["swipeGestureChanged"],root:["rootChanged"]}]),Sn=function(){"undefined"!=typeof customElements&&["ion-nav"].forEach(e=>{"ion-nav"===e&&(customElements.get(e)||customElements.define(e,wn))})},Cn=Wo(class extends bt{constructor(){super(),this.__registerHost()}componentDidLoad(){Ln(async()=>{const e=jr(window,"hybrid");if(Go.getBoolean("_testing")||ot(()=>t.import("./index7-legacy-1rTT3JsI.js"),0,t.meta.url).then(e=>e.startTapClick(Go)),Go.getBoolean("statusTap",e)&&ot(()=>t.import("./status-tap-legacy-Cirxs89r.js"),0,t.meta.url).then(e=>e.startStatusTap()),Go.getBoolean("inputShims",En())){const e=jr(window,"ios")?"ios":"android";ot(()=>t.import("./input-shims-legacy-D0GZstDH.js"),0,t.meta.url).then(t=>t.startInputShims(Go,e))}const o=await ot(()=>Promise.resolve().then(()=>rn),0,t.meta.url),r=e||on();Go.getBoolean("hardwareBackButton",r)?o.startHardwareBackButton():(on()&&tr("[ion-app] - experimentalCloseWatcher was set to `true`, but hardwareBackButton was set to `false`. Both config options must be `true` for the Close Watcher API to be used."),o.blockHardwareBackButton()),"undefined"!=typeof window&&ot(()=>t.import("./keyboard-legacy-DZ8P_qqB.js"),0,t.meta.url).then(e=>e.startKeyboardAssist(window)),ot(()=>t.import("./focus-visible-legacy-Ms0f_kOk.js"),0,t.meta.url).then(e=>this.focusVisible=e.startFocusVisible())})}async setFocus(e){this.focusVisible&&this.focusVisible.setFocus(e)}render(){const e=Jr(this);return Ut(Zt,{key:"9be440c65819e4fa67c2c3c6477ab40b3ad3eed3",class:{[e]:!0,"ion-page":!0,"force-statusbar-padding":Go.getBoolean("_forceStatusbarPadding")}})}get el(){return this}static get style(){return"html.plt-mobile ion-app{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.plt-mobile ion-app [contenteditable]{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}ion-app.force-statusbar-padding{--ion-safe-area-top:20px}"}},[256,"ion-app",{setFocus:[64]}]),En=()=>!(!jr(window,"ios")||!jr(window,"mobile"))||!(!jr(window,"android")||!jr(window,"mobileweb")),Ln=e=>{"requestIdleCallback"in window?window.requestIdleCallback(e):setTimeout(e,32)},_n=function(){"undefined"!=typeof customElements&&["ion-app"].forEach(e=>{"ion-app"===e&&(customElements.get(e)||customElements.define(e,Cn))})},Tn=Wo(class extends bt{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.ionNavWillLoad=oo(this,"ionNavWillLoad",7),this.ionNavWillChange=oo(this,"ionNavWillChange",3),this.ionNavDidChange=oo(this,"ionNavDidChange",3),this.lockController=(()=>{let e;return{lock:async()=>{const t=e;let o;return e=new Promise(e=>o=e),void 0!==t&&await t,o}}})(),this.gestureOrAnimationInProgress=!1,this.mode=Jr(this),this.animated=!0}swipeHandlerChanged(){this.gesture&&this.gesture.enable(void 0!==this.swipeHandler)}async connectedCallback(){const e=()=>{this.gestureOrAnimationInProgress=!0,this.swipeHandler&&this.swipeHandler.onStart()};this.gesture=(await ot(async()=>{const{createSwipeBackGesture:e}=await t.import("./swipe-back-legacy-n5u92_tx.js");return{createSwipeBackGesture:e}},0,t.meta.url)).createSwipeBackGesture(this.el,()=>!this.gestureOrAnimationInProgress&&!!this.swipeHandler&&this.swipeHandler.canStart(),()=>e(),e=>{var t;return null===(t=this.ani)||void 0===t?void 0:t.progressStep(e)},(e,t,o)=>{if(this.ani){this.ani.onFinish(()=>{this.gestureOrAnimationInProgress=!1,this.swipeHandler&&this.swipeHandler.onEnd(e)},{oneTimeCallback:!0});let r=e?-.001:.001;e?r+=Nr([0,0],[.32,.72],[0,1],[1,1],t)[0]:(this.ani.easing("cubic-bezier(1, 0, 0.68, 0.28)"),r+=Nr([0,0],[1,0],[.68,.28],[1,1],t)[0]),this.ani.progressEnd(e?1:0,r,o)}else this.gestureOrAnimationInProgress=!1}),this.swipeHandlerChanged()}componentWillLoad(){this.ionNavWillLoad.emit()}disconnectedCallback(){this.gesture&&(this.gesture.destroy(),this.gesture=void 0)}async commit(e,t,o){const r=await this.lockController.lock();let n=!1;try{n=await this.transition(e,t,o)}catch(_S){or("[ion-router-outlet] - Exception in commit:",_S)}return r(),n}async setRouteId(e,t,o,r){return{changed:await this.setRoot(e,t,{duration:"root"===o?0:void 0,direction:"back"===o?"back":"forward",animationBuilder:r}),element:this.activeEl}}async getRouteId(){const e=this.activeEl;return e?{id:e.tagName,element:e,params:this.activeParams}:void 0}async setRoot(e,t,o){if(this.activeComponent===e&&ur(t,this.activeParams))return!1;const r=this.activeEl,n=await nn(this.delegate,this.el,e,["ion-page","ion-page-invisible"],t);return this.activeComponent=e,this.activeEl=n,this.activeParams=t,await this.commit(n,r,o),await((e,t)=>{if(t){if(e){const o=t.parentElement;return e.removeViewFromDom(o,t)}t.remove()}return Promise.resolve()})(this.delegate,r),!0}async transition(e,t,o={}){if(t===e)return!1;this.ionNavWillChange.emit();const{el:r,mode:n}=this,a=this.animated&&Go.getBoolean("animated",!0),i=o.animationBuilder||this.animation||Go.get("navAnimation");var s;return await kr(Object.assign(Object.assign({mode:n,animated:a,enteringEl:e,leavingEl:t,baseEl:r,deepWait:(s=r,void 0!==s.componentOnReady),progressCallback:o.progressAnimation?e=>{void 0===e||this.gestureOrAnimationInProgress?this.ani=e:(this.gestureOrAnimationInProgress=!0,e.onFinish(()=>{this.gestureOrAnimationInProgress=!1,this.swipeHandler&&this.swipeHandler.onEnd(!1)},{oneTimeCallback:!0}),e.progressEnd(0,0,0))}:void 0},o),{animationBuilder:i})),this.ionNavDidChange.emit(),!0}render(){return Ut("slot",{key:"84b50f1155b0d780dff802ee13223287259fd525"})}get el(){return this}static get watchers(){return{swipeHandler:["swipeHandlerChanged"]}}static get style(){return":host{left:0;right:0;top:0;bottom:0;position:absolute;contain:layout size style;z-index:0}"}},[257,"ion-router-outlet",{mode:[1025],delegate:[16],animated:[4],animation:[16],swipeHandler:[16,"swipe-handler"],commit:[64],setRouteId:[64],getRouteId:[64]},void 0,{swipeHandler:["swipeHandlerChanged"]}]),In=function(){"undefined"!=typeof customElements&&["ion-router-outlet"].forEach(e=>{"ion-router-outlet"===e&&(customElements.get(e)||customElements.define(e,Tn))})},zn=Wo(class extends bt{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.ionTabBarChanged=oo(this,"ionTabBarChanged",7),this.ionTabBarLoaded=oo(this,"ionTabBarLoaded",7),this.keyboardCtrl=null,this.keyboardVisible=!1,this.translucent=!1}selectedTabChanged(){void 0!==this.selectedTab&&this.ionTabBarChanged.emit({tab:this.selectedTab})}componentWillLoad(){this.selectedTabChanged()}async connectedCallback(){this.keyboardCtrl=await(async e=>{let t,o,r,n;const a=async()=>{const e=await fn.getResizeMode(),a=void 0===e?void 0:e.mode;t=()=>{void 0===n&&(n=vn(a)),r=!0,i(r,a)},o=()=>{r=!1,i(r,a)},null==rr||rr.addEventListener("keyboardWillShow",t),null==rr||rr.addEventListener("keyboardWillHide",o)},i=(t,o)=>{e&&e(t,s(o))},s=e=>{if(0===n||n===vn(e))return;const t=gn(e);return null!==t?new Promise(e=>{const o=new ResizeObserver(()=>{t.clientHeight===n&&(o.disconnect(),e())});o.observe(t)}):void 0};return await a(),{init:a,destroy:()=>{null==rr||rr.removeEventListener("keyboardWillShow",t),null==rr||rr.removeEventListener("keyboardWillHide",o),t=o=void 0},isKeyboardVisible:()=>r}})(async(e,t)=>{!1===e&&void 0!==t&&await t,this.keyboardVisible=e})}disconnectedCallback(){this.keyboardCtrl&&this.keyboardCtrl.destroy()}componentDidLoad(){this.ionTabBarLoaded.emit()}render(){const{color:e,translucent:t,keyboardVisible:o}=this,r=Jr(this),n=o&&"top"!==this.el.getAttribute("slot");return Ut(Zt,{key:"275dc6c1b30f6928ce9039b2f445208bb3500ddc",role:"tablist","aria-hidden":n?"true":null,class:tn(e,{[r]:!0,"tab-bar-translucent":t,"tab-bar-hidden":n})},Ut("slot",{key:"ceac20128d75c6a4a0f445f2df8deb8cc71fc4da"}))}get el(){return this}static get watchers(){return{selectedTab:["selectedTabChanged"]}}static get style(){return{ios:":host{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-right:var(--ion-safe-area-right);padding-bottom:var(--ion-safe-area-bottom, 0);padding-left:var(--ion-safe-area-left);border-top:var(--border);background:var(--background);color:var(--color);text-align:center;contain:strict;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:10;-webkit-box-sizing:content-box !important;box-sizing:content-box !important}:host(.ion-color) ::slotted(ion-tab-button){--background-focused:var(--ion-color-shade);--color-selected:var(--ion-color-contrast)}:host(.ion-color) ::slotted(.tab-selected){color:var(--ion-color-contrast)}:host(.ion-color),:host(.ion-color) ::slotted(ion-tab-button){color:rgba(var(--ion-color-contrast-rgb), 0.7)}:host(.ion-color),:host(.ion-color) ::slotted(ion-tab-button){background:var(--ion-color-base)}:host(.ion-color) ::slotted(ion-tab-button.ion-focused),:host(.tab-bar-translucent) ::slotted(ion-tab-button.ion-focused){background:var(--background-focused)}:host(.tab-bar-translucent) ::slotted(ion-tab-button){background:transparent}:host([slot=top]){padding-top:var(--ion-safe-area-top, 0);padding-bottom:0;border-top:0;border-bottom:var(--border)}:host(.tab-bar-hidden){display:none !important}:host{--background:var(--ion-tab-bar-background, var(--ion-color-step-50, var(--ion-background-color-step-50, #f7f7f7)));--background-focused:var(--ion-tab-bar-background-focused, #e0e0e0);--border:0.55px solid var(--ion-tab-bar-border-color, var(--ion-border-color, var(--ion-color-step-150, var(--ion-background-color-step-150, rgba(0, 0, 0, 0.2)))));--color:var(--ion-tab-bar-color, var(--ion-color-step-600, var(--ion-text-color-step-400, #666666)));--color-selected:var(--ion-tab-bar-color-selected, var(--ion-color-primary, #0054e9));height:50px}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){:host(.tab-bar-translucent){--background:rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8);-webkit-backdrop-filter:saturate(210%) blur(20px);backdrop-filter:saturate(210%) blur(20px)}:host(.ion-color.tab-bar-translucent){background:rgba(var(--ion-color-base-rgb), 0.8)}:host(.tab-bar-translucent) ::slotted(ion-tab-button.ion-focused){background:rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.6)}}",md:":host{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-right:var(--ion-safe-area-right);padding-bottom:var(--ion-safe-area-bottom, 0);padding-left:var(--ion-safe-area-left);border-top:var(--border);background:var(--background);color:var(--color);text-align:center;contain:strict;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:10;-webkit-box-sizing:content-box !important;box-sizing:content-box !important}:host(.ion-color) ::slotted(ion-tab-button){--background-focused:var(--ion-color-shade);--color-selected:var(--ion-color-contrast)}:host(.ion-color) ::slotted(.tab-selected){color:var(--ion-color-contrast)}:host(.ion-color),:host(.ion-color) ::slotted(ion-tab-button){color:rgba(var(--ion-color-contrast-rgb), 0.7)}:host(.ion-color),:host(.ion-color) ::slotted(ion-tab-button){background:var(--ion-color-base)}:host(.ion-color) ::slotted(ion-tab-button.ion-focused),:host(.tab-bar-translucent) ::slotted(ion-tab-button.ion-focused){background:var(--background-focused)}:host(.tab-bar-translucent) ::slotted(ion-tab-button){background:transparent}:host([slot=top]){padding-top:var(--ion-safe-area-top, 0);padding-bottom:0;border-top:0;border-bottom:var(--border)}:host(.tab-bar-hidden){display:none !important}:host{--background:var(--ion-tab-bar-background, var(--ion-background-color, #fff));--background-focused:var(--ion-tab-bar-background-focused, #e0e0e0);--border:1px solid var(--ion-tab-bar-border-color, var(--ion-border-color, var(--ion-color-step-150, var(--ion-background-color-step-150, rgba(0, 0, 0, 0.07)))));--color:var(--ion-tab-bar-color, var(--ion-color-step-650, var(--ion-text-color-step-350, #595959)));--color-selected:var(--ion-tab-bar-color-selected, var(--ion-color-primary, #0054e9));height:56px}"}}},[289,"ion-tab-bar",{color:[513],selectedTab:[1,"selected-tab"],translucent:[4],keyboardVisible:[32]},void 0,{selectedTab:["selectedTabChanged"]}]),On=function(){"undefined"!=typeof customElements&&["ion-tab-bar"].forEach(e=>{"ion-tab-bar"===e&&(customElements.get(e)||customElements.define(e,zn))})},$n=Wo(class extends bt{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.ionTabButtonClick=oo(this,"ionTabButtonClick",7),this.inheritedAttributes={},this.disabled=!1,this.selected=!1,this.onKeyUp=e=>{"Enter"!==e.key&&" "!==e.key||this.selectTab(e)},this.onClick=e=>{this.selectTab(e)}}onTabBarChanged(e){const t=e.target,o=this.el.parentElement;(e.composedPath().includes(o)||(null==t?void 0:t.contains(this.el)))&&(this.selected=this.tab===e.detail.tab)}componentWillLoad(){this.inheritedAttributes=Object.assign({},dr(this.el,["aria-label"])),void 0===this.layout&&(this.layout=Go.get("tabButtonLayout","icon-top"))}selectTab(e){void 0!==this.tab&&(this.disabled||this.ionTabButtonClick.emit({tab:this.tab,href:this.href,selected:this.selected}),e.preventDefault())}get hasLabel(){return!!this.el.querySelector("ion-label")}get hasIcon(){return!!this.el.querySelector("ion-icon")}render(){const{disabled:e,hasIcon:t,hasLabel:o,href:r,rel:n,target:a,layout:i,selected:s,tab:l,inheritedAttributes:d}=this,c=Jr(this),h={download:this.download,href:r,rel:n,target:a};return Ut(Zt,{key:"ce9d29ced0c781d6b2fa62cd5feb801c11fc42e8",onClick:this.onClick,onKeyup:this.onKeyUp,id:void 0!==l?`tab-button-${l}`:null,class:{[c]:!0,"tab-selected":s,"tab-disabled":e,"tab-has-label":o,"tab-has-icon":t,"tab-has-label-only":o&&!t,"tab-has-icon-only":t&&!o,[`tab-layout-${i}`]:!0,"ion-activatable":!0,"ion-selectable":!0,"ion-focusable":!0}},Ut("a",Object.assign({key:"01cb0ed2e77c5c1a8abd48da1bb07ac1b305d0b6"},h,{class:"button-native",part:"native",role:"tab","aria-selected":s?"true":null,"aria-disabled":e?"true":null,tabindex:e?"-1":void 0},d),Ut("span",{key:"d0240c05f42217cfb186b86ff8a0c9cd70b9c8df",class:"button-inner"},Ut("slot",{key:"0a20b84925037dbaa8bb4a495b813d3f7c2e58ac"})),"md"===c&&Ut("ion-ripple-effect",{key:"4c92c27178cdac89d69cffef8d2c39c3644914e8",type:"unbounded"})))}get el(){return this}static get style(){return{ios:':host{--ripple-color:var(--color-selected);--background-focused-opacity:1;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%;outline:none;background:var(--background);color:var(--color)}.button-native{border-radius:inherit;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;display:-ms-flexbox;display:flex;position:relative;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;height:100%;border:0;outline:none;background:transparent;text-decoration:none;cursor:pointer;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-drag:none}.button-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:"";opacity:0}.button-inner{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:inherit;flex-flow:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;height:100%;z-index:1}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}@media (any-hover: hover){a:hover{color:var(--color-selected)}}:host(.tab-selected){color:var(--color-selected)}:host(.tab-hidden){display:none !important}:host(.tab-disabled){pointer-events:none;opacity:0.4}::slotted(ion-label),::slotted(ion-icon){display:block;-ms-flex-item-align:center;align-self:center;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}::slotted(ion-label){-ms-flex-order:0;order:0}::slotted(ion-icon){-ms-flex-order:-1;order:-1;height:1em}:host(.tab-has-label-only) ::slotted(ion-label){white-space:normal}::slotted(ion-badge){-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;z-index:1}:host(.tab-layout-icon-start){-ms-flex-direction:row;flex-direction:row}:host(.tab-layout-icon-end){-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.tab-layout-icon-bottom){-ms-flex-direction:column-reverse;flex-direction:column-reverse}:host(.tab-layout-icon-hide) ::slotted(ion-icon){display:none}:host(.tab-layout-label-hide) ::slotted(ion-label){display:none}ion-ripple-effect{color:var(--ripple-color)}:host{--padding-top:0;--padding-end:2px;--padding-bottom:0;--padding-start:2px;max-width:240px;font-size:10px}::slotted(ion-badge){-webkit-padding-start:6px;padding-inline-start:6px;-webkit-padding-end:6px;padding-inline-end:6px;padding-top:1px;padding-bottom:1px;top:4px;height:auto;font-size:12px;line-height:16px}::slotted(ion-badge){inset-inline-start:calc(50% + 6px)}::slotted(ion-icon){margin-top:2px;margin-bottom:2px;font-size:24px}::slotted(ion-icon::before){vertical-align:top}::slotted(ion-label){margin-top:0;margin-bottom:1px;min-height:11px;font-weight:500}:host(.tab-has-label-only) ::slotted(ion-label){margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:12px;font-size:14px;line-height:1.1}:host(.tab-layout-icon-end) ::slotted(ion-label),:host(.tab-layout-icon-start) ::slotted(ion-label),:host(.tab-layout-icon-hide) ::slotted(ion-label){margin-top:2px;margin-bottom:2px;font-size:14px;line-height:1.1}:host(.tab-layout-icon-end) ::slotted(ion-icon),:host(.tab-layout-icon-start) ::slotted(ion-icon){min-width:24px;height:26px;margin-top:2px;margin-bottom:1px;font-size:24px}:host(.tab-layout-icon-bottom) ::slotted(ion-badge){inset-inline-start:calc(50% + 12px)}:host(.tab-layout-icon-bottom) ::slotted(ion-icon){margin-top:0;margin-bottom:1px}:host(.tab-layout-icon-bottom) ::slotted(ion-label){margin-top:4px}:host(.tab-layout-icon-start) ::slotted(ion-badge),:host(.tab-layout-icon-end) ::slotted(ion-badge){top:10px}:host(.tab-layout-icon-start) ::slotted(ion-badge),:host(.tab-layout-icon-end) ::slotted(ion-badge){inset-inline-start:calc(50% + 35px)}:host(.tab-layout-icon-hide) ::slotted(ion-badge),:host(.tab-has-label-only) ::slotted(ion-badge){top:10px}:host(.tab-layout-icon-hide) ::slotted(ion-badge),:host(.tab-has-label-only) ::slotted(ion-badge){inset-inline-start:calc(50% + 30px)}:host(.tab-layout-label-hide) ::slotted(ion-badge),:host(.tab-has-icon-only) ::slotted(ion-badge){top:10px}:host(.tab-layout-label-hide) ::slotted(ion-icon){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}:host(.tab-layout-label-hide) ::slotted(ion-icon),:host(.tab-has-icon-only) ::slotted(ion-icon){font-size:30px}',md:':host{--ripple-color:var(--color-selected);--background-focused-opacity:1;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%;outline:none;background:var(--background);color:var(--color)}.button-native{border-radius:inherit;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;display:-ms-flexbox;display:flex;position:relative;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;height:100%;border:0;outline:none;background:transparent;text-decoration:none;cursor:pointer;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-drag:none}.button-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:"";opacity:0}.button-inner{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:inherit;flex-flow:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;height:100%;z-index:1}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}@media (any-hover: hover){a:hover{color:var(--color-selected)}}:host(.tab-selected){color:var(--color-selected)}:host(.tab-hidden){display:none !important}:host(.tab-disabled){pointer-events:none;opacity:0.4}::slotted(ion-label),::slotted(ion-icon){display:block;-ms-flex-item-align:center;align-self:center;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}::slotted(ion-label){-ms-flex-order:0;order:0}::slotted(ion-icon){-ms-flex-order:-1;order:-1;height:1em}:host(.tab-has-label-only) ::slotted(ion-label){white-space:normal}::slotted(ion-badge){-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;z-index:1}:host(.tab-layout-icon-start){-ms-flex-direction:row;flex-direction:row}:host(.tab-layout-icon-end){-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.tab-layout-icon-bottom){-ms-flex-direction:column-reverse;flex-direction:column-reverse}:host(.tab-layout-icon-hide) ::slotted(ion-icon){display:none}:host(.tab-layout-label-hide) ::slotted(ion-label){display:none}ion-ripple-effect{color:var(--ripple-color)}:host{--padding-top:0;--padding-end:12px;--padding-bottom:0;--padding-start:12px;max-width:168px;font-size:12px;font-weight:normal;letter-spacing:0.03em}::slotted(ion-label){margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;text-transform:none}::slotted(ion-icon){margin-left:0;margin-right:0;margin-top:16px;margin-bottom:16px;-webkit-transform-origin:center center;transform-origin:center center;font-size:22px}:host-context([dir=rtl]) ::slotted(ion-icon){-webkit-transform-origin:calc(100% - center) center;transform-origin:calc(100% - center) center}[dir=rtl] ::slotted(ion-icon){-webkit-transform-origin:calc(100% - center) center;transform-origin:calc(100% - center) center}@supports selector(:dir(rtl)){::slotted(ion-icon):dir(rtl){-webkit-transform-origin:calc(100% - center) center;transform-origin:calc(100% - center) center}}::slotted(ion-badge){border-radius:8px;-webkit-padding-start:2px;padding-inline-start:2px;-webkit-padding-end:2px;padding-inline-end:2px;padding-top:3px;padding-bottom:2px;top:8px;min-width:12px;font-size:8px;font-weight:normal}::slotted(ion-badge){inset-inline-start:calc(50% + 6px)}::slotted(ion-badge:empty){display:block;min-width:8px;height:8px}:host(.tab-layout-icon-top) ::slotted(ion-icon){margin-top:6px;margin-bottom:2px}:host(.tab-layout-icon-top) ::slotted(ion-label){margin-top:0;margin-bottom:6px}:host(.tab-layout-icon-bottom) ::slotted(ion-badge){top:8px}:host(.tab-layout-icon-bottom) ::slotted(ion-badge){inset-inline-start:70%}:host(.tab-layout-icon-bottom) ::slotted(ion-icon){margin-top:0;margin-bottom:6px}:host(.tab-layout-icon-bottom) ::slotted(ion-label){margin-top:6px;margin-bottom:0}:host(.tab-layout-icon-start) ::slotted(ion-badge),:host(.tab-layout-icon-end) ::slotted(ion-badge){top:16px}:host(.tab-layout-icon-start) ::slotted(ion-badge),:host(.tab-layout-icon-end) ::slotted(ion-badge){inset-inline-start:80%}:host(.tab-layout-icon-start) ::slotted(ion-icon){-webkit-margin-end:6px;margin-inline-end:6px}:host(.tab-layout-icon-end) ::slotted(ion-icon){-webkit-margin-start:6px;margin-inline-start:6px}:host(.tab-layout-icon-hide) ::slotted(ion-badge),:host(.tab-has-label-only) ::slotted(ion-badge){top:16px}:host(.tab-layout-icon-hide) ::slotted(ion-badge),:host(.tab-has-label-only) ::slotted(ion-badge){inset-inline-start:70%}:host(.tab-layout-icon-hide) ::slotted(ion-label),:host(.tab-has-label-only) ::slotted(ion-label){margin-top:0;margin-bottom:0}:host(.tab-layout-label-hide) ::slotted(ion-badge),:host(.tab-has-icon-only) ::slotted(ion-badge){top:16px}:host(.tab-layout-label-hide) ::slotted(ion-icon),:host(.tab-has-icon-only) ::slotted(ion-icon){margin-top:0;margin-bottom:0;font-size:24px}'}}},[289,"ion-tab-button",{disabled:[4],download:[1],href:[1],rel:[1],layout:[1025],selected:[1028],tab:[1],target:[1]},[[8,"ionTabBarChanged","onTabBarChanged"]]]),Rn=function(){"undefined"!=typeof customElements&&["ion-tab-button","ion-ripple-effect"].forEach(e=>{switch(e){case"ion-tab-button":customElements.get(e)||customElements.define(e,$n);break;case"ion-ripple-effect":customElements.get(e)||un()}})},Pn={hydratedSelectorName:"hydrated",lazyLoad:!1,updatable:!0};var An=Object.defineProperty,Nn=e=>{if(e.__stencil__getHostRef)return e.__stencil__getHostRef()},Mn=(e,t)=>t in e,Dn=(e,t)=>(0,console.error)(e,t),Vn=new Map,jn="http://www.w3.org/1999/xlink",Fn="undefined"!=typeof window?window:{},Bn=Fn.HTMLElement||class{},Hn={$flags$:0,$resourcesUrl$:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,o,r)=>e.addEventListener(t,o,r),rel:(e,t,o,r)=>e.removeEventListener(t,o,r),ce:(e,t)=>new CustomEvent(e,t)},Wn=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(_S){}return!1})(),Un=!1,qn=[],Zn=[],Yn=(e,t)=>t=>{e.push(t),Un||(Un=!0,Hn.raf(Gn))},Xn=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(_S){Dn(_S)}e.length=0},Gn=()=>{Xn(qn),Xn(Zn),(Un=qn.length>0)&&Hn.raf(Gn)},Kn=e=>(e=>Promise.resolve(e))().then(e),Qn=Yn(Zn),Jn=e=>"object"==(e=typeof e)||"function"===e;((e,t)=>{for(var o in t)An(e,o,{get:t[o],enumerable:!0})})({},{err:()=>ta,map:()=>oa,ok:()=>ea,unwrap:()=>na,unwrapErr:()=>aa});var ea=e=>({isOk:!0,isErr:!1,value:e}),ta=e=>({isOk:!1,isErr:!0,value:e});function oa(e,t){if(e.isOk){const o=t(e.value);return o instanceof Promise?o.then(e=>ea(e)):ea(o)}if(e.isErr){const t=e.value;return ta(t)}throw"should never get here"}var ra,na=e=>{if(e.isOk)return e.value;throw e.value},aa=e=>{if(e.isErr)return e.value;throw e.value};function ia(e){const t=this.attachShadow({mode:"open"});void 0===ra&&(ra=null),ra&&t.adoptedStyleSheets.push(ra)}var sa=new WeakMap,la=e=>{const t=e.$cmpMeta$,o=e.$hostElement$,r=t.$flags$,n=(t.$tagName$,()=>{}),a=((e,t)=>{var o;const r=da(t),n=Vn.get(r);if(!Fn.document)return r;if(e=11===e.nodeType?e:Fn.document,n)if("string"==typeof n){e=e.head||e;let a,i=sa.get(e);if(i||sa.set(e,i=new Set),!i.has(r)){{a=Fn.document.createElement("style"),a.innerHTML=n;const r=null!=(o=Hn.$nonce$)?o:function(e){var t,o,r;return null!=(r=null==(o=null==(t=e.head)?void 0:t.querySelector('meta[name="csp-nonce"]'))?void 0:o.getAttribute("content"))?r:void 0}(Fn.document);if(null!=r&&a.setAttribute("nonce",r),!(1&t.$flags$))if("HEAD"===e.nodeName){const t=e.querySelectorAll("link[rel=preconnect]"),o=t.length>0?t[t.length-1].nextSibling:e.querySelector("style");e.insertBefore(a,(null==o?void 0:o.parentNode)===e?o:null)}else if("host"in e)if(Wn){const t=new CSSStyleSheet;t.replaceSync(n),e.adoptedStyleSheets.unshift(t)}else{const t=e.querySelector("style");t?t.innerHTML=n+t.innerHTML:e.prepend(a)}else e.append(a);1&t.$flags$&&e.insertBefore(a,null)}4&t.$flags$&&(a.innerHTML+="slot-fb{display:contents}slot-fb[hidden]{display:none}"),i&&i.add(r)}}else e.adoptedStyleSheets.includes(n)||e.adoptedStyleSheets.push(n);return r})(o.shadowRoot?o.shadowRoot:o.getRootNode(),t);10&r&&(o["s-sc"]=a,o.classList.add(a+"-h")),n()},da=(e,t)=>"sc-"+e.$tagName$,ca=(e,t,...o)=>{let r=null,n=null,a=!1,i=!1;const s=[],l=t=>{for(let o=0;o<t.length;o++)r=t[o],Array.isArray(r)?l(r):null!=r&&"boolean"!=typeof r&&((a="function"!=typeof e&&!Jn(r))&&(r=String(r)),a&&i?s[s.length-1].$text$+=r:s.push(a?ha(null,r):r),i=a)};if(l(o),t){t.key&&(n=t.key);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter(t=>e[t]).join(" "))}}const d=ha(e,null);return d.$attrs$=t,s.length>0&&(d.$children$=s),d.$key$=n,d},ha=(e,t)=>{const o={$flags$:0,$tag$:e,$text$:t,$elm$:null,$children$:null,$attrs$:null,$key$:null};return o},ua={},ma=e=>{const t=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(`(^|[^@]|@(?!supports\\s+selector\\s*\\([^{]*?${t}))(${t}\\b)`,"g")};ma("::slotted"),ma(":host"),ma(":host-context");var ba,pa=(e,t,o)=>null==e||Jn(e)?e:4&t?"false"!==e&&(""===e||!!e):1&t?String(e):e,fa=(e,t,o,r,n,a,i)=>{if(o===r)return;let s=Mn(e,t),l=t.toLowerCase();if("class"===t){const t=e.classList,n=va(o);let a=va(r);t.remove(...n.filter(e=>e&&!a.includes(e))),t.add(...a.filter(e=>e&&!n.includes(e)))}else if("style"===t){for(const t in o)r&&null!=r[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in r)o&&r[t]===o[t]||(t.includes("-")?e.style.setProperty(t,r[t]):e.style[t]=r[t])}else if("key"===t);else if("ref"===t)r&&r(e);else if(e.__lookupSetter__(t)||"o"!==t[0]||"n"!==t[1]){const i=Jn(r);if(s||i&&null!==r)try{if(e.tagName.includes("-"))e[t]!==r&&(e[t]=r);else{const n=null==r?"":r;"list"===t?s=!1:null!=o&&e[t]==n||("function"==typeof e.__lookupSetter__(t)?e[t]=n:e.setAttribute(t,n))}}catch(_S){}let d=!1;l!==(l=l.replace(/^xlink\:?/,""))&&(t=l,d=!0),null==r||!1===r?!1===r&&""!==e.getAttribute(t)||(d?e.removeAttributeNS(jn,t):e.removeAttribute(t)):(!s||4&a||n)&&!i&&1===e.nodeType&&(r=!0===r?"":r,d?e.setAttributeNS(jn,t,r):e.setAttribute(t,r))}else if(t="-"===t[2]?t.slice(3):Mn(Fn,l)?l.slice(2):l[2]+t.slice(3),o||r){const n=t.endsWith(ya);t=t.replace(ka,""),o&&Hn.rel(e,t,o,n),r&&Hn.ael(e,t,r,n)}},ga=/\s/,va=e=>("object"==typeof e&&e&&"baseVal"in e&&(e=e.baseVal),e&&"string"==typeof e?e.split(ga):[]),ya="Capture",ka=new RegExp(ya+"$"),xa=(e,t,o,r)=>{const n=11===t.$elm$.nodeType&&t.$elm$.host?t.$elm$.host:t.$elm$,a=e&&e.$attrs$||{},i=t.$attrs$||{};for(const s of wa(Object.keys(a)))s in i||fa(n,s,a[s],void 0,o,t.$flags$);for(const s of wa(Object.keys(i)))fa(n,s,a[s],i[s],o,t.$flags$)};function wa(e){return e.includes("ref")?[...e.filter(e=>"ref"!==e),"ref"]:e}var Sa=!1,Ca=(e,t,o)=>{const r=t.$children$[o];let n,a,i=0;if(null!==r.$text$)n=r.$elm$=Fn.document.createTextNode(r.$text$);else{if(!Fn.document)throw new Error("You are trying to render a Stencil component in an environment that doesn't support the DOM. Make sure to populate the [`window`](https://developer.mozilla.org/en-US/docs/Web/API/Window/window) object before rendering a component.");if(n=r.$elm$=Fn.document.createElement(r.$tag$),xa(null,r,Sa),r.$children$)for(i=0;i<r.$children$.length;++i)a=Ca(e,r,i),a&&n.appendChild(a)}return n["s-hn"]=ba,n},Ea=(e,t,o,r,n,a)=>{let i,s=e;for(s.shadowRoot&&s.tagName===ba&&(s=s.shadowRoot);n<=a;++n)r[n]&&(i=Ca(null,o,n),i&&(r[n].$elm$=i,za(s,i,t)))},La=(e,t,o)=>{for(let r=t;r<=o;++r){const t=e[r];if(t){const e=t.$elm$;Ia(t),e&&e.remove()}}},_a=(e,t,o=!1)=>e.$tag$===t.$tag$&&(o?(o&&!e.$key$&&t.$key$&&(e.$key$=t.$key$),!0):e.$key$===t.$key$),Ta=(e,t,o=!1)=>{const r=t.$elm$=e.$elm$,n=e.$children$,a=t.$children$,i=t.$text$;null===i?(xa(e,t,Sa),null!==n&&null!==a?((e,t,o,r,n=!1)=>{let a,i,s=0,l=0,d=0,c=0,h=t.length-1,u=t[0],m=t[h],b=r.length-1,p=r[0],f=r[b];for(;s<=h&&l<=b;)if(null==u)u=t[++s];else if(null==m)m=t[--h];else if(null==p)p=r[++l];else if(null==f)f=r[--b];else if(_a(u,p,n))Ta(u,p,n),u=t[++s],p=r[++l];else if(_a(m,f,n))Ta(m,f,n),m=t[--h],f=r[--b];else if(_a(u,f,n))Ta(u,f,n),za(e,u.$elm$,m.$elm$.nextSibling),u=t[++s],f=r[--b];else if(_a(m,p,n))Ta(m,p,n),za(e,m.$elm$,u.$elm$),m=t[--h],p=r[++l];else{for(d=-1,c=s;c<=h;++c)if(t[c]&&null!==t[c].$key$&&t[c].$key$===p.$key$){d=c;break}d>=0?(i=t[d],i.$tag$!==p.$tag$?a=Ca(t&&t[l],o,d):(Ta(i,p,n),t[d]=void 0,a=i.$elm$),p=r[++l]):(a=Ca(t&&t[l],o,l),p=r[++l]),a&&za(u.$elm$.parentNode,a,u.$elm$)}s>h?Ea(e,null==r[b+1]?null:r[b+1].$elm$,o,r,l,b):l>b&&La(t,s,h)})(r,n,t,a,o):null!==a?(null!==e.$text$&&(r.textContent=""),Ea(r,null,t,a,0,a.length-1)):!o&&Pn.updatable&&null!==n&&La(n,0,n.length-1)):e.$text$!==i&&(r.data=i)},Ia=e=>{e.$attrs$&&e.$attrs$.ref&&e.$attrs$.ref(null),e.$children$&&e.$children$.map(Ia)},za=(e,t,o)=>null==e?void 0:e.insertBefore(t,o),Oa=(e,t,o=!1)=>{const r=e.$hostElement$,n=e.$cmpMeta$,a=e.$vnode$||ha(null,null);var i;const s=(i=t)&&i.$tag$===ua?t:ca(null,null,t);if(ba=r.tagName,n.$attrsToReflect$&&(s.$attrs$=s.$attrs$||{},n.$attrsToReflect$.map(([e,t])=>s.$attrs$[t]=r[e])),o&&s.$attrs$)for(const l of Object.keys(s.$attrs$))r.hasAttribute(l)&&!["key","ref","style","class"].includes(l)&&(s.$attrs$[l]=r[l]);s.$tag$=null,s.$flags$|=4,e.$vnode$=s,s.$elm$=a.$elm$=r.shadowRoot||r,Ta(a,s,o)},$a=(e,t)=>{if(t&&!e.$onRenderResolve$&&t["s-p"]){const o=t["s-p"].push(new Promise(r=>e.$onRenderResolve$=()=>{t["s-p"].splice(o-1,1),r()}))}},Ra=(e,t)=>{if(e.$flags$|=16,!(4&e.$flags$))return $a(e,e.$ancestorComponent$),Qn(()=>Pa(e,t));e.$flags$|=512},Pa=(e,t)=>{const o=e.$hostElement$,r=(e.$cmpMeta$.$tagName$,()=>{}),n=o;if(!n)throw new Error(`Can't render component <${o.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let a;return a=Fa(n,t?"componentWillLoad":"componentWillUpdate",void 0,o),a=Aa(a,()=>Fa(n,"componentWillRender",void 0,o)),r(),Aa(a,()=>Ma(e,n,t))},Aa=(e,t)=>Na(e)?e.then(t).catch(e=>{console.error(e),t()}):t(),Na=e=>e instanceof Promise||e&&e.then&&"function"==typeof e.then,Ma=async(e,t,o)=>{var r;const n=e.$hostElement$,a=(e.$cmpMeta$.$tagName$,()=>{}),i=n["s-rc"];o&&la(e);const s=(e.$cmpMeta$.$tagName$,()=>{});Da(e,t,n,o),i&&(i.map(e=>e()),n["s-rc"]=void 0),s(),a();{const t=null!=(r=n["s-p"])?r:[],o=()=>Va(e);0===t.length?o():(Promise.all(t).then(o),e.$flags$|=4,t.length=0)}},Da=(e,t,o,r)=>{try{t=t.render(),e.$flags$&=-17,e.$flags$|=2,Oa(e,t,r)}catch(_S){Dn(_S,e.$hostElement$)}return null},Va=e=>{e.$cmpMeta$.$tagName$;const t=e.$hostElement$,o=()=>{},r=t,n=e.$ancestorComponent$;Fa(r,"componentDidRender",void 0,t),64&e.$flags$?(Fa(r,"componentDidUpdate",void 0,t),o()):(e.$flags$|=64,Ba(t),Fa(r,"componentDidLoad",void 0,t),o(),e.$onReadyResolve$(t),n||ja()),e.$onRenderResolve$&&(e.$onRenderResolve$(),e.$onRenderResolve$=void 0),512&e.$flags$&&Kn(()=>Ra(e,!1)),e.$flags$&=-517},ja=e=>{Kn(()=>((e,t,o)=>{const r=Hn.ce(t,o);return e.dispatchEvent(r),r})(Fn,"appload",{detail:{namespace:"ionicons"}}))},Fa=(e,t,o,r)=>{if(e&&e[t])try{return e[t](o)}catch(_S){Dn(_S,r)}},Ba=e=>{var t;return e.classList.add(null!=(t=Pn.hydratedSelectorName)?t:"hydrated")},Ha=(e,t,o,r)=>{const n=Nn(e),a=e,i=n.$instanceValues$.get(t),s=n.$flags$,l=a;o=pa(o,r.$members$[t][0]);const d=Number.isNaN(i)&&Number.isNaN(o);if(o!==i&&!d){if(n.$instanceValues$.set(t,o),r.$watchers$&&128&s){const e=r.$watchers$[t];e&&e.map(e=>{try{l[e](o,i,t)}catch(_S){Dn(_S,a)}})}if(2==(18&s)){if(l.componentShouldUpdate&&!1===l.componentShouldUpdate(o,i,t))return;Ra(n,!1)}}},Wa=(e,t,o)=>{var r,n;const a=e.prototype;if(t.$members$||t.$watchers$||e.watchers){e.watchers&&!t.$watchers$&&(t.$watchers$=e.watchers);const o=Object.entries(null!=(r=t.$members$)?r:{});o.map(([e,[o]])=>{if(31&o||32&o){const{get:r,set:n}=Object.getOwnPropertyDescriptor(a,e)||{};r&&(t.$members$[e][0]|=2048),n&&(t.$members$[e][0]|=4096),Object.defineProperty(a,e,{get(){return r?r.apply(this):(t=e,Nn(this).$instanceValues$.get(t));var t},configurable:!0,enumerable:!0}),Object.defineProperty(a,e,{set(r){const a=Nn(this);if(n){const i=32&o?this[e]:a.$hostElement$[e];return void 0===i&&a.$instanceValues$.get(e)?r=a.$instanceValues$.get(e):!a.$instanceValues$.get(e)&&i&&a.$instanceValues$.set(e,i),n.apply(this,[pa(r,o)]),r=32&o?this[e]:a.$hostElement$[e],void Ha(this,e,r,t)}Ha(this,e,r,t)}})}});{const r=new Map;a.attributeChangedCallback=function(e,o,n){Hn.jmp(()=>{var i;const s=r.get(e);if(this.hasOwnProperty(s)&&Pn.lazyLoad);else{if(a.hasOwnProperty(s)&&"number"==typeof this[s]&&this[s]==n)return;if(null==s){const r=Nn(this),a=null==r?void 0:r.$flags$;if(a&&!(8&a)&&128&a&&n!==o){const r=this,a=null==(i=t.$watchers$)?void 0:i[e];null==a||a.forEach(t=>{null!=r[t]&&r[t].call(r,n,o,e)})}return}}const l=Object.getOwnPropertyDescriptor(a,s);(n=(null!==n||"boolean"!=typeof this[s])&&n)===this[s]||l.get&&!l.set||(this[s]=n)})},e.observedAttributes=Array.from(new Set([...Object.keys(null!=(n=t.$watchers$)?n:{}),...o.filter(([e,t])=>15&t[0]).map(([e,o])=>{var n;const a=o[1]||e;return r.set(a,e),512&o[0]&&(null==(n=t.$attrsToReflect$)||n.push([e,a])),a})]))}}return e},Ua=async(e,t,o,r)=>{let n;if(!(32&t.$flags$)){t.$flags$|=32;{n=e.constructor;const o=e.localName;customElements.whenDefined(o).then(()=>t.$flags$|=128)}if(n&&n.style){let e;"string"==typeof n.style&&(e=n.style);const t=da(o);if(!Vn.has(t)){const r=(o.$tagName$,()=>{});((e,t,o)=>{let r=Vn.get(e);Wn&&o?(r=r||new CSSStyleSheet,"string"==typeof r?r=t:r.replaceSync(t)):r=t,Vn.set(e,r)})(t,e,!!(1&o.$flags$)),r()}}}const a=t.$ancestorComponent$,i=()=>Ra(t,!0);a&&a["s-rc"]?a["s-rc"].push(i):i()},qa=(e,t)=>{const o={$flags$:t[0],$tagName$:t[1]};o.$members$=t[2],o.$watchers$=e.$watchers$,o.$attrsToReflect$=[];const r=e.prototype.connectedCallback,n=e.prototype.disconnectedCallback;return Object.assign(e.prototype,{__hasHostListenerAttached:!1,__registerHost(){((e,t)=>{const o={$flags$:0,$hostElement$:e,$cmpMeta$:t,$instanceValues$:new Map};o.$onReadyPromise$=new Promise(e=>o.$onReadyResolve$=e),e["s-p"]=[],e["s-rc"]=[];const r=o;e.__stencil__getHostRef=()=>r})(this,o)},connectedCallback(){this.__hasHostListenerAttached||(Nn(this),this.__hasHostListenerAttached=!0),(e=>{{const t=Nn(e),o=t.$cmpMeta$,r=(o.$tagName$,()=>{});if(1&t.$flags$)(null==t?void 0:t.$lazyInstance$)||(null==t?void 0:t.$onReadyPromise$)&&t.$onReadyPromise$.then(()=>{});else{t.$flags$|=1;{let o=e;for(;o=o.parentNode||o.host;)if(o["s-p"]){$a(t,t.$ancestorComponent$=o);break}}o.$members$&&Object.entries(o.$members$).map(([t,[o]])=>{if(31&o&&e.hasOwnProperty(t)){const o=e[t];delete e[t],e[t]=o}}),Pn.initializeNextTick?Kn(()=>Ua(e,t,o)):Ua(e,t,o)}r()}})(this),r&&r.call(this)},disconnectedCallback(){(async e=>{Nn(e),sa.has(e)&&sa.delete(e),e.shadowRoot&&sa.has(e.shadowRoot)&&sa.delete(e.shadowRoot)})(this),n&&n.call(this)},__attachShadow(){if(this.shadowRoot){if("open"!==this.shadowRoot.mode)throw new Error(`Unable to re-use existing shadow root for ${o.$tagName$}! Mode is set to ${this.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else ia.call(this,o)}}),e.is=o.$tagName$,Wa(e,o)};let Za;const Ya=(e,t)=>{const o=(()=>{if("undefined"==typeof window)return new Map;if(!Za){const e=window;e.Ionicons=e.Ionicons||{},Za=e.Ionicons.map=e.Ionicons.map||new Map}return Za})().get(e);if(o)return o;try{return(e=>{const t=new URL(e,Hn.$resourcesUrl$);return t.origin!==Fn.location.origin?t.href:t.pathname})(`svg/${e}.svg`)}catch(_S){console.log("e",_S),console.warn(`[Ionicons Warning]: Could not load icon with name "${e}". Ensure that the icon is registered using addIcons or that the icon SVG data is passed directly to the icon component.`,t)}},Xa=(e,t,o,r,n)=>(o="ios"===(o&&Ja(o))?"ios":"md",r&&"ios"===o?e=Ja(r):n&&"md"===o?e=Ja(n):(e||!t||Ka(t)||(e=t),Qa(e)&&(e=Ja(e))),Qa(e)&&""!==e.trim()?""!==e.replace(/[a-z]|-|\d/gi,"")?null:e:null),Ga=e=>Qa(e)&&(e=e.trim(),Ka(e))?e:null,Ka=e=>e.length>0&&/(\/|\.)/.test(e),Qa=e=>"string"==typeof e,Ja=e=>e.toLowerCase(),ei=e=>{if(1===e.nodeType){if("script"===e.nodeName.toLowerCase())return!1;for(let t=0;t<e.attributes.length;t++){const o=e.attributes[t].name;if(Qa(o)&&0===o.toLowerCase().indexOf("on"))return!1}for(let t=0;t<e.childNodes.length;t++)if(!ei(e.childNodes[t]))return!1}return!0},ti=new Map,oi=new Map;let ri;function ni(e){return ti.set(e,""),""}const ai=(e,t)=>{const o=oi.get(e);return o||("undefined"!=typeof fetch&&"undefined"!=typeof document?(e=>e.startsWith("data:image/svg+xml"))(e)&&(e=>-1!==e.indexOf(";utf8,"))(e)?Promise.resolve(function(e){ri||(ri=new DOMParser);const t=ri.parseFromString(e,"text/html"),o=t.querySelector("svg");if(o)return ti.set(e,o.outerHTML),o.outerHTML;throw new Error(`Could not parse svg from ${e}`)}(e)):function(e,t){const o=fetch(e).then(o=>o.text().then(o=>{o&&!1!==t&&(o=(e=>{const t=document.createElement("div");t.innerHTML=e;for(let r=t.childNodes.length-1;r>=0;r--)"svg"!==t.childNodes[r].nodeName.toLowerCase()&&t.removeChild(t.childNodes[r]);const o=t.firstElementChild;if(o&&"svg"===o.nodeName.toLowerCase()){const e=o.getAttribute("class")||"";if(o.setAttribute("class",(e+" s-ion-icon").trim()),ei(o))return t.innerHTML}return""})(o));const r=o||"";return ti.set(e,r),r}).catch(()=>ni(e))).catch(()=>ni(e));return oi.set(e,o),o}(e,t):Promise.resolve(ni(e)))},ii=qa(class extends Bn{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.iconName=null,this.inheritedAttributes={},this.didLoadIcon=!1,this.isVisible=!1,this.mode=si(),this.lazy=!1,this.sanitize=!0}componentWillLoad(){this.inheritedAttributes=((e,t=[])=>{const o={};return t.forEach(t=>{e.hasAttribute(t)&&(null!==e.getAttribute(t)&&(o[t]=e.getAttribute(t)),e.removeAttribute(t))}),o})(this.el,["aria-label"])}connectedCallback(){this.waitUntilVisible(this.el,"50px",()=>{this.isVisible=!0,this.loadIcon()})}componentDidLoad(){this.didLoadIcon||this.loadIcon()}disconnectedCallback(){this.io&&(this.io.disconnect(),this.io=void 0)}waitUntilVisible(e,t,o){if(!Boolean(this.lazy&&"undefined"!=typeof window&&window.IntersectionObserver))return o();const r=this.io=new window.IntersectionObserver(e=>{e[0].isIntersecting&&(r.disconnect(),this.io=void 0,o())},{rootMargin:t});r.observe(e)}loadIcon(){if(this.isVisible){const e=(e=>{let t=Ga(e.src);if(t)return t;if(t=Xa(e.name,e.icon,e.mode,e.ios,e.md),t)return Ya(t,e);if(e.icon){if(t=Ga(e.icon),t)return t;if(t=Ga(e.icon[e.mode]),t)return t}return null})(this);e&&(ti.has(e)?this.svgContent=ti.get(e):ai(e,this.sanitize).then(()=>this.svgContent=ti.get(e)),this.didLoadIcon=!0)}this.iconName=Xa(this.name,this.icon,this.mode,this.ios,this.md)}render(){const{flipRtl:e,iconName:t,inheritedAttributes:o,el:r}=this,n=this.mode||"md",a=!!t&&(t.includes("arrow")||t.includes("chevron"))&&!1!==e,i=e||a;return ca(ua,Object.assign({key:"0578c899781ca145dd8205acd9670af39b57cf2e",role:"img",class:Object.assign(Object.assign({[n]:!0},li(this.color)),{[`icon-${this.size}`]:!!this.size,"flip-rtl":i,"icon-rtl":i&&(s=r,s&&""!==s.dir?"rtl"===s.dir.toLowerCase():"rtl"===(null===document||void 0===document?void 0:document.dir.toLowerCase()))})},o),this.svgContent?ca("div",{class:"icon-inner",innerHTML:this.svgContent}):ca("div",{class:"icon-inner"}));var s}static get assetsDirs(){return["svg"]}get el(){return this}static get watchers(){return{name:["loadIcon"],src:["loadIcon"],icon:["loadIcon"],ios:["loadIcon"],md:["loadIcon"]}}static get style(){return":host{display:inline-block;width:1em;height:1em;contain:strict;fill:currentColor;box-sizing:content-box !important}:host .ionicon{stroke:currentColor}.ionicon-fill-none{fill:none}.ionicon-stroke-width{stroke-width:var(--ionicon-stroke-width, 32px)}.icon-inner,.ionicon,svg{display:block;height:100%;width:100%}@supports (background: -webkit-named-image(i)){:host(.icon-rtl) .icon-inner{transform:scaleX(-1)}}@supports not selector(:dir(rtl)) and selector(:host-context([dir='rtl'])){:host(.icon-rtl) .icon-inner{transform:scaleX(-1)}}:host(.flip-rtl):host-context([dir='rtl']) .icon-inner{transform:scaleX(-1)}@supports selector(:dir(rtl)){:host(.flip-rtl:dir(rtl)) .icon-inner{transform:scaleX(-1)}:host(.flip-rtl:dir(ltr)) .icon-inner{transform:scaleX(1)}}:host(.icon-small){font-size:1.125rem !important}:host(.icon-large){font-size:2rem !important}:host(.ion-color){color:var(--ion-color-base) !important}:host(.ion-color-primary){--ion-color-base:var(--ion-color-primary, #3880ff)}:host(.ion-color-secondary){--ion-color-base:var(--ion-color-secondary, #0cd1e8)}:host(.ion-color-tertiary){--ion-color-base:var(--ion-color-tertiary, #f4a942)}:host(.ion-color-success){--ion-color-base:var(--ion-color-success, #10dc60)}:host(.ion-color-warning){--ion-color-base:var(--ion-color-warning, #ffce00)}:host(.ion-color-danger){--ion-color-base:var(--ion-color-danger, #f14141)}:host(.ion-color-light){--ion-color-base:var(--ion-color-light, #f4f5f8)}:host(.ion-color-medium){--ion-color-base:var(--ion-color-medium, #989aa2)}:host(.ion-color-dark){--ion-color-base:var(--ion-color-dark, #222428)}"}},[1,"ion-icon",{mode:[1025],color:[1],ios:[1],md:[1],flipRtl:[4,"flip-rtl"],name:[513],src:[1],icon:[8],size:[1],lazy:[4],sanitize:[4],svgContent:[32],isVisible:[32]},void 0,{name:["loadIcon"],src:["loadIcon"],icon:["loadIcon"],ios:["loadIcon"],md:["loadIcon"]}]),si=()=>"undefined"!=typeof document&&document.documentElement.getAttribute("mode")||"md",li=e=>e?{"ion-color":!0,[`ion-color-${e}`]:!0}:null,di=function(){"undefined"!=typeof customElements&&["ion-icon"].forEach(e=>{"ion-icon"===e&&(customElements.get(e)||customElements.define(e,ii))})},ci=f.createContext({onIonViewWillEnter:()=>{},ionViewWillEnter:()=>{},onIonViewDidEnter:()=>{},ionViewDidEnter:()=>{},onIonViewWillLeave:()=>{},ionViewWillLeave:()=>{},onIonViewDidLeave:()=>{},ionViewDidLeave:()=>{},cleanupIonViewWillEnter:()=>{},cleanupIonViewDidEnter:()=>{},cleanupIonViewWillLeave:()=>{},cleanupIonViewDidLeave:()=>{}}),hi=f.createContext({getIonRedirect:()=>{},getIonRoute:()=>{},getPageManager:()=>{},getStackManager:()=>{},goBack:e=>{"undefined"!=typeof window&&("string"==typeof e?window.location.pathname=e:window.history.back())},navigate:e=>{"undefined"!=typeof window&&(window.location.pathname=e)},hasIonicRouter:()=>!1,routeInfo:void 0,setCurrentTab:()=>{},changeTab:(e,t)=>{"undefined"!=typeof window&&(window.location.pathname=t)},resetTab:(e,t)=>{"undefined"!=typeof window&&(window.location.pathname=t)}}),ui=e=>e.replace(/([A-Z])/g,e=>`-${e[0].toLowerCase()}`),mi=(e,t,o)=>{const r=t.className||t.class,n=o.className||o.class,a=fi(e),i=fi(r?r.split(" "):[]),s=fi(n?n.split(" "):[]),l=[];return a.forEach(e=>{i.has(e)?(l.push(e),i.delete(e)):s.has(e)||l.push(e)}),i.forEach(e=>l.push(e)),l.join(" ")},bi=e=>{if("undefined"==typeof document)return!0;{const t="on"+(e=>"doubleclick"===e?"dblclick":e)(e);let o=t in document;if(!o){const e=document.createElement("div");e.setAttribute(t,"return;"),o="function"==typeof e[t]}return o}},pi=(e,t,o)=>{const r=e.__events||(e.__events={}),n=r[t];n&&e.removeEventListener(t,n),e.addEventListener(t,r[t]=function(e){o&&o.call(this,e)})},fi=e=>{const t=new Map;return e.forEach(e=>t.set(e,e)),t},gi=(...e)=>t=>{e.forEach(e=>{((e,t)=>{"function"==typeof e?e(t):null!=e&&(e.current=t)})(e,t)})},vi=(e,t,o,r)=>{void 0!==r&&r();const n=e.toLowerCase().split("-").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join("");return((e,t)=>{const o=(t,o)=>c.jsx(e,{...t,forwardedRef:o});return o.displayName=t,f.forwardRef(o)})(class extends f.Component{constructor(e){super(e),this.setComponentElRef=e=>{this.componentEl=e}}componentDidMount(){this.componentDidUpdate(this.props)}componentDidUpdate(e){((e,t,o={})=>{if(e instanceof Element){const r=mi(e.classList,t,o);""!==r&&(e.className=r),Object.keys(t).forEach(o=>{if("children"!==o&&"style"!==o&&"ref"!==o&&"class"!==o&&"className"!==o&&"forwardedRef"!==o)if(0===o.indexOf("on")&&o[2]===o[2].toUpperCase()){const r=o.substring(2),n=r[0].toLowerCase()+r.substring(1);bi(n)||pi(e,n,t[o])}else e[o]=t[o],"string"==typeof t[o]&&e.setAttribute(ui(o),t[o])})}})(this.componentEl,this.props,e)}render(){const{children:t,forwardedRef:o,style:r,className:n,ref:a,...i}=this.props,s={...Object.keys(i).reduce((e,t)=>{const o=i[t];if(0===t.indexOf("on")&&t[2]===t[2].toUpperCase()){const r=t.substring(2).toLowerCase();"undefined"!=typeof document&&bi(r)&&(e[t]=o)}else{const r=typeof o;"string"!==r&&"boolean"!==r&&"number"!==r||(e[ui(t)]=o)}return e},{}),ref:gi(o,this.setComponentElRef),style:r};return p.createElement(e,s,t)}static get displayName(){return n}},n)},yi=(e,t)=>{const o=(t,o)=>c.jsx(e,{...t,forwardedRef:o});return o.displayName=t,f.forwardRef(o)},ki=f.createContext({addOverlay:()=>{},removeOverlay:()=>{}}),xi=({onAddOverlay:e,onRemoveOverlay:t})=>{const[o,r]=p.useState({}),n=p.useRef({});p.useEffect(()=>{e(a),t(i)},[]);const a=(e,t,o)=>{const a={...n.current};a[e]={component:t,containerElement:o},n.current=a,r(a)},i=e=>{const t={...n.current};delete t[e],n.current=t,r(t)},s=Object.keys(o);return c.jsx(c.Fragment,{children:s.map(e=>{const t=o[e];return sn.createPortal(t.component,t.containerElement,`overlay-${e}`)})})},wi=vi("ion-tab-button",0,0,Rn),Si=vi("ion-tab-bar",0,0,On),Ci=vi("ion-router-outlet",0,0,In),Ei=vi("ion-app",0,0,_n),Li=vi("ion-icon",0,0,di);class _i extends f.Component{constructor(e){super(e),this.ionContext={addOverlay:(e,t,o)=>{this.addOverlayCallback&&this.addOverlayCallback(e,t,o)},removeOverlay:e=>{this.removeOverlayCallback&&this.removeOverlayCallback(e)}}}render(){return c.jsxs(ki.Provider,{value:this.ionContext,children:[c.jsx(Ei,{...this.props,children:this.props.children}),c.jsx(xi,{onAddOverlay:e=>{this.addOverlayCallback=e},onRemoveOverlay:e=>{this.removeOverlayCallback=e}})]})}}_i.displayName="IonApp";const Ti=f.createContext({registerIonPage:()=>{},isInOutlet:()=>!1});class Ii extends f.PureComponent{constructor(e){super(e),this.ionPageElementRef=f.createRef(),this.stableMergedRefs=gi(this.ionPageElementRef,this.props.forwardedRef),this.ionViewWillEnterHandler=this.ionViewWillEnterHandler.bind(this),this.ionViewDidEnterHandler=this.ionViewDidEnterHandler.bind(this),this.ionViewWillLeaveHandler=this.ionViewWillLeaveHandler.bind(this),this.ionViewDidLeaveHandler=this.ionViewDidLeaveHandler.bind(this)}componentDidMount(){this.ionPageElementRef.current&&(this.context.isInOutlet()&&this.ionPageElementRef.current.classList.add("ion-page-invisible"),this.context.registerIonPage(this.ionPageElementRef.current,this.props.routeInfo),this.ionPageElementRef.current.addEventListener("ionViewWillEnter",this.ionViewWillEnterHandler),this.ionPageElementRef.current.addEventListener("ionViewDidEnter",this.ionViewDidEnterHandler),this.ionPageElementRef.current.addEventListener("ionViewWillLeave",this.ionViewWillLeaveHandler),this.ionPageElementRef.current.addEventListener("ionViewDidLeave",this.ionViewDidLeaveHandler))}componentWillUnmount(){this.ionPageElementRef.current&&(this.ionPageElementRef.current.removeEventListener("ionViewWillEnter",this.ionViewWillEnterHandler),this.ionPageElementRef.current.removeEventListener("ionViewDidEnter",this.ionViewDidEnterHandler),this.ionPageElementRef.current.removeEventListener("ionViewWillLeave",this.ionViewWillLeaveHandler))}ionViewWillEnterHandler(){this.ionLifeCycleContext.ionViewWillEnter()}ionViewDidEnterHandler(){this.ionLifeCycleContext.ionViewDidEnter()}ionViewWillLeaveHandler(){this.ionLifeCycleContext.ionViewWillLeave()}ionViewDidLeaveHandler(){this.ionLifeCycleContext.ionViewDidLeave()}render(){const{className:e,children:t,routeInfo:o,forwardedRef:r,...n}=this.props;return c.jsx(ci.Consumer,{children:o=>(this.ionLifeCycleContext=o,c.jsx("div",{className:e?`${e} ion-page`:"ion-page",ref:this.stableMergedRefs,...n,children:t}))})}static get contextType(){return Ti}}class zi extends f.Component{constructor(e){super(e)}render(){const{className:e,children:t,forwardedRef:o,...r}=this.props;return this.context.hasIonicRouter()?c.jsx(Ii,{className:e?`${e}`:"",routeInfo:this.context.routeInfo,forwardedRef:o,...r,children:t}):c.jsx("div",{className:e?`ion-page ${e}`:"ion-page",ref:o,...r,children:t})}static get displayName(){return"IonPage"}static get contextType(){return hi}}yi(zi,"IonPage");const Oi={main:0},$i=(e,t)=>{const o=new WeakMap,r=`react-delegate-${((e="main")=>{var t;const o=(null!==(t=Oi[e])&&void 0!==t?t:0)+1;return Oi[e]=o,o.toString()})()}`;let n=0;return{attachViewToDom:async(t,a,i,s)=>{const l=document.createElement("div");s&&l.classList.add(...s),t.appendChild(l);const d=a(i),c=`${r}-${n++}`,h=an.createPortal(d,l,c);return o.set(l,h),e(h),Promise.resolve(l)},removeViewFromDom:(e,r)=>{const n=o.get(r);return n&&t(n),r.remove(),Promise.resolve()}}},Ri=vi("ion-nav",0,0,Sn);yi(({children:e,forwardedRef:t,...o})=>{const[r,n]=p.useState([]),a=e=>n(t=>[...t,e]),i=e=>n(t=>t.filter(t=>t!==e)),s=p.useMemo(()=>$i(a,i),[]);return c.jsx(Ri,{delegate:s,ref:t,...o,children:r})},"IonNav");const Pi=f.createContext({activeTab:void 0,selectTab:()=>!1,hasRouterOutlet:!1,tabBarProps:{ref:f.createRef()}}),Ai="undefined"!=typeof HTMLElement?HTMLElement:class{};class Ni extends f.Component{constructor(e){super(e),this.outletIsReady=!1,this.ionViewWillEnterHandler=this.ionViewWillEnterHandler.bind(this),this.ionViewDidEnterHandler=this.ionViewDidEnterHandler.bind(this),this.ionViewWillLeaveHandler=this.ionViewWillLeaveHandler.bind(this),this.ionViewDidLeaveHandler=this.ionViewDidLeaveHandler.bind(this)}componentDidMount(){this.ionRouterOutlet&&(this.outletIsReady||lr(this.ionRouterOutlet,()=>{this.outletIsReady=!0,this.context.registerIonPage(this.ionRouterOutlet,this.props.routeInfo)}),this.ionRouterOutlet.addEventListener("ionViewWillEnter",this.ionViewWillEnterHandler),this.ionRouterOutlet.addEventListener("ionViewDidEnter",this.ionViewDidEnterHandler),this.ionRouterOutlet.addEventListener("ionViewWillLeave",this.ionViewWillLeaveHandler),this.ionRouterOutlet.addEventListener("ionViewDidLeave",this.ionViewDidLeaveHandler))}componentWillUnmount(){this.ionRouterOutlet&&(this.ionRouterOutlet.removeEventListener("ionViewWillEnter",this.ionViewWillEnterHandler),this.ionRouterOutlet.removeEventListener("ionViewDidEnter",this.ionViewDidEnterHandler),this.ionRouterOutlet.removeEventListener("ionViewWillLeave",this.ionViewWillLeaveHandler),this.ionRouterOutlet.removeEventListener("ionViewDidLeave",this.ionViewDidLeaveHandler))}ionViewWillEnterHandler(){this.ionLifeCycleContext.ionViewWillEnter()}ionViewDidEnterHandler(){this.ionLifeCycleContext.ionViewDidEnter()}ionViewWillLeaveHandler(){this.ionLifeCycleContext.ionViewWillLeave()}ionViewDidLeaveHandler(){this.ionLifeCycleContext.ionViewDidLeave()}render(){const{StackManager:e,children:t,routeInfo:o,...r}=this.props;return c.jsx(ci.Consumer,{children:n=>(this.ionLifeCycleContext=n,c.jsx(e,{routeInfo:o,children:c.jsx(Ci,{setRef:e=>this.ionRouterOutlet=e,...r,children:t})}))})}static get contextType(){return Ti}}class Mi extends f.Component{constructor(e){super(e)}render(){const e=this.context.getStackManager(),{children:t,forwardedRef:o,...r}=this.props;return this.context.hasIonicRouter()?r.ionPage?c.jsx(Ni,{StackManager:e,routeInfo:this.context.routeInfo,...r,children:t}):c.jsx(e,{routeInfo:this.context.routeInfo,children:c.jsx(Ci,{...r,forwardedRef:o,children:t})}):c.jsx(Ci,{ref:o,...this.props,children:this.props.children})}static get contextType(){return hi}}const Di=yi(Mi,"IonRouterOutlet");class Vi extends Ai{constructor(){super()}}"undefined"!=typeof window&&window.customElements&&(window.customElements.get("ion-tabs")||window.customElements.define("ion-tabs",Vi)),f.Component;class ji extends f.Component{shouldComponentUpdate(){return!0}constructor(e){super(e),this.handleIonTabButtonClick=this.handleIonTabButtonClick.bind(this)}handleIonTabButtonClick(){this.props.onClick&&this.props.onClick(new CustomEvent("ionTabButtonClick",{detail:{tab:this.props.tab,href:this.props.href,routeOptions:this.props.routerOptions}}))}render(){const{onClick:e,...t}=this.props;return c.jsx(wi,{onIonTabButtonClick:this.handleIonTabButtonClick,...t})}static get displayName(){return"IonTabButton"}}class Fi extends f.PureComponent{constructor(e){super(e),this.setActiveTabOnContext=e=>{};const t={};f.Children.forEach(e.children,o=>{var r,n,a,i;null!=o&&"object"==typeof o&&o.props&&(o.type===ji||o.type.isTabButton)&&(t[o.props.tab]={originalHref:o.props.href,currentHref:o.props.href,originalRouteOptions:o.props.href===(null===(r=e.routeInfo)||void 0===r?void 0:r.pathname)?null===(n=e.routeInfo)||void 0===n?void 0:n.routeOptions:void 0,currentRouteOptions:o.props.href===(null===(a=e.routeInfo)||void 0===a?void 0:a.pathname)?null===(i=e.routeInfo)||void 0===i?void 0:i.routeOptions:void 0})}),this.state={tabs:t},this.onTabButtonClick=this.onTabButtonClick.bind(this),this.renderTabButton=this.renderTabButton.bind(this),this.setActiveTabOnContext=this.setActiveTabOnContext.bind(this),this.selectTab=this.selectTab.bind(this)}componentDidMount(){const e=this.state.tabs,t=Object.keys(e).find(t=>{const o=e[t].originalHref;return this.props.routeInfo.pathname.startsWith(o)});t&&this.setState({activeTab:t})}componentDidUpdate(){this.state.activeTab&&this.setActiveTabOnContext(this.state.activeTab)}selectTab(e){const t=this.state.tabs[e];return!!t&&(this.onTabButtonClick(new CustomEvent("ionTabButtonClick",{detail:{href:t.currentHref,tab:e,selected:e===this.state.activeTab,routeOptions:void 0}})),!0)}static getDerivedStateFromProps(e,t){const o={...t.tabs},r=Object.keys(t.tabs).find(o=>{const r=t.tabs[o].originalHref;return e.routeInfo.pathname.startsWith(r)});f.Children.forEach(e.children,e=>{if(null!=e&&"object"==typeof e&&e.props&&(e.type===ji||e.type.isTabButton)){const t=o[e.props.tab];t&&t.originalHref===e.props.href||(o[e.props.tab]={originalHref:e.props.href,currentHref:e.props.href,originalRouteOptions:e.props.routeOptions,currentRouteOptions:e.props.routeOptions})}});const{activeTab:n}=t;if(r&&n){var a,i;const l=t.tabs[n].currentHref,d=t.tabs[n].currentRouteOptions;var s;r===n&&l===(null===(a=e.routeInfo)||void 0===a?void 0:a.pathname)&&d===(null===(i=e.routeInfo)||void 0===i?void 0:i.routeOptions)||(o[r]={originalHref:o[r].originalHref,currentHref:e.routeInfo.pathname+(e.routeInfo.search||""),originalRouteOptions:o[r].originalRouteOptions,currentRouteOptions:null===(s=e.routeInfo)||void 0===s?void 0:s.routeOptions},"pop"===e.routeInfo.routeAction&&r!==n&&(o[n]={originalHref:o[n].originalHref,currentHref:o[n].originalHref,originalRouteOptions:o[n].originalRouteOptions,currentRouteOptions:o[n].currentRouteOptions}))}return r&&e.onSetCurrentTab(r,e.routeInfo),{activeTab:r,tabs:o}}onTabButtonClick(e,t){var o;const r=this.state.tabs[e.detail.tab],n=r.originalHref,a=null===(o=this.props.tabsContext)||void 0===o?void 0:o.hasRouterOutlet,i=a?e.detail.href:"",{activeTab:s}=this.state;t&&t(e),s===e.detail.tab?n!==i&&this.context.resetTab(e.detail.tab,n,r.originalRouteOptions):(this.props.onIonTabsWillChange&&this.props.onIonTabsWillChange(new CustomEvent("ionTabWillChange",{detail:{tab:e.detail.tab}})),this.props.onIonTabsDidChange&&this.props.onIonTabsDidChange(new CustomEvent("ionTabDidChange",{detail:{tab:e.detail.tab}})),a&&(this.setActiveTabOnContext(e.detail.tab),this.context.changeTab(e.detail.tab,i,e.detail.routeOptions)))}renderTabButton(e){return t=>{if(null!=t&&t.props&&(t.type===ji||t.type.isTabButton)){var o,r;const n=t.props.tab===e?null===(o=this.props.routeInfo)||void 0===o?void 0:o.pathname:this.state.tabs[t.props.tab].currentHref,a=t.props.tab===e?null===(r=this.props.routeInfo)||void 0===r?void 0:r.routeOptions:this.state.tabs[t.props.tab].currentRouteOptions;return f.cloneElement(t,{href:n,routeOptions:a,onClick:e=>this.onTabButtonClick(e,t.props.onClick)})}return null}}render(){const{activeTab:e}=this.state;return c.jsx(Si,{...this.props,selectedTab:e,children:f.Children.map(this.props.children,this.renderTabButton(e))})}static get contextType(){return hi}}const Bi=f.memo(({forwardedRef:e,...t})=>{const o=p.useContext(hi),r=p.useContext(Pi),n=e||r.tabBarProps.ref,a={...r.tabBarProps,ref:n};return c.jsx(Fi,{ref:n,...t,routeInfo:t.routeInfo||o.routeInfo||{pathname:window.location.pathname},onSetCurrentTab:o.setCurrentTab,tabsContext:{...r,tabBarProps:a},children:t.children})});yi(Bi,"IonTabBar"),f.Component;class Hi extends f.PureComponent{constructor(e){super(e),this.props.name&&console.warn('In Ionic React, you import icons from "ionicons/icons" and set the icon you imported to the "icon" property. Setting the "name" property has no effect.')}render(){const{icon:e,ios:t,md:o,mode:r,...n}=this.props;let a;const i=(()=>{if("undefined"!=typeof window){const e=window.Ionic;if(e&&e.config)return e.config}return null})(),s=r||(null==i?void 0:i.get("mode"));var l,d;return a=t||o?"ios"===s?null!==(l=null!=t?t:o)&&void 0!==l?l:e:null!==(d=null!=o?o:t)&&void 0!==d?d:e:e,c.jsx(Li,{ref:this.props.forwardedRef,icon:a,...n,children:this.props.children})}static get contextType(){return hi}}yi(Hi,"IonIcon"),f.PureComponent,f.PureComponent,f.createContext({routeInfo:void 0,push:()=>{throw new Error("An Ionic Router is required for IonRouterContext")},back:()=>{throw new Error("An Ionic Router is required for IonRouterContext")},canGoBack:()=>{throw new Error("An Ionic Router is required for IonRouterContext")},nativeBack:()=>{throw new Error("An Ionic Router is required for IonRouterContext")}}),f.PureComponent,f.Component,f.PureComponent;var Wi,Ui=(e=>(e.Undefined="undefined",e.Null="null",e.String="string",e.Number="number",e.SpecialNumber="number",e.Boolean="boolean",e.BigInt="bigint",e))(Ui||{}),qi=(e=>(e.Array="array",e.Date="date",e.Map="map",e.Object="object",e.RegularExpression="regexp",e.Set="set",e.Channel="channel",e.Symbol="symbol",e))(qi||{}),Zi="type",Yi="value",Xi="serialized:",Gi=(e,t)=>{var o;Object.entries(null!=(o=t.l.t)?o:{}).map(([o,[r]])=>{if(31&r||32&r){const r=e[o],n=function(e,t){for(;e;){const o=Object.getOwnPropertyDescriptor(e,t);if(null==o?void 0:o.get)return o;e=Object.getPrototypeOf(e)}}(Object.getPrototypeOf(e),o)||Object.getOwnPropertyDescriptor(e,o);n&&Object.defineProperty(e,o,{get(){return n.get.call(this)},set(e){n.set.call(this,e)},configurable:!0,enumerable:!0}),e[o]=t.o.has(o)?t.o.get(o):r}})},Ki=e=>{if(e.__stencil__getHostRef)return e.__stencil__getHostRef()},Qi=(e,t)=>t in e,Ji=(e,t)=>(0,console.error)(e,t),es=new Map,ts="s-id",os="sty-id",rs="c-id",ns="http://www.w3.org/1999/xlink",as=["formAssociatedCallback","formResetCallback","formDisabledCallback","formStateRestoreCallback"],is="undefined"!=typeof window?window:{},ss=is.HTMLElement||class{},ls={i:0,u:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,o,r)=>e.addEventListener(t,o,r),rel:(e,t,o,r)=>e.removeEventListener(t,o,r),ce:(e,t)=>new CustomEvent(e,t)},ds=(()=>{var e;let t=!1;try{null==(e=is.document)||e.addEventListener("e",null,Object.defineProperty({},"passive",{get(){t=!0}}))}catch(e){}return t})(),cs=(()=>{try{return!!is.document.adoptedStyleSheets&&(new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync)}catch(e){}return!1})(),hs=!!cs&&!!is.document&&Object.getOwnPropertyDescriptor(is.document.adoptedStyleSheets,"length").writable,us=!1,ms=[],bs=[],ps=(e,t)=>o=>{e.push(o),us||(us=!0,t&&4&ls.i?vs(gs):ls.raf(gs))},fs=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){Ji(e)}e.length=0},gs=()=>{fs(ms),fs(bs),(us=ms.length>0)&&ls.raf(gs)},vs=e=>Promise.resolve(void 0).then(e),ys=ps(ms,!1),ks=ps(bs,!0);function xs(e){const t={mode:"open"};t.delegatesFocus=!!(16&e.i);const o=this.attachShadow(t);void 0===Wi&&(Wi=null),Wi&&(hs?o.adoptedStyleSheets.push(Wi):o.adoptedStyleSheets=[...o.adoptedStyleSheets,Wi])}var ws=(e,t,o,r)=>{if(e["s-ol"]&&e["s-ol"].isConnected)return;const n=document.createTextNode("");if(n["s-nr"]=e,!t["s-cr"]||!t["s-cr"].parentNode)return;const a=t["s-cr"].parentNode,i=Ss(a,"appendChild");if(void 0!==r){n["s-oo"]=r;const e=Ss(a,"childNodes"),t=[n];e.forEach(e=>{e["s-nr"]&&t.push(e)}),t.sort((e,t)=>!e["s-oo"]||e["s-oo"]<(t["s-oo"]||0)?-1:!t["s-oo"]||t["s-oo"]<e["s-oo"]?1:0),t.forEach(e=>i.call(a,e))}else i.call(a,n);e["s-ol"]=n,e["s-sh"]=t["s-hn"]};function Ss(e,t){if("__"+t in e){const o=e["__"+t];return"function"!=typeof o?o:o.bind(e)}return"function"!=typeof e[t]?e[t]:e[t].bind(e)}var Cs=new WeakMap,Es=(e,t,o)=>{let r=es.get(e);cs&&o?(r=r||new CSSStyleSheet,"string"==typeof r?r=t:r.replaceSync(t)):r=t,es.set(e,r)},Ls=(e,t)=>{var o,r,n;const a=_s(t),i=es.get(a);if(!is.document)return a;if(e=11===e.nodeType?e:is.document,i)if("string"==typeof i){let n,s=Cs.get(e=e.head||e);s||Cs.set(e,s=new Set);const l=e.querySelector(`[${os}="${a}"]`);if(l)l.textContent=i;else if(!s.has(a)){n=is.document.createElement("style"),n.textContent=i;const l=null!=(o=ls.$)?o:function(){var e,t,o;return null!=(o=null==(t=null==(e=is.document.head)?void 0:e.querySelector('meta[name="csp-nonce"]'))?void 0:t.getAttribute("content"))?o:void 0}();if(null!=l&&n.setAttribute("nonce",l),!(1&t.i))if("HEAD"===e.nodeName){const t=e.querySelectorAll("link[rel=preconnect]"),o=t.length>0?t[t.length-1].nextSibling:e.querySelector("style");e.insertBefore(n,(null==o?void 0:o.parentNode)===e?o:null)}else if("host"in e)if(cs){const t=new(null!=(r=e.defaultView)?r:e.ownerDocument.defaultView).CSSStyleSheet;t.replaceSync(i),hs?e.adoptedStyleSheets.unshift(t):e.adoptedStyleSheets=[t,...e.adoptedStyleSheets]}else{const t=e.querySelector("style");t?t.textContent=i+t.textContent:e.prepend(n)}else e.append(n);1&t.i&&e.insertBefore(n,null),4&t.i&&(n.textContent+="slot-fb{display:contents}slot-fb[hidden]{display:none}"),s&&s.add(a)}}else{let t=Cs.get(e);if(t||Cs.set(e,t=new Set),!t.has(a)){const o=null!=(n=e.defaultView)?n:e.ownerDocument.defaultView;let r;if(i.constructor===o.CSSStyleSheet)r=i;else{r=new o.CSSStyleSheet;for(let e=0;e<i.cssRules.length;e++)r.insertRule(i.cssRules[e].cssText,e)}if(hs?e.adoptedStyleSheets.push(r):e.adoptedStyleSheets=[...e.adoptedStyleSheets,r],t.add(a),"host"in e){const t=e.querySelector(`[${os}="${a}"]`);t&&ks(()=>t.remove())}}}return a},_s=e=>"sc-"+e.p,Ts=e=>"object"==(e=typeof e)||"function"===e,Is=(e,t,...o)=>{let r=null,n=null,a=!1,i=!1;const s=[],l=t=>{for(let o=0;o<t.length;o++)r=t[o],Array.isArray(r)?l(r):null!=r&&"boolean"!=typeof r&&((a="function"!=typeof e&&!Ts(r))&&(r=String(r)),a&&i?s[s.length-1].h+=r:s.push(a?zs(null,r):r),i=a)};if(l(o),t){t.key&&(n=t.key);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter(t=>e[t]).join(" "))}}if("function"==typeof e)return e(null===t?{}:t,s,$s);const d=zs(e,null);return d.v=t,s.length>0&&(d.m=s),d.j=n,d},zs=(e,t)=>({i:0,O:e,h:null!=t?t:null,S:null,m:null,v:null,j:null}),Os={},$s={forEach:(e,t)=>e.map(Rs).forEach(t),map:(e,t)=>e.map(Rs).map(t).map(Ps)},Rs=e=>({vattrs:e.v,vchildren:e.m,vkey:e.j,vname:e.k,vtag:e.O,vtext:e.h}),Ps=e=>{if("function"==typeof e.vtag){const t={...e.vattrs};return e.vkey&&(t.key=e.vkey),e.vname&&(t.name=e.vname),Is(e.vtag,t,...e.vchildren||[])}const t=zs(e.vtag,e.vtext);return t.v=e.vattrs,t.m=e.vchildren,t.j=e.vkey,t.k=e.vname,t},As=(e,t,o,r,n,a,i,s=[])=>{let l,d,c,h;if(1===a.nodeType){if(l=a.getAttribute(rs),l&&(d=l.split("."),d[0]===i||"0"===d[0])){c=Ms({i:0,N:d[0],C:d[1],M:d[2],I:d[3],O:a.tagName.toLowerCase(),S:a,v:{class:a.className||""}}),t.push(c),a.removeAttribute(rs),e.m||(e.m=[]);const n=c.S.getAttribute("s-sn");"string"==typeof n&&("slot-fb"===c.O&&Ds(n,d[2],c,a,e,t,o,r,s),c.S["s-sn"]=n,c.S.removeAttribute("s-sn")),void 0!==c.I&&(e.m[c.I]=c),e=c,r&&"0"===c.M&&(r[c.I]=c.S)}if(a.shadowRoot)for(h=a.shadowRoot.childNodes.length-1;h>=0;h--)As(e,t,o,r,n,a.shadowRoot.childNodes[h],i,s);const u=a.__childNodes||a.childNodes;for(h=u.length-1;h>=0;h--)As(e,t,o,r,n,u[h],i,s)}else if(8===a.nodeType)d=a.nodeValue.split("."),(d[1]===i||"0"===d[1])&&(l=d[0],c=Ms({N:d[1],C:d[2],M:d[3],I:d[4]||"0",S:a,v:null,m:null,j:null,k:null,O:null,h:null}),"t"===l?(c.S=Fs(a,3),c.S&&3===c.S.nodeType&&(c.h=c.S.textContent,t.push(c),a.remove(),i===c.N&&(e.m||(e.m=[]),e.m[c.I]=c),r&&"0"===c.M&&(r[c.I]=c.S))):"c"===l?(c.S=Fs(a,8),c.S&&8===c.S.nodeType&&(t.push(c),a.remove())):c.N===i&&("s"===l?Ds(a["s-sn"]=d[5]||"",d[2],c,a,e,t,o,r,s):"r"===l&&r&&a.remove()));else if(e&&"style"===e.O){const t=zs(null,a.textContent);t.S=a,t.I="0",e.m=[t]}return e},Ns=(e,t)=>{if(1===e.nodeType){const o=e[ts]||e.getAttribute(ts);o&&t.set(o,e);let r=0;if(e.shadowRoot)for(;r<e.shadowRoot.childNodes.length;r++)Ns(e.shadowRoot.childNodes[r],t);const n=e.__childNodes||e.childNodes;for(r=0;r<n.length;r++)Ns(n[r],t)}else if(8===e.nodeType){const o=e.nodeValue.split(".");"o"===o[0]&&(t.set(o[1]+"."+o[2],e),e.nodeValue="",e["s-en"]=o[3])}},Ms=e=>({i:0,N:null,C:null,M:null,I:"0",S:null,v:null,m:null,j:null,k:null,O:null,h:null,...e});function Ds(e,t,o,r,n,a,i,s,l){r["s-sr"]=!0,o.k=e||null,o.O="slot";const d=(null==n?void 0:n.S)?n.S["s-id"]||n.S.getAttribute("s-id"):"";if(s&&is.document){const a=o.S=is.document.createElement(o.O);o.k&&o.S.setAttribute("name",e),n.S.shadowRoot&&d&&d!==o.N?Ss(n.S,"insertBefore")(a,Ss(n.S,"children")[0]):Ss(Ss(r,"parentNode"),"insertBefore")(a,r),js(l,t,e,r,o.N),r.remove(),"0"===o.M&&(s[o.I]=o.S)}else{const a=o.S,i=d&&d!==o.N&&n.S.shadowRoot;js(l,t,e,r,i?d:o.N),function(e){if(e.assignedElements||e.assignedNodes||!e["s-sr"])return;const t=t=>function(e){const o=[],r=this["s-sn"];(null==e?void 0:e.flatten)&&console.error("\n Flattening is not supported for Stencil non-shadow slots.\n You can use `.childNodes` to nested slot fallback content.\n If you have a particular use case, please open an issue on the Stencil repo.\n ");const n=this["s-cr"].parentElement;return(n.__childNodes?n.childNodes:(e=>{const t=[];for(let o=0;o<e.length;o++){const r=e[o]["s-nr"]||void 0;r&&r.isConnected&&t.push(r)}return t})(n.childNodes)).forEach(e=>{r===(e=>"string"==typeof e["s-sn"]?e["s-sn"]:1===e.nodeType&&e.getAttribute("slot")||void 0)(e)&&o.push(e)}),t?o.filter(e=>1===e.nodeType):o}.bind(e);e.assignedElements=t(!0),e.assignedNodes=t(!1)}(r),i&&n.S.insertBefore(a,n.S.children[0])}a.push(o),i.push(o),n.m||(n.m=[]),n.m[o.I]=o}var Vs,js=(e,t,o,r,n)=>{var a,i;let s=r.nextSibling;if(e[t]=e[t]||[],s&&!(null==(a=s.nodeValue)?void 0:a.startsWith("s.")))do{!s||(s.getAttribute&&s.getAttribute("slot")||s["s-sn"])!==o&&(""!==o||s["s-sn"]||s.getAttribute&&s.getAttribute("slot")||8!==s.nodeType&&3!==s.nodeType)||(s["s-sn"]=o,e[t].push({slot:r,node:s,hostId:n})),s=null==s?void 0:s.nextSibling}while(s&&!(null==(i=s.nodeValue)?void 0:i.startsWith("s.")))},Fs=(e,t)=>{let o=e;do{o=o.nextSibling}while(o&&(o.nodeType!==t||!o.nodeValue));return o},Bs=class e{static fromLocalValue(t){const o=t[Zi],r=Yi in t?t[Yi]:void 0;switch(o){case"string":case"boolean":return r;case"bigint":return BigInt(r);case"undefined":return;case"null":return null;case"number":return"NaN"===r?NaN:"-0"===r?-0:"Infinity"===r?1/0:"-Infinity"===r?-1/0:r;case"array":return r.map(t=>e.fromLocalValue(t));case"date":return new Date(r);case"map":const t=new Map;for(const[o,l]of r){const r="object"==typeof o&&null!==o?e.fromLocalValue(o):o,n=e.fromLocalValue(l);t.set(r,n)}return t;case"object":const n={};for(const[o,l]of r)n[o]=e.fromLocalValue(l);return n;case"regexp":const{pattern:a,flags:i}=r;return new RegExp(a,i);case"set":const s=new Set;for(const o of r)s.add(e.fromLocalValue(o));return s;case"symbol":return Symbol(r);default:throw new Error(`Unsupported type: ${o}`)}}static fromLocalValueArray(t){return t.map(t=>e.fromLocalValue(t))}static isLocalValueObject(e){if("object"!=typeof e||null===e)return!1;if(!e.hasOwnProperty(Zi))return!1;const t=e[Zi];return!!Object.values({...Ui,...qi}).includes(t)&&("null"===t||"undefined"===t||e.hasOwnProperty(Yi))}},Hs=(e,t,o)=>{return"string"==typeof e&&e.startsWith(Xi)?e="string"==typeof(r=e)&&r.startsWith(Xi)?Bs.fromLocalValue(JSON.parse(atob(r.slice(11)))):r:null==e||Ts(e)?e:4&t?(o&&"string"==typeof e||"false"!==e)&&(""===e||!!e):2&t?"string"==typeof e?parseFloat(e):"number"==typeof e?e:NaN:1&t?String(e):e;var r},Ws=(e,t,o)=>{const r=e;return{emit:e=>Us(r,t,{bubbles:!!(4&o),composed:!!(2&o),cancelable:!!(1&o),detail:e})}},Us=(e,t,o)=>{const r=ls.ce(t,o);return e.dispatchEvent(r),r},qs=(e,t,o,r,n,a,i)=>{if(o===r)return;let s=Qi(e,t),l=t.toLowerCase();if("class"===t){const t=e.classList,n=Ys(o);let a=Ys(r);if((e["s-si"]||e["s-sc"])&&i){const o=e["s-sc"]||e["s-si"];a.push(o),n.forEach(e=>{e.startsWith(o)&&a.push(e)}),a=[...new Set(a)].filter(e=>e),t.add(...a)}else t.remove(...n.filter(e=>e&&!a.includes(e))),t.add(...a.filter(e=>e&&!n.includes(e)))}else if("style"===t){for(const t in o)r&&null!=r[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in r)o&&r[t]===o[t]||(t.includes("-")?e.style.setProperty(t,r[t]):e.style[t]=r[t])}else if("key"===t);else if("ref"===t)r&&dl(r,e);else if(e.__lookupSetter__(t)||"o"!==t[0]||"n"!==t[1]){if("a"===t[0]&&t.startsWith("attr:")){const o=t.slice(5);let n;{const t=Ki(e);if(t&&t.l&&t.l.t){const e=t.l.t[o];e&&e[1]&&(n=e[1])}}return n||(n=o.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()),void(null==r||!1===r?!1===r&&""!==e.getAttribute(n)||e.removeAttribute(n):e.setAttribute(n,!0===r?"":r))}if("p"===t[0]&&t.startsWith("prop:")){const o=t.slice(5);try{e[o]=r}catch(e){}return}{const i=Ts(r);if((s||i&&null!==r)&&!n)try{if(e.tagName.includes("-"))e[t]!==r&&(e[t]=r);else{const n=null==r?"":r;"list"===t?s=!1:null!=o&&e[t]===n||("function"==typeof e.__lookupSetter__(t)?e[t]=n:e.setAttribute(t,n))}}catch(e){}let d=!1;l!==(l=l.replace(/^xlink\:?/,""))&&(t=l,d=!0),null==r||!1===r?!1===r&&""!==e.getAttribute(t)||(d?e.removeAttributeNS(ns,t):e.removeAttribute(t)):(!s||4&a||n)&&!i&&1===e.nodeType&&(r=!0===r?"":r,d?e.setAttributeNS(ns,t,r):e.setAttribute(t,r))}}else if(t="-"===t[2]?t.slice(3):Qi(is,l)?l.slice(2):l[2]+t.slice(3),o||r){const n=t.endsWith(Xs);t=t.replace(Gs,""),o&&ls.rel(e,t,o,n),r&&ls.ael(e,t,r,n)}},Zs=/\s/,Ys=e=>("object"==typeof e&&e&&"baseVal"in e&&(e=e.baseVal),e&&"string"==typeof e?e.split(Zs):[]),Xs="Capture",Gs=new RegExp(Xs+"$"),Ks=(e,t,o,r)=>{const n=11===t.S.nodeType&&t.S.host?t.S.host:t.S,a=e&&e.v||{},i=t.v||{};for(const s of Qs(Object.keys(a)))s in i||qs(n,s,a[s],void 0,o,t.i,r);for(const s of Qs(Object.keys(i)))qs(n,s,a[s],i[s],o,t.i,r)};function Qs(e){return e.includes("ref")?[...e.filter(e=>"ref"!==e),"ref"]:e}var Js=!1,el=!1,tl=[],ol=[],rl=(e,t,o)=>{const r=t.m[o];let n,a,i=0;if(null!=r.h)n=r.S=is.document.createTextNode(r.h);else{if(el||(el="svg"===r.O),!is.document)throw new Error("You are trying to render a Stencil component in an environment that doesn't support the DOM.");if(n=r.S=is.document.createElementNS(el?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",r.O),el&&"foreignObject"===r.O&&(el=!1),Ks(null,r,el),r.m){const t="template"===r.O?n.content:n;for(i=0;i<r.m.length;++i)a=rl(e,r,i),a&&t.appendChild(a)}"svg"===r.O?el=!1:"foreignObject"===n.tagName&&(el=!0)}return n["s-hn"]=Vs,n},nl=(e,t,o,r,n,a)=>{let i,s=e;for(s.shadowRoot&&s.tagName===Vs&&(s=s.shadowRoot),"template"===o.O&&(s=s.content);n<=a;++n)r[n]&&(i=rl(null,o,n),i&&(r[n].S=i,cl(s,i,t)))},al=(e,t,o)=>{for(let r=t;r<=o;++r){const t=e[r];if(t){const e=t.S;ll(t),e&&e.remove()}}},il=(e,t,o=!1)=>e.O===t.O&&(o?(o&&!e.j&&t.j&&(e.j=t.j),!0):e.j===t.j),sl=(e,t,o=!1)=>{const r=t.S=e.S,n=e.m,a=t.m,i=t.O,s=t.h;null==s?(el="svg"===i||"foreignObject"!==i&&el,"slot"!==i||Js||e.k!==t.k&&(t.S["s-sn"]=t.k||"",(e=>{ls.i|=1;const t=e.closest(Vs.toLowerCase());if(null!=t){const o=Array.from(t.__childNodes||t.childNodes).find(e=>e["s-cr"]),r=Array.from(e.__childNodes||e.childNodes);for(const e of o?r.reverse():r)null!=e["s-sh"]&&(cl(t,e,null!=o?o:null),e["s-sh"]=void 0)}ls.i&=-2})(t.S.parentElement)),Ks(e,t,el,o),null!==n&&null!==a?((e,t,o,r,n=!1)=>{let a,i,s=0,l=0,d=0,c=0,h=t.length-1,u=t[0],m=t[h],b=r.length-1,p=r[0],f=r[b];const g="template"===o.O?e.content:e;for(;s<=h&&l<=b;)if(null==u)u=t[++s];else if(null==m)m=t[--h];else if(null==p)p=r[++l];else if(null==f)f=r[--b];else if(il(u,p,n))sl(u,p,n),u=t[++s],p=r[++l];else if(il(m,f,n))sl(m,f,n),m=t[--h],f=r[--b];else if(il(u,f,n))sl(u,f,n),cl(g,u.S,m.S.nextSibling),u=t[++s],f=r[--b];else if(il(m,p,n))sl(m,p,n),cl(g,m.S,u.S),m=t[--h],p=r[++l];else{for(d=-1,c=s;c<=h;++c)if(t[c]&&null!==t[c].j&&t[c].j===p.j){d=c;break}d>=0?(i=t[d],i.O!==p.O?a=rl(t&&t[l],o,d):(sl(i,p,n),t[d]=void 0,a=i.S),p=r[++l]):(a=rl(t&&t[l],o,l),p=r[++l]),a&&cl(u.S.parentNode,a,u.S)}s>h?nl(e,null==r[b+1]?null:r[b+1].S,o,r,l,b):l>b&&al(t,s,h)})(r,n,t,a,o):null!==a?(null!==e.h&&(r.textContent=""),nl(r,null,t,a,0,a.length-1)):o||null===n?o&&null!==n&&null===a&&(t.m=n):al(n,0,n.length-1),el&&"svg"===i&&(el=!1)):e.h!==s&&(r.data=s)},ll=e=>{e.v&&e.v.ref&&tl.push(()=>e.v.ref(null)),e.m&&e.m.map(ll)},dl=(e,t)=>{ol.push(()=>e(t))},cl=(e,t,o)=>e.__insertBefore?e.__insertBefore(t,o):null==e?void 0:e.insertBefore(t,o),hl=(e,t)=>{if(t&&!e.R&&t["s-p"]){const o=t["s-p"].push(new Promise(r=>e.R=()=>{t["s-p"].splice(o-1,1),r()}))}},ul=(e,t)=>{if(e.i|=16,4&e.i)return void(e.i|=512);hl(e,e.D);const o=()=>ml(e,t);if(!t)return ks(o);queueMicrotask(()=>{o()})},ml=(e,t)=>{const o=e.$hostElement$,r=o;if(!r)throw new Error(`Can't render component <${o.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let n;return n=xl(r,t?"componentWillLoad":"componentWillUpdate",void 0,o),n=bl(n,()=>xl(r,"componentWillRender",void 0,o)),bl(n,()=>fl(e,r,t))},bl=(e,t)=>pl(e)?e.then(t).catch(e=>{console.error(e),t()}):t(),pl=e=>e instanceof Promise||e&&e.then&&"function"==typeof e.then,fl=async(e,t,o)=>{var r;const n=e.$hostElement$,a=n["s-rc"];o&&(e=>{const t=e.l,o=e.$hostElement$,r=t.i,n=Ls(o.shadowRoot?o.shadowRoot:o.getRootNode(),t);10&r&&(o["s-sc"]=n,o.classList.add(n+"-h"))})(e),gl(e,t,n,o),a&&(a.map(e=>e()),n["s-rc"]=void 0);{const t=null!=(r=n["s-p"])?r:[],o=()=>vl(e);0===t.length?o():(Promise.all(t).then(o).catch(o),e.i|=4,t.length=0)}},gl=(e,t,o,r)=>{try{t=t.render(),e.i&=-17,e.i|=2,((e,t,o=!1)=>{const r=e.$hostElement$,n=e.l,a=e.A||zs(null,null);var i;const s=(i=t)&&i.O===Os?t:Is(null,null,t);if(Vs=r.tagName,n._&&(s.v=s.v||{},n._.forEach(([e,t])=>{s.v[t]=r[e]})),o&&s.v)for(const l of Object.keys(s.v))r.hasAttribute(l)&&!["key","ref","style","class"].includes(l)&&(s.v[l]=r[l]);s.O=null,s.i|=4,e.A=s,s.S=a.S=r.shadowRoot||r,Js=!(!(1&n.i)||128&n.i),sl(a,s,o),tl.forEach(e=>e()),tl.length=0,ol.forEach(e=>e()),ol.length=0})(e,t,r)}catch(t){Ji(t,e.$hostElement$)}return null},vl=e=>{const t=e.$hostElement$,o=t,r=e.D;xl(o,"componentDidRender",void 0,t),64&e.i?xl(o,"componentDidUpdate",void 0,t):(e.i|=64,wl(t),xl(o,"componentDidLoad",void 0,t),e.L(t),r||kl()),e.R&&(e.R(),e.R=void 0),512&e.i&&vs(()=>ul(e,!1)),e.i&=-517},yl=e=>{var t;{const o=Ki(e),r=null==(t=null==o?void 0:o.$hostElement$)?void 0:t.isConnected;return r&&2==(18&o.i)&&ul(o,!1),r}},kl=()=>{var e;vs(()=>Us(is,"appload",{detail:{namespace:"siemens-ix"}})),(null==(e=ls.U)?void 0:e.size)&&ls.U.clear()},xl=(e,t,o,r)=>{if(e&&e[t])try{return e[t](o)}catch(e){Ji(e,r)}},wl=e=>e.classList.add("hydrated"),Sl=(e,t,o,r)=>{const n=Ki(e);if(!n)return;const a=e,i=n.o.get(t),s=n.i,l=a;o=Hs(o,r.t[t][0],!!(64&r.i));const d=Number.isNaN(i)&&Number.isNaN(o);if(o!==i&&!d){if(n.o.set(t,o),r.V){const e=r.V[t];e&&e.map(e=>{try{const[[r,a]]=Object.entries(e);(128&s||1&a)&&(l?l[r](o,i,t):n.F.push(()=>{n.P[r](o,i,t)}))}catch(e){Ji(e,a)}})}if(2&s){if(l.componentShouldUpdate&&!1===l.componentShouldUpdate(o,i,t)&&!(16&s))return;16&s||ul(n,!1)}}},Cl=(e,t,o)=>{var r,n;const a=e.prototype;64&t.i&&1&o&&as.forEach(e=>{const t=a[e];Object.defineProperty(a,e,{value(...o){var r;const n=Ki(this);this?"function"==typeof t&&t.call(this,...o):null==(r=null==n?void 0:n.W)||r.then(t=>{const r=t[e];"function"==typeof r&&r.call(t,...o)})}})});{e.watchers&&!t.V&&(t.V=e.watchers),e.deserializers&&!t.B&&(t.B=e.deserializers),e.serializers&&!t.H&&(t.H=e.serializers);const o=Object.entries(null!=(r=t.t)?r:{});o.map(([e,[o]])=>{if(31&o||32&o){const{get:r,set:n}=Object.getOwnPropertyDescriptor(a,e)||{};r&&(t.t[e][0]|=2048),n&&(t.t[e][0]|=4096),Object.defineProperty(a,e,{get(){return r?r.apply(this):(t=e,Ki(this).o.get(t));var t},configurable:!0,enumerable:!0}),Object.defineProperty(a,e,{set(r){const a=Ki(this);if(a){if(n)return void 0===(32&o?this[e]:a.$hostElement$[e])&&a.o.get(e)&&(r=a.o.get(e)),n.apply(this,[Hs(r,o,!!(64&t.i))]),void Sl(this,e,r=32&o?this[e]:a.$hostElement$[e],t);Sl(this,e,r,t)}}})}});{const r=new Map;a.attributeChangedCallback=function(e,n,i){ls.jmp(()=>{var s;const l=r.get(e),d=Ki(this);if(this.hasOwnProperty(l),a.hasOwnProperty(l)&&"number"==typeof this[l]&&this[l]==i)return;if(null==l){const o=null==d?void 0:d.i;if(d&&o&&!(8&o)&&i!==n){const r=this,a=null==(s=t.V)?void 0:s[e];null==a||a.forEach(t=>{const[[a,s]]=Object.entries(t);null!=r[a]&&(128&o||1&s)&&r[a].call(r,i,n,e)})}return}const c=o.find(([e])=>e===l);c&&4&c[1][0]&&(i=null!==i&&"false"!==i);const h=Object.getOwnPropertyDescriptor(a,l);i==this[l]||h.get&&!h.set||(this[l]=i)})},e.observedAttributes=Array.from(new Set([...Object.keys(null!=(n=t.V)?n:{}),...o.filter(([e,t])=>31&t[0]).map(([e,o])=>{var n;const a=o[1]||e;return r.set(a,e),512&o[0]&&(null==(n=t._)||n.push([e,a])),a})]))}}return e},El=(e,t)=>{const o={i:t[0],p:t[1]};try{o.t=t[2],o.q=t[3],o.V=e.V,o.B=e.B,o.H=e.H,o._=[],(()=>{if(!is.document)return;const e=is.document.querySelectorAll(`[${os}]`);let t=0;for(;t<e.length;t++)Es(e[t].getAttribute(os),e[t].innerHTML.replace(/\/\*!@([^\/]+)\*\/[^\{]+\{/g,"$1{"),!0)})();const r=e.prototype.connectedCallback,n=e.prototype.disconnectedCallback;return Object.assign(e.prototype,{__hasHostListenerAttached:!1,__registerHost(){((e,t)=>{const o={i:0,$hostElement$:e,l:t,o:new Map,Y:new Map};o.W=new Promise(e=>o.L=e),e["s-p"]=[],e["s-rc"]=[];const r=o;e.__stencil__getHostRef=()=>r,512&t.i&&Gi(e,o)})(this,o)},connectedCallback(){if(!this.__hasHostListenerAttached){const e=Ki(this);if(!e)return;_l(this,e,o.q),this.__hasHostListenerAttached=!0}(e=>{if(!(1&ls.i)){const t=Ki(e);if(!t)return;const o=t.l,r=()=>{};if(1&t.i)_l(e,t,o.q),(null==t?void 0:t.P)||(null==t?void 0:t.W)&&t.W.then(()=>{});else{let r;if(t.i|=1,r=e.getAttribute(ts),r){if(1&o.i){const t=Ls(e.shadowRoot,o);e.classList.remove(t+"-h",t+"-s")}((e,t,o,r)=>{var n,a,i,s;const l=e.shadowRoot,d=[],c=[],h=l?[]:null,u=zs(t,null);u.S=e,!is.document||ls.U&&ls.U.size||Ns(is.document.body,ls.U=new Map),e[ts]=o,e.removeAttribute(ts),r.A=As(u,d,[],h,e,e,o,c);let m=0;const b=d.length;let p;for(;m<b;m++){p=d[m];const o=p.N+"."+p.C,r=ls.U.get(o),a=p.S;if(l){if((null==(n=p.O)?void 0:n.toString().includes("-"))&&"slot-fb"!==p.O&&!p.S.shadowRoot){const e=Ki(p.S);if(e){const t=_s(e.l),o=is.document.querySelector(`style[sty-id="${t}"]`);o&&h.unshift(o.cloneNode(!0))}}}else a["s-hn"]=t.toUpperCase(),"slot"===p.O&&(a["s-cr"]=e["s-cr"]);"slot"===p.O&&(p.k=p.S["s-sn"]||p.S.name||null,p.m?(p.i|=2,p.S.childNodes.length||p.m.forEach(e=>{p.S.appendChild(e.S)})):p.i|=1),r&&r.isConnected&&(r.parentElement.shadowRoot&&""===r["s-en"]&&r.parentNode.insertBefore(a,r.nextSibling),r.parentNode.removeChild(r),l||(a["s-oo"]=parseInt(p.C))),r&&!r["s-id"]&&ls.U.delete(o)}const f=[],g=c.length;let v,y,k,x,w=0,S=0;for(;w<g;w++)if(v=c[w],v&&v.length)for(k=v.length,y=0;y<k;y++){if(x=v[y],f[x.hostId]||(f[x.hostId]=ls.U.get(x.hostId)),!f[x.hostId])continue;const e=f[x.hostId];e.shadowRoot&&x.node.parentElement!==e&&e.insertBefore(x.node,null==(i=null==(a=v[y-1])?void 0:a.node)?void 0:i.nextSibling),e.shadowRoot&&l||(x.slot["s-cr"]||(x.slot["s-cr"]=e["s-cr"],x.slot["s-cr"]=!x.slot["s-cr"]&&e.shadowRoot?e:(e.__childNodes||e.childNodes)[0]),ws(x.node,x.slot,0,x.node["s-oo"]||S),(null==(s=x.node.parentElement)?void 0:s.shadowRoot)&&x.node.getAttribute&&x.node.getAttribute("slot")&&x.node.removeAttribute("slot")),S=(x.node["s-oo"]||S)+1}if(l&&!l.childNodes.length){let t=0;const o=h.length;if(o){for(;t<o;t++){const e=h[t];e&&l.appendChild(e)}Array.from(e.childNodes).forEach(e=>{"string"!=typeof e["s-en"]&&"string"!=typeof e["s-sn"]&&(1===e.nodeType&&e.slot&&e.hidden?e.removeAttribute("hidden"):8!==e.nodeType||e.nodeValue||e.parentNode.removeChild(e))})}}r.$hostElement$=e})(e,o.p,r,t)}{let o=e;for(;o=o.parentNode||o.host;)if(1===o.nodeType&&o.hasAttribute("s-id")&&o["s-p"]||o["s-p"]){hl(t,t.D=o);break}}o.t&&Object.entries(o.t).map(([t,[o]])=>{if(31&o&&t in e&&e[t]!==Object.prototype[t]){const o=e[t];delete e[t],e[t]=o}}),(async(e,t,o)=>{let r;try{if(!(32&t.i)&&(t.i|=32,r=e.constructor,customElements.whenDefined(e.localName).then(()=>t.i|=128),r&&r.style)){let e;"string"==typeof r.style&&(e=r.style);const t=_s(o);if(!es.has(t)){const r=()=>{};Es(t,e,!!(1&o.i)),r()}}const n=t.D,a=()=>ul(t,!0);n&&n["s-rc"]?n["s-rc"].push(a):a()}catch(o){Ji(o,e),t.R&&(t.R(),t.R=void 0),t.L&&t.L(e)}})(e,t,o)}r()}})(this),r&&r.call(this)},disconnectedCallback(){(async e=>{if(!(1&ls.i)){const t=Ki(e);(null==t?void 0:t.J)&&(t.J.map(e=>e()),t.J=void 0)}Cs.has(e)&&Cs.delete(e),e.shadowRoot&&Cs.has(e.shadowRoot)&&Cs.delete(e.shadowRoot)})(this),n&&n.call(this)},__attachShadow(){if(this.shadowRoot){if("open"!==this.shadowRoot.mode)throw new Error(`Unable to re-use existing shadow root for ${o.p}! Mode is set to ${this.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else xs.call(this,o)}}),Object.defineProperty(e,"is",{value:o.p,configurable:!0}),Cl(e,o,3)}catch(t){return Ji(t),e}},Ll=(e,t)=>t,_l=(e,t,o)=>{o&&is.document&&o.map(([o,r,n])=>{const a=Il(is.document,e,o),i=Tl(t,n),s=zl(o);ls.ael(a,r,i,s),(t.J=t.J||[]).push(()=>ls.rel(a,r,i,s))})},Tl=(e,t)=>o=>{try{e.$hostElement$[t](o)}catch(t){Ji(t,e.$hostElement$)}},Il=(e,t,o)=>8&o?is:t,zl=e=>ds?{passive:!!(1&e),capture:!!(2&e)}:!!(2&e);const Ol=e=>e?"true":"false",$l=e=>e.replace("-filled","").split("-").map(e=>{const t=e.trim(),o=t.replace(/\d+/g,"");return 0===o.length?t:o}).map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join(" "),Rl=e=>{if(!e)return"Unknown";if((e=>{if(!e)return!1;let t;try{t=new URL(e)}catch(e){return!1}return"http:"===t.protocol||"https:"===t.protocol})(e))return"Unknown";if((t=e)&&"string"==typeof t&&t.startsWith("data:image/svg+xml")){const t=/.*\<desc\>(.*)\<\/desc\>.*/g.exec(e);return t&&t.length>1?$l(t[1]):"Unknown"}var t;const o=$l(e);return 0===o.length?"Unknown":o},Pl=(e,t=[])=>{const o={};return Al.forEach(r=>{var n;e.hasAttribute(r)&&(null===e.getAttribute(r)||t.includes(r)||(o[r]=null!==(n=e.getAttribute(r))&&void 0!==n?n:"",e.removeAttribute(r)))}),o},Al=["role","aria-activedescendant","aria-atomic","aria-autocomplete","aria-braillelabel","aria-brailleroledescription","aria-busy","aria-checked","aria-colcount","aria-colindex","aria-colindextext","aria-colspan","aria-controls","aria-current","aria-describedby","aria-description","aria-details","aria-disabled","aria-errormessage","aria-expanded","aria-flowto","aria-haspopup","aria-hidden","aria-invalid","aria-keyshortcuts","aria-label","aria-labelledby","aria-level","aria-live","aria-multiline","aria-multiselectable","aria-orientation","aria-owns","aria-placeholder","aria-posinset","aria-pressed","aria-readonly","aria-relevant","aria-required","aria-roledescription","aria-rowcount","aria-rowindex","aria-rowindextext","aria-rowspan","aria-selected","aria-setsize","aria-sort","aria-valuemax","aria-valuemin","aria-valuenow","aria-valuetext"],Nl=El(class e extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.bold=!1,this.textDecoration="none"}static getTextColor(e){return e.startsWith("inv-")||!e.endsWith("-contrast")?`var(--theme-color-${e}-text)`:`var(--theme-color-${e.replace("-","--")})`}render(){var t;let o={};o[`typography-${null!==(t=this.format)&&void 0!==t?t:"body"}`]=!0,"none"!==this.textDecoration&&(o[`typography-decoration-${this.textDecoration}`]=!0),o["typography-weight-bold"]=this.bold;let r={};return this.textColor&&(r={color:e.getTextColor(this.textColor)}),Is(Os,{key:"373bb7d6255698f7fed9130834b1ae14fbfd8586",class:o,style:r},Is("slot",{key:"a6368136d7dc8ce6c0418c5debba69b4ec9fe137"}))}static get style(){return'.typography-label,:host(.typography-label){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-sm);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}.typography-label-xs,:host(.typography-label-xs){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--2);line-height:var(--theme-line-height-sm);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xxl);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.typography-label-sm,:host(.typography-label-sm){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--1);line-height:var(--theme-line-height-sm);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}.typography-label-lg,:host(.typography-label-lg){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-1);line-height:var(--theme-line-height-sm);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-lg);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.typography-body,:host(.typography-body){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}.typography-body-xs,:host(.typography-body-xs){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--2);line-height:var(--theme-line-height-lg);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xxl);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.typography-body-sm,:host(.typography-body-sm){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--1);line-height:var(--theme-line-height-lg);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}.typography-body-lg,:host(.typography-body-lg){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-1);line-height:var(--theme-line-height-lg);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-lg);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.typography-display,:host(.typography-display){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-3);line-height:var(--theme-line-height-xs);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-md);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.typography-display-xs,:host(.typography-display-xs){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-1);line-height:var(--theme-line-height-xs);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-sm);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.typography-display-sm,:host(.typography-display-sm){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-2);line-height:var(--theme-line-height-xs);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-lg);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.typography-display-lg,:host(.typography-display-lg){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-4);line-height:var(--theme-line-height-xs);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-md);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.typography-display-xl,:host(.typography-display-xl){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-5);line-height:var(--theme-line-height-xs);font-weight:var(--theme-font-weight-bold);letter-spacing:var(--theme-letter-spacing-sm);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.typography-display-xxl,:host(.typography-display-xxl){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-6);line-height:var(--theme-line-height-xs);font-weight:var(--theme-font-weight-bold);letter-spacing:var(--theme-letter-spacing-sm);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}h6,.h6,.typography-h6,:host(.typography-h6){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--1);line-height:var(--theme-line-height-lg);font-weight:var(--theme-font-weight-bold);letter-spacing:var(--theme-letter-spacing-xl);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}h5,.h5,.typography-h5,:host(.typography-h5){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-lg);font-weight:var(--theme-font-weight-bold);letter-spacing:var(--theme-letter-spacing-xl);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}h4,.h4,.typography-h4,:host(.typography-h4){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-1);line-height:var(--theme-line-height-lg);font-weight:var(--theme-font-weight-bold);letter-spacing:var(--theme-letter-spacing-lg);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}h3,.h3,.typography-h3,:host(.typography-h3){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-2);line-height:var(--theme-line-height-lg);font-weight:var(--theme-font-weight-bold);letter-spacing:var(--theme-letter-spacing-lg);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}h2,.h2,.typography-h2,:host(.typography-h2){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-3);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-bold);letter-spacing:var(--theme-letter-spacing-md);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}h1,.h1,.typography-h1,:host(.typography-h1){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-4);line-height:var(--theme-line-height-sm);font-weight:var(--theme-font-weight-bold);letter-spacing:var(--theme-letter-spacing-md);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.typography-code,:host(.typography-code){font-feature-settings:"clig" off, "liga" off;font-family:JetBrainsMono, Courier New, monospace, Siemens Sans, Arial, Helvetica, sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-lg);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-md);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.typography-code-lg,:host(.typography-code-lg){font-feature-settings:"clig" off, "liga" off;font-family:JetBrainsMono, Courier New, monospace, Siemens Sans, Arial, Helvetica, sans-serif;font-style:normal;font-size:var(--theme-ms-1);line-height:var(--theme-line-height-lg);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-md);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.typography-code-sm,:host(.typography-code-sm){font-feature-settings:"clig" off, "liga" off;font-family:JetBrainsMono, Courier New, monospace, Siemens Sans, Arial, Helvetica, sans-serif;font-style:normal;font-size:var(--theme-ms--1);line-height:var(--theme-line-height-lg);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}.typography-decoration-none,:host(.typography-decoration-none){text-decoration:none !important}.typography-decoration-underline,:host(.typography-decoration-underline){text-decoration:underline !important}.typography-decoration-line-through,:host(.typography-decoration-line-through){text-decoration:line-through !important}.typography-weight-bold,:host(.typography-weight-bold){font-weight:700 !important}a{color:var(--theme-color-primary)}:host{display:block;position:relative}: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(.text-xs){font-family:Siemens Sans, sans-serif;font-size:0.625rem;font-weight:400;line-height:1.4em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}:host(.text-s){font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}:host(.text-caption){font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}:host(.text-caption-single){font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}:host(.text-default){font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}:host(.text-default-single){font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.143em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}:host(.text-default-title){font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}:host(.text-default-title-single){font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.143em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}:host(.text-l){font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}:host(.text-l-single){font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.25em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}:host(.text-l-title){font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}:host(.text-l-title-single){font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.25em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}:host(.text-h2){font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:700;line-height:1.455em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}:host(.text-xl){font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:400;line-height:1.091em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}'}},[257,"ix-typography",{format:[1],textColor:[1,"text-color"],bold:[4],textDecoration:[1,"text-decoration"]}]);function Ml(){"undefined"!=typeof customElements&&["ix-typography"].forEach(e=>{"ix-typography"===e&&(customElements.get(e)||customElements.define(e,Nl))})}El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.variant="outline",this.icon=void 0,this.selected=!1,this.passive=!1}getSubheadingTextColor(){return"outline"===this.variant||"filled"===this.variant?"soft":void 0}render(){const e=!this.ariaLabelCard&&this.heading?"ix-action-card-heading":void 0;return Is(Os,{key:"600ad1913e671fb47ec9da8f66e984bbde498fae"},Is("ix-card",{key:"1a8168a17a643908126f841e9cdd6d0055a62399",selected:this.selected,variant:this.variant,passive:this.passive,class:"pointer","aria-label":this.ariaLabelCard,"aria-labelledby":e,role:e?"group":void 0},Is("ix-card-content",{key:"c138b94b131af478fee65244f32b91cdf78b31df"},this.icon?Is("ix-icon",{class:"icon",name:this.icon,size:"32","aria-label":this.ariaLabelIcon||Rl(this.icon)}):null,Is("div",{key:"eb0252c628c75709fddae387a3b4a7abbf7c3df0"},this.heading?Is("ix-typography",{id:"ix-action-card-heading","aria-hidden":Ol(!e),format:"h4"},this.heading):null,this.subheading?Is("ix-typography",{format:"h5","text-color":this.getSubheadingTextColor()},this.subheading):null,Is("slot",{key:"f47fd515fc5b8f22344dc83b808e527116238618"})))))}static get style(){return":host{display:block;position:relative;min-width:13.375rem;width:13.375rem;height:7.5rem;min-height:7.5rem;cursor:pointer;margin:0.25rem 0}: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 ix-card{width:100%;height:100%}"}},[257,"ix-action-card",{variant:[1],icon:[1],ariaLabelIcon:[1,"aria-label-icon"],heading:[1],subheading:[1],selected:[4],ariaLabelCard:[1,"aria-label-card"],passive:[4]}]);const Dl="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>apps</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='icon' transform='translate(64.000000, 64.000000)'><path d='M64,32 C64,49.664 49.664,64 32,64 C14.336,64 -4.26325641e-14,49.664 -4.26325641e-14,32 C-4.26325641e-14,14.336 14.336,-4.26325641e-14 32,-4.26325641e-14 C49.664,-4.26325641e-14 64,14.336 64,32 Z M224,32 C224,49.664 209.664,64 192,64 C174.336,64 160,49.664 160,32 C160,14.336 174.336,-4.26325641e-14 192,-4.26325641e-14 C209.664,-4.26325641e-14 224,14.336 224,32 Z M64,352 C64,369.664 49.664,384 32,384 C14.336,384 -4.26325641e-14,369.664 -4.26325641e-14,352 C-4.26325641e-14,334.336 14.336,320 32,320 C49.664,320 64,334.336 64,352 Z M224,352 C224,369.664 209.664,384 192,384 C174.336,384 160,369.664 160,352 C160,334.336 174.336,320 192,320 C209.664,320 224,334.336 224,352 Z M64,192 C64,209.664 49.664,224 32,224 C14.336,224 -4.26325641e-14,209.664 -4.26325641e-14,192 C-4.26325641e-14,174.336 14.336,160 32,160 C49.664,160 64,174.336 64,192 Z M224,192 C224,209.664 209.664,224 192,224 C174.336,224 160,209.664 160,192 C160,174.336 174.336,160 192,160 C209.664,160 224,174.336 224,192 Z M384,32 C384,49.664 369.664,64 352,64 C334.336,64 320,49.664 320,32 C320,14.336 334.336,-4.26325641e-14 352,-4.26325641e-14 C369.664,-4.26325641e-14 384,14.336 384,32 Z M384,352 C384,369.664 369.664,384 352,384 C334.336,384 320,369.664 320,352 C320,334.336 334.336,320 352,320 C369.664,320 384,334.336 384,352 Z M384,192 C384,209.664 369.664,224 352,224 C334.336,224 320,209.664 320,192 C320,174.336 334.336,160 352,160 C369.664,160 384,174.336 384,192 Z' id='Combined-Shape'/></g></g></svg>",Vl="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>chevron-down-small</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(134.186667, 187.520000)'><polygon id='arrowhead-down' points='121.813333 151.893333 0 30.2933333 30.2933333 0 121.813333 91.7333333 213.333333 0 243.626667 30.2933333'/></g></g></svg>",jl="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>chevron-left-small</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(172.586667, 134.186667)'><polygon id='arrrowhead-left' points='121.6 243.626667 0 121.813333 121.6 0 151.893333 30.2933333 60.16 121.813333 151.893333 213.333333'/></g></g></svg>",Fl="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>chevron-right-small</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(187.520000, 134.186667)'><polygon id='arrowhead-right' points='30.2933333 243.626667 0 213.333333 91.7333333 121.813333 0 30.2933333 30.2933333 0 151.893333 121.813333'/></g></g></svg>",Bl="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>chevron-up-small</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(134.186667, 172.586667)'><polygon id='arrowhead-up' points='213.333333 151.893333 121.813333 60.16 30.2933333 151.893333 2.84217094e-14 121.6 121.813333 0 243.626667 121.6'/></g></g></svg>",Hl="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>circle-dot</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='drop' transform='translate(42.666667, 42.666667)'><path d='M213.333333,3.55271368e-14 C331.15408,3.55271368e-14 426.666667,95.5125867 426.666667,213.333333 C426.666667,331.15408 331.15408,426.666667 213.333333,426.666667 C95.5125867,426.666667 3.55271368e-14,331.15408 3.55271368e-14,213.333333 C3.55271368e-14,95.5125867 95.5125867,3.55271368e-14 213.333333,3.55271368e-14 Z M213.333333,42.6666667 C119.076736,42.6666667 42.6666667,119.076736 42.6666667,213.333333 C42.6666667,307.589931 119.076736,384 213.333333,384 C307.589931,384 384,307.589931 384,213.333333 C384,119.076736 307.589931,42.6666667 213.333333,42.6666667 Z M213.333333,106.666667 C272.243707,106.666667 320,154.42296 320,213.333333 C320,272.243707 272.243707,320 213.333333,320 C154.42296,320 106.666667,272.243707 106.666667,213.333333 C106.666667,154.42296 154.42296,106.666667 213.333333,106.666667 Z' id='Combined-Shape'/></g></g></svg>",Wl="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>circle-filled</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='icon' transform='translate(42.666667, 42.666667)'><path d='M213.333333,3.55271368e-14 C331.15408,3.55271368e-14 426.666667,95.5125867 426.666667,213.333333 C426.666667,331.15408 331.15408,426.666667 213.333333,426.666667 C95.5125867,426.666667 3.55271368e-14,331.15408 3.55271368e-14,213.333333 C3.55271368e-14,95.5125867 95.5125867,3.55271368e-14 213.333333,3.55271368e-14 Z' id='Combined-Shape'/></g></g></svg>",Ul="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>circle</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='icon' transform='translate(42.666667, 42.666667)'><path d='M213.333333,3.55271368e-14 C331.15408,3.55271368e-14 426.666667,95.5125867 426.666667,213.333333 C426.666667,331.15408 331.15408,426.666667 213.333333,426.666667 C95.5125867,426.666667 3.55271368e-14,331.15408 3.55271368e-14,213.333333 C3.55271368e-14,95.5125867 95.5125867,3.55271368e-14 213.333333,3.55271368e-14 Z M213.333333,42.6666667 C119.076736,42.6666667 42.6666667,119.076736 42.6666667,213.333333 C42.6666667,307.589931 119.076736,384 213.333333,384 C307.589931,384 384,307.589931 384,213.333333 C384,119.076736 307.589931,42.6666667 213.333333,42.6666667 Z' id='Combined-Shape'/></g></g></svg>",ql="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'><desc>clear</desc><path fill-rule='evenodd' d='M213.333333,3.55271368e-14 C269.912851,3.55271368e-14 324.175019,22.4761259 364.18278,62.4838867 C404.190541,102.491647 426.666667,156.753816 426.666667,213.333333 C426.666667,331.15408 331.15408,426.666667 213.333333,426.666667 C95.5125867,426.666667 3.55271368e-14,331.15408 3.55271368e-14,213.333333 C3.55271368e-14,95.5125867 95.5125867,3.55271368e-14 213.333333,3.55271368e-14 Z M213.333333,42.6666667 C119.076736,42.6666667 42.6666667,119.076736 42.6666667,213.333333 C42.6666667,307.589931 119.076736,384 213.333333,384 C307.589931,384 384,307.589931 384,213.333333 C384,119.076736 307.589931,42.6666667 213.333333,42.6666667 Z M288.758057,107.738721 L318.927946,137.90861 L243.502,213.333 L318.927946,288.758057 L288.758057,318.927946 L213.333,243.502 L137.90861,318.927946 L107.738721,288.758057 L183.163,213.333 L107.738721,137.90861 L137.90861,107.738721 L213.333,183.163 L288.758057,107.738721 Z' transform='translate(42.667 42.667)'/></svg>",Zl="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>close</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='Combined-Shape' transform='translate(91.581722, 91.581722)'><path d='M298.666667,4.26325641e-14 L328.836556,30.1698893 L194.587,164.418 L328.836556,298.666667 L298.666667,328.836556 L164.418,194.587 L30.1698893,328.836556 L9.9475983e-14,298.666667 L134.248,164.418 L7.10542736e-14,30.1698893 L30.1698893,4.26325641e-14 L164.418,134.248 L298.666667,4.26325641e-14 Z' transform='translate(164.418278, 164.418278) rotate(-360.000000) translate(-164.418278, -164.418278) '/></g></g></svg>",Yl="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>double-chevron-down</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(134.186667, 123.520000)'><path d='M140.16,18.1333333 L261.76,139.946667 L140.16,261.76 L109.866667,231.466667 L201.6,139.946667 L109.866667,48.4266667 L140.16,18.1333333 Z M12.16,18.1333333 L133.76,139.946667 L12.16,261.76 L-18.1333333,231.466667 L73.6,139.946667 L-18.1333333,48.4266667 L12.16,18.1333333 Z' id='arrow-double-right' transform='translate(121.813333, 139.946667) rotate(-270.000000) translate(-121.813333, -139.946667) '/></g></g></svg>",Xl="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>double-chevron-left</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(108.603733, 134.171733)'><path d='M127.978667,121.834667 L249.6,243.648 L279.872,213.333333 L188.16,121.834667 L279.872,30.3146667 L249.6,2.84217094e-14 L127.978667,121.834667 Z M1.42108547e-14,121.834667 L121.578667,243.648 L151.872,213.333333 L60.1386667,121.834667 L151.872,30.3146667 L121.578667,2.84217094e-14 L1.42108547e-14,121.834667 Z' id='arrow-double-left'/></g></g></svg>",Gl="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>double-chevron-right</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(123.520000, 134.186667)'><path d='M158.293333,0 L279.893333,121.813333 L158.293333,243.626667 L128,213.333333 L219.733333,121.813333 L128,30.2933333 L158.293333,0 Z M30.2933333,0 L151.893333,121.813333 L30.2933333,243.626667 L-1.42108547e-14,213.333333 L91.7333333,121.813333 L-1.42108547e-14,30.2933333 L30.2933333,0 Z' id='arrow-double-right'/></g></g></svg>",Kl="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>double-chevron-up</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(134.186667, 108.586667)'><path d='M140.16,18.1333333 L261.76,139.946667 L140.16,261.76 L109.866667,231.466667 L201.6,139.946667 L109.866667,48.4266667 L140.16,18.1333333 Z M12.16,18.1333333 L133.76,139.946667 L12.16,261.76 L-18.1333333,231.466667 L73.6,139.946667 L-18.1333333,48.4266667 L12.16,18.1333333 Z' id='arrow-double-right' transform='translate(121.813333, 139.946667) rotate(-90.000000) translate(-121.813333, -139.946667) '/></g></g></svg>",Ql="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>error</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(42.666667, 42.666667)'><path d='M213.333333,3.55271368e-14 C331.136,3.55271368e-14 426.666667,95.5306667 426.666667,213.333333 C426.666667,331.136 331.136,426.666667 213.333333,426.666667 C95.5306667,426.666667 3.55271368e-14,331.136 3.55271368e-14,213.333333 C3.55271368e-14,95.5306667 95.5306667,3.55271368e-14 213.333333,3.55271368e-14 Z M213.333333,42.6666667 C119.232,42.6666667 42.6666667,119.232 42.6666667,213.333333 C42.6666667,307.434667 119.232,384 213.333333,384 C307.434667,384 384,307.434667 384,213.333333 C384,119.232 307.434667,42.6666667 213.333333,42.6666667 Z M262.250667,134.250667 L292.416,164.416 L243.498667,213.333333 L292.416,262.250667 L262.250667,292.416 L213.333333,243.498667 L164.416,292.416 L134.250667,262.250667 L183.168,213.333333 L134.250667,164.416 L164.416,134.250667 L213.333333,183.168 L262.250667,134.250667 Z' id='error'/></g></g></svg>",Jl="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>eye</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='Shape' transform='translate(42.666667, 85.333333)'><path d='M213.333333,1.42108547e-14 C64,1.42108547e-14 7.10542736e-15,170.666667 7.10542736e-15,170.666667 C7.10542736e-15,170.666667 64,341.333333 213.333333,341.333333 C362.666667,341.333333 426.666667,170.666667 426.666667,170.666667 C426.666667,170.666667 362.666667,1.42108547e-14 213.333333,1.42108547e-14 Z M213.333333,298.666667 C119.071573,298.666667 64.7370667,207.3632 46.7136,170.67328 C64.7850667,133.88928 119.114667,42.6666667 213.333333,42.6666667 C307.595093,42.6666667 361.9296,133.970133 379.954347,170.658773 C361.8816,207.444053 307.552,298.666667 213.333333,298.666667 Z M213.333333,96 C172.096427,96 138.666667,129.42976 138.666667,170.666667 C138.666667,211.903573 172.096427,245.333333 213.333333,245.333333 C254.57024,245.333333 288,211.903573 288,170.666667 C288,129.42976 254.57024,96 213.333333,96 Z M213.333333,202.666667 C195.688747,202.666667 181.333333,188.311253 181.333333,170.666667 C181.333333,153.02208 195.688747,138.666667 213.333333,138.666667 C230.97792,138.666667 245.333333,153.02208 245.333333,170.666667 C245.333333,188.311253 230.97792,202.666667 213.333333,202.666667 Z'/></g></g></svg>",ed="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>info</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(42.666667, 42.666667)'><path d='M213.333333,3.55271368e-14 C95.51296,3.55271368e-14 3.55271368e-14,95.51168 3.55271368e-14,213.333333 C3.55271368e-14,331.153707 95.51296,426.666667 213.333333,426.666667 C331.154987,426.666667 426.666667,331.153707 426.666667,213.333333 C426.666667,95.51168 331.154987,3.55271368e-14 213.333333,3.55271368e-14 Z M213.333333,384 C119.227947,384 42.6666667,307.43872 42.6666667,213.333333 C42.6666667,119.227947 119.227947,42.6666667 213.333333,42.6666667 C307.44,42.6666667 384,119.227947 384,213.333333 C384,307.43872 307.44,384 213.333333,384 Z M240.04672,128 C240.04672,143.46752 228.785067,154.666667 213.55008,154.666667 C197.698773,154.666667 186.713387,143.46752 186.713387,127.704107 C186.713387,112.5536 197.99616,101.333333 213.55008,101.333333 C228.785067,101.333333 240.04672,112.5536 240.04672,128 Z M192.04672,192 L234.713387,192 L234.713387,320 L192.04672,320 L192.04672,192 Z' id='Shape'/></g></g></svg>",td="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>more-menu</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='icon' transform='translate(53.333333, 224.000000)'><path d='M64,32 C64,14.326888 49.673112,2.91322522e-11 32,2.91322522e-11 C14.326888,2.91322522e-11 -1.47219675e-14,14.326888 -1.58041335e-14,32 C-1.68862995e-14,49.673112 14.326888,64 32,64 C49.673112,64 64,49.673112 64,32 Z M405.333333,32 C405.333333,14.326888 391.006445,-2.84217094e-14 373.333333,-2.84217094e-14 C355.660221,-2.84217094e-14 341.333333,14.326888 341.333333,32 C341.333333,49.673112 355.660221,64 373.333333,64 C391.006445,64 405.333333,49.673112 405.333333,32 Z M234.666667,32 C234.666667,14.326888 220.339779,2.84217094e-14 202.666667,2.84217094e-14 C184.993555,2.84217094e-14 170.666667,14.326888 170.666667,32 C170.666667,49.673112 184.993555,64 202.666667,64 C220.339779,64 234.666667,49.673112 234.666667,32 Z' id='options-horizontal'/></g></g></svg>",od="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>notification</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='Chat' transform='translate(64.000000, 85.333333)'><path d='M384,1.42108547e-14 L384,298.666667 L277.333333,298.666667 L277.333333,384 L128,298.666667 L1.42108547e-14,298.666667 L1.42108547e-14,1.42108547e-14 L384,1.42108547e-14 Z M341.333333,42.6666667 L42.6666667,42.6666667 L42.6666667,256 L139.330749,256 L234.666667,310.464 L234.666667,256 L341.333333,256 L341.333333,42.6666667 Z'/></g></g></svg>",rd="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>search</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='Shape' transform='translate(42.666667, 42.666667)'><path d='M426.630187,396.463573 L305.314987,275.148373 C327.799467,246.239573 341.333333,210.04032 341.333333,170.666667 C341.333333,76.56256 264.770773,-7.10542736e-15 170.666667,-7.10542736e-15 C76.56256,-7.10542736e-15 7.10542736e-15,76.56256 7.10542736e-15,170.666667 C7.10542736e-15,264.770773 76.56256,341.333333 170.666667,341.333333 C210.04032,341.333333 246.239573,327.799467 275.148373,305.3152 L396.463573,426.6304 L426.630187,396.463573 Z M170.666667,298.666667 C100.083413,298.666667 42.6666667,241.24992 42.6666667,170.666667 C42.6666667,100.083413 100.083413,42.6666667 170.666667,42.6666667 C241.24992,42.6666667 298.666667,100.083413 298.666667,170.666667 C298.666667,241.24992 241.24992,298.666667 170.666667,298.666667 Z'/></g></g></svg>",nd="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>success</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add-copy' transform='translate(42.666667, 42.666667)'><path d='M213.333333,3.55271368e-14 C95.51296,3.55271368e-14 3.55271368e-14,95.51296 3.55271368e-14,213.333333 C3.55271368e-14,331.153707 95.51296,426.666667 213.333333,426.666667 C331.153707,426.666667 426.666667,331.153707 426.666667,213.333333 C426.666667,95.51296 331.153707,3.55271368e-14 213.333333,3.55271368e-14 Z M213.333333,384 C119.227947,384 42.6666667,307.43872 42.6666667,213.333333 C42.6666667,119.227947 119.227947,42.6666667 213.333333,42.6666667 C307.43872,42.6666667 384,119.227947 384,213.333333 C384,307.43872 307.438933,384 213.333333,384 Z M293.669333,137.114453 L323.835947,167.281067 L192,299.66912 L112.916693,220.585813 L143.083307,190.4192 L192,239.335893 L293.669333,137.114453 Z' id='Shape'/></g></g></svg>",ad="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>triangle-filled</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='drop' transform='translate(32.000000, 42.666667)'><path d='M246.312928,5.62892705 C252.927596,9.40873724 258.409564,14.8907053 262.189374,21.5053731 L444.667042,340.84129 C456.358134,361.300701 449.250007,387.363834 428.790595,399.054926 C422.34376,402.738832 415.04715,404.676552 407.622001,404.676552 L42.6666667,404.676552 C19.1025173,404.676552 7.10542736e-15,385.574034 7.10542736e-15,362.009885 C7.10542736e-15,354.584736 1.93772021,347.288125 5.62162594,340.84129 L188.099293,21.5053731 C199.790385,1.04596203 225.853517,-6.06216498 246.312928,5.62892705 Z' id='Combined-Shape'/></g></g></svg>",id="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>warning</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(32.000000, 42.666667)'><path d='M246.312928,5.62892705 C252.927596,9.40873724 258.409564,14.8907053 262.189374,21.5053731 L444.667042,340.84129 C456.358134,361.300701 449.250007,387.363834 428.790595,399.054926 C422.34376,402.738832 415.04715,404.676552 407.622001,404.676552 L42.6666667,404.676552 C19.1025173,404.676552 7.10542736e-15,385.574034 7.10542736e-15,362.009885 C7.10542736e-15,354.584736 1.93772021,347.288125 5.62162594,340.84129 L188.099293,21.5053731 C199.790385,1.04596203 225.853517,-6.06216498 246.312928,5.62892705 Z M225.144334,42.6739678 L42.6666667,362.009885 L407.622001,362.009885 L225.144334,42.6739678 Z M224,272 C239.238095,272 250.666667,283.264 250.666667,298.624 C250.666667,313.984 239.238095,325.248 224,325.248 C208.415584,325.248 197.333333,313.984 197.333333,298.282667 C197.333333,283.264 208.761905,272 224,272 Z M245.333333,106.666667 L245.333333,234.666667 L202.666667,234.666667 L202.666667,106.666667 L245.333333,106.666667 Z' id='Combined-Shape'/></g></g></svg>";var sd,ld,dd,cd=function(e,t,o,r){if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===o?r:"a"===o?r.call(e):r?r.value:t.get(e)},hd=function(e,t,o,r,n){if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n?n.value=o:t.set(e,o),o};let ud=class{static parseTime(e,t){const o=e.trim();if(0===o.length)return t;const r=o.match(/^(-?\d*\.?\d+)(ms|s)?$/);if(!r)return t;const[,n,a="ms"]=r,i=Number(n);return Number.isFinite(i)?"s"===a?1e3*i:i:t}static ensureCache(){if(null!==cd(this,sd,"f",dd))return;if("undefined"==typeof window)return void hd(this,sd,Object.assign({},cd(this,sd,"f",ld)),0,dd);const e=document.documentElement||document.body,t=window.getComputedStyle(e),o=(e,o)=>{var r;const n=null===(r=t.getPropertyValue(e))||void 0===r?void 0:r.trim();return n?this.parseTime(n,o):o};hd(this,sd,{short:o("--theme-short-time",cd(this,sd,"f",ld).short),default:o("--theme-default-time",cd(this,sd,"f",ld).default),medium:o("--theme-medium-time",cd(this,sd,"f",ld).medium),slow:o("--theme-slow-time",cd(this,sd,"f",ld).slow),xslow:o("--theme-x-slow-time",cd(this,sd,"f",ld).xslow)},0,dd)}static prefersReducedMotion(){return!("undefined"==typeof window||!window.matchMedia)&&window.matchMedia("(prefers-reduced-motion: reduce)").matches}static get shortTime(){this.ensureCache();const e=cd(this,sd,"f",dd).short;return this.prefersReducedMotion()?0:e}static get defaultTime(){this.ensureCache();const e=cd(this,sd,"f",dd).default;return this.prefersReducedMotion()?0:e}static get mediumTime(){this.ensureCache();const e=cd(this,sd,"f",dd).medium;return this.prefersReducedMotion()?0:e}static get slowTime(){this.ensureCache();const e=cd(this,sd,"f",dd).slow;return this.prefersReducedMotion()?0:e}static get xSlowTime(){this.ensureCache();const e=cd(this,sd,"f",dd).xslow;return this.prefersReducedMotion()?0:e}};sd=ud,ld={value:{short:0,default:150,medium:300,slow:500,xslow:1e3}},dd={value:null};let md=class{constructor(){this.listeners=[],this.listenersOncer=[],this.on=e=>(this.listeners.push(e),{dispose:()=>this.off(e)}),this.once=e=>{this.listenersOncer.push(e)},this.off=e=>{const t=this.listeners.indexOf(e);t>-1&&this.listeners.splice(t,1)},this.emit=e=>{if(this.listeners.forEach(t=>t(e)),this.listenersOncer.length>0){const t=this.listenersOncer;this.listenersOncer=[],t.forEach(t=>t(e))}},this.pipe=e=>this.on(t=>e.emit(t))}};const bd=new class{async attachView(e,t){var o;return(null!==(o=null==t?void 0:t.parentElement)&&void 0!==o?o:document.body).appendChild(e),e}async removeView(e){e.remove()}};let pd=bd;const fd=()=>bd;async function gd(e){const t=pd;let o;const r=new md,n=new md;if("string"==typeof e.content){const t=document.createElement("ix-modal");t.innerText=e.content,o=await fd().attachView(t)}if(e.content instanceof HTMLElement&&"IX-MODAL"!==e.content.tagName){const t=document.createElement("ix-modal");t.appendChild(e.content),o=await fd().attachView(t)}return o||(o=await t.attachView(e.content)),function(e,t){const o=t.ariaDescribedby,r=t.ariaLabelledby;delete t.ariaDescribedby,delete t.ariaLabelledby,o&&e.setAttribute("aria-describedby",o),r&&e.setAttribute("aria-labelledby",r)}(o,e),Object.assign(o,e),await o.showModal(),o.addEventListener("dialogClose",async({detail:e})=>{r.emit(e),await t.removeView(o)}),o.addEventListener("dialogDismiss",async({detail:e})=>{n.emit(e),await t.removeView(o)}),requestAnimationFrame(()=>{const e=o.querySelector("[autofocus],[auto-focus]");e&&e.focus()}),{htmlElement:o,onClose:r,onDismiss:n}}async function vd(e){const t=document.createElement("ix-application-switch-modal");t.config=e;const o=(await gd({content:t,size:"840",closeOnBackdropClick:!0})).htmlElement.querySelector("ix-application-switch-modal");return e=>{o?o.config=e:console.warn("ix-application-switch-modal element not found!")}}const yd={sm:"(max-width: 48em)",md:"(min-width: 48.0625em) and (max-width: 80em)",lg:"(min-width: 80.0625em)"},kd=e=>!("undefined"==typeof window||!window.matchMedia)&&window.matchMedia(yd[e]).matches;var xd,wd,Sd,Cd,Ed=function(e,t,o,r){if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===o?r:"a"===o?r.call(e):r?r.value:t.get(e)},Ld=function(e,t,o,r,n){if("function"==typeof t||!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return t.set(e,o),o};xd=new WeakMap,wd=new WeakMap,Sd=new WeakMap,Cd=new WeakMap;const _d=new class{constructor(){xd.set(this,["sm","md","lg"]),wd.set(this,new md),Sd.set(this,"lg"),Cd.set(this,!0),this.debouncedOnResize=function(e){let t;return function(...o){clearTimeout(t),t=setTimeout(()=>{e(...o)},50)}}(this.onResize.bind(this)),"undefined"!=typeof window&&(window.addEventListener("resize",this.debouncedOnResize.bind(this)),this.debouncedOnResize())}get breakpoint(){return Ed(this,Sd,"f")}get onChange(){return Ed(this,wd,"f")}get isDetectionEnabled(){return Ed(this,Cd,"f")}onResize(){if(!Ed(this,Cd,"f"))return;if(!Ed(this,xd,"f"))return;const e=[];if(Ed(this,xd,"f").forEach(t=>{const o=kd(t);e.push([t,o])}),e.every(([,e])=>!1===e)){let t=0;Ed(this,xd,"f").includes("lg")||(t=e.length-1);const[o]=e[t];return requestAnimationFrame(()=>Ed(this,wd,"f").emit(o)),void Ld(this,Sd,o)}for(const[t,o]of e.reverse())if(o){requestAnimationFrame(()=>Ed(this,wd,"f").emit(t)),Ld(this,Sd,t);break}}disableBreakpointDetection(){Ld(this,Cd,!1)}enableBreakpointDetection(){Ld(this,Cd,!0)}setBreakpoint(e){Ld(this,Sd,e),Ed(this,wd,"f").emit(e)}setBreakpoints(e){Ld(this,xd,e),this.onResize()}};let Td=class extends Event{constructor(e,t,o){super("context-request",{bubbles:!0,composed:!0}),this.context=e,this.callback=t,this.subscribe=o}};function Id(e,t,o,r){let n;return e.dispatchEvent(new Td(t,(e,t)=>{o(e,t),n=t},r)),{unsubscribe:()=>{n&&n()}}}const zd={name:"application-layout-context",initialValue:{hideHeader:!1,sidebar:!1}};var Od,$d,Rd,Pd=function(e,t,o,r){if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===o?r:"a"===o?r.call(e):r?r.value:t.get(e)},Ad=function(e,t,o,r,n){if("function"==typeof t||!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return t.set(e,o),o};Od=new WeakMap,$d=new WeakMap,Rd=new WeakMap;const Nd=new class{constructor(){Od.set(this,null),$d.set(this,new md),Rd.set(this,!1)}register(e){Pd(this,Od,"f")?console.warn("Menu already defined"):(Ad(this,Od,e),Pd(this,Od,"f").addEventListener("expandChange",e=>{Pd(this,$d,"f").emit(e.detail)}))}setIsPinned(e){Ad(this,Rd,e)}async open(){return!!Pd(this,Od,"f")&&(Pd(this,Od,"f").toggleMenu(!0),!0)}async close(){return!!Pd(this,Od,"f")&&(Pd(this,Od,"f").toggleMenu(!1),!0)}async toggle(){return!!Pd(this,Od,"f")&&(Pd(this,Od,"f").toggleMenu(),!0)}get nativeElement(){return Pd(this,Od,"f")}get expandChange(){return Pd(this,$d,"f")}get isPinned(){return Pd(this,Rd,"f")}};function Md(e,t){return t?t.closest(e)||Md(e,t.getRootNode().host):null}function Dd(e){return e.assignedElements({flatten:!0})}function Vd(e){return!!e&&0!==e.assignedElements({flatten:!0}).length}function jd(e,t){return e?e instanceof ShadowRoot?jd(e.host,t):e instanceof HTMLElement&&e.matches(t)?e:jd(e.parentNode,t):null}const Fd=["top","right","bottom","left"],Bd=Math.min,Hd=Math.max,Wd=Math.round,Ud=Math.floor,qd=e=>({x:e,y:e}),Zd={left:"right",right:"left",bottom:"top",top:"bottom"},Yd={start:"end",end:"start"};function Xd(e,t,o){return Hd(e,Bd(t,o))}function Gd(e,t){return"function"==typeof e?e(t):e}function Kd(e){return e.split("-")[0]}function Qd(e){return e.split("-")[1]}function Jd(e){return"x"===e?"y":"x"}function ec(e){return"y"===e?"height":"width"}function tc(e){return["top","bottom"].includes(Kd(e))?"y":"x"}function oc(e){return Jd(tc(e))}function rc(e){return e.replace(/start|end/g,e=>Yd[e])}function nc(e){return e.replace(/left|right|bottom|top/g,e=>Zd[e])}function ac(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function ic(e){const{x:t,y:o,width:r,height:n}=e;return{width:r,height:n,top:o,left:t,right:t+r,bottom:o+n,x:t,y:o}}function sc(e,t,o){let{reference:r,floating:n}=e;const a=tc(t),i=oc(t),s=ec(i),l=Kd(t),d="y"===a,c=r.x+r.width/2-n.width/2,h=r.y+r.height/2-n.height/2,u=r[s]/2-n[s]/2;let m;switch(l){case"top":m={x:c,y:r.y-n.height};break;case"bottom":m={x:c,y:r.y+r.height};break;case"right":m={x:r.x+r.width,y:h};break;case"left":m={x:r.x-n.width,y:h};break;default:m={x:r.x,y:r.y}}switch(Qd(t)){case"start":m[i]-=u*(o&&d?-1:1);break;case"end":m[i]+=u*(o&&d?-1:1)}return m}async function lc(e,t){var o;void 0===t&&(t={});const{x:r,y:n,platform:a,rects:i,elements:s,strategy:l}=e,{boundary:d="clippingAncestors",rootBoundary:c="viewport",elementContext:h="floating",altBoundary:u=!1,padding:m=0}=Gd(t,e),b=ac(m),p=s[u?"floating"===h?"reference":"floating":h],f=ic(await a.getClippingRect({element:null==(o=await(null==a.isElement?void 0:a.isElement(p)))||o?p:p.contextElement||await(null==a.getDocumentElement?void 0:a.getDocumentElement(s.floating)),boundary:d,rootBoundary:c,strategy:l})),g="floating"===h?{x:r,y:n,width:i.floating.width,height:i.floating.height}:i.reference,v=await(null==a.getOffsetParent?void 0:a.getOffsetParent(s.floating)),y=await(null==a.isElement?void 0:a.isElement(v))&&await(null==a.getScale?void 0:a.getScale(v))||{x:1,y:1},k=ic(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({elements:s,rect:g,offsetParent:v,strategy:l}):g);return{top:(f.top-k.top+b.top)/y.y,bottom:(k.bottom-f.bottom+b.bottom)/y.y,left:(f.left-k.left+b.left)/y.x,right:(k.right-f.right+b.right)/y.x}}function dc(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function cc(e){return Fd.some(t=>e[t]>=0)}function hc(e){const t=Bd(...e.map(e=>e.left)),o=Bd(...e.map(e=>e.top));return{x:t,y:o,width:Hd(...e.map(e=>e.right))-t,height:Hd(...e.map(e=>e.bottom))-o}}function uc(){return"undefined"!=typeof window}function mc(e){return fc(e)?(e.nodeName||"").toLowerCase():"#document"}function bc(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function pc(e){var t;return null==(t=(fc(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function fc(e){return!!uc()&&(e instanceof Node||e instanceof bc(e).Node)}function gc(e){return!!uc()&&(e instanceof Element||e instanceof bc(e).Element)}function vc(e){return!!uc()&&(e instanceof HTMLElement||e instanceof bc(e).HTMLElement)}function yc(e){return!(!uc()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof bc(e).ShadowRoot)}function kc(e){const{overflow:t,overflowX:o,overflowY:r,display:n}=Lc(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+o)&&!["inline","contents"].includes(n)}function xc(e){return["table","td","th"].includes(mc(e))}function wc(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch(e){return!1}})}function Sc(e){const t=Cc(),o=gc(e)?Lc(e):e;return["transform","translate","scale","rotate","perspective"].some(e=>!!o[e]&&"none"!==o[e])||!!o.containerType&&"normal"!==o.containerType||!t&&!!o.backdropFilter&&"none"!==o.backdropFilter||!t&&!!o.filter&&"none"!==o.filter||["transform","translate","scale","rotate","perspective","filter"].some(e=>(o.willChange||"").includes(e))||["paint","layout","strict","content"].some(e=>(o.contain||"").includes(e))}function Cc(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Ec(e){return["html","body","#document"].includes(mc(e))}function Lc(e){return bc(e).getComputedStyle(e)}function _c(e){return gc(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Tc(e){if("html"===mc(e))return e;const t=e.assignedSlot||e.parentNode||yc(e)&&e.host||pc(e);return yc(t)?t.host:t}function Ic(e){const t=Tc(e);return Ec(t)?e.ownerDocument?e.ownerDocument.body:e.body:vc(t)&&kc(t)?t:Ic(t)}function zc(e,t,o){var r;void 0===t&&(t=[]),void 0===o&&(o=!0);const n=Ic(e),a=n===(null==(r=e.ownerDocument)?void 0:r.body),i=bc(n);if(a){const e=Oc(i);return t.concat(i,i.visualViewport||[],kc(n)?n:[],e&&o?zc(e):[])}return t.concat(n,zc(n,[],o))}function Oc(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function $c(e){const t=Lc(e);let o=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const n=vc(e),a=n?e.offsetWidth:o,i=n?e.offsetHeight:r,s=Wd(o)!==a||Wd(r)!==i;return s&&(o=a,r=i),{width:o,height:r,$:s}}function Rc(e){return gc(e)?e:e.contextElement}function Pc(e){const t=Rc(e);if(!vc(t))return qd(1);const o=t.getBoundingClientRect(),{width:r,height:n,$:a}=$c(t);let i=(a?Wd(o.width):o.width)/r,s=(a?Wd(o.height):o.height)/n;return i&&Number.isFinite(i)||(i=1),s&&Number.isFinite(s)||(s=1),{x:i,y:s}}const Ac=qd(0);function Nc(e){const t=bc(e);return Cc()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:Ac}function Mc(e,t,o,r){void 0===t&&(t=!1),void 0===o&&(o=!1);const n=e.getBoundingClientRect(),a=Rc(e);let i=qd(1);t&&(r?gc(r)&&(i=Pc(r)):i=Pc(e));const s=function(e,t,o){return void 0===t&&(t=!1),!(!o||t&&o!==bc(e))&&t}(a,o,r)?Nc(a):qd(0);let l=(n.left+s.x)/i.x,d=(n.top+s.y)/i.y,c=n.width/i.x,h=n.height/i.y;if(a){const e=bc(a),t=r&&gc(r)?bc(r):r;let o=e,n=Oc(o);for(;n&&r&&t!==o;){const e=Pc(n),t=n.getBoundingClientRect(),r=Lc(n),a=t.left+(n.clientLeft+parseFloat(r.paddingLeft))*e.x,i=t.top+(n.clientTop+parseFloat(r.paddingTop))*e.y;l*=e.x,d*=e.y,c*=e.x,h*=e.y,l+=a,d+=i,o=bc(n),n=Oc(o)}}return ic({width:c,height:h,x:l,y:d})}function Dc(e,t){const o=_c(e).scrollLeft;return t?t.left+o:Mc(pc(e)).left+o}function Vc(e,t,o){void 0===o&&(o=!1);const r=e.getBoundingClientRect();return{x:r.left+t.scrollLeft-(o?0:Dc(e,r)),y:r.top+t.scrollTop}}function jc(e,t,o){let r;if("viewport"===t)r=function(e,t){const o=bc(e),r=pc(e),n=o.visualViewport;let a=r.clientWidth,i=r.clientHeight,s=0,l=0;if(n){a=n.width,i=n.height;const e=Cc();(!e||e&&"fixed"===t)&&(s=n.offsetLeft,l=n.offsetTop)}return{width:a,height:i,x:s,y:l}}(e,o);else if("document"===t)r=function(e){const t=pc(e),o=_c(e),r=e.ownerDocument.body,n=Hd(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),a=Hd(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let i=-o.scrollLeft+Dc(e);const s=-o.scrollTop;return"rtl"===Lc(r).direction&&(i+=Hd(t.clientWidth,r.clientWidth)-n),{width:n,height:a,x:i,y:s}}(pc(e));else if(gc(t))r=function(e,t){const o=Mc(e,!0,"fixed"===t),r=o.top+e.clientTop,n=o.left+e.clientLeft,a=vc(e)?Pc(e):qd(1);return{width:e.clientWidth*a.x,height:e.clientHeight*a.y,x:n*a.x,y:r*a.y}}(t,o);else{const o=Nc(e);r={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return ic(r)}function Fc(e,t){const o=Tc(e);return!(o===t||!gc(o)||Ec(o))&&("fixed"===Lc(o).position||Fc(o,t))}function Bc(e,t,o){const r=vc(t),n=pc(t),a="fixed"===o,i=Mc(e,!0,a,t);let s={scrollLeft:0,scrollTop:0};const l=qd(0);if(r||!r&&!a)if(("body"!==mc(t)||kc(n))&&(s=_c(t)),r){const e=Mc(t,!0,a,t);l.x=e.x+t.clientLeft,l.y=e.y+t.clientTop}else n&&(l.x=Dc(n));const d=!n||r||a?qd(0):Vc(n,s);return{x:i.left+s.scrollLeft-l.x-d.x,y:i.top+s.scrollTop-l.y-d.y,width:i.width,height:i.height}}function Hc(e){return"static"===Lc(e).position}function Wc(e,t){if(!vc(e)||"fixed"===Lc(e).position)return null;if(t)return t(e);let o=e.offsetParent;return pc(e)===o&&(o=o.ownerDocument.body),o}function Uc(e,t){const o=bc(e);if(wc(e))return o;if(!vc(e)){let t=Tc(e);for(;t&&!Ec(t);){if(gc(t)&&!Hc(t))return t;t=Tc(t)}return o}let r=Wc(e,t);for(;r&&xc(r)&&Hc(r);)r=Wc(r,t);return r&&Ec(r)&&Hc(r)&&!Sc(r)?o:r||function(e){let t=Tc(e);for(;vc(t)&&!Ec(t);){if(Sc(t))return t;if(wc(t))return null;t=Tc(t)}return null}(e)||o}const qc={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:o,offsetParent:r,strategy:n}=e;const a="fixed"===n,i=pc(r),s=!!t&&wc(t.floating);if(r===i||s&&a)return o;let l={scrollLeft:0,scrollTop:0},d=qd(1);const c=qd(0),h=vc(r);if((h||!h&&!a)&&(("body"!==mc(r)||kc(i))&&(l=_c(r)),vc(r))){const e=Mc(r);d=Pc(r),c.x=e.x+r.clientLeft,c.y=e.y+r.clientTop}const u=!i||h||a?qd(0):Vc(i,l,!0);return{width:o.width*d.x,height:o.height*d.y,x:o.x*d.x-l.scrollLeft*d.x+c.x+u.x,y:o.y*d.y-l.scrollTop*d.y+c.y+u.y}},getDocumentElement:pc,getClippingRect:function(e){let{element:t,boundary:o,rootBoundary:r,strategy:n}=e;const a=[..."clippingAncestors"===o?wc(t)?[]:function(e,t){const o=t.get(e);if(o)return o;let r=zc(e,[],!1).filter(e=>gc(e)&&"body"!==mc(e)),n=null;const a="fixed"===Lc(e).position;let i=a?Tc(e):e;for(;gc(i)&&!Ec(i);){const t=Lc(i),o=Sc(i);o||"fixed"!==t.position||(n=null),(a?!o&&!n:!o&&"static"===t.position&&n&&["absolute","fixed"].includes(n.position)||kc(i)&&!o&&Fc(e,i))?r=r.filter(e=>e!==i):n=t,i=Tc(i)}return t.set(e,r),r}(t,this._c):[].concat(o),r],i=a.reduce((e,o)=>{const r=jc(t,o,n);return e.top=Hd(r.top,e.top),e.right=Bd(r.right,e.right),e.bottom=Bd(r.bottom,e.bottom),e.left=Hd(r.left,e.left),e},jc(t,a[0],n));return{width:i.right-i.left,height:i.bottom-i.top,x:i.left,y:i.top}},getOffsetParent:Uc,getElementRects:async function(e){const t=this.getOffsetParent||Uc,o=this.getDimensions,r=await o(e.floating);return{reference:Bc(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:o}=$c(e);return{width:t,height:o}},getScale:Pc,isElement:gc,isRTL:function(e){return"rtl"===Lc(e).direction}};function Zc(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function Yc(e,t,o,r){void 0===r&&(r={});const{ancestorScroll:n=!0,ancestorResize:a=!0,elementResize:i="function"==typeof ResizeObserver,layoutShift:s="function"==typeof IntersectionObserver,animationFrame:l=!1}=r,d=Rc(e),c=n||a?[...d?zc(d):[],...zc(t)]:[];c.forEach(e=>{n&&e.addEventListener("scroll",o,{passive:!0}),a&&e.addEventListener("resize",o)});const h=d&&s?function(e,t){let o,r=null;const n=pc(e);function a(){var e;clearTimeout(o),null==(e=r)||e.disconnect(),r=null}return function i(s,l){void 0===s&&(s=!1),void 0===l&&(l=1),a();const d=e.getBoundingClientRect(),{left:c,top:h,width:u,height:m}=d;if(s||t(),!u||!m)return;const b={rootMargin:-Ud(h)+"px "+-Ud(n.clientWidth-(c+u))+"px "+-Ud(n.clientHeight-(h+m))+"px "+-Ud(c)+"px",threshold:Hd(0,Bd(1,l))||1};let p=!0;function f(t){const r=t[0].intersectionRatio;if(r!==l){if(!p)return i();r?i(!1,r):o=setTimeout(()=>{i(!1,1e-7)},1e3)}1!==r||Zc(d,e.getBoundingClientRect())||i(),p=!1}try{r=new IntersectionObserver(f,{...b,root:n.ownerDocument})}catch(e){r=new IntersectionObserver(f,b)}r.observe(e)}(!0),a}(d,o):null;let u,m=-1,b=null;i&&(b=new ResizeObserver(e=>{let[r]=e;r&&r.target===d&&b&&(b.unobserve(t),cancelAnimationFrame(m),m=requestAnimationFrame(()=>{var e;null==(e=b)||e.observe(t)})),o()}),d&&!l&&b.observe(d),b.observe(t));let p=l?Mc(e):null;return l&&function t(){const r=Mc(e);p&&!Zc(p,r)&&o(),p=r,u=requestAnimationFrame(t)}(),o(),()=>{var e;c.forEach(e=>{n&&e.removeEventListener("scroll",o),a&&e.removeEventListener("resize",o)}),null==h||h(),null==(e=b)||e.disconnect(),b=null,l&&cancelAnimationFrame(u)}}const Xc=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var o,r;const{x:n,y:a,placement:i,middlewareData:s}=t,l=await async function(e,t){const{placement:o,platform:r,elements:n}=e,a=await(null==r.isRTL?void 0:r.isRTL(n.floating)),i=Kd(o),s=Qd(o),l="y"===tc(o),d=["left","top"].includes(i)?-1:1,c=a&&l?-1:1,h=Gd(t,e);let{mainAxis:u,crossAxis:m,alignmentAxis:b}="number"==typeof h?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...h};return s&&"number"==typeof b&&(m="end"===s?-1*b:b),l?{x:m*c,y:u*d}:{x:u*d,y:m*c}}(t,e);return i===(null==(o=s.offset)?void 0:o.placement)&&null!=(r=s.arrow)&&r.alignmentOffset?{}:{x:n+l.x,y:a+l.y,data:{...l,placement:i}}}}},Gc=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:o,y:r,placement:n}=t,{mainAxis:a=!0,crossAxis:i=!1,limiter:s={fn:e=>{let{x:t,y:o}=e;return{x:t,y:o}}},...l}=Gd(e,t),d={x:o,y:r},c=await lc(t,l),h=tc(Kd(n)),u=Jd(h);let m=d[u],b=d[h];a&&(m=Xd(m+c["y"===u?"top":"left"],m,m-c["y"===u?"bottom":"right"])),i&&(b=Xd(b+c["y"===h?"top":"left"],b,b-c["y"===h?"bottom":"right"]));const p=s.fn({...t,[u]:m,[h]:b});return{...p,data:{x:p.x-o,y:p.y-r}}}}},Kc=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var o,r;const{placement:n,middlewareData:a,rects:i,initialPlacement:s,platform:l,elements:d}=t,{mainAxis:c=!0,crossAxis:h=!0,fallbackPlacements:u,fallbackStrategy:m="bestFit",fallbackAxisSideDirection:b="none",flipAlignment:p=!0,...f}=Gd(e,t);if(null!=(o=a.arrow)&&o.alignmentOffset)return{};const g=Kd(n),v=tc(s),y=Kd(s)===s,k=await(null==l.isRTL?void 0:l.isRTL(d.floating)),x=u||(y||!p?[nc(s)]:function(e){const t=nc(e);return[rc(e),t,rc(t)]}(s)),w="none"!==b;!u&&w&&x.push(...function(e,t,o,r){const n=Qd(e);let a=function(e,t,o){const r=["left","right"],n=["right","left"],a=["top","bottom"],i=["bottom","top"];switch(e){case"top":case"bottom":return o?t?n:r:t?r:n;case"left":case"right":return t?a:i;default:return[]}}(Kd(e),"start"===o,r);return n&&(a=a.map(e=>e+"-"+n),t&&(a=a.concat(a.map(rc)))),a}(s,p,b,k));const S=[s,...x],C=await lc(t,f),E=[];let L=(null==(r=a.flip)?void 0:r.overflows)||[];if(c&&E.push(C[g]),h){const e=function(e,t,o){void 0===o&&(o=!1);const r=Qd(e),n=oc(e),a=ec(n);let i="x"===n?r===(o?"end":"start")?"right":"left":"start"===r?"bottom":"top";return t.reference[a]>t.floating[a]&&(i=nc(i)),[i,nc(i)]}(n,i,k);E.push(C[e[0]],C[e[1]])}if(L=[...L,{placement:n,overflows:E}],!E.every(e=>e<=0)){var _,T;const e=((null==(_=a.flip)?void 0:_.index)||0)+1,t=S[e];if(t)return{data:{index:e,overflows:L},reset:{placement:t}};let o=null==(T=L.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:T.placement;if(!o)switch(m){case"bestFit":{var I;const e=null==(I=L.filter(e=>{if(w){const t=tc(e.placement);return t===v||"y"===t}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:I[0];e&&(o=e);break}case"initialPlacement":o=s}if(n!==o)return{reset:{placement:o}}}return{}}}},Qc=function(e){return void 0===e&&(e={}),{name:"hide",options:e,async fn(t){const{rects:o}=t,{strategy:r="referenceHidden",...n}=Gd(e,t);switch(r){case"referenceHidden":{const e=dc(await lc(t,{...n,elementContext:"reference"}),o.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:cc(e)}}}case"escaped":{const e=dc(await lc(t,{...n,altBoundary:!0}),o.floating);return{data:{escapedOffsets:e,escaped:cc(e)}}}default:return{}}}}},Jc=e=>({name:"arrow",options:e,async fn(t){const{x:o,y:r,placement:n,rects:a,platform:i,elements:s,middlewareData:l}=t,{element:d,padding:c=0}=Gd(e,t)||{};if(null==d)return{};const h=ac(c),u={x:o,y:r},m=oc(n),b=ec(m),p=await i.getDimensions(d),f="y"===m,g=f?"top":"left",v=f?"bottom":"right",y=f?"clientHeight":"clientWidth",k=a.reference[b]+a.reference[m]-u[m]-a.floating[b],x=u[m]-a.reference[m],w=await(null==i.getOffsetParent?void 0:i.getOffsetParent(d));let S=w?w[y]:0;S&&await(null==i.isElement?void 0:i.isElement(w))||(S=s.floating[y]||a.floating[b]);const C=k/2-x/2,E=S/2-p[b]/2-1,L=Bd(h[g],E),_=Bd(h[v],E),T=L,I=S-p[b]-_,z=S/2-p[b]/2+C,O=Xd(T,z,I),$=!l.arrow&&null!=Qd(n)&&z!==O&&a.reference[b]/2-(z<T?L:_)-p[b]/2<0,R=$?z<T?z-T:z-I:0;return{[m]:u[m]+R,data:{[m]:O,centerOffset:z-O-R,...$&&{alignmentOffset:R}},reset:$}}}),eh=function(e){return void 0===e&&(e={}),{name:"inline",options:e,async fn(t){const{placement:o,elements:r,rects:n,platform:a,strategy:i}=t,{padding:s=2,x:l,y:d}=Gd(e,t),c=Array.from(await(null==a.getClientRects?void 0:a.getClientRects(r.reference))||[]),h=function(e){const t=e.slice().sort((e,t)=>e.y-t.y),o=[];let r=null;for(let n=0;n<t.length;n++){const e=t[n];!r||e.y-r.y>r.height/2?o.push([e]):o[o.length-1].push(e),r=e}return o.map(e=>ic(hc(e)))}(c),u=ic(hc(c)),m=ac(s),b=await a.getElementRects({reference:{getBoundingClientRect:function(){if(2===h.length&&h[0].left>h[1].right&&null!=l&&null!=d)return h.find(e=>l>e.left-m.left&&l<e.right+m.right&&d>e.top-m.top&&d<e.bottom+m.bottom)||u;if(h.length>=2){if("y"===tc(o)){const e=h[0],t=h[h.length-1],r="top"===Kd(o),n=e.top,a=t.bottom,i=r?e.left:t.left,s=r?e.right:t.right;return{top:n,bottom:a,left:i,right:s,width:s-i,height:a-n,x:i,y:n}}const e="left"===Kd(o),t=Hd(...h.map(e=>e.right)),r=Bd(...h.map(e=>e.left)),n=h.filter(o=>e?o.left===r:o.right===t),a=n[0].top,i=n[n.length-1].bottom;return{top:a,bottom:i,left:r,right:t,width:t-r,height:i-a,x:r,y:a}}return u}},floating:r.floating,strategy:i});return n.reference.x!==b.reference.x||n.reference.y!==b.reference.y||n.reference.width!==b.reference.width||n.reference.height!==b.reference.height?{reset:{rects:b}}:{}}}},th=(e,t,o)=>{const r=new Map,n={platform:qc,...o},a={...n.platform,_c:r};return(async(e,t,o)=>{const{placement:r="bottom",strategy:n="absolute",middleware:a=[],platform:i}=o,s=a.filter(Boolean),l=await(null==i.isRTL?void 0:i.isRTL(t));let d=await i.getElementRects({reference:e,floating:t,strategy:n}),{x:c,y:h}=sc(d,r,l),u=r,m={},b=0;for(let p=0;p<s.length;p++){const{name:o,fn:a}=s[p],{x:f,y:g,data:v,reset:y}=await a({x:c,y:h,initialPlacement:r,placement:u,strategy:n,middlewareData:m,rects:d,platform:i,elements:{reference:e,floating:t}});c=null!=f?f:c,h=null!=g?g:h,m={...m,[o]:{...m[o],...v}},y&&b<=50&&(b++,"object"==typeof y&&(y.placement&&(u=y.placement),y.rects&&(d=!0===y.rects?await i.getElementRects({reference:e,floating:t,strategy:n}):y.rects),({x:c,y:h}=sc(d,u,l))),p=-1)}return{x:c,y:h,placement:u,strategy:n,middlewareData:m}})(e,t,{...n,platform:a})},oh=(e,t,o)=>(e.addEventListener(t,o),()=>{e.removeEventListener(t,o)}),rh=e=>{const t=e.map(({callback:e,element:t,eventType:o})=>oh(t,o,e));return()=>t.forEach(e=>e())};async function nh(e,t){const o=Array.from(document.querySelectorAll(e));if(o.length>0)return Promise.resolve(o);if(void 0===t)return Promise.resolve(void 0);const r=function(e,t=document.body){if(!e.parentElement&&!e.parentNode)return;if(e.parentNode instanceof ShadowRoot)return e.parentNode;let o=e.parentElement;for(;o;){if(o.shadowRoot)return o.shadowRoot;if(o.parentNode instanceof ShadowRoot)return o.parentNode;o=o.parentElement}return t}(t);if(void 0===r||!(r instanceof ShadowRoot))return Promise.resolve(void 0);const n=Array.from(r.querySelectorAll(e)),a=[...Array.from(r.host.querySelectorAll(e)),...n];return Promise.resolve(a.length>0?a:void 0)}function ah(e){let t,o,r=new Promise(e=>t=e);const n=r=>{void 0!==r&&(o=n.current=r,null==e||e(r),null==t||t(r))};return n.current=o,n.waitForCurrent=async()=>(await r,o),n}const ih=e=>"function"==typeof __zone_symbol__requestAnimationFrame?__zone_symbol__requestAnimationFrame(e):"function"==typeof requestAnimationFrame?requestAnimationFrame(e):setTimeout(e);function sh(e){return null!==e&&void 0!==e.getDropdownItemElement&&"function"==typeof e.getDropdownItemElement}const lh=new class{constructor(){this.dropdowns=new Map,this.submenuIds={},this.isWindowListenerActive=!1}connected(e){this.isWindowListenerActive||this.addOverlayListeners(),this.dropdowns.set(e.getId(),e),e.discoverAllSubmenus&&this.discoverSubmenus()}disconnected(e){const t=e.getId();this.removeFromSubmenuIds(t),this.dropdowns.delete(t)}removeFromSubmenuIds(e){this.dropdowns.forEach(t=>{const o=this.submenuIds[t.getId()];if(o){const t=o.indexOf(e);t>-1&&o.splice(t,1)}}),delete this.submenuIds[e]}getDropdownById(e){return this.dropdowns.get(e)}discoverSubmenus(){this.dropdowns.forEach(e=>{e.discoverSubmenu()})}present(e){var t;!e.isPresent()&&(null===(t=e.willPresent)||void 0===t?void 0:t.call(e))&&(this.submenuIds[e.getId()]=e.getAssignedSubmenuIds(),e.present())}dismissChildren(e){const t=this.submenuIds[e]||[];for(const o of t){const e=this.dropdowns.get(o);e&&this.dismiss(e)}}dismiss(e){var t;e.isPresent()&&(null===(t=e.willDismiss)||void 0===t?void 0:t.call(e))&&(this.dismissChildren(e.getId()),e.dismiss(),delete this.submenuIds[e.getId()])}dismissAll(e=[],t=!1){this.dropdowns.forEach(o=>{const r="inside"===o.closeBehavior||!1===o.closeBehavior,n=e.includes(o.getId()),a=this.buildComposedPath(o.getId(),new Set);if(e.length>0&&t){let t=!1;if(e.forEach(e=>{a.has(e)&&(t=!0)}),!t)return}!n&&r||this.dismiss(o)})}dismissOthers(e){let t=this.buildComposedPath(e,new Set);t.add(e),this.dropdowns.forEach(e=>{"inside"===e.closeBehavior||!1===e.closeBehavior||t.has(e.getId())||this.dismiss(e)})}pathIncludesTrigger(e){for(let t of e)if(t instanceof HTMLElement&&t.hasAttribute("data-ix-dropdown-trigger"))return t}pathIncludesDropdown(e){return!!e.find(e=>"IX-DROPDOWN"===e.tagName)}buildComposedPath(e,t){this.submenuIds[e]&&t.add(e);for(const o of Object.keys(this.submenuIds))this.submenuIds[o].includes(e)&&this.buildComposedPath(o,t).forEach(e=>t.add(e));return t}addOverlayListeners(){this.isWindowListenerActive=!0,window.addEventListener("click",e=>{const t=this.pathIncludesTrigger(e.composedPath()),o=this.pathIncludesDropdown(e.composedPath());t||o||this.dismissAll()}),window.addEventListener("keydown",e=>{"Escape"===e.key&&this.dismissAll([...this.dropdowns.keys()])})}};let dh=class{constructor(e,t,o){this.wrap=!1,this.items=e,this.container=t,this.callback=o,this.keyListener=oh(t,"keydown",e=>this.onKeyDown(e))}getActiveIndex(){return document.activeElement?this.items.indexOf(document.activeElement):-1}onKeyDown(e){var t,o,r,n;const a=this.getActiveIndex();if(!(a<0))switch(e.key){case"ArrowDown":a<this.items.length-1?(e.preventDefault(),null===(t=this.callback)||void 0===t||t.call(this,a+1)):this.wrap&&(e.preventDefault(),null===(o=this.callback)||void 0===o||o.call(this,0));break;case"ArrowUp":a>0?(e.preventDefault(),null===(r=this.callback)||void 0===r||r.call(this,a-1)):this.wrap&&0===a&&(e.preventDefault(),null===(n=this.callback)||void 0===n||n.call(this,this.items.length-1))}}disconnect(){this.keyListener&&this.keyListener(),this.container=void 0,this.callback=void 0}},ch=0;const hh=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.showChanged=Ws(this,"showChanged",7),this.suppressAutomaticPlacement=!1,this.show=!1,this.closeBehavior="both",this.placement="bottom-start",this.positioningStrategy="fixed",this.discoverAllSubmenus=!1,this.ignoreRelatedSubmenu=!1,this.suppressOverflowBehavior=!1,this.enableTopLayer=!1,this.dialogRef=ah(),this.localUId="dropdown-"+ch++,this.assignedSubmenu=[],this.itemObserver=new MutationObserver(()=>{this.arrowFocusController&&(this.arrowFocusController.items=this.dropdownItems)})}connectedCallback(){lh.connected(this),null!=this.trigger&&this.registerListener(this.trigger)}cacheSubmenuId(e){e.stopImmediatePropagation(),e.preventDefault();const{detail:t}=e;-1===this.assignedSubmenu.indexOf(t)&&this.assignedSubmenu.push(t)}disconnectedCallback(){var e;lh.dismiss(this),lh.disconnected(this),this.arrowFocusController&&(null===(e=this.arrowFocusController)||void 0===e||e.disconnect(),this.arrowFocusController=void 0),this.itemObserver&&(this.itemObserver.disconnect(),this.itemObserver=void 0),this.disposeClickListener&&(this.disposeClickListener(),this.disposeClickListener=void 0),this.disposeKeyListener&&(this.disposeKeyListener(),this.disposeKeyListener=void 0),this.autoUpdateCleanup&&(this.autoUpdateCleanup(),this.autoUpdateCleanup=void 0)}getAssignedSubmenuIds(){return this.assignedSubmenu}isPresent(){return this.show}present(){this.show=!0}dismiss(){this.show=!1}getId(){return this.localUId}willDismiss(){const{defaultPrevented:e}=this.showChanged.emit(!1);return!e}willPresent(){const{defaultPrevented:e}=this.showChanged.emit(!0);return!e}get dropdownItems(){return Array.from(this.hostElement.querySelectorAll("ix-dropdown-item"))}get slotElement(){return this.hostElement.shadowRoot.querySelector("slot")}addEventListenersFor(){var e,t,o;null===(e=this.disposeClickListener)||void 0===e||e.call(this),null===(t=this.disposeKeyListener)||void 0===t||t.call(this);const r=()=>{this.isPresent()?lh.dismiss(this):lh.present(this),lh.dismissOthers(this.getId())};this.triggerElement&&(this.disposeClickListener=oh(this.triggerElement,"click",e=>{e.defaultPrevented||r()}),null===(o=this.triggerElement)||void 0===o||o.setAttribute("data-ix-dropdown-trigger",this.localUId))}async discoverSubmenu(){var e;null===(e=this.triggerElement)||void 0===e||e.dispatchEvent(new CustomEvent("ix-assign-sub-menu",{bubbles:!0,composed:!0,cancelable:!0,detail:this.localUId}))}registerKeyListener(){this.triggerElement&&(this.disposeKeyListener=oh(this.triggerElement,"keydown",e=>{"ArrowDown"===e.key&&document.activeElement===this.triggerElement&&(lh.present(this),setTimeout(()=>{this.focusDropdownItem(0)}))}))}async registerListener(e){this.triggerElement=await this.resolveElement(e),this.triggerElement&&(this.addEventListenersFor(),this.discoverSubmenu())}async resolveElement(e){const t=await function(e,t){return e instanceof Promise?e:"object"==typeof e?Promise.resolve(e):function(e,t=document,o){return new Promise(r=>{const n=()=>{nh(e,o).then(e=>{e&&e.length>0&&(r(e[0]),null==a||a.disconnect())})};n();const a=new MutationObserver(()=>{n()});a.observe(t.body,{childList:!0,subtree:!0})})}(`#${e}`,document,t)}(e);return this.checkForSubmenuAnchor(t)}async checkForSubmenuAnchor(e){if(e)return sh(e)&&((await e.getDropdownItemElement()).isSubMenu=!0,this.hostElement.style.zIndex="var(--theme-z-index-dropdown)"),"IX-DROPDOWN-ITEM"===e.tagName&&(e.isSubMenu=!0,this.hostElement.style.zIndex="var(--theme-z-index-dropdown)"),e}async resolveAnchorElement(){this.anchor?this.anchorElement=await this.resolveElement(this.anchor):this.trigger&&(this.anchorElement=await this.resolveElement(this.trigger))}async changedShow(e){var t;if(!e)return this.cleanupOnHide(),void(this.enableTopLayer&&await this.hideDropdownAsync());this.arrowFocusController=new dh(this.dropdownItems,this.hostElement,e=>this.focusDropdownItem(e)),null===(t=this.itemObserver)||void 0===t||t.observe(this.hostElement,{childList:!0,subtree:!0}),this.registerKeyListener(),this.enableTopLayer?await this.showDropdownAsync():(await this.resolveAnchorElement(),this.anchorElement&&this.applyDropdownPosition())}changedTrigger(e){this.registerListener(e)}destroyAutoUpdate(){this.autoUpdateCleanup&&(this.autoUpdateCleanup(),this.autoUpdateCleanup=void 0)}isAnchorSubmenu(){var e;return!!sh(this.anchorElement)||!!(null===(e=this.anchorElement)||void 0===e?void 0:e.closest("ix-dropdown-item"))}async showDropdownAsync(){const e=await this.dialogRef.waitForCurrent();e&&(e.showPopover(),await this.resolveAnchorElement(),this.anchorElement?this.applyDropdownPosition():ih(()=>{const t=(this.hostElement.parentElement||this.hostElement).getBoundingClientRect(),o=`translate(${Math.round(t.left)}px, ${Math.round(t.top)}px)`;Object.assign(e.style,{top:"0",left:"0",transform:o})}))}async hideDropdownAsync(){const e=await this.dialogRef.waitForCurrent();(null==e?void 0:e.matches(":popover-open"))&&e.hidePopover()}cleanupOnHide(){var e,t,o;this.destroyAutoUpdate(),null===(e=this.arrowFocusController)||void 0===e||e.disconnect(),null===(t=this.itemObserver)||void 0===t||t.disconnect(),null===(o=this.disposeKeyListener)||void 0===o||o.call(this)}async applyDropdownPosition(){var e,t;if(!this.show)return;if(!this.anchorElement)return;const o=this.anchorElement,r=this.isAnchorSubmenu();let n=this.hostElement,a=this.positioningStrategy;if(this.enableTopLayer){const e=await this.dialogRef.waitForCurrent();if(!e)return;n=e,a="fixed"}let i={strategy:a,middleware:[]};this.suppressAutomaticPlacement||null===(e=i.middleware)||void 0===e||e.push(Kc({fallbackStrategy:"initialPlacement"})),i.placement=r?"right-start":this.placement,i.middleware=[...(null===(t=i.middleware)||void 0===t?void 0:t.filter(Boolean))||[],eh(),Gc()],this.offset&&i.middleware.push(Xc(this.offset)),this.destroyAutoUpdate(),this.autoUpdateCleanup=Yc(o,n,async()=>{const e=await th(o,n,i);if(Object.assign(n.style,{top:"0",left:"0",transform:`translate(${Math.round(e.x)}px,${Math.round(e.y)}px)`}),this.overwriteDropdownStyle){const e=await this.overwriteDropdownStyle({dropdownRef:n,triggerRef:this.triggerElement});Object.assign(n.style,e)}},{ancestorResize:!0,ancestorScroll:!0,elementResize:!0})}focusDropdownItem(e){ih(()=>{var t,o;const r=null===(o=null===(t=this.dropdownItems[e])||void 0===t?void 0:t.shadowRoot)||void 0===o?void 0:o.querySelector("button");r&&r.focus()})}async componentDidLoad(){this.show&&this.changedShow(!0),this.trigger&&this.changedTrigger(this.trigger)}async componentDidRender(){await this.applyDropdownPosition(),await this.resolveAnchorElement()}isTriggerElement(e){return!!e.hasAttribute("data-ix-dropdown-trigger")}onDropdownClick(e){const t=lh.pathIncludesTrigger(e.composedPath());t&&(t!==this.triggerElement&&e.preventDefault(),this.isTriggerElement(t))?"outside"===this.closeBehavior&&e.preventDefault():e.defaultPrevented||"inside"!==this.closeBehavior&&"both"!==this.closeBehavior?lh.dismissOthers(this.getId()):lh.dismissAll([this.getId()],this.ignoreRelatedSubmenu)}async updatePosition(){this.applyDropdownPosition()}render(){return this.enableTopLayer?Is(Os,{"data-ix-dropdown":this.localUId,class:{"dropdown-menu":!0,show:this.show}},Is("dialog",{ref:this.dialogRef,class:{dialog:!0,overflow:!this.suppressOverflowBehavior},popover:"manual","aria-modal":"true","aria-label":this.header,tabindex:-1,onClick:e=>this.onDropdownClick(e)},Is("div",{class:"dropdown-container"},this.header&&Is("div",{class:"dropdown-header"},this.header),this.show&&Is("slot",null)))):Is(Os,{"data-ix-dropdown":this.localUId,class:{"dropdown-menu":!0,show:this.show,overflow:!this.suppressOverflowBehavior},style:{margin:"0",minWidth:"0px",position:this.positioningStrategy},role:"list",onClick:e=>this.onDropdownClick(e)},Is("div",{style:{display:"contents"}},this.header&&Is("div",{class:"dropdown-header"},this.header),this.show&&Is("slot",null)))}get hostElement(){return this}static get watchers(){return{show:[{changedShow:0}],trigger:[{changedTrigger:0}]}}static get style(){return":host{background-color:var(--theme-color-2);border-radius:var(--theme-default-border-radius);min-width:0px;z-index:var(--theme-z-index-dropdown);box-shadow:var(--theme-shadow-4);padding:0.25rem 0px}: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 .dropdown-header{display:flex;align-items:center;height:2.5rem;color:var(--theme-menu-header--color);padding:0 1rem}:host(.overflow){max-height:calc(50vh - 3rem);overflow-y:auto}:host(:not(.show)){display:none}.dialog{margin:0;border:none;outline:none;padding:0.25rem 0px;min-width:0;max-width:100vw;width:-moz-max-content;width:max-content;height:-moz-fit-content;height:fit-content;background-color:var(--theme-color-2);border-radius:var(--theme-default-border-radius);box-shadow:var(--theme-shadow-4);overflow-x:visible;overflow-y:visible;inset:unset;color-scheme:inherit;color:var(--theme-color-std-text);box-sizing:border-box}.dialog *,.dialog *::after,.dialog *::before{box-sizing:border-box}.dialog .dropdown-container{display:block;position:relative}.dialog .dropdown-header{display:flex;align-items:center;height:2.5rem;color:var(--theme-menu-header--color);padding:0 1rem}.dialog.overflow{max-height:calc(50vh - 3rem);overflow-y:auto}"}},[257,"ix-dropdown",{suppressAutomaticPlacement:[4,"suppress-automatic-placement"],show:[1540],trigger:[1],anchor:[1],closeBehavior:[8,"close-behavior"],placement:[1],positioningStrategy:[1,"positioning-strategy"],header:[1],offset:[16],overwriteDropdownStyle:[16],discoverAllSubmenus:[4,"discover-all-submenus"],ignoreRelatedSubmenu:[4,"ignore-related-submenu"],suppressOverflowBehavior:[4,"suppress-overflow-behavior"],enableTopLayer:[4,"enable-top-layer"],discoverSubmenu:[64],updatePosition:[64]},[[0,"ix-assign-sub-menu","cacheSubmenuId"]],{show:[{changedShow:0}],trigger:[{changedTrigger:0}]}]);function uh(){"undefined"!=typeof customElements&&["ix-dropdown"].forEach(e=>{"ix-dropdown"===e&&(customElements.get(e)||customElements.define(e,hh))})}const mh=(e,t=!1,o=!1,r,n)=>({btn:!0,[`btn-${e}`]:!0,"btn-icon":t,"btn-oval":o,selected:r,disabled:n}),bh=e=>{if(!e.icon)return"small";switch(e.iconSize){case"12":return"xx-small";case"16":return"x-small";default:return"small"}},ph=(e,t)=>{if(t.disabled||t.loading)return e.preventDefault(),void e.stopPropagation();t.onClick&&t.onClick(e)},fh=(e,t)=>{var o,r,n;const a=null!==(o=e.extraClasses)&&void 0!==o?o:{},i=null!==(r=e.ariaAttributes)&&void 0!==r?r:{};!i["aria-disabled"]&&e.disabled&&(i["aria-disabled"]="true");const s=((e,t)=>t&&t.length>0||!(!e["aria-label"]&&!e["aria-labelledby"]))(i,t),l=Object.assign(Object.assign({},i),{tabindex:e.disabled?-1:null!==(n=e.tabIndex)&&void 0!==n?n:0,class:Object.assign(Object.assign({},mh(e.variant,e.iconOnly,e.iconOval,e.selected,e.disabled||e.loading)),a)}),d=[e.loading?Is("ix-spinner",{size:bh(e),hideTrack:!0}):null,e.icon&&!e.loading?Is("ix-icon",{class:"icon",name:e.icon,size:e.iconSize,color:e.iconColor,"aria-hidden":s?"true":void 0}):null,Is("div",{class:{content:!0,[`content-${e.alignment}`]:!!e.alignment}},t),e.iconRight?Is("ix-icon",{class:"icon-right",name:e.iconRight,size:e.iconSize,color:e.iconColor,"aria-hidden":s?"true":void 0}):null,e.afterContent?e.afterContent:null];return e.href?Is("a",Object.assign({},l,{href:e.disabled?void 0:e.href,target:e.target,role:"button",rel:e.rel,onClick:t=>ph(t,e)}),d):Is("button",Object.assign({},l,{onClick:t=>ph(t,e),type:e.type}),d)};function gh(e){return Is(fh,Object.assign({},e,{type:"button"}))}const vh=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.variant="secondary",this.size="medium",this.hideTrack=!1}render(){const e=Pl(this.hostElement);return void 0===e["aria-label"]&&(e["aria-label"]="Loading"),e.role="status",e["aria-busy"]="true",Is(Os,Object.assign({key:"183a2ab8ebc58c9ac1a51d8a34741507932e9382"},e),Is("div",{key:"ecde7dc98d72dcf3b193597bb2e7f0c13c044d15",class:{primary:"primary"===this.variant,[this.size]:!0,"hide-track":this.hideTrack}}))}get hostElement(){return this}static get style(){return':host{display:block;position:relative}: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}.xx-small{width:0.75rem;height:0.75rem;min-width:0.75rem;min-height:0.75rem;max-width:0.75rem;max-height:0.75rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}.xx-small::after{content:"";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:1px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}.xx-small:not(.hide-track)::before{content:"";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:1px solid var(--theme-color-component-3)}.primary::after{border-color:var(--theme-color-dynamic)}.primary::before{border-color:var(--theme-color-ghost--hover)}:host{display:block;position:relative}: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}.x-small{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;max-width:1.25rem;max-height:1.25rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}.x-small::after{content:"";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}.x-small:not(.hide-track)::before{content:"";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--theme-color-component-3)}.primary::after{border-color:var(--theme-color-dynamic)}.primary::before{border-color:var(--theme-color-ghost--hover)}:host{display:block;position:relative}: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}.small{width:1.5rem;height:1.5rem;min-width:1.5rem;min-height:1.5rem;max-width:1.5rem;max-height:1.5rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}.small::after{content:"";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}.small:not(.hide-track)::before{content:"";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--theme-color-component-3)}.primary::after{border-color:var(--theme-color-dynamic)}.primary::before{border-color:var(--theme-color-ghost--hover)}:host{display:block;position:relative}: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}.medium{width:2rem;height:2rem;min-width:2rem;min-height:2rem;max-width:2rem;max-height:2rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}.medium::after{content:"";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}.medium:not(.hide-track)::before{content:"";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--theme-color-component-3)}.primary::after{border-color:var(--theme-color-dynamic)}.primary::before{border-color:var(--theme-color-ghost--hover)}:host{display:block;position:relative}: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}.large{width:6rem;height:6rem;min-width:6rem;min-height:6rem;max-width:6rem;max-height:6rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}.large::after{content:"";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:4px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}.large:not(.hide-track)::before{content:"";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:4px solid var(--theme-color-component-3)}.primary::after{border-color:var(--theme-color-dynamic)}.primary::before{border-color:var(--theme-color-ghost--hover)}'}},[1,"ix-spinner",{variant:[1],size:[1],hideTrack:[4,"hide-track"]}]);function yh(){"undefined"!=typeof customElements&&["ix-spinner"].forEach(e=>{"ix-spinner"===e&&(customElements.get(e)||customElements.define(e,vh))})}const kh=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.variant="subtle-primary",this.oval=!1,this.size="24",this.disabled=!1,this.type="button",this.loading=!1}componentDidLoad(){if("submit"===this.type){const e=document.createElement("button");e.style.display="none",e.type="submit",e.tabIndex=-1,this.hostElement.appendChild(e),this.submitButtonElement=e}}dispatchFormEvents(){"submit"===this.type&&this.submitButtonElement&&this.submitButtonElement.click()}getIconSizeClass(){return{"btn-icon-12":"12"===this.size,"btn-icon-16":"16"===this.size,"btn-icon-32":"24"===this.size||!this.size}}render(){var e,t;const o={ariaAttributes:{"aria-label":null!==(t=null!==(e=Pl(this.hostElement)["aria-label"])&&void 0!==e?e:this.a11yLabel)&&void 0!==t?t:Rl(this.icon)},variant:this.variant,iconOnly:!0,iconOval:this.oval,selected:!1,disabled:this.disabled||this.loading,icon:this.icon,iconColor:this.iconColor,iconSize:this.size,loading:this.loading,onClick:()=>this.dispatchFormEvents(),type:this.type,extraClasses:this.getIconSizeClass(),tabIndex:this.hostElement.hasAttribute("tabindex")?this.hostElement.tabIndex:void 0};return Is(Os,{key:"2acf097d64918e4f19ead5560414cb07e791fe8c",class:Object.assign(Object.assign({},this.getIconSizeClass()),{disabled:this.disabled||this.loading})},Is(gh,Object.assign({key:"b7e2432d7cc3362048c1e65d642e3abef43dec82"},o)))}get hostElement(){return this}static get style(){return":host{--ix-button-border-radius-left:var(--theme-btn--border-radius);--ix-button-border-radius-right:var(--theme-btn--border-radius);display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}: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 button,:host a{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host .icon{pointer-events:none;margin-right:0.25rem}:host .icon-right{margin-left:0.25rem}:host(.disabled){cursor:default}:host{--ix-button-border-radius-left:var(--theme-btn--border-radius);--ix-button-border-radius-right:var(--theme-btn--border-radius);display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}: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 button,:host a{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host .icon{pointer-events:none;margin-right:0.25rem}:host .icon-right{margin-left:0.25rem}:host(.disabled){cursor:default}:host .btn-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-primary,:host .btn-primary.focus,:host .btn-primary:focus-visible{background-color:var(--theme-btn-primary--background);color:var(--theme-btn-primary--color);--ix-button-color:var(--theme-btn-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-primary--border-color);border-style:solid}:host .btn-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-primary.selected{background-color:var(--theme-btn-primary--background--pressed);color:var(--theme-btn-primary--color--pressed)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-primary--background--pressed-hover);color:var(--theme-btn-primary--color--pressed-hover)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):active,:host .btn-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-primary--background--pressed-hover);color:var(--theme-btn-primary--color--pressed-active)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):hover,:host .btn-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-primary--border-color--hover);background-color:var(--theme-btn-primary--background--hover);color:var(--theme-btn-primary--color--hover)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):active,:host .btn-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-primary--border-color--active);background-color:var(--theme-btn-primary--background--active);color:var(--theme-btn-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-primary.disabled,:host(.disabled) .btn-primary:disabled{pointer-events:none;border-color:var(--theme-btn-primary--border-color--disabled);background-color:var(--theme-btn-primary--background--disabled);color:var(--theme-btn-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-primary--color--disabled)}:host .btn-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-secondary,:host .btn-secondary.focus,:host .btn-secondary:focus-visible{background-color:var(--theme-btn-secondary--background);color:var(--theme-btn-secondary--color);--ix-button-color:var(--theme-btn-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-secondary--border-color);border-style:solid}:host .btn-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-secondary.selected{background-color:var(--theme-btn-secondary--background--pressed);color:var(--theme-btn-secondary--color--pressed)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-secondary--background--pressed-hover);color:var(--theme-btn-secondary--color--pressed-hover)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-secondary--background--pressed-hover);color:var(--theme-btn-secondary--color--pressed-active)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):hover,:host .btn-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-secondary--border-color--hover);background-color:var(--theme-btn-secondary--background--hover);color:var(--theme-btn-secondary--color--hover)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):active,:host .btn-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-secondary--border-color--active);background-color:var(--theme-btn-secondary--background--active);color:var(--theme-btn-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-secondary.disabled,:host(.disabled) .btn-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-secondary--border-color--disabled);background-color:var(--theme-btn-secondary--background--disabled);color:var(--theme-btn-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-secondary--color--disabled)}:host .btn-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-tertiary,:host .btn-tertiary.focus,:host .btn-tertiary:focus-visible{background-color:var(--theme-btn-tertiary--background);color:var(--theme-btn-tertiary--color);--ix-button-color:var(--theme-btn-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-tertiary--border-color);border-style:solid}:host .btn-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-tertiary.selected{background-color:var(--theme-btn-tertiary--background--pressed);color:var(--theme-btn-tertiary--color--pressed)}:host .btn-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-tertiary--background--pressed-hover);color:var(--theme-btn-tertiary--color--pressed-hover)}:host .btn-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-tertiary--background--pressed-hover);color:var(--theme-btn-tertiary--color--pressed-active)}:host .btn-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary:not(.disabled):not(:disabled):hover,:host .btn-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-tertiary--border-color--hover);background-color:var(--theme-btn-tertiary--background--hover);color:var(--theme-btn-tertiary--color--hover)}:host .btn-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary:not(.disabled):not(:disabled):active,:host .btn-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-tertiary--border-color--active);background-color:var(--theme-btn-tertiary--background--active);color:var(--theme-btn-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-tertiary.disabled,:host(.disabled) .btn-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-tertiary--border-color--disabled);background-color:var(--theme-btn-tertiary--background--disabled);color:var(--theme-btn-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-tertiary--color--disabled)}:host .btn-subtle-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-primary,:host .btn-subtle-primary.focus,:host .btn-subtle-primary:focus-visible{background-color:var(--theme-btn-subtle-primary--background);color:var(--theme-btn-subtle-primary--color);--ix-button-color:var(--theme-btn-subtle-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-primary--border-color);border-style:solid}:host .btn-subtle-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-primary.selected{background-color:var(--theme-btn-subtle-primary--background--pressed);color:var(--theme-btn-subtle-primary--color--pressed)}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-primary--background--pressed-hover);color:var(--theme-btn-subtle-primary--color--pressed-hover)}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-primary--background--pressed-hover);color:var(--theme-btn-subtle-primary--color--pressed-active)}:host .btn-subtle-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary:not(.disabled):not(:disabled):hover,:host .btn-subtle-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-primary--border-color--hover);background-color:var(--theme-btn-subtle-primary--background--hover);color:var(--theme-btn-subtle-primary--color--hover)}:host .btn-subtle-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary:not(.disabled):not(:disabled):active,:host .btn-subtle-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-primary--border-color--active);background-color:var(--theme-btn-subtle-primary--background--active);color:var(--theme-btn-subtle-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-primary.disabled,:host(.disabled) .btn-subtle-primary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-primary--border-color--disabled);background-color:var(--theme-btn-subtle-primary--background--disabled);color:var(--theme-btn-subtle-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-primary--color--disabled)}:host .btn-subtle-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-secondary,:host .btn-subtle-secondary.focus,:host .btn-subtle-secondary:focus-visible{background-color:var(--theme-btn-subtle-secondary--background);color:var(--theme-btn-subtle-secondary--color);--ix-button-color:var(--theme-btn-subtle-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-secondary--border-color);border-style:solid}:host .btn-subtle-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-secondary.selected{background-color:var(--theme-btn-subtle-secondary--background--pressed);color:var(--theme-btn-subtle-secondary--color--pressed)}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-secondary--background--pressed-hover);color:var(--theme-btn-subtle-secondary--color--pressed-hover)}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-secondary--background--pressed-hover);color:var(--theme-btn-subtle-secondary--color--pressed-active)}:host .btn-subtle-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary:not(.disabled):not(:disabled):hover,:host .btn-subtle-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-secondary--border-color--hover);background-color:var(--theme-btn-subtle-secondary--background--hover);color:var(--theme-btn-subtle-secondary--color--hover)}:host .btn-subtle-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary:not(.disabled):not(:disabled):active,:host .btn-subtle-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-secondary--border-color--active);background-color:var(--theme-btn-subtle-secondary--background--active);color:var(--theme-btn-subtle-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-secondary.disabled,:host(.disabled) .btn-subtle-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-secondary--border-color--disabled);background-color:var(--theme-btn-subtle-secondary--background--disabled);color:var(--theme-btn-subtle-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-secondary--color--disabled)}:host .btn-subtle-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-tertiary,:host .btn-subtle-tertiary.focus,:host .btn-subtle-tertiary:focus-visible{background-color:var(--theme-btn-subtle-tertiary--background);color:var(--theme-btn-subtle-tertiary--color);--ix-button-color:var(--theme-btn-subtle-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-tertiary--border-color);border-style:solid}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-tertiary.selected{background-color:var(--theme-btn-subtle-tertiary--background--pressed);color:var(--theme-btn-subtle-tertiary--color--pressed)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-hover)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-active)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-tertiary--border-color--hover);background-color:var(--theme-btn-subtle-tertiary--background--hover);color:var(--theme-btn-subtle-tertiary--color--hover)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-tertiary--border-color--active);background-color:var(--theme-btn-subtle-tertiary--background--active);color:var(--theme-btn-subtle-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-tertiary.disabled,:host(.disabled) .btn-subtle-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-tertiary--border-color--disabled);background-color:var(--theme-btn-subtle-tertiary--background--disabled);color:var(--theme-btn-subtle-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-tertiary--color--disabled)}:host .btn-danger-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-primary,:host .btn-danger-primary.focus,:host .btn-danger-primary:focus-visible{background-color:var(--theme-btn-danger-primary--background);color:var(--theme-btn-danger-primary--color);--ix-button-color:var(--theme-btn-danger-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-primary--border-color);border-style:solid}:host .btn-danger-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-primary.selected{background-color:var(--theme-btn-danger-primary--background--pressed);color:var(--theme-btn-danger-primary--color--pressed)}:host .btn-danger-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-primary--background--pressed-hover);color:var(--theme-btn-danger-primary--color--pressed-hover)}:host .btn-danger-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-primary--background--pressed-hover);color:var(--theme-btn-danger-primary--color--pressed-active)}:host .btn-danger-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary:not(.disabled):not(:disabled):hover,:host .btn-danger-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-primary--border-color--hover);background-color:var(--theme-btn-danger-primary--background--hover);color:var(--theme-btn-danger-primary--color--hover)}:host .btn-danger-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary:not(.disabled):not(:disabled):active,:host .btn-danger-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-primary--border-color--active);background-color:var(--theme-btn-danger-primary--background--active);color:var(--theme-btn-danger-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-primary.disabled,:host(.disabled) .btn-danger-primary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-primary--border-color--disabled);background-color:var(--theme-btn-danger-primary--background--disabled);color:var(--theme-btn-danger-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-primary--color--disabled)}:host .btn-danger-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-secondary,:host .btn-danger-secondary.focus,:host .btn-danger-secondary:focus-visible{background-color:var(--theme-btn-danger-secondary--background);color:var(--theme-btn-danger-secondary--color);--ix-button-color:var(--theme-btn-danger-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-secondary--border-color);border-style:solid}:host .btn-danger-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-secondary.selected{background-color:var(--theme-btn-danger-secondary--background--pressed);color:var(--theme-btn-danger-secondary--color--pressed)}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-secondary--background--pressed-hover);color:var(--theme-btn-danger-secondary--color--pressed-hover)}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-secondary--background--pressed-hover);color:var(--theme-btn-danger-secondary--color--pressed-active)}:host .btn-danger-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary:not(.disabled):not(:disabled):hover,:host .btn-danger-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-secondary--border-color--hover);background-color:var(--theme-btn-danger-secondary--background--hover);color:var(--theme-btn-danger-secondary--color--hover)}:host .btn-danger-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary:not(.disabled):not(:disabled):active,:host .btn-danger-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-secondary--border-color--active);background-color:var(--theme-btn-danger-secondary--background--active);color:var(--theme-btn-danger-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-secondary.disabled,:host(.disabled) .btn-danger-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-secondary--border-color--disabled);background-color:var(--theme-btn-danger-secondary--background--disabled);color:var(--theme-btn-danger-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-secondary--color--disabled)}:host .btn-danger-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-tertiary,:host .btn-danger-tertiary.focus,:host .btn-danger-tertiary:focus-visible{background-color:var(--theme-btn-danger-tertiary--background);color:var(--theme-btn-danger-tertiary--color);--ix-button-color:var(--theme-btn-danger-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-tertiary--border-color);border-style:solid}:host .btn-danger-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-tertiary.selected{background-color:var(--theme-btn-danger-tertiary--background--pressed);color:var(--theme-btn-danger-tertiary--color--pressed)}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-tertiary--background--pressed-hover);color:var(--theme-btn-danger-tertiary--color--pressed-hover)}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-tertiary--background--pressed-hover);color:var(--theme-btn-danger-tertiary--color--pressed-active)}:host .btn-danger-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary:not(.disabled):not(:disabled):hover,:host .btn-danger-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-tertiary--border-color--hover);background-color:var(--theme-btn-danger-tertiary--background--hover);color:var(--theme-btn-danger-tertiary--color--hover)}:host .btn-danger-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary:not(.disabled):not(:disabled):active,:host .btn-danger-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-tertiary--border-color--active);background-color:var(--theme-btn-danger-tertiary--background--active);color:var(--theme-btn-danger-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-tertiary.disabled,:host(.disabled) .btn-danger-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-tertiary--border-color--disabled);background-color:var(--theme-btn-danger-tertiary--background--disabled);color:var(--theme-btn-danger-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-tertiary--color--disabled)}*,*::after,*::before{box-sizing:border-box}::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){*{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}::-webkit-scrollbar{width:0.5rem;height:0.5rem}::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}::-webkit-scrollbar-corner{display:none}:host{display:inline-flex;justify-content:center;align-items:center}:host button{width:100%;height:100%;overflow:hidden;padding:0}:host button.btn-oval{border-radius:6.25rem}:host .icon{color:var(--ix-icon-button-color, currentColor);margin:0}:host ix-spinner{margin:0}:host(.btn-icon-12){height:1rem;width:1rem;min-width:1rem;min-height:1rem}:host(.btn-icon-16){height:1.5rem;width:1.5rem;min-width:1.5rem;min-height:1.5rem}:host(.btn-icon-32){height:2rem;width:2rem;min-width:2rem;min-height:2rem}"}},[1,"ix-icon-button",{a11yLabel:[1,"a11y-label"],variant:[1],oval:[4],icon:[1],size:[1],iconColor:[1,"icon-color"],disabled:[4],type:[1],loading:[4]}]);function xh(){"undefined"!=typeof customElements&&["ix-icon-button","ix-spinner"].forEach(e=>{switch(e){case"ix-icon-button":customElements.get(e)||customElements.define(e,kh);break;case"ix-spinner":customElements.get(e)||yh()}})}const wh=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.expanded=!1,this.pinned=!1,this.ixAriaLabel="Expand"}getSmallScreenIcon(){return Is("button",{tabindex:-1,class:Object.assign(Object.assign({},mh("subtle-tertiary",!0,!1,!1,!1)),{"menu-expand-button":!0})},Is("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24"},Is("rect",{class:"line line-1",x:"2",y:"5",width:"20",height:"2"}),Is("rect",{class:"line line-2",x:"2",y:"11",width:"13",height:"2"}),Is("rect",{class:"line line-3",x:"2",y:"17",width:"20",height:"2"})))}getLargeScreenIcon(){return Is("ix-icon-button",{tabindex:-1,icon:this.expanded?Xl:Gl,variant:"subtle-tertiary","aria-label":this.expanded?"Collapse menu":"Expand menu"})}getMenuIcon(){return this.pinned||"md"===this.breakpoint||"lg"===this.breakpoint?this.getLargeScreenIcon():this.getSmallScreenIcon()}render(){return Is(Os,{key:"d0b7b4a7a64641d68b291468ff4e9de612461b62",class:{expanded:this.expanded},"aria-hidden":"true"},this.getMenuIcon())}static get style(){return":host{--ix-button-border-radius-left:var(--theme-btn--border-radius);--ix-button-border-radius-right:var(--theme-btn--border-radius);display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}: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 button,:host a{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host .icon{pointer-events:none;margin-right:0.25rem}:host .icon-right{margin-left:0.25rem}:host(.disabled){cursor:default}:host .btn-subtle-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-tertiary,:host .btn-subtle-tertiary.focus,:host .btn-subtle-tertiary:focus-visible{background-color:var(--theme-btn-subtle-tertiary--background);color:var(--theme-btn-subtle-tertiary--color);--ix-button-color:var(--theme-btn-subtle-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-tertiary--border-color);border-style:solid}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-tertiary.selected{background-color:var(--theme-btn-subtle-tertiary--background--pressed);color:var(--theme-btn-subtle-tertiary--color--pressed)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-hover)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-active)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-tertiary--border-color--hover);background-color:var(--theme-btn-subtle-tertiary--background--hover);color:var(--theme-btn-subtle-tertiary--color--hover)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-tertiary--border-color--active);background-color:var(--theme-btn-subtle-tertiary--background--active);color:var(--theme-btn-subtle-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-tertiary.disabled,:host(.disabled) .btn-subtle-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-tertiary--border-color--disabled);background-color:var(--theme-btn-subtle-tertiary--background--disabled);color:var(--theme-btn-subtle-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-tertiary--color--disabled)}:host{display:flex;justify-content:center;align-items:center;height:2rem;width:2rem;border-radius:var(--theme-btn--border-radius);pointer-events:all}: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 svg{display:inline-block;vertical-align:middle}:host .line{fill:var(--theme-menu-btn--color);opacity:1;x:2px;transition:x 0.075s ease-in var(--theme-default-time), transform 0.075s ease-in-out 0.075s, y 0.075s ease-in-out, opacity 0.075s linear 0.075s;transform-origin:center}:host(:not(.disabled):not(:disabled)){cursor:pointer}:host(:hover:not(.disabled):not(:disabled)) .menu-expand-button{background-color:var(--theme-menu-btn--background--hover)}.menu-expand-button{width:2rem;padding:0px !important;cursor:pointer}:host(:not(.disabled):not(:disabled)){cursor:pointer}:host(:active:not(.disabled):not(:disabled)) .menu-expand-button{background-color:var(--theme-menu-btn--background--active)}:host(.expanded) svg .line-1{opacity:1;transform:rotate(-45deg);y:11px}:host(.expanded) svg .line-2{opacity:0;x:9}:host(.expanded) svg .line-3{opacity:1;transform:rotate(45deg);y:11px}"}},[1,"ix-menu-expand-icon",{expanded:[516],breakpoint:[513],pinned:[4],ixAriaLabel:[1,"ix-aria-label"]}]);function Sh(){"undefined"!=typeof customElements&&["ix-menu-expand-icon","ix-icon-button","ix-spinner"].forEach(e=>{switch(e){case"ix-menu-expand-icon":customElements.get(e)||customElements.define(e,wh);break;case"ix-icon-button":customElements.get(e)||xh();break;case"ix-spinner":customElements.get(e)||yh()}})}const Ch=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.menuToggle=Ws(this,"menuToggle",7),this.openAppSwitch=Ws(this,"openAppSwitch",7),this.appIconOutline=!1,this.hideBottomBorder=!1,this.showMenu=!1,this.enableTopLayer=!1,this.breakpoint="lg",this.menuExpanded=!1,this.suppressResponsive=!1,this.hasSlottedLogo=!1,this.hasOverflowContextMenu=!1,this.hasSecondarySlotElements=!1,this.hasDefaultSlotElements=!1,this.hasOverflowSlotElements=!1}get contentBackground(){return this.hostElement.shadowRoot.querySelector(".dropdown-content")}componentWillLoad(){this.breakpoint="undefined"!=typeof window&&window.matchMedia?kd("lg")?"lg":kd("md")?"md":kd("sm")?"sm":"lg":"lg",Id(this.hostElement,zd,e=>{this.breakpoint=_d.breakpoint,this.applicationLayoutContext=e,this.tryUpdateAppSwitch()},!0),this.menuDisposable=Nd.expandChange.on(e=>{this.menuExpanded=e}),this.modeDisposable=_d.onChange.on(e=>{this.suppressResponsive||(this.breakpoint=e)}),this.updateHasSlotAssignedElementsStates()}componentDidLoad(){this.attachSiemensLogoIfLoaded()}disconnectedCallback(){var e,t;null===(e=this.menuDisposable)||void 0===e||e.dispose(),null===(t=this.modeDisposable)||void 0===t||t.dispose()}watchApplicationLayoutContext(){this.applicationLayoutContext&&(this.showMenu=!1)}watchSuppressResponsive(){this.breakpoint="md"}watchBreakpoint(){this.updateHasSlotAssignedElementsStates()}checkLogoSlot(){const e=this.hostElement.shadowRoot.querySelector('slot[name="logo"]');if(void 0!==window.customElements.get("ix-siemens-logo"))return Vd(e);let t=null==e?void 0:e.assignedElements({flatten:!0});return t=null==t?void 0:t.filter(e=>"IX-SIEMENS-LOGO"!==e.tagName),0!==(null==t?void 0:t.length)}attachSiemensLogoIfLoaded(){if(!this.companyLogo&&!this.checkLogoSlot()){const e=document.createElement("ix-siemens-logo");e.slot="logo",this.hostElement.appendChild(e)}}async onMenuClick(){this.applicationLayoutContext?Nd.toggle():this.menuExpanded=!this.menuExpanded,this.menuToggle.emit(this.menuExpanded)}resolveContextMenuButton(){return new Promise(e=>ys(()=>e(this.hostElement.shadowRoot.querySelector("[data-context-menu]"))))}tryUpdateAppSwitch(){var e,t;this.callbackUpdateAppSwitchModal&&(null===(e=this.applicationLayoutContext)||void 0===e?void 0:e.appSwitchConfig)&&this.callbackUpdateAppSwitchModal(null===(t=this.applicationLayoutContext)||void 0===t?void 0:t.appSwitchConfig)}async showAppSwitch(){var e,t;const{defaultPrevented:o}=this.openAppSwitch.emit();o||(null===(e=this.applicationLayoutContext)||void 0===e?void 0:e.appSwitchConfig)&&(this.callbackUpdateAppSwitchModal=await vd(null===(t=this.applicationLayoutContext)||void 0===t?void 0:t.appSwitchConfig))}updateHasSlotAssignedElementsStates(){const e=this.hostElement.shadowRoot.querySelector(".content slot:not([name])"),t=this.hostElement.shadowRoot.querySelector('.content slot[name="secondary"]'),o=this.hostElement.shadowRoot.querySelector('.content slot[name="overflow"]');this.hasDefaultSlotElements=Vd(e),this.hasSecondarySlotElements=Vd(t),this.hasOverflowSlotElements=Vd(o),this.hasOverflowContextMenu=this.hasOverflowSlotElements||"sm"===this.breakpoint&&(this.hasDefaultSlotElements||this.hasSecondarySlotElements)}onContentBgClick(e){e.target===this.contentBackground&&e.preventDefault()}render(){var e;const t="sm"===this.breakpoint&&!1===this.suppressResponsive&&!!this.applicationLayoutContext,o=(null===(e=this.applicationLayoutContext)||void 0===e?void 0:e.appSwitchConfig)&&"sm"!==this.breakpoint&&!1===this.suppressResponsive,r="sm"!==this.breakpoint&&!!this.companyLogo;return Is(Os,{key:"2eab44957d686a9eab20ec6d03e227ec9b8bbad9",class:{["breakpoint-"+this.breakpoint]:!0,"hide-bottom-border":this.hideBottomBorder},slot:"application-header"},Is("div",{key:"6fb0bbe9b969637a020d93ce2f3b644328a3b587",class:"left-side"},this.appIcon&&"sm"!==this.breakpoint&&Is("div",{key:"0044aec3cb9c26aba09eaeef9cc80bca8a221e4c",class:{"app-icon":!0,"app-icon-outline":this.appIconOutline}},Is("img",{key:"e6a04bd01422045910b4eca206119546d361075d",src:this.appIcon,alt:this.appIconAlt})),(this.showMenu||t)&&Is("ix-menu-expand-icon",{key:"e7a21a031f67841fe6d4b77291c6f9d5e3e555be",onClick:()=>this.onMenuClick(),expanded:this.menuExpanded}),o&&Is("ix-icon-button",{key:"c045ba1f2ff0f96cf8cbcd0c646d56f9539d923d",onClick:()=>this.showAppSwitch(),icon:Dl,variant:"subtle-tertiary",class:{"app-switch":!0,"without-app-icon":!this.appIcon},"aria-label":this.ariaLabelAppSwitchIconButton}),r&&Is("div",{key:"5a016cb75ee7aaa147762c83c0978cb48a26c9d4",class:"logo"},Is("img",{key:"642d45a60fa095f6f57c6790b58c2002105a7eae",src:this.companyLogo,alt:this.companyLogoAlt})),Is("div",{key:"2380f7df6018e182176f94dd5a767541a0f8b290",class:{logo:!0,"hide-logo":!this.hasSlottedLogo}},Is("slot",{key:"98c518263a717ae711f2d0b3990dfeedecce9ece",name:"logo",onSlotchange:()=>this.hasSlottedLogo=this.checkLogoSlot()})),Is("div",{key:"985826c96dad09c5c2f2b2142bbdf97ab08cd359",class:"name"},Is("ix-typography",{key:"25e7be365fa6d51f5045535f5f142184389acf3b",format:"body-lg",class:"application-name"},this.name),this.nameSuffix&&"sm"!==this.breakpoint&&Is("ix-typography",{key:"0e5c646d9a0915d9e9ef3513f6de8d8b8f97d031",format:"body-xs",class:"application-name-suffix"},this.nameSuffix))),Is("div",{key:"38fc7b07e54b22e62c31db3bb452fab0700b142a",class:{"right-side":!0,sm:"sm"===this.breakpoint}},"sm"!==this.breakpoint&&Is("div",{key:"a9a26d0dc561867d657b70bd873b6d5576cc76e8",class:"secondary"},Is("slot",{key:"4c6f6e36e501c0472414e609394830734ccb4e33",name:"secondary"})),Is("div",{key:"ace5d49c20490fbfc053f16087f8aabe7c73574f",class:"content"},"sm"!==this.breakpoint&&Is("slot",{key:"312c3be1999677bcf8390cc8a6b98de9d4332b9e"}),Is("ix-icon-button",{key:"5639068ecea1e24d37957c90ad484b1e95eb4ba0",class:{"context-menu":!0,"context-menu-visible":this.hasOverflowContextMenu},"data-context-menu":!0,"data-testid":"show-more",icon:td,variant:"subtle-tertiary","aria-label":this.ariaLabelMoreMenuIconButton,"aria-hidden":Ol(!this.hasOverflowContextMenu)}),Is("ix-dropdown",{key:"09709d9e96f02ae68fb7bd0f26f607e6630093df","data-overflow-dropdown":!0,class:"dropdown",discoverAllSubmenus:!0,trigger:this.resolveContextMenuButton(),"aria-hidden":Ol(!this.hasOverflowContextMenu),enableTopLayer:this.enableTopLayer},Is("div",{key:"213dce0eb4003be8187342ba01477e0d4d6addb7",class:"dropdown-content",onClick:e=>this.onContentBgClick(e)},"sm"===this.breakpoint&&Is("div",{key:"54657f69566a77eb752680249906b6bee9d03ee4",class:{"slot-content":!0,"slot-content-active":this.hasSecondarySlotElements}},Is("slot",{key:"a58dffdd6cc64da6f7ac6f5a7545baa14d094c01",name:"secondary",onSlotchange:()=>this.updateHasSlotAssignedElementsStates()})),"sm"===this.breakpoint&&Is("div",{key:"d3abff81d272b487d5367c5f04788aa10c381c9f",class:{"slot-content":!0,"slot-content-active":this.hasDefaultSlotElements}},Is("slot",{key:"1da7b1a160223b77abb22295d4efa214ba5fd5cf",onSlotchange:()=>this.updateHasSlotAssignedElementsStates()})),Is("div",{key:"f0f1f86e16c18cf153a08735ddd074822c494e43",class:{"slot-content":!0,"slot-content-active":this.hasOverflowSlotElements}},Is("slot",{key:"c4354e3021d968f6f1e80a8ff61bc2356224bfa2",name:"overflow",onSlotchange:()=>this.updateHasSlotAssignedElementsStates()})))),Is("slot",{key:"b58021c1e3ec91455f626ffb4dd2b5db0724a1a2",name:"ix-application-header-avatar"}))))}get hostElement(){return this}static get watchers(){return{applicationLayoutContext:[{watchApplicationLayoutContext:0}],suppressResponsive:[{watchSuppressResponsive:0}],breakpoint:[{watchBreakpoint:0}]}}static get style(){return":host{display:flex;flex-wrap:nowrap;align-items:end;justify-content:space-between;position:relative;width:100%;min-height:3rem;padding-top:var(--ix-safe-area-inset-top, 0rem);padding-right:calc(0.625rem + var(--ix-safe-area-inset-right, 0rem));padding-left:calc(0.625rem + var(--ix-safe-area-inset-left, 0rem));color:var(--theme-app-header--color);background-color:var(--theme-app-header--background);border-bottom:var(--theme-app-header--border-width) solid var(--theme-app-header--border-color);z-index:var(--theme-z-index-fixed)}: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 .left-side,:host .right-side{display:flex;flex-direction:row;flex-wrap:nowrap;position:relative;align-items:center;min-width:0;min-height:3rem;height:100%}:host .left-side{flex:0 1 auto}:host .left-side .app-icon{display:block;position:relative;width:2rem;min-width:2rem;max-width:2rem;height:2rem;min-height:2rem;max-height:2rem}:host .left-side .app-icon.app-icon-outline{outline:1px solid var(--theme-app-header-app-icon--outline-color);border-radius:0.125rem}:host .left-side .app-icon img{position:relative;display:block;width:100%;height:100%;border-radius:0.125rem}:host .left-side .app-switch{margin:0 0.625rem}:host .left-side .app-switch.without-app-icon{margin-left:0px}:host .left-side .name{display:flex;position:relative;flex-direction:row;flex-wrap:nowrap;margin-left:0.75rem;margin-right:0.75rem;color:var(--theme-app-header--color);min-width:0;gap:0.75rem;overflow:hidden}:host .left-side .application-name,:host .left-side .application-name-suffix{overflow:hidden;overflow-wrap:anywhere;text-overflow:ellipsis;text-wrap:nowrap}:host .left-side .application-name{flex:0 1 auto;min-width:0;flex-shrink:0;max-width:100%}:host .left-side .application-name-suffix{flex:1 1 auto;margin-top:0.4rem;min-width:0;flex-shrink:1;color:var(--theme-app-header-name-suffix--color)}:host .left-side .logo{display:inline-flex;align-items:center;position:relative;height:32px;overflow:hidden;line-height:0rem;color:var(--theme-app-header-logo--color);margin-right:1rem;margin-left:1rem;min-width:-moz-fit-content;min-width:fit-content}:host .left-side .logo.hide-logo{display:none}:host .right-side{flex:1 1 auto;overflow:hidden;justify-content:space-between}:host .right-side .content,:host .right-side .secondary{display:flex;position:relative;align-items:center;justify-content:space-between;flex-direction:row;flex-wrap:nowrap;height:100%}:host .right-side .content{min-width:-moz-max-content;min-width:max-content}:host .right-side .secondary{overflow:hidden}:host .right-side .dropdown{overflow:visible}:host .right-side .dropdown-content>.slot-content-active{padding:0.5rem 1.5rem 0.5rem 1.5rem;border-top:none}:host .right-side .dropdown-content .slot-content-active~.slot-content-active{border-top:1px solid var(--theme-color-x-weak-bdr)}:host .right-side .context-menu{display:none}:host .right-side .context-menu.context-menu-visible{display:block;margin-left:0.5rem}:host .right-side ::slotted(ix-avatar){margin-left:0.5rem}:host .right-side .primary-navigation{align-self:end}:host .right-side.sm{justify-content:end}@media only screen and (max-width: 48em){:host .logo{margin-left:0.5rem;display:none !important}:host .content,:host .secondary,:host .app-icon{display:none}}:host(.hide-bottom-border){border-bottom:none}"}},[257,"ix-application-header",{name:[1],nameSuffix:[1,"name-suffix"],companyLogo:[1,"company-logo"],companyLogoAlt:[1,"company-logo-alt"],appIcon:[1,"app-icon"],appIconAlt:[1,"app-icon-alt"],appIconOutline:[4,"app-icon-outline"],hideBottomBorder:[4,"hide-bottom-border"],showMenu:[1028,"show-menu"],ariaLabelMenuExpandIconButton:[1,"aria-label-menu-expand-icon-button"],ariaLabelAppSwitchIconButton:[1,"aria-label-app-switch-icon-button"],ariaLabelMoreMenuIconButton:[1,"aria-label-more-menu-icon-button"],enableTopLayer:[4,"enable-top-layer"],breakpoint:[32],menuExpanded:[32],suppressResponsive:[32],hasSlottedLogo:[32],hasOverflowContextMenu:[32],hasSecondarySlotElements:[32],hasDefaultSlotElements:[32],hasOverflowSlotElements:[32],applicationLayoutContext:[32]},void 0,{applicationLayoutContext:[{watchApplicationLayoutContext:0}],suppressResponsive:[{watchSuppressResponsive:0}],breakpoint:[{watchBreakpoint:0}]}]),Eh=Ch,Lh="data-ix-theme",_h="data-ix-color-schema",Th=()=>window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light",Ih=new class{hasVariantSuffix(e){return e.endsWith(this.suffixDark)||e.endsWith(this.suffixLight)}isThemeClass(e){return e.startsWith(this.prefixTheme)&&this.hasVariantSuffix(e)}getMode(){const e=document.documentElement.dataset.ixColorSchema;if("dark"===e||"light"===e)return e;const t=this.getThemeClassFromBody();return t?t.endsWith(this.suffixDark)?"dark":"light":Th()}getThemeClassFromBody(){if(document.body)return(document.body.className||"").split(" ").find(e=>e&&this.isThemeClass(e))}setTheme(e,t=!1){this.isThemeClass(e)?this.replaceThemeClass(e):document.documentElement.dataset.ixTheme=e,t&&this.setVariant()}replaceThemeClass(e){const t=Array.from(document.documentElement.classList).filter(e=>this.isThemeClass(e));document.documentElement.classList.remove(...t),document.documentElement.classList.add(e)}toggleMode(){if(document.documentElement.hasAttribute(_h)){const e=document.documentElement.dataset.ixColorSchema;return void(document.documentElement.dataset.ixColorSchema="dark"===e?"light":"dark")}const e=this.getThemeClassFromBody();if(e){const t=e.replace(/-(dark|light)$/,e=>"-dark"===e?"-light":"-dark");return document.body.classList.remove(e),document.body.classList.add(t),this.themeChanged.emit(t),void this.schemaChanged.emit(t.endsWith(this.suffixDark)?"dark":"light")}const t=this.defaultTheme.endsWith(this.suffixDark)?"light":"dark";document.documentElement.hasAttribute(Lh)||(document.documentElement.dataset.ixTheme="classic"),document.documentElement.dataset.ixColorSchema=t}getCurrentTheme(){const e=this.getThemeClassFromBody();return null!=e?e:`theme-${document.documentElement.dataset.ixTheme||"classic"}-${document.documentElement.dataset.ixColorSchema||Th()}`}setVariant(e=Th()){if(document.documentElement.dataset.ixColorSchema)return void(document.documentElement.dataset.ixColorSchema=e);const t=this.getThemeClassFromBody();if(t){const o=t.replace(/-(dark|light)$/,`-${e}`);return document.body.classList.remove(t),document.body.classList.add(o),this.themeChanged.emit(o),void this.schemaChanged.emit(e)}document.documentElement.hasAttribute(Lh)||(document.documentElement.dataset.ixTheme="classic"),document.documentElement.dataset.ixColorSchema=e}splitMutations(e){return{classMutations:e.filter(e=>"class"===e.attributeName),dataMutations:e.filter(e=>e.attributeName===Lh||e.attributeName===_h)}}handleClassMutations(e){e.forEach(e=>{const{target:t}=e;t.classList.forEach(t=>{var o;this.isThemeClass(t)&&!(null===(o=e.oldValue)||void 0===o?void 0:o.includes(t))&&this.themeChanged.emit(t)})})}handleDataMutations(e){e.forEach(e=>{const{target:t}=e,o=t.attributes.getNamedItem(Lh);(null==o?void 0:o.value)&&e.oldValue!==o.value&&this.themeChanged.emit(o.value);const r=t.attributes.getNamedItem(_h);(null==r?void 0:r.value)&&e.oldValue!==r.value&&this.schemaChanged.emit(r.value)})}registerMutationObservers(){if("undefined"==typeof window)return;if(!("MutationObserver"in window))return void console.warn("ThemeSwitcher not supported by your browser. Missing MutationObserver API");const e={attributeFilter:["class",Lh,_h],attributeOldValue:!0};this.mutationObserver=new MutationObserver(e=>{const{classMutations:t,dataMutations:o}=this.splitMutations(e);this.handleClassMutations(t),this.handleDataMutations(o)}),this.mutationObserver.observe(document.documentElement,e)}constructor(){this.prefixTheme="theme-",this.suffixLight="-light",this.suffixDark="-dark",this.defaultTheme="theme-classic-dark",this.themeChanged=new md,this.schemaChanged=new md,this.registerMutationObservers()}destroy(){var e;null===(e=this.mutationObserver)||void 0===e||e.disconnect()}},zh=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.themeSystemAppearance=!1,this.breakpoints=["sm","md","lg"],this.breakpoint="lg",this.applicationSidebarSlotted=!1}forceLayoutChange(e){e?(_d.disableBreakpointDetection(),_d.setBreakpoint(e)):_d.enableBreakpointDetection()}onBreakpointsChange(e){_d.setBreakpoints(e)}get menu(){return this.hostElement.querySelector("ix-menu")}get applicationSidebarSlot(){return this.hostElement.shadowRoot.querySelector(".application-sidebar slot")}onContentClick(){var e;Nd.isPinned||null===(e=this.menu)||void 0===e||e.toggleMenu(!1)}componentWillLoad(){_d.setBreakpoints(this.breakpoints),this.contextProvider=function(e,t,o){const r=new md,n=new md,a=new Set;return e.addEventListener("context-request",e=>{const n=e;(null==n?void 0:n.context.name)===t.name&&(n.stopPropagation(),n.subscribe&&a.add(n),r.emit(n),o&&n.callback(o,()=>{a.delete(n)}))}),n.on(e=>{a.forEach(t=>t.callback(e,()=>{a.delete(t)}))}),{emit:e=>{n.emit(e)}}}(this.hostElement,zd,{hideHeader:!1,sidebar:this.applicationSidebarSlotted,appSwitchConfig:this.appSwitchConfig}),this.modeDisposable=_d.onChange.on(e=>{this.breakpoint=e}),this.breakpoint=_d.breakpoint,this.forceBreakpoint&&this.forceLayoutChange(this.forceBreakpoint),this.changeTheme()}disconnectedCallback(){var e;null===(e=this.modeDisposable)||void 0===e||e.dispose()}changeTheme(){this.theme?Ih.hasVariantSuffix(this.theme)?Ih.setTheme("theme-"+this.theme):Ih.setTheme(`theme-${this.theme}-dark`,this.themeSystemAppearance):this.themeSystemAppearance&&Ih.setVariant()}onApplicationSidebarChange(){this.contextProvider?this.contextProvider.emit({hideHeader:!1,sidebar:this.applicationSidebarSlotted,appSwitchConfig:this.appSwitchConfig}):console.error("Context provider not available")}render(){return Is(Os,{key:"80437ae705c381c0167b8d7c5ce429e611b03f91","data-role":"",class:{["breakpoint-"+this.breakpoint]:!0}},Is("slot",{key:"865d2e5a9252459f62ff8ab5dce1413d11c04379",name:"application-header"}),Is("div",{key:"ae1960437e8721fbc4afab659d149265660e4164",class:"application"},Is("slot",{key:"a2a9a835af35e30d2ebe52347903f1838e75ac8d",name:"menu"}),Is("aside",{key:"6141152471ac7dc7310247b23278dc594e025fa3",class:{"application-sidebar":!0,slotted:this.applicationSidebarSlotted},onClick:()=>this.onContentClick()},Is("slot",{key:"3285cc16452a7a6936a542dd26758beebb515972",name:"application-sidebar",onSlotchange:()=>this.applicationSidebarSlotted=Vd(this.applicationSidebarSlot)})),Is("div",{key:"c6d022a1a5c220ed088adeba49ab5daa27ff8c77",class:"content-area"},Is("main",{key:"8ab781e17318078290a6ce4e1e64dfea43d5ae00",class:"content",onClick:()=>this.onContentClick()},Is("slot",{key:"24e83882ab5746f4e00a0c16c797ddf4111aa1e8"})),Is("footer",{key:"3ce838daa8f8f4b4e56cb2626476223d9575177c",class:"footer"},Is("slot",{key:"e49d1cd476554dfddca3b538194040ca29394967",name:"bottom"})))))}get hostElement(){return this}static get watchers(){return{breakpoints:[{onBreakpointsChange:0}],theme:[{changeTheme:0}],themeSystemAppearance:[{changeTheme:0}],appSwitchConfig:[{onApplicationSidebarChange:0}],applicationSidebarSlotted:[{onApplicationSidebarChange:0}]}}static get style(){return":host{display:flex;position:relative;width:100vw;height:100vh;flex-direction:column}: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 ix-application-header{z-index:calc(var(--theme-z-index-sticky) + 1)}:host .logo-wrapper{display:contents}:host .application{display:flex;position:relative;flex-direction:row;height:100%;width:100%;overflow:hidden}:host .content-area{display:flex;position:relative;flex-direction:column;flex-wrap:nowrap;height:calc(100% - var(--ix-safe-area-inset-bottom, 0px));width:100%;margin-left:var(--ix-application-menu-margin-left);min-width:0}:host main{display:block;position:relative;flex-grow:1;width:100%;padding-bottom:var(--ix-safe-area-inset-bottom);overflow:auto}:host footer{display:block;position:relative;width:100%}:host(.breakpoint-md){--ix-application-menu-margin-left:calc( 3.25rem + var(--ix-application-menu-safe-area-left, 0rem) )}:host(.breakpoint-md) aside.slotted{margin-left:var(--ix-application-menu-margin-left)}:host(.breakpoint-md) aside.slotted+.content-area{margin-left:0}:host(.breakpoint-md) aside:not(.slotted)+.content-area{margin-left:var(--ix-application-menu-margin-left)}:host(.breakpoint-lg){--ix-application-menu-margin-left:0}:host(.breakpoint-sm){--ix-application-menu-margin-left:var( --ix-application-menu-safe-area-left, 0rem )}"}},[257,"ix-application",{theme:[1],themeSystemAppearance:[4,"theme-system-appearance"],forceBreakpoint:[1,"force-breakpoint"],breakpoints:[16],appSwitchConfig:[16],breakpoint:[32],applicationSidebarSlotted:[32]},void 0,{breakpoints:[{onBreakpointsChange:0}],theme:[{changeTheme:0}],themeSystemAppearance:[{changeTheme:0}],appSwitchConfig:[{onApplicationSidebarChange:0}],applicationSidebarSlotted:[{onApplicationSidebarChange:0}]}]),Oh=zh,$h=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow()}render(){return Is(Os,{key:"ca814e8d386105be46954dfba6ae6f9a0c8ba4a9"})}static get style(){return":host{display:block;position:relative;width:100%;border-bottom:0.0625rem solid var(--theme-color-x-weak-bdr);margin:0.25rem 0px}"}},[1,"ix-divider"]),Rh=e=>null!==e?`${e}px`:"";let Ph=0;const Ah=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.interactive=!1,this.placement="top",this.showDelay=0,this.hideDelay=50,this.animationFrame=!1,this.visible=!1,this.instance=Ph++,this.dialogRef=ah()}get arrowElement(){return this.hostElement.shadowRoot.querySelector(".arrow")}async showTooltip(e){if(this.clearTimeouts(),this.showTooltipTimeout||this.visibleFor===e)return;const t=await this.dialogRef.waitForCurrent();this.showTooltipTimeout=setTimeout(()=>{this.setAnchorElement(e),t.showPopover(),this.applyTooltipPosition(e,t),this.registerTooltipListener(t)},this.showDelay)}async hideTooltip(e=this.hideDelay){if(this.clearTimeouts(),this.hideTooltipTimeout||!this.visible)return;this.interactive&&50===e&&(e=150);const t=await this.dialogRef.waitForCurrent();this.hideTooltipTimeout=setTimeout(()=>{var e,o;this.setAnchorElement(),t.hidePopover(),null===(e=this.disposeAutoUpdate)||void 0===e||e.call(this),null===(o=this.disposeTooltipListener)||void 0===o||o.call(this)},e)}setAnchorElement(e){e?(this.visibleFor=e,this.visible=!0):(this.visibleFor=void 0,this.visible=!1)}computeArrowPosition({placement:e,middlewareData:t}){let{x:o,y:r}=t.arrow;const n={top:"unset",right:"unset",bottom:"unset",left:"unset"};return e.startsWith("top")?Object.assign(Object.assign({},n),{left:Rh(o),bottom:Rh(-6)}):e.startsWith("right")?Object.assign(Object.assign({},n),{left:Rh(-6),top:Rh(r)}):e.startsWith("bottom")?Object.assign(Object.assign({},n),{left:Rh(o),top:Rh(-6)}):e.startsWith("left")?Object.assign(Object.assign({},n),{right:Rh(-6),top:Rh(r)}):void 0}async computeTooltipPosition(e,t){return th(e,t,{strategy:"fixed",placement:this.placement,middleware:[Gc(),Xc(12),Jc({element:this.arrowElement}),Kc({fallbackStrategy:"initialPlacement",fallbackAxisSideDirection:"end",padding:10}),Qc()]})}applyTooltipArrowPosition(e){const t=this.computeArrowPosition(e);Object.assign(this.arrowElement.style,t)}async applyTooltipPosition(e,t){if(e)return new Promise(o=>{var r;null===(r=this.disposeAutoUpdate)||void 0===r||r.call(this),this.disposeAutoUpdate=Yc(e,t,async()=>{var r;const n=await this.computeTooltipPosition(e,t);(null===(r=n.middlewareData.hide)||void 0===r?void 0:r.referenceHidden)&&(this.hideTooltip(0),o(n)),n.middlewareData.arrow&&this.applyTooltipArrowPosition(n);const{x:a,y:i}=n;Object.assign(t.style,{left:Rh(a),top:Rh(i)}),o(n)},{ancestorResize:!0,ancestorScroll:!0,elementResize:!0,animationFrame:this.animationFrame})})}async queryAnchorElements(){if(this.for)return Array.isArray(this.for)?this.resolveElements(this.for):this.resolveElements([this.for])}async resolveElements(e){const t=[];return await Promise.all(e.map(async e=>{if("string"==typeof e){const o=await nh(e,this.hostElement);o&&t.push(...o)}else e instanceof ss?t.push(e):e instanceof Promise&&t.push(await e)})),t}async registerTriggerListener(){var e;null===(e=this.disposeTriggerListener)||void 0===e||e.call(this);const t=await this.queryAnchorElements();if(!t)return;const o=[];t.forEach(e=>{o.push({element:e,eventType:"mouseenter",callback:()=>{this.showTooltip(e)}},{element:e,eventType:"mouseleave",callback:()=>{this.hideTooltip()}},{element:e,eventType:"focus",callback:()=>{this.showTooltip(e)}},{element:e,eventType:"focusout",callback:()=>{this.hideTooltip()}})}),this.disposeTriggerListener=rh(o)}registerTooltipListener(e){var t;null===(t=this.disposeTooltipListener)||void 0===t||t.call(this),this.disposeTooltipListener=rh([{element:e,eventType:"mouseenter",callback:()=>{this.interactive&&this.clearHideTimeout()}},{element:e,eventType:"focus",callback:()=>{this.interactive&&this.clearHideTimeout()}},{element:e,eventType:"mouseleave",callback:()=>{this.hideTooltip()}},{element:e,eventType:"focusout",callback:()=>{this.hideTooltip()}},{element:e,eventType:"click",callback:e=>{e.stopPropagation()}},{element:document,eventType:"keydown",callback:e=>{"Escape"===e.key&&this.hideTooltip()}}])}registerDomChangeListener(){const e=new MutationObserver(()=>{this.registerTriggerListener()});e.observe(document.body,{attributes:!0,attributeFilter:["data-ix-tooltip"],childList:!0,subtree:!0}),this.disposeDomChangeListener=()=>{e.disconnect()}}clearHideTimeout(){clearTimeout(this.hideTooltipTimeout),this.hideTooltipTimeout=void 0}clearShowTimeout(){clearTimeout(this.showTooltipTimeout),this.showTooltipTimeout=void 0}clearTimeouts(){this.clearHideTimeout(),this.clearShowTimeout()}componentWillLoad(){this.registerTriggerListener()}componentDidLoad(){this.registerDomChangeListener()}disconnectedCallback(){var e,t,o,r;this.clearTimeouts(),null===(e=this.disposeAutoUpdate)||void 0===e||e.call(this),null===(t=this.disposeTriggerListener)||void 0===t||t.call(this),null===(o=this.disposeTooltipListener)||void 0===o||o.call(this),null===(r=this.disposeDomChangeListener)||void 0===r||r.call(this)}handleTitleIconSlotChange(e){const t=Dd(e.target);for(const o of t)"ix-icon"===o.tagName.toLowerCase()&&(o.size="16")}render(){return Is(Os,{key:"0c5234ef90749fc655fcfe1b207ff07a56542c9a",role:"tooltip",class:{visible:this.visible}},Is("dialog",{key:"0d47ccccc273824891784dea6985f8d465bbb97a",ref:this.dialogRef,id:"tooltip-"+this.instance,class:"dialog",popover:"manual",inert:!this.visible},Is("div",{key:"3c2b83f9d07786a69d8defe6942eb47e2c92bf72",class:"tooltip-container"},Is("div",{key:"799cc98634dcded6644c8b556d5f9dbc58bea809",class:"content-wrapper"},Is("div",{key:"760197461d8959ae1a04f827435f925359f54e04",class:"tooltip-title"},Is("slot",{key:"f5316e309883dac441181c3ffe05594e1a2a9034",name:"title-icon",onSlotchange:e=>this.handleTitleIconSlotChange(e)}),Is("ix-typography",{key:"9e9b3a4390f4e586b91ae2ce1bbd94bc53d432c1",format:"h5"},this.titleContent,Is("slot",{key:"1e05a5984ce3638bdea2bdbea322e505b8211495",name:"title-content"}))),Is("slot",{key:"b74f4b6142b68920fc74029d751521b6c4faf706"}),Is("div",{key:"26a4a736c0f1dbedaf788472a7232cefc095c8a8",class:"arrow"})))))}get hostElement(){return this}static get style(){return'.dialog{margin:0;padding:0;border:none;max-width:18.25rem;width:-moz-max-content;width:max-content;background-color:transparent;overflow-wrap:break-word;box-shadow:none;overflow:visible}.tooltip-container{display:block;position:relative;width:auto;height:-moz-fit-content;height:fit-content;background:var(--theme-tootlip--background);color:var(--theme-color-std-text);padding:0.375rem 0.75rem;box-shadow:var(--theme-shadow-4);border-radius:0.25rem}.content-wrapper{overflow:auto}.tooltip-title{display:flex}.tooltip-title ::slotted(ix-icon){margin:0.125rem 0.25rem 0.125rem 0}.arrow,.arrow::before{position:absolute;width:12px;height:12px;background:inherit}.arrow{visibility:hidden}.arrow::before{visibility:visible;content:"";transform:rotate(45deg);background-color:var(--theme-tootlip--background)}'}},[257,"ix-tooltip",{for:[1],titleContent:[1,"title-content"],interactive:[4],placement:[1],showDelay:[2,"show-delay"],hideDelay:[2,"hide-delay"],animationFrame:[4,"animation-frame"],visible:[32],showTooltip:[64],hideTooltip:[64]}]);function Nh(){"undefined"!=typeof customElements&&["ix-tooltip","ix-typography"].forEach(e=>{switch(e){case"ix-tooltip":customElements.get(e)||customElements.define(e,Ah);break;case"ix-typography":customElements.get(e)||Ml()}})}function Mh(e){const{initials:t}=e;return t?Is("div",{class:"avatar-initials"},Is("ix-typography",{format:"label-lg"},t)):Is("svg",{class:"avatar-image",xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32","aria-label":e.a11yLabel},Is("g",{fill:"none","fill-rule":"evenodd"},Is("path",{id:"avatar-path-background",d:"M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163\n 16-16c0-4.243-1.686-8.313-4.686-11.314C24.314 1.686 20.244 0 16 0z"}),Is("path",{id:"avatar-path-person",d:"M17.897 17.91c3.8-.018 7.358 1.875 9.485 5.046-2.417 3.999-6.734 6.434-11.382\n 6.42-4.648.014-8.965-2.421-11.382-6.42 2.127-3.171 5.685-5.064\n 9.485-5.045h3.794zM15.821 2.129c3.682 0 6.667 2.984 6.667 6.666 0 3.682-2.985\n 6.667-6.667 6.667s-6.667-2.985-6.667-6.667 2.985-6.666 6.667-6.666z"})))}function Dh(e){return Is("div",{class:"avatar"},e.image?Is("img",{src:e.image,class:"avatar-image","aria-label":e.a11yLabel}):Is(Mh,{initials:e.initials,a11yLabel:e.a11yLabel}))}function Vh(e){return Is(Ll,null,Is("div",{class:"user-info",onClick:e=>e.preventDefault()},Is(Dh,{image:e.image,initials:e.initials,a11yLabel:e.a11yLabel}),Is("div",{class:"user"},Is("div",{class:"username"},e.userName),e.extra&&Is("ix-typography",{class:"extra","text-color":"soft"},e.extra))))}const jh=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.isClosestApplicationHeader=!1,this.hasSlottedElements=!1,this.tooltipRef=ah()}componentWillLoad(){const e=Md("ix-application-header",this.hostElement);this.isClosestApplicationHeader=null!==e}async slottedChanged(){this.hasSlottedElements=Vd(this.slotElement)}resolveAvatarTrigger(){return new Promise((e,t)=>{ys(()=>{const o=this.hostElement.shadowRoot.querySelector("button");o?e(o):t(new Error("ix-avatar - trigger element not found"))})})}onDropdownClick(e){e.target===this.dropdownElement&&e.preventDefault()}render(){const e=Pl(this.hostElement)["aria-label"],t=this.tooltipText||this.username,o=t===this.username,r=Is(Ll,null,Is(Dh,{image:this.image,initials:this.initials,a11yLabel:null!=e?e:this.a11yLabel}),!!t&&Is("ix-tooltip",{ref:this.tooltipRef,for:this.hostElement,"aria-hidden":Ol(o),"aria-label":this.ariaLabelTooltip},t));return this.isClosestApplicationHeader?Is(Os,{slot:"ix-application-header-avatar",class:"avatar-button"},Is(fh,{disabled:!1,iconOval:!1,icon:void 0,iconOnly:!1,loading:!1,selected:!1,type:"button",variant:"tertiary"},r),Is("ix-dropdown",{ref:e=>this.dropdownElement=e,trigger:this.resolveAvatarTrigger(),class:"avatar-dropdown",onClick:e=>this.onDropdownClick(e),onShowChanged:e=>{e.detail&&this.tooltipRef.current&&this.tooltipRef.current.hideTooltip(0)}},this.username&&Is(Ll,null,Is(Vh,{extra:this.extra,image:this.image,initials:this.initials,userName:this.username,a11yLabel:null!=e?e:this.a11yLabel}),this.hasSlottedElements&&Is("ix-divider",{onClick:e=>e.preventDefault()})),Is("slot",{onSlotchange:()=>this.slottedChanged(),ref:e=>this.slotElement=e}))):Is(Os,null,r)}get hostElement(){return this}static get style(){return":host{display:flex;position:relative;width:-moz-fit-content;width:fit-content}: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 .avatar{display:flex;align-items:center}:host .avatar>.avatar-image{height:2rem;width:2rem;min-height:2rem;min-width:2rem;border-radius:100px}:host .avatar>.avatar-initials{display:flex;align-items:center;justify-content:center;height:2rem;width:2rem;min-height:2rem;min-width:2rem;border-radius:100px;background-color:var(--theme-avatar--background);color:var(--theme-avatar--color)}:host .avatar>.avatar-initials>ix-typography{margin-top:1px}:host .avatar #avatar-path-background{fill:var(--theme-avatar--background)}:host .avatar #avatar-path-person{fill:var(--theme-avatar--color)}:host .user-info{display:flex;flex-direction:row;position:relative;height:2.5rem;padding:1rem;width:12.75rem;min-width:12.75rem;max-width:12.75rem;gap:1rem}:host .user-info .avatar{width:2rem;pointer-events:none}:host .user-info .user{display:flex;position:relative;flex-direction:column;justify-content:center;max-width:10rem;width:100%;overflow:hidden}:host .user-info .username{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host .user-info .extra{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host(.avatar-button) button{border-radius:100px !important;all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host(.avatar-button) button{padding:0px}:host(.avatar-button) .btn-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host(.avatar-button) .btn-tertiary,:host(.avatar-button) .btn-tertiary.focus,:host(.avatar-button) .btn-tertiary:focus-visible{background-color:var(--theme-btn-tertiary--background);color:var(--theme-btn-tertiary--color);--ix-button-color:var(--theme-btn-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-tertiary--border-color);border-style:solid}:host(.avatar-button) .btn-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host(.avatar-button) .btn-tertiary.selected{background-color:var(--theme-btn-tertiary--background--pressed);color:var(--theme-btn-tertiary--color--pressed)}:host(.avatar-button) .btn-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host(.avatar-button) .btn-tertiary.selected:not(.disabled):not(:disabled):hover,:host(.avatar-button) .btn-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-tertiary--background--pressed-hover);color:var(--theme-btn-tertiary--color--pressed-hover)}:host(.avatar-button) .btn-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host(.avatar-button) .btn-tertiary.selected:not(.disabled):not(:disabled):active,:host(.avatar-button) .btn-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-tertiary--background--pressed-hover);color:var(--theme-btn-tertiary--color--pressed-active)}:host(.avatar-button) .btn-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host(.avatar-button) .btn-tertiary:not(.disabled):not(:disabled):hover,:host(.avatar-button) .btn-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-tertiary--border-color--hover);background-color:var(--theme-btn-tertiary--background--hover);color:var(--theme-btn-tertiary--color--hover)}:host(.avatar-button) .btn-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host(.avatar-button) .btn-tertiary:not(.disabled):not(:disabled):active,:host(.avatar-button) .btn-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-tertiary--border-color--active);background-color:var(--theme-btn-tertiary--background--active);color:var(--theme-btn-tertiary--color--active)}:host(.avatar-button) .avatar{transform:scale(0.8)}"}},[257,"ix-avatar",{a11yLabel:[1,"a11y-label"],image:[1],initials:[1],username:[1],extra:[1],tooltipText:[1,"tooltip-text"],ariaLabelTooltip:[1,"aria-label-tooltip"],isClosestApplicationHeader:[32],hasSlottedElements:[32]}]),Fh=jh,Bh=function(){"undefined"!=typeof customElements&&["ix-avatar","ix-divider","ix-dropdown","ix-spinner","ix-tooltip","ix-typography"].forEach(e=>{switch(e){case"ix-avatar":customElements.get(e)||customElements.define(e,jh);break;case"ix-divider":customElements.get(e)||"undefined"!=typeof customElements&&["ix-divider"].forEach(e=>{"ix-divider"===e&&(customElements.get(e)||customElements.define(e,$h))});break;case"ix-dropdown":customElements.get(e)||uh();break;case"ix-spinner":customElements.get(e)||yh();break;case"ix-tooltip":customElements.get(e)||Nh();break;case"ix-typography":customElements.get(e)||Ml()}})},Hh="undefined"!=typeof window,Wh=Hh?window:null,Uh=Hh?document:null,qh={replace:0,none:1,blend:2},Zh=Symbol(),Yh=Symbol(),Xh=Symbol(),Gh=Symbol(),Kh=Symbol(),Qh=1e-11,Jh=1e12,eu=1e3,tu="",ou=(()=>{const e=new Map;return e.set("x","translateX"),e.set("y","translateY"),e.set("z","translateZ"),e})(),ru=["translateX","translateY","translateZ","rotate","rotateX","rotateY","rotateZ","scale","scaleX","scaleY","scaleZ","skew","skewX","skewY","perspective","matrix","matrix3d"],nu=ru.reduce((e,t)=>({...e,[t]:t+"("}),{}),au=()=>{},iu=/(^#([\da-f]{3}){1,2}$)|(^#([\da-f]{4}){1,2}$)/i,su=/rgb\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\)/i,lu=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(-?\d+|-?\d*.\d+)\s*\)/i,du=/hsl\(\s*(-?\d+|-?\d*.\d+)\s*,\s*(-?\d+|-?\d*.\d+)%\s*,\s*(-?\d+|-?\d*.\d+)%\s*\)/i,cu=/hsla\(\s*(-?\d+|-?\d*.\d+)\s*,\s*(-?\d+|-?\d*.\d+)%\s*,\s*(-?\d+|-?\d*.\d+)%\s*,\s*(-?\d+|-?\d*.\d+)\s*\)/i,hu=/[-+]?\d*\.?\d+(?:e[-+]?\d)?/gi,uu=/^([-+]?\d*\.?\d+(?:e[-+]?\d+)?)([a-z]+|%)$/i,mu=/([a-z])([A-Z])/g,bu=/(\w+)(\([^)]+\)+)/g,pu={id:null,keyframes:null,playbackEase:null,playbackRate:1,frameRate:120,loop:0,reversed:!1,alternate:!1,autoplay:!0,duration:eu,delay:0,loopDelay:0,ease:"out(2)",composition:qh.replace,modifier:e=>e,onBegin:au,onBeforeUpdate:au,onUpdate:au,onLoop:au,onPause:au,onComplete:au,onRender:au},fu={root:Uh},gu={defaults:pu,precision:4,timeScale:1,tickThreshold:200},vu={version:"4.1.2",engine:null};Hh&&(Wh.AnimeJS||(Wh.AnimeJS=[]),Wh.AnimeJS.push(vu));const yu=(e,t)=>0===e.indexOf(t),ku=Date.now,xu=Array.isArray,wu=e=>e&&e.constructor===Object,Su=e=>"string"==typeof e,Cu=e=>"function"==typeof e,Eu=e=>void 0===e,Lu=e=>Eu(e)||null===e,_u=e=>Hh&&e instanceof SVGElement,Tu=e=>iu.test(e),Iu=e=>yu(e,"rgb"),zu=e=>yu(e,"hsl"),Ou=e=>!gu.defaults.hasOwnProperty(e),$u=e=>Su(e)?parseFloat(e):e,Ru=Math.pow,Pu=Math.sqrt,Au=Math.sin,Nu=Math.cos,Mu=Math.abs,Du=Math.ceil,Vu=Math.floor,ju=Math.asin,Fu=Math.PI,Bu=Math.round,Hu=(e,t,o)=>e<t?t:e>o?o:e,Wu={},Uu=(e,t)=>{if(t<0)return e;if(!t)return Bu(e);let o=Wu[t];return o||(o=Wu[t]=10**t),Bu(e*o)/o},qu=(e,t,o)=>e+(t-e)*o,Zu=e=>e===1/0?Jh:e===-1/0?-1e12:e,Yu=e=>e<=Qh?Qh:Zu(Uu(e,11)),Xu=e=>xu(e)?[...e]:e,Gu=(e,t,o,r="_prev",n="_next")=>{let a=e._head,i=n;for(o&&(a=e._tail,i=r);a;){const e=a[i];t(a),a=e}},Ku=(e,t,o="_prev",r="_next")=>{const n=t[o],a=t[r];n?n[r]=a:e._head=a,a?a[o]=n:e._tail=n,t[o]=null,t[r]=null},Qu=(e,t,o,r="_prev",n="_next")=>{let a=e._tail;for(;a&&o&&o(a,t);)a=a[r];const i=a?a[n]:e._head;a?a[n]=t:e._head=t,i?i[r]=t:e._tail=t,t[r]=a,t[n]=i};let Ju=class{constructor(e=0){this.deltaTime=0,this._currentTime=e,this._elapsedTime=e,this._startTime=e,this._lastTime=e,this._scheduledTime=0,this._frameDuration=Uu(eu/120,0),this._fps=120,this._speed=1,this._hasChildren=!1,this._head=null,this._tail=null}get fps(){return this._fps}set fps(e){const t=this._frameDuration,o=+e,r=o<Qh?Qh:o,n=Uu(eu/r,0);this._fps=r,this._frameDuration=n,this._scheduledTime+=n-t}get speed(){return this._speed}set speed(e){const t=+e;this._speed=t<Qh?Qh:t}requestTick(e){const t=this._scheduledTime,o=this._elapsedTime;if(this._elapsedTime+=e-o,o<t)return 0;const r=this._frameDuration,n=o-t;return this._scheduledTime+=n<r?r:n,1}computeDeltaTime(e){const t=e-this._lastTime;return this.deltaTime=t,this._lastTime=e,t}};const em=(e,t,o,r,n)=>{const a=e.parent,i=e.duration,s=e.completed,l=e.iterationDuration,d=e.iterationCount,c=e._currentIteration,h=e._loopDelay,u=e._reversed,m=e._alternate,b=e._hasChildren,p=e._delay,f=e._currentTime,g=p+l,v=t-p,y=Hu(f,-p,i),k=Hu(v,-p,i),x=v-f,w=k>0,S=k>=i,C=i<=Qh,E=2===n;let L=0,_=v,T=0;d>1&&(e._currentIteration=Hu(~~(k/(l+(S?0:h))),0,d),S&&e._currentIteration--,L=e._currentIteration%2,_=k%(l+h)||0);const I=u^(m&&L),z=e._ease;let O=S?I?0:i:I?l-_:_;z&&(O=l*z(O/l)||0);const $=(a?a.backwards:v<f)?!I:!!I;if(e._currentTime=v,e._iterationTime=O,e.backwards=$,w&&!e.began?(e.began=!0,o||a&&($||!a.began)||e.onBegin(e)):v<=0&&(e.began=!1),o||b||!w||e._currentIteration===c||e.onLoop(e),E||1===n&&(t>=p&&t<=g||t<=p&&y>p||t>=g&&y!==i)||O>=g&&y!==i||O<=p&&y>0||t<=y&&y===i&&s||S&&!s&&C){if(w&&(e.computeDeltaTime(y),o||e.onBeforeUpdate(e)),!b){const t=E||($?-1*x:x)>=gu.tickThreshold,n=e._offset+(a?a._offset:0)+p+O;let i,s,l,d,c=e._head,h=0;for(;c;){const e=c._composition,o=c._currentTime,a=c._changeDuration,u=c._absoluteStartTime+c._changeDuration,m=c._nextRep,b=c._prevRep,p=e!==qh.none;if((t||(o!==a||n<=u+(m?m._delay:0))&&(0!==o||n>=c._absoluteStartTime))&&(!p||!c._isOverridden&&(!c._isOverlapped||n<=u)&&(!m||m._isOverridden||n<=m._absoluteStartTime)&&(!b||b._isOverridden||n>=b._absoluteStartTime+b._changeDuration+c._delay))){const t=c._currentTime=Hu(O-c._startTime,0,a),o=c._ease(t/c._updateDuration),n=c._modifier,u=c._valueType,m=c._tweenType,b=0===m,f=0===u,g=f&&b||0===o||1===o?-1:gu.precision;let v,y;if(f)v=y=n(Uu(qu(c._fromNumber,c._toNumber,o),g));else if(1===u)y=n(Uu(qu(c._fromNumber,c._toNumber,o),g)),v=`${y}${c._unit}`;else if(2===u){const e=c._fromNumbers,t=c._toNumbers,r=Uu(Hu(n(qu(e[0],t[0],o)),0,255),0),a=Uu(Hu(n(qu(e[1],t[1],o)),0,255),0),i=Uu(Hu(n(qu(e[2],t[2],o)),0,255),0),s=Hu(n(Uu(qu(e[3],t[3],o),g)),0,1);if(v=`rgba(${r},${a},${i},${s})`,p){const e=c._numbers;e[0]=r,e[1]=a,e[2]=i,e[3]=s}}else if(3===u){v=c._strings[0];for(let e=0,t=c._toNumbers.length;e<t;e++){const t=n(Uu(qu(c._fromNumbers[e],c._toNumbers[e],o),g)),r=c._strings[e+1];v+=`${r?t+r:t}`,p&&(c._numbers[e]=t)}}if(p&&(c._number=y),r||e===qh.blend)c._value=v;else{const e=c.property;i=c.target,b?i[e]=v:1===m?i.setAttribute(e,v):(s=i.style,3===m?(i!==l&&(l=i,d=i[Gh]),d[e]=v,h=1):2===m?s[e]=v:4===m&&s.setProperty(e,v)),w&&(T=1)}}if(h&&c._renderTransforms){let e=tu;for(let t in d)e+=`${nu[t]}${d[t]}) `;s.transform=e,h=0}c=c._next}!o&&T&&e.onRender(e)}!o&&w&&e.onUpdate(e)}return a&&C?!o&&(a.began&&!$&&v>=i&&!s||$&&v<=Qh&&s)&&(e.onComplete(e),e.completed=!$):w&&S?d===1/0?e._startTime+=e.duration:e._currentIteration>=d-1&&(e.paused=!0,s||b||(e.completed=!0,o||a&&($||!a.began)||(e.onComplete(e),e._resolve(e)))):e.completed=!1,T},tm=(e,t,o,r,n)=>{const a=e._currentIteration;if(em(e,t,o,r,n),e._hasChildren){const i=e,s=i.backwards,l=r?t:i._iterationTime,d=ku();let c=0,h=!0;if(!r&&i._currentIteration!==a){const e=i.iterationDuration;Gu(i,t=>{if(s){const r=t.duration,n=t._offset+t._delay;o||!(r<=Qh)||n&&n+r!==e||t.onComplete(t)}else!t.completed&&!t.backwards&&t._currentTime<t.iterationDuration&&em(t,e,o,1,2),t.began=!1,t.completed=!1}),o||i.onLoop(i)}Gu(i,e=>{const t=Uu((l-e._offset)*e._speed,12),a=e._fps<i._fps?e.requestTick(d):n;c+=em(e,t,o,r,a),!e.completed&&h&&(h=!1)},s),!o&&c&&i.onRender(i),(h||s)&&i._currentTime>=i.duration&&(i.paused=!0,i.completed||(i.completed=!0,o||(i.onComplete(i),i._resolve(i))))}},om={animation:null,update:au},rm=Hh?requestAnimationFrame:setImmediate,nm=Hh?cancelAnimationFrame:clearImmediate;let am=class extends Ju{constructor(e){super(e),this.useDefaultMainLoop=!0,this.pauseOnDocumentHidden=!0,this.defaults=pu,this.paused=!(!Hh||!Uh.hidden),this.reqId=null}update(){const e=this._currentTime=ku();if(this.requestTick(e)){this.computeDeltaTime(e);const t=this._speed,o=this._fps;let r=this._head;for(;r;){const n=r._next;r.paused?(Ku(this,r),this._hasChildren=!!this._tail,r._running=!1,r.completed&&!r._cancelled&&r.cancel()):tm(r,(e-r._startTime)*r._speed*t,0,0,r._fps<o?r.requestTick(e):1),r=n}om.update()}}wake(){return!this.useDefaultMainLoop||this.reqId||this.paused||(this.reqId=rm(sm)),this}pause(){return this.paused=!0,lm()}resume(){if(this.paused)return this.paused=!1,Gu(this,e=>e.resetTime()),this.wake()}get speed(){return this._speed*(1===gu.timeScale?1:eu)}set speed(e){this._speed=e*gu.timeScale,Gu(this,e=>e.speed=e._speed)}get timeUnit(){return 1===gu.timeScale?"ms":"s"}set timeUnit(e){const t="s"===e,o=t?.001:1;if(gu.timeScale!==o){gu.timeScale=o,gu.tickThreshold=200*o;const e=t?.001:eu;this.defaults.duration*=e,this._speed*=e}}get precision(){return gu.precision}set precision(e){gu.precision=e}};const im=(()=>{const e=new am(ku());return Hh&&(vu.engine=e,Uh.addEventListener("visibilitychange",()=>{e.pauseOnDocumentHidden&&(Uh.hidden?e.pause():e.resume())})),e})(),sm=()=>{im._head?(im.reqId=rm(sm),im.update()):im.reqId=0},lm=()=>(nm(im.reqId),im.reqId=0,im);function dm(e){const t=Su(e)?fu.root.querySelectorAll(e):e;if(t instanceof NodeList||t instanceof HTMLCollection)return t}const cm=["opacity","rotate","overflow","color"],hm=(e,t,o)=>(o<0&&(o+=1),o>1&&(o-=1),o<1/6?e+6*(t-e)*o:o<.5?t:o<2/3?e+(t-e)*(2/3-o)*6:e),um=(e,t)=>Eu(e)?t:e,mm=(e,t,o,r,n)=>{if(Cu(e)){const a=()=>{const n=e(t,o,r);return isNaN(+n)?n||0:+n};return n&&(n.func=a),a()}return e},bm=(e,t)=>e[Yh]?e[Xh]&&((e,t)=>{if(cm.includes(t))return!1;if(e.getAttribute(t)||t in e){if("scale"===t){const t=e.parentNode;return t&&"filter"===t.tagName}return!0}})(e,t)?1:ru.includes(t)||ou.get(t)?3:yu(t,"--")?4:t in e.style?2:t in e?0:1:0,pm=(e,t,o)=>{const r=e.style[t];r&&o&&(o[t]=r);const n=r||getComputedStyle(e[Kh]||e).getPropertyValue(t);return"auto"===n?"0":n},fm=(e,t,o,r)=>{const n=Eu(o)?bm(e,t):o;return 0===n?e[t]||0:1===n?e.getAttribute(t):3===n?((e,t,o)=>{const r=e.style.transform;let n;if(r){const a=e[Gh];let i;for(;i=bu.exec(r);){const e=i[1],r=i[2].slice(1,-1);a[e]=r,e===t&&(n=r,o&&(o[t]=r))}}return r&&!Eu(n)?n:yu(t,"scale")?"1":yu(t,"rotate")||yu(t,"skew")?"0deg":"0px"})(e,t,r):4===n?pm(e,t,r).trimStart():pm(e,t,r)},gm=(e,t,o)=>"-"===o?e-t:"+"===o?e+t:e*t,vm=(e,t)=>{if(t.t=0,t.n=0,t.u=null,t.o=null,t.d=null,t.s=null,!e)return t;const o=+e;if(isNaN(o)){let o=e;"="===o[1]&&(t.o=o[0],o=o.slice(2));const a=!o.includes(" ")&&uu.exec(o);if(a)return t.t=1,t.n=+a[1],t.u=a[2],t;if(t.o)return t.n=+o,t;if(Tu(n=o)||Iu(n)||zu(n))return t.t=2,t.d=Iu(r=o)?(e=>{const t=su.exec(e)||lu.exec(e),o=Eu(t[4])?1:+t[4];return[+t[1],+t[2],+t[3],o]})(r):Tu(r)?(e=>{const t=e.length,o=4===t||5===t;return[+("0x"+e[1]+e[o?1:2]),+("0x"+e[o?2:3]+e[o?2:4]),+("0x"+e[o?3:5]+e[o?3:6]),5===t||9===t?+(+("0x"+e[o?4:7]+e[o?4:8])/255).toFixed(3):1]})(r):zu(r)?(e=>{const t=du.exec(e)||cu.exec(e),o=+t[1]/360,r=+t[2]/100,n=+t[3]/100,a=Eu(t[4])?1:+t[4];let i,s,l;if(0===r)i=s=l=n;else{const e=n<.5?n*(1+r):n+r-n*r,t=2*n-e;i=Uu(255*hm(t,e,o+1/3),0),s=Uu(255*hm(t,e,o),0),l=Uu(255*hm(t,e,o-1/3),0)}return[i,s,l,a]})(r):[0,0,0,1],t;{const e=o.match(hu);return t.t=3,t.d=e?e.map(Number):[],t.s=o.split(hu)||[],t}}var r,n;return t.n=o,t},ym=(e,t)=>(t.t=e._valueType,t.n=e._toNumber,t.u=e._unit,t.o=null,t.d=Xu(e._toNumbers),t.s=Xu(e._strings),t),km={t:0,n:0,u:null,o:null,d:null,s:null},xm={_rep:new WeakMap,_add:new Map},wm=(e,t,o="_rep")=>{const r=xm[o];let n=r.get(e);return n||(n={},r.set(e,n)),n[t]?n[t]:n[t]={_head:null,_tail:null}},Sm=(e,t)=>e._isOverridden||e._absoluteStartTime>t._absoluteStartTime,Cm=e=>{e._isOverlapped=1,e._isOverridden=1,e._changeDuration=Qh,e._currentTime=Qh},Em=(e,t)=>{const o=e._composition;if(o===qh.replace){const o=e._absoluteStartTime;Qu(t,e,Sm,"_prevRep","_nextRep");const r=e._prevRep;if(r){const t=r.parent,n=r._absoluteStartTime+r._changeDuration;if(e.parent.id!==t.id&&t.iterationCount>1&&n+(t.duration-t.iterationDuration)>o){Cm(r);let e=r._prevRep;for(;e&&e.parent.id===t.id;)Cm(e),e=e._prevRep}const a=o-e._delay;if(n>a){const e=r._startTime;r._changeDuration=a-(n-(e+r._updateDuration))-e,r._currentTime=r._changeDuration,r._isOverlapped=1,r._changeDuration<Qh&&Cm(r)}let i=!0;if(Gu(t,e=>{e._isOverlapped||(i=!1)}),i){const e=t.parent;if(e){let o=!0;Gu(e,e=>{e!==t&&Gu(e,e=>{e._isOverlapped||(o=!1)})}),o&&e.cancel()}else t.cancel()}}}else if(o===qh.blend){const t=wm(e.target,e.property,"_add"),o=(e=>{let t=om.animation;return t||(t={duration:Qh,computeDeltaTime:au,_offset:0,_delay:0,_head:null,_tail:null},om.animation=t,om.update=()=>{e.forEach(e=>{for(let t in e){const o=e[t],r=o._head;if(r){const e=r._valueType,t=3===e||2===e?Xu(r._fromNumbers):null;let n=r._fromNumber,a=o._tail;for(;a&&a!==r;){if(t)for(let e=0,o=a._numbers.length;e<o;e++)t[e]+=a._numbers[e];else n+=a._number;a=a._prevAdd}r._toNumber=n,r._toNumbers=t}}}),em(t,1,1,0,2)}),t})(xm._add);let r=t._head;r||(r={...e},r._composition=qh.replace,r._updateDuration=Qh,r._startTime=0,r._numbers=Xu(e._fromNumbers),r._number=0,r._next=null,r._prev=null,Qu(t,r),Qu(o,r));const n=e._toNumber;if(e._fromNumber=r._fromNumber-n,e._toNumber=0,e._numbers=Xu(e._fromNumbers),e._number=0,r._fromNumber=n,e._toNumbers){const t=Xu(e._toNumbers);t&&t.forEach((t,o)=>{e._fromNumbers[o]=r._fromNumbers[o]-t,e._toNumbers[o]=0}),r._fromNumbers=t}Qu(t,e,null,"_prevAdd","_nextAdd")}return e},Lm=e=>{const t=e._composition;if(t!==qh.none){const o=e.target,r=e.property,n=xm._rep.get(o);if(Ku(n[r],e,"_prevRep","_nextRep"),t===qh.blend){const t=xm._add,n=t.get(o);if(!n)return;const a=n[r],i=om.animation;Ku(a,e,"_prevAdd","_nextAdd");const s=a._head;if(s&&s===a._tail){Ku(a,s,"_prevAdd","_nextAdd"),Ku(i,s);let e=!0;for(let t in n)if(n[t]._head){e=!1;break}e&&t.delete(o)}}}return e},_m=e=>(e.paused=!0,e.began=!1,e.completed=!1,e),Tm=e=>e._cancelled?(Gu(e,e._hasChildren?Tm:e=>{e._composition!==qh.none&&Em(e,wm(e.target,e.property))}),e._cancelled=0,e):e;let Im=0,zm=class extends Ju{constructor(e={},t=null,o=0){super(0);const{id:r,delay:n,duration:a,reversed:i,alternate:s,loop:l,loopDelay:d,autoplay:c,frameRate:h,playbackRate:u,onComplete:m,onLoop:b,onPause:p,onBegin:f,onBeforeUpdate:g,onUpdate:v}=e,y=t?0:im._elapsedTime,k=t?t.defaults:gu.defaults,x=Cu(n)||Eu(n)?k.delay:+n,w=Cu(a)||Eu(a)?1/0:+a,S=um(l,k.loop),C=um(d,k.loopDelay),E=!0===S||S===1/0||S<0?1/0:S+1;let L=0;if(t)L=o;else{let e=ku();im.paused&&(im.requestTick(e),e=im._elapsedTime),L=e-im._startTime}this.id=Eu(r)?++Im:r,this.parent=t,this.duration=Zu((w+C)*E-C)||Qh,this.backwards=!1,this.paused=!0,this.began=!1,this.completed=!1,this.onBegin=f||k.onBegin,this.onBeforeUpdate=g||k.onBeforeUpdate,this.onUpdate=v||k.onUpdate,this.onLoop=b||k.onLoop,this.onPause=p||k.onPause,this.onComplete=m||k.onComplete,this.iterationDuration=w,this.iterationCount=E,this._autoplay=!t&&um(c,k.autoplay),this._offset=L,this._delay=x,this._loopDelay=C,this._iterationTime=0,this._currentIteration=0,this._resolve=au,this._running=!1,this._reversed=+um(i,k.reversed),this._reverse=this._reversed,this._cancelled=0,this._alternate=um(s,k.alternate),this._prev=null,this._next=null,this._elapsedTime=y,this._startTime=y,this._lastTime=y,this._fps=um(h,k.frameRate),this._speed=um(u,k.playbackRate)}get cancelled(){return!!this._cancelled}set cancelled(e){e?this.cancel():this.reset(1).play()}get currentTime(){return Hu(Uu(this._currentTime,gu.precision),-this._delay,this.duration)}set currentTime(e){const t=this.paused;this.pause().seek(+e),t||this.resume()}get iterationCurrentTime(){return Uu(this._iterationTime,gu.precision)}set iterationCurrentTime(e){this.currentTime=this.iterationDuration*this._currentIteration+e}get progress(){return Hu(Uu(this._currentTime/this.duration,10),0,1)}set progress(e){this.currentTime=this.duration*e}get iterationProgress(){return Hu(Uu(this._iterationTime/this.iterationDuration,10),0,1)}set iterationProgress(e){const t=this.iterationDuration;this.currentTime=t*this._currentIteration+t*e}get currentIteration(){return this._currentIteration}set currentIteration(e){this.currentTime=this.iterationDuration*Hu(+e,0,this.iterationCount-1)}get reversed(){return!!this._reversed}set reversed(e){e?this.reverse():this.play()}get speed(){return super.speed}set speed(e){super.speed=e,this.resetTime()}reset(e=0){return Tm(this),this._reversed&&!this._reverse&&(this.reversed=!1),this._iterationTime=this.iterationDuration,tm(this,0,1,e,2),_m(this),this._hasChildren&&Gu(this,_m),this}init(e=0){this.fps=this._fps,this.speed=this._speed,!e&&this._hasChildren&&tm(this,this.duration,1,e,2),this.reset(e);const t=this._autoplay;return!0===t?this.resume():t&&!Eu(t.linked)&&t.link(this),this}resetTime(){const e=1/(this._speed*im._speed);return this._startTime=ku()-(this._currentTime+this._delay)*e,this}pause(){return this.paused||(this.paused=!0,this.onPause(this)),this}resume(){return this.paused?(this.paused=!1,this.duration<=Qh&&!this._hasChildren?tm(this,Qh,0,0,2):(this._running||(Qu(im,this),im._hasChildren=!0,this._running=!0),this.resetTime(),this._startTime-=12,im.wake()),this):this}restart(){return this.reset(0).resume()}seek(e,t=0,o=0){Tm(this),this.completed=!1;const r=this.paused;return this.paused=!0,tm(this,e+this._delay,~~t,~~o,1),r?this:this.resume()}alternate(){const e=this._reversed,t=this.iterationCount,o=this.iterationDuration,r=t===1/0?Vu(Jh/o):t;return this._reversed=+(!this._alternate||r%2?!e:e),t===1/0?this.iterationProgress=this._reversed?1-this.iterationProgress:this.iterationProgress:this.seek(o*r-this._currentTime),this.resetTime(),this}play(){return this._reversed&&this.alternate(),this.resume()}reverse(){return this._reversed||this.alternate(),this.resume()}cancel(){return this._hasChildren?Gu(this,e=>e.cancel(),!0):Gu(this,Lm),this._cancelled=1,this.pause()}stretch(e){const t=this.duration,o=Yu(e);if(t===o)return this;const r=e/t,n=e<=Qh;return this.duration=n?Qh:o,this.iterationDuration=n?Qh:Yu(this.iterationDuration*r),this._offset*=r,this._delay*=r,this._loopDelay*=r,this}revert(){tm(this,0,1,0,1);const e=this._autoplay;return e&&e.linked&&e.linked===this&&e.revert(),this.cancel()}complete(){return this.seek(this.duration).cancel()}then(e=au){const t=this.then,o=()=>{this.then=null,e(this),this.then=t,this._resolve=au};return new Promise(e=>(this._resolve=()=>e(o()),this.completed&&this._resolve(),this))}};const Om=e=>e,$m=(e,t,o)=>(((1-3*o+3*t)*e+(3*o-6*t))*e+3*t)*e,Rm=(e=.5,t=0,o=.5,r=1)=>e===t&&o===r?Om:n=>0===n||1===n?n:$m(((e,t,o)=>{let r,n,a=0,i=1,s=0;do{n=a+(i-a)/2,r=$m(n,t,o)-e,r>0?i=n:a=n}while(Mu(r)>1e-7&&++s<100);return n})(n,e,o),t,r),Pm=(e=10,t)=>{const o=t?Du:Vu;return t=>o(Hu(t,0,1)*e)*(1/e)},Am=(...e)=>{const t=e.length;if(!t)return Om;const o=t-1,r=e[o],n=[0],a=[$u(e[0])];for(let i=1;i<o;i++){const t=e[i],r=Su(t)?t.trim().split(" "):[t],s=r[0],l=r[1];n.push(Eu(l)?i/o:$u(l)/100),a.push($u(s))}return a.push($u(r)),n.push(1),function(e){for(let t=1,o=n.length;t<o;t++){const o=n[t];if(e<=o){const r=n[t-1],i=a[t-1];return i+(a[t]-i)*(e-r)/(o-r)}}return a[a.length-1]}},Nm=(e=10,t=1)=>{const o=[0],r=e-1;for(let n=1;n<r;n++){const e=o[n-1],a=n/r,i=a+((n+1)/r-a)*Math.random();o.push(Hu(a*(1-t)+i*t,e,1))}return o.push(1),Am(...o)},Mm=Fu/2,Dm=2*Fu,Vm=(e=1.68)=>t=>Ru(t,+e),jm={[tu]:Vm,Quad:Vm(2),Cubic:Vm(3),Quart:Vm(4),Quint:Vm(5),Sine:e=>1-Nu(e*Mm),Circ:e=>1-Pu(1-e*e),Expo:e=>e?Ru(2,10*e-10):0,Bounce:e=>{let t,o=4;for(;e<((t=Ru(2,--o))-1)/11;);return 1/Ru(4,3-o)-7.5625*Ru((3*t-2)/22-e,2)},Back:(e=1.70158)=>t=>(+e+1)*t*t*t-+e*t*t,Elastic:(e=1,t=.3)=>{const o=Hu(+e,1,10),r=Hu(+t,Qh,2),n=r/Dm*ju(1/o),a=Dm/r;return e=>0===e||1===e?e:-o*Ru(2,-10*(1-e))*Au((1-e-n)*a)}},Fm={in:e=>t=>e(t),out:e=>t=>1-e(1-t),inOut:e=>t=>t<.5?e(2*t)/2:1-e(-2*t+2)/2,outIn:e=>t=>t<.5?(1-e(1-2*t))/2:(e(2*t-1)+1)/2},Bm=(()=>{const e={linear:Am,irregular:Nm,steps:Pm,cubicBezier:Rm};for(let t in Fm)for(let o in jm){const r=jm[o],n=Fm[t];e[t+o]=o===tu||"Back"===o||"Elastic"===o?(e,t)=>n(r(e,t)):n(r)}return e})(),Hm={linear:Om},Wm=e=>Cu(e)?e:Su(e)?((e,t,o)=>{if(o[e])return o[e];if(e.indexOf("(")<=-1){const r=Fm[e]||e.includes("Back")||e.includes("Elastic")?t[e]():t[e];return r?o[e]=r:Om}{const r=e.slice(0,-1).split("("),n=t[r[0]];return n?o[e]=n(...r[1].split(",")):Om}})(e,Bm,Hm):Om,Um={},qm=(e,t,o)=>{if(3===o)return ou.get(e)||e;if(2===o||1===o&&_u(t)&&e in t.style){const t=Um[e];if(t)return t;{const t=e?e.replace(mu,"$1-$2").toLowerCase():e;return Um[e]=t,t}}return e},Zm={deg:1,rad:180/Fu,turn:360},Ym={},Xm=(e,t,o,r=!1)=>{const n=t.u,a=t.n;if(1===t.t&&n===o)return t;const i=a+n+o,s=Ym[i];if(Eu(s)||r){let r;if(n in Zm)r=a*Zm[n]/Zm[o];else{const t=100,i=e.cloneNode(),s=e.parentNode,l=s&&s!==Uh?s:Uh.body;l.appendChild(i);const d=i.style;d.width=t+n;const c=i.offsetWidth||t;d.width=t+o;const h=c/(i.offsetWidth||t);l.removeChild(i),r=h*a}t.n=r,Ym[i]=r}else t.n=s;return t.u=o,t},Gm=e=>{if(e._hasChildren)Gu(e,Gm,!0);else{const t=e;t.pause(),Gu(t,e=>{const o=e.property,r=e.target;if(r[Yh]){const n=r.style,a=t._inlineStyles[o];if(3===e._tweenType){const t=r[Gh];if(Eu(a)||a===tu?delete t[o]:t[o]=a,e._renderTransforms)if(Object.keys(t).length){let e=tu;for(let o in t)e+=nu[o]+t[o]+") ";n.transform=e}else n.removeProperty("transform")}else Eu(a)||a===tu?n.removeProperty(o):n[o]=a;t._tail===e&&t.targets.forEach(e=>{e.getAttribute&&e.getAttribute("style")===tu&&e.removeAttribute("style")})}})}return e},Km={t:0,n:0,u:null,o:null,d:null,s:null},Qm={t:0,n:0,u:null,o:null,d:null,s:null},Jm={func:null},eb=[null],tb=[null,null],ob={to:null};let rb,nb,ab=0;class ib extends zm{constructor(e,t,o,r,n=!1,a=0,i=0){super(t,o,r);const s=function(e){const t=function(e){if(Lu(e))return[];if(xu(e)){const t=e.flat(1/0),o=[];for(let e=0,r=t.length;e<r;e++){const r=t[e];if(!Lu(r)){const e=dm(r);if(e)for(let t=0,r=e.length;t<r;t++){const r=e[t];if(!Lu(r)){let e=!1;for(let t=0,n=o.length;t<n;t++)if(o[t]===r){e=!0;break}e||o.push(r)}}else{let e=!1;for(let t=0,n=o.length;t<n;t++)if(o[t]===r){e=!0;break}e||o.push(r)}}}return o}if(!Hh)return[e];const t=dm(e);return t?Array.from(t):[e]}(e),o=t.length;if(o)for(let r=0;r<o;r++){const e=t[r];if(!e[Zh]){e[Zh]=!0;const t=_u(e);(e.nodeType||t)&&(e[Yh]=!0,e[Xh]=t,e[Gh]={})}}return t}(e),l=s.length,d=t.keyframes,c=d?((e,t)=>{const o={...e};for(let r in t){const n=e[r];o[r]=Eu(n)?t[r]:n}return o})(((e,t)=>{const o={};if(xu(e)){const t=[].concat(...e.map(e=>Object.keys(e))).filter(Ou);for(let r=0,n=t.length;r<n;r++){const n=t[r],a=e.map(e=>{const t={};for(let o in e){const r=e[o];Ou(o)?o===n&&(t.to=r):t[o]=r}return t});o[n]=a}}else{const r=um(t.duration,gu.defaults.duration),n=Object.keys(e).map(t=>({o:parseFloat(t)/100,p:e[t]})).sort((e,t)=>e.o-t.o);n.forEach(e=>{const t=e.o,n=e.p;for(let a in n)if(Ou(a)){let e=o[a];e||(e=o[a]=[]);const i=t*r;let s=e.length,l=e[s-1];const d={to:n[a]};let c=0;for(let t=0;t<s;t++)c+=e[t].duration;1===s&&(d.from=l.to),n.ease&&(d.ease=n.ease),d.duration=i-(s?c:0),e.push(d)}return e});for(let e in o){const t=o[e];let r;for(let e=0,o=t.length;e<o;e++){const o=t[e],n=o.ease;o.ease=r||void 0,r=n}t[0].duration||t.shift()}}return o})(d,t),t):t,{delay:h,duration:u,ease:m,playbackEase:b,modifier:p,composition:f,onRender:g}=c,v=o?o.defaults:gu.defaults,y=um(b,v.playbackEase),k=y?Wm(y):null,x=!Eu(m)&&!Eu(m.ease),w=x?m.ease:um(m,k?"linear":v.ease),S=x?m.duration:um(u,v.duration),C=um(h,v.delay),E=p||v.modifier,L=Eu(f)&&l>=eu?qh.none:Eu(f)?v.composition:f,_={},T=this._offset+(o?o._offset:0);let I=NaN,z=NaN,O=0,$=0;for(let P=0;P<l;P++){const e=s[P],t=a||P,r=i||l;let d=NaN,h=NaN;for(let a in c)if(Ou(a)){const i=bm(e,a),s=qm(a,e,i);let l=c[a];const u=xu(l);if(n&&!u&&(tb[0]=l,tb[1]=l,l=tb),u){const e=l.length,t=!wu(l[0]);2===e&&t?(ob.to=l,eb[0]=ob,rb=eb):e>2&&t?(rb=[],l.forEach((e,t)=>{t?1===t?(tb[1]=e,rb.push(tb)):rb.push(e):tb[0]=e})):rb=l}else eb[0]=l,rb=eb;let m=null,b=null,p=NaN,f=0,g=0;for(let n=rb.length;g<n;g++){const a=rb[g];wu(a)?nb=a:(ob.to=a,nb=ob),Jm.func=null;const l=mm(nb.to,e,t,r,Jm);let d;wu(l)&&!Eu(l.to)?(nb=l,d=l.to):d=l;const c=mm(nb.from,e,t,r),h=nb.ease,u=!Eu(h)&&!Eu(h.ease),v=u?h.ease:h||w,y=u?h.duration:mm(um(nb.duration,n>1?mm(S,e,t,r)/n:S),e,t,r),k=mm(um(nb.delay,g?0:C),e,t,r),x=mm(um(nb.composition,L),e,t,r),I="number"!=typeof(R=x)||isNaN(R)?qh[x]:x,z=nb.modifier||E,P=!Eu(c),A=!Eu(d),N=xu(d),M=N||P&&A,D=b?f+k:k,V=T+D;$||!P&&!N||($=1);let j=b;if(I!==qh.none){m||(m=wm(e,s));let t=m._head;for(;t&&!t._isOverridden&&t._absoluteStartTime<=V;)if(j=t,t=t._nextRep,t&&t._absoluteStartTime>=V)for(;t;)Cm(t),t=t._nextRep}if(M?(vm(N?mm(d[0],e,t,r):c,Km),vm(N?mm(d[1],e,t,r,Jm):d,Qm),0===Km.t&&(j?1===j._valueType&&(Km.t=1,Km.u=j._unit):(vm(fm(e,s,i,_),km),1===km.t&&(Km.t=1,Km.u=km.u)))):(A?vm(d,Qm):b?ym(b,Qm):vm(o&&j&&j.parent.parent===o?j._value:fm(e,s,i,_),Qm),P?vm(c,Km):b?ym(b,Km):vm(o&&j&&j.parent.parent===o?j._value:fm(e,s,i,_),Km)),Km.o&&(Km.n=gm(j?j._toNumber:vm(fm(e,s,i,_),km).n,Km.n,Km.o)),Qm.o&&(Qm.n=gm(Km.n,Qm.n,Qm.o)),Km.t!==Qm.t)if(3===Km.t||3===Qm.t){const e=3===Km.t?Km:Qm,t=3===Km.t?Qm:Km;t.t=3,t.s=Xu(e.s),t.d=e.d.map(()=>t.n)}else if(1===Km.t||1===Qm.t){const e=1===Km.t?Km:Qm,t=1===Km.t?Qm:Km;t.t=1,t.u=e.u}else if(2===Km.t||2===Qm.t){const e=2===Km.t?Km:Qm,t=2===Km.t?Qm:Km;t.t=2,t.s=e.s,t.d=[0,0,0,1]}if(Km.u!==Qm.u){let t=Qm.u?Km:Qm;t=Xm(e,t,Qm.u?Qm.u:Km.u,!1)}if(Qm.d&&Km.d&&Qm.d.length!==Km.d.length){const e=Km.d.length>Qm.d.length?Km:Qm,t=e===Km?Qm:Km;t.d=e.d.map((e,o)=>Eu(t.d[o])?0:t.d[o]),t.s=Xu(e.s)}const F=Uu(+y||Qh,12),B={parent:this,id:ab++,property:s,target:e,_value:null,_func:Jm.func,_ease:Wm(v),_fromNumbers:Xu(Km.d),_toNumbers:Xu(Qm.d),_strings:Xu(Qm.s),_fromNumber:Km.n,_toNumber:Qm.n,_numbers:Xu(Km.d),_number:Km.n,_unit:Qm.u,_modifier:z,_currentTime:0,_startTime:D,_delay:+k,_updateDuration:F,_changeDuration:F,_absoluteStartTime:V,_tweenType:i,_valueType:Qm.t,_composition:I,_isOverlapped:0,_isOverridden:0,_renderTransforms:0,_prevRep:null,_nextRep:null,_prevAdd:null,_nextAdd:null,_prev:null,_next:null};I!==qh.none&&Em(B,m),isNaN(p)&&(p=B._startTime),f=Uu(D+F,12),b=B,O++,Qu(this,B)}(isNaN(z)||p<z)&&(z=p),(isNaN(I)||f>I)&&(I=f),3===i&&(d=O-g,h=O)}if(!isNaN(d)){let e=0;Gu(this,t=>{e>=d&&e<h&&(t._renderTransforms=1,t._composition===qh.blend&&Gu(om.animation,e=>{e.id===t.id&&(e._renderTransforms=1)})),e++})}}var R;l||console.warn("No target found. Make sure the element you're trying to animate is accessible before creating your animation."),z?(Gu(this,e=>{e._startTime-e._delay||(e._delay-=z),e._startTime-=z}),I-=z):z=0,I||(I=Qh,this.iterationCount=0),this.targets=s,this.duration=I===Qh?Qh:Zu((I+this._loopDelay)*this.iterationCount-this._loopDelay)||Qh,this.onRender=g||v.onRender,this._ease=k,this._delay=z,this.iterationDuration=I,this._inlineStyles=_,!this._autoplay&&$&&this.onRender(this)}stretch(e){const t=this.duration;if(t===Yu(e))return this;const o=e/t;return Gu(this,e=>{e._updateDuration=Yu(e._updateDuration*o),e._changeDuration=Yu(e._changeDuration*o),e._currentTime*=o,e._startTime*=o,e._absoluteStartTime*=o}),super.stretch(e)}refresh(){return Gu(this,e=>{const t=e._func;if(t){const o=fm(e.target,e.property,e._tweenType);vm(o,km),vm(t(),Qm),e._fromNumbers=Xu(km.d),e._fromNumber=km.n,e._toNumbers=Xu(Qm.d),e._strings=Xu(Qm.s),e._toNumber=Qm.o?gm(km.n,Qm.n,Qm.o):Qm.n}}),this}revert(){return super.revert(),Gm(this)}then(e){return super.then(e)}}const sb=(e,t)=>new ib(e,t,null,0,!1).init();let lb=0;const db=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.collapsedChange=Ws(this,"collapsedChange",7),this.collapsed=!1,this.variant="filled",this.blindId=++lb}onHeaderClick(){this.collapsed=!this.collapsed,this.collapsedChange.emit(this.collapsed)}componentDidLoad(){this.animateCollapse(this.collapsed)}get content(){return this.hostElement.shadowRoot.querySelector(".blind-content")}animation(e){this.animateCollapse(e)}animateCollapse(e){e?this.rotateChevronDown():this.rotateChevronUp()}rotateChevronUp(){sb(this.chevronRef,{duration:ud.defaultTime,easing:"easeInOutSine",rotateZ:180}),sb(this.content,{duration:ud.defaultTime,easing:"easeInOutSine",opacity:1})}rotateChevronDown(){sb(this.chevronRef,{duration:ud.defaultTime,easing:"easeInOutSine",rotateZ:0}),sb(this.content,{duration:ud.defaultTime,easing:"easeInOutSine",opacity:0})}render(){return Is(Os,{key:"671ad2c0686ea67b8dd5a3b6259edd8cd2667b19",class:{["blind-"+this.variant]:!0}},Is("div",{key:"40fa7a9d37b674e2979022aadc84a4496ea9a9f5",class:"blind-header-wrapper"},Is("button",{key:"29c3e84c41ec924f2b3c5a373778130afa943626",class:{"blind-header":!0,["blind-"+this.variant]:!0,closed:this.collapsed},type:"button","aria-labelledby":"ix-blind-header-title-"+this.blindId,"aria-controls":"ix-blind-content-section-"+this.blindId,"aria-expanded":Ol(!this.collapsed),onClick:()=>this.onHeaderClick()},Is("slot",{key:"b252b735380d02d028f14e7d9fbe4c5eba8c6602",name:"custom-header"})),Is("div",{key:"6bf0d3c1465c63a94c8f022734ed826c4028855a",class:"blind-header-content"},Is("ix-icon",{key:"d21dd7db4cb813e4becce868c4dbe340a12b1e65",class:"collapse-icon",name:Vl,color:"filled"===this.variant||"outline"===this.variant?"color-std-text":`color-${this.variant}--contrast`,ref:e=>this.chevronRef=e}),Is("div",{key:"da2e1435ca1070eed1794226ca721e7e3fb22390",class:"blind-header-title",id:"ix-blind-header-title-"+this.blindId},void 0!==this.label?Is(Ll,null,this.icon&&Is("ix-icon",{class:"blind-header-title-icon",name:this.icon,color:"filled"===this.variant||"outline"===this.variant?"color-std-text":`color-${this.variant}--contrast`}),Is("div",{class:"blind-header-title-row"},Is("div",{class:"blind-header-title-col"},Is("ix-typography",{title:this.label,format:"label-lg",bold:!0},Is("div",{class:"blind-header-title-label",title:this.label},this.label))),this.sublabel&&Is("div",{class:"blind-header-title-col"},Is("ix-typography",{title:this.sublabel},Is("div",{class:"blind-header-title-sublabel"},this.sublabel)))),Is("div",{class:"header-actions"},Is("slot",{name:"header-actions"}))):null))),Is("section",{key:"854dd19e82a63ccb31f090dadfbcfa46d7346d21",id:"ix-blind-content-section-"+this.blindId,"aria-labelledby":"ix-blind-header-title-"+this.blindId},Is("div",{key:"12f77fdbb29c89d5ab26877e9db8ad9ec79f1e6f",class:{"blind-content":!0,hide:this.collapsed}},this.collapsed?null:Is("slot",null))))}get hostElement(){return this}static get watchers(){return{collapsed:[{animation:0}]}}static get style(){return":host{display:flex;flex-direction:column;border-radius:var(--theme-blind--border-radius);overflow:hidden}: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 .blind-header-wrapper{position:relative;min-height:3rem;height:3rem;overflow:hidden}:host .blind-header-content{display:flex;position:relative;align-items:center;justify-content:flex-start;width:100%;height:100%;pointer-events:none;padding-left:0.5rem}:host .blind-header-title{display:flex;position:relative;align-items:center;flex-grow:1;margin-right:0.5rem}:host .blind-header{all:unset;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;position:absolute;top:0px;left:0px;pointer-events:all;padding-left:2.5rem;min-height:3rem;height:3rem;width:calc(100% - 2 * var(--theme-blind--border-thickness));border:solid var(--theme-blind--border-thickness) transparent;border-radius:var(--theme-blind--border-radius) var(--theme-blind--border-radius) 0 0;cursor:pointer}:host .blind-header:not(.disabled):not(:disabled):focus-visible{border-color:var(--theme-color-focus-bdr);outline:none}:host .blind-header-title-icon,:host .collapse-icon{margin-right:0.5rem}:host .blind-header-title-row{display:flex;flex-grow:1;overflow:hidden}:host .blind-header-title-col{display:inline-flex;align-items:center;width:calc(100% - 1rem);overflow:hidden}:host .blind-header-title-col:not(:first-of-type){justify-content:flex-end}:host ix-typography{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .blind-header-title-label{padding-inline-end:0.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .blind-header-title-sublabel{padding-inline:0.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .blind-header-title{display:flex;align-items:center;flex-grow:1;height:100%;min-width:0}:host .blind-header-labels{display:inline-flex;flex-grow:1;min-width:0}:host .blind-content{display:block;padding:1rem;transition-property:padding;transition-duration:var(--theme-default-time);transition-timing-function:ease-in}:host .blind-content.hide{max-height:0;padding-top:0px;padding-bottom:0px}:host .header-actions{pointer-events:all;margin-left:auto}:host(.blind-alarm) .blind-header{background-color:var(--theme-color-alarm)}:host(.blind-alarm) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-alarm) .blind-header:not(.disabled):not(:disabled):hover,:host(.blind-alarm) .blind-header:not(.disabled):not(:disabled).hover{background-color:var(--theme-color-alarm--hover)}:host(.blind-alarm) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-alarm) .blind-header:not(.disabled):not(:disabled):active,:host(.blind-alarm) .blind-header:not(.disabled):not(:disabled).active{background-color:var(--theme-color-alarm--active)}:host(.blind-alarm) .blind-header-title-label,:host(.blind-alarm) .blind-header-title-sublabel{color:var(--theme-color-alarm--contrast)}:host(.blind-alarm){background-color:var(--theme-blind-base--background)}:host(.blind-critical) .blind-header{background-color:var(--theme-color-critical)}:host(.blind-critical) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-critical) .blind-header:not(.disabled):not(:disabled):hover,:host(.blind-critical) .blind-header:not(.disabled):not(:disabled).hover{background-color:var(--theme-color-critical--hover)}:host(.blind-critical) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-critical) .blind-header:not(.disabled):not(:disabled):active,:host(.blind-critical) .blind-header:not(.disabled):not(:disabled).active{background-color:var(--theme-color-critical--active)}:host(.blind-critical) .blind-header-title-label,:host(.blind-critical) .blind-header-title-sublabel{color:var(--theme-color-critical--contrast)}:host(.blind-critical){background-color:var(--theme-blind-base--background)}:host(.blind-info) .blind-header{background-color:var(--theme-color-info)}:host(.blind-info) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-info) .blind-header:not(.disabled):not(:disabled):hover,:host(.blind-info) .blind-header:not(.disabled):not(:disabled).hover{background-color:var(--theme-color-info--hover)}:host(.blind-info) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-info) .blind-header:not(.disabled):not(:disabled):active,:host(.blind-info) .blind-header:not(.disabled):not(:disabled).active{background-color:var(--theme-color-info--active)}:host(.blind-info) .blind-header-title-label,:host(.blind-info) .blind-header-title-sublabel{color:var(--theme-color-info--contrast)}:host(.blind-info){background-color:var(--theme-blind-base--background)}:host(.blind-neutral) .blind-header{background-color:var(--theme-color-neutral)}:host(.blind-neutral) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-neutral) .blind-header:not(.disabled):not(:disabled):hover,:host(.blind-neutral) .blind-header:not(.disabled):not(:disabled).hover{background-color:var(--theme-color-neutral--hover)}:host(.blind-neutral) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-neutral) .blind-header:not(.disabled):not(:disabled):active,:host(.blind-neutral) .blind-header:not(.disabled):not(:disabled).active{background-color:var(--theme-color-neutral--active)}:host(.blind-neutral) .blind-header-title-label,:host(.blind-neutral) .blind-header-title-sublabel{color:var(--theme-color-neutral--contrast)}:host(.blind-neutral){background-color:var(--theme-blind-base--background)}:host(.blind-filled) .blind-header{background-color:var(--theme-color-filled)}:host(.blind-filled) .blind-header:not(.disabled):not(:disabled).hover,:host(.blind-filled) .blind-header:not(.disabled):not(:disabled):hover{background-color:var(--theme-ghost--background--hover)}:host(.blind-filled) .blind-header:not(.disabled):not(:disabled).active,:host(.blind-filled) .blind-header:not(.disabled):not(:disabled):active{background-color:var(--theme-ghost--background--active)}:host(.blind-filled) .blind-header-title-label{color:var(--theme-color-std-text)}:host(.blind-filled) .blind-header-title-sublabel{color:var(--theme-color-soft-text)}:host(.blind-filled){background-color:var(--theme-blind-base--background)}:host(.blind-success) .blind-header{background-color:var(--theme-color-success)}:host(.blind-success) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-success) .blind-header:not(.disabled):not(:disabled):hover,:host(.blind-success) .blind-header:not(.disabled):not(:disabled).hover{background-color:var(--theme-color-success--hover)}:host(.blind-success) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-success) .blind-header:not(.disabled):not(:disabled):active,:host(.blind-success) .blind-header:not(.disabled):not(:disabled).active{background-color:var(--theme-color-success--active)}:host(.blind-success) .blind-header-title-label,:host(.blind-success) .blind-header-title-sublabel{color:var(--theme-color-success--contrast)}:host(.blind-success){background-color:var(--theme-blind-base--background)}:host(.blind-warning) .blind-header{background-color:var(--theme-color-warning)}:host(.blind-warning) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-warning) .blind-header:not(.disabled):not(:disabled):hover,:host(.blind-warning) .blind-header:not(.disabled):not(:disabled).hover{background-color:var(--theme-color-warning--hover)}:host(.blind-warning) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-warning) .blind-header:not(.disabled):not(:disabled):active,:host(.blind-warning) .blind-header:not(.disabled):not(:disabled).active{background-color:var(--theme-color-warning--active)}:host(.blind-warning) .blind-header-title-label,:host(.blind-warning) .blind-header-title-sublabel{color:var(--theme-color-warning--contrast)}:host(.blind-warning){background-color:var(--theme-blind-base--background)}:host(.blind-primary) .blind-header{background-color:var(--theme-color-primary)}:host(.blind-primary) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-primary) .blind-header:not(.disabled):not(:disabled):hover,:host(.blind-primary) .blind-header:not(.disabled):not(:disabled).hover{background-color:var(--theme-color-primary--hover)}:host(.blind-primary) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-primary) .blind-header:not(.disabled):not(:disabled):active,:host(.blind-primary) .blind-header:not(.disabled):not(:disabled).active{background-color:var(--theme-color-primary--active)}:host(.blind-primary) .blind-header-title-label,:host(.blind-primary) .blind-header-title-sublabel{color:var(--theme-color-primary--contrast)}:host(.blind-primary){background-color:var(--theme-blind-base--background)}:host(.blind-outline){border:solid var(--theme-blind--border-thickness) var(--theme-blind-base--border-color)}:host(.blind-outline) .blind-header{background-color:var(--theme-color-ghost)}:host(.blind-outline) .blind-header:not(.disabled):not(:disabled).hover,:host(.blind-outline) .blind-header:not(.disabled):not(:disabled):hover{background-color:var(--theme-ghost--background--hover)}:host(.blind-outline) .blind-header:not(.disabled):not(:disabled).active,:host(.blind-outline) .blind-header:not(.disabled):not(:disabled):active{background-color:var(--theme-ghost--background--active)}:host(.blind-outline) .blind-header-title-label{color:var(--theme-color-std-text)}:host(.blind-outline) .blind-header-title-sublabel{color:var(--theme-color-soft-text)}:host(.blind-outline){border-color:var(--theme-color-soft-bdr)}"}},[257,"ix-blind",{collapsed:[1540],label:[1],sublabel:[1],icon:[1],variant:[1]},void 0,{collapsed:[{animation:0}]}]),cb=db,hb=e=>new MutationObserver(e),ub=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.itemClick=Ws(this,"itemClick",7),this.hover=!1,this.disabled=!1,this.checked=!1,this.isSubMenu=!1,this.suppressChecked=!1}async emitItemClick(){this.itemClick.emit(this.hostElement)}async getDropdownItemElement(){return this.hostElement}isIconOnly(){return void 0===this.label&&""===this.hostElement.innerText&&void 0!==this.icon}render(){return Is(Os,{key:"6792db1dd356481085735838df4cfcdf11cee1ba",class:{hover:this.hover,"icon-only":this.isIconOnly(),disabled:this.disabled,submenu:this.isSubMenu},role:"listitem"},Is("button",{key:"878eed19e5127942f10f561db2205930a7bb01ef",type:"button",tabIndex:this.disabled?-1:0,class:{"dropdown-item":!0,"no-checked-field":this.suppressChecked,disabled:this.disabled},onClick:()=>{this.disabled||this.emitItemClick()},"aria-label":this.ariaLabelButton,"aria-disabled":Ol(this.disabled),disabled:this.disabled},this.suppressChecked?null:Is("div",{class:"dropdown-item-checked"},this.checked?Is("ix-icon",{"aria-hidden":"true",class:"checkmark",name:"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>single-check</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(91.581722, 94.833062)'><polygon id='check-small' points='304.534538 0 340.035351 23.6672084 154.934008 301.319223 1.42108547e-14 146.385216 30.1698893 116.215326 148.290278 234.318938'/></g></g></svg>",size:"16"}):null),this.icon?Is("ix-icon",{class:"dropdown-item-icon",name:this.icon,"aria-label":this.ariaLabelIcon}):null,Is("div",{key:"e5eec4768210d2934ae45c3658dfa2008d10fdc0",class:"dropdown-item-text"},this.label,Is("slot",{key:"2545b062f3f2e58cd6021585a613accadce3536f"})),this.isSubMenu?Is("ix-icon",{name:Fl,class:"submenu-icon"}):null))}get hostElement(){return this}static get style(){return":host{--ix-dropdown-item-checked-color:var(--theme-color-primary);display:flex;flex-direction:row;position:relative;height:2.5rem;width:auto;overflow:hidden;cursor:pointer}: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 .dropdown-item{all:unset;display:flex;flex-direction:row;align-items:center;position:relative;height:calc(100% - 2px);border:0.0625rem solid transparent;white-space:nowrap;width:calc(100% - 0.5rem - 1.5rem);padding:0 0.5rem;padding-right:1.5rem}:host .dropdown-item.no-checked-field{width:calc(100% - 1rem - 1.5rem);padding:0 1rem;padding-right:1.5rem}:host .dropdown-item:focus-visible{border-color:var(--theme-color-focus-bdr)}:host .dropdown-item-checked{display:flex;align-items:center;justify-content:center;position:relative;height:100%;width:1rem;min-width:1rem;margin-right:0.5rem;color:var(--ix-dropdown-item-checked-color)}:host .dropdown-item-icon{margin-right:0.5rem;color:var(--theme-color-std-text)}:host .dropdown-item-text{display:block;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:pre}:host .submenu-icon{margin-left:auto}:host(.icon-only) .dropdown-item-icon{margin-right:0px}:host(.icon-only) .dropdown-item-checked{display:none}:host(.icon-only) .dropdown-item{width:calc(100% - 0.5rem - 0.5rem);padding:0 0.5rem;padding-right:0.5rem}:host(.submenu) .dropdown-item{width:calc(100% - 0.5rem - 0.5rem);padding:0 0.5rem;padding-right:0.5rem}:host(:not(.disabled):not(:disabled).hover),:host(:not(.disabled):not(:disabled):hover){background-color:var(--theme-ghost--background--hover)}:host(:not(.disabled):not(:disabled).active),:host(:not(.disabled):not(:disabled):active){background-color:var(--theme-ghost--background--active)}:host(.disabled){pointer-events:none;color:var(--theme-color-weak-text) !important}:host(.disabled) .dropdown-item-icon{color:var(--theme-color-weak-text) !important}"}},[257,"ix-dropdown-item",{label:[1],icon:[1],ariaLabelIcon:[1,"aria-label-icon"],ariaLabelButton:[1,"aria-label-button"],hover:[4],disabled:[516],checked:[4],isSubMenu:[4,"is-sub-menu"],suppressChecked:[4,"suppress-checked"],emitItemClick:[64],getDropdownItemElement:[64]}]);let mb=0;const bb=(e="breadcrumb-")=>`${e}-${mb++}`;El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.itemClick=Ws(this,"itemClick",7),this.nextClick=Ws(this,"nextClick",7),this.visibleItemCount=9,this.nextItems=[],this.subtle=!1,this.ariaLabelPreviousButton="previous",this.enableTopLayer=!1,this.previousButtonRef=ah(),this.nextButtonRef=ah(),this.items=[],this.isPreviousDropdownExpanded=!1,this.previousButtonId=bb(),this.previousDropdownId=bb()}onNextItemsChange(){this.onChildMutation()}onItemClick(e){this.itemClick.emit(e)}componentDidLoad(){this.mutationObserver=hb(()=>this.onChildMutation()),this.mutationObserver.observe(this.hostElement,{subtree:!0,childList:!0})}componentWillLoad(){this.onChildMutation()}disconnectedCallback(){var e;null===(e=this.mutationObserver)||void 0===e||e.disconnect()}async onChildMutation(){const e=this.getItems();e.forEach((t,o)=>{const r=0!==this.nextItems.length&&e.length-1===o;t.subtle=this.subtle,t.hideChevron=e.length-1===o&&!r,t.isDropdownTrigger=r,r&&this.nextButtonRef(t),e.length<this.visibleItemCount||(t.invisible=o<e.length-this.visibleItemCount)}),this.items=e}getItems(){return Array.from(this.hostElement.querySelectorAll("ix-breadcrumb-item"))}render(){var e,t,o,r;const n=Pl(this.hostElement);return Is(Os,{key:"6c7e20e30924d04854ca78ead9fd98d5ebe346bf"},Is("ix-dropdown",{key:"822c078f94f89e66db61e65f77d5e7bc6fb40aa2",id:this.previousDropdownId,"aria-label":this.ariaLabelPreviousButton,trigger:(null===(e=this.items)||void 0===e?void 0:e.length)>this.visibleItemCount?this.previousButtonRef.waitForCurrent():void 0,enableTopLayer:this.enableTopLayer,onShowChanged:({detail:e})=>{this.isPreviousDropdownExpanded=e;const t=this.hostElement.shadowRoot.getElementById(this.previousButtonId);t&&yl(t)}},this.items.slice(0,this.items.length-this.visibleItemCount).map(e=>{var t;const o=null!==(t=e.label)&&void 0!==t?t:e.innerText;return Is("ix-dropdown-item",{label:o,onClick:()=>{this.onItemClick(o)},onItemClick:e=>e.stopPropagation()})})),(null===(t=this.items)||void 0===t?void 0:t.length)>this.visibleItemCount?Is("ix-breadcrumb-item",{id:this.previousButtonId,ref:this.previousButtonRef,label:"...",tabIndex:1,onItemClick:e=>e.stopPropagation(),"aria-describedby":this.previousDropdownId,"aria-controls":this.previousDropdownId,"aria-expanded":Ol(this.isPreviousDropdownExpanded),class:"previous-button"}):null,Is("nav",{key:"e9f69c0666458f34d930bc5e19663fc9a8e69d90",class:"crumb-items","aria-label":null!==(o=n["aria-label"])&&void 0!==o?o:"breadcrumbs"},Is("ol",{key:"2ad3f37c9baffbd9eb8789dc8304dceb6772e0d4"},Is("slot",{key:"2bd136c9714401ddf2ea8bc5e3cb783b128ce795"}))),Is("ix-dropdown",{key:"ce382ec6bd3590e678a03517b31ec15bb7f2528f",trigger:this.nextButtonRef.waitForCurrent(),enableTopLayer:this.enableTopLayer},null===(r=this.nextItems)||void 0===r?void 0:r.map(e=>Is("ix-dropdown-item",{label:e,onClick:t=>{this.nextClick.emit({event:t,item:e})},onItemClick:e=>e.stopPropagation()}))))}get hostElement(){return this}static get watchers(){return{nextItems:[{onNextItemsChange:0}]}}static get style(){return":host{display:flex;justify-content:flex-start;height:2.5rem;align-items:center;background-color:transparent;overflow:hidden}: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 .previous-button{width:3rem;min-width:0px}:host .crumb-dropdown{overflow:visible}:host .remove-anchor::after{display:none}:host .more-text{display:flex}:host .more-text .more-text-ellipsis{width:1rem;display:inline-block;font-weight:700}:host .more-text ix-icon{padding-top:2px}:host nav,:host ol,:host .crumb-items{display:contents}"}},[257,"ix-breadcrumb",{visibleItemCount:[2,"visible-item-count"],nextItems:[16],subtle:[4],ariaLabelPreviousButton:[1,"aria-label-previous-button"],enableTopLayer:[4,"enable-top-layer"],items:[32],isPreviousDropdownExpanded:[32]},void 0,{nextItems:[{onNextItemsChange:0}]}]);const pb=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.variant="primary",this.disabled=!1,this.type="button",this.loading=!1,this.alignment="center",this.iconSize="24",this.target="_self"}handleClick(e){(this.disabled||this.loading)&&(e.stopPropagation(),e.preventDefault())}componentDidLoad(){if("submit"!==this.type)return;const e=document.createElement("button");e.style.display="none",e.type="submit",e.tabIndex=-1,this.form&&e.setAttribute("form",this.form),this.hostElement.appendChild(e),this.submitButtonElement=e}handleFormChange(e){this.submitButtonElement&&(e?this.submitButtonElement.setAttribute("form",e):this.submitButtonElement.removeAttribute("form"))}componentDidRender(){this.submitButtonElement&&!this.hostElement.contains(this.submitButtonElement)&&this.hostElement.appendChild(this.submitButtonElement)}dispatchFormEvents(){"submit"!==this.type||!this.submitButtonElement||this.disabled||this.loading||this.submitButtonElement.click()}setFocus(){var e;null===(e=this.hostElement.shadowRoot.querySelector(this.href?"a":"button"))||void 0===e||e.focus()}render(){return Is(Os,{key:"d59ad1ad7693982ea33b27383a41edfca9a59430",class:{disabled:this.disabled||this.loading}},Is(fh,Object.assign({key:"d27e0296718f433c7df2896bd73b5991ef302c9a"},{variant:this.variant,iconOnly:!1,iconOval:!1,selected:!1,disabled:this.disabled||this.loading,icon:this.icon,iconRight:this.iconRight,iconSize:this.iconSize,loading:this.loading,onClick:()=>this.dispatchFormEvents(),type:this.type,alignment:this.alignment,tabIndex:0,ariaAttributes:{"aria-label":this.ariaLabelButton},href:this.href,target:this.target,rel:this.rel}),Is("slot",{key:"c246c59dfd3406d389b9059020422f7a9779ab67"})))}static get delegatesFocus(){return!0}get hostElement(){return this}static get watchers(){return{form:[{handleFormChange:0}]}}static get style(){return":host{--ix-button-border-radius-left:var(--theme-btn--border-radius);--ix-button-border-radius-right:var(--theme-btn--border-radius);display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}: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 button,:host a{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host .icon{pointer-events:none;margin-right:0.25rem}:host .icon-right{margin-left:0.25rem}:host(.disabled){cursor:default}:host{--ix-button-border-radius-left:var(--theme-btn--border-radius);--ix-button-border-radius-right:var(--theme-btn--border-radius);display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}: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 button,:host a{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host .icon{pointer-events:none;margin-right:0.25rem}:host .icon-right{margin-left:0.25rem}:host(.disabled){cursor:default}:host .btn-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-primary,:host .btn-primary.focus,:host .btn-primary:focus-visible{background-color:var(--theme-btn-primary--background);color:var(--theme-btn-primary--color);--ix-button-color:var(--theme-btn-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-primary--border-color);border-style:solid}:host .btn-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-primary.selected{background-color:var(--theme-btn-primary--background--pressed);color:var(--theme-btn-primary--color--pressed)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-primary--background--pressed-hover);color:var(--theme-btn-primary--color--pressed-hover)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):active,:host .btn-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-primary--background--pressed-hover);color:var(--theme-btn-primary--color--pressed-active)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):hover,:host .btn-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-primary--border-color--hover);background-color:var(--theme-btn-primary--background--hover);color:var(--theme-btn-primary--color--hover)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):active,:host .btn-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-primary--border-color--active);background-color:var(--theme-btn-primary--background--active);color:var(--theme-btn-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-primary.disabled,:host(.disabled) .btn-primary:disabled{pointer-events:none;border-color:var(--theme-btn-primary--border-color--disabled);background-color:var(--theme-btn-primary--background--disabled);color:var(--theme-btn-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-primary--color--disabled)}:host .btn-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-secondary,:host .btn-secondary.focus,:host .btn-secondary:focus-visible{background-color:var(--theme-btn-secondary--background);color:var(--theme-btn-secondary--color);--ix-button-color:var(--theme-btn-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-secondary--border-color);border-style:solid}:host .btn-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-secondary.selected{background-color:var(--theme-btn-secondary--background--pressed);color:var(--theme-btn-secondary--color--pressed)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-secondary--background--pressed-hover);color:var(--theme-btn-secondary--color--pressed-hover)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-secondary--background--pressed-hover);color:var(--theme-btn-secondary--color--pressed-active)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):hover,:host .btn-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-secondary--border-color--hover);background-color:var(--theme-btn-secondary--background--hover);color:var(--theme-btn-secondary--color--hover)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):active,:host .btn-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-secondary--border-color--active);background-color:var(--theme-btn-secondary--background--active);color:var(--theme-btn-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-secondary.disabled,:host(.disabled) .btn-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-secondary--border-color--disabled);background-color:var(--theme-btn-secondary--background--disabled);color:var(--theme-btn-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-secondary--color--disabled)}:host .btn-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-tertiary,:host .btn-tertiary.focus,:host .btn-tertiary:focus-visible{background-color:var(--theme-btn-tertiary--background);color:var(--theme-btn-tertiary--color);--ix-button-color:var(--theme-btn-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-tertiary--border-color);border-style:solid}:host .btn-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-tertiary.selected{background-color:var(--theme-btn-tertiary--background--pressed);color:var(--theme-btn-tertiary--color--pressed)}:host .btn-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-tertiary--background--pressed-hover);color:var(--theme-btn-tertiary--color--pressed-hover)}:host .btn-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-tertiary--background--pressed-hover);color:var(--theme-btn-tertiary--color--pressed-active)}:host .btn-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary:not(.disabled):not(:disabled):hover,:host .btn-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-tertiary--border-color--hover);background-color:var(--theme-btn-tertiary--background--hover);color:var(--theme-btn-tertiary--color--hover)}:host .btn-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary:not(.disabled):not(:disabled):active,:host .btn-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-tertiary--border-color--active);background-color:var(--theme-btn-tertiary--background--active);color:var(--theme-btn-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-tertiary.disabled,:host(.disabled) .btn-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-tertiary--border-color--disabled);background-color:var(--theme-btn-tertiary--background--disabled);color:var(--theme-btn-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-tertiary--color--disabled)}:host .btn-subtle-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-primary,:host .btn-subtle-primary.focus,:host .btn-subtle-primary:focus-visible{background-color:var(--theme-btn-subtle-primary--background);color:var(--theme-btn-subtle-primary--color);--ix-button-color:var(--theme-btn-subtle-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-primary--border-color);border-style:solid}:host .btn-subtle-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-primary.selected{background-color:var(--theme-btn-subtle-primary--background--pressed);color:var(--theme-btn-subtle-primary--color--pressed)}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-primary--background--pressed-hover);color:var(--theme-btn-subtle-primary--color--pressed-hover)}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-primary--background--pressed-hover);color:var(--theme-btn-subtle-primary--color--pressed-active)}:host .btn-subtle-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary:not(.disabled):not(:disabled):hover,:host .btn-subtle-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-primary--border-color--hover);background-color:var(--theme-btn-subtle-primary--background--hover);color:var(--theme-btn-subtle-primary--color--hover)}:host .btn-subtle-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary:not(.disabled):not(:disabled):active,:host .btn-subtle-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-primary--border-color--active);background-color:var(--theme-btn-subtle-primary--background--active);color:var(--theme-btn-subtle-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-primary.disabled,:host(.disabled) .btn-subtle-primary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-primary--border-color--disabled);background-color:var(--theme-btn-subtle-primary--background--disabled);color:var(--theme-btn-subtle-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-primary--color--disabled)}:host .btn-subtle-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-secondary,:host .btn-subtle-secondary.focus,:host .btn-subtle-secondary:focus-visible{background-color:var(--theme-btn-subtle-secondary--background);color:var(--theme-btn-subtle-secondary--color);--ix-button-color:var(--theme-btn-subtle-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-secondary--border-color);border-style:solid}:host .btn-subtle-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-secondary.selected{background-color:var(--theme-btn-subtle-secondary--background--pressed);color:var(--theme-btn-subtle-secondary--color--pressed)}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-secondary--background--pressed-hover);color:var(--theme-btn-subtle-secondary--color--pressed-hover)}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-secondary--background--pressed-hover);color:var(--theme-btn-subtle-secondary--color--pressed-active)}:host .btn-subtle-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary:not(.disabled):not(:disabled):hover,:host .btn-subtle-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-secondary--border-color--hover);background-color:var(--theme-btn-subtle-secondary--background--hover);color:var(--theme-btn-subtle-secondary--color--hover)}:host .btn-subtle-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary:not(.disabled):not(:disabled):active,:host .btn-subtle-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-secondary--border-color--active);background-color:var(--theme-btn-subtle-secondary--background--active);color:var(--theme-btn-subtle-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-secondary.disabled,:host(.disabled) .btn-subtle-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-secondary--border-color--disabled);background-color:var(--theme-btn-subtle-secondary--background--disabled);color:var(--theme-btn-subtle-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-secondary--color--disabled)}:host .btn-subtle-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-tertiary,:host .btn-subtle-tertiary.focus,:host .btn-subtle-tertiary:focus-visible{background-color:var(--theme-btn-subtle-tertiary--background);color:var(--theme-btn-subtle-tertiary--color);--ix-button-color:var(--theme-btn-subtle-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-tertiary--border-color);border-style:solid}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-tertiary.selected{background-color:var(--theme-btn-subtle-tertiary--background--pressed);color:var(--theme-btn-subtle-tertiary--color--pressed)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-hover)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-active)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-tertiary--border-color--hover);background-color:var(--theme-btn-subtle-tertiary--background--hover);color:var(--theme-btn-subtle-tertiary--color--hover)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-tertiary--border-color--active);background-color:var(--theme-btn-subtle-tertiary--background--active);color:var(--theme-btn-subtle-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-tertiary.disabled,:host(.disabled) .btn-subtle-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-tertiary--border-color--disabled);background-color:var(--theme-btn-subtle-tertiary--background--disabled);color:var(--theme-btn-subtle-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-tertiary--color--disabled)}:host .btn-danger-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-primary,:host .btn-danger-primary.focus,:host .btn-danger-primary:focus-visible{background-color:var(--theme-btn-danger-primary--background);color:var(--theme-btn-danger-primary--color);--ix-button-color:var(--theme-btn-danger-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-primary--border-color);border-style:solid}:host .btn-danger-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-primary.selected{background-color:var(--theme-btn-danger-primary--background--pressed);color:var(--theme-btn-danger-primary--color--pressed)}:host .btn-danger-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-primary--background--pressed-hover);color:var(--theme-btn-danger-primary--color--pressed-hover)}:host .btn-danger-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-primary--background--pressed-hover);color:var(--theme-btn-danger-primary--color--pressed-active)}:host .btn-danger-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary:not(.disabled):not(:disabled):hover,:host .btn-danger-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-primary--border-color--hover);background-color:var(--theme-btn-danger-primary--background--hover);color:var(--theme-btn-danger-primary--color--hover)}:host .btn-danger-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary:not(.disabled):not(:disabled):active,:host .btn-danger-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-primary--border-color--active);background-color:var(--theme-btn-danger-primary--background--active);color:var(--theme-btn-danger-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-primary.disabled,:host(.disabled) .btn-danger-primary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-primary--border-color--disabled);background-color:var(--theme-btn-danger-primary--background--disabled);color:var(--theme-btn-danger-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-primary--color--disabled)}:host .btn-danger-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-secondary,:host .btn-danger-secondary.focus,:host .btn-danger-secondary:focus-visible{background-color:var(--theme-btn-danger-secondary--background);color:var(--theme-btn-danger-secondary--color);--ix-button-color:var(--theme-btn-danger-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-secondary--border-color);border-style:solid}:host .btn-danger-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-secondary.selected{background-color:var(--theme-btn-danger-secondary--background--pressed);color:var(--theme-btn-danger-secondary--color--pressed)}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-secondary--background--pressed-hover);color:var(--theme-btn-danger-secondary--color--pressed-hover)}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-secondary--background--pressed-hover);color:var(--theme-btn-danger-secondary--color--pressed-active)}:host .btn-danger-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary:not(.disabled):not(:disabled):hover,:host .btn-danger-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-secondary--border-color--hover);background-color:var(--theme-btn-danger-secondary--background--hover);color:var(--theme-btn-danger-secondary--color--hover)}:host .btn-danger-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary:not(.disabled):not(:disabled):active,:host .btn-danger-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-secondary--border-color--active);background-color:var(--theme-btn-danger-secondary--background--active);color:var(--theme-btn-danger-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-secondary.disabled,:host(.disabled) .btn-danger-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-secondary--border-color--disabled);background-color:var(--theme-btn-danger-secondary--background--disabled);color:var(--theme-btn-danger-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-secondary--color--disabled)}:host .btn-danger-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-tertiary,:host .btn-danger-tertiary.focus,:host .btn-danger-tertiary:focus-visible{background-color:var(--theme-btn-danger-tertiary--background);color:var(--theme-btn-danger-tertiary--color);--ix-button-color:var(--theme-btn-danger-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-tertiary--border-color);border-style:solid}:host .btn-danger-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-tertiary.selected{background-color:var(--theme-btn-danger-tertiary--background--pressed);color:var(--theme-btn-danger-tertiary--color--pressed)}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-tertiary--background--pressed-hover);color:var(--theme-btn-danger-tertiary--color--pressed-hover)}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-tertiary--background--pressed-hover);color:var(--theme-btn-danger-tertiary--color--pressed-active)}:host .btn-danger-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary:not(.disabled):not(:disabled):hover,:host .btn-danger-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-tertiary--border-color--hover);background-color:var(--theme-btn-danger-tertiary--background--hover);color:var(--theme-btn-danger-tertiary--color--hover)}:host .btn-danger-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary:not(.disabled):not(:disabled):active,:host .btn-danger-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-tertiary--border-color--active);background-color:var(--theme-btn-danger-tertiary--background--active);color:var(--theme-btn-danger-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-tertiary.disabled,:host(.disabled) .btn-danger-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-tertiary--border-color--disabled);background-color:var(--theme-btn-danger-tertiary--background--disabled);color:var(--theme-btn-danger-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-tertiary--color--disabled)}:host{min-width:5rem}"}},[273,"ix-button",{ariaLabelButton:[1,"aria-label-button"],variant:[1],disabled:[516],type:[1],loading:[4],form:[1],icon:[1],iconRight:[1,"icon-right"],alignment:[1],iconSize:[1,"icon-size"],href:[1],target:[1],rel:[1]},[[2,"click","handleClick"]],{form:[{handleFormChange:0}]}]);function fb(){"undefined"!=typeof customElements&&["ix-button","ix-spinner"].forEach(e=>{switch(e){case"ix-button":customElements.get(e)||customElements.define(e,pb);break;case"ix-spinner":customElements.get(e)||yh()}})}const gb=pb,vb=fb;function yb(e){return e.label?Is("div",{class:"CardList_Title"},Is("ix-icon-button",{variant:"tertiary",icon:"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'><desc>chevron-down</desc><polygon fill-rule='evenodd' points='320 0 350.17 30.17 175.085 205.255 0 30.17 30.17 0 175.085 144.898' transform='translate(80.915 149.333)'/></svg>",onClick:e.onClick,iconColor:"color-primary",class:{CardList__Title__Button:!0,CardList__Title__Button__Collapsed:e.isCollapsed},"aria-label":e.ariaLabelExpandButton}),Is("ix-typography",{class:"CardList_Title__Label",format:"body-lg"},e.label),!e.hideShowAll&&Is("ix-button",{class:"CardList__Title__Show__All",variant:"tertiary",onClick:e.onShowAllClick},Is("span",null,e.showAllLabel),Is("span",null,isNaN(e.showAllCounter)?null:` (${e.showAllCounter})`))):null}El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.collapseChanged=Ws(this,"collapseChanged",7),this.showAllClick=Ws(this,"showAllClick",7),this.showMoreCardClick=Ws(this,"showMoreCardClick",7),this.collapse=!1,this.listStyle="stack",this.maxVisibleCards=12,this.suppressOverflowHandling=!1,this.hideShowAll=!1,this.i18nShowAll="Show all",this.i18nMoreCards="There are more cards available",this.hasOverflowingElements=!1,this.numberOfOverflowingElements=0,this.numberOfAllChildElements=0,this.leftScrollDistance=0,this.rightScrollDistance=0}onCardListVisibilityToggle(){this.collapse=!this.collapse,this.collapseChanged.emit(this.collapse)}onShowAllClick(e){this.showAllClick.emit({nativeEvent:e})}getListChildren(){return this.hostElement.shadowRoot.querySelector(".CardList__Content > slot").assignedElements({flatten:!0})}changeVisibilityOfSlotChildren(){const e=this.getListChildren();e.forEach((e,t)=>{if(e instanceof ss){if(t>this.maxVisibleCards-1)return void e.classList.add("display-none");e.classList.remove("display-none")}}),this.hasOverflowingElements=e.length>this.maxVisibleCards,this.numberOfOverflowingElements=e.length-this.maxVisibleCards,this.numberOfAllChildElements=e.length,this.detectOverflow()}registerOverflowHandler(){this.observer=hb(()=>{this.changeVisibilityOfSlotChildren()}),this.observer.observe(this.hostElement.shadowRoot.querySelector(".CardList__Content"),{childList:!0,subtree:!0}),requestAnimationFrame(()=>{this.changeVisibilityOfSlotChildren()})}shouldHandleOverflow(){return!this.suppressOverflowHandling&&("stack"===this.listStyle||"scroll"===this.listStyle||void 0)}get listElement(){return this.hostElement.shadowRoot.querySelector(".CardList__Content")}onCardListScroll(){this.detectOverflow()}isShowMoreCardVisible(){return!1===this.suppressOverflowHandling&&this.hasOverflowingElements}getOpacityFromScrollDistance(e){return this.listElement?0===e?0:e>100?1:e/100:0}computeMaskLayer(){return{"--ix-card-list-overflow":`linear-gradient(\n 90deg,\n transparent 0px,\n black ${80*(this.getOpacityFromScrollDistance(this.leftScrollDistance)>0?1:0)}px,\n black calc(100% - ${80*(this.getOpacityFromScrollDistance(this.rightScrollDistance)>0?1:0)}px),\n transparent 100%\n )`}}detectOverflow(){if(!this.listElement)return;const{clientWidth:e,scrollWidth:t,scrollLeft:o}=this.listElement;this.leftScrollDistance=o,this.rightScrollDistance=t-o-e}componentDidLoad(){this.shouldHandleOverflow()&&this.registerOverflowHandler()}disconnectedCallback(){this.observer&&this.observer.disconnect()}render(){return Is(Os,{key:"37a1bb98b5703b76b6f0f5038561917bef13916b"},Is(yb,{key:"8f90c6052259ff8e1bbb377a9fa9cc465c951aab",isCollapsed:this.collapse,label:this.label,showAllLabel:this.i18nShowAll,showAllCounter:void 0===this.showAllCount?this.numberOfAllChildElements:this.showAllCount,onClick:()=>this.onCardListVisibilityToggle(),onShowAllClick:e=>this.onShowAllClick(e),hideShowAll:this.hideShowAll}),Is("div",{key:"1d1162c53d8fb1d97dfb4b00ae1c1a5942a0b0f7",class:{CardList__Overflow:!0},style:this.computeMaskLayer()},Is("div",{key:"298741cb6e8f1617e9a3ca1f0b49d713c3421977",class:{CardList__Content:!0,CardList__Content__Collapsed:this.collapse,CardList__Style__Flexbox__Scroll:"stack"===this.listStyle,CardList__Style__Infinite__Scroll:"scroll"===this.listStyle},onScroll:()=>this.onCardListScroll()},Is("slot",{key:"abccd55d11dae4c83b6d7dcdabc77aec0a2f7b32",onSlotchange:()=>this.changeVisibilityOfSlotChildren()}),this.isShowMoreCardVisible()?Is("ix-card",{class:{Show__All__Card:!0},onClick:e=>this.showMoreCardClick.emit({nativeEvent:e})},Is("ix-card-content",null,Is("div",{class:"Show__All__Card__Content"},Is("ix-icon",{name:td,size:"32",class:"Show__All__Card__Icon"}),Is("span",{class:"Show__All__Card__Text"},this.i18nMoreCards," (",this.numberOfOverflowingElements,")")))):null)))}get hostElement(){return this}static get style(){return":host{display:flex;position:relative;flex-direction:column;align-items:flex-start;margin: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 .CardList_Title{display:flex;position:relative;height:1.5rem;align-items:center;width:100%;margin-bottom:1rem}:host .CardList_Title__Label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .CardList__Title__Button{margin-right:1rem;transition:var(--theme-default-time) transform ease-in-out}:host .CardList__Title__Button__Collapsed{transform:rotate(-90deg)}:host .CardList__Title__Show__All{align-self:center;margin-left:auto;margin-right:0px;flex-shrink:0}:host .CardList__Content{display:flex;position:relative;height:calc(100% - 1.5rem);width:100%;gap:1.5rem;transition:var(--theme-default-time) ease-in-out;overflow:auto}:host .CardList__Content__Collapsed{min-height:0px;max-height:0px;overflow:hidden;opacity:0}:host .CardList__Style__Flexbox__Scroll{flex-wrap:wrap}:host .CardList__Style__Infinite__Scroll{flex-wrap:nowrap;-ms-overflow-style:none;scrollbar-width:none}:host .CardList__Style__Infinite__Scroll::-webkit-scrollbar{display:none}:host .CardList__Overflow{display:block;position:relative;height:100%;width:100%;pointer-events:all;-webkit-mask-image:var(--ix-card-list-overflow, none);mask-image:var(--ix-card-list-overflow, none)}:host .Show__All__Card{display:flex;position:relative;align-self:flex-start;justify-self:center;max-width:11.25rem;min-width:11.25rem;width:11.25rem;min-height:11.25rem;max-height:11.25rem;height:11.25rem;--ix-card-border-color:var(--theme-color-primary);color:var(--theme-color-primary)}:host .CardList__Style__Infinite__Scroll .Show__All__Card{margin-top:2.375rem}:host .CardList__Style__Flexbox__Scroll .Show__All__Card{margin-bottom:2.375rem}:host .Show__All__Card:hover{background-color:var(--theme-color-ghost--hover)}:host .Show__All__Card:active{background-color:var(--theme-color-ghost--active)}:host .Show__All__Card__Content{display:flex;justify-content:center;align-items:center;height:100%}:host .Show__All__Card__Icon{display:flex;position:absolute;height:4rem;width:4rem;justify-content:center;align-items:center}:host .Show__All__Card__Text{margin-bottom:0px;margin-top:auto}::slotted(.display-none){display:none !important}"}},[257,"ix-card-list",{ariaLabelExpandButton:[1,"aria-label-expand-button"],label:[1],collapse:[1028],listStyle:[1,"list-style"],maxVisibleCards:[2,"max-visible-cards"],showAllCount:[2,"show-all-count"],suppressOverflowHandling:[4,"suppress-overflow-handling"],hideShowAll:[4,"hide-show-all"],i18nShowAll:[1,"i18n-show-all"],i18nMoreCards:[1,"i18n-more-cards"],hasOverflowingElements:[32],numberOfOverflowingElements:[32],numberOfAllChildElements:[32],leftScrollDistance:[32],rightScrollDistance:[32]},[[9,"resize","detectOverflow"]]]);let kb=class{hasCategory(){return void 0!==this.category}constructor(e,t){this.token=e,this.category=t}};var xb;async function wb(e){if("function"==typeof e.isTouched)return e.isTouched()}async function Sb(e){if(e.getAssociatedFormElement&&"function"==typeof e.getAssociatedFormElement){const t=await e.getAssociatedFormElement();return!!t&&t.noValidate}return!1}function Cb(e,t,o){const r=new MutationObserver(t);return r.observe(e,{subtree:null==o?void 0:o.includeChildren,childList:null==o?void 0:o.includeChildren,attributes:!0,attributeFilter:["class"]}),{destroy(){r.disconnect()}}}function Eb(e,t,o){return e.classList.contains(`${t}`)||!!o&&!!e.querySelector(`.${t}`)}function Lb(e,t=!1){return{isInvalid:Eb(e,"ix-invalid",t)||Eb(e,"ix-invalid--validity-invalid",t),isInvalidByRequired:Eb(e,"ix-invalid--required",t),isValid:Eb(e,"ix-valid",t),isInfo:Eb(e,"ix-info",t),isWarning:Eb(e,"ix-warning",t)}}function _b(e){return(t,o)=>{let r,n;const{componentWillLoad:a,disconnectedCallback:i,connectedCallback:s}=t;t.connectedCallback=function(){const e=this;return r=async()=>{if(!(await Sb(e))){if(e.hasValidValue&&"function"==typeof e.hasValidValue){const t=await e.hasValidValue(),o=await wb(e);e.required?e.classList.toggle("ix-invalid--required",!t&&o):e.classList.remove("ix-invalid--required")}if(e.getValidityState&&"function"==typeof e.getValidityState){const t=await e.getValidityState(),o=await wb(e);e.classList.toggle("ix-invalid--validity-patternMismatch",t.patternMismatch),e.classList.toggle("ix-invalid--validity-invalid",!t.valid&&o)}}},e.addEventListener("checkedChange",r),e.addEventListener("valueChange",r),e.addEventListener("ixBlur",r),setTimeout(r),null==s?void 0:s.call(this)},t.componentWillLoad=function(){const r=this;n=Cb(r,()=>{const n=Lb(r,null==e?void 0:e.includeChildren);t[o].call(this,n)},e);const i=Lb(r,null==e?void 0:e.includeChildren);return t[o].call(this,i),null==a?void 0:a.call(this)},t.disconnectedCallback=function(){const e=this;return e&&n&&(n.destroy(),n=null),e&&r&&(e.removeEventListener("checkedChange",r),e.removeEventListener("valueChange",r),e.removeEventListener("ixBlur",r),r=null),null==i?void 0:i.call(this)}}}function Tb(e,t,o){return e?null!=t?t:o:t}!function(e){e.EQUAL="Equal",e.NOT_EQUAL="Not equal"}(xb||(xb={})),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.categoryChanged=Ws(this,"categoryChanged",7),this.inputChanged=Ws(this,"inputChanged",7),this.filterChanged=Ws(this,"filterChanged",7),this.filterCleared=Ws(this,"filterCleared",7),this.ID_CUSTOM_FILTER_VALUE="CW_CUSTOM_FILTER_VALUE",this.textInput=ah(),this.showDropdown=!1,this.hasFocus=!1,this.categoryLogicalOperator=xb.EQUAL,this.inputValue="",this.category="",this.filterTokens=[],this.disabled=!1,this.readonly=!1,this.nonSelectableCategories={},this.hideIcon=!1,this.uniqueCategories=!1,this.labelCategories="Categories",this.i18nPlainText="Filter by text",this.enableTopLayer=!1}get dropdown(){return this.hostElement.shadowRoot.querySelector("ix-dropdown")}watchFilterState(e){this.setFilterState(e)}preventDefault(e){e.preventDefault()}onFocusIn(){this.hasFocus=!0}onFocusOut(){this.hasFocus=!1}onInput(){var e,t,o,r;this.inputValue=null!==(o=null===(t=null===(e=this.textInput)||void 0===e?void 0:e.current)||void 0===t?void 0:t.value)&&void 0!==o?o:"";const n=new kb(this.inputValue,this.category);this.inputChanged.emit(n),(null===(r=this.dropdown)||void 0===r?void 0:r.show)||this.openDropdown()}componentWillLoad(){this.a11yAttributes=Pl(this.hostElement)}componentDidLoad(){var e;setTimeout(()=>{void 0!==this.filterState&&this.setFilterState(this.filterState)}),void 0!==this.formElement&&(this.formKeyDownListener=oh(this.formElement,"keydown",e=>this.handleFormElementKeyDown(e)),this.preventDefaultListener=oh(this.formElement,"submit",this.preventDefault)),null!=(null===(e=this.textInput)||void 0===e?void 0:e.current)?(this.inputKeyDownListener=oh(this.textInput.current,"keydown",e=>this.handleInputElementKeyDown(e)),this.focusInListener=oh(this.textInput.current,"focusin",()=>this.onFocusIn()),this.focusOutListener=oh(this.textInput.current,"focusout",()=>this.onFocusOut()),this.inputListener=oh(this.textInput.current,"input",()=>this.onInput())):console.warn("ix-category-filter - unable to add event listeners to native input element")}setFilterState(e){this.filterTokens=[];for(const t of e.tokens)this.addToken(t,this.ID_CUSTOM_FILTER_VALUE,this.categoryLogicalOperator,!1);for(const t of e.categories)this.addToken(t.value,t.id,t.operator,!1);this.emitFilterEvent()}closeDropdown(){this.disabled||this.readonly||this.dropdown&&(this.dropdown.show=!1)}openDropdown(){this.disabled||this.readonly||this.dropdown&&(this.dropdown.show=!0)}handleFormElementKeyDown(e){var t,o,r;switch(e.code){case"Enter":case"NumpadEnter":if(!(null===(t=document.activeElement)||void 0===t?void 0:t.classList.contains("dropdown-item")))return;const n=document.activeElement.getAttribute("data-id");if(null===n)break;this.hasCategorySelection()?""!==this.category?(this.addToken(n,this.category),null===(r=null===(o=this.textInput)||void 0===o?void 0:o.current)||void 0===r||r.focus()):document.activeElement.classList.contains("category-item-id")&&this.selectCategory(n):this.addToken(n),e.preventDefault();break;case"ArrowUp":this.focusPreviousItem(),e.preventDefault();break;case"ArrowDown":this.showDropdown=!0,this.focusNextItem(),e.preventDefault();break;case"Escape":this.closeDropdown()}}focusPreviousItem(){var e;const t=null===(e=document.activeElement)||void 0===e?void 0:e.previousSibling;t instanceof ss&&t.focus()}focusNextItem(){var e;const t=null===(e=document.activeElement)||void 0===e?void 0:e.nextSibling;t instanceof ss&&t.focus()}focusElement(e){const t=this.hostElement.shadowRoot.querySelector(e);return t instanceof ss&&(t.focus(),!0)}onArrowDown(e){var t;(this.focusElement(".category-item-"+(""!==this.category?"value":"id"))||(null===(t=this.suggestions)||void 0===t?void 0:t.length)&&this.focusElement(".category-item"))&&e.stopPropagation()}handleInputElementKeyDown(e){var t,o;switch(e.code){case"ArrowDown":this.onArrowDown(e);break;case"Backspace":if(""!==(null===(o=null===(t=this.textInput)||void 0===t?void 0:t.current)||void 0===o?void 0:o.value))return;if(""!==this.category)return void(this.category="");const r=this.filterTokens.length;r>0&&this.removeToken(r-1);break;case"Enter":case"NumpadEnter":this.addToken(this.inputValue,this.category||this.ID_CUSTOM_FILTER_VALUE),e.preventDefault()}}emitFilterEvent(){const e=this.filterTokens.filter(e=>e.id===this.ID_CUSTOM_FILTER_VALUE).map(e=>e.value),t=this.filterTokens.filter(e=>e.id!==this.ID_CUSTOM_FILTER_VALUE);this.filterChanged.emit({tokens:e,categories:t})}addToken(e,t=this.ID_CUSTOM_FILTER_VALUE,o=this.categoryLogicalOperator,r=!0){var n;if(null==e)return;const a=e.trim();""!==a&&(this.hasToken(a)||(this.filterTokens=[...this.filterTokens,{id:t,value:a,operator:o}],(null===(n=this.textInput)||void 0===n?void 0:n.current)&&(this.textInput.current.value=""),this.inputValue="",this.categoryLogicalOperator=xb.EQUAL,""!==this.category&&(this.category=""),this.isScrollStateDirty=!0,r&&this.emitFilterEvent()))}removeToken(e){this.filterTokens=this.filterTokens.filter((t,o)=>o!==e),this.emitFilterEvent()}getCategoryIds(){const e=[];for(const t in this.categories)Object.prototype.hasOwnProperty.call(this.categories,t)&&e.push(t);return e}selectCategory(e){var t,o,r;this.category=e,(null===(t=this.textInput)||void 0===t?void 0:t.current)&&(this.textInput.current.value=""),this.inputValue="",null===(r=null===(o=this.textInput)||void 0===o?void 0:o.current)||void 0===r||r.focus(),this.categoryChanged.emit(e)}resetFilter(e){const{defaultPrevented:t}=this.filterCleared.emit();t||(e.stopPropagation(),this.closeDropdown(),this.filterTokens=[],this.category&&(this.category="",this.categoryChanged.emit(void 0)),this.emitFilterEvent())}filterMultiples(e){return!this.uniqueCategories||!this.filterTokens.find(t=>t.id===e)}hasToken(e){return this.filterTokens.some(t=>{const o=t.value===e;return!!o&&(""!==this.category?this.category===t.id:t.id?t.id===this.ID_CUSTOM_FILTER_VALUE:o)})}filterDuplicateTokens(e){return!this.hasToken(e)}filterByInput(e){return void 0===this.inputValue||""===this.inputValue||-1!==e.toLowerCase().indexOf(this.inputValue.toLowerCase())}toggleCategoryOperator(){switch(this.categoryLogicalOperator){case xb.EQUAL:this.categoryLogicalOperator=xb.NOT_EQUAL;break;case xb.NOT_EQUAL:this.categoryLogicalOperator=xb.EQUAL}}getFilterChipLabel(e){var t,o,r,n,a;return e.id===this.ID_CUSTOM_FILTER_VALUE?e.value:`${null!==(a=null!==(r=null===(o=null===(t=this.categories)||void 0===t?void 0:t[e.id])||void 0===o?void 0:o.label)&&void 0!==r?r:null===(n=this.nonSelectableCategories)||void 0===n?void 0:n[e.id])&&void 0!==a?a:e.id} ${e.operator===xb.EQUAL?"=":"!="} ${e.value}`}getFilteredSuggestions(){var e,t;return(null===(e=this.suggestions)||void 0===e?void 0:e.length)?null===(t=this.suggestions)||void 0===t?void 0:t.filter(e=>this.filterByInput(e)).filter(e=>this.filterDuplicateTokens(e)):[]}hasCategorySelection(){return void 0!==this.categories}renderPlainSuggestions(){return Is("div",{class:"dropdown-item-container"},this.getFilteredSuggestions().map(e=>Is("button",{class:"dropdown-item","data-id":e,onClick:()=>{var t,o;this.addToken(e),null===(o=null===(t=this.textInput)||void 0===t?void 0:t.current)||void 0===o||o.focus()},key:e,title:e},e)))}renderOperatorButton(){return this.staticOperator?"":Is(fh,Object.assign({},{type:"button",variant:"subtle-tertiary",iconOnly:!0,iconOval:!1,selected:!1,disabled:this.disabled||void 0!==this.staticOperator,loading:!1,icon:"",onClick:e=>{e.stopPropagation(),this.toggleCategoryOperator()},extraClasses:{"btn-icon-32":!0,"btn-toggle-operator":!0},ariaAttributes:{"aria-label":this.ariaLabelOperatorButton}}),this.categoryLogicalOperator===xb.NOT_EQUAL?"=":"!=")}getFilterOperatorString(){let e;return e=void 0!==this.staticOperator?this.staticOperator:this.categoryLogicalOperator,(e===xb.EQUAL?"=":"!=")+" "}renderCategoryValues(){var e,t;if(void 0!==this.categories)return Is("div",{class:"dropdown-item-container"},this.renderOperatorButton(),Is("div",{class:"dropdown-header"},null===(e=this.categories[this.category])||void 0===e?void 0:e.label),null===(t=this.categories[this.category])||void 0===t?void 0:t.options.filter(e=>this.filterByInput(e)).filter(e=>this.filterDuplicateTokens(e)).map(e=>Is("button",{class:"dropdown-item category-item-value","data-id":e,title:e,key:e,onClick:t=>{var o,r;t.preventDefault(),this.addToken(e,this.category),null===(r=null===(o=this.textInput)||void 0===o?void 0:o.current)||void 0===r||r.focus()}},`${this.getFilterOperatorString()} ${e}`)))}renderDropdownContent(){return this.hasCategorySelection()?""!==this.category?this.renderCategoryValues():this.renderCategorySelection():this.renderPlainSuggestions()}renderCategorySelection(){var e;return Is("div",{class:"dropdown-item-container"},null===(e=this.getCategoryIds())||void 0===e?void 0:e.filter(e=>this.categories&&this.filterByInput(this.categories[e].label)).filter(e=>this.filterMultiples(e)).map(e=>{var t,o,r,n;return Is("button",{class:"dropdown-item category-item category-item-id","data-id":e,title:null===(o=null===(t=this.categories)||void 0===t?void 0:t[e])||void 0===o?void 0:o.label,key:e,onClick:t=>{t.preventDefault(),this.selectCategory(e)},tabindex:"0"},null===(n=null===(r=this.categories)||void 0===r?void 0:r[e])||void 0===n?void 0:n.label)}))}getDropdownHeader(){return void 0!==this.categories?""!==this.category?void 0:this.labelCategories:this.i18nPlainText}componentDidRender(){var e,t;this.isScrollStateDirty&&(null===(t=null===(e=this.textInput)||void 0===e?void 0:e.current)||void 0===t||t.scrollIntoView(),this.isScrollStateDirty=!1)}disconnectedCallback(){var e;this.preventDefaultListener&&this.preventDefaultListener(),this.formKeyDownListener&&this.formKeyDownListener(),this.inputKeyDownListener&&(null===(e=this.inputKeyDownListener)||void 0===e||e.call(this)),this.focusInListener&&this.focusInListener(),this.focusOutListener&&this.focusOutListener(),this.inputListener&&this.inputListener()}getResetButton(){return Is("ix-icon-button",{onClick:e=>this.resetFilter(e),class:{"reset-button":!0,"hide-reset-button":!this.filterTokens.length&&""===this.category},variant:"tertiary",oval:!0,icon:ql,iconColor:"color-soft-text",size:"16","aria-label":this.ariaLabelResetButton})}getIconColor(){return this.disabled?"color-componentn-1":this.readonly?"color-std-txt":"color-primary"}render(){var e,t,o;return Is(Os,{key:"c9e7bdba1b9a6c9c368ff11d40ccf41883cc7d6d"},Is("form",{key:"1201a3a234a4c1c49f7897f1461dc9dcc7974c08",ref:e=>this.formElement=e},Is("div",{key:"f6330fac3e425656ec2e3c1511edd822c091829e","read-only":this.readonly,class:{"input-container":!0,disabled:this.disabled,focus:this.hasFocus,readonly:this.readonly,"no-icon":this.hideIcon}},Is("ix-icon",{key:"dd3ba3a48b05fc1ac46e631c133fc58c0bd8b5bc",color:this.getIconColor(),class:{"display-none":this.hideIcon},name:null!==(e=this.icon)&&void 0!==e?e:rd,size:"16"}),Is("div",{key:"cb89410ee85d600ba5eb8708f635f1fb7324673d",class:"token-container"},Is("div",{key:"b8b053df9ef5d6ac9db6a0e0c39d231943f7a96e",class:"list-unstyled"},this.filterTokens.map((e,t)=>Is("span",{key:""+e,class:{animate__animated:!0,animate__fadein:!0}},Is("ix-filter-chip",{disabled:this.disabled,readonly:this.readonly,onClick:e=>e.stopPropagation(),onCloseClick:()=>this.removeToken(t)},this.getFilterChipLabel(e)))),void 0===this.categories?"":Is("span",{class:{"category-preview":!0,"display-none":""===this.category}},null===(t=this.categories[this.category])||void 0===t?void 0:t.label),Is("input",Object.assign({key:"e589a93dc007d179d555e65fe655bb89d37f9e0a",class:{"text-input":!0,"hide-placeholder":this.readonly||this.disabled||""!==this.category},autocomplete:"off",name:"category-filter-input",disabled:this.disabled,readonly:this.readonly,ref:this.textInput,type:"text",placeholder:this.placeholder},this.a11yAttributes,{"aria-label":this.ariaLabelFilterInput})))),!this.readonly&&!this.disabled&&this.getResetButton())),this.disabled||this.readonly?"":Is("ix-dropdown",{show:this.showDropdown,closeBehavior:"outside",offset:{mainAxis:2},anchor:null===(o=this.textInput)||void 0===o?void 0:o.waitForCurrent(),trigger:this.hostElement,header:this.getDropdownHeader(),enableTopLayer:this.enableTopLayer},this.renderDropdownContent()))}get hostElement(){return this}static get watchers(){return{filterState:[{watchFilterState:0}]}}static get style(){return':host{--ix-button-border-radius-left:var(--theme-btn--border-radius);--ix-button-border-radius-right:var(--theme-btn--border-radius);display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}: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 button,:host a{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host .icon{pointer-events:none;margin-right:0.25rem}:host .icon-right{margin-left:0.25rem}:host(.disabled){cursor:default}:host{--ix-button-border-radius-left:var(--theme-btn--border-radius);--ix-button-border-radius-right:var(--theme-btn--border-radius);display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}: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 button,:host a{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host .icon{pointer-events:none;margin-right:0.25rem}:host .icon-right{margin-left:0.25rem}:host(.disabled){cursor:default}:host .btn-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-primary,:host .btn-primary.focus,:host .btn-primary:focus-visible{background-color:var(--theme-btn-primary--background);color:var(--theme-btn-primary--color);--ix-button-color:var(--theme-btn-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-primary--border-color);border-style:solid}:host .btn-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-primary.selected{background-color:var(--theme-btn-primary--background--pressed);color:var(--theme-btn-primary--color--pressed)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-primary--background--pressed-hover);color:var(--theme-btn-primary--color--pressed-hover)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):active,:host .btn-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-primary--background--pressed-hover);color:var(--theme-btn-primary--color--pressed-active)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):hover,:host .btn-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-primary--border-color--hover);background-color:var(--theme-btn-primary--background--hover);color:var(--theme-btn-primary--color--hover)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):active,:host .btn-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-primary--border-color--active);background-color:var(--theme-btn-primary--background--active);color:var(--theme-btn-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-primary.disabled,:host(.disabled) .btn-primary:disabled{pointer-events:none;border-color:var(--theme-btn-primary--border-color--disabled);background-color:var(--theme-btn-primary--background--disabled);color:var(--theme-btn-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-primary--color--disabled)}:host .btn-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-secondary,:host .btn-secondary.focus,:host .btn-secondary:focus-visible{background-color:var(--theme-btn-secondary--background);color:var(--theme-btn-secondary--color);--ix-button-color:var(--theme-btn-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-secondary--border-color);border-style:solid}:host .btn-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-secondary.selected{background-color:var(--theme-btn-secondary--background--pressed);color:var(--theme-btn-secondary--color--pressed)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-secondary--background--pressed-hover);color:var(--theme-btn-secondary--color--pressed-hover)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-secondary--background--pressed-hover);color:var(--theme-btn-secondary--color--pressed-active)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):hover,:host .btn-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-secondary--border-color--hover);background-color:var(--theme-btn-secondary--background--hover);color:var(--theme-btn-secondary--color--hover)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):active,:host .btn-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-secondary--border-color--active);background-color:var(--theme-btn-secondary--background--active);color:var(--theme-btn-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-secondary.disabled,:host(.disabled) .btn-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-secondary--border-color--disabled);background-color:var(--theme-btn-secondary--background--disabled);color:var(--theme-btn-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-secondary--color--disabled)}:host .btn-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-tertiary,:host .btn-tertiary.focus,:host .btn-tertiary:focus-visible{background-color:var(--theme-btn-tertiary--background);color:var(--theme-btn-tertiary--color);--ix-button-color:var(--theme-btn-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-tertiary--border-color);border-style:solid}:host .btn-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-tertiary.selected{background-color:var(--theme-btn-tertiary--background--pressed);color:var(--theme-btn-tertiary--color--pressed)}:host .btn-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-tertiary--background--pressed-hover);color:var(--theme-btn-tertiary--color--pressed-hover)}:host .btn-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-tertiary--background--pressed-hover);color:var(--theme-btn-tertiary--color--pressed-active)}:host .btn-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary:not(.disabled):not(:disabled):hover,:host .btn-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-tertiary--border-color--hover);background-color:var(--theme-btn-tertiary--background--hover);color:var(--theme-btn-tertiary--color--hover)}:host .btn-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary:not(.disabled):not(:disabled):active,:host .btn-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-tertiary--border-color--active);background-color:var(--theme-btn-tertiary--background--active);color:var(--theme-btn-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-tertiary.disabled,:host(.disabled) .btn-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-tertiary--border-color--disabled);background-color:var(--theme-btn-tertiary--background--disabled);color:var(--theme-btn-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-tertiary--color--disabled)}:host .btn-subtle-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-primary,:host .btn-subtle-primary.focus,:host .btn-subtle-primary:focus-visible{background-color:var(--theme-btn-subtle-primary--background);color:var(--theme-btn-subtle-primary--color);--ix-button-color:var(--theme-btn-subtle-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-primary--border-color);border-style:solid}:host .btn-subtle-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-primary.selected{background-color:var(--theme-btn-subtle-primary--background--pressed);color:var(--theme-btn-subtle-primary--color--pressed)}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-primary--background--pressed-hover);color:var(--theme-btn-subtle-primary--color--pressed-hover)}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-primary--background--pressed-hover);color:var(--theme-btn-subtle-primary--color--pressed-active)}:host .btn-subtle-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary:not(.disabled):not(:disabled):hover,:host .btn-subtle-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-primary--border-color--hover);background-color:var(--theme-btn-subtle-primary--background--hover);color:var(--theme-btn-subtle-primary--color--hover)}:host .btn-subtle-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary:not(.disabled):not(:disabled):active,:host .btn-subtle-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-primary--border-color--active);background-color:var(--theme-btn-subtle-primary--background--active);color:var(--theme-btn-subtle-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-primary.disabled,:host(.disabled) .btn-subtle-primary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-primary--border-color--disabled);background-color:var(--theme-btn-subtle-primary--background--disabled);color:var(--theme-btn-subtle-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-primary--color--disabled)}:host .btn-subtle-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-secondary,:host .btn-subtle-secondary.focus,:host .btn-subtle-secondary:focus-visible{background-color:var(--theme-btn-subtle-secondary--background);color:var(--theme-btn-subtle-secondary--color);--ix-button-color:var(--theme-btn-subtle-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-secondary--border-color);border-style:solid}:host .btn-subtle-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-secondary.selected{background-color:var(--theme-btn-subtle-secondary--background--pressed);color:var(--theme-btn-subtle-secondary--color--pressed)}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-secondary--background--pressed-hover);color:var(--theme-btn-subtle-secondary--color--pressed-hover)}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-secondary--background--pressed-hover);color:var(--theme-btn-subtle-secondary--color--pressed-active)}:host .btn-subtle-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary:not(.disabled):not(:disabled):hover,:host .btn-subtle-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-secondary--border-color--hover);background-color:var(--theme-btn-subtle-secondary--background--hover);color:var(--theme-btn-subtle-secondary--color--hover)}:host .btn-subtle-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary:not(.disabled):not(:disabled):active,:host .btn-subtle-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-secondary--border-color--active);background-color:var(--theme-btn-subtle-secondary--background--active);color:var(--theme-btn-subtle-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-secondary.disabled,:host(.disabled) .btn-subtle-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-secondary--border-color--disabled);background-color:var(--theme-btn-subtle-secondary--background--disabled);color:var(--theme-btn-subtle-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-secondary--color--disabled)}:host .btn-subtle-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-tertiary,:host .btn-subtle-tertiary.focus,:host .btn-subtle-tertiary:focus-visible{background-color:var(--theme-btn-subtle-tertiary--background);color:var(--theme-btn-subtle-tertiary--color);--ix-button-color:var(--theme-btn-subtle-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-tertiary--border-color);border-style:solid}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-tertiary.selected{background-color:var(--theme-btn-subtle-tertiary--background--pressed);color:var(--theme-btn-subtle-tertiary--color--pressed)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-hover)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-active)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-tertiary--border-color--hover);background-color:var(--theme-btn-subtle-tertiary--background--hover);color:var(--theme-btn-subtle-tertiary--color--hover)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-tertiary--border-color--active);background-color:var(--theme-btn-subtle-tertiary--background--active);color:var(--theme-btn-subtle-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-tertiary.disabled,:host(.disabled) .btn-subtle-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-tertiary--border-color--disabled);background-color:var(--theme-btn-subtle-tertiary--background--disabled);color:var(--theme-btn-subtle-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-tertiary--color--disabled)}:host .btn-danger-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-primary,:host .btn-danger-primary.focus,:host .btn-danger-primary:focus-visible{background-color:var(--theme-btn-danger-primary--background);color:var(--theme-btn-danger-primary--color);--ix-button-color:var(--theme-btn-danger-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-primary--border-color);border-style:solid}:host .btn-danger-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-primary.selected{background-color:var(--theme-btn-danger-primary--background--pressed);color:var(--theme-btn-danger-primary--color--pressed)}:host .btn-danger-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-primary--background--pressed-hover);color:var(--theme-btn-danger-primary--color--pressed-hover)}:host .btn-danger-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-primary--background--pressed-hover);color:var(--theme-btn-danger-primary--color--pressed-active)}:host .btn-danger-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary:not(.disabled):not(:disabled):hover,:host .btn-danger-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-primary--border-color--hover);background-color:var(--theme-btn-danger-primary--background--hover);color:var(--theme-btn-danger-primary--color--hover)}:host .btn-danger-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary:not(.disabled):not(:disabled):active,:host .btn-danger-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-primary--border-color--active);background-color:var(--theme-btn-danger-primary--background--active);color:var(--theme-btn-danger-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-primary.disabled,:host(.disabled) .btn-danger-primary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-primary--border-color--disabled);background-color:var(--theme-btn-danger-primary--background--disabled);color:var(--theme-btn-danger-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-primary--color--disabled)}:host .btn-danger-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-secondary,:host .btn-danger-secondary.focus,:host .btn-danger-secondary:focus-visible{background-color:var(--theme-btn-danger-secondary--background);color:var(--theme-btn-danger-secondary--color);--ix-button-color:var(--theme-btn-danger-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-secondary--border-color);border-style:solid}:host .btn-danger-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-secondary.selected{background-color:var(--theme-btn-danger-secondary--background--pressed);color:var(--theme-btn-danger-secondary--color--pressed)}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-secondary--background--pressed-hover);color:var(--theme-btn-danger-secondary--color--pressed-hover)}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-secondary--background--pressed-hover);color:var(--theme-btn-danger-secondary--color--pressed-active)}:host .btn-danger-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary:not(.disabled):not(:disabled):hover,:host .btn-danger-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-secondary--border-color--hover);background-color:var(--theme-btn-danger-secondary--background--hover);color:var(--theme-btn-danger-secondary--color--hover)}:host .btn-danger-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary:not(.disabled):not(:disabled):active,:host .btn-danger-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-secondary--border-color--active);background-color:var(--theme-btn-danger-secondary--background--active);color:var(--theme-btn-danger-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-secondary.disabled,:host(.disabled) .btn-danger-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-secondary--border-color--disabled);background-color:var(--theme-btn-danger-secondary--background--disabled);color:var(--theme-btn-danger-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-secondary--color--disabled)}:host .btn-danger-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-tertiary,:host .btn-danger-tertiary.focus,:host .btn-danger-tertiary:focus-visible{background-color:var(--theme-btn-danger-tertiary--background);color:var(--theme-btn-danger-tertiary--color);--ix-button-color:var(--theme-btn-danger-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-tertiary--border-color);border-style:solid}:host .btn-danger-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-tertiary.selected{background-color:var(--theme-btn-danger-tertiary--background--pressed);color:var(--theme-btn-danger-tertiary--color--pressed)}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-tertiary--background--pressed-hover);color:var(--theme-btn-danger-tertiary--color--pressed-hover)}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-tertiary--background--pressed-hover);color:var(--theme-btn-danger-tertiary--color--pressed-active)}:host .btn-danger-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary:not(.disabled):not(:disabled):hover,:host .btn-danger-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-tertiary--border-color--hover);background-color:var(--theme-btn-danger-tertiary--background--hover);color:var(--theme-btn-danger-tertiary--color--hover)}:host .btn-danger-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary:not(.disabled):not(:disabled):active,:host .btn-danger-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-tertiary--border-color--active);background-color:var(--theme-btn-danger-tertiary--background--active);color:var(--theme-btn-danger-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-tertiary.disabled,:host(.disabled) .btn-danger-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-tertiary--border-color--disabled);background-color:var(--theme-btn-danger-tertiary--background--disabled);color:var(--theme-btn-danger-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-tertiary--color--disabled)}:host{min-width:5rem}.dropdown-group{margin:0.687rem;display:block;position:relative;width:21.562rem;border-radius:0.25rem;background-color:#f8f9fa;border:solid 0.062rem rgba(0, 0, 0, 0.25)}.dropdown-group .dropdown-group-title{display:block;position:relative;font-size:0.875rem;text-align:left;margin:0.937rem 0 1.25rem 0.937rem}.dropdown-group .dropdown-group-content{position:relative;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;height:11.562rem;margin:0.937rem 0 0.937rem 0.937rem}.dropdown-group .dropdown-group-content>*{margin-bottom:1rem}.dropdown-group-submit{display:flex;justify-content:space-between;margin:0 0.687rem 0 0.687rem}.dropdown-menu{position:absolute;background-color:var(--theme-menu--background);border:var(--theme-menu--border-thickness) solid var(--theme-menu--border--color);border-radius:var(--theme-menu--border-radius);max-width:100vw;padding:0.25rem 0;transition:background-color var(--theme-default-time);box-shadow:var(--theme-menu--box-shadow);font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.143em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.dropdown-menu.xl>.dropdown-item{height:2.5rem;line-height:2.187rem}.dropdown-header{display:flex;align-items:center;height:2.5rem;color:var(--theme-menu-header--color);padding:0 1rem}.dropdown-buttons{display:flex;padding:0.25rem 0.5rem}.dropdown-buttons ix-icon-button+ix-icon-button{margin-inline-start:0.5rem}.dropdown-item{display:flex;height:2.5rem;position:relative;align-items:center;cursor:pointer;padding:0 2rem;border:1px solid transparent;color:var(--theme-menu-item--color);background-color:transparent}.dropdown-item:focus-visible{background-color:var(--theme-menu-item--background);color:var(--theme-menu-item--color)}.dropdown-item:focus-visible{outline:none;background-color:var(--theme-menu-item--background);border-color:#119fff;color:var(--theme-menu-item--color--focus)}.dropdown-item:not(.disabled):not(:disabled){cursor:pointer}.dropdown-item:not(.disabled):not(:disabled):hover,.dropdown-item:not(.disabled):not(:disabled).hover{color:var(--theme-menu-item--color--hover);background-color:var(--theme-menu-item--background--hover)}.dropdown-item:not(.disabled):not(:disabled){cursor:pointer}.dropdown-item:not(.disabled):not(:disabled):active,.dropdown-item:not(.disabled):not(:disabled).active{color:var(--theme-menu-item--color--active);background-color:var(--theme-menu-item--background--active)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--theme-menu-item--color--disabled);background-color:var(--theme-menu-item--background--disabled)}.dropdown-item>a,.dropdown-item a:hover,.dropdown-item a:active{color:var(--theme-color-std-text)}.dropdown-item>.glyph{color:var(--theme-menu-item-icon--color)}.dropdown-item>.glyph.disabled{color:var(--color-weak-text)}.dropdown-item>.glyph.glyph-single-check{color:var(--theme-menu-item-icon-check--color)}.dropdown-item>.glyph{margin-inline-end:0.5rem}.dropdown-item>input[type=checkbox]+label{margin-bottom:0px}.dropdown-item>input[type=checkbox]+label::before{margin-right:1rem}.dropdown-divider{border-top:1px solid var(--theme-menu-separator--background);margin:0.25rem 0}button.dropdown-toggle{position:relative;padding-right:1.5rem}button.dropdown-toggle::after{position:absolute;top:45%;right:0.5rem}:host{display:block;position:relative;height: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 .reset-button{position:absolute;top:0.25rem;right:0.25rem}:host .reset-button.hide-reset-button{display:none}:host .input-container:not(.readonly):not(.no-icon){min-height:2rem;width:auto;padding:1px 1.5rem 1px 1.75rem;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}:host .input-container:not(.readonly):not(.no-icon)[type=number]{text-align:right}:host .input-container:not(.readonly):not(.no-icon)[type=number]::-webkit-inner-spin-button{margin-right:-2px;margin-left:2px;display:none}:host .input-container:not(.readonly):not(.no-icon):-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}:host .input-container:not(.readonly):not(.no-icon):-webkit-autofill,:host .input-container:not(.readonly):not(.no-icon):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}:host .input-container:not(.readonly):not(.no-icon)::-moz-placeholder{color:var(--theme-input-hint--color)}:host .input-container:not(.readonly):not(.no-icon)::placeholder{color:var(--theme-input-hint--color)}:host .input-container:not(.readonly):not(.no-icon).hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:-moz-read-only),:host .input-container:not(.readonly):not(.no-icon):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)}:host .input-container:not(.readonly):not(.no-icon).hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),:host .input-container:not(.readonly):not(.no-icon):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)}:host .input-container:not(.readonly):not(.no-icon).focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:-moz-read-only),:host .input-container:not(.readonly):not(.no-icon):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}:host .input-container:not(.readonly):not(.no-icon).focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),:host .input-container:not(.readonly):not(.no-icon):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}:host .input-container:not(.readonly):not(.no-icon):disabled,:host .input-container:not(.readonly):not(.no-icon).disabled{box-shadow:none;background-color:transparent;outline:none;border:var(--theme-input--border-thickness) solid var(--theme-input--border-color--disabled)}:host .input-container:not(.readonly):not(.no-icon):disabled::-moz-placeholder,:host .input-container:not(.readonly):not(.no-icon).disabled::-moz-placeholder{color:transparent}:host .input-container:not(.readonly):not(.no-icon):disabled::placeholder,:host .input-container:not(.readonly):not(.no-icon).disabled::placeholder{color:transparent}:host .input-container:not(.readonly).no-icon{min-height:2rem;width:auto;padding:1px 1.5rem 1px 0.25rem;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}:host .input-container:not(.readonly).no-icon[type=number]{text-align:right}:host .input-container:not(.readonly).no-icon[type=number]::-webkit-inner-spin-button{margin-right:-2px;margin-left:2px;display:none}:host .input-container:not(.readonly).no-icon:-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}:host .input-container:not(.readonly).no-icon:-webkit-autofill,:host .input-container:not(.readonly).no-icon: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}:host .input-container:not(.readonly).no-icon::-moz-placeholder{color:var(--theme-input-hint--color)}:host .input-container:not(.readonly).no-icon::placeholder{color:var(--theme-input-hint--color)}:host .input-container:not(.readonly).no-icon.hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:-moz-read-only),:host .input-container:not(.readonly).no-icon: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)}:host .input-container:not(.readonly).no-icon.hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),:host .input-container:not(.readonly).no-icon: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)}:host .input-container:not(.readonly).no-icon.focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:-moz-read-only),:host .input-container:not(.readonly).no-icon: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}:host .input-container:not(.readonly).no-icon.focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),:host .input-container:not(.readonly).no-icon: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}:host .input-container:not(.readonly).no-icon:disabled,:host .input-container:not(.readonly).no-icon.disabled{box-shadow:none;background-color:transparent;outline:none;border:var(--theme-input--border-thickness) solid var(--theme-input--border-color--disabled)}:host .input-container:not(.readonly).no-icon:disabled::-moz-placeholder,:host .input-container:not(.readonly).no-icon.disabled::-moz-placeholder{color:transparent}:host .input-container:not(.readonly).no-icon:disabled::placeholder,:host .input-container:not(.readonly).no-icon.disabled::placeholder{color:transparent}:host .input-container.readonly:not(.no-icon){min-height:2rem;width:auto;padding:1px 1.5rem 1px 1.75rem;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}:host .input-container.readonly:not(.no-icon)[type=number]{text-align:right}:host .input-container.readonly:not(.no-icon)[type=number]::-webkit-inner-spin-button{margin-right:-2px;margin-left:2px;display:none}:host .input-container.readonly:not(.no-icon):-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}:host .input-container.readonly:not(.no-icon):-webkit-autofill,:host .input-container.readonly:not(.no-icon):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}:host .input-container.readonly:not(.no-icon)::-moz-placeholder{color:var(--theme-input-hint--color)}:host .input-container.readonly:not(.no-icon)::placeholder{color:var(--theme-input-hint--color)}:host .input-container.readonly:not(.no-icon).hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:-moz-read-only),:host .input-container.readonly:not(.no-icon):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)}:host .input-container.readonly:not(.no-icon).hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),:host .input-container.readonly:not(.no-icon):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)}:host .input-container.readonly:not(.no-icon).focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:-moz-read-only),:host .input-container.readonly:not(.no-icon):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}:host .input-container.readonly:not(.no-icon).focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),:host .input-container.readonly:not(.no-icon):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}:host .input-container.readonly:not(.no-icon):-moz-read-only{box-shadow:none;background-color:transparent;outline:none;border:var(--theme-input--border-thickness) solid var(--theme-input--border-color--readonly)}:host .input-container.readonly:not(.no-icon).read-only,:host .input-container.readonly:not(.no-icon):read-only{box-shadow:none;background-color:transparent;outline:none;border:var(--theme-input--border-thickness) solid var(--theme-input--border-color--readonly)}:host .input-container.readonly:not(.no-icon).read-only::-moz-placeholder,:host .input-container.readonly:not(.no-icon):read-only::-moz-placeholder{color:transparent}:host .input-container.readonly:not(.no-icon):-moz-read-only::placeholder{color:transparent}:host .input-container.readonly:not(.no-icon).read-only::placeholder,:host .input-container.readonly:not(.no-icon):read-only::placeholder{color:transparent}:host .input-container.readonly:not(.no-icon):disabled,:host .input-container.readonly:not(.no-icon).disabled{box-shadow:none;background-color:transparent;outline:none;border:var(--theme-input--border-thickness) solid var(--theme-input--border-color--disabled)}:host .input-container.readonly:not(.no-icon):disabled::-moz-placeholder,:host .input-container.readonly:not(.no-icon).disabled::-moz-placeholder{color:transparent}:host .input-container.readonly:not(.no-icon):disabled::placeholder,:host .input-container.readonly:not(.no-icon).disabled::placeholder{color:transparent}:host .input-container.readonly.no-icon{min-height:2rem;width:auto;padding:1px 1.5rem 1px 0.25rem;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}:host .input-container.readonly.no-icon[type=number]{text-align:right}:host .input-container.readonly.no-icon[type=number]::-webkit-inner-spin-button{margin-right:-2px;margin-left:2px;display:none}:host .input-container.readonly.no-icon:-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}:host .input-container.readonly.no-icon:-webkit-autofill,:host .input-container.readonly.no-icon: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}:host .input-container.readonly.no-icon::-moz-placeholder{color:var(--theme-input-hint--color)}:host .input-container.readonly.no-icon::placeholder{color:var(--theme-input-hint--color)}:host .input-container.readonly.no-icon.hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:-moz-read-only),:host .input-container.readonly.no-icon: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)}:host .input-container.readonly.no-icon.hover:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),:host .input-container.readonly.no-icon: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)}:host .input-container.readonly.no-icon.focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:-moz-read-only),:host .input-container.readonly.no-icon: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}:host .input-container.readonly.no-icon.focus:not(.readonly,.read-only,.disabled,[readonly],[disabled],:read-only),:host .input-container.readonly.no-icon: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}:host .input-container.readonly.no-icon:-moz-read-only{box-shadow:none;background-color:transparent;outline:none;border:var(--theme-input--border-thickness) solid var(--theme-input--border-color--readonly)}:host .input-container.readonly.no-icon.read-only,:host .input-container.readonly.no-icon:read-only{box-shadow:none;background-color:transparent;outline:none;border:var(--theme-input--border-thickness) solid var(--theme-input--border-color--readonly)}:host .input-container.readonly.no-icon.read-only::-moz-placeholder,:host .input-container.readonly.no-icon:read-only::-moz-placeholder{color:transparent}:host .input-container.readonly.no-icon:-moz-read-only::placeholder{color:transparent}:host .input-container.readonly.no-icon.read-only::placeholder,:host .input-container.readonly.no-icon:read-only::placeholder{color:transparent}:host .input-container.readonly.no-icon:disabled,:host .input-container.readonly.no-icon.disabled{box-shadow:none;background-color:transparent;outline:none;border:var(--theme-input--border-thickness) solid var(--theme-input--border-color--disabled)}:host .input-container.readonly.no-icon:disabled::-moz-placeholder,:host .input-container.readonly.no-icon.disabled::-moz-placeholder{color:transparent}:host .input-container.readonly.no-icon:disabled::placeholder,:host .input-container.readonly.no-icon.disabled::placeholder{color:transparent}:host .input-container:not(.readonly):not(.disabled):hover{border-color:var(--theme-input--border-color--hover) !important;background-color:var(--theme-input--background--hover)}:host .input-container:not(.readonly):not(.disabled).focus{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}:host .input-container.disabled{color:var(--theme-input--color--disabled);border-bottom:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--disabled)}:host .input-container{display:flex;height:auto;max-height:3.75rem}:host .token-container{flex-grow:1;overflow:hidden}:host .text-input{width:auto;height:1.75rem;min-height:1.5rem;background:transparent;flex-grow:1;box-shadow:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}:host .text-input::-moz-placeholder{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-sm);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;color:var(--theme-color-soft-text)}:host .text-input::placeholder{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-sm);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;color:var(--theme-color-soft-text)}:host .text-input,:host .text-input:hover,:host .text-input:focus,:host .text-input:focus-visible{border:none !important;outline:none !important}:host .text-input.hide-placeholder::-moz-placeholder{opacity:0}:host .text-input.hide-placeholder::placeholder{opacity:0}:host .list-unstyled{display:flex;flex-wrap:wrap;height:100%;overflow-y:auto}:host ix-icon{position:absolute;top:0.5rem;left:0.5rem}:host ix-filter-chip{margin-right:0.25rem}:host .category-preview{display:flex;align-items:center;height:1.5rem;background-color:var(--theme-bg-3);border-top-left-radius:1rem;border-bottom-left-radius:1rem;padding:0.5rem;margin:2px 0}:host ul{height:100%}:host .list-unstyled>span:not(.category-preview),:host input{padding-inline-start:0;padding-top:2px;padding-bottom:2px}:host ix-dropdown{min-width:10rem !important}:host ix-dropdown .dropdown-item-container{display:flex;flex-direction:column}:host ix-dropdown .dropdown-item-container .dropdown-item{height:2.5rem;margin:0.25rem 0.5rem;padding-inline:0.5rem;border:1px solid transparent;border-radius:100rem;width:auto;justify-content:flex-start;flex-grow:1;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.143em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host ix-dropdown .dropdown-item-container .dropdown-item:not(.disabled):not(:disabled):focus-visible{border-color:var(--theme-color-focus-bdr)}:host ix-dropdown .dropdown-item-container .category-item{border-end-end-radius:0;border-start-end-radius:0}:host ix-dropdown .dropdown-item-container .category-item-value{border-start-start-radius:0;border-end-start-radius:0}:host ix-dropdown .btn-toggle-operator{width:2rem;height:2rem;margin-inline:0.5rem}:host .display-none{display:none}'}},[1,"ix-category-filter",{disabled:[4],readonly:[4],filterState:[16],placeholder:[1],categories:[16],nonSelectableCategories:[16],suggestions:[16],icon:[1],hideIcon:[4,"hide-icon"],staticOperator:[1,"static-operator"],uniqueCategories:[4,"unique-categories"],labelCategories:[1,"label-categories"],i18nPlainText:[1,"i18n-plain-text"],ariaLabelResetButton:[1,"aria-label-reset-button"],ariaLabelOperatorButton:[1,"aria-label-operator-button"],ariaLabelFilterInput:[1,"aria-label-filter-input"],enableTopLayer:[4,"enable-top-layer"],showDropdown:[32],hasFocus:[32],categoryLogicalOperator:[32],inputValue:[32],category:[32],filterTokens:[32]},void 0,{filterState:[{watchFilterState:0}]}]);const Ib=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.isInvalid=!1,this.explicitIsInvalid=void 0,this.htmlForObserver=new MutationObserver(()=>this.checkForInternalState()),this.a11yAttributes={},this.labelRef=ah()}isInvalidChanged(e){this.explicitIsInvalid=e}connectedCallback(){this.registerHtmlForObserver(),this.registerControlRefObserver()}disconnectedCallback(){this.htmlForObserver&&this.htmlForObserver.disconnect(),this.htmlForClassObserver&&this.htmlForClassObserver.destroy(),this.controlRefClassObserver&&this.controlRefClassObserver.destroy()}componentWillRender(){this.checkForInternalState()}componentWillLoad(){this.a11yAttributes=Pl(this.hostElement)}registerHtmlForObserver(){"undefined"!=typeof window&&(this.htmlForObserver&&this.htmlForObserver.disconnect(),this.htmlFor&&this.htmlForObserver.observe(window.document,{childList:!0,subtree:!0}))}async registerControlRefObserver(){if("undefined"!=typeof window&&(this.controlRefClassObserver&&this.controlRefClassObserver.destroy(),this.controlRef&&!this.htmlFor)){const e=await this.controlRef.waitForCurrent();this.controlRefClassObserver=Cb(e,()=>this.checkForInvalidState(e))}}registerHtmlForClassObserver(e){this.htmlForClassObserver&&this.htmlForClassObserver.destroy(),this.htmlForClassObserver=Cb(e,()=>this.checkForInvalidState(e))}checkForInvalidState(e){var t;const o=e.classList.contains("is-invalid")||e.classList.contains("ix-invalid");this.isInvalid=null!==(t=this.explicitIsInvalid)&&void 0!==t?t:o}async checkForInternalState(){if(this.htmlFor){const e=document.getElementById(this.htmlFor);if(e)return"boolean"==typeof e.required&&(this.required=e.required),this.registerHtmlForClassObserver(e),void this.checkForInvalidState(e)}if(this.controlRef){const e=await this.controlRef.waitForCurrent();this.required=e.required}}async focusOnClick(){if(this.htmlFor){const t=document.getElementById(this.htmlFor);if(t){let o=null;o=(e=t)&&"getAssociatedFormElement"in e&&"function"==typeof e.getAssociatedFormElement&&"getNativeInputElement"in e&&"function"==typeof e.getNativeInputElement?await t.getNativeInputElement():t,"function"==typeof o.focus&&o.focus()}}var e;this.controlRef&&(await this.controlRef.waitForCurrent()).focus()}render(){return Is(Os,{key:"1a8134a30a1b101f6bfd678f905eb88e927e47d6",onClick:()=>this.focusOnClick()},Is("label",Object.assign({key:"ef6df6072485fb72ea02a0a9800be3be15e84314",htmlFor:this.htmlFor},this.a11yAttributes,{ref:this.labelRef}),Is("ix-typography",{key:"572975edeae54d15932c3b6091ed63dfff8bb231",textColor:this.isInvalid?"alarm":"soft",format:"label"},Is("slot",{key:"452847ea7365cefc945bc6166bf2e8fd44d3f530"}),this.required&&Is("span",{key:"5e85f801d6fe8a01d6595a55bb263d0bcf91a888"},"*"))))}get hostElement(){return this}static get watchers(){return{isInvalid:[{isInvalidChanged:0}],htmlFor:[{registerHtmlForObserver:0}],controlRef:[{registerControlRefObserver:0}]}}static get style(){return":host{display:inline-block;position:relative;margin-top:0.5rem;margin-bottom:0.25rem}"}},[257,"ix-field-label",{required:[1540],htmlFor:[513,"html-for"],controlRef:[16],isInvalid:[1028,"is-invalid"]},void 0,{isInvalid:[{isInvalidChanged:0}],htmlFor:[{registerHtmlForObserver:0}],controlRef:[{registerControlRefObserver:0}]}]);function zb(){"undefined"!=typeof customElements&&["ix-field-label","ix-typography"].forEach(e=>{switch(e){case"ix-field-label":customElements.get(e)||customElements.define(e,Ib);break;case"ix-typography":customElements.get(e)||Ml()}})}function Ob({invalidText:e,isInvalid:t,warningText:o,isWarning:r,infoText:n,isInfo:a,validText:i,isValid:s,helperText:l}){return!!(t&&(null==e?void 0:e.trim())||r&&(null==o?void 0:o.trim())||a&&(null==n?void 0:n.trim())||s&&(null==i?void 0:i.trim())||(null==l?void 0:l.trim()))}function $b(e){return Ob(e)?e.isInvalid&&e.invalidText&&""!==e.invalidText.trim()?Is("ix-typography",{textColor:"alarm",class:"bottom-text"},Is("ix-icon",{"aria-hidden":Ol(!!e.invalidText),class:"text-icon invalid",name:Ql,size:"16"}),e.invalidText):e.isWarning&&e.warningText&&""!==e.warningText.trim()?Is("ix-typography",{textColor:"std",class:"bottom-text"},Is("ix-icon",{"aria-hidden":Ol(!!e.warningText),class:"text-icon warning",name:id,size:"16"}),e.warningText):e.isInfo&&e.infoText&&""!==e.infoText.trim()?Is("ix-typography",{textColor:"std",class:"bottom-text"},Is("ix-icon",{"aria-hidden":Ol(!!e.infoText),class:"text-icon info",name:ed,size:"16"}),e.infoText):e.isValid&&e.validText&&""!==e.validText.trim()?Is("ix-typography",{textColor:"std",class:"bottom-text"},Is("ix-icon",{"aria-hidden":Ol(!!e.validText),class:"text-icon valid",name:nd,size:"16"}),e.validText):e.helperText&&""!==e.helperText.trim()&&Is("ix-typography",{class:"bottom-text",textColor:"soft"},e.helperText):null}const Rb=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.isInvalid=!1,this.isValid=!1,this.isInfo=!1,this.isWarning=!1,this.showTextAsTooltip=!1,this.required=!1,this.slotRef=ah()}render(){const e={invalidText:this.invalidText,isInvalid:this.isInvalid,isValid:this.isValid,validText:this.validText,isWarning:this.isWarning,warningText:this.warningText,isInfo:this.isInfo,infoText:this.infoText,helperText:this.helperText};return Is(Os,{key:"531b08942bf31c36043fb3d7cd3af489f2fe83b0"},this.label&&Is("div",{key:"49b9ef124fc2d69fb2528585d7b232b2e3d6d4b6",class:"field-top"},Is("ix-field-label",{key:"20a089a72de7ee3045c048c19d868ff3b4be2706",required:this.required,htmlFor:this.htmlForLabel,controlRef:this.controlRef,isInvalid:this.isInvalid},this.label)),Is("div",{key:"80c8ce58eb73379755757b2cef6b318cdc279b6b",class:{"slot-wrapper":!0},ref:this.slotRef},Is("slot",{key:"f41f0681742e9f783092bad7484c851e2b987c99"})),Is("div",{key:"9db46e23621d508e08fe87cae69a3698491347dc",class:"field-bottom"},!this.showTextAsTooltip&&Is($b,Object.assign({key:"29802c92675a34cd215740a5df6fae77ed36368f"},e)),Is("div",{key:"b94a1cc2acd5f8379e768fda9f222af6cb85f2b7",class:"bottom-right"},Is("slot",{key:"3c5ba2d9a6d4671b6fadba6e06455ae229894f94",name:"bottom-right"}))),!0===this.showTextAsTooltip&&Ob(e)&&Is("ix-tooltip",{key:"890c4a39781fbb14b96660691fd6f6fe96a30e0b",for:this.slotRef.waitForCurrent(),showDelay:500,placement:"bottom"},Is($b,Object.assign({key:"638410fd78282cf38065635a79cceeb064a2a10e"},e))))}get hostElement(){return this}static get style(){return":host{display:flex;position:relative;flex-direction:column}:host .slot-wrapper{display:flex;position:relative;align-items:center;justify-content:flex-start;gap:0.25rem}:host .field-bottom,:host .field-top{display:flex;flex-direction:row;position:relative;justify-content:space-between;gap:1rem;width:-moz-min-content;width:min-content;min-width:100%}:host .field-bottom .bottom-right{margin-left:auto;margin-right:0px}:host .bottom-text{display:flex;position:relative;align-items:flex-start;justify-content:flex-start;gap:0.25rem;margin-right:0.25rem}:host .text-icon{margin:0.125rem}:host .text-icon.invalid{color:var(--theme-helper-icon--color--invalid)}:host .text-icon.info{color:var(--theme-helper-icon--color--info)}:host .text-icon.warning{color:var(--theme-helper-icon--color--warning)}:host .text-icon.valid{color:var(--theme-helper-icon--color--valid)}:host .bottom-text{margin-top:0.25rem;margin-bottom:0.25rem}"}},[257,"ix-field-wrapper",{helperText:[1,"helper-text"],label:[1],invalidText:[1,"invalid-text"],validText:[1,"valid-text"],infoText:[1,"info-text"],warningText:[1,"warning-text"],isInvalid:[4,"is-invalid"],isValid:[4,"is-valid"],isInfo:[4,"is-info"],isWarning:[4,"is-warning"],showTextAsTooltip:[4,"show-text-as-tooltip"],required:[4],htmlForLabel:[1,"html-for-label"],controlRef:[16]}]),Pb=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.direction="column",this.showTextAsTooltip=!1,this.required=!1,this.isInvalid=!1,this.isInfo=!1,this.isValid=!1,this.isWarning=!1,this.touched=!1,this.groupRef=ah(),this.observer=new MutationObserver(()=>{this.checkForRequiredCheckbox()})}get checkboxElements(){return Array.from(this.hostElement.querySelectorAll("ix-checkbox"))}checkForRequiredCheckbox(){this.required=this.checkboxElements.some(e=>e.required)}connectedCallback(){this.observer.observe(this.hostElement,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["checked","required"]})}componentWillLoad(){this.checkForRequiredCheckbox()}disconnectedCallback(){this.observer&&this.observer.disconnect()}onClassFieldUpdate({isInvalid:e,isInvalidByRequired:t,isInfo:o,isValid:r,isWarning:n}){this.isInvalid=e||t,this.isInfo=o,this.isValid=r,this.isWarning=n}isTouched(){return Promise.resolve(this.touched)}hasValidValue(){return Promise.resolve(this.checkboxElements.some(e=>e.checked))}render(){return Is(Os,{key:"ac1e91fd23038317e1a39b612f67e91d53ba946c",ref:this.groupRef,onIxBlur:()=>this.touched=!0},Is("ix-field-wrapper",{key:"1278bca33da0339052756f01e8ca2de2641feffb",label:this.label,helperText:this.helperText,invalidText:this.invalidText,infoText:this.infoText,validText:this.validText,warningText:this.warningText,showTextAsTooltip:this.showTextAsTooltip,isInvalid:this.isInvalid,isInfo:this.isInfo,isValid:this.isValid,isWarning:this.isWarning,controlRef:this.groupRef},Is("div",{key:"7ba4ca7e379f49c6234c681a682cb08ec3d44b87",class:{"checkbox-container":!0,"row-layout":"row"===this.direction}},Is("slot",{key:"a843f1bfd2942b4f0e9d2060646b50e97e55bca8"}))))}get hostElement(){return this}static get style(){return":host{display:inline-block;position:relative}:host .checkbox-container{display:flex;flex-direction:column;gap:1rem;margin:0.375rem 0;flex-wrap:wrap}:host .checkbox-container.row-layout{flex-direction:row}"}},[257,"ix-checkbox-group",{helperText:[1,"helper-text"],label:[1],direction:[1],invalidText:[1,"invalid-text"],infoText:[1,"info-text"],validText:[1,"valid-text"],warningText:[1,"warning-text"],showTextAsTooltip:[4,"show-text-as-tooltip"],required:[4],isInvalid:[32],isInfo:[32],isValid:[32],isWarning:[32],isTouched:[64],hasValidValue:[64]}]);!function(e,t,o,r){var n,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,o,r);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(i=(a<3?n(i):a>3?n(t,o,i):n(t,o))||i);a>3&&i&&Object.defineProperty(t,o,i)}([_b({includeChildren:!0})],Pb.prototype,"onClassFieldUpdate",null);const Ab=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.checkedChange=Ws(this,"checkedChange",7),this.valueChange=Ws(this,"valueChange",7),this.ixBlur=Ws(this,"ixBlur",7),this.formInternals=this.attachInternals(),this.value="on",this.checked=!1,this.disabled=!1,this.indeterminate=!1,this.required=!1,this.touched=!1,this.inputRef=ah(e=>{e.checked=this.checked})}setCheckedState(e){this.checked=e,this.checkedChange.emit(this.checked)}onCheckedChange(){this.touched=!0,this.updateFormInternalValue()}onValueChange(){this.valueChange.emit(this.value)}componentWillLoad(){this.updateFormInternalValue()}updateFormInternalValue(){var e;this.formInternals.setFormValue(this.checked?null!==(e=this.value)&&void 0!==e?e:"on":null)}hasValidValue(){return Promise.resolve(this.checked)}getAssociatedFormElement(){return Promise.resolve(this.formInternals.form)}isTouched(){return Promise.resolve(this.touched)}updateClassMappings(){}renderCheckmark(){return Is("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},this.indeterminate&&Is(Ll,null,Is("rect",{width:"18",height:"18",fill:"transparent"}),Is("rect",{x:"3",y:"8",width:"12",height:"2",fill:"var(--ix-checkbox-check-color)"})),this.checked&&Is("path",{d:"M3.65625 8.15625L8.4375 12.9375L14.625 3.9375",stroke:"var(--ix-checkbox-check-color)","stroke-width":"2"}))}render(){return Is(Os,{key:"f2157c572321b0a34f54f32423ed0c821fc1abfa","aria-checked":Ol(this.checked),"aria-disabled":Ol(this.disabled),role:"checkbox",class:{disabled:this.disabled,checked:this.checked,indeterminate:this.indeterminate},onFocus:()=>this.touched=!0,onBlur:()=>this.ixBlur.emit()},Is("label",{key:"131587a06d955e04dc580936004546e930ec9cf8"},Is("input",{key:"b8a94c99f540e21c280ba9aeaf35221fa1c9b226","aria-checked":Ol(this.checked),required:this.required,disabled:this.disabled,checked:this.checked,ref:this.inputRef,type:"checkbox",onChange:()=>this.setCheckedState(!this.checked)}),Is("button",{key:"6f6c5937801659bacd7d6f5c9256972c33e4194c",disabled:this.disabled,class:{checked:this.checked},onClick:()=>this.setCheckedState(!this.checked)},this.renderCheckmark()),Is("ix-typography",{key:"7b33f317ac3757242509d69a25520795906bb158",format:"label",textColor:this.disabled?"weak":"std"},this.label,Is("slot",{key:"2ab4518ebcb6135de6b1c37a7e9c157b1feebb5d"}))))}static get formAssociated(){return!0}get hostElement(){return this}static get watchers(){return{checked:[{onCheckedChange:0}],value:[{onValueChange:0}]}}static get style(){return":host{--ix-checkbox-check-color:var(--theme-color-primary--contrast);display:inline-block;position:relative}: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 button{all:unset;display:inline-flex;position:relative;align-items:center;justify-content:center;width:1.125rem;min-width:1.125rem;max-width:1.125rem;height:1.125rem;min-height:1.125rem;max-height:1.125rem;margin-right:0.5rem}:host button:disabled{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}:host button:focus-visible{outline:0.0625rem solid var(--theme-color-focus-bdr);outline-offset:var(--theme-checkbox--focus--outline-offset)}:host input[type=checkbox]{display:none}:host label{display:flex;justify-content:flex-start;align-items:flex-start;width:100%;height:100%}:host ix-typography{margin-top:0.125rem}:host button{background-color:var(--theme-checkbox-unchecked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color)}:host(:hover) button{background-color:var(--theme-checkbox-unchecked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--hover)}:host(:active) button{background-color:var(--theme-checkbox-unchecked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--active)}:host(.checked) button,:host(.indeterminate) button{background-color:var(--theme-checkbox-checked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color)}:host(.checked:hover) button,:host(.indeterminate:hover) button{background-color:var(--theme-checkbox-checked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--hover)}:host(.checked:active) button,:host(.indeterminate:active) button{background-color:var(--theme-checkbox-checked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--active)}:host(.disabled) button{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}:host(.checked.disabled) button,:host(.indeterminate.disabled) button{background-color:var(--theme-checkbox-checked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--disabled)}:host(.ix-info) button{--theme-checkbox-unchecked--background:var( --theme-checkbox-unchecked--background--info );--theme-checkbox-unchecked--background--hover:var( --theme-checkbox-unchecked--background--info--hover );--theme-checkbox-unchecked--background--active:var( --theme-checkbox-unchecked--background--info--active );--theme-checkbox-unchecked--border-color:var( --theme-checkbox-unchecked--border-color--info );--theme-checkbox-unchecked--border-color--hover:var( --theme-checkbox-unchecked--border-color--info--hover );--theme-checkbox-unchecked--border-color--active:var( --theme-checkbox-unchecked--border-color--info--active );--theme-checkbox-checked--background:var( --theme-checkbox-checked--background--info );--theme-checkbox-checked--background--hover:var( --theme-checkbox-checked--background--info--hover );--theme-checkbox-checked--background--active:var( --theme-checkbox-checked--background--info--active );--theme-checkbox-checked--border-color:var( --theme-checkbox-checked--border-color--info );--theme-checkbox-checked--border-color--hover:var( --theme-checkbox-checked--border-color--info--hover );--theme-checkbox-checked--border-color--active:var( --theme-checkbox-checked--border-color--info--active );--theme-checkbox-mixed--background:var( --theme-checkbox-mixed--background--info );--theme-checkbox-mixed--background--hover:var( --theme-checkbox-mixed--background--info--hover );--theme-checkbox-mixed--background--active:var( --theme-checkbox-mixed--background--info--active );--theme-checkbox-mixed--border-color:var( --theme-checkbox-mixed--border-color--info );--theme-checkbox-mixed--border-color--hover:var( --theme-checkbox-mixed--border-color--info--hover );--theme-checkbox-mixed--border-color--active:var( --theme-checkbox-mixed--border-color--info--active );background-color:var(--theme-checkbox-unchecked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color)}:host(.ix-info:hover) button{background-color:var(--theme-checkbox-unchecked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--hover)}:host(.ix-info:active) button{background-color:var(--theme-checkbox-unchecked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--active)}:host(.ix-info.checked) button,:host(.ix-info.indeterminate) button{background-color:var(--theme-checkbox-checked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color)}:host(.ix-info.checked:hover) button,:host(.ix-info.indeterminate:hover) button{background-color:var(--theme-checkbox-checked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--hover)}:host(.ix-info.checked:active) button,:host(.ix-info.indeterminate:active) button{background-color:var(--theme-checkbox-checked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--active)}:host(.ix-info.disabled) button{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}:host(.ix-info.checked.disabled) button,:host(.ix-info.indeterminate.disabled) button{background-color:var(--theme-checkbox-checked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--disabled)}:host(.ix-warning) button{--theme-checkbox-unchecked--background:var( --theme-checkbox-unchecked--background--warning );--theme-checkbox-unchecked--background--hover:var( --theme-checkbox-unchecked--background--warning--hover );--theme-checkbox-unchecked--background--active:var( --theme-checkbox-unchecked--background--warning--active );--theme-checkbox-unchecked--border-color:var( --theme-checkbox-unchecked--border-color--warning );--theme-checkbox-unchecked--border-color--hover:var( --theme-checkbox-unchecked--border-color--warning--hover );--theme-checkbox-unchecked--border-color--active:var( --theme-checkbox-unchecked--border-color--warning--active );--theme-checkbox-checked--background:var( --theme-checkbox-checked--background--warning );--theme-checkbox-checked--background--hover:var( --theme-checkbox-checked--background--warning--hover );--theme-checkbox-checked--background--active:var( --theme-checkbox-checked--background--warning--active );--theme-checkbox-checked--border-color:var( --theme-checkbox-checked--border-color--warning );--theme-checkbox-checked--border-color--hover:var( --theme-checkbox-checked--border-color--warning--hover );--theme-checkbox-checked--border-color--active:var( --theme-checkbox-checked--border-color--warning--active );--theme-checkbox-mixed--background:var( --theme-checkbox-mixed--background--warning );--theme-checkbox-mixed--background--hover:var( --theme-checkbox-mixed--background--warning--hover );--theme-checkbox-mixed--background--active:var( --theme-checkbox-mixed--background--warning--active );--theme-checkbox-mixed--border-color:var( --theme-checkbox-mixed--border-color--warning );--theme-checkbox-mixed--border-color--hover:var( --theme-checkbox-mixed--border-color--warning--hover );--theme-checkbox-mixed--border-color--active:var( --theme-checkbox-mixed--border-color--warning--active );background-color:var(--theme-checkbox-unchecked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color)}:host(.ix-warning:hover) button{background-color:var(--theme-checkbox-unchecked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--hover)}:host(.ix-warning:active) button{background-color:var(--theme-checkbox-unchecked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--active)}:host(.ix-warning.checked) button,:host(.ix-warning.indeterminate) button{background-color:var(--theme-checkbox-checked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color)}:host(.ix-warning.checked:hover) button,:host(.ix-warning.indeterminate:hover) button{background-color:var(--theme-checkbox-checked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--hover)}:host(.ix-warning.checked:active) button,:host(.ix-warning.indeterminate:active) button{background-color:var(--theme-checkbox-checked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--active)}:host(.ix-warning.disabled) button{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}:host(.ix-warning.checked.disabled) button,:host(.ix-warning.indeterminate.disabled) button{background-color:var(--theme-checkbox-checked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--disabled)}:host(.ix-invalid--required) button{--theme-checkbox-unchecked--background:var( --theme-checkbox-unchecked--background--invalid );--theme-checkbox-unchecked--background--hover:var( --theme-checkbox-unchecked--background--invalid--hover );--theme-checkbox-unchecked--background--active:var( --theme-checkbox-unchecked--background--invalid--active );--theme-checkbox-unchecked--border-color:var( --theme-checkbox-unchecked--border-color--invalid );--theme-checkbox-unchecked--border-color--hover:var( --theme-checkbox-unchecked--border-color--invalid--hover );--theme-checkbox-unchecked--border-color--active:var( --theme-checkbox-unchecked--border-color--invalid--active );--theme-checkbox-checked--background:var( --theme-checkbox-checked--background--invalid );--theme-checkbox-checked--background--hover:var( --theme-checkbox-checked--background--invalid--hover );--theme-checkbox-checked--background--active:var( --theme-checkbox-checked--background--invalid--active );--theme-checkbox-checked--border-color:var( --theme-checkbox-checked--border-color--invalid );--theme-checkbox-checked--border-color--hover:var( --theme-checkbox-checked--border-color--invalid--hover );--theme-checkbox-checked--border-color--active:var( --theme-checkbox-checked--border-color--invalid--active );--theme-checkbox-mixed--background:var( --theme-checkbox-mixed--background--invalid );--theme-checkbox-mixed--background--hover:var( --theme-checkbox-mixed--background--invalid--hover );--theme-checkbox-mixed--background--active:var( --theme-checkbox-mixed--background--invalid--active );--theme-checkbox-mixed--border-color:var( --theme-checkbox-mixed--border-color--invalid );--theme-checkbox-mixed--border-color--hover:var( --theme-checkbox-mixed--border-color--invalid--hover );--theme-checkbox-mixed--border-color--active:var( --theme-checkbox-mixed--border-color--invalid--active );background-color:var(--theme-checkbox-unchecked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color)}:host(.ix-invalid--required:hover) button{background-color:var(--theme-checkbox-unchecked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--hover)}:host(.ix-invalid--required:active) button{background-color:var(--theme-checkbox-unchecked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--active)}:host(.ix-invalid--required.checked) button,:host(.ix-invalid--required.indeterminate) button{background-color:var(--theme-checkbox-checked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color)}:host(.ix-invalid--required.checked:hover) button,:host(.ix-invalid--required.indeterminate:hover) button{background-color:var(--theme-checkbox-checked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--hover)}:host(.ix-invalid--required.checked:active) button,:host(.ix-invalid--required.indeterminate:active) button{background-color:var(--theme-checkbox-checked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--active)}:host(.ix-invalid--required.disabled) button{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}:host(.ix-invalid--required.checked.disabled) button,:host(.ix-invalid--required.indeterminate.disabled) button{background-color:var(--theme-checkbox-checked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--disabled)}:host(.ix-invalid) button{--theme-checkbox-unchecked--background:var( --theme-checkbox-unchecked--background--invalid );--theme-checkbox-unchecked--background--hover:var( --theme-checkbox-unchecked--background--invalid--hover );--theme-checkbox-unchecked--background--active:var( --theme-checkbox-unchecked--background--invalid--active );--theme-checkbox-unchecked--border-color:var( --theme-checkbox-unchecked--border-color--invalid );--theme-checkbox-unchecked--border-color--hover:var( --theme-checkbox-unchecked--border-color--invalid--hover );--theme-checkbox-unchecked--border-color--active:var( --theme-checkbox-unchecked--border-color--invalid--active );--theme-checkbox-checked--background:var( --theme-checkbox-checked--background--invalid );--theme-checkbox-checked--background--hover:var( --theme-checkbox-checked--background--invalid--hover );--theme-checkbox-checked--background--active:var( --theme-checkbox-checked--background--invalid--active );--theme-checkbox-checked--border-color:var( --theme-checkbox-checked--border-color--invalid );--theme-checkbox-checked--border-color--hover:var( --theme-checkbox-checked--border-color--invalid--hover );--theme-checkbox-checked--border-color--active:var( --theme-checkbox-checked--border-color--invalid--active );--theme-checkbox-mixed--background:var( --theme-checkbox-mixed--background--invalid );--theme-checkbox-mixed--background--hover:var( --theme-checkbox-mixed--background--invalid--hover );--theme-checkbox-mixed--background--active:var( --theme-checkbox-mixed--background--invalid--active );--theme-checkbox-mixed--border-color:var( --theme-checkbox-mixed--border-color--invalid );--theme-checkbox-mixed--border-color--hover:var( --theme-checkbox-mixed--border-color--invalid--hover );--theme-checkbox-mixed--border-color--active:var( --theme-checkbox-mixed--border-color--invalid--active );background-color:var(--theme-checkbox-unchecked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color)}:host(.ix-invalid:hover) button{background-color:var(--theme-checkbox-unchecked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--hover)}:host(.ix-invalid:active) button{background-color:var(--theme-checkbox-unchecked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--active)}:host(.ix-invalid.checked) button,:host(.ix-invalid.indeterminate) button{background-color:var(--theme-checkbox-checked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color)}:host(.ix-invalid.checked:hover) button,:host(.ix-invalid.indeterminate:hover) button{background-color:var(--theme-checkbox-checked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--hover)}:host(.ix-invalid.checked:active) button,:host(.ix-invalid.indeterminate:active) button{background-color:var(--theme-checkbox-checked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--active)}:host(.ix-invalid.disabled) button{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}:host(.ix-invalid.checked.disabled) button,:host(.ix-invalid.indeterminate.disabled) button{background-color:var(--theme-checkbox-checked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--disabled)}:host(.disabled){pointer-events:none}:host(.disabled) button,:host(.disabled) label,:host(.disabled) input{pointer-events:none}"}},[321,"ix-checkbox",{name:[513],value:[513],label:[1],checked:[1540],disabled:[516],indeterminate:[516],required:[516],hasValidValue:[64],getAssociatedFormElement:[64],isTouched:[64]},void 0,{checked:[{onCheckedChange:0}],value:[{onValueChange:0}]}]);!function(e,t,o,r){var n,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,o,r);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(i=(a<3?n(i):a>3?n(t,o,i):n(t,o))||i);a>3&&i&&Object.defineProperty(t,o,i)}([_b()],Ab.prototype,"updateClassMappings",null),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.closeChip=Ws(this,"closeChip",7),this.variant="primary",this.inactive=!1,this.closable=!1,this.outline=!1,this.tooltipText=!1,this.centerContent=!1,this.ariaLabelCloseButton="Close chip",this.containerElementRef=ah()}getCloseButton(){return Is("div",{class:"close-button-container"},Is("ix-icon-button",{type:"button",variant:"subtle-tertiary",icon:"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>close-small</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(134.248389, 134.248389)'><path d='M213.333333,2.84217094e-14 L243.503223,30.1698893 L151.921,121.751 L243.503223,213.333333 L213.333333,243.503223 L121.751,151.921 L30.1698893,243.503223 L2.84217094e-14,213.333333 L91.582,121.751 L2.84217094e-14,30.1698893 L30.1698893,2.84217094e-14 L121.751,91.582 L213.333333,2.84217094e-14 Z' id='Combined-Shape'/></g></g></svg>",class:"close-button",oval:!0,size:"16",style:"custom"===this.variant?{color:this.chipColor}:{},onClick:e=>{this.closeChip.emit(e),e.stopPropagation()},"aria-label":this.ariaLabelCloseButton}))}getTooltip(){var e;if(!this.tooltipText&&!this.hostElement.hasAttribute("tooltip-text"))return null;const t="string"==typeof this.tooltipText&&this.tooltipText.trim()?this.tooltipText:null===(e=this.hostElement.textContent)||void 0===e?void 0:e.trim();return Is("ix-tooltip",{for:this.containerElementRef.waitForCurrent()},t)}render(){let e={};return"custom"===this.variant&&(e={color:this.chipColor,[this.outline?"borderColor":"backgroundColor"]:this.background}),Is(Os,{key:"a96f0d68cb019de562e3f4c491af7c746c10261c",tabIndex:"-1",class:{inactive:this.inactive},style:"custom"===this.variant?{"--ix-icon-button-color":this.chipColor}:{}},Is("div",{key:"bc4e70fbd0c757d05e35ceeeb8a938695de1ec6e",ref:this.containerElementRef,style:Object.assign({},e),class:{container:!0,outline:this.outline,inactive:this.inactive,alarm:"alarm"===this.variant,critical:"critical"===this.variant,info:"info"===this.variant,neutral:"neutral"===this.variant,primary:"primary"===this.variant,success:"success"===this.variant,warning:"warning"===this.variant,custom:"custom"===this.variant,closable:this.closable,icon:!!this.icon,centerContent:this.centerContent}},Is("div",{key:"88e3b421d1128a4199e32d1c514b36cee2056ba4",class:"content-wrapper"},this.icon&&Is("ix-icon",{key:"5730c161e18c55c517fd171bb73d3dcf9136cfb2",class:{"with-icon":!0},name:this.icon,size:"24",style:"custom"===this.variant?{color:this.outline?this.background:this.chipColor}:void 0}),Is("span",{key:"e918f71979002937e1a532658b02c004dec79ed1",class:"slot-container"},Is("slot",{key:"72e33beeaecb069b2221fd994b7ce93a9ab09501"}))),!1===this.inactive&&this.closable&&this.getCloseButton()),this.getTooltip())}get hostElement(){return this}static get style(){return':host{display:inline-block;position:relative;height:2rem;max-height:2rem;margin-left:0.25rem}: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(.inactive){pointer-events:none}.container{display:inline-flex;width:inherit;max-width:100%;box-sizing:border-box;position:relative;align-items:center;border-radius:100px;padding:0.5rem;vertical-align:top;height:2rem;max-height:2rem;cursor:pointer}.container .content-wrapper{display:inline-flex;align-items:center;flex:1;min-width:0}.container .with-icon{margin-right:0.25rem}.container .close-button-container{display:inline-flex;margin-left:auto;padding-left:0.5rem}.container .slot-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.container.centerContent .content-wrapper{justify-content:center;text-align:center}.container.outline.icon{padding-left:calc(0.75rem - 1px)}.container.outline.icon.alarm .with-icon{color:var(--theme-color-alarm)}.container.outline.icon.critical .with-icon{color:var(--theme-color-critical)}.container.outline.icon.warning .with-icon{color:var(--theme-color-warning-text)}.container.outline.icon.info .with-icon{color:var(--theme-color-info)}.container.outline.icon.neutral .with-icon{color:var(--theme-color-neutral)}.container.outline.icon.success .with-icon{color:var(--theme-color-success)}.container.outline:not(.icon){padding-left:calc(0.5rem - 1px)}.container.outline.closable:not(.inactive){padding-right:calc(0.25rem - 1px)}.container.outline.closable.inactive,.container.outline:not(.closable){padding-right:calc(0.5rem - 1px)}.container.outline.icon:not(.closable){padding-right:calc(0.75rem - 1px)}.container:not(.outline).icon{padding-left:0.75rem}.container:not(.outline):not(.icon){padding-left:0.5rem}.container:not(.outline).closable:not(.inactive){padding-right:0.25rem}.container:not(.outline).closable.inactive{padding-right:0.5rem}.container:not(.outline):not(.closable).icon{padding-right:0.75rem}.container:not(.outline):not(.closable):not(.icon){padding-right:0.5rem}.container.primary{background-color:var(--theme-color-primary);color:var(--theme-chip-primary--color)}.container.primary .close-button{color:var(--theme-chip-primary--color);--ix-icon-button-color:var(--theme-chip-primary--color);pointer-events:auto}.container.primary:hover{background-color:var(--theme-chip-primary--background--hover)}.container.primary:active{background-color:var(--theme-chip-primary--background--active)}.container.primary:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}.container.primary.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-primary-outline--background);border:solid 1px var(--theme-chip-primary-outline--border-color)}.container.primary.outline .close-button{color:var(--theme-chip-outline--color);--ix-icon-button-color:var(--theme-chip-outline--color)}.container.primary.outline .with-icon{color:var(--theme-color-primary)}.container.primary.outline:hover{background-color:var(--theme-chip-primary-outline--background--hover)}.container.primary.outline:active{background-color:var(--theme-chip-primary-outline--background--active)}.container.outline{border-width:1px;border-style:solid}.container.alarm{color:var(--theme-color-alarm--contrast)}.container.alarm:hover::after{content:"";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.05);left:0;border-radius:100px;pointer-events:none}.container.alarm.active::after,.container.alarm:active::after{content:"";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1);left:0;border-radius:100px;pointer-events:none}.container.alarm:not(.outline){background-color:var(--theme-color-alarm)}.container.alarm:not(.outline) .close-button{color:var(--theme-color-alarm--contrast);--ix-icon-button-color:var(--theme-color-alarm--contrast)}.container.alarm:not(.outline):hover::after{content:"";background-color:rgba(0, 0, 0, 0.05)}.container.alarm:not(.outline).active::after,.container.alarm:not(.outline):active::after{background-color:rgba(0, 0, 0, 0.1)}.container.alarm.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-alarm)}.container.alarm.outline:hover::after{display:none}.container.alarm.outline:hover{background-color:var(--theme-chip-outline--background--hover)}.container.alarm.outline.active::after,.container.alarm.outline:active::after{display:none}.container.alarm.outline.active,.container.alarm.outline:active{background-color:var(--theme-chip-outline--background--active)}.container.alarm:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}.container.critical{color:var(--theme-color-critical--contrast)}.container.critical:hover::after{content:"";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.05);left:0;border-radius:100px;pointer-events:none}.container.critical.active::after,.container.critical:active::after{content:"";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1);left:0;border-radius:100px;pointer-events:none}.container.critical:not(.outline){background-color:var(--theme-color-critical)}.container.critical:not(.outline) .close-button{color:var(--theme-color-critical--contrast);--ix-icon-button-color:var(--theme-color-critical--contrast)}.container.critical:not(.outline):hover::after{content:"";background-color:rgba(0, 0, 0, 0.05)}.container.critical:not(.outline).active::after,.container.critical:not(.outline):active::after{background-color:rgba(0, 0, 0, 0.1)}.container.critical.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-critical)}.container.critical.outline:hover::after{display:none}.container.critical.outline:hover{background-color:var(--theme-chip-outline--background--hover)}.container.critical.outline.active::after,.container.critical.outline:active::after{display:none}.container.critical.outline.active,.container.critical.outline:active{background-color:var(--theme-chip-outline--background--active)}.container.critical:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}.container.warning{color:var(--theme-color-warning--contrast)}.container.warning:hover::after{content:"";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.05);left:0;border-radius:100px;pointer-events:none}.container.warning.active::after,.container.warning:active::after{content:"";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1);left:0;border-radius:100px;pointer-events:none}.container.warning:not(.outline){background-color:var(--theme-color-warning)}.container.warning:not(.outline) .close-button{color:var(--theme-color-warning--contrast);--ix-icon-button-color:var(--theme-color-warning--contrast)}.container.warning:not(.outline):hover::after{content:"";background-color:rgba(0, 0, 0, 0.05)}.container.warning:not(.outline).active::after,.container.warning:not(.outline):active::after{background-color:rgba(0, 0, 0, 0.1)}.container.warning.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-warning)}.container.warning.outline:hover::after{display:none}.container.warning.outline:hover{background-color:var(--theme-chip-outline--background--hover)}.container.warning.outline.active::after,.container.warning.outline:active::after{display:none}.container.warning.outline.active,.container.warning.outline:active{background-color:var(--theme-chip-outline--background--active)}.container.warning:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}.container.info{color:var(--theme-color-info--contrast)}.container.info:hover::after{content:"";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.05);left:0;border-radius:100px;pointer-events:none}.container.info.active::after,.container.info:active::after{content:"";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1);left:0;border-radius:100px;pointer-events:none}.container.info:not(.outline){background-color:var(--theme-color-info)}.container.info:not(.outline) .close-button{color:var(--theme-color-info--contrast);--ix-icon-button-color:var(--theme-color-info--contrast)}.container.info:not(.outline):hover::after{content:"";background-color:rgba(0, 0, 0, 0.05)}.container.info:not(.outline).active::after,.container.info:not(.outline):active::after{background-color:rgba(0, 0, 0, 0.1)}.container.info.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-info)}.container.info.outline:hover::after{display:none}.container.info.outline:hover{background-color:var(--theme-chip-outline--background--hover)}.container.info.outline.active::after,.container.info.outline:active::after{display:none}.container.info.outline.active,.container.info.outline:active{background-color:var(--theme-chip-outline--background--active)}.container.info:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}.container.neutral{color:var(--theme-color-neutral--contrast)}.container.neutral:hover::after{content:"";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.05);left:0;border-radius:100px;pointer-events:none}.container.neutral.active::after,.container.neutral:active::after{content:"";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1);left:0;border-radius:100px;pointer-events:none}.container.neutral:not(.outline){background-color:var(--theme-color-neutral)}.container.neutral:not(.outline) .close-button{color:var(--theme-color-neutral--contrast);--ix-icon-button-color:var(--theme-color-neutral--contrast)}.container.neutral:not(.outline):hover::after{content:"";background-color:rgba(0, 0, 0, 0.05)}.container.neutral:not(.outline).active::after,.container.neutral:not(.outline):active::after{background-color:rgba(0, 0, 0, 0.1)}.container.neutral.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-neutral)}.container.neutral.outline:hover::after{display:none}.container.neutral.outline:hover{background-color:var(--theme-chip-outline--background--hover)}.container.neutral.outline.active::after,.container.neutral.outline:active::after{display:none}.container.neutral.outline.active,.container.neutral.outline:active{background-color:var(--theme-chip-outline--background--active)}.container.neutral:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}.container.success{color:var(--theme-color-success--contrast)}.container.success:hover::after{content:"";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.05);left:0;border-radius:100px;pointer-events:none}.container.success.active::after,.container.success:active::after{content:"";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1);left:0;border-radius:100px;pointer-events:none}.container.success:not(.outline){background-color:var(--theme-color-success)}.container.success:not(.outline) .close-button{color:var(--theme-color-success--contrast);--ix-icon-button-color:var(--theme-color-success--contrast)}.container.success:not(.outline):hover::after{content:"";background-color:rgba(0, 0, 0, 0.05)}.container.success:not(.outline).active::after,.container.success:not(.outline):active::after{background-color:rgba(0, 0, 0, 0.1)}.container.success.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-success)}.container.success.outline:hover::after{display:none}.container.success.outline:hover{background-color:var(--theme-chip-outline--background--hover)}.container.success.outline.active::after,.container.success.outline:active::after{display:none}.container.success.outline.active,.container.success.outline:active{background-color:var(--theme-chip-outline--background--active)}.container.success:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}'}},[257,"ix-chip",{variant:[513],inactive:[4],closable:[4],icon:[1],background:[1],chipColor:[1,"chip-color"],outline:[4],tooltipText:[8,"tooltip-text"],centerContent:[4,"center-content"],ariaLabelCloseButton:[1,"aria-label-close-button"]}]);const Nb=El(class e extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow()}onResize(){yl(this)}getSize(e){return""===e?this.size:"sm"===e?this.sizeSm:"md"===e?this.sizeMd:"lg"===e?this.sizeLg:void 0}getColumnSize(){let t;return e.Breakpoints.forEach(e=>{if(""!==e&&!kd(e))return;const o=this.getSize(e);o&&(t=o)}),t}getColumnSizeStyling(){const e=this.getColumnSize();if(!e)return;if("auto"===e)return{flex:"0 0 auto",width:"auto","max-width":"auto"};const t=`calc(calc(${e} / var(--ix-layout-grid-columns)) * 100%)`;return{flex:`0 0 ${t}`,width:`${t}`,"max-width":`${t}`}}render(){return Is(Os,{key:"552bf87dd4905b2cfc67dbda7c33e1edf89a9cf8",style:Object.assign({},this.getColumnSizeStyling())},Is("slot",{key:"293331e4b2de069f550f0d47e1525228e49fc159"}))}static get style(){return":host{position:relative;flex-basis:0;flex-grow:1;width:100%;max-width:100%;min-height:1px;padding:calc(var(--ix-layout-grid-gutter) * 0.5)}: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}"}},[257,"ix-col",{size:[1],sizeSm:[1,"size-sm"],sizeMd:[1,"size-md"],sizeLg:[1,"size-lg"]},[[9,"resize","onResize"]]]);Nb.Breakpoints=["","sm","md","lg"];const Mb=Nb,Db=function(){"undefined"!=typeof customElements&&["ix-col"].forEach(e=>{"ix-col"===e&&(customElements.get(e)||customElements.define(e,Nb))})},Vb=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.backButtonClick=Ws(this,"backButtonClick",7),this.variant="primary",this.headerSubtitle=void 0,this.hasBackButton=!1}render(){return Is(Os,{key:"b422be3706aac399ed76b4c491d61e2da8561b24"},this.hasBackButton?Is("ix-icon-button",{class:"backButton",variant:"tertiary",icon:"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>arrow-left</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(106.680107, 134.255147)'><polygon id='arrow-left' points='298.639787 100.41664 81.66656 100.41664 151.916587 30.1666133 121.749973 0 1.42108547e-14 121.749973 121.749973 243.489707 151.916587 213.32288 81.6693333 143.083307 298.639787 143.083307'/></g></g></svg>",onClick:()=>this.backButtonClick.emit()}):null,Is("div",{key:"7606ba97f834f591a78fc2cca74bdaf3b3a09feb",class:"titleGroup"},Is("div",{key:"df174e297a1b2075bcab0182a80f626162d1c319",class:"headerTitleRow"},Is("ix-typography",{key:"d8ab10dc801306dafe0f3e6e39ed93e0fa162ca1",format:"secondary"===this.variant?"h4":"h3",class:{secondary:"secondary"===this.variant,titleOverflow:!0}},this.headerTitle),Is("div",{key:"e24d6b450426931aaead3732fa20161bc5aab4e2",class:"headerSlot"},Is("slot",{key:"e9a471492f2693fc6abe546d1febbc06834fef1c",name:"header"}))),!!this.headerSubtitle&&Is("ix-typography",{key:"5fdb5ebce68a3aae09df3299093bca156468933c",format:"h6","text-color":"soft",class:{subtitle:"secondary"===this.variant,titleOverflow:!0},title:this.headerSubtitle},this.headerSubtitle)),Is("div",{key:"6648f93246d2e8d79cc2d3e7eae65009d578632c",class:"buttons"},Is("slot",{key:"1c3ee8084521a9a799e3b2444b1edc0c1cee5066"})))}static get style(){return":host{display:flex;flex-direction:row;align-items:flex-start;padding:0}:host .titleGroup{display:flex;flex-direction:column;flex:1 1 0;min-width:0;white-space:nowrap;margin-right:0.5rem}:host .titleGroup .titleOverflow{overflow:hidden;text-overflow:ellipsis}:host .titleGroup .headerTitleRow{display:flex}:host .titleGroup .headerTitleRow .headerSlot{display:inline-flex;margin-left:0.5rem}:host .titleGroup .secondary{padding:0.25rem 0}:host .subtitle{margin-top:-0.125rem}:host .backButton{margin-right:0.5rem}:host .buttons{flex:0 0 auto}"}},[257,"ix-content-header",{variant:[1],headerTitle:[1,"header-title"],headerSubtitle:[1,"header-subtitle"],hasBackButton:[4,"has-back-button"]}]),jb=Vb,Fb=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.isContentHeaderSlotted=!1}get contentHeaderSlot(){return this.hostElement.shadowRoot.querySelector(".content-header slot")}render(){return Is(Os,{key:"2ca4af3b088beab36b86cb3431f1d1b59fcf8756"},Is("div",{key:"04f73ba733dc7fbf57ecf6fdc0afc1fec8249b8e",class:{"content-header":!0,slotted:this.isContentHeaderSlotted}},Is("slot",{key:"962e83643e1ebcd86384cae1e7a3632b6f47554e",name:"header",onSlotchange:()=>{this.isContentHeaderSlotted=Vd(this.contentHeaderSlot)}})),Is("div",{key:"4315ac1e71743ba30c7b8f592997c662eed392b4",class:"content"},Is("slot",{key:"c1f31f8e283bcc55011b9f2d5746d9b7c10988da"})))}get hostElement(){return this}static get style(){return":host{display:flex;flex-direction:column;position:relative;padding:1.5rem 2rem 0.25rem 2rem;width:100%;height:100%;overflow:hidden}: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 .content{flex-grow:1;overflow:auto;position:relative}:host .content-header.slotted{margin-bottom:1rem}"}},[257,"ix-content",{isContentHeaderSlotted:[32]}]),Bb=Fb,Hb=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.required=!1,this.isInvalid=!1,this.isValid=!1,this.isInfo=!1,this.isWarning=!1}updateValidationState({isInvalid:e,isValid:t,isInfo:o,isWarning:r}){this.isInvalid=e,this.isValid=t,this.isInfo=o,this.isWarning=r}render(){return Is(Os,{key:"732dae3e5ba3f37b5eac745ce48338cae5397d9e"},Is("ix-field-wrapper",{key:"5df555252c2de619f3dd5daa082632695a88e3f6",label:this.label,helperText:this.helperText,infoText:this.infoText,warningText:this.warningText,invalidText:this.invalidText,validText:this.validText,showTextAsTooltip:this.showTextAsTooltip,isInvalid:this.isInvalid,isValid:this.isValid,isInfo:this.isInfo,isWarning:this.isWarning,required:this.required},Is("slot",{key:"81d169fce11d76b04876eb3483909bf163c44370"})))}get hostElement(){return this}static get style(){return":host{display:block;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}"}},[257,"ix-custom-field",{required:[4],label:[1],helperText:[1,"helper-text"],infoText:[1,"info-text"],warningText:[1,"warning-text"],invalidText:[1,"invalid-text"],validText:[1,"valid-text"],showTextAsTooltip:[4,"show-text-as-tooltip"],isInvalid:[32],isValid:[32],isInfo:[32],isWarning:[32]}]);!function(e,t,o,r){var n,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,o,r);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(i=(a<3?n(i):a>3?n(t,o,i):n(t,o))||i);a>3&&i&&Object.defineProperty(t,o,i)}([_b({includeChildren:!0})],Hb.prototype,"updateValidationState",null);let Wb=class extends Error{},Ub=class extends Wb{constructor(e){super(`Invalid DateTime: ${e.toMessage()}`)}},qb=class extends Wb{constructor(e){super(`Invalid Interval: ${e.toMessage()}`)}},Zb=class extends Wb{constructor(e){super(`Invalid Duration: ${e.toMessage()}`)}},Yb=class extends Wb{},Xb=class extends Wb{constructor(e){super(`Invalid unit ${e}`)}},Gb=class extends Wb{},Kb=class extends Wb{constructor(){super("Zone is an abstract class")}};const Qb="numeric",Jb="short",ep="long",tp={year:Qb,month:Qb,day:Qb},op={year:Qb,month:Jb,day:Qb},rp={year:Qb,month:Jb,day:Qb,weekday:Jb},np={year:Qb,month:ep,day:Qb},ap={year:Qb,month:ep,day:Qb,weekday:ep},ip={hour:Qb,minute:Qb},sp={hour:Qb,minute:Qb,second:Qb},lp={hour:Qb,minute:Qb,second:Qb,timeZoneName:Jb},dp={hour:Qb,minute:Qb,second:Qb,timeZoneName:ep},cp={hour:Qb,minute:Qb,hourCycle:"h23"},hp={hour:Qb,minute:Qb,second:Qb,hourCycle:"h23"},up={hour:Qb,minute:Qb,second:Qb,hourCycle:"h23",timeZoneName:Jb},mp={hour:Qb,minute:Qb,second:Qb,hourCycle:"h23",timeZoneName:ep},bp={year:Qb,month:Qb,day:Qb,hour:Qb,minute:Qb},pp={year:Qb,month:Qb,day:Qb,hour:Qb,minute:Qb,second:Qb},fp={year:Qb,month:Jb,day:Qb,hour:Qb,minute:Qb},gp={year:Qb,month:Jb,day:Qb,hour:Qb,minute:Qb,second:Qb},vp={year:Qb,month:Jb,day:Qb,weekday:Jb,hour:Qb,minute:Qb},yp={year:Qb,month:ep,day:Qb,hour:Qb,minute:Qb,timeZoneName:Jb},kp={year:Qb,month:ep,day:Qb,hour:Qb,minute:Qb,second:Qb,timeZoneName:Jb},xp={year:Qb,month:ep,day:Qb,weekday:ep,hour:Qb,minute:Qb,timeZoneName:ep},wp={year:Qb,month:ep,day:Qb,weekday:ep,hour:Qb,minute:Qb,second:Qb,timeZoneName:ep};class Sp{get type(){throw new Kb}get name(){throw new Kb}get ianaName(){return this.name}get isUniversal(){throw new Kb}offsetName(e,t){throw new Kb}formatOffset(e,t){throw new Kb}offset(e){throw new Kb}equals(e){throw new Kb}get isValid(){throw new Kb}}let Cp=null;class Ep extends Sp{static get instance(){return null===Cp&&(Cp=new Ep),Cp}get type(){return"system"}get name(){return(new Intl.DateTimeFormat).resolvedOptions().timeZone}get isUniversal(){return!1}offsetName(e,{format:t,locale:o}){return Vf(e,t,o)}formatOffset(e,t){return Hf(this.offset(e),t)}offset(e){return-new Date(e).getTimezoneOffset()}equals(e){return"system"===e.type}get isValid(){return!0}}let Lp={};const _p={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6};let Tp={};class Ip extends Sp{static create(e){return Tp[e]||(Tp[e]=new Ip(e)),Tp[e]}static resetCache(){Tp={},Lp={}}static isValidSpecifier(e){return this.isValidZone(e)}static isValidZone(e){if(!e)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:e}).format(),!0}catch(e){return!1}}constructor(e){super(),this.zoneName=e,this.valid=Ip.isValidZone(e)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(e,{format:t,locale:o}){return Vf(e,t,o,this.name)}formatOffset(e,t){return Hf(this.offset(e),t)}offset(e){const t=new Date(e);if(isNaN(t))return NaN;const o=(Lp[r=this.name]||(Lp[r]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:r,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"})),Lp[r]);var r;let[n,a,i,s,l,d,c]=o.formatToParts?function(e,t){const o=e.formatToParts(t),r=[];for(let n=0;n<o.length;n++){const{type:e,value:t}=o[n],a=_p[e];"era"===e?r[a]=t:vf(a)||(r[a]=parseInt(t,10))}return r}(o,t):function(e,t){const o=e.format(t).replace(/\u200E/g,""),r=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(o),[,n,a,i,s,l,d,c]=r;return[i,n,a,s,l,d,c]}(o,t);"BC"===s&&(n=1-Math.abs(n));let h=+t;const u=h%1e3;return h-=u>=0?u:1e3+u,(Af({year:n,month:a,day:i,hour:24===l?0:l,minute:d,second:c,millisecond:0})-h)/6e4}equals(e){return"iana"===e.type&&e.name===this.name}get isValid(){return this.valid}}let zp={},Op={};function $p(e,t={}){const o=JSON.stringify([e,t]);let r=Op[o];return r||(r=new Intl.DateTimeFormat(e,t),Op[o]=r),r}let Rp={},Pp={},Ap=null,Np={};function Mp(e,t,o,r){const n=e.listingMode();return"error"===n?null:"en"===n?o(t):r(t)}let Dp=class{constructor(e,t,o){this.padTo=o.padTo||0,this.floor=o.floor||!1;const{padTo:r,floor:n,...a}=o;if(!t||Object.keys(a).length>0){const t={useGrouping:!1,...o};o.padTo>0&&(t.minimumIntegerDigits=o.padTo),this.inf=function(e,t={}){const o=JSON.stringify([e,t]);let r=Rp[o];return r||(r=new Intl.NumberFormat(e,t),Rp[o]=r),r}(e,t)}}format(e){if(this.inf){const t=this.floor?Math.floor(e):e;return this.inf.format(t)}return _f(this.floor?Math.floor(e):Of(e,3),this.padTo)}},Vp=class{constructor(e,t,o){let r;if(this.opts=o,this.originalZone=void 0,this.opts.timeZone)this.dt=e;else if("fixed"===e.zone.type){const t=e.offset/60*-1,o=t>=0?`Etc/GMT+${t}`:`Etc/GMT${t}`;0!==e.offset&&Ip.create(o).valid?(r=o,this.dt=e):(r="UTC",this.dt=0===e.offset?e:e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone)}else"system"===e.zone.type?this.dt=e:"iana"===e.zone.type?(this.dt=e,r=e.zone.name):(r="UTC",this.dt=e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone);const n={...this.opts};n.timeZone=n.timeZone||r,this.dtf=$p(t,n)}format(){return this.originalZone?this.formatToParts().map(({value:e})=>e).join(""):this.dtf.format(this.dt.toJSDate())}formatToParts(){const e=this.dtf.formatToParts(this.dt.toJSDate());return this.originalZone?e.map(e=>{if("timeZoneName"===e.type){const t=this.originalZone.offsetName(this.dt.ts,{locale:this.dt.locale,format:this.opts.timeZoneName});return{...e,value:t}}return e}):e}resolvedOptions(){return this.dtf.resolvedOptions()}},jp=class{constructor(e,t,o){this.opts={style:"long",...o},!t&&xf()&&(this.rtf=function(e,t={}){const{base:o,...r}=t,n=JSON.stringify([e,r]);let a=Pp[n];return a||(a=new Intl.RelativeTimeFormat(e,t),Pp[n]=a),a}(e,o))}format(e,t){return this.rtf?this.rtf.format(e,t):function(e,t,o="always",r=!1){const n={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},a=-1===["hours","minutes","seconds"].indexOf(e);if("auto"===o&&a){const o="days"===e;switch(t){case 1:return o?"tomorrow":`next ${n[e][0]}`;case-1:return o?"yesterday":`last ${n[e][0]}`;case 0:return o?"today":`this ${n[e][0]}`}}const i=Object.is(t,-0)||t<0,s=Math.abs(t),l=1===s,d=n[e],c=r?l?d[1]:d[2]||d[1]:l?n[e][0]:e;return i?`${s} ${c} ago`:`in ${s} ${c}`}(t,e,this.opts.numeric,"long"!==this.opts.style)}formatToParts(e,t){return this.rtf?this.rtf.formatToParts(e,t):[]}};const Fp={firstDay:1,minimalDays:4,weekend:[6,7]};class Bp{static fromOpts(e){return Bp.create(e.locale,e.numberingSystem,e.outputCalendar,e.weekSettings,e.defaultToEN)}static create(e,t,o,r,n=!1){const a=e||tf.defaultLocale,i=a||(n?"en-US":Ap||(Ap=(new Intl.DateTimeFormat).resolvedOptions().locale,Ap)),s=t||tf.defaultNumberingSystem,l=o||tf.defaultOutputCalendar,d=Ef(r)||tf.defaultWeekSettings;return new Bp(i,s,l,d,a)}static resetCache(){Ap=null,Op={},Rp={},Pp={}}static fromObject({locale:e,numberingSystem:t,outputCalendar:o,weekSettings:r}={}){return Bp.create(e,t,o,r)}constructor(e,t,o,r,n){const[a,i,s]=function(e){const t=e.indexOf("-x-");-1!==t&&(e=e.substring(0,t));const o=e.indexOf("-u-");if(-1===o)return[e];{let t,r;try{t=$p(e).resolvedOptions(),r=e}catch(n){const i=e.substring(0,o);t=$p(i).resolvedOptions(),r=i}const{numberingSystem:a,calendar:i}=t;return[r,a,i]}}(e);this.locale=a,this.numberingSystem=t||i||null,this.outputCalendar=o||s||null,this.weekSettings=r,this.intl=function(e,t,o){return o||t?(e.includes("-u-")||(e+="-u"),o&&(e+=`-ca-${o}`),t&&(e+=`-nu-${t}`),e):e}(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=n,this.fastNumbersCached=null}get fastNumbers(){var e;return null==this.fastNumbersCached&&(this.fastNumbersCached=(!(e=this).numberingSystem||"latn"===e.numberingSystem)&&("latn"===e.numberingSystem||!e.locale||e.locale.startsWith("en")||"latn"===new Intl.DateTimeFormat(e.intl).resolvedOptions().numberingSystem)),this.fastNumbersCached}listingMode(){return this.isEnglish()&&!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar)?"en":"intl"}clone(e){return e&&0!==Object.getOwnPropertyNames(e).length?Bp.create(e.locale||this.specifiedLocale,e.numberingSystem||this.numberingSystem,e.outputCalendar||this.outputCalendar,Ef(e.weekSettings)||this.weekSettings,e.defaultToEN||!1):this}redefaultToEN(e={}){return this.clone({...e,defaultToEN:!0})}redefaultToSystem(e={}){return this.clone({...e,defaultToEN:!1})}months(e,t=!1){return Mp(this,e,Yf,()=>{const o=t?{month:e,day:"numeric"}:{month:e},r=t?"format":"standalone";return this.monthsCache[r][e]||(this.monthsCache[r][e]=function(e){const t=[];for(let o=1;o<=12;o++){const r=Xv.utc(2009,o,1);t.push(e(r))}return t}(e=>this.extract(e,o,"month"))),this.monthsCache[r][e]})}weekdays(e,t=!1){return Mp(this,e,Qf,()=>{const o=t?{weekday:e,year:"numeric",month:"long",day:"numeric"}:{weekday:e},r=t?"format":"standalone";return this.weekdaysCache[r][e]||(this.weekdaysCache[r][e]=function(e){const t=[];for(let o=1;o<=7;o++){const r=Xv.utc(2016,11,13+o);t.push(e(r))}return t}(e=>this.extract(e,o,"weekday"))),this.weekdaysCache[r][e]})}meridiems(){return Mp(this,void 0,()=>Jf,()=>{if(!this.meridiemCache){const e={hour:"numeric",hourCycle:"h12"};this.meridiemCache=[Xv.utc(2016,11,13,9),Xv.utc(2016,11,13,19)].map(t=>this.extract(t,e,"dayperiod"))}return this.meridiemCache})}eras(e){return Mp(this,e,rg,()=>{const t={era:e};return this.eraCache[e]||(this.eraCache[e]=[Xv.utc(-40,1,1),Xv.utc(2017,1,1)].map(e=>this.extract(e,t,"era"))),this.eraCache[e]})}extract(e,t,o){const r=this.dtFormatter(e,t).formatToParts().find(e=>e.type.toLowerCase()===o);return r?r.value:null}numberFormatter(e={}){return new Dp(this.intl,e.forceSimple||this.fastNumbers,e)}dtFormatter(e,t={}){return new Vp(e,this.intl,t)}relFormatter(e={}){return new jp(this.intl,this.isEnglish(),e)}listFormatter(e={}){return function(e,t={}){const o=JSON.stringify([e,t]);let r=zp[o];return r||(r=new Intl.ListFormat(e,t),zp[o]=r),r}(this.intl,e)}isEnglish(){return"en"===this.locale||"en-us"===this.locale.toLowerCase()||new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")}getWeekSettings(){return this.weekSettings?this.weekSettings:wf()?function(e){let t=Np[e];if(!t){const o=new Intl.Locale(e);t="getWeekInfo"in o?o.getWeekInfo():o.weekInfo,Np[e]=t}return t}(this.locale):Fp}getStartOfWeek(){return this.getWeekSettings().firstDay}getMinDaysInFirstWeek(){return this.getWeekSettings().minimalDays}getWeekendDays(){return this.getWeekSettings().weekend}equals(e){return this.locale===e.locale&&this.numberingSystem===e.numberingSystem&&this.outputCalendar===e.outputCalendar}}let Hp=null;class Wp extends Sp{static get utcInstance(){return null===Hp&&(Hp=new Wp(0)),Hp}static instance(e){return 0===e?Wp.utcInstance:new Wp(e)}static parseSpecifier(e){if(e){const t=e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(t)return new Wp(jf(t[1],t[2]))}return null}constructor(e){super(),this.fixed=e}get type(){return"fixed"}get name(){return 0===this.fixed?"UTC":`UTC${Hf(this.fixed,"narrow")}`}get ianaName(){return 0===this.fixed?"Etc/UTC":`Etc/GMT${Hf(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(e,t){return Hf(this.fixed,t)}get isUniversal(){return!0}offset(){return this.fixed}equals(e){return"fixed"===e.type&&e.fixed===this.fixed}get isValid(){return!0}}class Up extends Sp{constructor(e){super(),this.zoneName=e}get type(){return"invalid"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(){return null}formatOffset(){return""}offset(){return NaN}equals(){return!1}get isValid(){return!1}}function qp(e,t){if(vf(e)||null===e)return t;if(e instanceof Sp)return e;if("string"==typeof e){const o=e.toLowerCase();return"default"===o?t:"local"===o||"system"===o?Ep.instance:"utc"===o||"gmt"===o?Wp.utcInstance:Wp.parseSpecifier(o)||Ip.create(e)}return yf(e)?Wp.instance(e):"object"==typeof e&&"offset"in e&&"function"==typeof e.offset?e:new Up(e)}let Zp,Yp=()=>Date.now(),Xp="system",Gp=null,Kp=null,Qp=null,Jp=60,ef=null;class tf{static get now(){return Yp}static set now(e){Yp=e}static set defaultZone(e){Xp=e}static get defaultZone(){return qp(Xp,Ep.instance)}static get defaultLocale(){return Gp}static set defaultLocale(e){Gp=e}static get defaultNumberingSystem(){return Kp}static set defaultNumberingSystem(e){Kp=e}static get defaultOutputCalendar(){return Qp}static set defaultOutputCalendar(e){Qp=e}static get defaultWeekSettings(){return ef}static set defaultWeekSettings(e){ef=Ef(e)}static get twoDigitCutoffYear(){return Jp}static set twoDigitCutoffYear(e){Jp=e%100}static get throwOnInvalid(){return Zp}static set throwOnInvalid(e){Zp=e}static resetCaches(){Bp.resetCache(),Ip.resetCache()}}class of{constructor(e,t){this.reason=e,this.explanation=t}toMessage(){return this.explanation?`${this.reason}: ${this.explanation}`:this.reason}}const rf=[0,31,59,90,120,151,181,212,243,273,304,334],nf=[0,31,60,91,121,152,182,213,244,274,305,335];function af(e,t){return new of("unit out of range",`you specified ${t} (of type ${typeof t}) as a ${e}, which is invalid`)}function sf(e,t,o){const r=new Date(Date.UTC(e,t-1,o));e<100&&e>=0&&r.setUTCFullYear(r.getUTCFullYear()-1900);const n=r.getUTCDay();return 0===n?7:n}function lf(e,t,o){return o+($f(e)?nf:rf)[t-1]}function df(e,t){const o=$f(e)?nf:rf,r=o.findIndex(e=>e<t);return{month:r+1,day:t-o[r]}}function cf(e,t){return(e-t+7)%7+1}function hf(e,t=4,o=1){const{year:r,month:n,day:a}=e,i=lf(r,n,a),s=cf(sf(r,n,a),o);let l,d=Math.floor((i-s+14-t)/7);return d<1?(l=r-1,d=Mf(l,t,o)):d>Mf(r,t,o)?(l=r+1,d=1):l=r,{weekYear:l,weekNumber:d,weekday:s,...Wf(e)}}function uf(e,t=4,o=1){const{weekYear:r,weekNumber:n,weekday:a}=e,i=cf(sf(r,1,t),o),s=Rf(r);let l,d=7*n+a-i-7+t;d<1?(l=r-1,d+=Rf(l)):d>s?(l=r+1,d-=Rf(r)):l=r;const{month:c,day:h}=df(l,d);return{year:l,month:c,day:h,...Wf(e)}}function mf(e){const{year:t,month:o,day:r}=e;return{year:t,ordinal:lf(t,o,r),...Wf(e)}}function bf(e){const{year:t,ordinal:o}=e,{month:r,day:n}=df(t,o);return{year:t,month:r,day:n,...Wf(e)}}function pf(e,t){if(!vf(e.localWeekday)||!vf(e.localWeekNumber)||!vf(e.localWeekYear)){if(!vf(e.weekday)||!vf(e.weekNumber)||!vf(e.weekYear))throw new Yb("Cannot mix locale-based week fields with ISO-based week fields");return vf(e.localWeekday)||(e.weekday=e.localWeekday),vf(e.localWeekNumber)||(e.weekNumber=e.localWeekNumber),vf(e.localWeekYear)||(e.weekYear=e.localWeekYear),delete e.localWeekday,delete e.localWeekNumber,delete e.localWeekYear,{minDaysInFirstWeek:t.getMinDaysInFirstWeek(),startOfWeek:t.getStartOfWeek()}}return{minDaysInFirstWeek:4,startOfWeek:1}}function ff(e){const t=kf(e.year),o=Lf(e.month,1,12),r=Lf(e.day,1,Pf(e.year,e.month));return t?o?!r&&af("day",e.day):af("month",e.month):af("year",e.year)}function gf(e){const{hour:t,minute:o,second:r,millisecond:n}=e,a=Lf(t,0,23)||24===t&&0===o&&0===r&&0===n,i=Lf(o,0,59),s=Lf(r,0,59),l=Lf(n,0,999);return a?i?s?!l&&af("millisecond",n):af("second",r):af("minute",o):af("hour",t)}function vf(e){return void 0===e}function yf(e){return"number"==typeof e}function kf(e){return"number"==typeof e&&e%1==0}function xf(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(e){return!1}}function wf(){try{return"undefined"!=typeof Intl&&!!Intl.Locale&&("weekInfo"in Intl.Locale.prototype||"getWeekInfo"in Intl.Locale.prototype)}catch(e){return!1}}function Sf(e,t,o){if(0!==e.length)return e.reduce((e,r)=>{const n=[t(r),r];return e&&o(e[0],n[0])===e[0]?e:n},null)[1]}function Cf(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function Ef(e){if(null==e)return null;if("object"!=typeof e)throw new Gb("Week settings must be an object");if(!Lf(e.firstDay,1,7)||!Lf(e.minimalDays,1,7)||!Array.isArray(e.weekend)||e.weekend.some(e=>!Lf(e,1,7)))throw new Gb("Invalid week settings");return{firstDay:e.firstDay,minimalDays:e.minimalDays,weekend:Array.from(e.weekend)}}function Lf(e,t,o){return kf(e)&&e>=t&&e<=o}function _f(e,t=2){let o;return o=e<0?"-"+(""+-e).padStart(t,"0"):(""+e).padStart(t,"0"),o}function Tf(e){return vf(e)||null===e||""===e?void 0:parseInt(e,10)}function If(e){return vf(e)||null===e||""===e?void 0:parseFloat(e)}function zf(e){if(!vf(e)&&null!==e&&""!==e){const t=1e3*parseFloat("0."+e);return Math.floor(t)}}function Of(e,t,o=!1){const r=10**t;return(o?Math.trunc:Math.round)(e*r)/r}function $f(e){return e%4==0&&(e%100!=0||e%400==0)}function Rf(e){return $f(e)?366:365}function Pf(e,t){const o=(r=t-1)-12*Math.floor(r/12)+1;var r;return 2===o?$f(e+(t-o)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][o-1]}function Af(e){let t=Date.UTC(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond);return e.year<100&&e.year>=0&&(t=new Date(t),t.setUTCFullYear(e.year,e.month-1,e.day)),+t}function Nf(e,t,o){return-cf(sf(e,1,t),o)+t-1}function Mf(e,t=4,o=1){const r=Nf(e,t,o),n=Nf(e+1,t,o);return(Rf(e)-r+n)/7}function Df(e){return e>99?e:e>tf.twoDigitCutoffYear?1900+e:2e3+e}function Vf(e,t,o,r=null){const n=new Date(e),a={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};r&&(a.timeZone=r);const i={timeZoneName:t,...a},s=new Intl.DateTimeFormat(o,i).formatToParts(n).find(e=>"timezonename"===e.type.toLowerCase());return s?s.value:null}function jf(e,t){let o=parseInt(e,10);Number.isNaN(o)&&(o=0);const r=parseInt(t,10)||0;return 60*o+(o<0||Object.is(o,-0)?-r:r)}function Ff(e){const t=Number(e);if("boolean"==typeof e||""===e||Number.isNaN(t))throw new Gb(`Invalid unit value ${e}`);return t}function Bf(e,t){const o={};for(const r in e)if(Cf(e,r)){const n=e[r];if(null==n)continue;o[t(r)]=Ff(n)}return o}function Hf(e,t){const o=Math.trunc(Math.abs(e/60)),r=Math.trunc(Math.abs(e%60)),n=e>=0?"+":"-";switch(t){case"short":return`${n}${_f(o,2)}:${_f(r,2)}`;case"narrow":return`${n}${o}${r>0?`:${r}`:""}`;case"techie":return`${n}${_f(o,2)}${_f(r,2)}`;default:throw new RangeError(`Value format ${t} is out of range for property format`)}}function Wf(e){return function(e){return["hour","minute","second","millisecond"].reduce((t,o)=>(t[o]=e[o],t),{})}(e)}const Uf=["January","February","March","April","May","June","July","August","September","October","November","December"],qf=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Zf=["J","F","M","A","M","J","J","A","S","O","N","D"];function Yf(e){switch(e){case"narrow":return[...Zf];case"short":return[...qf];case"long":return[...Uf];case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}const Xf=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],Gf=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],Kf=["M","T","W","T","F","S","S"];function Qf(e){switch(e){case"narrow":return[...Kf];case"short":return[...Gf];case"long":return[...Xf];case"numeric":return["1","2","3","4","5","6","7"];default:return null}}const Jf=["AM","PM"],eg=["Before Christ","Anno Domini"],tg=["BC","AD"],og=["B","A"];function rg(e){switch(e){case"narrow":return[...og];case"short":return[...tg];case"long":return[...eg];default:return null}}function ng(e,t){let o="";for(const r of e)o+=r.literal?r.val:t(r.val);return o}const ag={D:tp,DD:op,DDD:np,DDDD:ap,t:ip,tt:sp,ttt:lp,tttt:dp,T:cp,TT:hp,TTT:up,TTTT:mp,f:bp,ff:fp,fff:yp,ffff:xp,F:pp,FF:gp,FFF:kp,FFFF:wp};class ig{static create(e,t={}){return new ig(e,t)}static parseFormat(e){let t=null,o="",r=!1;const n=[];for(let a=0;a<e.length;a++){const i=e.charAt(a);"'"===i?(o.length>0&&n.push({literal:r||/^\s+$/.test(o),val:o}),t=null,o="",r=!r):r||i===t?o+=i:(o.length>0&&n.push({literal:/^\s+$/.test(o),val:o}),o=i,t=i)}return o.length>0&&n.push({literal:r||/^\s+$/.test(o),val:o}),n}static macroTokenToFormatOpts(e){return ag[e]}constructor(e,t){this.opts=t,this.loc=e,this.systemLoc=null}formatWithSystemDefault(e,t){return null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(e,{...this.opts,...t}).format()}dtFormatter(e,t={}){return this.loc.dtFormatter(e,{...this.opts,...t})}formatDateTime(e,t){return this.dtFormatter(e,t).format()}formatDateTimeParts(e,t){return this.dtFormatter(e,t).formatToParts()}formatInterval(e,t){return this.dtFormatter(e.start,t).dtf.formatRange(e.start.toJSDate(),e.end.toJSDate())}resolvedOptions(e,t){return this.dtFormatter(e,t).resolvedOptions()}num(e,t=0){if(this.opts.forceSimple)return _f(e,t);const o={...this.opts};return t>0&&(o.padTo=t),this.loc.numberFormatter(o).format(e)}formatDateTimeFromString(e,t){const o="en"===this.loc.listingMode(),r=this.loc.outputCalendar&&"gregory"!==this.loc.outputCalendar,n=(t,o)=>this.loc.extract(e,t,o),a=t=>e.isOffsetFixed&&0===e.offset&&t.allowZ?"Z":e.isValid?e.zone.formatOffset(e.ts,t.format):"",i=(t,r)=>o?function(e,t){return Yf(t)[e.month-1]}(e,t):n(r?{month:t}:{month:t,day:"numeric"},"month"),s=(t,r)=>o?function(e,t){return Qf(t)[e.weekday-1]}(e,t):n(r?{weekday:t}:{weekday:t,month:"long",day:"numeric"},"weekday"),l=t=>{const o=ig.macroTokenToFormatOpts(t);return o?this.formatWithSystemDefault(e,o):t},d=t=>o?function(e,t){return rg(t)[e.year<0?0:1]}(e,t):n({era:t},"era");return ng(ig.parseFormat(t),t=>{switch(t){case"S":return this.num(e.millisecond);case"u":case"SSS":return this.num(e.millisecond,3);case"s":return this.num(e.second);case"ss":return this.num(e.second,2);case"uu":return this.num(Math.floor(e.millisecond/10),2);case"uuu":return this.num(Math.floor(e.millisecond/100));case"m":return this.num(e.minute);case"mm":return this.num(e.minute,2);case"h":return this.num(e.hour%12==0?12:e.hour%12);case"hh":return this.num(e.hour%12==0?12:e.hour%12,2);case"H":return this.num(e.hour);case"HH":return this.num(e.hour,2);case"Z":return a({format:"narrow",allowZ:this.opts.allowZ});case"ZZ":return a({format:"short",allowZ:this.opts.allowZ});case"ZZZ":return a({format:"techie",allowZ:this.opts.allowZ});case"ZZZZ":return e.zone.offsetName(e.ts,{format:"short",locale:this.loc.locale});case"ZZZZZ":return e.zone.offsetName(e.ts,{format:"long",locale:this.loc.locale});case"z":return e.zoneName;case"a":return o?function(e){return Jf[e.hour<12?0:1]}(e):n({hour:"numeric",hourCycle:"h12"},"dayperiod");case"d":return r?n({day:"numeric"},"day"):this.num(e.day);case"dd":return r?n({day:"2-digit"},"day"):this.num(e.day,2);case"c":case"E":return this.num(e.weekday);case"ccc":return s("short",!0);case"cccc":return s("long",!0);case"ccccc":return s("narrow",!0);case"EEE":return s("short",!1);case"EEEE":return s("long",!1);case"EEEEE":return s("narrow",!1);case"L":return r?n({month:"numeric",day:"numeric"},"month"):this.num(e.month);case"LL":return r?n({month:"2-digit",day:"numeric"},"month"):this.num(e.month,2);case"LLL":return i("short",!0);case"LLLL":return i("long",!0);case"LLLLL":return i("narrow",!0);case"M":return r?n({month:"numeric"},"month"):this.num(e.month);case"MM":return r?n({month:"2-digit"},"month"):this.num(e.month,2);case"MMM":return i("short",!1);case"MMMM":return i("long",!1);case"MMMMM":return i("narrow",!1);case"y":return r?n({year:"numeric"},"year"):this.num(e.year);case"yy":return r?n({year:"2-digit"},"year"):this.num(e.year.toString().slice(-2),2);case"yyyy":return r?n({year:"numeric"},"year"):this.num(e.year,4);case"yyyyyy":return r?n({year:"numeric"},"year"):this.num(e.year,6);case"G":return d("short");case"GG":return d("long");case"GGGGG":return d("narrow");case"kk":return this.num(e.weekYear.toString().slice(-2),2);case"kkkk":return this.num(e.weekYear,4);case"W":return this.num(e.weekNumber);case"WW":return this.num(e.weekNumber,2);case"n":return this.num(e.localWeekNumber);case"nn":return this.num(e.localWeekNumber,2);case"ii":return this.num(e.localWeekYear.toString().slice(-2),2);case"iiii":return this.num(e.localWeekYear,4);case"o":return this.num(e.ordinal);case"ooo":return this.num(e.ordinal,3);case"q":return this.num(e.quarter);case"qq":return this.num(e.quarter,2);case"X":return this.num(Math.floor(e.ts/1e3));case"x":return this.num(e.ts);default:return l(t)}})}formatDurationFromString(e,t){const o=e=>{switch(e[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"w":return"week";case"M":return"month";case"y":return"year";default:return null}},r=ig.parseFormat(t),n=r.reduce((e,{literal:t,val:o})=>t?e:e.concat(o),[]);return ng(r,(e=>t=>{const r=o(t);return r?this.num(e.get(r),t.length):t})(e.shiftTo(...n.map(o).filter(e=>e))))}}const sg=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function lg(...e){const t=e.reduce((e,t)=>e+t.source,"");return RegExp(`^${t}$`)}function dg(...e){return t=>e.reduce(([e,o,r],n)=>{const[a,i,s]=n(t,r);return[{...e,...a},i||o,s]},[{},null,1]).slice(0,2)}function cg(e,...t){if(null==e)return[null,null];for(const[o,r]of t){const t=o.exec(e);if(t)return r(t)}return[null,null]}function hg(...e){return(t,o)=>{const r={};let n;for(n=0;n<e.length;n++)r[e[n]]=Tf(t[o+n]);return[r,null,o+n]}}const ug=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,mg=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,bg=RegExp(`${mg.source}(?:${ug.source}?(?:\\[(${sg.source})\\])?)?`),pg=RegExp(`(?:T${bg.source})?`),fg=hg("weekYear","weekNumber","weekDay"),gg=hg("year","ordinal"),vg=RegExp(`${mg.source} ?(?:${ug.source}|(${sg.source}))?`),yg=RegExp(`(?: ${vg.source})?`);function kg(e,t,o){const r=e[t];return vf(r)?o:Tf(r)}function xg(e,t){return[{hours:kg(e,t,0),minutes:kg(e,t+1,0),seconds:kg(e,t+2,0),milliseconds:zf(e[t+3])},null,t+4]}function wg(e,t){const o=!e[t]&&!e[t+1],r=jf(e[t+1],e[t+2]);return[{},o?null:Wp.instance(r),t+3]}function Sg(e,t){return[{},e[t]?Ip.create(e[t]):null,t+1]}const Cg=RegExp(`^T?${mg.source}$`),Eg=/^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/;function Lg(e){const[t,o,r,n,a,i,s,l,d]=e,c="-"===t[0],h=l&&"-"===l[0],u=(e,t=!1)=>void 0!==e&&(t||e&&c)?-e:e;return[{years:u(If(o)),months:u(If(r)),weeks:u(If(n)),days:u(If(a)),hours:u(If(i)),minutes:u(If(s)),seconds:u(If(l),"-0"===l),milliseconds:u(zf(d),h)}]}const _g={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Tg(e,t,o,r,n,a,i){const s={year:2===t.length?Df(Tf(t)):Tf(t),month:qf.indexOf(o)+1,day:Tf(r),hour:Tf(n),minute:Tf(a)};return i&&(s.second=Tf(i)),e&&(s.weekday=e.length>3?Xf.indexOf(e)+1:Gf.indexOf(e)+1),s}const Ig=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function zg(e){const[,t,o,r,n,a,i,s,l,d,c,h]=e,u=Tg(t,n,r,o,a,i,s);let m;return m=l?_g[l]:d?0:jf(c,h),[u,new Wp(m)]}const Og=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,$g=/^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,Rg=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function Pg(e){const[,t,o,r,n,a,i,s]=e;return[Tg(t,n,r,o,a,i,s),Wp.utcInstance]}function Ag(e){const[,t,o,r,n,a,i,s]=e;return[Tg(t,s,o,r,n,a,i),Wp.utcInstance]}const Ng=lg(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,pg),Mg=lg(/(\d{4})-?W(\d\d)(?:-?(\d))?/,pg),Dg=lg(/(\d{4})-?(\d{3})/,pg),Vg=lg(bg),jg=dg(function(e,t){return[{year:kg(e,t),month:kg(e,t+1,1),day:kg(e,t+2,1)},null,t+3]},xg,wg,Sg),Fg=dg(fg,xg,wg,Sg),Bg=dg(gg,xg,wg,Sg),Hg=dg(xg,wg,Sg),Wg=dg(xg),Ug=lg(/(\d{4})-(\d\d)-(\d\d)/,yg),qg=lg(vg),Zg=dg(xg,wg,Sg),Yg="Invalid Duration",Xg={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},Gg={years:{quarters:4,months:12,weeks:52,days:365,hours:8760,minutes:525600,seconds:31536e3,milliseconds:31536e6},quarters:{months:3,weeks:13,days:91,hours:2184,minutes:131040,seconds:7862400,milliseconds:78624e5},months:{weeks:4,days:30,hours:720,minutes:43200,seconds:2592e3,milliseconds:2592e6},...Xg},Kg={years:{quarters:4,months:12,weeks:52.1775,days:365.2425,hours:8765.82,minutes:525949.2,seconds:525949.2*60,milliseconds:525949.2*60*1e3},quarters:{months:3,weeks:13.044375,days:91.310625,hours:2191.455,minutes:131487.3,seconds:525949.2*60/4,milliseconds:7889237999.999999},months:{weeks:4.3481250000000005,days:30.436875,hours:730.485,minutes:43829.1,seconds:2629746,milliseconds:2629746e3},...Xg},Qg=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],Jg=Qg.slice(0).reverse();function ev(e,t,o=!1){const r={values:o?t.values:{...e.values,...t.values||{}},loc:e.loc.clone(t.loc),conversionAccuracy:t.conversionAccuracy||e.conversionAccuracy,matrix:t.matrix||e.matrix};return new rv(r)}function tv(e,t){var o;let r=null!==(o=t.milliseconds)&&void 0!==o?o:0;for(const n of Jg.slice(1))t[n]&&(r+=t[n]*e[n].milliseconds);return r}function ov(e,t){const o=tv(e,t)<0?-1:1;Qg.reduceRight((r,n)=>{if(vf(t[n]))return r;if(r){const a=e[n][r],i=Math.floor(t[r]*o/a);t[n]+=i*o,t[r]-=i*a*o}return n},null),Qg.reduce((o,r)=>{if(vf(t[r]))return o;if(o){const n=t[o]%1;t[o]-=n,t[r]+=n*e[o][r]}return r},null)}class rv{constructor(e){const t="longterm"===e.conversionAccuracy||!1;let o=t?Kg:Gg;e.matrix&&(o=e.matrix),this.values=e.values,this.loc=e.loc||Bp.create(),this.conversionAccuracy=t?"longterm":"casual",this.invalid=e.invalid||null,this.matrix=o,this.isLuxonDuration=!0}static fromMillis(e,t){return rv.fromObject({milliseconds:e},t)}static fromObject(e,t={}){if(null==e||"object"!=typeof e)throw new Gb("Duration.fromObject: argument expected to be an object, got "+(null===e?"null":typeof e));return new rv({values:Bf(e,rv.normalizeUnit),loc:Bp.fromObject(t),conversionAccuracy:t.conversionAccuracy,matrix:t.matrix})}static fromDurationLike(e){if(yf(e))return rv.fromMillis(e);if(rv.isDuration(e))return e;if("object"==typeof e)return rv.fromObject(e);throw new Gb(`Unknown duration argument ${e} of type ${typeof e}`)}static fromISO(e,t){const[o]=function(e){return cg(e,[Eg,Lg])}(e);return o?rv.fromObject(o,t):rv.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static fromISOTime(e,t){const[o]=function(e){return cg(e,[Cg,Wg])}(e);return o?rv.fromObject(o,t):rv.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static invalid(e,t=null){if(!e)throw new Gb("need to specify a reason the Duration is invalid");const o=e instanceof of?e:new of(e,t);if(tf.throwOnInvalid)throw new Zb(o);return new rv({invalid:o})}static normalizeUnit(e){const t={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[e?e.toLowerCase():e];if(!t)throw new Xb(e);return t}static isDuration(e){return e&&e.isLuxonDuration||!1}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}toFormat(e,t={}){const o={...t,floor:!1!==t.round&&!1!==t.floor};return this.isValid?ig.create(this.loc,o).formatDurationFromString(this,e):Yg}toHuman(e={}){if(!this.isValid)return Yg;const t=Qg.map(t=>{const o=this.values[t];return vf(o)?null:this.loc.numberFormatter({style:"unit",unitDisplay:"long",...e,unit:t.slice(0,-1)}).format(o)}).filter(e=>e);return this.loc.listFormatter({type:"conjunction",style:e.listStyle||"narrow",...e}).format(t)}toObject(){return this.isValid?{...this.values}:{}}toISO(){if(!this.isValid)return null;let e="P";return 0!==this.years&&(e+=this.years+"Y"),0===this.months&&0===this.quarters||(e+=this.months+3*this.quarters+"M"),0!==this.weeks&&(e+=this.weeks+"W"),0!==this.days&&(e+=this.days+"D"),0===this.hours&&0===this.minutes&&0===this.seconds&&0===this.milliseconds||(e+="T"),0!==this.hours&&(e+=this.hours+"H"),0!==this.minutes&&(e+=this.minutes+"M"),0===this.seconds&&0===this.milliseconds||(e+=Of(this.seconds+this.milliseconds/1e3,3)+"S"),"P"===e&&(e+="T0S"),e}toISOTime(e={}){if(!this.isValid)return null;const t=this.toMillis();return t<0||t>=864e5?null:(e={suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended",...e,includeOffset:!1},Xv.fromMillis(t,{zone:"UTC"}).toISOTime(e))}toJSON(){return this.toISO()}toString(){return this.toISO()}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Duration { values: ${JSON.stringify(this.values)} }`:`Duration { Invalid, reason: ${this.invalidReason} }`}toMillis(){return this.isValid?tv(this.matrix,this.values):NaN}valueOf(){return this.toMillis()}plus(e){if(!this.isValid)return this;const t=rv.fromDurationLike(e),o={};for(const r of Qg)(Cf(t.values,r)||Cf(this.values,r))&&(o[r]=t.get(r)+this.get(r));return ev(this,{values:o},!0)}minus(e){if(!this.isValid)return this;const t=rv.fromDurationLike(e);return this.plus(t.negate())}mapUnits(e){if(!this.isValid)return this;const t={};for(const o of Object.keys(this.values))t[o]=Ff(e(this.values[o],o));return ev(this,{values:t},!0)}get(e){return this[rv.normalizeUnit(e)]}set(e){return this.isValid?ev(this,{values:{...this.values,...Bf(e,rv.normalizeUnit)}}):this}reconfigure({locale:e,numberingSystem:t,conversionAccuracy:o,matrix:r}={}){return ev(this,{loc:this.loc.clone({locale:e,numberingSystem:t}),matrix:r,conversionAccuracy:o})}as(e){return this.isValid?this.shiftTo(e).get(e):NaN}normalize(){if(!this.isValid)return this;const e=this.toObject();return ov(this.matrix,e),ev(this,{values:e},!0)}rescale(){return this.isValid?ev(this,{values:function(e){const t={};for(const[o,r]of Object.entries(e))0!==r&&(t[o]=r);return t}(this.normalize().shiftToAll().toObject())},!0):this}shiftTo(...e){if(!this.isValid)return this;if(0===e.length)return this;e=e.map(e=>rv.normalizeUnit(e));const t={},o={},r=this.toObject();let n;for(const a of Qg)if(e.indexOf(a)>=0){n=a;let e=0;for(const t in o)e+=this.matrix[t][a]*o[t],o[t]=0;yf(r[a])&&(e+=r[a]);const i=Math.trunc(e);t[a]=i,o[a]=(1e3*e-1e3*i)/1e3}else yf(r[a])&&(o[a]=r[a]);for(const a in o)0!==o[a]&&(t[n]+=a===n?o[a]:o[a]/this.matrix[n][a]);return ov(this.matrix,t),ev(this,{values:t},!0)}shiftToAll(){return this.isValid?this.shiftTo("years","months","weeks","days","hours","minutes","seconds","milliseconds"):this}negate(){if(!this.isValid)return this;const e={};for(const t of Object.keys(this.values))e[t]=0===this.values[t]?0:-this.values[t];return ev(this,{values:e},!0)}get years(){return this.isValid?this.values.years||0:NaN}get quarters(){return this.isValid?this.values.quarters||0:NaN}get months(){return this.isValid?this.values.months||0:NaN}get weeks(){return this.isValid?this.values.weeks||0:NaN}get days(){return this.isValid?this.values.days||0:NaN}get hours(){return this.isValid?this.values.hours||0:NaN}get minutes(){return this.isValid?this.values.minutes||0:NaN}get seconds(){return this.isValid?this.values.seconds||0:NaN}get milliseconds(){return this.isValid?this.values.milliseconds||0:NaN}get isValid(){return null===this.invalid}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}equals(e){if(!this.isValid||!e.isValid)return!1;if(!this.loc.equals(e.loc))return!1;for(const r of Qg)if(o=e.values[r],!(void 0===(t=this.values[r])||0===t?void 0===o||0===o:t===o))return!1;var t,o;return!0}}const nv="Invalid Interval";class av{constructor(e){this.s=e.start,this.e=e.end,this.invalid=e.invalid||null,this.isLuxonInterval=!0}static invalid(e,t=null){if(!e)throw new Gb("need to specify a reason the Interval is invalid");const o=e instanceof of?e:new of(e,t);if(tf.throwOnInvalid)throw new qb(o);return new av({invalid:o})}static fromDateTimes(e,t){const o=Gv(e),r=Gv(t),n=function(e,t){return e&&e.isValid?t&&t.isValid?t<e?av.invalid("end before start",`The end of an interval must be after its start, but you had start=${e.toISO()} and end=${t.toISO()}`):null:av.invalid("missing or invalid end"):av.invalid("missing or invalid start")}(o,r);return null==n?new av({start:o,end:r}):n}static after(e,t){const o=rv.fromDurationLike(t),r=Gv(e);return av.fromDateTimes(r,r.plus(o))}static before(e,t){const o=rv.fromDurationLike(t),r=Gv(e);return av.fromDateTimes(r.minus(o),r)}static fromISO(e,t){const[o,r]=(e||"").split("/",2);if(o&&r){let e,n,a,i;try{e=Xv.fromISO(o,t),n=e.isValid}catch(r){n=!1}try{a=Xv.fromISO(r,t),i=a.isValid}catch(r){i=!1}if(n&&i)return av.fromDateTimes(e,a);if(n){const o=rv.fromISO(r,t);if(o.isValid)return av.after(e,o)}else if(i){const e=rv.fromISO(o,t);if(e.isValid)return av.before(a,e)}}return av.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static isInterval(e){return e&&e.isLuxonInterval||!1}get start(){return this.isValid?this.s:null}get end(){return this.isValid?this.e:null}get isValid(){return null===this.invalidReason}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}length(e="milliseconds"){return this.isValid?this.toDuration(e).get(e):NaN}count(e="milliseconds",t){if(!this.isValid)return NaN;const o=this.start.startOf(e,t);let r;return r=null!=t&&t.useLocaleWeeks?this.end.reconfigure({locale:o.locale}):this.end,r=r.startOf(e,t),Math.floor(r.diff(o,e).get(e))+(r.valueOf()!==this.end.valueOf())}hasSame(e){return!!this.isValid&&(this.isEmpty()||this.e.minus(1).hasSame(this.s,e))}isEmpty(){return this.s.valueOf()===this.e.valueOf()}isAfter(e){return!!this.isValid&&this.s>e}isBefore(e){return!!this.isValid&&this.e<=e}contains(e){return!!this.isValid&&this.s<=e&&this.e>e}set({start:e,end:t}={}){return this.isValid?av.fromDateTimes(e||this.s,t||this.e):this}splitAt(...e){if(!this.isValid)return[];const t=e.map(Gv).filter(e=>this.contains(e)).sort((e,t)=>e.toMillis()-t.toMillis()),o=[];let{s:r}=this,n=0;for(;r<this.e;){const e=t[n]||this.e,a=+e>+this.e?this.e:e;o.push(av.fromDateTimes(r,a)),r=a,n+=1}return o}splitBy(e){const t=rv.fromDurationLike(e);if(!this.isValid||!t.isValid||0===t.as("milliseconds"))return[];let o,{s:r}=this,n=1;const a=[];for(;r<this.e;){const e=this.start.plus(t.mapUnits(e=>e*n));o=+e>+this.e?this.e:e,a.push(av.fromDateTimes(r,o)),r=o,n+=1}return a}divideEqually(e){return this.isValid?this.splitBy(this.length()/e).slice(0,e):[]}overlaps(e){return this.e>e.s&&this.s<e.e}abutsStart(e){return!!this.isValid&&+this.e==+e.s}abutsEnd(e){return!!this.isValid&&+e.e==+this.s}engulfs(e){return!!this.isValid&&this.s<=e.s&&this.e>=e.e}equals(e){return!(!this.isValid||!e.isValid)&&this.s.equals(e.s)&&this.e.equals(e.e)}intersection(e){if(!this.isValid)return this;const t=this.s>e.s?this.s:e.s,o=this.e<e.e?this.e:e.e;return t>=o?null:av.fromDateTimes(t,o)}union(e){return this.isValid?av.fromDateTimes(this.s<e.s?this.s:e.s,this.e>e.e?this.e:e.e):this}static merge(e){const[t,o]=e.sort((e,t)=>e.s-t.s).reduce(([e,t],o)=>t?t.overlaps(o)||t.abutsStart(o)?[e,t.union(o)]:[e.concat([t]),o]:[e,o],[[],null]);return o&&t.push(o),t}static xor(e){let t=null,o=0;const r=[],n=e.map(e=>[{time:e.s,type:"s"},{time:e.e,type:"e"}]),a=Array.prototype.concat(...n).sort((e,t)=>e.time-t.time);for(const i of a)o+="s"===i.type?1:-1,1===o?t=i.time:(t&&+t!=+i.time&&r.push(av.fromDateTimes(t,i.time)),t=null);return av.merge(r)}difference(...e){return av.xor([this].concat(e)).map(e=>this.intersection(e)).filter(e=>e&&!e.isEmpty())}toString(){return this.isValid?`[${this.s.toISO()} – ${this.e.toISO()})`:nv}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Interval { start: ${this.s.toISO()}, end: ${this.e.toISO()} }`:`Interval { Invalid, reason: ${this.invalidReason} }`}toLocaleString(e=tp,t={}){return this.isValid?ig.create(this.s.loc.clone(t),e).formatInterval(this):nv}toISO(e){return this.isValid?`${this.s.toISO(e)}/${this.e.toISO(e)}`:nv}toISODate(){return this.isValid?`${this.s.toISODate()}/${this.e.toISODate()}`:nv}toISOTime(e){return this.isValid?`${this.s.toISOTime(e)}/${this.e.toISOTime(e)}`:nv}toFormat(e,{separator:t=" – "}={}){return this.isValid?`${this.s.toFormat(e)}${t}${this.e.toFormat(e)}`:nv}toDuration(e,t){return this.isValid?this.e.diff(this.s,e,t):rv.invalid(this.invalidReason)}mapEndpoints(e){return av.fromDateTimes(e(this.s),e(this.e))}}class iv{static hasDST(e=tf.defaultZone){const t=Xv.now().setZone(e).set({month:12});return!e.isUniversal&&t.offset!==t.set({month:6}).offset}static isValidIANAZone(e){return Ip.isValidZone(e)}static normalizeZone(e){return qp(e,tf.defaultZone)}static getStartOfWeek({locale:e=null,locObj:t=null}={}){return(t||Bp.create(e)).getStartOfWeek()}static getMinimumDaysInFirstWeek({locale:e=null,locObj:t=null}={}){return(t||Bp.create(e)).getMinDaysInFirstWeek()}static getWeekendWeekdays({locale:e=null,locObj:t=null}={}){return(t||Bp.create(e)).getWeekendDays().slice()}static months(e="long",{locale:t=null,numberingSystem:o=null,locObj:r=null,outputCalendar:n="gregory"}={}){return(r||Bp.create(t,o,n)).months(e)}static monthsFormat(e="long",{locale:t=null,numberingSystem:o=null,locObj:r=null,outputCalendar:n="gregory"}={}){return(r||Bp.create(t,o,n)).months(e,!0)}static weekdays(e="long",{locale:t=null,numberingSystem:o=null,locObj:r=null}={}){return(r||Bp.create(t,o,null)).weekdays(e)}static weekdaysFormat(e="long",{locale:t=null,numberingSystem:o=null,locObj:r=null}={}){return(r||Bp.create(t,o,null)).weekdays(e,!0)}static meridiems({locale:e=null}={}){return Bp.create(e).meridiems()}static eras(e="short",{locale:t=null}={}){return Bp.create(t,null,"gregory").eras(e)}static features(){return{relative:xf(),localeWeek:wf()}}}function sv(e,t){const o=e=>e.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf(),r=o(t)-o(e);return Math.floor(rv.fromMillis(r).as("days"))}const lv={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},dv={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},cv=lv.hanidec.replace(/[\[|\]]/g,"").split("");function hv({numberingSystem:e},t=""){return new RegExp(`${lv[e||"latn"]}${t}`)}function uv(e,t=e=>e){return{regex:e,deser:([e])=>t(function(e){let t=parseInt(e,10);if(isNaN(t)){t="";for(let o=0;o<e.length;o++){const r=e.charCodeAt(o);if(-1!==e[o].search(lv.hanidec))t+=cv.indexOf(e[o]);else for(const e in dv){const[o,n]=dv[e];r>=o&&r<=n&&(t+=r-o)}}return parseInt(t,10)}return t}(e))}}const mv=`[ ${String.fromCharCode(160)}]`,bv=new RegExp(mv,"g");function pv(e){return e.replace(/\./g,"\\.?").replace(bv,mv)}function fv(e){return e.replace(/\./g,"").replace(bv," ").toLowerCase()}function gv(e,t){return null===e?null:{regex:RegExp(e.map(pv).join("|")),deser:([o])=>e.findIndex(e=>fv(o)===fv(e))+t}}function vv(e,t){return{regex:e,deser:([,e,t])=>jf(e,t),groups:t}}function yv(e){return{regex:e,deser:([e])=>e}}const kv={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour12:{numeric:"h","2-digit":"hh"},hour24:{numeric:"H","2-digit":"HH"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"},timeZoneName:{long:"ZZZZZ",short:"ZZZ"}};let xv=null;function wv(e,t){return Array.prototype.concat(...e.map(e=>function(e,t){if(e.literal)return e;const o=Cv(ig.macroTokenToFormatOpts(e.val),t);return null==o||o.includes(void 0)?e:o}(e,t)))}function Sv(e,t,o){const r=wv(ig.parseFormat(o),e),n=r.map(t=>function(e,t){const o=hv(t),r=hv(t,"{2}"),n=hv(t,"{3}"),a=hv(t,"{4}"),i=hv(t,"{6}"),s=hv(t,"{1,2}"),l=hv(t,"{1,3}"),d=hv(t,"{1,6}"),c=hv(t,"{1,9}"),h=hv(t,"{2,4}"),u=hv(t,"{4,6}"),m=e=>{return{regex:RegExp((t=e.val,t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"))),deser:([e])=>e,literal:!0};var t},b=(b=>{if(e.literal)return m(b);switch(b.val){case"G":return gv(t.eras("short"),0);case"GG":return gv(t.eras("long"),0);case"y":return uv(d);case"yy":case"kk":return uv(h,Df);case"yyyy":case"kkkk":return uv(a);case"yyyyy":return uv(u);case"yyyyyy":return uv(i);case"M":case"L":case"d":case"H":case"h":case"m":case"q":case"s":case"W":return uv(s);case"MM":case"LL":case"dd":case"HH":case"hh":case"mm":case"qq":case"ss":case"WW":return uv(r);case"MMM":return gv(t.months("short",!0),1);case"MMMM":return gv(t.months("long",!0),1);case"LLL":return gv(t.months("short",!1),1);case"LLLL":return gv(t.months("long",!1),1);case"o":case"S":return uv(l);case"ooo":case"SSS":return uv(n);case"u":return yv(c);case"uu":return yv(s);case"uuu":case"E":case"c":return uv(o);case"a":return gv(t.meridiems(),0);case"EEE":return gv(t.weekdays("short",!1),1);case"EEEE":return gv(t.weekdays("long",!1),1);case"ccc":return gv(t.weekdays("short",!0),1);case"cccc":return gv(t.weekdays("long",!0),1);case"Z":case"ZZ":return vv(new RegExp(`([+-]${s.source})(?::(${r.source}))?`),2);case"ZZZ":return vv(new RegExp(`([+-]${s.source})(${r.source})?`),2);case"z":return yv(/[a-z_+-/]{1,256}?/i);case" ":return yv(/[^\S\n\r]/);default:return m(b)}})(e)||{invalidReason:"missing Intl.DateTimeFormat.formatToParts support"};return b.token=e,b}(t,e)),a=n.find(e=>e.invalidReason);if(a)return{input:t,tokens:r,invalidReason:a.invalidReason};{const[e,o]=function(e){return[`^${e.map(e=>e.regex).reduce((e,t)=>`${e}(${t.source})`,"")}$`,e]}(n),a=RegExp(e,"i"),[i,s]=function(e,t,o){const r=e.match(t);if(r){const e={};let t=1;for(const n in o)if(Cf(o,n)){const a=o[n],i=a.groups?a.groups+1:1;!a.literal&&a.token&&(e[a.token.val[0]]=a.deser(r.slice(t,t+i))),t+=i}return[r,e]}return[r,{}]}(t,a,o),[l,d,c]=s?function(e){let t,o=null;return vf(e.z)||(o=Ip.create(e.z)),vf(e.Z)||(o||(o=new Wp(e.Z)),t=e.Z),vf(e.q)||(e.M=3*(e.q-1)+1),vf(e.h)||(e.h<12&&1===e.a?e.h+=12:12===e.h&&0===e.a&&(e.h=0)),0===e.G&&e.y&&(e.y=-e.y),vf(e.u)||(e.S=zf(e.u)),[Object.keys(e).reduce((t,o)=>{const r=(e=>{switch(e){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}})(o);return r&&(t[r]=e[o]),t},{}),o,t]}(s):[null,null,void 0];if(Cf(s,"a")&&Cf(s,"H"))throw new Yb("Can't include meridiem when specifying 24-hour format");return{input:t,tokens:r,regex:a,rawMatches:i,matches:s,result:l,zone:d,specificOffset:c}}}function Cv(e,t){if(!e)return null;const o=ig.create(t,e).dtFormatter((xv||(xv=Xv.fromMillis(1555555555555)),xv)),r=o.formatToParts(),n=o.resolvedOptions();return r.map(t=>function(e,t,o){const{type:r,value:n}=e;if("literal"===r){const e=/^\s+$/.test(n);return{literal:!e,val:e?" ":n}}let a=r;"hour"===r&&(a=null!=t.hour12?t.hour12?"hour12":"hour24":null!=t.hourCycle?"h11"===t.hourCycle||"h12"===t.hourCycle?"hour12":"hour24":o.hour12?"hour12":"hour24");let i=kv[a];if("object"==typeof i&&(i=i[t[r]]),i)return{literal:!1,val:i}}(t,e,n))}const Ev="Invalid DateTime",Lv=864e13;function _v(e){return new of("unsupported zone",`the zone "${e.name}" is not supported`)}function Tv(e){return null===e.weekData&&(e.weekData=hf(e.c)),e.weekData}function Iv(e){return null===e.localWeekData&&(e.localWeekData=hf(e.c,e.loc.getMinDaysInFirstWeek(),e.loc.getStartOfWeek())),e.localWeekData}function zv(e,t){const o={ts:e.ts,zone:e.zone,c:e.c,o:e.o,loc:e.loc,invalid:e.invalid};return new Xv({...o,...t,old:o})}function Ov(e,t,o){let r=e-60*t*1e3;const n=o.offset(r);if(t===n)return[r,t];r-=60*(n-t)*1e3;const a=o.offset(r);return n===a?[r,n]:[e-60*Math.min(n,a)*1e3,Math.max(n,a)]}function $v(e,t){const o=new Date(e+=60*t*1e3);return{year:o.getUTCFullYear(),month:o.getUTCMonth()+1,day:o.getUTCDate(),hour:o.getUTCHours(),minute:o.getUTCMinutes(),second:o.getUTCSeconds(),millisecond:o.getUTCMilliseconds()}}function Rv(e,t,o){return Ov(Af(e),t,o)}function Pv(e,t){const o=e.o,r=e.c.year+Math.trunc(t.years),n=e.c.month+Math.trunc(t.months)+3*Math.trunc(t.quarters),a={...e.c,year:r,month:n,day:Math.min(e.c.day,Pf(r,n))+Math.trunc(t.days)+7*Math.trunc(t.weeks)},i=rv.fromObject({years:t.years-Math.trunc(t.years),quarters:t.quarters-Math.trunc(t.quarters),months:t.months-Math.trunc(t.months),weeks:t.weeks-Math.trunc(t.weeks),days:t.days-Math.trunc(t.days),hours:t.hours,minutes:t.minutes,seconds:t.seconds,milliseconds:t.milliseconds}).as("milliseconds"),s=Af(a);let[l,d]=Ov(s,o,e.zone);return 0!==i&&(l+=i,d=e.zone.offset(l)),{ts:l,o:d}}function Av(e,t,o,r,n,a){const{setZone:i,zone:s}=o;if(e&&0!==Object.keys(e).length||t){const r=t||s,n=Xv.fromObject(e,{...o,zone:r,specificOffset:a});return i?n:n.setZone(s)}return Xv.invalid(new of("unparsable",`the input "${n}" can't be parsed as ${r}`))}function Nv(e,t,o=!0){return e.isValid?ig.create(Bp.create("en-US"),{allowZ:o,forceSimple:!0}).formatDateTimeFromString(e,t):null}function Mv(e,t){const o=e.c.year>9999||e.c.year<0;let r="";return o&&e.c.year>=0&&(r+="+"),r+=_f(e.c.year,o?6:4),t?(r+="-",r+=_f(e.c.month),r+="-",r+=_f(e.c.day)):(r+=_f(e.c.month),r+=_f(e.c.day)),r}function Dv(e,t,o,r,n,a){let i=_f(e.c.hour);return t?(i+=":",i+=_f(e.c.minute),0===e.c.millisecond&&0===e.c.second&&o||(i+=":")):i+=_f(e.c.minute),0===e.c.millisecond&&0===e.c.second&&o||(i+=_f(e.c.second),0===e.c.millisecond&&r||(i+=".",i+=_f(e.c.millisecond,3))),n&&(e.isOffsetFixed&&0===e.offset&&!a?i+="Z":e.o<0?(i+="-",i+=_f(Math.trunc(-e.o/60)),i+=":",i+=_f(Math.trunc(-e.o%60))):(i+="+",i+=_f(Math.trunc(e.o/60)),i+=":",i+=_f(Math.trunc(e.o%60)))),a&&(i+="["+e.zone.ianaName+"]"),i}const Vv={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},jv={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},Fv={ordinal:1,hour:0,minute:0,second:0,millisecond:0},Bv=["year","month","day","hour","minute","second","millisecond"],Hv=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],Wv=["year","ordinal","hour","minute","second","millisecond"];function Uv(e){switch(e.toLowerCase()){case"localweekday":case"localweekdays":return"localWeekday";case"localweeknumber":case"localweeknumbers":return"localWeekNumber";case"localweekyear":case"localweekyears":return"localWeekYear";default:return function(e){const t={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[e.toLowerCase()];if(!t)throw new Xb(e);return t}(e)}}function qv(e,t){const o=qp(t.zone,tf.defaultZone),r=Bp.fromObject(t),n=tf.now();let a,i;if(vf(e.year))a=n;else{for(const o of Bv)vf(e[o])&&(e[o]=Vv[o]);const t=ff(e)||gf(e);if(t)return Xv.invalid(t);const r=o.offset(n);[a,i]=Rv(e,r,o)}return new Xv({ts:a,zone:o,loc:r,o:i})}function Zv(e,t,o){const r=!!vf(o.round)||o.round,n=(e,n)=>(e=Of(e,r||o.calendary?0:2,!0),t.loc.clone(o).relFormatter(o).format(e,n)),a=r=>o.calendary?t.hasSame(e,r)?0:t.startOf(r).diff(e.startOf(r),r).get(r):t.diff(e,r).get(r);if(o.unit)return n(a(o.unit),o.unit);for(const i of o.units){const e=a(i);if(Math.abs(e)>=1)return n(e,i)}return n(e>t?-0:0,o.units[o.units.length-1])}function Yv(e){let t,o={};return e.length>0&&"object"==typeof e[e.length-1]?(o=e[e.length-1],t=Array.from(e).slice(0,e.length-1)):t=Array.from(e),[o,t]}class Xv{constructor(e){const t=e.zone||tf.defaultZone;let o=e.invalid||(Number.isNaN(e.ts)?new of("invalid input"):null)||(t.isValid?null:_v(t));this.ts=vf(e.ts)?tf.now():e.ts;let r=null,n=null;if(!o)if(e.old&&e.old.ts===this.ts&&e.old.zone.equals(t))[r,n]=[e.old.c,e.old.o];else{const e=t.offset(this.ts);r=$v(this.ts,e),o=Number.isNaN(r.year)?new of("invalid input"):null,r=o?null:r,n=o?null:e}this._zone=t,this.loc=e.loc||Bp.create(),this.invalid=o,this.weekData=null,this.localWeekData=null,this.c=r,this.o=n,this.isLuxonDateTime=!0}static now(){return new Xv({})}static local(){const[e,t]=Yv(arguments),[o,r,n,a,i,s,l]=t;return qv({year:o,month:r,day:n,hour:a,minute:i,second:s,millisecond:l},e)}static utc(){const[e,t]=Yv(arguments),[o,r,n,a,i,s,l]=t;return e.zone=Wp.utcInstance,qv({year:o,month:r,day:n,hour:a,minute:i,second:s,millisecond:l},e)}static fromJSDate(e,t={}){const o="[object Date]"===Object.prototype.toString.call(e)?e.valueOf():NaN;if(Number.isNaN(o))return Xv.invalid("invalid input");const r=qp(t.zone,tf.defaultZone);return r.isValid?new Xv({ts:o,zone:r,loc:Bp.fromObject(t)}):Xv.invalid(_v(r))}static fromMillis(e,t={}){if(yf(e))return e<-Lv||e>Lv?Xv.invalid("Timestamp out of range"):new Xv({ts:e,zone:qp(t.zone,tf.defaultZone),loc:Bp.fromObject(t)});throw new Gb(`fromMillis requires a numerical input, but received a ${typeof e} with value ${e}`)}static fromSeconds(e,t={}){if(yf(e))return new Xv({ts:1e3*e,zone:qp(t.zone,tf.defaultZone),loc:Bp.fromObject(t)});throw new Gb("fromSeconds requires a numerical input")}static fromObject(e,t={}){e=e||{};const o=qp(t.zone,tf.defaultZone);if(!o.isValid)return Xv.invalid(_v(o));const r=Bp.fromObject(t),n=Bf(e,Uv),{minDaysInFirstWeek:a,startOfWeek:i}=pf(n,r),s=tf.now(),l=vf(t.specificOffset)?o.offset(s):t.specificOffset,d=!vf(n.ordinal),c=!vf(n.year),h=!vf(n.month)||!vf(n.day),u=c||h,m=n.weekYear||n.weekNumber;if((u||d)&&m)throw new Yb("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(h&&d)throw new Yb("Can't mix ordinal dates with month/day");const b=m||n.weekday&&!u;let p,f,g=$v(s,l);b?(p=Hv,f=jv,g=hf(g,a,i)):d?(p=Wv,f=Fv,g=mf(g)):(p=Bv,f=Vv);let v=!1;for(const E of p)vf(n[E])?n[E]=v?f[E]:g[E]:v=!0;const y=b?function(e,t=4,o=1){const r=kf(e.weekYear),n=Lf(e.weekNumber,1,Mf(e.weekYear,t,o)),a=Lf(e.weekday,1,7);return r?n?!a&&af("weekday",e.weekday):af("week",e.weekNumber):af("weekYear",e.weekYear)}(n,a,i):d?function(e){const t=kf(e.year),o=Lf(e.ordinal,1,Rf(e.year));return t?!o&&af("ordinal",e.ordinal):af("year",e.year)}(n):ff(n),k=y||gf(n);if(k)return Xv.invalid(k);const x=b?uf(n,a,i):d?bf(n):n,[w,S]=Rv(x,l,o),C=new Xv({ts:w,zone:o,o:S,loc:r});return n.weekday&&u&&e.weekday!==C.weekday?Xv.invalid("mismatched weekday",`you can't specify both a weekday of ${n.weekday} and a date of ${C.toISO()}`):C}static fromISO(e,t={}){const[o,r]=function(e){return cg(e,[Ng,jg],[Mg,Fg],[Dg,Bg],[Vg,Hg])}(e);return Av(o,r,t,"ISO 8601",e)}static fromRFC2822(e,t={}){const[o,r]=function(e){return cg(function(e){return e.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}(e),[Ig,zg])}(e);return Av(o,r,t,"RFC 2822",e)}static fromHTTP(e,t={}){const[o,r]=function(e){return cg(e,[Og,Pg],[$g,Pg],[Rg,Ag])}(e);return Av(o,r,t,"HTTP",t)}static fromFormat(e,t,o={}){if(vf(e)||vf(t))throw new Gb("fromFormat requires an input string and a format");const{locale:r=null,numberingSystem:n=null}=o,a=Bp.fromOpts({locale:r,numberingSystem:n,defaultToEN:!0}),[i,s,l,d]=function(e,t,o){const{result:r,zone:n,specificOffset:a,invalidReason:i}=Sv(e,t,o);return[r,n,a,i]}(a,e,t);return d?Xv.invalid(d):Av(i,s,o,`format ${t}`,e,l)}static fromString(e,t,o={}){return Xv.fromFormat(e,t,o)}static fromSQL(e,t={}){const[o,r]=function(e){return cg(e,[Ug,jg],[qg,Zg])}(e);return Av(o,r,t,"SQL",e)}static invalid(e,t=null){if(!e)throw new Gb("need to specify a reason the DateTime is invalid");const o=e instanceof of?e:new of(e,t);if(tf.throwOnInvalid)throw new Ub(o);return new Xv({invalid:o})}static isDateTime(e){return e&&e.isLuxonDateTime||!1}static parseFormatForOpts(e,t={}){const o=Cv(e,Bp.fromObject(t));return o?o.map(e=>e?e.val:null).join(""):null}static expandFormat(e,t={}){return wv(ig.parseFormat(e),Bp.fromObject(t)).map(e=>e.val).join("")}get(e){return this[e]}get isValid(){return null===this.invalid}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}get outputCalendar(){return this.isValid?this.loc.outputCalendar:null}get zone(){return this._zone}get zoneName(){return this.isValid?this.zone.name:null}get year(){return this.isValid?this.c.year:NaN}get quarter(){return this.isValid?Math.ceil(this.c.month/3):NaN}get month(){return this.isValid?this.c.month:NaN}get day(){return this.isValid?this.c.day:NaN}get hour(){return this.isValid?this.c.hour:NaN}get minute(){return this.isValid?this.c.minute:NaN}get second(){return this.isValid?this.c.second:NaN}get millisecond(){return this.isValid?this.c.millisecond:NaN}get weekYear(){return this.isValid?Tv(this).weekYear:NaN}get weekNumber(){return this.isValid?Tv(this).weekNumber:NaN}get weekday(){return this.isValid?Tv(this).weekday:NaN}get isWeekend(){return this.isValid&&this.loc.getWeekendDays().includes(this.weekday)}get localWeekday(){return this.isValid?Iv(this).weekday:NaN}get localWeekNumber(){return this.isValid?Iv(this).weekNumber:NaN}get localWeekYear(){return this.isValid?Iv(this).weekYear:NaN}get ordinal(){return this.isValid?mf(this.c).ordinal:NaN}get monthShort(){return this.isValid?iv.months("short",{locObj:this.loc})[this.month-1]:null}get monthLong(){return this.isValid?iv.months("long",{locObj:this.loc})[this.month-1]:null}get weekdayShort(){return this.isValid?iv.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}get weekdayLong(){return this.isValid?iv.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}get offset(){return this.isValid?+this.o:NaN}get offsetNameShort(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}get offsetNameLong(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}get isOffsetFixed(){return this.isValid?this.zone.isUniversal:null}get isInDST(){return!this.isOffsetFixed&&(this.offset>this.set({month:1,day:1}).offset||this.offset>this.set({month:5}).offset)}getPossibleOffsets(){if(!this.isValid||this.isOffsetFixed)return[this];const e=864e5,t=6e4,o=Af(this.c),r=this.zone.offset(o-e),n=this.zone.offset(o+e),a=this.zone.offset(o-r*t),i=this.zone.offset(o-n*t);if(a===i)return[this];const s=o-a*t,l=o-i*t,d=$v(s,a),c=$v(l,i);return d.hour===c.hour&&d.minute===c.minute&&d.second===c.second&&d.millisecond===c.millisecond?[zv(this,{ts:s}),zv(this,{ts:l})]:[this]}get isInLeapYear(){return $f(this.year)}get daysInMonth(){return Pf(this.year,this.month)}get daysInYear(){return this.isValid?Rf(this.year):NaN}get weeksInWeekYear(){return this.isValid?Mf(this.weekYear):NaN}get weeksInLocalWeekYear(){return this.isValid?Mf(this.localWeekYear,this.loc.getMinDaysInFirstWeek(),this.loc.getStartOfWeek()):NaN}resolvedLocaleOptions(e={}){const{locale:t,numberingSystem:o,calendar:r}=ig.create(this.loc.clone(e),e).resolvedOptions(this);return{locale:t,numberingSystem:o,outputCalendar:r}}toUTC(e=0,t={}){return this.setZone(Wp.instance(e),t)}toLocal(){return this.setZone(tf.defaultZone)}setZone(e,{keepLocalTime:t=!1,keepCalendarTime:o=!1}={}){if((e=qp(e,tf.defaultZone)).equals(this.zone))return this;if(e.isValid){let r=this.ts;if(t||o){const t=e.offset(this.ts),o=this.toObject();[r]=Rv(o,t,e)}return zv(this,{ts:r,zone:e})}return Xv.invalid(_v(e))}reconfigure({locale:e,numberingSystem:t,outputCalendar:o}={}){return zv(this,{loc:this.loc.clone({locale:e,numberingSystem:t,outputCalendar:o})})}setLocale(e){return this.reconfigure({locale:e})}set(e){if(!this.isValid)return this;const t=Bf(e,Uv),{minDaysInFirstWeek:o,startOfWeek:r}=pf(t,this.loc),n=!vf(t.weekYear)||!vf(t.weekNumber)||!vf(t.weekday),a=!vf(t.ordinal),i=!vf(t.year),s=!vf(t.month)||!vf(t.day);if((i||s||a)&&(t.weekYear||t.weekNumber))throw new Yb("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(s&&a)throw new Yb("Can't mix ordinal dates with month/day");let l;n?l=uf({...hf(this.c,o,r),...t},o,r):vf(t.ordinal)?(l={...this.toObject(),...t},vf(t.day)&&(l.day=Math.min(Pf(l.year,l.month),l.day))):l=bf({...mf(this.c),...t});const[d,c]=Rv(l,this.o,this.zone);return zv(this,{ts:d,o:c})}plus(e){return this.isValid?zv(this,Pv(this,rv.fromDurationLike(e))):this}minus(e){return this.isValid?zv(this,Pv(this,rv.fromDurationLike(e).negate())):this}startOf(e,{useLocaleWeeks:t=!1}={}){if(!this.isValid)return this;const o={},r=rv.normalizeUnit(e);switch(r){case"years":o.month=1;case"quarters":case"months":o.day=1;case"weeks":case"days":o.hour=0;case"hours":o.minute=0;case"minutes":o.second=0;case"seconds":o.millisecond=0}if("weeks"===r)if(t){const e=this.loc.getStartOfWeek(),{weekday:t}=this;t<e&&(o.weekNumber=this.weekNumber-1),o.weekday=e}else o.weekday=1;if("quarters"===r){const e=Math.ceil(this.month/3);o.month=3*(e-1)+1}return this.set(o)}endOf(e,t){return this.isValid?this.plus({[e]:1}).startOf(e,t).minus(1):this}toFormat(e,t={}){return this.isValid?ig.create(this.loc.redefaultToEN(t)).formatDateTimeFromString(this,e):Ev}toLocaleString(e=tp,t={}){return this.isValid?ig.create(this.loc.clone(t),e).formatDateTime(this):Ev}toLocaleParts(e={}){return this.isValid?ig.create(this.loc.clone(e),e).formatDateTimeParts(this):[]}toISO({format:e="extended",suppressSeconds:t=!1,suppressMilliseconds:o=!1,includeOffset:r=!0,extendedZone:n=!1}={}){if(!this.isValid)return null;const a="extended"===e;let i=Mv(this,a);return i+="T",i+=Dv(this,a,t,o,r,n),i}toISODate({format:e="extended"}={}){return this.isValid?Mv(this,"extended"===e):null}toISOWeekDate(){return Nv(this,"kkkk-'W'WW-c")}toISOTime({suppressMilliseconds:e=!1,suppressSeconds:t=!1,includeOffset:o=!0,includePrefix:r=!1,extendedZone:n=!1,format:a="extended"}={}){return this.isValid?(r?"T":"")+Dv(this,"extended"===a,t,e,o,n):null}toRFC2822(){return Nv(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)}toHTTP(){return Nv(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")}toSQLDate(){return this.isValid?Mv(this,!0):null}toSQLTime({includeOffset:e=!0,includeZone:t=!1,includeOffsetSpace:o=!0}={}){let r="HH:mm:ss.SSS";return(t||e)&&(o&&(r+=" "),t?r+="z":e&&(r+="ZZ")),Nv(this,r,!0)}toSQL(e={}){return this.isValid?`${this.toSQLDate()} ${this.toSQLTime(e)}`:null}toString(){return this.isValid?this.toISO():Ev}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`DateTime { ts: ${this.toISO()}, zone: ${this.zone.name}, locale: ${this.locale} }`:`DateTime { Invalid, reason: ${this.invalidReason} }`}valueOf(){return this.toMillis()}toMillis(){return this.isValid?this.ts:NaN}toSeconds(){return this.isValid?this.ts/1e3:NaN}toUnixInteger(){return this.isValid?Math.floor(this.ts/1e3):NaN}toJSON(){return this.toISO()}toBSON(){return this.toJSDate()}toObject(e={}){if(!this.isValid)return{};const t={...this.c};return e.includeConfig&&(t.outputCalendar=this.outputCalendar,t.numberingSystem=this.loc.numberingSystem,t.locale=this.loc.locale),t}toJSDate(){return new Date(this.isValid?this.ts:NaN)}diff(e,t="milliseconds",o={}){if(!this.isValid||!e.isValid)return rv.invalid("created by diffing an invalid DateTime");const r={locale:this.locale,numberingSystem:this.numberingSystem,...o},n=(s=t,Array.isArray(s)?s:[s]).map(rv.normalizeUnit),a=e.valueOf()>this.valueOf(),i=function(e,t,o,r){let[n,a,i,s]=function(e,t,o){const r=[["years",(e,t)=>t.year-e.year],["quarters",(e,t)=>t.quarter-e.quarter+4*(t.year-e.year)],["months",(e,t)=>t.month-e.month+12*(t.year-e.year)],["weeks",(e,t)=>{const o=sv(e,t);return(o-o%7)/7}],["days",sv]],n={},a=e;let i,s;for(const[l,d]of r)o.indexOf(l)>=0&&(i=l,n[l]=d(e,t),s=a.plus(n),s>t?(n[l]--,(e=a.plus(n))>t&&(s=e,n[l]--,e=a.plus(n))):e=s);return[e,n,s,i]}(e,t,o);const l=t-n,d=o.filter(e=>["hours","minutes","seconds","milliseconds"].indexOf(e)>=0);0===d.length&&(i<t&&(i=n.plus({[s]:1})),i!==n&&(a[s]=(a[s]||0)+l/(i-n)));const c=rv.fromObject(a,r);return d.length>0?rv.fromMillis(l,r).shiftTo(...d).plus(c):c}(a?this:e,a?e:this,n,r);var s;return a?i.negate():i}diffNow(e="milliseconds",t={}){return this.diff(Xv.now(),e,t)}until(e){return this.isValid?av.fromDateTimes(this,e):this}hasSame(e,t,o){if(!this.isValid)return!1;const r=e.valueOf(),n=this.setZone(e.zone,{keepLocalTime:!0});return n.startOf(t,o)<=r&&r<=n.endOf(t,o)}equals(e){return this.isValid&&e.isValid&&this.valueOf()===e.valueOf()&&this.zone.equals(e.zone)&&this.loc.equals(e.loc)}toRelative(e={}){if(!this.isValid)return null;const t=e.base||Xv.fromObject({},{zone:this.zone}),o=e.padding?this<t?-e.padding:e.padding:0;let r=["years","months","days","hours","minutes","seconds"],n=e.unit;return Array.isArray(e.unit)&&(r=e.unit,n=void 0),Zv(t,this.plus(o),{...e,numeric:"always",units:r,unit:n})}toRelativeCalendar(e={}){return this.isValid?Zv(e.base||Xv.fromObject({},{zone:this.zone}),this,{...e,numeric:"auto",units:["years","months","days"],calendary:!0}):null}static min(...e){if(!e.every(Xv.isDateTime))throw new Gb("min requires all arguments be DateTimes");return Sf(e,e=>e.valueOf(),Math.min)}static max(...e){if(!e.every(Xv.isDateTime))throw new Gb("max requires all arguments be DateTimes");return Sf(e,e=>e.valueOf(),Math.max)}static fromFormatExplain(e,t,o={}){const{locale:r=null,numberingSystem:n=null}=o;return Sv(Bp.fromOpts({locale:r,numberingSystem:n,defaultToEN:!0}),e,t)}static fromStringExplain(e,t,o={}){return Xv.fromFormatExplain(e,t,o)}static get DATE_SHORT(){return tp}static get DATE_MED(){return op}static get DATE_MED_WITH_WEEKDAY(){return rp}static get DATE_FULL(){return np}static get DATE_HUGE(){return ap}static get TIME_SIMPLE(){return ip}static get TIME_WITH_SECONDS(){return sp}static get TIME_WITH_SHORT_OFFSET(){return lp}static get TIME_WITH_LONG_OFFSET(){return dp}static get TIME_24_SIMPLE(){return cp}static get TIME_24_WITH_SECONDS(){return hp}static get TIME_24_WITH_SHORT_OFFSET(){return up}static get TIME_24_WITH_LONG_OFFSET(){return mp}static get DATETIME_SHORT(){return bp}static get DATETIME_SHORT_WITH_SECONDS(){return pp}static get DATETIME_MED(){return fp}static get DATETIME_MED_WITH_SECONDS(){return gp}static get DATETIME_MED_WITH_WEEKDAY(){return vp}static get DATETIME_FULL(){return yp}static get DATETIME_FULL_WITH_SECONDS(){return kp}static get DATETIME_HUGE(){return xp}static get DATETIME_HUGE_WITH_SECONDS(){return wp}}function Gv(e){if(Xv.isDateTime(e))return e;if(e&&e.valueOf&&yf(e.valueOf()))return Xv.fromJSDate(e);if(e&&"object"==typeof e)return Xv.fromObject(e);throw new Gb(`Unknown datetime argument: ${e}, of type ${typeof e}`)}const Kv={target:"window",defaultEnabled:!0};function Qv(e,t){return(o,r)=>{const{componentWillLoad:n,componentWillRender:a,disconnectedCallback:i}=o;t&&(o.componentWillRender=function(){var e;return null===(e=this[`__ix__${r}`])||void 0===e||e.enable(t(this)),a&&a.call(this)}),o.componentWillLoad=function(){const t=function(e,t={}){const o=Object.assign(Object.assign({},Kv),t);let r;const n=e=>{r(e)},a={on:e=>{r=e},isEnabled:o.defaultEnabled,enable:t=>{a.isEnabled=t,t?addEventListener(e,n):removeEventListener(e,n)},destroy:()=>{a.enable(!1)}};return a.enable(!!o.defaultEnabled),a}(e),o=this,a=this[r];return o[`__ix__${r}`]=t,t.on(a.bind(this)),n&&n.call(this)},o.disconnectedCallback=function(){var e;const t=this;return t&&t[`__ix__${r}`]&&(null===(e=t[`__ix__${r}`])||void 0===e||e.destroy(),t[`__ix__${r}`]=null),i&&i.call(this)}}}const Jv=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.timePickerAppearance=!1,this.hideHeader=!1,this.hasFooter=!1,this.corners="rounded"}cardClasses(){return{card:!0,standaloneAppearance:!1===this.embedded,rounded:"rounded"===this.corners,left:"left"===this.corners,right:"right"===this.corners,straight:"straight"===this.corners}}render(){return Is(Os,{key:"e4b044b0076f79934f3e561dab684a9aa53ab8c2"},Is("div",{key:"91f00686e9000d71745bca5bb958a401fe265ed2",class:this.cardClasses()},!this.hideHeader&&Is("div",{key:"974c90cd1522069f3e10831b6cec9d80eefc7630",class:"header-container"},Is("div",{key:"64d22e413cf579b3831580040d0921f73e37cbed",class:"header"},Is("slot",{key:"dadc035aa3e2aad17d16a0b7edb9c1aa83f5b64a",name:"header"})),Is("div",{key:"14c6cffd8a0086835c42dca7e5a12a9c569ebc2f",class:"separator"})),Is("div",{key:"e3150b66b51fd87e5cb62c620d9e46d21a3b9aed",class:{content:!0,"content--time-picker":this.timePickerAppearance}},Is("slot",{key:"6fe2bfb5676a992be3caa5fd134dcb5f595f3ae3"})),this.hasFooter&&Is("div",{key:"2c2a1a534b8e71a472e3a7e0bca7e5187322a107",class:"footer-container"},Is("div",{key:"67713b28bbfda3298d8778db37f8ca84d72270f0",class:"separator"}),Is("div",{key:"247a0ac8c8fe7ddfa7b2d05c0bd9a1671229469c",class:"footer"},Is("slot",{key:"b1f5a9ace8a8c69eff1a954850cca8174619dcc8",name:"footer"})))))}static get style(){return":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 .card{background-color:var(--theme-menu--background);width:100%;box-shadow:none;border:none;border-radius:unset;display:flex;flex-direction:column}:host .card.standaloneAppearance{box-shadow:var(--theme-shadow-4);border-radius:0.25rem}:host .card.rounded{border-radius:4px}:host .card.left{border-radius:4px 0 0 4px;height:100%}:host .card.right{border-radius:0 4px 4px 0;height:100%}:host .card.straight{border-radius:0}:host .card .header-container{width:100%}:host .card .header-container .header{padding:0.75rem 1rem;flex:0 1 auto}:host .card .separator{height:1px;background-color:var(--theme-datepicker-separator--background);width:100%;flex:0 1 auto}:host .card .content{padding:0 1rem 1rem 1rem;flex:1 1 auto;display:flex;flex-direction:column;justify-content:center}:host .card .content--time-picker{padding:0 1rem}:host .card .footer-container{width:100%}:host .card .footer-container .footer{padding:1rem}"}},[257,"ix-date-time-card",{embedded:[4],timePickerAppearance:[4,"time-picker-appearance"],hideHeader:[4,"hide-header"],hasFooter:[4,"has-footer"],corners:[1]}]),ey=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.noMargin=!1,this.gap="24",this.columns=12}render(){return Is(Os,{key:"7ca75d3fb578d30d3b8e3d5d4455123ee7344456",class:{"no-margin":this.noMargin},style:{"--ix-layout-grid-columns":`${this.columns}`,"--ix-layout-grid-gutter":`${this.gap}px`}},Is("slot",{key:"566e2bf1294f8780e4aedb8e2874bd2f216d3712"}))}static get style(){return":host{--ix-layout-grid-gutter:24px;display:block;flex:1 1 0%;width:100%;padding-left:calc(var(--ix-layout-grid-gutter) * 0.5);padding-right:calc(var(--ix-layout-grid-gutter) * 0.5)}:host(.no-margin){padding-left:0;padding-right:0}"}},[257,"ix-layout-grid",{noMargin:[4,"no-margin"],gap:[1],columns:[2]}]),ty=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow()}render(){return Is(Os,{key:"f38fd53867857b85a1b2d618125c81bba478cdac"},Is("slot",{key:"1fbd414a8c0bb275dcdc88a0e4ff54e944212739"}))}static get style(){return":host{display:flex;flex-wrap:wrap}:host(:not(:first-of-type)){margin-block-start:var(--ix-layout-grid-row-margin, 0)}"}},[257,"ix-row"]);El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.dateRangeChange=Ws(this,"dateRangeChange",7),this.disabled=!1,this.format="yyyy/LL/dd",this.singleSelection=!1,this.from="",this.to="",this.minDate="",this.maxDate="",this.dateRangeId="custom",this.variant="primary",this.loading=!1,this.showWeekNumbers=!1,this.customRangeDisabled=!1,this.dateRangeOptions=[],this.weekStartIndex=0,this.i18nCustomItem="Custom...",this.i18nDone="Done",this.i18nNoRange="No range set",this.today=Xv.now().toISO(),this.enableTopLayer=!1,this.selectedDateRangeId="",this.triggerRef=ah(),this.datePickerTouched=!1}onDateRangeIdChange(){this.onRangeListSelect(this.dateRangeId),this.updateCurrentDate(),this.setDateRangeSelection(this.dateRangeId),this.currentRangeValue&&this.onDateSelect({from:this.currentRangeValue.from,to:this.currentRangeValue.to,id:this.currentRangeValue.id})}onDateRangeOptionsChange(){this.initialize(),this.onDateRangeIdChange()}onDisabledChange(){this.disabled&&this.closeDropdown()}componentWillLoad(){this.initialize(),this.setDateRangeSelection(this.dateRangeId)}async getDateRange(){return this.currentRangeValue||{id:"",from:"",to:""}}initialize(){const e="custom"===this.dateRangeId||!this.dateRangeId&&!!this.from&&!!this.to;return e&&!this.customRangeDisabled?(this.selectedDateRangeId="custom",void this.updateCurrentDate()):e||this.from?(console.warn('"from" and "range-date-id" is provided this is an invalid combination. Using "custom".'),this.selectedDateRangeId="custom",void this.updateCurrentDate()):void 0}updateCurrentDate(){this.currentRangeValue={id:this.selectedDateRangeId,from:this.from,to:this.to}}onDateSelect(e,t=!0){this.dateRangeChange.emit(e),t&&this.closeDropdown(),this.datePickerTouched=!1}onRangeListSelect(e){this.setDateRangeSelection(e)&&this.currentRangeValue&&this.onDateSelect(this.currentRangeValue)}setDateRangeSelection(e){this.selectedDateRangeId=e;const t=this.dateRangeOptions.find(t=>t.id===e);return t&&(this.currentRangeValue=t),t}closeDropdown(){const e=this.hostElement.shadowRoot.querySelector("ix-dropdown");e&&(e.show=!1)}getButtonLabel(){var e,t;if("custom"===this.selectedDateRangeId&&(null===(e=this.currentRangeValue)||void 0===e?void 0:e.from)){let e=this.currentRangeValue.from;return this.currentRangeValue.to&&(e+=" - "+this.currentRangeValue.to),e}if(!this.selectedDateRangeId)return this.i18nNoRange;if(!this.dateRangeOptions||0===(null===(t=this.dateRangeOptions)||void 0===t?void 0:t.length))return this.i18nNoRange;const o=this.dateRangeOptions.find(e=>e.id===this.selectedDateRangeId);return o?o.label:(console.error("Cannot find range option with id "+this.selectedDateRangeId),this.i18nNoRange)}render(){var e,t,o;return Is(Os,{key:"34b878eb8221b6c13f235d1b42ec63d3b6dce25c"},Is("ix-button",{key:"6f442e0178a7aabdf35321780d95414ab80af0cb","data-testid":"date-dropdown-trigger","data-date-dropdown-trigger":!0,variant:this.variant,loading:this.loading,icon:"data:image/svg+xml;utf8,<svg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'><desc>history</desc><path fill-rule='evenodd' clip-rule='evenodd' d='M469.333 256C469.333 362.039 383.372 448 277.333 448C227.538 448 182.17 429.044 148.052 397.954L177.827 367.352C204.241 390.973 239.11 405.333 277.333 405.333C359.808 405.333 426.667 338.475 426.667 256C426.667 173.525 359.808 106.667 277.333 106.667C194.859 106.667 128 173.525 128 256C128 260.043 128.161 264.048 128.476 268.01L170.667 225.83L200.837 256L106.667 350.17L12.4968 256L42.6667 225.83L85.7607 268.913C85.4773 264.645 85.3334 260.339 85.3334 256C85.3334 149.961 171.295 64 277.333 64C383.372 64 469.333 149.961 469.333 256ZM255.999 149.333V267.52L329.599 316.373L353.066 280.96L298.666 244.48V149.333H255.999Z'/></svg>",ref:this.triggerRef,disabled:this.disabled,ariaLabelButton:this.ariaLabelDropdownButton},this.getButtonLabel()),Is("ix-dropdown",{key:"13e442c5143981a0436675ce43541a6a48f6e597","data-testid":"date-dropdown","data-date-dropdown":!0,class:"min-width max-height",trigger:this.triggerRef.waitForCurrent(),closeBehavior:"outside",placement:"bottom-start",enableTopLayer:this.enableTopLayer,onShowChanged:({detail:e})=>{!e&&"custom"===this.selectedDateRangeId&&this.datePickerTouched&&this.currentRangeValue&&this.onDateSelect(this.currentRangeValue)}},Is("ix-layout-grid",{key:"49291819c2c01fce81097c562651fddbd0e97c79",noMargin:!0},Is("ix-row",{key:"94e2c60aef9145b53d522359712ba589cbfa927f"},(null===(e=this.dateRangeOptions)||void 0===e?void 0:e.length)>1&&Is("ix-col",{key:"1c1b7ad6422fb90575d4296f47cabfdc68d0e8cc",class:{"no-margin":!0,"border-right":"custom"===this.selectedDateRangeId}},this.dateRangeOptions.map(e=>Is("ix-dropdown-item",{label:e.label,onClick:()=>this.onRangeListSelect(e.id),checked:this.selectedDateRangeId===e.id})),Is("div",{key:"fb98566476232ec358a720a96eb0df980d7ee415",hidden:this.customRangeDisabled},Is("ix-dropdown-item",{key:"366f32a5f783616fc89b33e813d9641822c493a0",label:this.i18nCustomItem,checked:"custom"===this.selectedDateRangeId,onClick:()=>this.onRangeListSelect("custom")}))),Is("ix-col",{key:"d4fa12da77f51f05146fbebc123881df059f4d45",class:"no-margin"},"custom"===this.selectedDateRangeId&&Is(Ll,{key:"89266fc7d1998258fe343694402b95a6a1242f50"},Is("ix-date-picker",{key:"8a98c0ad64816ec791215762874c0f3b36ddf41c",embedded:!0,locale:this.locale,onDateChange:e=>{e.stopPropagation(),this.currentRangeValue=Object.assign(Object.assign({},e.detail),{id:"custom"}),this.datePickerTouched=!0},onDateRangeChange:e=>e.stopPropagation(),format:this.format,singleSelection:this.singleSelection,from:this.from||(null===(t=this.currentRangeValue)||void 0===t?void 0:t.from),to:this.to||(null===(o=this.currentRangeValue)||void 0===o?void 0:o.to),minDate:this.minDate,maxDate:this.maxDate,today:this.today,weekStartIndex:this.weekStartIndex,showWeekNumbers:this.showWeekNumbers}),Is("div",{key:"bc7248eefd41cec82a1b5098ddb02e15b4c56898",class:"pull-right"},Is("ix-button",{key:"d9a0d55379527f733c80627d3f16c5f22704688f",onClick:()=>{this.currentRangeValue&&this.onDateSelect(this.currentRangeValue)}},this.i18nDone))))))))}get hostElement(){return this}static get watchers(){return{dateRangeId:[{onDateRangeIdChange:0}],to:[{onDateRangeIdChange:0}],from:[{onDateRangeIdChange:0}],dateRangeOptions:[{onDateRangeOptionsChange:0}],disabled:[{onDisabledChange:0}]}}static get style(){return":host{display:inline-block;position:relative}: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}@media (max-width: 48em){:host .min-width{width:-moz-min-content;width:min-content}}@media (min-width: 48em){:host .border-right{border-right:var(--theme-x-weak-bdr-2)}}:host ix-button{width:100%}:host .max-height{max-height:-moz-max-content;max-height:max-content}:host .no-margin{margin:0;padding:0}:host .pull-right{float:right;padding:0 1rem 0.75rem 1rem}"}},[1,"ix-date-dropdown",{disabled:[4],format:[1],singleSelection:[4,"single-selection"],from:[1],to:[1],minDate:[1,"min-date"],maxDate:[1,"max-date"],dateRangeId:[1,"date-range-id"],variant:[1],loading:[4],showWeekNumbers:[4,"show-week-numbers"],ariaLabelDropdownButton:[1,"aria-label-dropdown-button"],customRangeDisabled:[4,"custom-range-disabled"],dateRangeOptions:[16],locale:[1],weekStartIndex:[2,"week-start-index"],i18nCustomItem:[1,"i18n-custom-item"],i18nDone:[1,"i18n-done"],i18nNoRange:[1,"i18n-no-range"],today:[1],enableTopLayer:[4,"enable-top-layer"],selectedDateRangeId:[32],currentRangeValue:[32],getDateRange:[64]},void 0,{dateRangeId:[{onDateRangeIdChange:0}],to:[{onDateRangeIdChange:0}],from:[{onDateRangeIdChange:0}],dateRangeOptions:[{onDateRangeOptionsChange:0}],disabled:[{onDisabledChange:0}]}]);const oy=e=>e/16+"rem";function ry(e,t){e.isInvalid=t.isInvalid||t.isInvalidByRequired,e.isValid=t.isValid,e.isInfo=t.isInfo,e.isWarning=t.isWarning}function ny(e,t){e.allowedCharactersPattern&&(new RegExp(e.allowedCharactersPattern).test(t.key)||(t.preventDefault(),sb(e.inputRef.current,{duration:ud.defaultTime,easing:"easeInOutSine",loop:2,translateX:[{value:-5},{value:5},{value:-2.5},{value:2.5},{value:0}]})))}async function ay(e,t){const o=t.validity,r=!e.hostElement.classList.contains("ix-invalid--validity-invalid"),n=o.valid;if(r!==n){if(e.validityStateChange.emit(o).defaultPrevented)return;e.hostElement.classList.toggle("ix-invalid--validity-invalid",!n)}if(null==e.value)return;if(await Sb(e))return;const{valid:a}=o;e.hostElement.classList.toggle("ix-invalid--validity-invalid",!a)}function iy(e,t,o){var r;if(!e)return;const n=oy(t+8);o.slotEnd?e.style.paddingRight=`calc(${n} + ${null!==(r=o.additionalPaddingRight)&&void 0!==r?r:"0rem"})`:e.style.paddingLeft=n}function sy(e,t,o){requestAnimationFrame(()=>{requestAnimationFrame(()=>{if(e){const t=e.getBoundingClientRect();t&&iy(o,t.width,{slotEnd:!1})}if(t){const e=t.getBoundingClientRect();e&&iy(o,e.width,{slotEnd:!0})}})})}function ly(e){const t={"aria-invalid":`${Ol(e.isInvalid)}`,"aria-required":`${Ol(e.required)}`};return e.isInvalid&&e.invalidText&&(t["aria-errormessage"]=e.invalidText),t}const dy=(e,t)=>{const o=function(e,t){const o=new IntersectionObserver(e=>{e.forEach(e=>{e.isIntersecting&&t()})});return o.observe(e),o}(e,t),r=hb(t);return r.observe(e,{subtree:!0,attributes:!0}),()=>{o.disconnect(),r.disconnect()}};function cy(e,t,o){if(t||"Enter"!==e.key||!o)return;e.preventDefault();const r=o.querySelector('button[type="submit"]');r?o.requestSubmit(r):1===o.length&&o.requestSubmit()}function hy(e,t){e.initialValue=t}function uy(e,t,o){!function(e,t){if(e.ixBlur.emit(),!t)throw new Error("Input element is not available");t.setAttribute("data-ix-touched","true"),ay(e,t)}(e,t),e.initialValue!==o&&(e.ixChange.emit(o),e.initialValue=o)}function my(e,t,o){"Enter"===e.key&&t.initialValue!==o&&(t.ixChange.emit(o),t.initialValue=o)}function by(e){return async function(e,t){if(!t.touched)return;const o=await t.getValidityState(),r=o.patternMismatch,n=o.valueMissing;e.lastEmittedPatternMismatch===r&&e.lastEmittedValueMissing===n||(e.lastEmittedPatternMismatch=r,e.lastEmittedValueMissing=n,t.emit({patternMismatch:r,valueMissing:n,invalidReason:t.invalidReason}))}(e.validityTracker,{touched:e.touched,invalidReason:e.invalidReason,getValidityState:()=>e.getValidityState(),emit:t=>e.validityStateChange.emit(t)})}function py(e){return Is("textarea",Object.assign({id:e.id,readOnly:e.readonly,disabled:e.disabled,maxLength:e.maxLength,minLength:e.minLength,cols:e.textareaCols,rows:e.textareaRows,ref:e.textAreaRef,class:{"is-invalid":e.isInvalid},required:e.required,value:e.value,placeholder:e.placeholder,onFocus:()=>{var t;return null===(t=e.onFocus)||void 0===t?void 0:t.call(e)},onInput:t=>{const o=t.target;e.updateFormInternalValue(o.value),e.valueChange(o.value)},onBlur:()=>e.onBlur(),style:{resize:e.resizeBehavior,height:e.textareaHeight,width:e.textareaWidth}},e.ariaAttributes))}function fy(e){return Is("input",Object.assign({id:e.id,autoComplete:"off",readOnly:e.readonly,disabled:e.disabled,step:e.step,min:e.min,max:e.max,maxLength:e.maxLength?Number(e.maxLength):void 0,minLength:e.minLength?Number(e.minLength):void 0,ref:e.inputRef,pattern:e.pattern,type:e.type,class:{"is-invalid":e.isInvalid},style:{textAlign:e.textAlignment},required:e.required,value:e.value,placeholder:e.placeholder,onKeyPress:t=>e.onKeyPress(t),onKeyDown:t=>{var o,r;null===(o=e.onKeyDown)||void 0===o||o.call(e,t),null===(r=e.onEnterKeyChange)||void 0===r||r.call(e,t),cy(t,!!e.suppressSubmitOnEnter,e.form)}},{onBeforeInput:t=>{var o;return null===(o=e.onBeforeInput)||void 0===o?void 0:o.call(e,t)}},{onPaste:t=>{var o;return null===(o=e.onPaste)||void 0===o?void 0:o.call(e,t)},onFocus:()=>{var t;return null===(t=e.onFocus)||void 0===t?void 0:t.call(e)},onInput:t=>{const o=t.target;e.updateFormInternalValue(o.value),e.valueChange(o.value)},onBlur:()=>e.onBlur()},e.ariaAttributes))}const gy=(e,t)=>Is("div",{class:"end-container",ref:e.slotEndRef},Is("slot",{name:"end",onSlotchange:e.onSlotChange}),t),vy=e=>Is("div",{class:"start-container",ref:e.slotStartRef},Is("slot",{name:"start",onSlotchange:e.onSlotChange}));async function yy(e){const t=(await e.waitForCurrent()).getAttribute("data-ix-dropdown");if(lh.dismissAll(),!t)return;const o=lh.getDropdownById(t);o&&lh.present(o)}async function ky(e){const t=(await e.waitForCurrent()).getAttribute("data-ix-dropdown");if(!t)return;const o=lh.getDropdownById(t);o&&lh.dismiss(o)}function xy(e,t,o,r){t||(e.stopPropagation(),e.preventDefault(),o()),r.current&&r.current.focus()}function wy(e,t,o){return{badInput:!1,customError:!1,patternMismatch:e,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valid:!e,valueMissing:!!t&&!o}}const Sy=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.valueChange=Ws(this,"valueChange",6),this.validityStateChange=Ws(this,"validityStateChange",7),this.ixFocus=Ws(this,"ixFocus",7),this.ixBlur=Ws(this,"ixBlur",7),this.ixChange=Ws(this,"ixChange",7),this.formInternals=this.attachInternals(),this.value="",this.minDate="",this.maxDate="",this.format="yyyy/LL/dd",this.ariaLabelCalendarButton="Open calendar",this.readonly=!1,this.disabled=!1,this.i18nErrorDateUnparsable="Date is not valid",this.showWeekNumbers=!1,this.weekStartIndex=0,this.ariaLabelPreviousMonthButton="Previous month",this.ariaLabelNextMonthButton="Next month",this.suppressSubmitOnEnter=!1,this.textAlignment="start",this.enableTopLayer=!1,this.show=!1,this.from=null,this.isInputInvalid=!1,this.isInvalid=!1,this.isValid=!1,this.isInfo=!1,this.isWarning=!1,this.focus=!1,this.slotStartRef=ah(),this.slotEndRef=ah(),this.datepickerRef=ah(),this.inputElementRef=ah(),this.dropdownElementRef=ah(),this.touched=!1,this.validityTracker={lastEmittedPatternMismatch:!1,lastEmittedValueMissing:!1}}watchValuePropHandler(e){this.onInput(e)}updateFormInternalValue(e){this.formInternals.setFormValue(e||null),this.value=e}connectedCallback(){this.classObserver=Cb(this.hostElement,()=>this.checkClassList()),this.disposableChangesAndVisibilityObservers=dy(this.hostElement,this.updatePaddings.bind(this))}componentWillLoad(){this.onInput(this.value),this.isInputInvalid?this.from=null:this.watchValue(),this.checkClassList(),this.updateFormInternalValue(this.value)}updatePaddings(){sy(this.slotStartRef.current,this.slotEndRef.current,this.inputElementRef.current)}disconnectedCallback(){var e,t;null===(e=this.classObserver)||void 0===e||e.destroy(),null===(t=this.disposableChangesAndVisibilityObservers)||void 0===t||t.call(this)}watchValue(){this.from=this.value}hasValidValue(){return Promise.resolve(!!this.value)}getAssociatedFormElement(){return Promise.resolve(this.formInternals.form)}async onInput(e){var t;if(this.value=e,!e)return this.isInputInvalid=!1,this.invalidReason=void 0,this.emitValidityStateChangeIfChanged(),this.updateFormInternalValue(e),void this.valueChange.emit(e);if(!this.format)return;const o=Xv.fromFormat(e,this.format),r=Xv.fromFormat(this.minDate,this.format),n=Xv.fromFormat(this.maxDate,this.format);this.isInputInvalid=!o.isValid||o<r||o>n,this.isInputInvalid?(this.invalidReason=null!==(t=o.invalidReason)&&void 0!==t?t:void 0,this.from=void 0):(this.updateFormInternalValue(e),this.closeDropdown()),this.emitValidityStateChangeIfChanged(),this.valueChange.emit(e)}onCalenderClick(e){xy(e,this.show,()=>this.openDropdown(),this.inputElementRef)}async openDropdown(){return yy(this.dropdownElementRef)}async closeDropdown(){return ky(this.dropdownElementRef)}checkClassList(){this.isInvalid=this.hostElement.classList.contains("ix-invalid")}handleInputKeyDown(e){my(e,this,this.value),cy(e,this.suppressSubmitOnEnter,this.formInternals.form)}renderInput(){var e;return Is("div",{class:"input-wrapper"},Is(vy,{slotStartRef:this.slotStartRef,onSlotChange:()=>this.updatePaddings()}),Is("input",{autoComplete:"off",class:{"is-invalid":this.isInputInvalid},disabled:this.disabled,readOnly:this.readonly,readonly:this.readonly,required:this.required,ref:this.inputElementRef,type:"text",value:null!==(e=this.value)&&void 0!==e?e:"",placeholder:this.placeholder,name:this.name,onInput:e=>{this.onInput(e.target.value)},onClick:e=>{this.show&&(e.stopPropagation(),e.preventDefault())},onFocus:async()=>{this.initialValue=this.value,this.openDropdown(),this.ixFocus.emit()},onBlur:()=>{uy(this,this.inputElementRef.current,this.value),this.touched=!0,this.emitValidityStateChangeIfChanged()},onKeyDown:e=>this.handleInputKeyDown(e),style:{textAlign:this.textAlignment}}),Is(gy,{slotEndRef:this.slotEndRef,onSlotChange:()=>this.updatePaddings()},Is("ix-icon-button",{"data-testid":"open-calendar",class:{"calendar-hidden":this.disabled||this.readonly},variant:"subtle-tertiary",size:"16",icon:"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>calendar</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='scheduler' transform='translate(64.000000, 64.000000)'><path d='M384,1.42108547e-14 L384,384 L1.42108547e-14,384 L1.42108547e-14,1.42108547e-14 L384,1.42108547e-14 Z M341.333333,128 L42.6666667,128 L42.6666667,341.333333 L341.333333,341.333333 L341.333333,128 Z M128,256 L128,298.666667 L85.3333333,298.666667 L85.3333333,256 L128,256 Z M213.333333,256 L213.333333,298.666667 L170.666667,298.666667 L170.666667,256 L213.333333,256 Z M298.666667,256 L298.666667,298.666667 L256,298.666667 L256,256 L298.666667,256 Z M128,170.666667 L128,213.333333 L85.3333333,213.333333 L85.3333333,170.666667 L128,170.666667 Z M213.333333,170.666667 L213.333333,213.333333 L170.666667,213.333333 L170.666667,170.666667 L213.333333,170.666667 Z M298.666667,170.666667 L298.666667,213.333333 L256,213.333333 L256,170.666667 L298.666667,170.666667 Z M341.333333,42.6666667 L42.6666667,42.6666667 L42.6666667,85.3333333 L341.333333,85.3333333 L341.333333,42.6666667 Z' id='Combined-Shape'/></g></g></svg>",onClick:e=>this.onCalenderClick(e),"aria-label":this.ariaLabelCalendarButton})))}hookValidationLifecycle({isInfo:e,isInvalid:t,isInvalidByRequired:o,isValid:r,isWarning:n}){this.isInvalid=t||o||this.isInputInvalid,this.isInfo=e,this.isValid=r,this.isWarning=n}emitValidityStateChangeIfChanged(){return by(this)}getValidityState(){return Promise.resolve(wy(this.isInputInvalid,!!this.required,this.value))}getNativeInputElement(){return this.inputElementRef.waitForCurrent()}async focusInput(){return(await this.getNativeInputElement()).focus()}isTouched(){return Promise.resolve(this.touched)}render(){var e;const t=Tb(this.isInputInvalid,this.invalidText,this.i18nErrorDateUnparsable);return Is(Os,{key:"a188d09b1e24447e3fbc5a7a09c6e34042548a8c",class:{disabled:this.disabled,readonly:this.readonly}},Is("ix-field-wrapper",{key:"c50fde9b3aee7a2645a70fd3bb090471f633d6a9",label:this.label,helperText:this.helperText,isInvalid:this.isInvalid,invalidText:t,infoText:this.infoText,isInfo:this.isInfo,isWarning:this.isWarning,warningText:this.warningText,isValid:this.isValid,validText:this.validText,showTextAsTooltip:this.showTextAsTooltip,required:this.required,controlRef:this.inputElementRef},this.renderInput()),Is("ix-dropdown",{key:"7a95a993e629b158905a32c1538e96a2d6275799","data-testid":"date-dropdown",trigger:this.inputElementRef.waitForCurrent(),ref:this.dropdownElementRef,closeBehavior:"outside",enableTopLayer:this.enableTopLayer,suppressOverflowBehavior:!0,show:this.show,onShowChanged:e=>{this.show=e.detail}},Is("ix-date-picker",{key:"7375826a1d3df9751f387422db39206bc4fd4837",ref:this.datepickerRef,format:this.format,locale:this.locale,singleSelection:!0,from:null!==(e=this.from)&&void 0!==e?e:"",minDate:this.minDate,maxDate:this.maxDate,onDateChange:e=>{const{from:t}=e.detail;this.onInput(t),this.initialValue!==t&&(this.ixChange.emit(t),this.initialValue=t)},showWeekNumbers:this.showWeekNumbers,ariaLabelNextMonthButton:this.ariaLabelNextMonthButton,ariaLabelPreviousMonthButton:this.ariaLabelPreviousMonthButton,embedded:!0})))}static get formAssociated(){return!0}get hostElement(){return this}static get watchers(){return{value:[{watchValuePropHandler:0},{watchValue:0}]}}static get style(){return'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{display:inline-block;position:relative}: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{width:100%;height:100%}:host .calendar-hidden{display:none}:host(.readonly) input{pointer-events:none}'}},[65,"ix-date-input",{name:[513],placeholder:[513],value:[1537],minDate:[1,"min-date"],maxDate:[1,"max-date"],locale:[1],format:[1],required:[4],helperText:[1,"helper-text"],label:[1],ariaLabelCalendarButton:[1,"aria-label-calendar-button"],invalidText:[513,"invalid-text"],readonly:[4],disabled:[4],infoText:[1,"info-text"],warningText:[1,"warning-text"],validText:[1,"valid-text"],showTextAsTooltip:[4,"show-text-as-tooltip"],i18nErrorDateUnparsable:[1,"i18n-error-date-unparsable"],showWeekNumbers:[4,"show-week-numbers"],weekStartIndex:[2,"week-start-index"],ariaLabelPreviousMonthButton:[1,"aria-label-previous-month-button"],ariaLabelNextMonthButton:[1,"aria-label-next-month-button"],suppressSubmitOnEnter:[516,"suppress-submit-on-enter"],textAlignment:[1,"text-alignment"],enableTopLayer:[4,"enable-top-layer"],show:[32],from:[32],isInputInvalid:[32],isInvalid:[32],isValid:[32],isInfo:[32],isWarning:[32],focus:[32],hasValidValue:[64],getAssociatedFormElement:[64],getValidityState:[64],getNativeInputElement:[64],focusInput:[64],isTouched:[64]},void 0,{value:[{watchValuePropHandler:0},{watchValue:0}]}]);!function(e,t,o,r){var n,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,o,r);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(i=(a<3?n(i):a>3?n(t,o,i):n(t,o))||i);a>3&&i&&Object.defineProperty(t,o,i)}([_b()],Sy.prototype,"hookValidationLifecycle",null),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.timeChange=Ws(this,"timeChange",7),this.dateChange=Ws(this,"dateChange",7),this.dateSelect=Ws(this,"dateSelect",7),this.singleSelection=!1,this.dateFormat="yyyy/LL/dd",this.timeFormat="HH:mm:ss",this.showTimeReference=!1,this.i18nDone="Done",this.i18nTime="Time",this.ariaLabelPreviousMonthButton="Previous month",this.ariaLabelNextMonthButton="Next month",this.weekStartIndex=0,this.showWeekNumbers=!1}async onDone(){var e,t,o,r;const n=await(null===(e=this.datePickerElement)||void 0===e?void 0:e.getCurrentDate()),a=await(null===(t=this.timePickerElement)||void 0===t?void 0:t.getCurrentTime());this.dateSelect.emit({from:null!==(o=null==n?void 0:n.from)&&void 0!==o?o:"",to:null!==(r=null==n?void 0:n.to)&&void 0!==r?r:"",time:null!=a?a:""})}async onDateChange(e){e.preventDefault(),e.stopPropagation();const{detail:t}=e;this.dateChange.emit(t)}async onTimeChange(e){e.preventDefault(),e.stopPropagation();const{detail:t}=e;this.timeChange.emit(t)}render(){return Is(Os,{key:"b9d86c0b546ff3dd211233be90f45cf340904392"},Is("ix-layout-grid",{key:"70904c2a642e1365186ce7e7d4b9bf5adb79eefb",class:"no-padding"},Is("ix-row",{key:"434f29448c882e9699b36f5f6556a685d9c62b94",class:"row-separator"},Is("ix-col",{key:"869ff4df2ee82fd9d5e852b466b7a82f56dd5cf4",class:"col-separator"},Is("ix-date-picker",{key:"2f5de1e8d151e03d09c57c365a7cfa25e3c8beb1",ref:e=>this.datePickerElement=e,corners:"left",singleSelection:this.singleSelection,onDateChange:e=>this.onDateChange(e),from:this.from,to:this.to,format:this.dateFormat,minDate:this.minDate,maxDate:this.maxDate,weekStartIndex:this.weekStartIndex,embedded:!0,locale:this.locale,showWeekNumbers:this.showWeekNumbers,ariaLabelPreviousMonthButton:this.ariaLabelPreviousMonthButton,ariaLabelNextMonthButton:this.ariaLabelNextMonthButton})),Is("ix-col",{key:"118da04fff83d0c5980dddf257e9065b73d48e6e"},Is("ix-time-picker",{key:"93683737b572f841bc3b5e0158013cff8f0c0015",class:"min-width",ref:e=>this.timePickerElement=e,embedded:!0,dateTimePickerAppearance:!0,onTimeChange:e=>this.onTimeChange(e),format:this.timeFormat,time:this.time}))),Is("ix-row",{key:"d2b71237c70c8305ba5ccf7026d03e7b32445bae"},Is("ix-col",{key:"5da543ff42da3110b1cdfdd1690c0ccd5612e3de"},Is("div",{key:"1fc6d77082b8dd7469ab417a9837007b46efcdf0",class:"btn-select-date-container"},Is("ix-button",{key:"35678b604a1f84eeeea63d0566c3f51895956a1f",class:"btn-select-date",onClick:()=>this.onDone()},this.i18nDone))))))}static get style(){return":host{display:block;background-color:var(--theme-menu--background);border-radius:4px;position:relative;width:-moz-min-content;width:min-content}: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 ix-layout-grid{border-radius:0.25rem;box-shadow:var(--theme-shadow-4)}:host ix-time-picker{width:100%}:host .no-padding{padding:0}:host ix-col{display:flex;flex-direction:column;padding:0}:host .flex{display:flex;justify-content:center;flex-direction:column}:host .row-separator,:host .col-separator{border-bottom:0.0625rem solid var(--theme-datepicker-separator--background)}:host .col-separator{border-right:none}@media (min-width: 576px){:host{min-width:-moz-max-content;min-width:max-content}:host .btn-select-date-container{display:inline-flex;flex-grow:1}:host .btn-select-date-container ix-button{margin-left:auto;margin-top:auto}:host .min-width{width:-moz-min-content;width:min-content}:host ix-time-picker{width:initial}:host .col-separator{border-right:0.0625rem solid var(--theme-datepicker-separator--background);border-bottom:none}}:host .individual{box-shadow:none;border:none}:host .btn-select-date-container{padding:1rem}@media (max-width: 576px){:host .btn-select-date-container .btn-select-date{width:100%}}"}},[1,"ix-datetime-picker",{singleSelection:[4,"single-selection"],minDate:[1,"min-date"],maxDate:[1,"max-date"],dateFormat:[1,"date-format"],timeFormat:[1,"time-format"],from:[1],to:[1],time:[1],showTimeReference:[4,"show-time-reference"],timeReference:[1,"time-reference"],i18nDone:[1,"i18n-done"],i18nTime:[1,"i18n-time"],ariaLabelPreviousMonthButton:[1,"aria-label-previous-month-button"],ariaLabelNextMonthButton:[1,"aria-label-next-month-button"],weekStartIndex:[2,"week-start-index"],locale:[1],showWeekNumbers:[4,"show-week-numbers"]}]),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.open=Ws(this,"open",7),this.drawerClose=Ws(this,"drawerClose",7),this.show=!1,this.closeOnClickOutside=!0,this.fullHeight=!1,this.minWidth=16,this.maxWidth=28,this.width=this.minWidth,this.ariaLabelCloseButton="Close drawer",this.toggle=!1,this.callback=this.clickedOutside.bind(this),this.showContent=!0}onShowChanged(e,t){e!==t&&this.toggleDrawer(e)}async toggleDrawer(e){if(e=null!=e?e:!this.show){const{defaultPrevented:e}=this.open.emit();if(e)return;this.show=!0,!this.toggle&&this.divElement&&(this.slideInRight(this.divElement),setTimeout(()=>{window.addEventListener("mousedown",this.callback)},ud.mediumTime))}else{const{defaultPrevented:e}=this.drawerClose.emit();if(e)return;this.show=!1,this.toggle&&this.divElement&&this.slideOutRight(this.divElement),window.removeEventListener("mousedown",this.callback)}return this.toggle=this.show,Promise.resolve()}onCloseClicked(){this.show=!1}clickedOutside(e){if(!this.closeOnClickOutside)return;const t=e.target,o=t.closest("#div-container"),r=t.closest("#drawer-btn");"button"!==e.target.type&&o!==this.divElement&&t!==r&&(this.show=!1)}getConstrainedWidth(e){return Math.min(Math.max(e,this.minWidth),this.maxWidth)}slideOutRight(e){const t=this.getConstrainedWidth("auto"===this.width?this.minWidth:this.width)+"rem";sb(e,{duration:ud.mediumTime,width:[t,0],opacity:[1,0],easing:"easeInSine",onComplete:()=>{e.classList.add("display-none")}})}slideInRight(e){const t=this.getConstrainedWidth("auto"===this.width?this.minWidth:this.width)+"rem";sb(e,{duration:ud.mediumTime,width:[0,t],opacity:[0,1],easing:"easeOutSine",onBegin:()=>{e.classList.remove("display-none")},onComplete:()=>{this.showContent=!0}})}componentDidLoad(){this.toggleDrawer(this.show)}render(){return Is(Os,{key:"a02782f51fdf141ff257988beec49cdaff3f0050",class:{"drawer-container":!0,"display-none":!0},style:{width:"0","max-width":this.maxWidth+"rem",height:this.fullHeight?"100%":"auto",overflow:"hidden"},ref:e=>this.divElement=e,"data-testid":"container",id:"div-container"},Is("div",{key:"6b7464b407c72c9b7afe3b1b9fa61b1603bb40d8",style:{width:"auto"===this.width?"auto":this.getConstrainedWidth(this.width)+"rem"}},Is("div",{key:"c25f79cde5e320e7e5f8aab9b87aca34fff4bdae",class:"header"},Is("div",{key:"413490aaef2405978027796a7bb49a410640bd53",class:"header-content"},Is("slot",{key:"89fe41129f30752f5057b6f73d8232599c1aae9b",name:"header"})),Is("ix-icon-button",{key:"eef54b3d59ebf9db5d96f0f3241f14d16a0c6064",class:"close-button",style:{display:this.showContent?"block":"none"},icon:Zl,iconColor:"color-soft-text",size:"24",variant:"tertiary",onClick:()=>this.onCloseClicked(),"data-testid":"close-button","aria-label":this.ariaLabelCloseButton})),Is("div",{key:"3f77f8e65f38c19cf06b1cae288f9cf257a094c1",class:"content",style:{display:this.showContent?"block":"none"}},Is("slot",{key:"a12cc29a8ad94ae58295361bf781df4068d01403"}))))}static get watchers(){return{show:[{onShowChanged:0}]}}static get style(){return":host{top:0;right:0;display:block;position:absolute;justify-content:flex-start;align-items:center;opacity:0;max-height:100vh;min-height:1.5rem;background-color:var(--theme-color-1);border-radius:0.25rem;box-shadow:var(--theme-box-shadow-level-3)}: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 .drawer-container{z-index:100}:host .header{display:flex;position:relative;align-items:center;justify-content:flex-end;padding:0.5rem;width:100%;order:1}:host .header .header-content{flex-grow:1;margin-right:1rem}:host .content{position:relative;flex:1;order:2;height:100%;width:100%;overflow-y:auto}:host(.display-none){display:none}"}},[257,"ix-drawer",{show:[1028],closeOnClickOutside:[4,"close-on-click-outside"],fullHeight:[4,"full-height"],minWidth:[2,"min-width"],maxWidth:[2,"max-width"],width:[8],ariaLabelCloseButton:[1,"aria-label-close-button"],showContent:[32],toggleDrawer:[64]},void 0,{show:[{onShowChanged:0}]}]);const Cy=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.variant="primary",this.disabled=!1,this.closeBehavior="both",this.enableTopLayer=!1,this.dropdownShow=!1,this.dropdownAnchor=ah(),this.onDropdownShowChanged=e=>{this.disabled&&e.detail||(this.dropdownShow=e.detail)}}getTriangle(){return Is("div",{class:{triangle:!0,[this.variant]:!0,hide:!!this.label,disabled:this.disabled}})}render(){var e,t;return Is(Os,{key:"2232add1b732f43028df1725baa05a08ce025b69","aria-disabled":Ol(this.disabled),class:{disabled:this.disabled},ref:this.dropdownAnchor},Is("div",{key:"0bbbbef21fd826b770c8231e449dd5beb9d799e1",class:"dropdown-button"},this.label?Is("ix-button",{variant:this.variant,disabled:this.disabled,alignment:"start",ariaLabelButton:null!==(e=this.ariaLabelDropdownButton)&&void 0!==e?e:this.dropdownShow?"Close dropdown":"Open dropdown",tabIndex:this.disabled?-1:0},Is("div",{class:"content"},this.icon?Is("ix-icon",{name:this.icon,size:"24",class:"dropdown-icon"}):null,Is("div",{class:"button-label"},this.label),Is("ix-icon",{name:this.dropdownShow?Bl:Vl,size:"24"}))):Is("div",null,Is("ix-icon-button",{icon:this.icon,variant:this.variant,disabled:this.disabled,tabIndex:this.disabled?-1:0,"aria-label":null!==(t=this.ariaLabelDropdownButton)&&void 0!==t?t:this.dropdownShow?"Close dropdown":"Open dropdown"}),this.getTriangle())),Is("ix-dropdown",{key:"656053246dbf11c11da0cd70114b2fdb107cc320",class:"dropdown",trigger:this.dropdownAnchor.waitForCurrent(),placement:this.placement,closeBehavior:this.closeBehavior,enableTopLayer:this.enableTopLayer,onShowChanged:this.onDropdownShowChanged},Is("slot",{key:"feeae55a471643b170804911b9fdf5107a70ec7e"})))}get hostElement(){return this}static get style(){return":host{display:inline-block;position:relative;height:2rem;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 .hide{display:none}:host .dropdown-button{display:block;position:relative;width:100%;height:100%}:host .dropdown-button>ix-button{width:100%;height:100%}:host .dropdown-button .button-label{margin-right:auto;min-width:0px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .dropdown-button .dropdown-icon{margin-right:0.25rem}:host .triangle{position:absolute;margin-inline-start:1.5625rem;margin-block-start:-0.4375rem;border-right:0 solid transparent;border-left:4px solid transparent;border-top:0 solid transparent;border-bottom:4px solid;color:var(--theme-btn-primary--color)}:host .triangle.primary{color:var(--theme-btn-primary--color)}:host .triangle.secondary{color:var(--theme-btn-secondary--color)}:host .triangle.tertiary{color:var(--theme-btn-tertiary--color)}:host .triangle.primary.disabled{color:var(--theme-btn-primary--color--disabled)}:host .triangle.secondary.disabled{color:var(--theme-btn-secondary--color--disabled)}:host .triangle.tertiary.disabled{color:var(--theme-btn-tertiary--color--disabled)}:host .triangle.subtle-primary{color:var(--theme-btn-subtle-primary--color)}:host .triangle.subtle-secondary{color:var(--theme-btn-subtle-secondary--color)}:host .triangle.subtle-tertiary{color:var(--theme-btn-subtle-tertiary--color)}:host .triangle.subtle-primary.disabled{color:var(--theme-btn-subtle-primary--color--disabled)}:host .triangle.subtle-secondary.disabled{color:var(--theme-btn-subtle-secondary--color--disabled)}:host .triangle.subtle-tertiary.disabled{color:var(--theme-btn-subtle-tertiary--color--disabled)}:host .triangle.danger-primary{color:var(--theme-btn-danger-primary--color)}:host .triangle.danger-secondary{color:var(--theme-btn-danger-secondary--color)}:host .triangle.danger-tertiary{color:var(--theme-btn-danger-tertiary--color)}:host .triangle.danger-primary.disabled{color:var(--theme-btn-danger-primary--color--disabled)}:host .triangle.danger-secondary.disabled{color:var(--theme-btn-danger-secondary--color--disabled)}:host .triangle.danger-tertiary.disabled{color:var(--theme-btn-danger-tertiary--color--disabled)}:host .content{display:flex;align-items:center}:host(.disabled){pointer-events:none}"}},[257,"ix-dropdown-button",{variant:[1],disabled:[516],label:[1],icon:[1],closeBehavior:[8,"close-behavior"],placement:[1],ariaLabelDropdownButton:[1,"aria-label-dropdown-button"],enableTopLayer:[4,"enable-top-layer"],dropdownShow:[32]}]),Ey=Cy;El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow()}render(){return Is(Os,{key:"6ec911ed6360d3e523a5a871007d874d67cf1334"},Is("ix-typography",{key:"f1a8142ff1d8212a389649a6b7cc31495ccb9fa0",class:"category-text",format:"h5"},this.label))}static get style(){return":host{display:flex;align-items:center;position:relative;height:2.5rem;width:auto;padding:0.25rem 1rem;overflow:hidden;cursor:default;color:var(--theme-color-soft-text)}: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}"}},[1,"ix-dropdown-header",{label:[1]}]);const Ly=ub,_y=function(){"undefined"!=typeof customElements&&["ix-dropdown-item"].forEach(e=>{"ix-dropdown-item"===e&&(customElements.get(e)||customElements.define(e,ub))})};El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow()}render(){return Is(Os,{key:"5b9938da726bfe31dffe1667ff81c1b3a5935e1e"},Is("slot",{key:"a3f04dc61e5896ede45c0484506b3ee611b413c8"}))}static get style(){return":host{display:flex;justify-content:center;align-items:center;margin-inline-start:1.5rem;margin-inline-end:1.5rem;margin-block-end:0.25rem}:host slot::slotted(*){display:flex;margin-inline-end:0.625rem}"}},[257,"ix-dropdown-quick-actions"]);const Ty=hh,Iy=uh,zy=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.actionClick=Ws(this,"actionClick",7),this.layout="large"}render(){return Is(Os,{key:"f87d35f9c8ae39f3ed46f8ebf0fe1b0487d91108",class:"emptyState emptyState--"+this.layout},this.icon&&Is("div",{key:"41eb63bad03958baeb5f683895ea196f883b5312",class:"emptyState__icon"},Is("ix-icon",{key:"3bd1032f996cdf7c046f767ac9fec79756a7b8e5",name:this.icon,size:"32",color:"color-soft-text","aria-label":this.ariaLabelEmptyStateIcon})),Is("div",{key:"1a287d69a879f7dd52e9801e9fd0a973849fc244",class:"emptyState__content"},Is("div",{key:"8e2ff9b6f189e732dd16bf943922b09f32b9adfc",class:"content__label"},Is("ix-typography",{key:"74bc4394d9b94c2d3161091b71fbeb8ca091d6d8",format:"large"===this.layout?"h3":"body"},this.header),this.subHeader&&Is("div",{key:"43e21aec14323f18a4df1116c7841702a945bcfe",class:"label__subHeader"},this.subHeader)),this.action&&Is("div",{key:"d80c01f388e99df9affc47086ac2f67ef89ca8ca",class:"content__action"},Is("ix-button",{key:"0ba60803afb761fbae046546ed06f6ab07bc728c",onClick:()=>this.actionClick.emit()},this.action))))}static get style(){return":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 .label__subHeader{color:var(--theme-color-soft-text)}:host(.emptyState.emptyState--large){display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}:host(.emptyState.emptyState--large) .emptyState__icon{width:3.5rem;height:3.5rem;display:flex;justify-content:center;align-items:center}:host(.emptyState.emptyState--large) .emptyState__icon ix-icon{transform:scale(1.75)}:host(.emptyState.emptyState--large) .emptyState__content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}:host(.emptyState.emptyState--large) .emptyState__content .content__label{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0.5rem}:host(.emptyState.emptyState--large) .label__subHeader,:host(.emptyState.emptyState--large) ix-typography{text-align:center}:host(.emptyState.emptyState--compact){display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}:host(.emptyState.emptyState--compact) .emptyState__icon{display:flex;flex-direction:row;align-items:center;height:2.5rem}:host(.emptyState.emptyState--compact) .emptyState__content{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}:host(.emptyState.emptyState--compactBreak){display:flex;flex-direction:row;align-items:flex-start;gap:1rem}:host(.emptyState.emptyState--compactBreak) .emptyState__icon{display:flex;flex-direction:row;align-items:center;height:2.5rem}:host(.emptyState.emptyState--compactBreak) .emptyState__content{display:flex;flex-direction:column;align-items:flex-start;gap:0.5rem}"}},[1,"ix-empty-state",{layout:[1],icon:[1],header:[1],subHeader:[1,"sub-header"],action:[1],ariaLabelEmptyStateIcon:[1,"aria-label-empty-state-icon"]}]),Oy=zy,$y=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.itemClick=Ws(this,"itemClick",7),this.variant="outline",this.selected=!1,this.disabled=!1,this.chevron=!1}handleItemClick(){this.itemClick.emit()}render(){var e;let t=(null===(e=this.itemColor)||void 0===e?void 0:e.startsWith("--theme"))?`var(${this.itemColor})`:`var(--theme-${this.itemColor})`;return Is(Os,{key:"3fa7304c0d114cd65b572e6d7e1a7362d3f63950",class:{disabled:this.disabled,["event-list-item-"+this.variant]:!0}},Is("div",{key:"9dc5734ea43068e74efc45d89a6fda3bad040cd1",role:"listitem","aria-disabled":Ol(this.disabled),class:{"event-list-item":!0,selected:this.selected,disabled:this.disabled}},Is("div",{key:"5fc29826643c430d3f0c82826142b461395d5075",class:"indicator "+(this.itemColor?"":"indicator-empty"),style:{"background-color":this.itemColor?t:"inherit",opacity:""+(this.disabled?.4:1)}}),Is("div",{key:"c53b6ea99b0744dc6a0d57024853d0627a3963e2",class:"event-list-item-container"},Is("div",{key:"22a50db11d9997caa9df67fea550e1f58224344c",class:"event-content"},Is("slot",{key:"6361d1b0c326919f46ed7eb1b6bcb4b17421258e"})),this.chevron&&Is("ix-icon",{key:"edd5d1e1ef0fa1c85b319f9bdccdf1e2cbe8183a",name:"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>chevron-right</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(149.333333, 80.853333)'><polygon id='Path' points='-2.84217094e-14 320 30.1698893 350.169889 205.254834 175.084945 30.1698893 0 -2.84217094e-14 30.1698893 144.898278 175.084945'/></g></g></svg>",size:"16",class:"chevron-icon","aria-hidden":"true"}))))}static get style(){return":host(.event-list-item-outline) .event-list-item{--ix-event-list-item--color-border:var( --theme-event-item-outline--border );--ix-event-list-item--background:var( --theme-event-item-outline--background );--ix-event-list-item--background--hover:var( --theme-event-item-outline--background--hover );--ix-event-list-item--background--active:var( --theme-event-item-outline--background--active );--ix-event-list-item--background--selected:var( --theme-event-item-outline--background--selected );--ix-event-list-item--border--hover:var( --theme-event-item-outline--border--hover );--ix-event-list-item--border--active:var( --theme-event-item-outline--border--active );--ix-event-list-item--border--selected:var( --theme-event-item-outline--border--selected );--ix-event-list-item--border--disabled:var( --theme-event-item-outline--border--disabled )}:host(.event-list-item-filled) .event-list-item{--ix-event-list-item--color-border:var( --theme-event-item-filled--border );--ix-event-list-item--background:var( --theme-event-item-filled--background );--ix-event-list-item--background--hover:var( --theme-event-item-filled--background--hover );--ix-event-list-item--background--active:var( --theme-event-item-filled--background--active );--ix-event-list-item--background--selected:var( --theme-event-item-filled--background--selected );--ix-event-list-item--border--hover:var( --theme-event-item-filled--border--hover );--ix-event-list-item--border--active:var( --theme-event-item-filled--border--active );--ix-event-list-item--border--selected:var( --theme-event-item-filled--border--selected );--ix-event-list-item--border--disabled:var( --theme-event-item-filled--border--disabled )}: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 .event-list-item{display:flex;align-items:center;position:relative;height:var(--event-list-item-height, 2.5rem);max-height:var(--event-list-item-height, 2.5rem);border-radius:var(--event-list-item-border-radius, 0.25rem);background-color:var(--ix-event-list-item--background);overflow:hidden;transition:var(--theme-default-time);cursor:pointer;margin-bottom:var(--event-list-item-margin-bottom, 0.5rem)}:host .event-list-item .indicator{height:100%;width:0.5rem;max-width:0.5rem;min-width:0.5rem;border-top-left-radius:var(--event-list-item-border-radius, 0.25rem);border-bottom-left-radius:var(--event-list-item-border-radius, 0.25rem)}:host .event-list-item .indicator-empty{border:var(--theme-weak-bdr-1);border-right:none}:host .event-list-item .event-list-item-container{display:flex;flex-grow:1;width:calc(100% - (1rem + 0.5rem));height:100%;border:0.062rem solid;border-color:var(--ix-event-list-item--color-border);border-top-left-radius:0;border-top-right-radius:var(--event-list-item-border-radius, 0.25rem);border-bottom-left-radius:0;border-bottom-right-radius:var(--event-list-item-border-radius, 0.25rem);border-left:none;padding-left:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .event-list-item .event-content{display:flex;align-items:center;width:100%;height:var(--event-list-item-height, 100%);max-height:var(--event-list-item-height, 100%);white-space:var(--event-list-item-content-white-space, inherit);overflow:hidden;padding-inline-end:0.5rem}:host .event-list-item .chevron-icon{margin-left:auto;margin-right:0.5rem;opacity:0.6;align-self:center}:host .event-list-item:not(.selected):not(.disabled):not(:disabled){cursor:pointer}:host .event-list-item:not(.selected):not(.disabled):not(:disabled):hover,:host .event-list-item:not(.selected):not(.disabled):not(:disabled).hover{background-color:var(--ix-event-list-item--background--hover)}:host .event-list-item:not(.selected):not(.disabled):not(:disabled){cursor:pointer}:host .event-list-item:not(.selected):not(.disabled):not(:disabled):active,:host .event-list-item:not(.selected):not(.disabled):not(:disabled).active{background-color:var(--ix-event-list-item--background--active)}:host .event-list-item:not(.selected) .event-list-item-container:not(.disabled):not(:disabled){cursor:pointer}:host .event-list-item:not(.selected) .event-list-item-container:not(.disabled):not(:disabled):hover,:host .event-list-item:not(.selected) .event-list-item-container:not(.disabled):not(:disabled).hover{border-color:var(--ix-event-list-item--border--hover)}:host .event-list-item:not(.selected) .event-list-item-container:not(.disabled):not(:disabled){cursor:pointer}:host .event-list-item:not(.selected) .event-list-item-container:not(.disabled):not(:disabled):active,:host .event-list-item:not(.selected) .event-list-item-container:not(.disabled):not(:disabled).active{border-color:var(--ix-event-list-item--border--active)}:host .event-list-item.selected .event-list-item-container{background-color:var(--ix-event-list-item--background--selected);border-color:var(--ix-event-list-item--border--selected)}:host .event-list-item[disabled],:host .event-list-item.disabled{pointer-events:none}:host .event-list-item[disabled] .event-list-item-container,:host .event-list-item.disabled .event-list-item-container{background-color:var(--ix-event-list-item--background--disabled);border-color:var(--ix-event-list-item--border--disabled)}:host(.disabled){pointer-events:none}"}},[257,"ix-event-list-item",{variant:[1],itemColor:[1,"item-color"],selected:[4],disabled:[4],chevron:[4]},[[1,"click","handleItemClick"]]]),Ry=$y,Py=El(class e extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.mutationObserver=hb(this.onMutation.bind(this)),this.itemHeight="S",this.compact=!1,this.animated=!1,this.chevron=!1}watchChevron(e){this.handleChevron(e)}componentDidLoad(){if(this.animated&&this.triggerFadeIn(),!Number.isNaN(Number(this.itemHeight))){const e=oy(this.itemHeight);this.hostElement.querySelectorAll("ix-event-list-item").forEach(t=>{this.setCustomHeight(t,e)})}this.handleChevron(this.chevron),this.mutationObserver.observe(this.hostElement,{childList:!0,subtree:!0})}onMutation(e){this.triggerFadeOut().then(()=>{if(!Number.isNaN(Number(this.itemHeight))){const t=oy(this.itemHeight);this.findEventListItems(e).forEach(e=>this.setCustomHeight(e,t))}this.handleChevron(this.chevron),this.triggerFadeIn()})}findEventListItems(e){const t=[];return e.forEach(e=>{"childList"===e.type&&e.addedNodes.forEach(e=>{"IX-EVENT-LIST-ITEM"===e.tagName&&t.push(e)})}),t}setCustomHeight(e,t){e.style.setProperty("--event-list-item-height",t)}triggerFadeOut(){return new Promise(t=>{this.animated||t();const o=this.hostElement.shadowRoot.querySelector("ul");sb(o,{opacity:[{opacity:1,easing:"easeInSine"},{opacity:0}],duration:e.fadeOutDuration,onComplete:()=>{t()}})})}triggerFadeIn(){this.animated&&this.hostElement.querySelectorAll("ix-event-list-item").forEach((t,o)=>{const r=80*o;sb(t,{offset:r/(r+e.fadeInDuration),duration:e.fadeInDuration+r,opacity:[0,1],easing:"easeInOutSine",delay:r,autoplay:!0})})}handleChevron(e){this.hostElement.querySelectorAll("ix-event-list-item").forEach(t=>{e?t.setAttribute("chevron","true"):void 0!==e&&t.removeAttribute("chevron")})}render(){return Is(Os,{key:"a21a4d23666ba43d7d10bd569c7a9feb01423b1f",class:{"item-size-s":"S"===this.itemHeight,"item-size-l":"L"===this.itemHeight,compact:this.compact}},Is("div",{key:"cbb5ffb72ce1a393c99df6624ffc3e36a3d6a4b5",role:"list"},Is("slot",{key:"50ca67f2071b058ee4e43bfcad1bf23d5fc623d3"})))}get hostElement(){return this}static get watchers(){return{chevron:[{watchChevron:0}]}}static get style(){return":host{display:block;position:relative}: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(.item-size-l){--event-list-item-height:6.5rem;--event-list-item-content-white-space:normal}:host(.compact){--event-list-item-border-radius:0;--event-list-item-margin-bottom:0}"}},[257,"ix-event-list",{itemHeight:[8,"item-height"],compact:[4],animated:[4],chevron:[4]},void 0,{chevron:[{watchChevron:0}]}]);Py.fadeOutDuration=50,Py.fadeInDuration=150;const Ay=Py;El(class extends ss{expandInput(){setTimeout(this.focusTextInput,300),this.expanded=!0}collapseInput(){!this.isFieldChanged&&this.expanded&&(this.expanded=!1)}clearInput(){this.value="",this.isFieldChanged=!1}onChange(e){this.value=e.target.value,this.isFieldChanged=!this.isFieldChanged||""!==this.value,this.valueChange.emit(this.value)}constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.valueChange=Ws(this,"valueChange",7),this.placeholder="Enter text here",this.value="",this.fullWidth=!1,this.variant="tertiary",this.ariaLabelClearIconButton="Clear search",this.ariaLabelSearchInput="Search input",this.isFieldChanged=!1,this.expanded=!1,this.hasFocus=!1,this.focusTextInput=this.focusTextInput.bind(this)}focusTextInput(){var e;null===(e=this.textInput)||void 0===e||e.focus()}clearClicked(){var e;this.clearInput(),null===(e=this.textInput)||void 0===e||e.focus(),this.valueChange.emit(this.value)}render(){var e,t;return Is(Os,{key:"89dd7b99531c8ccd578ff26517ae2959c3e73c66",class:{expanded:this.expanded,"right-position":this.expanded,fullWidth:this.fullWidth}},Is("ix-icon-button",{key:"bf53f12935f7026517f1466383ddd38c4fdb5165",size:this.expanded?"16":"24",icon:null!==(e=this.icon)&&void 0!==e?e:rd,variant:this.expanded?"tertiary":this.variant,"data-testid":"button",onClick:()=>this.expandInput(),tabindex:this.expanded?-1:0,color:this.hasFocus?"input-search-icon--color--focus":void 0,class:{"btn-search":!0,"btn-search--expanded":this.expanded},"aria-label":null!==(t=this.ariaLabelSearchIconButton)&&void 0!==t?t:this.expanded?"Close search":"Open search"}),Is("div",{key:"84a10a9fa5599e4c15aeed3e10b4523d7d99d373",class:{expanded:this.expanded,fullWidth:this.fullWidth,collapsed:!this.expanded,"disable-pointer":!this.expanded,"input-container":!0},"data-testid":"input-wrapper"},Is("input",{key:"f4e4779e2db00e5c1b2478853e29748cae03452a",class:{"ix-form-control":!0,input:this.expanded,"disable-pointer":!this.expanded,"opacity-before":!this.expanded,"opacity-after":this.expanded},ref:e=>this.textInput=e,"data-testid":"input",placeholder:this.placeholder,type:"text",value:this.value,onBlur:()=>{this.collapseInput(),this.hasFocus=!1},onFocus:()=>this.hasFocus=!0,onInput:e=>this.onChange(e),tabindex:this.expanded?0:-1,"aria-label":this.ariaLabelSearchInput}),this.isFieldChanged?Is("ix-icon-button",{class:"btn-clear",icon:ql,variant:"subtle-tertiary",size:"16","data-testid":"clear-button",onClick:()=>this.clearClicked(),"aria-label":this.ariaLabelClearIconButton}):null))}static get style(){return".ix-form-control,.ix-form-control-plaintext{color:var(--theme-input--color);border-radius:var(--theme-input--border-radius);height:2rem;min-height:2rem;min-width:2rem;background-color:var(--theme-input--background);border:solid 1px var(--theme-input--border-color);box-shadow:var(--theme-input--box-shadow);padding-inline-start:0.5rem;padding-inline-end:0.5rem;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ix-form-control::-moz-placeholder,.ix-form-control-plaintext::-moz-placeholder{color:var(--theme-input-hint--color)}.ix-form-control::placeholder,.ix-form-control-plaintext::placeholder{color:var(--theme-input-hint--color)}.ix-form-control:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled),.ix-form-control-plaintext:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled){cursor:pointer}.ix-form-control:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled),.ix-form-control-plaintext:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled){cursor:pointer}.ix-form-control:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover,.ix-form-control:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled).hover,.ix-form-control-plaintext:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover,.ix-form-control-plaintext:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled).hover{background-color:var(--theme-input--background--hover);border-color:var(--theme-input--border-color--hover);cursor:auto}.ix-form-control:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover,.ix-form-control:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled).hover,.ix-form-control-plaintext:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover,.ix-form-control-plaintext:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled).hover{background-color:var(--theme-input--background--hover);border-color:var(--theme-input--border-color--hover);cursor:auto}.ix-form-control:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible,.ix-form-control-plaintext:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible{background-color:var(--theme-input--background--focus);border-color:var(--theme-input--border-color--focus);outline-offset:var(--theme-input--focus--outline-offset);box-shadow:var(--theme-input--box-shadow);outline:1px solid var(--theme-color-focus-bdr)}.ix-form-control:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible,.ix-form-control-plaintext:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible{background-color:var(--theme-input--background--focus);border-color:var(--theme-input--border-color--focus);outline-offset:var(--theme-input--focus--outline-offset);box-shadow:var(--theme-input--box-shadow);outline:1px solid var(--theme-color-focus-bdr)}.ix-form-control:focus-visible{color:var(--theme-input--color)}.ix-form-control[type=number]::-webkit-inner-spin-button{margin-right:-2px;margin-left:2px;display:none}.ix-form-control[type=number]{text-align:right}.ix-form-control.readonly,.ix-form-control[readonly]{background:transparent !important;border-block-start:none !important;border-inline-start:none !important;border-inline-end:none !important;border-radius:0rem}.ix-form-control:-moz-read-only{box-shadow:none !important;outline:none !important;border-color:var(--theme-input--border-color);cursor:default !important}.ix-form-control:read-only,.ix-form-control[readonly],.ix-form-control[readOnly],.ix-form-control.readonly{box-shadow:none !important;outline:none !important;border-color:var(--theme-input--border-color);cursor:default !important}.ix-form-control:read-only::-moz-placeholder,.ix-form-control[readonly]::-moz-placeholder,.ix-form-control[readOnly]::-moz-placeholder,.ix-form-control.readonly::-moz-placeholder{color:transparent}.ix-form-control:-moz-read-only::placeholder{color:transparent}.ix-form-control:read-only::placeholder,.ix-form-control[readonly]::placeholder,.ix-form-control[readOnly]::placeholder,.ix-form-control.readonly::placeholder{color:transparent}.ix-form-control:disabled,.ix-form-control.disabled{background:transparent !important;border-block-start:none !important;border-inline-start:none !important;border-inline-end:none !important;border-radius:0rem;color:var(--theme-color-weak-text);border-color:var(--theme-input--border-color-bottom--disabled)}.ix-form-control:disabled::-moz-placeholder,.ix-form-control.disabled::-moz-placeholder{color:transparent}.ix-form-control:disabled::placeholder,.ix-form-control.disabled::placeholder{color:transparent}.ix-form-control-plaintext{outline:0}.form-group{position:relative}.input-wrapper{display:flex;position:relative;align-items:center;flex-wrap:nowrap}.input-wrapper>.glyph{display:block;position:absolute;margin-inline-start:0.312rem;color:var(--theme-color-std-text)}.input-wrapper>input{padding-inline-start:2.2rem}select.ix-form-control{padding:0 0.312rem}textarea.ix-form-control{padding:0.375rem 0.5rem}input.ix-form-control.disabled,input.ix-form-control:disabled{color:var(--theme-input--color--disabled)}input.ix-form-control:-moz-read-only{cursor:default}input.ix-form-control:read-only,input.ix-form-control.readonly{cursor:default}:host{display:inline-flex;width:auto;height:2rem;align-items:center;justify-content:space-between;position:relative}: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-container{transition:all var(--theme-medium-time) ease-in-out}:host input{box-shadow:var(--theme-input--box-shadow);cursor:auto !important;width:100%}:host .expanded{width:11.5625rem}:host .expanded.fullWidth{width:100%}:host .collapsed{width:1.5rem;border:none}:host{}:host .btn-search-icon{align-self:center;margin:auto;position:relative}:host .btn-search{display:flex;max-width:2rem;max-height:2rem;border-radius:var(--theme-input--border-radius);transition:all var(--theme-default-time) ease-in-out;z-index:1;align-items:center;position:relative;border:none}:host .btn-search:not(.disabled):not(:disabled){cursor:pointer}:host .btn-search:not(.disabled):not(:disabled):hover,:host .btn-search:not(.disabled):not(:disabled).hover{border-color:transparent}:host .btn-search:not(.disabled):not(:disabled){cursor:pointer}:host .btn-search:not(.disabled):not(:disabled):active,:host .btn-search:not(.disabled):not(:disabled).active{border-color:transparent}:host .btn-search:not(.disabled):not(:disabled):focus-visible{outline:none}:host .btn-search:not(.disabled):not(:disabled):focus-visible{outline:var(--focus--border-color);outline-width:1px;outline-style:solid}:host .btn-search.btn-search--expanded{margin-left:0.25rem;pointer-events:none}:host .btn-search:active{width:2rem;height:2rem;border-radius:var(--theme-input--border-radius);border:var(--theme-std-bdr-1) !important}:host{}:host .input-container{display:flex;position:absolute;align-items:center;flex-wrap:nowrap}:host .btn-clear{position:absolute;border-radius:var(--theme-input--border-radius);right:0px;margin-right:0.25rem}:host .input{padding-left:2rem !important;padding-right:2.5rem !important}:host .opacity-before{opacity:0}:host .opacity-after{opacity:1}:host(.right-position){width:11.5625rem !important}:host(.right-position.fullWidth){width:100% !important}:host(.right-position.fullWidth) .fullWidth{width:100% !important}"}},[1,"ix-expanding-search",{icon:[1],placeholder:[1],value:[1025],fullWidth:[4,"full-width"],variant:[1],ariaLabelSearchIconButton:[1,"aria-label-search-icon-button"],ariaLabelClearIconButton:[1,"aria-label-clear-icon-button"],ariaLabelSearchInput:[1,"aria-label-search-input"],isFieldChanged:[32],expanded:[32],hasFocus:[32]}]),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.contentVisible=!1}render(){return Is(Os,{key:"002fbfde1a46839d622af7fb2be6dff5ca99aa87"},this.contentVisible?Is("slot",null):null)}static get style(){return":host{display:block}"}},[257,"ix-flip-tile-content",{contentVisible:[4,"content-visible"]}]),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.toggle=Ws(this,"toggle",7),this.variant="filled",this.height=15.125,this.width=16,this.index=0,this.isFlipAnimationActive=!1,this.hasFooterSlot=!1,this.contentItems=[]}watchIndex(e,t){e!==t&&this.doFlipAnimation(e)}componentDidLoad(){this.observer=hb(()=>this.updateContentItems()),this.observer.observe(this.hostElement,{childList:!0})}componentWillLoad(){this.updateContentItems(),this.updateContentVisibility(this.index)}disconnectedCallback(){this.observer&&this.observer.disconnect()}handleFooterSlotChange(e){const{target:t}=e;this.hasFooterSlot=Vd(t)}updateContentItems(){this.contentItems=Array.from(this.hostElement.querySelectorAll("ix-flip-tile-content"))}updateContentVisibility(e){this.contentItems.forEach((t,o)=>t.contentVisible=o===e)}toggleIndex(){let e;const t=this.index;e=this.index>=this.contentItems.length-1?0:this.index+1;const{defaultPrevented:o}=this.toggle.emit(e);o?this.index=t:this.doFlipAnimation(e)}doFlipAnimation(e){this.isFlipAnimationActive||(this.isFlipAnimationActive=!0,sb(this.hostElement.shadowRoot.querySelector(".flip-tile-container"),{keyframes:{"0%":{transform:"rotateY(0)"},"50%":{transform:"rotateY(90deg)"},"51%":{transform:"rotateY(270deg)"},"100%":{transform:"rotateY(360deg)"}},duration:ud.defaultTime,easing:"ease-in-out",onComplete:()=>{this.index=e,this.updateContentVisibility(this.index)}}),setTimeout(()=>{this.isFlipAnimationActive=!1},2*ud.defaultTime))}render(){return Is(Os,{key:"a54038f2dbaeffac796822404e2d186c742a5357",class:{["flip-tile-variant-"+this.variant]:!0},style:{height:`${this.height}${"auto"===this.height?"":"rem"}`,"min-height":`${this.height}${"auto"===this.height?"":"rem"}`,"max-height":`${this.height}${"auto"===this.height?"":"rem"}`,width:`${this.width}${"auto"===this.width?"":"rem"}`,"min-width":`${this.width}${"auto"===this.width?"":"rem"}`,"max-width":`${this.width}${"auto"===this.width?"":"rem"}`}},Is("div",{key:"0bf12231b1cdeb0afe41d9d45c06fdef4cdedaf4",class:"flip-tile-container"},Is("div",{key:"3e9da89ed0b9cf7595e4c1d317d21ed1b55aa9d7",class:"flip-tile-header"},Is("div",{key:"d4e7cc2a8162254ea3c7c4a0a031346b7a35e3d9",class:"header-slot-container text-l-title"},Is("slot",{key:"dd9e2244a75179ceb4ac9647b403a5e2b01fd2ae",name:"header"})),Is("ix-icon-button",{key:"74a5abdba3bf0c90222fc7bf7064742c0ea85b80",icon:Jl,variant:"tertiary",onClick:()=>this.toggleIndex(),"aria-label":this.ariaLabelEyeIconButton})),Is("div",{key:"636884dbf0b0143e4f30061cd6e0472c83fe698a",class:"content-container"},Is("slot",{key:"b94b3a488e7a137b06505290ab351724c5f01fca"})),Is("div",{key:"a15153c86848df2dd14b1423c686b9655d6fcdc1",class:{footer:!0,"show-footer":this.hasFooterSlot}},Is("slot",{key:"68d0585ff19d8a29fc8ccfdb2ec6302f767e3a94",name:"footer",onSlotchange:e=>this.handleFooterSlotChange(e)}))))}get hostElement(){return this}static get watchers(){return{index:[{watchIndex:0}]}}static get style(){return".text-xs{font-family:Siemens Sans, sans-serif;font-size:0.625rem;font-weight:400;line-height:1.4em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-s{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-caption{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-caption-single{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-single{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.143em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-title{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-title-single{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.143em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-single{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.25em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-title{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-title-single{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.25em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-h2{font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:700;line-height:1.455em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-xl{font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:400;line-height:1.091em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}a{color:var(--theme-color-primary)}:host{display:flex;flex-direction:column;perspective:1000px;border-radius:var(--theme-flip--border-radius) var(--theme-flip--border-radius) 0 0}: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 .flip-tile-header{display:flex;align-items:center;height:2.5rem;padding:0 0.5rem 0 1rem}:host .flip-tile-header .header-slot-container{flex-grow:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .content-container{flex-grow:1;margin:1rem}:host .flip-tile-container{display:flex;flex-direction:column;height:100%;transform-style:preserve-3d;border-radius:var(--theme-flip--border-radius) var(--theme-flip--border-radius) 0 0}:host .flip-tile-container .footer{height:3rem;align-items:center;justify-content:center;padding:0 0.5rem}:host .flip-tile-container .footer :first-child{height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .flip-tile-container ::slotted(*){display:flex;flex-direction:column;align-items:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host:hover .flip-tile-container .footer ix-icon{color:var(--theme-color-std-text)}:host(.flip-tile-variant-outline){border:solid 1px var(--theme-flip-outline--border-color)}:host(.flip-tile-variant-outline) .flip-tile-container{background-color:var(--theme-flip-outline--background);color:var(--theme-flip-outline--color)}:host(.flip-tile-variant-outline) .flip-tile-container .footer{display:none;border-top:1px solid var(--theme-flip-outline-footer--border-color);background-color:var(--theme-flip-outline-footer--background);color:var(--theme-flip-outline-footer--color)}:host(.flip-tile-variant-outline) .flip-tile-container .footer.show-footer{display:flex}:host(.flip-tile-variant-filled){border:solid 1px var(--theme-flip-filled--border-color)}:host(.flip-tile-variant-filled) .flip-tile-container{background-color:var(--theme-flip-filled--background);color:var(--theme-flip-filled--color)}:host(.flip-tile-variant-filled) .flip-tile-container .footer{display:none;border-top:1px solid var(--theme-flip-filled-footer--border-color);background-color:var(--theme-flip-filled-footer--background);color:var(--theme-flip-filled-footer--color)}:host(.flip-tile-variant-filled) .flip-tile-container .footer.show-footer{display:flex}:host(.flip-tile-variant-info){border:solid 1px var(--theme-flip-info--border-color)}:host(.flip-tile-variant-info) .flip-tile-container{background-color:var(--theme-flip-info--background);color:var(--theme-flip-info--color)}:host(.flip-tile-variant-info) .flip-tile-container .footer{display:none;border-top:1px solid var(--theme-flip-info-footer--border-color);background-color:var(--theme-flip-info-footer--background);color:var(--theme-flip-info-footer--color)}:host(.flip-tile-variant-info) .flip-tile-container .footer.show-footer{display:flex}:host(.flip-tile-variant-warning){border:solid 1px var(--theme-flip-warning--border-color)}:host(.flip-tile-variant-warning) .flip-tile-container{background-color:var(--theme-flip-warning--background);color:var(--theme-flip-warning--color)}:host(.flip-tile-variant-warning) .flip-tile-container .footer{display:none;border-top:1px solid var(--theme-flip-warning-footer--border-color);background-color:var(--theme-flip-warning-footer--background);color:var(--theme-flip-warning-footer--color)}:host(.flip-tile-variant-warning) .flip-tile-container .footer.show-footer{display:flex}:host(.flip-tile-variant-alarm){border:solid 1px var(--theme-flip-alarm--border-color)}:host(.flip-tile-variant-alarm) .flip-tile-container{background-color:var(--theme-flip-alarm--background);color:var(--theme-flip-alarm--color)}:host(.flip-tile-variant-alarm) .flip-tile-container .footer{display:none;border-top:1px solid var(--theme-flip-alarm-footer--border-color);background-color:var(--theme-flip-alarm-footer--background);color:var(--theme-flip-alarm-footer--color)}:host(.flip-tile-variant-alarm) .flip-tile-container .footer.show-footer{display:flex}:host(.flip-tile-variant-primary){border:solid 1px var(--theme-flip-primary--border-color)}:host(.flip-tile-variant-primary) .flip-tile-container{background-color:var(--theme-flip-primary--background);color:var(--theme-flip-primary--color)}:host(.flip-tile-variant-primary) .flip-tile-container .footer{display:none;border-top:1px solid var(--theme-flip-primary-footer--border-color);background-color:var(--theme-flip-primary-footer--background);color:var(--theme-flip-primary-footer--color)}:host(.flip-tile-variant-primary) .flip-tile-container .footer.show-footer{display:flex}"}},[257,"ix-flip-tile",{variant:[1],height:[8],width:[8],index:[2],ariaLabelEyeIconButton:[1,"aria-label-eye-icon-button"],isFlipAnimationActive:[32],hasFooterSlot:[32]},void 0,{index:[{watchIndex:0}]}]),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.selectGroup=Ws(this,"selectGroup",7),this.selectItem=Ws(this,"selectItem",7),this.expandedChanged=Ws(this,"expandedChanged",7),this.suppressHeaderSelection=!1,this.expanded=!1,this.selected=!1,this.expandOnHeaderClick=!1,this.itemSelected=!1,this.slotSize=this.groupItems.length,this.footerVisible=!1,this.showExpandCollapsedIcon=!1,this.hasDropdown=!1,this.observer=null}selectedChanged(e){!1===e&&this.changeItemIndex()}get dropdownItems(){return Array.from(this.hostElement.querySelectorAll("ix-group-dropdown-item"))}get groupItems(){return Array.from(this.hostElement.querySelectorAll("ix-group-item:not(.footer)"))}get groupContent(){var e;return null===(e=this.hostElement.shadowRoot)||void 0===e?void 0:e.querySelector(".group-content")}onExpandClick(e){const t=this.expanded;this.expanded=!this.expanded;const{defaultPrevented:o}=this.expandedChanged.emit(this.expanded);e.stopPropagation(),o&&(this.expanded=t)}onHeaderClick(e){this.suppressHeaderSelection?this.onExpandClick(e):(this.changeHeaderSelection(!this.selected),this.changeItemIndex())}changeHeaderSelection(e){const t=this.selected,o=e;this.selected=o;const{defaultPrevented:r}=this.selectGroup.emit(o);r&&(this.selected=t)}changeItemIndex(e){const t=this.index,o=e===this.index?void 0:e;if(this.index===o)return;this.index=o;const{defaultPrevented:r}=this.selectItem.emit(o);if(r)return void(this.index=t);const n=this.groupItems;n.forEach((e,t)=>{e.selected=t===this.index}),this.itemSelected=n.some(e=>e.selected)}onSlotChange(){var e;const t=null===(e=this.hostElement.shadowRoot)||void 0===e?void 0:e.querySelector('slot[name="footer"]');t&&(this.footerVisible=Vd(t))}checkDropdownSlot(){this.hasDropdown=!!this.hostElement.querySelector('[slot="dropdown"]')}componentWillRender(){this.groupItems.forEach((e,t)=>{e.selected=t===this.index,e.index=t}),this.checkDropdownSlot()}componentDidLoad(){this.observer=hb(()=>{this.slotSize=this.groupItems.length}),this.groupContent&&(this.observer.observe(this.groupContent,{childList:!0}),this.checkDropdownSlot())}disconnectedCallback(){this.observer&&this.observer.disconnect()}onItemClicked(e){if(e.target instanceof ss){const t=this.groupItems.indexOf(e.target);this.changeItemIndex(t)}}render(){return Is(Os,{key:"99b00ca8c88730036688974abd67ff0534dd4d17"},Is("div",{key:"47384431d36ce7cdc5a2e81ecd682d6a0dd13b53",class:{"group-header":!0,expand:this.expanded,selected:this.selected},tabindex:"0"},Is("div",{key:"68968fc5816ca0fef0ae658a6925cc6b8ee3479a",class:"group-header-clickable",onClick:e=>this.onHeaderClick(e)},Is("div",{key:"a26153957aa76d882d95a3f88318c01517078a64",class:{"group-header-selection-indicator":!0,"group-header-selection-indicator-item-selected":this.itemSelected}}),Is("div",{key:"01427b28c1b873a1875bd4c2093fee6d900bdf89",class:"btn-expand-header"},Is("ix-icon",{key:"1feb76e98b4ebda01d902b76065cdcefa0dde5a4","data-testid":"expand-collapsed-icon",class:{hidden:!this.showExpandCollapsedIcon},name:this.expanded?Bl:Vl,onClick:e=>this.onExpandClick(e)})),Is("div",{key:"5c6232f9b9a36ccbfa2f0e9352a5e739e202e275",class:"group-header-content"},this.header?Is("div",{class:"group-header-props-container"},Is("div",{class:"group-header-title"},Is("span",{title:this.header},this.header)),Is("div",{class:"group-subheader",title:this.subHeader},this.subHeader)):null,Is("slot",{key:"592d03499639a45183c8837b421a33bbffbae954",name:"header"}))),this.hasDropdown&&Is("ix-group-context-menu",{key:"f666ce19d8441bd3afc40800128e6326da14615e"},Is("slot",{key:"96d9509e35fbf388d31fbc832fc31dd2167842a8",name:"dropdown"}))),Is("div",{key:"3d6f649530d00fd19761bb84ed4bf8769b0bec14",class:{"group-content":!0}},Is("div",{key:"cad4a7c42f5402400add10d1d5ac57174aa34b6e",style:{display:this.expanded?"contents":"none"}},Is("slot",{key:"305a97c24f58db1e1d1264876c99316aceda6e8d",onSlotchange:()=>{var e;const t=null===(e=this.hostElement.shadowRoot)||void 0===e?void 0:e.querySelector("slot:not([name])");this.showExpandCollapsedIcon=Vd(t)}}),Is("ix-group-item",{key:"f19cce4aad2fc8465f57d94bb6a6b228204120e6",class:{footer:!0,"footer-visible":this.footerVisible},groupFooter:!0,suppressSelection:!0},Is("slot",{key:"c073314bc4528f7559c8c1cfa43b88881d7a4e49",name:"footer",onSlotchange:()=>this.onSlotChange()})))))}get hostElement(){return this}static get watchers(){return{selected:[{selectedChanged:0}]}}static get style(){return":host{display:flex;flex-direction:column;position:relative;width:19.75rem;min-width:12rem;border-color:var(--theme-group-item--border-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .group-header{height:4rem;min-height:4rem;max-height:4rem;border-radius:var(--theme-group--border-radius) var(--theme-group--border-radius) 0 0;display:flex;background-color:var(--theme-group-item--background);color:var(--theme-group-header--color);cursor:pointer}:host .group-header:not(.disabled):not(:disabled){cursor:pointer}:host .group-header:not(.disabled):not(:disabled):hover,:host .group-header:not(.disabled):not(:disabled).hover{background-color:var(--theme-group-item--background--hover)}:host .group-header:not(.disabled):not(:disabled):hover.selected,:host .group-header:not(.disabled):not(:disabled).hover.selected{background-color:var(--theme-group-item--background--selected)}:host .group-header:not(.disabled):not(:disabled){cursor:pointer}:host .group-header:not(.disabled):not(:disabled):active,:host .group-header:not(.disabled):not(:disabled).active{background-color:var(--theme-group-item--background--active)}:host .group-header:not(.disabled):not(:disabled):active.selected,:host .group-header:not(.disabled):not(:disabled).active.selected{background-color:var(--theme-group-item--background--selected)}:host .group-header:not(.disabled):not(:disabled):focus-visible{height:calc(4rem - 2px);min-height:calc(4rem - 2px);border:1px solid var(--theme-color-focus-bdr);border-radius:var(--theme-default-border-radius) var(--theme-default-border-radius) 0px 0px;outline:none}:host .group-header:not(.disabled):not(:disabled):focus-visible .group-header-selection-indicator{width:calc(0.25rem - 1px)}:host .group-header:not(.disabled):not(:disabled):focus-visible .group-header-content{padding:calc(0.5rem - 1px) calc(0.5rem - 1px) calc(0.5rem - 1px) 0}:host .group-header:not(.disabled):not(:disabled):focus-visible .btn-expand-header{margin-top:calc(0.5rem - 1px);margin-bottom:calc(0.5rem - 1px)}:host .group-header.selected{background-color:var(--theme-group-item--background--selected)}:host .group-header.selected .group-header-selection-indicator{background-color:var(--theme-group-item-indicator--background--selected)}:host .group-header .group-header-selection-indicator{background-color:var(--theme-color-input--focus)}:host .group-header .group-header-selection-indicator.group-header-selection-indicator-item-selected{background-color:var(--theme-group-item-indicator--background--selected)}:host .group-header-clickable{display:flex;width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .group-header-selection-indicator{width:0.25rem;border-top-left-radius:var(--theme-group--border-radius)}:host .group-header-content{display:flex;flex-direction:row;justify-content:space-between;min-width:0;flex-grow:1;flex-basis:0;padding:0.5rem;padding-left:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .group-header-content .group-header-props-container{width:100%}:host .group-header-content .group-header-title{display:flex;align-items:center;font-size:1rem;font-weight:700;height:1.5rem}:host .group-header-content .group-header-title>*{min-width:0;padding-right:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .group-header-content .group-subheader{height:1.25rem;font-size:0.875rem;color:var(--theme-group-subheader--color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .expand-icon{padding:0.125rem 0.437rem;color:var(--theme-color-std-text)}:host .btn-expand-header{margin:0.5rem;margin-inline-end:0.25rem;min-width:1.5rem}:host .group-content{display:flex;flex-direction:column;gap:1px;margin-top:1px}:host .footer{visibility:collapse;height:auto;min-height:0}:host .footer-visible{visibility:visible}:host .hidden{display:none}"}},[257,"ix-group",{suppressHeaderSelection:[4,"suppress-header-selection"],header:[1],subHeader:[1,"sub-header"],expanded:[1540],selected:[1540],index:[1538],expandOnHeaderClick:[4,"expand-on-header-click"],itemSelected:[32],slotSize:[32],footerVisible:[32],showExpandCollapsedIcon:[32],hasDropdown:[32]},[[0,"selectedChanged","onItemClicked"]],{selected:[{selectedChanged:0}]}]),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.validationResults={isInfo:!1,isInvalid:!1,isValid:!1,isWarning:!1,isInvalidByRequired:!1},this.observer=new MutationObserver(()=>this.checkForRequired())}connectedCallback(){this.observer.observe(window.document,{childList:!0,subtree:!0})}disconnectedCallback(){this.observer&&this.observer.disconnect()}componentWillRender(){this.checkForRequired()}async checkForRequired(){if(!this.htmlFor)return;const e=document.getElementById(this.htmlFor);e&&(this.classObserver&&this.classObserver.destroy(),this.classObserver=Cb(e,()=>{this.validationResults=Lb(e)}),this.validationResults=Lb(e))}render(){return Is(Os,{key:"aa99794dc7b9c59abf2fdd8f2ac8112cf705a5ad"},Is($b,Object.assign({key:"c3e36ebbae8617aa43cf2616242b035739ab4cc7",helperText:this.helperText,invalidText:this.invalidText,validText:this.validText,infoText:this.infoText,warningText:this.warningText},this.validationResults)))}get hostElement(){return this}static get style(){return":host{display:block}:host .bottom-text{display:flex;position:relative;align-items:flex-start;justify-content:flex-start;gap:0.25rem;margin-right:0.25rem}:host .text-icon{margin:0.125rem}:host .text-icon.invalid{color:var(--theme-helper-icon--color--invalid)}:host .text-icon.info{color:var(--theme-helper-icon--color--info)}:host .text-icon.warning{color:var(--theme-helper-icon--color--warning)}:host .text-icon.valid{color:var(--theme-helper-icon--color--valid)}"}},[1,"ix-helper-text",{htmlFor:[1,"html-for"],helperText:[1,"helper-text"],invalidText:[1,"invalid-text"],validText:[1,"valid-text"],infoText:[1,"info-text"],warningText:[1,"warning-text"],validationResults:[32]}]);const Ny=kh,My=xh;El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.pressedChange=Ws(this,"pressedChange",7),this.variant="subtle-primary",this.outline=!1,this.ghost=!1,this.oval=!1,this.pressed=!1,this.size="24",this.disabled=!1,this.loading=!1}dispatchPressedChange(){this.pressedChange.emit(!this.pressed)}getIconSizeClass(){return{"btn-icon-12":"12"===this.size,"btn-icon-16":"16"===this.size,"btn-icon-32":"24"===this.size}}render(){const e={variant:this.variant,iconOnly:!0,iconOval:this.oval,selected:this.pressed,disabled:this.disabled||this.loading,icon:this.icon,iconSize:this.size,loading:this.loading,onClick:()=>this.dispatchPressedChange(),type:"button",ariaAttributes:{"aria-pressed":Ol(this.pressed),"aria-label":this.ariaLabelIconButton},extraClasses:Object.assign({"icon-button":!0},this.getIconSizeClass())};return Is(Os,{key:"7e569390966cec8f23e66418506df999e26aeebd",class:Object.assign(Object.assign({},this.getIconSizeClass()),{disabled:this.disabled||this.loading})},Is(gh,Object.assign({key:"b055971a9ea7d2bd859c5c71ceaf0d39e05e1b54"},e)))}get hostElement(){return this}static get style(){return":host{--ix-button-border-radius-left:var(--theme-btn--border-radius);--ix-button-border-radius-right:var(--theme-btn--border-radius);display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}: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 button,:host a{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host .icon{pointer-events:none;margin-right:0.25rem}:host .icon-right{margin-left:0.25rem}:host(.disabled){cursor:default}:host{--ix-button-border-radius-left:var(--theme-btn--border-radius);--ix-button-border-radius-right:var(--theme-btn--border-radius);display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}: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 button,:host a{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host .icon{pointer-events:none;margin-right:0.25rem}:host .icon-right{margin-left:0.25rem}:host(.disabled){cursor:default}:host .btn-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-primary,:host .btn-primary.focus,:host .btn-primary:focus-visible{background-color:var(--theme-btn-primary--background);color:var(--theme-btn-primary--color);--ix-button-color:var(--theme-btn-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-primary--border-color);border-style:solid}:host .btn-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-primary.selected{background-color:var(--theme-btn-primary--background--pressed);color:var(--theme-btn-primary--color--pressed)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-primary--background--pressed-hover);color:var(--theme-btn-primary--color--pressed-hover)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):active,:host .btn-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-primary--background--pressed-hover);color:var(--theme-btn-primary--color--pressed-active)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):hover,:host .btn-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-primary--border-color--hover);background-color:var(--theme-btn-primary--background--hover);color:var(--theme-btn-primary--color--hover)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):active,:host .btn-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-primary--border-color--active);background-color:var(--theme-btn-primary--background--active);color:var(--theme-btn-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-primary.disabled,:host(.disabled) .btn-primary:disabled{pointer-events:none;border-color:var(--theme-btn-primary--border-color--disabled);background-color:var(--theme-btn-primary--background--disabled);color:var(--theme-btn-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-primary--color--disabled)}:host .btn-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-secondary,:host .btn-secondary.focus,:host .btn-secondary:focus-visible{background-color:var(--theme-btn-secondary--background);color:var(--theme-btn-secondary--color);--ix-button-color:var(--theme-btn-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-secondary--border-color);border-style:solid}:host .btn-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-secondary.selected{background-color:var(--theme-btn-secondary--background--pressed);color:var(--theme-btn-secondary--color--pressed)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-secondary--background--pressed-hover);color:var(--theme-btn-secondary--color--pressed-hover)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-secondary--background--pressed-hover);color:var(--theme-btn-secondary--color--pressed-active)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):hover,:host .btn-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-secondary--border-color--hover);background-color:var(--theme-btn-secondary--background--hover);color:var(--theme-btn-secondary--color--hover)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):active,:host .btn-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-secondary--border-color--active);background-color:var(--theme-btn-secondary--background--active);color:var(--theme-btn-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-secondary.disabled,:host(.disabled) .btn-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-secondary--border-color--disabled);background-color:var(--theme-btn-secondary--background--disabled);color:var(--theme-btn-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-secondary--color--disabled)}:host .btn-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-tertiary,:host .btn-tertiary.focus,:host .btn-tertiary:focus-visible{background-color:var(--theme-btn-tertiary--background);color:var(--theme-btn-tertiary--color);--ix-button-color:var(--theme-btn-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-tertiary--border-color);border-style:solid}:host .btn-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-tertiary.selected{background-color:var(--theme-btn-tertiary--background--pressed);color:var(--theme-btn-tertiary--color--pressed)}:host .btn-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-tertiary--background--pressed-hover);color:var(--theme-btn-tertiary--color--pressed-hover)}:host .btn-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-tertiary--background--pressed-hover);color:var(--theme-btn-tertiary--color--pressed-active)}:host .btn-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary:not(.disabled):not(:disabled):hover,:host .btn-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-tertiary--border-color--hover);background-color:var(--theme-btn-tertiary--background--hover);color:var(--theme-btn-tertiary--color--hover)}:host .btn-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary:not(.disabled):not(:disabled):active,:host .btn-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-tertiary--border-color--active);background-color:var(--theme-btn-tertiary--background--active);color:var(--theme-btn-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-tertiary.disabled,:host(.disabled) .btn-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-tertiary--border-color--disabled);background-color:var(--theme-btn-tertiary--background--disabled);color:var(--theme-btn-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-tertiary--color--disabled)}:host .btn-subtle-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-primary,:host .btn-subtle-primary.focus,:host .btn-subtle-primary:focus-visible{background-color:var(--theme-btn-subtle-primary--background);color:var(--theme-btn-subtle-primary--color);--ix-button-color:var(--theme-btn-subtle-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-primary--border-color);border-style:solid}:host .btn-subtle-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-primary.selected{background-color:var(--theme-btn-subtle-primary--background--pressed);color:var(--theme-btn-subtle-primary--color--pressed)}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-primary--background--pressed-hover);color:var(--theme-btn-subtle-primary--color--pressed-hover)}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-primary--background--pressed-hover);color:var(--theme-btn-subtle-primary--color--pressed-active)}:host .btn-subtle-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary:not(.disabled):not(:disabled):hover,:host .btn-subtle-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-primary--border-color--hover);background-color:var(--theme-btn-subtle-primary--background--hover);color:var(--theme-btn-subtle-primary--color--hover)}:host .btn-subtle-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary:not(.disabled):not(:disabled):active,:host .btn-subtle-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-primary--border-color--active);background-color:var(--theme-btn-subtle-primary--background--active);color:var(--theme-btn-subtle-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-primary.disabled,:host(.disabled) .btn-subtle-primary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-primary--border-color--disabled);background-color:var(--theme-btn-subtle-primary--background--disabled);color:var(--theme-btn-subtle-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-primary--color--disabled)}:host .btn-subtle-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-secondary,:host .btn-subtle-secondary.focus,:host .btn-subtle-secondary:focus-visible{background-color:var(--theme-btn-subtle-secondary--background);color:var(--theme-btn-subtle-secondary--color);--ix-button-color:var(--theme-btn-subtle-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-secondary--border-color);border-style:solid}:host .btn-subtle-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-secondary.selected{background-color:var(--theme-btn-subtle-secondary--background--pressed);color:var(--theme-btn-subtle-secondary--color--pressed)}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-secondary--background--pressed-hover);color:var(--theme-btn-subtle-secondary--color--pressed-hover)}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-secondary--background--pressed-hover);color:var(--theme-btn-subtle-secondary--color--pressed-active)}:host .btn-subtle-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary:not(.disabled):not(:disabled):hover,:host .btn-subtle-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-secondary--border-color--hover);background-color:var(--theme-btn-subtle-secondary--background--hover);color:var(--theme-btn-subtle-secondary--color--hover)}:host .btn-subtle-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary:not(.disabled):not(:disabled):active,:host .btn-subtle-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-secondary--border-color--active);background-color:var(--theme-btn-subtle-secondary--background--active);color:var(--theme-btn-subtle-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-secondary.disabled,:host(.disabled) .btn-subtle-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-secondary--border-color--disabled);background-color:var(--theme-btn-subtle-secondary--background--disabled);color:var(--theme-btn-subtle-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-secondary--color--disabled)}:host .btn-subtle-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-tertiary,:host .btn-subtle-tertiary.focus,:host .btn-subtle-tertiary:focus-visible{background-color:var(--theme-btn-subtle-tertiary--background);color:var(--theme-btn-subtle-tertiary--color);--ix-button-color:var(--theme-btn-subtle-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-tertiary--border-color);border-style:solid}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-tertiary.selected{background-color:var(--theme-btn-subtle-tertiary--background--pressed);color:var(--theme-btn-subtle-tertiary--color--pressed)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-hover)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-active)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-tertiary--border-color--hover);background-color:var(--theme-btn-subtle-tertiary--background--hover);color:var(--theme-btn-subtle-tertiary--color--hover)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-tertiary--border-color--active);background-color:var(--theme-btn-subtle-tertiary--background--active);color:var(--theme-btn-subtle-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-tertiary.disabled,:host(.disabled) .btn-subtle-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-tertiary--border-color--disabled);background-color:var(--theme-btn-subtle-tertiary--background--disabled);color:var(--theme-btn-subtle-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-tertiary--color--disabled)}:host .btn-danger-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-primary,:host .btn-danger-primary.focus,:host .btn-danger-primary:focus-visible{background-color:var(--theme-btn-danger-primary--background);color:var(--theme-btn-danger-primary--color);--ix-button-color:var(--theme-btn-danger-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-primary--border-color);border-style:solid}:host .btn-danger-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-primary.selected{background-color:var(--theme-btn-danger-primary--background--pressed);color:var(--theme-btn-danger-primary--color--pressed)}:host .btn-danger-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-primary--background--pressed-hover);color:var(--theme-btn-danger-primary--color--pressed-hover)}:host .btn-danger-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-primary--background--pressed-hover);color:var(--theme-btn-danger-primary--color--pressed-active)}:host .btn-danger-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary:not(.disabled):not(:disabled):hover,:host .btn-danger-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-primary--border-color--hover);background-color:var(--theme-btn-danger-primary--background--hover);color:var(--theme-btn-danger-primary--color--hover)}:host .btn-danger-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary:not(.disabled):not(:disabled):active,:host .btn-danger-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-primary--border-color--active);background-color:var(--theme-btn-danger-primary--background--active);color:var(--theme-btn-danger-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-primary.disabled,:host(.disabled) .btn-danger-primary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-primary--border-color--disabled);background-color:var(--theme-btn-danger-primary--background--disabled);color:var(--theme-btn-danger-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-primary--color--disabled)}:host .btn-danger-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-secondary,:host .btn-danger-secondary.focus,:host .btn-danger-secondary:focus-visible{background-color:var(--theme-btn-danger-secondary--background);color:var(--theme-btn-danger-secondary--color);--ix-button-color:var(--theme-btn-danger-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-secondary--border-color);border-style:solid}:host .btn-danger-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-secondary.selected{background-color:var(--theme-btn-danger-secondary--background--pressed);color:var(--theme-btn-danger-secondary--color--pressed)}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-secondary--background--pressed-hover);color:var(--theme-btn-danger-secondary--color--pressed-hover)}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-secondary--background--pressed-hover);color:var(--theme-btn-danger-secondary--color--pressed-active)}:host .btn-danger-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary:not(.disabled):not(:disabled):hover,:host .btn-danger-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-secondary--border-color--hover);background-color:var(--theme-btn-danger-secondary--background--hover);color:var(--theme-btn-danger-secondary--color--hover)}:host .btn-danger-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary:not(.disabled):not(:disabled):active,:host .btn-danger-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-secondary--border-color--active);background-color:var(--theme-btn-danger-secondary--background--active);color:var(--theme-btn-danger-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-secondary.disabled,:host(.disabled) .btn-danger-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-secondary--border-color--disabled);background-color:var(--theme-btn-danger-secondary--background--disabled);color:var(--theme-btn-danger-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-secondary--color--disabled)}:host .btn-danger-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-tertiary,:host .btn-danger-tertiary.focus,:host .btn-danger-tertiary:focus-visible{background-color:var(--theme-btn-danger-tertiary--background);color:var(--theme-btn-danger-tertiary--color);--ix-button-color:var(--theme-btn-danger-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-tertiary--border-color);border-style:solid}:host .btn-danger-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-tertiary.selected{background-color:var(--theme-btn-danger-tertiary--background--pressed);color:var(--theme-btn-danger-tertiary--color--pressed)}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-tertiary--background--pressed-hover);color:var(--theme-btn-danger-tertiary--color--pressed-hover)}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-tertiary--background--pressed-hover);color:var(--theme-btn-danger-tertiary--color--pressed-active)}:host .btn-danger-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary:not(.disabled):not(:disabled):hover,:host .btn-danger-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-tertiary--border-color--hover);background-color:var(--theme-btn-danger-tertiary--background--hover);color:var(--theme-btn-danger-tertiary--color--hover)}:host .btn-danger-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary:not(.disabled):not(:disabled):active,:host .btn-danger-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-tertiary--border-color--active);background-color:var(--theme-btn-danger-tertiary--background--active);color:var(--theme-btn-danger-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-tertiary.disabled,:host(.disabled) .btn-danger-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-tertiary--border-color--disabled);background-color:var(--theme-btn-danger-tertiary--background--disabled);color:var(--theme-btn-danger-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-tertiary--color--disabled)}*,*::after,*::before{box-sizing:border-box}::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){*{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}::-webkit-scrollbar{width:0.5rem;height:0.5rem}::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}::-webkit-scrollbar-corner{display:none}:host{display:inline-flex;justify-content:center;align-items:center}:host button{width:100%;height:100%;overflow:hidden;padding:0}:host button.btn-oval{border-radius:6.25rem}:host .icon{color:var(--ix-icon-button-color, currentColor);margin:0}:host ix-spinner{margin:0}:host(.btn-icon-12){height:1rem;width:1rem;min-width:1rem;min-height:1rem}:host(.btn-icon-16){height:1.5rem;width:1.5rem;min-width:1.5rem;min-height:1.5rem}:host(.btn-icon-32){height:2rem;width:2rem;min-width:2rem;min-height:2rem}"}},[1,"ix-icon-toggle-button",{variant:[1],outline:[4],ghost:[4],icon:[1],oval:[4],pressed:[4],size:[1],disabled:[516],loading:[4],ariaLabelIconButton:[1,"aria-label-icon-button"]}]),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.disabled=!1,this.inputPaddingLeft=0,this.inputPaddingRight=0}get inputElement(){return this.hostElement.querySelector("input")}componentWillLoad(){var e;const{valid:t}=this.inputElement.validity;this.inputElement.addEventListener("valid",()=>{this.onValidInput()}),this.inputElement.addEventListener("invalid",()=>{this.onInvalidInput()}),this.inputElement.addEventListener("input",()=>{this.startSlotChanged()}),null===(e=this.inputElement.form)||void 0===e||e.addEventListener("submit",()=>{this.startSlotChanged()}),t?this.onValidInput():this.onInvalidInput(),this.observer=new MutationObserver(()=>{this.slotChanged(),this.startSlotChanged(),this.endSlotChanged()}),this.observer.observe(this.hostElement,{subtree:!0,childList:!0,attributes:!0,characterData:!0})}componentDidRender(){this.prepareInputElement()}onValidInput(){this.startSlotChanged()}onInvalidInput(){this.startSlotChanged()}prepareInputElement(){this.inputElement?(this.inputElement.style.width="100%",this.inputElement.style.paddingRight=0!==this.inputPaddingRight?this.inputPaddingRight+"px":"0.5rem",this.inputElement.style.paddingLeft=0!==this.inputPaddingLeft?this.inputPaddingLeft+"px":"0.5rem"):console.warn('You used the ix-input-group without an input tag, e.g. <input class="ix-form-control" />')}slotChanged(){var e;this.disabled=null===(e=this.inputElement)||void 0===e?void 0:e.disabled}startSlotChanged(){setTimeout(()=>{var e,t;const o=this.getChildrenWidth(this.startSlotRef);if(this.inputPaddingLeft=0!==o?11+o:0,!this.inputElement)return;const r=!this.inputElement.validity.valid||this.inputElement.classList.contains("is-invalid");((null===(e=this.inputElement.form)||void 0===e?void 0:e.classList.contains("was-validated"))||!1===(null===(t=this.inputElement.form)||void 0===t?void 0:t.noValidate))&&r&&(this.inputElement.style.backgroundPosition=`left ${0!==this.inputPaddingLeft?this.inputPaddingLeft:7}px center`,this.inputPaddingLeft+=26)})}endSlotChanged(){setTimeout(()=>{this.inputPaddingRight=15+this.getChildrenWidth(this.endSlotRef)})}getChildrenWidth(e){if(!e)return 0;const t=Dd(e);if(0===t.length)return 0;let o=0;return t.forEach(e=>{o+=e.getBoundingClientRect().width}),o}render(){return Is(Os,{key:"b148a7e4ed2a11c543a98a6247797da3415b9bba",class:{disabled:this.disabled}},Is("div",{key:"6aac120f6d3cad989a4409978760fb752c556711",class:"group group-start"},Is("slot",{key:"f2b68f9fd6b449b560823db825f04a6d154baf91",ref:e=>this.startSlotRef=e,name:"input-start"})),Is("slot",{key:"7aa651f145806d7c24ad00af93d9dfd267a9ce02"}),Is("div",{key:"d6214bd6949bd22bdc62582d0f0089f884b5c6af",class:"group group-end"},Is("slot",{key:"8eb65c2a35f67a2436c58cc8b04605f4d80b74f2",ref:e=>this.endSlotRef=e,name:"input-end"})))}get hostElement(){return this}static get style(){return":host{position:relative;display:flex;width:100%;flex-wrap:wrap;align-items: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}:host .group{display:flex;position:absolute;align-items:center;height:100%}:host .group-start{left:0px;height:2rem;margin-left:0.5rem;color:var(--theme-color-soft-text)}:host .group-end{right:0px;height:2rem;margin-right:0.5rem;color:var(--theme-color-soft-text)}:host ::slotted(*){display:flex}:host(.disabled){pointer-events:none}:host(.disabled) .group-start ::slotted(*),:host(.disabled) .group-end ::slotted(*){opacity:0.4 !important}"}},[257,"ix-input-group",{disabled:[32],inputPaddingLeft:[32],inputPaddingRight:[32]}]);let Dy=0;const Vy=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.valueChange=Ws(this,"valueChange",7),this.validityStateChange=Ws(this,"validityStateChange",7),this.ixBlur=Ws(this,"ixBlur",7),this.ixChange=Ws(this,"ixChange",7),this.formInternals=this.attachInternals(),this.type="text",this.value="",this.required=!1,this.disabled=!1,this.readonly=!1,this.suppressSubmitOnEnter=!1,this.textAlignment="start",this.isInvalid=!1,this.isValid=!1,this.isInfo=!1,this.isWarning=!1,this.isInvalidByRequired=!1,this.inputType="text",this.inputRef=ah(),this.slotEndRef=ah(),this.slotStartRef=ah(),this.inputId="input-"+Dy++,this.touched=!1}updateClassMappings(e){ry(this,e)}updateInputType(){this.inputType=this.type}componentWillLoad(){this.updateFormInternalValue(this.value),this.inputType=this.type}connectedCallback(){this.disposableChangesAndVisibilityObservers=dy(this.hostElement,this.updatePaddings.bind(this))}updatePaddings(){sy(this.slotStartRef.current,this.slotEndRef.current,this.inputRef.current)}disconnectedCallback(){var e;null===(e=this.disposableChangesAndVisibilityObservers)||void 0===e||e.call(this)}updateFormInternalValue(e){this.formInternals.setFormValue(e),this.value=e,this.inputRef.current&&this.touched&&ay(this,this.inputRef.current)}async getAssociatedFormElement(){return this.formInternals.form}hasValidValue(){return Promise.resolve(!!this.value)}getNativeInputElement(){return this.inputRef.waitForCurrent()}async getValidityState(){const e=await this.inputRef.waitForCurrent();return Promise.resolve(e.validity)}async focusInput(){return(await this.getNativeInputElement()).focus()}isTouched(){return Promise.resolve(this.touched)}render(){var e,t;const o=ly(this);return Is(Os,{key:"966efdac8aabf6e8eda4c70a70d996b66406e426",class:{disabled:this.disabled,readonly:this.readonly}},Is("ix-field-wrapper",{key:"565c9cf09e3de197bdc6aab9038f05c13eddc311",htmlForLabel:this.inputId,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},Is("div",{key:"73f3a4eb7eeec903148afc9ab0e03409808773ce",class:"input-wrapper"},Is(vy,{key:"5610b1d97825d73045a3d5b20cd0b4da1e323a34",slotStartRef:this.slotStartRef,onSlotChange:()=>this.updatePaddings()}),Is(fy,{key:"aea0aeb380fac786174a380531143ee08ca94e48",id:this.inputId,readonly:this.readonly,disabled:this.disabled,maxLength:this.maxLength,minLength:this.minLength,pattern:this.pattern,type:this.inputType,isInvalid:this.isInvalid,required:this.required,value:this.value,placeholder:this.placeholder,inputRef:this.inputRef,onKeyPress:e=>ny(this,e),onFocus:()=>hy(this,this.value),onEnterKeyChange:e=>my(e,this,this.value),valueChange:e=>this.valueChange.emit(e),updateFormInternalValue:e=>this.updateFormInternalValue(e),onBlur:()=>{uy(this,this.inputRef.current,this.value),this.touched=!0},ariaAttributes:o,form:null!==(e=this.formInternals.form)&&void 0!==e?e:void 0,suppressSubmitOnEnter:this.suppressSubmitOnEnter,textAlignment:this.textAlignment}),Is(gy,{key:"3615ad5161239494a9a252ed9aeb3ea493d7d817",slotEndRef:this.slotEndRef,onSlotChange:()=>this.updatePaddings()},Is("ix-icon-button",{key:"0b0837ae35a5d110794ce32ba3c28db4dce0083a",color:"color-weak-text",class:{"password-eye":!0,"eye-hidden":"password"!==this.type||this.disabled},variant:"tertiary",size:"16",icon:"password"===this.inputType?Jl:"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'><desc>eye-cancelled</desc><path fill-rule='evenodd' d='M47.0849493,2.84217094e-14 L185.740632,138.655563 C194.095501,134.657276 203.45297,132.418278 213.333333,132.418278 C248.679253,132.418278 277.333333,161.072358 277.333333,196.418278 C277.333333,206.299034 275.094157,215.656855 271.095572,224.011976 L409.751616,362.666662 L379.581717,392.836561 L320.374817,333.628896 C291.246618,353.329494 255.728838,367.084945 213.333333,367.084945 C64,367.084945 7.10542736e-15,196.418278 7.10542736e-15,196.418278 C7.10542736e-15,196.418278 22.862032,135.452859 73.1408088,86.3974274 L16.9150553,30.169894 L47.0849493,2.84217094e-14 Z M103.440016,116.694904 C74.7091717,144.512844 55.9626236,177.598744 46.7136,196.424891 C64.7370667,233.114811 119.071573,324.418278 213.333333,324.418278 C242.440012,324.418278 267.739844,315.712374 289.339919,302.595012 L240.926035,254.180993 C232.571166,258.17928 223.213696,260.418278 213.333333,260.418278 C177.987413,260.418278 149.333333,231.764198 149.333333,196.418278 C149.333333,186.537915 151.572331,177.180445 155.570618,168.825577 Z M213.333333,25.7516113 C362.666667,25.7516113 426.666667,196.418278 426.666667,196.418278 C426.666667,196.418278 412.428071,234.387867 381.712212,274.508373 L351.151213,243.941206 C364.581948,225.697449 374.142733,208.239347 379.954347,196.410385 C361.9296,159.721745 307.595093,68.418278 213.333333,68.418278 C201.495833,68.418278 190.287983,69.858232 179.702584,72.449263 L145.662385,38.4000762 C165.913597,30.494948 188.437631,25.7516113 213.333333,25.7516113 Z' transform='translate(42.667 59.582)'/></svg>",onClick:()=>{this.inputType="password"!==this.inputType?"password":"text"}}))),!!this.maxLength&&this.maxLength>0&&Is("ix-typography",{key:"0f3ed7f624fe620793cdd7a8fb2695d54dbcea33",class:"bottom-text",slot:"bottom-right",textColor:"soft"},(null!==(t=this.value)&&void 0!==t?t:"").length,"/",this.maxLength)))}static get formAssociated(){return!0}get hostElement(){return this}static get watchers(){return{type:[{updateInputType:0}]}}static get style(){return'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[type=password]::-ms-reveal,:host input[type=password]::-ms-clear{display:none}:host input[type=password]::-webkit-credentials-auto-fill-button,:host input[type=password]::-webkit-textfield-decoration-container,:host input[type=password]::-webkit-contacts-auto-fill-button,:host input[type=password]::-webkit-caps-lock-indicator{visibility:hidden;pointer-events:none}:host .password-eye{margin-left:0.125rem;color:red}:host .password-eye.eye-hidden{display:none}'}},[65,"ix-input",{type:[1],name:[513],placeholder:[513],value:[1537],required:[516],disabled:[516],readonly:[516],helperText:[1,"helper-text"],infoText:[1,"info-text"],showTextAsTooltip:[4,"show-text-as-tooltip"],validText:[1,"valid-text"],warningText:[1,"warning-text"],label:[513],invalidText:[1,"invalid-text"],pattern:[1],maxLength:[2,"max-length"],minLength:[2,"min-length"],allowedCharactersPattern:[1,"allowed-characters-pattern"],suppressSubmitOnEnter:[516,"suppress-submit-on-enter"],textAlignment:[1,"text-alignment"],isInvalid:[32],isValid:[32],isInfo:[32],isWarning:[32],isInvalidByRequired:[32],inputType:[32],getAssociatedFormElement:[64],hasValidValue:[64],getNativeInputElement:[64],getValidityState:[64],focusInput:[64],isTouched:[64]},void 0,{type:[{updateInputType:0}]}]);!function(e,t,o,r){var n,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,o,r);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(i=(a<3?n(i):a>3?n(t,o,i):n(t,o))||i);a>3&&i&&Object.defineProperty(t,o,i)}([_b()],Vy.prototype,"updateClassMappings",null);const jy=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.striped=!1}render(){return Is(Os,{key:"8ac8c1edacddbe11072e692c165c338bdaa6fcdf",class:{keyValueList:!0,"keyValueList--striped":this.striped}},Is("slot",{key:"844c573286e6022f4d3f53086b584425306f7f1e"}))}static get style(){return":host(.keyValueList) ::slotted(ix-key-value){border-bottom:1px solid var(--theme-color-weak-bdr)}:host(.keyValueList.keyValueList--striped) ::slotted(ix-key-value:nth-child(odd)){background:var(--theme-color-ghost-alt)}"}},[257,"ix-key-value-list",{striped:[4]}]),Fy=jy,By=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.labelPosition="top"}render(){return Is(Os,{key:"ee855752985c8321f4f9608cb957acd093293a9f",class:"keyValue keyValue--"+("top"===this.labelPosition?"column":"row")},this.icon&&Is("ix-icon",{key:"6bfb94d5df575189c0df6e86cd65ea25a2dddecc",name:this.icon,size:"24",class:"keyValue__icon","aria-label":this.ariaLabelIcon}),Is("div",{key:"028c1ca00511298ae99c1088a2800c0b7ccd97bd",class:"keyValue__content"},Is("div",{key:"1b61165be2e1462f3d18e325236f9175b3a84a0d",class:"content__label"},this.label),Is("div",{key:"d778bac4980281cce97bade4247b8f3b62191e1b",class:{content__value:!0,"has-customValue":void 0===this.value}},void 0!==this.value?this.value:Is("slot",{name:"custom-value"}))))}static get style(){return":host(.keyValue){display:flex;flex-direction:row;align-items:center;gap:1rem}:host(.keyValue) .keyValue__icon{padding:0.25rem 0}:host(.keyValue) .keyValue__content{display:flex;flex-grow:1;align-items:flex-start}:host(.keyValue) .keyValue__content,:host(.keyValue) .keyValue__content .content__label,:host(.keyValue) .keyValue__content .content__value{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host(.keyValue) .keyValue__content .content__label{color:var(--theme-color-soft-text)}:host(.keyValue) .keyValue__content .content__value{width:100%}:host(.keyValue.keyValue--column){padding:0.5rem 0;border-bottom:1px solid var(--theme-color-soft-bdr)}:host(.keyValue.keyValue--column) .keyValue__content{flex-direction:column}:host(.keyValue.keyValue--column) .keyValue__content .content__label,:host(.keyValue.keyValue--column) .keyValue__content .content__value:not(.has-customValue){padding:2px 0}:host(.keyValue.keyValue--row){padding:0.25rem 0}:host(.keyValue.keyValue--row) .keyValue__content{flex-direction:row;gap:1rem;align-items:center}:host(.keyValue.keyValue--row) .keyValue__content .content__label,:host(.keyValue.keyValue--row) .keyValue__content .content__value:not(.has-customValue){padding:6px 0}:host(.keyValue.keyValue--row) .keyValue__content .content__label{min-width:8rem}"}},[257,"ix-key-value",{icon:[1],ariaLabelIcon:[1,"aria-label-icon"],label:[1],labelPosition:[1,"label-position"],value:[1]}]),Hy=By,Wy=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.state="neutral",this.orientation="horizontal"}getStateIcon(){switch(this.state){case"alarm":return Is("ix-icon",{color:"kpi-display-icon--color",name:"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>alarm</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(42.666667, 42.666667)'><path d='M213.333333,3.55271368e-14 C330.943502,3.55271368e-14 426.666667,95.7231591 426.666667,213.333333 C426.666667,330.943502 330.943502,426.666667 213.333333,426.666667 C95.7231591,426.666667 3.55271368e-14,330.943502 3.55271368e-14,213.333333 C3.55271368e-14,95.7231591 95.7231591,3.55271368e-14 213.333333,3.55271368e-14 Z M213.333333,42.6666667 C118.87459,42.6666667 42.6666667,118.87459 42.6666667,213.333333 C42.6666667,307.792077 118.87459,384 213.333333,384 C307.792077,384 384,307.792077 384,213.333333 C384,118.87459 307.792077,42.6666667 213.333333,42.6666667 Z M213.333333,272.042667 C228.571429,272.042667 240,283.306667 240,298.666667 C240,314.026667 228.571429,325.290667 213.333333,325.290667 C197.748918,325.290667 186.666667,314.026667 186.666667,298.325333 C186.666667,283.306667 198.095238,272.042667 213.333333,272.042667 Z M234.666667,85.3333333 L234.666667,234.666667 L192,234.666667 L192,85.3333333 L234.666667,85.3333333 Z' id='Combined-Shape'/></g></g></svg>",size:"16","aria-label":this.ariaLabelAlarmIcon});case"warning":return Is("ix-icon",{color:"kpi-display-icon--color",name:id,size:"16","aria-label":this.ariaLabelWarningIcon});default:return""}}getTooltipText(){let e=`${this.label}: ${this.value}`;return this.unit&&(e=e.concat(" "+this.unit)),e}render(){return Is(Os,{key:"66e7a14d365489072d53128deddfe610ea2c0589",title:this.getTooltipText(),tabindex:"1",class:{stacked:"vertical"===this.orientation}},Is("div",{key:"724d4ad85701d09ad46ad85d5d62150195545cb1",class:{"kpi-container":!0,alarm:"alarm"===this.state,warning:"warning"===this.state}},Is("span",{key:"581ec9d9dac67105f5d92fc714511a1578d0833d",class:"kpi-label"},this.getStateIcon(),Is("span",{key:"a81cb7fe8322e8d0682527c7d961a4d1fb32fd58",class:"kpi-label-text"},this.label)),Is("span",{key:"ed7cefc54de202ccab0e9d1ec1adc42eb74f6f78",class:"kpi-value-container"},Is("span",{key:"cade7321b2d3d1dc564480b3ad7f769f079b84d1",class:"kpi-value"},this.value),this.unit?Is("span",{class:"kpi-unit"},this.unit):"")))}static get style(){return":host{display:flex;flex-grow:1;height:2.5rem;border-radius:var(--theme-kpi--border-radius);padding:0.375rem 0.25rem;min-width:0}: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 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .kpi-container{display:flex;height:100%;width:100%;border-block-end:2px solid grey}:host .kpi-container.alarm{border-block-end-color:var(--theme-color-alarm)}:host .kpi-container.warning{border-block-end-color:var(--theme-color-warning)}:host .kpi-container .kpi-label{display:flex;align-items:center;color:var(--theme-kpi-display-label--color);flex-grow:1;flex-shrink:9999}:host .kpi-container .kpi-label ix-icon{margin-inline-end:0.25rem}:host .kpi-container .kpi-value-container{display:flex;align-items:flex-end}:host .kpi-container .kpi-value{color:var(--theme-kpi-display-value--color);font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:400;line-height:1.091em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}:host .kpi-container .kpi-unit{margin-inline-start:0.5rem;color:var(--theme-kpi-display-units--color)}:host .kpi-container .kpi-label,:host .kpi-container .kpi-unit{margin-block-start:0.125rem}:host:not(.disabled):not(:disabled){cursor:pointer}:host:not(.disabled):not(:disabled):hover,:host:not(.disabled):not(:disabled).hover{background-color:var(--theme-kpi-display--background--hover)}:host:not(.disabled):not(:disabled){cursor:pointer}:host:not(.disabled):not(:disabled):active,:host:not(.disabled):not(:disabled).active{background-color:var(--theme-kpi-display--background--active)}:host:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--focus--border-color)}:host(.stacked){height:3.75rem}:host(.stacked) .kpi-container{justify-content:center;flex-wrap:wrap}:host(.stacked) .kpi-container .kpi-label{width:100%;justify-content:center}"}},[1,"ix-kpi",{label:[1],ariaLabelAlarmIcon:[1,"aria-label-alarm-icon"],ariaLabelWarningIcon:[1,"aria-label-warning-icon"],value:[8],unit:[1],state:[1],orientation:[1]}]),Uy=Wy;El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.layout=[{minWidth:"0",columns:1},{minWidth:"48em",columns:2}],this.mediaQueryList=[],this.observer=new MutationObserver(()=>this.calculateGridTemplateColumns()),this.resizeObserver=new ResizeObserver(()=>{this.calculateGridTemplateColumns()})}connectedCallback(){this.observer.observe(this.hostElement,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["data-colspan"]}),this.resizeObserver.observe(this.hostElement),this.calculateGridTemplateColumns()}componentWillLoad(){this.calculateGridTemplateColumns()}disconnectedCallback(){this.observer&&this.observer.disconnect(),this.resizeObserver&&this.resizeObserver.disconnect()}updateMediaQueryList(){this.mediaQueryList=[],this.layout.forEach(e=>{const t=window.matchMedia(`(min-width: ${e.minWidth})`);this.mediaQueryList.push({mediaQuery:t,layout:e})})}parseNumber(e){if(!e)return 1;const t=parseInt(e);return isNaN(t)?1:t}calculateGridTemplateColumns(){this.updateMediaQueryList();let e=1;this.mediaQueryList.forEach(t=>{t.mediaQuery.matches&&(e=t.layout.columns)}),Array.from(this.hostElement.children).forEach(t=>{let o=this.parseNumber(t.getAttribute("data-colspan"));o=Math.min(o,e);const r=o/e;t.style.width=`calc(${99.9*r}% - ${1-r} * var(--ix-layout-grid-gap))`})}render(){return Is(Os,{key:"e80a4427592546a5c5155d23108840ec2e34ecd3"},Is("div",{key:"cf63d295988d17bf976bfddd13c13f8987b2ca1a",class:"container"},Is("slot",{key:"0eaa6a54b56fa3f43adde3620178ccd25447507e"})))}get hostElement(){return this}static get watchers(){return{layout:[{updateMediaQueryList:0}]}}static get style(){return":host{display:block;position:relative;margin:0 0.75rem;--ix-layout-grid-gap:1.5rem}:host .container{display:flex;align-items:stretch;flex-wrap:wrap;gap:var(--ix-layout-grid-gap)}:host ::slotted(*){flex-grow:0;flex-shrink:0}"}},[257,"ix-layout-auto",{layout:[16]},void 0,{layout:[{updateMediaQueryList:0}]}]);const qy=ey,Zy=function(){"undefined"!=typeof customElements&&["ix-layout-grid"].forEach(e=>{"ix-layout-grid"===e&&(customElements.get(e)||customElements.define(e,ey))})};El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.disabled=!1,this.target="_self"}render(){return Is(Os,{key:"4d24f0a12d133ab58cb2a873536e68db17df2d5a"},Is("a",{key:"0585700d404cf2d49597085527608c6db40ea97e",title:this.url,tabindex:"0",class:{"link-button":!0,disabled:this.disabled},href:this.disabled?void 0:this.url,target:this.target},Is("ix-icon",{key:"68d6611903eec80a879d4bfbb90a71fcdd05d5a0",class:"icon",name:Fl,size:"16","aria-hidden":"true"}),Is("div",{key:"4e4b66cb6cd469f56d9029a0ddbf5a44ea838128",class:{link:!0,disabled:this.disabled}},Is("slot",{key:"eb961e003cfa95ceaf0033a19d1e12ff92b7f78f"}))))}static get style(){return":host{display:inline-flex;height:2rem;font-size:0.875rem;font-weight:400;min-width:2rem}:host .link-button{display:inline-flex;position:relative;width:100%;padding:0 0.25rem 0 0;align-items:center;justify-content:center;background-color:transparent;color:var(--theme-color-primary);cursor:pointer;text-decoration:none}:host .link-button .link{display:block;position:relative;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-decoration:underline;text-underline-offset:0.2rem}:host .link-button:not(.disabled):not(:disabled){cursor:pointer}:host .link-button:not(.disabled):not(:disabled):hover,:host .link-button:not(.disabled):not(:disabled).hover{color:var(--theme-color-dynamic--hover)}:host .link-button:not(.disabled):not(:disabled){cursor:pointer}:host .link-button:not(.disabled):not(:disabled):active,:host .link-button:not(.disabled):not(:disabled).active{color:var(--theme-color-dynamic--active)}:host .link-button.disabled{cursor:default;color:var(--theme-color-weak-text)}:host .link-button a{all:unset}:host :focus-visible{outline:1px solid var(--theme-color-focus-bdr)}"}},[257,"ix-link-button",{disabled:[4],url:[1],target:[1]}]),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.labelChange=Ws(this,"labelChange",7)}watchLabel(e,t){this.labelChange.emit({name:"ix-menu-about-item",oldLabel:t,newLabel:e})}render(){return Is(Os,{key:"2877a9c9386fb74d8c4fcfb72d5f31d8aa9057f1"},Is("slot",{key:"fc2e89e7a6a427dbbf3e2030949a4db31c34957e"}))}static get watchers(){return{label:[{watchLabel:0}]}}static get style(){return":host{display:block}"}},[257,"ix-menu-about-item",{label:[513]},void 0,{label:[{watchLabel:0}]}]),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.showMore=Ws(this,"showMore",7),this.closePopover=Ws(this,"closePopover",7),this.show=!1,this.i18nShowMore="Show more",this.expanded=!1}render(){return Is(Os,{key:"7443d209d383de9e46d8c024c1756ae814c5d764",class:{expanded:this.expanded,show:!this.show}},Is("div",{key:"034c93b01133fa50d28c0e4ce98becc53fe29158",class:"banner-container"},Is("ix-icon",{key:"69df7443eba7107db4d4f20d2a628159a7ed8660",color:"color-inv-contrast-text",name:"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>shout</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='drop' transform='translate(42.666667, 128.000000)'><path d='M320,0 C334.222222,42.6666667 341.333333,85.3333333 341.333333,128 C341.333333,170.666667 334.222222,213.333333 320,256 L202.143432,226.536015 C198.2986,255.215667 173.732229,277.333333 144,277.333333 C112.799321,277.333333 87.2873754,252.976969 85.4404009,222.240476 L85.3333333,218.666667 L85.333,200.533 L3.55271368e-14,192 L3.55271368e-14,64 L106.666667,53.3333333 L320,0 Z M128,208 L128,218.666667 C128,227.503223 135.163444,234.666667 144,234.666667 C152.100176,234.666667 158.794474,228.647384 159.853939,220.837772 L160,218.666667 L160,216 L128,208 Z M290.048,51.456 L128,91.979 L128,164.019 L290.048,204.522667 L290.926769,200.740217 C295.355847,179.899745 297.878675,159.118474 298.509094,138.371024 L298.666667,128 C298.666667,103.806971 296.094027,79.5736667 290.926769,55.259783 L290.048,51.456 Z M85.333,98.346 L42.6666667,102.613333 L42.6666667,153.365333 L85.333,157.644 L85.333,98.346 Z M362.666667,106.666667 L426.666667,106.666667 L426.666667,149.333333 L362.666667,149.333333 L362.666667,106.666667 Z M359.264043,179.197776 L421.623727,193.594643 L412.025816,235.167766 L349.666132,220.770899 L359.264043,179.197776 Z M349.666132,35.2291012 L412.025816,20.8322337 L421.623727,62.4053565 L359.264043,76.802224 L349.666132,35.2291012 Z' id='Combined-Shape'/></g></g></svg>",size:"32"}),Is("svg",{key:"36cc1e785395307d29813cac4f13b1309ee2d257",viewBox:"0 0 48 56",xmlns:"http://www.w3.org/2000/svg"},Is("polygon",{key:"35d4a86b62c225dc03329e6e53bdd6180d1a6b8e",points:"0 0 48 0 48 56 24 48 0 56"}))),Is("div",{key:"d5f1d76a2bf661fb865fa7c4857b0f20d6f225dc",class:"cui-popover-news-header"},Is("ix-typography",{key:"d8ef22907758393fe430cc2a4940dea8ee7372e8",format:"label",bold:!0},this.label)),Is("ix-icon-button",{key:"2fb7cf52ee3bf3e475fc5fa6d0aaadec96246acc",size:"24",icon:Zl,iconColor:"color-soft-text",variant:"tertiary",onClick:()=>{this.show=!1,this.closePopover.emit()}}),Is("div",{key:"8875b7027424233f78ac46c52cbeccc3d4fb7560",class:"slot-container"},Is("slot",{key:"b662f3b8c11a9c3ea639ed6b753a4b80ed038bec"})),this.aboutItemLabel?Is("div",{class:"cui-popover-news-footer"},Is("ix-button",{variant:"primary",onClick:e=>{this.show=!1,this.showMore.emit(e)}},this.i18nShowMore)):null,Is("div",{key:"97cbdaf247a6f83b9361121cbac596dc86e2bb28",id:"arrow"}))}static get style(){return":host{--margin:0.5rem;display:block;position:fixed;width:20rem;height:auto;background-color:var(--theme-color-2);border-radius:0.25rem;padding:1rem;left:3.4rem;z-index:10000;transition:left var(--theme-default-time);margin-inline-start:var(--margin) !important;box-shadow:var(--theme-box-shadow-level-4)}: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 .banner-container{position:absolute;top:0.0625rem;left:1rem}:host .banner-container svg{position:absolute;height:3.625rem;width:3rem}:host .banner-container svg polygon{fill:var(--theme-color-primary)}:host .banner-container ix-icon{margin:0.5rem;position:absolute;z-index:1}:host .cui-popover-news-header{margin-bottom:2.5rem;margin-inline-start:4rem;margin-block-start:-0.25rem}:host .popover-body{color:var(--theme-color-std-text)}:host .cui-popover-news-footer{display:flex;justify-content:flex-end;margin-top:1rem}:host ix-icon-button{top:0.5rem;right:0.5rem;position:absolute}:host #arrow{position:absolute;width:0.5rem;height:0.5rem;background-color:var(--theme-color-2);transform:translateX(calc(var(--margin) * -1 - 0.8rem)) rotateZ(45deg)}:host(.expanded){left:calc(3.4rem + 12.7rem)}:host(.show){display:none}@media only screen and (max-width: 48em){:host{display:flex;flex-direction:column;max-height:calc(100vh - 4.75rem);width:calc(100% - 2rem);max-width:30rem;transform:translateX(calc(1rem - 50%));left:calc(50% - 1rem) !important;bottom:1rem !important;margin-inline:0 !important;z-index:calc(var(--theme-z-index-sticky) - 1)}:host .slot-container{overflow-y:auto}:host #arrow{display:none}}"}},[257,"ix-menu-about-news",{show:[1540],label:[1],i18nShowMore:[1,"i18n-show-more"],aboutItemLabel:[1,"about-item-label"],expanded:[4]}]);const Yy=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.tabClick=Ws(this,"tabClick",7),this.selected=!1,this.disabled=!1,this.small=!1,this.icon=!1,this.rounded=!1,this.layout="auto",this.placement="bottom"}tabItemClasses(e){return{selected:e.selected,disabled:e.disabled,"small-tab":e.small,icon:e.small,stretched:"stretched"===e.layout,bottom:"bottom"===e.placement,top:"top"===e.placement,circle:e.circle}}render(){return Is(Os,{key:"71cfed0ab360348500969c2529bc79cab83bdaff",role:"tab",class:this.tabItemClasses({selected:this.selected,disabled:this.disabled,small:this.small,icon:this.icon,layout:this.layout,placement:this.placement,circle:this.rounded}),tabIndex:0,onClick:e=>{e.defaultPrevented||this.tabClick.emit({nativeEvent:e}).defaultPrevented&&e.stopPropagation()}},Is("div",{key:"fe2bdf6f8daee069486f25fe8e21e53713d856e4",class:{circle:this.rounded,text:!this.rounded,selected:this.selected,disabled:this.disabled}},Is("slot",{key:"2d978daeed548622c470979f9b1aacd9823f398e"})),Is("div",{key:"8ee56a58ba2d1047b7089668b70a176edec0ea00",class:{counter:!0,selected:this.selected,hidden:!(this.rounded&&void 0!==this.counter),disabled:this.disabled}},this.counter))}static get style(){return'@charset "UTF-8";:host{position:relative;display:flex;align-items:center;justify-content:center;padding:10px 1.5rem;line-height:20px;font-size:14px;font-weight:bold;background-color:var(--theme-tab--background);color:var(--theme-tab--color);touch-action:none}: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::after{content:"";position:absolute;background-color:var(--theme-tab-indicator--background);width:100%;height:var(--theme-tab-indicator--height);left:0}:host .text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .text span,:host .text span::before{pointer-events:none}:host .text{vertical-align:middle}:host .circle{display:flex;justify-content:center;align-items:center;height:3rem;width:3rem;background-color:var(--theme-animated-tab-indicator--background);border-radius:50%;border:2px solid var(--theme-animated-tab-circle--border-color);color:var(--theme-an…icon--color);cursor:pointer}:host .circle.selected:not(.disabled){background-color:var(--theme-animated-tab-circle--background--selected);color:var(--theme-animated-tab-icon--color--selected);border-color:var(--theme-animated-tab-circle--border-color--selected)}:host .circle.selected:not(.disabled):hover{background-color:var(--theme-animated-tab-circle--background--selected)}:host .circle:hover{background-color:var(--theme-animated-tab-circle--background--hover)}:host .circle:active{background-color:var(--theme-animated-tab-circle--background--active)}:host .circle:active{background-color:var(--theme-animated-tab-circle--background--active)}:host .circle.disabled{background-color:var(--theme-animated-tab-circle--background--disabled);border-color:var(--theme-animated-tab-circle--border-color--disabled);cursor:default}:host .counter{position:absolute;z-index:1;height:16px;width:auto;background-color:var(--theme-color-1);border:1px solid var(--theme-tab-pill--border-color);border-radius:100px;bottom:6px;display:flex;justify-content:center;align-items:center;padding-left:0.25rem;padding-right:0.25rem;font-size:12px;line-height:14px;color:var(--theme-pill-outline--color);cursor:pointer}:host .counter.selected{border-color:var(--theme-tab-pill--border-color--selected)}:host .counter.disabled{border-color:var(--theme-tab-pill--border-color--disabled);cursor:default}:host .hidden{display:none}:host(.circle){height:72px}:host(.top)::after{top:0}:host(.bottom)::after{bottom:0}:host(.stretched){flex-basis:100%;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host(:hover:not(.circle):not(.disabled):not(.selected)){background-color:var(--theme-tab--background--hover);color:var(--theme-tab-color-hover);cursor:pointer}:host(:hover:not(.circle):not(.disabled):not(.selected))::after{background-color:var(--theme-tab-indicator--background--hover)}:host(:active:not(.circle):not(.disabled):not(.selected)){background-color:var(--theme-tab--background--active);color:var(--theme-tab-color--active)}:host(:active:not(.circle):not(.disabled):not(.selected))::after{background-color:var(--theme-tab-indicator--background--active)}:host(:focus-visible){outline:0px solid var(--focus--border-color)}:host(:focus-visible) .circle{outline:1px solid var(--focus--border-color)}:host(:focus-visible:not(.circle)){outline:1px solid var(--focus--border-color)}:host(.disabled){cursor:default;color:var(--theme-tab--color--disabled);background-color:var(--theme-tab--background--disabled)}:host(.disabled)::after{background-color:var(--theme-tab-indicator--background--disabled)}:host(.selected:not(.disabled)){background-color:var(--theme-tab--background--selected);color:var(--theme-tab--color--selected)}:host(.selected:not(.disabled))::after{background-color:var(--theme-tab-indicator--background--selected)}:host(.icon){padding:1.5rem 0.5rem}:host(.small-tab){height:32px;padding:1rem}:host(.small-tab.icon){padding:1rem 0.25rem}'}},[257,"ix-tab-item",{selected:[4],disabled:[4],small:[4],icon:[4],rounded:[4],counter:[2],layout:[1],placement:[1]}]),Xy={SELECTED:"selected",DISABLED:"disabled",SMALL_TAB:"small-tab",ICON:"icon",STRETCHED:"stretched",BOTTOM:"bottom",TOP:"top",CIRCLE:"circle",HYDRATED:"hydrated"},Gy=new Set(Object.values(Xy)),Ky=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.selectedChange=Ws(this,"selectedChange",7),this.small=!1,this.rounded=!1,this.selected=0,this.layout="auto",this.placement="bottom",this.ariaLabelChevronLeftIconButton="Scroll tabs left",this.ariaLabelChevronRightIconButton="Scroll tabs right",this.totalItems=0,this.currentScrollAmount=0,this.scrollAmount=100,this.scrollActionAmount=0,this.showArrowPrevious=!1,this.showArrowNext=!1,this.windowStartSize=window.innerWidth,this.ARROW_WIDTH=32,this.TAP_THRESHOLD_PX=10,this.updateScheduled=!1,this.clickAction={isClick:!0},this.isDragging=!1}onWindowResize(){if(this.totalItems=0,this.totalItems=this.getTabs().length,0===this.windowStartSize)return this.windowStartSize=window.innerWidth;this.move(this.windowStartSize-window.innerWidth),this.windowStartSize=window.innerWidth}getTabs(){return Array.from(this.hostElement.querySelectorAll("ix-tab-item"))}getTab(e){return this.getTabs()[e]}getTabsWrapper(){var e;return null===(e=this.hostElement.shadowRoot)||void 0===e?void 0:e.querySelector(".items-content")}getTabsContainer(){var e;return null===(e=this.hostElement.shadowRoot)||void 0===e?void 0:e.querySelector(".tab-items")}initResizeObserver(){const e=this.hostElement.parentElement;e&&(this.resizeObserver=new ResizeObserver(()=>{this.renderArrows()}),this.resizeObserver.observe(e))}observeSlotChanges(){var e;null===(e=this.classObserver)||void 0===e||e.disconnect(),this.classObserver=new MutationObserver(()=>{this.scheduleTabUpdate()}),this.classObserver.observe(this.hostElement,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["class"]})}scheduleTabUpdate(){this.updateScheduled||(this.updateScheduled=!0,requestAnimationFrame(()=>{this.updateTabAttributes(),this.updateScheduled=!1}))}setTabAttributes(e,t){const o=t===this.selected,r=e.disabled;this.small&&e.setAttribute("small","true"),this.rounded&&e.setAttribute("rounded","true"),e.setAttribute("layout",this.layout),e.setAttribute("selected",o.toString()),e.setAttribute("placement",this.placement),e.toggleAttribute("disabled",r),this.applyRequiredClasses(e,o,r)}applyRequiredClasses(e,t,o){const r=new Set(this.buildRequiredClasses(t,o)),{classList:n}=e;for(const a of r)n.add(a);for(const a of Gy)r.has(a)||n.remove(a)}buildRequiredClasses(e,t){return Object.entries({[Xy.HYDRATED]:!0,[Xy.SELECTED]:e,[Xy.DISABLED]:t,[Xy.SMALL_TAB]:this.small,[Xy.STRETCHED]:"stretched"===this.layout,[Xy.BOTTOM]:"bottom"===this.placement,[Xy.TOP]:"top"===this.placement,[Xy.CIRCLE]:this.rounded}).filter(([,e])=>e).map(([e])=>e)}ensureSelectedIndex(){if(0===this.totalItems)return console.warn("ix-tabs: No tabs available for selection"),void(this.selected=-1);if(this.selected<this.totalItems)return;const e=this.selected-1;e>=0&&e<this.totalItems?this.updateSelected(e):this.totalItems>0&&this.updateSelected(0)}updateSelected(e){this.selected=e,this.selectedChange.emit(e)}updateTabAttributes(){const e=this.getTabs();this.totalItems=e.length,this.ensureSelectedIndex();for(const[o,r]of e.entries())this.setTabAttributes(r,o);const t=this.showArrows();e.forEach(e=>{e.style.touchAction=t?"none":""}),this.renderArrows()}showArrows(){try{const e=this.getTabsWrapper();return e&&e.scrollWidth>Math.ceil(e.getBoundingClientRect().width)&&"auto"===this.layout}catch(e){return!1}}showPreviousArrow(){try{return!0===this.showArrows()&&this.scrollActionAmount<0}catch(e){return!1}}showNextArrow(){try{const e=this.getTabsWrapper();if(!e)return!1;const t=e.getBoundingClientRect();return!0===this.showArrows()&&this.scrollActionAmount>-1*(e.scrollWidth-t.width)}catch(e){return!1}}move(e,t=!1){const o=this.getTabsWrapper();if(!o)return;const r=o.getBoundingClientRect().width,n=-this.currentScrollAmount+r-o.scrollWidth;e=e<n?n:e,e+=this.currentScrollAmount;const a=[`transform: translateX(${e=Math.min(e,0)}px);`,t?"transition: all ease-in-out 400ms;":""].join("");o.setAttribute("style",a),t?this.currentScrollAmount=this.scrollActionAmount=e:this.scrollActionAmount=e}onSelectedChange(e){if(!this.showArrows())return;const t=this.getTab(e),o=this.getTabsContainer();if(!t||!o)return;const r=o.getBoundingClientRect(),n=t.getBoundingClientRect(),a=n.left-r.left,i=a+n.width;a<this.ARROW_WIDTH?this.move(-a+this.ARROW_WIDTH,!0):i>r.width-this.ARROW_WIDTH&&this.move(r.width-i-this.ARROW_WIDTH,!0)}setSelected(e){this.selected=e}clickTab(e){if(!this.clickAction.isClick)return;const{defaultPrevented:t}=this.selectedChange.emit(e);t||this.setSelected(e)}dragStart(e,t){if(!this.showArrows())return;if(t.button>0)return;if(this.isDragging)return;t.preventDefault(),this.isDragging=!0,this.clickAction.isClick=!0,e.setPointerCapture(t.pointerId);const o=t.clientX,r=this.currentScrollAmount,n=e=>this.dragMove(e,o),a=()=>{e.removeEventListener("pointermove",n,!1),e.removeEventListener("pointerup",i,!1),e.removeEventListener("pointercancel",s,!1)},i=()=>{if(a(),this.isDragging=!1,this.dragStop(),this.clickAction.isClick){const t=this.getTabs().indexOf(e);t>=0&&!e.disabled&&this.clickTab(t)}},s=()=>{a(),this.isDragging=!1,this.scrollActionAmount=r;const e=this.getTabsWrapper();e&&e.setAttribute("style",`transform: translateX(${r}px);`),this.clickAction.isClick=!0};e.addEventListener("pointerup",i),e.addEventListener("pointercancel",s),e.addEventListener("pointermove",n,!1)}dragMove(e,t){const o=e.clientX-t;Math.abs(o)>this.TAP_THRESHOLD_PX&&(this.clickAction.isClick=!1),this.move(o)}dragStop(){this.clickAction.isClick||(this.currentScrollAmount=this.scrollActionAmount)}componentWillLoad(){this.initResizeObserver()}componentDidRender(){this.updateTabAttributes()}componentWillRender(){this.renderArrows()}renderArrows(){ih(()=>{this.showArrowNext=this.showNextArrow(),this.showArrowPrevious=this.showPreviousArrow()})}componentDidLoad(){this.getTabs().forEach(e=>{e.addEventListener("pointerdown",t=>this.dragStart(e,t))});const e=this.getTabsWrapper();e&&e.addEventListener("touchstart",e=>{this.showArrows()&&e.preventDefault()},{passive:!1}),this.observeSlotChanges()}disconnectedCallback(){var e,t;null===(e=this.resizeObserver)||void 0===e||e.disconnect(),null===(t=this.classObserver)||void 0===t||t.disconnect()}onTabClick(e){if(e.defaultPrevented)return;const t=e.target;this.getTabs().forEach((e,o)=>{e.disabled||e!==t||this.clickTab(o)})}render(){return Is(Os,{key:"4d60486e9ae8c9b154df97446534697a6b8a52d6"},this.showArrowPrevious&&Is("button",{key:"358885efeb578914036d4475377e0e8695937f13",class:"arrow",onClick:()=>this.move(this.scrollAmount,!0),"aria-label":this.ariaLabelChevronLeftIconButton},Is("ix-icon",{key:"d434ddb5acb03c058af167b7590bdc1018166e58",name:jl,"aria-hidden":"true"})),Is("div",{key:"24bc36c48fb9fd1cb2e3181dae47402fe5335bd0",class:{"tab-items":!0,"overflow-shadow":!0,"shadow-left":this.showArrowPrevious,"shadow-right":this.showArrowNext,"shadow-both":this.showArrowNext&&this.showArrowPrevious}},Is("div",{key:"a647c41bbd347379a9e7621705024f3182c08827",class:"items-content",role:"tablist"},Is("slot",{key:"92436d5e8b7a867de8e37b68a55600e590de63eb"}))),this.showArrowNext&&Is("button",{key:"27a519f552b7950cd8b57985110fec983ca675bc",class:"arrow right",onClick:()=>this.move(-this.scrollAmount,!0),"aria-label":this.ariaLabelChevronRightIconButton},Is("ix-icon",{key:"8c5e55420b51983b85d221708f691f407c8ecbb8",name:Fl,"aria-hidden":"true"})))}get hostElement(){return this}static get watchers(){return{selected:[{onSelectedChange:0}]}}static get style(){return":host{width:auto;display:flex;align-items:center;position:relative}: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 .tab-items{overflow:hidden;scroll-behavior:smooth;width:100%;touch-action:pan-y}:host .tab-items .items-content{display:flex;align-items:center;touch-action:none}:host .arrow{all:unset;position:absolute;display:flex;align-items:center;justify-content:center;width:32px;height:32px;top:0;bottom:0;left:0;margin:auto 0;border-radius:4px;color:var(--theme-btn-tertiary--color);background-color:var(--theme-btn-tertiary--background);z-index:2}:host .arrow:hover{color:var(--theme-btn-tertiary--color--hover);background-color:var(--theme-btn-tertiary--background--hover)}:host .arrow:active{color:var(--theme-btn-tertiary--color--active);background-color:var(--theme-btn-tertiary--background--active)}:host .arrow.right{left:auto;right:0}:host .overflow-shadow{display:block;position:relative;height:100%;width:100%;pointer-events:all}:host .overflow-shadow.shadow-left{-webkit-mask-image:linear-gradient(90deg, transparent 0px, black 45px);mask-image:linear-gradient(90deg, transparent 0px, black 45px)}:host .overflow-shadow.shadow-right{-webkit-mask-image:linear-gradient(90deg, black calc(100% - 45px), transparent 100%);mask-image:linear-gradient(90deg, black calc(100% - 45px), transparent 100%)}:host .overflow-shadow.shadow-both{-webkit-mask-image:linear-gradient(90deg, transparent 0px, black 45px, black calc(100% - 45px), transparent 100%);mask-image:linear-gradient(90deg, transparent 0px, black 45px, black calc(100% - 45px), transparent 100%)}"}},[257,"ix-tabs",{small:[4],rounded:[4],selected:[1026],layout:[1],placement:[1],ariaLabelChevronLeftIconButton:[1,"aria-label-chevron-left-icon-button"],ariaLabelChevronRightIconButton:[1,"aria-label-chevron-right-icon-button"],totalItems:[32],currentScrollAmount:[32],scrollAmount:[32],scrollActionAmount:[32],showArrowPrevious:[32],showArrowNext:[32]},[[9,"resize","onWindowResize"],[0,"tabClick","onTabClick"]],{selected:[{onSelectedChange:0}]}]);function Qy(e){return Array.from(e.el.querySelectorAll(e instanceof ok?"ix-menu-settings-item":"ix-menu-about-item"))}function Jy(e,t){if(e.activeTabLabel===t)return;const{defaultPrevented:o}=e.tabChange.emit(t);o||(e.activeTabLabel=t)}function ek(e,t){e.items.forEach(e=>{e.style.display="none",e.label===t&&(e.style.display="block")})}function tk(e){if(e.items=Qy(e),e.items.length){const t=e.activeTabLabel||e.items[0].label;t&&Jy(e,t)}e.items.forEach(t=>{t.addEventListener("labelChange",t=>{e.items=Qy(e),t.detail.oldLabel===e.activeTabLabel&&(e.activeTabLabel=t.detail.newLabel)})})}const ok=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.tabChange=Ws(this,"tabChange",7),this.close=Ws(this,"close",7),this.label="Settings",this.ariaLabelCloseButton="Close Settings",this.show=!1}updateTab(e,t){e!==t&&ek(this,e)}componentWillLoad(){tk(this)}componentDidLoad(){yl(this.el)}render(){return Is(rk,{key:"eefc53f1fa300794513f41b1bc80ac9fd00e295e",context:this})}get el(){return this}static get watchers(){return{activeTabLabel:[{updateTab:0}]}}static get style(){return".text-xs{font-family:Siemens Sans, sans-serif;font-size:0.625rem;font-weight:400;line-height:1.4em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-s{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-caption{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-caption-single{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-single{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.143em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-title{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-title-single{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.143em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-single{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.25em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-title{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-title-single{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.25em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-h2{font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:700;line-height:1.455em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-xl{font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:400;line-height:1.091em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}a{color:var(--theme-color-primary)}:host{display:block;background-color:var(--theme-nav-overlay--background);padding:0.75rem 1rem 1rem 2rem;flex-grow:1;position:absolute;width:100%;height:100%}: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 .settings-header{display:flex;justify-content:space-between;flex-direction:row;align-items:center;height:2rem;margin-bottom:0.5rem}:host .settings-header h2{color:var(--theme-nav-overlay-header--color);margin-bottom:1rem}:host ix-tabs{margin-bottom:1.5rem}:host .settings-tabs{margin-bottom:1.5rem}"}},[1,"ix-menu-settings",{activeTabLabel:[1025,"active-tab-label"],label:[1],ariaLabelCloseButton:[1,"aria-label-close-button"],show:[4],items:[32]},void 0,{activeTabLabel:[{updateTab:0}]}]),rk=({context:e})=>{const t=e.items.findIndex(t=>t.label===e.activeTabLabel);return Is(Os,{slot:e instanceof ok?"ix-menu-settings":"ix-menu-about",class:{show:e.show}},Is("div",{class:e instanceof ok?"settings-header":"about-header"},Is("h2",{class:"text-h2"},e.label),Is("ix-icon-button",{variant:"tertiary",size:"24",icon:Zl,iconColor:"color-soft-text","aria-label":e.ariaLabelCloseButton,onClick:t=>e.close.emit({name:e instanceof ok?"ix-menu-settings":"ix-menu-about",nativeEvent:t})})),Is("ix-tabs",{selected:-1!==t?t:0},(e=>e.items.map(({label:t})=>Is("ix-tab-item",{selected:t===e.activeTabLabel,onTabClick:e=>e.preventDefault(),onClick:()=>{t&&Jy(e,t)}},t)))(e)),Is("slot",null))};El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.tabChange=Ws(this,"tabChange",7),this.close=Ws(this,"close",7),this.label="About & legal information",this.ariaLabelCloseButton="Close About",this.show=!1}updateTab(e,t){e!==t&&ek(this,e)}componentWillLoad(){tk(this)}componentDidLoad(){yl(this.el)}render(){return Is(rk,{key:"ca696d609e81a77afbb7210a699c89e52cf2b59f",context:this})}get el(){return this}static get watchers(){return{activeTabLabel:[{updateTab:0}]}}static get style(){return".text-xs{font-family:Siemens Sans, sans-serif;font-size:0.625rem;font-weight:400;line-height:1.4em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-s{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-caption{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-caption-single{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-single{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.143em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-title{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-title-single{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.143em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-single{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.25em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-title{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-title-single{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.25em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-h2{font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:700;line-height:1.455em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-xl{font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:400;line-height:1.091em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}a{color:var(--theme-color-primary)}:host{display:block;background-color:var(--theme-nav-overlay--background);padding:0.75rem 1rem 1rem 2rem;flex-grow:1;position:absolute;width:100%;height:100%}:host .about-header{display:flex;justify-content:space-between;flex-direction:row;align-items:center;height:2rem;margin-bottom:0.5rem}:host .about-header h2{color:var(--theme-nav-overlay-header--color);margin-bottom:1rem}:host ix-tabs{margin-bottom:1.5rem}:host ix-menu-about-item{display:none}"}},[1,"ix-menu-about",{activeTabLabel:[1025,"active-tab-label"],label:[1],ariaLabelCloseButton:[1,"aria-label-close-button"],show:[4],items:[32]},void 0,{activeTabLabel:[{updateTab:0}]}]),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.logoutClick=Ws(this,"logoutClick",7),this.i18nLogout="Logout",this.hideLogoutButton=!1,this.enableTopLayer=!1,this.showContextMenu=!1,this.avatarElementId="ix-menu-avatar-id",this.tooltipRef=ah()}onSlotChange(){const e=this.hostElement.shadowRoot.querySelector("slot");if(!e)return;const t=Dd(e);this.showContextMenu=0!==t.length}render(){var e;const t=null!==(e=this.tooltipText)&&void 0!==e?e:this.top,o=t===this.top;return Is(Os,{key:"63251d35fc15b945de3bae097702c3e0e7377568",slot:"ix-menu-avatar"},Is("button",{key:"f50dd772c58b7b20e966d0a992f6e2537ebbe5bc",class:"nav-item top-item avatar no-hover",id:this.avatarElementId,tabIndex:0},Is("ix-avatar",{key:"1b3ea2ab31cc248e021306b9399b5b2bbad1122f",image:this.image,initials:this.initials}),Is("div",{key:"1e8aee8c464ebc41e99d00b6933f6682d1c98019",class:"avatar-name"},Is("span",{key:"3bc559472005be3d21b406fd9ea85fcb9737dcb6",class:"text-default-single"},this.top),Is("span",{key:"023fb55cd5229df9aadec9daf86834e16944a66f",class:"text-default-single"},this.bottom))),!!t&&Is("ix-tooltip",{key:"8e13fc36570e1152049b636ecabb042e7288c3e8",ref:this.tooltipRef,for:"#"+this.avatarElementId,placement:"right","aria-hidden":Ol(o),"aria-label":this.ariaLabelTooltip},t),Is("ix-dropdown",{key:"6a7e04c67894981100c3b81eb6ac9c5d9a16194a",trigger:this.hostElement,placement:"right-start",hidden:!this.showContextMenu&&this.hideLogoutButton,offset:{mainAxis:16},onShowChanged:e=>{e.detail&&this.tooltipRef.current&&this.tooltipRef.current.hideTooltip(0)},enableTopLayer:this.enableTopLayer},Is("slot",{key:"d7444d53d15826d0999476c55bc428a89a6b73fa",onSlotchange:()=>this.onSlotChange()}),!this.hideLogoutButton&&Is("ix-menu-avatar-item",{key:"f6c1fc16b2b39ef2277ae01485f1b7014e72e568",label:this.i18nLogout,icon:"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>log-out</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='Combined-Shape' transform='translate(85.333333, 42.666667)'><path d='M234.666667,-2.13162821e-14 L234.666667,85.3333333 L192.000667,85.333 L192,42.6666667 L42.6666667,42.6666667 L42.6666667,384 L192,384 L192.000667,341.333 L234.666667,341.333333 L234.666667,426.666667 L-4.26325641e-14,426.666667 L-4.26325641e-14,-2.13162821e-14 L234.666667,-2.13162821e-14 Z M292.418278,112.915055 L392.836556,213.333333 L292.418278,313.751611 L262.248389,283.581722 L311.163,234.666 L106.666667,234.666667 L106.666667,192 L311.163,192 L262.248389,143.084945 L292.418278,112.915055 Z'/></g></g></svg>",onClick:e=>{this.logoutClick.emit(e)}})))}get hostElement(){return this}static get style(){return":host{display:block;position:relative;margin-bottom:0.5rem;margin-right:0.75rem}: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 .avatar{all:unset;box-sizing:border-box;display:flex;align-items:center;height:2.5rem;width:100%;max-height:2.5rem;padding-left:0.25rem;margin-left:0.41rem;margin-right:0.35rem;transition:var(--theme-default-time)}:host .avatar .avatar-name{display:flex;flex-direction:column;overflow:hidden;white-space:nowrap;margin-left:1rem;line-height:1.14}:host .avatar .avatar-name .text-default-single{color:var(--theme-nav-item-primary--color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .avatar{border-radius:1.25rem}:host .avatar:not(.disabled):not(:disabled){cursor:pointer}:host .avatar:not(.disabled):not(:disabled):hover,:host .avatar:not(.disabled):not(:disabled).hover{background-color:var(--theme-avatar-btn--background--hover);color:var(--theme-avatar-btn--color--hover)}:host .avatar:not(.disabled):not(:disabled){cursor:pointer}:host .avatar:not(.disabled):not(:disabled):active,:host .avatar:not(.disabled):not(:disabled).active{background-color:var(--theme-avatar-btn--background--active);color:var(--theme-avatar-btn--color--active)}:host .avatar:focus-visible{outline:1px solid var(--theme-color-focus-bdr)}"}},[257,"ix-menu-avatar",{top:[1],bottom:[1],image:[1],initials:[1],tooltipText:[1,"tooltip-text"],ariaLabelTooltip:[1,"aria-label-tooltip"],i18nLogout:[1,"i18n-logout"],hideLogoutButton:[4,"hide-logout-button"],enableTopLayer:[4,"enable-top-layer"],showContextMenu:[32]}]);let nk=0;const ak=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.home=!1,this.bottom=!1,this.active=!1,this.disabled=!1,this.target="_self",this.isCategory=!1,this.ariaHiddenTooltip=!1,this.menuExpanded=!1,this.internalItemId=((e,t)=>"ix-menu-item--"+t++)(0,nk++),this.buttonRef=ah(),this.isHostedInsideCategory=!1,this.observer=hb(()=>{this.setTooltip()})}componentWillLoad(){var e;this.isHostedInsideCategory=!!this.hostElement.closest("ix-menu-category"),this.onIconChange(),this.menuExpanded=(null===(e=Nd.nativeElement)||void 0===e?void 0:e.expand)||!1,this.menuExpandedDisposer=Nd.expandChange.on(e=>this.menuExpanded=e)}componentWillRender(){this.setTooltip()}setTooltip(){var e,t,o;this.tooltip=null!==(o=null!==(t=null!==(e=this.tooltipText)&&void 0!==e?e:this.label)&&void 0!==t?t:this.hostElement.textContent)&&void 0!==o?o:void 0,this.ariaHiddenTooltip=this.tooltipText===this.label||this.tooltipText===this.hostElement.textContent}connectedCallback(){this.observer.observe(this.hostElement,{subtree:!0,childList:!0,characterData:!0})}disconnectedCallback(){this.observer&&this.observer.disconnect(),this.menuExpandedDisposer&&this.menuExpandedDisposer.dispose()}onIconChange(){this.isHostedInsideCategory||this.hostElement.icon||(this.icon="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>document</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='document' transform='translate(106.666667, 64.000000)'><path d='M192,0 L-1.42108547e-14,0 L-1.42108547e-14,384 L298.666667,384 L298.666667,106.666667 L192,0 Z M256,341.333333 L42.6666667,341.333333 L42.6666667,42.6666667 L128,42.6666667 L128,170.666667 L256,170.666667 L256,341.333333 Z M256,128 L170.666667,128 L170.666667,42.6666667 L174.293333,42.6666667 L256,124.373333 L256,128 Z'/></g></g></svg>")}render(){let e={};this.home&&(e={slot:"home"}),this.bottom&&(e={slot:"bottom"});const t=Pl(this.hostElement),o=Object.assign({class:"tab",tabIndex:this.disabled?-1:0},t),r=[this.icon&&Is("ix-icon",{key:"3235cdce2773d33e6f1a75b4df395079246fa993",class:"tab-icon",name:this.icon,"aria-hidden":"true"}),this.notifications?Is("div",{class:"notification"},Is("div",{class:"pill"},this.notifications)):null,Is("span",{key:"704284ed9ae6b83b2b2d65ebc103e5e8ff766c1b",id:this.internalItemId,class:"tab-text text-default"},this.label,Is("slot",{key:"6b79e39fb7e616088d11bd8b9c57f4406fdd94b6"}))];return Is(Os,Object.assign({key:"331694d5c502b1ed77035e591ffa5748777d8a81",class:{disabled:this.disabled,"home-tab":this.home,"bottom-tab":this.bottom,active:this.active,"tab-nested":this.isHostedInsideCategory},"aria-disabled":this.disabled?"true":null},e),this.href?Is("a",Object.assign({},o,{href:this.disabled?void 0:this.href,target:this.target,rel:this.rel,role:"button",ref:this.buttonRef,onClick:e=>{this.disabled&&(e.preventDefault(),e.stopPropagation())}}),r):Is("button",Object.assign({},o,{ref:this.buttonRef}),r),Is("ix-tooltip",{key:"d282a68bce72435079cbfea5234b227c92027643",for:this.buttonRef.waitForCurrent(),placement:"right",showDelay:1e3,interactive:!1,"aria-hidden":Ol(this.ariaHiddenTooltip),"aria-labelledby":this.internalItemId},this.tooltip))}get hostElement(){return this}static get watchers(){return{icon:[{onIconChange:0}]}}static get style(){return':host{position:relative;display:block;cursor:pointer;height:var(--ix-menu-item-height, 3rem);min-height:var(--ix-menu-item-height, 3rem);max-height:var(--ix-menu-item-height, 3rem)}:host .tab{all:unset;box-sizing:border-box;display:flex;position:relative;align-items:center;height:var(--ix-menu-item-height, 3rem);width:100%;z-index:500;padding-left:0.875rem}:host .tab:not(.disabled):not(:disabled).hover,:host .tab:not(.disabled):not(:disabled):hover{background-color:var(--theme-ghost--background--hover)}:host .tab:not(.disabled):not(:disabled).active,:host .tab:not(.disabled):not(:disabled):active{background-color:var(--theme-ghost--background--active)}:host .tab-icon{color:var(--theme-nav-item-primary-icon--color);position:relative;pointer-events:none}:host .tab:focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:-1px}:host .notification{display:inline-flex;position:absolute;top:0.25rem;left:1.5rem}:host .notification .pill{display:inline-flex;justify-content:center;align-items:center;height:0.5rem;min-width:1rem;position:relative;border-radius:6.25rem;background-color:var(--theme-color-primary);font-size:0.75rem;font-weight:bold;line-height:1;font-family:Siemens Sans, Arial, sans-serif;color:var(--theme-color-primary--contrast);padding:0.25rem}:host .tab-text{display:block;color:var(--theme-nav-item-primary--color);margin:0 1rem 0 1.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host(.active) .tab,:host(.selected) .tab{background-color:var(--theme-nav-item-primary--background--selected)}:host(.active) .tab::before,:host(.selected) .tab::before{content:"";background-color:var(--theme-nav-item-primary--border-color--selected);height:var(--ix-menu-item-height, 3rem);width:0.25rem;left:0;position:absolute}:host(.active) .tab>.glyph,:host(.selected) .tab>.glyph{color:var(--theme-nav-item-primary-icon--color--selected)}:host(.disabled){color:var(--theme-color-weak-text);pointer-events:none;cursor:default}:host(.disabled) .tab>.tab-icon{color:var(--theme-color-weak-text)}:host(.disabled) .tab-text{color:var(--theme-color-weak-text)}:host(.bottom-tab),:host([slot=bottom]){min-height:2.25rem;height:2.25rem;max-height:2.25rem}:host(.bottom-tab) .tab,:host([slot=bottom]) .tab{height:2.25rem}:host(.bottom-tab) .tab::before,:host([slot=bottom]) .tab::before{height:2.25rem;background-color:transparent}:host(.bottom-tab).active:hover,:host(.bottom-tab).selected:hover,:host([slot=bottom]).active:hover,:host([slot=bottom]).selected:hover{background-color:var(--theme-nav-item-secondary--background--selected)}:host(.bottom-tab).active:active,:host(.bottom-tab).selected:active,:host([slot=bottom]).active:active,:host([slot=bottom]).selected:active{background-color:var(--theme-nav-item-secondary--background--selected)}:host(.bottom-tab.active) .tab,:host(.bottom-tab.selected) .tab,:host(.active[slot=bottom]) .tab,:host(.selected[slot=bottom]) .tab{background-color:var(--theme-nav-item-secondary--background--selected)}:host(.tab-nested) .tab{flex-direction:row;padding-left:1.375rem}:host(.tab-nested) .tab .notification{position:relative;top:0;left:0;padding-left:0.5rem}:host(.tab-nested) .tab .tab-icon{padding-left:0.5rem;padding-right:0.5rem}:host(.tab-nested) .tab .tab-text{margin-left:0.5rem}:host(.tab-nested) .tab::before{display:none}'}},[257,"ix-menu-item",{label:[1],home:[4],bottom:[4],icon:[1025],notifications:[2],active:[4],disabled:[4],tooltipText:[1,"tooltip-text"],href:[1],target:[1],rel:[1],isCategory:[4,"is-category"],tooltip:[32],ariaHiddenTooltip:[32],menuExpanded:[32]},void 0,{icon:[{onIconChange:0}]}]);function ik(){"undefined"!=typeof customElements&&["ix-menu-item","ix-tooltip","ix-typography"].forEach(e=>{switch(e){case"ix-menu-item":customElements.get(e)||customElements.define(e,ak);break;case"ix-tooltip":customElements.get(e)||Nh();break;case"ix-typography":customElements.get(e)||Ml()}})}El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.closeOtherCategories=Ws(this,"closeOtherCategories",7),this.menuExpand=!1,this.showItems=!1,this.showDropdown=!1,this.nestedItems=[],this.enterLeaveDebounce=function(e,t,{debounceTimeEnter:o,debounceTimeLeave:r}={debounceTimeEnter:0,debounceTimeLeave:500}){let n,a;return{onEnter:()=>{clearTimeout(a),n=setTimeout(()=>{e()},o)},onLeave:()=>{clearTimeout(n),a=setTimeout(()=>{t()},r)}}}(()=>{this.onPointerEnter()},()=>{this.onPointerLeave()})}isNestedItemActive(){return this.getNestedItems().some(e=>e.active)}getNestedItems(){return Array.from(this.hostElement.querySelectorAll(":scope ix-menu-item"))}getNestedItemsHeight(){return 40*this.getNestedItems().length}onExpandCategory(e){e?this.animateFadeIn():this.animateFadeOut()}animateFadeOut(){sb(this.menuItemsContainer,{duration:150,easing:"easeInSine",opacity:[1,0],maxHeight:[this.getNestedItemsHeight()+40,0],onComplete:()=>{setTimeout(()=>{this.showItems=!1,this.showDropdown=!1},175)}})}animateFadeIn(){sb(this.menuItemsContainer,{duration:150,easing:"easeInSine",opacity:[0,1],maxHeight:[0,this.getNestedItemsHeight()+40],onBegin:()=>{this.showItems=!0,this.showDropdown=!1}})}onPointerEnter(){var e;(null===(e=this.ixMenu)||void 0===e?void 0:e.expand)||(this.closeOtherCategories.emit(),this.showDropdown=!0)}onPointerLeave(){this.showDropdown=!1}onCategoryClick(e){var t;e.stopPropagation(),(null===(t=this.ixMenu)||void 0===t?void 0:t.expand)&&this.onExpandCategory(!this.showItems)}onNestedItemsChanged(e){const t=this.nestedItems.length;if(this.nestedItems=this.getNestedItems(),this.showItems&&this.menuItemsContainer&&t!==this.nestedItems.length&&(this.menuItemsContainer.style.maxHeight=this.getNestedItemsHeight()+40+"px"),this.menuExpand&&!this.showItems&&e)for(const o of null!=e?e:[])if("class"===o.attributeName&&o.target instanceof ss&&o.target.classList.contains("active"))return this.showItems=!0,void this.onExpandCategory(!0)}isCategoryItemListVisible(){return this.menuExpand&&(this.showItems||this.isNestedItemActive())}componentWillLoad(){const e=(e=>e.closest("ix-menu"))(this.hostElement);if(!e)throw Error("ix-menu-category can only be used as a child of ix-menu");this.ixMenu=e,this.menuExpand=this.ixMenu.expand,this.showItems=this.isCategoryItemListVisible()}componentDidLoad(){var e;this.observer=hb(e=>this.onNestedItemsChanged(e)),this.observer.observe(this.hostElement,{attributes:!0,childList:!0,subtree:!0}),requestAnimationFrame(()=>{this.onNestedItemsChanged()}),null===(e=this.ixMenu)||void 0===e||e.addEventListener("expandChange",({detail:e})=>{this.menuExpand=e,e||this.clearMenuItemStyles(),this.showItems=this.isCategoryItemListVisible()})}clearMenuItemStyles(){var e,t;null===(e=this.menuItemsContainer)||void 0===e||e.style.removeProperty("max-height"),null===(t=this.menuItemsContainer)||void 0===t||t.style.removeProperty("opacity")}disconnectedCallback(){this.observer&&this.observer.disconnect()}render(){return Is(Os,{key:"edd1e65e5cd1cc96d1da1decfa666654d3926f6d",class:{expanded:this.showItems},onPointerEnter:()=>{this.enterLeaveDebounce.onEnter()},onPointerLeave:e=>{"touch"!==e.pointerType&&this.enterLeaveDebounce.onLeave()}},Is("ix-menu-item",{key:"bd7b6f2c2bef925249db2b73ad14e1454a291939",class:"category-parent",active:this.isNestedItemActive(),notifications:this.notifications,icon:this.icon,onClick:e=>this.onCategoryClick(e),onFocus:()=>this.onPointerEnter(),tooltipText:this.tooltipText,isCategory:!0},Is("span",{key:"23c9e797cc2ef3a788866de2851d2d7fa8c1db83",class:"category"},Is("span",{key:"b15dd87212ebbf9d2ceb6212ec9c85bdf27c4624",class:"category-text"},this.label),Is("ix-icon",{key:"6381529eccd7caa09f9361de68564969a56ffa3f",name:Vl,class:{"category-chevron":!0,"category-chevron--open":this.showItems},"aria-hidden":"true"}))),Is("div",{key:"dc0a076803031b9e2f725adaa0b5d2a1ad6b8c19",ref:e=>this.menuItemsContainer=e,class:{"menu-items":!0,"menu-items--expanded":this.showItems,"menu-items--collapsed":!this.showItems}},this.showItems?Is("slot",null):null),Is("ix-dropdown",{key:"1d9fdeceee2eaf0f5d6ab29b1a5adfa8dba0c9a2",closeBehavior:"both",show:this.showDropdown,onShowChanged:({detail:e})=>{this.showDropdown=e},class:"category-dropdown",anchor:this.hostElement,placement:"right-start",offset:{mainAxis:3},onClick:e=>{e.target instanceof ss&&("IX-MENU-ITEM"===e.target.tagName?this.showDropdown=!1:e.preventDefault())}},Is("ix-dropdown-item",{key:"2344605c05f8bd39b29928584fe8130fde99a252",class:"category-dropdown-header"},Is("ix-typography",{key:"619da17167ac283092b899b44bfac92417ce38f1",format:"label",bold:!0,textColor:"std"},this.label)),Is("ix-divider",{key:"0c5c0fb54666edd6d2680f39819042056a5e8a83"}),Is("slot",{key:"1ed415049caaadf3347ff60cf8c241a8ab29b266"})))}get hostElement(){return this}static get style(){return":host{display:flex;flex-direction:column;position:relative}: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 .category{display:flex;position:relative;align-items:center;width:100%;height:100%}:host .category-text{width:100%;padding-right:0.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .category-chevron{margin-left:auto;margin-right:0;transition:var(--theme-default-time) transform ease-in-out}:host .category-chevron--open{transform:rotate(-180deg)}:host .menu-items{overflow:hidden;max-height:0;transition:var(--theme-default-time) max-height ease-in-out}:host .menu-items--expanded{max-height:999999999px;padding:0.25rem 0 0.25rem 1.625rem}:host .menu-items--collapsed{display:none}:host .category-dropdown ::slotted(ix-menu-item){--ix-menu-item-height:2.5rem}:host .category-dropdown-header{pointer-events:none;padding-left:0.125rem;min-width:256px}:host ::slotted(ix-menu-item){--ix-menu-item-height:2.5rem}:host(.expanded){background-color:var(--theme-color-ghost--active)}:host ::slotted(a[href]){text-decoration:none !important}"}},[257,"ix-menu-category",{label:[1],icon:[1],notifications:[2],tooltipText:[1,"tooltip-text"],menuExpand:[32],showItems:[32],showDropdown:[32],nestedItems:[32]},[[8,"closeOtherCategories","onPointerLeave"]]]);const sk=ak,lk=ik;El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.labelChange=Ws(this,"labelChange",7)}watchLabel(e,t){this.labelChange.emit({name:"ix-menu-settings-item",oldLabel:t,newLabel:e})}render(){return Is(Os,{key:"93bcd49368f3bcb45ca4405eb1f75d5a0699b784"},Is("slot",{key:"3d2fd58e28f27f3f8355dc915fc78e15fb64bf61"}))}static get watchers(){return{label:[{watchLabel:0}]}}static get style(){return":host{display:block}"}},[257,"ix-menu-settings-item",{label:[513]},void 0,{label:[{watchLabel:0}]}]);class dk extends Event{constructor(e){super("application-sidebar-toggle",{bubbles:!0,composed:!0}),this.force=e}}const ck=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.expandChange=Ws(this,"expandChange",7),this.mapExpandChange=Ws(this,"mapExpandChange",7),this.openAppSwitch=Ws(this,"openAppSwitch",7),this.openSettings=Ws(this,"openSettings",7),this.openAbout=Ws(this,"openAbout",7),this.showSettings=!1,this.showAbout=!1,this.enableToggleTheme=!1,this.enableMapExpand=!1,this.applicationDescription="",this.i18nExpandSidebar="Expand sidebar",this.expand=!1,this.startExpanded=!1,this.pinned=!1,this.i18nLegal="About & legal information",this.i18nSettings="Settings",this.i18nToggleTheme="Toggle theme",this.i18nExpand=" Expand",this.i18nCollapse="Collapse",this.showPinned=!1,this.mapExpand=!0,this.breakpoint="lg",this.itemsScrollShadowTop=!1,this.itemsScrollShadowBottom=!1,this.isDarkMode=!1,this.isTransitionDisabled=!1,this.isVisible=e=>{var t,o;return"none"!==e.style.display&&"none"!==(null===(o=null===(t=e.parentElement)||void 0===t?void 0:t.parentElement)||void 0===o?void 0:o.style.display)}}expandChanged(e,t){e!==t&&this.toggleMenu(e)}pinnedChange(e){if(this.setPinned(this.pinned),e)return _d.disableBreakpointDetection(),void _d.setBreakpoint("lg");_d.enableBreakpointDetection()}get popoverArea(){return this.hostElement.shadowRoot.querySelector("#popover-area")}get menu(){return this.hostElement.shadowRoot.querySelector(".menu")}get menuItemsContainer(){return this.menu.querySelector(".tabs")}get overlayContainer(){return this.hostElement.shadowRoot.querySelector(".menu-overlay")}get menuItems(){return Array.from(this.hostElement.querySelectorAll('ix-menu-item:not(.internal-tab):not(.home-tab):not(.bottom-tab):not([slot="bottom"])')).filter(e=>this.isVisible(e))}get menuBottomItems(){return Array.from(this.hostElement.querySelectorAll("ix-menu-item.bottom-tab:not(.internal-tab):not(.home-tab)")).filter(e=>this.isVisible(e))}get homeTab(){return this.hostElement.querySelector("ix-menu-item.home-tab")}get moreItemsDropdown(){return this.hostElement.shadowRoot.querySelector(".internal-tab ix-dropdown")}get isMoreItemsDropdownEmpty(){return 0===this.hostElement.shadowRoot.querySelectorAll(".internal-tab ix-dropdown .appended").length}get moreItemsDropdownItems(){return this.hostElement.shadowRoot.querySelectorAll(".internal-tab ix-dropdown ix-menu-item")}get activeMoreTabContainer(){return this.hostElement.shadowRoot.querySelector(".active-more-tab")}get activeMoreTab(){return this.hostElement.shadowRoot.querySelector(".active-more-tab ix-menu-item")}get aboutPopoverContainer(){return this.hostElement.querySelector(".about-news")}get aboutNewsPopover(){var e;return null!==(e=document.querySelector("ix-menu-about-news"))&&void 0!==e?e:this.hostElement.querySelector("ix-menu-about-news")}get aboutTab(){return this.hostElement.shadowRoot.querySelector("#aboutAndLegal")}get about(){return this.hostElement.querySelector("ix-menu-about")}get settings(){return this.hostElement.querySelector("ix-menu-settings")}get isSettingsEmpty(){return 0===Array.from(this.hostElement.shadowRoot.querySelectorAll("ix-menu-settings-item")).length}get tabsContainer(){return this.hostElement}componentDidLoad(){requestAnimationFrame(()=>{this.handleOverflowIndicator()}),this.pinned&&this.pinnedChange(this.pinned)}componentWillLoad(){Id(this.hostElement,zd,e=>{this.applicationLayoutContext=e,this.onBreakpointChange(!0!==e.hideHeader?_d.breakpoint:"md")},!0),Nd.register(this.hostElement),_d.onChange.on(e=>this.onBreakpointChange(e)),this.onBreakpointChange(_d.breakpoint,!0),this.updateThemeState(),this.themeDisposer=Ih.schemaChanged.on(()=>{this.updateThemeState()}),this.themeNameDisposer=Ih.themeChanged.on(()=>{this.updateThemeState()})}componentDidRender(){!this.about&&this.aboutNewsPopover&&(this.aboutNewsPopover.show=!1),this.appendFragments()}disconnectedCallback(){var e,t;null===(e=this.themeDisposer)||void 0===e||e.dispose(),null===(t=this.themeNameDisposer)||void 0===t||t.dispose()}updateThemeState(){this.isDarkMode="dark"===Ih.getMode()}setPinned(e){this.showPinned=e,Nd.setIsPinned(e)}onBreakpointChange(e,t=!1){(this.applicationLayoutContext||"sm"!==e)&&this.applicationLayoutContext&&(this.applicationLayoutContext.hideHeader&&"sm"===e||(this.setPinned("lg"===e),(t||e!==this.breakpoint)&&this.toggleMenu("lg"===e&&this.startExpanded),this.breakpoint=e))}appendFragments(){this.appendAboutNewsPopover()}getAboutPopoverVerticalPosition(){var e;const t=(null===(e=this.aboutTab)||void 0===e?void 0:e.getBoundingClientRect())||{bottom:-window.innerHeight,height:0},o=window.innerHeight-(t.bottom-t.height/2+6+6);return oy(o)}appendAboutNewsPopover(){var e;if(this.aboutNewsPopover&&this.about&&(this.aboutNewsPopover.style.bottom=this.getAboutPopoverVerticalPosition(),!(null===(e=this.popoverArea)||void 0===e?void 0:e.contains(this.aboutNewsPopover)))){const e=()=>{var e;(null===(e=this.aboutNewsPopover)||void 0===e?void 0:e.aboutItemLabel)&&this.about&&(this.about.activeTabLabel=this.aboutNewsPopover.aboutItemLabel,this.toggleAbout(!0))};this.aboutNewsPopover.addEventListener("showMore",e.bind(this)),document.body.appendChild(this.aboutNewsPopover)}}async toggleMapExpand(e){this.mapExpand=void 0!==e?e:!this.mapExpand}async toggleMenu(e){const t=this.expand;this.expand=void 0!==e?e:!this.expand,this.aboutNewsPopover&&(this.aboutNewsPopover.expanded=this.expand);const{defaultPrevented:o}=this.expandChange.emit(this.expand);if(o)return this.expand=t,void(this.aboutNewsPopover&&(this.aboutNewsPopover.expanded=t));this.isTransitionDisabled=!1,this.checkTransition(),"sm"==this.breakpoint&&this.expand&&setTimeout(()=>{this.handleOverflowIndicator()},100)}checkTransition(){const e=this.overlayContainer;e&&(e.style.transitionProperty=this.isTransitionDisabled?"left":"all")}isOverlayVisible(){return this.showAbout||this.showSettings}async toggleSettings(e){if(!this.settings)return;const{defaultPrevented:t}=this.openSettings.emit();t||(this.isOverlayVisible()||this.animateOverlayFadeIn(),e?(this.resetOverlay(),this.showSettings=e,this.settings.show=this.showSettings):this.onOverlayClose())}async toggleAbout(e){if(!this.about)return;const{defaultPrevented:t}=this.openAbout.emit();t||(this.isOverlayVisible()||this.animateOverlayFadeIn(),e?(this.resetOverlay(),this.showAbout=e,this.about.show=this.showAbout):this.onOverlayClose())}resetOverlay(){this.showSettings=!1,this.showAbout=!1,this.settings&&(this.settings.show=!1),this.about&&(this.about.show=!1)}getCollapseText(){return this.mapExpand?this.i18nCollapse:this.i18nExpand}getCollapseIcon(){return this.mapExpand?"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>navigation-left</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='drop' transform='translate(64.000000, 64.000000)'><path d='M384,1.42108547e-14 L384,384 L1.42108547e-14,384 L1.42108547e-14,1.42108547e-14 L384,1.42108547e-14 Z M85.333,298.666 L42.666,298.666 L42.6666667,341.333333 L85.333,341.333 L85.333,298.666 Z M341.333333,42.6666667 L127.999,42.666 L127.999,341.333 L341.333333,341.333333 L341.333333,42.6666667 Z M85.333,256 L85.333,213.333 L42.666,213.333 L42.666,256 L85.333,256 Z M85.333,170.666 L85.333,128 L42.666,128 L42.666,170.666 L85.333,170.666 Z M85.333,85.333 L85.333,42.666 L42.6666667,42.6666667 L42.666,85.333 L85.333,85.333 Z' id='Combined-Shape'/></g></g></svg>":"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>navigation-right</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='drop' transform='translate(64.000000, 64.000000)'><path d='M384,1.42108547e-14 L384,384 L1.42108547e-14,384 L1.42108547e-14,1.42108547e-14 L384,1.42108547e-14 Z M256,42.666 L42.6666667,42.6666667 L42.6666667,341.333333 L256,341.333 L256,42.666 Z M298.666667,298.666667 L298.666,341.333 L341.333333,341.333333 L341.333,298.666 L298.666667,298.666667 Z M341.333,128 L298.666667,128 L298.666667,170.666667 L341.333,170.666 L341.333,128 Z M341.333333,42.6666667 L298.666,42.666 L298.666667,85.3333333 L341.333,85.333 L341.333333,42.6666667 Z M298.666667,256 L341.333,256 L341.333,213.333 L298.666667,213.333333 L298.666667,256 Z' id='Combined-Shape'/></g></g></svg>"}isMenuItemClicked(e){return e.target instanceof ss&&"IX-MENU-ITEM"===e.target.tagName}handleOverflowIndicator(){const{clientHeight:e,scrollTop:t,scrollHeight:o}=this.menuItemsContainer;this.itemsScrollShadowTop=t>0,this.itemsScrollShadowBottom=Math.round(t+e)<o}onOverlayClose(){this.animateOverlayFadeOut(()=>{this.resetOverlay()})}animateOverlayFadeIn(){requestAnimationFrame(()=>{sb(this.overlayContainer,{duration:ud.mediumTime,backdropFilter:[0,"blur(1rem)"],translateX:["-4rem",0],opacity:[0,1],easing:"easeInSine",onBegin:()=>{this.showPinned||this.toggleMenu(!1)}})})}animateOverlayFadeOut(e){requestAnimationFrame(()=>{sb(this.overlayContainer,{duration:ud.mediumTime,backdropFilter:["blur(1rem)",0],translateX:[0,"-4rem"],opacity:[1,0],easing:"easeInSine",onComplete:()=>e()})})}onMenuItemsClick(e){this.isMenuItemClicked(e)&&(this.showPinned||this.toggleMenu(!1),this.onOverlayClose())}isHiddenFromViewport(){return"sm"===this.breakpoint&&!1===this.expand}sidebarToggle(){this.mapExpandChange.emit(this.mapExpand),this.hostElement.dispatchEvent(new dk(this.mapExpand))}async showAppSwitch(){var e;const{defaultPrevented:t}=this.openAppSwitch.emit();t||(null===(e=this.applicationLayoutContext)||void 0===e?void 0:e.appSwitchConfig)&&vd(this.applicationLayoutContext.appSwitchConfig)}render(){var e,t;let o;return this.showSettings?o=this.i18nSettings:this.showAbout&&(o=this.i18nLegal),Is(Os,{key:"f110c37a48450f5c2503f7d22aa2ec89ab3e2a2b",class:{expanded:this.expand,["breakpoint-"+this.breakpoint]:!0},slot:"menu"},Is("nav",{key:"ba8f5ebdf01e3971944d12bf7559920a30de630b","aria-label":this.applicationName,class:{menu:!0,expanded:this.expand}},Is("div",{key:"ded53cf75d43d7470b414c9a79470c08e84cdafc",class:"menu-buttons"},"sm"!==this.breakpoint&&Is("ix-menu-expand-icon",{key:"affe4bd90b5d89e8bbfe84e0721f47c089f939c1",breakpoint:this.breakpoint,expanded:this.expand,pinned:this.pinned,class:"menu-expand-icon",onClick:async()=>this.toggleMenu(),"data-testid":"expand-collapse-menu"}),"sm"===this.breakpoint&&(null===(e=this.applicationLayoutContext)||void 0===e?void 0:e.appSwitchConfig)&&Is("ix-icon-button",{key:"eb491ad150526feffc353aa3bc0facad5c022f59",onClick:()=>{this.showAppSwitch()},icon:Dl,variant:"subtle-tertiary"})),Is("div",{key:"c011962c8617669d512a5819d8fdd0426b889597",id:"menu-tabs",style:{display:"contents"},onClick:e=>this.onMenuItemsClick(e)},Is("div",{key:"0a2bf780cff17852ebee73236cb9361cda69eae7",class:"tabs-shadow-container"},Is("div",{key:"89e91e3921a72d4fc38fbcfd9bcf7b1dc86b65f3",class:{"tabs--shadow":!0,"tabs--shadow-top":!0,"tabs--shadow--show":this.itemsScrollShadowTop}}),Is("div",{key:"576ea9d478068b06c44fdaa0d0ea85291351f50e",class:{tabs:!0,"show-scrollbar":this.expand},onScroll:()=>this.handleOverflowIndicator()},Is("div",{key:"93207553be4b6ea5c2ee10e4199dea100c571632",class:"menu-avatar"},Is("slot",{key:"9a10f155385fe009c6af637bd2b21162670df08f",name:"ix-menu-avatar"})),Is("slot",{key:"c6ee9852f5c1891f6192654ce0a8b2dc5a6828f7",name:"home"}),"sm"===this.breakpoint&&this.isHiddenFromViewport()?null:Is("slot",null)),Is("div",{key:"d9ddb5926de8faf8c5bbea2f87e4799c0467884b",class:{"tabs--shadow":!0,"tabs--shadow-bottom":!0,"tabs--shadow--show":this.itemsScrollShadowBottom}}))),Is("div",{key:"2bbe5f772c8d634b57a8d5d0e042bca39d85fb34",class:"bottom-tab-divider"}),this.settings?Is("ix-menu-item",{disabled:this.isHiddenFromViewport(),id:"settings",class:{"internal-tab":!0,"bottom-tab":!0,active:this.showSettings},icon:"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>cogwheel</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='settings' transform='translate(32.844800, 42.666667)'><path d='M299.946667,7.10542736e-15 L299.946667,51.5413333 C308.650667,55.6586667 316.992,60.4586667 324.906667,65.92 L324.906667,65.92 L332.544,61.4826667 L369.514667,40.1706667 L390.848,77.0986667 L424.96,136.234667 L446.293333,173.184 L409.365333,194.517333 L401.728,198.890667 C402.154667,203.733333 402.368,208.533333 402.368,213.333333 C402.368,218.133333 402.154667,222.933333 401.728,227.776 L401.728,227.776 L409.365333,232.149333 L446.293333,253.482667 L424.96,290.432 L390.848,349.568 L369.514667,386.496 L332.544,365.184 L324.906667,360.746667 C316.992,366.208 308.650667,371.008 299.946667,375.125333 L299.946667,375.125333 L299.946667,426.666667 L146.368,426.666667 L146.368,375.125333 C137.664,371.008 129.322667,366.208 121.408,360.746667 L121.408,360.746667 L113.749333,365.184 L76.8,386.496 L55.4666667,349.568 L21.3333333,290.432 L7.10542736e-15,253.482667 L36.9493333,232.149333 L44.5653333,227.776 C44.16,222.933333 43.9466667,218.133333 43.9466667,213.333333 C43.9466667,208.533333 44.16,203.733333 44.5653333,198.890667 L44.5653333,198.890667 L36.9493333,194.517333 L7.10542736e-15,173.184 L21.3333333,136.234667 L55.4666667,77.0986667 L76.8,40.1706667 L113.749333,61.4826667 L121.408,65.92 C129.322667,60.4586667 137.664,55.6586667 146.368,51.5413333 L146.368,51.5413333 L146.368,7.10542736e-15 L299.946667,7.10542736e-15 Z M257.28,42.6666667 L189.034667,42.6666667 L189.034667,81.28 C164.650667,87.552 142.890667,100.288 125.781333,117.717333 L125.781333,117.717333 L92.416,98.432 L58.2826667,157.568 L91.6906667,176.853333 C88.4906667,188.48 86.6133333,200.682667 86.6133333,213.333333 C86.6133333,225.984 88.4906667,238.186667 91.6906667,249.813333 L91.6906667,249.813333 L58.2826667,269.098667 L92.416,328.234667 L125.781333,308.949333 C142.890667,326.378667 164.650667,339.114667 189.034667,345.386667 L189.034667,345.386667 L189.034667,384 L257.28,384 L257.28,345.386667 C281.664,339.114667 303.424,326.378667 320.533333,308.949333 L320.533333,308.949333 L353.877333,328.234667 L388.032,269.098667 L354.624,249.813333 C357.824,238.186667 359.701333,225.984 359.701333,213.333333 C359.701333,200.682667 357.824,188.48 354.624,176.853333 L354.624,176.853333 L388.032,157.568 L353.877333,98.432 L320.533333,117.717333 C303.424,100.288 281.664,87.552 257.28,81.28 L257.28,81.28 L257.28,42.6666667 Z M223.1552,128 C270.286608,128 308.488533,166.201925 308.488533,213.333333 C308.488533,260.464741 270.286608,298.666667 223.1552,298.666667 C176.023792,298.666667 137.821867,260.464741 137.821867,213.333333 C137.821867,166.201925 176.023792,128 223.1552,128 Z M223.1552,170.666667 C199.587941,170.666667 180.488533,189.766075 180.488533,213.333333 C180.488533,236.900592 199.587941,256 223.1552,256 C246.722459,256 265.821867,236.900592 265.821867,213.333333 C265.821867,189.766075 246.722459,170.666667 223.1552,170.666667 Z'/></g></g></svg>",onClick:async()=>this.toggleSettings(!this.showSettings),label:this.i18nSettings,"aria-expanded":""+this.showSettings,"aria-controls":"menu-overlay"}):null,this.enableToggleTheme?Is("ix-menu-item",{disabled:this.isHiddenFromViewport(),id:"toggleTheme",onClick:()=>Ih.toggleMode(),class:"internal-tab bottom-tab",icon:"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'><desc>light-dark</desc><path fill-rule='evenodd' d='M256,384 L256,469.333333 L213.333333,469.333333 L213.333333,384 L256,384 Z M355.346224,325.176335 L415.686003,385.516113 L385.516113,415.686003 L325.176335,355.346224 L355.346224,325.176335 Z M113.987109,325.176335 L144.156999,355.346224 L83.81722,415.686003 L53.6473307,385.516113 L113.987109,325.176335 Z M234.666667,118.01971 C299.089002,118.01971 351.313623,170.244331 351.313623,234.666667 C351.313623,299.089002 299.089002,351.314049 234.666667,351.314049 C203.711846,351.372867 174.007802,339.102338 152.119399,317.213934 C130.230995,295.325531 117.960466,265.621487 118.019285,234.666667 C118.019285,170.244331 170.244331,118.01971 234.666667,118.01971 Z M234.666667,160.686377 C193.808416,160.686377 160.685951,193.808546 160.685951,234.748031 C160.648688,254.358867 168.422443,273.1772 182.289288,287.044045 C196.156133,300.91089 214.974466,308.684645 234.666667,308.647305 L234.666667,160.686377 Z M469.333333,213.333333 L469.333333,256 L384,256 L384,213.333333 L469.333333,213.333333 Z M85.3333333,213.333333 L85.3333333,256 L3.55271368e-15,256 L3.55271368e-15,213.333333 L85.3333333,213.333333 Z M83.81722,53.6473307 L144.156999,113.987109 L113.987109,144.156999 L53.6473307,83.81722 L83.81722,53.6473307 Z M385.516113,53.6473307 L415.686003,83.81722 L355.346224,144.156999 L325.176335,113.987109 L385.516113,53.6473307 Z M256,5.90116627e-13 L256,85.3333333 L213.333333,85.3333333 L213.333333,5.82278887e-13 L256,5.90116627e-13 Z' transform='translate(21.333 21.333)'/></svg>",label:this.i18nToggleTheme,role:"switch","aria-checked":""+this.isDarkMode}):null,Is("div",{key:"cb0c86250320b703ef016097137c3f95cf274163",onClick:e=>this.onMenuItemsClick(e)},Is("slot",{key:"5c22657279384b7fbc82b3728156ec11cc4494e7",name:"bottom"})),Is("div",{key:"a34655b9fbfeecadd26ed3b73b340b56c8481c63",id:"popover-area"}),this.enableMapExpand||(null===(t=this.applicationLayoutContext)||void 0===t?void 0:t.sidebar)?Is("ix-menu-item",{disabled:this.isHiddenFromViewport(),id:"menu-collapse",onClick:()=>this.sidebarToggle(),class:"internal-tab bottom-tab",icon:""+this.getCollapseIcon(),label:this.getCollapseText()}):null,this.about?Is("ix-menu-item",{disabled:this.isHiddenFromViewport(),id:"aboutAndLegal",class:{"internal-tab":!0,"bottom-tab":!0,active:this.showAbout},icon:ed,onClick:async()=>this.toggleAbout(!this.showAbout),label:this.i18nLegal,"aria-expanded":""+this.showAbout,"aria-controls":"menu-overlay"}):null),Is("section",{key:"596600987bd9b245b44d7d725ba06a0266869fc0",id:"menu-overlay","aria-label":o,class:{"menu-overlay":!0,visible:this.isOverlayVisible(),expanded:this.expand},onTransitionEnd:()=>{this.isTransitionDisabled=!0,this.checkTransition()}},Is("div",{key:"13b89027a0240f22981b9e6ae41f3e62dbcdc8c9",class:"menu-overlay-container"},this.showSettings?Is("slot",{name:"ix-menu-settings"}):null),Is("div",{key:"a9e17821bc23eef2717fff6a3c9514b54b2bf00f",class:"menu-overlay-container"},this.showAbout?Is("slot",{name:"ix-menu-about"}):null)))}get hostElement(){return this}static get watchers(){return{expand:[{expandChanged:0}],pinned:[{pinnedChange:0}]}}static get style(){return":root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:0.5s;animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:0.8s;animation-duration:calc(var(--animate-duration) * 0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration) * 3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:0.7}80%{transform:translateY(0) scale(0.7);opacity:0.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:0.7}80%{transform:translateX(0) scale(0.7);opacity:0.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:0.7}80%{transform:translateX(0) scale(0.7);opacity:0.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:0.7}80%{transform:translateY(0) scale(0.7);opacity:0.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:0.7}to{transform:translateY(700px) scale(0.7);opacity:0.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:0.7}to{transform:translateX(-2000px) scale(0.7);opacity:0.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:0.7}to{transform:translateX(2000px) scale(0.7);opacity:0.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:0.7}to{transform:translateY(-700px) scale(0.7);opacity:0.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:0.75s;animation-duration:calc(var(--animate-duration) * 0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{animation-duration:0.75s;animation-duration:calc(var(--animate-duration) * 0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:0.75s;animation-duration:calc(var(--animate-duration) * 0.75);animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:0.75s;animation-duration:calc(var(--animate-duration) * 0.75);backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{animation-name:slideOutUp}:host{display:flex;flex-direction:row;position:absolute;height:100%;min-height:-moz-min-content;min-height:min-content;z-index:var(--theme-z-index-sticky);width:auto;bottom:0}: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 .tabs{height:100%;position:relative;overflow-y:auto;pointer-events:all;-ms-overflow-style:none;scrollbar-width:none}:host .tabs::-webkit-scrollbar{display:none}:host .show-scrollbar{scrollbar-width:inherit}:host .show-scrollbar::-webkit-scrollbar{display:inherit}:host .tabs-shadow-container{overflow:hidden;display:block;position:relative;margin-bottom:0.75rem}:host .tabs--shadow{opacity:0;position:absolute;width:100%;height:0.625rem;background:linear-gradient(var(--theme-color-shadow-1), transparent);pointer-events:none;z-index:var(--theme-z-index-sticky);transition:opacity var(--theme-default-time)}:host .tabs--shadow-top{top:0;background:linear-gradient(var(--theme-color-shadow-1), transparent)}:host .tabs--shadow-bottom{bottom:0;background:linear-gradient(transparent, var(--theme-color-shadow-1))}:host .tabs--shadow--show{opacity:1}:host .menu{display:flex;flex-direction:column;position:relative;width:calc(3.25rem + var(--ix-application-menu-safe-area-left, 0rem));height:100%;padding-block-end:calc(1rem + var(--ix-safe-area-inset-bottom, 0rem));overflow:hidden;padding-left:var(--ix-application-menu-safe-area-left, 0rem)}:host .menu.expanded{box-shadow:var(--theme-navigation--box-shadow)}:host .menu{background-color:var(--theme-nav--background);transition:width var(--theme-default-time) ease-in-out}:host .menu-overlay{display:none;position:absolute;width:calc(100vw - 3.25rem);height:100%;left:3.25rem;z-index:-1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background-color:var(--theme-sidebar-overlay-blur);transition:left var(--theme-default-time) ease-in-out}:host .menu-overlay.visible{display:block}:host .menu.expanded{width:16rem}:host .menu-overlay.expanded{width:calc(100vw - 16rem);left:16rem}:host .menu-overlay-container{display:contents}:host .menu-avatar{max-height:3rem}:host .avatar{margin-bottom:2rem}:host #cui-imprint .cui-imprint-product-name{margin-bottom:1rem}:host #cui-imprint .cui-imprint-product-description{margin-bottom:2rem}:host #cui-imprint .cui-imprint-link-container{display:flex;align-items:center}:host .bottom-tab-divider{margin-top:auto}:host .menu-buttons{margin:0.5rem 0 0 0.625rem}:host .menu-buttons>:last-child{margin-bottom:1rem}:host(.breakpoint-sm) .menu:not(.expanded){width:0}:host(.breakpoint-sm) .menu-overlay{left:0;width:100vw}:host(.breakpoint-lg){position:relative}:host(.breakpoint-lg) .menu.expanded{box-shadow:none}:host ::slotted(a[href]){all:unset}"}},[257,"ix-menu",{showSettings:[1028,"show-settings"],showAbout:[1028,"show-about"],enableToggleTheme:[4,"enable-toggle-theme"],enableMapExpand:[4,"enable-map-expand"],applicationName:[1,"application-name"],applicationDescription:[1,"application-description"],i18nExpandSidebar:[1,"i18n-expand-sidebar"],expand:[1540],startExpanded:[4,"start-expanded"],pinned:[4],i18nLegal:[1,"i18n-legal"],i18nSettings:[1,"i18n-settings"],i18nToggleTheme:[1,"i18n-toggle-theme"],i18nExpand:[1,"i18n-expand"],i18nCollapse:[1,"i18n-collapse"],showPinned:[32],mapExpand:[32],breakpoint:[32],itemsScrollShadowTop:[32],itemsScrollShadowBottom:[32],applicationLayoutContext:[32],isDarkMode:[32],toggleMapExpand:[64],toggleMenu:[64],toggleSettings:[64],toggleAbout:[64]},[[9,"resize","handleOverflowIndicator"],[0,"close","onOverlayClose"]],{expand:[{expandChanged:0}],pinned:[{pinnedChange:0}]}]),hk=ck,uk=El(class e extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.closedChange=Ws(this,"closedChange",7),this.closeAnimationCompleted=Ws(this,"closeAnimationCompleted",7),this.type="info",this.persistent=!1}componentWillRender(){const t=e.messageTypeConfigs[this.type];t&&(this.icon=t.icon,this.color=t.color)}closeAlert(t){const{defaultPrevented:o}=this.closedChange.emit();o||sb(t,{duration:e.duration,opacity:[1,0],easing:"easeOutSine",onComplete:()=>{t.classList.add("message-bar-hidden"),this.closeAnimationCompleted.emit()}})}render(){return Is(Os,{key:"77cde4e0a2aa39b0838ccef1fe84dcd85a99f0e1"},Is("div",{key:"319882aba72c886393d8162442a56dc8404ed386",class:{"message-container":!0,[this.type]:!0},role:"alert",ref:e=>this.divElement=e},Is("ix-icon",{key:"a204e1952605dc54532a3a862c8d00f9c049727d",color:this.color,name:this.icon}),Is("div",{key:"a1870021581d39097b24fae111a0f3418516cc1b",class:"message-content"},Is("slot",{key:"96e9f8283842a5ef183e62b0b49ea879a61f303e"})),!this.persistent&&Is("ix-icon-button",{key:"a136f9c0b1b557c3f789b569bbef64802f70cc26",icon:Zl,iconColor:"color-soft-text",size:"24",variant:"tertiary",onClick:()=>{this.divElement&&this.closeAlert(this.divElement)},"data-testid":"close-btn"})))}static get style(){return":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}"}},[257,"ix-message-bar",{type:[1],persistent:[4],icon:[32],color:[32]}]);uk.duration=300,uk.messageTypeConfigs={alarm:{icon:Ql,color:"color-alarm"},critical:{icon:"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'><desc>warning-rhomb</desc><path fill-rule='evenodd' d='M253.617407,12.4967773 L434.398258,193.277628 C451.060628,209.939998 451.060628,236.955037 434.398258,253.617407 L253.617407,434.398258 C236.955037,451.060628 209.939998,451.060628 193.277628,434.398258 L12.4967773,253.617407 C-4.16559245,236.955037 -4.16559245,209.939998 12.4967773,193.277628 L193.277628,12.4967773 C209.939998,-4.16559245 236.955037,-4.16559245 253.617407,12.4967773 Z M223.447518,42.6666667 L42.6666667,223.447518 L223.447518,404.228369 L404.228369,223.447518 L223.447518,42.6666667 Z M223.447518,282.114184 C238.685613,282.114184 250.114184,293.378184 250.114184,308.738184 C250.114184,324.098184 238.685613,335.362184 223.447518,335.362184 C207.863102,335.362184 196.780851,324.098184 196.780851,308.396851 C196.780851,293.378184 208.209422,282.114184 223.447518,282.114184 Z M244.780851,116.780851 L244.780851,244.780851 L202.114184,244.780851 L202.114184,116.780851 L244.780851,116.780851 Z' transform='translate(32.552 32.552)'/></svg>",color:"color-critical"},warning:{icon:id,color:"color-warning-text"},success:{icon:nd,color:"color-success"},info:{icon:ed,color:"color-info"},neutral:{icon:od,color:"color-neutral"},primary:{icon:od,color:"color-primary"}};const mk=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow()}render(){return Is(Os,{key:"60b3a1c2a24a678788c823dde41f743d9bfa5aa7"},Is("slot",{key:"bba0935551ec0c9078c4ce867827bef053234cc2"}))}static get style(){return":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}"}},[257,"ix-modal-content"]);function bk(){"undefined"!=typeof customElements&&["ix-modal-content"].forEach(e=>{"ix-modal-content"===e&&(customElements.get(e)||customElements.define(e,mk))})}const pk=mk,fk=bk,gk=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow()}render(){return Is(Os,{key:"939d74c51190e3dcb1e29cd6d69a5001cdd6eaec"},Is("slot",{key:"2805bc8ca2e78d57e7d961e80093dbe3f5dc8dc1"}))}static get style(){return":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}"}},[257,"ix-modal-footer"]),vk=gk,yk=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.closeClick=Ws(this,"closeClick",7),this.hideClose=!1,this.ariaLabelCloseIconButton="Close modal"}onIconChange(e){this.parentDialog&&(e?this.parentDialog.classList.add("with-icon"):this.parentDialog.classList.remove("with-icon"))}componentDidLoad(){this.parentDialog=jd(this.hostElement,"ix-modal"),this.onIconChange(this.icon)}onCloseClick(e){this.closeClick.emit(e).defaultPrevented||e.defaultPrevented||this.parentDialog.dismissModal()}render(){return Is(Os,{key:"fe31f33b0c3ce2cca9e5681978bd9200d894a526"},this.icon?Is("ix-icon",{name:this.icon,color:this.iconColor,size:"32","aria-label":this.ariaLabelIcon}):null,Is("div",{key:"04284e4fb5bf5c1255a36ca5cf42cf0a3993bdbe",class:"modal-title"},Is("ix-typography",{key:"fe6b10d56e689087b4cc97e05908ef047a4cea2e",format:"h5"},Is("slot",{key:"65426838b385f9644ee48c7565ec0fe93b9c4764"}))),this.hideClose?null:Is("ix-icon-button",{class:"modal-close",onClick:e=>this.onCloseClick(e),variant:"tertiary",icon:Zl,iconColor:"color-soft-text","aria-label":this.ariaLabelCloseIconButton}))}get hostElement(){return this}static get watchers(){return{icon:[{onIconChange:0}]}}static get style(){return":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}"}},[257,"ix-modal-header",{hideClose:[4,"hide-close"],icon:[1],ariaLabelIcon:[1,"aria-label-icon"],ariaLabelCloseIconButton:[1,"aria-label-close-icon-button"],iconColor:[1,"icon-color"]},void 0,{icon:[{onIconChange:0}]}]);function kk(){"undefined"!=typeof customElements&&["ix-modal-header","ix-icon-button","ix-spinner","ix-typography"].forEach(e=>{switch(e){case"ix-modal-header":customElements.get(e)||customElements.define(e,yk);break;case"ix-icon-button":customElements.get(e)||xh();break;case"ix-spinner":customElements.get(e)||yh();break;case"ix-typography":customElements.get(e)||Ml()}})}const xk=yk,wk=kk,Sk=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.dialogClose=Ws(this,"dialogClose",7),this.dialogDismiss=Ws(this,"dialogDismiss",7),this.ariaAttributes={},this.isMouseDownInsideDialog=!1,this.size="360",this.disableAnimation=!1,this.hideBackdrop=!1,this.closeOnBackdropClick=!1,this.centered=!1,this.disableEscapeClose=!1,this.modalVisible=!1}onKey(e){"Escape"===e.key&&e.preventDefault()}get dialog(){return this.hostElement.shadowRoot.querySelector("dialog")}slideInModal(){sb(this.dialog,{duration:this.disableAnimation?0:ud.mediumTime,opacity:[0,1],translateY:this.centered?["-90%","-50%"]:[0,40],translateX:["-50%","-50%"],easing:"easeOutSine"})}slideOutModal(e){sb(this.dialog,{duration:this.disableAnimation?0:ud.mediumTime,opacity:[1,0],translateY:this.centered?["-50%","-90%"]:[40,0],translateX:["-50%","-50%"],easing:"easeInSine",complete:()=>{e&&e()}})}closeDialog(e,t,o){this.slideOutModal(()=>{this.modalVisible=!1,this.dialog.close(JSON.stringify({type:e,reason:t},null,2)),o.emit(t)})}isInsideDialog(e){if(!this.dialog)return!1;if(!e.composedPath().includes(this.dialog))return!1;if(e.target!==this.dialog)return!0;const t=this.dialog.getBoundingClientRect(),{clientX:o,clientY:r}=e;return o>=t.left&&o<=t.right&&r>=t.top&&r<=t.bottom}onMouseDown(e){this.isMouseDownInsideDialog=this.isInsideDialog(e)}onMouseUp(e){const t=this.isInsideDialog(e);!this.closeOnBackdropClick||this.isMouseDownInsideDialog||t||this.dismissModal()}async showModal(){try{const e=await function(e,t,o=3e3){return new Promise((r,n)=>{const a=Date.now(),i=()=>{const s=t.querySelector(e);s?r(s):Date.now()-a<o?setTimeout(i):n()};i()})}("dialog",this.hostElement.shadowRoot);this.modalVisible=!0,e.showModal(),this.slideInModal()}catch(Yy){console.error("HTMLDialogElement not existing")}}async dismissModal(e){if(!this.modalVisible)return;let t=!0;void 0!==this.beforeDismiss&&(t=await this.beforeDismiss(e)),t&&this.closeDialog("dismiss",e,this.dialogDismiss)}async closeModal(e){this.modalVisible&&this.closeDialog("close",e,this.dialogClose)}componentWillLoad(){this.ariaAttributes=Pl(this.hostElement)}render(){return Is(Os,{key:"4081b8a78aba8b671d6eab5119be700a9b0387cb",class:{visible:this.modalVisible,"no-backdrop":this.hideBackdrop,"align-center":this.centered}},Is("div",{key:"a38bd205e6289acdcd76e8e416ea6dbfdb2643e0",class:"dialog-backdrop"},Is("dialog",{key:"b45fa45874bd0cb1f4e658ed0c64db2b8ac7adab","aria-modal":Ol(!0),"aria-describedby":this.ariaAttributes["aria-describedby"],"aria-labelledby":this.ariaAttributes["aria-labelledby"],class:{modal:!0,["modal-size-"+this.size]:!0},onClose:()=>this.dismissModal(),onMouseDown:e=>this.onMouseDown(e),onMouseUp:e=>this.onMouseUp(e),onCancel:e=>{e.preventDefault(),this.dismissModal()}},Is("slot",{key:"1cb176bec05a6a957a216509730ded7814f97c01"}))))}get hostElement(){return this}static get style(){return"::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}"}},[257,"ix-modal",{size:[1],disableAnimation:[4,"disable-animation"],hideBackdrop:[4,"hide-backdrop"],closeOnBackdropClick:[4,"close-on-backdrop-click"],beforeDismiss:[16],centered:[4],disableEscapeClose:[4,"disable-escape-close"],modalVisible:[32],showModal:[64],dismissModal:[64],closeModal:[64]}]);!function(e,t,o,r){var n,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,o,r);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(i=(a<3?n(i):a>3?n(t,o,i):n(t,o))||i);a>3&&i&&Object.defineProperty(t,o,i)}([Qv("keydown",e=>e.disableEscapeClose)],Sk.prototype,"onKey",null);const Ck=Sk,Ek=function(){"undefined"!=typeof customElements&&["ix-modal"].forEach(e=>{"ix-modal"===e&&(customElements.get(e)||customElements.define(e,Sk))})};let Lk=0;const _k=/[^\dEe+\-.,]/,Tk=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.valueChange=Ws(this,"valueChange",7),this.validityStateChange=Ws(this,"validityStateChange",7),this.ixBlur=Ws(this,"ixBlur",7),this.ixChange=Ws(this,"ixChange",7),this.formInternals=this.attachInternals(),this.value=0,this.required=!1,this.disabled=!1,this.readonly=!1,this.step=1,this.suppressSubmitOnEnter=!1,this.textAlignment="end",this.allowEmptyValueChange=!1,this.isInvalid=!1,this.isValid=!1,this.isInfo=!1,this.isWarning=!1,this.isInvalidByRequired=!1,this.inputRef=ah(),this.slotEndRef=ah(),this.slotStartRef=ah(),this.numberInputId="number-input-"+Lk++,this.touched=!1,this.handleInputChange=e=>{const t=this.convertNumberStringToFloat(e);this.isScientificNotation(e.trim())&&this.formInternals.setFormValue(e),this.handleValueChangeEvent(t)},this.handleBlur=()=>{if(!this.inputRef.current)return;const e=this.convertNumberStringToFloat(this.inputRef.current.value);void 0!==e&&(this.inputRef.current.value=this.formatValue(e)),this.updateFormInternalValue(e),uy(this,this.inputRef.current,e),this.touched=!0},this.handleKeyDown=e=>{if(!this.disabled&&!this.readonly)switch(e.key){case"ArrowUp":e.preventDefault(),this.handleStepOperation("up");break;case"ArrowDown":e.preventDefault(),this.handleStepOperation("down")}},this.handleBeforeInput=e=>{var t,o;if(!this.disabled&&!this.readonly){if("insertText"===e.inputType){const t=e.data;t&&_k.test(t)&&e.preventDefault()}if("insertFromPaste"===e.inputType){const r=e.dataTransfer||e.clipboardData,n=null!==(o=null===(t=null==r?void 0:r.getData)||void 0===t?void 0:t.call(r,"text"))&&void 0!==o?o:"";_k.test(n)&&e.preventDefault()}}},this.handlePaste=e=>{var t,o;const r=null!==(o=null===(t=e.clipboardData)||void 0===t?void 0:t.getData("text"))&&void 0!==o?o:"";_k.test(r)&&e.preventDefault()}}onValueChange(e){this.updateFormInternalValue(e)}updateClassMappings(e){ry(this,e)}componentWillLoad(){this.updateFormInternalValue(this.value)}connectedCallback(){this.disposableChangesAndVisibilityObservers=dy(this.hostElement,this.updatePaddings.bind(this))}disconnectedCallback(){var e;null===(e=this.disposableChangesAndVisibilityObservers)||void 0===e||e.call(this)}updatePaddings(){sy(this.slotStartRef.current,this.slotEndRef.current,this.inputRef.current)}convertNumberStringToFloat(e){if(!e||""===e.trim())return;const t=Number.parseFloat(e);return Number.isNaN(t)?void 0:t}isScientificNotation(e){const t=Number.parseFloat(e);return!Number.isNaN(t)&&Number.isFinite(t)&&/[eE]/.test(e)}formatValue(e){return null==e?"":""+e}handleValueChangeEvent(e){this.valueChange.emit(this.allowEmptyValueChange||null!=e?e:0)}updateFormInternalValue(e){this.formInternals.setFormValue(null!=e?""+e:""),this.value=e,this.inputRef.current&&this.touched&&ay(this,this.inputRef.current)}getDecimalPlaces(e){const t=/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/.exec(""+e);return t?Math.max(0,(t[1]?t[1].length:0)-(t[2]?+t[2]:0)):0}handleStepOperation(e){var t,o;if(!this.inputRef.current)return;const r=null!==(t=this.convertNumberStringToFloat(this.inputRef.current.value))&&void 0!==t?t:0,n="string"==typeof this.step?Number.parseFloat(this.step):null!==(o=this.step)&&void 0!==o?o:1;let a;a="up"===e?r+n:r-n;const i=Math.max(this.getDecimalPlaces(r),this.getDecimalPlaces(n));if(a=Number(a.toFixed(i)),void 0!==this.min){const e="string"==typeof this.min?Number.parseFloat(this.min):this.min;a=Math.max(a,e)}if(void 0!==this.max){const e="string"==typeof this.max?Number.parseFloat(this.max):this.max;a=Math.min(a,e)}this.inputRef.current.value=""+a,this.updateFormInternalValue(a),ay(this,this.inputRef.current),this.handleValueChangeEvent(a)}async getAssociatedFormElement(){return this.formInternals.form}async hasValidValue(){const e=await this.getNativeInputElement();return""===e.value?!this.required:void 0!==this.convertNumberStringToFloat(e.value)}getNativeInputElement(){return this.inputRef.waitForCurrent()}async focusInput(){return(await this.getNativeInputElement()).focus()}isTouched(){return Promise.resolve(this.touched)}render(){var e;const t=this.showStepperButtons&&!1===(this.disabled||this.readonly);return Is(Os,{key:"c30fd1519c016af6b1ff281846fdf2feb405cb50",class:{disabled:this.disabled,readonly:this.readonly}},Is("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},Is("div",{key:"2c3e976d2867654979b03501e34a34a65be3ed2a",class:{"input-wrapper":!0,"show-stepper-buttons":!!this.showStepperButtons}},Is(vy,{key:"46978d9abead04d95eb125e84f3ca7f09eb57af0",slotStartRef:this.slotStartRef,onSlotChange:()=>this.updatePaddings()}),Is(fy,{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:e=>ny(this,e),onKeyDown:e=>this.handleKeyDown(e),onBeforeInput:e=>this.handleBeforeInput(e),onPaste:e=>this.handlePaste(e),onFocus:()=>hy(this,this.value),onEnterKeyChange:e=>my(e,this,this.value),valueChange:this.handleInputChange,updateFormInternalValue:e=>{if(!this.isScientificNotation(e.trim())){const t=this.convertNumberStringToFloat(e);this.updateFormInternalValue(t)}},onBlur:this.handleBlur,form:null!==(e=this.formInternals.form)&&void 0!==e?e:void 0,suppressSubmitOnEnter:this.suppressSubmitOnEnter,textAlignment:this.textAlignment}),Is(gy,{key:"9b061d2837b5a95051bd64aebdbbe1b7d2fb823a",slotEndRef:this.slotEndRef,onSlotChange:()=>this.updatePaddings()},Is("div",{key:"e7763c463424c7c7cde61fd94a9b191e6264d45e",class:{"number-stepper-container":!0,"container-hidden":!t}},Is("ix-icon-button",{key:"d139b84fe7f4dbf78ebf88bd912541ec0b020c98",variant:"subtle-tertiary",icon:"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>minus</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(64.000000, 234.666667)'><rect id='Combined-Shape' x='0' y='0' width='384' height='42.6666667'/></g></g></svg>",size:"16",class:"number-stepper-button step-minus","aria-label":"decrement number",onClick:()=>this.handleStepOperation("down")}),Is("ix-icon-button",{key:"5b8508bff24a158b473d5e6732d59dcb716c2d97",variant:"subtle-tertiary",icon:"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>plus</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='uncollapse' transform='translate(64.000000, 64.000000)'><path d='M213.333333,1.42108547e-14 L213.333,170.666 L384,170.666667 L384,213.333333 L213.333,213.333 L213.333333,384 L170.666667,384 L170.666,213.333 L1.42108547e-14,213.333333 L1.42108547e-14,170.666667 L170.666,170.666 L170.666667,1.42108547e-14 L213.333333,1.42108547e-14 Z'/></g></g></svg>",size:"16",class:"number-stepper-button step-plus","aria-label":"increment number",onClick:()=>this.handleStepOperation("up")}))))))}static get formAssociated(){return!0}get hostElement(){return this}static get watchers(){return{value:[{onValueChange:0}]}}static get style(){return'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}'}},[65,"ix-number-input",{name:[513],placeholder:[513],value:[1538],required:[516],disabled:[4],readonly:[4],helperText:[1,"helper-text"],infoText:[1,"info-text"],showTextAsTooltip:[4,"show-text-as-tooltip"],validText:[1,"valid-text"],warningText:[1,"warning-text"],label:[513],invalidText:[1,"invalid-text"],pattern:[1],min:[8],max:[8],allowedCharactersPattern:[1,"allowed-characters-pattern"],showStepperButtons:[4,"show-stepper-buttons"],step:[8],suppressSubmitOnEnter:[516,"suppress-submit-on-enter"],textAlignment:[1,"text-alignment"],allowEmptyValueChange:[516,"allow-empty-value-change"],isInvalid:[32],isValid:[32],isInfo:[32],isWarning:[32],isInvalidByRequired:[32],getAssociatedFormElement:[64],hasValidValue:[64],getNativeInputElement:[64],focusInput:[64],isTouched:[64]},void 0,{value:[{onValueChange:0}]}]);!function(e,t,o,r){var n,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,o,r);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(i=(a<3?n(i):a>3?n(t,o,i):n(t,o))||i);a>3&&i&&Object.defineProperty(t,o,i)}([_b()],Tk.prototype,"updateClassMappings",null),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.pageSelected=Ws(this,"pageSelected",7),this.itemCountChanged=Ws(this,"itemCountChanged",7),this.baseButtonConfig={variant:"subtle-tertiary",iconOnly:!0,iconOval:!1,disabled:!1,icon:"",loading:!1,selected:!1,type:"button"},this.maxCountPages=7,this.advanced=!1,this.itemCount=15,this.hideItemCount=!1,this.itemCountOptions=[10,15,20,40,100],this.count=0,this.selectedPage=0,this.i18nPage="Page",this.i18nOf="of",this.i18nItems="Items",this.ariaLabelChevronLeftIconButton="Previous page",this.ariaLabelChevronRightIconButton="Next page",this.ariaLabelPageSelection="Page selection input"}selectPage(e){const t=this.selectedPage;this.selectedPage=e<0?0:e>this.count-1?this.count-1:e;const{defaultPrevented:o}=this.pageSelected.emit(this.selectedPage);o&&(this.selectedPage=t)}increase(){this.selectedPage!==this.count-1&&this.selectPage(this.selectedPage+1)}decrease(){0!==this.selectedPage&&this.selectPage(this.selectedPage-1)}getPageButton(e){const t=Object.assign(Object.assign({},this.baseButtonConfig),{onClick:()=>this.selectPage(e),selected:this.selectedPage===e,ariaAttributes:{"aria-pressed":Ol(this.selectedPage===e)}});return Is(fh,Object.assign({},t),e+1)}renderPageButtons(){const e=Math.floor(this.maxCountPages/2),t=this.count>this.maxCountPages,o=t&&this.selectedPage>e,r=t&&this.selectedPage<this.count-e-1,n=[];let a=0,i=Math.min(this.count,this.maxCountPages),s=Math.floor((this.maxCountPages-4)/2);if(o){const e=Object.assign(Object.assign({},this.baseButtonConfig),{onClick:()=>{this.selectPage(r?this.selectedPage-Math.max(0,2*s+1):this.count-this.maxCountPages)}});n.push(this.getPageButton(0)),n.push(Is(fh,Object.assign({},e),"...")),r?a=this.count-this.maxCountPages+2:(a=this.count-this.maxCountPages+2,i=this.count)}r&&(o?(a=this.selectedPage-s,i=this.selectedPage+s+1):i=this.maxCountPages-2);for(let l=a;l<i;l++)n.push(this.getPageButton(l));if(r){const e=Object.assign(Object.assign({},this.baseButtonConfig),{onClick:()=>{this.selectPage(o?this.selectedPage+Math.max(0,2*s+1):this.maxCountPages-1)}});n.push(Is(fh,Object.assign({},e),"...")),n.push(this.getPageButton(this.count-1))}return Is("span",{class:"page-buttons"},n)}handlePageInput(e){const t=Number.parseInt(e,10);Number.isNaN(t)||this.selectPage(Math.max(1,Math.min(t,this.count))-1)}render(){return Is(Os,{key:"93e4be2276970d3952bda46bddebe2edc53ea698"},Is("ix-icon-button",{key:"d011bc194a01e894aeb83c2212b925f8883f1b21",disabled:!this.count||0===this.selectedPage,variant:"subtle-tertiary",icon:jl,onClick:()=>this.decrease(),"aria-label":this.ariaLabelChevronLeftIconButton}),this.advanced?Is("div",{class:"advanced-pagination"},Is("ix-typography",{format:"body"},this.i18nPage),Is("input",{"aria-label":this.ariaLabelPageSelection,class:"ix-form-control page-selection",type:"number",min:"1",max:this.count,value:this.selectedPage+1,onChange:e=>{this.handlePageInput(e.target.value)},onKeyDown:e=>{if(["e","E","+","-","."].includes(e.key)&&e.preventDefault(),"Enter"===e.key){const t=e.target;this.handlePageInput(t.value),t.blur()}},onBlur:e=>{e.target.value=""+(this.selectedPage+1)}}),Is("span",{class:"total-count"},Is("ix-typography",{format:"body"},this.i18nOf," ",this.count))):Is("span",{class:"basic-pagination"},this.renderPageButtons()," "),Is("ix-icon-button",{key:"8e92af4c28c88854f6d0233e629905e8b69e6492",disabled:!this.count||this.selectedPage===this.count-1,variant:"subtle-tertiary",icon:Fl,onClick:()=>this.increase(),"aria-label":this.ariaLabelChevronRightIconButton}),this.advanced&&!this.hideItemCount&&Is("span",{key:"05d69b148bb3b53df9fb2df4cbdb2de32a83145f",class:"item-count"},Is("ix-typography",{key:"50d2fdd4bd8bcbf3a4843fb6fee6024421f84ca1",format:"body"},this.i18nItems),Is("ix-select",{key:"1f52492970ecb58a25cdfeaad7de22a6c831a71a",hideListHeader:!0,i18nPlaceholder:"",i18nSelectListHeader:"",value:""+this.itemCount,onValueChange:e=>{const t=Number.parseInt(Array.isArray(e.detail)?e.detail[0]:e.detail);this.itemCountChanged.emit(t)}},this.itemCountOptions.map(e=>Is("ix-select-item",{label:""+e,value:""+e})))))}get hostElement(){return this}static get style(){return".ix-form-control,.ix-form-control-plaintext{color:var(--theme-input--color);border-radius:var(--theme-input--border-radius);height:2rem;min-height:2rem;min-width:2rem;background-color:var(--theme-input--background);border:solid 1px var(--theme-input--border-color);box-shadow:var(--theme-input--box-shadow);padding-inline-start:0.5rem;padding-inline-end:0.5rem;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ix-form-control::-moz-placeholder,.ix-form-control-plaintext::-moz-placeholder{color:var(--theme-input-hint--color)}.ix-form-control::placeholder,.ix-form-control-plaintext::placeholder{color:var(--theme-input-hint--color)}.ix-form-control:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled),.ix-form-control-plaintext:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled){cursor:pointer}.ix-form-control:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled),.ix-form-control-plaintext:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled){cursor:pointer}.ix-form-control:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover,.ix-form-control:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled).hover,.ix-form-control-plaintext:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover,.ix-form-control-plaintext:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled).hover{background-color:var(--theme-input--background--hover);border-color:var(--theme-input--border-color--hover);cursor:auto}.ix-form-control:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover,.ix-form-control:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled).hover,.ix-form-control-plaintext:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover,.ix-form-control-plaintext:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled).hover{background-color:var(--theme-input--background--hover);border-color:var(--theme-input--border-color--hover);cursor:auto}.ix-form-control:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible,.ix-form-control-plaintext:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible{background-color:var(--theme-input--background--focus);border-color:var(--theme-input--border-color--focus);outline-offset:var(--theme-input--focus--outline-offset);box-shadow:var(--theme-input--box-shadow);outline:1px solid var(--theme-color-focus-bdr)}.ix-form-control:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible,.ix-form-control-plaintext:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible{background-color:var(--theme-input--background--focus);border-color:var(--theme-input--border-color--focus);outline-offset:var(--theme-input--focus--outline-offset);box-shadow:var(--theme-input--box-shadow);outline:1px solid var(--theme-color-focus-bdr)}.ix-form-control:focus-visible{color:var(--theme-input--color)}.ix-form-control[type=number]::-webkit-inner-spin-button{margin-right:-2px;margin-left:2px;display:none}.ix-form-control[type=number]{text-align:right}.ix-form-control.readonly,.ix-form-control[readonly]{background:transparent !important;border-block-start:none !important;border-inline-start:none !important;border-inline-end:none !important;border-radius:0rem}.ix-form-control:-moz-read-only{box-shadow:none !important;outline:none !important;border-color:var(--theme-input--border-color);cursor:default !important}.ix-form-control:read-only,.ix-form-control[readonly],.ix-form-control[readOnly],.ix-form-control.readonly{box-shadow:none !important;outline:none !important;border-color:var(--theme-input--border-color);cursor:default !important}.ix-form-control:read-only::-moz-placeholder,.ix-form-control[readonly]::-moz-placeholder,.ix-form-control[readOnly]::-moz-placeholder,.ix-form-control.readonly::-moz-placeholder{color:transparent}.ix-form-control:-moz-read-only::placeholder{color:transparent}.ix-form-control:read-only::placeholder,.ix-form-control[readonly]::placeholder,.ix-form-control[readOnly]::placeholder,.ix-form-control.readonly::placeholder{color:transparent}.ix-form-control:disabled,.ix-form-control.disabled{background:transparent !important;border-block-start:none !important;border-inline-start:none !important;border-inline-end:none !important;border-radius:0rem;color:var(--theme-color-weak-text);border-color:var(--theme-input--border-color-bottom--disabled)}.ix-form-control:disabled::-moz-placeholder,.ix-form-control.disabled::-moz-placeholder{color:transparent}.ix-form-control:disabled::placeholder,.ix-form-control.disabled::placeholder{color:transparent}.ix-form-control-plaintext{outline:0}.form-group{position:relative}.input-wrapper{display:flex;position:relative;align-items:center;flex-wrap:nowrap}.input-wrapper>.glyph{display:block;position:absolute;margin-inline-start:0.312rem;color:var(--theme-color-std-text)}.input-wrapper>input{padding-inline-start:2.2rem}select.ix-form-control{padding:0 0.312rem}textarea.ix-form-control{padding:0.375rem 0.5rem}input.ix-form-control.disabled,input.ix-form-control:disabled{color:var(--theme-input--color--disabled)}input.ix-form-control:-moz-read-only{cursor:default}input.ix-form-control:read-only,input.ix-form-control.readonly{cursor:default}:host{--ix-button-border-radius-left:var(--theme-btn--border-radius);--ix-button-border-radius-right:var(--theme-btn--border-radius);display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}: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 button,:host a{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host .icon{pointer-events:none;margin-right:0.25rem}:host .icon-right{margin-left:0.25rem}:host(.disabled){cursor:default}:host{--ix-button-border-radius-left:var(--theme-btn--border-radius);--ix-button-border-radius-right:var(--theme-btn--border-radius);display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}: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 button,:host a{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host .icon{pointer-events:none;margin-right:0.25rem}:host .icon-right{margin-left:0.25rem}:host(.disabled){cursor:default}:host .btn-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-primary,:host .btn-primary.focus,:host .btn-primary:focus-visible{background-color:var(--theme-btn-primary--background);color:var(--theme-btn-primary--color);--ix-button-color:var(--theme-btn-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-primary--border-color);border-style:solid}:host .btn-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-primary.selected{background-color:var(--theme-btn-primary--background--pressed);color:var(--theme-btn-primary--color--pressed)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-primary--background--pressed-hover);color:var(--theme-btn-primary--color--pressed-hover)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):active,:host .btn-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-primary--background--pressed-hover);color:var(--theme-btn-primary--color--pressed-active)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):hover,:host .btn-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-primary--border-color--hover);background-color:var(--theme-btn-primary--background--hover);color:var(--theme-btn-primary--color--hover)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):active,:host .btn-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-primary--border-color--active);background-color:var(--theme-btn-primary--background--active);color:var(--theme-btn-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-primary.disabled,:host(.disabled) .btn-primary:disabled{pointer-events:none;border-color:var(--theme-btn-primary--border-color--disabled);background-color:var(--theme-btn-primary--background--disabled);color:var(--theme-btn-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-primary--color--disabled)}:host .btn-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-secondary,:host .btn-secondary.focus,:host .btn-secondary:focus-visible{background-color:var(--theme-btn-secondary--background);color:var(--theme-btn-secondary--color);--ix-button-color:var(--theme-btn-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-secondary--border-color);border-style:solid}:host .btn-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-secondary.selected{background-color:var(--theme-btn-secondary--background--pressed);color:var(--theme-btn-secondary--color--pressed)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-secondary--background--pressed-hover);color:var(--theme-btn-secondary--color--pressed-hover)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-secondary--background--pressed-hover);color:var(--theme-btn-secondary--color--pressed-active)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):hover,:host .btn-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-secondary--border-color--hover);background-color:var(--theme-btn-secondary--background--hover);color:var(--theme-btn-secondary--color--hover)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):active,:host .btn-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-secondary--border-color--active);background-color:var(--theme-btn-secondary--background--active);color:var(--theme-btn-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-secondary.disabled,:host(.disabled) .btn-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-secondary--border-color--disabled);background-color:var(--theme-btn-secondary--background--disabled);color:var(--theme-btn-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-secondary--color--disabled)}:host .btn-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-tertiary,:host .btn-tertiary.focus,:host .btn-tertiary:focus-visible{background-color:var(--theme-btn-tertiary--background);color:var(--theme-btn-tertiary--color);--ix-button-color:var(--theme-btn-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-tertiary--border-color);border-style:solid}:host .btn-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-tertiary.selected{background-color:var(--theme-btn-tertiary--background--pressed);color:var(--theme-btn-tertiary--color--pressed)}:host .btn-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-tertiary--background--pressed-hover);color:var(--theme-btn-tertiary--color--pressed-hover)}:host .btn-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-tertiary--background--pressed-hover);color:var(--theme-btn-tertiary--color--pressed-active)}:host .btn-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary:not(.disabled):not(:disabled):hover,:host .btn-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-tertiary--border-color--hover);background-color:var(--theme-btn-tertiary--background--hover);color:var(--theme-btn-tertiary--color--hover)}:host .btn-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary:not(.disabled):not(:disabled):active,:host .btn-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-tertiary--border-color--active);background-color:var(--theme-btn-tertiary--background--active);color:var(--theme-btn-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-tertiary.disabled,:host(.disabled) .btn-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-tertiary--border-color--disabled);background-color:var(--theme-btn-tertiary--background--disabled);color:var(--theme-btn-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-tertiary--color--disabled)}:host .btn-subtle-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-primary,:host .btn-subtle-primary.focus,:host .btn-subtle-primary:focus-visible{background-color:var(--theme-btn-subtle-primary--background);color:var(--theme-btn-subtle-primary--color);--ix-button-color:var(--theme-btn-subtle-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-primary--border-color);border-style:solid}:host .btn-subtle-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-primary.selected{background-color:var(--theme-btn-subtle-primary--background--pressed);color:var(--theme-btn-subtle-primary--color--pressed)}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-primary--background--pressed-hover);color:var(--theme-btn-subtle-primary--color--pressed-hover)}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-primary--background--pressed-hover);color:var(--theme-btn-subtle-primary--color--pressed-active)}:host .btn-subtle-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary:not(.disabled):not(:disabled):hover,:host .btn-subtle-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-primary--border-color--hover);background-color:var(--theme-btn-subtle-primary--background--hover);color:var(--theme-btn-subtle-primary--color--hover)}:host .btn-subtle-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary:not(.disabled):not(:disabled):active,:host .btn-subtle-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-primary--border-color--active);background-color:var(--theme-btn-subtle-primary--background--active);color:var(--theme-btn-subtle-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-primary.disabled,:host(.disabled) .btn-subtle-primary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-primary--border-color--disabled);background-color:var(--theme-btn-subtle-primary--background--disabled);color:var(--theme-btn-subtle-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-primary--color--disabled)}:host .btn-subtle-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-secondary,:host .btn-subtle-secondary.focus,:host .btn-subtle-secondary:focus-visible{background-color:var(--theme-btn-subtle-secondary--background);color:var(--theme-btn-subtle-secondary--color);--ix-button-color:var(--theme-btn-subtle-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-secondary--border-color);border-style:solid}:host .btn-subtle-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-secondary.selected{background-color:var(--theme-btn-subtle-secondary--background--pressed);color:var(--theme-btn-subtle-secondary--color--pressed)}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-secondary--background--pressed-hover);color:var(--theme-btn-subtle-secondary--color--pressed-hover)}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-secondary--background--pressed-hover);color:var(--theme-btn-subtle-secondary--color--pressed-active)}:host .btn-subtle-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary:not(.disabled):not(:disabled):hover,:host .btn-subtle-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-secondary--border-color--hover);background-color:var(--theme-btn-subtle-secondary--background--hover);color:var(--theme-btn-subtle-secondary--color--hover)}:host .btn-subtle-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary:not(.disabled):not(:disabled):active,:host .btn-subtle-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-secondary--border-color--active);background-color:var(--theme-btn-subtle-secondary--background--active);color:var(--theme-btn-subtle-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-secondary.disabled,:host(.disabled) .btn-subtle-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-secondary--border-color--disabled);background-color:var(--theme-btn-subtle-secondary--background--disabled);color:var(--theme-btn-subtle-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-secondary--color--disabled)}:host .btn-subtle-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-tertiary,:host .btn-subtle-tertiary.focus,:host .btn-subtle-tertiary:focus-visible{background-color:var(--theme-btn-subtle-tertiary--background);color:var(--theme-btn-subtle-tertiary--color);--ix-button-color:var(--theme-btn-subtle-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-tertiary--border-color);border-style:solid}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-tertiary.selected{background-color:var(--theme-btn-subtle-tertiary--background--pressed);color:var(--theme-btn-subtle-tertiary--color--pressed)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-hover)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-active)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-tertiary--border-color--hover);background-color:var(--theme-btn-subtle-tertiary--background--hover);color:var(--theme-btn-subtle-tertiary--color--hover)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-tertiary--border-color--active);background-color:var(--theme-btn-subtle-tertiary--background--active);color:var(--theme-btn-subtle-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-tertiary.disabled,:host(.disabled) .btn-subtle-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-tertiary--border-color--disabled);background-color:var(--theme-btn-subtle-tertiary--background--disabled);color:var(--theme-btn-subtle-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-tertiary--color--disabled)}:host .btn-danger-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-primary,:host .btn-danger-primary.focus,:host .btn-danger-primary:focus-visible{background-color:var(--theme-btn-danger-primary--background);color:var(--theme-btn-danger-primary--color);--ix-button-color:var(--theme-btn-danger-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-primary--border-color);border-style:solid}:host .btn-danger-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-primary.selected{background-color:var(--theme-btn-danger-primary--background--pressed);color:var(--theme-btn-danger-primary--color--pressed)}:host .btn-danger-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-primary--background--pressed-hover);color:var(--theme-btn-danger-primary--color--pressed-hover)}:host .btn-danger-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-primary--background--pressed-hover);color:var(--theme-btn-danger-primary--color--pressed-active)}:host .btn-danger-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary:not(.disabled):not(:disabled):hover,:host .btn-danger-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-primary--border-color--hover);background-color:var(--theme-btn-danger-primary--background--hover);color:var(--theme-btn-danger-primary--color--hover)}:host .btn-danger-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary:not(.disabled):not(:disabled):active,:host .btn-danger-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-primary--border-color--active);background-color:var(--theme-btn-danger-primary--background--active);color:var(--theme-btn-danger-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-primary.disabled,:host(.disabled) .btn-danger-primary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-primary--border-color--disabled);background-color:var(--theme-btn-danger-primary--background--disabled);color:var(--theme-btn-danger-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-primary--color--disabled)}:host .btn-danger-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-secondary,:host .btn-danger-secondary.focus,:host .btn-danger-secondary:focus-visible{background-color:var(--theme-btn-danger-secondary--background);color:var(--theme-btn-danger-secondary--color);--ix-button-color:var(--theme-btn-danger-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-secondary--border-color);border-style:solid}:host .btn-danger-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-secondary.selected{background-color:var(--theme-btn-danger-secondary--background--pressed);color:var(--theme-btn-danger-secondary--color--pressed)}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-secondary--background--pressed-hover);color:var(--theme-btn-danger-secondary--color--pressed-hover)}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-secondary--background--pressed-hover);color:var(--theme-btn-danger-secondary--color--pressed-active)}:host .btn-danger-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary:not(.disabled):not(:disabled):hover,:host .btn-danger-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-secondary--border-color--hover);background-color:var(--theme-btn-danger-secondary--background--hover);color:var(--theme-btn-danger-secondary--color--hover)}:host .btn-danger-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary:not(.disabled):not(:disabled):active,:host .btn-danger-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-secondary--border-color--active);background-color:var(--theme-btn-danger-secondary--background--active);color:var(--theme-btn-danger-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-secondary.disabled,:host(.disabled) .btn-danger-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-secondary--border-color--disabled);background-color:var(--theme-btn-danger-secondary--background--disabled);color:var(--theme-btn-danger-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-secondary--color--disabled)}:host .btn-danger-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-tertiary,:host .btn-danger-tertiary.focus,:host .btn-danger-tertiary:focus-visible{background-color:var(--theme-btn-danger-tertiary--background);color:var(--theme-btn-danger-tertiary--color);--ix-button-color:var(--theme-btn-danger-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-tertiary--border-color);border-style:solid}:host .btn-danger-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-tertiary.selected{background-color:var(--theme-btn-danger-tertiary--background--pressed);color:var(--theme-btn-danger-tertiary--color--pressed)}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-tertiary--background--pressed-hover);color:var(--theme-btn-danger-tertiary--color--pressed-hover)}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-tertiary--background--pressed-hover);color:var(--theme-btn-danger-tertiary--color--pressed-active)}:host .btn-danger-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary:not(.disabled):not(:disabled):hover,:host .btn-danger-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-tertiary--border-color--hover);background-color:var(--theme-btn-danger-tertiary--background--hover);color:var(--theme-btn-danger-tertiary--color--hover)}:host .btn-danger-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary:not(.disabled):not(:disabled):active,:host .btn-danger-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-tertiary--border-color--active);background-color:var(--theme-btn-danger-tertiary--background--active);color:var(--theme-btn-danger-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-tertiary.disabled,:host(.disabled) .btn-danger-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-tertiary--border-color--disabled);background-color:var(--theme-btn-danger-tertiary--background--disabled);color:var(--theme-btn-danger-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-tertiary--color--disabled)}*,*::after,*::before{box-sizing:border-box}::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){*{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}::-webkit-scrollbar{width:0.5rem;height:0.5rem}::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}::-webkit-scrollbar-corner{display:none}:host{display:inline-flex;justify-content:center;align-items:center}:host button{width:100%;height:100%;overflow:hidden;padding:0}:host button.btn-oval{border-radius:6.25rem}:host .icon{color:var(--ix-icon-button-color, currentColor);margin:0}:host ix-spinner{margin:0}:host(.btn-icon-12){height:1rem;width:1rem;min-width:1rem;min-height:1rem}:host(.btn-icon-16){height:1.5rem;width:1.5rem;min-width:1.5rem;min-height:1.5rem}:host(.btn-icon-32){height:2rem;width:2rem;min-width:2rem;min-height:2rem}: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,:host .advanced-pagination,:host .item-count{display:inline-flex;align-items:center}:host .basic-pagination{padding:0 0.125rem}:host .advanced-pagination{padding:0 0.75rem}:host .page-selection{width:4.125rem;text-align:center;margin:0 0.5rem;-moz-appearance:textfield;-webkit-appearance:textfield}:host .page-buttons{white-space:nowrap}:host .total-count{white-space:nowrap}:host .item-count{flex-grow:1;justify-content:flex-end;margin-inline-start:1.5rem}:host .item-count ix-select{width:4.5rem;margin-inline-start:1.5rem}:host button{width:auto;min-width:2rem;height:2rem;padding:0 0.5rem}:host button+button{margin-inline-start:0.125rem}"}},[1,"ix-pagination",{advanced:[4],itemCount:[2,"item-count"],hideItemCount:[4,"hide-item-count"],itemCountOptions:[16],count:[2],selectedPage:[1026,"selected-page"],i18nPage:[1,"i18n-page"],i18nOf:[1,"i18n-of"],i18nItems:[1,"i18n-items"],ariaLabelChevronLeftIconButton:[1,"aria-label-chevron-left-icon-button"],ariaLabelChevronRightIconButton:[1,"aria-label-chevron-right-icon-button"],ariaLabelPageSelection:[1,"aria-label-page-selection"]}]),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.layout="full-vertical",this.variant="inline",this.borderless=!1,this.isMobile=!1,this.paneElements=0,this.panes=[]}get currentPanes(){return this.hostElement.querySelectorAll("ix-pane")}componentWillLoad(){this.paneElements=this.currentPanes.length,this.observer=new MutationObserver(e=>{var t,o;"IX-PANE"===(null===(t=e[0].addedNodes.item(0))||void 0===t?void 0:t.nodeName)?this.paneElements+=1:"IX-PANE"===(null===(o=e[0].removedNodes.item(0))||void 0===o?void 0:o.nodeName)&&(this.paneElements-=1)}),this.observer.observe(this.hostElement,{childList:!0}),this.isMobile=kd("sm"),_d.onChange.on(()=>{this.isMobile=kd("sm"),this.configurePanes()})}componentDidLoad(){this.setPanes(this.currentPanes)}disconnectedCallback(){var e;null===(e=this.observer)||void 0===e||e.disconnect()}setPaneVariant(e){e.ignoreLayoutSettings||(e.variant=this.variant)}setPaneBorder(e){if(!e.ignoreLayoutSettings)if(this.borderless)e.borderless=!0;else{const t=!!this.panes.find(e=>"left"===e.slot&&!e.hideOnCollapse);e.borderless=!("floating"!==e.variant||"full-vertical"!==this.layout||!t||"top"!==e.composition&&"bottom"!==e.composition)}}setPaneZIndex(e){const t="top"===e.slot,o="bottom"===e.slot;let r=1;this.isMobile?(o||t)&&(r=3):"full-vertical"===this.layout?("left"===e.slot||"right"===e.slot)&&(r=3):(o||t)&&(r=3),e.style.zIndex=""+r}setPanes(e){this.panes=[],e.forEach(e=>{this.panes.push({slot:e.slot,hideOnCollapse:e.hideOnCollapse,floating:"floating"===e.variant})})}closeFloatingPanes(){this.currentPanes.forEach(e=>{e.expanded&&"floating"===e.variant&&(e.expanded=!1)})}configurePanes(){let e=0,t=0,o=0,r=0;this.currentPanes.forEach(n=>{const a="top"===n.slot,i="bottom"===n.slot,s="right"===n.slot;if("left"===n.slot){if(o)return void(n.slot="");o++}else if(s){if(r)return void(n.slot="");r++}else if(a){if(e)return void(n.slot="");e++}else{if(!i)return void(n.slot="");if(t)return void(n.slot="");t++}this.setPaneVariant(n),this.setPaneBorder(n),this.setPaneZIndex(n)}),this.setPanes(this.currentPanes),yl(this.hostElement)}onSlotChanged(){this.configurePanes()}onCollapsibleChanged(e){const{slot:t,hideOnCollapse:o}=e.detail;this.panes.forEach(e=>{e.slot===t&&(e.hideOnCollapse=o)}),yl(this.hostElement)}onVariantChanged(e){const{slot:t,variant:o}=e.detail;this.panes.forEach(e=>{e.slot===t&&(e.floating="floating"===o)}),yl(this.hostElement)}onPaneElementsChange(){this.configurePanes()}onVariableChange(){this.currentPanes.forEach(e=>{this.setPaneVariant(e),this.setPaneBorder(e)}),this.setPanes(this.currentPanes),yl(this.hostElement)}onBorderChange(){this.currentPanes.forEach(e=>{this.setPaneBorder(e)})}onLayoutChange(){this.currentPanes.forEach(e=>{this.setPaneBorder(e),this.setPaneZIndex(e)})}onMobileChange(){this.currentPanes.forEach(e=>{this.setPaneZIndex(e)})}hasPadding(e){const t=this.panes.find(t=>t.slot===e);return!!t&&!t.hideOnCollapse&&t.floating}hasPaddingMobile(e){const t=this.panes.find(t=>t.slot===e);return t&&!t.hideOnCollapse}slotExists(e){return!!this.panes.find(t=>t.slot===e)}isFloating(e){const t=this.panes.find(t=>t.slot===e);return!!t&&t.floating}render(){return Is(Os,{key:"32860733b564e7b401e3e4f1c2562740ea915210"},this.isMobile?Is("div",{class:"col"},Is("div",{key:"top",style:{minHeight:this.hasPaddingMobile("top")?"48px":"0",display:this.slotExists("top")?"block":"none"}},Is("slot",{name:"top"})),Is("div",{key:"left",style:{minHeight:this.hasPaddingMobile("left")?"48px":"0",display:this.slotExists("left")?"block":"none"}},Is("slot",{name:"left"})),Is("div",{key:"content",class:"content",onClick:()=>this.closeFloatingPanes()},Is("slot",{name:"content"}),Is("slot",null)),Is("div",{key:"right",style:{minHeight:this.hasPaddingMobile("right")?"48px":"0",display:this.slotExists("right")?"block":"none"}},Is("slot",{name:"right"})),Is("div",{key:"bottom",style:{minHeight:this.hasPaddingMobile("bottom")?"48px":"0",display:this.slotExists("bottom")?"block":"none"}},Is("slot",{name:"bottom"}))):Is("div",{class:"side-panes-wrapper"},"full-vertical"==this.layout?Is("div",{class:{row:!0,"padding-left":this.hasPadding("left"),"padding-right":this.hasPadding("right")}},Is("div",{key:"left",class:{"absolute-left":this.isFloating("left")}},Is("slot",{name:"left"})),Is("div",{class:{col:!0,"padding-top":this.hasPadding("top"),"padding-bottom":this.hasPadding("bottom")}},Is("div",{key:"top",class:{"absolute-top":this.isFloating("top")}},Is("slot",{name:"top"})),Is("div",{key:"content",class:"content",onClick:()=>this.closeFloatingPanes()},Is("slot",{name:"content"}),Is("slot",null)),Is("div",{key:"bottom",class:{"absolute-bottom":this.isFloating("bottom")}},Is("slot",{name:"bottom"}))),Is("div",{key:"right",class:{"absolute-right":this.isFloating("right")}},Is("slot",{name:"right"}))):Is("div",{class:{col:!0,"padding-top":this.hasPadding("top"),"padding-bottom":this.hasPadding("bottom")}},Is("div",{key:"top",class:{"absolute-top":this.isFloating("top")}},Is("slot",{name:"top"})),Is("div",{class:{row:!0,"padding-left":this.hasPadding("left"),"padding-right":this.hasPadding("right")}},Is("div",{key:"left",class:{"absolute-left":this.isFloating("left")}},Is("slot",{name:"left"})),Is("div",{key:"content",class:"content",onClick:()=>this.closeFloatingPanes()},Is("slot",{name:"content"}),Is("slot",null)),Is("div",{key:"right",class:{"absolute-right":this.isFloating("right")}},Is("slot",{name:"right"}))),Is("div",{key:"bottom",class:{"absolute-bottom":this.isFloating("bottom")}},Is("slot",{name:"bottom"})))))}get hostElement(){return this}static get watchers(){return{paneElements:[{onPaneElementsChange:0}],variant:[{onVariableChange:0}],borderless:[{onBorderChange:0}],layout:[{onLayoutChange:0}],isMobile:[{onMobileChange:0}]}}static get style(){return":host{display:flex;position:relative;width:100%;height:100%}: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 .side-panes-wrapper{height:100%;width:100%}:host .row{height:100%;width:100%;overflow:hidden;display:flex;flex-direction:row;justify-content:space-between;position:relative}:host .col{height:100%;width:100%;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;position:relative}:host .content{width:100%;height:100%;overflow:auto}:host .absolute-top{width:100%;position:absolute;top:0}:host .absolute-bottom{width:100%;position:absolute;bottom:0}:host .absolute-left{height:100%;position:absolute;left:0}:host .absolute-right{height:100%;position:absolute;right:0}:host .padding-top{padding-top:2.5rem}:host .padding-bottom{padding-bottom:2.5rem}:host .padding-left{padding-left:2.5rem}:host .padding-right{padding-right:2.5rem}"}},[257,"ix-pane-layout",{layout:[1],variant:[1],borderless:[4],isMobile:[32],paneElements:[32]},[[0,"slotChanged","onSlotChanged"],[0,"hideOnCollapseChanged","onCollapsibleChanged"],[0,"variantChanged","onVariantChanged"]],{paneElements:[{onPaneElementsChange:0}],variant:[{onVariableChange:0}],borderless:[{onBorderChange:0}],layout:[{onLayoutChange:0}],isMobile:[{onMobileChange:0}]}]);const Ik=El(class e extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.expandedChanged=Ws(this,"expandedChanged",7),this.variantChanged=Ws(this,"variantChanged",7),this.borderlessChanged=Ws(this,"borderlessChanged",7),this.hideOnCollapseChanged=Ws(this,"hideOnCollapseChanged",7),this.slotChanged=Ws(this,"slotChanged",7),this.variant="inline",this.hideOnCollapse=!1,this.size="240px",this.borderless=!1,this.expanded=!1,this.composition="top",this.closeOnClickOutside=!1,this.ignoreLayoutSettings=!1,this.isMobile=!1,this.expandIcon="",this.showContent=!1,this.minimizeIcon="",this.floating=!1,this.parentWidthPx=0,this.parentHeightPx=0,this.animations=new Map,this.animationCounter=0}get currentSlot(){return this.hostElement.getAttribute("slot")}get isBottomTopPane(){return"bottom"===this.composition||"top"===this.composition}get isLeftRightPane(){return"left"===this.composition||"right"===this.composition}get isMobileTop(){return"top"===this.composition||"left"===this.composition}disconnectedCallback(){var e,t,o;null===(e=this.mutationObserver)||void 0===e||e.disconnect(),null===(t=this.resizeObserver)||void 0===t||t.disconnect(),null===(o=this.disposableWindowClick)||void 0===o||o.call(this)}onExpandedChange(){var e;this.closeOnClickOutside&&this.expanded?this.disposableWindowClick=oh(window,"click",e=>{var t;((null===(t=e.composedPath)||void 0===t?void 0:t.call(e))||[]).includes(this.hostElement)||this.dispatchExpandedChangedEvent()}):null===(e=this.disposableWindowClick)||void 0===e||e.call(this)}componentWillLoad(){this.onExpandedChange(),this.floating="floating"===this.variant,this.expanded&&this.onParentSizeChange(),this.isMobile=kd("sm"),_d.onChange.on(()=>{this.isMobile=kd("sm")}),this.currentSlot&&this.setPosition(this.currentSlot),this.setIcons(),this.mutationObserver=new MutationObserver(e=>{e.forEach(e=>{if("attributes"===e.type&&"slot"===e.attributeName){const t=this.currentSlot,o=e.oldValue;t!==o&&(this.slotChanged.emit({slot:null!=o?o:"",newSlot:null!=t?t:""}),t&&this.setPosition(t))}})}),this.mutationObserver.observe(this.hostElement,{attributes:!0,attributeOldValue:!0});const e=this.hostElement.parentElement;this.resizeObserver=new ResizeObserver(e=>{this.parentWidthPx=e[0].borderBoxSize[0].inlineSize,this.parentHeightPx=e[0].borderBoxSize[0].blockSize}),e&&this.resizeObserver.observe(e)}setPosition(t){e.validPositions.includes(t)&&(this.composition=t)}getExpandPaneSize(){let e;if(this.isBottomTopPane)if(this.size.includes("px")){const t=Math.round(this.parentHeightPx/2),o=Number(this.size.replace("px",""));e=t&&t<o?t+"px":o+"px"}else e="50%"===this.size?Math.round(this.parentHeightPx/2)+"px":Math.round(this.parentHeightPx/3)+"px";else if(this.size.includes("px")){const t=Math.round(this.parentWidthPx/2),o=Number(this.size.replace("px",""));e=t&&t<o?t+"px":o+"px"}else e="50%"===this.size?Math.round(this.parentWidthPx/2)+"px":Math.round(this.parentWidthPx/3)+"px";return e}setIcons(){const{expandIcon:e,minimizeIcon:t}=this.getIconNames();this.expandIcon=e,this.minimizeIcon=t}getIconNames(){let e="",t="";switch(this.composition){case"left":e=this.isMobile?Kl:Xl,t=this.isMobile?Yl:Gl;break;case"right":e=this.isMobile?Yl:Gl,t=this.isMobile?Kl:Xl;break;case"bottom":e=Yl,t=Kl;break;case"top":e=Kl,t=Yl}return{expandIcon:e,minimizeIcon:t}}getKey(){return""+this.animationCounter++}animateVerticalFadeIn(e){let t=this.getKey(),o=sb(this.hostElement,{duration:ud.mediumTime,width:e,easing:"easeInOutSine",delay:0,begin:()=>{this.expanded?this.animateVerticalPadding("8px"):(this.showContent=!1,this.animateVerticalPadding("0px"))},complete:()=>{this.expanded&&(this.showContent=!0),this.animations.delete(t)}});this.animations.set(t,o)}animateHorizontalFadeIn(e){let t=this.getKey(),o=sb(this.hostElement,{duration:ud.mediumTime,height:e,easing:"easeInOutSine",delay:0,onBegin:()=>{this.expanded?this.isMobile||this.animateHorizontalPadding("8px"):(this.showContent=!1,this.isMobile||this.animateHorizontalPadding("0px"))},onComplete:()=>{this.expanded&&(this.showContent=!0),this.animations.delete(t)}});this.animations.set(t,o)}removePadding(){sb(this.hostElement.shadowRoot.querySelector("#title-div"),{duration:0,paddingTop:0,paddingBottom:0,paddingLeft:0,paddingRight:0,delay:0})}animateHorizontalPadding(e,t=ud.mediumTime){let o=this.getKey(),r=sb(this.hostElement.shadowRoot.querySelector("#title-div"),{duration:t,paddingTop:e,paddingBottom:e,easing:"easeInOutSine",delay:0,onComplete:()=>{this.animations.delete(o)}});this.animations.set(o,r)}animateVerticalPadding(e,t=ud.mediumTime){let o=this.getKey(),r=sb(this.hostElement.shadowRoot.querySelector("#title-div"),{duration:t,paddingLeft:e,paddingRight:e,easing:"easeInOutSine",delay:0,onComplete:()=>{this.animations.delete(o)}});this.animations.set(o,r)}clearAnimations(){this.animations.forEach(e=>e.pause()),this.animations.clear(),this.animationCounter=0}onMobileChange(){this.setIcons(),this.hostElement.style.removeProperty("width"),this.hostElement.style.removeProperty("height"),this.hostElement.style.removeProperty("min-height"),this.onParentSizeChange()}onPositionChange(){this.setIcons(),this.hostElement.style.removeProperty("width"),this.hostElement.style.removeProperty("height"),this.onParentSizeChange()}onHideOnCollapseChange(e){var t;this.onParentSizeChange(),this.hideOnCollapseChanged.emit({slot:null!==(t=this.currentSlot)&&void 0!==t?t:"",hideOnCollapse:e})}onVariantChange(e){var t;this.floating="floating"===e,this.variantChanged.emit({slot:null!==(t=this.currentSlot)&&void 0!==t?t:"",variant:e})}onBorderlessChange(e){var t;this.borderlessChanged.emit({slot:null!==(t=this.currentSlot)&&void 0!==t?t:"",borderless:e})}dispatchExpandedChangedEvent(){var e;const t=!this.expanded;this.expandedChanged.emit({slot:null!==(e=this.currentSlot)&&void 0!==e?e:"",expanded:t}).defaultPrevented||(this.expanded=t)}onParentSizeChange(){if(this.clearAnimations(),this.removePadding(),this.expanded){if(this.isMobile)this.hostElement.style.height="100%";else{const e=this.getExpandPaneSize();this.isBottomTopPane?(this.hostElement.style.height=e,this.animateHorizontalPadding("8px",0)):(this.hostElement.style.width=e,this.animateVerticalPadding("8px",0))}this.showContent=!0}else this.showContent=!1,this.isMobile?this.hostElement.style.height=this.hideOnCollapse?"0":e.collapsedPaneMobile:this.isBottomTopPane?this.hostElement.style.height=this.hideOnCollapse?"0":e.collapsedPane:this.hostElement.style.width=this.hideOnCollapse?"0":e.collapsedPane}onSizeChange(){if(this.expanded)if(this.isMobile)this.hostElement.style.minHeight=this.hideOnCollapse?"0":e.collapsedPaneMobile,this.animateHorizontalFadeIn("100%");else{const t=this.getExpandPaneSize();this.isBottomTopPane?(this.hostElement.style.height=this.hideOnCollapse?"0":e.collapsedPane,this.animateHorizontalFadeIn(t)):(this.hostElement.style.width=this.hideOnCollapse?"0":e.collapsedPane,this.animateVerticalFadeIn(t))}else this.showContent=!1,this.isMobile?this.hostElement.style.height=e.collapsedPaneMobile:this.isBottomTopPane?this.animateHorizontalFadeIn(e.collapsedPane):this.animateVerticalFadeIn(e.collapsedPane)}render(){const e=!this.expanded&&!this.isMobile&&this.isLeftRightPane;let t;return t=this.ariaLabelCollapseCloseButton?this.ariaLabelCollapseCloseButton:this.expanded?this.isMobile||this.hideOnCollapse?"Close pane":"Collapse pane":"Expand pane",Is(Os,{key:"721b37ecf81c48cf26977b3e2db0f76541632096",class:{"floating-pane":this.floating,"inline-pane":!this.floating,"mobile-overlay":this.expanded&&this.isMobile,"top-expanded":this.expanded&&this.isMobileTop&&this.isMobile,"bottom-expanded":this.expanded&&!this.isMobileTop&&this.isMobile,"top-bottom-pane":this.isBottomTopPane&&!this.isMobile,"left-right-pane":this.isLeftRightPane&&!this.isMobile,[this.composition+"-pane-border"]:!this.borderless&&!this.isMobile&&!this.floating,"nav-left-border":!this.borderless&&!this.isMobile&&"right"!==this.composition&&this.floating,"mobile-border-top":!this.borderless&&this.isMobileTop&&this.isMobile&&!this.expanded&&!this.floating,"mobile-border-bottom":!this.borderless&&!this.isMobileTop&&this.isMobile&&!this.expanded&&!this.floating,"not-visible":this.hideOnCollapse&&!this.expanded},"aria-expanded":Ol(this.expanded)},Is("aside",{key:"206a7094a94dcb5156b1ed407dd7db20838352bc",id:"pane-"+this.composition,class:{"top-bottom-pane":this.isBottomTopPane&&!this.isMobile,"left-right-pane":this.isLeftRightPane&&!this.isMobile,"mobile-pane":this.isMobile,expanded:this.expanded}},Is("div",{key:"1ecb31589789658568a199f696876aac4dfdbd96",id:"title-div",class:{title:!this.isMobile&&!this.hideOnCollapse&&!this.showContent,"title-finished":!this.isMobile&&!this.hideOnCollapse&&this.showContent,"title-expanded":!this.isMobile&&!this.hideOnCollapse&&this.expanded,"title-hide-on-collapse":!this.isMobile&&this.hideOnCollapse,"title-mobile":this.isMobile,"header-gap":!this.isMobile&&!this.hideOnCollapse}},Is("ix-icon-button",{key:"bfa93a835e4920d11630a71c1a0b39f92df350ab",class:"title-icon",size:"24",icon:this.expanded?this.isMobile||this.hideOnCollapse?Zl:this.expandIcon:this.minimizeIcon,iconColor:this.expanded&&(this.isMobile||this.hideOnCollapse)?"color-soft-text":void 0,variant:"subtle-tertiary",onClick:()=>this.dispatchExpandedChangedEvent(),"aria-controls":"pane-"+this.composition,"aria-label":t}),Is("div",{key:"3b44fd29336d3f5c101a5d686980b2393a1f2c40",class:{"title-text":!0,rotate:e}},this.icon&&Is("ix-icon",{key:"d34df615df28f1ae6914c0a857735116d77502bc",class:"pane-icon",size:"24",name:this.icon,"aria-label":this.ariaLabelIcon}),Is("div",{key:"4d02fb8581426e62c241a2c1e6c5540831a367be",class:"title-text-overflow"},Is("ix-typography",{key:"203fa19a4972dc9c3ed8654c8c6d176fd168437d",format:"h4"},this.heading)),this.expanded&&Is("div",{key:"d0aca67aed9c641414da008290ad12371561a569",class:"slot-header"},Is("slot",{key:"0ec16f51b61c80b66eb9e1b17045888db8be7d2c",name:"header"})))),Is("div",{key:"fa06f41c546340e08a249774fbe9fea9aa8513b7",class:"side-pane-content",hidden:!this.showContent},Is("slot",{key:"7cca7b8b2c9198fbd1921ab7ff58ef2d31548f1e"}))))}get hostElement(){return this}static get watchers(){return{expanded:[{onExpandedChange:0},{onSizeChange:0}],isMobile:[{onMobileChange:0}],composition:[{onPositionChange:0}],hideOnCollapse:[{onHideOnCollapseChange:0}],variant:[{onVariantChange:0}],borderless:[{onBorderlessChange:0}],parentHeightPx:[{onParentSizeChange:0}],parentWidthPx:[{onParentSizeChange:0}],size:[{onSizeChange:0}]}}static get style(){return":host(.floating-pane){--ix-pane--background:var(--theme-pane-floating--background);--ix-pane--border-color:var(--theme-pane-floating--border-color);--ix-pane--color:var(--theme-pane-floating--color);--ix-pane--box-shadow:var(--theme-pane-floating--box-shadow)}:host(.inline-pane){--ix-pane--background:var(--theme-pane-inline--background);--ix-pane--border-color:var(--theme-pane-inline--border-color);--ix-pane--color:var(--theme-pane-inline--color);--ix-pane--box-shadow:var(--theme-pane-inline--box-shadow)}:host{display:flex;position:relative;overflow:hidden;box-sizing:border-box;box-shadow:var(--ix-pane--box-shadow);background-color:var(--ix-pane--background)}: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 aside{width:100%;height:100%}:host .pane-icon{color:var(--ix-pane--color)}:host .slot-header-content{display:inline-block;position:relative;max-height:2rem}:host .title-text{display:flex;align-items:center;gap:var(--theme-space-1);overflow:hidden}:host .title-text .title-text-overflow{width:100%;height:100%;display:contents}:host .title-text .title-text-overflow *{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host .header-gap{gap:var(--theme-space-1)}:host .top-bottom-pane{display:flex;flex-direction:column;flex-grow:1}:host .top-bottom-pane .title{display:flex;flex-direction:row;align-items:center;margin:var(--theme-space--1) var(--theme-space-2) var(--theme-space--1) var(--theme-space-2)}:host .top-bottom-pane .title-finished{padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .top-bottom-pane .title-expanded{display:flex;flex-direction:row}:host .top-bottom-pane .title-hide-on-collapse{display:flex;flex-direction:row-reverse;justify-content:space-between;padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .left-right-pane{display:flex;flex-grow:1}:host .left-right-pane .title{display:flex;flex-direction:column;align-items:center;margin:var(--theme-space-2) var(--theme-space--1) var(--theme-space-2) var(--theme-space--1)}:host .left-right-pane .title .title-text{flex-direction:row-reverse;justify-content:start;flex-direction:row}:host .left-right-pane .title .rotate{writing-mode:vertical-lr;text-orientation:mixed;transform:rotate(180deg);flex-direction:row-reverse}:host .left-right-pane .title .rotate ix-icon{transform:rotate(90deg)}:host .left-right-pane .title-finished{padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .left-right-pane .title-expanded{display:flex;flex-direction:row}:host .left-right-pane .title-hide-on-collapse{display:flex;flex-direction:row-reverse;justify-content:space-between;padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .left-right-pane.expanded{flex-direction:column}:host .mobile-pane{display:flex;flex-direction:column;flex-grow:1}:host .mobile-pane .title-mobile{display:flex;flex-direction:row-reverse;justify-content:space-between;margin:var(--theme-space-1) var(--theme-space-2)}:host .side-pane-content{padding:var(--theme-space-1) var(--theme-space-2) var(--theme-space-3) var(--theme-space-2);overflow:auto;height:100%;width:100%}:host .slot-header{max-height:2rem;max-width:unset}:host .slot-header.rotate{max-height:unset;max-width:2rem}:host(.not-visible){display:none}:host(.nav-left-border){border-left:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.left-pane-border){border-right:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.right-pane-border){border-left:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.top-pane-border){border-bottom:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.bottom-pane-border){border-top:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.mobile-overlay){width:100%;position:absolute;z-index:100 !important}:host(.mobile-overlay) .side-pane-content{height:calc(100% - 2.5rem)}:host(.mobile-border-top){border-bottom:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.mobile-border-bottom){border-top:var(--theme-app-header--border-width) solid var(--ix-pane--border-color)}:host(.top-expanded){top:0}:host(.bottom-expanded){bottom:0}:host(.left-right-pane){height:100%}:host(.top-bottom-pane){width:100%}"}},[257,"ix-pane",{heading:[1],variant:[1],hideOnCollapse:[4,"hide-on-collapse"],size:[1],borderless:[4],expanded:[1028],composition:[1025],icon:[1],closeOnClickOutside:[4,"close-on-click-outside"],ariaLabelIcon:[1,"aria-label-icon"],ariaLabelCollapseCloseButton:[1,"aria-label-collapse-close-button"],ignoreLayoutSettings:[4,"ignore-layout-settings"],isMobile:[1028,"is-mobile"],expandIcon:[32],showContent:[32],minimizeIcon:[32],floating:[32],parentWidthPx:[32],parentHeightPx:[32]},void 0,{expanded:[{onExpandedChange:0},{onSizeChange:0}],isMobile:[{onMobileChange:0}],composition:[{onPositionChange:0}],hideOnCollapse:[{onHideOnCollapseChange:0}],variant:[{onVariantChange:0}],borderless:[{onBorderlessChange:0}],parentHeightPx:[{onParentSizeChange:0}],parentWidthPx:[{onParentSizeChange:0}],size:[{onSizeChange:0}]}]);function zk({value:e,status:t}){return Is("div",{class:"linear-progress-container "+t},Is("div",{class:"progress",role:"progressbar","aria-valuenow":e,"aria-valuemin":0,"aria-valuemax":100},Is("div",{class:{"progress-bar":!0},style:{width:e+"%"},"data-value":e})))}Ik.validPositions=["top","left","bottom","right"],Ik.collapsedPane="40px",Ik.collapsedPaneMobile="48px",El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.variant="primary",this.outline=!1,this.alignLeft=!1,this.tooltipText=!1,this.iconOnly=!1,this.containerElementRef=ah()}componentWillLoad(){this.checkIfContentAvailable()}checkIfContentAvailable(){this.iconOnly=!(this.hostElement.children.length>0||this.hostElement.textContent)}getTooltip(){var e;if(!this.tooltipText&&!this.hostElement.hasAttribute("tooltip-text"))return null;const t="string"==typeof this.tooltipText&&this.tooltipText.trim()?this.tooltipText:null===(e=this.hostElement.textContent)||void 0===e?void 0:e.trim();return Is("ix-tooltip",{for:this.containerElementRef.waitForCurrent()},t)}render(){let e={};return"custom"===this.variant&&(e={color:this.pillColor,[this.outline?"borderColor":"backgroundColor"]:this.background}),Is(Os,{key:"d64b7e45e9f690b80b59564736333c613ffd786e",style:"custom"===this.variant?{"--ix-icon-button-color":this.pillColor}:{},class:{"align-left":this.alignLeft}},Is("div",{key:"cd9093442c7177383e0796d5158fa52f795db5e9",ref:this.containerElementRef,style:Object.assign({},e),class:{container:!0,outline:this.outline,inactive:!1,alarm:"alarm"===this.variant,critical:"critical"===this.variant,info:"info"===this.variant,neutral:"neutral"===this.variant,primary:"primary"===this.variant,success:"success"===this.variant,warning:"warning"===this.variant,custom:"custom"===this.variant,closable:!1,icon:!!this.icon,"with-gap":!this.iconOnly}},this.icon&&Is("ix-icon",{key:"a6432d7c46e88eff87d2242365f671ae87763c85",class:{"with-icon":!0},name:this.icon,size:"16","aria-label":this.ariaLabelIcon}),Is("span",{key:"c39e4e53da038bdb84952460d9e7892eff4878ce",class:"slot-container"},Is("slot",{key:"78d71f68580f57baf9ba4458ede78c65a5f9cb2c",onSlotchange:()=>this.checkIfContentAvailable()}))),this.getTooltip())}get hostElement(){return this}static get style(){return":host{display:inline-block;position:relative;height:1.25rem;max-height:1.25rem;margin-left:0.25rem}: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}.container{display:inline-flex;width:inherit;max-width:100%;box-sizing:border-box;position:relative;align-items:center;border-radius:100px;padding:0.5rem;vertical-align:top;height:2rem;max-height:2rem;cursor:default}.container .content-wrapper{display:inline-flex;align-items:center;flex:1;min-width:0}.container .with-icon{margin-right:0.25rem}.container .close-button-container{display:inline-flex;margin-left:auto;padding-left:0.5rem}.container .slot-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.container.centerContent .content-wrapper{justify-content:center;text-align:center}.container.outline.icon{padding-left:calc(0.75rem - 1px)}.container.outline.icon.alarm .with-icon{color:var(--theme-color-alarm)}.container.outline.icon.critical .with-icon{color:var(--theme-color-critical)}.container.outline.icon.warning .with-icon{color:var(--theme-color-warning-text)}.container.outline.icon.info .with-icon{color:var(--theme-color-info)}.container.outline.icon.neutral .with-icon{color:var(--theme-color-neutral)}.container.outline.icon.success .with-icon{color:var(--theme-color-success)}.container.outline:not(.icon){padding-left:calc(0.5rem - 1px)}.container.outline.closable:not(.inactive){padding-right:calc(0.25rem - 1px)}.container.outline.closable.inactive,.container.outline:not(.closable){padding-right:calc(0.5rem - 1px)}.container.outline.icon:not(.closable){padding-right:calc(0.75rem - 1px)}.container:not(.outline).icon{padding-left:0.75rem}.container:not(.outline):not(.icon){padding-left:0.5rem}.container:not(.outline).closable:not(.inactive){padding-right:0.25rem}.container:not(.outline).closable.inactive{padding-right:0.5rem}.container:not(.outline):not(.closable).icon{padding-right:0.75rem}.container:not(.outline):not(.closable):not(.icon){padding-right:0.5rem}.container.primary{background-color:var(--theme-color-primary);color:var(--theme-chip-primary--color)}.container.primary .close-button{color:var(--theme-chip-primary--color);--ix-icon-button-color:var(--theme-chip-primary--color);pointer-events:auto}.container.primary.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-primary-outline--background);border:solid 1px var(--theme-chip-primary-outline--border-color)}.container.primary.outline .close-button{color:var(--theme-chip-outline--color);--ix-icon-button-color:var(--theme-chip-outline--color)}.container.primary.outline .with-icon{color:var(--theme-color-primary)}.container.outline{border-width:1px;border-style:solid}.container.alarm{color:var(--theme-color-alarm--contrast)}.container.alarm:not(.outline){background-color:var(--theme-color-alarm)}.container.alarm:not(.outline) .close-button{color:var(--theme-color-alarm--contrast);--ix-icon-button-color:var(--theme-color-alarm--contrast)}.container.alarm.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-alarm)}.container.critical{color:var(--theme-color-critical--contrast)}.container.critical:not(.outline){background-color:var(--theme-color-critical)}.container.critical:not(.outline) .close-button{color:var(--theme-color-critical--contrast);--ix-icon-button-color:var(--theme-color-critical--contrast)}.container.critical.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-critical)}.container.warning{color:var(--theme-color-warning--contrast)}.container.warning:not(.outline){background-color:var(--theme-color-warning)}.container.warning:not(.outline) .close-button{color:var(--theme-color-warning--contrast);--ix-icon-button-color:var(--theme-color-warning--contrast)}.container.warning.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-warning)}.container.info{color:var(--theme-color-info--contrast)}.container.info:not(.outline){background-color:var(--theme-color-info)}.container.info:not(.outline) .close-button{color:var(--theme-color-info--contrast);--ix-icon-button-color:var(--theme-color-info--contrast)}.container.info.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-info)}.container.neutral{color:var(--theme-color-neutral--contrast)}.container.neutral:not(.outline){background-color:var(--theme-color-neutral)}.container.neutral:not(.outline) .close-button{color:var(--theme-color-neutral--contrast);--ix-icon-button-color:var(--theme-color-neutral--contrast)}.container.neutral.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-neutral)}.container.success{color:var(--theme-color-success--contrast)}.container.success:not(.outline){background-color:var(--theme-color-success)}.container.success:not(.outline) .close-button{color:var(--theme-color-success--contrast);--ix-icon-button-color:var(--theme-color-success--contrast)}.container.success.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-success)}:host .container{height:100%;justify-content:center}:host .container .with-icon{margin-right:0}:host .container.outline{background-color:var(--theme-pill-outline--background)}:host .container.outline.icon{padding-left:0.4375rem;padding-right:0.4375rem}:host .container:not(.outline).icon{padding-left:0.5rem;padding-right:0.5rem}:host .with-gap{gap:0.25rem}:host(.align-left) .container{justify-content:flex-start}"}},[257,"ix-pill",{variant:[513],outline:[4],icon:[1],ariaLabelIcon:[1,"aria-label-icon"],background:[1],pillColor:[1,"pill-color"],alignLeft:[4,"align-left"],tooltipText:[8,"tooltip-text"],iconOnly:[32]}]);const Ok=(e,t)=>{const{value:o,size:r,alignment:n}=e,a=function(e){switch(e){case"xs":return 16;case"sm":return 24;case"md":default:return 32;case"lg":return 48;case"xl":return 64}}(r),i=a/2,s=2*Math.PI*i,l=Math.round(s*((100-o)/100)),d="lg"===r||"xl"===r;return Is("div",{class:{"circular-progress-container":!0,["align-"+n]:!!n,[e.status]:!0}},Is("svg",{width:a,height:a,viewBox:`-${.125*a} -${.125*a} ${1.25*a} ${1.25*a}`,version:"1.1",xmlns:"http://www.w3.org/2000/svg",style:{transform:"rotate(-90deg)"}},Is("circle",{r:i,cx:i,cy:i,fill:"transparent",stroke:"var(--ix-progress-indicator-track-color)","stroke-width":"3px"}),l>0&&Is("circle",{r:i,cx:i,cy:i,stroke:"var(--ix-progress-indicator-color)","stroke-width":"3px","stroke-dashoffset":l+"px",fill:"transparent","stroke-dasharray":s+"px"}),Is("foreignObject",{x:"0px",y:"0px",width:a+"px",height:a+"px",style:{transform:`rotate(90deg) translate(0px, -${a}px)`}},d&&Is("div",{class:"slotted-container slotted-container-inside"},t))),!d&&Is("div",{class:"slotted-container"},t))};El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.type="linear",this.size="md",this.value=0,this.min=0,this.max=100,this.status="default",this.textAlignment="left",this.showTextAsTooltip=!1}getHelperText(){let e=null;switch(this.status){case"error":e=Ql;break;case"info":e=ed;break;case"warning":e=id;break;case"success":e=nd;break;case"paused":e="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>circle-pause</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='icon' transform='translate(42.666667, 42.666667)'><path d='M213.333333,3.55271368e-14 C331.15408,3.55271368e-14 426.666667,95.5125867 426.666667,213.333333 C426.666667,331.15408 331.15408,426.666667 213.333333,426.666667 C95.5125867,426.666667 3.55271368e-14,331.15408 3.55271368e-14,213.333333 C3.55271368e-14,95.5125867 95.5125867,3.55271368e-14 213.333333,3.55271368e-14 Z M213.333333,42.6666667 C119.076736,42.6666667 42.6666667,119.076736 42.6666667,213.333333 C42.6666667,307.589931 119.076736,384 213.333333,384 C307.589931,384 384,307.589931 384,213.333333 C384,119.076736 307.589931,42.6666667 213.333333,42.6666667 Z M192,128 L192,298.666667 L149.333333,298.666667 L149.333333,128 L192,128 Z M277.333333,128 L277.333333,298.666667 L234.666667,298.666667 L234.666667,128 L277.333333,128 Z' id='Combined-Shape'/></g></g></svg>";break;default:e=null}return this.helperText?Is("div",{class:{"helper-text":!0,[this.status]:!0}},e&&Is("ix-icon",{name:e,size:"16"}),Is("div",{class:{text:!0,"align-left":"left"===this.textAlignment,"align-center":"center"===this.textAlignment,"align-right":"right"===this.textAlignment}},this.helperText),Is("slot",{name:"helper-text"})):Is("slot",{name:"helper-text"})}render(){const e=Math.max(0,Math.min((this.value-this.min)/(this.max-this.min)*100,100));return Is(Os,{key:"1fa22efe0aaa4fd247475041aec0a4e57d72a28b",class:{linear:"linear"===this.type,circular:"circular"===this.type},tabIndex:-1},Is("div",{key:"0d07a0c09ec868ea911d5af377c6b48d76abedce",class:{"progress-indicator":!0,[this.size]:!0,[this.status]:!0,"text-center":"center"===this.textAlignment,"text-left":"left"===this.textAlignment,"text-right":"right"===this.textAlignment}},this.label&&Is("ix-typography",{key:"66c9ca8ed64378b519dc5dbe4919d58f484ba6e3",format:"label",textColor:"error"===this.status?"alarm":"soft",class:"label"},this.label),Is("div",{key:"2476c1e1b1ded03f35bd8a506c1f17c50ece18ca",class:"progress-container"},"linear"===this.type?Is(Ll,null,Is(zk,{value:e,status:this.status}),Is("div",{class:"linear-slot"},Is("slot",null))):Is(Ok,{status:this.status,alignment:this.textAlignment,value:e,size:this.size},Is("slot",null))),!0===this.showTextAsTooltip&&this.helperText?Is("ix-tooltip",{for:this.hostElement,showDelay:500,placement:"bottom"},this.getHelperText()):this.getHelperText()))}get hostElement(){return this}static get style(){return":host{display:block;position:relative;width:24rem;height:-moz-fit-content;height:fit-content}:host .progress-container{display:flex;width:100%;align-items:center;gap:0.25rem;flex-wrap:nowrap}:host .label{margin:0.5rem 0 0.25rem 0}:host .helper-text{display:flex;align-items:center;margin:0.25rem 0px;gap:0.25rem;color:var(--theme-progress-indicator-helper--color)}:host .helper-text ix-icon{margin:0.125rem;color:var(--theme-progress-indicator-helper-icon--color)}:host .helper-text.success{color:var(--theme-progress-indicator-helper-success--color)}:host .helper-text.success ix-icon{color:var(--theme-progress-indicator-helper-icon-success--color)}:host .helper-text.error{color:var(--theme-progress-indicator-helper-error--color)}:host .helper-text.error ix-icon{color:var(--theme-progress-indicator-helper-icon-error--color)}:host .helper-text.info{color:var(--theme-progress-indicator-helper-info--color)}:host .helper-text.info ix-icon{color:var(--theme-progress-indicator-helper-icon-info--color)}:host .helper-text.warning{color:var(--theme-progress-indicator-helper-warning--color)}:host .helper-text.warning ix-icon{color:var(--theme-progress-indicator-helper-icon-warning--color)}:host .helper-text.paused{color:var(--theme-progress-indicator-helper-paused--color)}:host .helper-text.paused ix-icon{color:var(--theme-progress-indicator-helper-icon-paused--color)}:host .helper-text .text.align-left{text-align:start}:host .helper-text .text.align-right{text-align:end}:host .helper-text .text.align-center{text-align:center}:host .progress-indicator{display:flex;flex-direction:column}:host .progress-indicator.text-center{align-items:center}:host .progress-indicator.text-left{align-items:flex-start}:host .progress-indicator.text-right{align-items:flex-end}:host .progress-indicator{--ix-progress-indicator-margin:0.5rem 0;height:100%}:host .progress-indicator.xs{--ix-progress-indicator-height:0.125rem;--ix-progress-indicator-margin:0.25rem 0}:host .progress-indicator.sm{--ix-progress-indicator-height:0.25rem;--ix-progress-indicator-margin:0.375rem 0}:host .progress-indicator.md{--ix-progress-indicator-height:0.5rem}:host .progress-indicator.lg{--ix-progress-indicator-height:1rem}:host .progress-indicator.xl{--ix-progress-indicator-height:1.5rem}:host .progress-indicator{--ix-progress-indicator-color:var( --theme-progress-indicator-fill--background )}:host .progress-indicator.success{--ix-progress-indicator-color:var( --theme-progress-indicator-fill-success--background )}:host .progress-indicator.error{--ix-progress-indicator-color:var( --theme-progress-indicator-fill-error--background )}:host .progress-indicator.info{--ix-progress-indicator-color:var( --theme-progress-indicator-fill-info--background )}:host .progress-indicator.warning{--ix-progress-indicator-color:var( --theme-progress-indicator-fill-warning--background )}:host .progress-indicator.paused{--ix-progress-indicator-color:var( --theme-progress-indicator-fill-paused--background )}:host(.linear) .progress-indicator.xs{--ix-progress-indicator-height:0.125rem}:host(.linear) .progress-indicator.sm{--ix-progress-indicator-height:0.25rem}:host(.linear) .progress-indicator.md{--ix-progress-indicator-height:0.5rem}:host(.linear) .progress-indicator.lg{--ix-progress-indicator-height:1rem}:host(.linear) .progress-indicator.xl{--ix-progress-indicator-height:1.5rem}:host(.linear) .linear-progress-container{width:100%;height:var(--ix-progress-indicator-height);background-color:var(--theme-progress-indicator-track--background);border-radius:2px;overflow:hidden;margin:var(--ix-progress-indicator-margin, 0.5rem 0)}:host(.linear) .linear-progress-container.success{background-color:var(--theme-progress-indicator-track-success--background)}:host(.linear) .linear-progress-container.error{background-color:var(--theme-progress-indicator-track-error--background)}:host(.linear) .linear-progress-container.info{background-color:var(--theme-progress-indicator-track-info--background)}:host(.linear) .linear-progress-container.warning{background-color:var(--theme-progress-indicator-track-warning--background)}:host(.linear) .linear-progress-container.paused{background-color:var(--theme-progress-indicator-track-paused--background)}:host(.linear) .progress{width:100%;height:100%;position:relative}:host(.linear) .progress-bar{height:100%;background-color:var(--ix-progress-indicator-color);transition:width 0.3s ease}:host(.linear) .linear-slot{min-width:2.25rem}:host(.circular) .circular-progress-container{--ix-progress-indicator-track-color:var( --theme-progress-indicator-track--background );display:flex;align-items:center;width:100%;gap:0.25rem;margin:var(--ix-progress-indicator-margin, 0.5rem 0)}:host(.circular) .circular-progress-container.align-left{justify-content:flex-start}:host(.circular) .circular-progress-container.align-center{justify-content:center}:host(.circular) .circular-progress-container.align-right{justify-content:flex-end}:host(.circular) .circular-progress-container.success{--ix-progress-indicator-track-color:var( --theme-progress-indicator-track-success--background )}:host(.circular) .circular-progress-container.error{--ix-progress-indicator-track-color:var( --theme-progress-indicator-track-error--background )}:host(.circular) .circular-progress-container.info{--ix-progress-indicator-track-color:var( --theme-progress-indicator-track-info--background )}:host(.circular) .circular-progress-container.warning{--ix-progress-indicator-track-color:var( --theme-progress-indicator-track-warning--background )}:host(.circular) .circular-progress-container.paused{--ix-progress-indicator-track-color:var( --theme-progress-indicator-track-paused--background )}:host(.circular) .slotted-container{height:100%}:host(.circular) .slotted-container.slotted-container-inside{display:flex;align-items:center;justify-content:center;width:100%;height:100%}"}},[257,"ix-progress-indicator",{type:[1],size:[1],value:[2],min:[2],max:[2],status:[1],label:[1],helperText:[1,"helper-text"],textAlignment:[1,"text-alignment"],showTextAsTooltip:[4,"show-text-as-tooltip"]}]),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.variant="outline",this.expanded=!1,this.passive=!1}render(){var e;return Is(Os,{key:"2a1cc8d87975020ae8134425478559124f6ca8e0",class:"card-"+this.variant},Is("ix-card",{key:"c7d5f8a0ad09b7590edbcf473dd5858777a91830",variant:this.variant,passive:this.passive},Is("ix-card-content",{key:"cc6c2df4fc1728b2e9ba00e74977e118f9116b10"},Is("ix-card-title",{key:"4b09d4f4acbcae0a2e00f3e132b725d1c67b3ea1"},this.icon?Is("ix-icon",{class:"icon",name:this.icon,size:"32","aria-label":this.ariaLabelIcon}):null,Is("ix-typography",{key:"08509711a95110e269fb3e50e0c61c509c78d834",format:"display-xxl"},null!==(e=this.notification)&&void 0!==e?e:0),Is("slot",{key:"c7949108ec0b103c49b60e82f6a4d5a29abe58f1",name:"title-action"})),Is("ix-typography",{key:"de6d7d778dcc917ca6bcaca6a6cd0a8445a520f2",format:"h4"},this.heading),Is("ix-typography",{key:"c1d1c13ac5a98d55083020f3e03c1d6f242d74ef"},this.subheading)),Is("ix-card-accordion",{key:"a7b9721fa42edd694fc94d1b3486b43a953fe676",collapse:!this.expanded,variant:this.variant},Is("slot",{key:"7c161db024903e9ca7c996ee02b09a9cedca108b"}))))}static get style(){return":host{display:block;position:relative}:host ix-card{cursor:default}:host ix-card-accordion{cursor:pointer}:host .icon{height:2.5rem;width:2.5rem}:host ix-card-title{height:2.5rem}:host ix-card-content{height:11rem}:host(.card-outline) ix-card-content{border-bottom:var(--theme-push-card--border-width) solid var(--theme-push-card-outline-accordion--border-color)}:host(.card-filled) ix-card-content{border-bottom:var(--theme-push-card--border-width) solid var(--theme-push-card-filled-accordion--border-color)}:host(.card-alarm) ix-card-content{border-bottom:var(--theme-push-card--border-width) solid var(--theme-push-card-alarm-accordion--border-color)}:host(.card-critical) ix-card-content{border-bottom:var(--theme-push-card--border-width) solid var(--theme-push-card-critical-accordion--border-color)}:host(.card-warning) ix-card-content{border-bottom:var(--theme-push-card--border-width) solid var(--theme-push-card-warning-accordion--border-color)}:host(.card-success) ix-card-content{border-bottom:var(--theme-push-card--border-width) solid var(--theme-push-card-success-accordion--border-color)}:host(.card-info) ix-card-content{border-bottom:var(--theme-push-card--border-width) solid var(--theme-push-card-info-accordion--border-color)}:host(.card-neutral) ix-card-content{border-bottom:var(--theme-push-card--border-width) solid var(--theme-push-card-neutral-accordion--border-color)}:host(.card-primary) ix-card-content{border-bottom:var(--theme-push-card--border-width) solid var(--theme-push-card-primary-accordion--border-color)}"}},[257,"ix-push-card",{icon:[1],ariaLabelIcon:[1,"aria-label-icon"],notification:[1],heading:[1],subheading:[1],variant:[1],expanded:[4],passive:[4]}]);const $k=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.valueChange=Ws(this,"valueChange",7),this.direction="column",this.required=!1,this.isInvalid=!1,this.isValid=!1,this.isInfo=!1,this.isWarning=!1,this.touched=!1,this.groupRef=ah(),this.observer=new MutationObserver(()=>{this.ensureOnlyLastRadioChecked(),this.hasNestedRequiredRadio()})}get radiobuttonElements(){return Array.from(this.hostElement.querySelectorAll("ix-radio"))}connectedCallback(){this.observer.observe(this.hostElement,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["checked","required"]})}componentWillLoad(){this.selectInitialValue(),this.ensureOnlyLastRadioChecked(),this.hasNestedRequiredRadio()}disconnectedCallback(){this.observer&&this.observer.disconnect()}selectInitialValue(){this.value&&this.radiobuttonElements.forEach(e=>{e.checked=e.value===this.value})}ensureOnlyLastRadioChecked(){const e=this.radiobuttonElements.filter(e=>e.checked);e.forEach((t,o)=>{o!==e.length-1&&(t.checked=!1)});const t=this.isSomeRadioChecked();for(const o of this.radiobuttonElements)o.tabIndex=o.checked?0:-1;!t&&this.radiobuttonElements.length>0&&(this.radiobuttonElements[0].tabIndex=0)}hasNestedRequiredRadio(){this.required=this.radiobuttonElements.some(e=>e.required)}isSomeRadioChecked(){return this.radiobuttonElements.some(e=>e.checked)}onValueChangeHandler(e){this.touched=!0,this.radiobuttonElements.forEach(t=>{t.checked=t.value===e})}onCheckedChangeHandler(e){this.radiobuttonElements.forEach(t=>{t===e.target?(t.checked=!0,this.valueChange.emit(t.value)):t.checked=!1})}onClassField({isInvalid:e,isInfo:t,isValid:o,isWarning:r,isInvalidByRequired:n}){this.isInvalid=e||n,this.isInfo=t,this.isValid=o,this.isWarning=r}hasValidValue(){return Promise.resolve(!!Array.from(this.hostElement.querySelectorAll("ix-radio")).find(e=>e.checked))}isTouched(){return Promise.resolve(this.touched)}async setCheckedToNextItem(e,t=!0){const{radiobuttonElements:o}=this,{length:r}=o;if(r<=1)return;const n=o.indexOf(e),a=t?1:-1;let i=(n+a+r)%r;for(;o[i].disabled;){if(i===n)return;i=(i+a+r)%r}const s=o[i];s.setCheckedState(!0),s.focus()}render(){return Is(Os,{key:"829b222152a0cfcbdf561425591174ad3bb3716a",onIxBlur:()=>this.touched=!0,ref:this.groupRef,role:"radiogroup"},Is("ix-field-wrapper",{key:"f9cc7e451c564f554fbe13b9631934b1776f4dc8",label:this.label,helperText:this.helperText,invalidText:this.invalidText,infoText:this.infoText,warningText:this.warningText,validText:this.validText,showTextAsTooltip:this.showTextAsTooltip,isValid:this.isValid,isInfo:this.isInfo,isWarning:this.isWarning,isInvalid:this.isInvalid,controlRef:this.groupRef},Is("div",{key:"a7a67482251f6ee87f5266959f01fff3c51dda99",class:{"checkbox-container":!0,"row-layout":"row"===this.direction}},Is("slot",{key:"9a99b6cdced60eb7234e2d28645ba074ef79cb4a"}))))}get hostElement(){return this}static get watchers(){return{value:[{onValueChangeHandler:0}]}}static get style(){return":host{display:inline-block;position:relative}:host .checkbox-container{display:flex;flex-direction:column;gap:0.5rem 1rem;margin:0.375rem 0;flex-wrap:wrap}:host .checkbox-container.row-layout{flex-direction:row}"}},[257,"ix-radio-group",{helperText:[1,"helper-text"],label:[1],value:[1],invalidText:[1,"invalid-text"],infoText:[1,"info-text"],warningText:[1,"warning-text"],validText:[1,"valid-text"],showTextAsTooltip:[4,"show-text-as-tooltip"],direction:[1],required:[4],isInvalid:[32],isValid:[32],isInfo:[32],isWarning:[32],hasValidValue:[64],isTouched:[64],setCheckedToNextItem:[64]},[[0,"checkedChange","onCheckedChangeHandler"]],{value:[{onValueChangeHandler:0}]}]);!function(e,t,o,r){var n,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,o,r);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(i=(a<3?n(i):a>3?n(t,o,i):n(t,o))||i);a>3&&i&&Object.defineProperty(t,o,i)}([_b({includeChildren:!0})],$k.prototype,"onClassField",null),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.checkedChange=Ws(this,"checkedChange",7),this.valueChange=Ws(this,"valueChange",7),this.ixBlur=Ws(this,"ixBlur",7),this.formInternals=this.attachInternals(),this.disabled=!1,this.checked=!1,this.required=!1}async setCheckedState(e){this.checked||this.checkedChange.emit(e).defaultPrevented||(this.checked=e)}async onCheckedChange(){this.updateFormInternalValue()}onValueChange(){this.valueChange.emit(this.value)}connectedCallback(){const e=this.hostElement.closest("ix-radio-group");e&&(this.classMutationObserver=Cb(e,()=>{this.hostElement.classList.toggle("ix-invalid--required",e.classList.contains("ix-invalid--required"))}))}disconnectedCallback(){this.classMutationObserver&&this.classMutationObserver.destroy()}componentWillLoad(){this.updateFormInternalValue()}updateFormInternalValue(){var e;this.formInternals.setFormValue(this.checked?null!==(e=this.value)&&void 0!==e?e:"on":null)}onKeyDown(e){if(this.disabled)return;let t=!1;"Space"===e.code&&(t=!0,this.setCheckedState(!0));const o=this.hostElement.closest("ix-radio-group");switch(e.code){case"ArrowUp":case"ArrowLeft":t=!0,null==o||o.setCheckedToNextItem(this.hostElement,!1);break;case"ArrowDown":case"ArrowRight":t=!0,null==o||o.setCheckedToNextItem(this.hostElement,!0)}t&&(e.stopPropagation(),e.preventDefault())}hasValidValue(){return Promise.resolve(this.checked)}getAssociatedFormElement(){return Promise.resolve(this.formInternals.form)}render(){let e=0;return this.disabled&&(e=-1),Is(Os,{key:"2d239f9247e418efb8cbd9ecd1b56dfb060fcfcd","aria-checked":Ol(this.checked),"aria-disabled":Ol(this.disabled),role:"radio",tabindex:e,class:{disabled:this.disabled,checked:this.checked},onClick:()=>{this.disabled||this.setCheckedState(!0)},onKeyDown:e=>this.onKeyDown(e),onBlur:()=>this.ixBlur.emit()},Is("label",{key:"6ce7a29836eb51925a57f7598fe6eabc5174c1b0"},Is("div",{key:"47df681feb5e8ae432f6c9f58a7b90bd3d304c37",class:"radio-button"},Is("div",{key:"16b634e3893281e6f172b16d91adcbf19799a074","aria-hidden":"true",class:{"radio-checkmark":!0,checked:this.checked}},Is("div",{key:"d26eb4e6ae16eb5c8e2e046f0396f756d0944f15",class:"checkmark",style:{visibility:this.checked?"visible":"hidden"}}))),this.label&&Is("ix-typography",{key:"0ff4f2b18b8474dc5f33543ac6874aedafdba1cc",format:"label",textColor:this.disabled?"weak":"std"},this.label,Is("slot",{key:"f5b48dcabcd1c5d851e2a4055767cf936d86dd93"}))))}static get formAssociated(){return!0}get hostElement(){return this}static get watchers(){return{checked:[{onCheckedChange:0}],value:[{onValueChange:0}]}}static get style(){return":host{display:inline-block;position:relative}: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 .radio-checkmark{all:unset;display:inline-flex;position:relative;align-items:center;justify-content:center;width:1.125rem;min-width:1.125rem;max-width:1.125rem;height:1.125rem;min-height:1.125rem;max-height:1.125rem;border:1px solid white;border-radius:100px}:host .radio-button{height:1.5rem;width:1.5rem;display:flex;align-items:center;justify-content:center}:host label{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%}:host .checkmark{border-radius:100px;background-color:var(--theme-color-primary--contrast);width:0.5rem;height:0.5rem}:host .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color)}:host(:hover) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--hover)}:host(:active) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--active)}:host(.checked) .radio-checkmark,:host([indeterminate]) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color)}:host(.checked:hover) .radio-checkmark,:host([indeterminate]:hover) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--hover)}:host(.checked:active) .radio-checkmark,:host([indeterminate]:active) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--disabled)}:host(.checked.disabled) .radio-checkmark,:host([indeterminate].disabled) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--disabled)}:host(:focus-visible){outline:0.0625rem solid var(--theme-color-focus-bdr);outline-offset:var(--theme-radiobtn--focus--outline-offset)}ix-typography{margin:0.125rem 0 0.125rem 0.5rem}:host(.ix-info:not(.disabled)) .radio-checkmark{--theme-radiobtn-unchecked--background:var( --theme-radiobtn-unchecked--background--info );--theme-radiobtn-unchecked--background--hover:var( --theme-radiobtn-unchecked--background--info--hover );--theme-radiobtn-unchecked--background--active:var( --theme-radiobtn-unchecked--background--info--active );--theme-radiobtn-unchecked--border-color:var( --theme-radiobtn-unchecked--border-color--info );--theme-radiobtn-unchecked--border-color--hover:var( --theme-radiobtn-unchecked--border-color--info--hover );--theme-radiobtn-unchecked--border-color--active:var( --theme-radiobtn-unchecked--border-color--info--active );--theme-radiobtn-checked--background:var( --theme-radiobtn-checked--background--info );--theme-radiobtn-checked--background--hover:var( --theme-radiobtn-checked--background--info--hover );--theme-radiobtn-checked--background--active:var( --theme-radiobtn-checked--background--info--active );--theme-radiobtn-checked--border-color:var( --theme-radiobtn-checked--border-color--info );--theme-radiobtn-checked--border-color--hover:var( --theme-radiobtn-checked--border-color--info--hover );--theme-radiobtn-checked--border-color--active:var( --theme-radiobtn-checked--border-color--info--active );--theme-radiobtn-mixed--background:var( --theme-radiobtn-mixed--background--info );--theme-radiobtn-mixed--background--hover:var( --theme-radiobtn-mixed--background--info--hover );--theme-radiobtn-mixed--background--active:var( --theme-radiobtn-mixed--background--info--active );--theme-radiobtn-mixed--border-color:var( --theme-radiobtn-mixed--border-color--info );--theme-radiobtn-mixed--border-color--hover:var( --theme-radiobtn-mixed--border-color--info--hover );--theme-radiobtn-mixed--border-color--active:var( --theme-radiobtn-mixed--border-color--info--active )}:host(.ix-info) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color)}:host(.ix-info:hover) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--hover)}:host(.ix-info:active) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--active)}:host(.ix-info.checked) .radio-checkmark,:host(.ix-info[indeterminate]) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color)}:host(.ix-info.checked:hover) .radio-checkmark,:host(.ix-info[indeterminate]:hover) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--hover)}:host(.ix-info.checked:active) .radio-checkmark,:host(.ix-info[indeterminate]:active) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--active)}:host(.ix-info.disabled) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--disabled)}:host(.ix-info.checked.disabled) .radio-checkmark,:host(.ix-info[indeterminate].disabled) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--disabled)}:host(.ix-warning:not(.disabled)) .radio-checkmark{--theme-radiobtn-unchecked--background:var( --theme-radiobtn-unchecked--background--warning );--theme-radiobtn-unchecked--background--hover:var( --theme-radiobtn-unchecked--background--warning--hover );--theme-radiobtn-unchecked--background--active:var( --theme-radiobtn-unchecked--background--warning--active );--theme-radiobtn-unchecked--border-color:var( --theme-radiobtn-unchecked--border-color--warning );--theme-radiobtn-unchecked--border-color--hover:var( --theme-radiobtn-unchecked--border-color--warning--hover );--theme-radiobtn-unchecked--border-color--active:var( --theme-radiobtn-unchecked--border-color--warning--active );--theme-radiobtn-checked--background:var( --theme-radiobtn-checked--background--warning );--theme-radiobtn-checked--background--hover:var( --theme-radiobtn-checked--background--warning--hover );--theme-radiobtn-checked--background--active:var( --theme-radiobtn-checked--background--warning--active );--theme-radiobtn-checked--border-color:var( --theme-radiobtn-checked--border-color--warning );--theme-radiobtn-checked--border-color--hover:var( --theme-radiobtn-checked--border-color--warning--hover );--theme-radiobtn-checked--border-color--active:var( --theme-radiobtn-checked--border-color--warning--active );--theme-radiobtn-mixed--background:var( --theme-radiobtn-mixed--background--warning );--theme-radiobtn-mixed--background--hover:var( --theme-radiobtn-mixed--background--warning--hover );--theme-radiobtn-mixed--background--active:var( --theme-radiobtn-mixed--background--warning--active );--theme-radiobtn-mixed--border-color:var( --theme-radiobtn-mixed--border-color--warning );--theme-radiobtn-mixed--border-color--hover:var( --theme-radiobtn-mixed--border-color--warning--hover );--theme-radiobtn-mixed--border-color--active:var( --theme-radiobtn-mixed--border-color--warning--active )}:host(.ix-warning) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color)}:host(.ix-warning:hover) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--hover)}:host(.ix-warning:active) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--active)}:host(.ix-warning.checked) .radio-checkmark,:host(.ix-warning[indeterminate]) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color)}:host(.ix-warning.checked:hover) .radio-checkmark,:host(.ix-warning[indeterminate]:hover) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--hover)}:host(.ix-warning.checked:active) .radio-checkmark,:host(.ix-warning[indeterminate]:active) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--active)}:host(.ix-warning.disabled) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--disabled)}:host(.ix-warning.checked.disabled) .radio-checkmark,:host(.ix-warning[indeterminate].disabled) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--disabled)}:host(.ix-invalid--required:not(.disabled)) .radio-checkmark{--theme-radiobtn-unchecked--background:var( --theme-radiobtn-unchecked--background--invalid );--theme-radiobtn-unchecked--background--hover:var( --theme-radiobtn-unchecked--background--invalid--hover );--theme-radiobtn-unchecked--background--active:var( --theme-radiobtn-unchecked--background--invalid--active );--theme-radiobtn-unchecked--border-color:var( --theme-radiobtn-unchecked--border-color--invalid );--theme-radiobtn-unchecked--border-color--hover:var( --theme-radiobtn-unchecked--border-color--invalid--hover );--theme-radiobtn-unchecked--border-color--active:var( --theme-radiobtn-unchecked--border-color--invalid--active );--theme-radiobtn-checked--background:var( --theme-radiobtn-checked--background--invalid );--theme-radiobtn-checked--background--hover:var( --theme-radiobtn-checked--background--invalid--hover );--theme-radiobtn-checked--background--active:var( --theme-radiobtn-checked--background--invalid--active );--theme-radiobtn-checked--border-color:var( --theme-radiobtn-checked--border-color--invalid );--theme-radiobtn-checked--border-color--hover:var( --theme-radiobtn-checked--border-color--invalid--hover );--theme-radiobtn-checked--border-color--active:var( --theme-radiobtn-checked--border-color--invalid--active );--theme-radiobtn-mixed--background:var( --theme-radiobtn-mixed--background--invalid );--theme-radiobtn-mixed--background--hover:var( --theme-radiobtn-mixed--background--invalid--hover );--theme-radiobtn-mixed--background--active:var( --theme-radiobtn-mixed--background--invalid--active );--theme-radiobtn-mixed--border-color:var( --theme-radiobtn-mixed--border-color--invalid );--theme-radiobtn-mixed--border-color--hover:var( --theme-radiobtn-mixed--border-color--invalid--hover );--theme-radiobtn-mixed--border-color--active:var( --theme-radiobtn-mixed--border-color--invalid--active )}:host(.ix-invalid--required) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color)}:host(.ix-invalid--required:hover) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--hover)}:host(.ix-invalid--required:active) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--active)}:host(.ix-invalid--required.checked) .radio-checkmark,:host(.ix-invalid--required[indeterminate]) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color)}:host(.ix-invalid--required.checked:hover) .radio-checkmark,:host(.ix-invalid--required[indeterminate]:hover) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--hover)}:host(.ix-invalid--required.checked:active) .radio-checkmark,:host(.ix-invalid--required[indeterminate]:active) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--active)}:host(.ix-invalid--required.disabled) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--disabled)}:host(.ix-invalid--required.checked.disabled) .radio-checkmark,:host(.ix-invalid--required[indeterminate].disabled) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--disabled)}:host(.ix-invalid:not(.disabled)) .radio-checkmark{--theme-radiobtn-unchecked--background:var( --theme-radiobtn-unchecked--background--invalid );--theme-radiobtn-unchecked--background--hover:var( --theme-radiobtn-unchecked--background--invalid--hover );--theme-radiobtn-unchecked--background--active:var( --theme-radiobtn-unchecked--background--invalid--active );--theme-radiobtn-unchecked--border-color:var( --theme-radiobtn-unchecked--border-color--invalid );--theme-radiobtn-unchecked--border-color--hover:var( --theme-radiobtn-unchecked--border-color--invalid--hover );--theme-radiobtn-unchecked--border-color--active:var( --theme-radiobtn-unchecked--border-color--invalid--active );--theme-radiobtn-checked--background:var( --theme-radiobtn-checked--background--invalid );--theme-radiobtn-checked--background--hover:var( --theme-radiobtn-checked--background--invalid--hover );--theme-radiobtn-checked--background--active:var( --theme-radiobtn-checked--background--invalid--active );--theme-radiobtn-checked--border-color:var( --theme-radiobtn-checked--border-color--invalid );--theme-radiobtn-checked--border-color--hover:var( --theme-radiobtn-checked--border-color--invalid--hover );--theme-radiobtn-checked--border-color--active:var( --theme-radiobtn-checked--border-color--invalid--active );--theme-radiobtn-mixed--background:var( --theme-radiobtn-mixed--background--invalid );--theme-radiobtn-mixed--background--hover:var( --theme-radiobtn-mixed--background--invalid--hover );--theme-radiobtn-mixed--background--active:var( --theme-radiobtn-mixed--background--invalid--active );--theme-radiobtn-mixed--border-color:var( --theme-radiobtn-mixed--border-color--invalid );--theme-radiobtn-mixed--border-color--hover:var( --theme-radiobtn-mixed--border-color--invalid--hover );--theme-radiobtn-mixed--border-color--active:var( --theme-radiobtn-mixed--border-color--invalid--active )}:host(.ix-invalid) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color)}:host(.ix-invalid:hover) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--hover)}:host(.ix-invalid:active) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--active)}:host(.ix-invalid.checked) .radio-checkmark,:host(.ix-invalid[indeterminate]) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color)}:host(.ix-invalid.checked:hover) .radio-checkmark,:host(.ix-invalid[indeterminate]:hover) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--hover)}:host(.ix-invalid.checked:active) .radio-checkmark,:host(.ix-invalid[indeterminate]:active) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--active)}:host(.ix-invalid.disabled) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--disabled)}:host(.ix-invalid.checked.disabled) .radio-checkmark,:host(.ix-invalid[indeterminate].disabled) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--disabled)}"}},[321,"ix-radio",{name:[513],value:[513],label:[1],disabled:[516],checked:[1540],required:[516],setCheckedState:[64],hasValidValue:[64],getAssociatedFormElement:[64]},void 0,{checked:[{onCheckedChange:0}],value:[{onValueChange:0}]}]);const Rk=ty,Pk=function(){"undefined"!=typeof customElements&&["ix-row"].forEach(e=>{"ix-row"===e&&(customElements.get(e)||customElements.define(e,ty))})};var Ak=function(e,t,o,r){var n,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,o,r);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(i=(a<3?n(i):a>3?n(t,o,i):n(t,o))||i);return a>3&&i&&Object.defineProperty(t,o,i),i};function Nk(e,t,o){return t<e?e:t>o?o:t}const Mk=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.valueChange=Ws(this,"valueChange",7),this.formInternals=this.attachInternals(),this.showTextAsTooltip=!1,this.step=1,this.min=0,this.max=100,this.value=0,this.trace=!1,this.traceReference=0,this.disabled=!1,this.rangeInput=0,this.rangeMin=0,this.rangeMax=100,this.rangeTraceReference=0,this.showTooltip=!1,this.isInvalid=!1,this.isValid=!1,this.isInfo=!1,this.isWarning=!1,this.touched=!1,this.controlRef=ah(),this.thumbRef=ah(),this.tooltipRef=ah()}get hasLabels(){return!!this.hostElement.querySelector('[slot="label-start"], [slot="label-end"]')}get tooltip(){return this.tooltipRef.current}get pseudoThumb(){return this.thumbRef.current}get slider(){var e;return null===(e=this.hostElement.shadowRoot)||void 0===e?void 0:e.getElementById("slider")}onShowTooltipChange(){var e,t;this.showTooltip&&this.pseudoThumb?null===(e=this.tooltip)||void 0===e||e.showTooltip(this.pseudoThumb):null===(t=this.tooltip)||void 0===t||t.hideTooltip()}onClassField({isInvalid:e,isInfo:t,isValid:o,isWarning:r,isInvalidByRequired:n}){this.isInvalid=e||n,this.isInfo=t,this.isValid=o,this.isWarning=r}componentWillLoad(){this.a11yAttributes=Pl(this.hostElement,["role","aria-valuemin","aria-valuemax","aria-valuenow"]),this.updateRangeVariables(),this.setFormValueIfChanged(this.value)}updateRangeVariables(){this.rangeInput=Nk(this.min,this.value,this.max),this.rangeTraceReference=Nk(this.min,this.traceReference,this.max),this.rangeMin=Math.min(this.min,this.max),this.rangeMax=Math.max(this.min,this.max),void 0!==this.value&&this.setFormValueIfChanged(this.value)}updateFormInternalValue(e){this.setFormValueIfChanged(e),this.valueChange.emit(e)}setFormValueIfChanged(e){const t=""+e;this.lastFormValue!==t&&(this.formInternals.setFormValue(t),this.lastFormValue=t)}onInput(e){e.stopPropagation();const t=parseFloat(this.slider.value);if(!isNaN(t)){const e=this.rangeInput;this.rangeInput=t;const{defaultPrevented:o}=this.emitInputEvent();o?(this.rangeInput=e,this.slider.value=""+e):this.updateFormInternalValue(t)}}emitInputEvent(){return this.valueChange.emit(this.rangeInput)}isMarkerActive(e){return e>=Math.min(this.traceReference,this.rangeInput)&&e<=Math.max(this.traceReference,this.rangeInput)}onPointerUp(){this.showTooltip=!1}hasValidValue(){return Promise.resolve(!0)}isTouched(){return Promise.resolve(this.touched)}render(){var e;const t=this.rangeMax-this.rangeMin;let o=(this.rangeTraceReference-this.rangeMin)/t,r=(this.rangeInput-this.rangeMin)/t,n=o,a=r;return r-o<=0&&(n=r,a=o),Is(Os,{key:"6957b2bb68891be643d1a1271fd550f0ba398b2d",class:{disabled:this.disabled,error:!!this.error,invalid:this.isInvalid,info:this.isInfo,valid:this.isValid,warning:this.isWarning},onPointerDown:()=>setTimeout(()=>this.showTooltip=!0)},Is("ix-field-wrapper",{key:"22d183907d87d7ee59d11606ffc58d6b0f51a52c",label:this.label,helperText:this.helperText,invalidText:this.invalidText,infoText:this.infoText,warningText:this.warningText,validText:this.validText,showTextAsTooltip:this.showTextAsTooltip,isValid:this.isValid,isInfo:this.isInfo,isWarning:this.isWarning,isInvalid:this.isInvalid,controlRef:this.controlRef},Is("div",{key:"a7076b2f4940e1c4d83b874eb06889027f3531b9",class:"slider-container"},Is("div",{key:"4d56ffb868ce60f3b7e47d803ec6ecffb493489d",class:"slider"},Is("div",{key:"ba33818b7f9ce81576136f9e95b5fe7ba88467e7",class:"track"},Is("div",{key:"b5ce5c8c334909d11875ab9ae2b36f719c1244a8",ref:this.thumbRef,class:"thumb",style:{left:`calc(${r} * (100% - 1rem))`}}),Is("svg",{key:"292823e7581b335cb5e499eddb2ab71c79789c19",class:"ticks",xmlns:"http://www.w3.org/2000/svg"},null===(e=this.marker)||void 0===e?void 0:e.filter(e=>e>=this.min&&e<=this.max).map(e=>{const o=(e-this.rangeMin)/t;return Is("circle",{class:{tick:!0,"tick-active":this.isMarkerActive(e)&&this.trace,"tick-at-min":0===o,"tick-at-max":1===o},cx:"0",cy:"0",style:{"--tick-value":""+o}})}))),Is("input",Object.assign({key:"2e642f9cc0b3674b7e553b6e2b74d4f015ea4469",id:"slider",ref:this.controlRef,type:"range",list:this.marker?"markers":void 0,step:this.step,min:this.min,max:this.max,value:this.rangeInput,tabindex:this.disabled?-1:0,onInput:e=>this.onInput(e),onFocus:()=>{this.showTooltip=!0,this.touched=!0},onBlur:()=>{this.showTooltip=!1},style:{"--value":""+r,"--trace-reference":""+o,"--trace-start":""+n,"--trace-end":""+a},class:{trace:this.trace&&o!==r,"hide-trace-reference":this.trace&&(this.traceReference<=this.min||this.traceReference>=this.max)},role:"slider","aria-valuenow":this.rangeInput,"aria-valuemin":this.min,"aria-valuemax":this.max},this.a11yAttributes)),Is("ix-tooltip",{key:"d3367c620a0865ef84daaefdc0102ba3a186215c",ref:this.tooltipRef,class:{"hide-tooltip":!this.showTooltip},animationFrame:!0,for:this.thumbRef.waitForCurrent()},this.rangeInput)),this.hasLabels&&Is("div",{key:"e06b2afd4e3521cf34095a5243671b0d24b59695",class:"label"},Is("div",{key:"653916ebdc36874fb412b1481c13fe7a52eddccf"},Is("slot",{key:"0d73fd36d946b79bb84aa41a5b7973a4d986502c",name:"label-start"})),Is("div",{key:"9b0938207951dceab28fa89238bc43d28b5e9e3b"},Is("slot",{key:"fb32e79050fb8aa5eb83cde26971b5cafad4f42f",name:"label-end"}))),this.error?Is("ix-typography",{textColor:"alarm"},this.error):null)))}static get formAssociated(){return!0}get hostElement(){return this}static get watchers(){return{showTooltip:[{onShowTooltipChange:0}],value:[{updateRangeVariables:0}],max:[{updateRangeVariables:0}],min:[{updateRangeVariables:0}],traceReference:[{updateRangeVariables:0}]}}static get style(){return':host{display:flex;flex-direction:column;min-height:2rem;justify-content:center;--thumb-size:1rem;--value:0;--trace-start:0;--trace-end:0;--trace-reference:0;--trace-reference-color:var(--theme-slider-track-marker--background);--trace-color:var(--theme-slider-trace--background);--tick-color:var(--theme-slider-track-marker--background);--tick-color--active:var(--theme-slider-trace-marker--background);--track-color:var(--theme-slider-track--background)}: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[type=range]{position:absolute;top:50%;transform:translateY(-50%);left:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer;width:100%;height:1.5rem;margin:0}:host input[type=range].trace::before{content:"";position:absolute;display:block;z-index:-1;width:calc((var(--trace-end) - var(--trace-start)) * 100%);left:calc(var(--trace-start) * 100%);height:4px;background-color:var(--trace-color);top:50%;transform:translateY(-50%);border-radius:clamp(0rem, (0.01 - var(--trace-start)) * 999rem, 0.125rem) clamp(0rem, (var(--trace-end) - 0.99) * 999rem, 0.125rem) clamp(0rem, (var(--trace-end) - 0.99) * 999rem, 0.125rem) clamp(0rem, (0.01 - var(--trace-start)) * 999rem, 0.125rem)}:host .slider-container{width:100%}:host .slider-container .slider{width:100%}:host .slider-container .slider input[type=range]{width:100%}:host input[type=range].trace:not(.hide-trace-reference)::after{content:"";position:absolute;display:block;width:2px;height:16px;background-color:var(--trace-reference-color);top:50%;transform:translateY(-50%);left:calc(100% * var(--trace-reference))}:host input[type=range]::-webkit-slider-runnable-track{background:transparent;height:0.25rem}:host input[type=range]::-moz-range-track{background:transparent;height:0.25rem}:host input[type=range i]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;margin-top:-6px}:host input[type=range i]::-moz-range-thumb{border:none;border-radius:0}:host input[type=range]::-webkit-slider-thumb{border-radius:50%;background-color:var(--theme-slider-thumb--background);height:var(--thumb-size);width:var(--thumb-size);-webkit-transition:all var(--theme-default-time) ease-in-out;transition:all var(--theme-default-time) ease-in-out;z-index:10}:host input[type=range]::-moz-range-thumb{border-radius:50%;background-color:var(--theme-slider-thumb--background);height:var(--thumb-size);width:var(--thumb-size);-moz-transition:all var(--theme-default-time) ease-in-out;transition:all var(--theme-default-time) ease-in-out;z-index:10}:host input[type=range]:hover::-webkit-slider-thumb{background-color:var(--theme-slider-thumb--background--hover)}:host input[type=range]:hover::-moz-range-thumb{background-color:var(--theme-slider-thumb--background--hover)}:host input[type=range]:active::-webkit-slider-thumb{background-color:var(--theme-slider-thumb--background--active)}:host input[type=range]:active::-moz-range-thumb{background-color:var(--theme-slider-thumb--background--active)}:host input[type=range]:focus{outline:none}:host input[type=range]:focus-visible::-webkit-slider-thumb{outline:1px solid var(--theme-color-focus-bdr);outline-offset:0.125rem}:host input[type=range]:focus-visible::-moz-range-thumb{outline:1px solid var(--theme-color-focus-bdr);outline-offset:0.125rem}:host{}:host .ticks{position:absolute;top:0;left:0;width:100%;height:100%;overflow:visible;pointer-events:none}:host .ticks circle.tick{--tick-size:6px;--tick-radius:calc(var(--tick-size) / 2);r:var(--tick-radius);fill:var(--tick-color);transform:translate(calc(var(--tick-value) * (100% - var(--thumb-size)) + var(--thumb-size) / 2), 50%)}:host .ticks .tick.tick-at-min{transform:translate(var(--tick-radius), 50%)}:host .ticks .tick.tick-at-max{transform:translate(calc(100% - var(--tick-radius)), 50%)}:host .ticks .tick.tick-active{fill:var(--tick-color--active)}:host .slider{position:relative;display:block;width:100%;height:1.5rem}:host .track{position:absolute;background-color:var(--track-color);height:4px;width:100%;top:50%;transform:translateY(-50%);left:0px;border-radius:2px}:host .thumb{display:block;position:absolute;background-color:transparent;height:1rem;width:1rem;border-radius:100px;top:50%;transform:translateY(-50%)}:host .hide-tooltip{display:none}:host .label{display:flex;position:relative;align-items:center;justify-content:space-between;width:100%;margin-top:0.5rem;min-height:0px}:host(.error),:host(.invalid){--trace-color:var(--theme-slider-trace--background--invalid);--tick-color--active:var(--theme-slider-trace-marker--background--invalid)}:host(.error) input[type=range]::-webkit-slider-thumb,:host(.invalid) input[type=range]::-webkit-slider-thumb{background-color:var(--theme-slider-thumb--background--invalid)}:host(.error) input[type=range]::-moz-range-thumb,:host(.invalid) input[type=range]::-moz-range-thumb{background-color:var(--theme-slider-thumb--background--invalid)}:host(.error) input[type=range]:hover::-webkit-slider-thumb,:host(.invalid) input[type=range]:hover::-webkit-slider-thumb{background-color:var(--theme-slider-thumb--background--invalid--hover)}:host(.error) input[type=range]:hover::-moz-range-thumb,:host(.invalid) input[type=range]:hover::-moz-range-thumb{background-color:var(--theme-slider-thumb--background--invalid--hover)}:host(.error) input[type=range]:active::-webkit-slider-thumb,:host(.invalid) input[type=range]:active::-webkit-slider-thumb{background-color:var(--theme-slider-thumb--background--invalid--active)}:host(.error) input[type=range]:active::-moz-range-thumb,:host(.invalid) input[type=range]:active::-moz-range-thumb{background-color:var(--theme-slider-thumb--background--invalid--active)}:host(.disabled){pointer-events:none;--track-color:var(--theme-slider-track--background--disabled);--trace-color:var(--theme-slider-trace--background--disabled);--tick-color:var(--theme-slider-track-marker--background--disabled);--tick-color--active:var(--theme-slider-trace-marker--background--disabled)}:host(.disabled) input[type=range]::-webkit-slider-thumb{background-color:var(--theme-slider-thumb--background--disabled)}:host(.disabled) input[type=range]::-moz-range-thumb{background-color:var(--theme-slider-thumb--background--disabled)}:host(.warning){--trace-color:var(--theme-color-warning-40);--tick-color--active:var(--theme-color-warning)}:host(.warning) input[type=range]::-webkit-slider-thumb{background-color:var(--theme-color-warning)}:host(.warning) input[type=range]::-moz-range-thumb{background-color:var(--theme-color-warning)}:host(.info){--trace-color:var(--theme-color-info-40);--tick-color--active:var(--theme-color-info)}:host(.info) input[type=range]::-webkit-slider-thumb{background-color:var(--theme-color-info)}:host(.info) input[type=range]::-moz-range-thumb{background-color:var(--theme-color-info)}:host(.valid){--trace-color:var(--theme-color-success-40);--tick-color--active:var(--theme-color-success)}:host(.valid) input[type=range]::-webkit-slider-thumb{background-color:var(--theme-color-success)}:host(.valid) input[type=range]::-moz-range-thumb{background-color:var(--theme-color-success)}'}},[321,"ix-slider",{helperText:[1,"helper-text"],label:[1],invalidText:[1,"invalid-text"],infoText:[1,"info-text"],warningText:[1,"warning-text"],validText:[1,"valid-text"],showTextAsTooltip:[4,"show-text-as-tooltip"],step:[2],min:[2],max:[2],value:[2],marker:[16],trace:[4],traceReference:[2,"trace-reference"],disabled:[4],error:[8],rangeInput:[32],rangeMin:[32],rangeMax:[32],rangeTraceReference:[32],showTooltip:[32],isInvalid:[32],isValid:[32],isInfo:[32],isWarning:[32],hasValidValue:[64],isTouched:[64]},void 0,{showTooltip:[{onShowTooltipChange:0}],value:[{updateRangeVariables:0}],max:[{updateRangeVariables:0}],min:[{updateRangeVariables:0}],traceReference:[{updateRangeVariables:0}]}]);Ak([_b()],Mk.prototype,"onClassField",null),Ak([Qv("pointerup",e=>e.showTooltip)],Mk.prototype,"onPointerUp",null);const Dk=Mk;El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.buttonClick=Ws(this,"buttonClick",7),this.variant="primary",this.closeBehavior="both",this.disabled=!1,this.disableButton=!1,this.disableDropdownButton=!1,this.placement="bottom-start",this.enableTopLayer=!1,this.toggle=!1,this.triggerElementRef=ah()}get isDisabledButton(){return this.disabled||this.disableButton}get isDisabledIcon(){return this.disabled||this.disableDropdownButton}render(){var e;const t=this.variant.toLocaleLowerCase().includes("secondary"),o={variant:this.variant},r=Object.assign(Object.assign({},o),{disabled:this.isDisabledButton,class:{"left-button-border":!t}}),n=Object.assign(Object.assign({},o),{disabled:this.isDisabledIcon});return Is(Os,{key:"3c3430ad17d7f4bb877b57b21bfa8e7ec15196dc"},Is("div",{key:"cd36cc825c64a11619a0df7d1ead9eae0374bae8",class:{"btn-group":!0,"middle-gap":!t}},this.label?Is("ix-button",Object.assign({},r,{icon:this.icon,onClick:e=>this.buttonClick.emit(e),"aria-label":this.ariaLabelButton}),this.label):Is("ix-icon-button",Object.assign({},r,{icon:this.icon,onClick:e=>this.buttonClick.emit(e),"aria-label":this.ariaLabelButton})),Is("ix-icon-button",Object.assign({key:"1846ce902e479fc9b41e5d840f3f2e8d79d99f32"},n,{ref:this.triggerElementRef,class:"anchor",icon:null!==(e=this.splitIcon)&&void 0!==e?e:"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>context-menu</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='Combined-Shape' transform='translate(224.000000, 53.333333)'><path d='M32,64 C49.673112,64 64,49.673112 64,32 C64,14.326888 49.673112,1.42108547e-14 32,1.42108547e-14 C14.326888,1.42108547e-14 0,14.326888 0,32 C0,49.673112 14.326888,64 32,64 Z M32,405.333333 C49.673112,405.333333 64,391.006445 64,373.333333 C64,355.660221 49.673112,341.333333 32,341.333333 C14.326888,341.333333 0,355.660221 0,373.333333 C0,391.006445 14.326888,405.333333 32,405.333333 Z M32,234.666667 C49.673112,234.666667 64,220.339779 64,202.666667 C64,184.993555 49.673112,170.666667 32,170.666667 C14.326888,170.666667 0,184.993555 0,202.666667 C0,220.339779 14.326888,234.666667 32,234.666667 Z'/></g></g></svg>","aria-label":this.ariaLabelSplitIconButton}))),Is("ix-dropdown",{key:"f9a05a2ae981731cd71bf4735bf956d5e5092037",closeBehavior:this.closeBehavior,trigger:this.triggerElementRef.waitForCurrent(),enableTopLayer:this.enableTopLayer},Is("slot",{key:"fda03d1edd3588a156186a52be1a6ee911bb2c49"})))}get hostElement(){return this}static get style(){return".btn-group ix-button:first-child .btn{border-top-right-radius:0px;border-bottom-right-radius:0px;border-right:0px}.btn-group ix-button:last-child .btn{border-top-left-radius:0px;border-bottom-left-radius:0px}.btn-group ix-button:not(:first-child):not(:last-child) .btn{border-radius:0px;border-right:0px}:host{display:inline-block}: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 .btn-group{position:relative;display:inline-flex;vertical-align:middle;width:100%}:host .btn-group>ix-button:nth-child(1),:host .btn-group>ix-icon-button:nth-child(1){width:calc(100% - 2rem);--ix-button-border-radius-right:0}:host .btn-group>ix-icon-button:nth-child(2){width:2rem;--ix-button-border-radius-left:0}:host .middle-gap{gap:0.125rem}:host .left-button-border{border-top-width:0.125rem;border-right-width:0;border-left-width:0.125rem;border-bottom-width:0.125rem}"}},[257,"ix-split-button",{variant:[1],closeBehavior:[8,"close-behavior"],label:[1],ariaLabelButton:[1,"aria-label-button"],icon:[1],splitIcon:[1,"split-icon"],ariaLabelSplitIconButton:[1,"aria-label-split-icon-button"],disabled:[4],disableButton:[4,"disable-button"],disableDropdownButton:[4,"disable-dropdown-button"],placement:[1],enableTopLayer:[4,"enable-top-layer"],toggle:[32]}]);const Vk=Yy,jk=function(){"undefined"!=typeof customElements&&["ix-tab-item"].forEach(e=>{"ix-tab-item"===e&&(customElements.get(e)||customElements.define(e,Yy))})},Fk=Ky,Bk=function(){"undefined"!=typeof customElements&&["ix-tabs"].forEach(e=>{"ix-tabs"===e&&(customElements.get(e)||customElements.define(e,Ky))})};function Hk(e){if(!e)return;const t=/^(\d+(?:\.\d+)?)\s*(px|rem|em|%)?$/.exec(e.trim());if(!t)return;const[,o,r]=t,n=Number.parseFloat(o);return Number.isNaN(n)?void 0:r?`${n}${r.toLowerCase()}`:n+"px"}let Wk=0;const Uk=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.valueChange=Ws(this,"valueChange",7),this.validityStateChange=Ws(this,"validityStateChange",7),this.ixBlur=Ws(this,"ixBlur",7),this.ixChange=Ws(this,"ixChange",7),this.formInternals=this.attachInternals(),this.value="",this.required=!1,this.disabled=!1,this.readonly=!1,this.resizeBehavior="both",this.isInvalid=!1,this.isValid=!1,this.isInfo=!1,this.isWarning=!1,this.isInvalidByRequired=!1,this.textAreaRef=ah(()=>{this.initResizeObserver()}),this.inputId="ix-textarea-"+Wk++,this.touched=!1,this.isManuallyResized=!1,this.isProgrammaticResize=!1}updateClassMappings(e){ry(this,e)}onDimensionPropsChange(){this.resetManualResizeState(),this.isProgrammaticResize=!0}onResizeBehaviorChange(){this.initResizeObserver()}componentWillLoad(){this.updateFormInternalValue(this.value)}disconnectedCallback(){var e;null===(e=this.resizeObserver)||void 0===e||e.disconnect()}resetManualResizeState(){this.isManuallyResized=!1,this.manualHeight=void 0,this.manualWidth=void 0}updateLastObservedInlineStyles(e){this.lastObservedInlineHeight=e.style.height,this.lastObservedInlineWidth=e.style.width}hasInlineStyleChange(e){return e.style.height!==this.lastObservedInlineHeight||e.style.width!==this.lastObservedInlineWidth}initResizeObserver(){var e;null===(e=this.resizeObserver)||void 0===e||e.disconnect();const t=this.textAreaRef.current;if(!t)return;if("none"===this.resizeBehavior)return;let o=!0;this.updateLastObservedInlineStyles(t),this.resizeObserver=new ResizeObserver(()=>{const e=this.textAreaRef.current;if(!e)return;if(o)return o=!1,void this.updateLastObservedInlineStyles(e);const t=this.hasInlineStyleChange(e);this.updateLastObservedInlineStyles(e),t&&(this.isProgrammaticResize?this.isProgrammaticResize=!1:(this.isManuallyResized=!0,this.manualHeight=e.style.height,this.manualWidth=e.style.width))}),this.resizeObserver.observe(t)}updateFormInternalValue(e){this.formInternals.setFormValue(e),this.value=e,this.textAreaRef.current&&this.touched&&ay(this,this.textAreaRef.current)}async getAssociatedFormElement(){return this.formInternals.form}hasValidValue(){return Promise.resolve(!!this.value)}getNativeInputElement(){return this.textAreaRef.waitForCurrent()}async focusInput(){return(await this.getNativeInputElement()).focus()}isTouched(){return Promise.resolve(this.touched)}getTextareaHeight(){return this.isManuallyResized?this.manualHeight:Hk(this.textareaHeight)}getTextareaWidth(){return this.isManuallyResized?this.manualWidth||"100%":Hk(this.textareaWidth)}render(){var e;return Is(Os,{key:"0ec2ec18091bec45a0ade9a3bb6aeea24866291e",class:{disabled:this.disabled,readonly:this.readonly}},Is("ix-field-wrapper",{key:"9a481da22f3dc4ba2efa40b5aff112cf79a00ada",htmlForLabel:this.inputId,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.textAreaRef},!!this.maxLength&&this.maxLength>0&&Is("ix-typography",{key:"28f2de84b3bd25e400ea3844a6bb5d6d7408c123",class:"bottom-text",slot:"bottom-right",textColor:"soft"},(null!==(e=this.value)&&void 0!==e?e:"").length,"/",this.maxLength),Is("div",{key:"078f995e33935765b8ed70f55230c60c112a77f1",class:"input-wrapper"},Is(py,{key:"9ca194b673a022c166e85b5fd89728bf968f3cec",id:this.inputId,minLength:this.minLength,maxLength:this.maxLength,textareaCols:this.textareaCols,textareaRows:this.textareaRows,textareaHeight:this.getTextareaHeight(),textareaWidth:this.getTextareaWidth(),resizeBehavior:this.resizeBehavior,readonly:this.readonly,disabled:this.disabled,isInvalid:this.isInvalid,required:this.required,value:this.value,placeholder:this.placeholder,textAreaRef:this.textAreaRef,ariaAttributes:ly(this),onFocus:()=>hy(this,this.value),valueChange:e=>this.valueChange.emit(e),updateFormInternalValue:e=>this.updateFormInternalValue(e),onBlur:()=>{uy(this,this.textAreaRef.current,this.value),this.touched=!0}}))))}static get formAssociated(){return!0}get hostElement(){return this}static get watchers(){return{textareaHeight:[{onDimensionPropsChange:0}],textareaWidth:[{onDimensionPropsChange:0}],textareaRows:[{onDimensionPropsChange:0}],textareaCols:[{onDimensionPropsChange:0}],resizeBehavior:[{onResizeBehaviorChange:0}]}}static get style(){return'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(.ix-info:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) textarea{border-color:var(--theme-input--border-color--info)}:host(.ix-info:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) textarea:hover{border-color:var(--theme-input--border-color--info--hover) !important}:host(.ix-info:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) textarea:active{border-color:var(--theme-input--border-color--info--active) !important}:host(.ix-warning:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) textarea{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])) textarea:hover{background-color:var(--theme-input--background--warning--hover);border-color:var(--theme-input--border-color--warning--hover) !important}:host(.ix-warning:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) textarea: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])) textarea,:host(.ix-invalid--required:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) textarea{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])) textarea:hover,:host(.ix-invalid--required:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) textarea:hover{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])) textarea:active,:host(.ix-invalid--required:not(.disabled):not(:disabled):not([disabled]):not(.readonly):not([readonly])) textarea:active{border-color:var(--theme-input--border-color--invalid--active) !important}'}},[65,"ix-textarea",{name:[513],placeholder:[513],value:[1537],required:[516],disabled:[4],readonly:[4],helperText:[1,"helper-text"],infoText:[1,"info-text"],showTextAsTooltip:[4,"show-text-as-tooltip"],validText:[1,"valid-text"],warningText:[1,"warning-text"],label:[513],invalidText:[1,"invalid-text"],textareaHeight:[1,"textarea-height"],textareaWidth:[1,"textarea-width"],textareaRows:[2,"textarea-rows"],textareaCols:[2,"textarea-cols"],resizeBehavior:[1,"resize-behavior"],maxLength:[2,"max-length"],minLength:[2,"min-length"],isInvalid:[32],isValid:[32],isInfo:[32],isWarning:[32],isInvalidByRequired:[32],manualHeight:[32],manualWidth:[32],getAssociatedFormElement:[64],hasValidValue:[64],getNativeInputElement:[64],focusInput:[64],isTouched:[64]},void 0,{textareaHeight:[{onDimensionPropsChange:0}],textareaWidth:[{onDimensionPropsChange:0}],textareaRows:[{onDimensionPropsChange:0}],textareaCols:[{onDimensionPropsChange:0}],resizeBehavior:[{onResizeBehaviorChange:0}]}]);!function(e,t,o,r){var n,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,o,r);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(i=(a<3?n(i):a>3?n(t,o,i):n(t,o))||i);a>3&&i&&Object.defineProperty(t,o,i)}([_b()],Uk.prototype,"updateClassMappings",null),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.size="medium",this.hasHeaderSlot=!1,this.hasFooterSlot=!1}handleHeaderSlotChange(){this.hasHeaderSlot=!!this.hostElement.querySelector('[slot="header"]')}handleFooterSlotChange(){this.hasFooterSlot=!!this.hostElement.querySelector('[slot="footer"]')}render(){return Is(Os,{key:"d94cab5c0cf9b368c7d54ef7b976521be79bdc84",class:{"tile-small":"small"===this.size,"tile-medium":"medium"===this.size,"tile-big":"big"===this.size}},Is("div",{key:"c7f093c38d9afb443402ebd957a4c1c498ca2b51",class:{"tile-header":!0,"has-content":this.hasHeaderSlot}},Is("slot",{key:"3b7014fb2a536caaafa7eef82f2297af30a96bcd",name:"header",onSlotchange:()=>this.handleHeaderSlotChange()})),Is("div",{key:"c6d46d5a94cd2b34cffe1046ebe057fbfe3bfb12",class:"tile-subheader"},Is("slot",{key:"85553397aebd5172e8bfe61008f23d7f5da5306d",name:"subheader"})),Is("div",{key:"c0425239fa7a63b72df2d1e9e51e578c9f4c42db",class:"tile-content"},Is("slot",{key:"8ef2076ac291c0c2aeefd049723b712daca52857"})),Is("div",{key:"a74190d35357948bcf4f27a958a4b014fb9b6a6a",class:{"tile-footer":!0,"has-content":this.hasFooterSlot}},Is("slot",{key:"3820bb93457bcab474fb3422dafdbc2d8a20e49d",name:"footer",onSlotchange:()=>this.handleFooterSlotChange()})))}get hostElement(){return this}static get style(){return":host{min-width:11.937rem;max-width:11.937rem;width:11.937rem;display:flex;flex-direction:column;border:1px solid var(--theme-tile--border);border-radius:var(--theme-tile--border-radius);background-color:var(--theme-color-2);color:var(--theme-color-std-text);box-shadow:var(--theme-tile--box-shadow)}: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 .tile-header{display:flex;align-items:center;font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}:host .tile-header,:host .tile-subheader,:host .tile-content,:host .tile-footer{padding:0 1rem}:host .tile-header,:host .tile-content{flex-grow:1}:host .tile-header.has-content{display:flex;height:2.5rem;max-height:2.5rem;padding-inline-end:0.5rem}:host .tile-subheader{color:var(--theme-btn-invisible-secondary--color);flex-grow:0}:host .tile-footer.has-content{border-block-start:1px solid var(--theme-color-1);height:2.5rem}:host(.tile-small){height:2.5rem;min-height:2.5rem;max-height:2.5rem}:host(.tile-medium){height:5rem;min-height:5rem;max-height:5rem}:host(.tile-big){height:10rem;min-height:10rem;max-height:10rem}:host(:active),:host(:focus-visible),:host(:visited){outline:none}"}},[257,"ix-tile",{size:[1],hasHeaderSlot:[32],hasFooterSlot:[32]}]);const qk=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.valueChange=Ws(this,"valueChange",6),this.validityStateChange=Ws(this,"validityStateChange",7),this.ixFocus=Ws(this,"ixFocus",7),this.ixBlur=Ws(this,"ixBlur",7),this.ixChange=Ws(this,"ixChange",7),this.formInternals=this.attachInternals(),this.value="",this.format="TT",this.readonly=!1,this.disabled=!1,this.i18nErrorTimeUnparsable="Time is not valid",this.hourInterval=1,this.minuteInterval=1,this.secondInterval=1,this.millisecondInterval=100,this.i18nSelectTime="Confirm",this.i18nTime="Time",this.i18nHourColumnHeader="hr",this.i18nMinuteColumnHeader="min",this.i18nSecondColumnHeader="sec",this.i18nMillisecondColumnHeader="ms",this.suppressSubmitOnEnter=!1,this.hideHeader=!1,this.textAlignment="start",this.enableTopLayer=!1,this.show=!1,this.time=null,this.isInputInvalid=!1,this.isInvalid=!1,this.isValid=!1,this.isInfo=!1,this.isWarning=!1,this.focus=!1,this.slotStartRef=ah(),this.slotEndRef=ah(),this.timePickerRef=ah(),this.inputElementRef=ah(),this.dropdownElementRef=ah(),this.touched=!1,this.validityTracker={lastEmittedPatternMismatch:!1,lastEmittedValueMissing:!1}}watchValuePropHandler(e){this.onInput(e)}handleInputKeyDown(e){my(e,this,this.value),cy(e,this.suppressSubmitOnEnter,this.formInternals.form)}updateFormInternalValue(e){this.formInternals.setFormValue(e),this.value=e}connectedCallback(){this.classObserver=Cb(this.hostElement,()=>this.checkClassList()),this.disposableChangesAndVisibilityObservers=dy(this.hostElement,this.updatePaddings.bind(this))}componentWillLoad(){if(!this.value){const e=Xv.now();e.isValid&&(this.value=e.toFormat(this.format))}this.onInput(this.value),this.isInputInvalid?this.time=null:this.watchValue(),this.checkClassList(),this.updateFormInternalValue(this.value)}updatePaddings(){sy(this.slotStartRef.current,this.slotEndRef.current,this.inputElementRef.current)}disconnectedCallback(){var e,t;null===(e=this.classObserver)||void 0===e||e.destroy(),null===(t=this.disposableChangesAndVisibilityObservers)||void 0===t||t.call(this)}watchValue(){this.time=this.value}hasValidValue(){return Promise.resolve(!!this.value)}getAssociatedFormElement(){return Promise.resolve(this.formInternals.form)}async onInput(e){var t;if(this.value=e,!e)return this.isInputInvalid=!1,this.invalidReason=void 0,this.emitValidityStateChangeIfChanged(),this.updateFormInternalValue(e),void this.valueChange.emit(e);if(!this.format)return;const o=Xv.fromFormat(e,this.format);o.isValid?(this.isInputInvalid=!1,this.invalidReason=void 0):(this.isInputInvalid=!0,this.invalidReason=null!==(t=o.invalidReason)&&void 0!==t?t:void 0),this.emitValidityStateChangeIfChanged(),this.updateFormInternalValue(e),this.valueChange.emit(e)}onTimeIconClick(e){xy(e,this.show,()=>this.openDropdown(),this.inputElementRef)}async openDropdown(){return this.time=this.value,yy(this.dropdownElementRef)}async closeDropdown(){return ky(this.dropdownElementRef)}checkClassList(){this.isInvalid=this.hostElement.classList.contains("ix-invalid")}renderInput(){return Is("div",{class:"input-wrapper"},Is(vy,{slotStartRef:this.slotStartRef,onSlotChange:()=>this.updatePaddings()}),Is("input",{autoComplete:"off",class:{"is-invalid":this.isInputInvalid},style:{textAlign:this.textAlignment},disabled:this.disabled,readOnly:this.readonly,required:this.required,ref:this.inputElementRef,type:"text",value:this.value,placeholder:this.placeholder,name:this.name,onInput:e=>{this.onInput(e.target.value)},onClick:e=>{this.show&&(e.stopPropagation(),e.preventDefault())},onFocus:async()=>{this.initialValue=this.value,this.openDropdown(),this.ixFocus.emit()},onBlur:()=>{uy(this,this.inputElementRef.current,this.value),this.touched=!0,this.emitValidityStateChangeIfChanged()},onKeyDown:e=>this.handleInputKeyDown(e)}),Is(gy,{slotEndRef:this.slotEndRef,onSlotChange:()=>this.updatePaddings()},Is("ix-icon-button",{"data-testid":"open-time-picker",class:{"time-icon-hidden":this.disabled||this.readonly},variant:"subtle-tertiary",size:"16",icon:"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>clock</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='work-case' transform='translate(42.666667, 42.666667)'><path d='M213.333333,3.55271368e-14 C331.136,3.55271368e-14 426.666667,95.5306667 426.666667,213.333333 C426.666667,331.136 331.136,426.666667 213.333333,426.666667 C95.5306667,426.666667 3.55271368e-14,331.136 3.55271368e-14,213.333333 C3.55271368e-14,95.5306667 95.5306667,3.55271368e-14 213.333333,3.55271368e-14 Z M213.333333,42.6666667 C119.232,42.6666667 42.6666667,119.232 42.6666667,213.333333 C42.6666667,307.434667 119.232,384 213.333333,384 C307.434667,384 384,307.434667 384,213.333333 C384,119.232 307.434667,42.6666667 213.333333,42.6666667 Z M234.666667,106.666667 L234.666667,225.813333 L292.418278,283.581722 L262.248389,313.751611 L192,243.503223 L192,106.666667 L234.666667,106.666667 Z' id='reading-time'/></g></g></svg>",onClick:e=>this.onTimeIconClick(e),"aria-label":"Toggle time picker","aria-expanded":this.show})))}hookValidationLifecycle({isInfo:e,isInvalid:t,isInvalidByRequired:o,isValid:r,isWarning:n}){this.isInvalid=t||o||this.isInputInvalid,this.isInfo=e,this.isValid=r,this.isWarning=n}emitValidityStateChangeIfChanged(){return by(this)}getValidityState(){return Promise.resolve(wy(this.isInputInvalid,!!this.required,this.value))}getNativeInputElement(){return this.inputElementRef.waitForCurrent()}async focusInput(){return(await this.getNativeInputElement()).focus()}isTouched(){return Promise.resolve(this.touched)}render(){var e;const t=Tb(this.isInputInvalid,this.invalidText,this.i18nErrorTimeUnparsable);return Is(Os,{key:"bdc4ea4daa680cb86e068e89a85c24e677194894",class:{disabled:this.disabled,readonly:this.readonly}},Is("ix-field-wrapper",{key:"161d696e8e3b2e93d44bb2cd89227756803f72c0",label:this.label,helperText:this.helperText,isInvalid:this.isInvalid,invalidText:t,infoText:this.infoText,isInfo:this.isInfo,isWarning:this.isWarning,warningText:this.warningText,isValid:this.isValid,validText:this.validText,showTextAsTooltip:this.showTextAsTooltip,required:this.required,controlRef:this.inputElementRef},this.renderInput()),Is("ix-dropdown",{key:"509749521f08d008496d5b39357198cd7c65cd67","data-testid":"time-dropdown",trigger:this.inputElementRef.waitForCurrent(),ref:this.dropdownElementRef,closeBehavior:"outside",enableTopLayer:this.enableTopLayer,suppressOverflowBehavior:!0,show:this.show,onShowChanged:e=>{this.show=e.detail}},Is("ix-time-picker",{key:"00171df4b640293e1d8225f23aba117cff73dc47",ref:this.timePickerRef,format:this.format,time:null!==(e=this.time)&&void 0!==e?e:"",hourInterval:this.hourInterval,minuteInterval:this.minuteInterval,secondInterval:this.secondInterval,millisecondInterval:this.millisecondInterval,embedded:!0,hideHeader:this.hideHeader,i18nConfirmTime:this.i18nSelectTime,i18nHeader:this.i18nTime,i18nHourColumnHeader:this.i18nHourColumnHeader,i18nSecondColumnHeader:this.i18nSecondColumnHeader,i18nMinuteColumnHeader:this.i18nMinuteColumnHeader,i18nMillisecondColumnHeader:this.i18nMillisecondColumnHeader,onTimeSelect:e=>{this.onInput(e.detail),this.initialValue!==e.detail&&(this.ixChange.emit(e.detail),this.initialValue=e.detail),this.show=!1}})))}static get formAssociated(){return!0}get hostElement(){return this}static get watchers(){return{value:[{watchValuePropHandler:0},{watchValue:0}]}}static get style(){return'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{display:inline-block;position:relative}: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{width:100%;height:100%}:host .time-icon-hidden{display:none}:host(.readonly) input{pointer-events:none}.input-wrapper{position:relative}'}},[65,"ix-time-input",{name:[513],placeholder:[513],value:[1537],format:[1],required:[4],helperText:[1,"helper-text"],label:[1],invalidText:[513,"invalid-text"],readonly:[4],disabled:[4],infoText:[1,"info-text"],warningText:[1,"warning-text"],validText:[1,"valid-text"],showTextAsTooltip:[4,"show-text-as-tooltip"],i18nErrorTimeUnparsable:[1,"i18n-error-time-unparsable"],hourInterval:[2,"hour-interval"],minuteInterval:[2,"minute-interval"],secondInterval:[2,"second-interval"],millisecondInterval:[2,"millisecond-interval"],i18nSelectTime:[1,"i18n-select-time"],i18nTime:[1,"i18n-time"],i18nHourColumnHeader:[1,"i18n-hour-column-header"],i18nMinuteColumnHeader:[1,"i18n-minute-column-header"],i18nSecondColumnHeader:[1,"i18n-second-column-header"],i18nMillisecondColumnHeader:[1,"i18n-millisecond-column-header"],suppressSubmitOnEnter:[516,"suppress-submit-on-enter"],hideHeader:[4,"hide-header"],textAlignment:[1,"text-alignment"],enableTopLayer:[4,"enable-top-layer"],show:[32],time:[32],isInputInvalid:[32],isInvalid:[32],isValid:[32],isInfo:[32],isWarning:[32],focus:[32],hasValidValue:[64],getAssociatedFormElement:[64],getValidityState:[64],getNativeInputElement:[64],focusInput:[64],isTouched:[64]},void 0,{value:[{watchValuePropHandler:0},{watchValue:0}]}]);!function(e,t,o,r){var n,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,o,r);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(i=(a<3?n(i):a>3?n(t,o,i):n(t,o))||i);a>3&&i&&Object.defineProperty(t,o,i)}([_b()],qk.prototype,"hookValidationLifecycle",null),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.containerId="toast-container",this.containerClass="toast-container",this.position="bottom-right",this.PREFIX_POSITION_CLASS="toast-container--"}get hostContainer(){return new Promise(e=>{const t=setInterval(()=>{const o=document.getElementById(this.containerId);o&&(clearInterval(t),e(o))})})}componentDidLoad(){if(!document.getElementById(this.containerId)){const e=document.createElement("div");e.id=this.containerId,e.classList.add(this.containerClass),e.classList.add(`${this.PREFIX_POSITION_CLASS}${this.position}`),document.body.appendChild(e)}}onPositionChange(e,t){const o=document.getElementById(this.containerId);o?(o.classList.remove(`${this.PREFIX_POSITION_CLASS}${t}`),o.classList.add(`${this.PREFIX_POSITION_CLASS}${e}`)):console.warn("No toast container found, cannot configure toast position")}async showToast(e){var t,o,r;const n=document.createElement("ix-toast"),a=new md;function i(e){n.remove(),a.emit(e)}return n.toastTitle=e.title,n.type=null!==(t=e.type)&&void 0!==t?t:"info",n.preventAutoClose=!1===e.autoClose,n.autoCloseDelay=null!==(o=e.autoCloseDelay)&&void 0!==o?o:5e3,n.icon=e.icon,n.iconColor=e.iconColor,n.hideIcon=null!==(r=e.hideIcon)&&void 0!==r&&r,n.addEventListener("closeToast",e=>{const{detail:t}=e;i(t)}),e.message&&("string"==typeof e.message?n.innerText=e.message:n.appendChild(e.message)),e.action&&e.action instanceof ss&&(e.action.slot="action",n.appendChild(e.action)),(await this.hostContainer).appendChild(n),{onClose:a,close:e=>{i(e)},pause:()=>{n.pause()},resume:()=>{n.resume()},isPaused:()=>n.isPaused()}}render(){return Is(Os,{key:"009cf5adc60953795401d58dd58475b6ed2f9ecf",class:{"toast-container--bottom-right":"bottom-right"===this.position,"toast-container--top-right":"top-right"===this.position}},Is("slot",{key:"853b8819f0de0761bc330d76e5d3570e3c179e1e"}))}static get watchers(){return{position:[{onPositionChange:0}]}}static get style(){return":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}#toast-container>:not(:last-child){margin-block-end:1rem}.toast-container{display:block;position:fixed;z-index:var(--theme-z-index-toast)}.toast-container--top-right{right:1rem;top:2rem}.toast-container--bottom-right{right:1rem;bottom:2rem}"}},[257,"ix-toast-container",{containerId:[1,"container-id"],containerClass:[1,"container-class"],position:[1],showToast:[64]},void 0,{position:[{onPositionChange:0}]}]),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.pressedChange=Ws(this,"pressedChange",7),this.variant="subtle-primary",this.disabled=!1,this.loading=!1,this.pressed=!1}dispatchPressedChange(){this.pressedChange.emit(!this.pressed)}render(){var e,t;const o=Pl(this.hostElement),r={variant:this.variant,iconOnly:!1,iconOval:!1,selected:this.pressed,disabled:this.disabled||this.loading,icon:this.icon,iconRight:this.iconRight,loading:this.loading,onClick:()=>this.dispatchPressedChange(),type:"button",ariaAttributes:{"aria-pressed":Ol(this.pressed),"aria-label":null!==(t=null!==(e=o["aria-label"])&&void 0!==e?e:this.ariaLabelButton)&&void 0!==t?t:Rl(this.icon)}};return Is(Os,{key:"18372c75b69190a4f75e544d389250bcafbe742f",class:{disabled:this.disabled||this.loading}},Is(fh,Object.assign({key:"08cea7593cbbedca44a0bcbf7b0c878cce18be87"},r),Is("slot",{key:"3adefc76a4730d1e333173d6301ba1f6bf9c5ac0"})))}get hostElement(){return this}static get style(){return":host{--ix-button-border-radius-left:var(--theme-btn--border-radius);--ix-button-border-radius-right:var(--theme-btn--border-radius);display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}: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 button,:host a{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host .icon{pointer-events:none;margin-right:0.25rem}:host .icon-right{margin-left:0.25rem}:host(.disabled){cursor:default}:host{--ix-button-border-radius-left:var(--theme-btn--border-radius);--ix-button-border-radius-right:var(--theme-btn--border-radius);display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}: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 button,:host a{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host .icon{pointer-events:none;margin-right:0.25rem}:host .icon-right{margin-left:0.25rem}:host(.disabled){cursor:default}:host .btn-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-primary,:host .btn-primary.focus,:host .btn-primary:focus-visible{background-color:var(--theme-btn-primary--background);color:var(--theme-btn-primary--color);--ix-button-color:var(--theme-btn-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-primary--border-color);border-style:solid}:host .btn-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-primary.selected{background-color:var(--theme-btn-primary--background--pressed);color:var(--theme-btn-primary--color--pressed)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-primary--background--pressed-hover);color:var(--theme-btn-primary--color--pressed-hover)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):active,:host .btn-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-primary--background--pressed-hover);color:var(--theme-btn-primary--color--pressed-active)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):hover,:host .btn-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-primary--border-color--hover);background-color:var(--theme-btn-primary--background--hover);color:var(--theme-btn-primary--color--hover)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):active,:host .btn-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-primary--border-color--active);background-color:var(--theme-btn-primary--background--active);color:var(--theme-btn-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-primary.disabled,:host(.disabled) .btn-primary:disabled{pointer-events:none;border-color:var(--theme-btn-primary--border-color--disabled);background-color:var(--theme-btn-primary--background--disabled);color:var(--theme-btn-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-primary--color--disabled)}:host .btn-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-secondary,:host .btn-secondary.focus,:host .btn-secondary:focus-visible{background-color:var(--theme-btn-secondary--background);color:var(--theme-btn-secondary--color);--ix-button-color:var(--theme-btn-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-secondary--border-color);border-style:solid}:host .btn-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-secondary.selected{background-color:var(--theme-btn-secondary--background--pressed);color:var(--theme-btn-secondary--color--pressed)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-secondary--background--pressed-hover);color:var(--theme-btn-secondary--color--pressed-hover)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-secondary--background--pressed-hover);color:var(--theme-btn-secondary--color--pressed-active)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):hover,:host .btn-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-secondary--border-color--hover);background-color:var(--theme-btn-secondary--background--hover);color:var(--theme-btn-secondary--color--hover)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):active,:host .btn-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-secondary--border-color--active);background-color:var(--theme-btn-secondary--background--active);color:var(--theme-btn-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-secondary.disabled,:host(.disabled) .btn-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-secondary--border-color--disabled);background-color:var(--theme-btn-secondary--background--disabled);color:var(--theme-btn-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-secondary--color--disabled)}:host .btn-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-tertiary,:host .btn-tertiary.focus,:host .btn-tertiary:focus-visible{background-color:var(--theme-btn-tertiary--background);color:var(--theme-btn-tertiary--color);--ix-button-color:var(--theme-btn-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-tertiary--border-color);border-style:solid}:host .btn-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-tertiary.selected{background-color:var(--theme-btn-tertiary--background--pressed);color:var(--theme-btn-tertiary--color--pressed)}:host .btn-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-tertiary--background--pressed-hover);color:var(--theme-btn-tertiary--color--pressed-hover)}:host .btn-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-tertiary--background--pressed-hover);color:var(--theme-btn-tertiary--color--pressed-active)}:host .btn-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary:not(.disabled):not(:disabled):hover,:host .btn-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-tertiary--border-color--hover);background-color:var(--theme-btn-tertiary--background--hover);color:var(--theme-btn-tertiary--color--hover)}:host .btn-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary:not(.disabled):not(:disabled):active,:host .btn-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-tertiary--border-color--active);background-color:var(--theme-btn-tertiary--background--active);color:var(--theme-btn-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-tertiary.disabled,:host(.disabled) .btn-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-tertiary--border-color--disabled);background-color:var(--theme-btn-tertiary--background--disabled);color:var(--theme-btn-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-tertiary--color--disabled)}:host .btn-subtle-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-primary,:host .btn-subtle-primary.focus,:host .btn-subtle-primary:focus-visible{background-color:var(--theme-btn-subtle-primary--background);color:var(--theme-btn-subtle-primary--color);--ix-button-color:var(--theme-btn-subtle-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-primary--border-color);border-style:solid}:host .btn-subtle-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-primary.selected{background-color:var(--theme-btn-subtle-primary--background--pressed);color:var(--theme-btn-subtle-primary--color--pressed)}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-primary--background--pressed-hover);color:var(--theme-btn-subtle-primary--color--pressed-hover)}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-primary--background--pressed-hover);color:var(--theme-btn-subtle-primary--color--pressed-active)}:host .btn-subtle-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary:not(.disabled):not(:disabled):hover,:host .btn-subtle-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-primary--border-color--hover);background-color:var(--theme-btn-subtle-primary--background--hover);color:var(--theme-btn-subtle-primary--color--hover)}:host .btn-subtle-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary:not(.disabled):not(:disabled):active,:host .btn-subtle-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-primary--border-color--active);background-color:var(--theme-btn-subtle-primary--background--active);color:var(--theme-btn-subtle-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-primary.disabled,:host(.disabled) .btn-subtle-primary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-primary--border-color--disabled);background-color:var(--theme-btn-subtle-primary--background--disabled);color:var(--theme-btn-subtle-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-primary--color--disabled)}:host .btn-subtle-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-secondary,:host .btn-subtle-secondary.focus,:host .btn-subtle-secondary:focus-visible{background-color:var(--theme-btn-subtle-secondary--background);color:var(--theme-btn-subtle-secondary--color);--ix-button-color:var(--theme-btn-subtle-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-secondary--border-color);border-style:solid}:host .btn-subtle-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-secondary.selected{background-color:var(--theme-btn-subtle-secondary--background--pressed);color:var(--theme-btn-subtle-secondary--color--pressed)}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-secondary--background--pressed-hover);color:var(--theme-btn-subtle-secondary--color--pressed-hover)}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-secondary--background--pressed-hover);color:var(--theme-btn-subtle-secondary--color--pressed-active)}:host .btn-subtle-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary:not(.disabled):not(:disabled):hover,:host .btn-subtle-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-secondary--border-color--hover);background-color:var(--theme-btn-subtle-secondary--background--hover);color:var(--theme-btn-subtle-secondary--color--hover)}:host .btn-subtle-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary:not(.disabled):not(:disabled):active,:host .btn-subtle-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-secondary--border-color--active);background-color:var(--theme-btn-subtle-secondary--background--active);color:var(--theme-btn-subtle-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-secondary.disabled,:host(.disabled) .btn-subtle-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-secondary--border-color--disabled);background-color:var(--theme-btn-subtle-secondary--background--disabled);color:var(--theme-btn-subtle-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-secondary--color--disabled)}:host .btn-subtle-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-tertiary,:host .btn-subtle-tertiary.focus,:host .btn-subtle-tertiary:focus-visible{background-color:var(--theme-btn-subtle-tertiary--background);color:var(--theme-btn-subtle-tertiary--color);--ix-button-color:var(--theme-btn-subtle-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-tertiary--border-color);border-style:solid}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-tertiary.selected{background-color:var(--theme-btn-subtle-tertiary--background--pressed);color:var(--theme-btn-subtle-tertiary--color--pressed)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-hover)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-active)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-tertiary--border-color--hover);background-color:var(--theme-btn-subtle-tertiary--background--hover);color:var(--theme-btn-subtle-tertiary--color--hover)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-tertiary--border-color--active);background-color:var(--theme-btn-subtle-tertiary--background--active);color:var(--theme-btn-subtle-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-tertiary.disabled,:host(.disabled) .btn-subtle-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-tertiary--border-color--disabled);background-color:var(--theme-btn-subtle-tertiary--background--disabled);color:var(--theme-btn-subtle-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-tertiary--color--disabled)}:host .btn-danger-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-primary,:host .btn-danger-primary.focus,:host .btn-danger-primary:focus-visible{background-color:var(--theme-btn-danger-primary--background);color:var(--theme-btn-danger-primary--color);--ix-button-color:var(--theme-btn-danger-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-primary--border-color);border-style:solid}:host .btn-danger-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-primary.selected{background-color:var(--theme-btn-danger-primary--background--pressed);color:var(--theme-btn-danger-primary--color--pressed)}:host .btn-danger-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-primary--background--pressed-hover);color:var(--theme-btn-danger-primary--color--pressed-hover)}:host .btn-danger-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-primary--background--pressed-hover);color:var(--theme-btn-danger-primary--color--pressed-active)}:host .btn-danger-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary:not(.disabled):not(:disabled):hover,:host .btn-danger-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-primary--border-color--hover);background-color:var(--theme-btn-danger-primary--background--hover);color:var(--theme-btn-danger-primary--color--hover)}:host .btn-danger-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary:not(.disabled):not(:disabled):active,:host .btn-danger-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-primary--border-color--active);background-color:var(--theme-btn-danger-primary--background--active);color:var(--theme-btn-danger-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-primary.disabled,:host(.disabled) .btn-danger-primary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-primary--border-color--disabled);background-color:var(--theme-btn-danger-primary--background--disabled);color:var(--theme-btn-danger-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-primary--color--disabled)}:host .btn-danger-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-secondary,:host .btn-danger-secondary.focus,:host .btn-danger-secondary:focus-visible{background-color:var(--theme-btn-danger-secondary--background);color:var(--theme-btn-danger-secondary--color);--ix-button-color:var(--theme-btn-danger-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-secondary--border-color);border-style:solid}:host .btn-danger-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-secondary.selected{background-color:var(--theme-btn-danger-secondary--background--pressed);color:var(--theme-btn-danger-secondary--color--pressed)}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-secondary--background--pressed-hover);color:var(--theme-btn-danger-secondary--color--pressed-hover)}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-secondary--background--pressed-hover);color:var(--theme-btn-danger-secondary--color--pressed-active)}:host .btn-danger-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary:not(.disabled):not(:disabled):hover,:host .btn-danger-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-secondary--border-color--hover);background-color:var(--theme-btn-danger-secondary--background--hover);color:var(--theme-btn-danger-secondary--color--hover)}:host .btn-danger-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary:not(.disabled):not(:disabled):active,:host .btn-danger-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-secondary--border-color--active);background-color:var(--theme-btn-danger-secondary--background--active);color:var(--theme-btn-danger-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-secondary.disabled,:host(.disabled) .btn-danger-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-secondary--border-color--disabled);background-color:var(--theme-btn-danger-secondary--background--disabled);color:var(--theme-btn-danger-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-secondary--color--disabled)}:host .btn-danger-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-tertiary,:host .btn-danger-tertiary.focus,:host .btn-danger-tertiary:focus-visible{background-color:var(--theme-btn-danger-tertiary--background);color:var(--theme-btn-danger-tertiary--color);--ix-button-color:var(--theme-btn-danger-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-tertiary--border-color);border-style:solid}:host .btn-danger-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-tertiary.selected{background-color:var(--theme-btn-danger-tertiary--background--pressed);color:var(--theme-btn-danger-tertiary--color--pressed)}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-tertiary--background--pressed-hover);color:var(--theme-btn-danger-tertiary--color--pressed-hover)}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-tertiary--background--pressed-hover);color:var(--theme-btn-danger-tertiary--color--pressed-active)}:host .btn-danger-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary:not(.disabled):not(:disabled):hover,:host .btn-danger-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-tertiary--border-color--hover);background-color:var(--theme-btn-danger-tertiary--background--hover);color:var(--theme-btn-danger-tertiary--color--hover)}:host .btn-danger-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary:not(.disabled):not(:disabled):active,:host .btn-danger-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-tertiary--border-color--active);background-color:var(--theme-btn-danger-tertiary--background--active);color:var(--theme-btn-danger-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-tertiary.disabled,:host(.disabled) .btn-danger-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-tertiary--border-color--disabled);background-color:var(--theme-btn-danger-tertiary--background--disabled);color:var(--theme-btn-danger-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-tertiary--color--disabled)}:host{display:inline-block;height:2rem;width:auto;min-width:5rem;vertical-align:middle}: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 .btn{width:100%;height:100%}:host button:not(:disabled){cursor:pointer}:host(.disabled){pointer-events:none}"}},[257,"ix-toggle-button",{variant:[1],disabled:[516],loading:[4],icon:[1],iconRight:[1,"icon-right"],pressed:[4],ariaLabelButton:[1,"aria-label-button"]}]);const Zk=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.checkedChange=Ws(this,"checkedChange",7),this.valueChange=Ws(this,"valueChange",7),this.ixBlur=Ws(this,"ixBlur",7),this.formInternals=this.attachInternals(),this.value="on",this.checked=!1,this.disabled=!1,this.indeterminate=!1,this.textOn="On",this.textOff="Off",this.textIndeterminate="Mixed",this.hideText=!1,this.required=!1,this.touched=!1}onCheckedChange(e){if(this.disabled)return;const t=this.indeterminate,o=this.checked;this.indeterminate&&(this.indeterminate=!1),this.checked=e;const{defaultPrevented:r}=this.checkedChange.emit(this.checked);r&&(this.indeterminate=t,this.checked=o)}componentWillLoad(){this.updateFormInternalValue()}updateFormInternalValue(){this.formInternals.setFormValue(this.checked?this.value:null)}watchCheckedChange(){this.touched=!0,this.updateFormInternalValue()}hasValidValue(){return Promise.resolve(this.checked)}getAssociatedFormElement(){return Promise.resolve(this.formInternals.form)}isTouched(){return Promise.resolve(this.touched)}updateClassMappings(){}render(){let e=this.textOff;return this.checked&&(e=this.textOn),this.indeterminate&&(e=this.textIndeterminate),Is(Os,{key:"464cf476a340aed436bdf1dbbc7819440a87a4e5",role:"switch","aria-checked":Ol(this.checked),"aria-disabled":Ol(this.disabled),class:{disabled:this.disabled},onBlur:()=>this.ixBlur.emit(),onFocus:()=>this.touched=!0},Is("label",{key:"24ddd5cff2016155c3c46cc167962dcec2f40368",class:"wrapper"},Is("button",{key:"5c385f921b92fb75219ce72c663dadf3549ab918",class:{switch:!0,checked:this.checked,indeterminate:this.indeterminate},onClick:()=>this.onCheckedChange(!this.checked),tabindex:-1,"aria-hidden":"true"},Is("div",{key:"e103f4047c6641ae1852aa751f147554bb81bc35",class:"slider"})),Is("input",{key:"f794b5e5740aab173346b7937980ba7690813742",type:"checkbox",disabled:this.disabled,indeterminate:this.indeterminate,checked:this.checked,tabindex:0,"aria-hidden":Ol(!0),"aria-checked":Ol(this.checked),onChange:e=>this.onCheckedChange(e.target.checked)}),!this.hideText&&Is("ix-typography",{key:"2c3b036625d2fe6719dc3e929749c184ae861d50",class:"label"},e)))}static get formAssociated(){return!0}get hostElement(){return this}static get watchers(){return{checked:[{watchCheckedChange:0}]}}static get style(){return':host{display:inline-flex;flex-direction:row;position:relative;min-height:1.5rem;max-height:calc(100% - 0.5rem);margin-block-start:0.25rem;margin-block-end:0.25rem}: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[type=checkbox]{display:none}:host .wrapper{display:flex;align-items:flex-start;width:100%;max-height:100%}:host .label{word-break:break-word;display:block;white-space:normal;overflow:hidden;margin-block-start:0.125rem;margin-inline-start:0.5rem;min-height:1rem}:host .switch{all:unset;position:relative;display:inline-block;width:3rem;min-width:3rem;max-width:3rem;height:1.5rem}:host .slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--theme-switch-off--background);transition:var(--theme-default-time);border-radius:1.5rem;border:0.0625rem solid transparent}:host .slider:before{position:absolute;content:"";height:1.125rem;width:1.125rem;left:0.125rem;bottom:0.125rem;background-color:var(--theme-switch-thumb-off--background);transition:var(--theme-default-time);border-radius:50%;border:1px solid var(--theme-switch-thumb-off--border-color)}:host .switch.checked>.slider::before{background-color:var(--theme-switch-thumb-on--background);transform:translateX(1.5rem)}:host .switch>.slider{border-color:var(--theme-switch-off--border-color)}:host .switch:hover>.slider{background-color:var(--theme-switch-off--background--hover);border-color:var(--theme-switch-off--border-color--hover)}:host .switch:hover>.slider:before{background-color:var(--theme-switch-thumb-off--background--hover);border:1px solid var(--theme-switch-thumb-off--border-color--hover)}:host .switch:active>.slider{background-color:var(--theme-switch-off--background--active);border-color:var(--theme-switch-off--border-color--active)}:host .switch:active>.slider:before{background-color:var(--theme-switch-thumb-off--background--active);border:1px solid var(--theme-switch-thumb-off--border-color--active)}:host .switch.checked>.slider{background-color:var(--theme-switch-on--background);border-color:var(--theme-switch-on--border-color)}:host .switch.checked>.slider:before{border:1px solid var(--theme-switch-thumb-on--border-color)}:host .switch.checked:hover>.slider{background-color:var(--theme-switch-on--background--hover);border-color:var(--theme-switch-on--border-color--hover)}:host .switch.checked:hover>.slider:before{background-color:var(--theme-switch-thumb-on--background--hover);border:1px solid var(--theme-switch-thumb-on--border-color--hover)}:host .switch.checked:active>.slider{background-color:var(--theme-switch-on--background--active);border-color:var(--theme-switch-on--border-color--active)}:host .switch.checked:active>.slider:before{background-color:var(--theme-switch-thumb-on--background--active);border:1px solid var(--theme-switch-thumb-on--border-color--active)}:host .switch.indeterminate>.slider::before{transform:translateX(0.75rem)}:host(:not(.disabled)) .wrapper{cursor:pointer}:host(:not(.disabled)) .switch:focus-visible>.slider{outline:0.0625rem solid var(--theme-color-focus-bdr);outline-offset:0.0625rem}:host(.disabled){pointer-events:none}:host(.disabled) .switch{opacity:0.5}:host(.disabled) .switch>.slider{background-color:var(--theme-switch-off--background--disabled)}:host(.disabled) .switch>.slider:before{background-color:var(--theme-switch-thumb-off--background--disabled)}:host(.disabled) .switch.checked>.slider{background-color:var(--theme-switch-on--background--disabled)}:host(.disabled) .switch.checked>.slider:before{background-color:var(--theme-switch-thumb-on--background--disabled)}:host(.disabled) .label{color:var(--theme-color-weak-text)}:host(.ix-valid:not(.disabled)) .slider{--theme-switch-off--background:var( --theme-switch-off--background--valid );--theme-switch-off--background--hover:var( --theme-switch-off--background--valid--hover );--theme-switch-off--background--active:var( --theme-switch-off--background--valid--active );--theme-switch-thumb-off--border-color:var( --theme-switch-thumb-off--border-color--valid );--theme-switch-thumb-off--border-color--hover:var( --theme-switch-thumb-off--border-color--valid--hover );--theme-switch-thumb-off--border-color--active:var( --theme-switch-thumb-off--border-color--valid--active );--theme-switch-thumb-off--background:var( --theme-switch-thumb-off--background--valid );--theme-switch-thumb-off--background--hover:var( --theme-switch-thumb-off--background--valid--hover );--theme-switch-thumb-off--background--active:var( --theme-switch-thumb-off--background--valid--active );--theme-switch-off--border-color:var( --theme-switch-off--border-color--valid );--theme-switch-off--border-color--hover:var( --theme-switch-off--border-color--valid--hover );--theme-switch-off--border-color--active:var( --theme-switch-off--border-color--valid--active );--theme-switch-on--background:var( --theme-switch-on--background--valid );--theme-switch-on--background--hover:var( --theme-switch-on--background--valid--hover );--theme-switch-on--background--active:var( --theme-switch-on--background--valid--active );--theme-switch-thumb-on--border-color:var( --theme-switch-thumb-on--border-color--valid );--theme-switch-thumb-on--border-color--hover:var( --theme-switch-thumb-on--border-color--valid--hover );--theme-switch-thumb-on--border-color--active:var( --theme-switch-thumb-on--border-color--valid--active );--theme-switch-thumb-on--background:var( --theme-switch-thumb-on--background--valid );--theme-switch-thumb-on--background--hover:var( --theme-switch-thumb-on--background--valid--hover );--theme-switch-thumb-on--background--active:var( --theme-switch-thumb-on--background--valid--active );--theme-switch-on--border-color:var( --theme-switch-on--border-color--valid );--theme-switch-on--border-color--hover:var( --theme-switch-on--border-color--valid--hover );--theme-switch-on--border-color--active:var( --theme-switch-on--border-color--valid--active );--theme-switch-mixed--background:var( --theme-switch-mixed--background--valid );--theme-switch-mixed--background--hover:var( --theme-switch-mixed--background--valid--hover );--theme-switch-mixed--background--active:var( --theme-switch-mixed--background--valid--active );--theme-switch-thumb-mixed--border-color:var( --theme-switch-thumb-mixed--border-color--valid );--theme-switch-thumb-mixed--border-color--hover:var( --theme-switch-thumb-mixed--border-color--valid--hover );--theme-switch-thumb-mixed--border-color--active:var( --theme-switch-thumb-mixed--border-color--valid--active );--theme-switch-thumb-mixed--background:var( --theme-switch-thumb-mixed--background--valid );--theme-switch-thumb-mixed--background--hover:var( --theme-switch-thumb-mixed--background--valid--hover );--theme-switch-thumb-mixed--background--active:var( --theme-switch-thumb-mixed--background--valid--active );--theme-switch-mixed--border-color:var( --theme-switch-mixed--border-color--valid );--theme-switch-mixed--border-color--hover:var( --theme-switch-mixed--border-color--valid--hover );--theme-switch-mixed--border-color--active:var( --theme-switch-mixed--border-color--valid--active )}:host(.ix-info:not(.disabled)) .slider{--theme-switch-off--background:var( --theme-switch-off--background--info );--theme-switch-off--background--hover:var( --theme-switch-off--background--info--hover );--theme-switch-off--background--active:var( --theme-switch-off--background--info--active );--theme-switch-thumb-off--border-color:var( --theme-switch-thumb-off--border-color--info );--theme-switch-thumb-off--border-color--hover:var( --theme-switch-thumb-off--border-color--info--hover );--theme-switch-thumb-off--border-color--active:var( --theme-switch-thumb-off--border-color--info--active );--theme-switch-thumb-off--background:var( --theme-switch-thumb-off--background--info );--theme-switch-thumb-off--background--hover:var( --theme-switch-thumb-off--background--info--hover );--theme-switch-thumb-off--background--active:var( --theme-switch-thumb-off--background--info--active );--theme-switch-off--border-color:var( --theme-switch-off--border-color--info );--theme-switch-off--border-color--hover:var( --theme-switch-off--border-color--info--hover );--theme-switch-off--border-color--active:var( --theme-switch-off--border-color--info--active );--theme-switch-on--background:var( --theme-switch-on--background--info );--theme-switch-on--background--hover:var( --theme-switch-on--background--info--hover );--theme-switch-on--background--active:var( --theme-switch-on--background--info--active );--theme-switch-thumb-on--border-color:var( --theme-switch-thumb-on--border-color--info );--theme-switch-thumb-on--border-color--hover:var( --theme-switch-thumb-on--border-color--info--hover );--theme-switch-thumb-on--border-color--active:var( --theme-switch-thumb-on--border-color--info--active );--theme-switch-thumb-on--background:var( --theme-switch-thumb-on--background--info );--theme-switch-thumb-on--background--hover:var( --theme-switch-thumb-on--background--info--hover );--theme-switch-thumb-on--background--active:var( --theme-switch-thumb-on--background--info--active );--theme-switch-on--border-color:var( --theme-switch-on--border-color--info );--theme-switch-on--border-color--hover:var( --theme-switch-on--border-color--info--hover );--theme-switch-on--border-color--active:var( --theme-switch-on--border-color--info--active );--theme-switch-mixed--background:var( --theme-switch-mixed--background--info );--theme-switch-mixed--background--hover:var( --theme-switch-mixed--background--info--hover );--theme-switch-mixed--background--active:var( --theme-switch-mixed--background--info--active );--theme-switch-thumb-mixed--border-color:var( --theme-switch-thumb-mixed--border-color--info );--theme-switch-thumb-mixed--border-color--hover:var( --theme-switch-thumb-mixed--border-color--info--hover );--theme-switch-thumb-mixed--border-color--active:var( --theme-switch-thumb-mixed--border-color--info--active );--theme-switch-thumb-mixed--background:var( --theme-switch-thumb-mixed--background--info );--theme-switch-thumb-mixed--background--hover:var( --theme-switch-thumb-mixed--background--info--hover );--theme-switch-thumb-mixed--background--active:var( --theme-switch-thumb-mixed--background--info--active );--theme-switch-mixed--border-color:var( --theme-switch-mixed--border-color--info );--theme-switch-mixed--border-color--hover:var( --theme-switch-mixed--border-color--info--hover );--theme-switch-mixed--border-color--active:var( --theme-switch-mixed--border-color--info--active )}:host(.ix-warning:not(.disabled)) .slider{--theme-switch-off--background:var( --theme-switch-off--background--warning );--theme-switch-off--background--hover:var( --theme-switch-off--background--warning--hover );--theme-switch-off--background--active:var( --theme-switch-off--background--warning--active );--theme-switch-thumb-off--border-color:var( --theme-switch-thumb-off--border-color--warning );--theme-switch-thumb-off--border-color--hover:var( --theme-switch-thumb-off--border-color--warning--hover );--theme-switch-thumb-off--border-color--active:var( --theme-switch-thumb-off--border-color--warning--active );--theme-switch-thumb-off--background:var( --theme-switch-thumb-off--background--warning );--theme-switch-thumb-off--background--hover:var( --theme-switch-thumb-off--background--warning--hover );--theme-switch-thumb-off--background--active:var( --theme-switch-thumb-off--background--warning--active );--theme-switch-off--border-color:var( --theme-switch-off--border-color--warning );--theme-switch-off--border-color--hover:var( --theme-switch-off--border-color--warning--hover );--theme-switch-off--border-color--active:var( --theme-switch-off--border-color--warning--active );--theme-switch-on--background:var( --theme-switch-on--background--warning );--theme-switch-on--background--hover:var( --theme-switch-on--background--warning--hover );--theme-switch-on--background--active:var( --theme-switch-on--background--warning--active );--theme-switch-thumb-on--border-color:var( --theme-switch-thumb-on--border-color--warning );--theme-switch-thumb-on--border-color--hover:var( --theme-switch-thumb-on--border-color--warning--hover );--theme-switch-thumb-on--border-color--active:var( --theme-switch-thumb-on--border-color--warning--active );--theme-switch-thumb-on--background:var( --theme-switch-thumb-on--background--warning );--theme-switch-thumb-on--background--hover:var( --theme-switch-thumb-on--background--warning--hover );--theme-switch-thumb-on--background--active:var( --theme-switch-thumb-on--background--warning--active );--theme-switch-on--border-color:var( --theme-switch-on--border-color--warning );--theme-switch-on--border-color--hover:var( --theme-switch-on--border-color--warning--hover );--theme-switch-on--border-color--active:var( --theme-switch-on--border-color--warning--active );--theme-switch-mixed--background:var( --theme-switch-mixed--background--warning );--theme-switch-mixed--background--hover:var( --theme-switch-mixed--background--warning--hover );--theme-switch-mixed--background--active:var( --theme-switch-mixed--background--warning--active );--theme-switch-thumb-mixed--border-color:var( --theme-switch-thumb-mixed--border-color--warning );--theme-switch-thumb-mixed--border-color--hover:var( --theme-switch-thumb-mixed--border-color--warning--hover );--theme-switch-thumb-mixed--border-color--active:var( --theme-switch-thumb-mixed--border-color--warning--active );--theme-switch-thumb-mixed--background:var( --theme-switch-thumb-mixed--background--warning );--theme-switch-thumb-mixed--background--hover:var( --theme-switch-thumb-mixed--background--warning--hover );--theme-switch-thumb-mixed--background--active:var( --theme-switch-thumb-mixed--background--warning--active );--theme-switch-mixed--border-color:var( --theme-switch-mixed--border-color--warning );--theme-switch-mixed--border-color--hover:var( --theme-switch-mixed--border-color--warning--hover );--theme-switch-mixed--border-color--active:var( --theme-switch-mixed--border-color--warning--active )}:host(.ix-invalid--required:not(.disabled)) .slider{--theme-switch-off--background:var( --theme-switch-off--background--invalid );--theme-switch-off--background--hover:var( --theme-switch-off--background--invalid--hover );--theme-switch-off--background--active:var( --theme-switch-off--background--invalid--active );--theme-switch-thumb-off--border-color:var( --theme-switch-thumb-off--border-color--invalid );--theme-switch-thumb-off--border-color--hover:var( --theme-switch-thumb-off--border-color--invalid--hover );--theme-switch-thumb-off--border-color--active:var( --theme-switch-thumb-off--border-color--invalid--active );--theme-switch-thumb-off--background:var( --theme-switch-thumb-off--background--invalid );--theme-switch-thumb-off--background--hover:var( --theme-switch-thumb-off--background--invalid--hover );--theme-switch-thumb-off--background--active:var( --theme-switch-thumb-off--background--invalid--active );--theme-switch-off--border-color:var( --theme-switch-off--border-color--invalid );--theme-switch-off--border-color--hover:var( --theme-switch-off--border-color--invalid--hover );--theme-switch-off--border-color--active:var( --theme-switch-off--border-color--invalid--active );--theme-switch-on--background:var( --theme-switch-on--background--invalid );--theme-switch-on--background--hover:var( --theme-switch-on--background--invalid--hover );--theme-switch-on--background--active:var( --theme-switch-on--background--invalid--active );--theme-switch-thumb-on--border-color:var( --theme-switch-thumb-on--border-color--invalid );--theme-switch-thumb-on--border-color--hover:var( --theme-switch-thumb-on--border-color--invalid--hover );--theme-switch-thumb-on--border-color--active:var( --theme-switch-thumb-on--border-color--invalid--active );--theme-switch-thumb-on--background:var( --theme-switch-thumb-on--background--invalid );--theme-switch-thumb-on--background--hover:var( --theme-switch-thumb-on--background--invalid--hover );--theme-switch-thumb-on--background--active:var( --theme-switch-thumb-on--background--invalid--active );--theme-switch-on--border-color:var( --theme-switch-on--border-color--invalid );--theme-switch-on--border-color--hover:var( --theme-switch-on--border-color--invalid--hover );--theme-switch-on--border-color--active:var( --theme-switch-on--border-color--invalid--active );--theme-switch-mixed--background:var( --theme-switch-mixed--background--invalid );--theme-switch-mixed--background--hover:var( --theme-switch-mixed--background--invalid--hover );--theme-switch-mixed--background--active:var( --theme-switch-mixed--background--invalid--active );--theme-switch-thumb-mixed--border-color:var( --theme-switch-thumb-mixed--border-color--invalid );--theme-switch-thumb-mixed--border-color--hover:var( --theme-switch-thumb-mixed--border-color--invalid--hover );--theme-switch-thumb-mixed--border-color--active:var( --theme-switch-thumb-mixed--border-color--invalid--active );--theme-switch-thumb-mixed--background:var( --theme-switch-thumb-mixed--background--invalid );--theme-switch-thumb-mixed--background--hover:var( --theme-switch-thumb-mixed--background--invalid--hover );--theme-switch-thumb-mixed--background--active:var( --theme-switch-thumb-mixed--background--invalid--active );--theme-switch-mixed--border-color:var( --theme-switch-mixed--border-color--invalid );--theme-switch-mixed--border-color--hover:var( --theme-switch-mixed--border-color--invalid--hover );--theme-switch-mixed--border-color--active:var( --theme-switch-mixed--border-color--invalid--active )}:host(.ix-invalid:not(.disabled)) .slider{--theme-switch-off--background:var( --theme-switch-off--background--invalid );--theme-switch-off--background--hover:var( --theme-switch-off--background--invalid--hover );--theme-switch-off--background--active:var( --theme-switch-off--background--invalid--active );--theme-switch-thumb-off--border-color:var( --theme-switch-thumb-off--border-color--invalid );--theme-switch-thumb-off--border-color--hover:var( --theme-switch-thumb-off--border-color--invalid--hover );--theme-switch-thumb-off--border-color--active:var( --theme-switch-thumb-off--border-color--invalid--active );--theme-switch-thumb-off--background:var( --theme-switch-thumb-off--background--invalid );--theme-switch-thumb-off--background--hover:var( --theme-switch-thumb-off--background--invalid--hover );--theme-switch-thumb-off--background--active:var( --theme-switch-thumb-off--background--invalid--active );--theme-switch-off--border-color:var( --theme-switch-off--border-color--invalid );--theme-switch-off--border-color--hover:var( --theme-switch-off--border-color--invalid--hover );--theme-switch-off--border-color--active:var( --theme-switch-off--border-color--invalid--active );--theme-switch-on--background:var( --theme-switch-on--background--invalid );--theme-switch-on--background--hover:var( --theme-switch-on--background--invalid--hover );--theme-switch-on--background--active:var( --theme-switch-on--background--invalid--active );--theme-switch-thumb-on--border-color:var( --theme-switch-thumb-on--border-color--invalid );--theme-switch-thumb-on--border-color--hover:var( --theme-switch-thumb-on--border-color--invalid--hover );--theme-switch-thumb-on--border-color--active:var( --theme-switch-thumb-on--border-color--invalid--active );--theme-switch-thumb-on--background:var( --theme-switch-thumb-on--background--invalid );--theme-switch-thumb-on--background--hover:var( --theme-switch-thumb-on--background--invalid--hover );--theme-switch-thumb-on--background--active:var( --theme-switch-thumb-on--background--invalid--active );--theme-switch-on--border-color:var( --theme-switch-on--border-color--invalid );--theme-switch-on--border-color--hover:var( --theme-switch-on--border-color--invalid--hover );--theme-switch-on--border-color--active:var( --theme-switch-on--border-color--invalid--active );--theme-switch-mixed--background:var( --theme-switch-mixed--background--invalid );--theme-switch-mixed--background--hover:var( --theme-switch-mixed--background--invalid--hover );--theme-switch-mixed--background--active:var( --theme-switch-mixed--background--invalid--active );--theme-switch-thumb-mixed--border-color:var( --theme-switch-thumb-mixed--border-color--invalid );--theme-switch-thumb-mixed--border-color--hover:var( --theme-switch-thumb-mixed--border-color--invalid--hover );--theme-switch-thumb-mixed--border-color--active:var( --theme-switch-thumb-mixed--border-color--invalid--active );--theme-switch-thumb-mixed--background:var( --theme-switch-thumb-mixed--background--invalid );--theme-switch-thumb-mixed--background--hover:var( --theme-switch-thumb-mixed--background--invalid--hover );--theme-switch-thumb-mixed--background--active:var( --theme-switch-thumb-mixed--background--invalid--active );--theme-switch-mixed--border-color:var( --theme-switch-mixed--border-color--invalid );--theme-switch-mixed--border-color--hover:var( --theme-switch-mixed--border-color--invalid--hover );--theme-switch-mixed--border-color--active:var( --theme-switch-mixed--border-color--invalid--active )}'}},[65,"ix-toggle",{name:[513],value:[513],checked:[1540],disabled:[4],indeterminate:[1540],textOn:[1,"text-on"],textOff:[1,"text-off"],textIndeterminate:[1,"text-indeterminate"],hideText:[4,"hide-text"],required:[516],hasValidValue:[64],getAssociatedFormElement:[64],isTouched:[64]},void 0,{checked:[{watchCheckedChange:0}]}]);!function(e,t,o,r){var n,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,o,r);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(i=(a<3?n(i):a>3?n(t,o,i):n(t,o))||i);a>3&&i&&Object.defineProperty(t,o,i)}([_b()],Zk.prototype,"updateClassMappings",null);const Yk=Zk,Xk=Nl,Gk=Ml;var Kk;!function(e){e.SELECT_FILE="SELECT_FILE",e.LOADING="LOADING",e.UPLOAD_FAILED="UPLOAD_FAILED",e.UPLOAD_SUCCESSED="UPLOAD_SUCCESSED"}(Kk||(Kk={})),El(class extends ss{get inputElement(){return this.hostElement.shadowRoot.querySelector("#upload-browser")}constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.filesChanged=Ws(this,"filesChanged",7),this.multiple=!1,this.multiline=!1,this.disabled=!1,this.state=Kk.SELECT_FILE,this.selectFileText="+ Drag files here or…",this.loadingText="Checking files…",this.uploadFailedText="Upload failed. Please try again.",this.uploadSuccessText="Upload successful",this.i18nUploadFile="Upload file…",this.i18nUploadDisabled="File upload currently not possible.",this.isFileOver=!1,this.a11y={}}componentWillLoad(){this.a11y=Pl(this.hostElement)}fileDropped(e){if(e.preventDefault(),this.disabled)return;if(!e.dataTransfer)return;const t=e.dataTransfer.files;this.isFileOver=!1,this.filesToUpload=this.convertToFileArray(t),this.filesChanged.emit(this.filesToUpload)}fileOver(e){e.dataTransfer&&(this.state!==Kk.LOADING&&(e.preventDefault(),e.dataTransfer.dropEffect="move"),!this.multiple&&e.dataTransfer.items.length>1?(e.preventDefault(),e.stopPropagation(),e.dataTransfer.effectAllowed="none",e.dataTransfer.dropEffect="none"):this.isFileOver=!0)}fileLeave(){this.isFileOver=!1}fileChangeEvent(e){this.disabled||e.target&&(this.filesToUpload=this.convertToFileArray(e.target.files),this.filesChanged.emit(this.filesToUpload),this.inputElement.type="",this.inputElement.type="file")}convertToFileArray(e){let t=[];return e?(t=e instanceof FileList?Array.from(e):[e],t):[]}renderUploadState(){if(this.disabled)return Is("span",{class:"state"},Is("span",{class:"upload-text"},this.i18nUploadDisabled));switch(this.state){case Kk.SELECT_FILE:return Is("span",{class:"state"},Is("span",{class:"upload-text"},this.selectFileText));case Kk.LOADING:return Is("span",{class:"state"},Is("ix-spinner",{variant:"primary"}),Is("span",{class:"upload-text"},this.loadingText));case Kk.UPLOAD_FAILED:return Is("span",{class:"state"},Is("ix-icon",{name:Ql,class:"icon-error"}),Is("span",{class:"upload-text"},this.uploadFailedText));case Kk.UPLOAD_SUCCESSED:return Is("span",{class:"state"},Is("ix-icon",{name:nd,class:"icon-success"}),Is("span",{class:"upload-text"},this.uploadSuccessText));default:return""}}async setFilesToUpload(e){this.filesToUpload=e}render(){const e=this.disabled||this.state===Kk.LOADING,t=this.a11y,{"aria-label":o="Upload files"}=t,r=function(e,t){var o={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(o[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(r=Object.getOwnPropertySymbols(e);n<r.length;n++)t.indexOf(r[n])<0&&Object.prototype.propertyIsEnumerable.call(e,r[n])&&(o[r[n]]=e[r[n]])}return o}(t,["aria-label"]);return Is(Os,Object.assign({key:"f6688a85aea9e0d89501ad0228672c3d8e7d1510"},r,{"aria-disabled":e}),Is("div",{key:"df7497428db60a2b3e67a4363c646cfe6b48ad00",class:{"file-upload-area":!0,"file-over":this.state!==Kk.LOADING&&this.isFileOver,checking:this.state===Kk.LOADING,disabled:this.disabled,multiline:this.multiline},onDrop:e=>{this.state!==Kk.LOADING&&this.fileDropped(e)},onDragOver:e=>this.fileOver(e),onDragLeave:()=>this.fileLeave()},this.renderUploadState(),Is("div",{key:"2d5be47bf62d7ee550161a9f3144360008a8c15a"},Is("input",{key:"65906ff25aef00a22ba14ca0c9ac06f5ba2f0a14","aria-label":o,"aria-disabled":e,multiple:this.multiple,type:"file",class:"upload-browser",id:"upload-browser",tabindex:"-1",onChange:e=>{this.fileChangeEvent(e)},accept:this.accept,disabled:e}),Is("ix-button",{key:"2aa95b1069cf60552bee194095cb2cb6cdc66d65",variant:"secondary","aria-disabled":e,onClick:()=>this.inputElement.click(),disabled:e},this.i18nUploadFile))))}get hostElement(){return this}static get style(){return":host{display:block;min-height:4rem;height:4rem}: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 .file-upload-area{display:flex;flex-direction:row;align-items:center;justify-content:space-between;overflow:hidden;height:100%;width:100%;padding:1rem;border:1px dashed var(--theme-upload--border-color);border-radius:var(--theme-upload--border-radius);color:var(--theme-upload-text--color)}:host .file-upload-area.multiline{max-height:unset;height:auto}:host .file-upload-area.multiline .glyph{align-self:flex-start;margin-block-start:3px}:host .file-upload-area.multiline>div{align-self:flex-start}:host .file-upload-area:not(.multiline) .state,:host .file-upload-area:not(.multiline) .upload-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .file-upload-area:not(.disabled).file-over{border-color:var(--theme-upload--border-color--dragover);border-style:solid}:host .file-upload-area.checking{color:var(--theme-upload-text--color--checking);border-style:solid}:host .file-upload-area.disabled{border-style:solid;color:var(--theme-upload-text--color--disabled)}:host .file-upload-area ix-button{margin-inline-start:1rem}:host .file-upload-area .upload-browser{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}:host .file-upload-area .loader{margin:2.187rem auto;font-size:0.937rem;width:1rem;height:1rem;border-radius:50%;position:relative;text-indent:-9999em;animation:optimise-loading 1.1s infinite ease;transform:translateZ(0)}:host .file-upload-area .upload-filename{margin-bottom:1rem}:host .file-upload-area .state{display:flex;align-items:center}:host .file-upload-area .state>ix-spinner{margin-inline-end:0.5rem}:host .file-upload-area .state>ix-icon{margin-inline-end:0.5rem}:host .file-upload-area .state>ix-icon.icon-error{color:var(--theme-color-alarm)}:host .file-upload-area .state>ix-icon.icon-success{color:var(--theme-color-success)}:host(.disabled){pointer-events:none}"}},[1,"ix-upload",{accept:[1],multiple:[4],multiline:[4],disabled:[4],state:[1],selectFileText:[1,"select-file-text"],loadingText:[1,"loading-text"],uploadFailedText:[1,"upload-failed-text"],uploadSuccessText:[1,"upload-success-text"],i18nUploadFile:[1,"i18n-upload-file"],i18nUploadDisabled:[1,"i18n-upload-disabled"],isFileOver:[32],setFilesToUpload:[64]}]),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.placement="top",this.suppressAutomaticPlacement=!1,this.isInputValid=!0,this.onSubmitBind=this.onSubmit.bind(this),this.onInputFocusBind=this.onInputFocus.bind(this)}get arrow(){return this.hostElement.shadowRoot.querySelector("#arrow")}get inputElement(){return this.hostElement.querySelector("input")}get formElement(){var e;return null===(e=this.inputElement)||void 0===e?void 0:e.form}get tooltipElement(){return this.hostElement.shadowRoot.querySelector(".validation-tooltip")}destroyAutoUpdate(){this.tooltipElement&&(this.tooltipElement.style.display="none"),this.autoUpdateCleanup&&this.autoUpdateCleanup()}applyTooltipPosition(){this.tooltipElement.style.display="block";let e={strategy:"fixed",middleware:[eh(),Gc(),Xc({mainAxis:8})]};e.middleware||(e.middleware=[]),this.suppressAutomaticPlacement||e.middleware.push(Kc({fallbackStrategy:"initialPlacement"})),e.placement=this.placement,this.autoUpdateCleanup=Yc(this.inputElement,this.tooltipElement,async()=>{e.middleware=[...e.middleware,Jc({element:this.arrow})];const t=await th(this.inputElement,this.tooltipElement,e);if(t.middlewareData.arrow){const{x:e,y:o}=t.middlewareData.arrow;this.arrowPosition={x:e,y:o},Object.assign(this.arrow.style,{left:null!=e?e+"px":"",top:null!=o?o+"px":""})}this.tooltipPosition={x:t.x,y:t.y}},{ancestorResize:!0,ancestorScroll:!0,elementResize:!0})}componentDidLoad(){if(!this.inputElement)throw Error("Validation tooltip is only working with an direct input child.");if(!this.formElement)throw Error("Validation tooltip is only working with an form element.");this.formElement.addEventListener("submit",this.onSubmitBind),this.inputElement.addEventListener("focus",this.onInputFocusBind),this.observer=new MutationObserver(()=>{this.inputElement.classList.contains("is-invalid")&&(this.isInputValid=!1,this.validationChanged())}),this.observer.observe(this.inputElement,{childList:!1,subtree:!1,attributes:!0,attributeFilter:["class"]})}onInputFocus(){this.isInputValid=!0}onSubmit(){this.formElement.classList.contains("needs-validation")&&(this.isInputValid=this.inputElement.validity.valid)}disconnectedCallback(){var e,t,o;null===(e=this.observer)||void 0===e||e.disconnect(),this.destroyAutoUpdate(),null===(t=this.formElement)||void 0===t||t.removeEventListener("submit",this.onSubmitBind),null===(o=this.inputElement)||void 0===o||o.removeEventListener("focus",this.onInputFocusBind)}validationChanged(){this.isInputValid?this.destroyAutoUpdate():this.applyTooltipPosition()}render(){var e,t,o,r;return Is(Os,{key:"804b1c0a4c819e6e454a61f70f19c112807c3f41"},Is("slot",{key:"e61d2a3b69a8454d0ce098519a2be0810c016535"}),Is("div",{key:"e1b70a7dadf9c20adf6948e341af33f4b58e8f1b",role:"tooltip",style:{display:"none",position:"fixed",top:"0",left:"0",transform:`translate(${Math.round(null!==(t=null===(e=this.tooltipPosition)||void 0===e?void 0:e.x)&&void 0!==t?t:0)}px,${Math.round(null!==(r=null===(o=this.tooltipPosition)||void 0===o?void 0:o.y)&&void 0!==r?r:0)}px)`},class:"validation-tooltip text-default"},this.message,Is("slot",{key:"88ffad7d29394f55e1718b1b7f05802797552d1a",name:"tooltip-message"}),Is("div",{key:"0de20e8724bee32fc6e8df066e0666e2a2f65801",id:"arrow"})))}get hostElement(){return this}static get watchers(){return{isInputValid:[{validationChanged:0}]}}static get style(){return'.text-xs{font-family:Siemens Sans, sans-serif;font-size:0.625rem;font-weight:400;line-height:1.4em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-s{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-caption{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-caption-single{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-single{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.143em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-title{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-title-single{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.143em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-single{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.25em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-title{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-title-single{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.25em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-h2{font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:700;line-height:1.455em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-xl{font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:400;line-height:1.091em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}a{color:var(--theme-color-primary)}:host{display:inline-block;position:relative;width:100%;z-index:var(--theme-z-index-tooltip)}:host .validation-tooltip{background-color:var(--theme-tooltip--background);color:var(--theme-tooltip--color);padding:5px 10px;border-radius:4px;font-size:13px;border:1px solid var(--theme-tooltip--border-color);box-shadow:0 0 2px 0 rgba(0, 0, 40, 0.1), 0 4px 8px 0 rgba(0, 0, 40, 0.1), 0 12px 18px 0 rgba(0, 0, 40, 0.1)}:host .validation-tooltip #arrow,:host .validation-tooltip #arrow::before{position:absolute;width:8px;height:8px;background:inherit}:host .validation-tooltip #arrow{visibility:hidden}:host .validation-tooltip #arrow::before{visibility:visible;content:"";transform:rotate(45deg);background-color:var(--theme-tooltip--background)}:host .validation-tooltip>#arrow{bottom:-5px}:host .validation-tooltip>#arrow::before{border-right:1px solid var(--theme-tooltip--border-color);border-bottom:1px solid var(--theme-tooltip--border-color)}'}},[257,"ix-validation-tooltip",{message:[1],placement:[1],suppressAutomaticPlacement:[4,"suppress-automatic-placement"],isInputValid:[32],tooltipPosition:[32],arrowPosition:[32]},void 0,{isInputValid:[{validationChanged:0}]}]),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.selectedChanged=Ws(this,"selectedChanged",7),this.vertical=!1,this.disabled=!1,this.status="open",this.clickable=!1,this.selected=!1,this.position="undefined",this.iconColor="workflow-step-icon-default--color",this.customIconSlot=!1}selectedHandler(){this.setWorkflowStepStyles()}watchPropHandler(){this.setWorkflowStepStyles()}setWorkflowStepStyles(){const e=this.selected?"--selected":"";switch(this.status){case"open":this.iconName=this.selected?Hl:Ul,this.iconColor="workflow-step-icon-default--color"+e;break;case"success":this.iconName=nd,this.iconColor="color-success";break;case"done":this.iconName=Wl,this.iconColor="workflow-step-icon-done--color"+e;break;case"warning":this.iconName=id,this.iconColor="color-warning-text";break;case"error":this.iconName=Ql,this.iconColor="color-alarm";break;default:this.iconName=Ul}this.disabled&&(this.iconColor="workflow-step-icon-success--color--disabled")}componentWillLoad(){this.watchPropHandler(),this.selectedHandler(),this.customIconSlot=!!this.hostElement.querySelector('[slot="custom-icon"]')}onStepClick(){!this.disabled&&this.clickable&&this.selectedChanged.emit(this.hostElement)}getIconAriaLabel(){switch(this.iconName){case Ul:return"Circle";case Hl:return"Circle dot";case Wl:return"Done";case Ql:return"Error";case nd:return"Success";case ad:case id:return"Warning";default:return"Step"}}render(){const e=this.customIconSlot?null:Is(Ll,null,Is("ix-icon",{color:"color-1",name:"warning"===this.status?ad:Wl,class:"absolute",size:"24"}),Is("ix-icon",{color:this.iconColor,name:this.iconName,class:"absolute",size:"24","aria-label":this.getIconAriaLabel()}));return Is(Os,{key:"ba277a277df82498b071d6b63e07177f33b39747",class:{"host-vertical":this.vertical},onClick:()=>this.onStepClick()},Is("div",{key:"254f15dc98882c3ccf425806ebcb798cf4ca2067",tabIndex:0,class:{step:!0,selected:this.selected,vertical:this.vertical,disabled:this.disabled,clickable:this.clickable&&!this.disabled}},Is("div",{key:"52277952fefb15636c4c769cae8b1b31681747b0",class:"wrapper"},Is("div",{key:"172e5dbd849ff5f1c398b9dd2269a1a5289d7e13",class:{line:!0,selected:this.selected,[this.status]:!0,[this.position]:!0}}),Is("div",{key:"d14473e894db0490d0846b991bd11ea96d1d0940",class:"iconWrapper"},e,Is("slot",{key:"fd034c7d06df4e52aa704e7032acc93afe1bb5fc",name:"custom-icon"}))),Is("div",{key:"c4f2915aaa75d26fcfbbd9bf5786f2786da58b9c",class:"text"},Is("slot",{key:"08b316f4c683aa9be7a5edac8b64977538683ba4"}))))}get hostElement(){return this}static get watchers(){return{selected:[{selectedHandler:0}],disabled:[{watchPropHandler:0}],status:[{watchPropHandler:0}]}}static get style(){return":host(:not(.host-vertical)){width:12rem;height:4rem;min-width:2rem;min-height:4rem;max-width:12rem}:host(.host-vertical){width:100%;height:4rem;min-width:4rem;min-height:2rem;max-height:12rem}:host{display:inline-block;position:relative}: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 .step{display:flex;flex-direction:column;align-items:center;background-color:var(--theme-workflow-step--background);border-radius:var(--theme-workflow--border-radius);padding:1.125rem 0 0.5rem 0}:host .step .wrapper{display:flex;width:100%;align-items:center;justify-content:center;position:relative}:host .step .wrapper .line{width:100%;height:0.125rem;background-color:var(--theme-workflow-step-icon-default--color)}:host .step .wrapper .line.first,:host .step .wrapper .line.last{width:50%;margin:0 0 0 auto}:host .step .wrapper .line.last{margin:0 auto 0 0}:host .step .wrapper .line.single{width:0}:host .step .wrapper .line.selected{background-color:var(--theme-workflow-step-icon-default--color--selected)}:host .step .wrapper .line.done{background-color:var(--theme-workflow-step-icon-done--color)}:host .step .wrapper .line.done.selected{background-color:var(--theme-workflow-step-icon-done--color--selected)}:host .step .wrapper .line.warning{background-color:var(--theme-color-warning)}:host .step .wrapper .line.success{background-color:var(--theme-color-success)}:host .step .wrapper .line.error{background-color:var(--theme-color-alarm)}:host .step .wrapper .iconWrapper{display:flex;align-items:center;justify-content:center;position:absolute}:host .step .wrapper .iconWrapper .absolute{position:absolute}:host .step .text{margin-top:1rem;width:100%;padding:0 0.5rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:center}:host .step.vertical{flex-direction:row;padding:0;height:100%}:host .step.vertical .wrapper{width:auto;padding-left:1.125rem;height:100%}:host .step.vertical .wrapper .line{width:0.125rem;height:100%}:host .step.vertical .wrapper .line.first,:host .step.vertical .wrapper .line.last{height:50%;margin:auto 0 0 0}:host .step.vertical .wrapper .line.last{margin:0 0 auto 0}:host .step.vertical .wrapper .line.single{width:0}:host .step.vertical .text{margin:0 1rem;padding:0;width:auto}:host .step.clickable:hover{background-color:var(--theme-workflow-step--background--hover)}:host .step.clickable:active{background-color:var(--theme-workflow-step--background--active)}:host .step:focus-visible{outline:1px solid var(--focus--border-color);border-radius:0}:host .step.selected{background-color:var(--theme-workflow-step--background--selected)}:host .step.disabled{background-color:var(--theme-workflow-step--background--disabled)}:host .step.disabled .line{background-color:var(--theme-workflow-step-icon-default--color--disabled) !important}:host .step.disabled .text{color:var(--theme-workflow-step--color--disabled)}"}},[257,"ix-workflow-step",{vertical:[4],disabled:[4],status:[1],clickable:[4],selected:[4],position:[1],iconName:[32],iconColor:[32]},void 0,{selected:[{selectedHandler:0}],disabled:[{watchPropHandler:0}],status:[{watchPropHandler:0}]}]),El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.stepSelected=Ws(this,"stepSelected",7),this.vertical=!1,this.clickable=!1,this.selectedIndex=0}getSteps(){return Array.from(this.hostElement.querySelectorAll("ix-workflow-step"))}updateSteps(){let e=this.getSteps();e.forEach((t,o)=>{t.vertical=this.vertical,t.clickable=this.clickable,t.selected=this.selectedIndex===o,t.position=1!==e.length?0===o?"first":o===e.length-1?"last":"undefined":"single"})}onStepSelectionChanged(e){const t=e.detail,o=this.getSteps(),r=o.findIndex(e=>e===t);this.stepSelected.emit(r).defaultPrevented||o.forEach((e,t)=>{e.selected=t===r})}componentWillLoad(){this.updateSteps()}componentDidLoad(){this.observer=hb(e=>{for(let t of e)"childList"===t.type&&this.updateSteps()}),this.observer.observe(this.hostElement,{childList:!0})}disconnectedCallback(){this.observer&&this.observer.disconnect()}componentDidRender(){this.updateSteps()}render(){return Is(Os,{key:"ed6d9907f43ca79688b00201d2432287444f30e6"},Is("div",{key:"f116d280b59c16a79aa4867329f36035ca14d919",class:{steps:!0,vertical:this.vertical}},Is("slot",{key:"378f336873295a70620117d939d587b8ff407739"})))}get hostElement(){return this}static get style(){return":host{display:block;position:relative;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;min-width:2rem}: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 .steps{display:flex;height:100%}:host .steps.vertical{flex-direction:column}"}},[257,"ix-workflow-steps",{vertical:[4],clickable:[4],selectedIndex:[2,"selected-index"]},[[0,"selectedChanged","onStepSelectionChanged"]]]);
|
|
36
|
+
/**
|
|
37
|
+
* @license
|
|
38
|
+
* Copyright 2018 Google LLC
|
|
39
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
40
|
+
*/
|
|
41
|
+
const Qk=new Set(["children","localName","ref","style","className"]),Jk=new WeakMap,ex=(e,t,o,r,n)=>{const a=null==n?void 0:n[t];void 0===a?(e[t]=o,null==o&&t in HTMLElement.prototype&&e.removeAttribute(t)):o!==r&&((e,t,o)=>{let r=Jk.get(e);void 0===r&&Jk.set(e,r=new Map);let n=r.get(t);void 0!==o?void 0===n?(r.set(t,n={handleEvent:o}),e.addEventListener(t,n)):n.handleEvent=o:void 0!==n&&(r.delete(t),e.removeEventListener(t,n))})(e,a,o)},tx=({defineCustomElement:e,...t})=>(typeof e<"u"&&e(),(({react:e,tagName:t,elementClass:o,events:r,displayName:n})=>{const a=new Set(Object.keys(null!=r?r:{})),i=e.forwardRef((n,i)=>{const s=e.useRef(new Map),l=e.useRef(null),d={},c={};for(const[e,t]of Object.entries(n))Qk.has(e)?d["className"===e?"class":e]=t:a.has(e)||e in o.prototype?c[e]=t:d[e]=t;return e.useLayoutEffect(()=>{if(null===l.current)return;const e=new Map;for(const t in c)ex(l.current,t,n[t],s.current.get(t),r),s.current.delete(t),e.set(t,n[t]);for(const[t,o]of s.current)ex(l.current,t,void 0,o,r);s.current=e}),e.useLayoutEffect(()=>{var e;null===(e=l.current)||void 0===e||e.removeAttribute("defer-hydration")},[]),d.suppressHydrationWarning=!0,e.createElement(t,{...d,ref:e.useCallback(e=>{l.current=e,"function"==typeof i?i(e):null!==i&&(i.current=e)},[i])})});return i.displayName=null!=n?n:o.name,i})(t)),ox=tx({tagName:"ix-application",elementClass:Oh,react:f,events:{},defineCustomElement:function(){"undefined"!=typeof customElements&&["ix-application"].forEach(e=>{"ix-application"===e&&(customElements.get(e)||customElements.define(e,zh))})}}),rx=tx({tagName:"ix-application-header",elementClass:Eh,react:f,events:{onMenuToggle:"menuToggle",onOpenAppSwitch:"openAppSwitch"},defineCustomElement:function(){"undefined"!=typeof customElements&&["ix-application-header","ix-dropdown","ix-icon-button","ix-menu-expand-icon","ix-spinner","ix-typography"].forEach(e=>{switch(e){case"ix-application-header":customElements.get(e)||customElements.define(e,Ch);break;case"ix-dropdown":customElements.get(e)||uh();break;case"ix-icon-button":customElements.get(e)||xh();break;case"ix-menu-expand-icon":customElements.get(e)||Sh();break;case"ix-spinner":customElements.get(e)||yh();break;case"ix-typography":customElements.get(e)||Ml()}})}}),nx=tx({tagName:"ix-avatar",elementClass:Fh,react:f,events:{},defineCustomElement:Bh}),ax=tx({tagName:"ix-blind",elementClass:cb,react:f,events:{onCollapsedChange:"collapsedChange"},defineCustomElement:function(){"undefined"!=typeof customElements&&["ix-blind","ix-typography"].forEach(e=>{switch(e){case"ix-blind":customElements.get(e)||customElements.define(e,db);break;case"ix-typography":customElements.get(e)||Ml()}})}}),ix=tx({tagName:"ix-button",elementClass:gb,react:f,events:{},defineCustomElement:vb}),sx=tx({tagName:"ix-col",elementClass:Mb,react:f,events:{},defineCustomElement:Db}),lx=tx({tagName:"ix-content",elementClass:Bb,react:f,events:{},defineCustomElement:function(){"undefined"!=typeof customElements&&["ix-content"].forEach(e=>{"ix-content"===e&&(customElements.get(e)||customElements.define(e,Fb))})}}),dx=tx({tagName:"ix-content-header",elementClass:jb,react:f,events:{onBackButtonClick:"backButtonClick"},defineCustomElement:function(){"undefined"!=typeof customElements&&["ix-content-header","ix-icon-button","ix-spinner","ix-typography"].forEach(e=>{switch(e){case"ix-content-header":customElements.get(e)||customElements.define(e,Vb);break;case"ix-icon-button":customElements.get(e)||xh();break;case"ix-spinner":customElements.get(e)||yh();break;case"ix-typography":customElements.get(e)||Ml()}})}}),cx=tx({tagName:"ix-dropdown",elementClass:Ty,react:f,events:{onShowChanged:"showChanged"},defineCustomElement:Iy}),hx=tx({tagName:"ix-dropdown-button",elementClass:Ey,react:f,events:{},defineCustomElement:function(){"undefined"!=typeof customElements&&["ix-dropdown-button","ix-button","ix-dropdown","ix-icon-button","ix-spinner"].forEach(e=>{switch(e){case"ix-dropdown-button":customElements.get(e)||customElements.define(e,Cy);break;case"ix-button":customElements.get(e)||fb();break;case"ix-dropdown":customElements.get(e)||uh();break;case"ix-icon-button":customElements.get(e)||xh();break;case"ix-spinner":customElements.get(e)||yh()}})}}),ux=tx({tagName:"ix-dropdown-item",elementClass:Ly,react:f,events:{},defineCustomElement:_y}),mx=tx({tagName:"ix-empty-state",elementClass:Oy,react:f,events:{onActionClick:"actionClick"},defineCustomElement:function(){"undefined"!=typeof customElements&&["ix-empty-state","ix-button","ix-spinner","ix-typography"].forEach(e=>{switch(e){case"ix-empty-state":customElements.get(e)||customElements.define(e,zy);break;case"ix-button":customElements.get(e)||fb();break;case"ix-spinner":customElements.get(e)||yh();break;case"ix-typography":customElements.get(e)||Ml()}})}}),bx=tx({tagName:"ix-event-list",elementClass:Ay,react:f,events:{},defineCustomElement:function(){"undefined"!=typeof customElements&&["ix-event-list"].forEach(e=>{"ix-event-list"===e&&(customElements.get(e)||customElements.define(e,Py))})}}),px=tx({tagName:"ix-event-list-item",elementClass:Ry,react:f,events:{onItemClick:"itemClick"},defineCustomElement:function(){"undefined"!=typeof customElements&&["ix-event-list-item"].forEach(e=>{"ix-event-list-item"===e&&(customElements.get(e)||customElements.define(e,$y))})}}),fx=tx({tagName:"ix-icon-button",elementClass:Ny,react:f,events:{},defineCustomElement:My}),gx=tx({tagName:"ix-key-value",elementClass:Hy,react:f,events:{},defineCustomElement:function(){"undefined"!=typeof customElements&&["ix-key-value"].forEach(e=>{"ix-key-value"===e&&(customElements.get(e)||customElements.define(e,By))})}}),vx=tx({tagName:"ix-key-value-list",elementClass:Fy,react:f,events:{},defineCustomElement:function(){"undefined"!=typeof customElements&&["ix-key-value-list"].forEach(e=>{"ix-key-value-list"===e&&(customElements.get(e)||customElements.define(e,jy))})}}),yx=tx({tagName:"ix-kpi",elementClass:Uy,react:f,events:{},defineCustomElement:function(){"undefined"!=typeof customElements&&["ix-kpi"].forEach(e=>{"ix-kpi"===e&&(customElements.get(e)||customElements.define(e,Wy))})}}),kx=tx({tagName:"ix-layout-grid",elementClass:qy,react:f,events:{},defineCustomElement:Zy}),xx=tx({tagName:"ix-menu",elementClass:hk,react:f,events:{onExpandChange:"expandChange",onMapExpandChange:"mapExpandChange",onOpenAppSwitch:"openAppSwitch",onOpenSettings:"openSettings",onOpenAbout:"openAbout"},defineCustomElement:function(){"undefined"!=typeof customElements&&["ix-menu","ix-icon-button","ix-menu-expand-icon","ix-menu-item","ix-spinner","ix-tooltip","ix-typography"].forEach(e=>{switch(e){case"ix-menu":customElements.get(e)||customElements.define(e,ck);break;case"ix-icon-button":customElements.get(e)||xh();break;case"ix-menu-expand-icon":customElements.get(e)||Sh();break;case"ix-menu-item":customElements.get(e)||ik();break;case"ix-spinner":customElements.get(e)||yh();break;case"ix-tooltip":customElements.get(e)||Nh();break;case"ix-typography":customElements.get(e)||Ml()}})}}),wx=tx({tagName:"ix-menu-item",elementClass:sk,react:f,events:{},defineCustomElement:lk}),Sx=tx({tagName:"ix-modal",elementClass:Ck,react:f,events:{onDialogClose:"dialogClose",onDialogDismiss:"dialogDismiss"},defineCustomElement:Ek}),Cx=tx({tagName:"ix-modal-content",elementClass:pk,react:f,events:{},defineCustomElement:fk}),Ex=tx({tagName:"ix-modal-footer",elementClass:vk,react:f,events:{},defineCustomElement:function(){"undefined"!=typeof customElements&&["ix-modal-footer"].forEach(e=>{"ix-modal-footer"===e&&(customElements.get(e)||customElements.define(e,gk))})}}),Lx=tx({tagName:"ix-modal-header",elementClass:xk,react:f,events:{onCloseClick:"closeClick"},defineCustomElement:wk}),_x=tx({tagName:"ix-row",elementClass:Rk,react:f,events:{},defineCustomElement:Pk}),Tx=tx({tagName:"ix-slider",elementClass:Dk,react:f,events:{onValueChange:"valueChange"},defineCustomElement:function(){"undefined"!=typeof customElements&&["ix-slider","ix-field-label","ix-field-wrapper","ix-tooltip","ix-typography"].forEach(e=>{switch(e){case"ix-slider":customElements.get(e)||customElements.define(e,Mk);break;case"ix-field-label":customElements.get(e)||zb();break;case"ix-field-wrapper":customElements.get(e)||"undefined"!=typeof customElements&&["ix-field-wrapper","ix-field-label","ix-tooltip","ix-typography"].forEach(e=>{switch(e){case"ix-field-wrapper":customElements.get(e)||customElements.define(e,Rb);break;case"ix-field-label":customElements.get(e)||zb();break;case"ix-tooltip":customElements.get(e)||Nh();break;case"ix-typography":customElements.get(e)||Ml()}});break;case"ix-tooltip":customElements.get(e)||Nh();break;case"ix-typography":customElements.get(e)||Ml()}})}}),Ix=tx({tagName:"ix-tab-item",elementClass:Vk,react:f,events:{onTabClick:"tabClick"},defineCustomElement:jk}),zx=tx({tagName:"ix-tabs",elementClass:Fk,react:f,events:{onSelectedChange:"selectedChange"},defineCustomElement:Bk}),Ox=tx({tagName:"ix-toggle",elementClass:Yk,react:f,events:{onCheckedChange:"checkedChange",onIxBlur:"ixBlur"},defineCustomElement:function(){"undefined"!=typeof customElements&&["ix-toggle","ix-typography"].forEach(e=>{switch(e){case"ix-toggle":customElements.get(e)||customElements.define(e,Zk);break;case"ix-typography":customElements.get(e)||Ml()}})}}),$x=tx({tagName:"ix-typography",elementClass:Xk,react:f,events:{},defineCustomElement:Gk});var Rx,Px;!function(e){e.EQUAL="Equal",e.NOT_EQUAL="Not equal"}(Rx||(Rx={})),function(e){e.SELECT_FILE="SELECT_FILE",e.LOADING="LOADING",e.UPLOAD_FAILED="UPLOAD_FAILED",e.UPLOAD_SUCCESSED="UPLOAD_SUCCESSED"}(Px||(Px={}));class Ax{constructor(){this.listeners=[],this.listenersOncer=[],this.on=e=>(this.listeners.push(e),{dispose:()=>this.off(e)}),this.once=e=>{this.listenersOncer.push(e)},this.off=e=>{const t=this.listeners.indexOf(e);t>-1&&this.listeners.splice(t,1)},this.emit=e=>{if(this.listeners.forEach(t=>t(e)),this.listenersOncer.length>0){const t=this.listenersOncer;this.listenersOncer=[],t.forEach(t=>t(e))}},this.pipe=e=>this.on(t=>e.emit(t))}}const Nx=new class{async attachView(e,t){var o;return(null!==(o=null==t?void 0:t.parentElement)&&void 0!==o?o:document.body).appendChild(e),e}async removeView(e){e.remove()}};let Mx=Nx;const Dx=()=>Nx;async function Vx(e){const t=Mx;let o;const r=new Ax,n=new Ax;if("string"==typeof e.content){const t=document.createElement("ix-modal");t.innerText=e.content,o=await Dx().attachView(t)}if(e.content instanceof HTMLElement&&"IX-MODAL"!==e.content.tagName){const t=document.createElement("ix-modal");t.appendChild(e.content),o=await Dx().attachView(t)}return o||(o=await t.attachView(e.content)),function(e,t){const o=t.ariaDescribedby,r=t.ariaLabelledby;delete t.ariaDescribedby,delete t.ariaLabelledby,o&&e.setAttribute("aria-describedby",o),r&&e.setAttribute("aria-labelledby",r)}(o,e),Object.assign(o,e),await o.showModal(),o.addEventListener("dialogClose",async({detail:e})=>{r.emit(e),await t.removeView(o)}),o.addEventListener("dialogDismiss",async({detail:e})=>{n.emit(e),await t.removeView(o)}),requestAnimationFrame(()=>{const e=o.querySelector("[autofocus],[auto-focus]");e&&e.focus()}),{htmlElement:o,onClose:r,onDismiss:n}}const jx="data-ix-theme",Fx="data-ix-color-schema",Bx=()=>window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light";new class{hasVariantSuffix(e){return e.endsWith(this.suffixDark)||e.endsWith(this.suffixLight)}isThemeClass(e){return e.startsWith(this.prefixTheme)&&this.hasVariantSuffix(e)}getMode(){const e=document.documentElement.dataset.ixColorSchema;if("dark"===e||"light"===e)return e;const t=this.getThemeClassFromBody();return t?t.endsWith(this.suffixDark)?"dark":"light":Bx()}getThemeClassFromBody(){if(document.body)return(document.body.className||"").split(" ").find(e=>e&&this.isThemeClass(e))}setTheme(e,t=!1){this.isThemeClass(e)?this.replaceThemeClass(e):document.documentElement.dataset.ixTheme=e,t&&this.setVariant()}replaceThemeClass(e){const t=Array.from(document.documentElement.classList).filter(e=>this.isThemeClass(e));document.documentElement.classList.remove(...t),document.documentElement.classList.add(e)}toggleMode(){if(document.documentElement.hasAttribute(Fx)){const e=document.documentElement.dataset.ixColorSchema;return void(document.documentElement.dataset.ixColorSchema="dark"===e?"light":"dark")}const e=this.getThemeClassFromBody();if(e){const t=e.replace(/-(dark|light)$/,e=>"-dark"===e?"-light":"-dark");return document.body.classList.remove(e),document.body.classList.add(t),this.themeChanged.emit(t),void this.schemaChanged.emit(t.endsWith(this.suffixDark)?"dark":"light")}const t=this.defaultTheme.endsWith(this.suffixDark)?"light":"dark";document.documentElement.hasAttribute(jx)||(document.documentElement.dataset.ixTheme="classic"),document.documentElement.dataset.ixColorSchema=t}getCurrentTheme(){const e=this.getThemeClassFromBody();return null!=e?e:`theme-${document.documentElement.dataset.ixTheme||"classic"}-${document.documentElement.dataset.ixColorSchema||Bx()}`}setVariant(e=Bx()){if(document.documentElement.dataset.ixColorSchema)return void(document.documentElement.dataset.ixColorSchema=e);const t=this.getThemeClassFromBody();if(t){const o=t.replace(/-(dark|light)$/,`-${e}`);return document.body.classList.remove(t),document.body.classList.add(o),this.themeChanged.emit(o),void this.schemaChanged.emit(e)}document.documentElement.hasAttribute(jx)||(document.documentElement.dataset.ixTheme="classic"),document.documentElement.dataset.ixColorSchema=e}splitMutations(e){return{classMutations:e.filter(e=>"class"===e.attributeName),dataMutations:e.filter(e=>e.attributeName===jx||e.attributeName===Fx)}}handleClassMutations(e){e.forEach(e=>{const{target:t}=e;t.classList.forEach(t=>{var o;this.isThemeClass(t)&&!(null===(o=e.oldValue)||void 0===o?void 0:o.includes(t))&&this.themeChanged.emit(t)})})}handleDataMutations(e){e.forEach(e=>{const{target:t}=e,o=t.attributes.getNamedItem(jx);(null==o?void 0:o.value)&&e.oldValue!==o.value&&this.themeChanged.emit(o.value);const r=t.attributes.getNamedItem(Fx);(null==r?void 0:r.value)&&e.oldValue!==r.value&&this.schemaChanged.emit(r.value)})}registerMutationObservers(){if("undefined"==typeof window)return;if(!("MutationObserver"in window))return void console.warn("ThemeSwitcher not supported by your browser. Missing MutationObserver API");const e={attributeFilter:["class",jx,Fx],attributeOldValue:!0};this.mutationObserver=new MutationObserver(e=>{const{classMutations:t,dataMutations:o}=this.splitMutations(e);this.handleClassMutations(t),this.handleDataMutations(o)}),this.mutationObserver.observe(document.documentElement,e)}constructor(){this.prefixTheme="theme-",this.suffixLight="-light",this.suffixDark="-dark",this.defaultTheme="theme-classic-dark",this.themeChanged=new Ax,this.schemaChanged=new Ax,this.registerMutationObservers()}destroy(){var e;null===(e=this.mutationObserver)||void 0===e||e.disconnect()}};let Hx=0;const Wx={},Ux=new class{constructor(){this.isUsingReactPortal=!1,this.portalInitPromise=new Promise(e=>this.resolvePortalInitPromise=e)}async attachView(e){const t="ix-react-view-"+Hx++;return this.isUsingReactPortal?(await this.isPortalReady(),this.attachViewToPortal?await this.attachViewToPortal(t,e):void console.error("Portal could not be initialized")):async function(e,t){return new Promise(o=>{const r=document.createElement("DIV");r.id=e,r.style.display="contents",document.body.appendChild(r);const n=P.createRoot(r);n.render(t),Wx[e]=n,setTimeout(()=>{const e=r.children[0];o(e)})})}(t,e)}async removeView(e){if(!this.removeViewFromPortal)return async function(e){const t=e.parentElement,o=t.id;o in Wx&&(Wx[o].unmount(),delete Wx[o],t.remove())}(e);const t=e.parentElement.getAttribute("data-portal-id");this.removeViewFromPortal(t)}portalReady(){var e;null===(e=this.resolvePortalInitPromise)||void 0===e||e.call(this)}async isPortalReady(){return this.portalInitPromise}};Mx=Ux;const qx="ix-portal",Zx=e=>{const[t,o]=p.useState(null),r=p.useRef({}),n=p.useRef({}),[a,i]=p.useState({});return p.useEffect(()=>{e.delegate.attachViewToPortal=async(e,t)=>(((e,t)=>{const o={...n.current};o[e]=t,i(o),n.current=o})(e,t),new Promise(t=>{const o={...r.current};o[e]=t,r.current=o})),e.delegate.removeViewFromPortal=async e=>{(e=>{const t={...n.current};delete t[e],i(t),n.current=t})(e)},e.delegate.portalReady()},[]),p.useLayoutEffect(()=>{const e=document.querySelector(`#${qx}`);e&&o(e)},[]),p.useLayoutEffect(()=>{Object.keys(a).forEach(e=>{const t={...r.current},o=document.querySelector(`[data-portal-id="${e}"]`);if(o&&1===o.children.length&&t[e]){const r=o.children[0];t[e](r)}})},[a]),t?c.jsx(c.Fragment,{children:Object.keys(a).map(e=>{const o=a[e];return sn.createPortal(c.jsx("div",{"data-portal-id":e,style:{display:"contents "},children:o}),t,e)})}):null},Yx=f.createContext(null);class Xx extends f.Component{constructor(e){super(e),this.delegate=Ux,this.delegate.isUsingReactPortal=!0}render(){return c.jsxs(Yx.Provider,{value:{delegate:this.delegate},children:[this.props.children,c.jsx(Zx,{delegate:this.delegate}),c.jsx("div",{id:qx})]})}}const Gx=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.visible=!0}listenToggleEvent(){const e=!this.visible,t={width:e?["0","22rem"]:["22rem","0"],opacity:e?[0,1]:[1,0],easing:"easeInSine",duration:ud.defaultTime},o=()=>{this.visible=e};e?t.begin=o.bind(this):t.complete=o.bind(this),sb(this.hostElement,t)}render(){return Is(Os,{key:"9930b3444817c8ad6c3da375484018d294897472",slot:"application-sidebar",class:{visible:this.visible}},this.visible?Is("slot",null):null)}get hostElement(){return this}static get style(){return":host{display:block;position:relative;width:22rem;height:100%;padding:0}: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(.visible){border-right:2px solid var(--theme-color-soft-bdr);padding:1.5rem 0.5rem 0}"}},[257,"ix-application-sidebar",{visible:[32]},[[8,"application-sidebar-toggle","listenToggleEvent"]]]);function Kx(e){return Is("button",{class:{AppEntry:!0,Selected:e.selected},onClick:()=>{(function(e,t){const o=function(e){return e.closest("ix-modal")}(e);o&&o.dismissModal(t)})(e.host),window.open(e.url,e.target)}},Is("div",null,Is("img",{class:"AppIcon",src:e.iconSrc})),Is("div",{class:"AppName"},Is("ix-typography",{format:"h4"},e.name,function(e){return"_blank"!==e&&"_parent"!==e&&"_self"!==e&&"_top"!==e||"_blank"===e}(e.target)&&Is("ix-icon",{size:"12",name:"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>open-external</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='icon' transform='translate(85.333333, 64.000000)'><path d='M128,63.999444 L128,106.666444 L42.6666667,106.666667 L42.6666667,320 L256,320 L256,234.666444 L298.666,234.666444 L298.666667,362.666667 L4.26325641e-14,362.666667 L4.26325641e-14,64 L128,63.999444 Z M362.666667,1.42108547e-14 L362.666667,170.666667 L320,170.666667 L320,72.835 L143.084945,249.751611 L112.915055,219.581722 L289.83,42.666 L192,42.6666667 L192,1.42108547e-14 L362.666667,1.42108547e-14 Z' id='Combined-Shape'/></g></g></svg>",color:"color-soft-text"})),Is("ix-typography",{format:"label-sm",textColor:"soft"},e.description)))}const Qx=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow()}componentWillLoad(){if(!this.config)throw Error("ApplicationConfig not provided")}render(){var e,t,o,r;return Is(Os,{key:"ad91bb8276f431a5eaf9efc39520c3d679fa1c35"},Is("ix-modal-header",{key:"8818474a3ac6e57a7758af5f9ed2707c1d741f36",icon:Dl},(null===(e=this.config)||void 0===e?void 0:e.i18nAppSwitch)||"Switch to application"),Is("ix-modal-content",{key:"2499c10197c91b9f167f38ab864083453b497325",class:"content"},Is("div",{key:"1f6f1fe8f3cf57506aa28a9f758dcfa7a0114163",class:"content-apps"},(!this.config||0===(null===(t=this.config)||void 0===t?void 0:t.apps.length))&&Is("div",{key:"096832c472ffa6665e1d1a3e61234dbf867c43c8",class:"loading"},Is("ix-spinner",{key:"89524c61771cea96b31e89b59d722e22a418ca98",size:"medium",variant:"primary"}),Is("span",{key:"a9bb64f0ba5ae12e77cb86dd38a1e4da0abd7ab4"},(null===(o=this.config)||void 0===o?void 0:o.i18nLoadingApps)||"Loading available applications...")),null===(r=this.config)||void 0===r?void 0:r.apps.map(e=>{var t;return Is(Kx,{host:this.hostElement,name:e.name,description:e.description,iconSrc:e.iconSrc,target:e.target,url:e.url,selected:e.id===(null===(t=this.config)||void 0===t?void 0:t.currentAppId)})}))))}get hostElement(){return this}static get style(){return":host{display:block}: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 .content{padding:2rem;padding-right:0}:host .content-apps{display:flex;position:relative;flex-wrap:wrap;justify-content:space-evenly;max-height:50vh;margin-right:0.25rem;gap:1.5rem}:host .loading{display:flex;flex-direction:row;align-items:center}:host .loading ix-spinner{margin-right:1rem}:host .AppEntry{all:unset;display:flex;flex-direction:row;align-items:center;gap:1rem;padding:0.5rem;flex:1 1 45%;cursor:pointer;border:0.0625rem solid transparent}:host .AppEntry.Selected{background-color:var(--theme-color-ghost--selected);border:var(--theme-dynamic-bdr-1)}:host .AppEntry:not(.disabled):not(:disabled).hover,:host .AppEntry:not(.disabled):not(:disabled):hover{background-color:var(--theme-ghost--background--hover)}:host .AppEntry:not(.disabled):not(:disabled).active,:host .AppEntry:not(.disabled):not(:disabled):active{background-color:var(--theme-ghost--background--active)}:host .AppEntry:focus-visible{border:1px solid var(--theme-color-focus-bdr)}:host .AppName{display:flex;flex-direction:column}:host .AppName ix-icon{margin-left:1rem}:host .AppIcon{width:3rem;height:3rem;border-radius:0.25rem}"}},[1,"ix-application-switch-modal",{config:[16]}]),Jx=Sh,ew=function(){"undefined"!=typeof customElements&&["ix-date-time-card"].forEach(e=>{"ix-date-time-card"===e&&(customElements.get(e)||customElements.define(e,Jv))})},tw=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow()}render(){return Is(Os,{key:"d323b6a4a1650629e0ac5338c97fd7b08929807f"},Is("ix-spinner",{key:"94eab908aa232f0f022da10da6313cbe07388a3c",variant:"primary"}),Is("span",{key:"a1d7732187718f8775d626e0a0be49fb7578bec6",class:"loading-text"},Is("slot",{key:"bdbc66e91cc7f9ada60a3cda2f0347b40237d739"})))}static get style(){return":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}"}},[257,"ix-modal-loading"]),ow="hydrated",rw=!1,nw=!0;var aw=Object.defineProperty,iw=e=>{if(e.__stencil__getHostRef)return e.__stencil__getHostRef()},sw=(e,t)=>(0,console.error)(e,t),lw=new Map,dw="undefined"!=typeof window?window:{},cw=dw.HTMLElement||class{},hw={$flags$:0,$resourcesUrl$:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,o,r)=>e.addEventListener(t,o,r),rel:(e,t,o,r)=>e.removeEventListener(t,o,r),ce:(e,t)=>new CustomEvent(e,t)},uw=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(_S){}return!1})(),mw=!!uw&&(()=>!!dw.document&&Object.getOwnPropertyDescriptor(dw.document.adoptedStyleSheets,"length").writable)(),bw=!1,pw=[],fw=[],gw=(e,t)=>t=>{e.push(t),bw||(bw=!0,hw.raf(yw))},vw=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(_S){sw(_S)}e.length=0},yw=()=>{vw(pw),vw(fw),(bw=pw.length>0)&&hw.raf(yw)},kw=e=>(e=>Promise.resolve(e))().then(e),xw=gw(fw),ww=e=>"object"==(e=typeof e)||"function"===e;((e,t)=>{for(var o in t)aw(e,o,{get:t[o],enumerable:!0})})({},{err:()=>Cw,map:()=>Ew,ok:()=>Sw,unwrap:()=>_w,unwrapErr:()=>Tw});var Sw=e=>({isOk:!0,isErr:!1,value:e}),Cw=e=>({isOk:!1,isErr:!0,value:e});function Ew(e,t){if(e.isOk){const o=t(e.value);return o instanceof Promise?o.then(e=>Sw(e)):Sw(o)}if(e.isErr){const t=e.value;return Cw(t)}throw"should never get here"}var Lw,_w=e=>{if(e.isOk)return e.value;throw e.value},Tw=e=>{if(e.isErr)return e.value;throw e.value};function Iw(e){const t=this.attachShadow({mode:"open"});void 0===Lw&&(Lw=null),Lw&&(mw?t.adoptedStyleSheets.push(Lw):t.adoptedStyleSheets=[...t.adoptedStyleSheets,Lw])}var zw=new WeakMap,Ow=e=>{const t=e.$cmpMeta$,o=e.$hostElement$,r=t.$flags$,n=(t.$tagName$,()=>{}),a=((e,t)=>{var o;const r=$w(t),n=lw.get(r);if(!dw.document)return r;if(e=11===e.nodeType?e:dw.document,n)if("string"==typeof n){e=e.head||e;let a,i=zw.get(e);if(i||zw.set(e,i=new Set),!i.has(r)){{a=dw.document.createElement("style"),a.innerHTML=n;const r=null!=(o=hw.$nonce$)?o:function(e){var t,o,r;return null!=(r=null==(o=null==(t=e.head)?void 0:t.querySelector('meta[name="csp-nonce"]'))?void 0:o.getAttribute("content"))?r:void 0}(dw.document);if(null!=r&&a.setAttribute("nonce",r),!(1&t.$flags$))if("HEAD"===e.nodeName){const t=e.querySelectorAll("link[rel=preconnect]"),o=t.length>0?t[t.length-1].nextSibling:e.querySelector("style");e.insertBefore(a,(null==o?void 0:o.parentNode)===e?o:null)}else if("host"in e)if(uw){const t=new CSSStyleSheet;t.replaceSync(n),mw?e.adoptedStyleSheets.unshift(t):e.adoptedStyleSheets=[t,...e.adoptedStyleSheets]}else{const t=e.querySelector("style");t?t.innerHTML=n+t.innerHTML:e.prepend(a)}else e.append(a);1&t.$flags$&&e.insertBefore(a,null)}4&t.$flags$&&(a.innerHTML+="slot-fb{display:contents}slot-fb[hidden]{display:none}"),i&&i.add(r)}}else e.adoptedStyleSheets.includes(n)||(mw?e.adoptedStyleSheets.push(n):e.adoptedStyleSheets=[...e.adoptedStyleSheets,n]);return r})(o.shadowRoot?o.shadowRoot:o.getRootNode(),t);10&r&&(o["s-sc"]=a,o.classList.add(a+"-h")),n()},$w=(e,t)=>"sc-"+e.$tagName$,Rw=(e,t,...o)=>{let r=null,n=null,a=!1,i=!1;const s=[],l=t=>{for(let o=0;o<t.length;o++)r=t[o],Array.isArray(r)?l(r):null!=r&&"boolean"!=typeof r&&((a="function"!=typeof e&&!ww(r))&&(r=String(r)),a&&i?s[s.length-1].$text$+=r:s.push(a?Pw(null,r):r),i=a)};if(l(o),t){t.key&&(n=t.key);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter(t=>e[t]).join(" "))}}const d=Pw(e,null);return d.$attrs$=t,s.length>0&&(d.$children$=s),d.$key$=n,d},Pw=(e,t)=>{const o={$flags$:0,$tag$:e,$text$:t,$elm$:null,$children$:null,$attrs$:null,$key$:null};return o},Aw={},Nw=e=>{const t=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(`(^|[^@]|@(?!supports\\s+selector\\s*\\([^{]*?${t}))(${t}\\b)`,"g")};Nw("::slotted"),Nw(":host"),Nw(":host-context");var Mw,Dw=(e,t,o)=>null==e||ww(e)?e:4&t?"false"!==e&&(""===e||!!e):1&t?String(e):e,Vw=(e,t,o,r,n,a,i)=>{if(o===r)return;let s=((e,t)=>t in e)(e,t);if(t.toLowerCase(),"class"===t){const t=e.classList,n=Fw(o);let a=Fw(r);t.remove(...n.filter(e=>e&&!a.includes(e))),t.add(...a.filter(e=>e&&!n.includes(e)))}else if("style"===t){for(const t in o)r&&null!=r[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in r)o&&r[t]===o[t]||(t.includes("-")?e.style.setProperty(t,r[t]):e.style[t]=r[t])}else if("key"===t);else{const i=ww(r);if((s||i&&null!==r)&&!n)try{if(e.tagName.includes("-"))e[t]!==r&&(e[t]=r);else{const n=null==r?"":r;"list"===t?s=!1:null!=o&&e[t]==n||("function"==typeof e.__lookupSetter__(t)?e[t]=n:e.setAttribute(t,n))}}catch(_S){}null==r||!1===r?!1===r&&""!==e.getAttribute(t)||e.removeAttribute(t):(!s||4&a||n)&&!i&&1===e.nodeType&&(r=!0===r?"":r,e.setAttribute(t,r))}},jw=/\s/,Fw=e=>("object"==typeof e&&e&&"baseVal"in e&&(e=e.baseVal),e&&"string"==typeof e?e.split(jw):[]),Bw=(e,t,o,r)=>{const n=11===t.$elm$.nodeType&&t.$elm$.host?t.$elm$.host:t.$elm$,a=e&&e.$attrs$||{},i=t.$attrs$||{};for(const s of Hw(Object.keys(a)))s in i||Vw(n,s,a[s],void 0,o,t.$flags$);for(const s of Hw(Object.keys(i)))Vw(n,s,a[s],i[s],o,t.$flags$)};function Hw(e){return e.includes("ref")?[...e.filter(e=>"ref"!==e),"ref"]:e}var Ww=!1,Uw=(e,t,o)=>{const r=t.$children$[o];let n,a,i=0;if(Ww||(Ww="svg"===r.$tag$),!dw.document)throw new Error("You are trying to render a Stencil component in an environment that doesn't support the DOM. Make sure to populate the [`window`](https://developer.mozilla.org/en-US/docs/Web/API/Window/window) object before rendering a component.");if(n=r.$elm$=dw.document.createElementNS(Ww?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",r.$tag$),Ww&&"foreignObject"===r.$tag$&&(Ww=!1),Bw(null,r,Ww),r.$children$)for(i=0;i<r.$children$.length;++i)a=Uw(e,r,i),a&&n.appendChild(a);return"svg"===r.$tag$?Ww=!1:"foreignObject"===n.tagName&&(Ww=!0),n["s-hn"]=Mw,n},qw=(e,t,o,r,n,a)=>{let i,s=e;for(s.shadowRoot&&s.tagName===Mw&&(s=s.shadowRoot);n<=a;++n)r[n]&&(i=Uw(null,o,n),i&&(r[n].$elm$=i,Gw(s,i,t)))},Zw=(e,t,o)=>{for(let r=t;r<=o;++r){const t=e[r];if(t){const e=t.$elm$;e&&e.remove()}}},Yw=(e,t,o=!1)=>e.$tag$===t.$tag$&&(o?(o&&!e.$key$&&t.$key$&&(e.$key$=t.$key$),!0):e.$key$===t.$key$),Xw=(e,t,o=!1)=>{const r=t.$elm$=e.$elm$,n=e.$children$,a=t.$children$,i=t.$tag$;Bw(e,t,Ww="svg"===i||"foreignObject"!==i&&Ww),null!==n&&null!==a?((e,t,o,r,n=!1)=>{let a,i,s=0,l=0,d=0,c=0,h=t.length-1,u=t[0],m=t[h],b=r.length-1,p=r[0],f=r[b];for(;s<=h&&l<=b;)if(null==u)u=t[++s];else if(null==m)m=t[--h];else if(null==p)p=r[++l];else if(null==f)f=r[--b];else if(Yw(u,p,n))Xw(u,p,n),u=t[++s],p=r[++l];else if(Yw(m,f,n))Xw(m,f,n),m=t[--h],f=r[--b];else if(Yw(u,f,n))Xw(u,f,n),Gw(e,u.$elm$,m.$elm$.nextSibling),u=t[++s],f=r[--b];else if(Yw(m,p,n))Xw(m,p,n),Gw(e,m.$elm$,u.$elm$),m=t[--h],p=r[++l];else{for(d=-1,c=s;c<=h;++c)if(t[c]&&null!==t[c].$key$&&t[c].$key$===p.$key$){d=c;break}d>=0?(i=t[d],i.$tag$!==p.$tag$?a=Uw(t&&t[l],o,d):(Xw(i,p,n),t[d]=void 0,a=i.$elm$),p=r[++l]):(a=Uw(t&&t[l],o,l),p=r[++l]),a&&Gw(u.$elm$.parentNode,a,u.$elm$)}s>h?qw(e,null==r[b+1]?null:r[b+1].$elm$,o,r,l,b):l>b&&Zw(t,s,h)})(r,n,t,a,o):null!==a?qw(r,null,t,a,0,a.length-1):!o&&nw&&null!==n&&Zw(n,0,n.length-1),Ww&&"svg"===i&&(Ww=!1)},Gw=(e,t,o)=>null==e?void 0:e.insertBefore(t,o),Kw=(e,t,o=!1)=>{const r=e.$hostElement$,n=e.$vnode$||Pw(null,null);var a;const i=(a=t)&&a.$tag$===Aw?t:Rw(null,null,t);if(Mw=r.tagName,o&&i.$attrs$)for(const s of Object.keys(i.$attrs$))r.hasAttribute(s)&&!["key","ref","style","class"].includes(s)&&(i.$attrs$[s]=r[s]);i.$tag$=null,i.$flags$|=4,e.$vnode$=i,i.$elm$=n.$elm$=r.shadowRoot||r,Xw(n,i,o)},Qw=(e,t)=>{if(t&&!e.$onRenderResolve$&&t["s-p"]){const o=t["s-p"].push(new Promise(r=>e.$onRenderResolve$=()=>{t["s-p"].splice(o-1,1),r()}))}},Jw=(e,t)=>{if(e.$flags$|=16,4&e.$flags$)return void(e.$flags$|=512);Qw(e,e.$ancestorComponent$);const o=()=>eS(e,t);if(!t)return xw(o);queueMicrotask(()=>{o()})},eS=(e,t)=>{const o=e.$hostElement$,r=(e.$cmpMeta$.$tagName$,()=>{}),n=o;if(!n)throw new Error(`Can't render component <${o.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let a;return a=sS(n,t?"componentWillLoad":"componentWillUpdate",void 0,o),a=tS(a,()=>sS(n,"componentWillRender",void 0,o)),r(),tS(a,()=>rS(e,n,t))},tS=(e,t)=>oS(e)?e.then(t).catch(e=>{console.error(e),t()}):t(),oS=e=>e instanceof Promise||e&&e.then&&"function"==typeof e.then,rS=async(e,t,o)=>{var r;const n=e.$hostElement$,a=(e.$cmpMeta$.$tagName$,()=>{}),i=n["s-rc"];o&&Ow(e);const s=(e.$cmpMeta$.$tagName$,()=>{});nS(e,t,n,o),i&&(i.map(e=>e()),n["s-rc"]=void 0),s(),a();{const t=null!=(r=n["s-p"])?r:[],o=()=>aS(e);0===t.length?o():(Promise.all(t).then(o),e.$flags$|=4,t.length=0)}},nS=(e,t,o,r)=>{try{t=t.render(),e.$flags$&=-17,e.$flags$|=2,Kw(e,t,r)}catch(_S){sw(_S,e.$hostElement$)}return null},aS=e=>{e.$cmpMeta$.$tagName$;const t=e.$hostElement$,o=()=>{},r=t,n=e.$ancestorComponent$;sS(r,"componentDidRender",void 0,t),64&e.$flags$?(sS(r,"componentDidUpdate",void 0,t),o()):(e.$flags$|=64,lS(t),sS(r,"componentDidLoad",void 0,t),o(),e.$onReadyResolve$(t),n||iS()),e.$onRenderResolve$&&(e.$onRenderResolve$(),e.$onRenderResolve$=void 0),512&e.$flags$&&kw(()=>Jw(e,!1)),e.$flags$&=-517},iS=e=>{kw(()=>((e,t,o)=>{const r=hw.ce(t,o);return e.dispatchEvent(r),r})(dw,"appload",{detail:{namespace:"ix-icons"}}))},sS=(e,t,o,r)=>{if(e&&e[t])try{return e[t](o)}catch(_S){sw(_S,r)}},lS=e=>{var t;return e.classList.add(null!=(t=ow)?t:"hydrated")},dS=(e,t,o,r)=>{const n=iw(e);if(!n)return;const a=e,i=n.$instanceValues$.get(t),s=n.$flags$,l=a;o=Dw(o,r.$members$[t][0]);const d=Number.isNaN(i)&&Number.isNaN(o);if(o!==i&&!d){if(n.$instanceValues$.set(t,o),r.$watchers$&&128&s){const e=r.$watchers$[t];e&&e.map(e=>{try{l[e](o,i,t)}catch(_S){sw(_S,a)}})}if(2==(18&s)){if(l.componentShouldUpdate&&!1===l.componentShouldUpdate(o,i,t))return;Jw(n,!1)}}},cS=(e,t,o)=>{var r,n;const a=e.prototype;if(t.$members$||t.$watchers$||e.watchers){e.watchers&&!t.$watchers$&&(t.$watchers$=e.watchers);const o=Object.entries(null!=(r=t.$members$)?r:{});o.map(([e,[o]])=>{if(31&o||32&o){const{get:r,set:n}=Object.getOwnPropertyDescriptor(a,e)||{};r&&(t.$members$[e][0]|=2048),n&&(t.$members$[e][0]|=4096),Object.defineProperty(a,e,{get(){return r?r.apply(this):(t=e,iw(this).$instanceValues$.get(t));var t},configurable:!0,enumerable:!0}),Object.defineProperty(a,e,{set(r){const a=iw(this);if(a){if(n){const i=32&o?this[e]:a.$hostElement$[e];return void 0===i&&a.$instanceValues$.get(e)?r=a.$instanceValues$.get(e):!a.$instanceValues$.get(e)&&i&&a.$instanceValues$.set(e,i),n.apply(this,[Dw(r,o)]),r=32&o?this[e]:a.$hostElement$[e],void dS(this,e,r,t)}dS(this,e,r,t)}}})}});{const r=new Map;a.attributeChangedCallback=function(e,o,n){hw.jmp(()=>{var i;const s=r.get(e);if(this.hasOwnProperty(s)&&rw);else{if(a.hasOwnProperty(s)&&"number"==typeof this[s]&&this[s]==n)return;if(null==s){const r=iw(this),a=null==r?void 0:r.$flags$;if(r&&a&&!(8&a)&&128&a&&n!==o){const r=this,a=null==(i=t.$watchers$)?void 0:i[e];null==a||a.forEach(t=>{null!=r[t]&&r[t].call(r,n,o,e)})}return}}const l=Object.getOwnPropertyDescriptor(a,s);(n=(null!==n||"boolean"!=typeof this[s])&&n)===this[s]||l.get&&!l.set||(this[s]=n)})},e.observedAttributes=Array.from(new Set([...Object.keys(null!=(n=t.$watchers$)?n:{}),...o.filter(([e,t])=>31&t[0]).map(([e,t])=>{const o=t[1]||e;return r.set(o,e),o})]))}}return e},hS=async(e,t,o,r)=>{let n;if(!(32&t.$flags$)){t.$flags$|=32;{n=e.constructor;const o=e.localName;customElements.whenDefined(o).then(()=>t.$flags$|=128)}if(n&&n.style){let e;"string"==typeof n.style&&(e=n.style);const t=$w(o);if(!lw.has(t)){const r=(o.$tagName$,()=>{});((e,t,o)=>{let r=lw.get(e);uw&&o?(r=r||new CSSStyleSheet,"string"==typeof r?r=t:r.replaceSync(t)):r=t,lw.set(e,r)})(t,e,!!(1&o.$flags$)),r()}}}const a=t.$ancestorComponent$,i=()=>Jw(t,!0);a&&a["s-rc"]?a["s-rc"].push(i):i()},uS=(e,t)=>{const o={$flags$:t[0],$tagName$:t[1]};o.$members$=t[2],o.$watchers$=e.$watchers$;const r=e.prototype.connectedCallback,n=e.prototype.disconnectedCallback;return Object.assign(e.prototype,{__hasHostListenerAttached:!1,__registerHost(){((e,t)=>{const o={$flags$:0,$hostElement$:e,$cmpMeta$:t,$instanceValues$:new Map};o.$onReadyPromise$=new Promise(e=>o.$onReadyResolve$=e),e["s-p"]=[],e["s-rc"]=[];const r=o;e.__stencil__getHostRef=()=>r})(this,o)},connectedCallback(){if(!this.__hasHostListenerAttached){if(!iw(this))return;this.__hasHostListenerAttached=!0}(e=>{{const t=iw(e);if(!t)return;const o=t.$cmpMeta$,r=(o.$tagName$,()=>{});if(1&t.$flags$)(null==t?void 0:t.$lazyInstance$)||(null==t?void 0:t.$onReadyPromise$)&&t.$onReadyPromise$.then(()=>{});else{t.$flags$|=1;{let o=e;for(;o=o.parentNode||o.host;)if(o["s-p"]){Qw(t,t.$ancestorComponent$=o);break}}o.$members$&&Object.entries(o.$members$).map(([t,[o]])=>{if(31&o&&e.hasOwnProperty(t)){const o=e[t];delete e[t],e[t]=o}}),hS(e,t,o)}r()}})(this),r&&r.call(this)},disconnectedCallback(){(async e=>{iw(e),zw.has(e)&&zw.delete(e),e.shadowRoot&&zw.has(e.shadowRoot)&&zw.delete(e.shadowRoot)})(this),n&&n.call(this)},__attachShadow(){if(this.shadowRoot){if("open"!==this.shadowRoot.mode)throw new Error(`Unable to re-use existing shadow root for ${o.$tagName$}! Mode is set to ${this.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else Iw.call(this,o)}}),e.is=o.$tagName$,cS(e,o)};let mS,bS=null;function pS(e,t){if(void 0===window.DOMParser)return console.error("DOMParser not supported by your browser."),"";null===bS&&(bS=new window.DOMParser);try{e=decodeURI(e)}catch(r){}const o=bS.parseFromString(e,"text/html").querySelector("svg");return o?o.outerHTML:(t?console.error("No valid svg data provided",t):console.error("No valid svg data provided"),"")}const fS=new Map,gS=()=>"undefined"==typeof window?new Map:(mS||(window.IxIcons=window.IxIcons||{},mS=window.IxIcons.map=window.IxIcons.map||new Map),mS);async function vS(e,t){const o=gS();return o.has(e)?o.get(e):fS.has(e)?fS.get(e):fetch(e).then(async r=>{const n=await r.text();let a="";return r.ok?(a=pS(n,t),o.set(e,a)):console.error("Failed to request svg data from",e,"with status code",r.status,t),a}).catch(()=>(console.error("Failed to fetch svg data:",e,t),o.set(e,""),"")).finally(()=>{fS.delete(e)})}const yS=/^(?:(?:https?|ftp):\/\/)?(?:\S+(?::\S*)?@)?(?:www\.)?(?:\S+\.\S+)(?:\S*)$/i;function kS(e,t){const o=function(){const e=document.querySelector("meta[name='ix-icons:path']");return!!e&&e.getAttribute("content")}();if(o)return`${o}/${e}.svg`;let r=`svg/${e}.svg`;try{r=(e=>{const t=new URL(e,hw.$resourcesUrl$);return t.origin!==dw.location.origin?t.href:t.pathname})(r)}catch(n){console.warn(`Could not load icon with name "${e}". Ensure that the icon is registered using addIcons or that the icon SVG data is passed directly to property.`,t)}return r}async function xS(e,t){if(!t)return console.warn("No icon was provided",e),"";if((o=t)&&"string"==typeof o&&o.startsWith("data:image/svg+xml")){const o=pS(t,e);return o||console.error("Failed to parse icon data",e),o}var o;return async function(e,t){const o=gS();if(o.has(e))return o.get(e);if(function(e){return yS.test(e)}(e))return vS(e,t);const r=kS(e,t);return r?vS(r,t):""}(t,e)}const wS=uS(class extends cw{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.size="24",this.lazyLoading=!1,this.isVisible=!1}componentWillLoad(){this.waitForRendering(()=>{this.isVisible=!0,this.loadIconContent()})}async loadIconContent(){const e=await xS(this.hostElement,this.name);this.svgContent=e||pS("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'><path fill-rule='evenodd' d='M384,0 L384,384 L0,384 L0,0 L384,0 Z M192,207.085 L57.751,341.333 L326.248,341.333 L192,207.085 Z M42.666,57.751 L42.666,326.248 L176.915,192 L42.666,57.751 Z M341.333,57.751 L207.085,192 L341.333,326.248 L341.333,57.751 Z M326.248,42.666 L57.751,42.666 L192,176.915 L326.248,42.666 Z' transform='translate(64 64)'/></svg>")}waitForRendering(e){if(this.lazyLoading&&"undefined"!=typeof window&&window.IntersectionObserver){const t=new IntersectionObserver(o=>{o.forEach(o=>{o.isIntersecting&&(e(),t.disconnect())})},{rootMargin:"25px"});t.observe(this.hostElement)}else e()}render(){const e={};return this.color&&(e.color=`var(--theme-${this.color})`),Rw(Aw,{key:"83462a7d7da16587faaa0600b4c13ec8ad106a77",role:"img",style:e,class:{"size-12":"12"===this.size,"size-16":"16"===this.size,"size-24":"24"===this.size,"size-32":"32"===this.size}},Rw("div",{key:"570efdb71fcdd0c61b7c854c6ab3662508aae804",class:"svg-container",innerHTML:this.svgContent,"aria-hidden":"true"}))}static get assetsDirs(){return["svg"]}get hostElement(){return this}static get watchers(){return{name:["loadIconContent"]}}static get style(){return":host{display:inline-flex;height:1.5rem;width:1.5rem;min-height:1.5rem;min-width:1.5rem;color:inherit}:host .svg-container{display:block;position:relative;width:100%;height:100%}:host .svg-container svg{display:block;position:relative;height:100%;width:100%}:host .svg-container svg,:host .svg-container svg[fill],:host .svg-container svg [fill]{fill:currentColor !important}:host(.size-12){height:0.75rem;width:0.75rem;min-height:0.75rem;min-width:0.75rem}:host(.size-16){height:1rem;width:1rem;min-height:1rem;min-width:1rem}:host(.size-32){height:2rem;width:2rem;min-height:2rem;min-width:2rem}"}},[257,"ix-icon",{size:[1],color:[1],name:[1],lazyLoading:[4,"lazy-loading"],svgContent:[32],isVisible:[32]},void 0,{name:["loadIconContent"]}]),SS=wS,CS=function(){"undefined"!=typeof customElements&&["ix-icon"].forEach(e=>{"ix-icon"===e&&(customElements.get(e)||customElements.define(e,wS))})};"undefined"!=typeof customElements&&["ix-application-switch-modal","ix-icon-button","ix-modal-content","ix-modal-header","ix-spinner","ix-typography"].forEach(e=>{switch(e){case"ix-application-switch-modal":customElements.get(e)||customElements.define(e,Qx);break;case"ix-icon-button":customElements.get(e)||xh();break;case"ix-modal-content":customElements.get(e)||bk();break;case"ix-modal-header":customElements.get(e)||kk();break;case"ix-spinner":customElements.get(e)||yh();break;case"ix-typography":customElements.get(e)||Ml()}}),"undefined"!=typeof customElements&&["ix-application-sidebar"].forEach(e=>{"ix-application-sidebar"===e&&(customElements.get(e)||customElements.define(e,Gx))}),ew(),Jx(),"undefined"!=typeof customElements&&["ix-modal-loading","ix-spinner"].forEach(e=>{switch(e){case"ix-modal-loading":customElements.get(e)||customElements.define(e,tw);break;case"ix-spinner":customElements.get(e)||yh()}}),CS();const ES=tx({tagName:"ix-icon",elementClass:SS,react:f,defineCustomElement:CS}),LS=f.forwardRef((e,t)=>{const o=p.useRef(null);return p.useImperativeHandle(t,()=>({close(e){var t;null===(t=o.current)||void 0===t||t.closeModal(e)},dismiss(e){var t;null===(t=o.current)||void 0===t||t.dismissModal(e)},modalElement:null})),c.jsx(Sx,{ref:o,children:e.children})});Ek();const _S={force:!1},TS=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.toggle=Ws(this,"toggle",7),this.itemClick=Ws(this,"itemClick",7),this.hasChildren=!1}render(){var e,t,o,r;return Is(Os,{key:"d7bab1c02de111458ef484818bcec12c940f1bc4",class:{selected:!!(null===(e=this.context)||void 0===e?void 0:e.isSelected)}},Is("div",{key:"43a86c7b782a881ee712d2950b6730fd3badebf9",class:"icon-toggle-container"},this.hasChildren?Is("ix-icon",{name:Fl,size:"24",class:{"icon-toggle-down":!!(null===(t=this.context)||void 0===t?void 0:t.isExpanded)},color:"color-std-text",onClick:e=>{e.preventDefault(),e.stopPropagation(),this.toggle.emit()},"aria-label":null!==(o=this.ariaLabelChevronIcon)&&void 0!==o?o:(null===(r=this.context)||void 0===r?void 0:r.isExpanded)?"Collapse tree item":"Expand tree item"}):null),Is("div",{key:"b738b82fde5fe41ecc72b0cd765b2acdb17a6328",class:"tree-node-container",onClick:()=>{this.itemClick.emit()}},Is("div",{key:"a0deb8a582d9b63c8832d9ad1bec89a5bdd83af8",class:"tree-node-text"},this.text),Is("slot",{key:"8c71cde365667568a7c67448f0588690cd91b9ce"})))}static get style(){return":host{display:flex;align-items:center;height:32px;width:100%;cursor:pointer}: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 .tree-node-container{display:flex;align-items:center;height:2rem;flex-grow:1;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .tree-node-container .tree-node-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .icon-toggle-container{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;min-width:2rem}:host .icon-toggle-container ix-icon{transition:transform var(--theme-default-time) ease-in-out}:host .icon-toggle-container ix-icon.icon-toggle-down{transform:rotate(90deg)}:host(:not(.disabled):not(:disabled):not(.selected).hover),:host(:not(.disabled):not(:disabled):not(.selected):hover){background-color:var(--theme-tree-item--background--hover)}:host(:not(.disabled):not(:disabled):not(.selected).active),:host(:not(.disabled):not(:disabled):not(.selected):active){background-color:var(--theme-tree-item--background--active)}:host(.selected){background-color:var(--theme-tree-item--background--selected)}:host(.selected.hover),:host(.selected:hover){background-color:var(--theme-tree-item--background--selected-hover)}:host(.selected.active),:host(.selected:active){background-color:var(--theme-tree-item--background--selected-active)}"}},[257,"ix-tree-item",{text:[1],hasChildren:[4,"has-children"],context:[16],ariaLabelChevronIcon:[1,"aria-label-chevron-icon"]}]),IS=e=>!Number.isNaN(Number(e));class zS{static create(e,t=zS.defaultConfig){return new zS(e,t)}static mergeStyle(e,t){for(let o in t)e.style[o]!==t[o]&&(e.style[o]=t[o])}static getMaxBrowserHeight(){const e=document.createElement("div"),t=document.createElement("div");zS.mergeStyle(e,{position:"absolute",height:"1px",opacity:0}),zS.mergeStyle(t,{height:"1e7px"}),e.appendChild(t),document.body.appendChild(e);const o=t.offsetHeight;return document.body.removeChild(e),o}constructor(e,t){this._scrollListener=null,this._pendingRender=!1,this._lastRepaint=null,this._maxElementHeight=zS.getMaxBrowserHeight(),this.refresh(e,t);const o=this._config,r=()=>{this._pendingRender=!1;const e=this._getScrollPosition(),t=this._lastRepaint;if(e===t)return;const r=t?e-t:0;if(!t||r<0||r>this._averageHeight){let t=this._renderChunk();this._lastRepaint=e,!1!==t&&"function"==typeof o.afterRender&&o.afterRender()}},n=o.scrollContainer||e;this._scrollListener=()=>{this._pendingRender||(this._pendingRender=!0,this._renderAnimationFrame=window.requestAnimationFrame(r))},n.addEventListener("scroll",this._scrollListener,{passive:!0}),r()}destroy(){this._renderAnimationFrame&&window.cancelAnimationFrame(this._renderAnimationFrame);const e=this._config,t=(null==e?void 0:e.scrollContainer)||this._element;this._scrollListener&&t&&t.removeEventListener("scroll",this._scrollListener)}refresh(e,t=zS.defaultConfig){var o;const r=(null===(o=this._config)||void 0===o?void 0:o.scrollContainer)||this._element;if(this._scrollListener&&r&&r.removeEventListener("scroll",this._scrollListener),this._config=t,!e||1!==e.nodeType)throw Error("HyperList requires a valid DOM Node container");this._element=e;const n=this._config,a=this._scroller||n.scroller||document.createElement(n.scrollerTagName||"tr");if("boolean"!=typeof n.useFragment&&(this._config.useFragment=!0),!n.generate)throw Error("Missing required `generate` function");if(!IS(n.total))throw Error("Invalid required `total` value, expected number");if(!Array.isArray(n.itemHeight)&&!IS(n.itemHeight))throw Error("Invalid required `itemHeight` value, expected number or array");this._itemHeights=IS(n.itemHeight)?Array(n.total).fill(n.itemHeight):[n.itemHeight],Object.keys(zS.defaultConfig).filter(e=>e in n).forEach(e=>{const t=n[e],o=IS(t);if(t&&"string"!=typeof t&&"number"!=typeof t)throw Error(`Invalid optional \`${e}\`, expected string or number`);o&&(n[e]=t+"px")});const i=!!n.horizontal,s=n[i?"width":"height"];if(s){const e=IS(s),t=!e&&"%"===s.slice(-1),o=parseInt(e?s:s.replace(/px|%/,""),10),r=window[i?"innerWidth":"innerHeight"];this._containerSize=t?r*o/100:IS(s)?s:o}const l=n.scrollContainer,d=n.itemHeight*n.total,c=this._maxElementHeight;d>c&&console.warn(["HyperList: The maximum element height",c+"px has","been exceeded; please reduce your item height."].join(" ")),zS.mergeStyle(e,{width:""+n.width,height:l?d+"px":""+n.height,overflow:l?"none":"auto",position:"relative"}),l&&zS.mergeStyle(n.scrollContainer,{overflow:"auto"}),zS.mergeStyle(a,{opacity:"0",position:"absolute",[i?"height":"width"]:"1px",[i?"width":"height"]:d+"px"}),this._scroller||e.appendChild(a);const h=this._computeScrollPadding();this._scrollPaddingBottom=h.bottom,this._scrollPaddingTop=h.top,this._scroller=a,this._scrollHeight=this._computeScrollHeight(),this._itemPositions=this._itemPositions||Array(n.total).fill(0),this._computePositions(0),this._renderChunk(null!==this._lastRepaint),"function"==typeof n.afterRender&&n.afterRender(),this._scrollListener&&(n.scrollContainer||e).addEventListener("scroll",this._scrollListener,{passive:!0})}_getRow(e){const t=this._config;let o=t.generate(e),r=o.height;if(void 0!==r&&IS(r)?(o=o.element,r!==this._itemHeights[e]&&(this._itemHeights[e]=r,this._computePositions(e),this._scrollHeight=this._computeScrollHeight())):r=this._itemHeights[e],!o||1!==o.nodeType)throw Error("Generator did not return a DOM Node for index: "+e);((e,t)=>{e.classList.add(t)})(o,t.rowClassName||"vrow");const n=this._itemPositions[e]+this._scrollPaddingTop;return zS.mergeStyle(o,{position:"absolute",[t.horizontal?"left":"top"]:n+"px"}),o}_getScrollPosition(){const e=this._config;return"function"==typeof e.overrideScrollPosition?e.overrideScrollPosition():this._element[e.horizontal?"scrollLeft":"scrollTop"]}_renderChunk(e=!1){const t=this._config,o=this._element,r=this._getScrollPosition(),n=t.total;let a=this._getFrom(r)-1;if((a<0||a-this._screenItemsLen<0)&&(a=0),!e&&this._lastFrom===a)return!1;this._lastFrom=a;let i=a+this._cachedItemsLen;(i>n||i+this._cachedItemsLen>n)&&(i=n);const s=t.useFragment?document.createDocumentFragment():[];s[t.useFragment?"appendChild":"push"](this._scroller);for(let l=a;l<i;l++){let e=this._getRow(l);s[t.useFragment?"appendChild":"push"](e)}if(t.applyPatch)return t.applyPatch(o,s);o.innerHTML="",o.appendChild(s)}_computePositions(e=1){const t=this._config.total;e<1&&(e=1);for(let o=e;o<t;o++)this._itemPositions[o]=this._itemHeights[o-1]+this._itemPositions[o-1]}_computeScrollHeight(){const e=this._config,t=!!e.horizontal,o=e.total,r=this._itemHeights.reduce((e,t)=>e+t,0)+this._scrollPaddingBottom+this._scrollPaddingTop;zS.mergeStyle(this._scroller,{opacity:0,position:"absolute",top:"0px",[t?"height":"width"]:"1px",[t?"width":"height"]:r+"px"});const n=this._itemHeights.slice(0).sort((e,t)=>e-t),a=Math.floor(o/2),i=o%2==0?(n[a]+n[a-1])/2:n[a],s=t?"clientWidth":"clientHeight",l=e.scrollContainer?e.scrollContainer:this._element,d=l[s]?l[s]:this._containerSize;return this._screenItemsLen=Math.ceil(d/i),this._containerSize=d,this._cachedItemsLen=Math.max(this._cachedItemsLen||0,3*this._screenItemsLen),this._averageHeight=i,r}_computeScrollPadding(){const e=!!this._config.horizontal,t=window.getComputedStyle(this._element),o=e=>{const o=t.getPropertyValue("padding-"+e);return parseInt(o,10)||0};return e?{bottom:o("right"),top:o("left")}:{bottom:o("bottom"),top:o("top")}}_getFrom(e){let t=0;for(;this._itemPositions[t]<e;)t++;return t}}zS.defaultConfig={width:"100%",height:"100%"};const OS=El(class extends ss{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.contextChange=Ws(this,"contextChange",7),this.nodeToggled=Ws(this,"nodeToggled",7),this.nodeClicked=Ws(this,"nodeClicked",7),this.nodeRemoved=Ws(this,"nodeRemoved",7),this.root="root",this.model={},this.context={},this.updates=new Map,this.hasFirstRender=!1,this.dirtyItems=new Set}updatePadding(e,t){e.style.paddingLeft=t.level+"rem"}getVirtualizerOptions(e){const t=this.buildTreeList(this.model[this.root]);return{width:"100%",height:"100%",itemHeight:32,total:t.length,generate:o=>{const r=t[o],n=this.hostElement.querySelector(`[data-tree-node-id="${r.id}"]`),a=this.getContext(r.id);if(n&&!1===e.force){n.hasChildren=r.hasChildren,n.context=Object.assign({},a);let e=this.dirtyItems.has(r.id);if(this.updates.has(r.id)){const t=this.updates.get(r.id);if(t){const o=t(r,Object.assign({},this.context));"boolean"==typeof o&&(e=o)}}if(this.updatePadding(n,r),!e)return n}const i=e=>{this.updates.set(r.id,e)};let s=null;this.renderItem&&(s=this.renderItem(o,r,t,Object.assign({},this.context),i)),null===s&&(s=function(e,t,o){const r=document.createElement("ix-tree-item");return r.hasChildren=e.hasChildren,r.context=t,r.text=e.data.name,o(e=>{r.text=e.data.name}),r}(r,a,i));const l=s;return l.setAttribute("data-tree-node-id",r.id),l.style.paddingRight="1rem",this.updatePadding(l,r),this.dirtyItems.delete(r.id),l}}}setContext(e,t){this.context=Object.assign(Object.assign({},this.context),{[e]:t}),this.contextChange.emit(this.context)}getContext(e){return this.context?(this.context[e]||(this.context[e]={isExpanded:!1,isSelected:!1}),this.context[e]):{isExpanded:!1,isSelected:!1}}buildTreeList(e,t=0){const o=[];if(null==e?void 0:e.hasChildren){const r=t+1;e.children.forEach(e=>{const n=this.model[e],a=this.getContext(e);o.push(Object.assign(Object.assign({},n),{level:t})),n.hasChildren&&a.isExpanded&&o.push(...this.buildTreeList(n,r))})}return o}componentDidLoad(){this.initList(),this.observer=new MutationObserver(e=>{let t=[];e.forEach(e=>{t=[...t,...Array.from(e.removedNodes)],e.addedNodes.forEach(e=>{const o=t.indexOf(e);o>=0&&t.splice(o,1)})}),this.nodeRemoved.emit(t)}),this.observer.observe(this.hostElement,{childList:!0})}componentWillRender(){this.hasFirstRender=!0,this.isListInitialized()?this.refreshTree():this.initList()}connectedCallback(){this.hasFirstRender&&this.initList()}disconnectedCallback(){var e,t;null===(e=this.hyperlist)||void 0===e||e.destroy(),null===(t=this.observer)||void 0===t||t.disconnect()}onModelChange(){this.hasFirstRender&&!this.isListInitialized()&&this.initList()}async markItemsAsDirty(e){e.forEach(e=>this.dirtyItems.add(e))}isListInitialized(){var e;const t=null===(e=this.hyperlist)||void 0===e?void 0:e._itemPositions;return void 0!==t&&t.length&&!(null==t?void 0:t.some(e=>void 0===e||Number.isNaN(e)))}async refreshTree(e=_S){this.hyperlist&&this.hyperlist.refresh(this.hostElement,this.getVirtualizerOptions(e))}initList(){var e;if(!this.model)return;null===(e=this.hyperlist)||void 0===e||e.destroy();const t=this.getVirtualizerOptions(_S);this.hyperlist=new zS(this.hostElement,t)}getTreeNodeId(e){let t=e;for(;t&&t!==this.hostElement;){const e=t.dataset.treeNodeId;if(e)return e;t=t.parentElement}}onToggle(e){const{target:t}=e;if(e.preventDefault(),e.stopPropagation(),!(t instanceof ss))return;const o=this.getTreeNodeId(t);if(!o)return;if(!this.model[o].hasChildren)return;const r=this.getContext(o);r.isExpanded=!r.isExpanded,this.nodeToggled.emit({id:o,isExpanded:r.isExpanded}),this.setContext(o,r)}onTreeItemClick(e){const{target:t}=e;if(!(t instanceof ss))return;const o=this.getTreeNodeId(t);if(!o)return;const r=this.model[o],n=e.composedPath(),a=n.indexOf(this.hostElement),i=n.slice(0,a);if(!lh.pathIncludesTrigger(i)){if(!e.defaultPrevented){for(const t of Object.values(this.context))t.isSelected=!1;const e=this.getContext(o);e.isSelected=!0,this.setContext(o,e)}if(this.toggleOnItemClick&&r.hasChildren){const e=this.getContext(o);e.isExpanded=!e.isExpanded,this.nodeToggled.emit({id:o,isExpanded:e.isExpanded}),this.setContext(o,e)}this.nodeClicked.emit(o)}}render(){return Is(Os,{key:"1274f32c7a5e24c885191db0cf9b0e58715f4eb1",onClick:e=>this.onTreeItemClick(e)},Is("slot",{key:"14196e9cedf85157bfeae56d6e6b769a1c9ed791"}))}get hostElement(){return this}static get watchers(){return{model:[{onModelChange:0}]}}static get style(){return":host{display:block}"}},[257,"ix-tree",{root:[1],model:[16],renderItem:[16],context:[1040],toggleOnItemClick:[4,"toggle-on-item-click"],markItemsAsDirty:[64],refreshTree:[64]},[[0,"toggle","onToggle"]],{model:[{onModelChange:0}]}]),$S=tx({tagName:"ix-tree",elementClass:OS,react:f,events:{onContextChange:"contextChange",onNodeToggled:"nodeToggled",onNodeClicked:"nodeClicked",onNodeRemoved:"nodeRemoved"},defineCustomElement:function(){"undefined"!=typeof customElements&&["ix-tree","ix-tree-item"].forEach(e=>{switch(e){case"ix-tree":customElements.get(e)||customElements.define(e,OS);break;case"ix-tree-item":customElements.get(e)||"undefined"!=typeof customElements&&["ix-tree-item"].forEach(e=>{"ix-tree-item"===e&&(customElements.get(e)||customElements.define(e,TS))})}})}});f.forwardRef((e,t)=>{const o=p.useRef(new Map),r=p.useCallback((t,r,n,a,i)=>{const s=document.createElement("ix-tree-item"),l=P.createRoot(s);return s.hasChildren=r.hasChildren,s.context=a[r.id],e.renderItem&&l.render(e.renderItem(r.data)),i((t,o)=>{s.context=o[t.id],s.hasChildren=t.hasChildren,e.renderItem&&l.render(e.renderItem(t.data))}),o.current.set(s,l),s},[]);return c.jsx($S,{ref:t,...e,renderItem:e.renderItem?r:void 0,onNodeRemoved:e=>{const{detail:t}=e;t.forEach(e=>{var t;o.current.has(e)&&(null===(t=o.current.get(e))||void 0===t||t.unmount(),o.current.delete(e))})}})}),Ek();/*! Capacitor: https://capacitorjs.com/ - MIT License */const RS=e=>e.CapacitorPlatforms=(e=>{const t=new Map;t.set("web",{name:"web"});const o=e.CapacitorPlatforms||{currentPlatform:{name:"web"},platforms:t};return o.addPlatform=(e,t)=>{o.platforms.set(e,t)},o.setPlatform=e=>{o.platforms.has(e)&&(o.currentPlatform=o.platforms.get(e))},o})(e),PS=RS("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{});var AS;PS.addPlatform,PS.setPlatform,function(e){e.Unimplemented="UNIMPLEMENTED",e.Unavailable="UNAVAILABLE"}(AS||(AS={}));class NS extends Error{constructor(e,t,o){super(e),this.message=e,this.code=t,this.data=o}}const MS=e=>{var t,o,r,n,a;const i=e.CapacitorCustomPlatform||null,s=e.Capacitor||{},l=s.Plugins=s.Plugins||{},d=e.CapacitorPlatforms,c=(null===(t=null==d?void 0:d.currentPlatform)||void 0===t?void 0:t.getPlatform)||(()=>null!==i?i.name:(e=>{var t,o;return(null==e?void 0:e.androidBridge)?"android":(null===(o=null===(t=null==e?void 0:e.webkit)||void 0===t?void 0:t.messageHandlers)||void 0===o?void 0:o.bridge)?"ios":"web"})(e)),h=(null===(o=null==d?void 0:d.currentPlatform)||void 0===o?void 0:o.isNativePlatform)||(()=>"web"!==c()),u=(null===(r=null==d?void 0:d.currentPlatform)||void 0===r?void 0:r.isPluginAvailable)||(e=>{const t=b.get(e);return!!(null==t?void 0:t.platforms.has(c()))||!!m(e)}),m=(null===(n=null==d?void 0:d.currentPlatform)||void 0===n?void 0:n.getPluginHeader)||(e=>{var t;return null===(t=s.PluginHeaders)||void 0===t?void 0:t.find(t=>t.name===e)}),b=new Map,p=(null===(a=null==d?void 0:d.currentPlatform)||void 0===a?void 0:a.registerPlugin)||((e,t={})=>{const o=b.get(e);if(o)return console.warn(`Capacitor plugin "${e}" already registered. Cannot register plugins twice.`),o.proxy;const r=c(),n=m(e);let a;const d=o=>{let l;const d=(...d)=>{const c=(async()=>(!a&&r in t?a=a="function"==typeof t[r]?await t[r]():t[r]:null!==i&&!a&&"web"in t&&(a=a="function"==typeof t.web?await t.web():t.web),a))().then(t=>{const a=((t,o)=>{var a,i;if(!n){if(t)return null===(i=t[o])||void 0===i?void 0:i.bind(t);throw new NS(`"${e}" plugin is not implemented on ${r}`,AS.Unimplemented)}{const r=null==n?void 0:n.methods.find(e=>o===e.name);if(r)return"promise"===r.rtype?t=>s.nativePromise(e,o.toString(),t):(t,r)=>s.nativeCallback(e,o.toString(),t,r);if(t)return null===(a=t[o])||void 0===a?void 0:a.bind(t)}})(t,o);if(a){const e=a(...d);return l=null==e?void 0:e.remove,e}throw new NS(`"${e}.${o}()" is not implemented on ${r}`,AS.Unimplemented)});return"addListener"===o&&(c.remove=async()=>l()),c};return d.toString=()=>`${o.toString()}() { [capacitor code] }`,Object.defineProperty(d,"name",{value:o,writable:!1,configurable:!1}),d},h=d("addListener"),u=d("removeListener"),p=(e,t)=>{const o=h({eventName:e},t),r=async()=>{const r=await o;u({eventName:e,callbackId:r},t)},n=new Promise(e=>o.then(()=>e({remove:r})));return n.remove=async()=>{console.warn("Using addListener() without 'await' is deprecated."),await r()},n},f=new Proxy({},{get(e,t){switch(t){case"$$typeof":return;case"toJSON":return()=>({});case"addListener":return n?p:h;case"removeListener":return u;default:return d(t)}}});return l[e]=f,b.set(e,{name:e,proxy:f,platforms:new Set([...Object.keys(t),...n?[r]:[]])}),f});return s.convertFileSrc||(s.convertFileSrc=e=>e),s.getPlatform=c,s.handleError=t=>e.console.error(t),s.isNativePlatform=h,s.isPluginAvailable=u,s.pluginMethodNoop=(e,t,o)=>Promise.reject(`${o} does not have an implementation of "${t}".`),s.registerPlugin=p,s.Exception=NS,s.DEBUG=!!s.DEBUG,s.isLoggingEnabled=!!s.isLoggingEnabled,s.platform=s.getPlatform(),s.isNative=s.isNativePlatform(),s},DS=e=>e.Capacitor=MS(e),VS=DS("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{}),jS=VS.registerPlugin;VS.Plugins;class FS{constructor(e){this.listeners={},this.retainedEventArguments={},this.windowListeners={},e&&(console.warn(`Capacitor WebPlugin "${e.name}" config object was deprecated in v3 and will be removed in v4.`),this.config=e)}addListener(e,t){let o=!1;this.listeners[e]||(this.listeners[e]=[],o=!0),this.listeners[e].push(t);const r=this.windowListeners[e];return r&&!r.registered&&this.addWindowListener(r),o&&this.sendRetainedArgumentsForEvent(e),Promise.resolve({remove:async()=>this.removeListener(e,t)})}async removeAllListeners(){this.listeners={};for(const e in this.windowListeners)this.removeWindowListener(this.windowListeners[e]);this.windowListeners={}}notifyListeners(e,t,o){const r=this.listeners[e];if(r)r.forEach(e=>e(t));else if(o){let o=this.retainedEventArguments[e];o||(o=[]),o.push(t),this.retainedEventArguments[e]=o}}hasListeners(e){return!!this.listeners[e].length}registerWindowListener(e,t){this.windowListeners[t]={registered:!1,windowEventName:e,pluginEventName:t,handler:e=>{this.notifyListeners(t,e)}}}unimplemented(e="not implemented"){return new VS.Exception(e,AS.Unimplemented)}unavailable(e="not available"){return new VS.Exception(e,AS.Unavailable)}async removeListener(e,t){const o=this.listeners[e];if(!o)return;const r=o.indexOf(t);this.listeners[e].splice(r,1),this.listeners[e].length||this.removeWindowListener(this.windowListeners[e])}addWindowListener(e){window.addEventListener(e.windowEventName,e.handler),e.registered=!0}removeWindowListener(e){e&&(window.removeEventListener(e.windowEventName,e.handler),e.registered=!1)}sendRetainedArgumentsForEvent(e){const t=this.retainedEventArguments[e];t&&(delete this.retainedEventArguments[e],t.forEach(t=>{this.notifyListeners(e,t)}))}}e("W",FS);const BS=e=>encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape),HS=e=>e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent);class WS extends FS{async getCookies(){const e=document.cookie,t={};return e.split(";").forEach(e=>{if(e.length<=0)return;let[o,r]=e.replace(/=/,"CAP_COOKIE").split("CAP_COOKIE");o=HS(o).trim(),r=HS(r).trim(),t[o]=r}),t}async setCookie(e){try{const t=BS(e.key),o=BS(e.value),r=`; expires=${(e.expires||"").replace("expires=","")}`,n=(e.path||"/").replace("path=",""),a=null!=e.url&&e.url.length>0?`domain=${e.url}`:"";document.cookie=`${t}=${o||""}${r}; path=${n}; ${a};`}catch(t){return Promise.reject(t)}}async deleteCookie(e){try{document.cookie=`${e.key}=; Max-Age=0`}catch(t){return Promise.reject(t)}}async clearCookies(){try{const e=document.cookie.split(";")||[];for(const t of e)document.cookie=t.replace(/^ +/,"").replace(/=.*/,`=;expires=${(new Date).toUTCString()};path=/`)}catch(e){return Promise.reject(e)}}async clearAllCookies(){try{await this.clearCookies()}catch(e){return Promise.reject(e)}}}jS("CapacitorCookies",{web:()=>new WS});const US=(e,t={})=>{const o=Object.assign({method:e.method||"GET",headers:e.headers},t),r=((e={})=>{const t=Object.keys(e),o=Object.keys(e).map(e=>e.toLocaleLowerCase());return o.reduce((o,r,n)=>(o[r]=e[t[n]],o),{})})(e.headers),n=r["content-type"]||"";if("string"==typeof e.data)o.body=e.data;else if(n.includes("application/x-www-form-urlencoded")){const t=new URLSearchParams;for(const[o,r]of Object.entries(e.data||{}))t.set(o,r);o.body=t.toString()}else if(n.includes("multipart/form-data")||e.data instanceof FormData){const t=new FormData;if(e.data instanceof FormData)e.data.forEach((e,o)=>{t.append(o,e)});else for(const o of Object.keys(e.data))t.append(o,e.data[o]);o.body=t;const r=new Headers(o.headers);r.delete("content-type"),o.headers=r}else(n.includes("application/json")||"object"==typeof e.data)&&(o.body=JSON.stringify(e.data));return o};class qS extends FS{async request(e){const t=US(e,e.webFetchExtra),o=((e,t=!0)=>e?Object.entries(e).reduce((e,o)=>{const[r,n]=o;let a,i;return Array.isArray(n)?(i="",n.forEach(e=>{a=t?encodeURIComponent(e):e,i+=`${r}=${a}&`}),i.slice(0,-1)):(a=t?encodeURIComponent(n):n,i=`${r}=${a}`),`${e}&${i}`},"").substr(1):null)(e.params,e.shouldEncodeUrlParams),r=o?`${e.url}?${o}`:e.url,n=await fetch(r,t),a=n.headers.get("content-type")||"";let i,s,{responseType:l="text"}=n.ok?e:{};switch(a.includes("application/json")&&(l="json"),l){case"arraybuffer":case"blob":s=await n.blob(),i=await(async e=>new Promise((t,o)=>{const r=new FileReader;r.onload=()=>{const e=r.result;t(e.indexOf(",")>=0?e.split(",")[1]:e)},r.onerror=e=>o(e),r.readAsDataURL(e)}))(s);break;case"json":i=await n.json();break;default:i=await n.text()}const d={};return n.headers.forEach((e,t)=>{d[t]=e}),{data:i,headers:d,status:n.status,url:n.url}}async get(e){return this.request(Object.assign(Object.assign({},e),{method:"GET"}))}async post(e){return this.request(Object.assign(Object.assign({},e),{method:"POST"}))}async put(e){return this.request(Object.assign(Object.assign({},e),{method:"PUT"}))}async patch(e){return this.request(Object.assign(Object.assign({},e),{method:"PATCH"}))}async delete(e){return this.request(Object.assign(Object.assign({},e),{method:"DELETE"}))}}jS("CapacitorHttp",{web:()=>new qS});const ZS=jS("Device",{web:()=>ot(()=>t.import("./web-legacy-C_mU7i8P.js"),0,t.meta.url).then(e=>new e.DeviceWeb)}),YS=jS("ScreenOrientation",{web:()=>ot(()=>t.import("./web-legacy-DPHjEMsE.js"),0,t.meta.url).then(e=>new e.ScreenOrientationWeb)}),XS=()=>{const e=p.useRef(null),[t,o]=p.useState("New Event");return c.jsxs(LS,{ref:e,children:[c.jsx(Lx,{children:"Create new Event"}),c.jsxs(Cx,{children:[c.jsx("label",{children:"Event name"}),c.jsx("input",{className:"ix-form-control",type:"text",onInput:e=>o(e.currentTarget.value),defaultValue:t})]}),c.jsxs(Ex,{children:[c.jsx(ix,{onClick:function(){e.current&&e.current.close(t)},children:"Save"}),c.jsx(ix,{onClick:function(){e.current&&e.current.dismiss()},children:"Cancel"})]})]})},GS=()=>{const[e,t]=p.useState([]),[o,r]=p.useState(),[n,a]=p.useState(),[i,s]=p.useState("");return p.useLayoutEffect(()=>{YS.orientation().then(({type:e})=>{s(e)}),YS.addListener("screenOrientationChange",({type:e})=>{s(e)})},[]),p.useLayoutEffect(()=>{!async function(){const e=await ZS.getInfo();r(e)}(),async function(){const e=await ZS.getBatteryInfo();e.batteryLevel?a(100*e.batteryLevel):a(0)}()},[]),c.jsxs(lx,{children:[c.jsx(dx,{slot:"header",headerTitle:"My Phone",headerSubtitle:"Show information about your phone",children:c.jsx(ix,{variant:"subtle-primary",onClick:async function(){const o=await async function(e){return Vx(e)}({centered:!0,content:c.jsx(XS,{}),size:"full-screen"});o.onClose.once(o=>{t([...e,o])})},children:"Create new entry"})}),c.jsxs("div",{className:"Home__Content",children:[c.jsxs(vx,{className:"Home__System_Settings",children:[c.jsx(gx,{label:"Device",value:null==o?void 0:o.model}),c.jsx(gx,{label:"Version",value:`${null==o?void 0:o.iOSVersion}`}),c.jsx(gx,{label:"Battery",value:`${n}%`}),c.jsx(gx,{label:"Orientation",value:`${l="mobile",jr(window,l)?i:"portrait-primary"}`})]}),c.jsxs("div",{className:"Home__Event__Container",children:[c.jsx("h2",{children:"Events"}),c.jsx("div",{className:"Home__Event__Event_List",children:c.jsxs(bx,{animated:!1,children:[c.jsx(px,{itemColor:"color-alarm",children:"Battery low"}),c.jsx(px,{itemColor:"color-success",children:"Upload success"}),c.jsx(px,{itemColor:"color-warning",children:"Heat limit"}),c.jsx(px,{itemColor:"color-alarm",children:"Restart required"}),e.map((e,t)=>c.jsx(px,{children:e},t))]})})]})]})]});var l},KS="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>bulb</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='Combined-Shape' transform='translate(42.666667, 21.333333)'><path d='M213.333333,85.3333333 C284.025781,85.3333333 341.333333,142.640885 341.333333,213.333333 C341.333333,260.711239 315.5928,302.077122 277.333732,324.208982 L277.333333,405.333333 L256,426.666667 L234.666667,426.666667 C234.666667,438.448741 225.115408,448 213.333333,448 C201.551259,448 192,438.448741 192,426.666667 L192,426.666667 L170.666667,426.666667 L149.333333,405.333333 L149.332954,324.208993 C111.073876,302.077136 85.3333333,260.711248 85.3333333,213.333333 C85.3333333,142.640885 142.640885,85.3333333 213.333333,85.3333333 Z M234.667665,339.563386 C227.72957,340.727434 220.602209,341.333333 213.333333,341.333333 C206.064458,341.333333 198.937097,340.727434 191.999002,339.563386 L192,384 L234.666667,384 L234.667665,339.563386 Z M96.4250122,307.614237 L119.052429,330.241654 L73.7975952,375.496488 L51.1701782,352.869071 L96.4250122,307.614237 Z M330.241654,307.614237 L375.496488,352.869071 L352.869071,375.496488 L307.614237,330.241654 L330.241654,307.614237 Z M213.333333,128 C166.205035,128 128,166.205035 128,213.333333 C128,260.461632 166.205035,298.666667 213.333333,298.666667 C260.461632,298.666667 298.666667,260.461632 298.666667,213.333333 C298.666667,166.205035 260.461632,128 213.333333,128 Z M426.666667,197.333333 L426.666667,229.333333 L362.666667,229.333333 L362.666667,197.333333 L426.666667,197.333333 Z M64,197.333333 L64,229.333333 L3.55271368e-14,229.333333 L3.55271368e-14,197.333333 L64,197.333333 Z M352.869071,51.1701782 L375.496488,73.7975952 L330.241654,119.052429 L307.614237,96.4250122 L352.869071,51.1701782 Z M73.7975952,51.1701782 L119.052429,96.4250122 L96.4250122,119.052429 L51.1701782,73.7975952 L73.7975952,51.1701782 Z M229.333333,-1.0658141e-14 L229.333333,64 L197.333333,64 L197.333333,-1.0658141e-14 L229.333333,-1.0658141e-14 Z'/></g></g></svg>",QS="data:image/svg+xml;utf8,<svg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'><desc>checkboxes</desc><path fill-rule='evenodd' clip-rule='evenodd' d='M64 64L362.667 64V106.667L106.667 106.667L106.667 362.667H64L64 64ZM379.325 247.993L280.665 371.319L221.34 323.859L247.993 290.541L273.984 311.36L346.008 221.34L379.325 247.993ZM448 149.333H149.333V448H448V149.333ZM405.333 192V405.333H192V192H405.333Z'/></svg>",JS="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>star</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(30.257293, 18.640071)'><path d='M225.742707,0 L288.525207,150.947232 L451.485414,164.011677 L327.326925,270.366642 L365.259373,429.388145 L225.742707,344.171897 L86.2260415,429.388145 L124.158489,270.366642 L2.84217094e-14,164.011677 L162.960208,150.947232 L225.742707,0 Z M259.138288,191.394856 L225.742707,111.087929 L192.347127,191.394856 L105.657374,198.341262 L171.707523,254.917025 L151.524041,339.503929 L225.742707,294.175885 L299.940041,339.503929 L279.777892,254.917025 L345.806707,198.341262 L259.138288,191.394856 Z' id='Star'/></g></g></svg>",eC="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>tree</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='icon' transform='translate(85.333333, 64.000000)'><path d='M1.42108547e-14,-4.26325641e-14 L128,-4.26325641e-14 L128,64 L1.42108547e-14,64 L1.42108547e-14,-4.26325641e-14 Z M106.666667,106.666667 L234.666667,106.666667 L234.666667,170.666667 L106.666667,170.666667 L106.666667,106.666667 Z M106.666667,213.333333 L234.666667,213.333333 L234.666667,277.333333 L106.666667,277.333333 L106.666667,213.333333 Z M213.333333,320 L341.333333,320 L341.333333,384 L213.333333,384 L213.333333,320 Z M74.6666667,85.3333333 L74.6666667,117.333333 L85.3333333,117.333333 L85.3333333,149.333333 L42.6666667,149.333333 L42.6666667,85.3333333 L74.6666667,85.3333333 Z M181.333333,298.666667 L181.333333,330.666667 L192,330.666667 L192,362.666667 L149.333333,362.666667 L149.333333,298.666667 L181.333333,298.666667 Z M74.6666667,170.666667 L74.6666667,224 L85.3333333,224 L85.3333333,256 L42.6666667,256 L42.6666667,170.666667 L74.6666667,170.666667 Z' id='Combined-Shape'/></g></g></svg>",tC=()=>c.jsxs(lx,{children:[c.jsx(dx,{slot:"header",headerTitle:"Other",headerSubtitle:"Explain what this page is about"}),c.jsxs(ax,{label:"Example",sublabel:"Sublabel",children:[c.jsx(fx,{variant:"tertiary",id:"context-menu",slot:"header-actions",icon:"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>context-menu</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='Combined-Shape' transform='translate(224.000000, 53.333333)'><path d='M32,64 C49.673112,64 64,49.673112 64,32 C64,14.326888 49.673112,1.42108547e-14 32,1.42108547e-14 C14.326888,1.42108547e-14 0,14.326888 0,32 C0,49.673112 14.326888,64 32,64 Z M32,405.333333 C49.673112,405.333333 64,391.006445 64,373.333333 C64,355.660221 49.673112,341.333333 32,341.333333 C14.326888,341.333333 0,355.660221 0,373.333333 C0,391.006445 14.326888,405.333333 32,405.333333 Z M32,234.666667 C49.673112,234.666667 64,220.339779 64,202.666667 C64,184.993555 49.673112,170.666667 32,170.666667 C14.326888,170.666667 0,184.993555 0,202.666667 C0,220.339779 14.326888,234.666667 32,234.666667 Z'/></g></g></svg>"}),c.jsx($x,{format:"body",children:"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet."})]}),c.jsxs(cx,{trigger:"context-menu",children:[c.jsx(ux,{icon:"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>rename</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='Combined-Shape' transform='translate(42.666667, 64.000000)'><path d='M362.666667,1.42108547e-14 L362.666667,21.3333333 L320,21.333 L320,362.666 L362.666667,362.666667 L362.666667,384 L320,383.999 L320,384 L298.666667,384 L298.666,383.999 L256,384 L256,362.666667 L298.666,362.666 L298.666,21.333 L256,21.3333333 L256,1.42108547e-14 L362.666667,1.42108547e-14 Z M426.666667,64 L426.666667,320 L341.333333,320 L341.333333,277.333333 L384,277.333333 L384,106.666667 L341.333333,106.666667 L341.333333,64 L426.666667,64 Z M277.333333,64 L277.333333,320 L3.55271368e-14,320 L3.55271368e-14,64 L277.333333,64 Z M179.2,89.6 L149.333333,89.6 L149.333333,234.666667 C149.333333,248 148.5,256.333333 147.875,264.354167 L147.792993,265.422171 L147.792993,265.422171 L147.714003,266.48894 C147.417695,270.579012 147.2,274.696296 147.2,279.466667 L147.2,279.466667 L177.066667,279.466667 L177.066667,260.266667 C184.941497,273.926888 199.708077,282.130544 215.466667,281.6 C229.540046,281.805757 242.921593,275.508559 251.733333,264.533333 C263.162478,248.989677 269.832496,230.461848 270.933333,211.2 C270.933333,170.666667 249.6,142.933333 217.6,142.933333 C202.507405,142.999748 188.308689,150.099106 179.2,162.133333 L179.2,162.133333 L179.2,89.6 Z M119.466667,162.133333 C107.961824,149.843793 91.4322333,143.546807 74.6666667,145.066667 C57.6785115,144.485924 40.8138255,148.15216 25.6,155.733333 L25.6,155.733333 L34.1333333,177.066667 C45.3979052,171.147831 57.7246848,167.522308 70.4,166.4 C78.5613135,165.511423 86.6853595,168.371259 92.4903835,174.176283 C98.2954074,179.981307 101.155244,188.105353 100.266667,196.266667 L100.266667,196.266667 L100.266667,198.4 L78.9333333,198.4 C65.8181975,197.679203 52.705771,199.864608 40.5333333,204.8 C26.2806563,210.950309 17.6507691,225.621117 19.2,241.066667 C19.0625857,252.057651 23.6679763,262.574827 31.8381493,269.927982 C40.0083223,277.281138 50.9508304,280.757072 61.8666667,279.466667 C77.2795695,280.291768 92.2192911,274.001359 102.4,262.4 L102.4,262.4 L102.4,277.333333 L130.133333,277.333333 C128.292479,266.054406 127.577851,254.620365 128,243.2 L128,243.2 L128,204.8 C129.999138,190.023932 126.995128,175.003882 119.466667,162.133333 Z M98.1333333,213.333333 L98.1333333,238.933333 C92.082572,249.988391 80.836024,257.218314 68.2666667,258.133333 C63.0655139,258.520242 57.9538681,256.621996 54.2659359,252.934064 C50.5780036,249.246132 48.6797582,244.134486 49.0666667,238.933333 C49.0666667,224 59.7333333,215.466667 85.3333333,213.333333 L85.3333333,213.333333 L98.1333333,213.333333 Z M209.066667,166.4 C226.133333,166.4 238.933333,183.466667 238.933333,211.2 C238.933333,238.933333 228.266667,256 211.2,256 C197.298049,255.69869 184.825037,247.383349 179.2,234.666667 L179.2,234.666667 L179.2,187.733333 C185.154203,176.240507 196.263981,168.304951 209.066667,166.4 Z'/></g></g></svg>",children:"Rename..."}),c.jsx(ux,{icon:"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>trashcan</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='Shape' transform='translate(64.000000, 42.666667)'><path d='M256,42.6666667 L128,42.6666667 L128,7.10542736e-15 L256,7.10542736e-15 L256,42.6666667 Z M170.666667,170.666667 L128,170.666667 L128,341.333333 L170.666667,341.333333 L170.666667,170.666667 Z M256,170.666667 L213.333333,170.666667 L213.333333,341.333333 L256,341.333333 L256,170.666667 Z M384,85.3333333 L384,128 L341.333333,128 L341.333333,426.666667 L42.6666667,426.666667 L42.6666667,128 L0,128 L0,85.3333333 L384,85.3333333 Z M298.666667,128 L85.3333333,128 L85.3333333,384 L298.666667,384 L298.666667,128 Z'/></g></g></svg>",children:"Delete"})]}),c.jsx(yx,{label:"Motor speed",value:"Nominal"}),c.jsx(yx,{label:"Motor speed",value:"122.6",unit:"rpm"}),c.jsx(yx,{label:"Motor speed",value:"122.6",state:"alarm"}),c.jsx(yx,{label:"Motor speed",value:"122.6",state:"warning"}),c.jsx(yx,{label:"Motor speed",value:"Nominal",orientation:"vertical"}),c.jsx(yx,{label:"Motor speed",value:"{122.6}",unit:"rpm",state:"alarm",orientation:"vertical"})]});var oC,rC={exports:{}},nC=(oC||(oC=1,function(e){!function(){var t={}.hasOwnProperty;function o(){for(var e="",t=0;t<arguments.length;t++){var o=arguments[t];o&&(e=n(e,r(o)))}return e}function r(e){if("string"==typeof e||"number"==typeof e)return e;if("object"!=typeof e)return"";if(Array.isArray(e))return o.apply(null,e);if(e.toString!==Object.prototype.toString&&!e.toString.toString().includes("[native code]"))return e.toString();var r="";for(var a in e)t.call(e,a)&&e[a]&&(r=n(r,a));return r}function n(e,t){return t?e?e+" "+t:e+t:e}e.exports?(o.default=o,e.exports=o):window.classNames=o}()}(rC)),rC.exports);
|
|
42
|
+
/*!
|
|
43
|
+
Copyright (c) 2018 Jed Watson.
|
|
44
|
+
Licensed under the MIT License (MIT), see
|
|
45
|
+
http://jedwatson.github.io/classnames
|
|
46
|
+
*/const aC=r(nC),iC="_Example_zduaz_10",sC="_SliderExample_zduaz_26",lC="_ButtonExample_zduaz_42",dC="_IconCol_zduaz_54",cC="_IconsExample_zduaz_60",hC="_TypographyExample_zduaz_74",uC="_Toggle_zduaz_82";function mC(){return c.jsx("div",{className:iC,children:c.jsx(mx,{header:"No elements available",subHeader:"Create an element first",icon:"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><desc>add</desc><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='Shape' transform='translate(65.929697, 65.929697)'><polygon points='211.189225 2.36847579e-14 211.189225 168.95138 380.140606 168.95138 380.140606 211.189225 211.189225 211.189225 211.189225 380.140606 168.95138 380.140606 168.95138 211.189225 -1.42108547e-14 211.189225 -1.42108547e-14 168.95138 168.95138 168.95138 168.95138 -1.42108547e-14'/></g></g></svg>",action:"Create element"})})}function bC(){return c.jsxs("div",{className:aC(iC,sC),children:[c.jsxs(Tx,{trace:!0,"trace-reference":50,marker:[0,25,50,75,100],value:25,children:[c.jsx("span",{slot:"label-start",children:"0"}),c.jsx("span",{slot:"label-end",children:"100"})]}),c.jsxs(Tx,{min:0,max:50,value:20,step:10,trace:!0,"trace-reference":10,marker:[0,10,20,30,40,50],children:[c.jsx("span",{slot:"label-start",children:"0"}),c.jsx("span",{slot:"label-end",children:"100"})]}),c.jsxs(Tx,{trace:!0,"trace-reference":50,marker:[0,25,50,75,100],error:!0,children:[c.jsx("span",{slot:"label-start",children:"0"}),c.jsx("span",{slot:"label-end",children:"100"})]})]})}function pC(){return c.jsx("div",{className:iC,children:c.jsxs(bx,{compact:!0,children:[c.jsx(px,{itemColor:"color-primary",children:"Text 1"}),c.jsx(px,{itemColor:"color-primary",children:"Text 2"}),c.jsx(px,{itemColor:"color-primary",children:"Text 3"}),c.jsx(px,{itemColor:"color-primary",children:"Text 4"})]})})}function fC(){return c.jsxs("div",{className:aC(iC),children:[c.jsx(Ox,{className:uC}),c.jsx(Ox,{className:uC,checked:!0}),c.jsx(Ox,{className:uC,disabled:!0}),c.jsx(Ox,{className:uC,checked:!0,disabled:!0})]})}function gC(){return c.jsxs("div",{className:aC(iC,lC),children:[c.jsx(ix,{children:"Button primary"}),c.jsx(ix,{variant:"subtle-primary",children:"Button primary"}),c.jsx(ix,{variant:"subtle-primary",children:"Button primary"}),c.jsx(ix,{variant:"subtle-secondary",children:"Button primary"}),c.jsx(ix,{variant:"tertiary",children:"Button primary"}),c.jsx(ix,{variant:"subtle-tertiary",children:"Button primary"}),c.jsx(ix,{disabled:!0,children:"Button primary"}),c.jsx(ix,{disabled:!0,variant:"subtle-primary",children:"Button primary"})]})}function vC(){return c.jsxs("div",{className:aC(iC,hC),children:[c.jsx($x,{format:"h1",children:"Block H1"}),c.jsx($x,{format:"h2",children:"Block H2"}),c.jsx($x,{format:"display",children:"Block Display"}),c.jsx($x,{format:"body",children:"Block Body"}),c.jsx($x,{format:"label-sm",children:"Block Label"})]})}function yC(){const[e]=p.useState([["app-menu","rocket","calendar","capacity"],["backup","bar-code","battery-full","clock"],["cloud","code","cogwheel","database"]]);return c.jsx("div",{className:aC(iC,cC),children:c.jsx(kx,{children:e.map((e,t)=>c.jsx(_x,{children:e.map((e,o)=>c.jsx(sx,{size:"3",className:dC,children:c.jsx(ES,{name:e})},`${t}_${o}_${e}`))},t))})})}const kC=()=>c.jsxs(lx,{children:[c.jsx(dx,{slot:"header",headerTitle:"Other",headerSubtitle:"Explain what this page is about"}),c.jsxs(kx,{noMargin:!0,children:[c.jsx(_x,{children:c.jsx(sx,{children:c.jsx(yC,{})})}),c.jsx(_x,{children:c.jsx(sx,{children:c.jsx(mC,{})})}),c.jsxs(_x,{children:[c.jsx(sx,{children:c.jsx(vC,{})}),c.jsx(sx,{children:c.jsx(fC,{})}),c.jsx(sx,{children:c.jsx(gC,{})})]}),c.jsx(_x,{children:c.jsx(sx,{children:c.jsx(bC,{})})}),c.jsx(_x,{children:c.jsx(sx,{children:c.jsx(pC,{})})})]})]});((e={})=>{"undefined"!=typeof document&&document.documentElement.classList.add("ion-ce"),en({...e})})();const xC=({to:e,label:t,icon:o,counter:r})=>c.jsx(tt,{to:e,activeClassName:"active",component:e=>c.jsx(wx,{icon:o,onClick:e.navigate,active:"active"===e.className,label:t,notifications:r})}),wC=({to:e,children:t,counter:o})=>c.jsx(tt,{to:e,activeClassName:"active",component:e=>c.jsx(Ix,{icon:!0,onClick:e.navigate,selected:"active"===e.className,counter:o,children:t})}),SC=()=>{var e,t;return e="preview-theme",t=e=>{console.log("New theme:",e),e&&(document.body.classList.remove("theme-brand-dark","theme-brand-light","theme-classic-dark","theme-classic-light"),document.body.classList.add(e))},p.useEffect(()=>{const o=()=>{const o=new URLSearchParams(window.location.search).get(e);t(o)};return o(),window.addEventListener("popstate",o),()=>{window.removeEventListener("popstate",o)}},[e,t]),c.jsx(Xx,{children:c.jsx(_i,{children:c.jsx(qe,{children:c.jsxs(ox,{breakpoints:["sm"],children:[c.jsxs(rx,{name:"My App",children:[c.jsx(fx,{variant:"tertiary",icon:QS}),c.jsx(fx,{variant:"tertiary",icon:QS}),c.jsx(fx,{variant:"tertiary",icon:QS}),c.jsxs(hx,{variant:"subtle-tertiary",label:"Select config",children:[c.jsx(ux,{label:"Config 1"}),c.jsx(ux,{label:"Config 2"}),c.jsx(ux,{label:"Config 3"})]}),c.jsxs(nx,{username:"John Doe",extra:"Administrator",children:[c.jsx(ux,{label:"Action 1"}),c.jsx(ux,{label:"Action 2"})]})]}),c.jsxs(xx,{enableToggleTheme:!0,children:[c.jsx(xC,{to:"home",label:"Home",icon:eC}),c.jsx(xC,{to:"demo",label:"Demo",icon:KS}),c.jsx(xC,{to:"other",label:"Other",icon:JS,counter:4})]}),c.jsxs(Di,{animated:!1,children:[c.jsx(Ue,{path:"/home",children:c.jsx(GS,{})}),c.jsx(Ue,{path:"/other",children:c.jsx(tC,{})}),c.jsx(Ue,{path:"/demo",children:c.jsx(kC,{})}),c.jsx(Ue,{exact:!0,path:"/",children:c.jsx(Fe,{to:"home"})})]}),c.jsxs(zx,{layout:"stretched",placement:"top",rounded:!0,slot:"bottom",children:[c.jsx(wC,{to:"home",children:c.jsx(ES,{name:eC})}),c.jsx(wC,{to:"demo",children:c.jsx(ES,{name:JS})}),c.jsx(wC,{to:"other",counter:4,children:c.jsx(ES,{name:KS})})]})]})})})})};"ios"===new URLSearchParams(window.location.search).get("preview-mode")&&document.documentElement.classList.add("preview-mode-ios");const CC=document.getElementById("root"),EC=R.createRoot(CC);!async function(){const{type:e}=await YS.orientation();window.document.body.setAttribute("data-screen-orientation",e),YS.addListener("screenOrientationChange",({type:e})=>{window.document.body.setAttribute("data-screen-orientation",e)})}(),EC.render(c.jsx(f.StrictMode,{children:c.jsx(SC,{})}))}}});
|