@baloise/ds-core 20.0.0-next.4 → 20.0.0-next.6

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 (988) hide show
  1. package/LICENSE +9 -0
  2. package/components/all.d.ts +56 -0
  3. package/components/all.js +84 -0
  4. package/components/ds-accordion.js +1 -1
  5. package/components/ds-alert-container.js +1 -1
  6. package/components/ds-app.js +1 -1
  7. package/components/ds-badge.js +1 -1
  8. package/components/ds-button-group.js +1 -1
  9. package/components/ds-button.js +1 -1
  10. package/components/ds-card-actions.js +1 -1
  11. package/components/ds-card-content.js +1 -1
  12. package/components/ds-card-header.js +1 -1
  13. package/components/ds-card-subtitle.js +1 -1
  14. package/components/ds-card-title.js +1 -1
  15. package/components/ds-card.js +1 -1
  16. package/components/ds-carousel-item.d.ts +11 -0
  17. package/components/ds-carousel-item.js +4 -0
  18. package/components/ds-carousel.d.ts +11 -0
  19. package/components/ds-carousel.js +4 -0
  20. package/components/ds-checkbox-group.js +1 -1
  21. package/components/ds-checkbox.js +1 -1
  22. package/components/ds-close.js +1 -1
  23. package/components/ds-content.js +1 -1
  24. package/components/ds-data-item.d.ts +11 -0
  25. package/components/ds-data-item.js +4 -0
  26. package/components/ds-data-label.d.ts +11 -0
  27. package/components/ds-data-label.js +4 -0
  28. package/components/ds-data-value.d.ts +11 -0
  29. package/components/ds-data-value.js +4 -0
  30. package/components/ds-data.d.ts +11 -0
  31. package/components/ds-data.js +4 -0
  32. package/components/ds-date.d.ts +11 -0
  33. package/components/ds-date.js +4 -0
  34. package/components/ds-divider.js +1 -1
  35. package/components/ds-drawer.d.ts +11 -0
  36. package/components/ds-drawer.js +4 -0
  37. package/components/ds-file-upload.d.ts +11 -0
  38. package/components/ds-file-upload.js +4 -0
  39. package/components/ds-footer.d.ts +11 -0
  40. package/components/ds-footer.js +4 -0
  41. package/components/ds-heading.js +1 -1
  42. package/components/ds-hint-text.d.ts +11 -0
  43. package/components/ds-hint-text.js +4 -0
  44. package/components/ds-hint-title.d.ts +11 -0
  45. package/components/ds-hint-title.js +4 -0
  46. package/components/ds-hint.d.ts +11 -0
  47. package/components/ds-hint.js +4 -0
  48. package/components/ds-icon.js +1 -1
  49. package/components/ds-input.js +1 -1
  50. package/components/ds-item.js +1 -1
  51. package/components/ds-label.js +1 -1
  52. package/components/ds-list.js +1 -1
  53. package/components/ds-logo.js +1 -1
  54. package/components/ds-modal-body.d.ts +11 -0
  55. package/components/ds-modal-body.js +4 -0
  56. package/components/ds-modal-header.d.ts +11 -0
  57. package/components/ds-modal-header.js +4 -0
  58. package/components/ds-modal.d.ts +11 -0
  59. package/components/ds-modal.js +4 -0
  60. package/components/ds-navbar.d.ts +11 -0
  61. package/components/ds-navbar.js +4 -0
  62. package/components/ds-notification.js +1 -1
  63. package/components/ds-number-input.js +1 -1
  64. package/components/ds-pagination.js +1 -1
  65. package/components/ds-popup.d.ts +11 -0
  66. package/components/ds-popup.js +4 -0
  67. package/components/ds-progress-bar.js +1 -1
  68. package/components/ds-radio-group.js +1 -1
  69. package/components/ds-radio.js +1 -1
  70. package/components/ds-segment-item.js +1 -1
  71. package/components/ds-segment.js +1 -1
  72. package/components/ds-select-optgroup.d.ts +11 -0
  73. package/components/ds-select-optgroup.js +4 -0
  74. package/components/ds-select-option.d.ts +11 -0
  75. package/components/ds-select-option.js +4 -0
  76. package/components/ds-select.d.ts +11 -0
  77. package/components/ds-select.js +4 -0
  78. package/components/ds-shape.js +1 -1
  79. package/components/ds-snackbar.js +1 -1
  80. package/components/ds-spinner.js +1 -1
  81. package/components/ds-stack.js +1 -1
  82. package/components/ds-step-panel.d.ts +11 -0
  83. package/components/ds-step-panel.js +4 -0
  84. package/components/ds-step.d.ts +11 -0
  85. package/components/ds-step.js +4 -0
  86. package/components/ds-steps.d.ts +11 -0
  87. package/components/ds-steps.js +4 -0
  88. package/components/ds-tab-panel.d.ts +11 -0
  89. package/components/ds-tab-panel.js +4 -0
  90. package/components/ds-tab.d.ts +11 -0
  91. package/components/ds-tab.js +4 -0
  92. package/components/ds-tabs.d.ts +11 -0
  93. package/components/ds-tabs.js +4 -0
  94. package/components/ds-tag-group.js +1 -1
  95. package/components/ds-tag.js +1 -1
  96. package/components/ds-text.js +1 -1
  97. package/components/ds-textarea.js +1 -1
  98. package/components/ds-toast.js +1 -1
  99. package/components/ds-toggle.js +1 -1
  100. package/components/ds-tooltip.d.ts +11 -0
  101. package/components/ds-tooltip.js +4 -0
  102. package/components/index.js +1 -1
  103. package/components/p-3Mi9vpmB.js +4 -0
  104. package/components/p-B-en4B17.js +4 -0
  105. package/components/p-B1gnrQ9b.js +4 -0
  106. package/components/p-BU0dY8pq.js +4 -0
  107. package/components/p-BfXZJ1Fe.js +4 -0
  108. package/components/p-BgzU1loG.js +4 -0
  109. package/components/p-BhbWmCTu.js +4 -0
  110. package/components/p-BqY0KzJC.js +4 -0
  111. package/components/p-BrIcCcce.js +4 -0
  112. package/components/p-BrJFPhMA.js +4 -0
  113. package/components/p-Btdh3fq7.js +4 -0
  114. package/components/{p-Urcs7-vS.js → p-BwfAXfmz.js} +1 -1
  115. package/components/p-ByX1_7SF.js +4 -0
  116. package/components/p-C1jqbZdf.js +4 -0
  117. package/{dist/design-system/p-15bc012833.entry.js → components/p-CA7G72wZ.js} +1 -1
  118. package/components/p-CQHwI4iD.js +4 -0
  119. package/components/p-CYWn3X22.js +4 -0
  120. package/components/p-CjIxf5zy.js +4 -0
  121. package/components/p-Ctnm_MBD.js +4 -0
  122. package/components/p-CvaNxQtw.js +4 -0
  123. package/components/p-D9ILiUgm.js +4 -0
  124. package/components/{p-BATOumsf.js → p-D9YYP2SG.js} +1 -1
  125. package/components/p-DAYd9ty0.js +4 -0
  126. package/components/p-DIK6Zkg6.js +4 -0
  127. package/{dist/design-system/p-BkESlUMc.js → components/p-DQBzmbR6.js} +1 -1
  128. package/components/{p-z1jJgtep.js → p-DU7t9H9h.js} +1 -1
  129. package/components/p-DYTOWDAA.js +4 -0
  130. package/components/p-DYlqkAWn.js +4 -0
  131. package/components/p-DbM7ALm9.js +14 -0
  132. package/{dist/design-system/p-D2tr7015.js → components/p-DbY6Pfeh.js} +1 -1
  133. package/components/{p-DZqqelPH.js → p-DcSNuA8W.js} +1 -1
  134. package/components/p-DenZRIeA.js +4 -0
  135. package/components/p-DokkRjWC.js +4 -0
  136. package/{dist/design-system/p-BwrOVItb.js → components/p-Dr4MUfss.js} +1 -1
  137. package/components/p-DsvYY32v.js +4 -0
  138. package/components/p-Du7QOHtz.js +5 -0
  139. package/components/{p-E8U6M5ii.js → p-FBQaJyH0.js} +1 -1
  140. package/components/{p-Dr4dquer.js → p-J0mxIuTt.js} +1 -1
  141. package/{dist/design-system/p-DJxr2Dcd.js → components/p-UCeQ1JCs.js} +1 -1
  142. package/components/p-Uy_dVz21.js +4 -0
  143. package/components/p-WO0X5Vmy.js +4 -0
  144. package/components/p-bGV2P6rT.js +4 -0
  145. package/components/{p-Bt20CEww.js → p-n3_2KEz0.js} +1 -1
  146. package/dist/cjs/array-CioNm_V1.js +1985 -0
  147. package/dist/cjs/{breakpoints.decorator-qaoHOU6Q.js → breakpoints.decorator-C-Qm21UK.js} +1 -1
  148. package/dist/cjs/{breakpoints.subject-DhAN_ZAn.js → breakpoints.subject-XNcGwhzh.js} +3 -3
  149. package/dist/cjs/{button.interfaces-BueDWsuH.js → button.interfaces-CqlUGR-N.js} +1 -1
  150. package/dist/cjs/carousel.interfaces-BFQpUNrw.js +12 -0
  151. package/dist/cjs/{config.decorator-Qmrq4ZYj.js → config.decorator-ThGLtT-3.js} +1 -1
  152. package/dist/cjs/{config.utils-Cv4cx_Xa.js → config.utils-MhZvq4Qm.js} +1 -1
  153. package/dist/cjs/create-validator-decorator-BIgFqrMJ.js +212 -0
  154. package/dist/cjs/design-system.cjs.js +3 -3
  155. package/dist/cjs/{device-CptgCtVc.js → device-BnjBOLnP.js} +1 -1
  156. package/dist/cjs/ds-accordion.cjs.entry.js +30 -34
  157. package/dist/cjs/ds-alert-container.cjs.entry.js +12 -15
  158. package/dist/cjs/ds-app.cjs.entry.js +16 -6
  159. package/dist/cjs/ds-badge.cjs.entry.js +32 -25
  160. package/dist/cjs/ds-button-group.cjs.entry.js +14 -17
  161. package/dist/cjs/ds-button_2.cjs.entry.js +58 -73
  162. package/dist/cjs/ds-card-actions.cjs.entry.js +6 -8
  163. package/dist/cjs/ds-card-content.cjs.entry.js +2 -2
  164. package/dist/cjs/ds-card-header.cjs.entry.js +8 -5
  165. package/dist/cjs/ds-card-subtitle.cjs.entry.js +13 -13
  166. package/dist/cjs/ds-card-title.cjs.entry.js +11 -7
  167. package/dist/cjs/ds-card.cjs.entry.js +30 -42
  168. package/dist/cjs/ds-carousel-item.cjs.entry.js +128 -0
  169. package/dist/cjs/ds-carousel.cjs.entry.js +473 -0
  170. package/dist/cjs/ds-checkbox-group.cjs.entry.js +41 -2012
  171. package/dist/cjs/ds-checkbox.cjs.entry.js +23 -19
  172. package/dist/cjs/ds-content_2.cjs.entry.js +330 -0
  173. package/dist/cjs/ds-data-item.cjs.entry.js +146 -0
  174. package/dist/cjs/ds-data-label.cjs.entry.js +41 -0
  175. package/dist/cjs/ds-data-value.cjs.entry.js +31 -0
  176. package/dist/cjs/ds-data.cjs.entry.js +43 -0
  177. package/dist/cjs/ds-date.cjs.entry.js +5334 -0
  178. package/dist/cjs/{ds-logo.cjs.entry.js → ds-divider_2.cjs.entry.js} +130 -25
  179. package/dist/cjs/ds-drawer_2.cjs.entry.js +602 -0
  180. package/dist/cjs/ds-file-upload.cjs.entry.js +515 -0
  181. package/dist/cjs/ds-footer.cjs.entry.js +159 -0
  182. package/dist/cjs/ds-heading.cjs.entry.js +21 -19
  183. package/dist/cjs/ds-hint-text.cjs.entry.js +28 -0
  184. package/dist/cjs/ds-hint-title.cjs.entry.js +31 -0
  185. package/dist/cjs/ds-hint.cjs.entry.js +243 -0
  186. package/dist/cjs/ds-icon_2.cjs.entry.js +78 -70
  187. package/dist/cjs/ds-input.cjs.entry.js +45 -43
  188. package/dist/cjs/ds-item.cjs.entry.js +29 -34
  189. package/dist/cjs/ds-label.cjs.entry.js +22 -30
  190. package/dist/cjs/ds-list.cjs.entry.js +6 -12
  191. package/dist/cjs/ds-modal-body.cjs.entry.js +34 -0
  192. package/dist/cjs/ds-modal-header.cjs.entry.js +31 -0
  193. package/dist/cjs/ds-modal.cjs.entry.js +201 -0
  194. package/dist/cjs/ds-navbar.cjs.entry.js +359 -0
  195. package/dist/cjs/ds-notification.cjs.entry.js +19 -27
  196. package/dist/cjs/ds-number-input.cjs.entry.js +128 -45
  197. package/dist/cjs/ds-pagination.cjs.entry.js +41 -37
  198. package/dist/cjs/ds-progress-bar.cjs.entry.js +25 -29
  199. package/dist/cjs/ds-radio-group.cjs.entry.js +30 -29
  200. package/dist/cjs/ds-radio.cjs.entry.js +26 -33
  201. package/dist/cjs/ds-segment-item.cjs.entry.js +9 -9
  202. package/dist/cjs/ds-segment.cjs.entry.js +29 -117
  203. package/dist/cjs/ds-select-optgroup.cjs.entry.js +49 -0
  204. package/dist/cjs/ds-select-option.cjs.entry.js +57 -0
  205. package/dist/cjs/ds-select.cjs.entry.js +2772 -0
  206. package/dist/cjs/ds-shape.cjs.entry.js +10 -16
  207. package/dist/cjs/ds-snackbar.cjs.entry.js +40 -57
  208. package/dist/cjs/ds-step-panel.cjs.entry.js +55 -0
  209. package/dist/cjs/ds-step.cjs.entry.js +170 -0
  210. package/dist/cjs/ds-steps.cjs.entry.js +227 -0
  211. package/dist/cjs/ds-tab-panel.cjs.entry.js +55 -0
  212. package/dist/cjs/ds-tab.cjs.entry.js +120 -0
  213. package/dist/cjs/ds-tabs.cjs.entry.js +364 -0
  214. package/dist/cjs/ds-tag-group.cjs.entry.js +3 -3
  215. package/dist/cjs/ds-tag.cjs.entry.js +19 -26
  216. package/dist/cjs/ds-text.cjs.entry.js +28 -32
  217. package/dist/cjs/ds-textarea.cjs.entry.js +32 -31
  218. package/dist/cjs/ds-toast.cjs.entry.js +40 -54
  219. package/dist/cjs/ds-toggle.cjs.entry.js +22 -21
  220. package/dist/cjs/ds-tooltip.cjs.entry.js +182 -0
  221. package/dist/cjs/{field.util-RjuvTLNZ.js → field.util-L-DkeMVk.js} +1 -1
  222. package/dist/cjs/floating-ui.dom-Cu3dZdFD.js +1628 -0
  223. package/dist/cjs/focus-D3VVgpM7.js +1958 -0
  224. package/dist/cjs/footer.i18n-CpGxizgm.js +162 -0
  225. package/dist/cjs/{form-control-Bno2tBGf.js → form-control-CtMcJUuC.js} +2 -2
  226. package/dist/cjs/has-value-DK0oRqXI.js +12 -0
  227. package/dist/cjs/{index-CdD-TT_n.js → index-sC3JnTlJ.js} +497 -175
  228. package/dist/cjs/index.cjs.js +26 -8283
  229. package/dist/cjs/keyboard-C7y0jXYb.js +23 -0
  230. package/dist/cjs/{listener-DgVWqfa1.js → listener-BwB_xent.js} +1 -1
  231. package/dist/cjs/loader.cjs.js +2 -2
  232. package/dist/cjs/luxon-q23LOWrr.js +8137 -0
  233. package/dist/cjs/one-of-BZGRIMtQ.js +30 -0
  234. package/dist/cjs/popup.interfaces-B-mwd9rh.js +23 -0
  235. package/dist/cjs/required-COz3Unzu.js +38 -0
  236. package/dist/cjs/resize.decorator-DWM_fQgv.js +98 -0
  237. package/dist/cjs/scroll-CUuEh4xd.js +89 -0
  238. package/dist/cjs/svg-D9RbiR8R.js +2443 -0
  239. package/dist/cjs/{tslib.es6-BTi-SLnA.js → tslib.es6-CxyosZMg.js} +1 -1
  240. package/dist/cjs/type-hmc4CJcO.js +33 -0
  241. package/dist/collection/collection-manifest.json +30 -2
  242. package/dist/collection/components/accordion/accordion.host.css +1 -1
  243. package/dist/collection/components/accordion/accordion.js +22 -29
  244. package/dist/collection/components/alert/alert-container.js +8 -14
  245. package/dist/collection/components/alert/alert.controller.js +1 -1
  246. package/dist/collection/components/alert/snackbar/snackbar.js +30 -53
  247. package/dist/collection/components/alert/toast/toast.js +32 -53
  248. package/dist/collection/components/app/app.js +11 -3
  249. package/dist/collection/components/badge/badge.interfaces.js +1 -1
  250. package/dist/collection/components/badge/badge.js +28 -25
  251. package/dist/collection/components/button/button-group/button-group.js +8 -14
  252. package/dist/collection/components/button/button.host.css +1 -1
  253. package/dist/collection/components/button/button.interfaces.js +1 -1
  254. package/dist/collection/components/button/button.js +44 -54
  255. package/dist/collection/components/card/card-actions/card-actions.js +3 -6
  256. package/dist/collection/components/card/card-header/card-header.js +4 -3
  257. package/dist/collection/components/card/card-subtitle/card-subtitle.js +8 -11
  258. package/dist/collection/components/card/card-title/card-title.js +6 -5
  259. package/dist/collection/components/card/card.host.css +1 -1
  260. package/dist/collection/components/card/card.js +25 -38
  261. package/dist/collection/components/carousel/carousel/carousel.host.css +1 -0
  262. package/dist/collection/components/carousel/carousel/carousel.i18n.js +65 -0
  263. package/dist/collection/components/carousel/carousel/carousel.js +631 -0
  264. package/dist/collection/components/carousel/carousel-item/carousel-item.host.css +1 -0
  265. package/dist/collection/components/carousel/carousel-item/carousel-item.js +313 -0
  266. package/dist/collection/components/carousel/carousel.interfaces.js +6 -0
  267. package/dist/collection/components/carousel/test/carousel.a11y.play.js +34 -0
  268. package/dist/collection/components/carousel/test/carousel.component.play.js +57 -0
  269. package/dist/collection/components/carousel/test/carousel.visual.play.js +24 -0
  270. package/dist/collection/components/checkbox/checkbox-group/checkbox-group.host.css +1 -1
  271. package/dist/collection/components/checkbox/checkbox-group/checkbox-group.js +25 -26
  272. package/dist/collection/components/checkbox/checkbox.js +18 -18
  273. package/dist/collection/components/close/close.js +10 -21
  274. package/dist/collection/components/content/content.js +38 -52
  275. package/dist/collection/components/data/data-item.host.css +1 -0
  276. package/dist/collection/components/data/data-item.i18n.js +35 -0
  277. package/dist/collection/components/data/data-item.js +244 -0
  278. package/dist/collection/components/data/data-label.host.css +1 -0
  279. package/dist/collection/components/data/data-label.js +72 -0
  280. package/dist/collection/components/data/data-value.host.css +1 -0
  281. package/dist/collection/components/data/data-value.js +38 -0
  282. package/dist/collection/components/data/data.host.css +1 -0
  283. package/dist/collection/components/data/data.js +75 -0
  284. package/dist/collection/components/data/test/data.a11y.play.js +31 -0
  285. package/dist/collection/components/data/test/data.component.play.js +104 -0
  286. package/dist/collection/components/data/test/data.visual.play.js +25 -0
  287. package/dist/collection/components/date/date.host.css +1 -0
  288. package/dist/collection/components/date/date.i18n.js +105 -0
  289. package/dist/collection/components/date/date.interfaces.js +4 -0
  290. package/dist/collection/components/date/date.js +1241 -0
  291. package/dist/collection/components/date/date.mask.js +189 -0
  292. package/dist/collection/components/date/date.picker.js +536 -0
  293. package/dist/collection/components/date/test/date.a11y.play.js +27 -0
  294. package/dist/collection/components/date/test/date.component.play.js +69 -0
  295. package/dist/collection/components/date/test/date.visual.play.js +43 -0
  296. package/dist/collection/components/divider/divider.host.css +1 -1
  297. package/dist/collection/components/divider/divider.js +11 -24
  298. package/dist/collection/components/drawer/drawer.host.css +1 -0
  299. package/dist/collection/{utils/property-checkers/constants.js → components/drawer/drawer.interfaces.js} +1 -1
  300. package/dist/collection/components/drawer/drawer.js +492 -0
  301. package/dist/collection/components/drawer/test/drawer.a11y.play.js +39 -0
  302. package/dist/collection/components/drawer/test/drawer.component.play.js +131 -0
  303. package/dist/collection/components/drawer/test/drawer.visual.play.js +31 -0
  304. package/dist/collection/components/file-upload/file-upload.host.css +1 -0
  305. package/dist/collection/components/file-upload/file-upload.i18n.js +55 -0
  306. package/dist/collection/components/file-upload/file-upload.interfaces.js +10 -0
  307. package/dist/collection/components/file-upload/file-upload.js +1030 -0
  308. package/dist/collection/components/file-upload/test/file-upload.a11y.play.js +52 -0
  309. package/dist/collection/components/file-upload/test/file-upload.component.play.js +124 -0
  310. package/dist/collection/components/file-upload/test/file-upload.visual.play.js +18 -0
  311. package/dist/collection/components/file-upload/utils/file-list.util.js +13 -0
  312. package/dist/collection/components/file-upload/utils/file-size.util.js +10 -0
  313. package/dist/collection/components/file-upload/utils/file-validation.util.js +48 -0
  314. package/dist/collection/components/footer/footer.host.css +1 -0
  315. package/dist/collection/components/footer/footer.i18n.js +155 -0
  316. package/dist/collection/components/footer/footer.interfaces.js +4 -0
  317. package/dist/collection/components/footer/footer.js +350 -0
  318. package/dist/collection/components/footer/test/footer.a11y.play.js +17 -0
  319. package/dist/collection/components/footer/test/footer.component.play.js +74 -0
  320. package/dist/collection/components/footer/test/footer.visual.play.js +16 -0
  321. package/dist/collection/components/form/test/form.visual.play.js +13 -1
  322. package/dist/collection/components/heading/heading.js +16 -17
  323. package/dist/collection/components/hint/hint-text/hint-text.js +28 -0
  324. package/dist/collection/components/hint/hint-title/hint-title.js +31 -0
  325. package/dist/collection/components/hint/hint.host.css +1 -0
  326. package/dist/collection/components/hint/hint.i18n.js +35 -0
  327. package/dist/collection/components/hint/hint.interfaces.js +1 -0
  328. package/dist/collection/components/hint/hint.js +410 -0
  329. package/dist/collection/components/hint/test/hint.a11y.play.js +41 -0
  330. package/dist/collection/components/hint/test/hint.component.play.js +110 -0
  331. package/dist/collection/components/hint/test/hint.visual.play.js +39 -0
  332. package/dist/collection/components/icon/icon.host.css +1 -1
  333. package/dist/collection/components/icon/icon.interfaces.js +1 -0
  334. package/dist/collection/components/icon/icon.js +73 -42
  335. package/dist/collection/components/icon/test/icon.component.play.js +23 -1
  336. package/dist/collection/components/input/clear-button.i18n.js +35 -0
  337. package/dist/collection/components/input/clear-button.util.js +11 -0
  338. package/dist/collection/components/input/input.host.css +1 -1
  339. package/dist/collection/components/input/input.js +36 -37
  340. package/dist/collection/components/input/test/input.component.play.js +1 -1
  341. package/dist/collection/components/input/trigger-button.i18n.js +45 -0
  342. package/dist/collection/components/label/label.js +16 -28
  343. package/dist/collection/components/list/item/item.host.css +1 -1
  344. package/dist/collection/components/list/item/item.interfaces.js +1 -1
  345. package/dist/collection/components/list/item/item.js +27 -34
  346. package/dist/collection/components/list/list.js +3 -10
  347. package/dist/collection/components/list/test/list.visual.play.js +30 -0
  348. package/dist/collection/components/logo/logo.js +11 -18
  349. package/dist/collection/components/modal/modal-body/modal-body.host.css +1 -0
  350. package/dist/collection/components/modal/modal-body/modal-body.js +41 -0
  351. package/dist/collection/components/modal/modal-header/modal-header.js +32 -0
  352. package/dist/collection/components/modal/modal.controller.js +31 -0
  353. package/dist/collection/components/modal/modal.host.css +1 -0
  354. package/dist/collection/components/modal/modal.interfaces.js +1 -0
  355. package/dist/collection/components/modal/modal.js +461 -0
  356. package/dist/collection/components/modal/test/modal.a11y.play.js +59 -0
  357. package/dist/collection/components/modal/test/modal.component.play.js +196 -0
  358. package/dist/collection/components/modal/test/modal.visual.play.js +36 -0
  359. package/dist/collection/components/navbar/navbar.host.css +1 -0
  360. package/dist/collection/components/navbar/navbar.i18n.js +65 -0
  361. package/dist/collection/components/navbar/navbar.interfaces.js +6 -0
  362. package/dist/collection/components/navbar/navbar.js +544 -0
  363. package/dist/collection/components/navbar/test/navbar.a11y.play.js +26 -0
  364. package/dist/collection/components/navbar/test/navbar.component.play.js +76 -0
  365. package/dist/collection/components/navbar/test/navbar.visual.play.js +14 -0
  366. package/dist/collection/components/notification/notification.js +14 -26
  367. package/dist/collection/components/number-input/number-input.host.css +1 -1
  368. package/dist/collection/components/number-input/number-input.js +23 -24
  369. package/dist/collection/components/pagination/pagination.host.css +1 -1
  370. package/dist/collection/components/pagination/pagination.js +29 -28
  371. package/dist/collection/components/popup/popup.host.css +1 -0
  372. package/dist/collection/components/popup/popup.interfaces.js +18 -0
  373. package/dist/collection/components/popup/popup.js +869 -0
  374. package/dist/collection/components/popup/test/popup.a11y.play.js +50 -0
  375. package/dist/collection/components/popup/test/popup.component.play.js +168 -0
  376. package/dist/collection/components/popup/test/popup.visual.play.js +33 -0
  377. package/dist/collection/components/progress-bar/progress-bar.host.css +1 -1
  378. package/dist/collection/components/progress-bar/progress-bar.js +13 -20
  379. package/dist/collection/components/radio/radio-group/radio-group.host.css +1 -1
  380. package/dist/collection/components/radio/radio-group/radio-group.js +22 -23
  381. package/dist/collection/components/radio/radio.js +19 -20
  382. package/dist/collection/components/segment/segment/segment.host.css +1 -1
  383. package/dist/collection/components/segment/segment/segment.js +19 -20
  384. package/dist/collection/components/segment/segment-item.js +6 -7
  385. package/dist/collection/components/select/select-optgroup.host.css +1 -0
  386. package/dist/collection/components/select/select-optgroup.js +82 -0
  387. package/dist/collection/components/select/select-option.host.css +1 -0
  388. package/dist/collection/components/select/select-option.js +112 -0
  389. package/dist/collection/components/select/select.host.css +1 -0
  390. package/dist/collection/components/select/select.i18n.js +45 -0
  391. package/dist/collection/components/select/select.interfaces.js +4 -0
  392. package/dist/collection/components/select/select.js +1024 -0
  393. package/dist/collection/components/select/select.picker.js +276 -0
  394. package/dist/collection/components/select/test/select.a11y.play.js +81 -0
  395. package/dist/collection/components/select/test/select.component.play.js +184 -0
  396. package/dist/collection/components/select/test/select.visual.play.js +70 -0
  397. package/dist/collection/components/shape/shape.js +7 -14
  398. package/dist/collection/components/spinner/spinner.js +18 -26
  399. package/dist/collection/components/stack/stack.host.css +1 -1
  400. package/dist/collection/components/stack/stack.js +41 -153
  401. package/dist/collection/components/steps/step/step.host.css +1 -0
  402. package/dist/collection/components/steps/step/step.js +431 -0
  403. package/dist/collection/components/steps/step-panel/step-panel.host.css +1 -0
  404. package/dist/collection/components/steps/step-panel/step-panel.js +104 -0
  405. package/dist/collection/components/steps/steps/steps.host.css +1 -0
  406. package/dist/collection/components/steps/steps/steps.js +356 -0
  407. package/dist/collection/components/steps/steps.interfaces.js +4 -0
  408. package/dist/collection/components/steps/test/steps.a11y.play.js +73 -0
  409. package/dist/collection/components/steps/test/steps.component.play.js +182 -0
  410. package/dist/collection/components/steps/test/steps.visual.play.js +18 -0
  411. package/dist/collection/components/tabs/tab/tab.host.css +1 -0
  412. package/dist/collection/components/tabs/tab/tab.js +278 -0
  413. package/dist/collection/components/tabs/tab-panel/tab-panel.host.css +1 -0
  414. package/dist/collection/components/tabs/tab-panel/tab-panel.js +104 -0
  415. package/dist/collection/components/tabs/tabs/tabs.host.css +1 -0
  416. package/dist/collection/components/tabs/tabs/tabs.i18n.js +45 -0
  417. package/dist/collection/components/tabs/tabs/tabs.js +552 -0
  418. package/dist/collection/components/tabs/tabs.interfaces.js +12 -0
  419. package/dist/collection/components/tabs/test/tabs.a11y.play.js +60 -0
  420. package/dist/collection/components/tabs/test/tabs.component.play.js +129 -0
  421. package/dist/collection/components/tabs/test/tabs.visual.play.js +31 -0
  422. package/dist/collection/components/tag/tag-group/tag-group.js +1 -1
  423. package/dist/collection/components/tag/tag.js +15 -26
  424. package/dist/collection/components/text/text.js +23 -30
  425. package/dist/collection/components/textarea/textarea.host.css +1 -1
  426. package/dist/collection/components/textarea/textarea.js +24 -25
  427. package/dist/collection/components/time-input/test/time-input.visual.play.js +18 -0
  428. package/dist/collection/components/toggle/toggle.js +19 -20
  429. package/dist/collection/components/tooltip/test/tooltip.a11y.play.js +32 -0
  430. package/dist/collection/components/tooltip/test/tooltip.component.play.js +51 -0
  431. package/dist/collection/components/tooltip/test/tooltip.visual.play.js +16 -0
  432. package/dist/collection/components/tooltip/tooltip.host.css +1 -0
  433. package/dist/collection/components/tooltip/tooltip.interfaces.js +4 -0
  434. package/dist/collection/components/tooltip/tooltip.js +407 -0
  435. package/dist/collection/foundation/colors.visual.play.js +18 -0
  436. package/dist/collection/global/config/config.const.js +11 -0
  437. package/dist/collection/global/config/config.default.js +92 -42
  438. package/dist/collection/global/config/config.js +1 -1
  439. package/dist/collection/global/config/config.meta.js +27 -0
  440. package/dist/collection/global/config/index.js +1 -0
  441. package/dist/collection/global/config/initialize.js +2 -1
  442. package/dist/collection/global/constants/tags.constant.js +29 -1
  443. package/dist/collection/global/constants/version.constant.js +1 -1
  444. package/dist/collection/global/index.js +0 -1
  445. package/dist/collection/global/initialize.js +2 -0
  446. package/dist/collection/index.js +5 -20
  447. package/dist/collection/utils/attributes.js +0 -15
  448. package/dist/collection/utils/focus.js +72 -0
  449. package/dist/collection/utils/form-control.js +1 -1
  450. package/dist/collection/utils/has-value.js +7 -0
  451. package/dist/collection/utils/helpers.js +14 -74
  452. package/dist/collection/utils/index.js +7 -5
  453. package/dist/collection/utils/{property-checkers/is-value-empty.js → is-value-empty.js} +1 -1
  454. package/dist/collection/utils/number.js +6 -25
  455. package/dist/collection/utils/property-decorators/array-of.js +25 -0
  456. package/dist/collection/utils/property-decorators/bound.js +79 -0
  457. package/dist/collection/utils/property-decorators/create-validator-decorator.js +212 -0
  458. package/dist/collection/utils/property-decorators/date.js +24 -0
  459. package/dist/collection/utils/property-decorators/index.js +12 -0
  460. package/dist/collection/utils/property-decorators/iso-date.js +24 -0
  461. package/dist/collection/utils/property-decorators/one-of.js +25 -0
  462. package/dist/collection/utils/property-decorators/pattern.js +25 -0
  463. package/dist/collection/utils/property-decorators/required.js +44 -0
  464. package/dist/collection/utils/property-decorators/type.js +28 -0
  465. package/dist/collection/utils/property-decorators/url.js +32 -0
  466. package/dist/collection/utils/property-types.js +1 -0
  467. package/dist/collection/utils/svg.js +19 -0
  468. package/dist/design-system/design-system.esm.js +1 -1
  469. package/dist/design-system/index.esm.js +1 -1
  470. package/dist/design-system/p-01430d5c28.entry.js +4 -0
  471. package/dist/design-system/p-014d464627.entry.js +4 -0
  472. package/dist/design-system/p-0663d7c0f1.entry.js +4 -0
  473. package/dist/design-system/p-0bd2ce2da3.entry.js +4 -0
  474. package/dist/design-system/p-0ff0be5b83.entry.js +4 -0
  475. package/dist/design-system/p-10c136d00d.entry.js +4 -0
  476. package/dist/design-system/p-11f34d0c7d.entry.js +4 -0
  477. package/dist/design-system/p-13d1ce3158.entry.js +4 -0
  478. package/dist/design-system/p-163d606781.entry.js +4 -0
  479. package/dist/design-system/p-1VXOIrN2.js +4 -0
  480. package/dist/design-system/p-202ecb8f01.entry.js +4 -0
  481. package/dist/design-system/p-27d181c5ac.entry.js +4 -0
  482. package/dist/design-system/p-2a35e0b9b0.entry.js +4 -0
  483. package/dist/design-system/p-2f51e1d39b.entry.js +4 -0
  484. package/dist/design-system/p-3134821ac6.entry.js +4 -0
  485. package/dist/design-system/p-3292ae6a05.entry.js +4 -0
  486. package/dist/design-system/p-372bf379f9.entry.js +4 -0
  487. package/dist/design-system/p-3895178b39.entry.js +4 -0
  488. package/dist/design-system/p-3c6b7a2967.entry.js +4 -0
  489. package/dist/design-system/p-3ef4bd1c59.entry.js +4 -0
  490. package/dist/design-system/p-493b18cc46.entry.js +4 -0
  491. package/dist/design-system/p-4a99464dae.entry.js +4 -0
  492. package/dist/design-system/p-4e6638d14e.entry.js +4 -0
  493. package/dist/design-system/p-53dda5d400.entry.js +4 -0
  494. package/dist/design-system/p-5d17209d91.entry.js +4 -0
  495. package/dist/design-system/p-5e51fa8df4.entry.js +4 -0
  496. package/dist/design-system/p-60d29d8b8e.entry.js +4 -0
  497. package/dist/design-system/p-62cb503015.entry.js +4 -0
  498. package/dist/design-system/p-650289138a.entry.js +4 -0
  499. package/dist/design-system/p-65c221261c.entry.js +4 -0
  500. package/dist/design-system/p-68c9f4f630.entry.js +4 -0
  501. package/dist/design-system/p-68ebed7eee.entry.js +4 -0
  502. package/dist/design-system/p-6b6531379b.entry.js +4 -0
  503. package/dist/design-system/p-6d168ba9ad.entry.js +4 -0
  504. package/dist/design-system/p-6ef31a3c07.entry.js +4 -0
  505. package/dist/design-system/p-774b89ed0b.entry.js +4 -0
  506. package/dist/design-system/p-787bd92bcc.entry.js +4 -0
  507. package/{components/p-E1SnOz0L.js → dist/design-system/p-78NZc8PM.js} +1 -1
  508. package/dist/design-system/p-7c353652a9.entry.js +4 -0
  509. package/dist/design-system/p-7c8bf0f33e.entry.js +4 -0
  510. package/dist/design-system/p-7e702193fc.entry.js +4 -0
  511. package/dist/design-system/p-8353961d39.entry.js +4 -0
  512. package/dist/design-system/{p-1d312498a6.entry.js → p-8406f6faf1.entry.js} +1 -1
  513. package/dist/design-system/p-9f2dd0b55b.entry.js +4 -0
  514. package/dist/design-system/p-B-en4B17.js +4 -0
  515. package/dist/design-system/p-B1e0kNRJ.js +14 -0
  516. package/dist/design-system/p-B8KVoKrH.js +5 -0
  517. package/dist/design-system/p-BAY6Z8bT.js +4 -0
  518. package/dist/design-system/p-BLGVE-7Z.js +4 -0
  519. package/dist/design-system/{p-C7EnKCpl.js → p-BMM6Nxeh.js} +1 -1
  520. package/{components/p-Diz11uvt.js → dist/design-system/p-BPGfTrrM.js} +1 -1
  521. package/dist/design-system/p-BhdSNuGP.js +4 -0
  522. package/dist/design-system/p-BkTv_bQR.js +4 -0
  523. package/dist/design-system/p-BqY0KzJC.js +4 -0
  524. package/dist/design-system/p-BrJFPhMA.js +4 -0
  525. package/dist/design-system/p-BvEM6oCl.js +4 -0
  526. package/dist/design-system/p-C1jqbZdf.js +4 -0
  527. package/dist/design-system/p-C6MVahkC.js +5 -0
  528. package/dist/design-system/{p-DCf2fJmI.js → p-C7i6xLTJ.js} +1 -1
  529. package/dist/design-system/p-CvTcEsXg.js +4 -0
  530. package/dist/design-system/p-CwCAiaMq.js +4 -0
  531. package/{components/p-5Sp1eJOt.js → dist/design-system/p-DTxLRTYr.js} +1 -1
  532. package/dist/design-system/{p-Dnjznncd.js → p-DgVaaZT_.js} +1 -1
  533. package/dist/design-system/{p-CAcwu8uP.js → p-Dm2lqE3-.js} +1 -1
  534. package/dist/design-system/p-HwbqEzpk.js +4 -0
  535. package/dist/design-system/p-LCY5n5tq.js +4 -0
  536. package/dist/design-system/p-Uy_dVz21.js +4 -0
  537. package/dist/design-system/p-a465c1acce.entry.js +4 -0
  538. package/dist/design-system/p-a62b7985a0.entry.js +4 -0
  539. package/dist/design-system/p-a8de98dd7b.entry.js +4 -0
  540. package/dist/design-system/p-ad2b17b0a0.entry.js +4 -0
  541. package/dist/design-system/p-afd8bbe699.entry.js +4 -0
  542. package/dist/design-system/{p-7e6ed497e7.entry.js → p-b68bc14064.entry.js} +1 -1
  543. package/dist/design-system/p-b955a93959.entry.js +4 -0
  544. package/dist/design-system/p-c37f266740.entry.js +4 -0
  545. package/dist/design-system/p-caad93b943.entry.js +4 -0
  546. package/dist/design-system/p-cca79bfeb1.entry.js +4 -0
  547. package/dist/design-system/p-d5f8d8f5e1.entry.js +4 -0
  548. package/dist/design-system/p-dcb749efc7.entry.js +4 -0
  549. package/dist/design-system/p-dd38f8f206.entry.js +4 -0
  550. package/dist/design-system/p-ddf2a7dfee.entry.js +4 -0
  551. package/dist/design-system/p-df5899b930.entry.js +4 -0
  552. package/dist/design-system/p-e7472337ed.entry.js +4 -0
  553. package/dist/design-system/p-e85c92ca1a.entry.js +4 -0
  554. package/dist/design-system/p-f0119fe693.entry.js +4 -0
  555. package/dist/design-system/p-f4958b9e97.entry.js +4 -0
  556. package/dist/design-system/p-f62643c33d.entry.js +4 -0
  557. package/dist/design-system/p-fa9568abce.entry.js +4 -0
  558. package/dist/design-system/p-fcd98f22b7.entry.js +4 -0
  559. package/dist/design-system/p-feeef4a8cb.entry.js +4 -0
  560. package/dist/design-system/{p-BLPSziW-.js → p-hLAmwHiq.js} +1 -1
  561. package/dist/design-system/p-ij4OEkzJ.js +4 -0
  562. package/dist/design-system/p-tl_BegdE.js +4 -0
  563. package/dist/esm/array-dJH4dfMr.js +1983 -0
  564. package/dist/esm/{breakpoints.decorator-L2xeP46f.js → breakpoints.decorator-DZ0xN4Np.js} +1 -1
  565. package/dist/esm/{breakpoints.subject-BhbzG-rl.js → breakpoints.subject-BNnXcKMw.js} +3 -3
  566. package/dist/esm/{button.interfaces-BkESlUMc.js → button.interfaces-BPGfTrrM.js} +1 -1
  567. package/dist/esm/carousel.interfaces-B-en4B17.js +8 -0
  568. package/dist/esm/{config.decorator-BQNIja4k.js → config.decorator-ZQ0_Zx5y.js} +1 -1
  569. package/dist/esm/{config.utils-COlKFRlV.js → config.utils-D9o7rffC.js} +1 -1
  570. package/dist/esm/create-validator-decorator-DovxquEu.js +208 -0
  571. package/dist/esm/design-system.js +4 -4
  572. package/dist/esm/{device-Dhwt3m7W.js → device-CRuIJzXR.js} +1 -1
  573. package/dist/esm/ds-accordion.entry.js +30 -34
  574. package/dist/esm/ds-alert-container.entry.js +12 -15
  575. package/dist/esm/ds-app.entry.js +16 -6
  576. package/dist/esm/ds-badge.entry.js +32 -25
  577. package/dist/esm/ds-button-group.entry.js +14 -17
  578. package/dist/esm/ds-button_2.entry.js +58 -73
  579. package/dist/esm/ds-card-actions.entry.js +6 -8
  580. package/dist/esm/ds-card-content.entry.js +2 -2
  581. package/dist/esm/ds-card-header.entry.js +8 -5
  582. package/dist/esm/ds-card-subtitle.entry.js +13 -13
  583. package/dist/esm/ds-card-title.entry.js +11 -7
  584. package/dist/esm/ds-card.entry.js +30 -42
  585. package/dist/esm/ds-carousel-item.entry.js +126 -0
  586. package/dist/esm/ds-carousel.entry.js +471 -0
  587. package/dist/esm/ds-checkbox-group.entry.js +40 -2011
  588. package/dist/esm/ds-checkbox.entry.js +23 -19
  589. package/dist/esm/ds-content_2.entry.js +327 -0
  590. package/dist/esm/ds-data-item.entry.js +144 -0
  591. package/dist/esm/ds-data-label.entry.js +39 -0
  592. package/dist/esm/ds-data-value.entry.js +29 -0
  593. package/dist/esm/ds-data.entry.js +41 -0
  594. package/dist/esm/ds-date.entry.js +5332 -0
  595. package/dist/esm/{ds-logo.entry.js → ds-divider_2.entry.js} +130 -26
  596. package/dist/esm/ds-drawer_2.entry.js +599 -0
  597. package/dist/esm/ds-file-upload.entry.js +513 -0
  598. package/dist/esm/ds-footer.entry.js +157 -0
  599. package/dist/esm/ds-heading.entry.js +21 -19
  600. package/dist/esm/ds-hint-text.entry.js +26 -0
  601. package/dist/esm/ds-hint-title.entry.js +29 -0
  602. package/dist/esm/ds-hint.entry.js +241 -0
  603. package/dist/esm/ds-icon_2.entry.js +78 -70
  604. package/dist/esm/ds-input.entry.js +46 -44
  605. package/dist/esm/ds-item.entry.js +29 -34
  606. package/dist/esm/ds-label.entry.js +22 -30
  607. package/dist/esm/ds-list.entry.js +6 -12
  608. package/dist/esm/ds-modal-body.entry.js +32 -0
  609. package/dist/esm/ds-modal-header.entry.js +29 -0
  610. package/dist/esm/ds-modal.entry.js +199 -0
  611. package/dist/esm/ds-navbar.entry.js +357 -0
  612. package/dist/esm/ds-notification.entry.js +19 -27
  613. package/dist/esm/ds-number-input.entry.js +129 -46
  614. package/dist/esm/ds-pagination.entry.js +41 -37
  615. package/dist/esm/ds-progress-bar.entry.js +25 -29
  616. package/dist/esm/ds-radio-group.entry.js +31 -30
  617. package/dist/esm/ds-radio.entry.js +25 -32
  618. package/dist/esm/ds-segment-item.entry.js +9 -9
  619. package/dist/esm/ds-segment.entry.js +28 -116
  620. package/dist/esm/ds-select-optgroup.entry.js +47 -0
  621. package/dist/esm/ds-select-option.entry.js +55 -0
  622. package/dist/esm/ds-select.entry.js +2770 -0
  623. package/dist/esm/ds-shape.entry.js +10 -16
  624. package/dist/esm/ds-snackbar.entry.js +40 -57
  625. package/dist/esm/ds-step-panel.entry.js +53 -0
  626. package/dist/esm/ds-step.entry.js +168 -0
  627. package/dist/esm/ds-steps.entry.js +225 -0
  628. package/dist/esm/ds-tab-panel.entry.js +53 -0
  629. package/dist/esm/ds-tab.entry.js +118 -0
  630. package/dist/esm/ds-tabs.entry.js +362 -0
  631. package/dist/esm/ds-tag-group.entry.js +3 -3
  632. package/dist/esm/ds-tag.entry.js +19 -26
  633. package/dist/esm/ds-text.entry.js +28 -32
  634. package/dist/esm/ds-textarea.entry.js +33 -32
  635. package/dist/esm/ds-toast.entry.js +40 -54
  636. package/dist/esm/ds-toggle.entry.js +22 -21
  637. package/dist/esm/ds-tooltip.entry.js +180 -0
  638. package/dist/esm/{field.util-BXxRO7CD.js → field.util-BjZzAi09.js} +1 -1
  639. package/dist/esm/floating-ui.dom-BqY0KzJC.js +1621 -0
  640. package/dist/esm/focus-ZxHImoOj.js +1956 -0
  641. package/dist/esm/footer.i18n-BrJFPhMA.js +159 -0
  642. package/dist/esm/{form-control-D2O-sb65.js → form-control-DvJo0GKN.js} +2 -2
  643. package/dist/esm/has-value-DU9L2JaI.js +10 -0
  644. package/dist/esm/{index-CuwLeg-T.js → index-C6MVahkC.js} +496 -175
  645. package/dist/esm/index.js +13 -8273
  646. package/dist/esm/{input.interfaces-C7EnKCpl.js → input.interfaces-BMM6Nxeh.js} +1 -1
  647. package/dist/esm/keyboard-Uy_dVz21.js +20 -0
  648. package/dist/esm/{listener-C_kjUVTE.js → listener-DHP2OPMZ.js} +1 -1
  649. package/dist/esm/loader.js +3 -3
  650. package/dist/esm/luxon-C1jqbZdf.js +8133 -0
  651. package/dist/esm/one-of-CKPv0Nqm.js +28 -0
  652. package/dist/esm/popup.interfaces-BAY6Z8bT.js +20 -0
  653. package/dist/esm/required-Dqsbx5fH.js +36 -0
  654. package/dist/esm/resize.decorator-B8h8D676.js +96 -0
  655. package/dist/esm/scroll-CsH7NHo5.js +87 -0
  656. package/dist/esm/svg-B8KVoKrH.js +2440 -0
  657. package/dist/esm/{tslib.es6-tdchDLyb.js → tslib.es6-C9GKXw-5.js} +1 -1
  658. package/dist/esm/type-DzkhLOG_.js +31 -0
  659. package/dist/types/components/accordion/accordion.d.ts +0 -5
  660. package/dist/types/components/alert/alert-container.d.ts +0 -5
  661. package/dist/types/components/alert/snackbar/snackbar.d.ts +0 -5
  662. package/dist/types/components/alert/toast/toast.d.ts +0 -5
  663. package/dist/types/components/badge/badge.d.ts +1 -3
  664. package/dist/types/components/badge/badge.interfaces.d.ts +1 -1
  665. package/dist/types/components/button/button-group/button-group.d.ts +0 -5
  666. package/dist/types/components/button/button.d.ts +1 -3
  667. package/dist/types/components/button/button.interfaces.d.ts +1 -1
  668. package/dist/types/components/card/card-actions/card-actions.d.ts +0 -1
  669. package/dist/types/components/card/card-subtitle/card-subtitle.d.ts +0 -1
  670. package/dist/types/components/card/card.d.ts +1 -3
  671. package/dist/types/components/carousel/carousel/carousel.d.ts +114 -0
  672. package/dist/types/components/carousel/carousel/carousel.i18n.d.ts +9 -0
  673. package/dist/types/components/carousel/carousel-item/carousel-item.d.ts +70 -0
  674. package/dist/types/components/carousel/carousel.interfaces.d.ts +14 -0
  675. package/dist/types/components/carousel/test/carousel.a11y.play.d.ts +1 -0
  676. package/dist/types/components/carousel/test/carousel.component.play.d.ts +1 -0
  677. package/dist/types/components/carousel/test/carousel.visual.play.d.ts +1 -0
  678. package/dist/types/components/close/close.d.ts +1 -3
  679. package/dist/types/components/content/content.d.ts +2 -5
  680. package/dist/types/components/data/data-item.d.ts +43 -0
  681. package/dist/types/components/data/data-item.i18n.d.ts +6 -0
  682. package/dist/types/components/data/data-item.interfaces.d.ts +4 -0
  683. package/dist/types/components/data/data-label.d.ts +19 -0
  684. package/dist/types/components/data/data-label.interfaces.d.ts +3 -0
  685. package/dist/types/components/data/data-value.d.ts +15 -0
  686. package/dist/types/components/data/data-value.interfaces.d.ts +5 -0
  687. package/dist/types/components/data/data.d.ts +19 -0
  688. package/dist/types/components/data/data.interfaces.d.ts +4 -0
  689. package/dist/types/components/data/test/data.a11y.play.d.ts +1 -0
  690. package/dist/types/components/data/test/data.component.play.d.ts +1 -0
  691. package/dist/types/components/data/test/data.visual.play.d.ts +1 -0
  692. package/dist/types/components/date/date.d.ts +214 -0
  693. package/dist/types/components/date/date.i18n.d.ts +13 -0
  694. package/dist/types/components/date/date.interfaces.d.ts +18 -0
  695. package/dist/types/components/date/date.mask.d.ts +29 -0
  696. package/dist/types/components/date/date.picker.d.ts +67 -0
  697. package/dist/types/components/date/test/date.a11y.play.d.ts +1 -0
  698. package/dist/types/components/date/test/date.component.play.d.ts +1 -0
  699. package/dist/types/components/date/test/date.visual.play.d.ts +1 -0
  700. package/dist/types/components/divider/divider.d.ts +1 -3
  701. package/dist/types/components/drawer/drawer.d.ts +102 -0
  702. package/dist/types/components/drawer/drawer.interfaces.d.ts +8 -0
  703. package/dist/types/components/drawer/test/drawer.a11y.play.d.ts +1 -0
  704. package/dist/types/components/drawer/test/drawer.component.play.d.ts +1 -0
  705. package/dist/types/components/drawer/test/drawer.visual.play.d.ts +1 -0
  706. package/dist/types/components/file-upload/file-upload.d.ts +192 -0
  707. package/dist/types/components/file-upload/file-upload.i18n.d.ts +8 -0
  708. package/dist/types/components/file-upload/file-upload.interfaces.d.ts +24 -0
  709. package/dist/types/components/file-upload/test/file-upload.a11y.play.d.ts +1 -0
  710. package/dist/types/components/file-upload/test/file-upload.component.play.d.ts +1 -0
  711. package/dist/types/components/file-upload/test/file-upload.visual.play.d.ts +1 -0
  712. package/dist/types/components/file-upload/utils/file-list.util.d.ts +2 -0
  713. package/dist/types/components/file-upload/utils/file-size.util.d.ts +1 -0
  714. package/dist/types/components/file-upload/utils/file-validation.util.d.ts +13 -0
  715. package/dist/types/components/footer/footer.d.ts +68 -0
  716. package/dist/types/components/footer/footer.i18n.d.ts +7 -0
  717. package/dist/types/components/footer/footer.interfaces.d.ts +19 -0
  718. package/dist/types/components/footer/test/footer.a11y.play.d.ts +1 -0
  719. package/dist/types/components/footer/test/footer.component.play.d.ts +1 -0
  720. package/dist/types/components/footer/test/footer.visual.play.d.ts +1 -0
  721. package/dist/types/components/hint/hint-text/hint-text.d.ts +15 -0
  722. package/dist/types/components/hint/hint-title/hint-title.d.ts +16 -0
  723. package/dist/types/components/hint/hint.d.ts +87 -0
  724. package/dist/types/components/hint/hint.i18n.d.ts +6 -0
  725. package/dist/types/components/hint/hint.interfaces.d.ts +4 -0
  726. package/dist/types/components/hint/test/hint.a11y.play.d.ts +1 -0
  727. package/dist/types/components/hint/test/hint.component.play.d.ts +1 -0
  728. package/dist/types/components/hint/test/hint.visual.play.d.ts +1 -0
  729. package/dist/types/components/icon/icon.d.ts +7 -3
  730. package/dist/types/components/icon/icon.interfaces.d.ts +1 -1
  731. package/dist/types/components/input/clear-button.i18n.d.ts +6 -0
  732. package/dist/types/components/input/clear-button.util.d.ts +10 -0
  733. package/dist/types/components/input/trigger-button.i18n.d.ts +7 -0
  734. package/dist/types/components/label/label.d.ts +3 -5
  735. package/dist/types/components/list/item/item.d.ts +0 -5
  736. package/dist/types/components/list/item/item.interfaces.d.ts +1 -1
  737. package/dist/types/components/list/list.d.ts +0 -5
  738. package/dist/types/components/list/test/list.visual.play.d.ts +1 -0
  739. package/dist/types/components/logo/logo.d.ts +1 -2
  740. package/dist/types/components/modal/modal-body/modal-body.d.ts +15 -0
  741. package/dist/types/components/modal/modal-header/modal-header.d.ts +17 -0
  742. package/dist/types/components/modal/modal.controller.d.ts +3 -0
  743. package/dist/types/components/modal/modal.d.ts +97 -0
  744. package/dist/types/components/modal/modal.interfaces.d.ts +15 -0
  745. package/dist/types/components/modal/test/modal.a11y.play.d.ts +1 -0
  746. package/dist/types/components/modal/test/modal.component.play.d.ts +1 -0
  747. package/dist/types/components/modal/test/modal.visual.play.d.ts +1 -0
  748. package/dist/types/components/navbar/navbar.d.ts +128 -0
  749. package/dist/types/components/navbar/navbar.i18n.d.ts +9 -0
  750. package/dist/types/components/navbar/navbar.interfaces.d.ts +10 -0
  751. package/dist/types/components/navbar/test/navbar.a11y.play.d.ts +1 -0
  752. package/dist/types/components/navbar/test/navbar.component.play.d.ts +1 -0
  753. package/dist/types/components/navbar/test/navbar.visual.play.d.ts +1 -0
  754. package/dist/types/components/notification/notification.d.ts +1 -3
  755. package/dist/types/components/pagination/pagination.d.ts +0 -5
  756. package/dist/types/components/popup/popup.d.ts +152 -0
  757. package/dist/types/components/popup/popup.interfaces.d.ts +14 -0
  758. package/dist/types/components/popup/test/popup.a11y.play.d.ts +1 -0
  759. package/dist/types/components/popup/test/popup.component.play.d.ts +1 -0
  760. package/dist/types/components/popup/test/popup.visual.play.d.ts +1 -0
  761. package/dist/types/components/progress-bar/progress-bar.d.ts +0 -5
  762. package/dist/types/components/select/select-optgroup.d.ts +28 -0
  763. package/dist/types/components/select/select-option.d.ts +34 -0
  764. package/dist/types/components/select/select.d.ts +193 -0
  765. package/dist/types/components/select/select.i18n.d.ts +7 -0
  766. package/dist/types/components/select/select.interfaces.d.ts +16 -0
  767. package/dist/types/components/select/select.picker.d.ts +57 -0
  768. package/dist/types/components/select/test/select.a11y.play.d.ts +1 -0
  769. package/dist/types/components/select/test/select.component.play.d.ts +1 -0
  770. package/dist/types/components/select/test/select.visual.play.d.ts +1 -0
  771. package/dist/types/components/shape/shape.d.ts +2 -7
  772. package/dist/types/components/spinner/spinner.d.ts +0 -2
  773. package/dist/types/components/stack/stack.d.ts +7 -19
  774. package/dist/types/components/steps/step/step.d.ts +89 -0
  775. package/dist/types/components/steps/step-panel/step-panel.d.ts +34 -0
  776. package/dist/types/components/steps/steps/steps.d.ts +77 -0
  777. package/dist/types/components/steps/steps.interfaces.d.ts +10 -0
  778. package/dist/types/components/steps/test/steps.a11y.play.d.ts +1 -0
  779. package/dist/types/components/steps/test/steps.component.play.d.ts +1 -0
  780. package/dist/types/components/steps/test/steps.visual.play.d.ts +1 -0
  781. package/dist/types/components/tabs/tab/tab.d.ts +67 -0
  782. package/dist/types/components/tabs/tab-panel/tab-panel.d.ts +34 -0
  783. package/dist/types/components/tabs/tabs/tabs.d.ts +97 -0
  784. package/dist/types/components/tabs/tabs/tabs.i18n.d.ts +7 -0
  785. package/dist/types/components/tabs/tabs.interfaces.d.ts +12 -0
  786. package/dist/types/components/tabs/test/tabs.a11y.play.d.ts +1 -0
  787. package/dist/types/components/tabs/test/tabs.component.play.d.ts +1 -0
  788. package/dist/types/components/tabs/test/tabs.visual.play.d.ts +1 -0
  789. package/dist/types/components/tag/tag.d.ts +1 -3
  790. package/dist/types/components/text/text.d.ts +2 -7
  791. package/dist/types/components/time-input/test/time-input.visual.play.d.ts +1 -0
  792. package/dist/types/components/tooltip/test/tooltip.a11y.play.d.ts +1 -0
  793. package/dist/types/components/tooltip/test/tooltip.component.play.d.ts +1 -0
  794. package/dist/types/components/tooltip/test/tooltip.visual.play.d.ts +1 -0
  795. package/dist/types/components/tooltip/tooltip.d.ts +85 -0
  796. package/dist/types/components/tooltip/tooltip.interfaces.d.ts +10 -0
  797. package/dist/types/components.d.ts +4913 -1926
  798. package/dist/types/foundation/colors.visual.play.d.ts +1 -0
  799. package/dist/types/global/config/config.const.d.ts +3 -0
  800. package/dist/types/global/config/config.default.d.ts +0 -40
  801. package/dist/types/global/config/config.meta.d.ts +2 -0
  802. package/dist/types/global/config/config.types.d.ts +27 -0
  803. package/dist/types/global/config/index.d.ts +1 -0
  804. package/dist/types/global/index.d.ts +0 -1
  805. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/carousel.po.d.ts +12 -0
  806. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/data-item.po.d.ts +16 -0
  807. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/data.po.d.ts +12 -0
  808. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/date.po.d.ts +15 -0
  809. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/drawer.po.d.ts +11 -0
  810. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/file-upload.po.d.ts +16 -0
  811. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/footer.po.d.ts +16 -0
  812. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/hint.po.d.ts +10 -0
  813. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/index.d.ts +15 -0
  814. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/modal.po.d.ts +15 -0
  815. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/navbar.po.d.ts +13 -0
  816. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/popup.po.d.ts +11 -0
  817. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/select.po.d.ts +24 -0
  818. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/steps.po.d.ts +13 -0
  819. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/tabs.po.d.ts +13 -0
  820. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/components/tooltip.po.d.ts +6 -0
  821. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/playwright/src/lib/page/utils/goto.d.ts +1 -1
  822. package/dist/types/index.d.ts +4 -1
  823. package/dist/types/stencil-public-runtime.d.ts +1 -0
  824. package/dist/types/utils/attributes.d.ts +0 -8
  825. package/dist/types/utils/focus.d.ts +18 -0
  826. package/dist/types/utils/form-control.d.ts +2 -2
  827. package/dist/types/utils/has-value.d.ts +1 -0
  828. package/dist/types/utils/index.d.ts +7 -5
  829. package/dist/types/utils/number.d.ts +0 -3
  830. package/dist/types/utils/property-decorators/array-of.d.ts +9 -0
  831. package/dist/types/utils/property-decorators/bound.d.ts +36 -0
  832. package/dist/types/utils/property-decorators/create-validator-decorator.d.ts +48 -0
  833. package/dist/types/utils/property-decorators/date.d.ts +6 -0
  834. package/dist/types/utils/property-decorators/index.d.ts +9 -0
  835. package/dist/types/utils/property-decorators/iso-date.d.ts +6 -0
  836. package/dist/types/utils/property-decorators/one-of.d.ts +8 -0
  837. package/dist/types/utils/property-decorators/pattern.d.ts +8 -0
  838. package/dist/types/utils/property-decorators/required.d.ts +17 -0
  839. package/dist/types/utils/property-decorators/type.d.ts +9 -0
  840. package/dist/types/utils/property-decorators/url.d.ts +6 -0
  841. package/dist/types/utils/svg.d.ts +2 -0
  842. package/docs/cem.json +17659 -0
  843. package/docs/components.json +38767 -17409
  844. package/docs/html.html-data.json +1529 -147
  845. package/docs/tags.json +29 -1
  846. package/package.json +45 -38
  847. package/sbom.cdx.json +54391 -0
  848. package/README.md +0 -33
  849. package/components/p-82RSSk25.js +0 -4
  850. package/components/p-BEngECpF.js +0 -4
  851. package/components/p-BMBthpLd.js +0 -4
  852. package/components/p-BNY3JzuV.js +0 -4
  853. package/components/p-BOTkpyFe.js +0 -5
  854. package/components/p-BOgMmRCt.js +0 -4
  855. package/components/p-CDYlUuhB.js +0 -4
  856. package/components/p-Cb75Rr6o.js +0 -4
  857. package/components/p-CojUmpFm.js +0 -4
  858. package/components/p-DHeVI6dR.js +0 -4
  859. package/components/p-DTPbL3uY.js +0 -4
  860. package/components/p-DnnGnukM.js +0 -4
  861. package/components/p-DtuTnY5l.js +0 -4
  862. package/components/p-JZ1uDtZv.js +0 -4
  863. package/components/p-cSbDziZm.js +0 -4
  864. package/components/p-gA-94RPS.js +0 -4
  865. package/components/p-xDEngwqW.js +0 -4
  866. package/dist/cjs/contact-SPfz2A_q.js +0 -1647
  867. package/dist/cjs/ds-content.cjs.entry.js +0 -154
  868. package/dist/cjs/ds-divider.cjs.entry.js +0 -131
  869. package/dist/cjs/ds-stack.cjs.entry.js +0 -224
  870. package/dist/cjs/isEmpty-BmKp4bH4.js +0 -99
  871. package/dist/cjs/stack.interfaces-6vlKvBmb.js +0 -68
  872. package/dist/cjs/svg-D7Mwbcvp.js +0 -1482
  873. package/dist/cjs/validate.decorator-C9-9HA0Y.js +0 -115
  874. package/dist/collection/global/constants/icons.constant.js +0 -42
  875. package/dist/collection/utils/element-states/element-states.decorator.js +0 -23
  876. package/dist/collection/utils/element-states/element-states.listener.js +0 -55
  877. package/dist/collection/utils/element-states/element-states.subject.js +0 -24
  878. package/dist/collection/utils/element-states/index.js +0 -5
  879. package/dist/collection/utils/keyboard/index.js +0 -6
  880. package/dist/collection/utils/keyboard/keyboard.decorator.js +0 -23
  881. package/dist/collection/utils/keyboard/keyboard.listener.js +0 -34
  882. package/dist/collection/utils/keyboard/keyboard.subject.js +0 -24
  883. package/dist/collection/utils/property-checkers/check-array-of.js +0 -13
  884. package/dist/collection/utils/property-checkers/check-date.js +0 -18
  885. package/dist/collection/utils/property-checkers/check-iso-date.js +0 -14
  886. package/dist/collection/utils/property-checkers/check-one-of.js +0 -13
  887. package/dist/collection/utils/property-checkers/check-pattern.js +0 -13
  888. package/dist/collection/utils/property-checkers/check-type.js +0 -20
  889. package/dist/collection/utils/property-checkers/check-url.js +0 -20
  890. package/dist/collection/utils/property-checkers/empty-or.js +0 -15
  891. package/dist/collection/utils/property-checkers/index.js +0 -57
  892. package/dist/collection/utils/property-checkers/required-and.js +0 -20
  893. package/dist/collection/utils/swipe/index.js +0 -6
  894. package/dist/collection/utils/swipe/swipe.decorator.js +0 -23
  895. package/dist/collection/utils/swipe/swipe.listener.js +0 -33
  896. package/dist/collection/utils/swipe/swipe.subject.js +0 -28
  897. package/dist/collection/utils/validate.decorator.js +0 -203
  898. package/dist/design-system/p-03bbcdf9de.entry.js +0 -4
  899. package/dist/design-system/p-1154323457.entry.js +0 -4
  900. package/dist/design-system/p-1f0601a4f4.entry.js +0 -4
  901. package/dist/design-system/p-21b080a49a.entry.js +0 -4
  902. package/dist/design-system/p-27c34c4e5f.entry.js +0 -4
  903. package/dist/design-system/p-2b91de302f.entry.js +0 -4
  904. package/dist/design-system/p-31c1235ac5.entry.js +0 -4
  905. package/dist/design-system/p-3259acaa64.entry.js +0 -4
  906. package/dist/design-system/p-339d85cca0.entry.js +0 -4
  907. package/dist/design-system/p-35e63b52e7.entry.js +0 -4
  908. package/dist/design-system/p-363f3a7ab4.entry.js +0 -4
  909. package/dist/design-system/p-3d901720f7.entry.js +0 -4
  910. package/dist/design-system/p-40ba8b9812.entry.js +0 -4
  911. package/dist/design-system/p-432430e14f.entry.js +0 -4
  912. package/dist/design-system/p-487807f228.entry.js +0 -4
  913. package/dist/design-system/p-4a049d1b7f.entry.js +0 -4
  914. package/dist/design-system/p-4f4cce8ce4.entry.js +0 -4
  915. package/dist/design-system/p-5a901a9b8e.entry.js +0 -4
  916. package/dist/design-system/p-5d3330bf93.entry.js +0 -4
  917. package/dist/design-system/p-640223834c.entry.js +0 -4
  918. package/dist/design-system/p-6b9aab417f.entry.js +0 -4
  919. package/dist/design-system/p-799705af3a.entry.js +0 -4
  920. package/dist/design-system/p-82RSSk25.js +0 -4
  921. package/dist/design-system/p-8e0872fef0.entry.js +0 -4
  922. package/dist/design-system/p-9617d56181.entry.js +0 -4
  923. package/dist/design-system/p-BaIoYrFa.js +0 -5
  924. package/dist/design-system/p-Cb75Rr6o.js +0 -4
  925. package/dist/design-system/p-CqZ6YSy9.js +0 -4
  926. package/dist/design-system/p-CqzM3doy.js +0 -4
  927. package/dist/design-system/p-CuwLeg-T.js +0 -5
  928. package/dist/design-system/p-DTPbL3uY.js +0 -4
  929. package/dist/design-system/p-aff68865ee.entry.js +0 -4
  930. package/dist/design-system/p-b3c6327744.entry.js +0 -4
  931. package/dist/design-system/p-be9023a38b.entry.js +0 -4
  932. package/dist/design-system/p-c031d1dce5.entry.js +0 -4
  933. package/dist/design-system/p-c3ae96e220.entry.js +0 -4
  934. package/dist/design-system/p-d430812a57.entry.js +0 -4
  935. package/dist/design-system/p-de1354f022.entry.js +0 -4
  936. package/dist/design-system/p-e3d0c82e2a.entry.js +0 -4
  937. package/dist/design-system/p-ea1a5e1f75.entry.js +0 -4
  938. package/dist/design-system/p-ea7169501c.entry.js +0 -4
  939. package/dist/design-system/p-eab397e041.entry.js +0 -4
  940. package/dist/design-system/p-ecba4deb9a.entry.js +0 -4
  941. package/dist/design-system/p-fe0dbd4b03.entry.js +0 -4
  942. package/dist/design-system/p-ng5ZzTOj.js +0 -4
  943. package/dist/esm/contact-Cb75Rr6o.js +0 -1636
  944. package/dist/esm/ds-content.entry.js +0 -152
  945. package/dist/esm/ds-divider.entry.js +0 -129
  946. package/dist/esm/ds-stack.entry.js +0 -222
  947. package/dist/esm/isEmpty-DmZYZqE9.js +0 -97
  948. package/dist/esm/stack.interfaces-ng5ZzTOj.js +0 -62
  949. package/dist/esm/svg-BaIoYrFa.js +0 -1480
  950. package/dist/esm/validate.decorator-82RSSk25.js +0 -110
  951. package/dist/types/global/constants/icons.constant.d.ts +0 -38
  952. package/dist/types/utils/element-states/element-states.decorator.d.ts +0 -3
  953. package/dist/types/utils/element-states/element-states.interfaces.d.ts +0 -10
  954. package/dist/types/utils/element-states/element-states.listener.d.ts +0 -15
  955. package/dist/types/utils/element-states/element-states.subject.d.ts +0 -8
  956. package/dist/types/utils/element-states/index.d.ts +0 -2
  957. package/dist/types/utils/keyboard/index.d.ts +0 -3
  958. package/dist/types/utils/keyboard/keyboard.decorator.d.ts +0 -3
  959. package/dist/types/utils/keyboard/keyboard.interfaces.d.ts +0 -8
  960. package/dist/types/utils/keyboard/keyboard.listener.d.ts +0 -9
  961. package/dist/types/utils/keyboard/keyboard.subject.d.ts +0 -8
  962. package/dist/types/utils/property-checkers/check-array-of.d.ts +0 -2
  963. package/dist/types/utils/property-checkers/check-date.d.ts +0 -1
  964. package/dist/types/utils/property-checkers/check-iso-date.d.ts +0 -1
  965. package/dist/types/utils/property-checkers/check-one-of.d.ts +0 -1
  966. package/dist/types/utils/property-checkers/check-pattern.d.ts +0 -1
  967. package/dist/types/utils/property-checkers/check-type.d.ts +0 -2
  968. package/dist/types/utils/property-checkers/check-url.d.ts +0 -1
  969. package/dist/types/utils/property-checkers/constants.d.ts +0 -1
  970. package/dist/types/utils/property-checkers/empty-or.d.ts +0 -1
  971. package/dist/types/utils/property-checkers/index.d.ts +0 -19
  972. package/dist/types/utils/property-checkers/required-and.d.ts +0 -1
  973. package/dist/types/utils/swipe/index.d.ts +0 -3
  974. package/dist/types/utils/swipe/swipe.decorator.d.ts +0 -5
  975. package/dist/types/utils/swipe/swipe.interfaces.d.ts +0 -10
  976. package/dist/types/utils/swipe/swipe.listener.d.ts +0 -10
  977. package/dist/types/utils/swipe/swipe.subject.d.ts +0 -11
  978. package/dist/types/utils/validate.decorator.d.ts +0 -114
  979. /package/dist/collection/{utils/element-states/element-states.interfaces.js → components/data/data-item.interfaces.js} +0 -0
  980. /package/dist/collection/{utils/keyboard/keyboard.interfaces.js → components/data/data-label.interfaces.js} +0 -0
  981. /package/dist/collection/{utils/property-checkers/property-types.js → components/data/data-value.interfaces.js} +0 -0
  982. /package/dist/collection/{utils/swipe/swipe.interfaces.js → components/data/data.interfaces.js} +0 -0
  983. /package/dist/collection/utils/{property-checkers/is-iso-date.js → is-iso-date.js} +0 -0
  984. /package/dist/collection/utils/{keyboard/keyboard.helpers.js → keyboard.js} +0 -0
  985. /package/dist/types/utils/{property-checkers/is-iso-date.d.ts → is-iso-date.d.ts} +0 -0
  986. /package/dist/types/utils/{property-checkers/is-value-empty.d.ts → is-value-empty.d.ts} +0 -0
  987. /package/dist/types/utils/{keyboard/keyboard.helpers.d.ts → keyboard.d.ts} +0 -0
  988. /package/dist/types/utils/{property-checkers/property-types.d.ts → property-types.d.ts} +0 -0
