@baloise/ds-core 19.3.0-nightly.20250704 → 19.3.0

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 (1113) hide show
  1. package/components/_commonjsHelpers.js +1 -5
  2. package/components/all.d.ts +0 -2
  3. package/components/all.js +0 -3
  4. package/components/animation.decorator.js +1 -1
  5. package/components/array.js +3 -3
  6. package/components/attributes.js +3 -0
  7. package/components/bal-accordion-details.js +5 -16
  8. package/components/bal-accordion-summary.js +6 -17
  9. package/components/bal-accordion-trigger.js +17 -49
  10. package/components/bal-accordion.js +15 -43
  11. package/components/bal-app.js +93 -1
  12. package/components/bal-badge2.js +3 -10
  13. package/components/bal-button-group2.js +0 -10
  14. package/components/bal-button2.js +32 -106
  15. package/components/bal-card-actions.js +0 -3
  16. package/components/bal-card-button.js +1 -19
  17. package/components/bal-card-subtitle.js +8 -13
  18. package/components/bal-card-title.js +0 -3
  19. package/components/bal-card2.js +4 -30
  20. package/components/bal-carousel-item.js +18 -36
  21. package/components/bal-carousel.js +10 -59
  22. package/components/bal-check2.js +2 -23
  23. package/components/bal-checkbox-group.js +21 -61
  24. package/components/bal-checkbox2.js +32 -93
  25. package/components/bal-close2.js +4 -9
  26. package/components/bal-content2.js +2 -24
  27. package/components/bal-data-item.js +0 -6
  28. package/components/bal-data-label.js +0 -3
  29. package/components/bal-data-value.js +5 -14
  30. package/components/bal-data.js +3 -8
  31. package/components/bal-date-calendar-cell2.js +8 -3
  32. package/components/bal-date-calendar2.js +32 -28
  33. package/components/bal-date.js +34 -72
  34. package/components/bal-divider.js +2 -18
  35. package/components/bal-dropdown.js +43 -107
  36. package/components/bal-field-control.js +0 -14
  37. package/components/bal-field-hint.js +0 -9
  38. package/components/bal-field-label.js +0 -32
  39. package/components/bal-field-message.js +0 -15
  40. package/components/bal-field.js +11 -32
  41. package/components/bal-file-upload.js +52 -103
  42. package/components/bal-footer.js +7 -22
  43. package/components/bal-form-grid.js +2 -1
  44. package/components/bal-form.js +3 -11
  45. package/components/bal-heading2.js +6 -25
  46. package/components/bal-hint2.js +12 -13
  47. package/components/bal-icon2.js +906 -965
  48. package/components/bal-input-date2.js +11 -45
  49. package/components/bal-input-group2.js +2 -10
  50. package/components/bal-input-slider.js +19 -57
  51. package/components/bal-input-stepper.js +1081 -1105
  52. package/components/bal-input.js +37 -87
  53. package/components/bal-label2.js +4 -52
  54. package/components/bal-list-item-accordion-body2.js +7 -13
  55. package/components/bal-list-item-accordion-head2.js +7 -17
  56. package/components/bal-list-item-content2.js +1 -0
  57. package/components/bal-list-item-icon2.js +0 -3
  58. package/components/bal-list-item-title2.js +1 -3
  59. package/components/bal-list-item2.js +11 -34
  60. package/components/bal-list2.js +2 -16
  61. package/components/bal-logo.animation.js +2 -2
  62. package/components/bal-logo2.js +3 -15
  63. package/components/bal-modal.js +10 -38
  64. package/components/bal-nav-link-grid-col2.js +2 -8
  65. package/components/bal-nav-link-grid2.js +2 -1
  66. package/components/bal-nav-link-group.js +2 -8
  67. package/components/bal-nav-link2.js +4 -18
  68. package/components/bal-nav-menu-bar2.js +2 -11
  69. package/components/bal-nav-menu-flyout2.js +3 -10
  70. package/components/bal-nav-meta-bar2.js +2 -20
  71. package/components/bal-nav.js +49 -33
  72. package/components/bal-navbar-brand.js +6 -29
  73. package/components/bal-navbar-menu-end.js +0 -6
  74. package/components/bal-navbar-menu-start.js +0 -6
  75. package/components/bal-navbar-menu.js +0 -6
  76. package/components/bal-navbar.js +2 -12
  77. package/components/bal-notices.js +2 -10
  78. package/components/bal-notification.js +2 -11
  79. package/components/bal-number-input.js +150 -66
  80. package/components/bal-option-list.js +7 -27
  81. package/components/bal-option.js +13 -40
  82. package/components/bal-pagination.js +64 -84
  83. package/components/bal-popover-content2.js +1 -28
  84. package/components/bal-popover2.js +13 -50
  85. package/components/bal-popup2.js +26 -58
  86. package/components/bal-progress-bar.js +4 -17
  87. package/components/bal-radio-group.js +21 -57
  88. package/components/bal-radio-icon2.js +2 -23
  89. package/components/bal-radio2.js +29 -78
  90. package/components/bal-segment-item.js +16 -35
  91. package/components/bal-segment.js +21 -42
  92. package/components/bal-select-option2.js +2 -7
  93. package/components/bal-select2.js +50 -107
  94. package/components/bal-shape2.js +5 -13
  95. package/components/bal-sheet.js +2 -4
  96. package/components/bal-snackbar.js +9 -35
  97. package/components/bal-spinner.animation.js +1917 -1927
  98. package/components/bal-spinner2.js +9 -27
  99. package/components/bal-stack2.js +4 -37
  100. package/components/bal-stage-back-link.js +2 -6
  101. package/components/bal-stage-image.js +3 -1
  102. package/components/bal-stage.js +8 -17
  103. package/components/bal-step-item.js +1 -31
  104. package/components/bal-steps.js +12 -30
  105. package/components/bal-switch.js +2 -20
  106. package/components/bal-tab-item.js +6 -48
  107. package/components/bal-table.js +2 -4
  108. package/components/bal-tabs2.js +45 -103
  109. package/components/bal-tag2.js +2 -26
  110. package/components/bal-text.js +1 -136
  111. package/components/bal-text2.js +94 -0
  112. package/components/bal-textarea.js +24 -52
  113. package/components/bal-time-input.js +19 -42
  114. package/components/bal-toast.js +3 -18
  115. package/components/bal-tooltip.js +4 -21
  116. package/components/breakpoints.subject.js +79 -5
  117. package/components/config.default.js +1 -1
  118. package/components/config.utils.js +1 -1
  119. package/components/date.js +3821 -3208
  120. package/components/element-states.decorator.js +1 -1
  121. package/components/floating-ui.js +2 -2
  122. package/components/focus-visible.js +2 -2
  123. package/components/focus.decorator.js +1 -1
  124. package/components/form-input.js +6 -2
  125. package/components/helpers.js +2 -2
  126. package/components/index.esm.js +118 -122
  127. package/components/index.js +322 -16
  128. package/components/index2.js +588 -44
  129. package/components/index3.js +27 -561
  130. package/components/index4.js +1849 -591
  131. package/components/index5.js +506 -1814
  132. package/components/keyboard.helpers.js +1 -1
  133. package/components/lottie_light_html.js +11684 -11694
  134. package/components/mutation.decorator.js +1 -1
  135. package/components/overlays.js +2 -2
  136. package/components/purify.js +1353 -0
  137. package/components/resize.decorator.js +1 -1
  138. package/components/swipe.subject.js +1 -1
  139. package/components/swiper.util.js +2 -2
  140. package/components/tokens.esm.js +2 -3
  141. package/components/tslib.es6.js +0 -2
  142. package/components/utils.js +6 -6
  143. package/components/visibility.decorator.js +1 -1
  144. package/components/window-resize.decorator.js +24 -1
  145. package/dist/baloise-design-system/baloise-design-system.esm.js +1 -1
  146. package/dist/baloise-design-system/baloise-design-system.js +1 -1
  147. package/dist/baloise-design-system/index.esm.js +1 -1
  148. package/dist/baloise-design-system/p-00b37ea2.js +1 -0
  149. package/dist/baloise-design-system/p-00d6cf9a.system.js +1 -0
  150. package/dist/baloise-design-system/{p-bbf0ab0d94.system.entry.js → p-00e75d0c35.system.entry.js} +1 -1
  151. package/dist/baloise-design-system/p-0193364e31.entry.js +1 -0
  152. package/dist/baloise-design-system/p-01cd830b.system.js +1 -0
  153. package/dist/baloise-design-system/p-02509f2aa1.system.entry.js +1 -0
  154. package/dist/baloise-design-system/p-04515987c7.system.entry.js +1 -0
  155. package/dist/baloise-design-system/p-056b22a7.system.js +1 -0
  156. package/dist/baloise-design-system/{p-71f9f1ca2e.entry.js → p-05a5de36af.entry.js} +1 -1
  157. package/dist/baloise-design-system/{p-C4sZQbkT.js → p-063808d7.js} +1 -1
  158. package/dist/baloise-design-system/p-0783dc98dd.system.entry.js +1 -0
  159. package/dist/baloise-design-system/p-0833e523b1.entry.js +1 -0
  160. package/dist/baloise-design-system/p-0aa6f3518b.system.entry.js +1 -0
  161. package/dist/baloise-design-system/p-0ae449ae.system.js +1 -0
  162. package/dist/baloise-design-system/p-0b2b3dbe1b.entry.js +1 -0
  163. package/dist/baloise-design-system/{p-e0161a8c00.system.entry.js → p-0b39e3fc7f.system.entry.js} +1 -1
  164. package/dist/baloise-design-system/p-0c336d76f5.entry.js +1 -0
  165. package/dist/baloise-design-system/p-0c34ba75.system.js +1 -0
  166. package/dist/baloise-design-system/{p-d093a0ccff.entry.js → p-0d07e6caf8.entry.js} +1 -1
  167. package/dist/baloise-design-system/p-11230944ba.system.entry.js +1 -0
  168. package/dist/baloise-design-system/p-1272e3f9c5.system.entry.js +1 -0
  169. package/dist/baloise-design-system/p-12b975fee6.system.entry.js +1 -0
  170. package/dist/baloise-design-system/p-13d44256.system.js +1 -0
  171. package/dist/baloise-design-system/p-14df54b760.entry.js +1 -0
  172. package/dist/baloise-design-system/p-15f86fd2.js +1 -0
  173. package/dist/baloise-design-system/{p-5b4c5cfff6.entry.js → p-160c193287.entry.js} +1 -1
  174. package/dist/baloise-design-system/p-16395ece.system.js +1 -0
  175. package/dist/baloise-design-system/p-166d571e.js +1 -0
  176. package/dist/baloise-design-system/p-16f5c678f5.entry.js +1 -0
  177. package/dist/baloise-design-system/p-1846561401.system.entry.js +1 -0
  178. package/dist/baloise-design-system/p-18675e20.js +1 -0
  179. package/dist/baloise-design-system/p-18c6b14c.system.js +1 -0
  180. package/dist/baloise-design-system/{p-fe8e5a5649.entry.js → p-18cab6ff5b.entry.js} +1 -1
  181. package/dist/baloise-design-system/{p-f32f4ce4d1.system.entry.js → p-1a99fea403.system.entry.js} +1 -1
  182. package/dist/baloise-design-system/{p-BPUKeAhO.system.js → p-1c41de53.system.js} +1 -1
  183. package/dist/baloise-design-system/p-1cfbf3093b.entry.js +1 -0
  184. package/dist/baloise-design-system/{p-2552306487.system.entry.js → p-1e517d518d.system.entry.js} +1 -1
  185. package/dist/baloise-design-system/p-1f7d1eb48e.entry.js +1 -0
  186. package/dist/baloise-design-system/p-1fa4cbaca6.system.entry.js +1 -0
  187. package/dist/baloise-design-system/p-210cd438.system.js +9 -0
  188. package/dist/baloise-design-system/p-211fd73b2d.entry.js +1 -0
  189. package/dist/baloise-design-system/p-21b2d5d33b.system.entry.js +1 -0
  190. package/dist/baloise-design-system/p-23bdd8dc.system.js +1 -0
  191. package/dist/baloise-design-system/{p-059c584e1d.entry.js → p-240e3621c6.entry.js} +1 -1
  192. package/dist/baloise-design-system/p-242625df10.system.entry.js +1 -0
  193. package/dist/baloise-design-system/p-24486c2cd6.entry.js +1 -0
  194. package/dist/baloise-design-system/{p-B-nlYC3C.system.js → p-2509cd53.system.js} +1 -1
  195. package/dist/baloise-design-system/p-2725c79107.system.entry.js +1 -0
  196. package/dist/baloise-design-system/p-27b9d8e173.entry.js +1 -0
  197. package/dist/baloise-design-system/p-2880433e.system.js +1 -0
  198. package/dist/baloise-design-system/p-28d0b9c851.system.entry.js +1 -0
  199. package/dist/baloise-design-system/{p-CkTFeT_v.system.js → p-2908a4b8.system.js} +1 -1
  200. package/dist/baloise-design-system/p-2ccbe55a.js +2 -0
  201. package/dist/baloise-design-system/p-2d3770e7.system.js +1 -0
  202. package/dist/baloise-design-system/p-3131f323.system.js +1 -0
  203. package/dist/baloise-design-system/p-3153f3e507.system.entry.js +1 -0
  204. package/dist/baloise-design-system/p-3156541849.system.entry.js +1 -0
  205. package/dist/baloise-design-system/p-350a85a9.js +1 -0
  206. package/dist/baloise-design-system/p-36c605b7ed.entry.js +1 -0
  207. package/dist/baloise-design-system/p-371f93bd95.system.entry.js +1 -0
  208. package/dist/baloise-design-system/p-39cbb5b4.system.js +1 -0
  209. package/dist/baloise-design-system/p-3b6395d90b.system.entry.js +1 -0
  210. package/dist/baloise-design-system/p-3d3aa421.js +1 -0
  211. package/dist/baloise-design-system/p-3f01fc8b.js +1 -0
  212. package/dist/baloise-design-system/p-3f6fcc1a25.system.entry.js +1 -0
  213. package/dist/baloise-design-system/p-3fcfe14a45.system.entry.js +1 -0
  214. package/dist/baloise-design-system/p-4191bdf0.js +1 -0
  215. package/dist/baloise-design-system/p-41c8319b5f.entry.js +1 -0
  216. package/dist/baloise-design-system/p-422f347380.entry.js +1 -0
  217. package/dist/baloise-design-system/p-42d1374d6f.system.entry.js +1 -0
  218. package/dist/baloise-design-system/p-4573c419.js +1 -0
  219. package/dist/baloise-design-system/p-45d69189d4.system.entry.js +1 -0
  220. package/dist/baloise-design-system/p-472a8efc29.entry.js +1 -0
  221. package/dist/baloise-design-system/p-4743791e3f.entry.js +1 -0
  222. package/dist/baloise-design-system/p-4936cce309.entry.js +1 -0
  223. package/dist/baloise-design-system/{p-B3C_UjgS.js → p-4a0012fa.js} +1 -1
  224. package/dist/baloise-design-system/p-4a1237e8.js +1 -0
  225. package/dist/baloise-design-system/p-4ad57bd1ee.entry.js +1 -0
  226. package/dist/baloise-design-system/p-4af5f1f9.js +1 -0
  227. package/dist/baloise-design-system/p-4ca4dff6.js +1 -0
  228. package/dist/baloise-design-system/p-4d4dd885fc.entry.js +1 -0
  229. package/dist/baloise-design-system/p-4d5477db.js +1 -0
  230. package/dist/baloise-design-system/p-4e8633942b.entry.js +1 -0
  231. package/dist/baloise-design-system/p-4f1232cf16.system.entry.js +1 -0
  232. package/dist/baloise-design-system/{p-DKxvaA1I.js → p-50f3b012.js} +1 -1
  233. package/dist/baloise-design-system/{p-Bd8SDbWy.js → p-537189e0.js} +1 -1
  234. package/dist/baloise-design-system/{p-BHFw3KrT.js → p-53e09ecb.js} +1 -1
  235. package/dist/baloise-design-system/{p-D619YWaH.system.js → p-5420740f.system.js} +1 -1
  236. package/dist/baloise-design-system/p-548ca0b3.js +1 -0
  237. package/dist/baloise-design-system/p-5569e7774f.entry.js +1 -0
  238. package/dist/baloise-design-system/{p-DWG-IuAM.js → p-55ebd30d.js} +1 -1
  239. package/dist/baloise-design-system/p-56f686f295.system.entry.js +1 -0
  240. package/dist/baloise-design-system/p-576fea8fe0.system.entry.js +1 -0
  241. package/dist/baloise-design-system/p-584601ed8d.entry.js +1 -0
  242. package/dist/baloise-design-system/p-599fe1aecd.system.entry.js +1 -0
  243. package/dist/baloise-design-system/{p-pZ7tokLV.js → p-5b163efa.js} +1 -1
  244. package/dist/baloise-design-system/p-5b81a72518.system.entry.js +1 -0
  245. package/dist/baloise-design-system/p-5c391c5415.system.entry.js +1 -0
  246. package/dist/baloise-design-system/p-5d26868b4c.system.entry.js +1 -0
  247. package/dist/baloise-design-system/p-5d94ecd9.system.js +1 -0
  248. package/dist/baloise-design-system/p-5e506fea89.entry.js +1 -0
  249. package/dist/baloise-design-system/p-5e7b2f7fa5.system.entry.js +1 -0
  250. package/dist/baloise-design-system/p-5fbe1e715b.entry.js +1 -0
  251. package/dist/baloise-design-system/{p-48fca0b00b.system.entry.js → p-6077b576a9.system.entry.js} +1 -1
  252. package/dist/baloise-design-system/p-6461e0dc8c.entry.js +1 -0
  253. package/dist/baloise-design-system/p-659270e6.system.js +1 -0
  254. package/dist/baloise-design-system/p-65a3f66bb1.entry.js +1 -0
  255. package/dist/baloise-design-system/p-6780a7ed.system.js +1 -0
  256. package/dist/baloise-design-system/p-68f3a1d5de.entry.js +1 -0
  257. package/dist/baloise-design-system/p-6913b916.system.js +1 -0
  258. package/dist/baloise-design-system/p-694808374d.system.entry.js +1 -0
  259. package/dist/baloise-design-system/{p-DgNrhl33.system.js → p-6c080ebc.system.js} +1 -1
  260. package/dist/baloise-design-system/p-6ca25be56c.entry.js +1 -0
  261. package/dist/baloise-design-system/p-6df2900b29.system.entry.js +1 -0
  262. package/dist/baloise-design-system/p-6e3ed83858.entry.js +1 -0
  263. package/dist/baloise-design-system/p-70a29a3cf9.system.entry.js +1 -0
  264. package/dist/baloise-design-system/p-7187bc892e.system.entry.js +1 -0
  265. package/dist/baloise-design-system/{p-333e7be9dd.system.entry.js → p-7632019f26.system.entry.js} +1 -1
  266. package/dist/baloise-design-system/p-7720b262.system.js +1 -0
  267. package/dist/baloise-design-system/p-77c7a0b0.js +1 -0
  268. package/dist/baloise-design-system/p-7961e095.system.js +2 -0
  269. package/dist/baloise-design-system/p-7ace6bb2b2.system.entry.js +1 -0
  270. package/dist/baloise-design-system/p-7d4fac85.js +1 -0
  271. package/dist/baloise-design-system/p-7ee8e43a78.entry.js +1 -0
  272. package/dist/baloise-design-system/p-835cf9d5.system.js +1 -0
  273. package/dist/baloise-design-system/p-86621bd1a3.system.entry.js +1 -0
  274. package/dist/baloise-design-system/p-8de1cbc123.system.entry.js +1 -0
  275. package/dist/baloise-design-system/{p-DEH0fPxN.system.js → p-924b576e.system.js} +1 -1
  276. package/dist/baloise-design-system/{p-CrVMeGPj.js → p-96216bd1.js} +1 -1
  277. package/dist/baloise-design-system/p-975f69e2.js +1 -0
  278. package/dist/baloise-design-system/p-9a3d9e17.js +1 -0
  279. package/dist/baloise-design-system/p-9bea0924af.entry.js +1 -0
  280. package/dist/baloise-design-system/{p-CaFT5PQ1.system.js → p-9f7a1215.system.js} +1 -1
  281. package/dist/baloise-design-system/p-9fe6f3f427.system.entry.js +1 -0
  282. package/dist/baloise-design-system/{p-e527a619c0.entry.js → p-a06f682955.entry.js} +1 -1
  283. package/dist/baloise-design-system/p-a1449d0827.system.entry.js +1 -0
  284. package/dist/baloise-design-system/p-a1f6e944.system.js +1 -0
  285. package/dist/baloise-design-system/p-a65354df.js +1 -0
  286. package/dist/baloise-design-system/p-a6f19c8102.entry.js +1 -0
  287. package/dist/baloise-design-system/{p-CQIRFXKv.js → p-a7894ace.js} +1 -1
  288. package/dist/baloise-design-system/p-a7f480e29e.entry.js +1 -0
  289. package/dist/baloise-design-system/p-a8161761.js +1 -0
  290. package/dist/baloise-design-system/{p-4c1dd77065.system.entry.js → p-a82d082286.system.entry.js} +1 -1
  291. package/dist/baloise-design-system/p-a8f4c51f7d.entry.js +1 -0
  292. package/dist/baloise-design-system/{p-B_VNoLFI.js → p-aae6003e.js} +1 -1
  293. package/dist/baloise-design-system/p-abaa6b209d.entry.js +1 -0
  294. package/dist/baloise-design-system/{p-N2wlH4Xn.js → p-acf222fd.js} +1 -1
  295. package/dist/baloise-design-system/p-ad848b32cc.entry.js +1 -0
  296. package/dist/baloise-design-system/p-ade92c8b.js +2 -0
  297. package/dist/baloise-design-system/p-b0471793.system.js +1 -0
  298. package/dist/baloise-design-system/p-b0cf4731.js +1 -0
  299. package/dist/baloise-design-system/{p-CbIltJfj.js → p-b2f7e364.js} +1 -1
  300. package/dist/baloise-design-system/p-b31ef16307.system.entry.js +1 -0
  301. package/dist/baloise-design-system/p-b3720a73.system.js +1 -0
  302. package/dist/baloise-design-system/p-b53635762a.entry.js +1 -0
  303. package/dist/baloise-design-system/p-b651c3be06.system.entry.js +1 -0
  304. package/dist/baloise-design-system/p-b77e3348.js +1 -0
  305. package/dist/baloise-design-system/{p-Dou6adza.system.js → p-b79d8942.system.js} +1 -1
  306. package/dist/baloise-design-system/p-ba04f59382.entry.js +1 -0
  307. package/dist/baloise-design-system/p-bb0bea1a12.entry.js +1 -0
  308. package/dist/baloise-design-system/{p-DExQyjsY.js → p-bb3d79e0.js} +1 -1
  309. package/dist/baloise-design-system/p-bdf651c552.system.entry.js +1 -0
  310. package/dist/baloise-design-system/p-be4404d14f.entry.js +1 -0
  311. package/dist/baloise-design-system/p-c018e14208.system.entry.js +1 -0
  312. package/dist/baloise-design-system/{p-BG4j3FEv.js → p-c0c91eb1.js} +1 -1
  313. package/dist/baloise-design-system/p-c1df952485.entry.js +1 -0
  314. package/dist/baloise-design-system/p-c75b737789.system.entry.js +1 -0
  315. package/dist/baloise-design-system/p-c90cd86f85.entry.js +1 -0
  316. package/dist/baloise-design-system/p-c942d04f.system.js +1 -0
  317. package/dist/baloise-design-system/p-caf7e785da.system.entry.js +1 -0
  318. package/dist/baloise-design-system/p-cb9a61cf9f.entry.js +1 -0
  319. package/dist/baloise-design-system/p-ce0bb62f88.system.entry.js +1 -0
  320. package/dist/baloise-design-system/p-ce4f5a6a.js +1 -0
  321. package/dist/baloise-design-system/p-cec9dcd5f0.system.entry.js +1 -0
  322. package/dist/baloise-design-system/{p-Cu1ebAbd.system.js → p-d0537382.system.js} +1 -1
  323. package/dist/baloise-design-system/p-d0cee779.system.js +2 -0
  324. package/dist/baloise-design-system/{p-361a85ce79.system.entry.js → p-d112488f3c.system.entry.js} +1 -1
  325. package/dist/baloise-design-system/p-d41614f898.entry.js +1 -0
  326. package/dist/baloise-design-system/p-d4e5093b.js +1 -0
  327. package/dist/baloise-design-system/p-d96b1ee9.js +1 -0
  328. package/dist/baloise-design-system/{p-BomCpG-1.system.js → p-dac493c4.system.js} +1 -1
  329. package/dist/baloise-design-system/p-dc1f26ed82.entry.js +1 -0
  330. package/dist/baloise-design-system/p-ddfc39d563.system.entry.js +1 -0
  331. package/dist/baloise-design-system/p-de214c5ded.entry.js +1 -0
  332. package/dist/baloise-design-system/{p-c82575cbe6.system.entry.js → p-de8600efe8.system.entry.js} +1 -1
  333. package/dist/baloise-design-system/p-df907af8.system.js +1 -0
  334. package/dist/baloise-design-system/p-e004afb272.entry.js +1 -0
  335. package/dist/baloise-design-system/p-e0248dd3.js +1 -0
  336. package/dist/baloise-design-system/p-e1daa037f5.entry.js +1 -0
  337. package/dist/baloise-design-system/p-e442bfd948.entry.js +1 -0
  338. package/dist/baloise-design-system/p-e53cf246d6.system.entry.js +1 -0
  339. package/dist/baloise-design-system/p-e581de20.js +1 -0
  340. package/dist/baloise-design-system/p-e75452d8.system.js +1 -0
  341. package/dist/baloise-design-system/p-e88286bed3.system.entry.js +1 -0
  342. package/dist/baloise-design-system/p-ea96959c66.system.entry.js +1 -0
  343. package/dist/baloise-design-system/p-ec1863d2.js +1 -0
  344. package/dist/baloise-design-system/{p-SeKJ5o8j.system.js → p-ec9a7cf5.system.js} +1 -1
  345. package/dist/baloise-design-system/p-edb1f50e6a.entry.js +1 -0
  346. package/dist/baloise-design-system/p-eec38fbd.system.js +1 -0
  347. package/dist/baloise-design-system/{p-YF2lEyTF.system.js → p-eecefb0a.system.js} +1 -1
  348. package/dist/baloise-design-system/p-eed5aa27.system.js +1 -0
  349. package/dist/baloise-design-system/p-f19930db.js +1 -0
  350. package/dist/baloise-design-system/p-f8db562aa1.entry.js +1 -0
  351. package/dist/baloise-design-system/p-fa2ea8a4.system.js +1 -0
  352. package/dist/baloise-design-system/p-fa6b5cde.system.js +1 -0
  353. package/dist/baloise-design-system/{p-DxjqC_a1.system.js → p-fbce8119.system.js} +1 -1
  354. package/dist/baloise-design-system/p-fd273f8f1e.entry.js +1 -0
  355. package/dist/baloise-design-system/p-fe2ef334.system.js +1 -0
  356. package/dist/baloise-design-system/p-ff36efab94.entry.js +1 -0
  357. package/dist/cjs/{_commonjsHelpers-BJu3ubxk.js → _commonjsHelpers-68cdf74f.js} +0 -5
  358. package/dist/cjs/{animation.decorator-Ct7aiy8a.js → animation.decorator-40bdfb52.js} +9 -9
  359. package/dist/cjs/app-globals-0d8db19e.js +11 -0
  360. package/dist/cjs/{array-Db63Hhl1.js → array-ae164ca3.js} +3 -3
  361. package/dist/cjs/{attributes-Cp0kpySW.js → attributes-11acd153.js} +3 -0
  362. package/dist/cjs/bal-accordion_4.cjs.entry.js +67 -142
  363. package/dist/cjs/bal-app.cjs.entry.js +24 -23
  364. package/dist/cjs/bal-badge.cjs.entry.js +7 -12
  365. package/dist/cjs/bal-button_2.cjs.entry.js +45 -121
  366. package/dist/cjs/bal-card_6.cjs.entry.js +10 -69
  367. package/dist/cjs/bal-carousel_2.cjs.entry.js +54 -113
  368. package/dist/cjs/bal-check.cjs.entry.js +6 -25
  369. package/dist/cjs/bal-checkbox_2.cjs.entry.js +83 -178
  370. package/dist/cjs/bal-close.cjs.entry.js +15 -14
  371. package/dist/cjs/bal-content.cjs.entry.js +10 -28
  372. package/dist/cjs/bal-data_4.cjs.entry.js +15 -37
  373. package/dist/cjs/bal-date-calendar-cell.cjs.entry.js +18 -8
  374. package/dist/cjs/bal-date-calendar_2.cjs.entry.js +67 -90
  375. package/dist/cjs/bal-date.cjs.entry.js +76 -109
  376. package/dist/cjs/bal-divider.cjs.entry.js +10 -22
  377. package/dist/cjs/bal-dropdown.cjs.entry.js +82 -139
  378. package/dist/cjs/bal-field_5.cjs.entry.js +23 -109
  379. package/dist/cjs/bal-file-upload.cjs.entry.js +76 -120
  380. package/dist/cjs/bal-footer.cjs.entry.js +24 -34
  381. package/dist/cjs/bal-form-col_2.cjs.entry.js +5 -2
  382. package/dist/cjs/bal-form.cjs.entry.js +11 -14
  383. package/dist/cjs/bal-heading_2.cjs.entry.js +14 -74
  384. package/dist/cjs/bal-hint_5.cjs.entry.js +50 -110
  385. package/dist/cjs/bal-icon.cjs.entry.js +916 -969
  386. package/dist/cjs/bal-input-group.cjs.entry.js +6 -12
  387. package/dist/cjs/bal-input-slider.cjs.entry.js +34 -68
  388. package/dist/cjs/bal-input-stepper.cjs.entry.js +1089 -1112
  389. package/dist/cjs/bal-input.cjs.entry.js +57 -102
  390. package/dist/cjs/bal-label.cjs.entry.js +17 -59
  391. package/dist/cjs/bal-list_8.cjs.entry.js +59 -109
  392. package/dist/cjs/{bal-logo.animation-q2TTdoP3.js → bal-logo.animation-9704970d.js} +3 -4
  393. package/dist/cjs/bal-logo.cjs.entry.js +20 -26
  394. package/dist/cjs/bal-modal_3.cjs.entry.js +25 -48
  395. package/dist/cjs/bal-nav_8.cjs.entry.js +102 -138
  396. package/dist/cjs/bal-navbar_5.cjs.entry.js +30 -74
  397. package/dist/cjs/bal-notices_3.cjs.entry.js +18 -65
  398. package/dist/cjs/bal-notification.cjs.entry.js +6 -13
  399. package/dist/cjs/bal-number-input.cjs.entry.js +174 -83
  400. package/dist/cjs/bal-option_2.cjs.entry.js +49 -91
  401. package/dist/cjs/bal-pagination.cjs.entry.js +68 -87
  402. package/dist/cjs/bal-popup.cjs.entry.js +46 -72
  403. package/dist/cjs/bal-progress-bar.cjs.entry.js +17 -25
  404. package/dist/cjs/bal-radio-icon.cjs.entry.js +6 -25
  405. package/dist/cjs/bal-radio_2.cjs.entry.js +80 -161
  406. package/dist/cjs/bal-segment_2.cjs.entry.js +65 -98
  407. package/dist/cjs/bal-select_2.cjs.entry.js +81 -137
  408. package/dist/cjs/bal-shape.cjs.entry.js +10 -16
  409. package/dist/cjs/bal-sheet.cjs.entry.js +6 -6
  410. package/dist/cjs/{bal-spinner.animation-BL6PkxOx.js → bal-spinner.animation-a81cf10f.js} +1919 -1929
  411. package/dist/cjs/bal-spinner.cjs.entry.js +23 -34
  412. package/dist/cjs/bal-stack.cjs.entry.js +12 -41
  413. package/dist/cjs/bal-stage_6.cjs.entry.js +21 -27
  414. package/dist/cjs/bal-step-item.cjs.entry.js +6 -34
  415. package/dist/cjs/bal-steps.cjs.entry.js +33 -45
  416. package/dist/cjs/bal-switch.cjs.entry.js +6 -22
  417. package/dist/cjs/bal-tab-item_2.cjs.entry.js +90 -183
  418. package/dist/cjs/bal-table.cjs.entry.js +6 -6
  419. package/dist/cjs/bal-tag_2.cjs.entry.js +9 -31
  420. package/dist/cjs/bal-textarea.cjs.entry.js +40 -63
  421. package/dist/cjs/bal-time-input.cjs.entry.js +41 -58
  422. package/dist/cjs/bal-tooltip.cjs.entry.js +20 -31
  423. package/dist/cjs/baloise-design-system.cjs.js +14 -7
  424. package/dist/cjs/{breakpoints.decorator-D9rKeaiV.js → breakpoints.decorator-881dd92d.js} +1 -1
  425. package/dist/cjs/{breakpoints.subject-BdO-YsQm.js → breakpoints.subject-485cf660.js} +17 -16
  426. package/dist/cjs/browser-1d542d0f.js +64 -0
  427. package/dist/cjs/{config.decorator-D_FjiIar.js → config.decorator-de244188.js} +3 -3
  428. package/dist/cjs/config.default-7e96eb95.js +48 -0
  429. package/dist/cjs/config.utils-df30e424.js +140 -0
  430. package/dist/cjs/{date-TPRfNe4M.js → date-ce9c7f3f.js} +3826 -3213
  431. package/dist/cjs/{device-PwXgHi--.js → device-9f97a845.js} +5 -5
  432. package/dist/cjs/{element-states.decorator-B-8GoxSa.js → element-states.decorator-aa5126e2.js} +13 -12
  433. package/dist/cjs/{floating-ui-l3NjU516.js → floating-ui-4a4a1aed.js} +3 -3
  434. package/dist/cjs/{focus-visible-DFZa8IIA.js → focus-visible-a434c91f.js} +2 -2
  435. package/dist/cjs/{focus.decorator-C6zfsYu-.js → focus.decorator-14a4a576.js} +10 -9
  436. package/dist/cjs/{form-input-B660-bjw.js → form-input-e9974433.js} +7 -2
  437. package/dist/cjs/helpers-debb881a.js +331 -0
  438. package/dist/cjs/index-24d802b4.js +594 -0
  439. package/dist/cjs/index-3b7f8988.js +1860 -0
  440. package/dist/cjs/index-758765f7.js +560 -0
  441. package/dist/cjs/index-84f42282.js +1810 -0
  442. package/dist/cjs/index-e6a233be.js +37 -0
  443. package/dist/cjs/index.cjs.js +74 -65
  444. package/dist/cjs/index.esm-a38eebac.js +212 -0
  445. package/dist/cjs/initialize-2e8978a4.js +319 -0
  446. package/dist/cjs/{listener-B7XPbb55.js → listener-52d2e5fd.js} +2 -2
  447. package/dist/cjs/loader.cjs.js +12 -3
  448. package/dist/cjs/log-33398c2a.js +80 -0
  449. package/dist/cjs/lottie_light_html-cbfdf82e.js +11694 -0
  450. package/dist/cjs/{mutation.decorator-CugZMhs4.js → mutation.decorator-485e250e.js} +5 -5
  451. package/dist/cjs/{number-hhFX3aKU.js → number-24bf265b.js} +4 -3
  452. package/dist/cjs/{overlays-D69-iSa6.js → overlays-94ebb271.js} +6 -5
  453. package/dist/cjs/purify-b01229e2.js +1355 -0
  454. package/dist/cjs/{resize.decorator-D7f4FbeF.js → resize.decorator-e4a92322.js} +6 -5
  455. package/dist/cjs/{scroll-D7ot6_a-.js → scroll-dc37ea84.js} +5 -5
  456. package/dist/cjs/{swipe.decorator-aP7AIbLE.js → swipe.decorator-9c105f90.js} +1 -1
  457. package/dist/cjs/{swipe.subject-BhMYr3OO.js → swipe.subject-191f7d8a.js} +5 -5
  458. package/dist/cjs/{swiper.util-Dh50nc_s.js → swiper.util-d23b8eb0.js} +16 -15
  459. package/dist/cjs/{tokens.esm-cUm8Yiyt.js → tokens.esm-e14cedac.js} +1 -2
  460. package/dist/cjs/{tslib.es6-DrfCPgT9.js → tslib.es6-a680968e.js} +0 -2
  461. package/dist/cjs/{utils-Bl0u6rg1.js → utils-9ea175af.js} +6 -6
  462. package/dist/cjs/{visibility.decorator-kwm3v9pQ.js → visibility.decorator-a218aab9.js} +5 -5
  463. package/dist/cjs/window-resize.decorator-56853e4c.js +48 -0
  464. package/dist/collection/collection-manifest.json +2 -3
  465. package/dist/collection/components/bal-accordion/bal-accordion-details/bal-accordion-details.js +6 -18
  466. package/dist/collection/components/bal-accordion/bal-accordion-summary/bal-accordion-summary.js +7 -19
  467. package/dist/collection/components/bal-accordion/bal-accordion-trigger/bal-accordion-trigger.js +24 -57
  468. package/dist/collection/components/bal-accordion/bal-accordion.js +18 -47
  469. package/dist/collection/components/bal-app/bal-app.js +4 -10
  470. package/dist/collection/components/bal-badge/bal-badge.js +5 -13
  471. package/dist/collection/components/bal-button/bal-button-group/bal-button-group.js +3 -13
  472. package/dist/collection/components/bal-button/bal-button.js +63 -192
  473. package/dist/collection/components/bal-card/bal-card-actions/bal-card-actions.js +1 -4
  474. package/dist/collection/components/bal-card/bal-card-button/bal-card-button.js +8 -26
  475. package/dist/collection/components/bal-card/bal-card-subtitle/bal-card-subtitle.js +5 -16
  476. package/dist/collection/components/bal-card/bal-card-title/bal-card-title.js +1 -4
  477. package/dist/collection/components/bal-card/bal-card.css +1 -1
  478. package/dist/collection/components/bal-card/bal-card.js +9 -36
  479. package/dist/collection/components/bal-carousel/bal-carousel-item/bal-carousel-item.js +27 -45
  480. package/dist/collection/components/bal-carousel/bal-carousel.js +15 -64
  481. package/dist/collection/components/bal-checkbox/bal-check/bal-check.js +6 -28
  482. package/dist/collection/components/bal-checkbox/bal-checkbox-group/bal-checkbox-group.js +29 -72
  483. package/dist/collection/components/bal-checkbox/bal-checkbox.js +47 -109
  484. package/dist/collection/components/bal-checkbox/bal-switch/bal-switch.js +5 -24
  485. package/dist/collection/components/bal-close/bal-close.js +2 -8
  486. package/dist/collection/components/bal-content/bal-content.js +5 -28
  487. package/dist/collection/components/bal-data/bal-data-item/bal-data-item.js +2 -8
  488. package/dist/collection/components/bal-data/bal-data-label/bal-data-label.js +1 -4
  489. package/dist/collection/components/bal-data/bal-data-value/bal-data-value.js +6 -15
  490. package/dist/collection/components/bal-data/bal-data.js +3 -9
  491. package/dist/collection/components/bal-date/bal-date-calendar/bal-date-calendar.js +26 -24
  492. package/dist/collection/components/bal-date/bal-date-calendar-cell/bal-date-calendar-cell.js +16 -11
  493. package/dist/collection/components/bal-date/bal-date.js +45 -85
  494. package/dist/collection/components/bal-divider/bal-divider.js +4 -21
  495. package/dist/collection/components/bal-dropdown/bal-dropdown.js +52 -118
  496. package/dist/collection/components/bal-field/bal-field-control/bal-field-control.js +4 -18
  497. package/dist/collection/components/bal-field/bal-field-hint/bal-field-hint.js +3 -12
  498. package/dist/collection/components/bal-field/bal-field-label/bal-field-label.js +8 -40
  499. package/dist/collection/components/bal-field/bal-field-message/bal-field-message.js +5 -20
  500. package/dist/collection/components/bal-field/bal-field.js +14 -36
  501. package/dist/collection/components/bal-file-upload/bal-file-upload.js +33 -67
  502. package/dist/collection/components/bal-footer/bal-footer.js +3 -20
  503. package/dist/collection/components/bal-form/bal-form.js +3 -12
  504. package/dist/collection/components/bal-form-grid/bal-form-col/bal-form-col.js +1 -1
  505. package/dist/collection/components/bal-heading/bal-heading.js +13 -33
  506. package/dist/collection/components/bal-hint/bal-hint.css +1 -1
  507. package/dist/collection/components/bal-hint/bal-hint.js +7 -9
  508. package/dist/collection/components/bal-icon/bal-icon.js +36 -82
  509. package/dist/collection/components/bal-input/bal-input-date/bal-input-date.js +19 -54
  510. package/dist/collection/components/bal-input/bal-input.js +60 -111
  511. package/dist/collection/components/bal-input-group/bal-input-group.js +3 -12
  512. package/dist/collection/components/bal-input-slider/bal-input-slider.js +27 -66
  513. package/dist/collection/components/bal-input-stepper/bal-input-stepper.css +1 -1
  514. package/dist/collection/components/bal-input-stepper/bal-input-stepper.js +40 -62
  515. package/dist/collection/components/bal-label/bal-label.js +13 -62
  516. package/dist/collection/components/bal-list/bal-list-item/bal-list-item.js +19 -42
  517. package/dist/collection/components/bal-list/bal-list-item-accordion-body/bal-list-item-accordion-body.js +7 -12
  518. package/dist/collection/components/bal-list/bal-list-item-accordion-head/bal-list-item-accordion-head.js +6 -16
  519. package/dist/collection/components/bal-list/bal-list-item-content/bal-list-item-content.js +4 -1
  520. package/dist/collection/components/bal-list/bal-list-item-icon/bal-list-item-icon.js +1 -4
  521. package/dist/collection/components/bal-list/bal-list-item-title/bal-list-item-title.js +3 -5
  522. package/dist/collection/components/bal-list/bal-list.js +5 -20
  523. package/dist/collection/components/bal-logo/bal-logo.js +3 -16
  524. package/dist/collection/components/bal-modal/bal-modal.js +17 -48
  525. package/dist/collection/components/bal-nav/bal-nav-link/bal-nav-link.js +8 -23
  526. package/dist/collection/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.js +1 -8
  527. package/dist/collection/components/bal-nav/bal-nav-link-group/bal-nav-link-group.js +1 -8
  528. package/dist/collection/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.js +2 -12
  529. package/dist/collection/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.js +1 -8
  530. package/dist/collection/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.js +5 -24
  531. package/dist/collection/components/bal-nav/bal-nav.js +12 -18
  532. package/dist/collection/components/bal-nav/models/bal-nav-menu-link-item.js +2 -2
  533. package/dist/collection/components/bal-nav/models/bal-nav-meta-button.js +25 -7
  534. package/dist/collection/components/bal-nav/models/bal-nav-meta-link-item.js +2 -2
  535. package/dist/collection/components/bal-navbar/bal-navbar-brand/bal-navbar-brand.js +13 -36
  536. package/dist/collection/components/bal-navbar/bal-navbar-menu/bal-navbar-menu.js +1 -7
  537. package/dist/collection/components/bal-navbar/bal-navbar-menu-end/bal-navbar-menu-end.js +1 -7
  538. package/dist/collection/components/bal-navbar/bal-navbar-menu-start/bal-navbar-menu-start.js +1 -7
  539. package/dist/collection/components/bal-navbar/bal-navbar.js +3 -14
  540. package/dist/collection/components/bal-notices/bal-notices.js +3 -12
  541. package/dist/collection/components/bal-notification/bal-notification.js +3 -13
  542. package/dist/collection/components/bal-number-input/bal-number-input.js +36 -65
  543. package/dist/collection/components/bal-option/bal-option.js +18 -46
  544. package/dist/collection/components/bal-option-list/bal-option-list.js +8 -29
  545. package/dist/collection/components/bal-pagination/bal-pagination.css +1 -1
  546. package/dist/collection/components/bal-pagination/bal-pagination.js +15 -42
  547. package/dist/collection/components/bal-popover/bal-popover-content/bal-popover-content.js +9 -36
  548. package/dist/collection/components/bal-popover/bal-popover.js +12 -52
  549. package/dist/collection/components/bal-popup/bal-popup.js +31 -64
  550. package/dist/collection/components/bal-progress-bar/bal-progress-bar.js +3 -16
  551. package/dist/collection/components/bal-radio/bal-radio-group/bal-radio-group.js +30 -68
  552. package/dist/collection/components/bal-radio/bal-radio-icon/bal-radio-icon.js +6 -28
  553. package/dist/collection/components/bal-radio/bal-radio.js +43 -93
  554. package/dist/collection/components/bal-segment/bal-segment-item/bal-segment-item.js +19 -39
  555. package/dist/collection/components/bal-segment/bal-segment.js +20 -40
  556. package/dist/collection/components/bal-select/bal-select-option/bal-select-option.js +6 -11
  557. package/dist/collection/components/bal-select/bal-select.js +51 -109
  558. package/dist/collection/components/bal-shape/bal-shape.js +6 -15
  559. package/dist/collection/components/bal-sheet/bal-sheet.js +1 -4
  560. package/dist/collection/components/bal-snackbar/bal-snackbar.js +13 -42
  561. package/dist/collection/components/bal-spinner/bal-spinner.js +11 -30
  562. package/dist/collection/components/bal-stack/bal-stack.js +13 -47
  563. package/dist/collection/components/bal-stage/bal-stage-back-link/bal-stage-back-link.js +6 -10
  564. package/dist/collection/components/bal-stage/bal-stage-image/bal-stage-image.js +4 -2
  565. package/dist/collection/components/bal-stage/bal-stage.js +12 -22
  566. package/dist/collection/components/bal-steps/bal-step-item/bal-step-item.js +12 -42
  567. package/dist/collection/components/bal-steps/bal-steps.js +11 -31
  568. package/dist/collection/components/bal-table/bal-table.js +1 -4
  569. package/dist/collection/components/bal-tabs/bal-tab-item/bal-tab-item.js +30 -69
  570. package/dist/collection/components/bal-tabs/bal-tabs.js +52 -111
  571. package/dist/collection/components/bal-tag/bal-tag.js +8 -33
  572. package/dist/collection/components/bal-text/bal-text.js +13 -58
  573. package/dist/collection/components/bal-textarea/bal-textarea.js +40 -69
  574. package/dist/collection/components/bal-time-input/bal-time-input.js +20 -44
  575. package/dist/collection/components/bal-toast/bal-toast.js +4 -21
  576. package/dist/collection/components/bal-tooltip/bal-tooltip.js +6 -24
  577. package/dist/collection/utils/constants/version.constant.js +1 -1
  578. package/dist/esm/_commonjsHelpers-1c8beb5f.js +3 -0
  579. package/dist/esm/{animation.decorator-BRrK54mN.js → animation.decorator-7fca988f.js} +2 -2
  580. package/dist/esm/app-globals-07bd529a.js +9 -0
  581. package/dist/esm/{array-CDfSqLEo.js → array-4c09dfe3.js} +3 -3
  582. package/dist/esm/{attributes-C4sZQbkT.js → attributes-a3e70948.js} +3 -0
  583. package/dist/esm/bal-accordion_4.entry.js +53 -130
  584. package/dist/esm/bal-app.entry.js +12 -13
  585. package/dist/esm/bal-badge.entry.js +5 -12
  586. package/dist/esm/bal-button_2.entry.js +42 -120
  587. package/dist/esm/bal-card_6.entry.js +8 -69
  588. package/dist/esm/bal-carousel_2.entry.js +49 -110
  589. package/dist/esm/bal-check.entry.js +4 -25
  590. package/dist/esm/bal-checkbox_2.entry.js +75 -172
  591. package/dist/esm/bal-close.entry.js +11 -12
  592. package/dist/esm/bal-content.entry.js +7 -27
  593. package/dist/esm/bal-data_4.entry.js +13 -37
  594. package/dist/esm/bal-date-calendar-cell.entry.js +16 -8
  595. package/dist/esm/bal-date-calendar_2.entry.js +61 -86
  596. package/dist/esm/bal-date.entry.js +57 -92
  597. package/dist/esm/bal-divider.entry.js +7 -21
  598. package/dist/esm/bal-dropdown.entry.js +61 -120
  599. package/dist/esm/bal-field_5.entry.js +19 -107
  600. package/dist/esm/bal-file-upload.entry.js +73 -119
  601. package/dist/esm/bal-footer.entry.js +15 -27
  602. package/dist/esm/bal-form-col_2.entry.js +3 -2
  603. package/dist/esm/bal-form.entry.js +7 -12
  604. package/dist/esm/bal-heading_2.entry.js +11 -73
  605. package/dist/esm/bal-hint_5.entry.js +43 -105
  606. package/dist/esm/bal-icon.entry.js +914 -969
  607. package/dist/esm/bal-input-group.entry.js +4 -12
  608. package/dist/esm/bal-input-slider.entry.js +31 -67
  609. package/dist/esm/bal-input-stepper.entry.js +1083 -1108
  610. package/dist/esm/bal-input.entry.js +53 -100
  611. package/dist/esm/bal-label.entry.js +12 -56
  612. package/dist/esm/bal-list_8.entry.js +45 -97
  613. package/dist/esm/{bal-logo.animation-Bm-_mal3.js → bal-logo.animation-560601c6.js} +3 -4
  614. package/dist/esm/bal-logo.entry.js +16 -24
  615. package/dist/esm/bal-modal_3.entry.js +18 -43
  616. package/dist/esm/bal-nav_8.entry.js +79 -117
  617. package/dist/esm/bal-navbar_5.entry.js +23 -69
  618. package/dist/esm/bal-notices_3.entry.js +16 -65
  619. package/dist/esm/bal-notification.entry.js +4 -13
  620. package/dist/esm/bal-number-input.entry.js +167 -78
  621. package/dist/esm/bal-option_2.entry.js +33 -77
  622. package/dist/esm/bal-pagination.entry.js +66 -87
  623. package/dist/esm/bal-popup.entry.js +36 -64
  624. package/dist/esm/bal-progress-bar.entry.js +14 -24
  625. package/dist/esm/bal-radio-icon.entry.js +4 -25
  626. package/dist/esm/bal-radio_2.entry.js +72 -155
  627. package/dist/esm/bal-segment_2.entry.js +56 -91
  628. package/dist/esm/bal-select_2.entry.js +72 -130
  629. package/dist/esm/bal-shape.entry.js +8 -16
  630. package/dist/esm/bal-sheet.entry.js +4 -6
  631. package/dist/esm/{bal-spinner.animation-Bv2Ow6xu.js → bal-spinner.animation-81d4326e.js} +1919 -1929
  632. package/dist/esm/bal-spinner.entry.js +18 -31
  633. package/dist/esm/bal-stack.entry.js +9 -40
  634. package/dist/esm/bal-stage_6.entry.js +18 -26
  635. package/dist/esm/bal-step-item.entry.js +4 -34
  636. package/dist/esm/bal-steps.entry.js +29 -43
  637. package/dist/esm/bal-switch.entry.js +4 -22
  638. package/dist/esm/bal-tab-item_2.entry.js +75 -170
  639. package/dist/esm/bal-table.entry.js +4 -6
  640. package/dist/esm/bal-tag_2.entry.js +7 -31
  641. package/dist/esm/bal-textarea.entry.js +37 -62
  642. package/dist/esm/bal-time-input.entry.js +37 -56
  643. package/dist/esm/bal-tooltip.entry.js +15 -28
  644. package/dist/esm/baloise-design-system.js +11 -5
  645. package/dist/esm/{breakpoints.decorator-B9fGMzyI.js → breakpoints.decorator-4de4315f.js} +1 -1
  646. package/dist/esm/{breakpoints.subject-D2jditew.js → breakpoints.subject-2f68e834.js} +5 -4
  647. package/dist/esm/browser-a8073d92.js +62 -0
  648. package/dist/esm/{config.decorator-g255X8DE.js → config.decorator-6795d1fe.js} +1 -1
  649. package/dist/esm/config.default-53a04699.js +45 -0
  650. package/dist/esm/config.utils-f3793464.js +101 -0
  651. package/dist/esm/{date-CzITO5fO.js → date-87bdb1d1.js} +3822 -3209
  652. package/dist/esm/{device-dF5vUTps.js → device-8c6d2881.js} +1 -1
  653. package/dist/esm/{element-states.decorator-Dk8OIOdm.js → element-states.decorator-d99dc83c.js} +3 -2
  654. package/dist/esm/{floating-ui-ITd61PST.js → floating-ui-8ffbc979.js} +2 -2
  655. package/dist/esm/{focus-visible-DqCbGYzv.js → focus-visible-c1d6b5b8.js} +2 -2
  656. package/dist/esm/{focus.decorator-MIxVqnNR.js → focus.decorator-988245d7.js} +3 -2
  657. package/dist/esm/{form-input-DyU_I7Nf.js → form-input-1ebdb905.js} +6 -2
  658. package/dist/esm/helpers-51d51cc5.js +307 -0
  659. package/dist/esm/index-82aff103.js +35 -0
  660. package/dist/esm/index-8d2a7ce7.js +1779 -0
  661. package/dist/esm/index-95ee0c4b.js +1858 -0
  662. package/dist/esm/index-bba06972.js +558 -0
  663. package/dist/esm/index-db06fb0e.js +592 -0
  664. package/dist/esm/index.esm-9079680d.js +206 -0
  665. package/dist/esm/index.js +30 -24
  666. package/{components/initialize.js → dist/esm/initialize-c00194b2.js} +5 -5
  667. package/dist/esm/{listener-BRXdr5Mk.js → listener-04842ae9.js} +1 -1
  668. package/dist/esm/loader.js +10 -3
  669. package/dist/esm/log-dfd1c19f.js +77 -0
  670. package/dist/esm/lottie_light_html-ab90e4a2.js +11692 -0
  671. package/dist/esm/{mutation.decorator-CFRV3n5T.js → mutation.decorator-6a69cedb.js} +2 -2
  672. package/dist/esm/{number-DI8U2zZ7.js → number-ccf3fbd0.js} +2 -1
  673. package/dist/esm/{overlays-BE8fsAF4.js → overlays-cee3838b.js} +3 -2
  674. package/dist/esm/purify-8cb49f16.js +1353 -0
  675. package/dist/esm/{resize.decorator-CdfVlqf4.js → resize.decorator-3c8e5ee2.js} +3 -2
  676. package/dist/esm/{scroll-ytafAebU.js → scroll-521224a9.js} +1 -1
  677. package/dist/esm/{swipe.decorator-LAK4VYA0.js → swipe.decorator-3d3585e7.js} +1 -1
  678. package/dist/esm/{swipe.subject-2eHkUcpg.js → swipe.subject-26a9e5a5.js} +4 -4
  679. package/dist/esm/{swiper.util-Dy8CWRH7.js → swiper.util-8e17b8c4.js} +5 -4
  680. package/dist/esm/{tokens.esm-B0bmgb-_.js → tokens.esm-4409ffbb.js} +2 -3
  681. package/dist/esm/{tslib.es6-dfXERft2.js → tslib.es6-654e2c24.js} +0 -2
  682. package/dist/esm/{utils-C_qktPg7.js → utils-9fbab1d3.js} +6 -6
  683. package/dist/esm/{visibility.decorator-B1BbAwZf.js → visibility.decorator-5db91610.js} +2 -2
  684. package/dist/esm/{window-resize.decorator-B1fuKglH.js → window-resize.decorator-03b1ed50.js} +24 -1
  685. package/dist/esm-es5/_commonjsHelpers-1c8beb5f.js +1 -0
  686. package/dist/esm-es5/animation.decorator-7fca988f.js +1 -0
  687. package/dist/esm-es5/app-globals-07bd529a.js +1 -0
  688. package/dist/esm-es5/array-4c09dfe3.js +1 -0
  689. package/dist/esm-es5/{attributes-C4sZQbkT.js → attributes-a3e70948.js} +1 -1
  690. package/dist/esm-es5/bal-accordion_4.entry.js +1 -1
  691. package/dist/esm-es5/bal-app.entry.js +1 -1
  692. package/dist/esm-es5/bal-badge.entry.js +1 -1
  693. package/dist/esm-es5/bal-button_2.entry.js +1 -1
  694. package/dist/esm-es5/bal-card_6.entry.js +1 -1
  695. package/dist/esm-es5/bal-carousel_2.entry.js +1 -1
  696. package/dist/esm-es5/bal-check.entry.js +1 -1
  697. package/dist/esm-es5/bal-checkbox_2.entry.js +1 -1
  698. package/dist/esm-es5/bal-close.entry.js +1 -1
  699. package/dist/esm-es5/bal-content.entry.js +1 -1
  700. package/dist/esm-es5/bal-data_4.entry.js +1 -1
  701. package/dist/esm-es5/bal-date-calendar-cell.entry.js +1 -1
  702. package/dist/esm-es5/bal-date-calendar_2.entry.js +1 -1
  703. package/dist/esm-es5/bal-date.entry.js +1 -1
  704. package/dist/esm-es5/bal-divider.entry.js +1 -1
  705. package/dist/esm-es5/bal-dropdown.entry.js +1 -1
  706. package/dist/esm-es5/bal-field_5.entry.js +1 -1
  707. package/dist/esm-es5/bal-file-upload.entry.js +1 -1
  708. package/dist/esm-es5/bal-footer.entry.js +1 -1
  709. package/dist/esm-es5/bal-form-col_2.entry.js +1 -1
  710. package/dist/esm-es5/bal-form.entry.js +1 -1
  711. package/dist/esm-es5/bal-heading_2.entry.js +1 -1
  712. package/dist/esm-es5/bal-hint_5.entry.js +1 -1
  713. package/dist/esm-es5/bal-icon.entry.js +1 -1
  714. package/dist/esm-es5/bal-input-group.entry.js +1 -1
  715. package/dist/esm-es5/bal-input-slider.entry.js +1 -1
  716. package/dist/esm-es5/bal-input-stepper.entry.js +1 -1
  717. package/dist/esm-es5/bal-input.entry.js +1 -1
  718. package/dist/esm-es5/bal-label.entry.js +1 -1
  719. package/dist/esm-es5/bal-list_8.entry.js +1 -1
  720. package/dist/esm-es5/bal-logo.animation-560601c6.js +1 -0
  721. package/dist/esm-es5/bal-logo.entry.js +1 -1
  722. package/dist/esm-es5/bal-modal_3.entry.js +1 -1
  723. package/dist/esm-es5/bal-nav_8.entry.js +1 -1
  724. package/dist/esm-es5/bal-navbar_5.entry.js +1 -1
  725. package/dist/esm-es5/bal-notices_3.entry.js +1 -1
  726. package/dist/esm-es5/bal-notification.entry.js +1 -1
  727. package/dist/esm-es5/bal-number-input.entry.js +1 -1
  728. package/dist/esm-es5/bal-option_2.entry.js +1 -1
  729. package/dist/esm-es5/bal-pagination.entry.js +1 -1
  730. package/dist/esm-es5/bal-popup.entry.js +1 -1
  731. package/dist/esm-es5/bal-progress-bar.entry.js +1 -1
  732. package/dist/esm-es5/bal-radio-icon.entry.js +1 -1
  733. package/dist/esm-es5/bal-radio_2.entry.js +1 -1
  734. package/dist/esm-es5/bal-segment_2.entry.js +1 -1
  735. package/dist/esm-es5/bal-select_2.entry.js +1 -1
  736. package/dist/esm-es5/bal-shape.entry.js +1 -1
  737. package/dist/esm-es5/bal-sheet.entry.js +1 -1
  738. package/dist/esm-es5/{bal-spinner.animation-Bv2Ow6xu.js → bal-spinner.animation-81d4326e.js} +1 -1
  739. package/dist/esm-es5/bal-spinner.entry.js +1 -1
  740. package/dist/esm-es5/bal-stack.entry.js +1 -1
  741. package/dist/esm-es5/bal-stage_6.entry.js +1 -1
  742. package/dist/esm-es5/bal-step-item.entry.js +1 -1
  743. package/dist/esm-es5/bal-steps.entry.js +1 -1
  744. package/dist/esm-es5/bal-switch.entry.js +1 -1
  745. package/dist/esm-es5/bal-tab-item_2.entry.js +1 -1
  746. package/dist/esm-es5/bal-table.entry.js +1 -1
  747. package/dist/esm-es5/bal-tag_2.entry.js +1 -1
  748. package/dist/esm-es5/bal-textarea.entry.js +1 -1
  749. package/dist/esm-es5/bal-time-input.entry.js +1 -1
  750. package/dist/esm-es5/bal-tooltip.entry.js +1 -1
  751. package/dist/esm-es5/baloise-design-system.js +1 -1
  752. package/dist/esm-es5/breakpoints.decorator-4de4315f.js +1 -0
  753. package/dist/esm-es5/breakpoints.subject-2f68e834.js +1 -0
  754. package/dist/esm-es5/browser-a8073d92.js +1 -0
  755. package/dist/esm-es5/config.decorator-6795d1fe.js +1 -0
  756. package/dist/esm-es5/config.default-53a04699.js +1 -0
  757. package/dist/esm-es5/config.utils-f3793464.js +1 -0
  758. package/dist/esm-es5/date-87bdb1d1.js +1 -0
  759. package/dist/esm-es5/device-8c6d2881.js +1 -0
  760. package/dist/esm-es5/element-states.decorator-d99dc83c.js +1 -0
  761. package/dist/esm-es5/floating-ui-8ffbc979.js +1 -0
  762. package/dist/esm-es5/focus-visible-c1d6b5b8.js +1 -0
  763. package/dist/esm-es5/focus.decorator-988245d7.js +1 -0
  764. package/dist/esm-es5/form-input-1ebdb905.js +1 -0
  765. package/dist/esm-es5/helpers-51d51cc5.js +1 -0
  766. package/dist/esm-es5/index-82aff103.js +1 -0
  767. package/dist/esm-es5/index-8d2a7ce7.js +2 -0
  768. package/dist/esm-es5/index-95ee0c4b.js +1 -0
  769. package/dist/esm-es5/index-bba06972.js +1 -0
  770. package/dist/esm-es5/index-db06fb0e.js +1 -0
  771. package/dist/esm-es5/index.esm-9079680d.js +1 -0
  772. package/dist/esm-es5/index.js +1 -1
  773. package/dist/esm-es5/initialize-c00194b2.js +1 -0
  774. package/dist/esm-es5/listener-04842ae9.js +1 -0
  775. package/dist/esm-es5/loader.js +1 -1
  776. package/dist/esm-es5/log-dfd1c19f.js +1 -0
  777. package/dist/esm-es5/lottie_light_html-ab90e4a2.js +9 -0
  778. package/dist/esm-es5/mutation.decorator-6a69cedb.js +1 -0
  779. package/dist/esm-es5/number-ccf3fbd0.js +1 -0
  780. package/dist/esm-es5/overlays-cee3838b.js +1 -0
  781. package/dist/esm-es5/purify-8cb49f16.js +2 -0
  782. package/dist/esm-es5/resize.decorator-3c8e5ee2.js +1 -0
  783. package/dist/esm-es5/scroll-521224a9.js +1 -0
  784. package/dist/esm-es5/{swipe.decorator-LAK4VYA0.js → swipe.decorator-3d3585e7.js} +1 -1
  785. package/dist/esm-es5/swipe.subject-26a9e5a5.js +1 -0
  786. package/dist/esm-es5/swiper.util-8e17b8c4.js +1 -0
  787. package/dist/esm-es5/{tokens.esm-B0bmgb-_.js → tokens.esm-4409ffbb.js} +1 -1
  788. package/dist/esm-es5/utils-9fbab1d3.js +1 -0
  789. package/dist/esm-es5/visibility.decorator-5db91610.js +1 -0
  790. package/dist/esm-es5/window-resize.decorator-03b1ed50.js +1 -0
  791. package/dist/html.html-data.json +1 -82
  792. package/dist/types/components/bal-button/bal-button.d.ts +1 -13
  793. package/dist/types/components/bal-input-stepper/bal-input-stepper.d.ts +1 -1
  794. package/dist/types/components/bal-nav/models/bal-nav-meta-button.d.ts +1 -1
  795. package/dist/types/components/bal-pagination/bal-pagination.d.ts +1 -1
  796. package/dist/types/components/bal-tabs/bal-tab-item/bal-tab-item.d.ts +3 -3
  797. package/dist/types/components.d.ts +10 -1519
  798. package/dist/types/stencil-public-runtime.d.ts +1 -23
  799. package/loader/package.json +11 -0
  800. package/package.json +7 -7
  801. package/components/bal-app2.js +0 -100
  802. package/components/bal-doc-app.d.ts +0 -11
  803. package/components/bal-doc-app.js +0 -262
  804. package/components/index6.js +0 -125
  805. package/components/purify.es.js +0 -1328
  806. package/components/window-resize.listener.js +0 -80
  807. package/components/window-resize.subject.js +0 -26
  808. package/dist/baloise-design-system/p--k0G90SD.system.js +0 -1
  809. package/dist/baloise-design-system/p-01d073573f.system.entry.js +0 -1
  810. package/dist/baloise-design-system/p-02b8352ee5.system.entry.js +0 -1
  811. package/dist/baloise-design-system/p-061510057f.entry.js +0 -1
  812. package/dist/baloise-design-system/p-07c4c0a34a.entry.js +0 -1
  813. package/dist/baloise-design-system/p-0c68f0d2a7.system.entry.js +0 -1
  814. package/dist/baloise-design-system/p-0d6922d234.entry.js +0 -1
  815. package/dist/baloise-design-system/p-11c78979ba.entry.js +0 -1
  816. package/dist/baloise-design-system/p-140c45adf9.entry.js +0 -1
  817. package/dist/baloise-design-system/p-17be27154f.system.entry.js +0 -1
  818. package/dist/baloise-design-system/p-189a96c522.entry.js +0 -1
  819. package/dist/baloise-design-system/p-1bd65d3478.entry.js +0 -1
  820. package/dist/baloise-design-system/p-1e314f5765.entry.js +0 -1
  821. package/dist/baloise-design-system/p-200de22241.system.entry.js +0 -1
  822. package/dist/baloise-design-system/p-21e94d929c.entry.js +0 -1
  823. package/dist/baloise-design-system/p-21f00c06f7.system.entry.js +0 -1
  824. package/dist/baloise-design-system/p-220bd32622.entry.js +0 -1
  825. package/dist/baloise-design-system/p-26d97d1341.entry.js +0 -1
  826. package/dist/baloise-design-system/p-2bedf5525c.entry.js +0 -1
  827. package/dist/baloise-design-system/p-2e7fc3dd31.entry.js +0 -1
  828. package/dist/baloise-design-system/p-31d57d6b98.system.entry.js +0 -1
  829. package/dist/baloise-design-system/p-32aa95a155.entry.js +0 -1
  830. package/dist/baloise-design-system/p-3758b52b14.system.entry.js +0 -1
  831. package/dist/baloise-design-system/p-37d5ef6005.system.entry.js +0 -1
  832. package/dist/baloise-design-system/p-3a7b577d1e.entry.js +0 -1
  833. package/dist/baloise-design-system/p-43d9277d12.system.entry.js +0 -1
  834. package/dist/baloise-design-system/p-45df3e8f55.system.entry.js +0 -1
  835. package/dist/baloise-design-system/p-46ebaa5408.entry.js +0 -1
  836. package/dist/baloise-design-system/p-47e172daa0.entry.js +0 -1
  837. package/dist/baloise-design-system/p-4e3b3039e7.entry.js +0 -1
  838. package/dist/baloise-design-system/p-4ea67d4f4e.system.entry.js +0 -1
  839. package/dist/baloise-design-system/p-520794370e.entry.js +0 -1
  840. package/dist/baloise-design-system/p-5355439141.system.entry.js +0 -1
  841. package/dist/baloise-design-system/p-565686db22.entry.js +0 -1
  842. package/dist/baloise-design-system/p-57fb8b5eb2.system.entry.js +0 -1
  843. package/dist/baloise-design-system/p-5b0182d52f.entry.js +0 -1
  844. package/dist/baloise-design-system/p-61cb6b71ac.system.entry.js +0 -1
  845. package/dist/baloise-design-system/p-6396d3b495.system.entry.js +0 -1
  846. package/dist/baloise-design-system/p-64ddc16b67.system.entry.js +0 -1
  847. package/dist/baloise-design-system/p-6588e93372.entry.js +0 -1
  848. package/dist/baloise-design-system/p-6653708bd4.system.entry.js +0 -1
  849. package/dist/baloise-design-system/p-6ba67cb715.entry.js +0 -1
  850. package/dist/baloise-design-system/p-6e52cbd8c5.entry.js +0 -1
  851. package/dist/baloise-design-system/p-6lvI43hh.js +0 -1
  852. package/dist/baloise-design-system/p-72eadd5113.entry.js +0 -1
  853. package/dist/baloise-design-system/p-756c6d31b2.system.entry.js +0 -1
  854. package/dist/baloise-design-system/p-758ffe7e03.entry.js +0 -1
  855. package/dist/baloise-design-system/p-77d927595c.entry.js +0 -1
  856. package/dist/baloise-design-system/p-79a2093f09.entry.js +0 -1
  857. package/dist/baloise-design-system/p-7b5cdd7059.system.entry.js +0 -1
  858. package/dist/baloise-design-system/p-7de6dfad79.entry.js +0 -1
  859. package/dist/baloise-design-system/p-7e25c45a92.system.entry.js +0 -1
  860. package/dist/baloise-design-system/p-8143d673eb.system.entry.js +0 -1
  861. package/dist/baloise-design-system/p-8195485035.entry.js +0 -1
  862. package/dist/baloise-design-system/p-83e5034e65.entry.js +0 -1
  863. package/dist/baloise-design-system/p-8416fd07c5.system.entry.js +0 -1
  864. package/dist/baloise-design-system/p-85beb9b3d5.system.entry.js +0 -1
  865. package/dist/baloise-design-system/p-89eb53ffa3.system.entry.js +0 -1
  866. package/dist/baloise-design-system/p-8b9e2d1b0b.entry.js +0 -1
  867. package/dist/baloise-design-system/p-8ba1580831.system.entry.js +0 -1
  868. package/dist/baloise-design-system/p-8caeac83b7.entry.js +0 -1
  869. package/dist/baloise-design-system/p-8eb2cfd0a5.system.entry.js +0 -1
  870. package/dist/baloise-design-system/p-8f57e7854a.system.entry.js +0 -1
  871. package/dist/baloise-design-system/p-93c234f5f9.system.entry.js +0 -1
  872. package/dist/baloise-design-system/p-979f0a41e7.system.entry.js +0 -1
  873. package/dist/baloise-design-system/p-98c3550261.system.entry.js +0 -1
  874. package/dist/baloise-design-system/p-B0bmgb-_.js +0 -1
  875. package/dist/baloise-design-system/p-B1a79Kak.system.js +0 -1
  876. package/dist/baloise-design-system/p-B33S9saU.system.js +0 -1
  877. package/dist/baloise-design-system/p-B3Q-Lii3.js +0 -2
  878. package/dist/baloise-design-system/p-BAaDJIzy.js +0 -1
  879. package/dist/baloise-design-system/p-BC9JH89x.js +0 -1
  880. package/dist/baloise-design-system/p-BFTU3MAI.js +0 -1
  881. package/dist/baloise-design-system/p-BfslJCJ1.system.js +0 -1
  882. package/dist/baloise-design-system/p-Bl6JuZha.js +0 -1
  883. package/dist/baloise-design-system/p-BnVL_HEz.js +0 -1
  884. package/dist/baloise-design-system/p-Bo7bt-QO.system.js +0 -1
  885. package/dist/baloise-design-system/p-BpPN4QPC.system.js +0 -1
  886. package/dist/baloise-design-system/p-Bzy18UgU.system.js +0 -1
  887. package/dist/baloise-design-system/p-C78VTo3I.js +0 -1
  888. package/dist/baloise-design-system/p-CEOTg0oT.system.js +0 -1
  889. package/dist/baloise-design-system/p-CHdm2a6D.js +0 -1
  890. package/dist/baloise-design-system/p-CTtLY-pQ.system.js +0 -1
  891. package/dist/baloise-design-system/p-CbvOgU0G.js +0 -1
  892. package/dist/baloise-design-system/p-Cj6DXhmQ.js +0 -1
  893. package/dist/baloise-design-system/p-Ckgicaeo.js +0 -1
  894. package/dist/baloise-design-system/p-CpWDVANq.system.js +0 -1
  895. package/dist/baloise-design-system/p-CwvovJM0.system.js +0 -3
  896. package/dist/baloise-design-system/p-CzKsK_-N.js +0 -1
  897. package/dist/baloise-design-system/p-Czl2AFQD.system.js +0 -1
  898. package/dist/baloise-design-system/p-D-yL3ygS.system.js +0 -1
  899. package/dist/baloise-design-system/p-D2IpojJH.js +0 -1
  900. package/dist/baloise-design-system/p-D3fFHb3d.system.js +0 -1
  901. package/dist/baloise-design-system/p-DObNWWwI.js +0 -1
  902. package/dist/baloise-design-system/p-DXglhVgP.js +0 -1
  903. package/dist/baloise-design-system/p-DgPiq0y0.js +0 -2
  904. package/dist/baloise-design-system/p-DieY27e8.js +0 -1
  905. package/dist/baloise-design-system/p-DpQhsHDk.system.js +0 -9
  906. package/dist/baloise-design-system/p-DpZ1EJms.system.js +0 -1
  907. package/dist/baloise-design-system/p-DqCbGYzv.js +0 -1
  908. package/dist/baloise-design-system/p-DvpDuwcR.system.js +0 -1
  909. package/dist/baloise-design-system/p-Dxz8zGB7.system.js +0 -1
  910. package/dist/baloise-design-system/p-HNsXrTcK.system.js +0 -1
  911. package/dist/baloise-design-system/p-NtpXzgnf.system.js +0 -1
  912. package/dist/baloise-design-system/p-RLU0CN2t.system.js +0 -1
  913. package/dist/baloise-design-system/p-RpbX6ZuY.system.js +0 -1
  914. package/dist/baloise-design-system/p-RzJv7e7Y.system.js +0 -1
  915. package/dist/baloise-design-system/p-S5-HQnxq.js +0 -1
  916. package/dist/baloise-design-system/p-UHSJaF1l.system.js +0 -2
  917. package/dist/baloise-design-system/p-a026dea6ff.system.entry.js +0 -1
  918. package/dist/baloise-design-system/p-a296f4d228.system.entry.js +0 -1
  919. package/dist/baloise-design-system/p-a3fc7283ce.system.entry.js +0 -1
  920. package/dist/baloise-design-system/p-a490a7c071.entry.js +0 -1
  921. package/dist/baloise-design-system/p-a7f243b3fe.system.entry.js +0 -1
  922. package/dist/baloise-design-system/p-a9bbd841f4.entry.js +0 -1
  923. package/dist/baloise-design-system/p-aa419a2a08.entry.js +0 -1
  924. package/dist/baloise-design-system/p-b219f3a83c.system.entry.js +0 -1
  925. package/dist/baloise-design-system/p-b5bc57a5cc.entry.js +0 -1
  926. package/dist/baloise-design-system/p-b5fa8d0dfd.entry.js +0 -1
  927. package/dist/baloise-design-system/p-b673357398.system.entry.js +0 -1
  928. package/dist/baloise-design-system/p-b782a8351d.system.entry.js +0 -1
  929. package/dist/baloise-design-system/p-b798847724.entry.js +0 -1
  930. package/dist/baloise-design-system/p-b8c2106c2f.entry.js +0 -1
  931. package/dist/baloise-design-system/p-bb62fc0b8b.system.entry.js +0 -1
  932. package/dist/baloise-design-system/p-c26e50d86b.system.entry.js +0 -1
  933. package/dist/baloise-design-system/p-c5kwQsXB.system.js +0 -1
  934. package/dist/baloise-design-system/p-c6965794d7.entry.js +0 -1
  935. package/dist/baloise-design-system/p-c7370c3bcd.system.entry.js +0 -1
  936. package/dist/baloise-design-system/p-ca2c7c3b2b.entry.js +0 -1
  937. package/dist/baloise-design-system/p-cc45f0d261.system.entry.js +0 -1
  938. package/dist/baloise-design-system/p-ccafad087a.entry.js +0 -1
  939. package/dist/baloise-design-system/p-d99135bfae.system.entry.js +0 -1
  940. package/dist/baloise-design-system/p-dace8501ae.system.entry.js +0 -1
  941. package/dist/baloise-design-system/p-db401e5eca.system.entry.js +0 -1
  942. package/dist/baloise-design-system/p-dccc8331de.entry.js +0 -1
  943. package/dist/baloise-design-system/p-e1a35bc526.entry.js +0 -1
  944. package/dist/baloise-design-system/p-e264cbf7ab.entry.js +0 -1
  945. package/dist/baloise-design-system/p-e49d5935c0.system.entry.js +0 -1
  946. package/dist/baloise-design-system/p-e84e95c471.entry.js +0 -1
  947. package/dist/baloise-design-system/p-e871d48caf.entry.js +0 -1
  948. package/dist/baloise-design-system/p-e8c3c1829a.entry.js +0 -1
  949. package/dist/baloise-design-system/p-eba28c44f3.entry.js +0 -1
  950. package/dist/baloise-design-system/p-eba878531c.system.entry.js +0 -1
  951. package/dist/baloise-design-system/p-ebacacaadb.system.entry.js +0 -1
  952. package/dist/baloise-design-system/p-f01e31c121.entry.js +0 -1
  953. package/dist/baloise-design-system/p-f1f4340a3d.entry.js +0 -1
  954. package/dist/baloise-design-system/p-f2e7b54fd6.system.entry.js +0 -1
  955. package/dist/baloise-design-system/p-f3a820890f.entry.js +0 -1
  956. package/dist/baloise-design-system/p-fa1e4a4d20.system.entry.js +0 -1
  957. package/dist/baloise-design-system/p-fa5c522e5d.entry.js +0 -1
  958. package/dist/baloise-design-system/p-fe3f059990.system.entry.js +0 -1
  959. package/dist/baloise-design-system/p-jv0tWyso.js +0 -1
  960. package/dist/baloise-design-system/p-lFDHYLJ4.system.js +0 -1
  961. package/dist/baloise-design-system/p-m5GX4h3i.system.js +0 -1
  962. package/dist/baloise-design-system/p-ns9Aprb9.js +0 -1
  963. package/dist/baloise-design-system/p-sUDAxNV7.js +0 -1
  964. package/dist/baloise-design-system/p-v8tPBXUI.js +0 -1
  965. package/dist/baloise-design-system/p-vPrRXkWt.system.js +0 -1
  966. package/dist/baloise-design-system/p-xbSOW78W.js +0 -1
  967. package/dist/cjs/bal-doc-app.cjs.entry.js +0 -224
  968. package/dist/cjs/index-BZ67Dcnb.js +0 -50
  969. package/dist/cjs/index-BobQkZjn.js +0 -1868
  970. package/dist/cjs/index-C413E-IK.js +0 -571
  971. package/dist/cjs/index-CuY5w2n4.js +0 -602
  972. package/dist/cjs/index-D4vG8k57.js +0 -2885
  973. package/dist/cjs/index-ifu9fMyU.js +0 -127
  974. package/dist/cjs/index.esm-CKDqUwIC.js +0 -216
  975. package/dist/cjs/lottie_light_html-OP40Exqq.js +0 -11704
  976. package/dist/cjs/purify.es-CJTp6uKN.js +0 -1330
  977. package/dist/cjs/window-resize.decorator-CVTXganH.js +0 -25
  978. package/dist/cjs/window-resize.subject-BAEG_21X.js +0 -28
  979. package/dist/collection/components/docs/bal-doc-app/bal-doc-app.css +0 -1
  980. package/dist/collection/components/docs/bal-doc-app/bal-doc-app.js +0 -248
  981. package/dist/esm/_commonjsHelpers-BFTU3MAI.js +0 -7
  982. package/dist/esm/bal-doc-app.entry.js +0 -222
  983. package/dist/esm/index-B4k_dH6V.js +0 -1866
  984. package/dist/esm/index-BU7FUSdu.js +0 -569
  985. package/dist/esm/index-D6JOtC1P.js +0 -125
  986. package/dist/esm/index-DgPiq0y0.js +0 -2829
  987. package/dist/esm/index-dYcsHLfj.js +0 -600
  988. package/dist/esm/index-zWZxKBfo.js +0 -48
  989. package/dist/esm/index.esm-Btc0yydR.js +0 -210
  990. package/dist/esm/lottie_light_html-DuyI5RA6.js +0 -11702
  991. package/dist/esm/purify.es-B3Q-Lii3.js +0 -1328
  992. package/dist/esm/window-resize.subject-Dl0mHA8u.js +0 -26
  993. package/dist/esm-es5/_commonjsHelpers-BFTU3MAI.js +0 -1
  994. package/dist/esm-es5/animation.decorator-BRrK54mN.js +0 -1
  995. package/dist/esm-es5/array-CDfSqLEo.js +0 -1
  996. package/dist/esm-es5/bal-doc-app.entry.js +0 -1
  997. package/dist/esm-es5/bal-logo.animation-Bm-_mal3.js +0 -1
  998. package/dist/esm-es5/breakpoints.decorator-B9fGMzyI.js +0 -1
  999. package/dist/esm-es5/breakpoints.subject-D2jditew.js +0 -1
  1000. package/dist/esm-es5/config.decorator-g255X8DE.js +0 -1
  1001. package/dist/esm-es5/date-CzITO5fO.js +0 -1
  1002. package/dist/esm-es5/device-dF5vUTps.js +0 -1
  1003. package/dist/esm-es5/element-states.decorator-Dk8OIOdm.js +0 -1
  1004. package/dist/esm-es5/floating-ui-ITd61PST.js +0 -1
  1005. package/dist/esm-es5/focus-visible-DqCbGYzv.js +0 -1
  1006. package/dist/esm-es5/focus.decorator-MIxVqnNR.js +0 -1
  1007. package/dist/esm-es5/form-input-DyU_I7Nf.js +0 -1
  1008. package/dist/esm-es5/index-B4k_dH6V.js +0 -1
  1009. package/dist/esm-es5/index-BU7FUSdu.js +0 -1
  1010. package/dist/esm-es5/index-D6JOtC1P.js +0 -1
  1011. package/dist/esm-es5/index-DgPiq0y0.js +0 -2
  1012. package/dist/esm-es5/index-dYcsHLfj.js +0 -1
  1013. package/dist/esm-es5/index-zWZxKBfo.js +0 -1
  1014. package/dist/esm-es5/index.esm-Btc0yydR.js +0 -1
  1015. package/dist/esm-es5/listener-BRXdr5Mk.js +0 -1
  1016. package/dist/esm-es5/lottie_light_html-DuyI5RA6.js +0 -9
  1017. package/dist/esm-es5/mutation.decorator-CFRV3n5T.js +0 -1
  1018. package/dist/esm-es5/number-DI8U2zZ7.js +0 -1
  1019. package/dist/esm-es5/overlays-BE8fsAF4.js +0 -1
  1020. package/dist/esm-es5/purify.es-B3Q-Lii3.js +0 -2
  1021. package/dist/esm-es5/resize.decorator-CdfVlqf4.js +0 -1
  1022. package/dist/esm-es5/scroll-ytafAebU.js +0 -1
  1023. package/dist/esm-es5/swipe.subject-2eHkUcpg.js +0 -1
  1024. package/dist/esm-es5/swiper.util-Dy8CWRH7.js +0 -1
  1025. package/dist/esm-es5/utils-C_qktPg7.js +0 -1
  1026. package/dist/esm-es5/visibility.decorator-B1BbAwZf.js +0 -1
  1027. package/dist/esm-es5/window-resize.decorator-B1fuKglH.js +0 -1
  1028. package/dist/esm-es5/window-resize.subject-Dl0mHA8u.js +0 -1
  1029. package/dist/types/components/docs/bal-doc-app/bal-doc-app.d.ts +0 -21
  1030. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/icons/src/index.d.ts +0 -82
  1031. /package/components/{floating-ui.dom.js → floating-ui.dom.esm.js} +0 -0
  1032. /package/dist/baloise-design-system/{p-DIC_sxLd.js → p-06ecf846.js} +0 -0
  1033. /package/dist/baloise-design-system/{p-JHAE10yr.js → p-09ab29d6.js} +0 -0
  1034. /package/dist/baloise-design-system/{p-BkEdlCZJ.js → p-11f970ba.js} +0 -0
  1035. /package/dist/baloise-design-system/{p-DPYRyPTD.system.js → p-14d0c5f3.system.js} +0 -0
  1036. /package/dist/baloise-design-system/{p-DuObDTix.js → p-1a158488.js} +0 -0
  1037. /package/dist/baloise-design-system/{p-DWgCJRpS.system.js → p-278aed95.system.js} +0 -0
  1038. /package/dist/baloise-design-system/{p-DKjTFqnu.system.js → p-2da669b4.system.js} +0 -0
  1039. /package/dist/baloise-design-system/{p-CDt5sRVY.system.js → p-3ecc7d9a.system.js} +0 -0
  1040. /package/dist/baloise-design-system/{p-dfXERft2.js → p-43c9f5e9.js} +0 -0
  1041. /package/dist/baloise-design-system/{p-BktTDSq4.system.js → p-4c0bad70.system.js} +0 -0
  1042. /package/dist/baloise-design-system/{p-SdtgSPca.system.js → p-4e642b63.system.js} +0 -0
  1043. /package/dist/baloise-design-system/{p-Dz-E2PRm.system.js → p-59d9918c.system.js} +0 -0
  1044. /package/dist/baloise-design-system/{p-FCLKfv6B.js → p-5eb3fbb9.js} +0 -0
  1045. /package/dist/baloise-design-system/{p-BLp4ll3i.js → p-5ed239cc.js} +0 -0
  1046. /package/dist/baloise-design-system/{p-CGJ8YYiA.system.js → p-5f26e92f.system.js} +0 -0
  1047. /package/dist/baloise-design-system/{p-DAOAbG5Y.system.js → p-6b45db53.system.js} +0 -0
  1048. /package/dist/baloise-design-system/{p-Cjiw70Dk.system.js → p-6dbef894.system.js} +0 -0
  1049. /package/dist/baloise-design-system/{p-CTl0uAFp.system.js → p-8a2bab70.system.js} +0 -0
  1050. /package/dist/baloise-design-system/{p-B4aDEwd8.js → p-8dc7ee30.js} +0 -0
  1051. /package/dist/baloise-design-system/{p-DBsOHTWj.js → p-8f2e9a7f.js} +0 -0
  1052. /package/dist/baloise-design-system/{p-CLfE_o7e.system.js → p-907368ff.system.js} +0 -0
  1053. /package/dist/baloise-design-system/{p-wTePExHL.system.js → p-99cfab9c.system.js} +0 -0
  1054. /package/dist/baloise-design-system/{p-Ct27z6g9.js → p-a0fe8d65.js} +0 -0
  1055. /package/dist/baloise-design-system/{p-rBUN7c88.js → p-a65bc5e2.js} +0 -0
  1056. /package/dist/baloise-design-system/{p-DEb5iNGc.js → p-ad81b8ea.js} +0 -0
  1057. /package/dist/baloise-design-system/{p-ByiN-QjD.js → p-ae86d0a0.js} +0 -0
  1058. /package/dist/baloise-design-system/{p-Dd7xQwRJ.system.js → p-ba579059.system.js} +0 -0
  1059. /package/dist/baloise-design-system/{p-BbAtjg9Y.system.js → p-db0895e2.system.js} +0 -0
  1060. /package/dist/baloise-design-system/{p-D1VPLQ5z.js → p-dc98854c.js} +0 -0
  1061. /package/dist/baloise-design-system/{p-D5Gy6WbU.system.js → p-e7d72d7c.system.js} +0 -0
  1062. /package/dist/baloise-design-system/{p-xVPGsAdF.js → p-ec1efe3d.js} +0 -0
  1063. /package/dist/baloise-design-system/{p-BmVI6cLw.js → p-f3f5ce4f.js} +0 -0
  1064. /package/dist/baloise-design-system/{p-DkfWaTsH.system.js → p-fe76780d.system.js} +0 -0
  1065. /package/dist/cjs/{aria-BzkqcV7W.js → aria-7672033f.js} +0 -0
  1066. /package/dist/cjs/{bal-close.i18n-B3X5xlkl.js → bal-close.i18n-56dddd35.js} +0 -0
  1067. /package/dist/cjs/{bal-file-upload.type-BzNkF3YQ.js → bal-file-upload.type-616d69d9.js} +0 -0
  1068. /package/dist/cjs/{bal-input-stepper.i18n-D57DHpYR.js → bal-input-stepper.i18n-dbcd32ab.js} +0 -0
  1069. /package/dist/cjs/{bal-label.i18n-BcNNm9Es.js → bal-label.i18n-a25878af.js} +0 -0
  1070. /package/dist/cjs/{bal-step.util-DQcaqybX.js → bal-step.util-3c009db9.js} +0 -0
  1071. /package/dist/cjs/{bal-tab.util-DFGwGbfr.js → bal-tab.util-d0785ef4.js} +0 -0
  1072. /package/dist/cjs/{bal-time-input.i18n-Bfr3EMVD.js → bal-time-input.i18n-b2bb9182.js} +0 -0
  1073. /package/dist/cjs/{bem-p0PWVN8n.js → bem-81bc6a2d.js} +0 -0
  1074. /package/dist/cjs/{contact-qHJM5IBh.js → contact-61b41246.js} +0 -0
  1075. /package/dist/cjs/{floating-ui.dom-BPU3HWKX.js → floating-ui.dom.esm-13e3f667.js} +0 -0
  1076. /package/dist/cjs/{form-BSlIiqcR.js → form-17c98ac2.js} +0 -0
  1077. /package/dist/cjs/{keyboard.helpers-BkZpVT-9.js → keyboard.helpers-2093e793.js} +0 -0
  1078. /package/dist/cjs/{keys.constant-LnwxHAZo.js → keys.constant-b53da545.js} +0 -0
  1079. /package/dist/cjs/{mask-util-B8hrxmqO.js → mask-util-19c28b4a.js} +0 -0
  1080. /package/dist/cjs/{option-kGk4eTdA.js → option-85af0921.js} +0 -0
  1081. /package/dist/esm/{aria-DBsOHTWj.js → aria-ea150568.js} +0 -0
  1082. /package/dist/esm/{bal-close.i18n-Ct27z6g9.js → bal-close.i18n-f2daa707.js} +0 -0
  1083. /package/dist/esm/{bal-file-upload.type-rBUN7c88.js → bal-file-upload.type-2a70f4ec.js} +0 -0
  1084. /package/dist/esm/{bal-input-stepper.i18n-DEb5iNGc.js → bal-input-stepper.i18n-aaa4a009.js} +0 -0
  1085. /package/dist/esm/{bal-label.i18n-JHAE10yr.js → bal-label.i18n-4212be56.js} +0 -0
  1086. /package/dist/esm/{bal-step.util-DIC_sxLd.js → bal-step.util-3905ad56.js} +0 -0
  1087. /package/dist/esm/{bal-tab.util-BmVI6cLw.js → bal-tab.util-933315fe.js} +0 -0
  1088. /package/dist/esm/{bal-time-input.i18n-B4aDEwd8.js → bal-time-input.i18n-157c7092.js} +0 -0
  1089. /package/dist/esm/{bem-ByiN-QjD.js → bem-8c7d2eb0.js} +0 -0
  1090. /package/dist/esm/{contact-BkEdlCZJ.js → contact-91a44c8c.js} +0 -0
  1091. /package/dist/esm/{floating-ui.dom-DKxvaA1I.js → floating-ui.dom.esm-efb93616.js} +0 -0
  1092. /package/dist/esm/{form-FCLKfv6B.js → form-841232ff.js} +0 -0
  1093. /package/dist/esm/{keyboard.helpers-D1VPLQ5z.js → keyboard.helpers-159e517d.js} +0 -0
  1094. /package/dist/esm/{keys.constant-xVPGsAdF.js → keys.constant-0eb059e0.js} +0 -0
  1095. /package/dist/esm/{mask-util-DuObDTix.js → mask-util-71edc2b8.js} +0 -0
  1096. /package/dist/esm/{option-BLp4ll3i.js → option-367a5341.js} +0 -0
  1097. /package/dist/esm-es5/{aria-DBsOHTWj.js → aria-ea150568.js} +0 -0
  1098. /package/dist/esm-es5/{bal-close.i18n-Ct27z6g9.js → bal-close.i18n-f2daa707.js} +0 -0
  1099. /package/dist/esm-es5/{bal-file-upload.type-rBUN7c88.js → bal-file-upload.type-2a70f4ec.js} +0 -0
  1100. /package/dist/esm-es5/{bal-input-stepper.i18n-DEb5iNGc.js → bal-input-stepper.i18n-aaa4a009.js} +0 -0
  1101. /package/dist/esm-es5/{bal-label.i18n-JHAE10yr.js → bal-label.i18n-4212be56.js} +0 -0
  1102. /package/dist/esm-es5/{bal-step.util-DIC_sxLd.js → bal-step.util-3905ad56.js} +0 -0
  1103. /package/dist/esm-es5/{bal-tab.util-BmVI6cLw.js → bal-tab.util-933315fe.js} +0 -0
  1104. /package/dist/esm-es5/{bal-time-input.i18n-B4aDEwd8.js → bal-time-input.i18n-157c7092.js} +0 -0
  1105. /package/dist/esm-es5/{bem-ByiN-QjD.js → bem-8c7d2eb0.js} +0 -0
  1106. /package/dist/esm-es5/{contact-BkEdlCZJ.js → contact-91a44c8c.js} +0 -0
  1107. /package/dist/esm-es5/{floating-ui.dom-DKxvaA1I.js → floating-ui.dom.esm-efb93616.js} +0 -0
  1108. /package/dist/esm-es5/{form-FCLKfv6B.js → form-841232ff.js} +0 -0
  1109. /package/dist/esm-es5/{keyboard.helpers-D1VPLQ5z.js → keyboard.helpers-159e517d.js} +0 -0
  1110. /package/dist/esm-es5/{keys.constant-xVPGsAdF.js → keys.constant-0eb059e0.js} +0 -0
  1111. /package/dist/esm-es5/{mask-util-DuObDTix.js → mask-util-71edc2b8.js} +0 -0
  1112. /package/dist/esm-es5/{option-BLp4ll3i.js → option-367a5341.js} +0 -0
  1113. /package/dist/esm-es5/{tslib.es6-dfXERft2.js → tslib.es6-654e2c24.js} +0 -0
