@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,2 @@
|
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./status-tap-BAsD7KXk.js","./index8-CI09UbGf.js","./input-shims-DVg5nRWa.js"])))=>i.map(i=>d[i]);
|
|
2
|
+
function UD(){import.meta.url,import("_").catch(()=>1),(async function*(){})().next()}(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))n(s);new MutationObserver(s=>{for(const l of s)if(l.type==="childList")for(const c of l.addedNodes)c.tagName==="LINK"&&c.rel==="modulepreload"&&n(c)}).observe(document,{childList:!0,subtree:!0});function r(s){const l={};return s.integrity&&(l.integrity=s.integrity),s.referrerPolicy&&(l.referrerPolicy=s.referrerPolicy),s.crossOrigin==="use-credentials"?l.credentials="include":s.crossOrigin==="anonymous"?l.credentials="omit":l.credentials="same-origin",l}function n(s){if(s.ep)return;s.ep=!0;const l=r(s);fetch(s.href,l)}})();function Zs(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var hf={exports:{}},Kl={};var u3;function A9(){if(u3)return Kl;u3=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function r(n,s,l){var c=null;if(l!==void 0&&(c=""+l),s.key!==void 0&&(c=""+s.key),"key"in s){l={};for(var h in s)h!=="key"&&(l[h]=s[h])}else l=s;return s=l.ref,{$$typeof:e,type:n,key:c,ref:s!==void 0?s:null,props:l}}return Kl.Fragment=t,Kl.jsx=r,Kl.jsxs=r,Kl}var b3;function R9(){return b3||(b3=1,hf.exports=A9()),hf.exports}var R=R9(),uf={exports:{}},Le={};var m3;function I9(){if(m3)return Le;m3=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),l=Symbol.for("react.consumer"),c=Symbol.for("react.context"),h=Symbol.for("react.forward_ref"),m=Symbol.for("react.suspense"),b=Symbol.for("react.memo"),g=Symbol.for("react.lazy"),v=Symbol.iterator;function y(C){return C===null||typeof C!="object"?null:(C=v&&C[v]||C["@@iterator"],typeof C=="function"?C:null)}var x={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},w=Object.assign,L={};function E(C,z,H){this.props=C,this.context=z,this.refs=L,this.updater=H||x}E.prototype.isReactComponent={},E.prototype.setState=function(C,z){if(typeof C!="object"&&typeof C!="function"&&C!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,C,z,"setState")},E.prototype.forceUpdate=function(C){this.updater.enqueueForceUpdate(this,C,"forceUpdate")};function _(){}_.prototype=E.prototype;function I(C,z,H){this.props=C,this.context=z,this.refs=L,this.updater=H||x}var A=I.prototype=new _;A.constructor=I,w(A,E.prototype),A.isPureReactComponent=!0;var P=Array.isArray,T={H:null,A:null,T:null,S:null,V:null},Y=Object.prototype.hasOwnProperty;function V(C,z,H,M,Q,ce){return H=ce.ref,{$$typeof:e,type:C,key:z,ref:H!==void 0?H:null,props:ce}}function X(C,z){return V(C.type,z,void 0,void 0,void 0,C.props)}function q(C){return typeof C=="object"&&C!==null&&C.$$typeof===e}function re(C){var z={"=":"=0",":":"=2"};return"$"+C.replace(/[=:]/g,function(H){return z[H]})}var ie=/\/+/g;function se(C,z){return typeof C=="object"&&C!==null&&C.key!=null?re(""+C.key):z.toString(36)}function pe(){}function be(C){switch(C.status){case"fulfilled":return C.value;case"rejected":throw C.reason;default:switch(typeof C.status=="string"?C.then(pe,pe):(C.status="pending",C.then(function(z){C.status==="pending"&&(C.status="fulfilled",C.value=z)},function(z){C.status==="pending"&&(C.status="rejected",C.reason=z)})),C.status){case"fulfilled":return C.value;case"rejected":throw C.reason}}throw C}function ne(C,z,H,M,Q){var ce=typeof C;(ce==="undefined"||ce==="boolean")&&(C=null);var he=!1;if(C===null)he=!0;else switch(ce){case"bigint":case"string":case"number":he=!0;break;case"object":switch(C.$$typeof){case e:case t:he=!0;break;case g:return he=C._init,ne(he(C._payload),z,H,M,Q)}}if(he)return Q=Q(C),he=M===""?"."+se(C,0):M,P(Q)?(H="",he!=null&&(H=he.replace(ie,"$&/")+"/"),ne(Q,z,H,"",function(De){return De})):Q!=null&&(q(Q)&&(Q=X(Q,H+(Q.key==null||C&&C.key===Q.key?"":(""+Q.key).replace(ie,"$&/")+"/")+he)),z.push(Q)),1;he=0;var ye=M===""?".":M+":";if(P(C))for(var ge=0;ge<C.length;ge++)M=C[ge],ce=ye+se(M,ge),he+=ne(M,z,H,ce,Q);else if(ge=y(C),typeof ge=="function")for(C=ge.call(C),ge=0;!(M=C.next()).done;)M=M.value,ce=ye+se(M,ge++),he+=ne(M,z,H,ce,Q);else if(ce==="object"){if(typeof C.then=="function")return ne(be(C),z,H,M,Q);throw z=String(C),Error("Objects are not valid as a React child (found: "+(z==="[object Object]"?"object with keys {"+Object.keys(C).join(", ")+"}":z)+"). If you meant to render a collection of children, use an array instead.")}return he}function D(C,z,H){if(C==null)return C;var M=[],Q=0;return ne(C,M,"","",function(ce){return z.call(H,ce,Q++)}),M}function ee(C){if(C._status===-1){var z=C._result;z=z(),z.then(function(H){(C._status===0||C._status===-1)&&(C._status=1,C._result=H)},function(H){(C._status===0||C._status===-1)&&(C._status=2,C._result=H)}),C._status===-1&&(C._status=0,C._result=z)}if(C._status===1)return C._result.default;throw C._result}var J=typeof reportError=="function"?reportError:function(C){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var z=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof C=="object"&&C!==null&&typeof C.message=="string"?String(C.message):String(C),error:C});if(!window.dispatchEvent(z))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",C);return}console.error(C)};function Z(){}return Le.Children={map:D,forEach:function(C,z,H){D(C,function(){z.apply(this,arguments)},H)},count:function(C){var z=0;return D(C,function(){z++}),z},toArray:function(C){return D(C,function(z){return z})||[]},only:function(C){if(!q(C))throw Error("React.Children.only expected to receive a single React element child.");return C}},Le.Component=E,Le.Fragment=r,Le.Profiler=s,Le.PureComponent=I,Le.StrictMode=n,Le.Suspense=m,Le.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=T,Le.__COMPILER_RUNTIME={__proto__:null,c:function(C){return T.H.useMemoCache(C)}},Le.cache=function(C){return function(){return C.apply(null,arguments)}},Le.cloneElement=function(C,z,H){if(C==null)throw Error("The argument must be a React element, but you passed "+C+".");var M=w({},C.props),Q=C.key,ce=void 0;if(z!=null)for(he in z.ref!==void 0&&(ce=void 0),z.key!==void 0&&(Q=""+z.key),z)!Y.call(z,he)||he==="key"||he==="__self"||he==="__source"||he==="ref"&&z.ref===void 0||(M[he]=z[he]);var he=arguments.length-2;if(he===1)M.children=H;else if(1<he){for(var ye=Array(he),ge=0;ge<he;ge++)ye[ge]=arguments[ge+2];M.children=ye}return V(C.type,Q,void 0,void 0,ce,M)},Le.createContext=function(C){return C={$$typeof:c,_currentValue:C,_currentValue2:C,_threadCount:0,Provider:null,Consumer:null},C.Provider=C,C.Consumer={$$typeof:l,_context:C},C},Le.createElement=function(C,z,H){var M,Q={},ce=null;if(z!=null)for(M in z.key!==void 0&&(ce=""+z.key),z)Y.call(z,M)&&M!=="key"&&M!=="__self"&&M!=="__source"&&(Q[M]=z[M]);var he=arguments.length-2;if(he===1)Q.children=H;else if(1<he){for(var ye=Array(he),ge=0;ge<he;ge++)ye[ge]=arguments[ge+2];Q.children=ye}if(C&&C.defaultProps)for(M in he=C.defaultProps,he)Q[M]===void 0&&(Q[M]=he[M]);return V(C,ce,void 0,void 0,null,Q)},Le.createRef=function(){return{current:null}},Le.forwardRef=function(C){return{$$typeof:h,render:C}},Le.isValidElement=q,Le.lazy=function(C){return{$$typeof:g,_payload:{_status:-1,_result:C},_init:ee}},Le.memo=function(C,z){return{$$typeof:b,type:C,compare:z===void 0?null:z}},Le.startTransition=function(C){var z=T.T,H={};T.T=H;try{var M=C(),Q=T.S;Q!==null&&Q(H,M),typeof M=="object"&&M!==null&&typeof M.then=="function"&&M.then(Z,J)}catch(ce){J(ce)}finally{T.T=z}},Le.unstable_useCacheRefresh=function(){return T.H.useCacheRefresh()},Le.use=function(C){return T.H.use(C)},Le.useActionState=function(C,z,H){return T.H.useActionState(C,z,H)},Le.useCallback=function(C,z){return T.H.useCallback(C,z)},Le.useContext=function(C){return T.H.useContext(C)},Le.useDebugValue=function(){},Le.useDeferredValue=function(C,z){return T.H.useDeferredValue(C,z)},Le.useEffect=function(C,z,H){var M=T.H;if(typeof H=="function")throw Error("useEffect CRUD overload is not enabled in this build of React.");return M.useEffect(C,z)},Le.useId=function(){return T.H.useId()},Le.useImperativeHandle=function(C,z,H){return T.H.useImperativeHandle(C,z,H)},Le.useInsertionEffect=function(C,z){return T.H.useInsertionEffect(C,z)},Le.useLayoutEffect=function(C,z){return T.H.useLayoutEffect(C,z)},Le.useMemo=function(C,z){return T.H.useMemo(C,z)},Le.useOptimistic=function(C,z){return T.H.useOptimistic(C,z)},Le.useReducer=function(C,z,H){return T.H.useReducer(C,z,H)},Le.useRef=function(C){return T.H.useRef(C)},Le.useState=function(C){return T.H.useState(C)},Le.useSyncExternalStore=function(C,z,H){return T.H.useSyncExternalStore(C,z,H)},Le.useTransition=function(){return T.H.useTransition()},Le.version="19.1.1",Le}var f3;function gg(){return f3||(f3=1,uf.exports=I9()),uf.exports}var Pe=gg();const te=Zs(Pe);var bf={exports:{}},Jl={},mf={exports:{}},ff={};var p3;function D9(){return p3||(p3=1,(function(e){function t(D,ee){var J=D.length;D.push(ee);e:for(;0<J;){var Z=J-1>>>1,C=D[Z];if(0<s(C,ee))D[Z]=ee,D[J]=C,J=Z;else break e}}function r(D){return D.length===0?null:D[0]}function n(D){if(D.length===0)return null;var ee=D[0],J=D.pop();if(J!==ee){D[0]=J;e:for(var Z=0,C=D.length,z=C>>>1;Z<z;){var H=2*(Z+1)-1,M=D[H],Q=H+1,ce=D[Q];if(0>s(M,J))Q<C&&0>s(ce,M)?(D[Z]=ce,D[Q]=J,Z=Q):(D[Z]=M,D[H]=J,Z=H);else if(Q<C&&0>s(ce,J))D[Z]=ce,D[Q]=J,Z=Q;else break e}}return ee}function s(D,ee){var J=D.sortIndex-ee.sortIndex;return J!==0?J:D.id-ee.id}if(e.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var l=performance;e.unstable_now=function(){return l.now()}}else{var c=Date,h=c.now();e.unstable_now=function(){return c.now()-h}}var m=[],b=[],g=1,v=null,y=3,x=!1,w=!1,L=!1,E=!1,_=typeof setTimeout=="function"?setTimeout:null,I=typeof clearTimeout=="function"?clearTimeout:null,A=typeof setImmediate<"u"?setImmediate:null;function P(D){for(var ee=r(b);ee!==null;){if(ee.callback===null)n(b);else if(ee.startTime<=D)n(b),ee.sortIndex=ee.expirationTime,t(m,ee);else break;ee=r(b)}}function T(D){if(L=!1,P(D),!w)if(r(m)!==null)w=!0,Y||(Y=!0,se());else{var ee=r(b);ee!==null&&ne(T,ee.startTime-D)}}var Y=!1,V=-1,X=5,q=-1;function re(){return E?!0:!(e.unstable_now()-q<X)}function ie(){if(E=!1,Y){var D=e.unstable_now();q=D;var ee=!0;try{e:{w=!1,L&&(L=!1,I(V),V=-1),x=!0;var J=y;try{t:{for(P(D),v=r(m);v!==null&&!(v.expirationTime>D&&re());){var Z=v.callback;if(typeof Z=="function"){v.callback=null,y=v.priorityLevel;var C=Z(v.expirationTime<=D);if(D=e.unstable_now(),typeof C=="function"){v.callback=C,P(D),ee=!0;break t}v===r(m)&&n(m),P(D)}else n(m);v=r(m)}if(v!==null)ee=!0;else{var z=r(b);z!==null&&ne(T,z.startTime-D),ee=!1}}break e}finally{v=null,y=J,x=!1}ee=void 0}}finally{ee?se():Y=!1}}}var se;if(typeof A=="function")se=function(){A(ie)};else if(typeof MessageChannel<"u"){var pe=new MessageChannel,be=pe.port2;pe.port1.onmessage=ie,se=function(){be.postMessage(null)}}else se=function(){_(ie,0)};function ne(D,ee){V=_(function(){D(e.unstable_now())},ee)}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(D){D.callback=null},e.unstable_forceFrameRate=function(D){0>D||125<D?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):X=0<D?Math.floor(1e3/D):5},e.unstable_getCurrentPriorityLevel=function(){return y},e.unstable_next=function(D){switch(y){case 1:case 2:case 3:var ee=3;break;default:ee=y}var J=y;y=ee;try{return D()}finally{y=J}},e.unstable_requestPaint=function(){E=!0},e.unstable_runWithPriority=function(D,ee){switch(D){case 1:case 2:case 3:case 4:case 5:break;default:D=3}var J=y;y=D;try{return ee()}finally{y=J}},e.unstable_scheduleCallback=function(D,ee,J){var Z=e.unstable_now();switch(typeof J=="object"&&J!==null?(J=J.delay,J=typeof J=="number"&&0<J?Z+J:Z):J=Z,D){case 1:var C=-1;break;case 2:C=250;break;case 5:C=1073741823;break;case 4:C=1e4;break;default:C=5e3}return C=J+C,D={id:g++,callback:ee,priorityLevel:D,startTime:J,expirationTime:C,sortIndex:-1},J>Z?(D.sortIndex=J,t(b,D),r(m)===null&&D===r(b)&&(L?(I(V),V=-1):L=!0,ne(T,J-Z))):(D.sortIndex=C,t(m,D),w||x||(w=!0,Y||(Y=!0,se()))),D},e.unstable_shouldYield=re,e.unstable_wrapCallback=function(D){var ee=y;return function(){var J=y;y=ee;try{return D.apply(this,arguments)}finally{y=J}}}})(ff)),ff}var g3;function M9(){return g3||(g3=1,mf.exports=D9()),mf.exports}var pf={exports:{}},oo={};var v3;function B9(){if(v3)return oo;v3=1;var e=gg();function t(m){var b="https://react.dev/errors/"+m;if(1<arguments.length){b+="?args[]="+encodeURIComponent(arguments[1]);for(var g=2;g<arguments.length;g++)b+="&args[]="+encodeURIComponent(arguments[g])}return"Minified React error #"+m+"; visit "+b+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function r(){}var n={d:{f:r,r:function(){throw Error(t(522))},D:r,C:r,L:r,m:r,X:r,S:r,M:r},p:0,findDOMNode:null},s=Symbol.for("react.portal");function l(m,b,g){var v=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:s,key:v==null?null:""+v,children:m,containerInfo:b,implementation:g}}var c=e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function h(m,b){if(m==="font")return"";if(typeof b=="string")return b==="use-credentials"?b:""}return oo.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=n,oo.createPortal=function(m,b){var g=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!b||b.nodeType!==1&&b.nodeType!==9&&b.nodeType!==11)throw Error(t(299));return l(m,b,null,g)},oo.flushSync=function(m){var b=c.T,g=n.p;try{if(c.T=null,n.p=2,m)return m()}finally{c.T=b,n.p=g,n.d.f()}},oo.preconnect=function(m,b){typeof m=="string"&&(b?(b=b.crossOrigin,b=typeof b=="string"?b==="use-credentials"?b:"":void 0):b=null,n.d.C(m,b))},oo.prefetchDNS=function(m){typeof m=="string"&&n.d.D(m)},oo.preinit=function(m,b){if(typeof m=="string"&&b&&typeof b.as=="string"){var g=b.as,v=h(g,b.crossOrigin),y=typeof b.integrity=="string"?b.integrity:void 0,x=typeof b.fetchPriority=="string"?b.fetchPriority:void 0;g==="style"?n.d.S(m,typeof b.precedence=="string"?b.precedence:void 0,{crossOrigin:v,integrity:y,fetchPriority:x}):g==="script"&&n.d.X(m,{crossOrigin:v,integrity:y,fetchPriority:x,nonce:typeof b.nonce=="string"?b.nonce:void 0})}},oo.preinitModule=function(m,b){if(typeof m=="string")if(typeof b=="object"&&b!==null){if(b.as==null||b.as==="script"){var g=h(b.as,b.crossOrigin);n.d.M(m,{crossOrigin:g,integrity:typeof b.integrity=="string"?b.integrity:void 0,nonce:typeof b.nonce=="string"?b.nonce:void 0})}}else b==null&&n.d.M(m)},oo.preload=function(m,b){if(typeof m=="string"&&typeof b=="object"&&b!==null&&typeof b.as=="string"){var g=b.as,v=h(g,b.crossOrigin);n.d.L(m,g,{crossOrigin:v,integrity:typeof b.integrity=="string"?b.integrity:void 0,nonce:typeof b.nonce=="string"?b.nonce:void 0,type:typeof b.type=="string"?b.type:void 0,fetchPriority:typeof b.fetchPriority=="string"?b.fetchPriority:void 0,referrerPolicy:typeof b.referrerPolicy=="string"?b.referrerPolicy:void 0,imageSrcSet:typeof b.imageSrcSet=="string"?b.imageSrcSet:void 0,imageSizes:typeof b.imageSizes=="string"?b.imageSizes:void 0,media:typeof b.media=="string"?b.media:void 0})}},oo.preloadModule=function(m,b){if(typeof m=="string")if(b){var g=h(b.as,b.crossOrigin);n.d.m(m,{as:typeof b.as=="string"&&b.as!=="script"?b.as:void 0,crossOrigin:g,integrity:typeof b.integrity=="string"?b.integrity:void 0})}else n.d.m(m)},oo.requestFormReset=function(m){n.d.r(m)},oo.unstable_batchedUpdates=function(m,b){return m(b)},oo.useFormState=function(m,b,g){return c.H.useFormState(m,b,g)},oo.useFormStatus=function(){return c.H.useHostTransitionStatus()},oo.version="19.1.1",oo}var y3;function Dw(){if(y3)return pf.exports;y3=1;function e(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}return e(),pf.exports=B9(),pf.exports}var k3;function H9(){if(k3)return Jl;k3=1;var e=M9(),t=gg(),r=Dw();function n(o){var i="https://react.dev/errors/"+o;if(1<arguments.length){i+="?args[]="+encodeURIComponent(arguments[1]);for(var a=2;a<arguments.length;a++)i+="&args[]="+encodeURIComponent(arguments[a])}return"Minified React error #"+o+"; visit "+i+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function s(o){return!(!o||o.nodeType!==1&&o.nodeType!==9&&o.nodeType!==11)}function l(o){var i=o,a=o;if(o.alternate)for(;i.return;)i=i.return;else{o=i;do i=o,(i.flags&4098)!==0&&(a=i.return),o=i.return;while(o)}return i.tag===3?a:null}function c(o){if(o.tag===13){var i=o.memoizedState;if(i===null&&(o=o.alternate,o!==null&&(i=o.memoizedState)),i!==null)return i.dehydrated}return null}function h(o){if(l(o)!==o)throw Error(n(188))}function m(o){var i=o.alternate;if(!i){if(i=l(o),i===null)throw Error(n(188));return i!==o?null:o}for(var a=o,d=i;;){var u=a.return;if(u===null)break;var p=u.alternate;if(p===null){if(d=u.return,d!==null){a=d;continue}break}if(u.child===p.child){for(p=u.child;p;){if(p===a)return h(u),o;if(p===d)return h(u),i;p=p.sibling}throw Error(n(188))}if(a.return!==d.return)a=u,d=p;else{for(var k=!1,S=u.child;S;){if(S===a){k=!0,a=u,d=p;break}if(S===d){k=!0,d=u,a=p;break}S=S.sibling}if(!k){for(S=p.child;S;){if(S===a){k=!0,a=p,d=u;break}if(S===d){k=!0,d=p,a=u;break}S=S.sibling}if(!k)throw Error(n(189))}}if(a.alternate!==d)throw Error(n(190))}if(a.tag!==3)throw Error(n(188));return a.stateNode.current===a?o:i}function b(o){var i=o.tag;if(i===5||i===26||i===27||i===6)return o;for(o=o.child;o!==null;){if(i=b(o),i!==null)return i;o=o.sibling}return null}var g=Object.assign,v=Symbol.for("react.element"),y=Symbol.for("react.transitional.element"),x=Symbol.for("react.portal"),w=Symbol.for("react.fragment"),L=Symbol.for("react.strict_mode"),E=Symbol.for("react.profiler"),_=Symbol.for("react.provider"),I=Symbol.for("react.consumer"),A=Symbol.for("react.context"),P=Symbol.for("react.forward_ref"),T=Symbol.for("react.suspense"),Y=Symbol.for("react.suspense_list"),V=Symbol.for("react.memo"),X=Symbol.for("react.lazy"),q=Symbol.for("react.activity"),re=Symbol.for("react.memo_cache_sentinel"),ie=Symbol.iterator;function se(o){return o===null||typeof o!="object"?null:(o=ie&&o[ie]||o["@@iterator"],typeof o=="function"?o:null)}var pe=Symbol.for("react.client.reference");function be(o){if(o==null)return null;if(typeof o=="function")return o.$$typeof===pe?null:o.displayName||o.name||null;if(typeof o=="string")return o;switch(o){case w:return"Fragment";case E:return"Profiler";case L:return"StrictMode";case T:return"Suspense";case Y:return"SuspenseList";case q:return"Activity"}if(typeof o=="object")switch(o.$$typeof){case x:return"Portal";case A:return(o.displayName||"Context")+".Provider";case I:return(o._context.displayName||"Context")+".Consumer";case P:var i=o.render;return o=o.displayName,o||(o=i.displayName||i.name||"",o=o!==""?"ForwardRef("+o+")":"ForwardRef"),o;case V:return i=o.displayName||null,i!==null?i:be(o.type)||"Memo";case X:i=o._payload,o=o._init;try{return be(o(i))}catch(a){}}return null}var ne=Array.isArray,D=t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,ee=r.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,J={pending:!1,data:null,method:null,action:null},Z=[],C=-1;function z(o){return{current:o}}function H(o){0>C||(o.current=Z[C],Z[C]=null,C--)}function M(o,i){C++,Z[C]=o.current,o.current=i}var Q=z(null),ce=z(null),he=z(null),ye=z(null);function ge(o,i){switch(M(he,i),M(ce,o),M(Q,null),i.nodeType){case 9:case 11:o=(o=i.documentElement)&&(o=o.namespaceURI)?j1(o):0;break;default:if(o=i.tagName,i=i.namespaceURI)i=j1(i),o=V1(i,o);else switch(o){case"svg":o=1;break;case"math":o=2;break;default:o=0}}H(Q),M(Q,o)}function De(){H(Q),H(ce),H(he)}function He(o){o.memoizedState!==null&&M(ye,o);var i=Q.current,a=V1(i,o.type);i!==a&&(M(ce,o),M(Q,a))}function rt(o){ce.current===o&&(H(Q),H(ce)),ye.current===o&&(H(ye),Wl._currentValue=J)}var Qe=Object.prototype.hasOwnProperty,We=e.unstable_scheduleCallback,Ke=e.unstable_cancelCallback,Zt=e.unstable_shouldYield,eo=e.unstable_requestPaint,st=e.unstable_now,jt=e.unstable_getCurrentPriorityLevel,zo=e.unstable_ImmediatePriority,ft=e.unstable_UserBlockingPriority,vo=e.unstable_NormalPriority,ut=e.unstable_LowPriority,Ao=e.unstable_IdlePriority,yo=e.log,Ro=e.unstable_setDisableYieldValue,ko=null,$t=null;function wt(o){if(typeof yo=="function"&&Ro(o),$t&&typeof $t.setStrictMode=="function")try{$t.setStrictMode(ko,o)}catch(i){}}var St=Math.clz32?Math.clz32:on,Ir=Math.log,Dr=Math.LN2;function on(o){return o>>>=0,o===0?32:31-(Ir(o)/Dr|0)|0}var Zo=256,Dt=4194304;function Io(o){var i=o&42;if(i!==0)return i;switch(o&-o){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 o&4194048;case 4194304:case 8388608:case 16777216:case 33554432:return o&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return o}}function mr(o,i,a){var d=o.pendingLanes;if(d===0)return 0;var u=0,p=o.suspendedLanes,k=o.pingedLanes;o=o.warmLanes;var S=d&134217727;return S!==0?(d=S&~p,d!==0?u=Io(d):(k&=S,k!==0?u=Io(k):a||(a=S&~o,a!==0&&(u=Io(a))))):(S=d&~p,S!==0?u=Io(S):k!==0?u=Io(k):a||(a=d&~o,a!==0&&(u=Io(a)))),u===0?0:i!==0&&i!==u&&(i&p)===0&&(p=u&-u,a=i&-i,p>=a||p===32&&(a&4194048)!==0)?i:u}function Me(o,i){return(o.pendingLanes&~(o.suspendedLanes&~o.pingedLanes)&i)===0}function _t(o,i){switch(o){case 1:case 2:case 4:case 8:case 64:return i+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 i+5e3;case 4194304:case 8388608:case 16777216:case 33554432:return-1;case 67108864:case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function Js(){var o=Zo;return Zo<<=1,(Zo&4194048)===0&&(Zo=256),o}function Ei(){var o=Dt;return Dt<<=1,(Dt&62914560)===0&&(Dt=4194304),o}function el(o){for(var i=[],a=0;31>a;a++)i.push(o);return i}function Ti(o,i){o.pendingLanes|=i,i!==268435456&&(o.suspendedLanes=0,o.pingedLanes=0,o.warmLanes=0)}function Ku(o,i,a,d,u,p){var k=o.pendingLanes;o.pendingLanes=a,o.suspendedLanes=0,o.pingedLanes=0,o.warmLanes=0,o.expiredLanes&=a,o.entangledLanes&=a,o.errorRecoveryDisabledLanes&=a,o.shellSuspendCounter=0;var S=o.entanglements,$=o.expirationTimes,j=o.hiddenUpdates;for(a=k&~a;0<a;){var G=31-St(a),oe=1<<G;S[G]=0,$[G]=-1;var U=j[G];if(U!==null)for(j[G]=null,G=0;G<U.length;G++){var F=U[G];F!==null&&(F.lane&=-536870913)}a&=~oe}d!==0&&Nd(o,d,0),p!==0&&u===0&&o.tag!==0&&(o.suspendedLanes|=p&~(k&~i))}function Nd(o,i,a){o.pendingLanes|=i,o.suspendedLanes&=~i;var d=31-St(i);o.entangledLanes|=i,o.entanglements[d]=o.entanglements[d]|1073741824|a&4194090}function jd(o,i){var a=o.entangledLanes|=i;for(o=o.entanglements;a;){var d=31-St(a),u=1<<d;u&i|o[d]&i&&(o[d]|=i),a&=~u}}function tl(o){switch(o){case 2:o=1;break;case 8:o=4;break;case 32:o=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:o=128;break;case 268435456:o=134217728;break;default:o=0}return o}function ol(o){return o&=-o,2<o?8<o?(o&134217727)!==0?32:268435456:8:2}function Li(){var o=ee.p;return o!==0?o:(o=window.event,o===void 0?32:a3(o.type))}function Ju(o,i){var a=ee.p;try{return ee.p=o,i()}finally{ee.p=a}}var fr=Math.random().toString(36).slice(2),pt="__reactFiber$"+fr,Wt="__reactProps$"+fr,Mt="__reactContainer$"+fr,rl="__reactEvents$"+fr,eb="__reactListeners$"+fr,tb="__reactHandles$"+fr,nl="__reactResources$"+fr,$i="__reactMarker$"+fr;function il(o){delete o[pt],delete o[Wt],delete o[rl],delete o[eb],delete o[tb]}function Rn(o){var i=o[pt];if(i)return i;for(var a=o.parentNode;a;){if(i=a[Mt]||a[pt]){if(a=i.alternate,i.child!==null||a!==null&&a.child!==null)for(o=F1(o);o!==null;){if(a=o[pt])return a;o=F1(o)}return i}o=a,a=o.parentNode}return null}function In(o){if(o=o[pt]||o[Mt]){var i=o.tag;if(i===5||i===6||i===13||i===26||i===27||i===3)return o}return null}function Dn(o){var i=o.tag;if(i===5||i===26||i===27||i===6)return o.stateNode;throw Error(n(33))}function Mn(o){var i=o[nl];return i||(i=o[nl]={hoistableStyles:new Map,hoistableScripts:new Map}),i}function Ct(o){o[$i]=!0}var ob=new Set,rb={};function W(o,i){fe(o,i),fe(o+"Capture",i)}function fe(o,i){for(rb[o]=i,o=0;o<i.length;o++)ob.add(i[o])}var $e=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]*$"),dt={},Vt={};function Wo(o){return Qe.call(Vt,o)?!0:Qe.call(dt,o)?!1:$e.test(o)?Vt[o]=!0:(dt[o]=!0,!1)}function Yo(o,i,a){if(Wo(i))if(a===null)o.removeAttribute(i);else{switch(typeof a){case"undefined":case"function":case"symbol":o.removeAttribute(i);return;case"boolean":var d=i.toLowerCase().slice(0,5);if(d!=="data-"&&d!=="aria-"){o.removeAttribute(i);return}}o.setAttribute(i,""+a)}}function Vd(o,i,a){if(a===null)o.removeAttribute(i);else{switch(typeof a){case"undefined":case"function":case"symbol":case"boolean":o.removeAttribute(i);return}o.setAttribute(i,""+a)}}function rn(o,i,a,d){if(d===null)o.removeAttribute(a);else{switch(typeof d){case"undefined":case"function":case"symbol":case"boolean":o.removeAttribute(a);return}o.setAttributeNS(i,a,""+d)}}var nb,Rv;function ga(o){if(nb===void 0)try{throw Error()}catch(a){var i=a.stack.trim().match(/\n( *(at )?)/);nb=i&&i[1]||"",Rv=-1<a.stack.indexOf("\n at")?" (<anonymous>)":-1<a.stack.indexOf("@")?"@unknown:0:0":""}return"\n"+nb+o+Rv}var ib=!1;function ab(o,i){if(!o||ib)return"";ib=!0;var a=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var d={DetermineComponentFrameRoot:function(){try{if(i){var oe=function(){throw Error()};if(Object.defineProperty(oe.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(oe,[])}catch(F){var U=F}Reflect.construct(o,[],oe)}else{try{oe.call()}catch(F){U=F}o.call(oe.prototype)}}else{try{throw Error()}catch(F){U=F}(oe=o())&&typeof oe.catch=="function"&&oe.catch(function(){})}}catch(F){if(F&&U&&typeof F.stack=="string")return[F.stack,U.stack]}return[null,null]}};d.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var u=Object.getOwnPropertyDescriptor(d.DetermineComponentFrameRoot,"name");u&&u.configurable&&Object.defineProperty(d.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var p=d.DetermineComponentFrameRoot(),k=p[0],S=p[1];if(k&&S){var $=k.split("\n"),j=S.split("\n");for(u=d=0;d<$.length&&!$[d].includes("DetermineComponentFrameRoot");)d++;for(;u<j.length&&!j[u].includes("DetermineComponentFrameRoot");)u++;if(d===$.length||u===j.length)for(d=$.length-1,u=j.length-1;1<=d&&0<=u&&$[d]!==j[u];)u--;for(;1<=d&&0<=u;d--,u--)if($[d]!==j[u]){if(d!==1||u!==1)do if(d--,u--,0>u||$[d]!==j[u]){var G="\n"+$[d].replace(" at new "," at ");return o.displayName&&G.includes("<anonymous>")&&(G=G.replace("<anonymous>",o.displayName)),G}while(1<=d&&0<=u);break}}}finally{ib=!1,Error.prepareStackTrace=a}return(a=o?o.displayName||o.name:"")?ga(a):""}function T7(o){switch(o.tag){case 26:case 27:case 5:return ga(o.type);case 16:return ga("Lazy");case 13:return ga("Suspense");case 19:return ga("SuspenseList");case 0:case 15:return ab(o.type,!1);case 11:return ab(o.type.render,!1);case 1:return ab(o.type,!0);case 31:return ga("Activity");default:return""}}function Iv(o){try{var i="";do i+=T7(o),o=o.return;while(o);return i}catch(a){return"\nError generating stack: "+a.message+"\n"+a.stack}}function Xo(o){switch(typeof o){case"bigint":case"boolean":case"number":case"string":case"undefined":return o;case"object":return o;default:return""}}function Dv(o){var i=o.type;return(o=o.nodeName)&&o.toLowerCase()==="input"&&(i==="checkbox"||i==="radio")}function L7(o){var i=Dv(o)?"checked":"value",a=Object.getOwnPropertyDescriptor(o.constructor.prototype,i),d=""+o[i];if(!o.hasOwnProperty(i)&&typeof a<"u"&&typeof a.get=="function"&&typeof a.set=="function"){var u=a.get,p=a.set;return Object.defineProperty(o,i,{configurable:!0,get:function(){return u.call(this)},set:function(k){d=""+k,p.call(this,k)}}),Object.defineProperty(o,i,{enumerable:a.enumerable}),{getValue:function(){return d},setValue:function(k){d=""+k},stopTracking:function(){o._valueTracker=null,delete o[i]}}}}function Pd(o){o._valueTracker||(o._valueTracker=L7(o))}function Mv(o){if(!o)return!1;var i=o._valueTracker;if(!i)return!0;var a=i.getValue(),d="";return o&&(d=Dv(o)?o.checked?"true":"false":o.value),o=d,o!==a?(i.setValue(o),!0):!1}function Ud(o){if(o=o||(typeof document<"u"?document:void 0),typeof o>"u")return null;try{return o.activeElement||o.body}catch(i){return o.body}}var $7=/[\n"\\]/g;function Go(o){return o.replace($7,function(i){return"\\"+i.charCodeAt(0).toString(16)+" "})}function sb(o,i,a,d,u,p,k,S){o.name="",k!=null&&typeof k!="function"&&typeof k!="symbol"&&typeof k!="boolean"?o.type=k:o.removeAttribute("type"),i!=null?k==="number"?(i===0&&o.value===""||o.value!=i)&&(o.value=""+Xo(i)):o.value!==""+Xo(i)&&(o.value=""+Xo(i)):k!=="submit"&&k!=="reset"||o.removeAttribute("value"),i!=null?lb(o,k,Xo(i)):a!=null?lb(o,k,Xo(a)):d!=null&&o.removeAttribute("value"),u==null&&p!=null&&(o.defaultChecked=!!p),u!=null&&(o.checked=u&&typeof u!="function"&&typeof u!="symbol"),S!=null&&typeof S!="function"&&typeof S!="symbol"&&typeof S!="boolean"?o.name=""+Xo(S):o.removeAttribute("name")}function Bv(o,i,a,d,u,p,k,S){if(p!=null&&typeof p!="function"&&typeof p!="symbol"&&typeof p!="boolean"&&(o.type=p),i!=null||a!=null){if(!(p!=="submit"&&p!=="reset"||i!=null))return;a=a!=null?""+Xo(a):"",i=i!=null?""+Xo(i):a,S||i===o.value||(o.value=i),o.defaultValue=i}d=d!=null?d:u,d=typeof d!="function"&&typeof d!="symbol"&&!!d,o.checked=S?o.checked:!!d,o.defaultChecked=!!d,k!=null&&typeof k!="function"&&typeof k!="symbol"&&typeof k!="boolean"&&(o.name=k)}function lb(o,i,a){i==="number"&&Ud(o.ownerDocument)===o||o.defaultValue===""+a||(o.defaultValue=""+a)}function va(o,i,a,d){if(o=o.options,i){i={};for(var u=0;u<a.length;u++)i["$"+a[u]]=!0;for(a=0;a<o.length;a++)u=i.hasOwnProperty("$"+o[a].value),o[a].selected!==u&&(o[a].selected=u),u&&d&&(o[a].defaultSelected=!0)}else{for(a=""+Xo(a),i=null,u=0;u<o.length;u++){if(o[u].value===a){o[u].selected=!0,d&&(o[u].defaultSelected=!0);return}i!==null||o[u].disabled||(i=o[u])}i!==null&&(i.selected=!0)}}function Hv(o,i,a){if(i!=null&&(i=""+Xo(i),i!==o.value&&(o.value=i),a==null)){o.defaultValue!==i&&(o.defaultValue=i);return}o.defaultValue=a!=null?""+Xo(a):""}function Nv(o,i,a,d){if(i==null){if(d!=null){if(a!=null)throw Error(n(92));if(ne(d)){if(1<d.length)throw Error(n(93));d=d[0]}a=d}a==null&&(a=""),i=a}a=Xo(i),o.defaultValue=a,d=o.textContent,d===a&&d!==""&&d!==null&&(o.value=d)}function ya(o,i){if(i){var a=o.firstChild;if(a&&a===o.lastChild&&a.nodeType===3){a.nodeValue=i;return}}o.textContent=i}var _7=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 jv(o,i,a){var d=i.indexOf("--")===0;a==null||typeof a=="boolean"||a===""?d?o.setProperty(i,""):i==="float"?o.cssFloat="":o[i]="":d?o.setProperty(i,a):typeof a!="number"||a===0||_7.has(i)?i==="float"?o.cssFloat=a:o[i]=(""+a).trim():o[i]=a+"px"}function Vv(o,i,a){if(i!=null&&typeof i!="object")throw Error(n(62));if(o=o.style,a!=null){for(var d in a)!a.hasOwnProperty(d)||i!=null&&i.hasOwnProperty(d)||(d.indexOf("--")===0?o.setProperty(d,""):d==="float"?o.cssFloat="":o[d]="");for(var u in i)d=i[u],i.hasOwnProperty(u)&&a[u]!==d&&jv(o,u,d)}else for(var p in i)i.hasOwnProperty(p)&&jv(o,p,i[p])}function db(o){if(o.indexOf("-")===-1)return!1;switch(o){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 O7=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"]]),z7=/^[\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 qd(o){return z7.test(""+o)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":o}var cb=null;function hb(o){return o=o.target||o.srcElement||window,o.correspondingUseElement&&(o=o.correspondingUseElement),o.nodeType===3?o.parentNode:o}var ka=null,xa=null;function Pv(o){var i=In(o);if(i&&(o=i.stateNode)){var a=o[Wt]||null;e:switch(o=i.stateNode,i.type){case"input":if(sb(o,a.value,a.defaultValue,a.defaultValue,a.checked,a.defaultChecked,a.type,a.name),i=a.name,a.type==="radio"&&i!=null){for(a=o;a.parentNode;)a=a.parentNode;for(a=a.querySelectorAll('input[name="'+Go(""+i)+'"][type="radio"]'),i=0;i<a.length;i++){var d=a[i];if(d!==o&&d.form===o.form){var u=d[Wt]||null;if(!u)throw Error(n(90));sb(d,u.value,u.defaultValue,u.defaultValue,u.checked,u.defaultChecked,u.type,u.name)}}for(i=0;i<a.length;i++)d=a[i],d.form===o.form&&Mv(d)}break e;case"textarea":Hv(o,a.value,a.defaultValue);break e;case"select":i=a.value,i!=null&&va(o,!!a.multiple,i,!1)}}}var ub=!1;function Uv(o,i,a){if(ub)return o(i,a);ub=!0;try{var d=o(i);return d}finally{if(ub=!1,(ka!==null||xa!==null)&&(_c(),ka&&(i=ka,o=xa,xa=ka=null,Pv(i),o)))for(i=0;i<o.length;i++)Pv(o[i])}}function al(o,i){var a=o.stateNode;if(a===null)return null;var d=a[Wt]||null;if(d===null)return null;a=d[i];e:switch(i){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(d=!d.disabled)||(o=o.type,d=!(o==="button"||o==="input"||o==="select"||o==="textarea")),o=!d;break e;default:o=!1}if(o)return null;if(a&&typeof a!="function")throw Error(n(231,i,typeof a));return a}var nn=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),bb=!1;if(nn)try{var sl={};Object.defineProperty(sl,"passive",{get:function(){bb=!0}}),window.addEventListener("test",sl,sl),window.removeEventListener("test",sl,sl)}catch(o){bb=!1}var Bn=null,mb=null,Fd=null;function qv(){if(Fd)return Fd;var o,i=mb,a=i.length,d,u="value"in Bn?Bn.value:Bn.textContent,p=u.length;for(o=0;o<a&&i[o]===u[o];o++);var k=a-o;for(d=1;d<=k&&i[a-d]===u[p-d];d++);return Fd=u.slice(o,1<d?1-d:void 0)}function Zd(o){var i=o.keyCode;return"charCode"in o?(o=o.charCode,o===0&&i===13&&(o=13)):o=i,o===10&&(o=13),32<=o||o===13?o:0}function Wd(){return!0}function Fv(){return!1}function xo(o){function i(a,d,u,p,k){this._reactName=a,this._targetInst=u,this.type=d,this.nativeEvent=p,this.target=k,this.currentTarget=null;for(var S in o)o.hasOwnProperty(S)&&(a=o[S],this[S]=a?a(p):p[S]);return this.isDefaultPrevented=(p.defaultPrevented!=null?p.defaultPrevented:p.returnValue===!1)?Wd:Fv,this.isPropagationStopped=Fv,this}return g(i.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():typeof a.returnValue!="unknown"&&(a.returnValue=!1),this.isDefaultPrevented=Wd)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():typeof a.cancelBubble!="unknown"&&(a.cancelBubble=!0),this.isPropagationStopped=Wd)},persist:function(){},isPersistent:Wd}),i}var _i={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(o){return o.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Yd=xo(_i),ll=g({},_i,{view:0,detail:0}),A7=xo(ll),fb,pb,dl,Xd=g({},ll,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:vb,button:0,buttons:0,relatedTarget:function(o){return o.relatedTarget===void 0?o.fromElement===o.srcElement?o.toElement:o.fromElement:o.relatedTarget},movementX:function(o){return"movementX"in o?o.movementX:(o!==dl&&(dl&&o.type==="mousemove"?(fb=o.screenX-dl.screenX,pb=o.screenY-dl.screenY):pb=fb=0,dl=o),fb)},movementY:function(o){return"movementY"in o?o.movementY:pb}}),Zv=xo(Xd),R7=g({},Xd,{dataTransfer:0}),I7=xo(R7),D7=g({},ll,{relatedTarget:0}),gb=xo(D7),M7=g({},_i,{animationName:0,elapsedTime:0,pseudoElement:0}),B7=xo(M7),H7=g({},_i,{clipboardData:function(o){return"clipboardData"in o?o.clipboardData:window.clipboardData}}),N7=xo(H7),j7=g({},_i,{data:0}),Wv=xo(j7),V7={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},P7={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"},U7={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function q7(o){var i=this.nativeEvent;return i.getModifierState?i.getModifierState(o):(o=U7[o])?!!i[o]:!1}function vb(){return q7}var F7=g({},ll,{key:function(o){if(o.key){var i=V7[o.key]||o.key;if(i!=="Unidentified")return i}return o.type==="keypress"?(o=Zd(o),o===13?"Enter":String.fromCharCode(o)):o.type==="keydown"||o.type==="keyup"?P7[o.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:vb,charCode:function(o){return o.type==="keypress"?Zd(o):0},keyCode:function(o){return o.type==="keydown"||o.type==="keyup"?o.keyCode:0},which:function(o){return o.type==="keypress"?Zd(o):o.type==="keydown"||o.type==="keyup"?o.keyCode:0}}),Z7=xo(F7),W7=g({},Xd,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Yv=xo(W7),Y7=g({},ll,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:vb}),X7=xo(Y7),G7=g({},_i,{propertyName:0,elapsedTime:0,pseudoElement:0}),Q7=xo(G7),K7=g({},Xd,{deltaX:function(o){return"deltaX"in o?o.deltaX:"wheelDeltaX"in o?-o.wheelDeltaX:0},deltaY:function(o){return"deltaY"in o?o.deltaY:"wheelDeltaY"in o?-o.wheelDeltaY:"wheelDelta"in o?-o.wheelDelta:0},deltaZ:0,deltaMode:0}),J7=xo(K7),e8=g({},_i,{newState:0,oldState:0}),t8=xo(e8),o8=[9,13,27,32],yb=nn&&"CompositionEvent"in window,cl=null;nn&&"documentMode"in document&&(cl=document.documentMode);var r8=nn&&"TextEvent"in window&&!cl,Xv=nn&&(!yb||cl&&8<cl&&11>=cl),Gv=" ",Qv=!1;function Kv(o,i){switch(o){case"keyup":return o8.indexOf(i.keyCode)!==-1;case"keydown":return i.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Jv(o){return o=o.detail,typeof o=="object"&&"data"in o?o.data:null}var wa=!1;function n8(o,i){switch(o){case"compositionend":return Jv(i);case"keypress":return i.which!==32?null:(Qv=!0,Gv);case"textInput":return o=i.data,o===Gv&&Qv?null:o;default:return null}}function i8(o,i){if(wa)return o==="compositionend"||!yb&&Kv(o,i)?(o=qv(),Fd=mb=Bn=null,wa=!1,o):null;switch(o){case"paste":return null;case"keypress":if(!(i.ctrlKey||i.altKey||i.metaKey)||i.ctrlKey&&i.altKey){if(i.char&&1<i.char.length)return i.char;if(i.which)return String.fromCharCode(i.which)}return null;case"compositionend":return Xv&&i.locale!=="ko"?null:i.data;default:return null}}var a8={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 ey(o){var i=o&&o.nodeName&&o.nodeName.toLowerCase();return i==="input"?!!a8[o.type]:i==="textarea"}function ty(o,i,a,d){ka?xa?xa.push(d):xa=[d]:ka=d,i=Dc(i,"onChange"),0<i.length&&(a=new Yd("onChange","change",null,a,d),o.push({event:a,listeners:i}))}var hl=null,ul=null;function s8(o){D1(o,0)}function Gd(o){var i=Dn(o);if(Mv(i))return o}function oy(o,i){if(o==="change")return i}var ry=!1;if(nn){var kb;if(nn){var xb="oninput"in document;if(!xb){var ny=document.createElement("div");ny.setAttribute("oninput","return;"),xb=typeof ny.oninput=="function"}kb=xb}else kb=!1;ry=kb&&(!document.documentMode||9<document.documentMode)}function iy(){hl&&(hl.detachEvent("onpropertychange",ay),ul=hl=null)}function ay(o){if(o.propertyName==="value"&&Gd(ul)){var i=[];ty(i,ul,o,hb(o)),Uv(s8,i)}}function l8(o,i,a){o==="focusin"?(iy(),hl=i,ul=a,hl.attachEvent("onpropertychange",ay)):o==="focusout"&&iy()}function d8(o){if(o==="selectionchange"||o==="keyup"||o==="keydown")return Gd(ul)}function c8(o,i){if(o==="click")return Gd(i)}function h8(o,i){if(o==="input"||o==="change")return Gd(i)}function u8(o,i){return o===i&&(o!==0||1/o===1/i)||o!==o&&i!==i}var Do=typeof Object.is=="function"?Object.is:u8;function bl(o,i){if(Do(o,i))return!0;if(typeof o!="object"||o===null||typeof i!="object"||i===null)return!1;var a=Object.keys(o),d=Object.keys(i);if(a.length!==d.length)return!1;for(d=0;d<a.length;d++){var u=a[d];if(!Qe.call(i,u)||!Do(o[u],i[u]))return!1}return!0}function sy(o){for(;o&&o.firstChild;)o=o.firstChild;return o}function ly(o,i){var a=sy(o);o=0;for(var d;a;){if(a.nodeType===3){if(d=o+a.textContent.length,o<=i&&d>=i)return{node:a,offset:i-o};o=d}e:{for(;a;){if(a.nextSibling){a=a.nextSibling;break e}a=a.parentNode}a=void 0}a=sy(a)}}function dy(o,i){return o&&i?o===i?!0:o&&o.nodeType===3?!1:i&&i.nodeType===3?dy(o,i.parentNode):"contains"in o?o.contains(i):o.compareDocumentPosition?!!(o.compareDocumentPosition(i)&16):!1:!1}function cy(o){o=o!=null&&o.ownerDocument!=null&&o.ownerDocument.defaultView!=null?o.ownerDocument.defaultView:window;for(var i=Ud(o.document);i instanceof o.HTMLIFrameElement;){try{var a=typeof i.contentWindow.location.href=="string"}catch(d){a=!1}if(a)o=i.contentWindow;else break;i=Ud(o.document)}return i}function wb(o){var i=o&&o.nodeName&&o.nodeName.toLowerCase();return i&&(i==="input"&&(o.type==="text"||o.type==="search"||o.type==="tel"||o.type==="url"||o.type==="password")||i==="textarea"||o.contentEditable==="true")}var b8=nn&&"documentMode"in document&&11>=document.documentMode,Sa=null,Sb=null,ml=null,Cb=!1;function hy(o,i,a){var d=a.window===a?a.document:a.nodeType===9?a:a.ownerDocument;Cb||Sa==null||Sa!==Ud(d)||(d=Sa,"selectionStart"in d&&wb(d)?d={start:d.selectionStart,end:d.selectionEnd}:(d=(d.ownerDocument&&d.ownerDocument.defaultView||window).getSelection(),d={anchorNode:d.anchorNode,anchorOffset:d.anchorOffset,focusNode:d.focusNode,focusOffset:d.focusOffset}),ml&&bl(ml,d)||(ml=d,d=Dc(Sb,"onSelect"),0<d.length&&(i=new Yd("onSelect","select",null,i,a),o.push({event:i,listeners:d}),i.target=Sa)))}function Oi(o,i){var a={};return a[o.toLowerCase()]=i.toLowerCase(),a["Webkit"+o]="webkit"+i,a["Moz"+o]="moz"+i,a}var Ca={animationend:Oi("Animation","AnimationEnd"),animationiteration:Oi("Animation","AnimationIteration"),animationstart:Oi("Animation","AnimationStart"),transitionrun:Oi("Transition","TransitionRun"),transitionstart:Oi("Transition","TransitionStart"),transitioncancel:Oi("Transition","TransitionCancel"),transitionend:Oi("Transition","TransitionEnd")},Eb={},uy={};nn&&(uy=document.createElement("div").style,"AnimationEvent"in window||(delete Ca.animationend.animation,delete Ca.animationiteration.animation,delete Ca.animationstart.animation),"TransitionEvent"in window||delete Ca.transitionend.transition);function zi(o){if(Eb[o])return Eb[o];if(!Ca[o])return o;var i=Ca[o],a;for(a in i)if(i.hasOwnProperty(a)&&a in uy)return Eb[o]=i[a];return o}var by=zi("animationend"),my=zi("animationiteration"),fy=zi("animationstart"),m8=zi("transitionrun"),f8=zi("transitionstart"),p8=zi("transitioncancel"),py=zi("transitionend"),gy=new Map,Tb="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(" ");Tb.push("scrollEnd");function pr(o,i){gy.set(o,i),W(i,[o])}var vy=new WeakMap;function Qo(o,i){if(typeof o=="object"&&o!==null){var a=vy.get(o);return a!==void 0?a:(i={value:o,source:i,stack:Iv(i)},vy.set(o,i),i)}return{value:o,source:i,stack:Iv(i)}}var Ko=[],Ea=0,Lb=0;function Qd(){for(var o=Ea,i=Lb=Ea=0;i<o;){var a=Ko[i];Ko[i++]=null;var d=Ko[i];Ko[i++]=null;var u=Ko[i];Ko[i++]=null;var p=Ko[i];if(Ko[i++]=null,d!==null&&u!==null){var k=d.pending;k===null?u.next=u:(u.next=k.next,k.next=u),d.pending=u}p!==0&&yy(a,u,p)}}function Kd(o,i,a,d){Ko[Ea++]=o,Ko[Ea++]=i,Ko[Ea++]=a,Ko[Ea++]=d,Lb|=d,o.lanes|=d,o=o.alternate,o!==null&&(o.lanes|=d)}function $b(o,i,a,d){return Kd(o,i,a,d),Jd(o)}function Ta(o,i){return Kd(o,null,null,i),Jd(o)}function yy(o,i,a){o.lanes|=a;var d=o.alternate;d!==null&&(d.lanes|=a);for(var u=!1,p=o.return;p!==null;)p.childLanes|=a,d=p.alternate,d!==null&&(d.childLanes|=a),p.tag===22&&(o=p.stateNode,o===null||o._visibility&1||(u=!0)),o=p,p=p.return;return o.tag===3?(p=o.stateNode,u&&i!==null&&(u=31-St(a),o=p.hiddenUpdates,d=o[u],d===null?o[u]=[i]:d.push(i),i.lane=a|536870912),p):null}function Jd(o){if(50<Nl)throw Nl=0,Im=null,Error(n(185));for(var i=o.return;i!==null;)o=i,i=o.return;return o.tag===3?o.stateNode:null}var La={};function g8(o,i,a,d){this.tag=o,this.key=a,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=i,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=d,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Mo(o,i,a,d){return new g8(o,i,a,d)}function _b(o){return o=o.prototype,!(!o||!o.isReactComponent)}function an(o,i){var a=o.alternate;return a===null?(a=Mo(o.tag,i,o.key,o.mode),a.elementType=o.elementType,a.type=o.type,a.stateNode=o.stateNode,a.alternate=o,o.alternate=a):(a.pendingProps=i,a.type=o.type,a.flags=0,a.subtreeFlags=0,a.deletions=null),a.flags=o.flags&65011712,a.childLanes=o.childLanes,a.lanes=o.lanes,a.child=o.child,a.memoizedProps=o.memoizedProps,a.memoizedState=o.memoizedState,a.updateQueue=o.updateQueue,i=o.dependencies,a.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext},a.sibling=o.sibling,a.index=o.index,a.ref=o.ref,a.refCleanup=o.refCleanup,a}function ky(o,i){o.flags&=65011714;var a=o.alternate;return a===null?(o.childLanes=0,o.lanes=i,o.child=null,o.subtreeFlags=0,o.memoizedProps=null,o.memoizedState=null,o.updateQueue=null,o.dependencies=null,o.stateNode=null):(o.childLanes=a.childLanes,o.lanes=a.lanes,o.child=a.child,o.subtreeFlags=0,o.deletions=null,o.memoizedProps=a.memoizedProps,o.memoizedState=a.memoizedState,o.updateQueue=a.updateQueue,o.type=a.type,i=a.dependencies,o.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext}),o}function ec(o,i,a,d,u,p){var k=0;if(d=o,typeof o=="function")_b(o)&&(k=1);else if(typeof o=="string")k=y9(o,a,Q.current)?26:o==="html"||o==="head"||o==="body"?27:5;else e:switch(o){case q:return o=Mo(31,a,i,u),o.elementType=q,o.lanes=p,o;case w:return Ai(a.children,u,p,i);case L:k=8,u|=24;break;case E:return o=Mo(12,a,i,u|2),o.elementType=E,o.lanes=p,o;case T:return o=Mo(13,a,i,u),o.elementType=T,o.lanes=p,o;case Y:return o=Mo(19,a,i,u),o.elementType=Y,o.lanes=p,o;default:if(typeof o=="object"&&o!==null)switch(o.$$typeof){case _:case A:k=10;break e;case I:k=9;break e;case P:k=11;break e;case V:k=14;break e;case X:k=16,d=null;break e}k=29,a=Error(n(130,o===null?"null":typeof o,"")),d=null}return i=Mo(k,a,i,u),i.elementType=o,i.type=d,i.lanes=p,i}function Ai(o,i,a,d){return o=Mo(7,o,d,i),o.lanes=a,o}function Ob(o,i,a){return o=Mo(6,o,null,i),o.lanes=a,o}function zb(o,i,a){return i=Mo(4,o.children!==null?o.children:[],o.key,i),i.lanes=a,i.stateNode={containerInfo:o.containerInfo,pendingChildren:null,implementation:o.implementation},i}var $a=[],_a=0,tc=null,oc=0,Jo=[],er=0,Ri=null,sn=1,ln="";function Ii(o,i){$a[_a++]=oc,$a[_a++]=tc,tc=o,oc=i}function xy(o,i,a){Jo[er++]=sn,Jo[er++]=ln,Jo[er++]=Ri,Ri=o;var d=sn;o=ln;var u=32-St(d)-1;d&=~(1<<u),a+=1;var p=32-St(i)+u;if(30<p){var k=u-u%5;p=(d&(1<<k)-1).toString(32),d>>=k,u-=k,sn=1<<32-St(i)+u|a<<u|d,ln=p+o}else sn=1<<p|a<<u|d,ln=o}function Ab(o){o.return!==null&&(Ii(o,1),xy(o,1,0))}function Rb(o){for(;o===tc;)tc=$a[--_a],$a[_a]=null,oc=$a[--_a],$a[_a]=null;for(;o===Ri;)Ri=Jo[--er],Jo[er]=null,ln=Jo[--er],Jo[er]=null,sn=Jo[--er],Jo[er]=null}var co=null,gt=null,Ue=!1,Di=null,Mr=!1,Ib=Error(n(519));function Mi(o){var i=Error(n(418,""));throw gl(Qo(i,o)),Ib}function wy(o){var i=o.stateNode,a=o.type,d=o.memoizedProps;switch(i[pt]=o,i[Wt]=d,a){case"dialog":Ie("cancel",i),Ie("close",i);break;case"iframe":case"object":case"embed":Ie("load",i);break;case"video":case"audio":for(a=0;a<Vl.length;a++)Ie(Vl[a],i);break;case"source":Ie("error",i);break;case"img":case"image":case"link":Ie("error",i),Ie("load",i);break;case"details":Ie("toggle",i);break;case"input":Ie("invalid",i),Bv(i,d.value,d.defaultValue,d.checked,d.defaultChecked,d.type,d.name,!0),Pd(i);break;case"select":Ie("invalid",i);break;case"textarea":Ie("invalid",i),Nv(i,d.value,d.defaultValue,d.children),Pd(i)}a=d.children,typeof a!="string"&&typeof a!="number"&&typeof a!="bigint"||i.textContent===""+a||d.suppressHydrationWarning===!0||N1(i.textContent,a)?(d.popover!=null&&(Ie("beforetoggle",i),Ie("toggle",i)),d.onScroll!=null&&Ie("scroll",i),d.onScrollEnd!=null&&Ie("scrollend",i),d.onClick!=null&&(i.onclick=Mc),i=!0):i=!1,i||Mi(o)}function Sy(o){for(co=o.return;co;)switch(co.tag){case 5:case 13:Mr=!1;return;case 27:case 3:Mr=!0;return;default:co=co.return}}function fl(o){if(o!==co)return!1;if(!Ue)return Sy(o),Ue=!0,!1;var i=o.tag,a;if((a=i!==3&&i!==27)&&((a=i===5)&&(a=o.type,a=!(a!=="form"&&a!=="button")||Gm(o.type,o.memoizedProps)),a=!a),a&>&&Mi(o),Sy(o),i===13){if(o=o.memoizedState,o=o!==null?o.dehydrated:null,!o)throw Error(n(317));e:{for(o=o.nextSibling,i=0;o;){if(o.nodeType===8)if(a=o.data,a==="/$"){if(i===0){gt=vr(o.nextSibling);break e}i--}else a!=="$"&&a!=="$!"&&a!=="$?"||i++;o=o.nextSibling}gt=null}}else i===27?(i=gt,Jn(o.type)?(o=ef,ef=null,gt=o):gt=i):gt=co?vr(o.stateNode.nextSibling):null;return!0}function pl(){gt=co=null,Ue=!1}function Cy(){var o=Di;return o!==null&&(Co===null?Co=o:Co.push.apply(Co,o),Di=null),o}function gl(o){Di===null?Di=[o]:Di.push(o)}var Db=z(null),Bi=null,dn=null;function Hn(o,i,a){M(Db,i._currentValue),i._currentValue=a}function cn(o){o._currentValue=Db.current,H(Db)}function Mb(o,i,a){for(;o!==null;){var d=o.alternate;if((o.childLanes&i)!==i?(o.childLanes|=i,d!==null&&(d.childLanes|=i)):d!==null&&(d.childLanes&i)!==i&&(d.childLanes|=i),o===a)break;o=o.return}}function Bb(o,i,a,d){var u=o.child;for(u!==null&&(u.return=o);u!==null;){var p=u.dependencies;if(p!==null){var k=u.child;p=p.firstContext;e:for(;p!==null;){var S=p;p=u;for(var $=0;$<i.length;$++)if(S.context===i[$]){p.lanes|=a,S=p.alternate,S!==null&&(S.lanes|=a),Mb(p.return,a,o),d||(k=null);break e}p=S.next}}else if(u.tag===18){if(k=u.return,k===null)throw Error(n(341));k.lanes|=a,p=k.alternate,p!==null&&(p.lanes|=a),Mb(k,a,o),k=null}else k=u.child;if(k!==null)k.return=u;else for(k=u;k!==null;){if(k===o){k=null;break}if(u=k.sibling,u!==null){u.return=k.return,k=u;break}k=k.return}u=k}}function vl(o,i,a,d){o=null;for(var u=i,p=!1;u!==null;){if(!p){if((u.flags&524288)!==0)p=!0;else if((u.flags&262144)!==0)break}if(u.tag===10){var k=u.alternate;if(k===null)throw Error(n(387));if(k=k.memoizedProps,k!==null){var S=u.type;Do(u.pendingProps.value,k.value)||(o!==null?o.push(S):o=[S])}}else if(u===ye.current){if(k=u.alternate,k===null)throw Error(n(387));k.memoizedState.memoizedState!==u.memoizedState.memoizedState&&(o!==null?o.push(Wl):o=[Wl])}u=u.return}o!==null&&Bb(i,o,a,d),i.flags|=262144}function rc(o){for(o=o.firstContext;o!==null;){if(!Do(o.context._currentValue,o.memoizedValue))return!0;o=o.next}return!1}function Hi(o){Bi=o,dn=null,o=o.dependencies,o!==null&&(o.firstContext=null)}function to(o){return Ey(Bi,o)}function nc(o,i){return Bi===null&&Hi(o),Ey(o,i)}function Ey(o,i){var a=i._currentValue;if(i={context:i,memoizedValue:a,next:null},dn===null){if(o===null)throw Error(n(308));dn=i,o.dependencies={lanes:0,firstContext:i},o.flags|=524288}else dn=dn.next=i;return a}var v8=typeof AbortController<"u"?AbortController:function(){var o=[],i=this.signal={aborted:!1,addEventListener:function(a,d){o.push(d)}};this.abort=function(){i.aborted=!0,o.forEach(function(a){return a()})}},y8=e.unstable_scheduleCallback,k8=e.unstable_NormalPriority,Bt={$$typeof:A,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function Hb(){return{controller:new v8,data:new Map,refCount:0}}function yl(o){o.refCount--,o.refCount===0&&y8(k8,function(){o.controller.abort()})}var kl=null,Nb=0,Oa=0,za=null;function x8(o,i){if(kl===null){var a=kl=[];Nb=0,Oa=Vm(),za={status:"pending",value:void 0,then:function(d){a.push(d)}}}return Nb++,i.then(Ty,Ty),i}function Ty(){if(--Nb===0&&kl!==null){za!==null&&(za.status="fulfilled");var o=kl;kl=null,Oa=0,za=null;for(var i=0;i<o.length;i++)(0,o[i])()}}function w8(o,i){var a=[],d={status:"pending",value:null,reason:null,then:function(u){a.push(u)}};return o.then(function(){d.status="fulfilled",d.value=i;for(var u=0;u<a.length;u++)(0,a[u])(i)},function(u){for(d.status="rejected",d.reason=u,u=0;u<a.length;u++)(0,a[u])(void 0)}),d}var Ly=D.S;D.S=function(o,i){typeof i=="object"&&i!==null&&typeof i.then=="function"&&x8(o,i),Ly!==null&&Ly(o,i)};var Ni=z(null);function jb(){var o=Ni.current;return o!==null?o:it.pooledCache}function ic(o,i){i===null?M(Ni,Ni.current):M(Ni,i.pool)}function $y(){var o=jb();return o===null?null:{parent:Bt._currentValue,pool:o}}var xl=Error(n(460)),_y=Error(n(474)),ac=Error(n(542)),Vb={then:function(){}};function Oy(o){return o=o.status,o==="fulfilled"||o==="rejected"}function sc(){}function zy(o,i,a){switch(a=o[a],a===void 0?o.push(i):a!==i&&(i.then(sc,sc),i=a),i.status){case"fulfilled":return i.value;case"rejected":throw o=i.reason,Ry(o),o;default:if(typeof i.status=="string")i.then(sc,sc);else{if(o=it,o!==null&&100<o.shellSuspendCounter)throw Error(n(482));o=i,o.status="pending",o.then(function(d){if(i.status==="pending"){var u=i;u.status="fulfilled",u.value=d}},function(d){if(i.status==="pending"){var u=i;u.status="rejected",u.reason=d}})}switch(i.status){case"fulfilled":return i.value;case"rejected":throw o=i.reason,Ry(o),o}throw wl=i,xl}}var wl=null;function Ay(){if(wl===null)throw Error(n(459));var o=wl;return wl=null,o}function Ry(o){if(o===xl||o===ac)throw Error(n(483))}var Nn=!1;function Pb(o){o.updateQueue={baseState:o.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function Ub(o,i){o=o.updateQueue,i.updateQueue===o&&(i.updateQueue={baseState:o.baseState,firstBaseUpdate:o.firstBaseUpdate,lastBaseUpdate:o.lastBaseUpdate,shared:o.shared,callbacks:null})}function jn(o){return{lane:o,tag:0,payload:null,callback:null,next:null}}function Vn(o,i,a){var d=o.updateQueue;if(d===null)return null;if(d=d.shared,(Ye&2)!==0){var u=d.pending;return u===null?i.next=i:(i.next=u.next,u.next=i),d.pending=i,i=Jd(o),yy(o,null,a),i}return Kd(o,d,i,a),Jd(o)}function Sl(o,i,a){if(i=i.updateQueue,i!==null&&(i=i.shared,(a&4194048)!==0)){var d=i.lanes;d&=o.pendingLanes,a|=d,i.lanes=a,jd(o,a)}}function qb(o,i){var a=o.updateQueue,d=o.alternate;if(d!==null&&(d=d.updateQueue,a===d)){var u=null,p=null;if(a=a.firstBaseUpdate,a!==null){do{var k={lane:a.lane,tag:a.tag,payload:a.payload,callback:null,next:null};p===null?u=p=k:p=p.next=k,a=a.next}while(a!==null);p===null?u=p=i:p=p.next=i}else u=p=i;a={baseState:d.baseState,firstBaseUpdate:u,lastBaseUpdate:p,shared:d.shared,callbacks:d.callbacks},o.updateQueue=a;return}o=a.lastBaseUpdate,o===null?a.firstBaseUpdate=i:o.next=i,a.lastBaseUpdate=i}var Fb=!1;function Cl(){if(Fb){var o=za;if(o!==null)throw o}}function El(o,i,a,d){Fb=!1;var u=o.updateQueue;Nn=!1;var p=u.firstBaseUpdate,k=u.lastBaseUpdate,S=u.shared.pending;if(S!==null){u.shared.pending=null;var $=S,j=$.next;$.next=null,k===null?p=j:k.next=j,k=$;var G=o.alternate;G!==null&&(G=G.updateQueue,S=G.lastBaseUpdate,S!==k&&(S===null?G.firstBaseUpdate=j:S.next=j,G.lastBaseUpdate=$))}if(p!==null){var oe=u.baseState;k=0,G=j=$=null,S=p;do{var U=S.lane&-536870913,F=U!==S.lane;if(F?(Be&U)===U:(d&U)===U){U!==0&&U===Oa&&(Fb=!0),G!==null&&(G=G.next={lane:0,tag:S.tag,payload:S.payload,callback:null,next:null});e:{var Se=o,xe=S;U=i;var tt=a;switch(xe.tag){case 1:if(Se=xe.payload,typeof Se=="function"){oe=Se.call(tt,oe,U);break e}oe=Se;break e;case 3:Se.flags=Se.flags&-65537|128;case 0:if(Se=xe.payload,U=typeof Se=="function"?Se.call(tt,oe,U):Se,U==null)break e;oe=g({},oe,U);break e;case 2:Nn=!0}}U=S.callback,U!==null&&(o.flags|=64,F&&(o.flags|=8192),F=u.callbacks,F===null?u.callbacks=[U]:F.push(U))}else F={lane:U,tag:S.tag,payload:S.payload,callback:S.callback,next:null},G===null?(j=G=F,$=oe):G=G.next=F,k|=U;if(S=S.next,S===null){if(S=u.shared.pending,S===null)break;F=S,S=F.next,F.next=null,u.lastBaseUpdate=F,u.shared.pending=null}}while(!0);G===null&&($=oe),u.baseState=$,u.firstBaseUpdate=j,u.lastBaseUpdate=G,p===null&&(u.shared.lanes=0),Xn|=k,o.lanes=k,o.memoizedState=oe}}function Iy(o,i){if(typeof o!="function")throw Error(n(191,o));o.call(i)}function Dy(o,i){var a=o.callbacks;if(a!==null)for(o.callbacks=null,o=0;o<a.length;o++)Iy(a[o],i)}var Aa=z(null),lc=z(0);function My(o,i){o=gn,M(lc,o),M(Aa,i),gn=o|i.baseLanes}function Zb(){M(lc,gn),M(Aa,Aa.current)}function Wb(){gn=lc.current,H(Aa),H(lc)}var Pn=0,Oe=null,Je=null,Ot=null,dc=!1,Ra=!1,ji=!1,cc=0,Tl=0,Ia=null,S8=0;function Et(){throw Error(n(321))}function Yb(o,i){if(i===null)return!1;for(var a=0;a<i.length&&a<o.length;a++)if(!Do(o[a],i[a]))return!1;return!0}function Xb(o,i,a,d,u,p){return Pn=p,Oe=i,i.memoizedState=null,i.updateQueue=null,i.lanes=0,D.H=o===null||o.memoizedState===null?y0:k0,ji=!1,p=a(d,u),ji=!1,Ra&&(p=Hy(i,a,d,u)),By(o),p}function By(o){D.H=pc;var i=Je!==null&&Je.next!==null;if(Pn=0,Ot=Je=Oe=null,dc=!1,Tl=0,Ia=null,i)throw Error(n(300));o===null||Pt||(o=o.dependencies,o!==null&&rc(o)&&(Pt=!0))}function Hy(o,i,a,d){Oe=o;var u=0;do{if(Ra&&(Ia=null),Tl=0,Ra=!1,25<=u)throw Error(n(301));if(u+=1,Ot=Je=null,o.updateQueue!=null){var p=o.updateQueue;p.lastEffect=null,p.events=null,p.stores=null,p.memoCache!=null&&(p.memoCache.index=0)}D.H=O8,p=i(a,d)}while(Ra);return p}function C8(){var o=D.H,i=o.useState()[0];return i=typeof i.then=="function"?Ll(i):i,o=o.useState()[0],(Je!==null?Je.memoizedState:null)!==o&&(Oe.flags|=1024),i}function Gb(){var o=cc!==0;return cc=0,o}function Qb(o,i,a){i.updateQueue=o.updateQueue,i.flags&=-2053,o.lanes&=~a}function Kb(o){if(dc){for(o=o.memoizedState;o!==null;){var i=o.queue;i!==null&&(i.pending=null),o=o.next}dc=!1}Pn=0,Ot=Je=Oe=null,Ra=!1,Tl=cc=0,Ia=null}function wo(){var o={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Ot===null?Oe.memoizedState=Ot=o:Ot=Ot.next=o,Ot}function zt(){if(Je===null){var o=Oe.alternate;o=o!==null?o.memoizedState:null}else o=Je.next;var i=Ot===null?Oe.memoizedState:Ot.next;if(i!==null)Ot=i,Je=o;else{if(o===null)throw Oe.alternate===null?Error(n(467)):Error(n(310));Je=o,o={memoizedState:Je.memoizedState,baseState:Je.baseState,baseQueue:Je.baseQueue,queue:Je.queue,next:null},Ot===null?Oe.memoizedState=Ot=o:Ot=Ot.next=o}return Ot}function Jb(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function Ll(o){var i=Tl;return Tl+=1,Ia===null&&(Ia=[]),o=zy(Ia,o,i),i=Oe,(Ot===null?i.memoizedState:Ot.next)===null&&(i=i.alternate,D.H=i===null||i.memoizedState===null?y0:k0),o}function hc(o){if(o!==null&&typeof o=="object"){if(typeof o.then=="function")return Ll(o);if(o.$$typeof===A)return to(o)}throw Error(n(438,String(o)))}function em(o){var i=null,a=Oe.updateQueue;if(a!==null&&(i=a.memoCache),i==null){var d=Oe.alternate;d!==null&&(d=d.updateQueue,d!==null&&(d=d.memoCache,d!=null&&(i={data:d.data.map(function(u){return u.slice()}),index:0})))}if(i==null&&(i={data:[],index:0}),a===null&&(a=Jb(),Oe.updateQueue=a),a.memoCache=i,a=i.data[i.index],a===void 0)for(a=i.data[i.index]=Array(o),d=0;d<o;d++)a[d]=re;return i.index++,a}function hn(o,i){return typeof i=="function"?i(o):i}function uc(o){var i=zt();return tm(i,Je,o)}function tm(o,i,a){var d=o.queue;if(d===null)throw Error(n(311));d.lastRenderedReducer=a;var u=o.baseQueue,p=d.pending;if(p!==null){if(u!==null){var k=u.next;u.next=p.next,p.next=k}i.baseQueue=u=p,d.pending=null}if(p=o.baseState,u===null)o.memoizedState=p;else{i=u.next;var S=k=null,$=null,j=i,G=!1;do{var oe=j.lane&-536870913;if(oe!==j.lane?(Be&oe)===oe:(Pn&oe)===oe){var U=j.revertLane;if(U===0)$!==null&&($=$.next={lane:0,revertLane:0,action:j.action,hasEagerState:j.hasEagerState,eagerState:j.eagerState,next:null}),oe===Oa&&(G=!0);else if((Pn&U)===U){j=j.next,U===Oa&&(G=!0);continue}else oe={lane:0,revertLane:j.revertLane,action:j.action,hasEagerState:j.hasEagerState,eagerState:j.eagerState,next:null},$===null?(S=$=oe,k=p):$=$.next=oe,Oe.lanes|=U,Xn|=U;oe=j.action,ji&&a(p,oe),p=j.hasEagerState?j.eagerState:a(p,oe)}else U={lane:oe,revertLane:j.revertLane,action:j.action,hasEagerState:j.hasEagerState,eagerState:j.eagerState,next:null},$===null?(S=$=U,k=p):$=$.next=U,Oe.lanes|=oe,Xn|=oe;j=j.next}while(j!==null&&j!==i);if($===null?k=p:$.next=S,!Do(p,o.memoizedState)&&(Pt=!0,G&&(a=za,a!==null)))throw a;o.memoizedState=p,o.baseState=k,o.baseQueue=$,d.lastRenderedState=p}return u===null&&(d.lanes=0),[o.memoizedState,d.dispatch]}function om(o){var i=zt(),a=i.queue;if(a===null)throw Error(n(311));a.lastRenderedReducer=o;var d=a.dispatch,u=a.pending,p=i.memoizedState;if(u!==null){a.pending=null;var k=u=u.next;do p=o(p,k.action),k=k.next;while(k!==u);Do(p,i.memoizedState)||(Pt=!0),i.memoizedState=p,i.baseQueue===null&&(i.baseState=p),a.lastRenderedState=p}return[p,d]}function Ny(o,i,a){var d=Oe,u=zt(),p=Ue;if(p){if(a===void 0)throw Error(n(407));a=a()}else a=i();var k=!Do((Je||u).memoizedState,a);k&&(u.memoizedState=a,Pt=!0),u=u.queue;var S=Py.bind(null,d,u,o);if($l(2048,8,S,[o]),u.getSnapshot!==i||k||Ot!==null&&Ot.memoizedState.tag&1){if(d.flags|=2048,Da(9,bc(),Vy.bind(null,d,u,a,i),null),it===null)throw Error(n(349));p||(Pn&124)!==0||jy(d,i,a)}return a}function jy(o,i,a){o.flags|=16384,o={getSnapshot:i,value:a},i=Oe.updateQueue,i===null?(i=Jb(),Oe.updateQueue=i,i.stores=[o]):(a=i.stores,a===null?i.stores=[o]:a.push(o))}function Vy(o,i,a,d){i.value=a,i.getSnapshot=d,Uy(i)&&qy(o)}function Py(o,i,a){return a(function(){Uy(i)&&qy(o)})}function Uy(o){var i=o.getSnapshot;o=o.value;try{var a=i();return!Do(o,a)}catch(d){return!0}}function qy(o){var i=Ta(o,2);i!==null&&Vo(i,o,2)}function rm(o){var i=wo();if(typeof o=="function"){var a=o;if(o=a(),ji){wt(!0);try{a()}finally{wt(!1)}}}return i.memoizedState=i.baseState=o,i.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:hn,lastRenderedState:o},i}function Fy(o,i,a,d){return o.baseState=a,tm(o,Je,typeof d=="function"?d:hn)}function E8(o,i,a,d,u){if(fc(o))throw Error(n(485));if(o=i.action,o!==null){var p={payload:u,action:o,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(k){p.listeners.push(k)}};D.T!==null?a(!0):p.isTransition=!1,d(p),a=i.pending,a===null?(p.next=i.pending=p,Zy(i,p)):(p.next=a.next,i.pending=a.next=p)}}function Zy(o,i){var a=i.action,d=i.payload,u=o.state;if(i.isTransition){var p=D.T,k={};D.T=k;try{var S=a(u,d),$=D.S;$!==null&&$(k,S),Wy(o,i,S)}catch(j){nm(o,i,j)}finally{D.T=p}}else try{p=a(u,d),Wy(o,i,p)}catch(j){nm(o,i,j)}}function Wy(o,i,a){a!==null&&typeof a=="object"&&typeof a.then=="function"?a.then(function(d){Yy(o,i,d)},function(d){return nm(o,i,d)}):Yy(o,i,a)}function Yy(o,i,a){i.status="fulfilled",i.value=a,Xy(i),o.state=a,i=o.pending,i!==null&&(a=i.next,a===i?o.pending=null:(a=a.next,i.next=a,Zy(o,a)))}function nm(o,i,a){var d=o.pending;if(o.pending=null,d!==null){d=d.next;do i.status="rejected",i.reason=a,Xy(i),i=i.next;while(i!==d)}o.action=null}function Xy(o){o=o.listeners;for(var i=0;i<o.length;i++)(0,o[i])()}function Gy(o,i){return i}function Qy(o,i){if(Ue){var a=it.formState;if(a!==null){e:{var d=Oe;if(Ue){if(gt){t:{for(var u=gt,p=Mr;u.nodeType!==8;){if(!p){u=null;break t}if(u=vr(u.nextSibling),u===null){u=null;break t}}p=u.data,u=p==="F!"||p==="F"?u:null}if(u){gt=vr(u.nextSibling),d=u.data==="F!";break e}}Mi(d)}d=!1}d&&(i=a[0])}}return a=wo(),a.memoizedState=a.baseState=i,d={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Gy,lastRenderedState:i},a.queue=d,a=p0.bind(null,Oe,d),d.dispatch=a,d=rm(!1),p=dm.bind(null,Oe,!1,d.queue),d=wo(),u={state:i,dispatch:null,action:o,pending:null},d.queue=u,a=E8.bind(null,Oe,u,p,a),u.dispatch=a,d.memoizedState=o,[i,a,!1]}function Ky(o){var i=zt();return Jy(i,Je,o)}function Jy(o,i,a){if(i=tm(o,i,Gy)[0],o=uc(hn)[0],typeof i=="object"&&i!==null&&typeof i.then=="function")try{var d=Ll(i)}catch(k){throw k===xl?ac:k}else d=i;i=zt();var u=i.queue,p=u.dispatch;return a!==i.memoizedState&&(Oe.flags|=2048,Da(9,bc(),T8.bind(null,u,a),null)),[d,p,o]}function T8(o,i){o.action=i}function e0(o){var i=zt(),a=Je;if(a!==null)return Jy(i,a,o);zt(),i=i.memoizedState,a=zt();var d=a.queue.dispatch;return a.memoizedState=o,[i,d,!1]}function Da(o,i,a,d){return o={tag:o,create:a,deps:d,inst:i,next:null},i=Oe.updateQueue,i===null&&(i=Jb(),Oe.updateQueue=i),a=i.lastEffect,a===null?i.lastEffect=o.next=o:(d=a.next,a.next=o,o.next=d,i.lastEffect=o),o}function bc(){return{destroy:void 0,resource:void 0}}function t0(){return zt().memoizedState}function mc(o,i,a,d){var u=wo();d=d===void 0?null:d,Oe.flags|=o,u.memoizedState=Da(1|i,bc(),a,d)}function $l(o,i,a,d){var u=zt();d=d===void 0?null:d;var p=u.memoizedState.inst;Je!==null&&d!==null&&Yb(d,Je.memoizedState.deps)?u.memoizedState=Da(i,p,a,d):(Oe.flags|=o,u.memoizedState=Da(1|i,p,a,d))}function o0(o,i){mc(8390656,8,o,i)}function r0(o,i){$l(2048,8,o,i)}function n0(o,i){return $l(4,2,o,i)}function i0(o,i){return $l(4,4,o,i)}function a0(o,i){if(typeof i=="function"){o=o();var a=i(o);return function(){typeof a=="function"?a():i(null)}}if(i!=null)return o=o(),i.current=o,function(){i.current=null}}function s0(o,i,a){a=a!=null?a.concat([o]):null,$l(4,4,a0.bind(null,i,o),a)}function im(){}function l0(o,i){var a=zt();i=i===void 0?null:i;var d=a.memoizedState;return i!==null&&Yb(i,d[1])?d[0]:(a.memoizedState=[o,i],o)}function d0(o,i){var a=zt();i=i===void 0?null:i;var d=a.memoizedState;if(i!==null&&Yb(i,d[1]))return d[0];if(d=o(),ji){wt(!0);try{o()}finally{wt(!1)}}return a.memoizedState=[d,i],d}function am(o,i,a){return a===void 0||(Pn&1073741824)!==0?o.memoizedState=i:(o.memoizedState=a,o=u1(),Oe.lanes|=o,Xn|=o,a)}function c0(o,i,a,d){return Do(a,i)?a:Aa.current!==null?(o=am(o,a,d),Do(o,i)||(Pt=!0),o):(Pn&42)===0?(Pt=!0,o.memoizedState=a):(o=u1(),Oe.lanes|=o,Xn|=o,i)}function h0(o,i,a,d,u){var p=ee.p;ee.p=p!==0&&8>p?p:8;var k=D.T,S={};D.T=S,dm(o,!1,i,a);try{var $=u(),j=D.S;if(j!==null&&j(S,$),$!==null&&typeof $=="object"&&typeof $.then=="function"){var G=w8($,d);_l(o,i,G,jo(o))}else _l(o,i,d,jo(o))}catch(oe){_l(o,i,{then:function(){},status:"rejected",reason:oe},jo())}finally{ee.p=p,D.T=k}}function L8(){}function sm(o,i,a,d){if(o.tag!==5)throw Error(n(476));var u=u0(o).queue;h0(o,u,i,J,a===null?L8:function(){return b0(o),a(d)})}function u0(o){var i=o.memoizedState;if(i!==null)return i;i={memoizedState:J,baseState:J,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:hn,lastRenderedState:J},next:null};var a={};return i.next={memoizedState:a,baseState:a,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:hn,lastRenderedState:a},next:null},o.memoizedState=i,o=o.alternate,o!==null&&(o.memoizedState=i),i}function b0(o){var i=u0(o).next.queue;_l(o,i,{},jo())}function lm(){return to(Wl)}function m0(){return zt().memoizedState}function f0(){return zt().memoizedState}function $8(o){for(var i=o.return;i!==null;){switch(i.tag){case 24:case 3:var a=jo();o=jn(a);var d=Vn(i,o,a);d!==null&&(Vo(d,i,a),Sl(d,i,a)),i={cache:Hb()},o.payload=i;return}i=i.return}}function _8(o,i,a){var d=jo();a={lane:d,revertLane:0,action:a,hasEagerState:!1,eagerState:null,next:null},fc(o)?g0(i,a):(a=$b(o,i,a,d),a!==null&&(Vo(a,o,d),v0(a,i,d)))}function p0(o,i,a){var d=jo();_l(o,i,a,d)}function _l(o,i,a,d){var u={lane:d,revertLane:0,action:a,hasEagerState:!1,eagerState:null,next:null};if(fc(o))g0(i,u);else{var p=o.alternate;if(o.lanes===0&&(p===null||p.lanes===0)&&(p=i.lastRenderedReducer,p!==null))try{var k=i.lastRenderedState,S=p(k,a);if(u.hasEagerState=!0,u.eagerState=S,Do(S,k))return Kd(o,i,u,0),it===null&&Qd(),!1}catch($){}if(a=$b(o,i,u,d),a!==null)return Vo(a,o,d),v0(a,i,d),!0}return!1}function dm(o,i,a,d){if(d={lane:2,revertLane:Vm(),action:d,hasEagerState:!1,eagerState:null,next:null},fc(o)){if(i)throw Error(n(479))}else i=$b(o,a,d,2),i!==null&&Vo(i,o,2)}function fc(o){var i=o.alternate;return o===Oe||i!==null&&i===Oe}function g0(o,i){Ra=dc=!0;var a=o.pending;a===null?i.next=i:(i.next=a.next,a.next=i),o.pending=i}function v0(o,i,a){if((a&4194048)!==0){var d=i.lanes;d&=o.pendingLanes,a|=d,i.lanes=a,jd(o,a)}}var pc={readContext:to,use:hc,useCallback:Et,useContext:Et,useEffect:Et,useImperativeHandle:Et,useLayoutEffect:Et,useInsertionEffect:Et,useMemo:Et,useReducer:Et,useRef:Et,useState:Et,useDebugValue:Et,useDeferredValue:Et,useTransition:Et,useSyncExternalStore:Et,useId:Et,useHostTransitionStatus:Et,useFormState:Et,useActionState:Et,useOptimistic:Et,useMemoCache:Et,useCacheRefresh:Et},y0={readContext:to,use:hc,useCallback:function(o,i){return wo().memoizedState=[o,i===void 0?null:i],o},useContext:to,useEffect:o0,useImperativeHandle:function(o,i,a){a=a!=null?a.concat([o]):null,mc(4194308,4,a0.bind(null,i,o),a)},useLayoutEffect:function(o,i){return mc(4194308,4,o,i)},useInsertionEffect:function(o,i){mc(4,2,o,i)},useMemo:function(o,i){var a=wo();i=i===void 0?null:i;var d=o();if(ji){wt(!0);try{o()}finally{wt(!1)}}return a.memoizedState=[d,i],d},useReducer:function(o,i,a){var d=wo();if(a!==void 0){var u=a(i);if(ji){wt(!0);try{a(i)}finally{wt(!1)}}}else u=i;return d.memoizedState=d.baseState=u,o={pending:null,lanes:0,dispatch:null,lastRenderedReducer:o,lastRenderedState:u},d.queue=o,o=o.dispatch=_8.bind(null,Oe,o),[d.memoizedState,o]},useRef:function(o){var i=wo();return o={current:o},i.memoizedState=o},useState:function(o){o=rm(o);var i=o.queue,a=p0.bind(null,Oe,i);return i.dispatch=a,[o.memoizedState,a]},useDebugValue:im,useDeferredValue:function(o,i){var a=wo();return am(a,o,i)},useTransition:function(){var o=rm(!1);return o=h0.bind(null,Oe,o.queue,!0,!1),wo().memoizedState=o,[!1,o]},useSyncExternalStore:function(o,i,a){var d=Oe,u=wo();if(Ue){if(a===void 0)throw Error(n(407));a=a()}else{if(a=i(),it===null)throw Error(n(349));(Be&124)!==0||jy(d,i,a)}u.memoizedState=a;var p={value:a,getSnapshot:i};return u.queue=p,o0(Py.bind(null,d,p,o),[o]),d.flags|=2048,Da(9,bc(),Vy.bind(null,d,p,a,i),null),a},useId:function(){var o=wo(),i=it.identifierPrefix;if(Ue){var a=ln,d=sn;a=(d&~(1<<32-St(d)-1)).toString(32)+a,i="«"+i+"R"+a,a=cc++,0<a&&(i+="H"+a.toString(32)),i+="»"}else a=S8++,i="«"+i+"r"+a.toString(32)+"»";return o.memoizedState=i},useHostTransitionStatus:lm,useFormState:Qy,useActionState:Qy,useOptimistic:function(o){var i=wo();i.memoizedState=i.baseState=o;var a={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return i.queue=a,i=dm.bind(null,Oe,!0,a),a.dispatch=i,[o,i]},useMemoCache:em,useCacheRefresh:function(){return wo().memoizedState=$8.bind(null,Oe)}},k0={readContext:to,use:hc,useCallback:l0,useContext:to,useEffect:r0,useImperativeHandle:s0,useInsertionEffect:n0,useLayoutEffect:i0,useMemo:d0,useReducer:uc,useRef:t0,useState:function(){return uc(hn)},useDebugValue:im,useDeferredValue:function(o,i){var a=zt();return c0(a,Je.memoizedState,o,i)},useTransition:function(){var o=uc(hn)[0],i=zt().memoizedState;return[typeof o=="boolean"?o:Ll(o),i]},useSyncExternalStore:Ny,useId:m0,useHostTransitionStatus:lm,useFormState:Ky,useActionState:Ky,useOptimistic:function(o,i){var a=zt();return Fy(a,Je,o,i)},useMemoCache:em,useCacheRefresh:f0},O8={readContext:to,use:hc,useCallback:l0,useContext:to,useEffect:r0,useImperativeHandle:s0,useInsertionEffect:n0,useLayoutEffect:i0,useMemo:d0,useReducer:om,useRef:t0,useState:function(){return om(hn)},useDebugValue:im,useDeferredValue:function(o,i){var a=zt();return Je===null?am(a,o,i):c0(a,Je.memoizedState,o,i)},useTransition:function(){var o=om(hn)[0],i=zt().memoizedState;return[typeof o=="boolean"?o:Ll(o),i]},useSyncExternalStore:Ny,useId:m0,useHostTransitionStatus:lm,useFormState:e0,useActionState:e0,useOptimistic:function(o,i){var a=zt();return Je!==null?Fy(a,Je,o,i):(a.baseState=o,[o,a.queue.dispatch])},useMemoCache:em,useCacheRefresh:f0},Ma=null,Ol=0;function gc(o){var i=Ol;return Ol+=1,Ma===null&&(Ma=[]),zy(Ma,o,i)}function zl(o,i){i=i.props.ref,o.ref=i!==void 0?i:null}function vc(o,i){throw i.$$typeof===v?Error(n(525)):(o=Object.prototype.toString.call(i),Error(n(31,o==="[object Object]"?"object with keys {"+Object.keys(i).join(", ")+"}":o)))}function x0(o){var i=o._init;return i(o._payload)}function w0(o){function i(B,O){if(o){var N=B.deletions;N===null?(B.deletions=[O],B.flags|=16):N.push(O)}}function a(B,O){if(!o)return null;for(;O!==null;)i(B,O),O=O.sibling;return null}function d(B){for(var O=new Map;B!==null;)B.key!==null?O.set(B.key,B):O.set(B.index,B),B=B.sibling;return O}function u(B,O){return B=an(B,O),B.index=0,B.sibling=null,B}function p(B,O,N){return B.index=N,o?(N=B.alternate,N!==null?(N=N.index,N<O?(B.flags|=67108866,O):N):(B.flags|=67108866,O)):(B.flags|=1048576,O)}function k(B){return o&&B.alternate===null&&(B.flags|=67108866),B}function S(B,O,N,K){return O===null||O.tag!==6?(O=Ob(N,B.mode,K),O.return=B,O):(O=u(O,N),O.return=B,O)}function $(B,O,N,K){var ve=N.type;return ve===w?G(B,O,N.props.children,K,N.key):O!==null&&(O.elementType===ve||typeof ve=="object"&&ve!==null&&ve.$$typeof===X&&x0(ve)===O.type)?(O=u(O,N.props),zl(O,N),O.return=B,O):(O=ec(N.type,N.key,N.props,null,B.mode,K),zl(O,N),O.return=B,O)}function j(B,O,N,K){return O===null||O.tag!==4||O.stateNode.containerInfo!==N.containerInfo||O.stateNode.implementation!==N.implementation?(O=zb(N,B.mode,K),O.return=B,O):(O=u(O,N.children||[]),O.return=B,O)}function G(B,O,N,K,ve){return O===null||O.tag!==7?(O=Ai(N,B.mode,K,ve),O.return=B,O):(O=u(O,N),O.return=B,O)}function oe(B,O,N){if(typeof O=="string"&&O!==""||typeof O=="number"||typeof O=="bigint")return O=Ob(""+O,B.mode,N),O.return=B,O;if(typeof O=="object"&&O!==null){switch(O.$$typeof){case y:return N=ec(O.type,O.key,O.props,null,B.mode,N),zl(N,O),N.return=B,N;case x:return O=zb(O,B.mode,N),O.return=B,O;case X:var K=O._init;return O=K(O._payload),oe(B,O,N)}if(ne(O)||se(O))return O=Ai(O,B.mode,N,null),O.return=B,O;if(typeof O.then=="function")return oe(B,gc(O),N);if(O.$$typeof===A)return oe(B,nc(B,O),N);vc(B,O)}return null}function U(B,O,N,K){var ve=O!==null?O.key:null;if(typeof N=="string"&&N!==""||typeof N=="number"||typeof N=="bigint")return ve!==null?null:S(B,O,""+N,K);if(typeof N=="object"&&N!==null){switch(N.$$typeof){case y:return N.key===ve?$(B,O,N,K):null;case x:return N.key===ve?j(B,O,N,K):null;case X:return ve=N._init,N=ve(N._payload),U(B,O,N,K)}if(ne(N)||se(N))return ve!==null?null:G(B,O,N,K,null);if(typeof N.then=="function")return U(B,O,gc(N),K);if(N.$$typeof===A)return U(B,O,nc(B,N),K);vc(B,N)}return null}function F(B,O,N,K,ve){if(typeof K=="string"&&K!==""||typeof K=="number"||typeof K=="bigint")return B=B.get(N)||null,S(O,B,""+K,ve);if(typeof K=="object"&&K!==null){switch(K.$$typeof){case y:return B=B.get(K.key===null?N:K.key)||null,$(O,B,K,ve);case x:return B=B.get(K.key===null?N:K.key)||null,j(O,B,K,ve);case X:var ze=K._init;return K=ze(K._payload),F(B,O,N,K,ve)}if(ne(K)||se(K))return B=B.get(N)||null,G(O,B,K,ve,null);if(typeof K.then=="function")return F(B,O,N,gc(K),ve);if(K.$$typeof===A)return F(B,O,N,nc(O,K),ve);vc(O,K)}return null}function Se(B,O,N,K){for(var ve=null,ze=null,ke=O,we=O=0,qt=null;ke!==null&&we<N.length;we++){ke.index>we?(qt=ke,ke=null):qt=ke.sibling;var Ve=U(B,ke,N[we],K);if(Ve===null){ke===null&&(ke=qt);break}o&&ke&&Ve.alternate===null&&i(B,ke),O=p(Ve,O,we),ze===null?ve=Ve:ze.sibling=Ve,ze=Ve,ke=qt}if(we===N.length)return a(B,ke),Ue&&Ii(B,we),ve;if(ke===null){for(;we<N.length;we++)ke=oe(B,N[we],K),ke!==null&&(O=p(ke,O,we),ze===null?ve=ke:ze.sibling=ke,ze=ke);return Ue&&Ii(B,we),ve}for(ke=d(ke);we<N.length;we++)qt=F(ke,B,we,N[we],K),qt!==null&&(o&&qt.alternate!==null&&ke.delete(qt.key===null?we:qt.key),O=p(qt,O,we),ze===null?ve=qt:ze.sibling=qt,ze=qt);return o&&ke.forEach(function(ni){return i(B,ni)}),Ue&&Ii(B,we),ve}function xe(B,O,N,K){if(N==null)throw Error(n(151));for(var ve=null,ze=null,ke=O,we=O=0,qt=null,Ve=N.next();ke!==null&&!Ve.done;we++,Ve=N.next()){ke.index>we?(qt=ke,ke=null):qt=ke.sibling;var ni=U(B,ke,Ve.value,K);if(ni===null){ke===null&&(ke=qt);break}o&&ke&&ni.alternate===null&&i(B,ke),O=p(ni,O,we),ze===null?ve=ni:ze.sibling=ni,ze=ni,ke=qt}if(Ve.done)return a(B,ke),Ue&&Ii(B,we),ve;if(ke===null){for(;!Ve.done;we++,Ve=N.next())Ve=oe(B,Ve.value,K),Ve!==null&&(O=p(Ve,O,we),ze===null?ve=Ve:ze.sibling=Ve,ze=Ve);return Ue&&Ii(B,we),ve}for(ke=d(ke);!Ve.done;we++,Ve=N.next())Ve=F(ke,B,we,Ve.value,K),Ve!==null&&(o&&Ve.alternate!==null&&ke.delete(Ve.key===null?we:Ve.key),O=p(Ve,O,we),ze===null?ve=Ve:ze.sibling=Ve,ze=Ve);return o&&ke.forEach(function(z9){return i(B,z9)}),Ue&&Ii(B,we),ve}function tt(B,O,N,K){if(typeof N=="object"&&N!==null&&N.type===w&&N.key===null&&(N=N.props.children),typeof N=="object"&&N!==null){switch(N.$$typeof){case y:e:{for(var ve=N.key;O!==null;){if(O.key===ve){if(ve=N.type,ve===w){if(O.tag===7){a(B,O.sibling),K=u(O,N.props.children),K.return=B,B=K;break e}}else if(O.elementType===ve||typeof ve=="object"&&ve!==null&&ve.$$typeof===X&&x0(ve)===O.type){a(B,O.sibling),K=u(O,N.props),zl(K,N),K.return=B,B=K;break e}a(B,O);break}else i(B,O);O=O.sibling}N.type===w?(K=Ai(N.props.children,B.mode,K,N.key),K.return=B,B=K):(K=ec(N.type,N.key,N.props,null,B.mode,K),zl(K,N),K.return=B,B=K)}return k(B);case x:e:{for(ve=N.key;O!==null;){if(O.key===ve)if(O.tag===4&&O.stateNode.containerInfo===N.containerInfo&&O.stateNode.implementation===N.implementation){a(B,O.sibling),K=u(O,N.children||[]),K.return=B,B=K;break e}else{a(B,O);break}else i(B,O);O=O.sibling}K=zb(N,B.mode,K),K.return=B,B=K}return k(B);case X:return ve=N._init,N=ve(N._payload),tt(B,O,N,K)}if(ne(N))return Se(B,O,N,K);if(se(N)){if(ve=se(N),typeof ve!="function")throw Error(n(150));return N=ve.call(N),xe(B,O,N,K)}if(typeof N.then=="function")return tt(B,O,gc(N),K);if(N.$$typeof===A)return tt(B,O,nc(B,N),K);vc(B,N)}return typeof N=="string"&&N!==""||typeof N=="number"||typeof N=="bigint"?(N=""+N,O!==null&&O.tag===6?(a(B,O.sibling),K=u(O,N),K.return=B,B=K):(a(B,O),K=Ob(N,B.mode,K),K.return=B,B=K),k(B)):a(B,O)}return function(B,O,N,K){try{Ol=0;var ve=tt(B,O,N,K);return Ma=null,ve}catch(ke){if(ke===xl||ke===ac)throw ke;var ze=Mo(29,ke,null,B.mode);return ze.lanes=K,ze.return=B,ze}}}var Ba=w0(!0),S0=w0(!1),tr=z(null),Br=null;function Un(o){var i=o.alternate;M(Ht,Ht.current&1),M(tr,o),Br===null&&(i===null||Aa.current!==null||i.memoizedState!==null)&&(Br=o)}function C0(o){if(o.tag===22){if(M(Ht,Ht.current),M(tr,o),Br===null){var i=o.alternate;i!==null&&i.memoizedState!==null&&(Br=o)}}else qn()}function qn(){M(Ht,Ht.current),M(tr,tr.current)}function un(o){H(tr),Br===o&&(Br=null),H(Ht)}var Ht=z(0);function yc(o){for(var i=o;i!==null;){if(i.tag===13){var a=i.memoizedState;if(a!==null&&(a=a.dehydrated,a===null||a.data==="$?"||Jm(a)))return i}else if(i.tag===19&&i.memoizedProps.revealOrder!==void 0){if((i.flags&128)!==0)return i}else if(i.child!==null){i.child.return=i,i=i.child;continue}if(i===o)break;for(;i.sibling===null;){if(i.return===null||i.return===o)return null;i=i.return}i.sibling.return=i.return,i=i.sibling}return null}function cm(o,i,a,d){i=o.memoizedState,a=a(d,i),a=a==null?i:g({},i,a),o.memoizedState=a,o.lanes===0&&(o.updateQueue.baseState=a)}var hm={enqueueSetState:function(o,i,a){o=o._reactInternals;var d=jo(),u=jn(d);u.payload=i,a!=null&&(u.callback=a),i=Vn(o,u,d),i!==null&&(Vo(i,o,d),Sl(i,o,d))},enqueueReplaceState:function(o,i,a){o=o._reactInternals;var d=jo(),u=jn(d);u.tag=1,u.payload=i,a!=null&&(u.callback=a),i=Vn(o,u,d),i!==null&&(Vo(i,o,d),Sl(i,o,d))},enqueueForceUpdate:function(o,i){o=o._reactInternals;var a=jo(),d=jn(a);d.tag=2,i!=null&&(d.callback=i),i=Vn(o,d,a),i!==null&&(Vo(i,o,a),Sl(i,o,a))}};function E0(o,i,a,d,u,p,k){return o=o.stateNode,typeof o.shouldComponentUpdate=="function"?o.shouldComponentUpdate(d,p,k):i.prototype&&i.prototype.isPureReactComponent?!bl(a,d)||!bl(u,p):!0}function T0(o,i,a,d){o=i.state,typeof i.componentWillReceiveProps=="function"&&i.componentWillReceiveProps(a,d),typeof i.UNSAFE_componentWillReceiveProps=="function"&&i.UNSAFE_componentWillReceiveProps(a,d),i.state!==o&&hm.enqueueReplaceState(i,i.state,null)}function Vi(o,i){var a=i;if("ref"in i){a={};for(var d in i)d!=="ref"&&(a[d]=i[d])}if(o=o.defaultProps){a===i&&(a=g({},a));for(var u in o)a[u]===void 0&&(a[u]=o[u])}return a}var kc=typeof reportError=="function"?reportError:function(o){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var i=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof o=="object"&&o!==null&&typeof o.message=="string"?String(o.message):String(o),error:o});if(!window.dispatchEvent(i))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",o);return}console.error(o)};function L0(o){kc(o)}function $0(o){console.error(o)}function _0(o){kc(o)}function xc(o,i){try{var a=o.onUncaughtError;a(i.value,{componentStack:i.stack})}catch(d){setTimeout(function(){throw d})}}function O0(o,i,a){try{var d=o.onCaughtError;d(a.value,{componentStack:a.stack,errorBoundary:i.tag===1?i.stateNode:null})}catch(u){setTimeout(function(){throw u})}}function um(o,i,a){return a=jn(a),a.tag=3,a.payload={element:null},a.callback=function(){xc(o,i)},a}function z0(o){return o=jn(o),o.tag=3,o}function A0(o,i,a,d){var u=a.type.getDerivedStateFromError;if(typeof u=="function"){var p=d.value;o.payload=function(){return u(p)},o.callback=function(){O0(i,a,d)}}var k=a.stateNode;k!==null&&typeof k.componentDidCatch=="function"&&(o.callback=function(){O0(i,a,d),typeof u!="function"&&(Gn===null?Gn=new Set([this]):Gn.add(this));var S=d.stack;this.componentDidCatch(d.value,{componentStack:S!==null?S:""})})}function z8(o,i,a,d,u){if(a.flags|=32768,d!==null&&typeof d=="object"&&typeof d.then=="function"){if(i=a.alternate,i!==null&&vl(i,a,u,!0),a=tr.current,a!==null){switch(a.tag){case 13:return Br===null?Mm():a.alternate===null&&vt===0&&(vt=3),a.flags&=-257,a.flags|=65536,a.lanes=u,d===Vb?a.flags|=16384:(i=a.updateQueue,i===null?a.updateQueue=new Set([d]):i.add(d),Hm(o,d,u)),!1;case 22:return a.flags|=65536,d===Vb?a.flags|=16384:(i=a.updateQueue,i===null?(i={transitions:null,markerInstances:null,retryQueue:new Set([d])},a.updateQueue=i):(a=i.retryQueue,a===null?i.retryQueue=new Set([d]):a.add(d)),Hm(o,d,u)),!1}throw Error(n(435,a.tag))}return Hm(o,d,u),Mm(),!1}if(Ue)return i=tr.current,i!==null?((i.flags&65536)===0&&(i.flags|=256),i.flags|=65536,i.lanes=u,d!==Ib&&(o=Error(n(422),{cause:d}),gl(Qo(o,a)))):(d!==Ib&&(i=Error(n(423),{cause:d}),gl(Qo(i,a))),o=o.current.alternate,o.flags|=65536,u&=-u,o.lanes|=u,d=Qo(d,a),u=um(o.stateNode,d,u),qb(o,u),vt!==4&&(vt=2)),!1;var p=Error(n(520),{cause:d});if(p=Qo(p,a),Hl===null?Hl=[p]:Hl.push(p),vt!==4&&(vt=2),i===null)return!0;d=Qo(d,a),a=i;do{switch(a.tag){case 3:return a.flags|=65536,o=u&-u,a.lanes|=o,o=um(a.stateNode,d,o),qb(a,o),!1;case 1:if(i=a.type,p=a.stateNode,(a.flags&128)===0&&(typeof i.getDerivedStateFromError=="function"||p!==null&&typeof p.componentDidCatch=="function"&&(Gn===null||!Gn.has(p))))return a.flags|=65536,u&=-u,a.lanes|=u,u=z0(u),A0(u,o,a,d),qb(a,u),!1}a=a.return}while(a!==null);return!1}var R0=Error(n(461)),Pt=!1;function Yt(o,i,a,d){i.child=o===null?S0(i,null,a,d):Ba(i,o.child,a,d)}function I0(o,i,a,d,u){a=a.render;var p=i.ref;if("ref"in d){var k={};for(var S in d)S!=="ref"&&(k[S]=d[S])}else k=d;return Hi(i),d=Xb(o,i,a,k,p,u),S=Gb(),o!==null&&!Pt?(Qb(o,i,u),bn(o,i,u)):(Ue&&S&&Ab(i),i.flags|=1,Yt(o,i,d,u),i.child)}function D0(o,i,a,d,u){if(o===null){var p=a.type;return typeof p=="function"&&!_b(p)&&p.defaultProps===void 0&&a.compare===null?(i.tag=15,i.type=p,M0(o,i,p,d,u)):(o=ec(a.type,null,d,i,i.mode,u),o.ref=i.ref,o.return=i,i.child=o)}if(p=o.child,!km(o,u)){var k=p.memoizedProps;if(a=a.compare,a=a!==null?a:bl,a(k,d)&&o.ref===i.ref)return bn(o,i,u)}return i.flags|=1,o=an(p,d),o.ref=i.ref,o.return=i,i.child=o}function M0(o,i,a,d,u){if(o!==null){var p=o.memoizedProps;if(bl(p,d)&&o.ref===i.ref)if(Pt=!1,i.pendingProps=d=p,km(o,u))(o.flags&131072)!==0&&(Pt=!0);else return i.lanes=o.lanes,bn(o,i,u)}return bm(o,i,a,d,u)}function B0(o,i,a){var d=i.pendingProps,u=d.children,p=o!==null?o.memoizedState:null;if(d.mode==="hidden"){if((i.flags&128)!==0){if(d=p!==null?p.baseLanes|a:a,o!==null){for(u=i.child=o.child,p=0;u!==null;)p=p|u.lanes|u.childLanes,u=u.sibling;i.childLanes=p&~d}else i.childLanes=0,i.child=null;return H0(o,i,d,a)}if((a&536870912)!==0)i.memoizedState={baseLanes:0,cachePool:null},o!==null&&ic(i,p!==null?p.cachePool:null),p!==null?My(i,p):Zb(),C0(i);else return i.lanes=i.childLanes=536870912,H0(o,i,p!==null?p.baseLanes|a:a,a)}else p!==null?(ic(i,p.cachePool),My(i,p),qn(),i.memoizedState=null):(o!==null&&ic(i,null),Zb(),qn());return Yt(o,i,u,a),i.child}function H0(o,i,a,d){var u=jb();return u=u===null?null:{parent:Bt._currentValue,pool:u},i.memoizedState={baseLanes:a,cachePool:u},o!==null&&ic(i,null),Zb(),C0(i),o!==null&&vl(o,i,d,!0),null}function wc(o,i){var a=i.ref;if(a===null)o!==null&&o.ref!==null&&(i.flags|=4194816);else{if(typeof a!="function"&&typeof a!="object")throw Error(n(284));(o===null||o.ref!==a)&&(i.flags|=4194816)}}function bm(o,i,a,d,u){return Hi(i),a=Xb(o,i,a,d,void 0,u),d=Gb(),o!==null&&!Pt?(Qb(o,i,u),bn(o,i,u)):(Ue&&d&&Ab(i),i.flags|=1,Yt(o,i,a,u),i.child)}function N0(o,i,a,d,u,p){return Hi(i),i.updateQueue=null,a=Hy(i,d,a,u),By(o),d=Gb(),o!==null&&!Pt?(Qb(o,i,p),bn(o,i,p)):(Ue&&d&&Ab(i),i.flags|=1,Yt(o,i,a,p),i.child)}function j0(o,i,a,d,u){if(Hi(i),i.stateNode===null){var p=La,k=a.contextType;typeof k=="object"&&k!==null&&(p=to(k)),p=new a(d,p),i.memoizedState=p.state!==null&&p.state!==void 0?p.state:null,p.updater=hm,i.stateNode=p,p._reactInternals=i,p=i.stateNode,p.props=d,p.state=i.memoizedState,p.refs={},Pb(i),k=a.contextType,p.context=typeof k=="object"&&k!==null?to(k):La,p.state=i.memoizedState,k=a.getDerivedStateFromProps,typeof k=="function"&&(cm(i,a,k,d),p.state=i.memoizedState),typeof a.getDerivedStateFromProps=="function"||typeof p.getSnapshotBeforeUpdate=="function"||typeof p.UNSAFE_componentWillMount!="function"&&typeof p.componentWillMount!="function"||(k=p.state,typeof p.componentWillMount=="function"&&p.componentWillMount(),typeof p.UNSAFE_componentWillMount=="function"&&p.UNSAFE_componentWillMount(),k!==p.state&&hm.enqueueReplaceState(p,p.state,null),El(i,d,p,u),Cl(),p.state=i.memoizedState),typeof p.componentDidMount=="function"&&(i.flags|=4194308),d=!0}else if(o===null){p=i.stateNode;var S=i.memoizedProps,$=Vi(a,S);p.props=$;var j=p.context,G=a.contextType;k=La,typeof G=="object"&&G!==null&&(k=to(G));var oe=a.getDerivedStateFromProps;G=typeof oe=="function"||typeof p.getSnapshotBeforeUpdate=="function",S=i.pendingProps!==S,G||typeof p.UNSAFE_componentWillReceiveProps!="function"&&typeof p.componentWillReceiveProps!="function"||(S||j!==k)&&T0(i,p,d,k),Nn=!1;var U=i.memoizedState;p.state=U,El(i,d,p,u),Cl(),j=i.memoizedState,S||U!==j||Nn?(typeof oe=="function"&&(cm(i,a,oe,d),j=i.memoizedState),($=Nn||E0(i,a,$,d,U,j,k))?(G||typeof p.UNSAFE_componentWillMount!="function"&&typeof p.componentWillMount!="function"||(typeof p.componentWillMount=="function"&&p.componentWillMount(),typeof p.UNSAFE_componentWillMount=="function"&&p.UNSAFE_componentWillMount()),typeof p.componentDidMount=="function"&&(i.flags|=4194308)):(typeof p.componentDidMount=="function"&&(i.flags|=4194308),i.memoizedProps=d,i.memoizedState=j),p.props=d,p.state=j,p.context=k,d=$):(typeof p.componentDidMount=="function"&&(i.flags|=4194308),d=!1)}else{p=i.stateNode,Ub(o,i),k=i.memoizedProps,G=Vi(a,k),p.props=G,oe=i.pendingProps,U=p.context,j=a.contextType,$=La,typeof j=="object"&&j!==null&&($=to(j)),S=a.getDerivedStateFromProps,(j=typeof S=="function"||typeof p.getSnapshotBeforeUpdate=="function")||typeof p.UNSAFE_componentWillReceiveProps!="function"&&typeof p.componentWillReceiveProps!="function"||(k!==oe||U!==$)&&T0(i,p,d,$),Nn=!1,U=i.memoizedState,p.state=U,El(i,d,p,u),Cl();var F=i.memoizedState;k!==oe||U!==F||Nn||o!==null&&o.dependencies!==null&&rc(o.dependencies)?(typeof S=="function"&&(cm(i,a,S,d),F=i.memoizedState),(G=Nn||E0(i,a,G,d,U,F,$)||o!==null&&o.dependencies!==null&&rc(o.dependencies))?(j||typeof p.UNSAFE_componentWillUpdate!="function"&&typeof p.componentWillUpdate!="function"||(typeof p.componentWillUpdate=="function"&&p.componentWillUpdate(d,F,$),typeof p.UNSAFE_componentWillUpdate=="function"&&p.UNSAFE_componentWillUpdate(d,F,$)),typeof p.componentDidUpdate=="function"&&(i.flags|=4),typeof p.getSnapshotBeforeUpdate=="function"&&(i.flags|=1024)):(typeof p.componentDidUpdate!="function"||k===o.memoizedProps&&U===o.memoizedState||(i.flags|=4),typeof p.getSnapshotBeforeUpdate!="function"||k===o.memoizedProps&&U===o.memoizedState||(i.flags|=1024),i.memoizedProps=d,i.memoizedState=F),p.props=d,p.state=F,p.context=$,d=G):(typeof p.componentDidUpdate!="function"||k===o.memoizedProps&&U===o.memoizedState||(i.flags|=4),typeof p.getSnapshotBeforeUpdate!="function"||k===o.memoizedProps&&U===o.memoizedState||(i.flags|=1024),d=!1)}return p=d,wc(o,i),d=(i.flags&128)!==0,p||d?(p=i.stateNode,a=d&&typeof a.getDerivedStateFromError!="function"?null:p.render(),i.flags|=1,o!==null&&d?(i.child=Ba(i,o.child,null,u),i.child=Ba(i,null,a,u)):Yt(o,i,a,u),i.memoizedState=p.state,o=i.child):o=bn(o,i,u),o}function V0(o,i,a,d){return pl(),i.flags|=256,Yt(o,i,a,d),i.child}var mm={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function fm(o){return{baseLanes:o,cachePool:$y()}}function pm(o,i,a){return o=o!==null?o.childLanes&~a:0,i&&(o|=or),o}function P0(o,i,a){var d=i.pendingProps,u=!1,p=(i.flags&128)!==0,k;if((k=p)||(k=o!==null&&o.memoizedState===null?!1:(Ht.current&2)!==0),k&&(u=!0,i.flags&=-129),k=(i.flags&32)!==0,i.flags&=-33,o===null){if(Ue){if(u?Un(i):qn(),Ue){var S=gt,$;if($=S){e:{for($=S,S=Mr;$.nodeType!==8;){if(!S){S=null;break e}if($=vr($.nextSibling),$===null){S=null;break e}}S=$}S!==null?(i.memoizedState={dehydrated:S,treeContext:Ri!==null?{id:sn,overflow:ln}:null,retryLane:536870912,hydrationErrors:null},$=Mo(18,null,null,0),$.stateNode=S,$.return=i,i.child=$,co=i,gt=null,$=!0):$=!1}$||Mi(i)}if(S=i.memoizedState,S!==null&&(S=S.dehydrated,S!==null))return Jm(S)?i.lanes=32:i.lanes=536870912,null;un(i)}return S=d.children,d=d.fallback,u?(qn(),u=i.mode,S=Sc({mode:"hidden",children:S},u),d=Ai(d,u,a,null),S.return=i,d.return=i,S.sibling=d,i.child=S,u=i.child,u.memoizedState=fm(a),u.childLanes=pm(o,k,a),i.memoizedState=mm,d):(Un(i),gm(i,S))}if($=o.memoizedState,$!==null&&(S=$.dehydrated,S!==null)){if(p)i.flags&256?(Un(i),i.flags&=-257,i=vm(o,i,a)):i.memoizedState!==null?(qn(),i.child=o.child,i.flags|=128,i=null):(qn(),u=d.fallback,S=i.mode,d=Sc({mode:"visible",children:d.children},S),u=Ai(u,S,a,null),u.flags|=2,d.return=i,u.return=i,d.sibling=u,i.child=d,Ba(i,o.child,null,a),d=i.child,d.memoizedState=fm(a),d.childLanes=pm(o,k,a),i.memoizedState=mm,i=u);else if(Un(i),Jm(S)){if(k=S.nextSibling&&S.nextSibling.dataset,k)var j=k.dgst;k=j,d=Error(n(419)),d.stack="",d.digest=k,gl({value:d,source:null,stack:null}),i=vm(o,i,a)}else if(Pt||vl(o,i,a,!1),k=(a&o.childLanes)!==0,Pt||k){if(k=it,k!==null&&(d=a&-a,d=(d&42)!==0?1:tl(d),d=(d&(k.suspendedLanes|a))!==0?0:d,d!==0&&d!==$.retryLane))throw $.retryLane=d,Ta(o,d),Vo(k,o,d),R0;S.data==="$?"||Mm(),i=vm(o,i,a)}else S.data==="$?"?(i.flags|=192,i.child=o.child,i=null):(o=$.treeContext,gt=vr(S.nextSibling),co=i,Ue=!0,Di=null,Mr=!1,o!==null&&(Jo[er++]=sn,Jo[er++]=ln,Jo[er++]=Ri,sn=o.id,ln=o.overflow,Ri=i),i=gm(i,d.children),i.flags|=4096);return i}return u?(qn(),u=d.fallback,S=i.mode,$=o.child,j=$.sibling,d=an($,{mode:"hidden",children:d.children}),d.subtreeFlags=$.subtreeFlags&65011712,j!==null?u=an(j,u):(u=Ai(u,S,a,null),u.flags|=2),u.return=i,d.return=i,d.sibling=u,i.child=d,d=u,u=i.child,S=o.child.memoizedState,S===null?S=fm(a):($=S.cachePool,$!==null?(j=Bt._currentValue,$=$.parent!==j?{parent:j,pool:j}:$):$=$y(),S={baseLanes:S.baseLanes|a,cachePool:$}),u.memoizedState=S,u.childLanes=pm(o,k,a),i.memoizedState=mm,d):(Un(i),a=o.child,o=a.sibling,a=an(a,{mode:"visible",children:d.children}),a.return=i,a.sibling=null,o!==null&&(k=i.deletions,k===null?(i.deletions=[o],i.flags|=16):k.push(o)),i.child=a,i.memoizedState=null,a)}function gm(o,i){return i=Sc({mode:"visible",children:i},o.mode),i.return=o,o.child=i}function Sc(o,i){return o=Mo(22,o,null,i),o.lanes=0,o.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null},o}function vm(o,i,a){return Ba(i,o.child,null,a),o=gm(i,i.pendingProps.children),o.flags|=2,i.memoizedState=null,o}function U0(o,i,a){o.lanes|=i;var d=o.alternate;d!==null&&(d.lanes|=i),Mb(o.return,i,a)}function ym(o,i,a,d,u){var p=o.memoizedState;p===null?o.memoizedState={isBackwards:i,rendering:null,renderingStartTime:0,last:d,tail:a,tailMode:u}:(p.isBackwards=i,p.rendering=null,p.renderingStartTime=0,p.last=d,p.tail=a,p.tailMode=u)}function q0(o,i,a){var d=i.pendingProps,u=d.revealOrder,p=d.tail;if(Yt(o,i,d.children,a),d=Ht.current,(d&2)!==0)d=d&1|2,i.flags|=128;else{if(o!==null&&(o.flags&128)!==0)e:for(o=i.child;o!==null;){if(o.tag===13)o.memoizedState!==null&&U0(o,a,i);else if(o.tag===19)U0(o,a,i);else if(o.child!==null){o.child.return=o,o=o.child;continue}if(o===i)break e;for(;o.sibling===null;){if(o.return===null||o.return===i)break e;o=o.return}o.sibling.return=o.return,o=o.sibling}d&=1}switch(M(Ht,d),u){case"forwards":for(a=i.child,u=null;a!==null;)o=a.alternate,o!==null&&yc(o)===null&&(u=a),a=a.sibling;a=u,a===null?(u=i.child,i.child=null):(u=a.sibling,a.sibling=null),ym(i,!1,u,a,p);break;case"backwards":for(a=null,u=i.child,i.child=null;u!==null;){if(o=u.alternate,o!==null&&yc(o)===null){i.child=u;break}o=u.sibling,u.sibling=a,a=u,u=o}ym(i,!0,a,null,p);break;case"together":ym(i,!1,null,null,void 0);break;default:i.memoizedState=null}return i.child}function bn(o,i,a){if(o!==null&&(i.dependencies=o.dependencies),Xn|=i.lanes,(a&i.childLanes)===0)if(o!==null){if(vl(o,i,a,!1),(a&i.childLanes)===0)return null}else return null;if(o!==null&&i.child!==o.child)throw Error(n(153));if(i.child!==null){for(o=i.child,a=an(o,o.pendingProps),i.child=a,a.return=i;o.sibling!==null;)o=o.sibling,a=a.sibling=an(o,o.pendingProps),a.return=i;a.sibling=null}return i.child}function km(o,i){return(o.lanes&i)!==0?!0:(o=o.dependencies,!!(o!==null&&rc(o)))}function A8(o,i,a){switch(i.tag){case 3:ge(i,i.stateNode.containerInfo),Hn(i,Bt,o.memoizedState.cache),pl();break;case 27:case 5:He(i);break;case 4:ge(i,i.stateNode.containerInfo);break;case 10:Hn(i,i.type,i.memoizedProps.value);break;case 13:var d=i.memoizedState;if(d!==null)return d.dehydrated!==null?(Un(i),i.flags|=128,null):(a&i.child.childLanes)!==0?P0(o,i,a):(Un(i),o=bn(o,i,a),o!==null?o.sibling:null);Un(i);break;case 19:var u=(o.flags&128)!==0;if(d=(a&i.childLanes)!==0,d||(vl(o,i,a,!1),d=(a&i.childLanes)!==0),u){if(d)return q0(o,i,a);i.flags|=128}if(u=i.memoizedState,u!==null&&(u.rendering=null,u.tail=null,u.lastEffect=null),M(Ht,Ht.current),d)break;return null;case 22:case 23:return i.lanes=0,B0(o,i,a);case 24:Hn(i,Bt,o.memoizedState.cache)}return bn(o,i,a)}function F0(o,i,a){if(o!==null)if(o.memoizedProps!==i.pendingProps)Pt=!0;else{if(!km(o,a)&&(i.flags&128)===0)return Pt=!1,A8(o,i,a);Pt=(o.flags&131072)!==0}else Pt=!1,Ue&&(i.flags&1048576)!==0&&xy(i,oc,i.index);switch(i.lanes=0,i.tag){case 16:e:{o=i.pendingProps;var d=i.elementType,u=d._init;if(d=u(d._payload),i.type=d,typeof d=="function")_b(d)?(o=Vi(d,o),i.tag=1,i=j0(null,i,d,o,a)):(i.tag=0,i=bm(null,i,d,o,a));else{if(d!=null){if(u=d.$$typeof,u===P){i.tag=11,i=I0(null,i,d,o,a);break e}else if(u===V){i.tag=14,i=D0(null,i,d,o,a);break e}}throw i=be(d)||d,Error(n(306,i,""))}}return i;case 0:return bm(o,i,i.type,i.pendingProps,a);case 1:return d=i.type,u=Vi(d,i.pendingProps),j0(o,i,d,u,a);case 3:e:{if(ge(i,i.stateNode.containerInfo),o===null)throw Error(n(387));d=i.pendingProps;var p=i.memoizedState;u=p.element,Ub(o,i),El(i,d,null,a);var k=i.memoizedState;if(d=k.cache,Hn(i,Bt,d),d!==p.cache&&Bb(i,[Bt],a,!0),Cl(),d=k.element,p.isDehydrated)if(p={element:d,isDehydrated:!1,cache:k.cache},i.updateQueue.baseState=p,i.memoizedState=p,i.flags&256){i=V0(o,i,d,a);break e}else if(d!==u){u=Qo(Error(n(424)),i),gl(u),i=V0(o,i,d,a);break e}else for(o=i.stateNode.containerInfo,o.nodeType===9?o=o.body:o=o.nodeName==="HTML"?o.ownerDocument.body:o,gt=vr(o.firstChild),co=i,Ue=!0,Di=null,Mr=!0,a=S0(i,null,d,a),i.child=a;a;)a.flags=a.flags&-3|4096,a=a.sibling;else{if(pl(),d===u){i=bn(o,i,a);break e}Yt(o,i,d,a)}i=i.child}return i;case 26:return wc(o,i),o===null?(a=X1(i.type,null,i.pendingProps,null))?i.memoizedState=a:Ue||(a=i.type,o=i.pendingProps,d=Bc(he.current).createElement(a),d[pt]=i,d[Wt]=o,Gt(d,a,o),Ct(d),i.stateNode=d):i.memoizedState=X1(i.type,o.memoizedProps,i.pendingProps,o.memoizedState),null;case 27:return He(i),o===null&&Ue&&(d=i.stateNode=Z1(i.type,i.pendingProps,he.current),co=i,Mr=!0,u=gt,Jn(i.type)?(ef=u,gt=vr(d.firstChild)):gt=u),Yt(o,i,i.pendingProps.children,a),wc(o,i),o===null&&(i.flags|=4194304),i.child;case 5:return o===null&&Ue&&((u=d=gt)&&(d=a9(d,i.type,i.pendingProps,Mr),d!==null?(i.stateNode=d,co=i,gt=vr(d.firstChild),Mr=!1,u=!0):u=!1),u||Mi(i)),He(i),u=i.type,p=i.pendingProps,k=o!==null?o.memoizedProps:null,d=p.children,Gm(u,p)?d=null:k!==null&&Gm(u,k)&&(i.flags|=32),i.memoizedState!==null&&(u=Xb(o,i,C8,null,null,a),Wl._currentValue=u),wc(o,i),Yt(o,i,d,a),i.child;case 6:return o===null&&Ue&&((o=a=gt)&&(a=s9(a,i.pendingProps,Mr),a!==null?(i.stateNode=a,co=i,gt=null,o=!0):o=!1),o||Mi(i)),null;case 13:return P0(o,i,a);case 4:return ge(i,i.stateNode.containerInfo),d=i.pendingProps,o===null?i.child=Ba(i,null,d,a):Yt(o,i,d,a),i.child;case 11:return I0(o,i,i.type,i.pendingProps,a);case 7:return Yt(o,i,i.pendingProps,a),i.child;case 8:return Yt(o,i,i.pendingProps.children,a),i.child;case 12:return Yt(o,i,i.pendingProps.children,a),i.child;case 10:return d=i.pendingProps,Hn(i,i.type,d.value),Yt(o,i,d.children,a),i.child;case 9:return u=i.type._context,d=i.pendingProps.children,Hi(i),u=to(u),d=d(u),i.flags|=1,Yt(o,i,d,a),i.child;case 14:return D0(o,i,i.type,i.pendingProps,a);case 15:return M0(o,i,i.type,i.pendingProps,a);case 19:return q0(o,i,a);case 31:return d=i.pendingProps,a=i.mode,d={mode:d.mode,children:d.children},o===null?(a=Sc(d,a),a.ref=i.ref,i.child=a,a.return=i,i=a):(a=an(o.child,d),a.ref=i.ref,i.child=a,a.return=i,i=a),i;case 22:return B0(o,i,a);case 24:return Hi(i),d=to(Bt),o===null?(u=jb(),u===null&&(u=it,p=Hb(),u.pooledCache=p,p.refCount++,p!==null&&(u.pooledCacheLanes|=a),u=p),i.memoizedState={parent:d,cache:u},Pb(i),Hn(i,Bt,u)):((o.lanes&a)!==0&&(Ub(o,i),El(i,null,null,a),Cl()),u=o.memoizedState,p=i.memoizedState,u.parent!==d?(u={parent:d,cache:d},i.memoizedState=u,i.lanes===0&&(i.memoizedState=i.updateQueue.baseState=u),Hn(i,Bt,d)):(d=p.cache,Hn(i,Bt,d),d!==u.cache&&Bb(i,[Bt],a,!0))),Yt(o,i,i.pendingProps.children,a),i.child;case 29:throw i.pendingProps}throw Error(n(156,i.tag))}function mn(o){o.flags|=4}function Z0(o,i){if(i.type!=="stylesheet"||(i.state.loading&4)!==0)o.flags&=-16777217;else if(o.flags|=16777216,!e3(i)){if(i=tr.current,i!==null&&((Be&4194048)===Be?Br!==null:(Be&62914560)!==Be&&(Be&536870912)===0||i!==Br))throw wl=Vb,_y;o.flags|=8192}}function Cc(o,i){i!==null&&(o.flags|=4),o.flags&16384&&(i=o.tag!==22?Ei():536870912,o.lanes|=i,Va|=i)}function Al(o,i){if(!Ue)switch(o.tailMode){case"hidden":i=o.tail;for(var a=null;i!==null;)i.alternate!==null&&(a=i),i=i.sibling;a===null?o.tail=null:a.sibling=null;break;case"collapsed":a=o.tail;for(var d=null;a!==null;)a.alternate!==null&&(d=a),a=a.sibling;d===null?i||o.tail===null?o.tail=null:o.tail.sibling=null:d.sibling=null}}function bt(o){var i=o.alternate!==null&&o.alternate.child===o.child,a=0,d=0;if(i)for(var u=o.child;u!==null;)a|=u.lanes|u.childLanes,d|=u.subtreeFlags&65011712,d|=u.flags&65011712,u.return=o,u=u.sibling;else for(u=o.child;u!==null;)a|=u.lanes|u.childLanes,d|=u.subtreeFlags,d|=u.flags,u.return=o,u=u.sibling;return o.subtreeFlags|=d,o.childLanes=a,i}function R8(o,i,a){var d=i.pendingProps;switch(Rb(i),i.tag){case 31:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return bt(i),null;case 1:return bt(i),null;case 3:return a=i.stateNode,d=null,o!==null&&(d=o.memoizedState.cache),i.memoizedState.cache!==d&&(i.flags|=2048),cn(Bt),De(),a.pendingContext&&(a.context=a.pendingContext,a.pendingContext=null),(o===null||o.child===null)&&(fl(i)?mn(i):o===null||o.memoizedState.isDehydrated&&(i.flags&256)===0||(i.flags|=1024,Cy())),bt(i),null;case 26:return a=i.memoizedState,o===null?(mn(i),a!==null?(bt(i),Z0(i,a)):(bt(i),i.flags&=-16777217)):a?a!==o.memoizedState?(mn(i),bt(i),Z0(i,a)):(bt(i),i.flags&=-16777217):(o.memoizedProps!==d&&mn(i),bt(i),i.flags&=-16777217),null;case 27:rt(i),a=he.current;var u=i.type;if(o!==null&&i.stateNode!=null)o.memoizedProps!==d&&mn(i);else{if(!d){if(i.stateNode===null)throw Error(n(166));return bt(i),null}o=Q.current,fl(i)?wy(i):(o=Z1(u,d,a),i.stateNode=o,mn(i))}return bt(i),null;case 5:if(rt(i),a=i.type,o!==null&&i.stateNode!=null)o.memoizedProps!==d&&mn(i);else{if(!d){if(i.stateNode===null)throw Error(n(166));return bt(i),null}if(o=Q.current,fl(i))wy(i);else{switch(u=Bc(he.current),o){case 1:o=u.createElementNS("http://www.w3.org/2000/svg",a);break;case 2:o=u.createElementNS("http://www.w3.org/1998/Math/MathML",a);break;default:switch(a){case"svg":o=u.createElementNS("http://www.w3.org/2000/svg",a);break;case"math":o=u.createElementNS("http://www.w3.org/1998/Math/MathML",a);break;case"script":o=u.createElement("div"),o.innerHTML="<script><\/script>",o=o.removeChild(o.firstChild);break;case"select":o=typeof d.is=="string"?u.createElement("select",{is:d.is}):u.createElement("select"),d.multiple?o.multiple=!0:d.size&&(o.size=d.size);break;default:o=typeof d.is=="string"?u.createElement(a,{is:d.is}):u.createElement(a)}}o[pt]=i,o[Wt]=d;e:for(u=i.child;u!==null;){if(u.tag===5||u.tag===6)o.appendChild(u.stateNode);else if(u.tag!==4&&u.tag!==27&&u.child!==null){u.child.return=u,u=u.child;continue}if(u===i)break e;for(;u.sibling===null;){if(u.return===null||u.return===i)break e;u=u.return}u.sibling.return=u.return,u=u.sibling}i.stateNode=o;e:switch(Gt(o,a,d),a){case"button":case"input":case"select":case"textarea":o=!!d.autoFocus;break e;case"img":o=!0;break e;default:o=!1}o&&mn(i)}}return bt(i),i.flags&=-16777217,null;case 6:if(o&&i.stateNode!=null)o.memoizedProps!==d&&mn(i);else{if(typeof d!="string"&&i.stateNode===null)throw Error(n(166));if(o=he.current,fl(i)){if(o=i.stateNode,a=i.memoizedProps,d=null,u=co,u!==null)switch(u.tag){case 27:case 5:d=u.memoizedProps}o[pt]=i,o=!!(o.nodeValue===a||d!==null&&d.suppressHydrationWarning===!0||N1(o.nodeValue,a)),o||Mi(i)}else o=Bc(o).createTextNode(d),o[pt]=i,i.stateNode=o}return bt(i),null;case 13:if(d=i.memoizedState,o===null||o.memoizedState!==null&&o.memoizedState.dehydrated!==null){if(u=fl(i),d!==null&&d.dehydrated!==null){if(o===null){if(!u)throw Error(n(318));if(u=i.memoizedState,u=u!==null?u.dehydrated:null,!u)throw Error(n(317));u[pt]=i}else pl(),(i.flags&128)===0&&(i.memoizedState=null),i.flags|=4;bt(i),u=!1}else u=Cy(),o!==null&&o.memoizedState!==null&&(o.memoizedState.hydrationErrors=u),u=!0;if(!u)return i.flags&256?(un(i),i):(un(i),null)}if(un(i),(i.flags&128)!==0)return i.lanes=a,i;if(a=d!==null,o=o!==null&&o.memoizedState!==null,a){d=i.child,u=null,d.alternate!==null&&d.alternate.memoizedState!==null&&d.alternate.memoizedState.cachePool!==null&&(u=d.alternate.memoizedState.cachePool.pool);var p=null;d.memoizedState!==null&&d.memoizedState.cachePool!==null&&(p=d.memoizedState.cachePool.pool),p!==u&&(d.flags|=2048)}return a!==o&&a&&(i.child.flags|=8192),Cc(i,i.updateQueue),bt(i),null;case 4:return De(),o===null&&Fm(i.stateNode.containerInfo),bt(i),null;case 10:return cn(i.type),bt(i),null;case 19:if(H(Ht),u=i.memoizedState,u===null)return bt(i),null;if(d=(i.flags&128)!==0,p=u.rendering,p===null)if(d)Al(u,!1);else{if(vt!==0||o!==null&&(o.flags&128)!==0)for(o=i.child;o!==null;){if(p=yc(o),p!==null){for(i.flags|=128,Al(u,!1),o=p.updateQueue,i.updateQueue=o,Cc(i,o),i.subtreeFlags=0,o=a,a=i.child;a!==null;)ky(a,o),a=a.sibling;return M(Ht,Ht.current&1|2),i.child}o=o.sibling}u.tail!==null&&st()>Lc&&(i.flags|=128,d=!0,Al(u,!1),i.lanes=4194304)}else{if(!d)if(o=yc(p),o!==null){if(i.flags|=128,d=!0,o=o.updateQueue,i.updateQueue=o,Cc(i,o),Al(u,!0),u.tail===null&&u.tailMode==="hidden"&&!p.alternate&&!Ue)return bt(i),null}else 2*st()-u.renderingStartTime>Lc&&a!==536870912&&(i.flags|=128,d=!0,Al(u,!1),i.lanes=4194304);u.isBackwards?(p.sibling=i.child,i.child=p):(o=u.last,o!==null?o.sibling=p:i.child=p,u.last=p)}return u.tail!==null?(i=u.tail,u.rendering=i,u.tail=i.sibling,u.renderingStartTime=st(),i.sibling=null,o=Ht.current,M(Ht,d?o&1|2:o&1),i):(bt(i),null);case 22:case 23:return un(i),Wb(),d=i.memoizedState!==null,o!==null?o.memoizedState!==null!==d&&(i.flags|=8192):d&&(i.flags|=8192),d?(a&536870912)!==0&&(i.flags&128)===0&&(bt(i),i.subtreeFlags&6&&(i.flags|=8192)):bt(i),a=i.updateQueue,a!==null&&Cc(i,a.retryQueue),a=null,o!==null&&o.memoizedState!==null&&o.memoizedState.cachePool!==null&&(a=o.memoizedState.cachePool.pool),d=null,i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(d=i.memoizedState.cachePool.pool),d!==a&&(i.flags|=2048),o!==null&&H(Ni),null;case 24:return a=null,o!==null&&(a=o.memoizedState.cache),i.memoizedState.cache!==a&&(i.flags|=2048),cn(Bt),bt(i),null;case 25:return null;case 30:return null}throw Error(n(156,i.tag))}function I8(o,i){switch(Rb(i),i.tag){case 1:return o=i.flags,o&65536?(i.flags=o&-65537|128,i):null;case 3:return cn(Bt),De(),o=i.flags,(o&65536)!==0&&(o&128)===0?(i.flags=o&-65537|128,i):null;case 26:case 27:case 5:return rt(i),null;case 13:if(un(i),o=i.memoizedState,o!==null&&o.dehydrated!==null){if(i.alternate===null)throw Error(n(340));pl()}return o=i.flags,o&65536?(i.flags=o&-65537|128,i):null;case 19:return H(Ht),null;case 4:return De(),null;case 10:return cn(i.type),null;case 22:case 23:return un(i),Wb(),o!==null&&H(Ni),o=i.flags,o&65536?(i.flags=o&-65537|128,i):null;case 24:return cn(Bt),null;case 25:return null;default:return null}}function W0(o,i){switch(Rb(i),i.tag){case 3:cn(Bt),De();break;case 26:case 27:case 5:rt(i);break;case 4:De();break;case 13:un(i);break;case 19:H(Ht);break;case 10:cn(i.type);break;case 22:case 23:un(i),Wb(),o!==null&&H(Ni);break;case 24:cn(Bt)}}function Rl(o,i){try{var a=i.updateQueue,d=a!==null?a.lastEffect:null;if(d!==null){var u=d.next;a=u;do{if((a.tag&o)===o){d=void 0;var p=a.create,k=a.inst;d=p(),k.destroy=d}a=a.next}while(a!==u)}}catch(S){nt(i,i.return,S)}}function Fn(o,i,a){try{var d=i.updateQueue,u=d!==null?d.lastEffect:null;if(u!==null){var p=u.next;d=p;do{if((d.tag&o)===o){var k=d.inst,S=k.destroy;if(S!==void 0){k.destroy=void 0,u=i;var $=a,j=S;try{j()}catch(G){nt(u,$,G)}}}d=d.next}while(d!==p)}}catch(G){nt(i,i.return,G)}}function Y0(o){var i=o.updateQueue;if(i!==null){var a=o.stateNode;try{Dy(i,a)}catch(d){nt(o,o.return,d)}}}function X0(o,i,a){a.props=Vi(o.type,o.memoizedProps),a.state=o.memoizedState;try{a.componentWillUnmount()}catch(d){nt(o,i,d)}}function Il(o,i){try{var a=o.ref;if(a!==null){switch(o.tag){case 26:case 27:case 5:var d=o.stateNode;break;case 30:d=o.stateNode;break;default:d=o.stateNode}typeof a=="function"?o.refCleanup=a(d):a.current=d}}catch(u){nt(o,i,u)}}function Hr(o,i){var a=o.ref,d=o.refCleanup;if(a!==null)if(typeof d=="function")try{d()}catch(u){nt(o,i,u)}finally{o.refCleanup=null,o=o.alternate,o!=null&&(o.refCleanup=null)}else if(typeof a=="function")try{a(null)}catch(u){nt(o,i,u)}else a.current=null}function G0(o){var i=o.type,a=o.memoizedProps,d=o.stateNode;try{e:switch(i){case"button":case"input":case"select":case"textarea":a.autoFocus&&d.focus();break e;case"img":a.src?d.src=a.src:a.srcSet&&(d.srcset=a.srcSet)}}catch(u){nt(o,o.return,u)}}function xm(o,i,a){try{var d=o.stateNode;t9(d,o.type,a,i),d[Wt]=i}catch(u){nt(o,o.return,u)}}function Q0(o){return o.tag===5||o.tag===3||o.tag===26||o.tag===27&&Jn(o.type)||o.tag===4}function wm(o){e:for(;;){for(;o.sibling===null;){if(o.return===null||Q0(o.return))return null;o=o.return}for(o.sibling.return=o.return,o=o.sibling;o.tag!==5&&o.tag!==6&&o.tag!==18;){if(o.tag===27&&Jn(o.type)||o.flags&2||o.child===null||o.tag===4)continue e;o.child.return=o,o=o.child}if(!(o.flags&2))return o.stateNode}}function Sm(o,i,a){var d=o.tag;if(d===5||d===6)o=o.stateNode,i?(a.nodeType===9?a.body:a.nodeName==="HTML"?a.ownerDocument.body:a).insertBefore(o,i):(i=a.nodeType===9?a.body:a.nodeName==="HTML"?a.ownerDocument.body:a,i.appendChild(o),a=a._reactRootContainer,a!=null||i.onclick!==null||(i.onclick=Mc));else if(d!==4&&(d===27&&Jn(o.type)&&(a=o.stateNode,i=null),o=o.child,o!==null))for(Sm(o,i,a),o=o.sibling;o!==null;)Sm(o,i,a),o=o.sibling}function Ec(o,i,a){var d=o.tag;if(d===5||d===6)o=o.stateNode,i?a.insertBefore(o,i):a.appendChild(o);else if(d!==4&&(d===27&&Jn(o.type)&&(a=o.stateNode),o=o.child,o!==null))for(Ec(o,i,a),o=o.sibling;o!==null;)Ec(o,i,a),o=o.sibling}function K0(o){var i=o.stateNode,a=o.memoizedProps;try{for(var d=o.type,u=i.attributes;u.length;)i.removeAttributeNode(u[0]);Gt(i,d,a),i[pt]=o,i[Wt]=a}catch(p){nt(o,o.return,p)}}var fn=!1,Tt=!1,Cm=!1,J0=typeof WeakSet=="function"?WeakSet:Set,Ut=null;function D8(o,i){if(o=o.containerInfo,Ym=Uc,o=cy(o),wb(o)){if("selectionStart"in o)var a={start:o.selectionStart,end:o.selectionEnd};else e:{a=(a=o.ownerDocument)&&a.defaultView||window;var d=a.getSelection&&a.getSelection();if(d&&d.rangeCount!==0){a=d.anchorNode;var u=d.anchorOffset,p=d.focusNode;d=d.focusOffset;try{a.nodeType,p.nodeType}catch(xe){a=null;break e}var k=0,S=-1,$=-1,j=0,G=0,oe=o,U=null;t:for(;;){for(var F;oe!==a||u!==0&&oe.nodeType!==3||(S=k+u),oe!==p||d!==0&&oe.nodeType!==3||($=k+d),oe.nodeType===3&&(k+=oe.nodeValue.length),(F=oe.firstChild)!==null;)U=oe,oe=F;for(;;){if(oe===o)break t;if(U===a&&++j===u&&(S=k),U===p&&++G===d&&($=k),(F=oe.nextSibling)!==null)break;oe=U,U=oe.parentNode}oe=F}a=S===-1||$===-1?null:{start:S,end:$}}else a=null}a=a||{start:0,end:0}}else a=null;for(Xm={focusedElem:o,selectionRange:a},Uc=!1,Ut=i;Ut!==null;)if(i=Ut,o=i.child,(i.subtreeFlags&1024)!==0&&o!==null)o.return=i,Ut=o;else for(;Ut!==null;){switch(i=Ut,p=i.alternate,o=i.flags,i.tag){case 0:break;case 11:case 15:break;case 1:if((o&1024)!==0&&p!==null){o=void 0,a=i,u=p.memoizedProps,p=p.memoizedState,d=a.stateNode;try{var Se=Vi(a.type,u,a.elementType===a.type);o=d.getSnapshotBeforeUpdate(Se,p),d.__reactInternalSnapshotBeforeUpdate=o}catch(xe){nt(a,a.return,xe)}}break;case 3:if((o&1024)!==0){if(o=i.stateNode.containerInfo,a=o.nodeType,a===9)Km(o);else if(a===1)switch(o.nodeName){case"HEAD":case"HTML":case"BODY":Km(o);break;default:o.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if((o&1024)!==0)throw Error(n(163))}if(o=i.sibling,o!==null){o.return=i.return,Ut=o;break}Ut=i.return}}function e1(o,i,a){var d=a.flags;switch(a.tag){case 0:case 11:case 15:Zn(o,a),d&4&&Rl(5,a);break;case 1:if(Zn(o,a),d&4)if(o=a.stateNode,i===null)try{o.componentDidMount()}catch(k){nt(a,a.return,k)}else{var u=Vi(a.type,i.memoizedProps);i=i.memoizedState;try{o.componentDidUpdate(u,i,o.__reactInternalSnapshotBeforeUpdate)}catch(k){nt(a,a.return,k)}}d&64&&Y0(a),d&512&&Il(a,a.return);break;case 3:if(Zn(o,a),d&64&&(o=a.updateQueue,o!==null)){if(i=null,a.child!==null)switch(a.child.tag){case 27:case 5:i=a.child.stateNode;break;case 1:i=a.child.stateNode}try{Dy(o,i)}catch(k){nt(a,a.return,k)}}break;case 27:i===null&&d&4&&K0(a);case 26:case 5:Zn(o,a),i===null&&d&4&&G0(a),d&512&&Il(a,a.return);break;case 12:Zn(o,a);break;case 13:Zn(o,a),d&4&&r1(o,a),d&64&&(o=a.memoizedState,o!==null&&(o=o.dehydrated,o!==null&&(a=q8.bind(null,a),l9(o,a))));break;case 22:if(d=a.memoizedState!==null||fn,!d){i=i!==null&&i.memoizedState!==null||Tt,u=fn;var p=Tt;fn=d,(Tt=i)&&!p?Wn(o,a,(a.subtreeFlags&8772)!==0):Zn(o,a),fn=u,Tt=p}break;case 30:break;default:Zn(o,a)}}function t1(o){var i=o.alternate;i!==null&&(o.alternate=null,t1(i)),o.child=null,o.deletions=null,o.sibling=null,o.tag===5&&(i=o.stateNode,i!==null&&il(i)),o.stateNode=null,o.return=null,o.dependencies=null,o.memoizedProps=null,o.memoizedState=null,o.pendingProps=null,o.stateNode=null,o.updateQueue=null}var ct=null,So=!1;function pn(o,i,a){for(a=a.child;a!==null;)o1(o,i,a),a=a.sibling}function o1(o,i,a){if($t&&typeof $t.onCommitFiberUnmount=="function")try{$t.onCommitFiberUnmount(ko,a)}catch(p){}switch(a.tag){case 26:Tt||Hr(a,i),pn(o,i,a),a.memoizedState?a.memoizedState.count--:a.stateNode&&(a=a.stateNode,a.parentNode.removeChild(a));break;case 27:Tt||Hr(a,i);var d=ct,u=So;Jn(a.type)&&(ct=a.stateNode,So=!1),pn(o,i,a),Ul(a.stateNode),ct=d,So=u;break;case 5:Tt||Hr(a,i);case 6:if(d=ct,u=So,ct=null,pn(o,i,a),ct=d,So=u,ct!==null)if(So)try{(ct.nodeType===9?ct.body:ct.nodeName==="HTML"?ct.ownerDocument.body:ct).removeChild(a.stateNode)}catch(p){nt(a,i,p)}else try{ct.removeChild(a.stateNode)}catch(p){nt(a,i,p)}break;case 18:ct!==null&&(So?(o=ct,q1(o.nodeType===9?o.body:o.nodeName==="HTML"?o.ownerDocument.body:o,a.stateNode),Ql(o)):q1(ct,a.stateNode));break;case 4:d=ct,u=So,ct=a.stateNode.containerInfo,So=!0,pn(o,i,a),ct=d,So=u;break;case 0:case 11:case 14:case 15:Tt||Fn(2,a,i),Tt||Fn(4,a,i),pn(o,i,a);break;case 1:Tt||(Hr(a,i),d=a.stateNode,typeof d.componentWillUnmount=="function"&&X0(a,i,d)),pn(o,i,a);break;case 21:pn(o,i,a);break;case 22:Tt=(d=Tt)||a.memoizedState!==null,pn(o,i,a),Tt=d;break;default:pn(o,i,a)}}function r1(o,i){if(i.memoizedState===null&&(o=i.alternate,o!==null&&(o=o.memoizedState,o!==null&&(o=o.dehydrated,o!==null))))try{Ql(o)}catch(a){nt(i,i.return,a)}}function M8(o){switch(o.tag){case 13:case 19:var i=o.stateNode;return i===null&&(i=o.stateNode=new J0),i;case 22:return o=o.stateNode,i=o._retryCache,i===null&&(i=o._retryCache=new J0),i;default:throw Error(n(435,o.tag))}}function Em(o,i){var a=M8(o);i.forEach(function(d){var u=F8.bind(null,o,d);a.has(d)||(a.add(d),d.then(u,u))})}function Bo(o,i){var a=i.deletions;if(a!==null)for(var d=0;d<a.length;d++){var u=a[d],p=o,k=i,S=k;e:for(;S!==null;){switch(S.tag){case 27:if(Jn(S.type)){ct=S.stateNode,So=!1;break e}break;case 5:ct=S.stateNode,So=!1;break e;case 3:case 4:ct=S.stateNode.containerInfo,So=!0;break e}S=S.return}if(ct===null)throw Error(n(160));o1(p,k,u),ct=null,So=!1,p=u.alternate,p!==null&&(p.return=null),u.return=null}if(i.subtreeFlags&13878)for(i=i.child;i!==null;)n1(i,o),i=i.sibling}var gr=null;function n1(o,i){var a=o.alternate,d=o.flags;switch(o.tag){case 0:case 11:case 14:case 15:Bo(i,o),Ho(o),d&4&&(Fn(3,o,o.return),Rl(3,o),Fn(5,o,o.return));break;case 1:Bo(i,o),Ho(o),d&512&&(Tt||a===null||Hr(a,a.return)),d&64&&fn&&(o=o.updateQueue,o!==null&&(d=o.callbacks,d!==null&&(a=o.shared.hiddenCallbacks,o.shared.hiddenCallbacks=a===null?d:a.concat(d))));break;case 26:var u=gr;if(Bo(i,o),Ho(o),d&512&&(Tt||a===null||Hr(a,a.return)),d&4){var p=a!==null?a.memoizedState:null;if(d=o.memoizedState,a===null)if(d===null)if(o.stateNode===null){e:{d=o.type,a=o.memoizedProps,u=u.ownerDocument||u;t:switch(d){case"title":p=u.getElementsByTagName("title")[0],(!p||p[$i]||p[pt]||p.namespaceURI==="http://www.w3.org/2000/svg"||p.hasAttribute("itemprop"))&&(p=u.createElement(d),u.head.insertBefore(p,u.querySelector("head > title"))),Gt(p,d,a),p[pt]=o,Ct(p),d=p;break e;case"link":var k=K1("link","href",u).get(d+(a.href||""));if(k){for(var S=0;S<k.length;S++)if(p=k[S],p.getAttribute("href")===(a.href==null||a.href===""?null:a.href)&&p.getAttribute("rel")===(a.rel==null?null:a.rel)&&p.getAttribute("title")===(a.title==null?null:a.title)&&p.getAttribute("crossorigin")===(a.crossOrigin==null?null:a.crossOrigin)){k.splice(S,1);break t}}p=u.createElement(d),Gt(p,d,a),u.head.appendChild(p);break;case"meta":if(k=K1("meta","content",u).get(d+(a.content||""))){for(S=0;S<k.length;S++)if(p=k[S],p.getAttribute("content")===(a.content==null?null:""+a.content)&&p.getAttribute("name")===(a.name==null?null:a.name)&&p.getAttribute("property")===(a.property==null?null:a.property)&&p.getAttribute("http-equiv")===(a.httpEquiv==null?null:a.httpEquiv)&&p.getAttribute("charset")===(a.charSet==null?null:a.charSet)){k.splice(S,1);break t}}p=u.createElement(d),Gt(p,d,a),u.head.appendChild(p);break;default:throw Error(n(468,d))}p[pt]=o,Ct(p),d=p}o.stateNode=d}else J1(u,o.type,o.stateNode);else o.stateNode=Q1(u,d,o.memoizedProps);else p!==d?(p===null?a.stateNode!==null&&(a=a.stateNode,a.parentNode.removeChild(a)):p.count--,d===null?J1(u,o.type,o.stateNode):Q1(u,d,o.memoizedProps)):d===null&&o.stateNode!==null&&xm(o,o.memoizedProps,a.memoizedProps)}break;case 27:Bo(i,o),Ho(o),d&512&&(Tt||a===null||Hr(a,a.return)),a!==null&&d&4&&xm(o,o.memoizedProps,a.memoizedProps);break;case 5:if(Bo(i,o),Ho(o),d&512&&(Tt||a===null||Hr(a,a.return)),o.flags&32){u=o.stateNode;try{ya(u,"")}catch(F){nt(o,o.return,F)}}d&4&&o.stateNode!=null&&(u=o.memoizedProps,xm(o,u,a!==null?a.memoizedProps:u)),d&1024&&(Cm=!0);break;case 6:if(Bo(i,o),Ho(o),d&4){if(o.stateNode===null)throw Error(n(162));d=o.memoizedProps,a=o.stateNode;try{a.nodeValue=d}catch(F){nt(o,o.return,F)}}break;case 3:if(jc=null,u=gr,gr=Hc(i.containerInfo),Bo(i,o),gr=u,Ho(o),d&4&&a!==null&&a.memoizedState.isDehydrated)try{Ql(i.containerInfo)}catch(F){nt(o,o.return,F)}Cm&&(Cm=!1,i1(o));break;case 4:d=gr,gr=Hc(o.stateNode.containerInfo),Bo(i,o),Ho(o),gr=d;break;case 12:Bo(i,o),Ho(o);break;case 13:Bo(i,o),Ho(o),o.child.flags&8192&&o.memoizedState!==null!=(a!==null&&a.memoizedState!==null)&&(zm=st()),d&4&&(d=o.updateQueue,d!==null&&(o.updateQueue=null,Em(o,d)));break;case 22:u=o.memoizedState!==null;var $=a!==null&&a.memoizedState!==null,j=fn,G=Tt;if(fn=j||u,Tt=G||$,Bo(i,o),Tt=G,fn=j,Ho(o),d&8192)e:for(i=o.stateNode,i._visibility=u?i._visibility&-2:i._visibility|1,u&&(a===null||$||fn||Tt||Pi(o)),a=null,i=o;;){if(i.tag===5||i.tag===26){if(a===null){$=a=i;try{if(p=$.stateNode,u)k=p.style,typeof k.setProperty=="function"?k.setProperty("display","none","important"):k.display="none";else{S=$.stateNode;var oe=$.memoizedProps.style,U=oe!=null&&oe.hasOwnProperty("display")?oe.display:null;S.style.display=U==null||typeof U=="boolean"?"":(""+U).trim()}}catch(F){nt($,$.return,F)}}}else if(i.tag===6){if(a===null){$=i;try{$.stateNode.nodeValue=u?"":$.memoizedProps}catch(F){nt($,$.return,F)}}}else if((i.tag!==22&&i.tag!==23||i.memoizedState===null||i===o)&&i.child!==null){i.child.return=i,i=i.child;continue}if(i===o)break e;for(;i.sibling===null;){if(i.return===null||i.return===o)break e;a===i&&(a=null),i=i.return}a===i&&(a=null),i.sibling.return=i.return,i=i.sibling}d&4&&(d=o.updateQueue,d!==null&&(a=d.retryQueue,a!==null&&(d.retryQueue=null,Em(o,a))));break;case 19:Bo(i,o),Ho(o),d&4&&(d=o.updateQueue,d!==null&&(o.updateQueue=null,Em(o,d)));break;case 30:break;case 21:break;default:Bo(i,o),Ho(o)}}function Ho(o){var i=o.flags;if(i&2){try{for(var a,d=o.return;d!==null;){if(Q0(d)){a=d;break}d=d.return}if(a==null)throw Error(n(160));switch(a.tag){case 27:var u=a.stateNode,p=wm(o);Ec(o,p,u);break;case 5:var k=a.stateNode;a.flags&32&&(ya(k,""),a.flags&=-33);var S=wm(o);Ec(o,S,k);break;case 3:case 4:var $=a.stateNode.containerInfo,j=wm(o);Sm(o,j,$);break;default:throw Error(n(161))}}catch(G){nt(o,o.return,G)}o.flags&=-3}i&4096&&(o.flags&=-4097)}function i1(o){if(o.subtreeFlags&1024)for(o=o.child;o!==null;){var i=o;i1(i),i.tag===5&&i.flags&1024&&i.stateNode.reset(),o=o.sibling}}function Zn(o,i){if(i.subtreeFlags&8772)for(i=i.child;i!==null;)e1(o,i.alternate,i),i=i.sibling}function Pi(o){for(o=o.child;o!==null;){var i=o;switch(i.tag){case 0:case 11:case 14:case 15:Fn(4,i,i.return),Pi(i);break;case 1:Hr(i,i.return);var a=i.stateNode;typeof a.componentWillUnmount=="function"&&X0(i,i.return,a),Pi(i);break;case 27:Ul(i.stateNode);case 26:case 5:Hr(i,i.return),Pi(i);break;case 22:i.memoizedState===null&&Pi(i);break;case 30:Pi(i);break;default:Pi(i)}o=o.sibling}}function Wn(o,i,a){for(a=a&&(i.subtreeFlags&8772)!==0,i=i.child;i!==null;){var d=i.alternate,u=o,p=i,k=p.flags;switch(p.tag){case 0:case 11:case 15:Wn(u,p,a),Rl(4,p);break;case 1:if(Wn(u,p,a),d=p,u=d.stateNode,typeof u.componentDidMount=="function")try{u.componentDidMount()}catch(j){nt(d,d.return,j)}if(d=p,u=d.updateQueue,u!==null){var S=d.stateNode;try{var $=u.shared.hiddenCallbacks;if($!==null)for(u.shared.hiddenCallbacks=null,u=0;u<$.length;u++)Iy($[u],S)}catch(j){nt(d,d.return,j)}}a&&k&64&&Y0(p),Il(p,p.return);break;case 27:K0(p);case 26:case 5:Wn(u,p,a),a&&d===null&&k&4&&G0(p),Il(p,p.return);break;case 12:Wn(u,p,a);break;case 13:Wn(u,p,a),a&&k&4&&r1(u,p);break;case 22:p.memoizedState===null&&Wn(u,p,a),Il(p,p.return);break;case 30:break;default:Wn(u,p,a)}i=i.sibling}}function Tm(o,i){var a=null;o!==null&&o.memoizedState!==null&&o.memoizedState.cachePool!==null&&(a=o.memoizedState.cachePool.pool),o=null,i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(o=i.memoizedState.cachePool.pool),o!==a&&(o!=null&&o.refCount++,a!=null&&yl(a))}function Lm(o,i){o=null,i.alternate!==null&&(o=i.alternate.memoizedState.cache),i=i.memoizedState.cache,i!==o&&(i.refCount++,o!=null&&yl(o))}function Nr(o,i,a,d){if(i.subtreeFlags&10256)for(i=i.child;i!==null;)a1(o,i,a,d),i=i.sibling}function a1(o,i,a,d){var u=i.flags;switch(i.tag){case 0:case 11:case 15:Nr(o,i,a,d),u&2048&&Rl(9,i);break;case 1:Nr(o,i,a,d);break;case 3:Nr(o,i,a,d),u&2048&&(o=null,i.alternate!==null&&(o=i.alternate.memoizedState.cache),i=i.memoizedState.cache,i!==o&&(i.refCount++,o!=null&&yl(o)));break;case 12:if(u&2048){Nr(o,i,a,d),o=i.stateNode;try{var p=i.memoizedProps,k=p.id,S=p.onPostCommit;typeof S=="function"&&S(k,i.alternate===null?"mount":"update",o.passiveEffectDuration,-0)}catch($){nt(i,i.return,$)}}else Nr(o,i,a,d);break;case 13:Nr(o,i,a,d);break;case 23:break;case 22:p=i.stateNode,k=i.alternate,i.memoizedState!==null?p._visibility&2?Nr(o,i,a,d):Dl(o,i):p._visibility&2?Nr(o,i,a,d):(p._visibility|=2,Ha(o,i,a,d,(i.subtreeFlags&10256)!==0)),u&2048&&Tm(k,i);break;case 24:Nr(o,i,a,d),u&2048&&Lm(i.alternate,i);break;default:Nr(o,i,a,d)}}function Ha(o,i,a,d,u){for(u=u&&(i.subtreeFlags&10256)!==0,i=i.child;i!==null;){var p=o,k=i,S=a,$=d,j=k.flags;switch(k.tag){case 0:case 11:case 15:Ha(p,k,S,$,u),Rl(8,k);break;case 23:break;case 22:var G=k.stateNode;k.memoizedState!==null?G._visibility&2?Ha(p,k,S,$,u):Dl(p,k):(G._visibility|=2,Ha(p,k,S,$,u)),u&&j&2048&&Tm(k.alternate,k);break;case 24:Ha(p,k,S,$,u),u&&j&2048&&Lm(k.alternate,k);break;default:Ha(p,k,S,$,u)}i=i.sibling}}function Dl(o,i){if(i.subtreeFlags&10256)for(i=i.child;i!==null;){var a=o,d=i,u=d.flags;switch(d.tag){case 22:Dl(a,d),u&2048&&Tm(d.alternate,d);break;case 24:Dl(a,d),u&2048&&Lm(d.alternate,d);break;default:Dl(a,d)}i=i.sibling}}var Ml=8192;function Na(o){if(o.subtreeFlags&Ml)for(o=o.child;o!==null;)s1(o),o=o.sibling}function s1(o){switch(o.tag){case 26:Na(o),o.flags&Ml&&o.memoizedState!==null&&x9(gr,o.memoizedState,o.memoizedProps);break;case 5:Na(o);break;case 3:case 4:var i=gr;gr=Hc(o.stateNode.containerInfo),Na(o),gr=i;break;case 22:o.memoizedState===null&&(i=o.alternate,i!==null&&i.memoizedState!==null?(i=Ml,Ml=16777216,Na(o),Ml=i):Na(o));break;default:Na(o)}}function l1(o){var i=o.alternate;if(i!==null&&(o=i.child,o!==null)){i.child=null;do i=o.sibling,o.sibling=null,o=i;while(o!==null)}}function Bl(o){var i=o.deletions;if((o.flags&16)!==0){if(i!==null)for(var a=0;a<i.length;a++){var d=i[a];Ut=d,c1(d,o)}l1(o)}if(o.subtreeFlags&10256)for(o=o.child;o!==null;)d1(o),o=o.sibling}function d1(o){switch(o.tag){case 0:case 11:case 15:Bl(o),o.flags&2048&&Fn(9,o,o.return);break;case 3:Bl(o);break;case 12:Bl(o);break;case 22:var i=o.stateNode;o.memoizedState!==null&&i._visibility&2&&(o.return===null||o.return.tag!==13)?(i._visibility&=-3,Tc(o)):Bl(o);break;default:Bl(o)}}function Tc(o){var i=o.deletions;if((o.flags&16)!==0){if(i!==null)for(var a=0;a<i.length;a++){var d=i[a];Ut=d,c1(d,o)}l1(o)}for(o=o.child;o!==null;){switch(i=o,i.tag){case 0:case 11:case 15:Fn(8,i,i.return),Tc(i);break;case 22:a=i.stateNode,a._visibility&2&&(a._visibility&=-3,Tc(i));break;default:Tc(i)}o=o.sibling}}function c1(o,i){for(;Ut!==null;){var a=Ut;switch(a.tag){case 0:case 11:case 15:Fn(8,a,i);break;case 23:case 22:if(a.memoizedState!==null&&a.memoizedState.cachePool!==null){var d=a.memoizedState.cachePool.pool;d!=null&&d.refCount++}break;case 24:yl(a.memoizedState.cache)}if(d=a.child,d!==null)d.return=a,Ut=d;else e:for(a=o;Ut!==null;){d=Ut;var u=d.sibling,p=d.return;if(t1(d),d===a){Ut=null;break e}if(u!==null){u.return=p,Ut=u;break e}Ut=p}}}var B8={getCacheForType:function(o){var i=to(Bt),a=i.data.get(o);return a===void 0&&(a=o(),i.data.set(o,a)),a}},H8=typeof WeakMap=="function"?WeakMap:Map,Ye=0,it=null,Re=null,Be=0,Xe=0,No=null,Yn=!1,ja=!1,$m=!1,gn=0,vt=0,Xn=0,Ui=0,_m=0,or=0,Va=0,Hl=null,Co=null,Om=!1,zm=0,Lc=1/0,$c=null,Gn=null,Xt=0,Qn=null,Pa=null,Ua=0,Am=0,Rm=null,h1=null,Nl=0,Im=null;function jo(){if((Ye&2)!==0&&Be!==0)return Be&-Be;if(D.T!==null){var o=Oa;return o!==0?o:Vm()}return Li()}function u1(){or===0&&(or=(Be&536870912)===0||Ue?Js():536870912);var o=tr.current;return o!==null&&(o.flags|=32),or}function Vo(o,i,a){(o===it&&(Xe===2||Xe===9)||o.cancelPendingCommit!==null)&&(qa(o,0),Kn(o,Be,or,!1)),Ti(o,a),((Ye&2)===0||o!==it)&&(o===it&&((Ye&2)===0&&(Ui|=a),vt===4&&Kn(o,Be,or,!1)),jr(o))}function b1(o,i,a){if((Ye&6)!==0)throw Error(n(327));var d=!a&&(i&124)===0&&(i&o.expiredLanes)===0||Me(o,i),u=d?V8(o,i):Bm(o,i,!0),p=d;do{if(u===0){ja&&!d&&Kn(o,i,0,!1);break}else{if(a=o.current.alternate,p&&!N8(a)){u=Bm(o,i,!1),p=!1;continue}if(u===2){if(p=i,o.errorRecoveryDisabledLanes&p)var k=0;else k=o.pendingLanes&-536870913,k=k!==0?k:k&536870912?536870912:0;if(k!==0){i=k;e:{var S=o;u=Hl;var $=S.current.memoizedState.isDehydrated;if($&&(qa(S,k).flags|=256),k=Bm(S,k,!1),k!==2){if($m&&!$){S.errorRecoveryDisabledLanes|=p,Ui|=p,u=4;break e}p=Co,Co=u,p!==null&&(Co===null?Co=p:Co.push.apply(Co,p))}u=k}if(p=!1,u!==2)continue}}if(u===1){qa(o,0),Kn(o,i,0,!0);break}e:{switch(d=o,p=u,p){case 0:case 1:throw Error(n(345));case 4:if((i&4194048)!==i)break;case 6:Kn(d,i,or,!Yn);break e;case 2:Co=null;break;case 3:case 5:break;default:throw Error(n(329))}if((i&62914560)===i&&(u=zm+300-st(),10<u)){if(Kn(d,i,or,!Yn),mr(d,0,!0)!==0)break e;d.timeoutHandle=P1(m1.bind(null,d,a,Co,$c,Om,i,or,Ui,Va,Yn,p,2,-0,0),u);break e}m1(d,a,Co,$c,Om,i,or,Ui,Va,Yn,p,0,-0,0)}}break}while(!0);jr(o)}function m1(o,i,a,d,u,p,k,S,$,j,G,oe,U,F){if(o.timeoutHandle=-1,oe=i.subtreeFlags,(oe&8192||(oe&16785408)===16785408)&&(Zl={stylesheets:null,count:0,unsuspend:k9},s1(i),oe=w9(),oe!==null)){o.cancelPendingCommit=oe(x1.bind(null,o,i,p,a,d,u,k,S,$,G,1,U,F)),Kn(o,p,k,!j);return}x1(o,i,p,a,d,u,k,S,$)}function N8(o){for(var i=o;;){var a=i.tag;if((a===0||a===11||a===15)&&i.flags&16384&&(a=i.updateQueue,a!==null&&(a=a.stores,a!==null)))for(var d=0;d<a.length;d++){var u=a[d],p=u.getSnapshot;u=u.value;try{if(!Do(p(),u))return!1}catch(k){return!1}}if(a=i.child,i.subtreeFlags&16384&&a!==null)a.return=i,i=a;else{if(i===o)break;for(;i.sibling===null;){if(i.return===null||i.return===o)return!0;i=i.return}i.sibling.return=i.return,i=i.sibling}}return!0}function Kn(o,i,a,d){i&=~_m,i&=~Ui,o.suspendedLanes|=i,o.pingedLanes&=~i,d&&(o.warmLanes|=i),d=o.expirationTimes;for(var u=i;0<u;){var p=31-St(u),k=1<<p;d[p]=-1,u&=~k}a!==0&&Nd(o,a,i)}function _c(){return(Ye&6)===0?(jl(0),!1):!0}function Dm(){if(Re!==null){if(Xe===0)var o=Re.return;else o=Re,dn=Bi=null,Kb(o),Ma=null,Ol=0,o=Re;for(;o!==null;)W0(o.alternate,o),o=o.return;Re=null}}function qa(o,i){var a=o.timeoutHandle;a!==-1&&(o.timeoutHandle=-1,r9(a)),a=o.cancelPendingCommit,a!==null&&(o.cancelPendingCommit=null,a()),Dm(),it=o,Re=a=an(o.current,null),Be=i,Xe=0,No=null,Yn=!1,ja=Me(o,i),$m=!1,Va=or=_m=Ui=Xn=vt=0,Co=Hl=null,Om=!1,(i&8)!==0&&(i|=i&32);var d=o.entangledLanes;if(d!==0)for(o=o.entanglements,d&=i;0<d;){var u=31-St(d),p=1<<u;i|=o[u],d&=~p}return gn=i,Qd(),a}function f1(o,i){Oe=null,D.H=pc,i===xl||i===ac?(i=Ay(),Xe=3):i===_y?(i=Ay(),Xe=4):Xe=i===R0?8:i!==null&&typeof i=="object"&&typeof i.then=="function"?6:1,No=i,Re===null&&(vt=1,xc(o,Qo(i,o.current)))}function p1(){var o=D.H;return D.H=pc,o===null?pc:o}function g1(){var o=D.A;return D.A=B8,o}function Mm(){vt=4,Yn||(Be&4194048)!==Be&&tr.current!==null||(ja=!0),(Xn&134217727)===0&&(Ui&134217727)===0||it===null||Kn(it,Be,or,!1)}function Bm(o,i,a){var d=Ye;Ye|=2;var u=p1(),p=g1();(it!==o||Be!==i)&&($c=null,qa(o,i)),i=!1;var k=vt;e:do try{if(Xe!==0&&Re!==null){var S=Re,$=No;switch(Xe){case 8:Dm(),k=6;break e;case 3:case 2:case 9:case 6:tr.current===null&&(i=!0);var j=Xe;if(Xe=0,No=null,Fa(o,S,$,j),a&&ja){k=0;break e}break;default:j=Xe,Xe=0,No=null,Fa(o,S,$,j)}}j8(),k=vt;break}catch(G){f1(o,G)}while(!0);return i&&o.shellSuspendCounter++,dn=Bi=null,Ye=d,D.H=u,D.A=p,Re===null&&(it=null,Be=0,Qd()),k}function j8(){for(;Re!==null;)v1(Re)}function V8(o,i){var a=Ye;Ye|=2;var d=p1(),u=g1();it!==o||Be!==i?($c=null,Lc=st()+500,qa(o,i)):ja=Me(o,i);e:do try{if(Xe!==0&&Re!==null){i=Re;var p=No;t:switch(Xe){case 1:Xe=0,No=null,Fa(o,i,p,1);break;case 2:case 9:if(Oy(p)){Xe=0,No=null,y1(i);break}i=function(){Xe!==2&&Xe!==9||it!==o||(Xe=7),jr(o)},p.then(i,i);break e;case 3:Xe=7;break e;case 4:Xe=5;break e;case 7:Oy(p)?(Xe=0,No=null,y1(i)):(Xe=0,No=null,Fa(o,i,p,7));break;case 5:var k=null;switch(Re.tag){case 26:k=Re.memoizedState;case 5:case 27:var S=Re;if(!k||e3(k)){Xe=0,No=null;var $=S.sibling;if($!==null)Re=$;else{var j=S.return;j!==null?(Re=j,Oc(j)):Re=null}break t}}Xe=0,No=null,Fa(o,i,p,5);break;case 6:Xe=0,No=null,Fa(o,i,p,6);break;case 8:Dm(),vt=6;break e;default:throw Error(n(462))}}P8();break}catch(G){f1(o,G)}while(!0);return dn=Bi=null,D.H=d,D.A=u,Ye=a,Re!==null?0:(it=null,Be=0,Qd(),vt)}function P8(){for(;Re!==null&&!Zt();)v1(Re)}function v1(o){var i=F0(o.alternate,o,gn);o.memoizedProps=o.pendingProps,i===null?Oc(o):Re=i}function y1(o){var i=o,a=i.alternate;switch(i.tag){case 15:case 0:i=N0(a,i,i.pendingProps,i.type,void 0,Be);break;case 11:i=N0(a,i,i.pendingProps,i.type.render,i.ref,Be);break;case 5:Kb(i);default:W0(a,i),i=Re=ky(i,gn),i=F0(a,i,gn)}o.memoizedProps=o.pendingProps,i===null?Oc(o):Re=i}function Fa(o,i,a,d){dn=Bi=null,Kb(i),Ma=null,Ol=0;var u=i.return;try{if(z8(o,u,i,a,Be)){vt=1,xc(o,Qo(a,o.current)),Re=null;return}}catch(p){if(u!==null)throw Re=u,p;vt=1,xc(o,Qo(a,o.current)),Re=null;return}i.flags&32768?(Ue||d===1?o=!0:ja||(Be&536870912)!==0?o=!1:(Yn=o=!0,(d===2||d===9||d===3||d===6)&&(d=tr.current,d!==null&&d.tag===13&&(d.flags|=16384))),k1(i,o)):Oc(i)}function Oc(o){var i=o;do{if((i.flags&32768)!==0){k1(i,Yn);return}o=i.return;var a=R8(i.alternate,i,gn);if(a!==null){Re=a;return}if(i=i.sibling,i!==null){Re=i;return}Re=i=o}while(i!==null);vt===0&&(vt=5)}function k1(o,i){do{var a=I8(o.alternate,o);if(a!==null){a.flags&=32767,Re=a;return}if(a=o.return,a!==null&&(a.flags|=32768,a.subtreeFlags=0,a.deletions=null),!i&&(o=o.sibling,o!==null)){Re=o;return}Re=o=a}while(o!==null);vt=6,Re=null}function x1(o,i,a,d,u,p,k,S,$){o.cancelPendingCommit=null;do zc();while(Xt!==0);if((Ye&6)!==0)throw Error(n(327));if(i!==null){if(i===o.current)throw Error(n(177));if(p=i.lanes|i.childLanes,p|=Lb,Ku(o,a,p,k,S,$),o===it&&(Re=it=null,Be=0),Pa=i,Qn=o,Ua=a,Am=p,Rm=u,h1=d,(i.subtreeFlags&10256)!==0||(i.flags&10256)!==0?(o.callbackNode=null,o.callbackPriority=0,Z8(vo,function(){return T1(),null})):(o.callbackNode=null,o.callbackPriority=0),d=(i.flags&13878)!==0,(i.subtreeFlags&13878)!==0||d){d=D.T,D.T=null,u=ee.p,ee.p=2,k=Ye,Ye|=4;try{D8(o,i,a)}finally{Ye=k,ee.p=u,D.T=d}}Xt=1,w1(),S1(),C1()}}function w1(){if(Xt===1){Xt=0;var o=Qn,i=Pa,a=(i.flags&13878)!==0;if((i.subtreeFlags&13878)!==0||a){a=D.T,D.T=null;var d=ee.p;ee.p=2;var u=Ye;Ye|=4;try{n1(i,o);var p=Xm,k=cy(o.containerInfo),S=p.focusedElem,$=p.selectionRange;if(k!==S&&S&&S.ownerDocument&&dy(S.ownerDocument.documentElement,S)){if($!==null&&wb(S)){var j=$.start,G=$.end;if(G===void 0&&(G=j),"selectionStart"in S)S.selectionStart=j,S.selectionEnd=Math.min(G,S.value.length);else{var oe=S.ownerDocument||document,U=oe&&oe.defaultView||window;if(U.getSelection){var F=U.getSelection(),Se=S.textContent.length,xe=Math.min($.start,Se),tt=$.end===void 0?xe:Math.min($.end,Se);!F.extend&&xe>tt&&(k=tt,tt=xe,xe=k);var B=ly(S,xe),O=ly(S,tt);if(B&&O&&(F.rangeCount!==1||F.anchorNode!==B.node||F.anchorOffset!==B.offset||F.focusNode!==O.node||F.focusOffset!==O.offset)){var N=oe.createRange();N.setStart(B.node,B.offset),F.removeAllRanges(),xe>tt?(F.addRange(N),F.extend(O.node,O.offset)):(N.setEnd(O.node,O.offset),F.addRange(N))}}}}for(oe=[],F=S;F=F.parentNode;)F.nodeType===1&&oe.push({element:F,left:F.scrollLeft,top:F.scrollTop});for(typeof S.focus=="function"&&S.focus(),S=0;S<oe.length;S++){var K=oe[S];K.element.scrollLeft=K.left,K.element.scrollTop=K.top}}Uc=!!Ym,Xm=Ym=null}finally{Ye=u,ee.p=d,D.T=a}}o.current=i,Xt=2}}function S1(){if(Xt===2){Xt=0;var o=Qn,i=Pa,a=(i.flags&8772)!==0;if((i.subtreeFlags&8772)!==0||a){a=D.T,D.T=null;var d=ee.p;ee.p=2;var u=Ye;Ye|=4;try{e1(o,i.alternate,i)}finally{Ye=u,ee.p=d,D.T=a}}Xt=3}}function C1(){if(Xt===4||Xt===3){Xt=0,eo();var o=Qn,i=Pa,a=Ua,d=h1;(i.subtreeFlags&10256)!==0||(i.flags&10256)!==0?Xt=5:(Xt=0,Pa=Qn=null,E1(o,o.pendingLanes));var u=o.pendingLanes;if(u===0&&(Gn=null),ol(a),i=i.stateNode,$t&&typeof $t.onCommitFiberRoot=="function")try{$t.onCommitFiberRoot(ko,i,void 0,(i.current.flags&128)===128)}catch($){}if(d!==null){i=D.T,u=ee.p,ee.p=2,D.T=null;try{for(var p=o.onRecoverableError,k=0;k<d.length;k++){var S=d[k];p(S.value,{componentStack:S.stack})}}finally{D.T=i,ee.p=u}}(Ua&3)!==0&&zc(),jr(o),u=o.pendingLanes,(a&4194090)!==0&&(u&42)!==0?o===Im?Nl++:(Nl=0,Im=o):Nl=0,jl(0)}}function E1(o,i){(o.pooledCacheLanes&=i)===0&&(i=o.pooledCache,i!=null&&(o.pooledCache=null,yl(i)))}function zc(o){return w1(),S1(),C1(),T1()}function T1(){if(Xt!==5)return!1;var o=Qn,i=Am;Am=0;var a=ol(Ua),d=D.T,u=ee.p;try{ee.p=32>a?32:a,D.T=null,a=Rm,Rm=null;var p=Qn,k=Ua;if(Xt=0,Pa=Qn=null,Ua=0,(Ye&6)!==0)throw Error(n(331));var S=Ye;if(Ye|=4,d1(p.current),a1(p,p.current,k,a),Ye=S,jl(0,!1),$t&&typeof $t.onPostCommitFiberRoot=="function")try{$t.onPostCommitFiberRoot(ko,p)}catch($){}return!0}finally{ee.p=u,D.T=d,E1(o,i)}}function L1(o,i,a){i=Qo(a,i),i=um(o.stateNode,i,2),o=Vn(o,i,2),o!==null&&(Ti(o,2),jr(o))}function nt(o,i,a){if(o.tag===3)L1(o,o,a);else for(;i!==null;){if(i.tag===3){L1(i,o,a);break}else if(i.tag===1){var d=i.stateNode;if(typeof i.type.getDerivedStateFromError=="function"||typeof d.componentDidCatch=="function"&&(Gn===null||!Gn.has(d))){o=Qo(a,o),a=z0(2),d=Vn(i,a,2),d!==null&&(A0(a,d,i,o),Ti(d,2),jr(d));break}}i=i.return}}function Hm(o,i,a){var d=o.pingCache;if(d===null){d=o.pingCache=new H8;var u=new Set;d.set(i,u)}else u=d.get(i),u===void 0&&(u=new Set,d.set(i,u));u.has(a)||($m=!0,u.add(a),o=U8.bind(null,o,i,a),i.then(o,o))}function U8(o,i,a){var d=o.pingCache;d!==null&&d.delete(i),o.pingedLanes|=o.suspendedLanes&a,o.warmLanes&=~a,it===o&&(Be&a)===a&&(vt===4||vt===3&&(Be&62914560)===Be&&300>st()-zm?(Ye&2)===0&&qa(o,0):_m|=a,Va===Be&&(Va=0)),jr(o)}function $1(o,i){i===0&&(i=Ei()),o=Ta(o,i),o!==null&&(Ti(o,i),jr(o))}function q8(o){var i=o.memoizedState,a=0;i!==null&&(a=i.retryLane),$1(o,a)}function F8(o,i){var a=0;switch(o.tag){case 13:var d=o.stateNode,u=o.memoizedState;u!==null&&(a=u.retryLane);break;case 19:d=o.stateNode;break;case 22:d=o.stateNode._retryCache;break;default:throw Error(n(314))}d!==null&&d.delete(i),$1(o,a)}function Z8(o,i){return We(o,i)}var Ac=null,Za=null,Nm=!1,Rc=!1,jm=!1,qi=0;function jr(o){o!==Za&&o.next===null&&(Za===null?Ac=Za=o:Za=Za.next=o),Rc=!0,Nm||(Nm=!0,Y8())}function jl(o,i){if(!jm&&Rc){jm=!0;do for(var a=!1,d=Ac;d!==null;){if(o!==0){var u=d.pendingLanes;if(u===0)var p=0;else{var k=d.suspendedLanes,S=d.pingedLanes;p=(1<<31-St(42|o)+1)-1,p&=u&~(k&~S),p=p&201326741?p&201326741|1:p?p|2:0}p!==0&&(a=!0,A1(d,p))}else p=Be,p=mr(d,d===it?p:0,d.cancelPendingCommit!==null||d.timeoutHandle!==-1),(p&3)===0||Me(d,p)||(a=!0,A1(d,p));d=d.next}while(a);jm=!1}}function W8(){_1()}function _1(){Rc=Nm=!1;var o=0;qi!==0&&(o9()&&(o=qi),qi=0);for(var i=st(),a=null,d=Ac;d!==null;){var u=d.next,p=O1(d,i);p===0?(d.next=null,a===null?Ac=u:a.next=u,u===null&&(Za=a)):(a=d,(o!==0||(p&3)!==0)&&(Rc=!0)),d=u}jl(o)}function O1(o,i){for(var a=o.suspendedLanes,d=o.pingedLanes,u=o.expirationTimes,p=o.pendingLanes&-62914561;0<p;){var k=31-St(p),S=1<<k,$=u[k];$===-1?((S&a)===0||(S&d)!==0)&&(u[k]=_t(S,i)):$<=i&&(o.expiredLanes|=S),p&=~S}if(i=it,a=Be,a=mr(o,o===i?a:0,o.cancelPendingCommit!==null||o.timeoutHandle!==-1),d=o.callbackNode,a===0||o===i&&(Xe===2||Xe===9)||o.cancelPendingCommit!==null)return d!==null&&d!==null&&Ke(d),o.callbackNode=null,o.callbackPriority=0;if((a&3)===0||Me(o,a)){if(i=a&-a,i===o.callbackPriority)return i;switch(d!==null&&Ke(d),ol(a)){case 2:case 8:a=ft;break;case 32:a=vo;break;case 268435456:a=Ao;break;default:a=vo}return d=z1.bind(null,o),a=We(a,d),o.callbackPriority=i,o.callbackNode=a,i}return d!==null&&d!==null&&Ke(d),o.callbackPriority=2,o.callbackNode=null,2}function z1(o,i){if(Xt!==0&&Xt!==5)return o.callbackNode=null,o.callbackPriority=0,null;var a=o.callbackNode;if(zc()&&o.callbackNode!==a)return null;var d=Be;return d=mr(o,o===it?d:0,o.cancelPendingCommit!==null||o.timeoutHandle!==-1),d===0?null:(b1(o,d,i),O1(o,st()),o.callbackNode!=null&&o.callbackNode===a?z1.bind(null,o):null)}function A1(o,i){if(zc())return null;b1(o,i,!0)}function Y8(){n9(function(){(Ye&6)!==0?We(zo,W8):_1()})}function Vm(){return qi===0&&(qi=Js()),qi}function R1(o){return o==null||typeof o=="symbol"||typeof o=="boolean"?null:typeof o=="function"?o:qd(""+o)}function I1(o,i){var a=i.ownerDocument.createElement("input");return a.name=i.name,a.value=i.value,o.id&&a.setAttribute("form",o.id),i.parentNode.insertBefore(a,i),o=new FormData(o),a.parentNode.removeChild(a),o}function X8(o,i,a,d,u){if(i==="submit"&&a&&a.stateNode===u){var p=R1((u[Wt]||null).action),k=d.submitter;k&&(i=(i=k[Wt]||null)?R1(i.formAction):k.getAttribute("formAction"),i!==null&&(p=i,k=null));var S=new Yd("action","action",null,d,u);o.push({event:S,listeners:[{instance:null,listener:function(){if(d.defaultPrevented){if(qi!==0){var $=k?I1(u,k):new FormData(u);sm(a,{pending:!0,data:$,method:u.method,action:p},null,$)}}else typeof p=="function"&&(S.preventDefault(),$=k?I1(u,k):new FormData(u),sm(a,{pending:!0,data:$,method:u.method,action:p},p,$))},currentTarget:u}]})}}for(var Pm=0;Pm<Tb.length;Pm++){var Um=Tb[Pm],G8=Um.toLowerCase(),Q8=Um[0].toUpperCase()+Um.slice(1);pr(G8,"on"+Q8)}pr(by,"onAnimationEnd"),pr(my,"onAnimationIteration"),pr(fy,"onAnimationStart"),pr("dblclick","onDoubleClick"),pr("focusin","onFocus"),pr("focusout","onBlur"),pr(m8,"onTransitionRun"),pr(f8,"onTransitionStart"),pr(p8,"onTransitionCancel"),pr(py,"onTransitionEnd"),fe("onMouseEnter",["mouseout","mouseover"]),fe("onMouseLeave",["mouseout","mouseover"]),fe("onPointerEnter",["pointerout","pointerover"]),fe("onPointerLeave",["pointerout","pointerover"]),W("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),W("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),W("onBeforeInput",["compositionend","keypress","textInput","paste"]),W("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),W("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),W("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Vl="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(" "),K8=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(Vl));function D1(o,i){i=(i&4)!==0;for(var a=0;a<o.length;a++){var d=o[a],u=d.event;d=d.listeners;e:{var p=void 0;if(i)for(var k=d.length-1;0<=k;k--){var S=d[k],$=S.instance,j=S.currentTarget;if(S=S.listener,$!==p&&u.isPropagationStopped())break e;p=S,u.currentTarget=j;try{p(u)}catch(G){kc(G)}u.currentTarget=null,p=$}else for(k=0;k<d.length;k++){if(S=d[k],$=S.instance,j=S.currentTarget,S=S.listener,$!==p&&u.isPropagationStopped())break e;p=S,u.currentTarget=j;try{p(u)}catch(G){kc(G)}u.currentTarget=null,p=$}}}}function Ie(o,i){var a=i[rl];a===void 0&&(a=i[rl]=new Set);var d=o+"__bubble";a.has(d)||(M1(i,o,2,!1),a.add(d))}function qm(o,i,a){var d=0;i&&(d|=4),M1(a,o,d,i)}var Ic="_reactListening"+Math.random().toString(36).slice(2);function Fm(o){if(!o[Ic]){o[Ic]=!0,ob.forEach(function(a){a!=="selectionchange"&&(K8.has(a)||qm(a,!1,o),qm(a,!0,o))});var i=o.nodeType===9?o:o.ownerDocument;i===null||i[Ic]||(i[Ic]=!0,qm("selectionchange",!1,i))}}function M1(o,i,a,d){switch(a3(i)){case 2:var u=E9;break;case 8:u=T9;break;default:u=af}a=u.bind(null,i,a,o),u=void 0,!bb||i!=="touchstart"&&i!=="touchmove"&&i!=="wheel"||(u=!0),d?u!==void 0?o.addEventListener(i,a,{capture:!0,passive:u}):o.addEventListener(i,a,!0):u!==void 0?o.addEventListener(i,a,{passive:u}):o.addEventListener(i,a,!1)}function Zm(o,i,a,d,u){var p=d;if((i&1)===0&&(i&2)===0&&d!==null)e:for(;;){if(d===null)return;var k=d.tag;if(k===3||k===4){var S=d.stateNode.containerInfo;if(S===u)break;if(k===4)for(k=d.return;k!==null;){var $=k.tag;if(($===3||$===4)&&k.stateNode.containerInfo===u)return;k=k.return}for(;S!==null;){if(k=Rn(S),k===null)return;if($=k.tag,$===5||$===6||$===26||$===27){d=p=k;continue e}S=S.parentNode}}d=d.return}Uv(function(){var j=p,G=hb(a),oe=[];e:{var U=gy.get(o);if(U!==void 0){var F=Yd,Se=o;switch(o){case"keypress":if(Zd(a)===0)break e;case"keydown":case"keyup":F=Z7;break;case"focusin":Se="focus",F=gb;break;case"focusout":Se="blur",F=gb;break;case"beforeblur":case"afterblur":F=gb;break;case"click":if(a.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":F=Zv;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":F=I7;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":F=X7;break;case by:case my:case fy:F=B7;break;case py:F=Q7;break;case"scroll":case"scrollend":F=A7;break;case"wheel":F=J7;break;case"copy":case"cut":case"paste":F=N7;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":F=Yv;break;case"toggle":case"beforetoggle":F=t8}var xe=(i&4)!==0,tt=!xe&&(o==="scroll"||o==="scrollend"),B=xe?U!==null?U+"Capture":null:U;xe=[];for(var O=j,N;O!==null;){var K=O;if(N=K.stateNode,K=K.tag,K!==5&&K!==26&&K!==27||N===null||B===null||(K=al(O,B),K!=null&&xe.push(Pl(O,K,N))),tt)break;O=O.return}0<xe.length&&(U=new F(U,Se,null,a,G),oe.push({event:U,listeners:xe}))}}if((i&7)===0){e:{if(U=o==="mouseover"||o==="pointerover",F=o==="mouseout"||o==="pointerout",U&&a!==cb&&(Se=a.relatedTarget||a.fromElement)&&(Rn(Se)||Se[Mt]))break e;if((F||U)&&(U=G.window===G?G:(U=G.ownerDocument)?U.defaultView||U.parentWindow:window,F?(Se=a.relatedTarget||a.toElement,F=j,Se=Se?Rn(Se):null,Se!==null&&(tt=l(Se),xe=Se.tag,Se!==tt||xe!==5&&xe!==27&&xe!==6)&&(Se=null)):(F=null,Se=j),F!==Se)){if(xe=Zv,K="onMouseLeave",B="onMouseEnter",O="mouse",(o==="pointerout"||o==="pointerover")&&(xe=Yv,K="onPointerLeave",B="onPointerEnter",O="pointer"),tt=F==null?U:Dn(F),N=Se==null?U:Dn(Se),U=new xe(K,O+"leave",F,a,G),U.target=tt,U.relatedTarget=N,K=null,Rn(G)===j&&(xe=new xe(B,O+"enter",Se,a,G),xe.target=N,xe.relatedTarget=tt,K=xe),tt=K,F&&Se)t:{for(xe=F,B=Se,O=0,N=xe;N;N=Wa(N))O++;for(N=0,K=B;K;K=Wa(K))N++;for(;0<O-N;)xe=Wa(xe),O--;for(;0<N-O;)B=Wa(B),N--;for(;O--;){if(xe===B||B!==null&&xe===B.alternate)break t;xe=Wa(xe),B=Wa(B)}xe=null}else xe=null;F!==null&&B1(oe,U,F,xe,!1),Se!==null&&tt!==null&&B1(oe,tt,Se,xe,!0)}}e:{if(U=j?Dn(j):window,F=U.nodeName&&U.nodeName.toLowerCase(),F==="select"||F==="input"&&U.type==="file")var ve=oy;else if(ey(U))if(ry)ve=h8;else{ve=d8;var ze=l8}else F=U.nodeName,!F||F.toLowerCase()!=="input"||U.type!=="checkbox"&&U.type!=="radio"?j&&db(j.elementType)&&(ve=oy):ve=c8;if(ve&&(ve=ve(o,j))){ty(oe,ve,a,G);break e}ze&&ze(o,U,j),o==="focusout"&&j&&U.type==="number"&&j.memoizedProps.value!=null&&lb(U,"number",U.value)}switch(ze=j?Dn(j):window,o){case"focusin":(ey(ze)||ze.contentEditable==="true")&&(Sa=ze,Sb=j,ml=null);break;case"focusout":ml=Sb=Sa=null;break;case"mousedown":Cb=!0;break;case"contextmenu":case"mouseup":case"dragend":Cb=!1,hy(oe,a,G);break;case"selectionchange":if(b8)break;case"keydown":case"keyup":hy(oe,a,G)}var ke;if(yb)e:{switch(o){case"compositionstart":var we="onCompositionStart";break e;case"compositionend":we="onCompositionEnd";break e;case"compositionupdate":we="onCompositionUpdate";break e}we=void 0}else wa?Kv(o,a)&&(we="onCompositionEnd"):o==="keydown"&&a.keyCode===229&&(we="onCompositionStart");we&&(Xv&&a.locale!=="ko"&&(wa||we!=="onCompositionStart"?we==="onCompositionEnd"&&wa&&(ke=qv()):(Bn=G,mb="value"in Bn?Bn.value:Bn.textContent,wa=!0)),ze=Dc(j,we),0<ze.length&&(we=new Wv(we,o,null,a,G),oe.push({event:we,listeners:ze}),ke?we.data=ke:(ke=Jv(a),ke!==null&&(we.data=ke)))),(ke=r8?n8(o,a):i8(o,a))&&(we=Dc(j,"onBeforeInput"),0<we.length&&(ze=new Wv("onBeforeInput","beforeinput",null,a,G),oe.push({event:ze,listeners:we}),ze.data=ke)),X8(oe,o,j,a,G)}D1(oe,i)})}function Pl(o,i,a){return{instance:o,listener:i,currentTarget:a}}function Dc(o,i){for(var a=i+"Capture",d=[];o!==null;){var u=o,p=u.stateNode;if(u=u.tag,u!==5&&u!==26&&u!==27||p===null||(u=al(o,a),u!=null&&d.unshift(Pl(o,u,p)),u=al(o,i),u!=null&&d.push(Pl(o,u,p))),o.tag===3)return d;o=o.return}return[]}function Wa(o){if(o===null)return null;do o=o.return;while(o&&o.tag!==5&&o.tag!==27);return o||null}function B1(o,i,a,d,u){for(var p=i._reactName,k=[];a!==null&&a!==d;){var S=a,$=S.alternate,j=S.stateNode;if(S=S.tag,$!==null&&$===d)break;S!==5&&S!==26&&S!==27||j===null||($=j,u?(j=al(a,p),j!=null&&k.unshift(Pl(a,j,$))):u||(j=al(a,p),j!=null&&k.push(Pl(a,j,$)))),a=a.return}k.length!==0&&o.push({event:i,listeners:k})}var J8=/\r\n?/g,e9=/\u0000|\uFFFD/g;function H1(o){return(typeof o=="string"?o:""+o).replace(J8,"\n").replace(e9,"")}function N1(o,i){return i=H1(i),H1(o)===i}function Mc(){}function et(o,i,a,d,u,p){switch(a){case"children":typeof d=="string"?i==="body"||i==="textarea"&&d===""||ya(o,d):(typeof d=="number"||typeof d=="bigint")&&i!=="body"&&ya(o,""+d);break;case"className":Vd(o,"class",d);break;case"tabIndex":Vd(o,"tabindex",d);break;case"dir":case"role":case"viewBox":case"width":case"height":Vd(o,a,d);break;case"style":Vv(o,d,p);break;case"data":if(i!=="object"){Vd(o,"data",d);break}case"src":case"href":if(d===""&&(i!=="a"||a!=="href")){o.removeAttribute(a);break}if(d==null||typeof d=="function"||typeof d=="symbol"||typeof d=="boolean"){o.removeAttribute(a);break}d=qd(""+d),o.setAttribute(a,d);break;case"action":case"formAction":if(typeof d=="function"){o.setAttribute(a,"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}else typeof p=="function"&&(a==="formAction"?(i!=="input"&&et(o,i,"name",u.name,u,null),et(o,i,"formEncType",u.formEncType,u,null),et(o,i,"formMethod",u.formMethod,u,null),et(o,i,"formTarget",u.formTarget,u,null)):(et(o,i,"encType",u.encType,u,null),et(o,i,"method",u.method,u,null),et(o,i,"target",u.target,u,null)));if(d==null||typeof d=="symbol"||typeof d=="boolean"){o.removeAttribute(a);break}d=qd(""+d),o.setAttribute(a,d);break;case"onClick":d!=null&&(o.onclick=Mc);break;case"onScroll":d!=null&&Ie("scroll",o);break;case"onScrollEnd":d!=null&&Ie("scrollend",o);break;case"dangerouslySetInnerHTML":if(d!=null){if(typeof d!="object"||!("__html"in d))throw Error(n(61));if(a=d.__html,a!=null){if(u.children!=null)throw Error(n(60));o.innerHTML=a}}break;case"multiple":o.multiple=d&&typeof d!="function"&&typeof d!="symbol";break;case"muted":o.muted=d&&typeof d!="function"&&typeof d!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(d==null||typeof d=="function"||typeof d=="boolean"||typeof d=="symbol"){o.removeAttribute("xlink:href");break}a=qd(""+d),o.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",a);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":d!=null&&typeof d!="function"&&typeof d!="symbol"?o.setAttribute(a,""+d):o.removeAttribute(a);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":d&&typeof d!="function"&&typeof d!="symbol"?o.setAttribute(a,""):o.removeAttribute(a);break;case"capture":case"download":d===!0?o.setAttribute(a,""):d!==!1&&d!=null&&typeof d!="function"&&typeof d!="symbol"?o.setAttribute(a,d):o.removeAttribute(a);break;case"cols":case"rows":case"size":case"span":d!=null&&typeof d!="function"&&typeof d!="symbol"&&!isNaN(d)&&1<=d?o.setAttribute(a,d):o.removeAttribute(a);break;case"rowSpan":case"start":d==null||typeof d=="function"||typeof d=="symbol"||isNaN(d)?o.removeAttribute(a):o.setAttribute(a,d);break;case"popover":Ie("beforetoggle",o),Ie("toggle",o),Yo(o,"popover",d);break;case"xlinkActuate":rn(o,"http://www.w3.org/1999/xlink","xlink:actuate",d);break;case"xlinkArcrole":rn(o,"http://www.w3.org/1999/xlink","xlink:arcrole",d);break;case"xlinkRole":rn(o,"http://www.w3.org/1999/xlink","xlink:role",d);break;case"xlinkShow":rn(o,"http://www.w3.org/1999/xlink","xlink:show",d);break;case"xlinkTitle":rn(o,"http://www.w3.org/1999/xlink","xlink:title",d);break;case"xlinkType":rn(o,"http://www.w3.org/1999/xlink","xlink:type",d);break;case"xmlBase":rn(o,"http://www.w3.org/XML/1998/namespace","xml:base",d);break;case"xmlLang":rn(o,"http://www.w3.org/XML/1998/namespace","xml:lang",d);break;case"xmlSpace":rn(o,"http://www.w3.org/XML/1998/namespace","xml:space",d);break;case"is":Yo(o,"is",d);break;case"innerText":case"textContent":break;default:(!(2<a.length)||a[0]!=="o"&&a[0]!=="O"||a[1]!=="n"&&a[1]!=="N")&&(a=O7.get(a)||a,Yo(o,a,d))}}function Wm(o,i,a,d,u,p){switch(a){case"style":Vv(o,d,p);break;case"dangerouslySetInnerHTML":if(d!=null){if(typeof d!="object"||!("__html"in d))throw Error(n(61));if(a=d.__html,a!=null){if(u.children!=null)throw Error(n(60));o.innerHTML=a}}break;case"children":typeof d=="string"?ya(o,d):(typeof d=="number"||typeof d=="bigint")&&ya(o,""+d);break;case"onScroll":d!=null&&Ie("scroll",o);break;case"onScrollEnd":d!=null&&Ie("scrollend",o);break;case"onClick":d!=null&&(o.onclick=Mc);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!rb.hasOwnProperty(a))e:{if(a[0]==="o"&&a[1]==="n"&&(u=a.endsWith("Capture"),i=a.slice(2,u?a.length-7:void 0),p=o[Wt]||null,p=p!=null?p[a]:null,typeof p=="function"&&o.removeEventListener(i,p,u),typeof d=="function")){typeof p!="function"&&p!==null&&(a in o?o[a]=null:o.hasAttribute(a)&&o.removeAttribute(a)),o.addEventListener(i,d,u);break e}a in o?o[a]=d:d===!0?o.setAttribute(a,""):Yo(o,a,d)}}}function Gt(o,i,a){switch(i){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":Ie("error",o),Ie("load",o);var d=!1,u=!1,p;for(p in a)if(a.hasOwnProperty(p)){var k=a[p];if(k!=null)switch(p){case"src":d=!0;break;case"srcSet":u=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(n(137,i));default:et(o,i,p,k,a,null)}}u&&et(o,i,"srcSet",a.srcSet,a,null),d&&et(o,i,"src",a.src,a,null);return;case"input":Ie("invalid",o);var S=p=k=u=null,$=null,j=null;for(d in a)if(a.hasOwnProperty(d)){var G=a[d];if(G!=null)switch(d){case"name":u=G;break;case"type":k=G;break;case"checked":$=G;break;case"defaultChecked":j=G;break;case"value":p=G;break;case"defaultValue":S=G;break;case"children":case"dangerouslySetInnerHTML":if(G!=null)throw Error(n(137,i));break;default:et(o,i,d,G,a,null)}}Bv(o,p,S,$,j,k,u,!1),Pd(o);return;case"select":Ie("invalid",o),d=k=p=null;for(u in a)if(a.hasOwnProperty(u)&&(S=a[u],S!=null))switch(u){case"value":p=S;break;case"defaultValue":k=S;break;case"multiple":d=S;default:et(o,i,u,S,a,null)}i=p,a=k,o.multiple=!!d,i!=null?va(o,!!d,i,!1):a!=null&&va(o,!!d,a,!0);return;case"textarea":Ie("invalid",o),p=u=d=null;for(k in a)if(a.hasOwnProperty(k)&&(S=a[k],S!=null))switch(k){case"value":d=S;break;case"defaultValue":u=S;break;case"children":p=S;break;case"dangerouslySetInnerHTML":if(S!=null)throw Error(n(91));break;default:et(o,i,k,S,a,null)}Nv(o,d,u,p),Pd(o);return;case"option":for($ in a)a.hasOwnProperty($)&&(d=a[$],d!=null)&&($==="selected"?o.selected=d&&typeof d!="function"&&typeof d!="symbol":et(o,i,$,d,a,null));return;case"dialog":Ie("beforetoggle",o),Ie("toggle",o),Ie("cancel",o),Ie("close",o);break;case"iframe":case"object":Ie("load",o);break;case"video":case"audio":for(d=0;d<Vl.length;d++)Ie(Vl[d],o);break;case"image":Ie("error",o),Ie("load",o);break;case"details":Ie("toggle",o);break;case"embed":case"source":case"link":Ie("error",o),Ie("load",o);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(j in a)if(a.hasOwnProperty(j)&&(d=a[j],d!=null))switch(j){case"children":case"dangerouslySetInnerHTML":throw Error(n(137,i));default:et(o,i,j,d,a,null)}return;default:if(db(i)){for(G in a)a.hasOwnProperty(G)&&(d=a[G],d!==void 0&&Wm(o,i,G,d,a,void 0));return}}for(S in a)a.hasOwnProperty(S)&&(d=a[S],d!=null&&et(o,i,S,d,a,null))}function t9(o,i,a,d){switch(i){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var u=null,p=null,k=null,S=null,$=null,j=null,G=null;for(F in a){var oe=a[F];if(a.hasOwnProperty(F)&&oe!=null)switch(F){case"checked":break;case"value":break;case"defaultValue":$=oe;default:d.hasOwnProperty(F)||et(o,i,F,null,d,oe)}}for(var U in d){var F=d[U];if(oe=a[U],d.hasOwnProperty(U)&&(F!=null||oe!=null))switch(U){case"type":p=F;break;case"name":u=F;break;case"checked":j=F;break;case"defaultChecked":G=F;break;case"value":k=F;break;case"defaultValue":S=F;break;case"children":case"dangerouslySetInnerHTML":if(F!=null)throw Error(n(137,i));break;default:F!==oe&&et(o,i,U,F,d,oe)}}sb(o,k,S,$,j,G,p,u);return;case"select":F=k=S=U=null;for(p in a)if($=a[p],a.hasOwnProperty(p)&&$!=null)switch(p){case"value":break;case"multiple":F=$;default:d.hasOwnProperty(p)||et(o,i,p,null,d,$)}for(u in d)if(p=d[u],$=a[u],d.hasOwnProperty(u)&&(p!=null||$!=null))switch(u){case"value":U=p;break;case"defaultValue":S=p;break;case"multiple":k=p;default:p!==$&&et(o,i,u,p,d,$)}i=S,a=k,d=F,U!=null?va(o,!!a,U,!1):!!d!=!!a&&(i!=null?va(o,!!a,i,!0):va(o,!!a,a?[]:"",!1));return;case"textarea":F=U=null;for(S in a)if(u=a[S],a.hasOwnProperty(S)&&u!=null&&!d.hasOwnProperty(S))switch(S){case"value":break;case"children":break;default:et(o,i,S,null,d,u)}for(k in d)if(u=d[k],p=a[k],d.hasOwnProperty(k)&&(u!=null||p!=null))switch(k){case"value":U=u;break;case"defaultValue":F=u;break;case"children":break;case"dangerouslySetInnerHTML":if(u!=null)throw Error(n(91));break;default:u!==p&&et(o,i,k,u,d,p)}Hv(o,U,F);return;case"option":for(var Se in a)U=a[Se],a.hasOwnProperty(Se)&&U!=null&&!d.hasOwnProperty(Se)&&(Se==="selected"?o.selected=!1:et(o,i,Se,null,d,U));for($ in d)U=d[$],F=a[$],d.hasOwnProperty($)&&U!==F&&(U!=null||F!=null)&&($==="selected"?o.selected=U&&typeof U!="function"&&typeof U!="symbol":et(o,i,$,U,d,F));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 xe in a)U=a[xe],a.hasOwnProperty(xe)&&U!=null&&!d.hasOwnProperty(xe)&&et(o,i,xe,null,d,U);for(j in d)if(U=d[j],F=a[j],d.hasOwnProperty(j)&&U!==F&&(U!=null||F!=null))switch(j){case"children":case"dangerouslySetInnerHTML":if(U!=null)throw Error(n(137,i));break;default:et(o,i,j,U,d,F)}return;default:if(db(i)){for(var tt in a)U=a[tt],a.hasOwnProperty(tt)&&U!==void 0&&!d.hasOwnProperty(tt)&&Wm(o,i,tt,void 0,d,U);for(G in d)U=d[G],F=a[G],!d.hasOwnProperty(G)||U===F||U===void 0&&F===void 0||Wm(o,i,G,U,d,F);return}}for(var B in a)U=a[B],a.hasOwnProperty(B)&&U!=null&&!d.hasOwnProperty(B)&&et(o,i,B,null,d,U);for(oe in d)U=d[oe],F=a[oe],!d.hasOwnProperty(oe)||U===F||U==null&&F==null||et(o,i,oe,U,d,F)}var Ym=null,Xm=null;function Bc(o){return o.nodeType===9?o:o.ownerDocument}function j1(o){switch(o){case"http://www.w3.org/2000/svg":return 1;case"http://www.w3.org/1998/Math/MathML":return 2;default:return 0}}function V1(o,i){if(o===0)switch(i){case"svg":return 1;case"math":return 2;default:return 0}return o===1&&i==="foreignObject"?0:o}function Gm(o,i){return o==="textarea"||o==="noscript"||typeof i.children=="string"||typeof i.children=="number"||typeof i.children=="bigint"||typeof i.dangerouslySetInnerHTML=="object"&&i.dangerouslySetInnerHTML!==null&&i.dangerouslySetInnerHTML.__html!=null}var Qm=null;function o9(){var o=window.event;return o&&o.type==="popstate"?o===Qm?!1:(Qm=o,!0):(Qm=null,!1)}var P1=typeof setTimeout=="function"?setTimeout:void 0,r9=typeof clearTimeout=="function"?clearTimeout:void 0,U1=typeof Promise=="function"?Promise:void 0,n9=typeof queueMicrotask=="function"?queueMicrotask:typeof U1<"u"?function(o){return U1.resolve(null).then(o).catch(i9)}:P1;function i9(o){setTimeout(function(){throw o})}function Jn(o){return o==="head"}function q1(o,i){var a=i,d=0,u=0;do{var p=a.nextSibling;if(o.removeChild(a),p&&p.nodeType===8)if(a=p.data,a==="/$"){if(0<d&&8>d){a=d;var k=o.ownerDocument;if(a&1&&Ul(k.documentElement),a&2&&Ul(k.body),a&4)for(a=k.head,Ul(a),k=a.firstChild;k;){var S=k.nextSibling,$=k.nodeName;k[$i]||$==="SCRIPT"||$==="STYLE"||$==="LINK"&&k.rel.toLowerCase()==="stylesheet"||a.removeChild(k),k=S}}if(u===0){o.removeChild(p),Ql(i);return}u--}else a==="$"||a==="$?"||a==="$!"?u++:d=a.charCodeAt(0)-48;else d=0;a=p}while(a);Ql(i)}function Km(o){var i=o.firstChild;for(i&&i.nodeType===10&&(i=i.nextSibling);i;){var a=i;switch(i=i.nextSibling,a.nodeName){case"HTML":case"HEAD":case"BODY":Km(a),il(a);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(a.rel.toLowerCase()==="stylesheet")continue}o.removeChild(a)}}function a9(o,i,a,d){for(;o.nodeType===1;){var u=a;if(o.nodeName.toLowerCase()!==i.toLowerCase()){if(!d&&(o.nodeName!=="INPUT"||o.type!=="hidden"))break}else if(d){if(!o[$i])switch(i){case"meta":if(!o.hasAttribute("itemprop"))break;return o;case"link":if(p=o.getAttribute("rel"),p==="stylesheet"&&o.hasAttribute("data-precedence"))break;if(p!==u.rel||o.getAttribute("href")!==(u.href==null||u.href===""?null:u.href)||o.getAttribute("crossorigin")!==(u.crossOrigin==null?null:u.crossOrigin)||o.getAttribute("title")!==(u.title==null?null:u.title))break;return o;case"style":if(o.hasAttribute("data-precedence"))break;return o;case"script":if(p=o.getAttribute("src"),(p!==(u.src==null?null:u.src)||o.getAttribute("type")!==(u.type==null?null:u.type)||o.getAttribute("crossorigin")!==(u.crossOrigin==null?null:u.crossOrigin))&&p&&o.hasAttribute("async")&&!o.hasAttribute("itemprop"))break;return o;default:return o}}else if(i==="input"&&o.type==="hidden"){var p=u.name==null?null:""+u.name;if(u.type==="hidden"&&o.getAttribute("name")===p)return o}else return o;if(o=vr(o.nextSibling),o===null)break}return null}function s9(o,i,a){if(i==="")return null;for(;o.nodeType!==3;)if((o.nodeType!==1||o.nodeName!=="INPUT"||o.type!=="hidden")&&!a||(o=vr(o.nextSibling),o===null))return null;return o}function Jm(o){return o.data==="$!"||o.data==="$?"&&o.ownerDocument.readyState==="complete"}function l9(o,i){var a=o.ownerDocument;if(o.data!=="$?"||a.readyState==="complete")i();else{var d=function(){i(),a.removeEventListener("DOMContentLoaded",d)};a.addEventListener("DOMContentLoaded",d),o._reactRetry=d}}function vr(o){for(;o!=null;o=o.nextSibling){var i=o.nodeType;if(i===1||i===3)break;if(i===8){if(i=o.data,i==="$"||i==="$!"||i==="$?"||i==="F!"||i==="F")break;if(i==="/$")return null}}return o}var ef=null;function F1(o){o=o.previousSibling;for(var i=0;o;){if(o.nodeType===8){var a=o.data;if(a==="$"||a==="$!"||a==="$?"){if(i===0)return o;i--}else a==="/$"&&i++}o=o.previousSibling}return null}function Z1(o,i,a){switch(i=Bc(a),o){case"html":if(o=i.documentElement,!o)throw Error(n(452));return o;case"head":if(o=i.head,!o)throw Error(n(453));return o;case"body":if(o=i.body,!o)throw Error(n(454));return o;default:throw Error(n(451))}}function Ul(o){for(var i=o.attributes;i.length;)o.removeAttributeNode(i[0]);il(o)}var rr=new Map,W1=new Set;function Hc(o){return typeof o.getRootNode=="function"?o.getRootNode():o.nodeType===9?o:o.ownerDocument}var vn=ee.d;ee.d={f:d9,r:c9,D:h9,C:u9,L:b9,m:m9,X:p9,S:f9,M:g9};function d9(){var o=vn.f(),i=_c();return o||i}function c9(o){var i=In(o);i!==null&&i.tag===5&&i.type==="form"?b0(i):vn.r(o)}var Ya=typeof document>"u"?null:document;function Y1(o,i,a){var d=Ya;if(d&&typeof i=="string"&&i){var u=Go(i);u='link[rel="'+o+'"][href="'+u+'"]',typeof a=="string"&&(u+='[crossorigin="'+a+'"]'),W1.has(u)||(W1.add(u),o={rel:o,crossOrigin:a,href:i},d.querySelector(u)===null&&(i=d.createElement("link"),Gt(i,"link",o),Ct(i),d.head.appendChild(i)))}}function h9(o){vn.D(o),Y1("dns-prefetch",o,null)}function u9(o,i){vn.C(o,i),Y1("preconnect",o,i)}function b9(o,i,a){vn.L(o,i,a);var d=Ya;if(d&&o&&i){var u='link[rel="preload"][as="'+Go(i)+'"]';i==="image"&&a&&a.imageSrcSet?(u+='[imagesrcset="'+Go(a.imageSrcSet)+'"]',typeof a.imageSizes=="string"&&(u+='[imagesizes="'+Go(a.imageSizes)+'"]')):u+='[href="'+Go(o)+'"]';var p=u;switch(i){case"style":p=Xa(o);break;case"script":p=Ga(o)}rr.has(p)||(o=g({rel:"preload",href:i==="image"&&a&&a.imageSrcSet?void 0:o,as:i},a),rr.set(p,o),d.querySelector(u)!==null||i==="style"&&d.querySelector(ql(p))||i==="script"&&d.querySelector(Fl(p))||(i=d.createElement("link"),Gt(i,"link",o),Ct(i),d.head.appendChild(i)))}}function m9(o,i){vn.m(o,i);var a=Ya;if(a&&o){var d=i&&typeof i.as=="string"?i.as:"script",u='link[rel="modulepreload"][as="'+Go(d)+'"][href="'+Go(o)+'"]',p=u;switch(d){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":p=Ga(o)}if(!rr.has(p)&&(o=g({rel:"modulepreload",href:o},i),rr.set(p,o),a.querySelector(u)===null)){switch(d){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(a.querySelector(Fl(p)))return}d=a.createElement("link"),Gt(d,"link",o),Ct(d),a.head.appendChild(d)}}}function f9(o,i,a){vn.S(o,i,a);var d=Ya;if(d&&o){var u=Mn(d).hoistableStyles,p=Xa(o);i=i||"default";var k=u.get(p);if(!k){var S={loading:0,preload:null};if(k=d.querySelector(ql(p)))S.loading=5;else{o=g({rel:"stylesheet",href:o,"data-precedence":i},a),(a=rr.get(p))&&tf(o,a);var $=k=d.createElement("link");Ct($),Gt($,"link",o),$._p=new Promise(function(j,G){$.onload=j,$.onerror=G}),$.addEventListener("load",function(){S.loading|=1}),$.addEventListener("error",function(){S.loading|=2}),S.loading|=4,Nc(k,i,d)}k={type:"stylesheet",instance:k,count:1,state:S},u.set(p,k)}}}function p9(o,i){vn.X(o,i);var a=Ya;if(a&&o){var d=Mn(a).hoistableScripts,u=Ga(o),p=d.get(u);p||(p=a.querySelector(Fl(u)),p||(o=g({src:o,async:!0},i),(i=rr.get(u))&&of(o,i),p=a.createElement("script"),Ct(p),Gt(p,"link",o),a.head.appendChild(p)),p={type:"script",instance:p,count:1,state:null},d.set(u,p))}}function g9(o,i){vn.M(o,i);var a=Ya;if(a&&o){var d=Mn(a).hoistableScripts,u=Ga(o),p=d.get(u);p||(p=a.querySelector(Fl(u)),p||(o=g({src:o,async:!0,type:"module"},i),(i=rr.get(u))&&of(o,i),p=a.createElement("script"),Ct(p),Gt(p,"link",o),a.head.appendChild(p)),p={type:"script",instance:p,count:1,state:null},d.set(u,p))}}function X1(o,i,a,d){var u=(u=he.current)?Hc(u):null;if(!u)throw Error(n(446));switch(o){case"meta":case"title":return null;case"style":return typeof a.precedence=="string"&&typeof a.href=="string"?(i=Xa(a.href),a=Mn(u).hoistableStyles,d=a.get(i),d||(d={type:"style",instance:null,count:0,state:null},a.set(i,d)),d):{type:"void",instance:null,count:0,state:null};case"link":if(a.rel==="stylesheet"&&typeof a.href=="string"&&typeof a.precedence=="string"){o=Xa(a.href);var p=Mn(u).hoistableStyles,k=p.get(o);if(k||(u=u.ownerDocument||u,k={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},p.set(o,k),(p=u.querySelector(ql(o)))&&!p._p&&(k.instance=p,k.state.loading=5),rr.has(o)||(a={rel:"preload",as:"style",href:a.href,crossOrigin:a.crossOrigin,integrity:a.integrity,media:a.media,hrefLang:a.hrefLang,referrerPolicy:a.referrerPolicy},rr.set(o,a),p||v9(u,o,a,k.state))),i&&d===null)throw Error(n(528,""));return k}if(i&&d!==null)throw Error(n(529,""));return null;case"script":return i=a.async,a=a.src,typeof a=="string"&&i&&typeof i!="function"&&typeof i!="symbol"?(i=Ga(a),a=Mn(u).hoistableScripts,d=a.get(i),d||(d={type:"script",instance:null,count:0,state:null},a.set(i,d)),d):{type:"void",instance:null,count:0,state:null};default:throw Error(n(444,o))}}function Xa(o){return'href="'+Go(o)+'"'}function ql(o){return'link[rel="stylesheet"]['+o+"]"}function G1(o){return g({},o,{"data-precedence":o.precedence,precedence:null})}function v9(o,i,a,d){o.querySelector('link[rel="preload"][as="style"]['+i+"]")?d.loading=1:(i=o.createElement("link"),d.preload=i,i.addEventListener("load",function(){return d.loading|=1}),i.addEventListener("error",function(){return d.loading|=2}),Gt(i,"link",a),Ct(i),o.head.appendChild(i))}function Ga(o){return'[src="'+Go(o)+'"]'}function Fl(o){return"script[async]"+o}function Q1(o,i,a){if(i.count++,i.instance===null)switch(i.type){case"style":var d=o.querySelector('style[data-href~="'+Go(a.href)+'"]');if(d)return i.instance=d,Ct(d),d;var u=g({},a,{"data-href":a.href,"data-precedence":a.precedence,href:null,precedence:null});return d=(o.ownerDocument||o).createElement("style"),Ct(d),Gt(d,"style",u),Nc(d,a.precedence,o),i.instance=d;case"stylesheet":u=Xa(a.href);var p=o.querySelector(ql(u));if(p)return i.state.loading|=4,i.instance=p,Ct(p),p;d=G1(a),(u=rr.get(u))&&tf(d,u),p=(o.ownerDocument||o).createElement("link"),Ct(p);var k=p;return k._p=new Promise(function(S,$){k.onload=S,k.onerror=$}),Gt(p,"link",d),i.state.loading|=4,Nc(p,a.precedence,o),i.instance=p;case"script":return p=Ga(a.src),(u=o.querySelector(Fl(p)))?(i.instance=u,Ct(u),u):(d=a,(u=rr.get(p))&&(d=g({},a),of(d,u)),o=o.ownerDocument||o,u=o.createElement("script"),Ct(u),Gt(u,"link",d),o.head.appendChild(u),i.instance=u);case"void":return null;default:throw Error(n(443,i.type))}else i.type==="stylesheet"&&(i.state.loading&4)===0&&(d=i.instance,i.state.loading|=4,Nc(d,a.precedence,o));return i.instance}function Nc(o,i,a){for(var d=a.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),u=d.length?d[d.length-1]:null,p=u,k=0;k<d.length;k++){var S=d[k];if(S.dataset.precedence===i)p=S;else if(p!==u)break}p?p.parentNode.insertBefore(o,p.nextSibling):(i=a.nodeType===9?a.head:a,i.insertBefore(o,i.firstChild))}function tf(o,i){o.crossOrigin==null&&(o.crossOrigin=i.crossOrigin),o.referrerPolicy==null&&(o.referrerPolicy=i.referrerPolicy),o.title==null&&(o.title=i.title)}function of(o,i){o.crossOrigin==null&&(o.crossOrigin=i.crossOrigin),o.referrerPolicy==null&&(o.referrerPolicy=i.referrerPolicy),o.integrity==null&&(o.integrity=i.integrity)}var jc=null;function K1(o,i,a){if(jc===null){var d=new Map,u=jc=new Map;u.set(a,d)}else u=jc,d=u.get(a),d||(d=new Map,u.set(a,d));if(d.has(o))return d;for(d.set(o,null),a=a.getElementsByTagName(o),u=0;u<a.length;u++){var p=a[u];if(!(p[$i]||p[pt]||o==="link"&&p.getAttribute("rel")==="stylesheet")&&p.namespaceURI!=="http://www.w3.org/2000/svg"){var k=p.getAttribute(i)||"";k=o+k;var S=d.get(k);S?S.push(p):d.set(k,[p])}}return d}function J1(o,i,a){o=o.ownerDocument||o,o.head.insertBefore(a,i==="title"?o.querySelector("head > title"):null)}function y9(o,i,a){if(a===1||i.itemProp!=null)return!1;switch(o){case"meta":case"title":return!0;case"style":if(typeof i.precedence!="string"||typeof i.href!="string"||i.href==="")break;return!0;case"link":if(typeof i.rel!="string"||typeof i.href!="string"||i.href===""||i.onLoad||i.onError)break;return i.rel==="stylesheet"?(o=i.disabled,typeof i.precedence=="string"&&o==null):!0;case"script":if(i.async&&typeof i.async!="function"&&typeof i.async!="symbol"&&!i.onLoad&&!i.onError&&i.src&&typeof i.src=="string")return!0}return!1}function e3(o){return!(o.type==="stylesheet"&&(o.state.loading&3)===0)}var Zl=null;function k9(){}function x9(o,i,a){if(Zl===null)throw Error(n(475));var d=Zl;if(i.type==="stylesheet"&&(typeof a.media!="string"||matchMedia(a.media).matches!==!1)&&(i.state.loading&4)===0){if(i.instance===null){var u=Xa(a.href),p=o.querySelector(ql(u));if(p){o=p._p,o!==null&&typeof o=="object"&&typeof o.then=="function"&&(d.count++,d=Vc.bind(d),o.then(d,d)),i.state.loading|=4,i.instance=p,Ct(p);return}p=o.ownerDocument||o,a=G1(a),(u=rr.get(u))&&tf(a,u),p=p.createElement("link"),Ct(p);var k=p;k._p=new Promise(function(S,$){k.onload=S,k.onerror=$}),Gt(p,"link",a),i.instance=p}d.stylesheets===null&&(d.stylesheets=new Map),d.stylesheets.set(i,o),(o=i.state.preload)&&(i.state.loading&3)===0&&(d.count++,i=Vc.bind(d),o.addEventListener("load",i),o.addEventListener("error",i))}}function w9(){if(Zl===null)throw Error(n(475));var o=Zl;return o.stylesheets&&o.count===0&&rf(o,o.stylesheets),0<o.count?function(i){var a=setTimeout(function(){if(o.stylesheets&&rf(o,o.stylesheets),o.unsuspend){var d=o.unsuspend;o.unsuspend=null,d()}},6e4);return o.unsuspend=i,function(){o.unsuspend=null,clearTimeout(a)}}:null}function Vc(){if(this.count--,this.count===0){if(this.stylesheets)rf(this,this.stylesheets);else if(this.unsuspend){var o=this.unsuspend;this.unsuspend=null,o()}}}var Pc=null;function rf(o,i){o.stylesheets=null,o.unsuspend!==null&&(o.count++,Pc=new Map,i.forEach(S9,o),Pc=null,Vc.call(o))}function S9(o,i){if(!(i.state.loading&4)){var a=Pc.get(o);if(a)var d=a.get(null);else{a=new Map,Pc.set(o,a);for(var u=o.querySelectorAll("link[data-precedence],style[data-precedence]"),p=0;p<u.length;p++){var k=u[p];(k.nodeName==="LINK"||k.getAttribute("media")!=="not all")&&(a.set(k.dataset.precedence,k),d=k)}d&&a.set(null,d)}u=i.instance,k=u.getAttribute("data-precedence"),p=a.get(k)||d,p===d&&a.set(null,u),a.set(k,u),this.count++,d=Vc.bind(this),u.addEventListener("load",d),u.addEventListener("error",d),p?p.parentNode.insertBefore(u,p.nextSibling):(o=o.nodeType===9?o.head:o,o.insertBefore(u,o.firstChild)),i.state.loading|=4}}var Wl={$$typeof:A,Provider:null,Consumer:null,_currentValue:J,_currentValue2:J,_threadCount:0};function C9(o,i,a,d,u,p,k,S){this.tag=1,this.containerInfo=o,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=el(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=el(0),this.hiddenUpdates=el(null),this.identifierPrefix=d,this.onUncaughtError=u,this.onCaughtError=p,this.onRecoverableError=k,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=S,this.incompleteTransitions=new Map}function t3(o,i,a,d,u,p,k,S,$,j,G,oe){return o=new C9(o,i,a,k,S,$,j,oe),i=1,p===!0&&(i|=24),p=Mo(3,null,null,i),o.current=p,p.stateNode=o,i=Hb(),i.refCount++,o.pooledCache=i,i.refCount++,p.memoizedState={element:d,isDehydrated:a,cache:i},Pb(p),o}function o3(o){return o?(o=La,o):La}function r3(o,i,a,d,u,p){u=o3(u),d.context===null?d.context=u:d.pendingContext=u,d=jn(i),d.payload={element:a},p=p===void 0?null:p,p!==null&&(d.callback=p),a=Vn(o,d,i),a!==null&&(Vo(a,o,i),Sl(a,o,i))}function n3(o,i){if(o=o.memoizedState,o!==null&&o.dehydrated!==null){var a=o.retryLane;o.retryLane=a!==0&&a<i?a:i}}function nf(o,i){n3(o,i),(o=o.alternate)&&n3(o,i)}function i3(o){if(o.tag===13){var i=Ta(o,67108864);i!==null&&Vo(i,o,67108864),nf(o,67108864)}}var Uc=!0;function E9(o,i,a,d){var u=D.T;D.T=null;var p=ee.p;try{ee.p=2,af(o,i,a,d)}finally{ee.p=p,D.T=u}}function T9(o,i,a,d){var u=D.T;D.T=null;var p=ee.p;try{ee.p=8,af(o,i,a,d)}finally{ee.p=p,D.T=u}}function af(o,i,a,d){if(Uc){var u=sf(d);if(u===null)Zm(o,i,d,qc,a),s3(o,d);else if($9(u,o,i,a,d))d.stopPropagation();else if(s3(o,d),i&4&&-1<L9.indexOf(o)){for(;u!==null;){var p=In(u);if(p!==null)switch(p.tag){case 3:if(p=p.stateNode,p.current.memoizedState.isDehydrated){var k=Io(p.pendingLanes);if(k!==0){var S=p;for(S.pendingLanes|=2,S.entangledLanes|=2;k;){var $=1<<31-St(k);S.entanglements[1]|=$,k&=~$}jr(p),(Ye&6)===0&&(Lc=st()+500,jl(0))}}break;case 13:S=Ta(p,2),S!==null&&Vo(S,p,2),_c(),nf(p,2)}if(p=sf(d),p===null&&Zm(o,i,d,qc,a),p===u)break;u=p}u!==null&&d.stopPropagation()}else Zm(o,i,d,null,a)}}function sf(o){return o=hb(o),lf(o)}var qc=null;function lf(o){if(qc=null,o=Rn(o),o!==null){var i=l(o);if(i===null)o=null;else{var a=i.tag;if(a===13){if(o=c(i),o!==null)return o;o=null}else if(a===3){if(i.stateNode.current.memoizedState.isDehydrated)return i.tag===3?i.stateNode.containerInfo:null;o=null}else i!==o&&(o=null)}}return qc=o,null}function a3(o){switch(o){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(jt()){case zo:return 2;case ft:return 8;case vo:case ut:return 32;case Ao:return 268435456;default:return 32}default:return 32}}var df=!1,ei=null,ti=null,oi=null,Yl=new Map,Xl=new Map,ri=[],L9="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 s3(o,i){switch(o){case"focusin":case"focusout":ei=null;break;case"dragenter":case"dragleave":ti=null;break;case"mouseover":case"mouseout":oi=null;break;case"pointerover":case"pointerout":Yl.delete(i.pointerId);break;case"gotpointercapture":case"lostpointercapture":Xl.delete(i.pointerId)}}function Gl(o,i,a,d,u,p){return o===null||o.nativeEvent!==p?(o={blockedOn:i,domEventName:a,eventSystemFlags:d,nativeEvent:p,targetContainers:[u]},i!==null&&(i=In(i),i!==null&&i3(i)),o):(o.eventSystemFlags|=d,i=o.targetContainers,u!==null&&i.indexOf(u)===-1&&i.push(u),o)}function $9(o,i,a,d,u){switch(i){case"focusin":return ei=Gl(ei,o,i,a,d,u),!0;case"dragenter":return ti=Gl(ti,o,i,a,d,u),!0;case"mouseover":return oi=Gl(oi,o,i,a,d,u),!0;case"pointerover":var p=u.pointerId;return Yl.set(p,Gl(Yl.get(p)||null,o,i,a,d,u)),!0;case"gotpointercapture":return p=u.pointerId,Xl.set(p,Gl(Xl.get(p)||null,o,i,a,d,u)),!0}return!1}function l3(o){var i=Rn(o.target);if(i!==null){var a=l(i);if(a!==null){if(i=a.tag,i===13){if(i=c(a),i!==null){o.blockedOn=i,Ju(o.priority,function(){if(a.tag===13){var d=jo();d=tl(d);var u=Ta(a,d);u!==null&&Vo(u,a,d),nf(a,d)}});return}}else if(i===3&&a.stateNode.current.memoizedState.isDehydrated){o.blockedOn=a.tag===3?a.stateNode.containerInfo:null;return}}}o.blockedOn=null}function Fc(o){if(o.blockedOn!==null)return!1;for(var i=o.targetContainers;0<i.length;){var a=sf(o.nativeEvent);if(a===null){a=o.nativeEvent;var d=new a.constructor(a.type,a);cb=d,a.target.dispatchEvent(d),cb=null}else return i=In(a),i!==null&&i3(i),o.blockedOn=a,!1;i.shift()}return!0}function d3(o,i,a){Fc(o)&&a.delete(i)}function _9(){df=!1,ei!==null&&Fc(ei)&&(ei=null),ti!==null&&Fc(ti)&&(ti=null),oi!==null&&Fc(oi)&&(oi=null),Yl.forEach(d3),Xl.forEach(d3)}function Zc(o,i){o.blockedOn===i&&(o.blockedOn=null,df||(df=!0,e.unstable_scheduleCallback(e.unstable_NormalPriority,_9)))}var Wc=null;function c3(o){Wc!==o&&(Wc=o,e.unstable_scheduleCallback(e.unstable_NormalPriority,function(){Wc===o&&(Wc=null);for(var i=0;i<o.length;i+=3){var a=o[i],d=o[i+1],u=o[i+2];if(typeof d!="function"){if(lf(d||a)===null)continue;break}var p=In(a);p!==null&&(o.splice(i,3),i-=3,sm(p,{pending:!0,data:u,method:a.method,action:d},d,u))}}))}function Ql(o){function i($){return Zc($,o)}ei!==null&&Zc(ei,o),ti!==null&&Zc(ti,o),oi!==null&&Zc(oi,o),Yl.forEach(i),Xl.forEach(i);for(var a=0;a<ri.length;a++){var d=ri[a];d.blockedOn===o&&(d.blockedOn=null)}for(;0<ri.length&&(a=ri[0],a.blockedOn===null);)l3(a),a.blockedOn===null&&ri.shift();if(a=(o.ownerDocument||o).$$reactFormReplay,a!=null)for(d=0;d<a.length;d+=3){var u=a[d],p=a[d+1],k=u[Wt]||null;if(typeof p=="function")k||c3(a);else if(k){var S=null;if(p&&p.hasAttribute("formAction")){if(u=p,k=p[Wt]||null)S=k.formAction;else if(lf(u)!==null)continue}else S=k.action;typeof S=="function"?a[d+1]=S:(a.splice(d,3),d-=3),c3(a)}}}function cf(o){this._internalRoot=o}Yc.prototype.render=cf.prototype.render=function(o){var i=this._internalRoot;if(i===null)throw Error(n(409));var a=i.current,d=jo();r3(a,d,o,i,null,null)},Yc.prototype.unmount=cf.prototype.unmount=function(){var o=this._internalRoot;if(o!==null){this._internalRoot=null;var i=o.containerInfo;r3(o.current,2,null,o,null,null),_c(),i[Mt]=null}};function Yc(o){this._internalRoot=o}Yc.prototype.unstable_scheduleHydration=function(o){if(o){var i=Li();o={blockedOn:null,target:o,priority:i};for(var a=0;a<ri.length&&i!==0&&i<ri[a].priority;a++);ri.splice(a,0,o),a===0&&l3(o)}};var h3=t.version;if(h3!=="19.1.1")throw Error(n(527,h3,"19.1.1"));ee.findDOMNode=function(o){var i=o._reactInternals;if(i===void 0)throw typeof o.render=="function"?Error(n(188)):(o=Object.keys(o).join(","),Error(n(268,o)));return o=m(i),o=o!==null?b(o):null,o=o===null?null:o.stateNode,o};var O9={bundleType:0,version:"19.1.1",rendererPackageName:"react-dom",currentDispatcherRef:D,reconcilerVersion:"19.1.1"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Xc=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Xc.isDisabled&&Xc.supportsFiber)try{ko=Xc.inject(O9),$t=Xc}catch(o){}}return Jl.createRoot=function(o,i){if(!s(o))throw Error(n(299));var a=!1,d="",u=L0,p=$0,k=_0,S=null;return i!=null&&(i.unstable_strictMode===!0&&(a=!0),i.identifierPrefix!==void 0&&(d=i.identifierPrefix),i.onUncaughtError!==void 0&&(u=i.onUncaughtError),i.onCaughtError!==void 0&&(p=i.onCaughtError),i.onRecoverableError!==void 0&&(k=i.onRecoverableError),i.unstable_transitionCallbacks!==void 0&&(S=i.unstable_transitionCallbacks)),i=t3(o,1,!1,null,null,a,d,u,p,k,S,null),o[Mt]=i.current,Fm(o),new cf(i)},Jl.hydrateRoot=function(o,i,a){if(!s(o))throw Error(n(299));var d=!1,u="",p=L0,k=$0,S=_0,$=null,j=null;return a!=null&&(a.unstable_strictMode===!0&&(d=!0),a.identifierPrefix!==void 0&&(u=a.identifierPrefix),a.onUncaughtError!==void 0&&(p=a.onUncaughtError),a.onCaughtError!==void 0&&(k=a.onCaughtError),a.onRecoverableError!==void 0&&(S=a.onRecoverableError),a.unstable_transitionCallbacks!==void 0&&($=a.unstable_transitionCallbacks),a.formState!==void 0&&(j=a.formState)),i=t3(o,1,!0,i,a!=null?a:null,d,u,p,k,S,$,j),i.context=o3(null),a=i.current,d=jo(),d=tl(d),u=jn(d),u.callback=null,Vn(a,u,d),a=d,i.current.lanes=a,Ti(i,a),jr(i),o[Mt]=i.current,Fm(o),new Yc(i)},Jl.version="19.1.1",Jl}var x3;function N9(){if(x3)return bf.exports;x3=1;function e(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}return e(),bf.exports=H9(),bf.exports}var Mw=N9();const Bw=Zs(Mw);function kp(e,t){return kp=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},kp(e,t)}function Qr(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,kp(e,t)}var gf={exports:{}},vf,w3;function j9(){if(w3)return vf;w3=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return vf=e,vf}var yf,S3;function V9(){if(S3)return yf;S3=1;var e=j9();function t(){}function r(){}return r.resetWarningCache=t,yf=function(){function n(c,h,m,b,g,v){if(v!==e){var y=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 y.name="Invariant Violation",y}}n.isRequired=n;function s(){return n}var l={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:s,element:n,elementType:n,instanceOf:s,node:n,objectOf:s,oneOf:s,oneOfType:s,shape:s,exact:s,checkPropTypes:r,resetWarningCache:t};return l.PropTypes=l,l},yf}var C3;function P9(){return C3||(C3=1,gf.exports=V9()()),gf.exports}var U9=P9();const E3=Zs(U9);function Kt(){return Kt=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kt.apply(null,arguments)}function Gc(e){return e.charAt(0)==="/"}function kf(e,t){for(var r=t,n=r+1,s=e.length;n<s;r+=1,n+=1)e[r]=e[n];e.pop()}function q9(e,t){t===void 0&&(t="");var r=e&&e.split("/")||[],n=t&&t.split("/")||[],s=e&&Gc(e),l=t&&Gc(t),c=s||l;if(e&&Gc(e)?n=r:r.length&&(n.pop(),n=n.concat(r)),!n.length)return"/";var h;if(n.length){var m=n[n.length-1];h=m==="."||m===".."||m===""}else h=!1;for(var b=0,g=n.length;g>=0;g--){var v=n[g];v==="."?kf(n,g):v===".."?(kf(n,g),b++):b&&(kf(n,g),b--)}if(!c)for(;b--;b)n.unshift("..");c&&n[0]!==""&&(!n[0]||!Gc(n[0]))&&n.unshift("");var y=n.join("/");return h&&y.substr(-1)!=="/"&&(y+="/"),y}function T3(e){return e.valueOf?e.valueOf():Object.prototype.valueOf.call(e)}function Oh(e,t){if(e===t)return!0;if(e==null||t==null)return!1;if(Array.isArray(e))return Array.isArray(t)&&e.length===t.length&&e.every(function(s,l){return Oh(s,t[l])});if(typeof e=="object"||typeof t=="object"){var r=T3(e),n=T3(t);return r!==e||n!==t?Oh(r,n):Object.keys(Object.assign({},e,t)).every(function(s){return Oh(e[s],t[s])})}return!1}var F9="Invariant failed";function Si(e,t){throw new Error(F9)}function fd(e){return e.charAt(0)==="/"?e:"/"+e}function L3(e){return e.charAt(0)==="/"?e.substr(1):e}function Z9(e,t){return e.toLowerCase().indexOf(t.toLowerCase())===0&&"/?#".indexOf(e.charAt(t.length))!==-1}function Hw(e,t){return Z9(e,t)?e.substr(t.length):e}function Nw(e){return e.charAt(e.length-1)==="/"?e.slice(0,-1):e}function W9(e){var t=e||"/",r="",n="",s=t.indexOf("#");s!==-1&&(n=t.substr(s),t=t.substr(0,s));var l=t.indexOf("?");return l!==-1&&(r=t.substr(l),t=t.substr(0,l)),{pathname:t,search:r==="?"?"":r,hash:n==="#"?"":n}}function To(e){var t=e.pathname,r=e.search,n=e.hash,s=t||"/";return r&&r!=="?"&&(s+=r.charAt(0)==="?"?r:"?"+r),n&&n!=="#"&&(s+=n.charAt(0)==="#"?n:"#"+n),s}function fo(e,t,r,n){var s;typeof e=="string"?(s=W9(e),s.state=t):(s=Kt({},e),s.pathname===void 0&&(s.pathname=""),s.search?s.search.charAt(0)!=="?"&&(s.search="?"+s.search):s.search="",s.hash?s.hash.charAt(0)!=="#"&&(s.hash="#"+s.hash):s.hash="",t!==void 0&&s.state===void 0&&(s.state=t));try{s.pathname=decodeURI(s.pathname)}catch(l){throw l instanceof URIError?new URIError('Pathname "'+s.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):l}return r&&(s.key=r),n?s.pathname?s.pathname.charAt(0)!=="/"&&(s.pathname=q9(s.pathname,n.pathname)):s.pathname=n.pathname:s.pathname||(s.pathname="/"),s}function Y9(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash&&e.key===t.key&&Oh(e.state,t.state)}function vg(){var e=null;function t(c){return e=c,function(){e===c&&(e=null)}}function r(c,h,m,b){if(e!=null){var g=typeof e=="function"?e(c,h):e;typeof g=="string"?typeof m=="function"?m(g,b):b(!0):b(g!==!1)}else b(!0)}var n=[];function s(c){var h=!0;function m(){h&&c.apply(void 0,arguments)}return n.push(m),function(){h=!1,n=n.filter(function(b){return b!==m})}}function l(){for(var c=arguments.length,h=new Array(c),m=0;m<c;m++)h[m]=arguments[m];n.forEach(function(b){return b.apply(void 0,h)})}return{setPrompt:t,confirmTransitionTo:r,appendListener:s,notifyListeners:l}}var jw=!!(typeof window<"u"&&window.document&&window.document.createElement);function Vw(e,t){t(window.confirm(e))}function X9(){var e=window.navigator.userAgent;return(e.indexOf("Android 2.")!==-1||e.indexOf("Android 4.0")!==-1)&&e.indexOf("Mobile Safari")!==-1&&e.indexOf("Chrome")===-1&&e.indexOf("Windows Phone")===-1?!1:window.history&&"pushState"in window.history}function G9(){return window.navigator.userAgent.indexOf("Trident")===-1}function Q9(){return window.navigator.userAgent.indexOf("Firefox")===-1}function K9(e){return e.state===void 0&&navigator.userAgent.indexOf("CriOS")===-1}var $3="popstate",_3="hashchange";function O3(){try{return window.history.state||{}}catch(e){return{}}}function J9(e){e===void 0&&(e={}),jw||Si();var t=window.history,r=X9(),n=!G9(),s=e,l=s.forceRefresh,c=l===void 0?!1:l,h=s.getUserConfirmation,m=h===void 0?Vw:h,b=s.keyLength,g=b===void 0?6:b,v=e.basename?Nw(fd(e.basename)):"";function y(Z){var C=Z||{},z=C.key,H=C.state,M=window.location,Q=M.pathname,ce=M.search,he=M.hash,ye=Q+ce+he;return v&&(ye=Hw(ye,v)),fo(ye,H,z)}function x(){return Math.random().toString(36).substr(2,g)}var w=vg();function L(Z){Kt(J,Z),J.length=t.length,w.notifyListeners(J.location,J.action)}function E(Z){K9(Z)||A(y(Z.state))}function _(){A(y(O3()))}var I=!1;function A(Z){if(I)I=!1,L();else{var C="POP";w.confirmTransitionTo(Z,C,m,function(z){z?L({action:C,location:Z}):P(Z)})}}function P(Z){var C=J.location,z=Y.indexOf(C.key);z===-1&&(z=0);var H=Y.indexOf(Z.key);H===-1&&(H=0);var M=z-H;M&&(I=!0,re(M))}var T=y(O3()),Y=[T.key];function V(Z){return v+To(Z)}function X(Z,C){var z="PUSH",H=fo(Z,C,x(),J.location);w.confirmTransitionTo(H,z,m,function(M){if(M){var Q=V(H),ce=H.key,he=H.state;if(r)if(t.pushState({key:ce,state:he},null,Q),c)window.location.href=Q;else{var ye=Y.indexOf(J.location.key),ge=Y.slice(0,ye+1);ge.push(H.key),Y=ge,L({action:z,location:H})}else window.location.href=Q}})}function q(Z,C){var z="REPLACE",H=fo(Z,C,x(),J.location);w.confirmTransitionTo(H,z,m,function(M){if(M){var Q=V(H),ce=H.key,he=H.state;if(r)if(t.replaceState({key:ce,state:he},null,Q),c)window.location.replace(Q);else{var ye=Y.indexOf(J.location.key);ye!==-1&&(Y[ye]=H.key),L({action:z,location:H})}else window.location.replace(Q)}})}function re(Z){t.go(Z)}function ie(){re(-1)}function se(){re(1)}var pe=0;function be(Z){pe+=Z,pe===1&&Z===1?(window.addEventListener($3,E),n&&window.addEventListener(_3,_)):pe===0&&(window.removeEventListener($3,E),n&&window.removeEventListener(_3,_))}var ne=!1;function D(Z){Z===void 0&&(Z=!1);var C=w.setPrompt(Z);return ne||(be(1),ne=!0),function(){return ne&&(ne=!1,be(-1)),C()}}function ee(Z){var C=w.appendListener(Z);return be(1),function(){be(-1),C()}}var J={length:t.length,action:"POP",location:T,createHref:V,push:X,replace:q,go:re,goBack:ie,goForward:se,block:D,listen:ee};return J}var z3="hashchange",eS={hashbang:{encodePath:function(t){return t.charAt(0)==="!"?t:"!/"+L3(t)},decodePath:function(t){return t.charAt(0)==="!"?t.substr(1):t}},noslash:{encodePath:L3,decodePath:fd},slash:{encodePath:fd,decodePath:fd}};function Pw(e){var t=e.indexOf("#");return t===-1?e:e.slice(0,t)}function ed(){var e=window.location.href,t=e.indexOf("#");return t===-1?"":e.substring(t+1)}function tS(e){window.location.hash=e}function xf(e){window.location.replace(Pw(window.location.href)+"#"+e)}function oS(e){e===void 0&&(e={}),jw||Si();var t=window.history;Q9();var r=e,n=r.getUserConfirmation,s=n===void 0?Vw:n,l=r.hashType,c=l===void 0?"slash":l,h=e.basename?Nw(fd(e.basename)):"",m=eS[c],b=m.encodePath,g=m.decodePath;function v(){var C=g(ed());return h&&(C=Hw(C,h)),fo(C)}var y=vg();function x(C){Kt(Z,C),Z.length=t.length,y.notifyListeners(Z.location,Z.action)}var w=!1,L=null;function E(C,z){return C.pathname===z.pathname&&C.search===z.search&&C.hash===z.hash}function _(){var C=ed(),z=b(C);if(C!==z)xf(z);else{var H=v(),M=Z.location;if(!w&&E(M,H)||L===To(H))return;L=null,I(H)}}function I(C){if(w)w=!1,x();else{var z="POP";y.confirmTransitionTo(C,z,s,function(H){H?x({action:z,location:C}):A(C)})}}function A(C){var z=Z.location,H=V.lastIndexOf(To(z));H===-1&&(H=0);var M=V.lastIndexOf(To(C));M===-1&&(M=0);var Q=H-M;Q&&(w=!0,ie(Q))}var P=ed(),T=b(P);P!==T&&xf(T);var Y=v(),V=[To(Y)];function X(C){var z=document.querySelector("base"),H="";return z&&z.getAttribute("href")&&(H=Pw(window.location.href)),H+"#"+b(h+To(C))}function q(C,z){var H="PUSH",M=fo(C,void 0,void 0,Z.location);y.confirmTransitionTo(M,H,s,function(Q){if(Q){var ce=To(M),he=b(h+ce),ye=ed()!==he;if(ye){L=ce,tS(he);var ge=V.lastIndexOf(To(Z.location)),De=V.slice(0,ge+1);De.push(ce),V=De,x({action:H,location:M})}else x()}})}function re(C,z){var H="REPLACE",M=fo(C,void 0,void 0,Z.location);y.confirmTransitionTo(M,H,s,function(Q){if(Q){var ce=To(M),he=b(h+ce),ye=ed()!==he;ye&&(L=ce,xf(he));var ge=V.indexOf(To(Z.location));ge!==-1&&(V[ge]=ce),x({action:H,location:M})}})}function ie(C){t.go(C)}function se(){ie(-1)}function pe(){ie(1)}var be=0;function ne(C){be+=C,be===1&&C===1?window.addEventListener(z3,_):be===0&&window.removeEventListener(z3,_)}var D=!1;function ee(C){C===void 0&&(C=!1);var z=y.setPrompt(C);return D||(ne(1),D=!0),function(){return D&&(D=!1,ne(-1)),z()}}function J(C){var z=y.appendListener(C);return ne(1),function(){ne(-1),z()}}var Z={length:t.length,action:"POP",location:Y,createHref:X,push:q,replace:re,go:ie,goBack:se,goForward:pe,block:ee,listen:J};return Z}function A3(e,t,r){return Math.min(Math.max(e,t),r)}function rS(e){e===void 0&&(e={});var t=e,r=t.getUserConfirmation,n=t.initialEntries,s=n===void 0?["/"]:n,l=t.initialIndex,c=l===void 0?0:l,h=t.keyLength,m=h===void 0?6:h,b=vg();function g(X){Kt(V,X),V.length=V.entries.length,b.notifyListeners(V.location,V.action)}function v(){return Math.random().toString(36).substr(2,m)}var y=A3(c,0,s.length-1),x=s.map(function(X){return typeof X=="string"?fo(X,void 0,v()):fo(X,void 0,X.key||v())}),w=To;function L(X,q){var re="PUSH",ie=fo(X,q,v(),V.location);b.confirmTransitionTo(ie,re,r,function(se){if(se){var pe=V.index,be=pe+1,ne=V.entries.slice(0);ne.length>be?ne.splice(be,ne.length-be,ie):ne.push(ie),g({action:re,location:ie,index:be,entries:ne})}})}function E(X,q){var re="REPLACE",ie=fo(X,q,v(),V.location);b.confirmTransitionTo(ie,re,r,function(se){se&&(V.entries[V.index]=ie,g({action:re,location:ie}))})}function _(X){var q=A3(V.index+X,0,V.entries.length-1),re="POP",ie=V.entries[q];b.confirmTransitionTo(ie,re,r,function(se){se?g({action:re,location:ie,index:q}):g()})}function I(){_(-1)}function A(){_(1)}function P(X){var q=V.index+X;return q>=0&&q<V.entries.length}function T(X){return X===void 0&&(X=!1),b.setPrompt(X)}function Y(X){return b.appendListener(X)}var V={length:x.length,action:"POP",location:x[y],index:y,entries:x,createHref:w,push:L,replace:E,go:_,goBack:I,goForward:A,canGo:P,block:T,listen:Y};return V}var Fi={exports:{}},wf,R3;function nS(){return R3||(R3=1,wf=Array.isArray||function(e){return Object.prototype.toString.call(e)=="[object Array]"}),wf}var I3;function iS(){if(I3)return Fi.exports;I3=1;var e=nS();Fi.exports=L,Fi.exports.parse=r,Fi.exports.compile=n,Fi.exports.tokensToFunction=c,Fi.exports.tokensToRegExp=w;var t=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function r(E,_){for(var I=[],A=0,P=0,T="",Y=_&&_.delimiter||"/",V;(V=t.exec(E))!=null;){var X=V[0],q=V[1],re=V.index;if(T+=E.slice(P,re),P=re+X.length,q){T+=q[1];continue}var ie=E[P],se=V[2],pe=V[3],be=V[4],ne=V[5],D=V[6],ee=V[7];T&&(I.push(T),T="");var J=se!=null&&ie!=null&&ie!==se,Z=D==="+"||D==="*",C=D==="?"||D==="*",z=V[2]||Y,H=be||ne;I.push({name:pe||A++,prefix:se||"",delimiter:z,optional:C,repeat:Z,partial:J,asterisk:!!ee,pattern:H?m(H):ee?".*":"[^"+h(z)+"]+?"})}return P<E.length&&(T+=E.substr(P)),T&&I.push(T),I}function n(E,_){return c(r(E,_),_)}function s(E){return encodeURI(E).replace(/[\/?#]/g,function(_){return"%"+_.charCodeAt(0).toString(16).toUpperCase()})}function l(E){return encodeURI(E).replace(/[?#]/g,function(_){return"%"+_.charCodeAt(0).toString(16).toUpperCase()})}function c(E,_){for(var I=new Array(E.length),A=0;A<E.length;A++)typeof E[A]=="object"&&(I[A]=new RegExp("^(?:"+E[A].pattern+")$",g(_)));return function(P,T){for(var Y="",V=P||{},X=T||{},q=X.pretty?s:encodeURIComponent,re=0;re<E.length;re++){var ie=E[re];if(typeof ie=="string"){Y+=ie;continue}var se=V[ie.name],pe;if(se==null)if(ie.optional){ie.partial&&(Y+=ie.prefix);continue}else throw new TypeError('Expected "'+ie.name+'" to be defined');if(e(se)){if(!ie.repeat)throw new TypeError('Expected "'+ie.name+'" to not repeat, but received `'+JSON.stringify(se)+"`");if(se.length===0){if(ie.optional)continue;throw new TypeError('Expected "'+ie.name+'" to not be empty')}for(var be=0;be<se.length;be++){if(pe=q(se[be]),!I[re].test(pe))throw new TypeError('Expected all "'+ie.name+'" to match "'+ie.pattern+'", but received `'+JSON.stringify(pe)+"`");Y+=(be===0?ie.prefix:ie.delimiter)+pe}continue}if(pe=ie.asterisk?l(se):q(se),!I[re].test(pe))throw new TypeError('Expected "'+ie.name+'" to match "'+ie.pattern+'", but received "'+pe+'"');Y+=ie.prefix+pe}return Y}}function h(E){return E.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function m(E){return E.replace(/([=!:$\/()])/g,"\\$1")}function b(E,_){return E.keys=_,E}function g(E){return E&&E.sensitive?"":"i"}function v(E,_){var I=E.source.match(/\((?!\?)/g);if(I)for(var A=0;A<I.length;A++)_.push({name:A,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return b(E,_)}function y(E,_,I){for(var A=[],P=0;P<E.length;P++)A.push(L(E[P],_,I).source);var T=new RegExp("(?:"+A.join("|")+")",g(I));return b(T,_)}function x(E,_,I){return w(r(E,I),_,I)}function w(E,_,I){e(_)||(I=_||I,_=[]),I=I||{};for(var A=I.strict,P=I.end!==!1,T="",Y=0;Y<E.length;Y++){var V=E[Y];if(typeof V=="string")T+=h(V);else{var X=h(V.prefix),q="(?:"+V.pattern+")";_.push(V),V.repeat&&(q+="(?:"+X+q+")*"),V.optional?V.partial?q=X+"("+q+")?":q="(?:"+X+"("+q+"))?":q=X+"("+q+")",T+=q}}var re=h(I.delimiter||"/"),ie=T.slice(-re.length)===re;return A||(T=(ie?T.slice(0,-re.length):T)+"(?:"+re+"(?=$))?"),P?T+="$":T+=A&&ie?"":"(?="+re+"|$)",b(new RegExp("^"+T,g(I)),_)}function L(E,_,I){return e(_)||(I=_||I,_=[]),I=I||{},E instanceof RegExp?v(E,_):e(E)?y(E,_,I):x(E,_,I)}return Fi.exports}var aS=iS();const Uw=Zs(aS);var Sf={exports:{}},Ze={};var D3;function sS(){if(D3)return Ze;D3=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,s=e?Symbol.for("react.strict_mode"):60108,l=e?Symbol.for("react.profiler"):60114,c=e?Symbol.for("react.provider"):60109,h=e?Symbol.for("react.context"):60110,m=e?Symbol.for("react.async_mode"):60111,b=e?Symbol.for("react.concurrent_mode"):60111,g=e?Symbol.for("react.forward_ref"):60112,v=e?Symbol.for("react.suspense"):60113,y=e?Symbol.for("react.suspense_list"):60120,x=e?Symbol.for("react.memo"):60115,w=e?Symbol.for("react.lazy"):60116,L=e?Symbol.for("react.block"):60121,E=e?Symbol.for("react.fundamental"):60117,_=e?Symbol.for("react.responder"):60118,I=e?Symbol.for("react.scope"):60119;function A(T){if(typeof T=="object"&&T!==null){var Y=T.$$typeof;switch(Y){case t:switch(T=T.type,T){case m:case b:case n:case l:case s:case v:return T;default:switch(T=T&&T.$$typeof,T){case h:case g:case w:case x:case c:return T;default:return Y}}case r:return Y}}}function P(T){return A(T)===b}return Ze.AsyncMode=m,Ze.ConcurrentMode=b,Ze.ContextConsumer=h,Ze.ContextProvider=c,Ze.Element=t,Ze.ForwardRef=g,Ze.Fragment=n,Ze.Lazy=w,Ze.Memo=x,Ze.Portal=r,Ze.Profiler=l,Ze.StrictMode=s,Ze.Suspense=v,Ze.isAsyncMode=function(T){return P(T)||A(T)===m},Ze.isConcurrentMode=P,Ze.isContextConsumer=function(T){return A(T)===h},Ze.isContextProvider=function(T){return A(T)===c},Ze.isElement=function(T){return typeof T=="object"&&T!==null&&T.$$typeof===t},Ze.isForwardRef=function(T){return A(T)===g},Ze.isFragment=function(T){return A(T)===n},Ze.isLazy=function(T){return A(T)===w},Ze.isMemo=function(T){return A(T)===x},Ze.isPortal=function(T){return A(T)===r},Ze.isProfiler=function(T){return A(T)===l},Ze.isStrictMode=function(T){return A(T)===s},Ze.isSuspense=function(T){return A(T)===v},Ze.isValidElementType=function(T){return typeof T=="string"||typeof T=="function"||T===n||T===b||T===l||T===s||T===v||T===y||typeof T=="object"&&T!==null&&(T.$$typeof===w||T.$$typeof===x||T.$$typeof===c||T.$$typeof===h||T.$$typeof===g||T.$$typeof===E||T.$$typeof===_||T.$$typeof===I||T.$$typeof===L)},Ze.typeOf=A,Ze}var M3;function qw(){return M3||(M3=1,Sf.exports=sS()),Sf.exports}qw();function Tu(e,t){if(e==null)return{};var r={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(t.indexOf(n)!==-1)continue;r[n]=e[n]}return r}var Cf,B3;function lS(){if(B3)return Cf;B3=1;var e=qw(),t={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},r={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},n={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},l={};l[e.ForwardRef]=n,l[e.Memo]=s;function c(w){return e.isMemo(w)?s:l[w.$$typeof]||t}var h=Object.defineProperty,m=Object.getOwnPropertyNames,b=Object.getOwnPropertySymbols,g=Object.getOwnPropertyDescriptor,v=Object.getPrototypeOf,y=Object.prototype;function x(w,L,E){if(typeof L!="string"){if(y){var _=v(L);_&&_!==y&&x(w,_,E)}var I=m(L);b&&(I=I.concat(b(L)));for(var A=c(w),P=c(L),T=0;T<I.length;++T){var Y=I[T];if(!r[Y]&&!(E&&E[Y])&&!(P&&P[Y])&&!(A&&A[Y])){var V=g(L,Y);try{h(w,Y,V)}catch(X){}}}}return w}return Cf=x,Cf}lS();var Ef=1073741823,H3=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:{};function dS(){var e="__global_unique_id__";return H3[e]=(H3[e]||0)+1}function cS(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function hS(e){var t=[];return{on:function(n){t.push(n)},off:function(n){t=t.filter(function(s){return s!==n})},get:function(){return e},set:function(n,s){e=n,t.forEach(function(l){return l(e,s)})}}}function uS(e){return Array.isArray(e)?e[0]:e}function bS(e,t){var r,n,s="__create-react-context-"+dS()+"__",l=(function(h){Qr(m,h);function m(){for(var g,v=arguments.length,y=new Array(v),x=0;x<v;x++)y[x]=arguments[x];return g=h.call.apply(h,[this].concat(y))||this,g.emitter=hS(g.props.value),g}var b=m.prototype;return b.getChildContext=function(){var v;return v={},v[s]=this.emitter,v},b.componentWillReceiveProps=function(v){if(this.props.value!==v.value){var y=this.props.value,x=v.value,w;cS(y,x)?w=0:(w=typeof t=="function"?t(y,x):Ef,w|=0,w!==0&&this.emitter.set(v.value,w))}},b.render=function(){return this.props.children},m})(te.Component);l.childContextTypes=(r={},r[s]=E3.object.isRequired,r);var c=(function(h){Qr(m,h);function m(){for(var g,v=arguments.length,y=new Array(v),x=0;x<v;x++)y[x]=arguments[x];return g=h.call.apply(h,[this].concat(y))||this,g.observedBits=void 0,g.state={value:g.getValue()},g.onUpdate=function(w,L){var E=g.observedBits|0;(E&L)!==0&&g.setState({value:g.getValue()})},g}var b=m.prototype;return b.componentWillReceiveProps=function(v){var y=v.observedBits;this.observedBits=y==null?Ef:y},b.componentDidMount=function(){this.context[s]&&this.context[s].on(this.onUpdate);var v=this.props.observedBits;this.observedBits=v==null?Ef:v},b.componentWillUnmount=function(){this.context[s]&&this.context[s].off(this.onUpdate)},b.getValue=function(){return this.context[s]?this.context[s].get():e},b.render=function(){return uS(this.props.children)(this.state.value)},m})(te.Component);return c.contextTypes=(n={},n[s]=E3.object,n),{Provider:l,Consumer:c}}var mS=te.createContext||bS,Fw=function(t){var r=mS();return r.displayName=t,r},fS=Fw("Router-History"),ra=Fw("Router"),Lu=(function(e){Qr(t,e),t.computeRootMatch=function(s){return{path:"/",url:"/",params:{},isExact:s==="/"}};function t(n){var s;return s=e.call(this,n)||this,s.state={location:n.history.location},s._isMounted=!1,s._pendingLocation=null,n.staticContext||(s.unlisten=n.history.listen(function(l){s._pendingLocation=l})),s}var r=t.prototype;return r.componentDidMount=function(){var s=this;this._isMounted=!0,this.unlisten&&this.unlisten(),this.props.staticContext||(this.unlisten=this.props.history.listen(function(l){s._isMounted&&s.setState({location:l})})),this._pendingLocation&&this.setState({location:this._pendingLocation})},r.componentWillUnmount=function(){this.unlisten&&(this.unlisten(),this._isMounted=!1,this._pendingLocation=null)},r.render=function(){return te.createElement(ra.Provider,{value:{history:this.props.history,location:this.state.location,match:t.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},te.createElement(fS.Provider,{children:this.props.children||null,value:this.props.history}))},t})(te.Component);te.Component;var pS=(function(e){Qr(t,e);function t(){return e.apply(this,arguments)||this}var r=t.prototype;return r.componentDidMount=function(){this.props.onMount&&this.props.onMount.call(this,this)},r.componentDidUpdate=function(s){this.props.onUpdate&&this.props.onUpdate.call(this,this,s)},r.componentWillUnmount=function(){this.props.onUnmount&&this.props.onUnmount.call(this,this)},r.render=function(){return null},t})(te.Component),Tf={},gS=1e4,N3=0;function vS(e){if(Tf[e])return Tf[e];var t=Uw.compile(e);return N3<gS&&(Tf[e]=t,N3++),t}function j3(e,t){return e===void 0&&(e="/"),t===void 0&&(t={}),e==="/"?e:vS(e)(t,{pretty:!0})}function yS(e){var t=e.computedMatch,r=e.to,n=e.push,s=n===void 0?!1:n;return te.createElement(ra.Consumer,null,function(l){l||Si();var c=l.history,h=l.staticContext,m=s?c.push:c.replace,b=fo(t?typeof r=="string"?j3(r,t.params):Kt({},r,{pathname:j3(r.pathname,t.params)}):r);return h?(m(b),null):te.createElement(pS,{onMount:function(){m(b)},onUpdate:function(v,y){var x=fo(y.to);Y9(x,Kt({},b,{key:x.key}))||m(b)},to:r})})}var V3={},kS=1e4,P3=0;function xS(e,t){var r=""+t.end+t.strict+t.sensitive,n=V3[r]||(V3[r]={});if(n[e])return n[e];var s=[],l=Uw(e,s,t),c={regexp:l,keys:s};return P3<kS&&(n[e]=c,P3++),c}function yg(e,t){t===void 0&&(t={}),(typeof t=="string"||Array.isArray(t))&&(t={path:t});var r=t,n=r.path,s=r.exact,l=s===void 0?!1:s,c=r.strict,h=c===void 0?!1:c,m=r.sensitive,b=m===void 0?!1:m,g=[].concat(n);return g.reduce(function(v,y){if(!y&&y!=="")return null;if(v)return v;var x=xS(y,{end:l,strict:h,sensitive:b}),w=x.regexp,L=x.keys,E=w.exec(e);if(!E)return null;var _=E[0],I=E.slice(1),A=e===_;return l&&!A?null:{path:y,url:y==="/"&&_===""?"/":_,isExact:A,params:L.reduce(function(P,T,Y){return P[T.name]=I[Y],P},{})}},null)}function wS(e){return te.Children.count(e)===0}var Qc=(function(e){Qr(t,e);function t(){return e.apply(this,arguments)||this}var r=t.prototype;return r.render=function(){var s=this;return te.createElement(ra.Consumer,null,function(l){l||Si();var c=s.props.location||l.location,h=s.props.computedMatch?s.props.computedMatch:s.props.path?yg(c.pathname,s.props):l.match,m=Kt({},l,{location:c,match:h}),b=s.props,g=b.children,v=b.component,y=b.render;return Array.isArray(g)&&wS(g)&&(g=null),te.createElement(ra.Provider,{value:m},m.match?g?typeof g=="function"?g(m):g:v?te.createElement(v,m):y?y(m):null:typeof g=="function"?g(m):null)})},t})(te.Component);function kg(e){return e.charAt(0)==="/"?e:"/"+e}function SS(e,t){return e?Kt({},t,{pathname:kg(e)+t.pathname}):t}function CS(e,t){if(!e)return t;var r=kg(e);return t.pathname.indexOf(r)!==0?t:Kt({},t,{pathname:t.pathname.substr(r.length)})}function U3(e){return typeof e=="string"?e:To(e)}function Lf(e){return function(){Si()}}function q3(){}te.Component;te.Component;te.useContext;te.Component;var ES=(function(e){Qr(t,e);function t(){for(var n,s=arguments.length,l=new Array(s),c=0;c<s;c++)l[c]=arguments[c];return n=e.call.apply(e,[this].concat(l))||this,n.history=oS(n.props),n}var r=t.prototype;return r.render=function(){return te.createElement(Lu,{history:this.history,children:this.props.children})},t})(te.Component),xp=function(t,r){return typeof t=="function"?t(r):t},wp=function(t,r){return typeof t=="string"?fo(t,null,null,r):t},xg=function(t){return t},Ms=te.forwardRef;typeof Ms>"u"&&(Ms=xg);function TS(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}var LS=Ms(function(e,t){var r=e.innerRef,n=e.navigate,s=e.onClick,l=Tu(e,["innerRef","navigate","onClick"]),c=l.target,h=Kt({},l,{onClick:function(b){try{s&&s(b)}catch(g){throw b.preventDefault(),g}!b.defaultPrevented&&b.button===0&&(!c||c==="_self")&&!TS(b)&&(b.preventDefault(),n())}});return xg!==Ms?h.ref=t||r:h.ref=r,te.createElement("a",h)}),$S=Ms(function(e,t){var r=e.component,n=r===void 0?LS:r,s=e.replace,l=e.to,c=e.innerRef,h=Tu(e,["component","replace","to","innerRef"]);return te.createElement(ra.Consumer,null,function(m){m||Si();var b=m.history,g=wp(xp(l,m.location),m.location),v=g?b.createHref(g):"",y=Kt({},h,{href:v,navigate:function(){var w=xp(l,m.location),L=To(m.location)===To(wp(w)),E=s||L?b.replace:b.push;E(w)}});return xg!==Ms?y.ref=t||c:y.innerRef=c,te.createElement(n,y)})}),Zw=function(t){return t},Fh=te.forwardRef;typeof Fh>"u"&&(Fh=Zw);function _S(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.filter(function(n){return n}).join(" ")}var Ww=Fh(function(e,t){var r=e["aria-current"],n=r===void 0?"page":r,s=e.activeClassName,l=s===void 0?"active":s,c=e.activeStyle,h=e.className,m=e.exact,b=e.isActive,g=e.location,v=e.sensitive,y=e.strict,x=e.style,w=e.to,L=e.innerRef,E=Tu(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","sensitive","strict","style","to","innerRef"]);return te.createElement(ra.Consumer,null,function(_){_||Si();var I=g||_.location,A=wp(xp(w,I),I),P=A.pathname,T=P&&P.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),Y=T?yg(I.pathname,{path:T,exact:m,sensitive:v,strict:y}):null,V=!!(b?b(Y,I):Y),X=typeof h=="function"?h(V):h,q=typeof x=="function"?x(V):x;V&&(X=_S(X,l),q=Kt({},q,c));var re=Kt({"aria-current":V&&n||null,className:X,style:q,to:A},E);return Zw!==Fh?re.ref=t||L:re.innerRef=L,te.createElement($S,re)})});const OS="modulepreload",zS=function(e,t){return new URL(e,t).href},F3={},dr=function(t,r,n){let s=Promise.resolve();if(r&&r.length>0){let b=function(g){return Promise.all(g.map(v=>Promise.resolve(v).then(y=>({status:"fulfilled",value:y}),y=>({status:"rejected",reason:y}))))};const c=document.getElementsByTagName("link"),h=document.querySelector("meta[property=csp-nonce]"),m=(h==null?void 0:h.nonce)||(h==null?void 0:h.getAttribute("nonce"));s=b(r.map(g=>{if(g=zS(g,n),g in F3)return;F3[g]=!0;const v=g.endsWith(".css"),y=v?'[rel="stylesheet"]':"";if(n)for(let w=c.length-1;w>=0;w--){const L=c[w];if(L.href===g&&(!v||L.rel==="stylesheet"))return}else if(document.querySelector('link[href="'.concat(g,'"]').concat(y)))return;const x=document.createElement("link");if(x.rel=v?"stylesheet":OS,v||(x.as="script"),x.crossOrigin="",x.href=g,m&&x.setAttribute("nonce",m),document.head.appendChild(x),v)return new Promise((w,L)=>{x.addEventListener("load",w),x.addEventListener("error",()=>L(new Error("Unable to preload CSS for ".concat(g))))})}))}function l(c){const h=new Event("vite:preloadError",{cancelable:!0});if(h.payload=c,window.dispatchEvent(h),!h.defaultPrevented)throw c}return s.then(c=>{for(const h of c||[])h.status==="rejected"&&l(h.reason);return t().catch(l)})};var _o={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},AS="app",RS=Object.defineProperty,IS=(e,t)=>{for(var r in t)RS(e,r,{get:t[r],enumerable:!0})},DS={isBrowser:!0},MS="http://www.w3.org/2000/svg",BS="http://www.w3.org/1999/xhtml",HS=(e,t)=>{var r;const n=t.$cmpMeta$;Object.entries((r=n.$members$)!=null?r:{}).map(([l,[c]])=>{if(c&31||c&32){const h=e[l],m=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(e),l);Object.defineProperty(e,l,{get(){return m.get.call(this)},set(b){m.set.call(this,b)},configurable:!0,enumerable:!0}),e[l]=t.$instanceValues$.has(l)?t.$instanceValues$.get(l):h}})},ki=e=>{if(e.__stencil__getHostRef)return e.__stencil__getHostRef()},NS=(e,t)=>{const r={$flags$:0,$hostElement$:e,$cmpMeta$:t,$instanceValues$:new Map};r.$onReadyPromise$=new Promise(s=>r.$onReadyResolve$=s),e["s-p"]=[],e["s-rc"]=[];const n=r;return e.__stencil__getHostRef=()=>n,_o.modernPropertyDecls&&_o.state&&HS(e,r),n},Z3=(e,t)=>t in e,_d=(e,t)=>(0,console.error)(e,t),Zh=new Map,Yw=[],jS="slot-fb{display:contents}slot-fb[hidden]{display:none}",W3="http://www.w3.org/1999/xlink",xt=typeof window<"u"?window:{},Jr=xt.HTMLElement||class{},Jt={$flags$:0,$resourcesUrl$:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,r,n)=>e.addEventListener(t,r,n),rel:(e,t,r,n)=>e.removeEventListener(t,r,n),ce:(e,t)=>new CustomEvent(e,t)},VS=(()=>{var e;let t=!1;try{(e=xt.document)==null||e.addEventListener("e",null,Object.defineProperty({},"passive",{get(){t=!0}}))}catch(r){}return t})(),PS=e=>Promise.resolve(e),wg=(()=>{try{return new CSSStyleSheet,typeof new CSSStyleSheet().replaceSync=="function"}catch(e){}return!1})(),Sp=wg?!!xt.document&&Object.getOwnPropertyDescriptor(xt.document.adoptedStyleSheets,"length").writable:!1,Cp=!1,Ep=[],Xw=[],Gw=(e,t)=>r=>{e.push(r),Cp||(Cp=!0,t&&Jt.$flags$&4?Sg(Tp):Jt.raf(Tp))},Y3=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(r){_d(r)}e.length=0},Tp=()=>{Y3(Ep),Y3(Xw),(Cp=Ep.length>0)&&Jt.raf(Tp)},Sg=e=>PS().then(e),US=Gw(Ep,!1),Cg=Gw(Xw,!0),qS=e=>{const t=new URL(e,Jt.$resourcesUrl$);return t.origin!==xt.location.origin?t.href:t.pathname},FS=e=>e!=null&&e!==void 0,Eg=e=>(e=typeof e,e==="object"||e==="function");function ZS(e){var t,r,n;return(n=(r=(t=e.head)==null?void 0:t.querySelector('meta[name="csp-nonce"]'))==null?void 0:r.getAttribute("content"))!=null?n:void 0}var WS=e=>e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),YS={};IS(YS,{err:()=>Qw,map:()=>XS,ok:()=>Lp,unwrap:()=>GS,unwrapErr:()=>QS});var Lp=e=>({isOk:!0,isErr:!1,value:e}),Qw=e=>({isOk:!1,isErr:!0,value:e});function XS(e,t){if(e.isOk){const r=t(e.value);return r instanceof Promise?r.then(n=>Lp(n)):Lp(r)}if(e.isErr){const r=e.value;return Qw(r)}throw"should never get here"}var GS=e=>{if(e.isOk)return e.value;throw e.value},QS=e=>{if(e.isErr)return e.value;throw e.value};var td;function KS(e){var t;const r=this.attachShadow({mode:"open",delegatesFocus:!!(e.$flags$&16)});td===void 0&&(td=(t=void 0)!=null?t:null),td&&(Sp?r.adoptedStyleSheets.push(td):r.adoptedStyleSheets=[...r.adoptedStyleSheets,td])}var Kw=e=>{const t=G3(e,"childNodes");e.tagName&&e.tagName.includes("-")&&e["s-cr"]&&e.tagName!=="SLOT-FB"&&Jw(t,e.tagName).forEach(n=>{n.nodeType===1&&n.tagName==="SLOT-FB"&&(eC(n,Tg(n),!1).length?n.hidden=!0:n.hidden=!1)});let r=0;for(r=0;r<t.length;r++){const n=t[r];n.nodeType===1&&G3(n,"childNodes").length&&Kw(n)}},JS=e=>{const t=[];for(let r=0;r<e.length;r++){const n=e[r]["s-nr"]||void 0;n&&n.isConnected&&t.push(n)}return t};function Jw(e,t,r){let n=0,s=[],l;for(;n<e.length;n++)l=e[n],l["s-sr"]&&(!t||l["s-hn"]===t)&&r===void 0&&s.push(l),s=[...s,...Jw(l.childNodes,t,r)];return s}var eC=(e,t,r=!0)=>{const n=[];(r&&e["s-sr"]||!e["s-sr"])&&n.push(e);let s=e;for(;s=s.nextSibling;)Tg(s)===t&&(r||!s["s-sr"])&&n.push(s);return n},X3=(e,t)=>e.nodeType===1?e.getAttribute("slot")===null&&t===""||e.getAttribute("slot")===t:e["s-sn"]===t?!0:t==="",Tg=e=>typeof e["s-sn"]=="string"?e["s-sn"]:e.nodeType===1&&e.getAttribute("slot")||void 0;function tC(e){if(e.assignedElements||e.assignedNodes||!e["s-sr"])return;const t=r=>(function(n){const s=[],l=this["s-sn"];n!=null&&n.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 c=this["s-cr"].parentElement;return(c.__childNodes?c.childNodes:JS(c.childNodes)).forEach(m=>{l===Tg(m)&&s.push(m)}),r?s.filter(m=>m.nodeType===1):s}).bind(e);e.assignedElements=t(!0),e.assignedNodes=t(!1)}function G3(e,t){if("__"+t in e){const r=e["__"+t];return typeof r!="function"?r:r.bind(e)}else return typeof e[t]!="function"?e[t]:e[t].bind(e)}var na=(e,t="")=>()=>{},fs=new WeakMap,oC=(e,t,r)=>{let n=Zh.get(e);wg&&r?(n=n||new CSSStyleSheet,typeof n=="string"?n=t:n.replaceSync(t)):n=t,Zh.set(e,n)},rC=(e,t,r)=>{var n;const s=e6(t,r),l=Zh.get(s);if(!xt.document)return s;if(e=e.nodeType===11?e:xt.document,l)if(typeof l=="string"){e=e.head||e;let c=fs.get(e),h;if(c||fs.set(e,c=new Set),!c.has(s)){{h=xt.document.createElement("style"),h.innerHTML=l;const m=(n=Jt.$nonce$)!=null?n:ZS(xt.document);if(m!=null&&h.setAttribute("nonce",m),!(t.$flags$&1))if(e.nodeName==="HEAD"){const b=e.querySelectorAll("link[rel=preconnect]"),g=b.length>0?b[b.length-1].nextSibling:e.querySelector("style");e.insertBefore(h,(g==null?void 0:g.parentNode)===e?g:null)}else if("host"in e)if(wg){const b=new CSSStyleSheet;b.replaceSync(l),Sp?e.adoptedStyleSheets.unshift(b):e.adoptedStyleSheets=[b,...e.adoptedStyleSheets]}else{const b=e.querySelector("style");b?b.innerHTML=l+b.innerHTML:e.prepend(h)}else e.append(h);t.$flags$&1&&e.insertBefore(h,null)}t.$flags$&4&&(h.innerHTML+=jS),c&&c.add(s)}}else e.adoptedStyleSheets.includes(l)||(Sp?e.adoptedStyleSheets.push(l):e.adoptedStyleSheets=[...e.adoptedStyleSheets,l]);return s},nC=e=>{const t=e.$cmpMeta$,r=e.$hostElement$,n=t.$flags$,s=na("attachStyles",t.$tagName$),l=rC(r.shadowRoot?r.shadowRoot:r.getRootNode(),t,e.$modeName$);n&10&&(r["s-sc"]=l,r.classList.add(l+"-h")),s()},e6=(e,t)=>"sc-"+(t&&e.$flags$&32?e.$tagName$+"-"+t:e.$tagName$),Ge=(e,t,...r)=>{let n=null,s=null,l=null,c=!1,h=!1;const m=[],b=v=>{for(let y=0;y<v.length;y++)n=v[y],Array.isArray(n)?b(n):n!=null&&typeof n!="boolean"&&((c=typeof e!="function"&&!Eg(n))&&(n=String(n)),c&&h?m[m.length-1].$text$+=n:m.push(c?Wh(null,n):n),h=c)};if(b(r),t){t.key&&(s=t.key),t.name&&(l=t.name);{const v=t.className||t.class;v&&(t.class=typeof v!="object"?v:Object.keys(v).filter(y=>v[y]).join(" "))}}if(typeof e=="function")return e(t===null?{}:t,m,aC);const g=Wh(e,null);return g.$attrs$=t,m.length>0&&(g.$children$=m),g.$key$=s,g.$name$=l,g},Wh=(e,t)=>{const r={$flags$:0,$tag$:e,$text$:t,$elm$:null,$children$:null};return r.$attrs$=null,r.$key$=null,r.$name$=null,r},_n={},iC=e=>e&&e.$tag$===_n,aC={forEach:(e,t)=>e.map(Q3).forEach(t),map:(e,t)=>e.map(Q3).map(t).map(sC)},Q3=e=>({vattrs:e.$attrs$,vchildren:e.$children$,vkey:e.$key$,vname:e.$name$,vtag:e.$tag$,vtext:e.$text$}),sC=e=>{if(typeof e.vtag=="function"){const r={...e.vattrs};return e.vkey&&(r.key=e.vkey),e.vname&&(r.name=e.vname),Ge(e.vtag,r,...e.vchildren||[])}const t=Wh(e.vtag,e.vtext);return t.$attrs$=e.vattrs,t.$children$=e.vchildren,t.$key$=e.vkey,t.$name$=e.vname,t},Lg=e=>{const t=WS(e);return new RegExp("(^|[^@]|@(?!supports\\s+selector\\s*\\([^{]*?".concat(t,"))(").concat(t,"\\b)"),"g")};Lg("::slotted");Lg(":host");Lg(":host-context");var lC=e=>Yw.map(t=>t(e)).find(t=>!!t),dC=e=>Yw.push(e),cC=e=>{var t;return(t=ki(e))==null?void 0:t.$modeName$},t6=(e,t,r)=>{if(typeof e=="string"&&(t&16||t&8)&&(e.startsWith("{")&&e.endsWith("}")||e.startsWith("[")&&e.endsWith("]")))try{return JSON.parse(e)}catch(n){}return e!=null&&!Eg(e)?t&4?e==="false"?!1:e===""||!!e:t&2?typeof e=="string"?parseFloat(e):typeof e=="number"?e:NaN:t&1?String(e):e:e},hC=e=>e,ur=(e,t,r)=>{const n=hC(e);return{emit:s=>o6(n,t,{bubbles:!!(r&4),composed:!!(r&2),cancelable:!!(r&1),detail:s})}},o6=(e,t,r)=>{const n=Jt.ce(t,r);return e.dispatchEvent(n),n},K3=(e,t,r,n,s,l,c)=>{if(r===n)return;let h=Z3(e,t),m=t.toLowerCase();if(t==="class"){const b=e.classList,g=J3(r);let v=J3(n);b.remove(...g.filter(y=>y&&!v.includes(y))),b.add(...v.filter(y=>y&&!g.includes(y)))}else if(t==="style"){for(const b in r)(!n||n[b]==null)&&(b.includes("-")?e.style.removeProperty(b):e.style[b]="");for(const b in n)(!r||n[b]!==r[b])&&(b.includes("-")?e.style.setProperty(b,n[b]):e.style[b]=n[b])}else if(t!=="key")if(t==="ref")n&&n(e);else if(!e.__lookupSetter__(t)&&t[0]==="o"&&t[1]==="n"){if(t[2]==="-"?t=t.slice(3):Z3(xt,m)?t=m.slice(2):t=m[2]+t.slice(3),r||n){const b=t.endsWith(r6);t=t.replace(bC,""),r&&Jt.rel(e,t,r,b),n&&Jt.ael(e,t,n,b)}}else{const b=Eg(n);if((h||b&&n!==null)&&!s)try{if(e.tagName.includes("-"))e[t]!==n&&(e[t]=n);else{const v=n==null?"":n;t==="list"?h=!1:(r==null||e[t]!=v)&&(typeof e.__lookupSetter__(t)=="function"?e[t]=v:e.setAttribute(t,v))}}catch(v){}let g=!1;m!==(m=m.replace(/^xlink\:?/,""))&&(t=m,g=!0),n==null||n===!1?(n!==!1||e.getAttribute(t)==="")&&(g?e.removeAttributeNS(W3,t):e.removeAttribute(t)):(!h||l&4||s)&&!b&&e.nodeType===1&&(n=n===!0?"":n,g?e.setAttributeNS(W3,t,n):e.setAttribute(t,n))}},uC=/\s/,J3=e=>(typeof e=="object"&&e&&"baseVal"in e&&(e=e.baseVal),!e||typeof e!="string"?[]:e.split(uC)),r6="Capture",bC=new RegExp(r6+"$"),$p=(e,t,r,n)=>{const s=t.$elm$.nodeType===11&&t.$elm$.host?t.$elm$.host:t.$elm$,l=e&&e.$attrs$||{},c=t.$attrs$||{};for(const h of ek(Object.keys(l)))h in c||K3(s,h,l[h],void 0,r,t.$flags$);for(const h of ek(Object.keys(c)))K3(s,h,l[h],c[h],r,t.$flags$)};function ek(e){return e.includes("ref")?[...e.filter(t=>t!=="ref"),"ref"]:e}var zh,Yh,xd,_p=!1,Xh=!1,$g=!1,Lo=!1,Gh=(e,t,r)=>{var n;const s=t.$children$[r];let l=0,c,h,m;if(_p||($g=!0,s.$tag$==="slot"&&(s.$flags$|=s.$children$?2:1)),s.$text$!==null)c=s.$elm$=xt.document.createTextNode(s.$text$);else if(s.$flags$&1)c=s.$elm$=xt.document.createTextNode(""),$p(null,s,Lo);else{if(Lo||(Lo=s.$tag$==="svg"),!xt.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(c=s.$elm$=xt.document.createElementNS(Lo?MS:BS,!_p&&_o.slotRelocation&&s.$flags$&2?"slot-fb":s.$tag$),Lo&&s.$tag$==="foreignObject"&&(Lo=!1),$p(null,s,Lo),FS(zh)&&c["s-si"]!==zh&&c.classList.add(c["s-si"]=zh),s.$children$)for(l=0;l<s.$children$.length;++l)h=Gh(e,s,l),h&&c.appendChild(h);s.$tag$==="svg"?Lo=!1:c.tagName==="foreignObject"&&(Lo=!0)}return c["s-hn"]=xd,s.$flags$&3&&(c["s-sr"]=!0,c["s-cr"]=Yh,c["s-sn"]=s.$name$||"",c["s-rf"]=(n=s.$attrs$)==null?void 0:n.ref,tC(c),m=e&&e.$children$&&e.$children$[r],m&&m.$tag$===s.$tag$&&e.$elm$&&wd(e.$elm$,!1),l6(Yh,c,t.$elm$,e==null?void 0:e.$elm$)),c},wd=(e,t)=>{Jt.$flags$|=1;const r=Array.from(e.__childNodes||e.childNodes);e["s-sr"]&&_o.experimentalSlotFixes;for(let n=r.length-1;n>=0;n--){const s=r[n];s["s-hn"]!==xd&&s["s-ol"]&&(vi(Sd(s).parentNode,s,Sd(s)),s["s-ol"].remove(),s["s-ol"]=void 0,s["s-sh"]=void 0,$g=!0),t&&wd(s,t)}Jt.$flags$&=-2},n6=(e,t,r,n,s,l)=>{let c=e["s-cr"]&&e["s-cr"].parentNode||e,h;for(c.shadowRoot&&c.tagName===xd&&(c=c.shadowRoot);s<=l;++s)n[s]&&(h=Gh(null,r,s),h&&(n[s].$elm$=h,vi(c,h,Sd(t))))},i6=(e,t,r)=>{for(let n=t;n<=r;++n){const s=e[n];if(s){const l=s.$elm$;s6(s),l&&(Xh=!0,l["s-ol"]?l["s-ol"].remove():wd(l,!0),l.remove())}}},mC=(e,t,r,n,s=!1)=>{let l=0,c=0,h=0,m=0,b=t.length-1,g=t[0],v=t[b],y=n.length-1,x=n[0],w=n[y],L,E;for(;l<=b&&c<=y;)if(g==null)g=t[++l];else if(v==null)v=t[--b];else if(x==null)x=n[++c];else if(w==null)w=n[--y];else if(Kc(g,x,s))os(g,x,s),g=t[++l],x=n[++c];else if(Kc(v,w,s))os(v,w,s),v=t[--b],w=n[--y];else if(Kc(g,w,s))(g.$tag$==="slot"||w.$tag$==="slot")&&wd(g.$elm$.parentNode,!1),os(g,w,s),vi(e,g.$elm$,v.$elm$.nextSibling),g=t[++l],w=n[--y];else if(Kc(v,x,s))(g.$tag$==="slot"||w.$tag$==="slot")&&wd(v.$elm$.parentNode,!1),os(v,x,s),vi(e,v.$elm$,g.$elm$),v=t[--b],x=n[++c];else{for(h=-1,m=l;m<=b;++m)if(t[m]&&t[m].$key$!==null&&t[m].$key$===x.$key$){h=m;break}h>=0?(E=t[h],E.$tag$!==x.$tag$?L=Gh(t&&t[c],r,h):(os(E,x,s),t[h]=void 0,L=E.$elm$),x=n[++c]):(L=Gh(t&&t[c],r,c),x=n[++c]),L&&vi(Sd(g.$elm$).parentNode,L,Sd(g.$elm$))}l>b?n6(e,n[y+1]==null?null:n[y+1].$elm$,r,n,c,y):c>y&&i6(t,l,b)},Kc=(e,t,r=!1)=>e.$tag$===t.$tag$?e.$tag$==="slot"?e.$name$===t.$name$:r?(r&&!e.$key$&&t.$key$&&(e.$key$=t.$key$),!0):e.$key$===t.$key$:!1,Sd=e=>e&&e["s-ol"]||e,os=(e,t,r=!1)=>{const n=t.$elm$=e.$elm$,s=e.$children$,l=t.$children$,c=t.$tag$,h=t.$text$;let m;h===null?(Lo=c==="svg"?!0:c==="foreignObject"?!1:Lo,$p(e,t,Lo),s!==null&&l!==null?mC(n,s,t,l,r):l!==null?(e.$text$!==null&&(n.textContent=""),n6(n,null,t,l,0,l.length-1)):!r&&_o.updatable&&s!==null&&i6(s,0,s.length-1),Lo&&c==="svg"&&(Lo=!1)):(m=n["s-cr"])?m.parentNode.textContent=h:e.$text$!==h&&(n.data=h)},xn=[],a6=e=>{let t,r,n;const s=e.__childNodes||e.childNodes;for(const l of s){if(l["s-sr"]&&(t=l["s-cr"])&&t.parentNode){r=t.parentNode.__childNodes||t.parentNode.childNodes;const c=l["s-sn"];for(n=r.length-1;n>=0;n--)if(t=r[n],!t["s-cn"]&&!t["s-nr"]&&t["s-hn"]!==l["s-hn"])if(X3(t,c)){let h=xn.find(m=>m.$nodeToRelocate$===t);Xh=!0,t["s-sn"]=t["s-sn"]||c,h?(h.$nodeToRelocate$["s-sh"]=l["s-hn"],h.$slotRefNode$=l):(t["s-sh"]=l["s-hn"],xn.push({$slotRefNode$:l,$nodeToRelocate$:t})),t["s-sr"]&&xn.map(m=>{X3(m.$nodeToRelocate$,t["s-sn"])&&(h=xn.find(b=>b.$nodeToRelocate$===t),h&&!m.$slotRefNode$&&(m.$slotRefNode$=h.$slotRefNode$))})}else xn.some(h=>h.$nodeToRelocate$===t)||xn.push({$nodeToRelocate$:t})}l.nodeType===1&&a6(l)}},s6=e=>{e.$attrs$&&e.$attrs$.ref&&e.$attrs$.ref(null),e.$children$&&e.$children$.map(s6)},vi=(e,t,r)=>(typeof t["s-sn"]=="string"&&t["s-sr"]&&t["s-cr"]&&l6(t["s-cr"],t,e,t.parentElement),e==null?void 0:e.insertBefore(t,r));function l6(e,t,r,n){var s,l;let c;if(e&&typeof t["s-sn"]=="string"&&t["s-sr"]&&e.parentNode&&e.parentNode["s-sc"]&&(c=t["s-si"]||e.parentNode["s-sc"])){const h=t["s-sn"],m=t["s-hn"];if((s=r.classList)==null||s.add(c+"-s"),n&&((l=n.classList)!=null&&l.contains(c+"-s"))){let b=(n.__childNodes||n.childNodes)[0],g=!1;for(;b;){if(b["s-sn"]!==h&&b["s-hn"]===m&&b["s-sr"]){g=!0;break}b=b.nextSibling}g||n.classList.remove(c+"-s")}}}var fC=(e,t,r=!1)=>{var n,s,l,c,h;const m=e.$hostElement$,b=e.$cmpMeta$,g=e.$vnode$||Wh(null,null),y=iC(t)?t:Ge(null,null,t);if(xd=m.tagName,b.$attrsToReflect$&&(y.$attrs$=y.$attrs$||{},b.$attrsToReflect$.map(([x,w])=>y.$attrs$[w]=m[x])),r&&y.$attrs$)for(const x of Object.keys(y.$attrs$))m.hasAttribute(x)&&!["key","ref","style","class"].includes(x)&&(y.$attrs$[x]=m[x]);y.$tag$=null,y.$flags$|=4,e.$vnode$=y,y.$elm$=g.$elm$=m.shadowRoot||m,zh=m["s-sc"],_p=!!(b.$flags$&1)&&!(b.$flags$&128),Yh=m["s-cr"],Xh=!1,os(g,y,r);{if(Jt.$flags$|=1,$g){a6(y.$elm$);for(const x of xn){const w=x.$nodeToRelocate$;if(!w["s-ol"]&&xt.document){const L=xt.document.createTextNode("");L["s-nr"]=w,vi(w.parentNode,w["s-ol"]=L,w)}}for(const x of xn){const w=x.$nodeToRelocate$,L=x.$slotRefNode$;if(L){const E=L.parentNode;let _=L.nextSibling;{let P=(n=w["s-ol"])==null?void 0:n.previousSibling;for(;P;){let T=(s=P["s-nr"])!=null?s:null;if(T&&T["s-sn"]===w["s-sn"]&&E===(T.__parentNode||T.parentNode)){for(T=T.nextSibling;T===w||T!=null&&T["s-sr"];)T=T==null?void 0:T.nextSibling;if(!T||!T["s-nr"]){_=T;break}}P=P.previousSibling}}const I=w.__parentNode||w.parentNode,A=w.__nextSibling||w.nextSibling;(!_&&E!==I||A!==_)&&w!==_&&(!w["s-hn"]&&w["s-ol"]&&(w["s-hn"]=w["s-ol"].parentNode.nodeName),vi(E,w,_),w.nodeType===1&&w.tagName!=="SLOT-FB"&&(w.hidden=(l=w["s-ih"])!=null?l:!1)),w&&typeof L["s-rf"]=="function"&&L["s-rf"](L)}else w.nodeType===1&&(r&&(w["s-ih"]=(c=w.hidden)!=null?c:!1),w.hidden=!0)}}Xh&&Kw(y.$elm$),Jt.$flags$&=-2,xn.length=0}if(_o.experimentalScopedSlotChanges&&b.$flags$&2){const x=y.$elm$.__childNodes||y.$elm$.childNodes;for(const w of x)w["s-hn"]!==xd&&!w["s-sh"]&&(r&&w["s-ih"]==null&&(w["s-ih"]=(h=w.hidden)!=null?h:!1),w.hidden=!0)}Yh=void 0},d6=(e,t)=>{if(t&&!e.$onRenderResolve$&&t["s-p"]){const r=t["s-p"].push(new Promise(n=>e.$onRenderResolve$=()=>{t["s-p"].splice(r-1,1),n()}))}},_g=(e,t)=>{if(e.$flags$|=16,e.$flags$&4){e.$flags$|=512;return}d6(e,e.$ancestorComponent$);const r=()=>pC(e,t);if(t){queueMicrotask(()=>{r()});return}return Cg(r)},pC=(e,t)=>{const r=e.$hostElement$,n=na("scheduleUpdate",e.$cmpMeta$.$tagName$),s=r;if(!s)throw new Error("Can't render component <".concat(r.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 l;return t?l=ws(s,"componentWillLoad",void 0,r):l=ws(s,"componentWillUpdate",void 0,r),l=tk(l,()=>ws(s,"componentWillRender",void 0,r)),n(),tk(l,()=>vC(e,s,t))},tk=(e,t)=>gC(e)?e.then(t).catch(r=>{console.error(r),t()}):t(),gC=e=>e instanceof Promise||e&&e.then&&typeof e.then=="function",vC=async(e,t,r)=>{var n;const s=e.$hostElement$,l=na("update",e.$cmpMeta$.$tagName$),c=s["s-rc"];r&&nC(e);const h=na("render",e.$cmpMeta$.$tagName$);yC(e,t,s,r),c&&(c.map(m=>m()),s["s-rc"]=void 0),h(),l();{const m=(n=s["s-p"])!=null?n:[],b=()=>kC(e);m.length===0?b():(Promise.all(m).then(b),e.$flags$|=4,m.length=0)}},ok=null,yC=(e,t,r,n)=>{try{ok=t,t=t.render&&t.render(),e.$flags$&=-17,e.$flags$|=2,(_o.hasRenderFn||_o.reflect)&&(_o.vdomRender||_o.reflect)&&(_o.hydrateServerSide||fC(e,t,n))}catch(m){_d(m,e.$hostElement$)}return ok=null,null},kC=e=>{const t=e.$cmpMeta$.$tagName$,r=e.$hostElement$,n=na("postUpdate",t),s=r,l=e.$ancestorComponent$;ws(s,"componentDidRender",void 0,r),e.$flags$&64?(ws(s,"componentDidUpdate",void 0,r),n()):(e.$flags$|=64,wC(r),ws(s,"componentDidLoad",void 0,r),n(),e.$onReadyResolve$(r),l||xC()),e.$onRenderResolve$&&(e.$onRenderResolve$(),e.$onRenderResolve$=void 0),e.$flags$&512&&Sg(()=>_g(e,!1)),e.$flags$&=-517},xC=e=>{Sg(()=>o6(xt,"appload",{detail:{namespace:AS}}))},ws=(e,t,r,n)=>{if(e&&e[t])try{return e[t](r)}catch(s){_d(s,n)}},wC=e=>{var t;return e.classList.add((t=_o.hydratedSelectorName)!=null?t:"hydrated")},SC=(e,t)=>ki(e).$instanceValues$.get(t),rk=(e,t,r,n)=>{const s=ki(e);if(!s)return;const l=e,c=s.$instanceValues$.get(t),h=s.$flags$,m=l;r=t6(r,n.$members$[t][0]);const b=Number.isNaN(c)&&Number.isNaN(r);if(r!==c&&!b){s.$instanceValues$.set(t,r);{if(n.$watchers$&&h&128){const v=n.$watchers$[t];v&&v.map(y=>{try{m[y](r,c,t)}catch(x){_d(x,l)}})}if((h&18)===2){if(m.componentShouldUpdate&&m.componentShouldUpdate(r,c,t)===!1)return;_g(s,!1)}}}},CC=(e,t,r)=>{var n,s;const l=e.prototype;if(t.$members$||t.$watchers$||e.watchers){e.watchers&&!t.$watchers$&&(t.$watchers$=e.watchers);const c=Object.entries((n=t.$members$)!=null?n:{});c.map(([h,[m]])=>{if(m&31||m&32){const{get:b,set:g}=Object.getOwnPropertyDescriptor(l,h)||{};b&&(t.$members$[h][0]|=2048),g&&(t.$members$[h][0]|=4096),Object.defineProperty(l,h,{get(){return b?b.apply(this):SC(this,h)},configurable:!0,enumerable:!0}),Object.defineProperty(l,h,{set(v){const y=ki(this);if(y){if(g){const x=m&32?this[h]:y.$hostElement$[h];typeof x>"u"&&y.$instanceValues$.get(h)?v=y.$instanceValues$.get(h):!y.$instanceValues$.get(h)&&x&&y.$instanceValues$.set(h,x),g.apply(this,[t6(v,m)]),v=m&32?this[h]:y.$hostElement$[h],rk(this,h,v,t);return}{rk(this,h,v,t);return}}}})}});{const h=new Map;l.attributeChangedCallback=function(m,b,g){Jt.jmp(()=>{var v;const y=h.get(m);if(!(this.hasOwnProperty(y)&&_o.lazyLoad)){if(l.hasOwnProperty(y)&&typeof this[y]=="number"&&this[y]==g)return;if(y==null){const w=ki(this),L=w==null?void 0:w.$flags$;if(w&&L&&!(L&8)&&L&128&&g!==b){const _=this,I=(v=t.$watchers$)==null?void 0:v[m];I==null||I.forEach(A=>{_[A]!=null&&_[A].call(_,g,b,m)})}return}}const x=Object.getOwnPropertyDescriptor(l,y);g=g===null&&typeof this[y]=="boolean"?!1:g,g!==this[y]&&(!x.get||x.set)&&(this[y]=g)})},e.observedAttributes=Array.from(new Set([...Object.keys((s=t.$watchers$)!=null?s:{}),...c.filter(([m,b])=>b[0]&15).map(([m,b])=>{var g;const v=b[1]||m;return h.set(v,m),b[0]&512&&((g=t.$attrsToReflect$)==null||g.push([m,v])),v})]))}}return e},EC=async(e,t,r,n)=>{let s;if((t.$flags$&32)===0){t.$flags$|=32,r.$lazyBundleId$;{s=e.constructor;const h=e.localName;customElements.whenDefined(h).then(()=>t.$flags$|=128)}if(s&&s.style){let h;typeof s.style=="string"?h=s.style:typeof s.style!="string"&&(t.$modeName$=lC(e),t.$modeName$&&(h=s.style[t.$modeName$]));const m=e6(r,t.$modeName$);if(!Zh.has(m)){const b=na("registerStyles",r.$tagName$);oC(m,h,!!(r.$flags$&1)),b()}}}const l=t.$ancestorComponent$,c=()=>_g(t,!0);l&&l["s-rc"]?l["s-rc"].push(c):c()},nk=(e,t)=>{},TC=e=>{if((Jt.$flags$&1)===0){const t=ki(e);if(!t)return;const r=t.$cmpMeta$,n=na("connectedCallback",r.$tagName$);if(t.$flags$&1)c6(e,t,r.$listeners$),t!=null&&t.$lazyInstance$?nk(t.$lazyInstance$):t!=null&&t.$onReadyPromise$&&t.$onReadyPromise$.then(()=>nk(t.$lazyInstance$));else{t.$flags$|=1,r.$flags$&12&&LC(e);{let s=e;for(;s=s.parentNode||s.host;)if(s["s-p"]){d6(t,t.$ancestorComponent$=s);break}}r.$members$&&Object.entries(r.$members$).map(([s,[l]])=>{if(l&31&&e.hasOwnProperty(s)){const c=e[s];delete e[s],e[s]=c}}),EC(e,t,r)}n()}},LC=e=>{if(!xt.document)return;const t=e["s-cr"]=xt.document.createComment("");t["s-cn"]=!0,vi(e,t,e.firstChild)},$C=async e=>{if((Jt.$flags$&1)===0){const t=ki(e);t!=null&&t.$rmListeners$&&(t.$rmListeners$.map(r=>r()),t.$rmListeners$=void 0)}fs.has(e)&&fs.delete(e),e.shadowRoot&&fs.has(e.shadowRoot)&&fs.delete(e.shadowRoot)},en=(e,t)=>{const r={$flags$:t[0],$tagName$:t[1]};r.$members$=t[2],r.$listeners$=t[3],r.$watchers$=e.$watchers$,r.$attrsToReflect$=[],!(r.$flags$&1)&&r.$flags$&256;const n=e.prototype.connectedCallback,s=e.prototype.disconnectedCallback;return Object.assign(e.prototype,{__hasHostListenerAttached:!1,__registerHost(){NS(this,r)},connectedCallback(){if(!this.__hasHostListenerAttached){const l=ki(this);if(!l)return;c6(this,l,r.$listeners$),this.__hasHostListenerAttached=!0}TC(this),n&&n.call(this)},disconnectedCallback(){$C(this),s&&s.call(this)},__attachShadow(){if(!this.shadowRoot)KS.call(this,r);else if(this.shadowRoot.mode!=="open")throw new Error("Unable to re-use existing shadow root for ".concat(r.$tagName$,"! Mode is set to ").concat(this.shadowRoot.mode," but Stencil only supports open shadow roots."))}}),e.is=r.$tagName$,CC(e,r)},c6=(e,t,r,n)=>{r&&xt.document&&r.map(([s,l,c])=>{const h=OC(xt.document,e,s),m=_C(t,c),b=zC(s);Jt.ael(h,l,m,b),(t.$rmListeners$=t.$rmListeners$||[]).push(()=>Jt.rel(h,l,m,b))})},_C=(e,t)=>r=>{var n;try{_o.lazyLoad||e.$hostElement$[t](r)}catch(s){_d(s,e.$hostElement$)}},OC=(e,t,r)=>r&4?e:r&8?xt:r&16?e.body:t,zC=e=>VS?{passive:(e&1)!==0,capture:(e&2)!==0}:(e&2)!==0;class AC{constructor(){this.m=new Map}reset(t){this.m=new Map(Object.entries(t))}get(t,r){const n=this.m.get(t);return n!==void 0?n:r}getBoolean(t,r=!1){const n=this.m.get(t);return n===void 0?r:typeof n=="string"?n==="true":!!n}getNumber(t,r){const n=parseFloat(this.m.get(t));return isNaN(n)?r!==void 0?r:NaN:n}set(t,r){this.m.set(t,r)}}const qe=new AC,RC=e=>{try{const t=e.sessionStorage.getItem(h6);return t!==null?JSON.parse(t):{}}catch(t){return{}}},IC=(e,t)=>{try{e.sessionStorage.setItem(h6,JSON.stringify(t))}catch(r){return}},DC=e=>{const t={};return e.location.search.slice(1).split("&").map(r=>r.split("=")).map(([r,n])=>{try{return[decodeURIComponent(r),decodeURIComponent(n)]}catch(s){return["",""]}}).filter(([r])=>MC(r,ik)).map(([r,n])=>[r.slice(ik.length),n]).forEach(([r,n])=>{t[r]=n}),t},MC=(e,t)=>e.substr(0,t.length)===t,ik="ionic:",h6="ionic-persist-config";var ta;(function(e){e.OFF="OFF",e.ERROR="ERROR",e.WARN="WARN"})(ta||(ta={}));const $u=(e,...t)=>{const r=qe.get("logLevel",ta.WARN);if([ta.WARN].includes(r))return console.warn("[Ionic Warning]: ".concat(e),...t)},Ws=(e,...t)=>{const r=qe.get("logLevel",ta.ERROR);if([ta.ERROR,ta.WARN].includes(r))return console.error("[Ionic Error]: ".concat(e),...t)};const Nt=typeof window<"u"?window:void 0,$f=typeof document<"u"?document:void 0;let _f;const BC=e=>{if(_f===void 0){const t=e.style.animationName!==void 0,r=e.style.webkitAnimationName!==void 0;_f=!t&&r?"-webkit-":""}return _f},Of=(e,t,r)=>{const n=t.startsWith("animation")?BC(e):"";e.style.setProperty(n+t,r)},Jc=(e=[],t)=>{if(t!==void 0){const r=Array.isArray(t)?t:[t];return[...e,...r]}return e},HC=e=>{let t,r,n,s,l,c,h=[],m=[],b=[],g=!1,v,y={},x=[],w=[],L={},E=0,_=!1,I=!1,A,P,T,Y=!0,V=!1,X=!0,q,re=!1;const ie=e,se=[],pe=[],be=[],ne=[],D=[],ee=[],J=[],Z=[],C=[],z=[],H=[],M=typeof AnimationEffect=="function"||Nt!==void 0&&typeof Nt.AnimationEffect=="function",Q=typeof Element=="function"&&typeof Element.prototype.animate=="function"&&M,ce=()=>H,he=W=>(D.forEach(fe=>{fe.destroy(W)}),ye(W),ne.length=0,D.length=0,h.length=0,We(),g=!1,X=!0,q),ye=W=>{Ke(),W&&Zt()},ge=()=>{_=!1,I=!1,X=!0,A=void 0,P=void 0,T=void 0,E=0,V=!1,Y=!0,re=!1},De=()=>E!==0&&!re,He=(W,fe)=>{const $e=fe.findIndex(dt=>dt.c===W);$e>-1&&fe.splice($e,1)},rt=(W,fe)=>(be.push({c:W,o:fe}),q),Qe=(W,fe)=>((fe!=null&&fe.oneTimeCallback?pe:se).push({c:W,o:fe}),q),We=()=>(se.length=0,pe.length=0,q),Ke=()=>{Q&&(H.forEach(W=>{W.cancel()}),H.length=0)},Zt=()=>{ee.forEach(W=>{W!=null&&W.parentNode&&W.parentNode.removeChild(W)}),ee.length=0},eo=W=>(J.push(W),q),st=W=>(Z.push(W),q),jt=W=>(C.push(W),q),zo=W=>(z.push(W),q),ft=W=>(m=Jc(m,W),q),vo=W=>(b=Jc(b,W),q),ut=(W={})=>(y=W,q),Ao=(W=[])=>{for(const fe of W)y[fe]="";return q},yo=W=>(x=Jc(x,W),q),Ro=W=>(w=Jc(w,W),q),ko=(W={})=>(L=W,q),$t=(W=[])=>{for(const fe of W)L[fe]="";return q},wt=()=>l!==void 0?l:v?v.getFill():"both",St=()=>A!==void 0?A:c!==void 0?c:v?v.getDirection():"normal",Ir=()=>_?"linear":n!==void 0?n:v?v.getEasing():"linear",Dr=()=>I?0:P!==void 0?P:r!==void 0?r:v?v.getDuration():0,on=()=>s!==void 0?s:v?v.getIterations():1,Zo=()=>T!==void 0?T:t!==void 0?t:v?v.getDelay():0,Dt=()=>h,Io=W=>(c=W,Mt(!0),q),mr=W=>(l=W,Mt(!0),q),Me=W=>(t=W,Mt(!0),q),_t=W=>(n=W,Mt(!0),q),Js=W=>(!Q&&W===0&&(W=1),r=W,Mt(!0),q),Ei=W=>(s=W,Mt(!0),q),el=W=>(v=W,q),Ti=W=>{if(W!=null)if(W.nodeType===1)ne.push(W);else if(W.length>=0)for(let fe=0;fe<W.length;fe++)ne.push(W[fe]);else Ws("createAnimation - Invalid addElement value.");return q},Ku=W=>{if(W!=null)if(Array.isArray(W))for(const fe of W)fe.parent(q),D.push(fe);else W.parent(q),D.push(W);return q},Nd=W=>{const fe=h!==W;return h=W,fe&&jd(h),q},jd=W=>{Q&&ce().forEach(fe=>{const $e=fe.effect;if($e.setKeyframes)$e.setKeyframes(W);else{const dt=new KeyframeEffect($e.target,W,$e.getTiming());fe.effect=dt}})},tl=()=>{J.forEach(dt=>dt()),Z.forEach(dt=>dt());const W=m,fe=b,$e=y;ne.forEach(dt=>{const Vt=dt.classList;W.forEach(Wo=>Vt.add(Wo)),fe.forEach(Wo=>Vt.remove(Wo));for(const Wo in $e)$e.hasOwnProperty(Wo)&&Of(dt,Wo,$e[Wo])})},ol=()=>{C.forEach(Vt=>Vt()),z.forEach(Vt=>Vt());const W=Y?1:0,fe=x,$e=w,dt=L;ne.forEach(Vt=>{const Wo=Vt.classList;fe.forEach(Yo=>Wo.add(Yo)),$e.forEach(Yo=>Wo.remove(Yo));for(const Yo in dt)dt.hasOwnProperty(Yo)&&Of(Vt,Yo,dt[Yo])}),P=void 0,A=void 0,T=void 0,se.forEach(Vt=>Vt.c(W,q)),pe.forEach(Vt=>Vt.c(W,q)),pe.length=0,X=!0,Y&&(V=!0),Y=!0},Li=()=>{E!==0&&(E--,E===0&&(ol(),v&&v.animationFinish()))},Ju=()=>{ne.forEach(W=>{const fe=W.animate(h,{id:ie,delay:Zo(),duration:Dr(),easing:Ir(),iterations:on(),fill:wt(),direction:St()});fe.pause(),H.push(fe)}),H.length>0&&(H[0].onfinish=()=>{Li()})},fr=()=>{tl(),h.length>0&&Q&&Ju(),g=!0},pt=W=>{W=Math.min(Math.max(W,0),.9999),Q&&H.forEach(fe=>{fe.currentTime=fe.effect.getComputedTiming().delay+Dr()*W,fe.pause()})},Wt=W=>{H.forEach(fe=>{fe.effect.updateTiming({delay:Zo(),duration:Dr(),easing:Ir(),iterations:on(),fill:wt(),direction:St()})}),W!==void 0&&pt(W)},Mt=(W=!1,fe=!0,$e)=>(W&&D.forEach(dt=>{dt.update(W,fe,$e)}),Q&&Wt($e),q),rl=(W=!1,fe)=>(D.forEach($e=>{$e.progressStart(W,fe)}),nl(),_=W,g||fr(),Mt(!1,!0,fe),q),eb=W=>(D.forEach(fe=>{fe.progressStep(W)}),pt(W),q),tb=(W,fe,$e)=>(_=!1,D.forEach(dt=>{dt.progressEnd(W,fe,$e)}),$e!==void 0&&(P=$e),V=!1,Y=!0,W===0?(A=St()==="reverse"?"normal":"reverse",A==="reverse"&&(Y=!1),Q?(Mt(),pt(1-fe)):(T=(1-fe)*Dr()*-1,Mt(!1,!1))):W===1&&(Q?(Mt(),pt(fe)):(T=fe*Dr()*-1,Mt(!1,!1))),W!==void 0&&!v&&Dn(),q),nl=()=>{g&&(Q?H.forEach(W=>{W.pause()}):ne.forEach(W=>{Of(W,"animation-play-state","paused")}),re=!0)},$i=()=>(D.forEach(W=>{W.pause()}),nl(),q),il=()=>{Li()},Rn=()=>{H.forEach(W=>{W.play()}),(h.length===0||ne.length===0)&&Li()},In=()=>{Q&&(pt(0),Wt())},Dn=W=>new Promise(fe=>{W!=null&&W.sync&&(I=!0,Qe(()=>I=!1,{oneTimeCallback:!0})),g||fr(),V&&(In(),V=!1),X&&(E=D.length+1,X=!1);const $e=()=>{He(dt,pe),fe()},dt=()=>{He($e,be),fe()};Qe(dt,{oneTimeCallback:!0}),rt($e,{oneTimeCallback:!0}),D.forEach(Vt=>{Vt.play()}),Q?Rn():il(),re=!1}),Mn=()=>{D.forEach(W=>{W.stop()}),g&&(Ke(),g=!1),ge(),be.forEach(W=>W.c(0,q)),be.length=0},Ct=(W,fe)=>{const $e=h[0];return $e!==void 0&&($e.offset===void 0||$e.offset===0)?$e[W]=fe:h=[{offset:0,[W]:fe},...h],q};return q={parentAnimation:v,elements:ne,childAnimations:D,id:ie,animationFinish:Li,from:Ct,to:(W,fe)=>{const $e=h[h.length-1];return $e!==void 0&&($e.offset===void 0||$e.offset===1)?$e[W]=fe:h=[...h,{offset:1,[W]:fe}],q},fromTo:(W,fe,$e)=>Ct(W,fe).to(W,$e),parent:el,play:Dn,pause:$i,stop:Mn,destroy:he,keyframes:Nd,addAnimation:Ku,addElement:Ti,update:Mt,fill:mr,direction:Io,iterations:Ei,duration:Js,easing:_t,delay:Me,getWebAnimations:ce,getKeyframes:Dt,getFill:wt,getDirection:St,getDelay:Zo,getIterations:on,getEasing:Ir,getDuration:Dr,afterAddRead:jt,afterAddWrite:zo,afterClearStyles:$t,afterStyles:ko,afterRemoveClass:Ro,afterAddClass:yo,beforeAddRead:eo,beforeAddWrite:st,beforeClearStyles:Ao,beforeStyles:ut,beforeRemoveClass:vo,beforeAddClass:ft,onFinish:Qe,isRunning:De,progressStart:rl,progressStep:eb,progressEnd:tb}};const u6=(e,t)=>{e.componentOnReady?e.componentOnReady().then(r=>t(r)):m6(()=>t(e))},NC=e=>e.componentOnReady!==void 0,b6=(e,t=[])=>{const r={};return t.forEach(n=>{e.hasAttribute(n)&&(e.getAttribute(n)!==null&&(r[n]=e.getAttribute(n)),e.removeAttribute(n))}),r},jC=["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"],VC=(e,t)=>b6(e,jC),qD=(e,t,r,n)=>e.addEventListener(t,r,n),FD=(e,t,r,n)=>e.removeEventListener(t,r,n),m6=e=>typeof __zone_symbol__requestAnimationFrame=="function"?__zone_symbol__requestAnimationFrame(e):typeof requestAnimationFrame=="function"?requestAnimationFrame(e):setTimeout(e),ZD=(e,t,r)=>Math.max(e,Math.min(t,r)),Eo=(e,t)=>{if(!e){const r="ASSERT: "+t;Ws(r);debugger;throw new Error(r)}},WD=e=>{if(e){const t=e.changedTouches;if(t&&t.length>0){const r=t[0];return{x:r.clientX,y:r.clientY}}if(e.pageX!==void 0)return{x:e.pageX,y:e.pageY}}return{x:0,y:0}},f6=(e,t)=>{if(e!=null||(e={}),t!=null||(t={}),e===t)return!0;const r=Object.keys(e);if(r.length!==Object.keys(t).length)return!1;for(const n of r)if(!(n in t)||e[n]!==t[n])return!1;return!0},PC="ionViewWillEnter",UC="ionViewDidEnter",p6="ionViewWillLeave",g6="ionViewDidLeave",zf="ionViewWillUnload",od=e=>{e.tabIndex=-1,e.focus()},eh=e=>e.offsetParent!==null,qC=()=>({saveViewFocus:r=>{if(qe.get("focusManagerPriority",!1)){const s=document.activeElement;s!==null&&(r!=null&&r.contains(s))&&s.setAttribute(ak,"true")}},setViewFocus:r=>{const n=qe.get("focusManagerPriority",!1);if(Array.isArray(n)&&!r.contains(document.activeElement)){const s=r.querySelector("[".concat(ak,"]"));if(s&&eh(s)){od(s);return}for(const l of n)switch(l){case"content":const c=r.querySelector('main, [role="main"]');if(c&&eh(c)){od(c);return}break;case"heading":const h=r.querySelector('h1, [role="heading"][aria-level="1"]');if(h&&eh(h)){od(h);return}break;case"banner":const m=r.querySelector('header, [role="banner"]');if(m&&eh(m)){od(m);return}break;default:$u("Unrecognized focus manager priority value ".concat(l));break}od(r)}}}),ak="ion-last-focus",FC=()=>dr(()=>import("./ios.transition-CcsvWtNH.js"),[],import.meta.url),ZC=()=>dr(()=>import("./md.transition-DCAaHW24.js"),[],import.meta.url),v6=qC(),y6=e=>new Promise((t,r)=>{Cg(()=>{WC(e),YC(e).then(n=>{n.animation&&n.animation.destroy(),sk(e),t(n)},n=>{sk(e),r(n)})})}),WC=e=>{const t=e.enteringEl,r=e.leavingEl;v6.saveViewFocus(r),eE(t,r,e.direction),e.showGoBack?t.classList.add("can-go-back"):t.classList.remove("can-go-back"),zp(t,!1),t.style.setProperty("pointer-events","none"),r&&(zp(r,!1),r.style.setProperty("pointer-events","none"))},YC=async e=>{const t=await XC(e);return t&&DS.isBrowser?GC(t,e):QC(e)},sk=e=>{const t=e.enteringEl,r=e.leavingEl;t.classList.remove("ion-page-invisible"),t.style.removeProperty("pointer-events"),r!==void 0&&(r.classList.remove("ion-page-invisible"),r.style.removeProperty("pointer-events")),v6.setViewFocus(t)},XC=async e=>!e.leavingEl||!e.animated||e.duration===0?void 0:e.animationBuilder?e.animationBuilder:e.mode==="ios"?(await FC()).iosTransitionAnimation:(await ZC()).mdTransitionAnimation,GC=async(e,t)=>{await k6(t,!0);const r=e(t.baseEl,t);x6(t.enteringEl,t.leavingEl);const n=await JC(r,t);return t.progressCallback&&t.progressCallback(void 0),n&&w6(t.enteringEl,t.leavingEl),{hasCompleted:n,animation:r}},QC=async e=>{const t=e.enteringEl,r=e.leavingEl,n=qe.get("focusManagerPriority",!1);return await k6(e,n),x6(t,r),w6(t,r),{hasCompleted:!0}},k6=async(e,t)=>{(e.deepWait!==void 0?e.deepWait:t)&&await Promise.all([Op(e.enteringEl),Op(e.leavingEl)]),await KC(e.viewIsReady,e.enteringEl)},KC=async(e,t)=>{e&&await e(t)},JC=(e,t)=>{const r=t.progressCallback,n=new Promise(s=>{e.onFinish(l=>s(l===1))});return r?(e.progressStart(!0),r(e)):e.play(),n},x6=(e,t)=>{wn(t,p6),wn(e,PC)},w6=(e,t)=>{wn(e,UC),wn(t,g6)},wn=(e,t)=>{if(e){const r=new CustomEvent(t,{bubbles:!1,cancelable:!1});e.dispatchEvent(r)}},Op=async e=>{const t=e;if(t){if(t.componentOnReady!=null){if(await t.componentOnReady()!=null)return}else if(t.__registerHost!=null){await new Promise(n=>m6(n));return}await Promise.all(Array.from(t.children).map(Op))}},zp=(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"))},eE=(e,t,r)=>{e!==void 0&&(e.style.zIndex=r==="back"?"99":"101"),t!==void 0&&(t.style.zIndex="100")},YD=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};const Qh=(e,t,r,n,s)=>oE(e[1],t[1],r[1],n[1],s).map(l=>tE(e[0],t[0],r[0],n[0],l)),tE=(e,t,r,n,s)=>{const l=3*t*Math.pow(s-1,2),c=-3*r*s+3*r+n*s,h=e*Math.pow(s-1,3);return s*(l+s*c)-h},oE=(e,t,r,n,s)=>(e-=s,t-=s,r-=s,n-=s,nE(n-3*r+3*t-e,3*r-6*t+3*e,3*t-3*e,e).filter(c=>c>=0&&c<=1)),rE=(e,t,r)=>{const n=t*t-4*e*r;return n<0?[]:[(-t+Math.sqrt(n))/(2*e),(-t-Math.sqrt(n))/(2*e)]},nE=(e,t,r,n)=>{if(e===0)return rE(t,r,n);t/=e,r/=e,n/=e;const s=(3*r-t*t)/3,l=(2*t*t*t-9*t*r+27*n)/27;if(s===0)return[Math.pow(-l,1/3)];if(l===0)return[Math.sqrt(-s),-Math.sqrt(-s)];const c=Math.pow(l/2,2)+Math.pow(s/3,3);if(c===0)return[Math.pow(l/2,1/2)-t/3];if(c>0)return[Math.pow(-(l/2)+Math.sqrt(c),1/3)-Math.pow(l/2+Math.sqrt(c),1/3)-t/3];const h=Math.sqrt(Math.pow(-(s/3),3)),m=Math.acos(-(l/(2*Math.sqrt(Math.pow(-(s/3),3))))),b=2*Math.pow(h,1/3);return[b*Math.cos(m/3)-t/3,b*Math.cos((m+2*Math.PI)/3)-t/3,b*Math.cos((m+4*Math.PI)/3)-t/3]};const iE=e=>S6(e),bi=(e,t)=>(typeof e=="string"&&(t=e,e=void 0),iE(e).includes(t)),S6=(e=window)=>{if(typeof e>"u")return[];e.Ionic=e.Ionic||{};let t=e.Ionic.platforms;return t==null&&(t=e.Ionic.platforms=aE(e),t.forEach(r=>e.document.documentElement.classList.add("plt-".concat(r)))),t},aE=e=>{const t=qe.get("platform");return Object.keys(lk).filter(r=>{const n=t==null?void 0:t[r];return typeof n=="function"?n(e):lk[r](e)})},sE=e=>_u(e)&&!E6(e),Og=e=>!!(ia(e,/iPad/i)||ia(e,/Macintosh/i)&&_u(e)),lE=e=>ia(e,/iPhone/i),dE=e=>ia(e,/iPhone|iPod/i)||Og(e),C6=e=>ia(e,/android|sink/i),cE=e=>C6(e)&&!ia(e,/mobile/i),hE=e=>{const t=e.innerWidth,r=e.innerHeight,n=Math.min(t,r),s=Math.max(t,r);return n>390&&n<520&&s>620&&s<800},uE=e=>{const t=e.innerWidth,r=e.innerHeight,n=Math.min(t,r),s=Math.max(t,r);return Og(e)||cE(e)||n>460&&n<820&&s>780&&s<1400},_u=e=>pE(e,"(any-pointer:coarse)"),bE=e=>!_u(e),E6=e=>T6(e)||L6(e),T6=e=>!!(e.cordova||e.phonegap||e.PhoneGap),L6=e=>{const t=e.Capacitor;return!!(t!=null&&t.isNative||t!=null&&t.isNativePlatform&&t.isNativePlatform())},mE=e=>ia(e,/electron/i),fE=e=>{var t;return!!(!((t=e.matchMedia)===null||t===void 0)&&t.call(e,"(display-mode: standalone)").matches||e.navigator.standalone)},ia=(e,t)=>t.test(e.navigator.userAgent),pE=(e,t)=>{var r;return(r=e.matchMedia)===null||r===void 0?void 0:r.call(e,t).matches},lk={ipad:Og,iphone:lE,ios:dE,android:C6,phablet:hE,tablet:uE,cordova:T6,capacitor:L6,electron:mE,pwa:fE,mobile:_u,mobileweb:sE,desktop:bE,hybrid:E6};let rs;const Wr=e=>e&&cC(e)||rs,gE=(e={})=>{if(typeof window>"u")return;const t=window.document,r=window,n=r.Ionic=r.Ionic||{},s=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},RC(r)),{persistConfig:!1}),n.config),DC(r)),e);qe.reset(s),qe.getBoolean("persistConfig")&&IC(r,s),S6(r),n.config=qe,n.mode=rs=qe.get("mode",t.documentElement.getAttribute("mode")||(bi(r,"ios")?"ios":"md")),qe.set("mode",rs),t.documentElement.setAttribute("mode",rs),t.documentElement.classList.add(rs),qe.getBoolean("_testing")&&qe.set("animated",!1);const l=h=>{var m;return(m=h.tagName)===null||m===void 0?void 0:m.startsWith("ION-")},c=h=>["ios","md"].includes(h);dC(h=>{for(;h;){const m=h.mode||h.getAttribute("mode");if(m){if(c(m))return m;l(h)&&$u('Invalid ionic mode: "'+m+'", expected: "ios" or "md"')}h=h.parentElement}return rs})};const dk=(e,t)=>t.closest(e)!==null,$6=(e,t)=>typeof e=="string"&&e.length>0?Object.assign({"ion-color":!0,["ion-color-".concat(e)]:!0},t):t,vE=/^[a-z][a-z0-9+\-.]*:/,yE=async(e,t,r,n)=>{if(e!=null&&e[0]!=="#"&&!vE.test(e)){const s=document.querySelector("ion-router");if(s)return t!=null&&t.preventDefault(),s.push(e,r,n)}return!1};const Kh=()=>qe.get("experimentalCloseWatcher",!1)&&Nt!==void 0&&"CloseWatcher"in Nt,kE=()=>{document.addEventListener("backbutton",()=>{})},xE=()=>{const e=document;let t=!1;const r=()=>{if(t)return;let n=0,s=[];const l=new CustomEvent("ionBackButton",{bubbles:!1,detail:{register(m,b){s.push({priority:m,handler:b,id:n++})}}});e.dispatchEvent(l);const c=async m=>{try{if(m!=null&&m.handler){const b=m.handler(h);b!=null&&await b}}catch(b){Ws("[ion-app] - Exception in startHardwareBackButton:",b)}},h=()=>{if(s.length>0){let m={priority:Number.MIN_SAFE_INTEGER,handler:()=>{},id:-1};s.forEach(b=>{b.priority>=m.priority&&(m=b)}),t=!0,s=s.filter(b=>b.id!==m.id),c(m).then(()=>t=!1)}};h()};if(Kh()){let n;const s=()=>{n==null||n.destroy(),n=new Nt.CloseWatcher,n.onclose=()=>{r(),s()}};s()}else e.addEventListener("backbutton",r)},wE=100,SE=99,CE=Object.freeze(Object.defineProperty({__proto__:null,MENU_BACK_BUTTON_PRIORITY:SE,OVERLAY_BACK_BUTTON_PRIORITY:wE,blockHardwareBackButton:kE,shouldUseCloseWatcher:Kh,startHardwareBackButton:xE},Symbol.toStringTag,{value:"Module"}));const zg=async(e,t,r,n,s,l)=>{var c;if(e)return e.attachViewToDom(t,r,s,n);if(typeof r!="string"&&!(r instanceof HTMLElement))throw new Error("framework delegate is missing");const h=typeof r=="string"?(c=t.ownerDocument)===null||c===void 0?void 0:c.createElement(r):r;return n&&n.forEach(m=>h.classList.add(m)),s&&Object.assign(h,s),t.appendChild(h),await new Promise(m=>u6(h,m)),h},EE=(e,t)=>{if(t){if(e){const r=t.parentElement;return e.removeViewFromDom(r,t)}t.remove()}return Promise.resolve()};var _6=Dw();const O6=Zs(_6);const TE="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M244 400 100 256l144-144M120 256h292' stroke-linecap='square' stroke-miterlimit='10' stroke-width='48px' class='ionicon-fill-none'/></svg>",LE="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M328 112 184 256l144 144' stroke-linecap='round' stroke-linejoin='round' stroke-width='48px' class='ionicon-fill-none'/></svg>";let Af;const $E=()=>{if(typeof window>"u")return new Map;if(!Af){const e=window;e.Ionicons=e.Ionicons||{},Af=e.Ionicons.map=e.Ionicons.map||new Map}return Af},_E=e=>{let t=Rf(e.src);return t||(t=z6(e.name,e.icon,e.mode,e.ios,e.md),t?OE(t,e):e.icon&&(t=Rf(e.icon),t||(t=Rf(e.icon[e.mode]),t))?t:null)},OE=(e,t)=>{const r=$E().get(e);if(r)return r;try{return qS("svg/".concat(e,".svg"))}catch(n){console.log("e",n),console.warn('[Ionicons Warning]: Could not load icon with name "'.concat(e,'". Ensure that the icon is registered using addIcons or that the icon SVG data is passed directly to the icon component.'),t)}},z6=(e,t,r,n,s)=>(r=(r&&th(r))==="ios"?"ios":"md",n&&r==="ios"?e=th(n):s&&r==="md"?e=th(s):(!e&&t&&!A6(t)&&(e=t),Jh(e)&&(e=th(e))),!Jh(e)||e.trim()===""||e.replace(/[a-z]|-|\d/gi,"")!==""?null:e),Rf=e=>Jh(e)&&(e=e.trim(),A6(e))?e:null,A6=e=>e.length>0&&/(\/|\.)/.test(e),Jh=e=>typeof e=="string",th=e=>e.toLowerCase(),zE=(e,t=[])=>{const r={};return t.forEach(n=>{e.hasAttribute(n)&&(e.getAttribute(n)!==null&&(r[n]=e.getAttribute(n)),e.removeAttribute(n))}),r},AE=e=>e&&e.dir!==""?e.dir.toLowerCase()==="rtl":(document==null?void 0:document.dir.toLowerCase())==="rtl",RE=e=>{const t=document.createElement("div");t.innerHTML=e;for(let n=t.childNodes.length-1;n>=0;n--)t.childNodes[n].nodeName.toLowerCase()!=="svg"&&t.removeChild(t.childNodes[n]);const r=t.firstElementChild;if(r&&r.nodeName.toLowerCase()==="svg"){const n=r.getAttribute("class")||"";if(r.setAttribute("class",(n+" s-ion-icon").trim()),R6(r))return t.innerHTML}return""},R6=e=>{if(e.nodeType===1){if(e.nodeName.toLowerCase()==="script")return!1;for(let t=0;t<e.attributes.length;t++){const r=e.attributes[t].name;if(Jh(r)&&r.toLowerCase().indexOf("on")===0)return!1}for(let t=0;t<e.childNodes.length;t++)if(!R6(e.childNodes[t]))return!1}return!0},IE=e=>e.startsWith("data:image/svg+xml"),DE=e=>e.indexOf(";utf8,")!==-1,Ss=new Map,I6=new Map;let If;function Ap(e){return Ss.set(e,""),""}const ME=(e,t)=>{const r=I6.get(e);return r||(typeof fetch<"u"&&typeof document<"u"?IE(e)&&DE(e)?Promise.resolve(BE(e)):HE(e,t):Promise.resolve(Ap(e)))};function BE(e){If||(If=new DOMParser);const r=If.parseFromString(e,"text/html").querySelector("svg");if(r)return Ss.set(e,r.outerHTML),r.outerHTML;throw new Error("Could not parse svg from ".concat(e))}function HE(e,t){const r=fetch(e).then(n=>n.text().then(s=>{s&&t!==!1&&(s=RE(s));const l=s||"";return Ss.set(e,l),l}).catch(()=>Ap(e))).catch(()=>Ap(e));return I6.set(e,r),r}const NE=":host{display:inline-block;width:1em;height:1em;contain:strict;fill:currentColor;-webkit-box-sizing:content-box !important;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{-webkit-transform:scaleX(-1);transform:scaleX(-1)}}@supports not selector(:dir(rtl)) and selector(:host-context([dir='rtl'])){:host(.icon-rtl) .icon-inner{-webkit-transform:scaleX(-1);transform:scaleX(-1)}}:host(.flip-rtl):host-context([dir='rtl']) .icon-inner{-webkit-transform:scaleX(-1);transform:scaleX(-1)}@supports selector(:dir(rtl)){:host(.flip-rtl:dir(rtl)) .icon-inner{-webkit-transform:scaleX(-1);transform:scaleX(-1)}:host(.flip-rtl:dir(ltr)) .icon-inner{-webkit-transform:scaleX(1);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)}",jE=en(class extends Jr{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.iconName=null,this.inheritedAttributes={},this.didLoadIcon=!1,this.isVisible=!1,this.mode=VE(),this.lazy=!1,this.sanitize=!0}componentWillLoad(){this.inheritedAttributes=zE(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(t,r,n){if(!!!(this.lazy&&typeof window<"u"&&window.IntersectionObserver))return n();const l=this.io=new window.IntersectionObserver(c=>{c[0].isIntersecting&&(l.disconnect(),this.io=void 0,n())},{rootMargin:r});l.observe(t)}loadIcon(){if(this.isVisible){const t=_E(this);t&&(Ss.has(t)?this.svgContent=Ss.get(t):ME(t,this.sanitize).then(()=>this.svgContent=Ss.get(t)),this.didLoadIcon=!0)}this.iconName=z6(this.name,this.icon,this.mode,this.ios,this.md)}render(){const{flipRtl:t,iconName:r,inheritedAttributes:n,el:s}=this,l=this.mode||"md",c=r?(r.includes("arrow")||r.includes("chevron"))&&t!==!1:!1,h=t||c;return Ge(_n,Object.assign({key:"0578c899781ca145dd8205acd9670af39b57cf2e",role:"img",class:Object.assign(Object.assign({[l]:!0},PE(this.color)),{["icon-".concat(this.size)]:!!this.size,"flip-rtl":h,"icon-rtl":h&&AE(s)})},n),this.svgContent?Ge("div",{class:"icon-inner",innerHTML:this.svgContent}):Ge("div",{class:"icon-inner"}))}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 NE}},[257,"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"]}]),VE=()=>typeof document<"u"&&document.documentElement.getAttribute("mode")||"md",PE=e=>e?{"ion-color":!0,["ion-color-".concat(e)]:!0}:null;function UE(){if(typeof customElements>"u")return;["ion-icon"].forEach(t=>{t==="ion-icon"&&(customElements.get(t)||customElements.define(t,jE))})}const qE=":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}}",FE=en(class extends Jr{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.type="bounded"}async addRipple(t,r){return new Promise(n=>{US(()=>{const s=this.el.getBoundingClientRect(),l=s.width,c=s.height,h=Math.sqrt(l*l+c*c),m=Math.max(c,l),b=this.unbounded?m:h+WE,g=Math.floor(m*YE),v=b/g;let y=t-s.left,x=r-s.top;this.unbounded&&(y=l*.5,x=c*.5);const w=y-g*.5,L=x-g*.5,E=l*.5-y,_=c*.5-x;Cg(()=>{const I=document.createElement("div");I.classList.add("ripple-effect");const A=I.style;A.top=L+"px",A.left=w+"px",A.width=A.height=g+"px",A.setProperty("--final-scale","".concat(v)),A.setProperty("--translate-end","".concat(E,"px, ").concat(_,"px")),(this.el.shadowRoot||this.el).appendChild(I),setTimeout(()=>{n(()=>{ZE(I)})},325)})})})}get unbounded(){return this.type==="unbounded"}render(){const t=Wr(this);return Ge(_n,{key:"ae9d3b1ed6773a9b9bb2267129f7e9af23b6c9fc",role:"presentation",class:{[t]:!0,unbounded:this.unbounded}})}get el(){return this}static get style(){return qE}},[257,"ion-ripple-effect",{type:[1],addRipple:[64]}]),ZE=e=>{e.classList.add("fade-out"),setTimeout(()=>{e.remove()},200)},WE=10,YE=.5;function D6(){if(typeof customElements>"u")return;["ion-ripple-effect"].forEach(t=>{t==="ion-ripple-effect"&&(customElements.get(t)||customElements.define(t,FE))})}const oh=typeof window<"u"?window:void 0;oh&&(oh.CSS&&oh.CSS.supports&&oh.CSS.supports("--a: 0"));const XE=()=>{if(Nt!==void 0)return Nt.Capacitor};const GE=()=>{let e;return{lock:async()=>{const r=e;let n;return e=new Promise(s=>n=s),r!==void 0&&await r,n}}};var Rp;(function(e){e.Unimplemented="UNIMPLEMENTED",e.Unavailable="UNAVAILABLE"})(Rp||(Rp={}));var Ip;(function(e){e.Body="body",e.Ionic="ionic",e.Native="native",e.None="none"})(Ip||(Ip={}));const QE={getEngine(){const e=XE();if(e!=null&&e.isPluginAvailable("Keyboard"))return e.Plugins.Keyboard},getResizeMode(){const e=this.getEngine();return e!=null&&e.getResizeMode?e.getResizeMode().catch(t=>{if(t.code!==Rp.Unimplemented)throw t}):Promise.resolve(void 0)}};const M6=e=>{if($f===void 0||e===Ip.None||e===void 0)return null;const t=$f.querySelector("ion-app");return t!=null?t:$f.body},ck=e=>{const t=M6(e);return t===null?0:t.clientHeight},KE=async e=>{let t,r,n,s;const l=async()=>{const g=await QE.getResizeMode(),v=g===void 0?void 0:g.mode;t=()=>{s===void 0&&(s=ck(v)),n=!0,c(n,v)},r=()=>{n=!1,c(n,v)},Nt==null||Nt.addEventListener("keyboardWillShow",t),Nt==null||Nt.addEventListener("keyboardWillHide",r)},c=(g,v)=>{e&&e(g,h(v))},h=g=>{if(s===0||s===ck(g))return;const v=M6(g);if(v!==null)return new Promise(y=>{const x=()=>{v.clientHeight===s&&(w.disconnect(),y())},w=new ResizeObserver(x);w.observe(v)})},m=()=>{Nt==null||Nt.removeEventListener("keyboardWillShow",t),Nt==null||Nt.removeEventListener("keyboardWillHide",r),t=r=void 0},b=()=>n;return await l(),{init:l,destroy:m,isKeyboardVisible:b}},B6=1,H6=2,eu=3;class Dp{constructor(t,r){this.component=t,this.params=r,this.state=B6}async init(t){if(this.state=H6,!this.element){const r=this.component;this.element=await zg(this.delegate,t,r,["ion-page","ion-page-invisible"],this.params)}}_destroy(){Eo(this.state!==eu,"view state must be ATTACHED");const t=this.element;t&&(this.delegate?this.delegate.removeViewFromDom(t.parentElement,t):t.remove()),this.nav=void 0,this.state=eu}}const hk=(e,t,r)=>!e||e.component!==t?!1:f6(e.params,r),uk=(e,t)=>e?e instanceof Dp?e:new Dp(e,t):null,JE=e=>e.map(t=>t instanceof Dp?t:"component"in t?uk(t.component,t.componentProps===null?void 0:t.componentProps):uk(t,void 0)).filter(t=>t!==null),eT=":host{left:0;right:0;top:0;bottom:0;position:absolute;contain:layout size style;z-index:0}",tT=en(class extends Jr{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.ionNavWillLoad=ur(this,"ionNavWillLoad",7),this.ionNavWillChange=ur(this,"ionNavWillChange",3),this.ionNavDidChange=ur(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(this.swipeGesture===!0)}rootChanged(){this.root!==void 0&&this.didLoad!==!1&&(this.useRouter||this.root!==void 0&&this.setRoot(this.root,this.rootParams))}componentWillLoad(){if(this.useRouter=document.querySelector("ion-router")!==null&&this.el.closest("[no-router]")===null,this.swipeGesture===void 0){const t=Wr(this);this.swipeGesture=qe.getBoolean("swipeBackEnabled",t==="ios")}this.ionNavWillLoad.emit()}async componentDidLoad(){this.didLoad=!0,this.rootChanged(),this.gesture=(await dr(async()=>{const{createSwipeBackGesture:t}=await import("./swipe-back-BoZqzKrh.js");return{createSwipeBackGesture:t}},[],import.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 t of this.views)wn(t.element,zf),t._destroy();this.gesture&&(this.gesture.destroy(),this.gesture=void 0),this.transInstr.length=0,this.views.length=0,this.destroyed=!0}push(t,r,n,s){return this.insert(-1,t,r,n,s)}insert(t,r,n,s,l){return this.insertPages(t,[{component:r,componentProps:n}],s,l)}insertPages(t,r,n,s){return this.queueTrns({insertStart:t,insertViews:r,opts:n},s)}pop(t,r){return this.removeIndex(-1,1,t,r)}popTo(t,r,n){const s={removeStart:-1,removeCount:-1,opts:r};return typeof t=="object"&&t.component?(s.removeView=t,s.removeStart=1):typeof t=="number"&&(s.removeStart=t+1),this.queueTrns(s,n)}popToRoot(t,r){return this.removeIndex(1,-1,t,r)}removeIndex(t,r=1,n,s){return this.queueTrns({removeStart:t,removeCount:r,opts:n},s)}setRoot(t,r,n,s){return this.setPages([{component:t,componentProps:r}],n,s)}setPages(t,r,n){return r!=null||(r={}),r.animated!==!0&&(r.animated=!1),this.queueTrns({insertStart:0,insertViews:t,removeStart:0,removeCount:-1,opts:r},n)}setRouteId(t,r,n,s){const l=this.getActiveSync();if(hk(l,t,r))return Promise.resolve({changed:!1,element:l.element});let c;const h=new Promise(g=>c=g);let m;const b={updateURL:!1,viewIsReady:g=>{let v;const y=new Promise(x=>v=x);return c({changed:!0,element:g,markVisible:async()=>{v(),await m}}),y}};if(n==="root")m=this.setRoot(t,r,b);else{const g=this.views.find(v=>hk(v,t,r));g?m=this.popTo(g,Object.assign(Object.assign({},b),{direction:"back",animationBuilder:s})):n==="forward"?m=this.push(t,r,Object.assign(Object.assign({},b),{animationBuilder:s})):n==="back"&&(m=this.setRoot(t,r,Object.assign(Object.assign({},b),{direction:"back",animated:!0,animationBuilder:s})))}return h}async getRouteId(){const t=this.getActiveSync();if(t)return{id:t.element.tagName,params:t.params,element:t.element}}async getActive(){return this.getActiveSync()}async getByIndex(t){return this.views[t]}async canGoBack(t){return this.canGoBackSync(t)}async getPrevious(t){return this.getPreviousSync(t)}async getLength(){return Promise.resolve(this.views.length)}getActiveSync(){return this.views[this.views.length-1]}canGoBackSync(t=this.getActiveSync()){return!!(t&&this.getPreviousSync(t))}getPreviousSync(t=this.getActiveSync()){if(!t)return;const r=this.views,n=r.indexOf(t);return n>0?r[n-1]:void 0}async queueTrns(t,r){var n,s;if(this.isTransitioning&&(!((n=t.opts)===null||n===void 0)&&n.skipIfBusy))return!1;const l=new Promise((c,h)=>{t.resolve=c,t.reject=h});if(t.done=r,t.opts&&t.opts.updateURL!==!1&&this.useRouter){const c=document.querySelector("ion-router");if(c){const h=await c.canTransition();if(h===!1)return!1;if(typeof h=="string")return c.push(h,t.opts.direction||"back"),!1}}return((s=t.insertViews)===null||s===void 0?void 0:s.length)===0&&(t.insertViews=void 0),this.transInstr.push(t),this.nextTrns(),l}success(t,r){if(this.destroyed){this.fireError("nav controller was destroyed",r);return}if(r.done&&r.done(t.hasCompleted,t.requiresTransition,t.enteringView,t.leavingView,t.direction),r.resolve(t.hasCompleted),r.opts.updateURL!==!1&&this.useRouter){const n=document.querySelector("ion-router");if(n){const s=t.direction==="back"?"back":"forward";n.navChanged(s)}}}failed(t,r){if(this.destroyed){this.fireError("nav controller was destroyed",r);return}this.transInstr.length=0,this.fireError(t,r)}fireError(t,r){r.done&&r.done(!1,!1,t),r.reject&&!this.destroyed?r.reject(t):r.resolve(!1)}nextTrns(){if(this.isTransitioning)return!1;const t=this.transInstr.shift();return t?(this.runTransition(t),!0):!1}async runTransition(t){try{this.ionNavWillChange.emit(),this.isTransitioning=!0,this.prepareTI(t);const r=this.getActiveSync(),n=this.getEnteringView(t,r);if(!r&&!n)throw new Error("no views in the stack to be removed");n&&n.state===B6&&await n.init(this.el),this.postViewInit(n,r,t);const s=(t.enteringRequiresTransition||t.leavingRequiresTransition)&&n!==r;s&&t.opts&&r&&(t.opts.direction==="back"&&(t.opts.animationBuilder=t.opts.animationBuilder||(n==null?void 0:n.animationBuilder)),r.animationBuilder=t.opts.animationBuilder);let l;s?l=await this.transition(n,r,t):l={hasCompleted:!0,requiresTransition:!1},this.success(l,t),this.ionNavDidChange.emit()}catch(r){this.failed(r,t)}this.isTransitioning=!1,this.nextTrns()}prepareTI(t){var r,n,s;const l=this.views.length;if((r=t.opts)!==null&&r!==void 0||(t.opts={}),(n=(s=t.opts).delegate)!==null&&n!==void 0||(s.delegate=this.delegate),t.removeView!==void 0){Eo(t.removeStart!==void 0,"removeView needs removeStart"),Eo(t.removeCount!==void 0,"removeView needs removeCount");const m=this.views.indexOf(t.removeView);if(m<0)throw new Error("removeView was not found");t.removeStart+=m}t.removeStart!==void 0&&(t.removeStart<0&&(t.removeStart=l-1),t.removeCount<0&&(t.removeCount=l-t.removeStart),t.leavingRequiresTransition=t.removeCount>0&&t.removeStart+t.removeCount===l),t.insertViews&&((t.insertStart<0||t.insertStart>l)&&(t.insertStart=l),t.enteringRequiresTransition=t.insertStart===l);const c=t.insertViews;if(!c)return;Eo(c.length>0,"length can not be zero");const h=JE(c);if(h.length===0)throw new Error("invalid views to insert");for(const m of h){m.delegate=t.opts.delegate;const b=m.nav;if(b&&b!==this)throw new Error("inserted view was already inserted");if(m.state===eu)throw new Error("inserted view was already destroyed")}t.insertViews=h}getEnteringView(t,r){const n=t.insertViews;if(n!==void 0)return n[n.length-1];const s=t.removeStart;if(s!==void 0){const l=this.views,c=s+t.removeCount;for(let h=l.length-1;h>=0;h--){const m=l[h];if((h<s||h>=c)&&m!==r)return m}}}postViewInit(t,r,n){var s,l,c;Eo(r||t,"Both leavingView and enteringView are null"),Eo(n.resolve,"resolve must be valid"),Eo(n.reject,"reject must be valid");const h=n.opts,{insertViews:m,removeStart:b,removeCount:g}=n;let v;if(b!==void 0&&g!==void 0){Eo(b>=0,"removeStart can not be negative"),Eo(g>=0,"removeCount can not be negative"),v=[];for(let x=b;x<b+g;x++){const w=this.views[x];w!==void 0&&w!==t&&w!==r&&v.push(w)}(s=h.direction)!==null&&s!==void 0||(h.direction="back")}const y=this.views.length+((l=m==null?void 0:m.length)!==null&&l!==void 0?l:0)-(g!=null?g:0);if(Eo(y>=0,"final balance can not be negative"),y===0)throw $u("[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(m){let x=n.insertStart;for(const w of m)this.insertViewAt(w,x),x++;n.enteringRequiresTransition&&((c=h.direction)!==null&&c!==void 0||(h.direction="forward"))}if(v&&v.length>0){for(const x of v)wn(x.element,p6),wn(x.element,g6),wn(x.element,zf);for(const x of v)this.destroyView(x)}}async transition(t,r,n){const s=n.opts,l=s.progressAnimation?v=>{v!==void 0&&!this.gestureOrAnimationInProgress?(this.gestureOrAnimationInProgress=!0,v.onFinish(()=>{this.gestureOrAnimationInProgress=!1},{oneTimeCallback:!0}),v.progressEnd(0,0,0)):this.sbAni=v}:void 0,c=Wr(this),h=t.element,m=r&&r.element,b=Object.assign(Object.assign({mode:c,showGoBack:this.canGoBackSync(t),baseEl:this.el,progressCallback:l,animated:this.animated&&qe.getBoolean("animated",!0),enteringEl:h,leavingEl:m},s),{animationBuilder:s.animationBuilder||this.animation||qe.get("navAnimation")}),{hasCompleted:g}=await y6(b);return this.transitionFinish(g,t,r,s)}transitionFinish(t,r,n,s){const l=t?r:n;return l&&this.unmountInactiveViews(l),{hasCompleted:t,requiresTransition:!0,enteringView:r,leavingView:n,direction:s.direction}}insertViewAt(t,r){const n=this.views,s=n.indexOf(t);s>-1?(Eo(t.nav===this,"view is not part of the nav"),n.splice(s,1),n.splice(r,0,t)):(Eo(!t.nav,"nav is used"),t.nav=this,n.splice(r,0,t))}removeView(t){Eo(t.state===H6||t.state===eu,"view state should be loaded or destroyed");const r=this.views,n=r.indexOf(t);Eo(n>-1,"view must be part of the stack"),n>=0&&r.splice(n,1)}destroyView(t){t._destroy(),this.removeView(t)}unmountInactiveViews(t){if(this.destroyed)return;const r=this.views,n=r.indexOf(t);for(let s=r.length-1;s>=0;s--){const l=r[s],c=l.element;c&&(s>n?(wn(c,zf),this.destroyView(l)):s<n&&zp(c,!0))}}canStart(){return!this.gestureOrAnimationInProgress&&!!this.swipeGesture&&!this.isTransitioning&&this.transInstr.length===0&&this.canGoBackSync()}onStart(){this.gestureOrAnimationInProgress=!0,this.pop({direction:"back",progressAnimation:!0})}onMove(t){this.sbAni&&this.sbAni.progressStep(t)}onEnd(t,r,n){if(this.sbAni){this.sbAni.onFinish(()=>{this.gestureOrAnimationInProgress=!1},{oneTimeCallback:!0});let s=t?-.001:.001;t?s+=Qh([0,0],[.32,.72],[0,1],[1,1],r)[0]:(this.sbAni.easing("cubic-bezier(1, 0, 0.68, 0.28)"),s+=Qh([0,0],[1,0],[.68,.28],[1,1],r)[0]),this.sbAni.progressEnd(t?1:0,s,n)}else this.gestureOrAnimationInProgress=!1}render(){return Ge("slot",{key:"8067c9835d255daec61f33dba200fd3a6ff839a0"})}get el(){return this}static get watchers(){return{swipeGesture:["swipeGestureChanged"],root:["rootChanged"]}}static get style(){return eT}},[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"]}]);function oT(){if(typeof customElements>"u")return;["ion-nav"].forEach(t=>{t==="ion-nav"&&(customElements.get(t)||customElements.define(t,tT))})}const rT=oT;const nT=":host(.tab-hidden){display:none !important}",iT=en(class extends Jr{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.loaded=!1,this.active=!1}async componentWillLoad(){this.active&&await this.setActive()}async setActive(){await this.prepareLazyLoaded(),this.active=!0}changeActive(t){t&&this.prepareLazyLoaded()}prepareLazyLoaded(){if(!this.loaded&&this.component!=null){this.loaded=!0;try{return zg(this.delegate,this.el,this.component,["ion-page"])}catch(t){Ws("[ion-tab] - Exception in prepareLazyLoaded:",t)}}return Promise.resolve(void 0)}render(){const{tab:t,active:r,component:n}=this;return Ge(_n,{key:"dbad8fe9f1566277d14647626308eaf1601ab01f",role:"tabpanel","aria-hidden":r?null:"true","aria-labelledby":"tab-button-".concat(t),class:{"ion-page":n===void 0,"tab-hidden":!r}},Ge("slot",{key:"3be64f4e7161f6769aaf8e4dcb5293fcaa09af45"}))}get el(){return this}static get watchers(){return{active:["changeActive"]}}static get style(){return nT}},[257,"ion-tab",{active:[1028],delegate:[16],tab:[1],component:[1],setActive:[64]},void 0,{active:["changeActive"]}]);function aT(){if(typeof customElements>"u")return;["ion-tab"].forEach(t=>{t==="ion-tab"&&(customElements.get(t)||customElements.define(t,iT))})}const sT=aT,lT="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}",dT=en(class extends Jr{constructor(){super(),this.__registerHost()}componentDidLoad(){hT(async()=>{const t=bi(window,"hybrid");if(qe.getBoolean("_testing")||dr(()=>import("./index7-2H6b30SR.js"),[],import.meta.url).then(s=>s.startTapClick(qe)),qe.getBoolean("statusTap",t)&&dr(()=>import("./status-tap-BAsD7KXk.js"),__vite__mapDeps([0,1]),import.meta.url).then(s=>s.startStatusTap()),qe.getBoolean("inputShims",cT())){const s=bi(window,"ios")?"ios":"android";dr(()=>import("./input-shims-DVg5nRWa.js"),__vite__mapDeps([2,1]),import.meta.url).then(l=>l.startInputShims(qe,s))}const r=await dr(()=>Promise.resolve().then(()=>CE),void 0,import.meta.url),n=t||Kh();qe.getBoolean("hardwareBackButton",n)?r.startHardwareBackButton():(Kh()&&$u("[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."),r.blockHardwareBackButton()),typeof window<"u"&&dr(()=>import("./keyboard-B2gai_bL.js"),[],import.meta.url).then(s=>s.startKeyboardAssist(window)),dr(()=>import("./focus-visible-DY9QzpaF.js"),[],import.meta.url).then(s=>this.focusVisible=s.startFocusVisible())})}async setFocus(t){this.focusVisible&&this.focusVisible.setFocus(t)}render(){const t=Wr(this);return Ge(_n,{key:"9be440c65819e4fa67c2c3c6477ab40b3ad3eed3",class:{[t]:!0,"ion-page":!0,"force-statusbar-padding":qe.getBoolean("_forceStatusbarPadding")}})}get el(){return this}static get style(){return lT}},[256,"ion-app",{setFocus:[64]}]),cT=()=>!!(bi(window,"ios")&&bi(window,"mobile")||bi(window,"android")&&bi(window,"mobileweb")),hT=e=>{"requestIdleCallback"in window?window.requestIdleCallback(e):setTimeout(e,32)};function uT(){if(typeof customElements>"u")return;["ion-app"].forEach(t=>{t==="ion-app"&&(customElements.get(t)||customElements.define(t,dT))})}const bT=uT;const mT=':host{--background:transparent;--color-focused:currentColor;--color-hover:currentColor;--icon-margin-top:0;--icon-margin-bottom:0;--icon-padding-top:0;--icon-padding-end:0;--icon-padding-bottom:0;--icon-padding-start:0;--margin-top:0;--margin-end:0;--margin-bottom:0;--margin-start:0;--min-width:auto;--min-height:auto;--padding-top:0;--padding-end:0;--padding-bottom:0;--padding-start:0;--opacity:1;--ripple-color:currentColor;--transition:background-color, opacity 100ms linear;display:none;min-width:var(--min-width);min-height:var(--min-height);color:var(--color);font-family:var(--ion-font-family, inherit);text-align:center;text-decoration:none;text-overflow:ellipsis;text-transform:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-font-kerning:none;font-kerning:none}ion-ripple-effect{color:var(--ripple-color)}:host(.ion-color) .button-native{color:var(--ion-color-base)}:host(.show-back-button){display:block}:host(.back-button-disabled){cursor:default;opacity:0.5;pointer-events:none}.button-native{border-radius:var(--border-radius);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-margin-start:var(--margin-start);margin-inline-start:var(--margin-start);-webkit-margin-end:var(--margin-end);margin-inline-end:var(--margin-end);margin-top:var(--margin-top);margin-bottom:var(--margin-bottom);-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:block;position:relative;width:100%;height:100%;min-height:inherit;-webkit-transition:var(--transition);transition:var(--transition);border:0;outline:none;background:var(--background);line-height:1;cursor:pointer;opacity:var(--opacity);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-inner{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;z-index:1}ion-icon{-webkit-padding-start:var(--icon-padding-start);padding-inline-start:var(--icon-padding-start);-webkit-padding-end:var(--icon-padding-end);padding-inline-end:var(--icon-padding-end);padding-top:var(--icon-padding-top);padding-bottom:var(--icon-padding-bottom);-webkit-margin-start:var(--icon-margin-start);margin-inline-start:var(--icon-margin-start);-webkit-margin-end:var(--icon-margin-end);margin-inline-end:var(--icon-margin-end);margin-top:var(--icon-margin-top);margin-bottom:var(--icon-margin-bottom);display:inherit;font-size:var(--icon-font-size);font-weight:var(--icon-font-weight);pointer-events:none}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}.button-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:"";opacity:0}@media (any-hover: hover){:host(:hover) .button-native{color:var(--color-hover)}:host(:hover) .button-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity)}}:host(.ion-color.ion-focused) .button-native{color:var(--ion-color-base)}@media (any-hover: hover){:host(.ion-color:hover) .button-native{color:var(--ion-color-base)}}:host(.in-toolbar:not(.in-toolbar-color)){color:var(--ion-toolbar-color, var(--color))}:host{--background-hover:transparent;--background-hover-opacity:1;--background-focused:currentColor;--background-focused-opacity:.1;--border-radius:4px;--color:var(--ion-color-primary, #0054e9);--icon-margin-end:1px;--icon-margin-start:-4px;--icon-font-size:1.6em;--min-height:32px;font-size:clamp(17px, 1.0625rem, 21.998px)}.button-native{-webkit-transform:translateZ(0);transform:translateZ(0);overflow:visible;z-index:99}:host(.ion-activated) .button-native{opacity:0.4}@media (any-hover: hover){:host(:hover){opacity:0.6}}',fT=':host{--background:transparent;--color-focused:currentColor;--color-hover:currentColor;--icon-margin-top:0;--icon-margin-bottom:0;--icon-padding-top:0;--icon-padding-end:0;--icon-padding-bottom:0;--icon-padding-start:0;--margin-top:0;--margin-end:0;--margin-bottom:0;--margin-start:0;--min-width:auto;--min-height:auto;--padding-top:0;--padding-end:0;--padding-bottom:0;--padding-start:0;--opacity:1;--ripple-color:currentColor;--transition:background-color, opacity 100ms linear;display:none;min-width:var(--min-width);min-height:var(--min-height);color:var(--color);font-family:var(--ion-font-family, inherit);text-align:center;text-decoration:none;text-overflow:ellipsis;text-transform:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-font-kerning:none;font-kerning:none}ion-ripple-effect{color:var(--ripple-color)}:host(.ion-color) .button-native{color:var(--ion-color-base)}:host(.show-back-button){display:block}:host(.back-button-disabled){cursor:default;opacity:0.5;pointer-events:none}.button-native{border-radius:var(--border-radius);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-margin-start:var(--margin-start);margin-inline-start:var(--margin-start);-webkit-margin-end:var(--margin-end);margin-inline-end:var(--margin-end);margin-top:var(--margin-top);margin-bottom:var(--margin-bottom);-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:block;position:relative;width:100%;height:100%;min-height:inherit;-webkit-transition:var(--transition);transition:var(--transition);border:0;outline:none;background:var(--background);line-height:1;cursor:pointer;opacity:var(--opacity);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-inner{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;z-index:1}ion-icon{-webkit-padding-start:var(--icon-padding-start);padding-inline-start:var(--icon-padding-start);-webkit-padding-end:var(--icon-padding-end);padding-inline-end:var(--icon-padding-end);padding-top:var(--icon-padding-top);padding-bottom:var(--icon-padding-bottom);-webkit-margin-start:var(--icon-margin-start);margin-inline-start:var(--icon-margin-start);-webkit-margin-end:var(--icon-margin-end);margin-inline-end:var(--icon-margin-end);margin-top:var(--icon-margin-top);margin-bottom:var(--icon-margin-bottom);display:inherit;font-size:var(--icon-font-size);font-weight:var(--icon-font-weight);pointer-events:none}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}.button-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:"";opacity:0}@media (any-hover: hover){:host(:hover) .button-native{color:var(--color-hover)}:host(:hover) .button-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity)}}:host(.ion-color.ion-focused) .button-native{color:var(--ion-color-base)}@media (any-hover: hover){:host(.ion-color:hover) .button-native{color:var(--ion-color-base)}}:host(.in-toolbar:not(.in-toolbar-color)){color:var(--ion-toolbar-color, var(--color))}:host{--border-radius:4px;--background-focused:currentColor;--background-focused-opacity:.12;--background-hover:currentColor;--background-hover-opacity:0.04;--color:currentColor;--icon-margin-end:0;--icon-margin-start:0;--icon-font-size:1.5rem;--icon-font-weight:normal;--min-height:32px;--min-width:44px;--padding-start:12px;--padding-end:12px;font-size:0.875rem;font-weight:500;text-transform:uppercase}:host(.back-button-has-icon-only){--border-radius:50%;min-width:48px;min-height:48px;aspect-ratio:1/1}.button-native{-webkit-box-shadow:none;box-shadow:none}.button-text{-webkit-padding-start:4px;padding-inline-start:4px;-webkit-padding-end:4px;padding-inline-end:4px;padding-top:0;padding-bottom:0}ion-icon{line-height:0.67;text-align:start}@media (any-hover: hover){:host(.ion-color:hover) .button-native::after{background:var(--ion-color-base)}}:host(.ion-color.ion-focused) .button-native::after{background:var(--ion-color-base)}',pT=en(class extends Jr{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.inheritedAttributes={},this.disabled=!1,this.type="button",this.onClick=async t=>{const r=this.el.closest("ion-nav");return t.preventDefault(),r&&await r.canGoBack()?r.pop({animationBuilder:this.routerAnimation,skipIfBusy:!0}):yE(this.defaultHref,t,"back",this.routerAnimation)}}componentWillLoad(){this.inheritedAttributes=VC(this.el),this.defaultHref===void 0&&(this.defaultHref=qe.get("backButtonDefaultHref"))}get backButtonIcon(){const t=this.icon;return t!=null?t:Wr(this)==="ios"?qe.get("backButtonIcon",LE):qe.get("backButtonIcon",TE)}get backButtonText(){const t=Wr(this)==="ios"?"Back":null;return this.text!=null?this.text:qe.get("backButtonText",t)}get hasIconOnly(){return this.backButtonIcon&&!this.backButtonText}get rippleType(){return this.hasIconOnly?"unbounded":"bounded"}render(){const{color:t,defaultHref:r,disabled:n,type:s,hasIconOnly:l,backButtonIcon:c,backButtonText:h,icon:m,inheritedAttributes:b}=this,g=r!==void 0,v=Wr(this),y=b["aria-label"]||h||"back";return Ge(_n,{key:"5466624a10f1ab56f5469e6dc07080303880f2fe",onClick:this.onClick,class:$6(t,{[v]:!0,button:!0,"back-button-disabled":n,"back-button-has-icon-only":l,"in-toolbar":dk("ion-toolbar",this.el),"in-toolbar-color":dk("ion-toolbar[color]",this.el),"ion-activatable":!0,"ion-focusable":!0,"show-back-button":g})},Ge("button",{key:"63bc75ef0ad7cc9fb79e58217a3314b20acd73e3",type:s,disabled:n,class:"button-native",part:"native","aria-label":y},Ge("span",{key:"5d3eacbd11af2245c6e1151cab446a0d96559ad8",class:"button-inner"},c&&Ge("ion-icon",{key:"6439af0ae463764174e7d3207f02267811df666d",part:"icon",icon:c,"aria-hidden":"true",lazy:!1,"flip-rtl":m===void 0}),h&&Ge("span",{key:"8ee89fb18dfdb5b75948a8b197ff4cdbc008742f",part:"text","aria-hidden":"true",class:"button-text"},h)),v==="md"&&Ge("ion-ripple-effect",{key:"63803a884998bc73bea5afe0b2a0a14e3fa4d6bf",type:this.rippleType})))}get el(){return this}static get style(){return{ios:mT,md:fT}}},[289,"ion-back-button",{color:[513],defaultHref:[1025,"default-href"],disabled:[516],icon:[1],text:[1],type:[1],routerAnimation:[16,"router-animation"]}]);function gT(){if(typeof customElements>"u")return;["ion-back-button","ion-icon","ion-ripple-effect"].forEach(t=>{switch(t){case"ion-back-button":customElements.get(t)||customElements.define(t,pT);break;case"ion-icon":customElements.get(t)||UE();break;case"ion-ripple-effect":customElements.get(t)||D6();break}})}const vT=gT,yT=":host{left:0;right:0;top:0;bottom:0;position:absolute;contain:layout size style;z-index:0}",kT=en(class extends Jr{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.ionNavWillLoad=ur(this,"ionNavWillLoad",7),this.ionNavWillChange=ur(this,"ionNavWillChange",3),this.ionNavDidChange=ur(this,"ionNavDidChange",3),this.lockController=GE(),this.gestureOrAnimationInProgress=!1,this.mode=Wr(this),this.animated=!0}swipeHandlerChanged(){this.gesture&&this.gesture.enable(this.swipeHandler!==void 0)}async connectedCallback(){const t=()=>{this.gestureOrAnimationInProgress=!0,this.swipeHandler&&this.swipeHandler.onStart()};this.gesture=(await dr(async()=>{const{createSwipeBackGesture:r}=await import("./swipe-back-BoZqzKrh.js");return{createSwipeBackGesture:r}},[],import.meta.url)).createSwipeBackGesture(this.el,()=>!this.gestureOrAnimationInProgress&&!!this.swipeHandler&&this.swipeHandler.canStart(),()=>t(),r=>{var n;return(n=this.ani)===null||n===void 0?void 0:n.progressStep(r)},(r,n,s)=>{if(this.ani){this.ani.onFinish(()=>{this.gestureOrAnimationInProgress=!1,this.swipeHandler&&this.swipeHandler.onEnd(r)},{oneTimeCallback:!0});let l=r?-.001:.001;r?l+=Qh([0,0],[.32,.72],[0,1],[1,1],n)[0]:(this.ani.easing("cubic-bezier(1, 0, 0.68, 0.28)"),l+=Qh([0,0],[1,0],[.68,.28],[1,1],n)[0]),this.ani.progressEnd(r?1:0,l,s)}else this.gestureOrAnimationInProgress=!1}),this.swipeHandlerChanged()}componentWillLoad(){this.ionNavWillLoad.emit()}disconnectedCallback(){this.gesture&&(this.gesture.destroy(),this.gesture=void 0)}async commit(t,r,n){const s=await this.lockController.lock();let l=!1;try{l=await this.transition(t,r,n)}catch(c){Ws("[ion-router-outlet] - Exception in commit:",c)}return s(),l}async setRouteId(t,r,n,s){return{changed:await this.setRoot(t,r,{duration:n==="root"?0:void 0,direction:n==="back"?"back":"forward",animationBuilder:s}),element:this.activeEl}}async getRouteId(){const t=this.activeEl;return t?{id:t.tagName,element:t,params:this.activeParams}:void 0}async setRoot(t,r,n){if(this.activeComponent===t&&f6(r,this.activeParams))return!1;const s=this.activeEl,l=await zg(this.delegate,this.el,t,["ion-page","ion-page-invisible"],r);return this.activeComponent=t,this.activeEl=l,this.activeParams=r,await this.commit(l,s,n),await EE(this.delegate,s),!0}async transition(t,r,n={}){if(r===t)return!1;this.ionNavWillChange.emit();const{el:s,mode:l}=this,c=this.animated&&qe.getBoolean("animated",!0),h=n.animationBuilder||this.animation||qe.get("navAnimation");return await y6(Object.assign(Object.assign({mode:l,animated:c,enteringEl:t,leavingEl:r,baseEl:s,deepWait:NC(s),progressCallback:n.progressAnimation?m=>{m!==void 0&&!this.gestureOrAnimationInProgress?(this.gestureOrAnimationInProgress=!0,m.onFinish(()=>{this.gestureOrAnimationInProgress=!1,this.swipeHandler&&this.swipeHandler.onEnd(!1)},{oneTimeCallback:!0}),m.progressEnd(0,0,0)):this.ani=m}:void 0},n),{animationBuilder:h})),this.ionNavDidChange.emit(),!0}render(){return Ge("slot",{key:"84b50f1155b0d780dff802ee13223287259fd525"})}get el(){return this}static get watchers(){return{swipeHandler:["swipeHandlerChanged"]}}static get style(){return yT}},[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"]}]);function xT(){if(typeof customElements>"u")return;["ion-router-outlet"].forEach(t=>{t==="ion-router-outlet"&&(customElements.get(t)||customElements.define(t,kT))})}const wT=xT;const ST=":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)}}",CT=":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}",ET=en(class extends Jr{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.ionTabBarChanged=ur(this,"ionTabBarChanged",7),this.ionTabBarLoaded=ur(this,"ionTabBarLoaded",7),this.keyboardCtrl=null,this.keyboardVisible=!1,this.translucent=!1}selectedTabChanged(){this.selectedTab!==void 0&&this.ionTabBarChanged.emit({tab:this.selectedTab})}componentWillLoad(){this.selectedTabChanged()}async connectedCallback(){this.keyboardCtrl=await KE(async(t,r)=>{t===!1&&r!==void 0&&await r,this.keyboardVisible=t})}disconnectedCallback(){this.keyboardCtrl&&this.keyboardCtrl.destroy()}componentDidLoad(){this.ionTabBarLoaded.emit()}render(){const{color:t,translucent:r,keyboardVisible:n}=this,s=Wr(this),l=n&&this.el.getAttribute("slot")!=="top";return Ge(_n,{key:"275dc6c1b30f6928ce9039b2f445208bb3500ddc",role:"tablist","aria-hidden":l?"true":null,class:$6(t,{[s]:!0,"tab-bar-translucent":r,"tab-bar-hidden":l})},Ge("slot",{key:"ceac20128d75c6a4a0f445f2df8deb8cc71fc4da"}))}get el(){return this}static get watchers(){return{selectedTab:["selectedTabChanged"]}}static get style(){return{ios:ST,md:CT}}},[289,"ion-tab-bar",{color:[513],selectedTab:[1,"selected-tab"],translucent:[4],keyboardVisible:[32]},void 0,{selectedTab:["selectedTabChanged"]}]);function TT(){if(typeof customElements>"u")return;["ion-tab-bar"].forEach(t=>{t==="ion-tab-bar"&&(customElements.get(t)||customElements.define(t,ET))})}const LT=TT;const $T=':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}',_T=':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}',OT=en(class extends Jr{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.ionTabButtonClick=ur(this,"ionTabButtonClick",7),this.inheritedAttributes={},this.disabled=!1,this.selected=!1,this.onKeyUp=t=>{(t.key==="Enter"||t.key===" ")&&this.selectTab(t)},this.onClick=t=>{this.selectTab(t)}}onTabBarChanged(t){const r=t.target,n=this.el.parentElement;(t.composedPath().includes(n)||r!=null&&r.contains(this.el))&&(this.selected=this.tab===t.detail.tab)}componentWillLoad(){this.inheritedAttributes=Object.assign({},b6(this.el,["aria-label"])),this.layout===void 0&&(this.layout=qe.get("tabButtonLayout","icon-top"))}selectTab(t){this.tab!==void 0&&(this.disabled||this.ionTabButtonClick.emit({tab:this.tab,href:this.href,selected:this.selected}),t.preventDefault())}get hasLabel(){return!!this.el.querySelector("ion-label")}get hasIcon(){return!!this.el.querySelector("ion-icon")}render(){const{disabled:t,hasIcon:r,hasLabel:n,href:s,rel:l,target:c,layout:h,selected:m,tab:b,inheritedAttributes:g}=this,v=Wr(this),y={download:this.download,href:s,rel:l,target:c};return Ge(_n,{key:"ce9d29ced0c781d6b2fa62cd5feb801c11fc42e8",onClick:this.onClick,onKeyup:this.onKeyUp,id:b!==void 0?"tab-button-".concat(b):null,class:{[v]:!0,"tab-selected":m,"tab-disabled":t,"tab-has-label":n,"tab-has-icon":r,"tab-has-label-only":n&&!r,"tab-has-icon-only":r&&!n,["tab-layout-".concat(h)]:!0,"ion-activatable":!0,"ion-selectable":!0,"ion-focusable":!0}},Ge("a",Object.assign({key:"01cb0ed2e77c5c1a8abd48da1bb07ac1b305d0b6"},y,{class:"button-native",part:"native",role:"tab","aria-selected":m?"true":null,"aria-disabled":t?"true":null,tabindex:t?"-1":void 0},g),Ge("span",{key:"d0240c05f42217cfb186b86ff8a0c9cd70b9c8df",class:"button-inner"},Ge("slot",{key:"0a20b84925037dbaa8bb4a495b813d3f7c2e58ac"})),v==="md"&&Ge("ion-ripple-effect",{key:"4c92c27178cdac89d69cffef8d2c39c3644914e8",type:"unbounded"})))}get el(){return this}static get style(){return{ios:$T,md:_T}}},[289,"ion-tab-button",{disabled:[4],download:[1],href:[1],rel:[1],layout:[1025],selected:[1028],tab:[1],target:[1]},[[8,"ionTabBarChanged","onTabBarChanged"]]]);function zT(){if(typeof customElements>"u")return;["ion-tab-button","ion-ripple-effect"].forEach(t=>{switch(t){case"ion-tab-button":customElements.get(t)||customElements.define(t,OT);break;case"ion-ripple-effect":customElements.get(t)||D6();break}})}const AT=zT;const RT=":host{left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;contain:layout size style;z-index:0}.tabs-inner{position:relative;-ms-flex:1;flex:1;contain:layout size style}",IT=en(class extends Jr{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.ionNavWillLoad=ur(this,"ionNavWillLoad",7),this.ionTabsWillChange=ur(this,"ionTabsWillChange",3),this.ionTabsDidChange=ur(this,"ionTabsDidChange",3),this.transitioning=!1,this.useRouter=!1,this.onTabClicked=t=>{const{href:r,tab:n}=t.detail;if(this.useRouter&&r!==void 0){const s=document.querySelector("ion-router");s&&s.push(r)}else this.select(n)}}async componentWillLoad(){if(this.useRouter||(this.useRouter=(!!this.el.querySelector("ion-router-outlet")||!!document.querySelector("ion-router"))&&!this.el.closest("[no-router]")),!this.useRouter){const t=this.tabs;t.length>0&&await this.select(t[0])}this.ionNavWillLoad.emit()}componentWillRender(){const t=this.el.querySelector("ion-tab-bar");if(t){let r=this.selectedTab?this.selectedTab.tab:void 0;if(!r&&this.useRouter&&typeof window<"u"){const n=window.location.pathname,s=this.el.querySelectorAll("ion-tab-button");for(const l of s){const c=l.getAttribute("tab");if(c&&n.includes(c)){r=c;break}}}t.selectedTab=r}}async select(t){const r=Df(this.tabs,t);return this.shouldSwitch(r)?(await this.setActive(r),await this.notifyRouter(),this.tabSwitch(),!0):!1}async getTab(t){return Df(this.tabs,t)}getSelected(){return Promise.resolve(this.selectedTab?this.selectedTab.tab:void 0)}async setRouteId(t){const r=Df(this.tabs,t);return this.shouldSwitch(r)?(await this.setActive(r),{changed:!0,element:this.selectedTab,markVisible:()=>this.tabSwitch()}):{changed:!1,element:this.selectedTab}}async getRouteId(){var t;const r=(t=this.selectedTab)===null||t===void 0?void 0:t.tab;return r!==void 0?{id:r,element:this.selectedTab}:void 0}setActive(t){return this.transitioning?Promise.reject("transitioning already happening"):(this.transitioning=!0,this.leavingTab=this.selectedTab,this.selectedTab=t,this.ionTabsWillChange.emit({tab:t.tab}),t.active=!0,Promise.resolve())}tabSwitch(){const t=this.selectedTab,r=this.leavingTab;this.leavingTab=void 0,this.transitioning=!1,t&&r!==t&&(r&&(r.active=!1),this.ionTabsDidChange.emit({tab:t.tab}))}notifyRouter(){if(this.useRouter){const t=document.querySelector("ion-router");if(t)return t.navChanged("forward")}return Promise.resolve(!1)}shouldSwitch(t){const r=this.selectedTab;return t!==void 0&&t!==r&&!this.transitioning}get tabs(){return Array.from(this.el.querySelectorAll("ion-tab"))}render(){return Ge(_n,{key:"6dd1d17cc5a7aff4b910303006b4478080ca97af",onIonTabButtonClick:this.onTabClicked},Ge("slot",{key:"db54a692d1a825498a116f090eb305f7cceceb5a",name:"top"}),Ge("div",{key:"e1b7d49ba7032e9071de2029695254e2a8303be9",class:"tabs-inner"},Ge("slot",{key:"4c3b58d5292c8c834e7532c51de0861068943d79"})),Ge("slot",{key:"dd59c0b9b217dfbfb0fccdbc6896b593278549cc",name:"bottom"}))}get el(){return this}static get style(){return RT}},[257,"ion-tabs",{useRouter:[1028,"use-router"],selectedTab:[32],select:[64],getTab:[64],getSelected:[64],setRouteId:[64],getRouteId:[64]}]),Df=(e,t)=>{const r=typeof t=="string"?e.find(n=>n.tab===t):t;return r||Ws('[ion-tabs] - Tab with id: "'.concat(r,'" does not exist')),r};function DT(){if(typeof customElements>"u")return;["ion-tabs"].forEach(t=>{t==="ion-tabs"&&(customElements.get(t)||customElements.define(t,IT))})}const MT=DT,BT="ionicons",Ou={hydratedSelectorName:"hydrated",lazyLoad:!1,updatable:!0};var HT=Object.defineProperty,NT=(e,t)=>{for(var r in t)HT(e,r,{get:t[r],enumerable:!0})},aa=e=>{if(e.__stencil__getHostRef)return e.__stencil__getHostRef()},jT=(e,t)=>{const r={$flags$:0,$hostElement$:e,$cmpMeta$:t,$instanceValues$:new Map};r.$onReadyPromise$=new Promise(s=>r.$onReadyResolve$=s),e["s-p"]=[],e["s-rc"]=[];const n=r;return e.__stencil__getHostRef=()=>n,n},bk=(e,t)=>t in e,zu=(e,t)=>(0,console.error)(e,t),tu=new Map,VT="slot-fb{display:contents}slot-fb[hidden]{display:none}",mk="http://www.w3.org/1999/xlink",Er=typeof window<"u"?window:{},PT=Er.HTMLElement||class{},xi={$flags$:0,$resourcesUrl$:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,r,n)=>e.addEventListener(t,r,n),rel:(e,t,r,n)=>e.removeEventListener(t,r,n),ce:(e,t)=>new CustomEvent(e,t)},UT=e=>Promise.resolve(e),N6=(()=>{try{return new CSSStyleSheet,typeof new CSSStyleSheet().replaceSync=="function"}catch(e){}return!1})(),Mp=!1,fk=[],j6=[],qT=(e,t)=>r=>{e.push(r),Mp||(Mp=!0,xi.raf(V6))},pk=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(r){zu(r)}e.length=0},V6=()=>{pk(fk),pk(j6),(Mp=fk.length>0)&&xi.raf(V6)},Ag=e=>UT().then(e),FT=qT(j6),ZT=e=>{const t=new URL(e,xi.$resourcesUrl$);return t.origin!==Er.location.origin?t.href:t.pathname},Rg=e=>(e=typeof e,e==="object"||e==="function");function WT(e){var t,r,n;return(n=(r=(t=e.head)==null?void 0:t.querySelector('meta[name="csp-nonce"]'))==null?void 0:r.getAttribute("content"))!=null?n:void 0}var YT=e=>e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),XT={};NT(XT,{err:()=>P6,map:()=>GT,ok:()=>Bp,unwrap:()=>QT,unwrapErr:()=>KT});var Bp=e=>({isOk:!0,isErr:!1,value:e}),P6=e=>({isOk:!1,isErr:!0,value:e});function GT(e,t){if(e.isOk){const r=t(e.value);return r instanceof Promise?r.then(n=>Bp(n)):Bp(r)}if(e.isErr){const r=e.value;return P6(r)}throw"should never get here"}var QT=e=>{if(e.isOk)return e.value;throw e.value},KT=e=>{if(e.isErr)return e.value;throw e.value};var rh;function JT(e){var t;const r=this.attachShadow({mode:"open"});rh===void 0&&(rh=(t=void 0)!=null?t:null),rh&&r.adoptedStyleSheets.push(rh)}var sa=(e,t="")=>()=>{},ps=new WeakMap,eL=(e,t,r)=>{let n=tu.get(e);N6&&r?(n=n||new CSSStyleSheet,typeof n=="string"?n=t:n.replaceSync(t)):n=t,tu.set(e,n)},tL=(e,t,r)=>{var n;const s=U6(t),l=tu.get(s);if(!Er.document)return s;if(e=e.nodeType===11?e:Er.document,l)if(typeof l=="string"){e=e.head||e;let c=ps.get(e),h;if(c||ps.set(e,c=new Set),!c.has(s)){{h=Er.document.createElement("style"),h.innerHTML=l;const m=(n=xi.$nonce$)!=null?n:WT(Er.document);if(m!=null&&h.setAttribute("nonce",m),!(t.$flags$&1))if(e.nodeName==="HEAD"){const b=e.querySelectorAll("link[rel=preconnect]"),g=b.length>0?b[b.length-1].nextSibling:e.querySelector("style");e.insertBefore(h,(g==null?void 0:g.parentNode)===e?g:null)}else if("host"in e)if(N6){const b=new CSSStyleSheet;b.replaceSync(l),e.adoptedStyleSheets.unshift(b)}else{const b=e.querySelector("style");b?b.innerHTML=l+b.innerHTML:e.prepend(h)}else e.append(h);t.$flags$&1&&e.insertBefore(h,null)}t.$flags$&4&&(h.innerHTML+=VT),c&&c.add(s)}}else e.adoptedStyleSheets.includes(l)||e.adoptedStyleSheets.push(l);return s},oL=e=>{const t=e.$cmpMeta$,r=e.$hostElement$,n=t.$flags$,s=sa("attachStyles",t.$tagName$),l=tL(r.shadowRoot?r.shadowRoot:r.getRootNode(),t);n&10&&(r["s-sc"]=l,r.classList.add(l+"-h")),s()},U6=(e,t)=>"sc-"+e.$tagName$,Ah=(e,t,...r)=>{let n=null,s=null,l=!1,c=!1;const h=[],m=g=>{for(let v=0;v<g.length;v++)n=g[v],Array.isArray(n)?m(n):n!=null&&typeof n!="boolean"&&((l=typeof e!="function"&&!Rg(n))&&(n=String(n)),l&&c?h[h.length-1].$text$+=n:h.push(l?Hp(null,n):n),c=l)};if(m(r),t){t.key&&(s=t.key);{const g=t.className||t.class;g&&(t.class=typeof g!="object"?g:Object.keys(g).filter(v=>g[v]).join(" "))}}const b=Hp(e,null);return b.$attrs$=t,h.length>0&&(b.$children$=h),b.$key$=s,b},Hp=(e,t)=>{const r={$flags$:0,$tag$:e,$text$:t,$elm$:null,$children$:null};return r.$attrs$=null,r.$key$=null,r},q6={},rL=e=>e&&e.$tag$===q6,Ig=e=>{const t=YT(e);return new RegExp("(^|[^@]|@(?!supports\\s+selector\\s*\\([^{]*?".concat(t,"))(").concat(t,"\\b)"),"g")};Ig("::slotted");Ig(":host");Ig(":host-context");var F6=(e,t,r)=>e!=null&&!Rg(e)?t&4?e==="false"?!1:e===""||!!e:t&1?String(e):e:e,nL=(e,t,r)=>{const n=xi.ce(t,r);return e.dispatchEvent(n),n},gk=(e,t,r,n,s,l,c)=>{if(r===n)return;let h=bk(e,t),m=t.toLowerCase();if(t==="class"){const b=e.classList,g=vk(r);let v=vk(n);b.remove(...g.filter(y=>y&&!v.includes(y))),b.add(...v.filter(y=>y&&!g.includes(y)))}else if(t==="style"){for(const b in r)(!n||n[b]==null)&&(b.includes("-")?e.style.removeProperty(b):e.style[b]="");for(const b in n)(!r||n[b]!==r[b])&&(b.includes("-")?e.style.setProperty(b,n[b]):e.style[b]=n[b])}else if(t!=="key")if(t==="ref")n&&n(e);else if(!e.__lookupSetter__(t)&&t[0]==="o"&&t[1]==="n"){if(t[2]==="-"?t=t.slice(3):bk(Er,m)?t=m.slice(2):t=m[2]+t.slice(3),r||n){const b=t.endsWith(Z6);t=t.replace(aL,""),r&&xi.rel(e,t,r,b),n&&xi.ael(e,t,n,b)}}else{const b=Rg(n);if(h||b&&n!==null)try{if(e.tagName.includes("-"))e[t]!==n&&(e[t]=n);else{const v=n==null?"":n;t==="list"?h=!1:(r==null||e[t]!=v)&&(typeof e.__lookupSetter__(t)=="function"?e[t]=v:e.setAttribute(t,v))}}catch(v){}let g=!1;m!==(m=m.replace(/^xlink\:?/,""))&&(t=m,g=!0),n==null||n===!1?(n!==!1||e.getAttribute(t)==="")&&(g?e.removeAttributeNS(mk,t):e.removeAttribute(t)):(!h||l&4||s)&&!b&&e.nodeType===1&&(n=n===!0?"":n,g?e.setAttributeNS(mk,t,n):e.setAttribute(t,n))}},iL=/\s/,vk=e=>(typeof e=="object"&&e&&"baseVal"in e&&(e=e.baseVal),!e||typeof e!="string"?[]:e.split(iL)),Z6="Capture",aL=new RegExp(Z6+"$"),W6=(e,t,r,n)=>{const s=t.$elm$.nodeType===11&&t.$elm$.host?t.$elm$.host:t.$elm$,l=e&&e.$attrs$||{},c=t.$attrs$||{};for(const h of yk(Object.keys(l)))h in c||gk(s,h,l[h],void 0,r,t.$flags$);for(const h of yk(Object.keys(c)))gk(s,h,l[h],c[h],r,t.$flags$)};function yk(e){return e.includes("ref")?[...e.filter(t=>t!=="ref"),"ref"]:e}var Dg,Y6=!1,ou=(e,t,r)=>{const n=t.$children$[r];let s=0,l,c;if(n.$text$!==null)l=n.$elm$=Er.document.createTextNode(n.$text$);else{if(!Er.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(l=n.$elm$=Er.document.createElement(n.$tag$),W6(null,n,Y6),n.$children$)for(s=0;s<n.$children$.length;++s)c=ou(e,n,s),c&&l.appendChild(c)}return l["s-hn"]=Dg,l},X6=(e,t,r,n,s,l)=>{let c=e,h;for(c.shadowRoot&&c.tagName===Dg&&(c=c.shadowRoot);s<=l;++s)n[s]&&(h=ou(null,r,s),h&&(n[s].$elm$=h,Rh(c,h,t)))},G6=(e,t,r)=>{for(let n=t;n<=r;++n){const s=e[n];if(s){const l=s.$elm$;Q6(s),l&&l.remove()}}},sL=(e,t,r,n,s=!1)=>{let l=0,c=0,h=0,m=0,b=t.length-1,g=t[0],v=t[b],y=n.length-1,x=n[0],w=n[y],L,E;for(;l<=b&&c<=y;)if(g==null)g=t[++l];else if(v==null)v=t[--b];else if(x==null)x=n[++c];else if(w==null)w=n[--y];else if(nh(g,x,s))ns(g,x,s),g=t[++l],x=n[++c];else if(nh(v,w,s))ns(v,w,s),v=t[--b],w=n[--y];else if(nh(g,w,s))ns(g,w,s),Rh(e,g.$elm$,v.$elm$.nextSibling),g=t[++l],w=n[--y];else if(nh(v,x,s))ns(v,x,s),Rh(e,v.$elm$,g.$elm$),v=t[--b],x=n[++c];else{for(h=-1,m=l;m<=b;++m)if(t[m]&&t[m].$key$!==null&&t[m].$key$===x.$key$){h=m;break}h>=0?(E=t[h],E.$tag$!==x.$tag$?L=ou(t&&t[c],r,h):(ns(E,x,s),t[h]=void 0,L=E.$elm$),x=n[++c]):(L=ou(t&&t[c],r,c),x=n[++c]),L&&Rh(g.$elm$.parentNode,L,g.$elm$)}l>b?X6(e,n[y+1]==null?null:n[y+1].$elm$,r,n,c,y):c>y&&G6(t,l,b)},nh=(e,t,r=!1)=>e.$tag$===t.$tag$?r?(r&&!e.$key$&&t.$key$&&(e.$key$=t.$key$),!0):e.$key$===t.$key$:!1,ns=(e,t,r=!1)=>{const n=t.$elm$=e.$elm$,s=e.$children$,l=t.$children$,c=t.$text$;c===null?(W6(e,t,Y6),s!==null&&l!==null?sL(n,s,t,l,r):l!==null?(e.$text$!==null&&(n.textContent=""),X6(n,null,t,l,0,l.length-1)):!r&&Ou.updatable&&s!==null&&G6(s,0,s.length-1)):e.$text$!==c&&(n.data=c)},Q6=e=>{e.$attrs$&&e.$attrs$.ref&&e.$attrs$.ref(null),e.$children$&&e.$children$.map(Q6)},Rh=(e,t,r)=>e==null?void 0:e.insertBefore(t,r),lL=(e,t,r=!1)=>{const n=e.$hostElement$,s=e.$cmpMeta$,l=e.$vnode$||Hp(null,null),h=rL(t)?t:Ah(null,null,t);if(Dg=n.tagName,s.$attrsToReflect$&&(h.$attrs$=h.$attrs$||{},s.$attrsToReflect$.map(([m,b])=>h.$attrs$[b]=n[m])),r&&h.$attrs$)for(const m of Object.keys(h.$attrs$))n.hasAttribute(m)&&!["key","ref","style","class"].includes(m)&&(h.$attrs$[m]=n[m]);h.$tag$=null,h.$flags$|=4,e.$vnode$=h,h.$elm$=l.$elm$=n.shadowRoot||n,ns(l,h,r)},K6=(e,t)=>{if(t&&!e.$onRenderResolve$&&t["s-p"]){const r=t["s-p"].push(new Promise(n=>e.$onRenderResolve$=()=>{t["s-p"].splice(r-1,1),n()}))}},Mg=(e,t)=>{if(e.$flags$|=16,e.$flags$&4){e.$flags$|=512;return}return K6(e,e.$ancestorComponent$),FT(()=>dL(e,t))},dL=(e,t)=>{const r=e.$hostElement$,n=sa("scheduleUpdate",e.$cmpMeta$.$tagName$),s=r;if(!s)throw new Error("Can't render component <".concat(r.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 l;return t?l=Cs(s,"componentWillLoad",void 0,r):l=Cs(s,"componentWillUpdate",void 0,r),l=kk(l,()=>Cs(s,"componentWillRender",void 0,r)),n(),kk(l,()=>hL(e,s,t))},kk=(e,t)=>cL(e)?e.then(t).catch(r=>{console.error(r),t()}):t(),cL=e=>e instanceof Promise||e&&e.then&&typeof e.then=="function",hL=async(e,t,r)=>{var n;const s=e.$hostElement$,l=sa("update",e.$cmpMeta$.$tagName$),c=s["s-rc"];r&&oL(e);const h=sa("render",e.$cmpMeta$.$tagName$);uL(e,t,s,r),c&&(c.map(m=>m()),s["s-rc"]=void 0),h(),l();{const m=(n=s["s-p"])!=null?n:[],b=()=>bL(e);m.length===0?b():(Promise.all(m).then(b),e.$flags$|=4,m.length=0)}},uL=(e,t,r,n)=>{try{t=t.render(),e.$flags$&=-17,e.$flags$|=2,lL(e,t,n)}catch(s){zu(s,e.$hostElement$)}return null},bL=e=>{const t=e.$cmpMeta$.$tagName$,r=e.$hostElement$,n=sa("postUpdate",t),s=r,l=e.$ancestorComponent$;Cs(s,"componentDidRender",void 0,r),e.$flags$&64?(Cs(s,"componentDidUpdate",void 0,r),n()):(e.$flags$|=64,fL(r),Cs(s,"componentDidLoad",void 0,r),n(),e.$onReadyResolve$(r),l||mL()),e.$onRenderResolve$&&(e.$onRenderResolve$(),e.$onRenderResolve$=void 0),e.$flags$&512&&Ag(()=>Mg(e,!1)),e.$flags$&=-517},mL=e=>{Ag(()=>nL(Er,"appload",{detail:{namespace:BT}}))},Cs=(e,t,r,n)=>{if(e&&e[t])try{return e[t](r)}catch(s){zu(s,n)}},fL=e=>{var t;return e.classList.add((t=Ou.hydratedSelectorName)!=null?t:"hydrated")},pL=(e,t)=>aa(e).$instanceValues$.get(t),xk=(e,t,r,n)=>{const s=aa(e),l=e,c=s.$instanceValues$.get(t),h=s.$flags$,m=l;r=F6(r,n.$members$[t][0]);const b=Number.isNaN(c)&&Number.isNaN(r);if(r!==c&&!b){s.$instanceValues$.set(t,r);{if(n.$watchers$&&h&128){const v=n.$watchers$[t];v&&v.map(y=>{try{m[y](r,c,t)}catch(x){zu(x,l)}})}if((h&18)===2){if(m.componentShouldUpdate&&m.componentShouldUpdate(r,c,t)===!1)return;Mg(s,!1)}}}},gL=(e,t,r)=>{var n,s;const l=e.prototype;if(t.$members$||t.$watchers$||e.watchers){e.watchers&&!t.$watchers$&&(t.$watchers$=e.watchers);const c=Object.entries((n=t.$members$)!=null?n:{});c.map(([h,[m]])=>{if(m&31||m&32){const{get:b,set:g}=Object.getOwnPropertyDescriptor(l,h)||{};b&&(t.$members$[h][0]|=2048),g&&(t.$members$[h][0]|=4096),Object.defineProperty(l,h,{get(){return b?b.apply(this):pL(this,h)},configurable:!0,enumerable:!0}),Object.defineProperty(l,h,{set(v){const y=aa(this);if(g){const x=m&32?this[h]:y.$hostElement$[h];typeof x>"u"&&y.$instanceValues$.get(h)?v=y.$instanceValues$.get(h):!y.$instanceValues$.get(h)&&x&&y.$instanceValues$.set(h,x),g.apply(this,[F6(v,m)]),v=m&32?this[h]:y.$hostElement$[h],xk(this,h,v,t);return}{xk(this,h,v,t);return}}})}});{const h=new Map;l.attributeChangedCallback=function(m,b,g){xi.jmp(()=>{var v;const y=h.get(m);if(!(this.hasOwnProperty(y)&&Ou.lazyLoad)){if(l.hasOwnProperty(y)&&typeof this[y]=="number"&&this[y]==g)return;if(y==null){const w=aa(this),L=w==null?void 0:w.$flags$;if(L&&!(L&8)&&L&128&&g!==b){const _=this,I=(v=t.$watchers$)==null?void 0:v[m];I==null||I.forEach(A=>{_[A]!=null&&_[A].call(_,g,b,m)})}return}}const x=Object.getOwnPropertyDescriptor(l,y);g=g===null&&typeof this[y]=="boolean"?!1:g,g!==this[y]&&(!x.get||x.set)&&(this[y]=g)})},e.observedAttributes=Array.from(new Set([...Object.keys((s=t.$watchers$)!=null?s:{}),...c.filter(([m,b])=>b[0]&15).map(([m,b])=>{var g;const v=b[1]||m;return h.set(v,m),b[0]&512&&((g=t.$attrsToReflect$)==null||g.push([m,v])),v})]))}}return e},wk=async(e,t,r,n)=>{let s;if((t.$flags$&32)===0){t.$flags$|=32;{s=e.constructor;const h=e.localName;customElements.whenDefined(h).then(()=>t.$flags$|=128)}if(s&&s.style){let h;typeof s.style=="string"&&(h=s.style);const m=U6(r);if(!tu.has(m)){const b=sa("registerStyles",r.$tagName$);eL(m,h,!!(r.$flags$&1)),b()}}}const l=t.$ancestorComponent$,c=()=>Mg(t,!0);l&&l["s-rc"]?l["s-rc"].push(c):c()},vL=(e,t)=>{},yL=e=>{{const t=aa(e),r=t.$cmpMeta$,n=sa("connectedCallback",r.$tagName$);if(t.$flags$&1)t!=null&&t.$lazyInstance$||t!=null&&t.$onReadyPromise$&&t.$onReadyPromise$.then(()=>vL());else{t.$flags$|=1;{let s=e;for(;s=s.parentNode||s.host;)if(s["s-p"]){K6(t,t.$ancestorComponent$=s);break}}r.$members$&&Object.entries(r.$members$).map(([s,[l]])=>{if(l&31&&e.hasOwnProperty(s)){const c=e[s];delete e[s],e[s]=c}}),Ou.initializeNextTick?Ag(()=>wk(e,t,r)):wk(e,t,r)}n()}},kL=async e=>{aa(e),ps.has(e)&&ps.delete(e),e.shadowRoot&&ps.has(e.shadowRoot)&&ps.delete(e.shadowRoot)},xL=(e,t)=>{const r={$flags$:t[0],$tagName$:t[1]};r.$members$=t[2],r.$watchers$=e.$watchers$,r.$attrsToReflect$=[];const n=e.prototype.connectedCallback,s=e.prototype.disconnectedCallback;return Object.assign(e.prototype,{__hasHostListenerAttached:!1,__registerHost(){jT(this,r)},connectedCallback(){this.__hasHostListenerAttached||(aa(this),this.__hasHostListenerAttached=!0),yL(this),n&&n.call(this)},disconnectedCallback(){kL(this),s&&s.call(this)},__attachShadow(){if(!this.shadowRoot)JT.call(this,r);else if(this.shadowRoot.mode!=="open")throw new Error("Unable to re-use existing shadow root for ".concat(r.$tagName$,"! Mode is set to ").concat(this.shadowRoot.mode," but Stencil only supports open shadow roots."))}}),e.is=r.$tagName$,gL(e,r)};let Mf;const wL=()=>{if(typeof window>"u")return new Map;if(!Mf){const e=window;e.Ionicons=e.Ionicons||{},Mf=e.Ionicons.map=e.Ionicons.map||new Map}return Mf},SL=e=>{let t=Bf(e.src);return t||(t=J6(e.name,e.icon,e.mode,e.ios,e.md),t?CL(t,e):e.icon&&(t=Bf(e.icon),t||(t=Bf(e.icon[e.mode]),t))?t:null)},CL=(e,t)=>{const r=wL().get(e);if(r)return r;try{return ZT("svg/".concat(e,".svg"))}catch(n){console.log("e",n),console.warn('[Ionicons Warning]: Could not load icon with name "'.concat(e,'". Ensure that the icon is registered using addIcons or that the icon SVG data is passed directly to the icon component.'),t)}},J6=(e,t,r,n,s)=>(r=(r&&ih(r))==="ios"?"ios":"md",n&&r==="ios"?e=ih(n):s&&r==="md"?e=ih(s):(!e&&t&&!e2(t)&&(e=t),ru(e)&&(e=ih(e))),!ru(e)||e.trim()===""||e.replace(/[a-z]|-|\d/gi,"")!==""?null:e),Bf=e=>ru(e)&&(e=e.trim(),e2(e))?e:null,e2=e=>e.length>0&&/(\/|\.)/.test(e),ru=e=>typeof e=="string",ih=e=>e.toLowerCase(),EL=(e,t=[])=>{const r={};return t.forEach(n=>{e.hasAttribute(n)&&(e.getAttribute(n)!==null&&(r[n]=e.getAttribute(n)),e.removeAttribute(n))}),r},TL=e=>e&&e.dir!==""?e.dir.toLowerCase()==="rtl":(document==null?void 0:document.dir.toLowerCase())==="rtl",LL=e=>{const t=document.createElement("div");t.innerHTML=e;for(let n=t.childNodes.length-1;n>=0;n--)t.childNodes[n].nodeName.toLowerCase()!=="svg"&&t.removeChild(t.childNodes[n]);const r=t.firstElementChild;if(r&&r.nodeName.toLowerCase()==="svg"){const n=r.getAttribute("class")||"";if(r.setAttribute("class",(n+" s-ion-icon").trim()),t2(r))return t.innerHTML}return""},t2=e=>{if(e.nodeType===1){if(e.nodeName.toLowerCase()==="script")return!1;for(let t=0;t<e.attributes.length;t++){const r=e.attributes[t].name;if(ru(r)&&r.toLowerCase().indexOf("on")===0)return!1}for(let t=0;t<e.childNodes.length;t++)if(!t2(e.childNodes[t]))return!1}return!0},$L=e=>e.startsWith("data:image/svg+xml"),_L=e=>e.indexOf(";utf8,")!==-1,Es=new Map,o2=new Map;let Hf;function Np(e){return Es.set(e,""),""}const OL=(e,t)=>{const r=o2.get(e);return r||(typeof fetch<"u"&&typeof document<"u"?$L(e)&&_L(e)?Promise.resolve(zL(e)):AL(e,t):Promise.resolve(Np(e)))};function zL(e){Hf||(Hf=new DOMParser);const r=Hf.parseFromString(e,"text/html").querySelector("svg");if(r)return Es.set(e,r.outerHTML),r.outerHTML;throw new Error("Could not parse svg from ".concat(e))}function AL(e,t){const r=fetch(e).then(n=>n.text().then(s=>{s&&t!==!1&&(s=LL(s));const l=s||"";return Es.set(e,l),l}).catch(()=>Np(e))).catch(()=>Np(e));return o2.set(e,r),r}const RL=":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)}",IL=xL(class extends PT{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.iconName=null,this.inheritedAttributes={},this.didLoadIcon=!1,this.isVisible=!1,this.mode=DL(),this.lazy=!1,this.sanitize=!0}componentWillLoad(){this.inheritedAttributes=EL(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(t,r,n){if(!!!(this.lazy&&typeof window<"u"&&window.IntersectionObserver))return n();const l=this.io=new window.IntersectionObserver(c=>{c[0].isIntersecting&&(l.disconnect(),this.io=void 0,n())},{rootMargin:r});l.observe(t)}loadIcon(){if(this.isVisible){const t=SL(this);t&&(Es.has(t)?this.svgContent=Es.get(t):OL(t,this.sanitize).then(()=>this.svgContent=Es.get(t)),this.didLoadIcon=!0)}this.iconName=J6(this.name,this.icon,this.mode,this.ios,this.md)}render(){const{flipRtl:t,iconName:r,inheritedAttributes:n,el:s}=this,l=this.mode||"md",c=r?(r.includes("arrow")||r.includes("chevron"))&&t!==!1:!1,h=t||c;return Ah(q6,Object.assign({key:"0578c899781ca145dd8205acd9670af39b57cf2e",role:"img",class:Object.assign(Object.assign({[l]:!0},ML(this.color)),{["icon-".concat(this.size)]:!!this.size,"flip-rtl":h,"icon-rtl":h&&TL(s)})},n),this.svgContent?Ah("div",{class:"icon-inner",innerHTML:this.svgContent}):Ah("div",{class:"icon-inner"}))}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 RL}},[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"]}]),DL=()=>typeof document<"u"&&document.documentElement.getAttribute("mode")||"md",ML=e=>e?{"ion-color":!0,["ion-color-".concat(e)]:!0}:null;function BL(){if(typeof customElements>"u")return;["ion-icon"].forEach(t=>{t==="ion-icon"&&(customElements.get(t)||customElements.define(t,IL))})}const HL=BL,Bg=te.createContext({onIonViewWillEnter:()=>{},ionViewWillEnter:()=>{},onIonViewDidEnter:()=>{},ionViewDidEnter:()=>{},onIonViewWillLeave:()=>{},ionViewWillLeave:()=>{},onIonViewDidLeave:()=>{},ionViewDidLeave:()=>{},cleanupIonViewWillEnter:()=>{},cleanupIonViewDidEnter:()=>{},cleanupIonViewWillLeave:()=>{},cleanupIonViewDidLeave:()=>{}}),NL=class{constructor(){this.ionViewWillEnterCallbacks=[],this.ionViewDidEnterCallbacks=[],this.ionViewWillLeaveCallbacks=[],this.ionViewDidLeaveCallbacks=[],this.ionViewWillEnterDestructorCallbacks=[],this.ionViewDidEnterDestructorCallbacks=[],this.ionViewWillLeaveDestructorCallbacks=[],this.ionViewDidLeaveDestructorCallbacks=[]}onIonViewWillEnter(e){if(e.id){const t=this.ionViewWillEnterCallbacks.findIndex(r=>r.id===e.id);t>-1?this.ionViewWillEnterCallbacks[t]=e:this.ionViewWillEnterCallbacks.push(e)}else this.ionViewWillEnterCallbacks.push(e)}teardownCallback(e,t){const r=t.filter(n=>n.id===e.id);r.length!==0&&(r.forEach(n=>{n&&typeof n.destructor=="function"&&n.destructor()}),t=t.filter(n=>n.id!==e.id))}cleanupIonViewWillEnter(e){this.teardownCallback(e,this.ionViewWillEnterDestructorCallbacks)}cleanupIonViewDidEnter(e){this.teardownCallback(e,this.ionViewDidEnterDestructorCallbacks)}cleanupIonViewWillLeave(e){this.teardownCallback(e,this.ionViewWillLeaveDestructorCallbacks)}cleanupIonViewDidLeave(e){this.teardownCallback(e,this.ionViewDidLeaveDestructorCallbacks)}ionViewWillEnter(){this.ionViewWillEnterCallbacks.forEach(e=>{const t=e();e.id&&this.ionViewWillEnterDestructorCallbacks.push({id:e.id,destructor:t})})}onIonViewDidEnter(e){if(e.id){const t=this.ionViewDidEnterCallbacks.findIndex(r=>r.id===e.id);t>-1?this.ionViewDidEnterCallbacks[t]=e:this.ionViewDidEnterCallbacks.push(e)}else this.ionViewDidEnterCallbacks.push(e)}ionViewDidEnter(){this.ionViewDidEnterCallbacks.forEach(e=>{const t=e();e.id&&this.ionViewDidEnterDestructorCallbacks.push({id:e.id,destructor:t})})}onIonViewWillLeave(e){if(e.id){const t=this.ionViewWillLeaveCallbacks.findIndex(r=>r.id===e.id);t>-1?this.ionViewWillLeaveCallbacks[t]=e:this.ionViewWillLeaveCallbacks.push(e)}else this.ionViewWillLeaveCallbacks.push(e)}ionViewWillLeave(){this.ionViewWillLeaveCallbacks.forEach(e=>{const t=e();e.id&&this.ionViewWillLeaveDestructorCallbacks.push({id:e.id,destructor:t})})}onIonViewDidLeave(e){if(e.id){const t=this.ionViewDidLeaveCallbacks.findIndex(r=>r.id===e.id);t>-1?this.ionViewDidLeaveCallbacks[t]=e:this.ionViewDidLeaveCallbacks.push(e)}else this.ionViewDidLeaveCallbacks.push(e)}ionViewDidLeave(){this.ionViewDidLeaveCallbacks.forEach(e=>{const t=e();e.id&&this.ionViewDidLeaveDestructorCallbacks.push({id:e.id,destructor:t})}),this.componentCanBeDestroyed()}onComponentCanBeDestroyed(e){this.componentCanBeDestroyedCallback=e}componentCanBeDestroyed(){this.componentCanBeDestroyedCallback&&this.componentCanBeDestroyedCallback()}},tn=te.createContext({getIonRedirect:()=>{},getIonRoute:()=>{},getPageManager:()=>{},getStackManager:()=>{},goBack:e=>{typeof window<"u"&&(typeof e=="string"?window.location.pathname=e:window.history.back())},navigate:e=>{typeof window<"u"&&(window.location.pathname=e)},hasIonicRouter:()=>!1,routeInfo:void 0,setCurrentTab:()=>{},changeTab:(e,t)=>{typeof window<"u"&&(window.location.pathname=t)},resetTab:(e,t)=>{typeof window<"u"&&(window.location.pathname=t)}}),jL=e=>e.toLowerCase().split("-").map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(""),r2=e=>e.replace(/([A-Z])/g,t=>"-".concat(t[0].toLowerCase())),VL=(e,t,r={})=>{if(e instanceof Element){const n=PL(e.classList,t,r);n!==""&&(e.className=n),Object.keys(t).forEach(s=>{if(!(s==="children"||s==="style"||s==="ref"||s==="class"||s==="className"||s==="forwardedRef"))if(s.indexOf("on")===0&&s[2]===s[2].toUpperCase()){const l=s.substring(2),c=l[0].toLowerCase()+l.substring(1);n2(c)||qL(e,c,t[s])}else e[s]=t[s],typeof t[s]==="string"&&e.setAttribute(r2(s),t[s])})}},PL=(e,t,r)=>{const n=t.className||t.class,s=r.className||r.class,l=Nf(e),c=Nf(n?n.split(" "):[]),h=Nf(s?s.split(" "):[]),m=[];return l.forEach(b=>{c.has(b)?(m.push(b),c.delete(b)):h.has(b)||m.push(b)}),c.forEach(b=>m.push(b)),m.join(" ")},UL=e=>e==="doubleclick"?"dblclick":e;const n2=e=>{if(typeof document>"u")return!0;{const t="on"+UL(e);let r=t in document;if(!r){const n=document.createElement("div");n.setAttribute(t,"return;"),r=typeof n[t]=="function"}return r}},qL=(e,t,r)=>{const n=e.__events||(e.__events={}),s=n[t];s&&e.removeEventListener(t,s),e.addEventListener(t,n[t]=function(c){r&&r.call(this,c)})},Nf=e=>{const t=new Map;return e.forEach(r=>t.set(r,r)),t},FL=(e,t)=>{typeof e=="function"?e(t):e!=null&&(e.current=t)},i2=(...e)=>t=>{e.forEach(r=>{FL(r,t)})},ZL=(e,t)=>{const r=(n,s)=>R.jsx(e,{...n,forwardedRef:s});return r.displayName=t,te.forwardRef(r)},On=(e,t,r,n)=>{n!==void 0&&n();const s=jL(e),l=class extends te.Component{constructor(c){super(c),this.setComponentElRef=h=>{this.componentEl=h}}componentDidMount(){this.componentDidUpdate(this.props)}componentDidUpdate(c){VL(this.componentEl,this.props,c)}render(){const{children:c,forwardedRef:h,style:m,className:b,ref:g,...v}=this.props,x={...Object.keys(v).reduce((w,L)=>{const E=v[L];if(L.indexOf("on")===0&&L[2]===L[2].toUpperCase()){const _=L.substring(2).toLowerCase();typeof document<"u"&&n2(_)&&(w[L]=E)}else{const _=typeof E;(_==="string"||_==="boolean"||_==="number")&&(w[r2(L)]=E)}return w},{}),ref:i2(h,this.setComponentElRef),style:m};return Pe.createElement(e,x,c)}static get displayName(){return s}};return ZL(l,s)},WL=On("ion-tab",void 0,void 0,sT),Od=(e,t)=>{const r=(n,s)=>R.jsx(e,{...n,forwardedRef:s});return r.displayName=t,te.forwardRef(r)},YL=e=>bi(window,e),XL=()=>{if(typeof window<"u"){const e=window.Ionic;if(e&&e.config)return e.config}return null},GL=te.createContext({addOverlay:()=>{},removeOverlay:()=>{}}),QL=({onAddOverlay:e,onRemoveOverlay:t})=>{const[r,n]=Pe.useState({}),s=Pe.useRef({});Pe.useEffect(()=>{e(l),t(c)},[]);const l=(m,b,g)=>{const v={...s.current};v[m]={component:b,containerElement:g},s.current=v,n(v)},c=m=>{const b={...s.current};delete b[m],s.current=b,n(b)},h=Object.keys(r);return R.jsx(R.Fragment,{children:h.map(m=>{const b=r[m];return O6.createPortal(b.component,b.containerElement,"overlay-".concat(m))})})},KL=On("ion-tab-button",void 0,void 0,AT),JL=On("ion-tab-bar",void 0,void 0,LT),Sk=On("ion-tabs",void 0,void 0,MT),e$=On("ion-back-button",void 0,void 0,vT),jp=On("ion-router-outlet",void 0,void 0,wT),t$=On("ion-app",void 0,void 0,bT),o$=On("ion-icon",void 0,void 0,HL);class a2 extends te.Component{constructor(t){super(t),this.ionContext={addOverlay:(r,n,s)=>{this.addOverlayCallback&&this.addOverlayCallback(r,n,s)},removeOverlay:r=>{this.removeOverlayCallback&&this.removeOverlayCallback(r)}}}render(){return R.jsxs(GL.Provider,{value:this.ionContext,children:[R.jsx(t$,{...this.props,children:this.props.children}),R.jsx(QL,{onAddOverlay:t=>{this.addOverlayCallback=t},onRemoveOverlay:t=>{this.removeOverlayCallback=t}})]})}}a2.displayName="IonApp";const s2=te.createContext({registerIonPage:()=>{},isInOutlet:()=>!1});class Hg extends te.PureComponent{constructor(t){super(t),this.ionPageElementRef=te.createRef(),this.stableMergedRefs=i2(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:t,children:r,routeInfo:n,forwardedRef:s,...l}=this.props;return R.jsx(Bg.Consumer,{children:c=>(this.ionLifeCycleContext=c,R.jsx("div",{className:t?"".concat(t," ion-page"):"ion-page",ref:this.stableMergedRefs,...l,children:r}))})}static get contextType(){return s2}}class r$ extends te.Component{constructor(t){super(t)}render(){const{className:t,children:r,forwardedRef:n,...s}=this.props;return this.context.hasIonicRouter()?R.jsx(Hg,{className:t?"".concat(t):"",routeInfo:this.context.routeInfo,forwardedRef:n,...s,children:r}):R.jsx("div",{className:t?"ion-page ".concat(t):"ion-page",ref:n,...s,children:r})}static get displayName(){return"IonPage"}static get contextType(){return tn}}Od(r$,"IonPage");const Ck={main:0},n$=(e="main")=>{var r;const t=((r=Ck[e])!=null?r:0)+1;return Ck[e]=t,t.toString()},i$=(e,t)=>{const r=new WeakMap,n="react-delegate-".concat(n$());let s=0;return{attachViewToDom:async(h,m,b,g)=>{const v=document.createElement("div");g&&v.classList.add(...g),h.appendChild(v);const y=m(b),x="".concat(n,"-").concat(s++),w=_6.createPortal(y,v,x);return r.set(v,w),e(w),Promise.resolve(v)},removeViewFromDom:(h,m)=>{const b=r.get(m);return b&&t(b),m.remove(),Promise.resolve()}}},a$=On("ion-nav",void 0,void 0,rT),s$=({children:e,forwardedRef:t,...r})=>{const[n,s]=Pe.useState([]),l=m=>s(b=>[...b,m]),c=m=>s(b=>b.filter(g=>g!==m)),h=Pe.useMemo(()=>i$(l,c),[]);return R.jsx(a$,{delegate:h,ref:t,...r,children:n})};Od(s$,"IonNav");const l2=te.createContext({activeTab:void 0,selectTab:()=>!1,hasRouterOutlet:!1,tabBarProps:{ref:te.createRef()}}),l$=typeof HTMLElement<"u"?HTMLElement:class{};class d$ extends te.Component{constructor(t){super(t),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||u6(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:t,children:r,routeInfo:n,...s}=this.props;return R.jsx(Bg.Consumer,{children:l=>(this.ionLifeCycleContext=l,R.jsx(t,{routeInfo:n,children:R.jsx(jp,{setRef:c=>this.ionRouterOutlet=c,...s,children:r})}))})}static get contextType(){return s2}}class c$ extends te.Component{constructor(t){super(t)}render(){const t=this.context.getStackManager(),{children:r,forwardedRef:n,...s}=this.props;return this.context.hasIonicRouter()?s.ionPage?R.jsx(d$,{StackManager:t,routeInfo:this.context.routeInfo,...s,children:r}):R.jsx(t,{routeInfo:this.context.routeInfo,children:R.jsx(jp,{...s,forwardedRef:n,children:r})}):R.jsx(jp,{ref:n,...this.props,children:this.props.children})}static get contextType(){return tn}}const hd=Od(c$,"IonRouterOutlet");class h$ extends l${constructor(){super()}}typeof window<"u"&&window.customElements&&(window.customElements.get("ion-tabs")||window.customElements.define("ion-tabs",h$));class aM extends te.Component{shouldComponentUpdate(){return!0}constructor(t){super(t),this.routerOutletRef=te.createRef(),this.tabBarRef=te.createRef(),this.ionTabContextState={activeTab:void 0,selectTab:()=>!1,hasRouterOutlet:!1,tabBarProps:{ref:this.tabBarRef}}}componentDidMount(){this.tabBarRef.current&&(this.ionTabContextState.activeTab=this.tabBarRef.current.state.activeTab,this.tabBarRef.current.setActiveTabOnContext=t=>{this.ionTabContextState.activeTab=t},this.ionTabContextState.selectTab=this.tabBarRef.current.selectTab)}renderTabsInner(t,r){return R.jsx(Sk,{...this.props,children:te.Children.map(t,n=>te.isValidElement(n)&&(n.type===hd||n.type.isRouterOutlet||n.type===Pe.Fragment&&n.props.children[0].type===hd)?r:n)})}render(){let t,r=!1;const{className:n,onIonTabsDidChange:s,onIonTabsWillChange:l,...c}=this.props,h=typeof this.props.children=="function"?this.props.children(this.ionTabContextState):this.props.children;if(te.Children.forEach(h,m=>{if(m==null||typeof m!="object"||!m.hasOwnProperty("type"))return;m.type===hd||m.type.isRouterOutlet?t=te.cloneElement(m):m.type===Pe.Fragment&&m.props.children[0].type===hd?t=te.cloneElement(m.props.children[0]):m.type===WL&&(r=!0),this.ionTabContextState.hasRouterOutlet=!!t;let b={...this.ionTabContextState.tabBarProps};s!==void 0&&(b={...b,onIonTabsDidChange:s}),l!==void 0&&(b={...b,onIonTabsWillChange:l}),this.ionTabContextState.tabBarProps=b}),!t&&!r)throw new Error("IonTabs must contain an IonRouterOutlet or an IonTab");if(t&&r)throw new Error("IonTabs cannot contain an IonRouterOutlet and an IonTab at the same time");return r?R.jsx(Sk,{...this.props}):R.jsx(l2.Provider,{value:this.ionTabContextState,children:this.context.hasIonicRouter()?R.jsx(Hg,{className:n?"".concat(n):"",routeInfo:this.context.routeInfo,...c,children:this.renderTabsInner(h,t)}):this.renderTabsInner(h,t)})}static get contextType(){return tn}}class jf extends te.Component{shouldComponentUpdate(){return!0}constructor(t){super(t),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:t,...r}=this.props;return R.jsx(KL,{onIonTabButtonClick:this.handleIonTabButtonClick,...r})}static get displayName(){return"IonTabButton"}}class u$ extends te.PureComponent{constructor(t){super(t),this.setActiveTabOnContext=n=>{};const r={};te.Children.forEach(t.children,n=>{var s,l,c,h;n!=null&&typeof n=="object"&&n.props&&(n.type===jf||n.type.isTabButton)&&(r[n.props.tab]={originalHref:n.props.href,currentHref:n.props.href,originalRouteOptions:n.props.href===((s=t.routeInfo)==null?void 0:s.pathname)?(l=t.routeInfo)==null?void 0:l.routeOptions:void 0,currentRouteOptions:n.props.href===((c=t.routeInfo)==null?void 0:c.pathname)?(h=t.routeInfo)==null?void 0:h.routeOptions:void 0})}),this.state={tabs:r},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 t=this.state.tabs,n=Object.keys(t).find(s=>{const l=t[s].originalHref;return this.props.routeInfo.pathname.startsWith(l)});n&&this.setState({activeTab:n})}componentDidUpdate(){this.state.activeTab&&this.setActiveTabOnContext(this.state.activeTab)}selectTab(t){const r=this.state.tabs[t];return r?(this.onTabButtonClick(new CustomEvent("ionTabButtonClick",{detail:{href:r.currentHref,tab:t,selected:t===this.state.activeTab,routeOptions:void 0}})),!0):!1}static getDerivedStateFromProps(t,r){var h,m,b;const n={...r.tabs},l=Object.keys(r.tabs).find(g=>{const v=r.tabs[g].originalHref;return t.routeInfo.pathname.startsWith(v)});te.Children.forEach(t.children,g=>{if(g!=null&&typeof g=="object"&&g.props&&(g.type===jf||g.type.isTabButton)){const v=n[g.props.tab];(!v||v.originalHref!==g.props.href)&&(n[g.props.tab]={originalHref:g.props.href,currentHref:g.props.href,originalRouteOptions:g.props.routeOptions,currentRouteOptions:g.props.routeOptions})}});const{activeTab:c}=r;if(l&&c){const g=r.tabs[c].currentHref,v=r.tabs[c].currentRouteOptions;(l!==c||g!==((h=t.routeInfo)==null?void 0:h.pathname)||v!==((m=t.routeInfo)==null?void 0:m.routeOptions))&&(n[l]={originalHref:n[l].originalHref,currentHref:t.routeInfo.pathname+(t.routeInfo.search||""),originalRouteOptions:n[l].originalRouteOptions,currentRouteOptions:(b=t.routeInfo)==null?void 0:b.routeOptions},t.routeInfo.routeAction==="pop"&&l!==c&&(n[c]={originalHref:n[c].originalHref,currentHref:n[c].originalHref,originalRouteOptions:n[c].originalRouteOptions,currentRouteOptions:n[c].currentRouteOptions}))}return l&&t.onSetCurrentTab(l,t.routeInfo),{activeTab:l,tabs:n}}onTabButtonClick(t,r){var m;const n=this.state.tabs[t.detail.tab],s=n.originalHref,l=(m=this.props.tabsContext)==null?void 0:m.hasRouterOutlet,c=l?t.detail.href:"",{activeTab:h}=this.state;r&&r(t),h===t.detail.tab?s!==c&&this.context.resetTab(t.detail.tab,s,n.originalRouteOptions):(this.props.onIonTabsWillChange&&this.props.onIonTabsWillChange(new CustomEvent("ionTabWillChange",{detail:{tab:t.detail.tab}})),this.props.onIonTabsDidChange&&this.props.onIonTabsDidChange(new CustomEvent("ionTabDidChange",{detail:{tab:t.detail.tab}})),l&&(this.setActiveTabOnContext(t.detail.tab),this.context.changeTab(t.detail.tab,c,t.detail.routeOptions)))}renderTabButton(t){return r=>{var n,s;if(r!=null&&r.props&&(r.type===jf||r.type.isTabButton)){const l=r.props.tab===t?(n=this.props.routeInfo)==null?void 0:n.pathname:this.state.tabs[r.props.tab].currentHref,c=r.props.tab===t?(s=this.props.routeInfo)==null?void 0:s.routeOptions:this.state.tabs[r.props.tab].currentRouteOptions;return te.cloneElement(r,{href:l,routeOptions:c,onClick:h=>this.onTabButtonClick(h,r.props.onClick)})}return null}}render(){const{activeTab:t}=this.state;return R.jsx(JL,{...this.props,selectedTab:t,children:te.Children.map(this.props.children,this.renderTabButton(t))})}static get contextType(){return tn}}const b$=te.memo(({forwardedRef:e,...t})=>{const r=Pe.useContext(tn),n=Pe.useContext(l2),s=e||n.tabBarProps.ref,l={...n.tabBarProps,ref:s};return R.jsx(u$,{ref:s,...t,routeInfo:t.routeInfo||r.routeInfo||{pathname:window.location.pathname},onSetCurrentTab:r.setCurrentTab,tabsContext:{...n,tabBarProps:l},children:t.children})});Od(b$,"IonTabBar");class sM extends te.Component{constructor(){super(...arguments),this.clickButton=t=>{if(t.target&&t.target.closest("ion-nav")!==null)return;const{defaultHref:r,routerAnimation:n}=this.props;this.context.hasIonicRouter()?(t.stopPropagation(),this.context.goBack(r,n)):r!==void 0&&(window.location.href=r)}}render(){return R.jsx(e$,{onClick:this.clickButton,...this.props})}static get displayName(){return"IonBackButton"}static get contextType(){return tn}shouldComponentUpdate(){return!0}}class m$ extends te.PureComponent{constructor(t){super(t),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(){var b,g;const{icon:t,ios:r,md:n,mode:s,...l}=this.props;let c;const h=XL(),m=s||(h==null?void 0:h.get("mode"));return r||n?m==="ios"?c=(b=r!=null?r:n)!=null?b:t:c=(g=n!=null?n:r)!=null?g:t:c=t,R.jsx(o$,{ref:this.props.forwardedRef,icon:c,...l,children:this.props.children})}static get contextType(){return tn}}Od(m$,"IonIcon");class d2 extends te.PureComponent{render(){const t=this.context.getIonRoute();return!this.context.hasIonicRouter()||!d2?(console.error("You either do not have an Ionic Router package, or your router does not support using <IonRoute>"),null):R.jsx(t,{...this.props})}static get contextType(){return tn}}class c2 extends te.PureComponent{render(){const t=this.context.getIonRedirect();return!this.context.hasIonicRouter()||!c2?(console.error("You either do not have an Ionic Router package, or your router does not support using <IonRedirect>"),null):R.jsx(t,{...this.props})}static get contextType(){return tn}}const f$=te.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")}});class lM extends te.PureComponent{constructor(t){super(t),this.nodes=new Map,this.animation=HC(t.id)}setupAnimation(t){const r=this.animation;this.nodes.size>0&&r.addElement(Array.from(this.nodes.values())),Ek(r,t),Tk(r,t)}componentDidMount(){const t=this.props;this.setupAnimation(t)}componentDidUpdate(t){const r=this.animation,n=this.props;Ek(r,n,t),p$(r,n,t),Tk(r,n,t)}render(){const{children:t}=this.props;return R.jsx(R.Fragment,{children:te.Children.map(t,(r,n)=>te.cloneElement(r,{ref:s=>this.nodes.set(n,s)}))})}}const Ek=(e,t={},r={})=>{const n=["children","progressStart","progressStep","progressEnd","pause","stop","destroy","play","from","to","fromTo","onFinish"];for(const m in t)t.hasOwnProperty(m)&&!n.includes(m)&&t[m]!==r[m]&&e[m](t[m]);const s=t.from;s&&s!==r.from&&(Array.isArray(s)?s:[s]).forEach(b=>e.from(b.property,b.value));const l=t.to;l&&l!==r.to&&(Array.isArray(l)?l:[l]).forEach(b=>e.to(b.property,b.value));const c=t.fromTo;c&&c!==r.fromTo&&(Array.isArray(c)?c:[c]).forEach(b=>e.fromTo(b.property,b.fromValue,b.toValue));const h=t.onFinish;h&&h!==r.onFinish&&(Array.isArray(h)?h:[h]).forEach(b=>e.onFinish(b.callback,b.opts))},p$=(e,t={},r={})=>{var c,h,m,b,g;const{progressStart:n,progressStep:s,progressEnd:l}=t;n&&(((c=r.progressStart)==null?void 0:c.forceLinearEasing)!==(n==null?void 0:n.forceLinearEasing)||((h=r.progressStart)==null?void 0:h.step)!==(n==null?void 0:n.step))&&e.progressStart(n.forceLinearEasing,n.step),s&&((m=r.progressStep)==null?void 0:m.step)!==(s==null?void 0:s.step)&&e.progressStep(s.step),l&&(((b=r.progressEnd)==null?void 0:b.playTo)!==(l==null?void 0:l.playTo)||((g=r.progressEnd)==null?void 0:g.step)!==(l==null?void 0:l.step)||(r==null?void 0:r.dur)!==(l==null?void 0:l.dur))&&e.progressEnd(l.playTo,l.step,l.dur)},Tk=(e,t={},r={})=>{!r.play&&t.play&&e.play(),!r.pause&&t.pause&&e.pause(),!r.stop&&t.stop&&e.stop(),!r.destroy&&t.destroy&&e.destroy()},g$=(e={})=>{typeof document<"u"&&document.documentElement.classList.add("ion-ce"),gE({...e})};class dM extends te.Component{constructor(t){super(t),this.ionLifeCycleContext=new NL,this._isMounted=!1,this.ionLifeCycleContext.onComponentCanBeDestroyed(()=>{this.props.mount||this._isMounted&&this.setState({show:!1},()=>this.props.removeView())}),this.state={show:!0}}componentDidMount(){this._isMounted=!0}componentWillUnmount(){this._isMounted=!1}render(){const{show:t}=this.state;return R.jsx(Bg.Provider,{value:this.ionLifeCycleContext,children:t&&this.props.children})}}class cM extends te.PureComponent{constructor(t){super(t),this.ionRouterContextValue={push:(r,n,s,l,c)=>{this.navigate(r,n,s,c,l)},back:r=>{this.goBack(void 0,r)},canGoBack:()=>this.props.locationHistory.canGoBack(),nativeBack:()=>this.props.onNativeBack(),routeInfo:this.props.routeInfo},this.state={goBack:this.goBack.bind(this),hasIonicRouter:()=>!0,navigate:this.navigate.bind(this),getIonRedirect:this.getIonRedirect.bind(this),getIonRoute:this.getIonRoute.bind(this),getStackManager:this.getStackManager.bind(this),getPageManager:this.getPageManager.bind(this),routeInfo:this.props.routeInfo,setCurrentTab:this.props.onSetCurrentTab,changeTab:this.props.onChangeTab,resetTab:this.props.onResetTab}}componentDidMount(){typeof document<"u"&&(this.handleHardwareBackButton=this.handleHardwareBackButton.bind(this),document.addEventListener("ionBackButton",this.handleHardwareBackButton))}componentWillUnmount(){typeof document<"u"&&document.removeEventListener("ionBackButton",this.handleHardwareBackButton)}handleHardwareBackButton(t){t.detail.register(0,r=>{this.nativeGoBack(),r()})}goBack(t,r){this.props.onNavigateBack(t,r)}nativeGoBack(){this.props.onNativeBack()}navigate(t,r="forward",n="push",s,l,c){this.props.onNavigate(t,n,r,s,l,c)}getPageManager(){return Hg}getIonRedirect(){return this.props.ionRedirect}getIonRoute(){return this.props.ionRoute}getStackManager(){return this.props.stackManager}render(){return R.jsx(tn.Provider,{value:{...this.state,routeInfo:this.props.routeInfo},children:R.jsx(f$.Provider,{value:{...this.ionRouterContextValue,routeInfo:this.props.routeInfo},children:this.props.children})})}}var rd,h2=(e=>(e.Undefined="undefined",e.Null="null",e.String="string",e.Number="number",e.SpecialNumber="number",e.Boolean="boolean",e.BigInt="bigint",e))(h2||{}),u2=(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))(u2||{}),Vf="type",Pf="value",Lk="serialized:",v$=(e,t)=>{var r;Object.entries((r=t.l.t)!=null?r:{}).map((([n,[s]])=>{if(31&s||32&s){const l=e[n],c=(function(h,m){for(;h;){const b=Object.getOwnPropertyDescriptor(h,m);if(b!=null&&b.get)return b;h=Object.getPrototypeOf(h)}})(Object.getPrototypeOf(e),n)||Object.getOwnPropertyDescriptor(e,n);c&&Object.defineProperty(e,n,{get(){return c.get.call(this)},set(h){c.set.call(this,h)},configurable:!0,enumerable:!0}),e[n]=t.o.has(n)?t.o.get(n):l}}))},Tr=e=>{if(e.__stencil__getHostRef)return e.__stencil__getHostRef()},$k=(e,t)=>t in e,la=(e,t)=>(0,console.error)(e,t),nu=new Map,pd="s-id",iu="sty-id",_k="c-id",Ok="http://www.w3.org/1999/xlink",y$=["formAssociatedCallback","formResetCallback","formDisabledCallback","formStateRestoreCallback"],ht=typeof window<"u"?window:{},ae=ht.HTMLElement||class{},kt={i:0,u:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,r,n)=>e.addEventListener(t,r,n),rel:(e,t,r,n)=>e.removeEventListener(t,r,n),ce:(e,t)=>new CustomEvent(e,t)},k$=(()=>{var e;let t=!1;try{(e=ht.document)==null||e.addEventListener("e",null,Object.defineProperty({},"passive",{get(){t=!0}}))}catch(r){}return t})(),Ng=(()=>{try{return!!ht.document.adoptedStyleSheets&&(new CSSStyleSheet,typeof new CSSStyleSheet().replaceSync=="function")}catch(e){}return!1})(),Vp=!!Ng&&!!ht.document&&Object.getOwnPropertyDescriptor(ht.document.adoptedStyleSheets,"length").writable,Pp=!1,Up=[],b2=[],m2=(e,t)=>r=>{e.push(r),Pp||(Pp=!0,t&&4&kt.i?jg(qp):kt.raf(qp))},zk=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(r){la(r)}e.length=0},qp=()=>{zk(Up),zk(b2),(Pp=Up.length>0)&&kt.raf(qp)},jg=e=>Promise.resolve(void 0).then(e),f2=m2(Up,!1),p2=m2(b2,!0);function x$(e){const t={mode:"open"};t.delegatesFocus=!!(16&e.i);const r=this.attachShadow(t);rd===void 0&&(rd=null),rd&&(Vp?r.adoptedStyleSheets.push(rd):r.adoptedStyleSheets=[...r.adoptedStyleSheets,rd])}var w$=(e,t,r,n)=>{if(e["s-ol"]&&e["s-ol"].isConnected)return;const s=document.createTextNode("");if(s["s-nr"]=e,!t["s-cr"]||!t["s-cr"].parentNode)return;const l=t["s-cr"].parentNode,c=gs(l,"appendChild");if(n!==void 0){s["s-oo"]=n;const h=gs(l,"childNodes"),m=[s];h.forEach((b=>{b["s-nr"]&&m.push(b)})),m.sort(((b,g)=>!b["s-oo"]||b["s-oo"]<(g["s-oo"]||0)?-1:!g["s-oo"]||g["s-oo"]<b["s-oo"]?1:0)),m.forEach((b=>c.call(l,b)))}else c.call(l,s);e["s-ol"]=s,e["s-sh"]=t["s-hn"]};function gs(e,t){if("__"+t in e){const r=e["__"+t];return typeof r!="function"?r:r.bind(e)}return typeof e[t]!="function"?e[t]:e[t].bind(e)}var mi=new WeakMap,Ak=(e,t,r)=>{let n=nu.get(e);Ng&&r?(n=n||new CSSStyleSheet,typeof n=="string"?n=t:n.replaceSync(t)):n=t,nu.set(e,n)},g2=(e,t)=>{var r,n,s;const l=Fp(t),c=nu.get(l);if(!ht.document)return l;if(e=e.nodeType===11?e:ht.document,c)if(typeof c=="string"){let h,m=mi.get(e=e.head||e);m||mi.set(e,m=new Set);const b=e.querySelector("[".concat(iu,'="').concat(l,'"]'));if(b)b.textContent=c;else if(!m.has(l)){h=ht.document.createElement("style"),h.textContent=c;const g=(r=kt.$)!=null?r:(function(){var v,y,x;return(x=(y=(v=ht.document.head)==null?void 0:v.querySelector('meta[name="csp-nonce"]'))==null?void 0:y.getAttribute("content"))!=null?x:void 0})();if(g!=null&&h.setAttribute("nonce",g),!(1&t.i))if(e.nodeName==="HEAD"){const v=e.querySelectorAll("link[rel=preconnect]"),y=v.length>0?v[v.length-1].nextSibling:e.querySelector("style");e.insertBefore(h,(y==null?void 0:y.parentNode)===e?y:null)}else if("host"in e)if(Ng){const v=new((n=e.defaultView)!=null?n:e.ownerDocument.defaultView).CSSStyleSheet;v.replaceSync(c),Vp?e.adoptedStyleSheets.unshift(v):e.adoptedStyleSheets=[v,...e.adoptedStyleSheets]}else{const v=e.querySelector("style");v?v.textContent=c+v.textContent:e.prepend(h)}else e.append(h);1&t.i&&e.insertBefore(h,null),4&t.i&&(h.textContent+="slot-fb{display:contents}slot-fb[hidden]{display:none}"),m&&m.add(l)}}else{let h=mi.get(e);if(h||mi.set(e,h=new Set),!h.has(l)){const m=(s=e.defaultView)!=null?s:e.ownerDocument.defaultView;let b;if(c.constructor===m.CSSStyleSheet)b=c;else{b=new m.CSSStyleSheet;for(let g=0;g<c.cssRules.length;g++)b.insertRule(c.cssRules[g].cssText,g)}if(Vp?e.adoptedStyleSheets.push(b):e.adoptedStyleSheets=[...e.adoptedStyleSheets,b],h.add(l),"host"in e){const g=e.querySelector("[".concat(iu,'="').concat(l,'"]'));g&&p2((()=>g.remove()))}}}return l},Fp=e=>"sc-"+e.p,Vg=e=>(e=typeof e)=="object"||e==="function",f=(e,t,...r)=>{let n=null,s=null,l=!1,c=!1;const h=[],m=g=>{for(let v=0;v<g.length;v++)n=g[v],Array.isArray(n)?m(n):n!=null&&typeof n!="boolean"&&((l=typeof e!="function"&&!Vg(n))&&(n=String(n)),l&&c?h[h.length-1].h+=n:h.push(l?Bs(null,n):n),c=l)};if(m(r),t){t.key&&(s=t.key);{const g=t.className||t.class;g&&(t.class=typeof g!="object"?g:Object.keys(g).filter((v=>g[v])).join(" "))}}if(typeof e=="function")return e(t===null?{}:t,h,S$);const b=Bs(e,null);return b.v=t,h.length>0&&(b.m=h),b.j=s,b},Bs=(e,t)=>({i:0,O:e,h:t!=null?t:null,S:null,m:null,v:null,j:null}),de={},S$={forEach:(e,t)=>e.map(Rk).forEach(t),map:(e,t)=>e.map(Rk).map(t).map(C$)},Rk=e=>({vattrs:e.v,vchildren:e.m,vkey:e.j,vname:e.k,vtag:e.O,vtext:e.h}),C$=e=>{if(typeof e.vtag=="function"){const r={...e.vattrs};return e.vkey&&(r.key=e.vkey),e.vname&&(r.name=e.vname),f(e.vtag,r,...e.vchildren||[])}const t=Bs(e.vtag,e.vtext);return t.v=e.vattrs,t.m=e.vchildren,t.j=e.vkey,t.k=e.vname,t},Zp=(e,t,r,n,s,l,c,h=[])=>{let m,b,g,v;if(l.nodeType===1){if(m=l.getAttribute(_k),m&&(b=m.split("."),b[0]===c||b[0]==="0")){g=Ik({i:0,N:b[0],C:b[1],M:b[2],I:b[3],O:l.tagName.toLowerCase(),S:l,v:{class:l.className||""}}),t.push(g),l.removeAttribute(_k),e.m||(e.m=[]);const x=g.S.getAttribute("s-sn");typeof x=="string"&&(g.O==="slot-fb"&&Dk(x,b[2],g,l,e,t,r,n,h),g.S["s-sn"]=x,g.S.removeAttribute("s-sn")),g.I!==void 0&&(e.m[g.I]=g),e=g,n&&g.M==="0"&&(n[g.I]=g.S)}if(l.shadowRoot)for(v=l.shadowRoot.childNodes.length-1;v>=0;v--)Zp(e,t,r,n,s,l.shadowRoot.childNodes[v],c,h);const y=l.__childNodes||l.childNodes;for(v=y.length-1;v>=0;v--)Zp(e,t,r,n,s,y[v],c,h)}else if(l.nodeType===8)b=l.nodeValue.split("."),(b[1]===c||b[1]==="0")&&(m=b[0],g=Ik({N:b[1],C:b[2],M:b[3],I:b[4]||"0",S:l,v:null,m:null,j:null,k:null,O:null,h:null}),m==="t"?(g.S=Bk(l,3),g.S&&g.S.nodeType===3&&(g.h=g.S.textContent,t.push(g),l.remove(),c===g.N&&(e.m||(e.m=[]),e.m[g.I]=g),n&&g.M==="0"&&(n[g.I]=g.S))):m==="c"?(g.S=Bk(l,8),g.S&&g.S.nodeType===8&&(t.push(g),l.remove())):g.N===c&&(m==="s"?Dk(l["s-sn"]=b[5]||"",b[2],g,l,e,t,r,n,h):m==="r"&&n&&l.remove()));else if(e&&e.O==="style"){const y=Bs(null,l.textContent);y.S=l,y.I="0",e.m=[y]}return e},Wp=(e,t)=>{if(e.nodeType===1){const r=e[pd]||e.getAttribute(pd);r&&t.set(r,e);let n=0;if(e.shadowRoot)for(;n<e.shadowRoot.childNodes.length;n++)Wp(e.shadowRoot.childNodes[n],t);const s=e.__childNodes||e.childNodes;for(n=0;n<s.length;n++)Wp(s[n],t)}else if(e.nodeType===8){const r=e.nodeValue.split(".");r[0]==="o"&&(t.set(r[1]+"."+r[2],e),e.nodeValue="",e["s-en"]=r[3])}},Ik=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 Dk(e,t,r,n,s,l,c,h,m){n["s-sr"]=!0,r.k=e||null,r.O="slot";const b=s!=null&&s.S?s.S["s-id"]||s.S.getAttribute("s-id"):"";if(h&&ht.document){const g=r.S=ht.document.createElement(r.O);r.k&&r.S.setAttribute("name",e),s.S.shadowRoot&&b&&b!==r.N?gs(s.S,"insertBefore")(g,gs(s.S,"children")[0]):gs(gs(n,"parentNode"),"insertBefore")(g,n),Mk(m,t,e,n,r.N),n.remove(),r.M==="0"&&(h[r.I]=r.S)}else{const g=r.S,v=b&&b!==r.N&&s.S.shadowRoot;Mk(m,t,e,n,v?b:r.N),(function(y){if(y.assignedElements||y.assignedNodes||!y["s-sr"])return;const x=w=>(function(L){const E=[],_=this["s-sn"];L!=null&&L.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 I=this["s-cr"].parentElement;return(I.__childNodes?I.childNodes:(A=>{const P=[];for(let T=0;T<A.length;T++){const Y=A[T]["s-nr"]||void 0;Y&&Y.isConnected&&P.push(Y)}return P})(I.childNodes)).forEach((A=>{_===(P=>typeof P["s-sn"]=="string"?P["s-sn"]:P.nodeType===1&&P.getAttribute("slot")||void 0)(A)&&E.push(A)})),w?E.filter((A=>A.nodeType===1)):E}).bind(y);y.assignedElements=x(!0),y.assignedNodes=x(!1)})(n),v&&s.S.insertBefore(g,s.S.children[0])}l.push(r),c.push(r),s.m||(s.m=[]),s.m[r.I]=r}var Au,Mk=(e,t,r,n,s)=>{var l,c;let h=n.nextSibling;if(e[t]=e[t]||[],h&&!((l=h.nodeValue)!=null&&l.startsWith("s.")))do!h||(h.getAttribute&&h.getAttribute("slot")||h["s-sn"])!==r&&(r!==""||h["s-sn"]||h.getAttribute&&h.getAttribute("slot")||h.nodeType!==8&&h.nodeType!==3)||(h["s-sn"]=r,e[t].push({slot:n,node:h,hostId:s})),h=h==null?void 0:h.nextSibling;while(h&&!((c=h.nodeValue)!=null&&c.startsWith("s.")))},Bk=(e,t)=>{let r=e;do r=r.nextSibling;while(r&&(r.nodeType!==t||!r.nodeValue));return r},E$=class Gi{static fromLocalValue(t){const r=t[Vf],n=Pf in t?t[Pf]:void 0;switch(r){case"string":case"boolean":return n;case"bigint":return BigInt(n);case"undefined":return;case"null":return null;case"number":return n==="NaN"?NaN:n==="-0"?-0:n==="Infinity"?1/0:n==="-Infinity"?-1/0:n;case"array":return n.map((b=>Gi.fromLocalValue(b)));case"date":return new Date(n);case"map":const s=new Map;for(const[b,g]of n){const v=typeof b=="object"&&b!==null?Gi.fromLocalValue(b):b,y=Gi.fromLocalValue(g);s.set(v,y)}return s;case"object":const l={};for(const[b,g]of n)l[b]=Gi.fromLocalValue(g);return l;case"regexp":const{pattern:c,flags:h}=n;return new RegExp(c,h);case"set":const m=new Set;for(const b of n)m.add(Gi.fromLocalValue(b));return m;case"symbol":return Symbol(n);default:throw new Error("Unsupported type: ".concat(r))}}static fromLocalValueArray(t){return t.map((r=>Gi.fromLocalValue(r)))}static isLocalValueObject(t){if(typeof t!="object"||t===null||!t.hasOwnProperty(Vf))return!1;const r=t[Vf];return!!Object.values({...h2,...u2}).includes(r)&&(r==="null"||r==="undefined"||t.hasOwnProperty(Pf))}},v2=(e,t,r)=>{return typeof e=="string"&&e.startsWith(Lk)?e=typeof(n=e)=="string"&&n.startsWith(Lk)?E$.fromLocalValue(JSON.parse(atob(n.slice(11)))):n:e==null||Vg(e)?e:4&t?(r&&typeof e=="string"||e!=="false")&&(e===""||!!e):2&t?typeof e=="string"?parseFloat(e):typeof e=="number"?e:NaN:1&t?String(e):e;var n},Ts=e=>e,le=(e,t,r)=>{const n=e;return{emit:s=>y2(n,t,{bubbles:!!(4&r),composed:!!(2&r),cancelable:!!(1&r),detail:s})}},y2=(e,t,r)=>{const n=kt.ce(t,r);return e.dispatchEvent(n),n},Hk=(e,t,r,n,s,l,c)=>{if(r===n)return;let h=$k(e,t),m=t.toLowerCase();if(t==="class"){const b=e.classList,g=Nk(r);let v=Nk(n);if((e["s-si"]||e["s-sc"])&&c){const y=e["s-sc"]||e["s-si"];v.push(y),g.forEach((x=>{x.startsWith(y)&&v.push(x)})),v=[...new Set(v)].filter((x=>x)),b.add(...v)}else b.remove(...g.filter((y=>y&&!v.includes(y)))),b.add(...v.filter((y=>y&&!g.includes(y))))}else if(t==="style"){for(const b in r)n&&n[b]!=null||(b.includes("-")?e.style.removeProperty(b):e.style[b]="");for(const b in n)r&&n[b]===r[b]||(b.includes("-")?e.style.setProperty(b,n[b]):e.style[b]=n[b])}else if(t!=="key"){if(t==="ref")n&&$$(n,e);else if(e.__lookupSetter__(t)||t[0]!=="o"||t[1]!=="n"){if(t[0]==="a"&&t.startsWith("attr:")){const b=t.slice(5);let g;{const v=Tr(e);if(v&&v.l&&v.l.t){const y=v.l.t[b];y&&y[1]&&(g=y[1])}}return g||(g=b.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()),void(n==null||n===!1?n===!1&&e.getAttribute(g)!==""||e.removeAttribute(g):e.setAttribute(g,n===!0?"":n))}if(t[0]==="p"&&t.startsWith("prop:")){const b=t.slice(5);try{e[b]=n}catch(g){}return}{const b=Vg(n);if((h||b&&n!==null)&&!s)try{if(e.tagName.includes("-"))e[t]!==n&&(e[t]=n);else{const v=n==null?"":n;t==="list"?h=!1:r!=null&&e[t]===v||(typeof e.__lookupSetter__(t)=="function"?e[t]=v:e.setAttribute(t,v))}}catch(v){}let g=!1;m!==(m=m.replace(/^xlink\:?/,""))&&(t=m,g=!0),n==null||n===!1?n===!1&&e.getAttribute(t)!==""||(g?e.removeAttributeNS(Ok,t):e.removeAttribute(t)):(!h||4&l||s)&&!b&&e.nodeType===1&&(n=n===!0?"":n,g?e.setAttributeNS(Ok,t,n):e.setAttribute(t,n))}}else if(t=t[2]==="-"?t.slice(3):$k(ht,m)?m.slice(2):m[2]+t.slice(3),r||n){const b=t.endsWith(k2);t=t.replace(L$,""),r&&kt.rel(e,t,r,b),n&&kt.ael(e,t,n,b)}}},T$=/\s/,Nk=e=>(typeof e=="object"&&e&&"baseVal"in e&&(e=e.baseVal),e&&typeof e=="string"?e.split(T$):[]),k2="Capture",L$=new RegExp(k2+"$"),x2=(e,t,r,n)=>{const s=t.S.nodeType===11&&t.S.host?t.S.host:t.S,l=e&&e.v||{},c=t.v||{};for(const h of jk(Object.keys(l)))h in c||Hk(s,h,l[h],void 0,r,t.i,n);for(const h of jk(Object.keys(c)))Hk(s,h,l[h],c[h],r,t.i,n)};function jk(e){return e.includes("ref")?[...e.filter((t=>t!=="ref")),"ref"]:e}var w2=!1,Po=!1,Yp=[],Xp=[],au=(e,t,r)=>{const n=t.m[r];let s,l,c=0;if(n.h!=null)s=n.S=ht.document.createTextNode(n.h);else{if(Po||(Po=n.O==="svg"),!ht.document)throw new Error("You are trying to render a Stencil component in an environment that doesn't support the DOM.");if(s=n.S=ht.document.createElementNS(Po?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",n.O),Po&&n.O==="foreignObject"&&(Po=!1),x2(null,n,Po),n.m){const h=n.O==="template"?s.content:s;for(c=0;c<n.m.length;++c)l=au(e,n,c),l&&h.appendChild(l)}n.O==="svg"?Po=!1:s.tagName==="foreignObject"&&(Po=!0)}return s["s-hn"]=Au,s},Vk=(e,t,r,n,s,l)=>{let c,h=e;for(h.shadowRoot&&h.tagName===Au&&(h=h.shadowRoot),r.O==="template"&&(h=h.content);s<=l;++s)n[s]&&(c=au(null,r,s),c&&(n[s].S=c,ud(h,c,t)))},Pk=(e,t,r)=>{for(let n=t;n<=r;++n){const s=e[n];if(s){const l=s.S;S2(s),l&&l.remove()}}},ah=(e,t,r=!1)=>e.O===t.O&&(r?(r&&!e.j&&t.j&&(e.j=t.j),!0):e.j===t.j),is=(e,t,r=!1)=>{const n=t.S=e.S,s=e.m,l=t.m,c=t.O,h=t.h;h==null?(Po=c==="svg"||c!=="foreignObject"&&Po,c!=="slot"||w2||e.k!==t.k&&(t.S["s-sn"]=t.k||"",(m=>{kt.i|=1;const b=m.closest(Au.toLowerCase());if(b!=null){const g=Array.from(b.__childNodes||b.childNodes).find((y=>y["s-cr"])),v=Array.from(m.__childNodes||m.childNodes);for(const y of g?v.reverse():v)y["s-sh"]!=null&&(ud(b,y,g!=null?g:null),y["s-sh"]=void 0)}kt.i&=-2})(t.S.parentElement)),x2(e,t,Po,r),s!==null&&l!==null?((m,b,g,v,y=!1)=>{let x,w,L=0,E=0,_=0,I=0,A=b.length-1,P=b[0],T=b[A],Y=v.length-1,V=v[0],X=v[Y];const q=g.O==="template"?m.content:m;for(;L<=A&&E<=Y;)if(P==null)P=b[++L];else if(T==null)T=b[--A];else if(V==null)V=v[++E];else if(X==null)X=v[--Y];else if(ah(P,V,y))is(P,V,y),P=b[++L],V=v[++E];else if(ah(T,X,y))is(T,X,y),T=b[--A],X=v[--Y];else if(ah(P,X,y))is(P,X,y),ud(q,P.S,T.S.nextSibling),P=b[++L],X=v[--Y];else if(ah(T,V,y))is(T,V,y),ud(q,T.S,P.S),T=b[--A],V=v[++E];else{for(_=-1,I=L;I<=A;++I)if(b[I]&&b[I].j!==null&&b[I].j===V.j){_=I;break}_>=0?(w=b[_],w.O!==V.O?x=au(b&&b[E],g,_):(is(w,V,y),b[_]=void 0,x=w.S),V=v[++E]):(x=au(b&&b[E],g,E),V=v[++E]),x&&ud(P.S.parentNode,x,P.S)}L>A?Vk(m,v[Y+1]==null?null:v[Y+1].S,g,v,E,Y):E>Y&&Pk(b,L,A)})(n,s,t,l,r):l!==null?(e.h!==null&&(n.textContent=""),Vk(n,null,t,l,0,l.length-1)):r||s===null?r&&s!==null&&l===null&&(t.m=s):Pk(s,0,s.length-1),Po&&c==="svg"&&(Po=!1)):e.h!==h&&(n.data=h)},S2=e=>{e.v&&e.v.ref&&Yp.push((()=>e.v.ref(null))),e.m&&e.m.map(S2)},$$=(e,t)=>{Xp.push((()=>e(t)))},ud=(e,t,r)=>e.__insertBefore?e.__insertBefore(t,r):e==null?void 0:e.insertBefore(t,r),_$=(e,t,r=!1)=>{const n=e.$hostElement$,s=e.l,l=e.A||Bs(null,null);var c;const h=(c=t)&&c.O===de?t:f(null,null,t);if(Au=n.tagName,s._&&(h.v=h.v||{},s._.forEach((([m,b])=>{h.v[b]=n[m]}))),r&&h.v)for(const m of Object.keys(h.v))n.hasAttribute(m)&&!["key","ref","style","class"].includes(m)&&(h.v[m]=n[m]);h.O=null,h.i|=4,e.A=h,h.S=l.S=n.shadowRoot||n,w2=!(!(1&s.i)||128&s.i),is(l,h,r),Yp.forEach((m=>m())),Yp.length=0,Xp.forEach((m=>m())),Xp.length=0},C2=(e,t)=>{if(t&&!e.R&&t["s-p"]){const r=t["s-p"].push(new Promise((n=>e.R=()=>{t["s-p"].splice(r-1,1),n()})))}},Ru=(e,t)=>{if(e.i|=16,4&e.i)return void(e.i|=512);C2(e,e.D);const r=()=>O$(e,t);if(!t)return p2(r);queueMicrotask((()=>{r()}))},O$=(e,t)=>{const r=e.$hostElement$,n=r;if(!n)throw new Error("Can't render component <".concat(r.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 s;return s=gd(n,t?"componentWillLoad":"componentWillUpdate",void 0,r),s=Uk(s,(()=>gd(n,"componentWillRender",void 0,r))),Uk(s,(()=>A$(e,n,t)))},Uk=(e,t)=>z$(e)?e.then(t).catch((r=>{console.error(r),t()})):t(),z$=e=>e instanceof Promise||e&&e.then&&typeof e.then=="function",A$=async(e,t,r)=>{var n;const s=e.$hostElement$,l=s["s-rc"];r&&(c=>{const h=c.l,m=c.$hostElement$,b=h.i,g=g2(m.shadowRoot?m.shadowRoot:m.getRootNode(),h);10&b&&(m["s-sc"]=g,m.classList.add(g+"-h"))})(e),R$(e,t,s,r),l&&(l.map((c=>c())),s["s-rc"]=void 0);{const c=(n=s["s-p"])!=null?n:[],h=()=>I$(e);c.length===0?h():(Promise.all(c).then(h).catch(h),e.i|=4,c.length=0)}},R$=(e,t,r,n)=>{try{t=t.render(),e.i&=-17,e.i|=2,_$(e,t,n)}catch(s){la(s,e.$hostElement$)}return null},I$=e=>{const t=e.$hostElement$,r=t,n=e.D;gd(r,"componentDidRender",void 0,t),64&e.i?gd(r,"componentDidUpdate",void 0,t):(e.i|=64,M$(t),gd(r,"componentDidLoad",void 0,t),e.L(t),n||D$()),e.R&&(e.R(),e.R=void 0),512&e.i&&jg((()=>Ru(e,!1))),e.i&=-517},fi=e=>{var t;{const r=Tr(e),n=(t=r==null?void 0:r.$hostElement$)==null?void 0:t.isConnected;return n&&(18&r.i)==2&&Ru(r,!1),n}},D$=()=>{var e;jg((()=>y2(ht,"appload",{detail:{namespace:"siemens-ix"}}))),(e=kt.U)!=null&&e.size&&kt.U.clear()},gd=(e,t,r,n)=>{if(e&&e[t])try{return e[t](r)}catch(s){la(s,n)}},M$=e=>e.classList.add("hydrated"),qk=(e,t,r,n)=>{const s=Tr(e);if(!s)return;const l=e,c=s.o.get(t),h=s.i,m=l;r=v2(r,n.t[t][0],!!(64&n.i));const b=Number.isNaN(c)&&Number.isNaN(r);if(r!==c&&!b){if(s.o.set(t,r),n.V){const g=n.V[t];g&&g.map((v=>{try{const[[y,x]]=Object.entries(v);(128&h||1&x)&&(m?m[y](r,c,t):s.F.push((()=>{s.P[y](r,c,t)})))}catch(y){la(y,l)}}))}if(2&h){if(m.componentShouldUpdate&&m.componentShouldUpdate(r,c,t)===!1&&!(16&h))return;16&h||Ru(s,!1)}}},B$=(e,t,r)=>{var n,s;const l=e.prototype;64&t.i&&1&r&&y$.forEach((c=>{const h=l[c];Object.defineProperty(l,c,{value(...m){var b;const g=Tr(this),v=this;v?typeof h=="function"&&h.call(v,...m):(b=g==null?void 0:g.W)==null||b.then((y=>{const x=y[c];typeof x=="function"&&x.call(y,...m)}))}})}));{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 c=Object.entries((n=t.t)!=null?n:{});c.map((([h,[m]])=>{if(31&m||32&m){const{get:b,set:g}=Object.getOwnPropertyDescriptor(l,h)||{};b&&(t.t[h][0]|=2048),g&&(t.t[h][0]|=4096),Object.defineProperty(l,h,{get(){return b?b.apply(this):(v=h,Tr(this).o.get(v));var v},configurable:!0,enumerable:!0}),Object.defineProperty(l,h,{set(v){const y=Tr(this);if(y){if(g)return(32&m?this[h]:y.$hostElement$[h])===void 0&&y.o.get(h)&&(v=y.o.get(h)),g.apply(this,[v2(v,m,!!(64&t.i))]),void qk(this,h,v=32&m?this[h]:y.$hostElement$[h],t);qk(this,h,v,t)}}})}}));{const h=new Map;l.attributeChangedCallback=function(m,b,g){kt.jmp((()=>{var v;const y=h.get(m),x=Tr(this);if(this.hasOwnProperty(y),l.hasOwnProperty(y)&&typeof this[y]=="number"&&this[y]==g)return;if(y==null){const E=x==null?void 0:x.i;if(x&&E&&!(8&E)&&g!==b){const _=this,I=(v=t.V)==null?void 0:v[m];I==null||I.forEach((A=>{const[[P,T]]=Object.entries(A);_[P]!=null&&(128&E||1&T)&&_[P].call(_,g,b,m)}))}return}const w=c.find((([E])=>E===y));w&&4&w[1][0]&&(g=g!==null&&g!=="false");const L=Object.getOwnPropertyDescriptor(l,y);g==this[y]||L.get&&!L.set||(this[y]=g)}))},e.observedAttributes=Array.from(new Set([...Object.keys((s=t.V)!=null?s:{}),...c.filter((([m,b])=>31&b[0])).map((([m,b])=>{var g;const v=b[1]||m;return h.set(v,m),512&b[0]&&((g=t._)==null||g.push([m,v])),v}))]))}}return e},ue=(e,t)=>{const r={i:t[0],p:t[1]};try{r.t=t[2],r.q=t[3],r.V=e.V,r.B=e.B,r.H=e.H,r._=[],(()=>{if(!ht.document)return;const l=ht.document.querySelectorAll("[".concat(iu,"]"));let c=0;for(;c<l.length;c++)Ak(l[c].getAttribute(iu),l[c].innerHTML.replace(/\/\*!@([^\/]+)\*\/[^\{]+\{/g,"$1{"),!0)})();const n=e.prototype.connectedCallback,s=e.prototype.disconnectedCallback;return Object.assign(e.prototype,{__hasHostListenerAttached:!1,__registerHost(){((l,c)=>{const h={i:0,$hostElement$:l,l:c,o:new Map,Y:new Map};h.W=new Promise((b=>h.L=b)),l["s-p"]=[],l["s-rc"]=[];const m=h;l.__stencil__getHostRef=()=>m,512&c.i&&v$(l,h)})(this,r)},connectedCallback(){if(!this.__hasHostListenerAttached){const l=Tr(this);if(!l)return;Fk(this,l,r.q),this.__hasHostListenerAttached=!0}(l=>{if(!(1&kt.i)){const c=Tr(l);if(!c)return;const h=c.l,m=()=>{};if(1&c.i)Fk(l,c,h.q),c!=null&&c.P||c!=null&&c.W&&c.W.then((()=>{}));else{let b;if(c.i|=1,b=l.getAttribute(pd),b){if(1&h.i){const g=g2(l.shadowRoot,h);l.classList.remove(g+"-h",g+"-s")}((g,v,y,x)=>{var w,L,E,_;const I=g.shadowRoot,A=[],P=[],T=I?[]:null,Y=Bs(v,null);Y.S=g,!ht.document||kt.U&&kt.U.size||Wp(ht.document.body,kt.U=new Map),g[pd]=y,g.removeAttribute(pd),x.A=Zp(Y,A,[],T,g,g,y,P);let V=0;const X=A.length;let q;for(;V<X;V++){q=A[V];const J=q.N+"."+q.C,Z=kt.U.get(J),C=q.S;if(I){if((w=q.O)!=null&&w.toString().includes("-")&&q.O!=="slot-fb"&&!q.S.shadowRoot){const z=Tr(q.S);if(z){const H=Fp(z.l),M=ht.document.querySelector('style[sty-id="'.concat(H,'"]'));M&&T.unshift(M.cloneNode(!0))}}}else C["s-hn"]=v.toUpperCase(),q.O==="slot"&&(C["s-cr"]=g["s-cr"]);q.O==="slot"&&(q.k=q.S["s-sn"]||q.S.name||null,q.m?(q.i|=2,q.S.childNodes.length||q.m.forEach((z=>{q.S.appendChild(z.S)}))):q.i|=1),Z&&Z.isConnected&&(Z.parentElement.shadowRoot&&Z["s-en"]===""&&Z.parentNode.insertBefore(C,Z.nextSibling),Z.parentNode.removeChild(Z),I||(C["s-oo"]=parseInt(q.C))),Z&&!Z["s-id"]&&kt.U.delete(J)}const re=[],ie=P.length;let se,pe,be,ne,D=0,ee=0;for(;D<ie;D++)if(se=P[D],se&&se.length)for(be=se.length,pe=0;pe<be;pe++){if(ne=se[pe],re[ne.hostId]||(re[ne.hostId]=kt.U.get(ne.hostId)),!re[ne.hostId])continue;const J=re[ne.hostId];J.shadowRoot&&ne.node.parentElement!==J&&J.insertBefore(ne.node,(E=(L=se[pe-1])==null?void 0:L.node)==null?void 0:E.nextSibling),J.shadowRoot&&I||(ne.slot["s-cr"]||(ne.slot["s-cr"]=J["s-cr"],ne.slot["s-cr"]=!ne.slot["s-cr"]&&J.shadowRoot?J:(J.__childNodes||J.childNodes)[0]),w$(ne.node,ne.slot,0,ne.node["s-oo"]||ee),(_=ne.node.parentElement)!=null&&_.shadowRoot&&ne.node.getAttribute&&ne.node.getAttribute("slot")&&ne.node.removeAttribute("slot")),ee=(ne.node["s-oo"]||ee)+1}if(I&&!I.childNodes.length){let J=0;const Z=T.length;if(Z){for(;J<Z;J++){const C=T[J];C&&I.appendChild(C)}Array.from(g.childNodes).forEach((C=>{typeof C["s-en"]!="string"&&typeof C["s-sn"]!="string"&&(C.nodeType===1&&C.slot&&C.hidden?C.removeAttribute("hidden"):C.nodeType!==8||C.nodeValue||C.parentNode.removeChild(C))}))}}x.$hostElement$=g})(l,h.p,b,c)}{let g=l;for(;g=g.parentNode||g.host;)if(g.nodeType===1&&g.hasAttribute("s-id")&&g["s-p"]||g["s-p"]){C2(c,c.D=g);break}}h.t&&Object.entries(h.t).map((([g,[v]])=>{if(31&v&&g in l&&l[g]!==Object.prototype[g]){const y=l[g];delete l[g],l[g]=y}})),(async(g,v,y)=>{let x;try{if(!(32&v.i)&&(v.i|=32,x=g.constructor,customElements.whenDefined(g.localName).then((()=>v.i|=128)),x&&x.style)){let E;typeof x.style=="string"&&(E=x.style);const _=Fp(y);if(!nu.has(_)){const I=()=>{};Ak(_,E,!!(1&y.i)),I()}}const w=v.D,L=()=>Ru(v,!0);w&&w["s-rc"]?w["s-rc"].push(L):L()}catch(w){la(w,g),v.R&&(v.R(),v.R=void 0),v.L&&v.L(g)}})(l,c,h)}m()}})(this),n&&n.call(this)},disconnectedCallback(){(async l=>{if(!(1&kt.i)){const c=Tr(l);c!=null&&c.J&&(c.J.map((h=>h())),c.J=void 0)}mi.has(l)&&mi.delete(l),l.shadowRoot&&mi.has(l.shadowRoot)&&mi.delete(l.shadowRoot)})(this),s&&s.call(this)},__attachShadow(){if(this.shadowRoot){if(this.shadowRoot.mode!=="open")throw new Error("Unable to re-use existing shadow root for ".concat(r.p,"! Mode is set to ").concat(this.shadowRoot.mode," but Stencil only supports open shadow roots."))}else x$.call(this,r)}}),Object.defineProperty(e,"is",{value:r.p,configurable:!0}),B$(e,r,3)}catch(n){return la(n),e}},wi=(e,t)=>t,Fk=(e,t,r)=>{r&&ht.document&&r.map((([n,s,l])=>{const c=N$(ht.document,e,n),h=H$(t,l),m=j$(n);kt.ael(c,s,h,m),(t.J=t.J||[]).push((()=>kt.rel(c,s,h,m)))}))},H$=(e,t)=>r=>{try{e.$hostElement$[t](r)}catch(n){la(n,e.$hostElement$)}},N$=(e,t,r)=>8&r?ht:t,j$=e=>k$?{passive:!!(1&e),capture:!!(2&e)}:!!(2&e);const Fe=e=>e?"true":"false",Zk=e=>e.replace("-filled","").split("-").map((t=>{const r=t.trim(),n=r.replace(/\d+/g,"");return n.length===0?r:n})).map((t=>t.charAt(0).toUpperCase()+t.slice(1))).join(" "),Pg=e=>{if(!e||(n=>{if(!n)return!1;let s;try{s=new URL(n)}catch(l){return!1}return s.protocol==="http:"||s.protocol==="https:"})(e))return"Unknown";if((t=e)&&typeof t=="string"&&t.startsWith("data:image/svg+xml")){const n=/.*\<desc\>(.*)\<\/desc\>.*/g.exec(e);return n&&n.length>1?Zk(n[1]):"Unknown"}var t;const r=Zk(e);return r.length===0?"Unknown":r},Ar=(e,t=[])=>{const r={};return V$.forEach((n=>{var s;e.hasAttribute(n)&&(e.getAttribute(n)===null||t.includes(n)||(r[n]=(s=e.getAttribute(n))!==null&&s!==void 0?s:"",e.removeAttribute(n)))})),r},V$=["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"],E2=ue(class T2 extends ae{constructor(t){super(),t!==!1&&this.__registerHost(),this.__attachShadow(),this.bold=!1,this.textDecoration="none"}static getTextColor(t){return t.startsWith("inv-")||!t.endsWith("-contrast")?"var(--theme-color-".concat(t,"-text)"):"var(--theme-color-".concat(t.replace("-","--"),")")}render(){var t;let r={};r["typography-".concat((t=this.format)!==null&&t!==void 0?t:"body")]=!0,this.textDecoration!=="none"&&(r["typography-decoration-".concat(this.textDecoration)]=!0),r["typography-weight-bold"]=this.bold;let n={};return this.textColor&&(n={color:T2.getTextColor(this.textColor)}),f(de,{key:"373bb7d6255698f7fed9130834b1ae14fbfd8586",class:r,style:n},f("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 go(){typeof customElements<"u"&&["ix-typography"].forEach((e=>{e==="ix-typography"&&(customElements.get(e)||customElements.define(e,E2))}))}ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.variant="outline",this.icon=void 0,this.selected=!1,this.passive=!1}getSubheadingTextColor(){return this.variant==="outline"||this.variant==="filled"?"soft":void 0}render(){const e=!this.ariaLabelCard&&this.heading?"ix-action-card-heading":void 0;return f(de,{key:"600ad1913e671fb47ec9da8f66e984bbde498fae"},f("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},f("ix-card-content",{key:"c138b94b131af478fee65244f32b91cdf78b31df"},this.icon?f("ix-icon",{class:"icon",name:this.icon,size:"32","aria-label":this.ariaLabelIcon||Pg(this.icon)}):null,f("div",{key:"eb0252c628c75709fddae387a3b4a7abbf7c3df0"},this.heading?f("ix-typography",{id:"ix-action-card-heading","aria-hidden":Fe(!e),format:"h4"},this.heading):null,this.subheading?f("ix-typography",{format:"h5","text-color":this.getSubheadingTextColor()},this.subheading):null,f("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 P$="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>",Ug="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>",U$="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>",q$="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>",Iu="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>",F$="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>",L2="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>",zd="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>",Z$="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>",$2="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>",Wk="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>",Uf="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>",W$="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>",qf="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>",_2="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>",Y$="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>",X$="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>",Ys="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>",G$="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>",Q$="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>",K$="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>",sh="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>",Gp="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>",Qp="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>",lh="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>",Hs="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>",J$="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>",O2="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>",e_="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>",Du="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>",t_="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>",o_="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>",r_="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>",z2="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>",n_="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>",i_="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>",Yk="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>",a_="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>",s_="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>",A2="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>",l_="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>",d_="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>",Ns="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>",Xk="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>",c_="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>",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>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 ho,Qi,yn,nr=function(e,t,r,n){if(typeof t=="function"?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?n:r==="a"?n.call(e):n?n.value:t.get(e)},Gk=function(e,t,r,n,s){if(typeof t=="function"?e!==t||!s:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return s?s.value=r:t.set(e,r),r};let It=class{static parseTime(t,r){const n=t.trim();if(n.length===0)return r;const s=n.match(/^(-?\d*\.?\d+)(ms|s)?$/);if(!s)return r;const[,l,c="ms"]=s,h=Number(l);return Number.isFinite(h)?c==="s"?1e3*h:h:r}static ensureCache(){if(nr(this,ho,"f",yn)!==null)return;if(typeof window>"u")return void Gk(this,ho,Object.assign({},nr(this,ho,"f",Qi)),"f",yn);const t=document.documentElement||document.body,r=window.getComputedStyle(t),n=(s,l)=>{var c;const h=(c=r.getPropertyValue(s))===null||c===void 0?void 0:c.trim();return h?this.parseTime(h,l):l};Gk(this,ho,{short:n("--theme-short-time",nr(this,ho,"f",Qi).short),default:n("--theme-default-time",nr(this,ho,"f",Qi).default),medium:n("--theme-medium-time",nr(this,ho,"f",Qi).medium),slow:n("--theme-slow-time",nr(this,ho,"f",Qi).slow),xslow:n("--theme-x-slow-time",nr(this,ho,"f",Qi).xslow)},"f",yn)}static prefersReducedMotion(){return!(typeof window>"u"||!window.matchMedia)&&window.matchMedia("(prefers-reduced-motion: reduce)").matches}static get shortTime(){this.ensureCache();const t=nr(this,ho,"f",yn).short;return this.prefersReducedMotion()?0:t}static get defaultTime(){this.ensureCache();const t=nr(this,ho,"f",yn).default;return this.prefersReducedMotion()?0:t}static get mediumTime(){this.ensureCache();const t=nr(this,ho,"f",yn).medium;return this.prefersReducedMotion()?0:t}static get slowTime(){this.ensureCache();const t=nr(this,ho,"f",yn).slow;return this.prefersReducedMotion()?0:t}static get xSlowTime(){this.ensureCache();const t=nr(this,ho,"f",yn).xslow;return this.prefersReducedMotion()?0:t}};ho=It,Qi={value:{short:0,default:150,medium:300,slow:500,xslow:1e3}},yn={value:null};let Tn=class{constructor(){this.listeners=[],this.listenersOncer=[],this.on=t=>(this.listeners.push(t),{dispose:()=>this.off(t)}),this.once=t=>{this.listenersOncer.push(t)},this.off=t=>{const r=this.listeners.indexOf(t);r>-1&&this.listeners.splice(r,1)},this.emit=t=>{if(this.listeners.forEach((r=>r(t))),this.listenersOncer.length>0){const r=this.listenersOncer;this.listenersOncer=[],r.forEach((n=>n(t)))}},this.pipe=t=>this.on((r=>t.emit(r)))}};const R2=new class{async attachView(e,t){var r;return((r=t==null?void 0:t.parentElement)!==null&&r!==void 0?r:document.body).appendChild(e),e}async removeView(e){e.remove()}};let h_=R2;const u_=()=>h_,Qk=()=>R2;function b_(e){return e.closest("ix-modal")}function m_(e,t){const r=b_(e);r&&r.dismissModal(t)}async function f_(e){const t=u_();let r;const n=new Tn,s=new Tn;if(typeof e.content=="string"){const l=document.createElement("ix-modal");l.innerText=e.content,r=await Qk().attachView(l)}if(e.content instanceof HTMLElement&&e.content.tagName!=="IX-MODAL"){const l=document.createElement("ix-modal");l.appendChild(e.content),r=await Qk().attachView(l)}return r||(r=await t.attachView(e.content)),(function(l,c){const h=c.ariaDescribedby,m=c.ariaLabelledby;delete c.ariaDescribedby,delete c.ariaLabelledby,h&&l.setAttribute("aria-describedby",h),m&&l.setAttribute("aria-labelledby",m)})(r,e),Object.assign(r,e),await r.showModal(),r.addEventListener("dialogClose",(async({detail:l})=>{n.emit(l),await t.removeView(r)})),r.addEventListener("dialogDismiss",(async({detail:l})=>{s.emit(l),await t.removeView(r)})),requestAnimationFrame((()=>{const l=r.querySelector("[autofocus],[auto-focus]");l&&l.focus()})),{htmlElement:r,onClose:n,onDismiss:s}}async function I2(e){const t=document.createElement("ix-application-switch-modal");t.config=e;const r=(await f_({content:t,size:"840",closeOnBackdropClick:!0})).htmlElement.querySelector("ix-application-switch-modal");return n=>{r?r.config=n:console.warn("ix-application-switch-modal element not found!")}}const p_={sm:"(max-width: 48em)",md:"(min-width: 48.0625em) and (max-width: 80em)",lg:"(min-width: 80.0625em)"},Cn=e=>!(typeof window>"u"||!window.matchMedia)&&window.matchMedia(p_[e]).matches,g_=()=>typeof window<"u"&&window.matchMedia?Cn("lg")?"lg":Cn("md")?"md":Cn("sm")?"sm":"lg":"lg";var as,ss,ls,ds,Vr=function(e,t,r,n){if(typeof t=="function"?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?n:r==="a"?n.call(e):n?n.value:t.get(e)},Qa=function(e,t,r,n,s){if(typeof t=="function"?e!==t||!0:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return t.set(e,r),r};as=new WeakMap,ss=new WeakMap,ls=new WeakMap,ds=new WeakMap;const Qt=new class{constructor(){as.set(this,["sm","md","lg"]),ss.set(this,new Tn),ls.set(this,"lg"),ds.set(this,!0),this.debouncedOnResize=(function(e){let t;return function(...r){clearTimeout(t),t=setTimeout((()=>{e(...r)}),50)}})(this.onResize.bind(this)),typeof window<"u"&&(window.addEventListener("resize",this.debouncedOnResize.bind(this)),this.debouncedOnResize())}get breakpoint(){return Vr(this,ls,"f")}get onChange(){return Vr(this,ss,"f")}get isDetectionEnabled(){return Vr(this,ds,"f")}onResize(){if(!Vr(this,ds,"f")||!Vr(this,as,"f"))return;const e=[];if(Vr(this,as,"f").forEach((t=>{const r=Cn(t);e.push([t,r])})),e.every((([,t])=>t===!1))){let t=0;Vr(this,as,"f").includes("lg")||(t=e.length-1);const[r]=e[t];return requestAnimationFrame((()=>Vr(this,ss,"f").emit(r))),void Qa(this,ls,r)}for(const[t,r]of e.reverse())if(r){requestAnimationFrame((()=>Vr(this,ss,"f").emit(t))),Qa(this,ls,t);break}}disableBreakpointDetection(){Qa(this,ds,!1)}enableBreakpointDetection(){Qa(this,ds,!0)}setBreakpoint(e){Qa(this,ls,e),Vr(this,ss,"f").emit(e)}setBreakpoints(e){Qa(this,as,e),this.onResize()}};let v_=class extends Event{constructor(t,r,n){super("context-request",{bubbles:!0,composed:!0}),this.context=t,this.callback=r,this.subscribe=n}};function D2(e,t,r,n){let s;return e.dispatchEvent(new v_(t,((l,c)=>{r(l,c),s=c}),n)),{unsubscribe:()=>{s&&s()}}}function y_(e,t,r){const n=new Tn,s=new Tn,l=new Set;return e.addEventListener("context-request",(c=>{const h=c;(h==null?void 0:h.context.name)===t.name&&(h.stopPropagation(),h.subscribe&&l.add(h),n.emit(h),r&&h.callback(r,(()=>{l.delete(h)})))})),s.on((c=>{l.forEach((h=>h.callback(c,(()=>{l.delete(h)}))))})),{emit:c=>{s.emit(c)}}}const k_=e=>e.closest("ix-menu"),qg={name:"application-layout-context",initialValue:{hideHeader:!1,sidebar:!1}};var ar,Ih,Dh,ir=function(e,t,r,n){if(typeof t=="function"?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?n:r==="a"?n.call(e):n?n.value:t.get(e)},Kk=function(e,t,r,n,s){if(typeof t=="function"?e!==t||!0:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return t.set(e,r),r};ar=new WeakMap,Ih=new WeakMap,Dh=new WeakMap;const da=new class{constructor(){ar.set(this,null),Ih.set(this,new Tn),Dh.set(this,!1)}register(e){ir(this,ar,"f")?console.warn("Menu already defined"):(Kk(this,ar,e),ir(this,ar,"f").addEventListener("expandChange",(t=>{ir(this,Ih,"f").emit(t.detail)})))}setIsPinned(e){Kk(this,Dh,e)}async open(){return!!ir(this,ar,"f")&&(ir(this,ar,"f").toggleMenu(!0),!0)}async close(){return!!ir(this,ar,"f")&&(ir(this,ar,"f").toggleMenu(!1),!0)}async toggle(){return!!ir(this,ar,"f")&&(ir(this,ar,"f").toggleMenu(),!0)}get nativeElement(){return ir(this,ar,"f")}get expandChange(){return ir(this,Ih,"f")}get isPinned(){return ir(this,Dh,"f")}};function M2(e,t){return t?t.closest(e)||M2(e,t.getRootNode().host):null}function Fg(e){return e.assignedElements({flatten:!0})}function Zr(e){return!!e&&e.assignedElements({flatten:!0}).length!==0}function Kp(e,t){return e?e instanceof ShadowRoot?Kp(e.host,t):e instanceof HTMLElement&&e.matches(t)?e:Kp(e.parentNode,t):null}const x_=["top","right","bottom","left"],Ln=Math.min,Yr=Math.max,su=Math.round,dh=Math.floor,Xr=e=>({x:e,y:e}),w_={left:"right",right:"left",bottom:"top",top:"bottom"},S_={start:"end",end:"start"};function Jp(e,t,r){return Yr(e,Ln(t,r))}function fa(e,t){return typeof e=="function"?e(t):e}function En(e){return e.split("-")[0]}function Cd(e){return e.split("-")[1]}function B2(e){return e==="x"?"y":"x"}function Zg(e){return e==="y"?"height":"width"}function ca(e){return["top","bottom"].includes(En(e))?"y":"x"}function Wg(e){return B2(ca(e))}function Ff(e){return e.replace(/start|end/g,(t=>S_[t]))}function ch(e){return e.replace(/left|right|bottom|top/g,(t=>w_[t]))}function Yg(e){return typeof e!="number"?(function(t){return{top:0,right:0,bottom:0,left:0,...t}})(e):{top:e,right:e,bottom:e,left:e}}function Vs(e){const{x:t,y:r,width:n,height:s}=e;return{width:n,height:s,top:r,left:t,right:t+n,bottom:r+s,x:t,y:r}}function Jk(e,t,r){let{reference:n,floating:s}=e;const l=ca(t),c=Wg(t),h=Zg(c),m=En(t),b=l==="y",g=n.x+n.width/2-s.width/2,v=n.y+n.height/2-s.height/2,y=n[h]/2-s[h]/2;let x;switch(m){case"top":x={x:g,y:n.y-s.height};break;case"bottom":x={x:g,y:n.y+n.height};break;case"right":x={x:n.x+n.width,y:v};break;case"left":x={x:n.x-s.width,y:v};break;default:x={x:n.x,y:n.y}}switch(Cd(t)){case"start":x[c]-=y*(r&&b?-1:1);break;case"end":x[c]+=y*(r&&b?-1:1)}return x}async function lu(e,t){var r;t===void 0&&(t={});const{x:n,y:s,platform:l,rects:c,elements:h,strategy:m}=e,{boundary:b="clippingAncestors",rootBoundary:g="viewport",elementContext:v="floating",altBoundary:y=!1,padding:x=0}=fa(t,e),w=Yg(x),L=h[y?v==="floating"?"reference":"floating":v],E=Vs(await l.getClippingRect({element:(r=await(l.isElement==null?void 0:l.isElement(L)))==null||r?L:L.contextElement||await(l.getDocumentElement==null?void 0:l.getDocumentElement(h.floating)),boundary:b,rootBoundary:g,strategy:m})),_=v==="floating"?{x:n,y:s,width:c.floating.width,height:c.floating.height}:c.reference,I=await(l.getOffsetParent==null?void 0:l.getOffsetParent(h.floating)),A=await(l.isElement==null?void 0:l.isElement(I))&&await(l.getScale==null?void 0:l.getScale(I))||{x:1,y:1},P=Vs(l.convertOffsetParentRelativeRectToViewportRelativeRect?await l.convertOffsetParentRelativeRectToViewportRelativeRect({elements:h,rect:_,offsetParent:I,strategy:m}):_);return{top:(E.top-P.top+w.top)/A.y,bottom:(P.bottom-E.bottom+w.bottom)/A.y,left:(E.left-P.left+w.left)/A.x,right:(P.right-E.right+w.right)/A.x}}function ex(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function tx(e){return x_.some((t=>e[t]>=0))}function ox(e){const t=Ln(...e.map((n=>n.left))),r=Ln(...e.map((n=>n.top)));return{x:t,y:r,width:Yr(...e.map((n=>n.right)))-t,height:Yr(...e.map((n=>n.bottom)))-r}}function Mu(){return typeof window<"u"}function Ps(e){return H2(e)?(e.nodeName||"").toLowerCase():"#document"}function qo(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Gr(e){var t;return(t=(H2(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function H2(e){return!!Mu()&&(e instanceof Node||e instanceof qo(e).Node)}function _r(e){return!!Mu()&&(e instanceof Element||e instanceof qo(e).Element)}function Kr(e){return!!Mu()&&(e instanceof HTMLElement||e instanceof qo(e).HTMLElement)}function rx(e){return!(!Mu()||typeof ShadowRoot>"u")&&(e instanceof ShadowRoot||e instanceof qo(e).ShadowRoot)}function Ed(e){const{overflow:t,overflowX:r,overflowY:n,display:s}=Or(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!["inline","contents"].includes(s)}function C_(e){return["table","td","th"].includes(Ps(e))}function du(e){return[":popover-open",":modal"].some((t=>{try{return e.matches(t)}catch(r){return!1}}))}function eg(e){const t=Xg(),r=_r(e)?Or(e):e;return["transform","translate","scale","rotate","perspective"].some((n=>!!r[n]&&r[n]!=="none"))||!!r.containerType&&r.containerType!=="normal"||!t&&!!r.backdropFilter&&r.backdropFilter!=="none"||!t&&!!r.filter&&r.filter!=="none"||["transform","translate","scale","rotate","perspective","filter"].some((n=>(r.willChange||"").includes(n)))||["paint","layout","strict","content"].some((n=>(r.contain||"").includes(n)))}function Xg(){return!(typeof CSS>"u"||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Ls(e){return["html","body","#document"].includes(Ps(e))}function Or(e){return qo(e).getComputedStyle(e)}function Bu(e){return _r(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function pi(e){if(Ps(e)==="html")return e;const t=e.assignedSlot||e.parentNode||rx(e)&&e.host||Gr(e);return rx(t)?t.host:t}function N2(e){const t=pi(e);return Ls(t)?e.ownerDocument?e.ownerDocument.body:e.body:Kr(t)&&Ed(t)?t:N2(t)}function Td(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const s=N2(e),l=s===((n=e.ownerDocument)==null?void 0:n.body),c=qo(s);if(l){const h=tg(c);return t.concat(c,c.visualViewport||[],Ed(s)?s:[],h&&r?Td(h):[])}return t.concat(s,Td(s,[],r))}function tg(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function j2(e){const t=Or(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const s=Kr(e),l=s?e.offsetWidth:r,c=s?e.offsetHeight:n,h=su(r)!==l||su(n)!==c;return h&&(r=l,n=c),{width:r,height:n,$:h}}function Gg(e){return _r(e)?e:e.contextElement}function $s(e){const t=Gg(e);if(!Kr(t))return Xr(1);const r=t.getBoundingClientRect(),{width:n,height:s,$:l}=j2(t);let c=(l?su(r.width):r.width)/n,h=(l?su(r.height):r.height)/s;return c&&Number.isFinite(c)||(c=1),h&&Number.isFinite(h)||(h=1),{x:c,y:h}}const E_=Xr(0);function V2(e){const t=qo(e);return Xg()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:E_}function ha(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const s=e.getBoundingClientRect(),l=Gg(e);let c=Xr(1);t&&(n?_r(n)&&(c=$s(n)):c=$s(e));const h=(function(y,x,w){return x===void 0&&(x=!1),!(!w||x&&w!==qo(y))&&x})(l,r,n)?V2(l):Xr(0);let m=(s.left+h.x)/c.x,b=(s.top+h.y)/c.y,g=s.width/c.x,v=s.height/c.y;if(l){const y=qo(l),x=n&&_r(n)?qo(n):n;let w=y,L=tg(w);for(;L&&n&&x!==w;){const E=$s(L),_=L.getBoundingClientRect(),I=Or(L),A=_.left+(L.clientLeft+parseFloat(I.paddingLeft))*E.x,P=_.top+(L.clientTop+parseFloat(I.paddingTop))*E.y;m*=E.x,b*=E.y,g*=E.x,v*=E.y,m+=A,b+=P,w=qo(L),L=tg(w)}}return Vs({width:g,height:v,x:m,y:b})}function Qg(e,t){const r=Bu(e).scrollLeft;return t?t.left+r:ha(Gr(e)).left+r}function P2(e,t,r){r===void 0&&(r=!1);const n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-(r?0:Qg(e,n)),y:n.top+t.scrollTop}}function nx(e,t,r){let n;if(t==="viewport")n=(function(s,l){const c=qo(s),h=Gr(s),m=c.visualViewport;let b=h.clientWidth,g=h.clientHeight,v=0,y=0;if(m){b=m.width,g=m.height;const x=Xg();(!x||x&&l==="fixed")&&(v=m.offsetLeft,y=m.offsetTop)}return{width:b,height:g,x:v,y}})(e,r);else if(t==="document")n=(function(s){const l=Gr(s),c=Bu(s),h=s.ownerDocument.body,m=Yr(l.scrollWidth,l.clientWidth,h.scrollWidth,h.clientWidth),b=Yr(l.scrollHeight,l.clientHeight,h.scrollHeight,h.clientHeight);let g=-c.scrollLeft+Qg(s);const v=-c.scrollTop;return Or(h).direction==="rtl"&&(g+=Yr(l.clientWidth,h.clientWidth)-m),{width:m,height:b,x:g,y:v}})(Gr(e));else if(_r(t))n=(function(s,l){const c=ha(s,!0,l==="fixed"),h=c.top+s.clientTop,m=c.left+s.clientLeft,b=Kr(s)?$s(s):Xr(1);return{width:s.clientWidth*b.x,height:s.clientHeight*b.y,x:m*b.x,y:h*b.y}})(t,r);else{const s=V2(e);n={x:t.x-s.x,y:t.y-s.y,width:t.width,height:t.height}}return Vs(n)}function U2(e,t){const r=pi(e);return!(r===t||!_r(r)||Ls(r))&&(Or(r).position==="fixed"||U2(r,t))}function T_(e,t,r){const n=Kr(t),s=Gr(t),l=r==="fixed",c=ha(e,!0,l,t);let h={scrollLeft:0,scrollTop:0};const m=Xr(0);if(n||!n&&!l)if((Ps(t)!=="body"||Ed(s))&&(h=Bu(t)),n){const g=ha(t,!0,l,t);m.x=g.x+t.clientLeft,m.y=g.y+t.clientTop}else s&&(m.x=Qg(s));const b=!s||n||l?Xr(0):P2(s,h);return{x:c.left+h.scrollLeft-m.x-b.x,y:c.top+h.scrollTop-m.y-b.y,width:c.width,height:c.height}}function Zf(e){return Or(e).position==="static"}function ix(e,t){if(!Kr(e)||Or(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Gr(e)===r&&(r=r.ownerDocument.body),r}function ax(e,t){const r=qo(e);if(du(e))return r;if(!Kr(e)){let s=pi(e);for(;s&&!Ls(s);){if(_r(s)&&!Zf(s))return s;s=pi(s)}return r}let n=ix(e,t);for(;n&&C_(n)&&Zf(n);)n=ix(n,t);return n&&Ls(n)&&Zf(n)&&!eg(n)?r:n||(function(s){let l=pi(s);for(;Kr(l)&&!Ls(l);){if(eg(l))return l;if(du(l))return null;l=pi(l)}return null})(e)||r}const L_={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:r,offsetParent:n,strategy:s}=e;const l=s==="fixed",c=Gr(n),h=!!t&&du(t.floating);if(n===c||h&&l)return r;let m={scrollLeft:0,scrollTop:0},b=Xr(1);const g=Xr(0),v=Kr(n);if((v||!v&&!l)&&((Ps(n)!=="body"||Ed(c))&&(m=Bu(n)),Kr(n))){const x=ha(n);b=$s(n),g.x=x.x+n.clientLeft,g.y=x.y+n.clientTop}const y=!c||v||l?Xr(0):P2(c,m,!0);return{width:r.width*b.x,height:r.height*b.y,x:r.x*b.x-m.scrollLeft*b.x+g.x+y.x,y:r.y*b.y-m.scrollTop*b.y+g.y+y.y}},getDocumentElement:Gr,getClippingRect:function(e){let{element:t,boundary:r,rootBoundary:n,strategy:s}=e;const l=[...r==="clippingAncestors"?du(t)?[]:(function(h,m){const b=m.get(h);if(b)return b;let g=Td(h,[],!1).filter((w=>_r(w)&&Ps(w)!=="body")),v=null;const y=Or(h).position==="fixed";let x=y?pi(h):h;for(;_r(x)&&!Ls(x);){const w=Or(x),L=eg(x);L||w.position!=="fixed"||(v=null),(y?!L&&!v:!L&&w.position==="static"&&v&&["absolute","fixed"].includes(v.position)||Ed(x)&&!L&&U2(h,x))?g=g.filter((E=>E!==x)):v=w,x=pi(x)}return m.set(h,g),g})(t,this._c):[].concat(r),n],c=l.reduce(((h,m)=>{const b=nx(t,m,s);return h.top=Yr(b.top,h.top),h.right=Ln(b.right,h.right),h.bottom=Ln(b.bottom,h.bottom),h.left=Yr(b.left,h.left),h}),nx(t,l[0],s));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}},getOffsetParent:ax,getElementRects:async function(e){const t=this.getOffsetParent||ax,r=this.getDimensions,n=await r(e.floating);return{reference:T_(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:r}=j2(e);return{width:t,height:r}},getScale:$s,isElement:_r,isRTL:function(e){return Or(e).direction==="rtl"}};function sx(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function Kg(e,t,r,n){n===void 0&&(n={});const{ancestorScroll:s=!0,ancestorResize:l=!0,elementResize:c=typeof ResizeObserver=="function",layoutShift:h=typeof IntersectionObserver=="function",animationFrame:m=!1}=n,b=Gg(e),g=s||l?[...b?Td(b):[],...Td(t)]:[];g.forEach((E=>{s&&E.addEventListener("scroll",r,{passive:!0}),l&&E.addEventListener("resize",r)}));const v=b&&h?(function(E,_){let I,A=null;const P=Gr(E);function T(){var Y;clearTimeout(I),(Y=A)==null||Y.disconnect(),A=null}return(function Y(V,X){V===void 0&&(V=!1),X===void 0&&(X=1),T();const q=E.getBoundingClientRect(),{left:re,top:ie,width:se,height:pe}=q;if(V||_(),!se||!pe)return;const be={rootMargin:-dh(ie)+"px "+-dh(P.clientWidth-(re+se))+"px "+-dh(P.clientHeight-(ie+pe))+"px "+-dh(re)+"px",threshold:Yr(0,Ln(1,X))||1};let ne=!0;function D(ee){const J=ee[0].intersectionRatio;if(J!==X){if(!ne)return Y();J?Y(!1,J):I=setTimeout((()=>{Y(!1,1e-7)}),1e3)}J!==1||sx(q,E.getBoundingClientRect())||Y(),ne=!1}try{A=new IntersectionObserver(D,{...be,root:P.ownerDocument})}catch(ee){A=new IntersectionObserver(D,be)}A.observe(E)})(!0),T})(b,r):null;let y,x=-1,w=null;c&&(w=new ResizeObserver((E=>{let[_]=E;_&&_.target===b&&w&&(w.unobserve(t),cancelAnimationFrame(x),x=requestAnimationFrame((()=>{var I;(I=w)==null||I.observe(t)}))),r()})),b&&!m&&w.observe(b),w.observe(t));let L=m?ha(e):null;return m&&(function E(){const _=ha(e);L&&!sx(L,_)&&r(),L=_,y=requestAnimationFrame(E)})(),r(),()=>{var E;g.forEach((_=>{s&&_.removeEventListener("scroll",r),l&&_.removeEventListener("resize",r)})),v==null||v(),(E=w)==null||E.disconnect(),w=null,m&&cancelAnimationFrame(y)}}const Jg=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,n;const{x:s,y:l,placement:c,middlewareData:h}=t,m=await(async function(b,g){const{placement:v,platform:y,elements:x}=b,w=await(y.isRTL==null?void 0:y.isRTL(x.floating)),L=En(v),E=Cd(v),_=ca(v)==="y",I=["left","top"].includes(L)?-1:1,A=w&&_?-1:1,P=fa(g,b);let{mainAxis:T,crossAxis:Y,alignmentAxis:V}=typeof P=="number"?{mainAxis:P,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...P};return E&&typeof V=="number"&&(Y=E==="end"?-1*V:V),_?{x:Y*A,y:T*I}:{x:T*I,y:Y*A}})(t,e);return c===((r=h.offset)==null?void 0:r.placement)&&(n=h.arrow)!=null&&n.alignmentOffset?{}:{x:s+m.x,y:l+m.y,data:{...m,placement:c}}}}},ev=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:s}=t,{mainAxis:l=!0,crossAxis:c=!1,limiter:h={fn:E=>{let{x:_,y:I}=E;return{x:_,y:I}}},...m}=fa(e,t),b={x:r,y:n},g=await lu(t,m),v=ca(En(s)),y=B2(v);let x=b[y],w=b[v];l&&(x=Jp(x+g[y==="y"?"top":"left"],x,x-g[y==="y"?"bottom":"right"])),c&&(w=Jp(w+g[v==="y"?"top":"left"],w,w-g[v==="y"?"bottom":"right"]));const L=h.fn({...t,[y]:x,[v]:w});return{...L,data:{x:L.x-r,y:L.y-n}}}}},tv=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,n;const{placement:s,middlewareData:l,rects:c,initialPlacement:h,platform:m,elements:b}=t,{mainAxis:g=!0,crossAxis:v=!0,fallbackPlacements:y,fallbackStrategy:x="bestFit",fallbackAxisSideDirection:w="none",flipAlignment:L=!0,...E}=fa(e,t);if((r=l.arrow)!=null&&r.alignmentOffset)return{};const _=En(s),I=ca(h),A=En(h)===h,P=await(m.isRTL==null?void 0:m.isRTL(b.floating)),T=y||(A||!L?[ch(h)]:(function(be){const ne=ch(be);return[Ff(be),ne,Ff(ne)]})(h)),Y=w!=="none";!y&&Y&&T.push(...(function(be,ne,D,ee){const J=Cd(be);let Z=(function(C,z,H){const M=["left","right"],Q=["right","left"],ce=["top","bottom"],he=["bottom","top"];switch(C){case"top":case"bottom":return H?z?Q:M:z?M:Q;case"left":case"right":return z?ce:he;default:return[]}})(En(be),D==="start",ee);return J&&(Z=Z.map((C=>C+"-"+J)),ne&&(Z=Z.concat(Z.map(Ff)))),Z})(h,L,w,P));const V=[h,...T],X=await lu(t,E),q=[];let re=((n=l.flip)==null?void 0:n.overflows)||[];if(g&&q.push(X[_]),v){const be=(function(ne,D,ee){ee===void 0&&(ee=!1);const J=Cd(ne),Z=Wg(ne),C=Zg(Z);let z=Z==="x"?J===(ee?"end":"start")?"right":"left":J==="start"?"bottom":"top";return D.reference[C]>D.floating[C]&&(z=ch(z)),[z,ch(z)]})(s,c,P);q.push(X[be[0]],X[be[1]])}if(re=[...re,{placement:s,overflows:q}],!q.every((be=>be<=0))){var ie,se;const be=(((ie=l.flip)==null?void 0:ie.index)||0)+1,ne=V[be];if(ne)return{data:{index:be,overflows:re},reset:{placement:ne}};let D=(se=re.filter((ee=>ee.overflows[0]<=0)).sort(((ee,J)=>ee.overflows[1]-J.overflows[1]))[0])==null?void 0:se.placement;if(!D)switch(x){case"bestFit":{var pe;const ee=(pe=re.filter((J=>{if(Y){const Z=ca(J.placement);return Z===I||Z==="y"}return!0})).map((J=>[J.placement,J.overflows.filter((Z=>Z>0)).reduce(((Z,C)=>Z+C),0)])).sort(((J,Z)=>J[1]-Z[1]))[0])==null?void 0:pe[0];ee&&(D=ee);break}case"initialPlacement":D=h}if(s!==D)return{reset:{placement:D}}}return{}}}},$_=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:r}=t,{strategy:n="referenceHidden",...s}=fa(e,t);switch(n){case"referenceHidden":{const l=ex(await lu(t,{...s,elementContext:"reference"}),r.reference);return{data:{referenceHiddenOffsets:l,referenceHidden:tx(l)}}}case"escaped":{const l=ex(await lu(t,{...s,altBoundary:!0}),r.floating);return{data:{escapedOffsets:l,escaped:tx(l)}}}default:return{}}}}},q2=e=>({name:"arrow",options:e,async fn(t){const{x:r,y:n,placement:s,rects:l,platform:c,elements:h,middlewareData:m}=t,{element:b,padding:g=0}=fa(e,t)||{};if(b==null)return{};const v=Yg(g),y={x:r,y:n},x=Wg(s),w=Zg(x),L=await c.getDimensions(b),E=x==="y",_=E?"top":"left",I=E?"bottom":"right",A=E?"clientHeight":"clientWidth",P=l.reference[w]+l.reference[x]-y[x]-l.floating[w],T=y[x]-l.reference[x],Y=await(c.getOffsetParent==null?void 0:c.getOffsetParent(b));let V=Y?Y[A]:0;V&&await(c.isElement==null?void 0:c.isElement(Y))||(V=h.floating[A]||l.floating[w]);const X=P/2-T/2,q=V/2-L[w]/2-1,re=Ln(v[_],q),ie=Ln(v[I],q),se=re,pe=V-L[w]-ie,be=V/2-L[w]/2+X,ne=Jp(se,be,pe),D=!m.arrow&&Cd(s)!=null&&be!==ne&&l.reference[w]/2-(be<se?re:ie)-L[w]/2<0,ee=D?be<se?be-se:be-pe:0;return{[x]:y[x]+ee,data:{[x]:ne,centerOffset:be-ne-ee,...D&&{alignmentOffset:ee}},reset:D}}}),F2=function(e){return e===void 0&&(e={}),{name:"inline",options:e,async fn(t){const{placement:r,elements:n,rects:s,platform:l,strategy:c}=t,{padding:h=2,x:m,y:b}=fa(e,t),g=Array.from(await(l.getClientRects==null?void 0:l.getClientRects(n.reference))||[]),v=(function(L){const E=L.slice().sort(((A,P)=>A.y-P.y)),_=[];let I=null;for(let A=0;A<E.length;A++){const P=E[A];!I||P.y-I.y>I.height/2?_.push([P]):_[_.length-1].push(P),I=P}return _.map((A=>Vs(ox(A))))})(g),y=Vs(ox(g)),x=Yg(h),w=await l.getElementRects({reference:{getBoundingClientRect:function(){if(v.length===2&&v[0].left>v[1].right&&m!=null&&b!=null)return v.find((L=>m>L.left-x.left&&m<L.right+x.right&&b>L.top-x.top&&b<L.bottom+x.bottom))||y;if(v.length>=2){if(ca(r)==="y"){const T=v[0],Y=v[v.length-1],V=En(r)==="top",X=T.top,q=Y.bottom,re=V?T.left:Y.left,ie=V?T.right:Y.right;return{top:X,bottom:q,left:re,right:ie,width:ie-re,height:q-X,x:re,y:X}}const L=En(r)==="left",E=Yr(...v.map((T=>T.right))),_=Ln(...v.map((T=>T.left))),I=v.filter((T=>L?T.left===_:T.right===E)),A=I[0].top,P=I[I.length-1].bottom;return{top:A,bottom:P,left:_,right:E,width:E-_,height:P-A,x:_,y:A}}return y}},floating:n.floating,strategy:c});return s.reference.x!==w.reference.x||s.reference.y!==w.reference.y||s.reference.width!==w.reference.width||s.reference.height!==w.reference.height?{reset:{rects:w}}:{}}}},ov=(e,t,r)=>{const n=new Map,s={platform:L_,...r},l={...s.platform,_c:n};return(async(c,h,m)=>{const{placement:b="bottom",strategy:g="absolute",middleware:v=[],platform:y}=m,x=v.filter(Boolean),w=await(y.isRTL==null?void 0:y.isRTL(h));let L=await y.getElementRects({reference:c,floating:h,strategy:g}),{x:E,y:_}=Jk(L,b,w),I=b,A={},P=0;for(let T=0;T<x.length;T++){const{name:Y,fn:V}=x[T],{x:X,y:q,data:re,reset:ie}=await V({x:E,y:_,initialPlacement:b,placement:I,strategy:g,middlewareData:A,rects:L,platform:y,elements:{reference:c,floating:h}});E=X!=null?X:E,_=q!=null?q:_,A={...A,[Y]:{...A[Y],...re}},ie&&P<=50&&(P++,typeof ie=="object"&&(ie.placement&&(I=ie.placement),ie.rects&&(L=ie.rects===!0?await y.getElementRects({reference:c,floating:h,strategy:g}):ie.rects),{x:E,y:_}=Jk(L,I,w)),T=-1)}return{x:E,y:_,placement:I,strategy:g,middlewareData:A}})(e,t,{...s,platform:l})},Cr=(e,t,r)=>(e.addEventListener(t,r),()=>{e.removeEventListener(t,r)}),lx=e=>{const t=e.map((({callback:r,element:n,eventType:s})=>Cr(n,s,r)));return()=>t.forEach((r=>r()))};async function Z2(e,t){const r=Array.from(document.querySelectorAll(e));if(r.length>0)return Promise.resolve(r);if(t===void 0)return Promise.resolve(void 0);const n=(function(c,h=document.body){if(!c.parentElement&&!c.parentNode)return;if(c.parentNode instanceof ShadowRoot)return c.parentNode;let m=c.parentElement;for(;m;){if(m.shadowRoot)return m.shadowRoot;if(m.parentNode instanceof ShadowRoot)return m.parentNode;m=m.parentElement}return h})(t);if(n===void 0||!(n instanceof ShadowRoot))return Promise.resolve(void 0);const s=Array.from(n.querySelectorAll(e)),l=[...Array.from(n.host.querySelectorAll(e)),...s];return Promise.resolve(l.length>0?l:void 0)}function __(e,t){return e instanceof Promise?e:typeof e=="object"?Promise.resolve(e):(function(r,n=document,s){return new Promise((l=>{const c=()=>{Z2(r,s).then((m=>{m&&m.length>0&&(l(m[0]),h==null||h.disconnect())}))};c();const h=new MutationObserver((()=>{c()}));h.observe(n.body,{childList:!0,subtree:!0})}))})("#".concat(e),document,t)}function Ae(e){let t,r,n=new Promise((l=>t=l));const s=l=>{l!==void 0&&(r=s.current=l,e==null||e(l),t==null||t(l))};return s.current=r,s.waitForCurrent=async()=>(await n,r),s}const og=e=>typeof __zone_symbol__requestAnimationFrame=="function"?__zone_symbol__requestAnimationFrame(e):typeof requestAnimationFrame=="function"?requestAnimationFrame(e):setTimeout(e);function dx(e){return e!==null&&e.getDropdownItemElement!==void 0&&typeof e.getDropdownItemElement=="function"}const ro=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 r=this.submenuIds[t.getId()];if(r){const n=r.indexOf(e);n>-1&&r.splice(n,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()&&(!((t=e.willPresent)===null||t===void 0)&&t.call(e))&&(this.submenuIds[e.getId()]=e.getAssignedSubmenuIds(),e.present())}dismissChildren(e){const t=this.submenuIds[e]||[];for(const r of t){const n=this.dropdowns.get(r);n&&this.dismiss(n)}}dismiss(e){var t;e.isPresent()&&(!((t=e.willDismiss)===null||t===void 0)&&t.call(e))&&(this.dismissChildren(e.getId()),e.dismiss(),delete this.submenuIds[e.getId()])}dismissAll(e=[],t=!1){this.dropdowns.forEach((r=>{const n=r.closeBehavior==="inside"||r.closeBehavior===!1,s=e.includes(r.getId()),l=this.buildComposedPath(r.getId(),new Set);if(e.length>0&&t){let c=!1;if(e.forEach((h=>{l.has(h)&&(c=!0)})),!c)return}!s&&n||this.dismiss(r)}))}dismissOthers(e){let t=this.buildComposedPath(e,new Set);t.add(e),this.dropdowns.forEach((r=>{r.closeBehavior==="inside"||r.closeBehavior===!1||t.has(r.getId())||this.dismiss(r)}))}pathIncludesTrigger(e){for(let t of e)if(t instanceof HTMLElement&&t.hasAttribute("data-ix-dropdown-trigger"))return t}pathIncludesDropdown(e){return!!e.find((t=>t.tagName==="IX-DROPDOWN"))}buildComposedPath(e,t){this.submenuIds[e]&&t.add(e);for(const r of Object.keys(this.submenuIds))this.submenuIds[r].includes(e)&&this.buildComposedPath(r,t).forEach((n=>t.add(n)));return t}addOverlayListeners(){this.isWindowListenerActive=!0,window.addEventListener("click",(e=>{const t=this.pathIncludesTrigger(e.composedPath()),r=this.pathIncludesDropdown(e.composedPath());t||r||this.dismissAll()})),window.addEventListener("keydown",(e=>{e.key==="Escape"&&this.dismissAll([...this.dropdowns.keys()])}))}};let O_=class{constructor(t,r,n){this.wrap=!1,this.items=t,this.container=r,this.callback=n,this.keyListener=Cr(r,"keydown",(s=>this.onKeyDown(s)))}getActiveIndex(){return document.activeElement?this.items.indexOf(document.activeElement):-1}onKeyDown(t){var r,n,s,l;const c=this.getActiveIndex();if(!(c<0))switch(t.key){case"ArrowDown":c<this.items.length-1?(t.preventDefault(),(r=this.callback)===null||r===void 0||r.call(this,c+1)):this.wrap&&(t.preventDefault(),(n=this.callback)===null||n===void 0||n.call(this,0));break;case"ArrowUp":c>0?(t.preventDefault(),(s=this.callback)===null||s===void 0||s.call(this,c-1)):this.wrap&&c===0&&(t.preventDefault(),(l=this.callback)===null||l===void 0||l.call(this,this.items.length-1))}}disconnect(){this.keyListener&&this.keyListener(),this.container=void 0,this.callback=void 0}},z_=0;const W2=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.showChanged=le(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=Ae(),this.localUId="dropdown-"+z_++,this.assignedSubmenu=[],this.itemObserver=new MutationObserver((()=>{this.arrowFocusController&&(this.arrowFocusController.items=this.dropdownItems)}))}connectedCallback(){ro.connected(this),this.trigger!=null&&this.registerListener(this.trigger)}cacheSubmenuId(e){e.stopImmediatePropagation(),e.preventDefault();const{detail:t}=e;this.assignedSubmenu.indexOf(t)===-1&&this.assignedSubmenu.push(t)}disconnectedCallback(){var e;ro.dismiss(this),ro.disconnected(this),this.arrowFocusController&&((e=this.arrowFocusController)===null||e===void 0||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,r;(e=this.disposeClickListener)===null||e===void 0||e.call(this),(t=this.disposeKeyListener)===null||t===void 0||t.call(this);const n=()=>{this.isPresent()?ro.dismiss(this):ro.present(this),ro.dismissOthers(this.getId())};this.triggerElement&&(this.disposeClickListener=Cr(this.triggerElement,"click",(s=>{s.defaultPrevented||n()})),(r=this.triggerElement)===null||r===void 0||r.setAttribute("data-ix-dropdown-trigger",this.localUId))}async discoverSubmenu(){var e;(e=this.triggerElement)===null||e===void 0||e.dispatchEvent(new CustomEvent("ix-assign-sub-menu",{bubbles:!0,composed:!0,cancelable:!0,detail:this.localUId}))}registerKeyListener(){this.triggerElement&&(this.disposeKeyListener=Cr(this.triggerElement,"keydown",(e=>{e.key==="ArrowDown"&&document.activeElement===this.triggerElement&&(ro.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 __(e);return this.checkForSubmenuAnchor(t)}async checkForSubmenuAnchor(e){if(e)return dx(e)&&((await e.getDropdownItemElement()).isSubMenu=!0,this.hostElement.style.zIndex="var(--theme-z-index-dropdown)"),e.tagName==="IX-DROPDOWN-ITEM"&&(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 O_(this.dropdownItems,this.hostElement,(r=>this.focusDropdownItem(r))),(t=this.itemObserver)===null||t===void 0||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!!dx(this.anchorElement)||!!(!((e=this.anchorElement)===null||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():og((()=>{const t=(this.hostElement.parentElement||this.hostElement).getBoundingClientRect(),r="translate(".concat(Math.round(t.left),"px, ").concat(Math.round(t.top),"px)");Object.assign(e.style,{top:"0",left:"0",transform:r})})))}async hideDropdownAsync(){const e=await this.dialogRef.waitForCurrent();e!=null&&e.matches(":popover-open")&&e.hidePopover()}cleanupOnHide(){var e,t,r;this.destroyAutoUpdate(),(e=this.arrowFocusController)===null||e===void 0||e.disconnect(),(t=this.itemObserver)===null||t===void 0||t.disconnect(),(r=this.disposeKeyListener)===null||r===void 0||r.call(this)}async applyDropdownPosition(){var e,t;if(!this.show||!this.anchorElement)return;const r=this.anchorElement,n=this.isAnchorSubmenu();let s=this.hostElement,l=this.positioningStrategy;if(this.enableTopLayer){const h=await this.dialogRef.waitForCurrent();if(!h)return;s=h,l="fixed"}let c={strategy:l,middleware:[]};this.suppressAutomaticPlacement||(e=c.middleware)===null||e===void 0||e.push(tv({fallbackStrategy:"initialPlacement"})),c.placement=n?"right-start":this.placement,c.middleware=[...((t=c.middleware)===null||t===void 0?void 0:t.filter(Boolean))||[],F2(),ev()],this.offset&&c.middleware.push(Jg(this.offset)),this.destroyAutoUpdate(),this.autoUpdateCleanup=Kg(r,s,(async()=>{const h=await ov(r,s,c);if(Object.assign(s.style,{top:"0",left:"0",transform:"translate(".concat(Math.round(h.x),"px,").concat(Math.round(h.y),"px)")}),this.overwriteDropdownStyle){const m=await this.overwriteDropdownStyle({dropdownRef:s,triggerRef:this.triggerElement});Object.assign(s.style,m)}}),{ancestorResize:!0,ancestorScroll:!0,elementResize:!0})}focusDropdownItem(e){og((()=>{var t,r;const n=(r=(t=this.dropdownItems[e])===null||t===void 0?void 0:t.shadowRoot)===null||r===void 0?void 0:r.querySelector("button");n&&n.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=ro.pathIncludesTrigger(e.composedPath());t&&(t!==this.triggerElement&&e.preventDefault(),this.isTriggerElement(t))?this.closeBehavior==="outside"&&e.preventDefault():e.defaultPrevented||this.closeBehavior!=="inside"&&this.closeBehavior!=="both"?ro.dismissOthers(this.getId()):ro.dismissAll([this.getId()],this.ignoreRelatedSubmenu)}async updatePosition(){this.applyDropdownPosition()}render(){return this.enableTopLayer?f(de,{"data-ix-dropdown":this.localUId,class:{"dropdown-menu":!0,show:this.show}},f("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)},f("div",{class:"dropdown-container"},this.header&&f("div",{class:"dropdown-header"},this.header),this.show&&f("slot",null)))):f(de,{"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)},f("div",{style:{display:"contents"}},this.header&&f("div",{class:"dropdown-header"},this.header),this.show&&f("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 Hu(){typeof customElements<"u"&&["ix-dropdown"].forEach((e=>{e==="ix-dropdown"&&(customElements.get(e)||customElements.define(e,W2))}))}const Y2=(e,t=!1,r=!1,n,s)=>({btn:!0,["btn-".concat(e)]:!0,"btn-icon":t,"btn-oval":r,selected:n,disabled:s}),A_=e=>{if(!e.icon)return"small";switch(e.iconSize){case"12":return"xx-small";case"16":return"x-small";default:return"small"}},cx=(e,t)=>{if(t.disabled||t.loading)return e.preventDefault(),void e.stopPropagation();t.onClick&&t.onClick(e)},yi=(e,t)=>{var r,n,s;const l=(r=e.extraClasses)!==null&&r!==void 0?r:{},c=(n=e.ariaAttributes)!==null&&n!==void 0?n:{};!c["aria-disabled"]&&e.disabled&&(c["aria-disabled"]="true");const h=((g,v)=>v&&v.length>0||!(!g["aria-label"]&&!g["aria-labelledby"]))(c,t),m=Object.assign(Object.assign({},c),{tabindex:e.disabled?-1:(s=e.tabIndex)!==null&&s!==void 0?s:0,class:Object.assign(Object.assign({},Y2(e.variant,e.iconOnly,e.iconOval,e.selected,e.disabled||e.loading)),l)}),b=[e.loading?f("ix-spinner",{size:A_(e),hideTrack:!0}):null,e.icon&&!e.loading?f("ix-icon",{class:"icon",name:e.icon,size:e.iconSize,color:e.iconColor,"aria-hidden":h?"true":void 0}):null,f("div",{class:{content:!0,["content-".concat(e.alignment)]:!!e.alignment}},t),e.iconRight?f("ix-icon",{class:"icon-right",name:e.iconRight,size:e.iconSize,color:e.iconColor,"aria-hidden":h?"true":void 0}):null,e.afterContent?e.afterContent:null];return e.href?f("a",Object.assign({},m,{href:e.disabled?void 0:e.href,target:e.target,role:"button",rel:e.rel,onClick:g=>cx(g,e)}),b):f("button",Object.assign({},m,{onClick:g=>cx(g,e),type:e.type}),b)};function X2(e){return f(yi,Object.assign({},e,{type:"button"}))}const R_=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.variant="secondary",this.size="medium",this.hideTrack=!1}render(){const e=Ar(this.hostElement);return e["aria-label"]===void 0&&(e["aria-label"]="Loading"),e.role="status",e["aria-busy"]="true",f(de,Object.assign({key:"183a2ab8ebc58c9ac1a51d8a34741507932e9382"},e),f("div",{key:"ecde7dc98d72dcf3b193597bb2e7f0c13c044d15",class:{primary:this.variant==="primary",[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 br(){typeof customElements<"u"&&["ix-spinner"].forEach((e=>{e==="ix-spinner"&&(customElements.get(e)||customElements.define(e,R_))}))}const G2=ue(class extends ae{constructor(e){super(),e!==!1&&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(this.type==="submit"){const e=document.createElement("button");e.style.display="none",e.type="submit",e.tabIndex=-1,this.hostElement.appendChild(e),this.submitButtonElement=e}}dispatchFormEvents(){this.type==="submit"&&this.submitButtonElement&&this.submitButtonElement.click()}getIconSizeClass(){return{"btn-icon-12":this.size==="12","btn-icon-16":this.size==="16","btn-icon-32":this.size==="24"||!this.size}}render(){var e,t;const r={ariaAttributes:{"aria-label":(t=(e=Ar(this.hostElement)["aria-label"])!==null&&e!==void 0?e:this.a11yLabel)!==null&&t!==void 0?t:Pg(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 f(de,{key:"2acf097d64918e4f19ead5560414cb07e791fe8c",class:Object.assign(Object.assign({},this.getIconSizeClass()),{disabled:this.disabled||this.loading})},f(X2,Object.assign({key:"b7e2432d7cc3362048c1e65d642e3abef43dec82"},r)))}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 Ci(){typeof customElements<"u"&&["ix-icon-button","ix-spinner"].forEach((e=>{switch(e){case"ix-icon-button":customElements.get(e)||customElements.define(e,G2);break;case"ix-spinner":customElements.get(e)||br()}}))}const I_=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.expanded=!1,this.pinned=!1,this.ixAriaLabel="Expand"}getSmallScreenIcon(){return f("button",{tabindex:-1,class:Object.assign(Object.assign({},Y2("subtle-tertiary",!0,!1,!1,!1)),{"menu-expand-button":!0})},f("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24"},f("rect",{class:"line line-1",x:"2",y:"5",width:"20",height:"2"}),f("rect",{class:"line line-2",x:"2",y:"11",width:"13",height:"2"}),f("rect",{class:"line line-3",x:"2",y:"17",width:"20",height:"2"})))}getLargeScreenIcon(){return f("ix-icon-button",{tabindex:-1,icon:this.expanded?Gp:Qp,variant:"subtle-tertiary","aria-label":this.expanded?"Collapse menu":"Expand menu"})}getMenuIcon(){return this.pinned||this.breakpoint==="md"||this.breakpoint==="lg"?this.getLargeScreenIcon():this.getSmallScreenIcon()}render(){return f(de,{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 rv(){typeof customElements<"u"&&["ix-menu-expand-icon","ix-icon-button","ix-spinner"].forEach((e=>{switch(e){case"ix-menu-expand-icon":customElements.get(e)||customElements.define(e,I_);break;case"ix-icon-button":customElements.get(e)||Ci();break;case"ix-spinner":customElements.get(e)||br()}}))}const Q2=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.menuToggle=le(this,"menuToggle",7),this.openAppSwitch=le(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=g_(),D2(this.hostElement,qg,(e=>{this.breakpoint=Qt.breakpoint,this.applicationLayoutContext=e,this.tryUpdateAppSwitch()}),!0),this.menuDisposable=da.expandChange.on((e=>{this.menuExpanded=e})),this.modeDisposable=Qt.onChange.on((e=>{this.suppressResponsive||(this.breakpoint=e)})),this.updateHasSlotAssignedElementsStates()}componentDidLoad(){this.attachSiemensLogoIfLoaded()}disconnectedCallback(){var e,t;(e=this.menuDisposable)===null||e===void 0||e.dispose(),(t=this.modeDisposable)===null||t===void 0||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(window.customElements.get("ix-siemens-logo")!==void 0)return Zr(e);let t=e==null?void 0:e.assignedElements({flatten:!0});return t=t==null?void 0:t.filter((r=>r.tagName!=="IX-SIEMENS-LOGO")),(t==null?void 0:t.length)!==0}attachSiemensLogoIfLoaded(){if(!this.companyLogo&&!this.checkLogoSlot()){const e=document.createElement("ix-siemens-logo");e.slot="logo",this.hostElement.appendChild(e)}}async onMenuClick(){this.applicationLayoutContext?da.toggle():this.menuExpanded=!this.menuExpanded,this.menuToggle.emit(this.menuExpanded)}resolveContextMenuButton(){return new Promise((e=>f2((()=>e(this.hostElement.shadowRoot.querySelector("[data-context-menu]"))))))}tryUpdateAppSwitch(){var e,t;this.callbackUpdateAppSwitchModal&&(!((e=this.applicationLayoutContext)===null||e===void 0)&&e.appSwitchConfig)&&this.callbackUpdateAppSwitchModal((t=this.applicationLayoutContext)===null||t===void 0?void 0:t.appSwitchConfig)}async showAppSwitch(){var e,t;const{defaultPrevented:r}=this.openAppSwitch.emit();r||!((e=this.applicationLayoutContext)===null||e===void 0)&&e.appSwitchConfig&&(this.callbackUpdateAppSwitchModal=await I2((t=this.applicationLayoutContext)===null||t===void 0?void 0:t.appSwitchConfig))}updateHasSlotAssignedElementsStates(){const e=this.hostElement.shadowRoot.querySelector(".content slot:not([name])"),t=this.hostElement.shadowRoot.querySelector('.content slot[name="secondary"]'),r=this.hostElement.shadowRoot.querySelector('.content slot[name="overflow"]');this.hasDefaultSlotElements=Zr(e),this.hasSecondarySlotElements=Zr(t),this.hasOverflowSlotElements=Zr(r),this.hasOverflowContextMenu=this.hasOverflowSlotElements||this.breakpoint==="sm"&&(this.hasDefaultSlotElements||this.hasSecondarySlotElements)}onContentBgClick(e){e.target===this.contentBackground&&e.preventDefault()}render(){var e;const t=this.breakpoint==="sm"&&this.suppressResponsive===!1&&!!this.applicationLayoutContext,r=((e=this.applicationLayoutContext)===null||e===void 0?void 0:e.appSwitchConfig)&&this.breakpoint!=="sm"&&this.suppressResponsive===!1,n=this.breakpoint!=="sm"&&!!this.companyLogo;return f(de,{key:"2eab44957d686a9eab20ec6d03e227ec9b8bbad9",class:{["breakpoint-"+this.breakpoint]:!0,"hide-bottom-border":this.hideBottomBorder},slot:"application-header"},f("div",{key:"6fb0bbe9b969637a020d93ce2f3b644328a3b587",class:"left-side"},this.appIcon&&this.breakpoint!=="sm"&&f("div",{key:"0044aec3cb9c26aba09eaeef9cc80bca8a221e4c",class:{"app-icon":!0,"app-icon-outline":this.appIconOutline}},f("img",{key:"e6a04bd01422045910b4eca206119546d361075d",src:this.appIcon,alt:this.appIconAlt})),(this.showMenu||t)&&f("ix-menu-expand-icon",{key:"e7a21a031f67841fe6d4b77291c6f9d5e3e555be",onClick:()=>this.onMenuClick(),expanded:this.menuExpanded}),r&&f("ix-icon-button",{key:"c045ba1f2ff0f96cf8cbcd0c646d56f9539d923d",onClick:()=>this.showAppSwitch(),icon:Ug,variant:"subtle-tertiary",class:{"app-switch":!0,"without-app-icon":!this.appIcon},"aria-label":this.ariaLabelAppSwitchIconButton}),n&&f("div",{key:"5a016cb75ee7aaa147762c83c0978cb48a26c9d4",class:"logo"},f("img",{key:"642d45a60fa095f6f57c6790b58c2002105a7eae",src:this.companyLogo,alt:this.companyLogoAlt})),f("div",{key:"2380f7df6018e182176f94dd5a767541a0f8b290",class:{logo:!0,"hide-logo":!this.hasSlottedLogo}},f("slot",{key:"98c518263a717ae711f2d0b3990dfeedecce9ece",name:"logo",onSlotchange:()=>this.hasSlottedLogo=this.checkLogoSlot()})),f("div",{key:"985826c96dad09c5c2f2b2142bbdf97ab08cd359",class:"name"},f("ix-typography",{key:"25e7be365fa6d51f5045535f5f142184389acf3b",format:"body-lg",class:"application-name"},this.name),this.nameSuffix&&this.breakpoint!=="sm"&&f("ix-typography",{key:"0e5c646d9a0915d9e9ef3513f6de8d8b8f97d031",format:"body-xs",class:"application-name-suffix"},this.nameSuffix))),f("div",{key:"38fc7b07e54b22e62c31db3bb452fab0700b142a",class:{"right-side":!0,sm:this.breakpoint==="sm"}},this.breakpoint!=="sm"&&f("div",{key:"a9a26d0dc561867d657b70bd873b6d5576cc76e8",class:"secondary"},f("slot",{key:"4c6f6e36e501c0472414e609394830734ccb4e33",name:"secondary"})),f("div",{key:"ace5d49c20490fbfc053f16087f8aabe7c73574f",class:"content"},this.breakpoint!=="sm"&&f("slot",{key:"312c3be1999677bcf8390cc8a6b98de9d4332b9e"}),f("ix-icon-button",{key:"5639068ecea1e24d37957c90ad484b1e95eb4ba0",class:{"context-menu":!0,"context-menu-visible":this.hasOverflowContextMenu},"data-context-menu":!0,"data-testid":"show-more",icon:z2,variant:"subtle-tertiary","aria-label":this.ariaLabelMoreMenuIconButton,"aria-hidden":Fe(!this.hasOverflowContextMenu)}),f("ix-dropdown",{key:"09709d9e96f02ae68fb7bd0f26f607e6630093df","data-overflow-dropdown":!0,class:"dropdown",discoverAllSubmenus:!0,trigger:this.resolveContextMenuButton(),"aria-hidden":Fe(!this.hasOverflowContextMenu),enableTopLayer:this.enableTopLayer},f("div",{key:"213dce0eb4003be8187342ba01477e0d4d6addb7",class:"dropdown-content",onClick:s=>this.onContentBgClick(s)},this.breakpoint==="sm"&&f("div",{key:"54657f69566a77eb752680249906b6bee9d03ee4",class:{"slot-content":!0,"slot-content-active":this.hasSecondarySlotElements}},f("slot",{key:"a58dffdd6cc64da6f7ac6f5a7545baa14d094c01",name:"secondary",onSlotchange:()=>this.updateHasSlotAssignedElementsStates()})),this.breakpoint==="sm"&&f("div",{key:"d3abff81d272b487d5367c5f04788aa10c381c9f",class:{"slot-content":!0,"slot-content-active":this.hasDefaultSlotElements}},f("slot",{key:"1da7b1a160223b77abb22295d4efa214ba5fd5cf",onSlotchange:()=>this.updateHasSlotAssignedElementsStates()})),f("div",{key:"f0f1f86e16c18cf153a08735ddd074822c494e43",class:{"slot-content":!0,"slot-content-active":this.hasOverflowSlotElements}},f("slot",{key:"c4354e3021d968f6f1e80a8ff61bc2356224bfa2",name:"overflow",onSlotchange:()=>this.updateHasSlotAssignedElementsStates()})))),f("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}]}]),D_=Q2,M_=function(){typeof customElements<"u"&&["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,Q2);break;case"ix-dropdown":customElements.get(e)||Hu();break;case"ix-icon-button":customElements.get(e)||Ci();break;case"ix-menu-expand-icon":customElements.get(e)||rv();break;case"ix-spinner":customElements.get(e)||br();break;case"ix-typography":customElements.get(e)||go()}}))},nd="data-ix-theme",hh="data-ix-color-schema",Wf=()=>window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light",gi=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(e==="dark"||e==="light")return e;const t=this.getThemeClassFromBody();return t?t.endsWith(this.suffixDark)?"dark":"light":Wf()}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((r=>this.isThemeClass(r)));document.documentElement.classList.remove(...t),document.documentElement.classList.add(e)}toggleMode(){if(document.documentElement.hasAttribute(hh)){const r=document.documentElement.dataset.ixColorSchema;return void(document.documentElement.dataset.ixColorSchema=r==="dark"?"light":"dark")}const e=this.getThemeClassFromBody();if(e){const r=e.replace(/-(dark|light)$/,(n=>n==="-dark"?"-light":"-dark"));return document.body.classList.remove(e),document.body.classList.add(r),this.themeChanged.emit(r),void this.schemaChanged.emit(r.endsWith(this.suffixDark)?"dark":"light")}const t=this.defaultTheme.endsWith(this.suffixDark)?"light":"dark";document.documentElement.hasAttribute(nd)||(document.documentElement.dataset.ixTheme="classic"),document.documentElement.dataset.ixColorSchema=t}getCurrentTheme(){const e=this.getThemeClassFromBody();return e!=null?e:"theme-".concat(document.documentElement.dataset.ixTheme||"classic","-").concat(document.documentElement.dataset.ixColorSchema||Wf())}setVariant(e=Wf()){if(document.documentElement.dataset.ixColorSchema)return void(document.documentElement.dataset.ixColorSchema=e);const t=this.getThemeClassFromBody();if(t){const r=t.replace(/-(dark|light)$/,"-".concat(e));return document.body.classList.remove(t),document.body.classList.add(r),this.themeChanged.emit(r),void this.schemaChanged.emit(e)}document.documentElement.hasAttribute(nd)||(document.documentElement.dataset.ixTheme="classic"),document.documentElement.dataset.ixColorSchema=e}splitMutations(e){return{classMutations:e.filter((t=>t.attributeName==="class")),dataMutations:e.filter((t=>t.attributeName===nd||t.attributeName===hh))}}handleClassMutations(e){e.forEach((t=>{const{target:r}=t;r.classList.forEach((n=>{var s;this.isThemeClass(n)&&!(!((s=t.oldValue)===null||s===void 0)&&s.includes(n))&&this.themeChanged.emit(n)}))}))}handleDataMutations(e){e.forEach((t=>{const{target:r}=t,n=r.attributes.getNamedItem(nd);n!=null&&n.value&&t.oldValue!==n.value&&this.themeChanged.emit(n.value);const s=r.attributes.getNamedItem(hh);s!=null&&s.value&&t.oldValue!==s.value&&this.schemaChanged.emit(s.value)}))}registerMutationObservers(){if(typeof window>"u")return;if(!("MutationObserver"in window))return void console.warn("ThemeSwitcher not supported by your browser. Missing MutationObserver API");const e={attributeFilter:["class",nd,hh],attributeOldValue:!0};this.mutationObserver=new MutationObserver((t=>{const{classMutations:r,dataMutations:n}=this.splitMutations(t);this.handleClassMutations(r),this.handleDataMutations(n)})),this.mutationObserver.observe(document.documentElement,e)}constructor(){this.prefixTheme="theme-",this.suffixLight="-light",this.suffixDark="-dark",this.defaultTheme="theme-classic-dark",this.themeChanged=new Tn,this.schemaChanged=new Tn,this.registerMutationObservers()}destroy(){var e;(e=this.mutationObserver)===null||e===void 0||e.disconnect()}},K2=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.themeSystemAppearance=!1,this.breakpoints=["sm","md","lg"],this.breakpoint="lg",this.applicationSidebarSlotted=!1}forceLayoutChange(e){e?(Qt.disableBreakpointDetection(),Qt.setBreakpoint(e)):Qt.enableBreakpointDetection()}onBreakpointsChange(e){Qt.setBreakpoints(e)}get menu(){return this.hostElement.querySelector("ix-menu")}get applicationSidebarSlot(){return this.hostElement.shadowRoot.querySelector(".application-sidebar slot")}onContentClick(){var e;da.isPinned||(e=this.menu)===null||e===void 0||e.toggleMenu(!1)}componentWillLoad(){Qt.setBreakpoints(this.breakpoints),this.contextProvider=y_(this.hostElement,qg,{hideHeader:!1,sidebar:this.applicationSidebarSlotted,appSwitchConfig:this.appSwitchConfig}),this.modeDisposable=Qt.onChange.on((e=>{this.breakpoint=e})),this.breakpoint=Qt.breakpoint,this.forceBreakpoint&&this.forceLayoutChange(this.forceBreakpoint),this.changeTheme()}disconnectedCallback(){var e;(e=this.modeDisposable)===null||e===void 0||e.dispose()}changeTheme(){this.theme?gi.hasVariantSuffix(this.theme)?gi.setTheme("theme-"+this.theme):gi.setTheme("theme-".concat(this.theme,"-dark"),this.themeSystemAppearance):this.themeSystemAppearance&&gi.setVariant()}onApplicationSidebarChange(){this.contextProvider?this.contextProvider.emit({hideHeader:!1,sidebar:this.applicationSidebarSlotted,appSwitchConfig:this.appSwitchConfig}):console.error("Context provider not available")}render(){return f(de,{key:"80437ae705c381c0167b8d7c5ce429e611b03f91","data-role":"",class:{["breakpoint-"+this.breakpoint]:!0}},f("slot",{key:"865d2e5a9252459f62ff8ab5dce1413d11c04379",name:"application-header"}),f("div",{key:"ae1960437e8721fbc4afab659d149265660e4164",class:"application"},f("slot",{key:"a2a9a835af35e30d2ebe52347903f1838e75ac8d",name:"menu"}),f("aside",{key:"6141152471ac7dc7310247b23278dc594e025fa3",class:{"application-sidebar":!0,slotted:this.applicationSidebarSlotted},onClick:()=>this.onContentClick()},f("slot",{key:"3285cc16452a7a6936a542dd26758beebb515972",name:"application-sidebar",onSlotchange:()=>this.applicationSidebarSlotted=Zr(this.applicationSidebarSlot)})),f("div",{key:"c6d022a1a5c220ed088adeba49ab5daa27ff8c77",class:"content-area"},f("main",{key:"8ab781e17318078290a6ce4e1e64dfea43d5ae00",class:"content",onClick:()=>this.onContentClick()},f("slot",{key:"24e83882ab5746f4e00a0c16c797ddf4111aa1e8"})),f("footer",{key:"3ce838daa8f8f4b4e56cb2626476223d9575177c",class:"footer"},f("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}]}]),B_=K2,H_=function(){typeof customElements<"u"&&["ix-application"].forEach((e=>{e==="ix-application"&&(customElements.get(e)||customElements.define(e,K2))}))},N_=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow()}render(){return f(de,{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"]);function j_(){typeof customElements<"u"&&["ix-divider"].forEach((e=>{e==="ix-divider"&&(customElements.get(e)||customElements.define(e,N_))}))}const Pr=e=>e!==null?"".concat(e,"px"):"";let V_=0;const P_=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.interactive=!1,this.placement="top",this.showDelay=0,this.hideDelay=50,this.animationFrame=!1,this.visible=!1,this.instance=V_++,this.dialogRef=Ae()}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&&e===50&&(e=150);const t=await this.dialogRef.waitForCurrent();this.hideTooltipTimeout=setTimeout((()=>{var r,n;this.setAnchorElement(),t.hidePopover(),(r=this.disposeAutoUpdate)===null||r===void 0||r.call(this),(n=this.disposeTooltipListener)===null||n===void 0||n.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:r,y:n}=t.arrow;const s={top:"unset",right:"unset",bottom:"unset",left:"unset"};return e.startsWith("top")?Object.assign(Object.assign({},s),{left:Pr(r),bottom:Pr(-6)}):e.startsWith("right")?Object.assign(Object.assign({},s),{left:Pr(-6),top:Pr(n)}):e.startsWith("bottom")?Object.assign(Object.assign({},s),{left:Pr(r),top:Pr(-6)}):e.startsWith("left")?Object.assign(Object.assign({},s),{right:Pr(-6),top:Pr(n)}):void 0}async computeTooltipPosition(e,t){return ov(e,t,{strategy:"fixed",placement:this.placement,middleware:[ev(),Jg(12),q2({element:this.arrowElement}),tv({fallbackStrategy:"initialPlacement",fallbackAxisSideDirection:"end",padding:10}),$_()]})}applyTooltipArrowPosition(e){const t=this.computeArrowPosition(e);Object.assign(this.arrowElement.style,t)}async applyTooltipPosition(e,t){if(e)return new Promise((r=>{var n;(n=this.disposeAutoUpdate)===null||n===void 0||n.call(this),this.disposeAutoUpdate=Kg(e,t,(async()=>{var s;const l=await this.computeTooltipPosition(e,t);!((s=l.middlewareData.hide)===null||s===void 0)&&s.referenceHidden&&(this.hideTooltip(0),r(l)),l.middlewareData.arrow&&this.applyTooltipArrowPosition(l);const{x:c,y:h}=l;Object.assign(t.style,{left:Pr(c),top:Pr(h)}),r(l)}),{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 r=>{if(typeof r=="string"){const n=await Z2(r,this.hostElement);n&&t.push(...n)}else r instanceof ae?t.push(r):r instanceof Promise&&t.push(await r)}))),t}async registerTriggerListener(){var e;(e=this.disposeTriggerListener)===null||e===void 0||e.call(this);const t=await this.queryAnchorElements();if(!t)return;const r=[];t.forEach((n=>{r.push({element:n,eventType:"mouseenter",callback:()=>{this.showTooltip(n)}},{element:n,eventType:"mouseleave",callback:()=>{this.hideTooltip()}},{element:n,eventType:"focus",callback:()=>{this.showTooltip(n)}},{element:n,eventType:"focusout",callback:()=>{this.hideTooltip()}})})),this.disposeTriggerListener=lx(r)}registerTooltipListener(e){var t;(t=this.disposeTooltipListener)===null||t===void 0||t.call(this),this.disposeTooltipListener=lx([{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:r=>{r.stopPropagation()}},{element:document,eventType:"keydown",callback:r=>{r.key==="Escape"&&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,r,n;this.clearTimeouts(),(e=this.disposeAutoUpdate)===null||e===void 0||e.call(this),(t=this.disposeTriggerListener)===null||t===void 0||t.call(this),(r=this.disposeTooltipListener)===null||r===void 0||r.call(this),(n=this.disposeDomChangeListener)===null||n===void 0||n.call(this)}handleTitleIconSlotChange(e){const t=Fg(e.target);for(const r of t)r.tagName.toLowerCase()==="ix-icon"&&(r.size="16")}render(){return f(de,{key:"0c5234ef90749fc655fcfe1b207ff07a56542c9a",role:"tooltip",class:{visible:this.visible}},f("dialog",{key:"0d47ccccc273824891784dea6985f8d465bbb97a",ref:this.dialogRef,id:"tooltip-"+this.instance,class:"dialog",popover:"manual",inert:!this.visible},f("div",{key:"3c2b83f9d07786a69d8defe6942eb47e2c92bf72",class:"tooltip-container"},f("div",{key:"799cc98634dcded6644c8b556d5f9dbc58bea809",class:"content-wrapper"},f("div",{key:"760197461d8959ae1a04f827435f925359f54e04",class:"tooltip-title"},f("slot",{key:"f5316e309883dac441181c3ffe05594e1a2a9034",name:"title-icon",onSlotchange:e=>this.handleTitleIconSlotChange(e)}),f("ix-typography",{key:"9e9b3a4390f4e586b91ae2ce1bbd94bc53d432c1",format:"h5"},this.titleContent,f("slot",{key:"1e05a5984ce3638bdea2bdbea322e505b8211495",name:"title-content"}))),f("slot",{key:"b74f4b6142b68920fc74029d751521b6c4faf706"}),f("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 Ad(){typeof customElements<"u"&&["ix-tooltip","ix-typography"].forEach((e=>{switch(e){case"ix-tooltip":customElements.get(e)||customElements.define(e,P_);break;case"ix-typography":customElements.get(e)||go()}}))}function U_(e){const{initials:t}=e;return t?f("div",{class:"avatar-initials"},f("ix-typography",{format:"label-lg"},t)):f("svg",{class:"avatar-image",xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32","aria-label":e.a11yLabel},f("g",{fill:"none","fill-rule":"evenodd"},f("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"}),f("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 J2(e){return f("div",{class:"avatar"},e.image?f("img",{src:e.image,class:"avatar-image","aria-label":e.a11yLabel}):f(U_,{initials:e.initials,a11yLabel:e.a11yLabel}))}function q_(e){return f(wi,null,f("div",{class:"user-info",onClick:t=>t.preventDefault()},f(J2,{image:e.image,initials:e.initials,a11yLabel:e.a11yLabel}),f("div",{class:"user"},f("div",{class:"username"},e.userName),e.extra&&f("ix-typography",{class:"extra","text-color":"soft"},e.extra))))}const e5=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.isClosestApplicationHeader=!1,this.hasSlottedElements=!1,this.tooltipRef=Ae()}componentWillLoad(){const e=M2("ix-application-header",this.hostElement);this.isClosestApplicationHeader=e!==null}async slottedChanged(){this.hasSlottedElements=Zr(this.slotElement)}resolveAvatarTrigger(){return new Promise(((e,t)=>{f2((()=>{const r=this.hostElement.shadowRoot.querySelector("button");r?e(r):t(new Error("ix-avatar - trigger element not found"))}))}))}onDropdownClick(e){e.target===this.dropdownElement&&e.preventDefault()}render(){const e=Ar(this.hostElement)["aria-label"],t=this.tooltipText||this.username,r=t===this.username,n=f(wi,null,f(J2,{image:this.image,initials:this.initials,a11yLabel:e!=null?e:this.a11yLabel}),!!t&&f("ix-tooltip",{ref:this.tooltipRef,for:this.hostElement,"aria-hidden":Fe(r),"aria-label":this.ariaLabelTooltip},t));return this.isClosestApplicationHeader?f(de,{slot:"ix-application-header-avatar",class:"avatar-button"},f(yi,{disabled:!1,iconOval:!1,icon:void 0,iconOnly:!1,loading:!1,selected:!1,type:"button",variant:"tertiary"},n),f("ix-dropdown",{ref:s=>this.dropdownElement=s,trigger:this.resolveAvatarTrigger(),class:"avatar-dropdown",onClick:s=>this.onDropdownClick(s),onShowChanged:s=>{s.detail&&this.tooltipRef.current&&this.tooltipRef.current.hideTooltip(0)}},this.username&&f(wi,null,f(q_,{extra:this.extra,image:this.image,initials:this.initials,userName:this.username,a11yLabel:e!=null?e:this.a11yLabel}),this.hasSlottedElements&&f("ix-divider",{onClick:s=>s.preventDefault()})),f("slot",{onSlotchange:()=>this.slottedChanged(),ref:s=>this.slotElement=s}))):f(de,null,n)}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]}]);function F_(){typeof customElements<"u"&&["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,e5);break;case"ix-divider":customElements.get(e)||j_();break;case"ix-dropdown":customElements.get(e)||Hu();break;case"ix-spinner":customElements.get(e)||br();break;case"ix-tooltip":customElements.get(e)||Ad();break;case"ix-typography":customElements.get(e)||go()}}))}const Z_=e5,W_=F_;const zn=typeof window<"u",Yf=zn?window:null,Us=zn?document:null,Oo={replace:0,none:1,blend:2},hx=Symbol(),nv=Symbol(),t5=Symbol(),Nu=Symbol(),Y_=Symbol(),at=1e-11,o5=1e12,qs=1e3,Ji="",r5=(()=>{const e=new Map;return e.set("x","translateX"),e.set("y","translateY"),e.set("z","translateZ"),e})(),n5=["translateX","translateY","translateZ","rotate","rotateX","rotateY","rotateZ","scale","scaleX","scaleY","scaleZ","skew","skewX","skewY","perspective","matrix","matrix3d"],i5=n5.reduce(((e,t)=>({...e,[t]:t+"("})),{}),lr=()=>{},X_=/(^#([\da-f]{3}){1,2}$)|(^#([\da-f]{4}){1,2}$)/i,G_=/rgb\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\)/i,Q_=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(-?\d+|-?\d*.\d+)\s*\)/i,K_=/hsl\(\s*(-?\d+|-?\d*.\d+)\s*,\s*(-?\d+|-?\d*.\d+)%\s*,\s*(-?\d+|-?\d*.\d+)%\s*\)/i,J_=/hsla\(\s*(-?\d+|-?\d*.\d+)\s*,\s*(-?\d+|-?\d*.\d+)%\s*,\s*(-?\d+|-?\d*.\d+)%\s*,\s*(-?\d+|-?\d*.\d+)\s*\)/i,ux=/[-+]?\d*\.?\d+(?:e[-+]?\d)?/gi,eO=/^([-+]?\d*\.?\d+(?:e[-+]?\d+)?)([a-z]+|%)$/i,tO=/([a-z])([A-Z])/g,oO=/(\w+)(\([^)]+\)+)/g,a5={id:null,keyframes:null,playbackEase:null,playbackRate:1,frameRate:120,loop:0,reversed:!1,alternate:!1,autoplay:!0,duration:qs,delay:0,loopDelay:0,ease:"out(2)",composition:Oo.replace,modifier:e=>e,onBegin:lr,onBeforeUpdate:lr,onUpdate:lr,onLoop:lr,onPause:lr,onComplete:lr,onRender:lr},rO={root:Us},io={defaults:a5,precision:4,timeScale:1,tickThreshold:200},s5={version:"4.1.2",engine:null};zn&&(Yf.AnimeJS||(Yf.AnimeJS=[]),Yf.AnimeJS.push(s5));const _s=(e,t)=>e.indexOf(t)===0,Ld=Date.now,bd=Array.isArray,Xf=e=>e&&e.constructor===Object,ju=e=>typeof e=="string",cu=e=>typeof e=="function",lt=e=>e===void 0,Gf=e=>lt(e)||e===null,l5=e=>zn&&e instanceof SVGElement,bx=e=>X_.test(e),mx=e=>_s(e,"rgb"),fx=e=>_s(e,"hsl"),uh=e=>!io.defaults.hasOwnProperty(e),bh=e=>ju(e)?parseFloat(e):e,cs=Math.pow,nO=Math.sqrt,iO=Math.sin,aO=Math.cos,sO=Math.abs,lO=Math.ceil,d5=Math.floor,dO=Math.asin,iv=Math.PI,px=Math.round,ao=(e,t,r)=>e<t?t:e>r?r:e,gx={},Rt=(e,t)=>{if(t<0)return e;if(!t)return px(e);let r=gx[t];return r||(r=gx[t]=10**t),px(e*r)/r},Zi=(e,t,r)=>e+(t-e)*r,av=e=>e===1/0?o5:e===-1/0?-1e12:e,vd=e=>e<=at?at:av(Rt(e,11)),bo=e=>bd(e)?[...e]:e,Ft=(e,t,r,n="_prev",s="_next")=>{let l=e._head,c=s;for(r&&(l=e._tail,c=n);l;){const h=l[c];t(l),l=h}},md=(e,t,r="_prev",n="_next")=>{const s=t[r],l=t[n];s?s[n]=l:e._head=l,l?l[r]=s:e._tail=s,t[r]=null,t[n]=null},vs=(e,t,r,n="_prev",s="_next")=>{let l=e._tail;for(;l&&r&&r(l,t);)l=l[n];const c=l?l[s]:e._head;l?l[s]=t:e._head=t,c?c[n]=t:e._tail=t,t[n]=l,t[s]=c};let c5=class{constructor(t=0){this.deltaTime=0,this._currentTime=t,this._elapsedTime=t,this._startTime=t,this._lastTime=t,this._scheduledTime=0,this._frameDuration=Rt(qs/120,0),this._fps=120,this._speed=1,this._hasChildren=!1,this._head=null,this._tail=null}get fps(){return this._fps}set fps(t){const r=this._frameDuration,n=+t,s=n<at?at:n,l=Rt(qs/s,0);this._fps=s,this._frameDuration=l,this._scheduledTime+=l-r}get speed(){return this._speed}set speed(t){const r=+t;this._speed=r<at?at:r}requestTick(t){const r=this._scheduledTime,n=this._elapsedTime;if(this._elapsedTime+=t-n,n<r)return 0;const s=this._frameDuration,l=n-r;return this._scheduledTime+=l<s?s:l,1}computeDeltaTime(t){const r=t-this._lastTime;return this.deltaTime=r,this._lastTime=t,r}};const Mh=(e,t,r,n,s)=>{const l=e.parent,c=e.duration,h=e.completed,m=e.iterationDuration,b=e.iterationCount,g=e._currentIteration,v=e._loopDelay,y=e._reversed,x=e._alternate,w=e._hasChildren,L=e._delay,E=e._currentTime,_=L+m,I=t-L,A=ao(E,-L,c),P=ao(I,-L,c),T=I-E,Y=P>0,V=P>=c,X=c<=at,q=s===2;let re=0,ie=I,se=0;b>1&&(e._currentIteration=ao(~~(P/(m+(V?0:v))),0,b),V&&e._currentIteration--,re=e._currentIteration%2,ie=P%(m+v)||0);const pe=y^(x&&re),be=e._ease;let ne=V?pe?0:c:pe?m-ie:ie;be&&(ne=m*be(ne/m)||0);const D=(l?l.backwards:I<E)?!pe:!!pe;if(e._currentTime=I,e._iterationTime=ne,e.backwards=D,Y&&!e.began?(e.began=!0,r||l&&(D||!l.began)||e.onBegin(e)):I<=0&&(e.began=!1),r||w||!Y||e._currentIteration===g||e.onLoop(e),q||s===1&&(t>=L&&t<=_||t<=L&&A>L||t>=_&&A!==c)||ne>=_&&A!==c||ne<=L&&A>0||t<=A&&A===c&&h||V&&!h&&X){if(Y&&(e.computeDeltaTime(A),r||e.onBeforeUpdate(e)),!w){const ee=q||(D?-1*T:T)>=io.tickThreshold,J=e._offset+(l?l._offset:0)+L+ne;let Z,C,z,H,M=e._head,Q=0;for(;M;){const ce=M._composition,he=M._currentTime,ye=M._changeDuration,ge=M._absoluteStartTime+M._changeDuration,De=M._nextRep,He=M._prevRep,rt=ce!==Oo.none;if((ee||(he!==ye||J<=ge+(De?De._delay:0))&&(he!==0||J>=M._absoluteStartTime))&&(!rt||!M._isOverridden&&(!M._isOverlapped||J<=ge)&&(!De||De._isOverridden||J<=De._absoluteStartTime)&&(!He||He._isOverridden||J>=He._absoluteStartTime+He._changeDuration+M._delay))){const Qe=M._currentTime=ao(ne-M._startTime,0,ye),We=M._ease(Qe/M._updateDuration),Ke=M._modifier,Zt=M._valueType,eo=M._tweenType,st=eo===0,jt=Zt===0,zo=jt&&st||We===0||We===1?-1:io.precision;let ft,vo;if(jt)ft=vo=Ke(Rt(Zi(M._fromNumber,M._toNumber,We),zo));else if(Zt===1)vo=Ke(Rt(Zi(M._fromNumber,M._toNumber,We),zo)),ft="".concat(vo).concat(M._unit);else if(Zt===2){const ut=M._fromNumbers,Ao=M._toNumbers,yo=Rt(ao(Ke(Zi(ut[0],Ao[0],We)),0,255),0),Ro=Rt(ao(Ke(Zi(ut[1],Ao[1],We)),0,255),0),ko=Rt(ao(Ke(Zi(ut[2],Ao[2],We)),0,255),0),$t=ao(Ke(Rt(Zi(ut[3],Ao[3],We),zo)),0,1);if(ft="rgba(".concat(yo,",").concat(Ro,",").concat(ko,",").concat($t,")"),rt){const wt=M._numbers;wt[0]=yo,wt[1]=Ro,wt[2]=ko,wt[3]=$t}}else if(Zt===3){ft=M._strings[0];for(let ut=0,Ao=M._toNumbers.length;ut<Ao;ut++){const yo=Ke(Rt(Zi(M._fromNumbers[ut],M._toNumbers[ut],We),zo)),Ro=M._strings[ut+1];ft+="".concat(Ro?yo+Ro:yo),rt&&(M._numbers[ut]=yo)}}if(rt&&(M._number=vo),n||ce===Oo.blend)M._value=ft;else{const ut=M.property;Z=M.target,st?Z[ut]=ft:eo===1?Z.setAttribute(ut,ft):(C=Z.style,eo===3?(Z!==z&&(z=Z,H=Z[Nu]),H[ut]=ft,Q=1):eo===2?C[ut]=ft:eo===4&&C.setProperty(ut,ft)),Y&&(se=1)}}if(Q&&M._renderTransforms){let Qe=Ji;for(let We in H)Qe+="".concat(i5[We]).concat(H[We],") ");C.transform=Qe,Q=0}M=M._next}!r&&se&&e.onRender(e)}!r&&Y&&e.onUpdate(e)}return l&&X?!r&&(l.began&&!D&&I>=c&&!h||D&&I<=at&&h)&&(e.onComplete(e),e.completed=!D):Y&&V?b===1/0?e._startTime+=e.duration:e._currentIteration>=b-1&&(e.paused=!0,h||w||(e.completed=!0,r||l&&(D||!l.began)||(e.onComplete(e),e._resolve(e)))):e.completed=!1,se},hs=(e,t,r,n,s)=>{const l=e._currentIteration;if(Mh(e,t,r,n,s),e._hasChildren){const c=e,h=c.backwards,m=n?t:c._iterationTime,b=Ld();let g=0,v=!0;if(!n&&c._currentIteration!==l){const y=c.iterationDuration;Ft(c,(x=>{if(h){const w=x.duration,L=x._offset+x._delay;r||!(w<=at)||L&&L+w!==y||x.onComplete(x)}else!x.completed&&!x.backwards&&x._currentTime<x.iterationDuration&&Mh(x,y,r,1,2),x.began=!1,x.completed=!1})),r||c.onLoop(c)}Ft(c,(y=>{const x=Rt((m-y._offset)*y._speed,12),w=y._fps<c._fps?y.requestTick(b):s;g+=Mh(y,x,r,n,w),!y.completed&&v&&(v=!1)}),h),!r&&g&&c.onRender(c),(v||h)&&c._currentTime>=c.duration&&(c.paused=!0,c.completed||(c.completed=!0,r||(c.onComplete(c),c._resolve(c))))}},Os={animation:null,update:lr},h5=zn?requestAnimationFrame:setImmediate,cO=zn?cancelAnimationFrame:clearImmediate;let hO=class extends c5{constructor(t){super(t),this.useDefaultMainLoop=!0,this.pauseOnDocumentHidden=!0,this.defaults=a5,this.paused=!(!zn||!Us.hidden),this.reqId=null}update(){const t=this._currentTime=Ld();if(this.requestTick(t)){this.computeDeltaTime(t);const r=this._speed,n=this._fps;let s=this._head;for(;s;){const l=s._next;s.paused?(md(this,s),this._hasChildren=!!this._tail,s._running=!1,s.completed&&!s._cancelled&&s.cancel()):hs(s,(t-s._startTime)*s._speed*r,0,0,s._fps<n?s.requestTick(t):1),s=l}Os.update()}}wake(){return!this.useDefaultMainLoop||this.reqId||this.paused||(this.reqId=h5(u5)),this}pause(){return this.paused=!0,uO()}resume(){if(this.paused)return this.paused=!1,Ft(this,(t=>t.resetTime())),this.wake()}get speed(){return this._speed*(io.timeScale===1?1:qs)}set speed(t){this._speed=t*io.timeScale,Ft(this,(r=>r.speed=r._speed))}get timeUnit(){return io.timeScale===1?"ms":"s"}set timeUnit(t){const r=t==="s",n=r?.001:1;if(io.timeScale!==n){io.timeScale=n,io.tickThreshold=200*n;const s=r?.001:qs;this.defaults.duration*=s,this._speed*=s}}get precision(){return io.precision}set precision(t){io.precision=t}};const no=(()=>{const e=new hO(Ld());return zn&&(s5.engine=e,Us.addEventListener("visibilitychange",(()=>{e.pauseOnDocumentHidden&&(Us.hidden?e.pause():e.resume())}))),e})(),u5=()=>{no._head?(no.reqId=h5(u5),no.update()):no.reqId=0},uO=()=>(cO(no.reqId),no.reqId=0,no);function vx(e){const t=ju(e)?rO.root.querySelectorAll(e):e;if(t instanceof NodeList||t instanceof HTMLCollection)return t}const bO=["opacity","rotate","overflow","color"],Qf=(e,t,r)=>(r<0&&(r+=1),r>1&&(r-=1),r<1/6?e+6*(t-e)*r:r<.5?t:r<2/3?e+(t-e)*(2/3-r)*6:e),mo=(e,t)=>lt(e)?t:e,ii=(e,t,r,n,s)=>{if(cu(e)){const l=()=>{const c=e(t,r,n);return isNaN(+c)?c||0:+c};return s&&(s.func=l),l()}return e},b5=(e,t)=>e[nv]?e[t5]&&((r,n)=>{if(bO.includes(n))return!1;if(r.getAttribute(n)||n in r){if(n==="scale"){const s=r.parentNode;return s&&s.tagName==="filter"}return!0}})(e,t)?1:n5.includes(t)||r5.get(t)?3:_s(t,"--")?4:t in e.style?2:t in e?0:1:0,yx=(e,t,r)=>{const n=e.style[t];n&&r&&(r[t]=n);const s=n||getComputedStyle(e[Y_]||e).getPropertyValue(t);return s==="auto"?"0":s},id=(e,t,r,n)=>{const s=lt(r)?b5(e,t):r;return s===0?e[t]||0:s===1?e.getAttribute(t):s===3?((l,c,h)=>{const m=l.style.transform;let b;if(m){const g=l[Nu];let v;for(;v=oO.exec(m);){const y=v[1],x=v[2].slice(1,-1);g[y]=x,y===c&&(b=x,h&&(h[c]=x))}}return m&&!lt(b)?b:_s(c,"scale")?"1":_s(c,"rotate")||_s(c,"skew")?"0deg":"0px"})(e,t,n):s===4?yx(e,t,n).trimStart():yx(e,t,n)},Kf=(e,t,r)=>r==="-"?e-t:r==="+"?e+t:e*t,Ur=(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 r=+e;if(isNaN(r)){let l=e;l[1]==="="&&(t.o=l[0],l=l.slice(2));const c=!l.includes(" ")&&eO.exec(l);if(c)return t.t=1,t.n=+c[1],t.u=c[2],t;if(t.o)return t.n=+l,t;if(bx(s=l)||mx(s)||fx(s))return t.t=2,t.d=mx(n=l)?(h=>{const m=G_.exec(h)||Q_.exec(h),b=lt(m[4])?1:+m[4];return[+m[1],+m[2],+m[3],b]})(n):bx(n)?(h=>{const m=h.length,b=m===4||m===5;return[+("0x"+h[1]+h[b?1:2]),+("0x"+h[b?2:3]+h[b?2:4]),+("0x"+h[b?3:5]+h[b?3:6]),m===5||m===9?+(+("0x"+h[b?4:7]+h[b?4:8])/255).toFixed(3):1]})(n):fx(n)?(h=>{const m=K_.exec(h)||J_.exec(h),b=+m[1]/360,g=+m[2]/100,v=+m[3]/100,y=lt(m[4])?1:+m[4];let x,w,L;if(g===0)x=w=L=v;else{const E=v<.5?v*(1+g):v+g-v*g,_=2*v-E;x=Rt(255*Qf(_,E,b+1/3),0),w=Rt(255*Qf(_,E,b),0),L=Rt(255*Qf(_,E,b-1/3),0)}return[x,w,L,y]})(n):[0,0,0,1],t;{const h=l.match(ux);return t.t=3,t.d=h?h.map(Number):[],t.s=l.split(ux)||[],t}}var n,s;return t.n=r,t},kx=(e,t)=>(t.t=e._valueType,t.n=e._toNumber,t.u=e._unit,t.o=null,t.d=bo(e._toNumbers),t.s=bo(e._strings),t),ai={t:0,n:0,u:null,o:null,d:null,s:null},hu={_rep:new WeakMap,_add:new Map},sv=(e,t,r="_rep")=>{const n=hu[r];let s=n.get(e);return s||(s={},n.set(e,s)),s[t]?s[t]:s[t]={_head:null,_tail:null}},mO=(e,t)=>e._isOverridden||e._absoluteStartTime>t._absoluteStartTime,Bh=e=>{e._isOverlapped=1,e._isOverridden=1,e._changeDuration=at,e._currentTime=at},m5=(e,t)=>{const r=e._composition;if(r===Oo.replace){const n=e._absoluteStartTime;vs(t,e,mO,"_prevRep","_nextRep");const s=e._prevRep;if(s){const l=s.parent,c=s._absoluteStartTime+s._changeDuration;if(e.parent.id!==l.id&&l.iterationCount>1&&c+(l.duration-l.iterationDuration)>n){Bh(s);let b=s._prevRep;for(;b&&b.parent.id===l.id;)Bh(b),b=b._prevRep}const h=n-e._delay;if(c>h){const b=s._startTime;s._changeDuration=h-(c-(b+s._updateDuration))-b,s._currentTime=s._changeDuration,s._isOverlapped=1,s._changeDuration<at&&Bh(s)}let m=!0;if(Ft(l,(b=>{b._isOverlapped||(m=!1)})),m){const b=l.parent;if(b){let g=!0;Ft(b,(v=>{v!==l&&Ft(v,(y=>{y._isOverlapped||(g=!1)}))})),g&&b.cancel()}else l.cancel()}}}else if(r===Oo.blend){const n=sv(e.target,e.property,"_add"),s=(h=>{let m=Os.animation;return m||(m={duration:at,computeDeltaTime:lr,_offset:0,_delay:0,_head:null,_tail:null},Os.animation=m,Os.update=()=>{h.forEach((b=>{for(let g in b){const v=b[g],y=v._head;if(y){const x=y._valueType,w=x===3||x===2?bo(y._fromNumbers):null;let L=y._fromNumber,E=v._tail;for(;E&&E!==y;){if(w)for(let _=0,I=E._numbers.length;_<I;_++)w[_]+=E._numbers[_];else L+=E._number;E=E._prevAdd}y._toNumber=L,y._toNumbers=w}}})),Mh(m,1,1,0,2)}),m})(hu._add);let l=n._head;l||(l={...e},l._composition=Oo.replace,l._updateDuration=at,l._startTime=0,l._numbers=bo(e._fromNumbers),l._number=0,l._next=null,l._prev=null,vs(n,l),vs(s,l));const c=e._toNumber;if(e._fromNumber=l._fromNumber-c,e._toNumber=0,e._numbers=bo(e._fromNumbers),e._number=0,l._fromNumber=c,e._toNumbers){const h=bo(e._toNumbers);h&&h.forEach(((m,b)=>{e._fromNumbers[b]=l._fromNumbers[b]-m,e._toNumbers[b]=0})),l._fromNumbers=h}vs(n,e,null,"_prevAdd","_nextAdd")}return e},fO=e=>{const t=e._composition;if(t!==Oo.none){const r=e.target,n=e.property,s=hu._rep.get(r);if(md(s[n],e,"_prevRep","_nextRep"),t===Oo.blend){const l=hu._add,c=l.get(r);if(!c)return;const h=c[n],m=Os.animation;md(h,e,"_prevAdd","_nextAdd");const b=h._head;if(b&&b===h._tail){md(h,b,"_prevAdd","_nextAdd"),md(m,b);let g=!0;for(let v in c)if(c[v]._head){g=!1;break}g&&l.delete(r)}}}return e},xx=e=>(e.paused=!0,e.began=!1,e.completed=!1,e),rg=e=>(e._cancelled&&(Ft(e,e._hasChildren?rg:t=>{t._composition!==Oo.none&&m5(t,sv(t.target,t.property))}),e._cancelled=0),e);let pO=0,gO=class extends c5{constructor(t={},r=null,n=0){super(0);const{id:s,delay:l,duration:c,reversed:h,alternate:m,loop:b,loopDelay:g,autoplay:v,frameRate:y,playbackRate:x,onComplete:w,onLoop:L,onPause:E,onBegin:_,onBeforeUpdate:I,onUpdate:A}=t,P=r?0:no._elapsedTime,T=r?r.defaults:io.defaults,Y=cu(l)||lt(l)?T.delay:+l,V=cu(c)||lt(c)?1/0:+c,X=mo(b,T.loop),q=mo(g,T.loopDelay),re=X===!0||X===1/0||X<0?1/0:X+1;let ie=0;if(r)ie=n;else{let se=Ld();no.paused&&(no.requestTick(se),se=no._elapsedTime),ie=se-no._startTime}this.id=lt(s)?++pO:s,this.parent=r,this.duration=av((V+q)*re-q)||at,this.backwards=!1,this.paused=!0,this.began=!1,this.completed=!1,this.onBegin=_||T.onBegin,this.onBeforeUpdate=I||T.onBeforeUpdate,this.onUpdate=A||T.onUpdate,this.onLoop=L||T.onLoop,this.onPause=E||T.onPause,this.onComplete=w||T.onComplete,this.iterationDuration=V,this.iterationCount=re,this._autoplay=!r&&mo(v,T.autoplay),this._offset=ie,this._delay=Y,this._loopDelay=q,this._iterationTime=0,this._currentIteration=0,this._resolve=lr,this._running=!1,this._reversed=+mo(h,T.reversed),this._reverse=this._reversed,this._cancelled=0,this._alternate=mo(m,T.alternate),this._prev=null,this._next=null,this._elapsedTime=P,this._startTime=P,this._lastTime=P,this._fps=mo(y,T.frameRate),this._speed=mo(x,T.playbackRate)}get cancelled(){return!!this._cancelled}set cancelled(t){t?this.cancel():this.reset(1).play()}get currentTime(){return ao(Rt(this._currentTime,io.precision),-this._delay,this.duration)}set currentTime(t){const r=this.paused;this.pause().seek(+t),r||this.resume()}get iterationCurrentTime(){return Rt(this._iterationTime,io.precision)}set iterationCurrentTime(t){this.currentTime=this.iterationDuration*this._currentIteration+t}get progress(){return ao(Rt(this._currentTime/this.duration,10),0,1)}set progress(t){this.currentTime=this.duration*t}get iterationProgress(){return ao(Rt(this._iterationTime/this.iterationDuration,10),0,1)}set iterationProgress(t){const r=this.iterationDuration;this.currentTime=r*this._currentIteration+r*t}get currentIteration(){return this._currentIteration}set currentIteration(t){this.currentTime=this.iterationDuration*ao(+t,0,this.iterationCount-1)}get reversed(){return!!this._reversed}set reversed(t){t?this.reverse():this.play()}get speed(){return super.speed}set speed(t){super.speed=t,this.resetTime()}reset(t=0){return rg(this),this._reversed&&!this._reverse&&(this.reversed=!1),this._iterationTime=this.iterationDuration,hs(this,0,1,t,2),xx(this),this._hasChildren&&Ft(this,xx),this}init(t=0){this.fps=this._fps,this.speed=this._speed,!t&&this._hasChildren&&hs(this,this.duration,1,t,2),this.reset(t);const r=this._autoplay;return r===!0?this.resume():r&&!lt(r.linked)&&r.link(this),this}resetTime(){const t=1/(this._speed*no._speed);return this._startTime=Ld()-(this._currentTime+this._delay)*t,this}pause(){return this.paused||(this.paused=!0,this.onPause(this)),this}resume(){return this.paused?(this.paused=!1,this.duration<=at&&!this._hasChildren?hs(this,at,0,0,2):(this._running||(vs(no,this),no._hasChildren=!0,this._running=!0),this.resetTime(),this._startTime-=12,no.wake()),this):this}restart(){return this.reset(0).resume()}seek(t,r=0,n=0){rg(this),this.completed=!1;const s=this.paused;return this.paused=!0,hs(this,t+this._delay,~~r,~~n,1),s?this:this.resume()}alternate(){const t=this._reversed,r=this.iterationCount,n=this.iterationDuration,s=r===1/0?d5(o5/n):r;return this._reversed=+(!this._alternate||s%2?!t:t),r===1/0?this.iterationProgress=this._reversed?1-this.iterationProgress:this.iterationProgress:this.seek(n*s-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?Ft(this,(t=>t.cancel()),!0):Ft(this,fO),this._cancelled=1,this.pause()}stretch(t){const r=this.duration,n=vd(t);if(r===n)return this;const s=t/r,l=t<=at;return this.duration=l?at:n,this.iterationDuration=l?at:vd(this.iterationDuration*s),this._offset*=s,this._delay*=s,this._loopDelay*=s,this}revert(){hs(this,0,1,0,1);const t=this._autoplay;return t&&t.linked&&t.linked===this&&t.revert(),this.cancel()}complete(){return this.seek(this.duration).cancel()}then(t=lr){const r=this.then,n=()=>{this.then=null,t(this),this.then=r,this._resolve=lr};return new Promise((s=>(this._resolve=()=>s(n()),this.completed&&this._resolve(),this)))}};const zs=e=>e,wx=(e,t,r)=>(((1-3*r+3*t)*e+(3*r-6*t))*e+3*t)*e,vO=(e=.5,t=0,r=.5,n=1)=>e===t&&r===n?zs:s=>s===0||s===1?s:wx(((l,c,h)=>{let m,b,g=0,v=1,y=0;do b=g+(v-g)/2,m=wx(b,c,h)-l,m>0?v=b:g=b;while(sO(m)>1e-7&&++y<100);return b})(s,e,r),t,n),yO=(e=10,t)=>{const r=t?lO:d5;return n=>r(ao(n,0,1)*e)*(1/e)},f5=(...e)=>{const t=e.length;if(!t)return zs;const r=t-1,n=e[r],s=[0],l=[bh(e[0])];for(let c=1;c<r;c++){const h=e[c],m=ju(h)?h.trim().split(" "):[h],b=m[0],g=m[1];s.push(lt(g)?c/r:bh(g)/100),l.push(bh(b))}return l.push(bh(n)),s.push(1),function(c){for(let h=1,m=s.length;h<m;h++){const b=s[h];if(c<=b){const g=s[h-1],v=l[h-1];return v+(l[h]-v)*(c-g)/(b-g)}}return l[l.length-1]}},kO=(e=10,t=1)=>{const r=[0],n=e-1;for(let s=1;s<n;s++){const l=r[s-1],c=s/n,h=c+((s+1)/n-c)*Math.random();r.push(ao(c*(1-t)+h*t,l,1))}return r.push(1),f5(...r)},xO=iv/2,Sx=2*iv,ad=(e=1.68)=>t=>cs(t,+e),Cx={[Ji]:ad,Quad:ad(2),Cubic:ad(3),Quart:ad(4),Quint:ad(5),Sine:e=>1-aO(e*xO),Circ:e=>1-nO(1-e*e),Expo:e=>e?cs(2,10*e-10):0,Bounce:e=>{let t,r=4;for(;e<((t=cs(2,--r))-1)/11;);return 1/cs(4,3-r)-7.5625*cs((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 r=ao(+e,1,10),n=ao(+t,at,2),s=n/Sx*dO(1/r),l=Sx/n;return c=>c===0||c===1?c:-r*cs(2,-10*(1-c))*iO((1-c-s)*l)}},ng={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},wO=(()=>{const e={linear:f5,irregular:kO,steps:yO,cubicBezier:vO};for(let t in ng)for(let r in Cx){const n=Cx[r],s=ng[t];e[t+r]=r===Ji||r==="Back"||r==="Elastic"?(l,c)=>s(n(l,c)):s(n)}return e})(),SO={linear:zs},Ex=e=>cu(e)?e:ju(e)?((t,r,n)=>{if(n[t])return n[t];if(t.indexOf("(")<=-1){const s=ng[t]||t.includes("Back")||t.includes("Elastic")?r[t]():r[t];return s?n[t]=s:zs}{const s=t.slice(0,-1).split("("),l=r[s[0]];return l?n[t]=l(...s[1].split(",")):zs}})(e,wO,SO):zs,Tx={},CO=(e,t,r)=>{if(r===3)return r5.get(e)||e;if(r===2||r===1&&l5(t)&&e in t.style){const n=Tx[e];if(n)return n;{const s=e&&e.replace(tO,"$1-$2").toLowerCase();return Tx[e]=s,s}}return e},Jf={deg:1,rad:180/iv,turn:360},Lx={},EO=(e,t,r,n=!1)=>{const s=t.u,l=t.n;if(t.t===1&&s===r)return t;const c=l+s+r,h=Lx[c];if(lt(h)||n){let m;if(s in Jf)m=l*Jf[s]/Jf[r];else{const g=e.cloneNode(),v=e.parentNode,y=v&&v!==Us?v:Us.body;y.appendChild(g);const x=g.style;x.width=100+s;const w=g.offsetWidth||100;x.width=100+r;const L=w/(g.offsetWidth||100);y.removeChild(g),m=L*l}t.n=m,Lx[c]=m}else t.n=h;return t.u=r,t},p5=e=>{if(e._hasChildren)Ft(e,p5,!0);else{const t=e;t.pause(),Ft(t,(r=>{const n=r.property,s=r.target;if(s[nv]){const l=s.style,c=t._inlineStyles[n];if(r._tweenType===3){const h=s[Nu];if(lt(c)||c===Ji?delete h[n]:h[n]=c,r._renderTransforms)if(Object.keys(h).length){let m=Ji;for(let b in h)m+=i5[b]+h[b]+") ";l.transform=m}else l.removeProperty("transform")}else lt(c)||c===Ji?l.removeProperty(n):l[n]=c;t._tail===r&&t.targets.forEach((h=>{h.getAttribute&&h.getAttribute("style")===Ji&&h.removeAttribute("style")}))}}))}return e},Te={t:0,n:0,u:null,o:null,d:null,s:null},_e={t:0,n:0,u:null,o:null,d:null,s:null},mh={func:null},fh=[null],Ka=[null,null],ph={to:null};let si,qr,TO=0;class LO extends gO{constructor(t,r,n,s,l=!1,c=0,h=0){super(r,n,s);const m=(function(Z){const C=(function(H){if(Gf(H))return[];if(bd(H)){const Q=H.flat(1/0),ce=[];for(let he=0,ye=Q.length;he<ye;he++){const ge=Q[he];if(!Gf(ge)){const De=vx(ge);if(De)for(let He=0,rt=De.length;He<rt;He++){const Qe=De[He];if(!Gf(Qe)){let We=!1;for(let Ke=0,Zt=ce.length;Ke<Zt;Ke++)if(ce[Ke]===Qe){We=!0;break}We||ce.push(Qe)}}else{let He=!1;for(let rt=0,Qe=ce.length;rt<Qe;rt++)if(ce[rt]===ge){He=!0;break}He||ce.push(ge)}}}return ce}if(!zn)return[H];const M=vx(H);return M?Array.from(M):[H]})(Z),z=C.length;if(z)for(let H=0;H<z;H++){const M=C[H];if(!M[hx]){M[hx]=!0;const Q=l5(M);(M.nodeType||Q)&&(M[nv]=!0,M[t5]=Q,M[Nu]={})}}return C})(t),b=m.length,g=r.keyframes,v=g?((Z,C)=>{const z={...Z};for(let H in C){const M=Z[H];z[H]=lt(M)?C[H]:M}return z})(((Z,C)=>{const z={};if(bd(Z)){const H=[].concat(...Z.map((M=>Object.keys(M)))).filter(uh);for(let M=0,Q=H.length;M<Q;M++){const ce=H[M],he=Z.map((ye=>{const ge={};for(let De in ye){const He=ye[De];uh(De)?De===ce&&(ge.to=He):ge[De]=He}return ge}));z[ce]=he}}else{const H=mo(C.duration,io.defaults.duration);Object.keys(Z).map((Q=>({o:parseFloat(Q)/100,p:Z[Q]}))).sort(((Q,ce)=>Q.o-ce.o)).forEach((Q=>{const ce=Q.o,he=Q.p;for(let ye in he)if(uh(ye)){let ge=z[ye];ge||(ge=z[ye]=[]);const De=ce*H;let He=ge.length,rt=ge[He-1];const Qe={to:he[ye]};let We=0;for(let Ke=0;Ke<He;Ke++)We+=ge[Ke].duration;He===1&&(Qe.from=rt.to),he.ease&&(Qe.ease=he.ease),Qe.duration=De-(He?We:0),ge.push(Qe)}return Q}));for(let Q in z){const ce=z[Q];let he;for(let ye=0,ge=ce.length;ye<ge;ye++){const De=ce[ye],He=De.ease;De.ease=he||void 0,he=He}ce[0].duration||ce.shift()}}return z})(g,r),r):r,{delay:y,duration:x,ease:w,playbackEase:L,modifier:E,composition:_,onRender:I}=v,A=n?n.defaults:io.defaults,P=mo(L,A.playbackEase),T=P?Ex(P):null,Y=!lt(w)&&!lt(w.ease),V=Y?w.ease:mo(w,T?"linear":A.ease),X=Y?w.duration:mo(x,A.duration),q=mo(y,A.delay),re=E||A.modifier,ie=lt(_)&&b>=qs?Oo.none:lt(_)?A.composition:_,se={},pe=this._offset+(n?n._offset:0);let be=NaN,ne=NaN,D=0,ee=0;for(let Z=0;Z<b;Z++){const C=m[Z],z=c||Z,H=h||b;let M=NaN,Q=NaN;for(let ce in v)if(uh(ce)){const he=b5(C,ce),ye=CO(ce,C,he);let ge=v[ce];const De=bd(ge);if(l&&!De&&(Ka[0]=ge,Ka[1]=ge,ge=Ka),De){const Zt=ge.length,eo=!Xf(ge[0]);Zt===2&&eo?(ph.to=ge,fh[0]=ph,si=fh):Zt>2&&eo?(si=[],ge.forEach(((st,jt)=>{jt?jt===1?(Ka[1]=st,si.push(Ka)):si.push(st):Ka[0]=st}))):si=ge}else fh[0]=ge,si=fh;let He=null,rt=null,Qe=NaN,We=0,Ke=0;for(let Zt=si.length;Ke<Zt;Ke++){const eo=si[Ke];Xf(eo)?qr=eo:(ph.to=eo,qr=ph),mh.func=null;const st=ii(qr.to,C,z,H,mh);let jt;Xf(st)&&!lt(st.to)?(qr=st,jt=st.to):jt=st;const zo=ii(qr.from,C,z,H),ft=qr.ease,vo=!lt(ft)&&!lt(ft.ease),ut=vo?ft.ease:ft||V,Ao=vo?ft.duration:ii(mo(qr.duration,Zt>1?ii(X,C,z,H)/Zt:X),C,z,H),yo=ii(mo(qr.delay,Ke?0:q),C,z,H),Ro=ii(mo(qr.composition,ie),C,z,H),ko=typeof(J=Ro)!="number"||isNaN(J)?Oo[Ro]:Ro,$t=qr.modifier||re,wt=!lt(zo),St=!lt(jt),Ir=bd(jt),Dr=Ir||wt&&St,on=rt?We+yo:yo,Zo=pe+on;ee||!wt&&!Ir||(ee=1);let Dt=rt;if(ko!==Oo.none){He||(He=sv(C,ye));let Me=He._head;for(;Me&&!Me._isOverridden&&Me._absoluteStartTime<=Zo;)if(Dt=Me,Me=Me._nextRep,Me&&Me._absoluteStartTime>=Zo)for(;Me;)Bh(Me),Me=Me._nextRep}if(Dr?(Ur(Ir?ii(jt[0],C,z,H):zo,Te),Ur(Ir?ii(jt[1],C,z,H,mh):jt,_e),Te.t===0&&(Dt?Dt._valueType===1&&(Te.t=1,Te.u=Dt._unit):(Ur(id(C,ye,he,se),ai),ai.t===1&&(Te.t=1,Te.u=ai.u)))):(St?Ur(jt,_e):rt?kx(rt,_e):Ur(n&&Dt&&Dt.parent.parent===n?Dt._value:id(C,ye,he,se),_e),wt?Ur(zo,Te):rt?kx(rt,Te):Ur(n&&Dt&&Dt.parent.parent===n?Dt._value:id(C,ye,he,se),Te)),Te.o&&(Te.n=Kf(Dt?Dt._toNumber:Ur(id(C,ye,he,se),ai).n,Te.n,Te.o)),_e.o&&(_e.n=Kf(Te.n,_e.n,_e.o)),Te.t!==_e.t){if(Te.t===3||_e.t===3){const Me=Te.t===3?Te:_e,_t=Te.t===3?_e:Te;_t.t=3,_t.s=bo(Me.s),_t.d=Me.d.map((()=>_t.n))}else if(Te.t===1||_e.t===1){const Me=Te.t===1?Te:_e,_t=Te.t===1?_e:Te;_t.t=1,_t.u=Me.u}else if(Te.t===2||_e.t===2){const Me=Te.t===2?Te:_e,_t=Te.t===2?_e:Te;_t.t=2,_t.s=Me.s,_t.d=[0,0,0,1]}}if(Te.u!==_e.u){let Me=_e.u?Te:_e;Me=EO(C,Me,_e.u?_e.u:Te.u,!1)}if(_e.d&&Te.d&&_e.d.length!==Te.d.length){const Me=Te.d.length>_e.d.length?Te:_e,_t=Me===Te?_e:Te;_t.d=Me.d.map(((Js,Ei)=>lt(_t.d[Ei])?0:_t.d[Ei])),_t.s=bo(Me.s)}const Io=Rt(+Ao||at,12),mr={parent:this,id:TO++,property:ye,target:C,_value:null,_func:mh.func,_ease:Ex(ut),_fromNumbers:bo(Te.d),_toNumbers:bo(_e.d),_strings:bo(_e.s),_fromNumber:Te.n,_toNumber:_e.n,_numbers:bo(Te.d),_number:Te.n,_unit:_e.u,_modifier:$t,_currentTime:0,_startTime:on,_delay:+yo,_updateDuration:Io,_changeDuration:Io,_absoluteStartTime:Zo,_tweenType:he,_valueType:_e.t,_composition:ko,_isOverlapped:0,_isOverridden:0,_renderTransforms:0,_prevRep:null,_nextRep:null,_prevAdd:null,_nextAdd:null,_prev:null,_next:null};ko!==Oo.none&&m5(mr,He),isNaN(Qe)&&(Qe=mr._startTime),We=Rt(on+Io,12),rt=mr,D++,vs(this,mr)}(isNaN(ne)||Qe<ne)&&(ne=Qe),(isNaN(be)||We>be)&&(be=We),he===3&&(M=D-Ke,Q=D)}if(!isNaN(M)){let ce=0;Ft(this,(he=>{ce>=M&&ce<Q&&(he._renderTransforms=1,he._composition===Oo.blend&&Ft(Os.animation,(ye=>{ye.id===he.id&&(ye._renderTransforms=1)}))),ce++}))}}var J;b||console.warn("No target found. Make sure the element you're trying to animate is accessible before creating your animation."),ne?(Ft(this,(Z=>{Z._startTime-Z._delay||(Z._delay-=ne),Z._startTime-=ne})),be-=ne):ne=0,be||(be=at,this.iterationCount=0),this.targets=m,this.duration=be===at?at:av((be+this._loopDelay)*this.iterationCount-this._loopDelay)||at,this.onRender=I||A.onRender,this._ease=T,this._delay=ne,this.iterationDuration=be,this._inlineStyles=se,!this._autoplay&&ee&&this.onRender(this)}stretch(t){const r=this.duration;if(r===vd(t))return this;const n=t/r;return Ft(this,(s=>{s._updateDuration=vd(s._updateDuration*n),s._changeDuration=vd(s._changeDuration*n),s._currentTime*=n,s._startTime*=n,s._absoluteStartTime*=n})),super.stretch(t)}refresh(){return Ft(this,(t=>{const r=t._func;if(r){const n=id(t.target,t.property,t._tweenType);Ur(n,ai),Ur(r(),_e),t._fromNumbers=bo(ai.d),t._fromNumber=ai.n,t._toNumbers=bo(_e.d),t._strings=bo(_e.s),t._toNumber=_e.o?Kf(ai.n,_e.n,_e.o):_e.n}})),this}revert(){return super.revert(),p5(this)}then(t){return super.then(t)}}const mt=(e,t)=>new LO(e,t,null,0,!1).init();let $O=0;const g5=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.collapsedChange=le(this,"collapsedChange",7),this.collapsed=!1,this.variant="filled",this.blindId=++$O}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(){mt(this.chevronRef,{duration:It.defaultTime,easing:"easeInOutSine",rotateZ:180}),mt(this.content,{duration:It.defaultTime,easing:"easeInOutSine",opacity:1})}rotateChevronDown(){mt(this.chevronRef,{duration:It.defaultTime,easing:"easeInOutSine",rotateZ:0}),mt(this.content,{duration:It.defaultTime,easing:"easeInOutSine",opacity:0})}render(){return f(de,{key:"671ad2c0686ea67b8dd5a3b6259edd8cd2667b19",class:{["blind-"+this.variant]:!0}},f("div",{key:"40fa7a9d37b674e2979022aadc84a4496ea9a9f5",class:"blind-header-wrapper"},f("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":Fe(!this.collapsed),onClick:()=>this.onHeaderClick()},f("slot",{key:"b252b735380d02d028f14e7d9fbe4c5eba8c6602",name:"custom-header"})),f("div",{key:"6bf0d3c1465c63a94c8f022734ed826c4028855a",class:"blind-header-content"},f("ix-icon",{key:"d21dd7db4cb813e4becce868c4dbe340a12b1e65",class:"collapse-icon",name:Iu,color:this.variant==="filled"||this.variant==="outline"?"color-std-text":"color-".concat(this.variant,"--contrast"),ref:e=>this.chevronRef=e}),f("div",{key:"da2e1435ca1070eed1794226ca721e7e3fb22390",class:"blind-header-title",id:"ix-blind-header-title-"+this.blindId},this.label!==void 0?f(wi,null,this.icon&&f("ix-icon",{class:"blind-header-title-icon",name:this.icon,color:this.variant==="filled"||this.variant==="outline"?"color-std-text":"color-".concat(this.variant,"--contrast")}),f("div",{class:"blind-header-title-row"},f("div",{class:"blind-header-title-col"},f("ix-typography",{title:this.label,format:"label-lg",bold:!0},f("div",{class:"blind-header-title-label",title:this.label},this.label))),this.sublabel&&f("div",{class:"blind-header-title-col"},f("ix-typography",{title:this.sublabel},f("div",{class:"blind-header-title-sublabel"},this.sublabel)))),f("div",{class:"header-actions"},f("slot",{name:"header-actions"}))):null))),f("section",{key:"854dd19e82a63ccb31f090dadfbcfa46d7346d21",id:"ix-blind-content-section-"+this.blindId,"aria-labelledby":"ix-blind-header-title-"+this.blindId},f("div",{key:"12f77fdbb29c89d5ab26877e9db8ad9ec79f1e6f",class:{"blind-content":!0,hide:this.collapsed}},this.collapsed?null:f("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}]}]),_O=g5,OO=function(){typeof customElements<"u"&&["ix-blind","ix-typography"].forEach((e=>{switch(e){case"ix-blind":customElements.get(e)||customElements.define(e,g5);break;case"ix-typography":customElements.get(e)||go()}}))},An=e=>new MutationObserver(e),v5=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.itemClick=le(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 this.label===void 0&&this.hostElement.innerText===""&&this.icon!==void 0}render(){return f(de,{key:"6792db1dd356481085735838df4cfcdf11cee1ba",class:{hover:this.hover,"icon-only":this.isIconOnly(),disabled:this.disabled,submenu:this.isSubMenu},role:"listitem"},f("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":Fe(this.disabled),disabled:this.disabled},this.suppressChecked?null:f("div",{class:"dropdown-item-checked"},this.checked?f("ix-icon",{"aria-hidden":"true",class:"checkmark",name:d_,size:"16"}):null),this.icon?f("ix-icon",{class:"dropdown-item-icon",name:this.icon,"aria-label":this.ariaLabelIcon}):null,f("div",{key:"e5eec4768210d2934ae45c3658dfa2008d10fdc0",class:"dropdown-item-text"},this.label,f("slot",{key:"2545b062f3f2e58cd6021585a613accadce3536f"})),this.isSubMenu?f("ix-icon",{name:zd,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]}]);function zO(){typeof customElements<"u"&&["ix-dropdown-item"].forEach((e=>{e==="ix-dropdown-item"&&(customElements.get(e)||customElements.define(e,v5))}))}let AO=0;const $x=(e="breadcrumb-")=>"".concat(e,"-").concat(AO++);ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.itemClick=le(this,"itemClick",7),this.nextClick=le(this,"nextClick",7),this.visibleItemCount=9,this.nextItems=[],this.subtle=!1,this.ariaLabelPreviousButton="previous",this.enableTopLayer=!1,this.previousButtonRef=Ae(),this.nextButtonRef=Ae(),this.items=[],this.isPreviousDropdownExpanded=!1,this.previousButtonId=$x(),this.previousDropdownId=$x()}onNextItemsChange(){this.onChildMutation()}onItemClick(e){this.itemClick.emit(e)}componentDidLoad(){this.mutationObserver=An((()=>this.onChildMutation())),this.mutationObserver.observe(this.hostElement,{subtree:!0,childList:!0})}componentWillLoad(){this.onChildMutation()}disconnectedCallback(){var e;(e=this.mutationObserver)===null||e===void 0||e.disconnect()}async onChildMutation(){const e=this.getItems();e.forEach(((t,r)=>{const n=this.nextItems.length!==0&&e.length-1===r;t.subtle=this.subtle,t.hideChevron=e.length-1===r&&!n,t.isDropdownTrigger=n,n&&this.nextButtonRef(t),e.length<this.visibleItemCount||(t.invisible=r<e.length-this.visibleItemCount)})),this.items=e}getItems(){return Array.from(this.hostElement.querySelectorAll("ix-breadcrumb-item"))}render(){var e,t,r,n;const s=Ar(this.hostElement);return f(de,{key:"6c7e20e30924d04854ca78ead9fd98d5ebe346bf"},f("ix-dropdown",{key:"822c078f94f89e66db61e65f77d5e7bc6fb40aa2",id:this.previousDropdownId,"aria-label":this.ariaLabelPreviousButton,trigger:((e=this.items)===null||e===void 0?void 0:e.length)>this.visibleItemCount?this.previousButtonRef.waitForCurrent():void 0,enableTopLayer:this.enableTopLayer,onShowChanged:({detail:l})=>{this.isPreviousDropdownExpanded=l;const c=this.hostElement.shadowRoot.getElementById(this.previousButtonId);c&&fi(c)}},this.items.slice(0,this.items.length-this.visibleItemCount).map((l=>{var c;const h=(c=l.label)!==null&&c!==void 0?c:l.innerText;return f("ix-dropdown-item",{label:h,onClick:()=>{this.onItemClick(h)},onItemClick:m=>m.stopPropagation()})}))),((t=this.items)===null||t===void 0?void 0:t.length)>this.visibleItemCount?f("ix-breadcrumb-item",{id:this.previousButtonId,ref:this.previousButtonRef,label:"...",tabIndex:1,onItemClick:l=>l.stopPropagation(),"aria-describedby":this.previousDropdownId,"aria-controls":this.previousDropdownId,"aria-expanded":Fe(this.isPreviousDropdownExpanded),class:"previous-button"}):null,f("nav",{key:"e9f69c0666458f34d930bc5e19663fc9a8e69d90",class:"crumb-items","aria-label":(r=s["aria-label"])!==null&&r!==void 0?r:"breadcrumbs"},f("ol",{key:"2ad3f37c9baffbd9eb8789dc8304dceb6772e0d4"},f("slot",{key:"2bd136c9714401ddf2ea8bc5e3cb783b128ce795"}))),f("ix-dropdown",{key:"ce382ec6bd3590e678a03517b31ec15bb7f2528f",trigger:this.nextButtonRef.waitForCurrent(),enableTopLayer:this.enableTopLayer},(n=this.nextItems)===null||n===void 0?void 0:n.map((l=>f("ix-dropdown-item",{label:l,onClick:c=>{this.nextClick.emit({event:c,item:l})},onItemClick:c=>c.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 y5=ue(class extends ae{constructor(e){super(),e!==!1&&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(this.type!=="submit")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(){this.type!=="submit"||!this.submitButtonElement||this.disabled||this.loading||this.submitButtonElement.click()}setFocus(){var e;(e=this.hostElement.shadowRoot.querySelector(this.href?"a":"button"))===null||e===void 0||e.focus()}render(){return f(de,{key:"d59ad1ad7693982ea33b27383a41edfca9a59430",class:{disabled:this.disabled||this.loading}},f(yi,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}),f("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 lv(){typeof customElements<"u"&&["ix-button","ix-spinner"].forEach((e=>{switch(e){case"ix-button":customElements.get(e)||customElements.define(e,y5);break;case"ix-spinner":customElements.get(e)||br()}}))}const RO=y5,IO=lv;function DO(e){return e.label?f("div",{class:"CardList_Title"},f("ix-icon-button",{variant:"tertiary",icon:F$,onClick:e.onClick,iconColor:"color-primary",class:{CardList__Title__Button:!0,CardList__Title__Button__Collapsed:e.isCollapsed},"aria-label":e.ariaLabelExpandButton}),f("ix-typography",{class:"CardList_Title__Label",format:"body-lg"},e.label),!e.hideShowAll&&f("ix-button",{class:"CardList__Title__Show__All",variant:"tertiary",onClick:e.onShowAllClick},f("span",null,e.showAllLabel),f("span",null,isNaN(e.showAllCounter)?null:" (".concat(e.showAllCounter,")")))):null}ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.collapseChanged=le(this,"collapseChanged",7),this.showAllClick=le(this,"showAllClick",7),this.showMoreCardClick=le(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(((t,r)=>{if(t instanceof ae){if(r>this.maxVisibleCards-1)return void t.classList.add("display-none");t.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=An((()=>{this.changeVisibilityOfSlotChildren()})),this.observer.observe(this.hostElement.shadowRoot.querySelector(".CardList__Content"),{childList:!0,subtree:!0}),requestAnimationFrame((()=>{this.changeVisibilityOfSlotChildren()}))}shouldHandleOverflow(){return!this.suppressOverflowHandling&&(this.listStyle==="stack"||this.listStyle==="scroll"||void 0)}get listElement(){return this.hostElement.shadowRoot.querySelector(".CardList__Content")}onCardListScroll(){this.detectOverflow()}isShowMoreCardVisible(){return this.suppressOverflowHandling===!1&&this.hasOverflowingElements}getOpacityFromScrollDistance(e){return this.listElement?e===0?0:e>100?1:e/100:0}computeMaskLayer(){return{"--ix-card-list-overflow":"linear-gradient(\n 90deg,\n transparent 0px,\n black ".concat(80*(this.getOpacityFromScrollDistance(this.leftScrollDistance)>0?1:0),"px,\n black calc(100% - ").concat(80*(this.getOpacityFromScrollDistance(this.rightScrollDistance)>0?1:0),"px),\n transparent 100%\n )")}}detectOverflow(){if(!this.listElement)return;const{clientWidth:e,scrollWidth:t,scrollLeft:r}=this.listElement;this.leftScrollDistance=r,this.rightScrollDistance=t-r-e}componentDidLoad(){this.shouldHandleOverflow()&&this.registerOverflowHandler()}disconnectedCallback(){this.observer&&this.observer.disconnect()}render(){return f(de,{key:"37a1bb98b5703b76b6f0f5038561917bef13916b"},f(DO,{key:"8f90c6052259ff8e1bbb377a9fa9cc465c951aab",isCollapsed:this.collapse,label:this.label,showAllLabel:this.i18nShowAll,showAllCounter:this.showAllCount===void 0?this.numberOfAllChildElements:this.showAllCount,onClick:()=>this.onCardListVisibilityToggle(),onShowAllClick:e=>this.onShowAllClick(e),hideShowAll:this.hideShowAll}),f("div",{key:"1d1162c53d8fb1d97dfb4b00ae1c1a5942a0b0f7",class:{CardList__Overflow:!0},style:this.computeMaskLayer()},f("div",{key:"298741cb6e8f1617e9a3ca1f0b49d713c3421977",class:{CardList__Content:!0,CardList__Content__Collapsed:this.collapse,CardList__Style__Flexbox__Scroll:this.listStyle==="stack",CardList__Style__Infinite__Scroll:this.listStyle==="scroll"},onScroll:()=>this.onCardListScroll()},f("slot",{key:"abccd55d11dae4c83b6d7dcdabc77aec0a2f7b32",onSlotchange:()=>this.changeVisibilityOfSlotChildren()}),this.isShowMoreCardVisible()?f("ix-card",{class:{Show__All__Card:!0},onClick:e=>this.showMoreCardClick.emit({nativeEvent:e})},f("ix-card-content",null,f("div",{class:"Show__All__Card__Content"},f("ix-icon",{name:z2,size:"32",class:"Show__All__Card__Icon"}),f("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 MO=class{hasCategory(){return this.category!==void 0}constructor(t,r){this.token=t,this.category=r}};var wr;(function(e){e.EQUAL="Equal",e.NOT_EQUAL="Not equal"})(wr||(wr={}));ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.categoryChanged=le(this,"categoryChanged",7),this.inputChanged=le(this,"inputChanged",7),this.filterChanged=le(this,"filterChanged",7),this.filterCleared=le(this,"filterCleared",7),this.ID_CUSTOM_FILTER_VALUE="CW_CUSTOM_FILTER_VALUE",this.textInput=Ae(),this.showDropdown=!1,this.hasFocus=!1,this.categoryLogicalOperator=wr.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,r,n;this.inputValue=(r=(t=(e=this.textInput)===null||e===void 0?void 0:e.current)===null||t===void 0?void 0:t.value)!==null&&r!==void 0?r:"";const s=new MO(this.inputValue,this.category);this.inputChanged.emit(s),!((n=this.dropdown)===null||n===void 0)&&n.show||this.openDropdown()}componentWillLoad(){this.a11yAttributes=Ar(this.hostElement)}componentDidLoad(){var e;setTimeout((()=>{this.filterState!==void 0&&this.setFilterState(this.filterState)})),this.formElement!==void 0&&(this.formKeyDownListener=Cr(this.formElement,"keydown",(t=>this.handleFormElementKeyDown(t))),this.preventDefaultListener=Cr(this.formElement,"submit",this.preventDefault)),((e=this.textInput)===null||e===void 0?void 0:e.current)!=null?(this.inputKeyDownListener=Cr(this.textInput.current,"keydown",(t=>this.handleInputElementKeyDown(t))),this.focusInListener=Cr(this.textInput.current,"focusin",(()=>this.onFocusIn())),this.focusOutListener=Cr(this.textInput.current,"focusout",(()=>this.onFocusOut())),this.inputListener=Cr(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,r,n;switch(e.code){case"Enter":case"NumpadEnter":if(!(!((t=document.activeElement)===null||t===void 0)&&t.classList.contains("dropdown-item")))return;const s=document.activeElement.getAttribute("data-id");if(s===null)break;this.hasCategorySelection()?this.category!==""?(this.addToken(s,this.category),(n=(r=this.textInput)===null||r===void 0?void 0:r.current)===null||n===void 0||n.focus()):document.activeElement.classList.contains("category-item-id")&&this.selectCategory(s):this.addToken(s),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=(e=document.activeElement)===null||e===void 0?void 0:e.previousSibling;t instanceof ae&&t.focus()}focusNextItem(){var e;const t=(e=document.activeElement)===null||e===void 0?void 0:e.nextSibling;t instanceof ae&&t.focus()}focusElement(e){const t=this.hostElement.shadowRoot.querySelector(e);return t instanceof ae&&(t.focus(),!0)}onArrowDown(e){var t;(this.focusElement(".category-item-"+(this.category!==""?"value":"id"))||!((t=this.suggestions)===null||t===void 0)&&t.length&&this.focusElement(".category-item"))&&e.stopPropagation()}handleInputElementKeyDown(e){var t,r;switch(e.code){case"ArrowDown":this.onArrowDown(e);break;case"Backspace":if(((r=(t=this.textInput)===null||t===void 0?void 0:t.current)===null||r===void 0?void 0:r.value)!=="")return;if(this.category!=="")return void(this.category="");const n=this.filterTokens.length;n>0&&this.removeToken(n-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((r=>r.id===this.ID_CUSTOM_FILTER_VALUE)).map((r=>r.value)),t=this.filterTokens.filter((r=>r.id!==this.ID_CUSTOM_FILTER_VALUE));this.filterChanged.emit({tokens:e,categories:t})}addToken(e,t=this.ID_CUSTOM_FILTER_VALUE,r=this.categoryLogicalOperator,n=!0){var s;if(e==null)return;const l=e.trim();l!==""&&(this.hasToken(l)||(this.filterTokens=[...this.filterTokens,{id:t,value:l,operator:r}],!((s=this.textInput)===null||s===void 0)&&s.current&&(this.textInput.current.value=""),this.inputValue="",this.categoryLogicalOperator=wr.EQUAL,this.category!==""&&(this.category=""),this.isScrollStateDirty=!0,n&&this.emitFilterEvent()))}removeToken(e){this.filterTokens=this.filterTokens.filter(((t,r)=>r!==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,r,n;this.category=e,!((t=this.textInput)===null||t===void 0)&&t.current&&(this.textInput.current.value=""),this.inputValue="",(n=(r=this.textInput)===null||r===void 0?void 0:r.current)===null||n===void 0||n.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 r=t.value===e;return!!r&&(this.category!==""?this.category===t.id:t.id?t.id===this.ID_CUSTOM_FILTER_VALUE:r)}))}filterDuplicateTokens(e){return!this.hasToken(e)}filterByInput(e){return this.inputValue===void 0||this.inputValue===""||e.toLowerCase().indexOf(this.inputValue.toLowerCase())!==-1}toggleCategoryOperator(){switch(this.categoryLogicalOperator){case wr.EQUAL:this.categoryLogicalOperator=wr.NOT_EQUAL;break;case wr.NOT_EQUAL:this.categoryLogicalOperator=wr.EQUAL}}getFilterChipLabel(e){var t,r,n,s,l;return e.id===this.ID_CUSTOM_FILTER_VALUE?e.value:"".concat((l=(n=(r=(t=this.categories)===null||t===void 0?void 0:t[e.id])===null||r===void 0?void 0:r.label)!==null&&n!==void 0?n:(s=this.nonSelectableCategories)===null||s===void 0?void 0:s[e.id])!==null&&l!==void 0?l:e.id," ").concat(e.operator===wr.EQUAL?"=":"!="," ").concat(e.value)}getFilteredSuggestions(){var e,t;return!((e=this.suggestions)===null||e===void 0)&&e.length?(t=this.suggestions)===null||t===void 0?void 0:t.filter((r=>this.filterByInput(r))).filter((r=>this.filterDuplicateTokens(r))):[]}hasCategorySelection(){return this.categories!==void 0}renderPlainSuggestions(){return f("div",{class:"dropdown-item-container"},this.getFilteredSuggestions().map((e=>f("button",{class:"dropdown-item","data-id":e,onClick:()=>{var t,r;this.addToken(e),(r=(t=this.textInput)===null||t===void 0?void 0:t.current)===null||r===void 0||r.focus()},key:e,title:e},e))))}renderOperatorButton(){return this.staticOperator?"":f(yi,Object.assign({},{type:"button",variant:"subtle-tertiary",iconOnly:!0,iconOval:!1,selected:!1,disabled:this.disabled||this.staticOperator!==void 0,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===wr.NOT_EQUAL?"=":"!=")}getFilterOperatorString(){let e;return e=this.staticOperator!==void 0?this.staticOperator:this.categoryLogicalOperator,(e===wr.EQUAL?"=":"!=")+" "}renderCategoryValues(){var e,t;if(this.categories!==void 0)return f("div",{class:"dropdown-item-container"},this.renderOperatorButton(),f("div",{class:"dropdown-header"},(e=this.categories[this.category])===null||e===void 0?void 0:e.label),(t=this.categories[this.category])===null||t===void 0?void 0:t.options.filter((r=>this.filterByInput(r))).filter((r=>this.filterDuplicateTokens(r))).map((r=>f("button",{class:"dropdown-item category-item-value","data-id":r,title:r,key:r,onClick:n=>{var s,l;n.preventDefault(),this.addToken(r,this.category),(l=(s=this.textInput)===null||s===void 0?void 0:s.current)===null||l===void 0||l.focus()}},"".concat(this.getFilterOperatorString()," ").concat(r)))))}renderDropdownContent(){return this.hasCategorySelection()?this.category!==""?this.renderCategoryValues():this.renderCategorySelection():this.renderPlainSuggestions()}renderCategorySelection(){var e;return f("div",{class:"dropdown-item-container"},(e=this.getCategoryIds())===null||e===void 0?void 0:e.filter((t=>this.categories&&this.filterByInput(this.categories[t].label))).filter((t=>this.filterMultiples(t))).map((t=>{var r,n,s,l;return f("button",{class:"dropdown-item category-item category-item-id","data-id":t,title:(n=(r=this.categories)===null||r===void 0?void 0:r[t])===null||n===void 0?void 0:n.label,key:t,onClick:c=>{c.preventDefault(),this.selectCategory(t)},tabindex:"0"},(l=(s=this.categories)===null||s===void 0?void 0:s[t])===null||l===void 0?void 0:l.label)})))}getDropdownHeader(){return this.categories!==void 0?this.category!==""?void 0:this.labelCategories:this.i18nPlainText}componentDidRender(){var e,t;this.isScrollStateDirty&&((t=(e=this.textInput)===null||e===void 0?void 0:e.current)===null||t===void 0||t.scrollIntoView(),this.isScrollStateDirty=!1)}disconnectedCallback(){var e;this.preventDefaultListener&&this.preventDefaultListener(),this.formKeyDownListener&&this.formKeyDownListener(),this.inputKeyDownListener&&((e=this.inputKeyDownListener)===null||e===void 0||e.call(this)),this.focusInListener&&this.focusInListener(),this.focusOutListener&&this.focusOutListener(),this.inputListener&&this.inputListener()}getResetButton(){return f("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:_2,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,r;return f(de,{key:"c9e7bdba1b9a6c9c368ff11d40ccf41883cc7d6d"},f("form",{key:"1201a3a234a4c1c49f7897f1461dc9dcc7974c08",ref:n=>this.formElement=n},f("div",{key:"f6330fac3e425656ec2e3c1511edd822c091829e","read-only":this.readonly,class:{"input-container":!0,disabled:this.disabled,focus:this.hasFocus,readonly:this.readonly,"no-icon":this.hideIcon}},f("ix-icon",{key:"dd3ba3a48b05fc1ac46e631c133fc58c0bd8b5bc",color:this.getIconColor(),class:{"display-none":this.hideIcon},name:(e=this.icon)!==null&&e!==void 0?e:A2,size:"16"}),f("div",{key:"cb89410ee85d600ba5eb8708f635f1fb7324673d",class:"token-container"},f("div",{key:"b8b053df9ef5d6ac9db6a0e0c39d231943f7a96e",class:"list-unstyled"},this.filterTokens.map(((n,s)=>f("span",{key:""+n,class:{animate__animated:!0,animate__fadein:!0}},f("ix-filter-chip",{disabled:this.disabled,readonly:this.readonly,onClick:l=>l.stopPropagation(),onCloseClick:()=>this.removeToken(s)},this.getFilterChipLabel(n))))),this.categories===void 0?"":f("span",{class:{"category-preview":!0,"display-none":this.category===""}},(t=this.categories[this.category])===null||t===void 0?void 0:t.label),f("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?"":f("ix-dropdown",{show:this.showDropdown,closeBehavior:"outside",offset:{mainAxis:2},anchor:(r=this.textInput)===null||r===void 0?void 0:r.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}]}]);async function _x(e){if(typeof e.isTouched=="function")return e.isTouched()}async function k5(e){if(e.getAssociatedFormElement&&typeof e.getAssociatedFormElement=="function"){const t=await e.getAssociatedFormElement();return!!t&&t.noValidate}return!1}function ua(e,t,r){const n=new MutationObserver(t);return n.observe(e,{subtree:r==null?void 0:r.includeChildren,childList:r==null?void 0:r.includeChildren,attributes:!0,attributeFilter:["class"]}),{destroy(){n.disconnect()}}}function Ja(e,t,r){return e.classList.contains("".concat(t))||!!r&&!!e.querySelector(".".concat(t))}function uu(e,t=!1){return{isInvalid:Ja(e,"ix-invalid",t)||Ja(e,"ix-invalid--validity-invalid",t),isInvalidByRequired:Ja(e,"ix-invalid--required",t),isValid:Ja(e,"ix-valid",t),isInfo:Ja(e,"ix-info",t),isWarning:Ja(e,"ix-warning",t)}}function Rr(e){return(t,r)=>{let n,s;const{componentWillLoad:l,disconnectedCallback:c,connectedCallback:h}=t;t.connectedCallback=function(){const m=Ts(this);return n=async()=>{if(!await k5(m)){if(m.hasValidValue&&typeof m.hasValidValue=="function"){const b=await m.hasValidValue(),g=await _x(m);m.required?m.classList.toggle("ix-invalid--required",!b&&g):m.classList.remove("ix-invalid--required")}if(m.getValidityState&&typeof m.getValidityState=="function"){const b=await m.getValidityState(),g=await _x(m);m.classList.toggle("ix-invalid--validity-patternMismatch",b.patternMismatch),m.classList.toggle("ix-invalid--validity-invalid",!b.valid&&g)}}},m.addEventListener("checkedChange",n),m.addEventListener("valueChange",n),m.addEventListener("ixBlur",n),setTimeout(n),h==null?void 0:h.call(this)},t.componentWillLoad=function(){const m=Ts(this);s=ua(m,(()=>{const g=uu(m,e==null?void 0:e.includeChildren);t[r].call(this,g)}),e);const b=uu(m,e==null?void 0:e.includeChildren);return t[r].call(this,b),l==null?void 0:l.call(this)},t.disconnectedCallback=function(){const m=Ts(this);return m&&s&&(s.destroy(),s=null),m&&n&&(m.removeEventListener("checkedChange",n),m.removeEventListener("valueChange",n),m.removeEventListener("ixBlur",n),n=null),c==null?void 0:c.call(this)}}}function x5(e,t,r){return e?t!=null?t:r:t}const BO=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.isInvalid=!1,this.explicitIsInvalid=void 0,this.htmlForObserver=new MutationObserver((()=>this.checkForInternalState())),this.a11yAttributes={},this.labelRef=Ae()}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=Ar(this.hostElement)}registerHtmlForObserver(){typeof window<"u"&&(this.htmlForObserver&&this.htmlForObserver.disconnect(),this.htmlFor&&this.htmlForObserver.observe(window.document,{childList:!0,subtree:!0}))}async registerControlRefObserver(){if(typeof window<"u"&&(this.controlRefClassObserver&&this.controlRefClassObserver.destroy(),this.controlRef&&!this.htmlFor)){const e=await this.controlRef.waitForCurrent();this.controlRefClassObserver=ua(e,(()=>this.checkForInvalidState(e)))}}registerHtmlForClassObserver(e){this.htmlForClassObserver&&this.htmlForClassObserver.destroy(),this.htmlForClassObserver=ua(e,(()=>this.checkForInvalidState(e)))}checkForInvalidState(e){var t;const r=e.classList.contains("is-invalid")||e.classList.contains("ix-invalid");this.isInvalid=(t=this.explicitIsInvalid)!==null&&t!==void 0?t:r}async checkForInternalState(){if(this.htmlFor){const e=document.getElementById(this.htmlFor);if(e)return typeof e.required=="boolean"&&(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 r=null;r=(e=t)&&"getAssociatedFormElement"in e&&typeof e.getAssociatedFormElement=="function"&&"getNativeInputElement"in e&&typeof e.getNativeInputElement=="function"?await t.getNativeInputElement():t,typeof r.focus=="function"&&r.focus()}}var e;this.controlRef&&(await this.controlRef.waitForCurrent()).focus()}render(){return f(de,{key:"1a8134a30a1b101f6bfd678f905eb88e927e47d6",onClick:()=>this.focusOnClick()},f("label",Object.assign({key:"ef6df6072485fb72ea02a0a9800be3be15e84314",htmlFor:this.htmlFor},this.a11yAttributes,{ref:this.labelRef}),f("ix-typography",{key:"572975edeae54d15932c3b6091ed63dfff8bb231",textColor:this.isInvalid?"alarm":"soft",format:"label"},f("slot",{key:"452847ea7365cefc945bc6166bf2e8fd44d3f530"}),this.required&&f("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 w5(){typeof customElements<"u"&&["ix-field-label","ix-typography"].forEach((e=>{switch(e){case"ix-field-label":customElements.get(e)||customElements.define(e,BO);break;case"ix-typography":customElements.get(e)||go()}}))}function S5({invalidText:e,isInvalid:t,warningText:r,isWarning:n,infoText:s,isInfo:l,validText:c,isValid:h,helperText:m}){return!!(t&&(e!=null&&e.trim())||n&&(r!=null&&r.trim())||l&&(s!=null&&s.trim())||h&&(c!=null&&c.trim())||m!=null&&m.trim())}function ig(e){return S5(e)?e.isInvalid&&e.invalidText&&e.invalidText.trim()!==""?f("ix-typography",{textColor:"alarm",class:"bottom-text"},f("ix-icon",{"aria-hidden":Fe(!!e.invalidText),class:"text-icon invalid",name:Hs,size:"16"}),e.invalidText):e.isWarning&&e.warningText&&e.warningText.trim()!==""?f("ix-typography",{textColor:"std",class:"bottom-text"},f("ix-icon",{"aria-hidden":Fe(!!e.warningText),class:"text-icon warning",name:js,size:"16"}),e.warningText):e.isInfo&&e.infoText&&e.infoText.trim()!==""?f("ix-typography",{textColor:"std",class:"bottom-text"},f("ix-icon",{"aria-hidden":Fe(!!e.infoText),class:"text-icon info",name:Du,size:"16"}),e.infoText):e.isValid&&e.validText&&e.validText.trim()!==""?f("ix-typography",{textColor:"std",class:"bottom-text"},f("ix-icon",{"aria-hidden":Fe(!!e.validText),class:"text-icon valid",name:Ns,size:"16"}),e.validText):e.helperText&&e.helperText.trim()!==""&&f("ix-typography",{class:"bottom-text",textColor:"soft"},e.helperText):null}const HO=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.isInvalid=!1,this.isValid=!1,this.isInfo=!1,this.isWarning=!1,this.showTextAsTooltip=!1,this.required=!1,this.slotRef=Ae()}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 f(de,{key:"531b08942bf31c36043fb3d7cd3af489f2fe83b0"},this.label&&f("div",{key:"49b9ef124fc2d69fb2528585d7b232b2e3d6d4b6",class:"field-top"},f("ix-field-label",{key:"20a089a72de7ee3045c048c19d868ff3b4be2706",required:this.required,htmlFor:this.htmlForLabel,controlRef:this.controlRef,isInvalid:this.isInvalid},this.label)),f("div",{key:"80c8ce58eb73379755757b2cef6b318cdc279b6b",class:{"slot-wrapper":!0},ref:this.slotRef},f("slot",{key:"f41f0681742e9f783092bad7484c851e2b987c99"})),f("div",{key:"9db46e23621d508e08fe87cae69a3698491347dc",class:"field-bottom"},!this.showTextAsTooltip&&f(ig,Object.assign({key:"29802c92675a34cd215740a5df6fae77ed36368f"},e)),f("div",{key:"b94a1cc2acd5f8379e768fda9f222af6cb85f2b7",class:"bottom-right"},f("slot",{key:"3c5ba2d9a6d4671b6fadba6e06455ae229894f94",name:"bottom-right"}))),this.showTextAsTooltip===!0&&S5(e)&&f("ix-tooltip",{key:"890c4a39781fbb14b96660691fd6f6fe96a30e0b",for:this.slotRef.waitForCurrent(),showDelay:500,placement:"bottom"},f(ig,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]}]);function NO(){typeof customElements<"u"&&["ix-field-wrapper","ix-field-label","ix-tooltip","ix-typography"].forEach((e=>{switch(e){case"ix-field-wrapper":customElements.get(e)||customElements.define(e,HO);break;case"ix-field-label":customElements.get(e)||w5();break;case"ix-tooltip":customElements.get(e)||Ad();break;case"ix-typography":customElements.get(e)||go()}}))}const jO=ue(class extends ae{constructor(e){super(),e!==!1&&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=Ae(),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:r,isValid:n,isWarning:s}){this.isInvalid=e||t,this.isInfo=r,this.isValid=n,this.isWarning=s}isTouched(){return Promise.resolve(this.touched)}hasValidValue(){return Promise.resolve(this.checkboxElements.some((e=>e.checked)))}render(){return f(de,{key:"ac1e91fd23038317e1a39b612f67e91d53ba946c",ref:this.groupRef,onIxBlur:()=>this.touched=!0},f("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},f("div",{key:"7ba4ca7e379f49c6234c681a682cb08ec3d44b87",class:{"checkbox-container":!0,"row-layout":this.direction==="row"}},f("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,r,n){var s,l=arguments.length,c=l<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,t,r,n);else for(var h=e.length-1;h>=0;h--)(s=e[h])&&(c=(l<3?s(c):l>3?s(t,r,c):s(t,r))||c);l>3&&c&&Object.defineProperty(t,r,c)})([Rr({includeChildren:!0})],jO.prototype,"onClassFieldUpdate",null);const VO=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.checkedChange=le(this,"checkedChange",7),this.valueChange=le(this,"valueChange",7),this.ixBlur=le(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=Ae((t=>{t.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?(e=this.value)!==null&&e!==void 0?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 f("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},this.indeterminate&&f(wi,null,f("rect",{width:"18",height:"18",fill:"transparent"}),f("rect",{x:"3",y:"8",width:"12",height:"2",fill:"var(--ix-checkbox-check-color)"})),this.checked&&f("path",{d:"M3.65625 8.15625L8.4375 12.9375L14.625 3.9375",stroke:"var(--ix-checkbox-check-color)","stroke-width":"2"}))}render(){return f(de,{key:"f2157c572321b0a34f54f32423ed0c821fc1abfa","aria-checked":Fe(this.checked),"aria-disabled":Fe(this.disabled),role:"checkbox",class:{disabled:this.disabled,checked:this.checked,indeterminate:this.indeterminate},onFocus:()=>this.touched=!0,onBlur:()=>this.ixBlur.emit()},f("label",{key:"131587a06d955e04dc580936004546e930ec9cf8"},f("input",{key:"b8a94c99f540e21c280ba9aeaf35221fa1c9b226","aria-checked":Fe(this.checked),required:this.required,disabled:this.disabled,checked:this.checked,ref:this.inputRef,type:"checkbox",onChange:()=>this.setCheckedState(!this.checked)}),f("button",{key:"6f6c5937801659bacd7d6f5c9256972c33e4194c",disabled:this.disabled,class:{checked:this.checked},onClick:()=>this.setCheckedState(!this.checked)},this.renderCheckmark()),f("ix-typography",{key:"7b33f317ac3757242509d69a25520795906bb158",format:"label",textColor:this.disabled?"weak":"std"},this.label,f("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,r,n){var s,l=arguments.length,c=l<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,t,r,n);else for(var h=e.length-1;h>=0;h--)(s=e[h])&&(c=(l<3?s(c):l>3?s(t,r,c):s(t,r))||c);l>3&&c&&Object.defineProperty(t,r,c)})([Rr()],VO.prototype,"updateClassMappings",null);ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.closeChip=le(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=Ae()}getCloseButton(){return f("div",{class:"close-button-container"},f("ix-icon-button",{type:"button",variant:"subtle-tertiary",icon:X$,class:"close-button",oval:!0,size:"16",style:this.variant==="custom"?{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=typeof this.tooltipText=="string"&&this.tooltipText.trim()?this.tooltipText:(e=this.hostElement.textContent)===null||e===void 0?void 0:e.trim();return f("ix-tooltip",{for:this.containerElementRef.waitForCurrent()},t)}render(){let e={};return this.variant==="custom"&&(e={color:this.chipColor,[this.outline?"borderColor":"backgroundColor"]:this.background}),f(de,{key:"a96f0d68cb019de562e3f4c491af7c746c10261c",tabIndex:"-1",class:{inactive:this.inactive},style:this.variant==="custom"?{"--ix-icon-button-color":this.chipColor}:{}},f("div",{key:"bc4e70fbd0c757d05e35ceeeb8a938695de1ec6e",ref:this.containerElementRef,style:Object.assign({},e),class:{container:!0,outline:this.outline,inactive:this.inactive,alarm:this.variant==="alarm",critical:this.variant==="critical",info:this.variant==="info",neutral:this.variant==="neutral",primary:this.variant==="primary",success:this.variant==="success",warning:this.variant==="warning",custom:this.variant==="custom",closable:this.closable,icon:!!this.icon,centerContent:this.centerContent}},f("div",{key:"88e3b421d1128a4199e32d1c514b36cee2056ba4",class:"content-wrapper"},this.icon&&f("ix-icon",{key:"5730c161e18c55c517fd171bb73d3dcf9136cfb2",class:{"with-icon":!0},name:this.icon,size:"24",style:this.variant==="custom"?{color:this.outline?this.background:this.chipColor}:void 0}),f("span",{key:"e918f71979002937e1a532658b02c004dec79ed1",class:"slot-container"},f("slot",{key:"72e33beeaecb069b2221fd994b7ce93a9ab09501"}))),this.inactive===!1&&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 dv=ue(class C5 extends ae{constructor(t){super(),t!==!1&&this.__registerHost(),this.__attachShadow()}onResize(){fi(this)}getSize(t){return t===""?this.size:t==="sm"?this.sizeSm:t==="md"?this.sizeMd:t==="lg"?this.sizeLg:void 0}getColumnSize(){let t;return C5.Breakpoints.forEach((r=>{if(r!==""&&!Cn(r))return;const n=this.getSize(r);n&&(t=n)})),t}getColumnSizeStyling(){const t=this.getColumnSize();if(!t)return;if(t==="auto")return{flex:"0 0 auto",width:"auto","max-width":"auto"};const r="calc(calc(".concat(t," / var(--ix-layout-grid-columns)) * 100%)");return{flex:"0 0 ".concat(r),width:"".concat(r),"max-width":"".concat(r)}}render(){return f(de,{key:"552bf87dd4905b2cfc67dbda7c33e1edf89a9cf8",style:Object.assign({},this.getColumnSizeStyling())},f("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"]]]);function PO(){typeof customElements<"u"&&["ix-col"].forEach((e=>{e==="ix-col"&&(customElements.get(e)||customElements.define(e,dv))}))}dv.Breakpoints=["","sm","md","lg"];const UO=dv,qO=PO,E5=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.backButtonClick=le(this,"backButtonClick",7),this.variant="primary",this.headerSubtitle=void 0,this.hasBackButton=!1}render(){return f(de,{key:"b422be3706aac399ed76b4c491d61e2da8561b24"},this.hasBackButton?f("ix-icon-button",{class:"backButton",variant:"tertiary",icon:U$,onClick:()=>this.backButtonClick.emit()}):null,f("div",{key:"7606ba97f834f591a78fc2cca74bdaf3b3a09feb",class:"titleGroup"},f("div",{key:"df174e297a1b2075bcab0182a80f626162d1c319",class:"headerTitleRow"},f("ix-typography",{key:"d8ab10dc801306dafe0f3e6e39ed93e0fa162ca1",format:this.variant==="secondary"?"h4":"h3",class:{secondary:this.variant==="secondary",titleOverflow:!0}},this.headerTitle),f("div",{key:"e24d6b450426931aaead3732fa20161bc5aab4e2",class:"headerSlot"},f("slot",{key:"e9a471492f2693fc6abe546d1febbc06834fef1c",name:"header"}))),!!this.headerSubtitle&&f("ix-typography",{key:"5fdb5ebce68a3aae09df3299093bca156468933c",format:"h6","text-color":"soft",class:{subtitle:this.variant==="secondary",titleOverflow:!0},title:this.headerSubtitle},this.headerSubtitle)),f("div",{key:"6648f93246d2e8d79cc2d3e7eae65009d578632c",class:"buttons"},f("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"]}]),FO=E5,ZO=function(){typeof customElements<"u"&&["ix-content-header","ix-icon-button","ix-spinner","ix-typography"].forEach((e=>{switch(e){case"ix-content-header":customElements.get(e)||customElements.define(e,E5);break;case"ix-icon-button":customElements.get(e)||Ci();break;case"ix-spinner":customElements.get(e)||br();break;case"ix-typography":customElements.get(e)||go()}}))},T5=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.isContentHeaderSlotted=!1}get contentHeaderSlot(){return this.hostElement.shadowRoot.querySelector(".content-header slot")}render(){return f(de,{key:"2ca4af3b088beab36b86cb3431f1d1b59fcf8756"},f("div",{key:"04f73ba733dc7fbf57ecf6fdc0afc1fec8249b8e",class:{"content-header":!0,slotted:this.isContentHeaderSlotted}},f("slot",{key:"962e83643e1ebcd86384cae1e7a3632b6f47554e",name:"header",onSlotchange:()=>{this.isContentHeaderSlotted=Zr(this.contentHeaderSlot)}})),f("div",{key:"4315ac1e71743ba30c7b8f592997c662eed392b4",class:"content"},f("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]}]),WO=T5,YO=function(){typeof customElements<"u"&&["ix-content"].forEach((e=>{e==="ix-content"&&(customElements.get(e)||customElements.define(e,T5))}))},XO=ue(class extends ae{constructor(e){super(),e!==!1&&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:r,isWarning:n}){this.isInvalid=e,this.isValid=t,this.isInfo=r,this.isWarning=n}render(){return f(de,{key:"732dae3e5ba3f37b5eac745ce48338cae5397d9e"},f("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},f("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,r,n){var s,l=arguments.length,c=l<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,t,r,n);else for(var h=e.length-1;h>=0;h--)(s=e[h])&&(c=(l<3?s(c):l>3?s(t,r,c):s(t,r))||c);l>3&&c&&Object.defineProperty(t,r,c)})([Rr({includeChildren:!0})],XO.prototype,"updateValidationState",null);let pa=class extends Error{},GO=class extends pa{constructor(t){super("Invalid DateTime: ".concat(t.toMessage()))}},QO=class extends pa{constructor(t){super("Invalid Interval: ".concat(t.toMessage()))}},KO=class extends pa{constructor(t){super("Invalid Duration: ".concat(t.toMessage()))}},ys=class extends pa{},L5=class extends pa{constructor(t){super("Invalid unit ".concat(t))}},$o=class extends pa{},li=class extends pa{constructor(){super("Zone is an abstract class")}};const me="numeric",zr="short",Fo="long",bu={year:me,month:me,day:me},$5={year:me,month:zr,day:me},JO={year:me,month:zr,day:me,weekday:zr},_5={year:me,month:Fo,day:me},O5={year:me,month:Fo,day:me,weekday:Fo},z5={hour:me,minute:me},A5={hour:me,minute:me,second:me},R5={hour:me,minute:me,second:me,timeZoneName:zr},I5={hour:me,minute:me,second:me,timeZoneName:Fo},D5={hour:me,minute:me,hourCycle:"h23"},M5={hour:me,minute:me,second:me,hourCycle:"h23"},B5={hour:me,minute:me,second:me,hourCycle:"h23",timeZoneName:zr},H5={hour:me,minute:me,second:me,hourCycle:"h23",timeZoneName:Fo},N5={year:me,month:me,day:me,hour:me,minute:me},j5={year:me,month:me,day:me,hour:me,minute:me,second:me},V5={year:me,month:zr,day:me,hour:me,minute:me},P5={year:me,month:zr,day:me,hour:me,minute:me,second:me},ez={year:me,month:zr,day:me,weekday:zr,hour:me,minute:me},U5={year:me,month:Fo,day:me,hour:me,minute:me,timeZoneName:zr},q5={year:me,month:Fo,day:me,hour:me,minute:me,second:me,timeZoneName:zr},F5={year:me,month:Fo,day:me,weekday:Fo,hour:me,minute:me,timeZoneName:Fo},Z5={year:me,month:Fo,day:me,weekday:Fo,hour:me,minute:me,second:me,timeZoneName:Fo};class Rd{get type(){throw new li}get name(){throw new li}get ianaName(){return this.name}get isUniversal(){throw new li}offsetName(t,r){throw new li}formatOffset(t,r){throw new li}offset(t){throw new li}equals(t){throw new li}get isValid(){throw new li}}let ep=null;class Vu extends Rd{static get instance(){return ep===null&&(ep=new Vu),ep}get type(){return"system"}get name(){return new Intl.DateTimeFormat().resolvedOptions().timeZone}get isUniversal(){return!1}offsetName(t,{format:r,locale:n}){return o4(t,r,n)}formatOffset(t,r){return kd(this.offset(t),r)}offset(t){return-new Date(t).getTimezoneOffset()}equals(t){return t.type==="system"}get isValid(){return!0}}let gh={};const tz={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6};let vh={};class $n extends Rd{static create(t){return vh[t]||(vh[t]=new $n(t)),vh[t]}static resetCache(){vh={},gh={}}static isValidSpecifier(t){return this.isValidZone(t)}static isValidZone(t){if(!t)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:t}).format(),!0}catch(r){return!1}}constructor(t){super(),this.zoneName=t,this.valid=$n.isValidZone(t)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(t,{format:r,locale:n}){return o4(t,r,n,this.name)}formatOffset(t,r){return kd(this.offset(t),r)}offset(t){const r=new Date(t);if(isNaN(r))return NaN;const n=(gh[s=this.name]||(gh[s]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:s,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"})),gh[s]);var s;let[l,c,h,m,b,g,v]=n.formatToParts?(function(w,L){const E=w.formatToParts(L),_=[];for(let I=0;I<E.length;I++){const{type:A,value:P}=E[I],T=tz[A];A==="era"?_[T]=P:Ee(T)||(_[T]=parseInt(P,10))}return _})(n,r):(function(w,L){const E=w.format(L).replace(/\u200E/g,""),_=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(E),[,I,A,P,T,Y,V,X]=_;return[P,I,A,T,Y,V,X]})(n,r);m==="BC"&&(l=1-Math.abs(l));let y=+r;const x=y%1e3;return y-=x>=0?x:1e3+x,(Pu({year:l,month:c,day:h,hour:b===24?0:b,minute:g,second:v,millisecond:0})-y)/6e4}equals(t){return t.type==="iana"&&t.name===this.name}get isValid(){return this.valid}}let Ox={},ag={};function sg(e,t={}){const r=JSON.stringify([e,t]);let n=ag[r];return n||(n=new Intl.DateTimeFormat(e,t),ag[r]=n),n}let lg={},dg={},yh=null,zx={};function kh(e,t,r,n){const s=e.listingMode();return s==="error"?null:s==="en"?r(t):n(t)}let oz=class{constructor(t,r,n){this.padTo=n.padTo||0,this.floor=n.floor||!1;const{padTo:s,floor:l,...c}=n;if(!r||Object.keys(c).length>0){const h={useGrouping:!1,...n};n.padTo>0&&(h.minimumIntegerDigits=n.padTo),this.inf=(function(m,b={}){const g=JSON.stringify([m,b]);let v=lg[g];return v||(v=new Intl.NumberFormat(m,b),lg[g]=v),v})(t,h)}}format(t){if(this.inf){const r=this.floor?Math.floor(t):t;return this.inf.format(r)}return At(this.floor?Math.floor(t):bv(t,3),this.padTo)}},rz=class{constructor(t,r,n){let s;if(this.opts=n,this.originalZone=void 0,this.opts.timeZone)this.dt=t;else if(t.zone.type==="fixed"){const c=t.offset/60*-1,h=c>=0?"Etc/GMT+".concat(c):"Etc/GMT".concat(c);t.offset!==0&&$n.create(h).valid?(s=h,this.dt=t):(s="UTC",this.dt=t.offset===0?t:t.setZone("UTC").plus({minutes:t.offset}),this.originalZone=t.zone)}else t.zone.type==="system"?this.dt=t:t.zone.type==="iana"?(this.dt=t,s=t.zone.name):(s="UTC",this.dt=t.setZone("UTC").plus({minutes:t.offset}),this.originalZone=t.zone);const l={...this.opts};l.timeZone=l.timeZone||s,this.dtf=sg(r,l)}format(){return this.originalZone?this.formatToParts().map((({value:t})=>t)).join(""):this.dtf.format(this.dt.toJSDate())}formatToParts(){const t=this.dtf.formatToParts(this.dt.toJSDate());return this.originalZone?t.map((r=>{if(r.type==="timeZoneName"){const n=this.originalZone.offsetName(this.dt.ts,{locale:this.dt.locale,format:this.opts.timeZoneName});return{...r,value:n}}return r})):t}resolvedOptions(){return this.dtf.resolvedOptions()}},nz=class{constructor(t,r,n){this.opts={style:"long",...n},!r&&J5()&&(this.rtf=(function(s,l={}){const{base:c,...h}=l,m=JSON.stringify([s,h]);let b=dg[m];return b||(b=new Intl.RelativeTimeFormat(s,l),dg[m]=b),b})(t,n))}format(t,r){return this.rtf?this.rtf.format(t,r):(function(n,s,l="always",c=!1){const h={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."]},m=["hours","minutes","seconds"].indexOf(n)===-1;if(l==="auto"&&m){const w=n==="days";switch(s){case 1:return w?"tomorrow":"next ".concat(h[n][0]);case-1:return w?"yesterday":"last ".concat(h[n][0]);case 0:return w?"today":"this ".concat(h[n][0])}}const b=Object.is(s,-0)||s<0,g=Math.abs(s),v=g===1,y=h[n],x=c?v?y[1]:y[2]||y[1]:v?h[n][0]:n;return b?"".concat(g," ").concat(x," ago"):"in ".concat(g," ").concat(x)})(r,t,this.opts.numeric,this.opts.style!=="long")}formatToParts(t,r){return this.rtf?this.rtf.formatToParts(t,r):[]}};const iz={firstDay:1,minimalDays:4,weekend:[6,7]};class ot{static fromOpts(t){return ot.create(t.locale,t.numberingSystem,t.outputCalendar,t.weekSettings,t.defaultToEN)}static create(t,r,n,s,l=!1){const c=t||Lt.defaultLocale,h=c||(l?"en-US":yh||(yh=new Intl.DateTimeFormat().resolvedOptions().locale,yh)),m=r||Lt.defaultNumberingSystem,b=n||Lt.defaultOutputCalendar,g=cg(s)||Lt.defaultWeekSettings;return new ot(h,m,b,g,c)}static resetCache(){yh=null,ag={},lg={},dg={}}static fromObject({locale:t,numberingSystem:r,outputCalendar:n,weekSettings:s}={}){return ot.create(t,r,n,s)}constructor(t,r,n,s,l){const[c,h,m]=(function(b){const g=b.indexOf("-x-");g!==-1&&(b=b.substring(0,g));const v=b.indexOf("-u-");if(v===-1)return[b];{let y,x;try{y=sg(b).resolvedOptions(),x=b}catch(E){const _=b.substring(0,v);y=sg(_).resolvedOptions(),x=_}const{numberingSystem:w,calendar:L}=y;return[x,w,L]}})(t);this.locale=c,this.numberingSystem=r||h||null,this.outputCalendar=n||m||null,this.weekSettings=s,this.intl=(function(b,g,v){return(v||g)&&(b.includes("-u-")||(b+="-u"),v&&(b+="-ca-".concat(v)),g&&(b+="-nu-".concat(g))),b})(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=l,this.fastNumbersCached=null}get fastNumbers(){var t;return this.fastNumbersCached==null&&(this.fastNumbersCached=(!(t=this).numberingSystem||t.numberingSystem==="latn")&&(t.numberingSystem==="latn"||!t.locale||t.locale.startsWith("en")||new Intl.DateTimeFormat(t.intl).resolvedOptions().numberingSystem==="latn")),this.fastNumbersCached}listingMode(){return this.isEnglish()&&!(this.numberingSystem!==null&&this.numberingSystem!=="latn"||this.outputCalendar!==null&&this.outputCalendar!=="gregory")?"en":"intl"}clone(t){return t&&Object.getOwnPropertyNames(t).length!==0?ot.create(t.locale||this.specifiedLocale,t.numberingSystem||this.numberingSystem,t.outputCalendar||this.outputCalendar,cg(t.weekSettings)||this.weekSettings,t.defaultToEN||!1):this}redefaultToEN(t={}){return this.clone({...t,defaultToEN:!0})}redefaultToSystem(t={}){return this.clone({...t,defaultToEN:!1})}months(t,r=!1){return kh(this,t,i4,(()=>{const n=r?{month:t,day:"numeric"}:{month:t},s=r?"format":"standalone";return this.monthsCache[s][t]||(this.monthsCache[s][t]=(function(l){const c=[];for(let h=1;h<=12;h++){const m=Ce.utc(2009,h,1);c.push(l(m))}return c})((l=>this.extract(l,n,"month")))),this.monthsCache[s][t]}))}weekdays(t,r=!1){return kh(this,t,l4,(()=>{const n=r?{weekday:t,year:"numeric",month:"long",day:"numeric"}:{weekday:t},s=r?"format":"standalone";return this.weekdaysCache[s][t]||(this.weekdaysCache[s][t]=(function(l){const c=[];for(let h=1;h<=7;h++){const m=Ce.utc(2016,11,13+h);c.push(l(m))}return c})((l=>this.extract(l,n,"weekday")))),this.weekdaysCache[s][t]}))}meridiems(){return kh(this,void 0,(()=>d4),(()=>{if(!this.meridiemCache){const t={hour:"numeric",hourCycle:"h12"};this.meridiemCache=[Ce.utc(2016,11,13,9),Ce.utc(2016,11,13,19)].map((r=>this.extract(r,t,"dayperiod")))}return this.meridiemCache}))}eras(t){return kh(this,t,c4,(()=>{const r={era:t};return this.eraCache[t]||(this.eraCache[t]=[Ce.utc(-40,1,1),Ce.utc(2017,1,1)].map((n=>this.extract(n,r,"era")))),this.eraCache[t]}))}extract(t,r,n){const s=this.dtFormatter(t,r).formatToParts().find((l=>l.type.toLowerCase()===n));return s?s.value:null}numberFormatter(t={}){return new oz(this.intl,t.forceSimple||this.fastNumbers,t)}dtFormatter(t,r={}){return new rz(t,this.intl,r)}relFormatter(t={}){return new nz(this.intl,this.isEnglish(),t)}listFormatter(t={}){return(function(r,n={}){const s=JSON.stringify([r,n]);let l=Ox[s];return l||(l=new Intl.ListFormat(r,n),Ox[s]=l),l})(this.intl,t)}isEnglish(){return this.locale==="en"||this.locale.toLowerCase()==="en-us"||new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")}getWeekSettings(){return this.weekSettings?this.weekSettings:e4()?(function(t){let r=zx[t];if(!r){const n=new Intl.Locale(t);r="getWeekInfo"in n?n.getWeekInfo():n.weekInfo,zx[t]=r}return r})(this.locale):iz}getStartOfWeek(){return this.getWeekSettings().firstDay}getMinDaysInFirstWeek(){return this.getWeekSettings().minimalDays}getWeekendDays(){return this.getWeekSettings().weekend}equals(t){return this.locale===t.locale&&this.numberingSystem===t.numberingSystem&&this.outputCalendar===t.outputCalendar}}let tp=null;class po extends Rd{static get utcInstance(){return tp===null&&(tp=new po(0)),tp}static instance(t){return t===0?po.utcInstance:new po(t)}static parseSpecifier(t){if(t){const r=t.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(r)return new po(Uu(r[1],r[2]))}return null}constructor(t){super(),this.fixed=t}get type(){return"fixed"}get name(){return this.fixed===0?"UTC":"UTC".concat(kd(this.fixed,"narrow"))}get ianaName(){return this.fixed===0?"Etc/UTC":"Etc/GMT".concat(kd(-this.fixed,"narrow"))}offsetName(){return this.name}formatOffset(t,r){return kd(this.fixed,r)}get isUniversal(){return!0}offset(){return this.fixed}equals(t){return t.type==="fixed"&&t.fixed===this.fixed}get isValid(){return!0}}class az extends Rd{constructor(t){super(),this.zoneName=t}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 ui(e,t){if(Ee(e)||e===null)return t;if(e instanceof Rd)return e;if(typeof e=="string"){const r=e.toLowerCase();return r==="default"?t:r==="local"||r==="system"?Vu.instance:r==="utc"||r==="gmt"?po.utcInstance:po.parseSpecifier(r)||$n.create(e)}return oa(e)?po.instance(e):typeof e=="object"&&"offset"in e&&typeof e.offset=="function"?e:new az(e)}let Ax,Rx=()=>Date.now(),Ix="system",Dx=null,Mx=null,Bx=null,Hx=60,Nx=null;class Lt{static get now(){return Rx}static set now(t){Rx=t}static set defaultZone(t){Ix=t}static get defaultZone(){return ui(Ix,Vu.instance)}static get defaultLocale(){return Dx}static set defaultLocale(t){Dx=t}static get defaultNumberingSystem(){return Mx}static set defaultNumberingSystem(t){Mx=t}static get defaultOutputCalendar(){return Bx}static set defaultOutputCalendar(t){Bx=t}static get defaultWeekSettings(){return Nx}static set defaultWeekSettings(t){Nx=cg(t)}static get twoDigitCutoffYear(){return Hx}static set twoDigitCutoffYear(t){Hx=t%100}static get throwOnInvalid(){return Ax}static set throwOnInvalid(t){Ax=t}static resetCaches(){ot.resetCache(),$n.resetCache()}}class Lr{constructor(t,r){this.reason=t,this.explanation=r}toMessage(){return this.explanation?"".concat(this.reason,": ").concat(this.explanation):this.reason}}const W5=[0,31,59,90,120,151,181,212,243,273,304,334],Y5=[0,31,60,91,121,152,182,213,244,274,305,335];function cr(e,t){return new Lr("unit out of range","you specified ".concat(t," (of type ").concat(typeof t,") as a ").concat(e,", which is invalid"))}function cv(e,t,r){const n=new Date(Date.UTC(e,t-1,r));e<100&&e>=0&&n.setUTCFullYear(n.getUTCFullYear()-1900);const s=n.getUTCDay();return s===0?7:s}function X5(e,t,r){return r+(Id(e)?Y5:W5)[t-1]}function G5(e,t){const r=Id(e)?Y5:W5,n=r.findIndex((s=>s<t));return{month:n+1,day:t-r[n]}}function hv(e,t){return(e-t+7)%7+1}function mu(e,t=4,r=1){const{year:n,month:s,day:l}=e,c=X5(n,s,l),h=hv(cv(n,s,l),r);let m,b=Math.floor((c-h+14-t)/7);return b<1?(m=n-1,b=yd(m,t,r)):b>yd(n,t,r)?(m=n+1,b=1):m=n,{weekYear:m,weekNumber:b,weekday:h,...qu(e)}}function jx(e,t=4,r=1){const{weekYear:n,weekNumber:s,weekday:l}=e,c=hv(cv(n,1,t),r),h=Rs(n);let m,b=7*s+l-c-7+t;b<1?(m=n-1,b+=Rs(m)):b>h?(m=n+1,b-=Rs(n)):m=n;const{month:g,day:v}=G5(m,b);return{year:m,month:g,day:v,...qu(e)}}function op(e){const{year:t,month:r,day:n}=e;return{year:t,ordinal:X5(t,r,n),...qu(e)}}function Vx(e){const{year:t,ordinal:r}=e,{month:n,day:s}=G5(t,r);return{year:t,month:n,day:s,...qu(e)}}function Px(e,t){if(!Ee(e.localWeekday)||!Ee(e.localWeekNumber)||!Ee(e.localWeekYear)){if(!Ee(e.weekday)||!Ee(e.weekNumber)||!Ee(e.weekYear))throw new ys("Cannot mix locale-based week fields with ISO-based week fields");return Ee(e.localWeekday)||(e.weekday=e.localWeekday),Ee(e.localWeekNumber)||(e.weekNumber=e.localWeekNumber),Ee(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 Q5(e){const t=fu(e.year),r=hr(e.month,1,12),n=hr(e.day,1,pu(e.year,e.month));return t?r?!n&&cr("day",e.day):cr("month",e.month):cr("year",e.year)}function K5(e){const{hour:t,minute:r,second:n,millisecond:s}=e,l=hr(t,0,23)||t===24&&r===0&&n===0&&s===0,c=hr(r,0,59),h=hr(n,0,59),m=hr(s,0,999);return l?c?h?!m&&cr("millisecond",s):cr("second",n):cr("minute",r):cr("hour",t)}function Ee(e){return e===void 0}function oa(e){return typeof e=="number"}function fu(e){return typeof e=="number"&&e%1==0}function J5(){try{return typeof Intl<"u"&&!!Intl.RelativeTimeFormat}catch(e){return!1}}function e4(){try{return typeof Intl<"u"&&!!Intl.Locale&&("weekInfo"in Intl.Locale.prototype||"getWeekInfo"in Intl.Locale.prototype)}catch(e){return!1}}function Ux(e,t,r){if(e.length!==0)return e.reduce(((n,s)=>{const l=[t(s),s];return n&&r(n[0],l[0])===n[0]?n:l}),null)[1]}function As(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function cg(e){if(e==null)return null;if(typeof e!="object")throw new $o("Week settings must be an object");if(!hr(e.firstDay,1,7)||!hr(e.minimalDays,1,7)||!Array.isArray(e.weekend)||e.weekend.some((t=>!hr(t,1,7))))throw new $o("Invalid week settings");return{firstDay:e.firstDay,minimalDays:e.minimalDays,weekend:Array.from(e.weekend)}}function hr(e,t,r){return fu(e)&&e>=t&&e<=r}function At(e,t=2){let r;return r=e<0?"-"+(""+-e).padStart(t,"0"):(""+e).padStart(t,"0"),r}function hi(e){return Ee(e)||e===null||e===""?void 0:parseInt(e,10)}function Wi(e){return Ee(e)||e===null||e===""?void 0:parseFloat(e)}function uv(e){if(!Ee(e)&&e!==null&&e!==""){const t=1e3*parseFloat("0."+e);return Math.floor(t)}}function bv(e,t,r=!1){const n=10**t;return(r?Math.trunc:Math.round)(e*n)/n}function Id(e){return e%4==0&&(e%100!=0||e%400==0)}function Rs(e){return Id(e)?366:365}function pu(e,t){const r=(n=t-1)-12*Math.floor(n/12)+1;var n;return r===2?Id(e+(t-r)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][r-1]}function Pu(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 qx(e,t,r){return-hv(cv(e,1,t),r)+t-1}function yd(e,t=4,r=1){const n=qx(e,t,r),s=qx(e+1,t,r);return(Rs(e)-n+s)/7}function t4(e){return e>99?e:e>Lt.twoDigitCutoffYear?1900+e:2e3+e}function o4(e,t,r,n=null){const s=new Date(e),l={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};n&&(l.timeZone=n);const c={timeZoneName:t,...l},h=new Intl.DateTimeFormat(r,c).formatToParts(s).find((m=>m.type.toLowerCase()==="timezonename"));return h?h.value:null}function Uu(e,t){let r=parseInt(e,10);Number.isNaN(r)&&(r=0);const n=parseInt(t,10)||0;return 60*r+(r<0||Object.is(r,-0)?-n:n)}function r4(e){const t=Number(e);if(typeof e=="boolean"||e===""||Number.isNaN(t))throw new $o("Invalid unit value ".concat(e));return t}function gu(e,t){const r={};for(const n in e)if(As(e,n)){const s=e[n];if(s==null)continue;r[t(n)]=r4(s)}return r}function kd(e,t){const r=Math.trunc(Math.abs(e/60)),n=Math.trunc(Math.abs(e%60)),s=e>=0?"+":"-";switch(t){case"short":return"".concat(s).concat(At(r,2),":").concat(At(n,2));case"narrow":return"".concat(s).concat(r).concat(n>0?":".concat(n):"");case"techie":return"".concat(s).concat(At(r,2)).concat(At(n,2));default:throw new RangeError("Value format ".concat(t," is out of range for property format"))}}function qu(e){return(function(t){return["hour","minute","second","millisecond"].reduce(((r,n)=>(r[n]=t[n],r)),{})})(e)}const sz=["January","February","March","April","May","June","July","August","September","October","November","December"],n4=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],lz=["J","F","M","A","M","J","J","A","S","O","N","D"];function i4(e){switch(e){case"narrow":return[...lz];case"short":return[...n4];case"long":return[...sz];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 a4=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],s4=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],dz=["M","T","W","T","F","S","S"];function l4(e){switch(e){case"narrow":return[...dz];case"short":return[...s4];case"long":return[...a4];case"numeric":return["1","2","3","4","5","6","7"];default:return null}}const d4=["AM","PM"],cz=["Before Christ","Anno Domini"],hz=["BC","AD"],uz=["B","A"];function c4(e){switch(e){case"narrow":return[...uz];case"short":return[...hz];case"long":return[...cz];default:return null}}function Fx(e,t){let r="";for(const n of e)r+=n.literal?n.val:t(n.val);return r}const bz={D:bu,DD:$5,DDD:_5,DDDD:O5,t:z5,tt:A5,ttt:R5,tttt:I5,T:D5,TT:M5,TTT:B5,TTTT:H5,f:N5,ff:V5,fff:U5,ffff:F5,F:j5,FF:P5,FFF:q5,FFFF:Z5};class so{static create(t,r={}){return new so(t,r)}static parseFormat(t){let r=null,n="",s=!1;const l=[];for(let c=0;c<t.length;c++){const h=t.charAt(c);h==="'"?(n.length>0&&l.push({literal:s||/^\s+$/.test(n),val:n}),r=null,n="",s=!s):s||h===r?n+=h:(n.length>0&&l.push({literal:/^\s+$/.test(n),val:n}),n=h,r=h)}return n.length>0&&l.push({literal:s||/^\s+$/.test(n),val:n}),l}static macroTokenToFormatOpts(t){return bz[t]}constructor(t,r){this.opts=r,this.loc=t,this.systemLoc=null}formatWithSystemDefault(t,r){return this.systemLoc===null&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(t,{...this.opts,...r}).format()}dtFormatter(t,r={}){return this.loc.dtFormatter(t,{...this.opts,...r})}formatDateTime(t,r){return this.dtFormatter(t,r).format()}formatDateTimeParts(t,r){return this.dtFormatter(t,r).formatToParts()}formatInterval(t,r){return this.dtFormatter(t.start,r).dtf.formatRange(t.start.toJSDate(),t.end.toJSDate())}resolvedOptions(t,r){return this.dtFormatter(t,r).resolvedOptions()}num(t,r=0){if(this.opts.forceSimple)return At(t,r);const n={...this.opts};return r>0&&(n.padTo=r),this.loc.numberFormatter(n).format(t)}formatDateTimeFromString(t,r){const n=this.loc.listingMode()==="en",s=this.loc.outputCalendar&&this.loc.outputCalendar!=="gregory",l=(v,y)=>this.loc.extract(t,v,y),c=v=>t.isOffsetFixed&&t.offset===0&&v.allowZ?"Z":t.isValid?t.zone.formatOffset(t.ts,v.format):"",h=(v,y)=>n?(function(x,w){return i4(w)[x.month-1]})(t,v):l(y?{month:v}:{month:v,day:"numeric"},"month"),m=(v,y)=>n?(function(x,w){return l4(w)[x.weekday-1]})(t,v):l(y?{weekday:v}:{weekday:v,month:"long",day:"numeric"},"weekday"),b=v=>{const y=so.macroTokenToFormatOpts(v);return y?this.formatWithSystemDefault(t,y):v},g=v=>n?(function(y,x){return c4(x)[y.year<0?0:1]})(t,v):l({era:v},"era");return Fx(so.parseFormat(r),(v=>{switch(v){case"S":return this.num(t.millisecond);case"u":case"SSS":return this.num(t.millisecond,3);case"s":return this.num(t.second);case"ss":return this.num(t.second,2);case"uu":return this.num(Math.floor(t.millisecond/10),2);case"uuu":return this.num(Math.floor(t.millisecond/100));case"m":return this.num(t.minute);case"mm":return this.num(t.minute,2);case"h":return this.num(t.hour%12==0?12:t.hour%12);case"hh":return this.num(t.hour%12==0?12:t.hour%12,2);case"H":return this.num(t.hour);case"HH":return this.num(t.hour,2);case"Z":return c({format:"narrow",allowZ:this.opts.allowZ});case"ZZ":return c({format:"short",allowZ:this.opts.allowZ});case"ZZZ":return c({format:"techie",allowZ:this.opts.allowZ});case"ZZZZ":return t.zone.offsetName(t.ts,{format:"short",locale:this.loc.locale});case"ZZZZZ":return t.zone.offsetName(t.ts,{format:"long",locale:this.loc.locale});case"z":return t.zoneName;case"a":return n?(function(y){return d4[y.hour<12?0:1]})(t):l({hour:"numeric",hourCycle:"h12"},"dayperiod");case"d":return s?l({day:"numeric"},"day"):this.num(t.day);case"dd":return s?l({day:"2-digit"},"day"):this.num(t.day,2);case"c":case"E":return this.num(t.weekday);case"ccc":return m("short",!0);case"cccc":return m("long",!0);case"ccccc":return m("narrow",!0);case"EEE":return m("short",!1);case"EEEE":return m("long",!1);case"EEEEE":return m("narrow",!1);case"L":return s?l({month:"numeric",day:"numeric"},"month"):this.num(t.month);case"LL":return s?l({month:"2-digit",day:"numeric"},"month"):this.num(t.month,2);case"LLL":return h("short",!0);case"LLLL":return h("long",!0);case"LLLLL":return h("narrow",!0);case"M":return s?l({month:"numeric"},"month"):this.num(t.month);case"MM":return s?l({month:"2-digit"},"month"):this.num(t.month,2);case"MMM":return h("short",!1);case"MMMM":return h("long",!1);case"MMMMM":return h("narrow",!1);case"y":return s?l({year:"numeric"},"year"):this.num(t.year);case"yy":return s?l({year:"2-digit"},"year"):this.num(t.year.toString().slice(-2),2);case"yyyy":return s?l({year:"numeric"},"year"):this.num(t.year,4);case"yyyyyy":return s?l({year:"numeric"},"year"):this.num(t.year,6);case"G":return g("short");case"GG":return g("long");case"GGGGG":return g("narrow");case"kk":return this.num(t.weekYear.toString().slice(-2),2);case"kkkk":return this.num(t.weekYear,4);case"W":return this.num(t.weekNumber);case"WW":return this.num(t.weekNumber,2);case"n":return this.num(t.localWeekNumber);case"nn":return this.num(t.localWeekNumber,2);case"ii":return this.num(t.localWeekYear.toString().slice(-2),2);case"iiii":return this.num(t.localWeekYear,4);case"o":return this.num(t.ordinal);case"ooo":return this.num(t.ordinal,3);case"q":return this.num(t.quarter);case"qq":return this.num(t.quarter,2);case"X":return this.num(Math.floor(t.ts/1e3));case"x":return this.num(t.ts);default:return b(v)}}))}formatDurationFromString(t,r){const n=c=>{switch(c[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}},s=so.parseFormat(r),l=s.reduce(((c,{literal:h,val:m})=>h?c:c.concat(m)),[]);return Fx(s,(c=>h=>{const m=n(h);return m?this.num(c.get(m),h.length):h})(t.shiftTo(...l.map(n).filter((c=>c)))))}}const h4=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function Xs(...e){const t=e.reduce(((r,n)=>r+n.source),"");return RegExp("^".concat(t,"$"))}function Gs(...e){return t=>e.reduce((([r,n,s],l)=>{const[c,h,m]=l(t,s);return[{...r,...c},h||n,m]}),[{},null,1]).slice(0,2)}function ks(e,...t){if(e==null)return[null,null];for(const[r,n]of t){const s=r.exec(e);if(s)return n(s)}return[null,null]}function u4(...e){return(t,r)=>{const n={};let s;for(s=0;s<e.length;s++)n[e[s]]=hi(t[r+s]);return[n,null,r+s]}}const b4=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,mv=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,m4=RegExp("".concat(mv.source,"(?:").concat(b4.source,"?(?:\\[(").concat(h4.source,")\\])?)?")),fv=RegExp("(?:T".concat(m4.source,")?")),mz=u4("weekYear","weekNumber","weekDay"),fz=u4("year","ordinal"),f4=RegExp("".concat(mv.source," ?(?:").concat(b4.source,"|(").concat(h4.source,"))?")),pz=RegExp("(?: ".concat(f4.source,")?"));function Is(e,t,r){const n=e[t];return Ee(n)?r:hi(n)}function Qs(e,t){return[{hours:Is(e,t,0),minutes:Is(e,t+1,0),seconds:Is(e,t+2,0),milliseconds:uv(e[t+3])},null,t+4]}function Dd(e,t){const r=!e[t]&&!e[t+1],n=Uu(e[t+1],e[t+2]);return[{},r?null:po.instance(n),t+3]}function Md(e,t){return[{},e[t]?$n.create(e[t]):null,t+1]}const gz=RegExp("^T?".concat(mv.source,"$")),vz=/^-?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 yz(e){const[t,r,n,s,l,c,h,m,b]=e,g=t[0]==="-",v=m&&m[0]==="-",y=(x,w=!1)=>x!==void 0&&(w||x&&g)?-x:x;return[{years:y(Wi(r)),months:y(Wi(n)),weeks:y(Wi(s)),days:y(Wi(l)),hours:y(Wi(c)),minutes:y(Wi(h)),seconds:y(Wi(m),m==="-0"),milliseconds:y(uv(b),v)}]}const kz={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function pv(e,t,r,n,s,l,c){const h={year:t.length===2?t4(hi(t)):hi(t),month:n4.indexOf(r)+1,day:hi(n),hour:hi(s),minute:hi(l)};return c&&(h.second=hi(c)),e&&(h.weekday=e.length>3?a4.indexOf(e)+1:s4.indexOf(e)+1),h}const xz=/^(?:(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 wz(e){const[,t,r,n,s,l,c,h,m,b,g,v]=e,y=pv(t,s,n,r,l,c,h);let x;return x=m?kz[m]:b?0:Uu(g,v),[y,new po(x)]}const Sz=/^(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$/,Cz=/^(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$/,Ez=/^(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 Zx(e){const[,t,r,n,s,l,c,h]=e;return[pv(t,s,n,r,l,c,h),po.utcInstance]}function Tz(e){const[,t,r,n,s,l,c,h]=e;return[pv(t,h,r,n,s,l,c),po.utcInstance]}const Lz=Xs(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,fv),$z=Xs(/(\d{4})-?W(\d\d)(?:-?(\d))?/,fv),_z=Xs(/(\d{4})-?(\d{3})/,fv),Oz=Xs(m4),Wx=Gs((function(e,t){return[{year:Is(e,t),month:Is(e,t+1,1),day:Is(e,t+2,1)},null,t+3]}),Qs,Dd,Md),zz=Gs(mz,Qs,Dd,Md),Az=Gs(fz,Qs,Dd,Md),Rz=Gs(Qs,Dd,Md),Iz=Gs(Qs),Dz=Xs(/(\d{4})-(\d\d)-(\d\d)/,pz),Mz=Xs(f4),Bz=Gs(Qs,Dd,Md),Yx="Invalid Duration",p4={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}},Hz={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},...p4},Nz={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:7889237999999999e-6},months:{weeks:4.3481250000000005,days:30.436875,hours:730.485,minutes:43829.1,seconds:2629746,milliseconds:2629746e3},...p4},ea=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],jz=ea.slice(0).reverse();function di(e,t,r=!1){const n={values:r?t.values:{...e.values,...t.values||{}},loc:e.loc.clone(t.loc),conversionAccuracy:t.conversionAccuracy||e.conversionAccuracy,matrix:t.matrix||e.matrix};return new Ne(n)}function g4(e,t){var n;let r=(n=t.milliseconds)!=null?n:0;for(const s of jz.slice(1))t[s]&&(r+=t[s]*e[s].milliseconds);return r}function Xx(e,t){const r=g4(e,t)<0?-1:1;ea.reduceRight(((n,s)=>{if(Ee(t[s]))return n;if(n){const l=e[s][n],c=Math.floor(t[n]*r/l);t[s]+=c*r,t[n]-=c*l*r}return s}),null),ea.reduce(((n,s)=>{if(Ee(t[s]))return n;if(n){const l=t[n]%1;t[n]-=l,t[s]+=l*e[n][s]}return s}),null)}class Ne{constructor(t){const r=t.conversionAccuracy==="longterm"||!1;let n=r?Nz:Hz;t.matrix&&(n=t.matrix),this.values=t.values,this.loc=t.loc||ot.create(),this.conversionAccuracy=r?"longterm":"casual",this.invalid=t.invalid||null,this.matrix=n,this.isLuxonDuration=!0}static fromMillis(t,r){return Ne.fromObject({milliseconds:t},r)}static fromObject(t,r={}){if(t==null||typeof t!="object")throw new $o("Duration.fromObject: argument expected to be an object, got "+(t===null?"null":typeof t));return new Ne({values:gu(t,Ne.normalizeUnit),loc:ot.fromObject(r),conversionAccuracy:r.conversionAccuracy,matrix:r.matrix})}static fromDurationLike(t){if(oa(t))return Ne.fromMillis(t);if(Ne.isDuration(t))return t;if(typeof t=="object")return Ne.fromObject(t);throw new $o("Unknown duration argument ".concat(t," of type ").concat(typeof t))}static fromISO(t,r){const[n]=(function(s){return ks(s,[vz,yz])})(t);return n?Ne.fromObject(n,r):Ne.invalid("unparsable",'the input "'.concat(t,"\" can't be parsed as ISO 8601"))}static fromISOTime(t,r){const[n]=(function(s){return ks(s,[gz,Iz])})(t);return n?Ne.fromObject(n,r):Ne.invalid("unparsable",'the input "'.concat(t,"\" can't be parsed as ISO 8601"))}static invalid(t,r=null){if(!t)throw new $o("need to specify a reason the Duration is invalid");const n=t instanceof Lr?t:new Lr(t,r);if(Lt.throwOnInvalid)throw new KO(n);return new Ne({invalid:n})}static normalizeUnit(t){const r={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"}[t&&t.toLowerCase()];if(!r)throw new L5(t);return r}static isDuration(t){return t&&t.isLuxonDuration||!1}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}toFormat(t,r={}){const n={...r,floor:r.round!==!1&&r.floor!==!1};return this.isValid?so.create(this.loc,n).formatDurationFromString(this,t):Yx}toHuman(t={}){if(!this.isValid)return Yx;const r=ea.map((n=>{const s=this.values[n];return Ee(s)?null:this.loc.numberFormatter({style:"unit",unitDisplay:"long",...t,unit:n.slice(0,-1)}).format(s)})).filter((n=>n));return this.loc.listFormatter({type:"conjunction",style:t.listStyle||"narrow",...t}).format(r)}toObject(){return this.isValid?{...this.values}:{}}toISO(){if(!this.isValid)return null;let t="P";return this.years!==0&&(t+=this.years+"Y"),this.months===0&&this.quarters===0||(t+=this.months+3*this.quarters+"M"),this.weeks!==0&&(t+=this.weeks+"W"),this.days!==0&&(t+=this.days+"D"),this.hours===0&&this.minutes===0&&this.seconds===0&&this.milliseconds===0||(t+="T"),this.hours!==0&&(t+=this.hours+"H"),this.minutes!==0&&(t+=this.minutes+"M"),this.seconds===0&&this.milliseconds===0||(t+=bv(this.seconds+this.milliseconds/1e3,3)+"S"),t==="P"&&(t+="T0S"),t}toISOTime(t={}){if(!this.isValid)return null;const r=this.toMillis();return r<0||r>=864e5?null:(t={suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended",...t,includeOffset:!1},Ce.fromMillis(r,{zone:"UTC"}).toISOTime(t))}toJSON(){return this.toISO()}toString(){return this.toISO()}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?"Duration { values: ".concat(JSON.stringify(this.values)," }"):"Duration { Invalid, reason: ".concat(this.invalidReason," }")}toMillis(){return this.isValid?g4(this.matrix,this.values):NaN}valueOf(){return this.toMillis()}plus(t){if(!this.isValid)return this;const r=Ne.fromDurationLike(t),n={};for(const s of ea)(As(r.values,s)||As(this.values,s))&&(n[s]=r.get(s)+this.get(s));return di(this,{values:n},!0)}minus(t){if(!this.isValid)return this;const r=Ne.fromDurationLike(t);return this.plus(r.negate())}mapUnits(t){if(!this.isValid)return this;const r={};for(const n of Object.keys(this.values))r[n]=r4(t(this.values[n],n));return di(this,{values:r},!0)}get(t){return this[Ne.normalizeUnit(t)]}set(t){return this.isValid?di(this,{values:{...this.values,...gu(t,Ne.normalizeUnit)}}):this}reconfigure({locale:t,numberingSystem:r,conversionAccuracy:n,matrix:s}={}){return di(this,{loc:this.loc.clone({locale:t,numberingSystem:r}),matrix:s,conversionAccuracy:n})}as(t){return this.isValid?this.shiftTo(t).get(t):NaN}normalize(){if(!this.isValid)return this;const t=this.toObject();return Xx(this.matrix,t),di(this,{values:t},!0)}rescale(){return this.isValid?di(this,{values:(function(t){const r={};for(const[n,s]of Object.entries(t))s!==0&&(r[n]=s);return r})(this.normalize().shiftToAll().toObject())},!0):this}shiftTo(...t){if(!this.isValid)return this;if(t.length===0)return this;t=t.map((c=>Ne.normalizeUnit(c)));const r={},n={},s=this.toObject();let l;for(const c of ea)if(t.indexOf(c)>=0){l=c;let h=0;for(const b in n)h+=this.matrix[b][c]*n[b],n[b]=0;oa(s[c])&&(h+=s[c]);const m=Math.trunc(h);r[c]=m,n[c]=(1e3*h-1e3*m)/1e3}else oa(s[c])&&(n[c]=s[c]);for(const c in n)n[c]!==0&&(r[l]+=c===l?n[c]:n[c]/this.matrix[l][c]);return Xx(this.matrix,r),di(this,{values:r},!0)}shiftToAll(){return this.isValid?this.shiftTo("years","months","weeks","days","hours","minutes","seconds","milliseconds"):this}negate(){if(!this.isValid)return this;const t={};for(const r of Object.keys(this.values))t[r]=this.values[r]===0?0:-this.values[r];return di(this,{values:t},!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 this.invalid===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}equals(t){if(!this.isValid||!t.isValid||!this.loc.equals(t.loc))return!1;for(const s of ea)if(n=t.values[s],!((r=this.values[s])===void 0||r===0?n===void 0||n===0:r===n))return!1;var r,n;return!0}}const es="Invalid Interval";class yt{constructor(t){this.s=t.start,this.e=t.end,this.invalid=t.invalid||null,this.isLuxonInterval=!0}static invalid(t,r=null){if(!t)throw new $o("need to specify a reason the Interval is invalid");const n=t instanceof Lr?t:new Lr(t,r);if(Lt.throwOnInvalid)throw new QO(n);return new yt({invalid:n})}static fromDateTimes(t,r){const n=ld(t),s=ld(r),l=(function(c,h){return c&&c.isValid?h&&h.isValid?h<c?yt.invalid("end before start","The end of an interval must be after its start, but you had start=".concat(c.toISO()," and end=").concat(h.toISO())):null:yt.invalid("missing or invalid end"):yt.invalid("missing or invalid start")})(n,s);return l==null?new yt({start:n,end:s}):l}static after(t,r){const n=Ne.fromDurationLike(r),s=ld(t);return yt.fromDateTimes(s,s.plus(n))}static before(t,r){const n=Ne.fromDurationLike(r),s=ld(t);return yt.fromDateTimes(s.minus(n),s)}static fromISO(t,r){const[n,s]=(t||"").split("/",2);if(n&&s){let l,c,h,m;try{l=Ce.fromISO(n,r),c=l.isValid}catch(b){c=!1}try{h=Ce.fromISO(s,r),m=h.isValid}catch(b){m=!1}if(c&&m)return yt.fromDateTimes(l,h);if(c){const b=Ne.fromISO(s,r);if(b.isValid)return yt.after(l,b)}else if(m){const b=Ne.fromISO(n,r);if(b.isValid)return yt.before(h,b)}}return yt.invalid("unparsable",'the input "'.concat(t,"\" can't be parsed as ISO 8601"))}static isInterval(t){return t&&t.isLuxonInterval||!1}get start(){return this.isValid?this.s:null}get end(){return this.isValid?this.e:null}get isValid(){return this.invalidReason===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}length(t="milliseconds"){return this.isValid?this.toDuration(t).get(t):NaN}count(t="milliseconds",r){if(!this.isValid)return NaN;const n=this.start.startOf(t,r);let s;return s=r!=null&&r.useLocaleWeeks?this.end.reconfigure({locale:n.locale}):this.end,s=s.startOf(t,r),Math.floor(s.diff(n,t).get(t))+(s.valueOf()!==this.end.valueOf())}hasSame(t){return!!this.isValid&&(this.isEmpty()||this.e.minus(1).hasSame(this.s,t))}isEmpty(){return this.s.valueOf()===this.e.valueOf()}isAfter(t){return!!this.isValid&&this.s>t}isBefore(t){return!!this.isValid&&this.e<=t}contains(t){return!!this.isValid&&this.s<=t&&this.e>t}set({start:t,end:r}={}){return this.isValid?yt.fromDateTimes(t||this.s,r||this.e):this}splitAt(...t){if(!this.isValid)return[];const r=t.map(ld).filter((c=>this.contains(c))).sort(((c,h)=>c.toMillis()-h.toMillis())),n=[];let{s}=this,l=0;for(;s<this.e;){const c=r[l]||this.e,h=+c>+this.e?this.e:c;n.push(yt.fromDateTimes(s,h)),s=h,l+=1}return n}splitBy(t){const r=Ne.fromDurationLike(t);if(!this.isValid||!r.isValid||r.as("milliseconds")===0)return[];let n,{s}=this,l=1;const c=[];for(;s<this.e;){const h=this.start.plus(r.mapUnits((m=>m*l)));n=+h>+this.e?this.e:h,c.push(yt.fromDateTimes(s,n)),s=n,l+=1}return c}divideEqually(t){return this.isValid?this.splitBy(this.length()/t).slice(0,t):[]}overlaps(t){return this.e>t.s&&this.s<t.e}abutsStart(t){return!!this.isValid&&+this.e==+t.s}abutsEnd(t){return!!this.isValid&&+t.e==+this.s}engulfs(t){return!!this.isValid&&this.s<=t.s&&this.e>=t.e}equals(t){return!(!this.isValid||!t.isValid)&&this.s.equals(t.s)&&this.e.equals(t.e)}intersection(t){if(!this.isValid)return this;const r=this.s>t.s?this.s:t.s,n=this.e<t.e?this.e:t.e;return r>=n?null:yt.fromDateTimes(r,n)}union(t){return this.isValid?yt.fromDateTimes(this.s<t.s?this.s:t.s,this.e>t.e?this.e:t.e):this}static merge(t){const[r,n]=t.sort(((s,l)=>s.s-l.s)).reduce((([s,l],c)=>l?l.overlaps(c)||l.abutsStart(c)?[s,l.union(c)]:[s.concat([l]),c]:[s,c]),[[],null]);return n&&r.push(n),r}static xor(t){let r=null,n=0;const s=[],l=t.map((h=>[{time:h.s,type:"s"},{time:h.e,type:"e"}])),c=Array.prototype.concat(...l).sort(((h,m)=>h.time-m.time));for(const h of c)n+=h.type==="s"?1:-1,n===1?r=h.time:(r&&+r!=+h.time&&s.push(yt.fromDateTimes(r,h.time)),r=null);return yt.merge(s)}difference(...t){return yt.xor([this].concat(t)).map((r=>this.intersection(r))).filter((r=>r&&!r.isEmpty()))}toString(){return this.isValid?"[".concat(this.s.toISO()," – ").concat(this.e.toISO(),")"):es}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?"Interval { start: ".concat(this.s.toISO(),", end: ").concat(this.e.toISO()," }"):"Interval { Invalid, reason: ".concat(this.invalidReason," }")}toLocaleString(t=bu,r={}){return this.isValid?so.create(this.s.loc.clone(r),t).formatInterval(this):es}toISO(t){return this.isValid?"".concat(this.s.toISO(t),"/").concat(this.e.toISO(t)):es}toISODate(){return this.isValid?"".concat(this.s.toISODate(),"/").concat(this.e.toISODate()):es}toISOTime(t){return this.isValid?"".concat(this.s.toISOTime(t),"/").concat(this.e.toISOTime(t)):es}toFormat(t,{separator:r=" – "}={}){return this.isValid?"".concat(this.s.toFormat(t)).concat(r).concat(this.e.toFormat(t)):es}toDuration(t,r){return this.isValid?this.e.diff(this.s,t,r):Ne.invalid(this.invalidReason)}mapEndpoints(t){return yt.fromDateTimes(t(this.s),t(this.e))}}class xh{static hasDST(t=Lt.defaultZone){const r=Ce.now().setZone(t).set({month:12});return!t.isUniversal&&r.offset!==r.set({month:6}).offset}static isValidIANAZone(t){return $n.isValidZone(t)}static normalizeZone(t){return ui(t,Lt.defaultZone)}static getStartOfWeek({locale:t=null,locObj:r=null}={}){return(r||ot.create(t)).getStartOfWeek()}static getMinimumDaysInFirstWeek({locale:t=null,locObj:r=null}={}){return(r||ot.create(t)).getMinDaysInFirstWeek()}static getWeekendWeekdays({locale:t=null,locObj:r=null}={}){return(r||ot.create(t)).getWeekendDays().slice()}static months(t="long",{locale:r=null,numberingSystem:n=null,locObj:s=null,outputCalendar:l="gregory"}={}){return(s||ot.create(r,n,l)).months(t)}static monthsFormat(t="long",{locale:r=null,numberingSystem:n=null,locObj:s=null,outputCalendar:l="gregory"}={}){return(s||ot.create(r,n,l)).months(t,!0)}static weekdays(t="long",{locale:r=null,numberingSystem:n=null,locObj:s=null}={}){return(s||ot.create(r,n,null)).weekdays(t)}static weekdaysFormat(t="long",{locale:r=null,numberingSystem:n=null,locObj:s=null}={}){return(s||ot.create(r,n,null)).weekdays(t,!0)}static meridiems({locale:t=null}={}){return ot.create(t).meridiems()}static eras(t="short",{locale:r=null}={}){return ot.create(r,null,"gregory").eras(t)}static features(){return{relative:J5(),localeWeek:e4()}}}function Gx(e,t){const r=s=>s.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf(),n=r(t)-r(e);return Math.floor(Ne.fromMillis(n).as("days"))}const gv={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},Qx={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]},Vz=gv.hanidec.replace(/[\[|\]]/g,"").split("");function yr({numberingSystem:e},t=""){return new RegExp("".concat(gv[e||"latn"]).concat(t))}function Fr(e,t=r=>r){return{regex:e,deser:([r])=>t((function(n){let s=parseInt(n,10);if(isNaN(s)){s="";for(let l=0;l<n.length;l++){const c=n.charCodeAt(l);if(n[l].search(gv.hanidec)!==-1)s+=Vz.indexOf(n[l]);else for(const h in Qx){const[m,b]=Qx[h];c>=m&&c<=b&&(s+=c-m)}}return parseInt(s,10)}return s})(r))}}const v4="[ ]",y4=new RegExp(v4,"g");function Pz(e){return e.replace(/\./g,"\\.?").replace(y4,v4)}function Kx(e){return e.replace(/\./g,"").replace(y4," ").toLowerCase()}function kr(e,t){return e===null?null:{regex:RegExp(e.map(Pz).join("|")),deser:([r])=>e.findIndex((n=>Kx(r)===Kx(n)))+t}}function Jx(e,t){return{regex:e,deser:([,r,n])=>Uu(r,n),groups:t}}function wh(e){return{regex:e,deser:([t])=>t}}const Uz={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 rp=null;function k4(e,t){return Array.prototype.concat(...e.map((r=>(function(n,s){if(n.literal)return n;const l=x4(so.macroTokenToFormatOpts(n.val),s);return l==null||l.includes(void 0)?n:l})(r,t))))}function ew(e,t,r){const n=k4(so.parseFormat(r),e),s=n.map((c=>(function(h,m){const b=yr(m),g=yr(m,"{2}"),v=yr(m,"{3}"),y=yr(m,"{4}"),x=yr(m,"{6}"),w=yr(m,"{1,2}"),L=yr(m,"{1,3}"),E=yr(m,"{1,6}"),_=yr(m,"{1,9}"),I=yr(m,"{2,4}"),A=yr(m,"{4,6}"),P=Y=>{return{regex:RegExp((V=Y.val,V.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"))),deser:([X])=>X,literal:!0};var V},T=(Y=>{if(h.literal)return P(Y);switch(Y.val){case"G":return kr(m.eras("short"),0);case"GG":return kr(m.eras("long"),0);case"y":return Fr(E);case"yy":case"kk":return Fr(I,t4);case"yyyy":case"kkkk":return Fr(y);case"yyyyy":return Fr(A);case"yyyyyy":return Fr(x);case"M":case"L":case"d":case"H":case"h":case"m":case"q":case"s":case"W":return Fr(w);case"MM":case"LL":case"dd":case"HH":case"hh":case"mm":case"qq":case"ss":case"WW":return Fr(g);case"MMM":return kr(m.months("short",!0),1);case"MMMM":return kr(m.months("long",!0),1);case"LLL":return kr(m.months("short",!1),1);case"LLLL":return kr(m.months("long",!1),1);case"o":case"S":return Fr(L);case"ooo":case"SSS":return Fr(v);case"u":return wh(_);case"uu":return wh(w);case"uuu":case"E":case"c":return Fr(b);case"a":return kr(m.meridiems(),0);case"EEE":return kr(m.weekdays("short",!1),1);case"EEEE":return kr(m.weekdays("long",!1),1);case"ccc":return kr(m.weekdays("short",!0),1);case"cccc":return kr(m.weekdays("long",!0),1);case"Z":case"ZZ":return Jx(new RegExp("([+-]".concat(w.source,")(?::(").concat(g.source,"))?")),2);case"ZZZ":return Jx(new RegExp("([+-]".concat(w.source,")(").concat(g.source,")?")),2);case"z":return wh(/[a-z_+-/]{1,256}?/i);case" ":return wh(/[^\S\n\r]/);default:return P(Y)}})(h)||{invalidReason:"missing Intl.DateTimeFormat.formatToParts support"};return T.token=h,T})(c,e))),l=s.find((c=>c.invalidReason));if(l)return{input:t,tokens:n,invalidReason:l.invalidReason};{const[c,h]=(function(w){return["^".concat(w.map((L=>L.regex)).reduce(((L,E)=>"".concat(L,"(").concat(E.source,")")),""),"$"),w]})(s),m=RegExp(c,"i"),[b,g]=(function(w,L,E){const _=w.match(L);if(_){const I={};let A=1;for(const P in E)if(As(E,P)){const T=E[P],Y=T.groups?T.groups+1:1;!T.literal&&T.token&&(I[T.token.val[0]]=T.deser(_.slice(A,A+Y))),A+=Y}return[_,I]}return[_,{}]})(t,m,h),[v,y,x]=g?(function(w){let L,E=null;return Ee(w.z)||(E=$n.create(w.z)),Ee(w.Z)||(E||(E=new po(w.Z)),L=w.Z),Ee(w.q)||(w.M=3*(w.q-1)+1),Ee(w.h)||(w.h<12&&w.a===1?w.h+=12:w.h===12&&w.a===0&&(w.h=0)),w.G===0&&w.y&&(w.y=-w.y),Ee(w.u)||(w.S=uv(w.u)),[Object.keys(w).reduce(((_,I)=>{const A=(P=>{switch(P){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}})(I);return A&&(_[A]=w[I]),_}),{}),E,L]})(g):[null,null,void 0];if(As(g,"a")&&As(g,"H"))throw new ys("Can't include meridiem when specifying 24-hour format");return{input:t,tokens:n,regex:m,rawMatches:b,matches:g,result:v,zone:y,specificOffset:x}}}function x4(e,t){if(!e)return null;const r=so.create(t,e).dtFormatter((rp||(rp=Ce.fromMillis(1555555555555)),rp)),n=r.formatToParts(),s=r.resolvedOptions();return n.map((l=>(function(c,h,m){const{type:b,value:g}=c;if(b==="literal"){const x=/^\s+$/.test(g);return{literal:!x,val:x?" ":g}}let v=b;b==="hour"&&(v=h.hour12!=null?h.hour12?"hour12":"hour24":h.hourCycle!=null?h.hourCycle==="h11"||h.hourCycle==="h12"?"hour12":"hour24":m.hour12?"hour12":"hour24");let y=Uz[v];if(typeof y=="object"&&(y=y[h[b]]),y)return{literal:!1,val:y}})(l,e,s)))}const np="Invalid DateTime",tw=864e13;function Sh(e){return new Lr("unsupported zone",'the zone "'.concat(e.name,'" is not supported'))}function ip(e){return e.weekData===null&&(e.weekData=mu(e.c)),e.weekData}function ap(e){return e.localWeekData===null&&(e.localWeekData=mu(e.c,e.loc.getMinDaysInFirstWeek(),e.loc.getStartOfWeek())),e.localWeekData}function Yi(e,t){const r={ts:e.ts,zone:e.zone,c:e.c,o:e.o,loc:e.loc,invalid:e.invalid};return new Ce({...r,...t,old:r})}function w4(e,t,r){let n=e-60*t*1e3;const s=r.offset(n);if(t===s)return[n,t];n-=60*(s-t)*1e3;const l=r.offset(n);return s===l?[n,s]:[e-60*Math.min(s,l)*1e3,Math.max(s,l)]}function Ch(e,t){const r=new Date(e+=60*t*1e3);return{year:r.getUTCFullYear(),month:r.getUTCMonth()+1,day:r.getUTCDate(),hour:r.getUTCHours(),minute:r.getUTCMinutes(),second:r.getUTCSeconds(),millisecond:r.getUTCMilliseconds()}}function Hh(e,t,r){return w4(Pu(e),t,r)}function ow(e,t){const r=e.o,n=e.c.year+Math.trunc(t.years),s=e.c.month+Math.trunc(t.months)+3*Math.trunc(t.quarters),l={...e.c,year:n,month:s,day:Math.min(e.c.day,pu(n,s))+Math.trunc(t.days)+7*Math.trunc(t.weeks)},c=Ne.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"),h=Pu(l);let[m,b]=w4(h,r,e.zone);return c!==0&&(m+=c,b=e.zone.offset(m)),{ts:m,o:b}}function sd(e,t,r,n,s,l){const{setZone:c,zone:h}=r;if(e&&Object.keys(e).length!==0||t){const m=t||h,b=Ce.fromObject(e,{...r,zone:m,specificOffset:l});return c?b:b.setZone(h)}return Ce.invalid(new Lr("unparsable",'the input "'.concat(s,"\" can't be parsed as ").concat(n)))}function Eh(e,t,r=!0){return e.isValid?so.create(ot.create("en-US"),{allowZ:r,forceSimple:!0}).formatDateTimeFromString(e,t):null}function sp(e,t){const r=e.c.year>9999||e.c.year<0;let n="";return r&&e.c.year>=0&&(n+="+"),n+=At(e.c.year,r?6:4),t?(n+="-",n+=At(e.c.month),n+="-",n+=At(e.c.day)):(n+=At(e.c.month),n+=At(e.c.day)),n}function rw(e,t,r,n,s,l){let c=At(e.c.hour);return t?(c+=":",c+=At(e.c.minute),e.c.millisecond===0&&e.c.second===0&&r||(c+=":")):c+=At(e.c.minute),e.c.millisecond===0&&e.c.second===0&&r||(c+=At(e.c.second),e.c.millisecond===0&&n||(c+=".",c+=At(e.c.millisecond,3))),s&&(e.isOffsetFixed&&e.offset===0&&!l?c+="Z":e.o<0?(c+="-",c+=At(Math.trunc(-e.o/60)),c+=":",c+=At(Math.trunc(-e.o%60))):(c+="+",c+=At(Math.trunc(e.o/60)),c+=":",c+=At(Math.trunc(e.o%60)))),l&&(c+="["+e.zone.ianaName+"]"),c}const S4={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},qz={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},Fz={ordinal:1,hour:0,minute:0,second:0,millisecond:0},C4=["year","month","day","hour","minute","second","millisecond"],Zz=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],Wz=["year","ordinal","hour","minute","second","millisecond"];function nw(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(t){const r={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"}[t.toLowerCase()];if(!r)throw new L5(t);return r})(e)}}function iw(e,t){const r=ui(t.zone,Lt.defaultZone),n=ot.fromObject(t),s=Lt.now();let l,c;if(Ee(e.year))l=s;else{for(const b of C4)Ee(e[b])&&(e[b]=S4[b]);const h=Q5(e)||K5(e);if(h)return Ce.invalid(h);const m=r.offset(s);[l,c]=Hh(e,m,r)}return new Ce({ts:l,zone:r,loc:n,o:c})}function aw(e,t,r){const n=!!Ee(r.round)||r.round,s=(c,h)=>(c=bv(c,n||r.calendary?0:2,!0),t.loc.clone(r).relFormatter(r).format(c,h)),l=c=>r.calendary?t.hasSame(e,c)?0:t.startOf(c).diff(e.startOf(c),c).get(c):t.diff(e,c).get(c);if(r.unit)return s(l(r.unit),r.unit);for(const c of r.units){const h=l(c);if(Math.abs(h)>=1)return s(h,c)}return s(e>t?-0:0,r.units[r.units.length-1])}function sw(e){let t,r={};return e.length>0&&typeof e[e.length-1]=="object"?(r=e[e.length-1],t=Array.from(e).slice(0,e.length-1)):t=Array.from(e),[r,t]}class Ce{constructor(t){const r=t.zone||Lt.defaultZone;let n=t.invalid||(Number.isNaN(t.ts)?new Lr("invalid input"):null)||(r.isValid?null:Sh(r));this.ts=Ee(t.ts)?Lt.now():t.ts;let s=null,l=null;if(!n)if(t.old&&t.old.ts===this.ts&&t.old.zone.equals(r))[s,l]=[t.old.c,t.old.o];else{const c=r.offset(this.ts);s=Ch(this.ts,c),n=Number.isNaN(s.year)?new Lr("invalid input"):null,s=n?null:s,l=n?null:c}this._zone=r,this.loc=t.loc||ot.create(),this.invalid=n,this.weekData=null,this.localWeekData=null,this.c=s,this.o=l,this.isLuxonDateTime=!0}static now(){return new Ce({})}static local(){const[t,r]=sw(arguments),[n,s,l,c,h,m,b]=r;return iw({year:n,month:s,day:l,hour:c,minute:h,second:m,millisecond:b},t)}static utc(){const[t,r]=sw(arguments),[n,s,l,c,h,m,b]=r;return t.zone=po.utcInstance,iw({year:n,month:s,day:l,hour:c,minute:h,second:m,millisecond:b},t)}static fromJSDate(t,r={}){const n=Object.prototype.toString.call(t)==="[object Date]"?t.valueOf():NaN;if(Number.isNaN(n))return Ce.invalid("invalid input");const s=ui(r.zone,Lt.defaultZone);return s.isValid?new Ce({ts:n,zone:s,loc:ot.fromObject(r)}):Ce.invalid(Sh(s))}static fromMillis(t,r={}){if(oa(t))return t<-tw||t>tw?Ce.invalid("Timestamp out of range"):new Ce({ts:t,zone:ui(r.zone,Lt.defaultZone),loc:ot.fromObject(r)});throw new $o("fromMillis requires a numerical input, but received a ".concat(typeof t," with value ").concat(t))}static fromSeconds(t,r={}){if(oa(t))return new Ce({ts:1e3*t,zone:ui(r.zone,Lt.defaultZone),loc:ot.fromObject(r)});throw new $o("fromSeconds requires a numerical input")}static fromObject(t,r={}){t=t||{};const n=ui(r.zone,Lt.defaultZone);if(!n.isValid)return Ce.invalid(Sh(n));const s=ot.fromObject(r),l=gu(t,nw),{minDaysInFirstWeek:c,startOfWeek:h}=Px(l,s),m=Lt.now(),b=Ee(r.specificOffset)?n.offset(m):r.specificOffset,g=!Ee(l.ordinal),v=!Ee(l.year),y=!Ee(l.month)||!Ee(l.day),x=v||y,w=l.weekYear||l.weekNumber;if((x||g)&&w)throw new ys("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(y&&g)throw new ys("Can't mix ordinal dates with month/day");const L=w||l.weekday&&!x;let E,_,I=Ch(m,b);L?(E=Zz,_=qz,I=mu(I,c,h)):g?(E=Wz,_=Fz,I=op(I)):(E=C4,_=S4);let A=!1;for(const re of E)Ee(l[re])?l[re]=A?_[re]:I[re]:A=!0;const P=L?(function(re,ie=4,se=1){const pe=fu(re.weekYear),be=hr(re.weekNumber,1,yd(re.weekYear,ie,se)),ne=hr(re.weekday,1,7);return pe?be?!ne&&cr("weekday",re.weekday):cr("week",re.weekNumber):cr("weekYear",re.weekYear)})(l,c,h):g?(function(re){const ie=fu(re.year),se=hr(re.ordinal,1,Rs(re.year));return ie?!se&&cr("ordinal",re.ordinal):cr("year",re.year)})(l):Q5(l),T=P||K5(l);if(T)return Ce.invalid(T);const Y=L?jx(l,c,h):g?Vx(l):l,[V,X]=Hh(Y,b,n),q=new Ce({ts:V,zone:n,o:X,loc:s});return l.weekday&&x&&t.weekday!==q.weekday?Ce.invalid("mismatched weekday","you can't specify both a weekday of ".concat(l.weekday," and a date of ").concat(q.toISO())):q}static fromISO(t,r={}){const[n,s]=(function(l){return ks(l,[Lz,Wx],[$z,zz],[_z,Az],[Oz,Rz])})(t);return sd(n,s,r,"ISO 8601",t)}static fromRFC2822(t,r={}){const[n,s]=(function(l){return ks((function(c){return c.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()})(l),[xz,wz])})(t);return sd(n,s,r,"RFC 2822",t)}static fromHTTP(t,r={}){const[n,s]=(function(l){return ks(l,[Sz,Zx],[Cz,Zx],[Ez,Tz])})(t);return sd(n,s,r,"HTTP",r)}static fromFormat(t,r,n={}){if(Ee(t)||Ee(r))throw new $o("fromFormat requires an input string and a format");const{locale:s=null,numberingSystem:l=null}=n,c=ot.fromOpts({locale:s,numberingSystem:l,defaultToEN:!0}),[h,m,b,g]=(function(v,y,x){const{result:w,zone:L,specificOffset:E,invalidReason:_}=ew(v,y,x);return[w,L,E,_]})(c,t,r);return g?Ce.invalid(g):sd(h,m,n,"format ".concat(r),t,b)}static fromString(t,r,n={}){return Ce.fromFormat(t,r,n)}static fromSQL(t,r={}){const[n,s]=(function(l){return ks(l,[Dz,Wx],[Mz,Bz])})(t);return sd(n,s,r,"SQL",t)}static invalid(t,r=null){if(!t)throw new $o("need to specify a reason the DateTime is invalid");const n=t instanceof Lr?t:new Lr(t,r);if(Lt.throwOnInvalid)throw new GO(n);return new Ce({invalid:n})}static isDateTime(t){return t&&t.isLuxonDateTime||!1}static parseFormatForOpts(t,r={}){const n=x4(t,ot.fromObject(r));return n?n.map((s=>s?s.val:null)).join(""):null}static expandFormat(t,r={}){return k4(so.parseFormat(t),ot.fromObject(r)).map((n=>n.val)).join("")}get(t){return this[t]}get isValid(){return this.invalid===null}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?ip(this).weekYear:NaN}get weekNumber(){return this.isValid?ip(this).weekNumber:NaN}get weekday(){return this.isValid?ip(this).weekday:NaN}get isWeekend(){return this.isValid&&this.loc.getWeekendDays().includes(this.weekday)}get localWeekday(){return this.isValid?ap(this).weekday:NaN}get localWeekNumber(){return this.isValid?ap(this).weekNumber:NaN}get localWeekYear(){return this.isValid?ap(this).weekYear:NaN}get ordinal(){return this.isValid?op(this.c).ordinal:NaN}get monthShort(){return this.isValid?xh.months("short",{locObj:this.loc})[this.month-1]:null}get monthLong(){return this.isValid?xh.months("long",{locObj:this.loc})[this.month-1]:null}get weekdayShort(){return this.isValid?xh.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}get weekdayLong(){return this.isValid?xh.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 t=864e5,r=6e4,n=Pu(this.c),s=this.zone.offset(n-t),l=this.zone.offset(n+t),c=this.zone.offset(n-s*r),h=this.zone.offset(n-l*r);if(c===h)return[this];const m=n-c*r,b=n-h*r,g=Ch(m,c),v=Ch(b,h);return g.hour===v.hour&&g.minute===v.minute&&g.second===v.second&&g.millisecond===v.millisecond?[Yi(this,{ts:m}),Yi(this,{ts:b})]:[this]}get isInLeapYear(){return Id(this.year)}get daysInMonth(){return pu(this.year,this.month)}get daysInYear(){return this.isValid?Rs(this.year):NaN}get weeksInWeekYear(){return this.isValid?yd(this.weekYear):NaN}get weeksInLocalWeekYear(){return this.isValid?yd(this.localWeekYear,this.loc.getMinDaysInFirstWeek(),this.loc.getStartOfWeek()):NaN}resolvedLocaleOptions(t={}){const{locale:r,numberingSystem:n,calendar:s}=so.create(this.loc.clone(t),t).resolvedOptions(this);return{locale:r,numberingSystem:n,outputCalendar:s}}toUTC(t=0,r={}){return this.setZone(po.instance(t),r)}toLocal(){return this.setZone(Lt.defaultZone)}setZone(t,{keepLocalTime:r=!1,keepCalendarTime:n=!1}={}){if((t=ui(t,Lt.defaultZone)).equals(this.zone))return this;if(t.isValid){let s=this.ts;if(r||n){const l=t.offset(this.ts),c=this.toObject();[s]=Hh(c,l,t)}return Yi(this,{ts:s,zone:t})}return Ce.invalid(Sh(t))}reconfigure({locale:t,numberingSystem:r,outputCalendar:n}={}){return Yi(this,{loc:this.loc.clone({locale:t,numberingSystem:r,outputCalendar:n})})}setLocale(t){return this.reconfigure({locale:t})}set(t){if(!this.isValid)return this;const r=gu(t,nw),{minDaysInFirstWeek:n,startOfWeek:s}=Px(r,this.loc),l=!Ee(r.weekYear)||!Ee(r.weekNumber)||!Ee(r.weekday),c=!Ee(r.ordinal),h=!Ee(r.year),m=!Ee(r.month)||!Ee(r.day);if((h||m||c)&&(r.weekYear||r.weekNumber))throw new ys("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(m&&c)throw new ys("Can't mix ordinal dates with month/day");let b;l?b=jx({...mu(this.c,n,s),...r},n,s):Ee(r.ordinal)?(b={...this.toObject(),...r},Ee(r.day)&&(b.day=Math.min(pu(b.year,b.month),b.day))):b=Vx({...op(this.c),...r});const[g,v]=Hh(b,this.o,this.zone);return Yi(this,{ts:g,o:v})}plus(t){return this.isValid?Yi(this,ow(this,Ne.fromDurationLike(t))):this}minus(t){return this.isValid?Yi(this,ow(this,Ne.fromDurationLike(t).negate())):this}startOf(t,{useLocaleWeeks:r=!1}={}){if(!this.isValid)return this;const n={},s=Ne.normalizeUnit(t);switch(s){case"years":n.month=1;case"quarters":case"months":n.day=1;case"weeks":case"days":n.hour=0;case"hours":n.minute=0;case"minutes":n.second=0;case"seconds":n.millisecond=0}if(s==="weeks")if(r){const l=this.loc.getStartOfWeek(),{weekday:c}=this;c<l&&(n.weekNumber=this.weekNumber-1),n.weekday=l}else n.weekday=1;if(s==="quarters"){const l=Math.ceil(this.month/3);n.month=3*(l-1)+1}return this.set(n)}endOf(t,r){return this.isValid?this.plus({[t]:1}).startOf(t,r).minus(1):this}toFormat(t,r={}){return this.isValid?so.create(this.loc.redefaultToEN(r)).formatDateTimeFromString(this,t):np}toLocaleString(t=bu,r={}){return this.isValid?so.create(this.loc.clone(r),t).formatDateTime(this):np}toLocaleParts(t={}){return this.isValid?so.create(this.loc.clone(t),t).formatDateTimeParts(this):[]}toISO({format:t="extended",suppressSeconds:r=!1,suppressMilliseconds:n=!1,includeOffset:s=!0,extendedZone:l=!1}={}){if(!this.isValid)return null;const c=t==="extended";let h=sp(this,c);return h+="T",h+=rw(this,c,r,n,s,l),h}toISODate({format:t="extended"}={}){return this.isValid?sp(this,t==="extended"):null}toISOWeekDate(){return Eh(this,"kkkk-'W'WW-c")}toISOTime({suppressMilliseconds:t=!1,suppressSeconds:r=!1,includeOffset:n=!0,includePrefix:s=!1,extendedZone:l=!1,format:c="extended"}={}){return this.isValid?(s?"T":"")+rw(this,c==="extended",r,t,n,l):null}toRFC2822(){return Eh(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)}toHTTP(){return Eh(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")}toSQLDate(){return this.isValid?sp(this,!0):null}toSQLTime({includeOffset:t=!0,includeZone:r=!1,includeOffsetSpace:n=!0}={}){let s="HH:mm:ss.SSS";return(r||t)&&(n&&(s+=" "),r?s+="z":t&&(s+="ZZ")),Eh(this,s,!0)}toSQL(t={}){return this.isValid?"".concat(this.toSQLDate()," ").concat(this.toSQLTime(t)):null}toString(){return this.isValid?this.toISO():np}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?"DateTime { ts: ".concat(this.toISO(),", zone: ").concat(this.zone.name,", locale: ").concat(this.locale," }"):"DateTime { Invalid, reason: ".concat(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(t={}){if(!this.isValid)return{};const r={...this.c};return t.includeConfig&&(r.outputCalendar=this.outputCalendar,r.numberingSystem=this.loc.numberingSystem,r.locale=this.loc.locale),r}toJSDate(){return new Date(this.isValid?this.ts:NaN)}diff(t,r="milliseconds",n={}){if(!this.isValid||!t.isValid)return Ne.invalid("created by diffing an invalid DateTime");const s={locale:this.locale,numberingSystem:this.numberingSystem,...n},l=(m=r,Array.isArray(m)?m:[m]).map(Ne.normalizeUnit),c=t.valueOf()>this.valueOf(),h=(function(b,g,v,y){let[x,w,L,E]=(function(P,T,Y){const V=[["years",(se,pe)=>pe.year-se.year],["quarters",(se,pe)=>pe.quarter-se.quarter+4*(pe.year-se.year)],["months",(se,pe)=>pe.month-se.month+12*(pe.year-se.year)],["weeks",(se,pe)=>{const be=Gx(se,pe);return(be-be%7)/7}],["days",Gx]],X={},q=P;let re,ie;for(const[se,pe]of V)Y.indexOf(se)>=0&&(re=se,X[se]=pe(P,T),ie=q.plus(X),ie>T?(X[se]--,(P=q.plus(X))>T&&(ie=P,X[se]--,P=q.plus(X))):P=ie);return[P,X,ie,re]})(b,g,v);const _=g-x,I=v.filter((P=>["hours","minutes","seconds","milliseconds"].indexOf(P)>=0));I.length===0&&(L<g&&(L=x.plus({[E]:1})),L!==x&&(w[E]=(w[E]||0)+_/(L-x)));const A=Ne.fromObject(w,y);return I.length>0?Ne.fromMillis(_,y).shiftTo(...I).plus(A):A})(c?this:t,c?t:this,l,s);var m;return c?h.negate():h}diffNow(t="milliseconds",r={}){return this.diff(Ce.now(),t,r)}until(t){return this.isValid?yt.fromDateTimes(this,t):this}hasSame(t,r,n){if(!this.isValid)return!1;const s=t.valueOf(),l=this.setZone(t.zone,{keepLocalTime:!0});return l.startOf(r,n)<=s&&s<=l.endOf(r,n)}equals(t){return this.isValid&&t.isValid&&this.valueOf()===t.valueOf()&&this.zone.equals(t.zone)&&this.loc.equals(t.loc)}toRelative(t={}){if(!this.isValid)return null;const r=t.base||Ce.fromObject({},{zone:this.zone}),n=t.padding?this<r?-t.padding:t.padding:0;let s=["years","months","days","hours","minutes","seconds"],l=t.unit;return Array.isArray(t.unit)&&(s=t.unit,l=void 0),aw(r,this.plus(n),{...t,numeric:"always",units:s,unit:l})}toRelativeCalendar(t={}){return this.isValid?aw(t.base||Ce.fromObject({},{zone:this.zone}),this,{...t,numeric:"auto",units:["years","months","days"],calendary:!0}):null}static min(...t){if(!t.every(Ce.isDateTime))throw new $o("min requires all arguments be DateTimes");return Ux(t,(r=>r.valueOf()),Math.min)}static max(...t){if(!t.every(Ce.isDateTime))throw new $o("max requires all arguments be DateTimes");return Ux(t,(r=>r.valueOf()),Math.max)}static fromFormatExplain(t,r,n={}){const{locale:s=null,numberingSystem:l=null}=n;return ew(ot.fromOpts({locale:s,numberingSystem:l,defaultToEN:!0}),t,r)}static fromStringExplain(t,r,n={}){return Ce.fromFormatExplain(t,r,n)}static get DATE_SHORT(){return bu}static get DATE_MED(){return $5}static get DATE_MED_WITH_WEEKDAY(){return JO}static get DATE_FULL(){return _5}static get DATE_HUGE(){return O5}static get TIME_SIMPLE(){return z5}static get TIME_WITH_SECONDS(){return A5}static get TIME_WITH_SHORT_OFFSET(){return R5}static get TIME_WITH_LONG_OFFSET(){return I5}static get TIME_24_SIMPLE(){return D5}static get TIME_24_WITH_SECONDS(){return M5}static get TIME_24_WITH_SHORT_OFFSET(){return B5}static get TIME_24_WITH_LONG_OFFSET(){return H5}static get DATETIME_SHORT(){return N5}static get DATETIME_SHORT_WITH_SECONDS(){return j5}static get DATETIME_MED(){return V5}static get DATETIME_MED_WITH_SECONDS(){return P5}static get DATETIME_MED_WITH_WEEKDAY(){return ez}static get DATETIME_FULL(){return U5}static get DATETIME_FULL_WITH_SECONDS(){return q5}static get DATETIME_HUGE(){return F5}static get DATETIME_HUGE_WITH_SECONDS(){return Z5}}function ld(e){if(Ce.isDateTime(e))return e;if(e&&e.valueOf&&oa(e.valueOf()))return Ce.fromJSDate(e);if(e&&typeof e=="object")return Ce.fromObject(e);throw new $o("Unknown datetime argument: ".concat(e,", of type ").concat(typeof e))}const Yz={target:"window",defaultEnabled:!0};function E4(e,t){return(r,n)=>{const{componentWillLoad:s,componentWillRender:l,disconnectedCallback:c}=r;t&&(r.componentWillRender=function(){var h;return(h=Ts(this)["__ix__".concat(n)])===null||h===void 0||h.enable(t(this)),l&&l.call(this)}),r.componentWillLoad=function(){const h=(function(g,v={}){const y=Object.assign(Object.assign({},Yz),v);let x;const w=E=>{x(E)},L={on:E=>{x=E},isEnabled:y.defaultEnabled,enable:E=>{L.isEnabled=E,E?addEventListener(g,w):removeEventListener(g,w)},destroy:()=>{L.enable(!1)}};return L.enable(!!y.defaultEnabled),L})(e),m=Ts(this),b=this[n];return m["__ix__".concat(n)]=h,h.on(b.bind(this)),s&&s.call(this)},r.disconnectedCallback=function(){var h;const m=Ts(this);return m&&m["__ix__".concat(n)]&&((h=m["__ix__".concat(n)])===null||h===void 0||h.destroy(),m["__ix__".concat(n)]=null),c&&c.call(this)}}}const Xz=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.timePickerAppearance=!1,this.hideHeader=!1,this.hasFooter=!1,this.corners="rounded"}cardClasses(){return{card:!0,standaloneAppearance:this.embedded===!1,rounded:this.corners==="rounded",left:this.corners==="left",right:this.corners==="right",straight:this.corners==="straight"}}render(){return f(de,{key:"e4b044b0076f79934f3e561dab684a9aa53ab8c2"},f("div",{key:"91f00686e9000d71745bca5bb958a401fe265ed2",class:this.cardClasses()},!this.hideHeader&&f("div",{key:"974c90cd1522069f3e10831b6cec9d80eefc7630",class:"header-container"},f("div",{key:"64d22e413cf579b3831580040d0921f73e37cbed",class:"header"},f("slot",{key:"dadc035aa3e2aad17d16a0b7edb9c1aa83f5b64a",name:"header"})),f("div",{key:"14c6cffd8a0086835c42dca7e5a12a9c569ebc2f",class:"separator"})),f("div",{key:"e3150b66b51fd87e5cb62c620d9e46d21a3b9aed",class:{content:!0,"content--time-picker":this.timePickerAppearance}},f("slot",{key:"6fe2bfb5676a992be3caa5fd134dcb5f595f3ae3"})),this.hasFooter&&f("div",{key:"2c2a1a534b8e71a472e3a7e0bca7e5187322a107",class:"footer-container"},f("div",{key:"67713b28bbfda3298d8778db37f8ca84d72270f0",class:"separator"}),f("div",{key:"247a0ac8c8fe7ddfa7b2d05c0bd9a1671229469c",class:"footer"},f("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]}]);function Gz(){typeof customElements<"u"&&["ix-date-time-card"].forEach((e=>{e==="ix-date-time-card"&&(customElements.get(e)||customElements.define(e,Xz))}))}const T4=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.noMargin=!1,this.gap="24",this.columns=12}render(){return f(de,{key:"7ca75d3fb578d30d3b8e3d5d4455123ee7344456",class:{"no-margin":this.noMargin},style:{"--ix-layout-grid-columns":"".concat(this.columns),"--ix-layout-grid-gutter":"".concat(this.gap,"px")}},f("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]}]);function Qz(){typeof customElements<"u"&&["ix-layout-grid"].forEach((e=>{e==="ix-layout-grid"&&(customElements.get(e)||customElements.define(e,T4))}))}const L4=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow()}render(){return f(de,{key:"f38fd53867857b85a1b2d618125c81bba478cdac"},f("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"]);function Kz(){typeof customElements<"u"&&["ix-row"].forEach((e=>{e==="ix-row"&&(customElements.get(e)||customElements.define(e,L4))}))}ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.dateRangeChange=le(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=Ce.now().toISO(),this.enableTopLayer=!1,this.selectedDateRangeId="",this.triggerRef=Ae(),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=this.dateRangeId==="custom"||!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((r=>r.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(this.selectedDateRangeId==="custom"&&(!((e=this.currentRangeValue)===null||e===void 0)&&e.from)){let n=this.currentRangeValue.from;return this.currentRangeValue.to&&(n+=" - "+this.currentRangeValue.to),n}if(!this.selectedDateRangeId)return this.i18nNoRange;if(!this.dateRangeOptions||((t=this.dateRangeOptions)===null||t===void 0?void 0:t.length)===0)return this.i18nNoRange;const r=this.dateRangeOptions.find((n=>n.id===this.selectedDateRangeId));return r?r.label:(console.error("Cannot find range option with id "+this.selectedDateRangeId),this.i18nNoRange)}render(){var e,t,r;return f(de,{key:"34b878eb8221b6c13f235d1b42ec63d3b6dce25c"},f("ix-button",{key:"6f442e0178a7aabdf35321780d95414ab80af0cb","data-testid":"date-dropdown-trigger","data-date-dropdown-trigger":!0,variant:this.variant,loading:this.loading,icon:e_,ref:this.triggerRef,disabled:this.disabled,ariaLabelButton:this.ariaLabelDropdownButton},this.getButtonLabel()),f("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:n})=>{!n&&this.selectedDateRangeId==="custom"&&this.datePickerTouched&&this.currentRangeValue&&this.onDateSelect(this.currentRangeValue)}},f("ix-layout-grid",{key:"49291819c2c01fce81097c562651fddbd0e97c79",noMargin:!0},f("ix-row",{key:"94e2c60aef9145b53d522359712ba589cbfa927f"},((e=this.dateRangeOptions)===null||e===void 0?void 0:e.length)>1&&f("ix-col",{key:"1c1b7ad6422fb90575d4296f47cabfdc68d0e8cc",class:{"no-margin":!0,"border-right":this.selectedDateRangeId==="custom"}},this.dateRangeOptions.map((n=>f("ix-dropdown-item",{label:n.label,onClick:()=>this.onRangeListSelect(n.id),checked:this.selectedDateRangeId===n.id}))),f("div",{key:"fb98566476232ec358a720a96eb0df980d7ee415",hidden:this.customRangeDisabled},f("ix-dropdown-item",{key:"366f32a5f783616fc89b33e813d9641822c493a0",label:this.i18nCustomItem,checked:this.selectedDateRangeId==="custom",onClick:()=>this.onRangeListSelect("custom")}))),f("ix-col",{key:"d4fa12da77f51f05146fbebc123881df059f4d45",class:"no-margin"},this.selectedDateRangeId==="custom"&&f(wi,{key:"89266fc7d1998258fe343694402b95a6a1242f50"},f("ix-date-picker",{key:"8a98c0ad64816ec791215762874c0f3b36ddf41c",embedded:!0,locale:this.locale,onDateChange:n=>{n.stopPropagation(),this.currentRangeValue=Object.assign(Object.assign({},n.detail),{id:"custom"}),this.datePickerTouched=!0},onDateRangeChange:n=>n.stopPropagation(),format:this.format,singleSelection:this.singleSelection,from:this.from||((t=this.currentRangeValue)===null||t===void 0?void 0:t.from),to:this.to||((r=this.currentRangeValue)===null||r===void 0?void 0:r.to),minDate:this.minDate,maxDate:this.maxDate,today:this.today,weekStartIndex:this.weekStartIndex,showWeekNumbers:this.showWeekNumbers}),f("div",{key:"bc7248eefd41cec82a1b5098ddb02e15b4c56898",class:"pull-right"},f("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 vu=e=>e/16+"rem";function vv(e,t){e.isInvalid=t.isInvalid||t.isInvalidByRequired,e.isValid=t.isValid,e.isInfo=t.isInfo,e.isWarning=t.isWarning}function $4(e,t){e.allowedCharactersPattern&&(new RegExp(e.allowedCharactersPattern).test(t.key)||(t.preventDefault(),mt(e.inputRef.current,{duration:It.defaultTime,easing:"easeInOutSine",loop:2,translateX:[{value:-5},{value:5},{value:-2.5},{value:2.5},{value:0}]})))}async function $d(e,t){const r=t.validity,n=!e.hostElement.classList.contains("ix-invalid--validity-invalid"),s=r.valid;if(n!==s){if(e.validityStateChange.emit(r).defaultPrevented)return;e.hostElement.classList.toggle("ix-invalid--validity-invalid",!s)}if(e.value==null||await k5(e))return;const{valid:l}=r;e.hostElement.classList.toggle("ix-invalid--validity-invalid",!l)}function lw(e,t,r){var n;if(!e)return;const s=vu(t+8);r.slotEnd?e.style.paddingRight="calc(".concat(s," + ").concat((n=r.additionalPaddingRight)!==null&&n!==void 0?n:"0rem",")"):e.style.paddingLeft=s}function Fu(e,t,r){requestAnimationFrame((()=>{requestAnimationFrame((()=>{if(e){const n=e.getBoundingClientRect();n&&lw(r,n.width,{slotEnd:!1})}if(t){const n=t.getBoundingClientRect();n&&lw(r,n.width,{slotEnd:!0})}}))}))}function _4(e){const t={"aria-invalid":"".concat(Fe(e.isInvalid)),"aria-required":"".concat(Fe(e.required))};return e.isInvalid&&e.invalidText&&(t["aria-errormessage"]=e.invalidText),t}const Zu=(e,t)=>{const r=(function(s,l){const c=new IntersectionObserver((h=>{h.forEach((m=>{m.isIntersecting&&l()}))}));return c.observe(s),c})(e,t),n=An(t);return n.observe(e,{subtree:!0,attributes:!0}),()=>{r.disconnect(),n.disconnect()}};function yv(e,t,r){if(t||e.key!=="Enter"||!r)return;e.preventDefault();const n=r.querySelector('button[type="submit"]');n?r.requestSubmit(n):r.length===1&&r.requestSubmit()}function kv(e,t){e.initialValue=t}function Bd(e,t,r){(function(n,s){if(n.ixBlur.emit(),!s)throw new Error("Input element is not available");s.setAttribute("data-ix-touched","true"),$d(n,s)})(e,t),e.initialValue!==r&&(e.ixChange.emit(r),e.initialValue=r)}function Wu(e,t,r){e.key==="Enter"&&t.initialValue!==r&&(t.ixChange.emit(r),t.initialValue=r)}function O4(){return{lastEmittedPatternMismatch:!1,lastEmittedValueMissing:!1}}function z4(e){return(async function(t,r){if(!r.touched)return;const n=await r.getValidityState(),s=n.patternMismatch,l=n.valueMissing;t.lastEmittedPatternMismatch===s&&t.lastEmittedValueMissing===l||(t.lastEmittedPatternMismatch=s,t.lastEmittedValueMissing=l,r.emit({patternMismatch:s,valueMissing:l,invalidReason:r.invalidReason}))})(e.validityTracker,{touched:e.touched,invalidReason:e.invalidReason,getValidityState:()=>e.getValidityState(),emit:t=>e.validityStateChange.emit(t)})}function Jz(e){return f("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(t=e.onFocus)===null||t===void 0?void 0:t.call(e)},onInput:t=>{const r=t.target;e.updateFormInternalValue(r.value),e.valueChange(r.value)},onBlur:()=>e.onBlur(),style:{resize:e.resizeBehavior,height:e.textareaHeight,width:e.textareaWidth}},e.ariaAttributes))}function A4(e){return f("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 r,n;(r=e.onKeyDown)===null||r===void 0||r.call(e,t),(n=e.onEnterKeyChange)===null||n===void 0||n.call(e,t),yv(t,!!e.suppressSubmitOnEnter,e.form)}},{onBeforeInput:t=>{var r;return(r=e.onBeforeInput)===null||r===void 0?void 0:r.call(e,t)}},{onPaste:t=>{var r;return(r=e.onPaste)===null||r===void 0?void 0:r.call(e,t)},onFocus:()=>{var t;return(t=e.onFocus)===null||t===void 0?void 0:t.call(e)},onInput:t=>{const r=t.target;e.updateFormInternalValue(r.value),e.valueChange(r.value)},onBlur:()=>e.onBlur()},e.ariaAttributes))}const Yu=(e,t)=>f("div",{class:"end-container",ref:e.slotEndRef},f("slot",{name:"end",onSlotchange:e.onSlotChange}),t),Xu=e=>f("div",{class:"start-container",ref:e.slotStartRef},f("slot",{name:"start",onSlotchange:e.onSlotChange}));async function R4(e){const t=(await e.waitForCurrent()).getAttribute("data-ix-dropdown");if(ro.dismissAll(),!t)return;const r=ro.getDropdownById(t);r&&ro.present(r)}async function I4(e){const t=(await e.waitForCurrent()).getAttribute("data-ix-dropdown");if(!t)return;const r=ro.getDropdownById(t);r&&ro.dismiss(r)}function D4(e,t,r,n){t||(e.stopPropagation(),e.preventDefault(),r()),n.current&&n.current.focus()}function M4(e,t,r){return{badInput:!1,customError:!1,patternMismatch:e,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valid:!e,valueMissing:!!t&&!r}}const eA=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.valueChange=le(this,"valueChange",6),this.validityStateChange=le(this,"validityStateChange",7),this.ixFocus=le(this,"ixFocus",7),this.ixBlur=le(this,"ixBlur",7),this.ixChange=le(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=Ae(),this.slotEndRef=Ae(),this.datepickerRef=Ae(),this.inputElementRef=Ae(),this.dropdownElementRef=Ae(),this.touched=!1,this.validityTracker=O4()}watchValuePropHandler(e){this.onInput(e)}updateFormInternalValue(e){this.formInternals.setFormValue(e||null),this.value=e}connectedCallback(){this.classObserver=ua(this.hostElement,(()=>this.checkClassList())),this.disposableChangesAndVisibilityObservers=Zu(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(){Fu(this.slotStartRef.current,this.slotEndRef.current,this.inputElementRef.current)}disconnectedCallback(){var e,t;(e=this.classObserver)===null||e===void 0||e.destroy(),(t=this.disposableChangesAndVisibilityObservers)===null||t===void 0||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 r=Ce.fromFormat(e,this.format),n=Ce.fromFormat(this.minDate,this.format),s=Ce.fromFormat(this.maxDate,this.format);this.isInputInvalid=!r.isValid||r<n||r>s,this.isInputInvalid?(this.invalidReason=(t=r.invalidReason)!==null&&t!==void 0?t:void 0,this.from=void 0):(this.updateFormInternalValue(e),this.closeDropdown()),this.emitValidityStateChangeIfChanged(),this.valueChange.emit(e)}onCalenderClick(e){D4(e,this.show,(()=>this.openDropdown()),this.inputElementRef)}async openDropdown(){return R4(this.dropdownElementRef)}async closeDropdown(){return I4(this.dropdownElementRef)}checkClassList(){this.isInvalid=this.hostElement.classList.contains("ix-invalid")}handleInputKeyDown(e){Wu(e,this,this.value),yv(e,this.suppressSubmitOnEnter,this.formInternals.form)}renderInput(){var e;return f("div",{class:"input-wrapper"},f(Xu,{slotStartRef:this.slotStartRef,onSlotChange:()=>this.updatePaddings()}),f("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:(e=this.value)!==null&&e!==void 0?e:"",placeholder:this.placeholder,name:this.name,onInput:t=>{this.onInput(t.target.value)},onClick:t=>{this.show&&(t.stopPropagation(),t.preventDefault())},onFocus:async()=>{this.initialValue=this.value,this.openDropdown(),this.ixFocus.emit()},onBlur:()=>{Bd(this,this.inputElementRef.current,this.value),this.touched=!0,this.emitValidityStateChangeIfChanged()},onKeyDown:t=>this.handleInputKeyDown(t),style:{textAlign:this.textAlignment}}),f(Yu,{slotEndRef:this.slotEndRef,onSlotChange:()=>this.updatePaddings()},f("ix-icon-button",{"data-testid":"open-calendar",class:{"calendar-hidden":this.disabled||this.readonly},variant:"subtle-tertiary",size:"16",icon:q$,onClick:t=>this.onCalenderClick(t),"aria-label":this.ariaLabelCalendarButton})))}hookValidationLifecycle({isInfo:e,isInvalid:t,isInvalidByRequired:r,isValid:n,isWarning:s}){this.isInvalid=t||r||this.isInputInvalid,this.isInfo=e,this.isValid=n,this.isWarning=s}emitValidityStateChangeIfChanged(){return z4(this)}getValidityState(){return Promise.resolve(M4(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=x5(this.isInputInvalid,this.invalidText,this.i18nErrorDateUnparsable);return f(de,{key:"a188d09b1e24447e3fbc5a7a09c6e34042548a8c",class:{disabled:this.disabled,readonly:this.readonly}},f("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()),f("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:r=>{this.show=r.detail}},f("ix-date-picker",{key:"7375826a1d3df9751f387422db39206bc4fd4837",ref:this.datepickerRef,format:this.format,locale:this.locale,singleSelection:!0,from:(e=this.from)!==null&&e!==void 0?e:"",minDate:this.minDate,maxDate:this.maxDate,onDateChange:r=>{const{from:n}=r.detail;this.onInput(n),this.initialValue!==n&&(this.ixChange.emit(n),this.initialValue=n)},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,r,n){var s,l=arguments.length,c=l<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,t,r,n);else for(var h=e.length-1;h>=0;h--)(s=e[h])&&(c=(l<3?s(c):l>3?s(t,r,c):s(t,r))||c);l>3&&c&&Object.defineProperty(t,r,c)})([Rr()],eA.prototype,"hookValidationLifecycle",null);ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.timeChange=le(this,"timeChange",7),this.dateChange=le(this,"dateChange",7),this.dateSelect=le(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,r,n;const s=await((e=this.datePickerElement)===null||e===void 0?void 0:e.getCurrentDate()),l=await((t=this.timePickerElement)===null||t===void 0?void 0:t.getCurrentTime());this.dateSelect.emit({from:(r=s==null?void 0:s.from)!==null&&r!==void 0?r:"",to:(n=s==null?void 0:s.to)!==null&&n!==void 0?n:"",time:l!=null?l:""})}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 f(de,{key:"b9d86c0b546ff3dd211233be90f45cf340904392"},f("ix-layout-grid",{key:"70904c2a642e1365186ce7e7d4b9bf5adb79eefb",class:"no-padding"},f("ix-row",{key:"434f29448c882e9699b36f5f6556a685d9c62b94",class:"row-separator"},f("ix-col",{key:"869ff4df2ee82fd9d5e852b466b7a82f56dd5cf4",class:"col-separator"},f("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})),f("ix-col",{key:"118da04fff83d0c5980dddf257e9065b73d48e6e"},f("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}))),f("ix-row",{key:"d2b71237c70c8305ba5ccf7026d03e7b32445bae"},f("ix-col",{key:"5da543ff42da3110b1cdfdd1690c0ccd5612e3de"},f("div",{key:"1fc6d77082b8dd7469ab417a9837007b46efcdf0",class:"btn-select-date-container"},f("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"]}]);ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.open=le(this,"open",7),this.drawerClose=le(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=e!=null?e:!this.show){const{defaultPrevented:t}=this.open.emit();if(t)return;this.show=!0,!this.toggle&&this.divElement&&(this.slideInRight(this.divElement),setTimeout((()=>{window.addEventListener("mousedown",this.callback)}),It.mediumTime))}else{const{defaultPrevented:t}=this.drawerClose.emit();if(t)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,r=t.closest("#div-container"),n=t.closest("#drawer-btn");e.target.type!=="button"&&r!==this.divElement&&t!==n&&(this.show=!1)}getConstrainedWidth(e){return Math.min(Math.max(e,this.minWidth),this.maxWidth)}slideOutRight(e){const t=this.getConstrainedWidth(this.width==="auto"?this.minWidth:this.width)+"rem";mt(e,{duration:It.mediumTime,width:[t,0],opacity:[1,0],easing:"easeInSine",onComplete:()=>{e.classList.add("display-none")}})}slideInRight(e){const t=this.getConstrainedWidth(this.width==="auto"?this.minWidth:this.width)+"rem";mt(e,{duration:It.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 f(de,{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"},f("div",{key:"6b7464b407c72c9b7afe3b1b9fa61b1603bb40d8",style:{width:this.width==="auto"?"auto":this.getConstrainedWidth(this.width)+"rem"}},f("div",{key:"c25f79cde5e320e7e5f8aab9b87aca34fff4bdae",class:"header"},f("div",{key:"413490aaef2405978027796a7bb49a410640bd53",class:"header-content"},f("slot",{key:"89fe41129f30752f5057b6f73d8232599c1aae9b",name:"header"})),f("ix-icon-button",{key:"eef54b3d59ebf9db5d96f0f3241f14d16a0c6064",class:"close-button",style:{display:this.showContent?"block":"none"},icon:Ys,iconColor:"color-soft-text",size:"24",variant:"tertiary",onClick:()=>this.onCloseClicked(),"data-testid":"close-button","aria-label":this.ariaLabelCloseButton})),f("div",{key:"3f77f8e65f38c19cf06b1cae288f9cf257a094c1",class:"content",style:{display:this.showContent?"block":"none"}},f("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 B4=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.variant="primary",this.disabled=!1,this.closeBehavior="both",this.enableTopLayer=!1,this.dropdownShow=!1,this.dropdownAnchor=Ae(),this.onDropdownShowChanged=t=>{this.disabled&&t.detail||(this.dropdownShow=t.detail)}}getTriangle(){return f("div",{class:{triangle:!0,[this.variant]:!0,hide:!!this.label,disabled:this.disabled}})}render(){var e,t;return f(de,{key:"2232add1b732f43028df1725baa05a08ce025b69","aria-disabled":Fe(this.disabled),class:{disabled:this.disabled},ref:this.dropdownAnchor},f("div",{key:"0bbbbef21fd826b770c8231e449dd5beb9d799e1",class:"dropdown-button"},this.label?f("ix-button",{variant:this.variant,disabled:this.disabled,alignment:"start",ariaLabelButton:(e=this.ariaLabelDropdownButton)!==null&&e!==void 0?e:this.dropdownShow?"Close dropdown":"Open dropdown",tabIndex:this.disabled?-1:0},f("div",{class:"content"},this.icon?f("ix-icon",{name:this.icon,size:"24",class:"dropdown-icon"}):null,f("div",{class:"button-label"},this.label),f("ix-icon",{name:this.dropdownShow?$2:Iu,size:"24"}))):f("div",null,f("ix-icon-button",{icon:this.icon,variant:this.variant,disabled:this.disabled,tabIndex:this.disabled?-1:0,"aria-label":(t=this.ariaLabelDropdownButton)!==null&&t!==void 0?t:this.dropdownShow?"Close dropdown":"Open dropdown"}),this.getTriangle())),f("ix-dropdown",{key:"656053246dbf11c11da0cd70114b2fdb107cc320",class:"dropdown",trigger:this.dropdownAnchor.waitForCurrent(),placement:this.placement,closeBehavior:this.closeBehavior,enableTopLayer:this.enableTopLayer,onShowChanged:this.onDropdownShowChanged},f("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]}]),tA=B4,oA=function(){typeof customElements<"u"&&["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,B4);break;case"ix-button":customElements.get(e)||lv();break;case"ix-dropdown":customElements.get(e)||Hu();break;case"ix-icon-button":customElements.get(e)||Ci();break;case"ix-spinner":customElements.get(e)||br()}}))};ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow()}render(){return f(de,{key:"6ec911ed6360d3e523a5a871007d874d67cf1334"},f("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 rA=v5,nA=zO;ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow()}render(){return f(de,{key:"5b9938da726bfe31dffe1667ff81c1b3a5935e1e"},f("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 iA=W2,aA=Hu,H4=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.actionClick=le(this,"actionClick",7),this.layout="large"}render(){return f(de,{key:"f87d35f9c8ae39f3ed46f8ebf0fe1b0487d91108",class:"emptyState emptyState--"+this.layout},this.icon&&f("div",{key:"41eb63bad03958baeb5f683895ea196f883b5312",class:"emptyState__icon"},f("ix-icon",{key:"3bd1032f996cdf7c046f767ac9fec79756a7b8e5",name:this.icon,size:"32",color:"color-soft-text","aria-label":this.ariaLabelEmptyStateIcon})),f("div",{key:"1a287d69a879f7dd52e9801e9fd0a973849fc244",class:"emptyState__content"},f("div",{key:"8e2ff9b6f189e732dd16bf943922b09f32b9adfc",class:"content__label"},f("ix-typography",{key:"74bc4394d9b94c2d3161091b71fbeb8ca091d6d8",format:this.layout==="large"?"h3":"body"},this.header),this.subHeader&&f("div",{key:"43e21aec14323f18a4df1116c7841702a945bcfe",class:"label__subHeader"},this.subHeader)),this.action&&f("div",{key:"d80c01f388e99df9affc47086ac2f67ef89ca8ca",class:"content__action"},f("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"]}]),sA=H4,lA=function(){typeof customElements<"u"&&["ix-empty-state","ix-button","ix-spinner","ix-typography"].forEach((e=>{switch(e){case"ix-empty-state":customElements.get(e)||customElements.define(e,H4);break;case"ix-button":customElements.get(e)||lv();break;case"ix-spinner":customElements.get(e)||br();break;case"ix-typography":customElements.get(e)||go()}}))},N4=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.itemClick=le(this,"itemClick",7),this.variant="outline",this.selected=!1,this.disabled=!1,this.chevron=!1}handleItemClick(){this.itemClick.emit()}render(){var e;let t=!((e=this.itemColor)===null||e===void 0)&&e.startsWith("--theme")?"var(".concat(this.itemColor,")"):"var(--theme-".concat(this.itemColor,")");return f(de,{key:"3fa7304c0d114cd65b572e6d7e1a7362d3f63950",class:{disabled:this.disabled,["event-list-item-"+this.variant]:!0}},f("div",{key:"9dc5734ea43068e74efc45d89a6fda3bad040cd1",role:"listitem","aria-disabled":Fe(this.disabled),class:{"event-list-item":!0,selected:this.selected,disabled:this.disabled}},f("div",{key:"5fc29826643c430d3f0c82826142b461395d5075",class:"indicator "+(this.itemColor?"":"indicator-empty"),style:{"background-color":this.itemColor?t:"inherit",opacity:""+(this.disabled?.4:1)}}),f("div",{key:"c53b6ea99b0744dc6a0d57024853d0627a3963e2",class:"event-list-item-container"},f("div",{key:"22a50db11d9997caa9df67fea550e1f58224344c",class:"event-content"},f("slot",{key:"6361d1b0c326919f46ed7eb1b6bcb4b17421258e"})),this.chevron&&f("ix-icon",{key:"edd5d1e1ef0fa1c85b319f9bdccdf1e2cbe8183a",name:Z$,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"]]]),dA=N4,cA=function(){typeof customElements<"u"&&["ix-event-list-item"].forEach((e=>{e==="ix-event-list-item"&&(customElements.get(e)||customElements.define(e,N4))}))},yu=ue(class Nh extends ae{constructor(t){super(),t!==!1&&this.__registerHost(),this.__attachShadow(),this.mutationObserver=An(this.onMutation.bind(this)),this.itemHeight="S",this.compact=!1,this.animated=!1,this.chevron=!1}watchChevron(t){this.handleChevron(t)}componentDidLoad(){if(this.animated&&this.triggerFadeIn(),!Number.isNaN(Number(this.itemHeight))){const t=vu(this.itemHeight);this.hostElement.querySelectorAll("ix-event-list-item").forEach((r=>{this.setCustomHeight(r,t)}))}this.handleChevron(this.chevron),this.mutationObserver.observe(this.hostElement,{childList:!0,subtree:!0})}onMutation(t){this.triggerFadeOut().then((()=>{if(!Number.isNaN(Number(this.itemHeight))){const r=vu(this.itemHeight);this.findEventListItems(t).forEach((n=>this.setCustomHeight(n,r)))}this.handleChevron(this.chevron),this.triggerFadeIn()}))}findEventListItems(t){const r=[];return t.forEach((n=>{n.type==="childList"&&n.addedNodes.forEach((s=>{s.tagName==="IX-EVENT-LIST-ITEM"&&r.push(s)}))})),r}setCustomHeight(t,r){t.style.setProperty("--event-list-item-height",r)}triggerFadeOut(){return new Promise((t=>{this.animated||t();const r=this.hostElement.shadowRoot.querySelector("ul");mt(r,{opacity:[{opacity:1,easing:"easeInSine"},{opacity:0}],duration:Nh.fadeOutDuration,onComplete:()=>{t()}})}))}triggerFadeIn(){this.animated&&this.hostElement.querySelectorAll("ix-event-list-item").forEach(((t,r)=>{const n=80*r;mt(t,{offset:n/(n+Nh.fadeInDuration),duration:Nh.fadeInDuration+n,opacity:[0,1],easing:"easeInOutSine",delay:n,autoplay:!0})}))}handleChevron(t){this.hostElement.querySelectorAll("ix-event-list-item").forEach((r=>{t?r.setAttribute("chevron","true"):t!==void 0&&r.removeAttribute("chevron")}))}render(){return f(de,{key:"a21a4d23666ba43d7d10bd569c7a9feb01423b1f",class:{"item-size-s":this.itemHeight==="S","item-size-l":this.itemHeight==="L",compact:this.compact}},f("div",{key:"cbb5ffb72ce1a393c99df6624ffc3e36a3d6a4b5",role:"list"},f("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}]}]);yu.fadeOutDuration=50,yu.fadeInDuration=150;const hA=yu,uA=function(){typeof customElements<"u"&&["ix-event-list"].forEach((e=>{e==="ix-event-list"&&(customElements.get(e)||customElements.define(e,yu))}))};ue(class extends ae{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(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.valueChange=le(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;(e=this.textInput)===null||e===void 0||e.focus()}clearClicked(){var e;this.clearInput(),(e=this.textInput)===null||e===void 0||e.focus(),this.valueChange.emit(this.value)}render(){var e,t;return f(de,{key:"89dd7b99531c8ccd578ff26517ae2959c3e73c66",class:{expanded:this.expanded,"right-position":this.expanded,fullWidth:this.fullWidth}},f("ix-icon-button",{key:"bf53f12935f7026517f1466383ddd38c4fdb5165",size:this.expanded?"16":"24",icon:(e=this.icon)!==null&&e!==void 0?e:A2,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":(t=this.ariaLabelSearchIconButton)!==null&&t!==void 0?t:this.expanded?"Close search":"Open search"}),f("div",{key:"84a10a9fa5599e4c15aeed3e10b4523d7d99d373",class:{expanded:this.expanded,fullWidth:this.fullWidth,collapsed:!this.expanded,"disable-pointer":!this.expanded,"input-container":!0},"data-testid":"input-wrapper"},f("input",{key:"f4e4779e2db00e5c1b2478853e29748cae03452a",class:{"ix-form-control":!0,input:this.expanded,"disable-pointer":!this.expanded,"opacity-before":!this.expanded,"opacity-after":this.expanded},ref:r=>this.textInput=r,"data-testid":"input",placeholder:this.placeholder,type:"text",value:this.value,onBlur:()=>{this.collapseInput(),this.hasFocus=!1},onFocus:()=>this.hasFocus=!0,onInput:r=>this.onChange(r),tabindex:this.expanded?0:-1,"aria-label":this.ariaLabelSearchInput}),this.isFieldChanged?f("ix-icon-button",{class:"btn-clear",icon:_2,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]}]);ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.contentVisible=!1}render(){return f(de,{key:"002fbfde1a46839d622af7fb2be6dff5ca99aa87"},this.contentVisible?f("slot",null):null)}static get style(){return":host{display:block}"}},[257,"ix-flip-tile-content",{contentVisible:[4,"content-visible"]}]);ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.toggle=le(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=An((()=>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=Zr(t)}updateContentItems(){this.contentItems=Array.from(this.hostElement.querySelectorAll("ix-flip-tile-content"))}updateContentVisibility(e){this.contentItems.forEach(((t,r)=>t.contentVisible=r===e))}toggleIndex(){let e;const t=this.index;e=this.index>=this.contentItems.length-1?0:this.index+1;const{defaultPrevented:r}=this.toggle.emit(e);r?this.index=t:this.doFlipAnimation(e)}doFlipAnimation(e){this.isFlipAnimationActive||(this.isFlipAnimationActive=!0,mt(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:It.defaultTime,easing:"ease-in-out",onComplete:()=>{this.index=e,this.updateContentVisibility(this.index)}}),setTimeout((()=>{this.isFlipAnimationActive=!1}),2*It.defaultTime))}render(){return f(de,{key:"a54038f2dbaeffac796822404e2d186c742a5357",class:{["flip-tile-variant-"+this.variant]:!0},style:{height:"".concat(this.height).concat(this.height==="auto"?"":"rem"),"min-height":"".concat(this.height).concat(this.height==="auto"?"":"rem"),"max-height":"".concat(this.height).concat(this.height==="auto"?"":"rem"),width:"".concat(this.width).concat(this.width==="auto"?"":"rem"),"min-width":"".concat(this.width).concat(this.width==="auto"?"":"rem"),"max-width":"".concat(this.width).concat(this.width==="auto"?"":"rem")}},f("div",{key:"0bf12231b1cdeb0afe41d9d45c06fdef4cdedaf4",class:"flip-tile-container"},f("div",{key:"3e9da89ed0b9cf7595e4c1d317d21ed1b55aa9d7",class:"flip-tile-header"},f("div",{key:"d4e7cc2a8162254ea3c7c4a0a031346b7a35e3d9",class:"header-slot-container text-l-title"},f("slot",{key:"dd9e2244a75179ceb4ac9647b403a5e2b01fd2ae",name:"header"})),f("ix-icon-button",{key:"74a5abdba3bf0c90222fc7bf7064742c0ea85b80",icon:O2,variant:"tertiary",onClick:()=>this.toggleIndex(),"aria-label":this.ariaLabelEyeIconButton})),f("div",{key:"636884dbf0b0143e4f30061cd6e0472c83fe698a",class:"content-container"},f("slot",{key:"b94b3a488e7a137b06505290ab351724c5f01fca"})),f("div",{key:"a15153c86848df2dd14b1423c686b9655d6fcdc1",class:{footer:!0,"show-footer":this.hasFooterSlot}},f("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}]}]);ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.selectGroup=le(this,"selectGroup",7),this.selectItem=le(this,"selectItem",7),this.expandedChanged=le(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){e===!1&&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(e=this.hostElement.shadowRoot)===null||e===void 0?void 0:e.querySelector(".group-content")}onExpandClick(e){const t=this.expanded;this.expanded=!this.expanded;const{defaultPrevented:r}=this.expandedChanged.emit(this.expanded);e.stopPropagation(),r&&(this.expanded=t)}onHeaderClick(e){this.suppressHeaderSelection?this.onExpandClick(e):(this.changeHeaderSelection(!this.selected),this.changeItemIndex())}changeHeaderSelection(e){const t=this.selected,r=e;this.selected=r;const{defaultPrevented:n}=this.selectGroup.emit(r);n&&(this.selected=t)}changeItemIndex(e){const t=this.index,r=e===this.index?void 0:e;if(this.index===r)return;this.index=r;const{defaultPrevented:n}=this.selectItem.emit(r);if(n)return void(this.index=t);const s=this.groupItems;s.forEach(((l,c)=>{l.selected=c===this.index})),this.itemSelected=s.some((l=>l.selected))}onSlotChange(){var e;const t=(e=this.hostElement.shadowRoot)===null||e===void 0?void 0:e.querySelector('slot[name="footer"]');t&&(this.footerVisible=Zr(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=An((()=>{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 ae){const t=this.groupItems.indexOf(e.target);this.changeItemIndex(t)}}render(){return f(de,{key:"99b00ca8c88730036688974abd67ff0534dd4d17"},f("div",{key:"47384431d36ce7cdc5a2e81ecd682d6a0dd13b53",class:{"group-header":!0,expand:this.expanded,selected:this.selected},tabindex:"0"},f("div",{key:"68968fc5816ca0fef0ae658a6925cc6b8ee3479a",class:"group-header-clickable",onClick:e=>this.onHeaderClick(e)},f("div",{key:"a26153957aa76d882d95a3f88318c01517078a64",class:{"group-header-selection-indicator":!0,"group-header-selection-indicator-item-selected":this.itemSelected}}),f("div",{key:"01427b28c1b873a1875bd4c2093fee6d900bdf89",class:"btn-expand-header"},f("ix-icon",{key:"1feb76e98b4ebda01d902b76065cdcefa0dde5a4","data-testid":"expand-collapsed-icon",class:{hidden:!this.showExpandCollapsedIcon},name:this.expanded?$2:Iu,onClick:e=>this.onExpandClick(e)})),f("div",{key:"5c6232f9b9a36ccbfa2f0e9352a5e739e202e275",class:"group-header-content"},this.header?f("div",{class:"group-header-props-container"},f("div",{class:"group-header-title"},f("span",{title:this.header},this.header)),f("div",{class:"group-subheader",title:this.subHeader},this.subHeader)):null,f("slot",{key:"592d03499639a45183c8837b421a33bbffbae954",name:"header"}))),this.hasDropdown&&f("ix-group-context-menu",{key:"f666ce19d8441bd3afc40800128e6326da14615e"},f("slot",{key:"96d9509e35fbf388d31fbc832fc31dd2167842a8",name:"dropdown"}))),f("div",{key:"3d6f649530d00fd19761bb84ed4bf8769b0bec14",class:{"group-content":!0}},f("div",{key:"cad4a7c42f5402400add10d1d5ac57174aa34b6e",style:{display:this.expanded?"contents":"none"}},f("slot",{key:"305a97c24f58db1e1d1264876c99316aceda6e8d",onSlotchange:()=>{var e;const t=(e=this.hostElement.shadowRoot)===null||e===void 0?void 0:e.querySelector("slot:not([name])");this.showExpandCollapsedIcon=Zr(t)}}),f("ix-group-item",{key:"f19cce4aad2fc8465f57d94bb6a6b228204120e6",class:{footer:!0,"footer-visible":this.footerVisible},groupFooter:!0,suppressSelection:!0},f("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}]}]);ue(class extends ae{constructor(e){super(),e!==!1&&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=ua(e,(()=>{this.validationResults=uu(e)})),this.validationResults=uu(e))}render(){return f(de,{key:"aa99794dc7b9c59abf2fdd8f2ac8112cf705a5ad"},f(ig,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 bA=G2,mA=Ci;ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.pressedChange=le(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":this.size==="12","btn-icon-16":this.size==="16","btn-icon-32":this.size==="24"}}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":Fe(this.pressed),"aria-label":this.ariaLabelIconButton},extraClasses:Object.assign({"icon-button":!0},this.getIconSizeClass())};return f(de,{key:"7e569390966cec8f23e66418506df999e26aeebd",class:Object.assign(Object.assign({},this.getIconSizeClass()),{disabled:this.disabled||this.loading})},f(X2,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"]}]);ue(class extends ae{constructor(e){super(),e!==!1&&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()})),(e=this.inputElement.form)===null||e===void 0||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=this.inputPaddingRight!==0?this.inputPaddingRight+"px":"0.5rem",this.inputElement.style.paddingLeft=this.inputPaddingLeft!==0?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=(e=this.inputElement)===null||e===void 0?void 0:e.disabled}startSlotChanged(){setTimeout((()=>{var e,t;const r=this.getChildrenWidth(this.startSlotRef);if(this.inputPaddingLeft=r!==0?11+r:0,!this.inputElement)return;const n=!this.inputElement.validity.valid||this.inputElement.classList.contains("is-invalid");(!((e=this.inputElement.form)===null||e===void 0)&&e.classList.contains("was-validated")||((t=this.inputElement.form)===null||t===void 0?void 0:t.noValidate)===!1)&&n&&(this.inputElement.style.backgroundPosition="left ".concat(this.inputPaddingLeft!==0?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=Fg(e);if(t.length===0)return 0;let r=0;return t.forEach((n=>{r+=n.getBoundingClientRect().width})),r}render(){return f(de,{key:"b148a7e4ed2a11c543a98a6247797da3415b9bba",class:{disabled:this.disabled}},f("div",{key:"6aac120f6d3cad989a4409978760fb752c556711",class:"group group-start"},f("slot",{key:"f2b68f9fd6b449b560823db825f04a6d154baf91",ref:e=>this.startSlotRef=e,name:"input-start"})),f("slot",{key:"7aa651f145806d7c24ad00af93d9dfd267a9ce02"}),f("div",{key:"d6214bd6949bd22bdc62582d0f0089f884b5c6af",class:"group group-end"},f("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 fA=0;const pA=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.valueChange=le(this,"valueChange",7),this.validityStateChange=le(this,"validityStateChange",7),this.ixBlur=le(this,"ixBlur",7),this.ixChange=le(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=Ae(),this.slotEndRef=Ae(),this.slotStartRef=Ae(),this.inputId="input-"+fA++,this.touched=!1}updateClassMappings(e){vv(this,e)}updateInputType(){this.inputType=this.type}componentWillLoad(){this.updateFormInternalValue(this.value),this.inputType=this.type}connectedCallback(){this.disposableChangesAndVisibilityObservers=Zu(this.hostElement,this.updatePaddings.bind(this))}updatePaddings(){Fu(this.slotStartRef.current,this.slotEndRef.current,this.inputRef.current)}disconnectedCallback(){var e;(e=this.disposableChangesAndVisibilityObservers)===null||e===void 0||e.call(this)}updateFormInternalValue(e){this.formInternals.setFormValue(e),this.value=e,this.inputRef.current&&this.touched&&$d(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 r=_4(this);return f(de,{key:"966efdac8aabf6e8eda4c70a70d996b66406e426",class:{disabled:this.disabled,readonly:this.readonly}},f("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},f("div",{key:"73f3a4eb7eeec903148afc9ab0e03409808773ce",class:"input-wrapper"},f(Xu,{key:"5610b1d97825d73045a3d5b20cd0b4da1e323a34",slotStartRef:this.slotStartRef,onSlotChange:()=>this.updatePaddings()}),f(A4,{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:n=>$4(this,n),onFocus:()=>kv(this,this.value),onEnterKeyChange:n=>Wu(n,this,this.value),valueChange:n=>this.valueChange.emit(n),updateFormInternalValue:n=>this.updateFormInternalValue(n),onBlur:()=>{Bd(this,this.inputRef.current,this.value),this.touched=!0},ariaAttributes:r,form:(e=this.formInternals.form)!==null&&e!==void 0?e:void 0,suppressSubmitOnEnter:this.suppressSubmitOnEnter,textAlignment:this.textAlignment}),f(Yu,{key:"3615ad5161239494a9a252ed9aeb3ea493d7d817",slotEndRef:this.slotEndRef,onSlotChange:()=>this.updatePaddings()},f("ix-icon-button",{key:"0b0837ae35a5d110794ce32ba3c28db4dce0083a",color:"color-weak-text",class:{"password-eye":!0,"eye-hidden":this.type!=="password"||this.disabled},variant:"tertiary",size:"16",icon:this.inputType==="password"?O2:J$,onClick:()=>{this.inputType=this.inputType!=="password"?"password":"text"}}))),!!this.maxLength&&this.maxLength>0&&f("ix-typography",{key:"0f3ed7f624fe620793cdd7a8fb2695d54dbcea33",class:"bottom-text",slot:"bottom-right",textColor:"soft"},((t=this.value)!==null&&t!==void 0?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,r,n){var s,l=arguments.length,c=l<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,t,r,n);else for(var h=e.length-1;h>=0;h--)(s=e[h])&&(c=(l<3?s(c):l>3?s(t,r,c):s(t,r))||c);l>3&&c&&Object.defineProperty(t,r,c)})([Rr()],pA.prototype,"updateClassMappings",null);const j4=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.striped=!1}render(){return f(de,{key:"8ac8c1edacddbe11072e692c165c338bdaa6fcdf",class:{keyValueList:!0,"keyValueList--striped":this.striped}},f("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]}]),gA=j4,vA=function(){typeof customElements<"u"&&["ix-key-value-list"].forEach((e=>{e==="ix-key-value-list"&&(customElements.get(e)||customElements.define(e,j4))}))},V4=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.labelPosition="top"}render(){return f(de,{key:"ee855752985c8321f4f9608cb957acd093293a9f",class:"keyValue keyValue--"+(this.labelPosition==="top"?"column":"row")},this.icon&&f("ix-icon",{key:"6bfb94d5df575189c0df6e86cd65ea25a2dddecc",name:this.icon,size:"24",class:"keyValue__icon","aria-label":this.ariaLabelIcon}),f("div",{key:"028c1ca00511298ae99c1088a2800c0b7ccd97bd",class:"keyValue__content"},f("div",{key:"1b61165be2e1462f3d18e325236f9175b3a84a0d",class:"content__label"},this.label),f("div",{key:"d778bac4980281cce97bade4247b8f3b62191e1b",class:{content__value:!0,"has-customValue":this.value===void 0}},this.value!==void 0?this.value:f("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]}]),yA=V4,kA=function(){typeof customElements<"u"&&["ix-key-value"].forEach((e=>{e==="ix-key-value"&&(customElements.get(e)||customElements.define(e,V4))}))},P4=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.state="neutral",this.orientation="horizontal"}getStateIcon(){switch(this.state){case"alarm":return f("ix-icon",{color:"kpi-display-icon--color",name:P$,size:"16","aria-label":this.ariaLabelAlarmIcon});case"warning":return f("ix-icon",{color:"kpi-display-icon--color",name:js,size:"16","aria-label":this.ariaLabelWarningIcon});default:return""}}getTooltipText(){let e="".concat(this.label,": ").concat(this.value);return this.unit&&(e=e.concat(" "+this.unit)),e}render(){return f(de,{key:"66e7a14d365489072d53128deddfe610ea2c0589",title:this.getTooltipText(),tabindex:"1",class:{stacked:this.orientation==="vertical"}},f("div",{key:"724d4ad85701d09ad46ad85d5d62150195545cb1",class:{"kpi-container":!0,alarm:this.state==="alarm",warning:this.state==="warning"}},f("span",{key:"581ec9d9dac67105f5d92fc714511a1578d0833d",class:"kpi-label"},this.getStateIcon(),f("span",{key:"a81cb7fe8322e8d0682527c7d961a4d1fb32fd58",class:"kpi-label-text"},this.label)),f("span",{key:"ed7cefc54de202ccab0e9d1ec1adc42eb74f6f78",class:"kpi-value-container"},f("span",{key:"cade7321b2d3d1dc564480b3ad7f769f079b84d1",class:"kpi-value"},this.value),this.unit?f("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]}]),xA=P4,wA=function(){typeof customElements<"u"&&["ix-kpi"].forEach((e=>{e==="ix-kpi"&&(customElements.get(e)||customElements.define(e,P4))}))};ue(class extends ae{constructor(e){super(),e!==!1&&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: ".concat(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 r=this.parseNumber(t.getAttribute("data-colspan"));r=Math.min(r,e);const n=r/e;t.style.width="calc(".concat(99.9*n,"% - ").concat(1-n," * var(--ix-layout-grid-gap))")}))}render(){return f(de,{key:"e80a4427592546a5c5155d23108840ec2e34ecd3"},f("div",{key:"cf63d295988d17bf976bfddd13c13f8987b2ca1a",class:"container"},f("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 SA=T4,CA=Qz;ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.disabled=!1,this.target="_self"}render(){return f(de,{key:"4d24f0a12d133ab58cb2a873536e68db17df2d5a"},f("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},f("ix-icon",{key:"68d6611903eec80a879d4bfbb90a71fcdd05d5a0",class:"icon",name:zd,size:"16","aria-hidden":"true"}),f("div",{key:"4e4b66cb6cd469f56d9029a0ddbf5a44ea838128",class:{link:!0,disabled:this.disabled}},f("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]}]);ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.labelChange=le(this,"labelChange",7)}watchLabel(e,t){this.labelChange.emit({name:"ix-menu-about-item",oldLabel:t,newLabel:e})}render(){return f(de,{key:"2877a9c9386fb74d8c4fcfb72d5f31d8aa9057f1"},f("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}]}]);ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.showMore=le(this,"showMore",7),this.closePopover=le(this,"closePopover",7),this.show=!1,this.i18nShowMore="Show more",this.expanded=!1}render(){return f(de,{key:"7443d209d383de9e46d8c024c1756ae814c5d764",class:{expanded:this.expanded,show:!this.show}},f("div",{key:"034c93b01133fa50d28c0e4ce98becc53fe29158",class:"banner-container"},f("ix-icon",{key:"69df7443eba7107db4d4f20d2a628159a7ed8660",color:"color-inv-contrast-text",name:l_,size:"32"}),f("svg",{key:"36cc1e785395307d29813cac4f13b1309ee2d257",viewBox:"0 0 48 56",xmlns:"http://www.w3.org/2000/svg"},f("polygon",{key:"35d4a86b62c225dc03329e6e53bdd6180d1a6b8e",points:"0 0 48 0 48 56 24 48 0 56"}))),f("div",{key:"d5f1d76a2bf661fb865fa7c4857b0f20d6f225dc",class:"cui-popover-news-header"},f("ix-typography",{key:"d8ef22907758393fe430cc2a4940dea8ee7372e8",format:"label",bold:!0},this.label)),f("ix-icon-button",{key:"2fb7cf52ee3bf3e475fc5fa6d0aaadec96246acc",size:"24",icon:Ys,iconColor:"color-soft-text",variant:"tertiary",onClick:()=>{this.show=!1,this.closePopover.emit()}}),f("div",{key:"8875b7027424233f78ac46c52cbeccc3d4fb7560",class:"slot-container"},f("slot",{key:"b662f3b8c11a9c3ea639ed6b753a4b80ed038bec"})),this.aboutItemLabel?f("div",{class:"cui-popover-news-footer"},f("ix-button",{variant:"primary",onClick:e=>{this.show=!1,this.showMore.emit(e)}},this.i18nShowMore)):null,f("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 U4=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.tabClick=le(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:e.layout==="stretched",bottom:e.placement==="bottom",top:e.placement==="top",circle:e.circle}}render(){return f(de,{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()}},f("div",{key:"fe2bdf6f8daee069486f25fe8e21e53713d856e4",class:{circle:this.rounded,text:!this.rounded,selected:this.selected,disabled:this.disabled}},f("slot",{key:"2d978daeed548622c470979f9b1aacd9823f398e"})),f("div",{key:"8ee56a58ba2d1047b7089668b70a176edec0ea00",class:{counter:!0,selected:this.selected,hidden:!(this.rounded&&this.counter!==void 0),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]}]);function EA(){typeof customElements<"u"&&["ix-tab-item"].forEach((e=>{e==="ix-tab-item"&&(customElements.get(e)||customElements.define(e,U4))}))}const kn={SELECTED:"selected",DISABLED:"disabled",SMALL_TAB:"small-tab",ICON:"icon",STRETCHED:"stretched",BOTTOM:"bottom",TOP:"top",CIRCLE:"circle",HYDRATED:"hydrated"},TA=new Set(Object.values(kn)),q4=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.selectedChange=le(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,this.windowStartSize===0)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(e=this.hostElement.shadowRoot)===null||e===void 0?void 0:e.querySelector(".items-content")}getTabsContainer(){var e;return(e=this.hostElement.shadowRoot)===null||e===void 0?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;(e=this.classObserver)===null||e===void 0||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 r=t===this.selected,n=e.disabled;this.small&&e.setAttribute("small","true"),this.rounded&&e.setAttribute("rounded","true"),e.setAttribute("layout",this.layout),e.setAttribute("selected",r.toString()),e.setAttribute("placement",this.placement),e.toggleAttribute("disabled",n),this.applyRequiredClasses(e,r,n)}applyRequiredClasses(e,t,r){const n=new Set(this.buildRequiredClasses(t,r)),{classList:s}=e;for(const l of n)s.add(l);for(const l of TA)n.has(l)||s.remove(l)}buildRequiredClasses(e,t){return Object.entries({[kn.HYDRATED]:!0,[kn.SELECTED]:e,[kn.DISABLED]:t,[kn.SMALL_TAB]:this.small,[kn.STRETCHED]:this.layout==="stretched",[kn.BOTTOM]:this.placement==="bottom",[kn.TOP]:this.placement==="top",[kn.CIRCLE]:this.rounded}).filter((([,r])=>r)).map((([r])=>r))}ensureSelectedIndex(){if(this.totalItems===0)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[r,n]of e.entries())this.setTabAttributes(n,r);const t=this.showArrows();e.forEach((r=>{r.style.touchAction=t?"none":""})),this.renderArrows()}showArrows(){try{const e=this.getTabsWrapper();return e&&e.scrollWidth>Math.ceil(e.getBoundingClientRect().width)&&this.layout==="auto"}catch(e){return!1}}showPreviousArrow(){try{return this.showArrows()===!0&&this.scrollActionAmount<0}catch(e){return!1}}showNextArrow(){try{const e=this.getTabsWrapper();if(!e)return!1;const t=e.getBoundingClientRect();return this.showArrows()===!0&&this.scrollActionAmount>-1*(e.scrollWidth-t.width)}catch(e){return!1}}move(e,t=!1){const r=this.getTabsWrapper();if(!r)return;const n=r.getBoundingClientRect().width,s=-this.currentScrollAmount+n-r.scrollWidth;e=e<s?s:e,e+=this.currentScrollAmount;const l=["transform: translateX(".concat(e=Math.min(e,0),"px);"),t?"transition: all ease-in-out 400ms;":""].join("");r.setAttribute("style",l),t?this.currentScrollAmount=this.scrollActionAmount=e:this.scrollActionAmount=e}onSelectedChange(e){if(!this.showArrows())return;const t=this.getTab(e),r=this.getTabsContainer();if(!t||!r)return;const n=r.getBoundingClientRect(),s=t.getBoundingClientRect(),l=s.left-n.left,c=l+s.width;l<this.ARROW_WIDTH?this.move(-l+this.ARROW_WIDTH,!0):c>n.width-this.ARROW_WIDTH&&this.move(n.width-c-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()||t.button>0||this.isDragging)return;t.preventDefault(),this.isDragging=!0,this.clickAction.isClick=!0,e.setPointerCapture(t.pointerId);const r=t.clientX,n=this.currentScrollAmount,s=m=>this.dragMove(m,r),l=()=>{e.removeEventListener("pointermove",s,!1),e.removeEventListener("pointerup",c,!1),e.removeEventListener("pointercancel",h,!1)},c=()=>{if(l(),this.isDragging=!1,this.dragStop(),this.clickAction.isClick){const m=this.getTabs().indexOf(e);m>=0&&!e.disabled&&this.clickTab(m)}},h=()=>{l(),this.isDragging=!1,this.scrollActionAmount=n;const m=this.getTabsWrapper();m&&m.setAttribute("style","transform: translateX(".concat(n,"px);")),this.clickAction.isClick=!0};e.addEventListener("pointerup",c),e.addEventListener("pointercancel",h),e.addEventListener("pointermove",s,!1)}dragMove(e,t){const r=e.clientX-t;Math.abs(r)>this.TAP_THRESHOLD_PX&&(this.clickAction.isClick=!1),this.move(r)}dragStop(){this.clickAction.isClick||(this.currentScrollAmount=this.scrollActionAmount)}componentWillLoad(){this.initResizeObserver()}componentDidRender(){this.updateTabAttributes()}componentWillRender(){this.renderArrows()}renderArrows(){og((()=>{this.showArrowNext=this.showNextArrow(),this.showArrowPrevious=this.showPreviousArrow()}))}componentDidLoad(){this.getTabs().forEach((t=>{t.addEventListener("pointerdown",(r=>this.dragStart(t,r)))}));const e=this.getTabsWrapper();e&&e.addEventListener("touchstart",(t=>{this.showArrows()&&t.preventDefault()}),{passive:!1}),this.observeSlotChanges()}disconnectedCallback(){var e,t;(e=this.resizeObserver)===null||e===void 0||e.disconnect(),(t=this.classObserver)===null||t===void 0||t.disconnect()}onTabClick(e){if(e.defaultPrevented)return;const t=e.target;this.getTabs().forEach(((r,n)=>{r.disabled||r!==t||this.clickTab(n)}))}render(){return f(de,{key:"4d60486e9ae8c9b154df97446534697a6b8a52d6"},this.showArrowPrevious&&f("button",{key:"358885efeb578914036d4475377e0e8695937f13",class:"arrow",onClick:()=>this.move(this.scrollAmount,!0),"aria-label":this.ariaLabelChevronLeftIconButton},f("ix-icon",{key:"d434ddb5acb03c058af167b7590bdc1018166e58",name:L2,"aria-hidden":"true"})),f("div",{key:"24bc36c48fb9fd1cb2e3181dae47402fe5335bd0",class:{"tab-items":!0,"overflow-shadow":!0,"shadow-left":this.showArrowPrevious,"shadow-right":this.showArrowNext,"shadow-both":this.showArrowNext&&this.showArrowPrevious}},f("div",{key:"a647c41bbd347379a9e7621705024f3182c08827",class:"items-content",role:"tablist"},f("slot",{key:"92436d5e8b7a867de8e37b68a55600e590de63eb"}))),this.showArrowNext&&f("button",{key:"27a519f552b7950cd8b57985110fec983ca675bc",class:"arrow right",onClick:()=>this.move(-this.scrollAmount,!0),"aria-label":this.ariaLabelChevronRightIconButton},f("ix-icon",{key:"8c5e55420b51983b85d221708f691f407c8ecbb8",name:zd,"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 LA(){typeof customElements<"u"&&["ix-tabs"].forEach((e=>{e==="ix-tabs"&&(customElements.get(e)||customElements.define(e,q4))}))}function dw(e){return Array.from(e.el.querySelectorAll(e instanceof jh?"ix-menu-settings-item":"ix-menu-about-item"))}function F4(e,t){if(e.activeTabLabel===t)return;const{defaultPrevented:r}=e.tabChange.emit(t);r||(e.activeTabLabel=t)}function Z4(e,t){e.items.forEach((r=>{r.style.display="none",r.label===t&&(r.style.display="block")}))}function W4(e){if(e.items=dw(e),e.items.length){const t=e.activeTabLabel||e.items[0].label;t&&F4(e,t)}e.items.forEach((t=>{t.addEventListener("labelChange",(r=>{e.items=dw(e),r.detail.oldLabel===e.activeTabLabel&&(e.activeTabLabel=r.detail.newLabel)}))}))}const jh=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.tabChange=le(this,"tabChange",7),this.close=le(this,"close",7),this.label="Settings",this.ariaLabelCloseButton="Close Settings",this.show=!1}updateTab(e,t){e!==t&&Z4(this,e)}componentWillLoad(){W4(this)}componentDidLoad(){fi(this.el)}render(){return f(Y4,{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}]}]),Y4=({context:e})=>{const t=e.items.findIndex((r=>r.label===e.activeTabLabel));return f(de,{slot:e instanceof jh?"ix-menu-settings":"ix-menu-about",class:{show:e.show}},f("div",{class:e instanceof jh?"settings-header":"about-header"},f("h2",{class:"text-h2"},e.label),f("ix-icon-button",{variant:"tertiary",size:"24",icon:Ys,iconColor:"color-soft-text","aria-label":e.ariaLabelCloseButton,onClick:r=>e.close.emit({name:e instanceof jh?"ix-menu-settings":"ix-menu-about",nativeEvent:r})})),f("ix-tabs",{selected:t!==-1?t:0},(r=>r.items.map((({label:n})=>f("ix-tab-item",{selected:n===r.activeTabLabel,onTabClick:s=>s.preventDefault(),onClick:()=>{n&&F4(r,n)}},n))))(e)),f("slot",null))};ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.tabChange=le(this,"tabChange",7),this.close=le(this,"close",7),this.label="About & legal information",this.ariaLabelCloseButton="Close About",this.show=!1}updateTab(e,t){e!==t&&Z4(this,e)}componentWillLoad(){W4(this)}componentDidLoad(){fi(this.el)}render(){return f(Y4,{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}]}]);ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.logoutClick=le(this,"logoutClick",7),this.i18nLogout="Logout",this.hideLogoutButton=!1,this.enableTopLayer=!1,this.showContextMenu=!1,this.avatarElementId="ix-menu-avatar-id",this.tooltipRef=Ae()}onSlotChange(){const e=this.hostElement.shadowRoot.querySelector("slot");if(!e)return;const t=Fg(e);this.showContextMenu=t.length!==0}render(){var e;const t=(e=this.tooltipText)!==null&&e!==void 0?e:this.top,r=t===this.top;return f(de,{key:"63251d35fc15b945de3bae097702c3e0e7377568",slot:"ix-menu-avatar"},f("button",{key:"f50dd772c58b7b20e966d0a992f6e2537ebbe5bc",class:"nav-item top-item avatar no-hover",id:this.avatarElementId,tabIndex:0},f("ix-avatar",{key:"1b3ea2ab31cc248e021306b9399b5b2bbad1122f",image:this.image,initials:this.initials}),f("div",{key:"1e8aee8c464ebc41e99d00b6933f6682d1c98019",class:"avatar-name"},f("span",{key:"3bc559472005be3d21b406fd9ea85fcb9737dcb6",class:"text-default-single"},this.top),f("span",{key:"023fb55cd5229df9aadec9daf86834e16944a66f",class:"text-default-single"},this.bottom))),!!t&&f("ix-tooltip",{key:"8e13fc36570e1152049b636ecabb042e7288c3e8",ref:this.tooltipRef,for:"#"+this.avatarElementId,placement:"right","aria-hidden":Fe(r),"aria-label":this.ariaLabelTooltip},t),f("ix-dropdown",{key:"6a7e04c67894981100c3b81eb6ac9c5d9a16194a",trigger:this.hostElement,placement:"right-start",hidden:!this.showContextMenu&&this.hideLogoutButton,offset:{mainAxis:16},onShowChanged:n=>{n.detail&&this.tooltipRef.current&&this.tooltipRef.current.hideTooltip(0)},enableTopLayer:this.enableTopLayer},f("slot",{key:"d7444d53d15826d0999476c55bc428a89a6b73fa",onSlotchange:()=>this.onSlotChange()}),!this.hideLogoutButton&&f("ix-menu-avatar-item",{key:"f6c1fc16b2b39ef2277ae01485f1b7014e72e568",label:this.i18nLogout,icon:o_,onClick:n=>{this.logoutClick.emit(n)}})))}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 $A=0;const X4=ue(class extends ae{constructor(e){super(),e!==!1&&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=((t,r)=>"ix-menu-item--"+r++)(0,$A++),this.buttonRef=Ae(),this.isHostedInsideCategory=!1,this.observer=An((()=>{this.setTooltip()}))}componentWillLoad(){var e;this.isHostedInsideCategory=!!this.hostElement.closest("ix-menu-category"),this.onIconChange(),this.menuExpanded=((e=da.nativeElement)===null||e===void 0?void 0:e.expand)||!1,this.menuExpandedDisposer=da.expandChange.on((t=>this.menuExpanded=t))}componentWillRender(){this.setTooltip()}setTooltip(){var e,t,r;this.tooltip=(r=(t=(e=this.tooltipText)!==null&&e!==void 0?e:this.label)!==null&&t!==void 0?t:this.hostElement.textContent)!==null&&r!==void 0?r: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=K$)}render(){let e={};this.home&&(e={slot:"home"}),this.bottom&&(e={slot:"bottom"});const t=Ar(this.hostElement),r=Object.assign({class:"tab",tabIndex:this.disabled?-1:0},t),n=[this.icon&&f("ix-icon",{key:"3235cdce2773d33e6f1a75b4df395079246fa993",class:"tab-icon",name:this.icon,"aria-hidden":"true"}),this.notifications?f("div",{class:"notification"},f("div",{class:"pill"},this.notifications)):null,f("span",{key:"704284ed9ae6b83b2b2d65ebc103e5e8ff766c1b",id:this.internalItemId,class:"tab-text text-default"},this.label,f("slot",{key:"6b79e39fb7e616088d11bd8b9c57f4406fdd94b6"}))];return f(de,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?f("a",Object.assign({},r,{href:this.disabled?void 0:this.href,target:this.target,rel:this.rel,role:"button",ref:this.buttonRef,onClick:s=>{this.disabled&&(s.preventDefault(),s.stopPropagation())}}),n):f("button",Object.assign({},r,{ref:this.buttonRef}),n),f("ix-tooltip",{key:"d282a68bce72435079cbfea5234b227c92027643",for:this.buttonRef.waitForCurrent(),placement:"right",showDelay:1e3,interactive:!1,"aria-hidden":Fe(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 G4(){typeof customElements<"u"&&["ix-menu-item","ix-tooltip","ix-typography"].forEach((e=>{switch(e){case"ix-menu-item":customElements.get(e)||customElements.define(e,X4);break;case"ix-tooltip":customElements.get(e)||Ad();break;case"ix-typography":customElements.get(e)||go()}}))}ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.closeOtherCategories=le(this,"closeOtherCategories",7),this.menuExpand=!1,this.showItems=!1,this.showDropdown=!1,this.nestedItems=[],this.enterLeaveDebounce=(function(t,r,{debounceTimeEnter:n,debounceTimeLeave:s}={debounceTimeEnter:0,debounceTimeLeave:500}){let l,c;return{onEnter:()=>{clearTimeout(c),l=setTimeout((()=>{t()}),n)},onLeave:()=>{clearTimeout(l),c=setTimeout((()=>{r()}),s)}}})((()=>{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(){mt(this.menuItemsContainer,{duration:150,easing:"easeInSine",opacity:[1,0],maxHeight:[this.getNestedItemsHeight()+40,0],onComplete:()=>{setTimeout((()=>{this.showItems=!1,this.showDropdown=!1}),175)}})}animateFadeIn(){mt(this.menuItemsContainer,{duration:150,easing:"easeInSine",opacity:[0,1],maxHeight:[0,this.getNestedItemsHeight()+40],onBegin:()=>{this.showItems=!0,this.showDropdown=!1}})}onPointerEnter(){var e;!((e=this.ixMenu)===null||e===void 0)&&e.expand||(this.closeOtherCategories.emit(),this.showDropdown=!0)}onPointerLeave(){this.showDropdown=!1}onCategoryClick(e){var t;e.stopPropagation(),!((t=this.ixMenu)===null||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 r of e!=null?e:[])if(r.attributeName==="class"&&r.target instanceof ae&&r.target.classList.contains("active"))return this.showItems=!0,void this.onExpandCategory(!0)}}isCategoryItemListVisible(){return this.menuExpand&&(this.showItems||this.isNestedItemActive())}componentWillLoad(){const e=k_(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=An((t=>this.onNestedItemsChanged(t))),this.observer.observe(this.hostElement,{attributes:!0,childList:!0,subtree:!0}),requestAnimationFrame((()=>{this.onNestedItemsChanged()})),(e=this.ixMenu)===null||e===void 0||e.addEventListener("expandChange",(({detail:t})=>{this.menuExpand=t,t||this.clearMenuItemStyles(),this.showItems=this.isCategoryItemListVisible()}))}clearMenuItemStyles(){var e,t;(e=this.menuItemsContainer)===null||e===void 0||e.style.removeProperty("max-height"),(t=this.menuItemsContainer)===null||t===void 0||t.style.removeProperty("opacity")}disconnectedCallback(){this.observer&&this.observer.disconnect()}render(){return f(de,{key:"edd1e65e5cd1cc96d1da1decfa666654d3926f6d",class:{expanded:this.showItems},onPointerEnter:()=>{this.enterLeaveDebounce.onEnter()},onPointerLeave:e=>{e.pointerType!=="touch"&&this.enterLeaveDebounce.onLeave()}},f("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},f("span",{key:"23c9e797cc2ef3a788866de2851d2d7fa8c1db83",class:"category"},f("span",{key:"b15dd87212ebbf9d2ceb6212ec9c85bdf27c4624",class:"category-text"},this.label),f("ix-icon",{key:"6381529eccd7caa09f9361de68564969a56ffa3f",name:Iu,class:{"category-chevron":!0,"category-chevron--open":this.showItems},"aria-hidden":"true"}))),f("div",{key:"dc0a076803031b9e2f725adaa0b5d2a1ad6b8c19",ref:e=>this.menuItemsContainer=e,class:{"menu-items":!0,"menu-items--expanded":this.showItems,"menu-items--collapsed":!this.showItems}},this.showItems?f("slot",null):null),f("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 ae&&(e.target.tagName==="IX-MENU-ITEM"?this.showDropdown=!1:e.preventDefault())}},f("ix-dropdown-item",{key:"2344605c05f8bd39b29928584fe8130fde99a252",class:"category-dropdown-header"},f("ix-typography",{key:"619da17167ac283092b899b44bfac92417ce38f1",format:"label",bold:!0,textColor:"std"},this.label)),f("ix-divider",{key:"0c5c0fb54666edd6d2680f39819042056a5e8a83"}),f("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 _A=X4,OA=G4;ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.labelChange=le(this,"labelChange",7)}watchLabel(e,t){this.labelChange.emit({name:"ix-menu-settings-item",oldLabel:t,newLabel:e})}render(){return f(de,{key:"93bcd49368f3bcb45ca4405eb1f75d5a0699b784"},f("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 zA extends Event{constructor(t){super("application-sidebar-toggle",{bubbles:!0,composed:!0}),this.force=t}}const Q4=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.expandChange=le(this,"expandChange",7),this.mapExpandChange=le(this,"mapExpandChange",7),this.openAppSwitch=le(this,"openAppSwitch",7),this.openSettings=le(this,"openSettings",7),this.openAbout=le(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=t=>{var r,n;return t.style.display!=="none"&&((n=(r=t.parentElement)===null||r===void 0?void 0:r.parentElement)===null||n===void 0?void 0:n.style.display)!=="none"}}expandChanged(e,t){e!==t&&this.toggleMenu(e)}pinnedChange(e){if(this.setPinned(this.pinned),e)return Qt.disableBreakpointDetection(),void Qt.setBreakpoint("lg");Qt.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 this.hostElement.shadowRoot.querySelectorAll(".internal-tab ix-dropdown .appended").length===0}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(e=document.querySelector("ix-menu-about-news"))!==null&&e!==void 0?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 Array.from(this.hostElement.shadowRoot.querySelectorAll("ix-menu-settings-item")).length===0}get tabsContainer(){return this.hostElement}componentDidLoad(){requestAnimationFrame((()=>{this.handleOverflowIndicator()})),this.pinned&&this.pinnedChange(this.pinned)}componentWillLoad(){D2(this.hostElement,qg,(e=>{this.applicationLayoutContext=e,this.onBreakpointChange(e.hideHeader!==!0?Qt.breakpoint:"md")}),!0),da.register(this.hostElement),Qt.onChange.on((e=>this.onBreakpointChange(e))),this.onBreakpointChange(Qt.breakpoint,!0),this.updateThemeState(),this.themeDisposer=gi.schemaChanged.on((()=>{this.updateThemeState()})),this.themeNameDisposer=gi.themeChanged.on((()=>{this.updateThemeState()}))}componentDidRender(){!this.about&&this.aboutNewsPopover&&(this.aboutNewsPopover.show=!1),this.appendFragments()}disconnectedCallback(){var e,t;(e=this.themeDisposer)===null||e===void 0||e.dispose(),(t=this.themeNameDisposer)===null||t===void 0||t.dispose()}updateThemeState(){this.isDarkMode=gi.getMode()==="dark"}setPinned(e){this.showPinned=e,da.setIsPinned(e)}onBreakpointChange(e,t=!1){(this.applicationLayoutContext||e!=="sm")&&this.applicationLayoutContext&&(this.applicationLayoutContext.hideHeader&&e==="sm"||(this.setPinned(e==="lg"),(t||e!==this.breakpoint)&&this.toggleMenu(e==="lg"&&this.startExpanded),this.breakpoint=e))}appendFragments(){this.appendAboutNewsPopover()}getAboutPopoverVerticalPosition(){var e;const t=((e=this.aboutTab)===null||e===void 0?void 0:e.getBoundingClientRect())||{bottom:-window.innerHeight,height:0},r=window.innerHeight-(t.bottom-t.height/2+6+6);return vu(r)}appendAboutNewsPopover(){var e;if(this.aboutNewsPopover&&this.about&&(this.aboutNewsPopover.style.bottom=this.getAboutPopoverVerticalPosition(),!(!((e=this.popoverArea)===null||e===void 0)&&e.contains(this.aboutNewsPopover)))){const t=()=>{var r;!((r=this.aboutNewsPopover)===null||r===void 0)&&r.aboutItemLabel&&this.about&&(this.about.activeTabLabel=this.aboutNewsPopover.aboutItemLabel,this.toggleAbout(!0))};this.aboutNewsPopover.addEventListener("showMore",t.bind(this)),document.body.appendChild(this.aboutNewsPopover)}}async toggleMapExpand(e){this.mapExpand=e!==void 0?e:!this.mapExpand}async toggleMenu(e){const t=this.expand;this.expand=e!==void 0?e:!this.expand,this.aboutNewsPopover&&(this.aboutNewsPopover.expanded=this.expand);const{defaultPrevented:r}=this.expandChange.emit(this.expand);if(r)return this.expand=t,void(this.aboutNewsPopover&&(this.aboutNewsPopover.expanded=t));this.isTransitionDisabled=!1,this.checkTransition(),this.breakpoint=="sm"&&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?n_:i_}isMenuItemClicked(e){return e.target instanceof ae&&e.target.tagName==="IX-MENU-ITEM"}handleOverflowIndicator(){const{clientHeight:e,scrollTop:t,scrollHeight:r}=this.menuItemsContainer;this.itemsScrollShadowTop=t>0,this.itemsScrollShadowBottom=Math.round(t+e)<r}onOverlayClose(){this.animateOverlayFadeOut((()=>{this.resetOverlay()}))}animateOverlayFadeIn(){requestAnimationFrame((()=>{mt(this.overlayContainer,{duration:It.mediumTime,backdropFilter:[0,"blur(1rem)"],translateX:["-4rem",0],opacity:[0,1],easing:"easeInSine",onBegin:()=>{this.showPinned||this.toggleMenu(!1)}})}))}animateOverlayFadeOut(e){requestAnimationFrame((()=>{mt(this.overlayContainer,{duration:It.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 this.breakpoint==="sm"&&this.expand===!1}sidebarToggle(){this.mapExpandChange.emit(this.mapExpand),this.hostElement.dispatchEvent(new zA(this.mapExpand))}async showAppSwitch(){var e;const{defaultPrevented:t}=this.openAppSwitch.emit();t||!((e=this.applicationLayoutContext)===null||e===void 0)&&e.appSwitchConfig&&I2(this.applicationLayoutContext.appSwitchConfig)}render(){var e,t;let r;return this.showSettings?r=this.i18nSettings:this.showAbout&&(r=this.i18nLegal),f(de,{key:"f110c37a48450f5c2503f7d22aa2ec89ab3e2a2b",class:{expanded:this.expand,["breakpoint-"+this.breakpoint]:!0},slot:"menu"},f("nav",{key:"ba8f5ebdf01e3971944d12bf7559920a30de630b","aria-label":this.applicationName,class:{menu:!0,expanded:this.expand}},f("div",{key:"ded53cf75d43d7470b414c9a79470c08e84cdafc",class:"menu-buttons"},this.breakpoint!=="sm"&&f("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"}),this.breakpoint==="sm"&&((e=this.applicationLayoutContext)===null||e===void 0?void 0:e.appSwitchConfig)&&f("ix-icon-button",{key:"eb491ad150526feffc353aa3bc0facad5c022f59",onClick:()=>{this.showAppSwitch()},icon:Ug,variant:"subtle-tertiary"})),f("div",{key:"c011962c8617669d512a5819d8fdd0426b889597",id:"menu-tabs",style:{display:"contents"},onClick:n=>this.onMenuItemsClick(n)},f("div",{key:"0a2bf780cff17852ebee73236cb9361cda69eae7",class:"tabs-shadow-container"},f("div",{key:"89e91e3921a72d4fc38fbcfd9bcf7b1dc86b65f3",class:{"tabs--shadow":!0,"tabs--shadow-top":!0,"tabs--shadow--show":this.itemsScrollShadowTop}}),f("div",{key:"576ea9d478068b06c44fdaa0d0ea85291351f50e",class:{tabs:!0,"show-scrollbar":this.expand},onScroll:()=>this.handleOverflowIndicator()},f("div",{key:"93207553be4b6ea5c2ee10e4199dea100c571632",class:"menu-avatar"},f("slot",{key:"9a10f155385fe009c6af637bd2b21162670df08f",name:"ix-menu-avatar"})),f("slot",{key:"c6ee9852f5c1891f6192654ce0a8b2dc5a6828f7",name:"home"}),this.breakpoint==="sm"&&this.isHiddenFromViewport()?null:f("slot",null)),f("div",{key:"d9ddb5926de8faf8c5bbea2f87e4799c0467884b",class:{"tabs--shadow":!0,"tabs--shadow-bottom":!0,"tabs--shadow--show":this.itemsScrollShadowBottom}}))),f("div",{key:"2bbe5f772c8d634b57a8d5d0e042bca39d85fb34",class:"bottom-tab-divider"}),this.settings?f("ix-menu-item",{disabled:this.isHiddenFromViewport(),id:"settings",class:{"internal-tab":!0,"bottom-tab":!0,active:this.showSettings},icon:G$,onClick:async()=>this.toggleSettings(!this.showSettings),label:this.i18nSettings,"aria-expanded":""+this.showSettings,"aria-controls":"menu-overlay"}):null,this.enableToggleTheme?f("ix-menu-item",{disabled:this.isHiddenFromViewport(),id:"toggleTheme",onClick:()=>gi.toggleMode(),class:"internal-tab bottom-tab",icon:t_,label:this.i18nToggleTheme,role:"switch","aria-checked":""+this.isDarkMode}):null,f("div",{key:"cb0c86250320b703ef016097137c3f95cf274163",onClick:n=>this.onMenuItemsClick(n)},f("slot",{key:"5c22657279384b7fbc82b3728156ec11cc4494e7",name:"bottom"})),f("div",{key:"a34655b9fbfeecadd26ed3b73b340b56c8481c63",id:"popover-area"}),this.enableMapExpand||!((t=this.applicationLayoutContext)===null||t===void 0)&&t.sidebar?f("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?f("ix-menu-item",{disabled:this.isHiddenFromViewport(),id:"aboutAndLegal",class:{"internal-tab":!0,"bottom-tab":!0,active:this.showAbout},icon:Du,onClick:async()=>this.toggleAbout(!this.showAbout),label:this.i18nLegal,"aria-expanded":""+this.showAbout,"aria-controls":"menu-overlay"}):null),f("section",{key:"596600987bd9b245b44d7d725ba06a0266869fc0",id:"menu-overlay","aria-label":r,class:{"menu-overlay":!0,visible:this.isOverlayVisible(),expanded:this.expand},onTransitionEnd:()=>{this.isTransitionDisabled=!0,this.checkTransition()}},f("div",{key:"13b89027a0240f22981b9e6ae41f3e62dbcdc8c9",class:"menu-overlay-container"},this.showSettings?f("slot",{name:"ix-menu-settings"}):null),f("div",{key:"a9e17821bc23eef2717fff6a3c9514b54b2bf00f",class:"menu-overlay-container"},this.showAbout?f("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}]}]),AA=Q4,RA=function(){typeof customElements<"u"&&["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,Q4);break;case"ix-icon-button":customElements.get(e)||Ci();break;case"ix-menu-expand-icon":customElements.get(e)||rv();break;case"ix-menu-item":customElements.get(e)||G4();break;case"ix-spinner":customElements.get(e)||br();break;case"ix-tooltip":customElements.get(e)||Ad();break;case"ix-typography":customElements.get(e)||go()}}))},cw=ue(class hg extends ae{constructor(t){super(),t!==!1&&this.__registerHost(),this.__attachShadow(),this.closedChange=le(this,"closedChange",7),this.closeAnimationCompleted=le(this,"closeAnimationCompleted",7),this.type="info",this.persistent=!1}componentWillRender(){const t=hg.messageTypeConfigs[this.type];t&&(this.icon=t.icon,this.color=t.color)}closeAlert(t){const{defaultPrevented:r}=this.closedChange.emit();r||mt(t,{duration:hg.duration,opacity:[1,0],easing:"easeOutSine",onComplete:()=>{t.classList.add("message-bar-hidden"),this.closeAnimationCompleted.emit()}})}render(){return f(de,{key:"77cde4e0a2aa39b0838ccef1fe84dcd85a99f0e1"},f("div",{key:"319882aba72c886393d8162442a56dc8404ed386",class:{"message-container":!0,[this.type]:!0},role:"alert",ref:t=>this.divElement=t},f("ix-icon",{key:"a204e1952605dc54532a3a862c8d00f9c049727d",color:this.color,name:this.icon}),f("div",{key:"a1870021581d39097b24fae111a0f3418516cc1b",class:"message-content"},f("slot",{key:"96e9f8283842a5ef183e62b0b49ea879a61f303e"})),!this.persistent&&f("ix-icon-button",{key:"a136f9c0b1b557c3f789b569bbef64802f70cc26",icon:Ys,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]}]);cw.duration=300,cw.messageTypeConfigs={alarm:{icon:Hs,color:"color-alarm"},critical:{icon:c_,color:"color-critical"},warning:{icon:js,color:"color-warning-text"},success:{icon:Ns,color:"color-success"},info:{icon:Du,color:"color-info"},neutral:{icon:Yk,color:"color-neutral"},primary:{icon:Yk,color:"color-primary"}};const K4=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow()}render(){return f(de,{key:"60b3a1c2a24a678788c823dde41f743d9bfa5aa7"},f("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 J4(){typeof customElements<"u"&&["ix-modal-content"].forEach((e=>{e==="ix-modal-content"&&(customElements.get(e)||customElements.define(e,K4))}))}const IA=K4,DA=J4,e7=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow()}render(){return f(de,{key:"939d74c51190e3dcb1e29cd6d69a5001cdd6eaec"},f("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"]),MA=e7,BA=function(){typeof customElements<"u"&&["ix-modal-footer"].forEach((e=>{e==="ix-modal-footer"&&(customElements.get(e)||customElements.define(e,e7))}))},t7=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.closeClick=le(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=Kp(this.hostElement,"ix-modal"),this.onIconChange(this.icon)}onCloseClick(e){this.closeClick.emit(e).defaultPrevented||e.defaultPrevented||this.parentDialog.dismissModal()}render(){return f(de,{key:"fe31f33b0c3ce2cca9e5681978bd9200d894a526"},this.icon?f("ix-icon",{name:this.icon,color:this.iconColor,size:"32","aria-label":this.ariaLabelIcon}):null,f("div",{key:"04284e4fb5bf5c1255a36ca5cf42cf0a3993bdbe",class:"modal-title"},f("ix-typography",{key:"fe6b10d56e689087b4cc97e05908ef047a4cea2e",format:"h5"},f("slot",{key:"65426838b385f9644ee48c7565ec0fe93b9c4764"}))),this.hideClose?null:f("ix-icon-button",{class:"modal-close",onClick:e=>this.onCloseClick(e),variant:"tertiary",icon:Ys,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 o7(){typeof customElements<"u"&&["ix-modal-header","ix-icon-button","ix-spinner","ix-typography"].forEach((e=>{switch(e){case"ix-modal-header":customElements.get(e)||customElements.define(e,t7);break;case"ix-icon-button":customElements.get(e)||Ci();break;case"ix-spinner":customElements.get(e)||br();break;case"ix-typography":customElements.get(e)||go()}}))}const HA=t7,NA=o7,xv=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.dialogClose=le(this,"dialogClose",7),this.dialogDismiss=le(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){e.key==="Escape"&&e.preventDefault()}get dialog(){return this.hostElement.shadowRoot.querySelector("dialog")}slideInModal(){mt(this.dialog,{duration:this.disableAnimation?0:It.mediumTime,opacity:[0,1],translateY:this.centered?["-90%","-50%"]:[0,40],translateX:["-50%","-50%"],easing:"easeOutSine"})}slideOutModal(e){mt(this.dialog,{duration:this.disableAnimation?0:It.mediumTime,opacity:[1,0],translateY:this.centered?["-50%","-90%"]:[40,0],translateX:["-50%","-50%"],easing:"easeInSine",complete:()=>{e&&e()}})}closeDialog(e,t,r){this.slideOutModal((()=>{this.modalVisible=!1,this.dialog.close(JSON.stringify({type:e,reason:t},null,2)),r.emit(t)}))}isInsideDialog(e){if(!this.dialog||!e.composedPath().includes(this.dialog))return!1;if(e.target!==this.dialog)return!0;const t=this.dialog.getBoundingClientRect(),{clientX:r,clientY:n}=e;return r>=t.left&&r<=t.right&&n>=t.top&&n<=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(t,r,n=3e3){return new Promise(((s,l)=>{const c=Date.now(),h=()=>{const m=r.querySelector(t);m?s(m):Date.now()-c<n?setTimeout(h):l()};h()}))})("dialog",this.hostElement.shadowRoot);this.modalVisible=!0,e.showModal(),this.slideInModal()}catch(e){console.error("HTMLDialogElement not existing")}}async dismissModal(e){if(!this.modalVisible)return;let t=!0;this.beforeDismiss!==void 0&&(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=Ar(this.hostElement)}render(){return f(de,{key:"4081b8a78aba8b671d6eab5119be700a9b0387cb",class:{visible:this.modalVisible,"no-backdrop":this.hideBackdrop,"align-center":this.centered}},f("div",{key:"a38bd205e6289acdcd76e8e416ea6dbfdb2643e0",class:"dialog-backdrop"},f("dialog",{key:"b45fa45874bd0cb1f4e658ed0c64db2b8ac7adab","aria-modal":Fe(!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()}},f("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,r,n){var s,l=arguments.length,c=l<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,t,r,n);else for(var h=e.length-1;h>=0;h--)(s=e[h])&&(c=(l<3?s(c):l>3?s(t,r,c):s(t,r))||c);l>3&&c&&Object.defineProperty(t,r,c)})([E4("keydown",(e=>e.disableEscapeClose))],xv.prototype,"onKey",null);const jA=xv,wv=function(){typeof customElements<"u"&&["ix-modal"].forEach((e=>{e==="ix-modal"&&(customElements.get(e)||customElements.define(e,xv))}))};let VA=0;const lp=/[^\dEe+\-.,]/,PA=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.valueChange=le(this,"valueChange",7),this.validityStateChange=le(this,"validityStateChange",7),this.ixBlur=le(this,"ixBlur",7),this.ixChange=le(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=Ae(),this.slotEndRef=Ae(),this.slotStartRef=Ae(),this.numberInputId="number-input-"+VA++,this.touched=!1,this.handleInputChange=t=>{const r=this.convertNumberStringToFloat(t);this.isScientificNotation(t.trim())&&this.formInternals.setFormValue(t),this.handleValueChangeEvent(r)},this.handleBlur=()=>{if(!this.inputRef.current)return;const t=this.convertNumberStringToFloat(this.inputRef.current.value);t!==void 0&&(this.inputRef.current.value=this.formatValue(t)),this.updateFormInternalValue(t),Bd(this,this.inputRef.current,t),this.touched=!0},this.handleKeyDown=t=>{if(!this.disabled&&!this.readonly)switch(t.key){case"ArrowUp":t.preventDefault(),this.handleStepOperation("up");break;case"ArrowDown":t.preventDefault(),this.handleStepOperation("down")}},this.handleBeforeInput=t=>{var r,n;if(!this.disabled&&!this.readonly){if(t.inputType==="insertText"){const s=t.data;s&&lp.test(s)&&t.preventDefault()}if(t.inputType==="insertFromPaste"){const s=t.dataTransfer||t.clipboardData,l=(n=(r=s==null?void 0:s.getData)===null||r===void 0?void 0:r.call(s,"text"))!==null&&n!==void 0?n:"";lp.test(l)&&t.preventDefault()}}},this.handlePaste=t=>{var r,n;const s=(n=(r=t.clipboardData)===null||r===void 0?void 0:r.getData("text"))!==null&&n!==void 0?n:"";lp.test(s)&&t.preventDefault()}}onValueChange(e){this.updateFormInternalValue(e)}updateClassMappings(e){vv(this,e)}componentWillLoad(){this.updateFormInternalValue(this.value)}connectedCallback(){this.disposableChangesAndVisibilityObservers=Zu(this.hostElement,this.updatePaddings.bind(this))}disconnectedCallback(){var e;(e=this.disposableChangesAndVisibilityObservers)===null||e===void 0||e.call(this)}updatePaddings(){Fu(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 e==null?"":""+e}handleValueChangeEvent(e){this.valueChange.emit(this.allowEmptyValueChange||e!=null?e:0)}updateFormInternalValue(e){this.formInternals.setFormValue(e!=null?""+e:""),this.value=e,this.inputRef.current&&this.touched&&$d(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,r;if(!this.inputRef.current)return;const n=(t=this.convertNumberStringToFloat(this.inputRef.current.value))!==null&&t!==void 0?t:0,s=typeof this.step=="string"?Number.parseFloat(this.step):(r=this.step)!==null&&r!==void 0?r:1;let l;l=e==="up"?n+s:n-s;const c=Math.max(this.getDecimalPlaces(n),this.getDecimalPlaces(s));if(l=Number(l.toFixed(c)),this.min!==void 0){const h=typeof this.min=="string"?Number.parseFloat(this.min):this.min;l=Math.max(l,h)}if(this.max!==void 0){const h=typeof this.max=="string"?Number.parseFloat(this.max):this.max;l=Math.min(l,h)}this.inputRef.current.value=""+l,this.updateFormInternalValue(l),$d(this,this.inputRef.current),this.handleValueChangeEvent(l)}async getAssociatedFormElement(){return this.formInternals.form}async hasValidValue(){const e=await this.getNativeInputElement();return e.value===""?!this.required:this.convertNumberStringToFloat(e.value)!==void 0}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&&(this.disabled||this.readonly)===!1;return f(de,{key:"c30fd1519c016af6b1ff281846fdf2feb405cb50",class:{disabled:this.disabled,readonly:this.readonly}},f("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},f("div",{key:"2c3e976d2867654979b03501e34a34a65be3ed2a",class:{"input-wrapper":!0,"show-stepper-buttons":!!this.showStepperButtons}},f(Xu,{key:"46978d9abead04d95eb125e84f3ca7f09eb57af0",slotStartRef:this.slotStartRef,onSlotChange:()=>this.updatePaddings()}),f(A4,{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:r=>$4(this,r),onKeyDown:r=>this.handleKeyDown(r),onBeforeInput:r=>this.handleBeforeInput(r),onPaste:r=>this.handlePaste(r),onFocus:()=>kv(this,this.value),onEnterKeyChange:r=>Wu(r,this,this.value),valueChange:this.handleInputChange,updateFormInternalValue:r=>{if(!this.isScientificNotation(r.trim())){const n=this.convertNumberStringToFloat(r);this.updateFormInternalValue(n)}},onBlur:this.handleBlur,form:(e=this.formInternals.form)!==null&&e!==void 0?e:void 0,suppressSubmitOnEnter:this.suppressSubmitOnEnter,textAlignment:this.textAlignment}),f(Yu,{key:"9b061d2837b5a95051bd64aebdbbe1b7d2fb823a",slotEndRef:this.slotEndRef,onSlotChange:()=>this.updatePaddings()},f("div",{key:"e7763c463424c7c7cde61fd94a9b191e6264d45e",class:{"number-stepper-container":!0,"container-hidden":!t}},f("ix-icon-button",{key:"d139b84fe7f4dbf78ebf88bd912541ec0b020c98",variant:"subtle-tertiary",icon:r_,size:"16",class:"number-stepper-button step-minus","aria-label":"decrement number",onClick:()=>this.handleStepOperation("down")}),f("ix-icon-button",{key:"5b8508bff24a158b473d5e6732d59dcb716c2d97",variant:"subtle-tertiary",icon:s_,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,r,n){var s,l=arguments.length,c=l<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,t,r,n);else for(var h=e.length-1;h>=0;h--)(s=e[h])&&(c=(l<3?s(c):l>3?s(t,r,c):s(t,r))||c);l>3&&c&&Object.defineProperty(t,r,c)})([Rr()],PA.prototype,"updateClassMappings",null);ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.pageSelected=le(this,"pageSelected",7),this.itemCountChanged=le(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:r}=this.pageSelected.emit(this.selectedPage);r&&(this.selectedPage=t)}increase(){this.selectedPage!==this.count-1&&this.selectPage(this.selectedPage+1)}decrease(){this.selectedPage!==0&&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":Fe(this.selectedPage===e)}});return f(yi,Object.assign({},t),e+1)}renderPageButtons(){const e=Math.floor(this.maxCountPages/2),t=this.count>this.maxCountPages,r=t&&this.selectedPage>e,n=t&&this.selectedPage<this.count-e-1,s=[];let l=0,c=Math.min(this.count,this.maxCountPages),h=Math.floor((this.maxCountPages-4)/2);if(r){const m=Object.assign(Object.assign({},this.baseButtonConfig),{onClick:()=>{this.selectPage(n?this.selectedPage-Math.max(0,2*h+1):this.count-this.maxCountPages)}});s.push(this.getPageButton(0)),s.push(f(yi,Object.assign({},m),"...")),n?l=this.count-this.maxCountPages+2:(l=this.count-this.maxCountPages+2,c=this.count)}n&&(r?(l=this.selectedPage-h,c=this.selectedPage+h+1):c=this.maxCountPages-2);for(let m=l;m<c;m++)s.push(this.getPageButton(m));if(n){const m=Object.assign(Object.assign({},this.baseButtonConfig),{onClick:()=>{this.selectPage(r?this.selectedPage+Math.max(0,2*h+1):this.maxCountPages-1)}});s.push(f(yi,Object.assign({},m),"...")),s.push(this.getPageButton(this.count-1))}return f("span",{class:"page-buttons"},s)}handlePageInput(e){const t=Number.parseInt(e,10);Number.isNaN(t)||this.selectPage(Math.max(1,Math.min(t,this.count))-1)}render(){return f(de,{key:"93e4be2276970d3952bda46bddebe2edc53ea698"},f("ix-icon-button",{key:"d011bc194a01e894aeb83c2212b925f8883f1b21",disabled:!this.count||this.selectedPage===0,variant:"subtle-tertiary",icon:L2,onClick:()=>this.decrease(),"aria-label":this.ariaLabelChevronLeftIconButton}),this.advanced?f("div",{class:"advanced-pagination"},f("ix-typography",{format:"body"},this.i18nPage),f("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(),e.key==="Enter"){const t=e.target;this.handlePageInput(t.value),t.blur()}},onBlur:e=>{e.target.value=""+(this.selectedPage+1)}}),f("span",{class:"total-count"},f("ix-typography",{format:"body"},this.i18nOf," ",this.count))):f("span",{class:"basic-pagination"},this.renderPageButtons()," "),f("ix-icon-button",{key:"8e92af4c28c88854f6d0233e629905e8b69e6492",disabled:!this.count||this.selectedPage===this.count-1,variant:"subtle-tertiary",icon:zd,onClick:()=>this.increase(),"aria-label":this.ariaLabelChevronRightIconButton}),this.advanced&&!this.hideItemCount&&f("span",{key:"05d69b148bb3b53df9fb2df4cbdb2de32a83145f",class:"item-count"},f("ix-typography",{key:"50d2fdd4bd8bcbf3a4843fb6fee6024421f84ca1",format:"body"},this.i18nItems),f("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=>f("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"]}]);ue(class extends ae{constructor(e){super(),e!==!1&&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,r;((t=e[0].addedNodes.item(0))===null||t===void 0?void 0:t.nodeName)==="IX-PANE"?this.paneElements+=1:((r=e[0].removedNodes.item(0))===null||r===void 0?void 0:r.nodeName)==="IX-PANE"&&(this.paneElements-=1)})),this.observer.observe(this.hostElement,{childList:!0}),this.isMobile=Cn("sm"),Qt.onChange.on((()=>{this.isMobile=Cn("sm"),this.configurePanes()}))}componentDidLoad(){this.setPanes(this.currentPanes)}disconnectedCallback(){var e;(e=this.observer)===null||e===void 0||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((r=>r.slot==="left"&&!r.hideOnCollapse));e.borderless=!(e.variant!=="floating"||this.layout!=="full-vertical"||!t||e.composition!=="top"&&e.composition!=="bottom")}}setPaneZIndex(e){const t=e.slot==="top",r=e.slot==="bottom";let n=1;this.isMobile?(r||t)&&(n=3):this.layout==="full-vertical"?(e.slot==="left"||e.slot==="right")&&(n=3):(r||t)&&(n=3),e.style.zIndex=""+n}setPanes(e){this.panes=[],e.forEach((t=>{this.panes.push({slot:t.slot,hideOnCollapse:t.hideOnCollapse,floating:t.variant==="floating"})}))}closeFloatingPanes(){this.currentPanes.forEach((e=>{e.expanded&&e.variant==="floating"&&(e.expanded=!1)}))}configurePanes(){let e=0,t=0,r=0,n=0;this.currentPanes.forEach((s=>{const l=s.slot==="top",c=s.slot==="bottom",h=s.slot==="right";if(s.slot==="left"){if(r)return void(s.slot="");r++}else if(h){if(n)return void(s.slot="");n++}else if(l){if(e)return void(s.slot="");e++}else{if(!c||t)return void(s.slot="");t++}this.setPaneVariant(s),this.setPaneBorder(s),this.setPaneZIndex(s)})),this.setPanes(this.currentPanes),fi(this.hostElement)}onSlotChanged(){this.configurePanes()}onCollapsibleChanged(e){const{slot:t,hideOnCollapse:r}=e.detail;this.panes.forEach((n=>{n.slot===t&&(n.hideOnCollapse=r)})),fi(this.hostElement)}onVariantChanged(e){const{slot:t,variant:r}=e.detail;this.panes.forEach((n=>{n.slot===t&&(n.floating=r==="floating")})),fi(this.hostElement)}onPaneElementsChange(){this.configurePanes()}onVariableChange(){this.currentPanes.forEach((e=>{this.setPaneVariant(e),this.setPaneBorder(e)})),this.setPanes(this.currentPanes),fi(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((r=>r.slot===e));return!!t&&!t.hideOnCollapse&&t.floating}hasPaddingMobile(e){const t=this.panes.find((r=>r.slot===e));return t&&!t.hideOnCollapse}slotExists(e){return!!this.panes.find((t=>t.slot===e))}isFloating(e){const t=this.panes.find((r=>r.slot===e));return!!t&&t.floating}render(){return f(de,{key:"32860733b564e7b401e3e4f1c2562740ea915210"},this.isMobile?f("div",{class:"col"},f("div",{key:"top",style:{minHeight:this.hasPaddingMobile("top")?"48px":"0",display:this.slotExists("top")?"block":"none"}},f("slot",{name:"top"})),f("div",{key:"left",style:{minHeight:this.hasPaddingMobile("left")?"48px":"0",display:this.slotExists("left")?"block":"none"}},f("slot",{name:"left"})),f("div",{key:"content",class:"content",onClick:()=>this.closeFloatingPanes()},f("slot",{name:"content"}),f("slot",null)),f("div",{key:"right",style:{minHeight:this.hasPaddingMobile("right")?"48px":"0",display:this.slotExists("right")?"block":"none"}},f("slot",{name:"right"})),f("div",{key:"bottom",style:{minHeight:this.hasPaddingMobile("bottom")?"48px":"0",display:this.slotExists("bottom")?"block":"none"}},f("slot",{name:"bottom"}))):f("div",{class:"side-panes-wrapper"},this.layout=="full-vertical"?f("div",{class:{row:!0,"padding-left":this.hasPadding("left"),"padding-right":this.hasPadding("right")}},f("div",{key:"left",class:{"absolute-left":this.isFloating("left")}},f("slot",{name:"left"})),f("div",{class:{col:!0,"padding-top":this.hasPadding("top"),"padding-bottom":this.hasPadding("bottom")}},f("div",{key:"top",class:{"absolute-top":this.isFloating("top")}},f("slot",{name:"top"})),f("div",{key:"content",class:"content",onClick:()=>this.closeFloatingPanes()},f("slot",{name:"content"}),f("slot",null)),f("div",{key:"bottom",class:{"absolute-bottom":this.isFloating("bottom")}},f("slot",{name:"bottom"}))),f("div",{key:"right",class:{"absolute-right":this.isFloating("right")}},f("slot",{name:"right"}))):f("div",{class:{col:!0,"padding-top":this.hasPadding("top"),"padding-bottom":this.hasPadding("bottom")}},f("div",{key:"top",class:{"absolute-top":this.isFloating("top")}},f("slot",{name:"top"})),f("div",{class:{row:!0,"padding-left":this.hasPadding("left"),"padding-right":this.hasPadding("right")}},f("div",{key:"left",class:{"absolute-left":this.isFloating("left")}},f("slot",{name:"left"})),f("div",{key:"content",class:"content",onClick:()=>this.closeFloatingPanes()},f("slot",{name:"content"}),f("slot",null)),f("div",{key:"right",class:{"absolute-right":this.isFloating("right")}},f("slot",{name:"right"}))),f("div",{key:"bottom",class:{"absolute-bottom":this.isFloating("bottom")}},f("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 dp=ue(class xr extends ae{constructor(t){super(),t!==!1&&this.__registerHost(),this.__attachShadow(),this.expandedChanged=le(this,"expandedChanged",7),this.variantChanged=le(this,"variantChanged",7),this.borderlessChanged=le(this,"borderlessChanged",7),this.hideOnCollapseChanged=le(this,"hideOnCollapseChanged",7),this.slotChanged=le(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 this.composition==="bottom"||this.composition==="top"}get isLeftRightPane(){return this.composition==="left"||this.composition==="right"}get isMobileTop(){return this.composition==="top"||this.composition==="left"}disconnectedCallback(){var t,r,n;(t=this.mutationObserver)===null||t===void 0||t.disconnect(),(r=this.resizeObserver)===null||r===void 0||r.disconnect(),(n=this.disposableWindowClick)===null||n===void 0||n.call(this)}onExpandedChange(){var t;this.closeOnClickOutside&&this.expanded?this.disposableWindowClick=Cr(window,"click",(r=>{var n;(((n=r.composedPath)===null||n===void 0?void 0:n.call(r))||[]).includes(this.hostElement)||this.dispatchExpandedChangedEvent()})):(t=this.disposableWindowClick)===null||t===void 0||t.call(this)}componentWillLoad(){this.onExpandedChange(),this.floating=this.variant==="floating",this.expanded&&this.onParentSizeChange(),this.isMobile=Cn("sm"),Qt.onChange.on((()=>{this.isMobile=Cn("sm")})),this.currentSlot&&this.setPosition(this.currentSlot),this.setIcons(),this.mutationObserver=new MutationObserver((r=>{r.forEach((n=>{if(n.type==="attributes"&&n.attributeName==="slot"){const s=this.currentSlot,l=n.oldValue;s!==l&&(this.slotChanged.emit({slot:l!=null?l:"",newSlot:s!=null?s:""}),s&&this.setPosition(s))}}))})),this.mutationObserver.observe(this.hostElement,{attributes:!0,attributeOldValue:!0});const t=this.hostElement.parentElement;this.resizeObserver=new ResizeObserver((r=>{this.parentWidthPx=r[0].borderBoxSize[0].inlineSize,this.parentHeightPx=r[0].borderBoxSize[0].blockSize})),t&&this.resizeObserver.observe(t)}setPosition(t){xr.validPositions.includes(t)&&(this.composition=t)}getExpandPaneSize(){let t;if(this.isBottomTopPane)if(this.size.includes("px")){const r=Math.round(this.parentHeightPx/2),n=Number(this.size.replace("px",""));t=r&&r<n?r+"px":n+"px"}else t=this.size==="50%"?Math.round(this.parentHeightPx/2)+"px":Math.round(this.parentHeightPx/3)+"px";else if(this.size.includes("px")){const r=Math.round(this.parentWidthPx/2),n=Number(this.size.replace("px",""));t=r&&r<n?r+"px":n+"px"}else t=this.size==="50%"?Math.round(this.parentWidthPx/2)+"px":Math.round(this.parentWidthPx/3)+"px";return t}setIcons(){const{expandIcon:t,minimizeIcon:r}=this.getIconNames();this.expandIcon=t,this.minimizeIcon=r}getIconNames(){let t="",r="";switch(this.composition){case"left":t=this.isMobile?lh:Gp,r=this.isMobile?sh:Qp;break;case"right":t=this.isMobile?sh:Qp,r=this.isMobile?lh:Gp;break;case"bottom":t=sh,r=lh;break;case"top":t=lh,r=sh}return{expandIcon:t,minimizeIcon:r}}getKey(){return""+this.animationCounter++}animateVerticalFadeIn(t){let r=this.getKey(),n=mt(this.hostElement,{duration:It.mediumTime,width:t,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(r)}});this.animations.set(r,n)}animateHorizontalFadeIn(t){let r=this.getKey(),n=mt(this.hostElement,{duration:It.mediumTime,height:t,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(r)}});this.animations.set(r,n)}removePadding(){mt(this.hostElement.shadowRoot.querySelector("#title-div"),{duration:0,paddingTop:0,paddingBottom:0,paddingLeft:0,paddingRight:0,delay:0})}animateHorizontalPadding(t,r=It.mediumTime){let n=this.getKey(),s=mt(this.hostElement.shadowRoot.querySelector("#title-div"),{duration:r,paddingTop:t,paddingBottom:t,easing:"easeInOutSine",delay:0,onComplete:()=>{this.animations.delete(n)}});this.animations.set(n,s)}animateVerticalPadding(t,r=It.mediumTime){let n=this.getKey(),s=mt(this.hostElement.shadowRoot.querySelector("#title-div"),{duration:r,paddingLeft:t,paddingRight:t,easing:"easeInOutSine",delay:0,onComplete:()=>{this.animations.delete(n)}});this.animations.set(n,s)}clearAnimations(){this.animations.forEach((t=>t.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(t){var r;this.onParentSizeChange(),this.hideOnCollapseChanged.emit({slot:(r=this.currentSlot)!==null&&r!==void 0?r:"",hideOnCollapse:t})}onVariantChange(t){var r;this.floating=t==="floating",this.variantChanged.emit({slot:(r=this.currentSlot)!==null&&r!==void 0?r:"",variant:t})}onBorderlessChange(t){var r;this.borderlessChanged.emit({slot:(r=this.currentSlot)!==null&&r!==void 0?r:"",borderless:t})}dispatchExpandedChangedEvent(){var t;const r=!this.expanded;this.expandedChanged.emit({slot:(t=this.currentSlot)!==null&&t!==void 0?t:"",expanded:r}).defaultPrevented||(this.expanded=r)}onParentSizeChange(){if(this.clearAnimations(),this.removePadding(),this.expanded){if(this.isMobile)this.hostElement.style.height="100%";else{const t=this.getExpandPaneSize();this.isBottomTopPane?(this.hostElement.style.height=t,this.animateHorizontalPadding("8px",0)):(this.hostElement.style.width=t,this.animateVerticalPadding("8px",0))}this.showContent=!0}else this.showContent=!1,this.isMobile?this.hostElement.style.height=this.hideOnCollapse?"0":xr.collapsedPaneMobile:this.isBottomTopPane?this.hostElement.style.height=this.hideOnCollapse?"0":xr.collapsedPane:this.hostElement.style.width=this.hideOnCollapse?"0":xr.collapsedPane}onSizeChange(){if(this.expanded)if(this.isMobile)this.hostElement.style.minHeight=this.hideOnCollapse?"0":xr.collapsedPaneMobile,this.animateHorizontalFadeIn("100%");else{const t=this.getExpandPaneSize();this.isBottomTopPane?(this.hostElement.style.height=this.hideOnCollapse?"0":xr.collapsedPane,this.animateHorizontalFadeIn(t)):(this.hostElement.style.width=this.hideOnCollapse?"0":xr.collapsedPane,this.animateVerticalFadeIn(t))}else this.showContent=!1,this.isMobile?this.hostElement.style.height=xr.collapsedPaneMobile:this.isBottomTopPane?this.animateHorizontalFadeIn(xr.collapsedPane):this.animateVerticalFadeIn(xr.collapsedPane)}render(){const t=!this.expanded&&!this.isMobile&&this.isLeftRightPane;let r;return r=this.ariaLabelCollapseCloseButton?this.ariaLabelCollapseCloseButton:this.expanded?this.isMobile||this.hideOnCollapse?"Close pane":"Collapse pane":"Expand pane",f(de,{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&&this.composition!=="right"&&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":Fe(this.expanded)},f("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}},f("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}},f("ix-icon-button",{key:"bfa93a835e4920d11630a71c1a0b39f92df350ab",class:"title-icon",size:"24",icon:this.expanded?this.isMobile||this.hideOnCollapse?Ys: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":r}),f("div",{key:"3b44fd29336d3f5c101a5d686980b2393a1f2c40",class:{"title-text":!0,rotate:t}},this.icon&&f("ix-icon",{key:"d34df615df28f1ae6914c0a857735116d77502bc",class:"pane-icon",size:"24",name:this.icon,"aria-label":this.ariaLabelIcon}),f("div",{key:"4d02fb8581426e62c241a2c1e6c5540831a367be",class:"title-text-overflow"},f("ix-typography",{key:"203fa19a4972dc9c3ed8654c8c6d176fd168437d",format:"h4"},this.heading)),this.expanded&&f("div",{key:"d0aca67aed9c641414da008290ad12371561a569",class:"slot-header"},f("slot",{key:"0ec16f51b61c80b66eb9e1b17045888db8be7d2c",name:"header"})))),f("div",{key:"fa06f41c546340e08a249774fbe9fea9aa8513b7",class:"side-pane-content",hidden:!this.showContent},f("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}]}]);dp.validPositions=["top","left","bottom","right"],dp.collapsedPane="40px",dp.collapsedPaneMobile="48px";ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.variant="primary",this.outline=!1,this.alignLeft=!1,this.tooltipText=!1,this.iconOnly=!1,this.containerElementRef=Ae()}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=typeof this.tooltipText=="string"&&this.tooltipText.trim()?this.tooltipText:(e=this.hostElement.textContent)===null||e===void 0?void 0:e.trim();return f("ix-tooltip",{for:this.containerElementRef.waitForCurrent()},t)}render(){let e={};return this.variant==="custom"&&(e={color:this.pillColor,[this.outline?"borderColor":"backgroundColor"]:this.background}),f(de,{key:"d64b7e45e9f690b80b59564736333c613ffd786e",style:this.variant==="custom"?{"--ix-icon-button-color":this.pillColor}:{},class:{"align-left":this.alignLeft}},f("div",{key:"cd9093442c7177383e0796d5158fa52f795db5e9",ref:this.containerElementRef,style:Object.assign({},e),class:{container:!0,outline:this.outline,inactive:!1,alarm:this.variant==="alarm",critical:this.variant==="critical",info:this.variant==="info",neutral:this.variant==="neutral",primary:this.variant==="primary",success:this.variant==="success",warning:this.variant==="warning",custom:this.variant==="custom",closable:!1,icon:!!this.icon,"with-gap":!this.iconOnly}},this.icon&&f("ix-icon",{key:"a6432d7c46e88eff87d2242365f671ae87763c85",class:{"with-icon":!0},name:this.icon,size:"16","aria-label":this.ariaLabelIcon}),f("span",{key:"c39e4e53da038bdb84952460d9e7892eff4878ce",class:"slot-container"},f("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]}]);function UA({value:e,status:t}){return f("div",{class:"linear-progress-container "+t},f("div",{class:"progress",role:"progressbar","aria-valuenow":e,"aria-valuemin":0,"aria-valuemax":100},f("div",{class:{"progress-bar":!0},style:{width:e+"%"},"data-value":e})))}const qA=(e,t)=>{const{value:r,size:n,alignment:s}=e,l=(function(g){switch(g){case"xs":return 16;case"sm":return 24;case"md":default:return 32;case"lg":return 48;case"xl":return 64}})(n),c=l/2,h=2*Math.PI*c,m=Math.round(h*((100-r)/100)),b=n==="lg"||n==="xl";return f("div",{class:{"circular-progress-container":!0,["align-"+s]:!!s,[e.status]:!0}},f("svg",{width:l,height:l,viewBox:"-".concat(.125*l," -").concat(.125*l," ").concat(1.25*l," ").concat(1.25*l),version:"1.1",xmlns:"http://www.w3.org/2000/svg",style:{transform:"rotate(-90deg)"}},f("circle",{r:c,cx:c,cy:c,fill:"transparent",stroke:"var(--ix-progress-indicator-track-color)","stroke-width":"3px"}),m>0&&f("circle",{r:c,cx:c,cy:c,stroke:"var(--ix-progress-indicator-color)","stroke-width":"3px","stroke-dashoffset":m+"px",fill:"transparent","stroke-dasharray":h+"px"}),f("foreignObject",{x:"0px",y:"0px",width:l+"px",height:l+"px",style:{transform:"rotate(90deg) translate(0px, -".concat(l,"px)")}},b&&f("div",{class:"slotted-container slotted-container-inside"},t))),!b&&f("div",{class:"slotted-container"},t))};ue(class extends ae{constructor(e){super(),e!==!1&&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=Hs;break;case"info":e=Du;break;case"warning":e=js;break;case"success":e=Ns;break;case"paused":e=W$;break;default:e=null}return this.helperText?f("div",{class:{"helper-text":!0,[this.status]:!0}},e&&f("ix-icon",{name:e,size:"16"}),f("div",{class:{text:!0,"align-left":this.textAlignment==="left","align-center":this.textAlignment==="center","align-right":this.textAlignment==="right"}},this.helperText),f("slot",{name:"helper-text"})):f("slot",{name:"helper-text"})}render(){const e=Math.max(0,Math.min((this.value-this.min)/(this.max-this.min)*100,100));return f(de,{key:"1fa22efe0aaa4fd247475041aec0a4e57d72a28b",class:{linear:this.type==="linear",circular:this.type==="circular"},tabIndex:-1},f("div",{key:"0d07a0c09ec868ea911d5af377c6b48d76abedce",class:{"progress-indicator":!0,[this.size]:!0,[this.status]:!0,"text-center":this.textAlignment==="center","text-left":this.textAlignment==="left","text-right":this.textAlignment==="right"}},this.label&&f("ix-typography",{key:"66c9ca8ed64378b519dc5dbe4919d58f484ba6e3",format:"label",textColor:this.status==="error"?"alarm":"soft",class:"label"},this.label),f("div",{key:"2476c1e1b1ded03f35bd8a506c1f17c50ece18ca",class:"progress-container"},this.type==="linear"?f(wi,null,f(UA,{value:e,status:this.status}),f("div",{class:"linear-slot"},f("slot",null))):f(qA,{status:this.status,alignment:this.textAlignment,value:e,size:this.size},f("slot",null))),this.showTextAsTooltip===!0&&this.helperText?f("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"]}]);ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.variant="outline",this.expanded=!1,this.passive=!1}render(){var e;return f(de,{key:"2a1cc8d87975020ae8134425478559124f6ca8e0",class:"card-"+this.variant},f("ix-card",{key:"c7d5f8a0ad09b7590edbcf473dd5858777a91830",variant:this.variant,passive:this.passive},f("ix-card-content",{key:"cc6c2df4fc1728b2e9ba00e74977e118f9116b10"},f("ix-card-title",{key:"4b09d4f4acbcae0a2e00f3e132b725d1c67b3ea1"},this.icon?f("ix-icon",{class:"icon",name:this.icon,size:"32","aria-label":this.ariaLabelIcon}):null,f("ix-typography",{key:"08509711a95110e269fb3e50e0c61c509c78d834",format:"display-xxl"},(e=this.notification)!==null&&e!==void 0?e:0),f("slot",{key:"c7949108ec0b103c49b60e82f6a4d5a29abe58f1",name:"title-action"})),f("ix-typography",{key:"de6d7d778dcc917ca6bcaca6a6cd0a8445a520f2",format:"h4"},this.heading),f("ix-typography",{key:"c1d1c13ac5a98d55083020f3e03c1d6f242d74ef"},this.subheading)),f("ix-card-accordion",{key:"a7b9721fa42edd694fc94d1b3486b43a953fe676",collapse:!this.expanded,variant:this.variant},f("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 FA=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.valueChange=le(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=Ae(),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((r=>r.checked));e.forEach(((r,n)=>{n!==e.length-1&&(r.checked=!1)}));const t=this.isSomeRadioChecked();for(const r of this.radiobuttonElements)r.tabIndex=r.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:r,isWarning:n,isInvalidByRequired:s}){this.isInvalid=e||s,this.isInfo=t,this.isValid=r,this.isWarning=n}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:r}=this,{length:n}=r;if(n<=1)return;const s=r.indexOf(e),l=t?1:-1;let c=(s+l+n)%n;for(;r[c].disabled;){if(c===s)return;c=(c+l+n)%n}const h=r[c];h.setCheckedState(!0),h.focus()}render(){return f(de,{key:"829b222152a0cfcbdf561425591174ad3bb3716a",onIxBlur:()=>this.touched=!0,ref:this.groupRef,role:"radiogroup"},f("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},f("div",{key:"a7a67482251f6ee87f5266959f01fff3c51dda99",class:{"checkbox-container":!0,"row-layout":this.direction==="row"}},f("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,r,n){var s,l=arguments.length,c=l<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,t,r,n);else for(var h=e.length-1;h>=0;h--)(s=e[h])&&(c=(l<3?s(c):l>3?s(t,r,c):s(t,r))||c);l>3&&c&&Object.defineProperty(t,r,c)})([Rr({includeChildren:!0})],FA.prototype,"onClassField",null);ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.checkedChange=le(this,"checkedChange",7),this.valueChange=le(this,"valueChange",7),this.ixBlur=le(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=ua(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?(e=this.value)!==null&&e!==void 0?e:"on":null)}onKeyDown(e){if(this.disabled)return;let t=!1;e.code==="Space"&&(t=!0,this.setCheckedState(!0));const r=this.hostElement.closest("ix-radio-group");switch(e.code){case"ArrowUp":case"ArrowLeft":t=!0,r==null||r.setCheckedToNextItem(this.hostElement,!1);break;case"ArrowDown":case"ArrowRight":t=!0,r==null||r.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),f(de,{key:"2d239f9247e418efb8cbd9ecd1b56dfb060fcfcd","aria-checked":Fe(this.checked),"aria-disabled":Fe(this.disabled),role:"radio",tabindex:e,class:{disabled:this.disabled,checked:this.checked},onClick:()=>{this.disabled||this.setCheckedState(!0)},onKeyDown:t=>this.onKeyDown(t),onBlur:()=>this.ixBlur.emit()},f("label",{key:"6ce7a29836eb51925a57f7598fe6eabc5174c1b0"},f("div",{key:"47df681feb5e8ae432f6c9f58a7b90bd3d304c37",class:"radio-button"},f("div",{key:"16b634e3893281e6f172b16d91adcbf19799a074","aria-hidden":"true",class:{"radio-checkmark":!0,checked:this.checked}},f("div",{key:"d26eb4e6ae16eb5c8e2e046f0396f756d0944f15",class:"checkmark",style:{visibility:this.checked?"visible":"hidden"}}))),this.label&&f("ix-typography",{key:"0ff4f2b18b8474dc5f33543ac6874aedafdba1cc",format:"label",textColor:this.disabled?"weak":"std"},this.label,f("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 ZA=L4,WA=Kz;var hw=function(e,t,r,n){var s,l=arguments.length,c=l<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,t,r,n);else for(var h=e.length-1;h>=0;h--)(s=e[h])&&(c=(l<3?s(c):l>3?s(t,r,c):s(t,r))||c);return l>3&&c&&Object.defineProperty(t,r,c),c};function uw(e,t,r){return t<e?e:t>r?r:t}const ku=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.valueChange=le(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=Ae(),this.thumbRef=Ae(),this.tooltipRef=Ae()}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(e=this.hostElement.shadowRoot)===null||e===void 0?void 0:e.getElementById("slider")}onShowTooltipChange(){var e,t;this.showTooltip&&this.pseudoThumb?(e=this.tooltip)===null||e===void 0||e.showTooltip(this.pseudoThumb):(t=this.tooltip)===null||t===void 0||t.hideTooltip()}onClassField({isInvalid:e,isInfo:t,isValid:r,isWarning:n,isInvalidByRequired:s}){this.isInvalid=e||s,this.isInfo=t,this.isValid=r,this.isWarning=n}componentWillLoad(){this.a11yAttributes=Ar(this.hostElement,["role","aria-valuemin","aria-valuemax","aria-valuenow"]),this.updateRangeVariables(),this.setFormValueIfChanged(this.value)}updateRangeVariables(){this.rangeInput=uw(this.min,this.value,this.max),this.rangeTraceReference=uw(this.min,this.traceReference,this.max),this.rangeMin=Math.min(this.min,this.max),this.rangeMax=Math.max(this.min,this.max),this.value!==void 0&&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 r=this.rangeInput;this.rangeInput=t;const{defaultPrevented:n}=this.emitInputEvent();n?(this.rangeInput=r,this.slider.value=""+r):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 r=(this.rangeTraceReference-this.rangeMin)/t,n=(this.rangeInput-this.rangeMin)/t,s=r,l=n;return n-r<=0&&(s=n,l=r),f(de,{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))},f("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},f("div",{key:"a7076b2f4940e1c4d83b874eb06889027f3531b9",class:"slider-container"},f("div",{key:"4d56ffb868ce60f3b7e47d803ec6ecffb493489d",class:"slider"},f("div",{key:"ba33818b7f9ce81576136f9e95b5fe7ba88467e7",class:"track"},f("div",{key:"b5ce5c8c334909d11875ab9ae2b36f719c1244a8",ref:this.thumbRef,class:"thumb",style:{left:"calc(".concat(n," * (100% - 1rem))")}}),f("svg",{key:"292823e7581b335cb5e499eddb2ab71c79789c19",class:"ticks",xmlns:"http://www.w3.org/2000/svg"},(e=this.marker)===null||e===void 0?void 0:e.filter((c=>c>=this.min&&c<=this.max)).map((c=>{const h=(c-this.rangeMin)/t;return f("circle",{class:{tick:!0,"tick-active":this.isMarkerActive(c)&&this.trace,"tick-at-min":h===0,"tick-at-max":h===1},cx:"0",cy:"0",style:{"--tick-value":""+h}})})))),f("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:c=>this.onInput(c),onFocus:()=>{this.showTooltip=!0,this.touched=!0},onBlur:()=>{this.showTooltip=!1},style:{"--value":""+n,"--trace-reference":""+r,"--trace-start":""+s,"--trace-end":""+l},class:{trace:this.trace&&r!==n,"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)),f("ix-tooltip",{key:"d3367c620a0865ef84daaefdc0102ba3a186215c",ref:this.tooltipRef,class:{"hide-tooltip":!this.showTooltip},animationFrame:!0,for:this.thumbRef.waitForCurrent()},this.rangeInput)),this.hasLabels&&f("div",{key:"e06b2afd4e3521cf34095a5243671b0d24b59695",class:"label"},f("div",{key:"653916ebdc36874fb412b1481c13fe7a52eddccf"},f("slot",{key:"0d73fd36d946b79bb84aa41a5b7973a4d986502c",name:"label-start"})),f("div",{key:"9b0938207951dceab28fa89238bc43d28b5e9e3b"},f("slot",{key:"fb32e79050fb8aa5eb83cde26971b5cafad4f42f",name:"label-end"}))),this.error?f("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}]}]);hw([Rr()],ku.prototype,"onClassField",null),hw([E4("pointerup",(e=>e.showTooltip))],ku.prototype,"onPointerUp",null);const YA=ku,XA=function(){typeof customElements<"u"&&["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,ku);break;case"ix-field-label":customElements.get(e)||w5();break;case"ix-field-wrapper":customElements.get(e)||NO();break;case"ix-tooltip":customElements.get(e)||Ad();break;case"ix-typography":customElements.get(e)||go()}}))};ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.buttonClick=le(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=Ae()}get isDisabledButton(){return this.disabled||this.disableButton}get isDisabledIcon(){return this.disabled||this.disableDropdownButton}render(){var e;const t=this.variant.toLocaleLowerCase().includes("secondary"),r={variant:this.variant},n=Object.assign(Object.assign({},r),{disabled:this.isDisabledButton,class:{"left-button-border":!t}}),s=Object.assign(Object.assign({},r),{disabled:this.isDisabledIcon});return f(de,{key:"3c3430ad17d7f4bb877b57b21bfa8e7ec15196dc"},f("div",{key:"cd36cc825c64a11619a0df7d1ead9eae0374bae8",class:{"btn-group":!0,"middle-gap":!t}},this.label?f("ix-button",Object.assign({},n,{icon:this.icon,onClick:l=>this.buttonClick.emit(l),"aria-label":this.ariaLabelButton}),this.label):f("ix-icon-button",Object.assign({},n,{icon:this.icon,onClick:l=>this.buttonClick.emit(l),"aria-label":this.ariaLabelButton})),f("ix-icon-button",Object.assign({key:"1846ce902e479fc9b41e5d840f3f2e8d79d99f32"},s,{ref:this.triggerElementRef,class:"anchor",icon:(e=this.splitIcon)!==null&&e!==void 0?e:Q$,"aria-label":this.ariaLabelSplitIconButton}))),f("ix-dropdown",{key:"f9a05a2ae981731cd71bf4735bf956d5e5092037",closeBehavior:this.closeBehavior,trigger:this.triggerElementRef.waitForCurrent(),enableTopLayer:this.enableTopLayer},f("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 GA=U4,QA=EA,KA=q4,JA=LA;function bw(e){if(!e)return;const t=/^(\d+(?:\.\d+)?)\s*(px|rem|em|%)?$/.exec(e.trim());if(!t)return;const[,r,n]=t,s=Number.parseFloat(r);return Number.isNaN(s)?void 0:n?"".concat(s).concat(n.toLowerCase()):s+"px"}let eR=0;const tR=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.valueChange=le(this,"valueChange",7),this.validityStateChange=le(this,"validityStateChange",7),this.ixBlur=le(this,"ixBlur",7),this.ixChange=le(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=Ae((()=>{this.initResizeObserver()})),this.inputId="ix-textarea-"+eR++,this.touched=!1,this.isManuallyResized=!1,this.isProgrammaticResize=!1}updateClassMappings(e){vv(this,e)}onDimensionPropsChange(){this.resetManualResizeState(),this.isProgrammaticResize=!0}onResizeBehaviorChange(){this.initResizeObserver()}componentWillLoad(){this.updateFormInternalValue(this.value)}disconnectedCallback(){var e;(e=this.resizeObserver)===null||e===void 0||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;(e=this.resizeObserver)===null||e===void 0||e.disconnect();const t=this.textAreaRef.current;if(!t||this.resizeBehavior==="none")return;let r=!0;this.updateLastObservedInlineStyles(t),this.resizeObserver=new ResizeObserver((()=>{const n=this.textAreaRef.current;if(!n)return;if(r)return r=!1,void this.updateLastObservedInlineStyles(n);const s=this.hasInlineStyleChange(n);this.updateLastObservedInlineStyles(n),s&&(this.isProgrammaticResize?this.isProgrammaticResize=!1:(this.isManuallyResized=!0,this.manualHeight=n.style.height,this.manualWidth=n.style.width))})),this.resizeObserver.observe(t)}updateFormInternalValue(e){this.formInternals.setFormValue(e),this.value=e,this.textAreaRef.current&&this.touched&&$d(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:bw(this.textareaHeight)}getTextareaWidth(){return this.isManuallyResized?this.manualWidth||"100%":bw(this.textareaWidth)}render(){var e;return f(de,{key:"0ec2ec18091bec45a0ade9a3bb6aeea24866291e",class:{disabled:this.disabled,readonly:this.readonly}},f("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&&f("ix-typography",{key:"28f2de84b3bd25e400ea3844a6bb5d6d7408c123",class:"bottom-text",slot:"bottom-right",textColor:"soft"},((e=this.value)!==null&&e!==void 0?e:"").length,"/",this.maxLength),f("div",{key:"078f995e33935765b8ed70f55230c60c112a77f1",class:"input-wrapper"},f(Jz,{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:_4(this),onFocus:()=>kv(this,this.value),valueChange:t=>this.valueChange.emit(t),updateFormInternalValue:t=>this.updateFormInternalValue(t),onBlur:()=>{Bd(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,r,n){var s,l=arguments.length,c=l<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,t,r,n);else for(var h=e.length-1;h>=0;h--)(s=e[h])&&(c=(l<3?s(c):l>3?s(t,r,c):s(t,r))||c);l>3&&c&&Object.defineProperty(t,r,c)})([Rr()],tR.prototype,"updateClassMappings",null);ue(class extends ae{constructor(e){super(),e!==!1&&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 f(de,{key:"d94cab5c0cf9b368c7d54ef7b976521be79bdc84",class:{"tile-small":this.size==="small","tile-medium":this.size==="medium","tile-big":this.size==="big"}},f("div",{key:"c7f093c38d9afb443402ebd957a4c1c498ca2b51",class:{"tile-header":!0,"has-content":this.hasHeaderSlot}},f("slot",{key:"3b7014fb2a536caaafa7eef82f2297af30a96bcd",name:"header",onSlotchange:()=>this.handleHeaderSlotChange()})),f("div",{key:"c6d46d5a94cd2b34cffe1046ebe057fbfe3bfb12",class:"tile-subheader"},f("slot",{key:"85553397aebd5172e8bfe61008f23d7f5da5306d",name:"subheader"})),f("div",{key:"c0425239fa7a63b72df2d1e9e51e578c9f4c42db",class:"tile-content"},f("slot",{key:"8ef2076ac291c0c2aeefd049723b712daca52857"})),f("div",{key:"a74190d35357948bcf4f27a958a4b014fb9b6a6a",class:{"tile-footer":!0,"has-content":this.hasFooterSlot}},f("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 oR=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.valueChange=le(this,"valueChange",6),this.validityStateChange=le(this,"validityStateChange",7),this.ixFocus=le(this,"ixFocus",7),this.ixBlur=le(this,"ixBlur",7),this.ixChange=le(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=Ae(),this.slotEndRef=Ae(),this.timePickerRef=Ae(),this.inputElementRef=Ae(),this.dropdownElementRef=Ae(),this.touched=!1,this.validityTracker=O4()}watchValuePropHandler(e){this.onInput(e)}handleInputKeyDown(e){Wu(e,this,this.value),yv(e,this.suppressSubmitOnEnter,this.formInternals.form)}updateFormInternalValue(e){this.formInternals.setFormValue(e),this.value=e}connectedCallback(){this.classObserver=ua(this.hostElement,(()=>this.checkClassList())),this.disposableChangesAndVisibilityObservers=Zu(this.hostElement,this.updatePaddings.bind(this))}componentWillLoad(){if(!this.value){const e=Ce.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(){Fu(this.slotStartRef.current,this.slotEndRef.current,this.inputElementRef.current)}disconnectedCallback(){var e,t;(e=this.classObserver)===null||e===void 0||e.destroy(),(t=this.disposableChangesAndVisibilityObservers)===null||t===void 0||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 r=Ce.fromFormat(e,this.format);r.isValid?(this.isInputInvalid=!1,this.invalidReason=void 0):(this.isInputInvalid=!0,this.invalidReason=(t=r.invalidReason)!==null&&t!==void 0?t:void 0),this.emitValidityStateChangeIfChanged(),this.updateFormInternalValue(e),this.valueChange.emit(e)}onTimeIconClick(e){D4(e,this.show,(()=>this.openDropdown()),this.inputElementRef)}async openDropdown(){return this.time=this.value,R4(this.dropdownElementRef)}async closeDropdown(){return I4(this.dropdownElementRef)}checkClassList(){this.isInvalid=this.hostElement.classList.contains("ix-invalid")}renderInput(){return f("div",{class:"input-wrapper"},f(Xu,{slotStartRef:this.slotStartRef,onSlotChange:()=>this.updatePaddings()}),f("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:()=>{Bd(this,this.inputElementRef.current,this.value),this.touched=!0,this.emitValidityStateChangeIfChanged()},onKeyDown:e=>this.handleInputKeyDown(e)}),f(Yu,{slotEndRef:this.slotEndRef,onSlotChange:()=>this.updatePaddings()},f("ix-icon-button",{"data-testid":"open-time-picker",class:{"time-icon-hidden":this.disabled||this.readonly},variant:"subtle-tertiary",size:"16",icon:Y$,onClick:e=>this.onTimeIconClick(e),"aria-label":"Toggle time picker","aria-expanded":this.show})))}hookValidationLifecycle({isInfo:e,isInvalid:t,isInvalidByRequired:r,isValid:n,isWarning:s}){this.isInvalid=t||r||this.isInputInvalid,this.isInfo=e,this.isValid=n,this.isWarning=s}emitValidityStateChangeIfChanged(){return z4(this)}getValidityState(){return Promise.resolve(M4(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=x5(this.isInputInvalid,this.invalidText,this.i18nErrorTimeUnparsable);return f(de,{key:"bdc4ea4daa680cb86e068e89a85c24e677194894",class:{disabled:this.disabled,readonly:this.readonly}},f("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()),f("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:r=>{this.show=r.detail}},f("ix-time-picker",{key:"00171df4b640293e1d8225f23aba117cff73dc47",ref:this.timePickerRef,format:this.format,time:(e=this.time)!==null&&e!==void 0?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:r=>{this.onInput(r.detail),this.initialValue!==r.detail&&(this.ixChange.emit(r.detail),this.initialValue=r.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,r,n){var s,l=arguments.length,c=l<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,t,r,n);else for(var h=e.length-1;h>=0;h--)(s=e[h])&&(c=(l<3?s(c):l>3?s(t,r,c):s(t,r))||c);l>3&&c&&Object.defineProperty(t,r,c)})([Rr()],oR.prototype,"hookValidationLifecycle",null);ue(class extends ae{constructor(e){super(),e!==!1&&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 r=document.getElementById(this.containerId);r&&(clearInterval(t),e(r))}))}))}componentDidLoad(){if(!document.getElementById(this.containerId)){const e=document.createElement("div");e.id=this.containerId,e.classList.add(this.containerClass),e.classList.add("".concat(this.PREFIX_POSITION_CLASS).concat(this.position)),document.body.appendChild(e)}}onPositionChange(e,t){const r=document.getElementById(this.containerId);r?(r.classList.remove("".concat(this.PREFIX_POSITION_CLASS).concat(t)),r.classList.add("".concat(this.PREFIX_POSITION_CLASS).concat(e))):console.warn("No toast container found, cannot configure toast position")}async showToast(e){var t,r,n;const s=document.createElement("ix-toast"),l=new Tn;function c(h){s.remove(),l.emit(h)}return s.toastTitle=e.title,s.type=(t=e.type)!==null&&t!==void 0?t:"info",s.preventAutoClose=e.autoClose===!1,s.autoCloseDelay=(r=e.autoCloseDelay)!==null&&r!==void 0?r:5e3,s.icon=e.icon,s.iconColor=e.iconColor,s.hideIcon=(n=e.hideIcon)!==null&&n!==void 0&&n,s.addEventListener("closeToast",(h=>{const{detail:m}=h;c(m)})),e.message&&(typeof e.message=="string"?s.innerText=e.message:s.appendChild(e.message)),e.action&&e.action instanceof ae&&(e.action.slot="action",s.appendChild(e.action)),(await this.hostContainer).appendChild(s),{onClose:l,close:h=>{c(h)},pause:()=>{s.pause()},resume:()=>{s.resume()},isPaused:()=>s.isPaused()}}render(){return f(de,{key:"009cf5adc60953795401d58dd58475b6ed2f9ecf",class:{"toast-container--bottom-right":this.position==="bottom-right","toast-container--top-right":this.position==="top-right"}},f("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}]}]);ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.pressedChange=le(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 r=Ar(this.hostElement),n={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":Fe(this.pressed),"aria-label":(t=(e=r["aria-label"])!==null&&e!==void 0?e:this.ariaLabelButton)!==null&&t!==void 0?t:Pg(this.icon)}};return f(de,{key:"18372c75b69190a4f75e544d389250bcafbe742f",class:{disabled:this.disabled||this.loading}},f(yi,Object.assign({key:"08cea7593cbbedca44a0bcbf7b0c878cce18be87"},n),f("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 Sv=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.checkedChange=le(this,"checkedChange",7),this.valueChange=le(this,"valueChange",7),this.ixBlur=le(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,r=this.checked;this.indeterminate&&(this.indeterminate=!1),this.checked=e;const{defaultPrevented:n}=this.checkedChange.emit(this.checked);n&&(this.indeterminate=t,this.checked=r)}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),f(de,{key:"464cf476a340aed436bdf1dbbc7819440a87a4e5",role:"switch","aria-checked":Fe(this.checked),"aria-disabled":Fe(this.disabled),class:{disabled:this.disabled},onBlur:()=>this.ixBlur.emit(),onFocus:()=>this.touched=!0},f("label",{key:"24ddd5cff2016155c3c46cc167962dcec2f40368",class:"wrapper"},f("button",{key:"5c385f921b92fb75219ce72c663dadf3549ab918",class:{switch:!0,checked:this.checked,indeterminate:this.indeterminate},onClick:()=>this.onCheckedChange(!this.checked),tabindex:-1,"aria-hidden":"true"},f("div",{key:"e103f4047c6641ae1852aa751f147554bb81bc35",class:"slider"})),f("input",{key:"f794b5e5740aab173346b7937980ba7690813742",type:"checkbox",disabled:this.disabled,indeterminate:this.indeterminate,checked:this.checked,tabindex:0,"aria-hidden":Fe(!0),"aria-checked":Fe(this.checked),onChange:t=>this.onCheckedChange(t.target.checked)}),!this.hideText&&f("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,r,n){var s,l=arguments.length,c=l<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,t,r,n);else for(var h=e.length-1;h>=0;h--)(s=e[h])&&(c=(l<3?s(c):l>3?s(t,r,c):s(t,r))||c);l>3&&c&&Object.defineProperty(t,r,c)})([Rr()],Sv.prototype,"updateClassMappings",null);const rR=Sv,nR=function(){typeof customElements<"u"&&["ix-toggle","ix-typography"].forEach((e=>{switch(e){case"ix-toggle":customElements.get(e)||customElements.define(e,Sv);break;case"ix-typography":customElements.get(e)||go()}}))},iR=E2,aR=go;var sr;(function(e){e.SELECT_FILE="SELECT_FILE",e.LOADING="LOADING",e.UPLOAD_FAILED="UPLOAD_FAILED",e.UPLOAD_SUCCESSED="UPLOAD_SUCCESSED"})(sr||(sr={}));ue(class extends ae{get inputElement(){return this.hostElement.shadowRoot.querySelector("#upload-browser")}constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.filesChanged=le(this,"filesChanged",7),this.multiple=!1,this.multiline=!1,this.disabled=!1,this.state=sr.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=Ar(this.hostElement)}fileDropped(e){if(e.preventDefault(),this.disabled||!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!==sr.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 f("span",{class:"state"},f("span",{class:"upload-text"},this.i18nUploadDisabled));switch(this.state){case sr.SELECT_FILE:return f("span",{class:"state"},f("span",{class:"upload-text"},this.selectFileText));case sr.LOADING:return f("span",{class:"state"},f("ix-spinner",{variant:"primary"}),f("span",{class:"upload-text"},this.loadingText));case sr.UPLOAD_FAILED:return f("span",{class:"state"},f("ix-icon",{name:Hs,class:"icon-error"}),f("span",{class:"upload-text"},this.uploadFailedText));case sr.UPLOAD_SUCCESSED:return f("span",{class:"state"},f("ix-icon",{name:Ns,class:"icon-success"}),f("span",{class:"upload-text"},this.uploadSuccessText));default:return""}}async setFilesToUpload(e){this.filesToUpload=e}render(){const e=this.disabled||this.state===sr.LOADING,t=this.a11y,{"aria-label":r="Upload files"}=t,n=(function(s,l){var c={};for(var h in s)Object.prototype.hasOwnProperty.call(s,h)&&l.indexOf(h)<0&&(c[h]=s[h]);if(s!=null&&typeof Object.getOwnPropertySymbols=="function"){var m=0;for(h=Object.getOwnPropertySymbols(s);m<h.length;m++)l.indexOf(h[m])<0&&Object.prototype.propertyIsEnumerable.call(s,h[m])&&(c[h[m]]=s[h[m]])}return c})(t,["aria-label"]);return f(de,Object.assign({key:"f6688a85aea9e0d89501ad0228672c3d8e7d1510"},n,{"aria-disabled":e}),f("div",{key:"df7497428db60a2b3e67a4363c646cfe6b48ad00",class:{"file-upload-area":!0,"file-over":this.state!==sr.LOADING&&this.isFileOver,checking:this.state===sr.LOADING,disabled:this.disabled,multiline:this.multiline},onDrop:s=>{this.state!==sr.LOADING&&this.fileDropped(s)},onDragOver:s=>this.fileOver(s),onDragLeave:()=>this.fileLeave()},this.renderUploadState(),f("div",{key:"2d5be47bf62d7ee550161a9f3144360008a8c15a"},f("input",{key:"65906ff25aef00a22ba14ca0c9ac06f5ba2f0a14","aria-label":r,"aria-disabled":e,multiple:this.multiple,type:"file",class:"upload-browser",id:"upload-browser",tabindex:"-1",onChange:s=>{this.fileChangeEvent(s)},accept:this.accept,disabled:e}),f("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]}]);ue(class extends ae{constructor(e){super(),e!==!1&&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(e=this.inputElement)===null||e===void 0?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:[F2(),ev(),Jg({mainAxis:8})]};e.middleware||(e.middleware=[]),this.suppressAutomaticPlacement||e.middleware.push(tv({fallbackStrategy:"initialPlacement"})),e.placement=this.placement,this.autoUpdateCleanup=Kg(this.inputElement,this.tooltipElement,(async()=>{e.middleware=[...e.middleware,q2({element:this.arrow})];const t=await ov(this.inputElement,this.tooltipElement,e);if(t.middlewareData.arrow){const{x:r,y:n}=t.middlewareData.arrow;this.arrowPosition={x:r,y:n},Object.assign(this.arrow.style,{left:r!=null?r+"px":"",top:n!=null?n+"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,r;(e=this.observer)===null||e===void 0||e.disconnect(),this.destroyAutoUpdate(),(t=this.formElement)===null||t===void 0||t.removeEventListener("submit",this.onSubmitBind),(r=this.inputElement)===null||r===void 0||r.removeEventListener("focus",this.onInputFocusBind)}validationChanged(){this.isInputValid?this.destroyAutoUpdate():this.applyTooltipPosition()}render(){var e,t,r,n;return f(de,{key:"804b1c0a4c819e6e454a61f70f19c112807c3f41"},f("slot",{key:"e61d2a3b69a8454d0ce098519a2be0810c016535"}),f("div",{key:"e1b70a7dadf9c20adf6948e341af33f4b58e8f1b",role:"tooltip",style:{display:"none",position:"fixed",top:"0",left:"0",transform:"translate(".concat(Math.round((t=(e=this.tooltipPosition)===null||e===void 0?void 0:e.x)!==null&&t!==void 0?t:0),"px,").concat(Math.round((n=(r=this.tooltipPosition)===null||r===void 0?void 0:r.y)!==null&&n!==void 0?n:0),"px)")},class:"validation-tooltip text-default"},this.message,f("slot",{key:"88ffad7d29394f55e1718b1b7f05802797552d1a",name:"tooltip-message"}),f("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}]}]);ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.selectedChanged=le(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?Wk:qf,this.iconColor="workflow-step-icon-default--color"+e;break;case"success":this.iconName=Ns,this.iconColor="color-success";break;case"done":this.iconName=Uf,this.iconColor="workflow-step-icon-done--color"+e;break;case"warning":this.iconName=js,this.iconColor="color-warning-text";break;case"error":this.iconName=Hs,this.iconColor="color-alarm";break;default:this.iconName=qf}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 qf:return"Circle";case Wk:return"Circle dot";case Uf:return"Done";case Hs:return"Error";case Ns:return"Success";case Xk:case js:return"Warning";default:return"Step"}}render(){const e=this.customIconSlot?null:f(wi,null,f("ix-icon",{color:"color-1",name:this.status==="warning"?Xk:Uf,class:"absolute",size:"24"}),f("ix-icon",{color:this.iconColor,name:this.iconName,class:"absolute",size:"24","aria-label":this.getIconAriaLabel()}));return f(de,{key:"ba277a277df82498b071d6b63e07177f33b39747",class:{"host-vertical":this.vertical},onClick:()=>this.onStepClick()},f("div",{key:"254f15dc98882c3ccf425806ebcb798cf4ca2067",tabIndex:0,class:{step:!0,selected:this.selected,vertical:this.vertical,disabled:this.disabled,clickable:this.clickable&&!this.disabled}},f("div",{key:"52277952fefb15636c4c769cae8b1b31681747b0",class:"wrapper"},f("div",{key:"172e5dbd849ff5f1c398b9dd2269a1a5289d7e13",class:{line:!0,selected:this.selected,[this.status]:!0,[this.position]:!0}}),f("div",{key:"d14473e894db0490d0846b991bd11ea96d1d0940",class:"iconWrapper"},e,f("slot",{key:"fd034c7d06df4e52aa704e7032acc93afe1bb5fc",name:"custom-icon"}))),f("div",{key:"c4f2915aaa75d26fcfbbd9bf5786f2786da58b9c",class:"text"},f("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}]}]);ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.stepSelected=le(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,r)=>{t.vertical=this.vertical,t.clickable=this.clickable,t.selected=this.selectedIndex===r,t.position=e.length!==1?r===0?"first":r===e.length-1?"last":"undefined":"single"}))}onStepSelectionChanged(e){const t=e.detail,r=this.getSteps(),n=r.findIndex((s=>s===t));this.stepSelected.emit(n).defaultPrevented||r.forEach(((s,l)=>{s.selected=l===n}))}componentWillLoad(){this.updateSteps()}componentDidLoad(){this.observer=An((e=>{for(let t of e)t.type==="childList"&&this.updateSteps()})),this.observer.observe(this.hostElement,{childList:!0})}disconnectedCallback(){this.observer&&this.observer.disconnect()}componentDidRender(){this.updateSteps()}render(){return f(de,{key:"ed6d9907f43ca79688b00201d2432287444f30e6"},f("div",{key:"f116d280b59c16a79aa4867329f36035ca14d919",class:{steps:!0,vertical:this.vertical}},f("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"]]]);const sR=new Set(["children","localName","ref","style","className"]),mw=new WeakMap,fw=(e,t,r,n,s)=>{const l=s==null?void 0:s[t];l===void 0?(e[t]=r,r==null&&t in HTMLElement.prototype&&e.removeAttribute(t)):r!==n&&((c,h,m)=>{let b=mw.get(c);b===void 0&&mw.set(c,b=new Map);let g=b.get(h);m!==void 0?g===void 0?(b.set(h,g={handleEvent:m}),c.addEventListener(h,g)):g.handleEvent=m:g!==void 0&&(b.delete(h),c.removeEventListener(h,g))})(e,l,r)},lR=({react:e,tagName:t,elementClass:r,events:n,displayName:s})=>{const l=new Set(Object.keys(n!=null?n:{})),c=e.forwardRef(((h,m)=>{const b=e.useRef(new Map),g=e.useRef(null),v={},y={};for(const[x,w]of Object.entries(h))sR.has(x)?v[x==="className"?"class":x]=w:l.has(x)||x in r.prototype?y[x]=w:v[x]=w;return e.useLayoutEffect((()=>{if(g.current===null)return;const x=new Map;for(const w in y)fw(g.current,w,h[w],b.current.get(w),n),b.current.delete(w),x.set(w,h[w]);for(const[w,L]of b.current)fw(g.current,w,void 0,L,n);b.current=x})),e.useLayoutEffect((()=>{var x;(x=g.current)==null||x.removeAttribute("defer-hydration")}),[]),v.suppressHydrationWarning=!0,e.createElement(t,{...v,ref:e.useCallback((x=>{g.current=x,typeof m=="function"?m(x):m!==null&&(m.current=x)}),[m])})}));return c.displayName=s!=null?s:r.name,c},je=({defineCustomElement:e,...t})=>(typeof e<"u"&&e(),lR(t)),dR=je({tagName:"ix-application",elementClass:B_,react:te,events:{},defineCustomElement:H_}),cR=je({tagName:"ix-application-header",elementClass:D_,react:te,events:{onMenuToggle:"menuToggle",onOpenAppSwitch:"openAppSwitch"},defineCustomElement:M_}),hR=je({tagName:"ix-avatar",elementClass:Z_,react:te,events:{},defineCustomElement:W_}),uR=je({tagName:"ix-blind",elementClass:_O,react:te,events:{onCollapsedChange:"collapsedChange"},defineCustomElement:OO}),Sr=je({tagName:"ix-button",elementClass:RO,react:te,events:{},defineCustomElement:IO}),ci=je({tagName:"ix-col",elementClass:UO,react:te,events:{},defineCustomElement:qO}),Cv=je({tagName:"ix-content",elementClass:WO,react:te,events:{},defineCustomElement:YO}),Ev=je({tagName:"ix-content-header",elementClass:FO,react:te,events:{onBackButtonClick:"backButtonClick"},defineCustomElement:ZO}),bR=je({tagName:"ix-dropdown",elementClass:iA,react:te,events:{onShowChanged:"showChanged"},defineCustomElement:aA}),mR=je({tagName:"ix-dropdown-button",elementClass:tA,react:te,events:{},defineCustomElement:oA}),Ki=je({tagName:"ix-dropdown-item",elementClass:rA,react:te,events:{},defineCustomElement:nA}),fR=je({tagName:"ix-empty-state",elementClass:sA,react:te,events:{onActionClick:"actionClick"},defineCustomElement:lA}),r7=je({tagName:"ix-event-list",elementClass:hA,react:te,events:{},defineCustomElement:uA}),Sn=je({tagName:"ix-event-list-item",elementClass:dA,react:te,events:{onItemClick:"itemClick"},defineCustomElement:cA}),Vh=je({tagName:"ix-icon-button",elementClass:bA,react:te,events:{},defineCustomElement:mA}),Th=je({tagName:"ix-key-value",elementClass:yA,react:te,events:{},defineCustomElement:kA}),pR=je({tagName:"ix-key-value-list",elementClass:gA,react:te,events:{},defineCustomElement:vA}),ts=je({tagName:"ix-kpi",elementClass:xA,react:te,events:{},defineCustomElement:wA}),n7=je({tagName:"ix-layout-grid",elementClass:SA,react:te,events:{},defineCustomElement:CA}),gR=je({tagName:"ix-menu",elementClass:AA,react:te,events:{onExpandChange:"expandChange",onMapExpandChange:"mapExpandChange",onOpenAppSwitch:"openAppSwitch",onOpenSettings:"openSettings",onOpenAbout:"openAbout"},defineCustomElement:RA}),vR=je({tagName:"ix-menu-item",elementClass:_A,react:te,events:{},defineCustomElement:OA}),yR=je({tagName:"ix-modal",elementClass:jA,react:te,events:{onDialogClose:"dialogClose",onDialogDismiss:"dialogDismiss"},defineCustomElement:wv}),kR=je({tagName:"ix-modal-content",elementClass:IA,react:te,events:{},defineCustomElement:DA}),xR=je({tagName:"ix-modal-footer",elementClass:MA,react:te,events:{},defineCustomElement:BA}),wR=je({tagName:"ix-modal-header",elementClass:HA,react:te,events:{onCloseClick:"closeClick"},defineCustomElement:NA}),us=je({tagName:"ix-row",elementClass:ZA,react:te,events:{},defineCustomElement:WA}),cp=je({tagName:"ix-slider",elementClass:YA,react:te,events:{onValueChange:"valueChange"},defineCustomElement:XA}),SR=je({tagName:"ix-tab-item",elementClass:GA,react:te,events:{onTabClick:"tabClick"},defineCustomElement:QA}),CR=je({tagName:"ix-tabs",elementClass:KA,react:te,events:{onSelectedChange:"selectedChange"},defineCustomElement:JA}),Lh=je({tagName:"ix-toggle",elementClass:rR,react:te,events:{onCheckedChange:"checkedChange",onIxBlur:"ixBlur"},defineCustomElement:nR}),bs=je({tagName:"ix-typography",elementClass:iR,react:te,events:{},defineCustomElement:aR});var pw;(function(e){e.EQUAL="Equal",e.NOT_EQUAL="Not equal"})(pw||(pw={}));var gw;(function(e){e.SELECT_FILE="SELECT_FILE",e.LOADING="LOADING",e.UPLOAD_FAILED="UPLOAD_FAILED",e.UPLOAD_SUCCESSED="UPLOAD_SUCCESSED"})(gw||(gw={}));class xu{constructor(){this.listeners=[],this.listenersOncer=[],this.on=t=>(this.listeners.push(t),{dispose:()=>this.off(t)}),this.once=t=>{this.listenersOncer.push(t)},this.off=t=>{const r=this.listeners.indexOf(t);r>-1&&this.listeners.splice(r,1)},this.emit=t=>{if(this.listeners.forEach(r=>r(t)),this.listenersOncer.length>0){const r=this.listenersOncer;this.listenersOncer=[],r.forEach(n=>n(t))}},this.pipe=t=>this.on(r=>t.emit(r))}}class ER{async attachView(t,r){var n;return((n=r==null?void 0:r.parentElement)!==null&&n!==void 0?n:document.body).appendChild(t),t}async removeView(t){t.remove()}}const i7=new ER;let a7=i7;function TR(e){a7=e}const LR=()=>a7,vw=()=>i7;function $R(e,t){const r=t.ariaDescribedby,n=t.ariaLabelledby;delete t.ariaDescribedby,delete t.ariaLabelledby,r&&e.setAttribute("aria-describedby",r),n&&e.setAttribute("aria-labelledby",n)}async function _R(e){const t=LR();let r;const n=new xu,s=new xu;if(typeof e.content=="string"){const l=document.createElement("ix-modal");l.innerText=e.content,r=await vw().attachView(l)}if(e.content instanceof HTMLElement&&e.content.tagName!=="IX-MODAL"){const l=document.createElement("ix-modal");l.appendChild(e.content),r=await vw().attachView(l)}return r||(r=await t.attachView(e.content)),$R(r,e),Object.assign(r,e),await r.showModal(),r.addEventListener("dialogClose",async({detail:l})=>{n.emit(l),await t.removeView(r)}),r.addEventListener("dialogDismiss",async({detail:l})=>{s.emit(l),await t.removeView(r)}),requestAnimationFrame(()=>{const l=r.querySelector("[autofocus],[auto-focus]");l&&l.focus()}),{htmlElement:r,onClose:n,onDismiss:s}}const dd="data-ix-theme",$h="data-ix-color-schema";class OR{hasVariantSuffix(t){return t.endsWith(this.suffixDark)||t.endsWith(this.suffixLight)}isThemeClass(t){return t.startsWith(this.prefixTheme)&&this.hasVariantSuffix(t)}getMode(){const t=document.documentElement.dataset.ixColorSchema;if(t==="dark"||t==="light")return t;const r=this.getThemeClassFromBody();return r?r.endsWith(this.suffixDark)?"dark":"light":hp()}getThemeClassFromBody(){if(document.body)return(document.body.className||"").split(" ").find(t=>t&&this.isThemeClass(t))}setTheme(t,r=!1){this.isThemeClass(t)?this.replaceThemeClass(t):document.documentElement.dataset.ixTheme=t,r&&this.setVariant()}replaceThemeClass(t){const r=Array.from(document.documentElement.classList).filter(n=>this.isThemeClass(n));document.documentElement.classList.remove(...r),document.documentElement.classList.add(t)}toggleMode(){if(document.documentElement.hasAttribute($h)){const n=document.documentElement.dataset.ixColorSchema;document.documentElement.dataset.ixColorSchema=n==="dark"?"light":"dark";return}const t=this.getThemeClassFromBody();if(t){const n=t.replace(/-(dark|light)$/,s=>s==="-dark"?"-light":"-dark");document.body.classList.remove(t),document.body.classList.add(n),this.themeChanged.emit(n),this.schemaChanged.emit(n.endsWith(this.suffixDark)?"dark":"light");return}const r=this.defaultTheme.endsWith(this.suffixDark)?"light":"dark";document.documentElement.hasAttribute(dd)||(document.documentElement.dataset.ixTheme="classic"),document.documentElement.dataset.ixColorSchema=r}getCurrentTheme(){const t=this.getThemeClassFromBody();return t!=null?t:"theme-".concat(document.documentElement.dataset.ixTheme||"classic","-").concat(document.documentElement.dataset.ixColorSchema||hp())}setVariant(t=hp()){if(document.documentElement.dataset.ixColorSchema){document.documentElement.dataset.ixColorSchema=t;return}const r=this.getThemeClassFromBody();if(r){const n=r.replace(/-(dark|light)$/,"-".concat(t));document.body.classList.remove(r),document.body.classList.add(n),this.themeChanged.emit(n),this.schemaChanged.emit(t);return}document.documentElement.hasAttribute(dd)||(document.documentElement.dataset.ixTheme="classic"),document.documentElement.dataset.ixColorSchema=t}splitMutations(t){const r=t.filter(s=>s.attributeName==="class"),n=t.filter(s=>s.attributeName===dd||s.attributeName===$h);return{classMutations:r,dataMutations:n}}handleClassMutations(t){t.forEach(r=>{const{target:n}=r;n.classList.forEach(s=>{var l;this.isThemeClass(s)&&!(!((l=r.oldValue)===null||l===void 0)&&l.includes(s))&&this.themeChanged.emit(s)})})}handleDataMutations(t){t.forEach(r=>{const{target:n}=r,s=n.attributes.getNamedItem(dd);s!=null&&s.value&&r.oldValue!==s.value&&this.themeChanged.emit(s.value);const l=n.attributes.getNamedItem($h);l!=null&&l.value&&r.oldValue!==l.value&&this.schemaChanged.emit(l.value)})}registerMutationObservers(){if(typeof window>"u")return;if(!("MutationObserver"in window)){console.warn("ThemeSwitcher not supported by your browser. Missing MutationObserver API");return}const t={attributeFilter:["class",dd,$h],attributeOldValue:!0},r=n=>{const{classMutations:s,dataMutations:l}=this.splitMutations(n);this.handleClassMutations(s),this.handleDataMutations(l)};this.mutationObserver=new MutationObserver(r),this.mutationObserver.observe(document.documentElement,t)}constructor(){this.prefixTheme="theme-",this.suffixLight="-light",this.suffixDark="-dark",this.defaultTheme="theme-classic-dark",this.themeChanged=new xu,this.schemaChanged=new xu,this.registerMutationObservers()}destroy(){var t;(t=this.mutationObserver)===null||t===void 0||t.disconnect()}}const hp=()=>window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light";new OR;let zR=0;function AR(){return"ix-react-view-".concat(zR++)}const Ph={};async function RR(e,t){return new Promise(r=>{const n=document.createElement("DIV");n.id=e,n.style.display="contents",document.body.appendChild(n);const s=Bw.createRoot(n);s.render(t),Ph[e]=s,setTimeout(()=>{const l=n.children[0];r(l)})})}async function IR(e){const t=e.parentElement,r=t.id;r in Ph&&(Ph[r].unmount(),delete Ph[r],t.remove())}class DR{constructor(){this.isUsingReactPortal=!1,this.portalInitPromise=new Promise(t=>this.resolvePortalInitPromise=t)}async attachView(t){const r=AR();if(!this.isUsingReactPortal)return RR(r,t);if(await this.isPortalReady(),this.attachViewToPortal)return await this.attachViewToPortal(r,t);console.error("Portal could not be initialized")}async removeView(t){if(!this.removeViewFromPortal)return IR(t);const n=t.parentElement.getAttribute("data-portal-id");this.removeViewFromPortal(n)}portalReady(){var t;(t=this.resolvePortalInitPromise)==null||t.call(this)}async isPortalReady(){return this.portalInitPromise}}const s7=new DR;TR(s7);const l7="ix-portal",MR=e=>{const[t,r]=Pe.useState(null),n=Pe.useRef({}),s=Pe.useRef({}),[l,c]=Pe.useState({});return Pe.useEffect(()=>{const h=(b,g)=>{const v={...s.current};v[b]=g,c(v),s.current=v},m=b=>{const g={...s.current};delete g[b],c(g),s.current=g};e.delegate.attachViewToPortal=async(b,g)=>(h(b,g),new Promise(v=>{const y={...n.current};y[b]=v,n.current=y})),e.delegate.removeViewFromPortal=async b=>{m(b)},e.delegate.portalReady()},[]),Pe.useLayoutEffect(()=>{const h=document.querySelector("#".concat(l7));h&&r(h)},[]),Pe.useLayoutEffect(()=>{Object.keys(l).forEach(h=>{const m={...n.current},b=document.querySelector('[data-portal-id="'.concat(h,'"]'));if(b&&b.children.length===1&&m[h]){const g=b.children[0];m[h](g)}})},[l]),t?R.jsx(R.Fragment,{children:Object.keys(l).map(h=>{const m=l[h];return O6.createPortal(R.jsx("div",{"data-portal-id":h,style:{display:"contents "},children:m}),t,h)})}):null},BR=te.createContext(null);class HR extends te.Component{constructor(t){super(t),this.delegate=s7,this.delegate.isUsingReactPortal=!0}render(){return R.jsxs(BR.Provider,{value:{delegate:this.delegate},children:[this.props.children,R.jsx(MR,{delegate:this.delegate}),R.jsx("div",{id:l7})]})}}const NR=ue(class extends ae{constructor(e){super(),e!==!1&&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:It.defaultTime},r=()=>{this.visible=e};e?t.begin=r.bind(this):t.complete=r.bind(this),mt(this.hostElement,t)}render(){return f(de,{key:"9930b3444817c8ad6c3da375484018d294897472",slot:"application-sidebar",class:{visible:this.visible}},this.visible?f("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"]]]),jR=function(){typeof customElements<"u"&&["ix-application-sidebar"].forEach((e=>{e==="ix-application-sidebar"&&(customElements.get(e)||customElements.define(e,NR))}))};function VR(e){return f("button",{class:{AppEntry:!0,Selected:e.selected},onClick:()=>{m_(e.host),window.open(e.url,e.target)}},f("div",null,f("img",{class:"AppIcon",src:e.iconSrc})),f("div",{class:"AppName"},f("ix-typography",{format:"h4"},e.name,(function(t){return t!=="_blank"&&t!=="_parent"&&t!=="_self"&&t!=="_top"||t==="_blank"})(e.target)&&f("ix-icon",{size:"12",name:a_,color:"color-soft-text"})),f("ix-typography",{format:"label-sm",textColor:"soft"},e.description)))}const PR=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow()}componentWillLoad(){if(!this.config)throw Error("ApplicationConfig not provided")}render(){var e,t,r,n;return f(de,{key:"ad91bb8276f431a5eaf9efc39520c3d679fa1c35"},f("ix-modal-header",{key:"8818474a3ac6e57a7758af5f9ed2707c1d741f36",icon:Ug},((e=this.config)===null||e===void 0?void 0:e.i18nAppSwitch)||"Switch to application"),f("ix-modal-content",{key:"2499c10197c91b9f167f38ab864083453b497325",class:"content"},f("div",{key:"1f6f1fe8f3cf57506aa28a9f758dcfa7a0114163",class:"content-apps"},(!this.config||((t=this.config)===null||t===void 0?void 0:t.apps.length)===0)&&f("div",{key:"096832c472ffa6665e1d1a3e61234dbf867c43c8",class:"loading"},f("ix-spinner",{key:"89524c61771cea96b31e89b59d722e22a418ca98",size:"medium",variant:"primary"}),f("span",{key:"a9bb64f0ba5ae12e77cb86dd38a1e4da0abd7ab4"},((r=this.config)===null||r===void 0?void 0:r.i18nLoadingApps)||"Loading available applications...")),(n=this.config)===null||n===void 0?void 0:n.apps.map((s=>{var l;return f(VR,{host:this.hostElement,name:s.name,description:s.description,iconSrc:s.iconSrc,target:s.target,url:s.url,selected:s.id===((l=this.config)===null||l===void 0?void 0:l.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]}]),UR=function(){typeof customElements<"u"&&["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,PR);break;case"ix-icon-button":customElements.get(e)||Ci();break;case"ix-modal-content":customElements.get(e)||J4();break;case"ix-modal-header":customElements.get(e)||o7();break;case"ix-spinner":customElements.get(e)||br();break;case"ix-typography":customElements.get(e)||go()}}))},qR=rv,FR=Gz,ZR=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow()}render(){return f(de,{key:"d323b6a4a1650629e0ac5338c97fd7b08929807f"},f("ix-spinner",{key:"94eab908aa232f0f022da10da6313cbe07388a3c",variant:"primary"}),f("span",{key:"a1d7732187718f8775d626e0a0be49fb7578bec6",class:"loading-text"},f("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"]),WR=function(){typeof customElements<"u"&&["ix-modal-loading","ix-spinner"].forEach((e=>{switch(e){case"ix-modal-loading":customElements.get(e)||customElements.define(e,ZR);break;case"ix-spinner":customElements.get(e)||br()}}))},YR="ix-icons",Tv={hydratedSelectorName:"hydrated",lazyLoad:!1,updatable:!0};var XR=Object.defineProperty,GR=(e,t)=>{for(var r in t)XR(e,r,{get:t[r],enumerable:!0})},QR="http://www.w3.org/2000/svg",KR="http://www.w3.org/1999/xhtml",ba=e=>{if(e.__stencil__getHostRef)return e.__stencil__getHostRef()},JR=(e,t)=>{const r={$flags$:0,$hostElement$:e,$cmpMeta$:t,$instanceValues$:new Map};r.$onReadyPromise$=new Promise(s=>r.$onReadyResolve$=s),e["s-p"]=[],e["s-rc"]=[];const n=r;return e.__stencil__getHostRef=()=>n,n},eI=(e,t)=>t in e,Gu=(e,t)=>(0,console.error)(e,t),wu=new Map,tI="slot-fb{display:contents}slot-fb[hidden]{display:none}",$r=typeof window<"u"?window:{},oI=$r.HTMLElement||class{},Ks={$flags$:0,$resourcesUrl$:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,r,n)=>e.addEventListener(t,r,n),rel:(e,t,r,n)=>e.removeEventListener(t,r,n),ce:(e,t)=>new CustomEvent(e,t)},rI=e=>Promise.resolve(e),Lv=(()=>{try{return new CSSStyleSheet,typeof new CSSStyleSheet().replaceSync=="function"}catch(e){}return!1})(),ug=Lv?!!$r.document&&Object.getOwnPropertyDescriptor($r.document.adoptedStyleSheets,"length").writable:!1,bg=!1,yw=[],d7=[],nI=(e,t)=>r=>{e.push(r),bg||(bg=!0,Ks.raf(c7))},kw=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(r){Gu(r)}e.length=0},c7=()=>{kw(yw),kw(d7),(bg=yw.length>0)&&Ks.raf(c7)},h7=e=>rI().then(e),iI=nI(d7),aI=e=>{const t=new URL(e,Ks.$resourcesUrl$);return t.origin!==$r.location.origin?t.href:t.pathname},$v=e=>(e=typeof e,e==="object"||e==="function");function sI(e){var t,r,n;return(n=(r=(t=e.head)==null?void 0:t.querySelector('meta[name="csp-nonce"]'))==null?void 0:r.getAttribute("content"))!=null?n:void 0}var lI=e=>e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),dI={};GR(dI,{err:()=>u7,map:()=>cI,ok:()=>mg,unwrap:()=>hI,unwrapErr:()=>uI});var mg=e=>({isOk:!0,isErr:!1,value:e}),u7=e=>({isOk:!1,isErr:!0,value:e});function cI(e,t){if(e.isOk){const r=t(e.value);return r instanceof Promise?r.then(n=>mg(n)):mg(r)}if(e.isErr){const r=e.value;return u7(r)}throw"should never get here"}var hI=e=>{if(e.isOk)return e.value;throw e.value},uI=e=>{if(e.isErr)return e.value;throw e.value};var cd;function bI(e){var t;const r=this.attachShadow({mode:"open"});cd===void 0&&(cd=(t=void 0)!=null?t:null),cd&&(ug?r.adoptedStyleSheets.push(cd):r.adoptedStyleSheets=[...r.adoptedStyleSheets,cd])}var ma=(e,t="")=>()=>{},xs=new WeakMap,mI=(e,t,r)=>{let n=wu.get(e);Lv&&r?(n=n||new CSSStyleSheet,typeof n=="string"?n=t:n.replaceSync(t)):n=t,wu.set(e,n)},fI=(e,t,r)=>{var n;const s=b7(t),l=wu.get(s);if(!$r.document)return s;if(e=e.nodeType===11?e:$r.document,l)if(typeof l=="string"){e=e.head||e;let c=xs.get(e),h;if(c||xs.set(e,c=new Set),!c.has(s)){{h=$r.document.createElement("style"),h.innerHTML=l;const m=(n=Ks.$nonce$)!=null?n:sI($r.document);if(m!=null&&h.setAttribute("nonce",m),!(t.$flags$&1))if(e.nodeName==="HEAD"){const b=e.querySelectorAll("link[rel=preconnect]"),g=b.length>0?b[b.length-1].nextSibling:e.querySelector("style");e.insertBefore(h,(g==null?void 0:g.parentNode)===e?g:null)}else if("host"in e)if(Lv){const b=new CSSStyleSheet;b.replaceSync(l),ug?e.adoptedStyleSheets.unshift(b):e.adoptedStyleSheets=[b,...e.adoptedStyleSheets]}else{const b=e.querySelector("style");b?b.innerHTML=l+b.innerHTML:e.prepend(h)}else e.append(h);t.$flags$&1&&e.insertBefore(h,null)}t.$flags$&4&&(h.innerHTML+=tI),c&&c.add(s)}}else e.adoptedStyleSheets.includes(l)||(ug?e.adoptedStyleSheets.push(l):e.adoptedStyleSheets=[...e.adoptedStyleSheets,l]);return s},pI=e=>{const t=e.$cmpMeta$,r=e.$hostElement$,n=t.$flags$,s=ma("attachStyles",t.$tagName$),l=fI(r.shadowRoot?r.shadowRoot:r.getRootNode(),t);n&10&&(r["s-sc"]=l,r.classList.add(l+"-h")),s()},b7=(e,t)=>"sc-"+e.$tagName$,fg=(e,t,...r)=>{let n=null,s=null,l=!1,c=!1;const h=[],m=g=>{for(let v=0;v<g.length;v++)n=g[v],Array.isArray(n)?m(n):n!=null&&typeof n!="boolean"&&((l=typeof e!="function"&&!$v(n))&&(n=String(n)),l&&c?h[h.length-1].$text$+=n:h.push(l?pg(null,n):n),c=l)};if(m(r),t){t.key&&(s=t.key);{const g=t.className||t.class;g&&(t.class=typeof g!="object"?g:Object.keys(g).filter(v=>g[v]).join(" "))}}const b=pg(e,null);return b.$attrs$=t,h.length>0&&(b.$children$=h),b.$key$=s,b},pg=(e,t)=>{const r={$flags$:0,$tag$:e,$text$:t,$elm$:null,$children$:null};return r.$attrs$=null,r.$key$=null,r},m7={},gI=e=>e&&e.$tag$===m7,_v=e=>{const t=lI(e);return new RegExp("(^|[^@]|@(?!supports\\s+selector\\s*\\([^{]*?".concat(t,"))(").concat(t,"\\b)"),"g")};_v("::slotted");_v(":host");_v(":host-context");var f7=(e,t,r)=>e!=null&&!$v(e)?t&4?e==="false"?!1:e===""||!!e:t&1?String(e):e:e,vI=(e,t,r)=>{const n=Ks.ce(t,r);return e.dispatchEvent(n),n},xw=(e,t,r,n,s,l,c)=>{if(r===n)return;let h=eI(e,t);if(t.toLowerCase(),t==="class"){const m=e.classList,b=ww(r);let g=ww(n);m.remove(...b.filter(v=>v&&!g.includes(v))),m.add(...g.filter(v=>v&&!b.includes(v)))}else if(t==="style"){for(const m in r)(!n||n[m]==null)&&(m.includes("-")?e.style.removeProperty(m):e.style[m]="");for(const m in n)(!r||n[m]!==r[m])&&(m.includes("-")?e.style.setProperty(m,n[m]):e.style[m]=n[m])}else if(t!=="key"){const m=$v(n);if((h||m&&n!==null)&&!s)try{if(e.tagName.includes("-"))e[t]!==n&&(e[t]=n);else{const b=n==null?"":n;t==="list"?h=!1:(r==null||e[t]!=b)&&(typeof e.__lookupSetter__(t)=="function"?e[t]=b:e.setAttribute(t,b))}}catch(b){}n==null||n===!1?(n!==!1||e.getAttribute(t)==="")&&e.removeAttribute(t):(!h||l&4||s)&&!m&&e.nodeType===1&&(n=n===!0?"":n,e.setAttribute(t,n))}},yI=/\s/,ww=e=>(typeof e=="object"&&e&&"baseVal"in e&&(e=e.baseVal),!e||typeof e!="string"?[]:e.split(yI)),p7=(e,t,r,n)=>{const s=t.$elm$.nodeType===11&&t.$elm$.host?t.$elm$.host:t.$elm$,l=e&&e.$attrs$||{},c=t.$attrs$||{};for(const h of Sw(Object.keys(l)))h in c||xw(s,h,l[h],void 0,r,t.$flags$);for(const h of Sw(Object.keys(c)))xw(s,h,l[h],c[h],r,t.$flags$)};function Sw(e){return e.includes("ref")?[...e.filter(t=>t!=="ref"),"ref"]:e}var Ov,Uo=!1,Su=(e,t,r)=>{const n=t.$children$[r];let s=0,l,c;{if(Uo||(Uo=n.$tag$==="svg"),!$r.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(l=n.$elm$=$r.document.createElementNS(Uo?QR:KR,n.$tag$),Uo&&n.$tag$==="foreignObject"&&(Uo=!1),p7(null,n,Uo),n.$children$)for(s=0;s<n.$children$.length;++s)c=Su(e,n,s),c&&l.appendChild(c);n.$tag$==="svg"?Uo=!1:l.tagName==="foreignObject"&&(Uo=!0)}return l["s-hn"]=Ov,l},g7=(e,t,r,n,s,l)=>{let c=e,h;for(c.shadowRoot&&c.tagName===Ov&&(c=c.shadowRoot);s<=l;++s)n[s]&&(h=Su(null,r,s),h&&(n[s].$elm$=h,Uh(c,h,t)))},v7=(e,t,r)=>{for(let n=t;n<=r;++n){const s=e[n];if(s){const l=s.$elm$;l&&l.remove()}}},kI=(e,t,r,n,s=!1)=>{let l=0,c=0,h=0,m=0,b=t.length-1,g=t[0],v=t[b],y=n.length-1,x=n[0],w=n[y],L,E;for(;l<=b&&c<=y;)if(g==null)g=t[++l];else if(v==null)v=t[--b];else if(x==null)x=n[++c];else if(w==null)w=n[--y];else if(_h(g,x,s))ms(g,x,s),g=t[++l],x=n[++c];else if(_h(v,w,s))ms(v,w,s),v=t[--b],w=n[--y];else if(_h(g,w,s))ms(g,w,s),Uh(e,g.$elm$,v.$elm$.nextSibling),g=t[++l],w=n[--y];else if(_h(v,x,s))ms(v,x,s),Uh(e,v.$elm$,g.$elm$),v=t[--b],x=n[++c];else{for(h=-1,m=l;m<=b;++m)if(t[m]&&t[m].$key$!==null&&t[m].$key$===x.$key$){h=m;break}h>=0?(E=t[h],E.$tag$!==x.$tag$?L=Su(t&&t[c],r,h):(ms(E,x,s),t[h]=void 0,L=E.$elm$),x=n[++c]):(L=Su(t&&t[c],r,c),x=n[++c]),L&&Uh(g.$elm$.parentNode,L,g.$elm$)}l>b?g7(e,n[y+1]==null?null:n[y+1].$elm$,r,n,c,y):c>y&&v7(t,l,b)},_h=(e,t,r=!1)=>e.$tag$===t.$tag$?r?(r&&!e.$key$&&t.$key$&&(e.$key$=t.$key$),!0):e.$key$===t.$key$:!1,ms=(e,t,r=!1)=>{const n=t.$elm$=e.$elm$,s=e.$children$,l=t.$children$,c=t.$tag$;Uo=c==="svg"?!0:c==="foreignObject"?!1:Uo,p7(e,t,Uo),s!==null&&l!==null?kI(n,s,t,l,r):l!==null?g7(n,null,t,l,0,l.length-1):!r&&Tv.updatable&&s!==null&&v7(s,0,s.length-1),Uo&&c==="svg"&&(Uo=!1)},Uh=(e,t,r)=>e==null?void 0:e.insertBefore(t,r),xI=(e,t,r=!1)=>{const n=e.$hostElement$,s=e.$vnode$||pg(null,null),c=gI(t)?t:fg(null,null,t);if(Ov=n.tagName,r&&c.$attrs$)for(const h of Object.keys(c.$attrs$))n.hasAttribute(h)&&!["key","ref","style","class"].includes(h)&&(c.$attrs$[h]=n[h]);c.$tag$=null,c.$flags$|=4,e.$vnode$=c,c.$elm$=s.$elm$=n.shadowRoot||n,ms(s,c,r)},y7=(e,t)=>{if(t&&!e.$onRenderResolve$&&t["s-p"]){const r=t["s-p"].push(new Promise(n=>e.$onRenderResolve$=()=>{t["s-p"].splice(r-1,1),n()}))}},zv=(e,t)=>{if(e.$flags$|=16,e.$flags$&4){e.$flags$|=512;return}y7(e,e.$ancestorComponent$);const r=()=>wI(e,t);if(t){queueMicrotask(()=>{r()});return}return iI(r)},wI=(e,t)=>{const r=e.$hostElement$,n=ma("scheduleUpdate",e.$cmpMeta$.$tagName$),s=r;if(!s)throw new Error("Can't render component <".concat(r.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 l;return t?l=Ds(s,"componentWillLoad",void 0,r):l=Ds(s,"componentWillUpdate",void 0,r),l=Cw(l,()=>Ds(s,"componentWillRender",void 0,r)),n(),Cw(l,()=>CI(e,s,t))},Cw=(e,t)=>SI(e)?e.then(t).catch(r=>{console.error(r),t()}):t(),SI=e=>e instanceof Promise||e&&e.then&&typeof e.then=="function",CI=async(e,t,r)=>{var n;const s=e.$hostElement$,l=ma("update",e.$cmpMeta$.$tagName$),c=s["s-rc"];r&&pI(e);const h=ma("render",e.$cmpMeta$.$tagName$);EI(e,t,s,r),c&&(c.map(m=>m()),s["s-rc"]=void 0),h(),l();{const m=(n=s["s-p"])!=null?n:[],b=()=>TI(e);m.length===0?b():(Promise.all(m).then(b),e.$flags$|=4,m.length=0)}},EI=(e,t,r,n)=>{try{t=t.render(),e.$flags$&=-17,e.$flags$|=2,xI(e,t,n)}catch(s){Gu(s,e.$hostElement$)}return null},TI=e=>{const t=e.$cmpMeta$.$tagName$,r=e.$hostElement$,n=ma("postUpdate",t),s=r,l=e.$ancestorComponent$;Ds(s,"componentDidRender",void 0,r),e.$flags$&64?(Ds(s,"componentDidUpdate",void 0,r),n()):(e.$flags$|=64,$I(r),Ds(s,"componentDidLoad",void 0,r),n(),e.$onReadyResolve$(r),l||LI()),e.$onRenderResolve$&&(e.$onRenderResolve$(),e.$onRenderResolve$=void 0),e.$flags$&512&&h7(()=>zv(e,!1)),e.$flags$&=-517},LI=e=>{h7(()=>vI($r,"appload",{detail:{namespace:YR}}))},Ds=(e,t,r,n)=>{if(e&&e[t])try{return e[t](r)}catch(s){Gu(s,n)}},$I=e=>{var t;return e.classList.add((t=Tv.hydratedSelectorName)!=null?t:"hydrated")},_I=(e,t)=>ba(e).$instanceValues$.get(t),Ew=(e,t,r,n)=>{const s=ba(e);if(!s)return;const l=e,c=s.$instanceValues$.get(t),h=s.$flags$,m=l;r=f7(r,n.$members$[t][0]);const b=Number.isNaN(c)&&Number.isNaN(r);if(r!==c&&!b){s.$instanceValues$.set(t,r);{if(n.$watchers$&&h&128){const v=n.$watchers$[t];v&&v.map(y=>{try{m[y](r,c,t)}catch(x){Gu(x,l)}})}if((h&18)===2){if(m.componentShouldUpdate&&m.componentShouldUpdate(r,c,t)===!1)return;zv(s,!1)}}}},OI=(e,t,r)=>{var n,s;const l=e.prototype;if(t.$members$||t.$watchers$||e.watchers){e.watchers&&!t.$watchers$&&(t.$watchers$=e.watchers);const c=Object.entries((n=t.$members$)!=null?n:{});c.map(([h,[m]])=>{if(m&31||m&32){const{get:b,set:g}=Object.getOwnPropertyDescriptor(l,h)||{};b&&(t.$members$[h][0]|=2048),g&&(t.$members$[h][0]|=4096),Object.defineProperty(l,h,{get(){return b?b.apply(this):_I(this,h)},configurable:!0,enumerable:!0}),Object.defineProperty(l,h,{set(v){const y=ba(this);if(y){if(g){const x=m&32?this[h]:y.$hostElement$[h];typeof x>"u"&&y.$instanceValues$.get(h)?v=y.$instanceValues$.get(h):!y.$instanceValues$.get(h)&&x&&y.$instanceValues$.set(h,x),g.apply(this,[f7(v,m)]),v=m&32?this[h]:y.$hostElement$[h],Ew(this,h,v,t);return}{Ew(this,h,v,t);return}}}})}});{const h=new Map;l.attributeChangedCallback=function(m,b,g){Ks.jmp(()=>{var v;const y=h.get(m);if(!(this.hasOwnProperty(y)&&Tv.lazyLoad)){if(l.hasOwnProperty(y)&&typeof this[y]=="number"&&this[y]==g)return;if(y==null){const w=ba(this),L=w==null?void 0:w.$flags$;if(w&&L&&!(L&8)&&L&128&&g!==b){const _=this,I=(v=t.$watchers$)==null?void 0:v[m];I==null||I.forEach(A=>{_[A]!=null&&_[A].call(_,g,b,m)})}return}}const x=Object.getOwnPropertyDescriptor(l,y);g=g===null&&typeof this[y]=="boolean"?!1:g,g!==this[y]&&(!x.get||x.set)&&(this[y]=g)})},e.observedAttributes=Array.from(new Set([...Object.keys((s=t.$watchers$)!=null?s:{}),...c.filter(([m,b])=>b[0]&31).map(([m,b])=>{const g=b[1]||m;return h.set(g,m),g})]))}}return e},zI=async(e,t,r,n)=>{let s;if((t.$flags$&32)===0){t.$flags$|=32;{s=e.constructor;const h=e.localName;customElements.whenDefined(h).then(()=>t.$flags$|=128)}if(s&&s.style){let h;typeof s.style=="string"&&(h=s.style);const m=b7(r);if(!wu.has(m)){const b=ma("registerStyles",r.$tagName$);mI(m,h,!!(r.$flags$&1)),b()}}}const l=t.$ancestorComponent$,c=()=>zv(t,!0);l&&l["s-rc"]?l["s-rc"].push(c):c()},AI=(e,t)=>{},RI=e=>{{const t=ba(e);if(!t)return;const r=t.$cmpMeta$,n=ma("connectedCallback",r.$tagName$);if(t.$flags$&1)t!=null&&t.$lazyInstance$||t!=null&&t.$onReadyPromise$&&t.$onReadyPromise$.then(()=>AI());else{t.$flags$|=1;{let s=e;for(;s=s.parentNode||s.host;)if(s["s-p"]){y7(t,t.$ancestorComponent$=s);break}}r.$members$&&Object.entries(r.$members$).map(([s,[l]])=>{if(l&31&&e.hasOwnProperty(s)){const c=e[s];delete e[s],e[s]=c}}),zI(e,t,r)}n()}},II=async e=>{ba(e),xs.has(e)&&xs.delete(e),e.shadowRoot&&xs.has(e.shadowRoot)&&xs.delete(e.shadowRoot)},DI=(e,t)=>{const r={$flags$:t[0],$tagName$:t[1]};r.$members$=t[2],r.$watchers$=e.$watchers$;const n=e.prototype.connectedCallback,s=e.prototype.disconnectedCallback;return Object.assign(e.prototype,{__hasHostListenerAttached:!1,__registerHost(){JR(this,r)},connectedCallback(){if(!this.__hasHostListenerAttached){if(!ba(this))return;this.__hasHostListenerAttached=!0}RI(this),n&&n.call(this)},disconnectedCallback(){II(this),s&&s.call(this)},__attachShadow(){if(!this.shadowRoot)bI.call(this,r);else if(this.shadowRoot.mode!=="open")throw new Error("Unable to re-use existing shadow root for ".concat(r.$tagName$,"! Mode is set to ").concat(this.shadowRoot.mode," but Stencil only supports open shadow roots."))}}),e.is=r.$tagName$,OI(e,r)};function MI(){const e=document.querySelector("meta[name='ix-icons:path']");return e?e.getAttribute("content"):!1}let up=null;const BI="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>";function Av(e,t){if(typeof window.DOMParser>"u")return console.error("DOMParser not supported by your browser."),"";up===null&&(up=new window.DOMParser);try{e=decodeURI(e)}catch(s){}const n=up.parseFromString(e,"text/html").querySelector("svg");return n?n.outerHTML:(t?console.error("No valid svg data provided",t):console.error("No valid svg data provided"),"")}let bp;const mp=new Map,k7=()=>typeof window>"u"?new Map:(bp||(window.IxIcons=window.IxIcons||{},bp=window.IxIcons.map=window.IxIcons.map||new Map),bp),HI=e=>!e||typeof e!="string"?!1:e.startsWith("data:image/svg+xml");async function Tw(e,t){const r=k7();return r.has(e)?r.get(e):mp.has(e)?mp.get(e):fetch(e).then(async s=>{const l=await s.text();let c="";return s.ok?(c=Av(l,t),r.set(e,c)):console.error("Failed to request svg data from",e,"with status code",s.status,t),c}).catch(()=>(console.error("Failed to fetch svg data:",e,t),r.set(e,""),"")).finally(()=>{mp.delete(e)})}const NI=/^(?:(?:https?|ftp):\/\/)?(?:\S+(?::\S*)?@)?(?:www\.)?(?:\S+\.\S+)(?:\S*)$/i;function jI(e){return NI.test(e)}function VI(e,t){const r=MI();if(r)return"".concat(r,"/").concat(e,".svg");let n="svg/".concat(e,".svg");try{n=aI(n)}catch(s){console.warn('Could not load icon with name "'.concat(e,'". Ensure that the icon is registered using addIcons or that the icon SVG data is passed directly to property.'),t)}return n}async function PI(e,t){if(!t)return console.warn("No icon was provided",e),"";if(HI(t)){const r=Av(t,e);return r||console.error("Failed to parse icon data",e),r}return UI(t,e)}async function UI(e,t){const r=k7();if(r.has(e))return r.get(e);if(jI(e))return Tw(e,t);const n=VI(e,t);return n?Tw(n,t):""}const qI=":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}",x7=DI(class extends oI{constructor(t){super(),t!==!1&&this.__registerHost(),this.__attachShadow(),this.size="24",this.lazyLoading=!1,this.isVisible=!1}componentWillLoad(){this.waitForRendering(()=>{this.isVisible=!0,this.loadIconContent()})}async loadIconContent(){const t=await PI(this.hostElement,this.name);if(!t){this.svgContent=Av(BI);return}this.svgContent=t}waitForRendering(t){if(this.lazyLoading&&typeof window<"u"&&window.IntersectionObserver){const r=new IntersectionObserver(n=>{n.forEach(s=>{s.isIntersecting&&(t(),r.disconnect())})},{rootMargin:"25px"});r.observe(this.hostElement)}else t()}render(){const t={};return this.color&&(t.color="var(--theme-".concat(this.color,")")),fg(m7,{key:"83462a7d7da16587faaa0600b4c13ec8ad106a77",role:"img",style:t,class:{"size-12":this.size==="12","size-16":this.size==="16","size-24":this.size==="24","size-32":this.size==="32"}},fg("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 qI}},[257,"ix-icon",{size:[1],color:[1],name:[1],lazyLoading:[4,"lazy-loading"],svgContent:[32],isVisible:[32]},void 0,{name:["loadIconContent"]}]);function FI(){if(typeof customElements>"u")return;["ix-icon"].forEach(t=>{t==="ix-icon"&&(customElements.get(t)||customElements.define(t,x7))})}const ZI=x7,w7=FI;UR();jR();FR();qR();WR();w7();const qh=je({tagName:"ix-icon",elementClass:ZI,react:te,defineCustomElement:w7}),WI=te.forwardRef((e,t)=>{const r=Pe.useRef(null);return Pe.useImperativeHandle(t,()=>({close(n){var s;(s=r.current)==null||s.closeModal(n)},dismiss(n){var s;(s=r.current)==null||s.dismissModal(n)},modalElement:null})),R.jsx(yR,{ref:r,children:e.children})});wv();async function YI(e){return _R(e)}function XI(e,t,r){const n=document.createElement("ix-tree-item");return n.hasChildren=e.hasChildren,n.context=t,n.text=e.data.name,r((s=>{n.text=s.data.name})),n}const Lw={force:!1},GI=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.toggle=le(this,"toggle",7),this.itemClick=le(this,"itemClick",7),this.hasChildren=!1}render(){var e,t,r,n;return f(de,{key:"d7bab1c02de111458ef484818bcec12c940f1bc4",class:{selected:!!(!((e=this.context)===null||e===void 0)&&e.isSelected)}},f("div",{key:"43a86c7b782a881ee712d2950b6730fd3badebf9",class:"icon-toggle-container"},this.hasChildren?f("ix-icon",{name:zd,size:"24",class:{"icon-toggle-down":!!(!((t=this.context)===null||t===void 0)&&t.isExpanded)},color:"color-std-text",onClick:s=>{s.preventDefault(),s.stopPropagation(),this.toggle.emit()},"aria-label":(r=this.ariaLabelChevronIcon)!==null&&r!==void 0?r:!((n=this.context)===null||n===void 0)&&n.isExpanded?"Collapse tree item":"Expand tree item"}):null),f("div",{key:"b738b82fde5fe41ecc72b0cd765b2acdb17a6328",class:"tree-node-container",onClick:()=>{this.itemClick.emit()}},f("div",{key:"a0deb8a582d9b63c8832d9ad1bec89a5bdd83af8",class:"tree-node-text"},this.text),f("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"]}]);function QI(){typeof customElements<"u"&&["ix-tree-item"].forEach((e=>{e==="ix-tree-item"&&(customElements.get(e)||customElements.define(e,GI))}))}const Xi=e=>!Number.isNaN(Number(e));class uo{static create(t,r=uo.defaultConfig){return new uo(t,r)}static mergeStyle(t,r){for(let n in r)t.style[n]!==r[n]&&(t.style[n]=r[n])}static getMaxBrowserHeight(){const t=document.createElement("div"),r=document.createElement("div");uo.mergeStyle(t,{position:"absolute",height:"1px",opacity:0}),uo.mergeStyle(r,{height:"1e7px"}),t.appendChild(r),document.body.appendChild(t);const n=r.offsetHeight;return document.body.removeChild(t),n}constructor(t,r){this._scrollListener=null,this._pendingRender=!1,this._lastRepaint=null,this._maxElementHeight=uo.getMaxBrowserHeight(),this.refresh(t,r);const n=this._config,s=()=>{this._pendingRender=!1;const c=this._getScrollPosition(),h=this._lastRepaint;if(c===h)return;const m=h?c-h:0;if(!h||m<0||m>this._averageHeight){let b=this._renderChunk();this._lastRepaint=c,b!==!1&&typeof n.afterRender=="function"&&n.afterRender()}},l=n.scrollContainer||t;this._scrollListener=()=>{this._pendingRender||(this._pendingRender=!0,this._renderAnimationFrame=window.requestAnimationFrame(s))},l.addEventListener("scroll",this._scrollListener,{passive:!0}),s()}destroy(){this._renderAnimationFrame&&window.cancelAnimationFrame(this._renderAnimationFrame);const t=this._config,r=(t==null?void 0:t.scrollContainer)||this._element;this._scrollListener&&r&&r.removeEventListener("scroll",this._scrollListener)}refresh(t,r=uo.defaultConfig){var n;const s=((n=this._config)===null||n===void 0?void 0:n.scrollContainer)||this._element;if(this._scrollListener&&s&&s.removeEventListener("scroll",this._scrollListener),this._config=r,!t||t.nodeType!==1)throw Error("HyperList requires a valid DOM Node container");this._element=t;const l=this._config,c=this._scroller||l.scroller||document.createElement(l.scrollerTagName||"tr");if(typeof l.useFragment!="boolean"&&(this._config.useFragment=!0),!l.generate)throw Error("Missing required `generate` function");if(!Xi(l.total))throw Error("Invalid required `total` value, expected number");if(!Array.isArray(l.itemHeight)&&!Xi(l.itemHeight))throw Error("Invalid required `itemHeight` value, expected number or array");this._itemHeights=Xi(l.itemHeight)?Array(l.total).fill(l.itemHeight):[l.itemHeight],Object.keys(uo.defaultConfig).filter((x=>x in l)).forEach((x=>{const w=l[x],L=Xi(w);if(w&&typeof w!="string"&&typeof w!="number")throw Error("Invalid optional `".concat(x,"`, expected string or number"));L&&(l[x]=w+"px")}));const h=!!l.horizontal,m=l[h?"width":"height"];if(m){const x=Xi(m),w=!x&&m.slice(-1)==="%",L=parseInt(x?m:m.replace(/px|%/,""),10),E=window[h?"innerWidth":"innerHeight"];this._containerSize=w?E*L/100:Xi(m)?m:L}const b=l.scrollContainer,g=l.itemHeight*l.total,v=this._maxElementHeight;g>v&&console.warn(["HyperList: The maximum element height",v+"px has","been exceeded; please reduce your item height."].join(" ")),uo.mergeStyle(t,{width:""+l.width,height:b?g+"px":""+l.height,overflow:b?"none":"auto",position:"relative"}),b&&uo.mergeStyle(l.scrollContainer,{overflow:"auto"}),uo.mergeStyle(c,{opacity:"0",position:"absolute",[h?"height":"width"]:"1px",[h?"width":"height"]:g+"px"}),this._scroller||t.appendChild(c);const y=this._computeScrollPadding();this._scrollPaddingBottom=y.bottom,this._scrollPaddingTop=y.top,this._scroller=c,this._scrollHeight=this._computeScrollHeight(),this._itemPositions=this._itemPositions||Array(l.total).fill(0),this._computePositions(0),this._renderChunk(this._lastRepaint!==null),typeof l.afterRender=="function"&&l.afterRender(),this._scrollListener&&(l.scrollContainer||t).addEventListener("scroll",this._scrollListener,{passive:!0})}_getRow(t){const r=this._config;let n=r.generate(t),s=n.height;if(s!==void 0&&Xi(s)?(n=n.element,s!==this._itemHeights[t]&&(this._itemHeights[t]=s,this._computePositions(t),this._scrollHeight=this._computeScrollHeight())):s=this._itemHeights[t],!n||n.nodeType!==1)throw Error("Generator did not return a DOM Node for index: "+t);((c,h)=>{c.classList.add(h)})(n,r.rowClassName||"vrow");const l=this._itemPositions[t]+this._scrollPaddingTop;return uo.mergeStyle(n,{position:"absolute",[r.horizontal?"left":"top"]:l+"px"}),n}_getScrollPosition(){const t=this._config;return typeof t.overrideScrollPosition=="function"?t.overrideScrollPosition():this._element[t.horizontal?"scrollLeft":"scrollTop"]}_renderChunk(t=!1){const r=this._config,n=this._element,s=this._getScrollPosition(),l=r.total;let c=this._getFrom(s)-1;if((c<0||c-this._screenItemsLen<0)&&(c=0),!t&&this._lastFrom===c)return!1;this._lastFrom=c;let h=c+this._cachedItemsLen;(h>l||h+this._cachedItemsLen>l)&&(h=l);const m=r.useFragment?document.createDocumentFragment():[];m[r.useFragment?"appendChild":"push"](this._scroller);for(let b=c;b<h;b++){let g=this._getRow(b);m[r.useFragment?"appendChild":"push"](g)}if(r.applyPatch)return r.applyPatch(n,m);n.innerHTML="",n.appendChild(m)}_computePositions(t=1){const r=this._config.total;t<1&&(t=1);for(let n=t;n<r;n++)this._itemPositions[n]=this._itemHeights[n-1]+this._itemPositions[n-1]}_computeScrollHeight(){const t=this._config,r=!!t.horizontal,n=t.total,s=this._itemHeights.reduce(((v,y)=>v+y),0)+this._scrollPaddingBottom+this._scrollPaddingTop;uo.mergeStyle(this._scroller,{opacity:0,position:"absolute",top:"0px",[r?"height":"width"]:"1px",[r?"width":"height"]:s+"px"});const l=this._itemHeights.slice(0).sort(((v,y)=>v-y)),c=Math.floor(n/2),h=n%2==0?(l[c]+l[c-1])/2:l[c],m=r?"clientWidth":"clientHeight",b=t.scrollContainer?t.scrollContainer:this._element,g=b[m]?b[m]:this._containerSize;return this._screenItemsLen=Math.ceil(g/h),this._containerSize=g,this._cachedItemsLen=Math.max(this._cachedItemsLen||0,3*this._screenItemsLen),this._averageHeight=h,s}_computeScrollPadding(){const t=!!this._config.horizontal,r=window.getComputedStyle(this._element),n=s=>{const l=r.getPropertyValue("padding-"+s);return parseInt(l,10)||0};return t?{bottom:n("right"),top:n("left")}:{bottom:n("bottom"),top:n("top")}}_getFrom(t){let r=0;for(;this._itemPositions[r]<t;)r++;return r}}uo.defaultConfig={width:"100%",height:"100%"};const S7=ue(class extends ae{constructor(e){super(),e!==!1&&this.__registerHost(),this.__attachShadow(),this.contextChange=le(this,"contextChange",7),this.nodeToggled=le(this,"nodeToggled",7),this.nodeClicked=le(this,"nodeClicked",7),this.nodeRemoved=le(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:r=>{const n=t[r],s=this.hostElement.querySelector('[data-tree-node-id="'.concat(n.id,'"]')),l=this.getContext(n.id);if(s&&e.force===!1){s.hasChildren=n.hasChildren,s.context=Object.assign({},l);let b=this.dirtyItems.has(n.id);if(this.updates.has(n.id)){const g=this.updates.get(n.id);if(g){const v=g(n,Object.assign({},this.context));typeof v=="boolean"&&(b=v)}}if(this.updatePadding(s,n),!b)return s}const c=b=>{this.updates.set(n.id,b)};let h=null;this.renderItem&&(h=this.renderItem(r,n,t,Object.assign({},this.context),c)),h===null&&(h=XI(n,l,c));const m=h;return m.setAttribute("data-tree-node-id",n.id),m.style.paddingRight="1rem",this.updatePadding(m,n),this.dirtyItems.delete(n.id),m}}}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 r=[];if(e!=null&&e.hasChildren){const n=t+1;e.children.forEach((s=>{const l=this.model[s],c=this.getContext(s);r.push(Object.assign(Object.assign({},l),{level:t})),l.hasChildren&&c.isExpanded&&r.push(...this.buildTreeList(l,n))}))}return r}componentDidLoad(){this.initList(),this.observer=new MutationObserver((e=>{let t=[];e.forEach((r=>{t=[...t,...Array.from(r.removedNodes)],r.addedNodes.forEach((n=>{const s=t.indexOf(n);s>=0&&t.splice(s,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;(e=this.hyperlist)===null||e===void 0||e.destroy(),(t=this.observer)===null||t===void 0||t.disconnect()}onModelChange(){this.hasFirstRender&&!this.isListInitialized()&&this.initList()}async markItemsAsDirty(e){e.forEach((t=>this.dirtyItems.add(t)))}isListInitialized(){var e;const t=(e=this.hyperlist)===null||e===void 0?void 0:e._itemPositions;return t!==void 0&&t.length&&!(t!=null&&t.some((r=>r===void 0||Number.isNaN(r))))}async refreshTree(e=Lw){this.hyperlist&&this.hyperlist.refresh(this.hostElement,this.getVirtualizerOptions(e))}initList(){var e;if(!this.model)return;(e=this.hyperlist)===null||e===void 0||e.destroy();const t=this.getVirtualizerOptions(Lw);this.hyperlist=new uo(this.hostElement,t)}getTreeNodeId(e){let t=e;for(;t&&t!==this.hostElement;){const r=t.dataset.treeNodeId;if(r)return r;t=t.parentElement}}onToggle(e){const{target:t}=e;if(e.preventDefault(),e.stopPropagation(),!(t instanceof ae))return;const r=this.getTreeNodeId(t);if(!r||!this.model[r].hasChildren)return;const n=this.getContext(r);n.isExpanded=!n.isExpanded,this.nodeToggled.emit({id:r,isExpanded:n.isExpanded}),this.setContext(r,n)}onTreeItemClick(e){const{target:t}=e;if(!(t instanceof ae))return;const r=this.getTreeNodeId(t);if(!r)return;const n=this.model[r],s=e.composedPath(),l=s.indexOf(this.hostElement),c=s.slice(0,l);if(!ro.pathIncludesTrigger(c)){if(!e.defaultPrevented){for(const m of Object.values(this.context))m.isSelected=!1;const h=this.getContext(r);h.isSelected=!0,this.setContext(r,h)}if(this.toggleOnItemClick&&n.hasChildren){const h=this.getContext(r);h.isExpanded=!h.isExpanded,this.nodeToggled.emit({id:r,isExpanded:h.isExpanded}),this.setContext(r,h)}this.nodeClicked.emit(r)}}render(){return f(de,{key:"1274f32c7a5e24c885191db0cf9b0e58715f4eb1",onClick:e=>this.onTreeItemClick(e)},f("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}]}]),KI=S7,JI=function(){typeof customElements<"u"&&["ix-tree","ix-tree-item"].forEach((e=>{switch(e){case"ix-tree":customElements.get(e)||customElements.define(e,S7);break;case"ix-tree-item":customElements.get(e)||QI()}}))},eD=je({tagName:"ix-tree",elementClass:KI,react:te,events:{onContextChange:"contextChange",onNodeToggled:"nodeToggled",onNodeClicked:"nodeClicked",onNodeRemoved:"nodeRemoved"},defineCustomElement:JI});te.forwardRef((e,t)=>{const r=Pe.useRef(new Map),n=Pe.useCallback((s,l,c,h,m)=>{const b=document.createElement("ix-tree-item"),g=Bw.createRoot(b);return b.hasChildren=l.hasChildren,b.context=h[l.id],e.renderItem&&g.render(e.renderItem(l.data)),m((v,y)=>{b.context=y[v.id],b.hasChildren=v.hasChildren,e.renderItem&&g.render(e.renderItem(v.data))}),r.current.set(b,g),b},[]);return R.jsx(eD,{ref:t,...e,renderItem:e.renderItem?n:void 0,onNodeRemoved:s=>{const{detail:l}=s;l.forEach(c=>{var h;r.current.has(c)&&((h=r.current.get(c))==null||h.unmount(),r.current.delete(c))})}})});wv();const tD=e=>{const t=new Map;t.set("web",{name:"web"});const r=e.CapacitorPlatforms||{currentPlatform:{name:"web"},platforms:t},n=(l,c)=>{r.platforms.set(l,c)},s=l=>{r.platforms.has(l)&&(r.currentPlatform=r.platforms.get(l))};return r.addPlatform=n,r.setPlatform=s,r},oD=e=>e.CapacitorPlatforms=tD(e),C7=oD(typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});C7.addPlatform;C7.setPlatform;var Fs;(function(e){e.Unimplemented="UNIMPLEMENTED",e.Unavailable="UNAVAILABLE"})(Fs||(Fs={}));class fp extends Error{constructor(t,r,n){super(t),this.message=t,this.code=r,this.data=n}}const rD=e=>{var t,r;return e!=null&&e.androidBridge?"android":!((r=(t=e==null?void 0:e.webkit)===null||t===void 0?void 0:t.messageHandlers)===null||r===void 0)&&r.bridge?"ios":"web"},nD=e=>{var t,r,n,s,l;const c=e.CapacitorCustomPlatform||null,h=e.Capacitor||{},m=h.Plugins=h.Plugins||{},b=e.CapacitorPlatforms,g=()=>c!==null?c.name:rD(e),v=((t=b==null?void 0:b.currentPlatform)===null||t===void 0?void 0:t.getPlatform)||g,y=()=>v()!=="web",x=((r=b==null?void 0:b.currentPlatform)===null||r===void 0?void 0:r.isNativePlatform)||y,w=V=>{const X=P.get(V);return!!(X!=null&&X.platforms.has(v())||_(V))},L=((n=b==null?void 0:b.currentPlatform)===null||n===void 0?void 0:n.isPluginAvailable)||w,E=V=>{var X;return(X=h.PluginHeaders)===null||X===void 0?void 0:X.find(q=>q.name===V)},_=((s=b==null?void 0:b.currentPlatform)===null||s===void 0?void 0:s.getPluginHeader)||E,I=V=>e.console.error(V),A=(V,X,q)=>Promise.reject("".concat(q,' does not have an implementation of "').concat(X,'".')),P=new Map,T=(V,X={})=>{const q=P.get(V);if(q)return console.warn('Capacitor plugin "'.concat(V,'" already registered. Cannot register plugins twice.')),q.proxy;const re=v(),ie=_(V);let se;const pe=async()=>(!se&&re in X?se=typeof X[re]=="function"?se=await X[re]():se=X[re]:c!==null&&!se&&"web"in X&&(se=typeof X.web=="function"?se=await X.web():se=X.web),se),be=(C,z)=>{var H,M;if(ie){const Q=ie==null?void 0:ie.methods.find(ce=>z===ce.name);if(Q)return Q.rtype==="promise"?ce=>h.nativePromise(V,z.toString(),ce):(ce,he)=>h.nativeCallback(V,z.toString(),ce,he);if(C)return(H=C[z])===null||H===void 0?void 0:H.bind(C)}else{if(C)return(M=C[z])===null||M===void 0?void 0:M.bind(C);throw new fp('"'.concat(V,'" plugin is not implemented on ').concat(re),Fs.Unimplemented)}},ne=C=>{let z;const H=(...M)=>{const Q=pe().then(ce=>{const he=be(ce,C);if(he){const ye=he(...M);return z=ye==null?void 0:ye.remove,ye}else throw new fp('"'.concat(V,".").concat(C,'()" is not implemented on ').concat(re),Fs.Unimplemented)});return C==="addListener"&&(Q.remove=async()=>z()),Q};return H.toString=()=>"".concat(C.toString(),"() { [capacitor code] }"),Object.defineProperty(H,"name",{value:C,writable:!1,configurable:!1}),H},D=ne("addListener"),ee=ne("removeListener"),J=(C,z)=>{const H=D({eventName:C},z),M=async()=>{const ce=await H;ee({eventName:C,callbackId:ce},z)},Q=new Promise(ce=>H.then(()=>ce({remove:M})));return Q.remove=async()=>{console.warn("Using addListener() without 'await' is deprecated."),await M()},Q},Z=new Proxy({},{get(C,z){switch(z){case"$$typeof":return;case"toJSON":return()=>({});case"addListener":return ie?J:D;case"removeListener":return ee;default:return ne(z)}}});return m[V]=Z,P.set(V,{name:V,proxy:Z,platforms:new Set([...Object.keys(X),...ie?[re]:[]])}),Z},Y=((l=b==null?void 0:b.currentPlatform)===null||l===void 0?void 0:l.registerPlugin)||T;return h.convertFileSrc||(h.convertFileSrc=V=>V),h.getPlatform=v,h.handleError=I,h.isNativePlatform=x,h.isPluginAvailable=L,h.pluginMethodNoop=A,h.registerPlugin=Y,h.Exception=fp,h.DEBUG=!!h.DEBUG,h.isLoggingEnabled=!!h.isLoggingEnabled,h.platform=h.getPlatform(),h.isNative=h.isNativePlatform(),h},iD=e=>e.Capacitor=nD(e),Cu=iD(typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),Qu=Cu.registerPlugin;Cu.Plugins;class E7{constructor(t){this.listeners={},this.retainedEventArguments={},this.windowListeners={},t&&(console.warn('Capacitor WebPlugin "'.concat(t.name,'" config object was deprecated in v3 and will be removed in v4.')),this.config=t)}addListener(t,r){let n=!1;this.listeners[t]||(this.listeners[t]=[],n=!0),this.listeners[t].push(r);const l=this.windowListeners[t];l&&!l.registered&&this.addWindowListener(l),n&&this.sendRetainedArgumentsForEvent(t);const c=async()=>this.removeListener(t,r);return Promise.resolve({remove:c})}async removeAllListeners(){this.listeners={};for(const t in this.windowListeners)this.removeWindowListener(this.windowListeners[t]);this.windowListeners={}}notifyListeners(t,r,n){const s=this.listeners[t];if(!s){if(n){let l=this.retainedEventArguments[t];l||(l=[]),l.push(r),this.retainedEventArguments[t]=l}return}s.forEach(l=>l(r))}hasListeners(t){return!!this.listeners[t].length}registerWindowListener(t,r){this.windowListeners[r]={registered:!1,windowEventName:t,pluginEventName:r,handler:n=>{this.notifyListeners(r,n)}}}unimplemented(t="not implemented"){return new Cu.Exception(t,Fs.Unimplemented)}unavailable(t="not available"){return new Cu.Exception(t,Fs.Unavailable)}async removeListener(t,r){const n=this.listeners[t];if(!n)return;const s=n.indexOf(r);this.listeners[t].splice(s,1),this.listeners[t].length||this.removeWindowListener(this.windowListeners[t])}addWindowListener(t){window.addEventListener(t.windowEventName,t.handler),t.registered=!0}removeWindowListener(t){t&&(window.removeEventListener(t.windowEventName,t.handler),t.registered=!1)}sendRetainedArgumentsForEvent(t){const r=this.retainedEventArguments[t];r&&(delete this.retainedEventArguments[t],r.forEach(n=>{this.notifyListeners(t,n)}))}}const $w=e=>encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape),_w=e=>e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent);class aD extends E7{async getCookies(){const t=document.cookie,r={};return t.split(";").forEach(n=>{if(n.length<=0)return;let[s,l]=n.replace(/=/,"CAP_COOKIE").split("CAP_COOKIE");s=_w(s).trim(),l=_w(l).trim(),r[s]=l}),r}async setCookie(t){try{const r=$w(t.key),n=$w(t.value),s="; expires=".concat((t.expires||"").replace("expires=","")),l=(t.path||"/").replace("path=",""),c=t.url!=null&&t.url.length>0?"domain=".concat(t.url):"";document.cookie="".concat(r,"=").concat(n||"").concat(s,"; path=").concat(l,"; ").concat(c,";")}catch(r){return Promise.reject(r)}}async deleteCookie(t){try{document.cookie="".concat(t.key,"=; Max-Age=0")}catch(r){return Promise.reject(r)}}async clearCookies(){try{const t=document.cookie.split(";")||[];for(const r of t)document.cookie=r.replace(/^ +/,"").replace(/=.*/,"=;expires=".concat(new Date().toUTCString(),";path=/"))}catch(t){return Promise.reject(t)}}async clearAllCookies(){try{await this.clearCookies()}catch(t){return Promise.reject(t)}}}Qu("CapacitorCookies",{web:()=>new aD});const sD=async e=>new Promise((t,r)=>{const n=new FileReader;n.onload=()=>{const s=n.result;t(s.indexOf(",")>=0?s.split(",")[1]:s)},n.onerror=s=>r(s),n.readAsDataURL(e)}),lD=(e={})=>{const t=Object.keys(e);return Object.keys(e).map(s=>s.toLocaleLowerCase()).reduce((s,l,c)=>(s[l]=e[t[c]],s),{})},dD=(e,t=!0)=>e?Object.entries(e).reduce((n,s)=>{const[l,c]=s;let h,m;return Array.isArray(c)?(m="",c.forEach(b=>{h=t?encodeURIComponent(b):b,m+="".concat(l,"=").concat(h,"&")}),m.slice(0,-1)):(h=t?encodeURIComponent(c):c,m="".concat(l,"=").concat(h)),"".concat(n,"&").concat(m)},"").substr(1):null,cD=(e,t={})=>{const r=Object.assign({method:e.method||"GET",headers:e.headers},t),s=lD(e.headers)["content-type"]||"";if(typeof e.data=="string")r.body=e.data;else if(s.includes("application/x-www-form-urlencoded")){const l=new URLSearchParams;for(const[c,h]of Object.entries(e.data||{}))l.set(c,h);r.body=l.toString()}else if(s.includes("multipart/form-data")||e.data instanceof FormData){const l=new FormData;if(e.data instanceof FormData)e.data.forEach((h,m)=>{l.append(m,h)});else for(const h of Object.keys(e.data))l.append(h,e.data[h]);r.body=l;const c=new Headers(r.headers);c.delete("content-type"),r.headers=c}else(s.includes("application/json")||typeof e.data=="object")&&(r.body=JSON.stringify(e.data));return r};class hD extends E7{async request(t){const r=cD(t,t.webFetchExtra),n=dD(t.params,t.shouldEncodeUrlParams),s=n?"".concat(t.url,"?").concat(n):t.url,l=await fetch(s,r),c=l.headers.get("content-type")||"";let{responseType:h="text"}=l.ok?t:{};c.includes("application/json")&&(h="json");let m,b;switch(h){case"arraybuffer":case"blob":b=await l.blob(),m=await sD(b);break;case"json":m=await l.json();break;default:m=await l.text()}const g={};return l.headers.forEach((v,y)=>{g[y]=v}),{data:m,headers:g,status:l.status,url:l.url}}async get(t){return this.request(Object.assign(Object.assign({},t),{method:"GET"}))}async post(t){return this.request(Object.assign(Object.assign({},t),{method:"POST"}))}async put(t){return this.request(Object.assign(Object.assign({},t),{method:"PUT"}))}async patch(t){return this.request(Object.assign(Object.assign({},t),{method:"PATCH"}))}async delete(t){return this.request(Object.assign(Object.assign({},t),{method:"DELETE"}))}}Qu("CapacitorHttp",{web:()=>new hD});const Ow=Qu("Device",{web:()=>dr(()=>import("./web-DyDqv4X_.js"),[],import.meta.url).then(e=>new e.DeviceWeb)}),Eu=Qu("ScreenOrientation",{web:()=>dr(()=>import("./web-DoSuDtt4.js"),[],import.meta.url).then(e=>new e.ScreenOrientationWeb)}),uD=()=>{const e=Pe.useRef(null),[t,r]=Pe.useState("New Event");function n(){e.current&&e.current.close(t)}function s(){e.current&&e.current.dismiss()}return R.jsxs(WI,{ref:e,children:[R.jsx(wR,{children:"Create new Event"}),R.jsxs(kR,{children:[R.jsx("label",{children:"Event name"}),R.jsx("input",{className:"ix-form-control",type:"text",onInput:l=>r(l.currentTarget.value),defaultValue:t})]}),R.jsxs(xR,{children:[R.jsx(Sr,{onClick:n,children:"Save"}),R.jsx(Sr,{onClick:s,children:"Cancel"})]})]})},bD=()=>{const[e,t]=Pe.useState([]),[r,n]=Pe.useState(),[s,l]=Pe.useState(),[c,h]=Pe.useState("");Pe.useLayoutEffect(()=>{Eu.orientation().then(({type:b})=>{h(b)}),Eu.addListener("screenOrientationChange",({type:b})=>{h(b)})},[]),Pe.useLayoutEffect(()=>{async function b(){const v=await Ow.getInfo();n(v)}b();async function g(){const v=await Ow.getBatteryInfo();if(!v.batteryLevel){l(0);return}l(v.batteryLevel*100)}g()},[]);async function m(){(await YI({centered:!0,content:R.jsx(uD,{}),size:"full-screen"})).onClose.once(g=>{t([...e,g])})}return R.jsxs(Cv,{children:[R.jsx(Ev,{slot:"header",headerTitle:"My Phone",headerSubtitle:"Show information about your phone",children:R.jsx(Sr,{variant:"subtle-primary",onClick:m,children:"Create new entry"})}),R.jsxs("div",{className:"Home__Content",children:[R.jsxs(pR,{className:"Home__System_Settings",children:[R.jsx(Th,{label:"Device",value:r==null?void 0:r.model}),R.jsx(Th,{label:"Version",value:"".concat(r==null?void 0:r.iOSVersion)}),R.jsx(Th,{label:"Battery",value:"".concat(s,"%")}),R.jsx(Th,{label:"Orientation",value:"".concat(YL("mobile")?c:"portrait-primary")})]}),R.jsxs("div",{className:"Home__Event__Container",children:[R.jsx("h2",{children:"Events"}),R.jsx("div",{className:"Home__Event__Event_List",children:R.jsxs(r7,{animated:!1,children:[R.jsx(Sn,{itemColor:"color-alarm",children:"Battery low"}),R.jsx(Sn,{itemColor:"color-success",children:"Upload success"}),R.jsx(Sn,{itemColor:"color-warning",children:"Heat limit"}),R.jsx(Sn,{itemColor:"color-alarm",children:"Restart required"}),e.map((b,g)=>R.jsx(Sn,{children:b},g))]})})]})]})]})},mD="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>",zw="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>",pp="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>",fD="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>",pD="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>",Aw="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>",gD="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>",Rw="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>",vD=()=>R.jsxs(Cv,{children:[R.jsx(Ev,{slot:"header",headerTitle:"Other",headerSubtitle:"Explain what this page is about"}),R.jsxs(uR,{label:"Example",sublabel:"Sublabel",children:[R.jsx(Vh,{variant:"tertiary",id:"context-menu",slot:"header-actions",icon:fD}),R.jsx(bs,{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."})]}),R.jsxs(bR,{trigger:"context-menu",children:[R.jsx(Ki,{icon:pD,children:"Rename..."}),R.jsx(Ki,{icon:gD,children:"Delete"})]}),R.jsx(ts,{label:"Motor speed",value:"Nominal"}),R.jsx(ts,{label:"Motor speed",value:"122.6",unit:"rpm"}),R.jsx(ts,{label:"Motor speed",value:"122.6",state:"alarm"}),R.jsx(ts,{label:"Motor speed",value:"122.6",state:"warning"}),R.jsx(ts,{label:"Motor speed",value:"Nominal",orientation:"vertical"}),R.jsx(ts,{label:"Motor speed",value:"{122.6}",unit:"rpm",state:"alarm",orientation:"vertical"})]});var gp={exports:{}};var Iw;function yD(){return Iw||(Iw=1,(function(e){(function(){var t={}.hasOwnProperty;function r(){for(var l="",c=0;c<arguments.length;c++){var h=arguments[c];h&&(l=s(l,n(h)))}return l}function n(l){if(typeof l=="string"||typeof l=="number")return l;if(typeof l!="object")return"";if(Array.isArray(l))return r.apply(null,l);if(l.toString!==Object.prototype.toString&&!l.toString.toString().includes("[native code]"))return l.toString();var c="";for(var h in l)t.call(l,h)&&l[h]&&(c=s(c,h));return c}function s(l,c){return c?l?l+" "+c:l+c:l}e.exports?(r.default=r,e.exports=r):window.classNames=r})()})(gp)),gp.exports}var kD=yD();const Hd=Zs(kD),xD="_Example_zduaz_10",wD="_SliderExample_zduaz_26",SD="_ButtonExample_zduaz_42",CD="_IconCol_zduaz_54",ED="_IconsExample_zduaz_60",TD="_TypographyExample_zduaz_74",LD="_Toggle_zduaz_82",lo={Example:xD,SliderExample:wD,ButtonExample:SD,IconCol:CD,IconsExample:ED,TypographyExample:TD,Toggle:LD};function $D(){return R.jsx("div",{className:lo.Example,children:R.jsx(fR,{header:"No elements available",subHeader:"Create an element first",icon:mD,action:"Create element"})})}function _D(){return R.jsxs("div",{className:Hd(lo.Example,lo.SliderExample),children:[R.jsxs(cp,{trace:!0,"trace-reference":50,marker:[0,25,50,75,100],value:25,children:[R.jsx("span",{slot:"label-start",children:"0"}),R.jsx("span",{slot:"label-end",children:"100"})]}),R.jsxs(cp,{min:0,max:50,value:20,step:10,trace:!0,"trace-reference":10,marker:[0,10,20,30,40,50],children:[R.jsx("span",{slot:"label-start",children:"0"}),R.jsx("span",{slot:"label-end",children:"100"})]}),R.jsxs(cp,{trace:!0,"trace-reference":50,marker:[0,25,50,75,100],error:!0,children:[R.jsx("span",{slot:"label-start",children:"0"}),R.jsx("span",{slot:"label-end",children:"100"})]})]})}function OD(){return R.jsx("div",{className:lo.Example,children:R.jsxs(r7,{compact:!0,children:[R.jsx(Sn,{itemColor:"color-primary",children:"Text 1"}),R.jsx(Sn,{itemColor:"color-primary",children:"Text 2"}),R.jsx(Sn,{itemColor:"color-primary",children:"Text 3"}),R.jsx(Sn,{itemColor:"color-primary",children:"Text 4"})]})})}function zD(){return R.jsxs("div",{className:Hd(lo.Example),children:[R.jsx(Lh,{className:lo.Toggle}),R.jsx(Lh,{className:lo.Toggle,checked:!0}),R.jsx(Lh,{className:lo.Toggle,disabled:!0}),R.jsx(Lh,{className:lo.Toggle,checked:!0,disabled:!0})]})}function AD(){return R.jsxs("div",{className:Hd(lo.Example,lo.ButtonExample),children:[R.jsx(Sr,{children:"Button primary"}),R.jsx(Sr,{variant:"subtle-primary",children:"Button primary"}),R.jsx(Sr,{variant:"subtle-primary",children:"Button primary"}),R.jsx(Sr,{variant:"subtle-secondary",children:"Button primary"}),R.jsx(Sr,{variant:"tertiary",children:"Button primary"}),R.jsx(Sr,{variant:"subtle-tertiary",children:"Button primary"}),R.jsx(Sr,{disabled:!0,children:"Button primary"}),R.jsx(Sr,{disabled:!0,variant:"subtle-primary",children:"Button primary"})]})}function RD(){return R.jsxs("div",{className:Hd(lo.Example,lo.TypographyExample),children:[R.jsx(bs,{format:"h1",children:"Block H1"}),R.jsx(bs,{format:"h2",children:"Block H2"}),R.jsx(bs,{format:"display",children:"Block Display"}),R.jsx(bs,{format:"body",children:"Block Body"}),R.jsx(bs,{format:"label-sm",children:"Block Label"})]})}function ID(){const[e]=Pe.useState([["app-menu","rocket","calendar","capacity"],["backup","bar-code","battery-full","clock"],["cloud","code","cogwheel","database"]]);return R.jsx("div",{className:Hd(lo.Example,lo.IconsExample),children:R.jsx(n7,{children:e.map((t,r)=>R.jsx(us,{children:t.map((n,s)=>R.jsx(ci,{size:"3",className:lo.IconCol,children:R.jsx(qh,{name:n})},"".concat(r,"_").concat(s,"_").concat(n)))},r))})})}const DD=()=>R.jsxs(Cv,{children:[R.jsx(Ev,{slot:"header",headerTitle:"Other",headerSubtitle:"Explain what this page is about"}),R.jsxs(n7,{noMargin:!0,children:[R.jsx(us,{children:R.jsx(ci,{children:R.jsx(ID,{})})}),R.jsx(us,{children:R.jsx(ci,{children:R.jsx($D,{})})}),R.jsxs(us,{children:[R.jsx(ci,{children:R.jsx(RD,{})}),R.jsx(ci,{children:R.jsx(zD,{})}),R.jsx(ci,{children:R.jsx(AD,{})})]}),R.jsx(us,{children:R.jsx(ci,{children:R.jsx(_D,{})})}),R.jsx(us,{children:R.jsx(ci,{children:R.jsx(OD,{})})})]})]});g$();function MD(e,t){Pe.useEffect(()=>{const r=()=>{const s=new URLSearchParams(window.location.search).get(e);t(s)};return r(),window.addEventListener("popstate",r),()=>{window.removeEventListener("popstate",r)}},[e,t])}const vp=({to:e,label:t,icon:r,counter:n})=>R.jsx(Ww,{to:e,activeClassName:"active",component:s=>R.jsx(vR,{icon:r,onClick:s.navigate,active:s.className==="active",label:t,notifications:n})}),yp=({to:e,children:t,counter:r})=>R.jsx(Ww,{to:e,activeClassName:"active",component:n=>R.jsx(SR,{icon:!0,onClick:n.navigate,selected:n.className==="active",counter:r,children:t})}),BD=()=>(MD("preview-theme",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))}),R.jsx(HR,{children:R.jsx(a2,{children:R.jsx(ES,{children:R.jsxs(dR,{breakpoints:["sm"],children:[R.jsxs(cR,{name:"My App",children:[R.jsx(Vh,{variant:"tertiary",icon:pp}),R.jsx(Vh,{variant:"tertiary",icon:pp}),R.jsx(Vh,{variant:"tertiary",icon:pp}),R.jsxs(mR,{variant:"subtle-tertiary",label:"Select config",children:[R.jsx(Ki,{label:"Config 1"}),R.jsx(Ki,{label:"Config 2"}),R.jsx(Ki,{label:"Config 3"})]}),R.jsxs(hR,{username:"John Doe",extra:"Administrator",children:[R.jsx(Ki,{label:"Action 1"}),R.jsx(Ki,{label:"Action 2"})]})]}),R.jsxs(gR,{enableToggleTheme:!0,children:[R.jsx(vp,{to:"home",label:"Home",icon:Rw}),R.jsx(vp,{to:"demo",label:"Demo",icon:zw}),R.jsx(vp,{to:"other",label:"Other",icon:Aw,counter:4})]}),R.jsxs(hd,{animated:!1,children:[R.jsx(Qc,{path:"/home",children:R.jsx(bD,{})}),R.jsx(Qc,{path:"/other",children:R.jsx(vD,{})}),R.jsx(Qc,{path:"/demo",children:R.jsx(DD,{})}),R.jsx(Qc,{exact:!0,path:"/",children:R.jsx(yS,{to:"home"})})]}),R.jsxs(CR,{layout:"stretched",placement:"top",rounded:!0,slot:"bottom",children:[R.jsx(yp,{to:"home",children:R.jsx(qh,{name:Rw})}),R.jsx(yp,{to:"demo",children:R.jsx(qh,{name:Aw})}),R.jsx(yp,{to:"other",counter:4,children:R.jsx(qh,{name:zw})})]})]})})})}));function HD(){return new URLSearchParams(window.location.search).get("preview-mode")}const ND=HD();ND==="ios"&&document.documentElement.classList.add("preview-mode-ios");const jD=document.getElementById("root"),VD=Mw.createRoot(jD);async function PD(){const{type:e}=await Eu.orientation();window.document.body.setAttribute("data-screen-orientation",e),Eu.addListener("screenOrientationChange",({type:t})=>{window.document.body.setAttribute("data-screen-orientation",t)})}PD();VD.render(R.jsx(te.StrictMode,{children:R.jsx(BD,{})}));export{QE as K,E7 as W,UD as __vite_legacy_guard,u6 as a,qD as b,ZD as c,$f as d,FD as e,Ip as f,Nt as g,m6 as h,HC as i,YD as j,WD as p,US as r,Cg as w};
|