@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,103 @@
|
|
|
1
|
+
import { r as registerInstance, h, H as Host, g as getElement } from './index-DtF9fwpD.js';
|
|
2
|
+
import { B as BaseButton } from './base-button-IZFEmS6o.js';
|
|
3
|
+
|
|
4
|
+
const buttonCss = ":host{display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text)}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host button{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host ix-icon{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host .icon{pointer-events:none}:host(.disabled){cursor:default}:host .btn-danger{border-radius:var(--theme-btn--border-radius)}:host .btn-danger,:host .btn-danger.focus,:host .btn-danger:focus-visible{background-color:var(--theme-btn-danger--background);color:var(--theme-btn-danger--color);--ix-button-color:var(--theme-btn-danger--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger--border-color);border-style:solid}:host .btn-danger:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-danger.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-danger.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger.selected:not(.disabled):not(:disabled):active,:host .btn-danger.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-danger:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger:not(.disabled):not(:disabled):hover{border-color:var(--theme-btn-danger--border-color--hover);background-color:var(--theme-btn-danger--background--hover);color:var(--theme-btn-danger--color--hover)}:host .btn-danger:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger:not(.disabled):not(:disabled):active,:host .btn-danger:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger--border-color--active);background-color:var(--theme-btn-danger--background--active);color:var(--theme-btn-danger--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger.disabled,:host(.disabled) .btn-danger:disabled{pointer-events:none;border-color:var(--theme-btn-danger--border-color--disabled);background-color:var(--theme-btn-danger--background--disabled);color:var(--theme-btn-danger--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger--color--disabled)}:host .btn-outline-danger{border-radius:var(--theme-btn--border-radius)}:host .btn-outline-danger,:host .btn-outline-danger.focus,:host .btn-outline-danger:focus-visible{background-color:var(--theme-btn-outline-danger--background);color:var(--theme-btn-outline-danger--color);--ix-button-color:var(--theme-btn-outline-danger--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-outline-danger--border-color);border-style:solid}:host .btn-outline-danger:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-outline-danger.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-outline-danger.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-danger.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-outline-danger.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-danger.selected:not(.disabled):not(:disabled):active,:host .btn-outline-danger.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-outline-danger:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-danger:not(.disabled):not(:disabled):hover{border-color:var(--theme-btn-outline-danger--border-color--hover);background-color:var(--theme-btn-outline-danger--background--hover);color:var(--theme-btn-outline-danger--color--hover)}:host .btn-outline-danger:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-danger:not(.disabled):not(:disabled):active,:host .btn-outline-danger:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-outline-danger--border-color--active);background-color:var(--theme-btn-outline-danger--background--active);color:var(--theme-btn-outline-danger--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-outline-danger.disabled,:host(.disabled) .btn-outline-danger:disabled{pointer-events:none;border-color:var(--theme-btn-outline-danger--border-color--disabled);background-color:var(--theme-btn-outline-danger--background--disabled);color:var(--theme-btn-outline-danger--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-outline-danger--color--disabled)}:host .btn-invisible-danger{border-radius:var(--theme-btn--border-radius)}:host .btn-invisible-danger,:host .btn-invisible-danger.focus,:host .btn-invisible-danger:focus-visible{background-color:var(--theme-btn-invisible-danger--background);color:var(--theme-btn-invisible-danger--color);--ix-button-color:var(--theme-btn-invisible-danger--color);border-color:transparent}:host .btn-invisible-danger:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-invisible-danger.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-invisible-danger.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-danger.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-invisible-danger.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-danger.selected:not(.disabled):not(:disabled):active,:host .btn-invisible-danger.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-invisible-danger:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-danger:not(.disabled):not(:disabled):hover{background-color:var(--theme-btn-invisible-danger--background--hover);color:var(--theme-btn-invisible-danger--color--hover)}:host .btn-invisible-danger:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-danger:not(.disabled):not(:disabled):active,:host .btn-invisible-danger:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-invisible-danger--background--active);color:var(--theme-btn-invisible-danger--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-invisible-danger.disabled,:host(.disabled) .btn-invisible-danger:disabled{pointer-events:none;background-color:var(--theme-btn-invisible-danger--background--disabled);color:var(--theme-btn-invisible-danger--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-invisible-danger--color--disabled)}:host .btn-primary{border-radius:var(--theme-btn--border-radius)}:host .btn-primary,:host .btn-primary.focus,:host .btn-primary:focus-visible{background-color:var(--theme-btn-primary--background);color:var(--theme-btn-primary--color);--ix-button-color:var(--theme-btn-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-primary--border-color);border-style:solid}:host .btn-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-primary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):active,:host .btn-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):hover{border-color:var(--theme-btn-primary--border-color--hover);background-color:var(--theme-btn-primary--background--hover);color:var(--theme-btn-primary--color--hover)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):active,:host .btn-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-primary--border-color--active);background-color:var(--theme-btn-primary--background--active);color:var(--theme-btn-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-primary.disabled,:host(.disabled) .btn-primary:disabled{pointer-events:none;border-color:var(--theme-btn-primary--border-color--disabled);background-color:var(--theme-btn-primary--background--disabled);color:var(--theme-btn-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-primary--color--disabled)}:host .btn-outline-primary{border-radius:var(--theme-btn--border-radius)}:host .btn-outline-primary,:host .btn-outline-primary.focus,:host .btn-outline-primary:focus-visible{background-color:var(--theme-btn-outline-primary--background);color:var(--theme-btn-outline-primary--color);--ix-button-color:var(--theme-btn-outline-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-outline-primary--border-color);border-style:solid}:host .btn-outline-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-outline-primary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-outline-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-primary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-outline-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-primary.selected:not(.disabled):not(:disabled):active,:host .btn-outline-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-outline-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-primary:not(.disabled):not(:disabled):hover{border-color:var(--theme-btn-outline-primary--border-color--hover);background-color:var(--theme-btn-outline-primary--background--hover);color:var(--theme-btn-outline-primary--color--hover)}:host .btn-outline-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-primary:not(.disabled):not(:disabled):active,:host .btn-outline-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-outline-primary--border-color--active);background-color:var(--theme-btn-outline-primary--background--active);color:var(--theme-btn-outline-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-outline-primary.disabled,:host(.disabled) .btn-outline-primary:disabled{pointer-events:none;border-color:var(--theme-btn-outline-primary--border-color--disabled);background-color:var(--theme-btn-outline-primary--background--disabled);color:var(--theme-btn-outline-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-outline-primary--color--disabled)}:host .btn-invisible-primary{border-radius:var(--theme-btn--border-radius)}:host .btn-invisible-primary,:host .btn-invisible-primary.focus,:host .btn-invisible-primary:focus-visible{background-color:var(--theme-btn-invisible-primary--background);color:var(--theme-btn-invisible-primary--color);--ix-button-color:var(--theme-btn-invisible-primary--color);border-color:transparent}:host .btn-invisible-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-invisible-primary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-invisible-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-primary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-invisible-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-primary.selected:not(.disabled):not(:disabled):active,:host .btn-invisible-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-invisible-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-primary:not(.disabled):not(:disabled):hover{background-color:var(--theme-btn-invisible-primary--background--hover);color:var(--theme-btn-invisible-primary--color--hover)}:host .btn-invisible-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-primary:not(.disabled):not(:disabled):active,:host .btn-invisible-primary:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-invisible-primary--background--active);color:var(--theme-btn-invisible-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-invisible-primary.disabled,:host(.disabled) .btn-invisible-primary:disabled{pointer-events:none;background-color:var(--theme-btn-invisible-primary--background--disabled);color:var(--theme-btn-invisible-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-invisible-primary--color--disabled)}:host .btn-secondary{border-radius:var(--theme-btn--border-radius)}:host .btn-secondary,:host .btn-secondary.focus,:host .btn-secondary:focus-visible{background-color:var(--theme-btn-secondary--background);color:var(--theme-btn-secondary--color);--ix-button-color:var(--theme-btn-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-secondary--border-color);border-style:solid}:host .btn-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-secondary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):hover{border-color:var(--theme-btn-secondary--border-color--hover);background-color:var(--theme-btn-secondary--background--hover);color:var(--theme-btn-secondary--color--hover)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):active,:host .btn-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-secondary--border-color--active);background-color:var(--theme-btn-secondary--background--active);color:var(--theme-btn-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-secondary.disabled,:host(.disabled) .btn-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-secondary--border-color--disabled);background-color:var(--theme-btn-secondary--background--disabled);color:var(--theme-btn-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-secondary--color--disabled)}:host .btn-outline-secondary{border-radius:var(--theme-btn--border-radius)}:host .btn-outline-secondary,:host .btn-outline-secondary.focus,:host .btn-outline-secondary:focus-visible{background-color:var(--theme-btn-outline-secondary--background);color:var(--theme-btn-outline-secondary--color);--ix-button-color:var(--theme-btn-outline-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-outline-secondary--border-color);border-style:solid}:host .btn-outline-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-outline-secondary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-outline-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-secondary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-outline-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-outline-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-outline-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-secondary:not(.disabled):not(:disabled):hover{border-color:var(--theme-btn-outline-secondary--border-color--hover);background-color:var(--theme-btn-outline-secondary--background--hover);color:var(--theme-btn-outline-secondary--color--hover)}:host .btn-outline-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-secondary:not(.disabled):not(:disabled):active,:host .btn-outline-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-outline-secondary--border-color--active);background-color:var(--theme-btn-outline-secondary--background--active);color:var(--theme-btn-outline-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-outline-secondary.disabled,:host(.disabled) .btn-outline-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-outline-secondary--border-color--disabled);background-color:var(--theme-btn-outline-secondary--background--disabled);color:var(--theme-btn-outline-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-outline-secondary--color--disabled)}:host .btn-invisible-secondary{border-radius:var(--theme-btn--border-radius)}:host .btn-invisible-secondary,:host .btn-invisible-secondary.focus,:host .btn-invisible-secondary:focus-visible{background-color:var(--theme-btn-invisible-secondary--background);color:var(--theme-btn-invisible-secondary--color);--ix-button-color:var(--theme-btn-invisible-secondary--color);border-color:transparent}:host .btn-invisible-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-invisible-secondary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-invisible-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-secondary:not(.disabled):not(:disabled):hover{background-color:var(--theme-btn-invisible-secondary--background--hover);color:var(--theme-btn-invisible-secondary--color--hover)}:host .btn-invisible-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-secondary:not(.disabled):not(:disabled):active,:host .btn-invisible-secondary:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-invisible-secondary--background--active);color:var(--theme-btn-invisible-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-invisible-secondary.disabled,:host(.disabled) .btn-invisible-secondary:disabled{pointer-events:none;background-color:var(--theme-btn-invisible-secondary--background--disabled);color:var(--theme-btn-invisible-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-invisible-secondary--color--disabled)}:host{min-width:5rem}";
|
|
5
|
+
|
|
6
|
+
const Button = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
/**
|
|
10
|
+
* Button variant
|
|
11
|
+
* @since 2.3.0 - variant danger
|
|
12
|
+
*/
|
|
13
|
+
this.variant = 'primary';
|
|
14
|
+
/**
|
|
15
|
+
* Outline button
|
|
16
|
+
*/
|
|
17
|
+
this.outline = false;
|
|
18
|
+
/**
|
|
19
|
+
* Button with no background or outline
|
|
20
|
+
*/
|
|
21
|
+
this.ghost = false;
|
|
22
|
+
/**
|
|
23
|
+
* Disable the button
|
|
24
|
+
*/
|
|
25
|
+
this.disabled = false;
|
|
26
|
+
/**
|
|
27
|
+
* Type of the button
|
|
28
|
+
*/
|
|
29
|
+
this.type = 'button';
|
|
30
|
+
/**
|
|
31
|
+
* Loading button
|
|
32
|
+
*
|
|
33
|
+
* @since 2.0.0
|
|
34
|
+
*/
|
|
35
|
+
this.loading = false;
|
|
36
|
+
/** @internal */
|
|
37
|
+
this.alignment = 'center';
|
|
38
|
+
/** @internal */
|
|
39
|
+
this.iconSize = '24';
|
|
40
|
+
}
|
|
41
|
+
handleClick(event) {
|
|
42
|
+
if (this.disabled || this.loading) {
|
|
43
|
+
event.stopPropagation();
|
|
44
|
+
event.preventDefault();
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
componentDidLoad() {
|
|
48
|
+
if (this.type === 'submit') {
|
|
49
|
+
const submitButton = document.createElement('button');
|
|
50
|
+
submitButton.style.display = 'none';
|
|
51
|
+
submitButton.type = 'submit';
|
|
52
|
+
submitButton.tabIndex = -1;
|
|
53
|
+
this.hostElement.appendChild(submitButton);
|
|
54
|
+
this.submitButtonElement = submitButton;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
componentDidRender() {
|
|
58
|
+
if (this.submitButtonElement &&
|
|
59
|
+
!this.hostElement.contains(this.submitButtonElement)) {
|
|
60
|
+
this.hostElement.appendChild(this.submitButtonElement);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
dispatchFormEvents() {
|
|
64
|
+
if (this.type === 'submit' &&
|
|
65
|
+
this.submitButtonElement &&
|
|
66
|
+
!this.disabled &&
|
|
67
|
+
!this.loading) {
|
|
68
|
+
this.submitButtonElement.click();
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
setFocus() {
|
|
72
|
+
var _a;
|
|
73
|
+
(_a = this.hostElement.shadowRoot.querySelector('button')) === null || _a === void 0 ? void 0 : _a.focus();
|
|
74
|
+
}
|
|
75
|
+
render() {
|
|
76
|
+
const baseButtonProps = {
|
|
77
|
+
variant: this.variant,
|
|
78
|
+
outline: this.outline,
|
|
79
|
+
ghost: this.ghost,
|
|
80
|
+
iconOnly: false,
|
|
81
|
+
iconOval: false,
|
|
82
|
+
selected: false,
|
|
83
|
+
disabled: this.disabled || this.loading,
|
|
84
|
+
icon: this.icon,
|
|
85
|
+
iconSize: this.iconSize,
|
|
86
|
+
loading: this.loading,
|
|
87
|
+
onClick: () => this.dispatchFormEvents(),
|
|
88
|
+
type: this.type,
|
|
89
|
+
alignment: this.alignment,
|
|
90
|
+
tabIndex: this.hostElement.tabIndex,
|
|
91
|
+
};
|
|
92
|
+
return (h(Host, { key: '0d7e9fe309d1c2fd320f19cafa0e15bcefafe346', tabindex: this.disabled ? -1 : 0, class: {
|
|
93
|
+
disabled: this.disabled || this.loading,
|
|
94
|
+
}, onFocus: () => this.setFocus() }, h(BaseButton, Object.assign({ key: '36c8821e58f2c9beee5d68b842636e629d728687' }, baseButtonProps), h("slot", { key: 'e7ef0928f22720a705f3223fc2495bd90de5767c' }))));
|
|
95
|
+
}
|
|
96
|
+
get hostElement() { return getElement(this); }
|
|
97
|
+
};
|
|
98
|
+
Button.style = buttonCss;
|
|
99
|
+
|
|
100
|
+
export { Button as ix_button };
|
|
101
|
+
//# sourceMappingURL=ix-button.entry.js.map
|
|
102
|
+
|
|
103
|
+
//# sourceMappingURL=ix-button.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-button.entry.js","sources":["src/components/button/button.scss?tag=ix-button&encapsulation=shadow","src/components/button/button.tsx"],"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@import './button-mixin';\n\n@include btn;\n$button-categories: (danger, primary, secondary);\n@each $category in $button-categories {\n @include btn-variant($category);\n @include btn-variant('outline-#{$category}');\n @include btn-variant('invisible-#{$category}', false);\n}\n\n:host {\n min-width: 5rem;\n}\n","/*\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 { Component, Element, h, Host, Listen, Prop } from '@stencil/core';\nimport { BaseButton, BaseButtonProps } from './base-button';\nimport { IxButtonComponent } from './button-component';\n\nexport type ButtonVariant = 'danger' | 'primary' | 'secondary';\n\n@Component({\n tag: 'ix-button',\n shadow: true,\n styleUrl: './button.scss',\n})\nexport class Button implements IxButtonComponent {\n /**\n * Button variant\n * @since 2.3.0 - variant danger\n */\n @Prop() variant: ButtonVariant = 'primary';\n\n /**\n * Outline button\n */\n @Prop() outline = false;\n\n /**\n * Button with no background or outline\n */\n @Prop() ghost = false;\n\n /**\n * Disable the button\n */\n @Prop({ reflect: true }) disabled = false;\n\n /**\n * Type of the button\n */\n @Prop() type: 'button' | 'submit' = 'button';\n\n /**\n * Loading button\n *\n * @since 2.0.0\n */\n @Prop() loading: boolean = false;\n\n /**\n * Icon name\n */\n @Prop() icon?: string;\n\n /** @internal */\n @Prop() alignment: 'center' | 'start' = 'center';\n\n /** @internal */\n @Prop() iconSize: '12' | '16' | '24' = '24';\n\n @Element() hostElement!: HTMLIxButtonElement;\n\n /**\n * Temp. workaround until stencil issue is fixed (https://github.com/ionic-team/stencil/issues/2284)\n */\n submitButtonElement?: HTMLButtonElement;\n\n @Listen('click', { capture: true })\n handleClick(event: Event) {\n if (this.disabled || this.loading) {\n event.stopPropagation();\n event.preventDefault();\n }\n }\n\n componentDidLoad() {\n if (this.type === 'submit') {\n const submitButton = document.createElement('button');\n submitButton.style.display = 'none';\n submitButton.type = 'submit';\n submitButton.tabIndex = -1;\n this.hostElement.appendChild(submitButton);\n\n this.submitButtonElement = submitButton;\n }\n }\n\n componentDidRender() {\n if (\n this.submitButtonElement &&\n !this.hostElement.contains(this.submitButtonElement)\n ) {\n this.hostElement.appendChild(this.submitButtonElement);\n }\n }\n\n dispatchFormEvents() {\n if (\n this.type === 'submit' &&\n this.submitButtonElement &&\n !this.disabled &&\n !this.loading\n ) {\n this.submitButtonElement.click();\n }\n }\n\n setFocus() {\n this.hostElement.shadowRoot!.querySelector('button')?.focus();\n }\n\n render() {\n const baseButtonProps: BaseButtonProps = {\n variant: this.variant,\n outline: this.outline,\n ghost: this.ghost,\n iconOnly: false,\n iconOval: false,\n selected: false,\n disabled: this.disabled || this.loading,\n icon: this.icon,\n iconSize: this.iconSize,\n loading: this.loading,\n onClick: () => this.dispatchFormEvents(),\n type: this.type,\n alignment: this.alignment,\n tabIndex: this.hostElement.tabIndex,\n };\n\n return (\n <Host\n tabindex={this.disabled ? -1 : 0}\n class={{\n disabled: this.disabled || this.loading,\n }}\n onFocus={() => this.setFocus()}\n >\n <BaseButton {...baseButtonProps}>\n <slot></slot>\n </BaseButton>\n </Host>\n );\n }\n}\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-card-accordion.ix-card-title.entry.js","sources":["src/components/card-accordion/card-accordion.scss?tag=ix-card-accordion&encapsulation=shadow","src/components/card-accordion/card-accordion.tsx","src/components/card-title/card-title.scss?tag=ix-card-title&encapsulation=shadow","src/components/card-title/card-title.tsx"],"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@import 'mixins/hover';\n@import 'mixins/shadow-dom/component';\n\n:host {\n @include ix-component;\n display: flex;\n position: relative;\n flex-direction: column;\n width: 100%;\n transition: var(--theme-default-time) ease-in-out;\n\n .expand-action {\n all: unset;\n display: flex;\n position: relative;\n\n appearance: button;\n\n height: 2.5rem;\n width: 100%;\n\n background-color: var(--theme-color-component-1);\n align-items: center;\n justify-content: flex-start;\n\n &:hover {\n background: var(--theme-color-component-1--hover);\n }\n\n &:active {\n background: var(--theme-color-component-1--active);\n }\n\n @include focus-visible {\n outline: 1px solid var(--theme-color-focus-bdr);\n outline-offset: var(--theme-btn--focus--outline-offset);\n }\n }\n\n .expand-action::before {\n content: '';\n position: absolute;\n width: 100%;\n height: 100%;\n background-color: var(--ix-card-background);\n z-index: -1;\n }\n\n .expand-action:not(.show),\n .expand-action:not(.show)::before {\n border-bottom-left-radius: var(--theme-default-border-radius);\n border-bottom-right-radius: var(--theme-default-border-radius);\n }\n\n .expand-icon {\n margin-left: 0.5rem;\n transition: var(--theme-default-time) transform ease-in-out;\n }\n\n .expand-icon.show {\n transform: rotate(90deg);\n }\n\n .expand-content {\n display: grid;\n position: relative;\n grid-template-rows: 0fr;\n transition: var(--theme-default-time) ease-in-out;\n width: 100%;\n max-height: 14.75rem;\n opacity: 0;\n background-color: var(--theme-color-component-1);\n }\n\n .expand-content.show {\n grid-template-rows: 14.75rem;\n opacity: 1;\n }\n\n .expand-content-inner {\n position: relative;\n height: 100%;\n overflow: hidden;\n }\n\n .expand-content.show .expand-content-body {\n display: none;\n overflow: hidden;\n color: var(--theme-color-std-text);\n }\n\n .expand-content.show .expand-content-body {\n display: block;\n overflow: auto;\n height: calc(100% - 1rem);\n }\n\n .expand-content-footer {\n display: block;\n position: relative;\n width: 100%;\n height: 1rem;\n\n margin-top: auto;\n margin-bottom: 0px;\n\n background-color: var(--theme-color-component-1);\n border-bottom-left-radius: var(--theme-default-border-radius);\n border-bottom-right-radius: var(--theme-default-border-radius);\n }\n}\n","import { iconChevronRightSmall } from '@siemens/ix-icons/icons';\nimport {\n Component,\n Element,\n Event,\n EventEmitter,\n h,\n Host,\n Prop,\n State,\n Watch,\n} from '@stencil/core';\n\nlet accordionControlId = 0;\nconst getAriaControlsId = (prefix: string = 'expand-content') => {\n return [prefix, accordionControlId++].join('-');\n};\n\nexport type CardAccordionExpandChangeEvent = {\n expand: boolean;\n nativeEvent: Event;\n};\n\n/**\n * @since 1.6.0\n */\n@Component({\n tag: 'ix-card-accordion',\n styleUrl: 'card-accordion.scss',\n shadow: true,\n})\nexport class CardAccordion {\n /**\n * Collapse the card\n * @since 2.1.0\n */\n @Prop() collapse = false;\n\n @Element() hostElement!: HTMLIxCardAccordionElement;\n\n /**\n * @internal\n */\n @Event() accordionExpand!: EventEmitter<CardAccordionExpandChangeEvent>;\n\n @State() expandContent = false;\n\n @Watch('collapse')\n onInitialExpandChange() {\n this.expandContent = !this.collapse;\n }\n\n get expandedContent() {\n return this.hostElement.shadowRoot!.querySelector('.expand-content');\n }\n\n onExpandActionClick(event: Event) {\n event.preventDefault();\n event.stopPropagation();\n this.expandContent = !this.expandContent;\n this.accordionExpand.emit({\n expand: this.expandContent,\n nativeEvent: event,\n });\n\n if (this.expandContent) {\n this.scrollExpandedContentIntoView();\n }\n }\n\n private scrollExpandedContentIntoView() {\n setTimeout(() => {\n const rect = this.expandedContent!.getBoundingClientRect();\n if (rect.bottom > window.innerHeight) {\n this.hostElement\n .shadowRoot!.querySelector('.expand-content')!\n .scrollIntoView(false);\n }\n }, 150);\n }\n\n componentWillLoad() {\n this.onInitialExpandChange();\n }\n\n render() {\n return (\n <Host slot=\"card-accordion\">\n <button\n tabIndex={0}\n class={{ 'expand-action': true, show: this.expandContent }}\n onClick={(event) => this.onExpandActionClick(event)}\n role=\"button\"\n type=\"button\"\n aria-expanded={this.expandContent}\n aria-controls={getAriaControlsId()}\n >\n <ix-icon\n name={iconChevronRightSmall}\n class={{\n 'expand-icon': true,\n show: this.expandContent,\n }}\n ></ix-icon>\n </button>\n <div\n class={{\n 'expand-content': true,\n show: this.expandContent,\n }}\n >\n <div class=\"expand-content-inner\">\n <div class=\"expand-content-body\">\n <slot></slot>\n </div>\n <div class=\"expand-content-footer\"></div>\n </div>\n </div>\n </Host>\n );\n }\n}\n","@import 'common-variables';\n\n:host {\n display: flex;\n position: relative;\n flex-direction: row;\n align-items: center;\n margin-top: 0.25rem;\n margin-bottom: 0.25rem;\n gap: $default-space;\n\n width: 100%;\n\n .title-actions {\n display: flex;\n position: relative;\n flex-direction: row;\n gap: 0.25rem;\n margin-left: auto;\n margin-right: 0;\n }\n}\n","import { Component, h, Host } from '@stencil/core';\n\n/**\n * @slot title-actions - Place additional actions inside title\n *\n * @since 1.6.0\n */\n@Component({\n tag: 'ix-card-title',\n styleUrl: 'card-title.scss',\n shadow: true,\n})\nexport class CardHeader {\n render() {\n return (\n <Host>\n <slot></slot>\n <div class=\"title-actions\">\n <slot name=\"title-actions\"></slot>\n </div>\n </Host>\n );\n }\n}\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-DtF9fwpD.js';
|
|
2
|
+
import { f as iconChevronRightSmall } from './index-CrTP-icT.js';
|
|
3
|
+
|
|
4
|
+
const cardAccordionCss = ":host{display:flex;position:relative;flex-direction:column;width:100%;transition:var(--theme-default-time) ease-in-out}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host .expand-action{all:unset;display:flex;position:relative;-webkit-appearance:button;-moz-appearance:button;appearance:button;height:2.5rem;width:100%;background-color:var(--theme-color-component-1);align-items:center;justify-content:flex-start}:host .expand-action:hover{background:var(--theme-color-component-1--hover)}:host .expand-action:active{background:var(--theme-color-component-1--active)}:host .expand-action:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .expand-action::before{content:\"\";position:absolute;width:100%;height:100%;background-color:var(--ix-card-background);z-index:-1}:host .expand-action:not(.show),:host .expand-action:not(.show)::before{border-bottom-left-radius:var(--theme-default-border-radius);border-bottom-right-radius:var(--theme-default-border-radius)}:host .expand-icon{margin-left:0.5rem;transition:var(--theme-default-time) transform ease-in-out}:host .expand-icon.show{transform:rotate(90deg)}:host .expand-content{display:grid;position:relative;grid-template-rows:0fr;transition:var(--theme-default-time) ease-in-out;width:100%;max-height:14.75rem;opacity:0;background-color:var(--theme-color-component-1)}:host .expand-content.show{grid-template-rows:14.75rem;opacity:1}:host .expand-content-inner{position:relative;height:100%;overflow:hidden}:host .expand-content.show .expand-content-body{display:none;overflow:hidden;color:var(--theme-color-std-text)}:host .expand-content.show .expand-content-body{display:block;overflow:auto;height:calc(100% - 1rem)}:host .expand-content-footer{display:block;position:relative;width:100%;height:1rem;margin-top:auto;margin-bottom:0px;background-color:var(--theme-color-component-1);border-bottom-left-radius:var(--theme-default-border-radius);border-bottom-right-radius:var(--theme-default-border-radius)}";
|
|
5
|
+
|
|
6
|
+
let accordionControlId = 0;
|
|
7
|
+
const getAriaControlsId = (prefix = 'expand-content') => {
|
|
8
|
+
return [prefix, accordionControlId++].join('-');
|
|
9
|
+
};
|
|
10
|
+
const CardAccordion = class {
|
|
11
|
+
constructor(hostRef) {
|
|
12
|
+
registerInstance(this, hostRef);
|
|
13
|
+
this.accordionExpand = createEvent(this, "accordionExpand", 7);
|
|
14
|
+
/**
|
|
15
|
+
* Collapse the card
|
|
16
|
+
* @since 2.1.0
|
|
17
|
+
*/
|
|
18
|
+
this.collapse = false;
|
|
19
|
+
this.expandContent = false;
|
|
20
|
+
}
|
|
21
|
+
onInitialExpandChange() {
|
|
22
|
+
this.expandContent = !this.collapse;
|
|
23
|
+
}
|
|
24
|
+
get expandedContent() {
|
|
25
|
+
return this.hostElement.shadowRoot.querySelector('.expand-content');
|
|
26
|
+
}
|
|
27
|
+
onExpandActionClick(event) {
|
|
28
|
+
event.preventDefault();
|
|
29
|
+
event.stopPropagation();
|
|
30
|
+
this.expandContent = !this.expandContent;
|
|
31
|
+
this.accordionExpand.emit({
|
|
32
|
+
expand: this.expandContent,
|
|
33
|
+
nativeEvent: event,
|
|
34
|
+
});
|
|
35
|
+
if (this.expandContent) {
|
|
36
|
+
this.scrollExpandedContentIntoView();
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
scrollExpandedContentIntoView() {
|
|
40
|
+
setTimeout(() => {
|
|
41
|
+
const rect = this.expandedContent.getBoundingClientRect();
|
|
42
|
+
if (rect.bottom > window.innerHeight) {
|
|
43
|
+
this.hostElement
|
|
44
|
+
.shadowRoot.querySelector('.expand-content')
|
|
45
|
+
.scrollIntoView(false);
|
|
46
|
+
}
|
|
47
|
+
}, 150);
|
|
48
|
+
}
|
|
49
|
+
componentWillLoad() {
|
|
50
|
+
this.onInitialExpandChange();
|
|
51
|
+
}
|
|
52
|
+
render() {
|
|
53
|
+
return (h(Host, { key: '491fb99db65dab3492d23e3122ca9da2c899b232', slot: "card-accordion" }, h("button", { key: 'b498d87343ed4e70ef4a094642fc4906b309f5b3', tabIndex: 0, class: { 'expand-action': true, show: this.expandContent }, onClick: (event) => this.onExpandActionClick(event), role: "button", type: "button", "aria-expanded": this.expandContent, "aria-controls": getAriaControlsId() }, h("ix-icon", { key: 'eb8b3af0c8ded220c6c8d62b3c9da45ba302c5d6', name: iconChevronRightSmall, class: {
|
|
54
|
+
'expand-icon': true,
|
|
55
|
+
show: this.expandContent,
|
|
56
|
+
} })), h("div", { key: '9b0b53385f7b0b7f3365c89e7134869990c6270a', class: {
|
|
57
|
+
'expand-content': true,
|
|
58
|
+
show: this.expandContent,
|
|
59
|
+
} }, h("div", { key: 'a79520b455e3d344aca02ca70a9b7ff3262c76f8', class: "expand-content-inner" }, h("div", { key: 'c0798bb66e28ca6e2a5d6ee38b21222677d5a09a', class: "expand-content-body" }, h("slot", { key: '01f775b08d53d8ea428b35d972d75af719006e8c' })), h("div", { key: 'df5f62b0667977076557472c5713e30a7840a1a4', class: "expand-content-footer" })))));
|
|
60
|
+
}
|
|
61
|
+
get hostElement() { return getElement(this); }
|
|
62
|
+
static get watchers() { return {
|
|
63
|
+
"collapse": ["onInitialExpandChange"]
|
|
64
|
+
}; }
|
|
65
|
+
};
|
|
66
|
+
CardAccordion.style = cardAccordionCss;
|
|
67
|
+
|
|
68
|
+
const cardTitleCss = ":host{display:flex;position:relative;flex-direction:row;align-items:center;margin-top:0.25rem;margin-bottom:0.25rem;gap:1rem;width:100%}:host .title-actions{display:flex;position:relative;flex-direction:row;gap:0.25rem;margin-left:auto;margin-right:0}";
|
|
69
|
+
|
|
70
|
+
const CardHeader = class {
|
|
71
|
+
constructor(hostRef) {
|
|
72
|
+
registerInstance(this, hostRef);
|
|
73
|
+
}
|
|
74
|
+
render() {
|
|
75
|
+
return (h(Host, { key: '0f4e8785e6861fa9151cece5946a7b33e85bd7fd' }, h("slot", { key: 'd8909ebe344940cda53d4076ccd1291eb1240f8b' }), h("div", { key: 'f87b52b2b467664d6e9d886d358b1c6b5403aae8', class: "title-actions" }, h("slot", { key: '9e45b897368e305f0ce1e66b47424360c44c148d', name: "title-actions" }))));
|
|
76
|
+
}
|
|
77
|
+
};
|
|
78
|
+
CardHeader.style = cardTitleCss;
|
|
79
|
+
|
|
80
|
+
export { CardAccordion as ix_card_accordion, CardHeader as ix_card_title };
|
|
81
|
+
//# sourceMappingURL=ix-card-accordion.ix-card-title.entry.js.map
|
|
82
|
+
|
|
83
|
+
//# sourceMappingURL=ix-card-accordion_2.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"ix-card-accordion.ix-card-title.entry.js","mappings":"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","names":[],"sources":["src/components/card-accordion/card-accordion.scss?tag=ix-card-accordion&encapsulation=shadow","src/components/card-accordion/card-accordion.tsx","src/components/card-title/card-title.scss?tag=ix-card-title&encapsulation=shadow","src/components/card-title/card-title.tsx"],"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@import 'mixins/hover';\n@import 'mixins/shadow-dom/component';\n\n:host {\n @include ix-component;\n display: flex;\n position: relative;\n flex-direction: column;\n width: 100%;\n transition: var(--theme-default-time) ease-in-out;\n\n .expand-action {\n all: unset;\n display: flex;\n position: relative;\n\n appearance: button;\n\n height: 2.5rem;\n width: 100%;\n\n background-color: var(--theme-color-component-1);\n align-items: center;\n justify-content: flex-start;\n\n &:hover {\n background: var(--theme-color-component-1--hover);\n }\n\n &:active {\n background: var(--theme-color-component-1--active);\n }\n\n @include focus-visible {\n outline: 1px solid var(--theme-color-focus-bdr);\n outline-offset: var(--theme-btn--focus--outline-offset);\n }\n }\n\n .expand-action::before {\n content: '';\n position: absolute;\n width: 100%;\n height: 100%;\n background-color: var(--ix-card-background);\n z-index: -1;\n }\n\n .expand-action:not(.show),\n .expand-action:not(.show)::before {\n border-bottom-left-radius: var(--theme-default-border-radius);\n border-bottom-right-radius: var(--theme-default-border-radius);\n }\n\n .expand-icon {\n margin-left: 0.5rem;\n transition: var(--theme-default-time) transform ease-in-out;\n }\n\n .expand-icon.show {\n transform: rotate(90deg);\n }\n\n .expand-content {\n display: grid;\n position: relative;\n grid-template-rows: 0fr;\n transition: var(--theme-default-time) ease-in-out;\n width: 100%;\n max-height: 14.75rem;\n opacity: 0;\n background-color: var(--theme-color-component-1);\n }\n\n .expand-content.show {\n grid-template-rows: 14.75rem;\n opacity: 1;\n }\n\n .expand-content-inner {\n position: relative;\n height: 100%;\n overflow: hidden;\n }\n\n .expand-content.show .expand-content-body {\n display: none;\n overflow: hidden;\n color: var(--theme-color-std-text);\n }\n\n .expand-content.show .expand-content-body {\n display: block;\n overflow: auto;\n height: calc(100% - 1rem);\n }\n\n .expand-content-footer {\n display: block;\n position: relative;\n width: 100%;\n height: 1rem;\n\n margin-top: auto;\n margin-bottom: 0px;\n\n background-color: var(--theme-color-component-1);\n border-bottom-left-radius: var(--theme-default-border-radius);\n border-bottom-right-radius: var(--theme-default-border-radius);\n }\n}\n","import { iconChevronRightSmall } from '@siemens/ix-icons/icons';\nimport {\n Component,\n Element,\n Event,\n EventEmitter,\n h,\n Host,\n Prop,\n State,\n Watch,\n} from '@stencil/core';\n\nlet accordionControlId = 0;\nconst getAriaControlsId = (prefix: string = 'expand-content') => {\n return [prefix, accordionControlId++].join('-');\n};\n\nexport type CardAccordionExpandChangeEvent = {\n expand: boolean;\n nativeEvent: Event;\n};\n\n/**\n * @since 1.6.0\n */\n@Component({\n tag: 'ix-card-accordion',\n styleUrl: 'card-accordion.scss',\n shadow: true,\n})\nexport class CardAccordion {\n /**\n * Collapse the card\n * @since 2.1.0\n */\n @Prop() collapse = false;\n\n @Element() hostElement!: HTMLIxCardAccordionElement;\n\n /**\n * @internal\n */\n @Event() accordionExpand!: EventEmitter<CardAccordionExpandChangeEvent>;\n\n @State() expandContent = false;\n\n @Watch('collapse')\n onInitialExpandChange() {\n this.expandContent = !this.collapse;\n }\n\n get expandedContent() {\n return this.hostElement.shadowRoot!.querySelector('.expand-content');\n }\n\n onExpandActionClick(event: Event) {\n event.preventDefault();\n event.stopPropagation();\n this.expandContent = !this.expandContent;\n this.accordionExpand.emit({\n expand: this.expandContent,\n nativeEvent: event,\n });\n\n if (this.expandContent) {\n this.scrollExpandedContentIntoView();\n }\n }\n\n private scrollExpandedContentIntoView() {\n setTimeout(() => {\n const rect = this.expandedContent!.getBoundingClientRect();\n if (rect.bottom > window.innerHeight) {\n this.hostElement\n .shadowRoot!.querySelector('.expand-content')!\n .scrollIntoView(false);\n }\n }, 150);\n }\n\n componentWillLoad() {\n this.onInitialExpandChange();\n }\n\n render() {\n return (\n <Host slot=\"card-accordion\">\n <button\n tabIndex={0}\n class={{ 'expand-action': true, show: this.expandContent }}\n onClick={(event) => this.onExpandActionClick(event)}\n role=\"button\"\n type=\"button\"\n aria-expanded={this.expandContent}\n aria-controls={getAriaControlsId()}\n >\n <ix-icon\n name={iconChevronRightSmall}\n class={{\n 'expand-icon': true,\n show: this.expandContent,\n }}\n ></ix-icon>\n </button>\n <div\n class={{\n 'expand-content': true,\n show: this.expandContent,\n }}\n >\n <div class=\"expand-content-inner\">\n <div class=\"expand-content-body\">\n <slot></slot>\n </div>\n <div class=\"expand-content-footer\"></div>\n </div>\n </div>\n </Host>\n );\n }\n}\n","@import 'common-variables';\n\n:host {\n display: flex;\n position: relative;\n flex-direction: row;\n align-items: center;\n margin-top: 0.25rem;\n margin-bottom: 0.25rem;\n gap: $default-space;\n\n width: 100%;\n\n .title-actions {\n display: flex;\n position: relative;\n flex-direction: row;\n gap: 0.25rem;\n margin-left: auto;\n margin-right: 0;\n }\n}\n","import { Component, h, Host } from '@stencil/core';\n\n/**\n * @slot title-actions - Place additional actions inside title\n *\n * @since 1.6.0\n */\n@Component({\n tag: 'ix-card-title',\n styleUrl: 'card-title.scss',\n shadow: true,\n})\nexport class CardHeader {\n render() {\n return (\n <Host>\n <slot></slot>\n <div class=\"title-actions\">\n <slot name=\"title-actions\"></slot>\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-DtF9fwpD.js';
|
|
2
|
+
import { c as createMutationObserver } from './mutation-observer-CX81WQtk.js';
|
|
3
|
+
import { g as iconMoreMenu, h as iconChevronDown } from './index-CrTP-icT.js';
|
|
4
|
+
|
|
5
|
+
const cardListCss = ":host{display:flex;position:relative;flex-direction:column;align-items:flex-start;margin:0.5rem}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host .CardList_Title{display:flex;position:relative;height:1.5rem;align-items:center;width:100%;margin-bottom:1rem}:host .CardList_Title__Label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .CardList__Title__Button{margin-right:1rem;transition:var(--theme-default-time) transform ease-in-out}:host .CardList__Title__Button__Collapsed{transform:rotate(-90deg)}:host .CardList__Title__Show__All{align-self:center;margin-left:auto;margin-right:0px;flex-shrink:0}:host .CardList__Content{display:flex;position:relative;height:calc(100% - 1.5rem);width:100%;gap:1.5rem;transition:var(--theme-default-time) ease-in-out;overflow:auto}:host .CardList__Content__Collapsed{min-height:0px;max-height:0px;overflow:hidden;opacity:0}:host .CardList__Style__Flexbox__Scroll{flex-wrap:wrap}:host .CardList__Style__Infinite__Scroll{flex-wrap:nowrap;-ms-overflow-style:none;scrollbar-width:none}:host .CardList__Style__Infinite__Scroll::-webkit-scrollbar{display:none}:host .CardList__Overflow{display:block;position:relative;height:100%;width:100%;pointer-events:all;-webkit-mask-image:var(--ix-card-list-overflow, none);mask-image:var(--ix-card-list-overflow, none)}:host .Show__All__Card{display:flex;position:relative;align-self:flex-start;justify-self:center;max-width:11.25rem;min-width:11.25rem;width:11.25rem;min-height:11.25rem;max-height:11.25rem;height:11.25rem;--ix-card-border-color:var(--theme-color-primary);color:var(--theme-color-primary)}:host .CardList__Style__Infinite__Scroll .Show__All__Card{margin-top:2.375rem}:host .CardList__Style__Flexbox__Scroll .Show__All__Card{margin-bottom:2.375rem}:host .Show__All__Card:hover{background-color:var(--theme-color-ghost--hover)}:host .Show__All__Card:active{background-color:var(--theme-color-ghost--active)}:host .Show__All__Card__Content{display:flex;justify-content:center;align-items:center;height:100%}:host .Show__All__Card__Icon{display:flex;position:absolute;height:4rem;width:4rem;justify-content:center;align-items:center}:host .Show__All__Card__Text{margin-bottom:0px;margin-top:auto}::slotted(.display-none){display:none !important}";
|
|
6
|
+
|
|
7
|
+
function CardListTitle(props) {
|
|
8
|
+
if (!props.label) {
|
|
9
|
+
return null;
|
|
10
|
+
}
|
|
11
|
+
return (h("div", { class: "CardList_Title" }, h("ix-icon-button", { ghost: true, icon: iconChevronDown, onClick: props.onClick, iconColor: "color-primary", class: {
|
|
12
|
+
CardList__Title__Button: true,
|
|
13
|
+
CardList__Title__Button__Collapsed: props.isCollapsed,
|
|
14
|
+
} }), h("ix-typography", { class: "CardList_Title__Label", format: "body-lg" }, props.label), !props.hideShowAll && (h("ix-button", { class: "CardList__Title__Show__All", ghost: true, onClick: props.onShowAllClick }, h("span", null, props.showAllLabel), h("span", null, !isNaN(props.showAllCounter) ? ` (${props.showAllCounter})` : null)))));
|
|
15
|
+
}
|
|
16
|
+
const CardList = class {
|
|
17
|
+
constructor(hostRef) {
|
|
18
|
+
registerInstance(this, hostRef);
|
|
19
|
+
this.collapseChanged = createEvent(this, "collapseChanged", 7);
|
|
20
|
+
this.showAllClick = createEvent(this, "showAllClick", 7);
|
|
21
|
+
this.showMoreCardClick = createEvent(this, "showMoreCardClick", 7);
|
|
22
|
+
/**
|
|
23
|
+
* Collapse the list
|
|
24
|
+
*/
|
|
25
|
+
this.collapse = false;
|
|
26
|
+
/**
|
|
27
|
+
* List style
|
|
28
|
+
*/
|
|
29
|
+
this.listStyle = 'stack';
|
|
30
|
+
/**
|
|
31
|
+
* Maximal visible cards
|
|
32
|
+
*
|
|
33
|
+
* @internal
|
|
34
|
+
*/
|
|
35
|
+
this.maxVisibleCards = 12;
|
|
36
|
+
/**
|
|
37
|
+
* Suppress the overflow handling of child elements
|
|
38
|
+
*/
|
|
39
|
+
this.suppressOverflowHandling = false;
|
|
40
|
+
/**
|
|
41
|
+
* Hide the show all button
|
|
42
|
+
*
|
|
43
|
+
* @since 2.2.0
|
|
44
|
+
*/
|
|
45
|
+
this.hideShowAll = false;
|
|
46
|
+
/**
|
|
47
|
+
* i18n Show all button
|
|
48
|
+
*/
|
|
49
|
+
this.i18nShowAll = 'Show all';
|
|
50
|
+
/**
|
|
51
|
+
* i18n More cards available
|
|
52
|
+
*/
|
|
53
|
+
this.i18nMoreCards = 'There are more cards available';
|
|
54
|
+
this.hasOverflowingElements = false;
|
|
55
|
+
this.numberOfOverflowingElements = 0;
|
|
56
|
+
this.numberOfAllChildElements = 0;
|
|
57
|
+
this.leftScrollDistance = 0;
|
|
58
|
+
this.rightScrollDistance = 0;
|
|
59
|
+
}
|
|
60
|
+
onCardListVisibilityToggle() {
|
|
61
|
+
this.collapse = !this.collapse;
|
|
62
|
+
this.collapseChanged.emit(this.collapse);
|
|
63
|
+
}
|
|
64
|
+
onShowAllClick(event) {
|
|
65
|
+
this.showAllClick.emit({
|
|
66
|
+
nativeEvent: event,
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
getListChildren() {
|
|
70
|
+
const slot = this.hostElement.shadowRoot.querySelector('.CardList__Content > slot');
|
|
71
|
+
return slot.assignedElements({ flatten: true });
|
|
72
|
+
}
|
|
73
|
+
changeVisibilityOfSlotChildren() {
|
|
74
|
+
const childElements = this.getListChildren();
|
|
75
|
+
childElements.forEach((element, index) => {
|
|
76
|
+
if (element instanceof HTMLElement) {
|
|
77
|
+
if (index > this.maxVisibleCards - 1) {
|
|
78
|
+
element.classList.add('display-none');
|
|
79
|
+
return;
|
|
80
|
+
}
|
|
81
|
+
element.classList.remove('display-none');
|
|
82
|
+
}
|
|
83
|
+
});
|
|
84
|
+
this.hasOverflowingElements = childElements.length > this.maxVisibleCards;
|
|
85
|
+
this.numberOfOverflowingElements =
|
|
86
|
+
childElements.length - this.maxVisibleCards;
|
|
87
|
+
this.numberOfAllChildElements = childElements.length;
|
|
88
|
+
this.detectOverflow();
|
|
89
|
+
}
|
|
90
|
+
registerOverflowHandler() {
|
|
91
|
+
this.observer = createMutationObserver(() => {
|
|
92
|
+
this.changeVisibilityOfSlotChildren();
|
|
93
|
+
});
|
|
94
|
+
this.observer.observe(this.hostElement.shadowRoot.querySelector('.CardList__Content'), {
|
|
95
|
+
childList: true,
|
|
96
|
+
subtree: true,
|
|
97
|
+
});
|
|
98
|
+
requestAnimationFrame(() => {
|
|
99
|
+
this.changeVisibilityOfSlotChildren();
|
|
100
|
+
});
|
|
101
|
+
}
|
|
102
|
+
shouldHandleOverflow() {
|
|
103
|
+
if (this.suppressOverflowHandling) {
|
|
104
|
+
return false;
|
|
105
|
+
}
|
|
106
|
+
if (this.listStyle === 'stack' || this.listStyle === 'scroll') {
|
|
107
|
+
return true;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
get listElement() {
|
|
111
|
+
return this.hostElement.shadowRoot.querySelector('.CardList__Content');
|
|
112
|
+
}
|
|
113
|
+
onCardListScroll() {
|
|
114
|
+
this.detectOverflow();
|
|
115
|
+
}
|
|
116
|
+
isShowMoreCardVisible() {
|
|
117
|
+
return (this.suppressOverflowHandling === false && this.hasOverflowingElements);
|
|
118
|
+
}
|
|
119
|
+
getOpacityFromScrollDistance(distance) {
|
|
120
|
+
if (!this.listElement) {
|
|
121
|
+
return 0;
|
|
122
|
+
}
|
|
123
|
+
if (distance === 0) {
|
|
124
|
+
return 0;
|
|
125
|
+
}
|
|
126
|
+
if (distance > 100) {
|
|
127
|
+
return 1;
|
|
128
|
+
}
|
|
129
|
+
return distance / 100;
|
|
130
|
+
}
|
|
131
|
+
computeMaskLayer() {
|
|
132
|
+
const maxOverflowWidth = 80;
|
|
133
|
+
const maskLayer = `linear-gradient(
|
|
134
|
+
90deg,
|
|
135
|
+
transparent 0px,
|
|
136
|
+
black ${maxOverflowWidth *
|
|
137
|
+
(this.getOpacityFromScrollDistance(this.leftScrollDistance) > 0 ? 1 : 0)}px,
|
|
138
|
+
black calc(100% - ${maxOverflowWidth *
|
|
139
|
+
(this.getOpacityFromScrollDistance(this.rightScrollDistance) > 0
|
|
140
|
+
? 1
|
|
141
|
+
: 0)}px),
|
|
142
|
+
transparent 100%
|
|
143
|
+
)`;
|
|
144
|
+
return {
|
|
145
|
+
'--ix-card-list-overflow': maskLayer,
|
|
146
|
+
};
|
|
147
|
+
}
|
|
148
|
+
detectOverflow() {
|
|
149
|
+
if (!this.listElement) {
|
|
150
|
+
return;
|
|
151
|
+
}
|
|
152
|
+
const { clientWidth, scrollWidth, scrollLeft } = this.listElement;
|
|
153
|
+
this.leftScrollDistance = scrollLeft;
|
|
154
|
+
this.rightScrollDistance = scrollWidth - scrollLeft - clientWidth;
|
|
155
|
+
}
|
|
156
|
+
componentDidLoad() {
|
|
157
|
+
if (this.shouldHandleOverflow()) {
|
|
158
|
+
this.registerOverflowHandler();
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
disconnectedCallback() {
|
|
162
|
+
if (this.observer) {
|
|
163
|
+
this.observer.disconnect();
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
render() {
|
|
167
|
+
return (h(Host, { key: '2157d907578c112638bdec74ad7be517b24af46d' }, h(CardListTitle, { key: '96769a6c3a4735663f76879d90e2af2f56ddc323', isCollapsed: this.collapse, label: this.label, showAllLabel: this.i18nShowAll, showAllCounter: this.showAllCount === undefined
|
|
168
|
+
? this.numberOfAllChildElements
|
|
169
|
+
: this.showAllCount, onClick: () => this.onCardListVisibilityToggle(), onShowAllClick: (e) => this.onShowAllClick(e), hideShowAll: this.hideShowAll }), h("div", { key: '5a982b69bcacc770709c81edb7e57e901e1ca88c', class: {
|
|
170
|
+
CardList__Overflow: true,
|
|
171
|
+
}, style: this.computeMaskLayer() }, h("div", { key: '21c33b91f385f8e80c6ce4b2904ae959d287141c', class: {
|
|
172
|
+
CardList__Content: true,
|
|
173
|
+
CardList__Content__Collapsed: this.collapse,
|
|
174
|
+
CardList__Style__Flexbox__Scroll: this.listStyle === 'stack',
|
|
175
|
+
CardList__Style__Infinite__Scroll: this.listStyle === 'scroll',
|
|
176
|
+
}, onScroll: () => this.onCardListScroll() }, h("slot", { key: '5b7e106263dd575f1cbaa8e3272c341958babe7f', onSlotchange: () => this.changeVisibilityOfSlotChildren() }), this.isShowMoreCardVisible() ? (h("ix-card", { class: {
|
|
177
|
+
Show__All__Card: true,
|
|
178
|
+
}, onClick: (event) => this.showMoreCardClick.emit({
|
|
179
|
+
nativeEvent: event,
|
|
180
|
+
}) }, h("ix-card-content", null, h("div", { class: "Show__All__Card__Content" }, h("ix-icon", { name: iconMoreMenu, size: '32', class: 'Show__All__Card__Icon' }), h("span", { class: "Show__All__Card__Text" }, this.i18nMoreCards, " (", this.numberOfOverflowingElements, ")"))))) : null))));
|
|
181
|
+
}
|
|
182
|
+
get hostElement() { return getElement(this); }
|
|
183
|
+
};
|
|
184
|
+
CardList.style = cardListCss;
|
|
185
|
+
|
|
186
|
+
export { CardList as ix_card_list };
|
|
187
|
+
//# sourceMappingURL=ix-card-list.entry.js.map
|
|
188
|
+
|
|
189
|
+
//# sourceMappingURL=ix-card-list.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-card-list.entry.js","sources":["src/components/card-list/card-list.scss?tag=ix-card-list&encapsulation=shadow","src/components/card-list/card-list.tsx"],"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@import 'mixins/shadow-dom/component';\n\n$CardList__Title__Height: 1.5rem;\n\n:host {\n @include ix-component;\n\n display: flex;\n position: relative;\n flex-direction: column;\n align-items: flex-start;\n margin: 0.5rem;\n\n .CardList_Title {\n display: flex;\n position: relative;\n height: $CardList__Title__Height;\n align-items: center;\n width: 100%;\n margin-bottom: 1rem;\n\n &__Label {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n }\n\n .CardList__Title__Button {\n margin-right: 1rem;\n transition: var(--theme-default-time) transform ease-in-out;\n }\n\n .CardList__Title__Button__Collapsed {\n transform: rotate(-90deg);\n }\n\n .CardList__Title__Show__All {\n align-self: center;\n margin-left: auto;\n margin-right: 0px;\n flex-shrink: 0;\n }\n\n .CardList__Content {\n display: flex;\n position: relative;\n height: calc(100% - #{$CardList__Title__Height});\n width: 100%;\n gap: 1.5rem;\n transition: var(--theme-default-time) ease-in-out;\n overflow: auto;\n }\n\n .CardList__Content__Collapsed {\n min-height: 0px;\n max-height: 0px;\n overflow: hidden;\n opacity: 0;\n }\n\n .CardList__Style__Flexbox__Scroll {\n flex-wrap: wrap;\n }\n\n .CardList__Style__Infinite__Scroll {\n flex-wrap: nowrap;\n\n -ms-overflow-style: none;\n scrollbar-width: none;\n\n &::-webkit-scrollbar {\n display: none;\n }\n }\n\n .CardList__Overflow {\n display: block;\n position: relative;\n height: 100%;\n width: 100%;\n pointer-events: all;\n mask-image: var(--ix-card-list-overflow, none);\n }\n\n .Show__All__Card {\n display: flex;\n position: relative;\n\n align-self: flex-start;\n justify-self: center;\n\n max-width: 11.25rem;\n min-width: 11.25rem;\n width: 11.25rem;\n\n min-height: 11.25rem;\n max-height: 11.25rem;\n height: 11.25rem;\n\n --ix-card-border-color: var(--theme-color-primary);\n color: var(--theme-color-primary);\n }\n\n .CardList__Style__Infinite__Scroll .Show__All__Card {\n margin-top: 2.375rem;\n }\n\n .CardList__Style__Flexbox__Scroll .Show__All__Card {\n margin-bottom: 2.375rem;\n }\n\n .Show__All__Card:hover {\n background-color: var(--theme-color-ghost--hover);\n }\n\n .Show__All__Card:active {\n background-color: var(--theme-color-ghost--active);\n }\n\n .Show__All__Card__Content {\n display: flex;\n justify-content: center;\n align-items: center;\n height: 100%;\n }\n\n .Show__All__Card__Icon {\n display: flex;\n position: absolute;\n height: 4rem;\n width: 4rem;\n justify-content: center;\n align-items: center;\n }\n\n .Show__All__Card__Text {\n margin-bottom: 0px;\n margin-top: auto;\n }\n}\n\n::slotted(.display-none) {\n display: none !important;\n}\n","import {\n Component,\n Element,\n Event,\n EventEmitter,\n h,\n Host,\n Listen,\n Prop,\n State,\n} from '@stencil/core';\nimport { createMutationObserver } from '../utils/mutation-observer';\nimport { iconChevronDown, iconMoreMenu } from '@siemens/ix-icons/icons';\n\nfunction CardListTitle(props: {\n label?: string;\n isCollapsed: boolean;\n onClick: (e: MouseEvent) => void;\n onShowAllClick: (e: MouseEvent) => void;\n showAllLabel: string;\n showAllCounter: number;\n hideShowAll: boolean;\n}) {\n if (!props.label) {\n return null;\n }\n\n return (\n <div class=\"CardList_Title\">\n <ix-icon-button\n ghost\n icon={iconChevronDown}\n onClick={props.onClick}\n iconColor=\"color-primary\"\n class={{\n CardList__Title__Button: true,\n CardList__Title__Button__Collapsed: props.isCollapsed,\n }}\n ></ix-icon-button>\n <ix-typography class=\"CardList_Title__Label\" format=\"body-lg\">\n {props.label}\n </ix-typography>\n {!props.hideShowAll && (\n <ix-button\n class=\"CardList__Title__Show__All\"\n ghost\n onClick={props.onShowAllClick}\n >\n <span>{props.showAllLabel}</span>\n <span>\n {!isNaN(props.showAllCounter) ? ` (${props.showAllCounter})` : null}\n </span>\n </ix-button>\n )}\n </div>\n );\n}\n\n/**\n * @since 1.6.0\n */\n@Component({\n tag: 'ix-card-list',\n styleUrl: 'card-list.scss',\n shadow: true,\n})\nexport class CardList {\n /**\n * Name the card list\n */\n @Prop() label?: string;\n\n /**\n * Collapse the list\n */\n @Prop({ mutable: true }) collapse = false;\n\n /**\n * List style\n */\n @Prop() listStyle: 'stack' | 'scroll' = 'stack';\n\n /**\n * Maximal visible cards\n *\n * @internal\n */\n @Prop() maxVisibleCards = 12;\n\n /**\n * Overwrite the default show all count.\n * */\n @Prop() showAllCount?: number;\n\n /**\n * Suppress the overflow handling of child elements\n */\n @Prop() suppressOverflowHandling = false;\n\n /**\n * Hide the show all button\n *\n * @since 2.2.0\n */\n @Prop() hideShowAll = false;\n\n /**\n * i18n Show all button\n */\n @Prop() i18nShowAll = 'Show all';\n\n /**\n * i18n More cards available\n */\n @Prop() i18nMoreCards = 'There are more cards available';\n\n /**\n * Fire event when the collapse state is changed by the user\n */\n @Event() collapseChanged!: EventEmitter<boolean>;\n\n /**\n * Fire event when the collapse state is changed by the user\n */\n @Event() showAllClick!: EventEmitter<{\n nativeEvent: MouseEvent;\n }>;\n\n /**\n * Fire event when the show more card is clicked.\n */\n @Event() showMoreCardClick!: EventEmitter<{\n nativeEvent: MouseEvent;\n }>;\n\n @Element() hostElement!: HTMLIxCardListElement;\n\n @State() private hasOverflowingElements = false;\n @State() private numberOfOverflowingElements = 0;\n @State() private numberOfAllChildElements = 0;\n @State() private leftScrollDistance = 0;\n @State() private rightScrollDistance = 0;\n\n private observer?: MutationObserver;\n\n private onCardListVisibilityToggle() {\n this.collapse = !this.collapse;\n this.collapseChanged.emit(this.collapse);\n }\n\n private onShowAllClick(event: MouseEvent) {\n this.showAllClick.emit({\n nativeEvent: event,\n });\n }\n\n private getListChildren() {\n const slot = this.hostElement.shadowRoot!.querySelector(\n '.CardList__Content > slot'\n ) as HTMLSlotElement;\n return slot.assignedElements({ flatten: true });\n }\n\n private changeVisibilityOfSlotChildren() {\n const childElements = this.getListChildren();\n childElements.forEach((element, index) => {\n if (element instanceof HTMLElement) {\n if (index > this.maxVisibleCards - 1) {\n element.classList.add('display-none');\n return;\n }\n element.classList.remove('display-none');\n }\n });\n this.hasOverflowingElements = childElements.length > this.maxVisibleCards;\n this.numberOfOverflowingElements =\n childElements.length - this.maxVisibleCards;\n\n this.numberOfAllChildElements = childElements.length;\n this.detectOverflow();\n }\n\n private registerOverflowHandler() {\n this.observer = createMutationObserver(() => {\n this.changeVisibilityOfSlotChildren();\n });\n\n this.observer.observe(\n this.hostElement.shadowRoot!.querySelector('.CardList__Content')!,\n {\n childList: true,\n subtree: true,\n }\n );\n\n requestAnimationFrame(() => {\n this.changeVisibilityOfSlotChildren();\n });\n }\n\n private shouldHandleOverflow() {\n if (this.suppressOverflowHandling) {\n return false;\n }\n if (this.listStyle === 'stack' || this.listStyle === 'scroll') {\n return true;\n }\n }\n\n private get listElement() {\n return this.hostElement.shadowRoot!.querySelector('.CardList__Content');\n }\n\n private onCardListScroll() {\n this.detectOverflow();\n }\n\n private isShowMoreCardVisible() {\n return (\n this.suppressOverflowHandling === false && this.hasOverflowingElements\n );\n }\n\n private getOpacityFromScrollDistance(distance: number) {\n if (!this.listElement) {\n return 0;\n }\n\n if (distance === 0) {\n return 0;\n }\n\n if (distance > 100) {\n return 1;\n }\n\n return distance / 100;\n }\n\n private computeMaskLayer() {\n const maxOverflowWidth = 80;\n const maskLayer = `linear-gradient(\n 90deg,\n transparent 0px,\n black ${\n maxOverflowWidth *\n (this.getOpacityFromScrollDistance(this.leftScrollDistance) > 0 ? 1 : 0)\n }px,\n black calc(100% - ${\n maxOverflowWidth *\n (this.getOpacityFromScrollDistance(this.rightScrollDistance) > 0\n ? 1\n : 0)\n }px),\n transparent 100%\n )`;\n return {\n '--ix-card-list-overflow': maskLayer,\n };\n }\n\n @Listen('resize', { target: 'window' })\n private detectOverflow() {\n if (!this.listElement) {\n return;\n }\n const { clientWidth, scrollWidth, scrollLeft } = this.listElement;\n\n this.leftScrollDistance = scrollLeft;\n this.rightScrollDistance = scrollWidth - scrollLeft - clientWidth;\n }\n\n componentDidLoad() {\n if (this.shouldHandleOverflow()) {\n this.registerOverflowHandler();\n }\n }\n\n disconnectedCallback() {\n if (this.observer) {\n this.observer.disconnect();\n }\n }\n\n render() {\n return (\n <Host>\n <CardListTitle\n isCollapsed={this.collapse}\n label={this.label}\n showAllLabel={this.i18nShowAll}\n showAllCounter={\n this.showAllCount === undefined\n ? this.numberOfAllChildElements\n : this.showAllCount\n }\n onClick={() => this.onCardListVisibilityToggle()}\n onShowAllClick={(e) => this.onShowAllClick(e)}\n hideShowAll={this.hideShowAll}\n ></CardListTitle>\n <div\n class={{\n CardList__Overflow: true,\n }}\n style={this.computeMaskLayer()}\n >\n <div\n class={{\n CardList__Content: true,\n CardList__Content__Collapsed: this.collapse,\n CardList__Style__Flexbox__Scroll: this.listStyle === 'stack',\n CardList__Style__Infinite__Scroll: this.listStyle === 'scroll',\n }}\n onScroll={() => this.onCardListScroll()}\n >\n <slot\n onSlotchange={() => this.changeVisibilityOfSlotChildren()}\n ></slot>\n {this.isShowMoreCardVisible() ? (\n <ix-card\n class={{\n Show__All__Card: true,\n }}\n onClick={(event) =>\n this.showMoreCardClick.emit({\n nativeEvent: event,\n })\n }\n >\n <ix-card-content>\n <div class=\"Show__All__Card__Content\">\n <ix-icon\n name={iconMoreMenu}\n size={'32'}\n class={'Show__All__Card__Icon'}\n ></ix-icon>\n <span class=\"Show__All__Card__Text\">\n {this.i18nMoreCards} ({this.numberOfOverflowingElements})\n </span>\n </div>\n </ix-card-content>\n </ix-card>\n ) : null}\n </div>\n </div>\n </Host>\n );\n }\n}\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ix-card.ix-card-content.entry.js","sources":["src/components/card/card.scss?tag=ix-card&encapsulation=shadow","src/components/card/card.tsx","src/components/card-content/card-content.scss?tag=ix-card-content&encapsulation=shadow","src/components/card-content/card-content.tsx"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2024 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n@import 'mixins/shadow-dom/component';\n\n:host {\n @include ix-component;\n display: flex;\n position: relative;\n flex-direction: column;\n align-items: flex-start;\n align-self: flex-start;\n overflow: hidden;\n cursor: pointer;\n\n width: 20rem;\n\n border: 1px solid var(--ix-card-border-color, var(--theme-color-soft-bdr));\n border-radius: var(--theme-default-border-radius);\n\n .card-content {\n display: block;\n position: relative;\n flex-shrink: 0;\n flex-grow: 1;\n width: 100%;\n height: calc(100% - 2rem);\n background-color: var(--ix-card-background, transparent);\n border-top-left-radius: var(--theme-default-border-radius);\n border-top-right-radius: var(--theme-default-border-radius);\n overflow: hidden;\n }\n\n .card-content-wrapper {\n height: 100%;\n width: 100%;\n box-sizing: border-box;\n }\n\n .card-footer {\n display: flex;\n position: relative;\n width: 100%;\n }\n}\n\n@mixin accordionChevronColorPrimary {\n ::slotted(ix-card-accordion) {\n color: var(--theme-color-primary);\n }\n}\n\n:host(.card-outline) {\n @include accordionChevronColorPrimary;\n\n --ix-card-background: var(--theme-color-ghost);\n --ix-card-border-color: var(--theme-color-soft-bdr);\n}\n\n:host(.card-filled) {\n @include accordionChevronColorPrimary;\n\n --ix-card-background: var(--theme-color-component-1);\n}\n\n:host(.card-alarm) {\n --ix-card-background: var(--theme-color-alarm);\n color: var(--theme-color-alarm--contrast);\n}\n\n:host(.card-critical) {\n --ix-card-background: var(--theme-color-critical);\n color: var(--theme-color-critical--contrast);\n}\n\n:host(.card-warning) {\n --ix-card-background: var(--theme-color-warning);\n color: var(--theme-color-warning--contrast);\n}\n\n:host(.card-success) {\n --ix-card-background: var(--theme-color-success);\n color: var(--theme-color-success--contrast);\n}\n\n:host(.card-info) {\n --ix-card-background: var(--theme-color-info);\n color: var(--theme-color-info--contrast);\n}\n\n:host(.card-neutral) {\n --ix-card-background: var(--theme-color-neutral);\n color: var(--theme-color-neutral--contrast);\n}\n\n:host(.card-primary) {\n --ix-card-background: var(--theme-color-primary);\n color: var(--theme-color-neutral--contrast);\n}\n\n:host(:not(.card-insight, .card-outline)) {\n --ix-card-border-color: transparent;\n}\n\n// ### Hover ###\n\n:host(.card-insight:hover),\n:host(.card-outline:hover) {\n --ix-card-background: var(--theme-color-ghost--hover);\n}\n\n:host(.card-notification:hover),\n:host(.card-filled:hover) {\n --ix-card-background: var(--theme-color-component-1--hover);\n}\n\n:host(.card-alarm:hover) {\n --ix-card-background: var(--theme-color-alarm--hover);\n}\n\n:host(.card-critical:hover) {\n --ix-card-background: var(--theme-color-critical--hover);\n}\n\n:host(.card-warning:hover) {\n --ix-card-background: var(--theme-color-warning--hover);\n}\n\n:host(.card-success:hover) {\n --ix-card-background: var(--theme-color-success--hover);\n}\n\n:host(.card-info:hover) {\n --ix-card-background: var(--theme-color-info--hover);\n}\n\n:host(.card-neutral:hover) {\n --ix-card-background: var(--theme-color-neutral--hover);\n}\n\n:host(.card-primary:hover) {\n --ix-card-background: var(--theme-color-primary--hover);\n}\n\n// ### Active ###\n\n:host(.card-insight:active),\n:host(.card-outline:active) {\n --ix-card-background: var(--theme-color-ghost--active);\n}\n\n:host(.card-notification:active),\n:host(.card-filled:active) {\n --ix-card-background: var(--theme-color-component-1--active);\n}\n\n:host(.card-alarm:active) {\n --ix-card-background: var(--theme-color-alarm--active);\n}\n\n:host(.card-critical:active) {\n --ix-card-background: var(--theme-color-critical--active);\n}\n\n:host(.card-warning:active) {\n --ix-card-background: var(--theme-color-warning--active);\n}\n\n:host(.card-success:active) {\n --ix-card-background: var(--theme-color-success--active);\n}\n\n:host(.card-info:active) {\n --ix-card-background: var(--theme-color-info--active);\n}\n\n:host(.card-neutral:active) {\n --ix-card-background: var(--theme-color-neutral--active);\n}\n\n:host(.card-primary:active) {\n --ix-card-background: var(--theme-color-primary--active);\n}\n\n// ### Selected ###\n\n:host(.selected) {\n --ix-card-border-color: var(--theme-color-dynamic);\n}\n\n:host(.selected.card-insight),\n:host(.selected.card-outline) {\n --ix-card-background: var(--theme-color-ghost--selected);\n}\n\n:host(.selected.card-notification),\n:host(.selected.card-filled) {\n --ix-card-background: var(--theme-color-ghost--selected);\n}\n\n:host(.selected.card-alarm) {\n --ix-card-background: var(--theme-color-alarm--active);\n}\n\n:host(.selected.card-critical) {\n --ix-card-background: var(--theme-color-critical--active);\n}\n\n:host(.selected.card-warning) {\n --ix-card-background: var(--theme-color-warning--active);\n}\n\n:host(.selected.card-success) {\n --ix-card-background: var(--theme-color-success--active);\n}\n\n:host(.selected.card-info) {\n --ix-card-background: var(--theme-color-info--active);\n}\n\n:host(.selected.card-neutral) {\n --ix-card-background: var(--theme-color-neutral--active);\n}\n\n:host(.selected.card-primary) {\n --ix-card-background: var(--theme-color-primary--active);\n}\n","import { Component, Element, h, Host, Prop } from '@stencil/core';\n\nexport type CardVariant =\n | 'alarm'\n | 'critical'\n | 'warning'\n | 'info'\n | 'neutral'\n | 'success'\n | 'primary'\n | 'outline'\n | 'filled';\n\n/**\n * @since 1.6.0\n */\n@Component({\n tag: 'ix-card',\n styleUrl: 'card.scss',\n shadow: true,\n})\nexport class Card {\n @Element() hostElement!: HTMLIxCardElement;\n\n /**\n * Card variant\n */\n @Prop() variant: CardVariant = 'outline';\n\n /**\n * @since 2.1.0\n */\n @Prop() selected: boolean = false;\n\n render() {\n return (\n <Host\n class={{\n selected: this.selected,\n [`card-${this.variant}`]: true,\n }}\n >\n <div class=\"card-content\">\n <slot></slot>\n </div>\n <div class=\"card-footer\">\n <slot name=\"card-accordion\"></slot>\n </div>\n </Host>\n );\n }\n}\n","/*\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@import 'mixins/shadow-dom/component';\n\n:host {\n @include ix-component;\n display: flex;\n padding: 1rem;\n height: 100%;\n overflow: hidden;\n\n .content-wrapper {\n box-sizing: border-box;\n height: 100%;\n width: 100%;\n overflow: hidden;\n gap: 0.5rem;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n }\n}\n","import { Component, h, Host } from '@stencil/core';\n\n/**\n * @since 1.6.0\n */\n@Component({\n tag: 'ix-card-content',\n styleUrl: 'card-content.scss',\n shadow: true,\n})\nexport class CardContent {\n render() {\n return (\n <Host>\n <div class=\"content-wrapper\">\n <slot></slot>\n </div>\n </Host>\n );\n }\n}\n"],"names":[],"mappings":";;AAAA,MAAM,OAAO,GAAG,ijKAAijK;;MCqBpjK,IAAI,GAAA,MAAA;AALjB,IAAA,WAAA,CAAA,OAAA,EAAA;;AAQE;;AAEG;AACK,QAAA,IAAO,CAAA,OAAA,GAAgB,SAAS;AAExC;;AAEG;AACK,QAAA,IAAQ,CAAA,QAAA,GAAY,KAAK;AAmBlC;IAjBC,MAAM,GAAA;QACJ,QACE,CAAA,CAAC,IAAI,EAAA,EAAA,GAAA,EAAA,0CAAA,EACH,KAAK,EAAE;gBACL,QAAQ,EAAE,IAAI,CAAC,QAAQ;AACvB,gBAAA,CAAC,QAAQ,IAAI,CAAC,OAAO,CAAE,CAAA,GAAG,IAAI;aAC/B,EAAA,EAED,CAAK,CAAA,KAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,KAAK,EAAC,cAAc,EAAA,EACvB,CAAA,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,CAAa,CACT,EACN,CAAK,CAAA,KAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,KAAK,EAAC,aAAa,EAAA,EACtB,CAAA,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAM,IAAI,EAAC,gBAAgB,GAAQ,CAC/B,CACD;;;;;;AChDb,MAAM,cAAc,GAAG,+8BAA+8B;;MCUz9B,WAAW,GAAA,MAAA;;;;IACtB,MAAM,GAAA;AACJ,QAAA,QACE,EAAC,IAAI,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,EACH,CAAK,CAAA,KAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,KAAK,EAAC,iBAAiB,EAAA,EAC1B,CAAa,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,CAAA,CACT,CACD;;;;;;;"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { r as registerInstance, h, H as Host, g as getElement } from './index-DtF9fwpD.js';
|
|
2
|
+
|
|
3
|
+
const cardCss = ":host{display:flex;position:relative;flex-direction:column;align-items:flex-start;align-self:flex-start;overflow:hidden;cursor:pointer;width:20rem;border:1px solid var(--ix-card-border-color, var(--theme-color-soft-bdr));border-radius:var(--theme-default-border-radius)}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host .card-content{display:block;position:relative;flex-shrink:0;flex-grow:1;width:100%;height:calc(100% - 2rem);background-color:var(--ix-card-background, transparent);border-top-left-radius:var(--theme-default-border-radius);border-top-right-radius:var(--theme-default-border-radius);overflow:hidden}:host .card-content-wrapper{height:100%;width:100%;box-sizing:border-box}:host .card-footer{display:flex;position:relative;width:100%}:host(.card-outline){--ix-card-background:var(--theme-color-ghost);--ix-card-border-color:var(--theme-color-soft-bdr)}:host(.card-outline) ::slotted(ix-card-accordion){color:var(--theme-color-primary)}:host(.card-filled){--ix-card-background:var(--theme-color-component-1)}:host(.card-filled) ::slotted(ix-card-accordion){color:var(--theme-color-primary)}:host(.card-alarm){--ix-card-background:var(--theme-color-alarm);color:var(--theme-color-alarm--contrast)}:host(.card-critical){--ix-card-background:var(--theme-color-critical);color:var(--theme-color-critical--contrast)}:host(.card-warning){--ix-card-background:var(--theme-color-warning);color:var(--theme-color-warning--contrast)}:host(.card-success){--ix-card-background:var(--theme-color-success);color:var(--theme-color-success--contrast)}:host(.card-info){--ix-card-background:var(--theme-color-info);color:var(--theme-color-info--contrast)}:host(.card-neutral){--ix-card-background:var(--theme-color-neutral);color:var(--theme-color-neutral--contrast)}:host(.card-primary){--ix-card-background:var(--theme-color-primary);color:var(--theme-color-neutral--contrast)}:host(:not(.card-insight,.card-outline)){--ix-card-border-color:transparent}:host(.card-insight:hover),:host(.card-outline:hover){--ix-card-background:var(--theme-color-ghost--hover)}:host(.card-notification:hover),:host(.card-filled:hover){--ix-card-background:var(--theme-color-component-1--hover)}:host(.card-alarm:hover){--ix-card-background:var(--theme-color-alarm--hover)}:host(.card-critical:hover){--ix-card-background:var(--theme-color-critical--hover)}:host(.card-warning:hover){--ix-card-background:var(--theme-color-warning--hover)}:host(.card-success:hover){--ix-card-background:var(--theme-color-success--hover)}:host(.card-info:hover){--ix-card-background:var(--theme-color-info--hover)}:host(.card-neutral:hover){--ix-card-background:var(--theme-color-neutral--hover)}:host(.card-primary:hover){--ix-card-background:var(--theme-color-primary--hover)}:host(.card-insight:active),:host(.card-outline:active){--ix-card-background:var(--theme-color-ghost--active)}:host(.card-notification:active),:host(.card-filled:active){--ix-card-background:var(--theme-color-component-1--active)}:host(.card-alarm:active){--ix-card-background:var(--theme-color-alarm--active)}:host(.card-critical:active){--ix-card-background:var(--theme-color-critical--active)}:host(.card-warning:active){--ix-card-background:var(--theme-color-warning--active)}:host(.card-success:active){--ix-card-background:var(--theme-color-success--active)}:host(.card-info:active){--ix-card-background:var(--theme-color-info--active)}:host(.card-neutral:active){--ix-card-background:var(--theme-color-neutral--active)}:host(.card-primary:active){--ix-card-background:var(--theme-color-primary--active)}:host(.selected){--ix-card-border-color:var(--theme-color-dynamic)}:host(.selected.card-insight),:host(.selected.card-outline){--ix-card-background:var(--theme-color-ghost--selected)}:host(.selected.card-notification),:host(.selected.card-filled){--ix-card-background:var(--theme-color-ghost--selected)}:host(.selected.card-alarm){--ix-card-background:var(--theme-color-alarm--active)}:host(.selected.card-critical){--ix-card-background:var(--theme-color-critical--active)}:host(.selected.card-warning){--ix-card-background:var(--theme-color-warning--active)}:host(.selected.card-success){--ix-card-background:var(--theme-color-success--active)}:host(.selected.card-info){--ix-card-background:var(--theme-color-info--active)}:host(.selected.card-neutral){--ix-card-background:var(--theme-color-neutral--active)}:host(.selected.card-primary){--ix-card-background:var(--theme-color-primary--active)}";
|
|
4
|
+
|
|
5
|
+
const Card = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
/**
|
|
9
|
+
* Card variant
|
|
10
|
+
*/
|
|
11
|
+
this.variant = 'outline';
|
|
12
|
+
/**
|
|
13
|
+
* @since 2.1.0
|
|
14
|
+
*/
|
|
15
|
+
this.selected = false;
|
|
16
|
+
}
|
|
17
|
+
render() {
|
|
18
|
+
return (h(Host, { key: '7d36825ad469c0a2453fb72dbf7f079458c2a2f1', class: {
|
|
19
|
+
selected: this.selected,
|
|
20
|
+
[`card-${this.variant}`]: true,
|
|
21
|
+
} }, h("div", { key: '3a6186d515640d60fb7b3c4898c268bd6cf15c21', class: "card-content" }, h("slot", { key: 'd9fb872de9eb038fc0f02ba30458506f0b821784' })), h("div", { key: '2b1214fe85a418875accd6927bd1ca0b0f388dd5', class: "card-footer" }, h("slot", { key: 'ba68b648ad8c7d95a77d1b819f98957b43a0d663', name: "card-accordion" }))));
|
|
22
|
+
}
|
|
23
|
+
get hostElement() { return getElement(this); }
|
|
24
|
+
};
|
|
25
|
+
Card.style = cardCss;
|
|
26
|
+
|
|
27
|
+
const cardContentCss = ":host{display:flex;padding:1rem;height:100%;overflow:hidden}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host .content-wrapper{box-sizing:border-box;height:100%;width:100%;overflow:hidden;gap:0.5rem;display:flex;flex-direction:column;align-items:flex-start}";
|
|
28
|
+
|
|
29
|
+
const CardContent = class {
|
|
30
|
+
constructor(hostRef) {
|
|
31
|
+
registerInstance(this, hostRef);
|
|
32
|
+
}
|
|
33
|
+
render() {
|
|
34
|
+
return (h(Host, { key: 'b158a08d7ca4779af659d4fa143e047dba41088e' }, h("div", { key: 'abd538339ad50ba6430c834eb1283c20788d78e2', class: "content-wrapper" }, h("slot", { key: '86494d2878e0cb36e417a5d5868fff7f551b4de7' }))));
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
CardContent.style = cardContentCss;
|
|
38
|
+
|
|
39
|
+
export { Card as ix_card, CardContent as ix_card_content };
|
|
40
|
+
//# sourceMappingURL=ix-card.ix-card-content.entry.js.map
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=ix-card_2.entry.js.map
|