@@ -1 +0,0 @@
1
- var __extends=this&&this.__extends||function(){var e=function(n,r){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,n){e.__proto__=n}||function(e,n){for(var r in n)if(Object.prototype.hasOwnProperty.call(n,r))e[r]=n[r]};return e(n,r)};return function(n,r){if(typeof r!=="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(n,r);function t(){this.constructor=n}n.prototype=r===null?Object.create(r):(t.prototype=r.prototype,new t)}}();var __assign=this&&this.__assign||function(){__assign=Object.assign||function(e){for(var n,r=1,t=arguments.length;r<t;r++){n=arguments[r];for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i))e[i]=n[i]}return e};return __assign.apply(this,arguments)};var __rest=this&&this.__rest||function(e,n){var r={};for(var t in e)if(Object.prototype.hasOwnProperty.call(e,t)&&n.indexOf(t)<0)r[t]=e[t];if(e!=null&&typeof Object.getOwnPropertySymbols==="function")for(var i=0,t=Object.getOwnPropertySymbols(e);i<t.length;i++){if(n.indexOf(t[i])<0&&Object.prototype.propertyIsEnumerable.call(e,t[i]))r[t[i]]=e[t[i]]}return r};var __spreadArray=this&&this.__spreadArray||function(e,n,r){if(r||arguments.length===2)for(var t=0,i=n.length,u;t<i;t++){if(u||!(t in n)){if(!u)u=Array.prototype.slice.call(n,0,t);u[t]=n[t]}}return e.concat(u||Array.prototype.slice.call(n))};System.register(["./p-UHSJaF1l.system.js"],(function(e){"use strict";var n;return{setters:[function(e){n=e.n}],execute:function(){e("d",vi);var r=e("i",{en:{toggleDatepicker:"Open datepicker",nextMonth:"Next month",previousMonth:"Previous month",selectMonth:"Select month and year"},fr:{toggleDatepicker:"Ouvrir le sélecteur de dates",nextMonth:"Mois suivant",previousMonth:"Mois précédent",selectMonth:"Sélectionner le mois et l'année"},it:{toggleDatepicker:"Apri il selettore della data",nextMonth:"Mese successivo",previousMonth:"Mese precedente",selectMonth:"Seleziona mese e anno"},nl:{toggleDatepicker:"Open datumkiezer",nextMonth:"Volgende maand",previousMonth:"Vorige maand",selectMonth:"Selecteer maand en jaar"},es:{toggleDatepicker:"Abrir selector de fechas",nextMonth:"Mes siguiente",previousMonth:"Mes anterior",selectMonth:"Seleccionar mes y año"},pt:{toggleDatepicker:"Abrir seletor de datas",nextMonth:"Próximo mês",previousMonth:"Mês anterior",selectMonth:"Selecionar mês e ano"},sv:{toggleDatepicker:"Öppna datumväljare",nextMonth:"Nästa månad",previousMonth:"Föregående månad",selectMonth:"Välj månad och år"},fi:{toggleDatepicker:"Avaa päivämäärän valitsin",nextMonth:"Seuraava kuukausi",previousMonth:"Edellinen kuukausi",selectMonth:"Valitse kuukausi ja vuosi"},de:{toggleDatepicker:"Öffne den Datumswähler",nextMonth:"Nächster Monat",previousMonth:"Vormonat",selectMonth:"Monat und Jahr auswählen"},pl:{toggleDatepicker:"Otwórz wybierak daty",nextMonth:"Następny miesiąc",previousMonth:"Poprzedni miesiąc",selectMonth:"Wybierz miesiąc i rok"}});var t=function(e){__extends(n,e);function n(){return e!==null&&e.apply(this,arguments)||this}return n}(Error);var i=function(e){__extends(n,e);function n(n){return e.call(this,"Invalid DateTime: ".concat(n.toMessage()))||this}return n}(t);var u=function(e){__extends(n,e);function n(n){return e.call(this,"Invalid Interval: ".concat(n.toMessage()))||this}return n}(t);var a=function(e){__extends(n,e);function n(n){return e.call(this,"Invalid Duration: ".concat(n.toMessage()))||this}return n}(t);var s=function(e){__extends(n,e);function n(){return e!==null&&e.apply(this,arguments)||this}return n}(t);var o=function(e){__extends(n,e);function n(n){return e.call(this,"Invalid unit ".concat(n))||this}return n}(t);var f=function(e){__extends(n,e);function n(){return e!==null&&e.apply(this,arguments)||this}return n}(t);var c=function(e){__extends(n,e);function n(){return e.call(this,"Zone is an abstract class")||this}return n}(t);var l="numeric",h="short",v="long";var d={year:l,month:l,day:l};var m={year:l,month:h,day:l};var b={year:l,month:h,day:l,weekday:h};var g={year:l,month:v,day:l};var y={year:l,month:v,day:l,weekday:v};var w={hour:l,minute:l};var _={hour:l,minute:l,second:l};var M={hour:l,minute:l,second:l,timeZoneName:h};var O={hour:l,minute:l,second:l,timeZoneName:v};var p={hour:l,minute:l,hourCycle:"h23"};var j={hour:l,minute:l,second:l,hourCycle:"h23"};var k={hour:l,minute:l,second:l,hourCycle:"h23",timeZoneName:h};var N={hour:l,minute:l,second:l,hourCycle:"h23",timeZoneName:v};var T={year:l,month:l,day:l,hour:l,minute:l};var E={year:l,month:l,day:l,hour:l,minute:l,second:l};var S={year:l,month:h,day:l,hour:l,minute:l};var D={year:l,month:h,day:l,hour:l,minute:l,second:l};var I={year:l,month:h,day:l,weekday:h,hour:l,minute:l};var x={year:l,month:v,day:l,hour:l,minute:l,timeZoneName:h};var A={year:l,month:v,day:l,hour:l,minute:l,second:l,timeZoneName:h};var Z={year:l,month:v,day:l,weekday:v,hour:l,minute:l,timeZoneName:v};var L={year:l,month:v,day:l,weekday:v,hour:l,minute:l,second:l,timeZoneName:v};var W=function(){function e(){}Object.defineProperty(e.prototype,"type",{get:function(){throw new c},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"name",{get:function(){throw new c},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"ianaName",{get:function(){return this.name},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"isUniversal",{get:function(){throw new c},enumerable:false,configurable:true});e.prototype.offsetName=function(e,n){throw new c};e.prototype.formatOffset=function(e,n){throw new c};e.prototype.offset=function(e){throw new c};e.prototype.equals=function(e){throw new c};Object.defineProperty(e.prototype,"isValid",{get:function(){throw new c},enumerable:false,configurable:true});return e}();var C=null;var H=function(e){__extends(n,e);function n(){return e!==null&&e.apply(this,arguments)||this}Object.defineProperty(n,"instance",{get:function(){if(C===null){C=new n}return C},enumerable:false,configurable:true});Object.defineProperty(n.prototype,"type",{get:function(){return"system"},enumerable:false,configurable:true});Object.defineProperty(n.prototype,"name",{get:function(){return(new Intl.DateTimeFormat).resolvedOptions().timeZone},enumerable:false,configurable:true});Object.defineProperty(n.prototype,"isUniversal",{get:function(){return false},enumerable:false,configurable:true});n.prototype.offsetName=function(e,n){var r=n.format,t=n.locale;return yn(e,r,t)};n.prototype.formatOffset=function(e,n){return On(this.offset(e),n)};n.prototype.offset=function(e){return-new Date(e).getTimezoneOffset()};n.prototype.equals=function(e){return e.type==="system"};Object.defineProperty(n.prototype,"isValid",{get:function(){return true},enumerable:false,configurable:true});return n}(W);var F={};function q(e){if(!F[e]){F[e]=new Intl.DateTimeFormat("en-US",{hour12:false,timeZone:e,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"})}return F[e]}var z={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6};function U(e,n){var r=e.format(n).replace(/\u200E/g,""),t=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(r),i=t[1],u=t[2],a=t[3],s=t[4],o=t[5],f=t[6],c=t[7];return[a,i,u,s,o,f,c]}function J(e,n){var r=e.formatToParts(n);var t=[];for(var i=0;i<r.length;i++){var u=r[i],a=u.type,s=u.value;var o=z[a];if(a==="era"){t[o]=s}else if(!Re(o)){t[o]=parseInt(s,10)}}return t}var G={};var R=function(e){__extends(n,e);function n(r){var t=e.call(this)||this;t.zoneName=r;t.valid=n.isValidZone(r);return t}n.create=function(e){if(!G[e]){G[e]=new n(e)}return G[e]};n.resetCache=function(){G={};F={}};n.isValidSpecifier=function(e){return this.isValidZone(e)};n.isValidZone=function(e){if(!e){return false}try{new Intl.DateTimeFormat("en-US",{timeZone:e}).format();return true}catch(e){return false}};Object.defineProperty(n.prototype,"type",{get:function(){return"iana"},enumerable:false,configurable:true});Object.defineProperty(n.prototype,"name",{get:function(){return this.zoneName},enumerable:false,configurable:true});Object.defineProperty(n.prototype,"isUniversal",{get:function(){return false},enumerable:false,configurable:true});n.prototype.offsetName=function(e,n){var r=n.format,t=n.locale;return yn(e,r,t,this.name)};n.prototype.formatOffset=function(e,n){return On(this.offset(e),n)};n.prototype.offset=function(e){var n=new Date(e);if(isNaN(n))return NaN;var r=q(this.name);var t=r.formatToParts?J(r,n):U(r,n),i=t[0],u=t[1],a=t[2],s=t[3],o=t[4],f=t[5],c=t[6];if(s==="BC"){i=-Math.abs(i)+1}var l=o===24?0:o;var h=dn({year:i,month:u,day:a,hour:l,minute:f,second:c,millisecond:0});var v=+n;var d=v%1e3;v-=d>=0?d:1e3+d;return(h-v)/(60*1e3)};n.prototype.equals=function(e){return e.type==="iana"&&e.name===this.name};Object.defineProperty(n.prototype,"isValid",{get:function(){return this.valid},enumerable:false,configurable:true});return n}(W);var Y={};function P(e,n){if(n===void 0){n={}}var r=JSON.stringify([e,n]);var t=Y[r];if(!t){t=new Intl.ListFormat(e,n);Y[r]=t}return t}var V={};function $(e,n){if(n===void 0){n={}}var r=JSON.stringify([e,n]);var t=V[r];if(!t){t=new Intl.DateTimeFormat(e,n);V[r]=t}return t}var B={};function K(e,n){if(n===void 0){n={}}var r=JSON.stringify([e,n]);var t=B[r];if(!t){t=new Intl.NumberFormat(e,n);B[r]=t}return t}var Q={};function X(e,n){if(n===void 0){n={}}var r=n.base,t=__rest(n,["base"]);var i=JSON.stringify([e,t]);var u=Q[i];if(!u){u=new Intl.RelativeTimeFormat(e,n);Q[i]=u}return u}var ee=null;function ne(){if(ee){return ee}else{ee=(new Intl.DateTimeFormat).resolvedOptions().locale;return ee}}var re={};function te(e){var n=re[e];if(!n){var r=new Intl.Locale(e);n="getWeekInfo"in r?r.getWeekInfo():r.weekInfo;re[e]=n}return n}function ie(e){var n=e.indexOf("-x-");if(n!==-1){e=e.substring(0,n)}var r=e.indexOf("-u-");if(r===-1){return[e]}else{var t=void 0;var i=void 0;try{t=$(e).resolvedOptions();i=e}catch(n){var u=e.substring(0,r);t=$(u).resolvedOptions();i=u}var a=t.numberingSystem,s=t.calendar;return[i,a,s]}}function ue(e,n,r){if(r||n){if(!e.includes("-u-")){e+="-u"}if(r){e+="-ca-".concat(r)}if(n){e+="-nu-".concat(n)}return e}else{return e}}function ae(e){var n=[];for(var r=1;r<=12;r++){var t=li.utc(2009,r,1);n.push(e(t))}return n}function se(e){var n=[];for(var r=1;r<=7;r++){var t=li.utc(2016,11,13+r);n.push(e(t))}return n}function oe(e,n,r,t){var i=e.listingMode();if(i==="error"){return null}else if(i==="en"){return r(n)}else{return t(n)}}function fe(e){if(e.numberingSystem&&e.numberingSystem!=="latn"){return false}else{return e.numberingSystem==="latn"||!e.locale||e.locale.startsWith("en")||new Intl.DateTimeFormat(e.intl).resolvedOptions().numberingSystem==="latn"}}var ce=function(){function e(e,n,r){this.padTo=r.padTo||0;this.floor=r.floor||false;var t=r.padTo,i=r.floor,u=__rest(r,["padTo","floor"]);if(!n||Object.keys(u).length>0){var a=__assign({useGrouping:false},r);if(r.padTo>0)a.minimumIntegerDigits=r.padTo;this.inf=K(e,a)}}e.prototype.format=function(e){if(this.inf){var n=this.floor?Math.floor(e):e;return this.inf.format(n)}else{var n=this.floor?Math.floor(e):cn(e,3);return an(n,this.padTo)}};return e}();var le=function(){function e(e,n,r){this.opts=r;this.originalZone=undefined;var t=undefined;if(this.opts.timeZone){this.dt=e}else if(e.zone.type==="fixed"){var i=-1*(e.offset/60);var u=i>=0?"Etc/GMT+".concat(i):"Etc/GMT".concat(i);if(e.offset!==0&&R.create(u).valid){t=u;this.dt=e}else{t="UTC";this.dt=e.offset===0?e:e.setZone("UTC").plus({minutes:e.offset});this.originalZone=e.zone}}else if(e.zone.type==="system"){this.dt=e}else if(e.zone.type==="iana"){this.dt=e;t=e.zone.name}else{t="UTC";this.dt=e.setZone("UTC").plus({minutes:e.offset});this.originalZone=e.zone}var a=__assign({},this.opts);a.timeZone=a.timeZone||t;this.dtf=$(n,a)}e.prototype.format=function(){if(this.originalZone){return this.formatToParts().map((function(e){var n=e.value;return n})).join("")}return this.dtf.format(this.dt.toJSDate())};e.prototype.formatToParts=function(){var e=this;var n=this.dtf.formatToParts(this.dt.toJSDate());if(this.originalZone){return n.map((function(n){if(n.type==="timeZoneName"){var r=e.originalZone.offsetName(e.dt.ts,{locale:e.dt.locale,format:e.opts.timeZoneName});return __assign(__assign({},n),{value:r})}else{return n}}))}return n};e.prototype.resolvedOptions=function(){return this.dtf.resolvedOptions()};return e}();var he=function(){function e(e,n,r){this.opts=__assign({style:"long"},r);if(!n&&Be()){this.rtf=X(e,r)}}e.prototype.format=function(e,n){if(this.rtf){return this.rtf.format(e,n)}else{return zn(n,e,this.opts.numeric,this.opts.style!=="long")}};e.prototype.formatToParts=function(e,n){if(this.rtf){return this.rtf.formatToParts(e,n)}else{return[]}};return e}();var ve={firstDay:1,minimalDays:4,weekend:[6,7]};var de=function(){function e(e,n,r,t,i){var u=ie(e),a=u[0],s=u[1],o=u[2];this.locale=a;this.numberingSystem=n||s||null;this.outputCalendar=r||o||null;this.weekSettings=t;this.intl=ue(this.locale,this.numberingSystem,this.outputCalendar);this.weekdaysCache={format:{},standalone:{}};this.monthsCache={format:{},standalone:{}};this.meridiemCache=null;this.eraCache={};this.specifiedLocale=i;this.fastNumbersCached=null}e.fromOpts=function(n){return e.create(n.locale,n.numberingSystem,n.outputCalendar,n.weekSettings,n.defaultToEN)};e.create=function(n,r,t,i,u){if(u===void 0){u=false}var a=n||Te.defaultLocale;var s=a||(u?"en-US":ne());var o=r||Te.defaultNumberingSystem;var f=t||Te.defaultOutputCalendar;var c=rn(i)||Te.defaultWeekSettings;return new e(s,o,f,c,a)};e.resetCache=function(){ee=null;V={};B={};Q={}};e.fromObject=function(n){var r=n===void 0?{}:n,t=r.locale,i=r.numberingSystem,u=r.outputCalendar,a=r.weekSettings;return e.create(t,i,u,a)};Object.defineProperty(e.prototype,"fastNumbers",{get:function(){if(this.fastNumbersCached==null){this.fastNumbersCached=fe(this)}return this.fastNumbersCached},enumerable:false,configurable:true});e.prototype.listingMode=function(){var e=this.isEnglish();var n=(this.numberingSystem===null||this.numberingSystem==="latn")&&(this.outputCalendar===null||this.outputCalendar==="gregory");return e&&n?"en":"intl"};e.prototype.clone=function(n){if(!n||Object.getOwnPropertyNames(n).length===0){return this}else{return e.create(n.locale||this.specifiedLocale,n.numberingSystem||this.numberingSystem,n.outputCalendar||this.outputCalendar,rn(n.weekSettings)||this.weekSettings,n.defaultToEN||false)}};e.prototype.redefaultToEN=function(e){if(e===void 0){e={}}return this.clone(__assign(__assign({},e),{defaultToEN:true}))};e.prototype.redefaultToSystem=function(e){if(e===void 0){e={}}return this.clone(__assign(__assign({},e),{defaultToEN:false}))};e.prototype.months=function(e,n){var r=this;if(n===void 0){n=false}return oe(this,e,Tn,(function(){var t=n?{month:e,day:"numeric"}:{month:e},i=n?"format":"standalone";if(!r.monthsCache[i][e]){r.monthsCache[i][e]=ae((function(e){return r.extract(e,t,"month")}))}return r.monthsCache[i][e]}))};e.prototype.weekdays=function(e,n){var r=this;if(n===void 0){n=false}return oe(this,e,In,(function(){var t=n?{weekday:e,year:"numeric",month:"long",day:"numeric"}:{weekday:e},i=n?"format":"standalone";if(!r.weekdaysCache[i][e]){r.weekdaysCache[i][e]=se((function(e){return r.extract(e,t,"weekday")}))}return r.weekdaysCache[i][e]}))};e.prototype.meridiems=function(){var e=this;return oe(this,undefined,(function(){return xn}),(function(){if(!e.meridiemCache){var n={hour:"numeric",hourCycle:"h12"};e.meridiemCache=[li.utc(2016,11,13,9),li.utc(2016,11,13,19)].map((function(r){return e.extract(r,n,"dayperiod")}))}return e.meridiemCache}))};e.prototype.eras=function(e){var n=this;return oe(this,e,Wn,(function(){var r={era:e};if(!n.eraCache[e]){n.eraCache[e]=[li.utc(-40,1,1),li.utc(2017,1,1)].map((function(e){return n.extract(e,r,"era")}))}return n.eraCache[e]}))};e.prototype.extract=function(e,n,r){var t=this.dtFormatter(e,n),i=t.formatToParts(),u=i.find((function(e){return e.type.toLowerCase()===r}));return u?u.value:null};e.prototype.numberFormatter=function(e){if(e===void 0){e={}}return new ce(this.intl,e.forceSimple||this.fastNumbers,e)};e.prototype.dtFormatter=function(e,n){if(n===void 0){n={}}return new le(e,this.intl,n)};e.prototype.relFormatter=function(e){if(e===void 0){e={}}return new he(this.intl,this.isEnglish(),e)};e.prototype.listFormatter=function(e){if(e===void 0){e={}}return P(this.intl,e)};e.prototype.isEnglish=function(){return this.locale==="en"||this.locale.toLowerCase()==="en-us"||new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")};e.prototype.getWeekSettings=function(){if(this.weekSettings){return this.weekSettings}else if(!Ke()){return ve}else{return te(this.locale)}};e.prototype.getStartOfWeek=function(){return this.getWeekSettings().firstDay};e.prototype.getMinDaysInFirstWeek=function(){return this.getWeekSettings().minimalDays};e.prototype.getWeekendDays=function(){return this.getWeekSettings().weekend};e.prototype.equals=function(e){return this.locale===e.locale&&this.numberingSystem===e.numberingSystem&&this.outputCalendar===e.outputCalendar};return e}();var me=null;var be=function(e){__extends(n,e);function n(n){var r=e.call(this)||this;r.fixed=n;return r}Object.defineProperty(n,"utcInstance",{get:function(){if(me===null){me=new n(0)}return me},enumerable:false,configurable:true});n.instance=function(e){return e===0?n.utcInstance:new n(e)};n.parseSpecifier=function(e){if(e){var r=e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(r){return new n(wn(r[1],r[2]))}}return null};Object.defineProperty(n.prototype,"type",{get:function(){return"fixed"},enumerable:false,configurable:true});Object.defineProperty(n.prototype,"name",{get:function(){return this.fixed===0?"UTC":"UTC".concat(On(this.fixed,"narrow"))},enumerable:false,configurable:true});Object.defineProperty(n.prototype,"ianaName",{get:function(){if(this.fixed===0){return"Etc/UTC"}else{return"Etc/GMT".concat(On(-this.fixed,"narrow"))}},enumerable:false,configurable:true});n.prototype.offsetName=function(){return this.name};n.prototype.formatOffset=function(e,n){return On(this.fixed,n)};Object.defineProperty(n.prototype,"isUniversal",{get:function(){return true},enumerable:false,configurable:true});n.prototype.offset=function(){return this.fixed};n.prototype.equals=function(e){return e.type==="fixed"&&e.fixed===this.fixed};Object.defineProperty(n.prototype,"isValid",{get:function(){return true},enumerable:false,configurable:true});return n}(W);var ge=function(e){__extends(n,e);function n(n){var r=e.call(this)||this;r.zoneName=n;return r}Object.defineProperty(n.prototype,"type",{get:function(){return"invalid"},enumerable:false,configurable:true});Object.defineProperty(n.prototype,"name",{get:function(){return this.zoneName},enumerable:false,configurable:true});Object.defineProperty(n.prototype,"isUniversal",{get:function(){return false},enumerable:false,configurable:true});n.prototype.offsetName=function(){return null};n.prototype.formatOffset=function(){return""};n.prototype.offset=function(){return NaN};n.prototype.equals=function(){return false};Object.defineProperty(n.prototype,"isValid",{get:function(){return false},enumerable:false,configurable:true});return n}(W);function ye(e,n){if(Re(e)||e===null){return n}else if(e instanceof W){return e}else if(Ve(e)){var r=e.toLowerCase();if(r==="default")return n;else if(r==="local"||r==="system")return H.instance;else if(r==="utc"||r==="gmt")return be.utcInstance;else return be.parseSpecifier(r)||R.create(e)}else if(Ye(e)){return be.instance(e)}else if(typeof e==="object"&&"offset"in e&&typeof e.offset==="function"){return e}else{return new ge(e)}}var we=function(){return Date.now()},_e="system",Me=null,Oe=null,pe=null,je=60,ke,Ne=null;var Te=function(){function e(){}Object.defineProperty(e,"now",{get:function(){return we},set:function(e){we=e},enumerable:false,configurable:true});Object.defineProperty(e,"defaultZone",{get:function(){return ye(_e,H.instance)},set:function(e){_e=e},enumerable:false,configurable:true});Object.defineProperty(e,"defaultLocale",{get:function(){return Me},set:function(e){Me=e},enumerable:false,configurable:true});Object.defineProperty(e,"defaultNumberingSystem",{get:function(){return Oe},set:function(e){Oe=e},enumerable:false,configurable:true});Object.defineProperty(e,"defaultOutputCalendar",{get:function(){return pe},set:function(e){pe=e},enumerable:false,configurable:true});Object.defineProperty(e,"defaultWeekSettings",{get:function(){return Ne},set:function(e){Ne=rn(e)},enumerable:false,configurable:true});Object.defineProperty(e,"twoDigitCutoffYear",{get:function(){return je},set:function(e){je=e%100},enumerable:false,configurable:true});Object.defineProperty(e,"throwOnInvalid",{get:function(){return ke},set:function(e){ke=e},enumerable:false,configurable:true});e.resetCaches=function(){de.resetCache();R.resetCache()};return e}();var Ee=function(){function e(e,n){this.reason=e;this.explanation=n}e.prototype.toMessage=function(){if(this.explanation){return"".concat(this.reason,": ").concat(this.explanation)}else{return this.reason}};return e}();var Se=[0,31,59,90,120,151,181,212,243,273,304,334],De=[0,31,60,91,121,152,182,213,244,274,305,335];function Ie(e,n){return new Ee("unit out of range","you specified ".concat(n," (of type ").concat(typeof n,") as a ").concat(e,", which is invalid"))}function xe(e,n,r){var t=new Date(Date.UTC(e,n-1,r));if(e<100&&e>=0){t.setUTCFullYear(t.getUTCFullYear()-1900)}var i=t.getUTCDay();return i===0?7:i}function Ae(e,n,r){return r+(ln(e)?De:Se)[n-1]}function Ze(e,n){var r=ln(e)?De:Se,t=r.findIndex((function(e){return e<n})),i=n-r[t];return{month:t+1,day:i}}function Le(e,n){return(e-n+7)%7+1}function We(e,n,r){if(n===void 0){n=4}if(r===void 0){r=1}var t=e.year,i=e.month,u=e.day,a=Ae(t,i,u),s=Le(xe(t,i,u),r);var o=Math.floor((a-s+14-n)/7),f;if(o<1){f=t-1;o=bn(f,n,r)}else if(o>bn(t,n,r)){f=t+1;o=1}else{f=t}return __assign({weekYear:f,weekNumber:o,weekday:s},pn(e))}function Ce(e,n,r){if(n===void 0){n=4}if(r===void 0){r=1}var t=e.weekYear,i=e.weekNumber,u=e.weekday,a=Le(xe(t,1,n),r),s=hn(t);var o=i*7+u-a-7+n,f;if(o<1){f=t-1;o+=hn(f)}else if(o>s){f=t+1;o-=hn(t)}else{f=t}var c=Ze(f,o),l=c.month,h=c.day;return __assign({year:f,month:l,day:h},pn(e))}function He(e){var n=e.year,r=e.month,t=e.day;var i=Ae(n,r,t);return __assign({year:n,ordinal:i},pn(e))}function Fe(e){var n=e.year,r=e.ordinal;var t=Ze(n,r),i=t.month,u=t.day;return __assign({year:n,month:i,day:u},pn(e))}function qe(e,n){var r=!Re(e.localWeekday)||!Re(e.localWeekNumber)||!Re(e.localWeekYear);if(r){var t=!Re(e.weekday)||!Re(e.weekNumber)||!Re(e.weekYear);if(t){throw new s("Cannot mix locale-based week fields with ISO-based week fields")}if(!Re(e.localWeekday))e.weekday=e.localWeekday;if(!Re(e.localWeekNumber))e.weekNumber=e.localWeekNumber;if(!Re(e.localWeekYear))e.weekYear=e.localWeekYear;delete e.localWeekday;delete e.localWeekNumber;delete e.localWeekYear;return{minDaysInFirstWeek:n.getMinDaysInFirstWeek(),startOfWeek:n.getStartOfWeek()}}else{return{minDaysInFirstWeek:4,startOfWeek:1}}}function ze(e,n,r){if(n===void 0){n=4}if(r===void 0){r=1}var t=Pe(e.weekYear),i=tn(e.weekNumber,1,bn(e.weekYear,n,r)),u=tn(e.weekday,1,7);if(!t){return Ie("weekYear",e.weekYear)}else if(!i){return Ie("week",e.weekNumber)}else if(!u){return Ie("weekday",e.weekday)}else return false}function Ue(e){var n=Pe(e.year),r=tn(e.ordinal,1,hn(e.year));if(!n){return Ie("year",e.year)}else if(!r){return Ie("ordinal",e.ordinal)}else return false}function Je(e){var n=Pe(e.year),r=tn(e.month,1,12),t=tn(e.day,1,vn(e.year,e.month));if(!n){return Ie("year",e.year)}else if(!r){return Ie("month",e.month)}else if(!t){return Ie("day",e.day)}else return false}function Ge(e){var n=e.hour,r=e.minute,t=e.second,i=e.millisecond;var u=tn(n,0,23)||n===24&&r===0&&t===0&&i===0,a=tn(r,0,59),s=tn(t,0,59),o=tn(i,0,999);if(!u){return Ie("hour",n)}else if(!a){return Ie("minute",r)}else if(!s){return Ie("second",t)}else if(!o){return Ie("millisecond",i)}else return false}function Re(e){return typeof e==="undefined"}function Ye(e){return typeof e==="number"}function Pe(e){return typeof e==="number"&&e%1===0}function Ve(e){return typeof e==="string"}function $e(e){return Object.prototype.toString.call(e)==="[object Date]"}function Be(){try{return typeof Intl!=="undefined"&&!!Intl.RelativeTimeFormat}catch(e){return false}}function Ke(){try{return typeof Intl!=="undefined"&&!!Intl.Locale&&("weekInfo"in Intl.Locale.prototype||"getWeekInfo"in Intl.Locale.prototype)}catch(e){return false}}function Qe(e){return Array.isArray(e)?e:[e]}function Xe(e,n,r){if(e.length===0){return undefined}return e.reduce((function(e,t){var i=[n(t),t];if(!e){return i}else if(r(e[0],i[0])===e[0]){return e}else{return i}}),null)[1]}function en(e,n){return n.reduce((function(n,r){n[r]=e[r];return n}),{})}function nn(e,n){return Object.prototype.hasOwnProperty.call(e,n)}function rn(e){if(e==null){return null}else if(typeof e!=="object"){throw new f("Week settings must be an object")}else{if(!tn(e.firstDay,1,7)||!tn(e.minimalDays,1,7)||!Array.isArray(e.weekend)||e.weekend.some((function(e){return!tn(e,1,7)}))){throw new f("Invalid week settings")}return{firstDay:e.firstDay,minimalDays:e.minimalDays,weekend:Array.from(e.weekend)}}}function tn(e,n,r){return Pe(e)&&e>=n&&e<=r}function un(e,n){return e-n*Math.floor(e/n)}function an(e,n){if(n===void 0){n=2}var r=e<0;var t;if(r){t="-"+(""+-e).padStart(n,"0")}else{t=(""+e).padStart(n,"0")}return t}function sn(e){if(Re(e)||e===null||e===""){return undefined}else{return parseInt(e,10)}}function on(e){if(Re(e)||e===null||e===""){return undefined}else{return parseFloat(e)}}function fn(e){if(Re(e)||e===null||e===""){return undefined}else{var n=parseFloat("0."+e)*1e3;return Math.floor(n)}}function cn(e,n,r){if(r===void 0){r=false}var t=Math.pow(10,n),i=r?Math.trunc:Math.round;return i(e*t)/t}function ln(e){return e%4===0&&(e%100!==0||e%400===0)}function hn(e){return ln(e)?366:365}function vn(e,n){var r=un(n-1,12)+1,t=e+(n-r)/12;if(r===2){return ln(t)?29:28}else{return[31,null,31,30,31,30,31,31,30,31,30,31][r-1]}}function dn(e){var n=Date.UTC(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond);if(e.year<100&&e.year>=0){n=new Date(n);n.setUTCFullYear(e.year,e.month-1,e.day)}return+n}function mn(e,n,r){var t=Le(xe(e,1,n),r);return-t+n-1}function bn(e,n,r){if(n===void 0){n=4}if(r===void 0){r=1}var t=mn(e,n,r);var i=mn(e+1,n,r);return(hn(e)-t+i)/7}function gn(e){if(e>99){return e}else return e>Te.twoDigitCutoffYear?1900+e:2e3+e}function yn(e,n,r,t){if(t===void 0){t=null}var i=new Date(e),u={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};if(t){u.timeZone=t}var a=__assign({timeZoneName:n},u);var s=new Intl.DateTimeFormat(r,a).formatToParts(i).find((function(e){return e.type.toLowerCase()==="timezonename"}));return s?s.value:null}function wn(e,n){var r=parseInt(e,10);if(Number.isNaN(r)){r=0}var t=parseInt(n,10)||0,i=r<0||Object.is(r,-0)?-t:t;return r*60+i}function _n(e){var n=Number(e);if(typeof e==="boolean"||e===""||Number.isNaN(n))throw new f("Invalid unit value ".concat(e));return n}function Mn(e,n){var r={};for(var t in e){if(nn(e,t)){var i=e[t];if(i===undefined||i===null)continue;r[n(t)]=_n(i)}}return r}function On(e,n){var r=Math.trunc(Math.abs(e/60)),t=Math.trunc(Math.abs(e%60)),i=e>=0?"+":"-";switch(n){case"short":return"".concat(i).concat(an(r,2),":").concat(an(t,2));case"narrow":return"".concat(i).concat(r).concat(t>0?":".concat(t):"");case"techie":return"".concat(i).concat(an(r,2)).concat(an(t,2));default:throw new RangeError("Value format ".concat(n," is out of range for property format"))}}function pn(e){return en(e,["hour","minute","second","millisecond"])}var jn=["January","February","March","April","May","June","July","August","September","October","November","December"];var kn=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];var Nn=["J","F","M","A","M","J","J","A","S","O","N","D"];function Tn(e){switch(e){case"narrow":return __spreadArray([],Nn,true);case"short":return __spreadArray([],kn,true);case"long":return __spreadArray([],jn,true);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}}var En=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"];var Sn=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"];var Dn=["M","T","W","T","F","S","S"];function In(e){switch(e){case"narrow":return __spreadArray([],Dn,true);case"short":return __spreadArray([],Sn,true);case"long":return __spreadArray([],En,true);case"numeric":return["1","2","3","4","5","6","7"];default:return null}}var xn=["AM","PM"];var An=["Before Christ","Anno Domini"];var Zn=["BC","AD"];var Ln=["B","A"];function Wn(e){switch(e){case"narrow":return __spreadArray([],Ln,true);case"short":return __spreadArray([],Zn,true);case"long":return __spreadArray([],An,true);default:return null}}function Cn(e){return xn[e.hour<12?0:1]}function Hn(e,n){return In(n)[e.weekday-1]}function Fn(e,n){return Tn(n)[e.month-1]}function qn(e,n){return Wn(n)[e.year<0?0:1]}function zn(e,n,r,t){if(r===void 0){r="always"}if(t===void 0){t=false}var i={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."]};var u=["hours","minutes","seconds"].indexOf(e)===-1;if(r==="auto"&&u){var a=e==="days";switch(n){case 1:return a?"tomorrow":"next ".concat(i[e][0]);case-1:return a?"yesterday":"last ".concat(i[e][0]);case 0:return a?"today":"this ".concat(i[e][0])}}var s=Object.is(n,-0)||n<0,o=Math.abs(n),f=o===1,c=i[e],l=t?f?c[1]:c[2]||c[1]:f?i[e][0]:e;return s?"".concat(o," ").concat(l," ago"):"in ".concat(o," ").concat(l)}function Un(e,n){var r="";for(var t=0,i=e;t<i.length;t++){var u=i[t];if(u.literal){r+=u.val}else{r+=n(u.val)}}return r}var Jn={D:d,DD:m,DDD:g,DDDD:y,t:w,tt:_,ttt:M,tttt:O,T:p,TT:j,TTT:k,TTTT:N,f:T,ff:S,fff:x,ffff:Z,F:E,FF:D,FFF:A,FFFF:L};var Gn=function(){function e(e,n){this.opts=n;this.loc=e;this.systemLoc=null}e.create=function(n,r){if(r===void 0){r={}}return new e(n,r)};e.parseFormat=function(e){var n=null,r="",t=false;var i=[];for(var u=0;u<e.length;u++){var a=e.charAt(u);if(a==="'"){if(r.length>0){i.push({literal:t||/^\s+$/.test(r),val:r})}n=null;r="";t=!t}else if(t){r+=a}else if(a===n){r+=a}else{if(r.length>0){i.push({literal:/^\s+$/.test(r),val:r})}r=a;n=a}}if(r.length>0){i.push({literal:t||/^\s+$/.test(r),val:r})}return i};e.macroTokenToFormatOpts=function(e){return Jn[e]};e.prototype.formatWithSystemDefault=function(e,n){if(this.systemLoc===null){this.systemLoc=this.loc.redefaultToSystem()}var r=this.systemLoc.dtFormatter(e,__assign(__assign({},this.opts),n));return r.format()};e.prototype.dtFormatter=function(e,n){if(n===void 0){n={}}return this.loc.dtFormatter(e,__assign(__assign({},this.opts),n))};e.prototype.formatDateTime=function(e,n){return this.dtFormatter(e,n).format()};e.prototype.formatDateTimeParts=function(e,n){return this.dtFormatter(e,n).formatToParts()};e.prototype.formatInterval=function(e,n){var r=this.dtFormatter(e.start,n);return r.dtf.formatRange(e.start.toJSDate(),e.end.toJSDate())};e.prototype.resolvedOptions=function(e,n){return this.dtFormatter(e,n).resolvedOptions()};e.prototype.num=function(e,n){if(n===void 0){n=0}if(this.opts.forceSimple){return an(e,n)}var r=__assign({},this.opts);if(n>0){r.padTo=n}return this.loc.numberFormatter(r).format(e)};e.prototype.formatDateTimeFromString=function(n,r){var t=this;var i=this.loc.listingMode()==="en",u=this.loc.outputCalendar&&this.loc.outputCalendar!=="gregory",a=function(e,r){return t.loc.extract(n,e,r)},s=function(e){if(n.isOffsetFixed&&n.offset===0&&e.allowZ){return"Z"}return n.isValid?n.zone.formatOffset(n.ts,e.format):""},o=function(){return i?Cn(n):a({hour:"numeric",hourCycle:"h12"},"dayperiod")},f=function(e,r){return i?Fn(n,e):a(r?{month:e}:{month:e,day:"numeric"},"month")},c=function(e,r){return i?Hn(n,e):a(r?{weekday:e}:{weekday:e,month:"long",day:"numeric"},"weekday")},l=function(r){var i=e.macroTokenToFormatOpts(r);if(i){return t.formatWithSystemDefault(n,i)}else{return r}},h=function(e){return i?qn(n,e):a({era:e},"era")},v=function(e){switch(e){case"S":return t.num(n.millisecond);case"u":case"SSS":return t.num(n.millisecond,3);case"s":return t.num(n.second);case"ss":return t.num(n.second,2);case"uu":return t.num(Math.floor(n.millisecond/10),2);case"uuu":return t.num(Math.floor(n.millisecond/100));case"m":return t.num(n.minute);case"mm":return t.num(n.minute,2);case"h":return t.num(n.hour%12===0?12:n.hour%12);case"hh":return t.num(n.hour%12===0?12:n.hour%12,2);case"H":return t.num(n.hour);case"HH":return t.num(n.hour,2);case"Z":return s({format:"narrow",allowZ:t.opts.allowZ});case"ZZ":return s({format:"short",allowZ:t.opts.allowZ});case"ZZZ":return s({format:"techie",allowZ:t.opts.allowZ});case"ZZZZ":return n.zone.offsetName(n.ts,{format:"short",locale:t.loc.locale});case"ZZZZZ":return n.zone.offsetName(n.ts,{format:"long",locale:t.loc.locale});case"z":return n.zoneName;case"a":return o();case"d":return u?a({day:"numeric"},"day"):t.num(n.day);case"dd":return u?a({day:"2-digit"},"day"):t.num(n.day,2);case"c":return t.num(n.weekday);case"ccc":return c("short",true);case"cccc":return c("long",true);case"ccccc":return c("narrow",true);case"E":return t.num(n.weekday);case"EEE":return c("short",false);case"EEEE":return c("long",false);case"EEEEE":return c("narrow",false);case"L":return u?a({month:"numeric",day:"numeric"},"month"):t.num(n.month);case"LL":return u?a({month:"2-digit",day:"numeric"},"month"):t.num(n.month,2);case"LLL":return f("short",true);case"LLLL":return f("long",true);case"LLLLL":return f("narrow",true);case"M":return u?a({month:"numeric"},"month"):t.num(n.month);case"MM":return u?a({month:"2-digit"},"month"):t.num(n.month,2);case"MMM":return f("short",false);case"MMMM":return f("long",false);case"MMMMM":return f("narrow",false);case"y":return u?a({year:"numeric"},"year"):t.num(n.year);case"yy":return u?a({year:"2-digit"},"year"):t.num(n.year.toString().slice(-2),2);case"yyyy":return u?a({year:"numeric"},"year"):t.num(n.year,4);case"yyyyyy":return u?a({year:"numeric"},"year"):t.num(n.year,6);case"G":return h("short");case"GG":return h("long");case"GGGGG":return h("narrow");case"kk":return t.num(n.weekYear.toString().slice(-2),2);case"kkkk":return t.num(n.weekYear,4);case"W":return t.num(n.weekNumber);case"WW":return t.num(n.weekNumber,2);case"n":return t.num(n.localWeekNumber);case"nn":return t.num(n.localWeekNumber,2);case"ii":return t.num(n.localWeekYear.toString().slice(-2),2);case"iiii":return t.num(n.localWeekYear,4);case"o":return t.num(n.ordinal);case"ooo":return t.num(n.ordinal,3);case"q":return t.num(n.quarter);case"qq":return t.num(n.quarter,2);case"X":return t.num(Math.floor(n.ts/1e3));case"x":return t.num(n.ts);default:return l(e)}};return Un(e.parseFormat(r),v)};e.prototype.formatDurationFromString=function(n,r){var t=this;var i=function(e){switch(e[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"w":return"week";case"M":return"month";case"y":return"year";default:return null}},u=function(e){return function(n){var r=i(n);if(r){return t.num(e.get(r),n.length)}else{return n}}},a=e.parseFormat(r),s=a.reduce((function(e,n){var r=n.literal,t=n.val;return r?e:e.concat(t)}),[]),o=n.shiftTo.apply(n,s.map(i).filter((function(e){return e})));return Un(a,u(o))};return e}();var Rn=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function Yn(){var e=[];for(var n=0;n<arguments.length;n++){e[n]=arguments[n]}var r=e.reduce((function(e,n){return e+n.source}),"");return RegExp("^".concat(r,"$"))}function Pn(){var e=[];for(var n=0;n<arguments.length;n++){e[n]=arguments[n]}return function(n){return e.reduce((function(e,r){var t=e[0],i=e[1],u=e[2];var a=r(n,u),s=a[0],o=a[1],f=a[2];return[__assign(__assign({},t),s),o||i,f]}),[{},null,1]).slice(0,2)}}function Vn(e){var n=[];for(var r=1;r<arguments.length;r++){n[r-1]=arguments[r]}if(e==null){return[null,null]}for(var t=0,i=n;t<i.length;t++){var u=i[t],a=u[0],s=u[1];var o=a.exec(e);if(o){return s(o)}}return[null,null]}function $n(){var e=[];for(var n=0;n<arguments.length;n++){e[n]=arguments[n]}return function(n,r){var t={};var i;for(i=0;i<e.length;i++){t[e[i]]=sn(n[r+i])}return[t,null,r+i]}}var Bn=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/;var Kn="(?:".concat(Bn.source,"?(?:\\[(").concat(Rn.source,")\\])?)?");var Qn=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/;var Xn=RegExp("".concat(Qn.source).concat(Kn));var er=RegExp("(?:T".concat(Xn.source,")?"));var nr=/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/;var rr=/(\d{4})-?W(\d\d)(?:-?(\d))?/;var tr=/(\d{4})-?(\d{3})/;var ir=$n("weekYear","weekNumber","weekDay");var ur=$n("year","ordinal");var ar=/(\d{4})-(\d\d)-(\d\d)/;var sr=RegExp("".concat(Qn.source," ?(?:").concat(Bn.source,"|(").concat(Rn.source,"))?"));var or=RegExp("(?: ".concat(sr.source,")?"));function fr(e,n,r){var t=e[n];return Re(t)?r:sn(t)}function cr(e,n){var r={year:fr(e,n),month:fr(e,n+1,1),day:fr(e,n+2,1)};return[r,null,n+3]}function lr(e,n){var r={hours:fr(e,n,0),minutes:fr(e,n+1,0),seconds:fr(e,n+2,0),milliseconds:fn(e[n+3])};return[r,null,n+4]}function hr(e,n){var r=!e[n]&&!e[n+1],t=wn(e[n+1],e[n+2]),i=r?null:be.instance(t);return[{},i,n+3]}function vr(e,n){var r=e[n]?R.create(e[n]):null;return[{},r,n+1]}var dr=RegExp("^T?".concat(Qn.source,"$"));var mr=/^-?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 br(e){var n=e[0],r=e[1],t=e[2],i=e[3],u=e[4],a=e[5],s=e[6],o=e[7],f=e[8];var c=n[0]==="-";var l=o&&o[0]==="-";var h=function(e,n){if(n===void 0){n=false}return e!==undefined&&(n||e&&c)?-e:e};return[{years:h(on(r)),months:h(on(t)),weeks:h(on(i)),days:h(on(u)),hours:h(on(a)),minutes:h(on(s)),seconds:h(on(o),o==="-0"),milliseconds:h(fn(f),l)}]}var gr={GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function yr(e,n,r,t,i,u,a){var s={year:n.length===2?gn(sn(n)):sn(n),month:kn.indexOf(r)+1,day:sn(t),hour:sn(i),minute:sn(u)};if(a)s.second=sn(a);if(e){s.weekday=e.length>3?En.indexOf(e)+1:Sn.indexOf(e)+1}return s}var wr=/^(?:(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 _r(e){var n=e[1],r=e[2],t=e[3],i=e[4],u=e[5],a=e[6],s=e[7],o=e[8],f=e[9],c=e[10],l=e[11],h=yr(n,i,t,r,u,a,s);var v;if(o){v=gr[o]}else if(f){v=0}else{v=wn(c,l)}return[h,new be(v)]}function Mr(e){return e.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}var Or=/^(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$/,pr=/^(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$/,jr=/^(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 kr(e){var n=e[1],r=e[2],t=e[3],i=e[4],u=e[5],a=e[6],s=e[7],o=yr(n,i,t,r,u,a,s);return[o,be.utcInstance]}function Nr(e){var n=e[1],r=e[2],t=e[3],i=e[4],u=e[5],a=e[6],s=e[7],o=yr(n,s,r,t,i,u,a);return[o,be.utcInstance]}var Tr=Yn(nr,er);var Er=Yn(rr,er);var Sr=Yn(tr,er);var Dr=Yn(Xn);var Ir=Pn(cr,lr,hr,vr);var xr=Pn(ir,lr,hr,vr);var Ar=Pn(ur,lr,hr,vr);var Zr=Pn(lr,hr,vr);function Lr(e){return Vn(e,[Tr,Ir],[Er,xr],[Sr,Ar],[Dr,Zr])}function Wr(e){return Vn(Mr(e),[wr,_r])}function Cr(e){return Vn(e,[Or,kr],[pr,kr],[jr,Nr])}function Hr(e){return Vn(e,[mr,br])}var Fr=Pn(lr);function qr(e){return Vn(e,[dr,Fr])}var zr=Yn(ar,or);var Ur=Yn(sr);var Jr=Pn(lr,hr,vr);function Gr(e){return Vn(e,[zr,Ir],[Ur,Jr])}var Rr="Invalid Duration";var Yr={weeks:{days:7,hours:7*24,minutes:7*24*60,seconds:7*24*60*60,milliseconds:7*24*60*60*1e3},days:{hours:24,minutes:24*60,seconds:24*60*60,milliseconds:24*60*60*1e3},hours:{minutes:60,seconds:60*60,milliseconds:60*60*1e3},minutes:{seconds:60,milliseconds:60*1e3},seconds:{milliseconds:1e3}},Pr=__assign({years:{quarters:4,months:12,weeks:52,days:365,hours:365*24,minutes:365*24*60,seconds:365*24*60*60,milliseconds:365*24*60*60*1e3},quarters:{months:3,weeks:13,days:91,hours:91*24,minutes:91*24*60,seconds:91*24*60*60,milliseconds:91*24*60*60*1e3},months:{weeks:4,days:30,hours:30*24,minutes:30*24*60,seconds:30*24*60*60,milliseconds:30*24*60*60*1e3}},Yr),Vr=146097/400,$r=146097/4800,Br=__assign({years:{quarters:4,months:12,weeks:Vr/7,days:Vr,hours:Vr*24,minutes:Vr*24*60,seconds:Vr*24*60*60,milliseconds:Vr*24*60*60*1e3},quarters:{months:3,weeks:Vr/28,days:Vr/4,hours:Vr*24/4,minutes:Vr*24*60/4,seconds:Vr*24*60*60/4,milliseconds:Vr*24*60*60*1e3/4},months:{weeks:$r/7,days:$r,hours:$r*24,minutes:$r*24*60,seconds:$r*24*60*60,milliseconds:$r*24*60*60*1e3}},Yr);var Kr=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"];var Qr=Kr.slice(0).reverse();function Xr(e,n,r){if(r===void 0){r=false}var t={values:r?n.values:__assign(__assign({},e.values),n.values||{}),loc:e.loc.clone(n.loc),conversionAccuracy:n.conversionAccuracy||e.conversionAccuracy,matrix:n.matrix||e.matrix};return new tt(t)}function et(e,n){var r;var t=(r=n.milliseconds)!==null&&r!==void 0?r:0;for(var i=0,u=Qr.slice(1);i<u.length;i++){var a=u[i];if(n[a]){t+=n[a]*e[a]["milliseconds"]}}return t}function nt(e,n){var r=et(e,n)<0?-1:1;Kr.reduceRight((function(t,i){if(!Re(n[i])){if(t){var u=n[t]*r;var a=e[i][t];var s=Math.floor(u/a);n[i]+=s*r;n[t]-=s*a*r}return i}else{return t}}),null);Kr.reduce((function(r,t){if(!Re(n[t])){if(r){var i=n[r]%1;n[r]-=i;n[t]+=i*e[r][t]}return t}else{return r}}),null)}function rt(e){var n={};for(var r=0,t=Object.entries(e);r<t.length;r++){var i=t[r],u=i[0],a=i[1];if(a!==0){n[u]=a}}return n}var tt=function(){function e(e){var n=e.conversionAccuracy==="longterm"||false;var r=n?Br:Pr;if(e.matrix){r=e.matrix}this.values=e.values;this.loc=e.loc||de.create();this.conversionAccuracy=n?"longterm":"casual";this.invalid=e.invalid||null;this.matrix=r;this.isLuxonDuration=true}e.fromMillis=function(n,r){return e.fromObject({milliseconds:n},r)};e.fromObject=function(n,r){if(r===void 0){r={}}if(n==null||typeof n!=="object"){throw new f("Duration.fromObject: argument expected to be an object, got ".concat(n===null?"null":typeof n))}return new e({values:Mn(n,e.normalizeUnit),loc:de.fromObject(r),conversionAccuracy:r.conversionAccuracy,matrix:r.matrix})};e.fromDurationLike=function(n){if(Ye(n)){return e.fromMillis(n)}else if(e.isDuration(n)){return n}else if(typeof n==="object"){return e.fromObject(n)}else{throw new f("Unknown duration argument ".concat(n," of type ").concat(typeof n))}};e.fromISO=function(n,r){var t=Hr(n)[0];if(t){return e.fromObject(t,r)}else{return e.invalid("unparsable",'the input "'.concat(n,"\" can't be parsed as ISO 8601"))}};e.fromISOTime=function(n,r){var t=qr(n)[0];if(t){return e.fromObject(t,r)}else{return e.invalid("unparsable",'the input "'.concat(n,"\" can't be parsed as ISO 8601"))}};e.invalid=function(n,r){if(r===void 0){r=null}if(!n){throw new f("need to specify a reason the Duration is invalid")}var t=n instanceof Ee?n:new Ee(n,r);if(Te.throwOnInvalid){throw new a(t)}else{return new e({invalid:t})}};e.normalizeUnit=function(e){var n={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"}[e?e.toLowerCase():e];if(!n)throw new o(e);return n};e.isDuration=function(e){return e&&e.isLuxonDuration||false};Object.defineProperty(e.prototype,"locale",{get:function(){return this.isValid?this.loc.locale:null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"numberingSystem",{get:function(){return this.isValid?this.loc.numberingSystem:null},enumerable:false,configurable:true});e.prototype.toFormat=function(e,n){if(n===void 0){n={}}var r=__assign(__assign({},n),{floor:n.round!==false&&n.floor!==false});return this.isValid?Gn.create(this.loc,r).formatDurationFromString(this,e):Rr};e.prototype.toHuman=function(e){var n=this;if(e===void 0){e={}}if(!this.isValid)return Rr;var r=Kr.map((function(r){var t=n.values[r];if(Re(t)){return null}return n.loc.numberFormatter(__assign(__assign({style:"unit",unitDisplay:"long"},e),{unit:r.slice(0,-1)})).format(t)})).filter((function(e){return e}));return this.loc.listFormatter(__assign({type:"conjunction",style:e.listStyle||"narrow"},e)).format(r)};e.prototype.toObject=function(){if(!this.isValid)return{};return __assign({},this.values)};e.prototype.toISO=function(){if(!this.isValid)return null;var e="P";if(this.years!==0)e+=this.years+"Y";if(this.months!==0||this.quarters!==0)e+=this.months+this.quarters*3+"M";if(this.weeks!==0)e+=this.weeks+"W";if(this.days!==0)e+=this.days+"D";if(this.hours!==0||this.minutes!==0||this.seconds!==0||this.milliseconds!==0)e+="T";if(this.hours!==0)e+=this.hours+"H";if(this.minutes!==0)e+=this.minutes+"M";if(this.seconds!==0||this.milliseconds!==0)e+=cn(this.seconds+this.milliseconds/1e3,3)+"S";if(e==="P")e+="T0S";return e};e.prototype.toISOTime=function(e){if(e===void 0){e={}}if(!this.isValid)return null;var n=this.toMillis();if(n<0||n>=864e5)return null;e=__assign(__assign({suppressMilliseconds:false,suppressSeconds:false,includePrefix:false,format:"extended"},e),{includeOffset:false});var r=li.fromMillis(n,{zone:"UTC"});return r.toISOTime(e)};e.prototype.toJSON=function(){return this.toISO()};e.prototype.toString=function(){return this.toISO()};e.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){if(this.isValid){return"Duration { values: ".concat(JSON.stringify(this.values)," }")}else{return"Duration { Invalid, reason: ".concat(this.invalidReason," }")}};e.prototype.toMillis=function(){if(!this.isValid)return NaN;return et(this.matrix,this.values)};e.prototype.valueOf=function(){return this.toMillis()};e.prototype.plus=function(n){if(!this.isValid)return this;var r=e.fromDurationLike(n),t={};for(var i=0,u=Kr;i<u.length;i++){var a=u[i];if(nn(r.values,a)||nn(this.values,a)){t[a]=r.get(a)+this.get(a)}}return Xr(this,{values:t},true)};e.prototype.minus=function(n){if(!this.isValid)return this;var r=e.fromDurationLike(n);return this.plus(r.negate())};e.prototype.mapUnits=function(e){if(!this.isValid)return this;var n={};for(var r=0,t=Object.keys(this.values);r<t.length;r++){var i=t[r];n[i]=_n(e(this.values[i],i))}return Xr(this,{values:n},true)};e.prototype.get=function(n){return this[e.normalizeUnit(n)]};e.prototype.set=function(n){if(!this.isValid)return this;var r=__assign(__assign({},this.values),Mn(n,e.normalizeUnit));return Xr(this,{values:r})};e.prototype.reconfigure=function(e){var n=e===void 0?{}:e,r=n.locale,t=n.numberingSystem,i=n.conversionAccuracy,u=n.matrix;var a=this.loc.clone({locale:r,numberingSystem:t});var s={loc:a,matrix:u,conversionAccuracy:i};return Xr(this,s)};e.prototype.as=function(e){return this.isValid?this.shiftTo(e).get(e):NaN};e.prototype.normalize=function(){if(!this.isValid)return this;var e=this.toObject();nt(this.matrix,e);return Xr(this,{values:e},true)};e.prototype.rescale=function(){if(!this.isValid)return this;var e=rt(this.normalize().shiftToAll().toObject());return Xr(this,{values:e},true)};e.prototype.shiftTo=function(){var n=[];for(var r=0;r<arguments.length;r++){n[r]=arguments[r]}if(!this.isValid)return this;if(n.length===0){return this}n=n.map((function(n){return e.normalizeUnit(n)}));var t={},i={},u=this.toObject();var a;for(var s=0,o=Kr;s<o.length;s++){var f=o[s];if(n.indexOf(f)>=0){a=f;var c=0;for(var l in i){c+=this.matrix[l][f]*i[l];i[l]=0}if(Ye(u[f])){c+=u[f]}var h=Math.trunc(c);t[f]=h;i[f]=(c*1e3-h*1e3)/1e3}else if(Ye(u[f])){i[f]=u[f]}}for(var v in i){if(i[v]!==0){t[a]+=v===a?i[v]:i[v]/this.matrix[a][v]}}nt(this.matrix,t);return Xr(this,{values:t},true)};e.prototype.shiftToAll=function(){if(!this.isValid)return this;return this.shiftTo("years","months","weeks","days","hours","minutes","seconds","milliseconds")};e.prototype.negate=function(){if(!this.isValid)return this;var e={};for(var n=0,r=Object.keys(this.values);n<r.length;n++){var t=r[n];e[t]=this.values[t]===0?0:-this.values[t]}return Xr(this,{values:e},true)};Object.defineProperty(e.prototype,"years",{get:function(){return this.isValid?this.values.years||0:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"quarters",{get:function(){return this.isValid?this.values.quarters||0:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"months",{get:function(){return this.isValid?this.values.months||0:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"weeks",{get:function(){return this.isValid?this.values.weeks||0:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"days",{get:function(){return this.isValid?this.values.days||0:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"hours",{get:function(){return this.isValid?this.values.hours||0:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"minutes",{get:function(){return this.isValid?this.values.minutes||0:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"seconds",{get:function(){return this.isValid?this.values.seconds||0:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"milliseconds",{get:function(){return this.isValid?this.values.milliseconds||0:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"isValid",{get:function(){return this.invalid===null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"invalidReason",{get:function(){return this.invalid?this.invalid.reason:null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"invalidExplanation",{get:function(){return this.invalid?this.invalid.explanation:null},enumerable:false,configurable:true});e.prototype.equals=function(e){if(!this.isValid||!e.isValid){return false}if(!this.loc.equals(e.loc)){return false}function n(e,n){if(e===undefined||e===0)return n===undefined||n===0;return e===n}for(var r=0,t=Kr;r<t.length;r++){var i=t[r];if(!n(this.values[i],e.values[i])){return false}}return true};return e}();var it="Invalid Interval";function ut(e,n){if(!e||!e.isValid){return at.invalid("missing or invalid start")}else if(!n||!n.isValid){return at.invalid("missing or invalid end")}else if(n<e){return at.invalid("end before start","The end of an interval must be after its start, but you had start=".concat(e.toISO()," and end=").concat(n.toISO()))}else{return null}}var at=function(){function e(e){this.s=e.start;this.e=e.end;this.invalid=e.invalid||null;this.isLuxonInterval=true}e.invalid=function(n,r){if(r===void 0){r=null}if(!n){throw new f("need to specify a reason the Interval is invalid")}var t=n instanceof Ee?n:new Ee(n,r);if(Te.throwOnInvalid){throw new u(t)}else{return new e({invalid:t})}};e.fromDateTimes=function(n,r){var t=hi(n),i=hi(r);var u=ut(t,i);if(u==null){return new e({start:t,end:i})}else{return u}};e.after=function(n,r){var t=tt.fromDurationLike(r),i=hi(n);return e.fromDateTimes(i,i.plus(t))};e.before=function(n,r){var t=tt.fromDurationLike(r),i=hi(n);return e.fromDateTimes(i.minus(t),i)};e.fromISO=function(n,r){var t=(n||"").split("/",2),i=t[0],u=t[1];if(i&&u){var a=void 0,s=void 0;try{a=li.fromISO(i,r);s=a.isValid}catch(u){s=false}var o=void 0,f=void 0;try{o=li.fromISO(u,r);f=o.isValid}catch(u){f=false}if(s&&f){return e.fromDateTimes(a,o)}if(s){var c=tt.fromISO(u,r);if(c.isValid){return e.after(a,c)}}else if(f){var c=tt.fromISO(i,r);if(c.isValid){return e.before(o,c)}}}return e.invalid("unparsable",'the input "'.concat(n,"\" can't be parsed as ISO 8601"))};e.isInterval=function(e){return e&&e.isLuxonInterval||false};Object.defineProperty(e.prototype,"start",{get:function(){return this.isValid?this.s:null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"end",{get:function(){return this.isValid?this.e:null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"isValid",{get:function(){return this.invalidReason===null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"invalidReason",{get:function(){return this.invalid?this.invalid.reason:null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"invalidExplanation",{get:function(){return this.invalid?this.invalid.explanation:null},enumerable:false,configurable:true});e.prototype.length=function(e){if(e===void 0){e="milliseconds"}return this.isValid?this.toDuration.apply(this,[e]).get(e):NaN};e.prototype.count=function(e,n){if(e===void 0){e="milliseconds"}if(!this.isValid)return NaN;var r=this.start.startOf(e,n);var t;if(n===null||n===void 0?void 0:n.useLocaleWeeks){t=this.end.reconfigure({locale:r.locale})}else{t=this.end}t=t.startOf(e,n);return Math.floor(t.diff(r,e).get(e))+(t.valueOf()!==this.end.valueOf())};e.prototype.hasSame=function(e){return this.isValid?this.isEmpty()||this.e.minus(1).hasSame(this.s,e):false};e.prototype.isEmpty=function(){return this.s.valueOf()===this.e.valueOf()};e.prototype.isAfter=function(e){if(!this.isValid)return false;return this.s>e};e.prototype.isBefore=function(e){if(!this.isValid)return false;return this.e<=e};e.prototype.contains=function(e){if(!this.isValid)return false;return this.s<=e&&this.e>e};e.prototype.set=function(n){var r=n===void 0?{}:n,t=r.start,i=r.end;if(!this.isValid)return this;return e.fromDateTimes(t||this.s,i||this.e)};e.prototype.splitAt=function(){var n=this;var r=[];for(var t=0;t<arguments.length;t++){r[t]=arguments[t]}if(!this.isValid)return[];var i=r.map(hi).filter((function(e){return n.contains(e)})).sort((function(e,n){return e.toMillis()-n.toMillis()})),u=[];var a=this.s,s=0;while(a<this.e){var o=i[s]||this.e,f=+o>+this.e?this.e:o;u.push(e.fromDateTimes(a,f));a=f;s+=1}return u};e.prototype.splitBy=function(n){var r=tt.fromDurationLike(n);if(!this.isValid||!r.isValid||r.as("milliseconds")===0){return[]}var t=this.s,i=1,u;var a=[];while(t<this.e){var s=this.start.plus(r.mapUnits((function(e){return e*i})));u=+s>+this.e?this.e:s;a.push(e.fromDateTimes(t,u));t=u;i+=1}return a};e.prototype.divideEqually=function(e){if(!this.isValid)return[];return this.splitBy(this.length()/e).slice(0,e)};e.prototype.overlaps=function(e){return this.e>e.s&&this.s<e.e};e.prototype.abutsStart=function(e){if(!this.isValid)return false;return+this.e===+e.s};e.prototype.abutsEnd=function(e){if(!this.isValid)return false;return+e.e===+this.s};e.prototype.engulfs=function(e){if(!this.isValid)return false;return this.s<=e.s&&this.e>=e.e};e.prototype.equals=function(e){if(!this.isValid||!e.isValid){return false}return this.s.equals(e.s)&&this.e.equals(e.e)};e.prototype.intersection=function(n){if(!this.isValid)return this;var r=this.s>n.s?this.s:n.s,t=this.e<n.e?this.e:n.e;if(r>=t){return null}else{return e.fromDateTimes(r,t)}};e.prototype.union=function(n){if(!this.isValid)return this;var r=this.s<n.s?this.s:n.s,t=this.e>n.e?this.e:n.e;return e.fromDateTimes(r,t)};e.merge=function(e){var n=e.sort((function(e,n){return e.s-n.s})).reduce((function(e,n){var r=e[0],t=e[1];if(!t){return[r,n]}else if(t.overlaps(n)||t.abutsStart(n)){return[r,t.union(n)]}else{return[r.concat([t]),n]}}),[[],null]),r=n[0],t=n[1];if(t){r.push(t)}return r};e.xor=function(n){var r;var t=null,i=0;var u=[],a=n.map((function(e){return[{time:e.s,type:"s"},{time:e.e,type:"e"}]})),s=(r=Array.prototype).concat.apply(r,a),o=s.sort((function(e,n){return e.time-n.time}));for(var f=0,c=o;f<c.length;f++){var l=c[f];i+=l.type==="s"?1:-1;if(i===1){t=l.time}else{if(t&&+t!==+l.time){u.push(e.fromDateTimes(t,l.time))}t=null}}return e.merge(u)};e.prototype.difference=function(){var n=this;var r=[];for(var t=0;t<arguments.length;t++){r[t]=arguments[t]}return e.xor([this].concat(r)).map((function(e){return n.intersection(e)})).filter((function(e){return e&&!e.isEmpty()}))};e.prototype.toString=function(){if(!this.isValid)return it;return"[".concat(this.s.toISO()," – ").concat(this.e.toISO(),")")};e.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){if(this.isValid){return"Interval { start: ".concat(this.s.toISO(),", end: ").concat(this.e.toISO()," }")}else{return"Interval { Invalid, reason: ".concat(this.invalidReason," }")}};e.prototype.toLocaleString=function(e,n){if(e===void 0){e=d}if(n===void 0){n={}}return this.isValid?Gn.create(this.s.loc.clone(n),e).formatInterval(this):it};e.prototype.toISO=function(e){if(!this.isValid)return it;return"".concat(this.s.toISO(e),"/").concat(this.e.toISO(e))};e.prototype.toISODate=function(){if(!this.isValid)return it;return"".concat(this.s.toISODate(),"/").concat(this.e.toISODate())};e.prototype.toISOTime=function(e){if(!this.isValid)return it;return"".concat(this.s.toISOTime(e),"/").concat(this.e.toISOTime(e))};e.prototype.toFormat=function(e,n){var r=n===void 0?{}:n,t=r.separator,i=t===void 0?" – ":t;if(!this.isValid)return it;return"".concat(this.s.toFormat(e)).concat(i).concat(this.e.toFormat(e))};e.prototype.toDuration=function(e,n){if(!this.isValid){return tt.invalid(this.invalidReason)}return this.e.diff(this.s,e,n)};e.prototype.mapEndpoints=function(n){return e.fromDateTimes(n(this.s),n(this.e))};return e}();var st=function(){function e(){}e.hasDST=function(e){if(e===void 0){e=Te.defaultZone}var n=li.now().setZone(e).set({month:12});return!e.isUniversal&&n.offset!==n.set({month:6}).offset};e.isValidIANAZone=function(e){return R.isValidZone(e)};e.normalizeZone=function(e){return ye(e,Te.defaultZone)};e.getStartOfWeek=function(e){var n=e===void 0?{}:e,r=n.locale,t=r===void 0?null:r,i=n.locObj,u=i===void 0?null:i;return(u||de.create(t)).getStartOfWeek()};e.getMinimumDaysInFirstWeek=function(e){var n=e===void 0?{}:e,r=n.locale,t=r===void 0?null:r,i=n.locObj,u=i===void 0?null:i;return(u||de.create(t)).getMinDaysInFirstWeek()};e.getWeekendWeekdays=function(e){var n=e===void 0?{}:e,r=n.locale,t=r===void 0?null:r,i=n.locObj,u=i===void 0?null:i;return(u||de.create(t)).getWeekendDays().slice()};e.months=function(e,n){if(e===void 0){e="long"}var r=n===void 0?{}:n,t=r.locale,i=t===void 0?null:t,u=r.numberingSystem,a=u===void 0?null:u,s=r.locObj,o=s===void 0?null:s,f=r.outputCalendar,c=f===void 0?"gregory":f;return(o||de.create(i,a,c)).months(e)};e.monthsFormat=function(e,n){if(e===void 0){e="long"}var r=n===void 0?{}:n,t=r.locale,i=t===void 0?null:t,u=r.numberingSystem,a=u===void 0?null:u,s=r.locObj,o=s===void 0?null:s,f=r.outputCalendar,c=f===void 0?"gregory":f;return(o||de.create(i,a,c)).months(e,true)};e.weekdays=function(e,n){if(e===void 0){e="long"}var r=n===void 0?{}:n,t=r.locale,i=t===void 0?null:t,u=r.numberingSystem,a=u===void 0?null:u,s=r.locObj,o=s===void 0?null:s;return(o||de.create(i,a,null)).weekdays(e)};e.weekdaysFormat=function(e,n){if(e===void 0){e="long"}var r=n===void 0?{}:n,t=r.locale,i=t===void 0?null:t,u=r.numberingSystem,a=u===void 0?null:u,s=r.locObj,o=s===void 0?null:s;return(o||de.create(i,a,null)).weekdays(e,true)};e.meridiems=function(e){var n=e===void 0?{}:e,r=n.locale,t=r===void 0?null:r;return de.create(t).meridiems()};e.eras=function(e,n){if(e===void 0){e="short"}var r=n===void 0?{}:n,t=r.locale,i=t===void 0?null:t;return de.create(i,null,"gregory").eras(e)};e.features=function(){return{relative:Be(),localeWeek:Ke()}};return e}();function ot(e,n){var r=function(e){return e.toUTC(0,{keepLocalTime:true}).startOf("day").valueOf()},t=r(n)-r(e);return Math.floor(tt.fromMillis(t).as("days"))}function ft(e,n,r){var t=[["years",function(e,n){return n.year-e.year}],["quarters",function(e,n){return n.quarter-e.quarter+(n.year-e.year)*4}],["months",function(e,n){return n.month-e.month+(n.year-e.year)*12}],["weeks",function(e,n){var r=ot(e,n);return(r-r%7)/7}],["days",ot]];var i={};var u=e;var a,s;for(var o=0,f=t;o<f.length;o++){var c=f[o],l=c[0],h=c[1];if(r.indexOf(l)>=0){a=l;i[l]=h(e,n);s=u.plus(i);if(s>n){i[l]--;e=u.plus(i);if(e>n){s=e;i[l]--;e=u.plus(i)}}else{e=s}}}return[e,i,s,a]}function ct(e,n,r,t){var i,u;var a=ft(e,n,r),s=a[0],o=a[1],f=a[2],c=a[3];var l=n-s;var h=r.filter((function(e){return["hours","minutes","seconds","milliseconds"].indexOf(e)>=0}));if(h.length===0){if(f<n){f=s.plus((i={},i[c]=1,i))}if(f!==s){o[c]=(o[c]||0)+l/(f-s)}}var v=tt.fromObject(o,t);if(h.length>0){return(u=tt.fromMillis(l,t)).shiftTo.apply(u,h).plus(v)}else{return v}}var lt={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"};var ht={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]};var vt=lt.hanidec.replace(/[\[|\]]/g,"").split("");function dt(e){var n=parseInt(e,10);if(isNaN(n)){n="";for(var r=0;r<e.length;r++){var t=e.charCodeAt(r);if(e[r].search(lt.hanidec)!==-1){n+=vt.indexOf(e[r])}else{for(var i in ht){var u=ht[i],a=u[0],s=u[1];if(t>=a&&t<=s){n+=t-a}}}}return parseInt(n,10)}else{return n}}function mt(e,n){var r=e.numberingSystem;if(n===void 0){n=""}return new RegExp("".concat(lt[r||"latn"]).concat(n))}var bt="missing Intl.DateTimeFormat.formatToParts support";function gt(e,n){if(n===void 0){n=function(e){return e}}return{regex:e,deser:function(e){var r=e[0];return n(dt(r))}}}var yt=String.fromCharCode(160);var wt="[ ".concat(yt,"]");var _t=new RegExp(wt,"g");function Mt(e){return e.replace(/\./g,"\\.?").replace(_t,wt)}function Ot(e){return e.replace(/\./g,"").replace(_t," ").toLowerCase()}function pt(e,n){if(e===null){return null}else{return{regex:RegExp(e.map(Mt).join("|")),deser:function(r){var t=r[0];return e.findIndex((function(e){return Ot(t)===Ot(e)}))+n}}}}function jt(e,n){return{regex:e,deser:function(e){var n=e[1],r=e[2];return wn(n,r)},groups:n}}function kt(e){return{regex:e,deser:function(e){var n=e[0];return n}}}function Nt(e){return e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")}function Tt(e,n){var r=mt(n),t=mt(n,"{2}"),i=mt(n,"{3}"),u=mt(n,"{4}"),a=mt(n,"{6}"),s=mt(n,"{1,2}"),o=mt(n,"{1,3}"),f=mt(n,"{1,6}"),c=mt(n,"{1,9}"),l=mt(n,"{2,4}"),h=mt(n,"{4,6}"),v=function(e){return{regex:RegExp(Nt(e.val)),deser:function(e){var n=e[0];return n},literal:true}},d=function(d){if(e.literal){return v(d)}switch(d.val){case"G":return pt(n.eras("short"),0);case"GG":return pt(n.eras("long"),0);case"y":return gt(f);case"yy":return gt(l,gn);case"yyyy":return gt(u);case"yyyyy":return gt(h);case"yyyyyy":return gt(a);case"M":return gt(s);case"MM":return gt(t);case"MMM":return pt(n.months("short",true),1);case"MMMM":return pt(n.months("long",true),1);case"L":return gt(s);case"LL":return gt(t);case"LLL":return pt(n.months("short",false),1);case"LLLL":return pt(n.months("long",false),1);case"d":return gt(s);case"dd":return gt(t);case"o":return gt(o);case"ooo":return gt(i);case"HH":return gt(t);case"H":return gt(s);case"hh":return gt(t);case"h":return gt(s);case"mm":return gt(t);case"m":return gt(s);case"q":return gt(s);case"qq":return gt(t);case"s":return gt(s);case"ss":return gt(t);case"S":return gt(o);case"SSS":return gt(i);case"u":return kt(c);case"uu":return kt(s);case"uuu":return gt(r);case"a":return pt(n.meridiems(),0);case"kkkk":return gt(u);case"kk":return gt(l,gn);case"W":return gt(s);case"WW":return gt(t);case"E":case"c":return gt(r);case"EEE":return pt(n.weekdays("short",false),1);case"EEEE":return pt(n.weekdays("long",false),1);case"ccc":return pt(n.weekdays("short",true),1);case"cccc":return pt(n.weekdays("long",true),1);case"Z":case"ZZ":return jt(new RegExp("([+-]".concat(s.source,")(?::(").concat(t.source,"))?")),2);case"ZZZ":return jt(new RegExp("([+-]".concat(s.source,")(").concat(t.source,")?")),2);case"z":return kt(/[a-z_+-/]{1,256}?/i);case" ":return kt(/[^\S\n\r]/);default:return v(d)}};var m=d(e)||{invalidReason:bt};m.token=e;return m}var Et={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"}};function St(e,n,r){var t=e.type,i=e.value;if(t==="literal"){var u=/^\s+$/.test(i);return{literal:!u,val:u?" ":i}}var a=n[t];var s=t;if(t==="hour"){if(n.hour12!=null){s=n.hour12?"hour12":"hour24"}else if(n.hourCycle!=null){if(n.hourCycle==="h11"||n.hourCycle==="h12"){s="hour12"}else{s="hour24"}}else{s=r.hour12?"hour12":"hour24"}}var o=Et[s];if(typeof o==="object"){o=o[a]}if(o){return{literal:false,val:o}}return undefined}function Dt(e){var n=e.map((function(e){return e.regex})).reduce((function(e,n){return"".concat(e,"(").concat(n.source,")")}),"");return["^".concat(n,"$"),e]}function It(e,n,r){var t=e.match(n);if(t){var i={};var u=1;for(var a in r){if(nn(r,a)){var s=r[a],o=s.groups?s.groups+1:1;if(!s.literal&&s.token){i[s.token.val[0]]=s.deser(t.slice(u,u+o))}u+=o}}return[t,i]}else{return[t,{}]}}function xt(e){var n=function(e){switch(e){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}};var r=null;var t;if(!Re(e.z)){r=R.create(e.z)}if(!Re(e.Z)){if(!r){r=new be(e.Z)}t=e.Z}if(!Re(e.q)){e.M=(e.q-1)*3+1}if(!Re(e.h)){if(e.h<12&&e.a===1){e.h+=12}else if(e.h===12&&e.a===0){e.h=0}}if(e.G===0&&e.y){e.y=-e.y}if(!Re(e.u)){e.S=fn(e.u)}var i=Object.keys(e).reduce((function(r,t){var i=n(t);if(i){r[i]=e[t]}return r}),{});return[i,r,t]}var At=null;function Zt(){if(!At){At=li.fromMillis(1555555555555)}return At}function Lt(e,n){if(e.literal){return e}var r=Gn.macroTokenToFormatOpts(e.val);var t=Ft(r,n);if(t==null||t.includes(undefined)){return e}return t}function Wt(e,n){var r;return(r=Array.prototype).concat.apply(r,e.map((function(e){return Lt(e,n)})))}function Ct(e,n,r){var t=Wt(Gn.parseFormat(r),e),i=t.map((function(n){return Tt(n,e)})),u=i.find((function(e){return e.invalidReason}));if(u){return{input:n,tokens:t,invalidReason:u.invalidReason}}else{var a=Dt(i),o=a[0],f=a[1],c=RegExp(o,"i"),l=It(n,c,f),h=l[0],v=l[1],d=v?xt(v):[null,null,undefined],m=d[0],b=d[1],g=d[2];if(nn(v,"a")&&nn(v,"H")){throw new s("Can't include meridiem when specifying 24-hour format")}return{input:n,tokens:t,regex:c,rawMatches:h,matches:v,result:m,zone:b,specificOffset:g}}}function Ht(e,n,r){var t=Ct(e,n,r),i=t.result,u=t.zone,a=t.specificOffset,s=t.invalidReason;return[i,u,a,s]}function Ft(e,n){if(!e){return null}var r=Gn.create(n,e);var t=r.dtFormatter(Zt());var i=t.formatToParts();var u=t.resolvedOptions();return i.map((function(n){return St(n,e,u)}))}var qt="Invalid DateTime";var zt=864e13;function Ut(e){return new Ee("unsupported zone",'the zone "'.concat(e.name,'" is not supported'))}function Jt(e){if(e.weekData===null){e.weekData=We(e.c)}return e.weekData}function Gt(e){if(e.localWeekData===null){e.localWeekData=We(e.c,e.loc.getMinDaysInFirstWeek(),e.loc.getStartOfWeek())}return e.localWeekData}function Rt(e,n){var r={ts:e.ts,zone:e.zone,c:e.c,o:e.o,loc:e.loc,invalid:e.invalid};return new li(__assign(__assign(__assign({},r),n),{old:r}))}function Yt(e,n,r){var t=e-n*60*1e3;var i=r.offset(t);if(n===i){return[t,n]}t-=(i-n)*60*1e3;var u=r.offset(t);if(i===u){return[t,i]}return[e-Math.min(i,u)*60*1e3,Math.max(i,u)]}function Pt(e,n){e+=n*60*1e3;var r=new Date(e);return{year:r.getUTCFullYear(),month:r.getUTCMonth()+1,day:r.getUTCDate(),hour:r.getUTCHours(),minute:r.getUTCMinutes(),second:r.getUTCSeconds(),millisecond:r.getUTCMilliseconds()}}function Vt(e,n,r){return Yt(dn(e),n,r)}function $t(e,n){var r=e.o,t=e.c.year+Math.trunc(n.years),i=e.c.month+Math.trunc(n.months)+Math.trunc(n.quarters)*3,u=__assign(__assign({},e.c),{year:t,month:i,day:Math.min(e.c.day,vn(t,i))+Math.trunc(n.days)+Math.trunc(n.weeks)*7}),a=tt.fromObject({years:n.years-Math.trunc(n.years),quarters:n.quarters-Math.trunc(n.quarters),months:n.months-Math.trunc(n.months),weeks:n.weeks-Math.trunc(n.weeks),days:n.days-Math.trunc(n.days),hours:n.hours,minutes:n.minutes,seconds:n.seconds,milliseconds:n.milliseconds}).as("milliseconds"),s=dn(u);var o=Yt(s,r,e.zone),f=o[0],c=o[1];if(a!==0){f+=a;c=e.zone.offset(f)}return{ts:f,o:c}}function Bt(e,n,r,t,i,u){var a=r.setZone,s=r.zone;if(e&&Object.keys(e).length!==0||n){var o=n||s,f=li.fromObject(e,__assign(__assign({},r),{zone:o,specificOffset:u}));return a?f:f.setZone(s)}else{return li.invalid(new Ee("unparsable",'the input "'.concat(i,"\" can't be parsed as ").concat(t)))}}function Kt(e,n,r){if(r===void 0){r=true}return e.isValid?Gn.create(de.create("en-US"),{allowZ:r,forceSimple:true}).formatDateTimeFromString(e,n):null}function Qt(e,n){var r=e.c.year>9999||e.c.year<0;var t="";if(r&&e.c.year>=0)t+="+";t+=an(e.c.year,r?6:4);if(n){t+="-";t+=an(e.c.month);t+="-";t+=an(e.c.day)}else{t+=an(e.c.month);t+=an(e.c.day)}return t}function Xt(e,n,r,t,i,u){var a=an(e.c.hour);if(n){a+=":";a+=an(e.c.minute);if(e.c.millisecond!==0||e.c.second!==0||!r){a+=":"}}else{a+=an(e.c.minute)}if(e.c.millisecond!==0||e.c.second!==0||!r){a+=an(e.c.second);if(e.c.millisecond!==0||!t){a+=".";a+=an(e.c.millisecond,3)}}if(i){if(e.isOffsetFixed&&e.offset===0&&!u){a+="Z"}else if(e.o<0){a+="-";a+=an(Math.trunc(-e.o/60));a+=":";a+=an(Math.trunc(-e.o%60))}else{a+="+";a+=an(Math.trunc(e.o/60));a+=":";a+=an(Math.trunc(e.o%60))}}if(u){a+="["+e.zone.ianaName+"]"}return a}var ei={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},ni={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},ri={ordinal:1,hour:0,minute:0,second:0,millisecond:0};var ti=["year","month","day","hour","minute","second","millisecond"],ii=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],ui=["year","ordinal","hour","minute","second","millisecond"];function ai(e){var n={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"}[e.toLowerCase()];if(!n)throw new o(e);return n}function si(e){switch(e.toLowerCase()){case"localweekday":case"localweekdays":return"localWeekday";case"localweeknumber":case"localweeknumbers":return"localWeekNumber";case"localweekyear":case"localweekyears":return"localWeekYear";default:return ai(e)}}function oi(e,n){var r;var t=ye(n.zone,Te.defaultZone),i=de.fromObject(n),u=Te.now();var a,s;if(!Re(e.year)){for(var o=0,f=ti;o<f.length;o++){var c=f[o];if(Re(e[c])){e[c]=ei[c]}}var l=Je(e)||Ge(e);if(l){return li.invalid(l)}var h=t.offset(u);r=Vt(e,h,t),a=r[0],s=r[1]}else{a=u}return new li({ts:a,zone:t,loc:i,o:s})}function fi(e,n,r){var t=Re(r.round)?true:r.round,i=function(e,i){e=cn(e,t||r.calendary?0:2,true);var u=n.loc.clone(r).relFormatter(r);return u.format(e,i)},u=function(t){if(r.calendary){if(!n.hasSame(e,t)){return n.startOf(t).diff(e.startOf(t),t).get(t)}else return 0}else{return n.diff(e,t).get(t)}};if(r.unit){return i(u(r.unit),r.unit)}for(var a=0,s=r.units;a<s.length;a++){var o=s[a];var f=u(o);if(Math.abs(f)>=1){return i(f,o)}}return i(e>n?-0:0,r.units[r.units.length-1])}function ci(e){var n={},r;if(e.length>0&&typeof e[e.length-1]==="object"){n=e[e.length-1];r=Array.from(e).slice(0,e.length-1)}else{r=Array.from(e)}return[n,r]}var li=function(){function e(e){var n;var r=e.zone||Te.defaultZone;var t=e.invalid||(Number.isNaN(e.ts)?new Ee("invalid input"):null)||(!r.isValid?Ut(r):null);this.ts=Re(e.ts)?Te.now():e.ts;var i=null,u=null;if(!t){var a=e.old&&e.old.ts===this.ts&&e.old.zone.equals(r);if(a){n=[e.old.c,e.old.o],i=n[0],u=n[1]}else{var s=r.offset(this.ts);i=Pt(this.ts,s);t=Number.isNaN(i.year)?new Ee("invalid input"):null;i=t?null:i;u=t?null:s}}this._zone=r;this.loc=e.loc||de.create();this.invalid=t;this.weekData=null;this.localWeekData=null;this.c=i;this.o=u;this.isLuxonDateTime=true}e.now=function(){return new e({})};e.local=function(){var e=ci(arguments),n=e[0],r=e[1],t=r[0],i=r[1],u=r[2],a=r[3],s=r[4],o=r[5],f=r[6];return oi({year:t,month:i,day:u,hour:a,minute:s,second:o,millisecond:f},n)};e.utc=function(){var e=ci(arguments),n=e[0],r=e[1],t=r[0],i=r[1],u=r[2],a=r[3],s=r[4],o=r[5],f=r[6];n.zone=be.utcInstance;return oi({year:t,month:i,day:u,hour:a,minute:s,second:o,millisecond:f},n)};e.fromJSDate=function(n,r){if(r===void 0){r={}}var t=$e(n)?n.valueOf():NaN;if(Number.isNaN(t)){return e.invalid("invalid input")}var i=ye(r.zone,Te.defaultZone);if(!i.isValid){return e.invalid(Ut(i))}return new e({ts:t,zone:i,loc:de.fromObject(r)})};e.fromMillis=function(n,r){if(r===void 0){r={}}if(!Ye(n)){throw new f("fromMillis requires a numerical input, but received a ".concat(typeof n," with value ").concat(n))}else if(n<-864e13||n>zt){return e.invalid("Timestamp out of range")}else{return new e({ts:n,zone:ye(r.zone,Te.defaultZone),loc:de.fromObject(r)})}};e.fromSeconds=function(n,r){if(r===void 0){r={}}if(!Ye(n)){throw new f("fromSeconds requires a numerical input")}else{return new e({ts:n*1e3,zone:ye(r.zone,Te.defaultZone),loc:de.fromObject(r)})}};e.fromObject=function(n,r){if(r===void 0){r={}}n=n||{};var t=ye(r.zone,Te.defaultZone);if(!t.isValid){return e.invalid(Ut(t))}var i=de.fromObject(r);var u=Mn(n,si);var a=qe(u,i),o=a.minDaysInFirstWeek,f=a.startOfWeek;var c=Te.now(),l=!Re(r.specificOffset)?r.specificOffset:t.offset(c),h=!Re(u.ordinal),v=!Re(u.year),d=!Re(u.month)||!Re(u.day),m=v||d,b=u.weekYear||u.weekNumber;if((m||h)&&b){throw new s("Can't mix weekYear/weekNumber units with year/month/day or ordinals")}if(d&&h){throw new s("Can't mix ordinal dates with month/day")}var g=b||u.weekday&&!m;var y,w,_=Pt(c,l);if(g){y=ii;w=ni;_=We(_,o,f)}else if(h){y=ui;w=ri;_=He(_)}else{y=ti;w=ei}var M=false;for(var O=0,p=y;O<p.length;O++){var j=p[O];var k=u[j];if(!Re(k)){M=true}else if(M){u[j]=w[j]}else{u[j]=_[j]}}var N=g?ze(u,o,f):h?Ue(u):Je(u),T=N||Ge(u);if(T){return e.invalid(T)}var E=g?Ce(u,o,f):h?Fe(u):u,S=Vt(E,l,t),D=S[0],I=S[1],x=new e({ts:D,zone:t,o:I,loc:i});if(u.weekday&&m&&n.weekday!==x.weekday){return e.invalid("mismatched weekday","you can't specify both a weekday of ".concat(u.weekday," and a date of ").concat(x.toISO()))}return x};e.fromISO=function(e,n){if(n===void 0){n={}}var r=Lr(e),t=r[0],i=r[1];return Bt(t,i,n,"ISO 8601",e)};e.fromRFC2822=function(e,n){if(n===void 0){n={}}var r=Wr(e),t=r[0],i=r[1];return Bt(t,i,n,"RFC 2822",e)};e.fromHTTP=function(e,n){if(n===void 0){n={}}var r=Cr(e),t=r[0],i=r[1];return Bt(t,i,n,"HTTP",n)};e.fromFormat=function(n,r,t){if(t===void 0){t={}}if(Re(n)||Re(r)){throw new f("fromFormat requires an input string and a format")}var i=t.locale,u=i===void 0?null:i,a=t.numberingSystem,s=a===void 0?null:a,o=de.fromOpts({locale:u,numberingSystem:s,defaultToEN:true}),c=Ht(o,n,r),l=c[0],h=c[1],v=c[2],d=c[3];if(d){return e.invalid(d)}else{return Bt(l,h,t,"format ".concat(r),n,v)}};e.fromString=function(n,r,t){if(t===void 0){t={}}return e.fromFormat(n,r,t)};e.fromSQL=function(e,n){if(n===void 0){n={}}var r=Gr(e),t=r[0],i=r[1];return Bt(t,i,n,"SQL",e)};e.invalid=function(n,r){if(r===void 0){r=null}if(!n){throw new f("need to specify a reason the DateTime is invalid")}var t=n instanceof Ee?n:new Ee(n,r);if(Te.throwOnInvalid){throw new i(t)}else{return new e({invalid:t})}};e.isDateTime=function(e){return e&&e.isLuxonDateTime||false};e.parseFormatForOpts=function(e,n){if(n===void 0){n={}}var r=Ft(e,de.fromObject(n));return!r?null:r.map((function(e){return e?e.val:null})).join("")};e.expandFormat=function(e,n){if(n===void 0){n={}}var r=Wt(Gn.parseFormat(e),de.fromObject(n));return r.map((function(e){return e.val})).join("")};e.prototype.get=function(e){return this[e]};Object.defineProperty(e.prototype,"isValid",{get:function(){return this.invalid===null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"invalidReason",{get:function(){return this.invalid?this.invalid.reason:null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"invalidExplanation",{get:function(){return this.invalid?this.invalid.explanation:null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"locale",{get:function(){return this.isValid?this.loc.locale:null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"numberingSystem",{get:function(){return this.isValid?this.loc.numberingSystem:null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"outputCalendar",{get:function(){return this.isValid?this.loc.outputCalendar:null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"zone",{get:function(){return this._zone},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"zoneName",{get:function(){return this.isValid?this.zone.name:null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"year",{get:function(){return this.isValid?this.c.year:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"quarter",{get:function(){return this.isValid?Math.ceil(this.c.month/3):NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"month",{get:function(){return this.isValid?this.c.month:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"day",{get:function(){return this.isValid?this.c.day:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"hour",{get:function(){return this.isValid?this.c.hour:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"minute",{get:function(){return this.isValid?this.c.minute:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"second",{get:function(){return this.isValid?this.c.second:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"millisecond",{get:function(){return this.isValid?this.c.millisecond:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"weekYear",{get:function(){return this.isValid?Jt(this).weekYear:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"weekNumber",{get:function(){return this.isValid?Jt(this).weekNumber:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"weekday",{get:function(){return this.isValid?Jt(this).weekday:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"isWeekend",{get:function(){return this.isValid&&this.loc.getWeekendDays().includes(this.weekday)},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"localWeekday",{get:function(){return this.isValid?Gt(this).weekday:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"localWeekNumber",{get:function(){return this.isValid?Gt(this).weekNumber:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"localWeekYear",{get:function(){return this.isValid?Gt(this).weekYear:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"ordinal",{get:function(){return this.isValid?He(this.c).ordinal:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"monthShort",{get:function(){return this.isValid?st.months("short",{locObj:this.loc})[this.month-1]:null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"monthLong",{get:function(){return this.isValid?st.months("long",{locObj:this.loc})[this.month-1]:null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"weekdayShort",{get:function(){return this.isValid?st.weekdays("short",{locObj:this.loc})[this.weekday-1]:null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"weekdayLong",{get:function(){return this.isValid?st.weekdays("long",{locObj:this.loc})[this.weekday-1]:null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"offset",{get:function(){return this.isValid?+this.o:NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"offsetNameShort",{get:function(){if(this.isValid){return this.zone.offsetName(this.ts,{format:"short",locale:this.locale})}else{return null}},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"offsetNameLong",{get:function(){if(this.isValid){return this.zone.offsetName(this.ts,{format:"long",locale:this.locale})}else{return null}},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"isOffsetFixed",{get:function(){return this.isValid?this.zone.isUniversal:null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"isInDST",{get:function(){if(this.isOffsetFixed){return false}else{return this.offset>this.set({month:1,day:1}).offset||this.offset>this.set({month:5}).offset}},enumerable:false,configurable:true});e.prototype.getPossibleOffsets=function(){if(!this.isValid||this.isOffsetFixed){return[this]}var e=864e5;var n=6e4;var r=dn(this.c);var t=this.zone.offset(r-e);var i=this.zone.offset(r+e);var u=this.zone.offset(r-t*n);var a=this.zone.offset(r-i*n);if(u===a){return[this]}var s=r-u*n;var o=r-a*n;var f=Pt(s,u);var c=Pt(o,a);if(f.hour===c.hour&&f.minute===c.minute&&f.second===c.second&&f.millisecond===c.millisecond){return[Rt(this,{ts:s}),Rt(this,{ts:o})]}return[this]};Object.defineProperty(e.prototype,"isInLeapYear",{get:function(){return ln(this.year)},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"daysInMonth",{get:function(){return vn(this.year,this.month)},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"daysInYear",{get:function(){return this.isValid?hn(this.year):NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"weeksInWeekYear",{get:function(){return this.isValid?bn(this.weekYear):NaN},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"weeksInLocalWeekYear",{get:function(){return this.isValid?bn(this.localWeekYear,this.loc.getMinDaysInFirstWeek(),this.loc.getStartOfWeek()):NaN},enumerable:false,configurable:true});e.prototype.resolvedLocaleOptions=function(e){if(e===void 0){e={}}var n=Gn.create(this.loc.clone(e),e).resolvedOptions(this),r=n.locale,t=n.numberingSystem,i=n.calendar;return{locale:r,numberingSystem:t,outputCalendar:i}};e.prototype.toUTC=function(e,n){if(e===void 0){e=0}if(n===void 0){n={}}return this.setZone(be.instance(e),n)};e.prototype.toLocal=function(){return this.setZone(Te.defaultZone)};e.prototype.setZone=function(n,r){var t=r===void 0?{}:r,i=t.keepLocalTime,u=i===void 0?false:i,a=t.keepCalendarTime,s=a===void 0?false:a;n=ye(n,Te.defaultZone);if(n.equals(this.zone)){return this}else if(!n.isValid){return e.invalid(Ut(n))}else{var o=this.ts;if(u||s){var f=n.offset(this.ts);var c=this.toObject();o=Vt(c,f,n)[0]}return Rt(this,{ts:o,zone:n})}};e.prototype.reconfigure=function(e){var n=e===void 0?{}:e,r=n.locale,t=n.numberingSystem,i=n.outputCalendar;var u=this.loc.clone({locale:r,numberingSystem:t,outputCalendar:i});return Rt(this,{loc:u})};e.prototype.setLocale=function(e){return this.reconfigure({locale:e})};e.prototype.set=function(e){if(!this.isValid)return this;var n=Mn(e,si);var r=qe(n,this.loc),t=r.minDaysInFirstWeek,i=r.startOfWeek;var u=!Re(n.weekYear)||!Re(n.weekNumber)||!Re(n.weekday),a=!Re(n.ordinal),o=!Re(n.year),f=!Re(n.month)||!Re(n.day),c=o||f,l=n.weekYear||n.weekNumber;if((c||a)&&l){throw new s("Can't mix weekYear/weekNumber units with year/month/day or ordinals")}if(f&&a){throw new s("Can't mix ordinal dates with month/day")}var h;if(u){h=Ce(__assign(__assign({},We(this.c,t,i)),n),t,i)}else if(!Re(n.ordinal)){h=Fe(__assign(__assign({},He(this.c)),n))}else{h=__assign(__assign({},this.toObject()),n);if(Re(n.day)){h.day=Math.min(vn(h.year,h.month),h.day)}}var v=Vt(h,this.o,this.zone),d=v[0],m=v[1];return Rt(this,{ts:d,o:m})};e.prototype.plus=function(e){if(!this.isValid)return this;var n=tt.fromDurationLike(e);return Rt(this,$t(this,n))};e.prototype.minus=function(e){if(!this.isValid)return this;var n=tt.fromDurationLike(e).negate();return Rt(this,$t(this,n))};e.prototype.startOf=function(e,n){var r=n===void 0?{}:n,t=r.useLocaleWeeks,i=t===void 0?false:t;if(!this.isValid)return this;var u={},a=tt.normalizeUnit(e);switch(a){case"years":u.month=1;case"quarters":case"months":u.day=1;case"weeks":case"days":u.hour=0;case"hours":u.minute=0;case"minutes":u.second=0;case"seconds":u.millisecond=0;break}if(a==="weeks"){if(i){var s=this.loc.getStartOfWeek();var o=this.weekday;if(o<s){u.weekNumber=this.weekNumber-1}u.weekday=s}else{u.weekday=1}}if(a==="quarters"){var f=Math.ceil(this.month/3);u.month=(f-1)*3+1}return this.set(u)};e.prototype.endOf=function(e,n){var r;return this.isValid?this.plus((r={},r[e]=1,r)).startOf(e,n).minus(1):this};e.prototype.toFormat=function(e,n){if(n===void 0){n={}}return this.isValid?Gn.create(this.loc.redefaultToEN(n)).formatDateTimeFromString(this,e):qt};e.prototype.toLocaleString=function(e,n){if(e===void 0){e=d}if(n===void 0){n={}}return this.isValid?Gn.create(this.loc.clone(n),e).formatDateTime(this):qt};e.prototype.toLocaleParts=function(e){if(e===void 0){e={}}return this.isValid?Gn.create(this.loc.clone(e),e).formatDateTimeParts(this):[]};e.prototype.toISO=function(e){var n=e===void 0?{}:e,r=n.format,t=r===void 0?"extended":r,i=n.suppressSeconds,u=i===void 0?false:i,a=n.suppressMilliseconds,s=a===void 0?false:a,o=n.includeOffset,f=o===void 0?true:o,c=n.extendedZone,l=c===void 0?false:c;if(!this.isValid){return null}var h=t==="extended";var v=Qt(this,h);v+="T";v+=Xt(this,h,u,s,f,l);return v};e.prototype.toISODate=function(e){var n=e===void 0?{}:e,r=n.format,t=r===void 0?"extended":r;if(!this.isValid){return null}return Qt(this,t==="extended")};e.prototype.toISOWeekDate=function(){return Kt(this,"kkkk-'W'WW-c")};e.prototype.toISOTime=function(e){var n=e===void 0?{}:e,r=n.suppressMilliseconds,t=r===void 0?false:r,i=n.suppressSeconds,u=i===void 0?false:i,a=n.includeOffset,s=a===void 0?true:a,o=n.includePrefix,f=o===void 0?false:o,c=n.extendedZone,l=c===void 0?false:c,h=n.format,v=h===void 0?"extended":h;if(!this.isValid){return null}var d=f?"T":"";return d+Xt(this,v==="extended",u,t,s,l)};e.prototype.toRFC2822=function(){return Kt(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",false)};e.prototype.toHTTP=function(){return Kt(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")};e.prototype.toSQLDate=function(){if(!this.isValid){return null}return Qt(this,true)};e.prototype.toSQLTime=function(e){var n=e===void 0?{}:e,r=n.includeOffset,t=r===void 0?true:r,i=n.includeZone,u=i===void 0?false:i,a=n.includeOffsetSpace,s=a===void 0?true:a;var o="HH:mm:ss.SSS";if(u||t){if(s){o+=" "}if(u){o+="z"}else if(t){o+="ZZ"}}return Kt(this,o,true)};e.prototype.toSQL=function(e){if(e===void 0){e={}}if(!this.isValid){return null}return"".concat(this.toSQLDate()," ").concat(this.toSQLTime(e))};e.prototype.toString=function(){return this.isValid?this.toISO():qt};e.prototype[Symbol.for("nodejs.util.inspect.custom")]=function(){if(this.isValid){return"DateTime { ts: ".concat(this.toISO(),", zone: ").concat(this.zone.name,", locale: ").concat(this.locale," }")}else{return"DateTime { Invalid, reason: ".concat(this.invalidReason," }")}};e.prototype.valueOf=function(){return this.toMillis()};e.prototype.toMillis=function(){return this.isValid?this.ts:NaN};e.prototype.toSeconds=function(){return this.isValid?this.ts/1e3:NaN};e.prototype.toUnixInteger=function(){return this.isValid?Math.floor(this.ts/1e3):NaN};e.prototype.toJSON=function(){return this.toISO()};e.prototype.toBSON=function(){return this.toJSDate()};e.prototype.toObject=function(e){if(e===void 0){e={}}if(!this.isValid)return{};var n=__assign({},this.c);if(e.includeConfig){n.outputCalendar=this.outputCalendar;n.numberingSystem=this.loc.numberingSystem;n.locale=this.loc.locale}return n};e.prototype.toJSDate=function(){return new Date(this.isValid?this.ts:NaN)};e.prototype.diff=function(e,n,r){if(n===void 0){n="milliseconds"}if(r===void 0){r={}}if(!this.isValid||!e.isValid){return tt.invalid("created by diffing an invalid DateTime")}var t=__assign({locale:this.locale,numberingSystem:this.numberingSystem},r);var i=Qe(n).map(tt.normalizeUnit),u=e.valueOf()>this.valueOf(),a=u?this:e,s=u?e:this,o=ct(a,s,i,t);return u?o.negate():o};e.prototype.diffNow=function(n,r){if(n===void 0){n="milliseconds"}if(r===void 0){r={}}return this.diff(e.now(),n,r)};e.prototype.until=function(e){return this.isValid?at.fromDateTimes(this,e):this};e.prototype.hasSame=function(e,n,r){if(!this.isValid)return false;var t=e.valueOf();var i=this.setZone(e.zone,{keepLocalTime:true});return i.startOf(n,r)<=t&&t<=i.endOf(n,r)};e.prototype.equals=function(e){return this.isValid&&e.isValid&&this.valueOf()===e.valueOf()&&this.zone.equals(e.zone)&&this.loc.equals(e.loc)};e.prototype.toRelative=function(n){if(n===void 0){n={}}if(!this.isValid)return null;var r=n.base||e.fromObject({},{zone:this.zone}),t=n.padding?this<r?-n.padding:n.padding:0;var i=["years","months","days","hours","minutes","seconds"];var u=n.unit;if(Array.isArray(n.unit)){i=n.unit;u=undefined}return fi(r,this.plus(t),__assign(__assign({},n),{numeric:"always",units:i,unit:u}))};e.prototype.toRelativeCalendar=function(n){if(n===void 0){n={}}if(!this.isValid)return null;return fi(n.base||e.fromObject({},{zone:this.zone}),this,__assign(__assign({},n),{numeric:"auto",units:["years","months","days"],calendary:true}))};e.min=function(){var n=[];for(var r=0;r<arguments.length;r++){n[r]=arguments[r]}if(!n.every(e.isDateTime)){throw new f("min requires all arguments be DateTimes")}return Xe(n,(function(e){return e.valueOf()}),Math.min)};e.max=function(){var n=[];for(var r=0;r<arguments.length;r++){n[r]=arguments[r]}if(!n.every(e.isDateTime)){throw new f("max requires all arguments be DateTimes")}return Xe(n,(function(e){return e.valueOf()}),Math.max)};e.fromFormatExplain=function(e,n,r){if(r===void 0){r={}}var t=r.locale,i=t===void 0?null:t,u=r.numberingSystem,a=u===void 0?null:u,s=de.fromOpts({locale:i,numberingSystem:a,defaultToEN:true});return Ct(s,e,n)};e.fromStringExplain=function(n,r,t){if(t===void 0){t={}}return e.fromFormatExplain(n,r,t)};Object.defineProperty(e,"DATE_SHORT",{get:function(){return d},enumerable:false,configurable:true});Object.defineProperty(e,"DATE_MED",{get:function(){return m},enumerable:false,configurable:true});Object.defineProperty(e,"DATE_MED_WITH_WEEKDAY",{get:function(){return b},enumerable:false,configurable:true});Object.defineProperty(e,"DATE_FULL",{get:function(){return g},enumerable:false,configurable:true});Object.defineProperty(e,"DATE_HUGE",{get:function(){return y},enumerable:false,configurable:true});Object.defineProperty(e,"TIME_SIMPLE",{get:function(){return w},enumerable:false,configurable:true});Object.defineProperty(e,"TIME_WITH_SECONDS",{get:function(){return _},enumerable:false,configurable:true});Object.defineProperty(e,"TIME_WITH_SHORT_OFFSET",{get:function(){return M},enumerable:false,configurable:true});Object.defineProperty(e,"TIME_WITH_LONG_OFFSET",{get:function(){return O},enumerable:false,configurable:true});Object.defineProperty(e,"TIME_24_SIMPLE",{get:function(){return p},enumerable:false,configurable:true});Object.defineProperty(e,"TIME_24_WITH_SECONDS",{get:function(){return j},enumerable:false,configurable:true});Object.defineProperty(e,"TIME_24_WITH_SHORT_OFFSET",{get:function(){return k},enumerable:false,configurable:true});Object.defineProperty(e,"TIME_24_WITH_LONG_OFFSET",{get:function(){return N},enumerable:false,configurable:true});Object.defineProperty(e,"DATETIME_SHORT",{get:function(){return T},enumerable:false,configurable:true});Object.defineProperty(e,"DATETIME_SHORT_WITH_SECONDS",{get:function(){return E},enumerable:false,configurable:true});Object.defineProperty(e,"DATETIME_MED",{get:function(){return S},enumerable:false,configurable:true});Object.defineProperty(e,"DATETIME_MED_WITH_SECONDS",{get:function(){return D},enumerable:false,configurable:true});Object.defineProperty(e,"DATETIME_MED_WITH_WEEKDAY",{get:function(){return I},enumerable:false,configurable:true});Object.defineProperty(e,"DATETIME_FULL",{get:function(){return x},enumerable:false,configurable:true});Object.defineProperty(e,"DATETIME_FULL_WITH_SECONDS",{get:function(){return A},enumerable:false,configurable:true});Object.defineProperty(e,"DATETIME_HUGE",{get:function(){return Z},enumerable:false,configurable:true});Object.defineProperty(e,"DATETIME_HUGE_WITH_SECONDS",{get:function(){return L},enumerable:false,configurable:true});return e}();function hi(e){if(li.isDateTime(e)){return e}else if(e&&e.valueOf&&Ye(e.valueOf())){return li.fromJSDate(e)}else if(e&&typeof e==="object"){return li.fromObject(e)}else{throw new f("Unknown datetime argument: ".concat(e,", of type ").concat(typeof e))}}function vi(e){if(e===void 0){e="de-CH"}return new Intl.DateTimeFormat(di(e)).format(new Date).replace(/\p{Number}/gu,"").charAt(0)}function di(e){if(e===void 0){e="de-CH"}var n=e.split("-"),r=n[1];if(r==="CH"){return"fr-CH"}if(r==="BE"){return"fr-BE"}if(r==="LU"){return"fr-LU"}return e}var mi=function(){function e(e){this.dt=e}e.setTwoDigitCutoffYear=function(e){if(e===void 0){e=10}Te.twoDigitCutoffYear=(new Date).getFullYear()%100+e};e.fromAnyFormat=function(r){var t=r.replace(/[0-9]/g,"").charAt(0);var i=n();var u=(i===null||i===void 0?void 0:i.locale)||"de-CH";var a=r.split(t);var s=a.length;if(s===2){var o=(new Date).getFullYear();return new e(li.fromFormat("".concat(a[0]).concat(t).concat(a[1]).concat(t).concat(o),"d".concat(t,"M").concat(t,"yy"),{locale:u}))}if(s===3){if(a[2].length===1){return new e(li.fromFormat("".concat(a[0]).concat(t).concat(a[1]).concat(t).concat(2e3+parseInt(a[2],10)),"d".concat(t,"M").concat(t,"yy"),{locale:u}))}else if(a[2]===""){var o=(new Date).getFullYear();return new e(li.fromFormat("".concat(a[0]).concat(t).concat(a[1]).concat(t).concat(o),"d".concat(t,"M").concat(t,"yy"),{locale:u}))}}return new e(li.fromFormat(r,"d".concat(t,"M").concat(t,"yy"),{locale:u}))};e.fromISO=function(n){return new e(li.fromISO(n||""))};e.infoMonths=function(e){var r=e===void 0?{}:e,t=r.format,i=r.locale;var u=n();return st.months(t||"long",{locale:i||(u===null||u===void 0?void 0:u.locale)||"de-CH"})};e.infoWeekdays=function(e){var r=e===void 0?{}:e,t=r.format,i=r.locale;var u=n();var a=st.weekdays(t,{locale:i||(u===null||u===void 0?void 0:u.locale)||"de-CH"});return a};Object.defineProperty(e.prototype,"isValid",{get:function(){return this.dt.isValid},enumerable:false,configurable:true});e.prototype.toISO=function(){if(this.isValid){return this.dt.toISO()}return""};e.prototype.toISODate=function(){if(this.isValid){return this.dt.toISODate()}return""};e.prototype.toFormat=function(){if(this.isValid){var e=n();var r=(e===null||e===void 0?void 0:e.locale)||"de-CH";var t=vi(r);return this.dt.toFormat("dd".concat(t,"MM").concat(t,"yyyy"))}return""};e.prototype.isBefore=function(e){var n=li.fromISO(e||"");if(n.isValid){return this.dt<n}return false};e.prototype.isBeforeOrEqual=function(e){var n=li.fromISO(e||"");if(n.isValid){return this.dt<=n}return false};e.prototype.isAfter=function(e){var n=li.fromISO(e||"");if(n.isValid){return this.dt>n}return false};e.prototype.isAfterOrEqual=function(e){var n=li.fromISO(e||"");if(n.isValid){return this.dt>=n}return false};Object.defineProperty(e.prototype,"month",{get:function(){if(this.isValid){return this.dt.month}return undefined},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"year",{get:function(){if(this.isValid){return this.dt.year}return undefined},enumerable:false,configurable:true});return e}();e("B",mi);mi.setTwoDigitCutoffYear()}}}));
@@ -1 +0,0 @@
1
- import{L as s,a as t}from"./p-N2wlH4Xn.js";import{R as e,a as i,S as h}from"./p-DgPiq0y0.js";class n extends s{constructor(){super(...arguments),this.state=n.DefaultState,this.onMouseEnter=()=>{this.updateState({hovered:!0})},this.onMouseLeave=()=>{this.updateState({hovered:!1})},this.onPointerDown=()=>{this.updateState({pressed:!0})},this.onPointerUp=()=>{this.updateState({pressed:!1})}}connect(s){super.connect(s),e(this.el,"mouseenter",this.onMouseEnter,n.EventListenerOptions),e(this.el,"mouseleave",this.onMouseLeave,n.EventListenerOptions),e(this.el,"pointerdown",this.onPointerDown,n.EventListenerOptions),i.hasDocument&&e(document,"pointerup",this.onPointerUp,n.EventListenerOptions)}disconnect(){super.disconnect(),this.el&&(h(this.el,"mouseenter",this.onMouseEnter),h(this.el,"mouseleave",this.onMouseLeave),h(this.el,"pointerdown",this.onPointerDown),i.hasDocument&&h(document,"pointerup",this.onPointerUp))}updateState(s){this.state=Object.assign(Object.assign({},this.state),s),this.notify(this.state)}}n.EventListenerOptions={passive:!0},n.DefaultState={hovered:!1,pressed:!1};class o extends t{constructor(){super(((s,t)=>{t&&s.elementStateListener(t)})),this.listener=new n}attach(s){super.attach(s),this.listener.connect(s.el),this.listener.add((s=>super.notify(s)))}detach(){super.detach(),this.listener.disconnect()}}function r(){return function(s){const{connectedCallback:t,disconnectedCallback:e}=s;s.connectedCallback=function(){return this._balElementStateSubject||(this._balElementStateSubject=new o,this._balElementStateSubject.attach(this)),t&&t.call(this)},s.disconnectedCallback=function(){return this._balElementStateSubject&&(this._balElementStateSubject.detach(),this._balElementStateSubject=void 0),e&&e.call(this)}}}export{n as B,r as L}
@@ -1 +0,0 @@
1
- import{M as t,t as i,I as s,R as e,S as n,Q as h}from"./p-DgPiq0y0.js";import{B as r}from"./p-ByiN-QjD.js";import{s as o}from"./p-CzKsK_-N.js";import{j as a}from"./p-D1VPLQ5z.js";const l=t=>"string"==typeof t?t.replace(/([a-z])([0-9])/g,"$1-$2").replace(/([a-z0-9])([A-Z])/g,"$1-$2").replace(/[\s_]+/g,"-").toLowerCase():"",c=t=>parseInt(t.slice(0,-2),10),d=(t,i=16)=>{if("undefined"==typeof window||void 0===t)return{top:i,right:i,bottom:i,left:i};const s=window.getComputedStyle(t);return{top:c(s.getPropertyValue("padding-top")),right:c(s.getPropertyValue("padding-right")),bottom:c(s.getPropertyValue("padding-bottom")),left:c(s.getPropertyValue("padding-left"))}},u=t=>{if("undefined"==typeof window)return t.clientWidth;const i=window.getComputedStyle(t),s=i.getPropertyValue("box-sizing"),e=c(i.getPropertyValue("width"));if("border-box"===s)return e;const n=c(i.getPropertyValue("padding-right"));return c(i.getPropertyValue("padding-left"))+e+n},b=t=>{const i=Array.from(t.children);let s=0;for(const t of i)s=Math.max(s,t.offsetLeft+t.offsetWidth);return s},f=({value:i,items:s,containerId:e,onControlChange:n})=>{const h=r.block("swiper").element("controls");return t("div",{class:Object.assign(Object.assign({},h.class()),h.modifier("dots").class())},t("bal-pagination",{"aria-controls":e,interface:"small",value:i+1,totalPages:s.length,onBalChange:t=>{let i=t.detail-1;i<0&&(i=0),i>=s.length&&(i=s.length-1),n(s[i])}}))},g=({isFirst:i,isLast:s,inverted:e,areControlsHidden:n,onNextClick:h,onPreviousClick:o,containerId:a,leftControlTitle:l,rightControlTitle:c})=>{const d=r.block("swiper").element("controls"),u=d.element("button");return t("div",{"data-mutation":"false",class:Object.assign(Object.assign({},d.class()),d.modifier("large").class())},t("bal-button",{class:Object.assign(Object.assign(Object.assign({},u.class()),u.modifier("left").class()),u.modifier("hidden").class(i&&n)),"aria-controls":a,square:!0,icon:"nav-go-left",rounded:!0,inverted:e,onClick:()=>o(),tabindex:-1,disabled:i,"aria-hidden":i&&n?"true":null,"data-testid":"bal-carousel-control-left",title:l}),t("bal-button",{class:Object.assign(Object.assign(Object.assign({},u.class()),u.modifier("right").class()),u.modifier("hidden").class(s&&n)),"aria-controls":a,square:!0,icon:"nav-go-right",rounded:!0,inverted:e,onClick:()=>h(),tabindex:-1,disabled:s,"aria-hidden":s&&n?"true":null,"data-testid":"bal-carousel-control-right",title:c}))},w=({isFirst:i,isLast:s,inverted:e,leftControlTitle:n,rightControlTitle:h,containerId:o,onNextClick:a,onPreviousClick:l})=>{const c=r.block("swiper").element("controls"),d=c.element("button");return t("div",{class:Object.assign(Object.assign({},c.class()),c.modifier("small").class())},t("bal-button",{class:Object.assign(Object.assign(Object.assign({},d.class()),d.modifier("left").class()),d.modifier("hidden").class(i)),"aria-controls":o,square:!0,size:"small",icon:"nav-go-left",rounded:!0,inverted:e,onClick:()=>l(),disabled:i,tabindex:"-1","data-testid":"bal-carousel-control-left",title:n}),t("bal-button",{class:Object.assign(Object.assign(Object.assign({},d.class()),d.modifier("right").class()),d.modifier("hidden").class(s)),"aria-controls":o,square:!0,size:"small",icon:"nav-go-right",rounded:!0,inverted:e,onClick:()=>a(),disabled:s,tabindex:"-1","data-testid":"bal-carousel-control-right",title:h}))},p={de:{left:"vorherige",right:"nächste"},en:{left:"previous",right:"next"},fr:{left:"précédent",right:"suivant"},it:{left:"precedente",right:"successivo"},nl:{left:"vorige",right:"volgende"},es:{left:"anterior",right:"siguiente"},pl:{left:"poprzedni",right:"następny"},pt:{left:"anterior",right:"próximo"},sv:{left:"föregående",right:"nästa"},fi:{left:"edellinen",right:"seuraava"}};class v{constructor(){this.previousTransformValue=0,this.active=!0,this.id="bal-swiper-"+m++,this.containerId=`${this.id}-container`,this.index=0,this.steps=1,this.noNeedForControls=!0,this.isLastSlideVisible=!1,this.itemsPerView=1,this.controls="none",this.gapSpace="none",this.keyboardMode=!1,this.shiftMode=!1,this.isInsideContainer=!1,this.focusByKey=!1,this.pointerDown=()=>{this.keyboardMode=!1,this.shiftMode=!1,this.focusByKey=!1,this.isInsideContainer=!1},this.listenToKeyDown=t=>{this.keyboardMode=a(t),this.shiftMode=t.shiftKey,this.focusByKey=!1,this.isInsideContainer=i(this.containerEl,t.target),this.active&&"dots"!==this.controls&&"tabs"!==this.controls&&this.isInsideContainer&&this.keyboardMode&&(this.shiftMode&&this.index>0?(this.focusByKey=!0,this.focusPreviousItem(t)):!this.shiftMode&&this.index<this.lastIndex()&&(this.focusByKey=!0,this.focusNextItem(t)))},this.updateFocus=()=>{this.active&&"dots"!==this.controls&&"tabs"!==this.controls&&this.focusByKey&&!this.isInsideContainer&&this.focusItem(this.shiftMode?this.lastIndex():0)},this.cssBlock=r.block("swiper"),this.cssSwiper=()=>Object.assign({},this.cssBlock.class(this.active)),this.cssInnerSwiper=()=>Object.assign(Object.assign(Object.assign(Object.assign({},this.cssBlock.element("inner").class(this.active)),this.cssBlock.element("inner").modifier(`items-per-view-${this.itemsPerView}`).class(this.active)),this.cssBlock.element("inner").modifier("shadow-left").class(this.hasShadowLeft())),this.cssBlock.element("inner").modifier("shadow-right").class(this.hasShadowRight())),this.cssSwiperContainer=()=>Object.assign(Object.assign({},this.cssBlock.element("container").class(this.active)),this.cssBlock.element("container").modifier(`gap-${this.gapSpace}`).class(this.active)),this.notifyChange=s((()=>this.notifyChangeInternal()),100),this.onControlChange=t=>{t!==this.index&&(t>this.index?this.next(t-this.index):this.previous(this.index-t))},this.onPreviousButtonClick=()=>this.previous(),this.onNextButtonClick=()=>this.next()}connectedCallback(t){this.component=t,e(window,"keydown",this.listenToKeyDown),e(this.component.el,"focusin",this.updateFocus),e(window,"touchstart",this.pointerDown),e(window,"mousedown",this.pointerDown)}disconnectedCallback(){n(window,"keydown",this.listenToKeyDown),n(this.component.el,"focusin",this.updateFocus),n(window,"touchstart",this.pointerDown),n(window,"mousedown",this.pointerDown)}isActive(){return this.active}async activate(){this.active=!0}async disable(){this.active=!1}async focusItem(t){const i=await this.goTo(t);i&&i.el&&await this.setFocusToEl(i.el)}async focusNextItem(t){const i=await this.next(1);i&&i.el&&(o(t),await this.setFocusToEl(i.el))}async focusPreviousItem(t){const i=await this.previous(1);i&&i.el&&(o(t),await this.setFocusToEl(i.el))}async setFocusToEl(t){t.setFocus&&await t.setFocus()}isFirst(){return 0===this.index}hasShadowLeft(){return this.hasShadow()&&0!==this.index&&this.active}hasShadowRight(){return this.hasShadow()&&!this.isLastSlideVisible&&this.active}isLast(){return this.isLastSlideVisible}async previous(t=this.steps){let i=this.index-t;return i<0&&(i=0),this.goTo(i)}async next(t=this.steps){const i=this.component.swiperGetAllChildrenElements().length;let s=this.index+t;return s>=i&&(s=i-1),this.goTo(s)}async updateIndex(t=this.index){this.index!==t&&(this.goTo(t),this.index=t,this.component.swiperOnChange(this.index))}async goTo(t=this.index){if(this.active){const i=await this.buildSlide(t);return i&&(await this.animate(i.transformActive,!0)||this.index!==t)&&(this.index=t,this.component.swiperOnChange(this.index)),i}}renderControls(){if(!this.active||this.noNeedForControls||!this.component.hasAnimated)return"";const i=p[this.component.language].left,s=p[this.component.language].right;switch(this.controls){case"small":return t(w,{isFirst:this.isFirst(),isLast:this.isLast(),inverted:this.component.inverted,leftControlTitle:i,rightControlTitle:s,containerId:this.containerId,onNextClick:()=>this.onNextButtonClick(),onPreviousClick:()=>this.onPreviousButtonClick()});case"large":return t(g,{isFirst:this.isFirst(),isLast:this.isLast(),inverted:this.component.inverted,areControlsHidden:!this.component.isMobile,leftControlTitle:i,rightControlTitle:s,containerId:this.containerId,onNextClick:()=>this.onNextButtonClick(),onPreviousClick:()=>this.onPreviousButtonClick()});case"dots":return t(f,{value:this.index,items:this.getAllControlItems(),containerId:this.containerId,onControlChange:t=>this.onControlChange(t.value)});default:return""}}getAllControlItems(){return this.component.swiperGetAllChildrenElements().map(((t,i)=>({value:i,label:t.label})))}lastIndex(){return this.component.swiperGetAllChildrenElements().length-1}hasShadow(){return!this.component.inverted&&("auto"===this.itemsPerView||this.itemsPerView>1)}async notifyChangeInternal(){const t=await this.buildSlide(this.index);t&&this.animate(t.transformActive,!1)}async buildSlide(t){const i=this.component.swiperGetAllChildrenElements(),s=void 0===t?this.lastIndex():t;if(i.length>s&&s>=0){const t={none:0,normal:16,medium:24}[this.gapSpace],e=i.filter(((t,i)=>i<s+1)).reduce(((i,s)=>i+u(s)+t),0),n=i.filter(((t,i)=>i<s)).reduce(((i,s)=>i+u(s)+t),0);return{el:i[s],transformNext:e,transformActive:n,isFirst:0===s,isLast:s===this.lastIndex(),total:this.lastIndex()+1,index:s}}}async animate(t=0,i=!0){return new Promise((s=>{void 0!==this.currentRaf&&cancelAnimationFrame(this.currentRaf),this.currentRaf=h((async()=>{if(this.containerEl&&this.innerEl){const e=await this.buildSlide();if(e){const n=e.transformNext||0,h=this.innerEl.clientWidth||0;if(0===n||0===h)return s(!1);let r=n-h;3===this.itemsPerView&&(r=n-h-1);const o=r<=t,a=0===t||r<=2;a&&(this.index=0);const l="small"===this.controls,c="large"===this.controls;this.noNeedForControls=n<=h;let d=this.noNeedForControls?0:o?r:t;a||this.noNeedForControls||!(l||c&&!this.component.isMobile)||(d-=o?0:c?56:48),this.containerEl.style.transitionDuration=i?"0.6s":"0",this.containerEl.style.transform=`translate3d(-${d}px, 0px, 0px)`;const u=d!==this.previousTransformValue;return this.previousTransformValue=d,this.isLastSlideVisible=o,this.borderEl&&(this.borderEl.style.transitionDuration=i?"0.6s":"0",this.borderEl.style.transform=`translate3d(${d}px, 0px, 0px)`),this.component.hasAnimated=!0,s(!!u)}}}))}))}}let m=0;export{v as S,b as a,d as g,l as t}
@@ -1,2 +0,0 @@
1
- class e{get width(){return t.hasWindow?window.innerWidth:0}get height(){return t.hasWindow?window.innerHeight:0}}const t=new class{constructor(){this.window=new e}get isSafari(){return/^((?!chrome|android).)*safari/i.test(this.userAgent)}get hasWindow(){return"undefined"!=typeof window}get hasNavigator(){return"undefined"!=typeof navigator}get hasDocument(){return"undefined"!=typeof document}get userAgent(){var e;return this.hasWindow&&this.hasNavigator&&null!==(e=navigator.userAgent)&&void 0!==e?e:""}},n="baloise-persist-config",o={components:[],event:!1,lifecycle:!1,render:!1,custom:!1};function s(e="unknown"){return function(n){const{connectedCallback:s,disconnectedCallback:i,render:r,componentDidLoad:l,createLogger:a}=n,c=(e=>{const n=(n,s,...i)=>{const r=(()=>{let e=o;return t.hasWindow&&window.BaloiseDesignSystem&&window.BaloiseDesignSystem.config&&window.BaloiseDesignSystem.config.logger&&(e=window.BaloiseDesignSystem.config.logger),e})();r.components.includes(e)&&r[n]&&console.log(s,...i)};return{custom:(t,...o)=>n("custom",` ➡️ [${e}] - ${t}`,...o),lifecycle:(t,...o)=>n("lifecycle",`${"connectedCallback"===t?"🟢":"disconnectedCallback"===t?"🔴":"componentDidLoad"===t?"🏁":" ➡️"} [${e}] - (${t})`,...o),event:(t,...o)=>n("event",`🔥 [${e}] - (${t})`,...o),render:(...t)=>n("render",`🖌️ [${e}] - (render)`,...t)}})(e);n.connectedCallback=function(){c.lifecycle("connectedCallback",this);const e=Object.keys(this).filter((e=>e.startsWith("bal"))).filter((e=>"object"==typeof this[e]));for(let t=0;t<e.length;t++){const n=e[t],o=this[n];this[n]={emit:(...e)=>(c.event(n,this,...e),o.emit.call(this,...e))}}return a.call(this,c.custom),s&&s.call(this)},n.disconnectedCallback=function(){return c.lifecycle("disconnectedCallback",this),i&&i.call(this)},n.componentDidLoad=function(){return c.lifecycle("componentDidLoad",this),l&&l.call(this)},n.render=function(){return c.render(this),r.call(this)}}}const i='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M8.99999 4C9.2883 4 9.55108 3.83474 9.67597 3.57489C9.80086 3.31504 9.76575 3.00661 9.58564 2.78148L7.58564 0.281479C7.44331 0.103567 7.22783 0 6.99999 0C6.77215 0 6.55667 0.103567 6.41434 0.281479L4.41434 2.78148C4.23424 3.00661 4.19912 3.31504 4.32401 3.57489C4.4489 3.83474 4.71169 4 4.99999 4H6L6 9.5C6 10.0523 6.44772 10.5 7 10.5C7.55228 10.5 8 10.0523 8 9.5L8 4H8.99999ZM3 12V5.99998C3.55228 5.99998 4 5.55227 4 4.99998C4 4.4477 3.55228 3.99998 3 3.99998H2.5C2.10217 3.99998 1.72064 4.15802 1.43934 4.43932C1.15804 4.72062 1 5.10216 1 5.49998V12.5C1 12.8979 1.15804 13.2794 1.43934 13.5607C1.72065 13.842 2.10218 14 2.5 14L11.5 14.0001C11.8978 14.0001 12.2794 13.842 12.5607 13.5607C12.842 13.2794 13 12.8979 13 12.5001V5.5C13 5.10218 12.842 4.72065 12.5607 4.43934C12.2794 4.15804 11.8978 4 11.5 4H11C10.4477 4 10 4.44772 10 5C10 5.55228 10.4477 6 11 6V12.0001L3 12Z" clip-rule="evenodd"/></svg>',r='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M5.76256 2.01256C6.09075 1.68437 6.53587 1.5 7 1.5C7.46413 1.5 7.90925 1.68437 8.23744 2.01256C8.4448 2.21993 8.59475 2.47397 8.67705 2.75H5.32295C5.40525 2.47397 5.5552 2.21993 5.76256 2.01256ZM3.78868 2.75C3.89405 2.07321 4.21153 1.44227 4.7019 0.951903C5.3114 0.34241 6.13805 0 7 0C7.86195 0 8.6886 0.34241 9.2981 0.951903C9.78847 1.44227 10.106 2.07321 10.2113 2.75H13C13.4142 2.75 13.75 3.08579 13.75 3.5C13.75 3.91422 13.4142 4.25 13 4.25H12V12.5C12 12.8978 11.842 13.2794 11.5607 13.5607C11.2794 13.842 10.8978 14 10.5 14H3.5C3.10217 14 2.72064 13.842 2.43934 13.5607C2.15804 13.2794 2 12.8978 2 12.5V4.25H1C0.585786 4.25 0.25 3.91422 0.25 3.5C0.25 3.08579 0.585786 2.75 1 2.75H3.78868ZM5 5.87646C5.34518 5.87646 5.625 6.15629 5.625 6.50146V10.503C5.625 10.8481 5.34518 11.128 5 11.128C4.65482 11.128 4.375 10.8481 4.375 10.503V6.50146C4.375 6.15629 4.65482 5.87646 5 5.87646ZM9.625 6.50146C9.625 6.15629 9.34518 5.87646 9 5.87646C8.65482 5.87646 8.375 6.15629 8.375 6.50146V10.503C8.375 10.8481 8.65482 11.128 9 11.128C9.34518 11.128 9.625 10.8481 9.625 10.503V6.50146Z" clip-rule="evenodd"/></svg>',l='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M8 1C8 0.447715 7.55228 0 7 0C6.44772 0 6 0.447715 6 1V6H1C0.447715 6 0 6.44772 0 7C0 7.55228 0.447715 8 1 8H6V13C6 13.5523 6.44772 14 7 14C7.55228 14 8 13.5523 8 13V8H13C13.5523 8 14 7.55228 14 7C14 6.44772 13.5523 6 13 6H8V1Z" clip-rule="evenodd"/></svg>',a='<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M9.794,6.607,5.884,2.49A1.255,1.255,0,0,0,4.1,2.5l-3.9,4.1A.75.75,0,1,0,1.294,7.641L4.819,3.928a.249.249,0,0,1,.362,0L8.706,7.641A.75.75,0,1,0,9.794,6.607Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',c='<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M7.5,4.1l-4.1-3.9A.75.75,0,1,0,2.36,1.294L6.072,4.819a.249.249,0,0,1,0,.362L2.36,8.706A.75.75,0,0,0,3.393,9.794L7.51,5.884A1.256,1.256,0,0,0,7.5,4.1Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',u='<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M7.124,10a.749.749,0,0,1-.517-.206L2.5,5.9A1.257,1.257,0,0,1,2.49,4.116L6.607.206A.75.75,0,1,1,7.64,1.294L3.928,4.819a.249.249,0,0,0,0,.362L7.64,8.706A.75.75,0,0,1,7.124,10Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',d='<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M5,7.874a1.238,1.238,0,0,1-.879-.364L.206,3.393A.75.75,0,1,1,1.294,2.36L4.819,6.072a.249.249,0,0,0,.362,0L8.706,2.36A.75.75,0,1,1,9.794,3.393L5.9,7.5A1.269,1.269,0,0,1,5,7.874Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',f='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0 7C0 6.44772 0.447715 6 1 6H13C13.5523 6 14 6.44772 14 7C14 7.55228 13.5523 8 13 8H1C0.447715 8 0 7.55228 0 7Z" clip-rule="evenodd"/></svg>',h='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0 2a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1zm0 5a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1zm1 4a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2H1z" clip-rule="evenodd"/></svg>',C='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M7 14C10.866 14 14 10.866 14 7C14 3.13401 10.866 0 7 0C3.13401 0 0 3.13401 0 7C0 10.866 3.13401 14 7 14ZM5.5 9.375C5.15482 9.375 4.875 9.65482 4.875 10C4.875 10.3452 5.15482 10.625 5.5 10.625H7H8.5C8.84518 10.625 9.125 10.3452 9.125 10C9.125 9.65482 8.84518 9.375 8.5 9.375H7.625V6.5C7.625 6.15482 7.34518 5.875 7 5.875H6C5.65482 5.875 5.375 6.15482 5.375 6.5C5.375 6.84518 5.65482 7.125 6 7.125H6.375V9.375H5.5ZM8 4C8 4.55228 7.55228 5 7 5C6.44772 5 6 4.55228 6 4C6 3.44772 6.44772 3 7 3C7.55228 3 8 3.44772 8 4Z" clip-rule="evenodd"/></svg>',v='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path d="M10.715 -0.000976562C10.5152 -0.000976562 10.3174 0.0389464 10.1332 0.116448C9.95019 0.193468 9.78428 0.306058 9.64512 0.447676L1.40732 8.64549C1.34616 8.70635 1.30179 8.782 1.27853 8.86508L0.0185299 13.3651C-0.0301752 13.539 0.0187291 13.7257 0.146458 13.8535C0.274188 13.9812 0.46088 14.0301 0.634827 13.9814L5.13483 12.7214C5.21791 12.6981 5.29356 12.6537 5.35442 12.5926L13.5521 4.3549L13.5535 4.35355C13.6934 4.21438 13.8045 4.04896 13.8804 3.86676C13.9566 3.68398 13.9958 3.48792 13.9958 3.2899C13.9958 3.09188 13.9566 2.89582 13.8804 2.71303C13.8045 2.53083 13.6934 2.3654 13.5535 2.22624L13.5521 2.2249L11.7859 0.448721C11.6466 0.306611 11.4803 0.193657 11.2968 0.116448C11.1126 0.0389464 10.9148 -0.000976562 10.715 -0.000976562Z"/></svg>',w='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M1.43934 0.43934C1.72064 0.158035 2.10218 0 2.5 0H7.5C7.63261 0 7.75979 0.0526784 7.85355 0.146447L12.8536 5.14645C12.9473 5.24021 13 5.36739 13 5.5V12.5C13 12.8978 12.842 13.2794 12.5607 13.5607C12.2794 13.842 11.8978 14 11.5 14H2.5C2.10217 14 1.72064 13.842 1.43934 13.5607C1.15804 13.2794 1 12.8978 1 12.5V1.5C1 1.10218 1.15804 0.720644 1.43934 0.43934ZM4.5 3.875C4.15482 3.875 3.875 4.15482 3.875 4.5C3.875 4.84518 4.15482 5.125 4.5 5.125H6.5C6.84518 5.125 7.125 4.84518 7.125 4.5C7.125 4.15482 6.84518 3.875 6.5 3.875H4.5ZM3.875 7.5C3.875 7.15482 4.15482 6.875 4.5 6.875H9.5C9.84518 6.875 10.125 7.15482 10.125 7.5C10.125 7.84518 9.84518 8.125 9.5 8.125H4.5C4.15482 8.125 3.875 7.84518 3.875 7.5ZM4.5 9.875C4.15482 9.875 3.875 10.1548 3.875 10.5C3.875 10.8452 4.15482 11.125 4.5 11.125H9.5C9.84518 11.125 10.125 10.8452 10.125 10.5C10.125 10.1548 9.84518 9.875 9.5 9.875H4.5Z" clip-rule="evenodd"/></svg>',p='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M10 0a.75.75 0 0 1 .75.75v.75h1.5c.966 0 1.75.784 1.75 1.75v9A1.75 1.75 0 0 1 12.25 14H1.75A1.75 1.75 0 0 1 0 12.25v-9C0 2.284.784 1.5 1.75 1.5h1.5V.75a.75.75 0 0 1 1.5 0v.75h4.5V.75A.75.75 0 0 1 10 0zM3.25 3v.75a.75.75 0 0 0 1.5 0V3h4.5v.75a.75.75 0 0 0 1.5 0V3h1.5a.25.25 0 0 1 .25.25v2.282a1.002 1.002 0 0 0-.25-.032H1.75c-.086 0-.17.01-.25.032V3.25A.25.25 0 0 1 1.75 3h1.5z" clip-rule="evenodd"/></svg>',g='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M1.70711 0.292893C1.31658 -0.0976311 0.683417 -0.0976311 0.292893 0.292893C-0.0976311 0.683417 -0.0976311 1.31658 0.292893 1.70711L5.58579 7L0.292893 12.2929C-0.0976311 12.6834 -0.0976311 13.3166 0.292893 13.7071C0.683417 14.0976 1.31658 14.0976 1.70711 13.7071L7 8.41421L12.2929 13.7071C12.6834 14.0976 13.3166 14.0976 13.7071 13.7071C14.0976 13.3166 14.0976 12.6834 13.7071 12.2929L8.41421 7L13.7071 1.70711C14.0976 1.31658 14.0976 0.683417 13.7071 0.292893C13.3166 -0.0976311 12.6834 -0.0976311 12.2929 0.292893L7 5.58579L1.70711 0.292893Z" clip-rule="evenodd"/></svg>',b='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M13.637 1.19792C14.0627 1.54974 14.1227 2.18006 13.7708 2.60579L5.73084 12.335L5.72842 12.3379C5.54554 12.5575 5.31602 12.7336 5.05655 12.8534C4.79707 12.9731 4.51417 13.0336 4.22842 13.0302L4.22752 13.0302C3.93709 13.0266 3.65125 12.9573 3.39146 12.8274C3.13254 12.6979 2.9062 12.5117 2.72931 12.2826C2.72871 12.2818 2.72812 12.281 2.72752 12.2802L0.210633 9.04426C-0.128437 8.60831 -0.0499029 7.98003 0.386044 7.64096C0.821992 7.30189 1.45027 7.38043 1.78934 7.81638L4.25291 10.9838L12.2291 1.33176C12.5809 0.906034 13.2113 0.846112 13.637 1.19792Z" clip-rule="evenodd"/></svg>',m='<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M9.794,6.607,5.884,2.49A1.255,1.255,0,0,0,4.1,2.5l-3.9,4.1A.75.75,0,1,0,1.294,7.641L4.819,3.928a.249.249,0,0,1,.362,0L8.706,7.641A.75.75,0,1,0,9.794,6.607Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',L='<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M7.5,4.1l-4.1-3.9A.75.75,0,1,0,2.36,1.294L6.072,4.819a.249.249,0,0,1,0,.362L2.36,8.706A.75.75,0,0,0,3.393,9.794L7.51,5.884A1.256,1.256,0,0,0,7.5,4.1Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',y='<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M7.124,10a.749.749,0,0,1-.517-.206L2.5,5.9A1.257,1.257,0,0,1,2.49,4.116L6.607.206A.75.75,0,1,1,7.64,1.294L3.928,4.819a.249.249,0,0,0,0,.362L7.64,8.706A.75.75,0,0,1,7.124,10Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',x='<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M5,7.874a1.238,1.238,0,0,1-.879-.364L.206,3.393A.75.75,0,1,1,1.294,2.36L4.819,6.072a.249.249,0,0,0,.362,0L8.706,2.36A.75.75,0,1,1,9.794,3.393L5.9,7.5A1.269,1.269,0,0,1,5,7.874Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>',H={region:"CH",language:"de",allowedLanguages:["de","fr","it","en"],icons:{balIconClose:g,balIconInfoCircle:C,balIconPlus:l,balIconMinus:f,balIconEdit:v,balIconTrash:r,balIconNavGoLeft:u,balIconNavGoRight:c,balIconNavGoDown:d,balIconNavGoUp:a,balIconCheck:b,balIconDate:p,balIconDocument:w,balIconUpload:i,balIconMenuBars:h,balIconFacebook:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path d="M8.06356 3.75515C8.06356 2.67675 8.60345 2.67675 9.14334 2.67675H9.79121C9.89938 2.6782 10.0067 2.65799 10.107 2.61732C10.2072 2.57664 10.2982 2.51633 10.3747 2.43993C10.4512 2.36353 10.5116 2.2726 10.5523 2.17251C10.5931 2.07242 10.6133 1.96519 10.6118 1.85716V0.84346C10.6119 0.734917 10.5903 0.627453 10.5484 0.527307C10.5064 0.42716 10.445 0.336327 10.3677 0.260078C10.2903 0.18383 10.1986 0.123686 10.0978 0.0831375C9.99696 0.0425893 9.88909 0.0224446 9.78041 0.0238728L8.24712 0.00230466C7.80066 -0.0149417 7.35577 0.0647696 6.94316 0.235937C6.53054 0.407104 6.16003 0.665651 5.8572 0.993733C5.55436 1.32181 5.32641 1.71162 5.18908 2.13624C5.05175 2.56086 5.00831 3.01018 5.06176 3.4532V5.01689H4.20873C3.99108 5.01689 3.78235 5.10324 3.62845 5.25694C3.47455 5.41064 3.38809 5.61911 3.38809 5.83648V6.85018C3.38809 7.06754 3.47455 7.27601 3.62845 7.42971C3.78235 7.58341 3.99108 7.66976 4.20873 7.66976H5.06176V13.4608C5.06176 13.6038 5.11864 13.741 5.21989 13.8421C5.32114 13.9432 5.45846 14 5.60165 14H7.55606C7.69356 13.9917 7.8227 13.9313 7.91705 13.8311C8.01139 13.7308 8.0638 13.5984 8.06356 13.4608V7.66976H9.01377C9.23141 7.66976 9.44014 7.58341 9.59404 7.42971C9.74794 7.27601 9.8344 7.06754 9.8344 6.85018V5.83648C9.8344 5.61911 9.74794 5.41064 9.59404 5.25694C9.44014 5.10324 9.23141 5.01689 9.01377 5.01689H8.06356V3.75515Z"/></svg>',balIconInstagram:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0.786499 3.39046C0.786499 1.95243 1.95225 0.786682 3.39027 0.786682H10.3337C11.7717 0.786682 12.9374 1.95243 12.9374 3.39046V10.3339C12.9374 11.7719 11.7717 12.9376 10.3337 12.9376H3.39027C1.95225 12.9376 0.786499 11.7719 0.786499 10.3339V3.39046ZM6.8621 4.78204C5.71332 4.78204 4.78204 5.71332 4.78204 6.8621C4.78204 8.01088 5.71332 8.94216 6.8621 8.94216C8.01088 8.94216 8.94216 8.01088 8.94216 6.8621C8.94216 5.71332 8.01088 4.78204 6.8621 4.78204ZM3.78204 6.8621C3.78204 5.16103 5.16103 3.78204 6.8621 3.78204C8.56317 3.78204 9.94216 5.16103 9.94216 6.8621C9.94216 8.56317 8.56317 9.94216 6.8621 9.94216C5.16103 9.94216 3.78204 8.56317 3.78204 6.8621ZM10.3349 3.98516C10.6842 3.98516 10.9673 3.70199 10.9673 3.35269C10.9673 3.00338 10.6842 2.72021 10.3349 2.72021C9.98556 2.72021 9.70239 3.00338 9.70239 3.35269C9.70239 3.70199 9.98556 3.98516 10.3349 3.98516Z" clip-rule="evenodd"/></svg>',balIconLinkedin:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path d="M3.31334 1.36381C3.31624 1.73602 3.17257 2.09441 2.9134 2.36157C2.65422 2.62872 2.30034 2.78317 1.92822 2.79156C1.55687 2.77793 1.20495 2.62217 0.945182 2.35645C0.685414 2.09073 0.537655 1.73538 0.53244 1.36381C0.548583 1.0018 0.701774 0.659474 0.96096 0.406224C1.22015 0.152974 1.56593 0.00775305 1.92822 0C2.28945 0.00789779 2.63402 0.153479 2.89148 0.40698C3.14894 0.66048 3.29985 1.00275 3.31334 1.36381ZM0.681607 5.3274C0.681607 4.50698 1.20369 4.63484 1.92822 4.63484C2.65275 4.63484 3.16418 4.50698 3.16418 5.3274V13.3185C3.16418 14.1496 2.64209 13.9791 1.92822 13.9791C1.21435 13.9791 0.681607 14.1496 0.681607 13.3185V5.3274Z"/><path d="M5.31647 5.32741C5.31647 4.86926 5.48694 4.69878 5.75331 4.64551C6.01968 4.59223 6.936 4.64551 7.25564 4.64551C7.57528 4.64551 7.70314 5.16759 7.69249 5.56182C7.96591 5.19486 8.32892 4.9042 8.7468 4.71765C9.16467 4.5311 9.62342 4.4549 10.0792 4.49634C10.5267 4.46898 10.975 4.53608 11.3949 4.69327C11.8148 4.85046 12.1969 5.09424 12.5165 5.40876C12.836 5.72328 13.0858 6.1015 13.2496 6.51887C13.4135 6.93623 13.4877 7.38339 13.4674 7.83129V13.2865C13.4674 14.1176 12.956 13.9471 12.2314 13.9471C11.5069 13.9471 10.9955 14.1176 10.9955 13.2865V9.02463C11.0142 8.80528 10.9855 8.58447 10.9114 8.3772C10.8372 8.16992 10.7193 7.98103 10.5657 7.82335C10.412 7.66568 10.2263 7.54291 10.021 7.46339C9.8157 7.38387 9.59571 7.34945 9.37595 7.36248C9.1572 7.35692 8.93978 7.3979 8.73806 7.48268C8.53635 7.56747 8.35494 7.69414 8.20586 7.85431C8.05677 8.01447 7.94341 8.20447 7.87328 8.41174C7.80314 8.61901 7.77784 8.83881 7.79904 9.05659V13.3185C7.79904 14.1496 7.27695 13.9791 6.55242 13.9791C5.8279 13.9791 5.31647 14.1496 5.31647 13.3185V5.32741Z"/></svg>',balIconTwitter:'<svg viewBox="0 0 14 15" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.3608 1.15369C13.4169 1.2059 13.4622 1.26865 13.494 1.33837C13.5259 1.40808 13.5436 1.48339 13.5464 1.55999C13.5491 1.63659 13.5367 1.71297 13.5098 1.78477C13.483 1.85656 13.4423 1.92236 13.39 1.97841L8.64428 7.06727L13.8824 14.0198C13.9477 14.1064 13.9876 14.2095 13.9975 14.3176C14.0075 14.4256 13.9871 14.5343 13.9386 14.6313C13.8902 14.7284 13.8156 14.81 13.7233 14.8671C13.631 14.9241 13.5246 14.9542 13.4161 14.9541H10.2207C10.1303 14.9542 10.0412 14.9333 9.96026 14.893C9.87935 14.8528 9.8089 14.7943 9.75447 14.7222L6.06784 9.8299L1.46336 14.7684C1.41113 14.8245 1.34837 14.8696 1.27867 14.9014C1.20897 14.9332 1.13369 14.9509 1.05714 14.9536C0.980585 14.9563 0.904251 14.9439 0.832496 14.9171C0.760741 14.8903 0.69497 14.8496 0.63894 14.7973C0.582909 14.7451 0.537715 14.6823 0.505938 14.6126C0.474162 14.5429 0.456425 14.4677 0.45374 14.3911C0.451056 14.3146 0.463476 14.2382 0.490292 14.1665C0.517108 14.0947 0.557794 14.029 0.610028 13.9729L5.35572 8.88407L0.117626 1.93154C0.0523114 1.84497 0.0124314 1.74191 0.00246702 1.63393C-0.00749732 1.52595 0.0128489 1.41733 0.0612194 1.32027C0.10959 1.22322 0.184068 1.14157 0.276285 1.08451C0.368503 1.02746 0.474805 0.997244 0.583248 0.997273H3.7793C3.86956 0.997249 3.9586 1.01818 4.0394 1.05842C4.1202 1.09866 4.19055 1.15711 4.24492 1.22917L7.93155 6.12144L12.5354 1.18291C12.5876 1.12679 12.6504 1.08151 12.7201 1.04966C12.7898 1.01782 12.8651 1.00003 12.9417 0.997314C13.0183 0.9946 13.0947 1.00702 13.1665 1.03385C13.2383 1.06068 13.3047 1.10141 13.3608 1.15369ZM7.44036 7.40872C7.42386 7.38964 7.40861 7.36951 7.39471 7.34846L3.48836 2.16343H1.75308L10.511 13.7885H12.2463L7.43975 7.40933L7.44036 7.40872Z"/></svg>',balIconX:'<svg viewBox="0 0 14 15" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.3608 1.15369C13.4169 1.2059 13.4622 1.26865 13.494 1.33837C13.5259 1.40808 13.5436 1.48339 13.5464 1.55999C13.5491 1.63659 13.5367 1.71297 13.5098 1.78477C13.483 1.85656 13.4423 1.92236 13.39 1.97841L8.64428 7.06727L13.8824 14.0198C13.9477 14.1064 13.9876 14.2095 13.9975 14.3176C14.0075 14.4256 13.9871 14.5343 13.9386 14.6313C13.8902 14.7284 13.8156 14.81 13.7233 14.8671C13.631 14.9241 13.5246 14.9542 13.4161 14.9541H10.2207C10.1303 14.9542 10.0412 14.9333 9.96026 14.893C9.87935 14.8528 9.8089 14.7943 9.75447 14.7222L6.06784 9.8299L1.46336 14.7684C1.41113 14.8245 1.34837 14.8696 1.27867 14.9014C1.20897 14.9332 1.13369 14.9509 1.05714 14.9536C0.980585 14.9563 0.904251 14.9439 0.832496 14.9171C0.760741 14.8903 0.69497 14.8496 0.63894 14.7973C0.582909 14.7451 0.537715 14.6823 0.505938 14.6126C0.474162 14.5429 0.456425 14.4677 0.45374 14.3911C0.451056 14.3146 0.463476 14.2382 0.490292 14.1665C0.517108 14.0947 0.557794 14.029 0.610028 13.9729L5.35572 8.88407L0.117626 1.93154C0.0523114 1.84497 0.0124314 1.74191 0.00246702 1.63393C-0.00749732 1.52595 0.0128489 1.41733 0.0612194 1.32027C0.10959 1.22322 0.184068 1.14157 0.276285 1.08451C0.368503 1.02746 0.474805 0.997244 0.583248 0.997273H3.7793C3.86956 0.997249 3.9586 1.01818 4.0394 1.05842C4.1202 1.09866 4.19055 1.15711 4.24492 1.22917L7.93155 6.12144L12.5354 1.18291C12.5876 1.12679 12.6504 1.08151 12.7201 1.04966C12.7898 1.01782 12.8651 1.00003 12.9417 0.997314C13.0183 0.9946 13.0947 1.00702 13.1665 1.03385C13.2383 1.06068 13.3047 1.10141 13.3608 1.15369ZM7.44036 7.40872C7.42386 7.38964 7.40861 7.36951 7.39471 7.34846L3.48836 2.16343H1.75308L10.511 13.7885H12.2463L7.43975 7.40933L7.44036 7.40872Z"/></svg>',balIconXing:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path d="M13.0056 0C13.385 0 13.6262 0.406033 13.4447 0.739215L9.3722 8.21397C9.28942 8.3659 9.29108 8.54984 9.37658 8.70026L11.9644 13.2529C12.1539 13.5862 11.9131 14 11.5297 14H8.88832C8.70848 14 8.5425 13.9034 8.45363 13.7471L5.58749 8.70478C5.50059 8.55191 5.50038 8.36464 5.58694 8.21157L10.0872 0.253872C10.1759 0.0969935 10.3422 0 10.5224 0H13.0056ZM5.60519 5.58358C5.68784 5.73855 5.68312 5.92552 5.59276 6.07613L3.43406 9.67396C3.3437 9.82456 3.18095 9.91671 3.00532 9.91671H0.500779C0.111209 9.91671 -0.128712 9.49091 0.0730986 9.15769L1.97318 6.02035C2.06519 5.86842 2.0697 5.67908 1.98502 5.52295L0.655558 3.07176C0.474862 2.7386 0.716068 2.33337 1.09507 2.33337H3.57175C3.7564 2.33337 3.92603 2.43515 4.01292 2.59808L5.60519 5.58358Z"/></svg>',balIconYoutube:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0 4C0 2.61929 1.11929 1.5 2.5 1.5H11.5C12.8807 1.5 14 2.61929 14 4V10C14 11.3807 12.8807 12.5 11.5 12.5H2.5C1.11929 12.5 0 11.3807 0 10V4ZM5.30998 5.11998V9.31998C5.30935 9.3905 5.32737 9.45993 5.36222 9.52124C5.39707 9.58255 5.4475 9.63356 5.50842 9.66909C5.56933 9.70462 5.63856 9.72342 5.70908 9.72358C5.7796 9.72374 5.84891 9.70524 5.90998 9.66998L9.50998 7.56998C9.57013 7.53469 9.62001 7.48428 9.65467 7.42377C9.68933 7.36325 9.70756 7.29472 9.70756 7.22498C9.70756 7.15524 9.68933 7.08671 9.65467 7.0262C9.62001 6.96568 9.57013 6.91527 9.50998 6.87998L5.90998 4.77998C5.85023 4.74175 5.78117 4.72055 5.71026 4.71865C5.63935 4.71675 5.56926 4.73422 5.50754 4.7692C5.44582 4.80417 5.39481 4.85532 5.36 4.91713C5.32519 4.97894 5.3079 5.04907 5.30998 5.11998Z" clip-rule="evenodd"/></svg>',balIconWeb:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M5.04883 0.275541C2.32493 1.06453 0.285118 3.46373 0.0275269 6.375H3.22773C3.41606 4.22626 4.03911 2.14922 5.04883 0.275541ZM3.22773 7.625H0.0275269C0.285118 10.5363 2.32493 12.9355 5.04883 13.7245C4.0391 11.8508 3.41606 9.77374 3.22773 7.625ZM6.6522 13.9915C5.44618 12.0855 4.69968 9.90183 4.48294 7.625H9.51704C9.30031 9.90183 8.5538 12.0855 7.34777 13.9915C7.23256 13.9971 7.11661 14 7.00001 14C6.88338 14 6.76743 13.9971 6.6522 13.9915ZM8.95115 13.7245C11.6751 12.9355 13.7149 10.5363 13.9725 7.625H10.7722C10.5839 9.77375 9.96087 11.8508 8.95115 13.7245ZM10.7722 6.375H13.9725C13.7149 3.46372 11.6751 1.06451 8.95114 0.275533C9.96087 2.14921 10.5839 4.22625 10.7722 6.375ZM6.65221 0.00848953C6.76743 0.00285182 6.88339 0 7.00001 0C7.11661 0 7.23256 0.0028513 7.34777 0.008488C8.5538 1.91446 9.3003 4.09817 9.51704 6.375H4.48294C4.69968 4.09817 5.44618 1.91446 6.65221 0.00848953Z" clip-rule="evenodd"/></svg>',balIconCaretDown:x,balIconCaretLeft:y,balIconCaretRight:L,balIconCaretUp:m},fallbackLanguage:"de",logger:o,animated:!0,httpFormSubmit:!0},M=`${H.language}-${H.region}`;class ${constructor(){this._componentObservers=[],this._observers=[],this._config=H}get locale(){return`${this._config.language}-${this._config.region}`}get region(){return this._config.region}set region(e){e!==this._config.region&&(this._config.region=e,this._notify())}get language(){return this._config.language}set language(e){e!==this._config.language&&(this._config.language=this._config.allowedLanguages.includes(e)?e:this._config.fallbackLanguage,this._notify())}get allowedLanguages(){return this._config.allowedLanguages}set allowedLanguages(e){e!==this._config.allowedLanguages&&(this._config.allowedLanguages=e,this._notify())}get icons(){return this._config.icons}set icons(e){this._config.icons=Object.assign(Object.assign({},this._config.icons),e),this._notify()}get logger(){return this._config.logger}set logger(e){this._config.logger=Object.assign({},e),this._notify()}get animated(){return this._config.animated}set animated(e){this._config.animated=e,this._notify()}get httpFormSubmit(){return this._config.httpFormSubmit}set httpFormSubmit(e){this._config.httpFormSubmit=e,this._notify()}attach(e){if(this._observers.includes(e))return console.log("Subject: Observer has been attached already.");this._observers.push(e),e.configChanged(this._config)}detach(e){const t=this._observers.indexOf(e);if(-1===t)return console.log("Subject: Nonexistent observer.");this._observers.splice(t,1)}attachComponent(e){if(this._componentObservers.includes(e))return console.log("Subject: Observer has been attached already.");this._componentObservers.push(e),e.configChanged(this._config)}detachComponent(e){const t=this._componentObservers.indexOf(e);if(-1===t)return console.log("Subject: Nonexistent observer.");this._componentObservers.splice(t,1)}toString(){return JSON.stringify(this._config)}reset(e){this._config=Object.assign(Object.assign(Object.assign({},this._config),e),{icons:Object.assign(Object.assign({},this._config.icons),e.icons)}),this._notify(!1)}_notify(e=!0){for(const e of this._componentObservers)e.configChanged(this._config);if(e)for(const e of this._observers)e.configChanged(this._config);t.hasWindow&&O(window,this._config)}}const k=new $,j=e=>{try{const t=e.sessionStorage.getItem(n);return null!==t?JSON.parse(t):{}}catch(e){return{}}},O=(e,t)=>{try{e.sessionStorage.setItem(n,JSON.stringify(t))}catch(e){return}},I=(e={},n={})=>{0===Object.keys(n).length&&t.hasWindow&&(n=window),n.BaloiseDesignSystem=n.BaloiseDesignSystem||{},k.reset(Object.assign(Object.assign(Object.assign(Object.assign({},j(n)),(e=>{try{const t=JSON.parse(e.localStorage.getItem("baloise-animated"));return null!==t?{animated:t}:{}}catch(e){return{}}})(n)),e),{icons:Object.assign(Object.assign({},j(n).icons),e.icons)})),n.BaloiseDesignSystem.config=k},S=e=>{Z({configChanged(t){e(t)}})},A=()=>{if(!t.hasWindow)return;const e=window;return e&&e.BaloiseDesignSystem&&e.BaloiseDesignSystem.config},Z=e=>{const t=A();t&&t.attach(e)},V=e=>{const t=A();t&&t.detach(e)},B=e=>{const t=A();t&&t.attachComponent(e)},N=e=>{const t=A();t&&t.detachComponent(e)},T=e=>{const t=A();t&&(t.language=e)},P=e=>{const t=A();t&&(t.region=e)},E=e=>{const t=A();t&&(t.allowedLanguages=e)},D=e=>{const t=A();t&&(t.icons=Object.assign(Object.assign({},t.icons),e))},_=e=>{const t=A();t&&(t.animated=e)},R=(e,n=32)=>{let o=!1;const s=()=>{o||(o=!0,e())};if(t.hasWindow){const e=setTimeout(s,n);window.addEventListener("load",(()=>{clearTimeout(e),s()}))}else setTimeout(s,32)},F=(e,n=5e3)=>{t.hasWindow&&"requestIdleCallback"in window?window.requestIdleCallback(e,{timeout:n}):setTimeout(e,32)},U=(e=0)=>new Promise((t=>{setTimeout((()=>t()),e)})),z=(e,t)=>{const n=e._original||e;return{_original:e,emit:G(n.emit.bind(n),t)}},G=(e,t=0)=>{let n;return(...o)=>{clearTimeout(n),n=setTimeout(e,t,...o)}},W=(e,t)=>e&&e.tagName&&e.tagName===t.toUpperCase(),q=(e,t)=>{let n=t.parentNode;for(;null!=n;){if(n==e)return!0;n=n.parentNode}return!1},J=(e,t)=>{let n=t.parentNode;for(;null!=n;){if(n.tagName===e.toUpperCase())return!0;n=n.parentNode}return!1},Q=e=>e.querySelector("bal-app")||e.body,Y=(e,t)=>{null!=e.componentOnReady?e.componentOnReady().then((e=>t(e))):X((()=>t(e)))},X=e=>"function"==typeof __zone_symbol__requestAnimationFrame?__zone_symbol__requestAnimationFrame(e):"function"==typeof requestAnimationFrame?requestAnimationFrame(e):setTimeout(e),K=(e,t=0)=>new Promise((n=>{ee(e,t,n)})),ee=(e,t=0,n)=>{let o,s;const i={passive:!0},r=()=>{o&&o()},l=t=>{void 0!==t&&e!==t.target||(r(),n(t))};return e&&(e.addEventListener("webkitTransitionEnd",l,i),e.addEventListener("transitionend",l,i),s=setTimeout(l,t+500),o=()=>{s&&(clearTimeout(s),s=void 0),e.removeEventListener("webkitTransitionEnd",l,i),e.removeEventListener("transitionend",l,i)}),r},te=(e,n,o,s)=>{if(t.hasWindow){const t=A();if(t){const i=t._ael;if(i)return i(e,n,o,s);if(t._ael)return t._ael(e,n,o,s)}}return e.addEventListener(n,o,s)},ne=(e,n,o,s)=>{if(t.hasWindow){const t=A();if(t){const i=t._rel;if(i)return i(e,n,o,s);if(t._rel)return t._rel(e,n,o,s)}}return e.removeEventListener(n,o,s)},oe=e=>e?new Promise((t=>Y(e,t))):Promise.resolve(),se=async(e,t=!1)=>{const n=e;if(n){if(null!=n.componentOnReady){const e=await n.componentOnReady();if(!t&&null!=e)return}await Promise.all(Array.from(n.children).map((e=>se(e,t))))}},ie=async e=>{await se(e,!0),await ae(),await ce()},re=async(e,t,n)=>{if(e&&e.target&&t&&t!==e.target){let o=e.target;"BAL-NAVBAR-BRAND"===e.target.nodeName&&(o=o.closest("bal-navbar")),o&&q(o,t)&&n(o)}},le=async(e,t)=>{const n=Object.assign({animated:!1,icons:{balIconClose:g,balIconInfoCircle:C,balIconPlus:l,balIconMinus:f,balIconEdit:v,balIconTrash:r,balIconNavGoLeft:u,balIconNavGoRight:c,balIconNavGoDown:d,balIconNavGoUp:a,balIconCaretUp:m,balIconCaretDown:x,balIconCaretLeft:y,balIconCaretRight:L,balIconCheck:b,balIconDate:p,balIconDocument:w,balIconUpload:i,balIconMenuBars:h}},t),o=e;if(null!=o){await se(o,!0);const e=Array.prototype.slice.call(o.querySelectorAll("*")).filter((e=>e.tagName.match(/^bal/i)));await Promise.all(e.map((e=>{if(null!=e.configChanged)return e.configChanged(n)})))}await Promise.all([ae(),ue(),ce()])},ae=()=>new Promise((e=>X((()=>fe(e))))),ce=()=>new Promise((e=>F((()=>fe(e))))),ue=()=>new Promise((e=>((e,n=3e3)=>{let o=!1;if(t.isSafari||!t.hasWindow||!("PerformanceObserver"in window))return setTimeout(e,32);{const t=new PerformanceObserver((n=>{const s=n.getEntries();s[s.length-1]&&(t.disconnect(),o=!0,F((()=>e())))}));t.observe({type:"largest-contentful-paint",buffered:!0}),setTimeout((()=>{o||(t.disconnect(),e())}),n)}})((()=>fe(e))))),de=()=>new Promise((e=>R((()=>fe(e))))),fe=e=>{if(t.hasWindow&&"MessageChannel"in window){const t=new window.MessageChannel;t.port1.onmessage=e,t.port2.postMessage(void 0)}else setTimeout(e,32)};class he{constructor(e){this.options=e,this.container=null,this.queue=[],this.preQueue=[],this.queueLimit=5}create(e){if(t.hasDocument){this.setupContainer(e);const t=this.findClone(e);if(void 0===t){const t=document.createElement(this.options.tag);return Object.assign(t,e),t.addEventListener("balClose",(e=>{this.removeFromQueue(e.detail)})),this.preQueue.push(t),this.updateQueue(),t}return t}}setQueue(e){this.queueLimit=e}async dismissAll(){var e;const t=null===(e=this.container)||void 0===e?void 0:e.querySelectorAll(this.options.tag);if(t){const e=[];for(let n=0;n<t.length;n++){const o=t[n];o.close&&e.push(o.close())}await Promise.all(e)}}async clearAll(){return console.warn("[DEPRECATED] - use dismissAll() instead"),this.dismissAll()}findClone(e){for(let t=0;t<this.queue.length;t++){const n=this.queue[t];if(n.message===e.message&&n.color===e.color)return n}}setupContainer(e){if(t.hasDocument){const t=this.options.tag+"-container";if(this.container=document.getElementById(t),this.container)return;this.container||(this.container=document.createElement("bal-notices"),this.container.setAttribute("interface",this.options.tag.replace("bal-","")),this.container.setAttribute("animated",e.animated?"true":"false"),void 0!==e.container&&this.container.setAttribute("container",!0===e.container?"":e.container),this.container.id=t),document.body.appendChild(this.container)}}async updateQueue(){var e;if(this.queue.length<this.queueLimit){const e=this.preQueue.shift();if(e&&this.container){await ie(this.container);const t=this.container.querySelector(".bal-notices__inner");t&&(this.queue.push(e),t.insertAdjacentElement("beforeend",e))}}0===this.queue.length&&(null===(e=this.container)||void 0===e||e.remove())}removeFromQueue(e){this.queue=this.queue.filter((t=>t.id!==e)),setTimeout((()=>this.updateQueue()),0)}}class Ce extends he{constructor(){super({tag:"bal-toast"})}create(e){return super.create(e)}}const ve=new Ce;class we extends he{constructor(){super({tag:"bal-snackbar"})}create(e){return super.create(e)}}const pe=new we,ge=(e={},n,o={})=>{0===Object.keys(o).length&&t.hasWindow&&(o=window),o.BaloiseDesignSystem=o.BaloiseDesignSystem||{},n&&Ae(n),I(Object.assign(Object.assign({},e),n),o),o.BaloiseDesignSystem.toastController=ve,o.BaloiseDesignSystem.snackbarController=pe,o.BaloiseDesignSystem.initialize=()=>I(o.BaloiseDesignSystem.config,o),o.BaloiseDesignSystem.version="19.3.0-nightly.20250704"};function be(){ge()}const me=be;var Le=Object.defineProperty,ye=e=>{if(e.__stencil__getHostRef)return e.__stencil__getHostRef()},xe=(e,t)=>{e.__stencil__getHostRef=()=>t,t.t=e},He=(e,t)=>t in e,Me=(e,t)=>(0,console.error)(e,t),$e=new Map,ke=new Map,je="slot-fb{display:contents}slot-fb[hidden]{display:none}",Oe="http://www.w3.org/1999/xlink",Ie="undefined"!=typeof window?window:{},Se={o:0,i:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,n,o)=>e.addEventListener(t,n,o),rel:(e,t,n,o)=>e.removeEventListener(t,n,o),ce:(e,t)=>new CustomEvent(e,t)},Ae=e=>{Object.assign(Se,e)},Ze=e=>Promise.resolve(e),Ve=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(e){}return!1})(),Be=!1,Ne=[],Te=[],Pe=(e,t)=>n=>{e.push(n),Be||(Be=!0,t&&4&Se.o?_e(De):Se.raf(De))},Ee=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){Me(e)}e.length=0},De=()=>{Ee(Ne),Ee(Te),(Be=Ne.length>0)&&Se.raf(De)},_e=e=>Ze().then(e),Re=Pe(Te,!0),Fe=e=>"object"==(e=typeof e)||"function"===e;function Ue(e){var t,n,o;return null!=(o=null==(n=null==(t=e.head)?void 0:t.querySelector('meta[name="csp-nonce"]'))?void 0:n.getAttribute("content"))?o:void 0}((e,t)=>{for(var n in t)Le(e,n,{get:t[n],enumerable:!0})})({},{err:()=>Ge,map:()=>We,ok:()=>ze,unwrap:()=>qe,unwrapErr:()=>Je});var ze=e=>({isOk:!0,isErr:!1,value:e}),Ge=e=>({isOk:!1,isErr:!0,value:e});function We(e,t){if(e.isOk){const n=t(e.value);return n instanceof Promise?n.then((e=>ze(e))):ze(n)}if(e.isErr)return Ge(e.value);throw"should never get here"}var qe=e=>{if(e.isOk)return e.value;throw e.value},Je=e=>{if(e.isErr)return e.value;throw e.value};function Qe(){const e=this.attachShadow({mode:"open"});if(Ve){const t=new CSSStyleSheet;t.replaceSync(""),e.adoptedStyleSheets.push(t)}}var Ye=e=>{const t=nt(e,"childNodes");e.tagName&&e.tagName.includes("-")&&e["s-cr"]&&"SLOT-FB"!==e.tagName&&Xe(t,e.tagName).forEach((e=>{1===e.nodeType&&"SLOT-FB"===e.tagName&&(e.hidden=!!Ke(e,tt(e),!1).length)}));let n=0;for(n=0;n<t.length;n++){const e=t[n];1===e.nodeType&&nt(e,"childNodes").length&&Ye(e)}};function Xe(e,t,n){let o,s=0,i=[];for(;s<e.length;s++)o=e[s],!o["s-sr"]||t&&o["s-hn"]!==t||void 0!==n||i.push(o),i=[...i,...Xe(o.childNodes,t,n)];return i}var Ke=(e,t,n=!0)=>{const o=[];(n&&e["s-sr"]||!e["s-sr"])&&o.push(e);let s=e;for(;s=s.nextSibling;)tt(s)!==t||!n&&s["s-sr"]||o.push(s);return o},et=(e,t)=>1===e.nodeType?null===e.getAttribute("slot")&&""===t||e.getAttribute("slot")===t:e["s-sn"]===t||""===t,tt=e=>"string"==typeof e["s-sn"]?e["s-sn"]:1===e.nodeType&&e.getAttribute("slot")||void 0;function nt(e,t){if("__"+t in e){const n=e["__"+t];return"function"!=typeof n?n:n.bind(e)}return"function"!=typeof e[t]?e[t]:e[t].bind(e)}var ot=(e,t,...n)=>{let o=null,s=null,i=null,r=!1,l=!1;const a=[],c=t=>{for(let n=0;n<t.length;n++)o=t[n],Array.isArray(o)?c(o):null!=o&&"boolean"!=typeof o&&((r="function"!=typeof e&&!Fe(o))&&(o+=""),r&&l?a[a.length-1].l+=o:a.push(r?st(null,o):o),l=r)};if(c(n),t){t.key&&(s=t.key),t.name&&(i=t.name);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}if("function"==typeof e)return e(null===t?{}:t,a,rt);const u=st(e,null);return u.u=t,a.length>0&&(u.h=a),u.C=s,u.v=i,u},st=(e,t)=>({o:0,p:e,l:t,m:null,h:null,u:null,C:null,v:null}),it={},rt={forEach:(e,t)=>e.map(lt).forEach(t),map:(e,t)=>e.map(lt).map(t).map(at)},lt=e=>({vattrs:e.u,vchildren:e.h,vkey:e.C,vname:e.v,vtag:e.p,vtext:e.l}),at=e=>{if("function"==typeof e.vtag){const t={...e.vattrs};return e.vkey&&(t.key=e.vkey),e.vname&&(t.name=e.vname),ot(e.vtag,t,...e.vchildren||[])}const t=st(e.vtag,e.vtext);return t.u=e.vattrs,t.h=e.vchildren,t.C=e.vkey,t.v=e.vname,t},ct=e=>{const t=(e=>e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"))(e);return RegExp(`(^|[^@]|@(?!supports\\s+selector\\s*\\([^{]*?${t}))(${t}\\b)`,"g")};ct("::slotted"),ct(":host"),ct(":host-context");var ut,dt,ft,ht=(e,t)=>null==e||Fe(e)?e:4&t?"false"!==e&&(""===e||!!e):2&t?"string"==typeof e?parseFloat(e):"number"==typeof e?e:NaN:1&t?e+"":e,Ct=e=>ye(e).$hostElement$,vt=(e,t)=>{const n=Ct(e);return{emit:e=>wt(n,t,{bubbles:!0,composed:!0,cancelable:!0,detail:e})}},wt=(e,t,n)=>{const o=Se.ce(t,n);return e.dispatchEvent(o),o},pt=new WeakMap,gt=e=>"sc-"+e.L,bt=(e,t,n,o,s,i)=>{if(n===o)return;let r=He(e,t),l=t.toLowerCase();if("class"===t){const t=e.classList,s=Lt(n);let i=Lt(o);t.remove(...s.filter((e=>e&&!i.includes(e)))),t.add(...i.filter((e=>e&&!s.includes(e))))}else if("style"===t){for(const t in n)o&&null!=o[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in o)n&&o[t]===n[t]||(t.includes("-")?e.style.setProperty(t,o[t]):e.style[t]=o[t])}else if("key"===t);else if("ref"===t)o&&o(e);else if(r||"o"!==t[0]||"n"!==t[1]){const a=Fe(o);if((r||a&&null!==o)&&!s)try{if(e.tagName.includes("-"))e[t]!==o&&(e[t]=o);else{const s=null==o?"":o;"list"===t?r=!1:null!=n&&e[t]==s||("function"==typeof e.__lookupSetter__(t)?e[t]=s:e.setAttribute(t,s))}}catch(e){}let c=!1;l!==(l=l.replace(/^xlink\:?/,""))&&(t=l,c=!0),null==o||!1===o?!1===o&&""!==e.getAttribute(t)||(c?e.removeAttributeNS(Oe,t):e.removeAttribute(t)):(!r||4&i||s)&&!a&&1===e.nodeType&&(o=!0===o?"":o,c?e.setAttributeNS(Oe,t,o):e.setAttribute(t,o))}else if(t="-"===t[2]?t.slice(3):He(Ie,l)?l.slice(2):l[2]+t.slice(3),n||o){const s=t.endsWith(yt);t=t.replace(xt,""),n&&Se.rel(e,t,n,s),o&&Se.ael(e,t,o,s)}},mt=/\s/,Lt=e=>("object"==typeof e&&e&&"baseVal"in e&&(e=e.baseVal),e&&"string"==typeof e?e.split(mt):[]),yt="Capture",xt=RegExp(yt+"$"),Ht=(e,t,n)=>{const o=11===t.m.nodeType&&t.m.host?t.m.host:t.m,s=e&&e.u||{},i=t.u||{};for(const e of Mt(Object.keys(s)))e in i||bt(o,e,s[e],void 0,n,t.o);for(const e of Mt(Object.keys(i)))bt(o,e,s[e],i[e],n,t.o)};function Mt(e){return e.includes("ref")?[...e.filter((e=>"ref"!==e)),"ref"]:e}var $t=!1,kt=!1,jt=!1,Ot=!1,It=(e,t,n)=>{var o;const s=t.h[n];let i,r,l,a=0;if($t||(jt=!0,"slot"===s.p&&(s.o|=s.h?2:1)),null!==s.l)i=s.m=Ie.document.createTextNode(s.l);else if(1&s.o)i=s.m=Ie.document.createTextNode(""),Ht(null,s,Ot);else{if(Ot||(Ot="svg"===s.p),!Ie.document)throw Error("You are trying to render a Stencil component in an environment that doesn't support the DOM. Make sure to populate the [`window`](https://developer.mozilla.org/en-US/docs/Web/API/Window/window) object before rendering a component.");if(i=s.m=Ie.document.createElementNS(Ot?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",!$t&&2&s.o?"slot-fb":s.p),Ot&&"foreignObject"===s.p&&(Ot=!1),Ht(null,s,Ot),null!=ut&&void 0!==ut&&i["s-si"]!==ut&&i.classList.add(i["s-si"]=ut),s.h)for(a=0;a<s.h.length;++a)r=It(e,s,a),r&&i.appendChild(r);"svg"===s.p?Ot=!1:"foreignObject"===i.tagName&&(Ot=!0)}return i["s-hn"]=ft,3&s.o&&(i["s-sr"]=!0,i["s-cr"]=dt,i["s-sn"]=s.v||"",i["s-rf"]=null==(o=s.u)?void 0:o.ref,function(e){if(e.assignedElements||e.assignedNodes||!e["s-sr"])return;const t=t=>function(e){const n=[],o=this["s-sn"];(null==e?void 0:e.flatten)&&console.error("\n Flattening is not supported for Stencil non-shadow slots.\n You can use `.childNodes` to nested slot fallback content.\n If you have a particular use case, please open an issue on the Stencil repo.\n ");const s=this["s-cr"].parentElement;return(s.__childNodes?s.childNodes:(e=>{const t=[];for(let n=0;n<e.length;n++){const o=e[n]["s-nr"]||void 0;o&&o.isConnected&&t.push(o)}return t})(s.childNodes)).forEach((e=>{o===tt(e)&&n.push(e)})),t?n.filter((e=>1===e.nodeType)):n}.bind(e);e.assignedElements=t(!0),e.assignedNodes=t(!1)}(i),l=e&&e.h&&e.h[n],l&&l.p===s.p&&e.m&&St(e.m,!1),_t(dt,i,t.m,null==e?void 0:e.m)),i},St=(e,t)=>{Se.o|=1;const n=Array.from(e.__childNodes||e.childNodes);for(let e=n.length-1;e>=0;e--){const o=n[e];o["s-hn"]!==ft&&o["s-ol"]&&(Dt(Bt(o).parentNode,o,Bt(o)),o["s-ol"].remove(),o["s-ol"]=void 0,o["s-sh"]=void 0,jt=!0),t&&St(o,t)}Se.o&=-2},At=(e,t,n,o,s,i)=>{let r,l=e["s-cr"]&&e["s-cr"].parentNode||e;for(l.shadowRoot&&l.tagName===ft&&(l=l.shadowRoot);s<=i;++s)o[s]&&(r=It(null,n,s),r&&(o[s].m=r,Dt(l,r,Bt(t))))},Zt=(e,t,n)=>{for(let o=t;o<=n;++o){const t=e[o];if(t){const e=t.m;Et(t),e&&(kt=!0,e["s-ol"]?e["s-ol"].remove():St(e,!0),e.remove())}}},Vt=(e,t,n=!1)=>e.p===t.p&&("slot"===e.p?e.v===t.v:n?(n&&!e.C&&t.C&&(e.C=t.C),!0):e.C===t.C),Bt=e=>e&&e["s-ol"]||e,Nt=(e,t,n=!1)=>{const o=t.m=e.m,s=e.h,i=t.h,r=t.p,l=t.l;let a;null===l?(Ht(e,t,Ot="svg"===r||"foreignObject"!==r&&Ot),null!==s&&null!==i?((e,t,n,o,s=!1)=>{let i,r,l=0,a=0,c=0,u=0,d=t.length-1,f=t[0],h=t[d],C=o.length-1,v=o[0],w=o[C];for(;l<=d&&a<=C;)if(null==f)f=t[++l];else if(null==h)h=t[--d];else if(null==v)v=o[++a];else if(null==w)w=o[--C];else if(Vt(f,v,s))Nt(f,v,s),f=t[++l],v=o[++a];else if(Vt(h,w,s))Nt(h,w,s),h=t[--d],w=o[--C];else if(Vt(f,w,s))"slot"!==f.p&&"slot"!==w.p||St(f.m.parentNode,!1),Nt(f,w,s),Dt(e,f.m,h.m.nextSibling),f=t[++l],w=o[--C];else if(Vt(h,v,s))"slot"!==f.p&&"slot"!==w.p||St(h.m.parentNode,!1),Nt(h,v,s),Dt(e,h.m,f.m),h=t[--d],v=o[++a];else{for(c=-1,u=l;u<=d;++u)if(t[u]&&null!==t[u].C&&t[u].C===v.C){c=u;break}c>=0?(r=t[c],r.p!==v.p?i=It(t&&t[a],n,c):(Nt(r,v,s),t[c]=void 0,i=r.m),v=o[++a]):(i=It(t&&t[a],n,a),v=o[++a]),i&&Dt(Bt(f.m).parentNode,i,Bt(f.m))}l>d?At(e,null==o[C+1]?null:o[C+1].m,n,o,a,C):a>C&&Zt(t,l,d)})(o,s,t,i,n):null!==i?(null!==e.l&&(o.textContent=""),At(o,null,t,i,0,i.length-1)):!n&&null!==s&&Zt(s,0,s.length-1),Ot&&"svg"===r&&(Ot=!1)):(a=o["s-cr"])?a.parentNode.textContent=l:e.l!==l&&(o.data=l)},Tt=[],Pt=e=>{let t,n,o;const s=e.__childNodes||e.childNodes;for(const e of s){if(e["s-sr"]&&(t=e["s-cr"])&&t.parentNode){n=t.parentNode.__childNodes||t.parentNode.childNodes;const s=e["s-sn"];for(o=n.length-1;o>=0;o--)if(t=n[o],!t["s-cn"]&&!t["s-nr"]&&t["s-hn"]!==e["s-hn"])if(et(t,s)){let n=Tt.find((e=>e.H===t));kt=!0,t["s-sn"]=t["s-sn"]||s,n?(n.H["s-sh"]=e["s-hn"],n.M=e):(t["s-sh"]=e["s-hn"],Tt.push({M:e,H:t})),t["s-sr"]&&Tt.map((e=>{et(e.H,t["s-sn"])&&(n=Tt.find((e=>e.H===t)),n&&!e.M&&(e.M=n.M))}))}else Tt.some((e=>e.H===t))||Tt.push({H:t})}1===e.nodeType&&Pt(e)}},Et=e=>{e.u&&e.u.ref&&e.u.ref(null),e.h&&e.h.map(Et)},Dt=(e,t,n)=>("string"==typeof t["s-sn"]&&t["s-sr"]&&t["s-cr"]&&_t(t["s-cr"],t,e,t.parentElement),null==e?void 0:e.insertBefore(t,n));function _t(e,t,n,o){var s,i;let r;if(e&&"string"==typeof t["s-sn"]&&t["s-sr"]&&e.parentNode&&e.parentNode["s-sc"]&&(r=t["s-si"]||e.parentNode["s-sc"])){const e=t["s-sn"],l=t["s-hn"];if(null==(s=n.classList)||s.add(r+"-s"),o&&(null==(i=o.classList)?void 0:i.contains(r+"-s"))){let t=(o.__childNodes||o.childNodes)[0],n=!1;for(;t;){if(t["s-sn"]!==e&&t["s-hn"]===l&&t["s-sr"]){n=!0;break}t=t.nextSibling}n||o.classList.remove(r+"-s")}}}var Rt=(e,t)=>{if(t&&!e.$&&t["s-p"]){const n=t["s-p"].push(new Promise((o=>e.$=()=>{t["s-p"].splice(n-1,1),o()})))}},Ft=(e,t)=>{if(e.o|=16,!(4&e.o))return Rt(e,e.k),Re((()=>Ut(e,t)));e.o|=512},Ut=(e,t)=>{const n=e.$hostElement$,o=e.t;if(!o)throw Error(`Can't render component <${n.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let s;return t?(e.o|=256,e.j&&(e.j.map((([e,t])=>Yt(o,e,t,n))),e.j=void 0),s=Yt(o,"componentWillLoad",void 0,n)):s=Yt(o,"componentWillUpdate",void 0,n),s=zt(s,(()=>Yt(o,"componentWillRender",void 0,n))),zt(s,(()=>Wt(e,o,t)))},zt=(e,t)=>Gt(e)?e.then(t).catch((e=>{console.error(e),t()})):t(),Gt=e=>e instanceof Promise||e&&e.then&&"function"==typeof e.then,Wt=async(e,t,n)=>{var o;const s=e.$hostElement$,i=s["s-rc"];n&&(e=>{const t=e.O,n=e.$hostElement$,o=t.o,s=((e,t)=>{var n;const o=gt(t),s=ke.get(o);if(!Ie.document)return o;if(e=11===e.nodeType?e:Ie.document,s)if("string"==typeof s){let i,r=pt.get(e=e.head||e);if(r||pt.set(e,r=new Set),!r.has(o)){{i=Ie.document.createElement("style"),i.innerHTML=s;const o=null!=(n=Se.I)?n:Ue(Ie.document);if(null!=o&&i.setAttribute("nonce",o),!(1&t.o))if("HEAD"===e.nodeName){const t=e.querySelectorAll("link[rel=preconnect]"),n=t.length>0?t[t.length-1].nextSibling:e.querySelector("style");e.insertBefore(i,(null==n?void 0:n.parentNode)===e?n:null)}else if("host"in e)if(Ve){const t=new CSSStyleSheet;t.replaceSync(s),e.adoptedStyleSheets=[t,...e.adoptedStyleSheets]}else{const t=e.querySelector("style");t?t.innerHTML=s+t.innerHTML:e.prepend(i)}else e.append(i);1&t.o&&e.insertBefore(i,null)}4&t.o&&(i.innerHTML+=je),r&&r.add(o)}}else e.adoptedStyleSheets.includes(s)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,s]);return o})(n.shadowRoot?n.shadowRoot:n.getRootNode(),t);10&o&&(n["s-sc"]=s,n.classList.add(s+"-h"))})(e);qt(e,t,s,n),i&&(i.map((e=>e())),s["s-rc"]=void 0);{const t=null!=(o=s["s-p"])?o:[],n=()=>Jt(e);0===t.length?n():(Promise.all(t).then(n),e.o|=4,t.length=0)}},qt=(e,t,n,o)=>{try{t=t.render(),e.o&=-17,e.o|=2,((e,t,n=!1)=>{var o,s,i,r;const l=e.$hostElement$,a=e.O,c=e.S||st(null,null),u=(e=>e&&e.p===it)(t)?t:ot(null,null,t);if(ft=l.tagName,a.A&&(u.u=u.u||{},a.A.map((([e,t])=>u.u[t]=l[e]))),n&&u.u)for(const e of Object.keys(u.u))l.hasAttribute(e)&&!["key","ref","style","class"].includes(e)&&(u.u[e]=l[e]);if(u.p=null,u.o|=4,e.S=u,u.m=c.m=l.shadowRoot||l,ut=l["s-sc"],$t=!(!(1&a.o)||128&a.o),dt=l["s-cr"],kt=!1,Nt(c,u,n),Se.o|=1,jt){Pt(u.m);for(const e of Tt){const t=e.H;if(!t["s-ol"]&&Ie.document){const e=Ie.document.createTextNode("");e["s-nr"]=t,Dt(t.parentNode,t["s-ol"]=e,t)}}for(const e of Tt){const t=e.H,l=e.M;if(l){const e=l.parentNode;let n=l.nextSibling;{let i=null==(o=t["s-ol"])?void 0:o.previousSibling;for(;i;){let o=null!=(s=i["s-nr"])?s:null;if(o&&o["s-sn"]===t["s-sn"]&&e===(o.__parentNode||o.parentNode)){for(o=o.nextSibling;o===t||(null==o?void 0:o["s-sr"]);)o=null==o?void 0:o.nextSibling;if(!o||!o["s-nr"]){n=o;break}}i=i.previousSibling}}(!n&&e!==(t.__parentNode||t.parentNode)||(t.__nextSibling||t.nextSibling)!==n)&&t!==n&&(!t["s-hn"]&&t["s-ol"]&&(t["s-hn"]=t["s-ol"].parentNode.nodeName),Dt(e,t,n),1===t.nodeType&&"SLOT-FB"!==t.tagName&&(t.hidden=null!=(i=t["s-ih"])&&i)),t&&"function"==typeof l["s-rf"]&&l["s-rf"](l)}else 1===t.nodeType&&(n&&(t["s-ih"]=null!=(r=t.hidden)&&r),t.hidden=!0)}}kt&&Ye(u.m),Se.o&=-2,Tt.length=0,dt=void 0})(e,t,o)}catch(t){Me(t,e.$hostElement$)}return null},Jt=e=>{const t=e.$hostElement$,n=e.t,o=e.k;Yt(n,"componentDidRender",void 0,t),64&e.o?Yt(n,"componentDidUpdate",void 0,t):(e.o|=64,Xt(t),Yt(n,"componentDidLoad",void 0,t),e.Z(t),o||Qt()),e.V(t),e.$&&(e.$(),e.$=void 0),512&e.o&&_e((()=>Ft(e,!1))),e.o&=-517},Qt=()=>{_e((()=>wt(Ie,"appload",{detail:{namespace:"baloise-design-system"}})))},Yt=(e,t,n,o)=>{if(e&&e[t])try{return e[t](n)}catch(e){Me(e,o)}},Xt=e=>e.classList.add("hydrated"),Kt=(e,t,n,o)=>{const s=ye(e);if(!s)throw Error(`Couldn't find host element for "${o.L}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).`);const i=s.$hostElement$,r=s.B.get(t),l=s.o,a=s.t;if(n=ht(n,o.N[t][0]),(!(8&l)||void 0===r)&&n!==r&&(!Number.isNaN(r)||!Number.isNaN(n))&&(s.B.set(t,n),a)){if(o.T&&128&l){const e=o.T[t];e&&e.map((e=>{try{a[e](n,r,t)}catch(e){Me(e,i)}}))}if(2==(18&l)){if(a.componentShouldUpdate&&!1===a.componentShouldUpdate(n,r,t))return;Ft(s,!1)}}},en=(e,t,n)=>{var o,s;const i=e.prototype;if(t.N||t.T||e.watchers){e.watchers&&!t.T&&(t.T=e.watchers);const r=Object.entries(null!=(o=t.N)?o:{});if(r.map((([e,[o]])=>{if(31&o||2&n&&32&o){const{get:s,set:r}=Object.getOwnPropertyDescriptor(i,e)||{};s&&(t.N[e][0]|=2048),r&&(t.N[e][0]|=4096),(1&n||!s)&&Object.defineProperty(i,e,{get(){{if(!(2048&t.N[e][0]))return((e,t)=>ye(this).B.get(t))(0,e);const n=ye(this),o=n?n.t:i;if(!o)return;return o[e]}},configurable:!0,enumerable:!0}),Object.defineProperty(i,e,{set(s){const i=ye(this);if(r){const n=32&o?this[e]:i.$hostElement$[e];return void 0===n&&i.B.get(e)?s=i.B.get(e):!i.B.get(e)&&n&&i.B.set(e,n),r.call(this,ht(s,o)),void Kt(this,e,s=32&o?this[e]:i.$hostElement$[e],t)}{if(!(1&n&&4096&t.N[e][0]))return Kt(this,e,s,t),void(1&n&&!i.t&&i.P.then((()=>{4096&t.N[e][0]&&i.t[e]!==i.B.get(e)&&(i.t[e]=s)})));const r=()=>{const n=i.t[e];!i.B.get(e)&&n&&i.B.set(e,n),i.t[e]=ht(s,o),Kt(this,e,i.t[e],t)};i.t?r():i.P.then((()=>r()))}}})}else 1&n&&64&o&&Object.defineProperty(i,e,{value(...t){var n;const o=ye(this);return null==(n=null==o?void 0:o.D)?void 0:n.then((()=>{var n;return null==(n=o.t)?void 0:n[e](...t)}))}})})),1&n){const n=new Map;i.attributeChangedCallback=function(e,o,s){Se.jmp((()=>{var r;const l=n.get(e);if(this.hasOwnProperty(l))s=this[l],delete this[l];else{if(i.hasOwnProperty(l)&&"number"==typeof this[l]&&this[l]==s)return;if(null==l){const n=ye(this),i=null==n?void 0:n.o;if(i&&!(8&i)&&128&i&&s!==o){const i=n.t,l=null==(r=t.T)?void 0:r[e];null==l||l.forEach((t=>{null!=i[t]&&i[t].call(i,s,o,e)}))}return}}const a=Object.getOwnPropertyDescriptor(i,l);(s=(null!==s||"boolean"!=typeof this[l])&&s)===this[l]||a.get&&!a.set||(this[l]=s)}))},e.observedAttributes=Array.from(new Set([...Object.keys(null!=(s=t.T)?s:{}),...r.filter((([e,t])=>15&t[0])).map((([e,o])=>{var s;const i=o[1]||e;return n.set(i,e),512&o[0]&&(null==(s=t.A)||s.push([e,i])),i}))]))}}return e},tn=(e,t)=>{Yt(e,"connectedCallback",void 0,t)},nn=(e,t)=>{Yt(e,"disconnectedCallback",void 0,t||e)},on=(e,t={})=>{var n;if(!Ie.document)return void console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");const o=[],s=t.exclude||[],i=Ie.customElements,r=Ie.document.head,l=r.querySelector("meta[charset]"),a=Ie.document.createElement("style"),c=[];let u,d=!0;Object.assign(Se,t),Se.i=new URL(t.resourcesUrl||"./",Ie.document.baseURI).href;let f=!1;if(e.map((e=>{e[1].map((t=>{var n;const r={o:t[0],L:t[1],N:t[2],_:t[3]};4&r.o&&(f=!0),r.N=t[2],r._=t[3],r.A=[],r.T=null!=(n=t[4])?n:{};const l=r.L,a=class extends HTMLElement{constructor(e){if(super(e),this.hasRegisteredEventListeners=!1,((e,t)=>{const n={o:0,$hostElement$:e,O:t,B:new Map};n.D=new Promise((e=>n.V=e)),n.P=new Promise((e=>n.Z=e)),e["s-p"]=[],e["s-rc"]=[];const o=n;e.__stencil__getHostRef=()=>o})(e=this,r),1&r.o)if(e.shadowRoot){if("open"!==e.shadowRoot.mode)throw Error(`Unable to re-use existing shadow root for ${r.L}! Mode is set to ${e.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else Qe.call(e,r)}connectedCallback(){const e=ye(this);this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0,sn(this,e,r._)),u&&(clearTimeout(u),u=null),d?c.push(this):Se.jmp((()=>(e=>{if(!(1&Se.o)){const t=ye(e),n=t.O,o=()=>{};if(1&t.o)sn(e,t,n._),(null==t?void 0:t.t)?tn(t.t,e):(null==t?void 0:t.P)&&t.P.then((()=>tn(t.t,e)));else{t.o|=1,12&n.o&&(e=>{if(!Ie.document)return;const t=e["s-cr"]=Ie.document.createComment("");t["s-cn"]=!0,Dt(e,t,e.firstChild)})(e);{let n=e;for(;n=n.parentNode||n.host;)if(n["s-p"]){Rt(t,t.k=n);break}}n.N&&Object.entries(n.N).map((([t,[n]])=>{if(31&n&&e.hasOwnProperty(t)){const n=e[t];delete e[t],e[t]=n}})),_e((()=>(async(e,t,n)=>{let o;if(!(32&t.o)){if(t.o|=32,n.R){const s=((e,t)=>{const n=e.L.replace(/-/g,"_"),o=e.R;if(!o)return;const s=$e.get(o);return s?s[n]:import(`./${o}.entry.js`).then((e=>($e.set(o,e),e[n])),(e=>{Me(e,t.$hostElement$)}))
2
- /*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(n,t);if(s&&"then"in s){const e=()=>{};o=await s,e()}else o=s;if(!o)throw Error(`Constructor for "${n.L}#${t.F}" was not found`);o.isProxied||(n.T=o.watchers,en(o,n,2),o.isProxied=!0);const i=()=>{};t.o|=8;try{new o(t)}catch(t){Me(t,e)}t.o&=-9,t.o|=128,i(),tn(t.t,e)}else o=e.constructor,customElements.whenDefined(e.localName).then((()=>t.o|=128));if(o&&o.style){let e;"string"==typeof o.style&&(e=o.style);const t=gt(n);if(!ke.has(t)){const o=()=>{};((e,t,n)=>{let o=ke.get(e);Ve&&n?(o=o||new CSSStyleSheet,"string"==typeof o?o=t:o.replaceSync(t)):o=t,ke.set(e,o)})(t,e,!!(1&n.o)),o()}}}const s=t.k,i=()=>Ft(t,!0);s&&s["s-rc"]?s["s-rc"].push(i):i()})(e,t,n)))}o()}})(this)))}disconnectedCallback(){Se.jmp((()=>(async e=>{if(!(1&Se.o)){const t=ye(e);t.U&&(t.U.map((e=>e())),t.U=void 0),(null==t?void 0:t.t)?nn(t.t,e):(null==t?void 0:t.P)&&t.P.then((()=>nn(t.t,e)))}pt.has(e)&&pt.delete(e),e.shadowRoot&&pt.has(e.shadowRoot)&&pt.delete(e.shadowRoot)})(this))),Se.raf((()=>{var e;const t=ye(this),n=c.findIndex((e=>e===this));n>-1&&c.splice(n,1),(null==(e=null==t?void 0:t.S)?void 0:e.m)instanceof Node&&!t.S.m.isConnected&&delete t.S.m}))}componentOnReady(){return ye(this).P}};r.R=e[0],s.includes(l)||i.get(l)||(o.push(l),i.define(l,en(a,r,1)))}))})),o.length>0&&(f&&(a.textContent+=je),a.textContent+=o.sort()+"{visibility:hidden}.hydrated{visibility:inherit}",a.innerHTML.length)){a.setAttribute("data-styles","");const e=null!=(n=Se.I)?n:Ue(Ie.document);null!=e&&a.setAttribute("nonce",e),r.insertBefore(a,l?l.nextSibling:r.firstChild)}d=!1,c.length?c.map((e=>e.connectedCallback())):Se.jmp((()=>u=setTimeout(Qt,30)))},sn=(e,t,n)=>{n&&Ie.document&&n.map((([n,o,s])=>{const i=ln(Ie.document,e,n),r=rn(t,s),l=an(n);Se.ael(i,o,r,l),(t.U=t.U||[]).push((()=>Se.rel(i,o,r,l)))}))},rn=(e,t)=>n=>{var o;try{256&e.o?null==(o=e.t)||o[t](n):(e.j=e.j||[]).push([t,n])}catch(t){Me(t,e.$hostElement$)}},ln=(e,t,n)=>4&n?e:8&n?Ie:t,an=e=>({passive:!!(1&e),capture:!!(2&e)}),cn=e=>Se.I=e;export{N as $,ie as A,le as B,de as C,we as D,pe as E,Ce as F,ve as G,xe as H,G as I,F as J,R as K,s as L,ot as M,it as N,Ct as O,vt as P,X as Q,te as R,ne as S,z as T,M as U,Re as V,K as W,J as X,re as Y,W as Z,B as _,t as a,be as a0,on as b,Q as c,Y as d,Z as e,H as f,me as g,V as h,I as i,_ as j,D as k,T as l,P as m,A as n,S as o,Ze as p,ge as q,se as r,cn as s,q as t,E as u,oe as v,U as w,ae as x,ce as y,ue as z}
@@ -1 +0,0 @@
1
- import{a as t,I as s,R as i,S as e}from"./p-DgPiq0y0.js";import{b as h}from"./p-CrVMeGPj.js";import{L as r,S as n}from"./p-N2wlH4Xn.js";import{j as o,k as u,l as a,m as c,n as l}from"./p-B0bmgb-_.js";class d{constructor(s={}){this.previousWidth=t.window.width,this.previousHeight=t.window.height,this.previousIsLandscape=this.isLandscape,this.options={onlyListenToWidthChanges:!1},this.options=Object.assign(Object.assign({},this.options),s)}async hasResized(){if(h.hasTouchScreen){if(!this.sameWidth||this.previousIsLandscape!==this.isLandscape)return this.resetPreviousValues(),!0}else if(this.options.onlyListenToWidthChanges){if(!this.sameWidth)return this.resetPreviousValues(),!0}else if(!this.sameWidth||!this.sameHeight)return this.resetPreviousValues(),!0;return!1}get isLandscape(){return t.window.width>t.window.height}get sameWidth(){return this.previousWidth===t.window.width}get sameHeight(){return this.previousHeight===t.window.height}resetPreviousValues(){this.previousWidth=t.window.width,this.previousHeight=t.window.height,this.previousIsLandscape=this.isLandscape}}class p extends r{constructor(){super(...arguments),this.resizeHandler=new d({onlyListenToWidthChanges:!0}),this.debouncedNotify=s((()=>this.notify()),100),this.notify=async()=>{await this.resizeHandler.hasResized()&&super.notify(void 0)}}connect(t){super.connect(t),this.el&&i(this.el,"resize",this.debouncedNotify,{passive:!0})}disconnect(){super.disconnect(),this.el&&e(this.el,"resize",this.debouncedNotify)}}const g=t=>parseInt(t.slice(0,-2),10),b=g(c),f=g(l),m=g(a),w=g(u),j=g(o),D=t=>t.innerWidth<b,k=t=>{const s=t.innerWidth;return s>=b&&s<f},v=t=>D(t)||k(t),O={mobile:D,tablet:k,touch:v,desktop:t=>!v(t),highDefinition:t=>{const s=t.innerWidth;return s>=m&&s<w},widescreen:t=>{const s=t.innerWidth;return s>=w&&s<j},fullhd:t=>t.innerWidth>=j};class y{constructor(){this.breakpoints=[],t.hasWindow&&(this.win=window,this.win.BaloiseDesignSystem=this.win.BaloiseDesignSystem||{},this.detect())}get isMobile(){return this.includes("mobile")}get isTablet(){return this.includes("tablet")}get isTouch(){return this.includes("touch")}get isDesktop(){return this.includes("desktop")}get isHighDefinition(){return this.includes("highDefinition")}get isWidescreen(){return this.includes("widescreen")}get isFullHD(){return this.includes("fullhd")}includes(t){var s;return this.detect(),!!(null===(s=this.breakpoints)||void 0===s?void 0:s.includes(t))}detect(){return this.win&&(this.breakpoints=Object.keys(O).filter((t=>O[t](this.win))),this.win.BaloiseDesignSystem.breakpoints=this.breakpoints,this.win.BaloiseDesignSystem.platforms=this.breakpoints),this.breakpoints}toObject(){return{mobile:this.breakpoints.includes("mobile"),tablet:this.breakpoints.includes("tablet"),touch:this.breakpoints.includes("touch"),desktop:this.breakpoints.includes("desktop"),highDefinition:this.breakpoints.includes("highDefinition"),widescreen:this.breakpoints.includes("widescreen"),fullhd:this.breakpoints.includes("fullhd")}}}const H=new y,L={mobile:!1,tablet:!1,touch:!1,desktop:!1,highDefinition:!1,widescreen:!1,fullhd:!1};class S extends n{constructor(){super((t=>t.breakpointListener(this.state))),this.state=L,this.listener=new p,this.debouncedNotify=s((()=>this.notify()),50),this.listener.connect(),this.listener.add((()=>{H.detect();const t=H.toObject();this.isEqual(t)||(this.state=t,this.debouncedNotify())}))}attach(t){super.attach(t),H.detect();const s=H.toObject();this.isEqual(s)||(this.state=s,this.debouncedNotify())}isEqual(t){return JSON.stringify(this.state)===JSON.stringify(t)}}const T=new S;export{p as B,T as a,H as b,S as c,y as d}