@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 @@
|
|
|
1
|
+
{"version":3,"file":"lazy.js","sourceRoot":"","sources":["../../../../src/components/utils/lazy-list/lazy.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,uEAAuE;AACvE,mCAAmC;AACnC,EAAE;AACF,mEAAmE;AAsBnE,MAAM,QAAQ,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAElE,MAAM,QAAQ,GAAG,CAAC,OAAoB,EAAE,SAAiB,EAAE,EAAE;IAC3D,OAAO,CAAC,SAAS,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;AACnC,CAAC,CAAC;AAEF,MAAM,OAAO,WAAW;IAuBtB,MAAM,CAAC,MAAM,CACX,OAAoB,EACpB,qBAAwC,WAAW,CAAC,aAAa;QAEjE,OAAO,IAAI,WAAW,CAAC,OAAO,EAAE,kBAAkB,CAAC,CAAC;IACtD,CAAC;IAED,MAAM,CAAC,UAAU,CAAC,OAAoB,EAAE,KAAU;QAChD,KAAK,IAAI,CAAC,IAAI,KAAK,EAAE,CAAC;YACpB,IAAI,OAAO,CAAC,KAAK,CAAC,CAAQ,CAAC,KAAK,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC;gBACzC,OAAO,CAAC,KAAK,CAAC,CAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;YACrC,CAAC;QACH,CAAC;IACH,CAAC;IAED,MAAM,CAAC,mBAAmB;QACxB,wEAAwE;QACxE,yEAAyE;QACzE,qEAAqE;QACrE,aAAa;QACb,MAAM,OAAO,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;QAC9C,MAAM,OAAO,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;QAE9C,2EAA2E;QAC3E,sBAAsB;QACtB,WAAW,CAAC,UAAU,CAAC,OAAO,EAAE;YAC9B,QAAQ,EAAE,UAAU;YACpB,MAAM,EAAE,KAAK;YACb,OAAO,EAAE,CAAC;SACX,CAAC,CAAC;QACH,WAAW,CAAC,UAAU,CAAC,OAAO,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAC;QAErD,4CAA4C;QAC5C,OAAO,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;QAE7B,uEAAuE;QACvE,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;QAEnC,4CAA4C;QAC5C,MAAM,gBAAgB,GAAG,OAAO,CAAC,YAAY,CAAC;QAE9C,0DAA0D;QAC1D,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;QAEnC,OAAO,gBAAgB,CAAC;IAC1B,CAAC;IAED,YAAY,OAAoB,EAAE,kBAAqC;QACrE,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC;QACzB,IAAI,CAAC,iBAAiB,GAAG,WAAW,CAAC,mBAAmB,EAAE,CAAC;QAE3D,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,kBAAkB,CAAC,CAAC;QAE1C,MAAM,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC;QAE5B,+BAA+B;QAC/B,MAAM,MAAM,GAAG,GAAG,EAAE;YAClB,MAAM,SAAS,GAAG,IAAI,CAAC,kBAAkB,EAAE,CAAC;YAC5C,MAAM,WAAW,GAAG,IAAI,CAAC,YAAY,CAAC;YAEtC,IAAI,CAAC,qBAAqB,GAAG,MAAM,CAAC,qBAAqB,CAAC,MAAM,CAAC,CAAC;YAElE,IAAI,SAAS,KAAK,WAAW,EAAE,CAAC;gBAC9B,OAAO;YACT,CAAC;YAED,MAAM,IAAI,GAAG,WAAW,CAAC,CAAC,CAAC,SAAS,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;YACvD,IAAI,CAAC,WAAW,IAAI,IAAI,GAAG,CAAC,IAAI,IAAI,GAAG,IAAI,CAAC,cAAc,EAAE,CAAC;gBAC3D,IAAI,QAAQ,GAAG,IAAI,CAAC,YAAY,EAAE,CAAC;gBAEnC,IAAI,CAAC,YAAY,GAAG,SAAS,CAAC;gBAE9B,IAAI,QAAQ,KAAK,KAAK,IAAI,OAAO,MAAM,CAAC,WAAW,KAAK,UAAU,EAAE,CAAC;oBACnE,MAAM,CAAC,WAAW,EAAE,CAAC;gBACvB,CAAC;YACH,CAAC;QACH,CAAC,CAAC;QAEF,MAAM,EAAE,CAAC;IACX,CAAC;IAED,OAAO;QACL,MAAM,CAAC,oBAAoB,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;IAC1D,CAAC;IAED,OAAO,CACL,OAAoB,EACpB,qBAAwC,WAAW,CAAC,aAAa;QAEjE,IAAI,CAAC,OAAO,GAAG,kBAAkB,CAAC;QAElC,IAAI,CAAC,OAAO,IAAI,OAAO,CAAC,QAAQ,KAAK,CAAC,EAAE,CAAC;YACvC,MAAM,IAAI,KAAK,CAAC,+CAA+C,CAAC,CAAC;QACnE,CAAC;QAED,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;QAExB,MAAM,MAAM,GAAG,IAAI,CAAC,OAAc,CAAC;QAEnC,MAAM,QAAQ,GACZ,IAAI,CAAC,SAAS;YACd,MAAM,CAAC,QAAQ;YACf,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,eAAe,IAAI,IAAI,CAAC,CAAC;QAEzD,wDAAwD;QACxD,IAAI,OAAO,MAAM,CAAC,WAAW,KAAK,SAAS,EAAE,CAAC;YAC5C,IAAI,CAAC,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC;QAClC,CAAC;QAED,IAAI,CAAC,MAAM,CAAC,QAAQ,EAAE,CAAC;YACrB,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;QAC1D,CAAC;QAED,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC;YAC5B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;QACrE,CAAC;QAED,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE,CAAC;YACtE,MAAM,IAAI,KAAK,CACb;;OAED,CAAC,IAAI,EAAE,CACP,CAAC;QACJ,CAAC;aAAM,IAAI,QAAQ,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE,CAAC;YACvC,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;QAClE,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,YAAY,GAAG,CAAC,MAAM,CAAC,UAAiB,CAAC,CAAC;QACjD,CAAC;QAED,0EAA0E;QAC1E,eAAe;QACf,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC;aACnC,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,IAAI,MAAM,CAAC;aAChC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;YAChB,MAAM,KAAK,GAAG,MAAM,CAAC,IAAW,CAAC,CAAC;YAClC,MAAM,aAAa,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;YAEtC,IAAI,KAAK,IAAI,OAAO,KAAK,KAAK,QAAQ,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;gBACpE,IAAI,GAAG,GAAG,sBAAsB,IAAI,+BAA+B,CAAC;gBACpE,MAAM,IAAI,KAAK,CAAC,GAAG,CAAC,CAAC;YACvB,CAAC;iBAAM,IAAI,aAAa,EAAE,CAAC;gBACzB,MAAM,CAAC,IAAI,CAAC,GAAG,GAAG,KAAK,IAAI,CAAC;YAC9B,CAAC;QACH,CAAC,CAAC,CAAC;QAEL,MAAM,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;QAChD,MAAM,KAAK,GAAG,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC;QAExD,IAAI,KAAK,EAAE,CAAC;YACV,MAAM,aAAa,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;YACtC,MAAM,cAAc,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC;YACvE,wCAAwC;YACxC,MAAM,WAAW,GAAG,aAAa;gBAC/B,CAAC,CAAC,QAAQ,CAAC,KAAK,EAAE,EAAE,CAAC;gBACrB,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC;YAC5C,MAAM,SAAS,GAAG,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC;YAEtE,IAAI,cAAc,EAAE,CAAC;gBACnB,IAAI,CAAC,cAAc,GAAG,CAAC,SAAS,GAAG,WAAW,CAAC,GAAG,GAAG,CAAC;YACxD,CAAC;iBAAM,CAAC;gBACN,IAAI,CAAC,cAAc,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,WAAW,CAAC;YAC9D,CAAC;QACH,CAAC;QAED,MAAM,eAAe,GAAG,MAAM,CAAC,eAAe,CAAC;QAC/C,MAAM,cAAc,GAAG,MAAM,CAAC,UAAU,GAAG,MAAM,CAAC,KAAK,CAAC;QACxD,MAAM,gBAAgB,GAAG,IAAI,CAAC,iBAAiB,CAAC;QAEhD,IAAI,cAAc,GAAG,gBAAgB,EAAE,CAAC;YACtC,OAAO,CAAC,IAAI,CACV;gBACE,uCAAuC;gBACvC,gBAAgB,GAAG,QAAQ;gBAC3B,gDAAgD;aACjD,CAAC,IAAI,CAAC,GAAG,CAAC,CACZ,CAAC;QACJ,CAAC;QAED,6DAA6D;QAC7D,mCAAmC;QACnC,MAAM,YAAY,GAAG;YACnB,KAAK,EAAE,GAAG,MAAM,CAAC,KAAK,EAAE;YACxB,MAAM,EAAE,eAAe,CAAC,CAAC,CAAC,GAAG,cAAc,IAAI,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE;YACpE,QAAQ,EAAE,eAAe,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM;YAC3C,QAAQ,EAAE,UAAU;SACrB,CAAC;QAEF,WAAW,CAAC,UAAU,CAAC,OAAO,EAAE,YAAY,CAAC,CAAC;QAE9C,IAAI,eAAe,EAAE,CAAC;YACpB,WAAW,CAAC,UAAU,CAAC,MAAM,CAAC,eAAe,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE,CAAC,CAAC;QACvE,CAAC;QAED,MAAM,aAAa,GAAG;YACpB,OAAO,EAAE,GAAG;YACZ,QAAQ,EAAE,UAAU;YACpB,CAAC,YAAY,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE,KAAK;YAC1C,CAAC,YAAY,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,GAAG,cAAc,IAAI;SAC3D,CAAC;QAEF,WAAW,CAAC,UAAU,CAAC,QAAQ,EAAE,aAAa,CAAC,CAAC;QAEhD,yCAAyC;QACzC,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC;YACpB,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;QAChC,CAAC;QAED,MAAM,OAAO,GAAG,IAAI,CAAC,qBAAqB,EAAE,CAAC;QAC7C,IAAI,CAAC,oBAAoB,GAAG,OAAO,CAAC,MAAM,CAAC;QAC3C,IAAI,CAAC,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC;QAErC,6BAA6B;QAC7B,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,oBAAoB,EAAE,CAAC;QAEjD,uEAAuE;QACvE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,cAAc,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAEzE,oEAAoE;QACpE,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC;QAE1B,2EAA2E;QAC3E,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,YAAY,KAAK,IAAI,CAAC,CAAC;QAE9C,IAAI,OAAO,MAAM,CAAC,WAAW,KAAK,UAAU,EAAE,CAAC;YAC7C,MAAM,CAAC,WAAW,EAAE,CAAC;QACvB,CAAC;IACH,CAAC;IAED,OAAO,CAAC,CAAS;QACf,MAAM,MAAM,GAAG,IAAI,CAAC,OAAc,CAAC;QACnC,IAAI,IAAI,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAQ,CAAC;QACrC,IAAI,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;QAEzB,IAAI,MAAM,KAAK,SAAS,IAAI,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC;YAC7C,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC;YAEpB,kEAAkE;YAClE,IAAI,MAAM,KAAK,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC;gBACpC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC;gBAC9B,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC;gBAC1B,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,oBAAoB,EAAE,CAAC;YACnD,CAAC;QACH,CAAC;aAAM,CAAC;YACN,MAAM,GAAG,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;QAChC,CAAC;QAED,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,CAAC,EAAE,CAAC;YACjC,MAAM,IAAI,KAAK,CAAC,kDAAkD,CAAC,EAAE,CAAC,CAAC;QACzE,CAAC;QAED,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC,YAAY,IAAI,MAAM,CAAC,CAAC;QAE9C,MAAM,GAAG,GAAG,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,iBAAiB,CAAC;QAE5D,WAAW,CAAC,UAAU,CAAC,IAAI,EAAE;YAC3B,QAAQ,EAAE,UAAU;YACpB,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE,GAAG,GAAG,IAAI;SACjD,CAAC,CAAC;QAEH,OAAO,IAAI,CAAC;IACd,CAAC;IAED,kBAAkB;QAChB,MAAM,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC;QAE5B,IAAI,OAAO,MAAM,CAAC,sBAAsB,KAAK,UAAU,EAAE,CAAC;YACxD,OAAO,MAAM,CAAC,sBAAsB,EAAE,CAAC;QACzC,CAAC;QAED,OAAO,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC;IACvE,CAAC;IAED,YAAY,CAAC,QAAiB,KAAK;QACjC,MAAM,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC;QAC5B,MAAM,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC;QAC9B,MAAM,SAAS,GAAG,IAAI,CAAC,kBAAkB,EAAE,CAAC;QAC5C,MAAM,KAAK,GAAW,MAAM,CAAC,KAAM,CAAC;QAEpC,IAAI,IAAI,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;QAExC,IAAI,IAAI,GAAG,CAAC,IAAI,IAAI,GAAG,IAAI,CAAC,eAAe,GAAG,CAAC,EAAE,CAAC;YAChD,IAAI,GAAG,CAAC,CAAC;QACX,CAAC;QAED,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,SAAS,KAAK,IAAI,EAAE,CAAC;YACtC,OAAO,KAAK,CAAC;QACf,CAAC;QAED,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;QAEtB,IAAI,EAAE,GAAG,IAAI,GAAG,IAAI,CAAC,eAAe,CAAC;QAErC,IAAI,EAAE,GAAG,KAAK,IAAI,EAAE,GAAG,IAAI,CAAC,eAAe,GAAG,KAAK,EAAE,CAAC;YACpD,EAAE,GAAG,KAAK,CAAC;QACb,CAAC;QAED,2EAA2E;QAC3E,qBAAqB;QACrB,MAAM,QAAQ,GAAQ,MAAM,CAAC,WAAW;YACtC,CAAC,CAAC,QAAQ,CAAC,sBAAsB,EAAE;YACnC,CAAC,CAAC;YACE,yEAAyE;YACzE,iBAAiB;aAClB,CAAC;QAEN,mDAAmD;QACnD,MAAM,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC;QAEhC,6CAA6C;QAC7C,QAAQ,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,CAAC;QAEhE,KAAK,IAAI,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC;YAC/B,IAAI,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;YAE1B,QAAQ,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC;QAC7D,CAAC;QAED,IAAI,MAAM,CAAC,UAAU,EAAE,CAAC;YACtB,OAAO,MAAM,CAAC,UAAU,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;QAC9C,CAAC;QAED,OAAO,CAAC,SAAS,GAAG,EAAE,CAAC;QACvB,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;IAChC,CAAC;IAED,iBAAiB,CAAC,IAAI,GAAG,CAAC;QACxB,MAAM,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC;QAC5B,MAAM,KAAK,GAAG,MAAM,CAAC,KAAM,CAAC;QAE5B,IAAI,IAAI,GAAG,CAAC,EAAE,CAAC;YACb,IAAI,GAAG,CAAC,CAAC;QACX,CAAC;QAED,KAAK,IAAI,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,KAAK,EAAE,CAAC,EAAE,EAAE,CAAC;YAClC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC;gBACpB,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,cAAc,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;QAC1D,CAAC;IACH,CAAC;IAED,oBAAoB;QAClB,MAAM,MAAM,GAAG,IAAI,CAAC,OAAc,CAAC;QACnC,MAAM,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;QAChD,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAC3B,MAAM,YAAY,GAChB,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;YAC5C,IAAI,CAAC,oBAAoB;YACzB,IAAI,CAAC,iBAAiB,CAAC;QAEzB,WAAW,CAAC,UAAU,CAAC,IAAI,CAAC,SAAS,EAAE;YACrC,OAAO,EAAE,CAAC;YACV,QAAQ,EAAE,UAAU;YACpB,GAAG,EAAE,KAAK;YACV,CAAC,YAAY,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE,KAAK;YAC1C,CAAC,YAAY,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,GAAG,YAAY,IAAI;SACzD,CAAC,CAAC;QAEH,8BAA8B;QAC9B,MAAM,iBAAiB,GAAG,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC;QACrC,MAAM,aAAa,GACjB,KAAK,GAAG,CAAC,KAAK,CAAC;YACb,CAAC,CAAC,CAAC,iBAAiB,CAAC,MAAM,CAAC,GAAG,iBAAiB,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC;YACjE,CAAC,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC;QAEhC,MAAM,UAAU,GAAG,YAAY,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,cAAc,CAAC;QACjE,MAAM,OAAO,GAAG,MAAM,CAAC,eAAe;YACpC,CAAC,CAAC,MAAM,CAAC,eAAe;YACxB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAClB,MAAM,eAAe,GAAG,OAAO,CAAC,UAAU,CAAC;YACzC,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;QACxB,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC,IAAI,CAAC,eAAe,GAAG,aAAa,CAAC,CAAC;QAClE,IAAI,CAAC,cAAc,GAAG,eAAe,CAAC;QAEtC,wEAAwE;QACxE,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC,GAAG,CAC7B,IAAI,CAAC,eAAe,IAAI,CAAC,EACzB,IAAI,CAAC,eAAe,GAAG,CAAC,CACzB,CAAC;QACF,IAAI,CAAC,cAAc,GAAG,aAAa,CAAC;QAEpC,OAAO,YAAY,CAAC;IACtB,CAAC;IAED,qBAAqB;QACnB,MAAM,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC;QAC5B,MAAM,OAAO,GAAG,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;QAC3C,MAAM,MAAM,GAAG,MAAM,CAAC,gBAAgB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAEtD,MAAM,OAAO,GAAG,CAAC,QAAgB,EAAE,EAAE;YACnC,MAAM,QAAQ,GAAG,MAAM,CAAC,gBAAgB,CAAC,WAAW,QAAQ,EAAE,CAAC,CAAC;YAChE,OAAO,QAAQ,CAAC,QAAQ,EAAE,EAAE,CAAC,IAAI,CAAC,CAAC;QACrC,CAAC,CAAC;QAEF,IAAI,OAAO,EAAE,CAAC;YACZ,OAAO;gBACL,MAAM,EAAE,OAAO,CAAC,OAAO,CAAC;gBACxB,GAAG,EAAE,OAAO,CAAC,MAAM,CAAC;aACrB,CAAC;QACJ,CAAC;aAAM,CAAC;YACN,OAAO;gBACL,MAAM,EAAE,OAAO,CAAC,QAAQ,CAAC;gBACzB,GAAG,EAAE,OAAO,CAAC,KAAK,CAAC;aACpB,CAAC;QACJ,CAAC;IACH,CAAC;IAED,QAAQ,CAAC,SAAiB;QACxB,IAAI,CAAC,GAAG,CAAC,CAAC;QAEV,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,GAAG,SAAS,EAAE,CAAC;YAC1C,CAAC,EAAE,CAAC;QACN,CAAC;QAED,OAAO,CAAC,CAAC;IACX,CAAC;;AAhbe,yBAAa,GAAsB;IACjD,KAAK,EAAE,MAAM;IACb,MAAM,EAAE,MAAM;CACf,CAAC","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// Manually forked from https://github.com/tbranyen/hyperlist to remove\n// features a direct document calls\n//\n// Hyperlist is licensed MIT. https://github.com/tbranyen/hyperlist\n\nexport type VirtualListConfig = {\n applyPatch?: (\n element: HTMLElement,\n fragment: DocumentFragment | DocumentFragment[]\n ) => void;\n overrideScrollPosition?: () => void;\n rowClassName?: string;\n scrollContainer?: HTMLElement;\n width: string;\n height: string;\n afterRender?: () => void;\n scrollerTagName?: string;\n scroller?: HTMLElement;\n useFragment?: boolean;\n generate?: (index: number) => HTMLElement;\n total?: number;\n itemHeight?: number;\n horizontal?: boolean;\n};\n\nconst isNumber = (input: unknown) => !Number.isNaN(Number(input));\n\nconst addClass = (element: HTMLElement, className: string) => {\n element.classList.add(className);\n};\n\nexport class VirtualList {\n _config!: VirtualListConfig;\n _lastRepaint: null;\n _maxElementHeight: number;\n _renderAnimationFrame!: number;\n _averageHeight!: number;\n\n static readonly defaultConfig: VirtualListConfig = {\n width: '100%',\n height: '100%',\n };\n _element: any;\n _scroller: any;\n _itemHeights!: number[];\n _containerSize!: number | string;\n _scrollPaddingBottom!: number;\n _scrollPaddingTop!: number;\n _scrollHeight: any;\n _itemPositions: any;\n _screenItemsLen!: number;\n _lastFrom!: number;\n _cachedItemsLen: any;\n\n static create(\n element: HTMLElement,\n userProvidedConfig: VirtualListConfig = VirtualList.defaultConfig\n ) {\n return new VirtualList(element, userProvidedConfig);\n }\n\n static mergeStyle(element: HTMLElement, style: any) {\n for (let i in style) {\n if (element.style[i as any] !== style[i]) {\n element.style[i as any] = style[i];\n }\n }\n }\n\n static getMaxBrowserHeight() {\n // Create two elements, the wrapper is `1px` tall and is transparent and\n // positioned at the top of the page. Inside that is an element that gets\n // set to 1 billion pixels. Then reads the max height the browser can\n // calculate.\n const wrapper = document.createElement('div');\n const fixture = document.createElement('div');\n\n // As said above, these values get set to put the fixture elements into the\n // right visual state.\n VirtualList.mergeStyle(wrapper, {\n position: 'absolute',\n height: '1px',\n opacity: 0,\n });\n VirtualList.mergeStyle(fixture, { height: '1e7px' });\n\n // Add the fixture into the wrapper element.\n wrapper.appendChild(fixture);\n\n // Apply to the page, the values won't kick in unless this is attached.\n document.body.appendChild(wrapper);\n\n // Get the maximum element height in pixels.\n const maxElementHeight = fixture.offsetHeight;\n\n // Remove the element immediately after reading the value.\n document.body.removeChild(wrapper);\n\n return maxElementHeight;\n }\n\n constructor(element: HTMLElement, userProvidedConfig: VirtualListConfig) {\n this._lastRepaint = null;\n this._maxElementHeight = VirtualList.getMaxBrowserHeight();\n\n this.refresh(element, userProvidedConfig);\n\n const config = this._config;\n\n // Create internal render loop.\n const render = () => {\n const scrollTop = this._getScrollPosition();\n const lastRepaint = this._lastRepaint;\n\n this._renderAnimationFrame = window.requestAnimationFrame(render);\n\n if (scrollTop === lastRepaint) {\n return;\n }\n\n const diff = lastRepaint ? scrollTop - lastRepaint : 0;\n if (!lastRepaint || diff < 0 || diff > this._averageHeight) {\n let rendered = this._renderChunk();\n\n this._lastRepaint = scrollTop;\n\n if (rendered !== false && typeof config.afterRender === 'function') {\n config.afterRender();\n }\n }\n };\n\n render();\n }\n\n destroy() {\n window.cancelAnimationFrame(this._renderAnimationFrame);\n }\n\n refresh(\n element: HTMLElement,\n userProvidedConfig: VirtualListConfig = VirtualList.defaultConfig\n ) {\n this._config = userProvidedConfig;\n\n if (!element || element.nodeType !== 1) {\n throw new Error('HyperList requires a valid DOM Node container');\n }\n\n this._element = element;\n\n const config = this._config as any;\n\n const scroller =\n this._scroller ||\n config.scroller ||\n document.createElement(config.scrollerTagName || 'tr');\n\n // Default configuration option `useFragment` to `true`.\n if (typeof config.useFragment !== 'boolean') {\n this._config.useFragment = true;\n }\n\n if (!config.generate) {\n throw new Error('Missing required `generate` function');\n }\n\n if (!isNumber(config.total)) {\n throw new Error('Invalid required `total` value, expected number');\n }\n\n if (!Array.isArray(config.itemHeight) && !isNumber(config.itemHeight)) {\n throw new Error(\n `\n Invalid required \\`itemHeight\\` value, expected number or array\n `.trim()\n );\n } else if (isNumber(config.itemHeight)) {\n this._itemHeights = Array(config.total).fill(config.itemHeight);\n } else {\n this._itemHeights = [config.itemHeight as any];\n }\n\n // Width and height should be coerced to string representations. Either in\n // `%` or `px`.\n Object.keys(VirtualList.defaultConfig)\n .filter((prop) => prop in config)\n .forEach((prop) => {\n const value = config[prop as any];\n const isValueNumber = isNumber(value);\n\n if (value && typeof value !== 'string' && typeof value !== 'number') {\n let msg = `Invalid optional \\`${prop}\\`, expected string or number`;\n throw new Error(msg);\n } else if (isValueNumber) {\n config[prop] = `${value}px`;\n }\n });\n\n const isHorizontal = Boolean(config.horizontal);\n const value = config[isHorizontal ? 'width' : 'height'];\n\n if (value) {\n const isValueNumber = isNumber(value);\n const isValuePercent = isValueNumber ? false : value.slice(-1) === '%';\n // Compute the containerHeight as number\n const numberValue = isValueNumber\n ? parseInt(value, 10)\n : parseInt(value.replace(/px|%/, ''), 10);\n const innerSize = window[isHorizontal ? 'innerWidth' : 'innerHeight'];\n\n if (isValuePercent) {\n this._containerSize = (innerSize * numberValue) / 100;\n } else {\n this._containerSize = isNumber(value) ? value : numberValue;\n }\n }\n\n const scrollContainer = config.scrollContainer;\n const scrollerHeight = config.itemHeight * config.total;\n const maxElementHeight = this._maxElementHeight;\n\n if (scrollerHeight > maxElementHeight) {\n console.warn(\n [\n 'HyperList: The maximum element height',\n maxElementHeight + 'px has',\n 'been exceeded; please reduce your item height.',\n ].join(' ')\n );\n }\n\n // Decorate the container element with styles that will match\n // the user supplied configuration.\n const elementStyle = {\n width: `${config.width}`,\n height: scrollContainer ? `${scrollerHeight}px` : `${config.height}`,\n overflow: scrollContainer ? 'none' : 'auto',\n position: 'relative',\n };\n\n VirtualList.mergeStyle(element, elementStyle);\n\n if (scrollContainer) {\n VirtualList.mergeStyle(config.scrollContainer, { overflow: 'auto' });\n }\n\n const scrollerStyle = {\n opacity: '0',\n position: 'absolute',\n [isHorizontal ? 'height' : 'width']: '1px',\n [isHorizontal ? 'width' : 'height']: `${scrollerHeight}px`,\n };\n\n VirtualList.mergeStyle(scroller, scrollerStyle);\n\n // Only append the scroller element once.\n if (!this._scroller) {\n element.appendChild(scroller);\n }\n\n const padding = this._computeScrollPadding();\n this._scrollPaddingBottom = padding.bottom;\n this._scrollPaddingTop = padding.top;\n\n // Set the scroller instance.\n this._scroller = scroller;\n this._scrollHeight = this._computeScrollHeight();\n\n // Reuse the item positions if refreshed, otherwise set to empty array.\n this._itemPositions = this._itemPositions || Array(config.total).fill(0);\n\n // Each index in the array should represent the position in the DOM.\n this._computePositions(0);\n\n // Render after refreshing. Force render if we're calling refresh manually.\n this._renderChunk(this._lastRepaint !== null);\n\n if (typeof config.afterRender === 'function') {\n config.afterRender();\n }\n }\n\n _getRow(i: number) {\n const config = this._config as any;\n let item = config.generate(i) as any;\n let height = item.height;\n\n if (height !== undefined && isNumber(height)) {\n item = item.element;\n\n // The height isn't the same as predicted, compute positions again\n if (height !== this._itemHeights[i]) {\n this._itemHeights[i] = height;\n this._computePositions(i);\n this._scrollHeight = this._computeScrollHeight();\n }\n } else {\n height = this._itemHeights[i];\n }\n\n if (!item || item.nodeType !== 1) {\n throw new Error(`Generator did not return a DOM Node for index: ${i}`);\n }\n\n addClass(item, config.rowClassName || 'vrow');\n\n const top = this._itemPositions[i] + this._scrollPaddingTop;\n\n VirtualList.mergeStyle(item, {\n position: 'absolute',\n [config.horizontal ? 'left' : 'top']: `${top}px`,\n });\n\n return item;\n }\n\n _getScrollPosition() {\n const config = this._config;\n\n if (typeof config.overrideScrollPosition === 'function') {\n return config.overrideScrollPosition();\n }\n\n return this._element[config.horizontal ? 'scrollLeft' : 'scrollTop'];\n }\n\n _renderChunk(force: boolean = false) {\n const config = this._config;\n const element = this._element;\n const scrollTop = this._getScrollPosition();\n const total: number = config.total!;\n\n let from = this._getFrom(scrollTop) - 1;\n\n if (from < 0 || from - this._screenItemsLen < 0) {\n from = 0;\n }\n\n if (!force && this._lastFrom === from) {\n return false;\n }\n\n this._lastFrom = from;\n\n let to = from + this._cachedItemsLen;\n\n if (to > total || to + this._cachedItemsLen > total) {\n to = total;\n }\n\n // Append all the new rows in a document fragment that we will later append\n // to the parent node\n const fragment: any = config.useFragment\n ? document.createDocumentFragment()\n : [\n // Sometimes you'll pass fake elements to this tool and Fragments require\n // real elements.\n ];\n\n // The element that forces the container to scroll.\n const scroller = this._scroller;\n\n // Keep the scroller in the list of children.\n fragment[config.useFragment ? 'appendChild' : 'push'](scroller);\n\n for (let i = from; i < to; i++) {\n let row = this._getRow(i);\n\n fragment[config.useFragment ? 'appendChild' : 'push'](row);\n }\n\n if (config.applyPatch) {\n return config.applyPatch(element, fragment);\n }\n\n element.innerHTML = '';\n element.appendChild(fragment);\n }\n\n _computePositions(from = 1) {\n const config = this._config;\n const total = config.total!;\n\n if (from < 1) {\n from = 1;\n }\n\n for (let i = from; i < total; i++) {\n this._itemPositions[i] =\n this._itemHeights[i - 1] + this._itemPositions[i - 1];\n }\n }\n\n _computeScrollHeight() {\n const config = this._config as any;\n const isHorizontal = Boolean(config.horizontal);\n const total = config.total;\n const scrollHeight =\n this._itemHeights.reduce((a, b) => a + b, 0) +\n this._scrollPaddingBottom +\n this._scrollPaddingTop;\n\n VirtualList.mergeStyle(this._scroller, {\n opacity: 0,\n position: 'absolute',\n top: '0px',\n [isHorizontal ? 'height' : 'width']: '1px',\n [isHorizontal ? 'width' : 'height']: `${scrollHeight}px`,\n });\n\n // Calculate the height median\n const sortedItemHeights = this._itemHeights.slice(0).sort((a, b) => a - b);\n const middle = Math.floor(total / 2);\n const averageHeight =\n total % 2 === 0\n ? (sortedItemHeights[middle] + sortedItemHeights[middle - 1]) / 2\n : sortedItemHeights[middle];\n\n const clientProp = isHorizontal ? 'clientWidth' : 'clientHeight';\n const element = config.scrollContainer\n ? config.scrollContainer\n : this._element;\n const containerHeight = element[clientProp]\n ? element[clientProp]\n : this._containerSize;\n this._screenItemsLen = Math.ceil(containerHeight / averageHeight);\n this._containerSize = containerHeight;\n\n // Cache 3 times the number of items that fit in the container viewport.\n this._cachedItemsLen = Math.max(\n this._cachedItemsLen || 0,\n this._screenItemsLen * 3\n );\n this._averageHeight = averageHeight;\n\n return scrollHeight;\n }\n\n _computeScrollPadding() {\n const config = this._config;\n const isHoriz = Boolean(config.horizontal);\n const styles = window.getComputedStyle(this._element);\n\n const padding = (location: string) => {\n const cssValue = styles.getPropertyValue(`padding-${location}`);\n return parseInt(cssValue, 10) || 0;\n };\n\n if (isHoriz) {\n return {\n bottom: padding('right'),\n top: padding('left'),\n };\n } else {\n return {\n bottom: padding('bottom'),\n top: padding('top'),\n };\n }\n }\n\n _getFrom(scrollTop: number) {\n let i = 0;\n\n while (this._itemPositions[i] < scrollTop) {\n i++;\n }\n\n return i;\n }\n}\n"]}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* SPDX-FileCopyrightText: 2024 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
|
+
import { getElement } from "@stencil/core";
|
|
10
|
+
const defaultOptions = {
|
|
11
|
+
target: 'window',
|
|
12
|
+
defaultEnabled: true,
|
|
13
|
+
};
|
|
14
|
+
export function createListener(event, options = {}) {
|
|
15
|
+
const opts = Object.assign(Object.assign({}, defaultOptions), options);
|
|
16
|
+
let callback;
|
|
17
|
+
const onEvent = (event) => {
|
|
18
|
+
callback(event);
|
|
19
|
+
};
|
|
20
|
+
const resultObject = {
|
|
21
|
+
on: (onEventCallback) => {
|
|
22
|
+
callback = onEventCallback;
|
|
23
|
+
},
|
|
24
|
+
isEnabled: opts.defaultEnabled,
|
|
25
|
+
enable: (state) => {
|
|
26
|
+
resultObject.isEnabled = state;
|
|
27
|
+
if (state) {
|
|
28
|
+
addEventListener(event, onEvent);
|
|
29
|
+
}
|
|
30
|
+
else {
|
|
31
|
+
removeEventListener(event, onEvent);
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
destroy: () => {
|
|
35
|
+
resultObject.enable(false);
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
resultObject.enable(!!opts.defaultEnabled);
|
|
39
|
+
return resultObject;
|
|
40
|
+
}
|
|
41
|
+
export function OnListener(event, fnExp) {
|
|
42
|
+
return (proto, methodName) => {
|
|
43
|
+
const { componentWillLoad, componentWillRender, disconnectedCallback } = proto;
|
|
44
|
+
if (fnExp) {
|
|
45
|
+
proto.componentWillRender = function () {
|
|
46
|
+
var _a;
|
|
47
|
+
const host = getElement(this);
|
|
48
|
+
(_a = host[`__ix__${methodName}`]) === null || _a === void 0 ? void 0 : _a.enable(fnExp(this));
|
|
49
|
+
return componentWillRender && componentWillRender.call(this);
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
proto.componentWillLoad = function () {
|
|
53
|
+
const listener = createListener(event);
|
|
54
|
+
const host = getElement(this);
|
|
55
|
+
const method = this[methodName];
|
|
56
|
+
host[`__ix__${methodName}`] = listener;
|
|
57
|
+
listener.on(method.bind(this));
|
|
58
|
+
return componentWillLoad && componentWillLoad.call(this);
|
|
59
|
+
};
|
|
60
|
+
proto.disconnectedCallback = function () {
|
|
61
|
+
var _a;
|
|
62
|
+
const host = getElement(this);
|
|
63
|
+
if (host && host[`__ix__${methodName}`]) {
|
|
64
|
+
(_a = host[`__ix__${methodName}`]) === null || _a === void 0 ? void 0 : _a.destroy();
|
|
65
|
+
host[`__ix__${methodName}`] = null;
|
|
66
|
+
}
|
|
67
|
+
return disconnectedCallback && disconnectedCallback.call(this);
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
//# sourceMappingURL=listener.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listener.js","sourceRoot":"","sources":["../../../src/components/utils/listener.ts"],"names":[],"mappings":"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","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"]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export 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
|
+
//# sourceMappingURL=make-ref.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"make-ref.js","sourceRoot":"","sources":["../../../src/components/utils/make-ref.ts"],"names":[],"mappings":"AAgBA,MAAM,UAAU,OAAO,CACrB,sBAA6C;IAE7C,IAAI,OAAO,GAA2B,SAAS,CAAC;IAChD,IAAI,cAAc,GAAG,IAAI,OAAO,CAAI,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,OAAO,GAAG,GAAG,CAAC,CAAC,CAAC;IAC9D,IAAI,OAAO,GAAkB,SAAS,CAAC;IAEvC,MAAM,cAAc,GAAG,CAAC,GAAkB,EAAE,EAAE;QAC5C,IAAI,GAAG,KAAK,SAAS,EAAE,CAAC;YACtB,OAAO;QACT,CAAC;QACD,OAAO,GAAI,cAA6B,CAAC,OAAO,GAAG,GAAG,CAAC;QACvD,sBAAsB,aAAtB,sBAAsB,uBAAtB,sBAAsB,CAAG,GAAG,CAAC,CAAC;QAC9B,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAG,GAAG,CAAC,CAAC;IACjB,CAAC,CAAC;IAEF,cAAc,CAAC,OAAO,GAAG,OAAmB,CAAC;IAE7C,cAAc,CAAC,cAAc,GAAG,KAAK,IAAI,EAAE;QACzC,MAAM,cAAc,CAAC;QACrB,OAAO,OAAO,CAAC;IACjB,CAAC,CAAC;IAEF,OAAO,cAA4B,CAAC;AACtC,CAAC","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"]}
|
|
@@ -0,0 +1,79 @@
|
|
|
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
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
10
|
+
if (kind === "a" && !f)
|
|
11
|
+
throw new TypeError("Private accessor was defined without a getter");
|
|
12
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
13
|
+
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 = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
17
|
+
if (kind === "m")
|
|
18
|
+
throw new TypeError("Private method is not writable");
|
|
19
|
+
if (kind === "a" && !f)
|
|
20
|
+
throw new TypeError("Private accessor was defined without a setter");
|
|
21
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
22
|
+
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
23
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
24
|
+
};
|
|
25
|
+
var _MenuService_menuElement, _MenuService_menuExpandChange, _MenuService_isPinned;
|
|
26
|
+
import { TypedEvent } from "../typed-event";
|
|
27
|
+
class MenuService {
|
|
28
|
+
constructor() {
|
|
29
|
+
_MenuService_menuElement.set(this, null);
|
|
30
|
+
_MenuService_menuExpandChange.set(this, new TypedEvent());
|
|
31
|
+
_MenuService_isPinned.set(this, false);
|
|
32
|
+
}
|
|
33
|
+
register(menuElement) {
|
|
34
|
+
if (__classPrivateFieldGet(this, _MenuService_menuElement, "f")) {
|
|
35
|
+
console.warn('Menu already defined');
|
|
36
|
+
return;
|
|
37
|
+
}
|
|
38
|
+
__classPrivateFieldSet(this, _MenuService_menuElement, menuElement, "f");
|
|
39
|
+
__classPrivateFieldGet(this, _MenuService_menuElement, "f").addEventListener('expandChange', (event) => {
|
|
40
|
+
__classPrivateFieldGet(this, _MenuService_menuExpandChange, "f").emit(event.detail);
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
setIsPinned(pinned) {
|
|
44
|
+
__classPrivateFieldSet(this, _MenuService_isPinned, pinned, "f");
|
|
45
|
+
}
|
|
46
|
+
async open() {
|
|
47
|
+
if (__classPrivateFieldGet(this, _MenuService_menuElement, "f")) {
|
|
48
|
+
__classPrivateFieldGet(this, _MenuService_menuElement, "f").toggleMenu(true);
|
|
49
|
+
return true;
|
|
50
|
+
}
|
|
51
|
+
return false;
|
|
52
|
+
}
|
|
53
|
+
async close() {
|
|
54
|
+
if (__classPrivateFieldGet(this, _MenuService_menuElement, "f")) {
|
|
55
|
+
__classPrivateFieldGet(this, _MenuService_menuElement, "f").toggleMenu(false);
|
|
56
|
+
return true;
|
|
57
|
+
}
|
|
58
|
+
return false;
|
|
59
|
+
}
|
|
60
|
+
async toggle() {
|
|
61
|
+
if (__classPrivateFieldGet(this, _MenuService_menuElement, "f")) {
|
|
62
|
+
__classPrivateFieldGet(this, _MenuService_menuElement, "f").toggleMenu();
|
|
63
|
+
return true;
|
|
64
|
+
}
|
|
65
|
+
return false;
|
|
66
|
+
}
|
|
67
|
+
get nativeElement() {
|
|
68
|
+
return __classPrivateFieldGet(this, _MenuService_menuElement, "f");
|
|
69
|
+
}
|
|
70
|
+
get expandChange() {
|
|
71
|
+
return __classPrivateFieldGet(this, _MenuService_menuExpandChange, "f");
|
|
72
|
+
}
|
|
73
|
+
get isPinned() {
|
|
74
|
+
return __classPrivateFieldGet(this, _MenuService_isPinned, "f");
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
_MenuService_menuElement = new WeakMap(), _MenuService_menuExpandChange = new WeakMap(), _MenuService_isPinned = new WeakMap();
|
|
78
|
+
export const menuController = new MenuService();
|
|
79
|
+
//# sourceMappingURL=menu-service.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-service.js","sourceRoot":"","sources":["../../../../src/components/utils/menu-service/menu-service.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;;;;;;;;;;;;;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE5C,MAAM,WAAW;IAAjB;QACE,mCAAyC,IAAI,EAAC;QAC9C,wCAAoB,IAAI,UAAU,EAAW,EAAC;QAC9C,gCAAY,KAAK,EAAC;IA0DpB,CAAC;IAxDC,QAAQ,CAAC,WAA8B;QACrC,IAAI,uBAAA,IAAI,gCAAa,EAAE,CAAC;YACtB,OAAO,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;YACrC,OAAO;QACT,CAAC;QACD,uBAAA,IAAI,4BAAgB,WAAW,MAAA,CAAC;QAChC,uBAAA,IAAI,gCAAa,CAAC,gBAAgB,CAChC,cAAc,EACd,CAAC,KAA2B,EAAE,EAAE;YAC9B,uBAAA,IAAI,qCAAkB,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAC5C,CAAC,CACF,CAAC;IACJ,CAAC;IAEM,WAAW,CAAC,MAAe;QAChC,uBAAA,IAAI,yBAAa,MAAM,MAAA,CAAC;IAC1B,CAAC;IAEM,KAAK,CAAC,IAAI;QACf,IAAI,uBAAA,IAAI,gCAAa,EAAE,CAAC;YACtB,uBAAA,IAAI,gCAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;YACnC,OAAO,IAAI,CAAC;QACd,CAAC;QAED,OAAO,KAAK,CAAC;IACf,CAAC;IAEM,KAAK,CAAC,KAAK;QAChB,IAAI,uBAAA,IAAI,gCAAa,EAAE,CAAC;YACtB,uBAAA,IAAI,gCAAa,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;YACpC,OAAO,IAAI,CAAC;QACd,CAAC;QAED,OAAO,KAAK,CAAC;IACf,CAAC;IAEM,KAAK,CAAC,MAAM;QACjB,IAAI,uBAAA,IAAI,gCAAa,EAAE,CAAC;YACtB,uBAAA,IAAI,gCAAa,CAAC,UAAU,EAAE,CAAC;YAC/B,OAAO,IAAI,CAAC;QACd,CAAC;QAED,OAAO,KAAK,CAAC;IACf,CAAC;IAED,IAAI,aAAa;QACf,OAAO,uBAAA,IAAI,gCAAa,CAAC;IAC3B,CAAC;IAED,IAAI,YAAY;QACd,OAAO,uBAAA,IAAI,qCAAkB,CAAC;IAChC,CAAC;IAED,IAAI,QAAQ;QACV,OAAO,uBAAA,IAAI,6BAAU,CAAC;IACxB,CAAC;CACF;;AAED,MAAM,CAAC,MAAM,cAAc,GAAG,IAAI,WAAW,EAAE,CAAC","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"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
import { h, Host } from "@stencil/core";
|
|
10
|
+
import { setTab } from "./menu-tabs-utils";
|
|
11
|
+
import { MenuSettings } from "../../menu-settings/menu-settings";
|
|
12
|
+
import { iconClose } from "@siemens/ix-icons/icons";
|
|
13
|
+
const getTabItems = (context) => {
|
|
14
|
+
return context.items.map(({ label }) => {
|
|
15
|
+
return (h("ix-tab-item", { selected: label === context.activeTabLabel, onTabClick: (e) => e.preventDefault(), onClick: () => {
|
|
16
|
+
if (label) {
|
|
17
|
+
setTab(context, label);
|
|
18
|
+
}
|
|
19
|
+
} }, label));
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
export const MenuTabs = ({ context }) => {
|
|
23
|
+
const selectedIndex = context.items.findIndex((item) => item.label === context.activeTabLabel);
|
|
24
|
+
return (h(Host, { slot: context instanceof MenuSettings ? 'ix-menu-settings' : 'ix-menu-about', class: {
|
|
25
|
+
show: context.show,
|
|
26
|
+
} }, h("div", { class: context instanceof MenuSettings ? 'settings-header' : 'about-header' }, h("h2", { class: "text-h2" }, context.label), h("ix-icon-button", { ghost: true, size: "24", icon: iconClose, onClick: (e) => context.close.emit({
|
|
27
|
+
name: context instanceof MenuSettings
|
|
28
|
+
? 'ix-menu-settings'
|
|
29
|
+
: 'ix-menu-about',
|
|
30
|
+
nativeEvent: e,
|
|
31
|
+
}) })), h("ix-tabs", { selected: selectedIndex !== -1 ? selectedIndex : 0 }, getTabItems(context)), h("slot", null)));
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=menu-tabs-fc.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-tabs-fc.js","sourceRoot":"","sources":["../../../../src/components/utils/menu-tabs/menu-tabs-fc.tsx"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAuB,CAAC,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAE3C,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAMpD,MAAM,WAAW,GAAG,CAAC,OAAiC,EAAE,EAAE;IACxD,OAAO,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE;QACrC,OAAO,CACL,mBACE,QAAQ,EAAE,KAAK,KAAK,OAAO,CAAC,cAAc,EAC1C,UAAU,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,cAAc,EAAE,EACrC,OAAO,EAAE,GAAG,EAAE;gBACZ,IAAI,KAAK,EAAE,CAAC;oBACV,MAAM,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;gBACzB,CAAC;YACH,CAAC,IAEA,KAAK,CACM,CACf,CAAC;IACJ,CAAC,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAuC,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE;IAC1E,MAAM,aAAa,GAAG,OAAO,CAAC,KAAK,CAAC,SAAS,CAC3C,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,KAAK,OAAO,CAAC,cAAc,CAChD,CAAC;IACF,OAAO,CACL,EAAC,IAAI,IACH,IAAI,EACF,OAAO,YAAY,YAAY,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,eAAe,EAExE,KAAK,EAAE;YACL,IAAI,EAAE,OAAO,CAAC,IAAI;SACnB;QAED,WACE,KAAK,EACH,OAAO,YAAY,YAAY,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,cAAc;YAGtE,UAAI,KAAK,EAAC,SAAS,IAAE,OAAO,CAAC,KAAK,CAAM;YACxC,sBACE,KAAK,QACL,IAAI,EAAC,IAAI,EACT,IAAI,EAAE,SAAS,EACf,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CACb,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC;oBACjB,IAAI,EACF,OAAO,YAAY,YAAY;wBAC7B,CAAC,CAAC,kBAAkB;wBACpB,CAAC,CAAC,eAAe;oBACrB,WAAW,EAAE,CAAC;iBACf,CAAC,GAEY,CACd;QACN,eAAS,QAAQ,EAAE,aAAa,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,IACxD,WAAW,CAAC,OAAO,CAAC,CACb;QACV,eAAa,CACR,CACR,CAAC;AACJ,CAAC,CAAC","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 { FunctionalComponent, h, Host } from '@stencil/core';\nimport { setTab } from './menu-tabs-utils';\nimport { MenuAbout } from '../../menu-about/menu-about';\nimport { MenuSettings } from '../../menu-settings/menu-settings';\nimport { iconClose } from '@siemens/ix-icons/icons';\n\ninterface MenuTabsProps {\n context: MenuSettings | MenuAbout;\n}\n\nconst getTabItems = (context: MenuSettings | MenuAbout) => {\n return context.items.map(({ label }) => {\n return (\n <ix-tab-item\n selected={label === context.activeTabLabel}\n onTabClick={(e) => e.preventDefault()}\n onClick={() => {\n if (label) {\n setTab(context, label);\n }\n }}\n >\n {label}\n </ix-tab-item>\n );\n });\n};\n\nexport const MenuTabs: FunctionalComponent<MenuTabsProps> = ({ context }) => {\n const selectedIndex = context.items.findIndex(\n (item) => item.label === context.activeTabLabel\n );\n return (\n <Host\n slot={\n context instanceof MenuSettings ? 'ix-menu-settings' : 'ix-menu-about'\n }\n class={{\n show: context.show,\n }}\n >\n <div\n class={\n context instanceof MenuSettings ? 'settings-header' : 'about-header'\n }\n >\n <h2 class=\"text-h2\">{context.label}</h2>\n <ix-icon-button\n ghost\n size=\"24\"\n icon={iconClose}\n onClick={(e) =>\n context.close.emit({\n name:\n context instanceof MenuSettings\n ? 'ix-menu-settings'\n : 'ix-menu-about',\n nativeEvent: e,\n })\n }\n ></ix-icon-button>\n </div>\n <ix-tabs selected={selectedIndex !== -1 ? selectedIndex : 0}>\n {getTabItems(context)}\n </ix-tabs>\n <slot></slot>\n </Host>\n );\n};\n"]}
|
|
@@ -0,0 +1,45 @@
|
|
|
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
|
+
import { MenuSettings } from "../../menu-settings/menu-settings";
|
|
10
|
+
function getItems(context) {
|
|
11
|
+
return Array.from(context.el.querySelectorAll(context instanceof MenuSettings
|
|
12
|
+
? 'ix-menu-settings-item'
|
|
13
|
+
: 'ix-menu-about-item'));
|
|
14
|
+
}
|
|
15
|
+
export function setTab(context, label) {
|
|
16
|
+
const { defaultPrevented } = context.tabChange.emit(label);
|
|
17
|
+
if (defaultPrevented) {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
context.activeTabLabel = label;
|
|
21
|
+
context.items.forEach((i) => {
|
|
22
|
+
i.style.display = 'none';
|
|
23
|
+
if (i.label === context.activeTabLabel) {
|
|
24
|
+
i.style.display = 'block';
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
export function initialize(context) {
|
|
29
|
+
context.items = getItems(context);
|
|
30
|
+
if (context.items.length) {
|
|
31
|
+
const selectedLabel = context.activeTabLabel || context.items[0].label;
|
|
32
|
+
if (selectedLabel) {
|
|
33
|
+
setTab(context, selectedLabel);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
context.items.forEach((item) => {
|
|
37
|
+
item.addEventListener('labelChange', (e) => {
|
|
38
|
+
context.items = getItems(context);
|
|
39
|
+
if (e.detail.oldLabel === context.activeTabLabel) {
|
|
40
|
+
context.activeTabLabel = e.detail.newLabel;
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=menu-tabs-utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-tabs-utils.js","sourceRoot":"","sources":["../../../../src/components/utils/menu-tabs/menu-tabs-utils.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AAEjE,SAAS,QAAQ,CACf,OAAiC;IAEjC,OAAO,KAAK,CAAC,IAAI,CACf,OAAO,CAAC,EAAE,CAAC,gBAAgB,CACzB,OAAO,YAAY,YAAY;QAC7B,CAAC,CAAC,uBAAuB;QACzB,CAAC,CAAC,oBAAoB,CACzB,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,MAAM,CAAC,OAAiC,EAAE,KAAa;IACrE,MAAM,EAAE,gBAAgB,EAAE,GAAG,OAAO,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IAE3D,IAAI,gBAAgB,EAAE,CAAC;QACrB,OAAO;IACT,CAAC;IAED,OAAO,CAAC,cAAc,GAAG,KAAK,CAAC;IAC/B,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE;QAC1B,CAAC,CAAC,KAAK,CAAC,OAAO,GAAG,MAAM,CAAC;QACzB,IAAI,CAAC,CAAC,KAAK,KAAK,OAAO,CAAC,cAAc,EAAE,CAAC;YACvC,CAAC,CAAC,KAAK,CAAC,OAAO,GAAG,OAAO,CAAC;QAC5B,CAAC;IACH,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,UAAU,CAAC,OAAiC;IAC1D,OAAO,CAAC,KAAK,GAAG,QAAQ,CAAC,OAAO,CAAC,CAAC;IAElC,IAAI,OAAO,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;QACzB,MAAM,aAAa,GAAG,OAAO,CAAC,cAAc,IAAI,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC;QACvE,IAAI,aAAa,EAAE,CAAC;YAClB,MAAM,CAAC,OAAO,EAAE,aAAa,CAAC,CAAC;QACjC,CAAC;IACH,CAAC;IAED,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;QAC7B,IAAI,CAAC,gBAAgB,CAAC,aAAa,EAAE,CAAC,CAAc,EAAE,EAAE;YACtD,OAAO,CAAC,KAAK,GAAG,QAAQ,CAAC,OAAO,CAAC,CAAC;YAElC,IAAI,CAAC,CAAC,MAAM,CAAC,QAAQ,KAAK,OAAO,CAAC,cAAc,EAAE,CAAC;gBACjD,OAAO,CAAC,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC;YAC7C,CAAC;QACH,CAAC,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;AACL,CAAC","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 { MenuAbout } from '../../menu-about/menu-about';\nimport { MenuSettings } from '../../menu-settings/menu-settings';\n\nfunction getItems(\n context: MenuSettings | MenuAbout\n): HTMLIxMenuSettingsItemElement[] | HTMLIxMenuAboutItemElement[] {\n return Array.from(\n context.el.querySelectorAll(\n context instanceof MenuSettings\n ? 'ix-menu-settings-item'\n : 'ix-menu-about-item'\n )\n );\n}\n\nexport function setTab(context: MenuSettings | MenuAbout, label: string) {\n const { defaultPrevented } = context.tabChange.emit(label);\n\n if (defaultPrevented) {\n return;\n }\n\n context.activeTabLabel = label;\n context.items.forEach((i) => {\n i.style.display = 'none';\n if (i.label === context.activeTabLabel) {\n i.style.display = 'block';\n }\n });\n}\n\nexport function initialize(context: MenuSettings | MenuAbout) {\n context.items = getItems(context);\n\n if (context.items.length) {\n const selectedLabel = context.activeTabLabel || context.items[0].label;\n if (selectedLabel) {\n setTab(context, selectedLabel);\n }\n }\n\n context.items.forEach((item) => {\n item.addEventListener('labelChange', (e: CustomEvent) => {\n context.items = getItems(context);\n\n if (e.detail.oldLabel === context.activeTabLabel) {\n context.activeTabLabel = e.detail.newLabel;\n }\n });\n });\n}\n\nexport interface CustomLabelChangeEvent {\n name: string;\n oldLabel: string;\n newLabel: string;\n}\n\nexport interface CustomCloseEvent {\n nativeEvent: MouseEvent;\n name: string;\n}\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
export { showModalLoading } from './loading';
|
|
10
|
+
export { showMessage } from './message';
|
|
11
|
+
export { closeModal, dismissModal, showModal, } from './modal';
|
|
12
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/utils/modal/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,EAAiB,WAAW,EAAE,MAAM,WAAW,CAAC;AACvD,OAAO,EACL,UAAU,EACV,YAAY,EAGZ,SAAS,GACV,MAAM,SAAS,CAAC","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 { showModalLoading } from './loading';\nexport { MessageConfig, showMessage } from './message';\nexport {\n closeModal,\n dismissModal,\n ModalConfig,\n ModalInstance,\n showModal,\n} from './modal';\n"]}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
import Animation from "../animation";
|
|
10
|
+
import { getCoreDelegate } from "../delegate";
|
|
11
|
+
export function showModalLoading(message) {
|
|
12
|
+
const modal = document.createElement('ix-modal');
|
|
13
|
+
modal.closeOnEscape = false;
|
|
14
|
+
const loading = document.createElement('ix-modal-loading');
|
|
15
|
+
loading.innerText = message;
|
|
16
|
+
modal.appendChild(loading);
|
|
17
|
+
getCoreDelegate().attachView(modal);
|
|
18
|
+
modal.showModal();
|
|
19
|
+
return {
|
|
20
|
+
update: (text) => (loading.innerHTML = text),
|
|
21
|
+
finish: (text, timeout = 250) => {
|
|
22
|
+
if (text !== undefined) {
|
|
23
|
+
loading.innerText = text;
|
|
24
|
+
}
|
|
25
|
+
else {
|
|
26
|
+
timeout = 0;
|
|
27
|
+
}
|
|
28
|
+
setTimeout(() => {
|
|
29
|
+
modal.closeModal(null);
|
|
30
|
+
setTimeout(async () => await getCoreDelegate().removeView(modal), Animation.mediumTime);
|
|
31
|
+
}, timeout);
|
|
32
|
+
},
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=loading.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loading.js","sourceRoot":"","sources":["../../../../src/components/utils/modal/loading.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,SAAS,MAAM,cAAc,CAAC;AACrC,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAE9C,MAAM,UAAU,gBAAgB,CAAC,OAAe;IAC9C,MAAM,KAAK,GAAG,QAAQ,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;IACjD,KAAK,CAAC,aAAa,GAAG,KAAK,CAAC;IAE5B,MAAM,OAAO,GAAG,QAAQ,CAAC,aAAa,CAAC,kBAAkB,CAAC,CAAC;IAC3D,OAAO,CAAC,SAAS,GAAG,OAAO,CAAC;IAC5B,KAAK,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;IAE3B,eAAe,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;IACpC,KAAK,CAAC,SAAS,EAAE,CAAC;IAElB,OAAO;QACL,MAAM,EAAE,CAAC,IAAY,EAAE,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC;QACpD,MAAM,EAAE,CAAC,IAAa,EAAE,UAAkB,GAAG,EAAE,EAAE;YAC/C,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;gBACvB,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC;YAC3B,CAAC;iBAAM,CAAC;gBACN,OAAO,GAAG,CAAC,CAAC;YACd,CAAC;YACD,UAAU,CAAC,GAAG,EAAE;gBACd,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvB,UAAU,CACR,KAAK,IAAI,EAAE,CAAC,MAAM,eAAe,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC,EACrD,SAAS,CAAC,UAAU,CACrB,CAAC;YACJ,CAAC,EAAE,OAAO,CAAC,CAAC;QACd,CAAC;KACF,CAAC;AACJ,CAAC","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 Animation from '../animation';\nimport { getCoreDelegate } from '../delegate';\n\nexport function showModalLoading(message: string) {\n const modal = document.createElement('ix-modal');\n modal.closeOnEscape = false;\n\n const loading = document.createElement('ix-modal-loading');\n loading.innerText = message;\n modal.appendChild(loading);\n\n getCoreDelegate().attachView(modal);\n modal.showModal();\n\n return {\n update: (text: string) => (loading.innerHTML = text),\n finish: (text?: string, timeout: number = 250) => {\n if (text !== undefined) {\n loading.innerText = text;\n } else {\n timeout = 0;\n }\n setTimeout(() => {\n modal.closeModal(null);\n setTimeout(\n async () => await getCoreDelegate().removeView(modal),\n Animation.mediumTime\n );\n }, timeout);\n },\n };\n}\n"]}
|
|
@@ -0,0 +1,140 @@
|
|
|
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
|
+
import { getCoreDelegate } from "../delegate";
|
|
10
|
+
import { TypedEvent } from "../typed-event";
|
|
11
|
+
function setA11yAttributes(element, config) {
|
|
12
|
+
const ariaDescribedby = config.ariaDescribedby;
|
|
13
|
+
const ariaLabelledby = config.ariaLabelledby;
|
|
14
|
+
delete config['ariaDescribedby'];
|
|
15
|
+
delete config['ariaLabelledby'];
|
|
16
|
+
if (ariaDescribedby) {
|
|
17
|
+
element.setAttribute('aria-describedby', ariaDescribedby);
|
|
18
|
+
}
|
|
19
|
+
if (ariaLabelledby) {
|
|
20
|
+
element.setAttribute('aria-labelledby', ariaLabelledby);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
function createConfirmButtons(textOkay, textCancel, payloadOkay, payloadCancel) {
|
|
24
|
+
let actions = [];
|
|
25
|
+
if (textCancel !== undefined) {
|
|
26
|
+
actions = [
|
|
27
|
+
...actions,
|
|
28
|
+
{
|
|
29
|
+
id: 'cancel',
|
|
30
|
+
text: textCancel,
|
|
31
|
+
type: 'cancel',
|
|
32
|
+
payload: payloadCancel,
|
|
33
|
+
},
|
|
34
|
+
];
|
|
35
|
+
}
|
|
36
|
+
return [
|
|
37
|
+
...actions,
|
|
38
|
+
{
|
|
39
|
+
id: 'okay',
|
|
40
|
+
text: textOkay,
|
|
41
|
+
type: 'okay',
|
|
42
|
+
payload: payloadOkay,
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
}
|
|
46
|
+
export async function showMessage(config) {
|
|
47
|
+
const onMessageAction = new TypedEvent();
|
|
48
|
+
const dialog = document.createElement('ix-modal');
|
|
49
|
+
const header = document.createElement('ix-modal-header');
|
|
50
|
+
const content = document.createElement('ix-modal-content');
|
|
51
|
+
const footer = document.createElement('ix-modal-footer');
|
|
52
|
+
setA11yAttributes(dialog, config);
|
|
53
|
+
Object.assign(header, config);
|
|
54
|
+
Object.assign(content, config);
|
|
55
|
+
Object.assign(footer, config);
|
|
56
|
+
header.innerText = config.messageTitle;
|
|
57
|
+
content.innerText = config.message;
|
|
58
|
+
config.actions.forEach(({ id, text, type, payload }) => {
|
|
59
|
+
const button = document.createElement('ix-button');
|
|
60
|
+
button.innerText = text;
|
|
61
|
+
footer.appendChild(button);
|
|
62
|
+
if (type === 'okay') {
|
|
63
|
+
button.variant = 'primary';
|
|
64
|
+
button.addEventListener('click', () => dialog.closeModal({
|
|
65
|
+
actionId: id,
|
|
66
|
+
payload,
|
|
67
|
+
}));
|
|
68
|
+
return;
|
|
69
|
+
}
|
|
70
|
+
else if (type === 'cancel') {
|
|
71
|
+
button.variant = 'primary';
|
|
72
|
+
button.outline = true;
|
|
73
|
+
button.addEventListener('click', () => dialog.dismissModal({
|
|
74
|
+
actionId: id,
|
|
75
|
+
payload,
|
|
76
|
+
}));
|
|
77
|
+
return;
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
dialog.appendChild(header);
|
|
81
|
+
dialog.appendChild(content);
|
|
82
|
+
dialog.appendChild(footer);
|
|
83
|
+
const dialogRef = await getCoreDelegate().attachView(dialog);
|
|
84
|
+
dialogRef.addEventListener('dialogClose', (event) => {
|
|
85
|
+
onMessageAction.emit(event.detail);
|
|
86
|
+
dialogRef.remove();
|
|
87
|
+
});
|
|
88
|
+
dialogRef.addEventListener('dialogDismiss', (event) => {
|
|
89
|
+
onMessageAction.emit(event.detail);
|
|
90
|
+
dialogRef.remove();
|
|
91
|
+
});
|
|
92
|
+
setA11yAttributes(dialogRef, config);
|
|
93
|
+
Object.assign(dialogRef, config);
|
|
94
|
+
dialogRef.showModal();
|
|
95
|
+
return onMessageAction;
|
|
96
|
+
}
|
|
97
|
+
showMessage.info = (title, message, textOkay, textCancel, payloadOkay, payloadCancel) => {
|
|
98
|
+
return showMessage({
|
|
99
|
+
message,
|
|
100
|
+
messageTitle: title,
|
|
101
|
+
icon: 'info',
|
|
102
|
+
actions: createConfirmButtons(textOkay, textCancel, payloadOkay, payloadCancel),
|
|
103
|
+
});
|
|
104
|
+
};
|
|
105
|
+
showMessage.warning = (title, message, textOkay, textCancel, payloadOkay, payloadCancel) => {
|
|
106
|
+
return showMessage({
|
|
107
|
+
message,
|
|
108
|
+
messageTitle: title,
|
|
109
|
+
icon: 'warning',
|
|
110
|
+
iconColor: 'color-warning',
|
|
111
|
+
actions: createConfirmButtons(textOkay, textCancel, payloadOkay, payloadCancel),
|
|
112
|
+
});
|
|
113
|
+
};
|
|
114
|
+
showMessage.error = (title, message, textOkay, textCancel, payloadOkay, payloadCancel) => {
|
|
115
|
+
return showMessage({
|
|
116
|
+
message,
|
|
117
|
+
messageTitle: title,
|
|
118
|
+
icon: 'error',
|
|
119
|
+
iconColor: 'color-alarm',
|
|
120
|
+
actions: createConfirmButtons(textOkay, textCancel, payloadOkay, payloadCancel),
|
|
121
|
+
});
|
|
122
|
+
};
|
|
123
|
+
showMessage.success = (title, message, textOkay, textCancel, payloadOkay, payloadCancel) => {
|
|
124
|
+
return showMessage({
|
|
125
|
+
message,
|
|
126
|
+
messageTitle: title,
|
|
127
|
+
icon: 'success',
|
|
128
|
+
iconColor: 'color-success',
|
|
129
|
+
actions: createConfirmButtons(textOkay, textCancel, payloadOkay, payloadCancel),
|
|
130
|
+
});
|
|
131
|
+
};
|
|
132
|
+
showMessage.question = (title, message, textOkay, textCancel, payloadOkay, payloadCancel) => {
|
|
133
|
+
return showMessage({
|
|
134
|
+
message,
|
|
135
|
+
messageTitle: title,
|
|
136
|
+
icon: 'question',
|
|
137
|
+
actions: createConfirmButtons(textOkay, textCancel, payloadOkay, payloadCancel),
|
|
138
|
+
});
|
|
139
|
+
};
|
|
140
|
+
//# sourceMappingURL=message.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"message.js","sourceRoot":"","sources":["../../../../src/components/utils/modal/message.ts"],"names":[],"mappings":"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","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 { getCoreDelegate } from '../delegate';\nimport { TypedEvent } from '../typed-event';\nimport { ModalConfig } from './modal';\n\nexport type MessageConfig<T> = Omit<\n ModalConfig<T, unknown>,\n 'content' | 'title'\n> &\n MessageContent;\n\nfunction setA11yAttributes(element: HTMLElement, config: MessageContent) {\n const ariaDescribedby = config.ariaDescribedby;\n const ariaLabelledby = config.ariaLabelledby;\n\n delete config['ariaDescribedby'];\n delete config['ariaLabelledby'];\n\n if (ariaDescribedby) {\n element.setAttribute('aria-describedby', ariaDescribedby);\n }\n\n if (ariaLabelledby) {\n element.setAttribute('aria-labelledby', ariaLabelledby);\n }\n}\n\nfunction createConfirmButtons(\n textOkay: string,\n textCancel?: string,\n payloadOkay?: any,\n payloadCancel?: any\n) {\n let actions: MessageAction[] = [];\n\n if (textCancel !== undefined) {\n actions = [\n ...actions,\n {\n id: 'cancel',\n text: textCancel,\n type: 'cancel',\n payload: payloadCancel,\n } as MessageAction,\n ];\n }\n return [\n ...actions,\n {\n id: 'okay',\n text: textOkay,\n type: 'okay',\n payload: payloadOkay,\n } as MessageAction,\n ];\n}\n\nexport type MessageAction = {\n id: string;\n type: 'button-primary' | 'button-secondary' | 'okay' | 'cancel';\n text: string;\n payload?: any;\n};\n\nexport type MessageContent = {\n icon: string;\n iconColor?: string;\n messageTitle: string;\n message: string;\n actions: MessageAction[];\n ariaLabelledby?: string;\n ariaDescribedby?: string;\n};\n\nexport async function showMessage<T>(config: MessageConfig<T>) {\n const onMessageAction = new TypedEvent<{\n actionId: string;\n payload: T;\n }>();\n const dialog = document.createElement('ix-modal');\n const header = document.createElement('ix-modal-header');\n const content = document.createElement('ix-modal-content');\n const footer = document.createElement('ix-modal-footer');\n\n setA11yAttributes(dialog, config);\n\n Object.assign(header, config);\n Object.assign(content, config);\n Object.assign(footer, config);\n\n header.innerText = config.messageTitle;\n content.innerText = config.message;\n\n config.actions.forEach(({ id, text, type, payload }) => {\n const button = document.createElement('ix-button');\n button.innerText = text;\n footer.appendChild(button);\n\n if (type === 'okay') {\n button.variant = 'primary';\n button.addEventListener('click', () =>\n dialog.closeModal({\n actionId: id,\n payload,\n })\n );\n return;\n } else if (type === 'cancel') {\n button.variant = 'primary';\n button.outline = true;\n button.addEventListener('click', () =>\n dialog.dismissModal({\n actionId: id,\n payload,\n })\n );\n return;\n }\n });\n\n dialog.appendChild(header);\n dialog.appendChild(content);\n dialog.appendChild(footer);\n\n const dialogRef =\n await getCoreDelegate().attachView<HTMLIxModalElement>(dialog);\n\n dialogRef.addEventListener(\n 'dialogClose',\n (\n event: CustomEvent<{\n actionId: string;\n payload: T;\n }>\n ) => {\n onMessageAction.emit(event.detail);\n dialogRef.remove();\n }\n );\n\n dialogRef.addEventListener(\n 'dialogDismiss',\n (\n event: CustomEvent<{\n actionId: string;\n payload: T;\n }>\n ) => {\n onMessageAction.emit(event.detail);\n dialogRef.remove();\n }\n );\n\n setA11yAttributes(dialogRef, config);\n Object.assign(dialogRef, config);\n\n dialogRef.showModal();\n return onMessageAction;\n}\n\nshowMessage.info = (\n title: string,\n message: string,\n textOkay: string,\n textCancel?: string,\n payloadOkay?: any,\n payloadCancel?: any\n) => {\n return showMessage({\n message,\n messageTitle: title,\n icon: 'info',\n actions: createConfirmButtons(\n textOkay,\n textCancel,\n payloadOkay,\n payloadCancel\n ),\n });\n};\n\nshowMessage.warning = (\n title: string,\n message: string,\n textOkay: string,\n textCancel?: string,\n payloadOkay?: any,\n payloadCancel?: any\n) => {\n return showMessage({\n message,\n messageTitle: title,\n icon: 'warning',\n iconColor: 'color-warning',\n actions: createConfirmButtons(\n textOkay,\n textCancel,\n payloadOkay,\n payloadCancel\n ),\n });\n};\n\nshowMessage.error = (\n title: string,\n message: string,\n textOkay: string,\n textCancel?: string,\n payloadOkay?: any,\n payloadCancel?: any\n) => {\n return showMessage({\n message,\n messageTitle: title,\n icon: 'error',\n iconColor: 'color-alarm',\n actions: createConfirmButtons(\n textOkay,\n textCancel,\n payloadOkay,\n payloadCancel\n ),\n });\n};\n\nshowMessage.success = (\n title: string,\n message: string,\n textOkay: string,\n textCancel?: string,\n payloadOkay?: any,\n payloadCancel?: any\n) => {\n return showMessage({\n message,\n messageTitle: title,\n icon: 'success',\n iconColor: 'color-success',\n actions: createConfirmButtons(\n textOkay,\n textCancel,\n payloadOkay,\n payloadCancel\n ),\n });\n};\n\nshowMessage.question = (\n title: string,\n message: string,\n textOkay: string,\n textCancel?: string,\n payloadOkay?: any,\n payloadCancel?: any\n) => {\n return showMessage({\n message,\n messageTitle: title,\n icon: 'question',\n actions: createConfirmButtons(\n textOkay,\n textCancel,\n payloadOkay,\n payloadCancel\n ),\n });\n};\n"]}
|