@siemens/ix 0.0.0-pr-2238-20251103105018 → 0.0.0-pr-2269-20251117133306

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 (971) hide show
  1. package/components/index.js +4 -4
  2. package/components/ix-action-card.js +4 -4
  3. package/components/ix-application-header.js +263 -1
  4. package/components/ix-application-header.js.map +1 -1
  5. package/components/ix-application-sidebar.js +1 -1
  6. package/components/ix-application-switch-modal.js +8 -8
  7. package/components/ix-application.js +5 -7
  8. package/components/ix-application.js.map +1 -1
  9. package/components/ix-avatar.js +1 -1
  10. package/components/ix-blind.js +8 -8
  11. package/components/ix-breadcrumb-item.js +1 -1
  12. package/components/ix-breadcrumb.js +7 -7
  13. package/components/ix-button.js +1 -1
  14. package/components/ix-card-accordion.js +1 -1
  15. package/components/ix-card-content.js +1 -1
  16. package/components/ix-card-list.js +12 -12
  17. package/components/ix-card-title.js +1 -1
  18. package/components/ix-card.js +1 -1
  19. package/components/ix-category-filter.js +21 -15
  20. package/components/ix-category-filter.js.map +1 -1
  21. package/components/ix-checkbox-group.js +8 -8
  22. package/components/ix-checkbox.js +6 -6
  23. package/components/ix-chip.js +10 -10
  24. package/components/ix-col.js +1 -1
  25. package/components/ix-content-header.js +8 -8
  26. package/components/ix-content.js +4 -4
  27. package/components/ix-css-grid-item.js +2 -2
  28. package/components/ix-css-grid.js +2 -2
  29. package/components/ix-custom-field.js +7 -7
  30. package/components/ix-date-dropdown.js +16 -16
  31. package/components/ix-date-input.js +33 -17
  32. package/components/ix-date-input.js.map +1 -1
  33. package/components/ix-date-picker.js +1 -1
  34. package/components/ix-date-time-card.js +1 -1
  35. package/components/ix-datetime-picker.js +14 -14
  36. package/components/ix-datetime-picker.js.map +1 -1
  37. package/components/ix-divider.js +1 -1
  38. package/components/ix-drawer.js +9 -9
  39. package/components/ix-dropdown-button.js +9 -9
  40. package/components/ix-dropdown-header.js +3 -3
  41. package/components/ix-dropdown-item.js +1 -1
  42. package/components/ix-dropdown-quick-actions.js +2 -2
  43. package/components/ix-dropdown.js +1 -1
  44. package/components/ix-empty-state.js +5 -5
  45. package/components/ix-event-list-item.js +6 -6
  46. package/components/ix-event-list.js +3 -3
  47. package/components/ix-expanding-search.js +8 -8
  48. package/components/ix-field-label.js +1 -1
  49. package/components/ix-field-wrapper.js +1 -1
  50. package/components/ix-filter-chip.js +1 -1
  51. package/components/ix-flip-tile-content.js +2 -2
  52. package/components/ix-flip-tile.js +7 -7
  53. package/components/ix-group-context-menu.js +1 -1
  54. package/components/ix-group-item.js +1 -1
  55. package/components/ix-group.js +14 -14
  56. package/components/ix-helper-text.js +5 -5
  57. package/components/ix-icon-button.js +1 -1
  58. package/components/ix-icon-toggle-button.js +4 -4
  59. package/components/ix-input-group.js +2 -2
  60. package/components/ix-input.js +26 -15
  61. package/components/ix-input.js.map +1 -1
  62. package/components/ix-key-value-list.js +2 -2
  63. package/components/ix-key-value.js +2 -2
  64. package/components/ix-kpi.js +5 -5
  65. package/components/ix-layout-auto.js +2 -2
  66. package/components/ix-layout-grid.js +1 -1
  67. package/components/ix-link-button.js +5 -5
  68. package/components/ix-menu-about-item.js +2 -2
  69. package/components/ix-menu-about-news.js +10 -10
  70. package/components/ix-menu-about.js +11 -9
  71. package/components/ix-menu-about.js.map +1 -1
  72. package/components/ix-menu-avatar-item.js +1 -1
  73. package/components/ix-menu-avatar.js +12 -12
  74. package/components/ix-menu-category.js +14 -14
  75. package/components/ix-menu-expand-icon.js +1 -1
  76. package/components/ix-menu-item.js +1 -1
  77. package/components/ix-menu-settings-item.js +2 -2
  78. package/components/ix-menu-settings.js +1 -1
  79. package/components/ix-menu.js +22 -32
  80. package/components/ix-menu.js.map +1 -1
  81. package/components/ix-message-bar.js +5 -5
  82. package/components/ix-modal-content.js +1 -1
  83. package/components/ix-modal-footer.js +2 -2
  84. package/components/ix-modal-header.js +1 -1
  85. package/components/ix-modal-loading.js +3 -3
  86. package/components/ix-modal.js +5 -5
  87. package/components/ix-number-input.js +172 -39
  88. package/components/ix-number-input.js.map +1 -1
  89. package/components/ix-pagination.js +17 -17
  90. package/components/ix-pane-layout.js +2 -2
  91. package/components/ix-pane.js +11 -11
  92. package/components/ix-pill.js +7 -7
  93. package/components/ix-progress-indicator.js +7 -7
  94. package/components/ix-push-card.js +7 -7
  95. package/components/ix-radio-group.js +40 -9
  96. package/components/ix-radio-group.js.map +1 -1
  97. package/components/ix-radio.js +46 -20
  98. package/components/ix-radio.js.map +1 -1
  99. package/components/ix-row.js +1 -1
  100. package/components/ix-select-item.js +1 -1
  101. package/components/ix-select.js +1 -1
  102. package/components/ix-slider.js +10 -10
  103. package/components/ix-spinner.js +1 -1
  104. package/components/ix-split-button.js +32 -18
  105. package/components/ix-split-button.js.map +1 -1
  106. package/components/ix-tab-item.js +1 -1
  107. package/components/ix-tabs.js +1 -1
  108. package/components/ix-textarea.js +9 -9
  109. package/components/ix-tile.js +5 -5
  110. package/components/ix-time-input.js +34 -18
  111. package/components/ix-time-input.js.map +1 -1
  112. package/components/ix-time-picker.js +1 -1
  113. package/components/ix-toast-container.js +7 -7
  114. package/components/ix-toast.js +1 -1
  115. package/components/ix-toggle-button.js +3 -3
  116. package/components/ix-toggle.js +6 -6
  117. package/components/ix-toggle.js.map +1 -1
  118. package/components/ix-tooltip.js +1 -1
  119. package/components/ix-tree-item.js +1 -1
  120. package/components/ix-tree.js +3 -3
  121. package/components/ix-typography.js +1 -1
  122. package/components/ix-upload.js +7 -7
  123. package/components/ix-validation-tooltip.js +3 -3
  124. package/components/ix-workflow-step.js +5 -5
  125. package/components/ix-workflow-steps.js +2 -2
  126. package/components/{p-BccEFWg2.js → p-10zMtvCF.js} +6 -6
  127. package/components/{p-BccEFWg2.js.map → p-10zMtvCF.js.map} +1 -1
  128. package/components/{p-CkrLmEP7.js → p-1pd_0dhF.js} +4 -4
  129. package/components/{p-CkrLmEP7.js.map → p-1pd_0dhF.js.map} +1 -1
  130. package/components/{p-BNwXjBuF.js → p-B006bhbX.js} +4 -4
  131. package/components/{p-BNwXjBuF.js.map → p-B006bhbX.js.map} +1 -1
  132. package/components/{p-DOEb0lKA.js → p-B45tl2du.js} +4 -4
  133. package/components/{p-DOEb0lKA.js.map → p-B45tl2du.js.map} +1 -1
  134. package/components/{p-DgfGA7Z3.js → p-BBwXlKhE.js} +4 -4
  135. package/components/{p-DgfGA7Z3.js.map → p-BBwXlKhE.js.map} +1 -1
  136. package/components/{p-ciUqTzkB.js → p-BEDohapR.js} +6 -6
  137. package/components/{p-ciUqTzkB.js.map → p-BEDohapR.js.map} +1 -1
  138. package/components/{p-DsftMeEA.js → p-BGdI6-nv.js} +4 -4
  139. package/components/{p-DsftMeEA.js.map → p-BGdI6-nv.js.map} +1 -1
  140. package/components/{p-XiZWDi7n.js → p-BGjnKa2h.js} +4 -4
  141. package/components/{p-XiZWDi7n.js.map → p-BGjnKa2h.js.map} +1 -1
  142. package/components/{p-D1In20Wh.js → p-BI7B-PUA.js} +5 -5
  143. package/components/{p-D1In20Wh.js.map → p-BI7B-PUA.js.map} +1 -1
  144. package/components/{p-CCQYIDJK.js → p-BLeWaHpy.js} +7 -7
  145. package/components/{p-CCQYIDJK.js.map → p-BLeWaHpy.js.map} +1 -1
  146. package/components/{p-CO2zhw6V.js → p-BQk7HpA-.js} +3 -3
  147. package/components/{p-CO2zhw6V.js.map → p-BQk7HpA-.js.map} +1 -1
  148. package/components/{p-CtusOOtv.js → p-BR5ayBuu.js} +6 -6
  149. package/components/{p-CtusOOtv.js.map → p-BR5ayBuu.js.map} +1 -1
  150. package/components/{p-VMk3rl5y.js → p-BVUD9f4A.js} +9 -9
  151. package/components/{p-VMk3rl5y.js.map → p-BVUD9f4A.js.map} +1 -1
  152. package/components/{p-DBsESzrF.js → p-BZLbfHdO.js} +70 -29
  153. package/components/p-BZLbfHdO.js.map +1 -0
  154. package/components/{p--2LOMK-5.js → p-BhgW5qDm.js} +2 -3
  155. package/components/p-BhgW5qDm.js.map +1 -0
  156. package/components/{p-BxNzvWr2.js → p-Bk0vKwmt.js} +5 -5
  157. package/components/{p-BxNzvWr2.js.map → p-Bk0vKwmt.js.map} +1 -1
  158. package/components/{p-Bvf7gwPU.js → p-BrYfZ-wy.js} +63 -42
  159. package/components/p-BrYfZ-wy.js.map +1 -0
  160. package/components/{p-taILGXkr.js → p-BvsadYCu.js} +3 -3
  161. package/components/{p-taILGXkr.js.map → p-BvsadYCu.js.map} +1 -1
  162. package/components/{p-BEzKnceP.js → p-Bye33cYU.js} +9 -9
  163. package/components/{p-BEzKnceP.js.map → p-Bye33cYU.js.map} +1 -1
  164. package/components/{p-DrH8EeUB.js → p-Bz7hxKB6.js} +6 -6
  165. package/components/{p-DrH8EeUB.js.map → p-Bz7hxKB6.js.map} +1 -1
  166. package/components/{p-BvKUU6Ta.js → p-C4KxNeD2.js} +4 -4
  167. package/components/{p-BvKUU6Ta.js.map → p-C4KxNeD2.js.map} +1 -1
  168. package/components/{p-Qsbo2ls8.js → p-C6_1qmP4.js} +5 -5
  169. package/components/{p-Qsbo2ls8.js.map → p-C6_1qmP4.js.map} +1 -1
  170. package/components/{p-CQhe_rqk.js → p-COWPG_SD.js} +6 -6
  171. package/components/p-COWPG_SD.js.map +1 -0
  172. package/components/{p-CFAI8dx_.js → p-CV_EVAOW.js} +3 -3
  173. package/components/{p-CFAI8dx_.js.map → p-CV_EVAOW.js.map} +1 -1
  174. package/components/{p-BaWdG-ph.js → p-Cc4uqNv5.js} +20 -13
  175. package/components/p-Cc4uqNv5.js.map +1 -0
  176. package/components/{p-DLPEB4G8.js → p-CcWC2eNL.js} +63 -42
  177. package/components/p-CcWC2eNL.js.map +1 -0
  178. package/components/{p-DeBhxnHo.js → p-ClQxnZ3d.js} +8 -8
  179. package/components/{p-DeBhxnHo.js.map → p-ClQxnZ3d.js.map} +1 -1
  180. package/components/{p-DcjRXRwg.js → p-ColBHyXN.js} +7 -7
  181. package/components/{p-DcjRXRwg.js.map → p-ColBHyXN.js.map} +1 -1
  182. package/components/{p-0MSWDTqB.js → p-CrqgL2m1.js} +10 -6
  183. package/components/p-CrqgL2m1.js.map +1 -0
  184. package/components/{p-By1IU8iL.js → p-CvD2yWeJ.js} +5 -5
  185. package/components/{p-By1IU8iL.js.map → p-CvD2yWeJ.js.map} +1 -1
  186. package/components/{p-fahyavc3.js → p-CvF96Z51.js} +8 -8
  187. package/components/{p-fahyavc3.js.map → p-CvF96Z51.js.map} +1 -1
  188. package/components/{p-CKuNFgoe.js → p-D-__gyet.js} +3 -3
  189. package/components/{p-CKuNFgoe.js.map → p-D-__gyet.js.map} +1 -1
  190. package/components/{p-cw5RHost.js → p-DC9anobw.js} +8 -8
  191. package/components/{p-cw5RHost.js.map → p-DC9anobw.js.map} +1 -1
  192. package/components/{p-CHAuj3bi.js → p-DSTHZygb.js} +10 -10
  193. package/components/{p-CHAuj3bi.js.map → p-DSTHZygb.js.map} +1 -1
  194. package/components/{p-IgT3dgxG.js → p-DXFN8JXp.js} +21 -10
  195. package/components/p-DXFN8JXp.js.map +1 -0
  196. package/components/{p-JUUSQc_M.js → p-D_4Mf9jE.js} +3 -3
  197. package/components/{p-JUUSQc_M.js.map → p-D_4Mf9jE.js.map} +1 -1
  198. package/components/{p-BWTF-D2w.js → p-Db0RazS2.js} +4 -4
  199. package/components/{p-BWTF-D2w.js.map → p-Db0RazS2.js.map} +1 -1
  200. package/components/{p-W_8b1-4d.js → p-DdLose3V.js} +3 -3
  201. package/components/{p-W_8b1-4d.js.map → p-DdLose3V.js.map} +1 -1
  202. package/components/{p-DzscKBhb.js → p-DlVaL0Yi.js} +9 -9
  203. package/components/{p-DzscKBhb.js.map → p-DlVaL0Yi.js.map} +1 -1
  204. package/components/{p-CJphMgA7.js → p-Dp03DeD0.js} +7 -7
  205. package/components/{p-CJphMgA7.js.map → p-Dp03DeD0.js.map} +1 -1
  206. package/components/{p-jbrSDf3o.js → p-Dy6xvLn4.js} +5 -5
  207. package/components/{p-jbrSDf3o.js.map → p-Dy6xvLn4.js.map} +1 -1
  208. package/components/{p-BUIOrNGz.js → p-DyGPjxFm.js} +6 -6
  209. package/components/{p-BUIOrNGz.js.map → p-DyGPjxFm.js.map} +1 -1
  210. package/components/{p-FnN74Elm.js → p-MuPiaYr1.js} +3 -3
  211. package/components/{p-FnN74Elm.js.map → p-MuPiaYr1.js.map} +1 -1
  212. package/components/{p-CINrBR9H.js → p-N4h8LKe5.js} +4 -4
  213. package/components/{p-CINrBR9H.js.map → p-N4h8LKe5.js.map} +1 -1
  214. package/components/{p-D_rmJU0n.js → p-PF0VLH1Q.js} +16 -16
  215. package/components/p-PF0VLH1Q.js.map +1 -0
  216. package/components/{p-C6MbjoUl.js → p-PpLLlogo.js} +8 -8
  217. package/components/{p-C6MbjoUl.js.map → p-PpLLlogo.js.map} +1 -1
  218. package/components/{p-xZXH2vKm.js → p-hwPzPVf8.js} +5 -5
  219. package/components/{p-xZXH2vKm.js.map → p-hwPzPVf8.js.map} +1 -1
  220. package/components/{p-2fxFa_VL.js → p-xHo-3QVy.js} +3 -3
  221. package/components/{p-2fxFa_VL.js.map → p-xHo-3QVy.js.map} +1 -1
  222. package/dist/cjs/{context-B8bRIFA2.js → context-CmNuiaNz.js} +2 -3
  223. package/dist/{esm/context-CKM5pVsv.js.map → cjs/context-CmNuiaNz.js.map} +1 -1
  224. package/dist/cjs/{helper-text-util-BlElJLxk.js → helper-text-util-D2W-yNmK.js} +8 -4
  225. package/dist/cjs/helper-text-util-D2W-yNmK.js.map +1 -0
  226. package/dist/cjs/index-C8Xo8L1k.js +6 -18
  227. package/dist/cjs/{input.util-4AhBphgX.js → input.fc-BzxtQeW-.js} +61 -39
  228. package/dist/cjs/input.fc-BzxtQeW-.js.map +1 -0
  229. package/dist/cjs/ix-application-header.cjs.entry.js +10 -15
  230. package/dist/cjs/ix-application-header.entry.cjs.js.map +1 -1
  231. package/dist/cjs/ix-application.cjs.entry.js +4 -6
  232. package/dist/cjs/ix-application.entry.cjs.js.map +1 -1
  233. package/dist/cjs/ix-avatar_2.cjs.entry.js +1 -1
  234. package/dist/cjs/ix-blind.cjs.entry.js +5 -5
  235. package/dist/cjs/ix-breadcrumb.cjs.entry.js +2 -2
  236. package/dist/cjs/ix-card-accordion_2.cjs.entry.js +5 -5
  237. package/dist/cjs/ix-card-list.cjs.entry.js +4 -4
  238. package/dist/cjs/ix-card_2.cjs.entry.js +3 -3
  239. package/dist/cjs/ix-category-filter.cjs.entry.js +14 -8
  240. package/dist/cjs/ix-category-filter.entry.cjs.js.map +1 -1
  241. package/dist/cjs/ix-checkbox-group.cjs.entry.js +2 -2
  242. package/dist/cjs/ix-checkbox.cjs.entry.js +3 -3
  243. package/dist/cjs/ix-chip.cjs.entry.js +4 -4
  244. package/dist/cjs/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.cjs.js.map +1 -1
  245. package/dist/cjs/ix-col_4.cjs.entry.js +10 -10
  246. package/dist/cjs/ix-content-header.cjs.entry.js +3 -3
  247. package/dist/cjs/ix-content.cjs.entry.js +3 -3
  248. package/dist/cjs/ix-css-grid-item.cjs.entry.js +1 -1
  249. package/dist/cjs/ix-css-grid.cjs.entry.js +1 -1
  250. package/dist/cjs/ix-custom-field.cjs.entry.js +1 -1
  251. package/dist/cjs/ix-date-dropdown.cjs.entry.js +4 -4
  252. package/dist/cjs/ix-date-input.cjs.entry.js +22 -8
  253. package/dist/cjs/ix-date-input.entry.cjs.js.map +1 -1
  254. package/dist/cjs/ix-date-time-card.cjs.entry.js +3 -3
  255. package/dist/cjs/ix-date-time-card.entry.cjs.js.map +1 -1
  256. package/dist/cjs/ix-datetime-picker.cjs.entry.js +2 -2
  257. package/dist/cjs/ix-datetime-picker.entry.cjs.js.map +1 -1
  258. package/dist/cjs/ix-divider.cjs.entry.js +1 -1
  259. package/dist/cjs/ix-drawer.cjs.entry.js +5 -5
  260. package/dist/cjs/ix-dropdown-button.cjs.entry.js +3 -3
  261. package/dist/cjs/ix-dropdown-header.cjs.entry.js +1 -1
  262. package/dist/cjs/ix-dropdown-item.cjs.entry.js +3 -3
  263. package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js +1 -1
  264. package/dist/cjs/ix-dropdown.cjs.entry.js +2 -2
  265. package/dist/cjs/ix-empty-state.cjs.entry.js +1 -1
  266. package/dist/cjs/ix-event-list-item.cjs.entry.js +4 -4
  267. package/dist/cjs/ix-event-list.cjs.entry.js +2 -2
  268. package/dist/cjs/ix-expanding-search.cjs.entry.js +4 -4
  269. package/dist/cjs/ix-field-label_2.cjs.entry.js +4 -4
  270. package/dist/cjs/ix-filter-chip_2.cjs.entry.js +2 -2
  271. package/dist/cjs/ix-flip-tile-content.cjs.entry.js +1 -1
  272. package/dist/cjs/ix-flip-tile.cjs.entry.js +3 -3
  273. package/dist/cjs/ix-group-context-menu_2.cjs.entry.js +1 -1
  274. package/dist/cjs/ix-group.cjs.entry.js +8 -8
  275. package/dist/cjs/ix-helper-text.cjs.entry.js +2 -2
  276. package/dist/cjs/ix-icon-button_2.cjs.entry.js +2 -2
  277. package/dist/cjs/ix-icon-toggle-button.cjs.entry.js +1 -1
  278. package/dist/cjs/ix-input-group.cjs.entry.js +1 -1
  279. package/dist/cjs/ix-input.cjs.entry.js +20 -11
  280. package/dist/cjs/ix-input.entry.cjs.js.map +1 -1
  281. package/dist/cjs/ix-key-value-list.cjs.entry.js +1 -1
  282. package/dist/cjs/ix-key-value.cjs.entry.js +1 -1
  283. package/dist/cjs/ix-kpi.cjs.entry.js +3 -3
  284. package/dist/cjs/ix-layout-auto.cjs.entry.js +1 -1
  285. package/dist/cjs/ix-link-button.cjs.entry.js +3 -3
  286. package/dist/cjs/ix-menu-about-item.cjs.entry.js +1 -1
  287. package/dist/cjs/ix-menu-about-news.cjs.entry.js +4 -4
  288. package/dist/cjs/ix-menu-about.cjs.entry.js +6 -4
  289. package/dist/cjs/ix-menu-about.entry.cjs.js.map +1 -1
  290. package/dist/cjs/ix-menu-avatar.cjs.entry.js +2 -2
  291. package/dist/cjs/ix-menu-category.cjs.entry.js +6 -6
  292. package/dist/cjs/ix-menu-expand-icon.cjs.entry.js +1 -1
  293. package/dist/cjs/ix-menu-item.cjs.entry.js +4 -4
  294. package/dist/cjs/{ix-menu-settings-Cdqo0r8E.js → ix-menu-settings-CtWl0bME.js} +14 -7
  295. package/dist/cjs/ix-menu-settings-CtWl0bME.js.map +1 -0
  296. package/dist/cjs/ix-menu-settings-item.cjs.entry.js +1 -1
  297. package/dist/cjs/ix-menu-settings.cjs.entry.js +1 -1
  298. package/dist/cjs/ix-menu.cjs.entry.js +13 -23
  299. package/dist/cjs/ix-menu.entry.cjs.js.map +1 -1
  300. package/dist/cjs/ix-message-bar.cjs.entry.js +1 -1
  301. package/dist/cjs/ix-modal-content_2.cjs.entry.js +2 -2
  302. package/dist/cjs/ix-modal-footer.cjs.entry.js +1 -1
  303. package/dist/cjs/ix-modal-loading.cjs.entry.js +1 -1
  304. package/dist/cjs/ix-modal.cjs.entry.js +3 -3
  305. package/dist/cjs/ix-number-input.cjs.entry.js +161 -33
  306. package/dist/cjs/ix-number-input.entry.cjs.js.map +1 -1
  307. package/dist/cjs/ix-pagination.cjs.entry.js +3 -3
  308. package/dist/cjs/ix-pane-layout.cjs.entry.js +1 -1
  309. package/dist/cjs/ix-pane.cjs.entry.js +6 -6
  310. package/dist/cjs/ix-pill.cjs.entry.js +4 -4
  311. package/dist/cjs/ix-progress-indicator.cjs.entry.js +3 -3
  312. package/dist/cjs/ix-push-card.cjs.entry.js +1 -1
  313. package/dist/cjs/ix-radio-group.cjs.entry.js +32 -2
  314. package/dist/cjs/ix-radio-group.entry.cjs.js.map +1 -1
  315. package/dist/cjs/ix-radio.cjs.entry.js +43 -18
  316. package/dist/cjs/ix-radio.entry.cjs.js.map +1 -1
  317. package/dist/cjs/ix-select.cjs.entry.js +52 -13
  318. package/dist/cjs/ix-select.entry.cjs.js.map +1 -1
  319. package/dist/cjs/ix-slider.cjs.entry.js +6 -6
  320. package/dist/cjs/ix-split-button.cjs.entry.js +24 -12
  321. package/dist/cjs/ix-split-button.entry.cjs.js.map +1 -1
  322. package/dist/cjs/ix-tab-item_2.cjs.entry.js +5 -5
  323. package/dist/cjs/ix-textarea.cjs.entry.js +5 -5
  324. package/dist/cjs/ix-textarea.entry.cjs.js.map +1 -1
  325. package/dist/cjs/ix-tile.cjs.entry.js +4 -4
  326. package/dist/cjs/ix-time-input.cjs.entry.js +22 -8
  327. package/dist/cjs/ix-time-input.entry.cjs.js.map +1 -1
  328. package/dist/cjs/ix-time-picker.cjs.entry.js +55 -34
  329. package/dist/cjs/ix-time-picker.entry.cjs.js.map +1 -1
  330. package/dist/cjs/ix-toast-container.cjs.entry.js +2 -2
  331. package/dist/cjs/ix-toast.cjs.entry.js +2 -2
  332. package/dist/cjs/ix-toggle.cjs.entry.js +3 -3
  333. package/dist/cjs/ix-toggle.entry.cjs.js.map +1 -1
  334. package/dist/cjs/ix-tooltip.cjs.entry.js +17 -6
  335. package/dist/cjs/ix-tooltip.entry.cjs.js.map +1 -1
  336. package/dist/cjs/ix-tree-item.cjs.entry.js +4 -4
  337. package/dist/cjs/ix-tree.cjs.entry.js +1 -1
  338. package/dist/cjs/ix-typography.cjs.entry.js +1 -1
  339. package/dist/cjs/ix-upload.cjs.entry.js +3 -3
  340. package/dist/cjs/ix-validation-tooltip.cjs.entry.js +2 -2
  341. package/dist/cjs/ix-workflow-step.cjs.entry.js +3 -3
  342. package/dist/cjs/ix-workflow-steps.cjs.entry.js +1 -1
  343. package/dist/cjs/loader.cjs.js +1 -1
  344. package/dist/cjs/siemens-ix.cjs.js +1 -1
  345. package/dist/collection/collection-manifest.json +0 -3
  346. package/dist/collection/components/application/application.js +3 -5
  347. package/dist/collection/components/application/application.js.map +1 -1
  348. package/dist/collection/components/application-header/application-header.js +9 -14
  349. package/dist/collection/components/application-header/application-header.js.map +1 -1
  350. package/dist/collection/components/blind/blind.js +5 -5
  351. package/dist/collection/components/breadcrumb/breadcrumb.js +2 -2
  352. package/dist/collection/components/card/card.js +2 -2
  353. package/dist/collection/components/card-accordion/card-accordion.js +4 -4
  354. package/dist/collection/components/card-content/card-content.js +1 -1
  355. package/dist/collection/components/card-list/card-list.js +4 -4
  356. package/dist/collection/components/card-title/card-title.js +1 -1
  357. package/dist/collection/components/category-filter/category-filter.css +321 -50
  358. package/dist/collection/components/category-filter/category-filter.js +13 -7
  359. package/dist/collection/components/category-filter/category-filter.js.map +1 -1
  360. package/dist/collection/components/checkbox/checkbox.js +3 -3
  361. package/dist/collection/components/checkbox-group/checkbox-group.js +2 -2
  362. package/dist/collection/components/chip/chip.js +4 -4
  363. package/dist/collection/components/col/col.js +1 -1
  364. package/dist/collection/components/content/content.js +3 -3
  365. package/dist/collection/components/content-header/content-header.js +3 -3
  366. package/dist/collection/components/css-grid/css-grid-item.js +1 -1
  367. package/dist/collection/components/css-grid/css-grid.js +1 -1
  368. package/dist/collection/components/custom-field/custom-field.js +1 -1
  369. package/dist/collection/components/date-dropdown/date-dropdown.js +4 -4
  370. package/dist/collection/components/date-input/date-input.js +58 -4
  371. package/dist/collection/components/date-input/date-input.js.map +1 -1
  372. package/dist/collection/components/date-picker/date-picker.css +5 -8
  373. package/dist/collection/components/date-picker/date-picker.js +5 -5
  374. package/dist/collection/components/date-picker/date-picker.js.map +1 -1
  375. package/dist/collection/components/date-time-card/date-time-card.css +3 -2
  376. package/dist/collection/components/date-time-card/date-time-card.js +2 -2
  377. package/dist/collection/components/datetime-picker/datetime-picker.css +7 -1
  378. package/dist/collection/components/datetime-picker/datetime-picker.js +1 -1
  379. package/dist/collection/components/datetime-picker/datetime-picker.js.map +1 -1
  380. package/dist/collection/components/divider/divider.js +1 -1
  381. package/dist/collection/components/drawer/drawer.js +5 -5
  382. package/dist/collection/components/dropdown/dropdown.js +2 -2
  383. package/dist/collection/components/dropdown-button/dropdown-button.js +3 -3
  384. package/dist/collection/components/dropdown-header/dropdown-header.js +1 -1
  385. package/dist/collection/components/dropdown-item/dropdown-item.js +3 -3
  386. package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.js +1 -1
  387. package/dist/collection/components/empty-state/empty-state.js +1 -1
  388. package/dist/collection/components/event-list/event-list.js +2 -2
  389. package/dist/collection/components/event-list-item/event-list-item.js +4 -4
  390. package/dist/collection/components/expanding-search/expanding-search.js +4 -4
  391. package/dist/collection/components/field-label/field-label.js +1 -1
  392. package/dist/collection/components/field-wrapper/field-wrapper.js +2 -2
  393. package/dist/collection/components/field-wrapper/helper-text-util.js +6 -2
  394. package/dist/collection/components/field-wrapper/helper-text-util.js.map +1 -1
  395. package/dist/collection/components/filter-chip/filter-chip.js +1 -1
  396. package/dist/collection/components/flip-tile/flip-tile.js +3 -3
  397. package/dist/collection/components/flip-tile-content/flip-tile-content.js +1 -1
  398. package/dist/collection/components/group/group-context-menu.js +1 -1
  399. package/dist/collection/components/group/group.js +8 -8
  400. package/dist/collection/components/helper-text/helper-text.js +1 -1
  401. package/dist/collection/components/icon-button/icon-button.js +1 -1
  402. package/dist/collection/components/icon-toggle-button/icon-toggle-button.js +1 -1
  403. package/dist/collection/components/input/input.fc.js +10 -1
  404. package/dist/collection/components/input/input.fc.js.map +1 -1
  405. package/dist/collection/components/input/input.js +54 -5
  406. package/dist/collection/components/input/input.js.map +1 -1
  407. package/dist/collection/components/input/input.util.js +13 -0
  408. package/dist/collection/components/input/input.util.js.map +1 -1
  409. package/dist/collection/components/input/number-input.js +228 -36
  410. package/dist/collection/components/input/number-input.js.map +1 -1
  411. package/dist/collection/components/input/textarea.js +2 -2
  412. package/dist/collection/components/input-group/input-group.js +1 -1
  413. package/dist/collection/components/key-value/key-value.js +1 -1
  414. package/dist/collection/components/key-value-list/key-value-list.js +1 -1
  415. package/dist/collection/components/kpi/kpi.js +3 -3
  416. package/dist/collection/components/layout-auto/layout-auto.js +1 -1
  417. package/dist/collection/components/layout-grid/layout-grid.js +2 -2
  418. package/dist/collection/components/link-button/link-button.js +3 -3
  419. package/dist/collection/components/menu/menu-expand-icon.js +1 -1
  420. package/dist/collection/components/menu/menu.js +12 -22
  421. package/dist/collection/components/menu/menu.js.map +1 -1
  422. package/dist/collection/components/menu-about/menu-about.js +6 -4
  423. package/dist/collection/components/menu-about/menu-about.js.map +1 -1
  424. package/dist/collection/components/menu-about-item/menu-about-item.js +1 -1
  425. package/dist/collection/components/menu-about-news/menu-about-news.js +4 -4
  426. package/dist/collection/components/menu-avatar/menu-avatar.js +2 -2
  427. package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +1 -1
  428. package/dist/collection/components/menu-category/menu-category.js +5 -5
  429. package/dist/collection/components/menu-item/menu-item.js +4 -4
  430. package/dist/collection/components/menu-settings/menu-settings.js +6 -4
  431. package/dist/collection/components/menu-settings/menu-settings.js.map +1 -1
  432. package/dist/collection/components/menu-settings-item/menu-settings-item.js +1 -1
  433. package/dist/collection/components/message-bar/message-bar.js +1 -1
  434. package/dist/collection/components/modal/modal.js +3 -3
  435. package/dist/collection/components/modal-content/modal-content.js +1 -1
  436. package/dist/collection/components/modal-footer/modal-footer.js +1 -1
  437. package/dist/collection/components/modal-header/modal-header.js +1 -1
  438. package/dist/collection/components/modal-loading/modal-loading.js +1 -1
  439. package/dist/collection/components/pagination/pagination.js +3 -3
  440. package/dist/collection/components/pane/pane.js +6 -6
  441. package/dist/collection/components/pane-layout/pane-layout.js +1 -1
  442. package/dist/collection/components/pill/pill.js +4 -4
  443. package/dist/collection/components/progress-indicator/progress-indicator.js +3 -3
  444. package/dist/collection/components/push-card/push-card.js +1 -1
  445. package/dist/collection/components/radio/radio.css +70 -72
  446. package/dist/collection/components/radio/radio.js +69 -18
  447. package/dist/collection/components/radio/radio.js.map +1 -1
  448. package/dist/collection/components/radio-group/radio-group.js +64 -2
  449. package/dist/collection/components/radio-group/radio-group.js.map +1 -1
  450. package/dist/collection/components/row/row.js +1 -1
  451. package/dist/collection/components/select/select.js +94 -14
  452. package/dist/collection/components/select/select.js.map +1 -1
  453. package/dist/collection/components/select-item/select-item.js +1 -1
  454. package/dist/collection/components/slider/slider.js +6 -6
  455. package/dist/collection/components/spinner/spinner.js +1 -1
  456. package/dist/collection/components/split-button/split-button.js +70 -12
  457. package/dist/collection/components/split-button/split-button.js.map +1 -1
  458. package/dist/collection/components/tab-item/tab-item.js +3 -3
  459. package/dist/collection/components/tabs/tabs.js +2 -2
  460. package/dist/collection/components/tile/tile.js +4 -4
  461. package/dist/collection/components/time-input/time-input.js +59 -5
  462. package/dist/collection/components/time-input/time-input.js.map +1 -1
  463. package/dist/collection/components/time-picker/time-picker.css +19 -51
  464. package/dist/collection/components/time-picker/time-picker.js +57 -37
  465. package/dist/collection/components/time-picker/time-picker.js.map +1 -1
  466. package/dist/collection/components/time-picker/time-picker.types.js.map +1 -1
  467. package/dist/collection/components/toast/toast-container.js +2 -2
  468. package/dist/collection/components/toast/toast.js +2 -2
  469. package/dist/collection/components/toggle/toggle.js +3 -3
  470. package/dist/collection/components/toggle/toggle.js.map +1 -1
  471. package/dist/collection/components/tooltip/tooltip.css +2 -3
  472. package/dist/collection/components/tooltip/tooltip.js +17 -6
  473. package/dist/collection/components/tooltip/tooltip.js.map +1 -1
  474. package/dist/collection/components/tree/tree.js +1 -1
  475. package/dist/collection/components/tree-item/tree-item.js +4 -4
  476. package/dist/collection/components/typography/typography.js +1 -1
  477. package/dist/collection/components/upload/upload.js +3 -3
  478. package/dist/collection/components/utils/application-layout/context.js +0 -1
  479. package/dist/collection/components/utils/application-layout/context.js.map +1 -1
  480. package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js +6 -1
  481. package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js.map +1 -1
  482. package/dist/collection/components/validation-tooltip/validation-tooltip.js +2 -2
  483. package/dist/collection/components/workflow-step/workflow-step.js +3 -3
  484. package/dist/collection/components/workflow-steps/workflow-steps.js +1 -1
  485. package/dist/esm/{context-CKM5pVsv.js → context-BniHpAE1.js} +2 -3
  486. package/dist/{cjs/context-B8bRIFA2.js.map → esm/context-BniHpAE1.js.map} +1 -1
  487. package/dist/esm/{helper-text-util-rnbkuaac.js → helper-text-util-gKdL-wH2.js} +9 -5
  488. package/dist/esm/helper-text-util-gKdL-wH2.js.map +1 -0
  489. package/dist/esm/{index-Cz75KU1f.js → index-8HpPmDK_.js} +3 -3
  490. package/dist/esm/{index-Cz75KU1f.js.map → index-8HpPmDK_.js.map} +1 -1
  491. package/dist/esm/index-CtoreFVF.js +6 -18
  492. package/dist/esm/{index--ZIr3Aqz.js → index-Kp5Wf9wr.js} +3 -3
  493. package/dist/esm/{index--ZIr3Aqz.js.map → index-Kp5Wf9wr.js.map} +1 -1
  494. package/dist/esm/index.js +3 -3
  495. package/dist/esm/{input.util-VHrSuCP7.js → input.fc-DQBMrK9J.js} +61 -40
  496. package/dist/esm/input.fc-DQBMrK9J.js.map +1 -0
  497. package/dist/esm/ix-application-header.entry.js +13 -18
  498. package/dist/esm/ix-application-header.entry.js.map +1 -1
  499. package/dist/esm/ix-application-switch-modal.entry.js +2 -2
  500. package/dist/esm/ix-application.entry.js +4 -6
  501. package/dist/esm/ix-application.entry.js.map +1 -1
  502. package/dist/esm/ix-avatar_2.entry.js +1 -1
  503. package/dist/esm/ix-blind.entry.js +6 -6
  504. package/dist/esm/ix-breadcrumb-item.entry.js +1 -1
  505. package/dist/esm/ix-breadcrumb.entry.js +2 -2
  506. package/dist/esm/ix-card-accordion_2.entry.js +6 -6
  507. package/dist/esm/ix-card-list.entry.js +5 -5
  508. package/dist/esm/ix-card_2.entry.js +3 -3
  509. package/dist/esm/ix-category-filter.entry.js +15 -9
  510. package/dist/esm/ix-category-filter.entry.js.map +1 -1
  511. package/dist/esm/ix-checkbox-group.entry.js +2 -2
  512. package/dist/esm/ix-checkbox.entry.js +3 -3
  513. package/dist/esm/ix-chip.entry.js +5 -5
  514. package/dist/esm/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.js.map +1 -1
  515. package/dist/esm/ix-col_4.entry.js +11 -11
  516. package/dist/esm/ix-content-header.entry.js +4 -4
  517. package/dist/esm/ix-content.entry.js +3 -3
  518. package/dist/esm/ix-css-grid-item.entry.js +1 -1
  519. package/dist/esm/ix-css-grid.entry.js +1 -1
  520. package/dist/esm/ix-custom-field.entry.js +1 -1
  521. package/dist/esm/ix-date-dropdown.entry.js +5 -5
  522. package/dist/esm/ix-date-input.entry.js +19 -5
  523. package/dist/esm/ix-date-input.entry.js.map +1 -1
  524. package/dist/esm/ix-date-time-card.entry.js +3 -3
  525. package/dist/esm/ix-date-time-card.entry.js.map +1 -1
  526. package/dist/esm/ix-datetime-picker.entry.js +2 -2
  527. package/dist/esm/ix-datetime-picker.entry.js.map +1 -1
  528. package/dist/esm/ix-divider.entry.js +1 -1
  529. package/dist/esm/ix-drawer.entry.js +6 -6
  530. package/dist/esm/ix-dropdown-button.entry.js +4 -4
  531. package/dist/esm/ix-dropdown-header.entry.js +1 -1
  532. package/dist/esm/ix-dropdown-item.entry.js +4 -4
  533. package/dist/esm/ix-dropdown-quick-actions.entry.js +1 -1
  534. package/dist/esm/ix-dropdown.entry.js +2 -2
  535. package/dist/esm/ix-empty-state.entry.js +1 -1
  536. package/dist/esm/ix-event-list-item.entry.js +5 -5
  537. package/dist/esm/ix-event-list.entry.js +2 -2
  538. package/dist/esm/ix-expanding-search.entry.js +5 -5
  539. package/dist/esm/ix-field-label_2.entry.js +5 -5
  540. package/dist/esm/ix-filter-chip_2.entry.js +3 -3
  541. package/dist/esm/ix-flip-tile-content.entry.js +1 -1
  542. package/dist/esm/ix-flip-tile.entry.js +4 -4
  543. package/dist/esm/ix-group-context-menu_2.entry.js +2 -2
  544. package/dist/esm/ix-group.entry.js +9 -9
  545. package/dist/esm/ix-helper-text.entry.js +3 -3
  546. package/dist/esm/ix-icon-button_2.entry.js +2 -2
  547. package/dist/esm/ix-icon-toggle-button.entry.js +1 -1
  548. package/dist/esm/ix-input-group.entry.js +1 -1
  549. package/dist/esm/ix-input.entry.js +16 -7
  550. package/dist/esm/ix-input.entry.js.map +1 -1
  551. package/dist/esm/ix-key-value-list.entry.js +1 -1
  552. package/dist/esm/ix-key-value.entry.js +1 -1
  553. package/dist/esm/ix-kpi.entry.js +4 -4
  554. package/dist/esm/ix-layout-auto.entry.js +1 -1
  555. package/dist/esm/ix-link-button.entry.js +4 -4
  556. package/dist/esm/ix-menu-about-item.entry.js +1 -1
  557. package/dist/esm/ix-menu-about-news.entry.js +5 -5
  558. package/dist/esm/ix-menu-about.entry.js +7 -5
  559. package/dist/esm/ix-menu-about.entry.js.map +1 -1
  560. package/dist/esm/ix-menu-avatar.entry.js +3 -3
  561. package/dist/esm/ix-menu-category.entry.js +7 -7
  562. package/dist/esm/ix-menu-expand-icon.entry.js +2 -2
  563. package/dist/esm/ix-menu-item.entry.js +5 -5
  564. package/dist/esm/{ix-menu-settings-DRSkDgox.js → ix-menu-settings-f9o5GGw5.js} +15 -8
  565. package/dist/esm/ix-menu-settings-f9o5GGw5.js.map +1 -0
  566. package/dist/esm/ix-menu-settings-item.entry.js +1 -1
  567. package/dist/esm/ix-menu-settings.entry.js +2 -2
  568. package/dist/esm/ix-menu.entry.js +16 -26
  569. package/dist/esm/ix-menu.entry.js.map +1 -1
  570. package/dist/esm/ix-message-bar.entry.js +2 -2
  571. package/dist/esm/ix-modal-content_2.entry.js +3 -3
  572. package/dist/esm/ix-modal-footer.entry.js +1 -1
  573. package/dist/esm/ix-modal-loading.entry.js +1 -1
  574. package/dist/esm/ix-modal.entry.js +3 -3
  575. package/dist/esm/ix-number-input.entry.js +159 -31
  576. package/dist/esm/ix-number-input.entry.js.map +1 -1
  577. package/dist/esm/ix-pagination.entry.js +4 -4
  578. package/dist/esm/ix-pane-layout.entry.js +1 -1
  579. package/dist/esm/ix-pane.entry.js +7 -7
  580. package/dist/esm/ix-pill.entry.js +4 -4
  581. package/dist/esm/ix-progress-indicator.entry.js +4 -4
  582. package/dist/esm/ix-push-card.entry.js +1 -1
  583. package/dist/esm/ix-radio-group.entry.js +32 -2
  584. package/dist/esm/ix-radio-group.entry.js.map +1 -1
  585. package/dist/esm/ix-radio.entry.js +43 -18
  586. package/dist/esm/ix-radio.entry.js.map +1 -1
  587. package/dist/esm/ix-select.entry.js +53 -14
  588. package/dist/esm/ix-select.entry.js.map +1 -1
  589. package/dist/esm/ix-slider.entry.js +6 -6
  590. package/dist/esm/ix-split-button.entry.js +25 -13
  591. package/dist/esm/ix-split-button.entry.js.map +1 -1
  592. package/dist/esm/ix-tab-item_2.entry.js +6 -6
  593. package/dist/esm/ix-textarea.entry.js +3 -3
  594. package/dist/esm/ix-tile.entry.js +4 -4
  595. package/dist/esm/ix-time-input.entry.js +20 -6
  596. package/dist/esm/ix-time-input.entry.js.map +1 -1
  597. package/dist/esm/ix-time-picker.entry.js +55 -34
  598. package/dist/esm/ix-time-picker.entry.js.map +1 -1
  599. package/dist/esm/ix-toast-container.entry.js +2 -2
  600. package/dist/esm/ix-toast.entry.js +3 -3
  601. package/dist/esm/ix-toggle.entry.js +3 -3
  602. package/dist/esm/ix-toggle.entry.js.map +1 -1
  603. package/dist/esm/ix-tooltip.entry.js +17 -6
  604. package/dist/esm/ix-tooltip.entry.js.map +1 -1
  605. package/dist/esm/ix-tree-item.entry.js +5 -5
  606. package/dist/esm/ix-tree.entry.js +1 -1
  607. package/dist/esm/ix-typography.entry.js +1 -1
  608. package/dist/esm/ix-upload.entry.js +4 -4
  609. package/dist/esm/ix-validation-tooltip.entry.js +2 -2
  610. package/dist/esm/ix-workflow-step.entry.js +4 -4
  611. package/dist/esm/ix-workflow-steps.entry.js +1 -1
  612. package/dist/esm/loader.js +1 -1
  613. package/dist/esm/{modal-D9BaTrTa.js → modal-BTxff2hq.js} +3 -3
  614. package/dist/esm/{modal-D9BaTrTa.js.map → modal-BTxff2hq.js.map} +1 -1
  615. package/dist/esm/siemens-ix.js +1 -1
  616. package/dist/siemens-ix/index.esm.js +1 -1
  617. package/dist/siemens-ix/ix-application-header.entry.esm.js.map +1 -1
  618. package/dist/siemens-ix/ix-application.entry.esm.js.map +1 -1
  619. package/dist/siemens-ix/ix-category-filter.entry.esm.js.map +1 -1
  620. package/dist/siemens-ix/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.esm.js.map +1 -1
  621. package/dist/siemens-ix/ix-date-input.entry.esm.js.map +1 -1
  622. package/dist/siemens-ix/ix-date-time-card.entry.esm.js.map +1 -1
  623. package/dist/siemens-ix/ix-datetime-picker.entry.esm.js.map +1 -1
  624. package/dist/siemens-ix/ix-input.entry.esm.js.map +1 -1
  625. package/dist/siemens-ix/ix-menu-about.entry.esm.js.map +1 -1
  626. package/dist/siemens-ix/ix-menu.entry.esm.js.map +1 -1
  627. package/dist/siemens-ix/ix-number-input.entry.esm.js.map +1 -1
  628. package/dist/siemens-ix/ix-radio-group.entry.esm.js.map +1 -1
  629. package/dist/siemens-ix/ix-radio.entry.esm.js.map +1 -1
  630. package/dist/siemens-ix/ix-select.entry.esm.js.map +1 -1
  631. package/dist/siemens-ix/ix-split-button.entry.esm.js.map +1 -1
  632. package/dist/siemens-ix/ix-time-input.entry.esm.js.map +1 -1
  633. package/dist/siemens-ix/ix-time-picker.entry.esm.js.map +1 -1
  634. package/dist/siemens-ix/ix-toggle.entry.esm.js.map +1 -1
  635. package/dist/siemens-ix/ix-tooltip.entry.esm.js.map +1 -1
  636. package/dist/siemens-ix/p-0411df39.entry.js +2 -0
  637. package/dist/siemens-ix/{p-6f152ed2.entry.js → p-06a2c69b.entry.js} +2 -2
  638. package/dist/siemens-ix/p-07953481.entry.js +2 -0
  639. package/dist/siemens-ix/p-07953481.entry.js.map +1 -0
  640. package/dist/siemens-ix/p-07c079fd.entry.js +2 -0
  641. package/dist/siemens-ix/{p-f29f280b.entry.js.map → p-07c079fd.entry.js.map} +1 -1
  642. package/dist/siemens-ix/{p-7e6beda5.entry.js → p-0ce03ad3.entry.js} +2 -2
  643. package/dist/siemens-ix/{p-17a74a48.entry.js → p-0d621531.entry.js} +2 -2
  644. package/dist/siemens-ix/p-10f2a239.entry.js +2 -0
  645. package/dist/siemens-ix/p-10f2a239.entry.js.map +1 -0
  646. package/dist/siemens-ix/{p-f9b4e5f1.entry.js → p-162a4cc0.entry.js} +2 -2
  647. package/dist/siemens-ix/{p-337a3457.entry.js → p-196cffb5.entry.js} +2 -2
  648. package/dist/siemens-ix/p-19b9f862.entry.js +2 -0
  649. package/dist/siemens-ix/p-19b9f862.entry.js.map +1 -0
  650. package/dist/siemens-ix/{p-20ad8d1e.entry.js → p-1c83cb5f.entry.js} +2 -2
  651. package/dist/siemens-ix/{p-3acbbe01.entry.js → p-1de1a2bf.entry.js} +2 -2
  652. package/dist/siemens-ix/{p-89449e22.entry.js → p-2597a988.entry.js} +2 -2
  653. package/dist/siemens-ix/{p-e825a921.entry.js → p-2ffde2d5.entry.js} +2 -2
  654. package/dist/siemens-ix/{p-759ba03d.entry.js → p-31a8eaf9.entry.js} +2 -2
  655. package/dist/siemens-ix/{p-7cf61ff6.entry.js → p-33fcea65.entry.js} +2 -2
  656. package/dist/siemens-ix/p-35d6b656.entry.js +2 -0
  657. package/dist/siemens-ix/p-35d6b656.entry.js.map +1 -0
  658. package/dist/siemens-ix/{p-34e530b9.entry.js → p-367df024.entry.js} +2 -2
  659. package/dist/siemens-ix/{p-75d8b192.entry.js → p-3751c675.entry.js} +2 -2
  660. package/dist/siemens-ix/{p-67e4f814.entry.js → p-37bd983a.entry.js} +2 -2
  661. package/dist/siemens-ix/{p-a02e0685.entry.js → p-38e45020.entry.js} +2 -2
  662. package/dist/siemens-ix/{p-fabcc5f5.entry.js → p-396e1f3d.entry.js} +2 -2
  663. package/dist/siemens-ix/{p-0e2b89f2.entry.js → p-3b7573d6.entry.js} +2 -2
  664. package/dist/siemens-ix/p-3ce5fd87.entry.js +2 -0
  665. package/dist/siemens-ix/p-3ce5fd87.entry.js.map +1 -0
  666. package/dist/siemens-ix/{p-4b1745dc.entry.js → p-3d3bba47.entry.js} +2 -2
  667. package/dist/siemens-ix/p-3d3bba47.entry.js.map +1 -0
  668. package/dist/siemens-ix/p-3f13b14e.entry.js +2 -0
  669. package/dist/siemens-ix/p-3f13b14e.entry.js.map +1 -0
  670. package/dist/siemens-ix/p-3f62166e.entry.js +2 -0
  671. package/dist/siemens-ix/{p-9d135d59.entry.js.map → p-3f62166e.entry.js.map} +1 -1
  672. package/dist/siemens-ix/p-425d6925.entry.js +2 -0
  673. package/dist/siemens-ix/{p-db9d5872.entry.js → p-484bddf4.entry.js} +2 -2
  674. package/dist/siemens-ix/{p-51786593.entry.js → p-496e98ac.entry.js} +2 -2
  675. package/dist/siemens-ix/{p-7388d2ee.entry.js → p-4c18f123.entry.js} +2 -2
  676. package/dist/siemens-ix/{p-548a2231.entry.js → p-4c1f90cb.entry.js} +2 -2
  677. package/dist/siemens-ix/{p-3b314194.entry.js → p-4e4d792d.entry.js} +2 -2
  678. package/dist/siemens-ix/{p-608b3631.entry.js → p-534a0e0a.entry.js} +2 -2
  679. package/dist/siemens-ix/{p-d8fb5a86.entry.js → p-5779f16e.entry.js} +2 -2
  680. package/dist/siemens-ix/{p-48cbacaf.entry.js → p-5b57bde1.entry.js} +2 -2
  681. package/dist/siemens-ix/p-620158aa.entry.js +2 -0
  682. package/dist/siemens-ix/{p-347fcf94.entry.js → p-6445a54f.entry.js} +2 -2
  683. package/dist/siemens-ix/{p-aa6368b4.entry.js → p-667e3184.entry.js} +2 -2
  684. package/dist/siemens-ix/{p-538843d4.entry.js → p-6a4bc78a.entry.js} +2 -2
  685. package/dist/siemens-ix/{p-4b65234d.entry.js → p-6dc6eb63.entry.js} +2 -2
  686. package/dist/siemens-ix/p-70af7f44.entry.js +2 -0
  687. package/dist/siemens-ix/{p-467c0fff.entry.js → p-7364534a.entry.js} +2 -2
  688. package/dist/siemens-ix/{p-788e1ef8.entry.js → p-74e7b03f.entry.js} +2 -2
  689. package/dist/siemens-ix/{p-e562ffb2.entry.js → p-77fd2138.entry.js} +2 -2
  690. package/dist/siemens-ix/{p-0d4f0223.entry.js → p-7827c263.entry.js} +2 -2
  691. package/dist/siemens-ix/{p-a4d6ee80.entry.js → p-7bad0544.entry.js} +2 -2
  692. package/dist/siemens-ix/{p-9c862819.entry.js → p-7f90eeef.entry.js} +2 -2
  693. package/dist/siemens-ix/{p-9c862819.entry.js.map → p-7f90eeef.entry.js.map} +1 -1
  694. package/dist/siemens-ix/{p-f3b485de.entry.js → p-81491f7d.entry.js} +2 -2
  695. package/dist/siemens-ix/p-81491f7d.entry.js.map +1 -0
  696. package/dist/siemens-ix/p-8418f756.entry.js +2 -0
  697. package/dist/siemens-ix/p-8418f756.entry.js.map +1 -0
  698. package/dist/siemens-ix/{p-Cz75KU1f.js → p-8HpPmDK_.js} +2 -2
  699. package/dist/siemens-ix/{p-Cz75KU1f.js.map → p-8HpPmDK_.js.map} +1 -1
  700. package/dist/siemens-ix/{p-784c6dd6.entry.js → p-8ce61408.entry.js} +2 -2
  701. package/dist/siemens-ix/{p-c0064123.entry.js → p-8f17f6ec.entry.js} +2 -2
  702. package/dist/siemens-ix/{p-67766c28.entry.js → p-8f9368b8.entry.js} +2 -2
  703. package/dist/siemens-ix/p-8fa8d0e3.entry.js +2 -0
  704. package/dist/siemens-ix/{p-3472fc1a.entry.js → p-8fc2bea6.entry.js} +2 -2
  705. package/dist/siemens-ix/{p-9e7223f6.entry.js → p-905d4977.entry.js} +2 -2
  706. package/dist/siemens-ix/p-92ec7f27.entry.js +2 -0
  707. package/dist/siemens-ix/p-97ef77b3.entry.js +2 -0
  708. package/dist/siemens-ix/p-97ef77b3.entry.js.map +1 -0
  709. package/dist/siemens-ix/{p-CpVbQsUI.js → p-BC0Exw_O.js} +2 -2
  710. package/dist/siemens-ix/{p-CpVbQsUI.js.map → p-BC0Exw_O.js.map} +1 -1
  711. package/dist/siemens-ix/{p-sxLz5AVO.js → p-BcCDexod.js} +2 -2
  712. package/dist/siemens-ix/p-BcCDexod.js.map +1 -0
  713. package/dist/siemens-ix/{p--2LOMK-5.js → p-BhgW5qDm.js} +2 -2
  714. package/dist/siemens-ix/{p--2LOMK-5.js.map → p-BhgW5qDm.js.map} +1 -1
  715. package/dist/siemens-ix/p-C1GTokd8.js +2 -0
  716. package/dist/siemens-ix/p-C1GTokd8.js.map +1 -0
  717. package/dist/siemens-ix/{p-DRnSC9aV.js → p-CObJ-t0Z.js} +2 -2
  718. package/dist/siemens-ix/{p-DRnSC9aV.js.map → p-CObJ-t0Z.js.map} +1 -1
  719. package/dist/siemens-ix/p-Cn013Iz8.js +2 -0
  720. package/dist/siemens-ix/p-Cn013Iz8.js.map +1 -0
  721. package/dist/siemens-ix/p-a3baca2f.entry.js +2 -0
  722. package/dist/siemens-ix/p-a61972c5.entry.js +2 -0
  723. package/dist/siemens-ix/{p-2180ddb8.entry.js.map → p-a61972c5.entry.js.map} +1 -1
  724. package/dist/siemens-ix/{p-9d8fb7dd.entry.js → p-aa89d586.entry.js} +2 -2
  725. package/dist/siemens-ix/{p-fea12773.entry.js → p-b3453edf.entry.js} +2 -2
  726. package/dist/siemens-ix/{p-556417c6.entry.js → p-b41a7abb.entry.js} +2 -2
  727. package/dist/siemens-ix/{p-957d0d0b.entry.js → p-b76df1c7.entry.js} +2 -2
  728. package/dist/siemens-ix/{p-65842e35.entry.js → p-b7ef70d4.entry.js} +2 -2
  729. package/dist/siemens-ix/{p-b7c5ab43.entry.js → p-b8f4b001.entry.js} +2 -2
  730. package/dist/siemens-ix/p-b8f4b001.entry.js.map +1 -0
  731. package/dist/siemens-ix/{p-2f54ce99.entry.js → p-b9880608.entry.js} +2 -2
  732. package/dist/siemens-ix/p-b9e8d497.entry.js +2 -0
  733. package/dist/siemens-ix/{p-5e86944d.entry.js.map → p-b9e8d497.entry.js.map} +1 -1
  734. package/dist/siemens-ix/{p-fc3071d0.entry.js → p-c5c863e1.entry.js} +2 -2
  735. package/dist/siemens-ix/{p-d1941577.entry.js → p-c94739d0.entry.js} +2 -2
  736. package/dist/siemens-ix/{p-04f1b89a.entry.js → p-ca3b24b1.entry.js} +2 -2
  737. package/dist/siemens-ix/p-ca43aa61.entry.js +2 -0
  738. package/dist/siemens-ix/{p-58219b7e.entry.js → p-cd1afcc9.entry.js} +2 -2
  739. package/dist/siemens-ix/{p-d4ba3f9f.entry.js → p-cf041cfd.entry.js} +2 -2
  740. package/dist/siemens-ix/{p-80f55403.entry.js → p-d10b9798.entry.js} +2 -2
  741. package/dist/siemens-ix/{p-ecff1e2f.entry.js → p-d193381f.entry.js} +2 -2
  742. package/dist/siemens-ix/{p-dff78943.entry.js → p-d3a60c52.entry.js} +2 -2
  743. package/dist/siemens-ix/p-d688f76e.entry.js +2 -0
  744. package/dist/siemens-ix/{p-d49f7ae4.entry.js.map → p-d688f76e.entry.js.map} +1 -1
  745. package/dist/siemens-ix/{p-41b9392e.entry.js → p-da3a9845.entry.js} +2 -2
  746. package/dist/siemens-ix/p-dc8de6cb.entry.js +2 -0
  747. package/dist/siemens-ix/p-dc8de6cb.entry.js.map +1 -0
  748. package/dist/siemens-ix/p-de416133.entry.js +2 -0
  749. package/dist/siemens-ix/{p-f753f1f5.entry.js.map → p-de416133.entry.js.map} +1 -1
  750. package/dist/siemens-ix/{p-94fa5d00.entry.js → p-df6bb698.entry.js} +2 -2
  751. package/dist/siemens-ix/{p-85f3aa13.entry.js → p-e0b9cf68.entry.js} +2 -2
  752. package/dist/siemens-ix/{p-81120f11.entry.js → p-e42f62a1.entry.js} +2 -2
  753. package/dist/siemens-ix/{p-da6a27c1.entry.js → p-e48977ed.entry.js} +2 -2
  754. package/dist/siemens-ix/{p-2db36aa6.entry.js → p-e7bdc0a0.entry.js} +2 -2
  755. package/dist/siemens-ix/p-e7bdc0a0.entry.js.map +1 -0
  756. package/dist/siemens-ix/{p-1f5befb2.entry.js → p-ea15fc79.entry.js} +2 -2
  757. package/dist/siemens-ix/{p-4448252f.entry.js → p-ea37abf6.entry.js} +2 -2
  758. package/dist/siemens-ix/{p-b5e0ddb3.entry.js → p-ea410634.entry.js} +2 -2
  759. package/dist/siemens-ix/{p-39950a1c.entry.js → p-eba7f62c.entry.js} +2 -2
  760. package/dist/siemens-ix/p-ebef3d52.entry.js +2 -0
  761. package/dist/siemens-ix/p-ebef3d52.entry.js.map +1 -0
  762. package/dist/siemens-ix/p-fb8877bc.entry.js +2 -0
  763. package/dist/siemens-ix/p-fb8877bc.entry.js.map +1 -0
  764. package/dist/siemens-ix/{p-e25aa385.entry.js → p-fbdf1c7d.entry.js} +2 -2
  765. package/dist/siemens-ix/{p-79798af1.entry.js → p-ff83eafd.entry.js} +2 -2
  766. package/dist/siemens-ix/siemens-ix-core.css +1 -1
  767. package/dist/siemens-ix/siemens-ix.css +12 -23
  768. package/dist/siemens-ix/siemens-ix.esm.js +1 -1
  769. package/dist/types/components/date-input/date-input.d.ts +10 -0
  770. package/dist/types/components/field-wrapper/helper-text-util.d.ts +5 -1
  771. package/dist/types/components/input/input.d.ts +9 -0
  772. package/dist/types/components/input/input.fc.d.ts +6 -0
  773. package/dist/types/components/input/input.util.d.ts +1 -0
  774. package/dist/types/components/input/number-input.d.ts +31 -5
  775. package/dist/types/components/menu-about/menu-about.d.ts +1 -1
  776. package/dist/types/components/menu-settings/menu-settings.d.ts +1 -1
  777. package/dist/types/components/radio/radio.d.ts +3 -2
  778. package/dist/types/components/radio-group/radio-group.d.ts +3 -0
  779. package/dist/types/components/select/select.d.ts +11 -0
  780. package/dist/types/components/split-button/split-button.d.ts +15 -4
  781. package/dist/types/components/time-input/time-input.d.ts +10 -0
  782. package/dist/types/components/time-picker/time-picker.d.ts +6 -1
  783. package/dist/types/components/tooltip/tooltip.d.ts +2 -1
  784. package/dist/types/components/utils/application-layout/context.d.ts +0 -1
  785. package/dist/types/components/utils/menu-tabs/menu-tabs-utils.d.ts +1 -0
  786. package/dist/types/components.d.ts +150 -241
  787. package/hydrate/index.js +764 -764
  788. package/hydrate/index.mjs +764 -764
  789. package/package.json +1 -1
  790. package/scss/mixins/_input.scss +2 -2
  791. package/scss/theme/classic/dark/_variables.scss +5 -3
  792. package/scss/theme/core/_components.scss +0 -2
  793. package/components/ix-basic-navigation.d.ts +0 -11
  794. package/components/ix-basic-navigation.js +0 -156
  795. package/components/ix-basic-navigation.js.map +0 -1
  796. package/components/ix-map-navigation-overlay.d.ts +0 -11
  797. package/components/ix-map-navigation-overlay.js +0 -9
  798. package/components/ix-map-navigation-overlay.js.map +0 -1
  799. package/components/ix-map-navigation.d.ts +0 -11
  800. package/components/ix-map-navigation.js +0 -240
  801. package/components/ix-map-navigation.js.map +0 -1
  802. package/components/p--2LOMK-5.js.map +0 -1
  803. package/components/p-0MSWDTqB.js.map +0 -1
  804. package/components/p-BaWdG-ph.js.map +0 -1
  805. package/components/p-Bvf7gwPU.js.map +0 -1
  806. package/components/p-CQhe_rqk.js.map +0 -1
  807. package/components/p-DBsESzrF.js.map +0 -1
  808. package/components/p-DLPEB4G8.js.map +0 -1
  809. package/components/p-D_rmJU0n.js.map +0 -1
  810. package/components/p-IgT3dgxG.js.map +0 -1
  811. package/components/p-UEMLzDk6.js +0 -92
  812. package/components/p-UEMLzDk6.js.map +0 -1
  813. package/components/p-yuZO1O90.js +0 -273
  814. package/components/p-yuZO1O90.js.map +0 -1
  815. package/dist/cjs/helper-text-util-BlElJLxk.js.map +0 -1
  816. package/dist/cjs/input.util-4AhBphgX.js.map +0 -1
  817. package/dist/cjs/ix-basic-navigation.cjs.entry.js +0 -93
  818. package/dist/cjs/ix-basic-navigation.entry.cjs.js.map +0 -1
  819. package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js +0 -56
  820. package/dist/cjs/ix-map-navigation-overlay.entry.cjs.js.map +0 -1
  821. package/dist/cjs/ix-map-navigation.cjs.entry.js +0 -169
  822. package/dist/cjs/ix-map-navigation.entry.cjs.js.map +0 -1
  823. package/dist/cjs/ix-menu-settings-Cdqo0r8E.js.map +0 -1
  824. package/dist/collection/components/basic-navigation/basic-navigation.css +0 -113
  825. package/dist/collection/components/basic-navigation/basic-navigation.js +0 -209
  826. package/dist/collection/components/basic-navigation/basic-navigation.js.map +0 -1
  827. package/dist/collection/components/map-navigation/map-navigation.css +0 -212
  828. package/dist/collection/components/map-navigation/map-navigation.js +0 -401
  829. package/dist/collection/components/map-navigation/map-navigation.js.map +0 -1
  830. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +0 -156
  831. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +0 -209
  832. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js.map +0 -1
  833. package/dist/esm/helper-text-util-rnbkuaac.js.map +0 -1
  834. package/dist/esm/input.util-VHrSuCP7.js.map +0 -1
  835. package/dist/esm/ix-basic-navigation.entry.js +0 -91
  836. package/dist/esm/ix-basic-navigation.entry.js.map +0 -1
  837. package/dist/esm/ix-map-navigation-overlay.entry.js +0 -54
  838. package/dist/esm/ix-map-navigation-overlay.entry.js.map +0 -1
  839. package/dist/esm/ix-map-navigation.entry.js +0 -167
  840. package/dist/esm/ix-map-navigation.entry.js.map +0 -1
  841. package/dist/esm/ix-menu-settings-DRSkDgox.js.map +0 -1
  842. package/dist/siemens-ix/ix-basic-navigation.entry.esm.js.map +0 -1
  843. package/dist/siemens-ix/ix-map-navigation-overlay.entry.esm.js.map +0 -1
  844. package/dist/siemens-ix/ix-map-navigation.entry.esm.js.map +0 -1
  845. package/dist/siemens-ix/p-01030dfb.entry.js +0 -2
  846. package/dist/siemens-ix/p-01030dfb.entry.js.map +0 -1
  847. package/dist/siemens-ix/p-08f4c3f0.entry.js +0 -2
  848. package/dist/siemens-ix/p-2055daf3.entry.js +0 -2
  849. package/dist/siemens-ix/p-2055daf3.entry.js.map +0 -1
  850. package/dist/siemens-ix/p-2180ddb8.entry.js +0 -2
  851. package/dist/siemens-ix/p-2db36aa6.entry.js.map +0 -1
  852. package/dist/siemens-ix/p-4b1745dc.entry.js.map +0 -1
  853. package/dist/siemens-ix/p-4f2fb1c5.entry.js +0 -2
  854. package/dist/siemens-ix/p-4f2fb1c5.entry.js.map +0 -1
  855. package/dist/siemens-ix/p-52d377d1.entry.js +0 -2
  856. package/dist/siemens-ix/p-52d377d1.entry.js.map +0 -1
  857. package/dist/siemens-ix/p-5e86944d.entry.js +0 -2
  858. package/dist/siemens-ix/p-710af987.entry.js +0 -2
  859. package/dist/siemens-ix/p-710af987.entry.js.map +0 -1
  860. package/dist/siemens-ix/p-730a6161.entry.js +0 -2
  861. package/dist/siemens-ix/p-730a6161.entry.js.map +0 -1
  862. package/dist/siemens-ix/p-7e612a3b.entry.js +0 -2
  863. package/dist/siemens-ix/p-7e612a3b.entry.js.map +0 -1
  864. package/dist/siemens-ix/p-845054ca.entry.js +0 -2
  865. package/dist/siemens-ix/p-879a0cc5.entry.js +0 -2
  866. package/dist/siemens-ix/p-879a0cc5.entry.js.map +0 -1
  867. package/dist/siemens-ix/p-8aa0fda7.entry.js +0 -2
  868. package/dist/siemens-ix/p-8aa0fda7.entry.js.map +0 -1
  869. package/dist/siemens-ix/p-92a6324b.entry.js +0 -2
  870. package/dist/siemens-ix/p-9d135d59.entry.js +0 -2
  871. package/dist/siemens-ix/p-CX3n_rRh.js +0 -2
  872. package/dist/siemens-ix/p-CX3n_rRh.js.map +0 -1
  873. package/dist/siemens-ix/p-DS9crO46.js +0 -2
  874. package/dist/siemens-ix/p-DS9crO46.js.map +0 -1
  875. package/dist/siemens-ix/p-ad20efd0.entry.js +0 -2
  876. package/dist/siemens-ix/p-b6736ce7.entry.js +0 -2
  877. package/dist/siemens-ix/p-b6736ce7.entry.js.map +0 -1
  878. package/dist/siemens-ix/p-b7c5ab43.entry.js.map +0 -1
  879. package/dist/siemens-ix/p-c4b26603.entry.js +0 -2
  880. package/dist/siemens-ix/p-cc80918d.entry.js +0 -2
  881. package/dist/siemens-ix/p-d120adf6.entry.js +0 -2
  882. package/dist/siemens-ix/p-d120adf6.entry.js.map +0 -1
  883. package/dist/siemens-ix/p-d49f7ae4.entry.js +0 -2
  884. package/dist/siemens-ix/p-dd89a190.entry.js +0 -2
  885. package/dist/siemens-ix/p-e3c57208.entry.js +0 -2
  886. package/dist/siemens-ix/p-eebe632b.entry.js +0 -2
  887. package/dist/siemens-ix/p-eebe632b.entry.js.map +0 -1
  888. package/dist/siemens-ix/p-eef311b1.entry.js +0 -2
  889. package/dist/siemens-ix/p-eef311b1.entry.js.map +0 -1
  890. package/dist/siemens-ix/p-f29f280b.entry.js +0 -2
  891. package/dist/siemens-ix/p-f3b485de.entry.js.map +0 -1
  892. package/dist/siemens-ix/p-f753f1f5.entry.js +0 -2
  893. package/dist/siemens-ix/p-f82e4e0f.entry.js +0 -2
  894. package/dist/siemens-ix/p-f82e4e0f.entry.js.map +0 -1
  895. package/dist/siemens-ix/p-sxLz5AVO.js.map +0 -1
  896. package/dist/types/components/basic-navigation/basic-navigation.d.ts +0 -33
  897. package/dist/types/components/map-navigation/map-navigation.d.ts +0 -68
  898. package/dist/types/components/map-navigation-overlay/map-navigation-overlay.d.ts +0 -43
  899. package/scss/theme/core/components/map-navigation.scss +0 -20
  900. /package/dist/siemens-ix/{p-08f4c3f0.entry.js.map → p-0411df39.entry.js.map} +0 -0
  901. /package/dist/siemens-ix/{p-6f152ed2.entry.js.map → p-06a2c69b.entry.js.map} +0 -0
  902. /package/dist/siemens-ix/{p-7e6beda5.entry.js.map → p-0ce03ad3.entry.js.map} +0 -0
  903. /package/dist/siemens-ix/{p-17a74a48.entry.js.map → p-0d621531.entry.js.map} +0 -0
  904. /package/dist/siemens-ix/{p-f9b4e5f1.entry.js.map → p-162a4cc0.entry.js.map} +0 -0
  905. /package/dist/siemens-ix/{p-337a3457.entry.js.map → p-196cffb5.entry.js.map} +0 -0
  906. /package/dist/siemens-ix/{p-20ad8d1e.entry.js.map → p-1c83cb5f.entry.js.map} +0 -0
  907. /package/dist/siemens-ix/{p-3acbbe01.entry.js.map → p-1de1a2bf.entry.js.map} +0 -0
  908. /package/dist/siemens-ix/{p-89449e22.entry.js.map → p-2597a988.entry.js.map} +0 -0
  909. /package/dist/siemens-ix/{p-e825a921.entry.js.map → p-2ffde2d5.entry.js.map} +0 -0
  910. /package/dist/siemens-ix/{p-759ba03d.entry.js.map → p-31a8eaf9.entry.js.map} +0 -0
  911. /package/dist/siemens-ix/{p-7cf61ff6.entry.js.map → p-33fcea65.entry.js.map} +0 -0
  912. /package/dist/siemens-ix/{p-34e530b9.entry.js.map → p-367df024.entry.js.map} +0 -0
  913. /package/dist/siemens-ix/{p-75d8b192.entry.js.map → p-3751c675.entry.js.map} +0 -0
  914. /package/dist/siemens-ix/{p-67e4f814.entry.js.map → p-37bd983a.entry.js.map} +0 -0
  915. /package/dist/siemens-ix/{p-a02e0685.entry.js.map → p-38e45020.entry.js.map} +0 -0
  916. /package/dist/siemens-ix/{p-fabcc5f5.entry.js.map → p-396e1f3d.entry.js.map} +0 -0
  917. /package/dist/siemens-ix/{p-0e2b89f2.entry.js.map → p-3b7573d6.entry.js.map} +0 -0
  918. /package/dist/siemens-ix/{p-845054ca.entry.js.map → p-425d6925.entry.js.map} +0 -0
  919. /package/dist/siemens-ix/{p-db9d5872.entry.js.map → p-484bddf4.entry.js.map} +0 -0
  920. /package/dist/siemens-ix/{p-51786593.entry.js.map → p-496e98ac.entry.js.map} +0 -0
  921. /package/dist/siemens-ix/{p-7388d2ee.entry.js.map → p-4c18f123.entry.js.map} +0 -0
  922. /package/dist/siemens-ix/{p-548a2231.entry.js.map → p-4c1f90cb.entry.js.map} +0 -0
  923. /package/dist/siemens-ix/{p-3b314194.entry.js.map → p-4e4d792d.entry.js.map} +0 -0
  924. /package/dist/siemens-ix/{p-608b3631.entry.js.map → p-534a0e0a.entry.js.map} +0 -0
  925. /package/dist/siemens-ix/{p-d8fb5a86.entry.js.map → p-5779f16e.entry.js.map} +0 -0
  926. /package/dist/siemens-ix/{p-48cbacaf.entry.js.map → p-5b57bde1.entry.js.map} +0 -0
  927. /package/dist/siemens-ix/{p-dd89a190.entry.js.map → p-620158aa.entry.js.map} +0 -0
  928. /package/dist/siemens-ix/{p-347fcf94.entry.js.map → p-6445a54f.entry.js.map} +0 -0
  929. /package/dist/siemens-ix/{p-aa6368b4.entry.js.map → p-667e3184.entry.js.map} +0 -0
  930. /package/dist/siemens-ix/{p-538843d4.entry.js.map → p-6a4bc78a.entry.js.map} +0 -0
  931. /package/dist/siemens-ix/{p-4b65234d.entry.js.map → p-6dc6eb63.entry.js.map} +0 -0
  932. /package/dist/siemens-ix/{p-e3c57208.entry.js.map → p-70af7f44.entry.js.map} +0 -0
  933. /package/dist/siemens-ix/{p-467c0fff.entry.js.map → p-7364534a.entry.js.map} +0 -0
  934. /package/dist/siemens-ix/{p-788e1ef8.entry.js.map → p-74e7b03f.entry.js.map} +0 -0
  935. /package/dist/siemens-ix/{p-e562ffb2.entry.js.map → p-77fd2138.entry.js.map} +0 -0
  936. /package/dist/siemens-ix/{p-0d4f0223.entry.js.map → p-7827c263.entry.js.map} +0 -0
  937. /package/dist/siemens-ix/{p-a4d6ee80.entry.js.map → p-7bad0544.entry.js.map} +0 -0
  938. /package/dist/siemens-ix/{p-784c6dd6.entry.js.map → p-8ce61408.entry.js.map} +0 -0
  939. /package/dist/siemens-ix/{p-c0064123.entry.js.map → p-8f17f6ec.entry.js.map} +0 -0
  940. /package/dist/siemens-ix/{p-67766c28.entry.js.map → p-8f9368b8.entry.js.map} +0 -0
  941. /package/dist/siemens-ix/{p-92a6324b.entry.js.map → p-8fa8d0e3.entry.js.map} +0 -0
  942. /package/dist/siemens-ix/{p-3472fc1a.entry.js.map → p-8fc2bea6.entry.js.map} +0 -0
  943. /package/dist/siemens-ix/{p-9e7223f6.entry.js.map → p-905d4977.entry.js.map} +0 -0
  944. /package/dist/siemens-ix/{p-c4b26603.entry.js.map → p-92ec7f27.entry.js.map} +0 -0
  945. /package/dist/siemens-ix/{p-ad20efd0.entry.js.map → p-a3baca2f.entry.js.map} +0 -0
  946. /package/dist/siemens-ix/{p-9d8fb7dd.entry.js.map → p-aa89d586.entry.js.map} +0 -0
  947. /package/dist/siemens-ix/{p-fea12773.entry.js.map → p-b3453edf.entry.js.map} +0 -0
  948. /package/dist/siemens-ix/{p-556417c6.entry.js.map → p-b41a7abb.entry.js.map} +0 -0
  949. /package/dist/siemens-ix/{p-957d0d0b.entry.js.map → p-b76df1c7.entry.js.map} +0 -0
  950. /package/dist/siemens-ix/{p-65842e35.entry.js.map → p-b7ef70d4.entry.js.map} +0 -0
  951. /package/dist/siemens-ix/{p-2f54ce99.entry.js.map → p-b9880608.entry.js.map} +0 -0
  952. /package/dist/siemens-ix/{p-fc3071d0.entry.js.map → p-c5c863e1.entry.js.map} +0 -0
  953. /package/dist/siemens-ix/{p-d1941577.entry.js.map → p-c94739d0.entry.js.map} +0 -0
  954. /package/dist/siemens-ix/{p-04f1b89a.entry.js.map → p-ca3b24b1.entry.js.map} +0 -0
  955. /package/dist/siemens-ix/{p-cc80918d.entry.js.map → p-ca43aa61.entry.js.map} +0 -0
  956. /package/dist/siemens-ix/{p-58219b7e.entry.js.map → p-cd1afcc9.entry.js.map} +0 -0
  957. /package/dist/siemens-ix/{p-d4ba3f9f.entry.js.map → p-cf041cfd.entry.js.map} +0 -0
  958. /package/dist/siemens-ix/{p-80f55403.entry.js.map → p-d10b9798.entry.js.map} +0 -0
  959. /package/dist/siemens-ix/{p-ecff1e2f.entry.js.map → p-d193381f.entry.js.map} +0 -0
  960. /package/dist/siemens-ix/{p-dff78943.entry.js.map → p-d3a60c52.entry.js.map} +0 -0
  961. /package/dist/siemens-ix/{p-41b9392e.entry.js.map → p-da3a9845.entry.js.map} +0 -0
  962. /package/dist/siemens-ix/{p-94fa5d00.entry.js.map → p-df6bb698.entry.js.map} +0 -0
  963. /package/dist/siemens-ix/{p-85f3aa13.entry.js.map → p-e0b9cf68.entry.js.map} +0 -0
  964. /package/dist/siemens-ix/{p-81120f11.entry.js.map → p-e42f62a1.entry.js.map} +0 -0
  965. /package/dist/siemens-ix/{p-da6a27c1.entry.js.map → p-e48977ed.entry.js.map} +0 -0
  966. /package/dist/siemens-ix/{p-1f5befb2.entry.js.map → p-ea15fc79.entry.js.map} +0 -0
  967. /package/dist/siemens-ix/{p-4448252f.entry.js.map → p-ea37abf6.entry.js.map} +0 -0
  968. /package/dist/siemens-ix/{p-b5e0ddb3.entry.js.map → p-ea410634.entry.js.map} +0 -0
  969. /package/dist/siemens-ix/{p-39950a1c.entry.js.map → p-eba7f62c.entry.js.map} +0 -0
  970. /package/dist/siemens-ix/{p-e25aa385.entry.js.map → p-fbdf1c7d.entry.js.map} +0 -0
  971. /package/dist/siemens-ix/{p-79798af1.entry.js.map → p-ff83eafd.entry.js.map} +0 -0
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, H as Host } from './index-CtoreFVF.js';
2
- import { v as iconChevronRightSmall } from './index-Cz75KU1f.js';
2
+ import { v as iconChevronRightSmall } from './index-8HpPmDK_.js';
3
3
 
