@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,508 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
3
|
+
*
|
|
4
|
+
* SPDX-License-Identifier: MIT
|
|
5
|
+
*
|
|
6
|
+
* This source code is licensed under the MIT license found in the
|
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
|
+
*/
|
|
9
|
+
/*
|
|
10
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
11
|
+
*
|
|
12
|
+
* SPDX-License-Identifier: MIT
|
|
13
|
+
*
|
|
14
|
+
* This source code is licensed under the MIT license found in the
|
|
15
|
+
* LICENSE file in the root directory of this source tree.
|
|
16
|
+
*/
|
|
17
|
+
/*
|
|
18
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
19
|
+
*
|
|
20
|
+
* SPDX-License-Identifier: MIT
|
|
21
|
+
*
|
|
22
|
+
* This source code is licensed under the MIT license found in the
|
|
23
|
+
* LICENSE file in the root directory of this source tree.
|
|
24
|
+
*/
|
|
25
|
+
/* Dimensions */
|
|
26
|
+
/* Font sizes */
|
|
27
|
+
/* Line heights */
|
|
28
|
+
/* Animation timings */
|
|
29
|
+
/*
|
|
30
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
31
|
+
*
|
|
32
|
+
* SPDX-License-Identifier: MIT
|
|
33
|
+
*
|
|
34
|
+
* This source code is licensed under the MIT license found in the
|
|
35
|
+
* LICENSE file in the root directory of this source tree.
|
|
36
|
+
*/
|
|
37
|
+
/*
|
|
38
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
39
|
+
*
|
|
40
|
+
* SPDX-License-Identifier: MIT
|
|
41
|
+
*
|
|
42
|
+
* This source code is licensed under the MIT license found in the
|
|
43
|
+
* LICENSE file in the root directory of this source tree.
|
|
44
|
+
*/
|
|
45
|
+
/*
|
|
46
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
47
|
+
*
|
|
48
|
+
* SPDX-License-Identifier: MIT
|
|
49
|
+
*
|
|
50
|
+
* This source code is licensed under the MIT license found in the
|
|
51
|
+
* LICENSE file in the root directory of this source tree.
|
|
52
|
+
*/
|
|
53
|
+
/*
|
|
54
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
55
|
+
*
|
|
56
|
+
* SPDX-License-Identifier: MIT
|
|
57
|
+
*
|
|
58
|
+
* This source code is licensed under the MIT license found in the
|
|
59
|
+
* LICENSE file in the root directory of this source tree.
|
|
60
|
+
*/
|
|
61
|
+
:host {
|
|
62
|
+
/* width */
|
|
63
|
+
/* Track */
|
|
64
|
+
/* Handle */
|
|
65
|
+
/* Handle on hover */
|
|
66
|
+
display: inline-block;
|
|
67
|
+
height: 2rem;
|
|
68
|
+
vertical-align: middle;
|
|
69
|
+
cursor: pointer;
|
|
70
|
+
-webkit-font-smoothing: antialiased;
|
|
71
|
+
-moz-osx-font-smooting: grayscale;
|
|
72
|
+
font-family: Siemens Sans, sans-serif;
|
|
73
|
+
font-size: 0.875rem;
|
|
74
|
+
font-weight: 700;
|
|
75
|
+
line-height: 1.429em;
|
|
76
|
+
color: var(--theme-color-std-text);
|
|
77
|
+
}
|
|
78
|
+
:host *,
|
|
79
|
+
:host *::after,
|
|
80
|
+
:host *::before {
|
|
81
|
+
box-sizing: border-box;
|
|
82
|
+
}
|
|
83
|
+
:host ::-webkit-scrollbar-button {
|
|
84
|
+
display: none;
|
|
85
|
+
}
|
|
86
|
+
:host ::-webkit-scrollbar {
|
|
87
|
+
width: 0.5rem;
|
|
88
|
+
height: 0.5rem;
|
|
89
|
+
}
|
|
90
|
+
:host ::-webkit-scrollbar-track {
|
|
91
|
+
border-radius: 5px;
|
|
92
|
+
background: var(--theme-scrollbar-track--background);
|
|
93
|
+
}
|
|
94
|
+
:host ::-webkit-scrollbar-track:hover {
|
|
95
|
+
background: var(--theme-scrollbar-track--background--hover);
|
|
96
|
+
}
|
|
97
|
+
:host ::-webkit-scrollbar-thumb {
|
|
98
|
+
border-radius: 5px;
|
|
99
|
+
background: var(--theme-scrollbar-thumb--background);
|
|
100
|
+
}
|
|
101
|
+
:host ::-webkit-scrollbar-thumb:hover {
|
|
102
|
+
background: var(--theme-scrollbar-thumb--background--hover);
|
|
103
|
+
}
|
|
104
|
+
:host ::-webkit-scrollbar-corner {
|
|
105
|
+
display: none;
|
|
106
|
+
}
|
|
107
|
+
:host button {
|
|
108
|
+
all: unset;
|
|
109
|
+
box-sizing: border-box;
|
|
110
|
+
display: inline-flex;
|
|
111
|
+
flex-direction: row;
|
|
112
|
+
flex-wrap: nowrap;
|
|
113
|
+
overflow: hidden;
|
|
114
|
+
align-items: center;
|
|
115
|
+
justify-content: center;
|
|
116
|
+
width: 100%;
|
|
117
|
+
height: 100%;
|
|
118
|
+
padding: 0 0.5rem;
|
|
119
|
+
}
|
|
120
|
+
:host ix-spinner {
|
|
121
|
+
margin-right: 0.25rem;
|
|
122
|
+
}
|
|
123
|
+
:host ix-icon {
|
|
124
|
+
margin-right: 0.25rem;
|
|
125
|
+
}
|
|
126
|
+
:host .content {
|
|
127
|
+
display: inline-block;
|
|
128
|
+
position: relative;
|
|
129
|
+
overflow: hidden;
|
|
130
|
+
white-space: nowrap;
|
|
131
|
+
text-overflow: ellipsis;
|
|
132
|
+
}
|
|
133
|
+
:host .content-start {
|
|
134
|
+
width: 100%;
|
|
135
|
+
}
|
|
136
|
+
:host .icon {
|
|
137
|
+
pointer-events: none;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
:host(.disabled) {
|
|
141
|
+
cursor: default;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
:host .btn-primary {
|
|
145
|
+
border-radius: var(--theme-btn--border-radius);
|
|
146
|
+
}
|
|
147
|
+
:host .btn-primary, :host .btn-primary.focus, :host .btn-primary:focus-visible {
|
|
148
|
+
background-color: var(--theme-btn-primary--background);
|
|
149
|
+
color: var(--theme-btn-primary--color);
|
|
150
|
+
--ix-button-color: var(--theme-btn-primary--color);
|
|
151
|
+
border-width: var(--theme-btn--border-thickness);
|
|
152
|
+
border-color: var(--theme-btn-primary--border-color);
|
|
153
|
+
border-style: solid;
|
|
154
|
+
}
|
|
155
|
+
:host .btn-primary:not(.disabled):not(:disabled):focus-visible {
|
|
156
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
157
|
+
outline-offset: var(--theme-btn--focus--outline-offset);
|
|
158
|
+
}
|
|
159
|
+
:host .btn-primary.selected {
|
|
160
|
+
background-color: var(--theme-color-ghost--selected);
|
|
161
|
+
color: var(--theme-color-dynamic);
|
|
162
|
+
}
|
|
163
|
+
:host .btn-primary.selected:not(.disabled):not(:disabled) {
|
|
164
|
+
cursor: pointer;
|
|
165
|
+
}
|
|
166
|
+
:host .btn-primary.selected:not(.disabled):not(:disabled):hover, :host .btn-primary.selected:not(.disabled):not(:disabled):hover {
|
|
167
|
+
background-color: var(--theme-color-ghost--selected-hover);
|
|
168
|
+
color: var(--theme-color-dynamic);
|
|
169
|
+
}
|
|
170
|
+
:host .btn-primary.selected:not(.disabled):not(:disabled) {
|
|
171
|
+
cursor: pointer;
|
|
172
|
+
}
|
|
173
|
+
:host .btn-primary.selected:not(.disabled):not(:disabled):active, :host .btn-primary.selected:not(.disabled):not(:disabled).active {
|
|
174
|
+
background-color: var(--theme-color-ghost--selected-active);
|
|
175
|
+
color: var(--theme-color-dynamic);
|
|
176
|
+
}
|
|
177
|
+
:host .btn-primary:not(.disabled):not(:disabled) {
|
|
178
|
+
cursor: pointer;
|
|
179
|
+
}
|
|
180
|
+
:host .btn-primary:not(.disabled):not(:disabled):hover, :host .btn-primary:not(.disabled):not(:disabled):hover {
|
|
181
|
+
border-color: var(--theme-btn-primary--border-color--hover);
|
|
182
|
+
background-color: var(--theme-btn-primary--background--hover);
|
|
183
|
+
color: var(--theme-btn-primary--color--hover);
|
|
184
|
+
}
|
|
185
|
+
:host .btn-primary:not(.disabled):not(:disabled) {
|
|
186
|
+
cursor: pointer;
|
|
187
|
+
}
|
|
188
|
+
:host .btn-primary:not(.disabled):not(:disabled):active, :host .btn-primary:not(.disabled):not(:disabled).active {
|
|
189
|
+
border-color: var(--theme-btn-primary--border-color--active);
|
|
190
|
+
background-color: var(--theme-btn-primary--background--active);
|
|
191
|
+
color: var(--theme-btn-primary--color--active);
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
:host(.disabled) {
|
|
195
|
+
pointer-events: none;
|
|
196
|
+
}
|
|
197
|
+
:host(.disabled) .btn-primary.disabled, :host(.disabled) .btn-primary:disabled {
|
|
198
|
+
pointer-events: none;
|
|
199
|
+
border-color: var(--theme-btn-primary--border-color--disabled);
|
|
200
|
+
background-color: var(--theme-btn-primary--background--disabled);
|
|
201
|
+
color: var(--theme-btn-primary--color--disabled);
|
|
202
|
+
opacity: 1;
|
|
203
|
+
--ix-button-color: var(--theme-btn-primary--color--disabled);
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
:host .btn-outline-primary {
|
|
207
|
+
border-radius: var(--theme-btn--border-radius);
|
|
208
|
+
}
|
|
209
|
+
:host .btn-outline-primary, :host .btn-outline-primary.focus, :host .btn-outline-primary:focus-visible {
|
|
210
|
+
background-color: var(--theme-btn-outline-primary--background);
|
|
211
|
+
color: var(--theme-btn-outline-primary--color);
|
|
212
|
+
--ix-button-color: var(--theme-btn-outline-primary--color);
|
|
213
|
+
border-width: var(--theme-btn--border-thickness);
|
|
214
|
+
border-color: var(--theme-btn-outline-primary--border-color);
|
|
215
|
+
border-style: solid;
|
|
216
|
+
}
|
|
217
|
+
:host .btn-outline-primary:not(.disabled):not(:disabled):focus-visible {
|
|
218
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
219
|
+
outline-offset: var(--theme-btn--focus--outline-offset);
|
|
220
|
+
}
|
|
221
|
+
:host .btn-outline-primary.selected {
|
|
222
|
+
background-color: var(--theme-color-ghost--selected);
|
|
223
|
+
color: var(--theme-color-dynamic);
|
|
224
|
+
}
|
|
225
|
+
:host .btn-outline-primary.selected:not(.disabled):not(:disabled) {
|
|
226
|
+
cursor: pointer;
|
|
227
|
+
}
|
|
228
|
+
:host .btn-outline-primary.selected:not(.disabled):not(:disabled):hover, :host .btn-outline-primary.selected:not(.disabled):not(:disabled):hover {
|
|
229
|
+
background-color: var(--theme-color-ghost--selected-hover);
|
|
230
|
+
color: var(--theme-color-dynamic);
|
|
231
|
+
}
|
|
232
|
+
:host .btn-outline-primary.selected:not(.disabled):not(:disabled) {
|
|
233
|
+
cursor: pointer;
|
|
234
|
+
}
|
|
235
|
+
:host .btn-outline-primary.selected:not(.disabled):not(:disabled):active, :host .btn-outline-primary.selected:not(.disabled):not(:disabled).active {
|
|
236
|
+
background-color: var(--theme-color-ghost--selected-active);
|
|
237
|
+
color: var(--theme-color-dynamic);
|
|
238
|
+
}
|
|
239
|
+
:host .btn-outline-primary:not(.disabled):not(:disabled) {
|
|
240
|
+
cursor: pointer;
|
|
241
|
+
}
|
|
242
|
+
:host .btn-outline-primary:not(.disabled):not(:disabled):hover, :host .btn-outline-primary:not(.disabled):not(:disabled):hover {
|
|
243
|
+
border-color: var(--theme-btn-outline-primary--border-color--hover);
|
|
244
|
+
background-color: var(--theme-btn-outline-primary--background--hover);
|
|
245
|
+
color: var(--theme-btn-outline-primary--color--hover);
|
|
246
|
+
}
|
|
247
|
+
:host .btn-outline-primary:not(.disabled):not(:disabled) {
|
|
248
|
+
cursor: pointer;
|
|
249
|
+
}
|
|
250
|
+
:host .btn-outline-primary:not(.disabled):not(:disabled):active, :host .btn-outline-primary:not(.disabled):not(:disabled).active {
|
|
251
|
+
border-color: var(--theme-btn-outline-primary--border-color--active);
|
|
252
|
+
background-color: var(--theme-btn-outline-primary--background--active);
|
|
253
|
+
color: var(--theme-btn-outline-primary--color--active);
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
:host(.disabled) {
|
|
257
|
+
pointer-events: none;
|
|
258
|
+
}
|
|
259
|
+
:host(.disabled) .btn-outline-primary.disabled, :host(.disabled) .btn-outline-primary:disabled {
|
|
260
|
+
pointer-events: none;
|
|
261
|
+
border-color: var(--theme-btn-outline-primary--border-color--disabled);
|
|
262
|
+
background-color: var(--theme-btn-outline-primary--background--disabled);
|
|
263
|
+
color: var(--theme-btn-outline-primary--color--disabled);
|
|
264
|
+
opacity: 1;
|
|
265
|
+
--ix-button-color: var(--theme-btn-outline-primary--color--disabled);
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
:host .btn-invisible-primary {
|
|
269
|
+
border-radius: var(--theme-btn--border-radius);
|
|
270
|
+
}
|
|
271
|
+
:host .btn-invisible-primary, :host .btn-invisible-primary.focus, :host .btn-invisible-primary:focus-visible {
|
|
272
|
+
background-color: var(--theme-btn-invisible-primary--background);
|
|
273
|
+
color: var(--theme-btn-invisible-primary--color);
|
|
274
|
+
--ix-button-color: var(--theme-btn-invisible-primary--color);
|
|
275
|
+
border-color: transparent;
|
|
276
|
+
}
|
|
277
|
+
:host .btn-invisible-primary:not(.disabled):not(:disabled):focus-visible {
|
|
278
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
279
|
+
outline-offset: var(--theme-btn--focus--outline-offset);
|
|
280
|
+
}
|
|
281
|
+
:host .btn-invisible-primary.selected {
|
|
282
|
+
background-color: var(--theme-color-ghost--selected);
|
|
283
|
+
color: var(--theme-color-dynamic);
|
|
284
|
+
}
|
|
285
|
+
:host .btn-invisible-primary.selected:not(.disabled):not(:disabled) {
|
|
286
|
+
cursor: pointer;
|
|
287
|
+
}
|
|
288
|
+
:host .btn-invisible-primary.selected:not(.disabled):not(:disabled):hover, :host .btn-invisible-primary.selected:not(.disabled):not(:disabled):hover {
|
|
289
|
+
background-color: var(--theme-color-ghost--selected-hover);
|
|
290
|
+
color: var(--theme-color-dynamic);
|
|
291
|
+
}
|
|
292
|
+
:host .btn-invisible-primary.selected:not(.disabled):not(:disabled) {
|
|
293
|
+
cursor: pointer;
|
|
294
|
+
}
|
|
295
|
+
:host .btn-invisible-primary.selected:not(.disabled):not(:disabled):active, :host .btn-invisible-primary.selected:not(.disabled):not(:disabled).active {
|
|
296
|
+
background-color: var(--theme-color-ghost--selected-active);
|
|
297
|
+
color: var(--theme-color-dynamic);
|
|
298
|
+
}
|
|
299
|
+
:host .btn-invisible-primary:not(.disabled):not(:disabled) {
|
|
300
|
+
cursor: pointer;
|
|
301
|
+
}
|
|
302
|
+
:host .btn-invisible-primary:not(.disabled):not(:disabled):hover, :host .btn-invisible-primary:not(.disabled):not(:disabled):hover {
|
|
303
|
+
background-color: var(--theme-btn-invisible-primary--background--hover);
|
|
304
|
+
color: var(--theme-btn-invisible-primary--color--hover);
|
|
305
|
+
}
|
|
306
|
+
:host .btn-invisible-primary:not(.disabled):not(:disabled) {
|
|
307
|
+
cursor: pointer;
|
|
308
|
+
}
|
|
309
|
+
:host .btn-invisible-primary:not(.disabled):not(:disabled):active, :host .btn-invisible-primary:not(.disabled):not(:disabled).active {
|
|
310
|
+
background-color: var(--theme-btn-invisible-primary--background--active);
|
|
311
|
+
color: var(--theme-btn-invisible-primary--color--active);
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
:host(.disabled) {
|
|
315
|
+
pointer-events: none;
|
|
316
|
+
}
|
|
317
|
+
:host(.disabled) .btn-invisible-primary.disabled, :host(.disabled) .btn-invisible-primary:disabled {
|
|
318
|
+
pointer-events: none;
|
|
319
|
+
background-color: var(--theme-btn-invisible-primary--background--disabled);
|
|
320
|
+
color: var(--theme-btn-invisible-primary--color--disabled);
|
|
321
|
+
opacity: 1;
|
|
322
|
+
--ix-button-color: var(--theme-btn-invisible-primary--color--disabled);
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
:host .btn-secondary {
|
|
326
|
+
border-radius: var(--theme-btn--border-radius);
|
|
327
|
+
}
|
|
328
|
+
:host .btn-secondary, :host .btn-secondary.focus, :host .btn-secondary:focus-visible {
|
|
329
|
+
background-color: var(--theme-btn-secondary--background);
|
|
330
|
+
color: var(--theme-btn-secondary--color);
|
|
331
|
+
--ix-button-color: var(--theme-btn-secondary--color);
|
|
332
|
+
border-width: var(--theme-btn--border-thickness);
|
|
333
|
+
border-color: var(--theme-btn-secondary--border-color);
|
|
334
|
+
border-style: solid;
|
|
335
|
+
}
|
|
336
|
+
:host .btn-secondary:not(.disabled):not(:disabled):focus-visible {
|
|
337
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
338
|
+
outline-offset: var(--theme-btn--focus--outline-offset);
|
|
339
|
+
}
|
|
340
|
+
:host .btn-secondary.selected {
|
|
341
|
+
background-color: var(--theme-color-ghost--selected);
|
|
342
|
+
color: var(--theme-color-dynamic);
|
|
343
|
+
}
|
|
344
|
+
:host .btn-secondary.selected:not(.disabled):not(:disabled) {
|
|
345
|
+
cursor: pointer;
|
|
346
|
+
}
|
|
347
|
+
:host .btn-secondary.selected:not(.disabled):not(:disabled):hover, :host .btn-secondary.selected:not(.disabled):not(:disabled):hover {
|
|
348
|
+
background-color: var(--theme-color-ghost--selected-hover);
|
|
349
|
+
color: var(--theme-color-dynamic);
|
|
350
|
+
}
|
|
351
|
+
:host .btn-secondary.selected:not(.disabled):not(:disabled) {
|
|
352
|
+
cursor: pointer;
|
|
353
|
+
}
|
|
354
|
+
:host .btn-secondary.selected:not(.disabled):not(:disabled):active, :host .btn-secondary.selected:not(.disabled):not(:disabled).active {
|
|
355
|
+
background-color: var(--theme-color-ghost--selected-active);
|
|
356
|
+
color: var(--theme-color-dynamic);
|
|
357
|
+
}
|
|
358
|
+
:host .btn-secondary:not(.disabled):not(:disabled) {
|
|
359
|
+
cursor: pointer;
|
|
360
|
+
}
|
|
361
|
+
:host .btn-secondary:not(.disabled):not(:disabled):hover, :host .btn-secondary:not(.disabled):not(:disabled):hover {
|
|
362
|
+
border-color: var(--theme-btn-secondary--border-color--hover);
|
|
363
|
+
background-color: var(--theme-btn-secondary--background--hover);
|
|
364
|
+
color: var(--theme-btn-secondary--color--hover);
|
|
365
|
+
}
|
|
366
|
+
:host .btn-secondary:not(.disabled):not(:disabled) {
|
|
367
|
+
cursor: pointer;
|
|
368
|
+
}
|
|
369
|
+
:host .btn-secondary:not(.disabled):not(:disabled):active, :host .btn-secondary:not(.disabled):not(:disabled).active {
|
|
370
|
+
border-color: var(--theme-btn-secondary--border-color--active);
|
|
371
|
+
background-color: var(--theme-btn-secondary--background--active);
|
|
372
|
+
color: var(--theme-btn-secondary--color--active);
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
:host(.disabled) {
|
|
376
|
+
pointer-events: none;
|
|
377
|
+
}
|
|
378
|
+
:host(.disabled) .btn-secondary.disabled, :host(.disabled) .btn-secondary:disabled {
|
|
379
|
+
pointer-events: none;
|
|
380
|
+
border-color: var(--theme-btn-secondary--border-color--disabled);
|
|
381
|
+
background-color: var(--theme-btn-secondary--background--disabled);
|
|
382
|
+
color: var(--theme-btn-secondary--color--disabled);
|
|
383
|
+
opacity: 1;
|
|
384
|
+
--ix-button-color: var(--theme-btn-secondary--color--disabled);
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
:host .btn-outline-secondary {
|
|
388
|
+
border-radius: var(--theme-btn--border-radius);
|
|
389
|
+
}
|
|
390
|
+
:host .btn-outline-secondary, :host .btn-outline-secondary.focus, :host .btn-outline-secondary:focus-visible {
|
|
391
|
+
background-color: var(--theme-btn-outline-secondary--background);
|
|
392
|
+
color: var(--theme-btn-outline-secondary--color);
|
|
393
|
+
--ix-button-color: var(--theme-btn-outline-secondary--color);
|
|
394
|
+
border-width: var(--theme-btn--border-thickness);
|
|
395
|
+
border-color: var(--theme-btn-outline-secondary--border-color);
|
|
396
|
+
border-style: solid;
|
|
397
|
+
}
|
|
398
|
+
:host .btn-outline-secondary:not(.disabled):not(:disabled):focus-visible {
|
|
399
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
400
|
+
outline-offset: var(--theme-btn--focus--outline-offset);
|
|
401
|
+
}
|
|
402
|
+
:host .btn-outline-secondary.selected {
|
|
403
|
+
background-color: var(--theme-color-ghost--selected);
|
|
404
|
+
color: var(--theme-color-dynamic);
|
|
405
|
+
}
|
|
406
|
+
:host .btn-outline-secondary.selected:not(.disabled):not(:disabled) {
|
|
407
|
+
cursor: pointer;
|
|
408
|
+
}
|
|
409
|
+
:host .btn-outline-secondary.selected:not(.disabled):not(:disabled):hover, :host .btn-outline-secondary.selected:not(.disabled):not(:disabled):hover {
|
|
410
|
+
background-color: var(--theme-color-ghost--selected-hover);
|
|
411
|
+
color: var(--theme-color-dynamic);
|
|
412
|
+
}
|
|
413
|
+
:host .btn-outline-secondary.selected:not(.disabled):not(:disabled) {
|
|
414
|
+
cursor: pointer;
|
|
415
|
+
}
|
|
416
|
+
:host .btn-outline-secondary.selected:not(.disabled):not(:disabled):active, :host .btn-outline-secondary.selected:not(.disabled):not(:disabled).active {
|
|
417
|
+
background-color: var(--theme-color-ghost--selected-active);
|
|
418
|
+
color: var(--theme-color-dynamic);
|
|
419
|
+
}
|
|
420
|
+
:host .btn-outline-secondary:not(.disabled):not(:disabled) {
|
|
421
|
+
cursor: pointer;
|
|
422
|
+
}
|
|
423
|
+
:host .btn-outline-secondary:not(.disabled):not(:disabled):hover, :host .btn-outline-secondary:not(.disabled):not(:disabled):hover {
|
|
424
|
+
border-color: var(--theme-btn-outline-secondary--border-color--hover);
|
|
425
|
+
background-color: var(--theme-btn-outline-secondary--background--hover);
|
|
426
|
+
color: var(--theme-btn-outline-secondary--color--hover);
|
|
427
|
+
}
|
|
428
|
+
:host .btn-outline-secondary:not(.disabled):not(:disabled) {
|
|
429
|
+
cursor: pointer;
|
|
430
|
+
}
|
|
431
|
+
:host .btn-outline-secondary:not(.disabled):not(:disabled):active, :host .btn-outline-secondary:not(.disabled):not(:disabled).active {
|
|
432
|
+
border-color: var(--theme-btn-outline-secondary--border-color--active);
|
|
433
|
+
background-color: var(--theme-btn-outline-secondary--background--active);
|
|
434
|
+
color: var(--theme-btn-outline-secondary--color--active);
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
:host(.disabled) {
|
|
438
|
+
pointer-events: none;
|
|
439
|
+
}
|
|
440
|
+
:host(.disabled) .btn-outline-secondary.disabled, :host(.disabled) .btn-outline-secondary:disabled {
|
|
441
|
+
pointer-events: none;
|
|
442
|
+
border-color: var(--theme-btn-outline-secondary--border-color--disabled);
|
|
443
|
+
background-color: var(--theme-btn-outline-secondary--background--disabled);
|
|
444
|
+
color: var(--theme-btn-outline-secondary--color--disabled);
|
|
445
|
+
opacity: 1;
|
|
446
|
+
--ix-button-color: var(--theme-btn-outline-secondary--color--disabled);
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
:host .btn-invisible-secondary {
|
|
450
|
+
border-radius: var(--theme-btn--border-radius);
|
|
451
|
+
}
|
|
452
|
+
:host .btn-invisible-secondary, :host .btn-invisible-secondary.focus, :host .btn-invisible-secondary:focus-visible {
|
|
453
|
+
background-color: var(--theme-btn-invisible-secondary--background);
|
|
454
|
+
color: var(--theme-btn-invisible-secondary--color);
|
|
455
|
+
--ix-button-color: var(--theme-btn-invisible-secondary--color);
|
|
456
|
+
border-color: transparent;
|
|
457
|
+
}
|
|
458
|
+
:host .btn-invisible-secondary:not(.disabled):not(:disabled):focus-visible {
|
|
459
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
460
|
+
outline-offset: var(--theme-btn--focus--outline-offset);
|
|
461
|
+
}
|
|
462
|
+
:host .btn-invisible-secondary.selected {
|
|
463
|
+
background-color: var(--theme-color-ghost--selected);
|
|
464
|
+
color: var(--theme-color-dynamic);
|
|
465
|
+
}
|
|
466
|
+
:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled) {
|
|
467
|
+
cursor: pointer;
|
|
468
|
+
}
|
|
469
|
+
:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled):hover, :host .btn-invisible-secondary.selected:not(.disabled):not(:disabled):hover {
|
|
470
|
+
background-color: var(--theme-color-ghost--selected-hover);
|
|
471
|
+
color: var(--theme-color-dynamic);
|
|
472
|
+
}
|
|
473
|
+
:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled) {
|
|
474
|
+
cursor: pointer;
|
|
475
|
+
}
|
|
476
|
+
:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled):active, :host .btn-invisible-secondary.selected:not(.disabled):not(:disabled).active {
|
|
477
|
+
background-color: var(--theme-color-ghost--selected-active);
|
|
478
|
+
color: var(--theme-color-dynamic);
|
|
479
|
+
}
|
|
480
|
+
:host .btn-invisible-secondary:not(.disabled):not(:disabled) {
|
|
481
|
+
cursor: pointer;
|
|
482
|
+
}
|
|
483
|
+
:host .btn-invisible-secondary:not(.disabled):not(:disabled):hover, :host .btn-invisible-secondary:not(.disabled):not(:disabled):hover {
|
|
484
|
+
background-color: var(--theme-btn-invisible-secondary--background--hover);
|
|
485
|
+
color: var(--theme-btn-invisible-secondary--color--hover);
|
|
486
|
+
}
|
|
487
|
+
:host .btn-invisible-secondary:not(.disabled):not(:disabled) {
|
|
488
|
+
cursor: pointer;
|
|
489
|
+
}
|
|
490
|
+
:host .btn-invisible-secondary:not(.disabled):not(:disabled):active, :host .btn-invisible-secondary:not(.disabled):not(:disabled).active {
|
|
491
|
+
background-color: var(--theme-btn-invisible-secondary--background--active);
|
|
492
|
+
color: var(--theme-btn-invisible-secondary--color--active);
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
:host(.disabled) {
|
|
496
|
+
pointer-events: none;
|
|
497
|
+
}
|
|
498
|
+
:host(.disabled) .btn-invisible-secondary.disabled, :host(.disabled) .btn-invisible-secondary:disabled {
|
|
499
|
+
pointer-events: none;
|
|
500
|
+
background-color: var(--theme-btn-invisible-secondary--background--disabled);
|
|
501
|
+
color: var(--theme-btn-invisible-secondary--color--disabled);
|
|
502
|
+
opacity: 1;
|
|
503
|
+
--ix-button-color: var(--theme-btn-invisible-secondary--color--disabled);
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
:host {
|
|
507
|
+
min-width: 5rem;
|
|
508
|
+
}
|