@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,175 @@
|
|
|
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 context = require('./context-98f4a0b3.js');
|
|
8
|
+
require('./typed-event-8032c0c0.js');
|
|
9
|
+
|
|
10
|
+
const mapNavigationCss = ":host{display:flex;position:relative;width:100%;height:100%}: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 .map-nav{display:flex;margin-left:3.25rem;position:relative;height:100%;flex-grow:1;overflow:hidden}:host .map-nav-sidebar{display:flex;flex-direction:column;align-items:center;width:29.75rem;max-width:29.75rem;min-width:29.75rem;height:100%;left:4rem;background-color:var(--theme-map-navigation--background);border-inline-end:0.125rem solid var(--theme-map-navigation-separator--background);z-index:99}:host .map-nav-sidebar-content{align-items:center;position:relative;overflow:auto;height:100%;width:100%}:host .map-nav-sidebar-content .map-nav-sidebar-static-content{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:700;line-height:1.455em;color:var(--theme-color-std-text);display:flex;justify-content:space-between;margin-top:0.437rem;margin-bottom:0.812rem;margin-left:1rem;margin-right:1rem}:host .map-nav-header{display:flex;position:relative;align-items:center;height:3.5rem;min-height:3.5rem;width:100%}:host .map-nav-header .map-nav-header-brand{background-color:var(--theme-map-navigation-background);display:flex;align-items:center;height:100%;width:100%;padding:0 1rem;--theme-app-header--color:var(--theme-map-navigation-header--color);--theme-app-header-logo--color:var(--theme-map-navigation-logo--color)}:host .map-nav-header .map-nav-header-brand button{margin-left:1rem}:host .map-nav-header-content{display:flex;height:3.5rem;align-items:center;overflow:hidden;padding:0 1rem}:host .map-nav-header-content.empty{height:0}:host .map-nav-title{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:700;line-height:1.455em;color:var(--theme-color-std-text);display:flex;align-items:center;flex-grow:1}:host .content{display:block;flex-grow:1;position:relative;height:100%;overflow:hidden;z-index:calc(var(--theme-z-index-sticky) - 1)}:host ::slotted(ix-menu){position:absolute}";
|
|
11
|
+
const IxMapNavigationStyle0 = mapNavigationCss;
|
|
12
|
+
|
|
13
|
+
const MapNavigation = class {
|
|
14
|
+
constructor(hostRef) {
|
|
15
|
+
index.registerInstance(this, hostRef);
|
|
16
|
+
this.navigationToggled = index.createEvent(this, "navigationToggled", 7);
|
|
17
|
+
this.contextMenuClick = index.createEvent(this, "contextMenuClick", 7);
|
|
18
|
+
this.applicationName = undefined;
|
|
19
|
+
this.navigationTitle = undefined;
|
|
20
|
+
this.hideContextMenu = true;
|
|
21
|
+
this.isSidebarOpen = true;
|
|
22
|
+
this.hasContentHeader = false;
|
|
23
|
+
}
|
|
24
|
+
get menu() {
|
|
25
|
+
return this.hostElement.querySelector('ix-menu');
|
|
26
|
+
}
|
|
27
|
+
get menuOverlay() {
|
|
28
|
+
return this.hostElement.querySelector('ix-menu-overlay');
|
|
29
|
+
}
|
|
30
|
+
get mapNavMenu() {
|
|
31
|
+
return this.hostElement.shadowRoot.querySelector('.map-nav-menu');
|
|
32
|
+
}
|
|
33
|
+
get sidebar() {
|
|
34
|
+
return this.hostElement.shadowRoot.querySelector('.map-nav-sidebar');
|
|
35
|
+
}
|
|
36
|
+
get overlay() {
|
|
37
|
+
return this.hostElement.shadowRoot.querySelector('#overlay');
|
|
38
|
+
}
|
|
39
|
+
componentDidRender() {
|
|
40
|
+
this.appendMenu();
|
|
41
|
+
this.closeOverlay();
|
|
42
|
+
}
|
|
43
|
+
componentWillLoad() {
|
|
44
|
+
context.useContextProvider(this.hostElement, context.ApplicationLayoutContext, {
|
|
45
|
+
hideHeader: false,
|
|
46
|
+
host: 'map-navigation',
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
appendMenu() {
|
|
50
|
+
this.menu.addEventListener('mapExpandChange', (event) => {
|
|
51
|
+
const state = !event.detail;
|
|
52
|
+
this.toggleSidebar(state);
|
|
53
|
+
});
|
|
54
|
+
this.menu.enableMapExpand = true;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Change the visibility of the sidebar
|
|
58
|
+
*
|
|
59
|
+
* @param show new visibility state
|
|
60
|
+
* @since 1.6.0
|
|
61
|
+
*/
|
|
62
|
+
async toggleSidebar(show) {
|
|
63
|
+
if (show !== undefined) {
|
|
64
|
+
this.isSidebarOpen = show;
|
|
65
|
+
}
|
|
66
|
+
else {
|
|
67
|
+
this.isSidebarOpen = !this.isSidebarOpen;
|
|
68
|
+
}
|
|
69
|
+
if (this.isSidebarOpen) {
|
|
70
|
+
this.openSidebar();
|
|
71
|
+
}
|
|
72
|
+
else {
|
|
73
|
+
this.closeSidebar();
|
|
74
|
+
}
|
|
75
|
+
this.navigationToggled.emit(this.isSidebarOpen);
|
|
76
|
+
this.menu.toggleMapExpand(this.isSidebarOpen);
|
|
77
|
+
}
|
|
78
|
+
closeSidebar() {
|
|
79
|
+
anime_es.anime({
|
|
80
|
+
targets: this.sidebar,
|
|
81
|
+
duration: MapNavigation.defaultTime,
|
|
82
|
+
marginLeft: [0, '-29.75rem'],
|
|
83
|
+
opacity: [1, 0],
|
|
84
|
+
easing: 'easeInSine',
|
|
85
|
+
complete: () => {
|
|
86
|
+
this.sidebar.classList.add('d-none');
|
|
87
|
+
},
|
|
88
|
+
});
|
|
89
|
+
}
|
|
90
|
+
openSidebar() {
|
|
91
|
+
anime_es.anime({
|
|
92
|
+
targets: this.sidebar,
|
|
93
|
+
duration: MapNavigation.defaultTime,
|
|
94
|
+
marginLeft: ['-29.75rem', 0],
|
|
95
|
+
opacity: [0, 1],
|
|
96
|
+
easing: 'easeOutSine',
|
|
97
|
+
begin: () => {
|
|
98
|
+
this.sidebar.classList.remove('d-none');
|
|
99
|
+
},
|
|
100
|
+
});
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* Open a overlay inside content area
|
|
104
|
+
* @deprecated Will be removed in 2.0.0. Use slot based approach
|
|
105
|
+
*
|
|
106
|
+
* @param name
|
|
107
|
+
* @param component
|
|
108
|
+
* @param icon
|
|
109
|
+
* @param color
|
|
110
|
+
*/
|
|
111
|
+
async openOverlay(name, component, icon, color) {
|
|
112
|
+
anime_es.anime({
|
|
113
|
+
targets: this.overlay,
|
|
114
|
+
duration: MapNavigation.slowTime,
|
|
115
|
+
backdropFilter: [0, 'blur(1rem)'],
|
|
116
|
+
translateX: ['-4rem', 0],
|
|
117
|
+
opacity: [0, 1],
|
|
118
|
+
easing: 'easeOutSine',
|
|
119
|
+
begin: () => {
|
|
120
|
+
this.overlay.classList.remove('d-none');
|
|
121
|
+
},
|
|
122
|
+
});
|
|
123
|
+
const overlayInstance = document.createElement('ix-map-navigation-overlay');
|
|
124
|
+
overlayInstance.setAttribute('color', color);
|
|
125
|
+
overlayInstance.setAttribute('name', name);
|
|
126
|
+
overlayInstance.setAttribute('icon', icon);
|
|
127
|
+
overlayInstance.setAttribute('slot', 'overlay');
|
|
128
|
+
overlayInstance.addEventListener('closeClick', () => this.closeOverlay());
|
|
129
|
+
overlayInstance.appendChild(component);
|
|
130
|
+
this.hostElement.appendChild(overlayInstance);
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* Close current shown overlay
|
|
134
|
+
* @deprecated Will be removed in 2.0.0. Use slot based approach
|
|
135
|
+
*/
|
|
136
|
+
async closeOverlay() {
|
|
137
|
+
anime_es.anime({
|
|
138
|
+
targets: this.overlay,
|
|
139
|
+
duration: MapNavigation.slowTime,
|
|
140
|
+
backdropFilter: ['blur(1rem)', 0],
|
|
141
|
+
translateX: [0, '-4rem'],
|
|
142
|
+
opacity: [1, 0],
|
|
143
|
+
easing: 'easeInSine',
|
|
144
|
+
complete: () => {
|
|
145
|
+
var _a;
|
|
146
|
+
if (!this.overlay) {
|
|
147
|
+
return;
|
|
148
|
+
}
|
|
149
|
+
(_a = this.overlay.firstChild) === null || _a === void 0 ? void 0 : _a.remove();
|
|
150
|
+
this.overlay.classList.add('d-none');
|
|
151
|
+
},
|
|
152
|
+
});
|
|
153
|
+
}
|
|
154
|
+
checkHasContentHeader(e) {
|
|
155
|
+
const nodes = e.currentTarget.assignedNodes({
|
|
156
|
+
flatten: true,
|
|
157
|
+
});
|
|
158
|
+
this.hasContentHeader = (nodes === null || nodes === void 0 ? void 0 : nodes.length) !== 0;
|
|
159
|
+
}
|
|
160
|
+
render() {
|
|
161
|
+
return (index.h(index.Host, { key: 'da13112a9c8e48074fef6ee0020b430e504f8775' }, index.h("slot", { key: 'f1796d6932ecbd587e1a347afb1d2adef4a3cc7a', name: "menu" }), index.h("div", { key: 'be44e812efee522740f272b47c6fa8c5bb92ca12', class: "map-nav" }, index.h("div", { key: '3ca2fc131d03b610fbd3d502c9a3407391edccc7', class: "map-nav-sidebar" }, index.h("div", { key: '9ff12bebf91ca086117a8b96b988cd062fc97a04', class: "map-nav-header" }, index.h("ix-application-header", { key: '6f7db93363381306a8bb841f4bc674c66cf2c1cc', name: this.applicationName, class: "map-nav-header-brand" }, index.h("slot", { key: 'ad878765b9f0be087a4885c0a28333ad8e8b7a75', slot: "logo", name: "logo" }))), index.h("div", { key: 'af230a4eb04548576bef004d95b8af4c46318bdd', class: "map-nav-sidebar-content" }, index.h("div", { key: '7100bcc4d0bd30ac9d556d953efb8854f954071c', class: "map-nav-sidebar-static-content" }, index.h("div", { key: 'cb8fc4df05ec589ae63a25355430bae657154c02', class: "map-nav-title" }, this.navigationTitle), this.hideContextMenu ? ('') : (index.h("ix-icon-button", { icon: 'context-menu', ghost: true, size: "24", variant: "secondary", onClick: (_) => this.contextMenuClick.emit() }))), index.h("div", { key: 'c79ad0be478058858416fa64597efc92efe53006', class: "map-nav-sidebar-user-content" }, index.h("slot", { key: '5af678364192e6cbd18973ff052c42f97332fa26', name: "sidebar-content" })))), index.h("div", { key: '23f214ac776d9d4049f2e9a6438cd6ee9d915da7', class: "content" }, index.h("div", { key: '1065a1c4ec51653f34700ed66e4ea9cf24e172a4', class: {
|
|
162
|
+
'map-nav-header-content': true,
|
|
163
|
+
'bg-2': true,
|
|
164
|
+
empty: !this.hasContentHeader,
|
|
165
|
+
} }, index.h("slot", { key: '902317e41640c10d20d465f69e234c57905a59ee', name: "content-header", onSlotchange: (e) => this.checkHasContentHeader(e) })), index.h("main", { key: '24be144f96016b88614f6f28e37986cb43a5564d' }, index.h("slot", { key: 'eea65a81824e09e9f8e7a315ce4fab99aec83c79' }), index.h("slot", { key: '9b9e19fc09f21d77e61fd772695c5d9e25e37d98', name: "overlay" }))))));
|
|
166
|
+
}
|
|
167
|
+
get hostElement() { return index.getElement(this); }
|
|
168
|
+
};
|
|
169
|
+
MapNavigation.defaultTime = 150;
|
|
170
|
+
MapNavigation.slowTime = 500;
|
|
171
|
+
MapNavigation.style = IxMapNavigationStyle0;
|
|
172
|
+
|
|
173
|
+
exports.ix_map_navigation = MapNavigation;
|
|
174
|
+
|
|
175
|
+
//# sourceMappingURL=ix-map-navigation.cjs.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"ix-map-navigation.entry.cjs.js","mappings":";;;;;;;;;AAAA,MAAM,gBAAgB,GAAG,6kFAA6kF,CAAC;AACvmF,8BAAe,gBAAgB;;MC4BlB,aAAa;;;;;;;+BAmBE,IAAI;6BAYL,IAAI;gCACD,KAAK;;IAEjC,IAAI,IAAI;QACN,OAAO,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;KAClD;IAED,IAAI,WAAW;QACb,OAAO,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;KAC1D;IAED,IAAI,UAAU;QACZ,OAAO,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,aAAa,CAAC,eAAe,CAAC,CAAC;KACnE;IAED,IAAI,OAAO;QACT,OAAO,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,aAAa,CAAC,kBAAkB,CAAC,CAAC;KACtE;IAED,IAAI,OAAO;QACT,OAAO,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;KAC9D;IAED,kBAAkB;QAChB,IAAI,CAAC,UAAU,EAAE,CAAC;QAClB,IAAI,CAAC,YAAY,EAAE,CAAC;KACrB;IAED,iBAAiB;QACfA,0BAAkB,CAAC,IAAI,CAAC,WAAW,EAAEC,gCAAwB,EAAE;YAC7D,UAAU,EAAE,KAAK;YACjB,IAAI,EAAE,gBAAgB;SACvB,CAAC,CAAC;KACJ;IAEO,UAAU;QAChB,IAAI,CAAC,IAAI,CAAC,gBAAgB,CACxB,iBAAiB,EACjB,CAAC,KAA2B;YAC1B,MAAM,KAAK,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC;YAC5B,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;SAC3B,CACF,CAAC;QACF,IAAI,CAAC,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC;KAClC;;;;;;;IASD,MAAM,aAAa,CAAC,IAAc;QAChC,IAAI,IAAI,KAAK,SAAS,EAAE;YACtB,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC;SAC3B;aAAM;YACL,IAAI,CAAC,aAAa,GAAG,CAAC,IAAI,CAAC,aAAa,CAAC;SAC1C;QAED,IAAI,IAAI,CAAC,aAAa,EAAE;YACtB,IAAI,CAAC,WAAW,EAAE,CAAC;SACpB;aAAM;YACL,IAAI,CAAC,YAAY,EAAE,CAAC;SACrB;QAED,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAChD,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;KAC/C;IAEO,YAAY;QAClBC,cAAK,CAAC;YACJ,OAAO,EAAE,IAAI,CAAC,OAAO;YACrB,QAAQ,EAAE,aAAa,CAAC,WAAW;YACnC,UAAU,EAAE,CAAC,CAAC,EAAE,WAAW,CAAC;YAC5B,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;YACf,MAAM,EAAE,YAAY;YACpB,QAAQ,EAAE;gBACR,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;aACtC;SACF,CAAC,CAAC;KACJ;IAEO,WAAW;QACjBA,cAAK,CAAC;YACJ,OAAO,EAAE,IAAI,CAAC,OAAO;YACrB,QAAQ,EAAE,aAAa,CAAC,WAAW;YACnC,UAAU,EAAE,CAAC,WAAW,EAAE,CAAC,CAAC;YAC5B,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;YACf,MAAM,EAAE,aAAa;YACrB,KAAK,EAAE;gBACL,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;aACzC;SACF,CAAC,CAAC;KACJ;;;;;;;;;;IAYD,MAAM,WAAW,CACf,IAAY,EACZ,SAAsB,EACtB,IAAa,EACb,KAAc;QAEdA,cAAK,CAAC;YACJ,OAAO,EAAE,IAAI,CAAC,OAAO;YACrB,QAAQ,EAAE,aAAa,CAAC,QAAQ;YAChC,cAAc,EAAE,CAAC,CAAC,EAAE,YAAY,CAAC;YACjC,UAAU,EAAE,CAAC,OAAO,EAAE,CAAC,CAAC;YACxB,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;YACf,MAAM,EAAE,aAAa;YACrB,KAAK,EAAE;gBACL,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;aACzC;SACF,CAAC,CAAC;QAEH,MAAM,eAAe,GAAG,QAAQ,CAAC,aAAa,CAAC,2BAA2B,CAAC,CAAC;QAC5E,eAAe,CAAC,YAAY,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;QAC7C,eAAe,CAAC,YAAY,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;QAC3C,eAAe,CAAC,YAAY,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;QAC3C,eAAe,CAAC,YAAY,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;QAChD,eAAe,CAAC,gBAAgB,CAAC,YAAY,EAAE,MAAM,IAAI,CAAC,YAAY,EAAE,CAAC,CAAC;QAC1E,eAAe,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC;QACvC,IAAI,CAAC,WAAW,CAAC,WAAW,CAAC,eAAe,CAAC,CAAC;KAC/C;;;;;IAOD,MAAM,YAAY;QAChBA,cAAK,CAAC;YACJ,OAAO,EAAE,IAAI,CAAC,OAAO;YACrB,QAAQ,EAAE,aAAa,CAAC,QAAQ;YAChC,cAAc,EAAE,CAAC,YAAY,EAAE,CAAC,CAAC;YACjC,UAAU,EAAE,CAAC,CAAC,EAAE,OAAO,CAAC;YACxB,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;YACf,MAAM,EAAE,YAAY;YACpB,QAAQ,EAAE;;gBACR,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;oBACjB,OAAO;iBACR;gBACD,MAAA,IAAI,CAAC,OAAO,CAAC,UAAU,0CAAE,MAAM,EAAE,CAAC;gBAClC,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;aACtC;SACF,CAAC,CAAC;KACJ;IAEO,qBAAqB,CAAC,CAAQ;QACpC,MAAM,KAAK,GAAI,CAAC,CAAC,aAAiC,CAAC,aAAa,CAAC;YAC/D,OAAO,EAAE,IAAI;SACd,CAAC,CAAC;QAEH,IAAI,CAAC,gBAAgB,GAAG,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,MAAM,MAAK,CAAC,CAAC;KAC7C;IAED,MAAM;QACJ,QACEC,QAACC,UAAI,uDACHD,mEAAM,IAAI,EAAC,MAAM,GAAQ,EACzBA,kEAAK,KAAK,EAAC,SAAS,IAClBA,kEAAK,KAAK,EAAC,iBAAiB,IAC1BA,kEAAK,KAAK,EAAC,gBAAgB,IACzBA,oFACE,IAAI,EAAE,IAAI,CAAC,eAAe,EAC1B,KAAK,EAAC,sBAAsB,IAE5BA,mEAAM,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,MAAM,GAAQ,CACf,CACpB,EACNA,kEAAK,KAAK,EAAC,yBAAyB,IAClCA,kEAAK,KAAK,EAAC,gCAAgC,IACzCA,kEAAK,KAAK,EAAC,eAAe,IAAE,IAAI,CAAC,eAAe,CAAO,EACtD,IAAI,CAAC,eAAe,IACnB,EAAE,KAEFA,4BACE,IAAI,EAAE,cAAc,EACpB,KAAK,QACL,IAAI,EAAC,IAAI,EACT,OAAO,EAAC,WAAW,EACnB,OAAO,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,gBAAgB,CAAC,IAAI,EAAE,GAC5B,CACnB,CACG,EACNA,kEAAK,KAAK,EAAC,8BAA8B,IACvCA,mEAAM,IAAI,EAAC,iBAAiB,GAAQ,CAChC,CACF,CACF,EACNA,kEAAK,KAAK,EAAC,SAAS,IAClBA,kEACE,KAAK,EAAE;gBACL,wBAAwB,EAAE,IAAI;gBAC9B,MAAM,EAAE,IAAI;gBACZ,KAAK,EAAE,CAAC,IAAI,CAAC,gBAAgB;aAC9B,IAEDA,mEACE,IAAI,EAAC,gBAAgB,EACrB,YAAY,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,GAC5C,CACJ,EACNA,qEACEA,oEAAa,EACbA,mEAAM,IAAI,EAAC,SAAS,GAAQ,CACvB,CACH,CACF,CACD,EACP;KACH;;;AA1PuB,yBAAW,GAAG,GAAH,CAAO;AAClB,sBAAQ,GAAG,GAAH,CAAO;;;;;","names":["useContextProvider","ApplicationLayoutContext","anime","h","Host"],"sources":["src/components/map-navigation/map-navigation.scss?tag=ix-map-navigation&encapsulation=shadow","src/components/map-navigation/map-navigation.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 'legacy/mixins/fonts';\n@import 'mixins/text-truncation';\n@import 'mixins/shadow-dom/component';\n\n:host {\n @include ix-component;\n\n $appHeaderHeight: 3.5rem;\n $appHeaderGradientHeight: 4rem;\n $navHeaderHeight: 11.5rem;\n $sidebarWidth: 29.75rem;\n\n display: flex;\n position: relative;\n width: 100%;\n height: 100%;\n\n .map-nav {\n display: flex;\n margin-left: 3.25rem;\n position: relative;\n height: 100%;\n flex-grow: 1;\n overflow: hidden;\n }\n\n .map-nav-sidebar {\n display: flex;\n flex-direction: column;\n align-items: center;\n width: $sidebarWidth;\n max-width: $sidebarWidth;\n min-width: $sidebarWidth;\n height: 100%;\n left: 4rem;\n background-color: var(--theme-map-navigation--background);\n border-inline-end: 0.125rem solid\n var(--theme-map-navigation-separator--background);\n z-index: 99;\n }\n\n .map-nav-sidebar-content {\n align-items: center;\n position: relative;\n overflow: auto;\n height: 100%;\n width: 100%;\n\n .map-nav-sidebar-static-content {\n @include text-h2;\n display: flex;\n justify-content: space-between;\n margin-top: 0.437rem;\n margin-bottom: 0.812rem;\n margin-left: $default-space;\n margin-right: $default-space;\n }\n }\n\n .map-nav-header {\n display: flex;\n position: relative;\n align-items: center;\n height: $appHeaderHeight;\n min-height: $appHeaderHeight;\n width: 100%;\n\n .map-nav-header-brand {\n background-color: var(--theme-map-navigation-background);\n display: flex;\n align-items: center;\n height: 100%;\n width: 100%;\n padding: 0 $default-space;\n\n --theme-app-header--color: var(--theme-map-navigation-header--color);\n --theme-app-header-logo--color: var(--theme-map-navigation-logo--color);\n\n button {\n margin-left: $default-space;\n }\n }\n }\n\n .map-nav-header-content {\n display: flex;\n height: $appHeaderHeight;\n align-items: center;\n overflow: hidden;\n padding: 0 $default-space;\n\n &.empty {\n height: 0;\n }\n }\n\n .map-nav-title {\n @include text-h2();\n\n display: flex;\n align-items: center;\n flex-grow: 1;\n }\n\n .content {\n display: block;\n flex-grow: 1;\n position: relative;\n height: 100%;\n overflow: hidden;\n z-index: calc(var(--theme-z-index-sticky) - 1);\n }\n\n ::slotted(ix-menu) {\n position: absolute;\n }\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport {\n Component,\n Element,\n Event,\n EventEmitter,\n h,\n Host,\n Method,\n Prop,\n State,\n} from '@stencil/core';\nimport anime from 'animejs';\nimport { ApplicationLayoutContext } from '../utils/application-layout/context';\nimport { useContextProvider } from '../utils/context';\n\n@Component({\n tag: 'ix-map-navigation',\n styleUrl: 'map-navigation.scss',\n shadow: true,\n})\nexport class MapNavigation {\n private static readonly defaultTime = 150;\n private static readonly slowTime = 500;\n\n @Element() hostElement: HTMLIxMapNavigationElement;\n\n /**\n * Application name\n */\n @Prop() applicationName: string;\n\n /**\n * Navigation title\n */\n @Prop() navigationTitle: string;\n\n /**\n * Hide the sidebar context menu button when set to true\n */\n @Prop() hideContextMenu = true;\n\n /**\n * Navigation toggled\n */\n @Event() navigationToggled: EventEmitter<boolean>;\n\n /**\n * Context menu clicked\n */\n @Event() contextMenuClick: EventEmitter<void>;\n\n @State() isSidebarOpen = true;\n @State() hasContentHeader = false;\n\n get menu() {\n return this.hostElement.querySelector('ix-menu');\n }\n\n get menuOverlay() {\n return this.hostElement.querySelector('ix-menu-overlay');\n }\n\n get mapNavMenu() {\n return this.hostElement.shadowRoot.querySelector('.map-nav-menu');\n }\n\n get sidebar() {\n return this.hostElement.shadowRoot.querySelector('.map-nav-sidebar');\n }\n\n get overlay() {\n return this.hostElement.shadowRoot.querySelector('#overlay');\n }\n\n componentDidRender() {\n this.appendMenu();\n this.closeOverlay();\n }\n\n componentWillLoad() {\n useContextProvider(this.hostElement, ApplicationLayoutContext, {\n hideHeader: false,\n host: 'map-navigation',\n });\n }\n\n private appendMenu() {\n this.menu.addEventListener(\n 'mapExpandChange',\n (event: CustomEvent<boolean>) => {\n const state = !event.detail;\n this.toggleSidebar(state);\n }\n );\n this.menu.enableMapExpand = true;\n }\n\n /**\n * Change the visibility of the sidebar\n *\n * @param show new visibility state\n * @since 1.6.0\n */\n @Method()\n async toggleSidebar(show?: boolean) {\n if (show !== undefined) {\n this.isSidebarOpen = show;\n } else {\n this.isSidebarOpen = !this.isSidebarOpen;\n }\n\n if (this.isSidebarOpen) {\n this.openSidebar();\n } else {\n this.closeSidebar();\n }\n\n this.navigationToggled.emit(this.isSidebarOpen);\n this.menu.toggleMapExpand(this.isSidebarOpen);\n }\n\n private closeSidebar() {\n anime({\n targets: this.sidebar,\n duration: MapNavigation.defaultTime,\n marginLeft: [0, '-29.75rem'],\n opacity: [1, 0],\n easing: 'easeInSine',\n complete: () => {\n this.sidebar.classList.add('d-none');\n },\n });\n }\n\n private openSidebar() {\n anime({\n targets: this.sidebar,\n duration: MapNavigation.defaultTime,\n marginLeft: ['-29.75rem', 0],\n opacity: [0, 1],\n easing: 'easeOutSine',\n begin: () => {\n this.sidebar.classList.remove('d-none');\n },\n });\n }\n\n /**\n * Open a overlay inside content area\n * @deprecated Will be removed in 2.0.0. Use slot based approach\n *\n * @param name\n * @param component\n * @param icon\n * @param color\n */\n @Method()\n async openOverlay(\n name: string,\n component: HTMLElement,\n icon?: string,\n color?: string\n ) {\n anime({\n targets: this.overlay,\n duration: MapNavigation.slowTime,\n backdropFilter: [0, 'blur(1rem)'],\n translateX: ['-4rem', 0],\n opacity: [0, 1],\n easing: 'easeOutSine',\n begin: () => {\n this.overlay.classList.remove('d-none');\n },\n });\n\n const overlayInstance = document.createElement('ix-map-navigation-overlay');\n overlayInstance.setAttribute('color', color);\n overlayInstance.setAttribute('name', name);\n overlayInstance.setAttribute('icon', icon);\n overlayInstance.setAttribute('slot', 'overlay');\n overlayInstance.addEventListener('closeClick', () => this.closeOverlay());\n overlayInstance.appendChild(component);\n this.hostElement.appendChild(overlayInstance);\n }\n\n /**\n * Close current shown overlay\n * @deprecated Will be removed in 2.0.0. Use slot based approach\n */\n @Method()\n async closeOverlay() {\n anime({\n targets: this.overlay,\n duration: MapNavigation.slowTime,\n backdropFilter: ['blur(1rem)', 0],\n translateX: [0, '-4rem'],\n opacity: [1, 0],\n easing: 'easeInSine',\n complete: () => {\n if (!this.overlay) {\n return;\n }\n this.overlay.firstChild?.remove();\n this.overlay.classList.add('d-none');\n },\n });\n }\n\n private checkHasContentHeader(e: Event) {\n const nodes = (e.currentTarget as HTMLSlotElement).assignedNodes({\n flatten: true,\n });\n\n this.hasContentHeader = nodes?.length !== 0;\n }\n\n render() {\n return (\n <Host>\n <slot name=\"menu\"></slot>\n <div class=\"map-nav\">\n <div class=\"map-nav-sidebar\">\n <div class=\"map-nav-header\">\n <ix-application-header\n name={this.applicationName}\n class=\"map-nav-header-brand\"\n >\n <slot slot=\"logo\" name=\"logo\"></slot>\n </ix-application-header>\n </div>\n <div class=\"map-nav-sidebar-content\">\n <div class=\"map-nav-sidebar-static-content\">\n <div class=\"map-nav-title\">{this.navigationTitle}</div>\n {this.hideContextMenu ? (\n ''\n ) : (\n <ix-icon-button\n icon={'context-menu'}\n ghost\n size=\"24\"\n variant=\"secondary\"\n onClick={(_) => this.contextMenuClick.emit()}\n ></ix-icon-button>\n )}\n </div>\n <div class=\"map-nav-sidebar-user-content\">\n <slot name=\"sidebar-content\"></slot>\n </div>\n </div>\n </div>\n <div class=\"content\">\n <div\n class={{\n 'map-nav-header-content': true,\n 'bg-2': true,\n empty: !this.hasContentHeader,\n }}\n >\n <slot\n name=\"content-header\"\n onSlotchange={(e) => this.checkHasContentHeader(e)}\n ></slot>\n </div>\n <main>\n <slot></slot>\n <slot name=\"overlay\"></slot>\n </main>\n </div>\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-c6f0ac73.js');
|
|
6
|
+
|
|
7
|
+
const menuAboutItemCss = ":host{display:block}";
|
|
8
|
+
const IxMenuAboutItemStyle0 = menuAboutItemCss;
|
|
9
|
+
|
|
10
|
+
const MenuAboutItem = class {
|
|
11
|
+
constructor(hostRef) {
|
|
12
|
+
index.registerInstance(this, hostRef);
|
|
13
|
+
this.labelChange = index.createEvent(this, "labelChange", 7);
|
|
14
|
+
this.label = undefined;
|
|
15
|
+
}
|
|
16
|
+
watchLabel(newValue, oldValue) {
|
|
17
|
+
this.labelChange.emit({
|
|
18
|
+
name: 'ix-menu-about-item',
|
|
19
|
+
oldLabel: oldValue,
|
|
20
|
+
newLabel: newValue,
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
render() {
|
|
24
|
+
return (index.h(index.Host, { key: '963b59afed12d8bba0b4107da846b433bc451b1f' }, index.h("slot", { key: 'fbea143350cd9850db1526e19363f7d8632035af' })));
|
|
25
|
+
}
|
|
26
|
+
static get watchers() { return {
|
|
27
|
+
"label": ["watchLabel"]
|
|
28
|
+
}; }
|
|
29
|
+
};
|
|
30
|
+
MenuAboutItem.style = IxMenuAboutItemStyle0;
|
|
31
|
+
|
|
32
|
+
exports.ix_menu_about_item = MenuAboutItem;
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=ix-menu-about-item.cjs.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"ix-menu-about-item.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,gBAAgB,GAAG,sBAAsB,CAAC;AAChD,8BAAe,gBAAgB;;MCwBlB,aAAa;;;;;;IAYxB,UAAU,CAAC,QAAgB,EAAE,QAAgB;QAC3C,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC;YACpB,IAAI,EAAE,oBAAoB;YAC1B,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,QAAQ;SACnB,CAAC,CAAC;KACJ;IAED,MAAM;QACJ,QACEA,QAACC,UAAI,uDACHD,oEAAa,CACR,EACP;KACH;;;;;;;;;","names":["h","Host"],"sources":["src/components/menu-about-item/menu-about-item.css?tag=ix-menu-about-item&encapsulation=shadow","src/components/menu-about-item/menu-about-item.tsx"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n:host {\n display: block;\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 Event,\n EventEmitter,\n h,\n Host,\n Prop,\n Watch,\n} from '@stencil/core';\nimport { CustomLabelChangeEvent } from '../utils/menu-tabs/menu-tabs-utils';\n\n@Component({\n tag: 'ix-menu-about-item',\n styleUrl: 'menu-about-item.css',\n shadow: true,\n})\nexport class MenuAboutItem {\n /**\n * About Item label\n */\n @Prop({ reflect: true }) label: string;\n\n /**\n * Label changed\n */\n @Event() labelChange: EventEmitter<CustomLabelChangeEvent>;\n\n @Watch('label')\n watchLabel(newValue: string, oldValue: string) {\n this.labelChange.emit({\n name: 'ix-menu-about-item',\n oldLabel: oldValue,\n newLabel: newValue,\n });\n }\n\n render() {\n return (\n <Host>\n <slot></slot>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-c6f0ac73.js');
|
|
6
|
+
|
|
7
|
+
const menuAboutNewsCss = ":host{--margin:0.5rem;display:block;position:fixed;width:20rem;height:auto;background-color:var(--theme-color-2);border-radius:0.25rem;padding:1rem;left:3.4rem;z-index:10000;transition:left var(--theme-default-time);margin-inline-start:var(--margin) !important;box-shadow:var(--theme-box-shadow-level-4)}: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 .banner-container{position:absolute;top:0.0625rem;left:1rem}:host .banner-container svg{position:absolute;height:3.625rem;width:3rem}:host .banner-container svg polygon{fill:var(--theme-color-primary)}:host .banner-container ix-icon{margin:0.5rem;position:absolute;z-index:1}:host .cui-popover-news-header{margin-bottom:2.5rem;margin-inline-start:4rem;margin-block-start:-0.25rem}:host .popover-body{color:var(--theme-color-std-text)}:host .cui-popover-news-footer{display:flex;justify-content:flex-end;margin-top:1rem}:host ix-icon-button{top:0.5rem;right:0.5rem;position:absolute}:host #arrow{position:absolute;width:0.5rem;height:0.5rem;background-color:var(--theme-color-2);transform:translateX(calc(var(--margin) * -1 - 0.8rem)) rotateZ(45deg)}:host(.expanded){left:calc(3.4rem + 12.7rem)}:host(.show){display:none}@media only screen and (max-width: 48em){:host{display:flex;flex-direction:column;max-height:calc(100vh - 4.75rem);width:calc(100% - 2rem);max-width:30rem;transform:translateX(calc(1rem - 50%));left:calc(50% - 1rem) !important;bottom:1rem !important;margin-inline:0 !important;z-index:calc(var(--theme-z-index-sticky) - 1)}:host .slot-container{overflow-y:auto}:host #arrow{display:none}}";
|
|
8
|
+
const IxMenuAboutNewsStyle0 = menuAboutNewsCss;
|
|
9
|
+
|
|
10
|
+
const MenuAboutNews = class {
|
|
11
|
+
constructor(hostRef) {
|
|
12
|
+
index.registerInstance(this, hostRef);
|
|
13
|
+
this.showMore = index.createEvent(this, "showMore", 7);
|
|
14
|
+
this.closePopover = index.createEvent(this, "closePopover", 7);
|
|
15
|
+
this.show = false;
|
|
16
|
+
this.label = undefined;
|
|
17
|
+
this.i18nShowMore = 'Show more';
|
|
18
|
+
this.aboutItemLabel = undefined;
|
|
19
|
+
this.offsetBottom = 0;
|
|
20
|
+
this.expanded = false;
|
|
21
|
+
}
|
|
22
|
+
render() {
|
|
23
|
+
return (index.h(index.Host, { key: '96d424d34a1a660200da006c7e00732871be3864', class: {
|
|
24
|
+
expanded: this.expanded,
|
|
25
|
+
show: !this.show,
|
|
26
|
+
} }, index.h("div", { key: 'de1e583eaf521a4c09fd2319a170f7450901bf3a', class: "banner-container" }, index.h("ix-icon", { key: 'f132c4275fcc0dfc926ca416d366c6cba0f65e24', color: "color-inv-contrast-text", name: 'shout', size: "32" }), index.h("svg", { key: 'c6a66eab455135e55ea0623e75fb8c9a7d7ab921', viewBox: "0 0 48 56", xmlns: "http://www.w3.org/2000/svg" }, index.h("polygon", { key: 'd7373ab9e7784faee3308be7792bead6bea418d4', points: "0 0 48 0 48 56 24 48 0 56" }))), index.h("div", { key: 'ac563f6a0828c72376a7bac6ad1e00a44f324e6e', class: "cui-popover-news-header" }, index.h("ix-typography", { key: '6aceab1232844f6af7f7fb024f3d6a2810df7285', variant: "default-title-single" }, this.label)), index.h("ix-icon-button", { key: '1ac11020750a1c5753d06b1af8cd6583a7dba381', size: "24", icon: 'close', ghost: true, onClick: () => {
|
|
27
|
+
this.show = false;
|
|
28
|
+
this.closePopover.emit();
|
|
29
|
+
} }), index.h("div", { key: '4d599b682868f47e16762e7e30383aa01b96ce2d', class: "slot-container" }, index.h("slot", { key: '3ddafdf4636c32e7a785338cea83f893b796177d' })), this.aboutItemLabel ? (index.h("div", { class: "cui-popover-news-footer" }, index.h("ix-button", { variant: "primary", onClick: (e) => {
|
|
30
|
+
this.show = false;
|
|
31
|
+
this.showMore.emit(e);
|
|
32
|
+
} }, this.i18nShowMore))) : null, index.h("div", { key: 'a21ff21ba788aaa5186bd0ed4e281a9d7ad70911', id: "arrow" })));
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
MenuAboutNews.style = IxMenuAboutNewsStyle0;
|
|
36
|
+
|
|
37
|
+
exports.ix_menu_about_news = MenuAboutNews;
|
|
38
|
+
|
|
39
|
+
//# sourceMappingURL=ix-menu-about-news.cjs.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"ix-menu-about-news.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,gBAAgB,GAAG,4kEAA4kE,CAAC;AACtmE,8BAAe,gBAAgB;;MCelB,aAAa;;;;;oBAIuB,KAAK;;4BAU7B,WAAW;;4BAUX,CAAC;wBAeL,KAAK;;IAExB,MAAM;QACJ,QACEA,QAACC,UAAI,qDACH,KAAK,EAAE;gBACL,QAAQ,EAAE,IAAI,CAAC,QAAQ;gBACvB,IAAI,EAAE,CAAC,IAAI,CAAC,IAAI;aACjB,IAEDD,kEAAK,KAAK,EAAC,kBAAkB,IAC3BA,sEACE,KAAK,EAAC,yBAAyB,EAC/B,IAAI,EAAE,OAAO,EACb,IAAI,EAAC,IAAI,GACA,EACXA,kEAAK,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,4BAA4B,IACzDA,sEAAS,MAAM,EAAC,2BAA2B,GAAG,CAC1C,CACF,EAENA,kEAAK,KAAK,EAAC,yBAAyB,IAClCA,4EAAe,OAAO,EAAC,sBAAsB,IAC1C,IAAI,CAAC,KAAK,CACG,CACZ,EAENA,6EACE,IAAI,EAAC,IAAI,EACT,IAAI,EAAE,OAAO,EACb,KAAK,QACL,OAAO,EAAE;gBACP,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC;gBAClB,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE,CAAC;aAC1B,GACe,EAClBA,kEAAK,KAAK,EAAC,gBAAgB,IACzBA,oEAAa,CACT,EACL,IAAI,CAAC,cAAc,IAClBA,iBAAK,KAAK,EAAC,yBAAyB,IAClCA,uBACE,OAAO,EAAC,SAAS,EACjB,OAAO,EAAE,CAAC,CAAC;gBACT,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC;gBAClB,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;aACvB,IAEA,IAAI,CAAC,YAAY,CACR,CACR,IACJ,IAAI,EACRA,kEAAK,EAAE,EAAC,OAAO,GAAO,CACjB,EACP;KACH;;;;;;","names":["h","Host"],"sources":["src/components/menu-about-news/menu-about-news.scss?tag=ix-menu-about-news&encapsulation=shadow","src/components/menu-about-news/menu-about-news.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/break-points';\n@import 'mixins/shadows';\n@import 'mixins/shadow-dom/component';\n$left: 3.4rem;\n\n:host {\n @include ix-component;\n\n --margin: 0.5rem;\n\n display: block;\n position: fixed;\n width: 20rem;\n height: auto;\n background-color: var(--theme-color-2);\n border-radius: $default-border-radius;\n padding: 1rem;\n left: $left;\n z-index: 10000;\n transition: left var(--theme-default-time);\n\n margin-inline-start: var(--margin) !important;\n\n @include box-shadow(4);\n\n .banner-container {\n position: absolute;\n top: 0.0625rem;\n left: $default-space;\n\n svg {\n position: absolute;\n height: 3.625rem;\n width: 3rem;\n\n polygon {\n fill: var(--theme-color-primary);\n }\n }\n\n ix-icon {\n margin: $small-space;\n position: absolute;\n z-index: 1;\n }\n }\n\n .cui-popover-news-header {\n margin-bottom: 2.5rem;\n margin-inline-start: 4rem;\n margin-block-start: -$tiny-space;\n }\n\n .popover-body {\n color: var(--theme-color-std-text);\n }\n\n .cui-popover-news-footer {\n display: flex;\n justify-content: flex-end;\n margin-top: 1rem;\n }\n\n ix-icon-button {\n top: $small-space;\n right: $small-space;\n position: absolute;\n }\n\n #arrow {\n position: absolute;\n width: 0.5rem;\n height: 0.5rem;\n background-color: var(--theme-color-2);\n transform: translateX(calc(var(--margin) * -1 - 0.8rem)) rotateZ(45deg);\n }\n}\n\n:host(.expanded) {\n left: calc(#{$left} + 12.7rem);\n}\n\n:host(.show) {\n display: none;\n}\n\n@include media-breakpoint-match('sm') {\n :host {\n display: flex;\n flex-direction: column;\n max-height: calc(100vh - 4.75rem);\n width: calc(100% - 2rem);\n max-width: 30rem;\n transform: translateX(calc(1rem - 50%));\n left: calc(50% - 1rem) !important;\n bottom: 1rem !important;\n margin-inline: 0 !important;\n z-index: calc(var(--theme-z-index-sticky) - 1);\n\n .slot-container {\n overflow-y: auto;\n }\n\n #arrow {\n display: none;\n }\n }\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { Component, Event, EventEmitter, h, Host, Prop } from '@stencil/core';\n\n@Component({\n tag: 'ix-menu-about-news',\n styleUrl: 'menu-about-news.scss',\n shadow: true,\n})\nexport class MenuAboutNews {\n /**\n * Show about news\n */\n @Prop({ mutable: true, reflect: true }) show = false;\n\n /**\n * Title of the about news\n */\n @Prop() label: string;\n\n /**\n *\n */\n @Prop() i18nShowMore = 'Show more';\n\n /**\n * Subtitle of the about news\n */\n @Prop() aboutItemLabel: string;\n\n /**\n * Bottom offset\n */\n @Prop() offsetBottom = 0;\n\n /**\n * Show More button is pressed\n */\n @Event() showMore: EventEmitter<MouseEvent>;\n\n /**\n * Popover closed\n */\n @Event() closePopover: EventEmitter<void>;\n\n /**\n * Internal\n */\n @Prop() expanded = false;\n\n render() {\n return (\n <Host\n class={{\n expanded: this.expanded,\n show: !this.show,\n }}\n >\n <div class=\"banner-container\">\n <ix-icon\n color=\"color-inv-contrast-text\"\n name={'shout'}\n size=\"32\"\n ></ix-icon>\n <svg viewBox=\"0 0 48 56\" xmlns=\"http://www.w3.org/2000/svg\">\n <polygon points=\"0 0 48 0 48 56 24 48 0 56\" />\n </svg>\n </div>\n\n <div class=\"cui-popover-news-header\">\n <ix-typography variant=\"default-title-single\">\n {this.label}\n </ix-typography>\n </div>\n\n <ix-icon-button\n size=\"24\"\n icon={'close'}\n ghost\n onClick={() => {\n this.show = false;\n this.closePopover.emit();\n }}\n ></ix-icon-button>\n <div class=\"slot-container\">\n <slot></slot>\n </div>\n {this.aboutItemLabel ? (\n <div class=\"cui-popover-news-footer\">\n <ix-button\n variant=\"primary\"\n onClick={(e) => {\n this.show = false;\n this.showMore.emit(e);\n }}\n >\n {this.i18nShowMore}\n </ix-button>\n </div>\n ) : null}\n <div id=\"arrow\"></div>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-c6f0ac73.js');
|
|
6
|
+
const menuTabsFc = require('./menu-tabs-fc-194c3ba9.js');
|
|
7
|
+
|
|
8
|
+
const menuAboutCss = ".text-xs{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.625rem;font-weight:400;line-height:1.4em;color:var(--theme-color-std-text)}.text-s{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text)}.text-caption{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text)}.text-caption-single{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1em;color:var(--theme-color-std-text)}.text-default{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.429em;color:var(--theme-color-std-text)}.text-default-single{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.143em;color:var(--theme-color-std-text)}.text-default-title{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text)}.text-default-title-single{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.143em;color:var(--theme-color-std-text)}.text-l{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text)}.text-l-single{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.25em;color:var(--theme-color-std-text)}.text-l-title{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text)}.text-l-title-single{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.25em;color:var(--theme-color-std-text)}.text-h2{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:700;line-height:1.455em;color:var(--theme-color-std-text)}.text-xl{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:400;line-height:1.091em;color:var(--theme-color-std-text)}a{color:var(--theme-color-primary)}:host{display:block;background-color:var(--theme-nav-overlay--background);padding:0.75rem 1rem 1rem 2rem;flex-grow:1;position:absolute;width:100%;height:100%}:host .about-header{display:flex;justify-content:space-between;flex-direction:row;align-items:center;height:2rem;margin-bottom:0.5rem}:host .about-header h2{color:var(--theme-nav-overlay-header--color);margin-bottom:1rem}:host ix-tabs{margin-bottom:1.5rem}:host ix-menu-about-item{display:none}";
|
|
9
|
+
const IxMenuAboutStyle0 = menuAboutCss;
|
|
10
|
+
|
|
11
|
+
const MenuAbout = class {
|
|
12
|
+
constructor(hostRef) {
|
|
13
|
+
index.registerInstance(this, hostRef);
|
|
14
|
+
this.close = index.createEvent(this, "close", 7);
|
|
15
|
+
this.activeTabLabel = undefined;
|
|
16
|
+
this.label = 'About & legal information';
|
|
17
|
+
this.show = false;
|
|
18
|
+
this.items = undefined;
|
|
19
|
+
}
|
|
20
|
+
updateTab(label) {
|
|
21
|
+
menuTabsFc.setTab(this, label);
|
|
22
|
+
}
|
|
23
|
+
componentWillLoad() {
|
|
24
|
+
menuTabsFc.initialize(this);
|
|
25
|
+
}
|
|
26
|
+
componentDidLoad() {
|
|
27
|
+
index.forceUpdate(this.el);
|
|
28
|
+
}
|
|
29
|
+
render() {
|
|
30
|
+
return index.h(menuTabsFc.MenuTabs, { key: '1e1fb130f2d7ea2cc703621c6c4ef91cbe97c1bc', context: this });
|
|
31
|
+
}
|
|
32
|
+
get el() { return index.getElement(this); }
|
|
33
|
+
static get watchers() { return {
|
|
34
|
+
"activeTabLabel": ["updateTab"]
|
|
35
|
+
}; }
|
|
36
|
+
};
|
|
37
|
+
MenuAbout.style = IxMenuAboutStyle0;
|
|
38
|
+
|
|
39
|
+
exports.ix_menu_about = MenuAbout;
|
|
40
|
+
|
|
41
|
+
//# sourceMappingURL=ix-menu-about.cjs.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"ix-menu-about.entry.cjs.js","mappings":";;;;;;;AAAA,MAAM,YAAY,GAAG,ozGAAozG,CAAC;AAC10G,0BAAe,YAAY;;MC+Bd,SAAS;;;;;qBAYJ,2BAA2B;oBAK5B,KAAK;;;IAUpB,SAAS,CAAC,KAAa;QACrBA,iBAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;KACrB;IAED,iBAAiB;QACfC,qBAAU,CAAC,IAAI,CAAC,CAAC;KAClB;IAED,gBAAgB;QACdC,iBAAW,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;KACtB;IAED,MAAM;QACJ,OAAOC,QAACC,mBAAQ,qDAAC,OAAO,EAAE,IAAI,GAAI,CAAC;KACpC;;;;;;;;;;","names":["setTab","initialize","forceUpdate","h","MenuTabs"],"sources":["src/components/menu-about/menu-about.scss?tag=ix-menu-about&encapsulation=shadow","src/components/menu-about/menu-about.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 'legacy/fonts';\n\n:host {\n display: block;\n background-color: var(--theme-nav-overlay--background);\n padding: $medium-space $default-space $default-space $x-large-space;\n flex-grow: 1;\n position: absolute;\n width: 100%;\n height: 100%;\n\n .about-header {\n display: flex;\n justify-content: space-between;\n flex-direction: row;\n align-items: center;\n height: $x-large-space;\n margin-bottom: $small-space;\n\n h2 {\n color: var(--theme-nav-overlay-header--color);\n margin-bottom: 1rem;\n }\n }\n\n ix-tabs {\n margin-bottom: 1.5rem;\n }\n\n ix-menu-about-item {\n display: none;\n }\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport {\n Component,\n Element,\n Event,\n EventEmitter,\n forceUpdate,\n h,\n Prop,\n State,\n Watch,\n} from '@stencil/core';\nimport { MenuTabs } from '../utils/menu-tabs/menu-tabs-fc';\nimport {\n CustomCloseEvent,\n initialize,\n setTab,\n} from '../utils/menu-tabs/menu-tabs-utils';\n\n@Component({\n tag: 'ix-menu-about',\n styleUrl: 'menu-about.scss',\n shadow: true,\n})\nexport class MenuAbout {\n @Element() el!: HTMLIxMenuAboutElement;\n\n /**\n * Active tab\n */\n // eslint-disable-next-line @stencil-community/strict-mutable\n @Prop({ mutable: true }) activeTabLabel: string;\n\n /**\n * Label of first tab\n */\n @Prop() label = 'About & legal information';\n\n /**\n * Internal\n */\n @Prop() show = false;\n\n /**\n * About and Legal closed\n */\n @Event() close: EventEmitter<CustomCloseEvent>;\n\n @State() items: HTMLIxMenuAboutItemElement[];\n\n @Watch('activeTabLabel')\n updateTab(label: string) {\n setTab(this, label);\n }\n\n componentWillLoad() {\n initialize(this);\n }\n\n componentDidLoad() {\n forceUpdate(this.el);\n }\n\n render() {\n return <MenuTabs context={this} />;\n }\n}\n"],"version":3}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-c6f0ac73.js');
|
|
6
|
+
const shadowDom = require('./shadow-dom-73f9d553.js');
|
|
7
|
+
|
|
8
|
+
const menuAvatarCss = ":host{display:block;position:relative;margin-bottom:0.5rem;margin-right:0.75rem}: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 .avatar{all:unset;box-sizing:border-box;display:flex;align-items:center;height:2.5rem;width:100%;max-height:2.5rem;padding-left:0.25rem;margin-left:0.41rem;margin-right:0.35rem;transition:var(--theme-default-time);border-radius:1.25rem}:host .avatar .avatar-name{display:flex;flex-direction:column;overflow:hidden;white-space:nowrap;margin-left:1rem;line-height:1.14}:host .avatar .avatar-name .text-default-single{color:var(--theme-nav-item-primary--color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .avatar:not(.disabled):not(:disabled){cursor:pointer}:host .avatar:not(.disabled):not(:disabled):hover{background-color:var(--theme-avatar-btn--background--hover);color:var(--theme-avatar-btn--color--hover)}:host .avatar:not(.disabled):not(:disabled){cursor:pointer}:host .avatar:not(.disabled):not(:disabled):active,:host .avatar:not(.disabled):not(:disabled).active{background-color:var(--theme-avatar-btn--background--active);color:var(--theme-avatar-btn--color--active)}:host .avatar:focus-visible{outline:1px solid var(--theme-color-focus-bdr)}";
|
|
9
|
+
const IxMenuAvatarStyle0 = menuAvatarCss;
|
|
10
|
+
|
|
11
|
+
const MenuAvatar = class {
|
|
12
|
+
constructor(hostRef) {
|
|
13
|
+
index.registerInstance(this, hostRef);
|
|
14
|
+
this.logoutClick = index.createEvent(this, "logoutClick", 7);
|
|
15
|
+
this.avatarElementId = 'ix-menu-avatar-id';
|
|
16
|
+
this.top = undefined;
|
|
17
|
+
this.bottom = undefined;
|
|
18
|
+
this.image = undefined;
|
|
19
|
+
this.initials = undefined;
|
|
20
|
+
this.i18nLogout = 'Logout';
|
|
21
|
+
this.showLogoutButton = true;
|
|
22
|
+
this.showContextMenu = false;
|
|
23
|
+
}
|
|
24
|
+
onSlotChange() {
|
|
25
|
+
const slot = this.hostElement.shadowRoot.querySelector('slot');
|
|
26
|
+
if (!slot) {
|
|
27
|
+
return;
|
|
28
|
+
}
|
|
29
|
+
const elements = shadowDom.getSlottedElements(slot);
|
|
30
|
+
this.showContextMenu = elements.length !== 0;
|
|
31
|
+
}
|
|
32
|
+
render() {
|
|
33
|
+
return (index.h(index.Host, { key: '658e27fb6385bda64d9d7f68f77eb70a4c65ba6a', slot: "ix-menu-avatar" }, index.h("button", { key: '42024cf4bd2c5d350b9369ebeba474a62f006639', class: "nav-item top-item avatar no-hover", title: this.top, id: this.avatarElementId, tabIndex: 0 }, index.h("ix-avatar", { key: 'a4e855427e1fe55b6d866895587b53cda99b3b3b', image: this.image, initials: this.initials }), index.h("div", { key: 'c41428278d3309934761759d5f1f3587e2bff850', class: "avatar-name" }, index.h("span", { key: '9504c5acb6d1903068897e3a151116428f5e05da', class: "text-default-single", title: this.top }, this.top), index.h("span", { key: '423bfa9d792d7c0c92500cb961c21d15f9d2a0cd', class: "text-default-single", title: this.bottom }, this.bottom))), index.h("ix-dropdown", { key: 'cf520e8c7e940c05bb7ff850ba86d137ca606ab5', trigger: this.hostElement, placement: 'right-start', hidden: !this.showContextMenu && !this.showLogoutButton, offset: {
|
|
34
|
+
mainAxis: 16,
|
|
35
|
+
} }, index.h("slot", { key: '4fcfea4ec3e971d4d29fedd00d556405fdb77209', onSlotchange: () => this.onSlotChange() }), this.showLogoutButton ? (index.h("ix-menu-avatar-item", { label: this.i18nLogout, icon: 'log-out', onClick: (e) => {
|
|
36
|
+
this.logoutClick.emit(e);
|
|
37
|
+
} })) : null)));
|
|
38
|
+
}
|
|
39
|
+
get hostElement() { return index.getElement(this); }
|
|
40
|
+
};
|
|
41
|
+
MenuAvatar.style = IxMenuAvatarStyle0;
|
|
42
|
+
|
|
43
|
+
exports.ix_menu_avatar = MenuAvatar;
|
|
44
|
+
|
|
45
|
+
//# sourceMappingURL=ix-menu-avatar.cjs.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"ix-menu-avatar.entry.cjs.js","mappings":";;;;;;;AAAA,MAAM,aAAa,GAAG,muDAAmuD,CAAC;AAC1vD,2BAAe,aAAa;;MCwBf,UAAU;;;;QAiDb,oBAAe,GAAG,mBAAmB,CAAC;;;;;0BAnBjB,QAAQ;gCAMD,IAAI;+BAMJ,KAAK;;IASzC,YAAY;QACV,MAAM,IAAI,GAAG,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;QAC/D,IAAI,CAAC,IAAI,EAAE;YACT,OAAO;SACR;QACD,MAAM,QAAQ,GAAGA,4BAAkB,CAAC,IAAI,CAAC,CAAC;QAC1C,IAAI,CAAC,eAAe,GAAG,QAAQ,CAAC,MAAM,KAAK,CAAC,CAAC;KAC9C;IAED,MAAM;QACJ,QACEC,QAACC,UAAI,qDAAC,IAAI,EAAC,gBAAgB,IACzBD,qEACE,KAAK,EAAC,mCAAmC,EACzC,KAAK,EAAE,IAAI,CAAC,GAAG,EACf,EAAE,EAAE,IAAI,CAAC,eAAe,EACxB,QAAQ,EAAE,CAAC,IAEXA,wEAAW,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,GAAc,EAEnEA,kEAAK,KAAK,EAAC,aAAa,IACtBA,mEAAM,KAAK,EAAC,qBAAqB,EAAC,KAAK,EAAE,IAAI,CAAC,GAAG,IAC9C,IAAI,CAAC,GAAG,CACJ,EACPA,mEAAM,KAAK,EAAC,qBAAqB,EAAC,KAAK,EAAE,IAAI,CAAC,MAAM,IACjD,IAAI,CAAC,MAAM,CACP,CACH,CACC,EACTA,0EACE,OAAO,EAAE,IAAI,CAAC,WAAW,EACzB,SAAS,EAAE,aAAa,EACxB,MAAM,EAAE,CAAC,IAAI,CAAC,eAAe,IAAI,CAAC,IAAI,CAAC,gBAAgB,EACvD,MAAM,EAAE;gBACN,QAAQ,EAAE,EAAE;aACb,IAEDA,mEAAM,YAAY,EAAE,MAAM,IAAI,CAAC,YAAY,EAAE,GAAS,EACrD,IAAI,CAAC,gBAAgB,IACpBA,iCACE,KAAK,EAAE,IAAI,CAAC,UAAU,EACtB,IAAI,EAAE,SAAS,EACf,OAAO,EAAE,CAAC,CAAC;gBACT,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;aAC1B,GACoB,IACrB,IAAI,CACI,CACT,EACP;KACH;;;;;;;","names":["getSlottedElements","h","Host"],"sources":["src/components/menu-avatar/menu-avatar.scss?tag=ix-menu-avatar&encapsulation=shadow","src/components/menu-avatar/menu-avatar.tsx"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n@import 'common-variables';\n@import 'mixins/text-truncation';\n@import 'mixins/hover';\n@import 'mixins/shadow-dom/component';\n\n:host {\n @include ix-component;\n display: block;\n position: relative;\n margin-bottom: 0.5rem;\n margin-right: 0.75rem;\n\n .avatar {\n all: unset;\n box-sizing: border-box;\n\n display: flex;\n align-items: center;\n height: 2.5rem;\n width: 100%;\n max-height: 2.5rem;\n padding-left: 0.25rem;\n margin-left: 0.41rem;\n margin-right: 0.35rem;\n transition: var(--theme-default-time);\n\n .avatar-name {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n white-space: nowrap;\n margin-left: $default-space;\n line-height: 1.14;\n\n .text-default-single {\n color: var(--theme-nav-item-primary--color);\n @include ellipsis;\n }\n }\n\n border-radius: 1.25rem;\n\n @include hover {\n background-color: var(--theme-avatar-btn--background--hover);\n color: var(--theme-avatar-btn--color--hover);\n }\n\n @include active {\n background-color: var(--theme-avatar-btn--background--active);\n color: var(--theme-avatar-btn--color--active);\n }\n }\n\n .avatar:focus-visible {\n outline: 1px solid var(--theme-color-focus-bdr);\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 */\nimport {\n Component,\n Element,\n Event,\n EventEmitter,\n h,\n Host,\n Prop,\n State,\n} from '@stencil/core';\nimport { getSlottedElements } from '../utils/shadow-dom';\n\n@Component({\n tag: 'ix-menu-avatar',\n styleUrl: 'menu-avatar.scss',\n shadow: true,\n})\nexport class MenuAvatar {\n @Element() hostElement!: HTMLIxMenuAvatarElement;\n\n /**\n * First line of text\n */\n @Prop() top: string;\n\n /**\n * Second line of text\n */\n @Prop() bottom: string;\n\n /**\n * Display a avatar image\n *\n * @since 1.4.0\n */\n @Prop() image: string;\n\n /**\n * Display the initials of the user. Will be overwritten by image\n *\n * @since 1.4.0\n */\n @Prop() initials: string;\n\n /**\n * Use for translation\n */\n @Prop() i18nLogout: string = 'Logout';\n\n /**\n * Control the visibility of the logout button\n * @since 2.1.0\n */\n @Prop() showLogoutButton: boolean = true;\n\n /**\n * Control the visibility of the dropdown menu\n * @since 2.1.0\n */\n @State() showContextMenu: boolean = false;\n\n /**\n * Logout click\n */\n @Event() logoutClick: EventEmitter;\n\n private avatarElementId = 'ix-menu-avatar-id';\n\n onSlotChange() {\n const slot = this.hostElement.shadowRoot.querySelector('slot');\n if (!slot) {\n return;\n }\n const elements = getSlottedElements(slot);\n this.showContextMenu = elements.length !== 0;\n }\n\n render() {\n return (\n <Host slot=\"ix-menu-avatar\">\n <button\n class=\"nav-item top-item avatar no-hover\"\n title={this.top}\n id={this.avatarElementId}\n tabIndex={0}\n >\n <ix-avatar image={this.image} initials={this.initials}></ix-avatar>\n\n <div class=\"avatar-name\">\n <span class=\"text-default-single\" title={this.top}>\n {this.top}\n </span>\n <span class=\"text-default-single\" title={this.bottom}>\n {this.bottom}\n </span>\n </div>\n </button>\n <ix-dropdown\n trigger={this.hostElement}\n placement={'right-start'}\n hidden={!this.showContextMenu && !this.showLogoutButton}\n offset={{\n mainAxis: 16,\n }}\n >\n <slot onSlotchange={() => this.onSlotChange()}></slot>\n {this.showLogoutButton ? (\n <ix-menu-avatar-item\n label={this.i18nLogout}\n icon={'log-out'}\n onClick={(e) => {\n this.logoutClick.emit(e);\n }}\n ></ix-menu-avatar-item>\n ) : null}\n </ix-dropdown>\n </Host>\n );\n }\n}\n"],"version":3}
|