4
4
  const linkButtonCss = ":host{display:inline-flex;height:2rem;font-size:0.875rem;font-weight:400;min-width:2rem}:host .link-button{display:inline-flex;position:relative;width:100%;padding:0 0.25rem 0 0;align-items:center;justify-content:center;background-color:transparent;color:var(--theme-color-primary);cursor:pointer;text-decoration:none}:host .link-button .link{display:block;position:relative;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}:host .link-button:not(.disabled):not(:disabled){cursor:pointer}:host .link-button:not(.disabled):not(:disabled):hover,:host .link-button:not(.disabled):not(:disabled).hover{color:var(--theme-color-dynamic--hover)}:host .link-button:not(.disabled):not(:disabled):hover .link,:host .link-button:not(.disabled):not(:disabled).hover .link{text-decoration:underline;text-underline-offset:0.2rem}:host .link-button:not(.disabled):not(:disabled){cursor:pointer}:host .link-button:not(.disabled):not(:disabled):active,:host .link-button:not(.disabled):not(:disabled).active{color:var(--theme-color-dynamic--active)}:host .link-button:not(.disabled):not(:disabled):active .link,:host .link-button:not(.disabled):not(:disabled).active .link{text-decoration:underline;text-underline-offset:0.2rem}:host .link-button.disabled{cursor:default;color:var(--theme-color-weak-text)}:host .link-button a{all:unset}:host :focus-visible{outline:1px solid var(--theme-color-focus-bdr)}";
