@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
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
3
  */
4
- import{p as e,H as a,g as l,b as o}from"./p-CuwLeg-T.js";export{s as setNonce}from"./p-CuwLeg-T.js";var i=e=>{const a=e.cloneNode;e.cloneNode=function(e){if("TEMPLATE"===this.nodeName)return a.call(this,e);const l=a.call(this,!1),o=this.childNodes;if(e)for(let e=0;e<o.length;e++)2!==o[e].nodeType&&l.appendChild(o[e].cloneNode(!0));return l}};(()=>{i(a.prototype);const l=import.meta.url,o={};return""!==l&&(o.resourcesUrl=new URL(".",l).href),e(o)})().then((async e=>(await l(),o(JSON.parse('[["p-8e0872fef0",[[257,"ds-snackbar",{"color":[1],"closable":[4],"heading":[1],"message":[1],"icon":[1],"svg":[1],"action":[1],"actionIcon":[1,"action-icon"],"actionTarget":[1,"action-target"],"actionHref":[1,"action-href"],"alertId":[1,"alert-id"],"visible":[516],"closeHandler":[16],"actionHandler":[16],"isMobile":[32],"mobileOpenState":[32],"didLoad":[32],"svgContent":[32],"iconName":[32],"close":[64]},null,{"icon":[{"iconChanged":0}],"svg":[{"svgChanged":0}]}]]],["p-b3c6327744",[[257,"ds-notification",{"alert":[4],"closable":[4],"closeHandler":[16],"color":[1],"heading":[1],"noIcon":[4,"no-icon"],"size":[1025],"didLoad":[32],"close":[64]},null,{"size":[{"sizeChanged":0}]}]]],["p-339d85cca0",[[257,"ds-tag",{"closable":[4],"color":[1],"disabled":[516],"invalid":[516],"position":[1],"shape":[1],"size":[1025]},null,{"size":[{"sizeChanged":0}]}]]],["p-363f3a7ab4",[[257,"ds-toast",{"color":[1],"closable":[4],"heading":[1],"message":[1],"icon":[1],"svg":[1],"action":[1],"actionIcon":[1,"action-icon"],"actionTarget":[1,"action-target"],"actionHref":[1,"action-href"],"alertId":[1,"alert-id"],"duration":[8],"visible":[516],"closeHandler":[16],"actionHandler":[16],"animated":[32],"didLoad":[32],"didPause":[32],"svgContent":[32],"iconName":[32],"close":[64],"configChanged":[64]},null,{"icon":[{"iconChanged":0}],"svg":[{"svgChanged":0}]}]]],["p-ea1a5e1f75",[[321,"ds-checkbox-group",{"color":[1],"cols":[2],"colsMobile":[2,"cols-mobile"],"colsTablet":[2,"cols-tablet"],"control":[4],"description":[1],"disabled":[516],"invalid":[516],"invalidText":[1,"invalid-text"],"label":[1],"labelPosition":[1,"label-position"],"loading":[516],"name":[1],"readonly":[516],"required":[516],"tile":[4],"tileColor":[1,"tile-color"],"value":[16],"vertical":[4],"language":[32],"region":[32],"internalValue":[32],"configChanged":[64]},[[6,"dsBlur","listenToDsBlur"],[6,"dsChange","listenToDsChange"],[6,"dsFocus","listenToDsFocus"],[6,"reset","listenToReset"]],{"value":[{"valueChanged":0}]}]]],["p-9617d56181",[[65,"ds-input",{"value":[1537],"name":[1],"label":[1],"description":[1],"color":[1],"loading":[4],"invalid":[4],"invalidText":[1,"invalid-text"],"type":[1],"accept":[1],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"autofocus":[4],"debounce":[2],"placeholder":[1],"max":[1],"maxLength":[2,"max-length"],"min":[1],"minLength":[2,"min-length"],"multiple":[4],"pattern":[1],"allowedKeyPress":[1,"allowed-key-press"],"required":[4],"spellcheck":[4],"disabled":[4],"readonly":[4],"suffix":[1],"inputmode":[1],"mask":[1],"autoInvalidOff":[516,"auto-invalid-off"],"focused":[32],"language":[32],"region":[32],"configChanged":[64],"setFocus":[64],"setBlur":[64],"getInputElement":[64]},[[6,"click","listenToClick"],[6,"reset","listenToReset"]],{"debounce":[{"debounceChanged":0}],"mask":[{"maskChanged":0}]}]]],["p-5d3330bf93",[[257,"ds-item",{"accordionGroup":[1,"accordion-group"],"accordionMarker":[1,"accordion-marker"],"accordionMarkerPosition":[1,"accordion-marker-position"],"accordionOpen":[516,"accordion-open"],"actionIcon":[1,"action-icon"],"description":[1],"disabled":[516],"download":[1],"href":[1],"label":[1],"labelLevel":[1,"label-level"],"labelSize":[1,"label-size"],"rel":[1],"target":[1],"variant":[1]}]]],["p-fe0dbd4b03",[[65,"ds-number-input",{"color":[1],"debounce":[2],"decimal":[2],"description":[1],"disabled":[516],"exactNumber":[4,"exact-number"],"invalid":[516],"invalidText":[1,"invalid-text"],"label":[1],"max":[1],"min":[1],"name":[1],"onlyPositive":[4,"only-positive"],"pattern":[1],"placeholder":[1],"readonly":[516],"required":[516],"suffix":[1],"value":[1538],"focused":[32],"language":[32],"region":[32],"nativeInputValue":[32],"inputPattern":[32],"configChanged":[64],"setFocus":[64],"setBlur":[64],"getInputElement":[64]},[[6,"click","listenToClick"],[6,"reset","listenToReset"]],{"debounce":[{"debounceChanged":0}],"value":[{"valueChanged":0}]}]]],["p-be9023a38b",[[321,"ds-radio-group",{"allowEmptySelection":[4,"allow-empty-selection"],"color":[1],"cols":[2],"colsMobile":[2,"cols-mobile"],"colsTablet":[2,"cols-tablet"],"description":[1],"disabled":[516],"invalid":[516],"invalidText":[1,"invalid-text"],"label":[1],"labelPosition":[1,"label-position"],"loading":[516],"name":[1],"readonly":[516],"required":[516],"tile":[4],"tileColor":[1,"tile-color"],"value":[1544],"vertical":[4],"language":[32],"region":[32],"setValue":[64],"configChanged":[64]},[[6,"dsChange","listenToDsChange"],[6,"dsFocus","listenToDsFocus"],[6,"dsBlur","listenToDsBlur"],[6,"reset","listenToReset"],[4,"keydown","listenToKeydown"]],{"value":[{"valueChanged":0}]}]]],["p-1154323457",[[321,"ds-segment",{"allowEmptySelection":[4,"allow-empty-selection"],"description":[1],"disabled":[516],"iconOnly":[4,"icon-only"],"invalid":[516],"invalidText":[1,"invalid-text"],"label":[1],"loading":[516],"name":[1],"readonly":[516],"required":[516],"value":[1544],"vertical":[4],"verticalOnMobile":[4,"vertical-on-mobile"],"wide":[4],"language":[32],"region":[32],"items":[32],"autoVertical":[32],"setValue":[64],"configChanged":[64],"listenToResize":[64]},[[6,"dsWillUpdate","listenToDsWillUpdate"],[6,"reset","listenToReset"]]]]],["p-799705af3a",[[65,"ds-textarea",{"autocapitalize":[1],"autocomplete":[1],"autofocus":[4],"autoInvalidOff":[4,"auto-invalid-off"],"color":[1],"cols":[2],"debounce":[2],"description":[1],"disabled":[516],"inputmode":[1],"invalid":[516],"invalidText":[1,"invalid-text"],"label":[1],"maxLength":[2,"max-length"],"minLength":[2,"min-length"],"name":[1],"placeholder":[1],"readonly":[516],"required":[516],"rows":[2],"value":[1537],"wrap":[1],"focused":[32],"language":[32],"region":[32],"setFocus":[64],"setBlur":[64],"getInputElement":[64],"configChanged":[64]},[[6,"click","listenToClick"],[6,"reset","listenToReset"]],{"debounce":[{"debounceChanged":0}]}]]],["p-c3ae96e220",[[257,"ds-badge",{"icon":[1],"size":[1537],"color":[513],"position":[513],"pulse":[516]},null,{"size":[{"sizeChanged":0}]}]]],["p-1f0601a4f4",[[257,"ds-card-actions",{"align":[1]}]]],["p-40ba8b9812",[[257,"ds-card-title",{"inverted":[4],"level":[1],"visualLevel":[1,"visual-level"]}]]],["p-aff68865ee",[[1,"ds-pagination",{"align":[1],"disabled":[516],"label":[1],"pageRange":[2,"page-range"],"size":[1],"sticky":[4],"textNext":[1,"text-next"],"textPrevious":[1,"text-previous"],"top":[2],"totalPages":[2,"total-pages"],"value":[1538],"variant":[1],"isMobile":[32],"language":[32],"next":[64],"previous":[64],"configChanged":[64]},null,{"top":[{"topChanged":0}]}]]],["p-3259acaa64",[[1,"ds-alert-container",{"animated":[4],"container":[1],"type":[1],"alerts":[32],"addAlert":[64],"removeAlert":[64],"removeAll":[64]}]]],["p-ea7169501c",[[260,"ds-app",{"animated":[516],"ready":[1540],"logger":[513],"setFocus":[64]}]]],["p-eab397e041",[[257,"ds-card",{"flat":[4],"tile":[4],"dense":[4],"imageTeaser":[1,"image-teaser"],"square":[4],"outlined":[4],"inverted":[4],"clickable":[4],"selected":[4],"fullheight":[4],"align":[1],"space":[1025],"color":[1]},null,{"space":[{"spaceChanged":0}]}]]],["p-7e6ed497e7",[[257,"ds-card-content"]]],["p-487807f228",[[257,"ds-card-header",{"direction":[1]}]]],["p-de1354f022",[[257,"ds-card-subtitle",{"inverted":[4],"bold":[4],"color":[1]}]]],["p-6b9aab417f",[[321,"ds-checkbox",{"name":[1],"label":[1],"labelPosition":[1,"label-position"],"value":[8],"checked":[1028],"disabled":[4],"readonly":[4],"required":[4],"autoInvalidOff":[516,"auto-invalid-off"],"invalid":[4],"tileColor":[1,"tile-color"],"tile":[4],"cols":[2],"colsTablet":[2,"cols-tablet"],"colsMobile":[2,"cols-mobile"],"focused":[32]},[[6,"reset","listenToReset"]]]]],["p-d430812a57",[[260,"ds-content",{"layout":[1],"direction":[1025],"align":[1],"textAlign":[1,"text-align"],"space":[1025],"alignment":[1]},null,{"layout":[{"layoutChanged":0}],"space":[{"spaceChanged":0}]}]]],["p-03bbcdf9de",[[1,"ds-divider",{"layout":[1],"space":[1025],"color":[1],"dashed":[4]},null,{"space":[{"spaceChanged":0}]}]]],["p-4a049d1b7f",[[257,"ds-label",{"disabled":[516],"htmlFor":[1,"html-for"],"htmlId":[1,"html-id"],"hovered":[4],"invalid":[516],"noWrap":[4,"no-wrap"],"pressed":[4],"required":[516],"size":[1025],"valid":[516],"language":[32],"region":[32],"configChanged":[64]},null,{"size":[{"sizeChanged":0}]}]]],["p-4f4cce8ce4",[[257,"ds-list",{"ordered":[4]}]]],["p-27c34c4e5f",[[1,"ds-logo",{"animated":[4],"brand":[1],"color":[1],"size":[1025],"isTouch":[32],"doesConfigAllowAnimation":[32],"configBrand":[32],"configChanged":[64]},null,{"animated":[{"animatedChanged":0}],"size":[{"sizeChanged":0}]}]]],["p-3d901720f7",[[1,"ds-progress-bar",{"background":[1],"color":[1],"value":[514],"language":[32],"configChanged":[64]}]]],["p-640223834c",[[321,"ds-radio",{"autoInvalidOff":[4,"auto-invalid-off"],"checked":[1540],"cols":[2],"colsMobile":[2,"cols-mobile"],"colsTablet":[2,"cols-tablet"],"disabled":[516],"invalid":[516],"label":[1],"labelPosition":[1,"label-position"],"name":[1],"readonly":[516],"required":[516],"tile":[4],"tileColor":[1,"tile-color"],"value":[1544],"focused":[32],"wasFocused":[32],"buttonTabindex":[32],"setFocus":[64],"setBlur":[64],"setButtonTabindex":[64],"updateState":[64]},[[6,"click","listenToClick"]]]]],["p-31c1235ac5",[[65,"ds-segment-item",{"description":[1],"icon":[1],"label":[1],"svg":[1],"value":[520]}]]],["p-ecba4deb9a",[[1,"ds-shape",{"color":[1],"rotation":[1],"variation":[1]}]]],["p-15bc012833",[[260,"ds-stack",{"align":[1],"alignment":[1],"direction":[1025],"fitContent":[4,"fit-content"],"layout":[1],"p":[1025],"px":[1025],"py":[1025],"space":[1025],"spaceColumn":[1025,"space-column"],"spaceRow":[1025,"space-row"],"useWrap":[4,"use-wrap"]},null,{"layout":[{"layoutChanged":0}],"p":[{"pChanged":0}],"px":[{"pxChanged":0}],"py":[{"pyChanged":0}],"space":[{"spaceChanged":0}],"spaceColumn":[{"spaceColumnChanged":0}],"spaceRow":[{"spaceRowChanged":0}]}]]],["p-1d312498a6",[[257,"ds-tag-group"]]],["p-21b080a49a",[[257,"ds-text",{"align":[1],"bold":[4],"color":[1],"disabled":[516],"heading":[4],"hovered":[4],"inline":[4],"invalid":[516],"inverted":[4],"noWrap":[4,"no-wrap"],"pressed":[4],"shadow":[4],"size":[1025],"space":[1],"subtitle":[4]}]]],["p-5a901a9b8e",[[321,"ds-toggle",{"autoInvalidOff":[4,"auto-invalid-off"],"checked":[1540],"dense":[4],"color":[1],"cols":[2],"colsMobile":[2,"cols-mobile"],"colsTablet":[2,"cols-tablet"],"disabled":[516],"invalid":[516],"label":[1],"labelPosition":[1,"label-position"],"name":[1],"readonly":[516],"required":[516],"tile":[4],"value":[8],"focused":[32]},[[6,"reset","listenToReset"]]]]],["p-432430e14f",[[257,"ds-accordion",{"open":[1540],"group":[513],"summaryLevel":[1,"summary-level"],"summaryVisualLevel":[1,"summary-visual-level"],"summaryTitle":[4,"summary-title"],"marker":[1],"markerPosition":[1,"marker-position"],"button":[4],"buttonWide":[4,"button-wide"],"buttonColor":[1,"button-color"],"buttonSize":[1,"button-size"],"buttonLabelOpen":[1,"button-label-open"],"buttonIconOpen":[1,"button-icon-open"],"buttonLabelClose":[1,"button-label-close"],"buttonIconClose":[1,"button-icon-close"],"animated":[32],"isAnimating":[32],"configChanged":[64]},[[8,"dsOpened","listenToDsOpened"]]]]],["p-35e63b52e7",[[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]},null,{"level":[{"levelChanged":0}],"visualLevel":[{"visualLevelChanged":0}],"autoLevel":[{"autoLevelChanged":0}]}]]],["p-2b91de302f",[[257,"ds-button-group",{"align":[1],"direction":[1],"reverse":[4],"wide":[4]}]]],["p-e3d0c82e2a",[[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]},null,{"deactivated":[{"deactivatedChanged":0}],"small":[{"smallChanged":0}],"variation":[{"variationChanged":0}]}],[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]},null,{"size":[{"sizeChanged":0}]}]]],["p-c031d1dce5",[[1,"ds-close",{"size":[1537],"inverted":[4],"disabled":[516],"button":[4],"buttonColor":[1,"button-color"],"language":[32],"region":[32],"configChanged":[64]},null,{"size":[{"sizeChanged":0}]}],[321,"ds-button",{"color":[1],"elementType":[513,"element-type"],"disabled":[516],"size":[1025],"href":[1],"target":[1],"rel":[1],"download":[1],"dashed":[4],"shadow":[4],"square":[4],"circle":[4],"wide":[4],"flat":[4],"outlined":[4],"inverted":[4],"loading":[516],"rounded":[4],"icon":[1],"iconTurn":[4,"icon-turn"],"iconRight":[1,"icon-right"],"noWrap":[4,"no-wrap"],"name":[1],"value":[1],"a11yControls":[1,"a-1-1y-controls"],"a11yTitle":[1,"a-1-1y-title"],"a11yLabel":[1,"a-1-1y-label"],"a11yHaspopup":[1025,"a-1-1y-haspopup"]},[[6,"click","listenToClick"]],{"size":[{"sizeChanged":0}]}]]]]'),e))));
4
+ import{p as e,H as a,g as l,b as o}from"./p-C6MVahkC.js";export{s as setNonce}from"./p-C6MVahkC.js";var i=e=>{const a=e.cloneNode;e.cloneNode=function(e){if("TEMPLATE"===this.nodeName)return a.call(this,e);const l=a.call(this,!1),o=this.childNodes;if(e)for(let e=0;e<o.length;e++)2!==o[e].nodeType&&l.appendChild(o[e].cloneNode(!0));return l}};(()=>{i(a.prototype);const l=import.meta.url,o={};return""!==l&&(o.resourcesUrl=new URL(".",l).href),e(o)})().then((async e=>(await l(),o(JSON.parse('[["p-10c136d00d",[[257,"ds-hint",{"placement":[1],"label":[1],"closeLabel":[1,"close-label"],"triggerLabel":[1,"trigger-label"],"isOpen":[32],"isTouch":[32],"animated":[32],"innerCloseLabel":[32],"language":[32],"region":[32],"present":[64],"dismiss":[64],"toggle":[64],"configChanged":[64]},[[4,"keydown","listenToKeyDown"]]]]],["p-5e51fa8df4",[[257,"ds-file-upload",{"value":[1040],"name":[513],"label":[1],"dropZoneLabel":[1,"drop-zone-label"],"description":[1],"invalidText":[1,"invalid-text"],"color":[1],"invalid":[4],"multiple":[4],"disabled":[4],"readonly":[4],"loading":[4],"required":[4],"accept":[1],"maxFiles":[2,"max-files"],"maxFileSize":[2,"max-file-size"],"maxBundleSize":[2,"max-bundle-size"],"hasFileList":[4,"has-file-list"],"autoInvalidOff":[516,"auto-invalid-off"],"files":[32],"focused":[32],"isDragOver":[32],"language":[32],"region":[32],"configChanged":[64],"clear":[64],"setFocus":[64]},[[6,"reset","listenToReset"]],{"value":[{"valueChanged":0}]}]]],["p-feeef4a8cb",[[257,"ds-snackbar",{"color":[1],"closable":[4],"heading":[1],"message":[1],"icon":[1],"svg":[1],"action":[1],"actionIcon":[1,"action-icon"],"actionTarget":[1,"action-target"],"actionHref":[1,"action-href"],"alertId":[1,"alert-id"],"visible":[516],"closeHandler":[16],"actionHandler":[16],"isMobile":[32],"mobileOpenState":[32],"didLoad":[32],"close":[64]}]]],["p-0bd2ce2da3",[[257,"ds-modal",{"open":[1540],"closable":[4],"modalWidth":[2,"modal-width"],"fullscreen":[4],"animated":[32],"isOpen":[32],"present":[64],"dismiss":[64],"configChanged":[64]},null,{"open":[{"openChanged":0}]}]]],["p-ddf2a7dfee",[[257,"ds-notification",{"alert":[4],"closable":[4],"closeHandler":[16],"color":[1],"heading":[1],"noIcon":[4,"no-icon"],"size":[1],"didLoad":[32],"close":[64]}]]],["p-0ff0be5b83",[[257,"ds-tag",{"closable":[4],"color":[1],"disabled":[516],"invalid":[516],"position":[1],"shape":[1],"size":[1]}]]],["p-b955a93959",[[257,"ds-toast",{"color":[1],"closable":[4],"heading":[1],"message":[1],"icon":[1],"svg":[1],"action":[1],"actionIcon":[1,"action-icon"],"actionTarget":[1,"action-target"],"actionHref":[1,"action-href"],"alertId":[1,"alert-id"],"duration":[8],"visible":[516],"closeHandler":[16],"actionHandler":[16],"animated":[32],"didLoad":[32],"didPause":[32],"close":[64],"configChanged":[64]}]]],["p-dcb749efc7",[[257,"ds-data-item",{"disabled":[516],"multiline":[516],"editable":[516],"editLabel":[1,"edit-label"],"innerEditLabel":[32],"language":[32],"region":[32],"configChanged":[64]}]]],["p-53dda5d400",[[257,"ds-footer",{"container":[1],"hideLanguageSelection":[4,"hide-language-selection"],"disableDefaultLinks":[4,"disable-default-links"],"disableDefaultSocialLinks":[4,"disable-default-social-links"],"legalText":[1,"legal-text"],"brand":[32],"language":[32],"region":[32],"allowedLanguages":[32],"legalLinksConfig":[32],"legalTextConfig":[32],"socialLinksConfig":[32],"configChanged":[64]}]]],["p-13d1ce3158",[[257,"ds-carousel",{"controls":[1],"variant":[1],"itemsPerView":[8,"items-per-view"],"label":[1],"steps":[2],"value":[1537],"language":[32],"region":[32],"activeIndex":[32],"itemCount":[32],"canScrollLeft":[32],"canScrollRight":[32],"dragging":[32],"configChanged":[64]},[[0,"dsCarouselItemSelect","listenToDsCarouselItemSelect"]]]]],["p-62cb503015",[[321,"ds-checkbox-group",{"color":[1],"cols":[2],"colsMobile":[2,"cols-mobile"],"colsTablet":[2,"cols-tablet"],"control":[4],"description":[1],"disabled":[516],"invalid":[516],"invalidText":[1,"invalid-text"],"label":[1],"labelPosition":[1,"label-position"],"loading":[516],"name":[513],"readonly":[516],"required":[516],"tile":[4],"tileColor":[1,"tile-color"],"value":[16],"vertical":[4],"language":[32],"region":[32],"internalValue":[32],"configChanged":[64]},[[6,"dsBlur","listenToDsBlur"],[6,"dsChange","listenToDsChange"],[6,"dsFocus","listenToDsFocus"],[6,"reset","listenToReset"]],{"value":[{"valueChanged":0}]}]]],["p-014d464627",[[65,"ds-date",{"value":[1537],"name":[513],"label":[1],"description":[1],"color":[1],"invalid":[4],"invalidText":[1,"invalid-text"],"required":[4],"disabled":[4],"readonly":[4],"placeholder":[1],"autofocus":[4],"autocomplete":[1],"debounce":[2],"autoInvalidOff":[516,"auto-invalid-off"],"loading":[4],"min":[1],"max":[1],"minYearProp":[2,"min-year"],"maxYearProp":[2,"max-year"],"defaultDate":[1,"default-date"],"freeSolo":[4,"free-solo"],"allowedDates":[16],"focused":[32],"language":[32],"region":[32],"isOpen":[32],"configChanged":[64],"setFocus":[64],"setBlur":[64],"getInputElement":[64]},[[6,"click","listenToClick"],[4,"keydown","listenToKeyDown"],[6,"reset","listenToReset"]],{"isOpen":[{"isOpenChanged":0}],"value":[{"valueChanged":0}],"debounce":[{"debounceChanged":0}],"freeSolo":[{"freeSoloChanged":0}],"min":[{"minChanged":0}],"minYearProp":[{"minChanged":0}],"max":[{"maxChanged":0}],"maxYearProp":[{"maxChanged":0}]}]]],["p-8353961d39",[[65,"ds-input",{"value":[1537],"name":[513],"label":[1],"description":[1],"color":[1],"loading":[4],"invalid":[4],"invalidText":[1,"invalid-text"],"type":[1],"accept":[1],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"autofocus":[4],"debounce":[2],"placeholder":[1],"max":[1],"maxLength":[2,"max-length"],"min":[1],"minLength":[2,"min-length"],"multiple":[4],"pattern":[1],"allowedKeyPress":[1,"allowed-key-press"],"required":[4],"spellcheck":[4],"disabled":[4],"readonly":[4],"suffix":[1],"inputmode":[1],"mask":[1],"autoInvalidOff":[516,"auto-invalid-off"],"focused":[32],"language":[32],"region":[32],"configChanged":[64],"setFocus":[64],"setBlur":[64],"getInputElement":[64]},[[6,"click","listenToClick"],[6,"reset","listenToReset"]],{"debounce":[{"debounceChanged":0}],"mask":[{"maskChanged":0}]}]]],["p-6d168ba9ad",[[257,"ds-item",{"accordionGroup":[1,"accordion-group"],"accordionMarker":[1,"accordion-marker"],"accordionMarkerPosition":[1,"accordion-marker-position"],"accordionOpen":[516,"accordion-open"],"actionIcon":[1,"action-icon"],"description":[1],"disabled":[516],"download":[1],"href":[1],"label":[1],"labelLevel":[1,"label-level"],"labelSize":[1,"label-size"],"rel":[1],"target":[1],"variant":[1]}]]],["p-3895178b39",[[65,"ds-number-input",{"color":[1],"debounce":[2],"decimal":[2],"description":[1],"disabled":[516],"exactNumber":[4,"exact-number"],"invalid":[516],"invalidText":[1,"invalid-text"],"label":[1],"max":[1],"min":[1],"name":[513],"onlyPositive":[4,"only-positive"],"pattern":[1],"placeholder":[1],"readonly":[516],"required":[516],"suffix":[1],"value":[1538],"focused":[32],"language":[32],"region":[32],"nativeInputValue":[32],"inputPattern":[32],"configChanged":[64],"setFocus":[64],"setBlur":[64],"getInputElement":[64]},[[6,"click","listenToClick"],[6,"reset","listenToReset"]],{"debounce":[{"debounceChanged":0}],"value":[{"valueChanged":0}]}]]],["p-65c221261c",[[321,"ds-radio-group",{"allowEmptySelection":[4,"allow-empty-selection"],"color":[1],"cols":[2],"colsMobile":[2,"cols-mobile"],"colsTablet":[2,"cols-tablet"],"description":[1],"disabled":[516],"invalid":[516],"invalidText":[1,"invalid-text"],"label":[1],"labelPosition":[1,"label-position"],"loading":[516],"name":[513],"readonly":[516],"required":[516],"tile":[4],"tileColor":[1,"tile-color"],"value":[1544],"vertical":[4],"language":[32],"region":[32],"setValue":[64],"configChanged":[64]},[[6,"dsChange","listenToDsChange"],[6,"dsFocus","listenToDsFocus"],[6,"dsBlur","listenToDsBlur"],[6,"reset","listenToReset"],[4,"keydown","listenToKeydown"]],{"value":[{"valueChanged":0}]}]]],["p-68c9f4f630",[[321,"ds-segment",{"allowEmptySelection":[4,"allow-empty-selection"],"description":[1],"disabled":[516],"iconOnly":[4,"icon-only"],"invalid":[516],"invalidText":[1,"invalid-text"],"label":[1],"loading":[516],"name":[513],"readonly":[516],"required":[516],"value":[1544],"vertical":[4],"verticalOnMobile":[4,"vertical-on-mobile"],"wide":[4],"language":[32],"region":[32],"items":[32],"autoVertical":[32],"setValue":[64],"configChanged":[64],"listenToResize":[64]},[[6,"dsWillUpdate","listenToDsWillUpdate"],[6,"reset","listenToReset"]]]]],["p-2f51e1d39b",[[321,"ds-select",{"value":[1025],"name":[513],"label":[1],"description":[1],"color":[1],"invalid":[4],"invalidText":[1,"invalid-text"],"required":[4],"disabled":[4],"readonly":[4],"multiple":[4],"searchable":[4],"clearable":[4],"placeholder":[1],"options":[16],"optionGroups":[16],"autoInvalidOff":[516,"auto-invalid-off"],"focused":[32],"language":[32],"region":[32],"slottedOptions":[32],"slottedOptionGroups":[32],"configChanged":[64],"open":[64],"close":[64],"setFocus":[64],"setBlur":[64]},[[6,"click","listenToClick"],[6,"reset","listenToReset"]],{"value":[{"valueChanged":0}],"disabled":[{"disabledChanged":0}],"readonly":[{"readonlyChanged":0}],"options":[{"optionsChanged":0}],"optionGroups":[{"optionGroupsChanged":0}]}]]],["p-6b6531379b",[[65,"ds-textarea",{"autocapitalize":[1],"autocomplete":[1],"autofocus":[4],"autoInvalidOff":[4,"auto-invalid-off"],"color":[1],"cols":[2],"debounce":[2],"description":[1],"disabled":[516],"inputmode":[1],"invalid":[516],"invalidText":[1,"invalid-text"],"label":[1],"maxLength":[2,"max-length"],"minLength":[2,"min-length"],"name":[513],"placeholder":[1],"readonly":[516],"required":[516],"rows":[2],"value":[1537],"wrap":[1],"focused":[32],"language":[32],"region":[32],"setFocus":[64],"setBlur":[64],"getInputElement":[64],"configChanged":[64]},[[6,"click","listenToClick"],[6,"reset","listenToReset"]],{"debounce":[{"debounceChanged":0}]}]]],["p-3ef4bd1c59",[[257,"ds-badge",{"icon":[1],"size":[513],"color":[513],"position":[513],"pulse":[516]}]]],["p-787bd92bcc",[[257,"ds-card-actions",{"align":[1]}]]],["p-202ecb8f01",[[257,"ds-card-title",{"inverted":[4],"level":[1],"visualLevel":[1,"visual-level"]}]]],["p-0663d7c0f1",[[257,"ds-navbar",{"open":[516],"light":[4],"container":[1],"language":[32],"region":[32],"isTouch":[32],"isSidebarOpen":[32],"isOverflowing":[32],"configChanged":[64],"listenToResize":[64],"toggleSidebar":[64],"openSidebar":[64],"closeSidebar":[64]},null,{"open":[{"openChanged":0}]}]]],["p-c37f266740",[[257,"ds-step",{"activeIndex":[1026,"active-index"],"disabled":[516],"done":[516],"hidden":[516],"index":[1026],"invalid":[516],"label":[1],"name":[513],"navigation":[1028],"selected":[1540],"vertical":[1028]}]]],["p-7e702193fc",[[257,"ds-tabs",{"color":[1],"fullwidth":[4],"inverted":[4],"label":[1],"value":[1537],"vertical":[4],"verticalColSize":[1,"vertical-col-size"],"language":[32],"region":[32],"canScrollLeft":[32],"canScrollRight":[32],"configChanged":[64]},[[0,"dsTabSelect","listenToDsTabSelect"]]]]],["p-9f2dd0b55b",[[1,"ds-alert-container",{"animated":[4],"container":[1],"type":[1],"alerts":[32],"addAlert":[64],"removeAlert":[64],"removeAll":[64]}]]],["p-a62b7985a0",[[260,"ds-app",{"animated":[516],"ready":[1540],"logger":[513],"setFocus":[64]}]]],["p-e85c92ca1a",[[257,"ds-card",{"flat":[4],"tile":[4],"dense":[4],"imageTeaser":[1,"image-teaser"],"square":[4],"outlined":[4],"inverted":[4],"clickable":[4],"selected":[4],"fullheight":[4],"align":[1],"space":[1],"color":[1]}]]],["p-b68bc14064",[[257,"ds-card-content"]]],["p-f0119fe693",[[257,"ds-card-header",{"direction":[1]}]]],["p-df5899b930",[[257,"ds-card-subtitle",{"inverted":[4],"bold":[4],"color":[1]}]]],["p-774b89ed0b",[[257,"ds-carousel-item",{"color":[1],"carouselVariant":[1025,"carousel-variant"],"navigation":[4],"index":[1026],"name":[513],"selected":[1540],"src":[1]}]]],["p-27d181c5ac",[[321,"ds-checkbox",{"name":[513],"label":[1],"labelPosition":[1,"label-position"],"value":[8],"checked":[1028],"disabled":[4],"readonly":[4],"required":[4],"autoInvalidOff":[516,"auto-invalid-off"],"invalid":[4],"tileColor":[1,"tile-color"],"tile":[4],"cols":[2],"colsTablet":[2,"cols-tablet"],"colsMobile":[2,"cols-mobile"],"focused":[32]},[[6,"reset","listenToReset"]]]]],["p-a465c1acce",[[257,"ds-data",{"horizontal":[516]}]]],["p-3292ae6a05",[[260,"ds-data-label",{"required":[516]}]]],["p-7c8bf0f33e",[[260,"ds-data-value"]]],["p-caad93b943",[[260,"ds-hint-text"]]],["p-e7472337ed",[[260,"ds-hint-title"]]],["p-dd38f8f206",[[257,"ds-label",{"disabled":[516],"htmlFor":[1,"html-for"],"htmlId":[1,"html-id"],"hovered":[4],"invalid":[516],"noWrap":[4,"no-wrap"],"pressed":[4],"required":[516],"size":[1],"valid":[516],"language":[32],"region":[32],"configChanged":[64]}]]],["p-fa9568abce",[[257,"ds-list",{"ordered":[4]}]]],["p-3c6b7a2967",[[257,"ds-modal-body"]]],["p-2a35e0b9b0",[[260,"ds-modal-header"]]],["p-f4958b9e97",[[1,"ds-progress-bar",{"background":[1],"color":[1],"value":[514],"language":[32],"configChanged":[64]}]]],["p-cca79bfeb1",[[321,"ds-radio",{"autoInvalidOff":[4,"auto-invalid-off"],"checked":[1540],"cols":[2],"colsMobile":[2,"cols-mobile"],"colsTablet":[2,"cols-tablet"],"disabled":[516],"invalid":[516],"label":[1],"labelPosition":[1,"label-position"],"name":[513],"readonly":[516],"required":[516],"tile":[4],"tileColor":[1,"tile-color"],"value":[1544],"focused":[32],"wasFocused":[32],"buttonTabindex":[32],"setFocus":[64],"setBlur":[64],"setButtonTabindex":[64],"updateState":[64]},[[6,"click","listenToClick"]]]]],["p-60d29d8b8e",[[65,"ds-segment-item",{"description":[1],"icon":[1],"label":[1],"svg":[1],"value":[520]}]]],["p-493b18cc46",[[257,"ds-select-optgroup",{"label":[1]}]]],["p-11f34d0c7d",[[257,"ds-select-option",{"value":[1],"disabled":[4]}]]],["p-01430d5c28",[[1,"ds-shape",{"color":[1],"rotation":[1],"variation":[1]}]]],["p-163d606781",[[257,"ds-step-panel",{"for":[513],"selected":[1540]}]]],["p-650289138a",[[257,"ds-steps",{"color":[1],"label":[1],"value":[1537],"vertical":[4]},[[0,"dsStepSelect","listenToDsStepSelect"]]]]],["p-d5f8d8f5e1",[[257,"ds-tab",{"fullwidth":[1028],"inverted":[1028],"name":[513],"navigation":[1028],"selected":[1540],"vertical":[1028]}]]],["p-68ebed7eee",[[257,"ds-tab-panel",{"for":[513],"selected":[1540]}]]],["p-8406f6faf1",[[257,"ds-tag-group"]]],["p-fcd98f22b7",[[257,"ds-text",{"align":[1],"bold":[4],"color":[1],"disabled":[516],"heading":[4],"hovered":[4],"inline":[4],"invalid":[516],"inverted":[4],"noWrap":[4,"no-wrap"],"pressed":[4],"shadow":[4],"size":[1025],"space":[1],"subtitle":[4]}]]],["p-a8de98dd7b",[[321,"ds-toggle",{"autoInvalidOff":[4,"auto-invalid-off"],"checked":[1540],"dense":[4],"color":[1],"cols":[2],"colsMobile":[2,"cols-mobile"],"colsTablet":[2,"cols-tablet"],"disabled":[516],"invalid":[516],"label":[1],"labelPosition":[1,"label-position"],"name":[513],"readonly":[516],"required":[516],"tile":[4],"value":[8],"focused":[32]},[[6,"reset","listenToReset"]]]]],["p-4e6638d14e",[[257,"ds-tooltip",{"reference":[1],"placement":[1],"offset":[2],"contentWidth":[2,"content-width"],"open":[4],"presented":[32],"present":[64],"dismiss":[64],"update":[64]},null,{"contentWidth":[{"contentWidthChanged":0}]}]]],["p-4a99464dae",[[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]},null,{"deactivated":[{"deactivatedChanged":0}],"variation":[{"variationChanged":0}]}],[1,"ds-icon",{"name":[513],"svg":[1],"src":[1],"size":[513],"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]}]]],["p-6ef31a3c07",[[257,"ds-accordion",{"open":[1540],"group":[513],"summaryLevel":[1,"summary-level"],"summaryVisualLevel":[1,"summary-visual-level"],"summaryTitle":[4,"summary-title"],"marker":[1],"markerPosition":[1,"marker-position"],"button":[4],"buttonWide":[4,"button-wide"],"buttonColor":[1,"button-color"],"buttonSize":[1,"button-size"],"buttonLabelOpen":[1,"button-label-open"],"buttonIconOpen":[1,"button-icon-open"],"buttonLabelClose":[1,"button-label-close"],"buttonIconClose":[1,"button-icon-close"],"animated":[32],"isAnimating":[32],"configChanged":[64]},[[8,"dsOpened","listenToDsOpened"]]]]],["p-7c353652a9",[[1,"ds-pagination",{"align":[1],"disabled":[516],"label":[1],"pageRange":[2,"page-range"],"size":[1],"sticky":[4],"textNext":[1,"text-next"],"textPrevious":[1,"text-previous"],"top":[2],"totalPages":[2,"total-pages"],"value":[1538],"variant":[1],"isMobile":[32],"language":[32],"next":[64],"previous":[64],"configChanged":[64]},null,{"top":[{"topChanged":0}]}]]],["p-f62643c33d",[[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]},null,{"level":[{"levelChanged":0}],"visualLevel":[{"visualLevelChanged":0}],"autoLevel":[{"autoLevelChanged":0}]}]]],["p-3134821ac6",[[257,"ds-drawer",{"open":[1540],"closable":[4],"backdropDismiss":[4,"backdrop-dismiss"],"label":[1],"container":[1],"animated":[32],"isOpen":[32],"present":[64],"dismiss":[64],"configChanged":[64]},null,{"open":[{"openChanged":0}]}],[257,"ds-popup",{"open":[1540],"trigger":[16],"placement":[1],"offset":[2],"role":[1],"closable":[4],"backdropDismiss":[4,"backdrop-dismiss"],"backdrop":[4],"group":[1],"label":[1],"arrow":[4],"trapFocus":[4,"trap-focus"],"animated":[32],"isOpen":[32],"present":[64],"dismiss":[64],"toggle":[64],"configChanged":[64]},[[4,"click","listenToClick"],[4,"keydown","listenToKeyDown"]],{"open":[{"openChanged":0}],"trigger":[{"triggerChanged":0}]}]]],["p-ad2b17b0a0",[[260,"ds-content",{"layout":[1],"direction":[1],"align":[1],"textAlign":[1,"text-align"],"space":[1],"alignment":[1]}],[260,"ds-stack",{"align":[1],"alignment":[1],"direction":[1025],"fitContent":[4,"fit-content"],"p":[1],"px":[1],"py":[1],"space":[1],"spaceColumn":[1,"space-column"],"spaceRow":[1,"space-row"],"useWrap":[4,"use-wrap"]}]]],["p-5d17209d91",[[1,"ds-divider",{"layout":[1],"space":[1],"color":[1],"dashed":[4]}],[1,"ds-logo",{"animated":[4],"brand":[1],"color":[1],"size":[1],"isTouch":[32],"doesConfigAllowAnimation":[32],"configBrand":[32],"configChanged":[64]},null,{"animated":[{"animatedChanged":0}]}]]],["p-372bf379f9",[[257,"ds-button-group",{"align":[1],"direction":[1],"reverse":[4],"wide":[4]}]]],["p-afd8bbe699",[[1,"ds-close",{"size":[513],"inverted":[4],"disabled":[516],"button":[4],"buttonColor":[1,"button-color"],"language":[32],"region":[32],"configChanged":[64]}],[321,"ds-button",{"color":[1],"elementType":[513,"element-type"],"disabled":[516],"size":[1],"href":[1],"target":[1],"rel":[1],"download":[1],"dashed":[4],"shadow":[4],"square":[4],"circle":[4],"wide":[4],"flat":[4],"outlined":[4],"inverted":[516],"loading":[516],"rounded":[4],"icon":[1],"iconTurn":[4,"icon-turn"],"iconRight":[1,"icon-right"],"noWrap":[4,"no-wrap"],"name":[513],"value":[1],"a11yControls":[1,"a-1-1y-controls"],"a11yTitle":[1,"a-1-1y-title"],"a11yLabel":[1,"a-1-1y-label"],"a11yHaspopup":[1025,"a-1-1y-haspopup"]},[[6,"click","listenToClick"]]]]]]'),e))));
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
3
  */
