@siemens/ix 0.0.0-pr-2238-20251103105018 → 0.0.0-pr-2297-20251204163058

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1009) hide show
  1. package/components/index.js +4 -4
  2. package/components/index.js.map +1 -1
  3. package/components/ix-action-card.js +4 -4
  4. package/components/ix-application-header.js +263 -1
  5. package/components/ix-application-header.js.map +1 -1
  6. package/components/ix-application-sidebar.js +1 -1
  7. package/components/ix-application-switch-modal.js +8 -8
  8. package/components/ix-application.js +5 -7
  9. package/components/ix-application.js.map +1 -1
  10. package/components/ix-avatar.js +1 -1
  11. package/components/ix-blind.js +8 -8
  12. package/components/ix-breadcrumb-item.js +1 -1
  13. package/components/ix-breadcrumb.js +7 -7
  14. package/components/ix-button.js +1 -1
  15. package/components/ix-card-accordion.js +1 -1
  16. package/components/ix-card-content.js +1 -1
  17. package/components/ix-card-list.js +12 -12
  18. package/components/ix-card-title.js +1 -1
  19. package/components/ix-card.js +1 -1
  20. package/components/ix-category-filter.js +21 -15
  21. package/components/ix-category-filter.js.map +1 -1
  22. package/components/ix-checkbox-group.js +8 -8
  23. package/components/ix-checkbox.js +6 -6
  24. package/components/ix-chip.js +10 -10
  25. package/components/ix-col.js +1 -1
  26. package/components/ix-content-header.js +8 -8
  27. package/components/ix-content.js +4 -4
  28. package/components/ix-css-grid-item.js +2 -2
  29. package/components/ix-css-grid.js +2 -2
  30. package/components/ix-custom-field.js +7 -7
  31. package/components/ix-date-dropdown.js +16 -16
  32. package/components/ix-date-input.js +34 -20
  33. package/components/ix-date-input.js.map +1 -1
  34. package/components/ix-date-picker.js +1 -1
  35. package/components/ix-date-time-card.js +1 -1
  36. package/components/ix-datetime-picker.js +14 -14
  37. package/components/ix-datetime-picker.js.map +1 -1
  38. package/components/ix-divider.js +1 -1
  39. package/components/ix-drawer.js +9 -9
  40. package/components/ix-dropdown-button.js +9 -9
  41. package/components/ix-dropdown-header.js +3 -3
  42. package/components/ix-dropdown-item.js +1 -1
  43. package/components/ix-dropdown-quick-actions.js +2 -2
  44. package/components/ix-dropdown.js +1 -1
  45. package/components/ix-empty-state.js +5 -5
  46. package/components/ix-event-list-item.js +6 -6
  47. package/components/ix-event-list.js +3 -3
  48. package/components/ix-expanding-search.js +8 -8
  49. package/components/ix-field-label.js +1 -1
  50. package/components/ix-field-wrapper.js +1 -1
  51. package/components/ix-filter-chip.js +1 -1
  52. package/components/ix-flip-tile-content.js +2 -2
  53. package/components/ix-flip-tile.js +7 -7
  54. package/components/ix-group-context-menu.js +1 -1
  55. package/components/ix-group-item.js +1 -1
  56. package/components/ix-group.js +14 -14
  57. package/components/ix-helper-text.js +5 -5
  58. package/components/ix-icon-button.js +1 -1
  59. package/components/ix-icon-toggle-button.js +4 -4
  60. package/components/ix-input-group.js +2 -2
  61. package/components/ix-input.js +26 -15
  62. package/components/ix-input.js.map +1 -1
  63. package/components/ix-key-value-list.js +2 -2
  64. package/components/ix-key-value.js +2 -2
  65. package/components/ix-kpi.js +5 -5
  66. package/components/ix-layout-auto.js +2 -2
  67. package/components/ix-layout-grid.js +1 -1
  68. package/components/ix-link-button.js +6 -6
  69. package/components/ix-link-button.js.map +1 -1
  70. package/components/ix-menu-about-item.js +2 -2
  71. package/components/ix-menu-about-news.js +10 -10
  72. package/components/ix-menu-about.js +11 -9
  73. package/components/ix-menu-about.js.map +1 -1
  74. package/components/ix-menu-avatar-item.js +1 -1
  75. package/components/ix-menu-avatar.js +12 -12
  76. package/components/ix-menu-category.js +14 -14
  77. package/components/ix-menu-expand-icon.js +1 -1
  78. package/components/ix-menu-item.js +1 -1
  79. package/components/ix-menu-settings-item.js +2 -2
  80. package/components/ix-menu-settings.js +1 -1
  81. package/components/ix-menu.js +22 -32
  82. package/components/ix-menu.js.map +1 -1
  83. package/components/ix-message-bar.js +5 -5
  84. package/components/ix-modal-content.js +1 -1
  85. package/components/ix-modal-footer.js +2 -2
  86. package/components/ix-modal-header.js +1 -1
  87. package/components/ix-modal-loading.js +3 -3
  88. package/components/ix-modal.js +5 -5
  89. package/components/ix-number-input.js +172 -39
  90. package/components/ix-number-input.js.map +1 -1
  91. package/components/ix-pagination.js +45 -22
  92. package/components/ix-pagination.js.map +1 -1
  93. package/components/ix-pane-layout.js +2 -2
  94. package/components/ix-pane.js +11 -11
  95. package/components/ix-pill.js +7 -7
  96. package/components/ix-progress-indicator.js +7 -7
  97. package/components/ix-push-card.js +7 -7
  98. package/components/ix-radio-group.js +40 -9
  99. package/components/ix-radio-group.js.map +1 -1
  100. package/components/ix-radio.js +46 -20
  101. package/components/ix-radio.js.map +1 -1
  102. package/components/ix-row.js +1 -1
  103. package/components/ix-select-item.js +1 -1
  104. package/components/ix-select.js +1 -1
  105. package/components/ix-slider.js +10 -10
  106. package/components/ix-spinner.js +1 -1
  107. package/components/ix-split-button.js +32 -18
  108. package/components/ix-split-button.js.map +1 -1
  109. package/components/ix-tab-item.js +1 -1
  110. package/components/ix-tabs.js +1 -1
  111. package/components/ix-textarea.js +9 -9
  112. package/components/ix-tile.js +5 -5
  113. package/components/ix-time-input.js +35 -21
  114. package/components/ix-time-input.js.map +1 -1
  115. package/components/ix-time-picker.js +1 -1
  116. package/components/ix-toast-container.js +7 -7
  117. package/components/ix-toast.js +1 -1
  118. package/components/ix-toggle-button.js +3 -3
  119. package/components/ix-toggle.js +6 -6
  120. package/components/ix-toggle.js.map +1 -1
  121. package/components/ix-tooltip.js +1 -1
  122. package/components/ix-tree-item.js +1 -1
  123. package/components/ix-tree.js +3 -3
  124. package/components/ix-typography.js +1 -1
  125. package/components/ix-upload.js +7 -7
  126. package/components/ix-validation-tooltip.js +3 -3
  127. package/components/ix-workflow-step.js +5 -5
  128. package/components/ix-workflow-steps.js +2 -2
  129. package/components/{p-BccEFWg2.js → p-10zMtvCF.js} +6 -6
  130. package/components/{p-BccEFWg2.js.map → p-10zMtvCF.js.map} +1 -1
  131. package/components/{p-CkrLmEP7.js → p-1pd_0dhF.js} +4 -4
  132. package/components/{p-CkrLmEP7.js.map → p-1pd_0dhF.js.map} +1 -1
  133. package/components/{p-BUIOrNGz.js → p-7E7AMiQV.js} +7 -7
  134. package/components/p-7E7AMiQV.js.map +1 -0
  135. package/components/{p-BNwXjBuF.js → p-B006bhbX.js} +4 -4
  136. package/components/{p-BNwXjBuF.js.map → p-B006bhbX.js.map} +1 -1
  137. package/components/{p-DrH8EeUB.js → p-B1p0kpQJ.js} +6 -6
  138. package/components/{p-DrH8EeUB.js.map → p-B1p0kpQJ.js.map} +1 -1
  139. package/components/{p-DOEb0lKA.js → p-B45tl2du.js} +4 -4
  140. package/components/{p-DOEb0lKA.js.map → p-B45tl2du.js.map} +1 -1
  141. package/components/{p-DgfGA7Z3.js → p-BBwXlKhE.js} +4 -4
  142. package/components/{p-DgfGA7Z3.js.map → p-BBwXlKhE.js.map} +1 -1
  143. package/components/{p-ciUqTzkB.js → p-BEDohapR.js} +6 -6
  144. package/components/{p-ciUqTzkB.js.map → p-BEDohapR.js.map} +1 -1
  145. package/components/{p-DsftMeEA.js → p-BGdI6-nv.js} +4 -4
  146. package/components/{p-DsftMeEA.js.map → p-BGdI6-nv.js.map} +1 -1
  147. package/components/{p-XiZWDi7n.js → p-BGjnKa2h.js} +4 -4
  148. package/components/{p-XiZWDi7n.js.map → p-BGjnKa2h.js.map} +1 -1
  149. package/components/{p-D1In20Wh.js → p-BI7B-PUA.js} +5 -5
  150. package/components/{p-D1In20Wh.js.map → p-BI7B-PUA.js.map} +1 -1
  151. package/components/{p-VMk3rl5y.js → p-BIg1TSrD.js} +9 -9
  152. package/components/{p-VMk3rl5y.js.map → p-BIg1TSrD.js.map} +1 -1
  153. package/components/{p-CCQYIDJK.js → p-BLeWaHpy.js} +7 -7
  154. package/components/{p-CCQYIDJK.js.map → p-BLeWaHpy.js.map} +1 -1
  155. package/components/{p-DBsESzrF.js → p-BOQ00Fbs.js} +70 -29
  156. package/components/p-BOQ00Fbs.js.map +1 -0
  157. package/components/{p-CO2zhw6V.js → p-BQk7HpA-.js} +3 -3
  158. package/components/{p-CO2zhw6V.js.map → p-BQk7HpA-.js.map} +1 -1
  159. package/components/{p-CtusOOtv.js → p-BR5ayBuu.js} +6 -6
  160. package/components/{p-CtusOOtv.js.map → p-BR5ayBuu.js.map} +1 -1
  161. package/components/{p--2LOMK-5.js → p-BhgW5qDm.js} +2 -3
  162. package/components/p-BhgW5qDm.js.map +1 -0
  163. package/components/{p-BaWdG-ph.js → p-BiqdnsgA.js} +20 -13
  164. package/components/p-BiqdnsgA.js.map +1 -0
  165. package/components/{p-BxNzvWr2.js → p-Bk0vKwmt.js} +5 -5
  166. package/components/{p-BxNzvWr2.js.map → p-Bk0vKwmt.js.map} +1 -1
  167. package/components/{p-Bvf7gwPU.js → p-BmMUyJRQ.js} +89 -53
  168. package/components/p-BmMUyJRQ.js.map +1 -0
  169. package/components/{p-taILGXkr.js → p-BvsadYCu.js} +3 -3
  170. package/components/{p-taILGXkr.js.map → p-BvsadYCu.js.map} +1 -1
  171. package/components/{p-BEzKnceP.js → p-Bye33cYU.js} +9 -9
  172. package/components/{p-BEzKnceP.js.map → p-Bye33cYU.js.map} +1 -1
  173. package/components/{p-BvKUU6Ta.js → p-C4KxNeD2.js} +4 -4
  174. package/components/{p-BvKUU6Ta.js.map → p-C4KxNeD2.js.map} +1 -1
  175. package/components/{p-Qsbo2ls8.js → p-C6_1qmP4.js} +5 -5
  176. package/components/{p-Qsbo2ls8.js.map → p-C6_1qmP4.js.map} +1 -1
  177. package/components/{p-CQhe_rqk.js → p-COWPG_SD.js} +6 -6
  178. package/components/p-COWPG_SD.js.map +1 -0
  179. package/components/{p-CFAI8dx_.js → p-CV_EVAOW.js} +3 -3
  180. package/components/{p-CFAI8dx_.js.map → p-CV_EVAOW.js.map} +1 -1
  181. package/components/{p-D_rmJU0n.js → p-CjDPpSJX.js} +16 -16
  182. package/components/p-CjDPpSJX.js.map +1 -0
  183. package/components/{p-DeBhxnHo.js → p-ClQxnZ3d.js} +8 -8
  184. package/components/{p-DeBhxnHo.js.map → p-ClQxnZ3d.js.map} +1 -1
  185. package/components/{p-DcjRXRwg.js → p-ColBHyXN.js} +7 -7
  186. package/components/{p-DcjRXRwg.js.map → p-ColBHyXN.js.map} +1 -1
  187. package/components/{p-0MSWDTqB.js → p-CrqgL2m1.js} +10 -6
  188. package/components/p-CrqgL2m1.js.map +1 -0
  189. package/components/{p-By1IU8iL.js → p-CvD2yWeJ.js} +5 -5
  190. package/components/{p-By1IU8iL.js.map → p-CvD2yWeJ.js.map} +1 -1
  191. package/components/{p-fahyavc3.js → p-CvF96Z51.js} +8 -8
  192. package/components/{p-fahyavc3.js.map → p-CvF96Z51.js.map} +1 -1
  193. package/components/{p-CKuNFgoe.js → p-D-__gyet.js} +3 -3
  194. package/components/{p-CKuNFgoe.js.map → p-D-__gyet.js.map} +1 -1
  195. package/components/{p-cw5RHost.js → p-DC9anobw.js} +8 -8
  196. package/components/{p-cw5RHost.js.map → p-DC9anobw.js.map} +1 -1
  197. package/components/{p-CHAuj3bi.js → p-DSTHZygb.js} +10 -10
  198. package/components/{p-CHAuj3bi.js.map → p-DSTHZygb.js.map} +1 -1
  199. package/components/{p-DLPEB4G8.js → p-DUU5I7wZ.js} +70 -45
  200. package/components/p-DUU5I7wZ.js.map +1 -0
  201. package/components/{p-IgT3dgxG.js → p-DXFN8JXp.js} +21 -10
  202. package/components/p-DXFN8JXp.js.map +1 -0
  203. package/components/{p-JUUSQc_M.js → p-D_4Mf9jE.js} +3 -3
  204. package/components/{p-JUUSQc_M.js.map → p-D_4Mf9jE.js.map} +1 -1
  205. package/components/{p-BWTF-D2w.js → p-Db0RazS2.js} +4 -4
  206. package/components/{p-BWTF-D2w.js.map → p-Db0RazS2.js.map} +1 -1
  207. package/components/{p-W_8b1-4d.js → p-DdLose3V.js} +3 -3
  208. package/components/{p-W_8b1-4d.js.map → p-DdLose3V.js.map} +1 -1
  209. package/components/{p-DzscKBhb.js → p-DlVaL0Yi.js} +9 -9
  210. package/components/{p-DzscKBhb.js.map → p-DlVaL0Yi.js.map} +1 -1
  211. package/components/{p-CJphMgA7.js → p-Dp03DeD0.js} +7 -7
  212. package/components/{p-CJphMgA7.js.map → p-Dp03DeD0.js.map} +1 -1
  213. package/components/{p-2fxFa_VL.js → p-Dq_H2flK.js} +10 -4
  214. package/components/p-Dq_H2flK.js.map +1 -0
  215. package/components/{p-jbrSDf3o.js → p-Dy6xvLn4.js} +5 -5
  216. package/components/{p-jbrSDf3o.js.map → p-Dy6xvLn4.js.map} +1 -1
  217. package/components/{p-FnN74Elm.js → p-MuPiaYr1.js} +3 -3
  218. package/components/{p-FnN74Elm.js.map → p-MuPiaYr1.js.map} +1 -1
  219. package/components/{p-CINrBR9H.js → p-N4h8LKe5.js} +4 -4
  220. package/components/{p-CINrBR9H.js.map → p-N4h8LKe5.js.map} +1 -1
  221. package/components/{p-C6MbjoUl.js → p-PpLLlogo.js} +8 -8
  222. package/components/{p-C6MbjoUl.js.map → p-PpLLlogo.js.map} +1 -1
  223. package/components/{p-xZXH2vKm.js → p-hwPzPVf8.js} +5 -5
  224. package/components/{p-xZXH2vKm.js.map → p-hwPzPVf8.js.map} +1 -1
  225. package/dist/cjs/{context-B8bRIFA2.js → context-CmNuiaNz.js} +2 -3
  226. package/dist/{esm/context-CKM5pVsv.js.map → cjs/context-CmNuiaNz.js.map} +1 -1
  227. package/dist/cjs/{helper-text-util-BlElJLxk.js → helper-text-util-D2W-yNmK.js} +8 -4
  228. package/dist/cjs/helper-text-util-D2W-yNmK.js.map +1 -0
  229. package/dist/cjs/index-C8Xo8L1k.js +6 -18
  230. package/dist/cjs/index.cjs.js.map +1 -1
  231. package/dist/cjs/{input.util-4AhBphgX.js → input.fc-DrxRYq_G.js} +69 -43
  232. package/dist/cjs/input.fc-DrxRYq_G.js.map +1 -0
  233. package/dist/cjs/ix-application-header.cjs.entry.js +10 -15
  234. package/dist/cjs/ix-application-header.entry.cjs.js.map +1 -1
  235. package/dist/cjs/ix-application.cjs.entry.js +4 -6
  236. package/dist/cjs/ix-application.entry.cjs.js.map +1 -1
  237. package/dist/cjs/ix-avatar_2.cjs.entry.js +1 -1
  238. package/dist/cjs/ix-blind.cjs.entry.js +5 -5
  239. package/dist/cjs/ix-breadcrumb.cjs.entry.js +2 -2
  240. package/dist/cjs/ix-card-accordion_2.cjs.entry.js +5 -5
  241. package/dist/cjs/ix-card-list.cjs.entry.js +4 -4
  242. package/dist/cjs/ix-card_2.cjs.entry.js +3 -3
  243. package/dist/cjs/ix-category-filter.cjs.entry.js +14 -8
  244. package/dist/cjs/ix-category-filter.entry.cjs.js.map +1 -1
  245. package/dist/cjs/ix-checkbox-group.cjs.entry.js +3 -3
  246. package/dist/cjs/ix-checkbox.cjs.entry.js +4 -4
  247. package/dist/cjs/ix-chip.cjs.entry.js +4 -4
  248. package/dist/cjs/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.cjs.js.map +1 -1
  249. package/dist/cjs/ix-col_4.cjs.entry.js +10 -10
  250. package/dist/cjs/ix-content-header.cjs.entry.js +3 -3
  251. package/dist/cjs/ix-content.cjs.entry.js +3 -3
  252. package/dist/cjs/ix-css-grid-item.cjs.entry.js +1 -1
  253. package/dist/cjs/ix-css-grid.cjs.entry.js +1 -1
  254. package/dist/cjs/ix-custom-field.cjs.entry.js +2 -2
  255. package/dist/cjs/ix-date-dropdown.cjs.entry.js +4 -4
  256. package/dist/cjs/ix-date-input.cjs.entry.js +24 -12
  257. package/dist/cjs/ix-date-input.entry.cjs.js.map +1 -1
  258. package/dist/cjs/ix-date-time-card.cjs.entry.js +3 -3
  259. package/dist/cjs/ix-date-time-card.entry.cjs.js.map +1 -1
  260. package/dist/cjs/ix-datetime-picker.cjs.entry.js +2 -2
  261. package/dist/cjs/ix-datetime-picker.entry.cjs.js.map +1 -1
  262. package/dist/cjs/ix-divider.cjs.entry.js +1 -1
  263. package/dist/cjs/ix-drawer.cjs.entry.js +5 -5
  264. package/dist/cjs/ix-dropdown-button.cjs.entry.js +3 -3
  265. package/dist/cjs/ix-dropdown-header.cjs.entry.js +1 -1
  266. package/dist/cjs/ix-dropdown-item.cjs.entry.js +3 -3
  267. package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js +1 -1
  268. package/dist/cjs/ix-dropdown.cjs.entry.js +2 -2
  269. package/dist/cjs/ix-empty-state.cjs.entry.js +1 -1
  270. package/dist/cjs/ix-event-list-item.cjs.entry.js +4 -4
  271. package/dist/cjs/ix-event-list.cjs.entry.js +2 -2
  272. package/dist/cjs/ix-expanding-search.cjs.entry.js +4 -4
  273. package/dist/cjs/ix-field-label_2.cjs.entry.js +5 -5
  274. package/dist/cjs/ix-filter-chip_2.cjs.entry.js +2 -2
  275. package/dist/cjs/ix-flip-tile-content.cjs.entry.js +1 -1
  276. package/dist/cjs/ix-flip-tile.cjs.entry.js +3 -3
  277. package/dist/cjs/ix-group-context-menu_2.cjs.entry.js +1 -1
  278. package/dist/cjs/ix-group.cjs.entry.js +8 -8
  279. package/dist/cjs/ix-helper-text.cjs.entry.js +3 -3
  280. package/dist/cjs/ix-icon-button_2.cjs.entry.js +2 -2
  281. package/dist/cjs/ix-icon-toggle-button.cjs.entry.js +1 -1
  282. package/dist/cjs/ix-input-group.cjs.entry.js +1 -1
  283. package/dist/cjs/ix-input.cjs.entry.js +21 -12
  284. package/dist/cjs/ix-input.entry.cjs.js.map +1 -1
  285. package/dist/cjs/ix-key-value-list.cjs.entry.js +1 -1
  286. package/dist/cjs/ix-key-value.cjs.entry.js +1 -1
  287. package/dist/cjs/ix-kpi.cjs.entry.js +3 -3
  288. package/dist/cjs/ix-layout-auto.cjs.entry.js +1 -1
  289. package/dist/cjs/ix-link-button.cjs.entry.js +4 -4
  290. package/dist/cjs/ix-link-button.entry.cjs.js.map +1 -1
  291. package/dist/cjs/ix-menu-about-item.cjs.entry.js +1 -1
  292. package/dist/cjs/ix-menu-about-news.cjs.entry.js +4 -4
  293. package/dist/cjs/ix-menu-about.cjs.entry.js +6 -4
  294. package/dist/cjs/ix-menu-about.entry.cjs.js.map +1 -1
  295. package/dist/cjs/ix-menu-avatar.cjs.entry.js +2 -2
  296. package/dist/cjs/ix-menu-category.cjs.entry.js +6 -6
  297. package/dist/cjs/ix-menu-expand-icon.cjs.entry.js +1 -1
  298. package/dist/cjs/ix-menu-item.cjs.entry.js +4 -4
  299. package/dist/cjs/{ix-menu-settings-Cdqo0r8E.js → ix-menu-settings-CtWl0bME.js} +14 -7
  300. package/dist/cjs/ix-menu-settings-CtWl0bME.js.map +1 -0
  301. package/dist/cjs/ix-menu-settings-item.cjs.entry.js +1 -1
  302. package/dist/cjs/ix-menu-settings.cjs.entry.js +1 -1
  303. package/dist/cjs/ix-menu.cjs.entry.js +13 -23
  304. package/dist/cjs/ix-menu.entry.cjs.js.map +1 -1
  305. package/dist/cjs/ix-message-bar.cjs.entry.js +1 -1
  306. package/dist/cjs/ix-modal-content_2.cjs.entry.js +2 -2
  307. package/dist/cjs/ix-modal-footer.cjs.entry.js +1 -1
  308. package/dist/cjs/ix-modal-loading.cjs.entry.js +1 -1
  309. package/dist/cjs/ix-modal.cjs.entry.js +3 -3
  310. package/dist/cjs/ix-number-input.cjs.entry.js +162 -34
  311. package/dist/cjs/ix-number-input.entry.cjs.js.map +1 -1
  312. package/dist/cjs/ix-pagination.cjs.entry.js +29 -7
  313. package/dist/cjs/ix-pagination.entry.cjs.js.map +1 -1
  314. package/dist/cjs/ix-pane-layout.cjs.entry.js +1 -1
  315. package/dist/cjs/ix-pane.cjs.entry.js +6 -6
  316. package/dist/cjs/ix-pill.cjs.entry.js +4 -4
  317. package/dist/cjs/ix-progress-indicator.cjs.entry.js +3 -3
  318. package/dist/cjs/ix-push-card.cjs.entry.js +1 -1
  319. package/dist/cjs/ix-radio-group.cjs.entry.js +33 -3
  320. package/dist/cjs/ix-radio-group.entry.cjs.js.map +1 -1
  321. package/dist/cjs/ix-radio.cjs.entry.js +43 -18
  322. package/dist/cjs/ix-radio.entry.cjs.js.map +1 -1
  323. package/dist/cjs/ix-select.cjs.entry.js +53 -14
  324. package/dist/cjs/ix-select.entry.cjs.js.map +1 -1
  325. package/dist/cjs/ix-slider.cjs.entry.js +6 -6
  326. package/dist/cjs/ix-split-button.cjs.entry.js +24 -12
  327. package/dist/cjs/ix-split-button.entry.cjs.js.map +1 -1
  328. package/dist/cjs/ix-tab-item.ix-tabs.entry.cjs.js.map +1 -1
  329. package/dist/cjs/ix-tab-item_2.cjs.entry.js +6 -6
  330. package/dist/cjs/ix-textarea.cjs.entry.js +6 -6
  331. package/dist/cjs/ix-textarea.entry.cjs.js.map +1 -1
  332. package/dist/cjs/ix-tile.cjs.entry.js +4 -4
  333. package/dist/cjs/ix-time-input.cjs.entry.js +24 -12
  334. package/dist/cjs/ix-time-input.entry.cjs.js.map +1 -1
  335. package/dist/cjs/ix-time-picker.cjs.entry.js +81 -45
  336. package/dist/cjs/ix-time-picker.entry.cjs.js.map +1 -1
  337. package/dist/cjs/ix-toast-container.cjs.entry.js +2 -2
  338. package/dist/cjs/ix-toast.cjs.entry.js +2 -2
  339. package/dist/cjs/ix-toggle.cjs.entry.js +4 -4
  340. package/dist/cjs/ix-toggle.entry.cjs.js.map +1 -1
  341. package/dist/cjs/ix-tooltip.cjs.entry.js +17 -6
  342. package/dist/cjs/ix-tooltip.entry.cjs.js.map +1 -1
  343. package/dist/cjs/ix-tree-item.cjs.entry.js +4 -4
  344. package/dist/cjs/ix-tree.cjs.entry.js +1 -1
  345. package/dist/cjs/ix-typography.cjs.entry.js +1 -1
  346. package/dist/cjs/ix-upload.cjs.entry.js +3 -3
  347. package/dist/cjs/ix-validation-tooltip.cjs.entry.js +2 -2
  348. package/dist/cjs/ix-workflow-step.cjs.entry.js +3 -3
  349. package/dist/cjs/ix-workflow-steps.cjs.entry.js +1 -1
  350. package/dist/cjs/loader.cjs.js +1 -1
  351. package/dist/cjs/siemens-ix.cjs.js +1 -1
  352. package/dist/cjs/{validation-CfL71_0d.js → validation-DTmSqO2d.js} +9 -2
  353. package/dist/{esm/validation-D_dk-JqT.js.map → cjs/validation-DTmSqO2d.js.map} +1 -1
  354. package/dist/collection/collection-manifest.json +0 -3
  355. package/dist/collection/components/application/application.js +3 -5
  356. package/dist/collection/components/application/application.js.map +1 -1
  357. package/dist/collection/components/application-header/application-header.js +9 -14
  358. package/dist/collection/components/application-header/application-header.js.map +1 -1
  359. package/dist/collection/components/blind/blind.js +5 -5
  360. package/dist/collection/components/breadcrumb/breadcrumb.js +2 -2
  361. package/dist/collection/components/card/card.js +2 -2
  362. package/dist/collection/components/card-accordion/card-accordion.js +4 -4
  363. package/dist/collection/components/card-content/card-content.js +1 -1
  364. package/dist/collection/components/card-list/card-list.js +4 -4
  365. package/dist/collection/components/card-title/card-title.js +1 -1
  366. package/dist/collection/components/category-filter/category-filter.css +321 -50
  367. package/dist/collection/components/category-filter/category-filter.js +13 -7
  368. package/dist/collection/components/category-filter/category-filter.js.map +1 -1
  369. package/dist/collection/components/checkbox/checkbox.js +3 -3
  370. package/dist/collection/components/checkbox-group/checkbox-group.js +2 -2
  371. package/dist/collection/components/chip/chip.js +4 -4
  372. package/dist/collection/components/col/col.js +1 -1
  373. package/dist/collection/components/content/content.js +3 -3
  374. package/dist/collection/components/content-header/content-header.js +3 -3
  375. package/dist/collection/components/css-grid/css-grid-item.js +1 -1
  376. package/dist/collection/components/css-grid/css-grid.js +1 -1
  377. package/dist/collection/components/custom-field/custom-field.js +1 -1
  378. package/dist/collection/components/date-dropdown/date-dropdown.js +4 -4
  379. package/dist/collection/components/date-input/date-input.js +60 -8
  380. package/dist/collection/components/date-input/date-input.js.map +1 -1
  381. package/dist/collection/components/date-picker/date-picker.css +6 -8
  382. package/dist/collection/components/date-picker/date-picker.js +5 -5
  383. package/dist/collection/components/date-picker/date-picker.js.map +1 -1
  384. package/dist/collection/components/date-time-card/date-time-card.css +3 -2
  385. package/dist/collection/components/date-time-card/date-time-card.js +2 -2
  386. package/dist/collection/components/datetime-picker/datetime-picker.css +12 -1
  387. package/dist/collection/components/datetime-picker/datetime-picker.js +1 -1
  388. package/dist/collection/components/datetime-picker/datetime-picker.js.map +1 -1
  389. package/dist/collection/components/divider/divider.js +1 -1
  390. package/dist/collection/components/drawer/drawer.js +5 -5
  391. package/dist/collection/components/dropdown/dropdown.js +2 -2
  392. package/dist/collection/components/dropdown-button/dropdown-button.js +3 -3
  393. package/dist/collection/components/dropdown-header/dropdown-header.js +1 -1
  394. package/dist/collection/components/dropdown-item/dropdown-item.js +3 -3
  395. package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.js +1 -1
  396. package/dist/collection/components/empty-state/empty-state.js +1 -1
  397. package/dist/collection/components/event-list/event-list.js +2 -2
  398. package/dist/collection/components/event-list-item/event-list-item.js +4 -4
  399. package/dist/collection/components/expanding-search/expanding-search.js +4 -4
  400. package/dist/collection/components/field-label/field-label.js +1 -1
  401. package/dist/collection/components/field-wrapper/field-wrapper.js +2 -2
  402. package/dist/collection/components/field-wrapper/helper-text-util.js +6 -2
  403. package/dist/collection/components/field-wrapper/helper-text-util.js.map +1 -1
  404. package/dist/collection/components/filter-chip/filter-chip.js +1 -1
  405. package/dist/collection/components/flip-tile/flip-tile.js +3 -3
  406. package/dist/collection/components/flip-tile-content/flip-tile-content.js +1 -1
  407. package/dist/collection/components/group/group-context-menu.js +1 -1
  408. package/dist/collection/components/group/group.js +8 -8
  409. package/dist/collection/components/helper-text/helper-text.js +1 -1
  410. package/dist/collection/components/icon-button/icon-button.js +1 -1
  411. package/dist/collection/components/icon-toggle-button/icon-toggle-button.js +1 -1
  412. package/dist/collection/components/input/input.fc.js +10 -1
  413. package/dist/collection/components/input/input.fc.js.map +1 -1
  414. package/dist/collection/components/input/input.js +54 -5
  415. package/dist/collection/components/input/input.js.map +1 -1
  416. package/dist/collection/components/input/input.util.js +20 -3
  417. package/dist/collection/components/input/input.util.js.map +1 -1
  418. package/dist/collection/components/input/number-input.js +228 -36
  419. package/dist/collection/components/input/number-input.js.map +1 -1
  420. package/dist/collection/components/input/textarea.js +2 -2
  421. package/dist/collection/components/input-group/input-group.js +1 -1
  422. package/dist/collection/components/key-value/key-value.js +1 -1
  423. package/dist/collection/components/key-value-list/key-value-list.js +1 -1
  424. package/dist/collection/components/kpi/kpi.js +3 -3
  425. package/dist/collection/components/layout-auto/layout-auto.js +1 -1
  426. package/dist/collection/components/layout-grid/layout-grid.js +2 -2
  427. package/dist/collection/components/link-button/link-button.css +2 -8
  428. package/dist/collection/components/link-button/link-button.js +3 -3
  429. package/dist/collection/components/menu/menu-expand-icon.js +1 -1
  430. package/dist/collection/components/menu/menu.js +12 -22
  431. package/dist/collection/components/menu/menu.js.map +1 -1
  432. package/dist/collection/components/menu-about/menu-about.js +6 -4
  433. package/dist/collection/components/menu-about/menu-about.js.map +1 -1
  434. package/dist/collection/components/menu-about-item/menu-about-item.js +1 -1
  435. package/dist/collection/components/menu-about-news/menu-about-news.js +4 -4
  436. package/dist/collection/components/menu-avatar/menu-avatar.js +2 -2
  437. package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +1 -1
  438. package/dist/collection/components/menu-category/menu-category.js +5 -5
  439. package/dist/collection/components/menu-item/menu-item.js +4 -4
  440. package/dist/collection/components/menu-settings/menu-settings.js +6 -4
  441. package/dist/collection/components/menu-settings/menu-settings.js.map +1 -1
  442. package/dist/collection/components/menu-settings-item/menu-settings-item.js +1 -1
  443. package/dist/collection/components/message-bar/message-bar.js +1 -1
  444. package/dist/collection/components/modal/modal.js +3 -3
  445. package/dist/collection/components/modal-content/modal-content.js +1 -1
  446. package/dist/collection/components/modal-footer/modal-footer.js +1 -1
  447. package/dist/collection/components/modal-header/modal-header.js +1 -1
  448. package/dist/collection/components/modal-loading/modal-loading.js +1 -1
  449. package/dist/collection/components/pagination/pagination.js +52 -7
  450. package/dist/collection/components/pagination/pagination.js.map +1 -1
  451. package/dist/collection/components/pane/pane.js +6 -6
  452. package/dist/collection/components/pane-layout/pane-layout.js +1 -1
  453. package/dist/collection/components/pill/pill.js +4 -4
  454. package/dist/collection/components/progress-indicator/progress-indicator.js +3 -3
  455. package/dist/collection/components/push-card/push-card.js +1 -1
  456. package/dist/collection/components/radio/radio.css +70 -72
  457. package/dist/collection/components/radio/radio.js +69 -18
  458. package/dist/collection/components/radio/radio.js.map +1 -1
  459. package/dist/collection/components/radio-group/radio-group.js +64 -2
  460. package/dist/collection/components/radio-group/radio-group.js.map +1 -1
  461. package/dist/collection/components/row/row.js +1 -1
  462. package/dist/collection/components/select/select.js +94 -14
  463. package/dist/collection/components/select/select.js.map +1 -1
  464. package/dist/collection/components/select-item/select-item.js +1 -1
  465. package/dist/collection/components/slider/slider.js +6 -6
  466. package/dist/collection/components/spinner/spinner.js +1 -1
  467. package/dist/collection/components/split-button/split-button.js +70 -12
  468. package/dist/collection/components/split-button/split-button.js.map +1 -1
  469. package/dist/collection/components/tab-item/tab-item.css +1 -1
  470. package/dist/collection/components/tab-item/tab-item.js +3 -3
  471. package/dist/collection/components/tabs/tabs.js +2 -2
  472. package/dist/collection/components/tile/tile.js +4 -4
  473. package/dist/collection/components/time-input/time-input.js +61 -9
  474. package/dist/collection/components/time-input/time-input.js.map +1 -1
  475. package/dist/collection/components/time-picker/time-picker.css +20 -52
  476. package/dist/collection/components/time-picker/time-picker.js +83 -48
  477. package/dist/collection/components/time-picker/time-picker.js.map +1 -1
  478. package/dist/collection/components/time-picker/time-picker.types.js.map +1 -1
  479. package/dist/collection/components/toast/toast-container.js +2 -2
  480. package/dist/collection/components/toast/toast.js +2 -2
  481. package/dist/collection/components/toggle/toggle.js +3 -3
  482. package/dist/collection/components/toggle/toggle.js.map +1 -1
  483. package/dist/collection/components/tooltip/tooltip.css +2 -3
  484. package/dist/collection/components/tooltip/tooltip.js +17 -6
  485. package/dist/collection/components/tooltip/tooltip.js.map +1 -1
  486. package/dist/collection/components/tree/tree.js +1 -1
  487. package/dist/collection/components/tree-item/tree-item.js +4 -4
  488. package/dist/collection/components/typography/typography.js +1 -1
  489. package/dist/collection/components/upload/upload.js +3 -3
  490. package/dist/collection/components/utils/application-layout/context.js +0 -1
  491. package/dist/collection/components/utils/application-layout/context.js.map +1 -1
  492. package/dist/collection/components/utils/input/validation.js +6 -0
  493. package/dist/collection/components/utils/input/validation.js.map +1 -1
  494. package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js +6 -1
  495. package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js.map +1 -1
  496. package/dist/collection/components/utils/modal/index.js.map +1 -1
  497. package/dist/collection/components/utils/modal/loading.js.map +1 -1
  498. package/dist/collection/components/validation-tooltip/validation-tooltip.js +2 -2
  499. package/dist/collection/components/workflow-step/workflow-step.js +3 -3
  500. package/dist/collection/components/workflow-steps/workflow-steps.js +1 -1
  501. package/dist/esm/{context-CKM5pVsv.js → context-BniHpAE1.js} +2 -3
  502. package/dist/{cjs/context-B8bRIFA2.js.map → esm/context-BniHpAE1.js.map} +1 -1
  503. package/dist/esm/{helper-text-util-rnbkuaac.js → helper-text-util-gKdL-wH2.js} +9 -5
  504. package/dist/esm/helper-text-util-gKdL-wH2.js.map +1 -0
  505. package/dist/esm/{index-Cz75KU1f.js → index-8HpPmDK_.js} +3 -3
  506. package/dist/esm/{index-Cz75KU1f.js.map → index-8HpPmDK_.js.map} +1 -1
  507. package/dist/esm/index-CtoreFVF.js +6 -18
  508. package/dist/esm/{index--ZIr3Aqz.js → index-Kp5Wf9wr.js} +3 -3
  509. package/dist/esm/{index--ZIr3Aqz.js.map → index-Kp5Wf9wr.js.map} +1 -1
  510. package/dist/esm/index.js +3 -3
  511. package/dist/esm/index.js.map +1 -1
  512. package/dist/esm/{input.util-VHrSuCP7.js → input.fc-KJF8Z9iJ.js} +69 -44
  513. package/dist/esm/input.fc-KJF8Z9iJ.js.map +1 -0
  514. package/dist/esm/ix-application-header.entry.js +13 -18
  515. package/dist/esm/ix-application-header.entry.js.map +1 -1
  516. package/dist/esm/ix-application-switch-modal.entry.js +2 -2
  517. package/dist/esm/ix-application.entry.js +4 -6
  518. package/dist/esm/ix-application.entry.js.map +1 -1
  519. package/dist/esm/ix-avatar_2.entry.js +1 -1
  520. package/dist/esm/ix-blind.entry.js +6 -6
  521. package/dist/esm/ix-breadcrumb-item.entry.js +1 -1
  522. package/dist/esm/ix-breadcrumb.entry.js +2 -2
  523. package/dist/esm/ix-card-accordion_2.entry.js +6 -6
  524. package/dist/esm/ix-card-list.entry.js +5 -5
  525. package/dist/esm/ix-card_2.entry.js +3 -3
  526. package/dist/esm/ix-category-filter.entry.js +15 -9
  527. package/dist/esm/ix-category-filter.entry.js.map +1 -1
  528. package/dist/esm/ix-checkbox-group.entry.js +3 -3
  529. package/dist/esm/ix-checkbox.entry.js +4 -4
  530. package/dist/esm/ix-chip.entry.js +5 -5
  531. package/dist/esm/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.js.map +1 -1
  532. package/dist/esm/ix-col_4.entry.js +11 -11
  533. package/dist/esm/ix-content-header.entry.js +4 -4
  534. package/dist/esm/ix-content.entry.js +3 -3
  535. package/dist/esm/ix-css-grid-item.entry.js +1 -1
  536. package/dist/esm/ix-css-grid.entry.js +1 -1
  537. package/dist/esm/ix-custom-field.entry.js +2 -2
  538. package/dist/esm/ix-date-dropdown.entry.js +5 -5
  539. package/dist/esm/ix-date-input.entry.js +21 -9
  540. package/dist/esm/ix-date-input.entry.js.map +1 -1
  541. package/dist/esm/ix-date-time-card.entry.js +3 -3
  542. package/dist/esm/ix-date-time-card.entry.js.map +1 -1
  543. package/dist/esm/ix-datetime-picker.entry.js +2 -2
  544. package/dist/esm/ix-datetime-picker.entry.js.map +1 -1
  545. package/dist/esm/ix-divider.entry.js +1 -1
  546. package/dist/esm/ix-drawer.entry.js +6 -6
  547. package/dist/esm/ix-dropdown-button.entry.js +4 -4
  548. package/dist/esm/ix-dropdown-header.entry.js +1 -1
  549. package/dist/esm/ix-dropdown-item.entry.js +4 -4
  550. package/dist/esm/ix-dropdown-quick-actions.entry.js +1 -1
  551. package/dist/esm/ix-dropdown.entry.js +2 -2
  552. package/dist/esm/ix-empty-state.entry.js +1 -1
  553. package/dist/esm/ix-event-list-item.entry.js +5 -5
  554. package/dist/esm/ix-event-list.entry.js +2 -2
  555. package/dist/esm/ix-expanding-search.entry.js +5 -5
  556. package/dist/esm/ix-field-label_2.entry.js +6 -6
  557. package/dist/esm/ix-filter-chip_2.entry.js +3 -3
  558. package/dist/esm/ix-flip-tile-content.entry.js +1 -1
  559. package/dist/esm/ix-flip-tile.entry.js +4 -4
  560. package/dist/esm/ix-group-context-menu_2.entry.js +2 -2
  561. package/dist/esm/ix-group.entry.js +9 -9
  562. package/dist/esm/ix-helper-text.entry.js +4 -4
  563. package/dist/esm/ix-icon-button_2.entry.js +2 -2
  564. package/dist/esm/ix-icon-toggle-button.entry.js +1 -1
  565. package/dist/esm/ix-input-group.entry.js +1 -1
  566. package/dist/esm/ix-input.entry.js +17 -8
  567. package/dist/esm/ix-input.entry.js.map +1 -1
  568. package/dist/esm/ix-key-value-list.entry.js +1 -1
  569. package/dist/esm/ix-key-value.entry.js +1 -1
  570. package/dist/esm/ix-kpi.entry.js +4 -4
  571. package/dist/esm/ix-layout-auto.entry.js +1 -1
  572. package/dist/esm/ix-link-button.entry.js +5 -5
  573. package/dist/esm/ix-link-button.entry.js.map +1 -1
  574. package/dist/esm/ix-menu-about-item.entry.js +1 -1
  575. package/dist/esm/ix-menu-about-news.entry.js +5 -5
  576. package/dist/esm/ix-menu-about.entry.js +7 -5
  577. package/dist/esm/ix-menu-about.entry.js.map +1 -1
  578. package/dist/esm/ix-menu-avatar.entry.js +3 -3
  579. package/dist/esm/ix-menu-category.entry.js +7 -7
  580. package/dist/esm/ix-menu-expand-icon.entry.js +2 -2
  581. package/dist/esm/ix-menu-item.entry.js +5 -5
  582. package/dist/esm/{ix-menu-settings-DRSkDgox.js → ix-menu-settings-f9o5GGw5.js} +15 -8
  583. package/dist/esm/ix-menu-settings-f9o5GGw5.js.map +1 -0
  584. package/dist/esm/ix-menu-settings-item.entry.js +1 -1
  585. package/dist/esm/ix-menu-settings.entry.js +2 -2
  586. package/dist/esm/ix-menu.entry.js +16 -26
  587. package/dist/esm/ix-menu.entry.js.map +1 -1
  588. package/dist/esm/ix-message-bar.entry.js +2 -2
  589. package/dist/esm/ix-modal-content_2.entry.js +3 -3
  590. package/dist/esm/ix-modal-footer.entry.js +1 -1
  591. package/dist/esm/ix-modal-loading.entry.js +1 -1
  592. package/dist/esm/ix-modal.entry.js +3 -3
  593. package/dist/esm/ix-number-input.entry.js +160 -32
  594. package/dist/esm/ix-number-input.entry.js.map +1 -1
  595. package/dist/esm/ix-pagination.entry.js +30 -8
  596. package/dist/esm/ix-pagination.entry.js.map +1 -1
  597. package/dist/esm/ix-pane-layout.entry.js +1 -1
  598. package/dist/esm/ix-pane.entry.js +7 -7
  599. package/dist/esm/ix-pill.entry.js +4 -4
  600. package/dist/esm/ix-progress-indicator.entry.js +4 -4
  601. package/dist/esm/ix-push-card.entry.js +1 -1
  602. package/dist/esm/ix-radio-group.entry.js +33 -3
  603. package/dist/esm/ix-radio-group.entry.js.map +1 -1
  604. package/dist/esm/ix-radio.entry.js +43 -18
  605. package/dist/esm/ix-radio.entry.js.map +1 -1
  606. package/dist/esm/ix-select.entry.js +54 -15
  607. package/dist/esm/ix-select.entry.js.map +1 -1
  608. package/dist/esm/ix-slider.entry.js +6 -6
  609. package/dist/esm/ix-split-button.entry.js +25 -13
  610. package/dist/esm/ix-split-button.entry.js.map +1 -1
  611. package/dist/esm/ix-tab-item.ix-tabs.entry.js.map +1 -1
  612. package/dist/esm/ix-tab-item_2.entry.js +7 -7
  613. package/dist/esm/ix-textarea.entry.js +4 -4
  614. package/dist/esm/ix-tile.entry.js +4 -4
  615. package/dist/esm/ix-time-input.entry.js +22 -10
  616. package/dist/esm/ix-time-input.entry.js.map +1 -1
  617. package/dist/esm/ix-time-picker.entry.js +81 -45
  618. package/dist/esm/ix-time-picker.entry.js.map +1 -1
  619. package/dist/esm/ix-toast-container.entry.js +2 -2
  620. package/dist/esm/ix-toast.entry.js +3 -3
  621. package/dist/esm/ix-toggle.entry.js +4 -4
  622. package/dist/esm/ix-toggle.entry.js.map +1 -1
  623. package/dist/esm/ix-tooltip.entry.js +17 -6
  624. package/dist/esm/ix-tooltip.entry.js.map +1 -1
  625. package/dist/esm/ix-tree-item.entry.js +5 -5
  626. package/dist/esm/ix-tree.entry.js +1 -1
  627. package/dist/esm/ix-typography.entry.js +1 -1
  628. package/dist/esm/ix-upload.entry.js +4 -4
  629. package/dist/esm/ix-validation-tooltip.entry.js +2 -2
  630. package/dist/esm/ix-workflow-step.entry.js +4 -4
  631. package/dist/esm/ix-workflow-steps.entry.js +1 -1
  632. package/dist/esm/loader.js +1 -1
  633. package/dist/esm/{modal-D9BaTrTa.js → modal-BTxff2hq.js} +3 -3
  634. package/dist/esm/{modal-D9BaTrTa.js.map → modal-BTxff2hq.js.map} +1 -1
  635. package/dist/esm/siemens-ix.js +1 -1
  636. package/dist/esm/{validation-D_dk-JqT.js → validation-LJh16vt2.js} +9 -3
  637. package/dist/{cjs/validation-CfL71_0d.js.map → esm/validation-LJh16vt2.js.map} +1 -1
  638. package/dist/siemens-ix/index.esm.js +1 -1
  639. package/dist/siemens-ix/index.esm.js.map +1 -1
  640. package/dist/siemens-ix/ix-application-header.entry.esm.js.map +1 -1
  641. package/dist/siemens-ix/ix-application.entry.esm.js.map +1 -1
  642. package/dist/siemens-ix/ix-category-filter.entry.esm.js.map +1 -1
  643. package/dist/siemens-ix/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.esm.js.map +1 -1
  644. package/dist/siemens-ix/ix-date-input.entry.esm.js.map +1 -1
  645. package/dist/siemens-ix/ix-date-time-card.entry.esm.js.map +1 -1
  646. package/dist/siemens-ix/ix-datetime-picker.entry.esm.js.map +1 -1
  647. package/dist/siemens-ix/ix-input.entry.esm.js.map +1 -1
  648. package/dist/siemens-ix/ix-link-button.entry.esm.js.map +1 -1
  649. package/dist/siemens-ix/ix-menu-about.entry.esm.js.map +1 -1
  650. package/dist/siemens-ix/ix-menu.entry.esm.js.map +1 -1
  651. package/dist/siemens-ix/ix-number-input.entry.esm.js.map +1 -1
  652. package/dist/siemens-ix/ix-pagination.entry.esm.js.map +1 -1
  653. package/dist/siemens-ix/ix-radio-group.entry.esm.js.map +1 -1
  654. package/dist/siemens-ix/ix-radio.entry.esm.js.map +1 -1
  655. package/dist/siemens-ix/ix-select.entry.esm.js.map +1 -1
  656. package/dist/siemens-ix/ix-split-button.entry.esm.js.map +1 -1
  657. package/dist/siemens-ix/ix-tab-item.ix-tabs.entry.esm.js.map +1 -1
  658. package/dist/siemens-ix/ix-time-input.entry.esm.js.map +1 -1
  659. package/dist/siemens-ix/ix-time-picker.entry.esm.js.map +1 -1
  660. package/dist/siemens-ix/ix-toggle.entry.esm.js.map +1 -1
  661. package/dist/siemens-ix/ix-tooltip.entry.esm.js.map +1 -1
  662. package/dist/siemens-ix/p-0411df39.entry.js +2 -0
  663. package/dist/siemens-ix/p-051f428c.entry.js +2 -0
  664. package/dist/siemens-ix/{p-f753f1f5.entry.js.map → p-051f428c.entry.js.map} +1 -1
  665. package/dist/siemens-ix/{p-6f152ed2.entry.js → p-06a2c69b.entry.js} +2 -2
  666. package/dist/siemens-ix/p-07c079fd.entry.js +2 -0
  667. package/dist/siemens-ix/{p-f29f280b.entry.js.map → p-07c079fd.entry.js.map} +1 -1
  668. package/dist/siemens-ix/p-0c325f08.entry.js +2 -0
  669. package/dist/siemens-ix/p-0c325f08.entry.js.map +1 -0
  670. package/dist/siemens-ix/{p-7e6beda5.entry.js → p-0ce03ad3.entry.js} +2 -2
  671. package/dist/siemens-ix/{p-17a74a48.entry.js → p-0d621531.entry.js} +2 -2
  672. package/dist/siemens-ix/p-0eca5a77.entry.js +2 -0
  673. package/dist/siemens-ix/{p-75d8b192.entry.js.map → p-0eca5a77.entry.js.map} +1 -1
  674. package/dist/siemens-ix/{p-f9b4e5f1.entry.js → p-162a4cc0.entry.js} +2 -2
  675. package/dist/siemens-ix/{p-337a3457.entry.js → p-196cffb5.entry.js} +2 -2
  676. package/dist/siemens-ix/{p-3acbbe01.entry.js → p-1de1a2bf.entry.js} +2 -2
  677. package/dist/siemens-ix/{p-89449e22.entry.js → p-2597a988.entry.js} +2 -2
  678. package/dist/siemens-ix/{p-4b1745dc.entry.js → p-26c629c3.entry.js} +2 -2
  679. package/dist/siemens-ix/p-26c629c3.entry.js.map +1 -0
  680. package/dist/siemens-ix/{p-e825a921.entry.js → p-2ffde2d5.entry.js} +2 -2
  681. package/dist/siemens-ix/{p-759ba03d.entry.js → p-31a8eaf9.entry.js} +2 -2
  682. package/dist/siemens-ix/p-33b3ed5b.entry.js +2 -0
  683. package/dist/siemens-ix/p-33b3ed5b.entry.js.map +1 -0
  684. package/dist/siemens-ix/{p-7cf61ff6.entry.js → p-33fcea65.entry.js} +2 -2
  685. package/dist/siemens-ix/p-35d6b656.entry.js +2 -0
  686. package/dist/siemens-ix/p-35d6b656.entry.js.map +1 -0
  687. package/dist/siemens-ix/{p-34e530b9.entry.js → p-367df024.entry.js} +2 -2
  688. package/dist/siemens-ix/{p-67e4f814.entry.js → p-37bd983a.entry.js} +2 -2
  689. package/dist/siemens-ix/{p-a02e0685.entry.js → p-38e45020.entry.js} +2 -2
  690. package/dist/siemens-ix/{p-fabcc5f5.entry.js → p-396e1f3d.entry.js} +2 -2
  691. package/dist/siemens-ix/p-3ce5fd87.entry.js +2 -0
  692. package/dist/siemens-ix/p-3ce5fd87.entry.js.map +1 -0
  693. package/dist/siemens-ix/p-3f62166e.entry.js +2 -0
  694. package/dist/siemens-ix/{p-9d135d59.entry.js.map → p-3f62166e.entry.js.map} +1 -1
  695. package/dist/siemens-ix/p-425d6925.entry.js +2 -0
  696. package/dist/siemens-ix/{p-9c862819.entry.js → p-4431f891.entry.js} +2 -2
  697. package/dist/siemens-ix/{p-9c862819.entry.js.map → p-4431f891.entry.js.map} +1 -1
  698. package/dist/siemens-ix/{p-db9d5872.entry.js → p-484bddf4.entry.js} +2 -2
  699. package/dist/siemens-ix/{p-51786593.entry.js → p-496e98ac.entry.js} +2 -2
  700. package/dist/siemens-ix/{p-7388d2ee.entry.js → p-4c18f123.entry.js} +2 -2
  701. package/dist/siemens-ix/{p-548a2231.entry.js → p-4c1f90cb.entry.js} +2 -2
  702. package/dist/siemens-ix/{p-3b314194.entry.js → p-4e4d792d.entry.js} +2 -2
  703. package/dist/siemens-ix/p-4e77d861.entry.js +2 -0
  704. package/dist/siemens-ix/{p-d8fb5a86.entry.js → p-5779f16e.entry.js} +2 -2
  705. package/dist/siemens-ix/{p-48cbacaf.entry.js → p-5b57bde1.entry.js} +2 -2
  706. package/dist/siemens-ix/{p-aa6368b4.entry.js → p-667e3184.entry.js} +2 -2
  707. package/dist/siemens-ix/p-68aaf0fe.entry.js +2 -0
  708. package/dist/siemens-ix/p-68aaf0fe.entry.js.map +1 -0
  709. package/dist/siemens-ix/{p-538843d4.entry.js → p-6a4bc78a.entry.js} +2 -2
  710. package/dist/siemens-ix/{p-4b65234d.entry.js → p-6dc6eb63.entry.js} +2 -2
  711. package/dist/siemens-ix/p-70af7f44.entry.js +2 -0
  712. package/dist/siemens-ix/{p-788e1ef8.entry.js → p-74e7b03f.entry.js} +2 -2
  713. package/dist/siemens-ix/{p-e562ffb2.entry.js → p-77fd2138.entry.js} +2 -2
  714. package/dist/siemens-ix/{p-0d4f0223.entry.js → p-7827c263.entry.js} +2 -2
  715. package/dist/siemens-ix/p-79537728.entry.js +2 -0
  716. package/dist/siemens-ix/p-79537728.entry.js.map +1 -0
  717. package/dist/siemens-ix/{p-a4d6ee80.entry.js → p-7bad0544.entry.js} +2 -2
  718. package/dist/siemens-ix/{p-e25aa385.entry.js → p-7beba4ad.entry.js} +2 -2
  719. package/dist/siemens-ix/p-7beba4ad.entry.js.map +1 -0
  720. package/dist/siemens-ix/p-8418f756.entry.js +2 -0
  721. package/dist/siemens-ix/p-8418f756.entry.js.map +1 -0
  722. package/dist/siemens-ix/{p-Cz75KU1f.js → p-8HpPmDK_.js} +2 -2
  723. package/dist/siemens-ix/{p-Cz75KU1f.js.map → p-8HpPmDK_.js.map} +1 -1
  724. package/dist/siemens-ix/p-8b42ad35.entry.js +2 -0
  725. package/dist/siemens-ix/{p-5e86944d.entry.js.map → p-8b42ad35.entry.js.map} +1 -1
  726. package/dist/siemens-ix/{p-784c6dd6.entry.js → p-8ce61408.entry.js} +2 -2
  727. package/dist/siemens-ix/{p-c0064123.entry.js → p-8f17f6ec.entry.js} +2 -2
  728. package/dist/siemens-ix/{p-67766c28.entry.js → p-8f9368b8.entry.js} +2 -2
  729. package/dist/siemens-ix/p-8fa8d0e3.entry.js +2 -0
  730. package/dist/siemens-ix/{p-3472fc1a.entry.js → p-8fc2bea6.entry.js} +2 -2
  731. package/dist/siemens-ix/{p-9e7223f6.entry.js → p-905d4977.entry.js} +2 -2
  732. package/dist/siemens-ix/p-92ec7f27.entry.js +2 -0
  733. package/dist/siemens-ix/{p-CpVbQsUI.js → p-BC0Exw_O.js} +2 -2
  734. package/dist/siemens-ix/{p-CpVbQsUI.js.map → p-BC0Exw_O.js.map} +1 -1
  735. package/dist/siemens-ix/{p-sxLz5AVO.js → p-BcCDexod.js} +2 -2
  736. package/dist/siemens-ix/p-BcCDexod.js.map +1 -0
  737. package/dist/siemens-ix/{p--2LOMK-5.js → p-BhgW5qDm.js} +2 -2
  738. package/dist/siemens-ix/{p--2LOMK-5.js.map → p-BhgW5qDm.js.map} +1 -1
  739. package/dist/siemens-ix/{p-CAj3Tlcn.js → p-C7nQNUsO.js} +2 -2
  740. package/dist/siemens-ix/{p-CAj3Tlcn.js.map → p-C7nQNUsO.js.map} +1 -1
  741. package/dist/siemens-ix/{p-DRnSC9aV.js → p-CObJ-t0Z.js} +2 -2
  742. package/dist/siemens-ix/{p-DRnSC9aV.js.map → p-CObJ-t0Z.js.map} +1 -1
  743. package/dist/siemens-ix/p-Cn013Iz8.js +2 -0
  744. package/dist/siemens-ix/p-Cn013Iz8.js.map +1 -0
  745. package/dist/siemens-ix/p-DaswuiGO.js +2 -0
  746. package/dist/siemens-ix/p-DaswuiGO.js.map +1 -0
  747. package/dist/siemens-ix/p-a3baca2f.entry.js +2 -0
  748. package/dist/siemens-ix/{p-0e2b89f2.entry.js → p-a4225101.entry.js} +2 -2
  749. package/dist/siemens-ix/p-a61972c5.entry.js +2 -0
  750. package/dist/siemens-ix/{p-2180ddb8.entry.js.map → p-a61972c5.entry.js.map} +1 -1
  751. package/dist/siemens-ix/{p-20ad8d1e.entry.js → p-b27a9744.entry.js} +2 -2
  752. package/dist/siemens-ix/{p-fea12773.entry.js → p-b3453edf.entry.js} +2 -2
  753. package/dist/siemens-ix/{p-556417c6.entry.js → p-b41a7abb.entry.js} +2 -2
  754. package/dist/siemens-ix/{p-957d0d0b.entry.js → p-b76df1c7.entry.js} +2 -2
  755. package/dist/siemens-ix/{p-65842e35.entry.js → p-b7ef70d4.entry.js} +2 -2
  756. package/dist/siemens-ix/{p-b7c5ab43.entry.js → p-b8f4b001.entry.js} +2 -2
  757. package/dist/siemens-ix/p-b8f4b001.entry.js.map +1 -0
  758. package/dist/siemens-ix/{p-2f54ce99.entry.js → p-b9880608.entry.js} +2 -2
  759. package/dist/siemens-ix/p-ba9ed3d1.entry.js +2 -0
  760. package/dist/siemens-ix/p-ba9ed3d1.entry.js.map +1 -0
  761. package/dist/siemens-ix/p-c15e64a8.entry.js +2 -0
  762. package/dist/siemens-ix/p-c15e64a8.entry.js.map +1 -0
  763. package/dist/siemens-ix/{p-467c0fff.entry.js → p-c43b201b.entry.js} +2 -2
  764. package/dist/siemens-ix/{p-fc3071d0.entry.js → p-c5c863e1.entry.js} +2 -2
  765. package/dist/siemens-ix/{p-d1941577.entry.js → p-c94739d0.entry.js} +2 -2
  766. package/dist/siemens-ix/{p-04f1b89a.entry.js → p-ca3b24b1.entry.js} +2 -2
  767. package/dist/siemens-ix/p-ca43aa61.entry.js +2 -0
  768. package/dist/siemens-ix/{p-58219b7e.entry.js → p-cd1afcc9.entry.js} +2 -2
  769. package/dist/siemens-ix/{p-d4ba3f9f.entry.js → p-cf041cfd.entry.js} +2 -2
  770. package/dist/siemens-ix/{p-80f55403.entry.js → p-d10b9798.entry.js} +2 -2
  771. package/dist/siemens-ix/{p-ecff1e2f.entry.js → p-d193381f.entry.js} +2 -2
  772. package/dist/siemens-ix/{p-f3b485de.entry.js → p-d2c18c15.entry.js} +2 -2
  773. package/dist/siemens-ix/p-d2c18c15.entry.js.map +1 -0
  774. package/dist/siemens-ix/{p-dff78943.entry.js → p-d3a60c52.entry.js} +2 -2
  775. package/dist/siemens-ix/p-d688f76e.entry.js +2 -0
  776. package/dist/siemens-ix/{p-d49f7ae4.entry.js.map → p-d688f76e.entry.js.map} +1 -1
  777. package/dist/siemens-ix/{p-41b9392e.entry.js → p-da3a9845.entry.js} +2 -2
  778. package/dist/siemens-ix/p-dc8de6cb.entry.js +2 -0
  779. package/dist/siemens-ix/p-dc8de6cb.entry.js.map +1 -0
  780. package/dist/siemens-ix/p-de12078d.entry.js +2 -0
  781. package/dist/siemens-ix/{p-608b3631.entry.js.map → p-de12078d.entry.js.map} +1 -1
  782. package/dist/siemens-ix/{p-94fa5d00.entry.js → p-df6bb698.entry.js} +2 -2
  783. package/dist/siemens-ix/{p-85f3aa13.entry.js → p-e0b9cf68.entry.js} +2 -2
  784. package/dist/siemens-ix/{p-81120f11.entry.js → p-e42f62a1.entry.js} +2 -2
  785. package/dist/siemens-ix/{p-da6a27c1.entry.js → p-e48977ed.entry.js} +2 -2
  786. package/dist/siemens-ix/{p-2db36aa6.entry.js → p-e7bdc0a0.entry.js} +2 -2
  787. package/dist/siemens-ix/p-e7bdc0a0.entry.js.map +1 -0
  788. package/dist/siemens-ix/{p-1f5befb2.entry.js → p-ea15fc79.entry.js} +2 -2
  789. package/dist/siemens-ix/{p-4448252f.entry.js → p-ea37abf6.entry.js} +2 -2
  790. package/dist/siemens-ix/{p-b5e0ddb3.entry.js → p-ea410634.entry.js} +2 -2
  791. package/dist/siemens-ix/{p-39950a1c.entry.js → p-eba7f62c.entry.js} +2 -2
  792. package/dist/siemens-ix/{p-9d8fb7dd.entry.js → p-f119c105.entry.js} +2 -2
  793. package/dist/siemens-ix/p-fb8877bc.entry.js +2 -0
  794. package/dist/siemens-ix/p-fb8877bc.entry.js.map +1 -0
  795. package/dist/siemens-ix/{p-347fcf94.entry.js → p-fc73c8cc.entry.js} +2 -2
  796. package/dist/siemens-ix/{p-79798af1.entry.js → p-ff83eafd.entry.js} +2 -2
  797. package/dist/siemens-ix/siemens-ix-core.css +1 -1
  798. package/dist/siemens-ix/siemens-ix.css +2 -22
  799. package/dist/siemens-ix/siemens-ix.esm.js +1 -1
  800. package/dist/types/components/date-input/date-input.d.ts +10 -0
  801. package/dist/types/components/field-wrapper/helper-text-util.d.ts +5 -1
  802. package/dist/types/components/input/input.d.ts +9 -0
  803. package/dist/types/components/input/input.fc.d.ts +6 -0
  804. package/dist/types/components/input/input.util.d.ts +1 -0
  805. package/dist/types/components/input/number-input.d.ts +31 -5
  806. package/dist/types/components/menu-about/menu-about.d.ts +1 -1
  807. package/dist/types/components/menu-settings/menu-settings.d.ts +1 -1
  808. package/dist/types/components/pagination/pagination.d.ts +8 -0
  809. package/dist/types/components/radio/radio.d.ts +3 -2
  810. package/dist/types/components/radio-group/radio-group.d.ts +3 -0
  811. package/dist/types/components/select/select.d.ts +11 -0
  812. package/dist/types/components/split-button/split-button.d.ts +15 -4
  813. package/dist/types/components/time-input/time-input.d.ts +10 -0
  814. package/dist/types/components/time-picker/time-picker.d.ts +8 -2
  815. package/dist/types/components/tooltip/tooltip.d.ts +2 -1
  816. package/dist/types/components/utils/application-layout/context.d.ts +0 -1
  817. package/dist/types/components/utils/input/validation.d.ts +1 -0
  818. package/dist/types/components/utils/menu-tabs/menu-tabs-utils.d.ts +1 -0
  819. package/dist/types/components/utils/modal/index.d.ts +1 -1
  820. package/dist/types/components/utils/modal/loading.d.ts +4 -0
  821. package/dist/types/components.d.ts +162 -241
  822. package/hydrate/index.js +835 -791
  823. package/hydrate/index.mjs +835 -791
  824. package/package.json +1 -1
  825. package/scss/components/_links.scss +2 -5
  826. package/scss/mixins/_input.scss +2 -2
  827. package/scss/theme/classic/dark/_variables.scss +1 -1
  828. package/scss/theme/core/_components.scss +0 -2
  829. package/components/ix-basic-navigation.d.ts +0 -11
  830. package/components/ix-basic-navigation.js +0 -156
  831. package/components/ix-basic-navigation.js.map +0 -1
  832. package/components/ix-map-navigation-overlay.d.ts +0 -11
  833. package/components/ix-map-navigation-overlay.js +0 -9
  834. package/components/ix-map-navigation-overlay.js.map +0 -1
  835. package/components/ix-map-navigation.d.ts +0 -11
  836. package/components/ix-map-navigation.js +0 -240
  837. package/components/ix-map-navigation.js.map +0 -1
  838. package/components/p--2LOMK-5.js.map +0 -1
  839. package/components/p-0MSWDTqB.js.map +0 -1
  840. package/components/p-2fxFa_VL.js.map +0 -1
  841. package/components/p-BUIOrNGz.js.map +0 -1
  842. package/components/p-BaWdG-ph.js.map +0 -1
  843. package/components/p-Bvf7gwPU.js.map +0 -1
  844. package/components/p-CQhe_rqk.js.map +0 -1
  845. package/components/p-DBsESzrF.js.map +0 -1
  846. package/components/p-DLPEB4G8.js.map +0 -1
  847. package/components/p-D_rmJU0n.js.map +0 -1
  848. package/components/p-IgT3dgxG.js.map +0 -1
  849. package/components/p-UEMLzDk6.js +0 -92
  850. package/components/p-UEMLzDk6.js.map +0 -1
  851. package/components/p-yuZO1O90.js +0 -273
  852. package/components/p-yuZO1O90.js.map +0 -1
  853. package/dist/cjs/helper-text-util-BlElJLxk.js.map +0 -1
  854. package/dist/cjs/input.util-4AhBphgX.js.map +0 -1
  855. package/dist/cjs/ix-basic-navigation.cjs.entry.js +0 -93
  856. package/dist/cjs/ix-basic-navigation.entry.cjs.js.map +0 -1
  857. package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js +0 -56
  858. package/dist/cjs/ix-map-navigation-overlay.entry.cjs.js.map +0 -1
  859. package/dist/cjs/ix-map-navigation.cjs.entry.js +0 -169
  860. package/dist/cjs/ix-map-navigation.entry.cjs.js.map +0 -1
  861. package/dist/cjs/ix-menu-settings-Cdqo0r8E.js.map +0 -1
  862. package/dist/collection/components/basic-navigation/basic-navigation.css +0 -113
  863. package/dist/collection/components/basic-navigation/basic-navigation.js +0 -209
  864. package/dist/collection/components/basic-navigation/basic-navigation.js.map +0 -1
  865. package/dist/collection/components/map-navigation/map-navigation.css +0 -212
  866. package/dist/collection/components/map-navigation/map-navigation.js +0 -401
  867. package/dist/collection/components/map-navigation/map-navigation.js.map +0 -1
  868. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +0 -156
  869. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +0 -209
  870. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js.map +0 -1
  871. package/dist/esm/helper-text-util-rnbkuaac.js.map +0 -1
  872. package/dist/esm/input.util-VHrSuCP7.js.map +0 -1
  873. package/dist/esm/ix-basic-navigation.entry.js +0 -91
  874. package/dist/esm/ix-basic-navigation.entry.js.map +0 -1
  875. package/dist/esm/ix-map-navigation-overlay.entry.js +0 -54
  876. package/dist/esm/ix-map-navigation-overlay.entry.js.map +0 -1
  877. package/dist/esm/ix-map-navigation.entry.js +0 -167
  878. package/dist/esm/ix-map-navigation.entry.js.map +0 -1
  879. package/dist/esm/ix-menu-settings-DRSkDgox.js.map +0 -1
  880. package/dist/siemens-ix/ix-basic-navigation.entry.esm.js.map +0 -1
  881. package/dist/siemens-ix/ix-map-navigation-overlay.entry.esm.js.map +0 -1
  882. package/dist/siemens-ix/ix-map-navigation.entry.esm.js.map +0 -1
  883. package/dist/siemens-ix/p-01030dfb.entry.js +0 -2
  884. package/dist/siemens-ix/p-01030dfb.entry.js.map +0 -1
  885. package/dist/siemens-ix/p-08f4c3f0.entry.js +0 -2
  886. package/dist/siemens-ix/p-2055daf3.entry.js +0 -2
  887. package/dist/siemens-ix/p-2055daf3.entry.js.map +0 -1
  888. package/dist/siemens-ix/p-2180ddb8.entry.js +0 -2
  889. package/dist/siemens-ix/p-2db36aa6.entry.js.map +0 -1
  890. package/dist/siemens-ix/p-4b1745dc.entry.js.map +0 -1
  891. package/dist/siemens-ix/p-4f2fb1c5.entry.js +0 -2
  892. package/dist/siemens-ix/p-4f2fb1c5.entry.js.map +0 -1
  893. package/dist/siemens-ix/p-52d377d1.entry.js +0 -2
  894. package/dist/siemens-ix/p-52d377d1.entry.js.map +0 -1
  895. package/dist/siemens-ix/p-5e86944d.entry.js +0 -2
  896. package/dist/siemens-ix/p-608b3631.entry.js +0 -2
  897. package/dist/siemens-ix/p-710af987.entry.js +0 -2
  898. package/dist/siemens-ix/p-710af987.entry.js.map +0 -1
  899. package/dist/siemens-ix/p-730a6161.entry.js +0 -2
  900. package/dist/siemens-ix/p-730a6161.entry.js.map +0 -1
  901. package/dist/siemens-ix/p-75d8b192.entry.js +0 -2
  902. package/dist/siemens-ix/p-7e612a3b.entry.js +0 -2
  903. package/dist/siemens-ix/p-7e612a3b.entry.js.map +0 -1
  904. package/dist/siemens-ix/p-845054ca.entry.js +0 -2
  905. package/dist/siemens-ix/p-879a0cc5.entry.js +0 -2
  906. package/dist/siemens-ix/p-879a0cc5.entry.js.map +0 -1
  907. package/dist/siemens-ix/p-8aa0fda7.entry.js +0 -2
  908. package/dist/siemens-ix/p-8aa0fda7.entry.js.map +0 -1
  909. package/dist/siemens-ix/p-92a6324b.entry.js +0 -2
  910. package/dist/siemens-ix/p-9d135d59.entry.js +0 -2
  911. package/dist/siemens-ix/p-CX3n_rRh.js +0 -2
  912. package/dist/siemens-ix/p-CX3n_rRh.js.map +0 -1
  913. package/dist/siemens-ix/p-DS9crO46.js +0 -2
  914. package/dist/siemens-ix/p-DS9crO46.js.map +0 -1
  915. package/dist/siemens-ix/p-ad20efd0.entry.js +0 -2
  916. package/dist/siemens-ix/p-b6736ce7.entry.js +0 -2
  917. package/dist/siemens-ix/p-b6736ce7.entry.js.map +0 -1
  918. package/dist/siemens-ix/p-b7c5ab43.entry.js.map +0 -1
  919. package/dist/siemens-ix/p-c4b26603.entry.js +0 -2
  920. package/dist/siemens-ix/p-cc80918d.entry.js +0 -2
  921. package/dist/siemens-ix/p-d120adf6.entry.js +0 -2
  922. package/dist/siemens-ix/p-d120adf6.entry.js.map +0 -1
  923. package/dist/siemens-ix/p-d49f7ae4.entry.js +0 -2
  924. package/dist/siemens-ix/p-dd89a190.entry.js +0 -2
  925. package/dist/siemens-ix/p-e25aa385.entry.js.map +0 -1
  926. package/dist/siemens-ix/p-e3c57208.entry.js +0 -2
  927. package/dist/siemens-ix/p-eebe632b.entry.js +0 -2
  928. package/dist/siemens-ix/p-eebe632b.entry.js.map +0 -1
  929. package/dist/siemens-ix/p-eef311b1.entry.js +0 -2
  930. package/dist/siemens-ix/p-eef311b1.entry.js.map +0 -1
  931. package/dist/siemens-ix/p-f29f280b.entry.js +0 -2
  932. package/dist/siemens-ix/p-f3b485de.entry.js.map +0 -1
  933. package/dist/siemens-ix/p-f753f1f5.entry.js +0 -2
  934. package/dist/siemens-ix/p-f82e4e0f.entry.js +0 -2
  935. package/dist/siemens-ix/p-f82e4e0f.entry.js.map +0 -1
  936. package/dist/siemens-ix/p-sxLz5AVO.js.map +0 -1
  937. package/dist/types/components/basic-navigation/basic-navigation.d.ts +0 -33
  938. package/dist/types/components/map-navigation/map-navigation.d.ts +0 -68
  939. package/dist/types/components/map-navigation-overlay/map-navigation-overlay.d.ts +0 -43
  940. package/scss/theme/core/components/map-navigation.scss +0 -20
  941. /package/dist/siemens-ix/{p-08f4c3f0.entry.js.map → p-0411df39.entry.js.map} +0 -0
  942. /package/dist/siemens-ix/{p-6f152ed2.entry.js.map → p-06a2c69b.entry.js.map} +0 -0
  943. /package/dist/siemens-ix/{p-7e6beda5.entry.js.map → p-0ce03ad3.entry.js.map} +0 -0
  944. /package/dist/siemens-ix/{p-17a74a48.entry.js.map → p-0d621531.entry.js.map} +0 -0
  945. /package/dist/siemens-ix/{p-f9b4e5f1.entry.js.map → p-162a4cc0.entry.js.map} +0 -0
  946. /package/dist/siemens-ix/{p-337a3457.entry.js.map → p-196cffb5.entry.js.map} +0 -0
  947. /package/dist/siemens-ix/{p-3acbbe01.entry.js.map → p-1de1a2bf.entry.js.map} +0 -0
  948. /package/dist/siemens-ix/{p-89449e22.entry.js.map → p-2597a988.entry.js.map} +0 -0
  949. /package/dist/siemens-ix/{p-e825a921.entry.js.map → p-2ffde2d5.entry.js.map} +0 -0
  950. /package/dist/siemens-ix/{p-759ba03d.entry.js.map → p-31a8eaf9.entry.js.map} +0 -0
  951. /package/dist/siemens-ix/{p-7cf61ff6.entry.js.map → p-33fcea65.entry.js.map} +0 -0
  952. /package/dist/siemens-ix/{p-34e530b9.entry.js.map → p-367df024.entry.js.map} +0 -0
  953. /package/dist/siemens-ix/{p-67e4f814.entry.js.map → p-37bd983a.entry.js.map} +0 -0
  954. /package/dist/siemens-ix/{p-a02e0685.entry.js.map → p-38e45020.entry.js.map} +0 -0
  955. /package/dist/siemens-ix/{p-fabcc5f5.entry.js.map → p-396e1f3d.entry.js.map} +0 -0
  956. /package/dist/siemens-ix/{p-845054ca.entry.js.map → p-425d6925.entry.js.map} +0 -0
  957. /package/dist/siemens-ix/{p-db9d5872.entry.js.map → p-484bddf4.entry.js.map} +0 -0
  958. /package/dist/siemens-ix/{p-51786593.entry.js.map → p-496e98ac.entry.js.map} +0 -0
  959. /package/dist/siemens-ix/{p-7388d2ee.entry.js.map → p-4c18f123.entry.js.map} +0 -0
  960. /package/dist/siemens-ix/{p-548a2231.entry.js.map → p-4c1f90cb.entry.js.map} +0 -0
  961. /package/dist/siemens-ix/{p-3b314194.entry.js.map → p-4e4d792d.entry.js.map} +0 -0
  962. /package/dist/siemens-ix/{p-dd89a190.entry.js.map → p-4e77d861.entry.js.map} +0 -0
  963. /package/dist/siemens-ix/{p-d8fb5a86.entry.js.map → p-5779f16e.entry.js.map} +0 -0
  964. /package/dist/siemens-ix/{p-48cbacaf.entry.js.map → p-5b57bde1.entry.js.map} +0 -0
  965. /package/dist/siemens-ix/{p-aa6368b4.entry.js.map → p-667e3184.entry.js.map} +0 -0
  966. /package/dist/siemens-ix/{p-538843d4.entry.js.map → p-6a4bc78a.entry.js.map} +0 -0
  967. /package/dist/siemens-ix/{p-4b65234d.entry.js.map → p-6dc6eb63.entry.js.map} +0 -0
  968. /package/dist/siemens-ix/{p-e3c57208.entry.js.map → p-70af7f44.entry.js.map} +0 -0
  969. /package/dist/siemens-ix/{p-788e1ef8.entry.js.map → p-74e7b03f.entry.js.map} +0 -0
  970. /package/dist/siemens-ix/{p-e562ffb2.entry.js.map → p-77fd2138.entry.js.map} +0 -0
  971. /package/dist/siemens-ix/{p-0d4f0223.entry.js.map → p-7827c263.entry.js.map} +0 -0
  972. /package/dist/siemens-ix/{p-a4d6ee80.entry.js.map → p-7bad0544.entry.js.map} +0 -0
  973. /package/dist/siemens-ix/{p-784c6dd6.entry.js.map → p-8ce61408.entry.js.map} +0 -0
  974. /package/dist/siemens-ix/{p-c0064123.entry.js.map → p-8f17f6ec.entry.js.map} +0 -0
  975. /package/dist/siemens-ix/{p-67766c28.entry.js.map → p-8f9368b8.entry.js.map} +0 -0
  976. /package/dist/siemens-ix/{p-92a6324b.entry.js.map → p-8fa8d0e3.entry.js.map} +0 -0
  977. /package/dist/siemens-ix/{p-3472fc1a.entry.js.map → p-8fc2bea6.entry.js.map} +0 -0
  978. /package/dist/siemens-ix/{p-9e7223f6.entry.js.map → p-905d4977.entry.js.map} +0 -0
  979. /package/dist/siemens-ix/{p-c4b26603.entry.js.map → p-92ec7f27.entry.js.map} +0 -0
  980. /package/dist/siemens-ix/{p-ad20efd0.entry.js.map → p-a3baca2f.entry.js.map} +0 -0
  981. /package/dist/siemens-ix/{p-0e2b89f2.entry.js.map → p-a4225101.entry.js.map} +0 -0
  982. /package/dist/siemens-ix/{p-20ad8d1e.entry.js.map → p-b27a9744.entry.js.map} +0 -0
  983. /package/dist/siemens-ix/{p-fea12773.entry.js.map → p-b3453edf.entry.js.map} +0 -0
  984. /package/dist/siemens-ix/{p-556417c6.entry.js.map → p-b41a7abb.entry.js.map} +0 -0
  985. /package/dist/siemens-ix/{p-957d0d0b.entry.js.map → p-b76df1c7.entry.js.map} +0 -0
  986. /package/dist/siemens-ix/{p-65842e35.entry.js.map → p-b7ef70d4.entry.js.map} +0 -0
  987. /package/dist/siemens-ix/{p-2f54ce99.entry.js.map → p-b9880608.entry.js.map} +0 -0
  988. /package/dist/siemens-ix/{p-467c0fff.entry.js.map → p-c43b201b.entry.js.map} +0 -0
  989. /package/dist/siemens-ix/{p-fc3071d0.entry.js.map → p-c5c863e1.entry.js.map} +0 -0
  990. /package/dist/siemens-ix/{p-d1941577.entry.js.map → p-c94739d0.entry.js.map} +0 -0
  991. /package/dist/siemens-ix/{p-04f1b89a.entry.js.map → p-ca3b24b1.entry.js.map} +0 -0
  992. /package/dist/siemens-ix/{p-cc80918d.entry.js.map → p-ca43aa61.entry.js.map} +0 -0
  993. /package/dist/siemens-ix/{p-58219b7e.entry.js.map → p-cd1afcc9.entry.js.map} +0 -0
  994. /package/dist/siemens-ix/{p-d4ba3f9f.entry.js.map → p-cf041cfd.entry.js.map} +0 -0
  995. /package/dist/siemens-ix/{p-80f55403.entry.js.map → p-d10b9798.entry.js.map} +0 -0
  996. /package/dist/siemens-ix/{p-ecff1e2f.entry.js.map → p-d193381f.entry.js.map} +0 -0
  997. /package/dist/siemens-ix/{p-dff78943.entry.js.map → p-d3a60c52.entry.js.map} +0 -0
  998. /package/dist/siemens-ix/{p-41b9392e.entry.js.map → p-da3a9845.entry.js.map} +0 -0
  999. /package/dist/siemens-ix/{p-94fa5d00.entry.js.map → p-df6bb698.entry.js.map} +0 -0
  1000. /package/dist/siemens-ix/{p-85f3aa13.entry.js.map → p-e0b9cf68.entry.js.map} +0 -0
  1001. /package/dist/siemens-ix/{p-81120f11.entry.js.map → p-e42f62a1.entry.js.map} +0 -0
  1002. /package/dist/siemens-ix/{p-da6a27c1.entry.js.map → p-e48977ed.entry.js.map} +0 -0
  1003. /package/dist/siemens-ix/{p-1f5befb2.entry.js.map → p-ea15fc79.entry.js.map} +0 -0
  1004. /package/dist/siemens-ix/{p-4448252f.entry.js.map → p-ea37abf6.entry.js.map} +0 -0
  1005. /package/dist/siemens-ix/{p-b5e0ddb3.entry.js.map → p-ea410634.entry.js.map} +0 -0
  1006. /package/dist/siemens-ix/{p-39950a1c.entry.js.map → p-eba7f62c.entry.js.map} +0 -0
  1007. /package/dist/siemens-ix/{p-9d8fb7dd.entry.js.map → p-f119c105.entry.js.map} +0 -0
  1008. /package/dist/siemens-ix/{p-347fcf94.entry.js.map → p-fc73c8cc.entry.js.map} +0 -0
  1009. /package/dist/siemens-ix/{p-79798af1.entry.js.map → p-ff83eafd.entry.js.map} +0 -0