5
5
 
@@ -18,13 +18,13 @@ const LinkButton = class {
18
18
  this.target = '_self';
19
19
  }
20
20
  render() {
21
- return (h(Host, { key: 'd7efb1e99ba3ea4fdf9d13f2f32dfcbd8be2a6c2' }, h("a", { key: '6b3adc3bf49879f8aa8ec5b07c55d9288c1c49be', title: this.url, tabindex: "0", class: {
21
+ return (h(Host, { key: '83b41ef8a3bef06a033a9a20c30a4ae1e83066e8' }, h("a", { key: '955dc6e492eec929e592947ec18009d744d1f973', title: this.url, tabindex: "0", class: {
22
22
  'link-button': true,
23
23
  disabled: this.disabled,
24
- }, href: this.disabled ? undefined : this.url, target: this.target }, h("ix-icon", { key: '33d2923c2c1bd042bc9e9ed1d11f273a98380f6b', class: "icon", name: iconChevronRightSmall, size: "16", "aria-hidden": "true" }), h("div", { key: '6eeb77386f6330bff5b209c1f005102468800899', class: {
24
+ }, href: this.disabled ? undefined : this.url, target: this.target }, h("ix-icon", { key: 'b0589b7cedf757244950b1595916f8c838ae603d', class: "icon", name: iconChevronRightSmall, size: "16", "aria-hidden": "true" }), h("div", { key: 'c3ceb43628b0a48d60bbcd6bb54a4ad493ae3de8', class: {
25
25
  link: true,
26
26
  disabled: this.disabled,
27
- } }, h("slot", { key: '1bd82e08a11323ab61d89c98a4c108ba2849a388' })))));
27
+ } }, h("slot", { key: '2bd6071e8aad57fb13226d8452b0649367c6b750' })))));
28
28
  }
