@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
@@ -1,209 +0,0 @@
1
- /*
2
- * SPDX-FileCopyrightText: 2023 Siemens AG
3
- *
4
- * SPDX-License-Identifier: MIT
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * LICENSE file in the root directory of this source tree.
8
- */
9
- import { h, Host } from "@stencil/core";
10
- import { ApplicationLayoutContext } from "../utils/application-layout/context";
11
- import { applicationLayoutService } from "../utils/application-layout/service";
12
- import { useContextProvider } from "../utils/context";
13
- import { menuController } from "../utils/menu-service/menu-service";
14
- export class BasicNavigation {
15
- constructor() {
16
- /**
17
- * Hide application header. Will disable responsive feature of basic navigation.
18
- */
19
- this.hideHeader = false;
20
- /**
21
- * Supported layouts
22
- * @example ['sm', 'md']
23
- */
24
- this.breakpoints = ['sm', 'md', 'lg'];
25
- this.breakpoint = 'lg';
26
- }
27
- onHideHeaderChange() {
28
- var _a;
29
- (_a = this.contextProvider) === null || _a === void 0 ? void 0 : _a.emit({
30
- hideHeader: this.hideHeader,
31
- host: 'basic-navigation',
32
- });
33
- this.breakpoint = applicationLayoutService.breakpoint;
34
- }
35
- forceLayoutChange(newMode) {
36
- if (!newMode) {
37
- applicationLayoutService.enableBreakpointDetection();
38
- return;
39
- }
40
- applicationLayoutService.disableBreakpointDetection();
41
- applicationLayoutService.setBreakpoint(newMode);
42
- }
43
- onBreakpointsChange(breakpoints) {
44
- applicationLayoutService.setBreakpoints(breakpoints);
45
- }
46
- get menu() {
47
- return this.hostElement.querySelector('ix-menu');
48
- }
49
- onContentClick() {
50
- var _a;
51
- if (menuController.isPinned) {
52
- return;
53
- }
54
- (_a = this.menu) === null || _a === void 0 ? void 0 : _a.toggleMenu(false);
55
- }
56
- componentWillLoad() {
57
- applicationLayoutService.setBreakpoints(this.breakpoints);
58
- this.contextProvider = useContextProvider(this.hostElement, ApplicationLayoutContext, {
59
- hideHeader: this.hideHeader,
60
- host: 'basic-navigation',
61
- });
62
- this.modeDisposable = applicationLayoutService.onChange.on((mode) => {
63
- this.breakpoint = mode;
64
- });
65
- this.breakpoint = applicationLayoutService.breakpoint;
66
- if (this.forceBreakpoint) {
67
- this.forceLayoutChange(this.forceBreakpoint);
68
- }
69
- }
70
- componentDidRender() {
71
- if (this.menu) {
72
- this.menu.applicationName = this.applicationName;
73
- }
74
- }
75
- disconnectedCallback() {
76
- var _a;
77
- (_a = this.modeDisposable) === null || _a === void 0 ? void 0 : _a.dispose();
78
- }
79
- render() {
80
- return (h(Host, { key: '72e6c6050cef8b4776e9e9d6a1ef6645b2af1f9e', "data-role": "", class: {
81
- 'hide-header': this.hideHeader,
82
- [`breakpoint-${this.breakpoint}`]: true,
83
- } }, !this.hideHeader ? (h("ix-application-header", { name: this.applicationName }, h("slot", { name: "logo", slot: "logo" }))) : null, h("div", { key: 'c4d12a54cdcf89470499dc18833ab6acc6cee6dd', class: "navigation-content" }, h("slot", { key: '3247841eebc0d261e876796bcbeb4780a1b7904e', name: "menu" }), h("div", { key: 'c78066d0295ee066d590bc78e7f1598aaf3bc348', class: "content", onClick: () => this.onContentClick() }, h("slot", { key: '9a4e32d3200e9ea67ad5ec48b7acb609335804ec' })))));
84
- }
85
- static get is() { return "ix-basic-navigation"; }
86
- static get encapsulation() { return "shadow"; }
87
- static get originalStyleUrls() {
88
- return {
89
- "$": ["basic-navigation.scss"]
90
- };
91
- }
92
- static get styleUrls() {
93
- return {
94
- "$": ["basic-navigation.css"]
95
- };
96
- }
97
- static get properties() {
98
- return {
99
- "applicationName": {
100
- "type": "string",
101
- "attribute": "application-name",
102
- "mutable": false,
103
- "complexType": {
104
- "original": "string",
105
- "resolved": "string | undefined",
106
- "references": {}
107
- },
108
- "required": false,
109
- "optional": true,
110
- "docs": {
111
- "tags": [],
112
- "text": "Application name"
113
- },
114
- "getter": false,
115
- "setter": false,
116
- "reflect": false
117
- },
118
- "hideHeader": {
119
- "type": "boolean",
120
- "attribute": "hide-header",
121
- "mutable": false,
122
- "complexType": {
123
- "original": "boolean",
124
- "resolved": "boolean",
125
- "references": {}
126
- },
127
- "required": false,
128
- "optional": false,
129
- "docs": {
130
- "tags": [],
131
- "text": "Hide application header. Will disable responsive feature of basic navigation."
132
- },
133
- "getter": false,
134
- "setter": false,
135
- "reflect": false,
136
- "defaultValue": "false"
137
- },
138
- "forceBreakpoint": {
139
- "type": "string",
140
- "attribute": "force-breakpoint",
141
- "mutable": false,
142
- "complexType": {
143
- "original": "Breakpoint | undefined",
144
- "resolved": "\"lg\" | \"md\" | \"sm\" | undefined",
145
- "references": {
146
- "Breakpoint": {
147
- "location": "import",
148
- "path": "../utils/breakpoints",
149
- "id": "src/components/utils/breakpoints.ts::Breakpoint"
150
- }
151
- }
152
- },
153
- "required": false,
154
- "optional": false,
155
- "docs": {
156
- "tags": [],
157
- "text": "Change the responsive layout of the menu structure"
158
- },
159
- "getter": false,
160
- "setter": false,
161
- "reflect": false
162
- },
163
- "breakpoints": {
164
- "type": "unknown",
165
- "attribute": "breakpoints",
166
- "mutable": false,
167
- "complexType": {
168
- "original": "Breakpoint[]",
169
- "resolved": "(\"sm\" | \"md\" | \"lg\")[]",
170
- "references": {
171
- "Breakpoint": {
172
- "location": "import",
173
- "path": "../utils/breakpoints",
174
- "id": "src/components/utils/breakpoints.ts::Breakpoint"
175
- }
176
- }
177
- },
178
- "required": false,
179
- "optional": false,
180
- "docs": {
181
- "tags": [{
182
- "name": "example",
183
- "text": "['sm', 'md']"
184
- }],
185
- "text": "Supported layouts"
186
- },
187
- "getter": false,
188
- "setter": false,
189
- "defaultValue": "['sm', 'md', 'lg']"
190
- }
191
- };
192
- }
193
- static get states() {
194
- return {
195
- "breakpoint": {}
196
- };
197
- }
198
- static get elementRef() { return "hostElement"; }
199
- static get watchers() {
200
- return [{
201
- "propName": "hideHeader",
202
- "methodName": "onHideHeaderChange"
203
- }, {
204
- "propName": "breakpoints",
205
- "methodName": "onBreakpointsChange"
206
- }];
207
- }
208
- }
209
- //# sourceMappingURL=basic-navigation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"basic-navigation.js","sourceRoot":"","sources":["../../../src/components/basic-navigation/basic-navigation.tsx"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAChF,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAE/E,OAAO,EAAmB,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAQpE,MAAM,OAAO,eAAe;IAL5B;QAaE;;WAEG;QACK,eAAU,GAAG,KAAK,CAAC;QAyB3B;;;WAGG;QACK,gBAAW,GAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;QAM9C,eAAU,GAAe,IAAI,CAAC;KAuExC;IAxGC,kBAAkB;;QAChB,MAAA,IAAI,CAAC,eAAe,0CAAE,IAAI,CAAC;YACzB,UAAU,EAAE,IAAI,CAAC,UAAU;YAC3B,IAAI,EAAE,kBAAkB;SACzB,CAAC,CAAC;QAEH,IAAI,CAAC,UAAU,GAAG,wBAAwB,CAAC,UAAU,CAAC;IACxD,CAAC;IAMD,iBAAiB,CAAC,OAA+B;QAC/C,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,wBAAwB,CAAC,yBAAyB,EAAE,CAAC;YACrD,OAAO;QACT,CAAC;QAED,wBAAwB,CAAC,0BAA0B,EAAE,CAAC;QACtD,wBAAwB,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;IAClD,CAAC;IAQD,mBAAmB,CAAC,WAAyB;QAC3C,wBAAwB,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC;IACvD,CAAC;IAID,IAAI,IAAI;QACN,OAAO,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;IACnD,CAAC;IAKO,cAAc;;QACpB,IAAI,cAAc,CAAC,QAAQ,EAAE,CAAC;YAC5B,OAAO;QACT,CAAC;QACD,MAAA,IAAI,CAAC,IAAI,0CAAE,UAAU,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;IAED,iBAAiB;QACf,wBAAwB,CAAC,cAAc,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAE1D,IAAI,CAAC,eAAe,GAAG,kBAAkB,CACvC,IAAI,CAAC,WAAW,EAChB,wBAAwB,EACxB;YACE,UAAU,EAAE,IAAI,CAAC,UAAU;YAC3B,IAAI,EAAE,kBAAkB;SACzB,CACF,CAAC;QAEF,IAAI,CAAC,cAAc,GAAG,wBAAwB,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,EAAE;YAClE,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC;QACzB,CAAC,CAAC,CAAC;QACH,IAAI,CAAC,UAAU,GAAG,wBAAwB,CAAC,UAAU,CAAC;QAEtD,IAAI,IAAI,CAAC,eAAe,EAAE,CAAC;YACzB,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC/C,CAAC;IACH,CAAC;IAED,kBAAkB;QAChB,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;YACd,IAAI,CAAC,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC,eAAe,CAAC;QACnD,CAAC;IACH,CAAC;IAED,oBAAoB;;QAClB,MAAA,IAAI,CAAC,cAAc,0CAAE,OAAO,EAAE,CAAC;IACjC,CAAC;IAED,MAAM;QACJ,OAAO,CACL,EAAC,IAAI,kEACO,EAAE,EACZ,KAAK,EAAE;gBACL,aAAa,EAAE,IAAI,CAAC,UAAU;gBAC9B,CAAC,cAAc,IAAI,CAAC,UAAU,EAAE,CAAC,EAAE,IAAI;aACxC;YAEA,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAClB,6BAAuB,IAAI,EAAE,IAAI,CAAC,eAAe;gBAC/C,YAAM,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,MAAM,GAAQ,CACf,CACzB,CAAC,CAAC,CAAC,IAAI;YACR,4DAAK,KAAK,EAAC,oBAAoB;gBAC7B,6DAAM,IAAI,EAAC,MAAM,GAAQ;gBACzB,4DAAK,KAAK,EAAC,SAAS,EAAC,OAAO,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE;oBACvD,8DAAa,CACT,CACF,CACD,CACR,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { Component, Element, h, Host, Prop, State, Watch } from '@stencil/core';\nimport { ApplicationLayoutContext } from '../utils/application-layout/context';\nimport { applicationLayoutService } from '../utils/application-layout/service';\nimport { Breakpoint } from '../utils/breakpoints';\nimport { ContextProvider, useContextProvider } from '../utils/context';\nimport { menuController } from '../utils/menu-service/menu-service';\nimport { Disposable } from '../utils/typed-event';\n\n@Component({\n tag: 'ix-basic-navigation',\n styleUrl: 'basic-navigation.scss',\n shadow: true,\n})\nexport class BasicNavigation {\n @Element() hostElement!: HTMLIxBasicNavigationElement;\n\n /**\n * Application name\n */\n @Prop() applicationName?: string;\n\n /**\n * Hide application header. Will disable responsive feature of basic navigation.\n */\n @Prop() hideHeader = false;\n @Watch('hideHeader')\n onHideHeaderChange() {\n this.contextProvider?.emit({\n hideHeader: this.hideHeader,\n host: 'basic-navigation',\n });\n\n this.breakpoint = applicationLayoutService.breakpoint;\n }\n\n /**\n * Change the responsive layout of the menu structure\n */\n @Prop() forceBreakpoint: Breakpoint | undefined;\n forceLayoutChange(newMode: Breakpoint | undefined) {\n if (!newMode) {\n applicationLayoutService.enableBreakpointDetection();\n return;\n }\n\n applicationLayoutService.disableBreakpointDetection();\n applicationLayoutService.setBreakpoint(newMode);\n }\n\n /**\n * Supported layouts\n * @example ['sm', 'md']\n */\n @Prop() breakpoints: Breakpoint[] = ['sm', 'md', 'lg'];\n @Watch('breakpoints')\n onBreakpointsChange(breakpoints: Breakpoint[]) {\n applicationLayoutService.setBreakpoints(breakpoints);\n }\n\n @State() breakpoint: Breakpoint = 'lg';\n\n get menu(): HTMLIxMenuElement | null {\n return this.hostElement.querySelector('ix-menu');\n }\n\n private modeDisposable?: Disposable;\n private contextProvider?: ContextProvider<typeof ApplicationLayoutContext>;\n\n private onContentClick() {\n if (menuController.isPinned) {\n return;\n }\n this.menu?.toggleMenu(false);\n }\n\n componentWillLoad() {\n applicationLayoutService.setBreakpoints(this.breakpoints);\n\n this.contextProvider = useContextProvider(\n this.hostElement,\n ApplicationLayoutContext,\n {\n hideHeader: this.hideHeader,\n host: 'basic-navigation',\n }\n );\n\n this.modeDisposable = applicationLayoutService.onChange.on((mode) => {\n this.breakpoint = mode;\n });\n this.breakpoint = applicationLayoutService.breakpoint;\n\n if (this.forceBreakpoint) {\n this.forceLayoutChange(this.forceBreakpoint);\n }\n }\n\n componentDidRender() {\n if (this.menu) {\n this.menu.applicationName = this.applicationName;\n }\n }\n\n disconnectedCallback() {\n this.modeDisposable?.dispose();\n }\n\n render() {\n return (\n <Host\n data-role=\"\"\n class={{\n 'hide-header': this.hideHeader,\n [`breakpoint-${this.breakpoint}`]: true,\n }}\n >\n {!this.hideHeader ? (\n <ix-application-header name={this.applicationName}>\n <slot name=\"logo\" slot=\"logo\"></slot>\n </ix-application-header>\n ) : null}\n <div class=\"navigation-content\">\n <slot name=\"menu\"></slot>\n <div class=\"content\" onClick={() => this.onContentClick()}>\n <slot></slot>\n </div>\n </div>\n </Host>\n );\n }\n}\n"]}
@@ -1,212 +0,0 @@
1
- /*
2
- * SPDX-FileCopyrightText: 2023 Siemens AG
3
- *
4
- * SPDX-License-Identifier: MIT
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * LICENSE file in the root directory of this source tree.
8
- */
9
- /*
10
- * SPDX-FileCopyrightText: 2024 Siemens AG
11
- *
12
- * SPDX-License-Identifier: MIT
13
- *
14
- * This source code is licensed under the MIT license found in the
15
- * LICENSE file in the root directory of this source tree.
16
- */
17
- /* Dimensions */
18
- /* Font sizes */
19
- /* Line heights */
20
- /*
21
- * SPDX-FileCopyrightText: 2023 Siemens AG
22
- *
23
- * SPDX-License-Identifier: MIT
24
- *
25
- * This source code is licensed under the MIT license found in the
26
- * LICENSE file in the root directory of this source tree.
27
- */
28
- /*
29
- * SPDX-FileCopyrightText: 2024 Siemens AG
30
- *
31
- * SPDX-License-Identifier: MIT
32
- *
33
- * This source code is licensed under the MIT license found in the
34
- * LICENSE file in the root directory of this source tree.
35
- */
36
- /*
37
- * SPDX-FileCopyrightText: 2024 Siemens AG
38
- *
39
- * SPDX-License-Identifier: MIT
40
- *
41
- * This source code is licensed under the MIT license found in the
42
- * LICENSE file in the root directory of this source tree.
43
- */
44
- /*
45
- * SPDX-FileCopyrightText: 2024 Siemens AG
46
- *
47
- * SPDX-License-Identifier: MIT
48
- *
49
- * This source code is licensed under the MIT license found in the
50
- * LICENSE file in the root directory of this source tree.
51
- */
52
- /*
53
- * SPDX-FileCopyrightText: 2024 Siemens AG
54
- *
55
- * SPDX-License-Identifier: MIT
56
- *
57
- * This source code is licensed under the MIT license found in the
58
- * LICENSE file in the root directory of this source tree.
59
- */
60
- :host {
61
- display: flex;
62
- position: relative;
63
- width: 100%;
64
- height: 100%;
65
- }
66
- :host *,
67
- :host *::after,
68
- :host *::before {
69
- box-sizing: border-box;
70
- }
71
- :host ::-webkit-scrollbar-button {
72
- display: none;
73
- }
74
- @-moz-document url-prefix() {
75
- :host * {
76
- scrollbar-color: var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);
77
- scrollbar-width: thin;
78
- }
79
- }
80
- :host {
81
- /* width */
82
- }
83
- :host ::-webkit-scrollbar {
84
- width: 0.5rem;
85
- height: 0.5rem;
86
- }
87
- :host {
88
- /* Track */
89
- }
90
- :host ::-webkit-scrollbar-track {
91
- border-radius: 5px;
92
- background: var(--theme-scrollbar-track--background);
93
- }
94
- :host ::-webkit-scrollbar-track:hover {
95
- background: var(--theme-scrollbar-track--background--hover);
96
- }
97
- :host {
98
- /* Handle */
99
- }
100
- :host ::-webkit-scrollbar-thumb {
101
- border-radius: 5px;
102
- background: var(--theme-scrollbar-thumb--background);
103
- }
104
- :host {
105
- /* Handle on hover */
106
- }
107
- :host ::-webkit-scrollbar-thumb:hover {
108
- background: var(--theme-scrollbar-thumb--background--hover);
109
- }
110
- :host ::-webkit-scrollbar-corner {
111
- display: none;
112
- }
113
- :host .map-nav {
114
- display: flex;
115
- margin-left: 3.25rem;
116
- position: relative;
117
- height: 100%;
118
- flex-grow: 1;
119
- overflow: hidden;
120
- }
121
- :host .map-nav-sidebar {
122
- display: flex;
123
- flex-direction: column;
124
- align-items: center;
125
- width: 29.75rem;
126
- max-width: 29.75rem;
127
- min-width: 29.75rem;
128
- height: 100%;
129
- left: 4rem;
130
- background-color: var(--theme-map-navigation--background);
131
- border-inline-end: 0.125rem solid var(--theme-map-navigation-separator--background);
132
- z-index: 99;
133
- }
134
- :host .map-nav-sidebar.display-none {
135
- display: none;
136
- }
137
- :host .map-nav-sidebar-content {
138
- align-items: center;
139
- position: relative;
140
- overflow: auto;
141
- height: 100%;
142
- width: 100%;
143
- }
144
- :host .map-nav-sidebar-content .map-nav-sidebar-static-content {
145
- display: flex;
146
- justify-content: space-between;
147
- margin-top: 0.437rem;
148
- margin-bottom: 0.812rem;
149
- margin-left: 1rem;
150
- margin-right: 1rem;
151
- font-family: Siemens Sans, sans-serif;
152
- font-size: 1.375rem;
153
- font-weight: 700;
154
- line-height: 1.455em;
155
- color: var(--theme-color-std-text);
156
- -webkit-font-smoothing: antialiased;
157
- -moz-osx-font-smooting: grayscale;
158
- }
159
- :host .map-nav-header {
160
- display: flex;
161
- position: relative;
162
- align-items: center;
163
- height: 3.5rem;
164
- min-height: 3.5rem;
165
- width: 100%;
166
- }
167
- :host .map-nav-header .map-nav-header-brand {
168
- background-color: var(--theme-map-navigation-background);
169
- padding-left: 1rem;
170
- padding-right: 1rem;
171
- padding-bottom: 0.625rem;
172
- height: 100%;
173
- width: 100%;
174
- --theme-app-header--color: var(--theme-map-navigation-header--color);
175
- --theme-app-header-logo--color: var(--theme-map-navigation-logo--color);
176
- }
177
- :host .map-nav-header .map-nav-header-brand button {
178
- margin-left: 1rem;
179
- }
180
- :host .map-nav-header-content {
181
- display: flex;
182
- height: 3.5rem;
183
- align-items: center;
184
- overflow: hidden;
185
- padding: 0 1rem;
186
- }
187
- :host .map-nav-header-content.empty {
188
- height: 0;
189
- }
190
- :host .map-nav-title {
191
- display: flex;
192
- align-items: center;
193
- flex-grow: 1;
194
- font-family: Siemens Sans, sans-serif;
195
- font-size: 1.375rem;
196
- font-weight: 700;
197
- line-height: 1.455em;
198
- color: var(--theme-color-std-text);
199
- -webkit-font-smoothing: antialiased;
200
- -moz-osx-font-smooting: grayscale;
201
- }
202
- :host .content {
203
- display: block;
204
- flex-grow: 1;
205
- position: relative;
206
- height: 100%;
207
- overflow: hidden;
208
- z-index: calc(var(--theme-z-index-sticky) - 1);
209
- }
210
- :host ::slotted(ix-menu) {
211
- position: absolute;
212
- }