package/README.md DELETED
@@ -1,33 +0,0 @@
1
- <a href="https://design.baloise.dev" target="blank">
2
- <img src="https://raw.githubusercontent.com/baloise/design-system/next/docs/src/assets/images/banner.svg?sanitize=true" alt="Helvetia Design System" />
3
- </a>
4
-
5
- <br />
6
- <br />
7
-
8
- <p align="center">Built with accessibility and simplicity in mind, the Helvetia Design System provides UI components and a clearly defined visual style for building web applications.
9
- </p>
10
-
11
- <p align="center">
12
- <a href="https://github.com/baloise/design-system/actions/workflows/continuous.yml">
13
- <img src="https://github.com/baloise/design-system/actions/workflows/continuous.yml/badge.svg?branch=main" alt="Continuous" />
14
- </a>
15
- <a href="https://www.npmjs.com/package/@baloise/ds-core">
16
- <img src="https://img.shields.io/npm/v/@baloise/ds-core" alt="NPM" />
17
- </a>
18
- <a href="https://www.npmjs.com/package/@baloise/ds-core">
19
- <img src="https://img.shields.io/bundlephobia/min/@baloise/ds-core" alt="Bundle Size" />
20
- </a>
21
- </p>
22
-
23
- <h3 align="center">
24
- <a href="https://design.baloise.dev/?path=/docs/development-getting-started--documentation">Quickstart</a>
25
- <span> · </span>
26
- <a href="https://design.baloise.dev">
27
- Documentation
28
- </a>
29
- <span> · </span>
30
- <a href="https://design.baloise.dev/?path=/docs/contributing-overview--documentation">Contribute</a>
31
- <span> · </span>
32
- <a href="https://github.com/baloise/design-system/blob/main/CHANGELOG.md">Changelog</a>
33
- </h3>
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
- */
4
- const o=[void 0,null,"",Number.NaN];function n(o){return(n,t)=>{const e=n.el.localName,r=n[t],c="array"===o,s=Array.isArray(r),a=`The prop \`${t}\` of the \`${e}\` component must be of type \`${o}\`. Received: ${JSON.stringify(r)} (${typeof r})`;c||s?s!==c&&console.error(`${a}\n`,n.el):typeof r!==o&&console.error(`${a}\n`,n.el)}}const t=(e=n,n=>{const t=e(n);return(n,e)=>{const r=`The prop \`${e}\` of the \`${n.el.localName}\` component is not defined.`;if(function(n){return o.some((o=>Object.is(o,n)))}(n[e]))throw new Error(r);t(n,e)}});var e;const r=Symbol("validate-metadata");function c(o,n,t){o[r]||(o[r]={}),o[r][n]={validator:t}}function s(o){const n=o.constructor.prototype[r]||{};0!==Object.keys(n).length&&(Object.entries(n).forEach((([n,t])=>{t.validator(o,n)})),o.__validators=n)}function a(...o){return(n,t)=>{var e;c(n,t,(e=o,(o,n)=>{const t=o[n],r=`The prop \`${n}\` of the \`${o.el.localName}\` component must be one of the following values: ${e.join(", ")}. Received: ${JSON.stringify(t)}`;e.includes(t)||console.error(`${r}\n`,o.el)}))}}function u(o){return(t,e)=>{c(t,e,n(o))}}function f(o){return(n,e)=>{c(n,e,t(o))}}export{u as V,a,f as b,s}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
- */
4
- import{I as a,a as o,L as n,b as s,c,d as e,e as I,f as t,g as r,h as i,i as l,j as u,k as d,l as g,m,n as C,o as p,p as f,q as b,r as k,s as h,t as v,u as D,v as L,w,x as G,y as F,z as A,A as N,B as y,C as B,D as E,E as H,F as M,G as T,H as U,J as j,K as x}from"./p-DnnGnukM.js";const P={IconClock:x,IconClose:j,IconInfoCircle:U,IconPlus:T,IconMinus:M,IconEdit:H,IconTrash:E,IconNavGoLeft:B,IconNavGoRight:y,IconNavGoDown:N,IconNavGoUp:A,IconCheck:F,IconDate:G,IconDocument:w,IconUpload:L,IconMenuBars:D,IconFacebook:v,IconInstagram:h,IconLink:k,IconLinkedin:b,IconTwitter:f,IconX:p,IconXing:C,IconYoutube:m,IconWeb:g,IconCaretDown:d,IconCaretLeft:u,IconCaretRight:l,IconCaretUp:i,IconFile:r,IconPicture:t,IconVideo:I,IconAudio:e,IconDownload:c,IconAlert:s,IconAlertTriangle:n,IconBell:o,IconInformation:a},R={brand:"helvetia",region:"CH",language:"de",allowedLanguages:["de","fr","it","en"],icons:P,fallbackLanguage:"de",logger:{components:[],event:!1,lifecycle:!1,render:!1,custom:!1},animated:!0,httpFormSubmit:!0,_generateHydrateForCustomElementsOutput:!1},X=`${R.language}-${R.region}`;export{P as a,X as b,R as d}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
- */
4
- import{p as e,H as i,h as r,e as n,t as s}from"./p-BNY3JzuV.js";import{_ as t,L as o,a}from"./p-Dr4dquer.js";import{k as d,r as l}from"./p-BOgMmRCt.js";import{s as c,a as p,V as m}from"./p-82RSSk25.js";import{d as h}from"./p-BEngECpF.js";import{L as g}from"./p-cSbDziZm.js";const v={de:{loading:"Laden"},en:{loading:"Loading"},fr:{loading:"Chargement"},it:{loading:"Caricamento"},nl:{loading:"Laden"},es:{loading:"Cargando"},pl:{loading:"Ładowanie"},pt:{loading:"Carregando"},sv:{loading:"Laddar"},fi:{loading:"Ladataan"}},b=e(class extends i{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.animated=h.animated,this.language=h.language,this.region=h.region,this.color="blue",this.deactivated=!1,this.inverted=!1,this.size="",this.small=!1,this.label="",this.labelPosition="right",this.variation="logo",this.animate=async()=>{this.animated?(await this.load(),void 0!==this.currentRaf&&cancelAnimationFrame(this.currentRaf),this.shouldAnimate()&&(this.destroy(),this.currentRaf=d((async()=>{this.animationFunction&&this.innerEl&&this.animationFunction(this.innerEl,this.getColor())})))):this.destroy()},this.destroy=()=>{this.animationItem&&this.animationItem.destroy&&this.animationItem.destroy(),this.innerEl.innerHTML=""},this.shouldAnimate=()=>"logo"===this.variation&&"undefined"!=typeof window&&void 0!==this.animationFunction&&!this.deactivated,this.load=async()=>new Promise(((e,i)=>{if(this.animationFunction)return e();l((async()=>{import("./p-HDclecaJ.js").then((i=>{this.animationFunction=i.animate,e()})).catch(i)}))}))}createLogger(e){this.log=e}deactivatedChanged(e,i){e!==i&&(this.deactivated?this.destroy():this.animate())}smallChanged(e,i){e!==i&&!0===e&&(this.size="sm")}variationChanged(e,i){e!==i&&("circle"===this.variation?this.destroy():this.animate())}connectedCallback(){c(this),this.smallChanged(this.small,!1)}componentDidLoad(){"logo"===this.variation?this.animate():this.destroy()}disconnectedCallback(){this.el&&this.innerEl&&!this.el.isConnected&&this.destroy()}async configChanged(e){this.animated=e.animated,this.language=e.language,this.region=e.region,!1===e.animated&&this.destroy()}getColor(){try{const e=this.el?getComputedStyle(this.el).getPropertyValue("--spinner-color").trim():"";if(e)return e}catch(e){}return this.inverted?"#ffffff":"#151f6d"}render(){return r(n,{key:"51cc071f89287840391cc33d5405bb1bfca4523f",role:"progressbar","aria-label":this.label||v[this.language].loading,class:{"is-animated":this.animated,"is-circle":"circle"===this.variation,"is-sm":"sm"===this.size,"is-white":"white"===this.color,"is-label-right":!!this.label&&"right"===this.labelPosition,"is-label-bottom":!!this.label&&"bottom"===this.labelPosition}},r("div",{key:"d0ecd97e9a41bd7e5d3b33bc0fd9333acc645632"},r("div",{key:"58e0b422a077c3f159236ec70605c2289bef0192",id:"inner",part:"inner",ref:e=>this.innerEl=e})),this.label&&r("span",{key:"15f04744d573e087dd5126d6449bd8781cd48231",part:"label"},this.label))}get el(){return this}static get watchers(){return{deactivated:[{deactivatedChanged:0}],small:[{smallChanged:0}],variation:[{variationChanged:0}]}}static get style(){return":host{--_spinner-position:var(--spinner-position, var(--mod-spinner-position, static));--_spinner-top:var(--spinner-top, var(--mod-spinner-top));--_spinner-right:var(--spinner-right, var(--mod-spinner-right));--_spinner-bottom:var(--spinner-bottom, var(--mod-spinner-bottom));--_spinner-left:var(--spinner-left, var(--mod-spinner-left));position:var(--_spinner-position);top:var(--_spinner-top);right:var(--_spinner-right);bottom:var(--_spinner-bottom);left:var(--_spinner-left);--_spinner-m:var(--spinner-m, var(--mod-spinner-m, 0));--_spinner-my:var(--spinner-my, var(--mod-spinner-my));--_spinner-mx:var(--spinner-mx, var(--mod-spinner-mx));--_spinner-ml:var(--spinner-ml, var(--mod-spinner-ml));--_spinner-mr:var(--spinner-mr, var(--mod-spinner-mr));--_spinner-mt:var(--spinner-mt, var(--mod-spinner-mt));--_spinner-mb:var(--spinner-mb, var(--mod-spinner-mb));margin:var(--_spinner-m);margin-inline:var(--_spinner-mx);margin-block:var(--_spinner-my);margin-left:var(--_spinner-ml);margin-right:var(--_spinner-mr);margin-top:var(--_spinner-mt);margin-bottom:var(--_spinner-mb);--_spinner-size:var(--spinner-size, var(--mod-spinner-size, var(--ds-spinner-size)));--_spinner-circle-size:var(--spinner-circle-size, var(--mod-spinner-circle-size, var(--ds-spinner-circle-size)));--_spinner-circle-border-width:var(--spinner-circle-border-width, var(--mod-spinner-circle-border-width, var(--ds-spinner-circle-border-width)));--_spinner-circle-color-border-background:var(--spinner-circle-color-border-background, var(--mod-spinner-circle-color-border-background, var(--ds-spinner-circle-color-background)));--_spinner-circle-color-border-progress:var(--spinner-circle-color-border-progress, var(--mod-spinner-circle-color-border-progress, var(--ds-spinner-circle-color-progress)))}:host{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;user-drag:none}:host,:host>div{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;text-align:center}:host svg{-webkit-transform:unset !important;transform:unset !important}:host(:not(.is-circle))>div{width:var(--_spinner-size)}:host(.is-circle) #inner{border-radius:50%;border-style:solid;border-width:var(--_spinner-circle-border-width);border-color:var(--_spinner-circle-color-border-background);border-top-color:var(--_spinner-circle-color-border-progress);width:var(--_spinner-circle-size);height:var(--_spinner-circle-size)}:host(.is-animated) #inner{-webkit-animation:spinner 1.6s linear infinite;animation:spinner 1.6s linear infinite}:host(.is-sm){--mod-spinner-size:2rem;--mod-spinner-circle-size:1.125rem;--mod-spinner-circle-border-width:0.2rem}:host(.is-white){--mod-spinner-circle-color-border-background:var(--ds-spinner-circle-color-inverted-background);--mod-spinner-circle-color-border-progress:var(--ds-spinner-circle-color-progress-inverted)}:host(.is-label-right){-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;gap:.5rem;width:auto}:host(.is-label-bottom){-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:.25rem;width:auto}::part(label){font-family:var(--ds-global-font-family-text);line-height:var(--ds-typography-line-height-base)}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}"}},[1,"ds-spinner",{color:[1],deactivated:[4],inverted:[4],size:[1025],small:[4],label:[1],labelPosition:[1,"label-position"],variation:[1],animated:[32],language:[32],region:[32],configChanged:[64]},void 0,{deactivated:[{deactivatedChanged:0}],small:[{smallChanged:0}],variation:[{variationChanged:0}]}]);function f(){"undefined"!=typeof customElements&&["ds-spinner"].forEach((e=>{"ds-spinner"===e&&(customElements.get(s(e))||customElements.define(s(e),b))}))}t([o("spinner"),a("design:type",Function),a("design:paramtypes",[Function]),a("design:returntype",void 0)],b.prototype,"createLogger",null),t([p("blue","white"),a("design:type",String)],b.prototype,"color",void 0),t([m("boolean"),a("design:type",Boolean)],b.prototype,"deactivated",void 0),t([m("boolean"),a("design:type",Boolean)],b.prototype,"inverted",void 0),t([p("sm",""),a("design:type",String)],b.prototype,"size",void 0),t([m("boolean"),a("design:type",Boolean)],b.prototype,"small",void 0),t([m("string"),a("design:type",String)],b.prototype,"label",void 0),t([p("right","bottom"),a("design:type",String)],b.prototype,"labelPosition",void 0),t([p("logo","circle"),a("design:type",String)],b.prototype,"variation",void 0),t([g(),a("design:type",Function),a("design:paramtypes",[Object]),a("design:returntype",Promise)],b.prototype,"configChanged",null);export{b as S,f as d}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
- */
4
- class t{get width(){return e.hasWindow?window.innerWidth:0}get height(){return e.hasWindow?window.innerHeight:0}}const e=new class{constructor(){this.window=new t}get isSafari(){return/^((?!chrome|android).)*safari/i.test(this.userAgent)}get hasWindow(){return"undefined"!=typeof window}get hasNavigator(){return"undefined"!=typeof navigator}get hasDocument(){return"undefined"!=typeof document}get userAgent(){var t;return this.hasWindow&&this.hasNavigator&&null!==(t=navigator.userAgent)&&void 0!==t?t:""}},n="/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}:host{-webkit-box-sizing:border-box;box-sizing:border-box}:host *{-webkit-box-sizing:border-box;box-sizing:border-box}";function o(t,e,n){const o="undefined"!=typeof HTMLElement?HTMLElement.prototype:null;for(;t&&t!==o;){const o=Object.getOwnPropertyDescriptor(t,e);if(o&&(!n||o.get))return o;t=Object.getPrototypeOf(t)}}var s,i=(t,e)=>{var n;Object.entries(null!=(n=e.o.t)?n:{}).map((([n,[s]])=>{if(31&s||32&s){const s=t[n],i=o(Object.getPrototypeOf(t),n,!0)||Object.getOwnPropertyDescriptor(t,n);i&&Object.defineProperty(t,n,{get(){return i.get.call(this)},set(t){i.set.call(this,t)},configurable:!0,enumerable:!0}),e.i.has(n)?t[n]=e.i.get(n):void 0!==s&&(t[n]=s)}}))},l=t=>{if(t.__stencil__getHostRef)return t.__stencil__getHostRef()},r=(t,e)=>e in t,c=(t,e)=>(0,console.error)(t,e),f=new Map,u="http://www.w3.org/1999/xlink",a=["formAssociatedCallback","formResetCallback","formDisabledCallback","formStateRestoreCallback"],d="undefined"!=typeof window?window:{},h=d.HTMLElement||class{},b={l:0,u:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,e,n,o)=>t.addEventListener(e,n,o),rel:(t,e,n,o)=>t.removeEventListener(e,n,o),ce:(t,e)=>new CustomEvent(t,e)},p=t=>{Object.assign(b,t)},v=(()=>{var t;let e=!1;try{null==(t=d.document)||t.addEventListener("e",null,Object.defineProperty({},"passive",{get(){e=!0}}))}catch(t){}return e})(),g=(()=>{try{return!!d.document.adoptedStyleSheets&&(new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync)}catch(t){}return!1})(),m=!!g&&(()=>!!d.document&&Object.getOwnPropertyDescriptor(d.document.adoptedStyleSheets,"length").writable)(),y=!1,w=[],$=[],j=(t,e)=>n=>{t.push(n),y||(y=!0,e&&4&b.l?N(S):b.raf(S))},O=t=>{for(let e=0;e<t.length;e++)try{t[e](performance.now())}catch(t){c(t)}t.length=0},S=()=>{O(w),O($),(y=w.length>0)&&b.raf(S)},N=t=>Promise.resolve(undefined).then(t),x=j($,!0),k=t=>{const e=new URL(t,b.u);return e.origin!==d.location.origin?e.href:e.pathname},C=t=>b.u=t;function E(){var t;const e=this.attachShadow({mode:"open"});if(void 0===s&&(s=null!=(t=function(t){if(!g)return;const e=new CSSStyleSheet;return e.replaceSync(t),e}(n))?t:null),s)m?e.adoptedStyleSheets.push(s):e.adoptedStyleSheets=[...e.adoptedStyleSheets,s];else if(!g){const t=document.createElement("style");t.innerHTML=n,e.prepend(t)}}var M=t=>{const e=tt(t,"childNodes");t.tagName&&t.tagName.includes("-")&&t["s-cr"]&&"SLOT-FB"!==t.tagName&&A(e,t.tagName).forEach((t=>{1===t.nodeType&&"SLOT-FB"===t.tagName&&(t.hidden=!!L(t,z(t),!1).length)}));let n=0;for(n=0;n<e.length;n++){const t=e[n];1===t.nodeType&&tt(t,"childNodes").length&&M(t)}},_=t=>{const e=[];for(let n=0;n<t.length;n++){const o=t[n]["s-nr"]||void 0;o&&o.isConnected&&e.push(o)}return e};function A(t,e,n){let o,s=0,i=[];for(;s<t.length;s++){if(o=t[s],o["s-sr"]&&(!e||o["s-hn"]===e)&&(void 0===n||z(o)===n)&&(i.push(o),void 0!==n))return i;i=[...i,...A(o.childNodes,e,n)]}return i}var L=(t,e,n=!0)=>{const o=[];(n&&t["s-sr"]||!t["s-sr"])&&o.push(t);let s=t;for(;s=s.nextSibling;)z(s)!==e||!n&&s["s-sr"]||o.push(s);return o},R=(t,e)=>1===t.nodeType?null===t.getAttribute("slot")&&""===e||t.getAttribute("slot")===e:t["s-sn"]===e||""===e,T=(t,e,n)=>{if(t["s-ol"]&&t["s-ol"].isConnected)return;const o=document.createTextNode("");if(o["s-nr"]=t,!e["s-cr"]||!e["s-cr"].parentNode)return;const s=e["s-cr"].parentNode;tt(s,n?"prepend":"appendChild").call(s,o),t["s-ol"]=o,t["s-sh"]=e["s-hn"]},z=t=>"string"==typeof t["s-sn"]?t["s-sn"]:1===t.nodeType&&t.getAttribute("slot")||void 0;function D(t){t.dispatchEvent(new CustomEvent("slotchange",{bubbles:!1,cancelable:!1,composed:!1}))}function F(t,e){var n;if(!(e=e||(null==(n=t["s-ol"])?void 0:n.parentElement)))return{slotNode:null,slotName:""};const o=t["s-sn"]=z(t)||"";return{slotNode:A(tt(e,"childNodes"),e.tagName,o)[0],slotName:o}}var B=t=>{if(t.__cloneNode)return;const e=t.__cloneNode=t.cloneNode;t.cloneNode=function(t){const n=this.shadowRoot&&true,o=e.call(this,!!n&&t);if(!n&&t){let t,e,n=0;const s=["s-id","s-cr","s-lr","s-rc","s-sc","s-p","s-cn","s-sr","s-sn","s-hn","s-ol","s-nr","s-si","s-rf","s-scs"],i=this.__childNodes||this.childNodes;for(;n<i.length;n++)t=i[n]["s-nr"],e=s.every((t=>!i[n][t])),t&&(o.__appendChild?o.__appendChild(t.cloneNode(!0)):o.appendChild(t.cloneNode(!0))),e&&o.appendChild(i[n].cloneNode(!0))}return o}},W=t=>{t.__appendChild||(t.__appendChild=t.appendChild,t.appendChild=function(t){const{slotName:e,slotNode:n}=F(t,this);if(n){T(t,n);const o=L(n,e),s=o[o.length-1],i=tt(s,"parentNode"),l=tt(i,"insertBefore")(t,s.nextSibling);return D(n),M(this),l}return this.__appendChild(t)})},H=t=>{t.__removeChild||(t.__removeChild=t.removeChild,t.removeChild=function(t){return t&&void 0!==t["s-sn"]&&A(this.__childNodes||this.childNodes,this.tagName,t["s-sn"])&&t.isConnected?(t.remove(),void M(this)):this.__removeChild(t)})},P=t=>{t.__prepend||(t.__prepend=t.prepend,t.prepend=function(...e){e.forEach((e=>{"string"==typeof e&&(e=this.ownerDocument.createTextNode(e));const n=(e["s-sn"]=z(e))||"",o=A(tt(this,"childNodes"),this.tagName,n)[0];if(o){T(e,o,!0);const t=L(o,n)[0],s=tt(t,"parentNode"),i=tt(s,"insertBefore")(e,tt(t,"nextSibling"));return D(o),i}return 1===e.nodeType&&e.getAttribute("slot")&&(e.hidden=!0),t.__prepend(e)}))})},U=t=>{t.__append||(t.__append=t.append,t.append=function(...t){t.forEach((t=>{"string"==typeof t&&(t=this.ownerDocument.createTextNode(t)),this.appendChild(t)}))})},q=t=>{if(t.__insertAdjacentHTML)return;const e=t.insertAdjacentHTML;t.insertAdjacentHTML=function(t,n){if("afterbegin"!==t&&"beforeend"!==t)return e.call(this,t,n);const o=this.ownerDocument.createElement("_");let s;if(o.innerHTML=n,"afterbegin"===t)for(;s=o.firstChild;)this.prepend(s);else if("beforeend"===t)for(;s=o.firstChild;)this.append(s)}},V=t=>{t.insertAdjacentText=function(t,e){this.insertAdjacentHTML(t,e)}},I=t=>{t.__insertBefore||t.__insertBefore||(t.__insertBefore=t.insertBefore,t.insertBefore=function(t,e){const{slotName:n,slotNode:o}=F(t,this),s=this.__childNodes?this.childNodes:_(this.childNodes);if(o){let i=!1;if(s.forEach((s=>{if(s!==e&&null!==e);else{if(i=!0,null===e||n!==e["s-sn"])return void this.appendChild(t);if(n===e["s-sn"]){T(t,o);const n=tt(e,"parentNode");tt(n,"insertBefore")(t,e),D(o)}}})),i)return t}const i=null==e?void 0:e.__parentNode;return i&&!this.isSameNode(i)?this.appendChild(t):this.__insertBefore(t,e)})},Y=t=>{if(t.__insertAdjacentElement)return;const e=t.insertAdjacentElement;t.insertAdjacentElement=function(t,n){return"afterbegin"!==t&&"beforeend"!==t?e.call(this,t,n):"afterbegin"===t?(this.prepend(n),n):"beforeend"===t?(this.append(n),n):n}},Z=t=>{X("textContent",t),Object.defineProperty(t,"textContent",{get:function(){let t="";return(this.__childNodes?this.childNodes:_(this.childNodes)).forEach((e=>t+=e.textContent||"")),t},set:function(t){(this.__childNodes?this.childNodes:_(this.childNodes)).forEach((t=>{t["s-ol"]&&t["s-ol"].remove(),t.remove()})),this.insertAdjacentHTML("beforeend",t)}})},G=t=>{class e extends Array{item(t){return this[t]}}X("children",t),Object.defineProperty(t,"children",{get(){return this.childNodes.filter((t=>1===t.nodeType))}}),Object.defineProperty(t,"childElementCount",{get(){return this.children.length}}),X("firstChild",t),Object.defineProperty(t,"firstChild",{get(){return this.childNodes[0]}}),X("lastChild",t),Object.defineProperty(t,"lastChild",{get(){return this.childNodes[this.childNodes.length-1]}}),X("childNodes",t),Object.defineProperty(t,"childNodes",{get(){const t=new e;return t.push(..._(this.__childNodes)),t}})},J=t=>{t&&!t.__parentNode&&(X("parentNode",t),Object.defineProperty(t,"parentNode",{get:function(){var t;return(null==(t=this["s-ol"])?void 0:t.parentNode)||this.__parentNode},set:function(t){this.__parentNode=t}}))},K=["children","nextElementSibling","previousElementSibling"],Q=["childNodes","firstChild","lastChild","nextSibling","previousSibling","textContent","parentNode"];function X(t,e){if(!globalThis.Node||!globalThis.Element)return;let n;K.includes(t)?n=Object.getOwnPropertyDescriptor(Element.prototype,t):Q.includes(t)&&(n=Object.getOwnPropertyDescriptor(Node.prototype,t)),n||(n=Object.getOwnPropertyDescriptor(e,t)),n&&Object.defineProperty(e,"__"+t,n)}function tt(t,e){if("__"+e in t){const n=t["__"+e];return"function"!=typeof n?n:n.bind(t)}return"function"!=typeof t[e]?t[e]:t[e].bind(t)}var et,nt,ot=new WeakMap,st=t=>"sc-"+t.h,it=t=>"object"==(t=typeof t)||"function"===t,lt=(t,e,...n)=>{let o=null,s=null,i=null,l=!1,r=!1;const c=[],f=e=>{for(let n=0;n<e.length;n++)o=e[n],Array.isArray(o)?f(o):null!=o&&"boolean"!=typeof o&&((l="function"!=typeof t&&!it(o))&&(o=String(o)),l&&r?c[c.length-1].p+=o:c.push(l?rt(null,o):o),r=l)};if(f(n),e){e.key&&(s=e.key),e.name&&(i=e.name);{const t=e.className||e.class;t&&(e.class="object"!=typeof t?t:Object.keys(t).filter((e=>t[e])).join(" "))}}if("function"==typeof t)return t(null===e?{}:e,c,ft);const u=rt(t,null);return u.v=e,c.length>0&&(u.m=c),u.$=s,u.j=i,u},rt=(t,e)=>({l:0,O:t,p:null!=e?e:null,S:null,m:null,v:null,$:null,j:null}),ct={},ft={forEach:(t,e)=>t.map(ut).forEach(e),map:(t,e)=>t.map(ut).map(e).map(at)},ut=t=>({vattrs:t.v,vchildren:t.m,vkey:t.$,vname:t.j,vtag:t.O,vtext:t.p}),at=t=>{if("function"==typeof t.vtag){const e={...t.vattrs};return t.vkey&&(e.key=t.vkey),t.vname&&(e.name=t.vname),lt(t.vtag,e,...t.vchildren||[])}const e=rt(t.vtag,t.vtext);return e.v=t.vattrs,e.m=t.vchildren,e.$=t.vkey,e.j=t.vname,e},dt=t=>{if(!t)return;const e=Object.keys(t);if(0===e.length)return;let n=!1;for(const o of e){if(n)break;for(const e of t[o])if("string"==typeof e){n=!0;break}}if(!n)return t;const o={};for(const n of e)o[n]=t[n].map((t=>"string"==typeof t?{[t]:0}:t));return o},ht=(t,e,n)=>null==t||it(t)?t:4&e?(n&&"string"==typeof t||"false"!==t)&&(""===t||!!t):2&e?"string"==typeof t?parseFloat(t):"number"==typeof t?t:NaN:1&e?String(t):t,bt=(t,e)=>{const n=t;return{emit:t=>pt(n,e,{bubbles:!0,composed:!0,cancelable:!0,detail:t})}},pt=(t,e,n)=>{const o=b.ce(e,n);return t.dispatchEvent(o),o},vt=(t,e,n,o,s,i)=>{if(n===o)return;let c=r(t,e),f=e.toLowerCase();if("class"===e){const e=t.classList,s=mt(n);let i=mt(o);e.remove(...s.filter((t=>t&&!i.includes(t)))),e.add(...i.filter((t=>t&&!s.includes(t))))}else if("style"===e){for(const e in n)o&&null!=o[e]||(e.includes("-")?t.style.removeProperty(e):t.style[e]="");for(const e in o)n&&o[e]===n[e]||(e.includes("-")?t.style.setProperty(e,o[e]):t.style[e]=o[e])}else if("key"===e);else if("ref"===e)o&&Wt(o,t);else if(t.__lookupSetter__(e)||"o"!==e[0]||"n"!==e[1]){if("a"===e[0]&&e.startsWith("attr:")){const n=e.slice(5);let s;{const e=l(t);if(e&&e.o&&e.o.t){const t=e.o.t[n];t&&t[1]&&(s=t[1])}}return s||(s=n.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()),void(null==o||!1===o?!1===o&&""!==t.getAttribute(s)||t.removeAttribute(s):t.setAttribute(s,!0===o?"":o))}if("p"===e[0]&&e.startsWith("prop:")){const n=e.slice(5);try{t[n]=o}catch(t){}return}{const l=it(o);if((c||l&&null!==o)&&!s)try{if(t.tagName.includes("-"))t[e]!==o&&(t[e]=o);else{const s=null==o?"":o;"list"===e?c=!1:null!=n&&t[e]===s||("function"==typeof t.__lookupSetter__(e)?t[e]=s:t.setAttribute(e,s))}}catch(t){}let r=!1;f!==(f=f.replace(/^xlink\:?/,""))&&(e=f,r=!0),null==o||!1===o?!1===o&&""!==t.getAttribute(e)||(r?t.removeAttributeNS(u,e):t.removeAttribute(e)):(!c||4&i||s)&&!l&&1===t.nodeType&&(o=!0===o?"":o,r?t.setAttributeNS(u,e,o):t.setAttribute(e,o))}}else if(e="-"===e[2]?e.slice(3):r(d,f)?f.slice(2):f[2]+e.slice(3),n||o){const s=e.endsWith(yt);e=e.replace(wt,""),n&&b.rel(t,e,n,s),o&&b.ael(t,e,o,s)}},gt=/\s/,mt=t=>("object"==typeof t&&t&&"baseVal"in t&&(t=t.baseVal),t&&"string"==typeof t?t.split(gt):[]),yt="Capture",wt=new RegExp(yt+"$"),$t=(t,e,n)=>{const o=11===e.S.nodeType&&e.S.host?e.S.host:e.S,s=t&&t.v||{},i=e.v||{};for(const t of jt(Object.keys(s)))t in i||vt(o,t,s[t],void 0,n,e.l);for(const t of jt(Object.keys(i)))vt(o,t,s[t],i[t],n,e.l)};function jt(t){return t.includes("ref")?[...t.filter((t=>"ref"!==t)),"ref"]:t}var Ot=!1,St=!1,Nt=!1,xt=!1,kt=[],Ct=[],Et=(t,e,n)=>{var o;const s=e.m[n];let i,l,r,c=0;if(Ot||(Nt=!0,"slot"===s.O&&(s.l|=s.m?2:1)),null!=s.p)i=s.S=d.document.createTextNode(s.p);else if(1&s.l)i=s.S=d.document.createTextNode(""),$t(null,s,xt);else{if(xt||(xt="svg"===s.O),!d.document)throw new Error("You are trying to render a Stencil component in an environment that doesn't support the DOM.");if(i=s.S=d.document.createElementNS(xt?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",!Ot&&2&s.l?"slot-fb":s.O),xt&&"foreignObject"===s.O&&(xt=!1),$t(null,s,xt),s.m){const e="template"===s.O?i.content:i;for(c=0;c<s.m.length;++c)l=Et(t,s,c),l&&e.appendChild(l)}"svg"===s.O?xt=!1:"foreignObject"===i.tagName&&(xt=!0)}return i["s-hn"]=nt,3&s.l&&(i["s-sr"]=!0,i["s-cr"]=et,i["s-sn"]=s.j||"",i["s-rf"]=null==(o=s.v)?void 0:o.ref,function(t){if(t.assignedElements||t.assignedNodes||!t["s-sr"])return;const e=e=>function(t){const n=[],o=this["s-sn"];(null==t?void 0:t.flatten)&&console.error("\n Flattening is not supported for Stencil non-shadow slots.\n You can use `.childNodes` to nested slot fallback content.\n If you have a particular use case, please open an issue on the Stencil repo.\n ");const s=this["s-cr"].parentElement;return(s.__childNodes?s.childNodes:_(s.childNodes)).forEach((t=>{o===z(t)&&n.push(t)})),e?n.filter((t=>1===t.nodeType)):n}.bind(t);t.assignedElements=e(!0),t.assignedNodes=e(!1)}(i),r=t&&t.m&&t.m[n],r&&r.O===s.O&&t.S&&Mt(t.S)),i},Mt=t=>{b.l|=1;const e=t.closest(nt.toLowerCase());if(null!=e){const n=Array.from(e.__childNodes||e.childNodes).find((t=>t["s-cr"])),o=Array.from(t.__childNodes||t.childNodes);for(const t of n?o.reverse():o)null!=t["s-sh"]&&(Ht(e,t,null!=n?n:null),t["s-sh"]=void 0,Nt=!0)}b.l&=-2},_t=(t,e)=>{b.l|=1;const n=Array.from(t.__childNodes||t.childNodes);if(t["s-sr"]){let e=t;for(;e=e.nextSibling;)e&&e["s-sn"]===t["s-sn"]&&e["s-sh"]===nt&&n.push(e)}for(let t=n.length-1;t>=0;t--){const o=n[t];o["s-hn"]!==nt&&o["s-ol"]&&(Ht(Tt(o).parentNode,o,Tt(o)),o["s-ol"].remove(),o["s-ol"]=void 0,o["s-sh"]=void 0,Nt=!0),e&&_t(o,e)}b.l&=-2},At=(t,e,n,o,s,i)=>{let l,r=t["s-cr"]&&t["s-cr"].parentNode||t;for(r.shadowRoot&&r.tagName===nt&&(r=r.shadowRoot),"template"===n.O&&(r=r.content);s<=i;++s)o[s]&&(l=Et(null,n,s),l&&(o[s].S=l,Ht(r,l,Tt(e))))},Lt=(t,e,n)=>{for(let o=e;o<=n;++o){const e=t[o];if(e){const t=e.S;Bt(e),t&&(St=!0,t["s-ol"]?t["s-ol"].remove():_t(t,!0),t.remove())}}},Rt=(t,e,n=!1)=>t.O===e.O&&("slot"===t.O?t.j===e.j:n?(n&&!t.$&&e.$&&(t.$=e.$),!0):t.$===e.$),Tt=t=>t&&t["s-ol"]||t,zt=(t,e,n=!1)=>{const o=e.S=t.S,s=t.m,i=e.m,l=e.O,r=e.p;let c;null==r?(xt="svg"===l||"foreignObject"!==l&&xt,"slot"!==l||Ot||t.j!==e.j&&(e.S["s-sn"]=e.j||"",Mt(e.S.parentElement)),$t(t,e,xt),null!==s&&null!==i?((t,e,n,o,s=!1)=>{let i,l,r=0,c=0,f=0,u=0,a=e.length-1,d=e[0],h=e[a],b=o.length-1,p=o[0],v=o[b];const g="template"===n.O?t.content:t;for(;r<=a&&c<=b;)if(null==d)d=e[++r];else if(null==h)h=e[--a];else if(null==p)p=o[++c];else if(null==v)v=o[--b];else if(Rt(d,p,s))zt(d,p,s),d=e[++r],p=o[++c];else if(Rt(h,v,s))zt(h,v,s),h=e[--a],v=o[--b];else if(Rt(d,v,s))"slot"!==d.O&&"slot"!==v.O||_t(d.S.parentNode,!1),zt(d,v,s),Ht(g,d.S,h.S.nextSibling),d=e[++r],v=o[--b];else if(Rt(h,p,s))"slot"!==d.O&&"slot"!==v.O||_t(h.S.parentNode,!1),zt(h,p,s),Ht(g,h.S,d.S),h=e[--a],p=o[++c];else{for(f=-1,u=r;u<=a;++u)if(e[u]&&null!==e[u].$&&e[u].$===p.$){f=u;break}f>=0?(l=e[f],l.O!==p.O?i=Et(e&&e[c],n,f):(zt(l,p,s),e[f]=void 0,i=l.S),p=o[++c]):(i=Et(e&&e[c],n,c),p=o[++c]),i&&Ht(Tt(d.S).parentNode,i,Tt(d.S))}r>a?At(t,null==o[b+1]?null:o[b+1].S,n,o,c,b):c>b&&Lt(e,r,a)})(o,s,e,i,n):null!==i?(null!==t.p&&(o.textContent=""),At(o,null,e,i,0,i.length-1)):!n&&null!==s&&Lt(s,0,s.length-1),xt&&"svg"===l&&(xt=!1)):(c=o["s-cr"])?c.parentNode.textContent=r:t.p!==r&&(o.data=r)},Dt=[],Ft=t=>{let e,n,o;const s=t.__childNodes||t.childNodes;for(const t of s){if(t["s-sr"]&&(e=t["s-cr"])&&e.parentNode){n=e.parentNode.__childNodes||e.parentNode.childNodes;const s=t["s-sn"];for(o=n.length-1;o>=0;o--)if(e=n[o],!(e["s-cn"]||e["s-nr"]||e["s-hn"]===t["s-hn"]||e["s-sh"]&&e["s-sh"]===t["s-hn"]))if(R(e,s)){let n=Dt.find((t=>t.N===e));St=!0,e["s-sn"]=e["s-sn"]||s,n?(n.N["s-sh"]=t["s-hn"],n.k=t):(e["s-sh"]=t["s-hn"],Dt.push({k:t,N:e})),e["s-sr"]&&Dt.map((t=>{R(t.N,e["s-sn"])&&(n=Dt.find((t=>t.N===e)),n&&!t.k&&(t.k=n.k))}))}else Dt.some((t=>t.N===e))||Dt.push({N:e})}1===t.nodeType&&Ft(t)}},Bt=t=>{t.v&&t.v.ref&&kt.push((()=>t.v.ref(null))),t.m&&t.m.map(Bt)},Wt=(t,e)=>{Ct.push((()=>t(e)))},Ht=(t,e,n,o)=>{if("string"==typeof e["s-sn"]){11!==t.getRootNode().nodeType&&J(e),t.insertBefore(e,n);const{slotNode:s}=F(e);return s&&!o&&D(s),e}return t.__insertBefore?t.__insertBefore(e,n):null==t?void 0:t.insertBefore(e,n)},Pt=(t,e,n=!1)=>{var o,s,i,l,r;const c=t.$hostElement$,f=t.o,u=t.C||rt(null,null);var a;const h=(a=e)&&a.O===ct?e:lt(null,null,e);if(nt=c.tagName,f.M&&(h.v=h.v||{},f.M.forEach((([t,e])=>{h.v[e]=c[t]}))),n&&h.v)for(const t of Object.keys(h.v))c.hasAttribute(t)&&!["key","ref","style","class"].includes(t)&&(h.v[t]=c[t]);if(h.O=null,h.l|=4,t.C=h,h.S=u.S=c.shadowRoot||c,Ot=!(!(1&f.l)||128&f.l),et=c["s-cr"],St=!1,zt(u,h,n),b.l|=1,Nt){Ft(h.S);for(const t of Dt){const e=t.N;if(!e["s-ol"]&&d.document){const t=d.document.createTextNode("");t["s-nr"]=e,Ht(e.parentNode,e["s-ol"]=t,e,n)}}for(const t of Dt){const e=t.N,r=t.k;if(1===e.nodeType&&n&&(e["s-ih"]=null!=(o=e.hidden)&&o),r){const t=r.parentNode;let o=r.nextSibling;if(o&&1===o.nodeType){let n=null==(s=e["s-ol"])?void 0:s.previousSibling;for(;n;){let s=null!=(i=n["s-nr"])?i:null;if(s&&s["s-sn"]===e["s-sn"]&&t===(s.__parentNode||s.parentNode)){for(s=s.nextSibling;s===e||(null==s?void 0:s["s-sr"]);)s=null==s?void 0:s.nextSibling;if(!s||!s["s-nr"]){o=s;break}}n=n.previousSibling}}if((!o&&t!==(e.__parentNode||e.parentNode)||(e.__nextSibling||e.nextSibling)!==o)&&e!==o){if(Ht(t,e,o,n),8===e.nodeType&&e.nodeValue.startsWith("s-nt-")){const t=d.document.createTextNode(e.nodeValue.replace(/^s-nt-/,""));t["s-hn"]=e["s-hn"],t["s-sn"]=e["s-sn"],t["s-sh"]=e["s-sh"],t["s-sr"]=e["s-sr"],t["s-ol"]=e["s-ol"],t["s-ol"]["s-nr"]=t,Ht(e.parentNode,t,e,n),e.parentNode.removeChild(e)}1===e.nodeType&&"SLOT-FB"!==e.tagName&&(e.hidden=null!=(l=e["s-ih"])&&l)}e&&"function"==typeof r["s-rf"]&&r["s-rf"](r)}else 1===e.nodeType&&(e.hidden=!0)}}if(St&&M(h.S),b.l&=-2,Dt.length=0,!Ot&&!(1&f.l)&&c["s-cr"]){const t=h.S.__childNodes||h.S.childNodes;for(const e of t)if(e["s-hn"]!==nt&&!e["s-sh"])if(n&&null==e["s-ih"]&&(e["s-ih"]=null!=(r=e.hidden)&&r),1===e.nodeType)e.hidden=!0;else if(3===e.nodeType&&e.nodeValue.trim()){const t=d.document.createComment("s-nt-"+e.nodeValue);t["s-sn"]=e["s-sn"],Ht(e.parentNode,t,e,n),e.parentNode.removeChild(e)}}et=void 0,kt.forEach((t=>t())),kt.length=0,Ct.forEach((t=>t())),Ct.length=0},Ut=(t,e)=>{if(e&&!t._&&e["s-p"]){const n=e["s-p"].push(new Promise((o=>t._=()=>{e["s-p"].splice(n-1,1),o()})))}},qt=(t,e)=>{if(t.l|=16,4&t.l)return void(t.l|=512);Ut(t,t.A);const n=()=>Vt(t,e);if(!e)return x(n);queueMicrotask((()=>{n()}))},Vt=(t,e)=>{const n=t.$hostElement$,o=n;if(!o)throw new Error(`Can't render component <${n.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let s;return s=Qt(o,e?"componentWillLoad":"componentWillUpdate",void 0,n),s=It(s,(()=>Qt(o,"componentWillRender",void 0,n))),It(s,(()=>Zt(t,o,e)))},It=(t,e)=>Yt(t)?t.then(e).catch((t=>{console.error(t),e()})):e(),Yt=t=>t instanceof Promise||t&&t.then&&"function"==typeof t.then,Zt=async(t,e,n)=>{var o;const s=t.$hostElement$,i=s["s-rc"];n&&(t=>{const e=t.o,n=t.$hostElement$,o=e.l,s=((t,e)=>{var n,o,s;const i=st(e),l=f.get(i);if(!d.document)return i;if(t=11===t.nodeType?t:d.document,l)if("string"==typeof l){let s,r=ot.get(t=t.head||t);if(r||ot.set(t,r=new Set),!r.has(i)){s=d.document.createElement("style"),s.textContent=l;const c=null!=(n=b.L)?n:function(){var t,e,n;return null!=(n=null==(e=null==(t=d.document.head)?void 0:t.querySelector('meta[name="csp-nonce"]'))?void 0:e.getAttribute("content"))?n:void 0}();if(null!=c&&s.setAttribute("nonce",c),!(1&e.l))if("HEAD"===t.nodeName){const e=t.querySelectorAll("link[rel=preconnect]"),n=e.length>0?e[e.length-1].nextSibling:t.querySelector("style");t.insertBefore(s,(null==n?void 0:n.parentNode)===t?n:null)}else if("host"in t)if(g){const e=new(null!=(o=t.defaultView)?o:t.ownerDocument.defaultView).CSSStyleSheet;e.replaceSync(l),m?t.adoptedStyleSheets.unshift(e):t.adoptedStyleSheets=[e,...t.adoptedStyleSheets]}else{const e=t.querySelector("style");e?e.textContent=l+e.textContent:t.prepend(s)}else t.append(s);1&e.l&&t.insertBefore(s,null),4&e.l&&(s.textContent+="slot-fb{display:contents}slot-fb[hidden]{display:none}"),r&&r.add(i)}}else{let e=ot.get(t);if(e||ot.set(t,e=new Set),!e.has(i)){const n=null!=(s=t.defaultView)?s:t.ownerDocument.defaultView;let o;if(l.constructor===n.CSSStyleSheet)o=l;else{o=new n.CSSStyleSheet;for(let t=0;t<l.cssRules.length;t++)o.insertRule(l.cssRules[t].cssText,t)}m?t.adoptedStyleSheets.push(o):t.adoptedStyleSheets=[...t.adoptedStyleSheets,o],e.add(i)}}return i})(n.shadowRoot?n.shadowRoot:n.getRootNode(),e);10&o&&(n["s-sc"]=s,n.classList.add(s+"-h"))})(t);Gt(t,e,s,n),i&&(i.map((t=>t())),s["s-rc"]=void 0);{const e=null!=(o=s["s-p"])?o:[],n=()=>Jt(t);0===e.length?n():(Promise.all(e).then(n).catch(n),t.l|=4,e.length=0)}},Gt=(t,e,n,o)=>{try{e=e.render(),t.l&=-17,t.l|=2,Pt(t,e,o)}catch(e){c(e,t.$hostElement$)}return null},Jt=t=>{const e=t.$hostElement$,n=e,o=t.A;Qt(n,"componentDidRender",void 0,e),64&t.l?Qt(n,"componentDidUpdate",void 0,e):(t.l|=64,Xt(e),Qt(n,"componentDidLoad",void 0,e),t.R(e),o||Kt()),t._&&(t._(),t._=void 0),512&t.l&&N((()=>qt(t,!1))),t.l&=-517},Kt=()=>{N((()=>pt(d,"appload",{detail:{namespace:"design-system"}})))},Qt=(t,e,n,o)=>{if(t&&t[e])try{return t[e](n)}catch(t){c(t,o)}},Xt=t=>t.classList.add("hydrated"),te=(t,e,n,o)=>{const s=l(t);if(!s)return;const i=t,r=s.i.get(e),f=s.l,u=i;n=ht(n,o.t[e][0],!!(64&o.l));const a=Number.isNaN(r)&&Number.isNaN(n);if(n!==r&&!a){if(s.i.set(e,n),o.T){const t=o.T[e];t&&t.map((t=>{try{const[[o,i]]=Object.entries(t);(128&f||1&i)&&(u?u[o](n,r,e):s.D.push((()=>{s.F[o](n,r,e)})))}catch(t){c(t,i)}}))}if(2&f){if(u.componentShouldUpdate&&!1===u.componentShouldUpdate(n,r,e)&&!(16&f))return;16&f||qt(s,!1)}}},ee=(t,e,n)=>{var s,i;const r=t.prototype;64&e.l&&1&n&&a.forEach((t=>{const e=r[t];Object.defineProperty(r,t,{value(...n){var o;const s=l(this),i=this;i?"function"==typeof e&&e.call(i,...n):null==(o=null==s?void 0:s.B)||o.then((e=>{const o=e[t];"function"==typeof o&&o.call(e,...n)}))}})}));{t.watchers&&!e.T&&(e.T=dt(t.watchers)),t.deserializers&&!e.W&&(e.W=t.deserializers),t.serializers&&!e.H&&(e.H=t.serializers);const n=Object.entries(null!=(s=e.t)?s:{});n.map((([t,[n]])=>{if(31&n||32&n){const{get:s,set:i}=o(r,t)||{};s&&(e.t[t][0]|=2048),i&&(e.t[t][0]|=4096),Object.defineProperty(r,t,{get(){return s?s.apply(this):(e=t,l(this).i.get(e));var e},configurable:!0,enumerable:!0}),Object.defineProperty(r,t,{set(o){const s=l(this);if(s){if(i)return void 0===(32&n?this[t]:s.$hostElement$[t])&&s.i.get(t)&&(o=s.i.get(t)),i.apply(this,[ht(o,n,!!(64&e.l))]),void te(this,t,o=32&n?this[t]:s.$hostElement$[t],e);te(this,t,o,e)}}})}}));{const o=new Map;r.attributeChangedCallback=function(t,s,i){b.jmp((()=>{var c;const f=o.get(t),u=l(this);if(this.hasOwnProperty(f),r.hasOwnProperty(f)&&"number"==typeof this[f]&&this[f]==i)return;if(null==f){const n=null==u?void 0:u.l;if(u&&n&&!(8&n)&&i!==s){const o=this,l=null==(c=e.T)?void 0:c[t];null==l||l.forEach((e=>{const[[l,r]]=Object.entries(e);null!=o[l]&&(128&n||1&r)&&o[l].call(o,i,s,t)}))}return}const a=n.find((([t])=>t===f)),d=a&&4&a[1][0],h=d&&null===i&&void 0===this[f];d&&(i=null!==i&&"false"!==i);const b=Object.getOwnPropertyDescriptor(r,f);h||i==this[f]||b.get&&!b.set||(this[f]=i)}))},t.observedAttributes=Array.from(new Set([...Object.keys(null!=(i=e.T)?i:{}),...n.filter((([t,e])=>31&e[0])).map((([t,n])=>{var s;const i=n[1]||t;return o.set(i,t),512&n[0]&&(null==(s=e.M)||s.push([t,i])),i}))]))}}return t},ne=(t,e)=>{const n={l:e[0],h:e[1]};try{n.t=e[2],n.P=e[3],n.T=dt(t.T),n.W=t.W,n.H=t.H,n.M=[],!(1&n.l)&&256&n.l?(B(o=t.prototype),W(o),U(o),P(o),Y(o),q(o),V(o),I(o),Z(o),G(o),H(o)):B(t.prototype);const s=t.prototype.connectedCallback,r=t.prototype.disconnectedCallback;return Object.assign(t.prototype,{__hasHostListenerAttached:!1,__registerHost(){((t,e)=>{const n={l:0,$hostElement$:t,o:e,i:new Map,U:new Map};n.B=new Promise((t=>n.R=t)),t["s-p"]=[],t["s-rc"]=[];const o=n;t.__stencil__getHostRef=()=>o,512&e.l&&i(t,n)})(this,n)},connectedCallback(){if(!this.__hasHostListenerAttached){const t=l(this);if(!t)return;oe(this,t,n.P),this.__hasHostListenerAttached=!0}(t=>{if(!(1&b.l)){const e=l(t);if(!e)return;const n=e.o,o=()=>{};if(1&e.l)oe(t,e,n.P),(null==e?void 0:e.F)||(null==e?void 0:e.B)&&e.B.then((()=>{}));else{e.l|=1,12&n.l&&(t=>{if(!d.document)return;const e=t["s-cr"]=d.document.createComment("");e["s-cn"]=!0,Ht(t,e,t.firstChild)})(t);{let n=t;for(;n=n.parentNode||n.host;)if(n["s-p"]){Ut(e,e.A=n);break}}n.t&&Object.entries(n.t).map((([e,[n]])=>{if(31&n&&Object.prototype.hasOwnProperty.call(t,e)){const n=t[e];delete t[e],t[e]=n}})),N((()=>(async(t,e,n)=>{let o;try{if(!(32&e.l)&&(e.l|=32,o=t.constructor,customElements.whenDefined(t.localName).then((()=>e.l|=128)),o&&o.style)){let t;"string"==typeof o.style&&(t=o.style);const e=st(n);if(!f.has(e)){const o=()=>{};((t,e,n)=>{let o=f.get(t);g&&n?(o=o||new CSSStyleSheet,"string"==typeof o?o=e:o.replaceSync(e)):o=e,f.set(t,o)})(e,t,!!(1&n.l)),o()}}const s=e.A,i=()=>qt(e,!0);s&&s["s-rc"]?s["s-rc"].push(i):i()}catch(n){c(n,t),e._&&(e._(),e._=void 0),e.R&&e.R(t)}})(t,e,n)))}o()}})(this),s&&s.call(this)},disconnectedCallback(){(async t=>{if(!(1&b.l)){const e=l(t);(null==e?void 0:e.q)&&(e.q.map((t=>t())),e.q=void 0)}ot.has(t)&&ot.delete(t),t.shadowRoot&&ot.has(t.shadowRoot)&&ot.delete(t.shadowRoot)})(this),r&&r.call(this)},__attachShadow(){if(this.shadowRoot){if("open"!==this.shadowRoot.mode)throw new Error(`Unable to re-use existing shadow root for ${n.h}! Mode is set to ${this.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else E.call(this,n)}}),Object.defineProperty(t,"is",{value:n.h,configurable:!0}),ee(t,n,3)}catch(e){return c(e),t}var o},oe=(t,e,n)=>{n&&d.document&&n.map((([n,o,s])=>{const i=ie(d.document,t,n),l=se(e,s),r=le(n);b.ael(i,o,l,r),(e.q=e.q||[]).push((()=>b.rel(i,o,l,r)))}))},se=(t,e)=>n=>{try{t.$hostElement$[e](n)}catch(e){c(e,t.$hostElement$)}},ie=(t,e,n)=>4&n?t:8&n?d:e,le=t=>v?{passive:!!(1&t),capture:!!(2&t)}:!!(2&t),re=t=>b.L=t,ce=t=>Object.assign(b,t),fe=new WeakMap;function ue(t,e){let n=fe.get(e);n||(n={l:0,o:{l:0,h:e.tagName},$hostElement$:e},fe.set(e,n)),Pt(n,t)}function ae(t){return t}export{h as H,C as a,re as b,ce as c,e as d,ct as e,bt as f,k as g,lt as h,ne as p,ue as r,p as s,ae as t}
@@ -1,5 +0,0 @@
1
- /*!
2
- * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
- */
4
- import{p as e,H as i,h as t,e as n,t as o}from"./p-BNY3JzuV.js";import{_ as r,L as a,a as l}from"./p-Dr4dquer.js";import{g as s}from"./p-Duhf3ymL.js";import{d as c,c as f,a as d,b as u}from"./p-DHeVI6dR.js";import{n as m}from"./p-DR5LIaCn.js";import{s as h,V as p,a as g}from"./p-82RSSk25.js";import{d as v}from"./p-BEngECpF.js";import{L as b}from"./p-cSbDziZm.js";
5
- /*! @license DOMPurify 3.4.2 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.2/LICENSE */const{entries:y,setPrototypeOf:x,isFrozen:w,getPrototypeOf:z,getOwnPropertyDescriptor:k}=Object;let{freeze:_,seal:E,create:A}=Object,{apply:F,construct:T}="undefined"!=typeof Reflect&&Reflect;_||(_=function(e){return e}),E||(E=function(e){return e}),F||(F=function(e,i){for(var t=arguments.length,n=new Array(t>2?t-2:0),o=2;o<t;o++)n[o-2]=arguments[o];return e.apply(i,n)}),T||(T=function(e){for(var i=arguments.length,t=new Array(i>1?i-1:0),n=1;n<i;n++)t[n-1]=arguments[n];return new e(...t)});const C=V(Array.prototype.forEach),S=V(Array.prototype.lastIndexOf),D=V(Array.prototype.pop),R=V(Array.prototype.push),O=V(Array.prototype.splice),I=Array.isArray,B=V(String.prototype.toLowerCase),L=V(String.prototype.toString),N=V(String.prototype.match),M=V(String.prototype.replace),j=V(String.prototype.indexOf),U=V(String.prototype.trim),P=V(Number.prototype.toString),H=V(Boolean.prototype.toString),$="undefined"==typeof BigInt?null:V(BigInt.prototype.toString),W="undefined"==typeof Symbol?null:V(Symbol.prototype.toString),G=V(Object.prototype.hasOwnProperty),Z=V(Object.prototype.toString),Y=V(RegExp.prototype.test),q=(X=TypeError,function(){for(var e=arguments.length,i=new Array(e),t=0;t<e;t++)i[t]=arguments[t];return T(X,i)});var X;function V(e){return function(i){i instanceof RegExp&&(i.lastIndex=0);for(var t=arguments.length,n=new Array(t>1?t-1:0),o=1;o<t;o++)n[o-1]=arguments[o];return F(e,i,n)}}function J(e,i){let t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:B;if(x&&x(e,null),!I(i))return e;let n=i.length;for(;n--;){let o=i[n];if("string"==typeof o){const e=t(o);e!==o&&(w(i)||(i[n]=e),o=e)}e[o]=!0}return e}function K(e){for(let i=0;i<e.length;i++)G(e,i)||(e[i]=null);return e}function Q(e){const i=A(null);for(const[t,n]of y(e))G(e,t)&&(i[t]=I(n)?K(n):n&&"object"==typeof n&&n.constructor===Object?Q(n):n);return i}function ee(e,i){for(;null!==e;){const t=k(e,i);if(t){if(t.get)return V(t.get);if("function"==typeof t.value)return V(t.value)}e=z(e)}return function(){return null}}const ie=_(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),te=_(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),ne=_(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),oe=_(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),re=_(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),ae=_(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),le=_(["#text"]),se=_(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns"]),ce=_(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),fe=_(["accent","accentunder","align","bevelled","close","columnalign","columnlines","columnspacing","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lquote","lspace","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),de=_(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),ue=E(/\{\{[\w\W]*|[\w\W]*\}\}/gm),me=E(/<%[\w\W]*|[\w\W]*%>/gm),he=E(/\$\{[\w\W]*/gm),pe=E(/^data-[\-\w.\u00B7-\uFFFF]+$/),ge=E(/^aria-[\-\w]+$/),ve=E(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),be=E(/^(?:\w+script|data):/i),ye=E(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),xe=E(/^html$/i),we=E(/^[a-z][.\w]*(-[.\w]+)+$/i);var ze=Object.freeze({__proto__:null,ARIA_ATTR:ge,ATTR_WHITESPACE:ye,CUSTOM_ELEMENT:we,DATA_ATTR:pe,DOCTYPE_NAME:xe,ERB_EXPR:me,IS_ALLOWED_URI:ve,IS_SCRIPT_OR_DATA:be,MUSTACHE_EXPR:ue,TMPLIT_EXPR:he});const ke=function(){return"undefined"==typeof window?null:window};var _e=function e(){let i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:ke();const t=i=>e(i);if(t.version="3.4.2",t.removed=[],!i||!i.document||9!==i.document.nodeType||!i.Element)return t.isSupported=!1,t;let{document:n}=i;const o=n,r=o.currentScript,{DocumentFragment:a,HTMLTemplateElement:l,Node:s,Element:c,NodeFilter:f,NamedNodeMap:d=i.NamedNodeMap||i.MozNamedAttrMap,HTMLFormElement:u,DOMParser:m,trustedTypes:h}=i,p=c.prototype,g=ee(p,"cloneNode"),v=ee(p,"remove"),b=ee(p,"nextSibling"),x=ee(p,"childNodes"),w=ee(p,"parentNode");if("function"==typeof l){const e=n.createElement("template");e.content&&e.content.ownerDocument&&(n=e.content.ownerDocument)}let z,k="";const{implementation:E,createNodeIterator:F,createDocumentFragment:T,getElementsByTagName:X}=n,{importNode:V}=o;let K={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]};t.isSupported="function"==typeof y&&"function"==typeof w&&E&&void 0!==E.createHTMLDocument;const{MUSTACHE_EXPR:ue,ERB_EXPR:me,TMPLIT_EXPR:he,DATA_ATTR:pe,ARIA_ATTR:ge,IS_SCRIPT_OR_DATA:be,ATTR_WHITESPACE:ye,CUSTOM_ELEMENT:we}=ze;let{IS_ALLOWED_URI:_e}=ze,Ee=null;const Ae=J({},[...ie,...te,...ne,...re,...le]);let Fe=null;const Te=J({},[...se,...ce,...fe,...de]);let Ce=Object.seal(A(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Se=null,De=null;const Re=Object.seal(A(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let Oe=!0,Ie=!0,Be=!1,Le=!0,Ne=!1,Me=!0,je=!1,Ue=!1,Pe=!1,He=!1,$e=!1,We=!1,Ge=!0,Ze=!1;const Ye="user-content-";let qe=!0,Xe=!1,Ve={},Je=null;const Ke=J({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let Qe=null;const ei=J({},["audio","video","img","source","image","track"]);let ii=null;const ti=J({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),ni="http://www.w3.org/1998/Math/MathML",oi="http://www.w3.org/2000/svg",ri="http://www.w3.org/1999/xhtml";let ai=ri,li=!1,si=null;const ci=J({},[ni,oi,ri],L);let fi=J({},["mi","mo","mn","ms","mtext"]),di=J({},["annotation-xml"]);const ui=J({},["title","style","font","a","script"]);let mi=null;const hi=["application/xhtml+xml","text/html"];let pi=null,gi=null;const vi=n.createElement("form"),bi=function(e){return e instanceof RegExp||e instanceof Function},yi=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(gi&&gi===e)return;e&&"object"==typeof e||(e={}),e=Q(e),mi=-1===hi.indexOf(e.PARSER_MEDIA_TYPE)?"text/html":e.PARSER_MEDIA_TYPE,pi="application/xhtml+xml"===mi?L:B,Ee=G(e,"ALLOWED_TAGS")&&I(e.ALLOWED_TAGS)?J({},e.ALLOWED_TAGS,pi):Ae,Fe=G(e,"ALLOWED_ATTR")&&I(e.ALLOWED_ATTR)?J({},e.ALLOWED_ATTR,pi):Te,si=G(e,"ALLOWED_NAMESPACES")&&I(e.ALLOWED_NAMESPACES)?J({},e.ALLOWED_NAMESPACES,L):ci,ii=G(e,"ADD_URI_SAFE_ATTR")&&I(e.ADD_URI_SAFE_ATTR)?J(Q(ti),e.ADD_URI_SAFE_ATTR,pi):ti,Qe=G(e,"ADD_DATA_URI_TAGS")&&I(e.ADD_DATA_URI_TAGS)?J(Q(ei),e.ADD_DATA_URI_TAGS,pi):ei,Je=G(e,"FORBID_CONTENTS")&&I(e.FORBID_CONTENTS)?J({},e.FORBID_CONTENTS,pi):Ke,Se=G(e,"FORBID_TAGS")&&I(e.FORBID_TAGS)?J({},e.FORBID_TAGS,pi):Q({}),De=G(e,"FORBID_ATTR")&&I(e.FORBID_ATTR)?J({},e.FORBID_ATTR,pi):Q({}),Ve=!!G(e,"USE_PROFILES")&&(e.USE_PROFILES&&"object"==typeof e.USE_PROFILES?Q(e.USE_PROFILES):e.USE_PROFILES),Oe=!1!==e.ALLOW_ARIA_ATTR,Ie=!1!==e.ALLOW_DATA_ATTR,Be=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Le=!1!==e.ALLOW_SELF_CLOSE_IN_ATTR,Ne=e.SAFE_FOR_TEMPLATES||!1,Me=!1!==e.SAFE_FOR_XML,je=e.WHOLE_DOCUMENT||!1,He=e.RETURN_DOM||!1,$e=e.RETURN_DOM_FRAGMENT||!1,We=e.RETURN_TRUSTED_TYPE||!1,Pe=e.FORCE_BODY||!1,Ge=!1!==e.SANITIZE_DOM,Ze=e.SANITIZE_NAMED_PROPS||!1,qe=!1!==e.KEEP_CONTENT,Xe=e.IN_PLACE||!1,_e=function(e){try{return Y(e,""),!0}catch(e){return!1}}(e.ALLOWED_URI_REGEXP)?e.ALLOWED_URI_REGEXP:ve,ai="string"==typeof e.NAMESPACE?e.NAMESPACE:ri,fi=G(e,"MATHML_TEXT_INTEGRATION_POINTS")&&e.MATHML_TEXT_INTEGRATION_POINTS&&"object"==typeof e.MATHML_TEXT_INTEGRATION_POINTS?Q(e.MATHML_TEXT_INTEGRATION_POINTS):J({},["mi","mo","mn","ms","mtext"]),di=G(e,"HTML_INTEGRATION_POINTS")&&e.HTML_INTEGRATION_POINTS&&"object"==typeof e.HTML_INTEGRATION_POINTS?Q(e.HTML_INTEGRATION_POINTS):J({},["annotation-xml"]);const i=G(e,"CUSTOM_ELEMENT_HANDLING")&&e.CUSTOM_ELEMENT_HANDLING&&"object"==typeof e.CUSTOM_ELEMENT_HANDLING?Q(e.CUSTOM_ELEMENT_HANDLING):A(null);if(Ce=A(null),G(i,"tagNameCheck")&&bi(i.tagNameCheck)&&(Ce.tagNameCheck=i.tagNameCheck),G(i,"attributeNameCheck")&&bi(i.attributeNameCheck)&&(Ce.attributeNameCheck=i.attributeNameCheck),G(i,"allowCustomizedBuiltInElements")&&"boolean"==typeof i.allowCustomizedBuiltInElements&&(Ce.allowCustomizedBuiltInElements=i.allowCustomizedBuiltInElements),Ne&&(Ie=!1),$e&&(He=!0),Ve&&(Ee=J({},le),Fe=A(null),!0===Ve.html&&(J(Ee,ie),J(Fe,se)),!0===Ve.svg&&(J(Ee,te),J(Fe,ce),J(Fe,de)),!0===Ve.svgFilters&&(J(Ee,ne),J(Fe,ce),J(Fe,de)),!0===Ve.mathMl&&(J(Ee,re),J(Fe,fe),J(Fe,de))),Re.tagCheck=null,Re.attributeCheck=null,G(e,"ADD_TAGS")&&("function"==typeof e.ADD_TAGS?Re.tagCheck=e.ADD_TAGS:I(e.ADD_TAGS)&&(Ee===Ae&&(Ee=Q(Ee)),J(Ee,e.ADD_TAGS,pi))),G(e,"ADD_ATTR")&&("function"==typeof e.ADD_ATTR?Re.attributeCheck=e.ADD_ATTR:I(e.ADD_ATTR)&&(Fe===Te&&(Fe=Q(Fe)),J(Fe,e.ADD_ATTR,pi))),G(e,"ADD_URI_SAFE_ATTR")&&I(e.ADD_URI_SAFE_ATTR)&&J(ii,e.ADD_URI_SAFE_ATTR,pi),G(e,"FORBID_CONTENTS")&&I(e.FORBID_CONTENTS)&&(Je===Ke&&(Je=Q(Je)),J(Je,e.FORBID_CONTENTS,pi)),G(e,"ADD_FORBID_CONTENTS")&&I(e.ADD_FORBID_CONTENTS)&&(Je===Ke&&(Je=Q(Je)),J(Je,e.ADD_FORBID_CONTENTS,pi)),qe&&(Ee["#text"]=!0),je&&J(Ee,["html","head","body"]),Ee.table&&(J(Ee,["tbody"]),delete Se.tbody),e.TRUSTED_TYPES_POLICY){if("function"!=typeof e.TRUSTED_TYPES_POLICY.createHTML)throw q('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof e.TRUSTED_TYPES_POLICY.createScriptURL)throw q('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');z=e.TRUSTED_TYPES_POLICY,k=z.createHTML("")}else void 0===z&&(z=function(e,i){if("object"!=typeof e||"function"!=typeof e.createPolicy)return null;let t=null;const n="data-tt-policy-suffix";i&&i.hasAttribute(n)&&(t=i.getAttribute(n));const o="dompurify"+(t?"#"+t:"");try{return e.createPolicy(o,{createHTML:e=>e,createScriptURL:e=>e})}catch(e){return console.warn("TrustedTypes policy "+o+" could not be created."),null}}(h,r)),null!==z&&"string"==typeof k&&(k=z.createHTML(""));_&&_(e),gi=e},xi=J({},[...te,...ne,...oe]),wi=J({},[...re,...ae]),zi=function(e){R(t.removed,{element:e});try{w(e).removeChild(e)}catch(i){v(e)}},ki=function(e,i){try{R(t.removed,{attribute:i.getAttributeNode(e),from:i})}catch(e){R(t.removed,{attribute:null,from:i})}if(i.removeAttribute(e),"is"===e)if(He||$e)try{zi(i)}catch(e){}else try{i.setAttribute(e,"")}catch(e){}},_i=function(e){let i=null,t=null;if(Pe)e="<remove></remove>"+e;else{const i=N(e,/^[\r\n\t ]+/);t=i&&i[0]}"application/xhtml+xml"===mi&&ai===ri&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");const o=z?z.createHTML(e):e;if(ai===ri)try{i=(new m).parseFromString(o,mi)}catch(e){}if(!i||!i.documentElement){i=E.createDocument(ai,"template",null);try{i.documentElement.innerHTML=li?k:o}catch(e){}}const r=i.body||i.documentElement;return e&&t&&r.insertBefore(n.createTextNode(t),r.childNodes[0]||null),ai===ri?X.call(i,je?"html":"body")[0]:je?i.documentElement:r},Ei=function(e){return F.call(e.ownerDocument||e,e,f.SHOW_ELEMENT|f.SHOW_COMMENT|f.SHOW_TEXT|f.SHOW_PROCESSING_INSTRUCTION|f.SHOW_CDATA_SECTION,null)},Ai=function(e){return e instanceof u&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof d)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore||"function"!=typeof e.hasChildNodes)},Fi=function(e){return"function"==typeof s&&e instanceof s};function Ti(e,i,n){C(e,(e=>{e.call(t,i,n,gi)}))}const Ci=function(e){let i=null;if(Ti(K.beforeSanitizeElements,e,null),Ai(e))return zi(e),!0;const n=pi(e.nodeName);if(Ti(K.uponSanitizeElement,e,{tagName:n,allowedTags:Ee}),Me&&e.hasChildNodes()&&!Fi(e.firstElementChild)&&Y(/<[/\w!]/g,e.innerHTML)&&Y(/<[/\w!]/g,e.textContent))return zi(e),!0;if(Me&&e.namespaceURI===ri&&"style"===n&&Fi(e.firstElementChild))return zi(e),!0;if(7===e.nodeType)return zi(e),!0;if(Me&&8===e.nodeType&&Y(/<[/\w]/g,e.data))return zi(e),!0;if(Se[n]||!(Re.tagCheck instanceof Function&&Re.tagCheck(n))&&!Ee[n]){if(!Se[n]&&Ri(n)){if(Ce.tagNameCheck instanceof RegExp&&Y(Ce.tagNameCheck,n))return!1;if(Ce.tagNameCheck instanceof Function&&Ce.tagNameCheck(n))return!1}if(qe&&!Je[n]){const i=w(e)||e.parentNode,t=x(e)||e.childNodes;if(t&&i)for(let n=t.length-1;n>=0;--n){const o=g(t[n],!0);i.insertBefore(o,b(e))}}return zi(e),!0}return e instanceof c&&!function(e){let i=w(e);i&&i.tagName||(i={namespaceURI:ai,tagName:"template"});const t=B(e.tagName),n=B(i.tagName);return!!si[e.namespaceURI]&&(e.namespaceURI===oi?i.namespaceURI===ri?"svg"===t:i.namespaceURI===ni?"svg"===t&&("annotation-xml"===n||fi[n]):Boolean(xi[t]):e.namespaceURI===ni?i.namespaceURI===ri?"math"===t:i.namespaceURI===oi?"math"===t&&di[n]:Boolean(wi[t]):e.namespaceURI===ri?!(i.namespaceURI===oi&&!di[n])&&!(i.namespaceURI===ni&&!fi[n])&&!wi[t]&&(ui[t]||!xi[t]):!("application/xhtml+xml"!==mi||!si[e.namespaceURI]))}(e)?(zi(e),!0):"noscript"!==n&&"noembed"!==n&&"noframes"!==n||!Y(/<\/no(script|embed|frames)/i,e.innerHTML)?(Ne&&3===e.nodeType&&(i=e.textContent,C([ue,me,he],(e=>{i=M(i,e," ")})),e.textContent!==i&&(R(t.removed,{element:e.cloneNode()}),e.textContent=i)),Ti(K.afterSanitizeElements,e,null),!1):(zi(e),!0)},Si=function(e,i,t){if(De[i])return!1;if(Ge&&("id"===i||"name"===i)&&(t in n||t in vi))return!1;const o=Fe[i]||Re.attributeCheck instanceof Function&&Re.attributeCheck(i,e);if(Ie&&!De[i]&&Y(pe,i));else if(Oe&&Y(ge,i));else if(!o||De[i]){if(!(Ri(e)&&(Ce.tagNameCheck instanceof RegExp&&Y(Ce.tagNameCheck,e)||Ce.tagNameCheck instanceof Function&&Ce.tagNameCheck(e))&&(Ce.attributeNameCheck instanceof RegExp&&Y(Ce.attributeNameCheck,i)||Ce.attributeNameCheck instanceof Function&&Ce.attributeNameCheck(i,e))||"is"===i&&Ce.allowCustomizedBuiltInElements&&(Ce.tagNameCheck instanceof RegExp&&Y(Ce.tagNameCheck,t)||Ce.tagNameCheck instanceof Function&&Ce.tagNameCheck(t))))return!1}else if(ii[i]);else if(Y(_e,M(t,ye,"")));else if("src"!==i&&"xlink:href"!==i&&"href"!==i||"script"===e||0!==j(t,"data:")||!Qe[e])if(Be&&!Y(be,M(t,ye,"")));else if(t)return!1;return!0},Di=J({},["annotation-xml","color-profile","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","missing-glyph"]),Ri=function(e){return!Di[B(e)]&&Y(we,e)},Oi=function(e){Ti(K.beforeSanitizeAttributes,e,null);const{attributes:i}=e;if(!i||Ai(e))return;const n={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Fe,forceKeepAttr:void 0};let o=i.length;for(;o--;){const r=i[o],{name:a,namespaceURI:l,value:s}=r,c=pi(a),f=s;let d="value"===a?f:U(f);if(n.attrName=c,n.attrValue=d,n.keepAttr=!0,n.forceKeepAttr=void 0,Ti(K.uponSanitizeAttribute,e,n),d=n.attrValue,!Ze||"id"!==c&&"name"!==c||0===j(d,Ye)||(ki(a,e),d=Ye+d),Me&&Y(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,d)){ki(a,e);continue}if("attributename"===c&&N(d,"href")){ki(a,e);continue}if(n.forceKeepAttr)continue;if(!n.keepAttr){ki(a,e);continue}if(!Le&&Y(/\/>/i,d)){ki(a,e);continue}Ne&&C([ue,me,he],(e=>{d=M(d,e," ")}));const u=pi(e.nodeName);if(Si(u,c,d)){if(z&&"object"==typeof h&&"function"==typeof h.getAttributeType)if(l);else switch(h.getAttributeType(u,c)){case"TrustedHTML":d=z.createHTML(d);break;case"TrustedScriptURL":d=z.createScriptURL(d)}if(d!==f)try{l?e.setAttributeNS(l,a,d):e.setAttribute(a,d),Ai(e)?zi(e):D(t.removed)}catch(i){ki(a,e)}}else ki(a,e)}Ti(K.afterSanitizeAttributes,e,null)},Ii=function(e){let i=null;const t=Ei(e);for(Ti(K.beforeSanitizeShadowDOM,e,null);i=t.nextNode();)Ti(K.uponSanitizeShadowNode,i,null),Ci(i),Oi(i),i.content instanceof a&&Ii(i.content);Ti(K.afterSanitizeShadowDOM,e,null)};return t.sanitize=function(e){let i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=null,r=null,l=null,c=null;if(li=!e,li&&(e="\x3c!--\x3e"),"string"!=typeof e&&!Fi(e)&&"string"!=typeof(e=function(e){switch(typeof e){case"string":return e;case"number":return P(e);case"boolean":return H(e);case"bigint":return $?$(e):"0";case"symbol":return W?W(e):"Symbol()";case"undefined":default:return Z(e);case"function":case"object":{if(null===e)return Z(e);const i=e,t=ee(i,"toString");if("function"==typeof t){const e=t(i);return"string"==typeof e?e:Z(e)}return Z(e)}}}(e)))throw q("dirty is not a string, aborting");if(!t.isSupported)return e;if(Ue||yi(i),t.removed=[],"string"==typeof e&&(Xe=!1),Xe){const i=e.nodeName;if("string"==typeof i){const e=pi(i);if(!Ee[e]||Se[e])throw q("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof s)n=_i("\x3c!----\x3e"),r=n.ownerDocument.importNode(e,!0),1===r.nodeType&&"BODY"===r.nodeName||"HTML"===r.nodeName?n=r:n.appendChild(r);else{if(!He&&!Ne&&!je&&-1===e.indexOf("<"))return z&&We?z.createHTML(e):e;if(n=_i(e),!n)return He?null:We?k:""}n&&Pe&&zi(n.firstChild);const f=Ei(Xe?e:n);for(;l=f.nextNode();)Ci(l),Oi(l),l.content instanceof a&&Ii(l.content);if(Xe)return e;if(He){if(Ne){n.normalize();let e=n.innerHTML;C([ue,me,he],(i=>{e=M(e,i," ")})),n.innerHTML=e}if($e)for(c=T.call(n.ownerDocument);n.firstChild;)c.appendChild(n.firstChild);else c=n;return(Fe.shadowroot||Fe.shadowrootmode)&&(c=V.call(o,c,!0)),c}let d=je?n.outerHTML:n.innerHTML;return je&&Ee["!doctype"]&&n.ownerDocument&&n.ownerDocument.doctype&&n.ownerDocument.doctype.name&&Y(xe,n.ownerDocument.doctype.name)&&(d="<!DOCTYPE "+n.ownerDocument.doctype.name+">\n"+d),Ne&&C([ue,me,he],(e=>{d=M(d,e," ")})),z&&We?z.createHTML(d):d},t.setConfig=function(){yi(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),Ue=!0},t.clearConfig=function(){gi=null,Ue=!1},t.isValidAttribute=function(e,i,t){gi||yi({});const n=pi(e),o=pi(i);return Si(n,o,t)},t.addHook=function(e,i){"function"==typeof i&&R(K[e],i)},t.removeHook=function(e,i){if(void 0!==i){const t=S(K[e],i);return-1===t?void 0:O(K[e],t,1)[0]}return D(K[e])},t.removeHooks=function(e){K[e]=[]},t.removeAllHooks=function(){K={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},t}();const Ee=e=>_e.sanitize(e,{USE_PROFILES:{svg:!0},FORBID_ATTR:["height","width"]});var Ae,Fe,Te,Ce,Se,De,Re,Oe,Ie,Be,Le,Ne,Me,je,Ue,Pe,He,$e,We,Ge,Ze,Ye,qe,Xe,Ve,Je,Ke,Qe,ei,ii,ti,ni,oi,ri,ai,li,si,ci,fi,di,ui,mi,hi,pi,gi,vi;function bi(){if(Oe)return Re;Oe=1;var e=function(){if(De)return Se;De=1;var e=d(),i=Fe?Ae:(Fe=1,Ae=function(e,i){for(var t=-1,n=null==e?0:e.length,o=Array(n);++t<n;)o[t]=i(e[t],t,e);return o}),t=u(),n=function(){if(Ce)return Te;Ce=1;var e=c(),i=f();return Te=function(t){return"symbol"==typeof t||i(t)&&"[object Symbol]"==e(t)}}(),o=e?e.prototype:void 0,r=o?o.toString:void 0;return Se=function e(o){if("string"==typeof o)return o;if(t(o))return i(o,e)+"";if(n(o))return r?r.call(o):"";var a=o+"";return"0"==a&&1/o==-1/0?"-0":a}}();return Re=function(i){return null==i?"":e(i)}}function yi(){if(je)return Me;je=1;var e=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");return Me=function(i){return e.test(i)}}function xi(){if(Xe)return qe;Xe=1;var e=function(){if(Ye)return Ze;Ye=1;var e=function(){if(Ne)return Le;Ne=1;var e=Be?Ie:(Be=1,Ie=function(e,i,t){var n=-1,o=e.length;i<0&&(i=-i>o?0:o+i),(t=t>o?o:t)<0&&(t+=o),o=i>t?0:t-i>>>0,i>>>=0;for(var r=Array(o);++n<o;)r[n]=e[n+i];return r});return Le=function(i,t,n){var o=i.length;return n=void 0===n?o:n,!t&&n>=o?i:e(i,t,n)}}(),i=yi(),t=function(){if(Ge)return We;Ge=1;var e=Pe?Ue:(Pe=1,Ue=function(e){return e.split("")}),i=yi(),t=function(){if($e)return He;$e=1;var e="\\ud800-\\udfff",i="["+e+"]",t="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",n="\\ud83c[\\udffb-\\udfff]",o="[^"+e+"]",r="(?:\\ud83c[\\udde6-\\uddff]){2}",a="[\\ud800-\\udbff][\\udc00-\\udfff]",l="(?:"+t+"|"+n+")?",s="[\\ufe0e\\ufe0f]?",c=s+l+"(?:\\u200d(?:"+[o,r,a].join("|")+")"+s+l+")*",f="(?:"+[o+t+"?",t,r,a,i].join("|")+")",d=RegExp(n+"(?="+n+")|"+f+c,"g");return He=function(e){return e.match(d)||[]}}();return We=function(n){return i(n)?t(n):e(n)}}(),n=bi();return Ze=function(o){return function(r){r=n(r);var a=i(r)?t(r):void 0,l=a?a[0]:r.charAt(0),s=a?e(a,1).join(""):r.slice(1);return l[o]()+s}}}()("toUpperCase");return qe=e}function wi(){if(pi)return hi;pi=1;var e=Qe?Ke:(Qe=1,Ke=function(e,i,t,n){var o=-1,r=null==e?0:e.length;for(n&&r&&(t=e[++o]);++o<r;)t=i(t,e[o],o,e);return t}),i=function(){if(ri)return oi;ri=1;var e=function(){if(ni)return ti;ni=1;var e=(ii?ei:(ii=1,ei=function(e){return function(i){return null==e?void 0:e[i]}}))({À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"});return ti=e}(),i=bi(),t=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,n=RegExp("[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]","g");return oi=function(o){return(o=i(o))&&o.replace(t,e).replace(n,"")}}(),t=function(){if(mi)return ui;mi=1;var e=function(){if(li)return ai;li=1;var e=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;return ai=function(i){return i.match(e)||[]}}(),i=function(){if(ci)return si;ci=1;var e=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;return si=function(i){return e.test(i)}}(),t=bi(),n=function(){if(di)return fi;di=1;var e="\\ud800-\\udfff",i="\\u2700-\\u27bf",t="a-z\\xdf-\\xf6\\xf8-\\xff",n="A-Z\\xc0-\\xd6\\xd8-\\xde",o="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",r="["+o+"]",a="\\d+",l="["+i+"]",s="["+t+"]",c="[^"+e+o+a+i+t+n+"]",f="(?:\\ud83c[\\udde6-\\uddff]){2}",d="[\\ud800-\\udbff][\\udc00-\\udfff]",u="["+n+"]",m="(?:"+s+"|"+c+")",h="(?:"+u+"|"+c+")",p="(?:['’](?:d|ll|m|re|s|t|ve))?",g="(?:['’](?:D|LL|M|RE|S|T|VE))?",v="(?:[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]|\\ud83c[\\udffb-\\udfff])?",b="[\\ufe0e\\ufe0f]?",y=b+v+"(?:\\u200d(?:"+["[^"+e+"]",f,d].join("|")+")"+b+v+")*",x="(?:"+[l,f,d].join("|")+")"+y,w=RegExp([u+"?"+s+"+"+p+"(?="+[r,u,"$"].join("|")+")",h+"+"+g+"(?="+[r,u+m,"$"].join("|")+")",u+"?"+m+"+"+p,u+"+"+g,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",a,x].join("|"),"g");return fi=function(e){return e.match(w)||[]}}();return ui=function(o,r,a){return o=t(o),void 0===(r=a?void 0:r)?i(o)?n(o):e(o):o.match(r)||[]}}(),n=RegExp("['’]","g");return hi=function(o){return function(r){return e(t(i(r).replace(n,"")),o,"")}}}var zi=function(){if(vi)return gi;vi=1;var e=function(){if(Je)return Ve;Je=1;var e=bi(),i=xi();return Ve=function(t){return i(e(t).toLowerCase())}}(),i=wi()((function(i,t,n){return t=t.toLowerCase(),i+(n?e(t):t)}));return gi=i}(),ki=s(zi),_i=s(xi());const Ei=e(class extends i{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.icons=v.icons,this.svgContent="",this.name="",this.svg="",this.shape="",this.tile=!1,this.tileColor="purple",this.inline=!1,this.inverted=!1,this.turn=!1,this.shadow=!1,this.disabled=!1,this.invalid=!1,this.generateSvgContent=e=>{if(Object.keys(this.icons).length>0&&e&&e.length>0){const i=this.icons[`Icon${_i(ki(e))}`];if(i)return void(this.svgContent=i);console.error(`Icon "${e}" not found in design system configuration.`,"\n\nCheck out the documentation on how to import icons during initialization.","\nhttps://design.baloise.dev/?path=/docs/components-data-display-icon--documentation&globals=framework:angular#import-during-initialization")}this.svg&&(this.svgContent=Ee(this.svg))}}createLogger(e){this.log=e}sizeChanged(e){this.size=m(e)}connectedCallback(){h(this),this.generateSvgContent(this.name),this.size=m(this.size)||""}componentWillRender(){this.generateSvgContent(this.name)}async configChanged(e){this.icons=e.icons,this.generateSvgContent(this.name)}parseColor(){return this.disabled?"grey":this.invalid?"danger":"auto"!==this.color&&""!==this.color&&null!=this.color||this.svg?this.color:"primary"}render(){const e=this.parseColor();return t(n,{key:"864c8460072f69eb5f0a8c244b2a464315a60523","aria-hidden":"true",class:{"is-filled":!this.svg,[`is-${e}`]:!!e,[`is-${this.size}`]:void 0!==this.size,[`turn-${this.name}`]:this.turn,"is-inverted":this.inverted,"is-inline":this.inline,"is-tile":this.tile,[`is-tile-${this.tileColor}`]:this.tile,"has-shadow":this.shadow,"is-disabled":this.disabled,"is-invalid":this.invalid,[`has-shape-${this.shape}`]:!!this.shape}},t("div",{key:"cf951ef5fb93f75fe4a4ac556fe5299562afc9a2",id:"inner",part:"inner",innerHTML:this.svgContent}))}get el(){return this}static get watchers(){return{size:[{sizeChanged:0}]}}static get style(){return':host{--_icon-position:var(--icon-position, var(--mod-icon-position, static));--_icon-top:var(--icon-top, var(--mod-icon-top));--_icon-right:var(--icon-right, var(--mod-icon-right));--_icon-bottom:var(--icon-bottom, var(--mod-icon-bottom));--_icon-left:var(--icon-left, var(--mod-icon-left));position:var(--_icon-position);top:var(--_icon-top);right:var(--_icon-right);bottom:var(--_icon-bottom);left:var(--_icon-left);--_icon-m:var(--icon-m, var(--mod-icon-m, 0));--_icon-my:var(--icon-my, var(--mod-icon-my));--_icon-mx:var(--icon-mx, var(--mod-icon-mx));--_icon-ml:var(--icon-ml, var(--mod-icon-ml));--_icon-mr:var(--icon-mr, var(--mod-icon-mr));--_icon-mt:var(--icon-mt, var(--mod-icon-mt));--_icon-mb:var(--icon-mb, var(--mod-icon-mb));margin:var(--_icon-m);margin-inline:var(--_icon-mx);margin-block:var(--_icon-my);margin-left:var(--_icon-ml);margin-right:var(--_icon-mr);margin-top:var(--_icon-mt);margin-bottom:var(--_icon-mb);--_icon-size:var(--icon-size, var(--mod-icon-size, var(--ds-icon-size-base)));--_icon-inner-size:var(--icon-inner-size, var(--mod-icon-inner-size, var(--ds-icon-size-base)));--_icon-inner-mt:var(--icon-inner-mt, var(--mod-icon-inner-mt, 0));--_icon-color:var(--icon-color, var(--mod-icon-color, var(--ds-icon-color-primary)));--_icon-shape:var(--icon-shape, var(--mod-icon-shape, var(--ds-icon-color-primary)));--_icon-tile-size:var(--icon-tile-size, var(--mod-icon-tile-size, var(--ds-icon-tile-size-base-mobile)));--_icon-tile-size-tablet:var(--icon-tile-size-tablet, var(--mod-icon-tile-size-tablet, var(--ds-icon-tile-size-base-tablet)));--_icon-tile-color-background:var(--icon-tile-color-background, var(--mod-icon-tile-color-background, var(--ds-icon-tile-color-purple)));--_icon-tile-radius:var(--icon-tile-radius, var(--mod-icon-tile-radius, var(--ds-icon-tile-radius)))}:host{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;user-drag:none;display:-ms-inline-flexbox;display:inline-flex;position:relative;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;vertical-align:middle;pointer-events:visible;width:var(--_icon-size);height:var(--_icon-size);max-height:var(--_icon-size)}:host #inner{display:block;position:static;z-index:1;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out;padding:.063rem;margin-top:var(--_icon-inner-mt);width:var(--_icon-inner-size);height:var(--_icon-inner-size);max-height:var(--_icon-inner-size)}:host #inner>svg{vertical-align:top}:host(.is-filled) svg svg,:host(.is-filled) svg g,:host(.is-filled) svg path,:host(.is-filled) svg circle{fill:var(--_icon-color)}:host(:not(.is-filled)) svg path[fill="#E9FBF7"]{fill:var(--icon-brand-color, #E9FBF7)}:host(:not(.is-filled)) svg path[fill="#e9fbf7"]{fill:var(--icon-brand-color, #e9fbf7)}:host(:not(.is-filled)) svg path[fill="#CBF2EC"]{fill:var(--icon-brand-color, #CBF2EC)}:host(:not(.is-filled)) svg path[fill="#cbf2ec"]{fill:var(--icon-brand-color, #cbf2ec)}:host(:not(.is-filled)) svg path[fill="#94E3D4"]{fill:var(--icon-brand-color, #94E3D4)}:host(:not(.is-filled)) svg path[fill="#94e3d4"]{fill:var(--icon-brand-color, #94e3d4)}:host(:not(.is-filled)) svg path[fill="#21D9AC"]{fill:var(--icon-brand-color, #21D9AC)}:host(:not(.is-filled)) svg path[fill="#21d9ac"]{fill:var(--icon-brand-color, #21d9ac)}:host(:not(.is-filled)) svg path[fill="#00B28F"]{fill:var(--icon-brand-color, #00B28F)}:host(:not(.is-filled)) svg path[fill="#00b28f"]{fill:var(--icon-brand-color, #00b28f)}:host(:not(.is-filled)) svg path[fill="#1B5951"]{fill:var(--icon-brand-color, #1B5951)}:host(:not(.is-filled)) svg path[fill="#1b5951"]{fill:var(--icon-brand-color, #1b5951)}:host(:not(.is-filled)) svg path[fill="#FFF9E8"]{fill:var(--icon-brand-color, #FFF9E8)}:host(:not(.is-filled)) svg path[fill="#fff9e8"]{fill:var(--icon-brand-color, #fff9e8)}:host(:not(.is-filled)) svg path[fill="#FFECBC"]{fill:var(--icon-brand-color, #FFECBC)}:host(:not(.is-filled)) svg path[fill="#ffecbc"]{fill:var(--icon-brand-color, #ffecbc)}:host(:not(.is-filled)) svg path[fill="#FAE052"]{fill:var(--icon-brand-color, #FAE052)}:host(:not(.is-filled)) svg path[fill="#fae052"]{fill:var(--icon-brand-color, #fae052)}:host(:not(.is-filled)) svg path[fill="#FFBE19"]{fill:var(--icon-brand-color, #FFBE19)}:host(:not(.is-filled)) svg path[fill="#ffbe19"]{fill:var(--icon-brand-color, #ffbe19)}:host(:not(.is-filled)) svg path[fill="#FA9319"]{fill:var(--icon-brand-color, #FA9319)}:host(:not(.is-filled)) svg path[fill="#fa9319"]{fill:var(--icon-brand-color, #fa9319)}:host(:not(.is-filled)) svg path[fill="#B24A00"]{fill:var(--icon-brand-color, #B24A00)}:host(:not(.is-filled)) svg path[fill="#b24a00"]{fill:var(--icon-brand-color, #b24a00)}:host(:not(.is-filled)) svg path[fill="#FFEEF1"]{fill:var(--icon-brand-color, #FFEEF1)}:host(:not(.is-filled)) svg path[fill="#ffeef1"]{fill:var(--icon-brand-color, #ffeef1)}:host(:not(.is-filled)) svg path[fill="#FFD7D7"]{fill:var(--icon-brand-color, #FFD7D7)}:host(:not(.is-filled)) svg path[fill="#ffd7d7"]{fill:var(--icon-brand-color, #ffd7d7)}:host(:not(.is-filled)) svg path[fill="#FFACA6"]{fill:var(--icon-brand-color, #FFACA6)}:host(:not(.is-filled)) svg path[fill="#ffaca6"]{fill:var(--icon-brand-color, #ffaca6)}:host(:not(.is-filled)) svg path[fill="#FF596F"]{fill:var(--icon-brand-color, #FF596F)}:host(:not(.is-filled)) svg path[fill="#ff596f"]{fill:var(--icon-brand-color, #ff596f)}:host(:not(.is-filled)) svg path[fill="#D9304C"]{fill:var(--icon-brand-color, #D9304C)}:host(:not(.is-filled)) svg path[fill="#d9304c"]{fill:var(--icon-brand-color, #d9304c)}:host(:not(.is-filled)) svg path[fill="#99172D"]{fill:var(--icon-brand-color, #99172D)}:host(:not(.is-filled)) svg path[fill="#99172d"]{fill:var(--icon-brand-color, #99172d)}:host(:not(.is-filled)) svg path[fill="#F9F3FF"]{fill:var(--icon-brand-color, #F9F3FF)}:host(:not(.is-filled)) svg path[fill="#f9f3ff"]{fill:var(--icon-brand-color, #f9f3ff)}:host(:not(.is-filled)) svg path[fill="#E1D9FF"]{fill:var(--icon-brand-color, #E1D9FF)}:host(:not(.is-filled)) svg path[fill="#e1d9ff"]{fill:var(--icon-brand-color, #e1d9ff)}:host(:not(.is-filled)) svg path[fill="#B8B2FF"]{fill:var(--icon-brand-color, #B8B2FF)}:host(:not(.is-filled)) svg path[fill="#b8b2ff"]{fill:var(--icon-brand-color, #b8b2ff)}:host(:not(.is-filled)) svg path[fill="#BE82FA"]{fill:var(--icon-brand-color, #BE82FA)}:host(:not(.is-filled)) svg path[fill="#be82fa"]{fill:var(--icon-brand-color, #be82fa)}:host(:not(.is-filled)) svg path[fill="#9F52CC"]{fill:var(--icon-brand-color, #9F52CC)}:host(:not(.is-filled)) svg path[fill="#9f52cc"]{fill:var(--icon-brand-color, #9f52cc)}:host(:not(.is-filled)) svg path[fill="#6C2273"]{fill:var(--icon-brand-color, #6C2273)}:host(:not(.is-filled)) svg path[fill="#6c2273"]{fill:var(--icon-brand-color, #6c2273)}:host(:not(.is-filled)) svg path[fill="#000D6E"]{fill:var(--icon-brand-color, #000D6E)}:host(:not(.is-filled)) svg path[fill="#000d6e"]{fill:var(--icon-brand-color, #000d6e)}:host(.is-inline){display:-ms-inline-flexbox;display:inline-flex;line-height:1}:host(.has-shadow) svg{-webkit-filter:drop-shadow(0px 0px 5rem rgba(0, 0, 0, 0.5));filter:drop-shadow(0px 0px 5rem rgba(0, 0, 0, 0.5))}:host(.turn-plus) #inner{-webkit-transform:rotate(225deg);transform:rotate(225deg)}:host(.turn-nav-go-down) #inner,:host(.turn-caret-down) #inner,:host(.turn-caret-up) #inner{-webkit-transform:rotate(180deg);transform:rotate(180deg)}:host(.is-tile){background:var(--_icon-tile-color-background);border-radius:var(--_icon-tile-radius);height:var(--_icon-tile-size);--mod-icon-size:var(--_icon-tile-size);--mod-icon-inner-size:var(--_icon-tile-size)}@media screen and (min-width: 769px){:host(.is-tile){height:var(--_icon-tile-size-tablet);--mod-icon-size:var(--_icon-tile-size-tablet);--mod-icon-inner-size:var(--_icon-tile-size-tablet)}}:host(.is-xs:not(.is-tile,.has-shape-circle,.has-shape-triangle)){--mod-icon-size:var(--ds-icon-size-xs);--mod-icon-inner-size:var(--ds-icon-size-xs)}:host(.is-sm:not(.is-tile,.has-shape-circle,.has-shape-triangle)){--mod-icon-size:var(--ds-icon-size-sm);--mod-icon-inner-size:var(--ds-icon-size-sm)}:host(.is-md:not(.is-tile,.has-shape-circle,.has-shape-triangle)){--mod-icon-size:var(--ds-icon-size-md);--mod-icon-inner-size:var(--ds-icon-size-md)}:host(.is-lg:not(.is-tile,.has-shape-circle,.has-shape-triangle)){--mod-icon-size:var(--ds-icon-size-lg);--mod-icon-inner-size:var(--ds-icon-size-lg)}:host(.is-xl:not(.is-tile,.has-shape-circle,.has-shape-triangle)){--mod-icon-size:var(--ds-icon-size-xl);--mod-icon-inner-size:var(--ds-icon-size-xl)}:host(.is-2xl:not(.is-tile,.has-shape-circle,.has-shape-triangle)){--mod-icon-size:var(--ds-icon-size-2xl);--mod-icon-inner-size:var(--ds-icon-size-2xl)}:host(.is-tile.is-lg){--mod-icon-tile-size:var(--ds-icon-tile-size-lg-mobile);--mod-icon-tile-size-tablet:var(--ds-icon-tile-size-lg-tablet)}:host(.is-tile.is-xl){--mod-icon-tile-size:var(--ds-icon-tile-size-xl-mobile);--mod-icon-tile-size-tablet:var(--ds-icon-tile-size-xl-tablet)}:host(.is-inverted){--mod-icon-color:var(--ds-icon-color-white)}:host(.is-disabled){--mod-icon-color:var(--ds-icon-color-disabled)}:host(.is-primary){--mod-icon-color:var(--ds-icon-color-primary);--mod-icon-shape:var(--ds-global-color-primary-5)}:host(.is-primary-light){--mod-icon-color:var(--ds-icon-color-primary-light);--mod-icon-shape:var(--ds-global-color-primary-light-5)}:host(.is-info){--mod-icon-color:var(--ds-icon-color-info);--mod-icon-shape:var(--ds-global-color-info-5)}:host(.is-success){--mod-icon-color:var(--ds-icon-color-success);--mod-icon-shape:var(--ds-global-color-success-5)}:host(.is-danger){--mod-icon-color:var(--ds-icon-color-danger);--mod-icon-shape:var(--ds-global-color-danger-5)}:host(.is-warning){--mod-icon-color:var(--ds-icon-color-warning);--mod-icon-shape:var(--ds-global-color-warning-5)}:host(.is-white){--mod-icon-color:var(--ds-icon-color-white);--mod-icon-shape:var(--ds-global-color-white-5)}:host(.is-grey){--mod-icon-color:var(--ds-icon-color-grey);--mod-icon-shape:var(--ds-global-color-grey-5)}:host(.is-tile-green){--mod-icon-tile-color-background:var(--ds-icon-tile-color-green)}:host(.is-tile-red){--mod-icon-tile-color-background:var(--ds-icon-tile-color-red)}:host(.is-tile-yellow){--mod-icon-tile-color-background:var(--ds-icon-tile-color-yellow)}:host(.has-shape-circle),:host(.has-shape-triangle){--mod-icon-color:white}:host(.has-shape-triangle){--mod-icon-inner-mt:2px}:host(.has-shape-circle),:host(.has-shape-triangle){--mod-icon-size:var(--ds-icon-size-base);--mod-icon-inner-size:calc(var(--ds-icon-size-base) * 0.6)}:host(.has-shape-circle.is-md),:host(.has-shape-triangle.is-md){--mod-icon-size:var(--ds-icon-size-md);--mod-icon-inner-size:calc(var(--ds-icon-size-md) * 0.6)}:host(.has-shape-circle.is-lg),:host(.has-shape-triangle.is-lg){--mod-icon-size:var(--ds-icon-size-lg);--mod-icon-inner-size:calc(var(--ds-icon-size-lg) * 0.6)}:host(.has-shape-circle.is-xl),:host(.has-shape-triangle.is-xl){--mod-icon-size:var(--ds-icon-size-xl);--mod-icon-inner-size:calc(var(--ds-icon-size-xl) * 0.6)}:host(.has-shape-circle.is-2xl),:host(.has-shape-triangle.is-2xl){--mod-icon-size:var(--ds-icon-size-2xl);--mod-icon-inner-size:calc(var(--ds-icon-size-2xl) * 0.6)}:host(.has-shape-circle)::before{content:"";-webkit-mask-image:url(\'data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.8995 4.10051C21.9416 2.14257 19.447 0.809205 16.7313 0.269012C14.0155 -0.271181 11.2006 0.00606573 8.64244 1.06569C6.08426 2.12532 3.89777 3.91973 2.35943 6.22202C0.821087 8.52431 -3.3718e-07 11.2311 0 14C1.6859e-07 16.769 0.821085 19.4757 2.35943 21.778C3.89777 24.0803 6.08426 25.8747 8.64244 26.9343C11.2006 27.994 14.0155 28.2712 16.7313 27.731C19.447 27.1908 21.9416 25.8575 23.8995 23.8995C26.525 21.274 28 17.7131 28 14C28 10.287 26.525 6.72602 23.8995 4.10051Z" fill="black"/></svg>\');mask-image:url(\'data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.8995 4.10051C21.9416 2.14257 19.447 0.809205 16.7313 0.269012C14.0155 -0.271181 11.2006 0.00606573 8.64244 1.06569C6.08426 2.12532 3.89777 3.91973 2.35943 6.22202C0.821087 8.52431 -3.3718e-07 11.2311 0 14C1.6859e-07 16.769 0.821085 19.4757 2.35943 21.778C3.89777 24.0803 6.08426 25.8747 8.64244 26.9343C11.2006 27.994 14.0155 28.2712 16.7313 27.731C19.447 27.1908 21.9416 25.8575 23.8995 23.8995C26.525 21.274 28 17.7131 28 14C28 10.287 26.525 6.72602 23.8995 4.10051Z" fill="black"/></svg>\');-webkit-mask-size:cover;mask-size:cover;background:var(--_icon-shape);position:absolute;width:calc(100% - 6px);height:calc(100% - 6px);margin:2px}:host(.has-shape-triangle)::before{content:"";-webkit-mask-image:url("data:image/svg+xml;charset=UTF-8, <svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 14 14\'> <path fill=\'black\' d=\'M7 .006a1.5 1.5 0 0 0-1.335.816l-.002.004-5.5 10.999a1.503 1.503 0 0 0 .606 1.983 1.5 1.5 0 0 0 .73.192h11.003a1.5 1.5 0 0 0 1.335-2.174l-5.5-11-.002-.004A1.5 1.5 0 0 0 7 .006\'/> </svg>");mask-image:url("data:image/svg+xml;charset=UTF-8, <svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 14 14\'> <path fill=\'black\' d=\'M7 .006a1.5 1.5 0 0 0-1.335.816l-.002.004-5.5 10.999a1.503 1.503 0 0 0 .606 1.983 1.5 1.5 0 0 0 .73.192h11.003a1.5 1.5 0 0 0 1.335-2.174l-5.5-11-.002-.004A1.5 1.5 0 0 0 7 .006\'/> </svg>");-webkit-mask-size:cover;mask-size:cover;background:var(--_icon-shape);position:absolute;width:calc(100% - 6px);height:calc(100% - 6px);margin:2px}'}},[1,"ds-icon",{name:[513],svg:[1],size:[1537],color:[1],shape:[1],tile:[4],tileColor:[1,"tile-color"],inline:[4],inverted:[4],turn:[4],shadow:[4],disabled:[4],invalid:[4],icons:[32],svgContent:[32],configChanged:[64]},void 0,{size:[{sizeChanged:0}]}]);function Ai(){"undefined"!=typeof customElements&&["ds-icon"].forEach((e=>{"ds-icon"===e&&(customElements.get(o(e))||customElements.define(o(e),Ei))}))}r([a("icon"),l("design:type",Function),l("design:paramtypes",[Function]),l("design:returntype",void 0)],Ei.prototype,"createLogger",null),r([p("string"),l("design:type",String)],Ei.prototype,"name",void 0),r([p("string"),l("design:type",String)],Ei.prototype,"svg",void 0),r([g("xs","sm","md","lg","xl","2xl","","xsmall","x-small","small","medium","large","x-large","xx-large"),l("design:type",Object)],Ei.prototype,"size",void 0),r([g("auto","blue","light-blue","success","success-dark","success-darker","danger","danger-dark","danger-darker","info","warning","warning-dark","warning-darker","white","grey","grey-light","grey-dark","primary","primary-light","primary-dark",""),l("design:type",Object)],Ei.prototype,"color",void 0),r([g("","triangle","circle"),l("design:type",String)],Ei.prototype,"shape",void 0),r([p("boolean"),l("design:type",Boolean)],Ei.prototype,"tile",void 0),r([g("purple","red","yellow","green"),l("design:type",String)],Ei.prototype,"tileColor",void 0),r([p("boolean"),l("design:type",Boolean)],Ei.prototype,"inline",void 0),r([p("boolean"),l("design:type",Boolean)],Ei.prototype,"inverted",void 0),r([p("boolean"),l("design:type",Boolean)],Ei.prototype,"turn",void 0),r([p("boolean"),l("design:type",Boolean)],Ei.prototype,"shadow",void 0),r([p("boolean"),l("design:type",Boolean)],Ei.prototype,"disabled",void 0),r([p("boolean"),l("design:type",Boolean)],Ei.prototype,"invalid",void 0),r([b(),l("design:type",Function),l("design:paramtypes",[Object]),l("design:returntype",Promise)],Ei.prototype,"configChanged",null);export{Ei as I,Ai as d,Ee as s}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
- */
4
- import{d as n}from"./p-BNY3JzuV.js";import{I as e,a as o,b as a,c as s,d as t,e as i,f as r,g as c,h as u,i as l,j as m,k as I,l as f,m as w,n as d,o as p,p as b,q as P,r as g,s as y,t as C,u as T,v as _,w as h,x as k,y as q,z as A,A as D,B as v,C as F,D as G,E as j,F as N,G as z,H as B,J as L,K as M}from"./p-DnnGnukM.js";const O=(e,o=32)=>{let a=!1;const s=()=>{a||(a=!0,e())};if(n.hasWindow){const n=setTimeout(s,o);window.addEventListener("load",(()=>{clearTimeout(n),s()}))}else setTimeout(s,32)},U=(e,o=5e3)=>{n.hasWindow&&"requestIdleCallback"in window?window.requestIdleCallback(e,{timeout:o}):setTimeout(e,32)},x=(n=0)=>new Promise((e=>{setTimeout((()=>e()),n)})),E=(n,e)=>{const o=n._original||n;return{_original:n,emit:J(o.emit.bind(o),e)}},J=(n,e=0)=>{let o;return(...a)=>{clearTimeout(o),o=setTimeout(n,e,...a)}},R=(n,e)=>n&&n.tagName&&n.tagName===e.toUpperCase(),V=(n,e)=>{let o=e.parentNode;for(;null!=o;){if(o==n)return!0;o=o.parentNode}return!1},X=n=>n.querySelector("ds-app")||n.body,Y=(n,e)=>{null!=n.componentOnReady?n.componentOnReady().then((n=>e(n))):H((()=>e(n)))},H=n=>"function"==typeof __zone_symbol__requestAnimationFrame?__zone_symbol__requestAnimationFrame(n):"function"==typeof requestAnimationFrame?requestAnimationFrame(n):setTimeout(n),K=(e,o,a,s)=>{if(n.hasWindow)try{const{useDsConfig:n}=require("@global"),t=n();if(t){const n=t._ael;if(n)return n(e,o,a,s);if(t._ael)return t._ael(e,o,a,s)}}catch(n){}return e.addEventListener(o,a,s)},W=(e,o,a,s)=>{if(n.hasWindow)try{const{useDsConfig:n}=require("@global"),t=n();if(t){const n=t._rel;if(n)return n(e,o,a,s);if(t._rel)return t._rel(e,o,a,s)}}catch(n){}return e.removeEventListener(o,a,s)},Q=n=>n?new Promise((e=>Y(n,e))):Promise.resolve(),S=async(n,e=!1)=>{const o=n;if(o){if(null!=o.componentOnReady){const n=await o.componentOnReady();if(!e&&null!=n)return}await Promise.all(Array.from(o.children).map((n=>S(n,e))))}},Z=async n=>{await S(n,!0),await nn(),await en()},$=async(n,O)=>{const U=Object.assign({animated:!1,icons:{IconClock:M,IconClose:L,IconInfoCircle:B,IconPlus:z,IconMinus:N,IconEdit:j,IconTrash:G,IconNavGoLeft:F,IconNavGoRight:v,IconNavGoDown:D,IconNavGoUp:A,IconCheck:q,IconDate:k,IconDocument:h,IconUpload:_,IconMenuBars:T,IconFacebook:C,IconInstagram:y,IconLink:g,IconLinkedin:P,IconTwitter:b,IconX:p,IconXing:d,IconYoutube:w,IconWeb:f,IconCaretDown:I,IconCaretLeft:m,IconCaretRight:l,IconCaretUp:u,IconFile:c,IconPicture:r,IconVideo:i,IconAudio:t,IconDownload:s,IconAlert:a,IconBell:o,IconInformation:e}},O),x=n;if(null!=x){await S(x,!0);const n=Array.prototype.slice.call(x.querySelectorAll("*")).filter((n=>n.tagName.match(/^bal/i)));await Promise.all(n.map((n=>{if(null!=n.configChanged)return n.configChanged(U)})))}await Promise.all([nn(),on(),en()])},nn=()=>new Promise((n=>H((()=>sn(n))))),en=()=>new Promise((n=>U((()=>sn(n))))),on=()=>new Promise((e=>((e,o=3e3)=>{let a=!1;if(!n.isSafari&&n.hasWindow&&"PerformanceObserver"in window){const n=new PerformanceObserver((o=>{const s=o.getEntries();s[s.length-1]&&(n.disconnect(),a=!0,U((()=>e())))}));n.observe({type:"largest-contentful-paint",buffered:!0}),setTimeout((()=>{a||(n.disconnect(),e())}),o)}else setTimeout(e,32)})((()=>sn(e))))),an=()=>new Promise((n=>O((()=>sn(n))))),sn=e=>{if(n.hasWindow&&"MessageChannel"in window){const n=new window.MessageChannel;n.port1.onmessage=e,n.port2.postMessage(void 0)}else setTimeout(e,32)};export{nn as a,en as b,Y as c,S as d,on as e,Z as f,X as g,$ as h,V as i,an as j,H as k,J as l,U as m,R as n,E as o,K as p,W as q,O as r,Q as s,x as w}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
- */
4
- import{p as t,H as o,h as r,e as s,t as u}from"./p-BNY3JzuV.js";import{_ as n,L as e,a as i}from"./p-Dr4dquer.js";import{s as a,a as g,V as p}from"./p-82RSSk25.js";import{d as b,e as m}from"./p-Diz11uvt.js";const d=t(class extends o{constructor(t){super(),!1!==t&&this.__registerHost(),this.__attachShadow(),this.align="",this.direction="auto",this.reverse=!1,this.wide=!1}createLogger(t){this.log=t}connectedCallback(){a(this)}render(){return r(s,{key:"11109463f62a27a338a6e33d8e18bbdd0d696fe7"},r("div",{key:"e5031617931b98e819dc84c5d45c42af092389f8",id:"group",part:"group",class:{"as-col":"column"===this.direction,"as-row":"row"===this.direction,"is-reverse":this.reverse,"is-wide":this.wide,"is-left":"left"===this.align,"is-center":"center"===this.align,"is-right":"right"===this.align}},r("slot",{key:"81ff03c84219c3f11e85d58e4cb63e29bceca85b"})))}get el(){return this}static get style(){return":host{--_button-group-position:var(--button-group-position, var(--mod-button-group-position, static));--_button-group-top:var(--button-group-top, var(--mod-button-group-top));--_button-group-right:var(--button-group-right, var(--mod-button-group-right));--_button-group-bottom:var(--button-group-bottom, var(--mod-button-group-bottom));--_button-group-left:var(--button-group-left, var(--mod-button-group-left));position:var(--_button-group-position);top:var(--_button-group-top);right:var(--_button-group-right);bottom:var(--_button-group-bottom);left:var(--_button-group-left);--_button-group-m:var(--button-group-m, var(--mod-button-group-m, 0));--_button-group-my:var(--button-group-my, var(--mod-button-group-my));--_button-group-mx:var(--button-group-mx, var(--mod-button-group-mx));--_button-group-ml:var(--button-group-ml, var(--mod-button-group-ml));--_button-group-mr:var(--button-group-mr, var(--mod-button-group-mr));--_button-group-mt:var(--button-group-mt, var(--mod-button-group-mt));--_button-group-mb:var(--button-group-mb, var(--mod-button-group-mb));margin:var(--_button-group-m);margin-inline:var(--_button-group-mx);margin-block:var(--_button-group-my);margin-left:var(--_button-group-ml);margin-right:var(--_button-group-mr);margin-top:var(--_button-group-mt);margin-bottom:var(--_button-group-mb);display:block;margin:var(--_button-group-m);margin-inline:var(--_button-group-mx);margin-block:var(--_button-group-my);margin-left:var(--_button-group-ml);margin-right:var(--_button-group-mr);margin-top:var(--_button-group-mt);margin-bottom:var(--_button-group-mb);position:var(--_button-group-position);top:var(--_button-group-top);right:var(--_button-group-right);bottom:var(--_button-group-bottom);left:var(--_button-group-left)}:host #group{--_buttons-align-items:var(--buttons-align-items, var(--mod-buttons-align-items, center));--_buttons-justify-content:var(--buttons-justify-content, var(--mod-buttons-justify-content, flex-start));--_buttons-direction:var(--buttons-direction, var(--mod-buttons-direction, row));--_buttons-gap:var(--buttons-gap, var(--mod-buttons-gap, 0.25rem));--_buttons-wrap:var(--buttons-wrap, var(--mod-buttons-wrap, wrap));display:-ms-flexbox;display:flex;gap:var(--_buttons-gap);-ms-flex-direction:var(--_buttons-direction);flex-direction:var(--_buttons-direction);-ms-flex-align:var(--_buttons-align-items);align-items:var(--_buttons-align-items);-ms-flex-pack:var(--_buttons-justify-content);justify-content:var(--_buttons-justify-content);-ms-flex-wrap:var(--_buttons-wrap);flex-wrap:var(--_buttons-wrap);width:100%}@media screen and (max-width: 768px){:host #group ::slotted(.button:not(.is-square,.is-circle)),:host #group .button:not(.is-square,.is-circle){-ms-flex:1 1 auto;flex:1 1 auto}:host #group ::slotted(ds-button:not(.is-square,.is-circle)),:host #group ds-button:not(.is-square,.is-circle){-ms-flex:1 1 auto;flex:1 1 auto;--button-width:100%}}:host #group.as-col-reverse{--mod-buttons-direction:column-reverse}:host #group.as-row-reverse{--mod-buttons-direction:row-reverse}:host #group.as-row{--mod-buttons-direction:row}:host #group.as-col{--mod-buttons-direction:column}@media screen and (max-width: 768px){:host #group.as-col ::slotted(.button),:host #group.as-col .button,:host #group.as-col ::slotted(ds-button),:host #group.as-col ds-button,:host #group.as-col-reverse ::slotted(.button),:host #group.as-col-reverse .button,:host #group.as-col-reverse ::slotted(ds-button),:host #group.as-col-reverse ds-button{width:100%}}@media screen and (min-width: 769px){:host #group.as-col.is-center,:host #group.as-col.is-centered,:host #group.as-col-reverse.is-center,:host #group.as-col-reverse.is-centered{--mod-buttons-align-items:center}:host #group.as-col.is-left,:host #group.as-col-reverse.is-left{--mod-buttons-align-items:flex-start}:host #group.as-col.is-right,:host #group.as-col-reverse.is-right{--mod-buttons-align-items:flex-end}}@media screen and (min-width: 769px){:host #group.as-row.is-center,:host #group.as-row.is-centered,:host #group.is-center:not(.as-col),:host #group.is-centered:not(.as-col){--mod-buttons-justify-content:center}:host #group.as-row.is-left,:host #group.is-left:not(.as-col){--mod-buttons-justify-content:flex-start}:host #group.as-row.is-right,:host #group.is-right:not(.as-col){--mod-buttons-justify-content:flex-end}}@media screen and (min-width: 769px){:host #group.is-wide ::slotted(.button:not(.is-square,.is-circle)),:host #group.is-wide .button:not(.is-square,.is-circle),:host #group.is-wide ::slotted(ds-button:not(.is-square,.is-circle)),:host #group.is-wide ds-button:not(.is-square,.is-circle){-ms-flex:1 1 auto;flex:1 1 auto;--button-width:100%}}"}},[257,"ds-button-group",{align:[1],direction:[1],reverse:[4],wide:[4]}]);function l(){"undefined"!=typeof customElements&&["ds-button-group"].forEach((t=>{"ds-button-group"===t&&(customElements.get(u(t))||customElements.define(u(t),d))}))}n([e("button-group"),i("design:type",Function),i("design:paramtypes",[Function]),i("design:returntype",void 0)],d.prototype,"createLogger",null),n([g(...b),i("design:type",String)],d.prototype,"align",void 0),n([g(...m),i("design:type",String)],d.prototype,"direction",void 0),n([p("boolean"),i("design:type",Boolean)],d.prototype,"reverse",void 0),n([p("boolean"),i("design:type",Boolean)],d.prototype,"wide",void 0);export{d as B,l as d}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
- */
4
- let t;var s;(s=t||(t={})).None="0",s.Left="left",s.Right="right",s.Up="up",s.Down="down";const e=Object.freeze({Horizontal:[t.Left,t.Right],Vertical:[t.Up,t.Down],All:[t.Left,t.Right,t.Up,t.Down,t.None]});let i;var n;let h;var o;let r;var a;(n=i||(i={})).Inactive="inactive",n.Active="active",n.Blocked="blocked",(o=h||(h={})).NoPointer="nopointer",o.SinglePointer="singlepointer",o.DualPointer="dualpointer",(a=r||(r={})).NoActiveGesture="noactivegesture",a.ActiveGesture="activegesture";class c{constructor(t,s){this.x=t,this.y=s}}class l{constructor(s,e){this.startPoint=s,this.endPoint=e,this.direction=t.None,this.deltaX=this.endPoint.x-this.startPoint.x,this.deltaY=this.endPoint.y-this.startPoint.y,this.x=this.deltaX,this.y=this.deltaY,this.vectorLength=Math.sqrt(Math.pow(this.deltaX,2)+Math.pow(this.deltaY,2)),Math.abs(this.deltaX)>Math.abs(this.deltaY)?this.startPoint.x<this.endPoint.x?this.direction=t.Right:this.startPoint.x>this.endPoint.x&&(this.direction=t.Left):this.startPoint.y<this.endPoint.y?this.direction=t.Down:this.startPoint.y>this.endPoint.y&&(this.direction=t.Up)}}class u{static getVector(t,s){const e=new c(t.clientX,t.clientY),i=new c(s.clientX,s.clientY);return new l(e,i)}static getSpeed(t,s,e){let i=0;const n=(e-s)/1e3;return null!=t&&0!=n&&(i=t.vectorLength/n),i}static calculateRotationAngle(t,s){const e=new l(t.startPoint,s.startPoint),i=new l(t.endPoint,s.endPoint),n=new c(0,0),h=new l(e.startPoint,n),o=this.translatePoint(e.endPoint,h),r=new l(i.startPoint,n),a=this.translatePoint(i.endPoint,r),u=-1*this.calcAngleRad(o),d=a.x*Math.cos(u)-a.y*Math.sin(u),p=Math.round(a.x*Math.sin(u)+a.y*Math.cos(u));return 180*Math.atan2(p,d)/Math.PI}static calculateVectorAngle(t,s){let e=0;if(t.vectorLength>0&&s.vectorLength>0){const i=Math.acos((t.x*s.x+t.y*s.y)/(t.vectorLength*s.vectorLength));e=this.rad2deg(i)}return e}static translatePoint(t,s){return new c(t.x+s.x,t.y+s.y)}static calcAngleDegrees(t){let s=180*Math.atan2(t.y,t.x)/Math.PI;return s<0&&(s=360+s),s}static calcAngleRad(t){let s=Math.atan2(t.y,t.x);return s<0&&(s=2*Math.PI+s),s}static deg2rad(t){return Math.PI/180*t}static rad2deg(t){return t/(Math.PI/180)}static getCenter(t,s){return new c((t.x+s.x)/2,(t.y+s.y)/2)}static getCenterMovementVector(t,s){const e=this.getCenter(t.startPoint,s.startPoint),i=this.getCenter(t.endPoint,s.endPoint);return new l(e,i)}static calculateDistanceChange(t,s){const e=new l(t.startPoint,s.startPoint);return new l(t.endPoint,s.endPoint).vectorLength-e.vectorLength}static calculateAbsoluteDistanceChange(t,s){const e=this.calculateDistanceChange(t,s);return Math.abs(e)}static calculateRelativeDistanceChange(t,s){const e=new l(t.startPoint,s.startPoint);return new l(t.endPoint,s.endPoint).vectorLength/e.vectorLength}}let d;var p;(p=d||(d={})).Active="active",p.Removed="removed",p.Canceled="canceled";class v{constructor(t,s){this.options={DEBUG:!1,...s},this.DEBUG=this.options.DEBUG;const e=(new Date).getTime();this.pointerId=t.pointerId,this.vectorTimespan=this.options.vectorTimespan??100,this.initialPointerEvent=t,this.currentPointerEvent=t,this.recognizedEvents=[t],this.state=d.Active;const i=u.getVector(t,t);this.parameters={global:{startX:this.initialPointerEvent.clientX,startY:this.initialPointerEvent.clientY,vector:i,deltaX:0,deltaY:0,startTimestampUTC:e,startTimestamp:this.initialPointerEvent.timeStamp,currentTimestamp:this.initialPointerEvent.timeStamp,endTimestamp:null,maximumSpeed:0,currentSpeed:0,distance:0,maximumDistance:0,averageSpeed:0,finalSpeed:0,traveledDistance:0,hasBeenMoved:!1,duration:0},live:{duration:0,speed:0,vector:i,distance:0,isMoving:!1}}}getTarget(){return this.initialPointerEvent.target}reset(){}onIdle(){const t=(new Date).getTime();this.parameters.global.duration=t-this.parameters.global.startTimestampUTC}onPointerMove(t){this.parameters.global.hasBeenMoved=!0,this.parameters.live.isMoving=!0,this.update(t)}onPointerUp(t){this.parameters.global.finalSpeed=this.parameters.live.speed,this.parameters.live.speed=0,this.parameters.live.isMoving=!1,this.state=d.Removed,this.parameters.global.endTimestamp=t.timeStamp,this.update(t),!0===this.DEBUG&&console.log(`[PointerInput] pointerdown ended. pointerdown duration: ${this.parameters.global.duration}ms`)}onPointerLeave(t){this.onPointerUp(t)}onPointerCancel(t){this.update(t),this.parameters.live.speed=0,this.state=d.Canceled,this.parameters.live.isMoving=!1,this.parameters.global.endTimestamp=t.timeStamp,!0===this.DEBUG&&console.log(`[PointerInput] canceled, pointerdown duration:${this.parameters.global.duration}ms`)}update(t){this.currentPointerEvent=t,this.recognizedEvents.push(t);const s=this.getTimedPointerEvents(),e=u.getVector(s[0],s[1]);this.parameters.live.vector=e,this.parameters.live.distance=e.vectorLength,this.parameters.live.speed=u.getSpeed(e,s[0].timeStamp,s[1].timeStamp),this.parameters.live.speed>this.parameters.global.maximumSpeed&&(this.parameters.global.maximumSpeed=this.parameters.live.speed),this.parameters.global.currentTimestamp=t.timeStamp,this.parameters.global.duration=t.timeStamp-this.parameters.global.startTimestamp,this.parameters.global.deltaX=e.endPoint.x-this.parameters.global.startX,this.parameters.global.deltaY=e.endPoint.y-this.parameters.global.startY;const i=u.getVector(this.initialPointerEvent,this.currentPointerEvent);this.parameters.global.vector=i,this.parameters.global.distance=i.vectorLength,i.vectorLength>this.parameters.global.maximumDistance&&(this.parameters.global.maximumDistance=i.vectorLength),!0===this.DEBUG&&(console.log(`[PointerInput] current speed: ${this.parameters.live.speed}px/s`),console.log(`[PointerInput] pointerdown duration: ${this.parameters.global.duration}ms`),console.log(`[PointerInput] live vector length within vectorTimespan: ${this.parameters.live.vector.vectorLength}px`))}getTimedPointerEvents(){let t=this.initialPointerEvent;const s=this.recognizedEvents[this.recognizedEvents.length-1];let e=this.recognizedEvents.length-1,i=0;const n=s.timeStamp;for(;i<this.vectorTimespan&&(e-=1,!(e<0));)t=this.recognizedEvents[e],i=n-t.timeStamp;const h=[t,s];return this.recognizedEvents=this.recognizedEvents.slice(-20),h}}class g{constructor(t){this.pointer=t,this.parameters=t.parameters}getTarget(){return this.pointer.initialPointerEvent.target}getCurrentPointerEvent(){return this.pointer.currentPointerEvent}getCurrentDirection(){return this.parameters.live.vector.direction}onIdle(){}onPointerMove(t){}onPointerUp(t){}onPointerLeave(t){}onPointerCancel(t){}}const P=globalThis.window;let f;f=P?.CustomEvent?P.CustomEvent:class extends Event{constructor(t,s){super(t,s),this.detail=s?.detail}initCustomEvent(){throw new Error("Unsupported deprecated method")}};class m extends f{}class w{constructor(t,s){this.state=i.Inactive,this.validPointerManagerState=null,this.validPointerInputConstructor=g,this.domElement=t,this.initialPointerEvent=null,this.initialParameters=null,this.activeStateParameters=null,this.options={bubbles:!0,blocks:[],supportedDirections:[],supportedButtons:[],DEBUG:!1,...s},this.DEBUG=this.options.DEBUG}getEmptyGestureParameters(){return{global:{min:{},max:{},boolean:{}},live:{min:{},max:{},boolean:{}}}}getGestureParameters(){let t;if(this.state==i.Active?(t=this.activeStateParameters,1==this.DEBUG&&(console.log(`[${this.eventBaseName}] validating using activeStateParameters`),console.log(t))):(1==this.DEBUG&&console.log(`[${this.eventBaseName}] validating using initialParameters`),t=this.initialParameters),null==t)throw new Error("[Gesture] no gesture parameters found. Do not call .getGestureParameters on abstract class Gesture");return t}validateGestureParameters(t){const s=this.getGestureParameters();let e,i=!0;for(e in s){const n=s[e],h=t.parameters[e];let o;for(o in n){const t=n[o];let s;for(s in t){const n=t[s],r=h[s];if(1==this.DEBUG&&console.log(`[${this.eventBaseName}] validating ${e} ${o}: required: ${n}, pointer: ${r}`),"boolean"==typeof n&&"boolean"==typeof r?i=this.validateBooleanParameter(n,r):"number"==typeof n&&"number"==typeof r&&(i=this.validateMinMaxParameter(n,r,o)),0==i)return 1==this.DEBUG&&console.log(`[${this.eventBaseName}] invalidated `),!1}}}return!0}validateBooleanParameter(t,s){return null==t||(t==s?(1==this.DEBUG&&console.log(`validated: required value: ${t}, current value: ${s}`),!0):(1==this.DEBUG&&console.log(`dismissing ${this.eventBaseName}: required value: ${t}, current value: ${s}`),!1))}validateMinMaxParameter(t,s,e){if("min"==e){if(s>=t)return!0}else if("max"==e&&s<=t)return!0;return!1}validateDirection(t){const s=t.getCurrentDirection();return!(this.options.supportedDirections.length&&!this.options.supportedDirections.includes(s)&&(1==this.DEBUG&&console.log(`[Gestures] dismissing ${this.eventBaseName}: supported directions: ${this.options.supportedDirections}, current direction: ${s}`),1))}validateGestureState(){return this.state!=i.Blocked}validatePointerManagerState(t){return t.state==this.validPointerManagerState||(1==this.DEBUG&&console.log(`[Gesture] PointerManagerState invalidated ${this.eventBaseName}: ${t.state}`),!1)}validatePointerInputConstructor(t){return t instanceof this.validPointerInputConstructor||(1==this.DEBUG&&console.log(`[Gesture] PointerInputConstructor invalidated ${this.eventBaseName}: ${this.validPointerInputConstructor}`),!1)}validate(t){let s=this.validateGestureState();1==s&&(s=this.validatePointerManagerState(t));const e=t.activePointerInput;return 1==s&&null!=e&&(s=this.validatePointerInputConstructor(e),1==s&&(s=this.validateDirection(e)),1==s&&(s=this.validateGestureParameters(e))),s}recognize(t){const s=this.validate(t);1==s&&this.state==i.Inactive&&this.onStart(t),1==s&&this.state==i.Active?(null==this.initialPointerEvent&&this.setInitialPointerEvent(t),this.emit(t)):this.state==i.Active&&0==s?this.onEnd(t):1==this.DEBUG&&console.log(`not firing event ${this.eventBaseName}. No SinglePointerInput found`)}getPointerInput(t){if(1==t.hasPointersOnSurface()&&t.activePointerInput instanceof this.validPointerInputConstructor)return t.activePointerInput;if(t.lastRemovedPointer instanceof v){const s=t.getlastRemovedPointerInput();if(s instanceof this.validPointerInputConstructor)return s}return null}setInitialPointerEvent(t){const s=this.getPointerInput(t);if(s instanceof this.validPointerInputConstructor){const t=s.getCurrentPointerEvent();this.initialPointerEvent=t}}emit(s,e){e=e||this.eventBaseName,!0===this.DEBUG&&console.log(`[Gestures] detected and firing event ${e}`);const i=this.getPointerInput(s);if(null!=i){const n=i.getTarget();if(n instanceof EventTarget){const h=this.getEventData(i,s),o={detail:h,bubbles:this.options.bubbles};!0===this.DEBUG&&console.log(o);const r=new m(e,o);1==o.bubbles?n.dispatchEvent(r):this.domElement.dispatchEvent(r);const a=h.live.direction;if(1==!!this.options.supportedDirections&&a!=t.None&&(e==this.eventBaseName||"swipe"==e))for(let t=0;t<this.options.supportedDirections.length;t++){const s=this.options.supportedDirections[t];if(s==a){const t=e+s;1==this.DEBUG&&console.log(`[Gestures] detected and firing event ${t}`);const i=new m(t,o);1==o.bubbles?n.dispatchEvent(i):this.domElement.dispatchEvent(i)}}}}}onStart(t){this.blockGestures(),this.state=i.Active,this.setInitialPointerEvent(t),this.emit(t,`${this.eventBaseName}start`)}onEnd(t){this.unblockGestures(),1==this.DEBUG&&console.log(`[${this.eventBaseName}] ended. Setting ${this.eventBaseName}.state = ${i.Inactive}`),this.state=i.Inactive,this.emit(t,`${this.eventBaseName}end`)}onTouchStart(t){}onTouchMove(t){}onTouchEnd(t){}onTouchCancel(t){}block(t){-1==this.options.blocks.indexOf(t)&&this.options.blocks.push(t)}unblock(t){-1!=this.options.blocks.indexOf(t)&&this.options.blocks.splice(this.options.blocks.indexOf(t),1)}blockGestures(){for(let t=0;t<this.options.blocks.length;t++){const s=this.options.blocks[t];s.state==i.Inactive&&(0==this.DEBUG&&console.log(`[Gesture] blocking ${s.eventBaseName}`),s.state=i.Blocked)}}unblockGestures(){for(let t=0;t<this.options.blocks.length;t++)this.options.blocks[t].state=i.Inactive}getEventData(t,s){throw new Error("Gesture subclasses require a getEventData method()")}}class M extends w{constructor(t,s){super(t,s),this.initialPointerEvent=null,this.validPointerManagerState=h.SinglePointer;const e=this.getEmptyGestureParameters();this.initialParameters={...e},this.activeStateParameters=JSON.parse(JSON.stringify({...e}))}getEventData(t,s){const e=t.parameters.live,i=t.parameters.live;let n=e.vector,h=e.duration;if(null!=this.initialPointerEvent){const s=new c(this.initialPointerEvent.clientX,this.initialPointerEvent.clientY),e=new c(t.pointer.currentPointerEvent.clientX,t.pointer.currentPointerEvent.clientY);n=new l(s,e),h=t.pointer.currentPointerEvent.timeStamp-this.initialPointerEvent.timeStamp}return{recognizer:this,global:{deltaX:n.x,deltaY:n.y,distance:n.vectorLength,speedX:n.x/h,speedY:n.y/h,speed:n.vectorLength/h,direction:n.direction,scale:1,rotation:0,center:{x:e.vector.endPoint.x,y:e.vector.endPoint.y},srcEvent:t.pointer.currentPointerEvent},live:{deltaX:i.vector.x,deltaY:i.vector.y,distance:i.vector.vectorLength,speedX:i.vector.x/t.pointer.vectorTimespan,speedY:i.vector.y/t.pointer.vectorTimespan,speed:i.speed,direction:i.vector.direction,scale:1,rotation:0,center:{x:i.vector.endPoint.x,y:i.vector.endPoint.y},srcEvent:t.pointer.currentPointerEvent},pointerManager:s}}validateButton(t){if(this.options.supportedButtons.length>0){const s=t.activePointerInput,e=t.lastRemovedPointer;let i=null;if(null!=s?i=s.getCurrentPointerEvent():null!=e&&(i=e.currentPointerEvent),null!=i&&"mouse"==i.pointerType&&-1==this.options.supportedButtons.indexOf(i.buttons))return 1==this.DEBUG&&console.log(`dismissing ${this.eventBaseName}: supportedButtons: ${this.options.supportedButtons.toString()}, poinerEvent.buttons: ${i.buttons}`),!1}return!0}validate(t){let s=this.validateButton(t);return 1==s&&(s=super.validate(t)),s}}class $ extends M{constructor(t,s){super(t,s),this.validPointerManagerState=h.NoPointer,this.eventBaseName="tap";let e=499,i=30,n=30;s&&("maxDuration"in s&&(e=s.maxDuration),"maxDistance"in s&&(i=s.maxDistance,n=s.maxDistance)),this.initialParameters.global.max.duration=e,this.initialParameters.live.max.distance=i,this.initialParameters.global.max.distance=n}validateButton(t){if(this.options.supportedButtons.length>0){const s=t.lastRemovedPointer;if(null!=s){const t=s.currentPointerEvent;if("mouse"==t.pointerType&&-1==this.options.supportedButtons.indexOf(t.button))return 1==this.DEBUG&&console.log(`dismissing ${this.eventBaseName}: supportedButtons: ${this.options.supportedButtons.toString()}, poinerEvent.button: ${t.button}`),!1}}return!0}validate(t){let s=this.validateGestureState();if(1==s&&(s=this.validatePointerManagerState(t)),1==s&&(s=this.validateButton(t)),!0===s){if(1!=t.lastInputSessionPointerCount)return!1;{const e=t.getlastRemovedPointerInput();s=e instanceof g&&this.validateGestureParameters(e)}}return s}onStart(t){this.setInitialPointerEvent(t),this.emit(t)}}class b extends M{static minDuration=500;constructor(t,s){super(t,s),this.eventBaseName="press";let e=500,i=10,n=20;s&&("minDuration"in s&&(e=s.minDuration),"maxDistance"in s&&(n=s.maxDistance,i=s.maxDistance)),this.initialParameters.global.min.duration=e,this.initialParameters.global.max.distance=i,this.initialParameters.global.max.maximumDistance=n,this.hasBeenEmitted=!1}recognize(t){const s=this.validate(t),e=this.getPointerInput(t),n=this.initialParameters.global.min.duration||b.minDuration;e instanceof g&&(1==s&&0==this.hasBeenEmitted?(this.setInitialPointerEvent(t),this.emit(t),this.hasBeenEmitted=!0,this.state=i.Active,this.blockGestures()):0==s&&1==this.hasBeenEmitted?(this.onEnd(t),this.state=i.Inactive,this.hasBeenEmitted=!1):1==this.hasBeenEmitted&&e.parameters.global.duration<=n&&(this.hasBeenEmitted=!1)),null==e&&(this.hasBeenEmitted=!1)}}class D extends M{constructor(t,s){super(t,s),this.validPointerManagerState=h.SinglePointer,this.eventBaseName="pan",this.initialParameters.global.min.duration=0,this.initialParameters.live.min.distance=10,this.initialParameters.global.boolean.hasBeenMoved=!0,this.swipeFinalSpeed=600,this.isSwipe=!1,this.options.supportedDirections=s?.supportedDirections??e.All,this.initialSupportedDirections=this.options.supportedDirections}validate(t){return this.state==i.Active&&(this.options.supportedDirections=e.All),super.validate(t)}onStart(t){this.isSwipe=!1,super.onStart(t)}onEnd(s){const e=s.getlastRemovedPointerInput();e instanceof g&&(this.swipeFinalSpeed<e.parameters.global.finalSpeed&&e.parameters.live.vector.direction!=t.None?(this.isSwipe=!0,this.emit(s,"swipe")):1==this.DEBUG&&(e.parameters.global.finalSpeed<this.swipeFinalSpeed?console.log(`[Pan] dismissing swipe. Final speed: ${e.parameters.global.finalSpeed} < ${this.swipeFinalSpeed}`):console.log(`[Pan] dismissing swipe. Direction: ${e.parameters.live.vector.direction}`))),super.onEnd(s),this.options.supportedDirections=this.initialSupportedDirections}onTouchMove(t){this.state==i.Active&&(1==this.DEBUG&&console.log("[Pan] preventing touchmove default"),t.preventDefault(),t.stopPropagation())}}class E{constructor(t,s){this.pointerIds=new Set([t.pointerId,s.pointerId]),this.startTimestamp=(new Date).getTime(),this.pointerMap={},this.pointerMap[t.pointerId]=t,this.pointerMap[s.pointerId]=s,this.pointer_1=t,this.pointer_2=s,this.initialPointerEvent=t.initialPointerEvent,this.currentPointerEvent=t.initialPointerEvent;const e=this.pointer_1.parameters.global.vector,i=this.pointer_2.parameters.global.vector,n={duration:0,center:u.getCenter(e.startPoint,i.startPoint),centerHasBeenMoved:!1,centerMovementDistance:0,centerMovementVector:u.getCenterMovementVector(e,i),absolutePointerDistanceChange:0,relativePointerDistanceChange:0,rotationAngle:0,absoluteRotationAngle:0,vectorAngle:0,absoluteVectorAngle:0},h=this.pointer_1.parameters.live.vector,o=this.pointer_2.parameters.live.vector,r=u.getCenter(h.startPoint,o.startPoint),a=u.getCenterMovementVector(h,o);this.parameters={global:n,live:{center:r,centerIsMoving:!1,centerMovementDistance:0,centerMovementVector:a,absolutePointerDistanceChange:0,relativePointerDistanceChange:0,rotationAngle:0,absoluteRotationAngle:0,vectorAngle:0,absoluteVectorAngle:0}}}removePointer(t){if(t==this.pointer_1.pointerId)return this.pointer_2;if(t==this.pointer_2.pointerId)return this.pointer_1;throw new Error(`[DualPointerInput] cannot remove Pointer #${t}. The pointer is not part of this DualPointerInput`)}getTarget(){return this.initialPointerEvent.target}update(t){t instanceof PointerEvent&&(this.currentPointerEvent=t);const s=(new Date).getTime();this.parameters.global.duration=s-this.startTimestamp;const e=this.pointer_1.parameters.global.vector,i=this.pointer_2.parameters.global.vector,n=u.getCenter(e.startPoint,i.startPoint),h=u.getCenterMovementVector(e,i),o=u.calculateAbsoluteDistanceChange(e,i),r=u.calculateRelativeDistanceChange(e,i),a=u.calculateRotationAngle(e,i),c=u.calculateVectorAngle(e,i);this.parameters.global.center=n,this.parameters.global.centerMovementVector=h,this.parameters.global.centerMovementDistance=h.vectorLength,this.parameters.global.absolutePointerDistanceChange=o,this.parameters.global.relativePointerDistanceChange=r,this.parameters.global.rotationAngle=a,this.parameters.global.absoluteRotationAngle=Math.abs(a),this.parameters.global.vectorAngle=c,this.parameters.global.absoluteVectorAngle=Math.abs(c);const l=this.pointer_1.parameters.live.vector,d=this.pointer_2.parameters.live.vector,p=u.getCenter(l.startPoint,d.startPoint),v=u.getCenterMovementVector(l,d),g=u.calculateAbsoluteDistanceChange(l,d),P=u.calculateRelativeDistanceChange(l,d),f=u.calculateRotationAngle(l,d),m=u.calculateVectorAngle(l,d);v.vectorLength>0?(this.parameters.live.centerIsMoving=!0,this.parameters.global.centerHasBeenMoved=!0):this.parameters.live.centerIsMoving=!1,this.parameters.live.center=p,this.parameters.live.centerMovementDistance=v.vectorLength,this.parameters.live.centerMovementVector=v,this.parameters.live.absolutePointerDistanceChange=g,this.parameters.live.relativePointerDistanceChange=P,this.parameters.live.rotationAngle=f,this.parameters.live.absoluteRotationAngle=Math.abs(f),this.parameters.live.vectorAngle=m,this.parameters.live.absoluteVectorAngle=Math.abs(m)}onPointerMove(t){this.update(t)}onPointerUp(t){this.update(t)}onPointerLeave(t){this.update(t)}onPointerCancel(t){this.update(t)}onIdle(){this.update()}getCurrentDirection(){return this.parameters.live.centerMovementVector.direction}getCurrentPointerEvent(){return this.currentPointerEvent}}class G extends w{constructor(t,s){super(t,s),this.initialPointerEvent_1=null,this.initialPointerEvent_2=null,this.validPointerManagerState=h.DualPointer,this.validPointerInputConstructor=E;const e=this.getEmptyGestureParameters();this.initialParameters={...e},this.activeStateParameters=JSON.parse(JSON.stringify({...e}))}getEventData(t,s){const e=t.parameters.global,i=t.parameters.live;return{recognizer:this,global:{deltaX:e.centerMovementVector.x,deltaY:e.centerMovementVector.y,distance:e.centerMovementDistance,speedX:e.centerMovementVector.x/e.duration,speedY:e.centerMovementVector.y/e.duration,speed:e.centerMovementVector.vectorLength/e.duration,direction:e.centerMovementVector.direction,scale:e.relativePointerDistanceChange,rotation:e.rotationAngle,center:e.center,srcEvent:t.currentPointerEvent},live:{deltaX:i.centerMovementVector.x,deltaY:i.centerMovementVector.y,distance:i.centerMovementDistance,speedX:i.centerMovementVector.x/e.duration,speedY:i.centerMovementVector.y/e.duration,speed:i.centerMovementVector.vectorLength/e.duration,direction:i.centerMovementVector.direction,scale:i.relativePointerDistanceChange,rotation:i.rotationAngle,center:{x:i.centerMovementVector.startPoint.x,y:i.centerMovementVector.startPoint.y},srcEvent:t.currentPointerEvent},pointerManager:s}}}class I extends G{constructor(t,s){super(t,s),this.eventBaseName="pinch",this.initialParameters.live.min.centerMovementDistance=0,this.initialParameters.live.max.centerMovementDistance=50,this.initialParameters.live.min.absolutePointerDistanceChange=5,this.initialParameters.live.max.absoluteRotationAngle=20,this.initialParameters.live.min.absoluteVectorAngle=10}}class S extends G{constructor(t,s){super(t,s),this.eventBaseName="rotate",this.initialParameters.live.min.centerMovementDistance=0,this.initialParameters.live.max.centerMovementDistance=50,this.initialParameters.live.max.absolutePointerDistanceChange=50,this.initialParameters.live.min.absoluteRotationAngle=5,this.activeStateParameters.live.min.absoluteRotationAngle=0}}class x extends G{constructor(t,s){super(t,s),this.eventBaseName="twofingerpan",this.initialParameters.live.min.centerMovementDistance=10,this.initialParameters.live.max.absolutePointerDistanceChange=50,this.initialParameters.live.max.absoluteVectorAngle=150,this.activeStateParameters.live.min.centerMovementDistance=0}}class C{constructor(t){t=t||{},this.options={DEBUG:!1,...t},this.DEBUG=this.options.DEBUG,this.state=h.NoPointer,this.activePointerInput=null,this.lastRemovedPointer=null,this.lastInputSessionPointerCount=0,this.pointerAllocation={},this.unusedPointers={},this.onSurfacePointers={}}addPointer(t){1==this.DEBUG&&console.log(`[PointerManager] adding Pointer #${t.pointerId.toString()}`);const s=new v(t,{DEBUG:this.DEBUG});this.onSurfacePointers[s.pointerId]=s,null==this.activePointerInput?this.setActiveSinglePointerInput(s):this.activePointerInput instanceof g?this.setActiveDualPointerInput(this.activePointerInput.pointer,s):this.activePointerInput instanceof E&&(this.unusedPointers[s.pointerId]=s),this.lastInputSessionPointerCount=this.currentPointerCount()}removePointer(t){if(1==this.DEBUG&&(console.log(`[PointerManager] starting to remove Pointer #${t}`),console.log(`[PointerManager] state: ${this.state}`)),this.lastRemovedPointer=this.onSurfacePointers[t],delete this.onSurfacePointers[t],t in this.unusedPointers&&delete this.unusedPointers[t],this.activePointerInput instanceof E){if(this.activePointerInput.pointerIds.has(t)){1==this.DEBUG&&console.log(`[PointerManager] removing Pointer #${t} from DualPointerInput`);const s=this.activePointerInput.removePointer(t);this.activePointerInput=null;const e=this.getUnusedPointer();e instanceof v?this.setActiveDualPointerInput(s,e):this.setActiveSinglePointerInput(s)}}else if(this.activePointerInput instanceof g){if(1==this.DEBUG&&console.log(`[PointerManager] removing Pointer #${t} from SinglePointerInput`),this.activePointerInput=null,this.state=h.NoPointer,Object.keys(this.unusedPointers).length>0)throw this.unusedPointers={},new Error("[PointerManager] found unused Pointers although there should not be any");if(Object.keys(this.onSurfacePointers).length>0)throw this.onSurfacePointers={},new Error("[PointerManager] found onSurfacePointers although there should not be any")}1==this.DEBUG&&console.log(`[PointerManager] state: ${this.state}`)}setActiveSinglePointerInput(t){t.reset();const s=new g(t);this.activePointerInput=s,this.pointerAllocation[t.pointerId]=s,delete this.unusedPointers[t.pointerId],this.state=h.SinglePointer,1==this.DEBUG&&console.log(`[PointerManager] state: ${this.state}`)}setActiveDualPointerInput(t,s){t.reset(),s.reset();const e=new E(t,s);this.activePointerInput=e,this.pointerAllocation[t.pointerId]=e,this.pointerAllocation[s.pointerId]=e,delete this.unusedPointers[t.pointerId],delete this.unusedPointers[s.pointerId],this.state=h.DualPointer,1==this.DEBUG&&console.log(`[PointerManager] state: ${this.state}`)}hasPointersOnSurface(){return Object.keys(this.onSurfacePointers).length>0}currentPointerCount(){return Object.keys(this.onSurfacePointers).length}getUnusedPointer(){return Object.keys(this.unusedPointers).length>0?Object.values(this.unusedPointers)[0]:null}getPointerFromId(t){return t in this.onSurfacePointers?this.onSurfacePointers[t]:null}getlastRemovedPointerInput(){return this.lastRemovedPointer instanceof v?this.pointerAllocation[this.lastRemovedPointer.pointerId]:null}onIdle(){for(const t in this.onSurfacePointers)this.onSurfacePointers[t].onIdle();this.activePointerInput?.onIdle()}onPointerMove(t){const s=this.getPointerFromId(t.pointerId);s instanceof v&&s.onPointerMove(t),this.activePointerInput?.onPointerMove(t)}onPointerUp(t){1==this.DEBUG&&console.log("[PointerManager] pointerup detected");const s=this.getPointerFromId(t.pointerId);s instanceof v&&s.onPointerUp(t),this.activePointerInput?.onPointerUp(t),this.removePointer(t.pointerId)}onPointerCancel(t){1==this.DEBUG&&console.log("[PointerManager] pointercancel detected");const s=this.getPointerFromId(t.pointerId);s instanceof v&&s.onPointerCancel(t),this.activePointerInput?.onPointerCancel(t),this.removePointer(t.pointerId)}}const T=[$,b,D,I,S,x];class A{constructor(t,s){this.state=r.NoActiveGesture,this.activeGestures=[],this.hadActiveGestureDuringCurrentContact=!1,this.gestureEventHandlers={},this.lastRecognitionTimestamp=null,this.idleRecognitionIntervalId=null,this.pointerEventHandlers={},this.touchEventHandlers={},s=s||{},this.options={DEBUG:!1,DEBUG_GESTURES:!1,DEBUG_POINTERMANAGER:!1,bubbles:!0,handleTouchEvents:!0,consecutiveGestures:!0,simultaneousGestures:!0,supportedGestures:[],...s},this.DEBUG=this.options.DEBUG;const e=(s.supportedGestures??T).map((s=>{if("function"==typeof s)return new s(t,{bubbles:this.options.bubbles,DEBUG:this.options.DEBUG_GESTURES});if("object"==typeof s)return s;throw new Error("unsupported gesture type: "+typeof s)}));this.supportedGestures=e,this.domElement=t,this.pointerManager=new C({DEBUG:this.options.DEBUG_POINTERMANAGER}),this.addPointerEventListeners(),this.addTouchEventListeners()}addPointerEventListeners(){const t=this.domElement,s=this.onPointerDown.bind(this),e=this.onPointerMove.bind(this),i=this.onPointerUp.bind(this),n=this.onPointerCancel.bind(this);t.addEventListener("pointerdown",s,{passive:!0}),t.addEventListener("pointermove",e,{passive:!0}),t.addEventListener("pointerup",i,{passive:!0}),t.addEventListener("pointercancel",n,{passive:!0}),this.pointerEventHandlers={pointerdown:s,pointermove:e,pointerup:i,pointercancel:n}}onPointerDown(t){1==this.DEBUG&&console.log("[PointerListener] pointerdown event detected"),(t.target||this.domElement).setPointerCapture(t.pointerId),this.pointerManager.addPointer(t),this.options.pointerdown?.(t,this),null!=this.idleRecognitionIntervalId&&this.clearIdleRecognitionInterval(),this.idleRecognitionIntervalId=setInterval((()=>{this.onIdle()}),100)}onPointerMove(t){1==this.pointerManager.hasPointersOnSurface()&&(this.pointerManager.onPointerMove(t),this.recognizeGestures(),this.options.pointermove?.(t,this))}onPointerUp(t){1==this.DEBUG&&console.log("[PointerListener] pointerup event detected"),this.domElement.releasePointerCapture(t.pointerId),1==this.pointerManager.hasPointersOnSurface()&&(this.pointerManager.onPointerUp(t),this.recognizeGestures(),this.options.pointerup?.(t,this)),this.clearIdleRecognitionInterval()}onPointerCancel(t){this.domElement.releasePointerCapture(t.pointerId),1==this.DEBUG&&console.log("[PointerListener] pointercancel detected"),this.pointerManager.onPointerCancel(t),this.recognizeGestures(),this.clearIdleRecognitionInterval(),this.options.pointercancel?.(t,this)}removePointerEventListeners(){for(const t in this.pointerEventHandlers)this.domElement.removeEventListener(t,this.pointerEventHandlers[t])}addTouchEventListeners(){if(1==this.options.handleTouchEvents){const t=this.onTouchMove.bind(this);this.domElement.addEventListener("touchmove",t),this.touchEventHandlers.touchmove=t}}removeTouchEventListeners(){for(const t in this.touchEventHandlers)this.domElement.removeEventListener(t,this.touchEventHandlers[t])}onTouchMove(t){for(let s=0;s<this.supportedGestures.length;s++)this.supportedGestures[s].onTouchMove(t)}onIdle(){if(0==this.pointerManager.hasPointersOnSurface())this.clearIdleRecognitionInterval();else{const t=(new Date).getTime();let s=null;null!=this.lastRecognitionTimestamp&&(s=t-this.lastRecognitionTimestamp),(null==s||s>100)&&(this.pointerManager.onIdle(),1==this.DEBUG&&console.log("[PointerListener] onIdle - running idle recognition"),this.recognizeGestures())}}clearIdleRecognitionInterval(){null!=this.idleRecognitionIntervalId&&(clearInterval(this.idleRecognitionIntervalId),this.idleRecognitionIntervalId=null)}recognizeGestures(){this.lastRecognitionTimestamp=(new Date).getTime();let t=this.supportedGestures;0==this.options.simultaneousGestures&&this.state==r.ActiveGesture||0==this.options.consecutiveGestures&&this.state==r.ActiveGesture?t=[this.activeGestures[0]]:0==this.options.consecutiveGestures&&this.state==r.NoActiveGesture&&1==this.hadActiveGestureDuringCurrentContact&&1==this.pointerManager.hasPointersOnSurface()&&(t=[]);for(let s=0;s<t.length;s++){const e=t[s];if(e.recognize(this.pointerManager),this.updateActiveGestures(e),0==this.options.simultaneousGestures&&this.state==r.ActiveGesture)break}1==this.DEBUG&&console.log(`[PointerListener] hadActiveGestureDuringCurrentContact: ${this.hadActiveGestureDuringCurrentContact}`),0==this.pointerManager.hasPointersOnSurface()&&(this.hadActiveGestureDuringCurrentContact=!1)}updateActiveGestures(t){if(t.state==i.Active)this.hadActiveGestureDuringCurrentContact=!0,this.activeGestures.indexOf(t)<0&&this.activeGestures.push(t);else{const s=this.activeGestures.indexOf(t);s>=0&&this.activeGestures.splice(s,1)}this.state=this.activeGestures.length>0?r.ActiveGesture:r.NoActiveGesture}parseEventsString(t){return t.trim().split(/\s+/g)}on(t,s){const e=this.parseEventsString(t);for(let t=0;t<e.length;t++){const i=e[t];i in this.gestureEventHandlers||(this.gestureEventHandlers[i]=[]),-1==this.gestureEventHandlers[i].indexOf(s)&&this.gestureEventHandlers[i].push(s),this.domElement.addEventListener(i,s,{capture:!1,passive:!0})}}off(t,s){const e=this.parseEventsString(t);1==this.DEBUG&&(console.log(`[PointerListener] turning off events: ${t}`),console.log(this.gestureEventHandlers));for(let t=0;t<e.length;t++){const i=e[t];if(i in this.gestureEventHandlers){const t=this.gestureEventHandlers[i],e=t.indexOf(s);1==this.DEBUG&&console.log(`[PointerListener] turning off ${i}. Index on handlerList: ${e}`),e>=0&&(t.splice(e,1),this.gestureEventHandlers[i]=t),this.domElement.removeEventListener(i,s,!1)}}}destroy(){for(const t in this.gestureEventHandlers){const s=this.gestureEventHandlers[t];for(let e=0;e<s.length;e++)this.domElement.removeEventListener(t,s[e]);delete this.gestureEventHandlers[t]}this.removePointerEventListeners(),this.removeTouchEventListeners()}}export{t as Direction,e as Directions,u as Geometry,m as GestureEvent,i as GestureState,D as Pan,I as Pinch,A as PointerListener,r as PointerListenerState,h as PointerManagerState,d as PointerState,b as Press,S as Rotate,$ as Tap,x as TwoFingerPan}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
- */
4
- import{a as t}from"./p-Bt20CEww.js";function n(){return function(n){const{connectedCallback:c,disconnectedCallback:i}=n;n.connectedCallback=function(){return t.attach(this),c&&c.call(this)},n.disconnectedCallback=function(){return t.detach(this),i&&i.call(this)}}}export{n as L}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
- */
4
- import{c as r}from"./p-Duhf3ymL.js";var t,n,e,u,o,c,f,i,a,s,v,b,j,l,d,p;function y(){return n?t:(n=1,t="object"==typeof r&&r&&r.Object===Object&&r)}function O(){if(u)return e;u=1;var r=y(),t="object"==typeof self&&self&&self.Object===Object&&self,n=r||t||Function("return this")();return e=n}function h(){if(c)return o;c=1;var r=O();return o=r.Symbol}function m(){if(b)return v;b=1;var r=h(),t=function(){if(i)return f;i=1;var r=h(),t=Object.prototype,n=t.hasOwnProperty,e=t.toString,u=r?r.toStringTag:void 0;return f=function(r){var t=n.call(r,u),o=r[u];try{r[u]=void 0;var c=!0}catch(r){}var f=e.call(r);return c&&(t?r[u]=o:delete r[u]),f}}(),n=function(){if(s)return a;s=1;var r=Object.prototype.toString;return a=function(t){return r.call(t)}}(),e=r?r.toStringTag:void 0;return v=function(r){return null==r?void 0===r?"[object Undefined]":"[object Null]":e&&e in Object(r)?t(r):n(r)}}function x(){return l?j:(l=1,j=Array.isArray)}function A(){return p?d:(p=1,d=function(r){return null!=r&&"object"==typeof r})}export{h as a,x as b,A as c,m as d,y as e,O as r}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
- */
4
- import{g as r}from"./p-Duhf3ymL.js";import{e as t,g as f,b as e,f as n,c as a,h as i,d as o}from"./p-BATOumsf.js";import{b as s}from"./p-DHeVI6dR.js";var u,p,m=r(function(){if(p)return u;p=1;var r=t(),m=f(),c=e(),j=s(),b=n(),v=a(),g=i(),y=o(),d=Object.prototype.hasOwnProperty;return u=function(t){if(null==t)return!0;if(b(t)&&(j(t)||"string"==typeof t||"function"==typeof t.splice||v(t)||y(t)||c(t)))return!t.length;var f=m(t);if("[object Map]"==f||"[object Set]"==f)return!t.size;if(g(t))return!r(t).length;for(var e in t)if(d.call(t,e))return!1;return!0}}());export{m as i}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
- */
4
- const C='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0 4C0 2.61929 1.11929 1.5 2.5 1.5H11.5C12.8807 1.5 14 2.61929 14 4V10C14 11.3807 12.8807 12.5 11.5 12.5H2.5C1.11929 12.5 0 11.3807 0 10V4ZM5.30998 5.11998V9.31998C5.30935 9.3905 5.32737 9.45993 5.36222 9.52124C5.39707 9.58255 5.4475 9.63356 5.50842 9.66909C5.56933 9.70462 5.63856 9.72342 5.70908 9.72358C5.7796 9.72374 5.84891 9.70524 5.90998 9.66998L9.50998 7.56998C9.57013 7.53469 9.62001 7.48428 9.65467 7.42377C9.68933 7.36325 9.70756 7.29472 9.70756 7.22498C9.70756 7.15524 9.68933 7.08671 9.65467 7.0262C9.62001 6.96568 9.57013 6.91527 9.50998 6.87998L5.90998 4.77998C5.85023 4.74175 5.78117 4.72055 5.71026 4.71865C5.63935 4.71675 5.56926 4.73422 5.50754 4.7692C5.44582 4.80417 5.39481 4.85532 5.36 4.91713C5.32519 4.97894 5.3079 5.04907 5.30998 5.11998Z" clip-rule="evenodd"/></svg>',e='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path d="M13.0056 0C13.385 0 13.6262 0.406033 13.4447 0.739215L9.3722 8.21397C9.28942 8.3659 9.29108 8.54984 9.37658 8.70026L11.9644 13.2529C12.1539 13.5862 11.9131 14 11.5297 14H8.88832C8.70848 14 8.5425 13.9034 8.45363 13.7471L5.58749 8.70478C5.50059 8.55191 5.50038 8.36464 5.58694 8.21157L10.0872 0.253872C10.1759 0.0969935 10.3422 0 10.5224 0H13.0056ZM5.60519 5.58358C5.68784 5.73855 5.68312 5.92552 5.59276 6.07613L3.43406 9.67396C3.3437 9.82456 3.18095 9.91671 3.00532 9.91671H0.500779C0.111209 9.91671 -0.128712 9.49091 0.0730986 9.15769L1.97318 6.02035C2.06519 5.86842 2.0697 5.67908 1.98502 5.52295L0.655558 3.07176C0.474862 2.7386 0.716068 2.33337 1.09507 2.33337H3.57175C3.7564 2.33337 3.92603 2.43515 4.01292 2.59808L5.60519 5.58358Z"/></svg>',l='<svg fill="#000D6E" viewBox="0 0 14 15" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.3608 1.15369C13.4169 1.2059 13.4622 1.26865 13.494 1.33837C13.5259 1.40808 13.5436 1.48339 13.5464 1.55999C13.5491 1.63659 13.5367 1.71297 13.5098 1.78477C13.483 1.85656 13.4423 1.92236 13.39 1.97841L8.64428 7.06727L13.8824 14.0198C13.9477 14.1064 13.9876 14.2095 13.9975 14.3176C14.0075 14.4256 13.9871 14.5343 13.9386 14.6313C13.8902 14.7284 13.8156 14.81 13.7233 14.8671C13.631 14.9241 13.5246 14.9542 13.4161 14.9541H10.2207C10.1303 14.9542 10.0412 14.9333 9.96026 14.893C9.87935 14.8528 9.8089 14.7943 9.75447 14.7222L6.06784 9.8299L1.46336 14.7684C1.41113 14.8245 1.34837 14.8696 1.27867 14.9014C1.20897 14.9332 1.13369 14.9509 1.05714 14.9536C0.980585 14.9563 0.904251 14.9439 0.832496 14.9171C0.760741 14.8903 0.69497 14.8496 0.63894 14.7973C0.582909 14.7451 0.537715 14.6823 0.505938 14.6126C0.474162 14.5429 0.456425 14.4677 0.45374 14.3911C0.451056 14.3146 0.463476 14.2382 0.490292 14.1665C0.517108 14.0947 0.557794 14.029 0.610028 13.9729L5.35572 8.88407L0.117626 1.93154C0.0523114 1.84497 0.0124314 1.74191 0.00246702 1.63393C-0.00749732 1.52595 0.0128489 1.41733 0.0612194 1.32027C0.10959 1.22322 0.184068 1.14157 0.276285 1.08451C0.368503 1.02746 0.474805 0.997244 0.583248 0.997273H3.7793C3.86956 0.997249 3.9586 1.01818 4.0394 1.05842C4.1202 1.09866 4.19055 1.15711 4.24492 1.22917L7.93155 6.12144L12.5354 1.18291C12.5876 1.12679 12.6504 1.08151 12.7201 1.04966C12.7898 1.01782 12.8651 1.00003 12.9417 0.997314C13.0183 0.9946 13.0947 1.00702 13.1665 1.03385C13.2383 1.06068 13.3047 1.10141 13.3608 1.15369ZM7.44036 7.40872C7.42386 7.38964 7.40861 7.36951 7.39471 7.34846L3.48836 2.16343H1.75308L10.511 13.7885H12.2463L7.43975 7.40933L7.44036 7.40872Z"/></svg>',s='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M5.04883 0.275541C2.32493 1.06453 0.285118 3.46373 0.0275269 6.375H3.22773C3.41606 4.22626 4.03911 2.14922 5.04883 0.275541ZM3.22773 7.625H0.0275269C0.285118 10.5363 2.32493 12.9355 5.04883 13.7245C4.0391 11.8508 3.41606 9.77374 3.22773 7.625ZM6.6522 13.9915C5.44618 12.0855 4.69968 9.90183 4.48294 7.625H9.51704C9.30031 9.90183 8.5538 12.0855 7.34777 13.9915C7.23256 13.9971 7.11661 14 7.00001 14C6.88338 14 6.76743 13.9971 6.6522 13.9915ZM8.95115 13.7245C11.6751 12.9355 13.7149 10.5363 13.9725 7.625H10.7722C10.5839 9.77375 9.96087 11.8508 8.95115 13.7245ZM10.7722 6.375H13.9725C13.7149 3.46372 11.6751 1.06451 8.95114 0.275533C9.96087 2.14921 10.5839 4.22625 10.7722 6.375ZM6.65221 0.00848953C6.76743 0.00285182 6.88339 0 7.00001 0C7.11661 0 7.23256 0.0028513 7.34777 0.008488C8.5538 1.91446 9.3003 4.09817 9.51704 6.375H4.48294C4.69968 4.09817 5.44618 1.91446 6.65221 0.00848953Z" clip-rule="evenodd"/></svg>',a='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0 4C0 2.61929 1.11929 1.5 2.5 1.5H11.5C12.8807 1.5 14 2.61929 14 4V10C14 11.3807 12.8807 12.5 11.5 12.5H2.5C1.11929 12.5 0 11.3807 0 10V4ZM5.30998 5.11998V9.31998C5.30935 9.3905 5.32737 9.45993 5.36222 9.52124C5.39707 9.58255 5.4475 9.63356 5.50842 9.66909C5.56933 9.70462 5.63856 9.72342 5.70908 9.72358C5.7796 9.72374 5.84891 9.70524 5.90998 9.66998L9.50998 7.56998C9.57013 7.53469 9.62001 7.48428 9.65467 7.42377C9.68933 7.36325 9.70756 7.29472 9.70756 7.22498C9.70756 7.15524 9.68933 7.08671 9.65467 7.0262C9.62001 6.96568 9.57013 6.91527 9.50998 6.87998L5.90998 4.77998C5.85023 4.74175 5.78117 4.72055 5.71026 4.71865C5.63935 4.71675 5.56926 4.73422 5.50754 4.7692C5.44582 4.80417 5.39481 4.85532 5.36 4.91713C5.32519 4.97894 5.3079 5.04907 5.30998 5.11998Z" clip-rule="evenodd"/></svg>',i='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M8.99999 4C9.2883 4 9.55108 3.83474 9.67597 3.57489C9.80086 3.31504 9.76575 3.00661 9.58564 2.78148L7.58564 0.281479C7.44331 0.103567 7.22783 0 6.99999 0C6.77215 0 6.55667 0.103567 6.41434 0.281479L4.41434 2.78148C4.23424 3.00661 4.19912 3.31504 4.32401 3.57489C4.4489 3.83474 4.71169 4 4.99999 4H6L6 9.5C6 10.0523 6.44772 10.5 7 10.5C7.55228 10.5 8 10.0523 8 9.5L8 4H8.99999ZM3 12V5.99998C3.55228 5.99998 4 5.55227 4 4.99998C4 4.4477 3.55228 3.99998 3 3.99998H2.5C2.10217 3.99998 1.72064 4.15802 1.43934 4.43932C1.15804 4.72062 1 5.10216 1 5.49998V12.5C1 12.8979 1.15804 13.2794 1.43934 13.5607C1.72065 13.842 2.10218 14 2.5 14L11.5 14.0001C11.8978 14.0001 12.2794 13.842 12.5607 13.5607C12.842 13.2794 13 12.8979 13 12.5001V5.5C13 5.10218 12.842 4.72065 12.5607 4.43934C12.2794 4.15804 11.8978 4 11.5 4H11C10.4477 4 10 4.44772 10 5C10 5.55228 10.4477 6 11 6V12.0001L3 12Z" clip-rule="evenodd"/></svg>',d='<svg fill="#000D6E" viewBox="0 0 14 15" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.3608 1.15369C13.4169 1.2059 13.4622 1.26865 13.494 1.33837C13.5259 1.40808 13.5436 1.48339 13.5464 1.55999C13.5491 1.63659 13.5367 1.71297 13.5098 1.78477C13.483 1.85656 13.4423 1.92236 13.39 1.97841L8.64428 7.06727L13.8824 14.0198C13.9477 14.1064 13.9876 14.2095 13.9975 14.3176C14.0075 14.4256 13.9871 14.5343 13.9386 14.6313C13.8902 14.7284 13.8156 14.81 13.7233 14.8671C13.631 14.9241 13.5246 14.9542 13.4161 14.9541H10.2207C10.1303 14.9542 10.0412 14.9333 9.96026 14.893C9.87935 14.8528 9.8089 14.7943 9.75447 14.7222L6.06784 9.8299L1.46336 14.7684C1.41113 14.8245 1.34837 14.8696 1.27867 14.9014C1.20897 14.9332 1.13369 14.9509 1.05714 14.9536C0.980585 14.9563 0.904251 14.9439 0.832496 14.9171C0.760741 14.8903 0.69497 14.8496 0.63894 14.7973C0.582909 14.7451 0.537715 14.6823 0.505938 14.6126C0.474162 14.5429 0.456425 14.4677 0.45374 14.3911C0.451056 14.3146 0.463476 14.2382 0.490292 14.1665C0.517108 14.0947 0.557794 14.029 0.610028 13.9729L5.35572 8.88407L0.117626 1.93154C0.0523114 1.84497 0.0124314 1.74191 0.00246702 1.63393C-0.00749732 1.52595 0.0128489 1.41733 0.0612194 1.32027C0.10959 1.22322 0.184068 1.14157 0.276285 1.08451C0.368503 1.02746 0.474805 0.997244 0.583248 0.997273H3.7793C3.86956 0.997249 3.9586 1.01818 4.0394 1.05842C4.1202 1.09866 4.19055 1.15711 4.24492 1.22917L7.93155 6.12144L12.5354 1.18291C12.5876 1.12679 12.6504 1.08151 12.7201 1.04966C12.7898 1.01782 12.8651 1.00003 12.9417 0.997314C13.0183 0.9946 13.0947 1.00702 13.1665 1.03385C13.2383 1.06068 13.3047 1.10141 13.3608 1.15369ZM7.44036 7.40872C7.42386 7.38964 7.40861 7.36951 7.39471 7.34846L3.48836 2.16343H1.75308L10.511 13.7885H12.2463L7.43975 7.40933L7.44036 7.40872Z"/></svg>',v='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M5.76256 2.01256C6.09075 1.68437 6.53587 1.5 7 1.5C7.46413 1.5 7.90925 1.68437 8.23744 2.01256C8.4448 2.21993 8.59475 2.47397 8.67705 2.75H5.32295C5.40525 2.47397 5.5552 2.21993 5.76256 2.01256ZM3.78868 2.75C3.89405 2.07321 4.21153 1.44227 4.7019 0.951903C5.3114 0.34241 6.13805 0 7 0C7.86195 0 8.6886 0.34241 9.2981 0.951903C9.78847 1.44227 10.106 2.07321 10.2113 2.75H13C13.4142 2.75 13.75 3.08579 13.75 3.5C13.75 3.91422 13.4142 4.25 13 4.25H12V12.5C12 12.8978 11.842 13.2794 11.5607 13.5607C11.2794 13.842 10.8978 14 10.5 14H3.5C3.10217 14 2.72064 13.842 2.43934 13.5607C2.15804 13.2794 2 12.8978 2 12.5V4.25H1C0.585786 4.25 0.25 3.91422 0.25 3.5C0.25 3.08579 0.585786 2.75 1 2.75H3.78868ZM5 5.87646C5.34518 5.87646 5.625 6.15629 5.625 6.50146V10.503C5.625 10.8481 5.34518 11.128 5 11.128C4.65482 11.128 4.375 10.8481 4.375 10.503V6.50146C4.375 6.15629 4.65482 5.87646 5 5.87646ZM9.625 6.50146C9.625 6.15629 9.34518 5.87646 9 5.87646C8.65482 5.87646 8.375 6.15629 8.375 6.50146V10.503C8.375 10.8481 8.65482 11.128 9 11.128C9.34518 11.128 9.625 10.8481 9.625 10.503V6.50146Z" clip-rule="evenodd"/></svg>',o='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M8 1C8 0.447715 7.55228 0 7 0C6.44772 0 6 0.447715 6 1V6H1C0.447715 6 0 6.44772 0 7C0 7.55228 0.447715 8 1 8H6V13C6 13.5523 6.44772 14 7 14C7.55228 14 8 13.5523 8 13V8H13C13.5523 8 14 7.55228 14 7C14 6.44772 13.5523 6 13 6H8V1Z" clip-rule="evenodd"/></svg>',w='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M12.5 14a1.5 1.5 0 0 0 1.5-1.5v-11A1.5 1.5 0 0 0 12.5 0h-11A1.5 1.5 0 0 0 0 1.5v11A1.5 1.5 0 0 0 1.5 14h11zM7.374 6.635a.783.783 0 0 1 .58-.265.783.783 0 0 1 .594.282l3.495 4.226a.5.5 0 0 1-.385.818h-7.32a.5.5 0 0 1-.388-.814l3.405-4.225a.5.5 0 0 1 .02-.022zM3.586 2.304a1.744 1.744 0 1 0 0 3.488 1.744 1.744 0 0 0 0-3.488z" clip-rule="evenodd"/></svg>',r='<svg fill="#000D6E" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M9.794,6.607,5.884,2.49A1.255,1.255,0,0,0,4.1,2.5l-3.9,4.1A.75.75,0,1,0,1.294,7.641L4.819,3.928a.249.249,0,0,1,.362,0L8.706,7.641A.75.75,0,1,0,9.794,6.607Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',t='<svg fill="#000D6E" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M7.5,4.1l-4.1-3.9A.75.75,0,1,0,2.36,1.294L6.072,4.819a.249.249,0,0,1,0,.362L2.36,8.706A.75.75,0,0,0,3.393,9.794L7.51,5.884A1.256,1.256,0,0,0,7.5,4.1Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',n='<svg fill="#000D6E" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M7.124,10a.749.749,0,0,1-.517-.206L2.5,5.9A1.257,1.257,0,0,1,2.49,4.116L6.607.206A.75.75,0,1,1,7.64,1.294L3.928,4.819a.249.249,0,0,0,0,.362L7.64,8.706A.75.75,0,0,1,7.124,10Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',g='<svg fill="#000D6E" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M5,7.874a1.238,1.238,0,0,1-.879-.364L.206,3.393A.75.75,0,1,1,1.294,2.36L4.819,6.072a.249.249,0,0,0,.362,0L8.706,2.36A.75.75,0,1,1,9.794,3.393L5.9,7.5A1.269,1.269,0,0,1,5,7.874Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',h='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0 7C0 6.44772 0.447715 6 1 6H13C13.5523 6 14 6.44772 14 7C14 7.55228 13.5523 8 13 8H1C0.447715 8 0 7.55228 0 7Z" clip-rule="evenodd"/></svg>',f='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0 2a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1zm0 5a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1zm1 4a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2H1z" clip-rule="evenodd"/></svg>',u='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path d="M3.31334 1.36381C3.31624 1.73602 3.17257 2.09441 2.9134 2.36157C2.65422 2.62872 2.30034 2.78317 1.92822 2.79156C1.55687 2.77793 1.20495 2.62217 0.945182 2.35645C0.685414 2.09073 0.537655 1.73538 0.53244 1.36381C0.548583 1.0018 0.701774 0.659474 0.96096 0.406224C1.22015 0.152974 1.56593 0.00775305 1.92822 0C2.28945 0.00789779 2.63402 0.153479 2.89148 0.40698C3.14894 0.66048 3.29985 1.00275 3.31334 1.36381ZM0.681607 5.3274C0.681607 4.50698 1.20369 4.63484 1.92822 4.63484C2.65275 4.63484 3.16418 4.50698 3.16418 5.3274V13.3185C3.16418 14.1496 2.64209 13.9791 1.92822 13.9791C1.21435 13.9791 0.681607 14.1496 0.681607 13.3185V5.3274Z"/><path d="M5.31647 5.32741C5.31647 4.86926 5.48694 4.69878 5.75331 4.64551C6.01968 4.59223 6.936 4.64551 7.25564 4.64551C7.57528 4.64551 7.70314 5.16759 7.69249 5.56182C7.96591 5.19486 8.32892 4.9042 8.7468 4.71765C9.16467 4.5311 9.62342 4.4549 10.0792 4.49634C10.5267 4.46898 10.975 4.53608 11.3949 4.69327C11.8148 4.85046 12.1969 5.09424 12.5165 5.40876C12.836 5.72328 13.0858 6.1015 13.2496 6.51887C13.4135 6.93623 13.4877 7.38339 13.4674 7.83129V13.2865C13.4674 14.1176 12.956 13.9471 12.2314 13.9471C11.5069 13.9471 10.9955 14.1176 10.9955 13.2865V9.02463C11.0142 8.80528 10.9855 8.58447 10.9114 8.3772C10.8372 8.16992 10.7193 7.98103 10.5657 7.82335C10.412 7.66568 10.2263 7.54291 10.021 7.46339C9.8157 7.38387 9.59571 7.34945 9.37595 7.36248C9.1572 7.35692 8.93978 7.3979 8.73806 7.48268C8.53635 7.56747 8.35494 7.69414 8.20586 7.85431C8.05677 8.01447 7.94341 8.20447 7.87328 8.41174C7.80314 8.61901 7.77784 8.83881 7.79904 9.05659V13.3185C7.79904 14.1496 7.27695 13.9791 6.55242 13.9791C5.8279 13.9791 5.31647 14.1496 5.31647 13.3185V5.32741Z"/></svg>',p='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M12.5 0C13.3284 0 14 0.671573 14 1.5V9.5C14 10.3284 13.3284 11 12.5 11H4.5C3.67157 11 3 10.3284 3 9.5V1.5C3 0.671573 3.67157 0 4.5 0H12.5ZM6.05806 7.05806L8.11613 4.99999L7.05808 3.94194C6.87933 3.76319 6.82586 3.49437 6.92259 3.26082C7.01933 3.02728 7.24723 2.875 7.50002 2.875H10.5C10.5875 2.875 10.6707 2.89296 10.7463 2.92538C10.8066 2.95124 10.8638 2.98704 10.9152 3.03279C10.934 3.04955 10.9518 3.06744 10.9685 3.08634C11.0106 3.13386 11.0441 3.18625 11.0692 3.24155C11.1051 3.32031 11.125 3.40783 11.125 3.5V6.5C11.125 6.75279 10.9727 6.98069 10.7392 7.07743C10.5056 7.17416 10.2368 7.12069 10.0581 6.94194L9.00001 5.88387L6.94194 7.94194C6.69786 8.18602 6.30214 8.18602 6.05806 7.94194C5.81398 7.69786 5.81398 7.30214 6.05806 7.05806ZM1.5 4.25C1.5 3.83579 1.16421 3.5 0.75 3.5C0.335786 3.5 0 3.83579 0 4.25V11.75C0 12.9926 1.00736 14 2.25 14H9.75C10.1642 14 10.5 13.6642 10.5 13.25C10.5 12.8358 10.1642 12.5 9.75 12.5H2.25C1.83579 12.5 1.5 12.1642 1.5 11.75V4.25Z" clip-rule="evenodd"/></svg>',L='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0.786499 3.39046C0.786499 1.95243 1.95225 0.786682 3.39027 0.786682H10.3337C11.7717 0.786682 12.9374 1.95243 12.9374 3.39046V10.3339C12.9374 11.7719 11.7717 12.9376 10.3337 12.9376H3.39027C1.95225 12.9376 0.786499 11.7719 0.786499 10.3339V3.39046ZM6.8621 4.78204C5.71332 4.78204 4.78204 5.71332 4.78204 6.8621C4.78204 8.01088 5.71332 8.94216 6.8621 8.94216C8.01088 8.94216 8.94216 8.01088 8.94216 6.8621C8.94216 5.71332 8.01088 4.78204 6.8621 4.78204ZM3.78204 6.8621C3.78204 5.16103 5.16103 3.78204 6.8621 3.78204C8.56317 3.78204 9.94216 5.16103 9.94216 6.8621C9.94216 8.56317 8.56317 9.94216 6.8621 9.94216C5.16103 9.94216 3.78204 8.56317 3.78204 6.8621ZM10.3349 3.98516C10.6842 3.98516 10.9673 3.70199 10.9673 3.35269C10.9673 3.00338 10.6842 2.72021 10.3349 2.72021C9.98556 2.72021 9.70239 3.00338 9.70239 3.35269C9.70239 3.70199 9.98556 3.98516 10.3349 3.98516Z" clip-rule="evenodd"/></svg>',c='<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14"><g clip-path="url(#a)"><path fill="#000D6E" d="M4.176 11.705c-.65 0-1.176.514-1.176 1.147 0 .635.526 1.149 1.176 1.149h5.648c.65 0 1.176-.514 1.176-1.149 0-.633-.526-1.147-1.176-1.147H8.177V6.426c0-.634-.526-1.147-1.176-1.147H5.118c-.65 0-1.177.513-1.177 1.147 0 .633.526 1.147 1.176 1.147h.706v4.132zm4.706-9.869c0 1.014-.843 1.836-1.882 1.836S5.118 2.85 5.118 1.836 5.96 0 7 0s1.882.822 1.882 1.836"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h14v14H0z"/></clipPath></defs></svg>',H='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M7 14C10.866 14 14 10.866 14 7C14 3.13401 10.866 0 7 0C3.13401 0 0 3.13401 0 7C0 10.866 3.13401 14 7 14ZM5.5 9.375C5.15482 9.375 4.875 9.65482 4.875 10C4.875 10.3452 5.15482 10.625 5.5 10.625H7H8.5C8.84518 10.625 9.125 10.3452 9.125 10C9.125 9.65482 8.84518 9.375 8.5 9.375H7.625V6.5C7.625 6.15482 7.34518 5.875 7 5.875H6C5.65482 5.875 5.375 6.15482 5.375 6.5C5.375 6.84518 5.65482 7.125 6 7.125H6.375V9.375H5.5ZM8 4C8 4.55228 7.55228 5 7 5C6.44772 5 6 4.55228 6 4C6 3.44772 6.44772 3 7 3C7.55228 3 8 3.44772 8 4Z" clip-rule="evenodd"/></svg>',x='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M6.875 0H2.5C2.10218 0 1.72064 0.158035 1.43934 0.43934C1.15804 0.720644 1 1.10218 1 1.5V12.5C1 12.8978 1.15804 13.2794 1.43934 13.5607C1.72064 13.842 2.10217 14 2.5 14H11.5C11.8978 14 12.2794 13.842 12.5607 13.5607C12.842 13.2794 13 12.8978 13 12.5V6.125H7.5C7.15482 6.125 6.875 5.84518 6.875 5.5V0ZM12.5821 4.875L8.125 0.417893V4.875H12.5821Z" clip-rule="evenodd"/></svg>',M='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path d="M8.06356 3.75515C8.06356 2.67675 8.60345 2.67675 9.14334 2.67675H9.79121C9.89938 2.6782 10.0067 2.65799 10.107 2.61732C10.2072 2.57664 10.2982 2.51633 10.3747 2.43993C10.4512 2.36353 10.5116 2.2726 10.5523 2.17251C10.5931 2.07242 10.6133 1.96519 10.6118 1.85716V0.84346C10.6119 0.734917 10.5903 0.627453 10.5484 0.527307C10.5064 0.42716 10.445 0.336327 10.3677 0.260078C10.2903 0.18383 10.1986 0.123686 10.0978 0.0831375C9.99696 0.0425893 9.88909 0.0224446 9.78041 0.0238728L8.24712 0.00230466C7.80066 -0.0149417 7.35577 0.0647696 6.94316 0.235937C6.53054 0.407104 6.16003 0.665651 5.8572 0.993733C5.55436 1.32181 5.32641 1.71162 5.18908 2.13624C5.05175 2.56086 5.00831 3.01018 5.06176 3.4532V5.01689H4.20873C3.99108 5.01689 3.78235 5.10324 3.62845 5.25694C3.47455 5.41064 3.38809 5.61911 3.38809 5.83648V6.85018C3.38809 7.06754 3.47455 7.27601 3.62845 7.42971C3.78235 7.58341 3.99108 7.66976 4.20873 7.66976H5.06176V13.4608C5.06176 13.6038 5.11864 13.741 5.21989 13.8421C5.32114 13.9432 5.45846 14 5.60165 14H7.55606C7.69356 13.9917 7.8227 13.9313 7.91705 13.8311C8.01139 13.7308 8.0638 13.5984 8.06356 13.4608V7.66976H9.01377C9.23141 7.66976 9.44014 7.58341 9.59404 7.42971C9.74794 7.27601 9.8344 7.06754 9.8344 6.85018V5.83648C9.8344 5.61911 9.74794 5.41064 9.59404 5.25694C9.44014 5.10324 9.23141 5.01689 9.01377 5.01689H8.06356V3.75515Z"/></svg>',V='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path d="M10.715 -0.000976562C10.5152 -0.000976562 10.3174 0.0389464 10.1332 0.116448C9.95019 0.193468 9.78428 0.306058 9.64512 0.447676L1.40732 8.64549C1.34616 8.70635 1.30179 8.782 1.27853 8.86508L0.0185299 13.3651C-0.0301752 13.539 0.0187291 13.7257 0.146458 13.8535C0.274188 13.9812 0.46088 14.0301 0.634827 13.9814L5.13483 12.7214C5.21791 12.6981 5.29356 12.6537 5.35442 12.5926L13.5521 4.3549L13.5535 4.35355C13.6934 4.21438 13.8045 4.04896 13.8804 3.86676C13.9566 3.68398 13.9958 3.48792 13.9958 3.2899C13.9958 3.09188 13.9566 2.89582 13.8804 2.71303C13.8045 2.53083 13.6934 2.3654 13.5535 2.22624L13.5521 2.2249L11.7859 0.448721C11.6466 0.306611 11.4803 0.193657 11.2968 0.116448C11.1126 0.0389464 10.9148 -0.000976562 10.715 -0.000976562Z"/></svg>',Z='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M8.99999 6.5C9.2883 6.5 9.55108 6.66526 9.67597 6.92511C9.80086 7.18496 9.76575 7.49339 9.58564 7.71852L7.58564 10.2185C7.44332 10.3964 7.22783 10.5 6.99999 10.5C6.77215 10.5 6.55667 10.3964 6.41434 10.2185L4.41434 7.71852C4.23424 7.49339 4.19913 7.18496 4.32402 6.92511C4.44891 6.66526 4.71169 6.5 4.99999 6.5H6V1C6 0.447716 6.44772 0 7 0C7.55229 0 8 0.447716 8 1V6.5H8.99999ZM11 12V5.99998C10.4477 5.99998 10 5.55227 10 4.99998C10 4.4477 10.4477 3.99998 11 3.99998H11.5C11.8978 3.99998 12.2794 4.15802 12.5607 4.43932C12.842 4.72062 13 5.10216 13 5.49998V12.5C13 12.8979 12.842 13.2794 12.5607 13.5607C12.2794 13.842 11.8978 14 11.5 14L2.5 14.0001C2.10218 14.0001 1.72065 13.842 1.43934 13.5607C1.15803 13.2794 1 12.8979 1 12.5001V5.5C1 5.10218 1.15803 4.72065 1.43934 4.43934C1.72064 4.15804 2.10218 4 2.5 4H3C3.55229 4 4 4.44772 4 5C4 5.55228 3.55229 6 3 6V12.0001L11 12Z" clip-rule="evenodd"/></svg>',m='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M1.43934 0.43934C1.72064 0.158035 2.10218 0 2.5 0H7.5C7.63261 0 7.75979 0.0526784 7.85355 0.146447L12.8536 5.14645C12.9473 5.24021 13 5.36739 13 5.5V12.5C13 12.8978 12.842 13.2794 12.5607 13.5607C12.2794 13.842 11.8978 14 11.5 14H2.5C2.10217 14 1.72064 13.842 1.43934 13.5607C1.15804 13.2794 1 12.8978 1 12.5V1.5C1 1.10218 1.15804 0.720644 1.43934 0.43934ZM4.5 3.875C4.15482 3.875 3.875 4.15482 3.875 4.5C3.875 4.84518 4.15482 5.125 4.5 5.125H6.5C6.84518 5.125 7.125 4.84518 7.125 4.5C7.125 4.15482 6.84518 3.875 6.5 3.875H4.5ZM3.875 7.5C3.875 7.15482 4.15482 6.875 4.5 6.875H9.5C9.84518 6.875 10.125 7.15482 10.125 7.5C10.125 7.84518 9.84518 8.125 9.5 8.125H4.5C4.15482 8.125 3.875 7.84518 3.875 7.5ZM4.5 9.875C4.15482 9.875 3.875 10.1548 3.875 10.5C3.875 10.8452 4.15482 11.125 4.5 11.125H9.5C9.84518 11.125 10.125 10.8452 10.125 10.5C10.125 10.1548 9.84518 9.875 9.5 9.875H4.5Z" clip-rule="evenodd"/></svg>',B='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M10 0a.75.75 0 0 1 .75.75v.75h1.5c.966 0 1.75.784 1.75 1.75v9A1.75 1.75 0 0 1 12.25 14H1.75A1.75 1.75 0 0 1 0 12.25v-9C0 2.284.784 1.5 1.75 1.5h1.5V.75a.75.75 0 0 1 1.5 0v.75h4.5V.75A.75.75 0 0 1 10 0zM3.25 3v.75a.75.75 0 0 0 1.5 0V3h4.5v.75a.75.75 0 0 0 1.5 0V3h1.5a.25.25 0 0 1 .25.25v2.282a1.002 1.002 0 0 0-.25-.032H1.75c-.086 0-.17.01-.25.032V3.25A.25.25 0 0 1 1.75 3h1.5z" clip-rule="evenodd"/></svg>',D='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M1.70711 0.292893C1.31658 -0.0976311 0.683417 -0.0976311 0.292893 0.292893C-0.0976311 0.683417 -0.0976311 1.31658 0.292893 1.70711L5.58579 7L0.292893 12.2929C-0.0976311 12.6834 -0.0976311 13.3166 0.292893 13.7071C0.683417 14.0976 1.31658 14.0976 1.70711 13.7071L7 8.41421L12.2929 13.7071C12.6834 14.0976 13.3166 14.0976 13.7071 13.7071C14.0976 13.3166 14.0976 12.6834 13.7071 12.2929L8.41421 7L13.7071 1.70711C14.0976 1.31658 14.0976 0.683417 13.7071 0.292893C13.3166 -0.0976311 12.6834 -0.0976311 12.2929 0.292893L7 5.58579L1.70711 0.292893Z" clip-rule="evenodd"/></svg>',E='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M7 14C10.866 14 14 10.866 14 7C14 3.13401 10.866 0 7 0C3.13401 0 0 3.13401 0 7C0 10.866 3.13401 14 7 14ZM7.625 4.5C7.625 4.15482 7.34518 3.875 7 3.875C6.65482 3.875 6.375 4.15482 6.375 4.5V7C6.375 7.14621 6.42626 7.28779 6.51986 7.40012L9.01986 10.4001C9.24084 10.6653 9.63494 10.7011 9.90012 10.4801C10.1653 10.2592 10.2011 9.86506 9.98014 9.59988L7.625 6.77372V4.5Z" clip-rule="evenodd"/></svg>',b='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M13.637 1.19792C14.0627 1.54974 14.1227 2.18006 13.7708 2.60579L5.73084 12.335L5.72842 12.3379C5.54554 12.5575 5.31602 12.7336 5.05655 12.8534C4.79707 12.9731 4.51417 13.0336 4.22842 13.0302L4.22752 13.0302C3.93709 13.0266 3.65125 12.9573 3.39146 12.8274C3.13254 12.6979 2.9062 12.5117 2.72931 12.2826C2.72871 12.2818 2.72812 12.281 2.72752 12.2802L0.210633 9.04426C-0.128437 8.60831 -0.0499029 7.98003 0.386044 7.64096C0.821992 7.30189 1.45027 7.38043 1.78934 7.81638L4.25291 10.9838L12.2291 1.33176C12.5809 0.906034 13.2113 0.846112 13.637 1.19792Z" clip-rule="evenodd"/></svg>',A='<svg fill="#000D6E" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M9.794,6.607,5.884,2.49A1.255,1.255,0,0,0,4.1,2.5l-3.9,4.1A.75.75,0,1,0,1.294,7.641L4.819,3.928a.249.249,0,0,1,.362,0L8.706,7.641A.75.75,0,1,0,9.794,6.607Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',k='<svg fill="#000D6E" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M7.5,4.1l-4.1-3.9A.75.75,0,1,0,2.36,1.294L6.072,4.819a.249.249,0,0,1,0,.362L2.36,8.706A.75.75,0,0,0,3.393,9.794L7.51,5.884A1.256,1.256,0,0,0,7.5,4.1Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',z='<svg fill="#000D6E" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M7.124,10a.749.749,0,0,1-.517-.206L2.5,5.9A1.257,1.257,0,0,1,2.49,4.116L6.607.206A.75.75,0,1,1,7.64,1.294L3.928,4.819a.249.249,0,0,0,0,.362L7.64,8.706A.75.75,0,0,1,7.124,10Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',j='<svg fill="#000D6E" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M5,7.874a1.238,1.238,0,0,1-.879-.364L.206,3.393A.75.75,0,1,1,1.294,2.36L4.819,6.072a.249.249,0,0,0,.362,0L8.706,2.36A.75.75,0,1,1,9.794,3.393L5.9,7.5A1.269,1.269,0,0,1,5,7.874Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',S='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M5.52 3.448C6.452 2.521 7.716 2 9.033 2s2.562 0.521 3.493 1.448C13.478 4.374 14.001 5.632 14.001 6.942v4.413c0 0.31 0.124 0.605 0.344 0.824 0.249 0.248 0.445 0.342 0.719 0.342 0.278 0 0.503 0.224 0.503 0.501 0 0.277-0.225 0.501-0.503 0.501H3.003c-0.278 0-0.503-0.224-0.503-0.501 0-0.277 0.225-0.501 0.503-0.501 0.275 0 0.47-0.094 0.719-0.342 0.219-0.219 0.344-0.514 0.344-0.824V6.942c0-1.311 0.523-2.569 1.456-3.494zM7.274 15.25c0-0.414 0.338-0.75 0.754-0.75h2.01c0.416 0 0.754 0.336 0.754 0.75s-0.338 0.75-0.754 0.75h-2.01c-0.416 0-0.754-0.336-0.754-0.75z" fill="#000D6E"/></svg>',P='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M12.781.23a1.227 1.227 0 0 0-.555.02h-.006L4.587 2.37a1.227 1.227 0 0 0-.905 1.176V9.04a2.477 2.477 0 1 0 1.5 2.277V6.076l7.09-1.97V6.57a2.477 2.477 0 1 0 1.5 2.345V1.402a1.226 1.226 0 0 0-.99-1.172z" clip-rule="evenodd"/></svg>',q='<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14"><path fill="#000D6E" d="M7 0c.69 0 1.25.514 1.25 1.148v5.508c0 .634-.56 1.148-1.25 1.148S5.75 7.29 5.75 6.656V1.148C5.75.514 6.31 0 7 0m0 14c1.104 0 2-.822 2-1.836s-.896-1.836-2-1.836-2 .822-2 1.836S5.895 14 7 14"/></svg>',y='<svg fill="#000D6E" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M7.00003 0.00585938C6.72396 0.00585938 6.45324 0.0820473 6.21769 0.226033C5.98215 0.370019 5.7909 0.576216 5.66503 0.821919L5.665 0.821908L5.66281 0.826292L0.163513 11.8249L0.163109 11.8257C0.0483198 12.0538 -0.0063228 12.3075 0.00436625 12.5627C0.0150678 12.8182 0.0908985 13.0667 0.224657 13.2846C0.358416 13.5025 0.545662 13.6826 0.768612 13.8078C0.991563 13.933 1.24282 13.9991 1.49851 13.9999L1.50003 13.9999H12.5L12.5015 13.9999C12.7572 13.9991 13.0085 13.933 13.2314 13.8078C13.4544 13.6826 13.6416 13.5025 13.7754 13.2846C13.9092 13.0667 13.985 12.8182 13.9957 12.5627C14.0064 12.3075 13.9517 12.0537 13.8369 11.8256L13.8365 11.8249L8.33724 0.826292L8.33726 0.826281L8.33503 0.821919C8.20915 0.576216 8.01791 0.370019 7.78236 0.226033C7.54681 0.0820473 7.2761 0.00585938 7.00003 0.00585938ZM7 4.37598C7.34518 4.37598 7.625 4.6558 7.625 5.00098V8.00098C7.625 8.34615 7.34518 8.62598 7 8.62598C6.65482 8.62598 6.375 8.34615 6.375 8.00098V5.00098C6.375 4.6558 6.65482 4.37598 7 4.37598ZM7 12.001C7.55228 12.001 8 11.5533 8 11.001C8 10.4487 7.55228 10.001 7 10.001C6.44772 10.001 6 10.4487 6 11.001C6 11.5533 6.44772 12.001 7 12.001Z" clip-rule="evenodd"/></svg>';export{g as A,t as B,n as C,v as D,V as E,h as F,o as G,H,c as I,D as J,E as K,y as L,S as a,q as b,Z as c,P as d,a as e,w as f,x as g,A as h,k as i,z as j,j as k,s as l,C as m,e as n,l as o,d as p,u as q,p as r,L as s,M as t,f as u,i as v,m as w,B as x,b as y,r as z}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
- */
4
- import{p as e,H as a,d as i,h as d,e as h,t as n}from"./p-BNY3JzuV.js";import{_ as s,L as t,a as o}from"./p-Dr4dquer.js";import{s as g,a as r,V as l}from"./p-82RSSk25.js";import{c as v,b as m,d as c,H as p}from"./p-Ceu7FIWM.js";const b={display:"h1","display-2":"h1",h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",span:"span",p:"p","5xl":"h1","4xl":"h1","3xl":"h1","2xl":"h1",xl:"h2",lg:"h3",md:"h4",base:"h5"},u=["5xl","4xl","3xl","2xl","xl","lg","md","base"],x={display:"5xl","display-2":"4xl",h1:"3xl",h2:"2xl",h3:"xl",h4:"lg",h5:"base",p:"base",span:"base","5xl":"5xl","4xl":"4xl","3xl":"3xl","2xl":"2xl",xl:"xl",lg:"lg",md:"md",base:"base"},f={primary:"primary",info:"primary",blue:"primary",success:"success",warning:"warning",danger:"danger",white:"white"},w=e(class extends a{constructor(e){super(),!1!==e&&this.__registerHost(),this.__attachShadow(),this.level="h1",this.visualLevel="",this.autoLevel="",this.noWrap=!1,this.subtitle=!1,this.space="",this.color="",this.inverted=!1,this.shadow=!1}createLogger(e){this.log=e}levelChanged(){this.updateAutoFontSize()}visualLevelChanged(){this.updateAutoFontSize()}autoLevelChanged(){this.updateAutoFontSize()}connectedCallback(){g(this),this.updateAutoFontSize()}componentDidRender(){if(this.autoLevel&&this.autoFontSize&&this.rows>1&&x[this.autoLevel]!==this.autoFontSize){const e=u.indexOf(this.autoFontSize)+1;this.autoFontSize=u[e]}}updateAutoFontSize(){this.autoFontSize=this.fontSize}get rows(){if(this.headingEl&&i.hasWindow){const e=window.getComputedStyle(this.headingEl),a=parseInt(e.lineHeight.slice(0,-2),10);return this.headingEl.offsetHeight/a}return 1}get fontColor(){return this.inverted?"white":f[this.color]}get fontSize(){return x[this.visualLevel?this.visualLevel:this.level]}get tag(){return b[this.level]}render(){const e=this.tag;return d(h,{key:"0b502ee9b85add9b3276695e5eb2b6497ba339f2",class:{[`is-${this.autoFontSize}`]:void 0!==this.autoFontSize,[`is-${this.fontColor}`]:void 0!==this.fontColor,"is-subtitle":this.subtitle,"has-no-wrap":this.noWrap,"has-shadow":this.shadow,[`has-space-${this.space}`]:!!this.space}},d(e,{key:"c88498ebc2531d6060c9aec68cb33c051b0ef336",id:"heading",part:"heading",ref:e=>this.headingEl=e},d("slot",{key:"51db87f89bcea927d039e4d2cc6b12c1c04ec19b"})))}get el(){return this}static get watchers(){return{level:[{levelChanged:0}],visualLevel:[{visualLevelChanged:0}],autoLevel:[{autoLevelChanged:0}]}}static get style(){return":host{--_heading-position:var(--heading-position, var(--mod-heading-position, static));--_heading-top:var(--heading-top, var(--mod-heading-top));--_heading-right:var(--heading-right, var(--mod-heading-right));--_heading-bottom:var(--heading-bottom, var(--mod-heading-bottom));--_heading-left:var(--heading-left, var(--mod-heading-left));position:var(--_heading-position);top:var(--_heading-top);right:var(--_heading-right);bottom:var(--_heading-bottom);left:var(--_heading-left);--_heading-m:var(--heading-m, var(--mod-heading-m, 0));--_heading-my:var(--heading-my, var(--mod-heading-my));--_heading-mx:var(--heading-mx, var(--mod-heading-mx));--_heading-ml:var(--heading-ml, var(--mod-heading-ml));--_heading-mr:var(--heading-mr, var(--mod-heading-mr));--_heading-mt:var(--heading-mt, var(--mod-heading-mt));--_heading-mb:var(--heading-mb, var(--mod-heading-mb));margin:var(--_heading-m);margin-inline:var(--_heading-mx);margin-block:var(--_heading-my);margin-left:var(--_heading-ml);margin-right:var(--_heading-mr);margin-top:var(--_heading-mt);margin-bottom:var(--_heading-mb);--_heading-color:var(--heading-color, var(--mod-heading-color, inherit));--_heading-family:var(--heading-family, var(--mod-heading-family, var(--ds-heading-family)));--_heading-weight:var(--heading-weight, var(--mod-heading-weight, var(--ds-heading-weight)));--_heading-line-height:var(--heading-line-height, var(--mod-heading-line-height, var(--ds-heading-line-height)));--_heading-font-size:var(--heading-font-size, var(--mod-heading-font-size, var(--ds-heading-1-size-device)));--_heading-space:var(--heading-space, var(--mod-heading-space, var(--ds-heading-1-space)));--_heading-shadow:var(--heading-shadow, var(--mod-heading-shadow, none));--_heading-text-align:var(--heading-text-align, var(--mod-heading-text-align, inherit))}#heading{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;text-wrap:balance;color:var(--_heading-color);font-family:var(--_heading-family);font-weight:var(--_heading-weight);font-size:var(--_heading-font-size);line-height:var(--_heading-line-height);text-align:var(--_heading-text-align);text-shadow:var(--_heading-shadow)}#heading em:not(.text),#heading span:not(.text){font-weight:inherit}#heading b,#heading strong,#heading .is-bold{font-weight:var(--ds-text-weight-bold)}:host(.has-no-wrap) #heading{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}:host(.has-shadow){--mod-heading-shadow:var(--ds-heading-shadow)}:host(.is-subtitle){--mod-heading-family:var(--ds-heading-subtitle-family);--mod-heading-weight:var(--ds-heading-subtitle-weight);--mod-heading-line-height:var(--ds-heading-subtitle-line-height)}:host(.is-primary){--mod-heading-color:var(--ds-heading-color-primary)}:host(.is-success){--mod-heading-color:var(--ds-heading-color-success)}:host(.is-warning){--mod-heading-color:var(--ds-heading-color-warning)}:host(.is-danger){--mod-heading-color:var(--ds-heading-color-danger)}:host(.is-white){--mod-heading-color:var(--ds-heading-color-white)}:host(.is-black){--mod-heading-color:var(--ds-heading-color-black)}:host(.is-3xl){--mod-heading-font-size:var(--ds-heading-1-size-device);--mod-heading-space:var(--ds-heading-1-space)}:host(.is-2xl){--mod-heading-font-size:var(--ds-heading-2-size-device);--mod-heading-space:var(--ds-heading-2-space)}:host(.is-xl){--mod-heading-font-size:var(--ds-heading-3-size-device);--mod-heading-space:var(--ds-heading-3-space)}:host(.is-lg){--mod-heading-font-size:var(--ds-heading-4-size-device);--mod-heading-space:var(--ds-heading-4-space)}:host(.is-base){--mod-heading-font-size:var(--ds-heading-5-size-device);--mod-heading-space:var(--ds-heading-5-space)}:host(.is-5xl){--mod-heading-font-size:var(--ds-heading-display1-size-device);--mod-heading-space:var(--ds-heading-display1-space)}:host(.is-4xl){--mod-heading-font-size:var(--ds-heading-display2-size-device);--mod-heading-space:var(--ds-heading-display2-space)}:host(.has-space-all){--heading-mt:var(--_heading-space);--heading-mb:var(--_heading-space)}:host(.has-space-top){--heading-mt:var(--_heading-space);--heading-mb:0}:host(.has-space-bottom){--heading-mt:0;--heading-mb:var(--_heading-space)}:host(.has-space-none){--heading-mt:0;--heading-mb:0}:host{display:block}"}},[257,"ds-heading",{level:[513],visualLevel:[513,"visual-level"],autoLevel:[513,"auto-level"],noWrap:[516,"no-wrap"],subtitle:[516],space:[513],color:[513],inverted:[516],shadow:[516],autoFontSize:[32]},void 0,{level:[{levelChanged:0}],visualLevel:[{visualLevelChanged:0}],autoLevel:[{autoLevelChanged:0}]}]);function y(){"undefined"!=typeof customElements&&["ds-heading"].forEach((e=>{"ds-heading"===e&&(customElements.get(n(e))||customElements.define(n(e),w))}))}s([t("heading"),o("design:type",Function),o("design:paramtypes",[Function]),o("design:returntype",void 0)],w.prototype,"createLogger",null),s([r(...v),o("design:type",String)],w.prototype,"level",void 0),s([r(...m),o("design:type",String)],w.prototype,"visualLevel",void 0),s([r(...m),o("design:type",String)],w.prototype,"autoLevel",void 0),s([l("boolean"),o("design:type",Boolean)],w.prototype,"noWrap",void 0),s([l("boolean"),o("design:type",Boolean)],w.prototype,"subtitle",void 0),s([r(...c),o("design:type",String)],w.prototype,"space",void 0),s([r(...p),o("design:type",String)],w.prototype,"color",void 0),s([l("boolean"),o("design:type",Boolean)],w.prototype,"inverted",void 0),s([l("boolean"),o("design:type",Boolean)],w.prototype,"shadow",void 0);export{w as H,y as d}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
- */
4
- import{p as o,H as e,h as s,e as r,t as c}from"./p-BNY3JzuV.js";import{_ as a,L as t,a as i}from"./p-Dr4dquer.js";import{n as l}from"./p-DR5LIaCn.js";import{s as n,a as d,V as m}from"./p-82RSSk25.js";import{i as v}from"./p-Bbn3sYo5.js";import{a as b}from"./p-Diz11uvt.js";import{d as u}from"./p-xDEngwqW.js";import{d as p}from"./p-BOTkpyFe.js";import{d as g}from"./p-BMBthpLd.js";import{d as h}from"./p-BEngECpF.js";import{L as k}from"./p-cSbDziZm.js";const _=o(class extends e{constructor(o){super(),!1!==o&&this.__registerHost(),this.__attachShadow(),this.language=h.language,this.region=h.region,this.size="",this.inverted=!1,this.disabled=!1,this.button=!1,this.buttonColor=""}createLogger(o){this.log=o}sizeChanged(o){this.size=l(o)}async configChanged(o){this.language=o.language,this.region=o.region}connectedCallback(){n(this)}render(){const o=v[this.language].close;return this.button?s(r,null,s("ds-button",{id:"close",part:"button",disabled:this.disabled,inverted:this.inverted,color:this.buttonColor,size:"sm"===this.size?"sm":"md"===this.size?"lg":""},o)):s(r,{class:{[`is-${this.size}`]:!!this.size,"is-inverted":this.inverted,"is-disabled":this.disabled}},s("button",{id:"close",part:"button",type:"button","aria-label":o,title:o,tabindex:"0",disabled:this.disabled}))}get el(){return this}static get watchers(){return{size:[{sizeChanged:0}]}}static get style(){return":host{--_close-position:var(--close-position, var(--mod-close-position, static));--_close-top:var(--close-top, var(--mod-close-top));--_close-right:var(--close-right, var(--mod-close-right));--_close-bottom:var(--close-bottom, var(--mod-close-bottom));--_close-left:var(--close-left, var(--mod-close-left));position:var(--_close-position);top:var(--_close-top);right:var(--_close-right);bottom:var(--_close-bottom);left:var(--_close-left);--_close-m:var(--close-m, var(--mod-close-m, 0));--_close-my:var(--close-my, var(--mod-close-my));--_close-mx:var(--close-mx, var(--mod-close-mx));--_close-ml:var(--close-ml, var(--mod-close-ml));--_close-mr:var(--close-mr, var(--mod-close-mr));--_close-mt:var(--close-mt, var(--mod-close-mt));--_close-mb:var(--close-mb, var(--mod-close-mb));margin:var(--_close-m);margin-inline:var(--_close-mx);margin-block:var(--_close-my);margin-left:var(--_close-ml);margin-right:var(--_close-mr);margin-top:var(--_close-mt);margin-bottom:var(--_close-mb);--_close-color-background:var(--close-color-background, var(--mod-close-color-background, var(--ds-close-color-background-base)));--_close-color-background-hover:var(--close-color-background-hover, var(--mod-close-color-background-hover, var(--ds-close-color-background-hover)));--_close-color-background-active:var(--close-color-background-active, var(--mod-close-color-background-active, var(--ds-close-color-background-active)));--_close-color-focus:var(--close-color-focus, var(--mod-close-color-focus, var(--ds-alias-interaction-focus-color-base)));--_close-color-icon:var(--close-color-icon, var(--mod-close-color-icon, var(--ds-close-color-icon-base)));--_close-radius:var(--close-radius, var(--mod-close-radius, var(--ds-close-radius)));--_close-size-icon:var(--close-size-icon, var(--mod-close-size-icon, 12px));--_close-padding:var(--close-padding, var(--mod-close-padding, 0.313rem));--_close-icon:var(--close-icon, var(--mod-close-icon, url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill-rule='evenodd' d='M1.70711 0.292893C1.31658 -0.0976311 0.683417 -0.0976311 0.292893 0.292893C-0.0976311 0.683417 -0.0976311 1.31658 0.292893 1.70711L5.58579 7L0.292893 12.2929C-0.0976311 12.6834 -0.0976311 13.3166 0.292893 13.7071C0.683417 14.0976 1.31658 14.0976 1.70711 13.7071L7 8.41421L12.2929 13.7071C12.6834 14.0976 13.3166 14.0976 13.7071 13.7071C14.0976 13.3166 14.0976 12.6834 13.7071 12.2929L8.41421 7L13.7071 1.70711C14.0976 1.31658 14.0976 0.683417 13.7071 0.292893C13.3166 -0.0976311 12.6834 -0.0976311 12.2929 0.292893L7 5.58579L1.70711 0.292893Z' clip-rule='evenodd'/%3E%3C/svg%3E\")))}:host{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;user-drag:none}@media print{:host{display:none !important}}:host{display:inline-block}:host button{position:relative;display:inline-block;vertical-align:top;border:none;background:var(--_close-color-background);border-radius:var(--_close-radius);padding:var(--_close-padding);-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}:host button::after{content:\"\";display:block;width:var(--_close-size-icon);height:var(--_close-size-icon);-webkit-mask-image:var(--_close-icon);mask-image:var(--_close-icon);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;background:var(--_close-color-icon)}:host button:not(:disabled){cursor:pointer}@media (hover: hover)and (pointer: fine){:host button:not(:disabled):hover,:host button:not(:disabled).is-hovered{background:var(--_close-color-background-hover)}}:host button:not(:disabled):active,:host button:not(:disabled).is-pressed{background:var(--_close-color-background-active)}@media (hover: hover)and (pointer: fine){:host button:not(:disabled):focus-visible:not(:active),:host button:not(:disabled).is-focused:not(:active){-webkit-box-shadow:var(--ds-alias-interaction-focus-color-border) 0 0 0 2px,var(--_close-color-focus) 0 0 0 5px !important;box-shadow:var(--ds-alias-interaction-focus-color-border) 0 0 0 2px,var(--_close-color-focus) 0 0 0 5px !important}}:host(.is-sm){--mod-close-padding:0.25rem;--mod-close-size-icon:10px}:host(.is-md){--mod-close-padding:0.531rem;--mod-close-size-icon:24px}:host(.is-inverted:not(.is-disabled)){--mod-close-color-icon:var(--ds-close-color-icon-inverted);--mod-close-color-background-hover:var(--ds-close-color-background-inverted-hover);--mod-close-color-background-active:var(--ds-close-color-background-inverted-active);--mod-close-color-focus:var(--ds-alias-interaction-focus-color-inverted)}:host(.is-disabled){--mod-close-color-icon:var(--ds-close-color-icon-disabled);--mod-close-color-background:var(--ds-close-color-background-disabled);--mod-close-color-background-hover:var(--ds-close-color-background-disabled);--mod-close-color-background-active:var(--ds-close-color-background-disabled);--mod-close-color-focus:var(--ds-alias-interaction-focus-color-disabled)}"}},[1,"ds-close",{size:[1537],inverted:[4],disabled:[516],button:[4],buttonColor:[1,"button-color"],language:[32],region:[32],configChanged:[64]},void 0,{size:[{sizeChanged:0}]}]);function f(){"undefined"!=typeof customElements&&["ds-close","ds-button","ds-icon","ds-spinner"].forEach((o=>{switch(o){case"ds-close":customElements.get(c(o))||customElements.define(c(o),_);break;case"ds-button":customElements.get(c(o))||u();break;case"ds-icon":customElements.get(c(o))||p();break;case"ds-spinner":customElements.get(c(o))||g()}}))}a([t("close"),i("design:type",Function),i("design:paramtypes",[Function]),i("design:returntype",void 0)],_.prototype,"createLogger",null),a([d("","sm","md","small","medium"),i("design:type",String)],_.prototype,"size",void 0),a([m("boolean"),i("design:type",Boolean)],_.prototype,"inverted",void 0),a([m("boolean"),i("design:type",Boolean)],_.prototype,"disabled",void 0),a([m("boolean"),i("design:type",Boolean)],_.prototype,"button",void 0),a([d(...b),i("design:type",String)],_.prototype,"buttonColor",void 0),a([k(),i("design:type",Function),i("design:paramtypes",[Object]),i("design:returntype",Promise)],_.prototype,"configChanged",null);export{_ as C,f as d}