29
29
  };
30
30
  LinkButton.style = linkButtonCss;
@@ -15,7 +15,7 @@ const MenuAboutItem = class {
15
15
  });
16
16
  }
17
17
  render() {
18
- return (h(Host, { key: '65b663ccd628378a95ce42a3e5244a232eff116f' }, h("slot", { key: 'c3a34b0a229cb627038be98d9d82d13228a6ca11' })));
18
+ return (h(Host, { key: 'c150379d52f7dd0744ec480c35909937abef9c90' }, h("slot", { key: '37edb415a550ba73903bd6142162c42fe7be9d34' })));
19
19
  }
20
20
  static get watchers() { return {
21
21
  "label": ["watchLabel"]
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host } from './index-CtoreFVF.js';
2
- import { p as iconClose, x as iconShout } from './index-Cz75KU1f.js';
2
+ import { p as iconClose, w as iconShout } from './index-8HpPmDK_.js';
3
3
 
4
4
  const menuAboutNewsCss = ":host{--margin:0.5rem;display:block;position:fixed;width:20rem;height:auto;background-color:var(--theme-color-2);border-radius:0.25rem;padding:1rem;left:3.4rem;z-index:10000;transition:left var(--theme-default-time);margin-inline-start:var(--margin) !important;box-shadow:var(--theme-box-shadow-level-4)}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host .banner-container{position:absolute;top:0.0625rem;left:1rem}:host .banner-container svg{position:absolute;height:3.625rem;width:3rem}:host .banner-container svg polygon{fill:var(--theme-color-primary)}:host .banner-container ix-icon{margin:0.5rem;position:absolute;z-index:1}:host .cui-popover-news-header{margin-bottom:2.5rem;margin-inline-start:4rem;margin-block-start:-0.25rem}:host .popover-body{color:var(--theme-color-std-text)}:host .cui-popover-news-footer{display:flex;justify-content:flex-end;margin-top:1rem}:host ix-icon-button{top:0.5rem;right:0.5rem;position:absolute}:host #arrow{position:absolute;width:0.5rem;height:0.5rem;background-color:var(--theme-color-2);transform:translateX(calc(var(--margin) * -1 - 0.8rem)) rotateZ(45deg)}:host(.expanded){left:calc(3.4rem + 12.7rem)}:host(.show){display:none}@media only screen and (max-width: 48em){:host{display:flex;flex-direction:column;max-height:calc(100vh - 4.75rem);width:calc(100% - 2rem);max-width:30rem;transform:translateX(calc(1rem - 50%));left:calc(50% - 1rem) !important;bottom:1rem !important;margin-inline:0 !important;z-index:calc(var(--theme-z-index-sticky) - 1)}:host .slot-container{overflow-y:auto}:host #arrow{display:none}}";
5
5
 
@@ -20,16 +20,16 @@ const MenuAboutNews = class {
20
20
  this.expanded = false;
21
21
  }
22
22
  render() {
23
- return (h(Host, { key: 'f6796c5d93527d954d18748a60cdbbdab1370af2', class: {
23
+ return (h(Host, { key: '61a51cc04b238505c64285babebaaddf1201a9f7', class: {
24
24
  expanded: this.expanded,
25
25
  show: !this.show,
26
- } }, h("div", { key: '3ff7376bd993e2d8ed6f86ae75b5e594027db70a', class: "banner-container" }, h("ix-icon", { key: '6fd35d106b65158700c2255005485e99ad4365a6', color: "color-inv-contrast-text", name: iconShout, size: "32" }), h("svg", { key: '624dcf3a1c412c5480a5f5bd643c7c950c13f70e', viewBox: "0 0 48 56", xmlns: "http://www.w3.org/2000/svg" }, h("polygon", { key: 'eb0c8a2a6713b83f49be3f96bbf93f0a0d375b09', points: "0 0 48 0 48 56 24 48 0 56" }))), h("div", { key: '4790036caabea78033ca2272f4f58faf1ab05991', class: "cui-popover-news-header" }, h("ix-typography", { key: '4f5a8de94bdcc382e334b8ec6f7483773280ec49', format: "label", bold: true }, this.label)), h("ix-icon-button", { key: '71f9249273af952e0a88a22284f24bbdd3e52760', size: "24", icon: iconClose, iconColor: "color-soft-text", variant: "tertiary", onClick: () => {
26
+ } }, h("div", { key: 'c63c6cab269ef75f01d0396333c5c44ee271d354', class: "banner-container" }, h("ix-icon", { key: '2a3b5ced1c9f9fce0f742a34d9862e115807f6fb', color: "color-inv-contrast-text", name: iconShout, size: "32" }), h("svg", { key: '2433dd408f46a4d0f47e5cf075980b6a2ea2ece7', viewBox: "0 0 48 56", xmlns: "http://www.w3.org/2000/svg" }, h("polygon", { key: '386186a0847a504ca07052e1a49ee0c9f6314377', points: "0 0 48 0 48 56 24 48 0 56" }))), h("div", { key: 'ec280ef23c279507e186fa0ba0743e64e49d38c8', class: "cui-popover-news-header" }, h("ix-typography", { key: '784c5718192c7641e43004439cedcdc0f6285380', format: "label", bold: true }, this.label)), h("ix-icon-button", { key: '0c5a987a93067b0641ad0d7cd99e747aaa884d40', size: "24", icon: iconClose, iconColor: "color-soft-text", variant: "tertiary", onClick: () => {
27
27
  this.show = false;
28
28
  this.closePopover.emit();
29
- } }), h("div", { key: 'daf74d24e1c84fb3acf796bb3a9f6e9117dd9496', class: "slot-container" }, h("slot", { key: 'd9809a23c9d7635158b22d535f6b06da085992e8' })), this.aboutItemLabel ? (h("div", { class: "cui-popover-news-footer" }, h("ix-button", { variant: "primary", onClick: (e) => {
29
+ } }), h("div", { key: '780df8bab613bad3b80a3528947fdc0bab41187c', class: "slot-container" }, h("slot", { key: '1992c8d99353665ee6b88b4d21c34869284029d6' })), this.aboutItemLabel ? (h("div", { class: "cui-popover-news-footer" }, h("ix-button", { variant: "primary", onClick: (e) => {
30
30
  this.show = false;
31
31
  this.showMore.emit(e);
32
- } }, this.i18nShowMore))) : null, h("div", { key: '994de1ee58d3c39baed52ce729e77379c6c58a55', id: "arrow" })));
32
+ } }, this.i18nShowMore))) : null, h("div", { key: 'b877e4087ebe56fca5c82a7acada5ba7c7ef8abb', id: "arrow" })));
33
33
  }
34
34
  };
