@siemens/ix 0.0.0-20240419081748
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/LICENSE +21 -0
- package/README.md +4 -0
- package/components/a11y.js +142 -0
- package/components/a11y.js.map +1 -0
- package/components/animation.js +19 -0
- package/components/animation.js.map +1 -0
- package/components/anime.es.js +1311 -0
- package/components/anime.es.js.map +1 -0
- package/components/application-header.js +150 -0
- package/components/application-header.js.map +1 -0
- package/components/avatar.js +101 -0
- package/components/avatar.js.map +1 -0
- package/components/base-button.js +47 -0
- package/components/base-button.js.map +1 -0
- package/components/base-icon-button.js +18 -0
- package/components/base-icon-button.js.map +1 -0
- package/components/breadcrumb-item.js +101 -0
- package/components/breadcrumb-item.js.map +1 -0
- package/components/breakpoints.js +25 -0
- package/components/breakpoints.js.map +1 -0
- package/components/button.js +92 -0
- package/components/button.js.map +1 -0
- package/components/card-accordion.js +86 -0
- package/components/card-accordion.js.map +1 -0
- package/components/card-content.js +33 -0
- package/components/card-content.js.map +1 -0
- package/components/card-title.js +33 -0
- package/components/card-title.js.map +1 -0
- package/components/card.js +42 -0
- package/components/card.js.map +1 -0
- package/components/col.js +94 -0
- package/components/col.js.map +1 -0
- package/components/context.js +101 -0
- package/components/context.js.map +1 -0
- package/components/custom-elements.d.ts +10 -0
- package/components/date-picker.js +555 -0
- package/components/date-picker.js.map +1 -0
- package/components/date-time-card.js +51 -0
- package/components/date-time-card.js.map +1 -0
- package/components/default-tree-item.js +22 -0
- package/components/default-tree-item.js.map +1 -0
- package/components/divider.js +33 -0
- package/components/divider.js.map +1 -0
- package/components/dropdown-item.js +75 -0
- package/components/dropdown-item.js.map +1 -0
- package/components/dropdown.js +442 -0
- package/components/dropdown.js.map +1 -0
- package/components/filter-chip.js +57 -0
- package/components/filter-chip.js.map +1 -0
- package/components/flip-tile-state.js +21 -0
- package/components/flip-tile-state.js.map +1 -0
- package/components/floating-ui.dom.esm.js +1528 -0
- package/components/floating-ui.dom.esm.js.map +1 -0
- package/components/group-context-menu.js +74 -0
- package/components/group-context-menu.js.map +1 -0
- package/components/group-item.js +59 -0
- package/components/group-item.js.map +1 -0
- package/components/icon-button.js +111 -0
- package/components/icon-button.js.map +1 -0
- package/components/index.d.ts +33 -0
- package/components/index.js +93 -0
- package/components/index.js.map +1 -0
- package/components/index2.js +28 -0
- package/components/index2.js.map +1 -0
- package/components/ix-action-card.d.ts +11 -0
- package/components/ix-action-card.js +74 -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 +8 -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 +141 -0
- package/components/ix-application.js.map +1 -0
- package/components/ix-avatar.d.ts +11 -0
- package/components/ix-avatar.js +8 -0
- package/components/ix-avatar.js.map +1 -0
- package/components/ix-basic-navigation.d.ts +11 -0
- package/components/ix-basic-navigation.js +143 -0
- package/components/ix-basic-navigation.js.map +1 -0
- package/components/ix-blind.d.ts +11 -0
- package/components/ix-blind.js +126 -0
- package/components/ix-blind.js.map +1 -0
- package/components/ix-breadcrumb-item.d.ts +11 -0
- package/components/ix-breadcrumb-item.js +8 -0
- package/components/ix-breadcrumb-item.js.map +1 -0
- package/components/ix-breadcrumb.d.ts +11 -0
- package/components/ix-breadcrumb.js +157 -0
- package/components/ix-breadcrumb.js.map +1 -0
- package/components/ix-button.d.ts +11 -0
- package/components/ix-button.js +8 -0
- package/components/ix-button.js.map +1 -0
- package/components/ix-card-accordion.d.ts +11 -0
- package/components/ix-card-accordion.js +8 -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 +8 -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 +231 -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 +8 -0
- package/components/ix-card-title.js.map +1 -0
- package/components/ix-card.d.ts +11 -0
- package/components/ix-card.js +8 -0
- package/components/ix-card.js.map +1 -0
- package/components/ix-category-filter.d.ts +11 -0
- package/components/ix-category-filter.js +471 -0
- package/components/ix-category-filter.js.map +1 -0
- package/components/ix-chip.d.ts +11 -0
- package/components/ix-chip.js +106 -0
- package/components/ix-chip.js.map +1 -0
- package/components/ix-col.d.ts +11 -0
- package/components/ix-col.js +8 -0
- package/components/ix-col.js.map +1 -0
- package/components/ix-content-header.d.ts +11 -0
- package/components/ix-content-header.js +64 -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 +41 -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 +114 -0
- package/components/ix-css-grid.js.map +1 -0
- package/components/ix-date-dropdown.d.ts +11 -0
- package/components/ix-date-dropdown.js +254 -0
- package/components/ix-date-dropdown.js.map +1 -0
- package/components/ix-date-picker.d.ts +11 -0
- package/components/ix-date-picker.js +8 -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 +8 -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 +166 -0
- package/components/ix-datetime-picker.js.map +1 -0
- package/components/ix-divider.d.ts +11 -0
- package/components/ix-divider.js +8 -0
- package/components/ix-divider.js.map +1 -0
- package/components/ix-drawer.d.ts +11 -0
- package/components/ix-drawer.js +148 -0
- package/components/ix-drawer.js.map +1 -0
- package/components/ix-dropdown-button.d.ts +11 -0
- package/components/ix-dropdown-button.js +95 -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 +45 -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 +8 -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 +8 -0
- package/components/ix-dropdown.js.map +1 -0
- package/components/ix-empty-state.d.ts +11 -0
- package/components/ix-empty-state.js +66 -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 +69 -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 +146 -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 +120 -0
- package/components/ix-expanding-search.js.map +1 -0
- package/components/ix-filter-chip.d.ts +11 -0
- package/components/ix-filter-chip.js +8 -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 +39 -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 +122 -0
- package/components/ix-flip-tile.js.map +1 -0
- package/components/ix-form-field.d.ts +11 -0
- package/components/ix-form-field.js +44 -0
- package/components/ix-form-field.js.map +1 -0
- package/components/ix-group-context-menu.d.ts +11 -0
- package/components/ix-group-context-menu.js +8 -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 +8 -0
- package/components/ix-group-item.js.map +1 -0
- package/components/ix-group.d.ts +11 -0
- package/components/ix-group.js +179 -0
- package/components/ix-group.js.map +1 -0
- package/components/ix-icon-button.d.ts +11 -0
- package/components/ix-icon-button.js +8 -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 +121 -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 +154 -0
- package/components/ix-input-group.js.map +1 -0
- package/components/ix-key-value-list.d.ts +11 -0
- package/components/ix-key-value-list.js +39 -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 +70 -0
- package/components/ix-kpi.js.map +1 -0
- package/components/ix-layout-grid.d.ts +11 -0
- package/components/ix-layout-grid.js +8 -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 +49 -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 +8 -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 +233 -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 +52 -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 +84 -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 +86 -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 +8 -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 +109 -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 +262 -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 +8 -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 +8 -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 +52 -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 +8 -0
- package/components/ix-menu-settings.js.map +1 -0
- package/components/ix-menu.d.ts +11 -0
- package/components/ix-menu.js +530 -0
- package/components/ix-menu.js.map +1 -0
- package/components/ix-message-bar.d.ts +11 -0
- package/components/ix-message-bar.js +88 -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 +8 -0
- package/components/ix-modal-content.js.map +1 -0
- package/components/ix-modal-example.d.ts +11 -0
- package/components/ix-modal-example.js +58 -0
- package/components/ix-modal-example.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 +8 -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 +219 -0
- package/components/ix-modal.js.map +1 -0
- package/components/ix-pagination.d.ts +11 -0
- package/components/ix-pagination.js +212 -0
- package/components/ix-pagination.js.map +1 -0
- package/components/ix-pane-layout.d.ts +11 -0
- package/components/ix-pane-layout.js +300 -0
- package/components/ix-pane-layout.js.map +1 -0
- package/components/ix-pane.d.ts +11 -0
- package/components/ix-pane.js +533 -0
- package/components/ix-pane.js.map +1 -0
- package/components/ix-pill.d.ts +11 -0
- package/components/ix-pill.js +83 -0
- package/components/ix-pill.js.map +1 -0
- package/components/ix-playground-internal.d.ts +11 -0
- package/components/ix-playground-internal.js +35 -0
- package/components/ix-playground-internal.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-row.d.ts +11 -0
- package/components/ix-row.js +8 -0
- package/components/ix-row.js.map +1 -0
- package/components/ix-select-item.d.ts +11 -0
- package/components/ix-select-item.js +8 -0
- package/components/ix-select-item.js.map +1 -0
- package/components/ix-select.d.ts +11 -0
- package/components/ix-select.js +8 -0
- package/components/ix-select.js.map +1 -0
- package/components/ix-slider.d.ts +11 -0
- package/components/ix-slider.js +221 -0
- package/components/ix-slider.js.map +1 -0
- package/components/ix-spinner.d.ts +11 -0
- package/components/ix-spinner.js +8 -0
- package/components/ix-spinner.js.map +1 -0
- package/components/ix-split-button-item.d.ts +11 -0
- package/components/ix-split-button-item.js +59 -0
- package/components/ix-split-button-item.js.map +1 -0
- package/components/ix-split-button.d.ts +11 -0
- package/components/ix-split-button.js +98 -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 +8 -0
- package/components/ix-tab-item.js.map +1 -0
- package/components/ix-tabs.d.ts +11 -0
- package/components/ix-tabs.js +8 -0
- package/components/ix-tabs.js.map +1 -0
- package/components/ix-tile.d.ts +11 -0
- package/components/ix-tile.js +60 -0
- package/components/ix-tile.js.map +1 -0
- package/components/ix-time-picker.d.ts +11 -0
- package/components/ix-time-picker.js +8 -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 +133 -0
- package/components/ix-toast-container.js.map +1 -0
- package/components/ix-toast.d.ts +11 -0
- package/components/ix-toast.js +8 -0
- package/components/ix-toast.js.map +1 -0
- package/components/ix-toggle-button.d.ts +11 -0
- package/components/ix-toggle-button.js +110 -0
- package/components/ix-toggle-button.js.map +1 -0
- package/components/ix-toggle.d.ts +11 -0
- package/components/ix-toggle.js +63 -0
- package/components/ix-toggle.js.map +1 -0
- package/components/ix-tooltip.d.ts +11 -0
- package/components/ix-tooltip.js +8 -0
- package/components/ix-tooltip.js.map +1 -0
- package/components/ix-tree-item.d.ts +11 -0
- package/components/ix-tree-item.js +8 -0
- package/components/ix-tree-item.js.map +1 -0
- package/components/ix-tree.d.ts +11 -0
- package/components/ix-tree.js +740 -0
- package/components/ix-tree.js.map +1 -0
- package/components/ix-typography.d.ts +11 -0
- package/components/ix-typography.js +8 -0
- package/components/ix-typography.js.map +1 -0
- package/components/ix-upload.d.ts +11 -0
- package/components/ix-upload.js +148 -0
- package/components/ix-upload.js.map +1 -0
- package/components/ix-validation-tooltip.d.ts +11 -0
- package/components/ix-validation-tooltip.js +176 -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 +126 -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 +103 -0
- package/components/ix-workflow-steps.js.map +1 -0
- package/components/layout-grid.js +45 -0
- package/components/layout-grid.js.map +1 -0
- package/components/listener.js +75 -0
- package/components/listener.js.map +1 -0
- package/components/logical-filter-operator.js +36 -0
- package/components/logical-filter-operator.js.map +1 -0
- package/components/luxon.js +8309 -0
- package/components/luxon.js.map +1 -0
- package/components/make-ref.js +28 -0
- package/components/make-ref.js.map +1 -0
- package/components/map-navigation-overlay.js +93 -0
- package/components/map-navigation-overlay.js.map +1 -0
- package/components/menu-avatar-item.js +53 -0
- package/components/menu-avatar-item.js.map +1 -0
- package/components/menu-expand-icon.js +76 -0
- package/components/menu-expand-icon.js.map +1 -0
- package/components/menu-item.js +148 -0
- package/components/menu-item.js.map +1 -0
- package/components/menu-service.js +78 -0
- package/components/menu-service.js.map +1 -0
- package/components/menu-tabs-fc.js +146 -0
- package/components/menu-tabs-fc.js.map +1 -0
- package/components/modal-content.js +33 -0
- package/components/modal-content.js.map +1 -0
- package/components/modal-header.js +87 -0
- package/components/modal-header.js.map +1 -0
- package/components/modal.js +244 -0
- package/components/modal.js.map +1 -0
- package/components/mutation-observer.js +13 -0
- package/components/mutation-observer.js.map +1 -0
- package/components/package.json +8 -0
- package/components/row.js +33 -0
- package/components/row.js.map +1 -0
- package/components/rwd.util.js +41 -0
- package/components/rwd.util.js.map +1 -0
- package/components/select-item.js +95 -0
- package/components/select-item.js.map +1 -0
- package/components/select.js +445 -0
- package/components/select.js.map +1 -0
- package/components/service.js +99 -0
- package/components/service.js.map +1 -0
- package/components/shadow-dom.js +45 -0
- package/components/shadow-dom.js.map +1 -0
- package/components/spinner.js +49 -0
- package/components/spinner.js.map +1 -0
- package/components/tab-item.js +88 -0
- package/components/tab-item.js.map +1 -0
- package/components/tabs.js +260 -0
- package/components/tabs.js.map +1 -0
- package/components/theme-switcher.js +123 -0
- package/components/theme-switcher.js.map +1 -0
- package/components/time-picker.js +215 -0
- package/components/time-picker.js.map +1 -0
- package/components/toast.js +106 -0
- package/components/toast.js.map +1 -0
- package/components/tooltip.js +322 -0
- package/components/tooltip.js.map +1 -0
- package/components/tree-item.js +52 -0
- package/components/tree-item.js.map +1 -0
- package/components/typed-event.js +46 -0
- package/components/typed-event.js.map +1 -0
- package/components/typography.js +84 -0
- package/components/typography.js.map +1 -0
- package/components/upload-file-state.js +20 -0
- package/components/upload-file-state.js.map +1 -0
- package/dist/cjs/_commonjsHelpers-0192c5b3.js +17 -0
- package/dist/cjs/_commonjsHelpers-0192c5b3.js.map +1 -0
- package/dist/cjs/a11y-d3ce56d1.js +146 -0
- package/dist/cjs/a11y-d3ce56d1.js.map +1 -0
- package/dist/cjs/animation-99234008.js +21 -0
- package/dist/cjs/animation-99234008.js.map +1 -0
- package/dist/cjs/anime.es-e2814360.js +1313 -0
- package/dist/cjs/anime.es-e2814360.js.map +1 -0
- package/dist/cjs/app-globals-7ea20f68.js +31 -0
- package/dist/cjs/app-globals-7ea20f68.js.map +1 -0
- package/dist/cjs/base-button-2f74b19d.js +50 -0
- package/dist/cjs/base-button-2f74b19d.js.map +1 -0
- package/dist/cjs/base-icon-button-848c77f2.js +20 -0
- package/dist/cjs/base-icon-button-848c77f2.js.map +1 -0
- package/dist/cjs/breakpoints-5d1583fb.js +27 -0
- package/dist/cjs/breakpoints-5d1583fb.js.map +1 -0
- package/dist/cjs/context-98f4a0b3.js +106 -0
- package/dist/cjs/context-98f4a0b3.js.map +1 -0
- package/dist/cjs/core-js-a890bac8.js +26 -0
- package/dist/cjs/core-js-a890bac8.js.map +1 -0
- package/dist/cjs/default-tree-item-309a50cd.js +24 -0
- package/dist/cjs/default-tree-item-309a50cd.js.map +1 -0
- package/dist/cjs/dom-83fb07d8.js +74 -0
- package/dist/cjs/dom-83fb07d8.js.map +1 -0
- package/dist/cjs/flip-tile-state-92223109.js +21 -0
- package/dist/cjs/flip-tile-state-92223109.js.map +1 -0
- package/dist/cjs/floating-ui.dom.esm-94b4d17c.js +1536 -0
- package/dist/cjs/floating-ui.dom.esm-94b4d17c.js.map +1 -0
- package/dist/cjs/index-c4629a8d.js +30 -0
- package/dist/cjs/index-c4629a8d.js.map +1 -0
- package/dist/cjs/index-c6f0ac73.js +2688 -0
- package/dist/cjs/index-c6f0ac73.js.map +1 -0
- package/dist/cjs/index.cjs.js +131 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/index.es2017-0db94b91.js +1504 -0
- package/dist/cjs/index.es2017-0db94b91.js.map +1 -0
- package/dist/cjs/ix-action-card.cjs.entry.js +36 -0
- package/dist/cjs/ix-action-card.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application-header.cjs.entry.js +112 -0
- package/dist/cjs/ix-application-header.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application-sidebar.cjs.entry.js +48 -0
- package/dist/cjs/ix-application-sidebar.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application-switch-modal.cjs.entry.js +61 -0
- package/dist/cjs/ix-application-switch-modal.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application.cjs.entry.js +115 -0
- package/dist/cjs/ix-application.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-avatar_2.cjs.entry.js +83 -0
- package/dist/cjs/ix-avatar_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-basic-navigation.cjs.entry.js +92 -0
- package/dist/cjs/ix-basic-navigation.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-blind.cjs.entry.js +98 -0
- package/dist/cjs/ix-blind.cjs.entry.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.cjs.entry.js +108 -0
- package/dist/cjs/ix-breadcrumb.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-button.cjs.entry.js +65 -0
- package/dist/cjs/ix-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-card-accordion_2.cjs.entry.js +84 -0
- package/dist/cjs/ix-card-accordion_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-card-list.cjs.entry.js +166 -0
- package/dist/cjs/ix-card-list.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-card_2.cjs.entry.js +42 -0
- package/dist/cjs/ix-card_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-category-filter.cjs.entry.js +410 -0
- package/dist/cjs/ix-category-filter.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-chip.cjs.entry.js +71 -0
- package/dist/cjs/ix-chip.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-col_4.cjs.entry.js +584 -0
- package/dist/cjs/ix-col_4.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-content-header.cjs.entry.js +27 -0
- package/dist/cjs/ix-content-header.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-content.cjs.entry.js +33 -0
- package/dist/cjs/ix-content.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-css-grid-item.cjs.entry.js +25 -0
- package/dist/cjs/ix-css-grid-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-css-grid.cjs.entry.js +97 -0
- package/dist/cjs/ix-css-grid.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-date-dropdown.cjs.entry.js +157 -0
- package/dist/cjs/ix-date-dropdown.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-date-time-card.cjs.entry.js +36 -0
- package/dist/cjs/ix-date-time-card.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-datetime-picker.cjs.entry.js +67 -0
- package/dist/cjs/ix-datetime-picker.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-divider.cjs.entry.js +22 -0
- package/dist/cjs/ix-divider.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-drawer.cjs.entry.js +112 -0
- package/dist/cjs/ix-drawer.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-button.cjs.entry.js +47 -0
- package/dist/cjs/ix-dropdown-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-header.cjs.entry.js +23 -0
- package/dist/cjs/ix-dropdown-header.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-item.cjs.entry.js +54 -0
- package/dist/cjs/ix-dropdown-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js +22 -0
- package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown.cjs.entry.js +414 -0
- package/dist/cjs/ix-dropdown.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-empty-state.cjs.entry.js +28 -0
- package/dist/cjs/ix-empty-state.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-event-list-item.cjs.entry.js +49 -0
- package/dist/cjs/ix-event-list-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-event-list.cjs.entry.js +125 -0
- package/dist/cjs/ix-event-list.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-expanding-search.cjs.entry.js +86 -0
- package/dist/cjs/ix-expanding-search.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-filter-chip_2.cjs.entry.js +93 -0
- package/dist/cjs/ix-filter-chip_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-flip-tile-content.cjs.entry.js +23 -0
- package/dist/cjs/ix-flip-tile-content.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-flip-tile.cjs.entry.js +90 -0
- package/dist/cjs/ix-flip-tile.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-form-field.cjs.entry.js +28 -0
- package/dist/cjs/ix-form-field.cjs.entry.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 +129 -0
- package/dist/cjs/ix-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-icon-button_2.cjs.entry.js +108 -0
- package/dist/cjs/ix-icon-button_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-icon-toggle-button.cjs.entry.js +89 -0
- package/dist/cjs/ix-icon-toggle-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-icon.entry-01b3822b.js +1487 -0
- package/dist/cjs/ix-icon.entry-01b3822b.js.map +1 -0
- package/dist/cjs/ix-input-group.cjs.entry.js +136 -0
- package/dist/cjs/ix-input-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-key-value-list.cjs.entry.js +23 -0
- package/dist/cjs/ix-key-value-list.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-key-value.cjs.entry.js +29 -0
- package/dist/cjs/ix-key-value.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-kpi.cjs.entry.js +50 -0
- package/dist/cjs/ix-kpi.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-link-button.cjs.entry.js +31 -0
- package/dist/cjs/ix-link-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js +65 -0
- package/dist/cjs/ix-map-navigation-overlay.cjs.entry.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-menu-about-item.cjs.entry.js +34 -0
- package/dist/cjs/ix-menu-about-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-about-news.cjs.entry.js +39 -0
- package/dist/cjs/ix-menu-about-news.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-about.cjs.entry.js +41 -0
- package/dist/cjs/ix-menu-about.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-avatar.cjs.entry.js +45 -0
- package/dist/cjs/ix-menu-avatar.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-category.cjs.entry.js +205 -0
- package/dist/cjs/ix-menu-category.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-expand-icon.cjs.entry.js +48 -0
- package/dist/cjs/ix-menu-expand-icon.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-item.cjs.entry.js +111 -0
- package/dist/cjs/ix-menu-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-settings-item.cjs.entry.js +34 -0
- package/dist/cjs/ix-menu-settings-item.cjs.entry.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.cjs.entry.js +453 -0
- package/dist/cjs/ix-menu.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-message-bar.cjs.entry.js +57 -0
- package/dist/cjs/ix-message-bar.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal-content_2.cjs.entry.js +66 -0
- package/dist/cjs/ix-modal-content_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal-example.cjs.entry.js +28 -0
- package/dist/cjs/ix-modal-example.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal-footer.cjs.entry.js +22 -0
- package/dist/cjs/ix-modal-footer.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal-loading.cjs.entry.js +22 -0
- package/dist/cjs/ix-modal-loading.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal.cjs.entry.js +192 -0
- package/dist/cjs/ix-modal.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pagination.cjs.entry.js +141 -0
- package/dist/cjs/ix-pagination.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pane-layout.cjs.entry.js +275 -0
- package/dist/cjs/ix-pane-layout.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pane.cjs.entry.js +475 -0
- package/dist/cjs/ix-pane.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pill.cjs.entry.js +61 -0
- package/dist/cjs/ix-pill.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-playground-internal.cjs.entry.js +22 -0
- package/dist/cjs/ix-playground-internal.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-push-card.cjs.entry.js +32 -0
- package/dist/cjs/ix-push-card.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-select.cjs.entry.js +373 -0
- package/dist/cjs/ix-select.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-slider.cjs.entry.js +174 -0
- package/dist/cjs/ix-slider.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-split-button-item.cjs.entry.js +35 -0
- package/dist/cjs/ix-split-button-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-split-button.cjs.entry.js +50 -0
- package/dist/cjs/ix-split-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-tab-item_2.cjs.entry.js +299 -0
- package/dist/cjs/ix-tab-item_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-tile.cjs.entry.js +42 -0
- package/dist/cjs/ix-tile.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-time-picker.cjs.entry.js +154 -0
- package/dist/cjs/ix-time-picker.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toast-container.cjs.entry.js +94 -0
- package/dist/cjs/ix-toast-container.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toast.cjs.entry.js +74 -0
- package/dist/cjs/ix-toast.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toggle-button.cjs.entry.js +78 -0
- package/dist/cjs/ix-toggle-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toggle.cjs.entry.js +41 -0
- package/dist/cjs/ix-toggle.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-tooltip.cjs.entry.js +294 -0
- package/dist/cjs/ix-tooltip.cjs.entry.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.cjs.entry.js +706 -0
- package/dist/cjs/ix-tree.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-typography.cjs.entry.js +66 -0
- package/dist/cjs/ix-typography.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-upload.cjs.entry.js +110 -0
- package/dist/cjs/ix-upload.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-validation-tooltip.cjs.entry.js +153 -0
- package/dist/cjs/ix-validation-tooltip.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-workflow-step.cjs.entry.js +99 -0
- package/dist/cjs/ix-workflow-step.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-workflow-steps.cjs.entry.js +85 -0
- package/dist/cjs/ix-workflow-steps.cjs.entry.js.map +1 -0
- package/dist/cjs/listener-d27acb41.js +77 -0
- package/dist/cjs/listener-d27acb41.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-5564322e.js +38 -0
- package/dist/cjs/logical-filter-operator-5564322e.js.map +1 -0
- package/dist/cjs/luxon-702fbf4c.js +8312 -0
- package/dist/cjs/luxon-702fbf4c.js.map +1 -0
- package/dist/cjs/make-ref-c25629b7.js +30 -0
- package/dist/cjs/make-ref-c25629b7.js.map +1 -0
- package/dist/cjs/menu-service-9936f670.js +80 -0
- package/dist/cjs/menu-service-9936f670.js.map +1 -0
- package/dist/cjs/menu-tabs-fc-194c3ba9.js +105 -0
- package/dist/cjs/menu-tabs-fc-194c3ba9.js.map +1 -0
- package/dist/cjs/modal-828cb80a.js +252 -0
- package/dist/cjs/modal-828cb80a.js.map +1 -0
- package/dist/cjs/mutation-observer-babb20a5.js +15 -0
- package/dist/cjs/mutation-observer-babb20a5.js.map +1 -0
- package/dist/cjs/rwd.util-ee53cbd1.js +44 -0
- package/dist/cjs/rwd.util-ee53cbd1.js.map +1 -0
- package/dist/cjs/service-a42add5f.js +101 -0
- package/dist/cjs/service-a42add5f.js.map +1 -0
- package/dist/cjs/shadow-dom-73f9d553.js +50 -0
- package/dist/cjs/shadow-dom-73f9d553.js.map +1 -0
- package/dist/cjs/siemens-ix.cjs.js +27 -0
- package/dist/cjs/siemens-ix.cjs.js.map +1 -0
- package/dist/cjs/theme-switcher-2d2bde85.js +126 -0
- package/dist/cjs/theme-switcher-2d2bde85.js.map +1 -0
- package/dist/cjs/typed-event-8032c0c0.js +48 -0
- package/dist/cjs/typed-event-8032c0c0.js.map +1 -0
- package/dist/cjs/upload-file-state-3e9d929d.js +20 -0
- package/dist/cjs/upload-file-state-3e9d929d.js.map +1 -0
- package/dist/collection/collection-manifest.json +114 -0
- package/dist/collection/components/action-card/action-card.css +71 -0
- package/dist/collection/components/action-card/action-card.js +144 -0
- package/dist/collection/components/action-card/action-card.js.map +1 -0
- package/dist/collection/components/application/application.css +106 -0
- package/dist/collection/components/application/application.js +252 -0
- package/dist/collection/components/application/application.js.map +1 -0
- package/dist/collection/components/application-header/application-header.css +135 -0
- package/dist/collection/components/application-header/application-header.js +149 -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 +126 -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 +334 -0
- package/dist/collection/components/application-header/test/application-header.ct.js.map +1 -0
- package/dist/collection/components/application-sidebar/application-sidebar.css +69 -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 +222 -0
- package/dist/collection/components/avatar/avatar.js +153 -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 +99 -0
- package/dist/collection/components/basic-navigation/basic-navigation.js +192 -0
- package/dist/collection/components/basic-navigation/basic-navigation.js.map +1 -0
- package/dist/collection/components/blind/blind.css +431 -0
- package/dist/collection/components/blind/blind.js +231 -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 +119 -0
- package/dist/collection/components/breadcrumb/breadcrumb.js +239 -0
- package/dist/collection/components/breadcrumb/breadcrumb.js.map +1 -0
- package/dist/collection/components/breadcrumb/test/breadcrumb.ct.js +97 -0
- package/dist/collection/components/breadcrumb/test/breadcrumb.ct.js.map +1 -0
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.css +1115 -0
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.js +230 -0
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.js.map +1 -0
- package/dist/collection/components/button/base-button.js +39 -0
- package/dist/collection/components/button/base-button.js.map +1 -0
- package/dist/collection/components/button/button.css +508 -0
- package/dist/collection/components/button/button.js +252 -0
- package/dist/collection/components/button/button.js.map +1 -0
- package/dist/collection/components/button/test/button.ct.js +42 -0
- package/dist/collection/components/button/test/button.ct.js.map +1 -0
- package/dist/collection/components/button/test/button.spec.js +65 -0
- package/dist/collection/components/button/test/button.spec.js.map +1 -0
- package/dist/collection/components/card/card.css +244 -0
- package/dist/collection/components/card/card.js +78 -0
- package/dist/collection/components/card/card.js.map +1 -0
- package/dist/collection/components/card-accordion/card-accordion.css +155 -0
- package/dist/collection/components/card-accordion/card-accordion.js +131 -0
- package/dist/collection/components/card-accordion/card-accordion.js.map +1 -0
- package/dist/collection/components/card-content/card-content.css +66 -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 +162 -0
- package/dist/collection/components/card-list/card-list.js +411 -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 +1538 -0
- package/dist/collection/components/category-filter/category-filter.js +723 -0
- package/dist/collection/components/category-filter/category-filter.js.map +1 -0
- package/dist/collection/components/category-filter/filter-state.js +11 -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/chip/chip.css +537 -0
- package/dist/collection/components/chip/chip.js +245 -0
- package/dist/collection/components/chip/chip.js.map +1 -0
- package/dist/collection/components/col/col.css +66 -0
- package/dist/collection/components/col/col.js +193 -0
- package/dist/collection/components/col/col.js.map +1 -0
- package/dist/collection/components/content/content.css +75 -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 +28 -0
- package/dist/collection/components/content-header/content-header.js +132 -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 +56 -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 +126 -0
- package/dist/collection/components/css-grid/css-grid.js.map +1 -0
- package/dist/collection/components/date-dropdown/date-dropdown.css +99 -0
- package/dist/collection/components/date-dropdown/date-dropdown.js +476 -0
- package/dist/collection/components/date-dropdown/date-dropdown.js.map +1 -0
- package/dist/collection/components/date-dropdown/test/date-dropdown.ct.js +171 -0
- package/dist/collection/components/date-dropdown/test/date-dropdown.ct.js.map +1 -0
- package/dist/collection/components/date-picker/date-picker.css +295 -0
- package/dist/collection/components/date-picker/date-picker.js +930 -0
- package/dist/collection/components/date-picker/date-picker.js.map +1 -0
- package/dist/collection/components/date-picker/test/date-picker.ct.js +163 -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 +111 -0
- package/dist/collection/components/date-time-card/date-time-card.js +113 -0
- package/dist/collection/components/date-time-card/date-time-card.js.map +1 -0
- package/dist/collection/components/datetime-picker/datetime-picker.css +108 -0
- package/dist/collection/components/datetime-picker/datetime-picker.js +526 -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 +126 -0
- package/dist/collection/components/drawer/drawer.js +293 -0
- package/dist/collection/components/drawer/drawer.js.map +1 -0
- package/dist/collection/components/drawer/test/drawer.ct.js +47 -0
- package/dist/collection/components/drawer/test/drawer.ct.js.map +1 -0
- package/dist/collection/components/drawer/test/drawer.spec.js +65 -0
- package/dist/collection/components/drawer/test/drawer.spec.js.map +1 -0
- package/dist/collection/components/dropdown/dropdown-controller.js +127 -0
- package/dist/collection/components/dropdown/dropdown-controller.js.map +1 -0
- package/dist/collection/components/dropdown/dropdown.css +109 -0
- package/dist/collection/components/dropdown/dropdown.js +619 -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-controller.spec.js +21 -0
- package/dist/collection/components/dropdown/test/dropdown-controller.spec.js.map +1 -0
- package/dist/collection/components/dropdown/test/dropdown.ct.js +472 -0
- package/dist/collection/components/dropdown/test/dropdown.ct.js.map +1 -0
- package/dist/collection/components/dropdown-button/dropdown-button.css +146 -0
- package/dist/collection/components/dropdown-button/dropdown-button.js +225 -0
- package/dist/collection/components/dropdown-button/dropdown-button.js.map +1 -0
- package/dist/collection/components/dropdown-header/dropdown-header.css +68 -0
- package/dist/collection/components/dropdown-header/dropdown-header.js +54 -0
- package/dist/collection/components/dropdown-header/dropdown-header.js.map +1 -0
- package/dist/collection/components/dropdown-item/dropdown-item.css +160 -0
- package/dist/collection/components/dropdown-item/dropdown-item.js +265 -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 +142 -0
- package/dist/collection/components/empty-state/empty-state.js +151 -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 +210 -0
- package/dist/collection/components/event-list/event-list.js.map +1 -0
- package/dist/collection/components/event-list/test/event-list.spec.js +112 -0
- package/dist/collection/components/event-list/test/event-list.spec.js.map +1 -0
- package/dist/collection/components/event-list-item/event-list-item.css +192 -0
- package/dist/collection/components/event-list-item/event-list-item.js +180 -0
- package/dist/collection/components/event-list-item/event-list-item.js.map +1 -0
- package/dist/collection/components/event-list-item/test/event-list-item.spec.js +20 -0
- package/dist/collection/components/event-list-item/test/event-list-item.spec.js.map +1 -0
- package/dist/collection/components/expanding-search/expanding-search.css +412 -0
- package/dist/collection/components/expanding-search/expanding-search.js +196 -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/expanding-search/test/expanding-search.spec.js +36 -0
- package/dist/collection/components/expanding-search/test/expanding-search.spec.js.map +1 -0
- package/dist/collection/components/filter-chip/filter-chip.css +149 -0
- package/dist/collection/components/filter-chip/filter-chip.js +98 -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 +347 -0
- package/dist/collection/components/flip-tile/flip-tile.js +172 -0
- package/dist/collection/components/flip-tile/flip-tile.js.map +1 -0
- package/dist/collection/components/flip-tile/test/flip-tile.ct.js +57 -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 +55 -0
- package/dist/collection/components/flip-tile-content/flip-tile-content.js.map +1 -0
- package/dist/collection/components/form-field/form-field.css +276 -0
- package/dist/collection/components/form-field/form-field.js +56 -0
- package/dist/collection/components/form-field/form-field.js.map +1 -0
- package/dist/collection/components/grid/layout-grid.css +21 -0
- package/dist/collection/components/grid/layout-grid.js +98 -0
- package/dist/collection/components/grid/layout-grid.js.map +1 -0
- package/dist/collection/components/group/group-context-menu.css +20 -0
- package/dist/collection/components/group/group-context-menu.js +61 -0
- package/dist/collection/components/group/group-context-menu.js.map +1 -0
- package/dist/collection/components/group/group.css +175 -0
- package/dist/collection/components/group/group.js +315 -0
- package/dist/collection/components/group/group.js.map +1 -0
- package/dist/collection/components/group-item/group-item.css +182 -0
- package/dist/collection/components/group-item/group-item.js +203 -0
- package/dist/collection/components/group-item/group-item.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 +639 -0
- package/dist/collection/components/icon-button/icon-button.js +319 -0
- package/dist/collection/components/icon-button/icon-button.js.map +1 -0
- package/dist/collection/components/icon-button/test/icon-button.ct.js +25 -0
- package/dist/collection/components/icon-button/test/icon-button.ct.js.map +1 -0
- package/dist/collection/components/icon-button/test/icon-button.spec.js +175 -0
- package/dist/collection/components/icon-button/test/icon-button.spec.js.map +1 -0
- package/dist/collection/components/icon-toggle-button/icon-toggle-button.css +639 -0
- package/dist/collection/components/icon-toggle-button/icon-toggle-button.js +275 -0
- package/dist/collection/components/icon-toggle-button/icon-toggle-button.js.map +1 -0
- package/dist/collection/components/input-group/input-group.css +101 -0
- package/dist/collection/components/input-group/input-group.js +150 -0
- package/dist/collection/components/input-group/input-group.js.map +1 -0
- package/dist/collection/components/input-group/tests/input-group.ct.js +152 -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 +120 -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 +54 -0
- package/dist/collection/components/key-value-list/key-value-list.js.map +1 -0
- package/dist/collection/components/kpi/kpi.css +177 -0
- package/dist/collection/components/kpi/kpi.js +148 -0
- package/dist/collection/components/kpi/kpi.js.map +1 -0
- package/dist/collection/components/link-button/link-button.css +446 -0
- package/dist/collection/components/link-button/link-button.js +98 -0
- package/dist/collection/components/link-button/link-button.js.map +1 -0
- package/dist/collection/components/map-navigation/map-navigation.css +188 -0
- package/dist/collection/components/map-navigation/map-navigation.js +378 -0
- package/dist/collection/components/map-navigation/map-navigation.js.map +1 -0
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +295 -0
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +164 -0
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js.map +1 -0
- package/dist/collection/components/menu/menu-expand-icon.css +495 -0
- package/dist/collection/components/menu/menu-expand-icon.js +147 -0
- package/dist/collection/components/menu/menu-expand-icon.js.map +1 -0
- package/dist/collection/components/menu/menu.css +1854 -0
- package/dist/collection/components/menu/menu.js +918 -0
- package/dist/collection/components/menu/menu.js.map +1 -0
- package/dist/collection/components/menu/test/menu.ct.js +225 -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 +137 -0
- package/dist/collection/components/menu-about/menu-about.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 +88 -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 +172 -0
- package/dist/collection/components/menu-about-news/menu-about-news.js +192 -0
- package/dist/collection/components/menu-about-news/menu-about-news.js.map +1 -0
- package/dist/collection/components/menu-avatar/menu-avatar.css +136 -0
- package/dist/collection/components/menu-avatar/menu-avatar.js +191 -0
- package/dist/collection/components/menu-avatar/menu-avatar.js.map +1 -0
- package/dist/collection/components/menu-avatar-item/menu-avatar-item.css +61 -0
- package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +127 -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 +123 -0
- package/dist/collection/components/menu-category/menu-category.js +277 -0
- package/dist/collection/components/menu-category/menu-category.js.map +1 -0
- package/dist/collection/components/menu-category/test/menu-category.ct.js +238 -0
- package/dist/collection/components/menu-category/test/menu-category.ct.js.map +1 -0
- package/dist/collection/components/menu-item/menu-item.css +190 -0
- package/dist/collection/components/menu-item/menu-item.js +305 -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 +256 -0
- package/dist/collection/components/menu-settings/menu-settings.js +137 -0
- package/dist/collection/components/menu-settings/menu-settings.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 +88 -0
- package/dist/collection/components/menu-settings-item/menu-settings-item.js.map +1 -0
- package/dist/collection/components/message-bar/message-bar.css +114 -0
- package/dist/collection/components/message-bar/message-bar.js +127 -0
- package/dist/collection/components/message-bar/message-bar.js.map +1 -0
- package/dist/collection/components/message-bar/test/message-bar.spec.js +41 -0
- package/dist/collection/components/message-bar/test/message-bar.spec.js.map +1 -0
- package/dist/collection/components/modal/modal.css +103 -0
- package/dist/collection/components/modal/modal.js +447 -0
- package/dist/collection/components/modal/modal.js.map +1 -0
- package/dist/collection/components/modal/test/modal.ct.js +118 -0
- package/dist/collection/components/modal/test/modal.ct.js.map +1 -0
- package/dist/collection/components/modal-content/modal-content.css +63 -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 +65 -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 +70 -0
- package/dist/collection/components/modal-header/modal-header.js +143 -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 +972 -0
- package/dist/collection/components/pagination/pagination.js +328 -0
- package/dist/collection/components/pagination/pagination.js.map +1 -0
- package/dist/collection/components/pagination/test/pagination.ct.js +54 -0
- package/dist/collection/components/pagination/test/pagination.ct.js.map +1 -0
- package/dist/collection/components/pagination/test/pagination.spec.js +53 -0
- package/dist/collection/components/pagination/test/pagination.spec.js.map +1 -0
- package/dist/collection/components/pane/pane.css +254 -0
- package/dist/collection/components/pane/pane.js +816 -0
- package/dist/collection/components/pane/pane.js.map +1 -0
- package/dist/collection/components/pane/test/panes.ct.js +30 -0
- package/dist/collection/components/pane/test/panes.ct.js.map +1 -0
- package/dist/collection/components/pane-layout/pane-layout.css +142 -0
- package/dist/collection/components/pane-layout/pane-layout.js +380 -0
- package/dist/collection/components/pane-layout/pane-layout.js.map +1 -0
- package/dist/collection/components/pane-layout/test/pane-layout.ct.js +57 -0
- package/dist/collection/components/pane-layout/test/pane-layout.ct.js.map +1 -0
- package/dist/collection/components/pill/pill.css +257 -0
- package/dist/collection/components/pill/pill.js +197 -0
- package/dist/collection/components/pill/pill.js.map +1 -0
- package/dist/collection/components/playground/example-modal.js +24 -0
- package/dist/collection/components/playground/example-modal.js.map +1 -0
- package/dist/collection/components/playground/playground.css +27 -0
- package/dist/collection/components/playground/playground.js +28 -0
- package/dist/collection/components/playground/playground.js.map +1 -0
- package/dist/collection/components/push-card/push-card.css +21 -0
- package/dist/collection/components/push-card/push-card.js +160 -0
- package/dist/collection/components/push-card/push-card.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 +225 -0
- package/dist/collection/components/select/select.js +703 -0
- package/dist/collection/components/select/select.js.map +1 -0
- package/dist/collection/components/select/test/select.ct.js +137 -0
- package/dist/collection/components/select/test/select.ct.js.map +1 -0
- package/dist/collection/components/select-item/events.js +17 -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 +200 -0
- package/dist/collection/components/select-item/select-item.js.map +1 -0
- package/dist/collection/components/select-item/test/select-item.spec.js +38 -0
- package/dist/collection/components/select-item/test/select-item.spec.js.map +1 -0
- package/dist/collection/components/slider/slider.css +265 -0
- package/dist/collection/components/slider/slider.js +386 -0
- package/dist/collection/components/slider/slider.js.map +1 -0
- package/dist/collection/components/slider/test/slider.ct.js +49 -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 +102 -0
- package/dist/collection/components/spinner/spinner.js.map +1 -0
- package/dist/collection/components/split-button/split-button.css +103 -0
- package/dist/collection/components/split-button/split-button.js +243 -0
- package/dist/collection/components/split-button/split-button.js.map +1 -0
- package/dist/collection/components/split-button-item/split-button-item.css +12 -0
- package/dist/collection/components/split-button-item/split-button-item.js +133 -0
- package/dist/collection/components/split-button-item/split-button-item.js.map +1 -0
- package/dist/collection/components/tab-item/tab-item.css +261 -0
- package/dist/collection/components/tab-item/tab-item.js +248 -0
- package/dist/collection/components/tab-item/tab-item.js.map +1 -0
- package/dist/collection/components/tabs/tabs.css +139 -0
- package/dist/collection/components/tabs/tabs.js +360 -0
- package/dist/collection/components/tabs/tabs.js.map +1 -0
- package/dist/collection/components/tabs/test/tabs.ct.js +84 -0
- package/dist/collection/components/tabs/test/tabs.ct.js.map +1 -0
- package/dist/collection/components/tile/tile.css +156 -0
- package/dist/collection/components/tile/tile.js +77 -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 +627 -0
- package/dist/collection/components/time-picker/time-picker.js +491 -0
- package/dist/collection/components/time-picker/time-picker.js.map +1 -0
- package/dist/collection/components/toast/styles/toast-container.css +90 -0
- package/dist/collection/components/toast/toast-container.js +204 -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 +175 -0
- package/dist/collection/components/toast/toast.js +219 -0
- package/dist/collection/components/toast/toast.js.map +1 -0
- package/dist/collection/components/toggle/test/toggle.ct.js +52 -0
- package/dist/collection/components/toggle/test/toggle.ct.js.map +1 -0
- package/dist/collection/components/toggle/toggle.css +185 -0
- package/dist/collection/components/toggle/toggle.js +195 -0
- package/dist/collection/components/toggle/toggle.js.map +1 -0
- package/dist/collection/components/toggle-button/toggle-button.css +447 -0
- package/dist/collection/components/toggle-button/toggle-button.js +247 -0
- package/dist/collection/components/toggle-button/toggle-button.js.map +1 -0
- package/dist/collection/components/tooltip/test/tooltip.ct.js +91 -0
- package/dist/collection/components/tooltip/test/tooltip.ct.js.map +1 -0
- package/dist/collection/components/tooltip/tooltip-controller.js +13 -0
- package/dist/collection/components/tooltip/tooltip-controller.js.map +1 -0
- package/dist/collection/components/tooltip/tooltip.css +44 -0
- package/dist/collection/components/tooltip/tooltip.js +466 -0
- package/dist/collection/components/tooltip/tooltip.js.map +1 -0
- package/dist/collection/components/tree/test/tree.ct.js +154 -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 +385 -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 +128 -0
- package/dist/collection/components/tree-item/tree-item.js +134 -0
- package/dist/collection/components/tree-item/tree-item.js.map +1 -0
- package/dist/collection/components/typography/test/ix-typography.spec.js +75 -0
- package/dist/collection/components/typography/test/ix-typography.spec.js.map +1 -0
- package/dist/collection/components/typography/type-mapping.js +15 -0
- package/dist/collection/components/typography/type-mapping.js.map +1 -0
- package/dist/collection/components/typography/typography.css +576 -0
- package/dist/collection/components/typography/typography.js +209 -0
- package/dist/collection/components/typography/typography.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 +173 -0
- package/dist/collection/components/upload/upload.js +385 -0
- package/dist/collection/components/upload/upload.js.map +1 -0
- package/dist/collection/components/utils/a11y.js +109 -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 +23 -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/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 +79 -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/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/listener.js +71 -0
- package/dist/collection/components/utils/listener.js.map +1 -0
- package/dist/collection/components/utils/make-ref.js +25 -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 +25 -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 +38 -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 +138 -0
- package/dist/collection/components/utils/modal/message.js.map +1 -0
- package/dist/collection/components/utils/modal/modal.js +76 -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 +119 -0
- package/dist/collection/components/utils/theme-switcher.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/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 +239 -0
- package/dist/collection/components/validation-tooltip/validation-tooltip.js.map +1 -0
- package/dist/collection/components/workflow-step/workflow-step.css +186 -0
- package/dist/collection/components/workflow-step/workflow-step.js +259 -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/test/workflow-steps.spec.js +67 -0
- package/dist/collection/components/workflow-steps/test/workflow-steps.spec.js.map +1 -0
- package/dist/collection/components/workflow-steps/workflow-steps.css +77 -0
- package/dist/collection/components/workflow-steps/workflow-steps.js +176 -0
- package/dist/collection/components/workflow-steps/workflow-steps.js.map +1 -0
- package/dist/collection/index.js +21 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/setup.js +24 -0
- package/dist/collection/setup.js.map +1 -0
- package/dist/collection/tests/action-card/action-card.e2e.js +23 -0
- package/dist/collection/tests/action-card/action-card.e2e.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/application/application.e2e.js +191 -0
- package/dist/collection/tests/application/application.e2e.js.map +1 -0
- package/dist/collection/tests/application-header/application-header.e2e.js +45 -0
- package/dist/collection/tests/application-header/application-header.e2e.js.map +1 -0
- package/dist/collection/tests/avatar/avatar.e2e.js +31 -0
- package/dist/collection/tests/avatar/avatar.e2e.js.map +1 -0
- package/dist/collection/tests/basic-navigation/basic-navigation.e2e.js +136 -0
- package/dist/collection/tests/basic-navigation/basic-navigation.e2e.js.map +1 -0
- package/dist/collection/tests/blind/blind.e2e.js +58 -0
- package/dist/collection/tests/blind/blind.e2e.js.map +1 -0
- package/dist/collection/tests/breadcrumb/breadcrumb.e2e.js +24 -0
- package/dist/collection/tests/breadcrumb/breadcrumb.e2e.js.map +1 -0
- package/dist/collection/tests/button/button.e2e.js +45 -0
- package/dist/collection/tests/button/button.e2e.js.map +1 -0
- package/dist/collection/tests/card/card.e2e.js +23 -0
- package/dist/collection/tests/card/card.e2e.js.map +1 -0
- package/dist/collection/tests/card-list/card-list.e2e.js +34 -0
- package/dist/collection/tests/card-list/card-list.e2e.js.map +1 -0
- package/dist/collection/tests/category-filter/category-filter.e2e.js +23 -0
- package/dist/collection/tests/category-filter/category-filter.e2e.js.map +1 -0
- package/dist/collection/tests/checkbox/checkbox.e2e.js +21 -0
- package/dist/collection/tests/checkbox/checkbox.e2e.js.map +1 -0
- package/dist/collection/tests/chip/chip.e2e.js +21 -0
- package/dist/collection/tests/chip/chip.e2e.js.map +1 -0
- package/dist/collection/tests/content-header/content-header.e2e.js +21 -0
- package/dist/collection/tests/content-header/content-header.e2e.js.map +1 -0
- package/dist/collection/tests/date-dropdown/date-dropdown.e2e.js +43 -0
- package/dist/collection/tests/date-dropdown/date-dropdown.e2e.js.map +1 -0
- package/dist/collection/tests/date-picker/date-picker.e2e.js +25 -0
- package/dist/collection/tests/date-picker/date-picker.e2e.js.map +1 -0
- package/dist/collection/tests/date-picker-rework/date-picker-rework.e2e.js +35 -0
- package/dist/collection/tests/date-picker-rework/date-picker-rework.e2e.js.map +1 -0
- package/dist/collection/tests/datetime-picker/datetime-picker.e2e.js +19 -0
- package/dist/collection/tests/datetime-picker/datetime-picker.e2e.js.map +1 -0
- package/dist/collection/tests/datetime-picker-rework/datetime-picker-rework.e2e.js +19 -0
- package/dist/collection/tests/datetime-picker-rework/datetime-picker-rework.e2e.js.map +1 -0
- package/dist/collection/tests/divider/divider.e2e.js +19 -0
- package/dist/collection/tests/divider/divider.e2e.js.map +1 -0
- package/dist/collection/tests/drawer/drawer.e2e.js +19 -0
- package/dist/collection/tests/drawer/drawer.e2e.js.map +1 -0
- package/dist/collection/tests/dropdown/dropdown.e2e.js +54 -0
- package/dist/collection/tests/dropdown/dropdown.e2e.js.map +1 -0
- package/dist/collection/tests/dropdown-button/dropdown-button.e2e.js +30 -0
- package/dist/collection/tests/dropdown-button/dropdown-button.e2e.js.map +1 -0
- package/dist/collection/tests/dropdown-quick-actions/dropdown-quick-actions.e2e.js +19 -0
- package/dist/collection/tests/dropdown-quick-actions/dropdown-quick-actions.e2e.js.map +1 -0
- package/dist/collection/tests/empty-state/empty-state.e2e.js +33 -0
- package/dist/collection/tests/empty-state/empty-state.e2e.js.map +1 -0
- package/dist/collection/tests/event-list/event-list.e2e.js +34 -0
- package/dist/collection/tests/event-list/event-list.e2e.js.map +1 -0
- package/dist/collection/tests/expanding-search/expanding-search.e2e.js +35 -0
- package/dist/collection/tests/expanding-search/expanding-search.e2e.js.map +1 -0
- package/dist/collection/tests/flip-tile/flip-tile.e2e.js +21 -0
- package/dist/collection/tests/flip-tile/flip-tile.e2e.js.map +1 -0
- package/dist/collection/tests/fonts/fonts.e2e.js +17 -0
- package/dist/collection/tests/fonts/fonts.e2e.js.map +1 -0
- package/dist/collection/tests/group/group.e2e.js +41 -0
- package/dist/collection/tests/group/group.e2e.js.map +1 -0
- package/dist/collection/tests/html-table/html-table.e2e.js +21 -0
- package/dist/collection/tests/html-table/html-table.e2e.js.map +1 -0
- package/dist/collection/tests/icon/icon.e2e.js +17 -0
- package/dist/collection/tests/icon/icon.e2e.js.map +1 -0
- package/dist/collection/tests/icon-button/icon-button.e2e.js +21 -0
- package/dist/collection/tests/icon-button/icon-button.e2e.js.map +1 -0
- package/dist/collection/tests/icon-toggle-button/toggle-button.e2e.js +43 -0
- package/dist/collection/tests/icon-toggle-button/toggle-button.e2e.js.map +1 -0
- package/dist/collection/tests/input/input.e2e.js +46 -0
- package/dist/collection/tests/input/input.e2e.js.map +1 -0
- package/dist/collection/tests/input-group/input-group.e2e.js +17 -0
- package/dist/collection/tests/input-group/input-group.e2e.js.map +1 -0
- package/dist/collection/tests/key-value/key-value.e2e.js +21 -0
- package/dist/collection/tests/key-value/key-value.e2e.js.map +1 -0
- package/dist/collection/tests/key-value-list/key-value-list.e2e.js +17 -0
- package/dist/collection/tests/key-value-list/key-value-list.e2e.js.map +1 -0
- package/dist/collection/tests/kpi/kpi.e2e.js +17 -0
- package/dist/collection/tests/kpi/kpi.e2e.js.map +1 -0
- package/dist/collection/tests/layout-grid/layout-grid.e2e.js +135 -0
- package/dist/collection/tests/layout-grid/layout-grid.e2e.js.map +1 -0
- package/dist/collection/tests/link-button/link-button.e2e.js +25 -0
- package/dist/collection/tests/link-button/link-button.e2e.js.map +1 -0
- package/dist/collection/tests/map-navigation/map-navigation.e2e.js +21 -0
- package/dist/collection/tests/map-navigation/map-navigation.e2e.js.map +1 -0
- package/dist/collection/tests/map-navigation-overlay/map-navigation.e2e.js +17 -0
- package/dist/collection/tests/map-navigation-overlay/map-navigation.e2e.js.map +1 -0
- package/dist/collection/tests/menu/menu.e2e.js +140 -0
- package/dist/collection/tests/menu/menu.e2e.js.map +1 -0
- package/dist/collection/tests/menu-about/menu-about.e2e.js +21 -0
- package/dist/collection/tests/menu-about/menu-about.e2e.js.map +1 -0
- package/dist/collection/tests/menu-about-news/menu-about-news.e2e.js +34 -0
- package/dist/collection/tests/menu-about-news/menu-about-news.e2e.js.map +1 -0
- package/dist/collection/tests/menu-avatar/menu-avatar.e2e.js +52 -0
- package/dist/collection/tests/menu-avatar/menu-avatar.e2e.js.map +1 -0
- package/dist/collection/tests/menu-settings/menu-settings.e2e.js +48 -0
- package/dist/collection/tests/menu-settings/menu-settings.e2e.js.map +1 -0
- package/dist/collection/tests/message-bar/message-bar.e2e.js +17 -0
- package/dist/collection/tests/message-bar/message-bar.e2e.js.map +1 -0
- package/dist/collection/tests/modal/modal.e2e.js +114 -0
- package/dist/collection/tests/modal/modal.e2e.js.map +1 -0
- package/dist/collection/tests/pagination/pagination.e2e.js +23 -0
- package/dist/collection/tests/pagination/pagination.e2e.js.map +1 -0
- package/dist/collection/tests/panes/panes.e2e.js +103 -0
- package/dist/collection/tests/panes/panes.e2e.js.map +1 -0
- package/dist/collection/tests/pill/pill.e2e.js +17 -0
- package/dist/collection/tests/pill/pill.e2e.js.map +1 -0
- package/dist/collection/tests/push-card/push-card.e2e.js +41 -0
- package/dist/collection/tests/push-card/push-card.e2e.js.map +1 -0
- package/dist/collection/tests/radiobutton/radiobutton.e2e.js +37 -0
- package/dist/collection/tests/radiobutton/radiobutton.e2e.js.map +1 -0
- package/dist/collection/tests/select/select.e2e.js +92 -0
- package/dist/collection/tests/select/select.e2e.js.map +1 -0
- package/dist/collection/tests/slider/slider.e2e.js +144 -0
- package/dist/collection/tests/slider/slider.e2e.js.map +1 -0
- package/dist/collection/tests/spinner/spinner.e2e.js +17 -0
- package/dist/collection/tests/spinner/spinner.e2e.js.map +1 -0
- package/dist/collection/tests/split-button/split-button.e2e.js +24 -0
- package/dist/collection/tests/split-button/split-button.e2e.js.map +1 -0
- package/dist/collection/tests/tabs/tabs.e2e.js +32 -0
- package/dist/collection/tests/tabs/tabs.e2e.js.map +1 -0
- package/dist/collection/tests/textarea/textarea.e2e.js +25 -0
- package/dist/collection/tests/textarea/textarea.e2e.js.map +1 -0
- package/dist/collection/tests/tile/tile.e2e.js +17 -0
- package/dist/collection/tests/tile/tile.e2e.js.map +1 -0
- package/dist/collection/tests/time-picker-rework/time-picker-rework.e2e.js +19 -0
- package/dist/collection/tests/time-picker-rework/time-picker-rework.e2e.js.map +1 -0
- package/dist/collection/tests/toast/toast.e2e.js +23 -0
- package/dist/collection/tests/toast/toast.e2e.js.map +1 -0
- package/dist/collection/tests/toggle/toggle.e2e.js +21 -0
- package/dist/collection/tests/toggle/toggle.e2e.js.map +1 -0
- package/dist/collection/tests/toggle-button/toggle-button.e2e.js +43 -0
- package/dist/collection/tests/toggle-button/toggle-button.e2e.js.map +1 -0
- package/dist/collection/tests/tooltip/tooltip.e2e.js +130 -0
- package/dist/collection/tests/tooltip/tooltip.e2e.js.map +1 -0
- package/dist/collection/tests/tree/tree.e2e.js +53 -0
- package/dist/collection/tests/tree/tree.e2e.js.map +1 -0
- package/dist/collection/tests/typography/typography.e2e.js +29 -0
- package/dist/collection/tests/typography/typography.e2e.js.map +1 -0
- package/dist/collection/tests/upload/upload.e2e.js +45 -0
- package/dist/collection/tests/upload/upload.e2e.js.map +1 -0
- package/dist/collection/tests/utils/test/index.js +24 -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 +65 -0
- package/dist/collection/tests/utils/test/page.js.map +1 -0
- package/dist/collection/tests/workflow-steps/workflow-steps.e2e.js +33 -0
- package/dist/collection/tests/workflow-steps/workflow-steps.e2e.js.map +1 -0
- package/dist/esm/_commonjsHelpers-e557d4a5.js +13 -0
- package/dist/esm/_commonjsHelpers-e557d4a5.js.map +1 -0
- package/dist/esm/a11y-d5444a76.js +142 -0
- package/dist/esm/a11y-d5444a76.js.map +1 -0
- package/dist/esm/animation-4a73b1c3.js +19 -0
- package/dist/esm/animation-4a73b1c3.js.map +1 -0
- package/dist/esm/anime.es-a5520566.js +1311 -0
- package/dist/esm/anime.es-a5520566.js.map +1 -0
- package/dist/esm/app-globals-bdfc5499.js +29 -0
- package/dist/esm/app-globals-bdfc5499.js.map +1 -0
- package/dist/esm/base-button-37b915d6.js +47 -0
- package/dist/esm/base-button-37b915d6.js.map +1 -0
- package/dist/esm/base-icon-button-976ef0f6.js +18 -0
- package/dist/esm/base-icon-button-976ef0f6.js.map +1 -0
- package/dist/esm/breakpoints-d5c2f627.js +25 -0
- package/dist/esm/breakpoints-d5c2f627.js.map +1 -0
- package/dist/esm/context-c9078420.js +101 -0
- package/dist/esm/context-c9078420.js.map +1 -0
- package/dist/esm/core-js-1c33b685.js +24 -0
- package/dist/esm/core-js-1c33b685.js.map +1 -0
- package/dist/esm/default-tree-item-25091766.js +22 -0
- package/dist/esm/default-tree-item-25091766.js.map +1 -0
- package/dist/esm/dom-64ac48b5.js +72 -0
- package/dist/esm/dom-64ac48b5.js.map +1 -0
- package/dist/esm/flip-tile-state-76dd224a.js +21 -0
- package/dist/esm/flip-tile-state-76dd224a.js.map +1 -0
- package/dist/esm/floating-ui.dom.esm-6e7c098f.js +1528 -0
- package/dist/esm/floating-ui.dom.esm-6e7c098f.js.map +1 -0
- package/dist/esm/index-76b9c8de.js +28 -0
- package/dist/esm/index-76b9c8de.js.map +1 -0
- package/dist/esm/index-f18c5ad1.js +2656 -0
- package/dist/esm/index-f18c5ad1.js.map +1 -0
- package/dist/esm/index.es2017-45304832.js +1479 -0
- package/dist/esm/index.es2017-45304832.js.map +1 -0
- package/dist/esm/index.js +93 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/ix-action-card.entry.js +32 -0
- package/dist/esm/ix-action-card.entry.js.map +1 -0
- package/dist/esm/ix-application-header.entry.js +108 -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 +111 -0
- package/dist/esm/ix-application.entry.js.map +1 -0
- package/dist/esm/ix-avatar_2.entry.js +78 -0
- package/dist/esm/ix-avatar_2.entry.js.map +1 -0
- package/dist/esm/ix-basic-navigation.entry.js +88 -0
- package/dist/esm/ix-basic-navigation.entry.js.map +1 -0
- package/dist/esm/ix-blind.entry.js +94 -0
- package/dist/esm/ix-blind.entry.js.map +1 -0
- package/dist/esm/ix-breadcrumb-item.entry.js +72 -0
- package/dist/esm/ix-breadcrumb-item.entry.js.map +1 -0
- package/dist/esm/ix-breadcrumb.entry.js +104 -0
- package/dist/esm/ix-breadcrumb.entry.js.map +1 -0
- package/dist/esm/ix-button.entry.js +61 -0
- package/dist/esm/ix-button.entry.js.map +1 -0
- package/dist/esm/ix-card-accordion_2.entry.js +79 -0
- package/dist/esm/ix-card-accordion_2.entry.js.map +1 -0
- package/dist/esm/ix-card-list.entry.js +162 -0
- package/dist/esm/ix-card-list.entry.js.map +1 -0
- package/dist/esm/ix-card_2.entry.js +37 -0
- package/dist/esm/ix-card_2.entry.js.map +1 -0
- package/dist/esm/ix-category-filter.entry.js +406 -0
- package/dist/esm/ix-category-filter.entry.js.map +1 -0
- package/dist/esm/ix-chip.entry.js +67 -0
- package/dist/esm/ix-chip.entry.js.map +1 -0
- package/dist/esm/ix-col_4.entry.js +577 -0
- package/dist/esm/ix-col_4.entry.js.map +1 -0
- package/dist/esm/ix-content-header.entry.js +23 -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 +21 -0
- package/dist/esm/ix-css-grid-item.entry.js.map +1 -0
- package/dist/esm/ix-css-grid.entry.js +93 -0
- package/dist/esm/ix-css-grid.entry.js.map +1 -0
- package/dist/esm/ix-date-dropdown.entry.js +153 -0
- package/dist/esm/ix-date-dropdown.entry.js.map +1 -0
- package/dist/esm/ix-date-time-card.entry.js +32 -0
- package/dist/esm/ix-date-time-card.entry.js.map +1 -0
- package/dist/esm/ix-datetime-picker.entry.js +63 -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 +108 -0
- package/dist/esm/ix-drawer.entry.js.map +1 -0
- package/dist/esm/ix-dropdown-button.entry.js +43 -0
- package/dist/esm/ix-dropdown-button.entry.js.map +1 -0
- package/dist/esm/ix-dropdown-header.entry.js +19 -0
- package/dist/esm/ix-dropdown-header.entry.js.map +1 -0
- package/dist/esm/ix-dropdown-item.entry.js +50 -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 +410 -0
- package/dist/esm/ix-dropdown.entry.js.map +1 -0
- package/dist/esm/ix-empty-state.entry.js +24 -0
- package/dist/esm/ix-empty-state.entry.js.map +1 -0
- package/dist/esm/ix-event-list-item.entry.js +45 -0
- package/dist/esm/ix-event-list-item.entry.js.map +1 -0
- package/dist/esm/ix-event-list.entry.js +121 -0
- package/dist/esm/ix-event-list.entry.js.map +1 -0
- package/dist/esm/ix-expanding-search.entry.js +82 -0
- package/dist/esm/ix-expanding-search.entry.js.map +1 -0
- package/dist/esm/ix-filter-chip_2.entry.js +88 -0
- package/dist/esm/ix-filter-chip_2.entry.js.map +1 -0
- package/dist/esm/ix-flip-tile-content.entry.js +19 -0
- package/dist/esm/ix-flip-tile-content.entry.js.map +1 -0
- package/dist/esm/ix-flip-tile.entry.js +86 -0
- package/dist/esm/ix-flip-tile.entry.js.map +1 -0
- package/dist/esm/ix-form-field.entry.js +24 -0
- package/dist/esm/ix-form-field.entry.js.map +1 -0
- package/dist/esm/ix-group-context-menu_2.entry.js +76 -0
- package/dist/esm/ix-group-context-menu_2.entry.js.map +1 -0
- package/dist/esm/ix-group.entry.js +125 -0
- package/dist/esm/ix-group.entry.js.map +1 -0
- package/dist/esm/ix-icon-button_2.entry.js +103 -0
- package/dist/esm/ix-icon-button_2.entry.js.map +1 -0
- package/dist/esm/ix-icon-toggle-button.entry.js +85 -0
- package/dist/esm/ix-icon-toggle-button.entry.js.map +1 -0
- package/dist/esm/ix-icon.entry-9fafcf35.js +1485 -0
- package/dist/esm/ix-icon.entry-9fafcf35.js.map +1 -0
- package/dist/esm/ix-input-group.entry.js +132 -0
- package/dist/esm/ix-input-group.entry.js.map +1 -0
- package/dist/esm/ix-key-value-list.entry.js +19 -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 +46 -0
- package/dist/esm/ix-kpi.entry.js.map +1 -0
- package/dist/esm/ix-link-button.entry.js +27 -0
- package/dist/esm/ix-link-button.entry.js.map +1 -0
- package/dist/esm/ix-map-navigation-overlay.entry.js +61 -0
- package/dist/esm/ix-map-navigation-overlay.entry.js.map +1 -0
- package/dist/esm/ix-map-navigation.entry.js +171 -0
- package/dist/esm/ix-map-navigation.entry.js.map +1 -0
- package/dist/esm/ix-menu-about-item.entry.js +30 -0
- package/dist/esm/ix-menu-about-item.entry.js.map +1 -0
- package/dist/esm/ix-menu-about-news.entry.js +35 -0
- package/dist/esm/ix-menu-about-news.entry.js.map +1 -0
- package/dist/esm/ix-menu-about.entry.js +37 -0
- package/dist/esm/ix-menu-about.entry.js.map +1 -0
- package/dist/esm/ix-menu-avatar.entry.js +41 -0
- package/dist/esm/ix-menu-avatar.entry.js.map +1 -0
- package/dist/esm/ix-menu-category.entry.js +201 -0
- package/dist/esm/ix-menu-category.entry.js.map +1 -0
- package/dist/esm/ix-menu-expand-icon.entry.js +44 -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-item.entry.js +30 -0
- package/dist/esm/ix-menu-settings-item.entry.js.map +1 -0
- package/dist/esm/ix-menu-settings.entry.js +4 -0
- package/dist/esm/ix-menu-settings.entry.js.map +1 -0
- package/dist/esm/ix-menu.entry.js +449 -0
- package/dist/esm/ix-menu.entry.js.map +1 -0
- package/dist/esm/ix-message-bar.entry.js +53 -0
- package/dist/esm/ix-message-bar.entry.js.map +1 -0
- package/dist/esm/ix-modal-content_2.entry.js +61 -0
- package/dist/esm/ix-modal-content_2.entry.js.map +1 -0
- package/dist/esm/ix-modal-example.entry.js +24 -0
- package/dist/esm/ix-modal-example.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 +188 -0
- package/dist/esm/ix-modal.entry.js.map +1 -0
- package/dist/esm/ix-pagination.entry.js +137 -0
- package/dist/esm/ix-pagination.entry.js.map +1 -0
- package/dist/esm/ix-pane-layout.entry.js +271 -0
- package/dist/esm/ix-pane-layout.entry.js.map +1 -0
- package/dist/esm/ix-pane.entry.js +471 -0
- package/dist/esm/ix-pane.entry.js.map +1 -0
- package/dist/esm/ix-pill.entry.js +57 -0
- package/dist/esm/ix-pill.entry.js.map +1 -0
- package/dist/esm/ix-playground-internal.entry.js +18 -0
- package/dist/esm/ix-playground-internal.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-select.entry.js +369 -0
- package/dist/esm/ix-select.entry.js.map +1 -0
- package/dist/esm/ix-slider.entry.js +170 -0
- package/dist/esm/ix-slider.entry.js.map +1 -0
- package/dist/esm/ix-split-button-item.entry.js +31 -0
- package/dist/esm/ix-split-button-item.entry.js.map +1 -0
- package/dist/esm/ix-split-button.entry.js +46 -0
- package/dist/esm/ix-split-button.entry.js.map +1 -0
- package/dist/esm/ix-tab-item_2.entry.js +294 -0
- package/dist/esm/ix-tab-item_2.entry.js.map +1 -0
- package/dist/esm/ix-tile.entry.js +38 -0
- package/dist/esm/ix-tile.entry.js.map +1 -0
- package/dist/esm/ix-time-picker.entry.js +150 -0
- package/dist/esm/ix-time-picker.entry.js.map +1 -0
- package/dist/esm/ix-toast-container.entry.js +90 -0
- package/dist/esm/ix-toast-container.entry.js.map +1 -0
- package/dist/esm/ix-toast.entry.js +70 -0
- package/dist/esm/ix-toast.entry.js.map +1 -0
- package/dist/esm/ix-toggle-button.entry.js +74 -0
- package/dist/esm/ix-toggle-button.entry.js.map +1 -0
- package/dist/esm/ix-toggle.entry.js +37 -0
- package/dist/esm/ix-toggle.entry.js.map +1 -0
- package/dist/esm/ix-tooltip.entry.js +290 -0
- package/dist/esm/ix-tooltip.entry.js.map +1 -0
- package/dist/esm/ix-tree-item.entry.js +33 -0
- package/dist/esm/ix-tree-item.entry.js.map +1 -0
- package/dist/esm/ix-tree.entry.js +702 -0
- package/dist/esm/ix-tree.entry.js.map +1 -0
- package/dist/esm/ix-typography.entry.js +62 -0
- package/dist/esm/ix-typography.entry.js.map +1 -0
- package/dist/esm/ix-upload.entry.js +106 -0
- package/dist/esm/ix-upload.entry.js.map +1 -0
- package/dist/esm/ix-validation-tooltip.entry.js +149 -0
- package/dist/esm/ix-validation-tooltip.entry.js.map +1 -0
- package/dist/esm/ix-workflow-step.entry.js +95 -0
- package/dist/esm/ix-workflow-step.entry.js.map +1 -0
- package/dist/esm/ix-workflow-steps.entry.js +81 -0
- package/dist/esm/ix-workflow-steps.entry.js.map +1 -0
- package/dist/esm/listener-b87c1f3d.js +75 -0
- package/dist/esm/listener-b87c1f3d.js.map +1 -0
- package/dist/esm/loader.js +13 -0
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/logical-filter-operator-f6701df5.js +36 -0
- package/dist/esm/logical-filter-operator-f6701df5.js.map +1 -0
- package/dist/esm/luxon-aa110584.js +8309 -0
- package/dist/esm/luxon-aa110584.js.map +1 -0
- package/dist/esm/make-ref-c80046bf.js +28 -0
- package/dist/esm/make-ref-c80046bf.js.map +1 -0
- package/dist/esm/menu-service-f974814b.js +78 -0
- package/dist/esm/menu-service-f974814b.js.map +1 -0
- package/dist/esm/menu-tabs-fc-c72e41b6.js +100 -0
- package/dist/esm/menu-tabs-fc-c72e41b6.js.map +1 -0
- package/dist/esm/modal-54740f80.js +244 -0
- package/dist/esm/modal-54740f80.js.map +1 -0
- package/dist/esm/mutation-observer-db8757e6.js +13 -0
- package/dist/esm/mutation-observer-db8757e6.js.map +1 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/esm/rwd.util-d8e00a88.js +41 -0
- package/dist/esm/rwd.util-d8e00a88.js.map +1 -0
- package/dist/esm/service-02cc9011.js +99 -0
- package/dist/esm/service-02cc9011.js.map +1 -0
- package/dist/esm/shadow-dom-60e9243d.js +45 -0
- package/dist/esm/shadow-dom-60e9243d.js.map +1 -0
- package/dist/esm/siemens-ix.js +22 -0
- package/dist/esm/siemens-ix.js.map +1 -0
- package/dist/esm/theme-switcher-b10fb4da.js +123 -0
- package/dist/esm/theme-switcher-b10fb4da.js.map +1 -0
- package/dist/esm/typed-event-ad6484c5.js +46 -0
- package/dist/esm/typed-event-ad6484c5.js.map +1 -0
- package/dist/esm/upload-file-state-de676cd5.js +20 -0
- package/dist/esm/upload-file-state-de676cd5.js.map +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/playwright-ct.config.js +23 -0
- package/dist/playwright-ct.config.js.map +1 -0
- package/dist/playwright.config.js +75 -0
- package/dist/playwright.config.js.map +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/p-01a8adf1.entry.js +2 -0
- package/dist/siemens-ix/p-01a8adf1.entry.js.map +1 -0
- package/dist/siemens-ix/p-021e1084.entry.js +2 -0
- package/dist/siemens-ix/p-021e1084.entry.js.map +1 -0
- package/dist/siemens-ix/p-04a362da.entry.js +2 -0
- package/dist/siemens-ix/p-04a362da.entry.js.map +1 -0
- package/dist/siemens-ix/p-080653aa.entry.js +2 -0
- package/dist/siemens-ix/p-080653aa.entry.js.map +1 -0
- package/dist/siemens-ix/p-08a5d45b.entry.js +2 -0
- package/dist/siemens-ix/p-08a5d45b.entry.js.map +1 -0
- package/dist/siemens-ix/p-08bedeaa.entry.js +2 -0
- package/dist/siemens-ix/p-08bedeaa.entry.js.map +1 -0
- package/dist/siemens-ix/p-0ca3528f.js +2 -0
- package/dist/siemens-ix/p-0ca3528f.js.map +1 -0
- package/dist/siemens-ix/p-0d268489.entry.js +2 -0
- package/dist/siemens-ix/p-0d268489.entry.js.map +1 -0
- package/dist/siemens-ix/p-10f86b92.entry.js +2 -0
- package/dist/siemens-ix/p-10f86b92.entry.js.map +1 -0
- package/dist/siemens-ix/p-1255e76b.entry.js +2 -0
- package/dist/siemens-ix/p-1255e76b.entry.js.map +1 -0
- package/dist/siemens-ix/p-1450ba99.entry.js +2 -0
- package/dist/siemens-ix/p-1450ba99.entry.js.map +1 -0
- package/dist/siemens-ix/p-16826ff7.js +2 -0
- package/dist/siemens-ix/p-16826ff7.js.map +1 -0
- package/dist/siemens-ix/p-16d378f3.js +2 -0
- package/dist/siemens-ix/p-16d378f3.js.map +1 -0
- package/dist/siemens-ix/p-177f9a5c.entry.js +2 -0
- package/dist/siemens-ix/p-177f9a5c.entry.js.map +1 -0
- package/dist/siemens-ix/p-1ad7fd83.entry.js +2 -0
- package/dist/siemens-ix/p-1ad7fd83.entry.js.map +1 -0
- package/dist/siemens-ix/p-1cc910b7.entry.js +2 -0
- package/dist/siemens-ix/p-1cc910b7.entry.js.map +1 -0
- package/dist/siemens-ix/p-1da901d5.js +2 -0
- package/dist/siemens-ix/p-1da901d5.js.map +1 -0
- package/dist/siemens-ix/p-23dd21b3.entry.js +2 -0
- package/dist/siemens-ix/p-23dd21b3.entry.js.map +1 -0
- package/dist/siemens-ix/p-25ee1b62.js +2 -0
- package/dist/siemens-ix/p-25ee1b62.js.map +1 -0
- package/dist/siemens-ix/p-2637665e.entry.js +2 -0
- package/dist/siemens-ix/p-2637665e.entry.js.map +1 -0
- package/dist/siemens-ix/p-26789c86.entry.js +2 -0
- package/dist/siemens-ix/p-26789c86.entry.js.map +1 -0
- package/dist/siemens-ix/p-26e9d40e.js +3 -0
- package/dist/siemens-ix/p-26e9d40e.js.map +1 -0
- package/dist/siemens-ix/p-2a9673f3.entry.js +2 -0
- package/dist/siemens-ix/p-2a9673f3.entry.js.map +1 -0
- package/dist/siemens-ix/p-2c6a35db.entry.js +2 -0
- package/dist/siemens-ix/p-2c6a35db.entry.js.map +1 -0
- package/dist/siemens-ix/p-2f4e6ac1.entry.js +2 -0
- package/dist/siemens-ix/p-2f4e6ac1.entry.js.map +1 -0
- package/dist/siemens-ix/p-30f449bc.entry.js +2 -0
- package/dist/siemens-ix/p-30f449bc.entry.js.map +1 -0
- package/dist/siemens-ix/p-31cc5367.entry.js +2 -0
- package/dist/siemens-ix/p-31cc5367.entry.js.map +1 -0
- package/dist/siemens-ix/p-32fa185a.entry.js +2 -0
- package/dist/siemens-ix/p-32fa185a.entry.js.map +1 -0
- package/dist/siemens-ix/p-330343e7.entry.js +2 -0
- package/dist/siemens-ix/p-330343e7.entry.js.map +1 -0
- package/dist/siemens-ix/p-33538474.entry.js +2 -0
- package/dist/siemens-ix/p-33538474.entry.js.map +1 -0
- package/dist/siemens-ix/p-33e903e1.entry.js +2 -0
- package/dist/siemens-ix/p-33e903e1.entry.js.map +1 -0
- package/dist/siemens-ix/p-360b158e.js +2 -0
- package/dist/siemens-ix/p-360b158e.js.map +1 -0
- package/dist/siemens-ix/p-37e4df76.entry.js +2 -0
- package/dist/siemens-ix/p-37e4df76.entry.js.map +1 -0
- package/dist/siemens-ix/p-3b8ff673.entry.js +2 -0
- package/dist/siemens-ix/p-3b8ff673.entry.js.map +1 -0
- package/dist/siemens-ix/p-3e4e3b23.entry.js +2 -0
- package/dist/siemens-ix/p-3e4e3b23.entry.js.map +1 -0
- package/dist/siemens-ix/p-45840cb9.js +2 -0
- package/dist/siemens-ix/p-45840cb9.js.map +1 -0
- package/dist/siemens-ix/p-46a6cd9d.js +2 -0
- package/dist/siemens-ix/p-46a6cd9d.js.map +1 -0
- package/dist/siemens-ix/p-47017ce7.entry.js +2 -0
- package/dist/siemens-ix/p-47017ce7.entry.js.map +1 -0
- package/dist/siemens-ix/p-4bbae41b.entry.js +2 -0
- package/dist/siemens-ix/p-4bbae41b.entry.js.map +1 -0
- package/dist/siemens-ix/p-4d57ca67.entry.js +2 -0
- package/dist/siemens-ix/p-4d57ca67.entry.js.map +1 -0
- package/dist/siemens-ix/p-4f8ac3bf.js +2 -0
- package/dist/siemens-ix/p-4f8ac3bf.js.map +1 -0
- package/dist/siemens-ix/p-52bb526e.entry.js +2 -0
- package/dist/siemens-ix/p-52bb526e.entry.js.map +1 -0
- package/dist/siemens-ix/p-5d43cae8.js +22 -0
- package/dist/siemens-ix/p-5d43cae8.js.map +1 -0
- package/dist/siemens-ix/p-5d582c48.entry.js +2 -0
- package/dist/siemens-ix/p-5d582c48.entry.js.map +1 -0
- package/dist/siemens-ix/p-64c3fa3d.js +2 -0
- package/dist/siemens-ix/p-64c3fa3d.js.map +1 -0
- package/dist/siemens-ix/p-68a274e7.js +2 -0
- package/dist/siemens-ix/p-68a274e7.js.map +1 -0
- package/dist/siemens-ix/p-6e1fdc40.entry.js +2 -0
- package/dist/siemens-ix/p-6e1fdc40.entry.js.map +1 -0
- package/dist/siemens-ix/p-6e6efb4c.js +2 -0
- package/dist/siemens-ix/p-6e6efb4c.js.map +1 -0
- package/dist/siemens-ix/p-6f056fc6.entry.js +2 -0
- package/dist/siemens-ix/p-6f056fc6.entry.js.map +1 -0
- package/dist/siemens-ix/p-6f097cae.entry.js +2 -0
- package/dist/siemens-ix/p-6f097cae.entry.js.map +1 -0
- package/dist/siemens-ix/p-702f9349.js +2 -0
- package/dist/siemens-ix/p-702f9349.js.map +1 -0
- package/dist/siemens-ix/p-71206084.js +2 -0
- package/dist/siemens-ix/p-71206084.js.map +1 -0
- package/dist/siemens-ix/p-712e0ee0.js +2 -0
- package/dist/siemens-ix/p-712e0ee0.js.map +1 -0
- package/dist/siemens-ix/p-7289b0be.entry.js +2 -0
- package/dist/siemens-ix/p-7289b0be.entry.js.map +1 -0
- package/dist/siemens-ix/p-75548c73.entry.js +2 -0
- package/dist/siemens-ix/p-75548c73.entry.js.map +1 -0
- package/dist/siemens-ix/p-7702a8c2.js +2 -0
- package/dist/siemens-ix/p-7702a8c2.js.map +1 -0
- package/dist/siemens-ix/p-7b5ed355.entry.js +2 -0
- package/dist/siemens-ix/p-7b5ed355.entry.js.map +1 -0
- package/dist/siemens-ix/p-7c1fd9a0.entry.js +2 -0
- package/dist/siemens-ix/p-7c1fd9a0.entry.js.map +1 -0
- package/dist/siemens-ix/p-7c36d3fa.js +2 -0
- package/dist/siemens-ix/p-7c36d3fa.js.map +1 -0
- package/dist/siemens-ix/p-84430d2c.js +2 -0
- package/dist/siemens-ix/p-84430d2c.js.map +1 -0
- package/dist/siemens-ix/p-84b3b311.entry.js +2 -0
- package/dist/siemens-ix/p-84b3b311.entry.js.map +1 -0
- package/dist/siemens-ix/p-87fe9d5f.entry.js +2 -0
- package/dist/siemens-ix/p-87fe9d5f.entry.js.map +1 -0
- package/dist/siemens-ix/p-890d74cd.entry.js +2 -0
- package/dist/siemens-ix/p-890d74cd.entry.js.map +1 -0
- package/dist/siemens-ix/p-8a06a632.entry.js +2 -0
- package/dist/siemens-ix/p-8a06a632.entry.js.map +1 -0
- package/dist/siemens-ix/p-8d156396.entry.js +2 -0
- package/dist/siemens-ix/p-8d156396.entry.js.map +1 -0
- package/dist/siemens-ix/p-902d1046.entry.js +2 -0
- package/dist/siemens-ix/p-902d1046.entry.js.map +1 -0
- package/dist/siemens-ix/p-96615442.entry.js +2 -0
- package/dist/siemens-ix/p-96615442.entry.js.map +1 -0
- package/dist/siemens-ix/p-96f2c71a.entry.js +2 -0
- package/dist/siemens-ix/p-96f2c71a.entry.js.map +1 -0
- package/dist/siemens-ix/p-9c03b231.entry.js +2 -0
- package/dist/siemens-ix/p-9c03b231.entry.js.map +1 -0
- package/dist/siemens-ix/p-9dc3e182.entry.js +2 -0
- package/dist/siemens-ix/p-9dc3e182.entry.js.map +1 -0
- package/dist/siemens-ix/p-9fcf9dcd.entry.js +2 -0
- package/dist/siemens-ix/p-9fcf9dcd.entry.js.map +1 -0
- package/dist/siemens-ix/p-9fd3ae7f.entry.js +2 -0
- package/dist/siemens-ix/p-9fd3ae7f.entry.js.map +1 -0
- package/dist/siemens-ix/p-a4e489ea.js +2 -0
- package/dist/siemens-ix/p-a4e489ea.js.map +1 -0
- package/dist/siemens-ix/p-a617e605.entry.js +2 -0
- package/dist/siemens-ix/p-a617e605.entry.js.map +1 -0
- package/dist/siemens-ix/p-a93df5f2.entry.js +2 -0
- package/dist/siemens-ix/p-a93df5f2.entry.js.map +1 -0
- package/dist/siemens-ix/p-ab446f83.entry.js +2 -0
- package/dist/siemens-ix/p-ab446f83.entry.js.map +1 -0
- package/dist/siemens-ix/p-acdeb192.entry.js +2 -0
- package/dist/siemens-ix/p-acdeb192.entry.js.map +1 -0
- package/dist/siemens-ix/p-af46164c.entry.js +2 -0
- package/dist/siemens-ix/p-af46164c.entry.js.map +1 -0
- package/dist/siemens-ix/p-b1ec7f32.entry.js +2 -0
- package/dist/siemens-ix/p-b1ec7f32.entry.js.map +1 -0
- package/dist/siemens-ix/p-b24beb48.entry.js +2 -0
- package/dist/siemens-ix/p-b24beb48.entry.js.map +1 -0
- package/dist/siemens-ix/p-b35a627a.entry.js +2 -0
- package/dist/siemens-ix/p-b35a627a.entry.js.map +1 -0
- package/dist/siemens-ix/p-b3f35666.js +2 -0
- package/dist/siemens-ix/p-b3f35666.js.map +1 -0
- package/dist/siemens-ix/p-b475f567.entry.js +2 -0
- package/dist/siemens-ix/p-b475f567.entry.js.map +1 -0
- package/dist/siemens-ix/p-b5c53faf.js +4 -0
- package/dist/siemens-ix/p-b5c53faf.js.map +1 -0
- package/dist/siemens-ix/p-b78fd38b.entry.js +2 -0
- package/dist/siemens-ix/p-b78fd38b.entry.js.map +1 -0
- package/dist/siemens-ix/p-b7a8f2d5.entry.js +2 -0
- package/dist/siemens-ix/p-b7a8f2d5.entry.js.map +1 -0
- package/dist/siemens-ix/p-b944d015.entry.js +2 -0
- package/dist/siemens-ix/p-b944d015.entry.js.map +1 -0
- package/dist/siemens-ix/p-c146af8e.js +2 -0
- package/dist/siemens-ix/p-c146af8e.js.map +1 -0
- package/dist/siemens-ix/p-c1bd5d78.entry.js +2 -0
- package/dist/siemens-ix/p-c1bd5d78.entry.js.map +1 -0
- package/dist/siemens-ix/p-c2f6aaae.entry.js +2 -0
- package/dist/siemens-ix/p-c2f6aaae.entry.js.map +1 -0
- package/dist/siemens-ix/p-c3939d35.entry.js +2 -0
- package/dist/siemens-ix/p-c3939d35.entry.js.map +1 -0
- package/dist/siemens-ix/p-c4749812.js +2 -0
- package/dist/siemens-ix/p-c4749812.js.map +1 -0
- package/dist/siemens-ix/p-c49701a0.entry.js +2 -0
- package/dist/siemens-ix/p-c49701a0.entry.js.map +1 -0
- package/dist/siemens-ix/p-c4d3f089.entry.js +2 -0
- package/dist/siemens-ix/p-c4d3f089.entry.js.map +1 -0
- package/dist/siemens-ix/p-c5762d6c.entry.js +2 -0
- package/dist/siemens-ix/p-c5762d6c.entry.js.map +1 -0
- package/dist/siemens-ix/p-c89a070a.entry.js +2 -0
- package/dist/siemens-ix/p-c89a070a.entry.js.map +1 -0
- package/dist/siemens-ix/p-c8e0563a.entry.js +2 -0
- package/dist/siemens-ix/p-c8e0563a.entry.js.map +1 -0
- package/dist/siemens-ix/p-ca658a19.entry.js +2 -0
- package/dist/siemens-ix/p-ca658a19.entry.js.map +1 -0
- package/dist/siemens-ix/p-ca838b5c.entry.js +2 -0
- package/dist/siemens-ix/p-ca838b5c.entry.js.map +1 -0
- package/dist/siemens-ix/p-cb1c0d63.entry.js +2 -0
- package/dist/siemens-ix/p-cb1c0d63.entry.js.map +1 -0
- package/dist/siemens-ix/p-ced10144.js +2 -0
- package/dist/siemens-ix/p-ced10144.js.map +1 -0
- package/dist/siemens-ix/p-d0cf522c.entry.js +2 -0
- package/dist/siemens-ix/p-d0cf522c.entry.js.map +1 -0
- package/dist/siemens-ix/p-d2ee87ae.entry.js +2 -0
- package/dist/siemens-ix/p-d2ee87ae.entry.js.map +1 -0
- package/dist/siemens-ix/p-d3f26126.entry.js +2 -0
- package/dist/siemens-ix/p-d3f26126.entry.js.map +1 -0
- package/dist/siemens-ix/p-d48a746d.entry.js +2 -0
- package/dist/siemens-ix/p-d48a746d.entry.js.map +1 -0
- package/dist/siemens-ix/p-d76ee9ff.entry.js +2 -0
- package/dist/siemens-ix/p-d76ee9ff.entry.js.map +1 -0
- package/dist/siemens-ix/p-d77fa665.entry.js +2 -0
- package/dist/siemens-ix/p-d77fa665.entry.js.map +1 -0
- package/dist/siemens-ix/p-d9370972.entry.js +2 -0
- package/dist/siemens-ix/p-d9370972.entry.js.map +1 -0
- package/dist/siemens-ix/p-d9d5389b.entry.js +2 -0
- package/dist/siemens-ix/p-d9d5389b.entry.js.map +1 -0
- package/dist/siemens-ix/p-dded1449.js +2 -0
- package/dist/siemens-ix/p-dded1449.js.map +1 -0
- package/dist/siemens-ix/p-e07d2623.js +2 -0
- package/dist/siemens-ix/p-e07d2623.js.map +1 -0
- package/dist/siemens-ix/p-e0cab820.entry.js +2 -0
- package/dist/siemens-ix/p-e0cab820.entry.js.map +1 -0
- package/dist/siemens-ix/p-e898862b.js +2 -0
- package/dist/siemens-ix/p-e898862b.js.map +1 -0
- package/dist/siemens-ix/p-ecd3b070.entry.js +2 -0
- package/dist/siemens-ix/p-ecd3b070.entry.js.map +1 -0
- package/dist/siemens-ix/p-ee20d08c.entry.js +2 -0
- package/dist/siemens-ix/p-ee20d08c.entry.js.map +1 -0
- package/dist/siemens-ix/p-ef0d5678.js +2 -0
- package/dist/siemens-ix/p-ef0d5678.js.map +1 -0
- package/dist/siemens-ix/p-effd2dcf.js +2 -0
- package/dist/siemens-ix/p-effd2dcf.js.map +1 -0
- package/dist/siemens-ix/p-f17e4cce.entry.js +2 -0
- package/dist/siemens-ix/p-f17e4cce.entry.js.map +1 -0
- package/dist/siemens-ix/p-f23e0121.entry.js +2 -0
- package/dist/siemens-ix/p-f23e0121.entry.js.map +1 -0
- package/dist/siemens-ix/p-f2856faf.entry.js +2 -0
- package/dist/siemens-ix/p-f2856faf.entry.js.map +1 -0
- package/dist/siemens-ix/p-f5e574da.js +2 -0
- package/dist/siemens-ix/p-f5e574da.js.map +1 -0
- package/dist/siemens-ix/p-f6635bfc.entry.js +2 -0
- package/dist/siemens-ix/p-f6635bfc.entry.js.map +1 -0
- package/dist/siemens-ix/p-f7e82b50.entry.js +2 -0
- package/dist/siemens-ix/p-f7e82b50.entry.js.map +1 -0
- package/dist/siemens-ix/siemens-ix-core.css +1 -0
- package/dist/siemens-ix/siemens-ix.css +15354 -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/Users/daniel/dev/oss/ix/packages/core/.stencil/playwright-ct.config.d.ts +7 -0
- package/dist/types/Users/daniel/dev/oss/ix/packages/core/.stencil/playwright.config.d.ts +7 -0
- package/dist/types/components/action-card/action-card.d.ts +29 -0
- package/dist/types/components/application/application.d.ts +43 -0
- package/dist/types/components/application-header/application-header.d.ts +32 -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 +37 -0
- package/dist/types/components/avatar/test/avatar.ct.d.ts +1 -0
- package/dist/types/components/basic-navigation/basic-navigation.d.ts +32 -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 +39 -0
- package/dist/types/components/button/button.d.ts +45 -0
- package/dist/types/components/button/test/button.ct.d.ts +1 -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 +134 -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/chip/chip.d.ts +50 -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/date-dropdown/date-dropdown.d.ts +116 -0
- package/dist/types/components/date-dropdown/test/date-dropdown.ct.d.ts +1 -0
- package/dist/types/components/date-picker/date-picker.d.ts +179 -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 +150 -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 +50 -0
- package/dist/types/components/drawer/test/drawer.ct.d.ts +1 -0
- package/dist/types/components/dropdown/dropdown-controller.d.ts +43 -0
- package/dist/types/components/dropdown/dropdown.d.ts +109 -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.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 +39 -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-item/event-list-item.d.ts +39 -0
- package/dist/types/components/expanding-search/expanding-search.d.ts +36 -0
- package/dist/types/components/expanding-search/test/expanding-search.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 +31 -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/form-field/form-field.d.ts +10 -0
- package/dist/types/components/grid/layout-grid.d.ts +18 -0
- package/dist/types/components/group/group-context-menu.d.ts +8 -0
- package/dist/types/components/group/group.d.ts +62 -0
- package/dist/types/components/group-item/group-item.d.ts +39 -0
- package/dist/types/components/icon-button/base-icon-button.d.ts +2 -0
- package/dist/types/components/icon-button/icon-button.d.ts +70 -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-group/input-group.d.ts +18 -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/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 +160 -0
- package/dist/types/components/menu/test/menu.ct.d.ts +1 -0
- package/dist/types/components/menu-about/menu-about.d.ts +26 -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 +36 -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 +59 -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 +26 -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 +23 -0
- package/dist/types/components/modal/modal.d.ts +77 -0
- package/dist/types/components/modal/test/modal.ct.d.ts +6 -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 +34 -0
- package/dist/types/components/playground/example-modal.d.ts +6 -0
- package/dist/types/components/playground/playground.d.ts +4 -0
- package/dist/types/components/push-card/push-card.d.ts +33 -0
- package/dist/types/components/row/row.d.ts +6 -0
- package/dist/types/components/select/select.d.ts +126 -0
- package/dist/types/components/select/test/select.ct.d.ts +1 -0
- package/dist/types/components/select-item/events.d.ts +9 -0
- package/dist/types/components/select-item/select-item.d.ts +35 -0
- package/dist/types/components/slider/slider.d.ts +70 -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 +49 -0
- package/dist/types/components/split-button-item/split-button-item.d.ts +24 -0
- package/dist/types/components/tab-item/tab-item.d.ts +46 -0
- package/dist/types/components/tabs/tabs.d.ts +59 -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 +93 -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 +38 -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-controller.d.ts +5 -0
- package/dist/types/components/tooltip/tooltip.d.ts +64 -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 +2 -0
- package/dist/types/components/typography/typography.d.ts +45 -0
- package/dist/types/components/upload/upload-file-state.d.ts +6 -0
- package/dist/types/components/upload/upload.d.ts +70 -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 +21 -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/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/internal/component.d.ts +4 -0
- package/dist/types/components/utils/internal/index.d.ts +1 -0
- package/dist/types/components/utils/listener.d.ts +11 -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 +41 -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 +26 -0
- package/dist/types/components/utils/typed-event.d.ts +15 -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 +6936 -0
- package/dist/types/index.d.ts +13 -0
- package/dist/types/interfaces.d.ts +27 -0
- package/dist/types/setup.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +1681 -0
- package/dist/types/tests/utils/test/index.d.ts +15 -0
- package/dist/types/tests/utils/test/page.d.ts +8 -0
- package/loader/cdn.js +3 -0
- package/loader/index.cjs.js +3 -0
- package/loader/index.d.ts +21 -0
- package/loader/index.es2017.js +3 -0
- package/loader/index.js +4 -0
- package/loader/package.json +11 -0
- package/package.json +100 -0
- package/scss/_common-variables.scss +60 -0
- package/scss/_core.scss +59 -0
- package/scss/_z-index.scss +17 -0
- package/scss/components/_checkboxes.scss +197 -0
- package/scss/components/_fonts.scss +131 -0
- package/scss/components/_input-group.scss +34 -0
- package/scss/components/_links.scss +55 -0
- package/scss/components/_radiobuttons.scss +155 -0
- package/scss/components/_shadows.scss +23 -0
- package/scss/components/_table.scss +27 -0
- package/scss/components/form/_input.scss +178 -0
- package/scss/ix-core.scss +11 -0
- package/scss/ix.scss +23 -0
- package/scss/legacy/_fonts.scss +70 -0
- package/scss/legacy/components/_button-group.scss +26 -0
- package/scss/legacy/components/_buttons.scss +181 -0
- package/scss/legacy/components/_dropdown.scss +170 -0
- package/scss/legacy/components/_forms.scss +154 -0
- package/scss/legacy/components/_modal.scss +41 -0
- package/scss/legacy/mixins/_fonts.scss +166 -0
- package/scss/mixins/_animations.scss +30 -0
- package/scss/mixins/_break-points.scss +49 -0
- package/scss/mixins/_fonts.scss +210 -0
- package/scss/mixins/_hover.scss +92 -0
- package/scss/mixins/_scrollbar.scss +44 -0
- package/scss/mixins/_shadows.scss +12 -0
- package/scss/mixins/_text-truncation.scss +14 -0
- package/scss/mixins/shadow-dom/_component.scss +19 -0
- package/scss/mixins/shadow-dom/_host-disabled.scss +15 -0
- package/scss/mixins/shadow-dom/_hover.scss +45 -0
- package/scss/theme/classic-dark/_border.scss +35 -0
- package/scss/theme/classic-dark/_borderRadius.scss +24 -0
- package/scss/theme/classic-dark/_borderWidth.scss +18 -0
- package/scss/theme/classic-dark/_boxShadow.scss +19 -0
- package/scss/theme/classic-dark/_color.scss +867 -0
- package/scss/theme/classic-dark/_fontFamilies.scss +9 -0
- package/scss/theme/classic-dark/_fontSizes.scss +24 -0
- package/scss/theme/classic-dark/_fontWeights.scss +10 -0
- package/scss/theme/classic-dark/_index.scss +23 -0
- package/scss/theme/classic-dark/_letterSpacing.scss +13 -0
- package/scss/theme/classic-dark/_lineHeights.scss +21 -0
- package/scss/theme/classic-dark/_other.scss +16 -0
- package/scss/theme/classic-dark/_sizing.scss +28 -0
- package/scss/theme/classic-dark/_spacing.scss +21 -0
- package/scss/theme/classic-dark/_typography.scss +46 -0
- package/scss/theme/classic-light/_border.scss +35 -0
- package/scss/theme/classic-light/_borderRadius.scss +24 -0
- package/scss/theme/classic-light/_borderWidth.scss +18 -0
- package/scss/theme/classic-light/_boxShadow.scss +19 -0
- package/scss/theme/classic-light/_color.scss +867 -0
- package/scss/theme/classic-light/_fontFamilies.scss +9 -0
- package/scss/theme/classic-light/_fontSizes.scss +24 -0
- package/scss/theme/classic-light/_fontWeights.scss +10 -0
- package/scss/theme/classic-light/_index.scss +23 -0
- package/scss/theme/classic-light/_letterSpacing.scss +13 -0
- package/scss/theme/classic-light/_lineHeights.scss +21 -0
- package/scss/theme/classic-light/_other.scss +16 -0
- package/scss/theme/classic-light/_sizing.scss +28 -0
- package/scss/theme/classic-light/_spacing.scss +21 -0
- package/scss/theme/classic-light/_typography.scss +46 -0
- package/scss/theme/legacy-classic-dark/_border.scss +35 -0
- package/scss/theme/legacy-classic-dark/_borderRadius.scss +24 -0
- package/scss/theme/legacy-classic-dark/_borderWidth.scss +18 -0
- package/scss/theme/legacy-classic-dark/_boxShadow.scss +19 -0
- package/scss/theme/legacy-classic-dark/_color.scss +864 -0
- package/scss/theme/legacy-classic-dark/_fontFamilies.scss +9 -0
- package/scss/theme/legacy-classic-dark/_fontSizes.scss +24 -0
- package/scss/theme/legacy-classic-dark/_fontWeights.scss +10 -0
- package/scss/theme/legacy-classic-dark/_index.scss +23 -0
- package/scss/theme/legacy-classic-dark/_letterSpacing.scss +13 -0
- package/scss/theme/legacy-classic-dark/_lineHeights.scss +21 -0
- package/scss/theme/legacy-classic-dark/_other.scss +16 -0
- package/scss/theme/legacy-classic-dark/_sizing.scss +28 -0
- package/scss/theme/legacy-classic-dark/_spacing.scss +21 -0
- package/scss/theme/legacy-classic-dark/_typography.scss +46 -0
- package/scss/theme/legacy-classic-light/_border.scss +35 -0
- package/scss/theme/legacy-classic-light/_borderRadius.scss +24 -0
- package/scss/theme/legacy-classic-light/_borderWidth.scss +18 -0
- package/scss/theme/legacy-classic-light/_boxShadow.scss +19 -0
- package/scss/theme/legacy-classic-light/_color.scss +864 -0
- package/scss/theme/legacy-classic-light/_fontFamilies.scss +9 -0
- package/scss/theme/legacy-classic-light/_fontSizes.scss +24 -0
- package/scss/theme/legacy-classic-light/_fontWeights.scss +10 -0
- package/scss/theme/legacy-classic-light/_index.scss +23 -0
- package/scss/theme/legacy-classic-light/_letterSpacing.scss +13 -0
- package/scss/theme/legacy-classic-light/_lineHeights.scss +21 -0
- package/scss/theme/legacy-classic-light/_other.scss +16 -0
- package/scss/theme/legacy-classic-light/_sizing.scss +28 -0
- package/scss/theme/legacy-classic-light/_spacing.scss +21 -0
- package/scss/theme/legacy-classic-light/_typography.scss +46 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../dist/types/components";
|
|
2
|
+
|
|
3
|
+
interface IxSpinner extends Components.IxSpinner, HTMLElement {}
|
|
4
|
+
export const IxSpinner: {
|
|
5
|
+
prototype: IxSpinner;
|
|
6
|
+
new (): IxSpinner;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"ix-spinner.js","mappings":";;;;;;;","names":[],"sources":[],"sourcesContent":[],"version":3}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../dist/types/components";
|
|
2
|
+
|
|
3
|
+
interface IxSplitButtonItem extends Components.IxSplitButtonItem, HTMLElement {}
|
|
4
|
+
export const IxSplitButtonItem: {
|
|
5
|
+
prototype: IxSplitButtonItem;
|
|
6
|
+
new (): IxSplitButtonItem;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
|
2
|
+
import { m as makeRef } from './make-ref.js';
|
|
3
|
+
import { d as defineCustomElement$2 } from './dropdown-item.js';
|
|
4
|
+
|
|
5
|
+
const splitButtonItemCss = ":host{display:contents}";
|
|
6
|
+
const IxSplitButtonItemStyle0 = splitButtonItemCss;
|
|
7
|
+
|
|
8
|
+
const SplitButtonItem = /*@__PURE__*/ proxyCustomElement(class SplitButtonItem extends HTMLElement {
|
|
9
|
+
constructor() {
|
|
10
|
+
super();
|
|
11
|
+
this.__registerHost();
|
|
12
|
+
this.__attachShadow();
|
|
13
|
+
this.itemClick = createEvent(this, "itemClick", 7);
|
|
14
|
+
this.wrapperRef = makeRef();
|
|
15
|
+
this.icon = undefined;
|
|
16
|
+
this.label = undefined;
|
|
17
|
+
}
|
|
18
|
+
/** @internal */
|
|
19
|
+
async getDropdownItemElement() {
|
|
20
|
+
return this.wrapperRef.waitForCurrent();
|
|
21
|
+
}
|
|
22
|
+
render() {
|
|
23
|
+
return (h(Host, { key: 'b7360859acb51da295ef29d514e8d4dbef347931' }, h("ix-dropdown-item", { key: '1c47e6937a8a686da1bb0b028daa0fef1b711f4e', ref: this.wrapperRef, suppressChecked: true, icon: this.icon, label: this.label, onItemClick: (e) => {
|
|
24
|
+
e.preventDefault();
|
|
25
|
+
e.stopPropagation();
|
|
26
|
+
}, onClick: (e) => this.itemClick.emit(e) })));
|
|
27
|
+
}
|
|
28
|
+
get hostElement() { return this; }
|
|
29
|
+
static get style() { return IxSplitButtonItemStyle0; }
|
|
30
|
+
}, [1, "ix-split-button-item", {
|
|
31
|
+
"icon": [1],
|
|
32
|
+
"label": [1],
|
|
33
|
+
"getDropdownItemElement": [64]
|
|
34
|
+
}]);
|
|
35
|
+
function defineCustomElement$1() {
|
|
36
|
+
if (typeof customElements === "undefined") {
|
|
37
|
+
return;
|
|
38
|
+
}
|
|
39
|
+
const components = ["ix-split-button-item", "ix-dropdown-item"];
|
|
40
|
+
components.forEach(tagName => { switch (tagName) {
|
|
41
|
+
case "ix-split-button-item":
|
|
42
|
+
if (!customElements.get(tagName)) {
|
|
43
|
+
customElements.define(tagName, SplitButtonItem);
|
|
44
|
+
}
|
|
45
|
+
break;
|
|
46
|
+
case "ix-dropdown-item":
|
|
47
|
+
if (!customElements.get(tagName)) {
|
|
48
|
+
defineCustomElement$2();
|
|
49
|
+
}
|
|
50
|
+
break;
|
|
51
|
+
} });
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
const IxSplitButtonItem = SplitButtonItem;
|
|
55
|
+
const defineCustomElement = defineCustomElement$1;
|
|
56
|
+
|
|
57
|
+
export { IxSplitButtonItem, defineCustomElement };
|
|
58
|
+
|
|
59
|
+
//# sourceMappingURL=ix-split-button-item.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"ix-split-button-item.js","mappings":";;;;AAAA,MAAM,kBAAkB,GAAG,yBAAyB,CAAC;AACrD,gCAAe,kBAAkB;;MC6BpB,eAAe;;;;;;QAkBlB,eAAU,GAAG,OAAO,EAA6B,CAAC;;;;;IAI1D,MAAM,sBAAsB;QAC1B,OAAO,IAAI,CAAC,UAAU,CAAC,cAAc,EAAE,CAAC;KACzC;IAED,MAAM;QACJ,QACE,EAAC,IAAI,uDACH,yEACE,GAAG,EAAE,IAAI,CAAC,UAAU,EACpB,eAAe,QACf,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,KAAK,EAAE,IAAI,CAAC,KAAK,EACjB,WAAW,EAAE,CAAC,CAAC;gBACb,CAAC,CAAC,cAAc,EAAE,CAAC;gBACnB,CAAC,CAAC,eAAe,EAAE,CAAC;aACrB,EACD,OAAO,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,GACpB,CACf,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/split-button-item/split-button-item.css?tag=ix-split-button-item&encapsulation=shadow","src/components/split-button-item/split-button-item.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\n:host {\n display: contents;\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 {\n Component,\n Element,\n Event,\n EventEmitter,\n h,\n Host,\n Method,\n Prop,\n} from '@stencil/core';\nimport { DropdownItemWrapper } from '../dropdown/dropdown-controller';\nimport { makeRef } from '../utils/make-ref';\n\n/**\n * @deprecated since 2.0.0. Use the `ix-dropdown-item` component instead.\n */\n@Component({\n tag: 'ix-split-button-item',\n styleUrl: 'split-button-item.css',\n shadow: true,\n})\nexport class SplitButtonItem implements DropdownItemWrapper {\n @Element() hostElement: HTMLIxSplitButtonItemElement;\n\n /**\n * Dropdown icon\n */\n @Prop() icon: string;\n\n /**\n * Dropdown label\n */\n @Prop() label: string;\n\n /**\n * Dropdown item clicked\n */\n @Event() itemClick: EventEmitter<MouseEvent>;\n\n private wrapperRef = makeRef<HTMLIxDropdownItemElement>();\n\n /** @internal */\n @Method()\n async getDropdownItemElement() {\n return this.wrapperRef.waitForCurrent();\n }\n\n render() {\n return (\n <Host>\n <ix-dropdown-item\n ref={this.wrapperRef}\n suppressChecked\n icon={this.icon}\n label={this.label}\n onItemClick={(e) => {\n e.preventDefault();\n e.stopPropagation();\n }}\n onClick={(e) => this.itemClick.emit(e)}\n ></ix-dropdown-item>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../dist/types/components";
|
|
2
|
+
|
|
3
|
+
interface IxSplitButton extends Components.IxSplitButton, HTMLElement {}
|
|
4
|
+
export const IxSplitButton: {
|
|
5
|
+
prototype: IxSplitButton;
|
|
6
|
+
new (): IxSplitButton;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
|
2
|
+
import { d as defineCustomElement$5 } from './button.js';
|
|
3
|
+
import { d as defineCustomElement$4 } from './dropdown.js';
|
|
4
|
+
import { d as defineCustomElement$3 } from './icon-button.js';
|
|
5
|
+
import { d as defineCustomElement$2 } from './spinner.js';
|
|
6
|
+
|
|
7
|
+
const splitButtonCss = ".btn-group ix-button:first-child .btn{border-top-right-radius:0px;border-bottom-right-radius:0px;border-right:0px}.btn-group ix-button:last-child .btn{border-top-left-radius:0px;border-bottom-left-radius:0px}.btn-group ix-button:not(:first-child):not(:last-child) .btn{border-radius:0px;border-right:0px}:host{display:inline-block}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}: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 .btn-group{position:relative;display:inline-flex;vertical-align:middle;width:100%}:host .btn-group>ix-button:nth-child(1){width:calc(100% - 2rem)}:host .btn-group>ix-button:nth-child(2){width:2rem}:host .middle-gap{gap:0.125rem}:host .left-button-border{border-top-width:0.125rem;border-right-width:0;border-left-width:0.125rem;border-bottom-width:0.125rem}";
|
|
8
|
+
const IxSplitButtonStyle0 = splitButtonCss;
|
|
9
|
+
|
|
10
|
+
const SplitButton = /*@__PURE__*/ proxyCustomElement(class SplitButton extends HTMLElement {
|
|
11
|
+
constructor() {
|
|
12
|
+
super();
|
|
13
|
+
this.__registerHost();
|
|
14
|
+
this.__attachShadow();
|
|
15
|
+
this.buttonClick = createEvent(this, "buttonClick", 7);
|
|
16
|
+
this.variant = 'primary';
|
|
17
|
+
this.outline = false;
|
|
18
|
+
this.ghost = false;
|
|
19
|
+
this.label = undefined;
|
|
20
|
+
this.icon = '';
|
|
21
|
+
this.splitIcon = 'context-menu';
|
|
22
|
+
this.disabled = false;
|
|
23
|
+
this.placement = 'bottom-start';
|
|
24
|
+
this.toggle = false;
|
|
25
|
+
}
|
|
26
|
+
linkTriggerRef() {
|
|
27
|
+
if (this.triggerElement && this.dropdownElement) {
|
|
28
|
+
this.dropdownElement.trigger = this.triggerElement;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
componentDidLoad() {
|
|
32
|
+
this.linkTriggerRef();
|
|
33
|
+
}
|
|
34
|
+
render() {
|
|
35
|
+
const buttonAttributes = {
|
|
36
|
+
variant: this.variant,
|
|
37
|
+
outline: this.outline,
|
|
38
|
+
ghost: this.ghost,
|
|
39
|
+
disabled: this.disabled,
|
|
40
|
+
class: {
|
|
41
|
+
'left-button-border': !this.outline,
|
|
42
|
+
},
|
|
43
|
+
};
|
|
44
|
+
return (h(Host, { key: '72cef252b92343974f54030d735d9add93a1ce50' }, h("div", { key: 'e3b90f79ffc667a96f14ce5f32f91844acba8503', class: { 'btn-group': true, 'middle-gap': !this.outline } }, this.label ? (h("ix-button", Object.assign({}, buttonAttributes, { icon: this.icon, onClick: (e) => this.buttonClick.emit(e) }), this.label)) : (h("ix-icon-button", Object.assign({}, buttonAttributes, { icon: this.icon, onClick: (e) => this.buttonClick.emit(e) }))), h("ix-icon-button", Object.assign({ key: '02d9964f46c960e19045135e63212cba857c99df' }, buttonAttributes, { ref: (r) => (this.triggerElement = r), class: 'anchor', icon: this.splitIcon }))), h("ix-dropdown", { key: '62f7410479325fa1f20b08baef68d0b83f41e03a', ref: (r) => (this.dropdownElement = r) }, h("slot", { key: 'dbf07a44f0596567676905abc4bc156560ddcd1d' }))));
|
|
45
|
+
}
|
|
46
|
+
get hostElement() { return this; }
|
|
47
|
+
static get style() { return IxSplitButtonStyle0; }
|
|
48
|
+
}, [1, "ix-split-button", {
|
|
49
|
+
"variant": [1],
|
|
50
|
+
"outline": [4],
|
|
51
|
+
"ghost": [4],
|
|
52
|
+
"label": [1],
|
|
53
|
+
"icon": [1],
|
|
54
|
+
"splitIcon": [1, "split-icon"],
|
|
55
|
+
"disabled": [4],
|
|
56
|
+
"placement": [1],
|
|
57
|
+
"toggle": [32]
|
|
58
|
+
}]);
|
|
59
|
+
function defineCustomElement$1() {
|
|
60
|
+
if (typeof customElements === "undefined") {
|
|
61
|
+
return;
|
|
62
|
+
}
|
|
63
|
+
const components = ["ix-split-button", "ix-button", "ix-dropdown", "ix-icon-button", "ix-spinner"];
|
|
64
|
+
components.forEach(tagName => { switch (tagName) {
|
|
65
|
+
case "ix-split-button":
|
|
66
|
+
if (!customElements.get(tagName)) {
|
|
67
|
+
customElements.define(tagName, SplitButton);
|
|
68
|
+
}
|
|
69
|
+
break;
|
|
70
|
+
case "ix-button":
|
|
71
|
+
if (!customElements.get(tagName)) {
|
|
72
|
+
defineCustomElement$5();
|
|
73
|
+
}
|
|
74
|
+
break;
|
|
75
|
+
case "ix-dropdown":
|
|
76
|
+
if (!customElements.get(tagName)) {
|
|
77
|
+
defineCustomElement$4();
|
|
78
|
+
}
|
|
79
|
+
break;
|
|
80
|
+
case "ix-icon-button":
|
|
81
|
+
if (!customElements.get(tagName)) {
|
|
82
|
+
defineCustomElement$3();
|
|
83
|
+
}
|
|
84
|
+
break;
|
|
85
|
+
case "ix-spinner":
|
|
86
|
+
if (!customElements.get(tagName)) {
|
|
87
|
+
defineCustomElement$2();
|
|
88
|
+
}
|
|
89
|
+
break;
|
|
90
|
+
} });
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
const IxSplitButton = SplitButton;
|
|
94
|
+
const defineCustomElement = defineCustomElement$1;
|
|
95
|
+
|
|
96
|
+
export { IxSplitButton, defineCustomElement };
|
|
97
|
+
|
|
98
|
+
//# sourceMappingURL=ix-split-button.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"ix-split-button.js","mappings":";;;;;;AAAA,MAAM,cAAc,GAAG,oxCAAoxC,CAAC;AAC5yC,4BAAe,cAAc;;MC4BhB,WAAW;;;;;;uBAMgB,SAAS;uBAK7B,KAAK;qBAKP,KAAK;;oBAUN,EAAE;yBAKG,cAAc;wBAKf,KAAK;yBAKc,cAAc;sBAElC,KAAK;;IAUf,cAAc;QACpB,IAAI,IAAI,CAAC,cAAc,IAAI,IAAI,CAAC,eAAe,EAAE;YAC/C,IAAI,CAAC,eAAe,CAAC,OAAO,GAAG,IAAI,CAAC,cAAc,CAAC;SACpD;KACF;IAED,gBAAgB;QACd,IAAI,CAAC,cAAc,EAAE,CAAC;KACvB;IAED,MAAM;QACJ,MAAM,gBAAgB,GAAG;YACvB,OAAO,EAAE,IAAI,CAAC,OAAO;YACrB,OAAO,EAAE,IAAI,CAAC,OAAO;YACrB,KAAK,EAAE,IAAI,CAAC,KAAK;YACjB,QAAQ,EAAE,IAAI,CAAC,QAAQ;YACvB,KAAK,EAAE;gBACL,oBAAoB,EAAE,CAAC,IAAI,CAAC,OAAO;aACpC;SACF,CAAC;QACF,QACE,EAAC,IAAI,uDACH,4DAAK,KAAK,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE,IAC3D,IAAI,CAAC,KAAK,IACT,iCACM,gBAAgB,IACpB,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,OAAO,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC,KAEvC,IAAI,CAAC,KAAK,CACD,KAEZ,sCACM,gBAAgB,IACpB,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,OAAO,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC,IACxB,CACnB,EACD,uFACM,gBAAgB,IACpB,GAAG,EAAE,CAAC,CAAC,MAAM,IAAI,CAAC,cAAc,GAAG,CAAC,CAAC,EACrC,KAAK,EAAE,QAAQ,EACf,IAAI,EAAE,IAAI,CAAC,SAAS,IACJ,CACd,EAEN,oEAAa,GAAG,EAAE,CAAC,CAAC,MAAM,IAAI,CAAC,eAAe,GAAG,CAAC,CAAC,IACjD,8DAAa,CACD,CACT,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/split-button/split-button.scss?tag=ix-split-button&encapsulation=shadow","src/components/split-button/split-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 'mixins/shadow-dom/component';\n@import 'legacy/components/button-group';\n\n:host {\n @include ix-component;\n display: inline-block;\n\n .btn-group {\n position: relative;\n display: inline-flex;\n vertical-align: middle;\n width: 100%;\n\n > ix-button:nth-child(1) {\n width: calc(100% - 2rem);\n }\n\n > ix-button:nth-child(2) {\n width: 2rem;\n }\n }\n\n .middle-gap {\n gap: 0.125rem;\n }\n\n .left-button-border {\n border-top-width: 0.125rem;\n border-right-width: 0;\n border-left-width: 0.125rem;\n border-bottom-width: 0.125rem;\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\nimport {\n Component,\n Element,\n Event,\n EventEmitter,\n h,\n Host,\n Prop,\n State,\n} from '@stencil/core';\nimport { ButtonVariant } from '../button/button';\nimport { AlignedPlacement } from '../dropdown/placement';\n\nexport type SplitButtonVariant = ButtonVariant;\n\n@Component({\n tag: 'ix-split-button',\n styleUrl: 'split-button.scss',\n shadow: true,\n})\nexport class SplitButton {\n @Element() hostElement!: HTMLIxSplitButtonElement;\n\n /**\n * Color variant of button\n */\n @Prop() variant: SplitButtonVariant = 'primary';\n\n /**\n * Button outline variant\n */\n @Prop() outline = false;\n\n /**\n * Button invisible\n */\n @Prop() ghost = false;\n\n /**\n * Button label\n */\n @Prop() label: string;\n\n /**\n * Button icon\n */\n @Prop() icon = '';\n\n /**\n * Icon of the button on the right\n */\n @Prop() splitIcon = 'context-menu';\n\n /**\n * Disabled\n */\n @Prop() disabled = false;\n\n /**\n * Placement of the dropdown\n */\n @Prop() placement: AlignedPlacement = 'bottom-start';\n\n @State() toggle = false;\n\n /**\n * Button clicked\n */\n @Event() buttonClick: EventEmitter<MouseEvent>;\n\n private triggerElement: HTMLElement;\n private dropdownElement: HTMLIxDropdownElement;\n\n private linkTriggerRef() {\n if (this.triggerElement && this.dropdownElement) {\n this.dropdownElement.trigger = this.triggerElement;\n }\n }\n\n componentDidLoad() {\n this.linkTriggerRef();\n }\n\n render() {\n const buttonAttributes = {\n variant: this.variant,\n outline: this.outline,\n ghost: this.ghost,\n disabled: this.disabled,\n class: {\n 'left-button-border': !this.outline,\n },\n };\n return (\n <Host>\n <div class={{ 'btn-group': true, 'middle-gap': !this.outline }}>\n {this.label ? (\n <ix-button\n {...buttonAttributes}\n icon={this.icon}\n onClick={(e) => this.buttonClick.emit(e)}\n >\n {this.label}\n </ix-button>\n ) : (\n <ix-icon-button\n {...buttonAttributes}\n icon={this.icon}\n onClick={(e) => this.buttonClick.emit(e)}\n ></ix-icon-button>\n )}\n <ix-icon-button\n {...buttonAttributes}\n ref={(r) => (this.triggerElement = r)}\n class={'anchor'}\n icon={this.splitIcon}\n ></ix-icon-button>\n </div>\n\n <ix-dropdown ref={(r) => (this.dropdownElement = r)}>\n <slot></slot>\n </ix-dropdown>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../dist/types/components";
|
|
2
|
+
|
|
3
|
+
interface IxTabItem extends Components.IxTabItem, HTMLElement {}
|
|
4
|
+
export const IxTabItem: {
|
|
5
|
+
prototype: IxTabItem;
|
|
6
|
+
new (): IxTabItem;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"ix-tab-item.js","mappings":";;;;;;;","names":[],"sources":[],"sourcesContent":[],"version":3}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../dist/types/components";
|
|
2
|
+
|
|
3
|
+
interface IxTabs extends Components.IxTabs, HTMLElement {}
|
|
4
|
+
export const IxTabs: {
|
|
5
|
+
prototype: IxTabs;
|
|
6
|
+
new (): IxTabs;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"ix-tabs.js","mappings":";;;;;;;","names":[],"sources":[],"sourcesContent":[],"version":3}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../dist/types/components";
|
|
2
|
+
|
|
3
|
+
interface IxTile extends Components.IxTile, HTMLElement {}
|
|
4
|
+
export const IxTile: {
|
|
5
|
+
prototype: IxTile;
|
|
6
|
+
new (): IxTile;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
|
+
|
|
3
|
+
const tileCss = ":host{min-width:11.937rem;max-width:11.937rem;width:11.937rem;display:flex;flex-direction:column;border:1px solid var(--theme-tile--border);border-radius:var(--theme-tile--border-radius);background-color:var(--theme-color-2);color:var(--theme-color-std-text);box-shadow:var(--theme-tile--box-shadow)}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}: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 .tile-header{display:flex;align-items:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text)}:host .tile-header,:host .tile-subheader,:host .tile-content,:host .tile-footer{padding:0 1rem}:host .tile-header,:host .tile-content{flex-grow:1}:host .tile-header.has-content{display:flex;height:2.5rem;max-height:2.5rem;padding-inline-end:0.5rem}:host .tile-subheader{color:var(--theme-btn-invisible-secondary--color);flex-grow:0}:host .tile-footer.has-content{border-block-start:1px solid var(--theme-color-1);height:2.5rem}:host(.tile-small){height:2.5rem;min-height:2.5rem;max-height:2.5rem}:host(.tile-medium){height:5rem;min-height:5rem;max-height:5rem}:host(.tile-big){height:10rem;min-height:10rem;max-height:10rem}:host(:active),:host(:focus-visible),:host(:visited){outline:none}";
|
|
4
|
+
const IxTileStyle0 = tileCss;
|
|
5
|
+
|
|
6
|
+
const Tile = /*@__PURE__*/ proxyCustomElement(class Tile extends HTMLElement {
|
|
7
|
+
constructor() {
|
|
8
|
+
super();
|
|
9
|
+
this.__registerHost();
|
|
10
|
+
this.__attachShadow();
|
|
11
|
+
this.size = 'medium';
|
|
12
|
+
this.hasHeaderSlot = false;
|
|
13
|
+
this.hasFooterSlot = false;
|
|
14
|
+
}
|
|
15
|
+
handleHeaderSlotChange() {
|
|
16
|
+
this.hasHeaderSlot = !!this.hostElement.querySelector('[slot="header"]');
|
|
17
|
+
}
|
|
18
|
+
handleFooterSlotChange() {
|
|
19
|
+
this.hasFooterSlot = !!this.hostElement.querySelector('[slot="footer"]');
|
|
20
|
+
}
|
|
21
|
+
render() {
|
|
22
|
+
return (h(Host, { key: 'c0d60ca326a0a16f2255ae8a755f03a86c4c2bdf', class: {
|
|
23
|
+
'tile-small': this.size === 'small',
|
|
24
|
+
'tile-medium': this.size === 'medium',
|
|
25
|
+
'tile-big': this.size === 'big',
|
|
26
|
+
} }, h("div", { key: 'b43e41051b62b8146749b884c9d611f79b6bf9c8', class: {
|
|
27
|
+
'tile-header': true,
|
|
28
|
+
'has-content': this.hasHeaderSlot,
|
|
29
|
+
} }, h("slot", { key: '3dc74cc4beb1b24023463d62daf862c28ba2177a', name: "header", onSlotchange: () => this.handleHeaderSlotChange() })), h("div", { key: '4935b7758861eab0fd305ceccba9d4d3a7cc90de', class: "tile-subheader" }, h("slot", { key: '31d66eb3e361c0b811ab3c0f89976c39f3576629', name: "subheader" })), h("div", { key: '083b54d5455f1015811c904826dda8fb2b35a243', class: "tile-content" }, h("slot", { key: '14c79b5d8365444f234c030c56b2592b7cb38dc8' })), h("div", { key: 'a12114c3593b8032aa4e5d841efc55723deb7b44', class: {
|
|
30
|
+
'tile-footer': true,
|
|
31
|
+
'has-content': this.hasFooterSlot,
|
|
32
|
+
} }, h("slot", { key: 'aa1f08fe633554658a5119cd7d61febb3928e8f4', name: "footer", onSlotchange: () => this.handleFooterSlotChange() }))));
|
|
33
|
+
}
|
|
34
|
+
get hostElement() { return this; }
|
|
35
|
+
static get style() { return IxTileStyle0; }
|
|
36
|
+
}, [1, "ix-tile", {
|
|
37
|
+
"size": [1],
|
|
38
|
+
"hasHeaderSlot": [32],
|
|
39
|
+
"hasFooterSlot": [32]
|
|
40
|
+
}]);
|
|
41
|
+
function defineCustomElement$1() {
|
|
42
|
+
if (typeof customElements === "undefined") {
|
|
43
|
+
return;
|
|
44
|
+
}
|
|
45
|
+
const components = ["ix-tile"];
|
|
46
|
+
components.forEach(tagName => { switch (tagName) {
|
|
47
|
+
case "ix-tile":
|
|
48
|
+
if (!customElements.get(tagName)) {
|
|
49
|
+
customElements.define(tagName, Tile);
|
|
50
|
+
}
|
|
51
|
+
break;
|
|
52
|
+
} });
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
const IxTile = Tile;
|
|
56
|
+
const defineCustomElement = defineCustomElement$1;
|
|
57
|
+
|
|
58
|
+
export { IxTile, defineCustomElement };
|
|
59
|
+
|
|
60
|
+
//# sourceMappingURL=ix-tile.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"ix-tile.js","mappings":";;AAAA,MAAM,OAAO,GAAG,2yDAA2yD,CAAC;AAC5zD,qBAAe,OAAO;;MCeT,IAAI;;;;;oBAM4B,QAAQ;6BAEjB,KAAK;6BACL,KAAK;;IAEvC,sBAAsB;QACpB,IAAI,CAAC,aAAa,GAAG,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;KAC1E;IAED,sBAAsB;QACpB,IAAI,CAAC,aAAa,GAAG,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;KAC1E;IAED,MAAM;QACJ,QACE,EAAC,IAAI,qDACH,KAAK,EAAE;gBACL,YAAY,EAAE,IAAI,CAAC,IAAI,KAAK,OAAO;gBACnC,aAAa,EAAE,IAAI,CAAC,IAAI,KAAK,QAAQ;gBACrC,UAAU,EAAE,IAAI,CAAC,IAAI,KAAK,KAAK;aAChC,IAED,4DACE,KAAK,EAAE;gBACL,aAAa,EAAE,IAAI;gBACnB,aAAa,EAAE,IAAI,CAAC,aAAa;aAClC,IAED,6DACE,IAAI,EAAC,QAAQ,EACb,YAAY,EAAE,MAAM,IAAI,CAAC,sBAAsB,EAAE,GAC3C,CACJ,EACN,4DAAK,KAAK,EAAC,gBAAgB,IACzB,6DAAM,IAAI,EAAC,WAAW,GAAQ,CAC1B,EACN,4DAAK,KAAK,EAAC,cAAc,IACvB,8DAAa,CACT,EACN,4DACE,KAAK,EAAE;gBACL,aAAa,EAAE,IAAI;gBACnB,aAAa,EAAE,IAAI,CAAC,aAAa;aAClC,IAED,6DACE,IAAI,EAAC,QAAQ,EACb,YAAY,EAAE,MAAM,IAAI,CAAC,sBAAsB,EAAE,GAC3C,CACJ,CACD,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/tile/tile.scss?tag=ix-tile&encapsulation=shadow","src/components/tile/tile.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\n@import 'common-variables';\n@import 'mixins/text-truncation';\n@import 'mixins/shadow-dom/component';\n@import 'legacy/mixins/fonts';\n\n@mixin set-height($height) {\n height: $height;\n min-height: $height;\n max-height: $height;\n}\n\n$heightSmall: 2.5rem;\n$heightMedium: 5rem;\n$heightBig: 10rem;\n$width: 11.937rem;\n\n:host {\n @include ix-component;\n\n min-width: $width;\n max-width: $width;\n width: $width;\n\n display: flex;\n flex-direction: column;\n border: 1px solid var(--theme-tile--border);\n border-radius: var(--theme-tile--border-radius);\n\n background-color: var(--theme-color-2);\n color: var(--theme-color-std-text);\n box-shadow: var(--theme-tile--box-shadow);\n\n // @each $key, $value in $color-map-status {\n // &.tile-#{$key} {\n // background-color: #{$value};\n // color: automatic-text-color($value, 65);\n // }\n // }\n\n .tile-header {\n display: flex;\n align-items: center;\n\n @include text-l-title;\n }\n\n .tile-header,\n .tile-subheader,\n .tile-content,\n .tile-footer {\n padding: 0 $default-space;\n }\n\n .tile-header,\n .tile-content {\n flex-grow: 1;\n }\n\n .tile-header.has-content {\n display: flex;\n height: $large-control-height;\n max-height: $large-control-height;\n padding-inline-end: $small-space;\n }\n\n .tile-subheader {\n color: var(--theme-btn-invisible-secondary--color);\n flex-grow: 0;\n }\n\n .tile-footer.has-content {\n border-block-start: 1px solid var(--theme-color-1);\n height: $large-control-height;\n }\n}\n\n:host(.tile-small) {\n @include set-height($heightSmall);\n}\n\n:host(.tile-medium) {\n @include set-height($heightMedium);\n}\n\n:host(.tile-big) {\n @include set-height($heightBig);\n}\n\n:host(:active),\n:host(:focus-visible),\n:host(:visited) {\n outline: none;\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, Prop, State } from '@stencil/core';\n\n@Component({\n tag: 'ix-tile',\n styleUrl: 'tile.scss',\n shadow: true,\n})\nexport class Tile {\n @Element() hostElement: HTMLIxTileElement;\n\n /**\n * Size of the tile - one of 'small', 'medium' or 'large'\n */\n @Prop() size: 'small' | 'medium' | 'big' = 'medium';\n\n @State() hasHeaderSlot: boolean = false;\n @State() hasFooterSlot: boolean = false;\n\n handleHeaderSlotChange() {\n this.hasHeaderSlot = !!this.hostElement.querySelector('[slot=\"header\"]');\n }\n\n handleFooterSlotChange() {\n this.hasFooterSlot = !!this.hostElement.querySelector('[slot=\"footer\"]');\n }\n\n render() {\n return (\n <Host\n class={{\n 'tile-small': this.size === 'small',\n 'tile-medium': this.size === 'medium',\n 'tile-big': this.size === 'big',\n }}\n >\n <div\n class={{\n 'tile-header': true,\n 'has-content': this.hasHeaderSlot,\n }}\n >\n <slot\n name=\"header\"\n onSlotchange={() => this.handleHeaderSlotChange()}\n ></slot>\n </div>\n <div class=\"tile-subheader\">\n <slot name=\"subheader\"></slot>\n </div>\n <div class=\"tile-content\">\n <slot></slot>\n </div>\n <div\n class={{\n 'tile-footer': true,\n 'has-content': this.hasFooterSlot,\n }}\n >\n <slot\n name=\"footer\"\n onSlotchange={() => this.handleFooterSlotChange()}\n ></slot>\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../dist/types/components";
|
|
2
|
+
|
|
3
|
+
interface IxTimePicker extends Components.IxTimePicker, HTMLElement {}
|
|
4
|
+
export const IxTimePicker: {
|
|
5
|
+
prototype: IxTimePicker;
|
|
6
|
+
new (): IxTimePicker;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { T as TimePicker, d as defineCustomElement$1 } from './time-picker.js';
|
|
2
|
+
|
|
3
|
+
const IxTimePicker = TimePicker;
|
|
4
|
+
const defineCustomElement = defineCustomElement$1;
|
|
5
|
+
|
|
6
|
+
export { IxTimePicker, defineCustomElement };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=ix-time-picker.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"ix-time-picker.js","mappings":";;;;;;;","names":[],"sources":[],"sourcesContent":[],"version":3}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../dist/types/components";
|
|
2
|
+
|
|
3
|
+
interface IxToastContainer extends Components.IxToastContainer, HTMLElement {}
|
|
4
|
+
export const IxToastContainer: {
|
|
5
|
+
prototype: IxToastContainer;
|
|
6
|
+
new (): IxToastContainer;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
|
+
import { T as TypedEvent } from './typed-event.js';
|
|
3
|
+
import { d as defineCustomElement$4 } from './icon-button.js';
|
|
4
|
+
import { d as defineCustomElement$3 } from './spinner.js';
|
|
5
|
+
import { d as defineCustomElement$2 } from './toast.js';
|
|
6
|
+
|
|
7
|
+
const toastContainerCss = ":host{}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}: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}#toast-container>:not(:last-child){margin-block-end:1rem}.toast-container{display:block;position:fixed}.toast-container--top-right{right:1rem;top:2rem}.toast-container--bottom-right{right:1rem;bottom:2rem}";
|
|
8
|
+
const IxToastContainerStyle0 = toastContainerCss;
|
|
9
|
+
|
|
10
|
+
const ToastContainer = /*@__PURE__*/ proxyCustomElement(class ToastContainer extends HTMLElement {
|
|
11
|
+
constructor() {
|
|
12
|
+
super();
|
|
13
|
+
this.__registerHost();
|
|
14
|
+
this.__attachShadow();
|
|
15
|
+
this.PREFIX_POSITION_CLASS = 'toast-container--';
|
|
16
|
+
this.containerId = 'toast-container';
|
|
17
|
+
this.containerClass = 'toast-container';
|
|
18
|
+
this.position = 'bottom-right';
|
|
19
|
+
}
|
|
20
|
+
get hostContainer() {
|
|
21
|
+
return new Promise((resolve) => {
|
|
22
|
+
const interval = setInterval(() => {
|
|
23
|
+
const containerElement = document.getElementById(this.containerId);
|
|
24
|
+
if (containerElement) {
|
|
25
|
+
clearInterval(interval);
|
|
26
|
+
resolve(containerElement);
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
componentDidLoad() {
|
|
32
|
+
if (!document.getElementById(this.containerId)) {
|
|
33
|
+
const toastContainer = document.createElement('div');
|
|
34
|
+
toastContainer.id = this.containerId;
|
|
35
|
+
toastContainer.classList.add(this.containerClass);
|
|
36
|
+
toastContainer.classList.add(`${this.PREFIX_POSITION_CLASS}${this.position}`);
|
|
37
|
+
document.body.appendChild(toastContainer);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
onPositionChange(newPosition, oldPosition) {
|
|
41
|
+
const toastContainer = document.getElementById(this.containerId);
|
|
42
|
+
toastContainer.classList.remove(`${this.PREFIX_POSITION_CLASS}${oldPosition}`);
|
|
43
|
+
toastContainer.classList.add(`${this.PREFIX_POSITION_CLASS}${newPosition}`);
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Display a toast message
|
|
47
|
+
* @param config
|
|
48
|
+
*/
|
|
49
|
+
async showToast(config) {
|
|
50
|
+
var _a, _b;
|
|
51
|
+
const toast = document.createElement('ix-toast');
|
|
52
|
+
const onClose = new TypedEvent();
|
|
53
|
+
function removeToast(result) {
|
|
54
|
+
toast.remove();
|
|
55
|
+
onClose.emit(result);
|
|
56
|
+
}
|
|
57
|
+
toast.toastTitle = config.title;
|
|
58
|
+
toast.type = config.type;
|
|
59
|
+
toast.autoClose = (_a = config.autoClose) !== null && _a !== void 0 ? _a : true;
|
|
60
|
+
toast.autoCloseDelay = (_b = config.autoCloseDelay) !== null && _b !== void 0 ? _b : 5000;
|
|
61
|
+
toast.icon = config.icon;
|
|
62
|
+
toast.iconColor = config.iconColor;
|
|
63
|
+
toast.addEventListener('closeToast', (event) => {
|
|
64
|
+
const { detail } = event;
|
|
65
|
+
removeToast(detail);
|
|
66
|
+
});
|
|
67
|
+
if (typeof config.message === 'string') {
|
|
68
|
+
toast.innerText = config.message;
|
|
69
|
+
}
|
|
70
|
+
else {
|
|
71
|
+
toast.appendChild(config.message);
|
|
72
|
+
}
|
|
73
|
+
(await this.hostContainer).appendChild(toast);
|
|
74
|
+
return {
|
|
75
|
+
onClose,
|
|
76
|
+
close: (result) => {
|
|
77
|
+
removeToast(result);
|
|
78
|
+
},
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
render() {
|
|
82
|
+
return (h(Host, { key: '22ee0d6985d0b35a3d623dfc318c22cb0a2720ae', class: {
|
|
83
|
+
'toast-container--bottom-right': this.position === 'bottom-right',
|
|
84
|
+
'toast-container--top-right': this.position === 'top-right',
|
|
85
|
+
} }, h("slot", { key: '9cfd7c6607fde4dd11f6b4c026f017b31acba8d9' })));
|
|
86
|
+
}
|
|
87
|
+
static get watchers() { return {
|
|
88
|
+
"position": ["onPositionChange"]
|
|
89
|
+
}; }
|
|
90
|
+
static get style() { return IxToastContainerStyle0; }
|
|
91
|
+
}, [1, "ix-toast-container", {
|
|
92
|
+
"containerId": [1, "container-id"],
|
|
93
|
+
"containerClass": [1, "container-class"],
|
|
94
|
+
"position": [1],
|
|
95
|
+
"showToast": [64]
|
|
96
|
+
}, undefined, {
|
|
97
|
+
"position": ["onPositionChange"]
|
|
98
|
+
}]);
|
|
99
|
+
function defineCustomElement$1() {
|
|
100
|
+
if (typeof customElements === "undefined") {
|
|
101
|
+
return;
|
|
102
|
+
}
|
|
103
|
+
const components = ["ix-toast-container", "ix-icon-button", "ix-spinner", "ix-toast"];
|
|
104
|
+
components.forEach(tagName => { switch (tagName) {
|
|
105
|
+
case "ix-toast-container":
|
|
106
|
+
if (!customElements.get(tagName)) {
|
|
107
|
+
customElements.define(tagName, ToastContainer);
|
|
108
|
+
}
|
|
109
|
+
break;
|
|
110
|
+
case "ix-icon-button":
|
|
111
|
+
if (!customElements.get(tagName)) {
|
|
112
|
+
defineCustomElement$4();
|
|
113
|
+
}
|
|
114
|
+
break;
|
|
115
|
+
case "ix-spinner":
|
|
116
|
+
if (!customElements.get(tagName)) {
|
|
117
|
+
defineCustomElement$3();
|
|
118
|
+
}
|
|
119
|
+
break;
|
|
120
|
+
case "ix-toast":
|
|
121
|
+
if (!customElements.get(tagName)) {
|
|
122
|
+
defineCustomElement$2();
|
|
123
|
+
}
|
|
124
|
+
break;
|
|
125
|
+
} });
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
const IxToastContainer = ToastContainer;
|
|
129
|
+
const defineCustomElement = defineCustomElement$1;
|
|
130
|
+
|
|
131
|
+
export { IxToastContainer, defineCustomElement };
|
|
132
|
+
|
|
133
|
+
//# sourceMappingURL=ix-toast-container.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"ix-toast-container.js","mappings":";;;;;;AAAA,MAAM,iBAAiB,GAAG,kzBAAkzB,CAAC;AAC70B,+BAAe,iBAAiB;;MCsBnB,cAAc;;;;;QAaR,0BAAqB,GAAG,mBAAmB,CAAC;2BAVvC,iBAAiB;8BAId,iBAAiB;wBAIO,cAAc;;IAI/D,IAAI,aAAa;QACf,OAAO,IAAI,OAAO,CAAc,CAAC,OAAO;YACtC,MAAM,QAAQ,GAAG,WAAW,CAAC;gBAC3B,MAAM,gBAAgB,GAAG,QAAQ,CAAC,cAAc,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;gBACnE,IAAI,gBAAgB,EAAE;oBACpB,aAAa,CAAC,QAAQ,CAAC,CAAC;oBACxB,OAAO,CAAC,gBAAgB,CAAC,CAAC;iBAC3B;aACF,CAAC,CAAC;SACJ,CAAC,CAAC;KACJ;IAED,gBAAgB;QACd,IAAI,CAAC,QAAQ,CAAC,cAAc,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE;YAC9C,MAAM,cAAc,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;YACrD,cAAc,CAAC,EAAE,GAAG,IAAI,CAAC,WAAW,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;YAClD,cAAc,CAAC,SAAS,CAAC,GAAG,CAC1B,GAAG,IAAI,CAAC,qBAAqB,GAAG,IAAI,CAAC,QAAQ,EAAE,CAChD,CAAC;YACF,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC;SAC3C;KACF;IAGD,gBAAgB,CAAC,WAAmB,EAAE,WAAmB;QACvD,MAAM,cAAc,GAAG,QAAQ,CAAC,cAAc,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACjE,cAAc,CAAC,SAAS,CAAC,MAAM,CAC7B,GAAG,IAAI,CAAC,qBAAqB,GAAG,WAAW,EAAE,CAC9C,CAAC;QACF,cAAc,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,qBAAqB,GAAG,WAAW,EAAE,CAAC,CAAC;KAC7E;;;;;IAOD,MAAM,SAAS,CAAC,MAAmB;;QACjC,MAAM,KAAK,GAAG,QAAQ,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;QACjD,MAAM,OAAO,GAAG,IAAI,UAAU,EAAmB,CAAC;QAElD,SAAS,WAAW,CAAC,MAAY;YAC/B,KAAK,CAAC,MAAM,EAAE,CAAC;YACf,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;SACtB;QAED,KAAK,CAAC,UAAU,GAAG,MAAM,CAAC,KAAK,CAAC;QAChC,KAAK,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;QACzB,KAAK,CAAC,SAAS,GAAG,MAAA,MAAM,CAAC,SAAS,mCAAI,IAAI,CAAC;QAC3C,KAAK,CAAC,cAAc,GAAG,MAAA,MAAM,CAAC,cAAc,mCAAI,IAAI,CAAC;QACrD,KAAK,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;QACzB,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC,SAAS,CAAC;QACnC,KAAK,CAAC,gBAAgB,CACpB,YAAY,EACZ,CAAC,KAAmC;YAClC,MAAM,EAAE,MAAM,EAAE,GAAG,KAAK,CAAC;YACzB,WAAW,CAAC,MAAM,CAAC,CAAC;SACrB,CACF,CAAC;QAEF,IAAI,OAAO,MAAM,CAAC,OAAO,KAAK,QAAQ,EAAE;YACtC,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC,OAAO,CAAC;SAClC;aAAM;YACL,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;SACnC;QAED,CAAC,MAAM,IAAI,CAAC,aAAa,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;QAE9C,OAAO;YACL,OAAO;YACP,KAAK,EAAE,CAAC,MAAY;gBAClB,WAAW,CAAC,MAAM,CAAC,CAAC;aACrB;SACF,CAAC;KACH;IAED,MAAM;QACJ,QACE,EAAC,IAAI,qDACH,KAAK,EAAE;gBACL,+BAA+B,EAAE,IAAI,CAAC,QAAQ,KAAK,cAAc;gBACjE,4BAA4B,EAAE,IAAI,CAAC,QAAQ,KAAK,WAAW;aAC5D,IAED,8DAAa,CACR,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/toast/styles/toast-container.scss?tag=ix-toast-container&encapsulation=shadow","src/components/toast/toast-container.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\n@import 'common-variables';\n@import 'mixins/shadow-dom/component';\n\n:host {\n @include ix-component;\n}\n\n#toast-container {\n > :not(:last-child) {\n margin-block-end: $default-space;\n }\n}\n\n.toast-container {\n display: block;\n position: fixed;\n}\n\n.toast-container--top-right {\n right: 1rem;\n top: 2rem;\n}\n\n.toast-container--bottom-right {\n right: 1rem;\n bottom: 2rem;\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, h, Host, Method, Prop, Watch } from '@stencil/core';\nimport { TypedEvent } from '../utils/typed-event';\nimport { ToastConfig } from './toast-utils';\n\nexport type ShowToastResult = {\n onClose: TypedEvent<any | undefined>;\n close: (result?: any) => void;\n};\n\n@Component({\n tag: 'ix-toast-container',\n styleUrl: './styles/toast-container.scss',\n shadow: true,\n})\nexport class ToastContainer {\n /**\n */\n @Prop() containerId = 'toast-container';\n\n /**\n */\n @Prop() containerClass = 'toast-container';\n\n /**\n */\n @Prop() position: 'bottom-right' | 'top-right' = 'bottom-right';\n\n private readonly PREFIX_POSITION_CLASS = 'toast-container--';\n\n get hostContainer() {\n return new Promise<HTMLElement>((resolve) => {\n const interval = setInterval(() => {\n const containerElement = document.getElementById(this.containerId);\n if (containerElement) {\n clearInterval(interval);\n resolve(containerElement);\n }\n });\n });\n }\n\n componentDidLoad() {\n if (!document.getElementById(this.containerId)) {\n const toastContainer = document.createElement('div');\n toastContainer.id = this.containerId;\n toastContainer.classList.add(this.containerClass);\n toastContainer.classList.add(\n `${this.PREFIX_POSITION_CLASS}${this.position}`\n );\n document.body.appendChild(toastContainer);\n }\n }\n\n @Watch('position')\n onPositionChange(newPosition: string, oldPosition: string) {\n const toastContainer = document.getElementById(this.containerId);\n toastContainer.classList.remove(\n `${this.PREFIX_POSITION_CLASS}${oldPosition}`\n );\n toastContainer.classList.add(`${this.PREFIX_POSITION_CLASS}${newPosition}`);\n }\n\n /**\n * Display a toast message\n * @param config\n */\n @Method()\n async showToast(config: ToastConfig): Promise<ShowToastResult> {\n const toast = document.createElement('ix-toast');\n const onClose = new TypedEvent<any | undefined>();\n\n function removeToast(result?: any) {\n toast.remove();\n onClose.emit(result);\n }\n\n toast.toastTitle = config.title;\n toast.type = config.type;\n toast.autoClose = config.autoClose ?? true;\n toast.autoCloseDelay = config.autoCloseDelay ?? 5000;\n toast.icon = config.icon;\n toast.iconColor = config.iconColor;\n toast.addEventListener(\n 'closeToast',\n (event: CustomEvent<any | undefined>) => {\n const { detail } = event;\n removeToast(detail);\n }\n );\n\n if (typeof config.message === 'string') {\n toast.innerText = config.message;\n } else {\n toast.appendChild(config.message);\n }\n\n (await this.hostContainer).appendChild(toast);\n\n return {\n onClose,\n close: (result?: any) => {\n removeToast(result);\n },\n };\n }\n\n render() {\n return (\n <Host\n class={{\n 'toast-container--bottom-right': this.position === 'bottom-right',\n 'toast-container--top-right': this.position === 'top-right',\n }}\n >\n <slot></slot>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../dist/types/components";
|
|
2
|
+
|
|
3
|
+
interface IxToast extends Components.IxToast, HTMLElement {}
|
|
4
|
+
export const IxToast: {
|
|
5
|
+
prototype: IxToast;
|
|
6
|
+
new (): IxToast;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"ix-toast.js","mappings":";;;;;;;","names":[],"sources":[],"sourcesContent":[],"version":3}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../dist/types/components";
|
|
2
|
+
|
|
3
|
+
interface IxToggleButton extends Components.IxToggleButton, HTMLElement {}
|
|
4
|
+
export const IxToggleButton: {
|
|
5
|
+
prototype: IxToggleButton;
|
|
6
|
+
new (): IxToggleButton;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|