@siemens/ix 3.0.0-alpha.0 → 3.0.0-alpha.1
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/components/custom-elements.d.ts +10 -0
- package/components/index.d.ts +33 -0
- package/components/index.js +137 -0
- package/components/index.js.map +1 -0
- package/components/ix-action-card.d.ts +11 -0
- package/components/ix-action-card.js +72 -0
- package/components/ix-action-card.js.map +1 -0
- package/components/ix-application-header.d.ts +11 -0
- package/components/ix-application-header.js +9 -0
- package/components/ix-application-header.js.map +1 -0
- package/components/ix-application-sidebar.d.ts +11 -0
- package/components/ix-application-sidebar.js +64 -0
- package/components/ix-application-sidebar.js.map +1 -0
- package/components/ix-application-switch-modal.d.ts +11 -0
- package/components/ix-application-switch-modal.js +106 -0
- package/components/ix-application-switch-modal.js.map +1 -0
- package/components/ix-application.d.ts +11 -0
- package/components/ix-application.js +148 -0
- package/components/ix-application.js.map +1 -0
- package/components/ix-avatar.d.ts +11 -0
- package/components/ix-avatar.js +9 -0
- package/components/ix-avatar.js.map +1 -0
- package/components/ix-basic-navigation.d.ts +11 -0
- package/components/ix-basic-navigation.js +154 -0
- package/components/ix-basic-navigation.js.map +1 -0
- package/components/ix-blind.d.ts +11 -0
- package/components/ix-blind.js +131 -0
- package/components/ix-blind.js.map +1 -0
- package/components/ix-breadcrumb-item.d.ts +11 -0
- package/components/ix-breadcrumb-item.js +9 -0
- package/components/ix-breadcrumb-item.js.map +1 -0
- package/components/ix-breadcrumb.d.ts +11 -0
- package/components/ix-breadcrumb.js +171 -0
- package/components/ix-breadcrumb.js.map +1 -0
- package/components/ix-button.d.ts +11 -0
- package/components/ix-button.js +9 -0
- package/components/ix-button.js.map +1 -0
- package/components/ix-card-accordion.d.ts +11 -0
- package/components/ix-card-accordion.js +9 -0
- package/components/ix-card-accordion.js.map +1 -0
- package/components/ix-card-content.d.ts +11 -0
- package/components/ix-card-content.js +9 -0
- package/components/ix-card-content.js.map +1 -0
- package/components/ix-card-list.d.ts +11 -0
- package/components/ix-card-list.js +258 -0
- package/components/ix-card-list.js.map +1 -0
- package/components/ix-card-title.d.ts +11 -0
- package/components/ix-card-title.js +9 -0
- package/components/ix-card-title.js.map +1 -0
- package/components/ix-card.d.ts +11 -0
- package/components/ix-card.js +9 -0
- package/components/ix-card.js.map +1 -0
- package/components/ix-category-filter.d.ts +11 -0
- package/components/ix-category-filter.js +600 -0
- package/components/ix-category-filter.js.map +1 -0
- package/components/ix-checkbox-group.d.ts +11 -0
- package/components/ix-checkbox-group.js +111 -0
- package/components/ix-checkbox-group.js.map +1 -0
- package/components/ix-checkbox.d.ts +11 -0
- package/components/ix-checkbox.js +155 -0
- package/components/ix-checkbox.js.map +1 -0
- package/components/ix-chip.d.ts +11 -0
- package/components/ix-chip.js +144 -0
- package/components/ix-chip.js.map +1 -0
- package/components/ix-col.d.ts +11 -0
- package/components/ix-col.js +9 -0
- package/components/ix-col.js.map +1 -0
- package/components/ix-content-header.d.ts +11 -0
- package/components/ix-content-header.js +73 -0
- package/components/ix-content-header.js.map +1 -0
- package/components/ix-content.d.ts +11 -0
- package/components/ix-content.js +49 -0
- package/components/ix-content.js.map +1 -0
- package/components/ix-css-grid-item.d.ts +11 -0
- package/components/ix-css-grid-item.js +40 -0
- package/components/ix-css-grid-item.js.map +1 -0
- package/components/ix-css-grid.d.ts +11 -0
- package/components/ix-css-grid.js +117 -0
- package/components/ix-css-grid.js.map +1 -0
- package/components/ix-custom-field.d.ts +11 -0
- package/components/ix-custom-field.js +112 -0
- package/components/ix-custom-field.js.map +1 -0
- package/components/ix-date-dropdown.d.ts +11 -0
- package/components/ix-date-dropdown.js +372 -0
- package/components/ix-date-dropdown.js.map +1 -0
- package/components/ix-date-input.d.ts +11 -0
- package/components/ix-date-input.js +388 -0
- package/components/ix-date-input.js.map +1 -0
- package/components/ix-date-picker.d.ts +11 -0
- package/components/ix-date-picker.js +9 -0
- package/components/ix-date-picker.js.map +1 -0
- package/components/ix-date-time-card.d.ts +11 -0
- package/components/ix-date-time-card.js +9 -0
- package/components/ix-date-time-card.js.map +1 -0
- package/components/ix-datetime-picker.d.ts +11 -0
- package/components/ix-datetime-picker.js +208 -0
- package/components/ix-datetime-picker.js.map +1 -0
- package/components/ix-divider.d.ts +11 -0
- package/components/ix-divider.js +9 -0
- package/components/ix-divider.js.map +1 -0
- package/components/ix-drawer.d.ts +11 -0
- package/components/ix-drawer.js +200 -0
- package/components/ix-drawer.js.map +1 -0
- package/components/ix-dropdown-button.d.ts +11 -0
- package/components/ix-dropdown-button.js +107 -0
- package/components/ix-dropdown-button.js.map +1 -0
- package/components/ix-dropdown-header.d.ts +11 -0
- package/components/ix-dropdown-header.js +44 -0
- package/components/ix-dropdown-header.js.map +1 -0
- package/components/ix-dropdown-item.d.ts +11 -0
- package/components/ix-dropdown-item.js +9 -0
- package/components/ix-dropdown-item.js.map +1 -0
- package/components/ix-dropdown-quick-actions.d.ts +11 -0
- package/components/ix-dropdown-quick-actions.js +36 -0
- package/components/ix-dropdown-quick-actions.js.map +1 -0
- package/components/ix-dropdown.d.ts +11 -0
- package/components/ix-dropdown.js +9 -0
- package/components/ix-dropdown.js.map +1 -0
- package/components/ix-empty-state.d.ts +11 -0
- package/components/ix-empty-state.js +65 -0
- package/components/ix-empty-state.js.map +1 -0
- package/components/ix-event-list-item.d.ts +11 -0
- package/components/ix-event-list-item.js +72 -0
- package/components/ix-event-list-item.js.map +1 -0
- package/components/ix-event-list.d.ts +11 -0
- package/components/ix-event-list.js +162 -0
- package/components/ix-event-list.js.map +1 -0
- package/components/ix-expanding-search.d.ts +11 -0
- package/components/ix-expanding-search.js +146 -0
- package/components/ix-expanding-search.js.map +1 -0
- package/components/ix-field-label.d.ts +11 -0
- package/components/ix-field-label.js +9 -0
- package/components/ix-field-label.js.map +1 -0
- package/components/ix-field-wrapper.d.ts +11 -0
- package/components/ix-field-wrapper.js +9 -0
- package/components/ix-field-wrapper.js.map +1 -0
- package/components/ix-filter-chip.d.ts +11 -0
- package/components/ix-filter-chip.js +9 -0
- package/components/ix-filter-chip.js.map +1 -0
- package/components/ix-flip-tile-content.d.ts +11 -0
- package/components/ix-flip-tile-content.js +44 -0
- package/components/ix-flip-tile-content.js.map +1 -0
- package/components/ix-flip-tile.d.ts +11 -0
- package/components/ix-flip-tile.js +155 -0
- package/components/ix-flip-tile.js.map +1 -0
- package/components/ix-group-context-menu.d.ts +11 -0
- package/components/ix-group-context-menu.js +9 -0
- package/components/ix-group-context-menu.js.map +1 -0
- package/components/ix-group-item.d.ts +11 -0
- package/components/ix-group-item.js +9 -0
- package/components/ix-group-item.js.map +1 -0
- package/components/ix-group.d.ts +11 -0
- package/components/ix-group.js +221 -0
- package/components/ix-group.js.map +1 -0
- package/components/ix-helper-text.d.ts +11 -0
- package/components/ix-helper-text.js +91 -0
- package/components/ix-helper-text.js.map +1 -0
- package/components/ix-icon-button.d.ts +11 -0
- package/components/ix-icon-button.js +9 -0
- package/components/ix-icon-button.js.map +1 -0
- package/components/ix-icon-toggle-button.d.ts +11 -0
- package/components/ix-icon-toggle-button.js +141 -0
- package/components/ix-icon-toggle-button.js.map +1 -0
- package/components/ix-input-group.d.ts +11 -0
- package/components/ix-input-group.js +152 -0
- package/components/ix-input-group.js.map +1 -0
- package/components/ix-input.d.ts +11 -0
- package/components/ix-input.js +240 -0
- package/components/ix-input.js.map +1 -0
- package/components/ix-key-value-list.d.ts +11 -0
- package/components/ix-key-value-list.js +42 -0
- package/components/ix-key-value-list.js.map +1 -0
- package/components/ix-key-value.d.ts +11 -0
- package/components/ix-key-value.js +48 -0
- package/components/ix-key-value.js.map +1 -0
- package/components/ix-kpi.d.ts +11 -0
- package/components/ix-kpi.js +74 -0
- package/components/ix-kpi.js.map +1 -0
- package/components/ix-layout-auto.d.ts +11 -0
- package/components/ix-layout-auto.js +113 -0
- package/components/ix-layout-auto.js.map +1 -0
- package/components/ix-layout-grid.d.ts +11 -0
- package/components/ix-layout-grid.js +9 -0
- package/components/ix-layout-grid.js.map +1 -0
- package/components/ix-link-button.d.ts +11 -0
- package/components/ix-link-button.js +57 -0
- package/components/ix-link-button.js.map +1 -0
- package/components/ix-map-navigation-overlay.d.ts +11 -0
- package/components/ix-map-navigation-overlay.js +9 -0
- package/components/ix-map-navigation-overlay.js.map +1 -0
- package/components/ix-map-navigation.d.ts +11 -0
- package/components/ix-map-navigation.js +241 -0
- package/components/ix-map-navigation.js.map +1 -0
- package/components/ix-menu-about-item.d.ts +11 -0
- package/components/ix-menu-about-item.js +51 -0
- package/components/ix-menu-about-item.js.map +1 -0
- package/components/ix-menu-about-news.d.ts +11 -0
- package/components/ix-menu-about-news.js +93 -0
- package/components/ix-menu-about-news.js.map +1 -0
- package/components/ix-menu-about.d.ts +11 -0
- package/components/ix-menu-about.js +89 -0
- package/components/ix-menu-about.js.map +1 -0
- package/components/ix-menu-avatar-item.d.ts +11 -0
- package/components/ix-menu-avatar-item.js +9 -0
- package/components/ix-menu-avatar-item.js.map +1 -0
- package/components/ix-menu-avatar.d.ts +11 -0
- package/components/ix-menu-avatar.js +117 -0
- package/components/ix-menu-avatar.js.map +1 -0
- package/components/ix-menu-category.d.ts +11 -0
- package/components/ix-menu-category.js +284 -0
- package/components/ix-menu-category.js.map +1 -0
- package/components/ix-menu-expand-icon.d.ts +11 -0
- package/components/ix-menu-expand-icon.js +9 -0
- package/components/ix-menu-expand-icon.js.map +1 -0
- package/components/ix-menu-item.d.ts +11 -0
- package/components/ix-menu-item.js +9 -0
- package/components/ix-menu-item.js.map +1 -0
- package/components/ix-menu-settings-item.d.ts +11 -0
- package/components/ix-menu-settings-item.js +51 -0
- package/components/ix-menu-settings-item.js.map +1 -0
- package/components/ix-menu-settings.d.ts +11 -0
- package/components/ix-menu-settings.js +9 -0
- package/components/ix-menu-settings.js.map +1 -0
- package/components/ix-menu.d.ts +11 -0
- package/components/ix-menu.js +592 -0
- package/components/ix-menu.js.map +1 -0
- package/components/ix-message-bar.d.ts +11 -0
- package/components/ix-message-bar.js +103 -0
- package/components/ix-message-bar.js.map +1 -0
- package/components/ix-modal-content.d.ts +11 -0
- package/components/ix-modal-content.js +9 -0
- package/components/ix-modal-content.js.map +1 -0
- package/components/ix-modal-footer.d.ts +11 -0
- package/components/ix-modal-footer.js +36 -0
- package/components/ix-modal-footer.js.map +1 -0
- package/components/ix-modal-header.d.ts +11 -0
- package/components/ix-modal-header.js +9 -0
- package/components/ix-modal-header.js.map +1 -0
- package/components/ix-modal-loading.d.ts +11 -0
- package/components/ix-modal-loading.js +42 -0
- package/components/ix-modal-loading.js.map +1 -0
- package/components/ix-modal.d.ts +11 -0
- package/components/ix-modal.js +245 -0
- package/components/ix-modal.js.map +1 -0
- package/components/ix-number-input.d.ts +11 -0
- package/components/ix-number-input.js +236 -0
- package/components/ix-number-input.js.map +1 -0
- package/components/ix-pagination.d.ts +11 -0
- package/components/ix-pagination.js +261 -0
- package/components/ix-pagination.js.map +1 -0
- package/components/ix-pane-layout.d.ts +11 -0
- package/components/ix-pane-layout.js +311 -0
- package/components/ix-pane-layout.js.map +1 -0
- package/components/ix-pane.d.ts +11 -0
- package/components/ix-pane.js +568 -0
- package/components/ix-pane.js.map +1 -0
- package/components/ix-pill.d.ts +11 -0
- package/components/ix-pill.js +128 -0
- package/components/ix-pill.js.map +1 -0
- package/components/ix-push-card.d.ts +11 -0
- package/components/ix-push-card.js +83 -0
- package/components/ix-push-card.js.map +1 -0
- package/components/ix-radio-group.d.ts +11 -0
- package/components/ix-radio-group.js +169 -0
- package/components/ix-radio-group.js.map +1 -0
- package/components/ix-radio.d.ts +11 -0
- package/components/ix-radio.js +127 -0
- package/components/ix-radio.js.map +1 -0
- package/components/ix-row.d.ts +11 -0
- package/components/ix-row.js +9 -0
- package/components/ix-row.js.map +1 -0
- package/components/ix-select-item.d.ts +11 -0
- package/components/ix-select-item.js +9 -0
- package/components/ix-select-item.js.map +1 -0
- package/components/ix-select.d.ts +11 -0
- package/components/ix-select.js +9 -0
- package/components/ix-select.js.map +1 -0
- package/components/ix-slider.d.ts +11 -0
- package/components/ix-slider.js +255 -0
- package/components/ix-slider.js.map +1 -0
- package/components/ix-spinner.d.ts +11 -0
- package/components/ix-spinner.js +9 -0
- package/components/ix-spinner.js.map +1 -0
- package/components/ix-split-button.d.ts +11 -0
- package/components/ix-split-button.js +118 -0
- package/components/ix-split-button.js.map +1 -0
- package/components/ix-tab-item.d.ts +11 -0
- package/components/ix-tab-item.js +9 -0
- package/components/ix-tab-item.js.map +1 -0
- package/components/ix-tabs.d.ts +11 -0
- package/components/ix-tabs.js +9 -0
- package/components/ix-tabs.js.map +1 -0
- package/components/ix-textarea.d.ts +11 -0
- package/components/ix-textarea.js +192 -0
- package/components/ix-textarea.js.map +1 -0
- package/components/ix-tile.d.ts +11 -0
- package/components/ix-tile.js +63 -0
- package/components/ix-tile.js.map +1 -0
- package/components/ix-time-picker.d.ts +11 -0
- package/components/ix-time-picker.js +9 -0
- package/components/ix-time-picker.js.map +1 -0
- package/components/ix-toast-container.d.ts +11 -0
- package/components/ix-toast-container.js +143 -0
- package/components/ix-toast-container.js.map +1 -0
- package/components/ix-toast.d.ts +11 -0
- package/components/ix-toast.js +9 -0
- package/components/ix-toast.js.map +1 -0
- package/components/ix-toggle-button.d.ts +11 -0
- package/components/ix-toggle-button.js +128 -0
- package/components/ix-toggle-button.js.map +1 -0
- package/components/ix-toggle.d.ts +11 -0
- package/components/ix-toggle.js +155 -0
- package/components/ix-toggle.js.map +1 -0
- package/components/ix-tooltip.d.ts +11 -0
- package/components/ix-tooltip.js +9 -0
- package/components/ix-tooltip.js.map +1 -0
- package/components/ix-tree-item.d.ts +11 -0
- package/components/ix-tree-item.js +9 -0
- package/components/ix-tree-item.js.map +1 -0
- package/components/ix-tree.d.ts +11 -0
- package/components/ix-tree.js +592 -0
- package/components/ix-tree.js.map +1 -0
- package/components/ix-typography.d.ts +11 -0
- package/components/ix-typography.js +9 -0
- package/components/ix-typography.js.map +1 -0
- package/components/ix-upload.d.ts +11 -0
- package/components/ix-upload.js +234 -0
- package/components/ix-upload.js.map +1 -0
- package/components/ix-validation-tooltip.d.ts +11 -0
- package/components/ix-validation-tooltip.js +184 -0
- package/components/ix-validation-tooltip.js.map +1 -0
- package/components/ix-workflow-step.d.ts +11 -0
- package/components/ix-workflow-step.js +147 -0
- package/components/ix-workflow-step.js.map +1 -0
- package/components/ix-workflow-steps.d.ts +11 -0
- package/components/ix-workflow-steps.js +112 -0
- package/components/ix-workflow-steps.js.map +1 -0
- package/components/p--2LOMK-5.js +105 -0
- package/components/p--2LOMK-5.js.map +1 -0
- package/components/p-0LfxrxE4.js +164 -0
- package/components/p-0LfxrxE4.js.map +1 -0
- package/components/p-1f50E84W.js +54 -0
- package/components/p-1f50E84W.js.map +1 -0
- package/components/p-BAPgZLqz.js +33 -0
- package/components/p-BAPgZLqz.js.map +1 -0
- package/components/p-BGzrnl_l.js +21 -0
- package/components/p-BGzrnl_l.js.map +1 -0
- package/components/p-BH3f5fa3.js +37 -0
- package/components/p-BH3f5fa3.js.map +1 -0
- package/components/p-BIjJHJC6.js +203 -0
- package/components/p-BIjJHJC6.js.map +1 -0
- package/components/p-BNJ4Ws7A.js +89 -0
- package/components/p-BNJ4Ws7A.js.map +1 -0
- package/components/p-BQ6999e5.js +22 -0
- package/components/p-BQ6999e5.js.map +1 -0
- package/components/p-B_ksjKbq.js +83 -0
- package/components/p-B_ksjKbq.js.map +1 -0
- package/components/p-Bb7pDeaQ.js +144 -0
- package/components/p-Bb7pDeaQ.js.map +1 -0
- package/components/p-BcWYFLel.js +162 -0
- package/components/p-BcWYFLel.js.map +1 -0
- package/components/p-BdCnOrqW.js +47 -0
- package/components/p-BdCnOrqW.js.map +1 -0
- package/components/p-Bi1VyG64.js +46 -0
- package/components/p-Bi1VyG64.js.map +1 -0
- package/components/p-BkRdUBrT.js +19 -0
- package/components/p-BkRdUBrT.js.map +1 -0
- package/components/p-BtKhV-Qs.js +129 -0
- package/components/p-BtKhV-Qs.js.map +1 -0
- package/components/p-BvVFL6_X.js +65 -0
- package/components/p-BvVFL6_X.js.map +1 -0
- package/components/p-BzcD2jYB.js +134 -0
- package/components/p-BzcD2jYB.js.map +1 -0
- package/components/p-C-mNdLd6.js +90 -0
- package/components/p-C-mNdLd6.js.map +1 -0
- package/components/p-C1wxjy2C.js +59 -0
- package/components/p-C1wxjy2C.js.map +1 -0
- package/components/p-C3b1PgFA.js +61 -0
- package/components/p-C3b1PgFA.js.map +1 -0
- package/components/p-C4TYRqdI.js +33 -0
- package/components/p-C4TYRqdI.js.map +1 -0
- package/components/p-C5YFrAhW.js +75 -0
- package/components/p-C5YFrAhW.js.map +1 -0
- package/components/p-CA8lgT01.js +133 -0
- package/components/p-CA8lgT01.js.map +1 -0
- package/components/p-CAVJJh8O.js +107 -0
- package/components/p-CAVJJh8O.js.map +1 -0
- package/components/p-CAqtPJ4-.js +1786 -0
- package/components/p-CAqtPJ4-.js.map +1 -0
- package/components/p-CAtsUR4G.js +48 -0
- package/components/p-CAtsUR4G.js.map +1 -0
- package/components/p-CB5DzBgb.js +54 -0
- package/components/p-CB5DzBgb.js.map +1 -0
- package/components/p-CBVGeMwV.js +103 -0
- package/components/p-CBVGeMwV.js.map +1 -0
- package/components/p-CDvg2uVS.js +55 -0
- package/components/p-CDvg2uVS.js.map +1 -0
- package/components/p-CI5W8CAi.js +110 -0
- package/components/p-CI5W8CAi.js.map +1 -0
- package/components/p-CIrU33UT.js +33 -0
- package/components/p-CIrU33UT.js.map +1 -0
- package/components/p-CPbbOJ_i.js +110 -0
- package/components/p-CPbbOJ_i.js.map +1 -0
- package/components/p-CV6yma_f.js +463 -0
- package/components/p-CV6yma_f.js.map +1 -0
- package/components/p-CX81WQtk.js +14 -0
- package/components/p-CX81WQtk.js.map +1 -0
- package/components/p-CrQyJEVL.js +71 -0
- package/components/p-CrQyJEVL.js.map +1 -0
- package/components/p-CtTl3_AV.js +1833 -0
- package/components/p-CtTl3_AV.js.map +1 -0
- package/components/p-Ctm7nqyL.js +76 -0
- package/components/p-Ctm7nqyL.js.map +1 -0
- package/components/p-CyFFBc_G.js +100 -0
- package/components/p-CyFFBc_G.js.map +1 -0
- package/components/p-D-z4lnIJ.js +33 -0
- package/components/p-D-z4lnIJ.js.map +1 -0
- package/components/p-D0LOAFeZ.js +772 -0
- package/components/p-D0LOAFeZ.js.map +1 -0
- package/components/p-D3K9vmFp.js +157 -0
- package/components/p-D3K9vmFp.js.map +1 -0
- package/components/p-D3VIxufW.js +51 -0
- package/components/p-D3VIxufW.js.map +1 -0
- package/components/p-D60flNJM.js +146 -0
- package/components/p-D60flNJM.js.map +1 -0
- package/components/p-D6vSVaHq.js +26 -0
- package/components/p-D6vSVaHq.js.map +1 -0
- package/components/p-D9Zr-lKz.js +253 -0
- package/components/p-D9Zr-lKz.js.map +1 -0
- package/components/p-DDHkNPby.js +79 -0
- package/components/p-DDHkNPby.js.map +1 -0
- package/components/p-DWZGOVME.js +116 -0
- package/components/p-DWZGOVME.js.map +1 -0
- package/components/p-DYsshkPV.js +90 -0
- package/components/p-DYsshkPV.js.map +1 -0
- package/components/p-Da1A2O4N.js +79 -0
- package/components/p-Da1A2O4N.js.map +1 -0
- package/components/p-DcNP8_7d.js +91 -0
- package/components/p-DcNP8_7d.js.map +1 -0
- package/components/p-DcqQbhTb.js +54 -0
- package/components/p-DcqQbhTb.js.map +1 -0
- package/components/p-Dly1Khc2.js +262 -0
- package/components/p-Dly1Khc2.js.map +1 -0
- package/components/p-Dn_WjwtW.js +53 -0
- package/components/p-Dn_WjwtW.js.map +1 -0
- package/components/p-Dp15M30K.js +20 -0
- package/components/p-Dp15M30K.js.map +1 -0
- package/components/p-Dp4RJcgZ.js +125 -0
- package/components/p-Dp4RJcgZ.js.map +1 -0
- package/components/p-DzCmj5t-.js +42 -0
- package/components/p-DzCmj5t-.js.map +1 -0
- package/components/p-JJddxCCh.js +42 -0
- package/components/p-JJddxCCh.js.map +1 -0
- package/components/p-Ou74PMQs.js +1313 -0
- package/components/p-Ou74PMQs.js.map +1 -0
- package/components/p-TGPySHuR.js +113 -0
- package/components/p-TGPySHuR.js.map +1 -0
- package/components/p-UQa1aROL.js +23 -0
- package/components/p-UQa1aROL.js.map +1 -0
- package/components/p-bDicGJUN.js +7697 -0
- package/components/p-bDicGJUN.js.map +1 -0
- package/components/p-bcj7UEIC.js +24 -0
- package/components/p-bcj7UEIC.js.map +1 -0
- package/components/p-elgF4vOp.js +33 -0
- package/components/p-elgF4vOp.js.map +1 -0
- package/components/p-jiOZu5Rs.js +33 -0
- package/components/p-jiOZu5Rs.js.map +1 -0
- package/components/p-kY0vP3rC.js +122 -0
- package/components/p-kY0vP3rC.js.map +1 -0
- package/components/p-nRLifbYD.js +209 -0
- package/components/p-nRLifbYD.js.map +1 -0
- package/components/p-nxsAEeRV.js +310 -0
- package/components/p-nxsAEeRV.js.map +1 -0
- package/components/p-rAP-ASw3.js +605 -0
- package/components/p-rAP-ASw3.js.map +1 -0
- package/components/p-vcRya6fE.js +360 -0
- package/components/p-vcRya6fE.js.map +1 -0
- package/components/package.json +8 -0
- package/dist/cjs/a11y-B_6chCvu.js +148 -0
- package/dist/cjs/a11y-B_6chCvu.js.map +1 -0
- package/dist/cjs/animation-CHJ_toEA.js +22 -0
- package/dist/cjs/animation-CHJ_toEA.js.map +1 -0
- package/dist/cjs/anime.es-CgS5X9-e.js +1315 -0
- package/dist/cjs/anime.es-CgS5X9-e.js.map +1 -0
- package/dist/cjs/app-globals-Dl9nm3FH.js +10 -0
- package/dist/cjs/app-globals-Dl9nm3FH.js.map +1 -0
- package/dist/cjs/base-button-CqhWuxXr.js +74 -0
- package/dist/cjs/base-button-CqhWuxXr.js.map +1 -0
- package/dist/cjs/base-icon-button-D0j4OzyN.js +21 -0
- package/dist/cjs/base-icon-button-D0j4OzyN.js.map +1 -0
- package/dist/cjs/breakpoints-B8fTDVlk.js +28 -0
- package/dist/cjs/breakpoints-B8fTDVlk.js.map +1 -0
- package/dist/cjs/context-B8bRIFA2.js +110 -0
- package/dist/cjs/context-B8bRIFA2.js.map +1 -0
- package/dist/cjs/datetime-Dvtv5O8f.js +7700 -0
- package/dist/cjs/datetime-Dvtv5O8f.js.map +1 -0
- package/dist/cjs/default-tree-item-B1QdEq5a.js +25 -0
- package/dist/cjs/default-tree-item-B1QdEq5a.js.map +1 -0
- package/dist/cjs/disposable-event-listener-BALEIeXq.js +26 -0
- package/dist/cjs/disposable-event-listener-BALEIeXq.js.map +1 -0
- package/dist/cjs/dropdown-controller-BLOjtc6w.js +160 -0
- package/dist/cjs/dropdown-controller-BLOjtc6w.js.map +1 -0
- package/dist/cjs/find-element-D7yD1Ukn.js +106 -0
- package/dist/cjs/find-element-D7yD1Ukn.js.map +1 -0
- package/dist/cjs/flip-tile-state-bDVEEzk4.js +22 -0
- package/dist/cjs/flip-tile-state-bDVEEzk4.js.map +1 -0
- package/dist/cjs/floating-ui.dom-CMzYsRR7.js +1795 -0
- package/dist/cjs/floating-ui.dom-CMzYsRR7.js.map +1 -0
- package/dist/cjs/focus-Cl8_98b5.js +70 -0
- package/dist/cjs/focus-Cl8_98b5.js.map +1 -0
- package/dist/cjs/helper-text-util-x8PVAsbI.js +45 -0
- package/dist/cjs/helper-text-util-x8PVAsbI.js.map +1 -0
- package/dist/cjs/index-DIFIjYrm.js +99 -0
- package/dist/cjs/index-DIFIjYrm.js.map +1 -0
- package/dist/cjs/index-DUl1Kp3_.js +2481 -0
- package/dist/cjs/index-DUl1Kp3_.js.map +1 -0
- package/dist/cjs/index-IWZYsRU-.js +35 -0
- package/dist/cjs/index-IWZYsRU-.js.map +1 -0
- package/dist/cjs/index.cjs.js +148 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/input.util-DKYtpTVn.js +215 -0
- package/dist/cjs/input.util-DKYtpTVn.js.map +1 -0
- package/dist/cjs/ix-action-card.cjs.entry.js +32 -0
- package/dist/cjs/ix-action-card.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-action-card.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-application-header.cjs.entry.js +159 -0
- package/dist/cjs/ix-application-header.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application-header.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-application-sidebar.cjs.entry.js +46 -0
- package/dist/cjs/ix-application-sidebar.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application-sidebar.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-application-switch-modal.cjs.entry.js +59 -0
- package/dist/cjs/ix-application-switch-modal.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application-switch-modal.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-application.cjs.entry.js +120 -0
- package/dist/cjs/ix-application.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-avatar.ix-menu-avatar-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-avatar_2.cjs.entry.js +87 -0
- package/dist/cjs/ix-avatar_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-basic-navigation.cjs.entry.js +95 -0
- package/dist/cjs/ix-basic-navigation.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-basic-navigation.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-blind.cjs.entry.js +101 -0
- package/dist/cjs/ix-blind.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-blind.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-breadcrumb-item.cjs.entry.js +76 -0
- package/dist/cjs/ix-breadcrumb-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-breadcrumb-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-breadcrumb.cjs.entry.js +122 -0
- package/dist/cjs/ix-breadcrumb.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-breadcrumb.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-button.cjs.entry.js +105 -0
- package/dist/cjs/ix-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-button.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-card-accordion.ix-card-title.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-card-accordion_2.cjs.entry.js +86 -0
- package/dist/cjs/ix-card-accordion_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-card-list.cjs.entry.js +191 -0
- package/dist/cjs/ix-card-list.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-card-list.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-card.ix-card-content.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-card_2.cjs.entry.js +45 -0
- package/dist/cjs/ix-card_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-category-filter.cjs.entry.js +537 -0
- package/dist/cjs/ix-category-filter.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-category-filter.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-checkbox-group.cjs.entry.js +58 -0
- package/dist/cjs/ix-checkbox-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-checkbox-group.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-checkbox.cjs.entry.js +126 -0
- package/dist/cjs/ix-checkbox.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-checkbox.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-chip.cjs.entry.js +95 -0
- package/dist/cjs/ix-chip.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-chip.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-col_4.cjs.entry.js +640 -0
- package/dist/cjs/ix-col_4.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-content-header.cjs.entry.js +34 -0
- package/dist/cjs/ix-content-header.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-content-header.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-content.cjs.entry.js +31 -0
- package/dist/cjs/ix-content.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-content.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-css-grid-item.cjs.entry.js +22 -0
- package/dist/cjs/ix-css-grid-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-css-grid-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-css-grid.cjs.entry.js +98 -0
- package/dist/cjs/ix-css-grid.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-css-grid.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-custom-field.cjs.entry.js +59 -0
- package/dist/cjs/ix-custom-field.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-custom-field.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-date-dropdown.cjs.entry.js +265 -0
- package/dist/cjs/ix-date-dropdown.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-date-dropdown.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-date-input.cjs.entry.js +287 -0
- package/dist/cjs/ix-date-input.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-date-input.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-date-time-card.cjs.entry.js +38 -0
- package/dist/cjs/ix-date-time-card.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-date-time-card.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-datetime-picker.cjs.entry.js +107 -0
- package/dist/cjs/ix-datetime-picker.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-datetime-picker.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-divider.cjs.entry.js +20 -0
- package/dist/cjs/ix-divider.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-divider.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-drawer.cjs.entry.js +161 -0
- package/dist/cjs/ix-drawer.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-drawer.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-dropdown-button.cjs.entry.js +58 -0
- package/dist/cjs/ix-dropdown-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-button.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-dropdown-header.cjs.entry.js +20 -0
- package/dist/cjs/ix-dropdown-header.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-header.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-dropdown-item.cjs.entry.js +60 -0
- package/dist/cjs/ix-dropdown-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js +20 -0
- package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-quick-actions.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-dropdown.cjs.entry.js +371 -0
- package/dist/cjs/ix-dropdown.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-empty-state.cjs.entry.js +25 -0
- package/dist/cjs/ix-empty-state.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-empty-state.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-event-list-item.cjs.entry.js +51 -0
- package/dist/cjs/ix-event-list-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-event-list-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-event-list.cjs.entry.js +139 -0
- package/dist/cjs/ix-event-list.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-event-list.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-expanding-search.cjs.entry.js +107 -0
- package/dist/cjs/ix-expanding-search.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-expanding-search.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-field-label.ix-field-wrapper.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-field-label_2.cjs.entry.js +189 -0
- package/dist/cjs/ix-field-label_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-filter-chip.ix-select-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-filter-chip_2.cjs.entry.js +130 -0
- package/dist/cjs/ix-filter-chip_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-flip-tile-content.cjs.entry.js +26 -0
- package/dist/cjs/ix-flip-tile-content.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-flip-tile-content.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-flip-tile.cjs.entry.js +119 -0
- package/dist/cjs/ix-flip-tile.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-flip-tile.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-group-context-menu.ix-group-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-group-context-menu_2.cjs.entry.js +81 -0
- package/dist/cjs/ix-group-context-menu_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-group.cjs.entry.js +167 -0
- package/dist/cjs/ix-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-group.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-helper-text.cjs.entry.js +62 -0
- package/dist/cjs/ix-helper-text.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-helper-text.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-icon-button.ix-spinner.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-icon-button_2.cjs.entry.js +133 -0
- package/dist/cjs/ix-icon-button_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-icon-toggle-button.cjs.entry.js +107 -0
- package/dist/cjs/ix-icon-toggle-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-icon-toggle-button.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-input-group.cjs.entry.js +132 -0
- package/dist/cjs/ix-input-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-input-group.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-input.cjs.entry.js +166 -0
- package/dist/cjs/ix-input.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-input.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-key-value-list.cjs.entry.js +24 -0
- package/dist/cjs/ix-key-value-list.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-key-value-list.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-key-value.cjs.entry.js +27 -0
- package/dist/cjs/ix-key-value.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-key-value.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-kpi.cjs.entry.js +52 -0
- package/dist/cjs/ix-kpi.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-kpi.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-layout-auto.cjs.entry.js +93 -0
- package/dist/cjs/ix-layout-auto.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-layout-auto.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-link-button.cjs.entry.js +37 -0
- package/dist/cjs/ix-link-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-link-button.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js +60 -0
- package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-map-navigation-overlay.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-map-navigation.cjs.entry.js +175 -0
- package/dist/cjs/ix-map-navigation.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-map-navigation.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-about-item.cjs.entry.js +31 -0
- package/dist/cjs/ix-menu-about-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-about-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-about-news.cjs.entry.js +46 -0
- package/dist/cjs/ix-menu-about-news.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-about-news.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-about.cjs.entry.js +43 -0
- package/dist/cjs/ix-menu-about.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-about.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-avatar.cjs.entry.js +51 -0
- package/dist/cjs/ix-menu-avatar.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-avatar.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-category.cjs.entry.js +225 -0
- package/dist/cjs/ix-menu-category.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-category.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-expand-icon.cjs.entry.js +49 -0
- package/dist/cjs/ix-menu-expand-icon.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-expand-icon.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-item.cjs.entry.js +109 -0
- package/dist/cjs/ix-menu-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-settings-CNmiFF1r.js +123 -0
- package/dist/cjs/ix-menu-settings-CNmiFF1r.js.map +1 -0
- package/dist/cjs/ix-menu-settings-item.cjs.entry.js +31 -0
- package/dist/cjs/ix-menu-settings-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-settings-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-settings.cjs.entry.js +12 -0
- package/dist/cjs/ix-menu-settings.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-settings.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu.cjs.entry.js +515 -0
- package/dist/cjs/ix-menu.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-message-bar.cjs.entry.js +70 -0
- package/dist/cjs/ix-message-bar.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-message-bar.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-modal-content.ix-modal-header.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-modal-content_2.cjs.entry.js +65 -0
- package/dist/cjs/ix-modal-content_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal-footer.cjs.entry.js +20 -0
- package/dist/cjs/ix-modal-footer.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal-footer.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-modal-loading.cjs.entry.js +20 -0
- package/dist/cjs/ix-modal-loading.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal-loading.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-modal.cjs.entry.js +217 -0
- package/dist/cjs/ix-modal.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-number-input.cjs.entry.js +165 -0
- package/dist/cjs/ix-number-input.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-number-input.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-pagination.cjs.entry.js +170 -0
- package/dist/cjs/ix-pagination.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pagination.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-pane-layout.cjs.entry.js +284 -0
- package/dist/cjs/ix-pane-layout.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pane-layout.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-pane.cjs.entry.js +508 -0
- package/dist/cjs/ix-pane.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pane.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-pill.cjs.entry.js +91 -0
- package/dist/cjs/ix-pill.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pill.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-push-card.cjs.entry.js +30 -0
- package/dist/cjs/ix-push-card.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-push-card.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-radio-group.cjs.entry.js +113 -0
- package/dist/cjs/ix-radio-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-radio-group.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-radio.cjs.entry.js +100 -0
- package/dist/cjs/ix-radio.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-radio.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-select.cjs.entry.js +666 -0
- package/dist/cjs/ix-select.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-select.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-slider.cjs.entry.js +206 -0
- package/dist/cjs/ix-slider.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-slider.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-split-button.cjs.entry.js +67 -0
- package/dist/cjs/ix-split-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-split-button.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-tab-item.ix-tabs.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-tab-item_2.cjs.entry.js +364 -0
- package/dist/cjs/ix-tab-item_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-textarea.cjs.entry.js +131 -0
- package/dist/cjs/ix-textarea.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-textarea.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-tile.cjs.entry.js +43 -0
- package/dist/cjs/ix-tile.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-tile.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-time-picker.cjs.entry.js +201 -0
- package/dist/cjs/ix-time-picker.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-time-picker.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-toast-container.cjs.entry.js +102 -0
- package/dist/cjs/ix-toast-container.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toast-container.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-toast.cjs.entry.js +79 -0
- package/dist/cjs/ix-toast.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toast.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-toggle-button.cjs.entry.js +94 -0
- package/dist/cjs/ix-toggle-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toggle-button.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-toggle.cjs.entry.js +124 -0
- package/dist/cjs/ix-toggle.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toggle.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-tooltip.cjs.entry.js +331 -0
- package/dist/cjs/ix-tooltip.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-tooltip.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-tree-item.cjs.entry.js +37 -0
- package/dist/cjs/ix-tree-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-tree-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-tree.cjs.entry.js +563 -0
- package/dist/cjs/ix-tree.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-tree.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-typography.cjs.entry.js +41 -0
- package/dist/cjs/ix-typography.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-typography.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-upload.cjs.entry.js +192 -0
- package/dist/cjs/ix-upload.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-upload.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-validation-tooltip.cjs.entry.js +159 -0
- package/dist/cjs/ix-validation-tooltip.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-validation-tooltip.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-workflow-step.cjs.entry.js +118 -0
- package/dist/cjs/ix-workflow-step.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-workflow-step.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-workflow-steps.cjs.entry.js +92 -0
- package/dist/cjs/ix-workflow-steps.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-workflow-steps.entry.cjs.js.map +1 -0
- package/dist/cjs/listener-dZdfN-j_.js +78 -0
- package/dist/cjs/listener-dZdfN-j_.js.map +1 -0
- package/dist/cjs/loader.cjs.js +17 -0
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/cjs/logical-filter-operator-q-2KOPJs.js +39 -0
- package/dist/cjs/logical-filter-operator-q-2KOPJs.js.map +1 -0
- package/dist/cjs/make-ref-BaH6_YJk.js +26 -0
- package/dist/cjs/make-ref-BaH6_YJk.js.map +1 -0
- package/dist/cjs/menu-service-D4IDwDz5.js +81 -0
- package/dist/cjs/menu-service-D4IDwDz5.js.map +1 -0
- package/dist/cjs/modal-CY_zQjvm.js +261 -0
- package/dist/cjs/modal-CY_zQjvm.js.map +1 -0
- package/dist/cjs/mutation-observer-DE0YMfYu.js +16 -0
- package/dist/cjs/mutation-observer-DE0YMfYu.js.map +1 -0
- package/dist/cjs/rwd.util-GTn-vgCJ.js +45 -0
- package/dist/cjs/rwd.util-GTn-vgCJ.js.map +1 -0
- package/dist/cjs/service-DS99olWQ.js +102 -0
- package/dist/cjs/service-DS99olWQ.js.map +1 -0
- package/dist/cjs/setup-CubfbTM8.js +34 -0
- package/dist/cjs/setup-CubfbTM8.js.map +1 -0
- package/dist/cjs/shadow-dom-DT01VwcB.js +51 -0
- package/dist/cjs/shadow-dom-DT01VwcB.js.map +1 -0
- package/dist/cjs/siemens-ix.cjs.js +29 -0
- package/dist/cjs/siemens-ix.cjs.js.map +1 -0
- package/dist/cjs/theme-switcher-CQW-DwGd.js +128 -0
- package/dist/cjs/theme-switcher-CQW-DwGd.js.map +1 -0
- package/dist/cjs/typed-event-DxWATHPL.js +49 -0
- package/dist/cjs/typed-event-DxWATHPL.js.map +1 -0
- package/dist/cjs/upload-file-state-BvLCvnjZ.js +21 -0
- package/dist/cjs/upload-file-state-BvLCvnjZ.js.map +1 -0
- package/dist/cjs/validation-CAJ2gTIK.js +121 -0
- package/dist/cjs/validation-CAJ2gTIK.js.map +1 -0
- package/dist/collection/collection-manifest.json +123 -0
- package/dist/collection/components/action-card/action-card.css +77 -0
- package/dist/collection/components/action-card/action-card.js +152 -0
- package/dist/collection/components/action-card/action-card.js.map +1 -0
- package/dist/collection/components/application/application.css +132 -0
- package/dist/collection/components/application/application.js +269 -0
- package/dist/collection/components/application/application.js.map +1 -0
- package/dist/collection/components/application-header/application-header.css +143 -0
- package/dist/collection/components/application-header/application-header.js +265 -0
- package/dist/collection/components/application-header/application-header.js.map +1 -0
- package/dist/collection/components/application-header/application-switch-modal/application-switch-modal.css +132 -0
- package/dist/collection/components/application-header/application-switch-modal/application-switch-modal.js +95 -0
- package/dist/collection/components/application-header/application-switch-modal/application-switch-modal.js.map +1 -0
- package/dist/collection/components/application-header/test/application-header.ct.js +389 -0
- package/dist/collection/components/application-header/test/application-header.ct.js.map +1 -0
- package/dist/collection/components/application-sidebar/application-sidebar.css +74 -0
- package/dist/collection/components/application-sidebar/application-sidebar.js +70 -0
- package/dist/collection/components/application-sidebar/application-sidebar.js.map +1 -0
- package/dist/collection/components/application-sidebar/events.js +15 -0
- package/dist/collection/components/application-sidebar/events.js.map +1 -0
- package/dist/collection/components/avatar/avatar.css +264 -0
- package/dist/collection/components/avatar/avatar.js +170 -0
- package/dist/collection/components/avatar/avatar.js.map +1 -0
- package/dist/collection/components/avatar/test/avatar.ct.js +85 -0
- package/dist/collection/components/avatar/test/avatar.ct.js.map +1 -0
- package/dist/collection/components/basic-navigation/basic-navigation.css +105 -0
- package/dist/collection/components/basic-navigation/basic-navigation.js +208 -0
- package/dist/collection/components/basic-navigation/basic-navigation.js.map +1 -0
- package/dist/collection/components/blind/blind.css +414 -0
- package/dist/collection/components/blind/blind.js +246 -0
- package/dist/collection/components/blind/blind.js.map +1 -0
- package/dist/collection/components/blind/test/blind.ct.js +16 -0
- package/dist/collection/components/blind/test/blind.ct.js.map +1 -0
- package/dist/collection/components/breadcrumb/breadcrumb.css +125 -0
- package/dist/collection/components/breadcrumb/breadcrumb.js +261 -0
- package/dist/collection/components/breadcrumb/breadcrumb.js.map +1 -0
- package/dist/collection/components/breadcrumb/test/breadcrumb.ct.js +98 -0
- package/dist/collection/components/breadcrumb/test/breadcrumb.ct.js.map +1 -0
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.css +1314 -0
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.js +244 -0
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.js.map +1 -0
- package/dist/collection/components/button/base-button.js +62 -0
- package/dist/collection/components/button/base-button.js.map +1 -0
- package/dist/collection/components/button/button-component.js +2 -0
- package/dist/collection/components/button/button-component.js.map +1 -0
- package/dist/collection/components/button/button.css +695 -0
- package/dist/collection/components/button/button.js +324 -0
- package/dist/collection/components/button/button.js.map +1 -0
- package/dist/collection/components/button/test/button.ct.js +84 -0
- package/dist/collection/components/button/test/button.ct.js.map +1 -0
- package/dist/collection/components/card/card.css +269 -0
- package/dist/collection/components/card/card.js +89 -0
- package/dist/collection/components/card/card.js.map +1 -0
- package/dist/collection/components/card-accordion/card-accordion.css +161 -0
- package/dist/collection/components/card-accordion/card-accordion.js +138 -0
- package/dist/collection/components/card-accordion/card-accordion.js.map +1 -0
- package/dist/collection/components/card-content/card-content.css +79 -0
- package/dist/collection/components/card-content/card-content.js +22 -0
- package/dist/collection/components/card-content/card-content.js.map +1 -0
- package/dist/collection/components/card-list/card-list.css +179 -0
- package/dist/collection/components/card-list/card-list.js +456 -0
- package/dist/collection/components/card-list/card-list.js.map +1 -0
- package/dist/collection/components/card-title/card-title.css +30 -0
- package/dist/collection/components/card-title/card-title.js +24 -0
- package/dist/collection/components/card-title/card-title.js.map +1 -0
- package/dist/collection/components/category-filter/category-filter.css +1982 -0
- package/dist/collection/components/category-filter/category-filter.js +919 -0
- package/dist/collection/components/category-filter/category-filter.js.map +1 -0
- package/dist/collection/components/category-filter/filter-state.js +15 -0
- package/dist/collection/components/category-filter/filter-state.js.map +1 -0
- package/dist/collection/components/category-filter/input-state.js +18 -0
- package/dist/collection/components/category-filter/input-state.js.map +1 -0
- package/dist/collection/components/category-filter/logical-filter-operator.js +15 -0
- package/dist/collection/components/category-filter/logical-filter-operator.js.map +1 -0
- package/dist/collection/components/category-filter/test/category-filter.ct.js +62 -0
- package/dist/collection/components/category-filter/test/category-filter.ct.js.map +1 -0
- package/dist/collection/components/checkbox/checkbox.css +548 -0
- package/dist/collection/components/checkbox/checkbox.js +351 -0
- package/dist/collection/components/checkbox/checkbox.js.map +1 -0
- package/dist/collection/components/checkbox/tests/checkbox.ct.js +86 -0
- package/dist/collection/components/checkbox/tests/checkbox.ct.js.map +1 -0
- package/dist/collection/components/checkbox-group/checkbox-group.css +38 -0
- package/dist/collection/components/checkbox-group/checkbox-group.js +229 -0
- package/dist/collection/components/checkbox-group/checkbox-group.js.map +1 -0
- package/dist/collection/components/chip/chip.css +567 -0
- package/dist/collection/components/chip/chip.js +288 -0
- package/dist/collection/components/chip/chip.js.map +1 -0
- package/dist/collection/components/chip/test/chip.ct.js +76 -0
- package/dist/collection/components/chip/test/chip.ct.js.map +1 -0
- package/dist/collection/components/col/col.css +71 -0
- package/dist/collection/components/col/col.js +195 -0
- package/dist/collection/components/col/col.js.map +1 -0
- package/dist/collection/components/content/content.css +82 -0
- package/dist/collection/components/content/content.js +49 -0
- package/dist/collection/components/content/content.js.map +1 -0
- package/dist/collection/components/content-header/content-header.css +31 -0
- package/dist/collection/components/content-header/content-header.js +149 -0
- package/dist/collection/components/content-header/content-header.js.map +1 -0
- package/dist/collection/components/css-grid/builder.js +20 -0
- package/dist/collection/components/css-grid/builder.js.map +1 -0
- package/dist/collection/components/css-grid/css-grid-item.css +16 -0
- package/dist/collection/components/css-grid/css-grid-item.js +55 -0
- package/dist/collection/components/css-grid/css-grid-item.js.map +1 -0
- package/dist/collection/components/css-grid/css-grid.css +27 -0
- package/dist/collection/components/css-grid/css-grid.js +131 -0
- package/dist/collection/components/css-grid/css-grid.js.map +1 -0
- package/dist/collection/components/custom-field/custom-field.css +15 -0
- package/dist/collection/components/custom-field/custom-field.js +228 -0
- package/dist/collection/components/custom-field/custom-field.js.map +1 -0
- package/dist/collection/components/custom-field/tests/custom-field.ct.js +68 -0
- package/dist/collection/components/custom-field/tests/custom-field.ct.js.map +1 -0
- package/dist/collection/components/date-dropdown/date-dropdown.css +105 -0
- package/dist/collection/components/date-dropdown/date-dropdown.js +794 -0
- package/dist/collection/components/date-dropdown/date-dropdown.js.map +1 -0
- package/dist/collection/components/date-dropdown/test/date-dropdown.ct.js +215 -0
- package/dist/collection/components/date-dropdown/test/date-dropdown.ct.js.map +1 -0
- package/dist/collection/components/date-input/date-input.css +641 -0
- package/dist/collection/components/date-input/date-input.js +842 -0
- package/dist/collection/components/date-input/date-input.js.map +1 -0
- package/dist/collection/components/date-input/tests/date-input.ct.js +117 -0
- package/dist/collection/components/date-input/tests/date-input.ct.js.map +1 -0
- package/dist/collection/components/date-picker/date-picker-component.js +2 -0
- package/dist/collection/components/date-picker/date-picker-component.js.map +1 -0
- package/dist/collection/components/date-picker/date-picker.css +320 -0
- package/dist/collection/components/date-picker/date-picker.js +945 -0
- package/dist/collection/components/date-picker/date-picker.js.map +1 -0
- package/dist/collection/components/date-picker/test/date-picker.ct.js +204 -0
- package/dist/collection/components/date-picker/test/date-picker.ct.js.map +1 -0
- package/dist/collection/components/date-time-card/date-time-card.css +117 -0
- package/dist/collection/components/date-time-card/date-time-card.js +122 -0
- package/dist/collection/components/date-time-card/date-time-card.js.map +1 -0
- package/dist/collection/components/datetime-picker/datetime-picker.css +126 -0
- package/dist/collection/components/datetime-picker/datetime-picker.js +581 -0
- package/dist/collection/components/datetime-picker/datetime-picker.js.map +1 -0
- package/dist/collection/components/datetime-picker/test/datetime-picker.ct.js +54 -0
- package/dist/collection/components/datetime-picker/test/datetime-picker.ct.js.map +1 -0
- package/dist/collection/components/divider/divider.css +15 -0
- package/dist/collection/components/divider/divider.js +30 -0
- package/dist/collection/components/divider/divider.js.map +1 -0
- package/dist/collection/components/drawer/drawer.css +125 -0
- package/dist/collection/components/drawer/drawer.js +361 -0
- package/dist/collection/components/drawer/drawer.js.map +1 -0
- package/dist/collection/components/drawer/test/drawer.ct.js +67 -0
- package/dist/collection/components/drawer/test/drawer.ct.js.map +1 -0
- package/dist/collection/components/dropdown/dropdown-controller.js +153 -0
- package/dist/collection/components/dropdown/dropdown-controller.js.map +1 -0
- package/dist/collection/components/dropdown/dropdown.css +115 -0
- package/dist/collection/components/dropdown/dropdown.js +766 -0
- package/dist/collection/components/dropdown/dropdown.js.map +1 -0
- package/dist/collection/components/dropdown/placement.js +2 -0
- package/dist/collection/components/dropdown/placement.js.map +1 -0
- package/dist/collection/components/dropdown/test/dropdown.ct.js +593 -0
- package/dist/collection/components/dropdown/test/dropdown.ct.js.map +1 -0
- package/dist/collection/components/dropdown-button/dropdown-button.css +152 -0
- package/dist/collection/components/dropdown-button/dropdown-button.ct.js +51 -0
- package/dist/collection/components/dropdown-button/dropdown-button.ct.js.map +1 -0
- package/dist/collection/components/dropdown-button/dropdown-button.js +249 -0
- package/dist/collection/components/dropdown-button/dropdown-button.js.map +1 -0
- package/dist/collection/components/dropdown-header/dropdown-header.css +74 -0
- package/dist/collection/components/dropdown-header/dropdown-header.js +53 -0
- package/dist/collection/components/dropdown-header/dropdown-header.js.map +1 -0
- package/dist/collection/components/dropdown-item/dropdown-item.css +163 -0
- package/dist/collection/components/dropdown-item/dropdown-item.js +290 -0
- package/dist/collection/components/dropdown-item/dropdown-item.js.map +1 -0
- package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.css +32 -0
- package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.js +30 -0
- package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.js.map +1 -0
- package/dist/collection/components/empty-state/empty-state.css +148 -0
- package/dist/collection/components/empty-state/empty-state.js +160 -0
- package/dist/collection/components/empty-state/empty-state.js.map +1 -0
- package/dist/collection/components/event-list/event-list.css +77 -0
- package/dist/collection/components/event-list/event-list.js +235 -0
- package/dist/collection/components/event-list/event-list.js.map +1 -0
- package/dist/collection/components/event-list/test/event-list.ct.js +61 -0
- package/dist/collection/components/event-list/test/event-list.ct.js.map +1 -0
- package/dist/collection/components/event-list-item/event-list-item.css +198 -0
- package/dist/collection/components/event-list-item/event-list-item.js +172 -0
- package/dist/collection/components/event-list-item/event-list-item.js.map +1 -0
- package/dist/collection/components/expanding-search/expanding-search.css +418 -0
- package/dist/collection/components/expanding-search/expanding-search.js +292 -0
- package/dist/collection/components/expanding-search/expanding-search.js.map +1 -0
- package/dist/collection/components/expanding-search/test/expanding-search.ct.js +56 -0
- package/dist/collection/components/expanding-search/test/expanding-search.ct.js.map +1 -0
- package/dist/collection/components/field-label/field-label.css +14 -0
- package/dist/collection/components/field-label/field-label.js +244 -0
- package/dist/collection/components/field-label/field-label.js.map +1 -0
- package/dist/collection/components/field-label/tests/field-label.ct.js +121 -0
- package/dist/collection/components/field-label/tests/field-label.ct.js.map +1 -0
- package/dist/collection/components/field-wrapper/field-wrapper.css +62 -0
- package/dist/collection/components/field-wrapper/field-wrapper.js +363 -0
- package/dist/collection/components/field-wrapper/field-wrapper.js.map +1 -0
- package/dist/collection/components/field-wrapper/helper-text-util.js +29 -0
- package/dist/collection/components/field-wrapper/helper-text-util.js.map +1 -0
- package/dist/collection/components/field-wrapper/tests/field-wrapper.ct.js +63 -0
- package/dist/collection/components/field-wrapper/tests/field-wrapper.ct.js.map +1 -0
- package/dist/collection/components/filter-chip/filter-chip.css +155 -0
- package/dist/collection/components/filter-chip/filter-chip.js +110 -0
- package/dist/collection/components/filter-chip/filter-chip.js.map +1 -0
- package/dist/collection/components/flip-tile/flip-tile-state.js +18 -0
- package/dist/collection/components/flip-tile/flip-tile-state.js.map +1 -0
- package/dist/collection/components/flip-tile/flip-tile.css +353 -0
- package/dist/collection/components/flip-tile/flip-tile.js +254 -0
- package/dist/collection/components/flip-tile/flip-tile.js.map +1 -0
- package/dist/collection/components/flip-tile/test/flip-tile.ct.js +89 -0
- package/dist/collection/components/flip-tile/test/flip-tile.ct.js.map +1 -0
- package/dist/collection/components/flip-tile-content/flip-tile-content.css +12 -0
- package/dist/collection/components/flip-tile-content/flip-tile-content.js +62 -0
- package/dist/collection/components/flip-tile-content/flip-tile-content.js.map +1 -0
- package/dist/collection/components/group/group-context-menu.css +23 -0
- package/dist/collection/components/group/group-context-menu.js +62 -0
- package/dist/collection/components/group/group-context-menu.js.map +1 -0
- package/dist/collection/components/group/group.css +176 -0
- package/dist/collection/components/group/group.js +382 -0
- package/dist/collection/components/group/group.js.map +1 -0
- package/dist/collection/components/group/test/group.ct.js +115 -0
- package/dist/collection/components/group/test/group.ct.js.map +1 -0
- package/dist/collection/components/group-item/group-item.css +189 -0
- package/dist/collection/components/group-item/group-item.js +220 -0
- package/dist/collection/components/group-item/group-item.js.map +1 -0
- package/dist/collection/components/helper-text/helper-text.css +34 -0
- package/dist/collection/components/helper-text/helper-text.js +185 -0
- package/dist/collection/components/helper-text/helper-text.js.map +1 -0
- package/dist/collection/components/icon-button/base-icon-button.js +14 -0
- package/dist/collection/components/icon-button/base-icon-button.js.map +1 -0
- package/dist/collection/components/icon-button/icon-button.css +817 -0
- package/dist/collection/components/icon-button/icon-button.js +347 -0
- package/dist/collection/components/icon-button/icon-button.js.map +1 -0
- package/dist/collection/components/icon-button/test/icon-button.ct.js +30 -0
- package/dist/collection/components/icon-button/test/icon-button.ct.js.map +1 -0
- package/dist/collection/components/icon-toggle-button/icon-toggle-button.css +817 -0
- package/dist/collection/components/icon-toggle-button/icon-toggle-button.js +311 -0
- package/dist/collection/components/icon-toggle-button/icon-toggle-button.js.map +1 -0
- package/dist/collection/components/input/input.animation.js +36 -0
- package/dist/collection/components/input/input.animation.js.map +1 -0
- package/dist/collection/components/input/input.css +578 -0
- package/dist/collection/components/input/input.fc.js +38 -0
- package/dist/collection/components/input/input.fc.js.map +1 -0
- package/dist/collection/components/input/input.js +684 -0
- package/dist/collection/components/input/input.js.map +1 -0
- package/dist/collection/components/input/input.util.js +128 -0
- package/dist/collection/components/input/input.util.js.map +1 -0
- package/dist/collection/components/input/number-input.css +560 -0
- package/dist/collection/components/input/number-input.js +678 -0
- package/dist/collection/components/input/number-input.js.map +1 -0
- package/dist/collection/components/input/tests/form-ready.ct.js +63 -0
- package/dist/collection/components/input/tests/form-ready.ct.js.map +1 -0
- package/dist/collection/components/input/tests/validation.ct.js +44 -0
- package/dist/collection/components/input/tests/validation.ct.js.map +1 -0
- package/dist/collection/components/input/textarea.css +580 -0
- package/dist/collection/components/input/textarea.js +687 -0
- package/dist/collection/components/input/textarea.js.map +1 -0
- package/dist/collection/components/input-group/input-group.css +107 -0
- package/dist/collection/components/input-group/input-group.js +152 -0
- package/dist/collection/components/input-group/input-group.js.map +1 -0
- package/dist/collection/components/input-group/tests/input-group.ct.js +161 -0
- package/dist/collection/components/input-group/tests/input-group.ct.js.map +1 -0
- package/dist/collection/components/key-value/key-value.css +76 -0
- package/dist/collection/components/key-value/key-value.js +128 -0
- package/dist/collection/components/key-value/key-value.js.map +1 -0
- package/dist/collection/components/key-value-list/key-value-list.css +7 -0
- package/dist/collection/components/key-value-list/key-value-list.js +60 -0
- package/dist/collection/components/key-value-list/key-value-list.js.map +1 -0
- package/dist/collection/components/kpi/kpi.css +183 -0
- package/dist/collection/components/kpi/kpi.js +162 -0
- package/dist/collection/components/kpi/kpi.js.map +1 -0
- package/dist/collection/components/layout-auto/layout-auto.css +16 -0
- package/dist/collection/components/layout-auto/layout-auto.js +127 -0
- package/dist/collection/components/layout-auto/layout-auto.js.map +1 -0
- package/dist/collection/components/layout-grid/layout-grid.css +21 -0
- package/dist/collection/components/layout-grid/layout-grid.js +113 -0
- package/dist/collection/components/layout-grid/layout-grid.js.map +1 -0
- package/dist/collection/components/link-button/link-button.css +446 -0
- package/dist/collection/components/link-button/link-button.js +112 -0
- package/dist/collection/components/link-button/link-button.js.map +1 -0
- package/dist/collection/components/map-navigation/map-navigation.css +197 -0
- package/dist/collection/components/map-navigation/map-navigation.js +386 -0
- package/dist/collection/components/map-navigation/map-navigation.js.map +1 -0
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +301 -0
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +167 -0
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js.map +1 -0
- package/dist/collection/components/menu/menu-expand-icon.css +501 -0
- package/dist/collection/components/menu/menu-expand-icon.js +158 -0
- package/dist/collection/components/menu/menu-expand-icon.js.map +1 -0
- package/dist/collection/components/menu/menu.css +1861 -0
- package/dist/collection/components/menu/menu.js +1046 -0
- package/dist/collection/components/menu/menu.js.map +1 -0
- package/dist/collection/components/menu/test/menu.ct.js +256 -0
- package/dist/collection/components/menu/test/menu.ct.js.map +1 -0
- package/dist/collection/components/menu-about/menu-about.css +207 -0
- package/dist/collection/components/menu-about/menu-about.js +166 -0
- package/dist/collection/components/menu-about/menu-about.js.map +1 -0
- package/dist/collection/components/menu-about/test/menu-about.ct.js +65 -0
- package/dist/collection/components/menu-about/test/menu-about.ct.js.map +1 -0
- package/dist/collection/components/menu-about-item/menu-about-item.css +12 -0
- package/dist/collection/components/menu-about-item/menu-about-item.js +87 -0
- package/dist/collection/components/menu-about-item/menu-about-item.js.map +1 -0
- package/dist/collection/components/menu-about-news/menu-about-news.css +178 -0
- package/dist/collection/components/menu-about-news/menu-about-news.js +216 -0
- package/dist/collection/components/menu-about-news/menu-about-news.js.map +1 -0
- package/dist/collection/components/menu-avatar/menu-avatar.css +142 -0
- package/dist/collection/components/menu-avatar/menu-avatar.js +211 -0
- package/dist/collection/components/menu-avatar/menu-avatar.js.map +1 -0
- package/dist/collection/components/menu-avatar-item/menu-avatar-item.css +67 -0
- package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +129 -0
- package/dist/collection/components/menu-avatar-item/menu-avatar-item.js.map +1 -0
- package/dist/collection/components/menu-avatar-item/test/menu-avatar-item.ct.js +47 -0
- package/dist/collection/components/menu-avatar-item/test/menu-avatar-item.ct.js.map +1 -0
- package/dist/collection/components/menu-category/enter-leave.js +30 -0
- package/dist/collection/components/menu-category/enter-leave.js.map +1 -0
- package/dist/collection/components/menu-category/menu-category.css +129 -0
- package/dist/collection/components/menu-category/menu-category.js +305 -0
- package/dist/collection/components/menu-category/menu-category.js.map +1 -0
- package/dist/collection/components/menu-category/test/menu-category.ct.js +274 -0
- package/dist/collection/components/menu-category/test/menu-category.ct.js.map +1 -0
- package/dist/collection/components/menu-item/menu-item.css +187 -0
- package/dist/collection/components/menu-item/menu-item.js +299 -0
- package/dist/collection/components/menu-item/menu-item.js.map +1 -0
- package/dist/collection/components/menu-item/test/menu-item.ct.js +67 -0
- package/dist/collection/components/menu-item/test/menu-item.ct.js.map +1 -0
- package/dist/collection/components/menu-settings/menu-settings.css +262 -0
- package/dist/collection/components/menu-settings/menu-settings.js +166 -0
- package/dist/collection/components/menu-settings/menu-settings.js.map +1 -0
- package/dist/collection/components/menu-settings/test/menu-settings.ct.js +32 -0
- package/dist/collection/components/menu-settings/test/menu-settings.ct.js.map +1 -0
- package/dist/collection/components/menu-settings-item/menu-settings-item.css +12 -0
- package/dist/collection/components/menu-settings-item/menu-settings-item.js +87 -0
- package/dist/collection/components/menu-settings-item/menu-settings-item.js.map +1 -0
- package/dist/collection/components/message-bar/message-bar.css +138 -0
- package/dist/collection/components/message-bar/message-bar.js +163 -0
- package/dist/collection/components/message-bar/message-bar.js.map +1 -0
- package/dist/collection/components/message-bar/test/message-bar.ct.js +28 -0
- package/dist/collection/components/message-bar/test/message-bar.ct.js.map +1 -0
- package/dist/collection/components/modal/modal.css +113 -0
- package/dist/collection/components/modal/modal.js +467 -0
- package/dist/collection/components/modal/modal.js.map +1 -0
- package/dist/collection/components/modal/test/modal.ct.js +156 -0
- package/dist/collection/components/modal/test/modal.ct.js.map +1 -0
- package/dist/collection/components/modal-content/modal-content.css +69 -0
- package/dist/collection/components/modal-content/modal-content.js +30 -0
- package/dist/collection/components/modal-content/modal-content.js.map +1 -0
- package/dist/collection/components/modal-footer/modal-footer.css +71 -0
- package/dist/collection/components/modal-footer/modal-footer.js +30 -0
- package/dist/collection/components/modal-footer/modal-footer.js.map +1 -0
- package/dist/collection/components/modal-header/modal-header.css +75 -0
- package/dist/collection/components/modal-header/modal-header.js +151 -0
- package/dist/collection/components/modal-header/modal-header.js.map +1 -0
- package/dist/collection/components/modal-loading/modal-loading.css +22 -0
- package/dist/collection/components/modal-loading/modal-loading.js +30 -0
- package/dist/collection/components/modal-loading/modal-loading.js.map +1 -0
- package/dist/collection/components/pagination/pagination.css +1158 -0
- package/dist/collection/components/pagination/pagination.js +377 -0
- package/dist/collection/components/pagination/pagination.js.map +1 -0
- package/dist/collection/components/pagination/test/pagination.ct.js +68 -0
- package/dist/collection/components/pagination/test/pagination.ct.js.map +1 -0
- package/dist/collection/components/pane/pane.css +263 -0
- package/dist/collection/components/pane/pane.js +871 -0
- package/dist/collection/components/pane/pane.js.map +1 -0
- package/dist/collection/components/pane/test/panes.ct.js +59 -0
- package/dist/collection/components/pane/test/panes.ct.js.map +1 -0
- package/dist/collection/components/pane-layout/pane-layout.css +148 -0
- package/dist/collection/components/pane-layout/pane-layout.js +397 -0
- package/dist/collection/components/pane-layout/pane-layout.js.map +1 -0
- package/dist/collection/components/pane-layout/test/pane-layout.ct.js +60 -0
- package/dist/collection/components/pane-layout/test/pane-layout.ct.js.map +1 -0
- package/dist/collection/components/pill/pill.css +301 -0
- package/dist/collection/components/pill/pill.js +249 -0
- package/dist/collection/components/pill/pill.js.map +1 -0
- package/dist/collection/components/pill/test/pill.ct.js +63 -0
- package/dist/collection/components/pill/test/pill.ct.js.map +1 -0
- package/dist/collection/components/push-card/push-card.css +28 -0
- package/dist/collection/components/push-card/push-card.js +171 -0
- package/dist/collection/components/push-card/push-card.js.map +1 -0
- package/dist/collection/components/radio/radio.css +414 -0
- package/dist/collection/components/radio/radio.js +292 -0
- package/dist/collection/components/radio/radio.js.map +1 -0
- package/dist/collection/components/radio/test/radio.ct.js +77 -0
- package/dist/collection/components/radio/test/radio.ct.js.map +1 -0
- package/dist/collection/components/radio-group/radio-group.css +38 -0
- package/dist/collection/components/radio-group/radio-group.js +339 -0
- package/dist/collection/components/radio-group/radio-group.js.map +1 -0
- package/dist/collection/components/radio-group/test/radio-group.ct.js +100 -0
- package/dist/collection/components/radio-group/test/radio-group.ct.js.map +1 -0
- package/dist/collection/components/row/row.css +16 -0
- package/dist/collection/components/row/row.js +30 -0
- package/dist/collection/components/row/row.js.map +1 -0
- package/dist/collection/components/select/select.css +310 -0
- package/dist/collection/components/select/select.js +1350 -0
- package/dist/collection/components/select/select.js.map +1 -0
- package/dist/collection/components/select/test/select-keyboard.ct.js +380 -0
- package/dist/collection/components/select/test/select-keyboard.ct.js.map +1 -0
- package/dist/collection/components/select/test/select.ct.js +493 -0
- package/dist/collection/components/select/test/select.ct.js.map +1 -0
- package/dist/collection/components/select-item/events.js +25 -0
- package/dist/collection/components/select-item/events.js.map +1 -0
- package/dist/collection/components/select-item/select-item.css +26 -0
- package/dist/collection/components/select-item/select-item.js +255 -0
- package/dist/collection/components/select-item/select-item.js.map +1 -0
- package/dist/collection/components/slider/slider.css +271 -0
- package/dist/collection/components/slider/slider.js +439 -0
- package/dist/collection/components/slider/slider.js.map +1 -0
- package/dist/collection/components/slider/test/slider.ct.js +65 -0
- package/dist/collection/components/slider/test/slider.ct.js.map +1 -0
- package/dist/collection/components/spinner/spinner.css +608 -0
- package/dist/collection/components/spinner/spinner.js +113 -0
- package/dist/collection/components/spinner/spinner.js.map +1 -0
- package/dist/collection/components/split-button/split-button.css +109 -0
- package/dist/collection/components/split-button/split-button.js +305 -0
- package/dist/collection/components/split-button/split-button.js.map +1 -0
- package/dist/collection/components/tab-item/tab-item.css +261 -0
- package/dist/collection/components/tab-item/tab-item.js +286 -0
- package/dist/collection/components/tab-item/tab-item.js.map +1 -0
- package/dist/collection/components/tabs/tabs.css +145 -0
- package/dist/collection/components/tabs/tabs.js +421 -0
- package/dist/collection/components/tabs/tabs.js.map +1 -0
- package/dist/collection/components/tabs/test/tabs.ct.js +134 -0
- package/dist/collection/components/tabs/test/tabs.ct.js.map +1 -0
- package/dist/collection/components/tile/tile.css +162 -0
- package/dist/collection/components/tile/tile.js +82 -0
- package/dist/collection/components/tile/tile.js.map +1 -0
- package/dist/collection/components/time-picker/test/time-picker.ct.js +95 -0
- package/dist/collection/components/time-picker/test/time-picker.ct.js.map +1 -0
- package/dist/collection/components/time-picker/time-picker.css +742 -0
- package/dist/collection/components/time-picker/time-picker.js +498 -0
- package/dist/collection/components/time-picker/time-picker.js.map +1 -0
- package/dist/collection/components/toast/styles/toast-container.css +96 -0
- package/dist/collection/components/toast/toast-container.js +220 -0
- package/dist/collection/components/toast/toast-container.js.map +1 -0
- package/dist/collection/components/toast/toast-utils.js +36 -0
- package/dist/collection/components/toast/toast-utils.js.map +1 -0
- package/dist/collection/components/toast/toast.css +181 -0
- package/dist/collection/components/toast/toast.js +238 -0
- package/dist/collection/components/toast/toast.js.map +1 -0
- package/dist/collection/components/toggle/test/toggle.ct.js +84 -0
- package/dist/collection/components/toggle/test/toggle.ct.js.map +1 -0
- package/dist/collection/components/toggle/toggle.css +535 -0
- package/dist/collection/components/toggle/toggle.js +418 -0
- package/dist/collection/components/toggle/toggle.js.map +1 -0
- package/dist/collection/components/toggle-button/toggle-button.css +453 -0
- package/dist/collection/components/toggle-button/toggle-button.js +279 -0
- package/dist/collection/components/toggle-button/toggle-button.js.map +1 -0
- package/dist/collection/components/tooltip/test/tooltip.ct.js +243 -0
- package/dist/collection/components/tooltip/test/tooltip.ct.js.map +1 -0
- package/dist/collection/components/tooltip/tooltip.css +63 -0
- package/dist/collection/components/tooltip/tooltip.js +568 -0
- package/dist/collection/components/tooltip/tooltip.js.map +1 -0
- package/dist/collection/components/tree/test/tree.ct.js +190 -0
- package/dist/collection/components/tree/test/tree.ct.js.map +1 -0
- package/dist/collection/components/tree/tree-model.js +2 -0
- package/dist/collection/components/tree/tree-model.js.map +1 -0
- package/dist/collection/components/tree/tree.css +12 -0
- package/dist/collection/components/tree/tree.js +415 -0
- package/dist/collection/components/tree/tree.js.map +1 -0
- package/dist/collection/components/tree-item/default-tree-item.js +19 -0
- package/dist/collection/components/tree-item/default-tree-item.js.map +1 -0
- package/dist/collection/components/tree-item/tree-item.css +143 -0
- package/dist/collection/components/tree-item/tree-item.js +143 -0
- package/dist/collection/components/tree-item/tree-item.js.map +1 -0
- package/dist/collection/components/typography/type-mapping.js +2 -0
- package/dist/collection/components/typography/type-mapping.js.map +1 -0
- package/dist/collection/components/typography/typography.css +587 -0
- package/dist/collection/components/typography/typography.js +153 -0
- package/dist/collection/components/typography/typography.js.map +1 -0
- package/dist/collection/components/upload/test/upload.ct.js +17 -0
- package/dist/collection/components/upload/test/upload.ct.js.map +1 -0
- package/dist/collection/components/upload/upload-file-state.js +17 -0
- package/dist/collection/components/upload/upload-file-state.js.map +1 -0
- package/dist/collection/components/upload/upload.css +177 -0
- package/dist/collection/components/upload/upload.js +481 -0
- package/dist/collection/components/upload/upload.js.map +1 -0
- package/dist/collection/components/utils/a11y.js +110 -0
- package/dist/collection/components/utils/a11y.js.map +1 -0
- package/dist/collection/components/utils/animation.js +17 -0
- package/dist/collection/components/utils/animation.js.map +1 -0
- package/dist/collection/components/utils/app-switch/index.js +27 -0
- package/dist/collection/components/utils/app-switch/index.js.map +1 -0
- package/dist/collection/components/utils/application-layout/context.js +19 -0
- package/dist/collection/components/utils/application-layout/context.js.map +1 -0
- package/dist/collection/components/utils/application-layout/index.js +10 -0
- package/dist/collection/components/utils/application-layout/index.js.map +1 -0
- package/dist/collection/components/utils/application-layout/service.js +99 -0
- package/dist/collection/components/utils/application-layout/service.js.map +1 -0
- package/dist/collection/components/utils/attributes.js +25 -0
- package/dist/collection/components/utils/attributes.js.map +1 -0
- package/dist/collection/components/utils/breakpoints.js +22 -0
- package/dist/collection/components/utils/breakpoints.js.map +1 -0
- package/dist/collection/components/utils/condition-checks.js +31 -0
- package/dist/collection/components/utils/condition-checks.js.map +1 -0
- package/dist/collection/components/utils/context.js +82 -0
- package/dist/collection/components/utils/context.js.map +1 -0
- package/dist/collection/components/utils/debounce.js +10 -0
- package/dist/collection/components/utils/debounce.js.map +1 -0
- package/dist/collection/components/utils/delegate.js +29 -0
- package/dist/collection/components/utils/delegate.js.map +1 -0
- package/dist/collection/components/utils/disposable-event-listener.js +19 -0
- package/dist/collection/components/utils/disposable-event-listener.js.map +1 -0
- package/dist/collection/components/utils/element-reference.js +2 -0
- package/dist/collection/components/utils/element-reference.js.map +1 -0
- package/dist/collection/components/utils/find-element.js +99 -0
- package/dist/collection/components/utils/find-element.js.map +1 -0
- package/dist/collection/components/utils/focus.js +63 -0
- package/dist/collection/components/utils/focus.js.map +1 -0
- package/dist/collection/components/utils/input/index.js +9 -0
- package/dist/collection/components/utils/input/index.js.map +1 -0
- package/dist/collection/components/utils/input/validation.js +111 -0
- package/dist/collection/components/utils/input/validation.js.map +1 -0
- package/dist/collection/components/utils/internal/component.js +2 -0
- package/dist/collection/components/utils/internal/component.js.map +1 -0
- package/dist/collection/components/utils/internal/index.js +2 -0
- package/dist/collection/components/utils/internal/index.js.map +1 -0
- package/dist/collection/components/utils/lazy-list/index.js +2 -0
- package/dist/collection/components/utils/lazy-list/index.js.map +1 -0
- package/dist/collection/components/utils/lazy-list/lazy.js +343 -0
- package/dist/collection/components/utils/lazy-list/lazy.js.map +1 -0
- package/dist/collection/components/utils/listener.js +71 -0
- package/dist/collection/components/utils/listener.js.map +1 -0
- package/dist/collection/components/utils/make-ref.js +20 -0
- package/dist/collection/components/utils/make-ref.js.map +1 -0
- package/dist/collection/components/utils/menu-service/menu-service.js +79 -0
- package/dist/collection/components/utils/menu-service/menu-service.js.map +1 -0
- package/dist/collection/components/utils/menu-tabs/menu-tabs-fc.js +33 -0
- package/dist/collection/components/utils/menu-tabs/menu-tabs-fc.js.map +1 -0
- package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js +45 -0
- package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js.map +1 -0
- package/dist/collection/components/utils/modal/index.js +12 -0
- package/dist/collection/components/utils/modal/index.js.map +1 -0
- package/dist/collection/components/utils/modal/loading.js +35 -0
- package/dist/collection/components/utils/modal/loading.js.map +1 -0
- package/dist/collection/components/utils/modal/message.js +140 -0
- package/dist/collection/components/utils/modal/message.js.map +1 -0
- package/dist/collection/components/utils/modal/modal.js +82 -0
- package/dist/collection/components/utils/modal/modal.js.map +1 -0
- package/dist/collection/components/utils/mutation-observer.js +10 -0
- package/dist/collection/components/utils/mutation-observer.js.map +1 -0
- package/dist/collection/components/utils/notification-color.js +2 -0
- package/dist/collection/components/utils/notification-color.js.map +1 -0
- package/dist/collection/components/utils/overlay.js +32 -0
- package/dist/collection/components/utils/overlay.js.map +1 -0
- package/dist/collection/components/utils/requestAnimationFrame.js +24 -0
- package/dist/collection/components/utils/requestAnimationFrame.js.map +1 -0
- package/dist/collection/components/utils/rwd.util.js +38 -0
- package/dist/collection/components/utils/rwd.util.js.map +1 -0
- package/dist/collection/components/utils/shadow-dom.js +49 -0
- package/dist/collection/components/utils/shadow-dom.js.map +1 -0
- package/dist/collection/components/utils/theme-switcher.js +120 -0
- package/dist/collection/components/utils/theme-switcher.js.map +1 -0
- package/dist/collection/components/utils/type-helper.js +2 -0
- package/dist/collection/components/utils/type-helper.js.map +1 -0
- package/dist/collection/components/utils/typed-event.js +43 -0
- package/dist/collection/components/utils/typed-event.js.map +1 -0
- package/dist/collection/components/utils/uuid.js +16 -0
- package/dist/collection/components/utils/uuid.js.map +1 -0
- package/dist/collection/components/utils/waitForElement.js +29 -0
- package/dist/collection/components/utils/waitForElement.js.map +1 -0
- package/dist/collection/components/validation-tooltip/validation-tooltip.css +217 -0
- package/dist/collection/components/validation-tooltip/validation-tooltip.js +253 -0
- package/dist/collection/components/validation-tooltip/validation-tooltip.js.map +1 -0
- package/dist/collection/components/workflow-step/workflow-step.css +212 -0
- package/dist/collection/components/workflow-step/workflow-step.js +292 -0
- package/dist/collection/components/workflow-step/workflow-step.js.map +1 -0
- package/dist/collection/components/workflow-steps/test/workflow-steps.ct.js +74 -0
- package/dist/collection/components/workflow-steps/test/workflow-steps.ct.js.map +1 -0
- package/dist/collection/components/workflow-steps/workflow-steps.css +91 -0
- package/dist/collection/components/workflow-steps/workflow-steps.js +191 -0
- package/dist/collection/components/workflow-steps/workflow-steps.js.map +1 -0
- package/dist/collection/index.js +29 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/setup.js +26 -0
- package/dist/collection/setup.js.map +1 -0
- package/dist/collection/tests/application/application-switch/genetic-data.svg +3 -0
- package/dist/collection/tests/application/application-switch/square-play.svg +13 -0
- package/dist/collection/tests/utils/test/index.js +36 -0
- package/dist/collection/tests/utils/test/index.js.map +1 -0
- package/dist/collection/tests/utils/test/matchMedia.mock.js +22 -0
- package/dist/collection/tests/utils/test/page.js +118 -0
- package/dist/collection/tests/utils/test/page.js.map +1 -0
- package/dist/esm/a11y-Bb7pDeaQ.js +144 -0
- package/dist/esm/a11y-Bb7pDeaQ.js.map +1 -0
- package/dist/esm/animation-Dp15M30K.js +20 -0
- package/dist/esm/animation-Dp15M30K.js.map +1 -0
- package/dist/esm/anime.es-Ou74PMQs.js +1313 -0
- package/dist/esm/anime.es-Ou74PMQs.js.map +1 -0
- package/dist/esm/app-globals-u1To5tos.js +8 -0
- package/dist/esm/app-globals-u1To5tos.js.map +1 -0
- package/dist/esm/base-button-IZFEmS6o.js +71 -0
- package/dist/esm/base-button-IZFEmS6o.js.map +1 -0
- package/dist/esm/base-icon-button-bH_gbsvW.js +19 -0
- package/dist/esm/base-icon-button-bH_gbsvW.js.map +1 -0
- package/dist/esm/breakpoints-D6vSVaHq.js +26 -0
- package/dist/esm/breakpoints-D6vSVaHq.js.map +1 -0
- package/dist/esm/context-CKM5pVsv.js +105 -0
- package/dist/esm/context-CKM5pVsv.js.map +1 -0
- package/dist/esm/datetime-bDicGJUN.js +7697 -0
- package/dist/esm/datetime-bDicGJUN.js.map +1 -0
- package/dist/esm/default-tree-item-UQa1aROL.js +23 -0
- package/dist/esm/default-tree-item-UQa1aROL.js.map +1 -0
- package/dist/esm/disposable-event-listener-CKoABG1h.js +23 -0
- package/dist/esm/disposable-event-listener-CKoABG1h.js.map +1 -0
- package/dist/esm/dropdown-controller-D3K9vmFp.js +157 -0
- package/dist/esm/dropdown-controller-D3K9vmFp.js.map +1 -0
- package/dist/esm/find-element-CFRrPFxi.js +103 -0
- package/dist/esm/find-element-CFRrPFxi.js.map +1 -0
- package/dist/esm/flip-tile-state-BQ6999e5.js +22 -0
- package/dist/esm/flip-tile-state-BQ6999e5.js.map +1 -0
- package/dist/esm/floating-ui.dom-CAqtPJ4-.js +1786 -0
- package/dist/esm/floating-ui.dom-CAqtPJ4-.js.map +1 -0
- package/dist/esm/focus-BAKpVknt.js +68 -0
- package/dist/esm/focus-BAKpVknt.js.map +1 -0
- package/dist/esm/helper-text-util-BUSv2nIj.js +42 -0
- package/dist/esm/helper-text-util-BUSv2nIj.js.map +1 -0
- package/dist/esm/index-CpUAGkLr.js +33 -0
- package/dist/esm/index-CpUAGkLr.js.map +1 -0
- package/dist/esm/index-CrTP-icT.js +53 -0
- package/dist/esm/index-CrTP-icT.js.map +1 -0
- package/dist/esm/index-DtF9fwpD.js +2468 -0
- package/dist/esm/index-DtF9fwpD.js.map +1 -0
- package/dist/esm/index.js +115 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/input.util-BbBYOl1b.js +203 -0
- package/dist/esm/input.util-BbBYOl1b.js.map +1 -0
- package/dist/esm/ix-action-card.entry.js +30 -0
- package/dist/esm/ix-action-card.entry.js.map +1 -0
- package/dist/esm/ix-application-header.entry.js +157 -0
- package/dist/esm/ix-application-header.entry.js.map +1 -0
- package/dist/esm/ix-application-sidebar.entry.js +44 -0
- package/dist/esm/ix-application-sidebar.entry.js.map +1 -0
- package/dist/esm/ix-application-switch-modal.entry.js +57 -0
- package/dist/esm/ix-application-switch-modal.entry.js.map +1 -0
- package/dist/esm/ix-application.entry.js +118 -0
- package/dist/esm/ix-application.entry.js.map +1 -0
- package/dist/esm/ix-avatar.ix-menu-avatar-item.entry.js.map +1 -0
- package/dist/esm/ix-avatar_2.entry.js +84 -0
- package/dist/esm/ix-avatar_2.entry.js.map +1 -0
- package/dist/esm/ix-basic-navigation.entry.js +93 -0
- package/dist/esm/ix-basic-navigation.entry.js.map +1 -0
- package/dist/esm/ix-blind.entry.js +99 -0
- package/dist/esm/ix-blind.entry.js.map +1 -0
- package/dist/esm/ix-breadcrumb-item.entry.js +74 -0
- package/dist/esm/ix-breadcrumb-item.entry.js.map +1 -0
- package/dist/esm/ix-breadcrumb.entry.js +120 -0
- package/dist/esm/ix-breadcrumb.entry.js.map +1 -0
- package/dist/esm/ix-button.entry.js +103 -0
- package/dist/esm/ix-button.entry.js.map +1 -0
- package/dist/esm/ix-card-accordion.ix-card-title.entry.js.map +1 -0
- package/dist/esm/ix-card-accordion_2.entry.js +83 -0
- package/dist/esm/ix-card-accordion_2.entry.js.map +1 -0
- package/dist/esm/ix-card-list.entry.js +189 -0
- package/dist/esm/ix-card-list.entry.js.map +1 -0
- package/dist/esm/ix-card.ix-card-content.entry.js.map +1 -0
- package/dist/esm/ix-card_2.entry.js +42 -0
- package/dist/esm/ix-card_2.entry.js.map +1 -0
- package/dist/esm/ix-category-filter.entry.js +535 -0
- package/dist/esm/ix-category-filter.entry.js.map +1 -0
- package/dist/esm/ix-checkbox-group.entry.js +56 -0
- package/dist/esm/ix-checkbox-group.entry.js.map +1 -0
- package/dist/esm/ix-checkbox.entry.js +124 -0
- package/dist/esm/ix-checkbox.entry.js.map +1 -0
- package/dist/esm/ix-chip.entry.js +93 -0
- package/dist/esm/ix-chip.entry.js.map +1 -0
- package/dist/esm/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.js.map +1 -0
- package/dist/esm/ix-col_4.entry.js +635 -0
- package/dist/esm/ix-col_4.entry.js.map +1 -0
- package/dist/esm/ix-content-header.entry.js +32 -0
- package/dist/esm/ix-content-header.entry.js.map +1 -0
- package/dist/esm/ix-content.entry.js +29 -0
- package/dist/esm/ix-content.entry.js.map +1 -0
- package/dist/esm/ix-css-grid-item.entry.js +20 -0
- package/dist/esm/ix-css-grid-item.entry.js.map +1 -0
- package/dist/esm/ix-css-grid.entry.js +96 -0
- package/dist/esm/ix-css-grid.entry.js.map +1 -0
- package/dist/esm/ix-custom-field.entry.js +57 -0
- package/dist/esm/ix-custom-field.entry.js.map +1 -0
- package/dist/esm/ix-date-dropdown.entry.js +263 -0
- package/dist/esm/ix-date-dropdown.entry.js.map +1 -0
- package/dist/esm/ix-date-input.entry.js +285 -0
- package/dist/esm/ix-date-input.entry.js.map +1 -0
- package/dist/esm/ix-date-time-card.entry.js +36 -0
- package/dist/esm/ix-date-time-card.entry.js.map +1 -0
- package/dist/esm/ix-datetime-picker.entry.js +105 -0
- package/dist/esm/ix-datetime-picker.entry.js.map +1 -0
- package/dist/esm/ix-divider.entry.js +18 -0
- package/dist/esm/ix-divider.entry.js.map +1 -0
- package/dist/esm/ix-drawer.entry.js +159 -0
- package/dist/esm/ix-drawer.entry.js.map +1 -0
- package/dist/esm/ix-dropdown-button.entry.js +56 -0
- package/dist/esm/ix-dropdown-button.entry.js.map +1 -0
- package/dist/esm/ix-dropdown-header.entry.js +18 -0
- package/dist/esm/ix-dropdown-header.entry.js.map +1 -0
- package/dist/esm/ix-dropdown-item.entry.js +58 -0
- package/dist/esm/ix-dropdown-item.entry.js.map +1 -0
- package/dist/esm/ix-dropdown-quick-actions.entry.js +18 -0
- package/dist/esm/ix-dropdown-quick-actions.entry.js.map +1 -0
- package/dist/esm/ix-dropdown.entry.js +369 -0
- package/dist/esm/ix-dropdown.entry.js.map +1 -0
- package/dist/esm/ix-empty-state.entry.js +23 -0
- package/dist/esm/ix-empty-state.entry.js.map +1 -0
- package/dist/esm/ix-event-list-item.entry.js +49 -0
- package/dist/esm/ix-event-list-item.entry.js.map +1 -0
- package/dist/esm/ix-event-list.entry.js +137 -0
- package/dist/esm/ix-event-list.entry.js.map +1 -0
- package/dist/esm/ix-expanding-search.entry.js +105 -0
- package/dist/esm/ix-expanding-search.entry.js.map +1 -0
- package/dist/esm/ix-field-label.ix-field-wrapper.entry.js.map +1 -0
- package/dist/esm/ix-field-label_2.entry.js +186 -0
- package/dist/esm/ix-field-label_2.entry.js.map +1 -0
- package/dist/esm/ix-filter-chip.ix-select-item.entry.js.map +1 -0
- package/dist/esm/ix-filter-chip_2.entry.js +127 -0
- package/dist/esm/ix-filter-chip_2.entry.js.map +1 -0
- package/dist/esm/ix-flip-tile-content.entry.js +24 -0
- package/dist/esm/ix-flip-tile-content.entry.js.map +1 -0
- package/dist/esm/ix-flip-tile.entry.js +117 -0
- package/dist/esm/ix-flip-tile.entry.js.map +1 -0
- package/dist/esm/ix-group-context-menu.ix-group-item.entry.js.map +1 -0
- package/dist/esm/ix-group-context-menu_2.entry.js +78 -0
- package/dist/esm/ix-group-context-menu_2.entry.js.map +1 -0
- package/dist/esm/ix-group.entry.js +165 -0
- package/dist/esm/ix-group.entry.js.map +1 -0
- package/dist/esm/ix-helper-text.entry.js +60 -0
- package/dist/esm/ix-helper-text.entry.js.map +1 -0
- package/dist/esm/ix-icon-button.ix-spinner.entry.js.map +1 -0
- package/dist/esm/ix-icon-button_2.entry.js +130 -0
- package/dist/esm/ix-icon-button_2.entry.js.map +1 -0
- package/dist/esm/ix-icon-toggle-button.entry.js +105 -0
- package/dist/esm/ix-icon-toggle-button.entry.js.map +1 -0
- package/dist/esm/ix-input-group.entry.js +130 -0
- package/dist/esm/ix-input-group.entry.js.map +1 -0
- package/dist/esm/ix-input.entry.js +164 -0
- package/dist/esm/ix-input.entry.js.map +1 -0
- package/dist/esm/ix-key-value-list.entry.js +22 -0
- package/dist/esm/ix-key-value-list.entry.js.map +1 -0
- package/dist/esm/ix-key-value.entry.js +25 -0
- package/dist/esm/ix-key-value.entry.js.map +1 -0
- package/dist/esm/ix-kpi.entry.js +50 -0
- package/dist/esm/ix-kpi.entry.js.map +1 -0
- package/dist/esm/ix-layout-auto.entry.js +91 -0
- package/dist/esm/ix-layout-auto.entry.js.map +1 -0
- package/dist/esm/ix-link-button.entry.js +35 -0
- package/dist/esm/ix-link-button.entry.js.map +1 -0
- package/dist/esm/ix-map-navigation-overlay.entry.js +58 -0
- package/dist/esm/ix-map-navigation-overlay.entry.js.map +1 -0
- package/dist/esm/ix-map-navigation.entry.js +173 -0
- package/dist/esm/ix-map-navigation.entry.js.map +1 -0
- package/dist/esm/ix-menu-about-item.entry.js +29 -0
- package/dist/esm/ix-menu-about-item.entry.js.map +1 -0
- package/dist/esm/ix-menu-about-news.entry.js +44 -0
- package/dist/esm/ix-menu-about-news.entry.js.map +1 -0
- package/dist/esm/ix-menu-about.entry.js +41 -0
- package/dist/esm/ix-menu-about.entry.js.map +1 -0
- package/dist/esm/ix-menu-avatar.entry.js +49 -0
- package/dist/esm/ix-menu-avatar.entry.js.map +1 -0
- package/dist/esm/ix-menu-category.entry.js +223 -0
- package/dist/esm/ix-menu-category.entry.js.map +1 -0
- package/dist/esm/ix-menu-expand-icon.entry.js +47 -0
- package/dist/esm/ix-menu-expand-icon.entry.js.map +1 -0
- package/dist/esm/ix-menu-item.entry.js +107 -0
- package/dist/esm/ix-menu-item.entry.js.map +1 -0
- package/dist/esm/ix-menu-settings-BOBnQeQI.js +118 -0
- package/dist/esm/ix-menu-settings-BOBnQeQI.js.map +1 -0
- package/dist/esm/ix-menu-settings-item.entry.js +29 -0
- package/dist/esm/ix-menu-settings-item.entry.js.map +1 -0
- package/dist/esm/ix-menu-settings.entry.js +6 -0
- package/dist/esm/ix-menu-settings.entry.js.map +1 -0
- package/dist/esm/ix-menu.entry.js +513 -0
- package/dist/esm/ix-menu.entry.js.map +1 -0
- package/dist/esm/ix-message-bar.entry.js +68 -0
- package/dist/esm/ix-message-bar.entry.js.map +1 -0
- package/dist/esm/ix-modal-content.ix-modal-header.entry.js.map +1 -0
- package/dist/esm/ix-modal-content_2.entry.js +62 -0
- package/dist/esm/ix-modal-content_2.entry.js.map +1 -0
- package/dist/esm/ix-modal-footer.entry.js +18 -0
- package/dist/esm/ix-modal-footer.entry.js.map +1 -0
- package/dist/esm/ix-modal-loading.entry.js +18 -0
- package/dist/esm/ix-modal-loading.entry.js.map +1 -0
- package/dist/esm/ix-modal.entry.js +215 -0
- package/dist/esm/ix-modal.entry.js.map +1 -0
- package/dist/esm/ix-number-input.entry.js +163 -0
- package/dist/esm/ix-number-input.entry.js.map +1 -0
- package/dist/esm/ix-pagination.entry.js +168 -0
- package/dist/esm/ix-pagination.entry.js.map +1 -0
- package/dist/esm/ix-pane-layout.entry.js +282 -0
- package/dist/esm/ix-pane-layout.entry.js.map +1 -0
- package/dist/esm/ix-pane.entry.js +506 -0
- package/dist/esm/ix-pane.entry.js.map +1 -0
- package/dist/esm/ix-pill.entry.js +89 -0
- package/dist/esm/ix-pill.entry.js.map +1 -0
- package/dist/esm/ix-push-card.entry.js +28 -0
- package/dist/esm/ix-push-card.entry.js.map +1 -0
- package/dist/esm/ix-radio-group.entry.js +111 -0
- package/dist/esm/ix-radio-group.entry.js.map +1 -0
- package/dist/esm/ix-radio.entry.js +98 -0
- package/dist/esm/ix-radio.entry.js.map +1 -0
- package/dist/esm/ix-select.entry.js +664 -0
- package/dist/esm/ix-select.entry.js.map +1 -0
- package/dist/esm/ix-slider.entry.js +204 -0
- package/dist/esm/ix-slider.entry.js.map +1 -0
- package/dist/esm/ix-split-button.entry.js +65 -0
- package/dist/esm/ix-split-button.entry.js.map +1 -0
- package/dist/esm/ix-tab-item.ix-tabs.entry.js.map +1 -0
- package/dist/esm/ix-tab-item_2.entry.js +361 -0
- package/dist/esm/ix-tab-item_2.entry.js.map +1 -0
- package/dist/esm/ix-textarea.entry.js +129 -0
- package/dist/esm/ix-textarea.entry.js.map +1 -0
- package/dist/esm/ix-tile.entry.js +41 -0
- package/dist/esm/ix-tile.entry.js.map +1 -0
- package/dist/esm/ix-time-picker.entry.js +199 -0
- package/dist/esm/ix-time-picker.entry.js.map +1 -0
- package/dist/esm/ix-toast-container.entry.js +100 -0
- package/dist/esm/ix-toast-container.entry.js.map +1 -0
- package/dist/esm/ix-toast.entry.js +77 -0
- package/dist/esm/ix-toast.entry.js.map +1 -0
- package/dist/esm/ix-toggle-button.entry.js +92 -0
- package/dist/esm/ix-toggle-button.entry.js.map +1 -0
- package/dist/esm/ix-toggle.entry.js +122 -0
- package/dist/esm/ix-toggle.entry.js.map +1 -0
- package/dist/esm/ix-tooltip.entry.js +329 -0
- package/dist/esm/ix-tooltip.entry.js.map +1 -0
- package/dist/esm/ix-tree-item.entry.js +35 -0
- package/dist/esm/ix-tree-item.entry.js.map +1 -0
- package/dist/esm/ix-tree.entry.js +561 -0
- package/dist/esm/ix-tree.entry.js.map +1 -0
- package/dist/esm/ix-typography.entry.js +39 -0
- package/dist/esm/ix-typography.entry.js.map +1 -0
- package/dist/esm/ix-upload.entry.js +190 -0
- package/dist/esm/ix-upload.entry.js.map +1 -0
- package/dist/esm/ix-validation-tooltip.entry.js +157 -0
- package/dist/esm/ix-validation-tooltip.entry.js.map +1 -0
- package/dist/esm/ix-workflow-step.entry.js +116 -0
- package/dist/esm/ix-workflow-step.entry.js.map +1 -0
- package/dist/esm/ix-workflow-steps.entry.js +90 -0
- package/dist/esm/ix-workflow-steps.entry.js.map +1 -0
- package/dist/esm/listener-CNnvvup1.js +76 -0
- package/dist/esm/listener-CNnvvup1.js.map +1 -0
- package/dist/esm/loader.js +15 -0
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/logical-filter-operator-BH3f5fa3.js +37 -0
- package/dist/esm/logical-filter-operator-BH3f5fa3.js.map +1 -0
- package/dist/esm/make-ref-bcj7UEIC.js +24 -0
- package/dist/esm/make-ref-bcj7UEIC.js.map +1 -0
- package/dist/esm/menu-service-Dl5Ra79J.js +79 -0
- package/dist/esm/menu-service-Dl5Ra79J.js.map +1 -0
- package/dist/esm/modal-DUew4SCE.js +253 -0
- package/dist/esm/modal-DUew4SCE.js.map +1 -0
- package/dist/esm/mutation-observer-CX81WQtk.js +14 -0
- package/dist/esm/mutation-observer-CX81WQtk.js.map +1 -0
- package/dist/esm/rwd.util-pXYAoEyc.js +42 -0
- package/dist/esm/rwd.util-pXYAoEyc.js.map +1 -0
- package/dist/esm/service-Ca8OHh45.js +100 -0
- package/dist/esm/service-Ca8OHh45.js.map +1 -0
- package/dist/esm/setup-BbF8F_t9.js +31 -0
- package/dist/esm/setup-BbF8F_t9.js.map +1 -0
- package/dist/esm/shadow-dom-i60z1FJC.js +46 -0
- package/dist/esm/shadow-dom-i60z1FJC.js.map +1 -0
- package/dist/esm/siemens-ix.js +25 -0
- package/dist/esm/siemens-ix.js.map +1 -0
- package/dist/esm/theme-switcher-CA3k28fo.js +125 -0
- package/dist/esm/theme-switcher-CA3k28fo.js.map +1 -0
- package/dist/esm/typed-event-BdCnOrqW.js +47 -0
- package/dist/esm/typed-event-BdCnOrqW.js.map +1 -0
- package/dist/esm/upload-file-state-BGzrnl_l.js +21 -0
- package/dist/esm/upload-file-state-BGzrnl_l.js.map +1 -0
- package/dist/esm/validation-C3siDfPQ.js +116 -0
- package/dist/esm/validation-C3siDfPQ.js.map +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/siemens-ix/index.esm.js +2 -0
- package/dist/siemens-ix/index.esm.js.map +1 -0
- package/dist/siemens-ix/ix-action-card.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-application-header.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-application-sidebar.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-application-switch-modal.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-application.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-avatar.ix-menu-avatar-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-basic-navigation.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-blind.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-breadcrumb-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-breadcrumb.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-button.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-card-accordion.ix-card-title.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-card-list.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-card.ix-card-content.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-category-filter.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-checkbox-group.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-checkbox.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-chip.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-content-header.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-content.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-css-grid-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-css-grid.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-custom-field.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-date-dropdown.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-date-input.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-date-time-card.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-datetime-picker.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-divider.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-drawer.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-dropdown-button.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-dropdown-header.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-dropdown-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-dropdown-quick-actions.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-dropdown.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-empty-state.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-event-list-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-event-list.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-expanding-search.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-field-label.ix-field-wrapper.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-filter-chip.ix-select-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-flip-tile-content.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-flip-tile.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-group-context-menu.ix-group-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-group.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-helper-text.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-icon-button.ix-spinner.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-icon-toggle-button.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-input-group.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-input.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-key-value-list.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-key-value.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-kpi.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-layout-auto.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-link-button.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-map-navigation-overlay.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-map-navigation.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-about-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-about-news.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-about.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-avatar.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-category.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-expand-icon.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-settings-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-settings.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-message-bar.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-modal-content.ix-modal-header.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-modal-footer.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-modal-loading.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-modal.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-number-input.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-pagination.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-pane-layout.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-pane.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-pill.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-push-card.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-radio-group.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-radio.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-select.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-slider.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-split-button.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-tab-item.ix-tabs.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-textarea.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-tile.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-time-picker.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-toast-container.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-toast.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-toggle-button.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-toggle.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-tooltip.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-tree-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-tree.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-typography.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-upload.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-validation-tooltip.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-workflow-step.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-workflow-steps.entry.esm.js.map +1 -0
- package/dist/siemens-ix/loader.esm.js.map +1 -0
- package/dist/siemens-ix/p--2LOMK-5.js +2 -0
- package/dist/siemens-ix/p--2LOMK-5.js.map +1 -0
- package/dist/siemens-ix/p-001a084b.entry.js +2 -0
- package/dist/siemens-ix/p-001a084b.entry.js.map +1 -0
- package/dist/siemens-ix/p-01c3ef64.entry.js +2 -0
- package/dist/siemens-ix/p-01c3ef64.entry.js.map +1 -0
- package/dist/siemens-ix/p-033a9520.entry.js +2 -0
- package/dist/siemens-ix/p-033a9520.entry.js.map +1 -0
- package/dist/siemens-ix/p-0818f6af.entry.js +2 -0
- package/dist/siemens-ix/p-0818f6af.entry.js.map +1 -0
- package/dist/siemens-ix/p-08d2c2e8.entry.js +2 -0
- package/dist/siemens-ix/p-08d2c2e8.entry.js.map +1 -0
- package/dist/siemens-ix/p-08e33f34.entry.js +2 -0
- package/dist/siemens-ix/p-08e33f34.entry.js.map +1 -0
- package/dist/siemens-ix/p-0f72ac93.entry.js +2 -0
- package/dist/siemens-ix/p-0f72ac93.entry.js.map +1 -0
- package/dist/siemens-ix/p-10d57ca2.entry.js +2 -0
- package/dist/siemens-ix/p-10d57ca2.entry.js.map +1 -0
- package/dist/siemens-ix/p-127a8ea3.entry.js +2 -0
- package/dist/siemens-ix/p-127a8ea3.entry.js.map +1 -0
- package/dist/siemens-ix/p-1837e711.entry.js +2 -0
- package/dist/siemens-ix/p-1837e711.entry.js.map +1 -0
- package/dist/siemens-ix/p-19b855f3.entry.js +2 -0
- package/dist/siemens-ix/p-19b855f3.entry.js.map +1 -0
- package/dist/siemens-ix/p-1a1e0f93.entry.js +2 -0
- package/dist/siemens-ix/p-1a1e0f93.entry.js.map +1 -0
- package/dist/siemens-ix/p-1b4019b5.entry.js +2 -0
- package/dist/siemens-ix/p-1b4019b5.entry.js.map +1 -0
- package/dist/siemens-ix/p-1b488eb2.entry.js +2 -0
- package/dist/siemens-ix/p-1b488eb2.entry.js.map +1 -0
- package/dist/siemens-ix/p-1bf52529.entry.js +2 -0
- package/dist/siemens-ix/p-1bf52529.entry.js.map +1 -0
- package/dist/siemens-ix/p-1e2dfffb.entry.js +2 -0
- package/dist/siemens-ix/p-1e2dfffb.entry.js.map +1 -0
- package/dist/siemens-ix/p-2240c295.entry.js +2 -0
- package/dist/siemens-ix/p-2240c295.entry.js.map +1 -0
- package/dist/siemens-ix/p-2927de2b.entry.js +2 -0
- package/dist/siemens-ix/p-2927de2b.entry.js.map +1 -0
- package/dist/siemens-ix/p-2aa40bcf.entry.js +2 -0
- package/dist/siemens-ix/p-2aa40bcf.entry.js.map +1 -0
- package/dist/siemens-ix/p-2c95e67c.entry.js +2 -0
- package/dist/siemens-ix/p-2c95e67c.entry.js.map +1 -0
- package/dist/siemens-ix/p-2d9eb88d.entry.js +2 -0
- package/dist/siemens-ix/p-2d9eb88d.entry.js.map +1 -0
- package/dist/siemens-ix/p-316cf983.entry.js +2 -0
- package/dist/siemens-ix/p-316cf983.entry.js.map +1 -0
- package/dist/siemens-ix/p-320281ab.entry.js +2 -0
- package/dist/siemens-ix/p-320281ab.entry.js.map +1 -0
- package/dist/siemens-ix/p-32612a51.entry.js +2 -0
- package/dist/siemens-ix/p-32612a51.entry.js.map +1 -0
- package/dist/siemens-ix/p-3677ae1c.entry.js +2 -0
- package/dist/siemens-ix/p-3677ae1c.entry.js.map +1 -0
- package/dist/siemens-ix/p-38d3e0c8.entry.js +2 -0
- package/dist/siemens-ix/p-38d3e0c8.entry.js.map +1 -0
- package/dist/siemens-ix/p-3af8304e.entry.js +2 -0
- package/dist/siemens-ix/p-3af8304e.entry.js.map +1 -0
- package/dist/siemens-ix/p-3d57eed7.entry.js +2 -0
- package/dist/siemens-ix/p-3d57eed7.entry.js.map +1 -0
- package/dist/siemens-ix/p-3f03f070.entry.js +2 -0
- package/dist/siemens-ix/p-3f03f070.entry.js.map +1 -0
- package/dist/siemens-ix/p-43e8cbf1.entry.js +2 -0
- package/dist/siemens-ix/p-43e8cbf1.entry.js.map +1 -0
- package/dist/siemens-ix/p-45427457.entry.js +2 -0
- package/dist/siemens-ix/p-45427457.entry.js.map +1 -0
- package/dist/siemens-ix/p-523e3cce.entry.js +2 -0
- package/dist/siemens-ix/p-523e3cce.entry.js.map +1 -0
- package/dist/siemens-ix/p-538743fb.entry.js +2 -0
- package/dist/siemens-ix/p-538743fb.entry.js.map +1 -0
- package/dist/siemens-ix/p-5e241a1f.entry.js +2 -0
- package/dist/siemens-ix/p-5e241a1f.entry.js.map +1 -0
- package/dist/siemens-ix/p-61140574.entry.js +2 -0
- package/dist/siemens-ix/p-61140574.entry.js.map +1 -0
- package/dist/siemens-ix/p-66e7e232.entry.js +2 -0
- package/dist/siemens-ix/p-66e7e232.entry.js.map +1 -0
- package/dist/siemens-ix/p-6ae131ad.entry.js +2 -0
- package/dist/siemens-ix/p-6ae131ad.entry.js.map +1 -0
- package/dist/siemens-ix/p-6b316d6a.entry.js +2 -0
- package/dist/siemens-ix/p-6b316d6a.entry.js.map +1 -0
- package/dist/siemens-ix/p-6c554ece.entry.js +2 -0
- package/dist/siemens-ix/p-6c554ece.entry.js.map +1 -0
- package/dist/siemens-ix/p-6d38bed7.entry.js +2 -0
- package/dist/siemens-ix/p-6d38bed7.entry.js.map +1 -0
- package/dist/siemens-ix/p-718a54f8.entry.js +2 -0
- package/dist/siemens-ix/p-718a54f8.entry.js.map +1 -0
- package/dist/siemens-ix/p-71eaa791.entry.js +2 -0
- package/dist/siemens-ix/p-71eaa791.entry.js.map +1 -0
- package/dist/siemens-ix/p-736a7446.entry.js +2 -0
- package/dist/siemens-ix/p-736a7446.entry.js.map +1 -0
- package/dist/siemens-ix/p-765ffc2a.entry.js +2 -0
- package/dist/siemens-ix/p-765ffc2a.entry.js.map +1 -0
- package/dist/siemens-ix/p-7cb18fa5.entry.js +2 -0
- package/dist/siemens-ix/p-7cb18fa5.entry.js.map +1 -0
- package/dist/siemens-ix/p-802636fd.entry.js +2 -0
- package/dist/siemens-ix/p-802636fd.entry.js.map +1 -0
- package/dist/siemens-ix/p-8920bbfe.entry.js +2 -0
- package/dist/siemens-ix/p-8920bbfe.entry.js.map +1 -0
- package/dist/siemens-ix/p-8960c872.entry.js +2 -0
- package/dist/siemens-ix/p-8960c872.entry.js.map +1 -0
- package/dist/siemens-ix/p-89868ccc.entry.js +2 -0
- package/dist/siemens-ix/p-89868ccc.entry.js.map +1 -0
- package/dist/siemens-ix/p-8b41e47d.entry.js +2 -0
- package/dist/siemens-ix/p-8b41e47d.entry.js.map +1 -0
- package/dist/siemens-ix/p-9170f4cd.entry.js +2 -0
- package/dist/siemens-ix/p-9170f4cd.entry.js.map +1 -0
- package/dist/siemens-ix/p-9185b8c1.entry.js +2 -0
- package/dist/siemens-ix/p-9185b8c1.entry.js.map +1 -0
- package/dist/siemens-ix/p-9196f153.entry.js +2 -0
- package/dist/siemens-ix/p-9196f153.entry.js.map +1 -0
- package/dist/siemens-ix/p-91a5bb6c.entry.js +2 -0
- package/dist/siemens-ix/p-91a5bb6c.entry.js.map +1 -0
- package/dist/siemens-ix/p-9439d379.entry.js +2 -0
- package/dist/siemens-ix/p-9439d379.entry.js.map +1 -0
- package/dist/siemens-ix/p-9505ff9d.entry.js +2 -0
- package/dist/siemens-ix/p-9505ff9d.entry.js.map +1 -0
- package/dist/siemens-ix/p-9a7db83b.entry.js +2 -0
- package/dist/siemens-ix/p-9a7db83b.entry.js.map +1 -0
- package/dist/siemens-ix/p-9ca14286.entry.js +2 -0
- package/dist/siemens-ix/p-9ca14286.entry.js.map +1 -0
- package/dist/siemens-ix/p-9ed2e8df.entry.js +2 -0
- package/dist/siemens-ix/p-9ed2e8df.entry.js.map +1 -0
- package/dist/siemens-ix/p-BGzrnl_l.js +2 -0
- package/dist/siemens-ix/p-BGzrnl_l.js.map +1 -0
- package/dist/siemens-ix/p-BH3f5fa3.js +2 -0
- package/dist/siemens-ix/p-BH3f5fa3.js.map +1 -0
- package/dist/siemens-ix/p-BKgqKHZU.js +2 -0
- package/dist/siemens-ix/p-BKgqKHZU.js.map +1 -0
- package/dist/siemens-ix/p-BQ6999e5.js +2 -0
- package/dist/siemens-ix/p-BQ6999e5.js.map +1 -0
- package/dist/siemens-ix/p-Bb7pDeaQ.js +2 -0
- package/dist/siemens-ix/p-Bb7pDeaQ.js.map +1 -0
- package/dist/siemens-ix/p-BdCnOrqW.js +2 -0
- package/dist/siemens-ix/p-BdCnOrqW.js.map +1 -0
- package/dist/siemens-ix/p-Bdv-vpZz.js +2 -0
- package/dist/siemens-ix/p-Bdv-vpZz.js.map +1 -0
- package/dist/siemens-ix/p-CANRrgK_.js +2 -0
- package/dist/siemens-ix/p-CANRrgK_.js.map +1 -0
- package/dist/siemens-ix/p-CAqtPJ4-.js +2 -0
- package/dist/siemens-ix/p-CAqtPJ4-.js.map +1 -0
- package/dist/siemens-ix/p-CFRrPFxi.js +2 -0
- package/dist/siemens-ix/p-CFRrPFxi.js.map +1 -0
- package/dist/siemens-ix/p-CKA5agGR.js +2 -0
- package/dist/siemens-ix/p-CKA5agGR.js.map +1 -0
- package/dist/siemens-ix/p-CKoABG1h.js +2 -0
- package/dist/siemens-ix/p-CKoABG1h.js.map +1 -0
- package/dist/siemens-ix/p-CUWFODSd.js +2 -0
- package/dist/siemens-ix/p-CUWFODSd.js.map +1 -0
- package/dist/siemens-ix/p-CX81WQtk.js +2 -0
- package/dist/siemens-ix/p-CX81WQtk.js.map +1 -0
- package/dist/siemens-ix/p-CYvkc2CR.js +2 -0
- package/dist/siemens-ix/p-CYvkc2CR.js.map +1 -0
- package/dist/siemens-ix/p-CZ1HWy6s.js +2 -0
- package/dist/siemens-ix/p-CZ1HWy6s.js.map +1 -0
- package/dist/siemens-ix/p-CdOJ663o.js +2 -0
- package/dist/siemens-ix/p-CdOJ663o.js.map +1 -0
- package/dist/siemens-ix/p-Cdt22lfd.js +2 -0
- package/dist/siemens-ix/p-Cdt22lfd.js.map +1 -0
- package/dist/siemens-ix/p-CrTP-icT.js +2 -0
- package/dist/siemens-ix/p-CrTP-icT.js.map +1 -0
- package/dist/siemens-ix/p-CyFFBc_G.js +2 -0
- package/dist/siemens-ix/p-CyFFBc_G.js.map +1 -0
- package/dist/siemens-ix/p-D3K9vmFp.js +2 -0
- package/dist/siemens-ix/p-D3K9vmFp.js.map +1 -0
- package/dist/siemens-ix/p-D6vSVaHq.js +2 -0
- package/dist/siemens-ix/p-D6vSVaHq.js.map +1 -0
- package/dist/siemens-ix/p-DDHkNPby.js +2 -0
- package/dist/siemens-ix/p-DDHkNPby.js.map +1 -0
- package/dist/siemens-ix/p-DQmgxFuB.js +2 -0
- package/dist/siemens-ix/p-DQmgxFuB.js.map +1 -0
- package/dist/siemens-ix/p-Dk_lr0xl.js +2 -0
- package/dist/siemens-ix/p-Dk_lr0xl.js.map +1 -0
- package/dist/siemens-ix/p-Dp15M30K.js +2 -0
- package/dist/siemens-ix/p-Dp15M30K.js.map +1 -0
- package/dist/siemens-ix/p-Dp4RJcgZ.js +2 -0
- package/dist/siemens-ix/p-Dp4RJcgZ.js.map +1 -0
- package/dist/siemens-ix/p-DtF9fwpD.js +3 -0
- package/dist/siemens-ix/p-DtF9fwpD.js.map +1 -0
- package/dist/siemens-ix/p-Ou74PMQs.js +2 -0
- package/dist/siemens-ix/p-Ou74PMQs.js.map +1 -0
- package/dist/siemens-ix/p-UQa1aROL.js +2 -0
- package/dist/siemens-ix/p-UQa1aROL.js.map +1 -0
- package/dist/siemens-ix/p-a0ef8437.entry.js +2 -0
- package/dist/siemens-ix/p-a0ef8437.entry.js.map +1 -0
- package/dist/siemens-ix/p-a1c09e3c.entry.js +2 -0
- package/dist/siemens-ix/p-a1c09e3c.entry.js.map +1 -0
- package/dist/siemens-ix/p-a2c05b1b.entry.js +2 -0
- package/dist/siemens-ix/p-a2c05b1b.entry.js.map +1 -0
- package/dist/siemens-ix/p-a48f6140.entry.js +2 -0
- package/dist/siemens-ix/p-a48f6140.entry.js.map +1 -0
- package/dist/siemens-ix/p-a55e1df3.entry.js +2 -0
- package/dist/siemens-ix/p-a55e1df3.entry.js.map +1 -0
- package/dist/siemens-ix/p-aaf423b9.entry.js +2 -0
- package/dist/siemens-ix/p-aaf423b9.entry.js.map +1 -0
- package/dist/siemens-ix/p-ac9215b9.entry.js +2 -0
- package/dist/siemens-ix/p-ac9215b9.entry.js.map +1 -0
- package/dist/siemens-ix/p-accb8080.entry.js +2 -0
- package/dist/siemens-ix/p-accb8080.entry.js.map +1 -0
- package/dist/siemens-ix/p-afd2fa29.entry.js +2 -0
- package/dist/siemens-ix/p-afd2fa29.entry.js.map +1 -0
- package/dist/siemens-ix/p-b0a445d7.entry.js +2 -0
- package/dist/siemens-ix/p-b0a445d7.entry.js.map +1 -0
- package/dist/siemens-ix/p-b0cfcae1.entry.js +2 -0
- package/dist/siemens-ix/p-b0cfcae1.entry.js.map +1 -0
- package/dist/siemens-ix/p-b2fd83da.entry.js +2 -0
- package/dist/siemens-ix/p-b2fd83da.entry.js.map +1 -0
- package/dist/siemens-ix/p-b606a172.entry.js +2 -0
- package/dist/siemens-ix/p-b606a172.entry.js.map +1 -0
- package/dist/siemens-ix/p-b761a9d6.entry.js +2 -0
- package/dist/siemens-ix/p-b761a9d6.entry.js.map +1 -0
- package/dist/siemens-ix/p-bDicGJUN.js +2 -0
- package/dist/siemens-ix/p-bDicGJUN.js.map +1 -0
- package/dist/siemens-ix/p-bcj7UEIC.js +2 -0
- package/dist/siemens-ix/p-bcj7UEIC.js.map +1 -0
- package/dist/siemens-ix/p-bd6e324a.entry.js +2 -0
- package/dist/siemens-ix/p-bd6e324a.entry.js.map +1 -0
- package/dist/siemens-ix/p-c210f347.entry.js +2 -0
- package/dist/siemens-ix/p-c210f347.entry.js.map +1 -0
- package/dist/siemens-ix/p-c2b23c82.entry.js +2 -0
- package/dist/siemens-ix/p-c2b23c82.entry.js.map +1 -0
- package/dist/siemens-ix/p-c56c3898.entry.js +2 -0
- package/dist/siemens-ix/p-c56c3898.entry.js.map +1 -0
- package/dist/siemens-ix/p-cb5000ac.entry.js +2 -0
- package/dist/siemens-ix/p-cb5000ac.entry.js.map +1 -0
- package/dist/siemens-ix/p-cbf9dc1c.entry.js +2 -0
- package/dist/siemens-ix/p-cbf9dc1c.entry.js.map +1 -0
- package/dist/siemens-ix/p-cc843644.entry.js +2 -0
- package/dist/siemens-ix/p-cc843644.entry.js.map +1 -0
- package/dist/siemens-ix/p-ce331bdc.entry.js +2 -0
- package/dist/siemens-ix/p-ce331bdc.entry.js.map +1 -0
- package/dist/siemens-ix/p-cefd8579.entry.js +2 -0
- package/dist/siemens-ix/p-cefd8579.entry.js.map +1 -0
- package/dist/siemens-ix/p-d1420219.entry.js +2 -0
- package/dist/siemens-ix/p-d1420219.entry.js.map +1 -0
- package/dist/siemens-ix/p-d1e08a10.entry.js +2 -0
- package/dist/siemens-ix/p-d1e08a10.entry.js.map +1 -0
- package/dist/siemens-ix/p-d1e55b65.entry.js +2 -0
- package/dist/siemens-ix/p-d1e55b65.entry.js.map +1 -0
- package/dist/siemens-ix/p-d3e0d6d9.entry.js +2 -0
- package/dist/siemens-ix/p-d3e0d6d9.entry.js.map +1 -0
- package/dist/siemens-ix/p-d6bf2d75.entry.js +2 -0
- package/dist/siemens-ix/p-d6bf2d75.entry.js.map +1 -0
- package/dist/siemens-ix/p-e59e6e87.entry.js +2 -0
- package/dist/siemens-ix/p-e59e6e87.entry.js.map +1 -0
- package/dist/siemens-ix/p-e5ab9886.entry.js +2 -0
- package/dist/siemens-ix/p-e5ab9886.entry.js.map +1 -0
- package/dist/siemens-ix/p-e8252fd7.entry.js +2 -0
- package/dist/siemens-ix/p-e8252fd7.entry.js.map +1 -0
- package/dist/siemens-ix/p-eba65395.entry.js +2 -0
- package/dist/siemens-ix/p-eba65395.entry.js.map +1 -0
- package/dist/siemens-ix/p-ec92f199.entry.js +2 -0
- package/dist/siemens-ix/p-ec92f199.entry.js.map +1 -0
- package/dist/siemens-ix/p-eccfb343.entry.js +2 -0
- package/dist/siemens-ix/p-eccfb343.entry.js.map +1 -0
- package/dist/siemens-ix/p-ecefabdb.entry.js +2 -0
- package/dist/siemens-ix/p-ecefabdb.entry.js.map +1 -0
- package/dist/siemens-ix/p-ee807086.entry.js +2 -0
- package/dist/siemens-ix/p-ee807086.entry.js.map +1 -0
- package/dist/siemens-ix/p-f30f9b01.entry.js +2 -0
- package/dist/siemens-ix/p-f30f9b01.entry.js.map +1 -0
- package/dist/siemens-ix/p-f607e4c0.entry.js +2 -0
- package/dist/siemens-ix/p-f607e4c0.entry.js.map +1 -0
- package/dist/siemens-ix/p-f8976f8e.entry.js +2 -0
- package/dist/siemens-ix/p-f8976f8e.entry.js.map +1 -0
- package/dist/siemens-ix/p-fa3623a3.entry.js +2 -0
- package/dist/siemens-ix/p-fa3623a3.entry.js.map +1 -0
- package/dist/siemens-ix/p-i60z1FJC.js +2 -0
- package/dist/siemens-ix/p-i60z1FJC.js.map +1 -0
- package/dist/siemens-ix/p-pXYAoEyc.js +2 -0
- package/dist/siemens-ix/p-pXYAoEyc.js.map +1 -0
- package/dist/siemens-ix/p-z5yZxfe2.js +2 -0
- package/dist/siemens-ix/p-z5yZxfe2.js.map +1 -0
- package/dist/siemens-ix/siemens-ix-core.css +1 -0
- package/dist/siemens-ix/siemens-ix.css +4782 -0
- package/dist/siemens-ix/siemens-ix.esm.js +2 -0
- package/dist/siemens-ix/siemens-ix.esm.js.map +1 -0
- package/dist/siemens-ix/theme/classic-dark.css +1 -0
- package/dist/siemens-ix/theme/classic-light.css +1 -0
- package/dist/siemens-ix/theme/legacy-classic-dark.css +1 -0
- package/dist/siemens-ix/theme/legacy-classic-light.css +1 -0
- package/dist/types/components/action-card/action-card.d.ts +28 -0
- package/dist/types/components/application/application.d.ts +43 -0
- package/dist/types/components/application-header/application-header.d.ts +58 -0
- package/dist/types/components/application-header/application-switch-modal/application-switch-modal.d.ts +9 -0
- package/dist/types/components/application-header/test/application-header.ct.d.ts +1 -0
- package/dist/types/components/application-sidebar/application-sidebar.d.ts +7 -0
- package/dist/types/components/application-sidebar/events.d.ts +4 -0
- package/dist/types/components/avatar/avatar.d.ts +39 -0
- package/dist/types/components/avatar/test/avatar.ct.d.ts +1 -0
- package/dist/types/components/basic-navigation/basic-navigation.d.ts +33 -0
- package/dist/types/components/blind/blind.d.ts +44 -0
- package/dist/types/components/blind/test/blind.ct.d.ts +1 -0
- package/dist/types/components/breadcrumb/breadcrumb.d.ts +49 -0
- package/dist/types/components/breadcrumb/test/breadcrumb.ct.d.ts +1 -0
- package/dist/types/components/breadcrumb-item/breadcrumb-item.d.ts +28 -0
- package/dist/types/components/button/base-button.d.ts +43 -0
- package/dist/types/components/button/button-component.d.ts +31 -0
- package/dist/types/components/button/button.d.ts +50 -0
- package/dist/types/components/button/test/button.ct.d.ts +6 -0
- package/dist/types/components/card/card.d.ts +16 -0
- package/dist/types/components/card-accordion/card-accordion.d.ts +27 -0
- package/dist/types/components/card-content/card-content.d.ts +6 -0
- package/dist/types/components/card-list/card-list.d.ts +84 -0
- package/dist/types/components/card-title/card-title.d.ts +8 -0
- package/dist/types/components/category-filter/category-filter.d.ts +163 -0
- package/dist/types/components/category-filter/filter-state.d.ts +9 -0
- package/dist/types/components/category-filter/input-state.d.ts +6 -0
- package/dist/types/components/category-filter/logical-filter-operator.d.ts +4 -0
- package/dist/types/components/category-filter/test/category-filter.ct.d.ts +1 -0
- package/dist/types/components/checkbox/checkbox.d.ts +61 -0
- package/dist/types/components/checkbox/tests/checkbox.ct.d.ts +1 -0
- package/dist/types/components/checkbox-group/checkbox-group.d.ts +47 -0
- package/dist/types/components/chip/chip.d.ts +51 -0
- package/dist/types/components/chip/test/chip.ct.d.ts +1 -0
- package/dist/types/components/col/col.d.ts +31 -0
- package/dist/types/components/content/content.d.ts +10 -0
- package/dist/types/components/content-header/content-header.d.ts +25 -0
- package/dist/types/components/css-grid/builder.d.ts +1 -0
- package/dist/types/components/css-grid/css-grid-item.d.ts +10 -0
- package/dist/types/components/css-grid/css-grid.d.ts +18 -0
- package/dist/types/components/custom-field/custom-field.d.ts +46 -0
- package/dist/types/components/custom-field/tests/custom-field.ct.d.ts +1 -0
- package/dist/types/components/date-dropdown/date-dropdown.d.ts +161 -0
- package/dist/types/components/date-dropdown/test/date-dropdown.ct.d.ts +1 -0
- package/dist/types/components/date-input/date-input.d.ts +152 -0
- package/dist/types/components/date-input/tests/date-input.ct.d.ts +1 -0
- package/dist/types/components/date-picker/date-picker-component.d.ts +47 -0
- package/dist/types/components/date-picker/date-picker.d.ts +158 -0
- package/dist/types/components/date-picker/test/date-picker.ct.d.ts +1 -0
- package/dist/types/components/date-time-card/date-time-card.d.ts +18 -0
- package/dist/types/components/datetime-picker/datetime-picker.d.ts +142 -0
- package/dist/types/components/datetime-picker/test/datetime-picker.ct.d.ts +1 -0
- package/dist/types/components/divider/divider.d.ts +6 -0
- package/dist/types/components/drawer/drawer.d.ts +53 -0
- package/dist/types/components/drawer/test/drawer.ct.d.ts +1 -0
- package/dist/types/components/dropdown/dropdown-controller.d.ts +39 -0
- package/dist/types/components/dropdown/dropdown.d.ts +119 -0
- package/dist/types/components/dropdown/placement.d.ts +7 -0
- package/dist/types/components/dropdown/test/dropdown.ct.d.ts +1 -0
- package/dist/types/components/dropdown-button/dropdown-button.ct.d.ts +1 -0
- package/dist/types/components/dropdown-button/dropdown-button.d.ts +47 -0
- package/dist/types/components/dropdown-header/dropdown-header.d.ts +10 -0
- package/dist/types/components/dropdown-item/dropdown-item.d.ts +37 -0
- package/dist/types/components/dropdown-quick-actions/dropdown-quick-actions.d.ts +6 -0
- package/dist/types/components/empty-state/empty-state.d.ts +32 -0
- package/dist/types/components/event-list/event-list.d.ts +33 -0
- package/dist/types/components/event-list/test/event-list.ct.d.ts +1 -0
- package/dist/types/components/event-list-item/event-list-item.d.ts +29 -0
- package/dist/types/components/expanding-search/expanding-search.d.ts +50 -0
- package/dist/types/components/expanding-search/test/expanding-search.ct.d.ts +1 -0
- package/dist/types/components/field-label/field-label.d.ts +33 -0
- package/dist/types/components/field-label/tests/field-label.ct.d.ts +1 -0
- package/dist/types/components/field-wrapper/field-wrapper.d.ts +64 -0
- package/dist/types/components/field-wrapper/helper-text-util.d.ts +18 -0
- package/dist/types/components/field-wrapper/tests/field-wrapper.ct.d.ts +1 -0
- package/dist/types/components/filter-chip/filter-chip.d.ts +19 -0
- package/dist/types/components/flip-tile/flip-tile-state.d.ts +7 -0
- package/dist/types/components/flip-tile/flip-tile.d.ts +42 -0
- package/dist/types/components/flip-tile/test/flip-tile.ct.d.ts +1 -0
- package/dist/types/components/flip-tile-content/flip-tile-content.d.ts +9 -0
- package/dist/types/components/group/group-context-menu.d.ts +8 -0
- package/dist/types/components/group/group.d.ts +64 -0
- package/dist/types/components/group/test/group.ct.d.ts +1 -0
- package/dist/types/components/group-item/group-item.d.ts +39 -0
- package/dist/types/components/helper-text/helper-text.d.ts +37 -0
- package/dist/types/components/icon-button/base-icon-button.d.ts +2 -0
- package/dist/types/components/icon-button/icon-button.d.ts +64 -0
- package/dist/types/components/icon-button/test/icon-button.ct.d.ts +1 -0
- package/dist/types/components/icon-toggle-button/icon-toggle-button.d.ts +54 -0
- package/dist/types/components/input/input.animation.d.ts +1 -0
- package/dist/types/components/input/input.d.ts +133 -0
- package/dist/types/components/input/input.fc.d.ts +52 -0
- package/dist/types/components/input/input.util.d.ts +15 -0
- package/dist/types/components/input/number-input.d.ts +131 -0
- package/dist/types/components/input/tests/form-ready.ct.d.ts +1 -0
- package/dist/types/components/input/tests/validation.ct.d.ts +1 -0
- package/dist/types/components/input/textarea.d.ts +132 -0
- package/dist/types/components/input-group/input-group.d.ts +24 -0
- package/dist/types/components/input-group/tests/input-group.ct.d.ts +1 -0
- package/dist/types/components/key-value/key-value.d.ts +25 -0
- package/dist/types/components/key-value-list/key-value-list.d.ts +10 -0
- package/dist/types/components/kpi/kpi.d.ts +25 -0
- package/dist/types/components/layout-auto/layout-auto.d.ts +24 -0
- package/dist/types/components/layout-grid/layout-grid.d.ts +18 -0
- package/dist/types/components/link-button/link-button.d.ts +20 -0
- package/dist/types/components/map-navigation/map-navigation.d.ts +62 -0
- package/dist/types/components/map-navigation-overlay/map-navigation-overlay.d.ts +30 -0
- package/dist/types/components/menu/menu-expand-icon.d.ts +18 -0
- package/dist/types/components/menu/menu.d.ts +164 -0
- package/dist/types/components/menu/test/menu.ct.d.ts +1 -0
- package/dist/types/components/menu-about/menu-about.d.ts +29 -0
- package/dist/types/components/menu-about/test/menu-about.ct.d.ts +1 -0
- package/dist/types/components/menu-about-item/menu-about-item.d.ts +14 -0
- package/dist/types/components/menu-about-news/menu-about-news.d.ts +34 -0
- package/dist/types/components/menu-avatar/menu-avatar.d.ts +45 -0
- package/dist/types/components/menu-avatar-item/menu-avatar-item.d.ts +21 -0
- package/dist/types/components/menu-avatar-item/test/menu-avatar-item.ct.d.ts +1 -0
- package/dist/types/components/menu-category/enter-leave.d.ts +7 -0
- package/dist/types/components/menu-category/menu-category.d.ts +45 -0
- package/dist/types/components/menu-category/test/menu-category.ct.d.ts +1 -0
- package/dist/types/components/menu-item/menu-item.d.ts +53 -0
- package/dist/types/components/menu-item/test/menu-item.ct.d.ts +1 -0
- package/dist/types/components/menu-settings/menu-settings.d.ts +29 -0
- package/dist/types/components/menu-settings/test/menu-settings.ct.d.ts +1 -0
- package/dist/types/components/menu-settings-item/menu-settings-item.d.ts +14 -0
- package/dist/types/components/message-bar/message-bar.d.ts +29 -0
- package/dist/types/components/message-bar/test/message-bar.ct.d.ts +1 -0
- package/dist/types/components/modal/modal.d.ts +72 -0
- package/dist/types/components/modal/test/modal.ct.d.ts +8 -0
- package/dist/types/components/modal-content/modal-content.d.ts +6 -0
- package/dist/types/components/modal-footer/modal-footer.d.ts +6 -0
- package/dist/types/components/modal-header/modal-header.d.ts +29 -0
- package/dist/types/components/modal-loading/modal-loading.d.ts +6 -0
- package/dist/types/components/pagination/pagination.d.ts +57 -0
- package/dist/types/components/pagination/test/pagination.ct.d.ts +1 -0
- package/dist/types/components/pane/pane.d.ts +131 -0
- package/dist/types/components/pane/test/panes.ct.d.ts +1 -0
- package/dist/types/components/pane-layout/pane-layout.d.ts +47 -0
- package/dist/types/components/pane-layout/test/pane-layout.ct.d.ts +1 -0
- package/dist/types/components/pill/pill.d.ts +40 -0
- package/dist/types/components/pill/test/pill.ct.d.ts +1 -0
- package/dist/types/components/push-card/push-card.d.ts +33 -0
- package/dist/types/components/radio/radio.d.ts +53 -0
- package/dist/types/components/radio/test/radio.ct.d.ts +1 -0
- package/dist/types/components/radio-group/radio-group.d.ts +64 -0
- package/dist/types/components/radio-group/test/radio-group.ct.d.ts +1 -0
- package/dist/types/components/row/row.d.ts +6 -0
- package/dist/types/components/select/select.d.ts +231 -0
- package/dist/types/components/select/test/select-keyboard.ct.d.ts +1 -0
- package/dist/types/components/select/test/select.ct.d.ts +1 -0
- package/dist/types/components/select-item/events.d.ts +18 -0
- package/dist/types/components/select-item/select-item.d.ts +40 -0
- package/dist/types/components/slider/slider.d.ts +72 -0
- package/dist/types/components/slider/test/slider.ct.d.ts +1 -0
- package/dist/types/components/spinner/spinner.d.ts +16 -0
- package/dist/types/components/split-button/split-button.d.ts +55 -0
- package/dist/types/components/tab-item/tab-item.d.ts +46 -0
- package/dist/types/components/tabs/tabs.d.ts +62 -0
- package/dist/types/components/tabs/test/tabs.ct.d.ts +1 -0
- package/dist/types/components/tile/tile.d.ts +12 -0
- package/dist/types/components/time-picker/test/time-picker.ct.d.ts +1 -0
- package/dist/types/components/time-picker/time-picker.d.ts +77 -0
- package/dist/types/components/toast/toast-container.d.ts +27 -0
- package/dist/types/components/toast/toast-utils.d.ts +22 -0
- package/dist/types/components/toast/toast.d.ts +38 -0
- package/dist/types/components/toggle/test/toggle.ct.d.ts +1 -0
- package/dist/types/components/toggle/toggle.d.ts +66 -0
- package/dist/types/components/toggle-button/toggle-button.d.ts +48 -0
- package/dist/types/components/tooltip/test/tooltip.ct.d.ts +1 -0
- package/dist/types/components/tooltip/tooltip.d.ts +66 -0
- package/dist/types/components/tree/test/tree.ct.d.ts +1 -0
- package/dist/types/components/tree/tree-model.d.ts +17 -0
- package/dist/types/components/tree/tree.d.ts +61 -0
- package/dist/types/components/tree-item/default-tree-item.d.ts +6 -0
- package/dist/types/components/tree-item/tree-item.d.ts +25 -0
- package/dist/types/components/typography/type-mapping.d.ts +1 -0
- package/dist/types/components/typography/typography.d.ts +32 -0
- package/dist/types/components/upload/test/upload.ct.d.ts +1 -0
- package/dist/types/components/upload/upload-file-state.d.ts +6 -0
- package/dist/types/components/upload/upload.d.ts +72 -0
- package/dist/types/components/utils/a11y.d.ts +9 -0
- package/dist/types/components/utils/animation.d.ts +7 -0
- package/dist/types/components/utils/app-switch/index.d.ts +2 -0
- package/dist/types/components/utils/application-layout/context.d.ts +22 -0
- package/dist/types/components/utils/application-layout/index.d.ts +1 -0
- package/dist/types/components/utils/application-layout/service.d.ts +17 -0
- package/dist/types/components/utils/attributes.d.ts +2 -0
- package/dist/types/components/utils/breakpoints.d.ts +8 -0
- package/dist/types/components/utils/condition-checks.d.ts +2 -0
- package/dist/types/components/utils/context.d.ts +57 -0
- package/dist/types/components/utils/debounce.d.ts +3 -0
- package/dist/types/components/utils/delegate.d.ts +15 -0
- package/dist/types/components/utils/disposable-event-listener.d.ts +7 -0
- package/dist/types/components/utils/element-reference.d.ts +1 -0
- package/dist/types/components/utils/find-element.d.ts +22 -0
- package/dist/types/components/utils/focus.d.ts +11 -0
- package/dist/types/components/utils/input/index.d.ts +62 -0
- package/dist/types/components/utils/input/validation.d.ts +16 -0
- package/dist/types/components/utils/internal/component.d.ts +4 -0
- package/dist/types/components/utils/internal/index.d.ts +1 -0
- package/dist/types/components/utils/lazy-list/index.d.ts +2 -0
- package/dist/types/components/utils/lazy-list/lazy.d.ts +51 -0
- package/dist/types/components/utils/listener.d.ts +13 -0
- package/dist/types/components/utils/make-ref.d.ts +6 -0
- package/dist/types/components/utils/menu-service/menu-service.d.ts +14 -0
- package/dist/types/components/utils/menu-tabs/menu-tabs-fc.d.ts +8 -0
- package/dist/types/components/utils/menu-tabs/menu-tabs-utils.d.ts +13 -0
- package/dist/types/components/utils/modal/index.d.ts +3 -0
- package/dist/types/components/utils/modal/loading.d.ts +4 -0
- package/dist/types/components/utils/modal/message.d.ts +44 -0
- package/dist/types/components/utils/modal/modal.d.ts +25 -0
- package/dist/types/components/utils/mutation-observer.d.ts +1 -0
- package/dist/types/components/utils/notification-color.d.ts +4 -0
- package/dist/types/components/utils/overlay.d.ts +16 -0
- package/dist/types/components/utils/requestAnimationFrame.d.ts +7 -0
- package/dist/types/components/utils/rwd.util.d.ts +2 -0
- package/dist/types/components/utils/shadow-dom.d.ts +5 -0
- package/dist/types/components/utils/theme-switcher.d.ts +27 -0
- package/dist/types/components/utils/type-helper.d.ts +1 -0
- package/dist/types/components/utils/typed-event.d.ts +15 -0
- package/dist/types/components/utils/uuid.d.ts +1 -0
- package/dist/types/components/utils/waitForElement.d.ts +1 -0
- package/dist/types/components/validation-tooltip/validation-tooltip.d.ts +45 -0
- package/dist/types/components/workflow-step/workflow-step.d.ts +42 -0
- package/dist/types/components/workflow-steps/test/workflow-steps.ct.d.ts +1 -0
- package/dist/types/components/workflow-steps/workflow-steps.d.ts +29 -0
- package/dist/types/components.d.ts +8745 -0
- package/dist/types/index.d.ts +17 -0
- package/dist/types/interfaces.d.ts +27 -0
- package/dist/types/setup.d.ts +7 -0
- package/dist/types/stencil-public-runtime.d.ts +1681 -0
- package/dist/types/tests/utils/test/index.d.ts +18 -0
- package/dist/types/tests/utils/test/page.d.ts +24 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/package.json +1 -1
- package/scss/components/_table.scss +1 -0
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, F as Fragment, H as Host, g as getElement } from './index-DtF9fwpD.js';
|
|
2
|
+
import { H as iconCircleDot, I as iconCircle, i as iconError, a as iconWarning, J as iconCircleFilled, c as iconSuccess, K as iconTriangleFilled } from './index-CrTP-icT.js';
|
|
3
|
+
|
|
4
|
+
const workflowStepCss = ":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 ::-webkit-scrollbar{width:0.5rem;height:0.5rem}: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 ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}: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)}";
|
|
5
|
+
|
|
6
|
+
const WorkflowStep = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
this.selectedChanged = createEvent(this, "selectedChanged", 7);
|
|
10
|
+
/**
|
|
11
|
+
* Select orientation
|
|
12
|
+
*/
|
|
13
|
+
this.vertical = false;
|
|
14
|
+
/**
|
|
15
|
+
* Set disabled
|
|
16
|
+
*/
|
|
17
|
+
this.disabled = false;
|
|
18
|
+
/**
|
|
19
|
+
* Set status
|
|
20
|
+
*/
|
|
21
|
+
this.status = 'open';
|
|
22
|
+
/**
|
|
23
|
+
* Activate navigation click
|
|
24
|
+
*/
|
|
25
|
+
this.clickable = false;
|
|
26
|
+
/**
|
|
27
|
+
* Set selected
|
|
28
|
+
*/
|
|
29
|
+
this.selected = false;
|
|
30
|
+
/**
|
|
31
|
+
* Activate navigation click
|
|
32
|
+
*
|
|
33
|
+
* @internal
|
|
34
|
+
*/
|
|
35
|
+
this.position = 'undefined';
|
|
36
|
+
this.iconColor = 'workflow-step-icon-default--color';
|
|
37
|
+
this.customIconSlot = false;
|
|
38
|
+
}
|
|
39
|
+
selectedHandler() {
|
|
40
|
+
const selectedStyle = this.selected ? '--selected' : '';
|
|
41
|
+
if (this.status === 'open') {
|
|
42
|
+
this.iconName = this.selected ? iconCircleDot : iconCircle;
|
|
43
|
+
this.iconColor = `workflow-step-icon-default--color${selectedStyle}`;
|
|
44
|
+
}
|
|
45
|
+
if (this.status === 'done' && !this.disabled) {
|
|
46
|
+
this.iconColor = `workflow-step-icon-done--color${selectedStyle}`;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
watchPropHandler() {
|
|
50
|
+
switch (this.status) {
|
|
51
|
+
case 'open':
|
|
52
|
+
this.iconName = iconCircle;
|
|
53
|
+
this.iconColor = 'workflow-step-icon-default--color';
|
|
54
|
+
break;
|
|
55
|
+
case 'success':
|
|
56
|
+
this.iconName = iconSuccess;
|
|
57
|
+
this.iconColor = 'color-success';
|
|
58
|
+
break;
|
|
59
|
+
case 'done':
|
|
60
|
+
this.iconName = iconCircleFilled;
|
|
61
|
+
this.iconColor = 'workflow-step-icon-done--color';
|
|
62
|
+
break;
|
|
63
|
+
case 'warning':
|
|
64
|
+
this.iconName = iconWarning;
|
|
65
|
+
this.iconColor = 'color-warning';
|
|
66
|
+
break;
|
|
67
|
+
case 'error':
|
|
68
|
+
this.iconName = iconError;
|
|
69
|
+
this.iconColor = 'color-alarm';
|
|
70
|
+
break;
|
|
71
|
+
default:
|
|
72
|
+
this.iconName = iconCircle;
|
|
73
|
+
break;
|
|
74
|
+
}
|
|
75
|
+
if (this.disabled) {
|
|
76
|
+
this.iconColor = 'workflow-step-icon-success--color--disabled';
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
componentWillLoad() {
|
|
80
|
+
this.watchPropHandler();
|
|
81
|
+
this.selectedHandler();
|
|
82
|
+
this.customIconSlot = !!this.hostElement.querySelector('[slot="custom-icon"]');
|
|
83
|
+
}
|
|
84
|
+
onStepClick() {
|
|
85
|
+
if (!this.disabled && this.clickable) {
|
|
86
|
+
this.selectedChanged.emit(this.hostElement);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
render() {
|
|
90
|
+
const icons = !this.customIconSlot ? (h(Fragment, null, h("ix-icon", { color: "color-1", name: this.status === 'warning' ? iconTriangleFilled : iconCircleFilled, class: "absolute", size: "24" }), h("ix-icon", { color: this.iconColor, name: this.iconName, class: "absolute", size: "24" }))) : null;
|
|
91
|
+
return (h(Host, { key: '24a5f9161abb12783379518006da477ff692b9f1', class: { 'host-vertical': this.vertical }, onClick: () => this.onStepClick() }, h("div", { key: 'd9ee53b74a6b2746ab112d79b3342eac60cd2b75', tabIndex: 0, class: {
|
|
92
|
+
step: true,
|
|
93
|
+
selected: this.selected,
|
|
94
|
+
vertical: this.vertical,
|
|
95
|
+
disabled: this.disabled,
|
|
96
|
+
clickable: this.clickable && !this.disabled,
|
|
97
|
+
} }, h("div", { key: '8ddc4a7837b74bfb5bcd113cdb570f95606720cf', class: "wrapper" }, h("div", { key: 'a83f5d344a08351a0a95d882d2f56791f1508e51', class: {
|
|
98
|
+
line: true,
|
|
99
|
+
selected: this.selected,
|
|
100
|
+
[this.status]: true,
|
|
101
|
+
[this.position]: true,
|
|
102
|
+
} }), h("div", { key: '65967894ee2986df460362e6452a1a8d65e96740', class: "iconWrapper" }, icons, h("slot", { key: '328b81589cd56c4a55668303691aea213e870a18', name: "custom-icon" }))), h("div", { key: '20506bf99bb237219a9c4050f585d7890feddaef', class: "text" }, h("slot", { key: 'b0524caf6e84aac8f1145e4ffa130afe32d69544' })))));
|
|
103
|
+
}
|
|
104
|
+
get hostElement() { return getElement(this); }
|
|
105
|
+
static get watchers() { return {
|
|
106
|
+
"selected": ["selectedHandler"],
|
|
107
|
+
"disabled": ["watchPropHandler"],
|
|
108
|
+
"status": ["watchPropHandler"]
|
|
109
|
+
}; }
|
|
110
|
+
};
|
|
111
|
+
WorkflowStep.style = workflowStepCss;
|
|
112
|
+
|
|
113
|
+
export { WorkflowStep as ix_workflow_step };
|
|
114
|
+
//# sourceMappingURL=ix-workflow-step.entry.js.map
|
|
115
|
+
|
|
116
|
+
//# sourceMappingURL=ix-workflow-step.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-workflow-step.entry.js","sources":["src/components/workflow-step/workflow-step.scss?tag=ix-workflow-step&encapsulation=shadow","src/components/workflow-step/workflow-step.tsx"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2024 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n@import 'common-variables';\n@import 'mixins/shadow-dom/component';\n\n:host(:not(.host-vertical)) {\n width: 12rem;\n height: 4rem;\n min-width: 2rem;\n min-height: 4rem;\n max-width: 12rem;\n}\n\n:host(.host-vertical) {\n width: 100%;\n height: 4rem;\n min-width: 4rem;\n min-height: 2rem;\n max-height: 12rem;\n}\n\n:host {\n @include ix-component;\n display: inline-block;\n position: relative;\n\n .step {\n display: flex;\n flex-direction: column;\n align-items: center;\n background-color: var(--theme-workflow-step--background);\n border-radius: var(--theme-workflow--border-radius);\n padding: 1.125rem 0 $small-space 0;\n\n .wrapper {\n display: flex;\n width: 100%;\n align-items: center;\n justify-content: center;\n position: relative;\n\n .line {\n width: 100%;\n height: 0.125rem;\n background-color: var(--theme-workflow-step-icon-default--color);\n\n &.first,\n &.last {\n width: 50%;\n margin: 0 0 0 auto;\n }\n\n &.last {\n margin: 0 auto 0 0;\n }\n\n &.single {\n width: 0;\n }\n\n &.selected {\n background-color: var(\n --theme-workflow-step-icon-default--color--selected\n );\n }\n\n &.done {\n background-color: var(--theme-workflow-step-icon-done--color);\n\n &.selected {\n background-color: var(\n --theme-workflow-step-icon-done--color--selected\n );\n }\n }\n\n &.warning {\n background-color: var(--theme-color-warning);\n }\n\n &.success {\n background-color: var(--theme-color-success);\n }\n\n &.error {\n background-color: var(--theme-color-alarm);\n }\n }\n\n .iconWrapper {\n display: flex;\n align-items: center;\n justify-content: center;\n position: absolute;\n\n .absolute {\n position: absolute;\n }\n }\n }\n\n .text {\n margin-top: $default-space;\n width: 100%;\n padding: 0 $small-space;\n\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n text-align: center;\n }\n\n &.vertical {\n flex-direction: row;\n padding: 0;\n height: 100%;\n\n .wrapper {\n width: auto;\n padding-left: 1.125rem;\n height: 100%;\n\n .line {\n width: 0.125rem;\n height: 100%;\n\n &.first,\n &.last {\n height: 50%;\n margin: auto 0 0 0;\n }\n\n &.last {\n margin: 0 0 auto 0;\n }\n\n &.single {\n width: 0;\n }\n }\n }\n\n .text {\n margin: 0 $default-space;\n padding: 0;\n width: auto;\n }\n }\n\n &.clickable {\n &:hover {\n background-color: var(--theme-workflow-step--background--hover);\n }\n\n &:active {\n background-color: var(--theme-workflow-step--background--active);\n }\n }\n\n &:focus-visible {\n outline: 1px solid var(--focus--border-color);\n border-radius: 0;\n }\n\n &.selected {\n background-color: var(--theme-workflow-step--background--selected);\n }\n\n &.disabled {\n background-color: var(--theme-workflow-step--background--disabled);\n\n .line {\n background-color: var(\n --theme-workflow-step-icon-default--color--disabled\n ) !important;\n }\n\n .text {\n color: var(--theme-workflow-step--color--disabled);\n }\n }\n }\n}\n","/*\n * SPDX-FileCopyrightText: 2024 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport {\n iconCircle,\n iconCircleDot,\n iconCircleFilled,\n iconError,\n iconSuccess,\n iconTriangleFilled,\n iconWarning,\n} from '@siemens/ix-icons/icons';\nimport {\n Component,\n Element,\n Event,\n EventEmitter,\n Fragment,\n h,\n Host,\n Prop,\n State,\n Watch,\n} from '@stencil/core';\n\n@Component({\n tag: 'ix-workflow-step',\n styleUrl: 'workflow-step.scss',\n shadow: true,\n})\nexport class WorkflowStep {\n @Element() hostElement!: HTMLIxWorkflowStepElement;\n\n /**\n * Select orientation\n */\n @Prop() vertical: boolean = false;\n\n /**\n * Set disabled\n */\n @Prop() disabled: boolean = false;\n\n /**\n * Set status\n */\n @Prop() status: 'open' | 'success' | 'done' | 'warning' | 'error' = 'open';\n\n /**\n * Activate navigation click\n */\n @Prop() clickable: boolean = false;\n\n /**\n * Set selected\n */\n @Prop() selected: boolean = false;\n\n /**\n * Activate navigation click\n *\n * @internal\n */\n @Prop() position: 'first' | 'last' | 'single' | 'undefined' = 'undefined';\n\n @State() iconName?: string;\n\n @State() iconColor: string = 'workflow-step-icon-default--color';\n\n /**\n * @internal\n */\n @Event() selectedChanged!: EventEmitter<HTMLIxWorkflowStepElement>;\n\n private customIconSlot: boolean = false;\n\n @Watch('selected')\n selectedHandler() {\n const selectedStyle = this.selected ? '--selected' : '';\n\n if (this.status === 'open') {\n this.iconName = this.selected ? iconCircleDot : iconCircle;\n this.iconColor = `workflow-step-icon-default--color${selectedStyle}`;\n }\n\n if (this.status === 'done' && !this.disabled) {\n this.iconColor = `workflow-step-icon-done--color${selectedStyle}`;\n }\n }\n\n @Watch('disabled')\n @Watch('status')\n watchPropHandler() {\n switch (this.status) {\n case 'open':\n this.iconName = iconCircle;\n this.iconColor = 'workflow-step-icon-default--color';\n break;\n case 'success':\n this.iconName = iconSuccess;\n this.iconColor = 'color-success';\n break;\n case 'done':\n this.iconName = iconCircleFilled;\n this.iconColor = 'workflow-step-icon-done--color';\n break;\n case 'warning':\n this.iconName = iconWarning;\n this.iconColor = 'color-warning';\n break;\n case 'error':\n this.iconName = iconError;\n this.iconColor = 'color-alarm';\n break;\n\n default:\n this.iconName = iconCircle;\n break;\n }\n\n if (this.disabled) {\n this.iconColor = 'workflow-step-icon-success--color--disabled';\n }\n }\n\n componentWillLoad() {\n this.watchPropHandler();\n this.selectedHandler();\n\n this.customIconSlot = !!this.hostElement.querySelector(\n '[slot=\"custom-icon\"]'\n );\n }\n\n onStepClick() {\n if (!this.disabled && this.clickable) {\n this.selectedChanged.emit(this.hostElement);\n }\n }\n\n render() {\n const icons = !this.customIconSlot ? (\n <Fragment>\n <ix-icon\n color=\"color-1\"\n name={\n this.status === 'warning' ? iconTriangleFilled : iconCircleFilled\n }\n class=\"absolute\"\n size=\"24\"\n ></ix-icon>\n <ix-icon\n color={this.iconColor}\n name={this.iconName}\n class=\"absolute\"\n size=\"24\"\n ></ix-icon>\n </Fragment>\n ) : null;\n\n return (\n <Host\n class={{ 'host-vertical': this.vertical }}\n onClick={() => this.onStepClick()}\n >\n <div\n tabIndex={0}\n class={{\n step: true,\n selected: this.selected,\n vertical: this.vertical,\n disabled: this.disabled,\n clickable: this.clickable && !this.disabled,\n }}\n >\n <div class=\"wrapper\">\n <div\n class={{\n line: true,\n selected: this.selected,\n [this.status]: true,\n [this.position]: true,\n }}\n ></div>\n <div class=\"iconWrapper\">\n {icons}\n <slot name=\"custom-icon\"></slot>\n </div>\n </div>\n <div class=\"text\">\n <slot></slot>\n </div>\n </div>\n </Host>\n );\n }\n}\n"],"names":[],"mappings":";;;AAAA,MAAM,eAAe,GAAG,6/GAA6/G;;MCoCxgH,YAAY,GAAA,MAAA;AALzB,IAAA,WAAA,CAAA,OAAA,EAAA;;;AAQE;;AAEG;AACK,QAAA,IAAQ,CAAA,QAAA,GAAY,KAAK;AAEjC;;AAEG;AACK,QAAA,IAAQ,CAAA,QAAA,GAAY,KAAK;AAEjC;;AAEG;AACK,QAAA,IAAM,CAAA,MAAA,GAAsD,MAAM;AAE1E;;AAEG;AACK,QAAA,IAAS,CAAA,SAAA,GAAY,KAAK;AAElC;;AAEG;AACK,QAAA,IAAQ,CAAA,QAAA,GAAY,KAAK;AAEjC;;;;AAIG;AACK,QAAA,IAAQ,CAAA,QAAA,GAA8C,WAAW;AAIhE,QAAA,IAAS,CAAA,SAAA,GAAW,mCAAmC;AAOxD,QAAA,IAAc,CAAA,cAAA,GAAY,KAAK;AA0HxC;IAvHC,eAAe,GAAA;AACb,QAAA,MAAM,aAAa,GAAG,IAAI,CAAC,QAAQ,GAAG,YAAY,GAAG,EAAE;AAEvD,QAAA,IAAI,IAAI,CAAC,MAAM,KAAK,MAAM,EAAE;AAC1B,YAAA,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,GAAG,aAAa,GAAG,UAAU;AAC1D,YAAA,IAAI,CAAC,SAAS,GAAG,CAAoC,iCAAA,EAAA,aAAa,EAAE;;QAGtE,IAAI,IAAI,CAAC,MAAM,KAAK,MAAM,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE;AAC5C,YAAA,IAAI,CAAC,SAAS,GAAG,CAAiC,8BAAA,EAAA,aAAa,EAAE;;;IAMrE,gBAAgB,GAAA;AACd,QAAA,QAAQ,IAAI,CAAC,MAAM;AACjB,YAAA,KAAK,MAAM;AACT,gBAAA,IAAI,CAAC,QAAQ,GAAG,UAAU;AAC1B,gBAAA,IAAI,CAAC,SAAS,GAAG,mCAAmC;gBACpD;AACF,YAAA,KAAK,SAAS;AACZ,gBAAA,IAAI,CAAC,QAAQ,GAAG,WAAW;AAC3B,gBAAA,IAAI,CAAC,SAAS,GAAG,eAAe;gBAChC;AACF,YAAA,KAAK,MAAM;AACT,gBAAA,IAAI,CAAC,QAAQ,GAAG,gBAAgB;AAChC,gBAAA,IAAI,CAAC,SAAS,GAAG,gCAAgC;gBACjD;AACF,YAAA,KAAK,SAAS;AACZ,gBAAA,IAAI,CAAC,QAAQ,GAAG,WAAW;AAC3B,gBAAA,IAAI,CAAC,SAAS,GAAG,eAAe;gBAChC;AACF,YAAA,KAAK,OAAO;AACV,gBAAA,IAAI,CAAC,QAAQ,GAAG,SAAS;AACzB,gBAAA,IAAI,CAAC,SAAS,GAAG,aAAa;gBAC9B;AAEF,YAAA;AACE,gBAAA,IAAI,CAAC,QAAQ,GAAG,UAAU;gBAC1B;;AAGJ,QAAA,IAAI,IAAI,CAAC,QAAQ,EAAE;AACjB,YAAA,IAAI,CAAC,SAAS,GAAG,6CAA6C;;;IAIlE,iBAAiB,GAAA;QACf,IAAI,CAAC,gBAAgB,EAAE;QACvB,IAAI,CAAC,eAAe,EAAE;AAEtB,QAAA,IAAI,CAAC,cAAc,GAAG,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,aAAa,CACpD,sBAAsB,CACvB;;IAGH,WAAW,GAAA;QACT,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,SAAS,EAAE;YACpC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC;;;IAI/C,MAAM,GAAA;AACJ,QAAA,MAAM,KAAK,GAAG,CAAC,IAAI,CAAC,cAAc,IAChC,CAAA,CAAC,QAAQ,EAAA,IAAA,EACP,CACE,CAAA,SAAA,EAAA,EAAA,KAAK,EAAC,SAAS,EACf,IAAI,EACF,IAAI,CAAC,MAAM,KAAK,SAAS,GAAG,kBAAkB,GAAG,gBAAgB,EAEnE,KAAK,EAAC,UAAU,EAChB,IAAI,EAAC,IAAI,EACA,CAAA,EACX,CACE,CAAA,SAAA,EAAA,EAAA,KAAK,EAAE,IAAI,CAAC,SAAS,EACrB,IAAI,EAAE,IAAI,CAAC,QAAQ,EACnB,KAAK,EAAC,UAAU,EAChB,IAAI,EAAC,IAAI,EAAA,CACA,CACF,IACT,IAAI;QAER,QACE,EAAC,IAAI,EAAA,EAAA,GAAA,EAAA,0CAAA,EACH,KAAK,EAAE,EAAE,eAAe,EAAE,IAAI,CAAC,QAAQ,EAAE,EACzC,OAAO,EAAE,MAAM,IAAI,CAAC,WAAW,EAAE,EAAA,EAEjC,CAAA,CAAA,KAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EACE,QAAQ,EAAE,CAAC,EACX,KAAK,EAAE;AACL,gBAAA,IAAI,EAAE,IAAI;gBACV,QAAQ,EAAE,IAAI,CAAC,QAAQ;gBACvB,QAAQ,EAAE,IAAI,CAAC,QAAQ;gBACvB,QAAQ,EAAE,IAAI,CAAC,QAAQ;gBACvB,SAAS,EAAE,IAAI,CAAC,SAAS,IAAI,CAAC,IAAI,CAAC,QAAQ;aAC5C,EAAA,EAED,CAAK,CAAA,KAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,KAAK,EAAC,SAAS,EAAA,EAClB,CAAA,CAAA,KAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EACE,KAAK,EAAE;AACL,gBAAA,IAAI,EAAE,IAAI;gBACV,QAAQ,EAAE,IAAI,CAAC,QAAQ;AACvB,gBAAA,CAAC,IAAI,CAAC,MAAM,GAAG,IAAI;AACnB,gBAAA,CAAC,IAAI,CAAC,QAAQ,GAAG,IAAI;AACtB,aAAA,EACI,CAAA,EACP,CAAK,CAAA,KAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,KAAK,EAAC,aAAa,EAAA,EACrB,KAAK,EACN,CAAA,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAM,IAAI,EAAC,aAAa,EAAA,CAAQ,CAC5B,CACF,EACN,CAAK,CAAA,KAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,KAAK,EAAC,MAAM,EAAA,EACf,CAAA,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,CAAa,CACT,CACF,CACD;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-DtF9fwpD.js';
|
|
2
|
+
import { c as createMutationObserver } from './mutation-observer-CX81WQtk.js';
|
|
3
|
+
|
|
4
|
+
const workflowStepsCss = ":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 ::-webkit-scrollbar{width:0.5rem;height:0.5rem}: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 ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}: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}";
|
|
5
|
+
|
|
6
|
+
const WorkflowSteps = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
this.stepSelected = createEvent(this, "stepSelected", 7);
|
|
10
|
+
/**
|
|
11
|
+
* Select orientation
|
|
12
|
+
*/
|
|
13
|
+
this.vertical = false;
|
|
14
|
+
/**
|
|
15
|
+
* Activate navigation click
|
|
16
|
+
*/
|
|
17
|
+
this.clickable = false;
|
|
18
|
+
/**
|
|
19
|
+
* Activate navigation click
|
|
20
|
+
*/
|
|
21
|
+
this.selectedIndex = 0;
|
|
22
|
+
}
|
|
23
|
+
getSteps() {
|
|
24
|
+
return Array.from(this.hostElement.querySelectorAll('ix-workflow-step'));
|
|
25
|
+
}
|
|
26
|
+
updateSteps() {
|
|
27
|
+
let steps = this.getSteps();
|
|
28
|
+
steps.forEach((element, index) => {
|
|
29
|
+
element.vertical = this.vertical;
|
|
30
|
+
element.clickable = this.clickable;
|
|
31
|
+
element.selected = this.selectedIndex === index;
|
|
32
|
+
if (steps.length === 1) {
|
|
33
|
+
element.position = 'single';
|
|
34
|
+
return;
|
|
35
|
+
}
|
|
36
|
+
if (index === 0) {
|
|
37
|
+
element.position = 'first';
|
|
38
|
+
}
|
|
39
|
+
else if (index === steps.length - 1) {
|
|
40
|
+
element.position = 'last';
|
|
41
|
+
}
|
|
42
|
+
else {
|
|
43
|
+
element.position = 'undefined';
|
|
44
|
+
}
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
onStepSelectionChanged(event) {
|
|
48
|
+
const eventTarget = event.detail;
|
|
49
|
+
const steps = this.getSteps();
|
|
50
|
+
const clickIndex = steps.findIndex((step) => step === eventTarget);
|
|
51
|
+
const clientEvent = this.stepSelected.emit(clickIndex);
|
|
52
|
+
if (clientEvent.defaultPrevented) {
|
|
53
|
+
return;
|
|
54
|
+
}
|
|
55
|
+
steps.forEach((step, index) => {
|
|
56
|
+
step.selected = index === clickIndex;
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
componentWillLoad() {
|
|
60
|
+
this.updateSteps();
|
|
61
|
+
}
|
|
62
|
+
componentDidLoad() {
|
|
63
|
+
this.observer = createMutationObserver((mutations) => {
|
|
64
|
+
for (let mutation of mutations) {
|
|
65
|
+
if (mutation.type === 'childList') {
|
|
66
|
+
this.updateSteps();
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
});
|
|
70
|
+
this.observer.observe(this.hostElement, { childList: true });
|
|
71
|
+
}
|
|
72
|
+
disconnectedCallback() {
|
|
73
|
+
if (this.observer) {
|
|
74
|
+
this.observer.disconnect();
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
componentDidRender() {
|
|
78
|
+
this.updateSteps();
|
|
79
|
+
}
|
|
80
|
+
render() {
|
|
81
|
+
return (h(Host, { key: '192c534bab7bc83c33b9c479817b9bec7967f759' }, h("div", { key: '9b35cb1aa638c73acf3cca0fb359e4b26ed8004e', class: { steps: true, vertical: this.vertical } }, h("slot", { key: '5feb3ad4a26faed8f4071673980ab1bb3fe27970' }))));
|
|
82
|
+
}
|
|
83
|
+
get hostElement() { return getElement(this); }
|
|
84
|
+
};
|
|
85
|
+
WorkflowSteps.style = workflowStepsCss;
|
|
86
|
+
|
|
87
|
+
export { WorkflowSteps as ix_workflow_steps };
|
|
88
|
+
//# sourceMappingURL=ix-workflow-steps.entry.js.map
|
|
89
|
+
|
|
90
|
+
//# sourceMappingURL=ix-workflow-steps.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-workflow-steps.entry.js","sources":["src/components/workflow-steps/workflow-steps.scss?tag=ix-workflow-steps&encapsulation=shadow","src/components/workflow-steps/workflow-steps.tsx"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2024 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n@import 'common-variables';\n@import 'mixins/shadow-dom/component';\n\n:host {\n @include ix-component;\n display: block;\n position: relative;\n width: fit-content;\n height: fit-content;\n min-width: 2rem;\n\n .steps {\n display: flex;\n height: 100%;\n\n &.vertical {\n flex-direction: column;\n }\n }\n}\n","/*\n * SPDX-FileCopyrightText: 2024 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport {\n Component,\n Element,\n Event,\n EventEmitter,\n h,\n Host,\n Listen,\n Prop,\n} from '@stencil/core';\nimport { createMutationObserver } from '../utils/mutation-observer';\n\n@Component({\n tag: 'ix-workflow-steps',\n styleUrl: 'workflow-steps.scss',\n shadow: true,\n})\nexport class WorkflowSteps {\n @Element() hostElement!: HTMLIxWorkflowStepsElement;\n\n /**\n * Select orientation\n */\n @Prop() vertical: boolean = false;\n\n /**\n * Activate navigation click\n */\n @Prop() clickable: boolean = false;\n\n /**\n * Activate navigation click\n */\n @Prop() selectedIndex: number = 0;\n\n /**\n * On step selected event\n */\n @Event() stepSelected!: EventEmitter<number>;\n\n private getSteps() {\n return Array.from(this.hostElement.querySelectorAll('ix-workflow-step'));\n }\n\n updateSteps() {\n let steps = this.getSteps();\n steps.forEach((element, index) => {\n element.vertical = this.vertical;\n element.clickable = this.clickable;\n element.selected = this.selectedIndex === index;\n\n if (steps.length === 1) {\n element.position = 'single';\n return;\n }\n\n if (index === 0) {\n element.position = 'first';\n } else if (index === steps.length - 1) {\n element.position = 'last';\n } else {\n element.position = 'undefined';\n }\n });\n }\n\n private observer?: MutationObserver;\n\n @Listen('selectedChanged')\n onStepSelectionChanged(event: CustomEvent<HTMLIxWorkflowStepElement>) {\n const eventTarget = event.detail;\n\n const steps = this.getSteps();\n const clickIndex = steps.findIndex((step) => step === eventTarget);\n const clientEvent = this.stepSelected.emit(clickIndex);\n\n if (clientEvent.defaultPrevented) {\n return;\n }\n\n steps.forEach((step, index) => {\n step.selected = index === clickIndex;\n });\n }\n\n componentWillLoad() {\n this.updateSteps();\n }\n\n componentDidLoad() {\n this.observer = createMutationObserver((mutations) => {\n for (let mutation of mutations) {\n if (mutation.type === 'childList') {\n this.updateSteps();\n }\n }\n });\n\n this.observer.observe(this.hostElement, { childList: true });\n }\n\n disconnectedCallback() {\n if (this.observer) {\n this.observer.disconnect();\n }\n }\n\n componentDidRender() {\n this.updateSteps();\n }\n\n render() {\n return (\n <Host>\n <div class={{ steps: true, vertical: this.vertical }}>\n <slot></slot>\n </div>\n </Host>\n );\n }\n}\n"],"names":[],"mappings":";;;AAAA,MAAM,gBAAgB,GAAG,q9BAAq9B;;MC0Bj+B,aAAa,GAAA,MAAA;AAL1B,IAAA,WAAA,CAAA,OAAA,EAAA;;;AAQE;;AAEG;AACK,QAAA,IAAQ,CAAA,QAAA,GAAY,KAAK;AAEjC;;AAEG;AACK,QAAA,IAAS,CAAA,SAAA,GAAY,KAAK;AAElC;;AAEG;AACK,QAAA,IAAa,CAAA,aAAA,GAAW,CAAC;AAuFlC;IAhFS,QAAQ,GAAA;AACd,QAAA,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,gBAAgB,CAAC,kBAAkB,CAAC,CAAC;;IAG1E,WAAW,GAAA;AACT,QAAA,IAAI,KAAK,GAAG,IAAI,CAAC,QAAQ,EAAE;QAC3B,KAAK,CAAC,OAAO,CAAC,CAAC,OAAO,EAAE,KAAK,KAAI;AAC/B,YAAA,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ;AAChC,YAAA,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS;YAClC,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC,aAAa,KAAK,KAAK;AAE/C,YAAA,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE;AACtB,gBAAA,OAAO,CAAC,QAAQ,GAAG,QAAQ;gBAC3B;;AAGF,YAAA,IAAI,KAAK,KAAK,CAAC,EAAE;AACf,gBAAA,OAAO,CAAC,QAAQ,GAAG,OAAO;;iBACrB,IAAI,KAAK,KAAK,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE;AACrC,gBAAA,OAAO,CAAC,QAAQ,GAAG,MAAM;;iBACpB;AACL,gBAAA,OAAO,CAAC,QAAQ,GAAG,WAAW;;AAElC,SAAC,CAAC;;AAMJ,IAAA,sBAAsB,CAAC,KAA6C,EAAA;AAClE,QAAA,MAAM,WAAW,GAAG,KAAK,CAAC,MAAM;AAEhC,QAAA,MAAM,KAAK,GAAG,IAAI,CAAC,QAAQ,EAAE;AAC7B,QAAA,MAAM,UAAU,GAAG,KAAK,CAAC,SAAS,CAAC,CAAC,IAAI,KAAK,IAAI,KAAK,WAAW,CAAC;QAClE,MAAM,WAAW,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,UAAU,CAAC;AAEtD,QAAA,IAAI,WAAW,CAAC,gBAAgB,EAAE;YAChC;;QAGF,KAAK,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,KAAK,KAAI;AAC5B,YAAA,IAAI,CAAC,QAAQ,GAAG,KAAK,KAAK,UAAU;AACtC,SAAC,CAAC;;IAGJ,iBAAiB,GAAA;QACf,IAAI,CAAC,WAAW,EAAE;;IAGpB,gBAAgB,GAAA;QACd,IAAI,CAAC,QAAQ,GAAG,sBAAsB,CAAC,CAAC,SAAS,KAAI;AACnD,YAAA,KAAK,IAAI,QAAQ,IAAI,SAAS,EAAE;AAC9B,gBAAA,IAAI,QAAQ,CAAC,IAAI,KAAK,WAAW,EAAE;oBACjC,IAAI,CAAC,WAAW,EAAE;;;AAGxB,SAAC,CAAC;AAEF,QAAA,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC;;IAG9D,oBAAoB,GAAA;AAClB,QAAA,IAAI,IAAI,CAAC,QAAQ,EAAE;AACjB,YAAA,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE;;;IAI9B,kBAAkB,GAAA;QAChB,IAAI,CAAC,WAAW,EAAE;;IAGpB,MAAM,GAAA;QACJ,QACE,EAAC,IAAI,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,EACH,CAAA,CAAA,KAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAK,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,EAAA,EAClD,CAAa,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,CAAA,CACT,CACD;;;;;;;;"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { g as getElement } from './index-DtF9fwpD.js';
|
|
2
|
+
|
|
3
|
+
/*
|
|
4
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
5
|
+
*
|
|
6
|
+
* SPDX-License-Identifier: MIT
|
|
7
|
+
*
|
|
8
|
+
* This source code is licensed under the MIT license found in the
|
|
9
|
+
* LICENSE file in the root directory of this source tree.
|
|
10
|
+
*/
|
|
11
|
+
const defaultOptions = {
|
|
12
|
+
target: 'window',
|
|
13
|
+
defaultEnabled: true,
|
|
14
|
+
};
|
|
15
|
+
function createListener(event, options = {}) {
|
|
16
|
+
const opts = Object.assign(Object.assign({}, defaultOptions), options);
|
|
17
|
+
let callback;
|
|
18
|
+
const onEvent = (event) => {
|
|
19
|
+
callback(event);
|
|
20
|
+
};
|
|
21
|
+
const resultObject = {
|
|
22
|
+
on: (onEventCallback) => {
|
|
23
|
+
callback = onEventCallback;
|
|
24
|
+
},
|
|
25
|
+
isEnabled: opts.defaultEnabled,
|
|
26
|
+
enable: (state) => {
|
|
27
|
+
resultObject.isEnabled = state;
|
|
28
|
+
if (state) {
|
|
29
|
+
addEventListener(event, onEvent);
|
|
30
|
+
}
|
|
31
|
+
else {
|
|
32
|
+
removeEventListener(event, onEvent);
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
destroy: () => {
|
|
36
|
+
resultObject.enable(false);
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
resultObject.enable(!!opts.defaultEnabled);
|
|
40
|
+
return resultObject;
|
|
41
|
+
}
|
|
42
|
+
function OnListener(event, fnExp) {
|
|
43
|
+
return (proto, methodName) => {
|
|
44
|
+
const { componentWillLoad, componentWillRender, disconnectedCallback } = proto;
|
|
45
|
+
if (fnExp) {
|
|
46
|
+
proto.componentWillRender = function () {
|
|
47
|
+
var _a;
|
|
48
|
+
const host = getElement(this);
|
|
49
|
+
(_a = host[`__ix__${methodName}`]) === null || _a === void 0 ? void 0 : _a.enable(fnExp(this));
|
|
50
|
+
return componentWillRender && componentWillRender.call(this);
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
proto.componentWillLoad = function () {
|
|
54
|
+
const listener = createListener(event);
|
|
55
|
+
const host = getElement(this);
|
|
56
|
+
const method = this[methodName];
|
|
57
|
+
host[`__ix__${methodName}`] = listener;
|
|
58
|
+
listener.on(method.bind(this));
|
|
59
|
+
return componentWillLoad && componentWillLoad.call(this);
|
|
60
|
+
};
|
|
61
|
+
proto.disconnectedCallback = function () {
|
|
62
|
+
var _a;
|
|
63
|
+
const host = getElement(this);
|
|
64
|
+
if (host && host[`__ix__${methodName}`]) {
|
|
65
|
+
(_a = host[`__ix__${methodName}`]) === null || _a === void 0 ? void 0 : _a.destroy();
|
|
66
|
+
host[`__ix__${methodName}`] = null;
|
|
67
|
+
}
|
|
68
|
+
return disconnectedCallback && disconnectedCallback.call(this);
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export { OnListener as O };
|
|
74
|
+
//# sourceMappingURL=listener-CNnvvup1.js.map
|
|
75
|
+
|
|
76
|
+
//# sourceMappingURL=listener-CNnvvup1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listener-CNnvvup1.js","sources":["src/components/utils/listener.ts"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2024 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { getElement } from '@stencil/core';\nimport { HTMLStencilElement } from '@stencil/core/internal';\n\nexport type ListenerOptions = {\n target?: 'window';\n defaultEnabled?: boolean;\n};\n\ntype HostListener = {\n on: (onEventCallback: any) => void;\n isEnabled: boolean | undefined;\n enable: (state: boolean) => void;\n destroy: () => void;\n};\n\nconst defaultOptions: ListenerOptions = {\n target: 'window',\n defaultEnabled: true,\n};\n\nexport function createListener(\n event: string,\n options: ListenerOptions = {}\n): HostListener {\n const opts = {\n ...defaultOptions,\n ...options,\n };\n\n let callback: any;\n const onEvent = (event: Event) => {\n callback(event);\n };\n\n const resultObject = {\n on: (onEventCallback: any) => {\n callback = onEventCallback;\n },\n\n isEnabled: opts.defaultEnabled,\n\n enable: (state: boolean) => {\n resultObject.isEnabled = state;\n\n if (state) {\n addEventListener(event, onEvent);\n } else {\n removeEventListener(event, onEvent);\n }\n },\n\n destroy: () => {\n resultObject.enable(false);\n },\n };\n\n resultObject.enable(!!opts.defaultEnabled);\n return resultObject;\n}\n\ntype HTMLStencilElementWithListener = HTMLStencilElement & {\n [K in `__ix__${string}`]?: HostListener | null;\n};\n\nexport function OnListener<T>(event: string, fnExp?: (self: T) => boolean) {\n return (proto: any, methodName: string) => {\n const { componentWillLoad, componentWillRender, disconnectedCallback } =\n proto;\n\n if (fnExp) {\n proto.componentWillRender = function () {\n const host = getElement(this) as HTMLStencilElementWithListener;\n host[`__ix__${methodName}`]?.enable(fnExp(this));\n return componentWillRender && componentWillRender.call(this);\n };\n }\n\n proto.componentWillLoad = function () {\n const listener = createListener(event);\n const host = getElement(this) as HTMLStencilElementWithListener;\n const method = this[methodName];\n\n host[`__ix__${methodName}`] = listener;\n\n listener.on(method.bind(this));\n return componentWillLoad && componentWillLoad.call(this);\n };\n\n proto.disconnectedCallback = function () {\n const host = getElement(this) as HTMLStencilElementWithListener;\n\n if (host && host[`__ix__${methodName}`]) {\n host[`__ix__${methodName}`]?.destroy();\n host[`__ix__${methodName}`] = null;\n }\n\n return disconnectedCallback && disconnectedCallback.call(this);\n };\n };\n}\n"],"names":[],"mappings":";;AAAA;;;;;;;AAOG;AAiBH,MAAM,cAAc,GAAoB;AACtC,IAAA,MAAM,EAAE,QAAQ;AAChB,IAAA,cAAc,EAAE,IAAI;CACrB;SAEe,cAAc,CAC5B,KAAa,EACb,UAA2B,EAAE,EAAA;AAE7B,IAAA,MAAM,IAAI,GACL,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,cAAc,CACd,EAAA,OAAO,CACX;AAED,IAAA,IAAI,QAAa;AACjB,IAAA,MAAM,OAAO,GAAG,CAAC,KAAY,KAAI;QAC/B,QAAQ,CAAC,KAAK,CAAC;AACjB,KAAC;AAED,IAAA,MAAM,YAAY,GAAG;AACnB,QAAA,EAAE,EAAE,CAAC,eAAoB,KAAI;YAC3B,QAAQ,GAAG,eAAe;SAC3B;QAED,SAAS,EAAE,IAAI,CAAC,cAAc;AAE9B,QAAA,MAAM,EAAE,CAAC,KAAc,KAAI;AACzB,YAAA,YAAY,CAAC,SAAS,GAAG,KAAK;YAE9B,IAAI,KAAK,EAAE;AACT,gBAAA,gBAAgB,CAAC,KAAK,EAAE,OAAO,CAAC;;iBAC3B;AACL,gBAAA,mBAAmB,CAAC,KAAK,EAAE,OAAO,CAAC;;SAEtC;QAED,OAAO,EAAE,MAAK;AACZ,YAAA,YAAY,CAAC,MAAM,CAAC,KAAK,CAAC;SAC3B;KACF;IAED,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;AAC1C,IAAA,OAAO,YAAY;AACrB;AAMgB,SAAA,UAAU,CAAI,KAAa,EAAE,KAA4B,EAAA;AACvE,IAAA,OAAO,CAAC,KAAU,EAAE,UAAkB,KAAI;QACxC,MAAM,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,GACpE,KAAK;QAEP,IAAI,KAAK,EAAE;YACT,KAAK,CAAC,mBAAmB,GAAG,YAAA;;AAC1B,gBAAA,MAAM,IAAI,GAAG,UAAU,CAAC,IAAI,CAAmC;AAC/D,gBAAA,CAAA,EAAA,GAAA,IAAI,CAAC,CAAS,MAAA,EAAA,UAAU,EAAE,CAAC,MAAA,IAAA,IAAA,EAAA,KAAA,MAAA,GAAA,MAAA,GAAA,EAAA,CAAE,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;gBAChD,OAAO,mBAAmB,IAAI,mBAAmB,CAAC,IAAI,CAAC,IAAI,CAAC;AAC9D,aAAC;;QAGH,KAAK,CAAC,iBAAiB,GAAG,YAAA;AACxB,YAAA,MAAM,QAAQ,GAAG,cAAc,CAAC,KAAK,CAAC;AACtC,YAAA,MAAM,IAAI,GAAG,UAAU,CAAC,IAAI,CAAmC;AAC/D,YAAA,MAAM,MAAM,GAAG,IAAI,CAAC,UAAU,CAAC;AAE/B,YAAA,IAAI,CAAC,CAAS,MAAA,EAAA,UAAU,EAAE,CAAC,GAAG,QAAQ;YAEtC,QAAQ,CAAC,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YAC9B,OAAO,iBAAiB,IAAI,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC;AAC1D,SAAC;QAED,KAAK,CAAC,oBAAoB,GAAG,YAAA;;AAC3B,YAAA,MAAM,IAAI,GAAG,UAAU,CAAC,IAAI,CAAmC;YAE/D,IAAI,IAAI,IAAI,IAAI,CAAC,SAAS,UAAU,CAAA,CAAE,CAAC,EAAE;gBACvC,CAAA,EAAA,GAAA,IAAI,CAAC,CAAS,MAAA,EAAA,UAAU,EAAE,CAAC,MAAA,IAAA,IAAA,EAAA,KAAA,MAAA,GAAA,MAAA,GAAA,EAAA,CAAE,OAAO,EAAE;AACtC,gBAAA,IAAI,CAAC,CAAS,MAAA,EAAA,UAAU,EAAE,CAAC,GAAG,IAAI;;YAGpC,OAAO,oBAAoB,IAAI,oBAAoB,CAAC,IAAI,CAAC,IAAI,CAAC;AAChE,SAAC;AACH,KAAC;AACH;;;;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { b as bootstrapLazy } from './index-DtF9fwpD.js';
|
|
2
|
+
export { s as setNonce } from './index-DtF9fwpD.js';
|
|
3
|
+
import { g as globalScripts } from './app-globals-u1To5tos.js';
|
|
4
|
+
import './setup-BbF8F_t9.js';
|
|
5
|
+
|
|
6
|
+
const defineCustomElements = async (win, options) => {
|
|
7
|
+
if (typeof window === 'undefined') return undefined;
|
|
8
|
+
await globalScripts();
|
|
9
|
+
return bootstrapLazy(JSON.parse("[[\"ix-datetime-picker\",[[1,\"ix-datetime-picker\",{\"range\":[4],\"showHour\":[4,\"show-hour\"],\"showMinutes\":[4,\"show-minutes\"],\"showSeconds\":[4,\"show-seconds\"],\"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,\"i-1-8n-time\"],\"weekStartIndex\":[2,\"week-start-index\"],\"locale\":[1],\"showWeekNumbers\":[4,\"show-week-numbers\"]}]]],[\"ix-pagination\",[[1,\"ix-pagination\",{\"advanced\":[4],\"itemCount\":[2,\"item-count\"],\"showItemCount\":[4,\"show-item-count\"],\"count\":[2],\"selectedPage\":[1026,\"selected-page\"],\"i18nPage\":[1,\"i-1-8n-page\"],\"i18nOf\":[1,\"i-1-8n-of\"],\"i18nItems\":[1,\"i-1-8n-items\"]}]]],[\"ix-date-dropdown\",[[1,\"ix-date-dropdown\",{\"disabled\":[4],\"format\":[1],\"range\":[4],\"from\":[1],\"to\":[1],\"minDate\":[1,\"min-date\"],\"maxDate\":[1,\"max-date\"],\"dateRangeId\":[1,\"date-range-id\"],\"variant\":[1],\"outline\":[4],\"ghost\":[4],\"loading\":[4],\"showWeekNumbers\":[4,\"show-week-numbers\"],\"customRangeAllowed\":[4,\"custom-range-allowed\"],\"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],\"selectedDateRangeId\":[32],\"currentRangeValue\":[32],\"getDateRange\":[64]},null,{\"dateRangeId\":[\"onDateRangeIdChange\"],\"to\":[\"onDateRangeIdChange\"],\"from\":[\"onDateRangeIdChange\"],\"dateRangeOptions\":[\"onDateRangeOptionsChange\"],\"disabled\":[\"onDisabledChange\"]}]]],[\"ix-date-input\",[[65,\"ix-date-input\",{\"name\":[513],\"placeholder\":[513],\"value\":[1537],\"locale\":[1],\"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\"],\"i18nErrorDateUnparsable\":[1,\"i18n-error-date-unparsable\"],\"showWeekNumbers\":[4,\"show-week-numbers\"],\"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]},null,{\"value\":[\"watchValue\"],\"isInputInvalid\":[\"onInputValidationChange\"]}]]],[\"ix-map-navigation\",[[1,\"ix-map-navigation\",{\"applicationName\":[1,\"application-name\"],\"navigationTitle\":[1,\"navigation-title\"],\"hideContextMenu\":[4,\"hide-context-menu\"],\"isSidebarOpen\":[32],\"hasContentHeader\":[32],\"toggleSidebar\":[64],\"openOverlay\":[64],\"closeOverlay\":[64]}]]],[\"ix-menu-avatar\",[[1,\"ix-menu-avatar\",{\"top\":[1],\"bottom\":[1],\"image\":[1],\"initials\":[1],\"i18nLogout\":[1,\"i-1-8n-logout\"],\"showLogoutButton\":[4,\"show-logout-button\"],\"showContextMenu\":[32]}]]],[\"ix-basic-navigation\",[[1,\"ix-basic-navigation\",{\"applicationName\":[1,\"application-name\"],\"hideHeader\":[4,\"hide-header\"],\"forceBreakpoint\":[1,\"force-breakpoint\"],\"breakpoints\":[16],\"breakpoint\":[32]},null,{\"hideHeader\":[\"onHideHeaderChange\"],\"breakpoints\":[\"onBreakpointsChange\"]}]]],[\"ix-card-list\",[[1,\"ix-card-list\",{\"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,\"i-1-8n-show-all\"],\"i18nMoreCards\":[1,\"i-1-8n-more-cards\"],\"hasOverflowingElements\":[32],\"numberOfOverflowingElements\":[32],\"numberOfAllChildElements\":[32],\"leftScrollDistance\":[32],\"rightScrollDistance\":[32]},[[9,\"resize\",\"detectOverflow\"]]]]],[\"ix-input\",[[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\"],\"isInvalid\":[32],\"isValid\":[32],\"isInfo\":[32],\"isWarning\":[32],\"isInvalidByRequired\":[32],\"inputType\":[32],\"getAssociatedFormElement\":[64],\"hasValidValue\":[64],\"getNativeInputElement\":[64],\"focusInput\":[64],\"isTouched\":[64]},null,{\"type\":[\"updateInputType\"]}]]],[\"ix-menu\",[[1,\"ix-menu\",{\"showSettings\":[1028,\"show-settings\"],\"showAbout\":[1028,\"show-about\"],\"enableToggleTheme\":[4,\"enable-toggle-theme\"],\"enableSettings\":[4,\"enable-settings\"],\"enableMapExpand\":[4,\"enable-map-expand\"],\"applicationName\":[1,\"application-name\"],\"applicationDescription\":[1,\"application-description\"],\"i18nExpandSidebar\":[1,\"i-1-8n-expand-sidebar\"],\"expand\":[1540],\"startExpanded\":[4,\"start-expanded\"],\"pinned\":[4],\"i18nLegal\":[1,\"i-1-8n-legal\"],\"i18nSettings\":[1,\"i-1-8n-settings\"],\"i18nToggleTheme\":[1,\"i-1-8n-toggle-theme\"],\"i18nExpand\":[1,\"i-1-8n-expand\"],\"i18nCollapse\":[1,\"i-1-8n-collapse\"],\"showPinned\":[32],\"mapExpand\":[32],\"breakpoint\":[32],\"itemsScrollShadowTop\":[32],\"itemsScrollShadowBottom\":[32],\"applicationLayoutContext\":[32],\"toggleMapExpand\":[64],\"toggleMenu\":[64],\"toggleSettings\":[64],\"toggleAbout\":[64]},[[9,\"resize\",\"handleOverflowIndicator\"],[0,\"close\",\"onOverlayClose\"]],{\"pinned\":[\"pinnedChange\"]}]]],[\"ix-menu-category\",[[1,\"ix-menu-category\",{\"label\":[1],\"icon\":[1],\"notifications\":[2],\"menuExpand\":[32],\"showItems\":[32],\"showDropdown\":[32],\"nestedItems\":[32]},[[8,\"closeOtherCategories\",\"onPointerLeave\"]]]]],[\"ix-number-input\",[[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\"],\"isInvalid\":[32],\"isValid\":[32],\"isInfo\":[32],\"isWarning\":[32],\"isInvalidByRequired\":[32],\"getAssociatedFormElement\":[64],\"hasValidValue\":[64],\"getNativeInputElement\":[64],\"focusInput\":[64],\"isTouched\":[64]}]]],[\"ix-application-switch-modal\",[[1,\"ix-application-switch-modal\",{\"config\":[16]}]]],[\"ix-push-card\",[[1,\"ix-push-card\",{\"icon\":[1],\"notification\":[1],\"heading\":[1],\"subheading\":[1],\"variant\":[1],\"collapse\":[4]}]]],[\"ix-breadcrumb\",[[1,\"ix-breadcrumb\",{\"visibleItemCount\":[2,\"visible-item-count\"],\"nextItems\":[16],\"ghost\":[4],\"ariaLabelPreviousButton\":[1,\"aria-label-previous-button\"],\"items\":[32],\"isPreviousDropdownExpanded\":[32]},null,{\"nextItems\":[\"onNextItemsChange\"]}]]],[\"ix-category-filter\",[[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\"],\"repeatCategories\":[4,\"repeat-categories\"],\"tmpDisableScrollIntoView\":[4,\"tmp-disable-scroll-into-view\"],\"labelCategories\":[1,\"label-categories\"],\"i18nPlainText\":[1,\"i-1-8n-plain-text\"],\"showDropdown\":[32],\"hasFocus\":[32],\"categoryLogicalOperator\":[32],\"inputValue\":[32],\"category\":[32],\"filterTokens\":[32]},null,{\"filterState\":[\"watchFilterState\"]}]]],[\"ix-checkbox-group\",[[1,\"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\"],\"isInvalid\":[32],\"isInfo\":[32],\"isValid\":[32],\"isWarning\":[32]}]]],[\"ix-chip\",[[1,\"ix-chip\",{\"variant\":[513],\"active\":[4],\"closable\":[4],\"icon\":[1],\"background\":[1],\"chipColor\":[1,\"chip-color\"],\"outline\":[4],\"tooltipText\":[8,\"tooltip-text\"]}]]],[\"ix-custom-field\",[[1,\"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]}]]],[\"ix-dropdown-button\",[[1,\"ix-dropdown-button\",{\"variant\":[1],\"outline\":[4],\"ghost\":[4],\"disabled\":[4],\"label\":[1],\"icon\":[1],\"closeBehavior\":[8,\"close-behavior\"],\"placement\":[1]}]]],[\"ix-group\",[[1,\"ix-group\",{\"suppressHeaderSelection\":[4,\"suppress-header-selection\"],\"header\":[1],\"subHeader\":[1,\"sub-header\"],\"collapsed\":[1540],\"selected\":[1540],\"index\":[1538],\"expandOnHeaderClick\":[4,\"expand-on-header-click\"],\"itemSelected\":[32],\"slotSize\":[32],\"footerVisible\":[32],\"showExpandCollapsedIcon\":[32]},[[0,\"selectedChanged\",\"onItemClicked\"]],{\"selected\":[\"selectedChanged\"]}]]],[\"ix-menu-about\",[[1,\"ix-menu-about\",{\"activeTabLabel\":[1025,\"active-tab-label\"],\"label\":[1],\"show\":[4],\"items\":[32]},null,{\"activeTabLabel\":[\"updateTab\"]}]]],[\"ix-menu-about-news\",[[1,\"ix-menu-about-news\",{\"show\":[1540],\"label\":[1],\"i18nShowMore\":[1,\"i-1-8n-show-more\"],\"aboutItemLabel\":[1,\"about-item-label\"],\"offsetBottom\":[2,\"offset-bottom\"],\"expanded\":[4]}]]],[\"ix-menu-settings\",[[1,\"ix-menu-settings\",{\"activeTabLabel\":[1025,\"active-tab-label\"],\"label\":[1],\"show\":[4],\"items\":[32]},null,{\"activeTabLabel\":[\"updateTab\"]}]]],[\"ix-radio-group\",[[1,\"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],\"isInvalid\":[32],\"isValid\":[32],\"isInfo\":[32],\"isWarning\":[32]},[[0,\"checkedChange\",\"onCheckedChangeHandler\"]],{\"value\":[\"onValueChangeHandler\"]}]]],[\"ix-split-button\",[[1,\"ix-split-button\",{\"variant\":[1],\"closeBehavior\":[8,\"close-behavior\"],\"outline\":[4],\"ghost\":[4],\"label\":[1],\"icon\":[1],\"splitIcon\":[1,\"split-icon\"],\"disabled\":[4],\"placement\":[1],\"toggle\":[32]}]]],[\"ix-textarea\",[[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],\"getAssociatedFormElement\":[64],\"hasValidValue\":[64],\"getNativeInputElement\":[64],\"focusInput\":[64],\"isTouched\":[64]}]]],[\"ix-action-card\",[[1,\"ix-action-card\",{\"variant\":[1],\"icon\":[1],\"heading\":[1],\"subheading\":[1],\"selected\":[4]}]]],[\"ix-content-header\",[[1,\"ix-content-header\",{\"variant\":[1],\"headerTitle\":[1,\"header-title\"],\"headerSubtitle\":[1,\"header-subtitle\"],\"hasBackButton\":[4,\"has-back-button\"]}]]],[\"ix-empty-state\",[[1,\"ix-empty-state\",{\"layout\":[1],\"icon\":[1],\"header\":[1],\"subHeader\":[1,\"sub-header\"],\"action\":[1]}]]],[\"ix-pane\",[[1,\"ix-pane\",{\"heading\":[1],\"variant\":[1],\"hideOnCollapse\":[4,\"hide-on-collapse\"],\"size\":[1],\"borderless\":[4],\"expanded\":[1028],\"composition\":[1025],\"icon\":[1],\"ignoreLayoutSettings\":[4,\"ignore-layout-settings\"],\"isMobile\":[1028,\"is-mobile\"],\"expandIcon\":[32],\"showContent\":[32],\"minimizeIcon\":[32],\"floating\":[32],\"parentWidthPx\":[32],\"parentHeightPx\":[32]},null,{\"isMobile\":[\"onMobileChange\"],\"composition\":[\"onPositionChange\"],\"hideOnCollapse\":[\"onHideOnCollapseChange\"],\"variant\":[\"onVariantChange\"],\"borderless\":[\"onBorderlessChange\"],\"parentHeightPx\":[\"onParentSizeChange\"],\"parentWidthPx\":[\"onParentSizeChange\"],\"expanded\":[\"onSizeChange\"],\"size\":[\"onSizeChange\"]}]]],[\"ix-toast-container\",[[1,\"ix-toast-container\",{\"containerId\":[1,\"container-id\"],\"containerClass\":[1,\"container-class\"],\"position\":[1],\"showToast\":[64]},null,{\"position\":[\"onPositionChange\"]}]]],[\"ix-drawer\",[[1,\"ix-drawer\",{\"show\":[1028],\"closeOnClickOutside\":[4,\"close-on-click-outside\"],\"fullHeight\":[4,\"full-height\"],\"minWidth\":[2,\"min-width\"],\"maxWidth\":[2,\"max-width\"],\"width\":[8],\"showContent\":[32],\"toggleDrawer\":[64]},null,{\"show\":[\"onShowChanged\"]}]]],[\"ix-expanding-search\",[[1,\"ix-expanding-search\",{\"icon\":[1],\"placeholder\":[1],\"value\":[1025],\"fullWidth\":[4,\"full-width\"],\"variant\":[1],\"outline\":[4],\"ghost\":[4],\"isFieldChanged\":[32],\"expanded\":[32],\"hasFocus\":[32]}]]],[\"ix-flip-tile\",[[1,\"ix-flip-tile\",{\"state\":[1],\"height\":[8],\"width\":[8],\"index\":[2],\"isFlipAnimationActive\":[32]},null,{\"index\":[\"watchIndex\"]}]]],[\"ix-message-bar\",[[1,\"ix-message-bar\",{\"type\":[1],\"dismissible\":[4],\"icon\":[32],\"color\":[32]}]]],[\"ix-pill\",[[1,\"ix-pill\",{\"variant\":[513],\"outline\":[4],\"icon\":[1],\"background\":[1],\"pillColor\":[1,\"pill-color\"],\"alignLeft\":[4,\"align-left\"],\"tooltipText\":[8,\"tooltip-text\"],\"iconOnly\":[32]}]]],[\"ix-slider\",[[1,\"ix-slider\",{\"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]},null,{\"showTooltip\":[\"onShowTooltipChange\"],\"value\":[\"updateRangeVariables\"],\"max\":[\"updateRangeVariables\"],\"min\":[\"updateRangeVariables\"],\"traceReference\":[\"updateRangeVariables\"]}]]],[\"ix-upload\",[[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,\"i-1-8n-upload-file\"],\"i18nUploadDisabled\":[1,\"i-1-8n-upload-disabled\"],\"isFileOver\":[32],\"setFilesToUpload\":[64]}]]],[\"ix-blind\",[[1,\"ix-blind\",{\"collapsed\":[1540],\"label\":[1],\"sublabel\":[1],\"icon\":[1],\"variant\":[1]},null,{\"collapsed\":[\"animation\"]}]]],[\"ix-checkbox\",[[65,\"ix-checkbox\",{\"name\":[513],\"value\":[513],\"label\":[1],\"checked\":[1540],\"disabled\":[516],\"indeterminate\":[516],\"required\":[516],\"hasValidValue\":[64],\"getAssociatedFormElement\":[64]},null,{\"checked\":[\"onCheckedChange\"],\"value\":[\"onValueChange\"]}]]],[\"ix-dropdown-header\",[[1,\"ix-dropdown-header\",{\"label\":[1]}]]],[\"ix-helper-text\",[[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]}]]],[\"ix-icon-toggle-button\",[[1,\"ix-icon-toggle-button\",{\"variant\":[1],\"outline\":[4],\"ghost\":[4],\"icon\":[1],\"pressed\":[4],\"size\":[1],\"disabled\":[516],\"loading\":[4]},null,{\"variant\":[\"onVariantChange\"],\"ghost\":[\"onGhostChange\"],\"outline\":[\"onOutlineChange\"]}]]],[\"ix-modal-loading\",[[1,\"ix-modal-loading\"]]],[\"ix-radio\",[[65,\"ix-radio\",{\"name\":[513],\"value\":[513],\"label\":[1],\"disabled\":[4],\"checked\":[1540],\"hasValidValue\":[64],\"getAssociatedFormElement\":[64]},null,{\"checked\":[\"onCheckedChange\"],\"value\":[\"onValueChange\"]}]]],[\"ix-toggle\",[[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]},null,{\"checked\":[\"watchCheckedChange\"]}]]],[\"ix-toggle-button\",[[1,\"ix-toggle-button\",{\"variant\":[1],\"outline\":[4],\"ghost\":[4],\"disabled\":[516],\"loading\":[4],\"icon\":[1],\"pressed\":[4]},null,{\"variant\":[\"onVariantChange\"],\"ghost\":[\"onGhostChange\"],\"outline\":[\"onOutlineChange\"]}]]],[\"ix-tree\",[[1,\"ix-tree\",{\"root\":[1],\"model\":[16],\"renderItem\":[16],\"context\":[1040]},null,{\"model\":[\"modelChange\"]}]]],[\"ix-application\",[[1,\"ix-application\",{\"theme\":[1],\"themeSystemAppearance\":[4,\"theme-system-appearance\"],\"forceBreakpoint\":[1,\"force-breakpoint\"],\"breakpoints\":[16],\"appSwitchConfig\":[16],\"breakpoint\":[32],\"applicationSidebarSlotted\":[32]},null,{\"breakpoints\":[\"onBreakpointsChange\"],\"theme\":[\"changeTheme\"],\"themeSystemAppearance\":[\"changeTheme\"],\"appSwitchConfig\":[\"onApplicationSidebarChange\"],\"applicationSidebarSlotted\":[\"onApplicationSidebarChange\"]}]]],[\"ix-application-sidebar\",[[1,\"ix-application-sidebar\",{\"visible\":[32]},[[8,\"application-sidebar-toggle\",\"listenToggleEvent\"]]]]],[\"ix-content\",[[1,\"ix-content\",{\"isContentHeaderSlotted\":[32]}]]],[\"ix-css-grid\",[[1,\"ix-css-grid\",{\"templates\":[16],\"currentTemplate\":[32]}]]],[\"ix-css-grid-item\",[[1,\"ix-css-grid-item\",{\"itemName\":[1,\"item-name\"]}]]],[\"ix-dropdown-quick-actions\",[[1,\"ix-dropdown-quick-actions\"]]],[\"ix-event-list\",[[1,\"ix-event-list\",{\"itemHeight\":[8,\"item-height\"],\"compact\":[4],\"animated\":[4],\"chevron\":[4]},null,{\"chevron\":[\"watchChevron\"]}]]],[\"ix-event-list-item\",[[1,\"ix-event-list-item\",{\"itemColor\":[1,\"item-color\"],\"selected\":[4],\"disabled\":[4],\"chevron\":[4]},[[1,\"click\",\"handleItemClick\"]]]]],[\"ix-flip-tile-content\",[[1,\"ix-flip-tile-content\",{\"contentVisible\":[4,\"content-visible\"]}]]],[\"ix-input-group\",[[1,\"ix-input-group\",{\"disabled\":[32],\"inputPaddingLeft\":[32],\"inputPaddingRight\":[32]}]]],[\"ix-key-value\",[[1,\"ix-key-value\",{\"icon\":[1],\"label\":[1],\"labelPosition\":[1,\"label-position\"],\"value\":[1]}]]],[\"ix-key-value-list\",[[1,\"ix-key-value-list\",{\"striped\":[4]}]]],[\"ix-kpi\",[[1,\"ix-kpi\",{\"label\":[1],\"value\":[8],\"unit\":[1],\"state\":[1],\"orientation\":[1]}]]],[\"ix-layout-auto\",[[1,\"ix-layout-auto\",{\"layout\":[16]},null,{\"layout\":[\"updateMediaQueryList\"]}]]],[\"ix-link-button\",[[1,\"ix-link-button\",{\"disabled\":[4],\"url\":[1],\"target\":[1]}]]],[\"ix-menu-about-item\",[[1,\"ix-menu-about-item\",{\"label\":[513]},null,{\"label\":[\"watchLabel\"]}]]],[\"ix-menu-settings-item\",[[1,\"ix-menu-settings-item\",{\"label\":[513]},null,{\"label\":[\"watchLabel\"]}]]],[\"ix-modal\",[[1,\"ix-modal\",{\"size\":[1],\"animation\":[4],\"backdrop\":[4],\"closeOnBackdropClick\":[4,\"close-on-backdrop-click\"],\"beforeDismiss\":[16],\"centered\":[4],\"closeOnEscape\":[4,\"close-on-escape\"],\"modalVisible\":[32],\"showModal\":[64],\"dismissModal\":[64],\"closeModal\":[64]}]]],[\"ix-modal-footer\",[[1,\"ix-modal-footer\"]]],[\"ix-pane-layout\",[[1,\"ix-pane-layout\",{\"layout\":[1],\"variant\":[1],\"borderless\":[4],\"isMobile\":[32],\"paneElements\":[32]},[[0,\"slotChanged\",\"onSlotChanged\"],[0,\"hideOnCollapseChanged\",\"onCollapsibleChanged\"],[0,\"variantChanged\",\"onVariantChanged\"]],{\"paneElements\":[\"onPaneElementsChange\"],\"variant\":[\"onVariableChange\"],\"borderless\":[\"onBorderChange\"],\"layout\":[\"onLayoutChange\"],\"isMobile\":[\"onMobileChange\"]}]]],[\"ix-tile\",[[1,\"ix-tile\",{\"size\":[1],\"hasHeaderSlot\":[32],\"hasFooterSlot\":[32]}]]],[\"ix-validation-tooltip\",[[1,\"ix-validation-tooltip\",{\"message\":[1],\"placement\":[1],\"suppressAutomaticPlacement\":[4,\"suppress-automatic-placement\"],\"isInputValid\":[32],\"tooltipPosition\":[32],\"arrowPosition\":[32]},null,{\"isInputValid\":[\"validationChanged\"]}]]],[\"ix-workflow-step\",[[1,\"ix-workflow-step\",{\"vertical\":[4],\"disabled\":[4],\"status\":[1],\"clickable\":[4],\"selected\":[4],\"position\":[1],\"iconName\":[32],\"iconColor\":[32]},null,{\"selected\":[\"selectedHandler\"],\"disabled\":[\"watchPropHandler\"],\"status\":[\"watchPropHandler\"]}]]],[\"ix-workflow-steps\",[[1,\"ix-workflow-steps\",{\"vertical\":[4],\"clickable\":[4],\"selectedIndex\":[2,\"selected-index\"]},[[0,\"selectedChanged\",\"onStepSelectionChanged\"]]]]],[\"ix-tab-item_2\",[[1,\"ix-tab-item\",{\"selected\":[4],\"disabled\":[4],\"small\":[4],\"icon\":[4],\"rounded\":[4],\"counter\":[2],\"layout\":[1],\"placement\":[1]}],[1,\"ix-tabs\",{\"small\":[4],\"rounded\":[4],\"selected\":[1026],\"layout\":[1],\"placement\":[1],\"totalItems\":[32],\"currentScrollAmount\":[32],\"scrollAmount\":[32],\"scrollActionAmount\":[32],\"showArrowPrevious\":[32],\"showArrowNext\":[32]},[[9,\"resize\",\"onWindowResize\"],[0,\"tabClick\",\"onTabClick\"]],{\"selected\":[\"onSelectedChange\"]}]]],[\"ix-filter-chip_2\",[[1,\"ix-select-item\",{\"label\":[513],\"value\":[513],\"selected\":[4],\"hover\":[4],\"getDropdownItemElement\":[64],\"onItemClick\":[64]},null,{\"value\":[\"onValueChange\"],\"label\":[\"labelChange\"]}],[1,\"ix-filter-chip\",{\"disabled\":[4],\"readonly\":[4]}]]],[\"ix-select\",[[65,\"ix-select\",{\"name\":[513],\"required\":[516],\"label\":[1],\"warningText\":[1,\"warning-text\"],\"infoText\":[1,\"info-text\"],\"invalidText\":[1,\"invalid-text\"],\"validText\":[1,\"valid-text\"],\"helperText\":[1,\"helper-text\"],\"showTextAsTooltip\":[4,\"show-text-as-tooltip\"],\"value\":[1025],\"allowClear\":[4,\"allow-clear\"],\"mode\":[1],\"editable\":[4],\"disabled\":[4],\"readonly\":[4],\"i18nPlaceholder\":[1,\"i-1-8n-placeholder\"],\"i18nPlaceholderEditable\":[1,\"i-1-8n-placeholder-editable\"],\"i18nSelectListHeader\":[1,\"i-1-8n-select-list-header\"],\"i18nNoMatches\":[1,\"i-1-8n-no-matches\"],\"hideListHeader\":[4,\"hide-list-header\"],\"dropdownWidth\":[1,\"dropdown-width\"],\"dropdownMaxWidth\":[1,\"dropdown-max-width\"],\"dropdownShow\":[32],\"selectedLabels\":[32],\"isDropdownEmpty\":[32],\"navigationItem\":[32],\"inputFilterText\":[32],\"inputValue\":[32],\"isInvalid\":[32],\"isValid\":[32],\"isInfo\":[32],\"isWarning\":[32],\"hasValidValue\":[64],\"getAssociatedFormElement\":[64],\"getNativeInputElement\":[64],\"focusInput\":[64],\"isTouched\":[64]},[[0,\"itemClick\",\"onItemClicked\"],[0,\"ix-select-item:valueChange\",\"onLabelChange\"],[0,\"ix-select-item:labelChange\",\"onLabelChange\"]],{\"value\":[\"watchValue\"],\"dropdownShow\":[\"watchDropdownShow\"]}]]],[\"ix-time-picker\",[[1,\"ix-time-picker\",{\"format\":[1],\"corners\":[1],\"standaloneAppearance\":[4,\"standalone-appearance\"],\"showHour\":[4,\"show-hour\"],\"showMinutes\":[4,\"show-minutes\"],\"showSeconds\":[4,\"show-seconds\"],\"time\":[1],\"timeReference\":[1,\"time-reference\"],\"textSelectTime\":[1,\"text-select-time\"],\"textTime\":[1,\"text-time\"],\"_time\":[32],\"_timeRef\":[32],\"_formattedTime\":[32],\"getCurrentTime\":[64]},null,{\"time\":[\"watchTimePropHandler\"],\"_time\":[\"formatTime\",\"onInternalTimeChange\"]}]]],[\"ix-map-navigation-overlay\",[[1,\"ix-map-navigation-overlay\",{\"name\":[1],\"icon\":[1],\"color\":[1],\"iconColor\":[1,\"icon-color\"]}]]],[\"ix-toast\",[[1,\"ix-toast\",{\"type\":[1],\"toastTitle\":[1,\"toast-title\"],\"autoCloseDelay\":[2,\"auto-close-delay\"],\"autoClose\":[4,\"auto-close\"],\"icon\":[1],\"iconColor\":[1,\"icon-color\"],\"progress\":[32],\"touched\":[32]}]]],[\"ix-breadcrumb-item\",[[1,\"ix-breadcrumb-item\",{\"label\":[1],\"icon\":[1],\"ghost\":[4],\"visible\":[4],\"showChevron\":[4,\"show-chevron\"],\"isDropdownTrigger\":[4,\"is-dropdown-trigger\"],\"a11y\":[32]}]]],[\"ix-tree-item\",[[1,\"ix-tree-item\",{\"text\":[1],\"hasChildren\":[4,\"has-children\"],\"context\":[16]}]]],[\"ix-group-context-menu_2\",[[1,\"ix-group-context-menu\",{\"showContextMenu\":[32]}],[1,\"ix-group-item\",{\"icon\":[1],\"text\":[1],\"secondaryText\":[1,\"secondary-text\"],\"suppressSelection\":[4,\"suppress-selection\"],\"selected\":[4],\"focusable\":[4],\"index\":[2]},[[1,\"click\",\"clickListen\"]]]]],[\"ix-card-accordion_2\",[[1,\"ix-card-accordion\",{\"collapse\":[4],\"expandContent\":[32]},null,{\"collapse\":[\"onInitialExpandChange\"]}],[1,\"ix-card-title\"]]],[\"ix-icon-button_2\",[[1,\"ix-icon-button\",{\"a11yLabel\":[1,\"a11y-label\"],\"variant\":[1],\"outline\":[4],\"ghost\":[4],\"oval\":[4],\"icon\":[1],\"size\":[1],\"iconColor\":[1,\"icon-color\"],\"disabled\":[4],\"type\":[1],\"loading\":[4]}],[1,\"ix-spinner\",{\"variant\":[1],\"size\":[1],\"hideTrack\":[4,\"hide-track\"]}]]],[\"ix-menu-expand-icon\",[[1,\"ix-menu-expand-icon\",{\"ixAriaLabel\":[1,\"ix-aria-label\"],\"expanded\":[516],\"breakpoint\":[513],\"pinned\":[4]}]]],[\"ix-typography\",[[1,\"ix-typography\",{\"format\":[1],\"textColor\":[1,\"text-color\"],\"bold\":[4],\"textDecoration\":[1,\"text-decoration\"]}]]],[\"ix-application-header\",[[1,\"ix-application-header\",{\"name\":[1],\"showMenu\":[1028,\"show-menu\"],\"breakpoint\":[32],\"menuExpanded\":[32],\"suppressResponsive\":[32],\"hasSlottedElements\":[32],\"applicationLayoutContext\":[32]},null,{\"applicationLayoutContext\":[\"watchApplicationLayoutContext\"],\"suppressResponsive\":[\"watchSuppressResponsive\"]}]]],[\"ix-modal-content_2\",[[1,\"ix-modal-header\",{\"hideClose\":[4,\"hide-close\"],\"icon\":[1],\"iconColor\":[1,\"icon-color\"]},null,{\"icon\":[\"onIconChange\"]}],[1,\"ix-modal-content\"]]],[\"ix-menu-item\",[[1,\"ix-menu-item\",{\"label\":[1],\"home\":[4],\"bottom\":[4],\"icon\":[1025],\"notifications\":[2],\"active\":[4],\"disabled\":[4],\"isCategory\":[4,\"is-category\"],\"tooltip\":[32],\"menuExpanded\":[32]},null,{\"icon\":[\"onIconChange\"]}]]],[\"ix-divider\",[[1,\"ix-divider\"]]],[\"ix-date-time-card\",[[1,\"ix-date-time-card\",{\"standaloneAppearance\":[4,\"standalone-appearance\"],\"individual\":[4],\"corners\":[1]}]]],[\"ix-card_2\",[[1,\"ix-card\",{\"variant\":[1],\"selected\":[4]}],[1,\"ix-card-content\"]]],[\"ix-dropdown-item\",[[1,\"ix-dropdown-item\",{\"label\":[1],\"icon\":[1],\"hover\":[4],\"disabled\":[4],\"checked\":[4],\"isSubMenu\":[4,\"is-sub-menu\"],\"suppressChecked\":[4,\"suppress-checked\"],\"emitItemClick\":[64],\"getDropdownItemElement\":[64]}]]],[\"ix-avatar_2\",[[1,\"ix-avatar\",{\"image\":[1],\"initials\":[1],\"username\":[1],\"extra\":[1],\"isClosestApplicationHeader\":[32],\"hasSlottedElements\":[32]}],[1,\"ix-menu-avatar-item\",{\"icon\":[1],\"label\":[1],\"getDropdownItemElement\":[64]}]]],[\"ix-button\",[[1,\"ix-button\",{\"variant\":[1],\"outline\":[4],\"ghost\":[4],\"disabled\":[516],\"type\":[1],\"loading\":[4],\"icon\":[1],\"alignment\":[1],\"iconSize\":[1,\"icon-size\"]},[[2,\"click\",\"handleClick\"]]]]],[\"ix-col_4\",[[1,\"ix-col\",{\"size\":[1],\"sizeSm\":[1,\"size-sm\"],\"sizeMd\":[1,\"size-md\"],\"sizeLg\":[1,\"size-lg\"]},[[9,\"resize\",\"onResize\"]]],[1,\"ix-layout-grid\",{\"noMargin\":[4,\"no-margin\"],\"gap\":[1],\"columns\":[2]}],[1,\"ix-row\"],[1,\"ix-date-picker\",{\"format\":[1],\"range\":[4],\"corners\":[1],\"from\":[1],\"to\":[1],\"minDate\":[1,\"min-date\"],\"maxDate\":[1,\"max-date\"],\"i18nDone\":[1,\"i18n-done\"],\"weekStartIndex\":[2,\"week-start-index\"],\"locale\":[1],\"showWeekNumbers\":[4,\"show-week-numbers\"],\"standaloneAppearance\":[4,\"standalone-appearance\"],\"today\":[1],\"currFromDate\":[32],\"currToDate\":[32],\"selectedYear\":[32],\"tempYear\":[32],\"startYear\":[32],\"endYear\":[32],\"selectedMonth\":[32],\"tempMonth\":[32],\"dayNames\":[32],\"monthNames\":[32],\"focusedDay\":[32],\"getCurrentDate\":[64]},null,{\"from\":[\"watchFromPropHandler\"],\"to\":[\"watchToPropHandler\"],\"locale\":[\"onLocaleChange\"]}]]],[\"ix-tooltip\",[[1,\"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]}]]],[\"ix-dropdown\",[[1,\"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\"],\"discoverSubmenu\":[64],\"updatePosition\":[64]},[[0,\"ix-assign-sub-menu\",\"cacheSubmenuId\"]],{\"show\":[\"changedShow\"],\"trigger\":[\"changedTrigger\"]}]]],[\"ix-field-label_2\",[[1,\"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]}],[1,\"ix-field-label\",{\"required\":[1540],\"htmlFor\":[513,\"html-for\"],\"controlRef\":[16],\"isInvalid\":[1028,\"is-invalid\"]},null,{\"htmlFor\":[\"registerHtmlForObserver\"],\"controlRef\":[\"registerControlRefObserver\"]}]]]]"), options);
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export { defineCustomElements };
|
|
13
|
+
//# sourceMappingURL=loader.js.map
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=loader.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loader.js","sources":["@lazy-external-entrypoint?app-data=conditional"],"sourcesContent":["export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\nexport const defineCustomElements = async (win, options) => {\n if (typeof window === 'undefined') return undefined;\n await globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n};\n"],"names":[],"mappings":";;;;;AAGY,MAAC,oBAAoB,GAAG,OAAO,GAAG,EAAE,OAAO,KAAK;AAC5D,EAAE,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE,OAAO,SAAS;AACrD,EAAE,MAAM,aAAa,EAAE;AACvB,EAAE,OAAO,aAAa,CAAC,4BAA4B,EAAE,OAAO,CAAC;AAC7D;;;;"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
3
|
+
*
|
|
4
|
+
* SPDX-License-Identifier: MIT
|
|
5
|
+
*
|
|
6
|
+
* This source code is licensed under the MIT license found in the
|
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
|
+
*/
|
|
9
|
+
class InputState {
|
|
10
|
+
hasCategory() {
|
|
11
|
+
return this.category !== undefined;
|
|
12
|
+
}
|
|
13
|
+
constructor(token, category) {
|
|
14
|
+
this.token = token;
|
|
15
|
+
this.category = category;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/*
|
|
20
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
21
|
+
*
|
|
22
|
+
* SPDX-License-Identifier: MIT
|
|
23
|
+
*
|
|
24
|
+
* This source code is licensed under the MIT license found in the
|
|
25
|
+
* LICENSE file in the root directory of this source tree.
|
|
26
|
+
*/
|
|
27
|
+
// eslint-disable-next-line @stencil-community/ban-exported-const-enums
|
|
28
|
+
var LogicalFilterOperator;
|
|
29
|
+
(function (LogicalFilterOperator) {
|
|
30
|
+
LogicalFilterOperator["EQUAL"] = "Equal";
|
|
31
|
+
LogicalFilterOperator["NOT_EQUAL"] = "Not equal";
|
|
32
|
+
})(LogicalFilterOperator || (LogicalFilterOperator = {}));
|
|
33
|
+
|
|
34
|
+
export { InputState as I, LogicalFilterOperator as L };
|
|
35
|
+
//# sourceMappingURL=logical-filter-operator-BH3f5fa3.js.map
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=logical-filter-operator-BH3f5fa3.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logical-filter-operator-BH3f5fa3.js","sources":["src/components/category-filter/input-state.ts","src/components/category-filter/logical-filter-operator.ts"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nexport class InputState {\n public token: string;\n public category: string;\n\n public hasCategory() {\n return this.category !== undefined;\n }\n\n constructor(token: string, category: string) {\n this.token = token;\n this.category = category;\n }\n}\n","/*\n * SPDX-FileCopyrightText: 2024 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n// eslint-disable-next-line @stencil-community/ban-exported-const-enums\nexport enum LogicalFilterOperator {\n EQUAL = 'Equal',\n NOT_EQUAL = 'Not equal',\n}\n"],"names":[],"mappings":"AAAA;;;;;;;AAOG;MAEU,UAAU,CAAA;IAId,WAAW,GAAA;AAChB,QAAA,OAAO,IAAI,CAAC,QAAQ,KAAK,SAAS;;IAGpC,WAAY,CAAA,KAAa,EAAE,QAAgB,EAAA;AACzC,QAAA,IAAI,CAAC,KAAK,GAAG,KAAK;AAClB,QAAA,IAAI,CAAC,QAAQ,GAAG,QAAQ;;AAE3B;;ACrBD;;;;;;;AAOG;AAEH;IACY;AAAZ,CAAA,UAAY,qBAAqB,EAAA;AAC/B,IAAA,qBAAA,CAAA,OAAA,CAAA,GAAA,OAAe;AACf,IAAA,qBAAA,CAAA,WAAA,CAAA,GAAA,WAAuB;AACzB,CAAC,EAHW,qBAAqB,KAArB,qBAAqB,GAGhC,EAAA,CAAA,CAAA;;;;"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
function makeRef(currentChangedCallback) {
|
|
2
|
+
let resolve = undefined;
|
|
3
|
+
let currentPromise = new Promise((res) => (resolve = res));
|
|
4
|
+
let current = undefined;
|
|
5
|
+
const setRefFunction = (ref) => {
|
|
6
|
+
if (ref === undefined) {
|
|
7
|
+
return;
|
|
8
|
+
}
|
|
9
|
+
current = setRefFunction.current = ref;
|
|
10
|
+
currentChangedCallback === null || currentChangedCallback === void 0 ? void 0 : currentChangedCallback(ref);
|
|
11
|
+
resolve === null || resolve === void 0 ? void 0 : resolve(ref);
|
|
12
|
+
};
|
|
13
|
+
setRefFunction.current = current;
|
|
14
|
+
setRefFunction.waitForCurrent = async () => {
|
|
15
|
+
await currentPromise;
|
|
16
|
+
return current;
|
|
17
|
+
};
|
|
18
|
+
return setRefFunction;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export { makeRef as m };
|
|
22
|
+
//# sourceMappingURL=make-ref-bcj7UEIC.js.map
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=make-ref-bcj7UEIC.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"make-ref-bcj7UEIC.js","sources":["src/components/utils/make-ref.ts"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2024 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nexport type MakeRef<T> = {\n (ref: T | undefined | null): void;\n current: T | null;\n waitForCurrent(): Promise<T>;\n};\n\ntype Resolve<T> = (value: T) => void;\n\nexport function makeRef<T>(\n currentChangedCallback?: (element: T) => void\n): MakeRef<T> {\n let resolve: Resolve<T> | undefined = undefined;\n let currentPromise = new Promise<T>((res) => (resolve = res));\n let current: T | undefined = undefined;\n\n const setRefFunction = (ref: T | undefined) => {\n if (ref === undefined) {\n return;\n }\n current = (setRefFunction as MakeRef<T>).current = ref;\n currentChangedCallback?.(ref);\n resolve?.(ref);\n };\n\n setRefFunction.current = current as T | null;\n\n setRefFunction.waitForCurrent = async () => {\n await currentPromise;\n return current;\n };\n\n return setRefFunction as MakeRef<T>;\n}\n"],"names":[],"mappings":"AAgBM,SAAU,OAAO,CACrB,sBAA6C,EAAA;IAE7C,IAAI,OAAO,GAA2B,SAAS;AAC/C,IAAA,IAAI,cAAc,GAAG,IAAI,OAAO,CAAI,CAAC,GAAG,MAAM,OAAO,GAAG,GAAG,CAAC,CAAC;IAC7D,IAAI,OAAO,GAAkB,SAAS;AAEtC,IAAA,MAAM,cAAc,GAAG,CAAC,GAAkB,KAAI;AAC5C,QAAA,IAAI,GAAG,KAAK,SAAS,EAAE;YACrB;;AAEF,QAAA,OAAO,GAAI,cAA6B,CAAC,OAAO,GAAG,GAAG;AACtD,QAAA,sBAAsB,aAAtB,sBAAsB,KAAA,MAAA,GAAA,MAAA,GAAtB,sBAAsB,CAAG,GAAG,CAAC;AAC7B,QAAA,OAAO,aAAP,OAAO,KAAA,MAAA,GAAA,MAAA,GAAP,OAAO,CAAG,GAAG,CAAC;AAChB,KAAC;AAED,IAAA,cAAc,CAAC,OAAO,GAAG,OAAmB;AAE5C,IAAA,cAAc,CAAC,cAAc,GAAG,YAAW;AACzC,QAAA,MAAM,cAAc;AACpB,QAAA,OAAO,OAAO;AAChB,KAAC;AAED,IAAA,OAAO,cAA4B;AACrC;;;;"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { T as TypedEvent } from './typed-event-BdCnOrqW.js';
|
|
2
|
+
|
|
3
|
+
/*
|
|
4
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
5
|
+
*
|
|
6
|
+
* SPDX-License-Identifier: MIT
|
|
7
|
+
*
|
|
8
|
+
* This source code is licensed under the MIT license found in the
|
|
9
|
+
* LICENSE file in the root directory of this source tree.
|
|
10
|
+
*/
|
|
11
|
+
var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
12
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
13
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
14
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
15
|
+
};
|
|
16
|
+
var __classPrivateFieldSet = (undefined && undefined.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
17
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
18
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
19
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
20
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
21
|
+
};
|
|
22
|
+
var _MenuService_menuElement, _MenuService_menuExpandChange, _MenuService_isPinned;
|
|
23
|
+
class MenuService {
|
|
24
|
+
constructor() {
|
|
25
|
+
_MenuService_menuElement.set(this, null);
|
|
26
|
+
_MenuService_menuExpandChange.set(this, new TypedEvent());
|
|
27
|
+
_MenuService_isPinned.set(this, false);
|
|
28
|
+
}
|
|
29
|
+
register(menuElement) {
|
|
30
|
+
if (__classPrivateFieldGet(this, _MenuService_menuElement, "f")) {
|
|
31
|
+
console.warn('Menu already defined');
|
|
32
|
+
return;
|
|
33
|
+
}
|
|
34
|
+
__classPrivateFieldSet(this, _MenuService_menuElement, menuElement, "f");
|
|
35
|
+
__classPrivateFieldGet(this, _MenuService_menuElement, "f").addEventListener('expandChange', (event) => {
|
|
36
|
+
__classPrivateFieldGet(this, _MenuService_menuExpandChange, "f").emit(event.detail);
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
setIsPinned(pinned) {
|
|
40
|
+
__classPrivateFieldSet(this, _MenuService_isPinned, pinned, "f");
|
|
41
|
+
}
|
|
42
|
+
async open() {
|
|
43
|
+
if (__classPrivateFieldGet(this, _MenuService_menuElement, "f")) {
|
|
44
|
+
__classPrivateFieldGet(this, _MenuService_menuElement, "f").toggleMenu(true);
|
|
45
|
+
return true;
|
|
46
|
+
}
|
|
47
|
+
return false;
|
|
48
|
+
}
|
|
49
|
+
async close() {
|
|
50
|
+
if (__classPrivateFieldGet(this, _MenuService_menuElement, "f")) {
|
|
51
|
+
__classPrivateFieldGet(this, _MenuService_menuElement, "f").toggleMenu(false);
|
|
52
|
+
return true;
|
|
53
|
+
}
|
|
54
|
+
return false;
|
|
55
|
+
}
|
|
56
|
+
async toggle() {
|
|
57
|
+
if (__classPrivateFieldGet(this, _MenuService_menuElement, "f")) {
|
|
58
|
+
__classPrivateFieldGet(this, _MenuService_menuElement, "f").toggleMenu();
|
|
59
|
+
return true;
|
|
60
|
+
}
|
|
61
|
+
return false;
|
|
62
|
+
}
|
|
63
|
+
get nativeElement() {
|
|
64
|
+
return __classPrivateFieldGet(this, _MenuService_menuElement, "f");
|
|
65
|
+
}
|
|
66
|
+
get expandChange() {
|
|
67
|
+
return __classPrivateFieldGet(this, _MenuService_menuExpandChange, "f");
|
|
68
|
+
}
|
|
69
|
+
get isPinned() {
|
|
70
|
+
return __classPrivateFieldGet(this, _MenuService_isPinned, "f");
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
_MenuService_menuElement = new WeakMap(), _MenuService_menuExpandChange = new WeakMap(), _MenuService_isPinned = new WeakMap();
|
|
74
|
+
const menuController = new MenuService();
|
|
75
|
+
|
|
76
|
+
export { menuController as m };
|
|
77
|
+
//# sourceMappingURL=menu-service-Dl5Ra79J.js.map
|
|
78
|
+
|
|
79
|
+
//# sourceMappingURL=menu-service-Dl5Ra79J.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-service-Dl5Ra79J.js","sources":["src/components/utils/menu-service/menu-service.ts"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { TypedEvent } from '../typed-event';\n\nclass MenuService {\n #menuElement: HTMLIxMenuElement | null = null;\n #menuExpandChange = new TypedEvent<boolean>();\n #isPinned = false;\n\n register(menuElement: HTMLIxMenuElement) {\n if (this.#menuElement) {\n console.warn('Menu already defined');\n return;\n }\n this.#menuElement = menuElement;\n this.#menuElement.addEventListener(\n 'expandChange',\n (event: CustomEvent<boolean>) => {\n this.#menuExpandChange.emit(event.detail);\n }\n );\n }\n\n public setIsPinned(pinned: boolean) {\n this.#isPinned = pinned;\n }\n\n public async open() {\n if (this.#menuElement) {\n this.#menuElement.toggleMenu(true);\n return true;\n }\n\n return false;\n }\n\n public async close() {\n if (this.#menuElement) {\n this.#menuElement.toggleMenu(false);\n return true;\n }\n\n return false;\n }\n\n public async toggle() {\n if (this.#menuElement) {\n this.#menuElement.toggleMenu();\n return true;\n }\n\n return false;\n }\n\n get nativeElement() {\n return this.#menuElement;\n }\n\n get expandChange() {\n return this.#menuExpandChange;\n }\n\n get isPinned() {\n return this.#isPinned;\n }\n}\n\nexport const menuController = new MenuService();\n"],"names":[],"mappings":";;AAAA;;;;;;;AAOG;;;;;;;;;;;;;AAIH,MAAM,WAAW,CAAA;AAAjB,IAAA,WAAA,GAAA;AACE,QAAA,wBAAA,CAAA,GAAA,CAAA,IAAA,EAAyC,IAAI,CAAC;QAC9C,6BAAoB,CAAA,GAAA,CAAA,IAAA,EAAA,IAAI,UAAU,EAAW,CAAC;AAC9C,QAAA,qBAAA,CAAA,GAAA,CAAA,IAAA,EAAY,KAAK,CAAC;;AAElB,IAAA,QAAQ,CAAC,WAA8B,EAAA;AACrC,QAAA,IAAI,sBAAA,CAAA,IAAI,EAAa,wBAAA,EAAA,GAAA,CAAA,EAAE;AACrB,YAAA,OAAO,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACpC;;AAEF,QAAA,sBAAA,CAAA,IAAI,EAAA,wBAAA,EAAgB,WAAW,EAAA,GAAA,CAAA;QAC/B,sBAAA,CAAA,IAAI,EAAa,wBAAA,EAAA,GAAA,CAAA,CAAC,gBAAgB,CAChC,cAAc,EACd,CAAC,KAA2B,KAAI;YAC9B,sBAAA,CAAA,IAAI,qCAAkB,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC;AAC3C,SAAC,CACF;;AAGI,IAAA,WAAW,CAAC,MAAe,EAAA;AAChC,QAAA,sBAAA,CAAA,IAAI,EAAA,qBAAA,EAAa,MAAM,EAAA,GAAA,CAAA;;AAGlB,IAAA,MAAM,IAAI,GAAA;AACf,QAAA,IAAI,sBAAA,CAAA,IAAI,EAAa,wBAAA,EAAA,GAAA,CAAA,EAAE;AACrB,YAAA,sBAAA,CAAA,IAAI,EAAa,wBAAA,EAAA,GAAA,CAAA,CAAC,UAAU,CAAC,IAAI,CAAC;AAClC,YAAA,OAAO,IAAI;;AAGb,QAAA,OAAO,KAAK;;AAGP,IAAA,MAAM,KAAK,GAAA;AAChB,QAAA,IAAI,sBAAA,CAAA,IAAI,EAAa,wBAAA,EAAA,GAAA,CAAA,EAAE;AACrB,YAAA,sBAAA,CAAA,IAAI,EAAa,wBAAA,EAAA,GAAA,CAAA,CAAC,UAAU,CAAC,KAAK,CAAC;AACnC,YAAA,OAAO,IAAI;;AAGb,QAAA,OAAO,KAAK;;AAGP,IAAA,MAAM,MAAM,GAAA;AACjB,QAAA,IAAI,sBAAA,CAAA,IAAI,EAAa,wBAAA,EAAA,GAAA,CAAA,EAAE;AACrB,YAAA,sBAAA,CAAA,IAAI,EAAA,wBAAA,EAAA,GAAA,CAAa,CAAC,UAAU,EAAE;AAC9B,YAAA,OAAO,IAAI;;AAGb,QAAA,OAAO,KAAK;;AAGd,IAAA,IAAI,aAAa,GAAA;QACf,OAAO,sBAAA,CAAA,IAAI,EAAA,wBAAA,EAAA,GAAA,CAAa;;AAG1B,IAAA,IAAI,YAAY,GAAA;QACd,OAAO,sBAAA,CAAA,IAAI,EAAA,6BAAA,EAAA,GAAA,CAAkB;;AAG/B,IAAA,IAAI,QAAQ,GAAA;QACV,OAAO,sBAAA,CAAA,IAAI,EAAA,qBAAA,EAAA,GAAA,CAAU;;AAExB;;AAEY,MAAA,cAAc,GAAG,IAAI,WAAW;;;;"}
|