35
35
  MenuAboutNews.style = menuAboutNewsCss;
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, g as getElement } from './index-CtoreFVF.js';
2
- import { s as setTab, i as initialize, M as MenuTabs } from './ix-menu-settings-DRSkDgox.js';
3
- import './index-Cz75KU1f.js';
2
+ import { s as syncTabDisplay, i as initialize, M as MenuTabs } from './ix-menu-settings-f9o5GGw5.js';
3
+ import './index-8HpPmDK_.js';
4
4
 
5
5
  const menuAboutCss = ".text-xs{font-family:Siemens Sans, sans-serif;font-size:0.625rem;font-weight:400;line-height:1.4em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-s{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-caption{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-caption-single{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-single{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.143em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-title{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-title-single{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.143em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-single{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.25em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-title{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-title-single{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.25em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-h2{font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:700;line-height:1.455em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-xl{font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:400;line-height:1.091em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}a{color:var(--theme-color-primary)}:host{display:block;background-color:var(--theme-nav-overlay--background);padding:0.75rem 1rem 1rem 2rem;flex-grow:1;position:absolute;width:100%;height:100%}:host .about-header{display:flex;justify-content:space-between;flex-direction:row;align-items:center;height:2rem;margin-bottom:0.5rem}:host .about-header h2{color:var(--theme-nav-overlay-header--color);margin-bottom:1rem}:host ix-tabs{margin-bottom:1.5rem}:host ix-menu-about-item{display:none}";
6
6
 
@@ -16,8 +16,10 @@ const MenuAbout = class {
16
16
  /** @internal */
17
17
  this.show = false;
18
18
  }