@@ -1,2 +1,2 @@
1
- import{r as t,c as a,h as e,H as n,g as i}from"./p-CtoreFVF.js";import{a as o}from"./p-DhE1t8Qh.js";import{s as r}from"./p-DRnSC9aV.js";import{a as s,A as m}from"./p--2LOMK-5.js";import{a as f}from"./p-gkooEHol.js";import{m as c}from"./p-BncjKdXL.js";import{c as l}from"./p-pXYAoEyc.js";import{t as d}from"./p-CsHYWHE6.js";import{P as p,Q as u,d as h,R as b,S as y,b as g}from"./p-Cz75KU1f.js";import{A as _}from"./p-C5MWUgDN.js";import"./p-CpVbQsUI.js";import"./p-BdCnOrqW.js";import"./p-D_Hmobxf.js";class k extends Event{constructor(t){super("application-sidebar-toggle",{bubbles:true,composed:true});this.force=t}}const v="/*!\n* animate.css - https://animate.style/\n* Version - 4.1.1\n* Licensed under the MIT license - http://opensource.org/licenses/MIT\n*\n* Copyright (c) 2020 Animate.css\n*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:0.5s;animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:0.8s;animation-duration:calc(var(--animate-duration) * 0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration) * 3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:0.7}80%{transform:translateY(0) scale(0.7);opacity:0.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:0.7}80%{transform:translateX(0) scale(0.7);opacity:0.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:0.7}80%{transform:translateX(0) scale(0.7);opacity:0.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:0.7}80%{transform:translateY(0) scale(0.7);opacity:0.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:0.7}to{transform:translateY(700px) scale(0.7);opacity:0.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:0.7}to{transform:translateX(-2000px) scale(0.7);opacity:0.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:0.7}to{transform:translateX(2000px) scale(0.7);opacity:0.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:0.7}to{transform:translateY(-700px) scale(0.7);opacity:0.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:0.75s;animation-duration:calc(var(--animate-duration) * 0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{animation-duration:0.75s;animation-duration:calc(var(--animate-duration) * 0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:0.75s;animation-duration:calc(var(--animate-duration) * 0.75);animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:0.75s;animation-duration:calc(var(--animate-duration) * 0.75);backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{animation-name:slideOutUp}:host{display:flex;flex-direction:row;position:absolute;height:100%;min-height:-moz-min-content;min-height:min-content;z-index:var(--theme-z-index-sticky);width:auto;bottom:0}: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 .tabs{height:100%;position:relative;overflow-y:auto;pointer-events:all;-ms-overflow-style:none;scrollbar-width:none}:host .tabs::-webkit-scrollbar{display:none}:host .show-scrollbar{scrollbar-width:inherit}:host .show-scrollbar::-webkit-scrollbar{display:inherit}:host .tabs-shadow-container{overflow:hidden;display:block;position:relative;margin-bottom:0.75rem}:host .tabs--shadow{opacity:0;position:absolute;width:100%;height:0.625rem;background:linear-gradient(var(--theme-color-shadow-1), transparent);pointer-events:none;z-index:var(--theme-z-index-sticky);transition:opacity var(--theme-default-time)}:host .tabs--shadow-top{top:0;background:linear-gradient(var(--theme-color-shadow-1), transparent)}:host .tabs--shadow-bottom{bottom:0;background:linear-gradient(transparent, var(--theme-color-shadow-1))}:host .tabs--shadow--show{opacity:1}:host .menu{display:flex;flex-direction:column;position:relative;width:calc(3.25rem + var(--ix-application-menu-safe-area-left, 0rem));height:100%;padding-block-end:calc(1rem + var(--ix-safe-area-inset-bottom, 0rem));overflow:hidden;padding-left:var(--ix-application-menu-safe-area-left, 0rem)}:host .menu.expanded{box-shadow:var(--theme-navigation--box-shadow)}:host .menu{background-color:var(--theme-nav--background);transition:width var(--theme-default-time) ease-in-out}:host .menu-overlay{display:none;position:absolute;width:calc(100vw - 3.25rem);height:100%;left:3.25rem;z-index:-1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background-color:var(--theme-sidebar-overlay-blur);transition:left var(--theme-default-time) ease-in-out}:host .menu-overlay.visible{display:block}:host .menu.expanded{width:16rem}:host .menu-overlay.expanded{width:calc(100vw - 16rem);left:16rem}:host .menu-overlay-container{display:contents}:host .menu-avatar{max-height:3rem}:host .avatar{margin-bottom:2rem}:host #cui-imprint .cui-imprint-product-name{margin-bottom:1rem}:host #cui-imprint .cui-imprint-product-description{margin-bottom:2rem}:host #cui-imprint .cui-imprint-link-container{display:flex;align-items:center}:host .bottom-tab-divider{margin-top:auto}:host .menu-buttons{margin:0.5rem 0 0 0.625rem}:host .menu-buttons>:last-child{margin-bottom:1rem}:host(.breakpoint-sm) .menu:not(.expanded){width:0}:host(.breakpoint-sm) .menu-overlay{left:0;width:100vw}:host(.breakpoint-lg){position:relative}:host(.breakpoint-lg) .menu.expanded{box-shadow:none}:host ::slotted(a[href]){all:unset}";const x=class{constructor(e){t(this,e);this.expandChange=a(this,"expandChange",7);this.mapExpandChange=a(this,"mapExpandChange",7);this.openAppSwitch=a(this,"openAppSwitch",7);this.openSettings=a(this,"openSettings",7);this.openAbout=a(this,"openAbout",7);this.showSettings=false;this.showAbout=false;this.enableToggleTheme=false;this.enableMapExpand=false;this.applicationDescription="";this.i18nExpandSidebar="Expand sidebar";this.expand=false;this.startExpanded=false;this.pinned=false;this.i18nLegal="About & legal information";this.i18nSettings="Settings";this.i18nToggleTheme="Toggle theme";this.i18nExpand=" Expand";this.i18nCollapse="Collapse";this.showPinned=false;this.mapExpand=true;this.breakpoint="lg";this.itemsScrollShadowTop=false;this.itemsScrollShadowBottom=false;this.isTransitionDisabled=false;this.isVisible=t=>{var a,e;return t.style.display!=="none"&&((e=(a=t.parentElement)===null||a===void 0?void 0:a.parentElement)===null||e===void 0?void 0:e.style.display)!=="none"}}pinnedChange(t){var a;if(((a=this.applicationLayoutContext)===null||a===void 0?void 0:a.host)==="map-navigation"){console.warn("ix-map-navigation does not support pinning of the menu");return}this.setPinned(this.pinned);if(t){f.disableBreakpointDetection();f.setBreakpoint("lg");return}f.enableBreakpointDetection()}get popoverArea(){return this.hostElement.shadowRoot.querySelector("#popover-area")}get menu(){return this.hostElement.shadowRoot.querySelector(".menu")}get menuItemsContainer(){return this.menu.querySelector(".tabs")}get overlayContainer(){return this.hostElement.shadowRoot.querySelector(".menu-overlay")}get menuItems(){return Array.from(this.hostElement.querySelectorAll('ix-menu-item:not(.internal-tab):not(.home-tab):not(.bottom-tab):not([slot="bottom"])')).filter((t=>this.isVisible(t)))}get menuBottomItems(){return Array.from(this.hostElement.querySelectorAll("ix-menu-item.bottom-tab:not(.internal-tab):not(.home-tab)")).filter((t=>this.isVisible(t)))}get homeTab(){return this.hostElement.querySelector("ix-menu-item.home-tab")}get moreItemsDropdown(){return this.hostElement.shadowRoot.querySelector(".internal-tab ix-dropdown")}get isMoreItemsDropdownEmpty(){return this.hostElement.shadowRoot.querySelectorAll(".internal-tab ix-dropdown .appended").length===0}get moreItemsDropdownItems(){return this.hostElement.shadowRoot.querySelectorAll(".internal-tab ix-dropdown ix-menu-item")}get activeMoreTabContainer(){return this.hostElement.shadowRoot.querySelector(".active-more-tab")}get activeMoreTab(){return this.hostElement.shadowRoot.querySelector(".active-more-tab ix-menu-item")}get aboutPopoverContainer(){return this.hostElement.querySelector(".about-news")}get aboutNewsPopover(){var t;return(t=document.querySelector("ix-menu-about-news"))!==null&&t!==void 0?t:this.hostElement.querySelector("ix-menu-about-news")}get aboutTab(){return this.hostElement.shadowRoot.querySelector("#aboutAndLegal")}get about(){return this.hostElement.querySelector("ix-menu-about")}get settings(){return this.hostElement.querySelector("ix-menu-settings")}get isSettingsEmpty(){return Array.from(this.hostElement.shadowRoot.querySelectorAll("ix-menu-settings-item")).length===0}get tabsContainer(){return this.hostElement}componentDidLoad(){requestAnimationFrame((()=>{this.handleOverflowIndicator()}));if(this.pinned){this.pinnedChange(this.pinned)}}componentWillLoad(){s(this.hostElement,m,(t=>{this.applicationLayoutContext=t;if(t.hideHeader===true){this.onBreakpointChange("md");return}this.onBreakpointChange(f.breakpoint)}),true);c.register(this.hostElement);f.onChange.on((t=>this.onBreakpointChange(t)));this.onBreakpointChange(f.breakpoint,true)}componentDidRender(){if(!this.about&&this.aboutNewsPopover){this.aboutNewsPopover.show=false}this.appendFragments()}setPinned(t){this.showPinned=t;c.setIsPinned(t)}onBreakpointChange(t,a=false){var e;if(!this.applicationLayoutContext&&t==="sm"){return}if(((e=this.applicationLayoutContext)===null||e===void 0?void 0:e.host)==="map-navigation"){this.breakpoint="md";return}if(!this.applicationLayoutContext){return}if(this.applicationLayoutContext.hideHeader&&t==="sm"){return}this.setPinned(t==="lg");if(a||t!==this.breakpoint)this.toggleMenu(t==="lg"&&this.startExpanded);this.breakpoint=t}appendFragments(){this.appendAboutNewsPopover()}getAboutPopoverVerticalPosition(){var t;const a=12;const e=6;const n=((t=this.aboutTab)===null||t===void 0?void 0:t.getBoundingClientRect())||{bottom:-window.innerHeight,height:0};const i=window.innerHeight-(n.bottom-n.height/2+a/2+e);return l(i)}appendAboutNewsPopover(){var t;if(!this.aboutNewsPopover||!this.about){return}this.aboutNewsPopover.style.bottom=this.getAboutPopoverVerticalPosition();if(!((t=this.popoverArea)===null||t===void 0?void 0:t.contains(this.aboutNewsPopover))){const t=()=>{var t;if(((t=this.aboutNewsPopover)===null||t===void 0?void 0:t.aboutItemLabel)&&this.about){this.about.activeTabLabel=this.aboutNewsPopover.aboutItemLabel;this.toggleAbout(true)}};this.aboutNewsPopover.addEventListener("showMore",t.bind(this));document.body.appendChild(this.aboutNewsPopover)}}async toggleMapExpand(t){if(t!==undefined){this.mapExpand=t}else{this.mapExpand=!this.mapExpand}}async toggleMenu(t){const a=this.expand;if(t!==undefined){this.expand=t}else{this.expand=!this.expand}if(this.aboutNewsPopover){this.aboutNewsPopover.expanded=this.expand}const{defaultPrevented:e}=this.expandChange.emit(this.expand);if(e){this.expand=a;if(this.aboutNewsPopover){this.aboutNewsPopover.expanded=a}return}this.isTransitionDisabled=false;this.checkTransition();if(this.breakpoint=="sm"&&this.expand){setTimeout((()=>{this.handleOverflowIndicator()}),100)}}checkTransition(){const t=this.overlayContainer;if(!t){return}if(this.isTransitionDisabled){t.style.transitionProperty="left"}else{t.style.transitionProperty="all"}}isOverlayVisible(){return this.showAbout||this.showSettings}async toggleSettings(t){if(!this.settings){return}const{defaultPrevented:a}=this.openSettings.emit();if(a){return}if(!this.isOverlayVisible()){this.animateOverlayFadeIn()}if(t){this.resetOverlay();this.showSettings=t;this.settings.show=this.showSettings}else{this.onOverlayClose()}}async toggleAbout(t){if(!this.about){return}const{defaultPrevented:a}=this.openAbout.emit();if(a){return}if(!this.isOverlayVisible()){this.animateOverlayFadeIn()}if(t){this.resetOverlay();this.showAbout=t;this.about.show=this.showAbout}else{this.onOverlayClose()}}resetOverlay(){this.showSettings=false;this.showAbout=false;if(this.settings){this.settings.show=false}if(this.about){this.about.show=false}}getCollapseText(){return this.mapExpand?this.i18nCollapse:this.i18nExpand}getCollapseIcon(){return this.mapExpand?p:u}isMenuItemClicked(t){if(t.target instanceof HTMLElement){return t.target.tagName==="IX-MENU-ITEM"}return false}handleOverflowIndicator(){const{clientHeight:t,scrollTop:a,scrollHeight:e}=this.menuItemsContainer;this.itemsScrollShadowTop=a>0;this.itemsScrollShadowBottom=Math.round(a+t)<e}onOverlayClose(){this.animateOverlayFadeOut((()=>{this.resetOverlay()}))}animateOverlayFadeIn(){requestAnimationFrame((()=>{o(this.overlayContainer,{duration:_.mediumTime,backdropFilter:[0,"blur(1rem)"],translateX:["-4rem",0],opacity:[0,1],easing:"easeInSine",onBegin:()=>{if(this.showPinned){return}this.toggleMenu(false)}})}))}animateOverlayFadeOut(t){requestAnimationFrame((()=>{o(this.overlayContainer,{duration:_.mediumTime,backdropFilter:["blur(1rem)",0],translateX:[0,"-4rem"],opacity:[1,0],easing:"easeInSine",onComplete:()=>t()})}))}onMenuItemsClick(t){if(this.isMenuItemClicked(t)){if(!this.showPinned){this.toggleMenu(false)}this.onOverlayClose()}}isHiddenFromViewport(){return this.breakpoint==="sm"&&this.expand===false}sidebarToggle(){this.mapExpandChange.emit(this.mapExpand);this.hostElement.dispatchEvent(new k(this.mapExpand))}async showAppSwitch(){var t;const{defaultPrevented:a}=this.openAppSwitch.emit();if(a){return}if((t=this.applicationLayoutContext)===null||t===void 0?void 0:t.appSwitchConfig){r(this.applicationLayoutContext.appSwitchConfig)}}render(){var t,a;return e(n,{key:"3cccf12b2f3221f6052a3bdc983c7f35ee8b6af8",class:{expanded:this.expand,[`breakpoint-${this.breakpoint}`]:true},slot:"menu"},e("nav",{key:"148d5ae9d40d35b054c51c11d8853837b9a1f44a",class:{menu:true,expanded:this.expand}},e("div",{key:"c9428afeac46b597e3268971d6e65d38b4b51c4e",class:"menu-buttons"},this.breakpoint!=="sm"&&e("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"&&((t=this.applicationLayoutContext)===null||t===void 0?void 0:t.appSwitchConfig)&&e("ix-icon-button",{key:"58ec78884e14b2a9728814af87eb816e0202b5f8",onClick:()=>{this.showAppSwitch()},icon:h,variant:"subtle-tertiary"})),e("div",{key:"4f8bdcec872baefee1470e455d38185ef9118a99",id:"menu-tabs",style:{display:"contents"},onClick:t=>this.onMenuItemsClick(t)},e("div",{key:"86a65cfd875f29519859ff9d5c6b862f9691f3ba",class:"tabs-shadow-container"},e("div",{key:"67687bedfef00d9cd9210bc5d96a82551f0c76b3",class:{"tabs--shadow":true,"tabs--shadow-top":true,"tabs--shadow--show":this.itemsScrollShadowTop}}),e("div",{key:"9fe969f863c48cc1eb4898557e3cb2867cda21ef",class:{tabs:true,"show-scrollbar":this.expand},onScroll:()=>this.handleOverflowIndicator()},e("div",{key:"a79fb68162eba16a76450edf3c871515b9472f47",class:"menu-avatar"},e("slot",{key:"0abbf3d21460eff778c71a192e2f53a2fd087210",name:"ix-menu-avatar"})),e("slot",{key:"1b5f280b17b8509dbbaad50c2ef7ab8461274f3c",name:"home"}),this.breakpoint!=="sm"||!this.isHiddenFromViewport()?e("slot",null):null),e("div",{key:"d207bdfa217cff20873656a4e3abd7bd11e38d89",class:{"tabs--shadow":true,"tabs--shadow-bottom":true,"tabs--shadow--show":this.itemsScrollShadowBottom}}))),e("div",{key:"f46f2a702b67bfca557f61fe7a73dbb0c9e20135",class:"bottom-tab-divider"}),this.settings?e("ix-menu-item",{disabled:this.isHiddenFromViewport(),id:"settings",class:{"internal-tab":true,"bottom-tab":true,active:this.showSettings},icon:b,onClick:async()=>this.toggleSettings(!this.showSettings),label:this.i18nSettings}):null,this.enableToggleTheme?e("ix-menu-item",{disabled:this.isHiddenFromViewport(),id:"toggleTheme",onClick:()=>d.toggleMode(),class:"internal-tab bottom-tab",icon:y,label:this.i18nToggleTheme}):null,e("div",{key:"a17dc08ca5da7a1ae0a4a16cf12e1fbaf70ba440",onClick:t=>this.onMenuItemsClick(t)},e("slot",{key:"3ce20b44b83388cd2b712a390dfaab64d5b9d2f3",name:"bottom"})),e("div",{key:"1bae61efbf251689660887609b81b30ed4aaa68f",id:"popover-area"}),this.enableMapExpand||((a=this.applicationLayoutContext)===null||a===void 0?void 0:a.sidebar)?e("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?e("ix-menu-item",{disabled:this.isHiddenFromViewport(),id:"aboutAndLegal",class:{"internal-tab":true,"bottom-tab":true,active:this.showAbout},icon:g,onClick:async()=>this.toggleAbout(!this.showAbout),label:this.i18nLegal}):null),e("div",{key:"052a799e811beccbcf888d116d228e01b49a9767",class:{"menu-overlay":true,visible:this.isOverlayVisible(),expanded:this.expand},onTransitionEnd:()=>{this.isTransitionDisabled=true;this.checkTransition()}},e("div",{key:"5a66febf87b30406e5df0131e06a444421a5cd56",class:"menu-overlay-container"},this.showSettings?e("slot",{name:"ix-menu-settings"}):null),e("div",{key:"a73d40dc2a41997bb72c101b3b90d35b391bf8ca",class:"menu-overlay-container"},this.showAbout?e("slot",{name:"ix-menu-about"}):null)))}get hostElement(){return i(this)}static get watchers(){return{pinned:["pinnedChange"]}}};x.style=v;export{x as ix_menu};
2
- //# sourceMappingURL=p-b7c5ab43.entry.js.map
1
+ import{r as t,c as a,h as e,H as n,g as i}from"./p-CtoreFVF.js";import{a as o}from"./p-DhE1t8Qh.js";import{s as r}from"./p-CObJ-t0Z.js";import{a as s,A as m}from"./p-BhgW5qDm.js";import{a as c}from"./p-gkooEHol.js";import{m as l}from"./p-BncjKdXL.js";import{c as f}from"./p-pXYAoEyc.js";import{t as d}from"./p-CsHYWHE6.js";import{P as p,Q as u,e as h,R as b,S as y,b as g}from"./p-8HpPmDK_.js";import{A as _}from"./p-C5MWUgDN.js";import"./p-BC0Exw_O.js";import"./p-BdCnOrqW.js";import"./p-D_Hmobxf.js";class k extends Event{constructor(t){super("application-sidebar-toggle",{bubbles:true,composed:true});this.force=t}}const v="/*!\n* animate.css - https://animate.style/\n* Version - 4.1.1\n* Licensed under the MIT license - http://opensource.org/licenses/MIT\n*\n* Copyright (c) 2020 Animate.css\n*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:0.5s;animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:0.8s;animation-duration:calc(var(--animate-duration) * 0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration) * 3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:0.7}80%{transform:translateY(0) scale(0.7);opacity:0.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:0.7}80%{transform:translateX(0) scale(0.7);opacity:0.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:0.7}80%{transform:translateX(0) scale(0.7);opacity:0.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:0.7}80%{transform:translateY(0) scale(0.7);opacity:0.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:0.7}to{transform:translateY(700px) scale(0.7);opacity:0.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:0.7}to{transform:translateX(-2000px) scale(0.7);opacity:0.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:0.7}to{transform:translateX(2000px) scale(0.7);opacity:0.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:0.7}to{transform:translateY(-700px) scale(0.7);opacity:0.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:0.75s;animation-duration:calc(var(--animate-duration) * 0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{animation-duration:0.75s;animation-duration:calc(var(--animate-duration) * 0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:0.75s;animation-duration:calc(var(--animate-duration) * 0.75);animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:0.75s;animation-duration:calc(var(--animate-duration) * 0.75);backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{animation-name:slideOutUp}:host{display:flex;flex-direction:row;position:absolute;height:100%;min-height:-moz-min-content;min-height:min-content;z-index:var(--theme-z-index-sticky);width:auto;bottom:0}: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 .tabs{height:100%;position:relative;overflow-y:auto;pointer-events:all;-ms-overflow-style:none;scrollbar-width:none}:host .tabs::-webkit-scrollbar{display:none}:host .show-scrollbar{scrollbar-width:inherit}:host .show-scrollbar::-webkit-scrollbar{display:inherit}:host .tabs-shadow-container{overflow:hidden;display:block;position:relative;margin-bottom:0.75rem}:host .tabs--shadow{opacity:0;position:absolute;width:100%;height:0.625rem;background:linear-gradient(var(--theme-color-shadow-1), transparent);pointer-events:none;z-index:var(--theme-z-index-sticky);transition:opacity var(--theme-default-time)}:host .tabs--shadow-top{top:0;background:linear-gradient(var(--theme-color-shadow-1), transparent)}:host .tabs--shadow-bottom{bottom:0;background:linear-gradient(transparent, var(--theme-color-shadow-1))}:host .tabs--shadow--show{opacity:1}:host .menu{display:flex;flex-direction:column;position:relative;width:calc(3.25rem + var(--ix-application-menu-safe-area-left, 0rem));height:100%;padding-block-end:calc(1rem + var(--ix-safe-area-inset-bottom, 0rem));overflow:hidden;padding-left:var(--ix-application-menu-safe-area-left, 0rem)}:host .menu.expanded{box-shadow:var(--theme-navigation--box-shadow)}:host .menu{background-color:var(--theme-nav--background);transition:width var(--theme-default-time) ease-in-out}:host .menu-overlay{display:none;position:absolute;width:calc(100vw - 3.25rem);height:100%;left:3.25rem;z-index:-1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background-color:var(--theme-sidebar-overlay-blur);transition:left var(--theme-default-time) ease-in-out}:host .menu-overlay.visible{display:block}:host .menu.expanded{width:16rem}:host .menu-overlay.expanded{width:calc(100vw - 16rem);left:16rem}:host .menu-overlay-container{display:contents}:host .menu-avatar{max-height:3rem}:host .avatar{margin-bottom:2rem}:host #cui-imprint .cui-imprint-product-name{margin-bottom:1rem}:host #cui-imprint .cui-imprint-product-description{margin-bottom:2rem}:host #cui-imprint .cui-imprint-link-container{display:flex;align-items:center}:host .bottom-tab-divider{margin-top:auto}:host .menu-buttons{margin:0.5rem 0 0 0.625rem}:host .menu-buttons>:last-child{margin-bottom:1rem}:host(.breakpoint-sm) .menu:not(.expanded){width:0}:host(.breakpoint-sm) .menu-overlay{left:0;width:100vw}:host(.breakpoint-lg){position:relative}:host(.breakpoint-lg) .menu.expanded{box-shadow:none}:host ::slotted(a[href]){all:unset}";const x=class{constructor(e){t(this,e);this.expandChange=a(this,"expandChange",7);this.mapExpandChange=a(this,"mapExpandChange",7);this.openAppSwitch=a(this,"openAppSwitch",7);this.openSettings=a(this,"openSettings",7);this.openAbout=a(this,"openAbout",7);this.showSettings=false;this.showAbout=false;this.enableToggleTheme=false;this.enableMapExpand=false;this.applicationDescription="";this.i18nExpandSidebar="Expand sidebar";this.expand=false;this.startExpanded=false;this.pinned=false;this.i18nLegal="About & legal information";this.i18nSettings="Settings";this.i18nToggleTheme="Toggle theme";this.i18nExpand=" Expand";this.i18nCollapse="Collapse";this.showPinned=false;this.mapExpand=true;this.breakpoint="lg";this.itemsScrollShadowTop=false;this.itemsScrollShadowBottom=false;this.isTransitionDisabled=false;this.isVisible=t=>{var a,e;return t.style.display!=="none"&&((e=(a=t.parentElement)===null||a===void 0?void 0:a.parentElement)===null||e===void 0?void 0:e.style.display)!=="none"}}pinnedChange(t){this.setPinned(this.pinned);if(t){c.disableBreakpointDetection();c.setBreakpoint("lg");return}c.enableBreakpointDetection()}get popoverArea(){return this.hostElement.shadowRoot.querySelector("#popover-area")}get menu(){return this.hostElement.shadowRoot.querySelector(".menu")}get menuItemsContainer(){return this.menu.querySelector(".tabs")}get overlayContainer(){return this.hostElement.shadowRoot.querySelector(".menu-overlay")}get menuItems(){return Array.from(this.hostElement.querySelectorAll('ix-menu-item:not(.internal-tab):not(.home-tab):not(.bottom-tab):not([slot="bottom"])')).filter((t=>this.isVisible(t)))}get menuBottomItems(){return Array.from(this.hostElement.querySelectorAll("ix-menu-item.bottom-tab:not(.internal-tab):not(.home-tab)")).filter((t=>this.isVisible(t)))}get homeTab(){return this.hostElement.querySelector("ix-menu-item.home-tab")}get moreItemsDropdown(){return this.hostElement.shadowRoot.querySelector(".internal-tab ix-dropdown")}get isMoreItemsDropdownEmpty(){return this.hostElement.shadowRoot.querySelectorAll(".internal-tab ix-dropdown .appended").length===0}get moreItemsDropdownItems(){return this.hostElement.shadowRoot.querySelectorAll(".internal-tab ix-dropdown ix-menu-item")}get activeMoreTabContainer(){return this.hostElement.shadowRoot.querySelector(".active-more-tab")}get activeMoreTab(){return this.hostElement.shadowRoot.querySelector(".active-more-tab ix-menu-item")}get aboutPopoverContainer(){return this.hostElement.querySelector(".about-news")}get aboutNewsPopover(){var t;return(t=document.querySelector("ix-menu-about-news"))!==null&&t!==void 0?t:this.hostElement.querySelector("ix-menu-about-news")}get aboutTab(){return this.hostElement.shadowRoot.querySelector("#aboutAndLegal")}get about(){return this.hostElement.querySelector("ix-menu-about")}get settings(){return this.hostElement.querySelector("ix-menu-settings")}get isSettingsEmpty(){return Array.from(this.hostElement.shadowRoot.querySelectorAll("ix-menu-settings-item")).length===0}get tabsContainer(){return this.hostElement}componentDidLoad(){requestAnimationFrame((()=>{this.handleOverflowIndicator()}));if(this.pinned){this.pinnedChange(this.pinned)}}componentWillLoad(){s(this.hostElement,m,(t=>{this.applicationLayoutContext=t;if(t.hideHeader===true){this.onBreakpointChange("md");return}this.onBreakpointChange(c.breakpoint)}),true);l.register(this.hostElement);c.onChange.on((t=>this.onBreakpointChange(t)));this.onBreakpointChange(c.breakpoint,true)}componentDidRender(){if(!this.about&&this.aboutNewsPopover){this.aboutNewsPopover.show=false}this.appendFragments()}setPinned(t){this.showPinned=t;l.setIsPinned(t)}onBreakpointChange(t,a=false){if(!this.applicationLayoutContext&&t==="sm"){return}if(!this.applicationLayoutContext){return}if(this.applicationLayoutContext.hideHeader&&t==="sm"){return}this.setPinned(t==="lg");if(a||t!==this.breakpoint)this.toggleMenu(t==="lg"&&this.startExpanded);this.breakpoint=t}appendFragments(){this.appendAboutNewsPopover()}getAboutPopoverVerticalPosition(){var t;const a=12;const e=6;const n=((t=this.aboutTab)===null||t===void 0?void 0:t.getBoundingClientRect())||{bottom:-window.innerHeight,height:0};const i=window.innerHeight-(n.bottom-n.height/2+a/2+e);return f(i)}appendAboutNewsPopover(){var t;if(!this.aboutNewsPopover||!this.about){return}this.aboutNewsPopover.style.bottom=this.getAboutPopoverVerticalPosition();if(!((t=this.popoverArea)===null||t===void 0?void 0:t.contains(this.aboutNewsPopover))){const t=()=>{var t;if(((t=this.aboutNewsPopover)===null||t===void 0?void 0:t.aboutItemLabel)&&this.about){this.about.activeTabLabel=this.aboutNewsPopover.aboutItemLabel;this.toggleAbout(true)}};this.aboutNewsPopover.addEventListener("showMore",t.bind(this));document.body.appendChild(this.aboutNewsPopover)}}async toggleMapExpand(t){if(t!==undefined){this.mapExpand=t}else{this.mapExpand=!this.mapExpand}}async toggleMenu(t){const a=this.expand;if(t!==undefined){this.expand=t}else{this.expand=!this.expand}if(this.aboutNewsPopover){this.aboutNewsPopover.expanded=this.expand}const{defaultPrevented:e}=this.expandChange.emit(this.expand);if(e){this.expand=a;if(this.aboutNewsPopover){this.aboutNewsPopover.expanded=a}return}this.isTransitionDisabled=false;this.checkTransition();if(this.breakpoint=="sm"&&this.expand){setTimeout((()=>{this.handleOverflowIndicator()}),100)}}checkTransition(){const t=this.overlayContainer;if(!t){return}if(this.isTransitionDisabled){t.style.transitionProperty="left"}else{t.style.transitionProperty="all"}}isOverlayVisible(){return this.showAbout||this.showSettings}async toggleSettings(t){if(!this.settings){return}const{defaultPrevented:a}=this.openSettings.emit();if(a){return}if(!this.isOverlayVisible()){this.animateOverlayFadeIn()}if(t){this.resetOverlay();this.showSettings=t;this.settings.show=this.showSettings}else{this.onOverlayClose()}}async toggleAbout(t){if(!this.about){return}const{defaultPrevented:a}=this.openAbout.emit();if(a){return}if(!this.isOverlayVisible()){this.animateOverlayFadeIn()}if(t){this.resetOverlay();this.showAbout=t;this.about.show=this.showAbout}else{this.onOverlayClose()}}resetOverlay(){this.showSettings=false;this.showAbout=false;if(this.settings){this.settings.show=false}if(this.about){this.about.show=false}}getCollapseText(){return this.mapExpand?this.i18nCollapse:this.i18nExpand}getCollapseIcon(){return this.mapExpand?p:u}isMenuItemClicked(t){if(t.target instanceof HTMLElement){return t.target.tagName==="IX-MENU-ITEM"}return false}handleOverflowIndicator(){const{clientHeight:t,scrollTop:a,scrollHeight:e}=this.menuItemsContainer;this.itemsScrollShadowTop=a>0;this.itemsScrollShadowBottom=Math.round(a+t)<e}onOverlayClose(){this.animateOverlayFadeOut((()=>{this.resetOverlay()}))}animateOverlayFadeIn(){requestAnimationFrame((()=>{o(this.overlayContainer,{duration:_.mediumTime,backdropFilter:[0,"blur(1rem)"],translateX:["-4rem",0],opacity:[0,1],easing:"easeInSine",onBegin:()=>{if(this.showPinned){return}this.toggleMenu(false)}})}))}animateOverlayFadeOut(t){requestAnimationFrame((()=>{o(this.overlayContainer,{duration:_.mediumTime,backdropFilter:["blur(1rem)",0],translateX:[0,"-4rem"],opacity:[1,0],easing:"easeInSine",onComplete:()=>t()})}))}onMenuItemsClick(t){if(this.isMenuItemClicked(t)){if(!this.showPinned){this.toggleMenu(false)}this.onOverlayClose()}}isHiddenFromViewport(){return this.breakpoint==="sm"&&this.expand===false}sidebarToggle(){this.mapExpandChange.emit(this.mapExpand);this.hostElement.dispatchEvent(new k(this.mapExpand))}async showAppSwitch(){var t;const{defaultPrevented:a}=this.openAppSwitch.emit();if(a){return}if((t=this.applicationLayoutContext)===null||t===void 0?void 0:t.appSwitchConfig){r(this.applicationLayoutContext.appSwitchConfig)}}render(){var t,a;return e(n,{key:"b36f27c9c7b9342fd8f984dd5d00ad73d735b2ff",class:{expanded:this.expand,[`breakpoint-${this.breakpoint}`]:true},slot:"menu"},e("nav",{key:"4f4b1378ddfe2cb243d0a5305679c98084490e8b",class:{menu:true,expanded:this.expand}},e("div",{key:"70d117cfe299bdb3f3b0ed9639d5ee83bfc33cf1",class:"menu-buttons"},this.breakpoint!=="sm"&&e("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"&&((t=this.applicationLayoutContext)===null||t===void 0?void 0:t.appSwitchConfig)&&e("ix-icon-button",{key:"927aede1c7824c6c21eed072e7dba6db8d5f8df5",onClick:()=>{this.showAppSwitch()},icon:h,variant:"subtle-tertiary"})),e("div",{key:"795f32dc8f94404a75c9a0d0cfb7c8e8d429d8d2",id:"menu-tabs",style:{display:"contents"},onClick:t=>this.onMenuItemsClick(t)},e("div",{key:"4d609cfd70659c0adfcb1cfca0485edff3b05d08",class:"tabs-shadow-container"},e("div",{key:"b8b81a13d75c56f9a460f0db382acef185b1c11c",class:{"tabs--shadow":true,"tabs--shadow-top":true,"tabs--shadow--show":this.itemsScrollShadowTop}}),e("div",{key:"1095f30e782665f9d66d7f2619eb3a68806ccf54",class:{tabs:true,"show-scrollbar":this.expand},onScroll:()=>this.handleOverflowIndicator()},e("div",{key:"55ec2b8a3b535c8ed7dfc4c80ecdeedf9add4d34",class:"menu-avatar"},e("slot",{key:"a893aea63d56c2b4e7fd5997904704639257f65b",name:"ix-menu-avatar"})),e("slot",{key:"85505735fc0f7c9075340389597565bd99e64801",name:"home"}),this.breakpoint!=="sm"||!this.isHiddenFromViewport()?e("slot",null):null),e("div",{key:"7a0013bb20500931471b1ee1273615d0ae740d11",class:{"tabs--shadow":true,"tabs--shadow-bottom":true,"tabs--shadow--show":this.itemsScrollShadowBottom}}))),e("div",{key:"92a48e39684e2bbbb6078dcafc5c8b7103a693de",class:"bottom-tab-divider"}),this.settings?e("ix-menu-item",{disabled:this.isHiddenFromViewport(),id:"settings",class:{"internal-tab":true,"bottom-tab":true,active:this.showSettings},icon:b,onClick:async()=>this.toggleSettings(!this.showSettings),label:this.i18nSettings}):null,this.enableToggleTheme?e("ix-menu-item",{disabled:this.isHiddenFromViewport(),id:"toggleTheme",onClick:()=>d.toggleMode(),class:"internal-tab bottom-tab",icon:y,label:this.i18nToggleTheme}):null,e("div",{key:"2a5bad2eb493be6ee59fc101fab300bdb154feb0",onClick:t=>this.onMenuItemsClick(t)},e("slot",{key:"5a1e19962a88ceeb1f82ac385dba49d0c311e3d7",name:"bottom"})),e("div",{key:"65802881403efad9dbae84ef9bf5d441e3915150",id:"popover-area"}),this.enableMapExpand||((a=this.applicationLayoutContext)===null||a===void 0?void 0:a.sidebar)?e("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?e("ix-menu-item",{disabled:this.isHiddenFromViewport(),id:"aboutAndLegal",class:{"internal-tab":true,"bottom-tab":true,active:this.showAbout},icon:g,onClick:async()=>this.toggleAbout(!this.showAbout),label:this.i18nLegal}):null),e("div",{key:"e6dd7e53abbd5e4ce11cc5d2be882dd52e335275",class:{"menu-overlay":true,visible:this.isOverlayVisible(),expanded:this.expand},onTransitionEnd:()=>{this.isTransitionDisabled=true;this.checkTransition()}},e("div",{key:"d8a49e3983b5d060190f1440b4aacd44243894a8",class:"menu-overlay-container"},this.showSettings?e("slot",{name:"ix-menu-settings"}):null),e("div",{key:"92ddf6c21d3d08c5d1961200ac598a6135c9ef89",class:"menu-overlay-container"},this.showAbout?e("slot",{name:"ix-menu-about"}):null)))}get hostElement(){return i(this)}static get watchers(){return{pinned:["pinnedChange"]}}};x.style=v;export{x as ix_menu};
2
+ //# sourceMappingURL=p-b8f4b001.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["registerInstance","createEvent","h","Host","getElement","animate","showAppSwitch","useContextConsumer","ApplicationLayoutContext","applicationLayoutService","menuController","convertToRemString","themeSwitcher","iconNavigationLeft","iconNavigationRight","iconApps","iconCogwheel","iconLightDark","iconInfo","Animation","ApplicationSidebarToggleEvent","Event","constructor","force","super","bubbles","composed","this","menuCss","Menu","hostRef","expandChange","mapExpandChange","openAppSwitch","openSettings","openAbout","showSettings","showAbout","enableToggleTheme","enableMapExpand","applicationDescription","i18nExpandSidebar","expand","startExpanded","pinned","i18nLegal","i18nSettings","i18nToggleTheme","i18nExpand","i18nCollapse","showPinned","mapExpand","breakpoint","itemsScrollShadowTop","itemsScrollShadowBottom","isTransitionDisabled","isVisible","elm","_a","_b","style","display","parentElement","pinnedChange","newPinned","setPinned","disableBreakpointDetection","setBreakpoint","enableBreakpointDetection","popoverArea","hostElement","shadowRoot","querySelector","menu","menuItemsContainer","overlayContainer","menuItems","Array","from","querySelectorAll","filter","menuBottomItems","homeTab","moreItemsDropdown","isMoreItemsDropdownEmpty","length","moreItemsDropdownItems","activeMoreTabContainer","activeMoreTab","aboutPopoverContainer","aboutNewsPopover","document","aboutTab","about","settings","isSettingsEmpty","tabsContainer","componentDidLoad","requestAnimationFrame","handleOverflowIndicator","componentWillLoad","ctx","applicationLayoutContext","hideHeader","onBreakpointChange","register","onChange","on","componentDidRender","show","appendFragments","setIsPinned","mode","initial","toggleMenu","appendAboutNewsPopover","getAboutPopoverVerticalPosition","heightArrow","offsetArrow","rectAbout","getBoundingClientRect","bottom","window","innerHeight","height","offset","contains","showMore","aboutItemLabel","activeTabLabel","toggleAbout","addEventListener","bind","body","appendChild","toggleMapExpand","undefined","oldExpand","expanded","defaultPrevented","emit","checkTransition","setTimeout","container","transitionProperty","isOverlayVisible","toggleSettings","animateOverlayFadeIn","resetOverlay","onOverlayClose","getCollapseText","getCollapseIcon","isMenuItemClicked","event","target","HTMLElement","tagName","clientHeight","scrollTop","scrollHeight","Math","round","animateOverlayFadeOut","duration","mediumTime","backdropFilter","translateX","opacity","easing","onBegin","onComplete","onMenuItemsClick","isHiddenFromViewport","sidebarToggle","dispatchEvent","appSwitchConfig","render","key","class","slot","ixAriaLabel","onClick","async","icon","variant","id","e","tabs","onScroll","name","disabled","active","label","toggleMode","sidebar","visible","onTransitionEnd","watchers"],"sources":["0"],"mappings":"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","ignoreList":[]}
@@ -1,2 +1,2 @@
1
- import{r as t,c as e,h as a,H as r}from"./p-CtoreFVF.js";const o=":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 .label__subHeader{color:var(--theme-color-soft-text)}:host(.emptyState.emptyState--large){display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}:host(.emptyState.emptyState--large) .emptyState__icon{width:3.5rem;height:3.5rem;display:flex;justify-content:center;align-items:center}:host(.emptyState.emptyState--large) .emptyState__icon ix-icon{transform:scale(1.75)}:host(.emptyState.emptyState--large) .emptyState__content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}:host(.emptyState.emptyState--large) .emptyState__content .content__label{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0.5rem}:host(.emptyState.emptyState--large) .label__subHeader,:host(.emptyState.emptyState--large) ix-typography{text-align:center}:host(.emptyState.emptyState--compact){display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}:host(.emptyState.emptyState--compact) .emptyState__icon{display:flex;flex-direction:row;align-items:center;height:2.5rem}:host(.emptyState.emptyState--compact) .emptyState__content{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}:host(.emptyState.emptyState--compactBreak){display:flex;flex-direction:row;align-items:flex-start;gap:1rem}:host(.emptyState.emptyState--compactBreak) .emptyState__icon{display:flex;flex-direction:row;align-items:center;height:2.5rem}:host(.emptyState.emptyState--compactBreak) .emptyState__content{display:flex;flex-direction:column;align-items:flex-start;gap:0.5rem}";const c=class{constructor(a){t(this,a);this.actionClick=e(this,"actionClick",7);this.layout="large"}render(){return a(r,{key:"d9b634f06732db0749e3c9c3167ae711f96a7183",class:`emptyState emptyState--${this.layout}`},this.icon&&a("div",{key:"a6a98e33af14d3a66d207c2d77d1aa6e34800538",class:"emptyState__icon"},a("ix-icon",{key:"8511efa645e81a5d1604cdd01e2f4caf95e01d3b",name:this.icon,size:this.layout==="large"?"32":"32",color:"color-soft-text","aria-label":this.ariaLabelEmptyStateIcon})),a("div",{key:"b33eaf65405ef3941876dd7b9cf0f561e9de1649",class:"emptyState__content"},a("div",{key:"3b9670173d55afc815b8e43606b06c535ddd51d6",class:"content__label"},a("ix-typography",{key:"e461e4696bd05399ad8a3f270edff959d6a49fbd",format:this.layout==="large"?"h3":"body"},this.header),this.subHeader&&a("div",{key:"ff0926ea025bb9a374ac765ac287b757af6f7c22",class:"label__subHeader"},this.subHeader)),this.action&&a("div",{key:"611fbc746d27fcde68f6dd11db2a0b2d3725ff05",class:"content__action"},a("ix-button",{key:"ee78f195e25bbed7ece55ffc5e5884ad5ea9fef9",onClick:()=>this.actionClick.emit()},this.action))))}};c.style=o;export{c as ix_empty_state};
2
- //# sourceMappingURL=p-2f54ce99.entry.js.map
1
+ import{r as t,c as e,h as a,H as r}from"./p-CtoreFVF.js";const o=":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 .label__subHeader{color:var(--theme-color-soft-text)}:host(.emptyState.emptyState--large){display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}:host(.emptyState.emptyState--large) .emptyState__icon{width:3.5rem;height:3.5rem;display:flex;justify-content:center;align-items:center}:host(.emptyState.emptyState--large) .emptyState__icon ix-icon{transform:scale(1.75)}:host(.emptyState.emptyState--large) .emptyState__content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}:host(.emptyState.emptyState--large) .emptyState__content .content__label{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0.5rem}:host(.emptyState.emptyState--large) .label__subHeader,:host(.emptyState.emptyState--large) ix-typography{text-align:center}:host(.emptyState.emptyState--compact){display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}:host(.emptyState.emptyState--compact) .emptyState__icon{display:flex;flex-direction:row;align-items:center;height:2.5rem}:host(.emptyState.emptyState--compact) .emptyState__content{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}:host(.emptyState.emptyState--compactBreak){display:flex;flex-direction:row;align-items:flex-start;gap:1rem}:host(.emptyState.emptyState--compactBreak) .emptyState__icon{display:flex;flex-direction:row;align-items:center;height:2.5rem}:host(.emptyState.emptyState--compactBreak) .emptyState__content{display:flex;flex-direction:column;align-items:flex-start;gap:0.5rem}";const c=class{constructor(a){t(this,a);this.actionClick=e(this,"actionClick",7);this.layout="large"}render(){return a(r,{key:"40044bc561b77f0ca121fec086c4e50959cd84b8",class:`emptyState emptyState--${this.layout}`},this.icon&&a("div",{key:"4f7caad68b5bfdae9a3becc0d9cb86e6aa121b9a",class:"emptyState__icon"},a("ix-icon",{key:"4f3540bc8589358f3a81136bf18e37a963ccf8c4",name:this.icon,size:this.layout==="large"?"32":"32",color:"color-soft-text","aria-label":this.ariaLabelEmptyStateIcon})),a("div",{key:"aa658e73609ff249ada8b4a11897bc6fd16f3e27",class:"emptyState__content"},a("div",{key:"f46a03dcf711bdfc3919d3f94e5b60e64f434173",class:"content__label"},a("ix-typography",{key:"dd56a7bc024921adedf792ed956614a13a7dd723",format:this.layout==="large"?"h3":"body"},this.header),this.subHeader&&a("div",{key:"7813b0fd9e490328b24566ae0abb805dbc2d1b3b",class:"label__subHeader"},this.subHeader)),this.action&&a("div",{key:"4ffbf8f873bff95e04376dac344cd312d39a68d6",class:"content__action"},a("ix-button",{key:"20739fd736c3176034dcc6d564c09879f745b9b3",onClick:()=>this.actionClick.emit()},this.action))))}};c.style=o;export{c as ix_empty_state};
2
+ //# sourceMappingURL=p-b9880608.entry.js.map
@@ -0,0 +1,2 @@
1
+ import{r as t,c as i,h as e,H as s,g as o}from"./p-CtoreFVF.js";import{B as r,j as n,q as h,g as l}from"./p-8HpPmDK_.js";import{a}from"./p-Bb7pDeaQ.js";import{A as d}from"./p-CUWFODSd.js";import{H as c}from"./p-C7nQNUsO.js";import{O as u}from"./p-D5eiEBbz.js";import{m as f}from"./p-bcj7UEIC.js";import{c as b}from"./p-CX81WQtk.js";import"./p-CKoABG1h.js";const p=":host{display:inline-block;position:relative;min-height:2rem;height:auto;border-radius:var(--theme-input--border-radius)}: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 .display-none{display:none}:host .select{position:relative;display:flex;align-items:center;width:100%;background-color:var(--theme-input--background);border:var(--theme-input--border-thickness) solid var(--theme-input--border-color);border-radius:var(--theme-input--border-radius);padding:0 0 0 0.5rem;box-shadow:var(--theme-inset-shadow-1) !important}:host .select:not(.disabled):not(:disabled){cursor:pointer}:host .select:not(.disabled):not(:disabled):hover,:host .select:not(.disabled):not(:disabled).hover{background-color:var(--theme-input--background--hover);border-color:var(--theme-input--border-color--hover)}:host .select:focus-within{background-color:var(--theme-input--background--focus);border-color:var(--theme-input--border-color--focus);outline:1px solid #119fff;outline-offset:var(--theme-input--focus--outline-offset)}:host .select.readonly,:host .select.disabled{box-shadow:none !important;border:none;border-radius:0;cursor:pointer}:host .select.readonly,:host .select.readonly:hover,:host .select.readonly:active,:host .select.disabled,:host .select.disabled:hover,:host .select.disabled:active{background-color:transparent !important}:host .select.readonly:focus,:host .select.readonly:focus-within,:host .select.readonly:focus-visible,:host .select.disabled:focus,:host .select.disabled:focus-within,:host .select.disabled:focus-visible{outline:none}:host .select.readonly input:focus,:host .select.readonly input:focus-visible,:host .select.disabled input:focus,:host .select.disabled input:focus-visible{outline:none}:host .select.disabled{border-bottom:var(--theme-input--border-thickness) solid var(--theme-color-weak-bdr)}:host .select.disabled input{color:var(--theme-color-weak-text)}:host .select.readonly{border-bottom:var(--theme-input--border-thickness) solid var(--theme-color-soft-bdr)}:host .select.readonly input{color:var(--theme-color-std-text)}:host .hidden{display:none !important}:host .trigger{display:flex;align-items:center;flex-grow:1;height:100%}:host .input-container{display:flex;position:relative;align-items:flex-start;width:100%;height:100%}:host .input-container .chips{position:relative;display:flex;align-items:center;flex-wrap:wrap;height:100%;max-height:3.5rem;flex-grow:1;overflow-y:auto}:host .input-container .chips>ix-filter-chip{margin:0.1rem}:host .input-container ix-icon-button{height:1.875rem;width:1.875rem;min-height:1.875rem;min-width:1.875rem}:host .input-container input{background:transparent;height:1.75rem;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;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}:host .input-container input,:host .input-container input:hover,:host .input-container input:focus-visible{border:none;outline:none}:host .input-container input::-moz-placeholder{color:var(--theme-input-select-icon--color)}:host .input-container input::placeholder{color:var(--theme-input-select-icon--color)}:host .input-container input.hide-placeholder::-moz-placeholder{opacity:0}:host .input-container input.hide-placeholder::placeholder{opacity:0}:host ix-dropdown{max-width:100%}:host .dropdown-visible{--ix-icon-button-color:var(--theme-color-std-text--hover)}:host .add-item{display:flex;justify-content:flex-start;align-items:center;position:relative;width:100%}:host .select-list-header{display:flex;align-items:center;height:2rem;color:var(--theme-select-list-item-hint--color);margin:0 0.5rem 0 1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host(.ix-info:not(.disabled):not(:disabled):not([disabled])) .select{border-color:var(--theme-input--border-color--info)}:host(.ix-info:not(.disabled):not(:disabled):not([disabled])) .select:hover{border-color:var(--theme-input--border-color--info--hover) !important}:host(.ix-info:not(.disabled):not(:disabled):not([disabled])) .select:active{border-color:var(--theme-input--border-color--info--active) !important}:host(.ix-warning:not(.disabled):not(:disabled):not([disabled])) .select{border-color:var(--theme-input--border-color--warning)}:host(.ix-warning:not(.disabled):not(:disabled):not([disabled])) .select:hover{border-color:var(--theme-input--border-color--warning--hover) !important}:host(.ix-warning:not(.disabled):not(:disabled):not([disabled])) .select:active{border-color:var(--theme-input--border-color--warning--active) !important}:host([class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled])) .select,:host(.ix-invalid--required:not(.disabled):not(:disabled):not([disabled])) .select{border-color:var(--theme-input--border-color--invalid);background-color:var(--theme-input--background--invalid);box-shadow:none}:host([class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled])) .select:hover,:host(.ix-invalid--required:not(.disabled):not(:disabled):not([disabled])) .select:hover{border-color:var(--theme-input--border-color--invalid--hover) !important}:host([class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled])) .select:active,:host(.ix-invalid--required:not(.disabled):not(:disabled):not([disabled])) .select:active{border-color:var(--theme-input--border-color--invalid--active) !important}";var v=undefined&&undefined.__decorate||function(t,i,e,s){var o=arguments.length,r=o<3?i:s===null?s=Object.getOwnPropertyDescriptor(i,e):s,n;if(typeof Reflect==="object"&&typeof Reflect.decorate==="function")r=Reflect.decorate(t,i,e,s);else for(var h=t.length-1;h>=0;h--)if(n=t[h])r=(o<3?n(r):o>3?n(i,e,r):n(i,e))||r;return o>3&&r&&Object.defineProperty(i,e,r),r};const m=class{constructor(e){t(this,e);this.valueChange=i(this,"valueChange",7);this.inputChange=i(this,"inputChange",7);this.addItem=i(this,"addItem",7);this.ixBlur=i(this,"ixBlur",7);if(e.$hostElement$["s-ei"]){this.formInternals=e.$hostElement$["s-ei"]}else{this.formInternals=e.$hostElement$.attachInternals();e.$hostElement$["s-ei"]=this.formInternals}this.required=false;this.ariaLabelChevronDownIconButton="Open select dropdown";this.value=[];this.allowClear=false;this.mode="single";this.editable=false;this.disabled=false;this.readonly=false;this.i18nPlaceholder="Select an option";this.i18nPlaceholderEditable="Type of select option";this.i18nSelectListHeader="Select an option";this.i18nNoMatches="No matches";this.i18nAllSelected="All";this.hideListHeader=false;this.collapseMultipleSelection=false;this.dropdownShow=false;this.selectedLabels=[];this.isDropdownEmpty=false;this.inputFilterText="";this.inputValue="";this.isInvalid=false;this.isValid=false;this.isInfo=false;this.isWarning=false;this.dropdownWrapperRef=f();this.dropdownAnchorRef=f();this.inputRef=f();this.touched=false;this.itemObserver=b((()=>{if(!this.arrowFocusController){return}this.arrowFocusController.items=this.visibleNonShadowItems}));this.focusControllerCallbackBind=this.focusDropdownItem.bind(this)}get nonShadowItems(){return Array.from(this.hostElement.querySelectorAll("ix-select-item"))}get visibleNonShadowItems(){return this.nonShadowItems.filter((t=>!t.classList.contains("display-none")))}get shadowItems(){return Array.from(this.hostElement.shadowRoot.querySelectorAll("ix-select-item"))}get visibleShadowItems(){return this.shadowItems.filter((t=>!t.classList.contains("display-none")))}get items(){return[...this.nonShadowItems,...this.shadowItems]}get visibleItems(){return this.items.filter((t=>!t.classList.contains("display-none")))}get selectedItems(){return this.items.filter((t=>t.selected))}get addItemButton(){return this.hostElement.shadowRoot.querySelector(".add-item")}get isSingleMode(){return this.mode==="single"}get isMultipleMode(){return this.mode==="multiple"}get isEveryDropdownItemHidden(){return this.items.every((t=>t.classList.contains("display-none")))}watchValue(t){this.value=t;this.updateSelection()}watchDropdownShow(t){if(t&&this.dropdownElement){this.itemObserver.observe(this.dropdownElement,{childList:true,subtree:true})}else{this.cleanupResources()}}cleanupResources(){var t,i;(t=this.arrowFocusController)===null||t===void 0?void 0:t.disconnect();this.arrowFocusController=undefined;(i=this.itemObserver)===null||i===void 0?void 0:i.disconnect()}onItemClicked(t){const i=t.detail;this.itemClick(i)}updateFormInternalValue(t){if(Array.isArray(t)){this.formInternals.setFormValue(t.join(","))}else{this.formInternals.setFormValue(t)}}async hasValidValue(){return this.required&&!!this.hasValue()}hasValue(){if(Array.isArray(this.value)){return!!this.value.length}return!!this.value}focusDropdownItem(t){var i,e;this.navigationItem=undefined;if(t<this.visibleNonShadowItems.length){const s=(e=(i=this.visibleNonShadowItems[t])===null||i===void 0?void 0:i.shadowRoot)===null||e===void 0?void 0:e.querySelector("ix-dropdown-item");if(!s){return}requestAnimationFrame((()=>{var t,i;(i=(t=s===null||s===void 0?void 0:s.shadowRoot)===null||t===void 0?void 0:t.querySelector("button"))===null||i===void 0?void 0:i.focus()}))}}itemClick(t){const i=this.value;const e=this.toggleValue(t);this.value=e;const s=this.emitValueChange(e);if(s){this.value=i;return}this.updateSelection();if(this.isMultipleMode&&this.inputFilterText){this.clearInput();this.removeHiddenFromItems();if(this.arrowFocusController){this.arrowFocusController.items=this.visibleNonShadowItems}this.navigationItem=undefined}}emitAddItem(t){var i;if(t===undefined||t.trim()===""){return false}const{defaultPrevented:e}=this.addItem.emit(t);if(e){return true}const s=document.createElement("ix-select-item");s.value=t;s.label=t;(i=this.customItemsContainerElement)===null||i===void 0?void 0:i.appendChild(s);this.clearInput();this.itemClick(t);return false}toggleValue(t){if(!this.isMultipleMode){return t}if(!this.value){return[t]}let i=this.value;if(!Array.isArray(i)){i=[i]}if(i.includes(t)){return i.filter((i=>i!==t))}else{return[...i,t]}}updateSelection(){var t,i;let e=[];if(this.value){e=Array.isArray(this.value)?[...this.value]:[this.value]}this.items.forEach((t=>{t.selected=e.some((i=>{if(typeof i!==typeof t.value){return i.toString()===t.value.toString()}else{return i===t.value}}))}));this.selectedLabels=this.selectedItems.map((t=>t.label));if(((t=this.selectedLabels)===null||t===void 0?void 0:t.length)&&this.isSingleMode){this.inputValue=(i=this.selectedLabels[0])!==null&&i!==void 0?i:""}else{this.inputValue=""}this.inputElement&&(this.inputElement.value=this.inputValue)}emitValueChange(t){const{defaultPrevented:i}=this.valueChange.emit(t);if(i){return true}this.updateFormInternalValue(t);return false}componentDidLoad(){var t;(t=this.inputElement)===null||t===void 0?void 0:t.addEventListener("input",(()=>{var t;this.dropdownShow=true;this.inputChange.emit((t=this.inputElement)===null||t===void 0?void 0:t.value)}))}componentWillLoad(){this.updateSelection();this.updateFormInternalValue(this.value)}componentDidRender(){if(!this.dropdownShow||this.arrowFocusController||!this.dropdownElement){return}this.arrowFocusController=new d(this.visibleNonShadowItems,this.dropdownElement,this.focusControllerCallbackBind);this.arrowFocusController.wrap=!this.isAddItemVisible()&&!this.visibleShadowItems.length}onLabelChange(t){t.preventDefault();t.stopImmediatePropagation();this.updateSelection()}disconnectedCallback(){this.cleanupResources()}itemExists(t){return this.items.find((i=>i.label===t))}dropdownVisibilityChanged(t){var i,e;this.dropdownShow=t.detail;if(t.detail){(i=this.inputElement)===null||i===void 0?void 0:i.focus();(e=this.inputElement)===null||e===void 0?void 0:e.select();this.removeHiddenFromItems();this.isDropdownEmpty=this.isEveryDropdownItemHidden}else{this.navigationItem=undefined;this.updateSelection();this.inputFilterText=""}}async onKeyDown(t){if(t.code==="ArrowDown"||t.code==="ArrowUp"){await this.onArrowNavigation(t,t.code)}if(!this.dropdownShow){return}if(t.code==="Enter"||t.code==="NumpadEnter"){await this.onEnterNavigation(t.target)}if(t.code==="Escape"){this.dropdownShow=false}}async onEnterNavigation(t){if(this.isMultipleMode){return}const i=t===null||t===void 0?void 0:t.label;const e=this.itemExists(this.inputFilterText);if(e){this.itemClick(e.value)}else if(this.editable&&!this.itemExists(i)){const t=this.emitAddItem(this.inputFilterText);if(t){return}}this.dropdownShow=false;this.updateSelection()}async onArrowNavigation(t,i){var e;if(t.defaultPrevented){return}t.preventDefault();t.stopPropagation();this.dropdownShow=true;if(!this.navigationItem&&document.activeElement===this.hostElement){if(this.visibleItems.length){this.applyFocusTo(this.visibleItems.shift())}else if(this.isAddItemVisible()){this.focusAddItemButton()}return}const s=i==="ArrowUp";const o=document.activeElement?this.visibleNonShadowItems.indexOf(document.activeElement):-1;if(o===0){if(!this.visibleShadowItems.length&&this.isAddItemVisible()){this.focusAddItemButton()}else{this.applyFocusTo(this.visibleShadowItems.pop())}return}else if(o!==-1&&o===this.visibleNonShadowItems.length-1){if(this.visibleShadowItems.length){this.applyFocusTo(this.visibleShadowItems.shift())}else if(this.isAddItemVisible()){this.focusAddItemButton()}return}if(!this.navigationItem){return}if(this.isAddItemVisible()&&((e=this.addItemElement)===null||e===void 0?void 0:e.contains(await this.navigationItem.getDropdownItemElement()))){if(s){this.applyFocusTo(this.visibleItems.pop())}else if(this.visibleItems.length){this.applyFocusTo(this.visibleItems.shift())}return}const r=this.visibleShadowItems.indexOf(this.navigationItem);if(s){if(r===0){if(this.visibleNonShadowItems.length){this.applyFocusTo(this.visibleNonShadowItems.pop())}else if(this.isAddItemVisible()){this.focusAddItemButton()}}else{this.applyFocusTo(this.visibleShadowItems[r-1])}}else{if(r===this.visibleShadowItems.length-1){if(this.isAddItemVisible()){this.focusAddItemButton()}else{this.applyFocusTo(this.visibleItems.shift())}}else{this.applyFocusTo(this.visibleShadowItems[r+1])}}}applyFocusTo(t){if(!t){return}this.navigationItem=t;setTimeout((()=>{var i,e,s,o;(o=(s=(e=(i=t.shadowRoot)===null||i===void 0?void 0:i.querySelector("ix-dropdown-item"))===null||e===void 0?void 0:e.shadowRoot)===null||s===void 0?void 0:s.querySelector("button"))===null||o===void 0?void 0:o.focus()}))}focusAddItemButton(){var t,i;if(this.addItemButton){(i=(t=this.addItemButton.shadowRoot)===null||t===void 0?void 0:t.querySelector("button"))===null||i===void 0?void 0:i.focus();this.navigationItem=this.addItemElement}}filterItemsWithTypeahead(){var t,i;this.inputFilterText=(i=(t=this.inputElement)===null||t===void 0?void 0:t.value.trim())!==null&&i!==void 0?i:"";if(this.inputFilterText){this.items.forEach((t=>{var i;t.classList.remove("display-none");if(!((i=t.label)===null||i===void 0?void 0:i.toLowerCase().includes(this.inputFilterText.toLowerCase()))){t.classList.add("display-none")}}))}else{this.removeHiddenFromItems()}if(this.arrowFocusController){this.arrowFocusController.items=this.visibleNonShadowItems}this.isDropdownEmpty=this.isEveryDropdownItemHidden}removeHiddenFromItems(){this.items.forEach((t=>{t.classList.remove("display-none")}))}clearInput(){if(this.inputElement){this.inputElement.value=""}this.inputFilterText=""}clear(){this.clearInput();this.selectedLabels=[];this.value=[];this.emitValueChange([]);this.dropdownShow=false}onInputBlur(t){this.ixBlur.emit();this.touched=true;if(this.editable){return}if(this.isSingleMode){return}const i=t.target;if(!this.dropdownShow&&this.mode!=="multiple"){i.value=this.selectedLabels.toString()}}placeholderValue(){if(this.disabled){return""}if(this.readonly){return""}if(this.editable){return this.i18nPlaceholderEditable}return this.i18nPlaceholder}isAddItemVisible(){return!this.itemExists(this.inputFilterText)&&this.editable&&this.inputFilterText}shouldDisplayAllChip(){return this.selectedItems.length===this.items.length&&this.collapseMultipleSelection}renderAllChip(){return e("ix-filter-chip",{disabled:this.disabled||this.readonly,ariaLabelCloseIconButton:this.i18nAllSelected,onCloseClick:t=>{t.preventDefault();t.stopPropagation();this.clear()}},`${this.i18nAllSelected} (${this.selectedItems.length})`)}renderChip(t){return e("ix-filter-chip",{disabled:this.disabled||this.readonly,key:t.value,onCloseClick:i=>{i.preventDefault();i.stopPropagation();this.itemClick(t.value)}},t.label)}onValidationChange({isInvalid:t,isInvalidByRequired:i,isValid:e,isInfo:s,isWarning:o}){this.isInvalid=t||i;this.isValid=e;this.isWarning=o;this.isInfo=s}async getAssociatedFormElement(){return this.formInternals.form}getNativeInputElement(){if(this.inputElement){return Promise.resolve(this.inputElement)}else{return Promise.reject(new Error("Input element not found"))}}async focusInput(){const t=await this.getNativeInputElement();if(t){t.focus()}}isTouched(){return Promise.resolve(this.touched)}render(){var t,i,o,d;return e(s,{key:"1610cc7dd06025b8dc05cd905eb1fad5574a64f8","aria-disabled":a(this.disabled),class:{disabled:this.disabled}},e("ix-field-wrapper",{key:"912ca0f6e59259ea7de5fbb4857357fcf1db8370",required:this.required,label:this.label,helperText:this.helperText,invalidText:this.invalidText,infoText:this.infoText,warningText:this.warningText,validText:this.validText,showTextAsTooltip:this.showTextAsTooltip,isInvalid:this.isInvalid,isValid:this.isValid,isInfo:this.isInfo,isWarning:this.isWarning,controlRef:this.inputRef},e("div",{key:"217ad54b9ca7a3e7aa9e60d89482b5fbc5389fc1",class:{select:true,disabled:this.disabled,readonly:this.readonly},ref:t=>{this.dropdownAnchorRef(t);if(!this.editable)this.dropdownWrapperRef(t)}},e("div",{key:"58d7051c6e884dc714643dcf974f7424b4581dfb",class:"input-container"},e("div",{key:"be6fec6f27345d8033b9b56ca3760c953951b801",class:"chips"},this.isMultipleMode&&this.items.length!==0&&(this.shouldDisplayAllChip()?this.renderAllChip():(t=this.selectedItems)===null||t===void 0?void 0:t.map((t=>this.renderChip(t)))),e("div",{key:"a9b0c66c623856ab4b2c34f136bbef89a4b3377f",class:"trigger"},e("input",{key:"1920a23f38ce924fae991be2b5c4a760031aae1f",autocomplete:"off","data-testid":"input",disabled:this.disabled,readOnly:this.readonly,required:this.required,type:"text",class:{"allow-clear":this.allowClear&&!!((i=this.selectedLabels)===null||i===void 0?void 0:i.length)},placeholder:this.placeholderValue(),value:(o=this.inputValue)!==null&&o!==void 0?o:"",ref:t=>{this.inputElement=t;this.inputRef(t)},onBlur:t=>this.onInputBlur(t),onFocus:()=>{this.navigationItem=undefined},onInput:()=>this.filterItemsWithTypeahead(),onKeyDown:t=>this.onKeyDown(t)}),this.allowClear&&!this.disabled&&!this.readonly&&(((d=this.selectedLabels)===null||d===void 0?void 0:d.length)||this.inputFilterText)?e("ix-icon-button",{key:"clear",class:"clear",icon:n,variant:"subtle-tertiary",oval:true,size:"16",onClick:t=>{t.preventDefault();t.stopPropagation();this.clear()},"aria-label":this.ariaLabelClearIconButton}):null,this.disabled||this.readonly?null:e("ix-icon-button",{"data-select-dropdown":true,key:"dropdown",class:{"dropdown-visible":this.dropdownShow},icon:this.dropdownShow?h:l,variant:"subtle-tertiary",ref:t=>{if(this.editable)this.dropdownWrapperRef(t)},"aria-label":this.ariaLabelChevronDownIconButton})))))),e("ix-dropdown",{key:"4fcf2193ed3cc0faea0e5de7acab2835751c5583",ref:t=>this.dropdownElement=t,show:this.dropdownShow,closeBehavior:this.isMultipleMode?"outside":"both",class:{"display-none":this.disabled||this.readonly},anchor:this.dropdownAnchorRef.waitForCurrent(),trigger:this.dropdownWrapperRef.waitForCurrent(),onShowChanged:t=>this.dropdownVisibilityChanged(t),placement:"bottom-start",overwriteDropdownStyle:async()=>{var t,i;const e={};const s=(i=(t=this.hostElement.shadowRoot)===null||t===void 0?void 0:t.querySelector(".select"))===null||i===void 0?void 0:i.getBoundingClientRect().width;if(s){e.minWidth=`${s}px`}if(this.dropdownWidth){e.width=`min(${this.dropdownWidth}, 100%)`}if(this.dropdownMaxWidth){e.maxWidth=`min(${this.dropdownMaxWidth}, 100%)`}return e}},e("div",{key:"428a499947d6f345a83d075d1749831d6b1ab348",class:{"select-list-header":true,hidden:this.hideListHeader||this.isDropdownEmpty},title:this.i18nSelectListHeader,onClick:t=>t.preventDefault()},this.i18nSelectListHeader),e("slot",{key:"9bffa4284f53b45116dfff2f142fd2f4aea2032c",onSlotchange:()=>{this.updateSelection()}}),e("div",{key:"a039c9fda5d61358d39ae9cdc08df2fc82b55fa7",ref:t=>this.customItemsContainerElement=t}),this.isAddItemVisible()?e("ix-dropdown-item",{"data-testid":"add-item",icon:r,class:{"add-item":true},label:this.inputFilterText,onItemClick:t=>{t.preventDefault();t.stopPropagation();this.emitAddItem(this.inputFilterText)},onFocus:()=>this.navigationItem=this.addItemElement,ref:t=>{this.addItemElement=t}}):null,this.isDropdownEmpty&&!this.editable?e("div",{class:"select-list-header"},this.i18nNoMatches):""))}static get formAssociated(){return true}get hostElement(){return o(this)}static get watchers(){return{value:["watchValue"],dropdownShow:["watchDropdownShow"]}}};v([u("keydown",(t=>t.dropdownShow))],m.prototype,"onKeyDown",null);v([c()],m.prototype,"onValidationChange",null);m.style=p;export{m as ix_select};
2
+ //# sourceMappingURL=p-ba9ed3d1.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["registerInstance","createEvent","h","Host","getElement","iconPlus","iconClear","iconChevronUpSmall","iconChevronDownSmall","a11yBoolean","ArrowFocusController","HookValidationLifecycle","OnListener","makeRef","createMutationObserver","selectCss","__decorate","undefined","decorators","target","key","desc","c","arguments","length","r","Object","getOwnPropertyDescriptor","d","Reflect","decorate","i","defineProperty","Select","constructor","hostRef","this","valueChange","inputChange","addItem","ixBlur","$hostElement$","formInternals","attachInternals","required","ariaLabelChevronDownIconButton","value","allowClear","mode","editable","disabled","readonly","i18nPlaceholder","i18nPlaceholderEditable","i18nSelectListHeader","i18nNoMatches","i18nAllSelected","hideListHeader","collapseMultipleSelection","dropdownShow","selectedLabels","isDropdownEmpty","inputFilterText","inputValue","isInvalid","isValid","isInfo","isWarning","dropdownWrapperRef","dropdownAnchorRef","inputRef","touched","itemObserver","arrowFocusController","items","visibleNonShadowItems","focusControllerCallbackBind","focusDropdownItem","bind","nonShadowItems","Array","from","hostElement","querySelectorAll","filter","item","classList","contains","shadowItems","shadowRoot","visibleShadowItems","visibleItems","selectedItems","selected","addItemButton","querySelector","isSingleMode","isMultipleMode","isEveryDropdownItemHidden","every","watchValue","updateSelection","watchDropdownShow","show","dropdownElement","observe","childList","subtree","cleanupResources","_a","_b","disconnect","onItemClicked","event","newId","detail","itemClick","updateFormInternalValue","isArray","setFormValue","join","hasValidValue","hasValue","index","navigationItem","nestedDropdownItem","requestAnimationFrame","focus","oldValue","toggleValue","defaultPrevented","emitValueChange","clearInput","removeHiddenFromItems","emitAddItem","trim","emit","newItem","document","createElement","label","customItemsContainerElement","appendChild","itemValue","includes","ids","forEach","some","toString","map","inputElement","componentDidLoad","addEventListener","componentWillLoad","componentDidRender","wrap","isAddItemVisible","onLabelChange","preventDefault","stopImmediatePropagation","disconnectedCallback","itemExists","find","dropdownVisibilityChanged","select","onKeyDown","code","onArrowNavigation","onEnterNavigation","el","itemLabel","stopPropagation","activeElement","applyFocusTo","shift","focusAddItemButton","moveUp","indexNonShadow","indexOf","pop","addItemElement","getDropdownItemElement","indexShadow","element","setTimeout","_c","_d","filterItemsWithTypeahead","remove","toLowerCase","add","clear","onInputBlur","placeholderValue","shouldDisplayAllChip","renderAllChip","ariaLabelCloseIconButton","onCloseClick","e","renderChip","onValidationChange","isInvalidByRequired","getAssociatedFormElement","form","getNativeInputElement","Promise","resolve","reject","Error","focusInput","isTouched","render","class","helperText","invalidText","infoText","warningText","validText","showTextAsTooltip","controlRef","ref","autocomplete","readOnly","type","placeholder","onBlur","onFocus","onInput","icon","variant","oval","size","onClick","ariaLabelClearIconButton","closeBehavior","anchor","waitForCurrent","trigger","onShowChanged","placement","overwriteDropdownStyle","async","styleOverwrites","minWidth","getBoundingClientRect","width","dropdownWidth","dropdownMaxWidth","maxWidth","hidden","title","onSlotchange","onItemClick","formAssociated","watchers","self","prototype","style"],"sources":["0"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ import{r as e,c as r,h as o,H as d,g as a}from"./p-CtoreFVF.js";import{a as c}from"./p-Bb7pDeaQ.js";import{c as i}from"./p-C7nQNUsO.js";const n=":host{display:inline-block;position:relative}: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 .radio-checkmark{all:unset;display:inline-flex;position:relative;align-items:center;justify-content:center;width:1.125rem;min-width:1.125rem;max-width:1.125rem;height:1.125rem;min-height:1.125rem;max-height:1.125rem;border:1px solid white;border-radius:100px}:host .radio-button{height:1.5rem;width:1.5rem;display:flex;align-items:center;justify-content:center}:host label{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%}:host .checkmark{border-radius:100px;background-color:var(--theme-color-primary--contrast);width:0.5rem;height:0.5rem}:host .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color)}:host(:hover) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--hover)}:host(:active) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--active)}:host(.checked) .radio-checkmark,:host([indeterminate]) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color)}:host(.checked:hover) .radio-checkmark,:host([indeterminate]:hover) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--hover)}:host(.checked:active) .radio-checkmark,:host([indeterminate]:active) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--disabled)}:host(.checked.disabled) .radio-checkmark,:host([indeterminate].disabled) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--disabled)}:host(:focus-visible){outline:0.0625rem solid var(--theme-color-focus-bdr);outline-offset:var(--theme-radiobtn--focus--outline-offset)}ix-typography{margin:0.125rem 0 0.125rem 0.5rem}:host(.ix-info:not(.disabled)) .radio-checkmark{--theme-radiobtn-unchecked--background:var(\n --theme-radiobtn-unchecked--background--info\n );--theme-radiobtn-unchecked--background--hover:var(\n --theme-radiobtn-unchecked--background--info--hover\n );--theme-radiobtn-unchecked--background--active:var(\n --theme-radiobtn-unchecked--background--info--active\n );--theme-radiobtn-unchecked--border-color:var(\n --theme-radiobtn-unchecked--border-color--info\n );--theme-radiobtn-unchecked--border-color--hover:var(\n --theme-radiobtn-unchecked--border-color--info--hover\n );--theme-radiobtn-unchecked--border-color--active:var(\n --theme-radiobtn-unchecked--border-color--info--active\n );--theme-radiobtn-checked--background:var(\n --theme-radiobtn-checked--background--info\n );--theme-radiobtn-checked--background--hover:var(\n --theme-radiobtn-checked--background--info--hover\n );--theme-radiobtn-checked--background--active:var(\n --theme-radiobtn-checked--background--info--active\n );--theme-radiobtn-checked--border-color:var(\n --theme-radiobtn-checked--border-color--info\n );--theme-radiobtn-checked--border-color--hover:var(\n --theme-radiobtn-checked--border-color--info--hover\n );--theme-radiobtn-checked--border-color--active:var(\n --theme-radiobtn-checked--border-color--info--active\n );--theme-radiobtn-mixed--background:var(\n --theme-radiobtn-mixed--background--info\n );--theme-radiobtn-mixed--background--hover:var(\n --theme-radiobtn-mixed--background--info--hover\n );--theme-radiobtn-mixed--background--active:var(\n --theme-radiobtn-mixed--background--info--active\n );--theme-radiobtn-mixed--border-color:var(\n --theme-radiobtn-mixed--border-color--info\n );--theme-radiobtn-mixed--border-color--hover:var(\n --theme-radiobtn-mixed--border-color--info--hover\n );--theme-radiobtn-mixed--border-color--active:var(\n --theme-radiobtn-mixed--border-color--info--active\n )}:host(.ix-info) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color)}:host(.ix-info:hover) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--hover)}:host(.ix-info:active) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--active)}:host(.ix-info.checked) .radio-checkmark,:host(.ix-info[indeterminate]) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color)}:host(.ix-info.checked:hover) .radio-checkmark,:host(.ix-info[indeterminate]:hover) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--hover)}:host(.ix-info.checked:active) .radio-checkmark,:host(.ix-info[indeterminate]:active) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--active)}:host(.ix-info.disabled) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--disabled)}:host(.ix-info.checked.disabled) .radio-checkmark,:host(.ix-info[indeterminate].disabled) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--disabled)}:host(.ix-warning:not(.disabled)) .radio-checkmark{--theme-radiobtn-unchecked--background:var(\n --theme-radiobtn-unchecked--background--warning\n );--theme-radiobtn-unchecked--background--hover:var(\n --theme-radiobtn-unchecked--background--warning--hover\n );--theme-radiobtn-unchecked--background--active:var(\n --theme-radiobtn-unchecked--background--warning--active\n );--theme-radiobtn-unchecked--border-color:var(\n --theme-radiobtn-unchecked--border-color--warning\n );--theme-radiobtn-unchecked--border-color--hover:var(\n --theme-radiobtn-unchecked--border-color--warning--hover\n );--theme-radiobtn-unchecked--border-color--active:var(\n --theme-radiobtn-unchecked--border-color--warning--active\n );--theme-radiobtn-checked--background:var(\n --theme-radiobtn-checked--background--warning\n );--theme-radiobtn-checked--background--hover:var(\n --theme-radiobtn-checked--background--warning--hover\n );--theme-radiobtn-checked--background--active:var(\n --theme-radiobtn-checked--background--warning--active\n );--theme-radiobtn-checked--border-color:var(\n --theme-radiobtn-checked--border-color--warning\n );--theme-radiobtn-checked--border-color--hover:var(\n --theme-radiobtn-checked--border-color--warning--hover\n );--theme-radiobtn-checked--border-color--active:var(\n --theme-radiobtn-checked--border-color--warning--active\n );--theme-radiobtn-mixed--background:var(\n --theme-radiobtn-mixed--background--warning\n );--theme-radiobtn-mixed--background--hover:var(\n --theme-radiobtn-mixed--background--warning--hover\n );--theme-radiobtn-mixed--background--active:var(\n --theme-radiobtn-mixed--background--warning--active\n );--theme-radiobtn-mixed--border-color:var(\n --theme-radiobtn-mixed--border-color--warning\n );--theme-radiobtn-mixed--border-color--hover:var(\n --theme-radiobtn-mixed--border-color--warning--hover\n );--theme-radiobtn-mixed--border-color--active:var(\n --theme-radiobtn-mixed--border-color--warning--active\n )}:host(.ix-warning) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color)}:host(.ix-warning:hover) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--hover)}:host(.ix-warning:active) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--active)}:host(.ix-warning.checked) .radio-checkmark,:host(.ix-warning[indeterminate]) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color)}:host(.ix-warning.checked:hover) .radio-checkmark,:host(.ix-warning[indeterminate]:hover) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--hover)}:host(.ix-warning.checked:active) .radio-checkmark,:host(.ix-warning[indeterminate]:active) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--active)}:host(.ix-warning.disabled) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--disabled)}:host(.ix-warning.checked.disabled) .radio-checkmark,:host(.ix-warning[indeterminate].disabled) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--disabled)}:host(.ix-invalid--required:not(.disabled)) .radio-checkmark{--theme-radiobtn-unchecked--background:var(\n --theme-radiobtn-unchecked--background--invalid\n );--theme-radiobtn-unchecked--background--hover:var(\n --theme-radiobtn-unchecked--background--invalid--hover\n );--theme-radiobtn-unchecked--background--active:var(\n --theme-radiobtn-unchecked--background--invalid--active\n );--theme-radiobtn-unchecked--border-color:var(\n --theme-radiobtn-unchecked--border-color--invalid\n );--theme-radiobtn-unchecked--border-color--hover:var(\n --theme-radiobtn-unchecked--border-color--invalid--hover\n );--theme-radiobtn-unchecked--border-color--active:var(\n --theme-radiobtn-unchecked--border-color--invalid--active\n );--theme-radiobtn-checked--background:var(\n --theme-radiobtn-checked--background--invalid\n );--theme-radiobtn-checked--background--hover:var(\n --theme-radiobtn-checked--background--invalid--hover\n );--theme-radiobtn-checked--background--active:var(\n --theme-radiobtn-checked--background--invalid--active\n );--theme-radiobtn-checked--border-color:var(\n --theme-radiobtn-checked--border-color--invalid\n );--theme-radiobtn-checked--border-color--hover:var(\n --theme-radiobtn-checked--border-color--invalid--hover\n );--theme-radiobtn-checked--border-color--active:var(\n --theme-radiobtn-checked--border-color--invalid--active\n );--theme-radiobtn-mixed--background:var(\n --theme-radiobtn-mixed--background--invalid\n );--theme-radiobtn-mixed--background--hover:var(\n --theme-radiobtn-mixed--background--invalid--hover\n );--theme-radiobtn-mixed--background--active:var(\n --theme-radiobtn-mixed--background--invalid--active\n );--theme-radiobtn-mixed--border-color:var(\n --theme-radiobtn-mixed--border-color--invalid\n );--theme-radiobtn-mixed--border-color--hover:var(\n --theme-radiobtn-mixed--border-color--invalid--hover\n );--theme-radiobtn-mixed--border-color--active:var(\n --theme-radiobtn-mixed--border-color--invalid--active\n )}:host(.ix-invalid--required) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color)}:host(.ix-invalid--required:hover) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--hover)}:host(.ix-invalid--required:active) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--active)}:host(.ix-invalid--required.checked) .radio-checkmark,:host(.ix-invalid--required[indeterminate]) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color)}:host(.ix-invalid--required.checked:hover) .radio-checkmark,:host(.ix-invalid--required[indeterminate]:hover) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--hover)}:host(.ix-invalid--required.checked:active) .radio-checkmark,:host(.ix-invalid--required[indeterminate]:active) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--active)}:host(.ix-invalid--required.disabled) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--disabled)}:host(.ix-invalid--required.checked.disabled) .radio-checkmark,:host(.ix-invalid--required[indeterminate].disabled) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--disabled)}:host(.ix-invalid:not(.disabled)) .radio-checkmark{--theme-radiobtn-unchecked--background:var(\n --theme-radiobtn-unchecked--background--invalid\n );--theme-radiobtn-unchecked--background--hover:var(\n --theme-radiobtn-unchecked--background--invalid--hover\n );--theme-radiobtn-unchecked--background--active:var(\n --theme-radiobtn-unchecked--background--invalid--active\n );--theme-radiobtn-unchecked--border-color:var(\n --theme-radiobtn-unchecked--border-color--invalid\n );--theme-radiobtn-unchecked--border-color--hover:var(\n --theme-radiobtn-unchecked--border-color--invalid--hover\n );--theme-radiobtn-unchecked--border-color--active:var(\n --theme-radiobtn-unchecked--border-color--invalid--active\n );--theme-radiobtn-checked--background:var(\n --theme-radiobtn-checked--background--invalid\n );--theme-radiobtn-checked--background--hover:var(\n --theme-radiobtn-checked--background--invalid--hover\n );--theme-radiobtn-checked--background--active:var(\n --theme-radiobtn-checked--background--invalid--active\n );--theme-radiobtn-checked--border-color:var(\n --theme-radiobtn-checked--border-color--invalid\n );--theme-radiobtn-checked--border-color--hover:var(\n --theme-radiobtn-checked--border-color--invalid--hover\n );--theme-radiobtn-checked--border-color--active:var(\n --theme-radiobtn-checked--border-color--invalid--active\n );--theme-radiobtn-mixed--background:var(\n --theme-radiobtn-mixed--background--invalid\n );--theme-radiobtn-mixed--background--hover:var(\n --theme-radiobtn-mixed--background--invalid--hover\n );--theme-radiobtn-mixed--background--active:var(\n --theme-radiobtn-mixed--background--invalid--active\n );--theme-radiobtn-mixed--border-color:var(\n --theme-radiobtn-mixed--border-color--invalid\n );--theme-radiobtn-mixed--border-color--hover:var(\n --theme-radiobtn-mixed--border-color--invalid--hover\n );--theme-radiobtn-mixed--border-color--active:var(\n --theme-radiobtn-mixed--border-color--invalid--active\n )}:host(.ix-invalid) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color)}:host(.ix-invalid:hover) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--hover)}:host(.ix-invalid:active) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--active)}:host(.ix-invalid.checked) .radio-checkmark,:host(.ix-invalid[indeterminate]) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color)}:host(.ix-invalid.checked:hover) .radio-checkmark,:host(.ix-invalid[indeterminate]:hover) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--hover);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--hover)}:host(.ix-invalid.checked:active) .radio-checkmark,:host(.ix-invalid[indeterminate]:active) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--active);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--active)}:host(.ix-invalid.disabled) .radio-checkmark{background-color:var(--theme-radiobtn-unchecked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--disabled)}:host(.ix-invalid.checked.disabled) .radio-checkmark,:host(.ix-invalid[indeterminate].disabled) .radio-checkmark{background-color:var(--theme-radiobtn-checked--background--disabled);border:var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--disabled)}";const t=class{constructor(o){e(this,o);this.checkedChange=r(this,"checkedChange",7);this.valueChange=r(this,"valueChange",7);this.ixBlur=r(this,"ixBlur",7);if(o.$hostElement$["s-ei"]){this.formInternals=o.$hostElement$["s-ei"]}else{this.formInternals=o.$hostElement$.attachInternals();o.$hostElement$["s-ei"]=this.formInternals}this.disabled=false;this.checked=false;this.required=false}async setCheckedState(e){if(this.checked){return}const r=this.checkedChange.emit(e);if(r.defaultPrevented){return}this.checked=e}async onCheckedChange(){this.updateFormInternalValue()}onValueChange(){this.valueChange.emit(this.value)}connectedCallback(){const e=this.hostElement.closest("ix-radio-group");if(e){this.classMutationObserver=i(e,(()=>{this.hostElement.classList.toggle("ix-invalid--required",e.classList.contains("ix-invalid--required"))}))}}disconnectedCallback(){if(this.classMutationObserver){this.classMutationObserver.destroy()}}componentWillLoad(){this.updateFormInternalValue()}updateFormInternalValue(){var e;if(this.checked){this.formInternals.setFormValue((e=this.value)!==null&&e!==void 0?e:"on")}else{this.formInternals.setFormValue(null)}}onKeyDown(e){if(this.disabled){return}let r=false;if(e.code==="Space"){r=true;this.setCheckedState(true)}const o=this.hostElement.closest("ix-radio-group");switch(e.code){case"ArrowUp":case"ArrowLeft":r=true;o===null||o===void 0?void 0:o.setCheckedToNextItem(this.hostElement,false);break;case"ArrowDown":case"ArrowRight":r=true;o===null||o===void 0?void 0:o.setCheckedToNextItem(this.hostElement,true);break}if(r){e.stopPropagation();e.preventDefault()}}hasValidValue(){return Promise.resolve(this.checked)}getAssociatedFormElement(){return Promise.resolve(this.formInternals.form)}render(){let e=0;if(this.disabled){e=-1}return o(d,{key:"0a08dcbeaaf21bb9063ff44dbb9b7fec0bd18b85","aria-checked":c(this.checked),"aria-disabled":c(this.disabled),role:"radio",tabindex:e,class:{disabled:this.disabled,checked:this.checked},onClick:()=>{if(this.disabled)return;this.setCheckedState(true)},onKeyDown:e=>this.onKeyDown(e),onBlur:()=>this.ixBlur.emit()},o("label",{key:"ba82e05023a706e366cede669060ec11d2848754"},o("div",{key:"c3b75eea221618adc27dec099089dac0f84a91ac",class:"radio-button"},o("div",{key:"d5d10cfce1442f641f939aa16a6feb79fc38caf0","aria-hidden":"true",class:{["radio-checkmark"]:true,checked:this.checked}},o("div",{key:"fe7c6830a7fb254291fe95d4310b59bd32ed9492",class:"checkmark",style:{visibility:this.checked?"visible":"hidden"}}))),this.label&&o("ix-typography",{key:"bc5fe1821b5686760eb7fa3959cf30b54cca40ee",format:"label",textColor:this.disabled?"weak":"std"},this.label,o("slot",{key:"a72b3d10cdcbaa398a6f59b9ce1d036f12e4819c"}))))}static get formAssociated(){return true}get hostElement(){return a(this)}static get watchers(){return{checked:["onCheckedChange"],value:["onValueChange"]}}};t.style=n;export{t as ix_radio};
2
+ //# sourceMappingURL=p-c15e64a8.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["registerInstance","createEvent","h","Host","getElement","a11yBoolean","createClassMutationObserver","radioCss","Radio","constructor","hostRef","this","checkedChange","valueChange","ixBlur","$hostElement$","formInternals","attachInternals","disabled","checked","required","setCheckedState","newChecked","result","emit","defaultPrevented","onCheckedChange","updateFormInternalValue","onValueChange","value","connectedCallback","parent","hostElement","closest","classMutationObserver","classList","toggle","contains","disconnectedCallback","destroy","componentWillLoad","_a","setFormValue","onKeyDown","event","preventEvent","code","closestRadioGroup","setCheckedToNextItem","stopPropagation","preventDefault","hasValidValue","Promise","resolve","getAssociatedFormElement","form","render","tabIndex","key","role","tabindex","class","onClick","onBlur","style","visibility","label","format","textColor","formAssociated","watchers"],"sources":["0"],"mappings":"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","ignoreList":[]}
@@ -1,2 +1,2 @@
1
- import{r as e,c,h as o,F as r,H as h,g as d}from"./p-CtoreFVF.js";import{a as t}from"./p-Bb7pDeaQ.js";import{H as b}from"./p-CAj3Tlcn.js";import{m as n}from"./p-bcj7UEIC.js";const a=":host{--ix-checkbox-check-color:var(--theme-color-primary--contrast);display:inline-block;position:relative}: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{all:unset;display:inline-flex;position:relative;align-items:center;justify-content:center;width:1.125rem;min-width:1.125rem;max-width:1.125rem;height:1.125rem;min-height:1.125rem;max-height:1.125rem;margin-right:0.5rem}:host button:disabled{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}:host button:focus-visible{outline:0.0625rem solid var(--theme-color-focus-bdr);outline-offset:var(--theme-checkbox--focus--outline-offset)}:host input[type=checkbox]{display:none}:host label{display:flex;justify-content:flex-start;align-items:flex-start;width:100%;height:100%}:host ix-typography{margin-top:0.125rem}:host button{background-color:var(--theme-checkbox-unchecked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color)}:host(:hover) button{background-color:var(--theme-checkbox-unchecked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--hover)}:host(:active) button{background-color:var(--theme-checkbox-unchecked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--active)}:host(.checked) button,:host(.indeterminate) button{background-color:var(--theme-checkbox-checked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color)}:host(.checked:hover) button,:host(.indeterminate:hover) button{background-color:var(--theme-checkbox-checked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--hover)}:host(.checked:active) button,:host(.indeterminate:active) button{background-color:var(--theme-checkbox-checked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--active)}:host(.disabled) button{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}:host(.checked.disabled) button,:host(.indeterminate.disabled) button{background-color:var(--theme-checkbox-checked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--disabled)}:host(.ix-info) button{--theme-checkbox-unchecked--background:var(\n --theme-checkbox-unchecked--background--info\n );--theme-checkbox-unchecked--background--hover:var(\n --theme-checkbox-unchecked--background--info--hover\n );--theme-checkbox-unchecked--background--active:var(\n --theme-checkbox-unchecked--background--info--active\n );--theme-checkbox-unchecked--border-color:var(\n --theme-checkbox-unchecked--border-color--info\n );--theme-checkbox-unchecked--border-color--hover:var(\n --theme-checkbox-unchecked--border-color--info--hover\n );--theme-checkbox-unchecked--border-color--active:var(\n --theme-checkbox-unchecked--border-color--info--active\n );--theme-checkbox-checked--background:var(\n --theme-checkbox-checked--background--info\n );--theme-checkbox-checked--background--hover:var(\n --theme-checkbox-checked--background--info--hover\n );--theme-checkbox-checked--background--active:var(\n --theme-checkbox-checked--background--info--active\n );--theme-checkbox-checked--border-color:var(\n --theme-checkbox-checked--border-color--info\n );--theme-checkbox-checked--border-color--hover:var(\n --theme-checkbox-checked--border-color--info--hover\n );--theme-checkbox-checked--border-color--active:var(\n --theme-checkbox-checked--border-color--info--active\n );--theme-checkbox-mixed--background:var(\n --theme-checkbox-mixed--background--info\n );--theme-checkbox-mixed--background--hover:var(\n --theme-checkbox-mixed--background--info--hover\n );--theme-checkbox-mixed--background--active:var(\n --theme-checkbox-mixed--background--info--active\n );--theme-checkbox-mixed--border-color:var(\n --theme-checkbox-mixed--border-color--info\n );--theme-checkbox-mixed--border-color--hover:var(\n --theme-checkbox-mixed--border-color--info--hover\n );--theme-checkbox-mixed--border-color--active:var(\n --theme-checkbox-mixed--border-color--info--active\n );background-color:var(--theme-checkbox-unchecked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color)}:host(.ix-info:hover) button{background-color:var(--theme-checkbox-unchecked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--hover)}:host(.ix-info:active) button{background-color:var(--theme-checkbox-unchecked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--active)}:host(.ix-info.checked) button,:host(.ix-info.indeterminate) button{background-color:var(--theme-checkbox-checked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color)}:host(.ix-info.checked:hover) button,:host(.ix-info.indeterminate:hover) button{background-color:var(--theme-checkbox-checked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--hover)}:host(.ix-info.checked:active) button,:host(.ix-info.indeterminate:active) button{background-color:var(--theme-checkbox-checked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--active)}:host(.ix-info.disabled) button{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}:host(.ix-info.checked.disabled) button,:host(.ix-info.indeterminate.disabled) button{background-color:var(--theme-checkbox-checked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--disabled)}:host(.ix-warning) button{--theme-checkbox-unchecked--background:var(\n --theme-checkbox-unchecked--background--warning\n );--theme-checkbox-unchecked--background--hover:var(\n --theme-checkbox-unchecked--background--warning--hover\n );--theme-checkbox-unchecked--background--active:var(\n --theme-checkbox-unchecked--background--warning--active\n );--theme-checkbox-unchecked--border-color:var(\n --theme-checkbox-unchecked--border-color--warning\n );--theme-checkbox-unchecked--border-color--hover:var(\n --theme-checkbox-unchecked--border-color--warning--hover\n );--theme-checkbox-unchecked--border-color--active:var(\n --theme-checkbox-unchecked--border-color--warning--active\n );--theme-checkbox-checked--background:var(\n --theme-checkbox-checked--background--warning\n );--theme-checkbox-checked--background--hover:var(\n --theme-checkbox-checked--background--warning--hover\n );--theme-checkbox-checked--background--active:var(\n --theme-checkbox-checked--background--warning--active\n );--theme-checkbox-checked--border-color:var(\n --theme-checkbox-checked--border-color--warning\n );--theme-checkbox-checked--border-color--hover:var(\n --theme-checkbox-checked--border-color--warning--hover\n );--theme-checkbox-checked--border-color--active:var(\n --theme-checkbox-checked--border-color--warning--active\n );--theme-checkbox-mixed--background:var(\n --theme-checkbox-mixed--background--warning\n );--theme-checkbox-mixed--background--hover:var(\n --theme-checkbox-mixed--background--warning--hover\n );--theme-checkbox-mixed--background--active:var(\n --theme-checkbox-mixed--background--warning--active\n );--theme-checkbox-mixed--border-color:var(\n --theme-checkbox-mixed--border-color--warning\n );--theme-checkbox-mixed--border-color--hover:var(\n --theme-checkbox-mixed--border-color--warning--hover\n );--theme-checkbox-mixed--border-color--active:var(\n --theme-checkbox-mixed--border-color--warning--active\n );background-color:var(--theme-checkbox-unchecked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color)}:host(.ix-warning:hover) button{background-color:var(--theme-checkbox-unchecked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--hover)}:host(.ix-warning:active) button{background-color:var(--theme-checkbox-unchecked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--active)}:host(.ix-warning.checked) button,:host(.ix-warning.indeterminate) button{background-color:var(--theme-checkbox-checked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color)}:host(.ix-warning.checked:hover) button,:host(.ix-warning.indeterminate:hover) button{background-color:var(--theme-checkbox-checked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--hover)}:host(.ix-warning.checked:active) button,:host(.ix-warning.indeterminate:active) button{background-color:var(--theme-checkbox-checked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--active)}:host(.ix-warning.disabled) button{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}:host(.ix-warning.checked.disabled) button,:host(.ix-warning.indeterminate.disabled) button{background-color:var(--theme-checkbox-checked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--disabled)}:host(.ix-invalid--required) button{--theme-checkbox-unchecked--background:var(\n --theme-checkbox-unchecked--background--invalid\n );--theme-checkbox-unchecked--background--hover:var(\n --theme-checkbox-unchecked--background--invalid--hover\n );--theme-checkbox-unchecked--background--active:var(\n --theme-checkbox-unchecked--background--invalid--active\n );--theme-checkbox-unchecked--border-color:var(\n --theme-checkbox-unchecked--border-color--invalid\n );--theme-checkbox-unchecked--border-color--hover:var(\n --theme-checkbox-unchecked--border-color--invalid--hover\n );--theme-checkbox-unchecked--border-color--active:var(\n --theme-checkbox-unchecked--border-color--invalid--active\n );--theme-checkbox-checked--background:var(\n --theme-checkbox-checked--background--invalid\n );--theme-checkbox-checked--background--hover:var(\n --theme-checkbox-checked--background--invalid--hover\n );--theme-checkbox-checked--background--active:var(\n --theme-checkbox-checked--background--invalid--active\n );--theme-checkbox-checked--border-color:var(\n --theme-checkbox-checked--border-color--invalid\n );--theme-checkbox-checked--border-color--hover:var(\n --theme-checkbox-checked--border-color--invalid--hover\n );--theme-checkbox-checked--border-color--active:var(\n --theme-checkbox-checked--border-color--invalid--active\n );--theme-checkbox-mixed--background:var(\n --theme-checkbox-mixed--background--invalid\n );--theme-checkbox-mixed--background--hover:var(\n --theme-checkbox-mixed--background--invalid--hover\n );--theme-checkbox-mixed--background--active:var(\n --theme-checkbox-mixed--background--invalid--active\n );--theme-checkbox-mixed--border-color:var(\n --theme-checkbox-mixed--border-color--invalid\n );--theme-checkbox-mixed--border-color--hover:var(\n --theme-checkbox-mixed--border-color--invalid--hover\n );--theme-checkbox-mixed--border-color--active:var(\n --theme-checkbox-mixed--border-color--invalid--active\n );background-color:var(--theme-checkbox-unchecked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color)}:host(.ix-invalid--required:hover) button{background-color:var(--theme-checkbox-unchecked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--hover)}:host(.ix-invalid--required:active) button{background-color:var(--theme-checkbox-unchecked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--active)}:host(.ix-invalid--required.checked) button,:host(.ix-invalid--required.indeterminate) button{background-color:var(--theme-checkbox-checked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color)}:host(.ix-invalid--required.checked:hover) button,:host(.ix-invalid--required.indeterminate:hover) button{background-color:var(--theme-checkbox-checked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--hover)}:host(.ix-invalid--required.checked:active) button,:host(.ix-invalid--required.indeterminate:active) button{background-color:var(--theme-checkbox-checked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--active)}:host(.ix-invalid--required.disabled) button{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}:host(.ix-invalid--required.checked.disabled) button,:host(.ix-invalid--required.indeterminate.disabled) button{background-color:var(--theme-checkbox-checked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--disabled)}:host(.ix-invalid) button{--theme-checkbox-unchecked--background:var(\n --theme-checkbox-unchecked--background--invalid\n );--theme-checkbox-unchecked--background--hover:var(\n --theme-checkbox-unchecked--background--invalid--hover\n );--theme-checkbox-unchecked--background--active:var(\n --theme-checkbox-unchecked--background--invalid--active\n );--theme-checkbox-unchecked--border-color:var(\n --theme-checkbox-unchecked--border-color--invalid\n );--theme-checkbox-unchecked--border-color--hover:var(\n --theme-checkbox-unchecked--border-color--invalid--hover\n );--theme-checkbox-unchecked--border-color--active:var(\n --theme-checkbox-unchecked--border-color--invalid--active\n );--theme-checkbox-checked--background:var(\n --theme-checkbox-checked--background--invalid\n );--theme-checkbox-checked--background--hover:var(\n --theme-checkbox-checked--background--invalid--hover\n );--theme-checkbox-checked--background--active:var(\n --theme-checkbox-checked--background--invalid--active\n );--theme-checkbox-checked--border-color:var(\n --theme-checkbox-checked--border-color--invalid\n );--theme-checkbox-checked--border-color--hover:var(\n --theme-checkbox-checked--border-color--invalid--hover\n );--theme-checkbox-checked--border-color--active:var(\n --theme-checkbox-checked--border-color--invalid--active\n );--theme-checkbox-mixed--background:var(\n --theme-checkbox-mixed--background--invalid\n );--theme-checkbox-mixed--background--hover:var(\n --theme-checkbox-mixed--background--invalid--hover\n );--theme-checkbox-mixed--background--active:var(\n --theme-checkbox-mixed--background--invalid--active\n );--theme-checkbox-mixed--border-color:var(\n --theme-checkbox-mixed--border-color--invalid\n );--theme-checkbox-mixed--border-color--hover:var(\n --theme-checkbox-mixed--border-color--invalid--hover\n );--theme-checkbox-mixed--border-color--active:var(\n --theme-checkbox-mixed--border-color--invalid--active\n );background-color:var(--theme-checkbox-unchecked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color)}:host(.ix-invalid:hover) button{background-color:var(--theme-checkbox-unchecked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--hover)}:host(.ix-invalid:active) button{background-color:var(--theme-checkbox-unchecked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--active)}:host(.ix-invalid.checked) button,:host(.ix-invalid.indeterminate) button{background-color:var(--theme-checkbox-checked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color)}:host(.ix-invalid.checked:hover) button,:host(.ix-invalid.indeterminate:hover) button{background-color:var(--theme-checkbox-checked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--hover)}:host(.ix-invalid.checked:active) button,:host(.ix-invalid.indeterminate:active) button{background-color:var(--theme-checkbox-checked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--active)}:host(.ix-invalid.disabled) button{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}:host(.ix-invalid.checked.disabled) button,:host(.ix-invalid.indeterminate.disabled) button{background-color:var(--theme-checkbox-checked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--disabled)}:host(.disabled){pointer-events:none}:host(.disabled) button,:host(.disabled) label,:host(.disabled) input{pointer-events:none}";var k=undefined&&undefined.__decorate||function(e,c,o,r){var h=arguments.length,d=h<3?c:r===null?r=Object.getOwnPropertyDescriptor(c,o):r,t;if(typeof Reflect==="object"&&typeof Reflect.decorate==="function")d=Reflect.decorate(e,c,o,r);else for(var b=e.length-1;b>=0;b--)if(t=e[b])d=(h<3?t(d):h>3?t(c,o,d):t(c,o))||d;return h>3&&d&&Object.defineProperty(c,o,d),d};const i=class{constructor(o){e(this,o);this.checkedChange=c(this,"checkedChange",7);this.valueChange=c(this,"valueChange",7);this.ixBlur=c(this,"ixBlur",7);if(o.$hostElement$["s-ei"]){this.formInternals=o.$hostElement$["s-ei"]}else{this.formInternals=o.$hostElement$.attachInternals();o.$hostElement$["s-ei"]=this.formInternals}this.value="on";this.checked=false;this.disabled=false;this.indeterminate=false;this.required=false;this.touched=false;this.inputRef=n((e=>{e.checked=this.checked}))}setCheckedState(e){this.checked=e;this.checkedChange.emit(this.checked)}onCheckedChange(){this.touched=true;this.updateFormInternalValue()}onValueChange(){this.valueChange.emit(this.value)}componentWillLoad(){this.updateFormInternalValue()}updateFormInternalValue(){var e;if(this.checked){this.formInternals.setFormValue((e=this.value)!==null&&e!==void 0?e:"on")}else{this.formInternals.setFormValue(null)}}hasValidValue(){return Promise.resolve(this.checked)}getAssociatedFormElement(){return Promise.resolve(this.formInternals.form)}isTouched(){return Promise.resolve(this.touched)}updateClassMappings(){}renderCheckmark(){return o("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},this.indeterminate&&o(r,null,o("rect",{width:"18",height:"18",fill:"transparent"}),o("rect",{x:"3",y:"8",width:"12",height:"2",fill:"var(--ix-checkbox-check-color)"})),this.checked&&o("path",{d:"M3.65625 8.15625L8.4375 12.9375L14.625 3.9375",stroke:"var(--ix-checkbox-check-color)","stroke-width":"2"}))}render(){return o(h,{key:"b65c76c6bc07e273a5c39c5faf0130a163563020","aria-checked":t(this.checked),"aria-disabled":t(this.disabled),role:"checkbox",class:{disabled:this.disabled,checked:this.checked,indeterminate:this.indeterminate},onFocus:()=>this.touched=true,onBlur:()=>this.ixBlur.emit()},o("label",{key:"5036796ac6119123982eb08dc05a431617a46487"},o("input",{key:"5005dfa80f386c4188989c38176c416c60635b24","aria-checked":t(this.checked),required:this.required,disabled:this.disabled,checked:this.checked,ref:this.inputRef,type:"checkbox",onChange:()=>this.setCheckedState(!this.checked)}),o("button",{key:"073f99ba599bf129442c72708b2e3915198df19d",disabled:this.disabled,class:{checked:this.checked},onClick:()=>this.setCheckedState(!this.checked)},this.renderCheckmark()),o("ix-typography",{key:"cc49681602a66628bf54ab8f0623277a7681e619",format:"label",textColor:this.disabled?"weak":"std"},this.label,o("slot",{key:"8bc151343608e50879ed664a7ce7f7a12bb712b7"}))))}static get formAssociated(){return true}get hostElement(){return d(this)}static get watchers(){return{checked:["onCheckedChange"],value:["onValueChange"]}}};k([b()],i.prototype,"updateClassMappings",null);i.style=a;export{i as ix_checkbox};
2
- //# sourceMappingURL=p-467c0fff.entry.js.map
1
+ import{r as e,c,h as o,F as r,H as h,g as d}from"./p-CtoreFVF.js";import{a as t}from"./p-Bb7pDeaQ.js";import{H as b}from"./p-C7nQNUsO.js";import{m as n}from"./p-bcj7UEIC.js";const a=":host{--ix-checkbox-check-color:var(--theme-color-primary--contrast);display:inline-block;position:relative}: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{all:unset;display:inline-flex;position:relative;align-items:center;justify-content:center;width:1.125rem;min-width:1.125rem;max-width:1.125rem;height:1.125rem;min-height:1.125rem;max-height:1.125rem;margin-right:0.5rem}:host button:disabled{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}:host button:focus-visible{outline:0.0625rem solid var(--theme-color-focus-bdr);outline-offset:var(--theme-checkbox--focus--outline-offset)}:host input[type=checkbox]{display:none}:host label{display:flex;justify-content:flex-start;align-items:flex-start;width:100%;height:100%}:host ix-typography{margin-top:0.125rem}:host button{background-color:var(--theme-checkbox-unchecked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color)}:host(:hover) button{background-color:var(--theme-checkbox-unchecked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--hover)}:host(:active) button{background-color:var(--theme-checkbox-unchecked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--active)}:host(.checked) button,:host(.indeterminate) button{background-color:var(--theme-checkbox-checked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color)}:host(.checked:hover) button,:host(.indeterminate:hover) button{background-color:var(--theme-checkbox-checked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--hover)}:host(.checked:active) button,:host(.indeterminate:active) button{background-color:var(--theme-checkbox-checked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--active)}:host(.disabled) button{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}:host(.checked.disabled) button,:host(.indeterminate.disabled) button{background-color:var(--theme-checkbox-checked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--disabled)}:host(.ix-info) button{--theme-checkbox-unchecked--background:var(\n --theme-checkbox-unchecked--background--info\n );--theme-checkbox-unchecked--background--hover:var(\n --theme-checkbox-unchecked--background--info--hover\n );--theme-checkbox-unchecked--background--active:var(\n --theme-checkbox-unchecked--background--info--active\n );--theme-checkbox-unchecked--border-color:var(\n --theme-checkbox-unchecked--border-color--info\n );--theme-checkbox-unchecked--border-color--hover:var(\n --theme-checkbox-unchecked--border-color--info--hover\n );--theme-checkbox-unchecked--border-color--active:var(\n --theme-checkbox-unchecked--border-color--info--active\n );--theme-checkbox-checked--background:var(\n --theme-checkbox-checked--background--info\n );--theme-checkbox-checked--background--hover:var(\n --theme-checkbox-checked--background--info--hover\n );--theme-checkbox-checked--background--active:var(\n --theme-checkbox-checked--background--info--active\n );--theme-checkbox-checked--border-color:var(\n --theme-checkbox-checked--border-color--info\n );--theme-checkbox-checked--border-color--hover:var(\n --theme-checkbox-checked--border-color--info--hover\n );--theme-checkbox-checked--border-color--active:var(\n --theme-checkbox-checked--border-color--info--active\n );--theme-checkbox-mixed--background:var(\n --theme-checkbox-mixed--background--info\n );--theme-checkbox-mixed--background--hover:var(\n --theme-checkbox-mixed--background--info--hover\n );--theme-checkbox-mixed--background--active:var(\n --theme-checkbox-mixed--background--info--active\n );--theme-checkbox-mixed--border-color:var(\n --theme-checkbox-mixed--border-color--info\n );--theme-checkbox-mixed--border-color--hover:var(\n --theme-checkbox-mixed--border-color--info--hover\n );--theme-checkbox-mixed--border-color--active:var(\n --theme-checkbox-mixed--border-color--info--active\n );background-color:var(--theme-checkbox-unchecked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color)}:host(.ix-info:hover) button{background-color:var(--theme-checkbox-unchecked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--hover)}:host(.ix-info:active) button{background-color:var(--theme-checkbox-unchecked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--active)}:host(.ix-info.checked) button,:host(.ix-info.indeterminate) button{background-color:var(--theme-checkbox-checked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color)}:host(.ix-info.checked:hover) button,:host(.ix-info.indeterminate:hover) button{background-color:var(--theme-checkbox-checked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--hover)}:host(.ix-info.checked:active) button,:host(.ix-info.indeterminate:active) button{background-color:var(--theme-checkbox-checked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--active)}:host(.ix-info.disabled) button{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}:host(.ix-info.checked.disabled) button,:host(.ix-info.indeterminate.disabled) button{background-color:var(--theme-checkbox-checked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--disabled)}:host(.ix-warning) button{--theme-checkbox-unchecked--background:var(\n --theme-checkbox-unchecked--background--warning\n );--theme-checkbox-unchecked--background--hover:var(\n --theme-checkbox-unchecked--background--warning--hover\n );--theme-checkbox-unchecked--background--active:var(\n --theme-checkbox-unchecked--background--warning--active\n );--theme-checkbox-unchecked--border-color:var(\n --theme-checkbox-unchecked--border-color--warning\n );--theme-checkbox-unchecked--border-color--hover:var(\n --theme-checkbox-unchecked--border-color--warning--hover\n );--theme-checkbox-unchecked--border-color--active:var(\n --theme-checkbox-unchecked--border-color--warning--active\n );--theme-checkbox-checked--background:var(\n --theme-checkbox-checked--background--warning\n );--theme-checkbox-checked--background--hover:var(\n --theme-checkbox-checked--background--warning--hover\n );--theme-checkbox-checked--background--active:var(\n --theme-checkbox-checked--background--warning--active\n );--theme-checkbox-checked--border-color:var(\n --theme-checkbox-checked--border-color--warning\n );--theme-checkbox-checked--border-color--hover:var(\n --theme-checkbox-checked--border-color--warning--hover\n );--theme-checkbox-checked--border-color--active:var(\n --theme-checkbox-checked--border-color--warning--active\n );--theme-checkbox-mixed--background:var(\n --theme-checkbox-mixed--background--warning\n );--theme-checkbox-mixed--background--hover:var(\n --theme-checkbox-mixed--background--warning--hover\n );--theme-checkbox-mixed--background--active:var(\n --theme-checkbox-mixed--background--warning--active\n );--theme-checkbox-mixed--border-color:var(\n --theme-checkbox-mixed--border-color--warning\n );--theme-checkbox-mixed--border-color--hover:var(\n --theme-checkbox-mixed--border-color--warning--hover\n );--theme-checkbox-mixed--border-color--active:var(\n --theme-checkbox-mixed--border-color--warning--active\n );background-color:var(--theme-checkbox-unchecked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color)}:host(.ix-warning:hover) button{background-color:var(--theme-checkbox-unchecked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--hover)}:host(.ix-warning:active) button{background-color:var(--theme-checkbox-unchecked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--active)}:host(.ix-warning.checked) button,:host(.ix-warning.indeterminate) button{background-color:var(--theme-checkbox-checked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color)}:host(.ix-warning.checked:hover) button,:host(.ix-warning.indeterminate:hover) button{background-color:var(--theme-checkbox-checked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--hover)}:host(.ix-warning.checked:active) button,:host(.ix-warning.indeterminate:active) button{background-color:var(--theme-checkbox-checked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--active)}:host(.ix-warning.disabled) button{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}:host(.ix-warning.checked.disabled) button,:host(.ix-warning.indeterminate.disabled) button{background-color:var(--theme-checkbox-checked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--disabled)}:host(.ix-invalid--required) button{--theme-checkbox-unchecked--background:var(\n --theme-checkbox-unchecked--background--invalid\n );--theme-checkbox-unchecked--background--hover:var(\n --theme-checkbox-unchecked--background--invalid--hover\n );--theme-checkbox-unchecked--background--active:var(\n --theme-checkbox-unchecked--background--invalid--active\n );--theme-checkbox-unchecked--border-color:var(\n --theme-checkbox-unchecked--border-color--invalid\n );--theme-checkbox-unchecked--border-color--hover:var(\n --theme-checkbox-unchecked--border-color--invalid--hover\n );--theme-checkbox-unchecked--border-color--active:var(\n --theme-checkbox-unchecked--border-color--invalid--active\n );--theme-checkbox-checked--background:var(\n --theme-checkbox-checked--background--invalid\n );--theme-checkbox-checked--background--hover:var(\n --theme-checkbox-checked--background--invalid--hover\n );--theme-checkbox-checked--background--active:var(\n --theme-checkbox-checked--background--invalid--active\n );--theme-checkbox-checked--border-color:var(\n --theme-checkbox-checked--border-color--invalid\n );--theme-checkbox-checked--border-color--hover:var(\n --theme-checkbox-checked--border-color--invalid--hover\n );--theme-checkbox-checked--border-color--active:var(\n --theme-checkbox-checked--border-color--invalid--active\n );--theme-checkbox-mixed--background:var(\n --theme-checkbox-mixed--background--invalid\n );--theme-checkbox-mixed--background--hover:var(\n --theme-checkbox-mixed--background--invalid--hover\n );--theme-checkbox-mixed--background--active:var(\n --theme-checkbox-mixed--background--invalid--active\n );--theme-checkbox-mixed--border-color:var(\n --theme-checkbox-mixed--border-color--invalid\n );--theme-checkbox-mixed--border-color--hover:var(\n --theme-checkbox-mixed--border-color--invalid--hover\n );--theme-checkbox-mixed--border-color--active:var(\n --theme-checkbox-mixed--border-color--invalid--active\n );background-color:var(--theme-checkbox-unchecked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color)}:host(.ix-invalid--required:hover) button{background-color:var(--theme-checkbox-unchecked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--hover)}:host(.ix-invalid--required:active) button{background-color:var(--theme-checkbox-unchecked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--active)}:host(.ix-invalid--required.checked) button,:host(.ix-invalid--required.indeterminate) button{background-color:var(--theme-checkbox-checked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color)}:host(.ix-invalid--required.checked:hover) button,:host(.ix-invalid--required.indeterminate:hover) button{background-color:var(--theme-checkbox-checked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--hover)}:host(.ix-invalid--required.checked:active) button,:host(.ix-invalid--required.indeterminate:active) button{background-color:var(--theme-checkbox-checked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--active)}:host(.ix-invalid--required.disabled) button{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}:host(.ix-invalid--required.checked.disabled) button,:host(.ix-invalid--required.indeterminate.disabled) button{background-color:var(--theme-checkbox-checked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--disabled)}:host(.ix-invalid) button{--theme-checkbox-unchecked--background:var(\n --theme-checkbox-unchecked--background--invalid\n );--theme-checkbox-unchecked--background--hover:var(\n --theme-checkbox-unchecked--background--invalid--hover\n );--theme-checkbox-unchecked--background--active:var(\n --theme-checkbox-unchecked--background--invalid--active\n );--theme-checkbox-unchecked--border-color:var(\n --theme-checkbox-unchecked--border-color--invalid\n );--theme-checkbox-unchecked--border-color--hover:var(\n --theme-checkbox-unchecked--border-color--invalid--hover\n );--theme-checkbox-unchecked--border-color--active:var(\n --theme-checkbox-unchecked--border-color--invalid--active\n );--theme-checkbox-checked--background:var(\n --theme-checkbox-checked--background--invalid\n );--theme-checkbox-checked--background--hover:var(\n --theme-checkbox-checked--background--invalid--hover\n );--theme-checkbox-checked--background--active:var(\n --theme-checkbox-checked--background--invalid--active\n );--theme-checkbox-checked--border-color:var(\n --theme-checkbox-checked--border-color--invalid\n );--theme-checkbox-checked--border-color--hover:var(\n --theme-checkbox-checked--border-color--invalid--hover\n );--theme-checkbox-checked--border-color--active:var(\n --theme-checkbox-checked--border-color--invalid--active\n );--theme-checkbox-mixed--background:var(\n --theme-checkbox-mixed--background--invalid\n );--theme-checkbox-mixed--background--hover:var(\n --theme-checkbox-mixed--background--invalid--hover\n );--theme-checkbox-mixed--background--active:var(\n --theme-checkbox-mixed--background--invalid--active\n );--theme-checkbox-mixed--border-color:var(\n --theme-checkbox-mixed--border-color--invalid\n );--theme-checkbox-mixed--border-color--hover:var(\n --theme-checkbox-mixed--border-color--invalid--hover\n );--theme-checkbox-mixed--border-color--active:var(\n --theme-checkbox-mixed--border-color--invalid--active\n );background-color:var(--theme-checkbox-unchecked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color)}:host(.ix-invalid:hover) button{background-color:var(--theme-checkbox-unchecked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--hover)}:host(.ix-invalid:active) button{background-color:var(--theme-checkbox-unchecked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--active)}:host(.ix-invalid.checked) button,:host(.ix-invalid.indeterminate) button{background-color:var(--theme-checkbox-checked--background);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color)}:host(.ix-invalid.checked:hover) button,:host(.ix-invalid.indeterminate:hover) button{background-color:var(--theme-checkbox-checked--background--hover);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--hover)}:host(.ix-invalid.checked:active) button,:host(.ix-invalid.indeterminate:active) button{background-color:var(--theme-checkbox-checked--background--active);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--active)}:host(.ix-invalid.disabled) button{background-color:var(--theme-checkbox-unchecked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled)}:host(.ix-invalid.checked.disabled) button,:host(.ix-invalid.indeterminate.disabled) button{background-color:var(--theme-checkbox-checked--background--disabled);border:var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--disabled)}:host(.disabled){pointer-events:none}:host(.disabled) button,:host(.disabled) label,:host(.disabled) input{pointer-events:none}";var k=undefined&&undefined.__decorate||function(e,c,o,r){var h=arguments.length,d=h<3?c:r===null?r=Object.getOwnPropertyDescriptor(c,o):r,t;if(typeof Reflect==="object"&&typeof Reflect.decorate==="function")d=Reflect.decorate(e,c,o,r);else for(var b=e.length-1;b>=0;b--)if(t=e[b])d=(h<3?t(d):h>3?t(c,o,d):t(c,o))||d;return h>3&&d&&Object.defineProperty(c,o,d),d};const i=class{constructor(o){e(this,o);this.checkedChange=c(this,"checkedChange",7);this.valueChange=c(this,"valueChange",7);this.ixBlur=c(this,"ixBlur",7);if(o.$hostElement$["s-ei"]){this.formInternals=o.$hostElement$["s-ei"]}else{this.formInternals=o.$hostElement$.attachInternals();o.$hostElement$["s-ei"]=this.formInternals}this.value="on";this.checked=false;this.disabled=false;this.indeterminate=false;this.required=false;this.touched=false;this.inputRef=n((e=>{e.checked=this.checked}))}setCheckedState(e){this.checked=e;this.checkedChange.emit(this.checked)}onCheckedChange(){this.touched=true;this.updateFormInternalValue()}onValueChange(){this.valueChange.emit(this.value)}componentWillLoad(){this.updateFormInternalValue()}updateFormInternalValue(){var e;if(this.checked){this.formInternals.setFormValue((e=this.value)!==null&&e!==void 0?e:"on")}else{this.formInternals.setFormValue(null)}}hasValidValue(){return Promise.resolve(this.checked)}getAssociatedFormElement(){return Promise.resolve(this.formInternals.form)}isTouched(){return Promise.resolve(this.touched)}updateClassMappings(){}renderCheckmark(){return o("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},this.indeterminate&&o(r,null,o("rect",{width:"18",height:"18",fill:"transparent"}),o("rect",{x:"3",y:"8",width:"12",height:"2",fill:"var(--ix-checkbox-check-color)"})),this.checked&&o("path",{d:"M3.65625 8.15625L8.4375 12.9375L14.625 3.9375",stroke:"var(--ix-checkbox-check-color)","stroke-width":"2"}))}render(){return o(h,{key:"f2157c572321b0a34f54f32423ed0c821fc1abfa","aria-checked":t(this.checked),"aria-disabled":t(this.disabled),role:"checkbox",class:{disabled:this.disabled,checked:this.checked,indeterminate:this.indeterminate},onFocus:()=>this.touched=true,onBlur:()=>this.ixBlur.emit()},o("label",{key:"131587a06d955e04dc580936004546e930ec9cf8"},o("input",{key:"b8a94c99f540e21c280ba9aeaf35221fa1c9b226","aria-checked":t(this.checked),required:this.required,disabled:this.disabled,checked:this.checked,ref:this.inputRef,type:"checkbox",onChange:()=>this.setCheckedState(!this.checked)}),o("button",{key:"6f6c5937801659bacd7d6f5c9256972c33e4194c",disabled:this.disabled,class:{checked:this.checked},onClick:()=>this.setCheckedState(!this.checked)},this.renderCheckmark()),o("ix-typography",{key:"7b33f317ac3757242509d69a25520795906bb158",format:"label",textColor:this.disabled?"weak":"std"},this.label,o("slot",{key:"2ab4518ebcb6135de6b1c37a7e9c157b1feebb5d"}))))}static get formAssociated(){return true}get hostElement(){return d(this)}static get watchers(){return{checked:["onCheckedChange"],value:["onValueChange"]}}};k([b()],i.prototype,"updateClassMappings",null);i.style=a;export{i as ix_checkbox};
2
+ //# sourceMappingURL=p-c43b201b.entry.js.map
@@ -1,2 +1,2 @@
1
- import{r as t,h as e,H as i,g as s}from"./p-CtoreFVF.js";const a=":host{display:block;position:relative;margin:0 0.75rem;--ix-layout-grid-gap:1.5rem}:host .container{display:flex;align-items:stretch;flex-wrap:wrap;gap:var(--ix-layout-grid-gap)}:host ::slotted(*){flex-grow:0;flex-shrink:0}";const r=class{constructor(e){t(this,e);this.layout=[{minWidth:"0",columns:1},{minWidth:"48em",columns:2}];this.mediaQueryList=[];this.observer=new MutationObserver((()=>this.calculateGridTemplateColumns()));this.resizeObserver=new ResizeObserver((()=>{this.calculateGridTemplateColumns()}))}connectedCallback(){this.observer.observe(this.hostElement,{childList:true,subtree:true,attributes:true,attributeFilter:["data-colspan"]});this.resizeObserver.observe(this.hostElement);this.calculateGridTemplateColumns()}componentWillLoad(){this.calculateGridTemplateColumns()}disconnectedCallback(){if(this.observer){this.observer.disconnect()}if(this.resizeObserver){this.resizeObserver.disconnect()}}updateMediaQueryList(){this.mediaQueryList=[];this.layout.forEach((t=>{const e=window.matchMedia(`(min-width: ${t.minWidth})`);this.mediaQueryList.push({mediaQuery:e,layout:t})}))}parseNumber(t){if(!t){return 1}const e=parseInt(t);if(isNaN(e)){return 1}return e}calculateGridTemplateColumns(){this.updateMediaQueryList();let t=1;let e="var(--ix-layout-grid-gap)";this.mediaQueryList.forEach((e=>{if(e.mediaQuery.matches){t=e.layout.columns}}));Array.from(this.hostElement.children).forEach((i=>{let s=this.parseNumber(i.getAttribute("data-colspan"));s=Math.min(s,t);const a=s/t;i.style.width=`calc(${a*99.9}% - ${1-a} * ${e})`}))}render(){return e(i,{key:"89fa65872d5cd211c41e8bfda6544155bbbbcc1c"},e("div",{key:"b6a75e6ce330bbe76c5c3b83a541d3366bfb6866",class:"container"},e("slot",{key:"d6983232325c2c0081346b059561137e9cf23669"})))}get hostElement(){return s(this)}static get watchers(){return{layout:["updateMediaQueryList"]}}};r.style=a;export{r as ix_layout_auto};
2
- //# sourceMappingURL=p-fc3071d0.entry.js.map
1
+ import{r as t,h as e,H as i,g as s}from"./p-CtoreFVF.js";const a=":host{display:block;position:relative;margin:0 0.75rem;--ix-layout-grid-gap:1.5rem}:host .container{display:flex;align-items:stretch;flex-wrap:wrap;gap:var(--ix-layout-grid-gap)}:host ::slotted(*){flex-grow:0;flex-shrink:0}";const r=class{constructor(e){t(this,e);this.layout=[{minWidth:"0",columns:1},{minWidth:"48em",columns:2}];this.mediaQueryList=[];this.observer=new MutationObserver((()=>this.calculateGridTemplateColumns()));this.resizeObserver=new ResizeObserver((()=>{this.calculateGridTemplateColumns()}))}connectedCallback(){this.observer.observe(this.hostElement,{childList:true,subtree:true,attributes:true,attributeFilter:["data-colspan"]});this.resizeObserver.observe(this.hostElement);this.calculateGridTemplateColumns()}componentWillLoad(){this.calculateGridTemplateColumns()}disconnectedCallback(){if(this.observer){this.observer.disconnect()}if(this.resizeObserver){this.resizeObserver.disconnect()}}updateMediaQueryList(){this.mediaQueryList=[];this.layout.forEach((t=>{const e=window.matchMedia(`(min-width: ${t.minWidth})`);this.mediaQueryList.push({mediaQuery:e,layout:t})}))}parseNumber(t){if(!t){return 1}const e=parseInt(t);if(isNaN(e)){return 1}return e}calculateGridTemplateColumns(){this.updateMediaQueryList();let t=1;let e="var(--ix-layout-grid-gap)";this.mediaQueryList.forEach((e=>{if(e.mediaQuery.matches){t=e.layout.columns}}));Array.from(this.hostElement.children).forEach((i=>{let s=this.parseNumber(i.getAttribute("data-colspan"));s=Math.min(s,t);const a=s/t;i.style.width=`calc(${a*99.9}% - ${1-a} * ${e})`}))}render(){return e(i,{key:"48511195af19191b832713a828ac0945b06a4898"},e("div",{key:"4a51469ffe227db5c361734fc3122a98f7e0fbcc",class:"container"},e("slot",{key:"6ab367e83612df056e40392bced22c5f80457486"})))}get hostElement(){return s(this)}static get watchers(){return{layout:["updateMediaQueryList"]}}};r.style=a;export{r as ix_layout_auto};
2
+ //# sourceMappingURL=p-c5c863e1.entry.js.map