@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,475 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-c6f0ac73.js');
|
|
6
|
+
const anime_es = require('./anime.es-e2814360.js');
|
|
7
|
+
const animation = require('./animation-99234008.js');
|
|
8
|
+
const service = require('./service-a42add5f.js');
|
|
9
|
+
const breakpoints = require('./breakpoints-5d1583fb.js');
|
|
10
|
+
require('./typed-event-8032c0c0.js');
|
|
11
|
+
|
|
12
|
+
const paneCss = ":host{background-color:var(--theme-color-2);display:flex;position:relative;overflow:hidden;box-sizing:border-box}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host aside{width:100%;height:100%}:host .title-text{display:flex;align-items:center;gap:var(--theme-space-1);overflow:hidden}:host .title-text .title-text-overflow{width:100%;height:100%;display:contents}:host .title-text .title-text-overflow *{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host .header-gap{gap:var(--theme-space-1)}:host .top-bottom-pane{display:flex;flex-direction:column;flex-grow:1}:host .top-bottom-pane .title{display:flex;flex-direction:row;align-items:center;margin:var(--theme-space--1) var(--theme-space-2) var(--theme-space--1) var(--theme-space-2)}:host .top-bottom-pane .title-finished{padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .top-bottom-pane .title-expanded{display:flex;flex-direction:row}:host .top-bottom-pane .title-hide-on-collapse{display:flex;flex-direction:row-reverse;justify-content:space-between;padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .left-right-pane{display:flex;flex-grow:1}:host .left-right-pane .title{display:flex;flex-direction:column;align-items:center;margin:var(--theme-space-2) var(--theme-space--1) var(--theme-space-2) var(--theme-space--1)}:host .left-right-pane .title .title-text{flex-direction:row-reverse;justify-content:start;flex-direction:row}:host .left-right-pane .title .rotate{writing-mode:vertical-lr;text-orientation:mixed;transform:rotate(180deg);flex-direction:row-reverse}:host .left-right-pane .title-finished{padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .left-right-pane .title-expanded{display:flex;flex-direction:row}:host .left-right-pane .title-hide-on-collapse{display:flex;flex-direction:row-reverse;justify-content:space-between;padding:0 !important;margin:var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2)}:host .left-right-pane.expanded{flex-direction:column}:host .mobile-pane{display:flex;flex-direction:column;flex-grow:1}:host .mobile-pane .title-mobile{display:flex;flex-direction:row-reverse;justify-content:space-between;margin:var(--theme-space-1) var(--theme-space-2)}:host .side-pane-content{padding:var(--theme-space-1) var(--theme-space-2);overflow:auto;height:100%;width:100%}:host(.not-visible){display:none}:host(.inline-color){background-color:var(--theme-color-1)}:host(.box-shadow){box-shadow:0 0 1rem black}:host(.nav-left-border){border-left:var(--theme-app-header--border-width) solid var(--theme-color-weak-bdr)}:host(.left-pane-border){border-right:var(--theme-app-header--border-width) solid var(--theme-color-soft-bdr)}:host(.right-pane-border){border-left:var(--theme-app-header--border-width) solid var(--theme-color-soft-bdr)}:host(.top-pane-border){border-bottom:var(--theme-app-header--border-width) solid var(--theme-color-soft-bdr)}:host(.bottom-pane-border){border-top:var(--theme-app-header--border-width) solid var(--theme-color-soft-bdr)}:host(.mobile-overlay){width:100%;position:absolute;z-index:100 !important}:host(.mobile-overlay) .side-pane-content{height:calc(100% - 2.5rem)}:host(.mobile-border-top){border-bottom:var(--theme-app-header--border-width) solid var(--theme-color-soft-bdr)}:host(.mobile-border-bottom){border-top:var(--theme-app-header--border-width) solid var(--theme-color-soft-bdr)}:host(.top-expanded){top:0}:host(.bottom-expanded){bottom:0}:host(.left-right-pane){height:100%}:host(.top-bottom-pane){width:100%}";
|
|
13
|
+
const IxPaneStyle0 = paneCss;
|
|
14
|
+
|
|
15
|
+
const Pane = class {
|
|
16
|
+
constructor(hostRef) {
|
|
17
|
+
index.registerInstance(this, hostRef);
|
|
18
|
+
this.expandedChanged = index.createEvent(this, "expandedChanged", 7);
|
|
19
|
+
this.variantChanged = index.createEvent(this, "variantChanged", 7);
|
|
20
|
+
this.borderlessChanged = index.createEvent(this, "borderlessChanged", 7);
|
|
21
|
+
this.hideOnCollapseChanged = index.createEvent(this, "hideOnCollapseChanged", 7);
|
|
22
|
+
this.slotChanged = index.createEvent(this, "slotChanged", 7);
|
|
23
|
+
this.validPositions = ['top', 'left', 'bottom', 'right'];
|
|
24
|
+
this.collapsedPane = '40px';
|
|
25
|
+
this.collapsedPaneMobile = '48px';
|
|
26
|
+
this.animations = new Map();
|
|
27
|
+
this.animationCounter = 0;
|
|
28
|
+
this.heading = undefined;
|
|
29
|
+
this.variant = 'inline';
|
|
30
|
+
this.hideOnCollapse = false;
|
|
31
|
+
this.size = '240px';
|
|
32
|
+
this.borderless = false;
|
|
33
|
+
this.expanded = false;
|
|
34
|
+
this.composition = 'top';
|
|
35
|
+
this.icon = undefined;
|
|
36
|
+
this.ignoreLayoutSettings = false;
|
|
37
|
+
this.isMobile = false;
|
|
38
|
+
this.expandIcon = '';
|
|
39
|
+
this.showContent = false;
|
|
40
|
+
this.minimizeIcon = '';
|
|
41
|
+
this.floating = false;
|
|
42
|
+
this.parentWidthPx = 0;
|
|
43
|
+
this.parentHeightPx = 0;
|
|
44
|
+
}
|
|
45
|
+
get currentSlot() {
|
|
46
|
+
return this.hostElement.getAttribute('slot');
|
|
47
|
+
}
|
|
48
|
+
get isBottomTopPane() {
|
|
49
|
+
return this.composition === 'bottom' || this.composition === 'top';
|
|
50
|
+
}
|
|
51
|
+
get isLeftRightPane() {
|
|
52
|
+
return this.composition === 'left' || this.composition === 'right';
|
|
53
|
+
}
|
|
54
|
+
get isMobileTop() {
|
|
55
|
+
return this.composition === 'top' || this.composition === 'left';
|
|
56
|
+
}
|
|
57
|
+
componentWillLoad() {
|
|
58
|
+
this.setIcons();
|
|
59
|
+
this.floating = this.variant === 'floating';
|
|
60
|
+
if (this.expanded) {
|
|
61
|
+
this.onParentSizeChange();
|
|
62
|
+
}
|
|
63
|
+
this.isMobile = breakpoints.matchBreakpoint('sm');
|
|
64
|
+
service.applicationLayoutService.onChange.on(() => {
|
|
65
|
+
this.isMobile = breakpoints.matchBreakpoint('sm');
|
|
66
|
+
});
|
|
67
|
+
this.setPosition(this.currentSlot);
|
|
68
|
+
this.mutationObserver = new MutationObserver((mutations) => {
|
|
69
|
+
mutations.forEach((mutation) => {
|
|
70
|
+
if (mutation.type === 'attributes' &&
|
|
71
|
+
mutation.attributeName === 'slot') {
|
|
72
|
+
const newSlot = this.currentSlot;
|
|
73
|
+
const oldSlot = mutation.oldValue;
|
|
74
|
+
if (newSlot !== oldSlot) {
|
|
75
|
+
this.slotChanged.emit({
|
|
76
|
+
slot: oldSlot,
|
|
77
|
+
newSlot: newSlot,
|
|
78
|
+
});
|
|
79
|
+
this.setPosition(newSlot);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
});
|
|
83
|
+
});
|
|
84
|
+
this.mutationObserver.observe(this.hostElement, {
|
|
85
|
+
attributes: true,
|
|
86
|
+
attributeOldValue: true,
|
|
87
|
+
});
|
|
88
|
+
const parentElement = this.hostElement.parentElement;
|
|
89
|
+
this.resizeObserver = new ResizeObserver((entries) => {
|
|
90
|
+
this.parentWidthPx = entries[0].borderBoxSize[0].inlineSize;
|
|
91
|
+
this.parentHeightPx = entries[0].borderBoxSize[0].blockSize;
|
|
92
|
+
});
|
|
93
|
+
if (parentElement)
|
|
94
|
+
this.resizeObserver.observe(parentElement);
|
|
95
|
+
}
|
|
96
|
+
disconnectedCallback() {
|
|
97
|
+
var _a, _b;
|
|
98
|
+
(_a = this.mutationObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
|
|
99
|
+
(_b = this.resizeObserver) === null || _b === void 0 ? void 0 : _b.disconnect();
|
|
100
|
+
}
|
|
101
|
+
setPosition(value) {
|
|
102
|
+
if (this.validPositions.includes(value)) {
|
|
103
|
+
this.composition = value;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
getExpandPaneSize() {
|
|
107
|
+
let expandPaneSize;
|
|
108
|
+
if (this.isBottomTopPane) {
|
|
109
|
+
if (this.size.includes('px')) {
|
|
110
|
+
const referenceValue = Math.round(this.parentHeightPx / 2);
|
|
111
|
+
const currentValue = Number(this.size.replace('px', ''));
|
|
112
|
+
if (referenceValue && referenceValue < currentValue) {
|
|
113
|
+
expandPaneSize = `${referenceValue}px`;
|
|
114
|
+
}
|
|
115
|
+
else {
|
|
116
|
+
expandPaneSize = `${currentValue}px`;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
else {
|
|
120
|
+
if (this.size === '50%') {
|
|
121
|
+
expandPaneSize = `${Math.round(this.parentHeightPx / 2)}px`;
|
|
122
|
+
}
|
|
123
|
+
else {
|
|
124
|
+
expandPaneSize = `${Math.round(this.parentHeightPx / 3)}px`;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
else {
|
|
129
|
+
if (this.size.includes('px')) {
|
|
130
|
+
const referenceValue = Math.round(this.parentWidthPx / 2);
|
|
131
|
+
const currentValue = Number(this.size.replace('px', ''));
|
|
132
|
+
if (referenceValue && referenceValue < currentValue) {
|
|
133
|
+
expandPaneSize = `${referenceValue}px`;
|
|
134
|
+
}
|
|
135
|
+
else {
|
|
136
|
+
expandPaneSize = `${currentValue}px`;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
else {
|
|
140
|
+
if (this.size === '50%') {
|
|
141
|
+
expandPaneSize = `${Math.round(this.parentWidthPx / 2)}px`;
|
|
142
|
+
}
|
|
143
|
+
else {
|
|
144
|
+
expandPaneSize = `${Math.round(this.parentWidthPx / 3)}px`;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
return expandPaneSize;
|
|
149
|
+
}
|
|
150
|
+
setIcons() {
|
|
151
|
+
const { expandIcon, minimizeIcon } = this.getIconNames();
|
|
152
|
+
this.expandIcon = expandIcon;
|
|
153
|
+
this.minimizeIcon = minimizeIcon;
|
|
154
|
+
}
|
|
155
|
+
getIconNames() {
|
|
156
|
+
let expandIcon = '';
|
|
157
|
+
let minimizeIcon = '';
|
|
158
|
+
switch (this.composition) {
|
|
159
|
+
case 'left':
|
|
160
|
+
expandIcon = this.isMobile
|
|
161
|
+
? 'double-chevron-up'
|
|
162
|
+
: 'double-chevron-left';
|
|
163
|
+
minimizeIcon = this.isMobile
|
|
164
|
+
? 'double-chevron-down'
|
|
165
|
+
: 'double-chevron-right';
|
|
166
|
+
break;
|
|
167
|
+
case 'right':
|
|
168
|
+
expandIcon = this.isMobile
|
|
169
|
+
? 'double-chevron-down'
|
|
170
|
+
: 'double-chevron-right';
|
|
171
|
+
minimizeIcon = this.isMobile
|
|
172
|
+
? 'double-chevron-up'
|
|
173
|
+
: 'double-chevron-left';
|
|
174
|
+
break;
|
|
175
|
+
case 'bottom':
|
|
176
|
+
expandIcon = 'double-chevron-down';
|
|
177
|
+
minimizeIcon = 'double-chevron-up';
|
|
178
|
+
break;
|
|
179
|
+
case 'top':
|
|
180
|
+
expandIcon = 'double-chevron-up';
|
|
181
|
+
minimizeIcon = 'double-chevron-down';
|
|
182
|
+
break;
|
|
183
|
+
}
|
|
184
|
+
return { expandIcon, minimizeIcon };
|
|
185
|
+
}
|
|
186
|
+
getKey() {
|
|
187
|
+
return (this.animationCounter++).toString();
|
|
188
|
+
}
|
|
189
|
+
animateVerticalFadeIn(size) {
|
|
190
|
+
let key = this.getKey();
|
|
191
|
+
let animation$1 = anime_es.anime({
|
|
192
|
+
targets: this.hostElement,
|
|
193
|
+
duration: animation.Animation.mediumTime,
|
|
194
|
+
width: size,
|
|
195
|
+
easing: 'easeInOutSine',
|
|
196
|
+
delay: 0,
|
|
197
|
+
begin: () => {
|
|
198
|
+
if (!this.expanded) {
|
|
199
|
+
this.showContent = false;
|
|
200
|
+
this.animateVerticalPadding('0px');
|
|
201
|
+
}
|
|
202
|
+
else {
|
|
203
|
+
this.animateVerticalPadding('8px');
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
complete: () => {
|
|
207
|
+
if (this.expanded) {
|
|
208
|
+
this.showContent = true;
|
|
209
|
+
}
|
|
210
|
+
this.animations.delete(key);
|
|
211
|
+
},
|
|
212
|
+
});
|
|
213
|
+
this.animations.set(key, animation$1);
|
|
214
|
+
}
|
|
215
|
+
animateHorizontalFadeIn(size) {
|
|
216
|
+
let key = this.getKey();
|
|
217
|
+
let animation$1 = anime_es.anime({
|
|
218
|
+
targets: this.hostElement,
|
|
219
|
+
duration: animation.Animation.mediumTime,
|
|
220
|
+
height: size,
|
|
221
|
+
easing: 'easeInOutSine',
|
|
222
|
+
delay: 0,
|
|
223
|
+
begin: () => {
|
|
224
|
+
if (!this.expanded) {
|
|
225
|
+
this.showContent = false;
|
|
226
|
+
if (!this.isMobile)
|
|
227
|
+
this.animateHorizontalPadding('0px');
|
|
228
|
+
}
|
|
229
|
+
else {
|
|
230
|
+
if (!this.isMobile)
|
|
231
|
+
this.animateHorizontalPadding('8px');
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
complete: () => {
|
|
235
|
+
if (this.expanded) {
|
|
236
|
+
this.showContent = true;
|
|
237
|
+
}
|
|
238
|
+
this.animations.delete(key);
|
|
239
|
+
},
|
|
240
|
+
});
|
|
241
|
+
this.animations.set(key, animation$1);
|
|
242
|
+
}
|
|
243
|
+
removePadding() {
|
|
244
|
+
anime_es.anime({
|
|
245
|
+
targets: this.hostElement.shadowRoot.querySelector('#title-div'),
|
|
246
|
+
duration: 0,
|
|
247
|
+
paddingTop: 0,
|
|
248
|
+
paddingBottom: 0,
|
|
249
|
+
paddingLeft: 0,
|
|
250
|
+
paddingRight: 0,
|
|
251
|
+
delay: 0,
|
|
252
|
+
});
|
|
253
|
+
}
|
|
254
|
+
animateHorizontalPadding(size, duration = animation.Animation.mediumTime) {
|
|
255
|
+
let key = this.getKey();
|
|
256
|
+
let animation = anime_es.anime({
|
|
257
|
+
targets: this.hostElement.shadowRoot.querySelector('#title-div'),
|
|
258
|
+
duration: duration,
|
|
259
|
+
paddingTop: size,
|
|
260
|
+
paddingBottom: size,
|
|
261
|
+
easing: 'easeInOutSine',
|
|
262
|
+
delay: 0,
|
|
263
|
+
complete: () => {
|
|
264
|
+
this.animations.delete(key);
|
|
265
|
+
},
|
|
266
|
+
});
|
|
267
|
+
this.animations.set(key, animation);
|
|
268
|
+
}
|
|
269
|
+
animateVerticalPadding(size, duration = animation.Animation.mediumTime) {
|
|
270
|
+
let key = this.getKey();
|
|
271
|
+
let animation = anime_es.anime({
|
|
272
|
+
targets: this.hostElement.shadowRoot.querySelector('#title-div'),
|
|
273
|
+
duration: duration,
|
|
274
|
+
paddingLeft: size,
|
|
275
|
+
paddingRight: size,
|
|
276
|
+
easing: 'easeInOutSine',
|
|
277
|
+
delay: 0,
|
|
278
|
+
complete: () => {
|
|
279
|
+
this.animations.delete(key);
|
|
280
|
+
},
|
|
281
|
+
});
|
|
282
|
+
this.animations.set(key, animation);
|
|
283
|
+
}
|
|
284
|
+
clearAnimations() {
|
|
285
|
+
this.animations.forEach((animation) => animation.pause());
|
|
286
|
+
this.animations.clear();
|
|
287
|
+
this.animationCounter = 0;
|
|
288
|
+
}
|
|
289
|
+
onMobileChange() {
|
|
290
|
+
this.setIcons();
|
|
291
|
+
this.hostElement.style.removeProperty('width');
|
|
292
|
+
this.hostElement.style.removeProperty('height');
|
|
293
|
+
this.hostElement.style.removeProperty('min-height');
|
|
294
|
+
this.onParentSizeChange();
|
|
295
|
+
}
|
|
296
|
+
onPositionChange() {
|
|
297
|
+
this.setIcons();
|
|
298
|
+
this.hostElement.style.removeProperty('width');
|
|
299
|
+
this.hostElement.style.removeProperty('height');
|
|
300
|
+
this.onParentSizeChange();
|
|
301
|
+
}
|
|
302
|
+
onHideOnCollapseChange(value) {
|
|
303
|
+
this.onParentSizeChange();
|
|
304
|
+
this.hideOnCollapseChanged.emit({
|
|
305
|
+
slot: this.currentSlot,
|
|
306
|
+
hideOnCollapse: value,
|
|
307
|
+
});
|
|
308
|
+
}
|
|
309
|
+
onVariantChange(value) {
|
|
310
|
+
this.floating = value === 'floating';
|
|
311
|
+
this.variantChanged.emit({
|
|
312
|
+
slot: this.currentSlot,
|
|
313
|
+
variant: value,
|
|
314
|
+
});
|
|
315
|
+
}
|
|
316
|
+
onBorderlessChange(value) {
|
|
317
|
+
this.borderlessChanged.emit({
|
|
318
|
+
slot: this.currentSlot,
|
|
319
|
+
borderless: value,
|
|
320
|
+
});
|
|
321
|
+
}
|
|
322
|
+
onExpandedChange() {
|
|
323
|
+
this.onSizeChange();
|
|
324
|
+
this.expandedChanged.emit({
|
|
325
|
+
slot: this.currentSlot,
|
|
326
|
+
expanded: this.expanded,
|
|
327
|
+
});
|
|
328
|
+
}
|
|
329
|
+
onParentSizeChange() {
|
|
330
|
+
this.clearAnimations();
|
|
331
|
+
this.removePadding();
|
|
332
|
+
if (this.expanded) {
|
|
333
|
+
if (this.isMobile) {
|
|
334
|
+
this.hostElement.style.height = '100%';
|
|
335
|
+
}
|
|
336
|
+
else {
|
|
337
|
+
const expandPaneSize = this.getExpandPaneSize();
|
|
338
|
+
if (this.isBottomTopPane) {
|
|
339
|
+
this.hostElement.style.height = expandPaneSize;
|
|
340
|
+
this.animateHorizontalPadding('8px', 0);
|
|
341
|
+
}
|
|
342
|
+
else {
|
|
343
|
+
this.hostElement.style.width = expandPaneSize;
|
|
344
|
+
this.animateVerticalPadding('8px', 0);
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
this.showContent = true;
|
|
348
|
+
}
|
|
349
|
+
else {
|
|
350
|
+
this.showContent = false;
|
|
351
|
+
if (this.isMobile) {
|
|
352
|
+
this.hostElement.style.height = this.hideOnCollapse
|
|
353
|
+
? '0'
|
|
354
|
+
: this.collapsedPaneMobile;
|
|
355
|
+
}
|
|
356
|
+
else {
|
|
357
|
+
if (this.isBottomTopPane) {
|
|
358
|
+
this.hostElement.style.height = this.hideOnCollapse
|
|
359
|
+
? '0'
|
|
360
|
+
: this.collapsedPane;
|
|
361
|
+
}
|
|
362
|
+
else {
|
|
363
|
+
this.hostElement.style.width = this.hideOnCollapse
|
|
364
|
+
? '0'
|
|
365
|
+
: this.collapsedPane;
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
onSizeChange() {
|
|
371
|
+
if (this.expanded) {
|
|
372
|
+
if (this.isMobile) {
|
|
373
|
+
this.hostElement.style.minHeight = this.hideOnCollapse
|
|
374
|
+
? '0'
|
|
375
|
+
: this.collapsedPaneMobile;
|
|
376
|
+
this.animateHorizontalFadeIn('100%');
|
|
377
|
+
}
|
|
378
|
+
else {
|
|
379
|
+
const expandPaneSize = this.getExpandPaneSize();
|
|
380
|
+
if (this.isBottomTopPane) {
|
|
381
|
+
this.hostElement.style.height = this.hideOnCollapse
|
|
382
|
+
? '0'
|
|
383
|
+
: this.collapsedPane;
|
|
384
|
+
this.animateHorizontalFadeIn(expandPaneSize);
|
|
385
|
+
}
|
|
386
|
+
else {
|
|
387
|
+
this.hostElement.style.width = this.hideOnCollapse
|
|
388
|
+
? '0'
|
|
389
|
+
: this.collapsedPane;
|
|
390
|
+
this.animateVerticalFadeIn(expandPaneSize);
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
else {
|
|
395
|
+
this.showContent = false;
|
|
396
|
+
if (this.isMobile) {
|
|
397
|
+
this.hostElement.style.height = this.collapsedPaneMobile;
|
|
398
|
+
}
|
|
399
|
+
else {
|
|
400
|
+
if (this.isBottomTopPane) {
|
|
401
|
+
this.animateHorizontalFadeIn(this.collapsedPane);
|
|
402
|
+
}
|
|
403
|
+
else {
|
|
404
|
+
this.animateVerticalFadeIn(this.collapsedPane);
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
render() {
|
|
410
|
+
return (index.h(index.Host, { key: '64708a95cd9ab661211a6ea1ed696eafe2904627', class: {
|
|
411
|
+
'inline-color': !this.floating,
|
|
412
|
+
'mobile-overlay': this.expanded && this.isMobile,
|
|
413
|
+
'top-expanded': this.expanded && this.isMobileTop && this.isMobile,
|
|
414
|
+
'bottom-expanded': this.expanded && !this.isMobileTop && this.isMobile,
|
|
415
|
+
'top-bottom-pane': this.isBottomTopPane && !this.isMobile,
|
|
416
|
+
'left-right-pane': this.isLeftRightPane && !this.isMobile,
|
|
417
|
+
[`${this.composition}-pane-border`]: !this.borderless && !this.isMobile && !this.floating,
|
|
418
|
+
'nav-left-border': !this.borderless &&
|
|
419
|
+
!this.isMobile &&
|
|
420
|
+
this.composition !== 'right' &&
|
|
421
|
+
this.floating,
|
|
422
|
+
'mobile-border-top': !this.borderless &&
|
|
423
|
+
this.isMobileTop &&
|
|
424
|
+
this.isMobile &&
|
|
425
|
+
!this.expanded &&
|
|
426
|
+
!this.floating,
|
|
427
|
+
'mobile-border-bottom': !this.borderless &&
|
|
428
|
+
!this.isMobileTop &&
|
|
429
|
+
this.isMobile &&
|
|
430
|
+
!this.expanded &&
|
|
431
|
+
!this.floating,
|
|
432
|
+
'box-shadow': this.floating,
|
|
433
|
+
'aria-expanded': this.expanded,
|
|
434
|
+
'not-visible': this.hideOnCollapse && !this.expanded,
|
|
435
|
+
} }, index.h("aside", { key: '6985605b745db5acedace6039bf709c586474d3a', class: {
|
|
436
|
+
'top-bottom-pane': this.isBottomTopPane && !this.isMobile,
|
|
437
|
+
'left-right-pane': this.isLeftRightPane && !this.isMobile,
|
|
438
|
+
'mobile-pane': this.isMobile,
|
|
439
|
+
expanded: this.expanded,
|
|
440
|
+
} }, index.h("div", { key: '6c4fe6cf539de045dc22abb27693fdc94dc25fbf', id: "title-div", class: {
|
|
441
|
+
title: !this.isMobile && !this.hideOnCollapse && !this.showContent,
|
|
442
|
+
'title-finished': !this.isMobile && !this.hideOnCollapse && this.showContent,
|
|
443
|
+
'title-expanded': !this.isMobile && !this.hideOnCollapse && this.expanded,
|
|
444
|
+
'title-hide-on-collapse': !this.isMobile && this.hideOnCollapse,
|
|
445
|
+
'title-mobile': this.isMobile,
|
|
446
|
+
'header-gap': !this.isMobile && !this.hideOnCollapse,
|
|
447
|
+
} }, index.h("ix-icon-button", { key: 'e9e308ae81e48e90e2636f050112c757b58bc16d', class: "title-icon", size: "24", icon: this.expanded
|
|
448
|
+
? this.isMobile || this.hideOnCollapse
|
|
449
|
+
? 'close'
|
|
450
|
+
: this.expandIcon
|
|
451
|
+
: this.minimizeIcon, ghost: true, onClick: () => {
|
|
452
|
+
this.expanded = !this.expanded;
|
|
453
|
+
}, "aria-controls": this.composition + 'ToggleButton' }), index.h("span", { key: '7c4c9a086e6e9c1434ded33ac11b6ed9033c4def', class: {
|
|
454
|
+
'title-text': true,
|
|
455
|
+
rotate: !this.expanded && !this.isMobile && this.isLeftRightPane,
|
|
456
|
+
} }, this.icon ? (index.h("ix-icon", { size: "24", name: this.icon })) : null, index.h("div", { key: 'fb0aea90f3af3e436712dcd540247925b8ad96b0', class: "title-text-overflow" }, index.h("ix-typography", { key: 'f1c18efa4e71b8387d83c357cf88f9ab89aea10a', format: "h4" }, this.heading)))), index.h("div", { key: 'dec09cef0a083a2ac6b3cefc2bf1f771e1351b3b', class: "side-pane-content", hidden: !this.showContent }, index.h("slot", { key: '367170c015420dd84e75cad3f4cfa31fcad58d57' })))));
|
|
457
|
+
}
|
|
458
|
+
get hostElement() { return index.getElement(this); }
|
|
459
|
+
static get watchers() { return {
|
|
460
|
+
"isMobile": ["onMobileChange"],
|
|
461
|
+
"composition": ["onPositionChange"],
|
|
462
|
+
"hideOnCollapse": ["onHideOnCollapseChange"],
|
|
463
|
+
"variant": ["onVariantChange"],
|
|
464
|
+
"borderless": ["onBorderlessChange"],
|
|
465
|
+
"expanded": ["onExpandedChange"],
|
|
466
|
+
"parentHeightPx": ["onParentSizeChange"],
|
|
467
|
+
"parentWidthPx": ["onParentSizeChange"],
|
|
468
|
+
"size": ["onSizeChange"]
|
|
469
|
+
}; }
|
|
470
|
+
};
|
|
471
|
+
Pane.style = IxPaneStyle0;
|
|
472
|
+
|
|
473
|
+
exports.ix_pane = Pane;
|
|
474
|
+
|
|
475
|
+
//# sourceMappingURL=ix-pane.cjs.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"ix-pane.entry.cjs.js","mappings":"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","names":["matchBreakpoint","applicationLayoutService","animation","anime","Animation","h","Host"],"sources":["src/components/pane/pane.scss?tag=ix-pane&encapsulation=shadow","src/components/pane/pane.tsx"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n@import 'common-variables';\n@import 'mixins/hover';\n@import 'mixins/shadow-dom/component';\n\n@mixin set-border($composition) {\n @if $composition {\n border-#{$composition}: var(--theme-app-header--border-width) solid var(--theme-color-soft-bdr);\n }\n}\n\n:host {\n @include ix-component;\n background-color: var(--theme-color-2);\n display: flex;\n position: relative;\n overflow: hidden;\n box-sizing: border-box;\n\n aside {\n width: 100%;\n height: 100%;\n }\n\n .title-text {\n display: flex;\n align-items: center;\n gap: var(--theme-space-1);\n overflow: hidden;\n\n .title-text-overflow {\n width: 100%;\n height: 100%;\n display: contents;\n\n * {\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden;\n }\n }\n }\n\n .header-gap {\n gap: var(--theme-space-1);\n }\n\n .top-bottom-pane {\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n\n .title {\n display: flex;\n flex-direction: row;\n align-items: center;\n margin: var(--theme-space--1) var(--theme-space-2) var(--theme-space--1) var(--theme-space-2);\n }\n\n .title-finished {\n padding: 0 !important;\n margin: var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2);\n }\n\n .title-expanded {\n display: flex;\n flex-direction: row;\n }\n\n .title-hide-on-collapse {\n display: flex;\n flex-direction: row-reverse;\n justify-content: space-between;\n padding: 0 !important;\n margin: var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2);\n }\n }\n\n .left-right-pane {\n display: flex;\n flex-grow: 1;\n\n .title {\n display: flex;\n flex-direction: column;\n align-items: center;\n margin: var(--theme-space-2) var(--theme-space--1) var(--theme-space-2) var(--theme-space--1);\n\n .title-text {\n flex-direction: row-reverse;\n justify-content: start;\n flex-direction: row;\n }\n\n .rotate {\n writing-mode: vertical-lr;\n text-orientation: mixed;\n transform: rotate(180deg);\n flex-direction: row-reverse;\n }\n }\n\n .title-finished {\n padding: 0 !important;\n margin: var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2);\n }\n\n .title-expanded {\n display: flex;\n flex-direction: row;\n }\n\n .title-hide-on-collapse {\n display: flex;\n flex-direction: row-reverse;\n justify-content: space-between;\n padding: 0 !important;\n margin: var(--theme-space-2) var(--theme-space-2) var(--theme-space-2) var(--theme-space-2);\n }\n }\n\n .left-right-pane.expanded {\n flex-direction: column;\n }\n\n .mobile-pane {\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n\n .title-mobile {\n display: flex;\n flex-direction: row-reverse;\n justify-content: space-between;\n margin: var(--theme-space-1) var(--theme-space-2);\n }\n }\n\n .side-pane-content {\n padding: var(--theme-space-1) var(--theme-space-2);\n overflow: auto;\n height: 100%;\n width: 100%;\n }\n}\n\n:host(.not-visible) {\n display: none;\n}\n\n:host(.inline-color) {\n background-color: var(--theme-color-1);\n}\n\n:host(.box-shadow) {\n box-shadow: 0 0 1rem black;\n}\n\n:host(.nav-left-border) {\n border-left: var(--theme-app-header--border-width) solid var(--theme-color-weak-bdr);\n}\n\n:host(.left-pane-border) {\n @include set-border(right);\n}\n\n:host(.right-pane-border) {\n @include set-border(left);\n}\n\n:host(.top-pane-border) {\n @include set-border(bottom);\n}\n\n:host(.bottom-pane-border) {\n @include set-border(top);\n}\n\n:host(.mobile-overlay) {\n width: 100%;\n position: absolute;\n z-index: 100 !important;\n\n .side-pane-content {\n height: calc(100% - 2.5rem);\n }\n}\n\n:host(.mobile-border-top) {\n @include set-border(bottom);\n}\n\n:host(.mobile-border-bottom) {\n @include set-border(top);\n}\n\n:host(.top-expanded) {\n top: 0;\n}\n\n:host(.bottom-expanded) {\n bottom: 0;\n}\n\n:host(.left-right-pane) {\n height: 100%;\n}\n\n:host(.top-bottom-pane) {\n width: 100%;\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport {\n Component,\n Element,\n Event,\n EventEmitter,\n h,\n Host,\n Prop,\n State,\n Watch,\n} from '@stencil/core';\nimport anime from 'animejs';\nimport Animation from '../utils/animation';\nimport { applicationLayoutService } from '../utils/application-layout';\nimport { matchBreakpoint } from '../utils/breakpoints';\n\nexport type Composition = 'top' | 'left' | 'bottom' | 'right';\nexport type ExpandedChangedEvent = {\n slot: string;\n expanded: boolean;\n};\nexport type SlotChangedEvent = {\n slot: string;\n newSlot: string;\n};\nexport type HideOnCollapseChangedEvent = {\n slot: string;\n hideOnCollapse: boolean;\n};\nexport type VariantChangedEvent = {\n slot: string;\n variant: 'floating' | 'inline';\n};\nexport type BorderlessChangedEvent = {\n slot: string;\n borderless: boolean;\n};\n\n/**\n * @since 2.1.0\n */\n@Component({\n tag: 'ix-pane',\n styleUrl: 'pane.scss',\n shadow: true,\n})\nexport class Pane {\n @Element() hostElement: HTMLIxPaneElement;\n\n /**\n * Title of the side panel\n */\n @Prop() heading: string;\n\n /**\n * Variant of the side pane.\n * Defaults to the variant attribute of the pane layout. If used standalone it defaults to inline.\n */\n @Prop() variant: 'floating' | 'inline' = 'inline';\n\n /**\n * Define if the pane should have a collapsed state\n */\n @Prop() hideOnCollapse: boolean = false;\n\n /**\n * The maximum size of the sidebar, when it is expanded\n */\n @Prop() size:\n | '240px'\n | '320px'\n | '360px'\n | '480px'\n | '600px'\n | '33%'\n | '50%' = '240px';\n\n /**\n * Toggle the border of the pane.\n * Defaults to the borderless attribute of the pane layout. If used standalone it defaults to false.\n */\n @Prop() borderless: boolean = false;\n\n /**\n * State of the pane\n */\n @Prop({ mutable: true }) expanded: boolean = false;\n\n /**\n * Defines the position of the pane inside it's container.\n * Inside a pane layout this property will automatically be set to the name of slot the pane is assigned to.\n */\n @Prop({ mutable: true }) composition: Composition = 'top';\n\n /**\n * Name of the icon\n */\n @Prop() icon: string;\n\n /**\n * @internal\n * Prevents overwriting of the variant and borderless property when used inside layout\n */\n @Prop() ignoreLayoutSettings: boolean = false;\n\n /**\n * @internal\n */\n @Prop({ mutable: true }) isMobile: boolean = false;\n\n /**\n * This event is triggered when the pane either expands or contracts\n */\n @Event() expandedChanged: EventEmitter<ExpandedChangedEvent>;\n\n /**\n * This event is triggered when the variant of the pane is changed\n */\n @Event() variantChanged: EventEmitter<VariantChangedEvent>;\n\n /**\n * This event is triggered when the variant of the pane is changed\n */\n @Event() borderlessChanged: EventEmitter<BorderlessChangedEvent>;\n\n /**\n * @internal\n */\n @Event() hideOnCollapseChanged: EventEmitter<HideOnCollapseChangedEvent>;\n\n /**\n * @internal\n */\n @Event() slotChanged: EventEmitter<SlotChangedEvent>;\n\n @State() private expandIcon = '';\n @State() private showContent = false;\n @State() private minimizeIcon = '';\n @State() private floating = false;\n @State() private parentWidthPx = 0;\n @State() private parentHeightPx = 0;\n\n private validPositions = ['top', 'left', 'bottom', 'right'];\n private collapsedPane = '40px';\n private collapsedPaneMobile = '48px';\n private animations: Map<string, anime.AnimeInstance> = new Map();\n private animationCounter = 0;\n\n private mutationObserver: MutationObserver;\n private resizeObserver: ResizeObserver;\n\n get currentSlot() {\n return this.hostElement.getAttribute('slot');\n }\n\n get isBottomTopPane() {\n return this.composition === 'bottom' || this.composition === 'top';\n }\n\n get isLeftRightPane() {\n return this.composition === 'left' || this.composition === 'right';\n }\n\n get isMobileTop() {\n return this.composition === 'top' || this.composition === 'left';\n }\n\n componentWillLoad() {\n this.setIcons();\n\n this.floating = this.variant === 'floating';\n\n if (this.expanded) {\n this.onParentSizeChange();\n }\n\n this.isMobile = matchBreakpoint('sm');\n applicationLayoutService.onChange.on(() => {\n this.isMobile = matchBreakpoint('sm');\n });\n\n this.setPosition(this.currentSlot);\n\n this.mutationObserver = new MutationObserver((mutations) => {\n mutations.forEach((mutation) => {\n if (\n mutation.type === 'attributes' &&\n mutation.attributeName === 'slot'\n ) {\n const newSlot = this.currentSlot;\n const oldSlot = mutation.oldValue;\n\n if (newSlot !== oldSlot) {\n this.slotChanged.emit({\n slot: oldSlot,\n newSlot: newSlot,\n });\n this.setPosition(newSlot);\n }\n }\n });\n });\n this.mutationObserver.observe(this.hostElement, {\n attributes: true,\n attributeOldValue: true,\n });\n\n const parentElement = this.hostElement.parentElement;\n this.resizeObserver = new ResizeObserver((entries) => {\n this.parentWidthPx = entries[0].borderBoxSize[0].inlineSize;\n this.parentHeightPx = entries[0].borderBoxSize[0].blockSize;\n });\n if (parentElement) this.resizeObserver.observe(parentElement);\n }\n\n disconnectedCallback() {\n this.mutationObserver?.disconnect();\n this.resizeObserver?.disconnect();\n }\n\n private setPosition(value: string) {\n if (this.validPositions.includes(value)) {\n this.composition = value as Composition;\n }\n }\n\n private getExpandPaneSize() {\n let expandPaneSize: string;\n\n if (this.isBottomTopPane) {\n if (this.size.includes('px')) {\n const referenceValue = Math.round(this.parentHeightPx / 2);\n const currentValue = Number(this.size.replace('px', ''));\n\n if (referenceValue && referenceValue < currentValue) {\n expandPaneSize = `${referenceValue}px`;\n } else {\n expandPaneSize = `${currentValue}px`;\n }\n } else {\n if (this.size === '50%') {\n expandPaneSize = `${Math.round(this.parentHeightPx / 2)}px`;\n } else {\n expandPaneSize = `${Math.round(this.parentHeightPx / 3)}px`;\n }\n }\n } else {\n if (this.size.includes('px')) {\n const referenceValue = Math.round(this.parentWidthPx / 2);\n const currentValue = Number(this.size.replace('px', ''));\n\n if (referenceValue && referenceValue < currentValue) {\n expandPaneSize = `${referenceValue}px`;\n } else {\n expandPaneSize = `${currentValue}px`;\n }\n } else {\n if (this.size === '50%') {\n expandPaneSize = `${Math.round(this.parentWidthPx / 2)}px`;\n } else {\n expandPaneSize = `${Math.round(this.parentWidthPx / 3)}px`;\n }\n }\n }\n\n return expandPaneSize;\n }\n\n private setIcons() {\n const { expandIcon, minimizeIcon } = this.getIconNames();\n this.expandIcon = expandIcon;\n this.minimizeIcon = minimizeIcon;\n }\n\n private getIconNames(): { expandIcon: string; minimizeIcon: string } {\n let expandIcon = '';\n let minimizeIcon = '';\n\n switch (this.composition) {\n case 'left':\n expandIcon = this.isMobile\n ? 'double-chevron-up'\n : 'double-chevron-left';\n minimizeIcon = this.isMobile\n ? 'double-chevron-down'\n : 'double-chevron-right';\n break;\n case 'right':\n expandIcon = this.isMobile\n ? 'double-chevron-down'\n : 'double-chevron-right';\n minimizeIcon = this.isMobile\n ? 'double-chevron-up'\n : 'double-chevron-left';\n break;\n case 'bottom':\n expandIcon = 'double-chevron-down';\n minimizeIcon = 'double-chevron-up';\n break;\n case 'top':\n expandIcon = 'double-chevron-up';\n minimizeIcon = 'double-chevron-down';\n break;\n }\n\n return { expandIcon, minimizeIcon };\n }\n\n private getKey() {\n return (this.animationCounter++).toString();\n }\n\n private animateVerticalFadeIn(size: string) {\n let key = this.getKey();\n let animation = anime({\n targets: this.hostElement,\n duration: Animation.mediumTime,\n width: size,\n easing: 'easeInOutSine',\n delay: 0,\n begin: () => {\n if (!this.expanded) {\n this.showContent = false;\n this.animateVerticalPadding('0px');\n } else {\n this.animateVerticalPadding('8px');\n }\n },\n complete: () => {\n if (this.expanded) {\n this.showContent = true;\n }\n\n this.animations.delete(key);\n },\n });\n\n this.animations.set(key, animation);\n }\n\n private animateHorizontalFadeIn(size: string) {\n let key = this.getKey();\n let animation = anime({\n targets: this.hostElement,\n duration: Animation.mediumTime,\n height: size,\n easing: 'easeInOutSine',\n delay: 0,\n begin: () => {\n if (!this.expanded) {\n this.showContent = false;\n if (!this.isMobile) this.animateHorizontalPadding('0px');\n } else {\n if (!this.isMobile) this.animateHorizontalPadding('8px');\n }\n },\n complete: () => {\n if (this.expanded) {\n this.showContent = true;\n }\n\n this.animations.delete(key);\n },\n });\n\n this.animations.set(key, animation);\n }\n\n private removePadding() {\n anime({\n targets: this.hostElement.shadowRoot.querySelector('#title-div'),\n duration: 0,\n paddingTop: 0,\n paddingBottom: 0,\n paddingLeft: 0,\n paddingRight: 0,\n delay: 0,\n });\n }\n\n private animateHorizontalPadding(\n size: string,\n duration = Animation.mediumTime\n ) {\n let key = this.getKey();\n let animation = anime({\n targets: this.hostElement.shadowRoot.querySelector('#title-div'),\n duration: duration,\n paddingTop: size,\n paddingBottom: size,\n easing: 'easeInOutSine',\n delay: 0,\n complete: () => {\n this.animations.delete(key);\n },\n });\n\n this.animations.set(key, animation);\n }\n\n private animateVerticalPadding(\n size: string,\n duration = Animation.mediumTime\n ) {\n let key = this.getKey();\n let animation = anime({\n targets: this.hostElement.shadowRoot.querySelector('#title-div'),\n duration: duration,\n paddingLeft: size,\n paddingRight: size,\n easing: 'easeInOutSine',\n delay: 0,\n complete: () => {\n this.animations.delete(key);\n },\n });\n\n this.animations.set(key, animation);\n }\n\n private clearAnimations() {\n this.animations.forEach((animation) => animation.pause());\n this.animations.clear();\n this.animationCounter = 0;\n }\n\n @Watch('isMobile')\n onMobileChange() {\n this.setIcons();\n this.hostElement.style.removeProperty('width');\n this.hostElement.style.removeProperty('height');\n this.hostElement.style.removeProperty('min-height');\n this.onParentSizeChange();\n }\n\n @Watch('composition')\n onPositionChange() {\n this.setIcons();\n this.hostElement.style.removeProperty('width');\n this.hostElement.style.removeProperty('height');\n this.onParentSizeChange();\n }\n\n @Watch('hideOnCollapse')\n onHideOnCollapseChange(value: boolean) {\n this.onParentSizeChange();\n\n this.hideOnCollapseChanged.emit({\n slot: this.currentSlot,\n hideOnCollapse: value,\n });\n }\n\n @Watch('variant')\n onVariantChange(value: 'inline' | 'floating') {\n this.floating = value === 'floating';\n\n this.variantChanged.emit({\n slot: this.currentSlot,\n variant: value,\n });\n }\n\n @Watch('borderless')\n onBorderlessChange(value: boolean) {\n this.borderlessChanged.emit({\n slot: this.currentSlot,\n borderless: value,\n });\n }\n\n @Watch('expanded')\n onExpandedChange() {\n this.onSizeChange();\n\n this.expandedChanged.emit({\n slot: this.currentSlot,\n expanded: this.expanded,\n });\n }\n\n @Watch('parentHeightPx')\n @Watch('parentWidthPx')\n onParentSizeChange() {\n this.clearAnimations();\n this.removePadding();\n\n if (this.expanded) {\n if (this.isMobile) {\n this.hostElement.style.height = '100%';\n } else {\n const expandPaneSize = this.getExpandPaneSize();\n\n if (this.isBottomTopPane) {\n this.hostElement.style.height = expandPaneSize;\n this.animateHorizontalPadding('8px', 0);\n } else {\n this.hostElement.style.width = expandPaneSize;\n this.animateVerticalPadding('8px', 0);\n }\n }\n\n this.showContent = true;\n } else {\n this.showContent = false;\n\n if (this.isMobile) {\n this.hostElement.style.height = this.hideOnCollapse\n ? '0'\n : this.collapsedPaneMobile;\n } else {\n if (this.isBottomTopPane) {\n this.hostElement.style.height = this.hideOnCollapse\n ? '0'\n : this.collapsedPane;\n } else {\n this.hostElement.style.width = this.hideOnCollapse\n ? '0'\n : this.collapsedPane;\n }\n }\n }\n }\n\n @Watch('size')\n onSizeChange() {\n if (this.expanded) {\n if (this.isMobile) {\n this.hostElement.style.minHeight = this.hideOnCollapse\n ? '0'\n : this.collapsedPaneMobile;\n this.animateHorizontalFadeIn('100%');\n } else {\n const expandPaneSize = this.getExpandPaneSize();\n\n if (this.isBottomTopPane) {\n this.hostElement.style.height = this.hideOnCollapse\n ? '0'\n : this.collapsedPane;\n this.animateHorizontalFadeIn(expandPaneSize);\n } else {\n this.hostElement.style.width = this.hideOnCollapse\n ? '0'\n : this.collapsedPane;\n this.animateVerticalFadeIn(expandPaneSize);\n }\n }\n } else {\n this.showContent = false;\n\n if (this.isMobile) {\n this.hostElement.style.height = this.collapsedPaneMobile;\n } else {\n if (this.isBottomTopPane) {\n this.animateHorizontalFadeIn(this.collapsedPane);\n } else {\n this.animateVerticalFadeIn(this.collapsedPane);\n }\n }\n }\n }\n\n render() {\n return (\n <Host\n class={{\n 'inline-color': !this.floating,\n 'mobile-overlay': this.expanded && this.isMobile,\n 'top-expanded': this.expanded && this.isMobileTop && this.isMobile,\n 'bottom-expanded':\n this.expanded && !this.isMobileTop && this.isMobile,\n 'top-bottom-pane': this.isBottomTopPane && !this.isMobile,\n 'left-right-pane': this.isLeftRightPane && !this.isMobile,\n [`${this.composition}-pane-border`]:\n !this.borderless && !this.isMobile && !this.floating,\n 'nav-left-border':\n !this.borderless &&\n !this.isMobile &&\n this.composition !== 'right' &&\n this.floating,\n 'mobile-border-top':\n !this.borderless &&\n this.isMobileTop &&\n this.isMobile &&\n !this.expanded &&\n !this.floating,\n 'mobile-border-bottom':\n !this.borderless &&\n !this.isMobileTop &&\n this.isMobile &&\n !this.expanded &&\n !this.floating,\n 'box-shadow': this.floating,\n 'aria-expanded': this.expanded,\n 'not-visible': this.hideOnCollapse && !this.expanded,\n }}\n >\n <aside\n class={{\n 'top-bottom-pane': this.isBottomTopPane && !this.isMobile,\n 'left-right-pane': this.isLeftRightPane && !this.isMobile,\n 'mobile-pane': this.isMobile,\n expanded: this.expanded,\n }}\n >\n <div\n id=\"title-div\"\n class={{\n title:\n !this.isMobile && !this.hideOnCollapse && !this.showContent,\n 'title-finished':\n !this.isMobile && !this.hideOnCollapse && this.showContent,\n 'title-expanded':\n !this.isMobile && !this.hideOnCollapse && this.expanded,\n 'title-hide-on-collapse': !this.isMobile && this.hideOnCollapse,\n 'title-mobile': this.isMobile,\n 'header-gap': !this.isMobile && !this.hideOnCollapse,\n }}\n >\n <ix-icon-button\n class=\"title-icon\"\n size=\"24\"\n icon={\n this.expanded\n ? this.isMobile || this.hideOnCollapse\n ? 'close'\n : this.expandIcon\n : this.minimizeIcon\n }\n ghost\n onClick={() => {\n this.expanded = !this.expanded;\n }}\n aria-controls={this.composition + 'ToggleButton'}\n />\n <span\n class={{\n 'title-text': true,\n rotate:\n !this.expanded && !this.isMobile && this.isLeftRightPane,\n }}\n >\n {this.icon ? (\n <ix-icon size=\"24\" name={this.icon}></ix-icon>\n ) : null}\n <div class=\"title-text-overflow\">\n <ix-typography format=\"h4\">{this.heading}</ix-typography>\n </div>\n </span>\n </div>\n <div class=\"side-pane-content\" hidden={!this.showContent}>\n <slot></slot>\n </div>\n </aside>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-c6f0ac73.js');
|
|
6
|
+
|
|
7
|
+
const pillCss = ":host{display:inline-block;position:relative;height:1.25rem;max-height:1.25rem;margin-left:0.25rem}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}.container{display:inline-flex;width:inherit;box-sizing:border-box;position:relative;align-items:center;border-radius:100px;padding:0.5rem;height:2rem;max-height:2rem;cursor:default}.container .with-icon{margin-right:0.25rem}.container .hidden{display:none;width:0px;margin-right:0px}.container .close-button-container{display:inline-flex;margin-left:auto;padding-left:0.5rem}.container .slot-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.container.icon{padding-left:0.75rem;padding-right:0.75rem}.container.closable{padding-right:0.25rem}.container.primary{background-color:var(--theme-color-primary);color:var(--theme-chip-primary--color)}.container.primary .close-button{color:var(--theme-chip-primary--color);--ix-icon-button-color:var(--theme-chip-primary--color);pointer-events:auto}.container.primary.outline{color:var(--theme-chip-primary-outline--color);background-color:transparent;border:solid 1px var(--theme-chip-primary-outline--border-color)}.container.primary.outline .close-button{color:var(--theme-chip-primary-outline--color);--ix-icon-button-color:var(--theme-chip-primary-outline--color)}.container.outline{border-width:1px;border-style:solid}.container.alarm{color:var(--theme-color-alarm--contrast)}.container.alarm:not(.outline){background-color:var(--theme-color-alarm)}.container.alarm:not(.outline) .close-button{color:var(--theme-color-alarm--contrast);--ix-icon-button-color:var(--theme-color-alarm--contrast)}.container.alarm.outline{color:var(--theme-chip-outline--color);border-color:var(--theme-color-alarm)}.container.critical{color:var(--theme-color-critical--contrast)}.container.critical:not(.outline){background-color:var(--theme-color-critical)}.container.critical:not(.outline) .close-button{color:var(--theme-color-critical--contrast);--ix-icon-button-color:var(--theme-color-critical--contrast)}.container.critical.outline{color:var(--theme-chip-outline--color);border-color:var(--theme-color-critical)}.container.warning{color:var(--theme-color-warning--contrast)}.container.warning:not(.outline){background-color:var(--theme-color-warning)}.container.warning:not(.outline) .close-button{color:var(--theme-color-warning--contrast);--ix-icon-button-color:var(--theme-color-warning--contrast)}.container.warning.outline{color:var(--theme-chip-outline--color);border-color:var(--theme-color-warning)}.container.info{color:var(--theme-color-info--contrast)}.container.info:not(.outline){background-color:var(--theme-color-info)}.container.info:not(.outline) .close-button{color:var(--theme-color-info--contrast);--ix-icon-button-color:var(--theme-color-info--contrast)}.container.info.outline{color:var(--theme-chip-outline--color);border-color:var(--theme-color-info)}.container.neutral{color:var(--theme-color-neutral--contrast)}.container.neutral:not(.outline){background-color:var(--theme-color-neutral)}.container.neutral:not(.outline) .close-button{color:var(--theme-color-neutral--contrast);--ix-icon-button-color:var(--theme-color-neutral--contrast)}.container.neutral.outline{color:var(--theme-chip-outline--color);border-color:var(--theme-color-neutral)}.container.success{color:var(--theme-color-success--contrast)}.container.success:not(.outline){background-color:var(--theme-color-success)}.container.success:not(.outline) .close-button{color:var(--theme-color-success--contrast);--ix-icon-button-color:var(--theme-color-success--contrast)}.container.success.outline{color:var(--theme-chip-outline--color);border-color:var(--theme-color-success)}:host .container{height:100%;justify-content:center;padding-right:0.5rem}:host(.align-left) .container{justify-content:flex-start}";
|
|
8
|
+
const IxPillStyle0 = pillCss;
|
|
9
|
+
|
|
10
|
+
const Pill = class {
|
|
11
|
+
constructor(hostRef) {
|
|
12
|
+
index.registerInstance(this, hostRef);
|
|
13
|
+
this.variant = 'primary';
|
|
14
|
+
this.outline = false;
|
|
15
|
+
this.icon = undefined;
|
|
16
|
+
this.background = undefined;
|
|
17
|
+
this.color = undefined;
|
|
18
|
+
this.pillColor = undefined;
|
|
19
|
+
this.alignLeft = false;
|
|
20
|
+
}
|
|
21
|
+
render() {
|
|
22
|
+
var _a, _b;
|
|
23
|
+
let customStyle = {};
|
|
24
|
+
if (this.variant === 'custom') {
|
|
25
|
+
customStyle = {
|
|
26
|
+
color: (_a = this.pillColor) !== null && _a !== void 0 ? _a : this.color,
|
|
27
|
+
[this.outline ? 'borderColor' : 'backgroundColor']: this.background,
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
return (index.h(index.Host, { key: 'a16d4165f6412fa48a0bb642b0ba1980ef2e9775', style: this.variant === 'custom'
|
|
31
|
+
? {
|
|
32
|
+
'--ix-icon-button-color': (_b = this.pillColor) !== null && _b !== void 0 ? _b : this.color,
|
|
33
|
+
}
|
|
34
|
+
: {}, title: this.el.textContent, class: {
|
|
35
|
+
'align-left': this.alignLeft,
|
|
36
|
+
} }, index.h("div", { key: 'f700d598c5f02e2e8090798337bf47ec10abda39', style: Object.assign({}, customStyle), class: {
|
|
37
|
+
container: true,
|
|
38
|
+
outline: this.outline,
|
|
39
|
+
inactive: false,
|
|
40
|
+
alarm: this.variant === 'alarm',
|
|
41
|
+
critical: this.variant === 'critical',
|
|
42
|
+
info: this.variant === 'info',
|
|
43
|
+
neutral: this.variant === 'neutral',
|
|
44
|
+
primary: this.variant === 'primary',
|
|
45
|
+
success: this.variant === 'success',
|
|
46
|
+
warning: this.variant === 'warning',
|
|
47
|
+
custom: this.variant === 'custom',
|
|
48
|
+
closable: false,
|
|
49
|
+
icon: !!this.icon,
|
|
50
|
+
} }, index.h("ix-icon", { key: '599c7381a83a567637f0f2584596d2ba8745df82', class: {
|
|
51
|
+
'with-icon': true,
|
|
52
|
+
hidden: this.icon === undefined || this.icon === '',
|
|
53
|
+
}, name: this.icon, size: '16' }), index.h("span", { key: '65760423d94f21f1d3286f80fba0139338bd10ba', class: "slot-container" }, index.h("slot", { key: 'f7c2b9dec75d1042a1d98168d3be90a509b7b0d3' })))));
|
|
54
|
+
}
|
|
55
|
+
get el() { return index.getElement(this); }
|
|
56
|
+
};
|
|
57
|
+
Pill.style = IxPillStyle0;
|
|
58
|
+
|
|
59
|
+
exports.ix_pill = Pill;
|
|
60
|
+
|
|
61
|
+
//# sourceMappingURL=ix-pill.cjs.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"ix-pill.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,OAAO,GAAG,owIAAowI,CAAC;AACrxI,qBAAe,OAAO;;MCeT,IAAI;;;uBAcA,SAAS;uBAKN,KAAK;;;;;yBA4BH,KAAK;;IAEzB,MAAM;;QACJ,IAAI,WAAW,GAAG,EAAE,CAAC;QAErB,IAAI,IAAI,CAAC,OAAO,KAAK,QAAQ,EAAE;YAC7B,WAAW,GAAG;gBACZ,KAAK,EAAE,MAAA,IAAI,CAAC,SAAS,mCAAI,IAAI,CAAC,KAAK;gBACnC,CAAC,IAAI,CAAC,OAAO,GAAG,aAAa,GAAG,iBAAiB,GAAG,IAAI,CAAC,UAAU;aACpE,CAAC;SACH;QACD,QACEA,QAACC,UAAI,qDACH,KAAK,EACH,IAAI,CAAC,OAAO,KAAK,QAAQ;kBACrB;oBACE,wBAAwB,EAAE,MAAA,IAAI,CAAC,SAAS,mCAAI,IAAI,CAAC,KAAK;iBACvD;kBACD,EAAE,EAER,KAAK,EAAE,IAAI,CAAC,EAAE,CAAC,WAAW,EAC1B,KAAK,EAAE;gBACL,YAAY,EAAE,IAAI,CAAC,SAAS;aAC7B,IAEDD,kEACE,KAAK,oBAAO,WAAW,GACvB,KAAK,EAAE;gBACL,SAAS,EAAE,IAAI;gBACf,OAAO,EAAE,IAAI,CAAC,OAAO;gBACrB,QAAQ,EAAE,KAAK;gBACf,KAAK,EAAE,IAAI,CAAC,OAAO,KAAK,OAAO;gBAC/B,QAAQ,EAAE,IAAI,CAAC,OAAO,KAAK,UAAU;gBACrC,IAAI,EAAE,IAAI,CAAC,OAAO,KAAK,MAAM;gBAC7B,OAAO,EAAE,IAAI,CAAC,OAAO,KAAK,SAAS;gBACnC,OAAO,EAAE,IAAI,CAAC,OAAO,KAAK,SAAS;gBACnC,OAAO,EAAE,IAAI,CAAC,OAAO,KAAK,SAAS;gBACnC,OAAO,EAAE,IAAI,CAAC,OAAO,KAAK,SAAS;gBACnC,MAAM,EAAE,IAAI,CAAC,OAAO,KAAK,QAAQ;gBACjC,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI;aAClB,IAEDA,sEACE,KAAK,EAAE;gBACL,WAAW,EAAE,IAAI;gBACjB,MAAM,EAAE,IAAI,CAAC,IAAI,KAAK,SAAS,IAAI,IAAI,CAAC,IAAI,KAAK,EAAE;aACpD,EACD,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAE,IAAI,GACV,EACFA,mEAAM,KAAK,EAAC,gBAAgB,IAC1BA,oEAAa,CACR,CACH,CACD,EACP;KACH;;;;;;;","names":["h","Host"],"sources":["src/components/pill/pill.scss?tag=ix-pill&encapsulation=shadow","src/components/pill/pill.tsx"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n@import 'mixins/shadow-dom/component';\n\n@import './../chip/chip-mixin';\n@import 'common-variables';\n@import 'mixins/text-truncation';\n\n:host {\n @include ix-component;\n display: inline-block;\n position: relative;\n height: 1.25rem;\n max-height: 1.25rem;\n margin-left: 0.25rem;\n}\n\n@include chip-container(false);\n\n:host {\n .container {\n height: 100%;\n justify-content: center;\n padding-right: 0.5rem;\n }\n}\n\n:host(.align-left) {\n .container {\n justify-content: flex-start;\n }\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { Component, Element, h, Host, Prop } from '@stencil/core';\n\n@Component({\n tag: 'ix-pill',\n styleUrl: 'pill.scss',\n shadow: true,\n})\nexport class Pill {\n @Element() el: HTMLIxPillElement;\n\n /**\n * Pill variant\n */\n @Prop({ reflect: true }) variant:\n | 'primary'\n | 'alarm'\n | 'critical'\n | 'warning'\n | 'info'\n | 'neutral'\n | 'success'\n | 'custom' = 'primary';\n\n /**\n * Show pill as outline\n */\n @Prop() outline = false;\n\n /**\n * Show icon\n */\n @Prop() icon: string | undefined;\n\n /**\n * Custom color for pill. Only working for `variant='custom'`\n */\n @Prop() background: string | undefined;\n\n /**\n * Custom font color for pill. Only working for `variant='custom'`\n *\n * @deprecated since 2.1.0 use `pill-color`\n */\n // eslint-disable-next-line @stencil-community/reserved-member-names\n @Prop() color: string | undefined;\n\n /**\n * Custom font color for pill. Only working for `variant='custom'`\n */\n @Prop() pillColor: string | undefined;\n\n /**\n * Align pill content left\n */\n @Prop() alignLeft = false;\n\n render() {\n let customStyle = {};\n\n if (this.variant === 'custom') {\n customStyle = {\n color: this.pillColor ?? this.color,\n [this.outline ? 'borderColor' : 'backgroundColor']: this.background,\n };\n }\n return (\n <Host\n style={\n this.variant === 'custom'\n ? {\n '--ix-icon-button-color': this.pillColor ?? this.color,\n }\n : {}\n }\n title={this.el.textContent}\n class={{\n 'align-left': this.alignLeft,\n }}\n >\n <div\n style={{ ...customStyle }}\n class={{\n container: true,\n outline: this.outline,\n inactive: false,\n alarm: this.variant === 'alarm',\n critical: this.variant === 'critical',\n info: this.variant === 'info',\n neutral: this.variant === 'neutral',\n primary: this.variant === 'primary',\n success: this.variant === 'success',\n warning: this.variant === 'warning',\n custom: this.variant === 'custom',\n closable: false,\n icon: !!this.icon,\n }}\n >\n <ix-icon\n class={{\n 'with-icon': true,\n hidden: this.icon === undefined || this.icon === '',\n }}\n name={this.icon}\n size={'16'}\n />\n <span class=\"slot-container\">\n <slot></slot>\n </span>\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
|