19
- updateTab(label) {
20
- setTab(this, label);
19
+ updateTab(newLabel, oldLabel) {
20
+ if (newLabel !== oldLabel) {
21
+ syncTabDisplay(this, newLabel);
22
+ }
21
23
  }
22
24
  componentWillLoad() {
23
25
  initialize(this);
@@ -26,7 +28,7 @@ const MenuAbout = class {
26
28
  forceUpdate(this.el);
27
29
  }
28
30
  render() {
29
- return h(MenuTabs, { key: 'f39b61fd405141b8e2e7061bd76194ee4beb3a3d', context: this });
31
+ return h(MenuTabs, { key: 'e49c1819db2fcba5b330c776c84e905d6f1aef87', context: this });
30
32
  }
31
33
  get el() { return getElement(this); }
32
34
  static get watchers() { return {
@@ -1 +1 @@
1
- {"version":3,"file":"ix-menu-about.entry.js","sources":["src/components/menu-about/menu-about.scss?tag=ix-menu-about&encapsulation=shadow","src/components/menu-about/menu-about.tsx"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n@use './common-variables' as vars;\n@use 'legacy/fonts';\n\n:host {\n display: block;\n background-color: var(--theme-nav-overlay--background);\n padding: vars.$medium-space vars.$default-space vars.$default-space\n vars.$x-large-space;\n flex-grow: 1;\n position: absolute;\n width: 100%;\n height: 100%;\n\n .about-header {\n display: flex;\n justify-content: space-between;\n flex-direction: row;\n align-items: center;\n height: vars.$x-large-space;\n margin-bottom: vars.$small-space;\n\n h2 {\n color: var(--theme-nav-overlay-header--color);\n margin-bottom: 1rem;\n }\n }\n\n ix-tabs {\n margin-bottom: 1.5rem;\n }\n\n ix-menu-about-item {\n display: none;\n }\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport {\n Component,\n Element,\n Event,\n EventEmitter,\n forceUpdate,\n h,\n Prop,\n State,\n Watch,\n} from '@stencil/core';\nimport { MenuTabs } from '../utils/menu-tabs/menu-tabs-fc';\nimport {\n CustomCloseEvent,\n initialize,\n setTab,\n} from '../utils/menu-tabs/menu-tabs-utils';\n\n@Component({\n tag: 'ix-menu-about',\n styleUrl: 'menu-about.scss',\n shadow: true,\n})\nexport class MenuAbout {\n @Element() el!: HTMLIxMenuAboutElement;\n\n /**\n * Active tab\n */\n // eslint-disable-next-line @stencil-community/strict-mutable\n @Prop({ mutable: true }) activeTabLabel?: string;\n\n /**\n * Content of the header\n */\n @Prop() label = 'About & legal information';\n\n /** @internal */\n @Prop() show = false;\n\n /**\n * Active tab changed\n * @since 3.0.0\n */\n @Event() tabChange!: EventEmitter<string>;\n\n /**\n * About and Legal closed\n */\n @Event() close!: EventEmitter<CustomCloseEvent>;\n\n @State() items!: HTMLIxMenuAboutItemElement[];\n\n @Watch('activeTabLabel')\n updateTab(label: string) {\n setTab(this, label);\n }\n\n componentWillLoad() {\n initialize(this);\n }\n\n componentDidLoad() {\n forceUpdate(this.el);\n }\n\n render() {\n return <MenuTabs context={this} />;\n }\n}\n"],"names":[],"mappings":";;;;AAAA,MAAM,YAAY,GAAG,ozGAAozG;;MCgC5zG,SAAS,GAAA,MAAA;AALtB,IAAA,WAAA,CAAA,OAAA,EAAA;;;;AAcE;;AAEG;AACK,QAAA,IAAK,CAAA,KAAA,GAAG,2BAA2B;;AAGnC,QAAA,IAAI,CAAA,IAAA,GAAG,KAAK;AA+BrB;AAfC,IAAA,SAAS,CAAC,KAAa,EAAA;AACrB,QAAA,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC;;IAGrB,iBAAiB,GAAA;QACf,UAAU,CAAC,IAAI,CAAC;;IAGlB,gBAAgB,GAAA;AACd,QAAA,WAAW,CAAC,IAAI,CAAC,EAAE,CAAC;;IAGtB,MAAM,GAAA;AACJ,QAAA,OAAO,EAAC,QAAQ,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAC,OAAO,EAAE,IAAI,GAAI;;;;;;;;;;;"}
1
+ {"version":3,"file":"ix-menu-about.entry.js","sources":["src/components/menu-about/menu-about.scss?tag=ix-menu-about&encapsulation=shadow","src/components/menu-about/menu-about.tsx"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n@use './common-variables' as vars;\n@use 'legacy/fonts';\n\n:host {\n display: block;\n background-color: var(--theme-nav-overlay--background);\n padding: vars.$medium-space vars.$default-space vars.$default-space\n vars.$x-large-space;\n flex-grow: 1;\n position: absolute;\n width: 100%;\n height: 100%;\n\n .about-header {\n display: flex;\n justify-content: space-between;\n flex-direction: row;\n align-items: center;\n height: vars.$x-large-space;\n margin-bottom: vars.$small-space;\n\n h2 {\n color: var(--theme-nav-overlay-header--color);\n margin-bottom: 1rem;\n }\n }\n\n ix-tabs {\n margin-bottom: 1.5rem;\n }\n\n ix-menu-about-item {\n display: none;\n }\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport {\n Component,\n Element,\n Event,\n EventEmitter,\n forceUpdate,\n h,\n Prop,\n State,\n Watch,\n} from '@stencil/core';\nimport { MenuTabs } from '../utils/menu-tabs/menu-tabs-fc';\nimport {\n CustomCloseEvent,\n initialize,\n syncTabDisplay,\n} from '../utils/menu-tabs/menu-tabs-utils';\n\n@Component({\n tag: 'ix-menu-about',\n styleUrl: 'menu-about.scss',\n shadow: true,\n})\nexport class MenuAbout {\n @Element() el!: HTMLIxMenuAboutElement;\n\n /**\n * Active tab\n */\n // eslint-disable-next-line @stencil-community/strict-mutable\n @Prop({ mutable: true }) activeTabLabel?: string;\n\n /**\n * Content of the header\n */\n @Prop() label = 'About & legal information';\n\n /** @internal */\n @Prop() show = false;\n\n /**\n * Active tab changed\n * @since 3.0.0\n */\n @Event() tabChange!: EventEmitter<string>;\n\n /**\n * About and Legal closed\n */\n @Event() close!: EventEmitter<CustomCloseEvent>;\n\n @State() items!: HTMLIxMenuAboutItemElement[];\n\n @Watch('activeTabLabel')\n updateTab(newLabel: string, oldLabel: string) {\n if (newLabel !== oldLabel) {\n syncTabDisplay(this, newLabel);\n }\n }\n\n componentWillLoad() {\n initialize(this);\n }\n\n componentDidLoad() {\n forceUpdate(this.el);\n }\n\n render() {\n return <MenuTabs context={this} />;\n }\n}\n"],"names":[],"mappings":";;;;AAAA,MAAM,YAAY,GAAG,ozGAAozG;;MCgC5zG,SAAS,GAAA,MAAA;AALtB,IAAA,WAAA,CAAA,OAAA,EAAA;;;;AAcE;;AAEG;AACK,QAAA,IAAK,CAAA,KAAA,GAAG,2BAA2B;;AAGnC,QAAA,IAAI,CAAA,IAAA,GAAG,KAAK;AAiCrB;IAjBC,SAAS,CAAC,QAAgB,EAAE,QAAgB,EAAA;AAC1C,QAAA,IAAI,QAAQ,KAAK,QAAQ,EAAE;AACzB,YAAA,cAAc,CAAC,IAAI,EAAE,QAAQ,CAAC;;;IAIlC,iBAAiB,GAAA;QACf,UAAU,CAAC,IAAI,CAAC;;IAGlB,gBAAgB,GAAA;AACd,QAAA,WAAW,CAAC,IAAI,CAAC,EAAE,CAAC;;IAGtB,MAAM,GAAA;AACJ,QAAA,OAAO,EAAC,QAAQ,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAC,OAAO,EAAE,IAAI,GAAI;;;;;;;;;;;"}
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-CtoreFVF.js';
2
2
  import { g as getSlottedElements } from './shadow-dom-i60z1FJC.js';
3
- import { y as iconLogOut } from './index-Cz75KU1f.js';
3
+ import { x as iconLogOut } from './index-8HpPmDK_.js';
4
4
 
5
5
  const menuAvatarCss = ":host{display:block;position:relative;margin-bottom:0.5rem;margin-right:0.75rem}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host .avatar{all:unset;box-sizing:border-box;display:flex;align-items:center;height:2.5rem;width:100%;max-height:2.5rem;padding-left:0.25rem;margin-left:0.41rem;margin-right:0.35rem;transition:var(--theme-default-time)}:host .avatar .avatar-name{display:flex;flex-direction:column;overflow:hidden;white-space:nowrap;margin-left:1rem;line-height:1.14}:host .avatar .avatar-name .text-default-single{color:var(--theme-nav-item-primary--color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .avatar{border-radius:1.25rem}:host .avatar:not(.disabled):not(:disabled){cursor:pointer}:host .avatar:not(.disabled):not(:disabled):hover,:host .avatar:not(.disabled):not(:disabled).hover{background-color:var(--theme-avatar-btn--background--hover);color:var(--theme-avatar-btn--color--hover)}:host .avatar:not(.disabled):not(:disabled){cursor:pointer}:host .avatar:not(.disabled):not(:disabled):active,:host .avatar:not(.disabled):not(:disabled).active{background-color:var(--theme-avatar-btn--background--active);color:var(--theme-avatar-btn--color--active)}:host .avatar:focus-visible{outline:1px solid var(--theme-color-focus-bdr)}";
6
6
 
@@ -31,9 +31,9 @@ const MenuAvatar = class {
31
31
  this.showContextMenu = elements.length !== 0;
32
32
  }
33
33
  render() {
34
- return (h(Host, { key: 'a782ea05231fff5ebebe2fe12a2775f519f327cf', slot: "ix-menu-avatar" }, h("button", { key: '044a34b7db89797213223719a17a1b061cb1bd73', class: "nav-item top-item avatar no-hover", title: this.top, id: this.avatarElementId, tabIndex: 0 }, h("ix-avatar", { key: 'cb1330bf41ca940bb3bde9025cbb1ea4871d2252', image: this.image, initials: this.initials }), h("div", { key: 'ed6465daf36db4b60d3aceefbf6408677173a3f0', class: "avatar-name" }, h("span", { key: '571392ee4ae8b60dd252ab92397d31784e4e3a5c', class: "text-default-single", title: this.top }, this.top), h("span", { key: '52f9870036a925195723682aab11b103515f2c9d', class: "text-default-single", title: this.bottom }, this.bottom))), h("ix-dropdown", { key: '09e4dd18be61500b17a6315792fb1ba334a5435c', trigger: this.hostElement, placement: 'right-start', hidden: !this.showContextMenu && this.hideLogoutButton, offset: {
34
+ return (h(Host, { key: '6cff313b74cbbd668ed30dd7c04e060867ae0095', slot: "ix-menu-avatar" }, h("button", { key: 'c387330d89a9d5740f0af21ec4e7d0f077510064', class: "nav-item top-item avatar no-hover", title: this.top, id: this.avatarElementId, tabIndex: 0 }, h("ix-avatar", { key: '82f6207b4005ad8a799d29ce52a629d805d60b36', image: this.image, initials: this.initials }), h("div", { key: 'c1a6a4e03b3dda5b36a3caa6c7595a32407b9c19', class: "avatar-name" }, h("span", { key: 'a8b413ee5ec9a9f60d26ce695df3d9359831867d', class: "text-default-single", title: this.top }, this.top), h("span", { key: 'b333a5337d49199f9545eb30361fe5166d8a8725', class: "text-default-single", title: this.bottom }, this.bottom))), h("ix-dropdown", { key: '31b4149a67636711972e1f682da62a60f833e9f3', trigger: this.hostElement, placement: 'right-start', hidden: !this.showContextMenu && this.hideLogoutButton, offset: {
35
35
  mainAxis: 16,
36
- } }, h("slot", { key: '95885a59468c02dc83b81e47598224761b65f337', onSlotchange: () => this.onSlotChange() }), !this.hideLogoutButton && (h("ix-menu-avatar-item", { key: 'f79cf9960e1de2ee4b03d797d5da4ec8ae53af9b', label: this.i18nLogout, icon: iconLogOut, onClick: (e) => {
36
+ } }, h("slot", { key: 'a17ca070258b8b892c647f4cc2429b21562072c1', onSlotchange: () => this.onSlotChange() }), !this.hideLogoutButton && (h("ix-menu-avatar-item", { key: 'cbc2544543237b2874744c0678838b701ec89d4a', label: this.i18nLogout, icon: iconLogOut, onClick: (e) => {
37
37
  this.logoutClick.emit(e);
38
38
  } })))));
39
39
  }
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-CtoreFVF.js';
2
2
  import { a as animate } from './anime.esm-DhE1t8Qh.js';
3
- import { c as closestIxMenu } from './context-CKM5pVsv.js';
3
+ import { c as closestIxMenu } from './context-BniHpAE1.js';
4
4
  import { c as createMutationObserver } from './mutation-observer-CX81WQtk.js';
5
- import { f as iconChevronDownSmall } from './index-Cz75KU1f.js';
5
+ import { g as iconChevronDownSmall } from './index-8HpPmDK_.js';
6
6
  import './typed-event-BdCnOrqW.js';
7
7
 
8
8
  /*
@@ -180,7 +180,7 @@ const MenuCategory = class {
180
180
  }
181
181
  }
182
182
  render() {
183
- return (h(Host, { key: '3ab492c20cd7c41d300db0c3c4ad2cf5a6d51090', class: {
183
+ return (h(Host, { key: '13ac63c3321e33e4781ab642577464fde79c6bf2', class: {
184
184
  expanded: this.showItems,
185
185
  }, onPointerEnter: () => {
186
186
  this.enterLeaveDebounce.onEnter();
@@ -189,14 +189,14 @@ const MenuCategory = class {
189
189
  return;
190
190
  }
191
191
  this.enterLeaveDebounce.onLeave();
192
- } }, h("ix-menu-item", { key: 'a59b7d4c9a1360f10c3555d57ece5e8ca439f711', class: 'category-parent', active: this.isNestedItemActive(), notifications: this.notifications, icon: this.icon, onClick: (e) => this.onCategoryClick(e), onFocus: () => this.onPointerEnter(), tooltipText: this.tooltipText, isCategory: true }, h("div", { key: 'e7fb335217c858737e99a1c1df4959b1d15d1867', class: "category" }, h("div", { key: '6700c5e1926a1fa908f323e2bfd059ef7abc3d9d', class: "category-text" }, this.label), h("ix-icon", { key: '576a5b8a6ed3a7944a33d813bd254deaa8175438', name: iconChevronDownSmall, class: {
192
+ } }, h("ix-menu-item", { key: '25e8a0a50ea1540e346e830045275e6a0c63327d', class: 'category-parent', active: this.isNestedItemActive(), notifications: this.notifications, icon: this.icon, onClick: (e) => this.onCategoryClick(e), onFocus: () => this.onPointerEnter(), tooltipText: this.tooltipText, isCategory: true }, h("div", { key: '5b0dcefb391bada721218f4d3ba690c1a2de966e', class: "category" }, h("div", { key: 'f65e560cb7a6ab490220b814f9e66bbfd010bc44', class: "category-text" }, this.label), h("ix-icon", { key: '672a4f90f58ad0cdf023d050d4b3f75114a4ee52', name: iconChevronDownSmall, class: {
193
193
  'category-chevron': true,
194
194
  'category-chevron--open': this.showItems,
195
- } }))), h("div", { key: '2898f39c1f4665a5cb684f875d7881558434cf80', ref: (ref) => (this.menuItemsContainer = ref), class: {
195
+ } }))), h("div", { key: 'd7f0f085f33a09d7c57ca18818a90125b3c2e2bf', ref: (ref) => (this.menuItemsContainer = ref), class: {
196
196
  'menu-items': true,
197
197
  'menu-items--expanded': this.showItems,
198
198
  'menu-items--collapsed': !this.showItems,
199
- } }, this.showItems ? h("slot", null) : null), h("ix-dropdown", { key: '6e93539319261b3bd5c53cf80c75ddf4ff240376', closeBehavior: 'both', show: this.showDropdown, onShowChanged: ({ detail: dropdownShown }) => {
199
+ } }, this.showItems ? h("slot", null) : null), h("ix-dropdown", { key: 'e5b6be4ba14c97ef2e85abd01833bed929b1efa4', closeBehavior: 'both', show: this.showDropdown, onShowChanged: ({ detail: dropdownShown }) => {
200
200
  this.showDropdown = dropdownShown;
201
201
  }, class: 'category-dropdown', anchor: this.hostElement, placement: "right-start", offset: {
202
202
  mainAxis: 3,
@@ -209,7 +209,7 @@ const MenuCategory = class {
209
209
  e.preventDefault();
210
210
  }
211
211
  }
212
- } }, h("ix-dropdown-item", { key: 'aeb52967293d03a82de20c59b448d7f13cd03639', class: 'category-dropdown-header' }, h("ix-typography", { key: '19ccac9959ec874b240989a2c43f7c03ed70d9b9', format: "label", bold: true, textColor: "std" }, this.label)), h("ix-divider", { key: '1d113cd249baee291d9e25d47ed1eaecec56a7a7' }), h("slot", { key: '7a21ba6c7a35fef4391bb57fa27cad853edd729a' }))));
212
+ } }, h("ix-dropdown-item", { key: '90e095e2d61e5d359c29c742e4e84457ef47426f', class: 'category-dropdown-header' }, h("ix-typography", { key: '67efee1940b51e0457ccec7f0a271684ea6df881', format: "label", bold: true, textColor: "std" }, this.label)), h("ix-divider", { key: '2ec48cbab9dc6a223fcc636e59b497b1db315369' }), h("slot", { key: 'e32fb89cf4045faae851af8d1ed1c4ab394e1709' }))));
213
213
  }
214
214
  get hostElement() { return getElement(this); }
215
215
  };
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, h, H as Host } from './index-CtoreFVF.js';
2
2
  import { g as getButtonClasses } from './base-button-TVpiK7pg.js';
3
3
  import { a as a11yBoolean } from './a11y-Bb7pDeaQ.js';
4
- import { H as iconDoubleChevronLeft, G as iconDoubleChevronRight } from './index-Cz75KU1f.js';
4
+ import { G as iconDoubleChevronLeft, F as iconDoubleChevronRight } from './index-8HpPmDK_.js';
5
5
 
6
6
  const menuExpandIconCss = ":host{--ix-button-border-radius-left:var(--theme-btn--border-radius);--ix-button-border-radius-right:var(--theme-btn--border-radius);display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host button,:host a{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host .icon{pointer-events:none;margin-right:0.25rem}:host .icon-right{margin-left:0.25rem}:host(.disabled){cursor:default}:host .btn-subtle-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-tertiary,:host .btn-subtle-tertiary.focus,:host .btn-subtle-tertiary:focus-visible{background-color:var(--theme-btn-subtle-tertiary--background);color:var(--theme-btn-subtle-tertiary--color);--ix-button-color:var(--theme-btn-subtle-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-tertiary--border-color);border-style:solid}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-tertiary.selected{background-color:var(--theme-btn-subtle-tertiary--background--pressed);color:var(--theme-btn-subtle-tertiary--color--pressed)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-hover)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-active)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-tertiary--border-color--hover);background-color:var(--theme-btn-subtle-tertiary--background--hover);color:var(--theme-btn-subtle-tertiary--color--hover)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-tertiary--border-color--active);background-color:var(--theme-btn-subtle-tertiary--background--active);color:var(--theme-btn-subtle-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-tertiary.disabled,:host(.disabled) .btn-subtle-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-tertiary--border-color--disabled);background-color:var(--theme-btn-subtle-tertiary--background--disabled);color:var(--theme-btn-subtle-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-tertiary--color--disabled)}:host{display:flex;justify-content:center;align-items:center;height:2rem;width:2rem;border-radius:var(--theme-btn--border-radius);pointer-events:all}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host svg{display:inline-block;vertical-align:middle}:host .line{fill:var(--theme-menu-btn--color);opacity:1;x:2px;transition:x 0.075s ease-in var(--theme-default-time), transform 0.075s ease-in-out 0.075s, y 0.075s ease-in-out, opacity 0.075s linear 0.075s;transform-origin:center}:host(:not(.disabled):not(:disabled)){cursor:pointer}:host(:hover:not(.disabled):not(:disabled)) .menu-expand-button{background-color:var(--theme-menu-btn--background--hover)}.menu-expand-button{width:2rem;padding:0px !important;cursor:pointer}:host(:not(.disabled):not(:disabled)){cursor:pointer}:host(:active:not(.disabled):not(:disabled)) .menu-expand-button{background-color:var(--theme-menu-btn--background--active)}:host(.expanded) svg .line-1{opacity:1;transform:rotate(-45deg);y:11px}:host(.expanded) svg .line-2{opacity:0;x:9}:host(.expanded) svg .line-3{opacity:1;transform:rotate(45deg);y:11px}";
7
7
 
@@ -34,7 +34,7 @@ const MenuExpandIcon = class {
34
34
  return this.getSmallScreenIcon();
35
35
  }
36
36
  render() {
37
- return (h(Host, { key: '55bb276dfb9ec7960d0e81c1885f022790ef2967', class: {
37
+ return (h(Host, { key: '702baa75b182df885e9488301b2747fb37f96c52', class: {
38
38
  expanded: this.expanded,
39
39
  }, type: "button", "aria-label": this.ixAriaLabel, "aria-pressed": a11yBoolean(this.expanded) }, this.getMenuIcon()));
40
40
  }
@@ -2,7 +2,7 @@ import { r as registerInstance, h, H as Host, g as getElement } from './index-Ct
2
2
  import { c as createMutationObserver } from './mutation-observer-CX81WQtk.js';
3
3
  import { m as makeRef } from './make-ref-bcj7UEIC.js';
4
4
  import { m as menuController } from './menu-service-BMvtckRa.js';
5
- import { T as iconDocument } from './index-Cz75KU1f.js';
5
+ import { T as iconDocument } from './index-8HpPmDK_.js';
6
6
  import { a as a11yBoolean } from './a11y-Bb7pDeaQ.js';
7
7
  import './typed-event-BdCnOrqW.js';
8
8
 
@@ -115,11 +115,11 @@ const MenuItem = class {
115
115
  tabIndex: this.disabled ? -1 : 0,
116
116
  };
117
117
  const menuContent = [
118
- this.icon && h("ix-icon", { key: '010ccc4efd7284bfc7654ab6f9b29783129f17ff', class: 'tab-icon', name: this.icon }),
118
+ this.icon && h("ix-icon", { key: 'cf444eeb0b3478721a77ee1dc52436689e4c0102', class: 'tab-icon', name: this.icon }),
119
119
  this.notifications ? (h("div", { class: "notification" }, h("div", { class: "pill" }, this.notifications))) : null,
120
- h("span", { key: '247db957f1317fe528db4a863736cc7bf974fbcc', id: this.internalItemId, class: "tab-text text-default" }, this.label, h("slot", { key: 'dbe0bcf50882232b686e322af346ea8edb0007bf' })),
120
+ h("span", { key: '93ac9e24f2c8634f9bfcef42c8a167d219ff764e', id: this.internalItemId, class: "tab-text text-default" }, this.label, h("slot", { key: 'c98d81e6a16ff3304c1c2c489a71cc892fc6e287' })),
121
121
  ];
122
- return (h(Host, Object.assign({ key: '1877e4728bfea90d5084715ce7d30d59c027cb60', class: {
122
+ return (h(Host, Object.assign({ key: '2bed98070395e9df578f968f317a16f214bf5627', class: {
123
123
  disabled: this.disabled,
124
124
  'home-tab': this.home,
125
125
  'bottom-tab': this.bottom,
@@ -130,7 +130,7 @@ const MenuItem = class {
130
130
  e.preventDefault();
131
131
  e.stopPropagation();
132
132
  }
133
- } }), menuContent)) : (h("button", Object.assign({}, commonAttributes, { ref: this.buttonRef }), menuContent)), h("ix-tooltip", { key: 'c19646a81a5a2fed7b89eb95caf661125da9f7be', for: this.buttonRef.waitForCurrent(), placement: 'right', showDelay: 1000, interactive: false, "aria-hidden": a11yBoolean(this.ariaHiddenTooltip), "aria-labelledby": this.internalItemId }, this.tooltip)));
133
+ } }), menuContent)) : (h("button", Object.assign({}, commonAttributes, { ref: this.buttonRef }), menuContent)), h("ix-tooltip", { key: '691d40c1d8df8ab9111165be8320190a5c893de0', for: this.buttonRef.waitForCurrent(), placement: 'right', showDelay: 1000, interactive: false, "aria-hidden": a11yBoolean(this.ariaHiddenTooltip), "aria-labelledby": this.internalItemId }, this.tooltip)));
134
134
  }
135
135
  get hostElement() { return getElement(this); }
136
136
  static get watchers() { return {
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, g as getElement, H as Host } from './index-CtoreFVF.js';
2
- import { p as iconClose } from './index-Cz75KU1f.js';
2
+ import { p as iconClose } from './index-8HpPmDK_.js';
3
3
 
4
4
  const menuSettingsCss = ".text-xs{font-family:Siemens Sans, sans-serif;font-size:0.625rem;font-weight:400;line-height:1.4em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-s{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-caption{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-caption-single{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-single{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.143em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-title{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-title-single{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.143em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-single{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.25em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-title{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-title-single{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.25em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-h2{font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:700;line-height:1.455em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-xl{font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:400;line-height:1.091em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}a{color:var(--theme-color-primary)}:host{display:block;background-color:var(--theme-nav-overlay--background);padding:0.75rem 1rem 1rem 2rem;flex-grow:1;position:absolute;width:100%;height:100%}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host .settings-header{display:flex;justify-content:space-between;flex-direction:row;align-items:center;height:2rem;margin-bottom:0.5rem}:host .settings-header h2{color:var(--theme-nav-overlay-header--color);margin-bottom:1rem}:host ix-tabs{margin-bottom:1.5rem}:host .settings-tabs{margin-bottom:1.5rem}";
5
5
 
@@ -15,8 +15,10 @@ const MenuSettings = class {
15
15
  /** @internal */
16
16
  this.show = false;
17
17
  }
18
- updateTab(label) {
19
- setTab(this, label);
18
+ updateTab(newLabel, oldLabel) {
19
+ if (newLabel !== oldLabel) {
20
+ syncTabDisplay(this, newLabel);
21
+ }
20
22
  }
21
23
  componentWillLoad() {
22
24
  initialize(this);
@@ -25,7 +27,7 @@ const MenuSettings = class {
25
27
  forceUpdate(this.el);
26
28
  }
27
29
  render() {
28
- return h(MenuTabs, { key: 'a59dd5a81b91ff4ae7f516cb192700bffaee3f84', context: this });
30
+ return h(MenuTabs, { key: 'bff35655d1e57ea807a1d8a6bd0879f8804e3ef4', context: this });
29
31
  }
30
32
  get el() { return getElement(this); }
31
33
  static get watchers() { return {
@@ -48,14 +50,19 @@ function getItems(context) {
48
50
  : 'ix-menu-about-item'));
49
51
  }
50
52
  function setTab(context, label) {
53
+ if (context.activeTabLabel === label) {
54
+ return;
55
+ }
51
56
  const { defaultPrevented } = context.tabChange.emit(label);
52
57
  if (defaultPrevented) {
53
58
  return;
54
59
  }
55
60
  context.activeTabLabel = label;
61
+ }
62
+ function syncTabDisplay(context, label) {
56
63
  context.items.forEach((i) => {
57
64
  i.style.display = 'none';
58
- if (i.label === context.activeTabLabel) {
65
+ if (i.label === label) {
59
66
  i.style.display = 'block';
60
67
  }
61
68
  });
@@ -107,7 +114,7 @@ const MenuTabs = ({ context }) => {
107
114
  }) })), h("ix-tabs", { selected: selectedIndex !== -1 ? selectedIndex : 0 }, getTabItems(context)), h("slot", null)));
108
115
  };
109
116
 
110
- export { MenuTabs as M, MenuSettings as a, initialize as i, setTab as s };
111
- //# sourceMappingURL=ix-menu-settings-DRSkDgox.js.map
117
+ export { MenuTabs as M, MenuSettings as a, initialize as i, syncTabDisplay as s };
118
+ //# sourceMappingURL=ix-menu-settings-f9o5GGw5.js.map
112
119
 
113
- //# sourceMappingURL=ix-menu-settings-DRSkDgox.js.map
120
+ //# sourceMappingURL=ix-menu-settings-f9o5GGw5.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ix-menu-settings-f9o5GGw5.js","sources":["src/components/menu-settings/menu-settings.scss?tag=ix-menu-settings&encapsulation=shadow","src/components/menu-settings/menu-settings.tsx","src/components/utils/menu-tabs/menu-tabs-utils.ts","src/components/utils/menu-tabs/menu-tabs-fc.tsx"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n@use './common-variables' as vars;\n@use 'legacy/fonts';\n@use 'mixins/shadow-dom/component';\n\n:host {\n display: block;\n background-color: var(--theme-nav-overlay--background);\n padding: vars.$medium-space vars.$default-space vars.$default-space vars.$x-large-space;\n flex-grow: 1;\n position: absolute;\n width: 100%;\n height: 100%;\n\n @include component.ix-component;\n\n .settings-header {\n display: flex;\n justify-content: space-between;\n flex-direction: row;\n align-items: center;\n height: vars.$x-large-space;\n margin-bottom: vars.$small-space;\n\n h2 {\n color: var(--theme-nav-overlay-header--color);\n margin-bottom: 1rem;\n }\n }\n\n ix-tabs {\n margin-bottom: 1.5rem;\n }\n\n .settings-tabs {\n margin-bottom: vars.$large-space;\n }\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport {\n Component,\n Element,\n Event,\n EventEmitter,\n forceUpdate,\n h,\n Prop,\n State,\n Watch,\n} from '@stencil/core';\nimport { MenuTabs } from '../utils/menu-tabs/menu-tabs-fc';\nimport {\n CustomCloseEvent,\n initialize,\n syncTabDisplay,\n} from '../utils/menu-tabs/menu-tabs-utils';\n\n@Component({\n tag: 'ix-menu-settings',\n styleUrl: 'menu-settings.scss',\n shadow: true,\n})\nexport class MenuSettings {\n @Element() el!: HTMLIxMenuSettingsElement;\n\n /**\n * Active tab\n */\n // eslint-disable-next-line @stencil-community/strict-mutable\n @Prop({ mutable: true }) activeTabLabel?: string;\n\n /**\n * Label of first tab\n */\n @Prop() label = 'Settings';\n\n /** @internal */\n @Prop() show = false;\n\n /**\n * Active tab changed\n * @since 3.0.0\n */\n @Event() tabChange!: EventEmitter<string>;\n\n /**\n * Popover closed\n */\n @Event() close!: EventEmitter<CustomCloseEvent>;\n\n @State() items!: HTMLIxMenuSettingsItemElement[];\n\n @Watch('activeTabLabel')\n updateTab(newLabel: string, oldLabel: string) {\n if (newLabel !== oldLabel) {\n syncTabDisplay(this, newLabel);\n }\n }\n\n componentWillLoad() {\n initialize(this);\n }\n\n componentDidLoad() {\n forceUpdate(this.el);\n }\n\n render() {\n return <MenuTabs context={this} />;\n }\n}\n","/*\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 { MenuAbout } from '../../menu-about/menu-about';\nimport { MenuSettings } from '../../menu-settings/menu-settings';\n\nfunction getItems(\n context: MenuSettings | MenuAbout\n): HTMLIxMenuSettingsItemElement[] | HTMLIxMenuAboutItemElement[] {\n return Array.from(\n context.el.querySelectorAll(\n context instanceof MenuSettings\n ? 'ix-menu-settings-item'\n : 'ix-menu-about-item'\n )\n );\n}\n\nexport function setTab(context: MenuSettings | MenuAbout, label: string) {\n if (context.activeTabLabel === label) {\n return;\n }\n const { defaultPrevented } = context.tabChange.emit(label);\n\n if (defaultPrevented) {\n return;\n }\n context.activeTabLabel = label;\n}\n\nexport function syncTabDisplay(\n context: MenuSettings | MenuAbout,\n label: string\n) {\n context.items.forEach((i) => {\n i.style.display = 'none';\n if (i.label === label) {\n i.style.display = 'block';\n }\n });\n}\n\nexport function initialize(context: MenuSettings | MenuAbout) {\n context.items = getItems(context);\n\n if (context.items.length) {\n const selectedLabel = context.activeTabLabel || context.items[0].label;\n if (selectedLabel) {\n setTab(context, selectedLabel);\n }\n }\n\n context.items.forEach((item) => {\n item.addEventListener('labelChange', (e: CustomEvent) => {\n context.items = getItems(context);\n\n if (e.detail.oldLabel === context.activeTabLabel) {\n context.activeTabLabel = e.detail.newLabel;\n }\n });\n });\n}\n\nexport interface CustomLabelChangeEvent {\n name: string;\n oldLabel: string;\n newLabel: string;\n}\n\nexport interface CustomCloseEvent {\n nativeEvent: MouseEvent;\n name: string;\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { FunctionalComponent, h, Host } from '@stencil/core';\nimport { setTab } from './menu-tabs-utils';\nimport { MenuAbout } from '../../menu-about/menu-about';\nimport { MenuSettings } from '../../menu-settings/menu-settings';\nimport { iconClose } from '@siemens/ix-icons/icons';\n\ninterface MenuTabsProps {\n context: MenuSettings | MenuAbout;\n}\n\nconst getTabItems = (context: MenuSettings | MenuAbout) => {\n return context.items.map(({ label }) => {\n return (\n <ix-tab-item\n selected={label === context.activeTabLabel}\n onTabClick={(e) => e.preventDefault()}\n onClick={() => {\n if (label) {\n setTab(context, label);\n }\n }}\n >\n {label}\n </ix-tab-item>\n );\n });\n};\n\nexport const MenuTabs: FunctionalComponent<MenuTabsProps> = ({ context }) => {\n const selectedIndex = context.items.findIndex(\n (item) => item.label === context.activeTabLabel\n );\n return (\n <Host\n slot={\n context instanceof MenuSettings ? 'ix-menu-settings' : 'ix-menu-about'\n }\n class={{\n show: context.show,\n }}\n >\n <div\n class={\n context instanceof MenuSettings ? 'settings-header' : 'about-header'\n }\n >\n <h2 class=\"text-h2\">{context.label}</h2>\n <ix-icon-button\n variant=\"tertiary\"\n size=\"24\"\n icon={iconClose}\n iconColor=\"color-soft-text\"\n onClick={(e) =>\n context.close.emit({\n name:\n context instanceof MenuSettings\n ? 'ix-menu-settings'\n : 'ix-menu-about',\n nativeEvent: e,\n })\n }\n ></ix-icon-button>\n </div>\n <ix-tabs selected={selectedIndex !== -1 ? selectedIndex : 0}>\n {getTabItems(context)}\n </ix-tabs>\n <slot></slot>\n </Host>\n );\n};\n"],"names":[],"mappings":";;;AAAA,MAAM,eAAe,GAAG,klIAAklI;;MCgC7lI,YAAY,GAAA,MAAA;AALzB,IAAA,WAAA,CAAA,OAAA,EAAA;;;;AAcE;;AAEG;AACK,QAAA,IAAK,CAAA,KAAA,GAAG,UAAU;;AAGlB,QAAA,IAAI,CAAA,IAAA,GAAG,KAAK;AAiCrB;IAjBC,SAAS,CAAC,QAAgB,EAAE,QAAgB,EAAA;AAC1C,QAAA,IAAI,QAAQ,KAAK,QAAQ,EAAE;AACzB,YAAA,cAAc,CAAC,IAAI,EAAE,QAAQ,CAAC;;;IAIlC,iBAAiB,GAAA;QACf,UAAU,CAAC,IAAI,CAAC;;IAGlB,gBAAgB,GAAA;AACd,QAAA,WAAW,CAAC,IAAI,CAAC,EAAE,CAAC;;IAGtB,MAAM,GAAA;AACJ,QAAA,OAAO,EAAC,QAAQ,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAC,OAAO,EAAE,IAAI,GAAI;;;;;;;;;AC9EtC;;;;;;;AAOG;AAKH,SAAS,QAAQ,CACf,OAAiC,EAAA;AAEjC,IAAA,OAAO,KAAK,CAAC,IAAI,CACf,OAAO,CAAC,EAAE,CAAC,gBAAgB,CACzB,OAAO,YAAY;AACjB,UAAE;AACF,UAAE,oBAAoB,CACzB,CACF;AACH;AAEgB,SAAA,MAAM,CAAC,OAAiC,EAAE,KAAa,EAAA;AACrE,IAAA,IAAI,OAAO,CAAC,cAAc,KAAK,KAAK,EAAE;QACpC;;AAEF,IAAA,MAAM,EAAE,gBAAgB,EAAE,GAAG,OAAO,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC;IAE1D,IAAI,gBAAgB,EAAE;QACpB;;AAEF,IAAA,OAAO,CAAC,cAAc,GAAG,KAAK;AAChC;AAEgB,SAAA,cAAc,CAC5B,OAAiC,EACjC,KAAa,EAAA;IAEb,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAI;AAC1B,QAAA,CAAC,CAAC,KAAK,CAAC,OAAO,GAAG,MAAM;AACxB,QAAA,IAAI,CAAC,CAAC,KAAK,KAAK,KAAK,EAAE;AACrB,YAAA,CAAC,CAAC,KAAK,CAAC,OAAO,GAAG,OAAO;;AAE7B,KAAC,CAAC;AACJ;AAEM,SAAU,UAAU,CAAC,OAAiC,EAAA;AAC1D,IAAA,OAAO,CAAC,KAAK,GAAG,QAAQ,CAAC,OAAO,CAAC;AAEjC,IAAA,IAAI,OAAO,CAAC,KAAK,CAAC,MAAM,EAAE;AACxB,QAAA,MAAM,aAAa,GAAG,OAAO,CAAC,cAAc,IAAI,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK;QACtE,IAAI,aAAa,EAAE;AACjB,YAAA,MAAM,CAAC,OAAO,EAAE,aAAa,CAAC;;;IAIlC,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,IAAI,KAAI;QAC7B,IAAI,CAAC,gBAAgB,CAAC,aAAa,EAAE,CAAC,CAAc,KAAI;AACtD,YAAA,OAAO,CAAC,KAAK,GAAG,QAAQ,CAAC,OAAO,CAAC;YAEjC,IAAI,CAAC,CAAC,MAAM,CAAC,QAAQ,KAAK,OAAO,CAAC,cAAc,EAAE;gBAChD,OAAO,CAAC,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC,QAAQ;;AAE9C,SAAC,CAAC;AACJ,KAAC,CAAC;AACJ;;ACnEA;;;;;;;AAOG;AAYH,MAAM,WAAW,GAAG,CAAC,OAAiC,KAAI;IACxD,OAAO,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,EAAE,KAAK,EAAE,KAAI;AACrC,QAAA,QACE,CACE,CAAA,aAAA,EAAA,EAAA,QAAQ,EAAE,KAAK,KAAK,OAAO,CAAC,cAAc,EAC1C,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,cAAc,EAAE,EACrC,OAAO,EAAE,MAAK;gBACZ,IAAI,KAAK,EAAE;AACT,oBAAA,MAAM,CAAC,OAAO,EAAE,KAAK,CAAC;;AAE1B,aAAC,EAEA,EAAA,KAAK,CACM;AAElB,KAAC,CAAC;AACJ,CAAC;MAEY,QAAQ,GAAuC,CAAC,EAAE,OAAO,EAAE,KAAI;IAC1E,MAAM,aAAa,GAAG,OAAO,CAAC,KAAK,CAAC,SAAS,CAC3C,CAAC,IAAI,KAAK,IAAI,CAAC,KAAK,KAAK,OAAO,CAAC,cAAc,CAChD;IACD,QACE,CAAC,CAAA,IAAI,IACH,IAAI,EACF,OAAO,YAAY,YAAY,GAAG,kBAAkB,GAAG,eAAe,EAExE,KAAK,EAAE;YACL,IAAI,EAAE,OAAO,CAAC,IAAI;AACnB,SAAA,EAAA,EAED,CAAA,CAAA,KAAA,EAAA,EACE,KAAK,EACH,OAAO,YAAY,YAAY,GAAG,iBAAiB,GAAG,cAAc,EAAA,EAGtE,CAAA,CAAA,IAAA,EAAA,EAAI,KAAK,EAAC,SAAS,IAAE,OAAO,CAAC,KAAK,CAAM,EACxC,CAAA,CAAA,gBAAA,EAAA,EACE,OAAO,EAAC,UAAU,EAClB,IAAI,EAAC,IAAI,EACT,IAAI,EAAE,SAAS,EACf,SAAS,EAAC,iBAAiB,EAC3B,OAAO,EAAE,CAAC,CAAC,KACT,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC;YACjB,IAAI,EACF,OAAO,YAAY;AACjB,kBAAE;AACF,kBAAE,eAAe;AACrB,YAAA,WAAW,EAAE,CAAC;AACf,SAAA,CAAC,GAEY,CACd,EACN,CAAA,CAAA,SAAA,EAAA,EAAS,QAAQ,EAAE,aAAa,KAAK,EAAE,GAAG,aAAa,GAAG,CAAC,EAAA,EACxD,WAAW,CAAC,OAAO,CAAC,CACb,EACV,CAAa,CAAA,MAAA,EAAA,IAAA,CAAA,CACR;AAEX;;;;"}
@@ -15,7 +15,7 @@ const MenuSettingsItem = class {
15
15
  });
16
16
  }
17
17
  render() {
18
- return (h(Host, { key: 'd71ea99d2f7194c876c18e702b0a1d20d84f7a35' }, h("slot", { key: '4906a29d17beb90749df4981daca1ae37c8b8c9b' })));
18
+ return (h(Host, { key: '69dac244a2c3b427237e8dceec64fad9c16600e9' }, h("slot", { key: 'ccfc87d1f061f0d4195f943dec3782b655626aae' })));
19
19
  }
20
20
  static get watchers() { return {
21
21
  "label": ["watchLabel"]
@@ -1,4 +1,4 @@
1
- export { a as ix_menu_settings } from './ix-menu-settings-DRSkDgox.js';
1
+ export { a as ix_menu_settings } from './ix-menu-settings-f9o5GGw5.js';
2
2
  import './index-CtoreFVF.js';
3
- import './index-Cz75KU1f.js';
3
+ import './index-8HpPmDK_.js';
4
4
  //# sourceMappingURL=ix-menu-settings.entry.js.map
@@ -1,14 +1,14 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-CtoreFVF.js';
2
2
  import { a as animate } from './anime.esm-DhE1t8Qh.js';
3
- import { s as showAppSwitch } from './index--ZIr3Aqz.js';
4
- import { a as useContextConsumer, A as ApplicationLayoutContext } from './context-CKM5pVsv.js';
3
+ import { s as showAppSwitch } from './index-Kp5Wf9wr.js';
4
+ import { a as useContextConsumer, A as ApplicationLayoutContext } from './context-BniHpAE1.js';
5
5
  import { a as applicationLayoutService } from './service-Da0kv8hS.js';
6
6
  import { m as menuController } from './menu-service-BMvtckRa.js';
7
7
  import { c as convertToRemString } from './rwd.util-pXYAoEyc.js';
8
8
  import { t as themeSwitcher } from './theme-switcher-DRqJGlG2.js';
9
- import { P as iconNavigationLeft, Q as iconNavigationRight, d as iconApps, R as iconCogwheel, S as iconLightDark, b as iconInfo } from './index-Cz75KU1f.js';
9
+ import { P as iconNavigationLeft, Q as iconNavigationRight, e as iconApps, R as iconCogwheel, S as iconLightDark, b as iconInfo } from './index-8HpPmDK_.js';
10
10
  import { A as Animation } from './animation-C5MWUgDN.js';
11
- import './modal-D9BaTrTa.js';
11
+ import './modal-BTxff2hq.js';
12
12
  import './typed-event-BdCnOrqW.js';
13
13
  import './breakpoints-D_Hmobxf.js';
14
14
 
@@ -105,11 +105,6 @@ const Menu = class {
105
105
  };
106
106
  }
107
107
  pinnedChange(newPinned) {
108
- var _a;
109
- if (((_a = this.applicationLayoutContext) === null || _a === void 0 ? void 0 : _a.host) === 'map-navigation') {
110
- console.warn('ix-map-navigation does not support pinning of the menu');
111
- return;
112
- }
113
108
  this.setPinned(this.pinned);
114
109
  if (newPinned) {
115
110
  applicationLayoutService.disableBreakpointDetection();
@@ -208,14 +203,9 @@ const Menu = class {
208
203
  menuController.setIsPinned(pinned);
209
204
  }
210
205
  onBreakpointChange(mode, initial = false) {
211
- var _a;
212
206
  if (!this.applicationLayoutContext && mode === 'sm') {
213
207
  return;
214
208
  }
215
- if (((_a = this.applicationLayoutContext) === null || _a === void 0 ? void 0 : _a.host) === 'map-navigation') {
216
- this.breakpoint = 'md';
217
- return;
218
- }
219
209
  if (!this.applicationLayoutContext) {
220
210
  return;
221
211
  }
@@ -458,44 +448,44 @@ const Menu = class {
458
448
  }
459
449
  render() {
460
450
  var _a, _b;
461
- return (h(Host, { key: '3cccf12b2f3221f6052a3bdc983c7f35ee8b6af8', class: {
451
+ return (h(Host, { key: 'b36f27c9c7b9342fd8f984dd5d00ad73d735b2ff', class: {
462
452
  expanded: this.expand,
463
453
  [`breakpoint-${this.breakpoint}`]: true,
464
- }, slot: "menu" }, h("nav", { key: '148d5ae9d40d35b054c51c11d8853837b9a1f44a', class: {
454
+ }, slot: "menu" }, h("nav", { key: '4f4b1378ddfe2cb243d0a5305679c98084490e8b', class: {
465
455
  menu: true,
466
456
  expanded: this.expand,
467
- } }, h("div", { key: 'c9428afeac46b597e3268971d6e65d38b4b51c4e', class: "menu-buttons" }, this.breakpoint !== 'sm' && (h("ix-menu-expand-icon", { key: '3860800122f52b878a097054cdf6190ac0e5c291', breakpoint: this.breakpoint, expanded: this.expand, pinned: this.pinned, class: "menu-expand-icon", ixAriaLabel: this.i18nExpandSidebar, onClick: async () => this.toggleMenu(), "data-testid": "expand-collapse-menu" })), this.breakpoint === 'sm' &&
468
- ((_a = this.applicationLayoutContext) === null || _a === void 0 ? void 0 : _a.appSwitchConfig) && (h("ix-icon-button", { key: '58ec78884e14b2a9728814af87eb816e0202b5f8', onClick: () => {
457
+ } }, h("div", { key: '70d117cfe299bdb3f3b0ed9639d5ee83bfc33cf1', class: "menu-buttons" }, this.breakpoint !== 'sm' && (h("ix-menu-expand-icon", { key: 'fa76b253e6cf1ae30e3257cc3c186dc23215b516', breakpoint: this.breakpoint, expanded: this.expand, pinned: this.pinned, class: "menu-expand-icon", ixAriaLabel: this.i18nExpandSidebar, onClick: async () => this.toggleMenu(), "data-testid": "expand-collapse-menu" })), this.breakpoint === 'sm' &&
458
+ ((_a = this.applicationLayoutContext) === null || _a === void 0 ? void 0 : _a.appSwitchConfig) && (h("ix-icon-button", { key: '927aede1c7824c6c21eed072e7dba6db8d5f8df5', onClick: () => {
469
459
  this.showAppSwitch();
470
- }, icon: iconApps, variant: "subtle-tertiary" }))), h("div", { key: '4f8bdcec872baefee1470e455d38185ef9118a99', id: "menu-tabs", style: {
460
+ }, icon: iconApps, variant: "subtle-tertiary" }))), h("div", { key: '795f32dc8f94404a75c9a0d0cfb7c8e8d429d8d2', id: "menu-tabs", style: {
471
461
  display: 'contents',
472
- }, onClick: (e) => this.onMenuItemsClick(e) }, h("div", { key: '86a65cfd875f29519859ff9d5c6b862f9691f3ba', class: "tabs-shadow-container" }, h("div", { key: '67687bedfef00d9cd9210bc5d96a82551f0c76b3', class: {
462
+ }, onClick: (e) => this.onMenuItemsClick(e) }, h("div", { key: '4d609cfd70659c0adfcb1cfca0485edff3b05d08', class: "tabs-shadow-container" }, h("div", { key: 'b8b81a13d75c56f9a460f0db382acef185b1c11c', class: {
473
463
  'tabs--shadow': true,
474
464
  'tabs--shadow-top': true,
475
465
  'tabs--shadow--show': this.itemsScrollShadowTop,
476
- } }), h("div", { key: '9fe969f863c48cc1eb4898557e3cb2867cda21ef', class: {
466
+ } }), h("div", { key: '1095f30e782665f9d66d7f2619eb3a68806ccf54', class: {
477
467
  tabs: true,
478
468
  'show-scrollbar': this.expand,
479
- }, onScroll: () => this.handleOverflowIndicator() }, h("div", { key: 'a79fb68162eba16a76450edf3c871515b9472f47', class: "menu-avatar" }, h("slot", { key: '0abbf3d21460eff778c71a192e2f53a2fd087210', name: "ix-menu-avatar" })), h("slot", { key: '1b5f280b17b8509dbbaad50c2ef7ab8461274f3c', name: "home" }), this.breakpoint !== 'sm' || !this.isHiddenFromViewport() ? (h("slot", null)) : null), h("div", { key: 'd207bdfa217cff20873656a4e3abd7bd11e38d89', class: {
469
+ }, onScroll: () => this.handleOverflowIndicator() }, h("div", { key: '55ec2b8a3b535c8ed7dfc4c80ecdeedf9add4d34', class: "menu-avatar" }, h("slot", { key: 'a893aea63d56c2b4e7fd5997904704639257f65b', name: "ix-menu-avatar" })), h("slot", { key: '85505735fc0f7c9075340389597565bd99e64801', name: "home" }), this.breakpoint !== 'sm' || !this.isHiddenFromViewport() ? (h("slot", null)) : null), h("div", { key: '7a0013bb20500931471b1ee1273615d0ae740d11', class: {
480
470
  'tabs--shadow': true,
481
471
  'tabs--shadow-bottom': true,
482
472
  'tabs--shadow--show': this.itemsScrollShadowBottom,
483
- } }))), h("div", { key: 'f46f2a702b67bfca557f61fe7a73dbb0c9e20135', class: "bottom-tab-divider" }), this.settings ? (h("ix-menu-item", { disabled: this.isHiddenFromViewport(), id: "settings", class: {
473
+ } }))), h("div", { key: '92a48e39684e2bbbb6078dcafc5c8b7103a693de', class: "bottom-tab-divider" }), this.settings ? (h("ix-menu-item", { disabled: this.isHiddenFromViewport(), id: "settings", class: {
484
474
  'internal-tab': true,
485
475
  'bottom-tab': true,
486
476
  active: this.showSettings,
487
- }, icon: iconCogwheel, onClick: async () => this.toggleSettings(!this.showSettings), label: this.i18nSettings })) : null, this.enableToggleTheme ? (h("ix-menu-item", { disabled: this.isHiddenFromViewport(), id: "toggleTheme", onClick: () => themeSwitcher.toggleMode(), class: "internal-tab bottom-tab", icon: iconLightDark, label: this.i18nToggleTheme })) : null, h("div", { key: 'a17dc08ca5da7a1ae0a4a16cf12e1fbaf70ba440', onClick: (e) => this.onMenuItemsClick(e) }, h("slot", { key: '3ce20b44b83388cd2b712a390dfaab64d5b9d2f3', name: "bottom" })), h("div", { key: '1bae61efbf251689660887609b81b30ed4aaa68f', id: "popover-area" }), this.enableMapExpand || ((_b = this.applicationLayoutContext) === null || _b === void 0 ? void 0 : _b.sidebar) ? (h("ix-menu-item", { disabled: this.isHiddenFromViewport(), id: "menu-collapse", onClick: () => this.sidebarToggle(), class: "internal-tab bottom-tab", icon: `${this.getCollapseIcon()}`, label: this.getCollapseText() })) : null, this.about ? (h("ix-menu-item", { disabled: this.isHiddenFromViewport(), id: "aboutAndLegal", class: {
477
+ }, icon: iconCogwheel, onClick: async () => this.toggleSettings(!this.showSettings), label: this.i18nSettings })) : null, this.enableToggleTheme ? (h("ix-menu-item", { disabled: this.isHiddenFromViewport(), id: "toggleTheme", onClick: () => themeSwitcher.toggleMode(), class: "internal-tab bottom-tab", icon: iconLightDark, label: this.i18nToggleTheme })) : null, h("div", { key: '2a5bad2eb493be6ee59fc101fab300bdb154feb0', onClick: (e) => this.onMenuItemsClick(e) }, h("slot", { key: '5a1e19962a88ceeb1f82ac385dba49d0c311e3d7', name: "bottom" })), h("div", { key: '65802881403efad9dbae84ef9bf5d441e3915150', id: "popover-area" }), this.enableMapExpand || ((_b = this.applicationLayoutContext) === null || _b === void 0 ? void 0 : _b.sidebar) ? (h("ix-menu-item", { disabled: this.isHiddenFromViewport(), id: "menu-collapse", onClick: () => this.sidebarToggle(), class: "internal-tab bottom-tab", icon: `${this.getCollapseIcon()}`, label: this.getCollapseText() })) : null, this.about ? (h("ix-menu-item", { disabled: this.isHiddenFromViewport(), id: "aboutAndLegal", class: {
488
478
  'internal-tab': true,
489
479
  'bottom-tab': true,
490
480
  active: this.showAbout,
491
- }, icon: iconInfo, onClick: async () => this.toggleAbout(!this.showAbout), label: this.i18nLegal })) : null), h("div", { key: '052a799e811beccbcf888d116d228e01b49a9767', class: {
481
+ }, icon: iconInfo, onClick: async () => this.toggleAbout(!this.showAbout), label: this.i18nLegal })) : null), h("div", { key: 'e6dd7e53abbd5e4ce11cc5d2be882dd52e335275', class: {
492
482
  'menu-overlay': true,
493
483
  visible: this.isOverlayVisible(),
494
484
  expanded: this.expand,
495
485
  }, onTransitionEnd: () => {
496
486
  this.isTransitionDisabled = true;
497
487
  this.checkTransition();
498
- } }, h("div", { key: '5a66febf87b30406e5df0131e06a444421a5cd56', class: 'menu-overlay-container' }, this.showSettings ? h("slot", { name: "ix-menu-settings" }) : null), h("div", { key: 'a73d40dc2a41997bb72c101b3b90d35b391bf8ca', class: 'menu-overlay-container' }, this.showAbout ? h("slot", { name: "ix-menu-about" }) : null))));
488
+ } }, h("div", { key: 'd8a49e3983b5d060190f1440b4aacd44243894a8', class: 'menu-overlay-container' }, this.showSettings ? h("slot", { name: "ix-menu-settings" }) : null), h("div", { key: '92ddf6c21d3d08c5d1961200ac598a6135c9ef89', class: 'menu-overlay-container' }, this.showAbout ? h("slot", { name: "ix-menu-about" }) : null))));
499
489
  }
500
490
  get hostElement() { return getElement(this); }
501
491
  static get watchers() { return {