@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.
Files changed (1009) hide show
  1. package/components/index.js +4 -4
  2. package/components/index.js.map +1 -1
  3. package/components/ix-action-card.js +4 -4
  4. package/components/ix-application-header.js +263 -1
  5. package/components/ix-application-header.js.map +1 -1
  6. package/components/ix-application-sidebar.js +1 -1
  7. package/components/ix-application-switch-modal.js +8 -8
  8. package/components/ix-application.js +5 -7
  9. package/components/ix-application.js.map +1 -1
  10. package/components/ix-avatar.js +1 -1
  11. package/components/ix-blind.js +8 -8
  12. package/components/ix-breadcrumb-item.js +1 -1
  13. package/components/ix-breadcrumb.js +7 -7
  14. package/components/ix-button.js +1 -1
  15. package/components/ix-card-accordion.js +1 -1
  16. package/components/ix-card-content.js +1 -1
  17. package/components/ix-card-list.js +12 -12
  18. package/components/ix-card-title.js +1 -1
  19. package/components/ix-card.js +1 -1
  20. package/components/ix-category-filter.js +21 -15
  21. package/components/ix-category-filter.js.map +1 -1
  22. package/components/ix-checkbox-group.js +8 -8
  23. package/components/ix-checkbox.js +6 -6
  24. package/components/ix-chip.js +10 -10
  25. package/components/ix-col.js +1 -1
  26. package/components/ix-content-header.js +8 -8
  27. package/components/ix-content.js +4 -4
  28. package/components/ix-css-grid-item.js +2 -2
  29. package/components/ix-css-grid.js +2 -2
  30. package/components/ix-custom-field.js +7 -7
  31. package/components/ix-date-dropdown.js +16 -16
  32. package/components/ix-date-input.js +34 -20
  33. package/components/ix-date-input.js.map +1 -1
  34. package/components/ix-date-picker.js +1 -1
  35. package/components/ix-date-time-card.js +1 -1
  36. package/components/ix-datetime-picker.js +14 -14
  37. package/components/ix-datetime-picker.js.map +1 -1
  38. package/components/ix-divider.js +1 -1
  39. package/components/ix-drawer.js +9 -9
  40. package/components/ix-dropdown-button.js +9 -9
  41. package/components/ix-dropdown-header.js +3 -3
  42. package/components/ix-dropdown-item.js +1 -1
  43. package/components/ix-dropdown-quick-actions.js +2 -2
  44. package/components/ix-dropdown.js +1 -1
  45. package/components/ix-empty-state.js +5 -5
  46. package/components/ix-event-list-item.js +6 -6
  47. package/components/ix-event-list.js +3 -3
  48. package/components/ix-expanding-search.js +8 -8
  49. package/components/ix-field-label.js +1 -1
  50. package/components/ix-field-wrapper.js +1 -1
  51. package/components/ix-filter-chip.js +1 -1
  52. package/components/ix-flip-tile-content.js +2 -2
  53. package/components/ix-flip-tile.js +7 -7
  54. package/components/ix-group-context-menu.js +1 -1
  55. package/components/ix-group-item.js +1 -1
  56. package/components/ix-group.js +14 -14
  57. package/components/ix-helper-text.js +5 -5
  58. package/components/ix-icon-button.js +1 -1
  59. package/components/ix-icon-toggle-button.js +4 -4
  60. package/components/ix-input-group.js +2 -2
  61. package/components/ix-input.js +26 -15
  62. package/components/ix-input.js.map +1 -1
  63. package/components/ix-key-value-list.js +2 -2
  64. package/components/ix-key-value.js +2 -2
  65. package/components/ix-kpi.js +5 -5
  66. package/components/ix-layout-auto.js +2 -2
  67. package/components/ix-layout-grid.js +1 -1
  68. package/components/ix-link-button.js +6 -6
  69. package/components/ix-link-button.js.map +1 -1
  70. package/components/ix-menu-about-item.js +2 -2
  71. package/components/ix-menu-about-news.js +10 -10
  72. package/components/ix-menu-about.js +11 -9
  73. package/components/ix-menu-about.js.map +1 -1
  74. package/components/ix-menu-avatar-item.js +1 -1
  75. package/components/ix-menu-avatar.js +12 -12
  76. package/components/ix-menu-category.js +14 -14
  77. package/components/ix-menu-expand-icon.js +1 -1
  78. package/components/ix-menu-item.js +1 -1
  79. package/components/ix-menu-settings-item.js +2 -2
  80. package/components/ix-menu-settings.js +1 -1
  81. package/components/ix-menu.js +22 -32
  82. package/components/ix-menu.js.map +1 -1
  83. package/components/ix-message-bar.js +5 -5
  84. package/components/ix-modal-content.js +1 -1
  85. package/components/ix-modal-footer.js +2 -2
  86. package/components/ix-modal-header.js +1 -1
  87. package/components/ix-modal-loading.js +3 -3
  88. package/components/ix-modal.js +5 -5
  89. package/components/ix-number-input.js +172 -39
  90. package/components/ix-number-input.js.map +1 -1
  91. package/components/ix-pagination.js +45 -22
  92. package/components/ix-pagination.js.map +1 -1
  93. package/components/ix-pane-layout.js +2 -2
  94. package/components/ix-pane.js +11 -11
  95. package/components/ix-pill.js +7 -7
  96. package/components/ix-progress-indicator.js +7 -7
  97. package/components/ix-push-card.js +7 -7
  98. package/components/ix-radio-group.js +40 -9
  99. package/components/ix-radio-group.js.map +1 -1
  100. package/components/ix-radio.js +46 -20
  101. package/components/ix-radio.js.map +1 -1
  102. package/components/ix-row.js +1 -1
  103. package/components/ix-select-item.js +1 -1
  104. package/components/ix-select.js +1 -1
  105. package/components/ix-slider.js +10 -10
  106. package/components/ix-spinner.js +1 -1
  107. package/components/ix-split-button.js +32 -18
  108. package/components/ix-split-button.js.map +1 -1
  109. package/components/ix-tab-item.js +1 -1
  110. package/components/ix-tabs.js +1 -1
  111. package/components/ix-textarea.js +9 -9
  112. package/components/ix-tile.js +5 -5
  113. package/components/ix-time-input.js +35 -21
  114. package/components/ix-time-input.js.map +1 -1
  115. package/components/ix-time-picker.js +1 -1
  116. package/components/ix-toast-container.js +7 -7
  117. package/components/ix-toast.js +1 -1
  118. package/components/ix-toggle-button.js +3 -3
  119. package/components/ix-toggle.js +6 -6
  120. package/components/ix-toggle.js.map +1 -1
  121. package/components/ix-tooltip.js +1 -1
  122. package/components/ix-tree-item.js +1 -1
  123. package/components/ix-tree.js +3 -3
  124. package/components/ix-typography.js +1 -1
  125. package/components/ix-upload.js +7 -7
  126. package/components/ix-validation-tooltip.js +3 -3
  127. package/components/ix-workflow-step.js +5 -5
  128. package/components/ix-workflow-steps.js +2 -2
  129. package/components/{p-BccEFWg2.js → p-10zMtvCF.js} +6 -6
  130. package/components/{p-BccEFWg2.js.map → p-10zMtvCF.js.map} +1 -1
  131. package/components/{p-CkrLmEP7.js → p-1pd_0dhF.js} +4 -4
  132. package/components/{p-CkrLmEP7.js.map → p-1pd_0dhF.js.map} +1 -1
  133. package/components/{p-BUIOrNGz.js → p-7E7AMiQV.js} +7 -7
  134. package/components/p-7E7AMiQV.js.map +1 -0
  135. package/components/{p-BNwXjBuF.js → p-B006bhbX.js} +4 -4
  136. package/components/{p-BNwXjBuF.js.map → p-B006bhbX.js.map} +1 -1
  137. package/components/{p-DrH8EeUB.js → p-B1p0kpQJ.js} +6 -6
  138. package/components/{p-DrH8EeUB.js.map → p-B1p0kpQJ.js.map} +1 -1
  139. package/components/{p-DOEb0lKA.js → p-B45tl2du.js} +4 -4
  140. package/components/{p-DOEb0lKA.js.map → p-B45tl2du.js.map} +1 -1
  141. package/components/{p-DgfGA7Z3.js → p-BBwXlKhE.js} +4 -4
  142. package/components/{p-DgfGA7Z3.js.map → p-BBwXlKhE.js.map} +1 -1
  143. package/components/{p-ciUqTzkB.js → p-BEDohapR.js} +6 -6
  144. package/components/{p-ciUqTzkB.js.map → p-BEDohapR.js.map} +1 -1
  145. package/components/{p-DsftMeEA.js → p-BGdI6-nv.js} +4 -4
  146. package/components/{p-DsftMeEA.js.map → p-BGdI6-nv.js.map} +1 -1
  147. package/components/{p-XiZWDi7n.js → p-BGjnKa2h.js} +4 -4
  148. package/components/{p-XiZWDi7n.js.map → p-BGjnKa2h.js.map} +1 -1
  149. package/components/{p-D1In20Wh.js → p-BI7B-PUA.js} +5 -5
  150. package/components/{p-D1In20Wh.js.map → p-BI7B-PUA.js.map} +1 -1
  151. package/components/{p-VMk3rl5y.js → p-BIg1TSrD.js} +9 -9
  152. package/components/{p-VMk3rl5y.js.map → p-BIg1TSrD.js.map} +1 -1
  153. package/components/{p-CCQYIDJK.js → p-BLeWaHpy.js} +7 -7
  154. package/components/{p-CCQYIDJK.js.map → p-BLeWaHpy.js.map} +1 -1
  155. package/components/{p-DBsESzrF.js → p-BOQ00Fbs.js} +70 -29
  156. package/components/p-BOQ00Fbs.js.map +1 -0
  157. package/components/{p-CO2zhw6V.js → p-BQk7HpA-.js} +3 -3
  158. package/components/{p-CO2zhw6V.js.map → p-BQk7HpA-.js.map} +1 -1
  159. package/components/{p-CtusOOtv.js → p-BR5ayBuu.js} +6 -6
  160. package/components/{p-CtusOOtv.js.map → p-BR5ayBuu.js.map} +1 -1
  161. package/components/{p--2LOMK-5.js → p-BhgW5qDm.js} +2 -3
  162. package/components/p-BhgW5qDm.js.map +1 -0
  163. package/components/{p-BaWdG-ph.js → p-BiqdnsgA.js} +20 -13
  164. package/components/p-BiqdnsgA.js.map +1 -0
  165. package/components/{p-BxNzvWr2.js → p-Bk0vKwmt.js} +5 -5
  166. package/components/{p-BxNzvWr2.js.map → p-Bk0vKwmt.js.map} +1 -1
  167. package/components/{p-Bvf7gwPU.js → p-BmMUyJRQ.js} +89 -53
  168. package/components/p-BmMUyJRQ.js.map +1 -0
  169. package/components/{p-taILGXkr.js → p-BvsadYCu.js} +3 -3
  170. package/components/{p-taILGXkr.js.map → p-BvsadYCu.js.map} +1 -1
  171. package/components/{p-BEzKnceP.js → p-Bye33cYU.js} +9 -9
  172. package/components/{p-BEzKnceP.js.map → p-Bye33cYU.js.map} +1 -1
  173. package/components/{p-BvKUU6Ta.js → p-C4KxNeD2.js} +4 -4
  174. package/components/{p-BvKUU6Ta.js.map → p-C4KxNeD2.js.map} +1 -1
  175. package/components/{p-Qsbo2ls8.js → p-C6_1qmP4.js} +5 -5
  176. package/components/{p-Qsbo2ls8.js.map → p-C6_1qmP4.js.map} +1 -1
  177. package/components/{p-CQhe_rqk.js → p-COWPG_SD.js} +6 -6
  178. package/components/p-COWPG_SD.js.map +1 -0
  179. package/components/{p-CFAI8dx_.js → p-CV_EVAOW.js} +3 -3
  180. package/components/{p-CFAI8dx_.js.map → p-CV_EVAOW.js.map} +1 -1
  181. package/components/{p-D_rmJU0n.js → p-CjDPpSJX.js} +16 -16
  182. package/components/p-CjDPpSJX.js.map +1 -0
  183. package/components/{p-DeBhxnHo.js → p-ClQxnZ3d.js} +8 -8
  184. package/components/{p-DeBhxnHo.js.map → p-ClQxnZ3d.js.map} +1 -1
  185. package/components/{p-DcjRXRwg.js → p-ColBHyXN.js} +7 -7
  186. package/components/{p-DcjRXRwg.js.map → p-ColBHyXN.js.map} +1 -1
  187. package/components/{p-0MSWDTqB.js → p-CrqgL2m1.js} +10 -6
  188. package/components/p-CrqgL2m1.js.map +1 -0
  189. package/components/{p-By1IU8iL.js → p-CvD2yWeJ.js} +5 -5
  190. package/components/{p-By1IU8iL.js.map → p-CvD2yWeJ.js.map} +1 -1
  191. package/components/{p-fahyavc3.js → p-CvF96Z51.js} +8 -8
  192. package/components/{p-fahyavc3.js.map → p-CvF96Z51.js.map} +1 -1
  193. package/components/{p-CKuNFgoe.js → p-D-__gyet.js} +3 -3
  194. package/components/{p-CKuNFgoe.js.map → p-D-__gyet.js.map} +1 -1
  195. package/components/{p-cw5RHost.js → p-DC9anobw.js} +8 -8
  196. package/components/{p-cw5RHost.js.map → p-DC9anobw.js.map} +1 -1
  197. package/components/{p-CHAuj3bi.js → p-DSTHZygb.js} +10 -10
  198. package/components/{p-CHAuj3bi.js.map → p-DSTHZygb.js.map} +1 -1
  199. package/components/{p-DLPEB4G8.js → p-DUU5I7wZ.js} +70 -45
  200. package/components/p-DUU5I7wZ.js.map +1 -0
  201. package/components/{p-IgT3dgxG.js → p-DXFN8JXp.js} +21 -10
  202. package/components/p-DXFN8JXp.js.map +1 -0
  203. package/components/{p-JUUSQc_M.js → p-D_4Mf9jE.js} +3 -3
  204. package/components/{p-JUUSQc_M.js.map → p-D_4Mf9jE.js.map} +1 -1
  205. package/components/{p-BWTF-D2w.js → p-Db0RazS2.js} +4 -4
  206. package/components/{p-BWTF-D2w.js.map → p-Db0RazS2.js.map} +1 -1
  207. package/components/{p-W_8b1-4d.js → p-DdLose3V.js} +3 -3
  208. package/components/{p-W_8b1-4d.js.map → p-DdLose3V.js.map} +1 -1
  209. package/components/{p-DzscKBhb.js → p-DlVaL0Yi.js} +9 -9
  210. package/components/{p-DzscKBhb.js.map → p-DlVaL0Yi.js.map} +1 -1
  211. package/components/{p-CJphMgA7.js → p-Dp03DeD0.js} +7 -7
  212. package/components/{p-CJphMgA7.js.map → p-Dp03DeD0.js.map} +1 -1
  213. package/components/{p-2fxFa_VL.js → p-Dq_H2flK.js} +10 -4
  214. package/components/p-Dq_H2flK.js.map +1 -0
  215. package/components/{p-jbrSDf3o.js → p-Dy6xvLn4.js} +5 -5
  216. package/components/{p-jbrSDf3o.js.map → p-Dy6xvLn4.js.map} +1 -1
  217. package/components/{p-FnN74Elm.js → p-MuPiaYr1.js} +3 -3
  218. package/components/{p-FnN74Elm.js.map → p-MuPiaYr1.js.map} +1 -1
  219. package/components/{p-CINrBR9H.js → p-N4h8LKe5.js} +4 -4
  220. package/components/{p-CINrBR9H.js.map → p-N4h8LKe5.js.map} +1 -1
  221. package/components/{p-C6MbjoUl.js → p-PpLLlogo.js} +8 -8
  222. package/components/{p-C6MbjoUl.js.map → p-PpLLlogo.js.map} +1 -1
  223. package/components/{p-xZXH2vKm.js → p-hwPzPVf8.js} +5 -5
  224. package/components/{p-xZXH2vKm.js.map → p-hwPzPVf8.js.map} +1 -1
  225. package/dist/cjs/{context-B8bRIFA2.js → context-CmNuiaNz.js} +2 -3
  226. package/dist/{esm/context-CKM5pVsv.js.map → cjs/context-CmNuiaNz.js.map} +1 -1
  227. package/dist/cjs/{helper-text-util-BlElJLxk.js → helper-text-util-D2W-yNmK.js} +8 -4
  228. package/dist/cjs/helper-text-util-D2W-yNmK.js.map +1 -0
  229. package/dist/cjs/index-C8Xo8L1k.js +6 -18
  230. package/dist/cjs/index.cjs.js.map +1 -1
  231. package/dist/cjs/{input.util-4AhBphgX.js → input.fc-DrxRYq_G.js} +69 -43
  232. package/dist/cjs/input.fc-DrxRYq_G.js.map +1 -0
  233. package/dist/cjs/ix-application-header.cjs.entry.js +10 -15
  234. package/dist/cjs/ix-application-header.entry.cjs.js.map +1 -1
  235. package/dist/cjs/ix-application.cjs.entry.js +4 -6
  236. package/dist/cjs/ix-application.entry.cjs.js.map +1 -1
  237. package/dist/cjs/ix-avatar_2.cjs.entry.js +1 -1
  238. package/dist/cjs/ix-blind.cjs.entry.js +5 -5
  239. package/dist/cjs/ix-breadcrumb.cjs.entry.js +2 -2
  240. package/dist/cjs/ix-card-accordion_2.cjs.entry.js +5 -5
  241. package/dist/cjs/ix-card-list.cjs.entry.js +4 -4
  242. package/dist/cjs/ix-card_2.cjs.entry.js +3 -3
  243. package/dist/cjs/ix-category-filter.cjs.entry.js +14 -8
  244. package/dist/cjs/ix-category-filter.entry.cjs.js.map +1 -1
  245. package/dist/cjs/ix-checkbox-group.cjs.entry.js +3 -3
  246. package/dist/cjs/ix-checkbox.cjs.entry.js +4 -4
  247. package/dist/cjs/ix-chip.cjs.entry.js +4 -4
  248. package/dist/cjs/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.cjs.js.map +1 -1
  249. package/dist/cjs/ix-col_4.cjs.entry.js +10 -10
  250. package/dist/cjs/ix-content-header.cjs.entry.js +3 -3
  251. package/dist/cjs/ix-content.cjs.entry.js +3 -3
  252. package/dist/cjs/ix-css-grid-item.cjs.entry.js +1 -1
  253. package/dist/cjs/ix-css-grid.cjs.entry.js +1 -1
  254. package/dist/cjs/ix-custom-field.cjs.entry.js +2 -2
  255. package/dist/cjs/ix-date-dropdown.cjs.entry.js +4 -4
  256. package/dist/cjs/ix-date-input.cjs.entry.js +24 -12
  257. package/dist/cjs/ix-date-input.entry.cjs.js.map +1 -1
  258. package/dist/cjs/ix-date-time-card.cjs.entry.js +3 -3
  259. package/dist/cjs/ix-date-time-card.entry.cjs.js.map +1 -1
  260. package/dist/cjs/ix-datetime-picker.cjs.entry.js +2 -2
  261. package/dist/cjs/ix-datetime-picker.entry.cjs.js.map +1 -1
  262. package/dist/cjs/ix-divider.cjs.entry.js +1 -1
  263. package/dist/cjs/ix-drawer.cjs.entry.js +5 -5
  264. package/dist/cjs/ix-dropdown-button.cjs.entry.js +3 -3
  265. package/dist/cjs/ix-dropdown-header.cjs.entry.js +1 -1
  266. package/dist/cjs/ix-dropdown-item.cjs.entry.js +3 -3
  267. package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js +1 -1
  268. package/dist/cjs/ix-dropdown.cjs.entry.js +2 -2
  269. package/dist/cjs/ix-empty-state.cjs.entry.js +1 -1
  270. package/dist/cjs/ix-event-list-item.cjs.entry.js +4 -4
  271. package/dist/cjs/ix-event-list.cjs.entry.js +2 -2
  272. package/dist/cjs/ix-expanding-search.cjs.entry.js +4 -4
  273. package/dist/cjs/ix-field-label_2.cjs.entry.js +5 -5
  274. package/dist/cjs/ix-filter-chip_2.cjs.entry.js +2 -2
  275. package/dist/cjs/ix-flip-tile-content.cjs.entry.js +1 -1
  276. package/dist/cjs/ix-flip-tile.cjs.entry.js +3 -3
  277. package/dist/cjs/ix-group-context-menu_2.cjs.entry.js +1 -1
  278. package/dist/cjs/ix-group.cjs.entry.js +8 -8
  279. package/dist/cjs/ix-helper-text.cjs.entry.js +3 -3
  280. package/dist/cjs/ix-icon-button_2.cjs.entry.js +2 -2
  281. package/dist/cjs/ix-icon-toggle-button.cjs.entry.js +1 -1
  282. package/dist/cjs/ix-input-group.cjs.entry.js +1 -1
  283. package/dist/cjs/ix-input.cjs.entry.js +21 -12
  284. package/dist/cjs/ix-input.entry.cjs.js.map +1 -1
  285. package/dist/cjs/ix-key-value-list.cjs.entry.js +1 -1
  286. package/dist/cjs/ix-key-value.cjs.entry.js +1 -1
  287. package/dist/cjs/ix-kpi.cjs.entry.js +3 -3
  288. package/dist/cjs/ix-layout-auto.cjs.entry.js +1 -1
  289. package/dist/cjs/ix-link-button.cjs.entry.js +4 -4
  290. package/dist/cjs/ix-link-button.entry.cjs.js.map +1 -1
  291. package/dist/cjs/ix-menu-about-item.cjs.entry.js +1 -1
  292. package/dist/cjs/ix-menu-about-news.cjs.entry.js +4 -4
  293. package/dist/cjs/ix-menu-about.cjs.entry.js +6 -4
  294. package/dist/cjs/ix-menu-about.entry.cjs.js.map +1 -1
  295. package/dist/cjs/ix-menu-avatar.cjs.entry.js +2 -2
  296. package/dist/cjs/ix-menu-category.cjs.entry.js +6 -6
  297. package/dist/cjs/ix-menu-expand-icon.cjs.entry.js +1 -1
  298. package/dist/cjs/ix-menu-item.cjs.entry.js +4 -4
  299. package/dist/cjs/{ix-menu-settings-Cdqo0r8E.js → ix-menu-settings-CtWl0bME.js} +14 -7
  300. package/dist/cjs/ix-menu-settings-CtWl0bME.js.map +1 -0
  301. package/dist/cjs/ix-menu-settings-item.cjs.entry.js +1 -1
  302. package/dist/cjs/ix-menu-settings.cjs.entry.js +1 -1
  303. package/dist/cjs/ix-menu.cjs.entry.js +13 -23
  304. package/dist/cjs/ix-menu.entry.cjs.js.map +1 -1
  305. package/dist/cjs/ix-message-bar.cjs.entry.js +1 -1
  306. package/dist/cjs/ix-modal-content_2.cjs.entry.js +2 -2
  307. package/dist/cjs/ix-modal-footer.cjs.entry.js +1 -1
  308. package/dist/cjs/ix-modal-loading.cjs.entry.js +1 -1
  309. package/dist/cjs/ix-modal.cjs.entry.js +3 -3
  310. package/dist/cjs/ix-number-input.cjs.entry.js +162 -34
  311. package/dist/cjs/ix-number-input.entry.cjs.js.map +1 -1
  312. package/dist/cjs/ix-pagination.cjs.entry.js +29 -7
  313. package/dist/cjs/ix-pagination.entry.cjs.js.map +1 -1
  314. package/dist/cjs/ix-pane-layout.cjs.entry.js +1 -1
  315. package/dist/cjs/ix-pane.cjs.entry.js +6 -6
  316. package/dist/cjs/ix-pill.cjs.entry.js +4 -4
  317. package/dist/cjs/ix-progress-indicator.cjs.entry.js +3 -3
  318. package/dist/cjs/ix-push-card.cjs.entry.js +1 -1
  319. package/dist/cjs/ix-radio-group.cjs.entry.js +33 -3
  320. package/dist/cjs/ix-radio-group.entry.cjs.js.map +1 -1
  321. package/dist/cjs/ix-radio.cjs.entry.js +43 -18
  322. package/dist/cjs/ix-radio.entry.cjs.js.map +1 -1
  323. package/dist/cjs/ix-select.cjs.entry.js +53 -14
  324. package/dist/cjs/ix-select.entry.cjs.js.map +1 -1
  325. package/dist/cjs/ix-slider.cjs.entry.js +6 -6
  326. package/dist/cjs/ix-split-button.cjs.entry.js +24 -12
  327. package/dist/cjs/ix-split-button.entry.cjs.js.map +1 -1
  328. package/dist/cjs/ix-tab-item.ix-tabs.entry.cjs.js.map +1 -1
  329. package/dist/cjs/ix-tab-item_2.cjs.entry.js +6 -6
  330. package/dist/cjs/ix-textarea.cjs.entry.js +6 -6
  331. package/dist/cjs/ix-textarea.entry.cjs.js.map +1 -1
  332. package/dist/cjs/ix-tile.cjs.entry.js +4 -4
  333. package/dist/cjs/ix-time-input.cjs.entry.js +24 -12
  334. package/dist/cjs/ix-time-input.entry.cjs.js.map +1 -1
  335. package/dist/cjs/ix-time-picker.cjs.entry.js +81 -45
  336. package/dist/cjs/ix-time-picker.entry.cjs.js.map +1 -1
  337. package/dist/cjs/ix-toast-container.cjs.entry.js +2 -2
  338. package/dist/cjs/ix-toast.cjs.entry.js +2 -2
  339. package/dist/cjs/ix-toggle.cjs.entry.js +4 -4
  340. package/dist/cjs/ix-toggle.entry.cjs.js.map +1 -1
  341. package/dist/cjs/ix-tooltip.cjs.entry.js +17 -6
  342. package/dist/cjs/ix-tooltip.entry.cjs.js.map +1 -1
  343. package/dist/cjs/ix-tree-item.cjs.entry.js +4 -4
  344. package/dist/cjs/ix-tree.cjs.entry.js +1 -1
  345. package/dist/cjs/ix-typography.cjs.entry.js +1 -1
  346. package/dist/cjs/ix-upload.cjs.entry.js +3 -3
  347. package/dist/cjs/ix-validation-tooltip.cjs.entry.js +2 -2
  348. package/dist/cjs/ix-workflow-step.cjs.entry.js +3 -3
  349. package/dist/cjs/ix-workflow-steps.cjs.entry.js +1 -1
  350. package/dist/cjs/loader.cjs.js +1 -1
  351. package/dist/cjs/siemens-ix.cjs.js +1 -1
  352. package/dist/cjs/{validation-CfL71_0d.js → validation-DTmSqO2d.js} +9 -2
  353. package/dist/{esm/validation-D_dk-JqT.js.map → cjs/validation-DTmSqO2d.js.map} +1 -1
  354. package/dist/collection/collection-manifest.json +0 -3
  355. package/dist/collection/components/application/application.js +3 -5
  356. package/dist/collection/components/application/application.js.map +1 -1
  357. package/dist/collection/components/application-header/application-header.js +9 -14
  358. package/dist/collection/components/application-header/application-header.js.map +1 -1
  359. package/dist/collection/components/blind/blind.js +5 -5
  360. package/dist/collection/components/breadcrumb/breadcrumb.js +2 -2
  361. package/dist/collection/components/card/card.js +2 -2
  362. package/dist/collection/components/card-accordion/card-accordion.js +4 -4
  363. package/dist/collection/components/card-content/card-content.js +1 -1
  364. package/dist/collection/components/card-list/card-list.js +4 -4
  365. package/dist/collection/components/card-title/card-title.js +1 -1
  366. package/dist/collection/components/category-filter/category-filter.css +321 -50
  367. package/dist/collection/components/category-filter/category-filter.js +13 -7
  368. package/dist/collection/components/category-filter/category-filter.js.map +1 -1
  369. package/dist/collection/components/checkbox/checkbox.js +3 -3
  370. package/dist/collection/components/checkbox-group/checkbox-group.js +2 -2
  371. package/dist/collection/components/chip/chip.js +4 -4
  372. package/dist/collection/components/col/col.js +1 -1
  373. package/dist/collection/components/content/content.js +3 -3
  374. package/dist/collection/components/content-header/content-header.js +3 -3
  375. package/dist/collection/components/css-grid/css-grid-item.js +1 -1
  376. package/dist/collection/components/css-grid/css-grid.js +1 -1
  377. package/dist/collection/components/custom-field/custom-field.js +1 -1
  378. package/dist/collection/components/date-dropdown/date-dropdown.js +4 -4
  379. package/dist/collection/components/date-input/date-input.js +60 -8
  380. package/dist/collection/components/date-input/date-input.js.map +1 -1
  381. package/dist/collection/components/date-picker/date-picker.css +6 -8
  382. package/dist/collection/components/date-picker/date-picker.js +5 -5
  383. package/dist/collection/components/date-picker/date-picker.js.map +1 -1
  384. package/dist/collection/components/date-time-card/date-time-card.css +3 -2
  385. package/dist/collection/components/date-time-card/date-time-card.js +2 -2
  386. package/dist/collection/components/datetime-picker/datetime-picker.css +12 -1
  387. package/dist/collection/components/datetime-picker/datetime-picker.js +1 -1
  388. package/dist/collection/components/datetime-picker/datetime-picker.js.map +1 -1
  389. package/dist/collection/components/divider/divider.js +1 -1
  390. package/dist/collection/components/drawer/drawer.js +5 -5
  391. package/dist/collection/components/dropdown/dropdown.js +2 -2
  392. package/dist/collection/components/dropdown-button/dropdown-button.js +3 -3
  393. package/dist/collection/components/dropdown-header/dropdown-header.js +1 -1
  394. package/dist/collection/components/dropdown-item/dropdown-item.js +3 -3
  395. package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.js +1 -1
  396. package/dist/collection/components/empty-state/empty-state.js +1 -1
  397. package/dist/collection/components/event-list/event-list.js +2 -2
  398. package/dist/collection/components/event-list-item/event-list-item.js +4 -4
  399. package/dist/collection/components/expanding-search/expanding-search.js +4 -4
  400. package/dist/collection/components/field-label/field-label.js +1 -1
  401. package/dist/collection/components/field-wrapper/field-wrapper.js +2 -2
  402. package/dist/collection/components/field-wrapper/helper-text-util.js +6 -2
  403. package/dist/collection/components/field-wrapper/helper-text-util.js.map +1 -1
  404. package/dist/collection/components/filter-chip/filter-chip.js +1 -1
  405. package/dist/collection/components/flip-tile/flip-tile.js +3 -3
  406. package/dist/collection/components/flip-tile-content/flip-tile-content.js +1 -1
  407. package/dist/collection/components/group/group-context-menu.js +1 -1
  408. package/dist/collection/components/group/group.js +8 -8
  409. package/dist/collection/components/helper-text/helper-text.js +1 -1
  410. package/dist/collection/components/icon-button/icon-button.js +1 -1
  411. package/dist/collection/components/icon-toggle-button/icon-toggle-button.js +1 -1
  412. package/dist/collection/components/input/input.fc.js +10 -1
  413. package/dist/collection/components/input/input.fc.js.map +1 -1
  414. package/dist/collection/components/input/input.js +54 -5
  415. package/dist/collection/components/input/input.js.map +1 -1
  416. package/dist/collection/components/input/input.util.js +20 -3
  417. package/dist/collection/components/input/input.util.js.map +1 -1
  418. package/dist/collection/components/input/number-input.js +228 -36
  419. package/dist/collection/components/input/number-input.js.map +1 -1
  420. package/dist/collection/components/input/textarea.js +2 -2
  421. package/dist/collection/components/input-group/input-group.js +1 -1
  422. package/dist/collection/components/key-value/key-value.js +1 -1
  423. package/dist/collection/components/key-value-list/key-value-list.js +1 -1
  424. package/dist/collection/components/kpi/kpi.js +3 -3
  425. package/dist/collection/components/layout-auto/layout-auto.js +1 -1
  426. package/dist/collection/components/layout-grid/layout-grid.js +2 -2
  427. package/dist/collection/components/link-button/link-button.css +2 -8
  428. package/dist/collection/components/link-button/link-button.js +3 -3
  429. package/dist/collection/components/menu/menu-expand-icon.js +1 -1
  430. package/dist/collection/components/menu/menu.js +12 -22
  431. package/dist/collection/components/menu/menu.js.map +1 -1
  432. package/dist/collection/components/menu-about/menu-about.js +6 -4
  433. package/dist/collection/components/menu-about/menu-about.js.map +1 -1
  434. package/dist/collection/components/menu-about-item/menu-about-item.js +1 -1
  435. package/dist/collection/components/menu-about-news/menu-about-news.js +4 -4
  436. package/dist/collection/components/menu-avatar/menu-avatar.js +2 -2
  437. package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +1 -1
  438. package/dist/collection/components/menu-category/menu-category.js +5 -5
  439. package/dist/collection/components/menu-item/menu-item.js +4 -4
  440. package/dist/collection/components/menu-settings/menu-settings.js +6 -4
  441. package/dist/collection/components/menu-settings/menu-settings.js.map +1 -1
  442. package/dist/collection/components/menu-settings-item/menu-settings-item.js +1 -1
  443. package/dist/collection/components/message-bar/message-bar.js +1 -1
  444. package/dist/collection/components/modal/modal.js +3 -3
  445. package/dist/collection/components/modal-content/modal-content.js +1 -1
  446. package/dist/collection/components/modal-footer/modal-footer.js +1 -1
  447. package/dist/collection/components/modal-header/modal-header.js +1 -1
  448. package/dist/collection/components/modal-loading/modal-loading.js +1 -1
  449. package/dist/collection/components/pagination/pagination.js +52 -7
  450. package/dist/collection/components/pagination/pagination.js.map +1 -1
  451. package/dist/collection/components/pane/pane.js +6 -6
  452. package/dist/collection/components/pane-layout/pane-layout.js +1 -1
  453. package/dist/collection/components/pill/pill.js +4 -4
  454. package/dist/collection/components/progress-indicator/progress-indicator.js +3 -3
  455. package/dist/collection/components/push-card/push-card.js +1 -1
  456. package/dist/collection/components/radio/radio.css +70 -72
  457. package/dist/collection/components/radio/radio.js +69 -18
  458. package/dist/collection/components/radio/radio.js.map +1 -1
  459. package/dist/collection/components/radio-group/radio-group.js +64 -2
  460. package/dist/collection/components/radio-group/radio-group.js.map +1 -1
  461. package/dist/collection/components/row/row.js +1 -1
  462. package/dist/collection/components/select/select.js +94 -14
  463. package/dist/collection/components/select/select.js.map +1 -1
  464. package/dist/collection/components/select-item/select-item.js +1 -1
  465. package/dist/collection/components/slider/slider.js +6 -6
  466. package/dist/collection/components/spinner/spinner.js +1 -1
  467. package/dist/collection/components/split-button/split-button.js +70 -12
  468. package/dist/collection/components/split-button/split-button.js.map +1 -1
  469. package/dist/collection/components/tab-item/tab-item.css +1 -1
  470. package/dist/collection/components/tab-item/tab-item.js +3 -3
  471. package/dist/collection/components/tabs/tabs.js +2 -2
  472. package/dist/collection/components/tile/tile.js +4 -4
  473. package/dist/collection/components/time-input/time-input.js +61 -9
  474. package/dist/collection/components/time-input/time-input.js.map +1 -1
  475. package/dist/collection/components/time-picker/time-picker.css +20 -52
  476. package/dist/collection/components/time-picker/time-picker.js +83 -48
  477. package/dist/collection/components/time-picker/time-picker.js.map +1 -1
  478. package/dist/collection/components/time-picker/time-picker.types.js.map +1 -1
  479. package/dist/collection/components/toast/toast-container.js +2 -2
  480. package/dist/collection/components/toast/toast.js +2 -2
  481. package/dist/collection/components/toggle/toggle.js +3 -3
  482. package/dist/collection/components/toggle/toggle.js.map +1 -1
  483. package/dist/collection/components/tooltip/tooltip.css +2 -3
  484. package/dist/collection/components/tooltip/tooltip.js +17 -6
  485. package/dist/collection/components/tooltip/tooltip.js.map +1 -1
  486. package/dist/collection/components/tree/tree.js +1 -1
  487. package/dist/collection/components/tree-item/tree-item.js +4 -4
  488. package/dist/collection/components/typography/typography.js +1 -1
  489. package/dist/collection/components/upload/upload.js +3 -3
  490. package/dist/collection/components/utils/application-layout/context.js +0 -1
  491. package/dist/collection/components/utils/application-layout/context.js.map +1 -1
  492. package/dist/collection/components/utils/input/validation.js +6 -0
  493. package/dist/collection/components/utils/input/validation.js.map +1 -1
  494. package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js +6 -1
  495. package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js.map +1 -1
  496. package/dist/collection/components/utils/modal/index.js.map +1 -1
  497. package/dist/collection/components/utils/modal/loading.js.map +1 -1
  498. package/dist/collection/components/validation-tooltip/validation-tooltip.js +2 -2
  499. package/dist/collection/components/workflow-step/workflow-step.js +3 -3
  500. package/dist/collection/components/workflow-steps/workflow-steps.js +1 -1
  501. package/dist/esm/{context-CKM5pVsv.js → context-BniHpAE1.js} +2 -3
  502. package/dist/{cjs/context-B8bRIFA2.js.map → esm/context-BniHpAE1.js.map} +1 -1
  503. package/dist/esm/{helper-text-util-rnbkuaac.js → helper-text-util-gKdL-wH2.js} +9 -5
  504. package/dist/esm/helper-text-util-gKdL-wH2.js.map +1 -0
  505. package/dist/esm/{index-Cz75KU1f.js → index-8HpPmDK_.js} +3 -3
  506. package/dist/esm/{index-Cz75KU1f.js.map → index-8HpPmDK_.js.map} +1 -1
  507. package/dist/esm/index-CtoreFVF.js +6 -18
  508. package/dist/esm/{index--ZIr3Aqz.js → index-Kp5Wf9wr.js} +3 -3
  509. package/dist/esm/{index--ZIr3Aqz.js.map → index-Kp5Wf9wr.js.map} +1 -1
  510. package/dist/esm/index.js +3 -3
  511. package/dist/esm/index.js.map +1 -1
  512. package/dist/esm/{input.util-VHrSuCP7.js → input.fc-KJF8Z9iJ.js} +69 -44
  513. package/dist/esm/input.fc-KJF8Z9iJ.js.map +1 -0
  514. package/dist/esm/ix-application-header.entry.js +13 -18
  515. package/dist/esm/ix-application-header.entry.js.map +1 -1
  516. package/dist/esm/ix-application-switch-modal.entry.js +2 -2
  517. package/dist/esm/ix-application.entry.js +4 -6
  518. package/dist/esm/ix-application.entry.js.map +1 -1
  519. package/dist/esm/ix-avatar_2.entry.js +1 -1
  520. package/dist/esm/ix-blind.entry.js +6 -6
  521. package/dist/esm/ix-breadcrumb-item.entry.js +1 -1
  522. package/dist/esm/ix-breadcrumb.entry.js +2 -2
  523. package/dist/esm/ix-card-accordion_2.entry.js +6 -6
  524. package/dist/esm/ix-card-list.entry.js +5 -5
  525. package/dist/esm/ix-card_2.entry.js +3 -3
  526. package/dist/esm/ix-category-filter.entry.js +15 -9
  527. package/dist/esm/ix-category-filter.entry.js.map +1 -1
  528. package/dist/esm/ix-checkbox-group.entry.js +3 -3
  529. package/dist/esm/ix-checkbox.entry.js +4 -4
  530. package/dist/esm/ix-chip.entry.js +5 -5
  531. package/dist/esm/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.js.map +1 -1
  532. package/dist/esm/ix-col_4.entry.js +11 -11
  533. package/dist/esm/ix-content-header.entry.js +4 -4
  534. package/dist/esm/ix-content.entry.js +3 -3
  535. package/dist/esm/ix-css-grid-item.entry.js +1 -1
  536. package/dist/esm/ix-css-grid.entry.js +1 -1
  537. package/dist/esm/ix-custom-field.entry.js +2 -2
  538. package/dist/esm/ix-date-dropdown.entry.js +5 -5
  539. package/dist/esm/ix-date-input.entry.js +21 -9
  540. package/dist/esm/ix-date-input.entry.js.map +1 -1
  541. package/dist/esm/ix-date-time-card.entry.js +3 -3
  542. package/dist/esm/ix-date-time-card.entry.js.map +1 -1
  543. package/dist/esm/ix-datetime-picker.entry.js +2 -2
  544. package/dist/esm/ix-datetime-picker.entry.js.map +1 -1
  545. package/dist/esm/ix-divider.entry.js +1 -1
  546. package/dist/esm/ix-drawer.entry.js +6 -6
  547. package/dist/esm/ix-dropdown-button.entry.js +4 -4
  548. package/dist/esm/ix-dropdown-header.entry.js +1 -1
  549. package/dist/esm/ix-dropdown-item.entry.js +4 -4
  550. package/dist/esm/ix-dropdown-quick-actions.entry.js +1 -1
  551. package/dist/esm/ix-dropdown.entry.js +2 -2
  552. package/dist/esm/ix-empty-state.entry.js +1 -1
  553. package/dist/esm/ix-event-list-item.entry.js +5 -5
  554. package/dist/esm/ix-event-list.entry.js +2 -2
  555. package/dist/esm/ix-expanding-search.entry.js +5 -5
  556. package/dist/esm/ix-field-label_2.entry.js +6 -6
  557. package/dist/esm/ix-filter-chip_2.entry.js +3 -3
  558. package/dist/esm/ix-flip-tile-content.entry.js +1 -1
  559. package/dist/esm/ix-flip-tile.entry.js +4 -4
  560. package/dist/esm/ix-group-context-menu_2.entry.js +2 -2
  561. package/dist/esm/ix-group.entry.js +9 -9
  562. package/dist/esm/ix-helper-text.entry.js +4 -4
  563. package/dist/esm/ix-icon-button_2.entry.js +2 -2
  564. package/dist/esm/ix-icon-toggle-button.entry.js +1 -1
  565. package/dist/esm/ix-input-group.entry.js +1 -1
  566. package/dist/esm/ix-input.entry.js +17 -8
  567. package/dist/esm/ix-input.entry.js.map +1 -1
  568. package/dist/esm/ix-key-value-list.entry.js +1 -1
  569. package/dist/esm/ix-key-value.entry.js +1 -1
  570. package/dist/esm/ix-kpi.entry.js +4 -4
  571. package/dist/esm/ix-layout-auto.entry.js +1 -1
  572. package/dist/esm/ix-link-button.entry.js +5 -5
  573. package/dist/esm/ix-link-button.entry.js.map +1 -1
  574. package/dist/esm/ix-menu-about-item.entry.js +1 -1
  575. package/dist/esm/ix-menu-about-news.entry.js +5 -5
  576. package/dist/esm/ix-menu-about.entry.js +7 -5
  577. package/dist/esm/ix-menu-about.entry.js.map +1 -1
  578. package/dist/esm/ix-menu-avatar.entry.js +3 -3
  579. package/dist/esm/ix-menu-category.entry.js +7 -7
  580. package/dist/esm/ix-menu-expand-icon.entry.js +2 -2
  581. package/dist/esm/ix-menu-item.entry.js +5 -5
  582. package/dist/esm/{ix-menu-settings-DRSkDgox.js → ix-menu-settings-f9o5GGw5.js} +15 -8
  583. package/dist/esm/ix-menu-settings-f9o5GGw5.js.map +1 -0
  584. package/dist/esm/ix-menu-settings-item.entry.js +1 -1
  585. package/dist/esm/ix-menu-settings.entry.js +2 -2
  586. package/dist/esm/ix-menu.entry.js +16 -26
  587. package/dist/esm/ix-menu.entry.js.map +1 -1
  588. package/dist/esm/ix-message-bar.entry.js +2 -2
  589. package/dist/esm/ix-modal-content_2.entry.js +3 -3
  590. package/dist/esm/ix-modal-footer.entry.js +1 -1
  591. package/dist/esm/ix-modal-loading.entry.js +1 -1
  592. package/dist/esm/ix-modal.entry.js +3 -3
  593. package/dist/esm/ix-number-input.entry.js +160 -32
  594. package/dist/esm/ix-number-input.entry.js.map +1 -1
  595. package/dist/esm/ix-pagination.entry.js +30 -8
  596. package/dist/esm/ix-pagination.entry.js.map +1 -1
  597. package/dist/esm/ix-pane-layout.entry.js +1 -1
  598. package/dist/esm/ix-pane.entry.js +7 -7
  599. package/dist/esm/ix-pill.entry.js +4 -4
  600. package/dist/esm/ix-progress-indicator.entry.js +4 -4
  601. package/dist/esm/ix-push-card.entry.js +1 -1
  602. package/dist/esm/ix-radio-group.entry.js +33 -3
  603. package/dist/esm/ix-radio-group.entry.js.map +1 -1
  604. package/dist/esm/ix-radio.entry.js +43 -18
  605. package/dist/esm/ix-radio.entry.js.map +1 -1
  606. package/dist/esm/ix-select.entry.js +54 -15
  607. package/dist/esm/ix-select.entry.js.map +1 -1
  608. package/dist/esm/ix-slider.entry.js +6 -6
  609. package/dist/esm/ix-split-button.entry.js +25 -13
  610. package/dist/esm/ix-split-button.entry.js.map +1 -1
  611. package/dist/esm/ix-tab-item.ix-tabs.entry.js.map +1 -1
  612. package/dist/esm/ix-tab-item_2.entry.js +7 -7
  613. package/dist/esm/ix-textarea.entry.js +4 -4
  614. package/dist/esm/ix-tile.entry.js +4 -4
  615. package/dist/esm/ix-time-input.entry.js +22 -10
  616. package/dist/esm/ix-time-input.entry.js.map +1 -1
  617. package/dist/esm/ix-time-picker.entry.js +81 -45
  618. package/dist/esm/ix-time-picker.entry.js.map +1 -1
  619. package/dist/esm/ix-toast-container.entry.js +2 -2
  620. package/dist/esm/ix-toast.entry.js +3 -3
  621. package/dist/esm/ix-toggle.entry.js +4 -4
  622. package/dist/esm/ix-toggle.entry.js.map +1 -1
  623. package/dist/esm/ix-tooltip.entry.js +17 -6
  624. package/dist/esm/ix-tooltip.entry.js.map +1 -1
  625. package/dist/esm/ix-tree-item.entry.js +5 -5
  626. package/dist/esm/ix-tree.entry.js +1 -1
  627. package/dist/esm/ix-typography.entry.js +1 -1
  628. package/dist/esm/ix-upload.entry.js +4 -4
  629. package/dist/esm/ix-validation-tooltip.entry.js +2 -2
  630. package/dist/esm/ix-workflow-step.entry.js +4 -4
  631. package/dist/esm/ix-workflow-steps.entry.js +1 -1
  632. package/dist/esm/loader.js +1 -1
  633. package/dist/esm/{modal-D9BaTrTa.js → modal-BTxff2hq.js} +3 -3
  634. package/dist/esm/{modal-D9BaTrTa.js.map → modal-BTxff2hq.js.map} +1 -1
  635. package/dist/esm/siemens-ix.js +1 -1
  636. package/dist/esm/{validation-D_dk-JqT.js → validation-LJh16vt2.js} +9 -3
  637. package/dist/{cjs/validation-CfL71_0d.js.map → esm/validation-LJh16vt2.js.map} +1 -1
  638. package/dist/siemens-ix/index.esm.js +1 -1
  639. package/dist/siemens-ix/index.esm.js.map +1 -1
  640. package/dist/siemens-ix/ix-application-header.entry.esm.js.map +1 -1
  641. package/dist/siemens-ix/ix-application.entry.esm.js.map +1 -1
  642. package/dist/siemens-ix/ix-category-filter.entry.esm.js.map +1 -1
  643. package/dist/siemens-ix/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.esm.js.map +1 -1
  644. package/dist/siemens-ix/ix-date-input.entry.esm.js.map +1 -1
  645. package/dist/siemens-ix/ix-date-time-card.entry.esm.js.map +1 -1
  646. package/dist/siemens-ix/ix-datetime-picker.entry.esm.js.map +1 -1
  647. package/dist/siemens-ix/ix-input.entry.esm.js.map +1 -1
  648. package/dist/siemens-ix/ix-link-button.entry.esm.js.map +1 -1
  649. package/dist/siemens-ix/ix-menu-about.entry.esm.js.map +1 -1
  650. package/dist/siemens-ix/ix-menu.entry.esm.js.map +1 -1
  651. package/dist/siemens-ix/ix-number-input.entry.esm.js.map +1 -1
  652. package/dist/siemens-ix/ix-pagination.entry.esm.js.map +1 -1
  653. package/dist/siemens-ix/ix-radio-group.entry.esm.js.map +1 -1
  654. package/dist/siemens-ix/ix-radio.entry.esm.js.map +1 -1
  655. package/dist/siemens-ix/ix-select.entry.esm.js.map +1 -1
  656. package/dist/siemens-ix/ix-split-button.entry.esm.js.map +1 -1
  657. package/dist/siemens-ix/ix-tab-item.ix-tabs.entry.esm.js.map +1 -1
  658. package/dist/siemens-ix/ix-time-input.entry.esm.js.map +1 -1
  659. package/dist/siemens-ix/ix-time-picker.entry.esm.js.map +1 -1
  660. package/dist/siemens-ix/ix-toggle.entry.esm.js.map +1 -1
  661. package/dist/siemens-ix/ix-tooltip.entry.esm.js.map +1 -1
  662. package/dist/siemens-ix/p-0411df39.entry.js +2 -0
  663. package/dist/siemens-ix/p-051f428c.entry.js +2 -0
  664. package/dist/siemens-ix/{p-f753f1f5.entry.js.map → p-051f428c.entry.js.map} +1 -1
  665. package/dist/siemens-ix/{p-6f152ed2.entry.js → p-06a2c69b.entry.js} +2 -2
  666. package/dist/siemens-ix/p-07c079fd.entry.js +2 -0
  667. package/dist/siemens-ix/{p-f29f280b.entry.js.map → p-07c079fd.entry.js.map} +1 -1
  668. package/dist/siemens-ix/p-0c325f08.entry.js +2 -0
  669. package/dist/siemens-ix/p-0c325f08.entry.js.map +1 -0
  670. package/dist/siemens-ix/{p-7e6beda5.entry.js → p-0ce03ad3.entry.js} +2 -2
  671. package/dist/siemens-ix/{p-17a74a48.entry.js → p-0d621531.entry.js} +2 -2
  672. package/dist/siemens-ix/p-0eca5a77.entry.js +2 -0
  673. package/dist/siemens-ix/{p-75d8b192.entry.js.map → p-0eca5a77.entry.js.map} +1 -1
  674. package/dist/siemens-ix/{p-f9b4e5f1.entry.js → p-162a4cc0.entry.js} +2 -2
  675. package/dist/siemens-ix/{p-337a3457.entry.js → p-196cffb5.entry.js} +2 -2
  676. package/dist/siemens-ix/{p-3acbbe01.entry.js → p-1de1a2bf.entry.js} +2 -2
  677. package/dist/siemens-ix/{p-89449e22.entry.js → p-2597a988.entry.js} +2 -2
  678. package/dist/siemens-ix/{p-4b1745dc.entry.js → p-26c629c3.entry.js} +2 -2
  679. package/dist/siemens-ix/p-26c629c3.entry.js.map +1 -0
  680. package/dist/siemens-ix/{p-e825a921.entry.js → p-2ffde2d5.entry.js} +2 -2
  681. package/dist/siemens-ix/{p-759ba03d.entry.js → p-31a8eaf9.entry.js} +2 -2
  682. package/dist/siemens-ix/p-33b3ed5b.entry.js +2 -0
  683. package/dist/siemens-ix/p-33b3ed5b.entry.js.map +1 -0
  684. package/dist/siemens-ix/{p-7cf61ff6.entry.js → p-33fcea65.entry.js} +2 -2
  685. package/dist/siemens-ix/p-35d6b656.entry.js +2 -0
  686. package/dist/siemens-ix/p-35d6b656.entry.js.map +1 -0
  687. package/dist/siemens-ix/{p-34e530b9.entry.js → p-367df024.entry.js} +2 -2
  688. package/dist/siemens-ix/{p-67e4f814.entry.js → p-37bd983a.entry.js} +2 -2
  689. package/dist/siemens-ix/{p-a02e0685.entry.js → p-38e45020.entry.js} +2 -2
  690. package/dist/siemens-ix/{p-fabcc5f5.entry.js → p-396e1f3d.entry.js} +2 -2
  691. package/dist/siemens-ix/p-3ce5fd87.entry.js +2 -0
  692. package/dist/siemens-ix/p-3ce5fd87.entry.js.map +1 -0
  693. package/dist/siemens-ix/p-3f62166e.entry.js +2 -0
  694. package/dist/siemens-ix/{p-9d135d59.entry.js.map → p-3f62166e.entry.js.map} +1 -1
  695. package/dist/siemens-ix/p-425d6925.entry.js +2 -0
  696. package/dist/siemens-ix/{p-9c862819.entry.js → p-4431f891.entry.js} +2 -2
  697. package/dist/siemens-ix/{p-9c862819.entry.js.map → p-4431f891.entry.js.map} +1 -1
  698. package/dist/siemens-ix/{p-db9d5872.entry.js → p-484bddf4.entry.js} +2 -2
  699. package/dist/siemens-ix/{p-51786593.entry.js → p-496e98ac.entry.js} +2 -2
  700. package/dist/siemens-ix/{p-7388d2ee.entry.js → p-4c18f123.entry.js} +2 -2
  701. package/dist/siemens-ix/{p-548a2231.entry.js → p-4c1f90cb.entry.js} +2 -2
  702. package/dist/siemens-ix/{p-3b314194.entry.js → p-4e4d792d.entry.js} +2 -2
  703. package/dist/siemens-ix/p-4e77d861.entry.js +2 -0
  704. package/dist/siemens-ix/{p-d8fb5a86.entry.js → p-5779f16e.entry.js} +2 -2
  705. package/dist/siemens-ix/{p-48cbacaf.entry.js → p-5b57bde1.entry.js} +2 -2
  706. package/dist/siemens-ix/{p-aa6368b4.entry.js → p-667e3184.entry.js} +2 -2
  707. package/dist/siemens-ix/p-68aaf0fe.entry.js +2 -0
  708. package/dist/siemens-ix/p-68aaf0fe.entry.js.map +1 -0
  709. package/dist/siemens-ix/{p-538843d4.entry.js → p-6a4bc78a.entry.js} +2 -2
  710. package/dist/siemens-ix/{p-4b65234d.entry.js → p-6dc6eb63.entry.js} +2 -2
  711. package/dist/siemens-ix/p-70af7f44.entry.js +2 -0
  712. package/dist/siemens-ix/{p-788e1ef8.entry.js → p-74e7b03f.entry.js} +2 -2
  713. package/dist/siemens-ix/{p-e562ffb2.entry.js → p-77fd2138.entry.js} +2 -2
  714. package/dist/siemens-ix/{p-0d4f0223.entry.js → p-7827c263.entry.js} +2 -2
  715. package/dist/siemens-ix/p-79537728.entry.js +2 -0
  716. package/dist/siemens-ix/p-79537728.entry.js.map +1 -0
  717. package/dist/siemens-ix/{p-a4d6ee80.entry.js → p-7bad0544.entry.js} +2 -2
  718. package/dist/siemens-ix/{p-e25aa385.entry.js → p-7beba4ad.entry.js} +2 -2
  719. package/dist/siemens-ix/p-7beba4ad.entry.js.map +1 -0
  720. package/dist/siemens-ix/p-8418f756.entry.js +2 -0
  721. package/dist/siemens-ix/p-8418f756.entry.js.map +1 -0
  722. package/dist/siemens-ix/{p-Cz75KU1f.js → p-8HpPmDK_.js} +2 -2
  723. package/dist/siemens-ix/{p-Cz75KU1f.js.map → p-8HpPmDK_.js.map} +1 -1
  724. package/dist/siemens-ix/p-8b42ad35.entry.js +2 -0
  725. package/dist/siemens-ix/{p-5e86944d.entry.js.map → p-8b42ad35.entry.js.map} +1 -1
  726. package/dist/siemens-ix/{p-784c6dd6.entry.js → p-8ce61408.entry.js} +2 -2
  727. package/dist/siemens-ix/{p-c0064123.entry.js → p-8f17f6ec.entry.js} +2 -2
  728. package/dist/siemens-ix/{p-67766c28.entry.js → p-8f9368b8.entry.js} +2 -2
  729. package/dist/siemens-ix/p-8fa8d0e3.entry.js +2 -0
  730. package/dist/siemens-ix/{p-3472fc1a.entry.js → p-8fc2bea6.entry.js} +2 -2
  731. package/dist/siemens-ix/{p-9e7223f6.entry.js → p-905d4977.entry.js} +2 -2
  732. package/dist/siemens-ix/p-92ec7f27.entry.js +2 -0
  733. package/dist/siemens-ix/{p-CpVbQsUI.js → p-BC0Exw_O.js} +2 -2
  734. package/dist/siemens-ix/{p-CpVbQsUI.js.map → p-BC0Exw_O.js.map} +1 -1
  735. package/dist/siemens-ix/{p-sxLz5AVO.js → p-BcCDexod.js} +2 -2
  736. package/dist/siemens-ix/p-BcCDexod.js.map +1 -0
  737. package/dist/siemens-ix/{p--2LOMK-5.js → p-BhgW5qDm.js} +2 -2
  738. package/dist/siemens-ix/{p--2LOMK-5.js.map → p-BhgW5qDm.js.map} +1 -1
  739. package/dist/siemens-ix/{p-CAj3Tlcn.js → p-C7nQNUsO.js} +2 -2
  740. package/dist/siemens-ix/{p-CAj3Tlcn.js.map → p-C7nQNUsO.js.map} +1 -1
  741. package/dist/siemens-ix/{p-DRnSC9aV.js → p-CObJ-t0Z.js} +2 -2
  742. package/dist/siemens-ix/{p-DRnSC9aV.js.map → p-CObJ-t0Z.js.map} +1 -1
  743. package/dist/siemens-ix/p-Cn013Iz8.js +2 -0
  744. package/dist/siemens-ix/p-Cn013Iz8.js.map +1 -0
  745. package/dist/siemens-ix/p-DaswuiGO.js +2 -0
  746. package/dist/siemens-ix/p-DaswuiGO.js.map +1 -0
  747. package/dist/siemens-ix/p-a3baca2f.entry.js +2 -0
  748. package/dist/siemens-ix/{p-0e2b89f2.entry.js → p-a4225101.entry.js} +2 -2
  749. package/dist/siemens-ix/p-a61972c5.entry.js +2 -0
  750. package/dist/siemens-ix/{p-2180ddb8.entry.js.map → p-a61972c5.entry.js.map} +1 -1
  751. package/dist/siemens-ix/{p-20ad8d1e.entry.js → p-b27a9744.entry.js} +2 -2
  752. package/dist/siemens-ix/{p-fea12773.entry.js → p-b3453edf.entry.js} +2 -2
  753. package/dist/siemens-ix/{p-556417c6.entry.js → p-b41a7abb.entry.js} +2 -2
  754. package/dist/siemens-ix/{p-957d0d0b.entry.js → p-b76df1c7.entry.js} +2 -2
  755. package/dist/siemens-ix/{p-65842e35.entry.js → p-b7ef70d4.entry.js} +2 -2
  756. package/dist/siemens-ix/{p-b7c5ab43.entry.js → p-b8f4b001.entry.js} +2 -2
  757. package/dist/siemens-ix/p-b8f4b001.entry.js.map +1 -0
  758. package/dist/siemens-ix/{p-2f54ce99.entry.js → p-b9880608.entry.js} +2 -2
  759. package/dist/siemens-ix/p-ba9ed3d1.entry.js +2 -0
  760. package/dist/siemens-ix/p-ba9ed3d1.entry.js.map +1 -0
  761. package/dist/siemens-ix/p-c15e64a8.entry.js +2 -0
  762. package/dist/siemens-ix/p-c15e64a8.entry.js.map +1 -0
  763. package/dist/siemens-ix/{p-467c0fff.entry.js → p-c43b201b.entry.js} +2 -2
  764. package/dist/siemens-ix/{p-fc3071d0.entry.js → p-c5c863e1.entry.js} +2 -2
  765. package/dist/siemens-ix/{p-d1941577.entry.js → p-c94739d0.entry.js} +2 -2
  766. package/dist/siemens-ix/{p-04f1b89a.entry.js → p-ca3b24b1.entry.js} +2 -2
  767. package/dist/siemens-ix/p-ca43aa61.entry.js +2 -0
  768. package/dist/siemens-ix/{p-58219b7e.entry.js → p-cd1afcc9.entry.js} +2 -2
  769. package/dist/siemens-ix/{p-d4ba3f9f.entry.js → p-cf041cfd.entry.js} +2 -2
  770. package/dist/siemens-ix/{p-80f55403.entry.js → p-d10b9798.entry.js} +2 -2
  771. package/dist/siemens-ix/{p-ecff1e2f.entry.js → p-d193381f.entry.js} +2 -2
  772. package/dist/siemens-ix/{p-f3b485de.entry.js → p-d2c18c15.entry.js} +2 -2
  773. package/dist/siemens-ix/p-d2c18c15.entry.js.map +1 -0
  774. package/dist/siemens-ix/{p-dff78943.entry.js → p-d3a60c52.entry.js} +2 -2
  775. package/dist/siemens-ix/p-d688f76e.entry.js +2 -0
  776. package/dist/siemens-ix/{p-d49f7ae4.entry.js.map → p-d688f76e.entry.js.map} +1 -1
  777. package/dist/siemens-ix/{p-41b9392e.entry.js → p-da3a9845.entry.js} +2 -2
  778. package/dist/siemens-ix/p-dc8de6cb.entry.js +2 -0
  779. package/dist/siemens-ix/p-dc8de6cb.entry.js.map +1 -0
  780. package/dist/siemens-ix/p-de12078d.entry.js +2 -0
  781. package/dist/siemens-ix/{p-608b3631.entry.js.map → p-de12078d.entry.js.map} +1 -1
  782. package/dist/siemens-ix/{p-94fa5d00.entry.js → p-df6bb698.entry.js} +2 -2
  783. package/dist/siemens-ix/{p-85f3aa13.entry.js → p-e0b9cf68.entry.js} +2 -2
  784. package/dist/siemens-ix/{p-81120f11.entry.js → p-e42f62a1.entry.js} +2 -2
  785. package/dist/siemens-ix/{p-da6a27c1.entry.js → p-e48977ed.entry.js} +2 -2
  786. package/dist/siemens-ix/{p-2db36aa6.entry.js → p-e7bdc0a0.entry.js} +2 -2
  787. package/dist/siemens-ix/p-e7bdc0a0.entry.js.map +1 -0
  788. package/dist/siemens-ix/{p-1f5befb2.entry.js → p-ea15fc79.entry.js} +2 -2
  789. package/dist/siemens-ix/{p-4448252f.entry.js → p-ea37abf6.entry.js} +2 -2
  790. package/dist/siemens-ix/{p-b5e0ddb3.entry.js → p-ea410634.entry.js} +2 -2
  791. package/dist/siemens-ix/{p-39950a1c.entry.js → p-eba7f62c.entry.js} +2 -2
  792. package/dist/siemens-ix/{p-9d8fb7dd.entry.js → p-f119c105.entry.js} +2 -2
  793. package/dist/siemens-ix/p-fb8877bc.entry.js +2 -0
  794. package/dist/siemens-ix/p-fb8877bc.entry.js.map +1 -0
  795. package/dist/siemens-ix/{p-347fcf94.entry.js → p-fc73c8cc.entry.js} +2 -2
  796. package/dist/siemens-ix/{p-79798af1.entry.js → p-ff83eafd.entry.js} +2 -2
  797. package/dist/siemens-ix/siemens-ix-core.css +1 -1
  798. package/dist/siemens-ix/siemens-ix.css +2 -22
  799. package/dist/siemens-ix/siemens-ix.esm.js +1 -1
  800. package/dist/types/components/date-input/date-input.d.ts +10 -0
  801. package/dist/types/components/field-wrapper/helper-text-util.d.ts +5 -1
  802. package/dist/types/components/input/input.d.ts +9 -0
  803. package/dist/types/components/input/input.fc.d.ts +6 -0
  804. package/dist/types/components/input/input.util.d.ts +1 -0
  805. package/dist/types/components/input/number-input.d.ts +31 -5
  806. package/dist/types/components/menu-about/menu-about.d.ts +1 -1
  807. package/dist/types/components/menu-settings/menu-settings.d.ts +1 -1
  808. package/dist/types/components/pagination/pagination.d.ts +8 -0
  809. package/dist/types/components/radio/radio.d.ts +3 -2
  810. package/dist/types/components/radio-group/radio-group.d.ts +3 -0
  811. package/dist/types/components/select/select.d.ts +11 -0
  812. package/dist/types/components/split-button/split-button.d.ts +15 -4
  813. package/dist/types/components/time-input/time-input.d.ts +10 -0
  814. package/dist/types/components/time-picker/time-picker.d.ts +8 -2
  815. package/dist/types/components/tooltip/tooltip.d.ts +2 -1
  816. package/dist/types/components/utils/application-layout/context.d.ts +0 -1
  817. package/dist/types/components/utils/input/validation.d.ts +1 -0
  818. package/dist/types/components/utils/menu-tabs/menu-tabs-utils.d.ts +1 -0
  819. package/dist/types/components/utils/modal/index.d.ts +1 -1
  820. package/dist/types/components/utils/modal/loading.d.ts +4 -0
  821. package/dist/types/components.d.ts +162 -241
  822. package/hydrate/index.js +835 -791
  823. package/hydrate/index.mjs +835 -791
  824. package/package.json +1 -1
  825. package/scss/components/_links.scss +2 -5
  826. package/scss/mixins/_input.scss +2 -2
  827. package/scss/theme/classic/dark/_variables.scss +1 -1
  828. package/scss/theme/core/_components.scss +0 -2
  829. package/components/ix-basic-navigation.d.ts +0 -11
  830. package/components/ix-basic-navigation.js +0 -156
  831. package/components/ix-basic-navigation.js.map +0 -1
  832. package/components/ix-map-navigation-overlay.d.ts +0 -11
  833. package/components/ix-map-navigation-overlay.js +0 -9
  834. package/components/ix-map-navigation-overlay.js.map +0 -1
  835. package/components/ix-map-navigation.d.ts +0 -11
  836. package/components/ix-map-navigation.js +0 -240
  837. package/components/ix-map-navigation.js.map +0 -1
  838. package/components/p--2LOMK-5.js.map +0 -1
  839. package/components/p-0MSWDTqB.js.map +0 -1
  840. package/components/p-2fxFa_VL.js.map +0 -1
  841. package/components/p-BUIOrNGz.js.map +0 -1
  842. package/components/p-BaWdG-ph.js.map +0 -1
  843. package/components/p-Bvf7gwPU.js.map +0 -1
  844. package/components/p-CQhe_rqk.js.map +0 -1
  845. package/components/p-DBsESzrF.js.map +0 -1
  846. package/components/p-DLPEB4G8.js.map +0 -1
  847. package/components/p-D_rmJU0n.js.map +0 -1
  848. package/components/p-IgT3dgxG.js.map +0 -1
  849. package/components/p-UEMLzDk6.js +0 -92
  850. package/components/p-UEMLzDk6.js.map +0 -1
  851. package/components/p-yuZO1O90.js +0 -273
  852. package/components/p-yuZO1O90.js.map +0 -1
  853. package/dist/cjs/helper-text-util-BlElJLxk.js.map +0 -1
  854. package/dist/cjs/input.util-4AhBphgX.js.map +0 -1
  855. package/dist/cjs/ix-basic-navigation.cjs.entry.js +0 -93
  856. package/dist/cjs/ix-basic-navigation.entry.cjs.js.map +0 -1
  857. package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js +0 -56
  858. package/dist/cjs/ix-map-navigation-overlay.entry.cjs.js.map +0 -1
  859. package/dist/cjs/ix-map-navigation.cjs.entry.js +0 -169
  860. package/dist/cjs/ix-map-navigation.entry.cjs.js.map +0 -1
  861. package/dist/cjs/ix-menu-settings-Cdqo0r8E.js.map +0 -1
  862. package/dist/collection/components/basic-navigation/basic-navigation.css +0 -113
  863. package/dist/collection/components/basic-navigation/basic-navigation.js +0 -209
  864. package/dist/collection/components/basic-navigation/basic-navigation.js.map +0 -1
  865. package/dist/collection/components/map-navigation/map-navigation.css +0 -212
  866. package/dist/collection/components/map-navigation/map-navigation.js +0 -401
  867. package/dist/collection/components/map-navigation/map-navigation.js.map +0 -1
  868. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +0 -156
  869. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +0 -209
  870. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js.map +0 -1
  871. package/dist/esm/helper-text-util-rnbkuaac.js.map +0 -1
  872. package/dist/esm/input.util-VHrSuCP7.js.map +0 -1
  873. package/dist/esm/ix-basic-navigation.entry.js +0 -91
  874. package/dist/esm/ix-basic-navigation.entry.js.map +0 -1
  875. package/dist/esm/ix-map-navigation-overlay.entry.js +0 -54
  876. package/dist/esm/ix-map-navigation-overlay.entry.js.map +0 -1
  877. package/dist/esm/ix-map-navigation.entry.js +0 -167
  878. package/dist/esm/ix-map-navigation.entry.js.map +0 -1
  879. package/dist/esm/ix-menu-settings-DRSkDgox.js.map +0 -1
  880. package/dist/siemens-ix/ix-basic-navigation.entry.esm.js.map +0 -1
  881. package/dist/siemens-ix/ix-map-navigation-overlay.entry.esm.js.map +0 -1
  882. package/dist/siemens-ix/ix-map-navigation.entry.esm.js.map +0 -1
  883. package/dist/siemens-ix/p-01030dfb.entry.js +0 -2
  884. package/dist/siemens-ix/p-01030dfb.entry.js.map +0 -1
  885. package/dist/siemens-ix/p-08f4c3f0.entry.js +0 -2
  886. package/dist/siemens-ix/p-2055daf3.entry.js +0 -2
  887. package/dist/siemens-ix/p-2055daf3.entry.js.map +0 -1
  888. package/dist/siemens-ix/p-2180ddb8.entry.js +0 -2
  889. package/dist/siemens-ix/p-2db36aa6.entry.js.map +0 -1
  890. package/dist/siemens-ix/p-4b1745dc.entry.js.map +0 -1
  891. package/dist/siemens-ix/p-4f2fb1c5.entry.js +0 -2
  892. package/dist/siemens-ix/p-4f2fb1c5.entry.js.map +0 -1
  893. package/dist/siemens-ix/p-52d377d1.entry.js +0 -2
  894. package/dist/siemens-ix/p-52d377d1.entry.js.map +0 -1
  895. package/dist/siemens-ix/p-5e86944d.entry.js +0 -2
  896. package/dist/siemens-ix/p-608b3631.entry.js +0 -2
  897. package/dist/siemens-ix/p-710af987.entry.js +0 -2
  898. package/dist/siemens-ix/p-710af987.entry.js.map +0 -1
  899. package/dist/siemens-ix/p-730a6161.entry.js +0 -2
  900. package/dist/siemens-ix/p-730a6161.entry.js.map +0 -1
  901. package/dist/siemens-ix/p-75d8b192.entry.js +0 -2
  902. package/dist/siemens-ix/p-7e612a3b.entry.js +0 -2
  903. package/dist/siemens-ix/p-7e612a3b.entry.js.map +0 -1
  904. package/dist/siemens-ix/p-845054ca.entry.js +0 -2
  905. package/dist/siemens-ix/p-879a0cc5.entry.js +0 -2
  906. package/dist/siemens-ix/p-879a0cc5.entry.js.map +0 -1
  907. package/dist/siemens-ix/p-8aa0fda7.entry.js +0 -2
  908. package/dist/siemens-ix/p-8aa0fda7.entry.js.map +0 -1
  909. package/dist/siemens-ix/p-92a6324b.entry.js +0 -2
  910. package/dist/siemens-ix/p-9d135d59.entry.js +0 -2
  911. package/dist/siemens-ix/p-CX3n_rRh.js +0 -2
  912. package/dist/siemens-ix/p-CX3n_rRh.js.map +0 -1
  913. package/dist/siemens-ix/p-DS9crO46.js +0 -2
  914. package/dist/siemens-ix/p-DS9crO46.js.map +0 -1
  915. package/dist/siemens-ix/p-ad20efd0.entry.js +0 -2
  916. package/dist/siemens-ix/p-b6736ce7.entry.js +0 -2
  917. package/dist/siemens-ix/p-b6736ce7.entry.js.map +0 -1
  918. package/dist/siemens-ix/p-b7c5ab43.entry.js.map +0 -1
  919. package/dist/siemens-ix/p-c4b26603.entry.js +0 -2
  920. package/dist/siemens-ix/p-cc80918d.entry.js +0 -2
  921. package/dist/siemens-ix/p-d120adf6.entry.js +0 -2
  922. package/dist/siemens-ix/p-d120adf6.entry.js.map +0 -1
  923. package/dist/siemens-ix/p-d49f7ae4.entry.js +0 -2
  924. package/dist/siemens-ix/p-dd89a190.entry.js +0 -2
  925. package/dist/siemens-ix/p-e25aa385.entry.js.map +0 -1
  926. package/dist/siemens-ix/p-e3c57208.entry.js +0 -2
  927. package/dist/siemens-ix/p-eebe632b.entry.js +0 -2
  928. package/dist/siemens-ix/p-eebe632b.entry.js.map +0 -1
  929. package/dist/siemens-ix/p-eef311b1.entry.js +0 -2
  930. package/dist/siemens-ix/p-eef311b1.entry.js.map +0 -1
  931. package/dist/siemens-ix/p-f29f280b.entry.js +0 -2
  932. package/dist/siemens-ix/p-f3b485de.entry.js.map +0 -1
  933. package/dist/siemens-ix/p-f753f1f5.entry.js +0 -2
  934. package/dist/siemens-ix/p-f82e4e0f.entry.js +0 -2
  935. package/dist/siemens-ix/p-f82e4e0f.entry.js.map +0 -1
  936. package/dist/siemens-ix/p-sxLz5AVO.js.map +0 -1
  937. package/dist/types/components/basic-navigation/basic-navigation.d.ts +0 -33
  938. package/dist/types/components/map-navigation/map-navigation.d.ts +0 -68
  939. package/dist/types/components/map-navigation-overlay/map-navigation-overlay.d.ts +0 -43
  940. package/scss/theme/core/components/map-navigation.scss +0 -20
  941. /package/dist/siemens-ix/{p-08f4c3f0.entry.js.map → p-0411df39.entry.js.map} +0 -0
  942. /package/dist/siemens-ix/{p-6f152ed2.entry.js.map → p-06a2c69b.entry.js.map} +0 -0
  943. /package/dist/siemens-ix/{p-7e6beda5.entry.js.map → p-0ce03ad3.entry.js.map} +0 -0
  944. /package/dist/siemens-ix/{p-17a74a48.entry.js.map → p-0d621531.entry.js.map} +0 -0
  945. /package/dist/siemens-ix/{p-f9b4e5f1.entry.js.map → p-162a4cc0.entry.js.map} +0 -0
  946. /package/dist/siemens-ix/{p-337a3457.entry.js.map → p-196cffb5.entry.js.map} +0 -0
  947. /package/dist/siemens-ix/{p-3acbbe01.entry.js.map → p-1de1a2bf.entry.js.map} +0 -0
  948. /package/dist/siemens-ix/{p-89449e22.entry.js.map → p-2597a988.entry.js.map} +0 -0
  949. /package/dist/siemens-ix/{p-e825a921.entry.js.map → p-2ffde2d5.entry.js.map} +0 -0
  950. /package/dist/siemens-ix/{p-759ba03d.entry.js.map → p-31a8eaf9.entry.js.map} +0 -0
  951. /package/dist/siemens-ix/{p-7cf61ff6.entry.js.map → p-33fcea65.entry.js.map} +0 -0
  952. /package/dist/siemens-ix/{p-34e530b9.entry.js.map → p-367df024.entry.js.map} +0 -0
  953. /package/dist/siemens-ix/{p-67e4f814.entry.js.map → p-37bd983a.entry.js.map} +0 -0
  954. /package/dist/siemens-ix/{p-a02e0685.entry.js.map → p-38e45020.entry.js.map} +0 -0
  955. /package/dist/siemens-ix/{p-fabcc5f5.entry.js.map → p-396e1f3d.entry.js.map} +0 -0
  956. /package/dist/siemens-ix/{p-845054ca.entry.js.map → p-425d6925.entry.js.map} +0 -0
  957. /package/dist/siemens-ix/{p-db9d5872.entry.js.map → p-484bddf4.entry.js.map} +0 -0
  958. /package/dist/siemens-ix/{p-51786593.entry.js.map → p-496e98ac.entry.js.map} +0 -0
  959. /package/dist/siemens-ix/{p-7388d2ee.entry.js.map → p-4c18f123.entry.js.map} +0 -0
  960. /package/dist/siemens-ix/{p-548a2231.entry.js.map → p-4c1f90cb.entry.js.map} +0 -0
  961. /package/dist/siemens-ix/{p-3b314194.entry.js.map → p-4e4d792d.entry.js.map} +0 -0
  962. /package/dist/siemens-ix/{p-dd89a190.entry.js.map → p-4e77d861.entry.js.map} +0 -0
  963. /package/dist/siemens-ix/{p-d8fb5a86.entry.js.map → p-5779f16e.entry.js.map} +0 -0
  964. /package/dist/siemens-ix/{p-48cbacaf.entry.js.map → p-5b57bde1.entry.js.map} +0 -0
  965. /package/dist/siemens-ix/{p-aa6368b4.entry.js.map → p-667e3184.entry.js.map} +0 -0
  966. /package/dist/siemens-ix/{p-538843d4.entry.js.map → p-6a4bc78a.entry.js.map} +0 -0
  967. /package/dist/siemens-ix/{p-4b65234d.entry.js.map → p-6dc6eb63.entry.js.map} +0 -0
  968. /package/dist/siemens-ix/{p-e3c57208.entry.js.map → p-70af7f44.entry.js.map} +0 -0
  969. /package/dist/siemens-ix/{p-788e1ef8.entry.js.map → p-74e7b03f.entry.js.map} +0 -0
  970. /package/dist/siemens-ix/{p-e562ffb2.entry.js.map → p-77fd2138.entry.js.map} +0 -0
  971. /package/dist/siemens-ix/{p-0d4f0223.entry.js.map → p-7827c263.entry.js.map} +0 -0
  972. /package/dist/siemens-ix/{p-a4d6ee80.entry.js.map → p-7bad0544.entry.js.map} +0 -0
  973. /package/dist/siemens-ix/{p-784c6dd6.entry.js.map → p-8ce61408.entry.js.map} +0 -0
  974. /package/dist/siemens-ix/{p-c0064123.entry.js.map → p-8f17f6ec.entry.js.map} +0 -0
  975. /package/dist/siemens-ix/{p-67766c28.entry.js.map → p-8f9368b8.entry.js.map} +0 -0
  976. /package/dist/siemens-ix/{p-92a6324b.entry.js.map → p-8fa8d0e3.entry.js.map} +0 -0
  977. /package/dist/siemens-ix/{p-3472fc1a.entry.js.map → p-8fc2bea6.entry.js.map} +0 -0
  978. /package/dist/siemens-ix/{p-9e7223f6.entry.js.map → p-905d4977.entry.js.map} +0 -0
  979. /package/dist/siemens-ix/{p-c4b26603.entry.js.map → p-92ec7f27.entry.js.map} +0 -0
  980. /package/dist/siemens-ix/{p-ad20efd0.entry.js.map → p-a3baca2f.entry.js.map} +0 -0
  981. /package/dist/siemens-ix/{p-0e2b89f2.entry.js.map → p-a4225101.entry.js.map} +0 -0
  982. /package/dist/siemens-ix/{p-20ad8d1e.entry.js.map → p-b27a9744.entry.js.map} +0 -0
  983. /package/dist/siemens-ix/{p-fea12773.entry.js.map → p-b3453edf.entry.js.map} +0 -0
  984. /package/dist/siemens-ix/{p-556417c6.entry.js.map → p-b41a7abb.entry.js.map} +0 -0
  985. /package/dist/siemens-ix/{p-957d0d0b.entry.js.map → p-b76df1c7.entry.js.map} +0 -0
  986. /package/dist/siemens-ix/{p-65842e35.entry.js.map → p-b7ef70d4.entry.js.map} +0 -0
  987. /package/dist/siemens-ix/{p-2f54ce99.entry.js.map → p-b9880608.entry.js.map} +0 -0
  988. /package/dist/siemens-ix/{p-467c0fff.entry.js.map → p-c43b201b.entry.js.map} +0 -0
  989. /package/dist/siemens-ix/{p-fc3071d0.entry.js.map → p-c5c863e1.entry.js.map} +0 -0
  990. /package/dist/siemens-ix/{p-d1941577.entry.js.map → p-c94739d0.entry.js.map} +0 -0
  991. /package/dist/siemens-ix/{p-04f1b89a.entry.js.map → p-ca3b24b1.entry.js.map} +0 -0
  992. /package/dist/siemens-ix/{p-cc80918d.entry.js.map → p-ca43aa61.entry.js.map} +0 -0
  993. /package/dist/siemens-ix/{p-58219b7e.entry.js.map → p-cd1afcc9.entry.js.map} +0 -0
  994. /package/dist/siemens-ix/{p-d4ba3f9f.entry.js.map → p-cf041cfd.entry.js.map} +0 -0
  995. /package/dist/siemens-ix/{p-80f55403.entry.js.map → p-d10b9798.entry.js.map} +0 -0
  996. /package/dist/siemens-ix/{p-ecff1e2f.entry.js.map → p-d193381f.entry.js.map} +0 -0
  997. /package/dist/siemens-ix/{p-dff78943.entry.js.map → p-d3a60c52.entry.js.map} +0 -0
  998. /package/dist/siemens-ix/{p-41b9392e.entry.js.map → p-da3a9845.entry.js.map} +0 -0
  999. /package/dist/siemens-ix/{p-94fa5d00.entry.js.map → p-df6bb698.entry.js.map} +0 -0
  1000. /package/dist/siemens-ix/{p-85f3aa13.entry.js.map → p-e0b9cf68.entry.js.map} +0 -0
  1001. /package/dist/siemens-ix/{p-81120f11.entry.js.map → p-e42f62a1.entry.js.map} +0 -0
  1002. /package/dist/siemens-ix/{p-da6a27c1.entry.js.map → p-e48977ed.entry.js.map} +0 -0
  1003. /package/dist/siemens-ix/{p-1f5befb2.entry.js.map → p-ea15fc79.entry.js.map} +0 -0
  1004. /package/dist/siemens-ix/{p-4448252f.entry.js.map → p-ea37abf6.entry.js.map} +0 -0
  1005. /package/dist/siemens-ix/{p-b5e0ddb3.entry.js.map → p-ea410634.entry.js.map} +0 -0
  1006. /package/dist/siemens-ix/{p-39950a1c.entry.js.map → p-eba7f62c.entry.js.map} +0 -0
  1007. /package/dist/siemens-ix/{p-9d8fb7dd.entry.js.map → p-f119c105.entry.js.map} +0 -0
  1008. /package/dist/siemens-ix/{p-347fcf94.entry.js.map → p-fc73c8cc.entry.js.map} +0 -0
  1009. /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
- * @since 3.0.0
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": number;
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": string;
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
- * @since 3.0.0
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>;