@siemens/ix 0.0.0-pr-2238-20251103105018 → 0.0.0-pr-2297-20251204163058
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/index.js +4 -4
- package/components/index.js.map +1 -1
- package/components/ix-action-card.js +4 -4
- package/components/ix-application-header.js +263 -1
- package/components/ix-application-header.js.map +1 -1
- package/components/ix-application-sidebar.js +1 -1
- package/components/ix-application-switch-modal.js +8 -8
- package/components/ix-application.js +5 -7
- package/components/ix-application.js.map +1 -1
- package/components/ix-avatar.js +1 -1
- package/components/ix-blind.js +8 -8
- package/components/ix-breadcrumb-item.js +1 -1
- package/components/ix-breadcrumb.js +7 -7
- package/components/ix-button.js +1 -1
- package/components/ix-card-accordion.js +1 -1
- package/components/ix-card-content.js +1 -1
- package/components/ix-card-list.js +12 -12
- package/components/ix-card-title.js +1 -1
- package/components/ix-card.js +1 -1
- package/components/ix-category-filter.js +21 -15
- package/components/ix-category-filter.js.map +1 -1
- package/components/ix-checkbox-group.js +8 -8
- package/components/ix-checkbox.js +6 -6
- package/components/ix-chip.js +10 -10
- package/components/ix-col.js +1 -1
- package/components/ix-content-header.js +8 -8
- package/components/ix-content.js +4 -4
- package/components/ix-css-grid-item.js +2 -2
- package/components/ix-css-grid.js +2 -2
- package/components/ix-custom-field.js +7 -7
- package/components/ix-date-dropdown.js +16 -16
- package/components/ix-date-input.js +34 -20
- package/components/ix-date-input.js.map +1 -1
- package/components/ix-date-picker.js +1 -1
- package/components/ix-date-time-card.js +1 -1
- package/components/ix-datetime-picker.js +14 -14
- package/components/ix-datetime-picker.js.map +1 -1
- package/components/ix-divider.js +1 -1
- package/components/ix-drawer.js +9 -9
- package/components/ix-dropdown-button.js +9 -9
- package/components/ix-dropdown-header.js +3 -3
- package/components/ix-dropdown-item.js +1 -1
- package/components/ix-dropdown-quick-actions.js +2 -2
- package/components/ix-dropdown.js +1 -1
- package/components/ix-empty-state.js +5 -5
- package/components/ix-event-list-item.js +6 -6
- package/components/ix-event-list.js +3 -3
- package/components/ix-expanding-search.js +8 -8
- package/components/ix-field-label.js +1 -1
- package/components/ix-field-wrapper.js +1 -1
- package/components/ix-filter-chip.js +1 -1
- package/components/ix-flip-tile-content.js +2 -2
- package/components/ix-flip-tile.js +7 -7
- package/components/ix-group-context-menu.js +1 -1
- package/components/ix-group-item.js +1 -1
- package/components/ix-group.js +14 -14
- package/components/ix-helper-text.js +5 -5
- package/components/ix-icon-button.js +1 -1
- package/components/ix-icon-toggle-button.js +4 -4
- package/components/ix-input-group.js +2 -2
- package/components/ix-input.js +26 -15
- package/components/ix-input.js.map +1 -1
- package/components/ix-key-value-list.js +2 -2
- package/components/ix-key-value.js +2 -2
- package/components/ix-kpi.js +5 -5
- package/components/ix-layout-auto.js +2 -2
- package/components/ix-layout-grid.js +1 -1
- package/components/ix-link-button.js +6 -6
- package/components/ix-link-button.js.map +1 -1
- package/components/ix-menu-about-item.js +2 -2
- package/components/ix-menu-about-news.js +10 -10
- package/components/ix-menu-about.js +11 -9
- package/components/ix-menu-about.js.map +1 -1
- package/components/ix-menu-avatar-item.js +1 -1
- package/components/ix-menu-avatar.js +12 -12
- package/components/ix-menu-category.js +14 -14
- package/components/ix-menu-expand-icon.js +1 -1
- package/components/ix-menu-item.js +1 -1
- package/components/ix-menu-settings-item.js +2 -2
- package/components/ix-menu-settings.js +1 -1
- package/components/ix-menu.js +22 -32
- package/components/ix-menu.js.map +1 -1
- package/components/ix-message-bar.js +5 -5
- package/components/ix-modal-content.js +1 -1
- package/components/ix-modal-footer.js +2 -2
- package/components/ix-modal-header.js +1 -1
- package/components/ix-modal-loading.js +3 -3
- package/components/ix-modal.js +5 -5
- package/components/ix-number-input.js +172 -39
- package/components/ix-number-input.js.map +1 -1
- package/components/ix-pagination.js +45 -22
- package/components/ix-pagination.js.map +1 -1
- package/components/ix-pane-layout.js +2 -2
- package/components/ix-pane.js +11 -11
- package/components/ix-pill.js +7 -7
- package/components/ix-progress-indicator.js +7 -7
- package/components/ix-push-card.js +7 -7
- package/components/ix-radio-group.js +40 -9
- package/components/ix-radio-group.js.map +1 -1
- package/components/ix-radio.js +46 -20
- package/components/ix-radio.js.map +1 -1
- package/components/ix-row.js +1 -1
- package/components/ix-select-item.js +1 -1
- package/components/ix-select.js +1 -1
- package/components/ix-slider.js +10 -10
- package/components/ix-spinner.js +1 -1
- package/components/ix-split-button.js +32 -18
- package/components/ix-split-button.js.map +1 -1
- package/components/ix-tab-item.js +1 -1
- package/components/ix-tabs.js +1 -1
- package/components/ix-textarea.js +9 -9
- package/components/ix-tile.js +5 -5
- package/components/ix-time-input.js +35 -21
- package/components/ix-time-input.js.map +1 -1
- package/components/ix-time-picker.js +1 -1
- package/components/ix-toast-container.js +7 -7
- package/components/ix-toast.js +1 -1
- package/components/ix-toggle-button.js +3 -3
- package/components/ix-toggle.js +6 -6
- package/components/ix-toggle.js.map +1 -1
- package/components/ix-tooltip.js +1 -1
- package/components/ix-tree-item.js +1 -1
- package/components/ix-tree.js +3 -3
- package/components/ix-typography.js +1 -1
- package/components/ix-upload.js +7 -7
- package/components/ix-validation-tooltip.js +3 -3
- package/components/ix-workflow-step.js +5 -5
- package/components/ix-workflow-steps.js +2 -2
- package/components/{p-BccEFWg2.js → p-10zMtvCF.js} +6 -6
- package/components/{p-BccEFWg2.js.map → p-10zMtvCF.js.map} +1 -1
- package/components/{p-CkrLmEP7.js → p-1pd_0dhF.js} +4 -4
- package/components/{p-CkrLmEP7.js.map → p-1pd_0dhF.js.map} +1 -1
- package/components/{p-BUIOrNGz.js → p-7E7AMiQV.js} +7 -7
- package/components/p-7E7AMiQV.js.map +1 -0
- package/components/{p-BNwXjBuF.js → p-B006bhbX.js} +4 -4
- package/components/{p-BNwXjBuF.js.map → p-B006bhbX.js.map} +1 -1
- package/components/{p-DrH8EeUB.js → p-B1p0kpQJ.js} +6 -6
- package/components/{p-DrH8EeUB.js.map → p-B1p0kpQJ.js.map} +1 -1
- package/components/{p-DOEb0lKA.js → p-B45tl2du.js} +4 -4
- package/components/{p-DOEb0lKA.js.map → p-B45tl2du.js.map} +1 -1
- package/components/{p-DgfGA7Z3.js → p-BBwXlKhE.js} +4 -4
- package/components/{p-DgfGA7Z3.js.map → p-BBwXlKhE.js.map} +1 -1
- package/components/{p-ciUqTzkB.js → p-BEDohapR.js} +6 -6
- package/components/{p-ciUqTzkB.js.map → p-BEDohapR.js.map} +1 -1
- package/components/{p-DsftMeEA.js → p-BGdI6-nv.js} +4 -4
- package/components/{p-DsftMeEA.js.map → p-BGdI6-nv.js.map} +1 -1
- package/components/{p-XiZWDi7n.js → p-BGjnKa2h.js} +4 -4
- package/components/{p-XiZWDi7n.js.map → p-BGjnKa2h.js.map} +1 -1
- package/components/{p-D1In20Wh.js → p-BI7B-PUA.js} +5 -5
- package/components/{p-D1In20Wh.js.map → p-BI7B-PUA.js.map} +1 -1
- package/components/{p-VMk3rl5y.js → p-BIg1TSrD.js} +9 -9
- package/components/{p-VMk3rl5y.js.map → p-BIg1TSrD.js.map} +1 -1
- package/components/{p-CCQYIDJK.js → p-BLeWaHpy.js} +7 -7
- package/components/{p-CCQYIDJK.js.map → p-BLeWaHpy.js.map} +1 -1
- package/components/{p-DBsESzrF.js → p-BOQ00Fbs.js} +70 -29
- package/components/p-BOQ00Fbs.js.map +1 -0
- package/components/{p-CO2zhw6V.js → p-BQk7HpA-.js} +3 -3
- package/components/{p-CO2zhw6V.js.map → p-BQk7HpA-.js.map} +1 -1
- package/components/{p-CtusOOtv.js → p-BR5ayBuu.js} +6 -6
- package/components/{p-CtusOOtv.js.map → p-BR5ayBuu.js.map} +1 -1
- package/components/{p--2LOMK-5.js → p-BhgW5qDm.js} +2 -3
- package/components/p-BhgW5qDm.js.map +1 -0
- package/components/{p-BaWdG-ph.js → p-BiqdnsgA.js} +20 -13
- package/components/p-BiqdnsgA.js.map +1 -0
- package/components/{p-BxNzvWr2.js → p-Bk0vKwmt.js} +5 -5
- package/components/{p-BxNzvWr2.js.map → p-Bk0vKwmt.js.map} +1 -1
- package/components/{p-Bvf7gwPU.js → p-BmMUyJRQ.js} +89 -53
- package/components/p-BmMUyJRQ.js.map +1 -0
- package/components/{p-taILGXkr.js → p-BvsadYCu.js} +3 -3
- package/components/{p-taILGXkr.js.map → p-BvsadYCu.js.map} +1 -1
- package/components/{p-BEzKnceP.js → p-Bye33cYU.js} +9 -9
- package/components/{p-BEzKnceP.js.map → p-Bye33cYU.js.map} +1 -1
- package/components/{p-BvKUU6Ta.js → p-C4KxNeD2.js} +4 -4
- package/components/{p-BvKUU6Ta.js.map → p-C4KxNeD2.js.map} +1 -1
- package/components/{p-Qsbo2ls8.js → p-C6_1qmP4.js} +5 -5
- package/components/{p-Qsbo2ls8.js.map → p-C6_1qmP4.js.map} +1 -1
- package/components/{p-CQhe_rqk.js → p-COWPG_SD.js} +6 -6
- package/components/p-COWPG_SD.js.map +1 -0
- package/components/{p-CFAI8dx_.js → p-CV_EVAOW.js} +3 -3
- package/components/{p-CFAI8dx_.js.map → p-CV_EVAOW.js.map} +1 -1
- package/components/{p-D_rmJU0n.js → p-CjDPpSJX.js} +16 -16
- package/components/p-CjDPpSJX.js.map +1 -0
- package/components/{p-DeBhxnHo.js → p-ClQxnZ3d.js} +8 -8
- package/components/{p-DeBhxnHo.js.map → p-ClQxnZ3d.js.map} +1 -1
- package/components/{p-DcjRXRwg.js → p-ColBHyXN.js} +7 -7
- package/components/{p-DcjRXRwg.js.map → p-ColBHyXN.js.map} +1 -1
- package/components/{p-0MSWDTqB.js → p-CrqgL2m1.js} +10 -6
- package/components/p-CrqgL2m1.js.map +1 -0
- package/components/{p-By1IU8iL.js → p-CvD2yWeJ.js} +5 -5
- package/components/{p-By1IU8iL.js.map → p-CvD2yWeJ.js.map} +1 -1
- package/components/{p-fahyavc3.js → p-CvF96Z51.js} +8 -8
- package/components/{p-fahyavc3.js.map → p-CvF96Z51.js.map} +1 -1
- package/components/{p-CKuNFgoe.js → p-D-__gyet.js} +3 -3
- package/components/{p-CKuNFgoe.js.map → p-D-__gyet.js.map} +1 -1
- package/components/{p-cw5RHost.js → p-DC9anobw.js} +8 -8
- package/components/{p-cw5RHost.js.map → p-DC9anobw.js.map} +1 -1
- package/components/{p-CHAuj3bi.js → p-DSTHZygb.js} +10 -10
- package/components/{p-CHAuj3bi.js.map → p-DSTHZygb.js.map} +1 -1
- package/components/{p-DLPEB4G8.js → p-DUU5I7wZ.js} +70 -45
- package/components/p-DUU5I7wZ.js.map +1 -0
- package/components/{p-IgT3dgxG.js → p-DXFN8JXp.js} +21 -10
- package/components/p-DXFN8JXp.js.map +1 -0
- package/components/{p-JUUSQc_M.js → p-D_4Mf9jE.js} +3 -3
- package/components/{p-JUUSQc_M.js.map → p-D_4Mf9jE.js.map} +1 -1
- package/components/{p-BWTF-D2w.js → p-Db0RazS2.js} +4 -4
- package/components/{p-BWTF-D2w.js.map → p-Db0RazS2.js.map} +1 -1
- package/components/{p-W_8b1-4d.js → p-DdLose3V.js} +3 -3
- package/components/{p-W_8b1-4d.js.map → p-DdLose3V.js.map} +1 -1
- package/components/{p-DzscKBhb.js → p-DlVaL0Yi.js} +9 -9
- package/components/{p-DzscKBhb.js.map → p-DlVaL0Yi.js.map} +1 -1
- package/components/{p-CJphMgA7.js → p-Dp03DeD0.js} +7 -7
- package/components/{p-CJphMgA7.js.map → p-Dp03DeD0.js.map} +1 -1
- package/components/{p-2fxFa_VL.js → p-Dq_H2flK.js} +10 -4
- package/components/p-Dq_H2flK.js.map +1 -0
- package/components/{p-jbrSDf3o.js → p-Dy6xvLn4.js} +5 -5
- package/components/{p-jbrSDf3o.js.map → p-Dy6xvLn4.js.map} +1 -1
- package/components/{p-FnN74Elm.js → p-MuPiaYr1.js} +3 -3
- package/components/{p-FnN74Elm.js.map → p-MuPiaYr1.js.map} +1 -1
- package/components/{p-CINrBR9H.js → p-N4h8LKe5.js} +4 -4
- package/components/{p-CINrBR9H.js.map → p-N4h8LKe5.js.map} +1 -1
- package/components/{p-C6MbjoUl.js → p-PpLLlogo.js} +8 -8
- package/components/{p-C6MbjoUl.js.map → p-PpLLlogo.js.map} +1 -1
- package/components/{p-xZXH2vKm.js → p-hwPzPVf8.js} +5 -5
- package/components/{p-xZXH2vKm.js.map → p-hwPzPVf8.js.map} +1 -1
- package/dist/cjs/{context-B8bRIFA2.js → context-CmNuiaNz.js} +2 -3
- package/dist/{esm/context-CKM5pVsv.js.map → cjs/context-CmNuiaNz.js.map} +1 -1
- package/dist/cjs/{helper-text-util-BlElJLxk.js → helper-text-util-D2W-yNmK.js} +8 -4
- package/dist/cjs/helper-text-util-D2W-yNmK.js.map +1 -0
- package/dist/cjs/index-C8Xo8L1k.js +6 -18
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/{input.util-4AhBphgX.js → input.fc-DrxRYq_G.js} +69 -43
- package/dist/cjs/input.fc-DrxRYq_G.js.map +1 -0
- package/dist/cjs/ix-application-header.cjs.entry.js +10 -15
- package/dist/cjs/ix-application-header.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-application.cjs.entry.js +4 -6
- package/dist/cjs/ix-application.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-avatar_2.cjs.entry.js +1 -1
- package/dist/cjs/ix-blind.cjs.entry.js +5 -5
- package/dist/cjs/ix-breadcrumb.cjs.entry.js +2 -2
- package/dist/cjs/ix-card-accordion_2.cjs.entry.js +5 -5
- package/dist/cjs/ix-card-list.cjs.entry.js +4 -4
- package/dist/cjs/ix-card_2.cjs.entry.js +3 -3
- package/dist/cjs/ix-category-filter.cjs.entry.js +14 -8
- package/dist/cjs/ix-category-filter.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-checkbox-group.cjs.entry.js +3 -3
- package/dist/cjs/ix-checkbox.cjs.entry.js +4 -4
- package/dist/cjs/ix-chip.cjs.entry.js +4 -4
- package/dist/cjs/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-col_4.cjs.entry.js +10 -10
- package/dist/cjs/ix-content-header.cjs.entry.js +3 -3
- package/dist/cjs/ix-content.cjs.entry.js +3 -3
- package/dist/cjs/ix-css-grid-item.cjs.entry.js +1 -1
- package/dist/cjs/ix-css-grid.cjs.entry.js +1 -1
- package/dist/cjs/ix-custom-field.cjs.entry.js +2 -2
- package/dist/cjs/ix-date-dropdown.cjs.entry.js +4 -4
- package/dist/cjs/ix-date-input.cjs.entry.js +24 -12
- package/dist/cjs/ix-date-input.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-date-time-card.cjs.entry.js +3 -3
- package/dist/cjs/ix-date-time-card.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-datetime-picker.cjs.entry.js +2 -2
- package/dist/cjs/ix-datetime-picker.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-divider.cjs.entry.js +1 -1
- package/dist/cjs/ix-drawer.cjs.entry.js +5 -5
- package/dist/cjs/ix-dropdown-button.cjs.entry.js +3 -3
- package/dist/cjs/ix-dropdown-header.cjs.entry.js +1 -1
- package/dist/cjs/ix-dropdown-item.cjs.entry.js +3 -3
- package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js +1 -1
- package/dist/cjs/ix-dropdown.cjs.entry.js +2 -2
- package/dist/cjs/ix-empty-state.cjs.entry.js +1 -1
- package/dist/cjs/ix-event-list-item.cjs.entry.js +4 -4
- package/dist/cjs/ix-event-list.cjs.entry.js +2 -2
- package/dist/cjs/ix-expanding-search.cjs.entry.js +4 -4
- package/dist/cjs/ix-field-label_2.cjs.entry.js +5 -5
- package/dist/cjs/ix-filter-chip_2.cjs.entry.js +2 -2
- package/dist/cjs/ix-flip-tile-content.cjs.entry.js +1 -1
- package/dist/cjs/ix-flip-tile.cjs.entry.js +3 -3
- package/dist/cjs/ix-group-context-menu_2.cjs.entry.js +1 -1
- package/dist/cjs/ix-group.cjs.entry.js +8 -8
- package/dist/cjs/ix-helper-text.cjs.entry.js +3 -3
- package/dist/cjs/ix-icon-button_2.cjs.entry.js +2 -2
- package/dist/cjs/ix-icon-toggle-button.cjs.entry.js +1 -1
- package/dist/cjs/ix-input-group.cjs.entry.js +1 -1
- package/dist/cjs/ix-input.cjs.entry.js +21 -12
- package/dist/cjs/ix-input.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-key-value-list.cjs.entry.js +1 -1
- package/dist/cjs/ix-key-value.cjs.entry.js +1 -1
- package/dist/cjs/ix-kpi.cjs.entry.js +3 -3
- package/dist/cjs/ix-layout-auto.cjs.entry.js +1 -1
- package/dist/cjs/ix-link-button.cjs.entry.js +4 -4
- package/dist/cjs/ix-link-button.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-menu-about-item.cjs.entry.js +1 -1
- package/dist/cjs/ix-menu-about-news.cjs.entry.js +4 -4
- package/dist/cjs/ix-menu-about.cjs.entry.js +6 -4
- package/dist/cjs/ix-menu-about.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-menu-avatar.cjs.entry.js +2 -2
- package/dist/cjs/ix-menu-category.cjs.entry.js +6 -6
- package/dist/cjs/ix-menu-expand-icon.cjs.entry.js +1 -1
- package/dist/cjs/ix-menu-item.cjs.entry.js +4 -4
- package/dist/cjs/{ix-menu-settings-Cdqo0r8E.js → ix-menu-settings-CtWl0bME.js} +14 -7
- package/dist/cjs/ix-menu-settings-CtWl0bME.js.map +1 -0
- package/dist/cjs/ix-menu-settings-item.cjs.entry.js +1 -1
- package/dist/cjs/ix-menu-settings.cjs.entry.js +1 -1
- package/dist/cjs/ix-menu.cjs.entry.js +13 -23
- package/dist/cjs/ix-menu.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-message-bar.cjs.entry.js +1 -1
- package/dist/cjs/ix-modal-content_2.cjs.entry.js +2 -2
- package/dist/cjs/ix-modal-footer.cjs.entry.js +1 -1
- package/dist/cjs/ix-modal-loading.cjs.entry.js +1 -1
- package/dist/cjs/ix-modal.cjs.entry.js +3 -3
- package/dist/cjs/ix-number-input.cjs.entry.js +162 -34
- package/dist/cjs/ix-number-input.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-pagination.cjs.entry.js +29 -7
- package/dist/cjs/ix-pagination.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-pane-layout.cjs.entry.js +1 -1
- package/dist/cjs/ix-pane.cjs.entry.js +6 -6
- package/dist/cjs/ix-pill.cjs.entry.js +4 -4
- package/dist/cjs/ix-progress-indicator.cjs.entry.js +3 -3
- package/dist/cjs/ix-push-card.cjs.entry.js +1 -1
- package/dist/cjs/ix-radio-group.cjs.entry.js +33 -3
- package/dist/cjs/ix-radio-group.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-radio.cjs.entry.js +43 -18
- package/dist/cjs/ix-radio.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-select.cjs.entry.js +53 -14
- package/dist/cjs/ix-select.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-slider.cjs.entry.js +6 -6
- package/dist/cjs/ix-split-button.cjs.entry.js +24 -12
- package/dist/cjs/ix-split-button.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-tab-item.ix-tabs.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-tab-item_2.cjs.entry.js +6 -6
- package/dist/cjs/ix-textarea.cjs.entry.js +6 -6
- package/dist/cjs/ix-textarea.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-tile.cjs.entry.js +4 -4
- package/dist/cjs/ix-time-input.cjs.entry.js +24 -12
- package/dist/cjs/ix-time-input.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-time-picker.cjs.entry.js +81 -45
- package/dist/cjs/ix-time-picker.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-toast-container.cjs.entry.js +2 -2
- package/dist/cjs/ix-toast.cjs.entry.js +2 -2
- package/dist/cjs/ix-toggle.cjs.entry.js +4 -4
- package/dist/cjs/ix-toggle.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-tooltip.cjs.entry.js +17 -6
- package/dist/cjs/ix-tooltip.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-tree-item.cjs.entry.js +4 -4
- package/dist/cjs/ix-tree.cjs.entry.js +1 -1
- package/dist/cjs/ix-typography.cjs.entry.js +1 -1
- package/dist/cjs/ix-upload.cjs.entry.js +3 -3
- package/dist/cjs/ix-validation-tooltip.cjs.entry.js +2 -2
- package/dist/cjs/ix-workflow-step.cjs.entry.js +3 -3
- package/dist/cjs/ix-workflow-steps.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/siemens-ix.cjs.js +1 -1
- package/dist/cjs/{validation-CfL71_0d.js → validation-DTmSqO2d.js} +9 -2
- package/dist/{esm/validation-D_dk-JqT.js.map → cjs/validation-DTmSqO2d.js.map} +1 -1
- package/dist/collection/collection-manifest.json +0 -3
- package/dist/collection/components/application/application.js +3 -5
- package/dist/collection/components/application/application.js.map +1 -1
- package/dist/collection/components/application-header/application-header.js +9 -14
- package/dist/collection/components/application-header/application-header.js.map +1 -1
- package/dist/collection/components/blind/blind.js +5 -5
- package/dist/collection/components/breadcrumb/breadcrumb.js +2 -2
- package/dist/collection/components/card/card.js +2 -2
- package/dist/collection/components/card-accordion/card-accordion.js +4 -4
- package/dist/collection/components/card-content/card-content.js +1 -1
- package/dist/collection/components/card-list/card-list.js +4 -4
- package/dist/collection/components/card-title/card-title.js +1 -1
- package/dist/collection/components/category-filter/category-filter.css +321 -50
- package/dist/collection/components/category-filter/category-filter.js +13 -7
- package/dist/collection/components/category-filter/category-filter.js.map +1 -1
- package/dist/collection/components/checkbox/checkbox.js +3 -3
- package/dist/collection/components/checkbox-group/checkbox-group.js +2 -2
- package/dist/collection/components/chip/chip.js +4 -4
- package/dist/collection/components/col/col.js +1 -1
- package/dist/collection/components/content/content.js +3 -3
- package/dist/collection/components/content-header/content-header.js +3 -3
- package/dist/collection/components/css-grid/css-grid-item.js +1 -1
- package/dist/collection/components/css-grid/css-grid.js +1 -1
- package/dist/collection/components/custom-field/custom-field.js +1 -1
- package/dist/collection/components/date-dropdown/date-dropdown.js +4 -4
- package/dist/collection/components/date-input/date-input.js +60 -8
- package/dist/collection/components/date-input/date-input.js.map +1 -1
- package/dist/collection/components/date-picker/date-picker.css +6 -8
- package/dist/collection/components/date-picker/date-picker.js +5 -5
- package/dist/collection/components/date-picker/date-picker.js.map +1 -1
- package/dist/collection/components/date-time-card/date-time-card.css +3 -2
- package/dist/collection/components/date-time-card/date-time-card.js +2 -2
- package/dist/collection/components/datetime-picker/datetime-picker.css +12 -1
- package/dist/collection/components/datetime-picker/datetime-picker.js +1 -1
- package/dist/collection/components/datetime-picker/datetime-picker.js.map +1 -1
- package/dist/collection/components/divider/divider.js +1 -1
- package/dist/collection/components/drawer/drawer.js +5 -5
- package/dist/collection/components/dropdown/dropdown.js +2 -2
- package/dist/collection/components/dropdown-button/dropdown-button.js +3 -3
- package/dist/collection/components/dropdown-header/dropdown-header.js +1 -1
- package/dist/collection/components/dropdown-item/dropdown-item.js +3 -3
- package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.js +1 -1
- package/dist/collection/components/empty-state/empty-state.js +1 -1
- package/dist/collection/components/event-list/event-list.js +2 -2
- package/dist/collection/components/event-list-item/event-list-item.js +4 -4
- package/dist/collection/components/expanding-search/expanding-search.js +4 -4
- package/dist/collection/components/field-label/field-label.js +1 -1
- package/dist/collection/components/field-wrapper/field-wrapper.js +2 -2
- package/dist/collection/components/field-wrapper/helper-text-util.js +6 -2
- package/dist/collection/components/field-wrapper/helper-text-util.js.map +1 -1
- package/dist/collection/components/filter-chip/filter-chip.js +1 -1
- package/dist/collection/components/flip-tile/flip-tile.js +3 -3
- package/dist/collection/components/flip-tile-content/flip-tile-content.js +1 -1
- package/dist/collection/components/group/group-context-menu.js +1 -1
- package/dist/collection/components/group/group.js +8 -8
- package/dist/collection/components/helper-text/helper-text.js +1 -1
- package/dist/collection/components/icon-button/icon-button.js +1 -1
- package/dist/collection/components/icon-toggle-button/icon-toggle-button.js +1 -1
- package/dist/collection/components/input/input.fc.js +10 -1
- package/dist/collection/components/input/input.fc.js.map +1 -1
- package/dist/collection/components/input/input.js +54 -5
- package/dist/collection/components/input/input.js.map +1 -1
- package/dist/collection/components/input/input.util.js +20 -3
- package/dist/collection/components/input/input.util.js.map +1 -1
- package/dist/collection/components/input/number-input.js +228 -36
- package/dist/collection/components/input/number-input.js.map +1 -1
- package/dist/collection/components/input/textarea.js +2 -2
- package/dist/collection/components/input-group/input-group.js +1 -1
- package/dist/collection/components/key-value/key-value.js +1 -1
- package/dist/collection/components/key-value-list/key-value-list.js +1 -1
- package/dist/collection/components/kpi/kpi.js +3 -3
- package/dist/collection/components/layout-auto/layout-auto.js +1 -1
- package/dist/collection/components/layout-grid/layout-grid.js +2 -2
- package/dist/collection/components/link-button/link-button.css +2 -8
- package/dist/collection/components/link-button/link-button.js +3 -3
- package/dist/collection/components/menu/menu-expand-icon.js +1 -1
- package/dist/collection/components/menu/menu.js +12 -22
- package/dist/collection/components/menu/menu.js.map +1 -1
- package/dist/collection/components/menu-about/menu-about.js +6 -4
- package/dist/collection/components/menu-about/menu-about.js.map +1 -1
- package/dist/collection/components/menu-about-item/menu-about-item.js +1 -1
- package/dist/collection/components/menu-about-news/menu-about-news.js +4 -4
- package/dist/collection/components/menu-avatar/menu-avatar.js +2 -2
- package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +1 -1
- package/dist/collection/components/menu-category/menu-category.js +5 -5
- package/dist/collection/components/menu-item/menu-item.js +4 -4
- package/dist/collection/components/menu-settings/menu-settings.js +6 -4
- package/dist/collection/components/menu-settings/menu-settings.js.map +1 -1
- package/dist/collection/components/menu-settings-item/menu-settings-item.js +1 -1
- package/dist/collection/components/message-bar/message-bar.js +1 -1
- package/dist/collection/components/modal/modal.js +3 -3
- package/dist/collection/components/modal-content/modal-content.js +1 -1
- package/dist/collection/components/modal-footer/modal-footer.js +1 -1
- package/dist/collection/components/modal-header/modal-header.js +1 -1
- package/dist/collection/components/modal-loading/modal-loading.js +1 -1
- package/dist/collection/components/pagination/pagination.js +52 -7
- package/dist/collection/components/pagination/pagination.js.map +1 -1
- package/dist/collection/components/pane/pane.js +6 -6
- package/dist/collection/components/pane-layout/pane-layout.js +1 -1
- package/dist/collection/components/pill/pill.js +4 -4
- package/dist/collection/components/progress-indicator/progress-indicator.js +3 -3
- package/dist/collection/components/push-card/push-card.js +1 -1
- package/dist/collection/components/radio/radio.css +70 -72
- package/dist/collection/components/radio/radio.js +69 -18
- package/dist/collection/components/radio/radio.js.map +1 -1
- package/dist/collection/components/radio-group/radio-group.js +64 -2
- package/dist/collection/components/radio-group/radio-group.js.map +1 -1
- package/dist/collection/components/row/row.js +1 -1
- package/dist/collection/components/select/select.js +94 -14
- package/dist/collection/components/select/select.js.map +1 -1
- package/dist/collection/components/select-item/select-item.js +1 -1
- package/dist/collection/components/slider/slider.js +6 -6
- package/dist/collection/components/spinner/spinner.js +1 -1
- package/dist/collection/components/split-button/split-button.js +70 -12
- package/dist/collection/components/split-button/split-button.js.map +1 -1
- package/dist/collection/components/tab-item/tab-item.css +1 -1
- package/dist/collection/components/tab-item/tab-item.js +3 -3
- package/dist/collection/components/tabs/tabs.js +2 -2
- package/dist/collection/components/tile/tile.js +4 -4
- package/dist/collection/components/time-input/time-input.js +61 -9
- package/dist/collection/components/time-input/time-input.js.map +1 -1
- package/dist/collection/components/time-picker/time-picker.css +20 -52
- package/dist/collection/components/time-picker/time-picker.js +83 -48
- package/dist/collection/components/time-picker/time-picker.js.map +1 -1
- package/dist/collection/components/time-picker/time-picker.types.js.map +1 -1
- package/dist/collection/components/toast/toast-container.js +2 -2
- package/dist/collection/components/toast/toast.js +2 -2
- package/dist/collection/components/toggle/toggle.js +3 -3
- package/dist/collection/components/toggle/toggle.js.map +1 -1
- package/dist/collection/components/tooltip/tooltip.css +2 -3
- package/dist/collection/components/tooltip/tooltip.js +17 -6
- package/dist/collection/components/tooltip/tooltip.js.map +1 -1
- package/dist/collection/components/tree/tree.js +1 -1
- package/dist/collection/components/tree-item/tree-item.js +4 -4
- package/dist/collection/components/typography/typography.js +1 -1
- package/dist/collection/components/upload/upload.js +3 -3
- package/dist/collection/components/utils/application-layout/context.js +0 -1
- package/dist/collection/components/utils/application-layout/context.js.map +1 -1
- package/dist/collection/components/utils/input/validation.js +6 -0
- package/dist/collection/components/utils/input/validation.js.map +1 -1
- package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js +6 -1
- package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js.map +1 -1
- package/dist/collection/components/utils/modal/index.js.map +1 -1
- package/dist/collection/components/utils/modal/loading.js.map +1 -1
- package/dist/collection/components/validation-tooltip/validation-tooltip.js +2 -2
- package/dist/collection/components/workflow-step/workflow-step.js +3 -3
- package/dist/collection/components/workflow-steps/workflow-steps.js +1 -1
- package/dist/esm/{context-CKM5pVsv.js → context-BniHpAE1.js} +2 -3
- package/dist/{cjs/context-B8bRIFA2.js.map → esm/context-BniHpAE1.js.map} +1 -1
- package/dist/esm/{helper-text-util-rnbkuaac.js → helper-text-util-gKdL-wH2.js} +9 -5
- package/dist/esm/helper-text-util-gKdL-wH2.js.map +1 -0
- package/dist/esm/{index-Cz75KU1f.js → index-8HpPmDK_.js} +3 -3
- package/dist/esm/{index-Cz75KU1f.js.map → index-8HpPmDK_.js.map} +1 -1
- package/dist/esm/index-CtoreFVF.js +6 -18
- package/dist/esm/{index--ZIr3Aqz.js → index-Kp5Wf9wr.js} +3 -3
- package/dist/esm/{index--ZIr3Aqz.js.map → index-Kp5Wf9wr.js.map} +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/{input.util-VHrSuCP7.js → input.fc-KJF8Z9iJ.js} +69 -44
- package/dist/esm/input.fc-KJF8Z9iJ.js.map +1 -0
- package/dist/esm/ix-application-header.entry.js +13 -18
- package/dist/esm/ix-application-header.entry.js.map +1 -1
- package/dist/esm/ix-application-switch-modal.entry.js +2 -2
- package/dist/esm/ix-application.entry.js +4 -6
- package/dist/esm/ix-application.entry.js.map +1 -1
- package/dist/esm/ix-avatar_2.entry.js +1 -1
- package/dist/esm/ix-blind.entry.js +6 -6
- package/dist/esm/ix-breadcrumb-item.entry.js +1 -1
- package/dist/esm/ix-breadcrumb.entry.js +2 -2
- package/dist/esm/ix-card-accordion_2.entry.js +6 -6
- package/dist/esm/ix-card-list.entry.js +5 -5
- package/dist/esm/ix-card_2.entry.js +3 -3
- package/dist/esm/ix-category-filter.entry.js +15 -9
- package/dist/esm/ix-category-filter.entry.js.map +1 -1
- package/dist/esm/ix-checkbox-group.entry.js +3 -3
- package/dist/esm/ix-checkbox.entry.js +4 -4
- package/dist/esm/ix-chip.entry.js +5 -5
- package/dist/esm/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.js.map +1 -1
- package/dist/esm/ix-col_4.entry.js +11 -11
- package/dist/esm/ix-content-header.entry.js +4 -4
- package/dist/esm/ix-content.entry.js +3 -3
- package/dist/esm/ix-css-grid-item.entry.js +1 -1
- package/dist/esm/ix-css-grid.entry.js +1 -1
- package/dist/esm/ix-custom-field.entry.js +2 -2
- package/dist/esm/ix-date-dropdown.entry.js +5 -5
- package/dist/esm/ix-date-input.entry.js +21 -9
- package/dist/esm/ix-date-input.entry.js.map +1 -1
- package/dist/esm/ix-date-time-card.entry.js +3 -3
- package/dist/esm/ix-date-time-card.entry.js.map +1 -1
- package/dist/esm/ix-datetime-picker.entry.js +2 -2
- package/dist/esm/ix-datetime-picker.entry.js.map +1 -1
- package/dist/esm/ix-divider.entry.js +1 -1
- package/dist/esm/ix-drawer.entry.js +6 -6
- package/dist/esm/ix-dropdown-button.entry.js +4 -4
- package/dist/esm/ix-dropdown-header.entry.js +1 -1
- package/dist/esm/ix-dropdown-item.entry.js +4 -4
- package/dist/esm/ix-dropdown-quick-actions.entry.js +1 -1
- package/dist/esm/ix-dropdown.entry.js +2 -2
- package/dist/esm/ix-empty-state.entry.js +1 -1
- package/dist/esm/ix-event-list-item.entry.js +5 -5
- package/dist/esm/ix-event-list.entry.js +2 -2
- package/dist/esm/ix-expanding-search.entry.js +5 -5
- package/dist/esm/ix-field-label_2.entry.js +6 -6
- package/dist/esm/ix-filter-chip_2.entry.js +3 -3
- package/dist/esm/ix-flip-tile-content.entry.js +1 -1
- package/dist/esm/ix-flip-tile.entry.js +4 -4
- package/dist/esm/ix-group-context-menu_2.entry.js +2 -2
- package/dist/esm/ix-group.entry.js +9 -9
- package/dist/esm/ix-helper-text.entry.js +4 -4
- package/dist/esm/ix-icon-button_2.entry.js +2 -2
- package/dist/esm/ix-icon-toggle-button.entry.js +1 -1
- package/dist/esm/ix-input-group.entry.js +1 -1
- package/dist/esm/ix-input.entry.js +17 -8
- package/dist/esm/ix-input.entry.js.map +1 -1
- package/dist/esm/ix-key-value-list.entry.js +1 -1
- package/dist/esm/ix-key-value.entry.js +1 -1
- package/dist/esm/ix-kpi.entry.js +4 -4
- package/dist/esm/ix-layout-auto.entry.js +1 -1
- package/dist/esm/ix-link-button.entry.js +5 -5
- package/dist/esm/ix-link-button.entry.js.map +1 -1
- package/dist/esm/ix-menu-about-item.entry.js +1 -1
- package/dist/esm/ix-menu-about-news.entry.js +5 -5
- package/dist/esm/ix-menu-about.entry.js +7 -5
- package/dist/esm/ix-menu-about.entry.js.map +1 -1
- package/dist/esm/ix-menu-avatar.entry.js +3 -3
- package/dist/esm/ix-menu-category.entry.js +7 -7
- package/dist/esm/ix-menu-expand-icon.entry.js +2 -2
- package/dist/esm/ix-menu-item.entry.js +5 -5
- package/dist/esm/{ix-menu-settings-DRSkDgox.js → ix-menu-settings-f9o5GGw5.js} +15 -8
- package/dist/esm/ix-menu-settings-f9o5GGw5.js.map +1 -0
- package/dist/esm/ix-menu-settings-item.entry.js +1 -1
- package/dist/esm/ix-menu-settings.entry.js +2 -2
- package/dist/esm/ix-menu.entry.js +16 -26
- package/dist/esm/ix-menu.entry.js.map +1 -1
- package/dist/esm/ix-message-bar.entry.js +2 -2
- package/dist/esm/ix-modal-content_2.entry.js +3 -3
- package/dist/esm/ix-modal-footer.entry.js +1 -1
- package/dist/esm/ix-modal-loading.entry.js +1 -1
- package/dist/esm/ix-modal.entry.js +3 -3
- package/dist/esm/ix-number-input.entry.js +160 -32
- package/dist/esm/ix-number-input.entry.js.map +1 -1
- package/dist/esm/ix-pagination.entry.js +30 -8
- package/dist/esm/ix-pagination.entry.js.map +1 -1
- package/dist/esm/ix-pane-layout.entry.js +1 -1
- package/dist/esm/ix-pane.entry.js +7 -7
- package/dist/esm/ix-pill.entry.js +4 -4
- package/dist/esm/ix-progress-indicator.entry.js +4 -4
- package/dist/esm/ix-push-card.entry.js +1 -1
- package/dist/esm/ix-radio-group.entry.js +33 -3
- package/dist/esm/ix-radio-group.entry.js.map +1 -1
- package/dist/esm/ix-radio.entry.js +43 -18
- package/dist/esm/ix-radio.entry.js.map +1 -1
- package/dist/esm/ix-select.entry.js +54 -15
- package/dist/esm/ix-select.entry.js.map +1 -1
- package/dist/esm/ix-slider.entry.js +6 -6
- package/dist/esm/ix-split-button.entry.js +25 -13
- package/dist/esm/ix-split-button.entry.js.map +1 -1
- package/dist/esm/ix-tab-item.ix-tabs.entry.js.map +1 -1
- package/dist/esm/ix-tab-item_2.entry.js +7 -7
- package/dist/esm/ix-textarea.entry.js +4 -4
- package/dist/esm/ix-tile.entry.js +4 -4
- package/dist/esm/ix-time-input.entry.js +22 -10
- package/dist/esm/ix-time-input.entry.js.map +1 -1
- package/dist/esm/ix-time-picker.entry.js +81 -45
- package/dist/esm/ix-time-picker.entry.js.map +1 -1
- package/dist/esm/ix-toast-container.entry.js +2 -2
- package/dist/esm/ix-toast.entry.js +3 -3
- package/dist/esm/ix-toggle.entry.js +4 -4
- package/dist/esm/ix-toggle.entry.js.map +1 -1
- package/dist/esm/ix-tooltip.entry.js +17 -6
- package/dist/esm/ix-tooltip.entry.js.map +1 -1
- package/dist/esm/ix-tree-item.entry.js +5 -5
- package/dist/esm/ix-tree.entry.js +1 -1
- package/dist/esm/ix-typography.entry.js +1 -1
- package/dist/esm/ix-upload.entry.js +4 -4
- package/dist/esm/ix-validation-tooltip.entry.js +2 -2
- package/dist/esm/ix-workflow-step.entry.js +4 -4
- package/dist/esm/ix-workflow-steps.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{modal-D9BaTrTa.js → modal-BTxff2hq.js} +3 -3
- package/dist/esm/{modal-D9BaTrTa.js.map → modal-BTxff2hq.js.map} +1 -1
- package/dist/esm/siemens-ix.js +1 -1
- package/dist/esm/{validation-D_dk-JqT.js → validation-LJh16vt2.js} +9 -3
- package/dist/{cjs/validation-CfL71_0d.js.map → esm/validation-LJh16vt2.js.map} +1 -1
- package/dist/siemens-ix/index.esm.js +1 -1
- package/dist/siemens-ix/index.esm.js.map +1 -1
- package/dist/siemens-ix/ix-application-header.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-application.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-category-filter.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-date-input.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-date-time-card.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-datetime-picker.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-input.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-link-button.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-menu-about.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-menu.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-number-input.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-pagination.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-radio-group.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-radio.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-select.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-split-button.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-tab-item.ix-tabs.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-time-input.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-time-picker.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-toggle.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-tooltip.entry.esm.js.map +1 -1
- package/dist/siemens-ix/p-0411df39.entry.js +2 -0
- package/dist/siemens-ix/p-051f428c.entry.js +2 -0
- package/dist/siemens-ix/{p-f753f1f5.entry.js.map → p-051f428c.entry.js.map} +1 -1
- package/dist/siemens-ix/{p-6f152ed2.entry.js → p-06a2c69b.entry.js} +2 -2
- package/dist/siemens-ix/p-07c079fd.entry.js +2 -0
- package/dist/siemens-ix/{p-f29f280b.entry.js.map → p-07c079fd.entry.js.map} +1 -1
- package/dist/siemens-ix/p-0c325f08.entry.js +2 -0
- package/dist/siemens-ix/p-0c325f08.entry.js.map +1 -0
- package/dist/siemens-ix/{p-7e6beda5.entry.js → p-0ce03ad3.entry.js} +2 -2
- package/dist/siemens-ix/{p-17a74a48.entry.js → p-0d621531.entry.js} +2 -2
- package/dist/siemens-ix/p-0eca5a77.entry.js +2 -0
- package/dist/siemens-ix/{p-75d8b192.entry.js.map → p-0eca5a77.entry.js.map} +1 -1
- package/dist/siemens-ix/{p-f9b4e5f1.entry.js → p-162a4cc0.entry.js} +2 -2
- package/dist/siemens-ix/{p-337a3457.entry.js → p-196cffb5.entry.js} +2 -2
- package/dist/siemens-ix/{p-3acbbe01.entry.js → p-1de1a2bf.entry.js} +2 -2
- package/dist/siemens-ix/{p-89449e22.entry.js → p-2597a988.entry.js} +2 -2
- package/dist/siemens-ix/{p-4b1745dc.entry.js → p-26c629c3.entry.js} +2 -2
- package/dist/siemens-ix/p-26c629c3.entry.js.map +1 -0
- package/dist/siemens-ix/{p-e825a921.entry.js → p-2ffde2d5.entry.js} +2 -2
- package/dist/siemens-ix/{p-759ba03d.entry.js → p-31a8eaf9.entry.js} +2 -2
- package/dist/siemens-ix/p-33b3ed5b.entry.js +2 -0
- package/dist/siemens-ix/p-33b3ed5b.entry.js.map +1 -0
- package/dist/siemens-ix/{p-7cf61ff6.entry.js → p-33fcea65.entry.js} +2 -2
- package/dist/siemens-ix/p-35d6b656.entry.js +2 -0
- package/dist/siemens-ix/p-35d6b656.entry.js.map +1 -0
- package/dist/siemens-ix/{p-34e530b9.entry.js → p-367df024.entry.js} +2 -2
- package/dist/siemens-ix/{p-67e4f814.entry.js → p-37bd983a.entry.js} +2 -2
- package/dist/siemens-ix/{p-a02e0685.entry.js → p-38e45020.entry.js} +2 -2
- package/dist/siemens-ix/{p-fabcc5f5.entry.js → p-396e1f3d.entry.js} +2 -2
- package/dist/siemens-ix/p-3ce5fd87.entry.js +2 -0
- package/dist/siemens-ix/p-3ce5fd87.entry.js.map +1 -0
- package/dist/siemens-ix/p-3f62166e.entry.js +2 -0
- package/dist/siemens-ix/{p-9d135d59.entry.js.map → p-3f62166e.entry.js.map} +1 -1
- package/dist/siemens-ix/p-425d6925.entry.js +2 -0
- package/dist/siemens-ix/{p-9c862819.entry.js → p-4431f891.entry.js} +2 -2
- package/dist/siemens-ix/{p-9c862819.entry.js.map → p-4431f891.entry.js.map} +1 -1
- package/dist/siemens-ix/{p-db9d5872.entry.js → p-484bddf4.entry.js} +2 -2
- package/dist/siemens-ix/{p-51786593.entry.js → p-496e98ac.entry.js} +2 -2
- package/dist/siemens-ix/{p-7388d2ee.entry.js → p-4c18f123.entry.js} +2 -2
- package/dist/siemens-ix/{p-548a2231.entry.js → p-4c1f90cb.entry.js} +2 -2
- package/dist/siemens-ix/{p-3b314194.entry.js → p-4e4d792d.entry.js} +2 -2
- package/dist/siemens-ix/p-4e77d861.entry.js +2 -0
- package/dist/siemens-ix/{p-d8fb5a86.entry.js → p-5779f16e.entry.js} +2 -2
- package/dist/siemens-ix/{p-48cbacaf.entry.js → p-5b57bde1.entry.js} +2 -2
- package/dist/siemens-ix/{p-aa6368b4.entry.js → p-667e3184.entry.js} +2 -2
- package/dist/siemens-ix/p-68aaf0fe.entry.js +2 -0
- package/dist/siemens-ix/p-68aaf0fe.entry.js.map +1 -0
- package/dist/siemens-ix/{p-538843d4.entry.js → p-6a4bc78a.entry.js} +2 -2
- package/dist/siemens-ix/{p-4b65234d.entry.js → p-6dc6eb63.entry.js} +2 -2
- package/dist/siemens-ix/p-70af7f44.entry.js +2 -0
- package/dist/siemens-ix/{p-788e1ef8.entry.js → p-74e7b03f.entry.js} +2 -2
- package/dist/siemens-ix/{p-e562ffb2.entry.js → p-77fd2138.entry.js} +2 -2
- package/dist/siemens-ix/{p-0d4f0223.entry.js → p-7827c263.entry.js} +2 -2
- package/dist/siemens-ix/p-79537728.entry.js +2 -0
- package/dist/siemens-ix/p-79537728.entry.js.map +1 -0
- package/dist/siemens-ix/{p-a4d6ee80.entry.js → p-7bad0544.entry.js} +2 -2
- package/dist/siemens-ix/{p-e25aa385.entry.js → p-7beba4ad.entry.js} +2 -2
- package/dist/siemens-ix/p-7beba4ad.entry.js.map +1 -0
- package/dist/siemens-ix/p-8418f756.entry.js +2 -0
- package/dist/siemens-ix/p-8418f756.entry.js.map +1 -0
- package/dist/siemens-ix/{p-Cz75KU1f.js → p-8HpPmDK_.js} +2 -2
- package/dist/siemens-ix/{p-Cz75KU1f.js.map → p-8HpPmDK_.js.map} +1 -1
- package/dist/siemens-ix/p-8b42ad35.entry.js +2 -0
- package/dist/siemens-ix/{p-5e86944d.entry.js.map → p-8b42ad35.entry.js.map} +1 -1
- package/dist/siemens-ix/{p-784c6dd6.entry.js → p-8ce61408.entry.js} +2 -2
- package/dist/siemens-ix/{p-c0064123.entry.js → p-8f17f6ec.entry.js} +2 -2
- package/dist/siemens-ix/{p-67766c28.entry.js → p-8f9368b8.entry.js} +2 -2
- package/dist/siemens-ix/p-8fa8d0e3.entry.js +2 -0
- package/dist/siemens-ix/{p-3472fc1a.entry.js → p-8fc2bea6.entry.js} +2 -2
- package/dist/siemens-ix/{p-9e7223f6.entry.js → p-905d4977.entry.js} +2 -2
- package/dist/siemens-ix/p-92ec7f27.entry.js +2 -0
- package/dist/siemens-ix/{p-CpVbQsUI.js → p-BC0Exw_O.js} +2 -2
- package/dist/siemens-ix/{p-CpVbQsUI.js.map → p-BC0Exw_O.js.map} +1 -1
- package/dist/siemens-ix/{p-sxLz5AVO.js → p-BcCDexod.js} +2 -2
- package/dist/siemens-ix/p-BcCDexod.js.map +1 -0
- package/dist/siemens-ix/{p--2LOMK-5.js → p-BhgW5qDm.js} +2 -2
- package/dist/siemens-ix/{p--2LOMK-5.js.map → p-BhgW5qDm.js.map} +1 -1
- package/dist/siemens-ix/{p-CAj3Tlcn.js → p-C7nQNUsO.js} +2 -2
- package/dist/siemens-ix/{p-CAj3Tlcn.js.map → p-C7nQNUsO.js.map} +1 -1
- package/dist/siemens-ix/{p-DRnSC9aV.js → p-CObJ-t0Z.js} +2 -2
- package/dist/siemens-ix/{p-DRnSC9aV.js.map → p-CObJ-t0Z.js.map} +1 -1
- package/dist/siemens-ix/p-Cn013Iz8.js +2 -0
- package/dist/siemens-ix/p-Cn013Iz8.js.map +1 -0
- package/dist/siemens-ix/p-DaswuiGO.js +2 -0
- package/dist/siemens-ix/p-DaswuiGO.js.map +1 -0
- package/dist/siemens-ix/p-a3baca2f.entry.js +2 -0
- package/dist/siemens-ix/{p-0e2b89f2.entry.js → p-a4225101.entry.js} +2 -2
- package/dist/siemens-ix/p-a61972c5.entry.js +2 -0
- package/dist/siemens-ix/{p-2180ddb8.entry.js.map → p-a61972c5.entry.js.map} +1 -1
- package/dist/siemens-ix/{p-20ad8d1e.entry.js → p-b27a9744.entry.js} +2 -2
- package/dist/siemens-ix/{p-fea12773.entry.js → p-b3453edf.entry.js} +2 -2
- package/dist/siemens-ix/{p-556417c6.entry.js → p-b41a7abb.entry.js} +2 -2
- package/dist/siemens-ix/{p-957d0d0b.entry.js → p-b76df1c7.entry.js} +2 -2
- package/dist/siemens-ix/{p-65842e35.entry.js → p-b7ef70d4.entry.js} +2 -2
- package/dist/siemens-ix/{p-b7c5ab43.entry.js → p-b8f4b001.entry.js} +2 -2
- package/dist/siemens-ix/p-b8f4b001.entry.js.map +1 -0
- package/dist/siemens-ix/{p-2f54ce99.entry.js → p-b9880608.entry.js} +2 -2
- package/dist/siemens-ix/p-ba9ed3d1.entry.js +2 -0
- package/dist/siemens-ix/p-ba9ed3d1.entry.js.map +1 -0
- package/dist/siemens-ix/p-c15e64a8.entry.js +2 -0
- package/dist/siemens-ix/p-c15e64a8.entry.js.map +1 -0
- package/dist/siemens-ix/{p-467c0fff.entry.js → p-c43b201b.entry.js} +2 -2
- package/dist/siemens-ix/{p-fc3071d0.entry.js → p-c5c863e1.entry.js} +2 -2
- package/dist/siemens-ix/{p-d1941577.entry.js → p-c94739d0.entry.js} +2 -2
- package/dist/siemens-ix/{p-04f1b89a.entry.js → p-ca3b24b1.entry.js} +2 -2
- package/dist/siemens-ix/p-ca43aa61.entry.js +2 -0
- package/dist/siemens-ix/{p-58219b7e.entry.js → p-cd1afcc9.entry.js} +2 -2
- package/dist/siemens-ix/{p-d4ba3f9f.entry.js → p-cf041cfd.entry.js} +2 -2
- package/dist/siemens-ix/{p-80f55403.entry.js → p-d10b9798.entry.js} +2 -2
- package/dist/siemens-ix/{p-ecff1e2f.entry.js → p-d193381f.entry.js} +2 -2
- package/dist/siemens-ix/{p-f3b485de.entry.js → p-d2c18c15.entry.js} +2 -2
- package/dist/siemens-ix/p-d2c18c15.entry.js.map +1 -0
- package/dist/siemens-ix/{p-dff78943.entry.js → p-d3a60c52.entry.js} +2 -2
- package/dist/siemens-ix/p-d688f76e.entry.js +2 -0
- package/dist/siemens-ix/{p-d49f7ae4.entry.js.map → p-d688f76e.entry.js.map} +1 -1
- package/dist/siemens-ix/{p-41b9392e.entry.js → p-da3a9845.entry.js} +2 -2
- package/dist/siemens-ix/p-dc8de6cb.entry.js +2 -0
- package/dist/siemens-ix/p-dc8de6cb.entry.js.map +1 -0
- package/dist/siemens-ix/p-de12078d.entry.js +2 -0
- package/dist/siemens-ix/{p-608b3631.entry.js.map → p-de12078d.entry.js.map} +1 -1
- package/dist/siemens-ix/{p-94fa5d00.entry.js → p-df6bb698.entry.js} +2 -2
- package/dist/siemens-ix/{p-85f3aa13.entry.js → p-e0b9cf68.entry.js} +2 -2
- package/dist/siemens-ix/{p-81120f11.entry.js → p-e42f62a1.entry.js} +2 -2
- package/dist/siemens-ix/{p-da6a27c1.entry.js → p-e48977ed.entry.js} +2 -2
- package/dist/siemens-ix/{p-2db36aa6.entry.js → p-e7bdc0a0.entry.js} +2 -2
- package/dist/siemens-ix/p-e7bdc0a0.entry.js.map +1 -0
- package/dist/siemens-ix/{p-1f5befb2.entry.js → p-ea15fc79.entry.js} +2 -2
- package/dist/siemens-ix/{p-4448252f.entry.js → p-ea37abf6.entry.js} +2 -2
- package/dist/siemens-ix/{p-b5e0ddb3.entry.js → p-ea410634.entry.js} +2 -2
- package/dist/siemens-ix/{p-39950a1c.entry.js → p-eba7f62c.entry.js} +2 -2
- package/dist/siemens-ix/{p-9d8fb7dd.entry.js → p-f119c105.entry.js} +2 -2
- package/dist/siemens-ix/p-fb8877bc.entry.js +2 -0
- package/dist/siemens-ix/p-fb8877bc.entry.js.map +1 -0
- package/dist/siemens-ix/{p-347fcf94.entry.js → p-fc73c8cc.entry.js} +2 -2
- package/dist/siemens-ix/{p-79798af1.entry.js → p-ff83eafd.entry.js} +2 -2
- package/dist/siemens-ix/siemens-ix-core.css +1 -1
- package/dist/siemens-ix/siemens-ix.css +2 -22
- package/dist/siemens-ix/siemens-ix.esm.js +1 -1
- package/dist/types/components/date-input/date-input.d.ts +10 -0
- package/dist/types/components/field-wrapper/helper-text-util.d.ts +5 -1
- package/dist/types/components/input/input.d.ts +9 -0
- package/dist/types/components/input/input.fc.d.ts +6 -0
- package/dist/types/components/input/input.util.d.ts +1 -0
- package/dist/types/components/input/number-input.d.ts +31 -5
- package/dist/types/components/menu-about/menu-about.d.ts +1 -1
- package/dist/types/components/menu-settings/menu-settings.d.ts +1 -1
- package/dist/types/components/pagination/pagination.d.ts +8 -0
- package/dist/types/components/radio/radio.d.ts +3 -2
- package/dist/types/components/radio-group/radio-group.d.ts +3 -0
- package/dist/types/components/select/select.d.ts +11 -0
- package/dist/types/components/split-button/split-button.d.ts +15 -4
- package/dist/types/components/time-input/time-input.d.ts +10 -0
- package/dist/types/components/time-picker/time-picker.d.ts +8 -2
- package/dist/types/components/tooltip/tooltip.d.ts +2 -1
- package/dist/types/components/utils/application-layout/context.d.ts +0 -1
- package/dist/types/components/utils/input/validation.d.ts +1 -0
- package/dist/types/components/utils/menu-tabs/menu-tabs-utils.d.ts +1 -0
- package/dist/types/components/utils/modal/index.d.ts +1 -1
- package/dist/types/components/utils/modal/loading.d.ts +4 -0
- package/dist/types/components.d.ts +162 -241
- package/hydrate/index.js +835 -791
- package/hydrate/index.mjs +835 -791
- package/package.json +1 -1
- package/scss/components/_links.scss +2 -5
- package/scss/mixins/_input.scss +2 -2
- package/scss/theme/classic/dark/_variables.scss +1 -1
- package/scss/theme/core/_components.scss +0 -2
- package/components/ix-basic-navigation.d.ts +0 -11
- package/components/ix-basic-navigation.js +0 -156
- package/components/ix-basic-navigation.js.map +0 -1
- package/components/ix-map-navigation-overlay.d.ts +0 -11
- package/components/ix-map-navigation-overlay.js +0 -9
- package/components/ix-map-navigation-overlay.js.map +0 -1
- package/components/ix-map-navigation.d.ts +0 -11
- package/components/ix-map-navigation.js +0 -240
- package/components/ix-map-navigation.js.map +0 -1
- package/components/p--2LOMK-5.js.map +0 -1
- package/components/p-0MSWDTqB.js.map +0 -1
- package/components/p-2fxFa_VL.js.map +0 -1
- package/components/p-BUIOrNGz.js.map +0 -1
- package/components/p-BaWdG-ph.js.map +0 -1
- package/components/p-Bvf7gwPU.js.map +0 -1
- package/components/p-CQhe_rqk.js.map +0 -1
- package/components/p-DBsESzrF.js.map +0 -1
- package/components/p-DLPEB4G8.js.map +0 -1
- package/components/p-D_rmJU0n.js.map +0 -1
- package/components/p-IgT3dgxG.js.map +0 -1
- package/components/p-UEMLzDk6.js +0 -92
- package/components/p-UEMLzDk6.js.map +0 -1
- package/components/p-yuZO1O90.js +0 -273
- package/components/p-yuZO1O90.js.map +0 -1
- package/dist/cjs/helper-text-util-BlElJLxk.js.map +0 -1
- package/dist/cjs/input.util-4AhBphgX.js.map +0 -1
- package/dist/cjs/ix-basic-navigation.cjs.entry.js +0 -93
- package/dist/cjs/ix-basic-navigation.entry.cjs.js.map +0 -1
- package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js +0 -56
- package/dist/cjs/ix-map-navigation-overlay.entry.cjs.js.map +0 -1
- package/dist/cjs/ix-map-navigation.cjs.entry.js +0 -169
- package/dist/cjs/ix-map-navigation.entry.cjs.js.map +0 -1
- package/dist/cjs/ix-menu-settings-Cdqo0r8E.js.map +0 -1
- package/dist/collection/components/basic-navigation/basic-navigation.css +0 -113
- package/dist/collection/components/basic-navigation/basic-navigation.js +0 -209
- package/dist/collection/components/basic-navigation/basic-navigation.js.map +0 -1
- package/dist/collection/components/map-navigation/map-navigation.css +0 -212
- package/dist/collection/components/map-navigation/map-navigation.js +0 -401
- package/dist/collection/components/map-navigation/map-navigation.js.map +0 -1
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +0 -156
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +0 -209
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js.map +0 -1
- package/dist/esm/helper-text-util-rnbkuaac.js.map +0 -1
- package/dist/esm/input.util-VHrSuCP7.js.map +0 -1
- package/dist/esm/ix-basic-navigation.entry.js +0 -91
- package/dist/esm/ix-basic-navigation.entry.js.map +0 -1
- package/dist/esm/ix-map-navigation-overlay.entry.js +0 -54
- package/dist/esm/ix-map-navigation-overlay.entry.js.map +0 -1
- package/dist/esm/ix-map-navigation.entry.js +0 -167
- package/dist/esm/ix-map-navigation.entry.js.map +0 -1
- package/dist/esm/ix-menu-settings-DRSkDgox.js.map +0 -1
- package/dist/siemens-ix/ix-basic-navigation.entry.esm.js.map +0 -1
- package/dist/siemens-ix/ix-map-navigation-overlay.entry.esm.js.map +0 -1
- package/dist/siemens-ix/ix-map-navigation.entry.esm.js.map +0 -1
- package/dist/siemens-ix/p-01030dfb.entry.js +0 -2
- package/dist/siemens-ix/p-01030dfb.entry.js.map +0 -1
- package/dist/siemens-ix/p-08f4c3f0.entry.js +0 -2
- package/dist/siemens-ix/p-2055daf3.entry.js +0 -2
- package/dist/siemens-ix/p-2055daf3.entry.js.map +0 -1
- package/dist/siemens-ix/p-2180ddb8.entry.js +0 -2
- package/dist/siemens-ix/p-2db36aa6.entry.js.map +0 -1
- package/dist/siemens-ix/p-4b1745dc.entry.js.map +0 -1
- package/dist/siemens-ix/p-4f2fb1c5.entry.js +0 -2
- package/dist/siemens-ix/p-4f2fb1c5.entry.js.map +0 -1
- package/dist/siemens-ix/p-52d377d1.entry.js +0 -2
- package/dist/siemens-ix/p-52d377d1.entry.js.map +0 -1
- package/dist/siemens-ix/p-5e86944d.entry.js +0 -2
- package/dist/siemens-ix/p-608b3631.entry.js +0 -2
- package/dist/siemens-ix/p-710af987.entry.js +0 -2
- package/dist/siemens-ix/p-710af987.entry.js.map +0 -1
- package/dist/siemens-ix/p-730a6161.entry.js +0 -2
- package/dist/siemens-ix/p-730a6161.entry.js.map +0 -1
- package/dist/siemens-ix/p-75d8b192.entry.js +0 -2
- package/dist/siemens-ix/p-7e612a3b.entry.js +0 -2
- package/dist/siemens-ix/p-7e612a3b.entry.js.map +0 -1
- package/dist/siemens-ix/p-845054ca.entry.js +0 -2
- package/dist/siemens-ix/p-879a0cc5.entry.js +0 -2
- package/dist/siemens-ix/p-879a0cc5.entry.js.map +0 -1
- package/dist/siemens-ix/p-8aa0fda7.entry.js +0 -2
- package/dist/siemens-ix/p-8aa0fda7.entry.js.map +0 -1
- package/dist/siemens-ix/p-92a6324b.entry.js +0 -2
- package/dist/siemens-ix/p-9d135d59.entry.js +0 -2
- package/dist/siemens-ix/p-CX3n_rRh.js +0 -2
- package/dist/siemens-ix/p-CX3n_rRh.js.map +0 -1
- package/dist/siemens-ix/p-DS9crO46.js +0 -2
- package/dist/siemens-ix/p-DS9crO46.js.map +0 -1
- package/dist/siemens-ix/p-ad20efd0.entry.js +0 -2
- package/dist/siemens-ix/p-b6736ce7.entry.js +0 -2
- package/dist/siemens-ix/p-b6736ce7.entry.js.map +0 -1
- package/dist/siemens-ix/p-b7c5ab43.entry.js.map +0 -1
- package/dist/siemens-ix/p-c4b26603.entry.js +0 -2
- package/dist/siemens-ix/p-cc80918d.entry.js +0 -2
- package/dist/siemens-ix/p-d120adf6.entry.js +0 -2
- package/dist/siemens-ix/p-d120adf6.entry.js.map +0 -1
- package/dist/siemens-ix/p-d49f7ae4.entry.js +0 -2
- package/dist/siemens-ix/p-dd89a190.entry.js +0 -2
- package/dist/siemens-ix/p-e25aa385.entry.js.map +0 -1
- package/dist/siemens-ix/p-e3c57208.entry.js +0 -2
- package/dist/siemens-ix/p-eebe632b.entry.js +0 -2
- package/dist/siemens-ix/p-eebe632b.entry.js.map +0 -1
- package/dist/siemens-ix/p-eef311b1.entry.js +0 -2
- package/dist/siemens-ix/p-eef311b1.entry.js.map +0 -1
- package/dist/siemens-ix/p-f29f280b.entry.js +0 -2
- package/dist/siemens-ix/p-f3b485de.entry.js.map +0 -1
- package/dist/siemens-ix/p-f753f1f5.entry.js +0 -2
- package/dist/siemens-ix/p-f82e4e0f.entry.js +0 -2
- package/dist/siemens-ix/p-f82e4e0f.entry.js.map +0 -1
- package/dist/siemens-ix/p-sxLz5AVO.js.map +0 -1
- package/dist/types/components/basic-navigation/basic-navigation.d.ts +0 -33
- package/dist/types/components/map-navigation/map-navigation.d.ts +0 -68
- package/dist/types/components/map-navigation-overlay/map-navigation-overlay.d.ts +0 -43
- package/scss/theme/core/components/map-navigation.scss +0 -20
- /package/dist/siemens-ix/{p-08f4c3f0.entry.js.map → p-0411df39.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-6f152ed2.entry.js.map → p-06a2c69b.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-7e6beda5.entry.js.map → p-0ce03ad3.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-17a74a48.entry.js.map → p-0d621531.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-f9b4e5f1.entry.js.map → p-162a4cc0.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-337a3457.entry.js.map → p-196cffb5.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-3acbbe01.entry.js.map → p-1de1a2bf.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-89449e22.entry.js.map → p-2597a988.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-e825a921.entry.js.map → p-2ffde2d5.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-759ba03d.entry.js.map → p-31a8eaf9.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-7cf61ff6.entry.js.map → p-33fcea65.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-34e530b9.entry.js.map → p-367df024.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-67e4f814.entry.js.map → p-37bd983a.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-a02e0685.entry.js.map → p-38e45020.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-fabcc5f5.entry.js.map → p-396e1f3d.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-845054ca.entry.js.map → p-425d6925.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-db9d5872.entry.js.map → p-484bddf4.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-51786593.entry.js.map → p-496e98ac.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-7388d2ee.entry.js.map → p-4c18f123.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-548a2231.entry.js.map → p-4c1f90cb.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-3b314194.entry.js.map → p-4e4d792d.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-dd89a190.entry.js.map → p-4e77d861.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-d8fb5a86.entry.js.map → p-5779f16e.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-48cbacaf.entry.js.map → p-5b57bde1.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-aa6368b4.entry.js.map → p-667e3184.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-538843d4.entry.js.map → p-6a4bc78a.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-4b65234d.entry.js.map → p-6dc6eb63.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-e3c57208.entry.js.map → p-70af7f44.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-788e1ef8.entry.js.map → p-74e7b03f.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-e562ffb2.entry.js.map → p-77fd2138.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-0d4f0223.entry.js.map → p-7827c263.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-a4d6ee80.entry.js.map → p-7bad0544.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-784c6dd6.entry.js.map → p-8ce61408.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-c0064123.entry.js.map → p-8f17f6ec.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-67766c28.entry.js.map → p-8f9368b8.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-92a6324b.entry.js.map → p-8fa8d0e3.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-3472fc1a.entry.js.map → p-8fc2bea6.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-9e7223f6.entry.js.map → p-905d4977.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-c4b26603.entry.js.map → p-92ec7f27.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-ad20efd0.entry.js.map → p-a3baca2f.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-0e2b89f2.entry.js.map → p-a4225101.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-20ad8d1e.entry.js.map → p-b27a9744.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-fea12773.entry.js.map → p-b3453edf.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-556417c6.entry.js.map → p-b41a7abb.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-957d0d0b.entry.js.map → p-b76df1c7.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-65842e35.entry.js.map → p-b7ef70d4.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-2f54ce99.entry.js.map → p-b9880608.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-467c0fff.entry.js.map → p-c43b201b.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-fc3071d0.entry.js.map → p-c5c863e1.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-d1941577.entry.js.map → p-c94739d0.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-04f1b89a.entry.js.map → p-ca3b24b1.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-cc80918d.entry.js.map → p-ca43aa61.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-58219b7e.entry.js.map → p-cd1afcc9.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-d4ba3f9f.entry.js.map → p-cf041cfd.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-80f55403.entry.js.map → p-d10b9798.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-ecff1e2f.entry.js.map → p-d193381f.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-dff78943.entry.js.map → p-d3a60c52.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-41b9392e.entry.js.map → p-da3a9845.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-94fa5d00.entry.js.map → p-df6bb698.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-85f3aa13.entry.js.map → p-e0b9cf68.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-81120f11.entry.js.map → p-e42f62a1.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-da6a27c1.entry.js.map → p-e48977ed.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-1f5befb2.entry.js.map → p-ea15fc79.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-4448252f.entry.js.map → p-ea37abf6.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-b5e0ddb3.entry.js.map → p-ea410634.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-39950a1c.entry.js.map → p-eba7f62c.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-9d8fb7dd.entry.js.map → p-f119c105.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-347fcf94.entry.js.map → p-fc73c8cc.entry.js.map} +0 -0
- /package/dist/siemens-ix/{p-79798af1.entry.js.map → p-ff83eafd.entry.js.map} +0 -0
|
@@ -266,27 +266,6 @@ export namespace Components {
|
|
|
266
266
|
*/
|
|
267
267
|
"username"?: string;
|
|
268
268
|
}
|
|
269
|
-
interface IxBasicNavigation {
|
|
270
|
-
/**
|
|
271
|
-
* Application name
|
|
272
|
-
*/
|
|
273
|
-
"applicationName"?: string;
|
|
274
|
-
/**
|
|
275
|
-
* Supported layouts
|
|
276
|
-
* @example ['sm', 'md']
|
|
277
|
-
* @default ['sm', 'md', 'lg']
|
|
278
|
-
*/
|
|
279
|
-
"breakpoints": Breakpoint[];
|
|
280
|
-
/**
|
|
281
|
-
* Change the responsive layout of the menu structure
|
|
282
|
-
*/
|
|
283
|
-
"forceBreakpoint": Breakpoint | undefined;
|
|
284
|
-
/**
|
|
285
|
-
* Hide application header. Will disable responsive feature of basic navigation.
|
|
286
|
-
* @default false
|
|
287
|
-
*/
|
|
288
|
-
"hideHeader": boolean;
|
|
289
|
-
}
|
|
290
269
|
interface IxBlind {
|
|
291
270
|
/**
|
|
292
271
|
* Collapsed state
|
|
@@ -1051,6 +1030,16 @@ export namespace Components {
|
|
|
1051
1030
|
* @default false
|
|
1052
1031
|
*/
|
|
1053
1032
|
"showWeekNumbers": boolean;
|
|
1033
|
+
/**
|
|
1034
|
+
* If false, pressing Enter will submit the form (if inside a form). Set to true to suppress submit on Enter.
|
|
1035
|
+
* @default false
|
|
1036
|
+
*/
|
|
1037
|
+
"suppressSubmitOnEnter": boolean;
|
|
1038
|
+
/**
|
|
1039
|
+
* Text alignment within the date input. 'start' aligns the text to the start of the input, 'end' aligns the text to the end of the input.
|
|
1040
|
+
* @default 'start'
|
|
1041
|
+
*/
|
|
1042
|
+
"textAlignment": 'start' | 'end';
|
|
1054
1043
|
/**
|
|
1055
1044
|
* Valid text below the input field
|
|
1056
1045
|
*/
|
|
@@ -1984,6 +1973,16 @@ export namespace Components {
|
|
|
1984
1973
|
* Specifies whether to show the text as a tooltip.
|
|
1985
1974
|
*/
|
|
1986
1975
|
"showTextAsTooltip"?: boolean;
|
|
1976
|
+
/**
|
|
1977
|
+
* If false, pressing Enter will submit the form (if inside a form). Set to true to suppress submit on Enter.
|
|
1978
|
+
* @default false
|
|
1979
|
+
*/
|
|
1980
|
+
"suppressSubmitOnEnter": boolean;
|
|
1981
|
+
/**
|
|
1982
|
+
* Text alignment within the input. 'start' aligns the text to the start of the input, 'end' aligns the text to the end of the input.
|
|
1983
|
+
* @default 'start'
|
|
1984
|
+
*/
|
|
1985
|
+
"textAlignment": 'start' | 'end';
|
|
1987
1986
|
/**
|
|
1988
1987
|
* The type of the text field. Possible values are 'text', 'email', or 'password'.
|
|
1989
1988
|
* @default 'text'
|
|
@@ -2107,74 +2106,6 @@ export namespace Components {
|
|
|
2107
2106
|
*/
|
|
2108
2107
|
"url"?: string;
|
|
2109
2108
|
}
|
|
2110
|
-
interface IxMapNavigation {
|
|
2111
|
-
/**
|
|
2112
|
-
* Application name
|
|
2113
|
-
*/
|
|
2114
|
-
"applicationName"?: string;
|
|
2115
|
-
/**
|
|
2116
|
-
* ARIA label for the context menu icon button Will be set for the native HTML button element
|
|
2117
|
-
* @since 3.2.0
|
|
2118
|
-
*/
|
|
2119
|
-
"ariaLabelContextIconButton"?: string;
|
|
2120
|
-
/**
|
|
2121
|
-
* Close current shown overlay
|
|
2122
|
-
* @deprecated Will be removed in 2.0.0. Use slot based approach
|
|
2123
|
-
*/
|
|
2124
|
-
"closeOverlay": () => Promise<void>;
|
|
2125
|
-
/**
|
|
2126
|
-
* Hide the sidebar context menu button when set to true
|
|
2127
|
-
* @default true
|
|
2128
|
-
*/
|
|
2129
|
-
"hideContextMenu": boolean;
|
|
2130
|
-
/**
|
|
2131
|
-
* Navigation title
|
|
2132
|
-
*/
|
|
2133
|
-
"navigationTitle"?: string;
|
|
2134
|
-
/**
|
|
2135
|
-
* Open a overlay inside content area
|
|
2136
|
-
* @deprecated Will be removed in 2.0.0. Use slot based approach
|
|
2137
|
-
* @param name
|
|
2138
|
-
* @param component
|
|
2139
|
-
* @param icon
|
|
2140
|
-
* @param color
|
|
2141
|
-
*/
|
|
2142
|
-
"openOverlay": (name: string, component: HTMLElement, icon?: string, color?: string) => Promise<void>;
|
|
2143
|
-
/**
|
|
2144
|
-
* Change the visibility of the sidebar
|
|
2145
|
-
* @param show new visibility state
|
|
2146
|
-
*/
|
|
2147
|
-
"toggleSidebar": (show?: boolean) => Promise<void>;
|
|
2148
|
-
}
|
|
2149
|
-
interface IxMapNavigationOverlay {
|
|
2150
|
-
/**
|
|
2151
|
-
* ARIA label for the close icon button Will be set as aria-label on the nested HTML button element
|
|
2152
|
-
* @since 3.2.0
|
|
2153
|
-
*/
|
|
2154
|
-
"ariaLabelCloseIconButton"?: string;
|
|
2155
|
-
/**
|
|
2156
|
-
* ARIA label for the icon
|
|
2157
|
-
* @since 3.2.0
|
|
2158
|
-
*/
|
|
2159
|
-
"ariaLabelIcon"?: string;
|
|
2160
|
-
/**
|
|
2161
|
-
* Color of icon
|
|
2162
|
-
* @deprecated since 2.1.0. Use `icon-color`
|
|
2163
|
-
*/
|
|
2164
|
-
"color"?: string;
|
|
2165
|
-
/**
|
|
2166
|
-
* Icon of overlay
|
|
2167
|
-
*/
|
|
2168
|
-
"icon"?: string;
|
|
2169
|
-
/**
|
|
2170
|
-
* Color of icon
|
|
2171
|
-
*/
|
|
2172
|
-
"iconColor"?: string;
|
|
2173
|
-
/**
|
|
2174
|
-
* Title of overlay
|
|
2175
|
-
*/
|
|
2176
|
-
"name"?: string;
|
|
2177
|
-
}
|
|
2178
2109
|
interface IxMenu {
|
|
2179
2110
|
/**
|
|
2180
2111
|
* Should only be set if you use ix-menu standalone
|
|
@@ -2574,6 +2505,12 @@ export namespace Components {
|
|
|
2574
2505
|
* @form-ready
|
|
2575
2506
|
*/
|
|
2576
2507
|
interface IxNumberInput {
|
|
2508
|
+
/**
|
|
2509
|
+
* If true, the valueChange event will return null instead of 0 for an empty input state. This property will be removed in 5.0.0 and this behaviour will be default.
|
|
2510
|
+
* @since 4.1.0
|
|
2511
|
+
* @default false
|
|
2512
|
+
*/
|
|
2513
|
+
"allowEmptyValueChange": boolean;
|
|
2577
2514
|
/**
|
|
2578
2515
|
* The allowed characters pattern for the input field
|
|
2579
2516
|
*/
|
|
@@ -2639,7 +2576,7 @@ export namespace Components {
|
|
|
2639
2576
|
*/
|
|
2640
2577
|
"readonly": boolean;
|
|
2641
2578
|
/**
|
|
2642
|
-
* Indicates if the field is required
|
|
2579
|
+
* Indicates if the field is required. When required, empty values (undefined) are not accepted.
|
|
2643
2580
|
* @default false
|
|
2644
2581
|
*/
|
|
2645
2582
|
"required": boolean;
|
|
@@ -2652,19 +2589,29 @@ export namespace Components {
|
|
|
2652
2589
|
*/
|
|
2653
2590
|
"showTextAsTooltip"?: boolean;
|
|
2654
2591
|
/**
|
|
2655
|
-
* Step value to increment or decrement the input value
|
|
2656
|
-
* @
|
|
2592
|
+
* Step value to increment or decrement the input value. Default step value is 1.
|
|
2593
|
+
* @default 1
|
|
2657
2594
|
*/
|
|
2658
2595
|
"step"?: string | number;
|
|
2596
|
+
/**
|
|
2597
|
+
* If false, pressing Enter will submit the form (if inside a form). Set to true to suppress submit on Enter.
|
|
2598
|
+
* @default false
|
|
2599
|
+
*/
|
|
2600
|
+
"suppressSubmitOnEnter": boolean;
|
|
2601
|
+
/**
|
|
2602
|
+
* Text alignment within the number input. 'start' aligns the text to the start of the input, 'end' aligns the text to the end of the input.
|
|
2603
|
+
* @default 'end'
|
|
2604
|
+
*/
|
|
2605
|
+
"textAlignment": 'start' | 'end';
|
|
2659
2606
|
/**
|
|
2660
2607
|
* The valid text for the input field
|
|
2661
2608
|
*/
|
|
2662
2609
|
"validText"?: string;
|
|
2663
2610
|
/**
|
|
2664
|
-
* The value of the input field
|
|
2611
|
+
* The value of the input field. Supports numeric values, scientific notation (1E6, 1E-6), or undefined for empty.
|
|
2665
2612
|
* @default 0
|
|
2666
2613
|
*/
|
|
2667
|
-
"value"
|
|
2614
|
+
"value"?: number;
|
|
2668
2615
|
/**
|
|
2669
2616
|
* The warning text for the input field
|
|
2670
2617
|
*/
|
|
@@ -2686,6 +2633,12 @@ export namespace Components {
|
|
|
2686
2633
|
* @since 3.2.0
|
|
2687
2634
|
*/
|
|
2688
2635
|
"ariaLabelChevronRightIconButton"?: string;
|
|
2636
|
+
/**
|
|
2637
|
+
* ARIA label for the page selection input Will be set as aria-label on the nested HTML input element
|
|
2638
|
+
* @since 4.1.0
|
|
2639
|
+
* @default 'Page selection input'
|
|
2640
|
+
*/
|
|
2641
|
+
"ariaLabelPageSelection": string;
|
|
2689
2642
|
/**
|
|
2690
2643
|
* Total number of pages
|
|
2691
2644
|
* @default 0
|
|
@@ -2969,6 +2922,7 @@ export namespace Components {
|
|
|
2969
2922
|
* @default false
|
|
2970
2923
|
*/
|
|
2971
2924
|
"required": boolean;
|
|
2925
|
+
"setCheckedState": (newChecked: boolean) => Promise<void>;
|
|
2972
2926
|
/**
|
|
2973
2927
|
* Value of the radio component
|
|
2974
2928
|
*/
|
|
@@ -3006,6 +2960,7 @@ export namespace Components {
|
|
|
3006
2960
|
* @default false
|
|
3007
2961
|
*/
|
|
3008
2962
|
"required"?: boolean;
|
|
2963
|
+
"setCheckedToNextItem": (currentRadio: HTMLIxRadioElement, forward?: boolean) => Promise<void>;
|
|
3009
2964
|
/**
|
|
3010
2965
|
* Show helper, info, warning, error and valid text as tooltip
|
|
3011
2966
|
*/
|
|
@@ -3037,6 +2992,7 @@ export namespace Components {
|
|
|
3037
2992
|
/**
|
|
3038
2993
|
* ARIA label for the chevron down icon button Will be set as aria-label on the nested HTML button element
|
|
3039
2994
|
* @since 3.2.0
|
|
2995
|
+
* @default 'Open select dropdown'
|
|
3040
2996
|
*/
|
|
3041
2997
|
"ariaLabelChevronDownIconButton"?: string;
|
|
3042
2998
|
/**
|
|
@@ -3044,6 +3000,11 @@ export namespace Components {
|
|
|
3044
3000
|
* @since 3.2.0
|
|
3045
3001
|
*/
|
|
3046
3002
|
"ariaLabelClearIconButton"?: string;
|
|
3003
|
+
/**
|
|
3004
|
+
* Show "all" chip when all items are selected in multiple mode
|
|
3005
|
+
* @default false
|
|
3006
|
+
*/
|
|
3007
|
+
"collapseMultipleSelection": boolean;
|
|
3047
3008
|
/**
|
|
3048
3009
|
* If true the select will be in disabled state
|
|
3049
3010
|
* @default false
|
|
@@ -3081,6 +3042,11 @@ export namespace Components {
|
|
|
3081
3042
|
* @default false
|
|
3082
3043
|
*/
|
|
3083
3044
|
"hideListHeader": boolean;
|
|
3045
|
+
/**
|
|
3046
|
+
* Chip label for all selected items in multiple mode.
|
|
3047
|
+
* @default 'All'
|
|
3048
|
+
*/
|
|
3049
|
+
"i18nAllSelected": string;
|
|
3084
3050
|
/**
|
|
3085
3051
|
* Information inside of dropdown if no items where found with current filter text
|
|
3086
3052
|
* @default 'No matches'
|
|
@@ -3255,6 +3221,18 @@ export namespace Components {
|
|
|
3255
3221
|
* @default 'both'
|
|
3256
3222
|
*/
|
|
3257
3223
|
"closeBehavior": CloseBehavior;
|
|
3224
|
+
/**
|
|
3225
|
+
* Disables only the main button while keeping the dropdown trigger enabled
|
|
3226
|
+
* @since 4.1.0
|
|
3227
|
+
* @default false
|
|
3228
|
+
*/
|
|
3229
|
+
"disableButton": boolean;
|
|
3230
|
+
/**
|
|
3231
|
+
* Disables only the dropdown trigger while keeping the main button enabled
|
|
3232
|
+
* @since 4.1.0
|
|
3233
|
+
* @default false
|
|
3234
|
+
*/
|
|
3235
|
+
"disableDropdownButton": boolean;
|
|
3258
3236
|
/**
|
|
3259
3237
|
* Disabled
|
|
3260
3238
|
* @default false
|
|
@@ -3600,6 +3578,16 @@ export namespace Components {
|
|
|
3600
3578
|
* Show text as tooltip
|
|
3601
3579
|
*/
|
|
3602
3580
|
"showTextAsTooltip"?: boolean;
|
|
3581
|
+
/**
|
|
3582
|
+
* If false, pressing Enter will submit the form (if inside a form). Set to true to suppress submit on Enter.
|
|
3583
|
+
* @default false
|
|
3584
|
+
*/
|
|
3585
|
+
"suppressSubmitOnEnter": boolean;
|
|
3586
|
+
/**
|
|
3587
|
+
* Text alignment within the time input. 'start' aligns the text to the start of the input, 'end' aligns the text to the end of the input.
|
|
3588
|
+
* @default 'start'
|
|
3589
|
+
*/
|
|
3590
|
+
"textAlignment": 'start' | 'end';
|
|
3603
3591
|
/**
|
|
3604
3592
|
* Valid text below the input field
|
|
3605
3593
|
*/
|
|
@@ -3700,9 +3688,8 @@ export namespace Components {
|
|
|
3700
3688
|
"secondInterval": number;
|
|
3701
3689
|
/**
|
|
3702
3690
|
* Select time with format string Format has to match the `format` property.
|
|
3703
|
-
* @default DateTime.now().toFormat(this.format)
|
|
3704
3691
|
*/
|
|
3705
|
-
"time"
|
|
3692
|
+
"time"?: string;
|
|
3706
3693
|
}
|
|
3707
3694
|
interface IxToast {
|
|
3708
3695
|
/**
|
|
@@ -4210,14 +4197,6 @@ export interface IxInputCustomEvent<T> extends CustomEvent<T> {
|
|
|
4210
4197
|
detail: T;
|
|
4211
4198
|
target: HTMLIxInputElement;
|
|
4212
4199
|
}
|
|
4213
|
-
export interface IxMapNavigationCustomEvent<T> extends CustomEvent<T> {
|
|
4214
|
-
detail: T;
|
|
4215
|
-
target: HTMLIxMapNavigationElement;
|
|
4216
|
-
}
|
|
4217
|
-
export interface IxMapNavigationOverlayCustomEvent<T> extends CustomEvent<T> {
|
|
4218
|
-
detail: T;
|
|
4219
|
-
target: HTMLIxMapNavigationOverlayElement;
|
|
4220
|
-
}
|
|
4221
4200
|
export interface IxMenuCustomEvent<T> extends CustomEvent<T> {
|
|
4222
4201
|
detail: T;
|
|
4223
4202
|
target: HTMLIxMenuElement;
|
|
@@ -4403,12 +4382,6 @@ declare global {
|
|
|
4403
4382
|
prototype: HTMLIxAvatarElement;
|
|
4404
4383
|
new (): HTMLIxAvatarElement;
|
|
4405
4384
|
};
|
|
4406
|
-
interface HTMLIxBasicNavigationElement extends Components.IxBasicNavigation, HTMLStencilElement {
|
|
4407
|
-
}
|
|
4408
|
-
var HTMLIxBasicNavigationElement: {
|
|
4409
|
-
prototype: HTMLIxBasicNavigationElement;
|
|
4410
|
-
new (): HTMLIxBasicNavigationElement;
|
|
4411
|
-
};
|
|
4412
4385
|
interface HTMLIxBlindElementEventMap {
|
|
4413
4386
|
"collapsedChange": boolean;
|
|
4414
4387
|
}
|
|
@@ -5052,41 +5025,6 @@ declare global {
|
|
|
5052
5025
|
prototype: HTMLIxLinkButtonElement;
|
|
5053
5026
|
new (): HTMLIxLinkButtonElement;
|
|
5054
5027
|
};
|
|
5055
|
-
interface HTMLIxMapNavigationElementEventMap {
|
|
5056
|
-
"navigationToggled": boolean;
|
|
5057
|
-
"contextMenuClick": void;
|
|
5058
|
-
}
|
|
5059
|
-
interface HTMLIxMapNavigationElement extends Components.IxMapNavigation, HTMLStencilElement {
|
|
5060
|
-
addEventListener<K extends keyof HTMLIxMapNavigationElementEventMap>(type: K, listener: (this: HTMLIxMapNavigationElement, ev: IxMapNavigationCustomEvent<HTMLIxMapNavigationElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
5061
|
-
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
5062
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
5063
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
5064
|
-
removeEventListener<K extends keyof HTMLIxMapNavigationElementEventMap>(type: K, listener: (this: HTMLIxMapNavigationElement, ev: IxMapNavigationCustomEvent<HTMLIxMapNavigationElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
5065
|
-
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
5066
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
5067
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
5068
|
-
}
|
|
5069
|
-
var HTMLIxMapNavigationElement: {
|
|
5070
|
-
prototype: HTMLIxMapNavigationElement;
|
|
5071
|
-
new (): HTMLIxMapNavigationElement;
|
|
5072
|
-
};
|
|
5073
|
-
interface HTMLIxMapNavigationOverlayElementEventMap {
|
|
5074
|
-
"closeClick": any;
|
|
5075
|
-
}
|
|
5076
|
-
interface HTMLIxMapNavigationOverlayElement extends Components.IxMapNavigationOverlay, HTMLStencilElement {
|
|
5077
|
-
addEventListener<K extends keyof HTMLIxMapNavigationOverlayElementEventMap>(type: K, listener: (this: HTMLIxMapNavigationOverlayElement, ev: IxMapNavigationOverlayCustomEvent<HTMLIxMapNavigationOverlayElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
5078
|
-
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
5079
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
5080
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
5081
|
-
removeEventListener<K extends keyof HTMLIxMapNavigationOverlayElementEventMap>(type: K, listener: (this: HTMLIxMapNavigationOverlayElement, ev: IxMapNavigationOverlayCustomEvent<HTMLIxMapNavigationOverlayElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
5082
|
-
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
5083
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
5084
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
5085
|
-
}
|
|
5086
|
-
var HTMLIxMapNavigationOverlayElement: {
|
|
5087
|
-
prototype: HTMLIxMapNavigationOverlayElement;
|
|
5088
|
-
new (): HTMLIxMapNavigationOverlayElement;
|
|
5089
|
-
};
|
|
5090
5028
|
interface HTMLIxMenuElementEventMap {
|
|
5091
5029
|
"expandChange": boolean;
|
|
5092
5030
|
"mapExpandChange": boolean;
|
|
@@ -5830,7 +5768,6 @@ declare global {
|
|
|
5830
5768
|
"ix-application-sidebar": HTMLIxApplicationSidebarElement;
|
|
5831
5769
|
"ix-application-switch-modal": HTMLIxApplicationSwitchModalElement;
|
|
5832
5770
|
"ix-avatar": HTMLIxAvatarElement;
|
|
5833
|
-
"ix-basic-navigation": HTMLIxBasicNavigationElement;
|
|
5834
5771
|
"ix-blind": HTMLIxBlindElement;
|
|
5835
5772
|
"ix-breadcrumb": HTMLIxBreadcrumbElement;
|
|
5836
5773
|
"ix-breadcrumb-item": HTMLIxBreadcrumbItemElement;
|
|
@@ -5885,8 +5822,6 @@ declare global {
|
|
|
5885
5822
|
"ix-layout-auto": HTMLIxLayoutAutoElement;
|
|
5886
5823
|
"ix-layout-grid": HTMLIxLayoutGridElement;
|
|
5887
5824
|
"ix-link-button": HTMLIxLinkButtonElement;
|
|
5888
|
-
"ix-map-navigation": HTMLIxMapNavigationElement;
|
|
5889
|
-
"ix-map-navigation-overlay": HTMLIxMapNavigationOverlayElement;
|
|
5890
5825
|
"ix-menu": HTMLIxMenuElement;
|
|
5891
5826
|
"ix-menu-about": HTMLIxMenuAboutElement;
|
|
5892
5827
|
"ix-menu-about-item": HTMLIxMenuAboutItemElement;
|
|
@@ -6108,27 +6043,6 @@ declare namespace LocalJSX {
|
|
|
6108
6043
|
*/
|
|
6109
6044
|
"username"?: string;
|
|
6110
6045
|
}
|
|
6111
|
-
interface IxBasicNavigation {
|
|
6112
|
-
/**
|
|
6113
|
-
* Application name
|
|
6114
|
-
*/
|
|
6115
|
-
"applicationName"?: string;
|
|
6116
|
-
/**
|
|
6117
|
-
* Supported layouts
|
|
6118
|
-
* @example ['sm', 'md']
|
|
6119
|
-
* @default ['sm', 'md', 'lg']
|
|
6120
|
-
*/
|
|
6121
|
-
"breakpoints"?: Breakpoint[];
|
|
6122
|
-
/**
|
|
6123
|
-
* Change the responsive layout of the menu structure
|
|
6124
|
-
*/
|
|
6125
|
-
"forceBreakpoint"?: Breakpoint | undefined;
|
|
6126
|
-
/**
|
|
6127
|
-
* Hide application header. Will disable responsive feature of basic navigation.
|
|
6128
|
-
* @default false
|
|
6129
|
-
*/
|
|
6130
|
-
"hideHeader"?: boolean;
|
|
6131
|
-
}
|
|
6132
6046
|
interface IxBlind {
|
|
6133
6047
|
/**
|
|
6134
6048
|
* Collapsed state
|
|
@@ -6908,6 +6822,16 @@ declare namespace LocalJSX {
|
|
|
6908
6822
|
* @default false
|
|
6909
6823
|
*/
|
|
6910
6824
|
"showWeekNumbers"?: boolean;
|
|
6825
|
+
/**
|
|
6826
|
+
* If false, pressing Enter will submit the form (if inside a form). Set to true to suppress submit on Enter.
|
|
6827
|
+
* @default false
|
|
6828
|
+
*/
|
|
6829
|
+
"suppressSubmitOnEnter"?: boolean;
|
|
6830
|
+
/**
|
|
6831
|
+
* Text alignment within the date input. 'start' aligns the text to the start of the input, 'end' aligns the text to the end of the input.
|
|
6832
|
+
* @default 'start'
|
|
6833
|
+
*/
|
|
6834
|
+
"textAlignment"?: 'start' | 'end';
|
|
6911
6835
|
/**
|
|
6912
6836
|
* Valid text below the input field
|
|
6913
6837
|
*/
|
|
@@ -7839,6 +7763,16 @@ declare namespace LocalJSX {
|
|
|
7839
7763
|
* Specifies whether to show the text as a tooltip.
|
|
7840
7764
|
*/
|
|
7841
7765
|
"showTextAsTooltip"?: boolean;
|
|
7766
|
+
/**
|
|
7767
|
+
* If false, pressing Enter will submit the form (if inside a form). Set to true to suppress submit on Enter.
|
|
7768
|
+
* @default false
|
|
7769
|
+
*/
|
|
7770
|
+
"suppressSubmitOnEnter"?: boolean;
|
|
7771
|
+
/**
|
|
7772
|
+
* Text alignment within the input. 'start' aligns the text to the start of the input, 'end' aligns the text to the end of the input.
|
|
7773
|
+
* @default 'start'
|
|
7774
|
+
*/
|
|
7775
|
+
"textAlignment"?: 'start' | 'end';
|
|
7842
7776
|
/**
|
|
7843
7777
|
* The type of the text field. Possible values are 'text', 'email', or 'password'.
|
|
7844
7778
|
* @default 'text'
|
|
@@ -7962,67 +7896,6 @@ declare namespace LocalJSX {
|
|
|
7962
7896
|
*/
|
|
7963
7897
|
"url"?: string;
|
|
7964
7898
|
}
|
|
7965
|
-
interface IxMapNavigation {
|
|
7966
|
-
/**
|
|
7967
|
-
* Application name
|
|
7968
|
-
*/
|
|
7969
|
-
"applicationName"?: string;
|
|
7970
|
-
/**
|
|
7971
|
-
* ARIA label for the context menu icon button Will be set for the native HTML button element
|
|
7972
|
-
* @since 3.2.0
|
|
7973
|
-
*/
|
|
7974
|
-
"ariaLabelContextIconButton"?: string;
|
|
7975
|
-
/**
|
|
7976
|
-
* Hide the sidebar context menu button when set to true
|
|
7977
|
-
* @default true
|
|
7978
|
-
*/
|
|
7979
|
-
"hideContextMenu"?: boolean;
|
|
7980
|
-
/**
|
|
7981
|
-
* Navigation title
|
|
7982
|
-
*/
|
|
7983
|
-
"navigationTitle"?: string;
|
|
7984
|
-
/**
|
|
7985
|
-
* Context menu clicked
|
|
7986
|
-
*/
|
|
7987
|
-
"onContextMenuClick"?: (event: IxMapNavigationCustomEvent<void>) => void;
|
|
7988
|
-
/**
|
|
7989
|
-
* Navigation toggled
|
|
7990
|
-
*/
|
|
7991
|
-
"onNavigationToggled"?: (event: IxMapNavigationCustomEvent<boolean>) => void;
|
|
7992
|
-
}
|
|
7993
|
-
interface IxMapNavigationOverlay {
|
|
7994
|
-
/**
|
|
7995
|
-
* ARIA label for the close icon button Will be set as aria-label on the nested HTML button element
|
|
7996
|
-
* @since 3.2.0
|
|
7997
|
-
*/
|
|
7998
|
-
"ariaLabelCloseIconButton"?: string;
|
|
7999
|
-
/**
|
|
8000
|
-
* ARIA label for the icon
|
|
8001
|
-
* @since 3.2.0
|
|
8002
|
-
*/
|
|
8003
|
-
"ariaLabelIcon"?: string;
|
|
8004
|
-
/**
|
|
8005
|
-
* Color of icon
|
|
8006
|
-
* @deprecated since 2.1.0. Use `icon-color`
|
|
8007
|
-
*/
|
|
8008
|
-
"color"?: string;
|
|
8009
|
-
/**
|
|
8010
|
-
* Icon of overlay
|
|
8011
|
-
*/
|
|
8012
|
-
"icon"?: string;
|
|
8013
|
-
/**
|
|
8014
|
-
* Color of icon
|
|
8015
|
-
*/
|
|
8016
|
-
"iconColor"?: string;
|
|
8017
|
-
/**
|
|
8018
|
-
* Title of overlay
|
|
8019
|
-
*/
|
|
8020
|
-
"name"?: string;
|
|
8021
|
-
/**
|
|
8022
|
-
* Event closed
|
|
8023
|
-
*/
|
|
8024
|
-
"onCloseClick"?: (event: IxMapNavigationOverlayCustomEvent<any>) => void;
|
|
8025
|
-
}
|
|
8026
7899
|
interface IxMenu {
|
|
8027
7900
|
/**
|
|
8028
7901
|
* Should only be set if you use ix-menu standalone
|
|
@@ -8454,6 +8327,12 @@ declare namespace LocalJSX {
|
|
|
8454
8327
|
* @form-ready
|
|
8455
8328
|
*/
|
|
8456
8329
|
interface IxNumberInput {
|
|
8330
|
+
/**
|
|
8331
|
+
* If true, the valueChange event will return null instead of 0 for an empty input state. This property will be removed in 5.0.0 and this behaviour will be default.
|
|
8332
|
+
* @since 4.1.0
|
|
8333
|
+
* @default false
|
|
8334
|
+
*/
|
|
8335
|
+
"allowEmptyValueChange"?: boolean;
|
|
8457
8336
|
/**
|
|
8458
8337
|
* The allowed characters pattern for the input field
|
|
8459
8338
|
*/
|
|
@@ -8517,7 +8396,7 @@ declare namespace LocalJSX {
|
|
|
8517
8396
|
*/
|
|
8518
8397
|
"readonly"?: boolean;
|
|
8519
8398
|
/**
|
|
8520
|
-
* Indicates if the field is required
|
|
8399
|
+
* Indicates if the field is required. When required, empty values (undefined) are not accepted.
|
|
8521
8400
|
* @default false
|
|
8522
8401
|
*/
|
|
8523
8402
|
"required"?: boolean;
|
|
@@ -8530,16 +8409,26 @@ declare namespace LocalJSX {
|
|
|
8530
8409
|
*/
|
|
8531
8410
|
"showTextAsTooltip"?: boolean;
|
|
8532
8411
|
/**
|
|
8533
|
-
* Step value to increment or decrement the input value
|
|
8534
|
-
* @
|
|
8412
|
+
* Step value to increment or decrement the input value. Default step value is 1.
|
|
8413
|
+
* @default 1
|
|
8535
8414
|
*/
|
|
8536
8415
|
"step"?: string | number;
|
|
8416
|
+
/**
|
|
8417
|
+
* If false, pressing Enter will submit the form (if inside a form). Set to true to suppress submit on Enter.
|
|
8418
|
+
* @default false
|
|
8419
|
+
*/
|
|
8420
|
+
"suppressSubmitOnEnter"?: boolean;
|
|
8421
|
+
/**
|
|
8422
|
+
* Text alignment within the number input. 'start' aligns the text to the start of the input, 'end' aligns the text to the end of the input.
|
|
8423
|
+
* @default 'end'
|
|
8424
|
+
*/
|
|
8425
|
+
"textAlignment"?: 'start' | 'end';
|
|
8537
8426
|
/**
|
|
8538
8427
|
* The valid text for the input field
|
|
8539
8428
|
*/
|
|
8540
8429
|
"validText"?: string;
|
|
8541
8430
|
/**
|
|
8542
|
-
* The value of the input field
|
|
8431
|
+
* The value of the input field. Supports numeric values, scientific notation (1E6, 1E-6), or undefined for empty.
|
|
8543
8432
|
* @default 0
|
|
8544
8433
|
*/
|
|
8545
8434
|
"value"?: number;
|
|
@@ -8564,6 +8453,12 @@ declare namespace LocalJSX {
|
|
|
8564
8453
|
* @since 3.2.0
|
|
8565
8454
|
*/
|
|
8566
8455
|
"ariaLabelChevronRightIconButton"?: string;
|
|
8456
|
+
/**
|
|
8457
|
+
* ARIA label for the page selection input Will be set as aria-label on the nested HTML input element
|
|
8458
|
+
* @since 4.1.0
|
|
8459
|
+
* @default 'Page selection input'
|
|
8460
|
+
*/
|
|
8461
|
+
"ariaLabelPageSelection"?: string;
|
|
8567
8462
|
/**
|
|
8568
8463
|
* Total number of pages
|
|
8569
8464
|
* @default 0
|
|
@@ -8934,6 +8829,7 @@ declare namespace LocalJSX {
|
|
|
8934
8829
|
/**
|
|
8935
8830
|
* ARIA label for the chevron down icon button Will be set as aria-label on the nested HTML button element
|
|
8936
8831
|
* @since 3.2.0
|
|
8832
|
+
* @default 'Open select dropdown'
|
|
8937
8833
|
*/
|
|
8938
8834
|
"ariaLabelChevronDownIconButton"?: string;
|
|
8939
8835
|
/**
|
|
@@ -8941,6 +8837,11 @@ declare namespace LocalJSX {
|
|
|
8941
8837
|
* @since 3.2.0
|
|
8942
8838
|
*/
|
|
8943
8839
|
"ariaLabelClearIconButton"?: string;
|
|
8840
|
+
/**
|
|
8841
|
+
* Show "all" chip when all items are selected in multiple mode
|
|
8842
|
+
* @default false
|
|
8843
|
+
*/
|
|
8844
|
+
"collapseMultipleSelection"?: boolean;
|
|
8944
8845
|
/**
|
|
8945
8846
|
* If true the select will be in disabled state
|
|
8946
8847
|
* @default false
|
|
@@ -8968,6 +8869,11 @@ declare namespace LocalJSX {
|
|
|
8968
8869
|
* @default false
|
|
8969
8870
|
*/
|
|
8970
8871
|
"hideListHeader"?: boolean;
|
|
8872
|
+
/**
|
|
8873
|
+
* Chip label for all selected items in multiple mode.
|
|
8874
|
+
* @default 'All'
|
|
8875
|
+
*/
|
|
8876
|
+
"i18nAllSelected"?: string;
|
|
8971
8877
|
/**
|
|
8972
8878
|
* Information inside of dropdown if no items where found with current filter text
|
|
8973
8879
|
* @default 'No matches'
|
|
@@ -9146,6 +9052,18 @@ declare namespace LocalJSX {
|
|
|
9146
9052
|
* @default 'both'
|
|
9147
9053
|
*/
|
|
9148
9054
|
"closeBehavior"?: CloseBehavior;
|
|
9055
|
+
/**
|
|
9056
|
+
* Disables only the main button while keeping the dropdown trigger enabled
|
|
9057
|
+
* @since 4.1.0
|
|
9058
|
+
* @default false
|
|
9059
|
+
*/
|
|
9060
|
+
"disableButton"?: boolean;
|
|
9061
|
+
/**
|
|
9062
|
+
* Disables only the dropdown trigger while keeping the main button enabled
|
|
9063
|
+
* @since 4.1.0
|
|
9064
|
+
* @default false
|
|
9065
|
+
*/
|
|
9066
|
+
"disableDropdownButton"?: boolean;
|
|
9149
9067
|
/**
|
|
9150
9068
|
* Disabled
|
|
9151
9069
|
* @default false
|
|
@@ -9494,6 +9412,16 @@ declare namespace LocalJSX {
|
|
|
9494
9412
|
* Show text as tooltip
|
|
9495
9413
|
*/
|
|
9496
9414
|
"showTextAsTooltip"?: boolean;
|
|
9415
|
+
/**
|
|
9416
|
+
* If false, pressing Enter will submit the form (if inside a form). Set to true to suppress submit on Enter.
|
|
9417
|
+
* @default false
|
|
9418
|
+
*/
|
|
9419
|
+
"suppressSubmitOnEnter"?: boolean;
|
|
9420
|
+
/**
|
|
9421
|
+
* Text alignment within the time input. 'start' aligns the text to the start of the input, 'end' aligns the text to the end of the input.
|
|
9422
|
+
* @default 'start'
|
|
9423
|
+
*/
|
|
9424
|
+
"textAlignment"?: 'start' | 'end';
|
|
9497
9425
|
/**
|
|
9498
9426
|
* Valid text below the input field
|
|
9499
9427
|
*/
|
|
@@ -9594,7 +9522,6 @@ declare namespace LocalJSX {
|
|
|
9594
9522
|
"secondInterval"?: number;
|
|
9595
9523
|
/**
|
|
9596
9524
|
* Select time with format string Format has to match the `format` property.
|
|
9597
|
-
* @default DateTime.now().toFormat(this.format)
|
|
9598
9525
|
*/
|
|
9599
9526
|
"time"?: string;
|
|
9600
9527
|
}
|
|
@@ -10002,7 +9929,6 @@ declare namespace LocalJSX {
|
|
|
10002
9929
|
"ix-application-sidebar": IxApplicationSidebar;
|
|
10003
9930
|
"ix-application-switch-modal": IxApplicationSwitchModal;
|
|
10004
9931
|
"ix-avatar": IxAvatar;
|
|
10005
|
-
"ix-basic-navigation": IxBasicNavigation;
|
|
10006
9932
|
"ix-blind": IxBlind;
|
|
10007
9933
|
"ix-breadcrumb": IxBreadcrumb;
|
|
10008
9934
|
"ix-breadcrumb-item": IxBreadcrumbItem;
|
|
@@ -10057,8 +9983,6 @@ declare namespace LocalJSX {
|
|
|
10057
9983
|
"ix-layout-auto": IxLayoutAuto;
|
|
10058
9984
|
"ix-layout-grid": IxLayoutGrid;
|
|
10059
9985
|
"ix-link-button": IxLinkButton;
|
|
10060
|
-
"ix-map-navigation": IxMapNavigation;
|
|
10061
|
-
"ix-map-navigation-overlay": IxMapNavigationOverlay;
|
|
10062
9986
|
"ix-menu": IxMenu;
|
|
10063
9987
|
"ix-menu-about": IxMenuAbout;
|
|
10064
9988
|
"ix-menu-about-item": IxMenuAboutItem;
|
|
@@ -10121,7 +10045,6 @@ declare module "@stencil/core" {
|
|
|
10121
10045
|
"ix-application-sidebar": LocalJSX.IxApplicationSidebar & JSXBase.HTMLAttributes<HTMLIxApplicationSidebarElement>;
|
|
10122
10046
|
"ix-application-switch-modal": LocalJSX.IxApplicationSwitchModal & JSXBase.HTMLAttributes<HTMLIxApplicationSwitchModalElement>;
|
|
10123
10047
|
"ix-avatar": LocalJSX.IxAvatar & JSXBase.HTMLAttributes<HTMLIxAvatarElement>;
|
|
10124
|
-
"ix-basic-navigation": LocalJSX.IxBasicNavigation & JSXBase.HTMLAttributes<HTMLIxBasicNavigationElement>;
|
|
10125
10048
|
"ix-blind": LocalJSX.IxBlind & JSXBase.HTMLAttributes<HTMLIxBlindElement>;
|
|
10126
10049
|
"ix-breadcrumb": LocalJSX.IxBreadcrumb & JSXBase.HTMLAttributes<HTMLIxBreadcrumbElement>;
|
|
10127
10050
|
"ix-breadcrumb-item": LocalJSX.IxBreadcrumbItem & JSXBase.HTMLAttributes<HTMLIxBreadcrumbItemElement>;
|
|
@@ -10196,8 +10119,6 @@ declare module "@stencil/core" {
|
|
|
10196
10119
|
"ix-layout-auto": LocalJSX.IxLayoutAuto & JSXBase.HTMLAttributes<HTMLIxLayoutAutoElement>;
|
|
10197
10120
|
"ix-layout-grid": LocalJSX.IxLayoutGrid & JSXBase.HTMLAttributes<HTMLIxLayoutGridElement>;
|
|
10198
10121
|
"ix-link-button": LocalJSX.IxLinkButton & JSXBase.HTMLAttributes<HTMLIxLinkButtonElement>;
|
|
10199
|
-
"ix-map-navigation": LocalJSX.IxMapNavigation & JSXBase.HTMLAttributes<HTMLIxMapNavigationElement>;
|
|
10200
|
-
"ix-map-navigation-overlay": LocalJSX.IxMapNavigationOverlay & JSXBase.HTMLAttributes<HTMLIxMapNavigationOverlayElement>;
|
|
10201
10122
|
"ix-menu": LocalJSX.IxMenu & JSXBase.HTMLAttributes<HTMLIxMenuElement>;
|
|
10202
10123
|
"ix-menu-about": LocalJSX.IxMenuAbout & JSXBase.HTMLAttributes<HTMLIxMenuAboutElement>;
|
|
10203
10124
|
"ix-menu-about-item": LocalJSX.IxMenuAboutItem & JSXBase.HTMLAttributes<HTMLIxMenuAboutItemElement>;
|