@siemens/ix 3.0.0-alpha.0 → 3.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/custom-elements.d.ts +10 -0
- package/components/index.d.ts +33 -0
- package/components/index.js +137 -0
- package/components/index.js.map +1 -0
- package/components/ix-action-card.d.ts +11 -0
- package/components/ix-action-card.js +72 -0
- package/components/ix-action-card.js.map +1 -0
- package/components/ix-application-header.d.ts +11 -0
- package/components/ix-application-header.js +9 -0
- package/components/ix-application-header.js.map +1 -0
- package/components/ix-application-sidebar.d.ts +11 -0
- package/components/ix-application-sidebar.js +64 -0
- package/components/ix-application-sidebar.js.map +1 -0
- package/components/ix-application-switch-modal.d.ts +11 -0
- package/components/ix-application-switch-modal.js +106 -0
- package/components/ix-application-switch-modal.js.map +1 -0
- package/components/ix-application.d.ts +11 -0
- package/components/ix-application.js +148 -0
- package/components/ix-application.js.map +1 -0
- package/components/ix-avatar.d.ts +11 -0
- package/components/ix-avatar.js +9 -0
- package/components/ix-avatar.js.map +1 -0
- package/components/ix-basic-navigation.d.ts +11 -0
- package/components/ix-basic-navigation.js +154 -0
- package/components/ix-basic-navigation.js.map +1 -0
- package/components/ix-blind.d.ts +11 -0
- package/components/ix-blind.js +131 -0
- package/components/ix-blind.js.map +1 -0
- package/components/ix-breadcrumb-item.d.ts +11 -0
- package/components/ix-breadcrumb-item.js +9 -0
- package/components/ix-breadcrumb-item.js.map +1 -0
- package/components/ix-breadcrumb.d.ts +11 -0
- package/components/ix-breadcrumb.js +171 -0
- package/components/ix-breadcrumb.js.map +1 -0
- package/components/ix-button.d.ts +11 -0
- package/components/ix-button.js +9 -0
- package/components/ix-button.js.map +1 -0
- package/components/ix-card-accordion.d.ts +11 -0
- package/components/ix-card-accordion.js +9 -0
- package/components/ix-card-accordion.js.map +1 -0
- package/components/ix-card-content.d.ts +11 -0
- package/components/ix-card-content.js +9 -0
- package/components/ix-card-content.js.map +1 -0
- package/components/ix-card-list.d.ts +11 -0
- package/components/ix-card-list.js +258 -0
- package/components/ix-card-list.js.map +1 -0
- package/components/ix-card-title.d.ts +11 -0
- package/components/ix-card-title.js +9 -0
- package/components/ix-card-title.js.map +1 -0
- package/components/ix-card.d.ts +11 -0
- package/components/ix-card.js +9 -0
- package/components/ix-card.js.map +1 -0
- package/components/ix-category-filter.d.ts +11 -0
- package/components/ix-category-filter.js +600 -0
- package/components/ix-category-filter.js.map +1 -0
- package/components/ix-checkbox-group.d.ts +11 -0
- package/components/ix-checkbox-group.js +111 -0
- package/components/ix-checkbox-group.js.map +1 -0
- package/components/ix-checkbox.d.ts +11 -0
- package/components/ix-checkbox.js +155 -0
- package/components/ix-checkbox.js.map +1 -0
- package/components/ix-chip.d.ts +11 -0
- package/components/ix-chip.js +144 -0
- package/components/ix-chip.js.map +1 -0
- package/components/ix-col.d.ts +11 -0
- package/components/ix-col.js +9 -0
- package/components/ix-col.js.map +1 -0
- package/components/ix-content-header.d.ts +11 -0
- package/components/ix-content-header.js +73 -0
- package/components/ix-content-header.js.map +1 -0
- package/components/ix-content.d.ts +11 -0
- package/components/ix-content.js +49 -0
- package/components/ix-content.js.map +1 -0
- package/components/ix-css-grid-item.d.ts +11 -0
- package/components/ix-css-grid-item.js +40 -0
- package/components/ix-css-grid-item.js.map +1 -0
- package/components/ix-css-grid.d.ts +11 -0
- package/components/ix-css-grid.js +117 -0
- package/components/ix-css-grid.js.map +1 -0
- package/components/ix-custom-field.d.ts +11 -0
- package/components/ix-custom-field.js +112 -0
- package/components/ix-custom-field.js.map +1 -0
- package/components/ix-date-dropdown.d.ts +11 -0
- package/components/ix-date-dropdown.js +372 -0
- package/components/ix-date-dropdown.js.map +1 -0
- package/components/ix-date-input.d.ts +11 -0
- package/components/ix-date-input.js +388 -0
- package/components/ix-date-input.js.map +1 -0
- package/components/ix-date-picker.d.ts +11 -0
- package/components/ix-date-picker.js +9 -0
- package/components/ix-date-picker.js.map +1 -0
- package/components/ix-date-time-card.d.ts +11 -0
- package/components/ix-date-time-card.js +9 -0
- package/components/ix-date-time-card.js.map +1 -0
- package/components/ix-datetime-picker.d.ts +11 -0
- package/components/ix-datetime-picker.js +208 -0
- package/components/ix-datetime-picker.js.map +1 -0
- package/components/ix-divider.d.ts +11 -0
- package/components/ix-divider.js +9 -0
- package/components/ix-divider.js.map +1 -0
- package/components/ix-drawer.d.ts +11 -0
- package/components/ix-drawer.js +200 -0
- package/components/ix-drawer.js.map +1 -0
- package/components/ix-dropdown-button.d.ts +11 -0
- package/components/ix-dropdown-button.js +107 -0
- package/components/ix-dropdown-button.js.map +1 -0
- package/components/ix-dropdown-header.d.ts +11 -0
- package/components/ix-dropdown-header.js +44 -0
- package/components/ix-dropdown-header.js.map +1 -0
- package/components/ix-dropdown-item.d.ts +11 -0
- package/components/ix-dropdown-item.js +9 -0
- package/components/ix-dropdown-item.js.map +1 -0
- package/components/ix-dropdown-quick-actions.d.ts +11 -0
- package/components/ix-dropdown-quick-actions.js +36 -0
- package/components/ix-dropdown-quick-actions.js.map +1 -0
- package/components/ix-dropdown.d.ts +11 -0
- package/components/ix-dropdown.js +9 -0
- package/components/ix-dropdown.js.map +1 -0
- package/components/ix-empty-state.d.ts +11 -0
- package/components/ix-empty-state.js +65 -0
- package/components/ix-empty-state.js.map +1 -0
- package/components/ix-event-list-item.d.ts +11 -0
- package/components/ix-event-list-item.js +72 -0
- package/components/ix-event-list-item.js.map +1 -0
- package/components/ix-event-list.d.ts +11 -0
- package/components/ix-event-list.js +162 -0
- package/components/ix-event-list.js.map +1 -0
- package/components/ix-expanding-search.d.ts +11 -0
- package/components/ix-expanding-search.js +146 -0
- package/components/ix-expanding-search.js.map +1 -0
- package/components/ix-field-label.d.ts +11 -0
- package/components/ix-field-label.js +9 -0
- package/components/ix-field-label.js.map +1 -0
- package/components/ix-field-wrapper.d.ts +11 -0
- package/components/ix-field-wrapper.js +9 -0
- package/components/ix-field-wrapper.js.map +1 -0
- package/components/ix-filter-chip.d.ts +11 -0
- package/components/ix-filter-chip.js +9 -0
- package/components/ix-filter-chip.js.map +1 -0
- package/components/ix-flip-tile-content.d.ts +11 -0
- package/components/ix-flip-tile-content.js +44 -0
- package/components/ix-flip-tile-content.js.map +1 -0
- package/components/ix-flip-tile.d.ts +11 -0
- package/components/ix-flip-tile.js +155 -0
- package/components/ix-flip-tile.js.map +1 -0
- package/components/ix-group-context-menu.d.ts +11 -0
- package/components/ix-group-context-menu.js +9 -0
- package/components/ix-group-context-menu.js.map +1 -0
- package/components/ix-group-item.d.ts +11 -0
- package/components/ix-group-item.js +9 -0
- package/components/ix-group-item.js.map +1 -0
- package/components/ix-group.d.ts +11 -0
- package/components/ix-group.js +221 -0
- package/components/ix-group.js.map +1 -0
- package/components/ix-helper-text.d.ts +11 -0
- package/components/ix-helper-text.js +91 -0
- package/components/ix-helper-text.js.map +1 -0
- package/components/ix-icon-button.d.ts +11 -0
- package/components/ix-icon-button.js +9 -0
- package/components/ix-icon-button.js.map +1 -0
- package/components/ix-icon-toggle-button.d.ts +11 -0
- package/components/ix-icon-toggle-button.js +141 -0
- package/components/ix-icon-toggle-button.js.map +1 -0
- package/components/ix-input-group.d.ts +11 -0
- package/components/ix-input-group.js +152 -0
- package/components/ix-input-group.js.map +1 -0
- package/components/ix-input.d.ts +11 -0
- package/components/ix-input.js +240 -0
- package/components/ix-input.js.map +1 -0
- package/components/ix-key-value-list.d.ts +11 -0
- package/components/ix-key-value-list.js +42 -0
- package/components/ix-key-value-list.js.map +1 -0
- package/components/ix-key-value.d.ts +11 -0
- package/components/ix-key-value.js +48 -0
- package/components/ix-key-value.js.map +1 -0
- package/components/ix-kpi.d.ts +11 -0
- package/components/ix-kpi.js +74 -0
- package/components/ix-kpi.js.map +1 -0
- package/components/ix-layout-auto.d.ts +11 -0
- package/components/ix-layout-auto.js +113 -0
- package/components/ix-layout-auto.js.map +1 -0
- package/components/ix-layout-grid.d.ts +11 -0
- package/components/ix-layout-grid.js +9 -0
- package/components/ix-layout-grid.js.map +1 -0
- package/components/ix-link-button.d.ts +11 -0
- package/components/ix-link-button.js +57 -0
- package/components/ix-link-button.js.map +1 -0
- package/components/ix-map-navigation-overlay.d.ts +11 -0
- package/components/ix-map-navigation-overlay.js +9 -0
- package/components/ix-map-navigation-overlay.js.map +1 -0
- package/components/ix-map-navigation.d.ts +11 -0
- package/components/ix-map-navigation.js +241 -0
- package/components/ix-map-navigation.js.map +1 -0
- package/components/ix-menu-about-item.d.ts +11 -0
- package/components/ix-menu-about-item.js +51 -0
- package/components/ix-menu-about-item.js.map +1 -0
- package/components/ix-menu-about-news.d.ts +11 -0
- package/components/ix-menu-about-news.js +93 -0
- package/components/ix-menu-about-news.js.map +1 -0
- package/components/ix-menu-about.d.ts +11 -0
- package/components/ix-menu-about.js +89 -0
- package/components/ix-menu-about.js.map +1 -0
- package/components/ix-menu-avatar-item.d.ts +11 -0
- package/components/ix-menu-avatar-item.js +9 -0
- package/components/ix-menu-avatar-item.js.map +1 -0
- package/components/ix-menu-avatar.d.ts +11 -0
- package/components/ix-menu-avatar.js +117 -0
- package/components/ix-menu-avatar.js.map +1 -0
- package/components/ix-menu-category.d.ts +11 -0
- package/components/ix-menu-category.js +284 -0
- package/components/ix-menu-category.js.map +1 -0
- package/components/ix-menu-expand-icon.d.ts +11 -0
- package/components/ix-menu-expand-icon.js +9 -0
- package/components/ix-menu-expand-icon.js.map +1 -0
- package/components/ix-menu-item.d.ts +11 -0
- package/components/ix-menu-item.js +9 -0
- package/components/ix-menu-item.js.map +1 -0
- package/components/ix-menu-settings-item.d.ts +11 -0
- package/components/ix-menu-settings-item.js +51 -0
- package/components/ix-menu-settings-item.js.map +1 -0
- package/components/ix-menu-settings.d.ts +11 -0
- package/components/ix-menu-settings.js +9 -0
- package/components/ix-menu-settings.js.map +1 -0
- package/components/ix-menu.d.ts +11 -0
- package/components/ix-menu.js +592 -0
- package/components/ix-menu.js.map +1 -0
- package/components/ix-message-bar.d.ts +11 -0
- package/components/ix-message-bar.js +103 -0
- package/components/ix-message-bar.js.map +1 -0
- package/components/ix-modal-content.d.ts +11 -0
- package/components/ix-modal-content.js +9 -0
- package/components/ix-modal-content.js.map +1 -0
- package/components/ix-modal-footer.d.ts +11 -0
- package/components/ix-modal-footer.js +36 -0
- package/components/ix-modal-footer.js.map +1 -0
- package/components/ix-modal-header.d.ts +11 -0
- package/components/ix-modal-header.js +9 -0
- package/components/ix-modal-header.js.map +1 -0
- package/components/ix-modal-loading.d.ts +11 -0
- package/components/ix-modal-loading.js +42 -0
- package/components/ix-modal-loading.js.map +1 -0
- package/components/ix-modal.d.ts +11 -0
- package/components/ix-modal.js +245 -0
- package/components/ix-modal.js.map +1 -0
- package/components/ix-number-input.d.ts +11 -0
- package/components/ix-number-input.js +236 -0
- package/components/ix-number-input.js.map +1 -0
- package/components/ix-pagination.d.ts +11 -0
- package/components/ix-pagination.js +261 -0
- package/components/ix-pagination.js.map +1 -0
- package/components/ix-pane-layout.d.ts +11 -0
- package/components/ix-pane-layout.js +311 -0
- package/components/ix-pane-layout.js.map +1 -0
- package/components/ix-pane.d.ts +11 -0
- package/components/ix-pane.js +568 -0
- package/components/ix-pane.js.map +1 -0
- package/components/ix-pill.d.ts +11 -0
- package/components/ix-pill.js +128 -0
- package/components/ix-pill.js.map +1 -0
- package/components/ix-push-card.d.ts +11 -0
- package/components/ix-push-card.js +83 -0
- package/components/ix-push-card.js.map +1 -0
- package/components/ix-radio-group.d.ts +11 -0
- package/components/ix-radio-group.js +169 -0
- package/components/ix-radio-group.js.map +1 -0
- package/components/ix-radio.d.ts +11 -0
- package/components/ix-radio.js +127 -0
- package/components/ix-radio.js.map +1 -0
- package/components/ix-row.d.ts +11 -0
- package/components/ix-row.js +9 -0
- package/components/ix-row.js.map +1 -0
- package/components/ix-select-item.d.ts +11 -0
- package/components/ix-select-item.js +9 -0
- package/components/ix-select-item.js.map +1 -0
- package/components/ix-select.d.ts +11 -0
- package/components/ix-select.js +9 -0
- package/components/ix-select.js.map +1 -0
- package/components/ix-slider.d.ts +11 -0
- package/components/ix-slider.js +255 -0
- package/components/ix-slider.js.map +1 -0
- package/components/ix-spinner.d.ts +11 -0
- package/components/ix-spinner.js +9 -0
- package/components/ix-spinner.js.map +1 -0
- package/components/ix-split-button.d.ts +11 -0
- package/components/ix-split-button.js +118 -0
- package/components/ix-split-button.js.map +1 -0
- package/components/ix-tab-item.d.ts +11 -0
- package/components/ix-tab-item.js +9 -0
- package/components/ix-tab-item.js.map +1 -0
- package/components/ix-tabs.d.ts +11 -0
- package/components/ix-tabs.js +9 -0
- package/components/ix-tabs.js.map +1 -0
- package/components/ix-textarea.d.ts +11 -0
- package/components/ix-textarea.js +192 -0
- package/components/ix-textarea.js.map +1 -0
- package/components/ix-tile.d.ts +11 -0
- package/components/ix-tile.js +63 -0
- package/components/ix-tile.js.map +1 -0
- package/components/ix-time-picker.d.ts +11 -0
- package/components/ix-time-picker.js +9 -0
- package/components/ix-time-picker.js.map +1 -0
- package/components/ix-toast-container.d.ts +11 -0
- package/components/ix-toast-container.js +143 -0
- package/components/ix-toast-container.js.map +1 -0
- package/components/ix-toast.d.ts +11 -0
- package/components/ix-toast.js +9 -0
- package/components/ix-toast.js.map +1 -0
- package/components/ix-toggle-button.d.ts +11 -0
- package/components/ix-toggle-button.js +128 -0
- package/components/ix-toggle-button.js.map +1 -0
- package/components/ix-toggle.d.ts +11 -0
- package/components/ix-toggle.js +155 -0
- package/components/ix-toggle.js.map +1 -0
- package/components/ix-tooltip.d.ts +11 -0
- package/components/ix-tooltip.js +9 -0
- package/components/ix-tooltip.js.map +1 -0
- package/components/ix-tree-item.d.ts +11 -0
- package/components/ix-tree-item.js +9 -0
- package/components/ix-tree-item.js.map +1 -0
- package/components/ix-tree.d.ts +11 -0
- package/components/ix-tree.js +592 -0
- package/components/ix-tree.js.map +1 -0
- package/components/ix-typography.d.ts +11 -0
- package/components/ix-typography.js +9 -0
- package/components/ix-typography.js.map +1 -0
- package/components/ix-upload.d.ts +11 -0
- package/components/ix-upload.js +234 -0
- package/components/ix-upload.js.map +1 -0
- package/components/ix-validation-tooltip.d.ts +11 -0
- package/components/ix-validation-tooltip.js +184 -0
- package/components/ix-validation-tooltip.js.map +1 -0
- package/components/ix-workflow-step.d.ts +11 -0
- package/components/ix-workflow-step.js +147 -0
- package/components/ix-workflow-step.js.map +1 -0
- package/components/ix-workflow-steps.d.ts +11 -0
- package/components/ix-workflow-steps.js +112 -0
- package/components/ix-workflow-steps.js.map +1 -0
- package/components/p--2LOMK-5.js +105 -0
- package/components/p--2LOMK-5.js.map +1 -0
- package/components/p-0LfxrxE4.js +164 -0
- package/components/p-0LfxrxE4.js.map +1 -0
- package/components/p-1f50E84W.js +54 -0
- package/components/p-1f50E84W.js.map +1 -0
- package/components/p-BAPgZLqz.js +33 -0
- package/components/p-BAPgZLqz.js.map +1 -0
- package/components/p-BGzrnl_l.js +21 -0
- package/components/p-BGzrnl_l.js.map +1 -0
- package/components/p-BH3f5fa3.js +37 -0
- package/components/p-BH3f5fa3.js.map +1 -0
- package/components/p-BIjJHJC6.js +203 -0
- package/components/p-BIjJHJC6.js.map +1 -0
- package/components/p-BNJ4Ws7A.js +89 -0
- package/components/p-BNJ4Ws7A.js.map +1 -0
- package/components/p-BQ6999e5.js +22 -0
- package/components/p-BQ6999e5.js.map +1 -0
- package/components/p-B_ksjKbq.js +83 -0
- package/components/p-B_ksjKbq.js.map +1 -0
- package/components/p-Bb7pDeaQ.js +144 -0
- package/components/p-Bb7pDeaQ.js.map +1 -0
- package/components/p-BcWYFLel.js +162 -0
- package/components/p-BcWYFLel.js.map +1 -0
- package/components/p-BdCnOrqW.js +47 -0
- package/components/p-BdCnOrqW.js.map +1 -0
- package/components/p-Bi1VyG64.js +46 -0
- package/components/p-Bi1VyG64.js.map +1 -0
- package/components/p-BkRdUBrT.js +19 -0
- package/components/p-BkRdUBrT.js.map +1 -0
- package/components/p-BtKhV-Qs.js +129 -0
- package/components/p-BtKhV-Qs.js.map +1 -0
- package/components/p-BvVFL6_X.js +65 -0
- package/components/p-BvVFL6_X.js.map +1 -0
- package/components/p-BzcD2jYB.js +134 -0
- package/components/p-BzcD2jYB.js.map +1 -0
- package/components/p-C-mNdLd6.js +90 -0
- package/components/p-C-mNdLd6.js.map +1 -0
- package/components/p-C1wxjy2C.js +59 -0
- package/components/p-C1wxjy2C.js.map +1 -0
- package/components/p-C3b1PgFA.js +61 -0
- package/components/p-C3b1PgFA.js.map +1 -0
- package/components/p-C4TYRqdI.js +33 -0
- package/components/p-C4TYRqdI.js.map +1 -0
- package/components/p-C5YFrAhW.js +75 -0
- package/components/p-C5YFrAhW.js.map +1 -0
- package/components/p-CA8lgT01.js +133 -0
- package/components/p-CA8lgT01.js.map +1 -0
- package/components/p-CAVJJh8O.js +107 -0
- package/components/p-CAVJJh8O.js.map +1 -0
- package/components/p-CAqtPJ4-.js +1786 -0
- package/components/p-CAqtPJ4-.js.map +1 -0
- package/components/p-CAtsUR4G.js +48 -0
- package/components/p-CAtsUR4G.js.map +1 -0
- package/components/p-CB5DzBgb.js +54 -0
- package/components/p-CB5DzBgb.js.map +1 -0
- package/components/p-CBVGeMwV.js +103 -0
- package/components/p-CBVGeMwV.js.map +1 -0
- package/components/p-CDvg2uVS.js +55 -0
- package/components/p-CDvg2uVS.js.map +1 -0
- package/components/p-CI5W8CAi.js +110 -0
- package/components/p-CI5W8CAi.js.map +1 -0
- package/components/p-CIrU33UT.js +33 -0
- package/components/p-CIrU33UT.js.map +1 -0
- package/components/p-CPbbOJ_i.js +110 -0
- package/components/p-CPbbOJ_i.js.map +1 -0
- package/components/p-CV6yma_f.js +463 -0
- package/components/p-CV6yma_f.js.map +1 -0
- package/components/p-CX81WQtk.js +14 -0
- package/components/p-CX81WQtk.js.map +1 -0
- package/components/p-CrQyJEVL.js +71 -0
- package/components/p-CrQyJEVL.js.map +1 -0
- package/components/p-CtTl3_AV.js +1833 -0
- package/components/p-CtTl3_AV.js.map +1 -0
- package/components/p-Ctm7nqyL.js +76 -0
- package/components/p-Ctm7nqyL.js.map +1 -0
- package/components/p-CyFFBc_G.js +100 -0
- package/components/p-CyFFBc_G.js.map +1 -0
- package/components/p-D-z4lnIJ.js +33 -0
- package/components/p-D-z4lnIJ.js.map +1 -0
- package/components/p-D0LOAFeZ.js +772 -0
- package/components/p-D0LOAFeZ.js.map +1 -0
- package/components/p-D3K9vmFp.js +157 -0
- package/components/p-D3K9vmFp.js.map +1 -0
- package/components/p-D3VIxufW.js +51 -0
- package/components/p-D3VIxufW.js.map +1 -0
- package/components/p-D60flNJM.js +146 -0
- package/components/p-D60flNJM.js.map +1 -0
- package/components/p-D6vSVaHq.js +26 -0
- package/components/p-D6vSVaHq.js.map +1 -0
- package/components/p-D9Zr-lKz.js +253 -0
- package/components/p-D9Zr-lKz.js.map +1 -0
- package/components/p-DDHkNPby.js +79 -0
- package/components/p-DDHkNPby.js.map +1 -0
- package/components/p-DWZGOVME.js +116 -0
- package/components/p-DWZGOVME.js.map +1 -0
- package/components/p-DYsshkPV.js +90 -0
- package/components/p-DYsshkPV.js.map +1 -0
- package/components/p-Da1A2O4N.js +79 -0
- package/components/p-Da1A2O4N.js.map +1 -0
- package/components/p-DcNP8_7d.js +91 -0
- package/components/p-DcNP8_7d.js.map +1 -0
- package/components/p-DcqQbhTb.js +54 -0
- package/components/p-DcqQbhTb.js.map +1 -0
- package/components/p-Dly1Khc2.js +262 -0
- package/components/p-Dly1Khc2.js.map +1 -0
- package/components/p-Dn_WjwtW.js +53 -0
- package/components/p-Dn_WjwtW.js.map +1 -0
- package/components/p-Dp15M30K.js +20 -0
- package/components/p-Dp15M30K.js.map +1 -0
- package/components/p-Dp4RJcgZ.js +125 -0
- package/components/p-Dp4RJcgZ.js.map +1 -0
- package/components/p-DzCmj5t-.js +42 -0
- package/components/p-DzCmj5t-.js.map +1 -0
- package/components/p-JJddxCCh.js +42 -0
- package/components/p-JJddxCCh.js.map +1 -0
- package/components/p-Ou74PMQs.js +1313 -0
- package/components/p-Ou74PMQs.js.map +1 -0
- package/components/p-TGPySHuR.js +113 -0
- package/components/p-TGPySHuR.js.map +1 -0
- package/components/p-UQa1aROL.js +23 -0
- package/components/p-UQa1aROL.js.map +1 -0
- package/components/p-bDicGJUN.js +7697 -0
- package/components/p-bDicGJUN.js.map +1 -0
- package/components/p-bcj7UEIC.js +24 -0
- package/components/p-bcj7UEIC.js.map +1 -0
- package/components/p-elgF4vOp.js +33 -0
- package/components/p-elgF4vOp.js.map +1 -0
- package/components/p-jiOZu5Rs.js +33 -0
- package/components/p-jiOZu5Rs.js.map +1 -0
- package/components/p-kY0vP3rC.js +122 -0
- package/components/p-kY0vP3rC.js.map +1 -0
- package/components/p-nRLifbYD.js +209 -0
- package/components/p-nRLifbYD.js.map +1 -0
- package/components/p-nxsAEeRV.js +310 -0
- package/components/p-nxsAEeRV.js.map +1 -0
- package/components/p-rAP-ASw3.js +605 -0
- package/components/p-rAP-ASw3.js.map +1 -0
- package/components/p-vcRya6fE.js +360 -0
- package/components/p-vcRya6fE.js.map +1 -0
- package/components/package.json +8 -0
- package/dist/cjs/a11y-B_6chCvu.js +148 -0
- package/dist/cjs/a11y-B_6chCvu.js.map +1 -0
- package/dist/cjs/animation-CHJ_toEA.js +22 -0
- package/dist/cjs/animation-CHJ_toEA.js.map +1 -0
- package/dist/cjs/anime.es-CgS5X9-e.js +1315 -0
- package/dist/cjs/anime.es-CgS5X9-e.js.map +1 -0
- package/dist/cjs/app-globals-Dl9nm3FH.js +10 -0
- package/dist/cjs/app-globals-Dl9nm3FH.js.map +1 -0
- package/dist/cjs/base-button-CqhWuxXr.js +74 -0
- package/dist/cjs/base-button-CqhWuxXr.js.map +1 -0
- package/dist/cjs/base-icon-button-D0j4OzyN.js +21 -0
- package/dist/cjs/base-icon-button-D0j4OzyN.js.map +1 -0
- package/dist/cjs/breakpoints-B8fTDVlk.js +28 -0
- package/dist/cjs/breakpoints-B8fTDVlk.js.map +1 -0
- package/dist/cjs/context-B8bRIFA2.js +110 -0
- package/dist/cjs/context-B8bRIFA2.js.map +1 -0
- package/dist/cjs/datetime-Dvtv5O8f.js +7700 -0
- package/dist/cjs/datetime-Dvtv5O8f.js.map +1 -0
- package/dist/cjs/default-tree-item-B1QdEq5a.js +25 -0
- package/dist/cjs/default-tree-item-B1QdEq5a.js.map +1 -0
- package/dist/cjs/disposable-event-listener-BALEIeXq.js +26 -0
- package/dist/cjs/disposable-event-listener-BALEIeXq.js.map +1 -0
- package/dist/cjs/dropdown-controller-BLOjtc6w.js +160 -0
- package/dist/cjs/dropdown-controller-BLOjtc6w.js.map +1 -0
- package/dist/cjs/find-element-D7yD1Ukn.js +106 -0
- package/dist/cjs/find-element-D7yD1Ukn.js.map +1 -0
- package/dist/cjs/flip-tile-state-bDVEEzk4.js +22 -0
- package/dist/cjs/flip-tile-state-bDVEEzk4.js.map +1 -0
- package/dist/cjs/floating-ui.dom-CMzYsRR7.js +1795 -0
- package/dist/cjs/floating-ui.dom-CMzYsRR7.js.map +1 -0
- package/dist/cjs/focus-Cl8_98b5.js +70 -0
- package/dist/cjs/focus-Cl8_98b5.js.map +1 -0
- package/dist/cjs/helper-text-util-x8PVAsbI.js +45 -0
- package/dist/cjs/helper-text-util-x8PVAsbI.js.map +1 -0
- package/dist/cjs/index-DIFIjYrm.js +99 -0
- package/dist/cjs/index-DIFIjYrm.js.map +1 -0
- package/dist/cjs/index-DUl1Kp3_.js +2481 -0
- package/dist/cjs/index-DUl1Kp3_.js.map +1 -0
- package/dist/cjs/index-IWZYsRU-.js +35 -0
- package/dist/cjs/index-IWZYsRU-.js.map +1 -0
- package/dist/cjs/index.cjs.js +148 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/input.util-DKYtpTVn.js +215 -0
- package/dist/cjs/input.util-DKYtpTVn.js.map +1 -0
- package/dist/cjs/ix-action-card.cjs.entry.js +32 -0
- package/dist/cjs/ix-action-card.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-action-card.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-application-header.cjs.entry.js +159 -0
- package/dist/cjs/ix-application-header.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application-header.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-application-sidebar.cjs.entry.js +46 -0
- package/dist/cjs/ix-application-sidebar.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application-sidebar.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-application-switch-modal.cjs.entry.js +59 -0
- package/dist/cjs/ix-application-switch-modal.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application-switch-modal.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-application.cjs.entry.js +120 -0
- package/dist/cjs/ix-application.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-avatar.ix-menu-avatar-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-avatar_2.cjs.entry.js +87 -0
- package/dist/cjs/ix-avatar_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-basic-navigation.cjs.entry.js +95 -0
- package/dist/cjs/ix-basic-navigation.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-basic-navigation.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-blind.cjs.entry.js +101 -0
- package/dist/cjs/ix-blind.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-blind.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-breadcrumb-item.cjs.entry.js +76 -0
- package/dist/cjs/ix-breadcrumb-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-breadcrumb-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-breadcrumb.cjs.entry.js +122 -0
- package/dist/cjs/ix-breadcrumb.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-breadcrumb.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-button.cjs.entry.js +105 -0
- package/dist/cjs/ix-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-button.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-card-accordion.ix-card-title.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-card-accordion_2.cjs.entry.js +86 -0
- package/dist/cjs/ix-card-accordion_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-card-list.cjs.entry.js +191 -0
- package/dist/cjs/ix-card-list.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-card-list.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-card.ix-card-content.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-card_2.cjs.entry.js +45 -0
- package/dist/cjs/ix-card_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-category-filter.cjs.entry.js +537 -0
- package/dist/cjs/ix-category-filter.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-category-filter.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-checkbox-group.cjs.entry.js +58 -0
- package/dist/cjs/ix-checkbox-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-checkbox-group.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-checkbox.cjs.entry.js +126 -0
- package/dist/cjs/ix-checkbox.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-checkbox.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-chip.cjs.entry.js +95 -0
- package/dist/cjs/ix-chip.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-chip.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-col_4.cjs.entry.js +640 -0
- package/dist/cjs/ix-col_4.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-content-header.cjs.entry.js +34 -0
- package/dist/cjs/ix-content-header.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-content-header.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-content.cjs.entry.js +31 -0
- package/dist/cjs/ix-content.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-content.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-css-grid-item.cjs.entry.js +22 -0
- package/dist/cjs/ix-css-grid-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-css-grid-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-css-grid.cjs.entry.js +98 -0
- package/dist/cjs/ix-css-grid.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-css-grid.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-custom-field.cjs.entry.js +59 -0
- package/dist/cjs/ix-custom-field.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-custom-field.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-date-dropdown.cjs.entry.js +265 -0
- package/dist/cjs/ix-date-dropdown.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-date-dropdown.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-date-input.cjs.entry.js +287 -0
- package/dist/cjs/ix-date-input.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-date-input.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-date-time-card.cjs.entry.js +38 -0
- package/dist/cjs/ix-date-time-card.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-date-time-card.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-datetime-picker.cjs.entry.js +107 -0
- package/dist/cjs/ix-datetime-picker.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-datetime-picker.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-divider.cjs.entry.js +20 -0
- package/dist/cjs/ix-divider.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-divider.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-drawer.cjs.entry.js +161 -0
- package/dist/cjs/ix-drawer.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-drawer.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-dropdown-button.cjs.entry.js +58 -0
- package/dist/cjs/ix-dropdown-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-button.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-dropdown-header.cjs.entry.js +20 -0
- package/dist/cjs/ix-dropdown-header.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-header.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-dropdown-item.cjs.entry.js +60 -0
- package/dist/cjs/ix-dropdown-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js +20 -0
- package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-quick-actions.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-dropdown.cjs.entry.js +371 -0
- package/dist/cjs/ix-dropdown.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-empty-state.cjs.entry.js +25 -0
- package/dist/cjs/ix-empty-state.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-empty-state.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-event-list-item.cjs.entry.js +51 -0
- package/dist/cjs/ix-event-list-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-event-list-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-event-list.cjs.entry.js +139 -0
- package/dist/cjs/ix-event-list.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-event-list.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-expanding-search.cjs.entry.js +107 -0
- package/dist/cjs/ix-expanding-search.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-expanding-search.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-field-label.ix-field-wrapper.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-field-label_2.cjs.entry.js +189 -0
- package/dist/cjs/ix-field-label_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-filter-chip.ix-select-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-filter-chip_2.cjs.entry.js +130 -0
- package/dist/cjs/ix-filter-chip_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-flip-tile-content.cjs.entry.js +26 -0
- package/dist/cjs/ix-flip-tile-content.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-flip-tile-content.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-flip-tile.cjs.entry.js +119 -0
- package/dist/cjs/ix-flip-tile.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-flip-tile.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-group-context-menu.ix-group-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-group-context-menu_2.cjs.entry.js +81 -0
- package/dist/cjs/ix-group-context-menu_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-group.cjs.entry.js +167 -0
- package/dist/cjs/ix-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-group.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-helper-text.cjs.entry.js +62 -0
- package/dist/cjs/ix-helper-text.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-helper-text.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-icon-button.ix-spinner.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-icon-button_2.cjs.entry.js +133 -0
- package/dist/cjs/ix-icon-button_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-icon-toggle-button.cjs.entry.js +107 -0
- package/dist/cjs/ix-icon-toggle-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-icon-toggle-button.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-input-group.cjs.entry.js +132 -0
- package/dist/cjs/ix-input-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-input-group.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-input.cjs.entry.js +166 -0
- package/dist/cjs/ix-input.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-input.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-key-value-list.cjs.entry.js +24 -0
- package/dist/cjs/ix-key-value-list.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-key-value-list.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-key-value.cjs.entry.js +27 -0
- package/dist/cjs/ix-key-value.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-key-value.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-kpi.cjs.entry.js +52 -0
- package/dist/cjs/ix-kpi.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-kpi.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-layout-auto.cjs.entry.js +93 -0
- package/dist/cjs/ix-layout-auto.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-layout-auto.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-link-button.cjs.entry.js +37 -0
- package/dist/cjs/ix-link-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-link-button.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js +60 -0
- package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-map-navigation-overlay.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-map-navigation.cjs.entry.js +175 -0
- package/dist/cjs/ix-map-navigation.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-map-navigation.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-about-item.cjs.entry.js +31 -0
- package/dist/cjs/ix-menu-about-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-about-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-about-news.cjs.entry.js +46 -0
- package/dist/cjs/ix-menu-about-news.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-about-news.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-about.cjs.entry.js +43 -0
- package/dist/cjs/ix-menu-about.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-about.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-avatar.cjs.entry.js +51 -0
- package/dist/cjs/ix-menu-avatar.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-avatar.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-category.cjs.entry.js +225 -0
- package/dist/cjs/ix-menu-category.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-category.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-expand-icon.cjs.entry.js +49 -0
- package/dist/cjs/ix-menu-expand-icon.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-expand-icon.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-item.cjs.entry.js +109 -0
- package/dist/cjs/ix-menu-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-settings-CNmiFF1r.js +123 -0
- package/dist/cjs/ix-menu-settings-CNmiFF1r.js.map +1 -0
- package/dist/cjs/ix-menu-settings-item.cjs.entry.js +31 -0
- package/dist/cjs/ix-menu-settings-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-settings-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-settings.cjs.entry.js +12 -0
- package/dist/cjs/ix-menu-settings.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-settings.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu.cjs.entry.js +515 -0
- package/dist/cjs/ix-menu.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-message-bar.cjs.entry.js +70 -0
- package/dist/cjs/ix-message-bar.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-message-bar.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-modal-content.ix-modal-header.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-modal-content_2.cjs.entry.js +65 -0
- package/dist/cjs/ix-modal-content_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal-footer.cjs.entry.js +20 -0
- package/dist/cjs/ix-modal-footer.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal-footer.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-modal-loading.cjs.entry.js +20 -0
- package/dist/cjs/ix-modal-loading.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal-loading.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-modal.cjs.entry.js +217 -0
- package/dist/cjs/ix-modal.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-number-input.cjs.entry.js +165 -0
- package/dist/cjs/ix-number-input.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-number-input.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-pagination.cjs.entry.js +170 -0
- package/dist/cjs/ix-pagination.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pagination.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-pane-layout.cjs.entry.js +284 -0
- package/dist/cjs/ix-pane-layout.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pane-layout.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-pane.cjs.entry.js +508 -0
- package/dist/cjs/ix-pane.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pane.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-pill.cjs.entry.js +91 -0
- package/dist/cjs/ix-pill.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pill.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-push-card.cjs.entry.js +30 -0
- package/dist/cjs/ix-push-card.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-push-card.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-radio-group.cjs.entry.js +113 -0
- package/dist/cjs/ix-radio-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-radio-group.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-radio.cjs.entry.js +100 -0
- package/dist/cjs/ix-radio.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-radio.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-select.cjs.entry.js +666 -0
- package/dist/cjs/ix-select.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-select.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-slider.cjs.entry.js +206 -0
- package/dist/cjs/ix-slider.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-slider.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-split-button.cjs.entry.js +67 -0
- package/dist/cjs/ix-split-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-split-button.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-tab-item.ix-tabs.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-tab-item_2.cjs.entry.js +364 -0
- package/dist/cjs/ix-tab-item_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-textarea.cjs.entry.js +131 -0
- package/dist/cjs/ix-textarea.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-textarea.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-tile.cjs.entry.js +43 -0
- package/dist/cjs/ix-tile.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-tile.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-time-picker.cjs.entry.js +201 -0
- package/dist/cjs/ix-time-picker.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-time-picker.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-toast-container.cjs.entry.js +102 -0
- package/dist/cjs/ix-toast-container.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toast-container.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-toast.cjs.entry.js +79 -0
- package/dist/cjs/ix-toast.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toast.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-toggle-button.cjs.entry.js +94 -0
- package/dist/cjs/ix-toggle-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toggle-button.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-toggle.cjs.entry.js +124 -0
- package/dist/cjs/ix-toggle.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toggle.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-tooltip.cjs.entry.js +331 -0
- package/dist/cjs/ix-tooltip.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-tooltip.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-tree-item.cjs.entry.js +37 -0
- package/dist/cjs/ix-tree-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-tree-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-tree.cjs.entry.js +563 -0
- package/dist/cjs/ix-tree.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-tree.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-typography.cjs.entry.js +41 -0
- package/dist/cjs/ix-typography.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-typography.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-upload.cjs.entry.js +192 -0
- package/dist/cjs/ix-upload.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-upload.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-validation-tooltip.cjs.entry.js +159 -0
- package/dist/cjs/ix-validation-tooltip.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-validation-tooltip.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-workflow-step.cjs.entry.js +118 -0
- package/dist/cjs/ix-workflow-step.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-workflow-step.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-workflow-steps.cjs.entry.js +92 -0
- package/dist/cjs/ix-workflow-steps.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-workflow-steps.entry.cjs.js.map +1 -0
- package/dist/cjs/listener-dZdfN-j_.js +78 -0
- package/dist/cjs/listener-dZdfN-j_.js.map +1 -0
- package/dist/cjs/loader.cjs.js +17 -0
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/cjs/logical-filter-operator-q-2KOPJs.js +39 -0
- package/dist/cjs/logical-filter-operator-q-2KOPJs.js.map +1 -0
- package/dist/cjs/make-ref-BaH6_YJk.js +26 -0
- package/dist/cjs/make-ref-BaH6_YJk.js.map +1 -0
- package/dist/cjs/menu-service-D4IDwDz5.js +81 -0
- package/dist/cjs/menu-service-D4IDwDz5.js.map +1 -0
- package/dist/cjs/modal-CY_zQjvm.js +261 -0
- package/dist/cjs/modal-CY_zQjvm.js.map +1 -0
- package/dist/cjs/mutation-observer-DE0YMfYu.js +16 -0
- package/dist/cjs/mutation-observer-DE0YMfYu.js.map +1 -0
- package/dist/cjs/rwd.util-GTn-vgCJ.js +45 -0
- package/dist/cjs/rwd.util-GTn-vgCJ.js.map +1 -0
- package/dist/cjs/service-DS99olWQ.js +102 -0
- package/dist/cjs/service-DS99olWQ.js.map +1 -0
- package/dist/cjs/setup-CubfbTM8.js +34 -0
- package/dist/cjs/setup-CubfbTM8.js.map +1 -0
- package/dist/cjs/shadow-dom-DT01VwcB.js +51 -0
- package/dist/cjs/shadow-dom-DT01VwcB.js.map +1 -0
- package/dist/cjs/siemens-ix.cjs.js +29 -0
- package/dist/cjs/siemens-ix.cjs.js.map +1 -0
- package/dist/cjs/theme-switcher-CQW-DwGd.js +128 -0
- package/dist/cjs/theme-switcher-CQW-DwGd.js.map +1 -0
- package/dist/cjs/typed-event-DxWATHPL.js +49 -0
- package/dist/cjs/typed-event-DxWATHPL.js.map +1 -0
- package/dist/cjs/upload-file-state-BvLCvnjZ.js +21 -0
- package/dist/cjs/upload-file-state-BvLCvnjZ.js.map +1 -0
- package/dist/cjs/validation-CAJ2gTIK.js +121 -0
- package/dist/cjs/validation-CAJ2gTIK.js.map +1 -0
- package/dist/collection/collection-manifest.json +123 -0
- package/dist/collection/components/action-card/action-card.css +77 -0
- package/dist/collection/components/action-card/action-card.js +152 -0
- package/dist/collection/components/action-card/action-card.js.map +1 -0
- package/dist/collection/components/application/application.css +132 -0
- package/dist/collection/components/application/application.js +269 -0
- package/dist/collection/components/application/application.js.map +1 -0
- package/dist/collection/components/application-header/application-header.css +143 -0
- package/dist/collection/components/application-header/application-header.js +265 -0
- package/dist/collection/components/application-header/application-header.js.map +1 -0
- package/dist/collection/components/application-header/application-switch-modal/application-switch-modal.css +132 -0
- package/dist/collection/components/application-header/application-switch-modal/application-switch-modal.js +95 -0
- package/dist/collection/components/application-header/application-switch-modal/application-switch-modal.js.map +1 -0
- package/dist/collection/components/application-header/test/application-header.ct.js +389 -0
- package/dist/collection/components/application-header/test/application-header.ct.js.map +1 -0
- package/dist/collection/components/application-sidebar/application-sidebar.css +74 -0
- package/dist/collection/components/application-sidebar/application-sidebar.js +70 -0
- package/dist/collection/components/application-sidebar/application-sidebar.js.map +1 -0
- package/dist/collection/components/application-sidebar/events.js +15 -0
- package/dist/collection/components/application-sidebar/events.js.map +1 -0
- package/dist/collection/components/avatar/avatar.css +264 -0
- package/dist/collection/components/avatar/avatar.js +170 -0
- package/dist/collection/components/avatar/avatar.js.map +1 -0
- package/dist/collection/components/avatar/test/avatar.ct.js +85 -0
- package/dist/collection/components/avatar/test/avatar.ct.js.map +1 -0
- package/dist/collection/components/basic-navigation/basic-navigation.css +105 -0
- package/dist/collection/components/basic-navigation/basic-navigation.js +208 -0
- package/dist/collection/components/basic-navigation/basic-navigation.js.map +1 -0
- package/dist/collection/components/blind/blind.css +414 -0
- package/dist/collection/components/blind/blind.js +246 -0
- package/dist/collection/components/blind/blind.js.map +1 -0
- package/dist/collection/components/blind/test/blind.ct.js +16 -0
- package/dist/collection/components/blind/test/blind.ct.js.map +1 -0
- package/dist/collection/components/breadcrumb/breadcrumb.css +125 -0
- package/dist/collection/components/breadcrumb/breadcrumb.js +261 -0
- package/dist/collection/components/breadcrumb/breadcrumb.js.map +1 -0
- package/dist/collection/components/breadcrumb/test/breadcrumb.ct.js +98 -0
- package/dist/collection/components/breadcrumb/test/breadcrumb.ct.js.map +1 -0
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.css +1314 -0
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.js +244 -0
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.js.map +1 -0
- package/dist/collection/components/button/base-button.js +62 -0
- package/dist/collection/components/button/base-button.js.map +1 -0
- package/dist/collection/components/button/button-component.js +2 -0
- package/dist/collection/components/button/button-component.js.map +1 -0
- package/dist/collection/components/button/button.css +695 -0
- package/dist/collection/components/button/button.js +324 -0
- package/dist/collection/components/button/button.js.map +1 -0
- package/dist/collection/components/button/test/button.ct.js +84 -0
- package/dist/collection/components/button/test/button.ct.js.map +1 -0
- package/dist/collection/components/card/card.css +269 -0
- package/dist/collection/components/card/card.js +89 -0
- package/dist/collection/components/card/card.js.map +1 -0
- package/dist/collection/components/card-accordion/card-accordion.css +161 -0
- package/dist/collection/components/card-accordion/card-accordion.js +138 -0
- package/dist/collection/components/card-accordion/card-accordion.js.map +1 -0
- package/dist/collection/components/card-content/card-content.css +79 -0
- package/dist/collection/components/card-content/card-content.js +22 -0
- package/dist/collection/components/card-content/card-content.js.map +1 -0
- package/dist/collection/components/card-list/card-list.css +179 -0
- package/dist/collection/components/card-list/card-list.js +456 -0
- package/dist/collection/components/card-list/card-list.js.map +1 -0
- package/dist/collection/components/card-title/card-title.css +30 -0
- package/dist/collection/components/card-title/card-title.js +24 -0
- package/dist/collection/components/card-title/card-title.js.map +1 -0
- package/dist/collection/components/category-filter/category-filter.css +1982 -0
- package/dist/collection/components/category-filter/category-filter.js +919 -0
- package/dist/collection/components/category-filter/category-filter.js.map +1 -0
- package/dist/collection/components/category-filter/filter-state.js +15 -0
- package/dist/collection/components/category-filter/filter-state.js.map +1 -0
- package/dist/collection/components/category-filter/input-state.js +18 -0
- package/dist/collection/components/category-filter/input-state.js.map +1 -0
- package/dist/collection/components/category-filter/logical-filter-operator.js +15 -0
- package/dist/collection/components/category-filter/logical-filter-operator.js.map +1 -0
- package/dist/collection/components/category-filter/test/category-filter.ct.js +62 -0
- package/dist/collection/components/category-filter/test/category-filter.ct.js.map +1 -0
- package/dist/collection/components/checkbox/checkbox.css +548 -0
- package/dist/collection/components/checkbox/checkbox.js +351 -0
- package/dist/collection/components/checkbox/checkbox.js.map +1 -0
- package/dist/collection/components/checkbox/tests/checkbox.ct.js +86 -0
- package/dist/collection/components/checkbox/tests/checkbox.ct.js.map +1 -0
- package/dist/collection/components/checkbox-group/checkbox-group.css +38 -0
- package/dist/collection/components/checkbox-group/checkbox-group.js +229 -0
- package/dist/collection/components/checkbox-group/checkbox-group.js.map +1 -0
- package/dist/collection/components/chip/chip.css +567 -0
- package/dist/collection/components/chip/chip.js +288 -0
- package/dist/collection/components/chip/chip.js.map +1 -0
- package/dist/collection/components/chip/test/chip.ct.js +76 -0
- package/dist/collection/components/chip/test/chip.ct.js.map +1 -0
- package/dist/collection/components/col/col.css +71 -0
- package/dist/collection/components/col/col.js +195 -0
- package/dist/collection/components/col/col.js.map +1 -0
- package/dist/collection/components/content/content.css +82 -0
- package/dist/collection/components/content/content.js +49 -0
- package/dist/collection/components/content/content.js.map +1 -0
- package/dist/collection/components/content-header/content-header.css +31 -0
- package/dist/collection/components/content-header/content-header.js +149 -0
- package/dist/collection/components/content-header/content-header.js.map +1 -0
- package/dist/collection/components/css-grid/builder.js +20 -0
- package/dist/collection/components/css-grid/builder.js.map +1 -0
- package/dist/collection/components/css-grid/css-grid-item.css +16 -0
- package/dist/collection/components/css-grid/css-grid-item.js +55 -0
- package/dist/collection/components/css-grid/css-grid-item.js.map +1 -0
- package/dist/collection/components/css-grid/css-grid.css +27 -0
- package/dist/collection/components/css-grid/css-grid.js +131 -0
- package/dist/collection/components/css-grid/css-grid.js.map +1 -0
- package/dist/collection/components/custom-field/custom-field.css +15 -0
- package/dist/collection/components/custom-field/custom-field.js +228 -0
- package/dist/collection/components/custom-field/custom-field.js.map +1 -0
- package/dist/collection/components/custom-field/tests/custom-field.ct.js +68 -0
- package/dist/collection/components/custom-field/tests/custom-field.ct.js.map +1 -0
- package/dist/collection/components/date-dropdown/date-dropdown.css +105 -0
- package/dist/collection/components/date-dropdown/date-dropdown.js +794 -0
- package/dist/collection/components/date-dropdown/date-dropdown.js.map +1 -0
- package/dist/collection/components/date-dropdown/test/date-dropdown.ct.js +215 -0
- package/dist/collection/components/date-dropdown/test/date-dropdown.ct.js.map +1 -0
- package/dist/collection/components/date-input/date-input.css +641 -0
- package/dist/collection/components/date-input/date-input.js +842 -0
- package/dist/collection/components/date-input/date-input.js.map +1 -0
- package/dist/collection/components/date-input/tests/date-input.ct.js +117 -0
- package/dist/collection/components/date-input/tests/date-input.ct.js.map +1 -0
- package/dist/collection/components/date-picker/date-picker-component.js +2 -0
- package/dist/collection/components/date-picker/date-picker-component.js.map +1 -0
- package/dist/collection/components/date-picker/date-picker.css +320 -0
- package/dist/collection/components/date-picker/date-picker.js +945 -0
- package/dist/collection/components/date-picker/date-picker.js.map +1 -0
- package/dist/collection/components/date-picker/test/date-picker.ct.js +204 -0
- package/dist/collection/components/date-picker/test/date-picker.ct.js.map +1 -0
- package/dist/collection/components/date-time-card/date-time-card.css +117 -0
- package/dist/collection/components/date-time-card/date-time-card.js +122 -0
- package/dist/collection/components/date-time-card/date-time-card.js.map +1 -0
- package/dist/collection/components/datetime-picker/datetime-picker.css +126 -0
- package/dist/collection/components/datetime-picker/datetime-picker.js +581 -0
- package/dist/collection/components/datetime-picker/datetime-picker.js.map +1 -0
- package/dist/collection/components/datetime-picker/test/datetime-picker.ct.js +54 -0
- package/dist/collection/components/datetime-picker/test/datetime-picker.ct.js.map +1 -0
- package/dist/collection/components/divider/divider.css +15 -0
- package/dist/collection/components/divider/divider.js +30 -0
- package/dist/collection/components/divider/divider.js.map +1 -0
- package/dist/collection/components/drawer/drawer.css +125 -0
- package/dist/collection/components/drawer/drawer.js +361 -0
- package/dist/collection/components/drawer/drawer.js.map +1 -0
- package/dist/collection/components/drawer/test/drawer.ct.js +67 -0
- package/dist/collection/components/drawer/test/drawer.ct.js.map +1 -0
- package/dist/collection/components/dropdown/dropdown-controller.js +153 -0
- package/dist/collection/components/dropdown/dropdown-controller.js.map +1 -0
- package/dist/collection/components/dropdown/dropdown.css +115 -0
- package/dist/collection/components/dropdown/dropdown.js +766 -0
- package/dist/collection/components/dropdown/dropdown.js.map +1 -0
- package/dist/collection/components/dropdown/placement.js +2 -0
- package/dist/collection/components/dropdown/placement.js.map +1 -0
- package/dist/collection/components/dropdown/test/dropdown.ct.js +593 -0
- package/dist/collection/components/dropdown/test/dropdown.ct.js.map +1 -0
- package/dist/collection/components/dropdown-button/dropdown-button.css +152 -0
- package/dist/collection/components/dropdown-button/dropdown-button.ct.js +51 -0
- package/dist/collection/components/dropdown-button/dropdown-button.ct.js.map +1 -0
- package/dist/collection/components/dropdown-button/dropdown-button.js +249 -0
- package/dist/collection/components/dropdown-button/dropdown-button.js.map +1 -0
- package/dist/collection/components/dropdown-header/dropdown-header.css +74 -0
- package/dist/collection/components/dropdown-header/dropdown-header.js +53 -0
- package/dist/collection/components/dropdown-header/dropdown-header.js.map +1 -0
- package/dist/collection/components/dropdown-item/dropdown-item.css +163 -0
- package/dist/collection/components/dropdown-item/dropdown-item.js +290 -0
- package/dist/collection/components/dropdown-item/dropdown-item.js.map +1 -0
- package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.css +32 -0
- package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.js +30 -0
- package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.js.map +1 -0
- package/dist/collection/components/empty-state/empty-state.css +148 -0
- package/dist/collection/components/empty-state/empty-state.js +160 -0
- package/dist/collection/components/empty-state/empty-state.js.map +1 -0
- package/dist/collection/components/event-list/event-list.css +77 -0
- package/dist/collection/components/event-list/event-list.js +235 -0
- package/dist/collection/components/event-list/event-list.js.map +1 -0
- package/dist/collection/components/event-list/test/event-list.ct.js +61 -0
- package/dist/collection/components/event-list/test/event-list.ct.js.map +1 -0
- package/dist/collection/components/event-list-item/event-list-item.css +198 -0
- package/dist/collection/components/event-list-item/event-list-item.js +172 -0
- package/dist/collection/components/event-list-item/event-list-item.js.map +1 -0
- package/dist/collection/components/expanding-search/expanding-search.css +418 -0
- package/dist/collection/components/expanding-search/expanding-search.js +292 -0
- package/dist/collection/components/expanding-search/expanding-search.js.map +1 -0
- package/dist/collection/components/expanding-search/test/expanding-search.ct.js +56 -0
- package/dist/collection/components/expanding-search/test/expanding-search.ct.js.map +1 -0
- package/dist/collection/components/field-label/field-label.css +14 -0
- package/dist/collection/components/field-label/field-label.js +244 -0
- package/dist/collection/components/field-label/field-label.js.map +1 -0
- package/dist/collection/components/field-label/tests/field-label.ct.js +121 -0
- package/dist/collection/components/field-label/tests/field-label.ct.js.map +1 -0
- package/dist/collection/components/field-wrapper/field-wrapper.css +62 -0
- package/dist/collection/components/field-wrapper/field-wrapper.js +363 -0
- package/dist/collection/components/field-wrapper/field-wrapper.js.map +1 -0
- package/dist/collection/components/field-wrapper/helper-text-util.js +29 -0
- package/dist/collection/components/field-wrapper/helper-text-util.js.map +1 -0
- package/dist/collection/components/field-wrapper/tests/field-wrapper.ct.js +63 -0
- package/dist/collection/components/field-wrapper/tests/field-wrapper.ct.js.map +1 -0
- package/dist/collection/components/filter-chip/filter-chip.css +155 -0
- package/dist/collection/components/filter-chip/filter-chip.js +110 -0
- package/dist/collection/components/filter-chip/filter-chip.js.map +1 -0
- package/dist/collection/components/flip-tile/flip-tile-state.js +18 -0
- package/dist/collection/components/flip-tile/flip-tile-state.js.map +1 -0
- package/dist/collection/components/flip-tile/flip-tile.css +353 -0
- package/dist/collection/components/flip-tile/flip-tile.js +254 -0
- package/dist/collection/components/flip-tile/flip-tile.js.map +1 -0
- package/dist/collection/components/flip-tile/test/flip-tile.ct.js +89 -0
- package/dist/collection/components/flip-tile/test/flip-tile.ct.js.map +1 -0
- package/dist/collection/components/flip-tile-content/flip-tile-content.css +12 -0
- package/dist/collection/components/flip-tile-content/flip-tile-content.js +62 -0
- package/dist/collection/components/flip-tile-content/flip-tile-content.js.map +1 -0
- package/dist/collection/components/group/group-context-menu.css +23 -0
- package/dist/collection/components/group/group-context-menu.js +62 -0
- package/dist/collection/components/group/group-context-menu.js.map +1 -0
- package/dist/collection/components/group/group.css +176 -0
- package/dist/collection/components/group/group.js +382 -0
- package/dist/collection/components/group/group.js.map +1 -0
- package/dist/collection/components/group/test/group.ct.js +115 -0
- package/dist/collection/components/group/test/group.ct.js.map +1 -0
- package/dist/collection/components/group-item/group-item.css +189 -0
- package/dist/collection/components/group-item/group-item.js +220 -0
- package/dist/collection/components/group-item/group-item.js.map +1 -0
- package/dist/collection/components/helper-text/helper-text.css +34 -0
- package/dist/collection/components/helper-text/helper-text.js +185 -0
- package/dist/collection/components/helper-text/helper-text.js.map +1 -0
- package/dist/collection/components/icon-button/base-icon-button.js +14 -0
- package/dist/collection/components/icon-button/base-icon-button.js.map +1 -0
- package/dist/collection/components/icon-button/icon-button.css +817 -0
- package/dist/collection/components/icon-button/icon-button.js +347 -0
- package/dist/collection/components/icon-button/icon-button.js.map +1 -0
- package/dist/collection/components/icon-button/test/icon-button.ct.js +30 -0
- package/dist/collection/components/icon-button/test/icon-button.ct.js.map +1 -0
- package/dist/collection/components/icon-toggle-button/icon-toggle-button.css +817 -0
- package/dist/collection/components/icon-toggle-button/icon-toggle-button.js +311 -0
- package/dist/collection/components/icon-toggle-button/icon-toggle-button.js.map +1 -0
- package/dist/collection/components/input/input.animation.js +36 -0
- package/dist/collection/components/input/input.animation.js.map +1 -0
- package/dist/collection/components/input/input.css +578 -0
- package/dist/collection/components/input/input.fc.js +38 -0
- package/dist/collection/components/input/input.fc.js.map +1 -0
- package/dist/collection/components/input/input.js +684 -0
- package/dist/collection/components/input/input.js.map +1 -0
- package/dist/collection/components/input/input.util.js +128 -0
- package/dist/collection/components/input/input.util.js.map +1 -0
- package/dist/collection/components/input/number-input.css +560 -0
- package/dist/collection/components/input/number-input.js +678 -0
- package/dist/collection/components/input/number-input.js.map +1 -0
- package/dist/collection/components/input/tests/form-ready.ct.js +63 -0
- package/dist/collection/components/input/tests/form-ready.ct.js.map +1 -0
- package/dist/collection/components/input/tests/validation.ct.js +44 -0
- package/dist/collection/components/input/tests/validation.ct.js.map +1 -0
- package/dist/collection/components/input/textarea.css +580 -0
- package/dist/collection/components/input/textarea.js +687 -0
- package/dist/collection/components/input/textarea.js.map +1 -0
- package/dist/collection/components/input-group/input-group.css +107 -0
- package/dist/collection/components/input-group/input-group.js +152 -0
- package/dist/collection/components/input-group/input-group.js.map +1 -0
- package/dist/collection/components/input-group/tests/input-group.ct.js +161 -0
- package/dist/collection/components/input-group/tests/input-group.ct.js.map +1 -0
- package/dist/collection/components/key-value/key-value.css +76 -0
- package/dist/collection/components/key-value/key-value.js +128 -0
- package/dist/collection/components/key-value/key-value.js.map +1 -0
- package/dist/collection/components/key-value-list/key-value-list.css +7 -0
- package/dist/collection/components/key-value-list/key-value-list.js +60 -0
- package/dist/collection/components/key-value-list/key-value-list.js.map +1 -0
- package/dist/collection/components/kpi/kpi.css +183 -0
- package/dist/collection/components/kpi/kpi.js +162 -0
- package/dist/collection/components/kpi/kpi.js.map +1 -0
- package/dist/collection/components/layout-auto/layout-auto.css +16 -0
- package/dist/collection/components/layout-auto/layout-auto.js +127 -0
- package/dist/collection/components/layout-auto/layout-auto.js.map +1 -0
- package/dist/collection/components/layout-grid/layout-grid.css +21 -0
- package/dist/collection/components/layout-grid/layout-grid.js +113 -0
- package/dist/collection/components/layout-grid/layout-grid.js.map +1 -0
- package/dist/collection/components/link-button/link-button.css +446 -0
- package/dist/collection/components/link-button/link-button.js +112 -0
- package/dist/collection/components/link-button/link-button.js.map +1 -0
- package/dist/collection/components/map-navigation/map-navigation.css +197 -0
- package/dist/collection/components/map-navigation/map-navigation.js +386 -0
- package/dist/collection/components/map-navigation/map-navigation.js.map +1 -0
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +301 -0
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +167 -0
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js.map +1 -0
- package/dist/collection/components/menu/menu-expand-icon.css +501 -0
- package/dist/collection/components/menu/menu-expand-icon.js +158 -0
- package/dist/collection/components/menu/menu-expand-icon.js.map +1 -0
- package/dist/collection/components/menu/menu.css +1861 -0
- package/dist/collection/components/menu/menu.js +1046 -0
- package/dist/collection/components/menu/menu.js.map +1 -0
- package/dist/collection/components/menu/test/menu.ct.js +256 -0
- package/dist/collection/components/menu/test/menu.ct.js.map +1 -0
- package/dist/collection/components/menu-about/menu-about.css +207 -0
- package/dist/collection/components/menu-about/menu-about.js +166 -0
- package/dist/collection/components/menu-about/menu-about.js.map +1 -0
- package/dist/collection/components/menu-about/test/menu-about.ct.js +65 -0
- package/dist/collection/components/menu-about/test/menu-about.ct.js.map +1 -0
- package/dist/collection/components/menu-about-item/menu-about-item.css +12 -0
- package/dist/collection/components/menu-about-item/menu-about-item.js +87 -0
- package/dist/collection/components/menu-about-item/menu-about-item.js.map +1 -0
- package/dist/collection/components/menu-about-news/menu-about-news.css +178 -0
- package/dist/collection/components/menu-about-news/menu-about-news.js +216 -0
- package/dist/collection/components/menu-about-news/menu-about-news.js.map +1 -0
- package/dist/collection/components/menu-avatar/menu-avatar.css +142 -0
- package/dist/collection/components/menu-avatar/menu-avatar.js +211 -0
- package/dist/collection/components/menu-avatar/menu-avatar.js.map +1 -0
- package/dist/collection/components/menu-avatar-item/menu-avatar-item.css +67 -0
- package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +129 -0
- package/dist/collection/components/menu-avatar-item/menu-avatar-item.js.map +1 -0
- package/dist/collection/components/menu-avatar-item/test/menu-avatar-item.ct.js +47 -0
- package/dist/collection/components/menu-avatar-item/test/menu-avatar-item.ct.js.map +1 -0
- package/dist/collection/components/menu-category/enter-leave.js +30 -0
- package/dist/collection/components/menu-category/enter-leave.js.map +1 -0
- package/dist/collection/components/menu-category/menu-category.css +129 -0
- package/dist/collection/components/menu-category/menu-category.js +305 -0
- package/dist/collection/components/menu-category/menu-category.js.map +1 -0
- package/dist/collection/components/menu-category/test/menu-category.ct.js +274 -0
- package/dist/collection/components/menu-category/test/menu-category.ct.js.map +1 -0
- package/dist/collection/components/menu-item/menu-item.css +187 -0
- package/dist/collection/components/menu-item/menu-item.js +299 -0
- package/dist/collection/components/menu-item/menu-item.js.map +1 -0
- package/dist/collection/components/menu-item/test/menu-item.ct.js +67 -0
- package/dist/collection/components/menu-item/test/menu-item.ct.js.map +1 -0
- package/dist/collection/components/menu-settings/menu-settings.css +262 -0
- package/dist/collection/components/menu-settings/menu-settings.js +166 -0
- package/dist/collection/components/menu-settings/menu-settings.js.map +1 -0
- package/dist/collection/components/menu-settings/test/menu-settings.ct.js +32 -0
- package/dist/collection/components/menu-settings/test/menu-settings.ct.js.map +1 -0
- package/dist/collection/components/menu-settings-item/menu-settings-item.css +12 -0
- package/dist/collection/components/menu-settings-item/menu-settings-item.js +87 -0
- package/dist/collection/components/menu-settings-item/menu-settings-item.js.map +1 -0
- package/dist/collection/components/message-bar/message-bar.css +138 -0
- package/dist/collection/components/message-bar/message-bar.js +163 -0
- package/dist/collection/components/message-bar/message-bar.js.map +1 -0
- package/dist/collection/components/message-bar/test/message-bar.ct.js +28 -0
- package/dist/collection/components/message-bar/test/message-bar.ct.js.map +1 -0
- package/dist/collection/components/modal/modal.css +113 -0
- package/dist/collection/components/modal/modal.js +467 -0
- package/dist/collection/components/modal/modal.js.map +1 -0
- package/dist/collection/components/modal/test/modal.ct.js +156 -0
- package/dist/collection/components/modal/test/modal.ct.js.map +1 -0
- package/dist/collection/components/modal-content/modal-content.css +69 -0
- package/dist/collection/components/modal-content/modal-content.js +30 -0
- package/dist/collection/components/modal-content/modal-content.js.map +1 -0
- package/dist/collection/components/modal-footer/modal-footer.css +71 -0
- package/dist/collection/components/modal-footer/modal-footer.js +30 -0
- package/dist/collection/components/modal-footer/modal-footer.js.map +1 -0
- package/dist/collection/components/modal-header/modal-header.css +75 -0
- package/dist/collection/components/modal-header/modal-header.js +151 -0
- package/dist/collection/components/modal-header/modal-header.js.map +1 -0
- package/dist/collection/components/modal-loading/modal-loading.css +22 -0
- package/dist/collection/components/modal-loading/modal-loading.js +30 -0
- package/dist/collection/components/modal-loading/modal-loading.js.map +1 -0
- package/dist/collection/components/pagination/pagination.css +1158 -0
- package/dist/collection/components/pagination/pagination.js +377 -0
- package/dist/collection/components/pagination/pagination.js.map +1 -0
- package/dist/collection/components/pagination/test/pagination.ct.js +68 -0
- package/dist/collection/components/pagination/test/pagination.ct.js.map +1 -0
- package/dist/collection/components/pane/pane.css +263 -0
- package/dist/collection/components/pane/pane.js +871 -0
- package/dist/collection/components/pane/pane.js.map +1 -0
- package/dist/collection/components/pane/test/panes.ct.js +59 -0
- package/dist/collection/components/pane/test/panes.ct.js.map +1 -0
- package/dist/collection/components/pane-layout/pane-layout.css +148 -0
- package/dist/collection/components/pane-layout/pane-layout.js +397 -0
- package/dist/collection/components/pane-layout/pane-layout.js.map +1 -0
- package/dist/collection/components/pane-layout/test/pane-layout.ct.js +60 -0
- package/dist/collection/components/pane-layout/test/pane-layout.ct.js.map +1 -0
- package/dist/collection/components/pill/pill.css +301 -0
- package/dist/collection/components/pill/pill.js +249 -0
- package/dist/collection/components/pill/pill.js.map +1 -0
- package/dist/collection/components/pill/test/pill.ct.js +63 -0
- package/dist/collection/components/pill/test/pill.ct.js.map +1 -0
- package/dist/collection/components/push-card/push-card.css +28 -0
- package/dist/collection/components/push-card/push-card.js +171 -0
- package/dist/collection/components/push-card/push-card.js.map +1 -0
- package/dist/collection/components/radio/radio.css +414 -0
- package/dist/collection/components/radio/radio.js +292 -0
- package/dist/collection/components/radio/radio.js.map +1 -0
- package/dist/collection/components/radio/test/radio.ct.js +77 -0
- package/dist/collection/components/radio/test/radio.ct.js.map +1 -0
- package/dist/collection/components/radio-group/radio-group.css +38 -0
- package/dist/collection/components/radio-group/radio-group.js +339 -0
- package/dist/collection/components/radio-group/radio-group.js.map +1 -0
- package/dist/collection/components/radio-group/test/radio-group.ct.js +100 -0
- package/dist/collection/components/radio-group/test/radio-group.ct.js.map +1 -0
- package/dist/collection/components/row/row.css +16 -0
- package/dist/collection/components/row/row.js +30 -0
- package/dist/collection/components/row/row.js.map +1 -0
- package/dist/collection/components/select/select.css +310 -0
- package/dist/collection/components/select/select.js +1350 -0
- package/dist/collection/components/select/select.js.map +1 -0
- package/dist/collection/components/select/test/select-keyboard.ct.js +380 -0
- package/dist/collection/components/select/test/select-keyboard.ct.js.map +1 -0
- package/dist/collection/components/select/test/select.ct.js +493 -0
- package/dist/collection/components/select/test/select.ct.js.map +1 -0
- package/dist/collection/components/select-item/events.js +25 -0
- package/dist/collection/components/select-item/events.js.map +1 -0
- package/dist/collection/components/select-item/select-item.css +26 -0
- package/dist/collection/components/select-item/select-item.js +255 -0
- package/dist/collection/components/select-item/select-item.js.map +1 -0
- package/dist/collection/components/slider/slider.css +271 -0
- package/dist/collection/components/slider/slider.js +439 -0
- package/dist/collection/components/slider/slider.js.map +1 -0
- package/dist/collection/components/slider/test/slider.ct.js +65 -0
- package/dist/collection/components/slider/test/slider.ct.js.map +1 -0
- package/dist/collection/components/spinner/spinner.css +608 -0
- package/dist/collection/components/spinner/spinner.js +113 -0
- package/dist/collection/components/spinner/spinner.js.map +1 -0
- package/dist/collection/components/split-button/split-button.css +109 -0
- package/dist/collection/components/split-button/split-button.js +305 -0
- package/dist/collection/components/split-button/split-button.js.map +1 -0
- package/dist/collection/components/tab-item/tab-item.css +261 -0
- package/dist/collection/components/tab-item/tab-item.js +286 -0
- package/dist/collection/components/tab-item/tab-item.js.map +1 -0
- package/dist/collection/components/tabs/tabs.css +145 -0
- package/dist/collection/components/tabs/tabs.js +421 -0
- package/dist/collection/components/tabs/tabs.js.map +1 -0
- package/dist/collection/components/tabs/test/tabs.ct.js +134 -0
- package/dist/collection/components/tabs/test/tabs.ct.js.map +1 -0
- package/dist/collection/components/tile/tile.css +162 -0
- package/dist/collection/components/tile/tile.js +82 -0
- package/dist/collection/components/tile/tile.js.map +1 -0
- package/dist/collection/components/time-picker/test/time-picker.ct.js +95 -0
- package/dist/collection/components/time-picker/test/time-picker.ct.js.map +1 -0
- package/dist/collection/components/time-picker/time-picker.css +742 -0
- package/dist/collection/components/time-picker/time-picker.js +498 -0
- package/dist/collection/components/time-picker/time-picker.js.map +1 -0
- package/dist/collection/components/toast/styles/toast-container.css +96 -0
- package/dist/collection/components/toast/toast-container.js +220 -0
- package/dist/collection/components/toast/toast-container.js.map +1 -0
- package/dist/collection/components/toast/toast-utils.js +36 -0
- package/dist/collection/components/toast/toast-utils.js.map +1 -0
- package/dist/collection/components/toast/toast.css +181 -0
- package/dist/collection/components/toast/toast.js +238 -0
- package/dist/collection/components/toast/toast.js.map +1 -0
- package/dist/collection/components/toggle/test/toggle.ct.js +84 -0
- package/dist/collection/components/toggle/test/toggle.ct.js.map +1 -0
- package/dist/collection/components/toggle/toggle.css +535 -0
- package/dist/collection/components/toggle/toggle.js +418 -0
- package/dist/collection/components/toggle/toggle.js.map +1 -0
- package/dist/collection/components/toggle-button/toggle-button.css +453 -0
- package/dist/collection/components/toggle-button/toggle-button.js +279 -0
- package/dist/collection/components/toggle-button/toggle-button.js.map +1 -0
- package/dist/collection/components/tooltip/test/tooltip.ct.js +243 -0
- package/dist/collection/components/tooltip/test/tooltip.ct.js.map +1 -0
- package/dist/collection/components/tooltip/tooltip.css +63 -0
- package/dist/collection/components/tooltip/tooltip.js +568 -0
- package/dist/collection/components/tooltip/tooltip.js.map +1 -0
- package/dist/collection/components/tree/test/tree.ct.js +190 -0
- package/dist/collection/components/tree/test/tree.ct.js.map +1 -0
- package/dist/collection/components/tree/tree-model.js +2 -0
- package/dist/collection/components/tree/tree-model.js.map +1 -0
- package/dist/collection/components/tree/tree.css +12 -0
- package/dist/collection/components/tree/tree.js +415 -0
- package/dist/collection/components/tree/tree.js.map +1 -0
- package/dist/collection/components/tree-item/default-tree-item.js +19 -0
- package/dist/collection/components/tree-item/default-tree-item.js.map +1 -0
- package/dist/collection/components/tree-item/tree-item.css +143 -0
- package/dist/collection/components/tree-item/tree-item.js +143 -0
- package/dist/collection/components/tree-item/tree-item.js.map +1 -0
- package/dist/collection/components/typography/type-mapping.js +2 -0
- package/dist/collection/components/typography/type-mapping.js.map +1 -0
- package/dist/collection/components/typography/typography.css +587 -0
- package/dist/collection/components/typography/typography.js +153 -0
- package/dist/collection/components/typography/typography.js.map +1 -0
- package/dist/collection/components/upload/test/upload.ct.js +17 -0
- package/dist/collection/components/upload/test/upload.ct.js.map +1 -0
- package/dist/collection/components/upload/upload-file-state.js +17 -0
- package/dist/collection/components/upload/upload-file-state.js.map +1 -0
- package/dist/collection/components/upload/upload.css +177 -0
- package/dist/collection/components/upload/upload.js +481 -0
- package/dist/collection/components/upload/upload.js.map +1 -0
- package/dist/collection/components/utils/a11y.js +110 -0
- package/dist/collection/components/utils/a11y.js.map +1 -0
- package/dist/collection/components/utils/animation.js +17 -0
- package/dist/collection/components/utils/animation.js.map +1 -0
- package/dist/collection/components/utils/app-switch/index.js +27 -0
- package/dist/collection/components/utils/app-switch/index.js.map +1 -0
- package/dist/collection/components/utils/application-layout/context.js +19 -0
- package/dist/collection/components/utils/application-layout/context.js.map +1 -0
- package/dist/collection/components/utils/application-layout/index.js +10 -0
- package/dist/collection/components/utils/application-layout/index.js.map +1 -0
- package/dist/collection/components/utils/application-layout/service.js +99 -0
- package/dist/collection/components/utils/application-layout/service.js.map +1 -0
- package/dist/collection/components/utils/attributes.js +25 -0
- package/dist/collection/components/utils/attributes.js.map +1 -0
- package/dist/collection/components/utils/breakpoints.js +22 -0
- package/dist/collection/components/utils/breakpoints.js.map +1 -0
- package/dist/collection/components/utils/condition-checks.js +31 -0
- package/dist/collection/components/utils/condition-checks.js.map +1 -0
- package/dist/collection/components/utils/context.js +82 -0
- package/dist/collection/components/utils/context.js.map +1 -0
- package/dist/collection/components/utils/debounce.js +10 -0
- package/dist/collection/components/utils/debounce.js.map +1 -0
- package/dist/collection/components/utils/delegate.js +29 -0
- package/dist/collection/components/utils/delegate.js.map +1 -0
- package/dist/collection/components/utils/disposable-event-listener.js +19 -0
- package/dist/collection/components/utils/disposable-event-listener.js.map +1 -0
- package/dist/collection/components/utils/element-reference.js +2 -0
- package/dist/collection/components/utils/element-reference.js.map +1 -0
- package/dist/collection/components/utils/find-element.js +99 -0
- package/dist/collection/components/utils/find-element.js.map +1 -0
- package/dist/collection/components/utils/focus.js +63 -0
- package/dist/collection/components/utils/focus.js.map +1 -0
- package/dist/collection/components/utils/input/index.js +9 -0
- package/dist/collection/components/utils/input/index.js.map +1 -0
- package/dist/collection/components/utils/input/validation.js +111 -0
- package/dist/collection/components/utils/input/validation.js.map +1 -0
- package/dist/collection/components/utils/internal/component.js +2 -0
- package/dist/collection/components/utils/internal/component.js.map +1 -0
- package/dist/collection/components/utils/internal/index.js +2 -0
- package/dist/collection/components/utils/internal/index.js.map +1 -0
- package/dist/collection/components/utils/lazy-list/index.js +2 -0
- package/dist/collection/components/utils/lazy-list/index.js.map +1 -0
- package/dist/collection/components/utils/lazy-list/lazy.js +343 -0
- package/dist/collection/components/utils/lazy-list/lazy.js.map +1 -0
- package/dist/collection/components/utils/listener.js +71 -0
- package/dist/collection/components/utils/listener.js.map +1 -0
- package/dist/collection/components/utils/make-ref.js +20 -0
- package/dist/collection/components/utils/make-ref.js.map +1 -0
- package/dist/collection/components/utils/menu-service/menu-service.js +79 -0
- package/dist/collection/components/utils/menu-service/menu-service.js.map +1 -0
- package/dist/collection/components/utils/menu-tabs/menu-tabs-fc.js +33 -0
- package/dist/collection/components/utils/menu-tabs/menu-tabs-fc.js.map +1 -0
- package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js +45 -0
- package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js.map +1 -0
- package/dist/collection/components/utils/modal/index.js +12 -0
- package/dist/collection/components/utils/modal/index.js.map +1 -0
- package/dist/collection/components/utils/modal/loading.js +35 -0
- package/dist/collection/components/utils/modal/loading.js.map +1 -0
- package/dist/collection/components/utils/modal/message.js +140 -0
- package/dist/collection/components/utils/modal/message.js.map +1 -0
- package/dist/collection/components/utils/modal/modal.js +82 -0
- package/dist/collection/components/utils/modal/modal.js.map +1 -0
- package/dist/collection/components/utils/mutation-observer.js +10 -0
- package/dist/collection/components/utils/mutation-observer.js.map +1 -0
- package/dist/collection/components/utils/notification-color.js +2 -0
- package/dist/collection/components/utils/notification-color.js.map +1 -0
- package/dist/collection/components/utils/overlay.js +32 -0
- package/dist/collection/components/utils/overlay.js.map +1 -0
- package/dist/collection/components/utils/requestAnimationFrame.js +24 -0
- package/dist/collection/components/utils/requestAnimationFrame.js.map +1 -0
- package/dist/collection/components/utils/rwd.util.js +38 -0
- package/dist/collection/components/utils/rwd.util.js.map +1 -0
- package/dist/collection/components/utils/shadow-dom.js +49 -0
- package/dist/collection/components/utils/shadow-dom.js.map +1 -0
- package/dist/collection/components/utils/theme-switcher.js +120 -0
- package/dist/collection/components/utils/theme-switcher.js.map +1 -0
- package/dist/collection/components/utils/type-helper.js +2 -0
- package/dist/collection/components/utils/type-helper.js.map +1 -0
- package/dist/collection/components/utils/typed-event.js +43 -0
- package/dist/collection/components/utils/typed-event.js.map +1 -0
- package/dist/collection/components/utils/uuid.js +16 -0
- package/dist/collection/components/utils/uuid.js.map +1 -0
- package/dist/collection/components/utils/waitForElement.js +29 -0
- package/dist/collection/components/utils/waitForElement.js.map +1 -0
- package/dist/collection/components/validation-tooltip/validation-tooltip.css +217 -0
- package/dist/collection/components/validation-tooltip/validation-tooltip.js +253 -0
- package/dist/collection/components/validation-tooltip/validation-tooltip.js.map +1 -0
- package/dist/collection/components/workflow-step/workflow-step.css +212 -0
- package/dist/collection/components/workflow-step/workflow-step.js +292 -0
- package/dist/collection/components/workflow-step/workflow-step.js.map +1 -0
- package/dist/collection/components/workflow-steps/test/workflow-steps.ct.js +74 -0
- package/dist/collection/components/workflow-steps/test/workflow-steps.ct.js.map +1 -0
- package/dist/collection/components/workflow-steps/workflow-steps.css +91 -0
- package/dist/collection/components/workflow-steps/workflow-steps.js +191 -0
- package/dist/collection/components/workflow-steps/workflow-steps.js.map +1 -0
- package/dist/collection/index.js +29 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/setup.js +26 -0
- package/dist/collection/setup.js.map +1 -0
- package/dist/collection/tests/application/application-switch/genetic-data.svg +3 -0
- package/dist/collection/tests/application/application-switch/square-play.svg +13 -0
- package/dist/collection/tests/utils/test/index.js +36 -0
- package/dist/collection/tests/utils/test/index.js.map +1 -0
- package/dist/collection/tests/utils/test/matchMedia.mock.js +22 -0
- package/dist/collection/tests/utils/test/page.js +118 -0
- package/dist/collection/tests/utils/test/page.js.map +1 -0
- package/dist/esm/a11y-Bb7pDeaQ.js +144 -0
- package/dist/esm/a11y-Bb7pDeaQ.js.map +1 -0
- package/dist/esm/animation-Dp15M30K.js +20 -0
- package/dist/esm/animation-Dp15M30K.js.map +1 -0
- package/dist/esm/anime.es-Ou74PMQs.js +1313 -0
- package/dist/esm/anime.es-Ou74PMQs.js.map +1 -0
- package/dist/esm/app-globals-u1To5tos.js +8 -0
- package/dist/esm/app-globals-u1To5tos.js.map +1 -0
- package/dist/esm/base-button-IZFEmS6o.js +71 -0
- package/dist/esm/base-button-IZFEmS6o.js.map +1 -0
- package/dist/esm/base-icon-button-bH_gbsvW.js +19 -0
- package/dist/esm/base-icon-button-bH_gbsvW.js.map +1 -0
- package/dist/esm/breakpoints-D6vSVaHq.js +26 -0
- package/dist/esm/breakpoints-D6vSVaHq.js.map +1 -0
- package/dist/esm/context-CKM5pVsv.js +105 -0
- package/dist/esm/context-CKM5pVsv.js.map +1 -0
- package/dist/esm/datetime-bDicGJUN.js +7697 -0
- package/dist/esm/datetime-bDicGJUN.js.map +1 -0
- package/dist/esm/default-tree-item-UQa1aROL.js +23 -0
- package/dist/esm/default-tree-item-UQa1aROL.js.map +1 -0
- package/dist/esm/disposable-event-listener-CKoABG1h.js +23 -0
- package/dist/esm/disposable-event-listener-CKoABG1h.js.map +1 -0
- package/dist/esm/dropdown-controller-D3K9vmFp.js +157 -0
- package/dist/esm/dropdown-controller-D3K9vmFp.js.map +1 -0
- package/dist/esm/find-element-CFRrPFxi.js +103 -0
- package/dist/esm/find-element-CFRrPFxi.js.map +1 -0
- package/dist/esm/flip-tile-state-BQ6999e5.js +22 -0
- package/dist/esm/flip-tile-state-BQ6999e5.js.map +1 -0
- package/dist/esm/floating-ui.dom-CAqtPJ4-.js +1786 -0
- package/dist/esm/floating-ui.dom-CAqtPJ4-.js.map +1 -0
- package/dist/esm/focus-BAKpVknt.js +68 -0
- package/dist/esm/focus-BAKpVknt.js.map +1 -0
- package/dist/esm/helper-text-util-BUSv2nIj.js +42 -0
- package/dist/esm/helper-text-util-BUSv2nIj.js.map +1 -0
- package/dist/esm/index-CpUAGkLr.js +33 -0
- package/dist/esm/index-CpUAGkLr.js.map +1 -0
- package/dist/esm/index-CrTP-icT.js +53 -0
- package/dist/esm/index-CrTP-icT.js.map +1 -0
- package/dist/esm/index-DtF9fwpD.js +2468 -0
- package/dist/esm/index-DtF9fwpD.js.map +1 -0
- package/dist/esm/index.js +115 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/input.util-BbBYOl1b.js +203 -0
- package/dist/esm/input.util-BbBYOl1b.js.map +1 -0
- package/dist/esm/ix-action-card.entry.js +30 -0
- package/dist/esm/ix-action-card.entry.js.map +1 -0
- package/dist/esm/ix-application-header.entry.js +157 -0
- package/dist/esm/ix-application-header.entry.js.map +1 -0
- package/dist/esm/ix-application-sidebar.entry.js +44 -0
- package/dist/esm/ix-application-sidebar.entry.js.map +1 -0
- package/dist/esm/ix-application-switch-modal.entry.js +57 -0
- package/dist/esm/ix-application-switch-modal.entry.js.map +1 -0
- package/dist/esm/ix-application.entry.js +118 -0
- package/dist/esm/ix-application.entry.js.map +1 -0
- package/dist/esm/ix-avatar.ix-menu-avatar-item.entry.js.map +1 -0
- package/dist/esm/ix-avatar_2.entry.js +84 -0
- package/dist/esm/ix-avatar_2.entry.js.map +1 -0
- package/dist/esm/ix-basic-navigation.entry.js +93 -0
- package/dist/esm/ix-basic-navigation.entry.js.map +1 -0
- package/dist/esm/ix-blind.entry.js +99 -0
- package/dist/esm/ix-blind.entry.js.map +1 -0
- package/dist/esm/ix-breadcrumb-item.entry.js +74 -0
- package/dist/esm/ix-breadcrumb-item.entry.js.map +1 -0
- package/dist/esm/ix-breadcrumb.entry.js +120 -0
- package/dist/esm/ix-breadcrumb.entry.js.map +1 -0
- package/dist/esm/ix-button.entry.js +103 -0
- package/dist/esm/ix-button.entry.js.map +1 -0
- package/dist/esm/ix-card-accordion.ix-card-title.entry.js.map +1 -0
- package/dist/esm/ix-card-accordion_2.entry.js +83 -0
- package/dist/esm/ix-card-accordion_2.entry.js.map +1 -0
- package/dist/esm/ix-card-list.entry.js +189 -0
- package/dist/esm/ix-card-list.entry.js.map +1 -0
- package/dist/esm/ix-card.ix-card-content.entry.js.map +1 -0
- package/dist/esm/ix-card_2.entry.js +42 -0
- package/dist/esm/ix-card_2.entry.js.map +1 -0
- package/dist/esm/ix-category-filter.entry.js +535 -0
- package/dist/esm/ix-category-filter.entry.js.map +1 -0
- package/dist/esm/ix-checkbox-group.entry.js +56 -0
- package/dist/esm/ix-checkbox-group.entry.js.map +1 -0
- package/dist/esm/ix-checkbox.entry.js +124 -0
- package/dist/esm/ix-checkbox.entry.js.map +1 -0
- package/dist/esm/ix-chip.entry.js +93 -0
- package/dist/esm/ix-chip.entry.js.map +1 -0
- package/dist/esm/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.js.map +1 -0
- package/dist/esm/ix-col_4.entry.js +635 -0
- package/dist/esm/ix-col_4.entry.js.map +1 -0
- package/dist/esm/ix-content-header.entry.js +32 -0
- package/dist/esm/ix-content-header.entry.js.map +1 -0
- package/dist/esm/ix-content.entry.js +29 -0
- package/dist/esm/ix-content.entry.js.map +1 -0
- package/dist/esm/ix-css-grid-item.entry.js +20 -0
- package/dist/esm/ix-css-grid-item.entry.js.map +1 -0
- package/dist/esm/ix-css-grid.entry.js +96 -0
- package/dist/esm/ix-css-grid.entry.js.map +1 -0
- package/dist/esm/ix-custom-field.entry.js +57 -0
- package/dist/esm/ix-custom-field.entry.js.map +1 -0
- package/dist/esm/ix-date-dropdown.entry.js +263 -0
- package/dist/esm/ix-date-dropdown.entry.js.map +1 -0
- package/dist/esm/ix-date-input.entry.js +285 -0
- package/dist/esm/ix-date-input.entry.js.map +1 -0
- package/dist/esm/ix-date-time-card.entry.js +36 -0
- package/dist/esm/ix-date-time-card.entry.js.map +1 -0
- package/dist/esm/ix-datetime-picker.entry.js +105 -0
- package/dist/esm/ix-datetime-picker.entry.js.map +1 -0
- package/dist/esm/ix-divider.entry.js +18 -0
- package/dist/esm/ix-divider.entry.js.map +1 -0
- package/dist/esm/ix-drawer.entry.js +159 -0
- package/dist/esm/ix-drawer.entry.js.map +1 -0
- package/dist/esm/ix-dropdown-button.entry.js +56 -0
- package/dist/esm/ix-dropdown-button.entry.js.map +1 -0
- package/dist/esm/ix-dropdown-header.entry.js +18 -0
- package/dist/esm/ix-dropdown-header.entry.js.map +1 -0
- package/dist/esm/ix-dropdown-item.entry.js +58 -0
- package/dist/esm/ix-dropdown-item.entry.js.map +1 -0
- package/dist/esm/ix-dropdown-quick-actions.entry.js +18 -0
- package/dist/esm/ix-dropdown-quick-actions.entry.js.map +1 -0
- package/dist/esm/ix-dropdown.entry.js +369 -0
- package/dist/esm/ix-dropdown.entry.js.map +1 -0
- package/dist/esm/ix-empty-state.entry.js +23 -0
- package/dist/esm/ix-empty-state.entry.js.map +1 -0
- package/dist/esm/ix-event-list-item.entry.js +49 -0
- package/dist/esm/ix-event-list-item.entry.js.map +1 -0
- package/dist/esm/ix-event-list.entry.js +137 -0
- package/dist/esm/ix-event-list.entry.js.map +1 -0
- package/dist/esm/ix-expanding-search.entry.js +105 -0
- package/dist/esm/ix-expanding-search.entry.js.map +1 -0
- package/dist/esm/ix-field-label.ix-field-wrapper.entry.js.map +1 -0
- package/dist/esm/ix-field-label_2.entry.js +186 -0
- package/dist/esm/ix-field-label_2.entry.js.map +1 -0
- package/dist/esm/ix-filter-chip.ix-select-item.entry.js.map +1 -0
- package/dist/esm/ix-filter-chip_2.entry.js +127 -0
- package/dist/esm/ix-filter-chip_2.entry.js.map +1 -0
- package/dist/esm/ix-flip-tile-content.entry.js +24 -0
- package/dist/esm/ix-flip-tile-content.entry.js.map +1 -0
- package/dist/esm/ix-flip-tile.entry.js +117 -0
- package/dist/esm/ix-flip-tile.entry.js.map +1 -0
- package/dist/esm/ix-group-context-menu.ix-group-item.entry.js.map +1 -0
- package/dist/esm/ix-group-context-menu_2.entry.js +78 -0
- package/dist/esm/ix-group-context-menu_2.entry.js.map +1 -0
- package/dist/esm/ix-group.entry.js +165 -0
- package/dist/esm/ix-group.entry.js.map +1 -0
- package/dist/esm/ix-helper-text.entry.js +60 -0
- package/dist/esm/ix-helper-text.entry.js.map +1 -0
- package/dist/esm/ix-icon-button.ix-spinner.entry.js.map +1 -0
- package/dist/esm/ix-icon-button_2.entry.js +130 -0
- package/dist/esm/ix-icon-button_2.entry.js.map +1 -0
- package/dist/esm/ix-icon-toggle-button.entry.js +105 -0
- package/dist/esm/ix-icon-toggle-button.entry.js.map +1 -0
- package/dist/esm/ix-input-group.entry.js +130 -0
- package/dist/esm/ix-input-group.entry.js.map +1 -0
- package/dist/esm/ix-input.entry.js +164 -0
- package/dist/esm/ix-input.entry.js.map +1 -0
- package/dist/esm/ix-key-value-list.entry.js +22 -0
- package/dist/esm/ix-key-value-list.entry.js.map +1 -0
- package/dist/esm/ix-key-value.entry.js +25 -0
- package/dist/esm/ix-key-value.entry.js.map +1 -0
- package/dist/esm/ix-kpi.entry.js +50 -0
- package/dist/esm/ix-kpi.entry.js.map +1 -0
- package/dist/esm/ix-layout-auto.entry.js +91 -0
- package/dist/esm/ix-layout-auto.entry.js.map +1 -0
- package/dist/esm/ix-link-button.entry.js +35 -0
- package/dist/esm/ix-link-button.entry.js.map +1 -0
- package/dist/esm/ix-map-navigation-overlay.entry.js +58 -0
- package/dist/esm/ix-map-navigation-overlay.entry.js.map +1 -0
- package/dist/esm/ix-map-navigation.entry.js +173 -0
- package/dist/esm/ix-map-navigation.entry.js.map +1 -0
- package/dist/esm/ix-menu-about-item.entry.js +29 -0
- package/dist/esm/ix-menu-about-item.entry.js.map +1 -0
- package/dist/esm/ix-menu-about-news.entry.js +44 -0
- package/dist/esm/ix-menu-about-news.entry.js.map +1 -0
- package/dist/esm/ix-menu-about.entry.js +41 -0
- package/dist/esm/ix-menu-about.entry.js.map +1 -0
- package/dist/esm/ix-menu-avatar.entry.js +49 -0
- package/dist/esm/ix-menu-avatar.entry.js.map +1 -0
- package/dist/esm/ix-menu-category.entry.js +223 -0
- package/dist/esm/ix-menu-category.entry.js.map +1 -0
- package/dist/esm/ix-menu-expand-icon.entry.js +47 -0
- package/dist/esm/ix-menu-expand-icon.entry.js.map +1 -0
- package/dist/esm/ix-menu-item.entry.js +107 -0
- package/dist/esm/ix-menu-item.entry.js.map +1 -0
- package/dist/esm/ix-menu-settings-BOBnQeQI.js +118 -0
- package/dist/esm/ix-menu-settings-BOBnQeQI.js.map +1 -0
- package/dist/esm/ix-menu-settings-item.entry.js +29 -0
- package/dist/esm/ix-menu-settings-item.entry.js.map +1 -0
- package/dist/esm/ix-menu-settings.entry.js +6 -0
- package/dist/esm/ix-menu-settings.entry.js.map +1 -0
- package/dist/esm/ix-menu.entry.js +513 -0
- package/dist/esm/ix-menu.entry.js.map +1 -0
- package/dist/esm/ix-message-bar.entry.js +68 -0
- package/dist/esm/ix-message-bar.entry.js.map +1 -0
- package/dist/esm/ix-modal-content.ix-modal-header.entry.js.map +1 -0
- package/dist/esm/ix-modal-content_2.entry.js +62 -0
- package/dist/esm/ix-modal-content_2.entry.js.map +1 -0
- package/dist/esm/ix-modal-footer.entry.js +18 -0
- package/dist/esm/ix-modal-footer.entry.js.map +1 -0
- package/dist/esm/ix-modal-loading.entry.js +18 -0
- package/dist/esm/ix-modal-loading.entry.js.map +1 -0
- package/dist/esm/ix-modal.entry.js +215 -0
- package/dist/esm/ix-modal.entry.js.map +1 -0
- package/dist/esm/ix-number-input.entry.js +163 -0
- package/dist/esm/ix-number-input.entry.js.map +1 -0
- package/dist/esm/ix-pagination.entry.js +168 -0
- package/dist/esm/ix-pagination.entry.js.map +1 -0
- package/dist/esm/ix-pane-layout.entry.js +282 -0
- package/dist/esm/ix-pane-layout.entry.js.map +1 -0
- package/dist/esm/ix-pane.entry.js +506 -0
- package/dist/esm/ix-pane.entry.js.map +1 -0
- package/dist/esm/ix-pill.entry.js +89 -0
- package/dist/esm/ix-pill.entry.js.map +1 -0
- package/dist/esm/ix-push-card.entry.js +28 -0
- package/dist/esm/ix-push-card.entry.js.map +1 -0
- package/dist/esm/ix-radio-group.entry.js +111 -0
- package/dist/esm/ix-radio-group.entry.js.map +1 -0
- package/dist/esm/ix-radio.entry.js +98 -0
- package/dist/esm/ix-radio.entry.js.map +1 -0
- package/dist/esm/ix-select.entry.js +664 -0
- package/dist/esm/ix-select.entry.js.map +1 -0
- package/dist/esm/ix-slider.entry.js +204 -0
- package/dist/esm/ix-slider.entry.js.map +1 -0
- package/dist/esm/ix-split-button.entry.js +65 -0
- package/dist/esm/ix-split-button.entry.js.map +1 -0
- package/dist/esm/ix-tab-item.ix-tabs.entry.js.map +1 -0
- package/dist/esm/ix-tab-item_2.entry.js +361 -0
- package/dist/esm/ix-tab-item_2.entry.js.map +1 -0
- package/dist/esm/ix-textarea.entry.js +129 -0
- package/dist/esm/ix-textarea.entry.js.map +1 -0
- package/dist/esm/ix-tile.entry.js +41 -0
- package/dist/esm/ix-tile.entry.js.map +1 -0
- package/dist/esm/ix-time-picker.entry.js +199 -0
- package/dist/esm/ix-time-picker.entry.js.map +1 -0
- package/dist/esm/ix-toast-container.entry.js +100 -0
- package/dist/esm/ix-toast-container.entry.js.map +1 -0
- package/dist/esm/ix-toast.entry.js +77 -0
- package/dist/esm/ix-toast.entry.js.map +1 -0
- package/dist/esm/ix-toggle-button.entry.js +92 -0
- package/dist/esm/ix-toggle-button.entry.js.map +1 -0
- package/dist/esm/ix-toggle.entry.js +122 -0
- package/dist/esm/ix-toggle.entry.js.map +1 -0
- package/dist/esm/ix-tooltip.entry.js +329 -0
- package/dist/esm/ix-tooltip.entry.js.map +1 -0
- package/dist/esm/ix-tree-item.entry.js +35 -0
- package/dist/esm/ix-tree-item.entry.js.map +1 -0
- package/dist/esm/ix-tree.entry.js +561 -0
- package/dist/esm/ix-tree.entry.js.map +1 -0
- package/dist/esm/ix-typography.entry.js +39 -0
- package/dist/esm/ix-typography.entry.js.map +1 -0
- package/dist/esm/ix-upload.entry.js +190 -0
- package/dist/esm/ix-upload.entry.js.map +1 -0
- package/dist/esm/ix-validation-tooltip.entry.js +157 -0
- package/dist/esm/ix-validation-tooltip.entry.js.map +1 -0
- package/dist/esm/ix-workflow-step.entry.js +116 -0
- package/dist/esm/ix-workflow-step.entry.js.map +1 -0
- package/dist/esm/ix-workflow-steps.entry.js +90 -0
- package/dist/esm/ix-workflow-steps.entry.js.map +1 -0
- package/dist/esm/listener-CNnvvup1.js +76 -0
- package/dist/esm/listener-CNnvvup1.js.map +1 -0
- package/dist/esm/loader.js +15 -0
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/logical-filter-operator-BH3f5fa3.js +37 -0
- package/dist/esm/logical-filter-operator-BH3f5fa3.js.map +1 -0
- package/dist/esm/make-ref-bcj7UEIC.js +24 -0
- package/dist/esm/make-ref-bcj7UEIC.js.map +1 -0
- package/dist/esm/menu-service-Dl5Ra79J.js +79 -0
- package/dist/esm/menu-service-Dl5Ra79J.js.map +1 -0
- package/dist/esm/modal-DUew4SCE.js +253 -0
- package/dist/esm/modal-DUew4SCE.js.map +1 -0
- package/dist/esm/mutation-observer-CX81WQtk.js +14 -0
- package/dist/esm/mutation-observer-CX81WQtk.js.map +1 -0
- package/dist/esm/rwd.util-pXYAoEyc.js +42 -0
- package/dist/esm/rwd.util-pXYAoEyc.js.map +1 -0
- package/dist/esm/service-Ca8OHh45.js +100 -0
- package/dist/esm/service-Ca8OHh45.js.map +1 -0
- package/dist/esm/setup-BbF8F_t9.js +31 -0
- package/dist/esm/setup-BbF8F_t9.js.map +1 -0
- package/dist/esm/shadow-dom-i60z1FJC.js +46 -0
- package/dist/esm/shadow-dom-i60z1FJC.js.map +1 -0
- package/dist/esm/siemens-ix.js +25 -0
- package/dist/esm/siemens-ix.js.map +1 -0
- package/dist/esm/theme-switcher-CA3k28fo.js +125 -0
- package/dist/esm/theme-switcher-CA3k28fo.js.map +1 -0
- package/dist/esm/typed-event-BdCnOrqW.js +47 -0
- package/dist/esm/typed-event-BdCnOrqW.js.map +1 -0
- package/dist/esm/upload-file-state-BGzrnl_l.js +21 -0
- package/dist/esm/upload-file-state-BGzrnl_l.js.map +1 -0
- package/dist/esm/validation-C3siDfPQ.js +116 -0
- package/dist/esm/validation-C3siDfPQ.js.map +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/siemens-ix/index.esm.js +2 -0
- package/dist/siemens-ix/index.esm.js.map +1 -0
- package/dist/siemens-ix/ix-action-card.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-application-header.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-application-sidebar.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-application-switch-modal.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-application.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-avatar.ix-menu-avatar-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-basic-navigation.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-blind.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-breadcrumb-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-breadcrumb.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-button.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-card-accordion.ix-card-title.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-card-list.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-card.ix-card-content.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-category-filter.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-checkbox-group.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-checkbox.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-chip.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-content-header.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-content.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-css-grid-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-css-grid.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-custom-field.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-date-dropdown.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-date-input.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-date-time-card.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-datetime-picker.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-divider.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-drawer.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-dropdown-button.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-dropdown-header.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-dropdown-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-dropdown-quick-actions.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-dropdown.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-empty-state.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-event-list-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-event-list.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-expanding-search.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-field-label.ix-field-wrapper.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-filter-chip.ix-select-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-flip-tile-content.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-flip-tile.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-group-context-menu.ix-group-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-group.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-helper-text.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-icon-button.ix-spinner.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-icon-toggle-button.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-input-group.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-input.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-key-value-list.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-key-value.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-kpi.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-layout-auto.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-link-button.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-map-navigation-overlay.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-map-navigation.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-about-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-about-news.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-about.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-avatar.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-category.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-expand-icon.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-settings-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-settings.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-message-bar.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-modal-content.ix-modal-header.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-modal-footer.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-modal-loading.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-modal.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-number-input.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-pagination.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-pane-layout.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-pane.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-pill.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-push-card.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-radio-group.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-radio.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-select.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-slider.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-split-button.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-tab-item.ix-tabs.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-textarea.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-tile.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-time-picker.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-toast-container.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-toast.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-toggle-button.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-toggle.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-tooltip.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-tree-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-tree.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-typography.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-upload.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-validation-tooltip.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-workflow-step.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-workflow-steps.entry.esm.js.map +1 -0
- package/dist/siemens-ix/loader.esm.js.map +1 -0
- package/dist/siemens-ix/p--2LOMK-5.js +2 -0
- package/dist/siemens-ix/p--2LOMK-5.js.map +1 -0
- package/dist/siemens-ix/p-001a084b.entry.js +2 -0
- package/dist/siemens-ix/p-001a084b.entry.js.map +1 -0
- package/dist/siemens-ix/p-01c3ef64.entry.js +2 -0
- package/dist/siemens-ix/p-01c3ef64.entry.js.map +1 -0
- package/dist/siemens-ix/p-033a9520.entry.js +2 -0
- package/dist/siemens-ix/p-033a9520.entry.js.map +1 -0
- package/dist/siemens-ix/p-0818f6af.entry.js +2 -0
- package/dist/siemens-ix/p-0818f6af.entry.js.map +1 -0
- package/dist/siemens-ix/p-08d2c2e8.entry.js +2 -0
- package/dist/siemens-ix/p-08d2c2e8.entry.js.map +1 -0
- package/dist/siemens-ix/p-08e33f34.entry.js +2 -0
- package/dist/siemens-ix/p-08e33f34.entry.js.map +1 -0
- package/dist/siemens-ix/p-0f72ac93.entry.js +2 -0
- package/dist/siemens-ix/p-0f72ac93.entry.js.map +1 -0
- package/dist/siemens-ix/p-10d57ca2.entry.js +2 -0
- package/dist/siemens-ix/p-10d57ca2.entry.js.map +1 -0
- package/dist/siemens-ix/p-127a8ea3.entry.js +2 -0
- package/dist/siemens-ix/p-127a8ea3.entry.js.map +1 -0
- package/dist/siemens-ix/p-1837e711.entry.js +2 -0
- package/dist/siemens-ix/p-1837e711.entry.js.map +1 -0
- package/dist/siemens-ix/p-19b855f3.entry.js +2 -0
- package/dist/siemens-ix/p-19b855f3.entry.js.map +1 -0
- package/dist/siemens-ix/p-1a1e0f93.entry.js +2 -0
- package/dist/siemens-ix/p-1a1e0f93.entry.js.map +1 -0
- package/dist/siemens-ix/p-1b4019b5.entry.js +2 -0
- package/dist/siemens-ix/p-1b4019b5.entry.js.map +1 -0
- package/dist/siemens-ix/p-1b488eb2.entry.js +2 -0
- package/dist/siemens-ix/p-1b488eb2.entry.js.map +1 -0
- package/dist/siemens-ix/p-1bf52529.entry.js +2 -0
- package/dist/siemens-ix/p-1bf52529.entry.js.map +1 -0
- package/dist/siemens-ix/p-1e2dfffb.entry.js +2 -0
- package/dist/siemens-ix/p-1e2dfffb.entry.js.map +1 -0
- package/dist/siemens-ix/p-2240c295.entry.js +2 -0
- package/dist/siemens-ix/p-2240c295.entry.js.map +1 -0
- package/dist/siemens-ix/p-2927de2b.entry.js +2 -0
- package/dist/siemens-ix/p-2927de2b.entry.js.map +1 -0
- package/dist/siemens-ix/p-2aa40bcf.entry.js +2 -0
- package/dist/siemens-ix/p-2aa40bcf.entry.js.map +1 -0
- package/dist/siemens-ix/p-2c95e67c.entry.js +2 -0
- package/dist/siemens-ix/p-2c95e67c.entry.js.map +1 -0
- package/dist/siemens-ix/p-2d9eb88d.entry.js +2 -0
- package/dist/siemens-ix/p-2d9eb88d.entry.js.map +1 -0
- package/dist/siemens-ix/p-316cf983.entry.js +2 -0
- package/dist/siemens-ix/p-316cf983.entry.js.map +1 -0
- package/dist/siemens-ix/p-320281ab.entry.js +2 -0
- package/dist/siemens-ix/p-320281ab.entry.js.map +1 -0
- package/dist/siemens-ix/p-32612a51.entry.js +2 -0
- package/dist/siemens-ix/p-32612a51.entry.js.map +1 -0
- package/dist/siemens-ix/p-3677ae1c.entry.js +2 -0
- package/dist/siemens-ix/p-3677ae1c.entry.js.map +1 -0
- package/dist/siemens-ix/p-38d3e0c8.entry.js +2 -0
- package/dist/siemens-ix/p-38d3e0c8.entry.js.map +1 -0
- package/dist/siemens-ix/p-3af8304e.entry.js +2 -0
- package/dist/siemens-ix/p-3af8304e.entry.js.map +1 -0
- package/dist/siemens-ix/p-3d57eed7.entry.js +2 -0
- package/dist/siemens-ix/p-3d57eed7.entry.js.map +1 -0
- package/dist/siemens-ix/p-3f03f070.entry.js +2 -0
- package/dist/siemens-ix/p-3f03f070.entry.js.map +1 -0
- package/dist/siemens-ix/p-43e8cbf1.entry.js +2 -0
- package/dist/siemens-ix/p-43e8cbf1.entry.js.map +1 -0
- package/dist/siemens-ix/p-45427457.entry.js +2 -0
- package/dist/siemens-ix/p-45427457.entry.js.map +1 -0
- package/dist/siemens-ix/p-523e3cce.entry.js +2 -0
- package/dist/siemens-ix/p-523e3cce.entry.js.map +1 -0
- package/dist/siemens-ix/p-538743fb.entry.js +2 -0
- package/dist/siemens-ix/p-538743fb.entry.js.map +1 -0
- package/dist/siemens-ix/p-5e241a1f.entry.js +2 -0
- package/dist/siemens-ix/p-5e241a1f.entry.js.map +1 -0
- package/dist/siemens-ix/p-61140574.entry.js +2 -0
- package/dist/siemens-ix/p-61140574.entry.js.map +1 -0
- package/dist/siemens-ix/p-66e7e232.entry.js +2 -0
- package/dist/siemens-ix/p-66e7e232.entry.js.map +1 -0
- package/dist/siemens-ix/p-6ae131ad.entry.js +2 -0
- package/dist/siemens-ix/p-6ae131ad.entry.js.map +1 -0
- package/dist/siemens-ix/p-6b316d6a.entry.js +2 -0
- package/dist/siemens-ix/p-6b316d6a.entry.js.map +1 -0
- package/dist/siemens-ix/p-6c554ece.entry.js +2 -0
- package/dist/siemens-ix/p-6c554ece.entry.js.map +1 -0
- package/dist/siemens-ix/p-6d38bed7.entry.js +2 -0
- package/dist/siemens-ix/p-6d38bed7.entry.js.map +1 -0
- package/dist/siemens-ix/p-718a54f8.entry.js +2 -0
- package/dist/siemens-ix/p-718a54f8.entry.js.map +1 -0
- package/dist/siemens-ix/p-71eaa791.entry.js +2 -0
- package/dist/siemens-ix/p-71eaa791.entry.js.map +1 -0
- package/dist/siemens-ix/p-736a7446.entry.js +2 -0
- package/dist/siemens-ix/p-736a7446.entry.js.map +1 -0
- package/dist/siemens-ix/p-765ffc2a.entry.js +2 -0
- package/dist/siemens-ix/p-765ffc2a.entry.js.map +1 -0
- package/dist/siemens-ix/p-7cb18fa5.entry.js +2 -0
- package/dist/siemens-ix/p-7cb18fa5.entry.js.map +1 -0
- package/dist/siemens-ix/p-802636fd.entry.js +2 -0
- package/dist/siemens-ix/p-802636fd.entry.js.map +1 -0
- package/dist/siemens-ix/p-8920bbfe.entry.js +2 -0
- package/dist/siemens-ix/p-8920bbfe.entry.js.map +1 -0
- package/dist/siemens-ix/p-8960c872.entry.js +2 -0
- package/dist/siemens-ix/p-8960c872.entry.js.map +1 -0
- package/dist/siemens-ix/p-89868ccc.entry.js +2 -0
- package/dist/siemens-ix/p-89868ccc.entry.js.map +1 -0
- package/dist/siemens-ix/p-8b41e47d.entry.js +2 -0
- package/dist/siemens-ix/p-8b41e47d.entry.js.map +1 -0
- package/dist/siemens-ix/p-9170f4cd.entry.js +2 -0
- package/dist/siemens-ix/p-9170f4cd.entry.js.map +1 -0
- package/dist/siemens-ix/p-9185b8c1.entry.js +2 -0
- package/dist/siemens-ix/p-9185b8c1.entry.js.map +1 -0
- package/dist/siemens-ix/p-9196f153.entry.js +2 -0
- package/dist/siemens-ix/p-9196f153.entry.js.map +1 -0
- package/dist/siemens-ix/p-91a5bb6c.entry.js +2 -0
- package/dist/siemens-ix/p-91a5bb6c.entry.js.map +1 -0
- package/dist/siemens-ix/p-9439d379.entry.js +2 -0
- package/dist/siemens-ix/p-9439d379.entry.js.map +1 -0
- package/dist/siemens-ix/p-9505ff9d.entry.js +2 -0
- package/dist/siemens-ix/p-9505ff9d.entry.js.map +1 -0
- package/dist/siemens-ix/p-9a7db83b.entry.js +2 -0
- package/dist/siemens-ix/p-9a7db83b.entry.js.map +1 -0
- package/dist/siemens-ix/p-9ca14286.entry.js +2 -0
- package/dist/siemens-ix/p-9ca14286.entry.js.map +1 -0
- package/dist/siemens-ix/p-9ed2e8df.entry.js +2 -0
- package/dist/siemens-ix/p-9ed2e8df.entry.js.map +1 -0
- package/dist/siemens-ix/p-BGzrnl_l.js +2 -0
- package/dist/siemens-ix/p-BGzrnl_l.js.map +1 -0
- package/dist/siemens-ix/p-BH3f5fa3.js +2 -0
- package/dist/siemens-ix/p-BH3f5fa3.js.map +1 -0
- package/dist/siemens-ix/p-BKgqKHZU.js +2 -0
- package/dist/siemens-ix/p-BKgqKHZU.js.map +1 -0
- package/dist/siemens-ix/p-BQ6999e5.js +2 -0
- package/dist/siemens-ix/p-BQ6999e5.js.map +1 -0
- package/dist/siemens-ix/p-Bb7pDeaQ.js +2 -0
- package/dist/siemens-ix/p-Bb7pDeaQ.js.map +1 -0
- package/dist/siemens-ix/p-BdCnOrqW.js +2 -0
- package/dist/siemens-ix/p-BdCnOrqW.js.map +1 -0
- package/dist/siemens-ix/p-Bdv-vpZz.js +2 -0
- package/dist/siemens-ix/p-Bdv-vpZz.js.map +1 -0
- package/dist/siemens-ix/p-CANRrgK_.js +2 -0
- package/dist/siemens-ix/p-CANRrgK_.js.map +1 -0
- package/dist/siemens-ix/p-CAqtPJ4-.js +2 -0
- package/dist/siemens-ix/p-CAqtPJ4-.js.map +1 -0
- package/dist/siemens-ix/p-CFRrPFxi.js +2 -0
- package/dist/siemens-ix/p-CFRrPFxi.js.map +1 -0
- package/dist/siemens-ix/p-CKA5agGR.js +2 -0
- package/dist/siemens-ix/p-CKA5agGR.js.map +1 -0
- package/dist/siemens-ix/p-CKoABG1h.js +2 -0
- package/dist/siemens-ix/p-CKoABG1h.js.map +1 -0
- package/dist/siemens-ix/p-CUWFODSd.js +2 -0
- package/dist/siemens-ix/p-CUWFODSd.js.map +1 -0
- package/dist/siemens-ix/p-CX81WQtk.js +2 -0
- package/dist/siemens-ix/p-CX81WQtk.js.map +1 -0
- package/dist/siemens-ix/p-CYvkc2CR.js +2 -0
- package/dist/siemens-ix/p-CYvkc2CR.js.map +1 -0
- package/dist/siemens-ix/p-CZ1HWy6s.js +2 -0
- package/dist/siemens-ix/p-CZ1HWy6s.js.map +1 -0
- package/dist/siemens-ix/p-CdOJ663o.js +2 -0
- package/dist/siemens-ix/p-CdOJ663o.js.map +1 -0
- package/dist/siemens-ix/p-Cdt22lfd.js +2 -0
- package/dist/siemens-ix/p-Cdt22lfd.js.map +1 -0
- package/dist/siemens-ix/p-CrTP-icT.js +2 -0
- package/dist/siemens-ix/p-CrTP-icT.js.map +1 -0
- package/dist/siemens-ix/p-CyFFBc_G.js +2 -0
- package/dist/siemens-ix/p-CyFFBc_G.js.map +1 -0
- package/dist/siemens-ix/p-D3K9vmFp.js +2 -0
- package/dist/siemens-ix/p-D3K9vmFp.js.map +1 -0
- package/dist/siemens-ix/p-D6vSVaHq.js +2 -0
- package/dist/siemens-ix/p-D6vSVaHq.js.map +1 -0
- package/dist/siemens-ix/p-DDHkNPby.js +2 -0
- package/dist/siemens-ix/p-DDHkNPby.js.map +1 -0
- package/dist/siemens-ix/p-DQmgxFuB.js +2 -0
- package/dist/siemens-ix/p-DQmgxFuB.js.map +1 -0
- package/dist/siemens-ix/p-Dk_lr0xl.js +2 -0
- package/dist/siemens-ix/p-Dk_lr0xl.js.map +1 -0
- package/dist/siemens-ix/p-Dp15M30K.js +2 -0
- package/dist/siemens-ix/p-Dp15M30K.js.map +1 -0
- package/dist/siemens-ix/p-Dp4RJcgZ.js +2 -0
- package/dist/siemens-ix/p-Dp4RJcgZ.js.map +1 -0
- package/dist/siemens-ix/p-DtF9fwpD.js +3 -0
- package/dist/siemens-ix/p-DtF9fwpD.js.map +1 -0
- package/dist/siemens-ix/p-Ou74PMQs.js +2 -0
- package/dist/siemens-ix/p-Ou74PMQs.js.map +1 -0
- package/dist/siemens-ix/p-UQa1aROL.js +2 -0
- package/dist/siemens-ix/p-UQa1aROL.js.map +1 -0
- package/dist/siemens-ix/p-a0ef8437.entry.js +2 -0
- package/dist/siemens-ix/p-a0ef8437.entry.js.map +1 -0
- package/dist/siemens-ix/p-a1c09e3c.entry.js +2 -0
- package/dist/siemens-ix/p-a1c09e3c.entry.js.map +1 -0
- package/dist/siemens-ix/p-a2c05b1b.entry.js +2 -0
- package/dist/siemens-ix/p-a2c05b1b.entry.js.map +1 -0
- package/dist/siemens-ix/p-a48f6140.entry.js +2 -0
- package/dist/siemens-ix/p-a48f6140.entry.js.map +1 -0
- package/dist/siemens-ix/p-a55e1df3.entry.js +2 -0
- package/dist/siemens-ix/p-a55e1df3.entry.js.map +1 -0
- package/dist/siemens-ix/p-aaf423b9.entry.js +2 -0
- package/dist/siemens-ix/p-aaf423b9.entry.js.map +1 -0
- package/dist/siemens-ix/p-ac9215b9.entry.js +2 -0
- package/dist/siemens-ix/p-ac9215b9.entry.js.map +1 -0
- package/dist/siemens-ix/p-accb8080.entry.js +2 -0
- package/dist/siemens-ix/p-accb8080.entry.js.map +1 -0
- package/dist/siemens-ix/p-afd2fa29.entry.js +2 -0
- package/dist/siemens-ix/p-afd2fa29.entry.js.map +1 -0
- package/dist/siemens-ix/p-b0a445d7.entry.js +2 -0
- package/dist/siemens-ix/p-b0a445d7.entry.js.map +1 -0
- package/dist/siemens-ix/p-b0cfcae1.entry.js +2 -0
- package/dist/siemens-ix/p-b0cfcae1.entry.js.map +1 -0
- package/dist/siemens-ix/p-b2fd83da.entry.js +2 -0
- package/dist/siemens-ix/p-b2fd83da.entry.js.map +1 -0
- package/dist/siemens-ix/p-b606a172.entry.js +2 -0
- package/dist/siemens-ix/p-b606a172.entry.js.map +1 -0
- package/dist/siemens-ix/p-b761a9d6.entry.js +2 -0
- package/dist/siemens-ix/p-b761a9d6.entry.js.map +1 -0
- package/dist/siemens-ix/p-bDicGJUN.js +2 -0
- package/dist/siemens-ix/p-bDicGJUN.js.map +1 -0
- package/dist/siemens-ix/p-bcj7UEIC.js +2 -0
- package/dist/siemens-ix/p-bcj7UEIC.js.map +1 -0
- package/dist/siemens-ix/p-bd6e324a.entry.js +2 -0
- package/dist/siemens-ix/p-bd6e324a.entry.js.map +1 -0
- package/dist/siemens-ix/p-c210f347.entry.js +2 -0
- package/dist/siemens-ix/p-c210f347.entry.js.map +1 -0
- package/dist/siemens-ix/p-c2b23c82.entry.js +2 -0
- package/dist/siemens-ix/p-c2b23c82.entry.js.map +1 -0
- package/dist/siemens-ix/p-c56c3898.entry.js +2 -0
- package/dist/siemens-ix/p-c56c3898.entry.js.map +1 -0
- package/dist/siemens-ix/p-cb5000ac.entry.js +2 -0
- package/dist/siemens-ix/p-cb5000ac.entry.js.map +1 -0
- package/dist/siemens-ix/p-cbf9dc1c.entry.js +2 -0
- package/dist/siemens-ix/p-cbf9dc1c.entry.js.map +1 -0
- package/dist/siemens-ix/p-cc843644.entry.js +2 -0
- package/dist/siemens-ix/p-cc843644.entry.js.map +1 -0
- package/dist/siemens-ix/p-ce331bdc.entry.js +2 -0
- package/dist/siemens-ix/p-ce331bdc.entry.js.map +1 -0
- package/dist/siemens-ix/p-cefd8579.entry.js +2 -0
- package/dist/siemens-ix/p-cefd8579.entry.js.map +1 -0
- package/dist/siemens-ix/p-d1420219.entry.js +2 -0
- package/dist/siemens-ix/p-d1420219.entry.js.map +1 -0
- package/dist/siemens-ix/p-d1e08a10.entry.js +2 -0
- package/dist/siemens-ix/p-d1e08a10.entry.js.map +1 -0
- package/dist/siemens-ix/p-d1e55b65.entry.js +2 -0
- package/dist/siemens-ix/p-d1e55b65.entry.js.map +1 -0
- package/dist/siemens-ix/p-d3e0d6d9.entry.js +2 -0
- package/dist/siemens-ix/p-d3e0d6d9.entry.js.map +1 -0
- package/dist/siemens-ix/p-d6bf2d75.entry.js +2 -0
- package/dist/siemens-ix/p-d6bf2d75.entry.js.map +1 -0
- package/dist/siemens-ix/p-e59e6e87.entry.js +2 -0
- package/dist/siemens-ix/p-e59e6e87.entry.js.map +1 -0
- package/dist/siemens-ix/p-e5ab9886.entry.js +2 -0
- package/dist/siemens-ix/p-e5ab9886.entry.js.map +1 -0
- package/dist/siemens-ix/p-e8252fd7.entry.js +2 -0
- package/dist/siemens-ix/p-e8252fd7.entry.js.map +1 -0
- package/dist/siemens-ix/p-eba65395.entry.js +2 -0
- package/dist/siemens-ix/p-eba65395.entry.js.map +1 -0
- package/dist/siemens-ix/p-ec92f199.entry.js +2 -0
- package/dist/siemens-ix/p-ec92f199.entry.js.map +1 -0
- package/dist/siemens-ix/p-eccfb343.entry.js +2 -0
- package/dist/siemens-ix/p-eccfb343.entry.js.map +1 -0
- package/dist/siemens-ix/p-ecefabdb.entry.js +2 -0
- package/dist/siemens-ix/p-ecefabdb.entry.js.map +1 -0
- package/dist/siemens-ix/p-ee807086.entry.js +2 -0
- package/dist/siemens-ix/p-ee807086.entry.js.map +1 -0
- package/dist/siemens-ix/p-f30f9b01.entry.js +2 -0
- package/dist/siemens-ix/p-f30f9b01.entry.js.map +1 -0
- package/dist/siemens-ix/p-f607e4c0.entry.js +2 -0
- package/dist/siemens-ix/p-f607e4c0.entry.js.map +1 -0
- package/dist/siemens-ix/p-f8976f8e.entry.js +2 -0
- package/dist/siemens-ix/p-f8976f8e.entry.js.map +1 -0
- package/dist/siemens-ix/p-fa3623a3.entry.js +2 -0
- package/dist/siemens-ix/p-fa3623a3.entry.js.map +1 -0
- package/dist/siemens-ix/p-i60z1FJC.js +2 -0
- package/dist/siemens-ix/p-i60z1FJC.js.map +1 -0
- package/dist/siemens-ix/p-pXYAoEyc.js +2 -0
- package/dist/siemens-ix/p-pXYAoEyc.js.map +1 -0
- package/dist/siemens-ix/p-z5yZxfe2.js +2 -0
- package/dist/siemens-ix/p-z5yZxfe2.js.map +1 -0
- package/dist/siemens-ix/siemens-ix-core.css +1 -0
- package/dist/siemens-ix/siemens-ix.css +4782 -0
- package/dist/siemens-ix/siemens-ix.esm.js +2 -0
- package/dist/siemens-ix/siemens-ix.esm.js.map +1 -0
- package/dist/siemens-ix/theme/classic-dark.css +1 -0
- package/dist/siemens-ix/theme/classic-light.css +1 -0
- package/dist/siemens-ix/theme/legacy-classic-dark.css +1 -0
- package/dist/siemens-ix/theme/legacy-classic-light.css +1 -0
- package/dist/types/components/action-card/action-card.d.ts +28 -0
- package/dist/types/components/application/application.d.ts +43 -0
- package/dist/types/components/application-header/application-header.d.ts +58 -0
- package/dist/types/components/application-header/application-switch-modal/application-switch-modal.d.ts +9 -0
- package/dist/types/components/application-header/test/application-header.ct.d.ts +1 -0
- package/dist/types/components/application-sidebar/application-sidebar.d.ts +7 -0
- package/dist/types/components/application-sidebar/events.d.ts +4 -0
- package/dist/types/components/avatar/avatar.d.ts +39 -0
- package/dist/types/components/avatar/test/avatar.ct.d.ts +1 -0
- package/dist/types/components/basic-navigation/basic-navigation.d.ts +33 -0
- package/dist/types/components/blind/blind.d.ts +44 -0
- package/dist/types/components/blind/test/blind.ct.d.ts +1 -0
- package/dist/types/components/breadcrumb/breadcrumb.d.ts +49 -0
- package/dist/types/components/breadcrumb/test/breadcrumb.ct.d.ts +1 -0
- package/dist/types/components/breadcrumb-item/breadcrumb-item.d.ts +28 -0
- package/dist/types/components/button/base-button.d.ts +43 -0
- package/dist/types/components/button/button-component.d.ts +31 -0
- package/dist/types/components/button/button.d.ts +50 -0
- package/dist/types/components/button/test/button.ct.d.ts +6 -0
- package/dist/types/components/card/card.d.ts +16 -0
- package/dist/types/components/card-accordion/card-accordion.d.ts +27 -0
- package/dist/types/components/card-content/card-content.d.ts +6 -0
- package/dist/types/components/card-list/card-list.d.ts +84 -0
- package/dist/types/components/card-title/card-title.d.ts +8 -0
- package/dist/types/components/category-filter/category-filter.d.ts +163 -0
- package/dist/types/components/category-filter/filter-state.d.ts +9 -0
- package/dist/types/components/category-filter/input-state.d.ts +6 -0
- package/dist/types/components/category-filter/logical-filter-operator.d.ts +4 -0
- package/dist/types/components/category-filter/test/category-filter.ct.d.ts +1 -0
- package/dist/types/components/checkbox/checkbox.d.ts +61 -0
- package/dist/types/components/checkbox/tests/checkbox.ct.d.ts +1 -0
- package/dist/types/components/checkbox-group/checkbox-group.d.ts +47 -0
- package/dist/types/components/chip/chip.d.ts +51 -0
- package/dist/types/components/chip/test/chip.ct.d.ts +1 -0
- package/dist/types/components/col/col.d.ts +31 -0
- package/dist/types/components/content/content.d.ts +10 -0
- package/dist/types/components/content-header/content-header.d.ts +25 -0
- package/dist/types/components/css-grid/builder.d.ts +1 -0
- package/dist/types/components/css-grid/css-grid-item.d.ts +10 -0
- package/dist/types/components/css-grid/css-grid.d.ts +18 -0
- package/dist/types/components/custom-field/custom-field.d.ts +46 -0
- package/dist/types/components/custom-field/tests/custom-field.ct.d.ts +1 -0
- package/dist/types/components/date-dropdown/date-dropdown.d.ts +161 -0
- package/dist/types/components/date-dropdown/test/date-dropdown.ct.d.ts +1 -0
- package/dist/types/components/date-input/date-input.d.ts +152 -0
- package/dist/types/components/date-input/tests/date-input.ct.d.ts +1 -0
- package/dist/types/components/date-picker/date-picker-component.d.ts +47 -0
- package/dist/types/components/date-picker/date-picker.d.ts +158 -0
- package/dist/types/components/date-picker/test/date-picker.ct.d.ts +1 -0
- package/dist/types/components/date-time-card/date-time-card.d.ts +18 -0
- package/dist/types/components/datetime-picker/datetime-picker.d.ts +142 -0
- package/dist/types/components/datetime-picker/test/datetime-picker.ct.d.ts +1 -0
- package/dist/types/components/divider/divider.d.ts +6 -0
- package/dist/types/components/drawer/drawer.d.ts +53 -0
- package/dist/types/components/drawer/test/drawer.ct.d.ts +1 -0
- package/dist/types/components/dropdown/dropdown-controller.d.ts +39 -0
- package/dist/types/components/dropdown/dropdown.d.ts +119 -0
- package/dist/types/components/dropdown/placement.d.ts +7 -0
- package/dist/types/components/dropdown/test/dropdown.ct.d.ts +1 -0
- package/dist/types/components/dropdown-button/dropdown-button.ct.d.ts +1 -0
- package/dist/types/components/dropdown-button/dropdown-button.d.ts +47 -0
- package/dist/types/components/dropdown-header/dropdown-header.d.ts +10 -0
- package/dist/types/components/dropdown-item/dropdown-item.d.ts +37 -0
- package/dist/types/components/dropdown-quick-actions/dropdown-quick-actions.d.ts +6 -0
- package/dist/types/components/empty-state/empty-state.d.ts +32 -0
- package/dist/types/components/event-list/event-list.d.ts +33 -0
- package/dist/types/components/event-list/test/event-list.ct.d.ts +1 -0
- package/dist/types/components/event-list-item/event-list-item.d.ts +29 -0
- package/dist/types/components/expanding-search/expanding-search.d.ts +50 -0
- package/dist/types/components/expanding-search/test/expanding-search.ct.d.ts +1 -0
- package/dist/types/components/field-label/field-label.d.ts +33 -0
- package/dist/types/components/field-label/tests/field-label.ct.d.ts +1 -0
- package/dist/types/components/field-wrapper/field-wrapper.d.ts +64 -0
- package/dist/types/components/field-wrapper/helper-text-util.d.ts +18 -0
- package/dist/types/components/field-wrapper/tests/field-wrapper.ct.d.ts +1 -0
- package/dist/types/components/filter-chip/filter-chip.d.ts +19 -0
- package/dist/types/components/flip-tile/flip-tile-state.d.ts +7 -0
- package/dist/types/components/flip-tile/flip-tile.d.ts +42 -0
- package/dist/types/components/flip-tile/test/flip-tile.ct.d.ts +1 -0
- package/dist/types/components/flip-tile-content/flip-tile-content.d.ts +9 -0
- package/dist/types/components/group/group-context-menu.d.ts +8 -0
- package/dist/types/components/group/group.d.ts +64 -0
- package/dist/types/components/group/test/group.ct.d.ts +1 -0
- package/dist/types/components/group-item/group-item.d.ts +39 -0
- package/dist/types/components/helper-text/helper-text.d.ts +37 -0
- package/dist/types/components/icon-button/base-icon-button.d.ts +2 -0
- package/dist/types/components/icon-button/icon-button.d.ts +64 -0
- package/dist/types/components/icon-button/test/icon-button.ct.d.ts +1 -0
- package/dist/types/components/icon-toggle-button/icon-toggle-button.d.ts +54 -0
- package/dist/types/components/input/input.animation.d.ts +1 -0
- package/dist/types/components/input/input.d.ts +133 -0
- package/dist/types/components/input/input.fc.d.ts +52 -0
- package/dist/types/components/input/input.util.d.ts +15 -0
- package/dist/types/components/input/number-input.d.ts +131 -0
- package/dist/types/components/input/tests/form-ready.ct.d.ts +1 -0
- package/dist/types/components/input/tests/validation.ct.d.ts +1 -0
- package/dist/types/components/input/textarea.d.ts +132 -0
- package/dist/types/components/input-group/input-group.d.ts +24 -0
- package/dist/types/components/input-group/tests/input-group.ct.d.ts +1 -0
- package/dist/types/components/key-value/key-value.d.ts +25 -0
- package/dist/types/components/key-value-list/key-value-list.d.ts +10 -0
- package/dist/types/components/kpi/kpi.d.ts +25 -0
- package/dist/types/components/layout-auto/layout-auto.d.ts +24 -0
- package/dist/types/components/layout-grid/layout-grid.d.ts +18 -0
- package/dist/types/components/link-button/link-button.d.ts +20 -0
- package/dist/types/components/map-navigation/map-navigation.d.ts +62 -0
- package/dist/types/components/map-navigation-overlay/map-navigation-overlay.d.ts +30 -0
- package/dist/types/components/menu/menu-expand-icon.d.ts +18 -0
- package/dist/types/components/menu/menu.d.ts +164 -0
- package/dist/types/components/menu/test/menu.ct.d.ts +1 -0
- package/dist/types/components/menu-about/menu-about.d.ts +29 -0
- package/dist/types/components/menu-about/test/menu-about.ct.d.ts +1 -0
- package/dist/types/components/menu-about-item/menu-about-item.d.ts +14 -0
- package/dist/types/components/menu-about-news/menu-about-news.d.ts +34 -0
- package/dist/types/components/menu-avatar/menu-avatar.d.ts +45 -0
- package/dist/types/components/menu-avatar-item/menu-avatar-item.d.ts +21 -0
- package/dist/types/components/menu-avatar-item/test/menu-avatar-item.ct.d.ts +1 -0
- package/dist/types/components/menu-category/enter-leave.d.ts +7 -0
- package/dist/types/components/menu-category/menu-category.d.ts +45 -0
- package/dist/types/components/menu-category/test/menu-category.ct.d.ts +1 -0
- package/dist/types/components/menu-item/menu-item.d.ts +53 -0
- package/dist/types/components/menu-item/test/menu-item.ct.d.ts +1 -0
- package/dist/types/components/menu-settings/menu-settings.d.ts +29 -0
- package/dist/types/components/menu-settings/test/menu-settings.ct.d.ts +1 -0
- package/dist/types/components/menu-settings-item/menu-settings-item.d.ts +14 -0
- package/dist/types/components/message-bar/message-bar.d.ts +29 -0
- package/dist/types/components/message-bar/test/message-bar.ct.d.ts +1 -0
- package/dist/types/components/modal/modal.d.ts +72 -0
- package/dist/types/components/modal/test/modal.ct.d.ts +8 -0
- package/dist/types/components/modal-content/modal-content.d.ts +6 -0
- package/dist/types/components/modal-footer/modal-footer.d.ts +6 -0
- package/dist/types/components/modal-header/modal-header.d.ts +29 -0
- package/dist/types/components/modal-loading/modal-loading.d.ts +6 -0
- package/dist/types/components/pagination/pagination.d.ts +57 -0
- package/dist/types/components/pagination/test/pagination.ct.d.ts +1 -0
- package/dist/types/components/pane/pane.d.ts +131 -0
- package/dist/types/components/pane/test/panes.ct.d.ts +1 -0
- package/dist/types/components/pane-layout/pane-layout.d.ts +47 -0
- package/dist/types/components/pane-layout/test/pane-layout.ct.d.ts +1 -0
- package/dist/types/components/pill/pill.d.ts +40 -0
- package/dist/types/components/pill/test/pill.ct.d.ts +1 -0
- package/dist/types/components/push-card/push-card.d.ts +33 -0
- package/dist/types/components/radio/radio.d.ts +53 -0
- package/dist/types/components/radio/test/radio.ct.d.ts +1 -0
- package/dist/types/components/radio-group/radio-group.d.ts +64 -0
- package/dist/types/components/radio-group/test/radio-group.ct.d.ts +1 -0
- package/dist/types/components/row/row.d.ts +6 -0
- package/dist/types/components/select/select.d.ts +231 -0
- package/dist/types/components/select/test/select-keyboard.ct.d.ts +1 -0
- package/dist/types/components/select/test/select.ct.d.ts +1 -0
- package/dist/types/components/select-item/events.d.ts +18 -0
- package/dist/types/components/select-item/select-item.d.ts +40 -0
- package/dist/types/components/slider/slider.d.ts +72 -0
- package/dist/types/components/slider/test/slider.ct.d.ts +1 -0
- package/dist/types/components/spinner/spinner.d.ts +16 -0
- package/dist/types/components/split-button/split-button.d.ts +55 -0
- package/dist/types/components/tab-item/tab-item.d.ts +46 -0
- package/dist/types/components/tabs/tabs.d.ts +62 -0
- package/dist/types/components/tabs/test/tabs.ct.d.ts +1 -0
- package/dist/types/components/tile/tile.d.ts +12 -0
- package/dist/types/components/time-picker/test/time-picker.ct.d.ts +1 -0
- package/dist/types/components/time-picker/time-picker.d.ts +77 -0
- package/dist/types/components/toast/toast-container.d.ts +27 -0
- package/dist/types/components/toast/toast-utils.d.ts +22 -0
- package/dist/types/components/toast/toast.d.ts +38 -0
- package/dist/types/components/toggle/test/toggle.ct.d.ts +1 -0
- package/dist/types/components/toggle/toggle.d.ts +66 -0
- package/dist/types/components/toggle-button/toggle-button.d.ts +48 -0
- package/dist/types/components/tooltip/test/tooltip.ct.d.ts +1 -0
- package/dist/types/components/tooltip/tooltip.d.ts +66 -0
- package/dist/types/components/tree/test/tree.ct.d.ts +1 -0
- package/dist/types/components/tree/tree-model.d.ts +17 -0
- package/dist/types/components/tree/tree.d.ts +61 -0
- package/dist/types/components/tree-item/default-tree-item.d.ts +6 -0
- package/dist/types/components/tree-item/tree-item.d.ts +25 -0
- package/dist/types/components/typography/type-mapping.d.ts +1 -0
- package/dist/types/components/typography/typography.d.ts +32 -0
- package/dist/types/components/upload/test/upload.ct.d.ts +1 -0
- package/dist/types/components/upload/upload-file-state.d.ts +6 -0
- package/dist/types/components/upload/upload.d.ts +72 -0
- package/dist/types/components/utils/a11y.d.ts +9 -0
- package/dist/types/components/utils/animation.d.ts +7 -0
- package/dist/types/components/utils/app-switch/index.d.ts +2 -0
- package/dist/types/components/utils/application-layout/context.d.ts +22 -0
- package/dist/types/components/utils/application-layout/index.d.ts +1 -0
- package/dist/types/components/utils/application-layout/service.d.ts +17 -0
- package/dist/types/components/utils/attributes.d.ts +2 -0
- package/dist/types/components/utils/breakpoints.d.ts +8 -0
- package/dist/types/components/utils/condition-checks.d.ts +2 -0
- package/dist/types/components/utils/context.d.ts +57 -0
- package/dist/types/components/utils/debounce.d.ts +3 -0
- package/dist/types/components/utils/delegate.d.ts +15 -0
- package/dist/types/components/utils/disposable-event-listener.d.ts +7 -0
- package/dist/types/components/utils/element-reference.d.ts +1 -0
- package/dist/types/components/utils/find-element.d.ts +22 -0
- package/dist/types/components/utils/focus.d.ts +11 -0
- package/dist/types/components/utils/input/index.d.ts +62 -0
- package/dist/types/components/utils/input/validation.d.ts +16 -0
- package/dist/types/components/utils/internal/component.d.ts +4 -0
- package/dist/types/components/utils/internal/index.d.ts +1 -0
- package/dist/types/components/utils/lazy-list/index.d.ts +2 -0
- package/dist/types/components/utils/lazy-list/lazy.d.ts +51 -0
- package/dist/types/components/utils/listener.d.ts +13 -0
- package/dist/types/components/utils/make-ref.d.ts +6 -0
- package/dist/types/components/utils/menu-service/menu-service.d.ts +14 -0
- package/dist/types/components/utils/menu-tabs/menu-tabs-fc.d.ts +8 -0
- package/dist/types/components/utils/menu-tabs/menu-tabs-utils.d.ts +13 -0
- package/dist/types/components/utils/modal/index.d.ts +3 -0
- package/dist/types/components/utils/modal/loading.d.ts +4 -0
- package/dist/types/components/utils/modal/message.d.ts +44 -0
- package/dist/types/components/utils/modal/modal.d.ts +25 -0
- package/dist/types/components/utils/mutation-observer.d.ts +1 -0
- package/dist/types/components/utils/notification-color.d.ts +4 -0
- package/dist/types/components/utils/overlay.d.ts +16 -0
- package/dist/types/components/utils/requestAnimationFrame.d.ts +7 -0
- package/dist/types/components/utils/rwd.util.d.ts +2 -0
- package/dist/types/components/utils/shadow-dom.d.ts +5 -0
- package/dist/types/components/utils/theme-switcher.d.ts +27 -0
- package/dist/types/components/utils/type-helper.d.ts +1 -0
- package/dist/types/components/utils/typed-event.d.ts +15 -0
- package/dist/types/components/utils/uuid.d.ts +1 -0
- package/dist/types/components/utils/waitForElement.d.ts +1 -0
- package/dist/types/components/validation-tooltip/validation-tooltip.d.ts +45 -0
- package/dist/types/components/workflow-step/workflow-step.d.ts +42 -0
- package/dist/types/components/workflow-steps/test/workflow-steps.ct.d.ts +1 -0
- package/dist/types/components/workflow-steps/workflow-steps.d.ts +29 -0
- package/dist/types/components.d.ts +8745 -0
- package/dist/types/index.d.ts +17 -0
- package/dist/types/interfaces.d.ts +27 -0
- package/dist/types/setup.d.ts +7 -0
- package/dist/types/stencil-public-runtime.d.ts +1681 -0
- package/dist/types/tests/utils/test/index.d.ts +18 -0
- package/dist/types/tests/utils/test/page.d.ts +24 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/package.json +1 -1
- package/scss/components/_table.scss +1 -0
|
@@ -0,0 +1,1982 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
3
|
+
*
|
|
4
|
+
* SPDX-License-Identifier: MIT
|
|
5
|
+
*
|
|
6
|
+
* This source code is licensed under the MIT license found in the
|
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
|
+
*/
|
|
9
|
+
/*
|
|
10
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
11
|
+
*
|
|
12
|
+
* SPDX-License-Identifier: MIT
|
|
13
|
+
*
|
|
14
|
+
* This source code is licensed under the MIT license found in the
|
|
15
|
+
* LICENSE file in the root directory of this source tree.
|
|
16
|
+
*/
|
|
17
|
+
/* Dimensions */
|
|
18
|
+
/* Font sizes */
|
|
19
|
+
/* Line heights */
|
|
20
|
+
/* Animation timings */
|
|
21
|
+
/*
|
|
22
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
23
|
+
*
|
|
24
|
+
* SPDX-License-Identifier: MIT
|
|
25
|
+
*
|
|
26
|
+
* This source code is licensed under the MIT license found in the
|
|
27
|
+
* LICENSE file in the root directory of this source tree.
|
|
28
|
+
*/
|
|
29
|
+
/*
|
|
30
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
31
|
+
*
|
|
32
|
+
* SPDX-License-Identifier: MIT
|
|
33
|
+
*
|
|
34
|
+
* This source code is licensed under the MIT license found in the
|
|
35
|
+
* LICENSE file in the root directory of this source tree.
|
|
36
|
+
*/
|
|
37
|
+
/*
|
|
38
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
39
|
+
*
|
|
40
|
+
* SPDX-License-Identifier: MIT
|
|
41
|
+
*
|
|
42
|
+
* This source code is licensed under the MIT license found in the
|
|
43
|
+
* LICENSE file in the root directory of this source tree.
|
|
44
|
+
*/
|
|
45
|
+
/*
|
|
46
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
47
|
+
*
|
|
48
|
+
* SPDX-License-Identifier: MIT
|
|
49
|
+
*
|
|
50
|
+
* This source code is licensed under the MIT license found in the
|
|
51
|
+
* LICENSE file in the root directory of this source tree.
|
|
52
|
+
*/
|
|
53
|
+
/*
|
|
54
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
55
|
+
*
|
|
56
|
+
* SPDX-License-Identifier: MIT
|
|
57
|
+
*
|
|
58
|
+
* This source code is licensed under the MIT license found in the
|
|
59
|
+
* LICENSE file in the root directory of this source tree.
|
|
60
|
+
*/
|
|
61
|
+
/*
|
|
62
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
63
|
+
*
|
|
64
|
+
* SPDX-License-Identifier: MIT
|
|
65
|
+
*
|
|
66
|
+
* This source code is licensed under the MIT license found in the
|
|
67
|
+
* LICENSE file in the root directory of this source tree.
|
|
68
|
+
*/
|
|
69
|
+
/*
|
|
70
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
71
|
+
*
|
|
72
|
+
* SPDX-License-Identifier: MIT
|
|
73
|
+
*
|
|
74
|
+
* This source code is licensed under the MIT license found in the
|
|
75
|
+
* LICENSE file in the root directory of this source tree.
|
|
76
|
+
*/
|
|
77
|
+
/*
|
|
78
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
79
|
+
*
|
|
80
|
+
* SPDX-License-Identifier: MIT
|
|
81
|
+
*
|
|
82
|
+
* This source code is licensed under the MIT license found in the
|
|
83
|
+
* LICENSE file in the root directory of this source tree.
|
|
84
|
+
*/
|
|
85
|
+
/*
|
|
86
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
87
|
+
*
|
|
88
|
+
* SPDX-License-Identifier: MIT
|
|
89
|
+
*
|
|
90
|
+
* This source code is licensed under the MIT license found in the
|
|
91
|
+
* LICENSE file in the root directory of this source tree.
|
|
92
|
+
*/
|
|
93
|
+
/* Dimensions */
|
|
94
|
+
/* Font sizes */
|
|
95
|
+
/* Line heights */
|
|
96
|
+
/* Animation timings */
|
|
97
|
+
/*
|
|
98
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
99
|
+
*
|
|
100
|
+
* SPDX-License-Identifier: MIT
|
|
101
|
+
*
|
|
102
|
+
* This source code is licensed under the MIT license found in the
|
|
103
|
+
* LICENSE file in the root directory of this source tree.
|
|
104
|
+
*/
|
|
105
|
+
/*
|
|
106
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
107
|
+
*
|
|
108
|
+
* SPDX-License-Identifier: MIT
|
|
109
|
+
*
|
|
110
|
+
* This source code is licensed under the MIT license found in the
|
|
111
|
+
* LICENSE file in the root directory of this source tree.
|
|
112
|
+
*/
|
|
113
|
+
/*
|
|
114
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
115
|
+
*
|
|
116
|
+
* SPDX-License-Identifier: MIT
|
|
117
|
+
*
|
|
118
|
+
* This source code is licensed under the MIT license found in the
|
|
119
|
+
* LICENSE file in the root directory of this source tree.
|
|
120
|
+
*/
|
|
121
|
+
/*
|
|
122
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
123
|
+
*
|
|
124
|
+
* SPDX-License-Identifier: MIT
|
|
125
|
+
*
|
|
126
|
+
* This source code is licensed under the MIT license found in the
|
|
127
|
+
* LICENSE file in the root directory of this source tree.
|
|
128
|
+
*/
|
|
129
|
+
:host {
|
|
130
|
+
/* width */
|
|
131
|
+
/* Track */
|
|
132
|
+
/* Handle */
|
|
133
|
+
/* Handle on hover */
|
|
134
|
+
display: inline-block;
|
|
135
|
+
height: 2rem;
|
|
136
|
+
vertical-align: middle;
|
|
137
|
+
cursor: pointer;
|
|
138
|
+
-webkit-font-smoothing: antialiased;
|
|
139
|
+
-moz-osx-font-smooting: grayscale;
|
|
140
|
+
font-family: Siemens Sans, sans-serif;
|
|
141
|
+
font-size: 0.875rem;
|
|
142
|
+
font-weight: 700;
|
|
143
|
+
line-height: 1.429em;
|
|
144
|
+
color: var(--theme-color-std-text);
|
|
145
|
+
}
|
|
146
|
+
:host *,
|
|
147
|
+
:host *::after,
|
|
148
|
+
:host *::before {
|
|
149
|
+
box-sizing: border-box;
|
|
150
|
+
}
|
|
151
|
+
:host ::-webkit-scrollbar-button {
|
|
152
|
+
display: none;
|
|
153
|
+
}
|
|
154
|
+
@-moz-document url-prefix() {
|
|
155
|
+
:host * {
|
|
156
|
+
scrollbar-color: var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);
|
|
157
|
+
scrollbar-width: thin;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
:host ::-webkit-scrollbar {
|
|
161
|
+
width: 0.5rem;
|
|
162
|
+
height: 0.5rem;
|
|
163
|
+
}
|
|
164
|
+
:host ::-webkit-scrollbar-track {
|
|
165
|
+
border-radius: 5px;
|
|
166
|
+
background: var(--theme-scrollbar-track--background);
|
|
167
|
+
}
|
|
168
|
+
:host ::-webkit-scrollbar-track:hover {
|
|
169
|
+
background: var(--theme-scrollbar-track--background--hover);
|
|
170
|
+
}
|
|
171
|
+
:host ::-webkit-scrollbar-thumb {
|
|
172
|
+
border-radius: 5px;
|
|
173
|
+
background: var(--theme-scrollbar-thumb--background);
|
|
174
|
+
}
|
|
175
|
+
:host ::-webkit-scrollbar-thumb:hover {
|
|
176
|
+
background: var(--theme-scrollbar-thumb--background--hover);
|
|
177
|
+
}
|
|
178
|
+
:host ::-webkit-scrollbar-corner {
|
|
179
|
+
display: none;
|
|
180
|
+
}
|
|
181
|
+
:host button {
|
|
182
|
+
all: unset;
|
|
183
|
+
box-sizing: border-box;
|
|
184
|
+
display: inline-flex;
|
|
185
|
+
flex-direction: row;
|
|
186
|
+
flex-wrap: nowrap;
|
|
187
|
+
overflow: hidden;
|
|
188
|
+
align-items: center;
|
|
189
|
+
justify-content: center;
|
|
190
|
+
width: 100%;
|
|
191
|
+
height: 100%;
|
|
192
|
+
padding: 0 0.5rem;
|
|
193
|
+
}
|
|
194
|
+
:host ix-spinner {
|
|
195
|
+
margin-right: 0.25rem;
|
|
196
|
+
}
|
|
197
|
+
:host ix-icon {
|
|
198
|
+
margin-right: 0.25rem;
|
|
199
|
+
}
|
|
200
|
+
:host .content {
|
|
201
|
+
display: inline-block;
|
|
202
|
+
position: relative;
|
|
203
|
+
overflow: hidden;
|
|
204
|
+
white-space: nowrap;
|
|
205
|
+
text-overflow: ellipsis;
|
|
206
|
+
}
|
|
207
|
+
:host .content-start {
|
|
208
|
+
width: 100%;
|
|
209
|
+
}
|
|
210
|
+
:host .icon {
|
|
211
|
+
pointer-events: none;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
:host(.disabled) {
|
|
215
|
+
cursor: default;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
:host .btn-danger {
|
|
219
|
+
border-radius: var(--theme-btn--border-radius);
|
|
220
|
+
}
|
|
221
|
+
:host .btn-danger, :host .btn-danger.focus, :host .btn-danger:focus-visible {
|
|
222
|
+
background-color: var(--theme-btn-danger--background);
|
|
223
|
+
color: var(--theme-btn-danger--color);
|
|
224
|
+
--ix-button-color: var(--theme-btn-danger--color);
|
|
225
|
+
border-width: var(--theme-btn--border-thickness);
|
|
226
|
+
border-color: var(--theme-btn-danger--border-color);
|
|
227
|
+
border-style: solid;
|
|
228
|
+
}
|
|
229
|
+
:host .btn-danger:not(.disabled):not(:disabled):focus-visible {
|
|
230
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
231
|
+
outline-offset: var(--theme-btn--focus--outline-offset);
|
|
232
|
+
}
|
|
233
|
+
:host .btn-danger.selected {
|
|
234
|
+
background-color: var(--theme-color-ghost--selected);
|
|
235
|
+
color: var(--theme-color-dynamic);
|
|
236
|
+
}
|
|
237
|
+
:host .btn-danger.selected:not(.disabled):not(:disabled) {
|
|
238
|
+
cursor: pointer;
|
|
239
|
+
}
|
|
240
|
+
:host .btn-danger.selected:not(.disabled):not(:disabled):hover, :host .btn-danger.selected:not(.disabled):not(:disabled):hover {
|
|
241
|
+
background-color: var(--theme-color-ghost--selected-hover);
|
|
242
|
+
color: var(--theme-color-dynamic);
|
|
243
|
+
}
|
|
244
|
+
:host .btn-danger.selected:not(.disabled):not(:disabled) {
|
|
245
|
+
cursor: pointer;
|
|
246
|
+
}
|
|
247
|
+
:host .btn-danger.selected:not(.disabled):not(:disabled):active, :host .btn-danger.selected:not(.disabled):not(:disabled).active {
|
|
248
|
+
background-color: var(--theme-color-ghost--selected-active);
|
|
249
|
+
color: var(--theme-color-dynamic);
|
|
250
|
+
}
|
|
251
|
+
:host .btn-danger:not(.disabled):not(:disabled) {
|
|
252
|
+
cursor: pointer;
|
|
253
|
+
}
|
|
254
|
+
:host .btn-danger:not(.disabled):not(:disabled):hover, :host .btn-danger:not(.disabled):not(:disabled):hover {
|
|
255
|
+
border-color: var(--theme-btn-danger--border-color--hover);
|
|
256
|
+
background-color: var(--theme-btn-danger--background--hover);
|
|
257
|
+
color: var(--theme-btn-danger--color--hover);
|
|
258
|
+
}
|
|
259
|
+
:host .btn-danger:not(.disabled):not(:disabled) {
|
|
260
|
+
cursor: pointer;
|
|
261
|
+
}
|
|
262
|
+
:host .btn-danger:not(.disabled):not(:disabled):active, :host .btn-danger:not(.disabled):not(:disabled).active {
|
|
263
|
+
border-color: var(--theme-btn-danger--border-color--active);
|
|
264
|
+
background-color: var(--theme-btn-danger--background--active);
|
|
265
|
+
color: var(--theme-btn-danger--color--active);
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
:host(.disabled) {
|
|
269
|
+
pointer-events: none;
|
|
270
|
+
}
|
|
271
|
+
:host(.disabled) .btn-danger.disabled, :host(.disabled) .btn-danger:disabled {
|
|
272
|
+
pointer-events: none;
|
|
273
|
+
border-color: var(--theme-btn-danger--border-color--disabled);
|
|
274
|
+
background-color: var(--theme-btn-danger--background--disabled);
|
|
275
|
+
color: var(--theme-btn-danger--color--disabled);
|
|
276
|
+
opacity: 1;
|
|
277
|
+
--ix-button-color: var(--theme-btn-danger--color--disabled);
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
:host .btn-outline-danger {
|
|
281
|
+
border-radius: var(--theme-btn--border-radius);
|
|
282
|
+
}
|
|
283
|
+
:host .btn-outline-danger, :host .btn-outline-danger.focus, :host .btn-outline-danger:focus-visible {
|
|
284
|
+
background-color: var(--theme-btn-outline-danger--background);
|
|
285
|
+
color: var(--theme-btn-outline-danger--color);
|
|
286
|
+
--ix-button-color: var(--theme-btn-outline-danger--color);
|
|
287
|
+
border-width: var(--theme-btn--border-thickness);
|
|
288
|
+
border-color: var(--theme-btn-outline-danger--border-color);
|
|
289
|
+
border-style: solid;
|
|
290
|
+
}
|
|
291
|
+
:host .btn-outline-danger:not(.disabled):not(:disabled):focus-visible {
|
|
292
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
293
|
+
outline-offset: var(--theme-btn--focus--outline-offset);
|
|
294
|
+
}
|
|
295
|
+
:host .btn-outline-danger.selected {
|
|
296
|
+
background-color: var(--theme-color-ghost--selected);
|
|
297
|
+
color: var(--theme-color-dynamic);
|
|
298
|
+
}
|
|
299
|
+
:host .btn-outline-danger.selected:not(.disabled):not(:disabled) {
|
|
300
|
+
cursor: pointer;
|
|
301
|
+
}
|
|
302
|
+
:host .btn-outline-danger.selected:not(.disabled):not(:disabled):hover, :host .btn-outline-danger.selected:not(.disabled):not(:disabled):hover {
|
|
303
|
+
background-color: var(--theme-color-ghost--selected-hover);
|
|
304
|
+
color: var(--theme-color-dynamic);
|
|
305
|
+
}
|
|
306
|
+
:host .btn-outline-danger.selected:not(.disabled):not(:disabled) {
|
|
307
|
+
cursor: pointer;
|
|
308
|
+
}
|
|
309
|
+
:host .btn-outline-danger.selected:not(.disabled):not(:disabled):active, :host .btn-outline-danger.selected:not(.disabled):not(:disabled).active {
|
|
310
|
+
background-color: var(--theme-color-ghost--selected-active);
|
|
311
|
+
color: var(--theme-color-dynamic);
|
|
312
|
+
}
|
|
313
|
+
:host .btn-outline-danger:not(.disabled):not(:disabled) {
|
|
314
|
+
cursor: pointer;
|
|
315
|
+
}
|
|
316
|
+
:host .btn-outline-danger:not(.disabled):not(:disabled):hover, :host .btn-outline-danger:not(.disabled):not(:disabled):hover {
|
|
317
|
+
border-color: var(--theme-btn-outline-danger--border-color--hover);
|
|
318
|
+
background-color: var(--theme-btn-outline-danger--background--hover);
|
|
319
|
+
color: var(--theme-btn-outline-danger--color--hover);
|
|
320
|
+
}
|
|
321
|
+
:host .btn-outline-danger:not(.disabled):not(:disabled) {
|
|
322
|
+
cursor: pointer;
|
|
323
|
+
}
|
|
324
|
+
:host .btn-outline-danger:not(.disabled):not(:disabled):active, :host .btn-outline-danger:not(.disabled):not(:disabled).active {
|
|
325
|
+
border-color: var(--theme-btn-outline-danger--border-color--active);
|
|
326
|
+
background-color: var(--theme-btn-outline-danger--background--active);
|
|
327
|
+
color: var(--theme-btn-outline-danger--color--active);
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
:host(.disabled) {
|
|
331
|
+
pointer-events: none;
|
|
332
|
+
}
|
|
333
|
+
:host(.disabled) .btn-outline-danger.disabled, :host(.disabled) .btn-outline-danger:disabled {
|
|
334
|
+
pointer-events: none;
|
|
335
|
+
border-color: var(--theme-btn-outline-danger--border-color--disabled);
|
|
336
|
+
background-color: var(--theme-btn-outline-danger--background--disabled);
|
|
337
|
+
color: var(--theme-btn-outline-danger--color--disabled);
|
|
338
|
+
opacity: 1;
|
|
339
|
+
--ix-button-color: var(--theme-btn-outline-danger--color--disabled);
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
:host .btn-invisible-danger {
|
|
343
|
+
border-radius: var(--theme-btn--border-radius);
|
|
344
|
+
}
|
|
345
|
+
:host .btn-invisible-danger, :host .btn-invisible-danger.focus, :host .btn-invisible-danger:focus-visible {
|
|
346
|
+
background-color: var(--theme-btn-invisible-danger--background);
|
|
347
|
+
color: var(--theme-btn-invisible-danger--color);
|
|
348
|
+
--ix-button-color: var(--theme-btn-invisible-danger--color);
|
|
349
|
+
border-color: transparent;
|
|
350
|
+
}
|
|
351
|
+
:host .btn-invisible-danger:not(.disabled):not(:disabled):focus-visible {
|
|
352
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
353
|
+
outline-offset: var(--theme-btn--focus--outline-offset);
|
|
354
|
+
}
|
|
355
|
+
:host .btn-invisible-danger.selected {
|
|
356
|
+
background-color: var(--theme-color-ghost--selected);
|
|
357
|
+
color: var(--theme-color-dynamic);
|
|
358
|
+
}
|
|
359
|
+
:host .btn-invisible-danger.selected:not(.disabled):not(:disabled) {
|
|
360
|
+
cursor: pointer;
|
|
361
|
+
}
|
|
362
|
+
:host .btn-invisible-danger.selected:not(.disabled):not(:disabled):hover, :host .btn-invisible-danger.selected:not(.disabled):not(:disabled):hover {
|
|
363
|
+
background-color: var(--theme-color-ghost--selected-hover);
|
|
364
|
+
color: var(--theme-color-dynamic);
|
|
365
|
+
}
|
|
366
|
+
:host .btn-invisible-danger.selected:not(.disabled):not(:disabled) {
|
|
367
|
+
cursor: pointer;
|
|
368
|
+
}
|
|
369
|
+
:host .btn-invisible-danger.selected:not(.disabled):not(:disabled):active, :host .btn-invisible-danger.selected:not(.disabled):not(:disabled).active {
|
|
370
|
+
background-color: var(--theme-color-ghost--selected-active);
|
|
371
|
+
color: var(--theme-color-dynamic);
|
|
372
|
+
}
|
|
373
|
+
:host .btn-invisible-danger:not(.disabled):not(:disabled) {
|
|
374
|
+
cursor: pointer;
|
|
375
|
+
}
|
|
376
|
+
:host .btn-invisible-danger:not(.disabled):not(:disabled):hover, :host .btn-invisible-danger:not(.disabled):not(:disabled):hover {
|
|
377
|
+
background-color: var(--theme-btn-invisible-danger--background--hover);
|
|
378
|
+
color: var(--theme-btn-invisible-danger--color--hover);
|
|
379
|
+
}
|
|
380
|
+
:host .btn-invisible-danger:not(.disabled):not(:disabled) {
|
|
381
|
+
cursor: pointer;
|
|
382
|
+
}
|
|
383
|
+
:host .btn-invisible-danger:not(.disabled):not(:disabled):active, :host .btn-invisible-danger:not(.disabled):not(:disabled).active {
|
|
384
|
+
background-color: var(--theme-btn-invisible-danger--background--active);
|
|
385
|
+
color: var(--theme-btn-invisible-danger--color--active);
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
:host(.disabled) {
|
|
389
|
+
pointer-events: none;
|
|
390
|
+
}
|
|
391
|
+
:host(.disabled) .btn-invisible-danger.disabled, :host(.disabled) .btn-invisible-danger:disabled {
|
|
392
|
+
pointer-events: none;
|
|
393
|
+
background-color: var(--theme-btn-invisible-danger--background--disabled);
|
|
394
|
+
color: var(--theme-btn-invisible-danger--color--disabled);
|
|
395
|
+
opacity: 1;
|
|
396
|
+
--ix-button-color: var(--theme-btn-invisible-danger--color--disabled);
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
:host .btn-primary {
|
|
400
|
+
border-radius: var(--theme-btn--border-radius);
|
|
401
|
+
}
|
|
402
|
+
:host .btn-primary, :host .btn-primary.focus, :host .btn-primary:focus-visible {
|
|
403
|
+
background-color: var(--theme-btn-primary--background);
|
|
404
|
+
color: var(--theme-btn-primary--color);
|
|
405
|
+
--ix-button-color: var(--theme-btn-primary--color);
|
|
406
|
+
border-width: var(--theme-btn--border-thickness);
|
|
407
|
+
border-color: var(--theme-btn-primary--border-color);
|
|
408
|
+
border-style: solid;
|
|
409
|
+
}
|
|
410
|
+
:host .btn-primary:not(.disabled):not(:disabled):focus-visible {
|
|
411
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
412
|
+
outline-offset: var(--theme-btn--focus--outline-offset);
|
|
413
|
+
}
|
|
414
|
+
:host .btn-primary.selected {
|
|
415
|
+
background-color: var(--theme-color-ghost--selected);
|
|
416
|
+
color: var(--theme-color-dynamic);
|
|
417
|
+
}
|
|
418
|
+
:host .btn-primary.selected:not(.disabled):not(:disabled) {
|
|
419
|
+
cursor: pointer;
|
|
420
|
+
}
|
|
421
|
+
:host .btn-primary.selected:not(.disabled):not(:disabled):hover, :host .btn-primary.selected:not(.disabled):not(:disabled):hover {
|
|
422
|
+
background-color: var(--theme-color-ghost--selected-hover);
|
|
423
|
+
color: var(--theme-color-dynamic);
|
|
424
|
+
}
|
|
425
|
+
:host .btn-primary.selected:not(.disabled):not(:disabled) {
|
|
426
|
+
cursor: pointer;
|
|
427
|
+
}
|
|
428
|
+
:host .btn-primary.selected:not(.disabled):not(:disabled):active, :host .btn-primary.selected:not(.disabled):not(:disabled).active {
|
|
429
|
+
background-color: var(--theme-color-ghost--selected-active);
|
|
430
|
+
color: var(--theme-color-dynamic);
|
|
431
|
+
}
|
|
432
|
+
:host .btn-primary:not(.disabled):not(:disabled) {
|
|
433
|
+
cursor: pointer;
|
|
434
|
+
}
|
|
435
|
+
:host .btn-primary:not(.disabled):not(:disabled):hover, :host .btn-primary:not(.disabled):not(:disabled):hover {
|
|
436
|
+
border-color: var(--theme-btn-primary--border-color--hover);
|
|
437
|
+
background-color: var(--theme-btn-primary--background--hover);
|
|
438
|
+
color: var(--theme-btn-primary--color--hover);
|
|
439
|
+
}
|
|
440
|
+
:host .btn-primary:not(.disabled):not(:disabled) {
|
|
441
|
+
cursor: pointer;
|
|
442
|
+
}
|
|
443
|
+
:host .btn-primary:not(.disabled):not(:disabled):active, :host .btn-primary:not(.disabled):not(:disabled).active {
|
|
444
|
+
border-color: var(--theme-btn-primary--border-color--active);
|
|
445
|
+
background-color: var(--theme-btn-primary--background--active);
|
|
446
|
+
color: var(--theme-btn-primary--color--active);
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
:host(.disabled) {
|
|
450
|
+
pointer-events: none;
|
|
451
|
+
}
|
|
452
|
+
:host(.disabled) .btn-primary.disabled, :host(.disabled) .btn-primary:disabled {
|
|
453
|
+
pointer-events: none;
|
|
454
|
+
border-color: var(--theme-btn-primary--border-color--disabled);
|
|
455
|
+
background-color: var(--theme-btn-primary--background--disabled);
|
|
456
|
+
color: var(--theme-btn-primary--color--disabled);
|
|
457
|
+
opacity: 1;
|
|
458
|
+
--ix-button-color: var(--theme-btn-primary--color--disabled);
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
:host .btn-outline-primary {
|
|
462
|
+
border-radius: var(--theme-btn--border-radius);
|
|
463
|
+
}
|
|
464
|
+
:host .btn-outline-primary, :host .btn-outline-primary.focus, :host .btn-outline-primary:focus-visible {
|
|
465
|
+
background-color: var(--theme-btn-outline-primary--background);
|
|
466
|
+
color: var(--theme-btn-outline-primary--color);
|
|
467
|
+
--ix-button-color: var(--theme-btn-outline-primary--color);
|
|
468
|
+
border-width: var(--theme-btn--border-thickness);
|
|
469
|
+
border-color: var(--theme-btn-outline-primary--border-color);
|
|
470
|
+
border-style: solid;
|
|
471
|
+
}
|
|
472
|
+
:host .btn-outline-primary:not(.disabled):not(:disabled):focus-visible {
|
|
473
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
474
|
+
outline-offset: var(--theme-btn--focus--outline-offset);
|
|
475
|
+
}
|
|
476
|
+
:host .btn-outline-primary.selected {
|
|
477
|
+
background-color: var(--theme-color-ghost--selected);
|
|
478
|
+
color: var(--theme-color-dynamic);
|
|
479
|
+
}
|
|
480
|
+
:host .btn-outline-primary.selected:not(.disabled):not(:disabled) {
|
|
481
|
+
cursor: pointer;
|
|
482
|
+
}
|
|
483
|
+
:host .btn-outline-primary.selected:not(.disabled):not(:disabled):hover, :host .btn-outline-primary.selected:not(.disabled):not(:disabled):hover {
|
|
484
|
+
background-color: var(--theme-color-ghost--selected-hover);
|
|
485
|
+
color: var(--theme-color-dynamic);
|
|
486
|
+
}
|
|
487
|
+
:host .btn-outline-primary.selected:not(.disabled):not(:disabled) {
|
|
488
|
+
cursor: pointer;
|
|
489
|
+
}
|
|
490
|
+
:host .btn-outline-primary.selected:not(.disabled):not(:disabled):active, :host .btn-outline-primary.selected:not(.disabled):not(:disabled).active {
|
|
491
|
+
background-color: var(--theme-color-ghost--selected-active);
|
|
492
|
+
color: var(--theme-color-dynamic);
|
|
493
|
+
}
|
|
494
|
+
:host .btn-outline-primary:not(.disabled):not(:disabled) {
|
|
495
|
+
cursor: pointer;
|
|
496
|
+
}
|
|
497
|
+
:host .btn-outline-primary:not(.disabled):not(:disabled):hover, :host .btn-outline-primary:not(.disabled):not(:disabled):hover {
|
|
498
|
+
border-color: var(--theme-btn-outline-primary--border-color--hover);
|
|
499
|
+
background-color: var(--theme-btn-outline-primary--background--hover);
|
|
500
|
+
color: var(--theme-btn-outline-primary--color--hover);
|
|
501
|
+
}
|
|
502
|
+
:host .btn-outline-primary:not(.disabled):not(:disabled) {
|
|
503
|
+
cursor: pointer;
|
|
504
|
+
}
|
|
505
|
+
:host .btn-outline-primary:not(.disabled):not(:disabled):active, :host .btn-outline-primary:not(.disabled):not(:disabled).active {
|
|
506
|
+
border-color: var(--theme-btn-outline-primary--border-color--active);
|
|
507
|
+
background-color: var(--theme-btn-outline-primary--background--active);
|
|
508
|
+
color: var(--theme-btn-outline-primary--color--active);
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
:host(.disabled) {
|
|
512
|
+
pointer-events: none;
|
|
513
|
+
}
|
|
514
|
+
:host(.disabled) .btn-outline-primary.disabled, :host(.disabled) .btn-outline-primary:disabled {
|
|
515
|
+
pointer-events: none;
|
|
516
|
+
border-color: var(--theme-btn-outline-primary--border-color--disabled);
|
|
517
|
+
background-color: var(--theme-btn-outline-primary--background--disabled);
|
|
518
|
+
color: var(--theme-btn-outline-primary--color--disabled);
|
|
519
|
+
opacity: 1;
|
|
520
|
+
--ix-button-color: var(--theme-btn-outline-primary--color--disabled);
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
:host .btn-invisible-primary {
|
|
524
|
+
border-radius: var(--theme-btn--border-radius);
|
|
525
|
+
}
|
|
526
|
+
:host .btn-invisible-primary, :host .btn-invisible-primary.focus, :host .btn-invisible-primary:focus-visible {
|
|
527
|
+
background-color: var(--theme-btn-invisible-primary--background);
|
|
528
|
+
color: var(--theme-btn-invisible-primary--color);
|
|
529
|
+
--ix-button-color: var(--theme-btn-invisible-primary--color);
|
|
530
|
+
border-color: transparent;
|
|
531
|
+
}
|
|
532
|
+
:host .btn-invisible-primary:not(.disabled):not(:disabled):focus-visible {
|
|
533
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
534
|
+
outline-offset: var(--theme-btn--focus--outline-offset);
|
|
535
|
+
}
|
|
536
|
+
:host .btn-invisible-primary.selected {
|
|
537
|
+
background-color: var(--theme-color-ghost--selected);
|
|
538
|
+
color: var(--theme-color-dynamic);
|
|
539
|
+
}
|
|
540
|
+
:host .btn-invisible-primary.selected:not(.disabled):not(:disabled) {
|
|
541
|
+
cursor: pointer;
|
|
542
|
+
}
|
|
543
|
+
:host .btn-invisible-primary.selected:not(.disabled):not(:disabled):hover, :host .btn-invisible-primary.selected:not(.disabled):not(:disabled):hover {
|
|
544
|
+
background-color: var(--theme-color-ghost--selected-hover);
|
|
545
|
+
color: var(--theme-color-dynamic);
|
|
546
|
+
}
|
|
547
|
+
:host .btn-invisible-primary.selected:not(.disabled):not(:disabled) {
|
|
548
|
+
cursor: pointer;
|
|
549
|
+
}
|
|
550
|
+
:host .btn-invisible-primary.selected:not(.disabled):not(:disabled):active, :host .btn-invisible-primary.selected:not(.disabled):not(:disabled).active {
|
|
551
|
+
background-color: var(--theme-color-ghost--selected-active);
|
|
552
|
+
color: var(--theme-color-dynamic);
|
|
553
|
+
}
|
|
554
|
+
:host .btn-invisible-primary:not(.disabled):not(:disabled) {
|
|
555
|
+
cursor: pointer;
|
|
556
|
+
}
|
|
557
|
+
:host .btn-invisible-primary:not(.disabled):not(:disabled):hover, :host .btn-invisible-primary:not(.disabled):not(:disabled):hover {
|
|
558
|
+
background-color: var(--theme-btn-invisible-primary--background--hover);
|
|
559
|
+
color: var(--theme-btn-invisible-primary--color--hover);
|
|
560
|
+
}
|
|
561
|
+
:host .btn-invisible-primary:not(.disabled):not(:disabled) {
|
|
562
|
+
cursor: pointer;
|
|
563
|
+
}
|
|
564
|
+
:host .btn-invisible-primary:not(.disabled):not(:disabled):active, :host .btn-invisible-primary:not(.disabled):not(:disabled).active {
|
|
565
|
+
background-color: var(--theme-btn-invisible-primary--background--active);
|
|
566
|
+
color: var(--theme-btn-invisible-primary--color--active);
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
:host(.disabled) {
|
|
570
|
+
pointer-events: none;
|
|
571
|
+
}
|
|
572
|
+
:host(.disabled) .btn-invisible-primary.disabled, :host(.disabled) .btn-invisible-primary:disabled {
|
|
573
|
+
pointer-events: none;
|
|
574
|
+
background-color: var(--theme-btn-invisible-primary--background--disabled);
|
|
575
|
+
color: var(--theme-btn-invisible-primary--color--disabled);
|
|
576
|
+
opacity: 1;
|
|
577
|
+
--ix-button-color: var(--theme-btn-invisible-primary--color--disabled);
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
:host .btn-secondary {
|
|
581
|
+
border-radius: var(--theme-btn--border-radius);
|
|
582
|
+
}
|
|
583
|
+
:host .btn-secondary, :host .btn-secondary.focus, :host .btn-secondary:focus-visible {
|
|
584
|
+
background-color: var(--theme-btn-secondary--background);
|
|
585
|
+
color: var(--theme-btn-secondary--color);
|
|
586
|
+
--ix-button-color: var(--theme-btn-secondary--color);
|
|
587
|
+
border-width: var(--theme-btn--border-thickness);
|
|
588
|
+
border-color: var(--theme-btn-secondary--border-color);
|
|
589
|
+
border-style: solid;
|
|
590
|
+
}
|
|
591
|
+
:host .btn-secondary:not(.disabled):not(:disabled):focus-visible {
|
|
592
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
593
|
+
outline-offset: var(--theme-btn--focus--outline-offset);
|
|
594
|
+
}
|
|
595
|
+
:host .btn-secondary.selected {
|
|
596
|
+
background-color: var(--theme-color-ghost--selected);
|
|
597
|
+
color: var(--theme-color-dynamic);
|
|
598
|
+
}
|
|
599
|
+
:host .btn-secondary.selected:not(.disabled):not(:disabled) {
|
|
600
|
+
cursor: pointer;
|
|
601
|
+
}
|
|
602
|
+
:host .btn-secondary.selected:not(.disabled):not(:disabled):hover, :host .btn-secondary.selected:not(.disabled):not(:disabled):hover {
|
|
603
|
+
background-color: var(--theme-color-ghost--selected-hover);
|
|
604
|
+
color: var(--theme-color-dynamic);
|
|
605
|
+
}
|
|
606
|
+
:host .btn-secondary.selected:not(.disabled):not(:disabled) {
|
|
607
|
+
cursor: pointer;
|
|
608
|
+
}
|
|
609
|
+
:host .btn-secondary.selected:not(.disabled):not(:disabled):active, :host .btn-secondary.selected:not(.disabled):not(:disabled).active {
|
|
610
|
+
background-color: var(--theme-color-ghost--selected-active);
|
|
611
|
+
color: var(--theme-color-dynamic);
|
|
612
|
+
}
|
|
613
|
+
:host .btn-secondary:not(.disabled):not(:disabled) {
|
|
614
|
+
cursor: pointer;
|
|
615
|
+
}
|
|
616
|
+
:host .btn-secondary:not(.disabled):not(:disabled):hover, :host .btn-secondary:not(.disabled):not(:disabled):hover {
|
|
617
|
+
border-color: var(--theme-btn-secondary--border-color--hover);
|
|
618
|
+
background-color: var(--theme-btn-secondary--background--hover);
|
|
619
|
+
color: var(--theme-btn-secondary--color--hover);
|
|
620
|
+
}
|
|
621
|
+
:host .btn-secondary:not(.disabled):not(:disabled) {
|
|
622
|
+
cursor: pointer;
|
|
623
|
+
}
|
|
624
|
+
:host .btn-secondary:not(.disabled):not(:disabled):active, :host .btn-secondary:not(.disabled):not(:disabled).active {
|
|
625
|
+
border-color: var(--theme-btn-secondary--border-color--active);
|
|
626
|
+
background-color: var(--theme-btn-secondary--background--active);
|
|
627
|
+
color: var(--theme-btn-secondary--color--active);
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
:host(.disabled) {
|
|
631
|
+
pointer-events: none;
|
|
632
|
+
}
|
|
633
|
+
:host(.disabled) .btn-secondary.disabled, :host(.disabled) .btn-secondary:disabled {
|
|
634
|
+
pointer-events: none;
|
|
635
|
+
border-color: var(--theme-btn-secondary--border-color--disabled);
|
|
636
|
+
background-color: var(--theme-btn-secondary--background--disabled);
|
|
637
|
+
color: var(--theme-btn-secondary--color--disabled);
|
|
638
|
+
opacity: 1;
|
|
639
|
+
--ix-button-color: var(--theme-btn-secondary--color--disabled);
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
:host .btn-outline-secondary {
|
|
643
|
+
border-radius: var(--theme-btn--border-radius);
|
|
644
|
+
}
|
|
645
|
+
:host .btn-outline-secondary, :host .btn-outline-secondary.focus, :host .btn-outline-secondary:focus-visible {
|
|
646
|
+
background-color: var(--theme-btn-outline-secondary--background);
|
|
647
|
+
color: var(--theme-btn-outline-secondary--color);
|
|
648
|
+
--ix-button-color: var(--theme-btn-outline-secondary--color);
|
|
649
|
+
border-width: var(--theme-btn--border-thickness);
|
|
650
|
+
border-color: var(--theme-btn-outline-secondary--border-color);
|
|
651
|
+
border-style: solid;
|
|
652
|
+
}
|
|
653
|
+
:host .btn-outline-secondary:not(.disabled):not(:disabled):focus-visible {
|
|
654
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
655
|
+
outline-offset: var(--theme-btn--focus--outline-offset);
|
|
656
|
+
}
|
|
657
|
+
:host .btn-outline-secondary.selected {
|
|
658
|
+
background-color: var(--theme-color-ghost--selected);
|
|
659
|
+
color: var(--theme-color-dynamic);
|
|
660
|
+
}
|
|
661
|
+
:host .btn-outline-secondary.selected:not(.disabled):not(:disabled) {
|
|
662
|
+
cursor: pointer;
|
|
663
|
+
}
|
|
664
|
+
:host .btn-outline-secondary.selected:not(.disabled):not(:disabled):hover, :host .btn-outline-secondary.selected:not(.disabled):not(:disabled):hover {
|
|
665
|
+
background-color: var(--theme-color-ghost--selected-hover);
|
|
666
|
+
color: var(--theme-color-dynamic);
|
|
667
|
+
}
|
|
668
|
+
:host .btn-outline-secondary.selected:not(.disabled):not(:disabled) {
|
|
669
|
+
cursor: pointer;
|
|
670
|
+
}
|
|
671
|
+
:host .btn-outline-secondary.selected:not(.disabled):not(:disabled):active, :host .btn-outline-secondary.selected:not(.disabled):not(:disabled).active {
|
|
672
|
+
background-color: var(--theme-color-ghost--selected-active);
|
|
673
|
+
color: var(--theme-color-dynamic);
|
|
674
|
+
}
|
|
675
|
+
:host .btn-outline-secondary:not(.disabled):not(:disabled) {
|
|
676
|
+
cursor: pointer;
|
|
677
|
+
}
|
|
678
|
+
:host .btn-outline-secondary:not(.disabled):not(:disabled):hover, :host .btn-outline-secondary:not(.disabled):not(:disabled):hover {
|
|
679
|
+
border-color: var(--theme-btn-outline-secondary--border-color--hover);
|
|
680
|
+
background-color: var(--theme-btn-outline-secondary--background--hover);
|
|
681
|
+
color: var(--theme-btn-outline-secondary--color--hover);
|
|
682
|
+
}
|
|
683
|
+
:host .btn-outline-secondary:not(.disabled):not(:disabled) {
|
|
684
|
+
cursor: pointer;
|
|
685
|
+
}
|
|
686
|
+
:host .btn-outline-secondary:not(.disabled):not(:disabled):active, :host .btn-outline-secondary:not(.disabled):not(:disabled).active {
|
|
687
|
+
border-color: var(--theme-btn-outline-secondary--border-color--active);
|
|
688
|
+
background-color: var(--theme-btn-outline-secondary--background--active);
|
|
689
|
+
color: var(--theme-btn-outline-secondary--color--active);
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
:host(.disabled) {
|
|
693
|
+
pointer-events: none;
|
|
694
|
+
}
|
|
695
|
+
:host(.disabled) .btn-outline-secondary.disabled, :host(.disabled) .btn-outline-secondary:disabled {
|
|
696
|
+
pointer-events: none;
|
|
697
|
+
border-color: var(--theme-btn-outline-secondary--border-color--disabled);
|
|
698
|
+
background-color: var(--theme-btn-outline-secondary--background--disabled);
|
|
699
|
+
color: var(--theme-btn-outline-secondary--color--disabled);
|
|
700
|
+
opacity: 1;
|
|
701
|
+
--ix-button-color: var(--theme-btn-outline-secondary--color--disabled);
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
:host .btn-invisible-secondary {
|
|
705
|
+
border-radius: var(--theme-btn--border-radius);
|
|
706
|
+
}
|
|
707
|
+
:host .btn-invisible-secondary, :host .btn-invisible-secondary.focus, :host .btn-invisible-secondary:focus-visible {
|
|
708
|
+
background-color: var(--theme-btn-invisible-secondary--background);
|
|
709
|
+
color: var(--theme-btn-invisible-secondary--color);
|
|
710
|
+
--ix-button-color: var(--theme-btn-invisible-secondary--color);
|
|
711
|
+
border-color: transparent;
|
|
712
|
+
}
|
|
713
|
+
:host .btn-invisible-secondary:not(.disabled):not(:disabled):focus-visible {
|
|
714
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
715
|
+
outline-offset: var(--theme-btn--focus--outline-offset);
|
|
716
|
+
}
|
|
717
|
+
:host .btn-invisible-secondary.selected {
|
|
718
|
+
background-color: var(--theme-color-ghost--selected);
|
|
719
|
+
color: var(--theme-color-dynamic);
|
|
720
|
+
}
|
|
721
|
+
:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled) {
|
|
722
|
+
cursor: pointer;
|
|
723
|
+
}
|
|
724
|
+
:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled):hover, :host .btn-invisible-secondary.selected:not(.disabled):not(:disabled):hover {
|
|
725
|
+
background-color: var(--theme-color-ghost--selected-hover);
|
|
726
|
+
color: var(--theme-color-dynamic);
|
|
727
|
+
}
|
|
728
|
+
:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled) {
|
|
729
|
+
cursor: pointer;
|
|
730
|
+
}
|
|
731
|
+
:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled):active, :host .btn-invisible-secondary.selected:not(.disabled):not(:disabled).active {
|
|
732
|
+
background-color: var(--theme-color-ghost--selected-active);
|
|
733
|
+
color: var(--theme-color-dynamic);
|
|
734
|
+
}
|
|
735
|
+
:host .btn-invisible-secondary:not(.disabled):not(:disabled) {
|
|
736
|
+
cursor: pointer;
|
|
737
|
+
}
|
|
738
|
+
:host .btn-invisible-secondary:not(.disabled):not(:disabled):hover, :host .btn-invisible-secondary:not(.disabled):not(:disabled):hover {
|
|
739
|
+
background-color: var(--theme-btn-invisible-secondary--background--hover);
|
|
740
|
+
color: var(--theme-btn-invisible-secondary--color--hover);
|
|
741
|
+
}
|
|
742
|
+
:host .btn-invisible-secondary:not(.disabled):not(:disabled) {
|
|
743
|
+
cursor: pointer;
|
|
744
|
+
}
|
|
745
|
+
:host .btn-invisible-secondary:not(.disabled):not(:disabled):active, :host .btn-invisible-secondary:not(.disabled):not(:disabled).active {
|
|
746
|
+
background-color: var(--theme-btn-invisible-secondary--background--active);
|
|
747
|
+
color: var(--theme-btn-invisible-secondary--color--active);
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
:host(.disabled) {
|
|
751
|
+
pointer-events: none;
|
|
752
|
+
}
|
|
753
|
+
:host(.disabled) .btn-invisible-secondary.disabled, :host(.disabled) .btn-invisible-secondary:disabled {
|
|
754
|
+
pointer-events: none;
|
|
755
|
+
background-color: var(--theme-btn-invisible-secondary--background--disabled);
|
|
756
|
+
color: var(--theme-btn-invisible-secondary--color--disabled);
|
|
757
|
+
opacity: 1;
|
|
758
|
+
--ix-button-color: var(--theme-btn-invisible-secondary--color--disabled);
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
:host {
|
|
762
|
+
min-width: 5rem;
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
/*
|
|
766
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
767
|
+
*
|
|
768
|
+
* SPDX-License-Identifier: MIT
|
|
769
|
+
*
|
|
770
|
+
* This source code is licensed under the MIT license found in the
|
|
771
|
+
* LICENSE file in the root directory of this source tree.
|
|
772
|
+
*/
|
|
773
|
+
/*
|
|
774
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
775
|
+
*
|
|
776
|
+
* SPDX-License-Identifier: MIT
|
|
777
|
+
*
|
|
778
|
+
* This source code is licensed under the MIT license found in the
|
|
779
|
+
* LICENSE file in the root directory of this source tree.
|
|
780
|
+
*/
|
|
781
|
+
.dropdown-group {
|
|
782
|
+
margin: 0.687rem;
|
|
783
|
+
display: block;
|
|
784
|
+
position: relative;
|
|
785
|
+
width: 21.562rem;
|
|
786
|
+
border-radius: 0.25rem;
|
|
787
|
+
background-color: #f8f9fa;
|
|
788
|
+
border: solid 0.062rem rgba(0, 0, 0, 0.25);
|
|
789
|
+
}
|
|
790
|
+
.dropdown-group .dropdown-group-title {
|
|
791
|
+
display: block;
|
|
792
|
+
position: relative;
|
|
793
|
+
font-size: 0.875rem;
|
|
794
|
+
text-align: left;
|
|
795
|
+
margin: 0.937rem 0 1.25rem 0.937rem;
|
|
796
|
+
}
|
|
797
|
+
.dropdown-group .dropdown-group-content {
|
|
798
|
+
position: relative;
|
|
799
|
+
display: flex;
|
|
800
|
+
flex-direction: column;
|
|
801
|
+
overflow-y: auto;
|
|
802
|
+
overflow-x: hidden;
|
|
803
|
+
height: 11.562rem;
|
|
804
|
+
margin: 0.937rem 0 0.937rem 0.937rem;
|
|
805
|
+
}
|
|
806
|
+
.dropdown-group .dropdown-group-content > * {
|
|
807
|
+
margin-bottom: 1rem;
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
.dropdown-group-submit {
|
|
811
|
+
display: flex;
|
|
812
|
+
justify-content: space-between;
|
|
813
|
+
margin: 0 0.687rem 0 0.687rem;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
.dropdown-menu {
|
|
817
|
+
position: absolute;
|
|
818
|
+
background-color: var(--theme-menu--background);
|
|
819
|
+
-webkit-font-smoothing: antialiased;
|
|
820
|
+
-moz-osx-font-smooting: grayscale;
|
|
821
|
+
font-family: Siemens Sans, sans-serif;
|
|
822
|
+
font-size: 0.875rem;
|
|
823
|
+
font-weight: 400;
|
|
824
|
+
line-height: 1.143em;
|
|
825
|
+
color: var(--theme-color-std-text);
|
|
826
|
+
border: var(--theme-menu--border-thickness) solid var(--theme-menu--border--color);
|
|
827
|
+
border-radius: var(--theme-menu--border-radius);
|
|
828
|
+
max-width: 100vw;
|
|
829
|
+
padding: 0.25rem 0;
|
|
830
|
+
transition: background-color var(--theme-default-time);
|
|
831
|
+
box-shadow: var(--theme-menu--box-shadow);
|
|
832
|
+
}
|
|
833
|
+
.dropdown-menu.xl > .dropdown-item {
|
|
834
|
+
height: 2.5rem;
|
|
835
|
+
line-height: 2.187rem;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
.dropdown-header {
|
|
839
|
+
display: flex;
|
|
840
|
+
align-items: center;
|
|
841
|
+
height: 2.5rem;
|
|
842
|
+
color: var(--theme-menu-header--color);
|
|
843
|
+
padding: 0 1rem;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
.dropdown-buttons {
|
|
847
|
+
display: flex;
|
|
848
|
+
padding: 0.25rem 0.5rem;
|
|
849
|
+
}
|
|
850
|
+
.dropdown-buttons ix-icon-button + ix-icon-button {
|
|
851
|
+
margin-inline-start: 0.5rem;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
.dropdown-item {
|
|
855
|
+
display: flex;
|
|
856
|
+
height: 2.5rem;
|
|
857
|
+
position: relative;
|
|
858
|
+
align-items: center;
|
|
859
|
+
cursor: pointer;
|
|
860
|
+
padding: 0 2rem;
|
|
861
|
+
border: 1px solid transparent;
|
|
862
|
+
color: var(--theme-menu-item--color);
|
|
863
|
+
background-color: transparent;
|
|
864
|
+
}
|
|
865
|
+
.dropdown-item:focus-visible {
|
|
866
|
+
background-color: var(--theme-menu-item--background);
|
|
867
|
+
color: var(--theme-menu-item--color);
|
|
868
|
+
}
|
|
869
|
+
.dropdown-item:focus-visible {
|
|
870
|
+
outline: none;
|
|
871
|
+
background-color: var(--theme-menu-item--background);
|
|
872
|
+
border-color: #119fff;
|
|
873
|
+
color: var(--theme-menu-item--color--focus);
|
|
874
|
+
}
|
|
875
|
+
.dropdown-item:not(.disabled):not(:disabled) {
|
|
876
|
+
cursor: pointer;
|
|
877
|
+
}
|
|
878
|
+
.dropdown-item:not(.disabled):not(:disabled):hover, .dropdown-item:not(.disabled):not(:disabled):hover {
|
|
879
|
+
color: var(--theme-menu-item--color--hover);
|
|
880
|
+
background-color: var(--theme-menu-item--background--hover);
|
|
881
|
+
}
|
|
882
|
+
.dropdown-item:not(.disabled):not(:disabled) {
|
|
883
|
+
cursor: pointer;
|
|
884
|
+
}
|
|
885
|
+
.dropdown-item:not(.disabled):not(:disabled):active, .dropdown-item:not(.disabled):not(:disabled).active {
|
|
886
|
+
color: var(--theme-menu-item--color--active);
|
|
887
|
+
background-color: var(--theme-menu-item--background--active);
|
|
888
|
+
}
|
|
889
|
+
.dropdown-item.disabled, .dropdown-item:disabled {
|
|
890
|
+
color: var(--theme-menu-item--color--disabled);
|
|
891
|
+
background-color: var(--theme-menu-item--background--disabled);
|
|
892
|
+
}
|
|
893
|
+
.dropdown-item > a,
|
|
894
|
+
.dropdown-item a:hover,
|
|
895
|
+
.dropdown-item a:active {
|
|
896
|
+
color: var(--theme-color-std-text);
|
|
897
|
+
}
|
|
898
|
+
.dropdown-item > .glyph {
|
|
899
|
+
color: var(--theme-menu-item-icon--color);
|
|
900
|
+
margin-inline-end: 0.5rem;
|
|
901
|
+
}
|
|
902
|
+
.dropdown-item > .glyph.disabled {
|
|
903
|
+
color: var(--color-weak-text);
|
|
904
|
+
}
|
|
905
|
+
.dropdown-item > .glyph.glyph-single-check {
|
|
906
|
+
color: var(--theme-menu-item-icon-check--color);
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
.dropdown-item > input[type=checkbox] + label {
|
|
910
|
+
margin-bottom: 0px;
|
|
911
|
+
}
|
|
912
|
+
.dropdown-item > input[type=checkbox] + label::before {
|
|
913
|
+
margin-right: 1rem;
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
.dropdown-divider {
|
|
917
|
+
border-top: 1px solid var(--theme-menu-separator--background);
|
|
918
|
+
margin: 0.25rem 0;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
button.dropdown-toggle {
|
|
922
|
+
position: relative;
|
|
923
|
+
padding-right: 1.5rem;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
button.dropdown-toggle::after {
|
|
927
|
+
position: absolute;
|
|
928
|
+
top: 45%;
|
|
929
|
+
right: 0.5rem;
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
/*
|
|
933
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
934
|
+
*
|
|
935
|
+
* SPDX-License-Identifier: MIT
|
|
936
|
+
*
|
|
937
|
+
* This source code is licensed under the MIT license found in the
|
|
938
|
+
* LICENSE file in the root directory of this source tree.
|
|
939
|
+
*/
|
|
940
|
+
/*
|
|
941
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
942
|
+
*
|
|
943
|
+
* SPDX-License-Identifier: MIT
|
|
944
|
+
*
|
|
945
|
+
* This source code is licensed under the MIT license found in the
|
|
946
|
+
* LICENSE file in the root directory of this source tree.
|
|
947
|
+
*/
|
|
948
|
+
/* Dimensions */
|
|
949
|
+
/* Font sizes */
|
|
950
|
+
/* Line heights */
|
|
951
|
+
/* Animation timings */
|
|
952
|
+
/*
|
|
953
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
954
|
+
*
|
|
955
|
+
* SPDX-License-Identifier: MIT
|
|
956
|
+
*
|
|
957
|
+
* This source code is licensed under the MIT license found in the
|
|
958
|
+
* LICENSE file in the root directory of this source tree.
|
|
959
|
+
*/
|
|
960
|
+
/*
|
|
961
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
962
|
+
*
|
|
963
|
+
* SPDX-License-Identifier: MIT
|
|
964
|
+
*
|
|
965
|
+
* This source code is licensed under the MIT license found in the
|
|
966
|
+
* LICENSE file in the root directory of this source tree.
|
|
967
|
+
*/
|
|
968
|
+
/*
|
|
969
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
970
|
+
*
|
|
971
|
+
* SPDX-License-Identifier: MIT
|
|
972
|
+
*
|
|
973
|
+
* This source code is licensed under the MIT license found in the
|
|
974
|
+
* LICENSE file in the root directory of this source tree.
|
|
975
|
+
*/
|
|
976
|
+
.ix-form-control,
|
|
977
|
+
.ix-form-control-plaintext {
|
|
978
|
+
-webkit-font-smoothing: antialiased;
|
|
979
|
+
-moz-osx-font-smooting: grayscale;
|
|
980
|
+
font-family: Siemens Sans, sans-serif;
|
|
981
|
+
font-size: 0.875rem;
|
|
982
|
+
font-weight: 400;
|
|
983
|
+
line-height: 1.429em;
|
|
984
|
+
color: var(--theme-color-std-text);
|
|
985
|
+
color: var(--theme-input--color);
|
|
986
|
+
overflow: hidden;
|
|
987
|
+
text-overflow: ellipsis;
|
|
988
|
+
white-space: nowrap;
|
|
989
|
+
border-radius: var(--theme-input--border-radius);
|
|
990
|
+
height: 2rem;
|
|
991
|
+
min-height: 2rem;
|
|
992
|
+
min-width: 2rem;
|
|
993
|
+
background-color: var(--theme-input--background);
|
|
994
|
+
border: solid 1px var(--theme-input--border-color);
|
|
995
|
+
box-shadow: var(--theme-input--box-shadow);
|
|
996
|
+
padding-inline-start: 0.5rem;
|
|
997
|
+
padding-inline-end: 0.5rem;
|
|
998
|
+
}
|
|
999
|
+
.ix-form-control::-moz-placeholder, .ix-form-control-plaintext::-moz-placeholder {
|
|
1000
|
+
color: var(--theme-input-hint--color);
|
|
1001
|
+
}
|
|
1002
|
+
.ix-form-control::placeholder,
|
|
1003
|
+
.ix-form-control-plaintext::placeholder {
|
|
1004
|
+
color: var(--theme-input-hint--color);
|
|
1005
|
+
}
|
|
1006
|
+
.ix-form-control:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled), .ix-form-control-plaintext:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled) {
|
|
1007
|
+
cursor: pointer;
|
|
1008
|
+
}
|
|
1009
|
+
.ix-form-control:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled),
|
|
1010
|
+
.ix-form-control-plaintext:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled) {
|
|
1011
|
+
cursor: pointer;
|
|
1012
|
+
}
|
|
1013
|
+
.ix-form-control:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover, .ix-form-control:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover, .ix-form-control-plaintext:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover, .ix-form-control-plaintext:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover {
|
|
1014
|
+
background-color: var(--theme-input--background--hover);
|
|
1015
|
+
border-color: var(--theme-input--border-color--hover);
|
|
1016
|
+
cursor: auto;
|
|
1017
|
+
}
|
|
1018
|
+
.ix-form-control:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover, .ix-form-control:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover,
|
|
1019
|
+
.ix-form-control-plaintext:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover,
|
|
1020
|
+
.ix-form-control-plaintext:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover {
|
|
1021
|
+
background-color: var(--theme-input--background--hover);
|
|
1022
|
+
border-color: var(--theme-input--border-color--hover);
|
|
1023
|
+
cursor: auto;
|
|
1024
|
+
}
|
|
1025
|
+
.ix-form-control:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible, .ix-form-control-plaintext:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible {
|
|
1026
|
+
background-color: var(--theme-input--background--focus);
|
|
1027
|
+
border-color: var(--theme-input--border-color--focus);
|
|
1028
|
+
outline-offset: var(--theme-input--focus--outline-offset);
|
|
1029
|
+
box-shadow: var(--theme-input--box-shadow);
|
|
1030
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
1031
|
+
}
|
|
1032
|
+
.ix-form-control:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible,
|
|
1033
|
+
.ix-form-control-plaintext:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible {
|
|
1034
|
+
background-color: var(--theme-input--background--focus);
|
|
1035
|
+
border-color: var(--theme-input--border-color--focus);
|
|
1036
|
+
outline-offset: var(--theme-input--focus--outline-offset);
|
|
1037
|
+
box-shadow: var(--theme-input--box-shadow);
|
|
1038
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
.ix-form-control:focus-visible {
|
|
1042
|
+
color: var(--theme-input--color);
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
.ix-form-control[type=number] {
|
|
1046
|
+
text-align: right;
|
|
1047
|
+
}
|
|
1048
|
+
.ix-form-control[type=number]::-webkit-inner-spin-button {
|
|
1049
|
+
margin-right: -2px;
|
|
1050
|
+
margin-left: 2px;
|
|
1051
|
+
display: none;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
.ix-form-control.readonly,
|
|
1055
|
+
.ix-form-control[readonly] {
|
|
1056
|
+
background: transparent !important;
|
|
1057
|
+
border-block-start: none !important;
|
|
1058
|
+
border-inline-start: none !important;
|
|
1059
|
+
border-inline-end: none !important;
|
|
1060
|
+
border-radius: 0rem;
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
.ix-form-control:-moz-read-only {
|
|
1064
|
+
box-shadow: none !important;
|
|
1065
|
+
outline: none !important;
|
|
1066
|
+
border-color: var(--theme-input--border-color);
|
|
1067
|
+
cursor: default !important;
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
.ix-form-control:read-only,
|
|
1071
|
+
.ix-form-control[readonly],
|
|
1072
|
+
.ix-form-control[readOnly],
|
|
1073
|
+
.ix-form-control.readonly {
|
|
1074
|
+
box-shadow: none !important;
|
|
1075
|
+
outline: none !important;
|
|
1076
|
+
border-color: var(--theme-input--border-color);
|
|
1077
|
+
cursor: default !important;
|
|
1078
|
+
}
|
|
1079
|
+
.ix-form-control:read-only::-moz-placeholder, .ix-form-control[readonly]::-moz-placeholder, .ix-form-control[readOnly]::-moz-placeholder, .ix-form-control.readonly::-moz-placeholder {
|
|
1080
|
+
color: transparent;
|
|
1081
|
+
}
|
|
1082
|
+
.ix-form-control:-moz-read-only::placeholder {
|
|
1083
|
+
color: transparent;
|
|
1084
|
+
}
|
|
1085
|
+
.ix-form-control:read-only::placeholder,
|
|
1086
|
+
.ix-form-control[readonly]::placeholder,
|
|
1087
|
+
.ix-form-control[readOnly]::placeholder,
|
|
1088
|
+
.ix-form-control.readonly::placeholder {
|
|
1089
|
+
color: transparent;
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1092
|
+
.ix-form-control:disabled,
|
|
1093
|
+
.ix-form-control.disabled {
|
|
1094
|
+
background: transparent !important;
|
|
1095
|
+
border-block-start: none !important;
|
|
1096
|
+
border-inline-start: none !important;
|
|
1097
|
+
border-inline-end: none !important;
|
|
1098
|
+
border-radius: 0rem;
|
|
1099
|
+
color: var(--theme-color-weak-text);
|
|
1100
|
+
border-color: var(--theme-input--border-color-bottom--disabled);
|
|
1101
|
+
}
|
|
1102
|
+
.ix-form-control:disabled::-moz-placeholder, .ix-form-control.disabled::-moz-placeholder {
|
|
1103
|
+
color: transparent;
|
|
1104
|
+
}
|
|
1105
|
+
.ix-form-control:disabled::placeholder,
|
|
1106
|
+
.ix-form-control.disabled::placeholder {
|
|
1107
|
+
color: transparent;
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
.ix-form-control-plaintext {
|
|
1111
|
+
outline: 0;
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
.form-group {
|
|
1115
|
+
position: relative;
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
.input-wrapper {
|
|
1119
|
+
display: flex;
|
|
1120
|
+
position: relative;
|
|
1121
|
+
align-items: center;
|
|
1122
|
+
flex-wrap: nowrap;
|
|
1123
|
+
}
|
|
1124
|
+
.input-wrapper > .glyph {
|
|
1125
|
+
display: block;
|
|
1126
|
+
position: absolute;
|
|
1127
|
+
margin-inline-start: 0.312rem;
|
|
1128
|
+
color: var(--theme-color-std-text);
|
|
1129
|
+
}
|
|
1130
|
+
.input-wrapper > input {
|
|
1131
|
+
padding-inline-start: 2.2rem;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
select.ix-form-control {
|
|
1135
|
+
padding: 0 0.312rem;
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
textarea.ix-form-control {
|
|
1139
|
+
padding: 0.375rem 0.5rem;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
input.ix-form-control.disabled, input.ix-form-control:disabled {
|
|
1143
|
+
color: var(--theme-input--color--disabled);
|
|
1144
|
+
}
|
|
1145
|
+
input.ix-form-control:-moz-read-only {
|
|
1146
|
+
cursor: default;
|
|
1147
|
+
}
|
|
1148
|
+
input.ix-form-control:read-only, input.ix-form-control.readonly {
|
|
1149
|
+
cursor: default;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
/*
|
|
1153
|
+
* SPDX-FileCopyrightText: 2025 Siemens AG
|
|
1154
|
+
*
|
|
1155
|
+
* SPDX-License-Identifier: MIT
|
|
1156
|
+
*
|
|
1157
|
+
* This source code is licensed under the MIT license found in the
|
|
1158
|
+
* LICENSE file in the root directory of this source tree.
|
|
1159
|
+
*/
|
|
1160
|
+
/*
|
|
1161
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
1162
|
+
*
|
|
1163
|
+
* SPDX-License-Identifier: MIT
|
|
1164
|
+
*
|
|
1165
|
+
* This source code is licensed under the MIT license found in the
|
|
1166
|
+
* LICENSE file in the root directory of this source tree.
|
|
1167
|
+
*/
|
|
1168
|
+
/*
|
|
1169
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
1170
|
+
*
|
|
1171
|
+
* SPDX-License-Identifier: MIT
|
|
1172
|
+
*
|
|
1173
|
+
* This source code is licensed under the MIT license found in the
|
|
1174
|
+
* LICENSE file in the root directory of this source tree.
|
|
1175
|
+
*/
|
|
1176
|
+
input {
|
|
1177
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
1178
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
1179
|
+
font-style: normal;
|
|
1180
|
+
font-size: var(--theme-ms-0);
|
|
1181
|
+
line-height: var(--theme-line-height-md);
|
|
1182
|
+
font-weight: var(--theme-font-weight-normal);
|
|
1183
|
+
letter-spacing: var(--theme-letter-spacing-xl);
|
|
1184
|
+
text-decoration: none;
|
|
1185
|
+
-webkit-font-smoothing: antialiased;
|
|
1186
|
+
-moz-osx-font-smooting: grayscale;
|
|
1187
|
+
min-height: 2rem;
|
|
1188
|
+
width: auto;
|
|
1189
|
+
padding: 0.25rem 0.5rem;
|
|
1190
|
+
background-color: var(--theme-input--background);
|
|
1191
|
+
color: var(--theme-input--color);
|
|
1192
|
+
-webkit-appearance: textfield;
|
|
1193
|
+
-moz-appearance: textfield;
|
|
1194
|
+
appearance: textfield;
|
|
1195
|
+
text-overflow: ellipsis;
|
|
1196
|
+
border: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color);
|
|
1197
|
+
border-radius: var(--theme-input--border-radius);
|
|
1198
|
+
box-shadow: var(--theme-input--box-shadow);
|
|
1199
|
+
}
|
|
1200
|
+
input[type=number] {
|
|
1201
|
+
text-align: right;
|
|
1202
|
+
}
|
|
1203
|
+
input[type=number]::-webkit-inner-spin-button {
|
|
1204
|
+
margin-right: -2px;
|
|
1205
|
+
margin-left: 2px;
|
|
1206
|
+
display: none;
|
|
1207
|
+
}
|
|
1208
|
+
input:-webkit-autofill {
|
|
1209
|
+
-webkit-box-shadow: 0 0 0 1000px var(--theme-color-component-info) inset !important;
|
|
1210
|
+
-webkit-text-fill-color: var(--theme-input--color--autofill) !important;
|
|
1211
|
+
background-color: var(--theme-input--background--autofill) !important;
|
|
1212
|
+
border: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color--autofill) !important;
|
|
1213
|
+
color: var(--theme-input--color--autofill) !important;
|
|
1214
|
+
}
|
|
1215
|
+
input:-webkit-autofill, input:autofill {
|
|
1216
|
+
-webkit-box-shadow: 0 0 0 1000px var(--theme-color-component-info) inset !important;
|
|
1217
|
+
-webkit-text-fill-color: var(--theme-input--color--autofill) !important;
|
|
1218
|
+
background-color: var(--theme-input--background--autofill) !important;
|
|
1219
|
+
border: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color--autofill) !important;
|
|
1220
|
+
color: var(--theme-input--color--autofill) !important;
|
|
1221
|
+
}
|
|
1222
|
+
input::-moz-placeholder {
|
|
1223
|
+
color: var(--theme-input-hint--color);
|
|
1224
|
+
}
|
|
1225
|
+
input::placeholder {
|
|
1226
|
+
color: var(--theme-input-hint--color);
|
|
1227
|
+
}
|
|
1228
|
+
input.hover:not(.readonly,
|
|
1229
|
+
.read-only,
|
|
1230
|
+
.disabled,
|
|
1231
|
+
[readonly],
|
|
1232
|
+
[disabled],
|
|
1233
|
+
:-moz-read-only), input:hover:not(.readonly,
|
|
1234
|
+
.read-only,
|
|
1235
|
+
.disabled,
|
|
1236
|
+
[readonly],
|
|
1237
|
+
[disabled],
|
|
1238
|
+
:-moz-read-only) {
|
|
1239
|
+
border-color: var(--theme-input--border-color--hover) !important;
|
|
1240
|
+
background-color: var(--theme-input--background--hover);
|
|
1241
|
+
}
|
|
1242
|
+
input.hover:not(.readonly,
|
|
1243
|
+
.read-only,
|
|
1244
|
+
.disabled,
|
|
1245
|
+
[readonly],
|
|
1246
|
+
[disabled],
|
|
1247
|
+
:read-only), input:hover:not(.readonly,
|
|
1248
|
+
.read-only,
|
|
1249
|
+
.disabled,
|
|
1250
|
+
[readonly],
|
|
1251
|
+
[disabled],
|
|
1252
|
+
:read-only) {
|
|
1253
|
+
border-color: var(--theme-input--border-color--hover) !important;
|
|
1254
|
+
background-color: var(--theme-input--background--hover);
|
|
1255
|
+
}
|
|
1256
|
+
input.focus:not(.readonly,
|
|
1257
|
+
.read-only,
|
|
1258
|
+
.disabled,
|
|
1259
|
+
[readonly],
|
|
1260
|
+
[disabled],
|
|
1261
|
+
:-moz-read-only), input:focus:not(.readonly,
|
|
1262
|
+
.read-only,
|
|
1263
|
+
.disabled,
|
|
1264
|
+
[readonly],
|
|
1265
|
+
[disabled],
|
|
1266
|
+
:-moz-read-only) {
|
|
1267
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
1268
|
+
outline-offset: var(--theme-input--focus--outline-offset);
|
|
1269
|
+
border-color: var(--theme-input--border-color--focus) !important;
|
|
1270
|
+
}
|
|
1271
|
+
input.focus:not(.readonly,
|
|
1272
|
+
.read-only,
|
|
1273
|
+
.disabled,
|
|
1274
|
+
[readonly],
|
|
1275
|
+
[disabled],
|
|
1276
|
+
:read-only), input:focus:not(.readonly,
|
|
1277
|
+
.read-only,
|
|
1278
|
+
.disabled,
|
|
1279
|
+
[readonly],
|
|
1280
|
+
[disabled],
|
|
1281
|
+
:read-only) {
|
|
1282
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
1283
|
+
outline-offset: var(--theme-input--focus--outline-offset);
|
|
1284
|
+
border-color: var(--theme-input--border-color--focus) !important;
|
|
1285
|
+
}
|
|
1286
|
+
input:-moz-read-only {
|
|
1287
|
+
box-shadow: none;
|
|
1288
|
+
background-color: transparent;
|
|
1289
|
+
outline: none;
|
|
1290
|
+
border: none;
|
|
1291
|
+
border-radius: 0;
|
|
1292
|
+
border-bottom: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--readonly);
|
|
1293
|
+
}
|
|
1294
|
+
input.read-only, input:read-only {
|
|
1295
|
+
box-shadow: none;
|
|
1296
|
+
background-color: transparent;
|
|
1297
|
+
outline: none;
|
|
1298
|
+
border: none;
|
|
1299
|
+
border-radius: 0;
|
|
1300
|
+
border-bottom: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--readonly);
|
|
1301
|
+
}
|
|
1302
|
+
input.read-only::-moz-placeholder, input:read-only::-moz-placeholder {
|
|
1303
|
+
color: transparent;
|
|
1304
|
+
}
|
|
1305
|
+
input:-moz-read-only::placeholder {
|
|
1306
|
+
color: transparent;
|
|
1307
|
+
}
|
|
1308
|
+
input.read-only::placeholder, input:read-only::placeholder {
|
|
1309
|
+
color: transparent;
|
|
1310
|
+
}
|
|
1311
|
+
input:disabled, input.disabled {
|
|
1312
|
+
box-shadow: none;
|
|
1313
|
+
background-color: transparent;
|
|
1314
|
+
outline: none;
|
|
1315
|
+
border: none;
|
|
1316
|
+
border-radius: 0;
|
|
1317
|
+
color: var(--theme-input--color--disabled);
|
|
1318
|
+
border-bottom: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--disabled);
|
|
1319
|
+
}
|
|
1320
|
+
input:disabled::-moz-placeholder, input.disabled::-moz-placeholder {
|
|
1321
|
+
color: transparent;
|
|
1322
|
+
}
|
|
1323
|
+
input:disabled::placeholder, input.disabled::placeholder {
|
|
1324
|
+
color: transparent;
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
|
+
textarea {
|
|
1328
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
1329
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
1330
|
+
font-style: normal;
|
|
1331
|
+
font-size: var(--theme-ms-0);
|
|
1332
|
+
line-height: var(--theme-line-height-md);
|
|
1333
|
+
font-weight: var(--theme-font-weight-normal);
|
|
1334
|
+
letter-spacing: var(--theme-letter-spacing-xl);
|
|
1335
|
+
text-decoration: none;
|
|
1336
|
+
-webkit-font-smoothing: antialiased;
|
|
1337
|
+
-moz-osx-font-smooting: grayscale;
|
|
1338
|
+
min-height: 2rem;
|
|
1339
|
+
width: auto;
|
|
1340
|
+
padding: 0.25rem 0.5rem;
|
|
1341
|
+
background-color: var(--theme-input--background);
|
|
1342
|
+
color: var(--theme-input--color);
|
|
1343
|
+
-webkit-appearance: textfield;
|
|
1344
|
+
-moz-appearance: textfield;
|
|
1345
|
+
appearance: textfield;
|
|
1346
|
+
text-overflow: ellipsis;
|
|
1347
|
+
border: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color);
|
|
1348
|
+
border-radius: var(--theme-input--border-radius);
|
|
1349
|
+
box-shadow: var(--theme-input--box-shadow);
|
|
1350
|
+
}
|
|
1351
|
+
textarea[type=number] {
|
|
1352
|
+
text-align: right;
|
|
1353
|
+
}
|
|
1354
|
+
textarea[type=number]::-webkit-inner-spin-button {
|
|
1355
|
+
margin-right: -2px;
|
|
1356
|
+
margin-left: 2px;
|
|
1357
|
+
display: none;
|
|
1358
|
+
}
|
|
1359
|
+
textarea:-webkit-autofill {
|
|
1360
|
+
-webkit-box-shadow: 0 0 0 1000px var(--theme-color-component-info) inset !important;
|
|
1361
|
+
-webkit-text-fill-color: var(--theme-input--color--autofill) !important;
|
|
1362
|
+
background-color: var(--theme-input--background--autofill) !important;
|
|
1363
|
+
border: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color--autofill) !important;
|
|
1364
|
+
color: var(--theme-input--color--autofill) !important;
|
|
1365
|
+
}
|
|
1366
|
+
textarea:-webkit-autofill, textarea:autofill {
|
|
1367
|
+
-webkit-box-shadow: 0 0 0 1000px var(--theme-color-component-info) inset !important;
|
|
1368
|
+
-webkit-text-fill-color: var(--theme-input--color--autofill) !important;
|
|
1369
|
+
background-color: var(--theme-input--background--autofill) !important;
|
|
1370
|
+
border: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color--autofill) !important;
|
|
1371
|
+
color: var(--theme-input--color--autofill) !important;
|
|
1372
|
+
}
|
|
1373
|
+
textarea::-moz-placeholder {
|
|
1374
|
+
color: var(--theme-input-hint--color);
|
|
1375
|
+
}
|
|
1376
|
+
textarea::placeholder {
|
|
1377
|
+
color: var(--theme-input-hint--color);
|
|
1378
|
+
}
|
|
1379
|
+
textarea.hover:not(.readonly,
|
|
1380
|
+
.read-only,
|
|
1381
|
+
.disabled,
|
|
1382
|
+
[readonly],
|
|
1383
|
+
[disabled],
|
|
1384
|
+
:-moz-read-only), textarea:hover:not(.readonly,
|
|
1385
|
+
.read-only,
|
|
1386
|
+
.disabled,
|
|
1387
|
+
[readonly],
|
|
1388
|
+
[disabled],
|
|
1389
|
+
:-moz-read-only) {
|
|
1390
|
+
border-color: var(--theme-input--border-color--hover) !important;
|
|
1391
|
+
background-color: var(--theme-input--background--hover);
|
|
1392
|
+
}
|
|
1393
|
+
textarea.hover:not(.readonly,
|
|
1394
|
+
.read-only,
|
|
1395
|
+
.disabled,
|
|
1396
|
+
[readonly],
|
|
1397
|
+
[disabled],
|
|
1398
|
+
:read-only), textarea:hover:not(.readonly,
|
|
1399
|
+
.read-only,
|
|
1400
|
+
.disabled,
|
|
1401
|
+
[readonly],
|
|
1402
|
+
[disabled],
|
|
1403
|
+
:read-only) {
|
|
1404
|
+
border-color: var(--theme-input--border-color--hover) !important;
|
|
1405
|
+
background-color: var(--theme-input--background--hover);
|
|
1406
|
+
}
|
|
1407
|
+
textarea.focus:not(.readonly,
|
|
1408
|
+
.read-only,
|
|
1409
|
+
.disabled,
|
|
1410
|
+
[readonly],
|
|
1411
|
+
[disabled],
|
|
1412
|
+
:-moz-read-only), textarea:focus:not(.readonly,
|
|
1413
|
+
.read-only,
|
|
1414
|
+
.disabled,
|
|
1415
|
+
[readonly],
|
|
1416
|
+
[disabled],
|
|
1417
|
+
:-moz-read-only) {
|
|
1418
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
1419
|
+
outline-offset: var(--theme-input--focus--outline-offset);
|
|
1420
|
+
border-color: var(--theme-input--border-color--focus) !important;
|
|
1421
|
+
}
|
|
1422
|
+
textarea.focus:not(.readonly,
|
|
1423
|
+
.read-only,
|
|
1424
|
+
.disabled,
|
|
1425
|
+
[readonly],
|
|
1426
|
+
[disabled],
|
|
1427
|
+
:read-only), textarea:focus:not(.readonly,
|
|
1428
|
+
.read-only,
|
|
1429
|
+
.disabled,
|
|
1430
|
+
[readonly],
|
|
1431
|
+
[disabled],
|
|
1432
|
+
:read-only) {
|
|
1433
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
1434
|
+
outline-offset: var(--theme-input--focus--outline-offset);
|
|
1435
|
+
border-color: var(--theme-input--border-color--focus) !important;
|
|
1436
|
+
}
|
|
1437
|
+
textarea:-moz-read-only {
|
|
1438
|
+
box-shadow: none;
|
|
1439
|
+
background-color: transparent;
|
|
1440
|
+
outline: none;
|
|
1441
|
+
border: none;
|
|
1442
|
+
border-radius: 0;
|
|
1443
|
+
border-bottom: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--readonly);
|
|
1444
|
+
}
|
|
1445
|
+
textarea.read-only, textarea:read-only {
|
|
1446
|
+
box-shadow: none;
|
|
1447
|
+
background-color: transparent;
|
|
1448
|
+
outline: none;
|
|
1449
|
+
border: none;
|
|
1450
|
+
border-radius: 0;
|
|
1451
|
+
border-bottom: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--readonly);
|
|
1452
|
+
}
|
|
1453
|
+
textarea.read-only::-moz-placeholder, textarea:read-only::-moz-placeholder {
|
|
1454
|
+
color: transparent;
|
|
1455
|
+
}
|
|
1456
|
+
textarea:-moz-read-only::placeholder {
|
|
1457
|
+
color: transparent;
|
|
1458
|
+
}
|
|
1459
|
+
textarea.read-only::placeholder, textarea:read-only::placeholder {
|
|
1460
|
+
color: transparent;
|
|
1461
|
+
}
|
|
1462
|
+
textarea:disabled, textarea.disabled {
|
|
1463
|
+
box-shadow: none;
|
|
1464
|
+
background-color: transparent;
|
|
1465
|
+
outline: none;
|
|
1466
|
+
border: none;
|
|
1467
|
+
border-radius: 0;
|
|
1468
|
+
color: var(--theme-input--color--disabled);
|
|
1469
|
+
border-bottom: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--disabled);
|
|
1470
|
+
}
|
|
1471
|
+
textarea:disabled::-moz-placeholder, textarea.disabled::-moz-placeholder {
|
|
1472
|
+
color: transparent;
|
|
1473
|
+
}
|
|
1474
|
+
textarea:disabled::placeholder, textarea.disabled::placeholder {
|
|
1475
|
+
color: transparent;
|
|
1476
|
+
}
|
|
1477
|
+
textarea {
|
|
1478
|
+
min-height: 2rem;
|
|
1479
|
+
height: 3.25rem;
|
|
1480
|
+
padding: calc(0.375rem - var(--theme-input--border-thickness)) calc(0.5rem - var(--theme-input--border-thickness));
|
|
1481
|
+
}
|
|
1482
|
+
|
|
1483
|
+
textarea.ix-info:not(.disabled):not(:disabled):not([disabled]),
|
|
1484
|
+
input.ix-info:not(.disabled):not(:disabled):not([disabled]) {
|
|
1485
|
+
border-color: var(--theme-input--border-color--info);
|
|
1486
|
+
}
|
|
1487
|
+
textarea.ix-info:not(.disabled):not(:disabled):not([disabled]):hover,
|
|
1488
|
+
input.ix-info:not(.disabled):not(:disabled):not([disabled]):hover {
|
|
1489
|
+
border-color: var(--theme-input--border-color--info--hover) !important;
|
|
1490
|
+
}
|
|
1491
|
+
textarea.ix-info:not(.disabled):not(:disabled):not([disabled]):active,
|
|
1492
|
+
input.ix-info:not(.disabled):not(:disabled):not([disabled]):active {
|
|
1493
|
+
border-color: var(--theme-input--border-color--info--active) !important;
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1496
|
+
textarea.ix-warning:not(.disabled):not(:disabled):not([disabled]),
|
|
1497
|
+
input.ix-warning:not(.disabled):not(:disabled):not([disabled]) {
|
|
1498
|
+
border-color: var(--theme-input--border-color--warning--active) !important;
|
|
1499
|
+
}
|
|
1500
|
+
textarea.ix-warning:not(.disabled):not(:disabled):not([disabled]):hover,
|
|
1501
|
+
input.ix-warning:not(.disabled):not(:disabled):not([disabled]):hover {
|
|
1502
|
+
border-color: var(--theme-input--border-color--warning--active) !important;
|
|
1503
|
+
}
|
|
1504
|
+
textarea.ix-warning:not(.disabled):not(:disabled):not([disabled]):active,
|
|
1505
|
+
input.ix-warning:not(.disabled):not(:disabled):not([disabled]):active {
|
|
1506
|
+
border-color: var(--theme-input--border-color--warning--active) !important;
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1509
|
+
textarea[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]),
|
|
1510
|
+
input[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]) {
|
|
1511
|
+
background-color: var(--theme-input--background--invalid);
|
|
1512
|
+
border-color: var(--theme-input--border-color--invalid) !important;
|
|
1513
|
+
}
|
|
1514
|
+
textarea[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):hover,
|
|
1515
|
+
input[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):hover {
|
|
1516
|
+
border-color: var(--theme-input--border-color--invalid--hover) !important;
|
|
1517
|
+
}
|
|
1518
|
+
textarea[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):active,
|
|
1519
|
+
input[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):active {
|
|
1520
|
+
border-color: var(--theme-input--border-color--invalid--active) !important;
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
:host {
|
|
1524
|
+
/* width */
|
|
1525
|
+
/* Track */
|
|
1526
|
+
/* Handle */
|
|
1527
|
+
/* Handle on hover */
|
|
1528
|
+
display: block;
|
|
1529
|
+
position: relative;
|
|
1530
|
+
height: auto;
|
|
1531
|
+
}
|
|
1532
|
+
:host *,
|
|
1533
|
+
:host *::after,
|
|
1534
|
+
:host *::before {
|
|
1535
|
+
box-sizing: border-box;
|
|
1536
|
+
}
|
|
1537
|
+
:host ::-webkit-scrollbar-button {
|
|
1538
|
+
display: none;
|
|
1539
|
+
}
|
|
1540
|
+
@-moz-document url-prefix() {
|
|
1541
|
+
:host * {
|
|
1542
|
+
scrollbar-color: var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);
|
|
1543
|
+
scrollbar-width: thin;
|
|
1544
|
+
}
|
|
1545
|
+
}
|
|
1546
|
+
:host ::-webkit-scrollbar {
|
|
1547
|
+
width: 0.5rem;
|
|
1548
|
+
height: 0.5rem;
|
|
1549
|
+
}
|
|
1550
|
+
:host ::-webkit-scrollbar-track {
|
|
1551
|
+
border-radius: 5px;
|
|
1552
|
+
background: var(--theme-scrollbar-track--background);
|
|
1553
|
+
}
|
|
1554
|
+
:host ::-webkit-scrollbar-track:hover {
|
|
1555
|
+
background: var(--theme-scrollbar-track--background--hover);
|
|
1556
|
+
}
|
|
1557
|
+
:host ::-webkit-scrollbar-thumb {
|
|
1558
|
+
border-radius: 5px;
|
|
1559
|
+
background: var(--theme-scrollbar-thumb--background);
|
|
1560
|
+
}
|
|
1561
|
+
:host ::-webkit-scrollbar-thumb:hover {
|
|
1562
|
+
background: var(--theme-scrollbar-thumb--background--hover);
|
|
1563
|
+
}
|
|
1564
|
+
:host ::-webkit-scrollbar-corner {
|
|
1565
|
+
display: none;
|
|
1566
|
+
}
|
|
1567
|
+
:host .reset-button {
|
|
1568
|
+
position: absolute;
|
|
1569
|
+
top: 0.25rem;
|
|
1570
|
+
right: 0.25rem;
|
|
1571
|
+
}
|
|
1572
|
+
:host .reset-button.hide-reset-button {
|
|
1573
|
+
display: none;
|
|
1574
|
+
}
|
|
1575
|
+
:host .input-container {
|
|
1576
|
+
display: flex;
|
|
1577
|
+
height: auto;
|
|
1578
|
+
max-height: 3.75rem;
|
|
1579
|
+
padding: 1px 1.5rem 1px 1.75rem !important;
|
|
1580
|
+
}
|
|
1581
|
+
:host .input-container:not(.readonly):not(.disabled) {
|
|
1582
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
1583
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
1584
|
+
font-style: normal;
|
|
1585
|
+
font-size: var(--theme-ms-0);
|
|
1586
|
+
line-height: var(--theme-line-height-md);
|
|
1587
|
+
font-weight: var(--theme-font-weight-normal);
|
|
1588
|
+
letter-spacing: var(--theme-letter-spacing-xl);
|
|
1589
|
+
text-decoration: none;
|
|
1590
|
+
-webkit-font-smoothing: antialiased;
|
|
1591
|
+
-moz-osx-font-smooting: grayscale;
|
|
1592
|
+
min-height: 2rem;
|
|
1593
|
+
width: auto;
|
|
1594
|
+
padding: 0.25rem 0.5rem;
|
|
1595
|
+
background-color: var(--theme-input--background);
|
|
1596
|
+
color: var(--theme-input--color);
|
|
1597
|
+
-webkit-appearance: textfield;
|
|
1598
|
+
-moz-appearance: textfield;
|
|
1599
|
+
appearance: textfield;
|
|
1600
|
+
text-overflow: ellipsis;
|
|
1601
|
+
border: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color);
|
|
1602
|
+
border-radius: var(--theme-input--border-radius);
|
|
1603
|
+
box-shadow: var(--theme-input--box-shadow);
|
|
1604
|
+
}
|
|
1605
|
+
:host .input-container:not(.readonly):not(.disabled)[type=number] {
|
|
1606
|
+
text-align: right;
|
|
1607
|
+
}
|
|
1608
|
+
:host .input-container:not(.readonly):not(.disabled)[type=number]::-webkit-inner-spin-button {
|
|
1609
|
+
margin-right: -2px;
|
|
1610
|
+
margin-left: 2px;
|
|
1611
|
+
display: none;
|
|
1612
|
+
}
|
|
1613
|
+
:host .input-container:not(.readonly):not(.disabled):-webkit-autofill {
|
|
1614
|
+
-webkit-box-shadow: 0 0 0 1000px var(--theme-color-component-info) inset !important;
|
|
1615
|
+
-webkit-text-fill-color: var(--theme-input--color--autofill) !important;
|
|
1616
|
+
background-color: var(--theme-input--background--autofill) !important;
|
|
1617
|
+
border: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color--autofill) !important;
|
|
1618
|
+
color: var(--theme-input--color--autofill) !important;
|
|
1619
|
+
}
|
|
1620
|
+
:host .input-container:not(.readonly):not(.disabled):-webkit-autofill, :host .input-container:not(.readonly):not(.disabled):autofill {
|
|
1621
|
+
-webkit-box-shadow: 0 0 0 1000px var(--theme-color-component-info) inset !important;
|
|
1622
|
+
-webkit-text-fill-color: var(--theme-input--color--autofill) !important;
|
|
1623
|
+
background-color: var(--theme-input--background--autofill) !important;
|
|
1624
|
+
border: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color--autofill) !important;
|
|
1625
|
+
color: var(--theme-input--color--autofill) !important;
|
|
1626
|
+
}
|
|
1627
|
+
:host .input-container:not(.readonly):not(.disabled)::-moz-placeholder {
|
|
1628
|
+
color: var(--theme-input-hint--color);
|
|
1629
|
+
}
|
|
1630
|
+
:host .input-container:not(.readonly):not(.disabled)::placeholder {
|
|
1631
|
+
color: var(--theme-input-hint--color);
|
|
1632
|
+
}
|
|
1633
|
+
:host .input-container:not(.readonly):not(.disabled).hover:not(.readonly,
|
|
1634
|
+
.read-only,
|
|
1635
|
+
.disabled,
|
|
1636
|
+
[readonly],
|
|
1637
|
+
[disabled],
|
|
1638
|
+
:-moz-read-only), :host .input-container:not(.readonly):not(.disabled):hover:not(.readonly,
|
|
1639
|
+
.read-only,
|
|
1640
|
+
.disabled,
|
|
1641
|
+
[readonly],
|
|
1642
|
+
[disabled],
|
|
1643
|
+
:-moz-read-only) {
|
|
1644
|
+
border-color: var(--theme-input--border-color--hover) !important;
|
|
1645
|
+
background-color: var(--theme-input--background--hover);
|
|
1646
|
+
}
|
|
1647
|
+
:host .input-container:not(.readonly):not(.disabled).hover:not(.readonly,
|
|
1648
|
+
.read-only,
|
|
1649
|
+
.disabled,
|
|
1650
|
+
[readonly],
|
|
1651
|
+
[disabled],
|
|
1652
|
+
:read-only), :host .input-container:not(.readonly):not(.disabled):hover:not(.readonly,
|
|
1653
|
+
.read-only,
|
|
1654
|
+
.disabled,
|
|
1655
|
+
[readonly],
|
|
1656
|
+
[disabled],
|
|
1657
|
+
:read-only) {
|
|
1658
|
+
border-color: var(--theme-input--border-color--hover) !important;
|
|
1659
|
+
background-color: var(--theme-input--background--hover);
|
|
1660
|
+
}
|
|
1661
|
+
:host .input-container:not(.readonly):not(.disabled).focus:not(.readonly,
|
|
1662
|
+
.read-only,
|
|
1663
|
+
.disabled,
|
|
1664
|
+
[readonly],
|
|
1665
|
+
[disabled],
|
|
1666
|
+
:-moz-read-only), :host .input-container:not(.readonly):not(.disabled):focus:not(.readonly,
|
|
1667
|
+
.read-only,
|
|
1668
|
+
.disabled,
|
|
1669
|
+
[readonly],
|
|
1670
|
+
[disabled],
|
|
1671
|
+
:-moz-read-only) {
|
|
1672
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
1673
|
+
outline-offset: var(--theme-input--focus--outline-offset);
|
|
1674
|
+
border-color: var(--theme-input--border-color--focus) !important;
|
|
1675
|
+
}
|
|
1676
|
+
:host .input-container:not(.readonly):not(.disabled).focus:not(.readonly,
|
|
1677
|
+
.read-only,
|
|
1678
|
+
.disabled,
|
|
1679
|
+
[readonly],
|
|
1680
|
+
[disabled],
|
|
1681
|
+
:read-only), :host .input-container:not(.readonly):not(.disabled):focus:not(.readonly,
|
|
1682
|
+
.read-only,
|
|
1683
|
+
.disabled,
|
|
1684
|
+
[readonly],
|
|
1685
|
+
[disabled],
|
|
1686
|
+
:read-only) {
|
|
1687
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
1688
|
+
outline-offset: var(--theme-input--focus--outline-offset);
|
|
1689
|
+
border-color: var(--theme-input--border-color--focus) !important;
|
|
1690
|
+
}
|
|
1691
|
+
:host .input-container:not(.readonly):not(.disabled):disabled, :host .input-container:not(.readonly):not(.disabled).disabled {
|
|
1692
|
+
box-shadow: none;
|
|
1693
|
+
background-color: transparent;
|
|
1694
|
+
outline: none;
|
|
1695
|
+
border: none;
|
|
1696
|
+
border-radius: 0;
|
|
1697
|
+
color: var(--theme-input--color--disabled);
|
|
1698
|
+
border-bottom: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--disabled);
|
|
1699
|
+
}
|
|
1700
|
+
:host .input-container:not(.readonly):not(.disabled):disabled::-moz-placeholder, :host .input-container:not(.readonly):not(.disabled).disabled::-moz-placeholder {
|
|
1701
|
+
color: transparent;
|
|
1702
|
+
}
|
|
1703
|
+
:host .input-container:not(.readonly):not(.disabled):disabled::placeholder, :host .input-container:not(.readonly):not(.disabled).disabled::placeholder {
|
|
1704
|
+
color: transparent;
|
|
1705
|
+
}
|
|
1706
|
+
:host .input-container:not(.readonly):not(.disabled):hover {
|
|
1707
|
+
border-color: var(--theme-input--border-color--hover) !important;
|
|
1708
|
+
background-color: var(--theme-input--background--hover);
|
|
1709
|
+
}
|
|
1710
|
+
:host .input-container:not(.readonly):not(.disabled).focus {
|
|
1711
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
1712
|
+
outline-offset: var(--theme-input--focus--outline-offset);
|
|
1713
|
+
border-color: var(--theme-input--border-color--focus) !important;
|
|
1714
|
+
}
|
|
1715
|
+
:host .input-container.disabled {
|
|
1716
|
+
color: var(--theme-input--color--disabled);
|
|
1717
|
+
border-bottom: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--disabled);
|
|
1718
|
+
}
|
|
1719
|
+
:host .input-container.readonly {
|
|
1720
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
1721
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
1722
|
+
font-style: normal;
|
|
1723
|
+
font-size: var(--theme-ms-0);
|
|
1724
|
+
line-height: var(--theme-line-height-md);
|
|
1725
|
+
font-weight: var(--theme-font-weight-normal);
|
|
1726
|
+
letter-spacing: var(--theme-letter-spacing-xl);
|
|
1727
|
+
text-decoration: none;
|
|
1728
|
+
-webkit-font-smoothing: antialiased;
|
|
1729
|
+
-moz-osx-font-smooting: grayscale;
|
|
1730
|
+
min-height: 2rem;
|
|
1731
|
+
width: auto;
|
|
1732
|
+
padding: 0.25rem 0.5rem;
|
|
1733
|
+
background-color: var(--theme-input--background);
|
|
1734
|
+
color: var(--theme-input--color);
|
|
1735
|
+
-webkit-appearance: textfield;
|
|
1736
|
+
-moz-appearance: textfield;
|
|
1737
|
+
appearance: textfield;
|
|
1738
|
+
text-overflow: ellipsis;
|
|
1739
|
+
border: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color);
|
|
1740
|
+
border-radius: var(--theme-input--border-radius);
|
|
1741
|
+
box-shadow: var(--theme-input--box-shadow);
|
|
1742
|
+
}
|
|
1743
|
+
:host .input-container.readonly[type=number] {
|
|
1744
|
+
text-align: right;
|
|
1745
|
+
}
|
|
1746
|
+
:host .input-container.readonly[type=number]::-webkit-inner-spin-button {
|
|
1747
|
+
margin-right: -2px;
|
|
1748
|
+
margin-left: 2px;
|
|
1749
|
+
display: none;
|
|
1750
|
+
}
|
|
1751
|
+
:host .input-container.readonly:-webkit-autofill {
|
|
1752
|
+
-webkit-box-shadow: 0 0 0 1000px var(--theme-color-component-info) inset !important;
|
|
1753
|
+
-webkit-text-fill-color: var(--theme-input--color--autofill) !important;
|
|
1754
|
+
background-color: var(--theme-input--background--autofill) !important;
|
|
1755
|
+
border: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color--autofill) !important;
|
|
1756
|
+
color: var(--theme-input--color--autofill) !important;
|
|
1757
|
+
}
|
|
1758
|
+
:host .input-container.readonly:-webkit-autofill, :host .input-container.readonly:autofill {
|
|
1759
|
+
-webkit-box-shadow: 0 0 0 1000px var(--theme-color-component-info) inset !important;
|
|
1760
|
+
-webkit-text-fill-color: var(--theme-input--color--autofill) !important;
|
|
1761
|
+
background-color: var(--theme-input--background--autofill) !important;
|
|
1762
|
+
border: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color--autofill) !important;
|
|
1763
|
+
color: var(--theme-input--color--autofill) !important;
|
|
1764
|
+
}
|
|
1765
|
+
:host .input-container.readonly::-moz-placeholder {
|
|
1766
|
+
color: var(--theme-input-hint--color);
|
|
1767
|
+
}
|
|
1768
|
+
:host .input-container.readonly::placeholder {
|
|
1769
|
+
color: var(--theme-input-hint--color);
|
|
1770
|
+
}
|
|
1771
|
+
:host .input-container.readonly.hover:not(.readonly,
|
|
1772
|
+
.read-only,
|
|
1773
|
+
.disabled,
|
|
1774
|
+
[readonly],
|
|
1775
|
+
[disabled],
|
|
1776
|
+
:-moz-read-only), :host .input-container.readonly:hover:not(.readonly,
|
|
1777
|
+
.read-only,
|
|
1778
|
+
.disabled,
|
|
1779
|
+
[readonly],
|
|
1780
|
+
[disabled],
|
|
1781
|
+
:-moz-read-only) {
|
|
1782
|
+
border-color: var(--theme-input--border-color--hover) !important;
|
|
1783
|
+
background-color: var(--theme-input--background--hover);
|
|
1784
|
+
}
|
|
1785
|
+
:host .input-container.readonly.hover:not(.readonly,
|
|
1786
|
+
.read-only,
|
|
1787
|
+
.disabled,
|
|
1788
|
+
[readonly],
|
|
1789
|
+
[disabled],
|
|
1790
|
+
:read-only), :host .input-container.readonly:hover:not(.readonly,
|
|
1791
|
+
.read-only,
|
|
1792
|
+
.disabled,
|
|
1793
|
+
[readonly],
|
|
1794
|
+
[disabled],
|
|
1795
|
+
:read-only) {
|
|
1796
|
+
border-color: var(--theme-input--border-color--hover) !important;
|
|
1797
|
+
background-color: var(--theme-input--background--hover);
|
|
1798
|
+
}
|
|
1799
|
+
:host .input-container.readonly.focus:not(.readonly,
|
|
1800
|
+
.read-only,
|
|
1801
|
+
.disabled,
|
|
1802
|
+
[readonly],
|
|
1803
|
+
[disabled],
|
|
1804
|
+
:-moz-read-only), :host .input-container.readonly:focus:not(.readonly,
|
|
1805
|
+
.read-only,
|
|
1806
|
+
.disabled,
|
|
1807
|
+
[readonly],
|
|
1808
|
+
[disabled],
|
|
1809
|
+
:-moz-read-only) {
|
|
1810
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
1811
|
+
outline-offset: var(--theme-input--focus--outline-offset);
|
|
1812
|
+
border-color: var(--theme-input--border-color--focus) !important;
|
|
1813
|
+
}
|
|
1814
|
+
:host .input-container.readonly.focus:not(.readonly,
|
|
1815
|
+
.read-only,
|
|
1816
|
+
.disabled,
|
|
1817
|
+
[readonly],
|
|
1818
|
+
[disabled],
|
|
1819
|
+
:read-only), :host .input-container.readonly:focus:not(.readonly,
|
|
1820
|
+
.read-only,
|
|
1821
|
+
.disabled,
|
|
1822
|
+
[readonly],
|
|
1823
|
+
[disabled],
|
|
1824
|
+
:read-only) {
|
|
1825
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
1826
|
+
outline-offset: var(--theme-input--focus--outline-offset);
|
|
1827
|
+
border-color: var(--theme-input--border-color--focus) !important;
|
|
1828
|
+
}
|
|
1829
|
+
:host .input-container.readonly:-moz-read-only {
|
|
1830
|
+
box-shadow: none;
|
|
1831
|
+
background-color: transparent;
|
|
1832
|
+
outline: none;
|
|
1833
|
+
border: none;
|
|
1834
|
+
border-radius: 0;
|
|
1835
|
+
border-bottom: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--readonly);
|
|
1836
|
+
}
|
|
1837
|
+
:host .input-container.readonly.read-only, :host .input-container.readonly:read-only {
|
|
1838
|
+
box-shadow: none;
|
|
1839
|
+
background-color: transparent;
|
|
1840
|
+
outline: none;
|
|
1841
|
+
border: none;
|
|
1842
|
+
border-radius: 0;
|
|
1843
|
+
border-bottom: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--readonly);
|
|
1844
|
+
}
|
|
1845
|
+
:host .input-container.readonly.read-only::-moz-placeholder, :host .input-container.readonly:read-only::-moz-placeholder {
|
|
1846
|
+
color: transparent;
|
|
1847
|
+
}
|
|
1848
|
+
:host .input-container.readonly:-moz-read-only::placeholder {
|
|
1849
|
+
color: transparent;
|
|
1850
|
+
}
|
|
1851
|
+
:host .input-container.readonly.read-only::placeholder, :host .input-container.readonly:read-only::placeholder {
|
|
1852
|
+
color: transparent;
|
|
1853
|
+
}
|
|
1854
|
+
:host .input-container.readonly:disabled, :host .input-container.readonly.disabled {
|
|
1855
|
+
box-shadow: none;
|
|
1856
|
+
background-color: transparent;
|
|
1857
|
+
outline: none;
|
|
1858
|
+
border: none;
|
|
1859
|
+
border-radius: 0;
|
|
1860
|
+
color: var(--theme-input--color--disabled);
|
|
1861
|
+
border-bottom: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--disabled);
|
|
1862
|
+
}
|
|
1863
|
+
:host .input-container.readonly:disabled::-moz-placeholder, :host .input-container.readonly.disabled::-moz-placeholder {
|
|
1864
|
+
color: transparent;
|
|
1865
|
+
}
|
|
1866
|
+
:host .input-container.readonly:disabled::placeholder, :host .input-container.readonly.disabled::placeholder {
|
|
1867
|
+
color: transparent;
|
|
1868
|
+
}
|
|
1869
|
+
:host .input-container.no-icon {
|
|
1870
|
+
padding-left: 0.25rem;
|
|
1871
|
+
}
|
|
1872
|
+
:host .token-container {
|
|
1873
|
+
flex-grow: 1;
|
|
1874
|
+
overflow: hidden;
|
|
1875
|
+
}
|
|
1876
|
+
:host .text-input {
|
|
1877
|
+
overflow: hidden;
|
|
1878
|
+
text-overflow: ellipsis;
|
|
1879
|
+
white-space: nowrap;
|
|
1880
|
+
-webkit-font-smoothing: antialiased;
|
|
1881
|
+
-moz-osx-font-smooting: grayscale;
|
|
1882
|
+
font-family: Siemens Sans, sans-serif;
|
|
1883
|
+
font-size: 0.875rem;
|
|
1884
|
+
font-weight: 400;
|
|
1885
|
+
line-height: 1.429em;
|
|
1886
|
+
color: var(--theme-color-std-text);
|
|
1887
|
+
width: auto;
|
|
1888
|
+
height: 1.75rem;
|
|
1889
|
+
min-height: 1.5rem;
|
|
1890
|
+
background: transparent;
|
|
1891
|
+
flex-grow: 1;
|
|
1892
|
+
box-shadow: none;
|
|
1893
|
+
}
|
|
1894
|
+
:host .text-input, :host .text-input:hover, :host .text-input:focus, :host .text-input:focus-visible {
|
|
1895
|
+
border: none !important;
|
|
1896
|
+
outline: none !important;
|
|
1897
|
+
}
|
|
1898
|
+
:host .text-input.hide-placeholder::-moz-placeholder {
|
|
1899
|
+
opacity: 0;
|
|
1900
|
+
}
|
|
1901
|
+
:host .text-input.hide-placeholder::placeholder {
|
|
1902
|
+
opacity: 0;
|
|
1903
|
+
}
|
|
1904
|
+
:host .list-unstyled {
|
|
1905
|
+
display: flex;
|
|
1906
|
+
flex-wrap: wrap;
|
|
1907
|
+
height: 100%;
|
|
1908
|
+
overflow-y: auto;
|
|
1909
|
+
}
|
|
1910
|
+
:host ix-icon {
|
|
1911
|
+
position: absolute;
|
|
1912
|
+
top: 0.5rem;
|
|
1913
|
+
left: 0.5rem;
|
|
1914
|
+
}
|
|
1915
|
+
:host ix-filter-chip {
|
|
1916
|
+
margin-right: 0.25rem;
|
|
1917
|
+
}
|
|
1918
|
+
:host .category-preview {
|
|
1919
|
+
display: flex;
|
|
1920
|
+
align-items: center;
|
|
1921
|
+
height: 1.5rem;
|
|
1922
|
+
background-color: var(--theme-bg-3);
|
|
1923
|
+
border-top-left-radius: 1rem;
|
|
1924
|
+
border-bottom-left-radius: 1rem;
|
|
1925
|
+
padding: 0.5rem;
|
|
1926
|
+
margin: 2px 0;
|
|
1927
|
+
}
|
|
1928
|
+
:host ul {
|
|
1929
|
+
height: 100%;
|
|
1930
|
+
}
|
|
1931
|
+
:host .list-unstyled > span:not(.category-preview),
|
|
1932
|
+
:host input {
|
|
1933
|
+
padding-inline-start: 0;
|
|
1934
|
+
padding-top: 2px;
|
|
1935
|
+
padding-bottom: 2px;
|
|
1936
|
+
}
|
|
1937
|
+
:host ix-dropdown {
|
|
1938
|
+
min-width: 10rem !important;
|
|
1939
|
+
}
|
|
1940
|
+
:host ix-dropdown .dropdown-item-container {
|
|
1941
|
+
display: flex;
|
|
1942
|
+
flex-direction: column;
|
|
1943
|
+
}
|
|
1944
|
+
:host ix-dropdown .dropdown-item-container .dropdown-item {
|
|
1945
|
+
-webkit-font-smoothing: antialiased;
|
|
1946
|
+
-moz-osx-font-smooting: grayscale;
|
|
1947
|
+
font-family: Siemens Sans, sans-serif;
|
|
1948
|
+
font-size: 0.875rem;
|
|
1949
|
+
font-weight: 400;
|
|
1950
|
+
line-height: 1.143em;
|
|
1951
|
+
color: var(--theme-color-std-text);
|
|
1952
|
+
overflow: hidden;
|
|
1953
|
+
text-overflow: ellipsis;
|
|
1954
|
+
white-space: nowrap;
|
|
1955
|
+
height: 2.5rem;
|
|
1956
|
+
margin: 0.25rem 0.5rem;
|
|
1957
|
+
padding-inline: 0.5rem;
|
|
1958
|
+
border: 1px solid transparent;
|
|
1959
|
+
border-radius: 100rem;
|
|
1960
|
+
width: auto;
|
|
1961
|
+
justify-content: flex-start;
|
|
1962
|
+
flex-grow: 1;
|
|
1963
|
+
}
|
|
1964
|
+
:host ix-dropdown .dropdown-item-container .dropdown-item:not(.disabled):not(:disabled):focus-visible {
|
|
1965
|
+
border-color: var(--theme-color-focus-bdr);
|
|
1966
|
+
}
|
|
1967
|
+
:host ix-dropdown .dropdown-item-container .category-item {
|
|
1968
|
+
border-end-end-radius: 0;
|
|
1969
|
+
border-start-end-radius: 0;
|
|
1970
|
+
}
|
|
1971
|
+
:host ix-dropdown .dropdown-item-container .category-item-value {
|
|
1972
|
+
border-start-start-radius: 0;
|
|
1973
|
+
border-end-start-radius: 0;
|
|
1974
|
+
}
|
|
1975
|
+
:host ix-dropdown .btn-toggle-operator {
|
|
1976
|
+
width: 2rem;
|
|
1977
|
+
height: 2rem;
|
|
1978
|
+
margin-inline: 0.5rem;
|
|
1979
|
+
}
|
|
1980
|
+
:host .display-none {
|
|
1981
|
+
display: none;
|
|
1982
|
+
}
|