4
- export{i as i18nDsClose}from"./p-Bbn3sYo5.js";export{I as I18nDsLabel}from"./p-C7I7OlaM.js";export{i as i18nControlLabel}from"./p-BR1SYpQO.js";import{d as r,r as s}from"./p-CuwLeg-T.js";export{C as Config,c as componentOnReady,t as config,u as configFromLocalStorage,a as deepReady,x as defaultConfig,v as defaultIcons,y as defaultLocale,A as dsSnackbarController,z as dsToastController,e as getAppRoot,i as initialize,i as initializeDesignSystem,f as isDescendant,q as setupDsConfig,h as shallowReady,w as wait,j as waitAfterFramePaint,k as waitAfterIdleCallback,l as waitAfterLargestContentfulPaintCallback,m as waitForComponent,n as waitForDesignSystem,o as waitOnLoadEventCallback}from"./p-CuwLeg-T.js";import{d as p}from"./p-DJxr2Dcd.js";export{D as DsDevice}from"./p-DJxr2Dcd.js";import{W as S}from"./p-CAcwu8uP.js";export{D as DsBreakpointSubject,b as DsBreakpointsUtil,a as dsBreakpointSubject,d as dsBreakpoints}from"./p-CAcwu8uP.js";import{u as M}from"./p-BwrOVItb.js";export{b as attachComponentToConfig,a as attachToConfig,c as detachComponentFromConfig,d as detachFromConfig,o as onDsConfigChange,g as updateDsAllowedLanguages,i as updateDsAnimated,h as updateDsIcons,e as updateDsLanguage,j as updateDsLogger,f as updateDsRegion}from"./p-BwrOVItb.js";import{S as T,L as N,a as $}from"./p-BLPSziW-.js";export{L as ListenToConfig}from"./p-CqzM3doy.js";class E extends Error{}class O extends E{constructor(t){super(`Invalid DateTime: ${t.toMessage()}`)}}class F extends E{constructor(t){super(`Invalid Interval: ${t.toMessage()}`)}}class W extends E{constructor(t){super(`Invalid Duration: ${t.toMessage()}`)}}class Z extends E{}class _ extends E{constructor(t){super(`Invalid unit ${t}`)}}class H extends E{}class R extends E{constructor(){super("Zone is an abstract class")}}const U="numeric",J="short",P="long",Y={year:U,month:U,day:U},G={year:U,month:J,day:U},B={year:U,month:J,day:U,weekday:J},V={year:U,month:P,day:U},Q={year:U,month:P,day:U,weekday:P},K={hour:U,minute:U},X={hour:U,minute:U,second:U},tt={hour:U,minute:U,second:U,timeZoneName:J},et={hour:U,minute:U,second:U,timeZoneName:P},nt={hour:U,minute:U,hourCycle:"h23"},rt={hour:U,minute:U,second:U,hourCycle:"h23"},st={hour:U,minute:U,second:U,hourCycle:"h23",timeZoneName:J},it={hour:U,minute:U,second:U,hourCycle:"h23",timeZoneName:P},ot={year:U,month:U,day:U,hour:U,minute:U},ut={year:U,month:U,day:U,hour:U,minute:U,second:U},at={year:U,month:J,day:U,hour:U,minute:U},ct={year:U,month:J,day:U,hour:U,minute:U,second:U},ht={year:U,month:J,day:U,weekday:J,hour:U,minute:U},lt={year:U,month:P,day:U,hour:U,minute:U,timeZoneName:J},dt={year:U,month:P,day:U,hour:U,minute:U,second:U,timeZoneName:J},mt={year:U,month:P,day:U,weekday:P,hour:U,minute:U,timeZoneName:P},ft={year:U,month:P,day:U,weekday:P,hour:U,minute:U,second:U,timeZoneName:P};class yt{get type(){throw new R}get name(){throw new R}get ianaName(){return this.name}get isUniversal(){throw new R}offsetName(t,e){throw new R}formatOffset(t,e){throw new R}offset(t){throw new R}equals(t){throw new R}get isValid(){throw new R}}let gt=null;class wt extends yt{static get instance(){return null===gt&&(gt=new wt),gt}get type(){return"system"}get name(){return(new Intl.DateTimeFormat).resolvedOptions().timeZone}get isUniversal(){return!1}offsetName(t,{format:e,locale:n}){return Ae(t,e,n)}formatOffset(t,e){return He(this.offset(t),e)}offset(t){return-new Date(t).getTimezoneOffset()}equals(t){return"system"===t.type}get isValid(){return!0}}const pt=new Map,St={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6},kt=new Map;class Mt extends yt{static create(t){let e=kt.get(t);return void 0===e&&kt.set(t,e=new Mt(t)),e}static resetCache(){kt.clear(),pt.clear()}static isValidSpecifier(t){return this.isValidZone(t)}static isValidZone(t){if(!t)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:t}).format(),!0}catch(t){return!1}}constructor(t){super(),this.zoneName=t,this.valid=Mt.isValidZone(t)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(t,{format:e,locale:n}){return Ae(t,e,n,this.name)}formatOffset(t,e){return He(this.offset(t),e)}offset(t){if(!this.valid)return NaN;const e=new Date(t);if(isNaN(e))return NaN;const n=function(t){let e=pt.get(t);return void 0===e&&(e=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:t,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"}),pt.set(t,e)),e}(this.name);let[r,s,i,o,u,a,c]=n.formatToParts?function(t,e){const n=t.formatToParts(e),r=[];for(let t=0;t<n.length;t++){const{type:e,value:s}=n[t],i=St[e];"era"===e?r[i]=s:ge(i)||(r[i]=parseInt(s,10))}return r}(n,e):function(t,e){const n=t.format(e).replace(/\u200E/g,""),r=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(n),[,s,i,o,u,a,c,h]=r;return[o,s,i,u,a,c,h]}(n,e);"BC"===o&&(r=1-Math.abs(r));let h=+e;const l=h%1e3;return h-=l>=0?l:1e3+l,(Le({year:r,month:s,day:i,hour:24===u?0:u,minute:a,second:c,millisecond:0})-h)/6e4}equals(t){return"iana"===t.type&&t.name===this.name}get isValid(){return this.valid}}let bt={};const Tt=new Map;function Nt(t,e={}){const n=JSON.stringify([t,e]);let r=Tt.get(n);return void 0===r&&(r=new Intl.DateTimeFormat(t,e),Tt.set(n,r)),r}const vt=new Map,Dt=new Map;let $t=null;const Et=new Map;function Ot(t){let e=Et.get(t);return void 0===e&&(e=new Intl.DateTimeFormat(t).resolvedOptions(),Et.set(t,e)),e}const It=new Map;function Ct(t,e,n,r){const s=t.listingMode();return"error"===s?null:"en"===s?n(e):r(e)}class xt{constructor(t,e,n){this.padTo=n.padTo||0,this.floor=n.floor||!1;const{padTo:r,floor:s,...i}=n;if(!e||Object.keys(i).length>0){const e={useGrouping:!1,...n};n.padTo>0&&(e.minimumIntegerDigits=n.padTo),this.inf=function(t,e={}){const n=JSON.stringify([t,e]);let r=vt.get(n);return void 0===r&&(r=new Intl.NumberFormat(t,e),vt.set(n,r)),r}(t,e)}}format(t){if(this.inf){const e=this.floor?Math.floor(t):t;return this.inf.format(e)}return ve(this.floor?Math.floor(t):Oe(t,3),this.padTo)}}class Lt{constructor(t,e,n){let r;if(this.opts=n,this.originalZone=void 0,this.opts.timeZone)this.dt=t;else if("fixed"===t.zone.type){const e=t.offset/60*-1,n=e>=0?`Etc/GMT+${e}`:`Etc/GMT${e}`;0!==t.offset&&Mt.create(n).valid?(r=n,this.dt=t):(r="UTC",this.dt=0===t.offset?t:t.setZone("UTC").plus({minutes:t.offset}),this.originalZone=t.zone)}else"system"===t.zone.type?this.dt=t:"iana"===t.zone.type?(this.dt=t,r=t.zone.name):(r="UTC",this.dt=t.setZone("UTC").plus({minutes:t.offset}),this.originalZone=t.zone);const s={...this.opts};s.timeZone=s.timeZone||r,this.dtf=Nt(e,s)}format(){return this.originalZone?this.formatToParts().map((({value:t})=>t)).join(""):this.dtf.format(this.dt.toJSDate())}formatToParts(){const t=this.dtf.formatToParts(this.dt.toJSDate());return this.originalZone?t.map((t=>{if("timeZoneName"===t.type){const e=this.originalZone.offsetName(this.dt.ts,{locale:this.dt.locale,format:this.opts.timeZoneName});return{...t,value:e}}return t})):t}resolvedOptions(){return this.dtf.resolvedOptions()}}class Ft{constructor(t,e,n){this.opts={style:"long",...n},!e&&Se()&&(this.rtf=function(t,e={}){const{base:n,...r}=e,s=JSON.stringify([t,r]);let i=Dt.get(s);return void 0===i&&(i=new Intl.RelativeTimeFormat(t,e),Dt.set(s,i)),i}(t,n))}format(t,e){return this.rtf?this.rtf.format(t,e):function(t,e,n="always",r=!1){const s={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},i=-1===["hours","minutes","seconds"].indexOf(t);if("auto"===n&&i){const n="days"===t;switch(e){case 1:return n?"tomorrow":`next ${s[t][0]}`;case-1:return n?"yesterday":`last ${s[t][0]}`;case 0:return n?"today":`this ${s[t][0]}`}}const o=Object.is(e,-0)||e<0,u=Math.abs(e),a=1===u,c=s[t],h=r?a?c[1]:c[2]||c[1]:a?s[t][0]:t;return o?`${u} ${h} ago`:`in ${u} ${h}`}(e,t,this.opts.numeric,"long"!==this.opts.style)}formatToParts(t,e){return this.rtf?this.rtf.formatToParts(t,e):[]}}const Wt={firstDay:1,minimalDays:4,weekend:[6,7]};class Zt{static fromOpts(t){return Zt.create(t.locale,t.numberingSystem,t.outputCalendar,t.weekSettings,t.defaultToEN)}static create(t,e,n,r,s=!1){const i=t||te.defaultLocale,o=i||(s?"en-US":$t||($t=(new Intl.DateTimeFormat).resolvedOptions().locale,$t)),u=e||te.defaultNumberingSystem,a=n||te.defaultOutputCalendar,c=Te(r)||te.defaultWeekSettings;return new Zt(o,u,a,c,i)}static resetCache(){$t=null,Tt.clear(),vt.clear(),Dt.clear(),Et.clear(),It.clear()}static fromObject({locale:t,numberingSystem:e,outputCalendar:n,weekSettings:r}={}){return Zt.create(t,e,n,r)}constructor(t,e,n,r,s){const[i,o,u]=function(t){const e=t.indexOf("-x-");-1!==e&&(t=t.substring(0,e));const n=t.indexOf("-u-");if(-1===n)return[t];{let e,r;try{e=Nt(t).resolvedOptions(),r=t}catch(s){const i=t.substring(0,n);e=Nt(i).resolvedOptions(),r=i}const{numberingSystem:s,calendar:i}=e;return[r,s,i]}}(t);this.locale=i,this.numberingSystem=e||o||null,this.outputCalendar=n||u||null,this.weekSettings=r,this.intl=function(t,e,n){return n||e?(t.includes("-u-")||(t+="-u"),n&&(t+=`-ca-${n}`),e&&(t+=`-nu-${e}`),t):t}(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=s,this.fastNumbersCached=null}get fastNumbers(){var t;return null==this.fastNumbersCached&&(this.fastNumbersCached=(!(t=this).numberingSystem||"latn"===t.numberingSystem)&&("latn"===t.numberingSystem||!t.locale||t.locale.startsWith("en")||"latn"===Ot(t.locale).numberingSystem)),this.fastNumbersCached}listingMode(){return this.isEnglish()&&!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar)?"en":"intl"}clone(t){return t&&0!==Object.getOwnPropertyNames(t).length?Zt.create(t.locale||this.specifiedLocale,t.numberingSystem||this.numberingSystem,t.outputCalendar||this.outputCalendar,Te(t.weekSettings)||this.weekSettings,t.defaultToEN||!1):this}redefaultToEN(t={}){return this.clone({...t,defaultToEN:!0})}redefaultToSystem(t={}){return this.clone({...t,defaultToEN:!1})}months(t,e=!1){return Ct(this,t,Pe,(()=>{const n="ja"===this.intl||this.intl.startsWith("ja-"),r=(e&=!n)?{month:t,day:"numeric"}:{month:t},s=e?"format":"standalone";return this.monthsCache[s][t]||(this.monthsCache[s][t]=function(t){const e=[];for(let n=1;n<=12;n++){const r=Br.utc(2009,n,1);e.push(t(r))}return e}(n?t=>this.dtFormatter(t,r).format():t=>this.extract(t,r,"month"))),this.monthsCache[s][t]}))}weekdays(t,e=!1){return Ct(this,t,Ve,(()=>{const n=e?{weekday:t,year:"numeric",month:"long",day:"numeric"}:{weekday:t},r=e?"format":"standalone";return this.weekdaysCache[r][t]||(this.weekdaysCache[r][t]=function(t){const e=[];for(let n=1;n<=7;n++){const r=Br.utc(2016,11,13+n);e.push(t(r))}return e}((t=>this.extract(t,n,"weekday")))),this.weekdaysCache[r][t]}))}meridiems(){return Ct(this,void 0,(()=>Qe),(()=>{if(!this.meridiemCache){const t={hour:"numeric",hourCycle:"h12"};this.meridiemCache=[Br.utc(2016,11,13,9),Br.utc(2016,11,13,19)].map((e=>this.extract(e,t,"dayperiod")))}return this.meridiemCache}))}eras(t){return Ct(this,t,en,(()=>{const e={era:t};return this.eraCache[t]||(this.eraCache[t]=[Br.utc(-40,1,1),Br.utc(2017,1,1)].map((t=>this.extract(t,e,"era")))),this.eraCache[t]}))}extract(t,e,n){const r=this.dtFormatter(t,e).formatToParts().find((t=>t.type.toLowerCase()===n));return r?r.value:null}numberFormatter(t={}){return new xt(this.intl,t.forceSimple||this.fastNumbers,t)}dtFormatter(t,e={}){return new Lt(t,this.intl,e)}relFormatter(t={}){return new Ft(this.intl,this.isEnglish(),t)}listFormatter(t={}){return function(t,e={}){const n=JSON.stringify([t,e]);let r=bt[n];return r||(r=new Intl.ListFormat(t,e),bt[n]=r),r}(this.intl,t)}isEnglish(){return"en"===this.locale||"en-us"===this.locale.toLowerCase()||Ot(this.intl).locale.startsWith("en-us")}getWeekSettings(){return this.weekSettings?this.weekSettings:ke()?function(t){let e=It.get(t);if(!e){const n=new Intl.Locale(t);e="getWeekInfo"in n?n.getWeekInfo():n.weekInfo,"minimalDays"in e||(e={...Wt,...e}),It.set(t,e)}return e}(this.locale):Wt}getStartOfWeek(){return this.getWeekSettings().firstDay}getMinDaysInFirstWeek(){return this.getWeekSettings().minimalDays}getWeekendDays(){return this.getWeekSettings().weekend}equals(t){return this.locale===t.locale&&this.numberingSystem===t.numberingSystem&&this.outputCalendar===t.outputCalendar}toString(){return`Locale(${this.locale}, ${this.numberingSystem}, ${this.outputCalendar})`}}let At=null;class jt extends yt{static get utcInstance(){return null===At&&(At=new jt(0)),At}static instance(t){return 0===t?jt.utcInstance:new jt(t)}static parseSpecifier(t){if(t){const e=t.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(e)return new jt(je(e[1],e[2]))}return null}constructor(t){super(),this.fixed=t}get type(){return"fixed"}get name(){return 0===this.fixed?"UTC":`UTC${He(this.fixed,"narrow")}`}get ianaName(){return 0===this.fixed?"Etc/UTC":`Etc/GMT${He(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(t,e){return He(this.fixed,e)}get isUniversal(){return!0}offset(){return this.fixed}equals(t){return"fixed"===t.type&&t.fixed===this.fixed}get isValid(){return!0}}class _t extends yt{constructor(t){super(),this.zoneName=t}get type(){return"invalid"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(){return null}formatOffset(){return""}offset(){return NaN}equals(){return!1}get isValid(){return!1}}function qt(t,e){if(ge(t)||null===t)return e;if(t instanceof yt)return t;if(function(t){return"string"==typeof t}(t)){const n=t.toLowerCase();return"default"===n?e:"local"===n||"system"===n?wt.instance:"utc"===n||"gmt"===n?jt.utcInstance:jt.parseSpecifier(n)||Mt.create(t)}return we(t)?jt.instance(t):"object"==typeof t&&"offset"in t&&"function"==typeof t.offset?t:new _t(t)}const Ht={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},Rt={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},zt=Ht.hanidec.replace(/[\[|\]]/g,"").split(""),Ut=new Map;function Jt({numberingSystem:t},e=""){const n=t||"latn";let r=Ut.get(n);void 0===r&&(r=new Map,Ut.set(n,r));let s=r.get(e);return void 0===s&&(s=new RegExp(`${Ht[n]}${e}`),r.set(e,s)),s}let Pt,Yt=()=>Date.now(),Gt="system",Bt=null,Vt=null,Qt=null,Kt=60,Xt=null;class te{static get now(){return Yt}static set now(t){Yt=t}static set defaultZone(t){Gt=t}static get defaultZone(){return qt(Gt,wt.instance)}static get defaultLocale(){return Bt}static set defaultLocale(t){Bt=t}static get defaultNumberingSystem(){return Vt}static set defaultNumberingSystem(t){Vt=t}static get defaultOutputCalendar(){return Qt}static set defaultOutputCalendar(t){Qt=t}static get defaultWeekSettings(){return Xt}static set defaultWeekSettings(t){Xt=Te(t)}static get twoDigitCutoffYear(){return Kt}static set twoDigitCutoffYear(t){Kt=t%100}static get throwOnInvalid(){return Pt}static set throwOnInvalid(t){Pt=t}static resetCaches(){Zt.resetCache(),Mt.resetCache(),Br.resetCache(),Ut.clear()}}class ee{constructor(t,e){this.reason=t,this.explanation=e}toMessage(){return this.explanation?`${this.reason}: ${this.explanation}`:this.reason}}const ne=[0,31,59,90,120,151,181,212,243,273,304,334],re=[0,31,60,91,121,152,182,213,244,274,305,335];function se(t,e){return new ee("unit out of range",`you specified ${e} (of type ${typeof e}) as a ${t}, which is invalid`)}function ie(t,e,n){const r=new Date(Date.UTC(t,e-1,n));t<100&&t>=0&&r.setUTCFullYear(r.getUTCFullYear()-1900);const s=r.getUTCDay();return 0===s?7:s}function oe(t,e,n){return n+(Ie(t)?re:ne)[e-1]}function ue(t,e){const n=Ie(t)?re:ne,r=n.findIndex((t=>t<e));return{month:r+1,day:e-n[r]}}function ae(t,e){return(t-e+7)%7+1}function ce(t,e=4,n=1){const{year:r,month:s,day:i}=t,o=oe(r,s,i),u=ae(ie(r,s,i),n);let a,c=Math.floor((o-u+14-e)/7);return c<1?(a=r-1,c=We(a,e,n)):c>We(r,e,n)?(a=r+1,c=1):a=r,{weekYear:a,weekNumber:c,weekday:u,...Re(t)}}function he(t,e=4,n=1){const{weekYear:r,weekNumber:s,weekday:i}=t,o=ae(ie(r,1,e),n),u=Ce(r);let a,c=7*s+i-o-7+e;c<1?(a=r-1,c+=Ce(a)):c>u?(a=r+1,c-=Ce(r)):a=r;const{month:h,day:l}=ue(a,c);return{year:a,month:h,day:l,...Re(t)}}function le(t){const{year:e,month:n,day:r}=t;return{year:e,ordinal:oe(e,n,r),...Re(t)}}function de(t){const{year:e,ordinal:n}=t,{month:r,day:s}=ue(e,n);return{year:e,month:r,day:s,...Re(t)}}function me(t,e){if(!ge(t.localWeekday)||!ge(t.localWeekNumber)||!ge(t.localWeekYear)){if(!ge(t.weekday)||!ge(t.weekNumber)||!ge(t.weekYear))throw new Z("Cannot mix locale-based week fields with ISO-based week fields");return ge(t.localWeekday)||(t.weekday=t.localWeekday),ge(t.localWeekNumber)||(t.weekNumber=t.localWeekNumber),ge(t.localWeekYear)||(t.weekYear=t.localWeekYear),delete t.localWeekday,delete t.localWeekNumber,delete t.localWeekYear,{minDaysInFirstWeek:e.getMinDaysInFirstWeek(),startOfWeek:e.getStartOfWeek()}}return{minDaysInFirstWeek:4,startOfWeek:1}}function fe(t){const e=pe(t.year),n=Ne(t.month,1,12),r=Ne(t.day,1,xe(t.year,t.month));return e?n?!r&&se("day",t.day):se("month",t.month):se("year",t.year)}function ye(t){const{hour:e,minute:n,second:r,millisecond:s}=t,i=Ne(e,0,23)||24===e&&0===n&&0===r&&0===s,o=Ne(n,0,59),u=Ne(r,0,59),a=Ne(s,0,999);return i?o?u?!a&&se("millisecond",s):se("second",r):se("minute",n):se("hour",e)}function ge(t){return void 0===t}function we(t){return"number"==typeof t}function pe(t){return"number"==typeof t&&t%1==0}function Se(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(t){return!1}}function ke(){try{return"undefined"!=typeof Intl&&!!Intl.Locale&&("weekInfo"in Intl.Locale.prototype||"getWeekInfo"in Intl.Locale.prototype)}catch(t){return!1}}function Me(t,e,n){if(0!==t.length)return t.reduce(((t,r)=>{const s=[e(r),r];return t&&n(t[0],s[0])===t[0]?t:s}),null)[1]}function be(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function Te(t){if(null==t)return null;if("object"!=typeof t)throw new H("Week settings must be an object");if(!Ne(t.firstDay,1,7)||!Ne(t.minimalDays,1,7)||!Array.isArray(t.weekend)||t.weekend.some((t=>!Ne(t,1,7))))throw new H("Invalid week settings");return{firstDay:t.firstDay,minimalDays:t.minimalDays,weekend:Array.from(t.weekend)}}function Ne(t,e,n){return pe(t)&&t>=e&&t<=n}function ve(t,e=2){let n;return n=t<0?"-"+(""+-t).padStart(e,"0"):(""+t).padStart(e,"0"),n}function De(t){return ge(t)||null===t||""===t?void 0:parseInt(t,10)}function $e(t){return ge(t)||null===t||""===t?void 0:parseFloat(t)}function Ee(t){if(!ge(t)&&null!==t&&""!==t){const e=1e3*parseFloat("0."+t);return Math.floor(e)}}function Oe(t,e,n="round"){const r=10**e;switch(n){case"expand":return t>0?Math.ceil(t*r)/r:Math.floor(t*r)/r;case"trunc":return Math.trunc(t*r)/r;case"round":return Math.round(t*r)/r;case"floor":return Math.floor(t*r)/r;case"ceil":return Math.ceil(t*r)/r;default:throw new RangeError(`Value rounding ${n} is out of range`)}}function Ie(t){return t%4==0&&(t%100!=0||t%400==0)}function Ce(t){return Ie(t)?366:365}function xe(t,e){const n=function(t){return t-12*Math.floor(t/12)}(e-1)+1;return 2===n?Ie(t+(e-n)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][n-1]}function Le(t){let e=Date.UTC(t.year,t.month-1,t.day,t.hour,t.minute,t.second,t.millisecond);return t.year<100&&t.year>=0&&(e=new Date(e),e.setUTCFullYear(t.year,t.month-1,t.day)),+e}function Fe(t,e,n){return-ae(ie(t,1,e),n)+e-1}function We(t,e=4,n=1){const r=Fe(t,e,n),s=Fe(t+1,e,n);return(Ce(t)-r+s)/7}function Ze(t){return t>99?t:t>te.twoDigitCutoffYear?1900+t:2e3+t}function Ae(t,e,n,r=null){const s=new Date(t),i={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};r&&(i.timeZone=r);const o={timeZoneName:e,...i},u=new Intl.DateTimeFormat(n,o).formatToParts(s).find((t=>"timezonename"===t.type.toLowerCase()));return u?u.value:null}function je(t,e){let n=parseInt(t,10);Number.isNaN(n)&&(n=0);const r=parseInt(e,10)||0;return 60*n+(n<0||Object.is(n,-0)?-r:r)}function _e(t){const e=Number(t);if("boolean"==typeof t||""===t||!Number.isFinite(e))throw new H(`Invalid unit value ${t}`);return e}function qe(t,e){const n={};for(const r in t)if(be(t,r)){const s=t[r];if(null==s)continue;n[e(r)]=_e(s)}return n}function He(t,e){const n=Math.trunc(Math.abs(t/60)),r=Math.trunc(Math.abs(t%60)),s=t>=0?"+":"-";switch(e){case"short":return`${s}${ve(n,2)}:${ve(r,2)}`;case"narrow":return`${s}${n}${r>0?`:${r}`:""}`;case"techie":return`${s}${ve(n,2)}${ve(r,2)}`;default:throw new RangeError(`Value format ${e} is out of range for property format`)}}function Re(t){return function(t){return["hour","minute","second","millisecond"].reduce(((e,n)=>(e[n]=t[n],e)),{})}(t)}const ze=["January","February","March","April","May","June","July","August","September","October","November","December"],Ue=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Je=["J","F","M","A","M","J","J","A","S","O","N","D"];function Pe(t){switch(t){case"narrow":return[...Je];case"short":return[...Ue];case"long":return[...ze];case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}const Ye=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],Ge=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],Be=["M","T","W","T","F","S","S"];function Ve(t){switch(t){case"narrow":return[...Be];case"short":return[...Ge];case"long":return[...Ye];case"numeric":return["1","2","3","4","5","6","7"];default:return null}}const Qe=["AM","PM"],Ke=["Before Christ","Anno Domini"],Xe=["BC","AD"],tn=["B","A"];function en(t){switch(t){case"narrow":return[...tn];case"short":return[...Xe];case"long":return[...Ke];default:return null}}function nn(t,e){let n="";for(const r of t)n+=r.literal?r.val:e(r.val);return n}const rn={D:Y,DD:G,DDD:V,DDDD:Q,t:K,tt:X,ttt:tt,tttt:et,T:nt,TT:rt,TTT:st,TTTT:it,f:ot,ff:at,fff:lt,ffff:mt,F:ut,FF:ct,FFF:dt,FFFF:ft};class sn{static create(t,e={}){return new sn(t,e)}static parseFormat(t){let e=null,n="",r=!1;const s=[];for(let i=0;i<t.length;i++){const o=t.charAt(i);"'"===o?((n.length>0||r)&&s.push({literal:r||/^\s+$/.test(n),val:""===n?"'":n}),e=null,n="",r=!r):r||o===e?n+=o:(n.length>0&&s.push({literal:/^\s+$/.test(n),val:n}),n=o,e=o)}return n.length>0&&s.push({literal:r||/^\s+$/.test(n),val:n}),s}static macroTokenToFormatOpts(t){return rn[t]}constructor(t,e){this.opts=e,this.loc=t,this.systemLoc=null}formatWithSystemDefault(t,e){return null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(t,{...this.opts,...e}).format()}dtFormatter(t,e={}){return this.loc.dtFormatter(t,{...this.opts,...e})}formatDateTime(t,e){return this.dtFormatter(t,e).format()}formatDateTimeParts(t,e){return this.dtFormatter(t,e).formatToParts()}formatInterval(t,e){return this.dtFormatter(t.start,e).dtf.formatRange(t.start.toJSDate(),t.end.toJSDate())}resolvedOptions(t,e){return this.dtFormatter(t,e).resolvedOptions()}num(t,e=0,n){if(this.opts.forceSimple)return ve(t,e);const r={...this.opts};return e>0&&(r.padTo=e),n&&(r.signDisplay=n),this.loc.numberFormatter(r).format(t)}formatDateTimeFromString(t,e){const n="en"===this.loc.listingMode(),r=this.loc.outputCalendar&&"gregory"!==this.loc.outputCalendar,s=(e,n)=>this.loc.extract(t,e,n),i=e=>t.isOffsetFixed&&0===t.offset&&e.allowZ?"Z":t.isValid?t.zone.formatOffset(t.ts,e.format):"",o=(e,r)=>n?function(t,e){return Pe(e)[t.month-1]}(t,e):s(r?{month:e}:{month:e,day:"numeric"},"month"),u=(e,r)=>n?function(t,e){return Ve(e)[t.weekday-1]}(t,e):s(r?{weekday:e}:{weekday:e,month:"long",day:"numeric"},"weekday"),a=e=>{const n=sn.macroTokenToFormatOpts(e);return n?this.formatWithSystemDefault(t,n):e},c=e=>n?function(t,e){return en(e)[t.year<0?0:1]}(t,e):s({era:e},"era");return nn(sn.parseFormat(e),(e=>{switch(e){case"S":return this.num(t.millisecond);case"u":case"SSS":return this.num(t.millisecond,3);case"s":return this.num(t.second);case"ss":return this.num(t.second,2);case"uu":return this.num(Math.floor(t.millisecond/10),2);case"uuu":return this.num(Math.floor(t.millisecond/100));case"m":return this.num(t.minute);case"mm":return this.num(t.minute,2);case"h":return this.num(t.hour%12==0?12:t.hour%12);case"hh":return this.num(t.hour%12==0?12:t.hour%12,2);case"H":return this.num(t.hour);case"HH":return this.num(t.hour,2);case"Z":return i({format:"narrow",allowZ:this.opts.allowZ});case"ZZ":return i({format:"short",allowZ:this.opts.allowZ});case"ZZZ":return i({format:"techie",allowZ:this.opts.allowZ});case"ZZZZ":return t.zone.offsetName(t.ts,{format:"short",locale:this.loc.locale});case"ZZZZZ":return t.zone.offsetName(t.ts,{format:"long",locale:this.loc.locale});case"z":return t.zoneName;case"a":return n?function(t){return Qe[t.hour<12?0:1]}(t):s({hour:"numeric",hourCycle:"h12"},"dayperiod");case"d":return r?s({day:"numeric"},"day"):this.num(t.day);case"dd":return r?s({day:"2-digit"},"day"):this.num(t.day,2);case"c":case"E":return this.num(t.weekday);case"ccc":return u("short",!0);case"cccc":return u("long",!0);case"ccccc":return u("narrow",!0);case"EEE":return u("short",!1);case"EEEE":return u("long",!1);case"EEEEE":return u("narrow",!1);case"L":return r?s({month:"numeric",day:"numeric"},"month"):this.num(t.month);case"LL":return r?s({month:"2-digit",day:"numeric"},"month"):this.num(t.month,2);case"LLL":return o("short",!0);case"LLLL":return o("long",!0);case"LLLLL":return o("narrow",!0);case"M":return r?s({month:"numeric"},"month"):this.num(t.month);case"MM":return r?s({month:"2-digit"},"month"):this.num(t.month,2);case"MMM":return o("short",!1);case"MMMM":return o("long",!1);case"MMMMM":return o("narrow",!1);case"y":return r?s({year:"numeric"},"year"):this.num(t.year);case"yy":return r?s({year:"2-digit"},"year"):this.num(t.year.toString().slice(-2),2);case"yyyy":return r?s({year:"numeric"},"year"):this.num(t.year,4);case"yyyyyy":return r?s({year:"numeric"},"year"):this.num(t.year,6);case"G":return c("short");case"GG":return c("long");case"GGGGG":return c("narrow");case"kk":return this.num(t.weekYear.toString().slice(-2),2);case"kkkk":return this.num(t.weekYear,4);case"W":return this.num(t.weekNumber);case"WW":return this.num(t.weekNumber,2);case"n":return this.num(t.localWeekNumber);case"nn":return this.num(t.localWeekNumber,2);case"ii":return this.num(t.localWeekYear.toString().slice(-2),2);case"iiii":return this.num(t.localWeekYear,4);case"o":return this.num(t.ordinal);case"ooo":return this.num(t.ordinal,3);case"q":return this.num(t.quarter);case"qq":return this.num(t.quarter,2);case"X":return this.num(Math.floor(t.ts/1e3));case"x":return this.num(t.ts);default:return a(e)}}))}formatDurationFromString(t,e){const n="negativeLargestOnly"===this.opts.signMode?-1:1,r=t=>{switch(t[0]){case"S":return"milliseconds";case"s":return"seconds";case"m":return"minutes";case"h":return"hours";case"d":return"days";case"w":return"weeks";case"M":return"months";case"y":return"years";default:return null}},s=sn.parseFormat(e),i=s.reduce(((t,{literal:e,val:n})=>e?t:t.concat(n)),[]),o=t.shiftTo(...i.map(r).filter((t=>t)));return nn(s,((t,e)=>s=>{const i=r(s);if(i){const r=e.isNegativeDuration&&i!==e.largestUnit?n:1;let o;return o="negativeLargestOnly"===this.opts.signMode&&i!==e.largestUnit?"never":"all"===this.opts.signMode?"always":"auto",this.num(t.get(i)*r,s.length,o)}return s})(o,{isNegativeDuration:o<0,largestUnit:Object.keys(o.values)[0]}))}}const on=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function un(...t){const e=t.reduce(((t,e)=>t+e.source),"");return RegExp(`^${e}$`)}function an(...t){return e=>t.reduce((([t,n,r],s)=>{const[i,o,u]=s(e,r);return[{...t,...i},o||n,u]}),[{},null,1]).slice(0,2)}function cn(t,...e){if(null==t)return[null,null];for(const[n,r]of e){const e=n.exec(t);if(e)return r(e)}return[null,null]}function hn(...t){return(e,n)=>{const r={};let s;for(s=0;s<t.length;s++)r[t[s]]=De(e[n+s]);return[r,null,n+s]}}const ln=/(?:([Zz])|([+-]\d\d)(?::?(\d\d))?)/,dn=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,mn=RegExp(`${dn.source}(?:${ln.source}?(?:\\[(${on.source})\\])?)?`),fn=RegExp(`(?:[Tt]${mn.source})?`),yn=hn("weekYear","weekNumber","weekDay"),gn=hn("year","ordinal"),wn=RegExp(`${dn.source} ?(?:${ln.source}|(${on.source}))?`),pn=RegExp(`(?: ${wn.source})?`);function Sn(t,e,n){const r=t[e];return ge(r)?n:De(r)}function kn(t,e){return[{hours:Sn(t,e,0),minutes:Sn(t,e+1,0),seconds:Sn(t,e+2,0),milliseconds:Ee(t[e+3])},null,e+4]}function Mn(t,e){const n=!t[e]&&!t[e+1],r=je(t[e+1],t[e+2]);return[{},n?null:jt.instance(r),e+3]}function bn(t,e){return[{},t[e]?Mt.create(t[e]):null,e+1]}const Tn=RegExp(`^T?${dn.source}$`),Nn=/^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/;function vn(t){const[e,n,r,s,i,o,u,a,c]=t,h="-"===e[0],l=a&&"-"===a[0],d=(t,e=!1)=>void 0!==t&&(e||t&&h)?-t:t;return[{years:d($e(n)),months:d($e(r)),weeks:d($e(s)),days:d($e(i)),hours:d($e(o)),minutes:d($e(u)),seconds:d($e(a),"-0"===a),milliseconds:d(Ee(c),l)}]}const Dn={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function $n(t,e,n,r,s,i,o){const u={year:2===e.length?Ze(De(e)):De(e),month:Ue.indexOf(n)+1,day:De(r),hour:De(s),minute:De(i)};return o&&(u.second=De(o)),t&&(u.weekday=t.length>3?Ye.indexOf(t)+1:Ge.indexOf(t)+1),u}const En=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function On(t){const[,e,n,r,s,i,o,u,a,c,h,l]=t,d=$n(e,s,r,n,i,o,u);let m;return m=a?Dn[a]:c?0:je(h,l),[d,new jt(m)]}const In=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,Cn=/^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,xn=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function Ln(t){const[,e,n,r,s,i,o,u]=t;return[$n(e,s,r,n,i,o,u),jt.utcInstance]}function Fn(t){const[,e,n,r,s,i,o,u]=t;return[$n(e,u,n,r,s,i,o),jt.utcInstance]}const Wn=un(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,fn),Zn=un(/(\d{4})-?W(\d\d)(?:-?(\d))?/,fn),An=un(/(\d{4})-?(\d{3})/,fn),jn=un(mn),_n=an((function(t,e){return[{year:Sn(t,e),month:Sn(t,e+1,1),day:Sn(t,e+2,1)},null,e+3]}),kn,Mn,bn),qn=an(yn,kn,Mn,bn),Hn=an(gn,kn,Mn,bn),Rn=an(kn,Mn,bn),zn=an(kn),Un=un(/(\d{4})-(\d\d)-(\d\d)/,pn),Jn=un(wn),Pn=an(kn,Mn,bn),Yn="Invalid Duration",Gn={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},Bn={years:{quarters:4,months:12,weeks:52,days:365,hours:8760,minutes:525600,seconds:31536e3,milliseconds:31536e6},quarters:{months:3,weeks:13,days:91,hours:2184,minutes:131040,seconds:7862400,milliseconds:78624e5},months:{weeks:4,days:30,hours:720,minutes:43200,seconds:2592e3,milliseconds:2592e6},...Gn},Vn={years:{quarters:4,months:12,weeks:52.1775,days:365.2425,hours:8765.82,minutes:525949.2,seconds:525949.2*60,milliseconds:525949.2*60*1e3},quarters:{months:3,weeks:13.044375,days:91.310625,hours:2191.455,minutes:131487.3,seconds:525949.2*60/4,milliseconds:7889237999.999999},months:{weeks:4.3481250000000005,days:30.436875,hours:730.485,minutes:43829.1,seconds:2629746,milliseconds:2629746e3},...Gn},Qn=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],Kn=Qn.slice(0).reverse();function Xn(t,e,n=!1){const r={values:n?e.values:{...t.values,...e.values||{}},loc:t.loc.clone(e.loc),conversionAccuracy:e.conversionAccuracy||t.conversionAccuracy,matrix:e.matrix||t.matrix};return new rr(r)}function tr(t,e){let n=e.milliseconds??0;for(const r of Kn.slice(1))e[r]&&(n+=e[r]*t[r].milliseconds);return n}function er(t,e){const n=tr(t,e)<0?-1:1;Qn.reduceRight(((r,s)=>{if(ge(e[s]))return r;if(r){const i=t[s][r],o=Math.floor(e[r]*n/i);e[s]+=o*n,e[r]-=o*i*n}return s}),null),Qn.reduce(((n,r)=>{if(ge(e[r]))return n;if(n){const s=e[n]%1;e[n]-=s,e[r]+=s*t[n][r]}return r}),null)}function nr(t){const e={};for(const[n,r]of Object.entries(t))0!==r&&(e[n]=r);return e}class rr{constructor(t){const e="longterm"===t.conversionAccuracy||!1;let n=e?Vn:Bn;t.matrix&&(n=t.matrix),this.values=t.values,this.loc=t.loc||Zt.create(),this.conversionAccuracy=e?"longterm":"casual",this.invalid=t.invalid||null,this.matrix=n,this.isLuxonDuration=!0}static fromMillis(t,e){return rr.fromObject({milliseconds:t},e)}static fromObject(t,e={}){if(null==t||"object"!=typeof t)throw new H("Duration.fromObject: argument expected to be an object, got "+(null===t?"null":typeof t));return new rr({values:qe(t,rr.normalizeUnit),loc:Zt.fromObject(e),conversionAccuracy:e.conversionAccuracy,matrix:e.matrix})}static fromDurationLike(t){if(we(t))return rr.fromMillis(t);if(rr.isDuration(t))return t;if("object"==typeof t)return rr.fromObject(t);throw new H(`Unknown duration argument ${t} of type ${typeof t}`)}static fromISO(t,e){const[n]=function(t){return cn(t,[Nn,vn])}(t);return n?rr.fromObject(n,e):rr.invalid("unparsable",`the input "${t}" can't be parsed as ISO 8601`)}static fromISOTime(t,e){const[n]=function(t){return cn(t,[Tn,zn])}(t);return n?rr.fromObject(n,e):rr.invalid("unparsable",`the input "${t}" can't be parsed as ISO 8601`)}static invalid(t,e=null){if(!t)throw new H("need to specify a reason the Duration is invalid");const n=t instanceof ee?t:new ee(t,e);if(te.throwOnInvalid)throw new W(n);return new rr({invalid:n})}static normalizeUnit(t){const e={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[t?t.toLowerCase():t];if(!e)throw new _(t);return e}static isDuration(t){return t&&t.isLuxonDuration||!1}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}toFormat(t,e={}){const n={...e,floor:!1!==e.round&&!1!==e.floor};return this.isValid?sn.create(this.loc,n).formatDurationFromString(this,t):Yn}toHuman(t={}){if(!this.isValid)return Yn;const e=!1!==t.showZeros,n=Qn.map((n=>{const r=this.values[n];return ge(r)||0===r&&!e?null:this.loc.numberFormatter({style:"unit",unitDisplay:"long",...t,unit:n.slice(0,-1)}).format(r)})).filter((t=>t));return this.loc.listFormatter({type:"conjunction",style:t.listStyle||"narrow",...t}).format(n)}toObject(){return this.isValid?{...this.values}:{}}toISO(){if(!this.isValid)return null;let t="P";return 0!==this.years&&(t+=this.years+"Y"),0===this.months&&0===this.quarters||(t+=this.months+3*this.quarters+"M"),0!==this.weeks&&(t+=this.weeks+"W"),0!==this.days&&(t+=this.days+"D"),0===this.hours&&0===this.minutes&&0===this.seconds&&0===this.milliseconds||(t+="T"),0!==this.hours&&(t+=this.hours+"H"),0!==this.minutes&&(t+=this.minutes+"M"),0===this.seconds&&0===this.milliseconds||(t+=Oe(this.seconds+this.milliseconds/1e3,3)+"S"),"P"===t&&(t+="T0S"),t}toISOTime(t={}){if(!this.isValid)return null;const e=this.toMillis();return e<0||e>=864e5?null:(t={suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended",...t,includeOffset:!1},Br.fromMillis(e,{zone:"UTC"}).toISOTime(t))}toJSON(){return this.toISO()}toString(){return this.toISO()}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Duration { values: ${JSON.stringify(this.values)} }`:`Duration { Invalid, reason: ${this.invalidReason} }`}toMillis(){return this.isValid?tr(this.matrix,this.values):NaN}valueOf(){return this.toMillis()}plus(t){if(!this.isValid)return this;const e=rr.fromDurationLike(t),n={};for(const t of Qn)(be(e.values,t)||be(this.values,t))&&(n[t]=e.get(t)+this.get(t));return Xn(this,{values:n},!0)}minus(t){if(!this.isValid)return this;const e=rr.fromDurationLike(t);return this.plus(e.negate())}mapUnits(t){if(!this.isValid)return this;const e={};for(const n of Object.keys(this.values))e[n]=_e(t(this.values[n],n));return Xn(this,{values:e},!0)}get(t){return this[rr.normalizeUnit(t)]}set(t){return this.isValid?Xn(this,{values:{...this.values,...qe(t,rr.normalizeUnit)}}):this}reconfigure({locale:t,numberingSystem:e,conversionAccuracy:n,matrix:r}={}){return Xn(this,{loc:this.loc.clone({locale:t,numberingSystem:e}),matrix:r,conversionAccuracy:n})}as(t){return this.isValid?this.shiftTo(t).get(t):NaN}normalize(){if(!this.isValid)return this;const t=this.toObject();return er(this.matrix,t),Xn(this,{values:t},!0)}rescale(){return this.isValid?Xn(this,{values:nr(this.normalize().shiftToAll().toObject())},!0):this}shiftTo(...t){if(!this.isValid)return this;if(0===t.length)return this;t=t.map((t=>rr.normalizeUnit(t)));const e={},n={},r=this.toObject();let s;for(const i of Qn)if(t.indexOf(i)>=0){s=i;let t=0;for(const e in n)t+=this.matrix[e][i]*n[e],n[e]=0;we(r[i])&&(t+=r[i]);const o=Math.trunc(t);e[i]=o,n[i]=(1e3*t-1e3*o)/1e3}else we(r[i])&&(n[i]=r[i]);for(const t in n)0!==n[t]&&(e[s]+=t===s?n[t]:n[t]/this.matrix[s][t]);return er(this.matrix,e),Xn(this,{values:e},!0)}shiftToAll(){return this.isValid?this.shiftTo("years","months","weeks","days","hours","minutes","seconds","milliseconds"):this}negate(){if(!this.isValid)return this;const t={};for(const e of Object.keys(this.values))t[e]=0===this.values[e]?0:-this.values[e];return Xn(this,{values:t},!0)}removeZeros(){return this.isValid?Xn(this,{values:nr(this.values)},!0):this}get years(){return this.isValid?this.values.years||0:NaN}get quarters(){return this.isValid?this.values.quarters||0:NaN}get months(){return this.isValid?this.values.months||0:NaN}get weeks(){return this.isValid?this.values.weeks||0:NaN}get days(){return this.isValid?this.values.days||0:NaN}get hours(){return this.isValid?this.values.hours||0:NaN}get minutes(){return this.isValid?this.values.minutes||0:NaN}get seconds(){return this.isValid?this.values.seconds||0:NaN}get milliseconds(){return this.isValid?this.values.milliseconds||0:NaN}get isValid(){return null===this.invalid}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}equals(t){if(!this.isValid||!t.isValid)return!1;if(!this.loc.equals(t.loc))return!1;for(const r of Qn)if(n=t.values[r],!(void 0===(e=this.values[r])||0===e?void 0===n||0===n:e===n))return!1;var e,n;return!0}}const sr="Invalid Interval";class ir{constructor(t){this.s=t.start,this.e=t.end,this.invalid=t.invalid||null,this.isLuxonInterval=!0}static invalid(t,e=null){if(!t)throw new H("need to specify a reason the Interval is invalid");const n=t instanceof ee?t:new ee(t,e);if(te.throwOnInvalid)throw new F(n);return new ir({invalid:n})}static fromDateTimes(t,e){const n=Vr(t),r=Vr(e),s=function(t,e){return t&&t.isValid?e&&e.isValid?e<t?ir.invalid("end before start",`The end of an interval must be after its start, but you had start=${t.toISO()} and end=${e.toISO()}`):null:ir.invalid("missing or invalid end"):ir.invalid("missing or invalid start")}(n,r);return null==s?new ir({start:n,end:r}):s}static after(t,e){const n=rr.fromDurationLike(e),r=Vr(t);return ir.fromDateTimes(r,r.plus(n))}static before(t,e){const n=rr.fromDurationLike(e),r=Vr(t);return ir.fromDateTimes(r.minus(n),r)}static fromISO(t,e){const[n,r]=(t||"").split("/",2);if(n&&r){let t,s,i,o;try{t=Br.fromISO(n,e),s=t.isValid}catch(r){s=!1}try{i=Br.fromISO(r,e),o=i.isValid}catch(r){o=!1}if(s&&o)return ir.fromDateTimes(t,i);if(s){const n=rr.fromISO(r,e);if(n.isValid)return ir.after(t,n)}else if(o){const t=rr.fromISO(n,e);if(t.isValid)return ir.before(i,t)}}return ir.invalid("unparsable",`the input "${t}" can't be parsed as ISO 8601`)}static isInterval(t){return t&&t.isLuxonInterval||!1}get start(){return this.isValid?this.s:null}get end(){return this.isValid?this.e:null}get lastDateTime(){return this.isValid&&this.e?this.e.minus(1):null}get isValid(){return null===this.invalidReason}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}length(t="milliseconds"){return this.isValid?this.toDuration(t).get(t):NaN}count(t="milliseconds",e){if(!this.isValid)return NaN;const n=this.start.startOf(t,e);let r;return r=e?.useLocaleWeeks?this.end.reconfigure({locale:n.locale}):this.end,r=r.startOf(t,e),Math.floor(r.diff(n,t).get(t))+(r.valueOf()!==this.end.valueOf())}hasSame(t){return!!this.isValid&&(this.isEmpty()||this.e.minus(1).hasSame(this.s,t))}isEmpty(){return this.s.valueOf()===this.e.valueOf()}isAfter(t){return!!this.isValid&&this.s>t}isBefore(t){return!!this.isValid&&this.e<=t}contains(t){return!!this.isValid&&this.s<=t&&this.e>t}set({start:t,end:e}={}){return this.isValid?ir.fromDateTimes(t||this.s,e||this.e):this}splitAt(...t){if(!this.isValid)return[];const e=t.map(Vr).filter((t=>this.contains(t))).sort(((t,e)=>t.toMillis()-e.toMillis())),n=[];let{s:r}=this,s=0;for(;r<this.e;){const t=e[s]||this.e,i=+t>+this.e?this.e:t;n.push(ir.fromDateTimes(r,i)),r=i,s+=1}return n}splitBy(t){const e=rr.fromDurationLike(t);if(!this.isValid||!e.isValid||0===e.as("milliseconds"))return[];let n,{s:r}=this,s=1;const i=[];for(;r<this.e;){const t=this.start.plus(e.mapUnits((t=>t*s)));n=+t>+this.e?this.e:t,i.push(ir.fromDateTimes(r,n)),r=n,s+=1}return i}divideEqually(t){return this.isValid?this.splitBy(this.length()/t).slice(0,t):[]}overlaps(t){return this.e>t.s&&this.s<t.e}abutsStart(t){return!!this.isValid&&+this.e==+t.s}abutsEnd(t){return!!this.isValid&&+t.e==+this.s}engulfs(t){return!!this.isValid&&this.s<=t.s&&this.e>=t.e}equals(t){return!(!this.isValid||!t.isValid)&&this.s.equals(t.s)&&this.e.equals(t.e)}intersection(t){if(!this.isValid)return this;const e=this.s>t.s?this.s:t.s,n=this.e<t.e?this.e:t.e;return e>=n?null:ir.fromDateTimes(e,n)}union(t){return this.isValid?ir.fromDateTimes(this.s<t.s?this.s:t.s,this.e>t.e?this.e:t.e):this}static merge(t){const[e,n]=t.sort(((t,e)=>t.s-e.s)).reduce((([t,e],n)=>e?e.overlaps(n)||e.abutsStart(n)?[t,e.union(n)]:[t.concat([e]),n]:[t,n]),[[],null]);return n&&e.push(n),e}static xor(t){let e=null,n=0;const r=[],s=t.map((t=>[{time:t.s,type:"s"},{time:t.e,type:"e"}])),i=Array.prototype.concat(...s).sort(((t,e)=>t.time-e.time));for(const t of i)n+="s"===t.type?1:-1,1===n?e=t.time:(e&&+e!=+t.time&&r.push(ir.fromDateTimes(e,t.time)),e=null);return ir.merge(r)}difference(...t){return ir.xor([this].concat(t)).map((t=>this.intersection(t))).filter((t=>t&&!t.isEmpty()))}toString(){return this.isValid?`[${this.s.toISO()} – ${this.e.toISO()})`:sr}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Interval { start: ${this.s.toISO()}, end: ${this.e.toISO()} }`:`Interval { Invalid, reason: ${this.invalidReason} }`}toLocaleString(t=Y,e={}){return this.isValid?sn.create(this.s.loc.clone(e),t).formatInterval(this):sr}toISO(t){return this.isValid?`${this.s.toISO(t)}/${this.e.toISO(t)}`:sr}toISODate(){return this.isValid?`${this.s.toISODate()}/${this.e.toISODate()}`:sr}toISOTime(t){return this.isValid?`${this.s.toISOTime(t)}/${this.e.toISOTime(t)}`:sr}toFormat(t,{separator:e=" – "}={}){return this.isValid?`${this.s.toFormat(t)}${e}${this.e.toFormat(t)}`:sr}toDuration(t,e){return this.isValid?this.e.diff(this.s,t,e):rr.invalid(this.invalidReason)}mapEndpoints(t){return ir.fromDateTimes(t(this.s),t(this.e))}}class or{static hasDST(t=te.defaultZone){const e=Br.now().setZone(t).set({month:12});return!t.isUniversal&&e.offset!==e.set({month:6}).offset}static isValidIANAZone(t){return Mt.isValidZone(t)}static normalizeZone(t){return qt(t,te.defaultZone)}static getStartOfWeek({locale:t=null,locObj:e=null}={}){return(e||Zt.create(t)).getStartOfWeek()}static getMinimumDaysInFirstWeek({locale:t=null,locObj:e=null}={}){return(e||Zt.create(t)).getMinDaysInFirstWeek()}static getWeekendWeekdays({locale:t=null,locObj:e=null}={}){return(e||Zt.create(t)).getWeekendDays().slice()}static months(t="long",{locale:e=null,numberingSystem:n=null,locObj:r=null,outputCalendar:s="gregory"}={}){return(r||Zt.create(e,n,s)).months(t)}static monthsFormat(t="long",{locale:e=null,numberingSystem:n=null,locObj:r=null,outputCalendar:s="gregory"}={}){return(r||Zt.create(e,n,s)).months(t,!0)}static weekdays(t="long",{locale:e=null,numberingSystem:n=null,locObj:r=null}={}){return(r||Zt.create(e,n,null)).weekdays(t)}static weekdaysFormat(t="long",{locale:e=null,numberingSystem:n=null,locObj:r=null}={}){return(r||Zt.create(e,n,null)).weekdays(t,!0)}static meridiems({locale:t=null}={}){return Zt.create(t).meridiems()}static eras(t="short",{locale:e=null}={}){return Zt.create(e,null,"gregory").eras(t)}static features(){return{relative:Se(),localeWeek:ke()}}}function ur(t,e){const n=t=>t.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf(),r=n(e)-n(t);return Math.floor(rr.fromMillis(r).as("days"))}function ar(t,e=t=>t){return{regex:t,deser:([t])=>e(function(t){let e=parseInt(t,10);if(isNaN(e)){e="";for(let n=0;n<t.length;n++){const r=t.charCodeAt(n);if(-1!==t[n].search(Ht.hanidec))e+=zt.indexOf(t[n]);else for(const t in Rt){const[n,s]=Rt[t];r>=n&&r<=s&&(e+=r-n)}}return parseInt(e,10)}return e}(t))}}const cr=`[ ${String.fromCharCode(160)}]`,hr=new RegExp(cr,"g");function lr(t){return t.replace(/\./g,"\\.?").replace(hr,cr)}function dr(t){return t.replace(/\./g,"").replace(hr," ").toLowerCase()}function mr(t,e){return null===t?null:{regex:RegExp(t.map(lr).join("|")),deser:([n])=>t.findIndex((t=>dr(n)===dr(t)))+e}}function fr(t,e){return{regex:t,deser:([,t,e])=>je(t,e),groups:e}}function yr(t){return{regex:t,deser:([t])=>t}}const gr={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour12:{numeric:"h","2-digit":"hh"},hour24:{numeric:"H","2-digit":"HH"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"},timeZoneName:{long:"ZZZZZ",short:"ZZZ"}};let wr=null;function pr(t,e){return Array.prototype.concat(...t.map((t=>function(t,e){if(t.literal)return t;const n=Mr(sn.macroTokenToFormatOpts(t.val),e);return null==n||n.includes(void 0)?t:n}(t,e))))}class Sr{constructor(t,e){if(this.locale=t,this.format=e,this.tokens=pr(sn.parseFormat(e),t),this.units=this.tokens.map((e=>function(t,e){const n=Jt(e),r=Jt(e,"{2}"),s=Jt(e,"{3}"),i=Jt(e,"{4}"),o=Jt(e,"{6}"),u=Jt(e,"{1,2}"),a=Jt(e,"{1,3}"),c=Jt(e,"{1,6}"),h=Jt(e,"{1,9}"),l=Jt(e,"{2,4}"),d=Jt(e,"{4,6}"),m=t=>{return{regex:RegExp((e=t.val,e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"))),deser:([t])=>t,literal:!0};var e},f=(f=>{if(t.literal)return m(f);switch(f.val){case"G":return mr(e.eras("short"),0);case"GG":return mr(e.eras("long"),0);case"y":return ar(c);case"yy":case"kk":return ar(l,Ze);case"yyyy":case"kkkk":return ar(i);case"yyyyy":return ar(d);case"yyyyyy":return ar(o);case"M":case"L":case"d":case"H":case"h":case"m":case"q":case"s":case"W":return ar(u);case"MM":case"LL":case"dd":case"HH":case"hh":case"mm":case"qq":case"ss":case"WW":return ar(r);case"MMM":return mr(e.months("short",!0),1);case"MMMM":return mr(e.months("long",!0),1);case"LLL":return mr(e.months("short",!1),1);case"LLLL":return mr(e.months("long",!1),1);case"o":case"S":return ar(a);case"ooo":case"SSS":return ar(s);case"u":return yr(h);case"uu":return yr(u);case"uuu":case"E":case"c":return ar(n);case"a":return mr(e.meridiems(),0);case"EEE":return mr(e.weekdays("short",!1),1);case"EEEE":return mr(e.weekdays("long",!1),1);case"ccc":return mr(e.weekdays("short",!0),1);case"cccc":return mr(e.weekdays("long",!0),1);case"Z":case"ZZ":return fr(new RegExp(`([+-]${u.source})(?::(${r.source}))?`),2);case"ZZZ":return fr(new RegExp(`([+-]${u.source})(${r.source})?`),2);case"z":return yr(/[a-z_+-/]{1,256}?/i);case" ":return yr(/[^\S\n\r]/);default:return m(f)}})(t)||{invalidReason:"missing Intl.DateTimeFormat.formatToParts support"};return f.token=t,f}(e,t))),this.disqualifyingUnit=this.units.find((t=>t.invalidReason)),!this.disqualifyingUnit){const[t,e]=[`^${(n=this.units).map((t=>t.regex)).reduce(((t,e)=>`${t}(${e.source})`),"")}$`,n];this.regex=RegExp(t,"i"),this.handlers=e}var n}explainFromTokens(t){if(this.isValid){const[e,n]=function(t,e,n){const r=t.match(e);if(r){const t={};let e=1;for(const s in n)if(be(n,s)){const i=n[s],o=i.groups?i.groups+1:1;!i.literal&&i.token&&(t[i.token.val[0]]=i.deser(r.slice(e,e+o))),e+=o}return[r,t]}return[r,{}]}(t,this.regex,this.handlers),[r,s,i]=n?function(t){let e,n=null;return ge(t.z)||(n=Mt.create(t.z)),ge(t.Z)||(n||(n=new jt(t.Z)),e=t.Z),ge(t.q)||(t.M=3*(t.q-1)+1),ge(t.h)||(t.h<12&&1===t.a?t.h+=12:12===t.h&&0===t.a&&(t.h=0)),0===t.G&&t.y&&(t.y=-t.y),ge(t.u)||(t.S=Ee(t.u)),[Object.keys(t).reduce(((e,n)=>{const r=(t=>{switch(t){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}})(n);return r&&(e[r]=t[n]),e}),{}),n,e]}(n):[null,null,void 0];if(be(n,"a")&&be(n,"H"))throw new Z("Can't include meridiem when specifying 24-hour format");return{input:t,tokens:this.tokens,regex:this.regex,rawMatches:e,matches:n,result:r,zone:s,specificOffset:i}}return{input:t,tokens:this.tokens,invalidReason:this.invalidReason}}get isValid(){return!this.disqualifyingUnit}get invalidReason(){return this.disqualifyingUnit?this.disqualifyingUnit.invalidReason:null}}function kr(t,e,n){return new Sr(t,n).explainFromTokens(e)}function Mr(t,e){if(!t)return null;const n=sn.create(e,t).dtFormatter((wr||(wr=Br.fromMillis(1555555555555)),wr)),r=n.formatToParts(),s=n.resolvedOptions();return r.map((e=>function(t,e,n){const{type:r,value:s}=t;if("literal"===r){const t=/^\s+$/.test(s);return{literal:!t,val:t?" ":s}}let i=r;"hour"===r&&(i=null!=e.hour12?e.hour12?"hour12":"hour24":null!=e.hourCycle?"h11"===e.hourCycle||"h12"===e.hourCycle?"hour12":"hour24":n.hour12?"hour12":"hour24");let o=gr[i];if("object"==typeof o&&(o=o[e[r]]),o)return{literal:!1,val:o}}(e,t,s)))}const br="Invalid DateTime",Tr=864e13;function Nr(t){return new ee("unsupported zone",`the zone "${t.name}" is not supported`)}function vr(t){return null===t.weekData&&(t.weekData=ce(t.c)),t.weekData}function Dr(t){return null===t.localWeekData&&(t.localWeekData=ce(t.c,t.loc.getMinDaysInFirstWeek(),t.loc.getStartOfWeek())),t.localWeekData}function $r(t,e){const n={ts:t.ts,zone:t.zone,c:t.c,o:t.o,loc:t.loc,invalid:t.invalid};return new Br({...n,...e,old:n})}function Er(t,e,n){let r=t-60*e*1e3;const s=n.offset(r);if(e===s)return[r,e];r-=60*(s-e)*1e3;const i=n.offset(r);return s===i?[r,s]:[t-60*Math.min(s,i)*1e3,Math.max(s,i)]}function Or(t,e){const n=new Date(t+=60*e*1e3);return{year:n.getUTCFullYear(),month:n.getUTCMonth()+1,day:n.getUTCDate(),hour:n.getUTCHours(),minute:n.getUTCMinutes(),second:n.getUTCSeconds(),millisecond:n.getUTCMilliseconds()}}function Ir(t,e,n){return Er(Le(t),e,n)}function Cr(t,e){const n=t.o,r=t.c.year+Math.trunc(e.years),s=t.c.month+Math.trunc(e.months)+3*Math.trunc(e.quarters),i={...t.c,year:r,month:s,day:Math.min(t.c.day,xe(r,s))+Math.trunc(e.days)+7*Math.trunc(e.weeks)},o=rr.fromObject({years:e.years-Math.trunc(e.years),quarters:e.quarters-Math.trunc(e.quarters),months:e.months-Math.trunc(e.months),weeks:e.weeks-Math.trunc(e.weeks),days:e.days-Math.trunc(e.days),hours:e.hours,minutes:e.minutes,seconds:e.seconds,milliseconds:e.milliseconds}).as("milliseconds"),u=Le(i);let[a,c]=Er(u,n,t.zone);return 0!==o&&(a+=o,c=t.zone.offset(a)),{ts:a,o:c}}function xr(t,e,n,r,s,i){const{setZone:o,zone:u}=n;if(t&&0!==Object.keys(t).length||e){const r=e||u,s=Br.fromObject(t,{...n,zone:r,specificOffset:i});return o?s:s.setZone(u)}return Br.invalid(new ee("unparsable",`the input "${s}" can't be parsed as ${r}`))}function Lr(t,e,n=!0){return t.isValid?sn.create(Zt.create("en-US"),{allowZ:n,forceSimple:!0}).formatDateTimeFromString(t,e):null}function Fr(t,e,n){const r=t.c.year>9999||t.c.year<0;let s="";if(r&&t.c.year>=0&&(s+="+"),s+=ve(t.c.year,r?6:4),"year"===n)return s;if(e){if(s+="-",s+=ve(t.c.month),"month"===n)return s;s+="-"}else if(s+=ve(t.c.month),"month"===n)return s;return s+=ve(t.c.day),s}function Wr(t,e,n,r,s,i,o){let u=!n||0!==t.c.millisecond||0!==t.c.second,a="";switch(o){case"day":case"month":case"year":break;default:if(a+=ve(t.c.hour),"hour"===o)break;if(e){if(a+=":",a+=ve(t.c.minute),"minute"===o)break;u&&(a+=":",a+=ve(t.c.second))}else{if(a+=ve(t.c.minute),"minute"===o)break;u&&(a+=ve(t.c.second))}if("second"===o)break;!u||r&&0===t.c.millisecond||(a+=".",a+=ve(t.c.millisecond,3))}return s&&(t.isOffsetFixed&&0===t.offset&&!i?a+="Z":t.o<0?(a+="-",a+=ve(Math.trunc(-t.o/60)),a+=":",a+=ve(Math.trunc(-t.o%60))):(a+="+",a+=ve(Math.trunc(t.o/60)),a+=":",a+=ve(Math.trunc(t.o%60)))),i&&(a+="["+t.zone.ianaName+"]"),a}const Zr={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},Ar={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},jr={ordinal:1,hour:0,minute:0,second:0,millisecond:0},_r=["year","month","day","hour","minute","second","millisecond"],qr=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],Hr=["year","ordinal","hour","minute","second","millisecond"];function Rr(t){const e={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[t.toLowerCase()];if(!e)throw new _(t);return e}function zr(t){switch(t.toLowerCase()){case"localweekday":case"localweekdays":return"localWeekday";case"localweeknumber":case"localweeknumbers":return"localWeekNumber";case"localweekyear":case"localweekyears":return"localWeekYear";default:return Rr(t)}}function Ur(t,e){const n=qt(e.zone,te.defaultZone);if(!n.isValid)return Br.invalid(Nr(n));const r=Zt.fromObject(e);let s,i;if(ge(t.year))s=te.now();else{for(const e of _r)ge(t[e])&&(t[e]=Zr[e]);const e=fe(t)||ye(t);if(e)return Br.invalid(e);const r=function(t){if(void 0===Yr&&(Yr=te.now()),"iana"!==t.type)return t.offset(Yr);const e=t.name;let n=Gr.get(e);return void 0===n&&(n=t.offset(Yr),Gr.set(e,n)),n}(n);[s,i]=Ir(t,r,n)}return new Br({ts:s,zone:n,loc:r,o:i})}function Jr(t,e,n){const r=!!ge(n.round)||n.round,s=ge(n.rounding)?"trunc":n.rounding,i=(t,i)=>(t=Oe(t,r||n.calendary?0:2,n.calendary?"round":s),e.loc.clone(n).relFormatter(n).format(t,i)),o=r=>n.calendary?e.hasSame(t,r)?0:e.startOf(r).diff(t.startOf(r),r).get(r):e.diff(t,r).get(r);if(n.unit)return i(o(n.unit),n.unit);for(const t of n.units){const e=o(t);if(Math.abs(e)>=1)return i(e,t)}return i(t>e?-0:0,n.units[n.units.length-1])}function Pr(t){let e,n={};return t.length>0&&"object"==typeof t[t.length-1]?(n=t[t.length-1],e=Array.from(t).slice(0,t.length-1)):e=Array.from(t),[n,e]}let Yr;const Gr=new Map;class Br{constructor(t){const e=t.zone||te.defaultZone;let n=t.invalid||(Number.isNaN(t.ts)?new ee("invalid input"):null)||(e.isValid?null:Nr(e));this.ts=ge(t.ts)?te.now():t.ts;let r=null,s=null;if(!n)if(t.old&&t.old.ts===this.ts&&t.old.zone.equals(e))[r,s]=[t.old.c,t.old.o];else{const i=we(t.o)&&!t.old?t.o:e.offset(this.ts);r=Or(this.ts,i),n=Number.isNaN(r.year)?new ee("invalid input"):null,r=n?null:r,s=n?null:i}this._zone=e,this.loc=t.loc||Zt.create(),this.invalid=n,this.weekData=null,this.localWeekData=null,this.c=r,this.o=s,this.isLuxonDateTime=!0}static now(){return new Br({})}static local(){const[t,e]=Pr(arguments),[n,r,s,i,o,u,a]=e;return Ur({year:n,month:r,day:s,hour:i,minute:o,second:u,millisecond:a},t)}static utc(){const[t,e]=Pr(arguments),[n,r,s,i,o,u,a]=e;return t.zone=jt.utcInstance,Ur({year:n,month:r,day:s,hour:i,minute:o,second:u,millisecond:a},t)}static fromJSDate(t,e={}){const n=function(t){return"[object Date]"===Object.prototype.toString.call(t)}(t)?t.valueOf():NaN;if(Number.isNaN(n))return Br.invalid("invalid input");const r=qt(e.zone,te.defaultZone);return r.isValid?new Br({ts:n,zone:r,loc:Zt.fromObject(e)}):Br.invalid(Nr(r))}static fromMillis(t,e={}){if(we(t))return t<-Tr||t>Tr?Br.invalid("Timestamp out of range"):new Br({ts:t,zone:qt(e.zone,te.defaultZone),loc:Zt.fromObject(e)});throw new H(`fromMillis requires a numerical input, but received a ${typeof t} with value ${t}`)}static fromSeconds(t,e={}){if(we(t))return new Br({ts:1e3*t,zone:qt(e.zone,te.defaultZone),loc:Zt.fromObject(e)});throw new H("fromSeconds requires a numerical input")}static fromObject(t,e={}){t=t||{};const n=qt(e.zone,te.defaultZone);if(!n.isValid)return Br.invalid(Nr(n));const r=Zt.fromObject(e),s=qe(t,zr),{minDaysInFirstWeek:i,startOfWeek:o}=me(s,r),u=te.now(),a=ge(e.specificOffset)?n.offset(u):e.specificOffset,c=!ge(s.ordinal),h=!ge(s.year),l=!ge(s.month)||!ge(s.day),d=h||l,m=s.weekYear||s.weekNumber;if((d||c)&&m)throw new Z("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(l&&c)throw new Z("Can't mix ordinal dates with month/day");const f=m||s.weekday&&!d;let y,g,w=Or(u,a);f?(y=qr,g=Ar,w=ce(w,i,o)):c?(y=Hr,g=jr,w=le(w)):(y=_r,g=Zr);let p=!1;for(const t of y)ge(s[t])?s[t]=p?g[t]:w[t]:p=!0;const S=f?function(t,e=4,n=1){const r=pe(t.weekYear),s=Ne(t.weekNumber,1,We(t.weekYear,e,n)),i=Ne(t.weekday,1,7);return r?s?!i&&se("weekday",t.weekday):se("week",t.weekNumber):se("weekYear",t.weekYear)}(s,i,o):c?function(t){const e=pe(t.year),n=Ne(t.ordinal,1,Ce(t.year));return e?!n&&se("ordinal",t.ordinal):se("year",t.year)}(s):fe(s),k=S||ye(s);if(k)return Br.invalid(k);const M=f?he(s,i,o):c?de(s):s,[b,T]=Ir(M,a,n),N=new Br({ts:b,zone:n,o:T,loc:r});return s.weekday&&d&&t.weekday!==N.weekday?Br.invalid("mismatched weekday",`you can't specify both a weekday of ${s.weekday} and a date of ${N.toISO()}`):N.isValid?N:Br.invalid(N.invalid)}static fromISO(t,e={}){const[n,r]=function(t){return cn(t,[Wn,_n],[Zn,qn],[An,Hn],[jn,Rn])}(t);return xr(n,r,e,"ISO 8601",t)}static fromRFC2822(t,e={}){const[n,r]=function(t){return cn(function(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}(t),[En,On])}(t);return xr(n,r,e,"RFC 2822",t)}static fromHTTP(t,e={}){const[n,r]=function(t){return cn(t,[In,Ln],[Cn,Ln],[xn,Fn])}(t);return xr(n,r,e,"HTTP",e)}static fromFormat(t,e,n={}){if(ge(t)||ge(e))throw new H("fromFormat requires an input string and a format");const{locale:r=null,numberingSystem:s=null}=n,i=Zt.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0}),[o,u,a,c]=function(t,e,n){const{result:r,zone:s,specificOffset:i,invalidReason:o}=kr(t,e,n);return[r,s,i,o]}(i,t,e);return c?Br.invalid(c):xr(o,u,n,`format ${e}`,t,a)}static fromString(t,e,n={}){return Br.fromFormat(t,e,n)}static fromSQL(t,e={}){const[n,r]=function(t){return cn(t,[Un,_n],[Jn,Pn])}(t);return xr(n,r,e,"SQL",t)}static invalid(t,e=null){if(!t)throw new H("need to specify a reason the DateTime is invalid");const n=t instanceof ee?t:new ee(t,e);if(te.throwOnInvalid)throw new O(n);return new Br({invalid:n})}static isDateTime(t){return t&&t.isLuxonDateTime||!1}static parseFormatForOpts(t,e={}){const n=Mr(t,Zt.fromObject(e));return n?n.map((t=>t?t.val:null)).join(""):null}static expandFormat(t,e={}){return pr(sn.parseFormat(t),Zt.fromObject(e)).map((t=>t.val)).join("")}static resetCache(){Yr=void 0,Gr.clear()}get(t){return this[t]}get isValid(){return null===this.invalid}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}get outputCalendar(){return this.isValid?this.loc.outputCalendar:null}get zone(){return this._zone}get zoneName(){return this.isValid?this.zone.name:null}get year(){return this.isValid?this.c.year:NaN}get quarter(){return this.isValid?Math.ceil(this.c.month/3):NaN}get month(){return this.isValid?this.c.month:NaN}get day(){return this.isValid?this.c.day:NaN}get hour(){return this.isValid?this.c.hour:NaN}get minute(){return this.isValid?this.c.minute:NaN}get second(){return this.isValid?this.c.second:NaN}get millisecond(){return this.isValid?this.c.millisecond:NaN}get weekYear(){return this.isValid?vr(this).weekYear:NaN}get weekNumber(){return this.isValid?vr(this).weekNumber:NaN}get weekday(){return this.isValid?vr(this).weekday:NaN}get isWeekend(){return this.isValid&&this.loc.getWeekendDays().includes(this.weekday)}get localWeekday(){return this.isValid?Dr(this).weekday:NaN}get localWeekNumber(){return this.isValid?Dr(this).weekNumber:NaN}get localWeekYear(){return this.isValid?Dr(this).weekYear:NaN}get ordinal(){return this.isValid?le(this.c).ordinal:NaN}get monthShort(){return this.isValid?or.months("short",{locObj:this.loc})[this.month-1]:null}get monthLong(){return this.isValid?or.months("long",{locObj:this.loc})[this.month-1]:null}get weekdayShort(){return this.isValid?or.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}get weekdayLong(){return this.isValid?or.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}get offset(){return this.isValid?+this.o:NaN}get offsetNameShort(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}get offsetNameLong(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}get isOffsetFixed(){return this.isValid?this.zone.isUniversal:null}get isInDST(){return!this.isOffsetFixed&&(this.offset>this.set({month:1,day:1}).offset||this.offset>this.set({month:5}).offset)}getPossibleOffsets(){if(!this.isValid||this.isOffsetFixed)return[this];const t=864e5,e=6e4,n=Le(this.c),r=this.zone.offset(n-t),s=this.zone.offset(n+t),i=this.zone.offset(n-r*e),o=this.zone.offset(n-s*e);if(i===o)return[this];const u=n-i*e,a=n-o*e,c=Or(u,i),h=Or(a,o);return c.hour===h.hour&&c.minute===h.minute&&c.second===h.second&&c.millisecond===h.millisecond?[$r(this,{ts:u}),$r(this,{ts:a})]:[this]}get isInLeapYear(){return Ie(this.year)}get daysInMonth(){return xe(this.year,this.month)}get daysInYear(){return this.isValid?Ce(this.year):NaN}get weeksInWeekYear(){return this.isValid?We(this.weekYear):NaN}get weeksInLocalWeekYear(){return this.isValid?We(this.localWeekYear,this.loc.getMinDaysInFirstWeek(),this.loc.getStartOfWeek()):NaN}resolvedLocaleOptions(t={}){const{locale:e,numberingSystem:n,calendar:r}=sn.create(this.loc.clone(t),t).resolvedOptions(this);return{locale:e,numberingSystem:n,outputCalendar:r}}toUTC(t=0,e={}){return this.setZone(jt.instance(t),e)}toLocal(){return this.setZone(te.defaultZone)}setZone(t,{keepLocalTime:e=!1,keepCalendarTime:n=!1}={}){if((t=qt(t,te.defaultZone)).equals(this.zone))return this;if(t.isValid){let r=this.ts;if(e||n){const e=t.offset(this.ts),n=this.toObject();[r]=Ir(n,e,t)}return $r(this,{ts:r,zone:t})}return Br.invalid(Nr(t))}reconfigure({locale:t,numberingSystem:e,outputCalendar:n}={}){return $r(this,{loc:this.loc.clone({locale:t,numberingSystem:e,outputCalendar:n})})}setLocale(t){return this.reconfigure({locale:t})}set(t){if(!this.isValid)return this;const e=qe(t,zr),{minDaysInFirstWeek:n,startOfWeek:r}=me(e,this.loc),s=!ge(e.weekYear)||!ge(e.weekNumber)||!ge(e.weekday),i=!ge(e.ordinal),o=!ge(e.year),u=!ge(e.month)||!ge(e.day);if((o||u||i)&&(e.weekYear||e.weekNumber))throw new Z("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(u&&i)throw new Z("Can't mix ordinal dates with month/day");let a;s?a=he({...ce(this.c,n,r),...e},n,r):ge(e.ordinal)?(a={...this.toObject(),...e},ge(e.day)&&(a.day=Math.min(xe(a.year,a.month),a.day))):a=de({...le(this.c),...e});const[c,h]=Ir(a,this.o,this.zone);return $r(this,{ts:c,o:h})}plus(t){return this.isValid?$r(this,Cr(this,rr.fromDurationLike(t))):this}minus(t){return this.isValid?$r(this,Cr(this,rr.fromDurationLike(t).negate())):this}startOf(t,{useLocaleWeeks:e=!1}={}){if(!this.isValid)return this;const n={},r=rr.normalizeUnit(t);switch(r){case"years":n.month=1;case"quarters":case"months":n.day=1;case"weeks":case"days":n.hour=0;case"hours":n.minute=0;case"minutes":n.second=0;case"seconds":n.millisecond=0}if("weeks"===r)if(e){const t=this.loc.getStartOfWeek(),{weekday:e}=this;e<t&&(n.weekNumber=this.weekNumber-1),n.weekday=t}else n.weekday=1;if("quarters"===r){const t=Math.ceil(this.month/3);n.month=3*(t-1)+1}return this.set(n)}endOf(t,e){return this.isValid?this.plus({[t]:1}).startOf(t,e).minus(1):this}toFormat(t,e={}){return this.isValid?sn.create(this.loc.redefaultToEN(e)).formatDateTimeFromString(this,t):br}toLocaleString(t=Y,e={}){return this.isValid?sn.create(this.loc.clone(e),t).formatDateTime(this):br}toLocaleParts(t={}){return this.isValid?sn.create(this.loc.clone(t),t).formatDateTimeParts(this):[]}toISO({format:t="extended",suppressSeconds:e=!1,suppressMilliseconds:n=!1,includeOffset:r=!0,extendedZone:s=!1,precision:i="milliseconds"}={}){if(!this.isValid)return null;const o="extended"===t;let u=Fr(this,o,i=Rr(i));return _r.indexOf(i)>=3&&(u+="T"),u+=Wr(this,o,e,n,r,s,i),u}toISODate({format:t="extended",precision:e="day"}={}){return this.isValid?Fr(this,"extended"===t,Rr(e)):null}toISOWeekDate(){return Lr(this,"kkkk-'W'WW-c")}toISOTime({suppressMilliseconds:t=!1,suppressSeconds:e=!1,includeOffset:n=!0,includePrefix:r=!1,extendedZone:s=!1,format:i="extended",precision:o="milliseconds"}={}){return this.isValid?(o=Rr(o),(r&&_r.indexOf(o)>=3?"T":"")+Wr(this,"extended"===i,e,t,n,s,o)):null}toRFC2822(){return Lr(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)}toHTTP(){return Lr(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")}toSQLDate(){return this.isValid?Fr(this,!0):null}toSQLTime({includeOffset:t=!0,includeZone:e=!1,includeOffsetSpace:n=!0}={}){let r="HH:mm:ss.SSS";return(e||t)&&(n&&(r+=" "),e?r+="z":t&&(r+="ZZ")),Lr(this,r,!0)}toSQL(t={}){return this.isValid?`${this.toSQLDate()} ${this.toSQLTime(t)}`:null}toString(){return this.isValid?this.toISO():br}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`DateTime { ts: ${this.toISO()}, zone: ${this.zone.name}, locale: ${this.locale} }`:`DateTime { Invalid, reason: ${this.invalidReason} }`}valueOf(){return this.toMillis()}toMillis(){return this.isValid?this.ts:NaN}toSeconds(){return this.isValid?this.ts/1e3:NaN}toUnixInteger(){return this.isValid?Math.floor(this.ts/1e3):NaN}toJSON(){return this.toISO()}toBSON(){return this.toJSDate()}toObject(t={}){if(!this.isValid)return{};const e={...this.c};return t.includeConfig&&(e.outputCalendar=this.outputCalendar,e.numberingSystem=this.loc.numberingSystem,e.locale=this.loc.locale),e}toJSDate(){return new Date(this.isValid?this.ts:NaN)}diff(t,e="milliseconds",n={}){if(!this.isValid||!t.isValid)return rr.invalid("created by diffing an invalid DateTime");const r={locale:this.locale,numberingSystem:this.numberingSystem,...n},s=(u=e,Array.isArray(u)?u:[u]).map(rr.normalizeUnit),i=t.valueOf()>this.valueOf(),o=function(t,e,n,r){let[s,i,o,u]=function(t,e,n){const r=[["years",(t,e)=>e.year-t.year],["quarters",(t,e)=>e.quarter-t.quarter+4*(e.year-t.year)],["months",(t,e)=>e.month-t.month+12*(e.year-t.year)],["weeks",(t,e)=>{const n=ur(t,e);return(n-n%7)/7}],["days",ur]],s={},i=t;let o,u;for(const[a,c]of r)n.indexOf(a)>=0&&(o=a,s[a]=c(t,e),u=i.plus(s),u>e?(s[a]--,(t=i.plus(s))>e&&(u=t,s[a]--,t=i.plus(s))):t=u);return[t,s,u,o]}(t,e,n);const a=e-s,c=n.filter((t=>["hours","minutes","seconds","milliseconds"].indexOf(t)>=0));0===c.length&&(o<e&&(o=s.plus({[u]:1})),o!==s&&(i[u]=(i[u]||0)+a/(o-s)));const h=rr.fromObject(i,r);return c.length>0?rr.fromMillis(a,r).shiftTo(...c).plus(h):h}(i?this:t,i?t:this,s,r);var u;return i?o.negate():o}diffNow(t="milliseconds",e={}){return this.diff(Br.now(),t,e)}until(t){return this.isValid?ir.fromDateTimes(this,t):this}hasSame(t,e,n){if(!this.isValid)return!1;const r=t.valueOf(),s=this.setZone(t.zone,{keepLocalTime:!0});return s.startOf(e,n)<=r&&r<=s.endOf(e,n)}equals(t){return this.isValid&&t.isValid&&this.valueOf()===t.valueOf()&&this.zone.equals(t.zone)&&this.loc.equals(t.loc)}toRelative(t={}){if(!this.isValid)return null;const e=t.base||Br.fromObject({},{zone:this.zone}),n=t.padding?this<e?-t.padding:t.padding:0;let r=["years","months","days","hours","minutes","seconds"],s=t.unit;return Array.isArray(t.unit)&&(r=t.unit,s=void 0),Jr(e,this.plus(n),{...t,numeric:"always",units:r,unit:s})}toRelativeCalendar(t={}){return this.isValid?Jr(t.base||Br.fromObject({},{zone:this.zone}),this,{...t,numeric:"auto",units:["years","months","days"],calendary:!0}):null}static min(...t){if(!t.every(Br.isDateTime))throw new H("min requires all arguments be DateTimes");return Me(t,(t=>t.valueOf()),Math.min)}static max(...t){if(!t.every(Br.isDateTime))throw new H("max requires all arguments be DateTimes");return Me(t,(t=>t.valueOf()),Math.max)}static fromFormatExplain(t,e,n={}){const{locale:r=null,numberingSystem:s=null}=n;return kr(Zt.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0}),t,e)}static fromStringExplain(t,e,n={}){return Br.fromFormatExplain(t,e,n)}static buildFormatParser(t,e={}){const{locale:n=null,numberingSystem:r=null}=e,s=Zt.fromOpts({locale:n,numberingSystem:r,defaultToEN:!0});return new Sr(s,t)}static fromFormatParser(t,e,n={}){if(ge(t)||ge(e))throw new H("fromFormatParser requires an input string and a format parser");const{locale:r=null,numberingSystem:s=null}=n,i=Zt.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0});if(!i.equals(e.locale))throw new H(`fromFormatParser called with a locale of ${i}, but the format parser was created for ${e.locale}`);const{result:o,zone:u,specificOffset:a,invalidReason:c}=e.explainFromTokens(t);return c?Br.invalid(c):xr(o,u,n,`format ${e.format}`,t,a)}static get DATE_SHORT(){return Y}static get DATE_MED(){return G}static get DATE_MED_WITH_WEEKDAY(){return B}static get DATE_FULL(){return V}static get DATE_HUGE(){return Q}static get TIME_SIMPLE(){return K}static get TIME_WITH_SECONDS(){return X}static get TIME_WITH_SHORT_OFFSET(){return tt}static get TIME_WITH_LONG_OFFSET(){return et}static get TIME_24_SIMPLE(){return nt}static get TIME_24_WITH_SECONDS(){return rt}static get TIME_24_WITH_SHORT_OFFSET(){return st}static get TIME_24_WITH_LONG_OFFSET(){return it}static get DATETIME_SHORT(){return ot}static get DATETIME_SHORT_WITH_SECONDS(){return ut}static get DATETIME_MED(){return at}static get DATETIME_MED_WITH_SECONDS(){return ct}static get DATETIME_MED_WITH_WEEKDAY(){return ht}static get DATETIME_FULL(){return lt}static get DATETIME_FULL_WITH_SECONDS(){return dt}static get DATETIME_HUGE(){return mt}static get DATETIME_HUGE_WITH_SECONDS(){return ft}}function Vr(t){if(Br.isDateTime(t))return t;if(t&&t.valueOf&&we(t.valueOf()))return Br.fromJSDate(t);if(t&&"object"==typeof t)return Br.fromObject(t);throw new H(`Unknown datetime argument: ${t}, of type ${typeof t}`)}class Qr{static setTwoDigitCutoffYear(t=10){te.twoDigitCutoffYear=(new Date).getFullYear()%100+t}static fromAnyFormat(t){const e=t.replace(/[0-9]/g,"").charAt(0),n=M(),r=(null==n?void 0:n.locale)||"de-CH",s=t.split(e),i=s.length;if(2===i){const t=(new Date).getFullYear();return new Qr(Br.fromFormat(`${s[0]}${e}${s[1]}${e}${t}`,`d${e}M${e}yy`,{locale:r}))}if(3===i){if(1===s[2].length)return new Qr(Br.fromFormat(`${s[0]}${e}${s[1]}${e}${2e3+parseInt(s[2],10)}`,`d${e}M${e}yy`,{locale:r}));if(""===s[2]){const t=(new Date).getFullYear();return new Qr(Br.fromFormat(`${s[0]}${e}${s[1]}${e}${t}`,`d${e}M${e}yy`,{locale:r}))}}return new Qr(Br.fromFormat(t,`d${e}M${e}yy`,{locale:r}))}static fromISO(t){return new Qr(Br.fromISO(t||""))}static infoMonths({format:t,locale:e}={}){const n=M();return or.months(t||"long",{locale:e||(null==n?void 0:n.locale)||"de-CH"})}static infoWeekdays({format:t,locale:e}={}){const n=M();return or.weekdays(t,{locale:e||(null==n?void 0:n.locale)||"de-CH"})}constructor(t){this.dt=t}get isValid(){return this.dt.isValid}toISO(){return this.isValid?this.dt.toISO():""}toISODate(){return this.isValid?this.dt.toISODate():""}toFormat(){if(this.isValid){const t=M(),e=function(t="de-CH"){return new Intl.DateTimeFormat(function(t="de-CH"){const[,e]=t.split("-");return"CH"===e?"fr-CH":"BE"===e?"fr-BE":"LU"===e?"fr-LU":t}(t)).format(new Date).replace(/\p{Number}/gu,"").charAt(0)}((null==t?void 0:t.locale)||"de-CH");return this.dt.toFormat(`dd${e}MM${e}yyyy`)}return""}isBefore(t){const e=Br.fromISO(t||"");return!!e.isValid&&this.dt<e}isBeforeOrEqual(t){const e=Br.fromISO(t||"");return!!e.isValid&&this.dt<=e}isAfter(t){const e=Br.fromISO(t||"");return!!e.isValid&&this.dt>e}isAfterOrEqual(t){const e=Br.fromISO(t||"");return!!e.isValid&&this.dt>=e}get month(){if(this.isValid)return this.dt.month}get year(){if(this.isValid)return this.dt.year}}Qr.setTwoDigitCutoffYear();class Kr extends T{constructor(){super((t=>t.listenToOrientation(this.state))),this.listener=new S,this.state=p.orientation.toObject(),this.listener.connect(),this.listener.add((()=>{const t=p.orientation.toObject();this.isEqual(t)||(this.state=t,this.notify(void 0))}))}attach(t){super.attach(t),t.listenToOrientation(this.state)}isEqual(t){return t.landscape===this.state.landscape&&t.portrait===this.state.portrait}}const Xr=new Kr;class ts{constructor(){this.x=void 0,this.y=void 0,this.disabled=!1}static disableSmoothScrolling(){this.setScrollBehavior("auto")}static enableSmoothScrolling(){this.setScrollBehavior("smooth")}static setScrollBehavior(t){var e;if(r.hasDocument){const n=document;document.body.style.scrollBehavior=t;const r=null===(e=n.firstChild)||void 0===e?void 0:e.nextSibling;"smooth"===getComputedStyle(r).scrollBehavior&&(r.style.scrollBehavior=t)}}connect(t){t?this.target=t:r.hasDocument&&(this.target=document),onscroll=null,onkeydown=null}disconnect(){this.disabled&&this.enable(),this.target=void 0,onscroll=null,onkeydown=null}isDisabled(){return this.disabled}enable(){this.target&&r.hasWindow&&r.hasDocument&&(document.documentElement.style.overflow="",document.body.classList.remove("noscroll"),document.body.style.position="",document.body.style.top="",document.body.style.width="",void 0!==this.x&&void 0!==this.y&&(window.scrollTo(this.x,this.y),this.x=void 0,this.y=void 0),this.disabled=!1)}disable(){!this.disabled&&this.target&&r.hasWindow&&r.hasDocument&&(this.x=window.pageXOffset||document.documentElement.scrollLeft,this.y=window.pageYOffset||document.documentElement.scrollTop,document.documentElement.style.overflow="hidden",document.body.classList.add("noscroll"),document.body.style.position="fixed",document.body.style.top=`-${this.y}px`,document.body.style.width="100%",this.disabled=!0)}}class es extends N{async connect(t){super.connect(t),await this.loadLib(),this.PointerListenerLib&&(this.pointerListener=new this.PointerListenerLib(t,{handleTouchEvents:!1}),this.pointerListener.on("swipeleft",(()=>this.notify({left:!0,right:!1}))),this.pointerListener.on("swiperight",(()=>this.notify({left:!1,right:!0}))))}disconnect(){var t;super.disconnect(),null===(t=this.pointerListener)||void 0===t||t.destroy()}async loadLib(){return new Promise(((t,e)=>{s((async()=>{import("./p-Cb75Rr6o.js").then((e=>{this.PointerListenerLib=e.PointerListener,t()})).catch(e)}))}))}}class ns extends ${constructor(t={mobileOnly:!1}){super(((t,e)=>{e&&t.listenToSwipe(e)})),this.options=t,this.listener=new es}attach(t){(!0===this.options.mobileOnly&&p.isMobile||!0!==this.options.mobileOnly)&&(super.attach(t),this.listener.connect(t.el),this.listener.add((t=>super.notify(t))))}detach(){super.detach(),this.listener.disconnect()}}export{Qr as DsDate,Kr as DsOrientationSubject,ns as DsSwipeSubject,ts as ScrollHandler,r as dsBrowser,p as dsDevice,Xr as dsOrientationSubject,M as useDsConfig}
4
+ export{F as FOOTER_CONTAINERS,i as i18nDsFooter}from"./p-BrJFPhMA.js";export{i as i18nDsClose}from"./p-Bbn3sYo5.js";export{I as I18nDsLabel}from"./p-C7I7OlaM.js";export{i as i18nControlLabel}from"./p-BR1SYpQO.js";export{C as Config,c as componentOnReady,r as config,t as configFromLocalStorage,u as configFromMetaTag,a as deepReady,v as defaultConfig,x as defaultLocale,d as dsBrowser,y as dsModalController,A as dsSnackbarController,z as dsToastController,e as getAppRoot,i as initialize,i as initializeDesignSystem,f as isDescendant,q as setupDsConfig,h as shallowReady,w as wait,j as waitAfterFramePaint,k as waitAfterIdleCallback,l as waitAfterLargestContentfulPaintCallback,m as waitForComponent,n as waitForDesignSystem,o as waitOnLoadEventCallback}from"./p-C6MVahkC.js";import{d as s}from"./p-78NZc8PM.js";export{D as DsDevice}from"./p-78NZc8PM.js";export{S as ScrollHandler}from"./p-BkTv_bQR.js";import{W as p}from"./p-Dm2lqE3-.js";export{D as DsBreakpointSubject,b as DsBreakpointsUtil,a as dsBreakpointSubject,d as dsBreakpoints}from"./p-Dm2lqE3-.js";import{D as $,I as M,S as B}from"./p-C1jqbZdf.js";import{u as T}from"./p-DTxLRTYr.js";export{b as attachComponentToConfig,a as attachToConfig,c as detachComponentFromConfig,d as detachFromConfig,o as onDsConfigChange,g as updateDsAllowedLanguages,i as updateDsAnimated,h as updateDsIcons,e as updateDsLanguage,j as updateDsLogger,f as updateDsRegion}from"./p-DTxLRTYr.js";import{S as O}from"./p-hLAmwHiq.js";export{L as ListenToConfig}from"./p-LCY5n5tq.js";class R{static setTwoDigitCutoffYear(t=10){B.twoDigitCutoffYear=(new Date).getFullYear()%100+t}static fromAnyFormat(t){const s=t.replace(/[0-9]/g,"").charAt(0),a=T(),e=(null==a?void 0:a.locale)||"de-CH",o=t.split(s),r=o.length;if(2===r){const t=(new Date).getFullYear();return new R($.fromFormat(`${o[0]}${s}${o[1]}${s}${t}`,`d${s}M${s}yy`,{locale:e}))}if(3===r){if(1===o[2].length)return new R($.fromFormat(`${o[0]}${s}${o[1]}${s}${2e3+parseInt(o[2],10)}`,`d${s}M${s}yy`,{locale:e}));if(""===o[2]){const t=(new Date).getFullYear();return new R($.fromFormat(`${o[0]}${s}${o[1]}${s}${t}`,`d${s}M${s}yy`,{locale:e}))}}return new R($.fromFormat(t,`d${s}M${s}yy`,{locale:e}))}static fromISO(t){return new R($.fromISO(t||""))}static infoMonths({format:t,locale:s}={}){const a=T();return M.months(t||"long",{locale:s||(null==a?void 0:a.locale)||"de-CH"})}static infoWeekdays({format:t,locale:s}={}){const a=T();return M.weekdays(t,{locale:s||(null==a?void 0:a.locale)||"de-CH"})}constructor(t){this.dt=t}get isValid(){return this.dt.isValid}toISO(){return this.isValid?this.dt.toISO():""}toISODate(){return this.isValid?this.dt.toISODate():""}toFormat(){if(this.isValid){const t=T(),s=function(t="de-CH"){return new Intl.DateTimeFormat(function(t="de-CH"){const[,s]=t.split("-");return"CH"===s?"fr-CH":"BE"===s?"fr-BE":"LU"===s?"fr-LU":t}(t)).format(new Date).replace(/\p{Number}/gu,"").charAt(0)}((null==t?void 0:t.locale)||"de-CH");return this.dt.toFormat(`dd${s}MM${s}yyyy`)}return""}isBefore(t){const s=$.fromISO(t||"");return!!s.isValid&&this.dt<s}isBeforeOrEqual(t){const s=$.fromISO(t||"");return!!s.isValid&&this.dt<=s}isAfter(t){const s=$.fromISO(t||"");return!!s.isValid&&this.dt>s}isAfterOrEqual(t){const s=$.fromISO(t||"");return!!s.isValid&&this.dt>=s}get month(){if(this.isValid)return this.dt.month}get year(){if(this.isValid)return this.dt.year}}R.setTwoDigitCutoffYear();class E extends O{constructor(){super((t=>t.listenToOrientation(this.state))),this.listener=new p,this.state=s.orientation.toObject(),this.listener.connect(),this.listener.add((()=>{const t=s.orientation.toObject();this.isEqual(t)||(this.state=t,this.notify(void 0))}))}attach(t){super.attach(t),t.listenToOrientation(this.state)}isEqual(t){return t.landscape===this.state.landscape&&t.portrait===this.state.portrait}}const H=new E;export{R as DsDate,E as DsOrientationSubject,s as dsDevice,H as dsOrientationSubject,T as useDsConfig}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Helvetia Design System https://design.baloise.dev/ - Apache License 2.0
3
+ */
4
+ import{E as a,B as e,F as o,G as r}from"./p-C6MVahkC.js";import{_ as s,L as t,a as h}from"./p-DgVaaZT_.js";import{O as p}from"./p-BvEM6oCl.js";import"./p-HwbqEzpk.js";const i=[a("g",{id:"e8353d3b-35a2-4e20-9245-0eceed641ae5"},a("g",{id:"af87362a-72b2-42cf-8efe-c9917dc1f7f6"},a("path",{class:"st0",d:"M132,66v66H66V66H132z M132,0v66H66V0H132z M66,0v66H0V6.4C0,4.2,0,3,0.4,2.2c0.4-0.7,1-1.4,1.7-1.7\n C3,0,4.2,0,6.4,0H66z M191.6,0c2.2,0,3.4,0,4.2,0.4c0.7,0.4,1.4,1,1.7,1.7c0.4,0.9,0.4,2,0.4,4.2V66h-66V0H191.6z M0,125.6V66h66\n v66H6.4H0 M198,132v59.6c0,2.2,0,3.4-0.4,4.2c-0.4,0.7-1,1.4-1.7,1.7c-0.9,0.4-2,0.4-4.2,0.4H132v-66H198z"}))),a("g",{id:"b949d602-8478-437e-a171-ad3f26649cb4"},a("g",{id:"ae3574e0-2065-4681-8937-4318b8656147"},a("path",{class:"b9f37b2d-094d-4f18-b17c-7c5acf36f9a6",d:"M132,66v66H66V66ZM191.6,0c2.24,0,3.36,0,4.22.44a4,4,0,0,1,1.74,1.74c.44.86.44,2,.44,4.22V66H132V0ZM66,0V66H0V6.4C0,4.16,0,3,.44,2.18A4,4,0,0,1,2.18.44C3,0,4.16,0,6.4,0Zm0,132v66H6.4c-2.24,0-3.36,0-4.22-.44a4,4,0,0,1-1.74-1.74C0,195,0,193.84,0,191.6V132Zm66,0v66H66V132Zm66,0v59.6c0,2.24,0,3.36-.44,4.22a4,4,0,0,1-1.74,1.74c-.86.44-2,.44-4.22.44H132V132Zm0-66v66H132V66Z"}))),a("g",{id:"e827a936-cbcd-43b3-971a-aa8f8714fdff"},a("g",{id:"e540dca8-23ca-45dc-b462-df9071c1317d"},a("path",{class:"st0",d:"M132,66v66H66V66H132z M132,0v66H66V0H132z M66,0v66H0V6.4C0,4.2,0,3,0.4,2.2c0.4-0.7,1-1.4,1.7-1.7\n C3,0,4.2,0,6.4,0H66z M66,132v66H6.4c-2.2,0-3.4,0-4.2-0.4c-0.7-0.4-1.4-1-1.7-1.7C0,195,0,193.8,0,191.6V132H66z M132,132v66H66\n v-66H132z M198,132v59.6c0,2.2,0,3.4-0.4,4.2c-0.4,0.7-1,1.4-1.7,1.7c-0.9,0.4-2,0.4-4.2,0.4H132v-66H198z M198,66v66h-66V66"})))],l=class{constructor(a){e(this,a),this.color="green",this.rotation="0",this.variation="1"}createLogger(a){this.log=a}render(){return a(o,{key:"e38fc0e4417b0c820f4f48b3bd6276e3ca745f74","aria-hidden":"true"},a("svg",{key:"64feadb80b8a95f7b7d230e9a601a9ad4aabd83f",version:"1.1",x:"0px",y:"0px",viewBox:"0 0 198 198",focusable:"false","aria-hidden":"true"},i[parseInt(this.variation)-1]))}get el(){return r(this)}};s([t("shape"),h("design:type",Function),h("design:paramtypes",[Function]),h("design:returntype",void 0)],l.prototype,"createLogger",null),s([p(["green","green-light","red","red-light","purple","purple-light","yellow","yellow-light"]),h("design:type",String)],l.prototype,"color",void 0),s([p(["0","90","180","270"]),h("design:type",String)],l.prototype,"rotation",void 0),s([p(["1","2","3"]),h("design:type",String)],l.prototype,"variation",void 0),l.style=':host{--_shape-position:var(--shape-position, var(--mod-shape-position, static));--_shape-top:var(--shape-top, var(--mod-shape-top));--_shape-right:var(--shape-right, var(--mod-shape-right));--_shape-bottom:var(--shape-bottom, var(--mod-shape-bottom));--_shape-left:var(--shape-left, var(--mod-shape-left));position:var(--_shape-position);top:var(--_shape-top);right:var(--_shape-right);bottom:var(--_shape-bottom);left:var(--_shape-left);--_shape-m:var(--shape-m, var(--mod-shape-m, 0));--_shape-my:var(--shape-my, var(--mod-shape-my));--_shape-mx:var(--shape-mx, var(--mod-shape-mx));--_shape-ml:var(--shape-ml, var(--mod-shape-ml));--_shape-mr:var(--shape-mr, var(--mod-shape-mr));--_shape-mt:var(--shape-mt, var(--mod-shape-mt));--_shape-mb:var(--shape-mb, var(--mod-shape-mb));margin:var(--_shape-m);margin-inline:var(--_shape-mx);margin-block:var(--_shape-my);margin-left:var(--_shape-ml);margin-right:var(--_shape-mr);margin-top:var(--_shape-mt);margin-bottom:var(--_shape-mb);--_shape-color:var(--shape-color, var(--mod-shape-color, var(--ds-alias-background-color-green-base)));--_shape-size:var(--shape-size, var(--mod-shape-size, 66px));--_shape-rotation:var(--shape-rotation, var(--mod-shape-rotation, 0deg))}: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:block;overflow:hidden;-webkit-transform:rotate(var(--_shape-rotation));transform:rotate(var(--_shape-rotation));fill:var(--_shape-color);width:var(--_shape-size);height:var(--_shape-size)}@media screen and (min-width: 769px){:host{--mod-shape-size:120px}}@media screen and (min-width: 1024px){:host{--mod-shape-size:198px}}:host([rotation="0"]){--mod-shape-rotation:0deg}:host([rotation="90"]){--mod-shape-rotation:90deg}:host([rotation="180"]){--mod-shape-rotation:180deg}:host([rotation="270"]){--mod-shape-rotation:270deg}:host([color=red]){--mod-shape-color:var(--ds-global-color-red-6)}:host([color=green]){--mod-shape-color:var(--ds-global-color-green-6)}:host([color=yellow]){--mod-shape-color:var(--ds-global-color-yellow-6)}:host([color=purple]){--mod-shape-color:var(--ds-global-color-purple-6)}:host([color=red-light]){--mod-shape-color:var(--ds-global-color-red-3)}:host([color=green-light]){--mod-shape-color:var(--ds-global-color-green-3)}:host([color=yellow-light]){--mod-shape-color:var(--ds-global-color-yellow-3)}:host([color=purple-light]){--mod-shape-color:var(--ds-global-color-purple-3)}';export{l as ds_shape}