@baloise/ds-core 19.3.0 → 19.4.0-nightly.20250721

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 (1125) hide show
  1. package/components/_commonjsHelpers.js +5 -1
  2. package/components/all.d.ts +2 -0
  3. package/components/all.js +3 -0
  4. package/components/animation.decorator.js +1 -1
  5. package/components/array.js +3 -3
  6. package/components/attributes.js +0 -3
  7. package/components/bal-accordion-details.js +16 -5
  8. package/components/bal-accordion-summary.js +17 -6
  9. package/components/bal-accordion-trigger.js +49 -17
  10. package/components/bal-accordion.js +43 -15
  11. package/components/bal-app.js +1 -93
  12. package/components/bal-app2.js +100 -0
  13. package/components/bal-badge2.js +10 -3
  14. package/components/bal-button-group2.js +10 -0
  15. package/components/bal-button2.js +106 -32
  16. package/components/bal-card-actions.js +3 -0
  17. package/components/bal-card-button.js +19 -1
  18. package/components/bal-card-subtitle.js +13 -8
  19. package/components/bal-card-title.js +3 -0
  20. package/components/bal-card2.js +30 -4
  21. package/components/bal-carousel-item.js +36 -18
  22. package/components/bal-carousel.js +59 -10
  23. package/components/bal-check2.js +23 -2
  24. package/components/bal-checkbox-group.js +61 -21
  25. package/components/bal-checkbox2.js +93 -32
  26. package/components/bal-close2.js +9 -4
  27. package/components/bal-content2.js +24 -2
  28. package/components/bal-data-item.js +6 -0
  29. package/components/bal-data-label.js +3 -0
  30. package/components/bal-data-value.js +14 -5
  31. package/components/bal-data.js +8 -3
  32. package/components/bal-date-calendar-cell2.js +3 -8
  33. package/components/bal-date-calendar2.js +28 -32
  34. package/components/bal-date.js +72 -34
  35. package/components/bal-divider.js +18 -2
  36. package/components/bal-doc-app.d.ts +11 -0
  37. package/components/bal-doc-app.js +262 -0
  38. package/components/bal-dropdown.js +107 -43
  39. package/components/bal-field-control.js +14 -0
  40. package/components/bal-field-hint.js +9 -0
  41. package/components/bal-field-label.js +32 -0
  42. package/components/bal-field-message.js +15 -0
  43. package/components/bal-field.js +32 -11
  44. package/components/bal-file-upload.js +103 -52
  45. package/components/bal-footer.js +22 -7
  46. package/components/bal-form-grid.js +1 -2
  47. package/components/bal-form.js +11 -3
  48. package/components/bal-heading2.js +25 -6
  49. package/components/bal-hint2.js +13 -12
  50. package/components/bal-icon2.js +965 -906
  51. package/components/bal-input-date2.js +45 -11
  52. package/components/bal-input-group2.js +10 -2
  53. package/components/bal-input-slider.js +57 -19
  54. package/components/bal-input-stepper.js +1105 -1081
  55. package/components/bal-input.js +135 -42
  56. package/components/bal-label2.js +52 -4
  57. package/components/bal-list-item-accordion-body2.js +13 -7
  58. package/components/bal-list-item-accordion-head2.js +17 -7
  59. package/components/bal-list-item-content2.js +0 -1
  60. package/components/bal-list-item-icon2.js +3 -0
  61. package/components/bal-list-item-title2.js +3 -1
  62. package/components/bal-list-item2.js +34 -11
  63. package/components/bal-list2.js +16 -2
  64. package/components/bal-logo.animation.js +2 -2
  65. package/components/bal-logo2.js +15 -3
  66. package/components/bal-modal.js +38 -10
  67. package/components/bal-nav-link-grid-col2.js +8 -2
  68. package/components/bal-nav-link-grid2.js +1 -2
  69. package/components/bal-nav-link-group.js +8 -2
  70. package/components/bal-nav-link2.js +18 -4
  71. package/components/bal-nav-menu-bar2.js +11 -2
  72. package/components/bal-nav-menu-flyout2.js +10 -3
  73. package/components/bal-nav-meta-bar2.js +20 -2
  74. package/components/bal-nav.js +33 -49
  75. package/components/bal-navbar-brand.js +29 -6
  76. package/components/bal-navbar-menu-end.js +6 -0
  77. package/components/bal-navbar-menu-start.js +6 -0
  78. package/components/bal-navbar-menu.js +6 -0
  79. package/components/bal-navbar.js +12 -2
  80. package/components/bal-notices.js +10 -2
  81. package/components/bal-notification.js +11 -2
  82. package/components/bal-number-input.js +66 -150
  83. package/components/bal-option-list.js +27 -7
  84. package/components/bal-option.js +40 -13
  85. package/components/bal-pagination.js +84 -64
  86. package/components/bal-popover-content2.js +28 -1
  87. package/components/bal-popover2.js +50 -13
  88. package/components/bal-popup2.js +58 -26
  89. package/components/bal-progress-bar.js +17 -4
  90. package/components/bal-radio-group.js +57 -21
  91. package/components/bal-radio-icon2.js +23 -2
  92. package/components/bal-radio2.js +78 -29
  93. package/components/bal-segment-item.js +35 -16
  94. package/components/bal-segment.js +42 -21
  95. package/components/bal-select-option2.js +7 -2
  96. package/components/bal-select2.js +107 -50
  97. package/components/bal-shape2.js +13 -5
  98. package/components/bal-sheet.js +4 -2
  99. package/components/bal-snackbar.js +35 -9
  100. package/components/bal-spinner.animation.js +1927 -1917
  101. package/components/bal-spinner2.js +27 -9
  102. package/components/bal-stack2.js +37 -4
  103. package/components/bal-stage-back-link.js +6 -2
  104. package/components/bal-stage-image.js +1 -3
  105. package/components/bal-stage.js +17 -8
  106. package/components/bal-step-item.js +31 -1
  107. package/components/bal-steps.js +30 -12
  108. package/components/bal-switch.js +20 -2
  109. package/components/bal-tab-item.js +48 -6
  110. package/components/bal-table.js +4 -2
  111. package/components/bal-tabs2.js +103 -45
  112. package/components/bal-tag2.js +26 -2
  113. package/components/bal-text.js +136 -1
  114. package/components/bal-textarea.js +52 -24
  115. package/components/bal-time-input.js +42 -19
  116. package/components/bal-toast.js +18 -3
  117. package/components/bal-tooltip.js +21 -4
  118. package/components/breakpoints.subject.js +5 -79
  119. package/components/config.default.js +2 -1
  120. package/components/config.utils.js +1 -1
  121. package/components/date.js +3212 -3825
  122. package/components/element-states.decorator.js +1 -1
  123. package/components/floating-ui.js +2 -2
  124. package/components/focus-visible.js +2 -2
  125. package/components/focus.decorator.js +1 -1
  126. package/components/form-input.js +2 -6
  127. package/components/helpers.js +2 -2
  128. package/components/index.esm.js +122 -118
  129. package/components/index.js +16 -322
  130. package/components/index2.js +44 -588
  131. package/components/index3.js +561 -27
  132. package/components/index4.js +591 -1849
  133. package/components/index5.js +1814 -506
  134. package/components/index6.js +125 -0
  135. package/{dist/esm/initialize-c00194b2.js → components/initialize.js} +161 -11
  136. package/components/keyboard.helpers.js +1 -1
  137. package/components/lottie_light_html.js +11694 -11684
  138. package/components/mutation.decorator.js +1 -1
  139. package/components/overlays.js +2 -2
  140. package/components/purify.es.js +1328 -0
  141. package/components/resize.decorator.js +1 -1
  142. package/components/swipe.subject.js +1 -1
  143. package/components/swiper.util.js +2 -2
  144. package/components/tokens.esm.js +3 -2
  145. package/components/tslib.es6.js +2 -0
  146. package/components/utils.js +6 -6
  147. package/components/visibility.decorator.js +1 -1
  148. package/components/window-resize.decorator.js +1 -24
  149. package/components/window-resize.listener.js +80 -0
  150. package/components/window-resize.subject.js +26 -0
  151. package/dist/baloise-design-system/baloise-design-system.esm.js +1 -1
  152. package/dist/baloise-design-system/baloise-design-system.js +1 -1
  153. package/dist/baloise-design-system/index.esm.js +1 -1
  154. package/dist/baloise-design-system/p-02fe669b31.entry.js +1 -0
  155. package/dist/baloise-design-system/p-032b68fdd8.system.entry.js +1 -0
  156. package/dist/baloise-design-system/{p-6077b576a9.system.entry.js → p-0382141b5f.system.entry.js} +1 -1
  157. package/dist/baloise-design-system/p-04914b53f7.system.entry.js +1 -0
  158. package/dist/baloise-design-system/{p-a06f682955.entry.js → p-0615108f7a.entry.js} +1 -1
  159. package/dist/baloise-design-system/p-096e82dabd.entry.js +1 -0
  160. package/dist/baloise-design-system/p-0edb0de8a7.system.entry.js +1 -0
  161. package/dist/baloise-design-system/{p-00e75d0c35.system.entry.js → p-14085267af.system.entry.js} +1 -1
  162. package/dist/baloise-design-system/p-172f5f0d80.system.entry.js +1 -0
  163. package/dist/baloise-design-system/p-1a53774e48.entry.js +1 -0
  164. package/dist/baloise-design-system/p-1a7e13f8f2.system.entry.js +1 -0
  165. package/dist/baloise-design-system/p-1c6bcde37f.system.entry.js +1 -0
  166. package/dist/baloise-design-system/p-1cb11ed537.system.entry.js +1 -0
  167. package/dist/baloise-design-system/p-1eec1efef0.system.entry.js +1 -0
  168. package/dist/baloise-design-system/p-1f111b277b.entry.js +1 -0
  169. package/dist/baloise-design-system/p-215b707187.entry.js +1 -0
  170. package/dist/baloise-design-system/p-25890fbb99.entry.js +1 -0
  171. package/dist/baloise-design-system/p-25d3aab06d.system.entry.js +1 -0
  172. package/dist/baloise-design-system/p-27b3ea09e5.entry.js +1 -0
  173. package/dist/baloise-design-system/p-27e16b7503.entry.js +1 -0
  174. package/dist/baloise-design-system/p-31df82c25f.entry.js +1 -0
  175. package/dist/baloise-design-system/p-327dd8fd29.system.entry.js +1 -0
  176. package/dist/baloise-design-system/p-32dc7ea791.system.entry.js +1 -0
  177. package/dist/baloise-design-system/p-358e658761.entry.js +1 -0
  178. package/dist/baloise-design-system/p-366e954cf9.entry.js +1 -0
  179. package/dist/baloise-design-system/p-396f865462.system.entry.js +1 -0
  180. package/dist/baloise-design-system/p-3ac991dee6.entry.js +1 -0
  181. package/dist/baloise-design-system/{p-a82d082286.system.entry.js → p-3d5755c06e.system.entry.js} +1 -1
  182. package/dist/baloise-design-system/p-3dea80108b.entry.js +1 -0
  183. package/dist/baloise-design-system/p-3f48a08194.system.entry.js +1 -0
  184. package/dist/baloise-design-system/p-3fcef6278e.system.entry.js +1 -0
  185. package/dist/baloise-design-system/p-4040b3fe3c.entry.js +1 -0
  186. package/dist/baloise-design-system/p-41b3a56e8b.entry.js +1 -0
  187. package/dist/baloise-design-system/p-4584b5573a.entry.js +1 -0
  188. package/dist/baloise-design-system/p-45a7794cf9.system.entry.js +1 -0
  189. package/dist/baloise-design-system/{p-05a5de36af.entry.js → p-46d3a1472c.entry.js} +1 -1
  190. package/dist/baloise-design-system/p-497e349fd6.system.entry.js +1 -0
  191. package/dist/baloise-design-system/p-5194db63ab.system.entry.js +1 -0
  192. package/dist/baloise-design-system/p-527a5fe4d8.entry.js +1 -0
  193. package/dist/baloise-design-system/p-52e1fc46cd.system.entry.js +1 -0
  194. package/dist/baloise-design-system/p-5530f9080e.entry.js +1 -0
  195. package/dist/baloise-design-system/p-567a99ed02.entry.js +1 -0
  196. package/dist/baloise-design-system/p-57187ec8ee.system.entry.js +1 -0
  197. package/dist/baloise-design-system/p-579931ba5b.entry.js +1 -0
  198. package/dist/baloise-design-system/p-5f7a510ae4.entry.js +1 -0
  199. package/dist/baloise-design-system/p-5f85ea57e4.system.entry.js +1 -0
  200. package/dist/baloise-design-system/p-6063b04590.entry.js +1 -0
  201. package/dist/baloise-design-system/{p-7632019f26.system.entry.js → p-642555f57f.system.entry.js} +1 -1
  202. package/dist/baloise-design-system/p-648c5ad492.entry.js +1 -0
  203. package/dist/baloise-design-system/p-6494a74a39.entry.js +1 -0
  204. package/dist/baloise-design-system/p-655f0ea749.system.entry.js +1 -0
  205. package/dist/baloise-design-system/p-675af18db0.entry.js +1 -0
  206. package/dist/baloise-design-system/p-67ce82222e.entry.js +1 -0
  207. package/dist/baloise-design-system/p-691f4bbdbe.entry.js +1 -0
  208. package/dist/baloise-design-system/p-69r9OOjU.system.js +1 -0
  209. package/dist/baloise-design-system/p-6b4296132c.entry.js +1 -0
  210. package/dist/baloise-design-system/p-6f06855dd2.system.entry.js +1 -0
  211. package/dist/baloise-design-system/p-7093179a2c.system.entry.js +1 -0
  212. package/dist/baloise-design-system/p-71cb286813.system.entry.js +1 -0
  213. package/dist/baloise-design-system/p-725352c2c9.system.entry.js +1 -0
  214. package/dist/baloise-design-system/p-73ccf335a5.system.entry.js +1 -0
  215. package/dist/baloise-design-system/p-7427d24218.system.entry.js +1 -0
  216. package/dist/baloise-design-system/p-78f664a91a.entry.js +1 -0
  217. package/dist/baloise-design-system/p-7ac616f712.entry.js +1 -0
  218. package/dist/baloise-design-system/{p-0b39e3fc7f.system.entry.js → p-7b5d76148a.system.entry.js} +1 -1
  219. package/dist/baloise-design-system/p-7bbefbb2bc.system.entry.js +1 -0
  220. package/dist/baloise-design-system/{p-d112488f3c.system.entry.js → p-7bc4dc2f1b.system.entry.js} +1 -1
  221. package/dist/baloise-design-system/{p-1a99fea403.system.entry.js → p-7eaad102ba.system.entry.js} +1 -1
  222. package/dist/baloise-design-system/p-7ff9b1b5d6.entry.js +1 -0
  223. package/dist/baloise-design-system/p-819a7df7e5.entry.js +1 -0
  224. package/dist/baloise-design-system/p-839be34d8f.system.entry.js +1 -0
  225. package/dist/baloise-design-system/p-889faec2fc.entry.js +1 -0
  226. package/dist/baloise-design-system/p-895c086eb1.entry.js +1 -0
  227. package/dist/baloise-design-system/p-8a151ccb89.system.entry.js +1 -0
  228. package/dist/baloise-design-system/p-8f1444e301.system.entry.js +1 -0
  229. package/dist/baloise-design-system/p-9302afa822.entry.js +1 -0
  230. package/dist/baloise-design-system/p-9a2207d345.system.entry.js +1 -0
  231. package/dist/baloise-design-system/{p-de8600efe8.system.entry.js → p-9a8b39bfc5.system.entry.js} +1 -1
  232. package/dist/baloise-design-system/p-9bbee34c50.system.entry.js +1 -0
  233. package/dist/baloise-design-system/p-9cc252f528.system.entry.js +1 -0
  234. package/dist/baloise-design-system/p-9d19cbd458.entry.js +1 -0
  235. package/dist/baloise-design-system/p-9f73a9fd68.entry.js +1 -0
  236. package/dist/baloise-design-system/p-B1a79Kak.system.js +1 -0
  237. package/dist/baloise-design-system/p-B3Q-Lii3.js +2 -0
  238. package/dist/baloise-design-system/p-B4QVFs9Z.js +1 -0
  239. package/dist/baloise-design-system/p-BAaDJIzy.js +1 -0
  240. package/dist/baloise-design-system/p-BC9JH89x.js +1 -0
  241. package/dist/baloise-design-system/p-BFTU3MAI.js +1 -0
  242. package/dist/baloise-design-system/p-BFocGc0Q.system.js +1 -0
  243. package/dist/baloise-design-system/{p-c0c91eb1.js → p-BG4j3FEv.js} +1 -1
  244. package/dist/baloise-design-system/{p-53e09ecb.js → p-BHFw3KrT.js} +1 -1
  245. package/dist/baloise-design-system/p-BKP9M1Z0.js +1 -0
  246. package/dist/baloise-design-system/{p-aae6003e.js → p-BL6QiFlD.js} +1 -1
  247. package/dist/baloise-design-system/{p-1c41de53.system.js → p-BPUKeAhO.system.js} +1 -1
  248. package/dist/baloise-design-system/{p-b2f7e364.js → p-BTHsjynU.js} +1 -1
  249. package/dist/baloise-design-system/{p-2509cd53.system.js → p-BTtmdmbT.system.js} +1 -1
  250. package/dist/baloise-design-system/p-BV0w4f0B.system.js +1 -0
  251. package/dist/baloise-design-system/p-BYzSVVD1.js +1 -0
  252. package/dist/baloise-design-system/p-Ba6F2hpR.js +1 -0
  253. package/dist/baloise-design-system/p-Batu5P5V.js +1 -0
  254. package/dist/baloise-design-system/{p-537189e0.js → p-BcIcqIwo.js} +1 -1
  255. package/dist/baloise-design-system/p-BnVL_HEz.js +1 -0
  256. package/dist/baloise-design-system/p-BpshqEMm.js +1 -0
  257. package/dist/baloise-design-system/{p-ec9a7cf5.system.js → p-BwDv3OCD.system.js} +1 -1
  258. package/dist/baloise-design-system/p-Bzy18UgU.system.js +1 -0
  259. package/dist/baloise-design-system/{p-a7894ace.js → p-C2Ua6xxo.js} +1 -1
  260. package/dist/baloise-design-system/{p-063808d7.js → p-C4sZQbkT.js} +1 -1
  261. package/dist/baloise-design-system/p-C78VTo3I.js +1 -0
  262. package/dist/baloise-design-system/{p-6c080ebc.system.js → p-CAbI-faw.system.js} +1 -1
  263. package/dist/baloise-design-system/{p-924b576e.system.js → p-CDbIQzsS.system.js} +1 -1
  264. package/dist/baloise-design-system/p-CEOTg0oT.system.js +1 -0
  265. package/dist/baloise-design-system/p-CNxM3-XG.system.js +1 -0
  266. package/dist/baloise-design-system/p-CPBMBpj8.js +2 -0
  267. package/dist/baloise-design-system/p-CQ-sJ0jb.system.js +1 -0
  268. package/dist/baloise-design-system/{p-fbce8119.system.js → p-CVarFtK-.system.js} +1 -1
  269. package/dist/baloise-design-system/p-CXDOC2sQ.system.js +1 -0
  270. package/dist/baloise-design-system/p-C_dCl-FQ.js +1 -0
  271. package/dist/baloise-design-system/p-CbvOgU0G.js +1 -0
  272. package/dist/baloise-design-system/p-Cj6DXhmQ.js +1 -0
  273. package/dist/baloise-design-system/p-CpWDVANq.system.js +1 -0
  274. package/dist/baloise-design-system/{p-d0537382.system.js → p-Cu1ebAbd.system.js} +1 -1
  275. package/dist/baloise-design-system/p-CwvovJM0.system.js +3 -0
  276. package/dist/baloise-design-system/p-Czl2AFQD.system.js +1 -0
  277. package/dist/baloise-design-system/p-D-yL3ygS.system.js +1 -0
  278. package/dist/baloise-design-system/p-D71JAXr2.system.js +2 -0
  279. package/dist/baloise-design-system/p-D7n-1yhi.system.js +1 -0
  280. package/dist/baloise-design-system/p-DB1snxT7.system.js +1 -0
  281. package/dist/baloise-design-system/{p-4a0012fa.js → p-DCBAWafB.js} +1 -1
  282. package/dist/baloise-design-system/p-DEfxutTm.system.js +1 -0
  283. package/dist/baloise-design-system/{p-9f7a1215.system.js → p-DGF4gZ_i.system.js} +1 -1
  284. package/dist/baloise-design-system/p-DGs753ut.js +1 -0
  285. package/dist/baloise-design-system/{p-55ebd30d.js → p-DIg9_wYZ.js} +1 -1
  286. package/dist/baloise-design-system/{p-50f3b012.js → p-DKxvaA1I.js} +1 -1
  287. package/dist/baloise-design-system/{p-2908a4b8.system.js → p-DMHSspF1.system.js} +1 -1
  288. package/dist/baloise-design-system/p-DZZS7FpW.js +1 -0
  289. package/dist/baloise-design-system/p-DkwGmz0U.js +1 -0
  290. package/dist/baloise-design-system/p-Dor_NgKe.system.js +1 -0
  291. package/dist/baloise-design-system/{p-b79d8942.system.js → p-Dou6adza.system.js} +1 -1
  292. package/dist/baloise-design-system/p-DpQhsHDk.system.js +9 -0
  293. package/dist/baloise-design-system/p-DqCbGYzv.js +1 -0
  294. package/dist/baloise-design-system/p-Dqb8X2Kx.js +1 -0
  295. package/dist/baloise-design-system/{p-bb3d79e0.js → p-DwHCWn30.js} +1 -1
  296. package/dist/baloise-design-system/p-Dxz8zGB7.system.js +1 -0
  297. package/dist/baloise-design-system/{p-acf222fd.js → p-ILKmvJEL.js} +1 -1
  298. package/dist/baloise-design-system/p-Ibd72Urj.system.js +1 -0
  299. package/dist/baloise-design-system/p-NgqxRjMi.js +1 -0
  300. package/dist/baloise-design-system/{p-eecefb0a.system.js → p-OcxT007U.system.js} +1 -1
  301. package/dist/baloise-design-system/p-RzJv7e7Y.system.js +1 -0
  302. package/dist/baloise-design-system/p-S5-HQnxq.js +1 -0
  303. package/dist/baloise-design-system/p-YFPj97XN.system.js +1 -0
  304. package/dist/baloise-design-system/{p-96216bd1.js → p-YM_tyEF-.js} +1 -1
  305. package/dist/baloise-design-system/p-a17e066c28.system.entry.js +1 -0
  306. package/dist/baloise-design-system/p-a446890de8.system.entry.js +1 -0
  307. package/dist/baloise-design-system/{p-1e517d518d.system.entry.js → p-a45b3289e2.system.entry.js} +1 -1
  308. package/dist/baloise-design-system/p-a4D5qn4w.system.js +1 -0
  309. package/dist/baloise-design-system/p-a9b271c218.system.entry.js +1 -0
  310. package/dist/baloise-design-system/{p-240e3621c6.entry.js → p-abec641de4.entry.js} +1 -1
  311. package/dist/baloise-design-system/p-acad0c6505.system.entry.js +1 -0
  312. package/dist/baloise-design-system/p-af24b9a397.system.entry.js +1 -0
  313. package/dist/baloise-design-system/p-afb6a9e561.entry.js +1 -0
  314. package/dist/baloise-design-system/{p-5420740f.system.js → p-b3Ch8uzg.system.js} +1 -1
  315. package/dist/baloise-design-system/p-b56e9a8a8e.system.entry.js +1 -0
  316. package/dist/baloise-design-system/p-ba32d95ff4.entry.js +1 -0
  317. package/dist/baloise-design-system/p-c15d36bf15.system.entry.js +1 -0
  318. package/dist/baloise-design-system/p-c4cc473ae6.system.entry.js +1 -0
  319. package/dist/baloise-design-system/p-c555411140.system.entry.js +1 -0
  320. package/dist/baloise-design-system/p-c75e80d185.entry.js +1 -0
  321. package/dist/baloise-design-system/p-c804bdf32d.entry.js +1 -0
  322. package/dist/baloise-design-system/p-cccb00faef.system.entry.js +1 -0
  323. package/dist/baloise-design-system/p-d11b202417.system.entry.js +1 -0
  324. package/dist/baloise-design-system/{p-18cab6ff5b.entry.js → p-d2a46167ce.entry.js} +1 -1
  325. package/dist/baloise-design-system/p-d399a002b9.entry.js +1 -0
  326. package/dist/baloise-design-system/p-d42e19b4f3.entry.js +1 -0
  327. package/dist/baloise-design-system/p-d45483c23b.system.entry.js +1 -0
  328. package/dist/baloise-design-system/p-d9efbc53b4.entry.js +1 -0
  329. package/dist/baloise-design-system/p-daa9a37f28.system.entry.js +1 -0
  330. package/dist/baloise-design-system/p-daec7dd4fe.system.entry.js +1 -0
  331. package/dist/baloise-design-system/p-dc00f790ab.entry.js +1 -0
  332. package/dist/baloise-design-system/p-def13269d2.entry.js +1 -0
  333. package/dist/baloise-design-system/p-df43056027.entry.js +1 -0
  334. package/dist/baloise-design-system/p-e159dc182e.system.entry.js +1 -0
  335. package/dist/baloise-design-system/p-e1e21051cd.system.entry.js +1 -0
  336. package/dist/baloise-design-system/p-e2187b10b1.entry.js +1 -0
  337. package/dist/baloise-design-system/p-e2bfd41dce.entry.js +1 -0
  338. package/dist/baloise-design-system/p-e84f405609.system.entry.js +1 -0
  339. package/dist/baloise-design-system/p-f14f2c1e7e.entry.js +1 -0
  340. package/dist/baloise-design-system/{p-0d07e6caf8.entry.js → p-f4897d19ec.entry.js} +1 -1
  341. package/dist/baloise-design-system/p-f59128807d.entry.js +1 -0
  342. package/dist/baloise-design-system/p-f8e58a54a2.entry.js +1 -0
  343. package/dist/baloise-design-system/{p-160c193287.entry.js → p-fc1f86dc14.entry.js} +1 -1
  344. package/dist/baloise-design-system/p-fce82e6df8.entry.js +1 -0
  345. package/dist/baloise-design-system/p-ff04acfa2e.entry.js +1 -0
  346. package/dist/baloise-design-system/p-iwUtTbz1.js +1 -0
  347. package/dist/baloise-design-system/p-jFycFEXC.system.js +1 -0
  348. package/dist/baloise-design-system/p-jv0tWyso.js +1 -0
  349. package/dist/baloise-design-system/p-jyzHu31V.system.js +1 -0
  350. package/dist/baloise-design-system/p-lFDHYLJ4.system.js +1 -0
  351. package/dist/baloise-design-system/p-m5GX4h3i.system.js +1 -0
  352. package/dist/baloise-design-system/p-oWpnW-HW.system.js +1 -0
  353. package/dist/baloise-design-system/{p-5b163efa.js → p-raL0-SPQ.js} +1 -1
  354. package/dist/baloise-design-system/p-xbSOW78W.js +1 -0
  355. package/dist/cjs/{_commonjsHelpers-68cdf74f.js → _commonjsHelpers-BJu3ubxk.js} +5 -0
  356. package/dist/cjs/{animation.decorator-40bdfb52.js → animation.decorator-BQIP3Wwy.js} +9 -9
  357. package/dist/cjs/{array-ae164ca3.js → array-Db63Hhl1.js} +3 -3
  358. package/dist/cjs/{attributes-11acd153.js → attributes-Cp0kpySW.js} +0 -3
  359. package/dist/cjs/bal-accordion_4.cjs.entry.js +142 -67
  360. package/dist/cjs/bal-app.cjs.entry.js +23 -24
  361. package/dist/cjs/bal-badge.cjs.entry.js +12 -7
  362. package/dist/cjs/bal-button_2.cjs.entry.js +121 -45
  363. package/dist/cjs/bal-card_6.cjs.entry.js +69 -10
  364. package/dist/cjs/bal-carousel_2.cjs.entry.js +113 -54
  365. package/dist/cjs/bal-check.cjs.entry.js +25 -6
  366. package/dist/cjs/bal-checkbox_2.cjs.entry.js +178 -83
  367. package/dist/cjs/bal-close.cjs.entry.js +14 -15
  368. package/dist/cjs/bal-content.cjs.entry.js +28 -10
  369. package/dist/cjs/bal-data_4.cjs.entry.js +37 -15
  370. package/dist/cjs/bal-date-calendar-cell.cjs.entry.js +8 -18
  371. package/dist/cjs/bal-date-calendar_2.cjs.entry.js +90 -67
  372. package/dist/cjs/bal-date.cjs.entry.js +109 -76
  373. package/dist/cjs/bal-divider.cjs.entry.js +22 -10
  374. package/dist/cjs/bal-doc-app.cjs.entry.js +224 -0
  375. package/dist/cjs/bal-dropdown.cjs.entry.js +139 -82
  376. package/dist/cjs/bal-field_5.cjs.entry.js +109 -23
  377. package/dist/cjs/bal-file-upload.cjs.entry.js +120 -76
  378. package/dist/cjs/bal-footer.cjs.entry.js +34 -24
  379. package/dist/cjs/bal-form-col_2.cjs.entry.js +2 -5
  380. package/dist/cjs/bal-form.cjs.entry.js +14 -11
  381. package/dist/cjs/bal-heading_2.cjs.entry.js +74 -14
  382. package/dist/cjs/bal-hint_5.cjs.entry.js +110 -50
  383. package/dist/cjs/bal-icon.cjs.entry.js +969 -916
  384. package/dist/cjs/bal-input-group.cjs.entry.js +12 -6
  385. package/dist/cjs/bal-input-slider.cjs.entry.js +68 -34
  386. package/dist/cjs/bal-input-stepper.cjs.entry.js +1112 -1089
  387. package/dist/cjs/bal-input.cjs.entry.js +146 -58
  388. package/dist/cjs/bal-label.cjs.entry.js +59 -17
  389. package/dist/cjs/bal-list_8.cjs.entry.js +109 -59
  390. package/dist/cjs/{bal-logo.animation-9704970d.js → bal-logo.animation-q2TTdoP3.js} +4 -3
  391. package/dist/cjs/bal-logo.cjs.entry.js +26 -20
  392. package/dist/cjs/bal-modal_3.cjs.entry.js +48 -25
  393. package/dist/cjs/bal-nav_8.cjs.entry.js +138 -102
  394. package/dist/cjs/bal-navbar_5.cjs.entry.js +74 -30
  395. package/dist/cjs/bal-notices_3.cjs.entry.js +65 -18
  396. package/dist/cjs/bal-notification.cjs.entry.js +13 -6
  397. package/dist/cjs/bal-number-input.cjs.entry.js +83 -174
  398. package/dist/cjs/bal-option_2.cjs.entry.js +91 -49
  399. package/dist/cjs/bal-pagination.cjs.entry.js +87 -68
  400. package/dist/cjs/bal-popup.cjs.entry.js +72 -46
  401. package/dist/cjs/bal-progress-bar.cjs.entry.js +25 -17
  402. package/dist/cjs/bal-radio-icon.cjs.entry.js +25 -6
  403. package/dist/cjs/bal-radio_2.cjs.entry.js +161 -80
  404. package/dist/cjs/bal-segment_2.cjs.entry.js +98 -65
  405. package/dist/cjs/bal-select_2.cjs.entry.js +137 -81
  406. package/dist/cjs/bal-shape.cjs.entry.js +16 -10
  407. package/dist/cjs/bal-sheet.cjs.entry.js +6 -6
  408. package/dist/cjs/{bal-spinner.animation-a81cf10f.js → bal-spinner.animation-BL6PkxOx.js} +1929 -1919
  409. package/dist/cjs/bal-spinner.cjs.entry.js +34 -23
  410. package/dist/cjs/bal-stack.cjs.entry.js +41 -12
  411. package/dist/cjs/bal-stage_6.cjs.entry.js +27 -21
  412. package/dist/cjs/bal-step-item.cjs.entry.js +34 -6
  413. package/dist/cjs/bal-steps.cjs.entry.js +45 -33
  414. package/dist/cjs/bal-switch.cjs.entry.js +22 -6
  415. package/dist/cjs/bal-tab-item_2.cjs.entry.js +183 -90
  416. package/dist/cjs/bal-table.cjs.entry.js +6 -6
  417. package/dist/cjs/bal-tag_2.cjs.entry.js +31 -9
  418. package/dist/cjs/bal-textarea.cjs.entry.js +63 -40
  419. package/dist/cjs/bal-time-input.cjs.entry.js +58 -41
  420. package/dist/cjs/bal-tooltip.cjs.entry.js +31 -20
  421. package/dist/cjs/baloise-design-system.cjs.js +7 -14
  422. package/dist/cjs/{breakpoints.decorator-881dd92d.js → breakpoints.decorator-kJmKCnaS.js} +1 -1
  423. package/dist/cjs/{breakpoints.subject-485cf660.js → breakpoints.subject-A1phv7tz.js} +16 -17
  424. package/dist/cjs/{config.decorator-de244188.js → config.decorator-GJjXLayV.js} +3 -3
  425. package/dist/cjs/{date-ce9c7f3f.js → date-Dd5wyqjd.js} +3217 -3830
  426. package/dist/cjs/{device-9f97a845.js → device-CLYfiNJl.js} +5 -5
  427. package/dist/cjs/{element-states.decorator-aa5126e2.js → element-states.decorator-DmuJKXE2.js} +12 -13
  428. package/dist/cjs/{floating-ui-4a4a1aed.js → floating-ui-H6bewdC5.js} +3 -3
  429. package/dist/cjs/{focus-visible-a434c91f.js → focus-visible-DFZa8IIA.js} +2 -2
  430. package/dist/cjs/{focus.decorator-14a4a576.js → focus.decorator-eolKxS7e.js} +9 -10
  431. package/dist/cjs/{form-input-e9974433.js → form-input-Bp7WXLt8.js} +2 -7
  432. package/dist/cjs/index-BZ67Dcnb.js +50 -0
  433. package/dist/cjs/index-BobQkZjn.js +1868 -0
  434. package/dist/cjs/index-C413E-IK.js +571 -0
  435. package/dist/cjs/index-CuY5w2n4.js +602 -0
  436. package/dist/cjs/index-ifu9fMyU.js +127 -0
  437. package/dist/cjs/index-zfs-FXUE.js +3036 -0
  438. package/dist/cjs/index.cjs.js +65 -74
  439. package/dist/cjs/index.esm-CKDqUwIC.js +216 -0
  440. package/dist/cjs/{listener-52d2e5fd.js → listener-nxnzYl6-.js} +2 -2
  441. package/dist/cjs/loader.cjs.js +3 -12
  442. package/dist/cjs/lottie_light_html-OP40Exqq.js +11704 -0
  443. package/dist/cjs/{mutation.decorator-485e250e.js → mutation.decorator-ikDbw3iM.js} +5 -5
  444. package/dist/cjs/{number-24bf265b.js → number-wBqRHkmA.js} +3 -4
  445. package/dist/cjs/{overlays-94ebb271.js → overlays-Dsj3Bvzj.js} +5 -6
  446. package/dist/cjs/purify.es-CJTp6uKN.js +1330 -0
  447. package/dist/cjs/{resize.decorator-e4a92322.js → resize.decorator-gy3KEQtH.js} +5 -6
  448. package/dist/cjs/{scroll-dc37ea84.js → scroll-DE-um_Ub.js} +5 -5
  449. package/dist/cjs/{swipe.decorator-9c105f90.js → swipe.decorator-CORZwEXW.js} +1 -1
  450. package/dist/cjs/{swipe.subject-191f7d8a.js → swipe.subject-F0zvClfx.js} +5 -5
  451. package/dist/cjs/{swiper.util-d23b8eb0.js → swiper.util-Cmt2qbO7.js} +15 -16
  452. package/dist/cjs/{tokens.esm-e14cedac.js → tokens.esm-C41Io-s5.js} +2 -1
  453. package/dist/cjs/{tslib.es6-a680968e.js → tslib.es6-DrfCPgT9.js} +2 -0
  454. package/dist/cjs/{utils-9ea175af.js → utils-Bl0u6rg1.js} +6 -6
  455. package/dist/cjs/{visibility.decorator-a218aab9.js → visibility.decorator-hj-KA7NV.js} +5 -5
  456. package/dist/cjs/window-resize.decorator-BPtP-vtZ.js +25 -0
  457. package/dist/cjs/window-resize.subject-CO_8ziA5.js +28 -0
  458. package/dist/collection/collection-manifest.json +3 -2
  459. package/dist/collection/components/bal-accordion/bal-accordion-details/bal-accordion-details.js +18 -6
  460. package/dist/collection/components/bal-accordion/bal-accordion-summary/bal-accordion-summary.js +19 -7
  461. package/dist/collection/components/bal-accordion/bal-accordion-trigger/bal-accordion-trigger.js +57 -24
  462. package/dist/collection/components/bal-accordion/bal-accordion.js +47 -18
  463. package/dist/collection/components/bal-app/bal-app.js +10 -4
  464. package/dist/collection/components/bal-badge/bal-badge.js +13 -5
  465. package/dist/collection/components/bal-button/bal-button-group/bal-button-group.js +13 -3
  466. package/dist/collection/components/bal-button/bal-button.js +192 -63
  467. package/dist/collection/components/bal-card/bal-card-actions/bal-card-actions.js +4 -1
  468. package/dist/collection/components/bal-card/bal-card-button/bal-card-button.js +26 -8
  469. package/dist/collection/components/bal-card/bal-card-subtitle/bal-card-subtitle.js +16 -5
  470. package/dist/collection/components/bal-card/bal-card-title/bal-card-title.js +4 -1
  471. package/dist/collection/components/bal-card/bal-card.css +1 -1
  472. package/dist/collection/components/bal-card/bal-card.js +36 -9
  473. package/dist/collection/components/bal-carousel/bal-carousel-item/bal-carousel-item.js +45 -27
  474. package/dist/collection/components/bal-carousel/bal-carousel.js +64 -15
  475. package/dist/collection/components/bal-checkbox/bal-check/bal-check.js +28 -6
  476. package/dist/collection/components/bal-checkbox/bal-checkbox-group/bal-checkbox-group.js +72 -29
  477. package/dist/collection/components/bal-checkbox/bal-checkbox.js +109 -47
  478. package/dist/collection/components/bal-checkbox/bal-switch/bal-switch.js +24 -5
  479. package/dist/collection/components/bal-close/bal-close.js +8 -2
  480. package/dist/collection/components/bal-content/bal-content.js +28 -5
  481. package/dist/collection/components/bal-data/bal-data-item/bal-data-item.js +8 -2
  482. package/dist/collection/components/bal-data/bal-data-label/bal-data-label.js +4 -1
  483. package/dist/collection/components/bal-data/bal-data-value/bal-data-value.js +15 -6
  484. package/dist/collection/components/bal-data/bal-data.js +9 -3
  485. package/dist/collection/components/bal-date/bal-date-calendar/bal-date-calendar.js +24 -26
  486. package/dist/collection/components/bal-date/bal-date-calendar-cell/bal-date-calendar-cell.js +11 -16
  487. package/dist/collection/components/bal-date/bal-date.js +85 -45
  488. package/dist/collection/components/bal-divider/bal-divider.js +21 -4
  489. package/dist/collection/components/bal-dropdown/bal-dropdown.js +118 -52
  490. package/dist/collection/components/bal-field/bal-field-control/bal-field-control.js +18 -4
  491. package/dist/collection/components/bal-field/bal-field-hint/bal-field-hint.js +12 -3
  492. package/dist/collection/components/bal-field/bal-field-label/bal-field-label.js +40 -8
  493. package/dist/collection/components/bal-field/bal-field-message/bal-field-message.js +20 -5
  494. package/dist/collection/components/bal-field/bal-field.js +36 -14
  495. package/dist/collection/components/bal-file-upload/bal-file-upload.js +67 -33
  496. package/dist/collection/components/bal-footer/bal-footer.js +20 -3
  497. package/dist/collection/components/bal-form/bal-form.js +12 -3
  498. package/dist/collection/components/bal-form-grid/bal-form-col/bal-form-col.js +1 -1
  499. package/dist/collection/components/bal-heading/bal-heading.js +33 -13
  500. package/dist/collection/components/bal-hint/bal-hint.css +1 -1
  501. package/dist/collection/components/bal-hint/bal-hint.js +9 -7
  502. package/dist/collection/components/bal-icon/bal-icon.js +82 -36
  503. package/dist/collection/components/bal-input/bal-input-date/bal-input-date.js +54 -19
  504. package/dist/collection/components/bal-input/bal-input-util.js +29 -0
  505. package/dist/collection/components/bal-input/bal-input.js +134 -69
  506. package/dist/collection/components/bal-input-group/bal-input-group.js +12 -3
  507. package/dist/collection/components/bal-input-slider/bal-input-slider.js +66 -27
  508. package/dist/collection/components/bal-input-stepper/bal-input-stepper.css +1 -1
  509. package/dist/collection/components/bal-input-stepper/bal-input-stepper.js +62 -40
  510. package/dist/collection/components/bal-label/bal-label.js +62 -13
  511. package/dist/collection/components/bal-list/bal-list-item/bal-list-item.js +42 -19
  512. package/dist/collection/components/bal-list/bal-list-item-accordion-body/bal-list-item-accordion-body.js +12 -7
  513. package/dist/collection/components/bal-list/bal-list-item-accordion-head/bal-list-item-accordion-head.js +16 -6
  514. package/dist/collection/components/bal-list/bal-list-item-content/bal-list-item-content.js +1 -4
  515. package/dist/collection/components/bal-list/bal-list-item-icon/bal-list-item-icon.js +4 -1
  516. package/dist/collection/components/bal-list/bal-list-item-title/bal-list-item-title.js +5 -3
  517. package/dist/collection/components/bal-list/bal-list.js +20 -5
  518. package/dist/collection/components/bal-logo/bal-logo.js +16 -3
  519. package/dist/collection/components/bal-modal/bal-modal.js +48 -17
  520. package/dist/collection/components/bal-nav/bal-nav-link/bal-nav-link.js +23 -8
  521. package/dist/collection/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.js +8 -1
  522. package/dist/collection/components/bal-nav/bal-nav-link-group/bal-nav-link-group.js +8 -1
  523. package/dist/collection/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.js +12 -2
  524. package/dist/collection/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.js +8 -1
  525. package/dist/collection/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.js +24 -5
  526. package/dist/collection/components/bal-nav/bal-nav.js +18 -12
  527. package/dist/collection/components/bal-nav/models/bal-nav-menu-link-item.js +2 -2
  528. package/dist/collection/components/bal-nav/models/bal-nav-meta-button.js +7 -25
  529. package/dist/collection/components/bal-nav/models/bal-nav-meta-link-item.js +2 -2
  530. package/dist/collection/components/bal-navbar/bal-navbar-brand/bal-navbar-brand.js +36 -13
  531. package/dist/collection/components/bal-navbar/bal-navbar-menu/bal-navbar-menu.js +7 -1
  532. package/dist/collection/components/bal-navbar/bal-navbar-menu-end/bal-navbar-menu-end.js +7 -1
  533. package/dist/collection/components/bal-navbar/bal-navbar-menu-start/bal-navbar-menu-start.js +7 -1
  534. package/dist/collection/components/bal-navbar/bal-navbar.js +14 -3
  535. package/dist/collection/components/bal-notices/bal-notices.js +12 -3
  536. package/dist/collection/components/bal-notification/bal-notification.js +13 -3
  537. package/dist/collection/components/bal-number-input/bal-number-input.js +65 -36
  538. package/dist/collection/components/bal-option/bal-option.js +46 -18
  539. package/dist/collection/components/bal-option-list/bal-option-list.js +29 -8
  540. package/dist/collection/components/bal-pagination/bal-pagination.css +1 -1
  541. package/dist/collection/components/bal-pagination/bal-pagination.js +42 -15
  542. package/dist/collection/components/bal-popover/bal-popover-content/bal-popover-content.js +36 -9
  543. package/dist/collection/components/bal-popover/bal-popover.js +52 -12
  544. package/dist/collection/components/bal-popup/bal-popup.js +64 -31
  545. package/dist/collection/components/bal-progress-bar/bal-progress-bar.js +16 -3
  546. package/dist/collection/components/bal-radio/bal-radio-group/bal-radio-group.js +68 -30
  547. package/dist/collection/components/bal-radio/bal-radio-icon/bal-radio-icon.js +28 -6
  548. package/dist/collection/components/bal-radio/bal-radio.js +93 -43
  549. package/dist/collection/components/bal-segment/bal-segment-item/bal-segment-item.js +39 -19
  550. package/dist/collection/components/bal-segment/bal-segment.js +40 -20
  551. package/dist/collection/components/bal-select/bal-select-option/bal-select-option.js +11 -6
  552. package/dist/collection/components/bal-select/bal-select.js +109 -51
  553. package/dist/collection/components/bal-shape/bal-shape.js +15 -6
  554. package/dist/collection/components/bal-sheet/bal-sheet.js +4 -1
  555. package/dist/collection/components/bal-snackbar/bal-snackbar.js +42 -13
  556. package/dist/collection/components/bal-spinner/bal-spinner.js +30 -11
  557. package/dist/collection/components/bal-stack/bal-stack.js +47 -13
  558. package/dist/collection/components/bal-stage/bal-stage-back-link/bal-stage-back-link.js +10 -6
  559. package/dist/collection/components/bal-stage/bal-stage-image/bal-stage-image.js +2 -4
  560. package/dist/collection/components/bal-stage/bal-stage.js +22 -12
  561. package/dist/collection/components/bal-steps/bal-step-item/bal-step-item.js +42 -12
  562. package/dist/collection/components/bal-steps/bal-steps.js +31 -11
  563. package/dist/collection/components/bal-table/bal-table.js +4 -1
  564. package/dist/collection/components/bal-tabs/bal-tab-item/bal-tab-item.js +69 -30
  565. package/dist/collection/components/bal-tabs/bal-tabs.js +111 -52
  566. package/dist/collection/components/bal-tag/bal-tag.js +33 -8
  567. package/dist/collection/components/bal-text/bal-text.js +58 -13
  568. package/dist/collection/components/bal-textarea/bal-textarea.js +69 -40
  569. package/dist/collection/components/bal-time-input/bal-time-input.js +44 -20
  570. package/dist/collection/components/bal-toast/bal-toast.js +21 -4
  571. package/dist/collection/components/bal-tooltip/bal-tooltip.js +24 -6
  572. package/dist/collection/components/docs/bal-doc-app/bal-doc-app.css +1 -0
  573. package/dist/collection/components/docs/bal-doc-app/bal-doc-app.js +248 -0
  574. package/dist/collection/index.js +0 -4
  575. package/dist/collection/initialize.js +33 -2
  576. package/dist/collection/tags-all.js +119 -0
  577. package/dist/collection/utils/config/config.default.js +1 -0
  578. package/dist/collection/utils/constants/version.constant.js +1 -1
  579. package/dist/esm/_commonjsHelpers-BFTU3MAI.js +7 -0
  580. package/dist/esm/{animation.decorator-7fca988f.js → animation.decorator-CXjek5W5.js} +2 -2
  581. package/dist/esm/{array-4c09dfe3.js → array-CDfSqLEo.js} +3 -3
  582. package/dist/esm/{attributes-a3e70948.js → attributes-C4sZQbkT.js} +0 -3
  583. package/dist/esm/bal-accordion_4.entry.js +130 -53
  584. package/dist/esm/bal-app.entry.js +13 -12
  585. package/dist/esm/bal-badge.entry.js +12 -5
  586. package/dist/esm/bal-button_2.entry.js +120 -42
  587. package/dist/esm/bal-card_6.entry.js +69 -8
  588. package/dist/esm/bal-carousel_2.entry.js +110 -49
  589. package/dist/esm/bal-check.entry.js +25 -4
  590. package/dist/esm/bal-checkbox_2.entry.js +172 -75
  591. package/dist/esm/bal-close.entry.js +12 -11
  592. package/dist/esm/bal-content.entry.js +27 -7
  593. package/dist/esm/bal-data_4.entry.js +37 -13
  594. package/dist/esm/bal-date-calendar-cell.entry.js +8 -16
  595. package/dist/esm/bal-date-calendar_2.entry.js +86 -61
  596. package/dist/esm/bal-date.entry.js +92 -57
  597. package/dist/esm/bal-divider.entry.js +21 -7
  598. package/dist/esm/bal-doc-app.entry.js +222 -0
  599. package/dist/esm/bal-dropdown.entry.js +120 -61
  600. package/dist/esm/bal-field_5.entry.js +107 -19
  601. package/dist/esm/bal-file-upload.entry.js +119 -73
  602. package/dist/esm/bal-footer.entry.js +27 -15
  603. package/dist/esm/bal-form-col_2.entry.js +2 -3
  604. package/dist/esm/bal-form.entry.js +12 -7
  605. package/dist/esm/bal-heading_2.entry.js +73 -11
  606. package/dist/esm/bal-hint_5.entry.js +105 -43
  607. package/dist/esm/bal-icon.entry.js +969 -914
  608. package/dist/esm/bal-input-group.entry.js +12 -4
  609. package/dist/esm/bal-input-slider.entry.js +67 -31
  610. package/dist/esm/bal-input-stepper.entry.js +1108 -1083
  611. package/dist/esm/bal-input.entry.js +144 -54
  612. package/dist/esm/bal-label.entry.js +56 -12
  613. package/dist/esm/bal-list_8.entry.js +97 -45
  614. package/dist/esm/{bal-logo.animation-560601c6.js → bal-logo.animation-Bm-_mal3.js} +4 -3
  615. package/dist/esm/bal-logo.entry.js +24 -16
  616. package/dist/esm/bal-modal_3.entry.js +43 -18
  617. package/dist/esm/bal-nav_8.entry.js +117 -79
  618. package/dist/esm/bal-navbar_5.entry.js +69 -23
  619. package/dist/esm/bal-notices_3.entry.js +65 -16
  620. package/dist/esm/bal-notification.entry.js +13 -4
  621. package/dist/esm/bal-number-input.entry.js +78 -167
  622. package/dist/esm/bal-option_2.entry.js +77 -33
  623. package/dist/esm/bal-pagination.entry.js +87 -66
  624. package/dist/esm/bal-popup.entry.js +64 -36
  625. package/dist/esm/bal-progress-bar.entry.js +24 -14
  626. package/dist/esm/bal-radio-icon.entry.js +25 -4
  627. package/dist/esm/bal-radio_2.entry.js +155 -72
  628. package/dist/esm/bal-segment_2.entry.js +91 -56
  629. package/dist/esm/bal-select_2.entry.js +130 -72
  630. package/dist/esm/bal-shape.entry.js +16 -8
  631. package/dist/esm/bal-sheet.entry.js +6 -4
  632. package/dist/esm/{bal-spinner.animation-81d4326e.js → bal-spinner.animation-Bv2Ow6xu.js} +1929 -1919
  633. package/dist/esm/bal-spinner.entry.js +31 -18
  634. package/dist/esm/bal-stack.entry.js +40 -9
  635. package/dist/esm/bal-stage_6.entry.js +26 -18
  636. package/dist/esm/bal-step-item.entry.js +34 -4
  637. package/dist/esm/bal-steps.entry.js +43 -29
  638. package/dist/esm/bal-switch.entry.js +22 -4
  639. package/dist/esm/bal-tab-item_2.entry.js +170 -75
  640. package/dist/esm/bal-table.entry.js +6 -4
  641. package/dist/esm/bal-tag_2.entry.js +31 -7
  642. package/dist/esm/bal-textarea.entry.js +62 -37
  643. package/dist/esm/bal-time-input.entry.js +56 -37
  644. package/dist/esm/bal-tooltip.entry.js +28 -15
  645. package/dist/esm/baloise-design-system.js +5 -11
  646. package/dist/esm/{breakpoints.decorator-4de4315f.js → breakpoints.decorator-DHSOiIM6.js} +1 -1
  647. package/dist/esm/{breakpoints.subject-2f68e834.js → breakpoints.subject-vNrCUuFz.js} +4 -5
  648. package/dist/esm/{config.decorator-6795d1fe.js → config.decorator-Ces1faHU.js} +1 -1
  649. package/dist/esm/{date-87bdb1d1.js → date-hkTgL47P.js} +3213 -3826
  650. package/dist/esm/{device-8c6d2881.js → device-DJ1AJn2t.js} +1 -1
  651. package/dist/esm/{element-states.decorator-d99dc83c.js → element-states.decorator-CmqkL9M3.js} +2 -3
  652. package/dist/esm/{floating-ui-8ffbc979.js → floating-ui-BN-yGSe3.js} +2 -2
  653. package/dist/esm/{focus-visible-c1d6b5b8.js → focus-visible-DqCbGYzv.js} +2 -2
  654. package/dist/esm/{focus.decorator-988245d7.js → focus.decorator-BeDDaqr6.js} +2 -3
  655. package/dist/esm/{form-input-1ebdb905.js → form-input-DonCVtv7.js} +2 -6
  656. package/dist/esm/index-B4k_dH6V.js +1866 -0
  657. package/dist/esm/index-BU7FUSdu.js +569 -0
  658. package/dist/esm/index-CPBMBpj8.js +2980 -0
  659. package/dist/esm/index-D6JOtC1P.js +125 -0
  660. package/dist/esm/index-dYcsHLfj.js +600 -0
  661. package/dist/esm/index-zWZxKBfo.js +48 -0
  662. package/dist/esm/index.esm-Btc0yydR.js +210 -0
  663. package/dist/esm/index.js +24 -30
  664. package/dist/esm/{listener-04842ae9.js → listener-TABKdeGv.js} +1 -1
  665. package/dist/esm/loader.js +3 -10
  666. package/dist/esm/lottie_light_html-DuyI5RA6.js +11702 -0
  667. package/dist/esm/{mutation.decorator-6a69cedb.js → mutation.decorator-BgbCI65l.js} +2 -2
  668. package/dist/esm/{number-ccf3fbd0.js → number-CiWicDXk.js} +1 -2
  669. package/dist/esm/{overlays-cee3838b.js → overlays-l66nO8vg.js} +2 -3
  670. package/dist/esm/purify.es-B3Q-Lii3.js +1328 -0
  671. package/dist/esm/{resize.decorator-3c8e5ee2.js → resize.decorator-DxzNJ2YS.js} +2 -3
  672. package/dist/esm/{scroll-521224a9.js → scroll-DpAIin2V.js} +1 -1
  673. package/dist/esm/{swipe.decorator-3d3585e7.js → swipe.decorator-DdRiK_fU.js} +1 -1
  674. package/dist/esm/{swipe.subject-26a9e5a5.js → swipe.subject-CymP2gNV.js} +4 -4
  675. package/dist/esm/{swiper.util-8e17b8c4.js → swiper.util-DAcscNNi.js} +4 -5
  676. package/dist/esm/{tokens.esm-4409ffbb.js → tokens.esm-C_dCl-FQ.js} +3 -2
  677. package/dist/esm/{tslib.es6-654e2c24.js → tslib.es6-dfXERft2.js} +2 -0
  678. package/dist/esm/{utils-9fbab1d3.js → utils-C_qktPg7.js} +6 -6
  679. package/dist/esm/{visibility.decorator-5db91610.js → visibility.decorator-BEVk5HgU.js} +2 -2
  680. package/dist/esm/{window-resize.decorator-03b1ed50.js → window-resize.decorator-B9malKDY.js} +1 -24
  681. package/dist/esm/window-resize.subject-DdftzrYr.js +26 -0
  682. package/dist/esm-es5/_commonjsHelpers-BFTU3MAI.js +1 -0
  683. package/dist/esm-es5/animation.decorator-CXjek5W5.js +1 -0
  684. package/dist/esm-es5/array-CDfSqLEo.js +1 -0
  685. package/dist/esm-es5/{attributes-a3e70948.js → attributes-C4sZQbkT.js} +1 -1
  686. package/dist/esm-es5/bal-accordion_4.entry.js +1 -1
  687. package/dist/esm-es5/bal-app.entry.js +1 -1
  688. package/dist/esm-es5/bal-badge.entry.js +1 -1
  689. package/dist/esm-es5/bal-button_2.entry.js +1 -1
  690. package/dist/esm-es5/bal-card_6.entry.js +1 -1
  691. package/dist/esm-es5/bal-carousel_2.entry.js +1 -1
  692. package/dist/esm-es5/bal-check.entry.js +1 -1
  693. package/dist/esm-es5/bal-checkbox_2.entry.js +1 -1
  694. package/dist/esm-es5/bal-close.entry.js +1 -1
  695. package/dist/esm-es5/bal-content.entry.js +1 -1
  696. package/dist/esm-es5/bal-data_4.entry.js +1 -1
  697. package/dist/esm-es5/bal-date-calendar-cell.entry.js +1 -1
  698. package/dist/esm-es5/bal-date-calendar_2.entry.js +1 -1
  699. package/dist/esm-es5/bal-date.entry.js +1 -1
  700. package/dist/esm-es5/bal-divider.entry.js +1 -1
  701. package/dist/esm-es5/bal-doc-app.entry.js +1 -0
  702. package/dist/esm-es5/bal-dropdown.entry.js +1 -1
  703. package/dist/esm-es5/bal-field_5.entry.js +1 -1
  704. package/dist/esm-es5/bal-file-upload.entry.js +1 -1
  705. package/dist/esm-es5/bal-footer.entry.js +1 -1
  706. package/dist/esm-es5/bal-form-col_2.entry.js +1 -1
  707. package/dist/esm-es5/bal-form.entry.js +1 -1
  708. package/dist/esm-es5/bal-heading_2.entry.js +1 -1
  709. package/dist/esm-es5/bal-hint_5.entry.js +1 -1
  710. package/dist/esm-es5/bal-icon.entry.js +1 -1
  711. package/dist/esm-es5/bal-input-group.entry.js +1 -1
  712. package/dist/esm-es5/bal-input-slider.entry.js +1 -1
  713. package/dist/esm-es5/bal-input-stepper.entry.js +1 -1
  714. package/dist/esm-es5/bal-input.entry.js +1 -1
  715. package/dist/esm-es5/bal-label.entry.js +1 -1
  716. package/dist/esm-es5/bal-list_8.entry.js +1 -1
  717. package/dist/esm-es5/bal-logo.animation-Bm-_mal3.js +1 -0
  718. package/dist/esm-es5/bal-logo.entry.js +1 -1
  719. package/dist/esm-es5/bal-modal_3.entry.js +1 -1
  720. package/dist/esm-es5/bal-nav_8.entry.js +1 -1
  721. package/dist/esm-es5/bal-navbar_5.entry.js +1 -1
  722. package/dist/esm-es5/bal-notices_3.entry.js +1 -1
  723. package/dist/esm-es5/bal-notification.entry.js +1 -1
  724. package/dist/esm-es5/bal-number-input.entry.js +1 -1
  725. package/dist/esm-es5/bal-option_2.entry.js +1 -1
  726. package/dist/esm-es5/bal-pagination.entry.js +1 -1
  727. package/dist/esm-es5/bal-popup.entry.js +1 -1
  728. package/dist/esm-es5/bal-progress-bar.entry.js +1 -1
  729. package/dist/esm-es5/bal-radio-icon.entry.js +1 -1
  730. package/dist/esm-es5/bal-radio_2.entry.js +1 -1
  731. package/dist/esm-es5/bal-segment_2.entry.js +1 -1
  732. package/dist/esm-es5/bal-select_2.entry.js +1 -1
  733. package/dist/esm-es5/bal-shape.entry.js +1 -1
  734. package/dist/esm-es5/bal-sheet.entry.js +1 -1
  735. package/dist/esm-es5/{bal-spinner.animation-81d4326e.js → bal-spinner.animation-Bv2Ow6xu.js} +1 -1
  736. package/dist/esm-es5/bal-spinner.entry.js +1 -1
  737. package/dist/esm-es5/bal-stack.entry.js +1 -1
  738. package/dist/esm-es5/bal-stage_6.entry.js +1 -1
  739. package/dist/esm-es5/bal-step-item.entry.js +1 -1
  740. package/dist/esm-es5/bal-steps.entry.js +1 -1
  741. package/dist/esm-es5/bal-switch.entry.js +1 -1
  742. package/dist/esm-es5/bal-tab-item_2.entry.js +1 -1
  743. package/dist/esm-es5/bal-table.entry.js +1 -1
  744. package/dist/esm-es5/bal-tag_2.entry.js +1 -1
  745. package/dist/esm-es5/bal-textarea.entry.js +1 -1
  746. package/dist/esm-es5/bal-time-input.entry.js +1 -1
  747. package/dist/esm-es5/bal-tooltip.entry.js +1 -1
  748. package/dist/esm-es5/baloise-design-system.js +1 -1
  749. package/dist/esm-es5/breakpoints.decorator-DHSOiIM6.js +1 -0
  750. package/dist/esm-es5/breakpoints.subject-vNrCUuFz.js +1 -0
  751. package/dist/esm-es5/config.decorator-Ces1faHU.js +1 -0
  752. package/dist/esm-es5/date-hkTgL47P.js +1 -0
  753. package/dist/esm-es5/device-DJ1AJn2t.js +1 -0
  754. package/dist/esm-es5/element-states.decorator-CmqkL9M3.js +1 -0
  755. package/dist/esm-es5/floating-ui-BN-yGSe3.js +1 -0
  756. package/dist/esm-es5/focus-visible-DqCbGYzv.js +1 -0
  757. package/dist/esm-es5/focus.decorator-BeDDaqr6.js +1 -0
  758. package/dist/esm-es5/form-input-DonCVtv7.js +1 -0
  759. package/dist/esm-es5/index-B4k_dH6V.js +1 -0
  760. package/dist/esm-es5/index-BU7FUSdu.js +1 -0
  761. package/dist/esm-es5/index-CPBMBpj8.js +2 -0
  762. package/dist/esm-es5/index-D6JOtC1P.js +1 -0
  763. package/dist/esm-es5/index-dYcsHLfj.js +1 -0
  764. package/dist/esm-es5/index-zWZxKBfo.js +1 -0
  765. package/dist/esm-es5/index.esm-Btc0yydR.js +1 -0
  766. package/dist/esm-es5/index.js +1 -1
  767. package/dist/esm-es5/listener-TABKdeGv.js +1 -0
  768. package/dist/esm-es5/loader.js +1 -1
  769. package/dist/esm-es5/lottie_light_html-DuyI5RA6.js +9 -0
  770. package/dist/esm-es5/mutation.decorator-BgbCI65l.js +1 -0
  771. package/dist/esm-es5/number-CiWicDXk.js +1 -0
  772. package/dist/esm-es5/overlays-l66nO8vg.js +1 -0
  773. package/dist/esm-es5/purify.es-B3Q-Lii3.js +2 -0
  774. package/dist/esm-es5/resize.decorator-DxzNJ2YS.js +1 -0
  775. package/dist/esm-es5/scroll-DpAIin2V.js +1 -0
  776. package/dist/esm-es5/{swipe.decorator-3d3585e7.js → swipe.decorator-DdRiK_fU.js} +1 -1
  777. package/dist/esm-es5/swipe.subject-CymP2gNV.js +1 -0
  778. package/dist/esm-es5/swiper.util-DAcscNNi.js +1 -0
  779. package/dist/esm-es5/{tokens.esm-4409ffbb.js → tokens.esm-C_dCl-FQ.js} +1 -1
  780. package/dist/esm-es5/utils-C_qktPg7.js +1 -0
  781. package/dist/esm-es5/visibility.decorator-BEVk5HgU.js +1 -0
  782. package/dist/esm-es5/window-resize.decorator-B9malKDY.js +1 -0
  783. package/dist/esm-es5/window-resize.subject-DdftzrYr.js +1 -0
  784. package/dist/html.html-data.json +85 -1
  785. package/dist/types/components/bal-button/bal-button.d.ts +13 -1
  786. package/dist/types/components/bal-input/bal-input-util.d.ts +8 -0
  787. package/dist/types/components/bal-input/bal-input.d.ts +1 -1
  788. package/dist/types/components/bal-input/bal-input.interfaces.d.ts +1 -1
  789. package/dist/types/components/bal-input-stepper/bal-input-stepper.d.ts +1 -1
  790. package/dist/types/components/bal-nav/models/bal-nav-meta-button.d.ts +1 -1
  791. package/dist/types/components/bal-pagination/bal-pagination.d.ts +1 -1
  792. package/dist/types/components/bal-tabs/bal-tab-item/bal-tab-item.d.ts +3 -3
  793. package/dist/types/components/docs/bal-doc-app/bal-doc-app.d.ts +21 -0
  794. package/dist/types/components.d.ts +1519 -10
  795. package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/icons/src/index.d.ts +82 -0
  796. package/dist/types/index.d.ts +1 -1
  797. package/dist/types/stencil-public-runtime.d.ts +23 -1
  798. package/dist/types/tags-all.d.ts +1 -0
  799. package/dist/types/utils/config/config.types.d.ts +2 -0
  800. package/package.json +7 -7
  801. package/components/bal-text2.js +0 -94
  802. package/components/purify.js +0 -1353
  803. package/dist/baloise-design-system/p-00b37ea2.js +0 -1
  804. package/dist/baloise-design-system/p-00d6cf9a.system.js +0 -1
  805. package/dist/baloise-design-system/p-0193364e31.entry.js +0 -1
  806. package/dist/baloise-design-system/p-01cd830b.system.js +0 -1
  807. package/dist/baloise-design-system/p-02509f2aa1.system.entry.js +0 -1
  808. package/dist/baloise-design-system/p-04515987c7.system.entry.js +0 -1
  809. package/dist/baloise-design-system/p-056b22a7.system.js +0 -1
  810. package/dist/baloise-design-system/p-0783dc98dd.system.entry.js +0 -1
  811. package/dist/baloise-design-system/p-0833e523b1.entry.js +0 -1
  812. package/dist/baloise-design-system/p-0aa6f3518b.system.entry.js +0 -1
  813. package/dist/baloise-design-system/p-0ae449ae.system.js +0 -1
  814. package/dist/baloise-design-system/p-0b2b3dbe1b.entry.js +0 -1
  815. package/dist/baloise-design-system/p-0c336d76f5.entry.js +0 -1
  816. package/dist/baloise-design-system/p-0c34ba75.system.js +0 -1
  817. package/dist/baloise-design-system/p-11230944ba.system.entry.js +0 -1
  818. package/dist/baloise-design-system/p-1272e3f9c5.system.entry.js +0 -1
  819. package/dist/baloise-design-system/p-12b975fee6.system.entry.js +0 -1
  820. package/dist/baloise-design-system/p-13d44256.system.js +0 -1
  821. package/dist/baloise-design-system/p-14df54b760.entry.js +0 -1
  822. package/dist/baloise-design-system/p-15f86fd2.js +0 -1
  823. package/dist/baloise-design-system/p-16395ece.system.js +0 -1
  824. package/dist/baloise-design-system/p-166d571e.js +0 -1
  825. package/dist/baloise-design-system/p-16f5c678f5.entry.js +0 -1
  826. package/dist/baloise-design-system/p-1846561401.system.entry.js +0 -1
  827. package/dist/baloise-design-system/p-18675e20.js +0 -1
  828. package/dist/baloise-design-system/p-18c6b14c.system.js +0 -1
  829. package/dist/baloise-design-system/p-1cfbf3093b.entry.js +0 -1
  830. package/dist/baloise-design-system/p-1f7d1eb48e.entry.js +0 -1
  831. package/dist/baloise-design-system/p-1fa4cbaca6.system.entry.js +0 -1
  832. package/dist/baloise-design-system/p-210cd438.system.js +0 -9
  833. package/dist/baloise-design-system/p-211fd73b2d.entry.js +0 -1
  834. package/dist/baloise-design-system/p-21b2d5d33b.system.entry.js +0 -1
  835. package/dist/baloise-design-system/p-23bdd8dc.system.js +0 -1
  836. package/dist/baloise-design-system/p-242625df10.system.entry.js +0 -1
  837. package/dist/baloise-design-system/p-24486c2cd6.entry.js +0 -1
  838. package/dist/baloise-design-system/p-2725c79107.system.entry.js +0 -1
  839. package/dist/baloise-design-system/p-27b9d8e173.entry.js +0 -1
  840. package/dist/baloise-design-system/p-2880433e.system.js +0 -1
  841. package/dist/baloise-design-system/p-28d0b9c851.system.entry.js +0 -1
  842. package/dist/baloise-design-system/p-2ccbe55a.js +0 -2
  843. package/dist/baloise-design-system/p-2d3770e7.system.js +0 -1
  844. package/dist/baloise-design-system/p-3131f323.system.js +0 -1
  845. package/dist/baloise-design-system/p-3153f3e507.system.entry.js +0 -1
  846. package/dist/baloise-design-system/p-3156541849.system.entry.js +0 -1
  847. package/dist/baloise-design-system/p-350a85a9.js +0 -1
  848. package/dist/baloise-design-system/p-36c605b7ed.entry.js +0 -1
  849. package/dist/baloise-design-system/p-371f93bd95.system.entry.js +0 -1
  850. package/dist/baloise-design-system/p-39cbb5b4.system.js +0 -1
  851. package/dist/baloise-design-system/p-3b6395d90b.system.entry.js +0 -1
  852. package/dist/baloise-design-system/p-3d3aa421.js +0 -1
  853. package/dist/baloise-design-system/p-3f01fc8b.js +0 -1
  854. package/dist/baloise-design-system/p-3f6fcc1a25.system.entry.js +0 -1
  855. package/dist/baloise-design-system/p-3fcfe14a45.system.entry.js +0 -1
  856. package/dist/baloise-design-system/p-4191bdf0.js +0 -1
  857. package/dist/baloise-design-system/p-41c8319b5f.entry.js +0 -1
  858. package/dist/baloise-design-system/p-422f347380.entry.js +0 -1
  859. package/dist/baloise-design-system/p-42d1374d6f.system.entry.js +0 -1
  860. package/dist/baloise-design-system/p-4573c419.js +0 -1
  861. package/dist/baloise-design-system/p-45d69189d4.system.entry.js +0 -1
  862. package/dist/baloise-design-system/p-472a8efc29.entry.js +0 -1
  863. package/dist/baloise-design-system/p-4743791e3f.entry.js +0 -1
  864. package/dist/baloise-design-system/p-4936cce309.entry.js +0 -1
  865. package/dist/baloise-design-system/p-4a1237e8.js +0 -1
  866. package/dist/baloise-design-system/p-4ad57bd1ee.entry.js +0 -1
  867. package/dist/baloise-design-system/p-4af5f1f9.js +0 -1
  868. package/dist/baloise-design-system/p-4ca4dff6.js +0 -1
  869. package/dist/baloise-design-system/p-4d4dd885fc.entry.js +0 -1
  870. package/dist/baloise-design-system/p-4d5477db.js +0 -1
  871. package/dist/baloise-design-system/p-4e8633942b.entry.js +0 -1
  872. package/dist/baloise-design-system/p-4f1232cf16.system.entry.js +0 -1
  873. package/dist/baloise-design-system/p-548ca0b3.js +0 -1
  874. package/dist/baloise-design-system/p-5569e7774f.entry.js +0 -1
  875. package/dist/baloise-design-system/p-56f686f295.system.entry.js +0 -1
  876. package/dist/baloise-design-system/p-576fea8fe0.system.entry.js +0 -1
  877. package/dist/baloise-design-system/p-584601ed8d.entry.js +0 -1
  878. package/dist/baloise-design-system/p-599fe1aecd.system.entry.js +0 -1
  879. package/dist/baloise-design-system/p-5b81a72518.system.entry.js +0 -1
  880. package/dist/baloise-design-system/p-5c391c5415.system.entry.js +0 -1
  881. package/dist/baloise-design-system/p-5d26868b4c.system.entry.js +0 -1
  882. package/dist/baloise-design-system/p-5d94ecd9.system.js +0 -1
  883. package/dist/baloise-design-system/p-5e506fea89.entry.js +0 -1
  884. package/dist/baloise-design-system/p-5e7b2f7fa5.system.entry.js +0 -1
  885. package/dist/baloise-design-system/p-5fbe1e715b.entry.js +0 -1
  886. package/dist/baloise-design-system/p-6461e0dc8c.entry.js +0 -1
  887. package/dist/baloise-design-system/p-659270e6.system.js +0 -1
  888. package/dist/baloise-design-system/p-65a3f66bb1.entry.js +0 -1
  889. package/dist/baloise-design-system/p-6780a7ed.system.js +0 -1
  890. package/dist/baloise-design-system/p-68f3a1d5de.entry.js +0 -1
  891. package/dist/baloise-design-system/p-6913b916.system.js +0 -1
  892. package/dist/baloise-design-system/p-694808374d.system.entry.js +0 -1
  893. package/dist/baloise-design-system/p-6ca25be56c.entry.js +0 -1
  894. package/dist/baloise-design-system/p-6df2900b29.system.entry.js +0 -1
  895. package/dist/baloise-design-system/p-6e3ed83858.entry.js +0 -1
  896. package/dist/baloise-design-system/p-70a29a3cf9.system.entry.js +0 -1
  897. package/dist/baloise-design-system/p-7187bc892e.system.entry.js +0 -1
  898. package/dist/baloise-design-system/p-7720b262.system.js +0 -1
  899. package/dist/baloise-design-system/p-77c7a0b0.js +0 -1
  900. package/dist/baloise-design-system/p-7961e095.system.js +0 -2
  901. package/dist/baloise-design-system/p-7ace6bb2b2.system.entry.js +0 -1
  902. package/dist/baloise-design-system/p-7d4fac85.js +0 -1
  903. package/dist/baloise-design-system/p-7ee8e43a78.entry.js +0 -1
  904. package/dist/baloise-design-system/p-835cf9d5.system.js +0 -1
  905. package/dist/baloise-design-system/p-86621bd1a3.system.entry.js +0 -1
  906. package/dist/baloise-design-system/p-8de1cbc123.system.entry.js +0 -1
  907. package/dist/baloise-design-system/p-975f69e2.js +0 -1
  908. package/dist/baloise-design-system/p-9a3d9e17.js +0 -1
  909. package/dist/baloise-design-system/p-9bea0924af.entry.js +0 -1
  910. package/dist/baloise-design-system/p-9fe6f3f427.system.entry.js +0 -1
  911. package/dist/baloise-design-system/p-a1449d0827.system.entry.js +0 -1
  912. package/dist/baloise-design-system/p-a1f6e944.system.js +0 -1
  913. package/dist/baloise-design-system/p-a65354df.js +0 -1
  914. package/dist/baloise-design-system/p-a6f19c8102.entry.js +0 -1
  915. package/dist/baloise-design-system/p-a7f480e29e.entry.js +0 -1
  916. package/dist/baloise-design-system/p-a8161761.js +0 -1
  917. package/dist/baloise-design-system/p-a8f4c51f7d.entry.js +0 -1
  918. package/dist/baloise-design-system/p-abaa6b209d.entry.js +0 -1
  919. package/dist/baloise-design-system/p-ad848b32cc.entry.js +0 -1
  920. package/dist/baloise-design-system/p-ade92c8b.js +0 -2
  921. package/dist/baloise-design-system/p-b0471793.system.js +0 -1
  922. package/dist/baloise-design-system/p-b0cf4731.js +0 -1
  923. package/dist/baloise-design-system/p-b31ef16307.system.entry.js +0 -1
  924. package/dist/baloise-design-system/p-b3720a73.system.js +0 -1
  925. package/dist/baloise-design-system/p-b53635762a.entry.js +0 -1
  926. package/dist/baloise-design-system/p-b651c3be06.system.entry.js +0 -1
  927. package/dist/baloise-design-system/p-b77e3348.js +0 -1
  928. package/dist/baloise-design-system/p-ba04f59382.entry.js +0 -1
  929. package/dist/baloise-design-system/p-bb0bea1a12.entry.js +0 -1
  930. package/dist/baloise-design-system/p-bdf651c552.system.entry.js +0 -1
  931. package/dist/baloise-design-system/p-be4404d14f.entry.js +0 -1
  932. package/dist/baloise-design-system/p-c018e14208.system.entry.js +0 -1
  933. package/dist/baloise-design-system/p-c1df952485.entry.js +0 -1
  934. package/dist/baloise-design-system/p-c75b737789.system.entry.js +0 -1
  935. package/dist/baloise-design-system/p-c90cd86f85.entry.js +0 -1
  936. package/dist/baloise-design-system/p-c942d04f.system.js +0 -1
  937. package/dist/baloise-design-system/p-caf7e785da.system.entry.js +0 -1
  938. package/dist/baloise-design-system/p-cb9a61cf9f.entry.js +0 -1
  939. package/dist/baloise-design-system/p-ce0bb62f88.system.entry.js +0 -1
  940. package/dist/baloise-design-system/p-ce4f5a6a.js +0 -1
  941. package/dist/baloise-design-system/p-cec9dcd5f0.system.entry.js +0 -1
  942. package/dist/baloise-design-system/p-d0cee779.system.js +0 -2
  943. package/dist/baloise-design-system/p-d41614f898.entry.js +0 -1
  944. package/dist/baloise-design-system/p-d4e5093b.js +0 -1
  945. package/dist/baloise-design-system/p-d96b1ee9.js +0 -1
  946. package/dist/baloise-design-system/p-dac493c4.system.js +0 -1
  947. package/dist/baloise-design-system/p-dc1f26ed82.entry.js +0 -1
  948. package/dist/baloise-design-system/p-ddfc39d563.system.entry.js +0 -1
  949. package/dist/baloise-design-system/p-de214c5ded.entry.js +0 -1
  950. package/dist/baloise-design-system/p-df907af8.system.js +0 -1
  951. package/dist/baloise-design-system/p-e004afb272.entry.js +0 -1
  952. package/dist/baloise-design-system/p-e0248dd3.js +0 -1
  953. package/dist/baloise-design-system/p-e1daa037f5.entry.js +0 -1
  954. package/dist/baloise-design-system/p-e442bfd948.entry.js +0 -1
  955. package/dist/baloise-design-system/p-e53cf246d6.system.entry.js +0 -1
  956. package/dist/baloise-design-system/p-e581de20.js +0 -1
  957. package/dist/baloise-design-system/p-e75452d8.system.js +0 -1
  958. package/dist/baloise-design-system/p-e88286bed3.system.entry.js +0 -1
  959. package/dist/baloise-design-system/p-ea96959c66.system.entry.js +0 -1
  960. package/dist/baloise-design-system/p-ec1863d2.js +0 -1
  961. package/dist/baloise-design-system/p-edb1f50e6a.entry.js +0 -1
  962. package/dist/baloise-design-system/p-eec38fbd.system.js +0 -1
  963. package/dist/baloise-design-system/p-eed5aa27.system.js +0 -1
  964. package/dist/baloise-design-system/p-f19930db.js +0 -1
  965. package/dist/baloise-design-system/p-f8db562aa1.entry.js +0 -1
  966. package/dist/baloise-design-system/p-fa2ea8a4.system.js +0 -1
  967. package/dist/baloise-design-system/p-fa6b5cde.system.js +0 -1
  968. package/dist/baloise-design-system/p-fd273f8f1e.entry.js +0 -1
  969. package/dist/baloise-design-system/p-fe2ef334.system.js +0 -1
  970. package/dist/baloise-design-system/p-ff36efab94.entry.js +0 -1
  971. package/dist/cjs/app-globals-0d8db19e.js +0 -11
  972. package/dist/cjs/browser-1d542d0f.js +0 -64
  973. package/dist/cjs/config.default-7e96eb95.js +0 -48
  974. package/dist/cjs/config.utils-df30e424.js +0 -140
  975. package/dist/cjs/helpers-debb881a.js +0 -331
  976. package/dist/cjs/index-24d802b4.js +0 -594
  977. package/dist/cjs/index-3b7f8988.js +0 -1860
  978. package/dist/cjs/index-758765f7.js +0 -560
  979. package/dist/cjs/index-84f42282.js +0 -1810
  980. package/dist/cjs/index-e6a233be.js +0 -37
  981. package/dist/cjs/index.esm-a38eebac.js +0 -212
  982. package/dist/cjs/initialize-2e8978a4.js +0 -319
  983. package/dist/cjs/log-33398c2a.js +0 -80
  984. package/dist/cjs/lottie_light_html-cbfdf82e.js +0 -11694
  985. package/dist/cjs/purify-b01229e2.js +0 -1355
  986. package/dist/cjs/window-resize.decorator-56853e4c.js +0 -48
  987. package/dist/esm/_commonjsHelpers-1c8beb5f.js +0 -3
  988. package/dist/esm/app-globals-07bd529a.js +0 -9
  989. package/dist/esm/browser-a8073d92.js +0 -62
  990. package/dist/esm/config.default-53a04699.js +0 -45
  991. package/dist/esm/config.utils-f3793464.js +0 -101
  992. package/dist/esm/helpers-51d51cc5.js +0 -307
  993. package/dist/esm/index-82aff103.js +0 -35
  994. package/dist/esm/index-8d2a7ce7.js +0 -1779
  995. package/dist/esm/index-95ee0c4b.js +0 -1858
  996. package/dist/esm/index-bba06972.js +0 -558
  997. package/dist/esm/index-db06fb0e.js +0 -592
  998. package/dist/esm/index.esm-9079680d.js +0 -206
  999. package/dist/esm/log-dfd1c19f.js +0 -77
  1000. package/dist/esm/lottie_light_html-ab90e4a2.js +0 -11692
  1001. package/dist/esm/purify-8cb49f16.js +0 -1353
  1002. package/dist/esm-es5/_commonjsHelpers-1c8beb5f.js +0 -1
  1003. package/dist/esm-es5/animation.decorator-7fca988f.js +0 -1
  1004. package/dist/esm-es5/app-globals-07bd529a.js +0 -1
  1005. package/dist/esm-es5/array-4c09dfe3.js +0 -1
  1006. package/dist/esm-es5/bal-logo.animation-560601c6.js +0 -1
  1007. package/dist/esm-es5/breakpoints.decorator-4de4315f.js +0 -1
  1008. package/dist/esm-es5/breakpoints.subject-2f68e834.js +0 -1
  1009. package/dist/esm-es5/browser-a8073d92.js +0 -1
  1010. package/dist/esm-es5/config.decorator-6795d1fe.js +0 -1
  1011. package/dist/esm-es5/config.default-53a04699.js +0 -1
  1012. package/dist/esm-es5/config.utils-f3793464.js +0 -1
  1013. package/dist/esm-es5/date-87bdb1d1.js +0 -1
  1014. package/dist/esm-es5/device-8c6d2881.js +0 -1
  1015. package/dist/esm-es5/element-states.decorator-d99dc83c.js +0 -1
  1016. package/dist/esm-es5/floating-ui-8ffbc979.js +0 -1
  1017. package/dist/esm-es5/focus-visible-c1d6b5b8.js +0 -1
  1018. package/dist/esm-es5/focus.decorator-988245d7.js +0 -1
  1019. package/dist/esm-es5/form-input-1ebdb905.js +0 -1
  1020. package/dist/esm-es5/helpers-51d51cc5.js +0 -1
  1021. package/dist/esm-es5/index-82aff103.js +0 -1
  1022. package/dist/esm-es5/index-8d2a7ce7.js +0 -2
  1023. package/dist/esm-es5/index-95ee0c4b.js +0 -1
  1024. package/dist/esm-es5/index-bba06972.js +0 -1
  1025. package/dist/esm-es5/index-db06fb0e.js +0 -1
  1026. package/dist/esm-es5/index.esm-9079680d.js +0 -1
  1027. package/dist/esm-es5/initialize-c00194b2.js +0 -1
  1028. package/dist/esm-es5/listener-04842ae9.js +0 -1
  1029. package/dist/esm-es5/log-dfd1c19f.js +0 -1
  1030. package/dist/esm-es5/lottie_light_html-ab90e4a2.js +0 -9
  1031. package/dist/esm-es5/mutation.decorator-6a69cedb.js +0 -1
  1032. package/dist/esm-es5/number-ccf3fbd0.js +0 -1
  1033. package/dist/esm-es5/overlays-cee3838b.js +0 -1
  1034. package/dist/esm-es5/purify-8cb49f16.js +0 -2
  1035. package/dist/esm-es5/resize.decorator-3c8e5ee2.js +0 -1
  1036. package/dist/esm-es5/scroll-521224a9.js +0 -1
  1037. package/dist/esm-es5/swipe.subject-26a9e5a5.js +0 -1
  1038. package/dist/esm-es5/swiper.util-8e17b8c4.js +0 -1
  1039. package/dist/esm-es5/utils-9fbab1d3.js +0 -1
  1040. package/dist/esm-es5/visibility.decorator-5db91610.js +0 -1
  1041. package/dist/esm-es5/window-resize.decorator-03b1ed50.js +0 -1
  1042. package/loader/package.json +0 -11
  1043. /package/components/{floating-ui.dom.esm.js → floating-ui.dom.js} +0 -0
  1044. /package/dist/baloise-design-system/{p-8dc7ee30.js → p-B4aDEwd8.js} +0 -0
  1045. /package/dist/baloise-design-system/{p-5ed239cc.js → p-BLp4ll3i.js} +0 -0
  1046. /package/dist/baloise-design-system/{p-db0895e2.system.js → p-BbAtjg9Y.system.js} +0 -0
  1047. /package/dist/baloise-design-system/{p-11f970ba.js → p-BkEdlCZJ.js} +0 -0
  1048. /package/dist/baloise-design-system/{p-4c0bad70.system.js → p-BktTDSq4.system.js} +0 -0
  1049. /package/dist/baloise-design-system/{p-f3f5ce4f.js → p-BmVI6cLw.js} +0 -0
  1050. /package/dist/baloise-design-system/{p-ae86d0a0.js → p-ByiN-QjD.js} +0 -0
  1051. /package/dist/baloise-design-system/{p-3ecc7d9a.system.js → p-CDt5sRVY.system.js} +0 -0
  1052. /package/dist/baloise-design-system/{p-5f26e92f.system.js → p-CGJ8YYiA.system.js} +0 -0
  1053. /package/dist/baloise-design-system/{p-907368ff.system.js → p-CLfE_o7e.system.js} +0 -0
  1054. /package/dist/baloise-design-system/{p-8a2bab70.system.js → p-CTl0uAFp.system.js} +0 -0
  1055. /package/dist/baloise-design-system/{p-6dbef894.system.js → p-Cjiw70Dk.system.js} +0 -0
  1056. /package/dist/baloise-design-system/{p-a0fe8d65.js → p-Ct27z6g9.js} +0 -0
  1057. /package/dist/baloise-design-system/{p-dc98854c.js → p-D1VPLQ5z.js} +0 -0
  1058. /package/dist/baloise-design-system/{p-e7d72d7c.system.js → p-D5Gy6WbU.system.js} +0 -0
  1059. /package/dist/baloise-design-system/{p-6b45db53.system.js → p-DAOAbG5Y.system.js} +0 -0
  1060. /package/dist/baloise-design-system/{p-8f2e9a7f.js → p-DBsOHTWj.js} +0 -0
  1061. /package/dist/baloise-design-system/{p-ad81b8ea.js → p-DEb5iNGc.js} +0 -0
  1062. /package/dist/baloise-design-system/{p-06ecf846.js → p-DIC_sxLd.js} +0 -0
  1063. /package/dist/baloise-design-system/{p-2da669b4.system.js → p-DKjTFqnu.system.js} +0 -0
  1064. /package/dist/baloise-design-system/{p-14d0c5f3.system.js → p-DPYRyPTD.system.js} +0 -0
  1065. /package/dist/baloise-design-system/{p-278aed95.system.js → p-DWgCJRpS.system.js} +0 -0
  1066. /package/dist/baloise-design-system/{p-ba579059.system.js → p-Dd7xQwRJ.system.js} +0 -0
  1067. /package/dist/baloise-design-system/{p-fe76780d.system.js → p-DkfWaTsH.system.js} +0 -0
  1068. /package/dist/baloise-design-system/{p-1a158488.js → p-DuObDTix.js} +0 -0
  1069. /package/dist/baloise-design-system/{p-59d9918c.system.js → p-Dz-E2PRm.system.js} +0 -0
  1070. /package/dist/baloise-design-system/{p-5eb3fbb9.js → p-FCLKfv6B.js} +0 -0
  1071. /package/dist/baloise-design-system/{p-09ab29d6.js → p-JHAE10yr.js} +0 -0
  1072. /package/dist/baloise-design-system/{p-4e642b63.system.js → p-SdtgSPca.system.js} +0 -0
  1073. /package/dist/baloise-design-system/{p-43c9f5e9.js → p-dfXERft2.js} +0 -0
  1074. /package/dist/baloise-design-system/{p-a65bc5e2.js → p-rBUN7c88.js} +0 -0
  1075. /package/dist/baloise-design-system/{p-99cfab9c.system.js → p-wTePExHL.system.js} +0 -0
  1076. /package/dist/baloise-design-system/{p-ec1efe3d.js → p-xVPGsAdF.js} +0 -0
  1077. /package/dist/cjs/{aria-7672033f.js → aria-BzkqcV7W.js} +0 -0
  1078. /package/dist/cjs/{bal-close.i18n-56dddd35.js → bal-close.i18n-B3X5xlkl.js} +0 -0
  1079. /package/dist/cjs/{bal-file-upload.type-616d69d9.js → bal-file-upload.type-BzNkF3YQ.js} +0 -0
  1080. /package/dist/cjs/{bal-input-stepper.i18n-dbcd32ab.js → bal-input-stepper.i18n-D57DHpYR.js} +0 -0
  1081. /package/dist/cjs/{bal-label.i18n-a25878af.js → bal-label.i18n-BcNNm9Es.js} +0 -0
  1082. /package/dist/cjs/{bal-step.util-3c009db9.js → bal-step.util-DQcaqybX.js} +0 -0
  1083. /package/dist/cjs/{bal-tab.util-d0785ef4.js → bal-tab.util-DFGwGbfr.js} +0 -0
  1084. /package/dist/cjs/{bal-time-input.i18n-b2bb9182.js → bal-time-input.i18n-Bfr3EMVD.js} +0 -0
  1085. /package/dist/cjs/{bem-81bc6a2d.js → bem-p0PWVN8n.js} +0 -0
  1086. /package/dist/cjs/{contact-61b41246.js → contact-qHJM5IBh.js} +0 -0
  1087. /package/dist/cjs/{floating-ui.dom.esm-13e3f667.js → floating-ui.dom-BPU3HWKX.js} +0 -0
  1088. /package/dist/cjs/{form-17c98ac2.js → form-BSlIiqcR.js} +0 -0
  1089. /package/dist/cjs/{keyboard.helpers-2093e793.js → keyboard.helpers-BkZpVT-9.js} +0 -0
  1090. /package/dist/cjs/{keys.constant-b53da545.js → keys.constant-LnwxHAZo.js} +0 -0
  1091. /package/dist/cjs/{mask-util-19c28b4a.js → mask-util-B8hrxmqO.js} +0 -0
  1092. /package/dist/cjs/{option-85af0921.js → option-kGk4eTdA.js} +0 -0
  1093. /package/dist/esm/{aria-ea150568.js → aria-DBsOHTWj.js} +0 -0
  1094. /package/dist/esm/{bal-close.i18n-f2daa707.js → bal-close.i18n-Ct27z6g9.js} +0 -0
  1095. /package/dist/esm/{bal-file-upload.type-2a70f4ec.js → bal-file-upload.type-rBUN7c88.js} +0 -0
  1096. /package/dist/esm/{bal-input-stepper.i18n-aaa4a009.js → bal-input-stepper.i18n-DEb5iNGc.js} +0 -0
  1097. /package/dist/esm/{bal-label.i18n-4212be56.js → bal-label.i18n-JHAE10yr.js} +0 -0
  1098. /package/dist/esm/{bal-step.util-3905ad56.js → bal-step.util-DIC_sxLd.js} +0 -0
  1099. /package/dist/esm/{bal-tab.util-933315fe.js → bal-tab.util-BmVI6cLw.js} +0 -0
  1100. /package/dist/esm/{bal-time-input.i18n-157c7092.js → bal-time-input.i18n-B4aDEwd8.js} +0 -0
  1101. /package/dist/esm/{bem-8c7d2eb0.js → bem-ByiN-QjD.js} +0 -0
  1102. /package/dist/esm/{contact-91a44c8c.js → contact-BkEdlCZJ.js} +0 -0
  1103. /package/dist/esm/{floating-ui.dom.esm-efb93616.js → floating-ui.dom-DKxvaA1I.js} +0 -0
  1104. /package/dist/esm/{form-841232ff.js → form-FCLKfv6B.js} +0 -0
  1105. /package/dist/esm/{keyboard.helpers-159e517d.js → keyboard.helpers-D1VPLQ5z.js} +0 -0
  1106. /package/dist/esm/{keys.constant-0eb059e0.js → keys.constant-xVPGsAdF.js} +0 -0
  1107. /package/dist/esm/{mask-util-71edc2b8.js → mask-util-DuObDTix.js} +0 -0
  1108. /package/dist/esm/{option-367a5341.js → option-BLp4ll3i.js} +0 -0
  1109. /package/dist/esm-es5/{aria-ea150568.js → aria-DBsOHTWj.js} +0 -0
  1110. /package/dist/esm-es5/{bal-close.i18n-f2daa707.js → bal-close.i18n-Ct27z6g9.js} +0 -0
  1111. /package/dist/esm-es5/{bal-file-upload.type-2a70f4ec.js → bal-file-upload.type-rBUN7c88.js} +0 -0
  1112. /package/dist/esm-es5/{bal-input-stepper.i18n-aaa4a009.js → bal-input-stepper.i18n-DEb5iNGc.js} +0 -0
  1113. /package/dist/esm-es5/{bal-label.i18n-4212be56.js → bal-label.i18n-JHAE10yr.js} +0 -0
  1114. /package/dist/esm-es5/{bal-step.util-3905ad56.js → bal-step.util-DIC_sxLd.js} +0 -0
  1115. /package/dist/esm-es5/{bal-tab.util-933315fe.js → bal-tab.util-BmVI6cLw.js} +0 -0
  1116. /package/dist/esm-es5/{bal-time-input.i18n-157c7092.js → bal-time-input.i18n-B4aDEwd8.js} +0 -0
  1117. /package/dist/esm-es5/{bem-8c7d2eb0.js → bem-ByiN-QjD.js} +0 -0
  1118. /package/dist/esm-es5/{contact-91a44c8c.js → contact-BkEdlCZJ.js} +0 -0
  1119. /package/dist/esm-es5/{floating-ui.dom.esm-efb93616.js → floating-ui.dom-DKxvaA1I.js} +0 -0
  1120. /package/dist/esm-es5/{form-841232ff.js → form-FCLKfv6B.js} +0 -0
  1121. /package/dist/esm-es5/{keyboard.helpers-159e517d.js → keyboard.helpers-D1VPLQ5z.js} +0 -0
  1122. /package/dist/esm-es5/{keys.constant-0eb059e0.js → keys.constant-xVPGsAdF.js} +0 -0
  1123. /package/dist/esm-es5/{mask-util-71edc2b8.js → mask-util-DuObDTix.js} +0 -0
  1124. /package/dist/esm-es5/{option-367a5341.js → option-BLp4ll3i.js} +0 -0
  1125. /package/dist/esm-es5/{tslib.es6-654e2c24.js → tslib.es6-dfXERft2.js} +0 -0
@@ -0,0 +1,2 @@
1
+ var __extends=this&&this.__extends||function(){var r=function(n,e){r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var e in n)if(Object.prototype.hasOwnProperty.call(n,e))r[e]=n[e]};return r(n,e)};return function(n,e){if(typeof e!=="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");r(n,e);function t(){this.constructor=n}n.prototype=e===null?Object.create(e):(t.prototype=e.prototype,new t)}}();var __assign=this&&this.__assign||function(){__assign=Object.assign||function(r){for(var n,e=1,t=arguments.length;e<t;e++){n=arguments[e];for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i))r[i]=n[i]}return r};return __assign.apply(this,arguments)};var __awaiter=this&&this.__awaiter||function(r,n,e,t){function i(r){return r instanceof e?r:new e((function(n){n(r)}))}return new(e||(e=Promise))((function(e,a){function o(r){try{f(t.next(r))}catch(r){a(r)}}function u(r){try{f(t["throw"](r))}catch(r){a(r)}}function f(r){r.done?e(r.value):i(r.value).then(o,u)}f((t=t.apply(r,n||[])).next())}))};var __generator=this&&this.__generator||function(r,n){var e={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},t,i,a,o;return o={next:u(0),throw:u(1),return:u(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function u(r){return function(n){return f([r,n])}}function f(u){if(t)throw new TypeError("Generator is already executing.");while(o&&(o=0,u[0]&&(e=0)),e)try{if(t=1,i&&(a=u[0]&2?i["return"]:u[0]?i["throw"]||((a=i["return"])&&a.call(i),0):i.next)&&!(a=a.call(i,u[1])).done)return a;if(i=0,a)u=[u[0]&2,a.value];switch(u[0]){case 0:case 1:a=u;break;case 4:e.label++;return{value:u[1],done:false};case 5:e.label++;i=u[1];u=[0];continue;case 7:u=e.ops.pop();e.trys.pop();continue;default:if(!(a=e.trys,a=a.length>0&&a[a.length-1])&&(u[0]===6||u[0]===2)){e=0;continue}if(u[0]===3&&(!a||u[1]>a[0]&&u[1]<a[3])){e.label=u[1];break}if(u[0]===6&&e.label<a[1]){e.label=a[1];a=u;break}if(a&&e.label<a[2]){e.label=a[2];e.ops.push(u);break}if(a[2])e.ops.pop();e.trys.pop();continue}u=n.call(r,e)}catch(r){u=[6,r];i=0}finally{t=a=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:true}}};var __spreadArray=this&&this.__spreadArray||function(r,n,e){if(e||arguments.length===2)for(var t=0,i=n.length,a;t<i;t++){if(a||!(t in n)){if(!a)a=Array.prototype.slice.call(n,0,t);a[t]=n[t]}}return r.concat(a||Array.prototype.slice.call(n))};System.register([],(function(r,n){"use strict";return{execute:function(){var e=this;r({L:h,a0:Rr});var t="baloise-design-system";var i={hydratedSelectorName:"hydrated",lazyLoad:true,slotRelocation:true,updatable:true};var a=["bal-accordion","bal-accordion-details","bal-accordion-summary","bal-accordion-trigger","bal-app","bal-badge","bal-button","bal-button-group","bal-card","bal-card-actions","bal-card-button","bal-card-content","bal-card-subtitle","bal-card-title","bal-carousel","bal-carousel-item","bal-check","bal-checkbox","bal-checkbox-group","bal-close","bal-content","bal-data","bal-data-item","bal-data-label","bal-data-value","bal-date","bal-date-calendar","bal-date-calendar-cell","bal-divider","bal-dropdown","bal-field","bal-field-control","bal-field-hint","bal-field-label","bal-field-message","bal-file-upload","bal-footer","bal-form","bal-form-col","bal-form-grid","bal-heading","bal-hint","bal-hint-text","bal-hint-title","bal-icon","bal-input","bal-input-date","bal-input-group","bal-input-slider","bal-input-stepper","bal-label","bal-list","bal-list-item","bal-list-item-accordion-body","bal-list-item-accordion-head","bal-list-item-content","bal-list-item-icon","bal-list-item-subtitle","bal-list-item-title","bal-logo","bal-modal","bal-modal-body","bal-modal-header","bal-nav","bal-nav-link","bal-nav-link-grid","bal-nav-link-grid-col","bal-nav-link-group","bal-nav-menu-bar","bal-nav-menu-flyout","bal-nav-meta-bar","bal-navbar","bal-navbar-brand","bal-navbar-menu","bal-navbar-menu-end","bal-navbar-menu-start","bal-notices","bal-notification","bal-number-input","bal-option","bal-option-list","bal-pagination","bal-popover","bal-popover-content","bal-popup","bal-progress-bar","bal-radio","bal-radio-group","bal-radio-icon","bal-segment","bal-segment-item","bal-select","bal-select-option","bal-shape","bal-sheet","bal-snackbar","bal-spinner","bal-stack","bal-stage","bal-stage-back-link","bal-stage-body","bal-stage-foot","bal-stage-head","bal-stage-image","bal-step-item","bal-steps","bal-switch","bal-tab-item","bal-table","bal-tabs","bal-tag","bal-tag-group","bal-text","bal-textarea","bal-time-input","bal-toast","bal-tooltip"];var o=function(){function r(){}Object.defineProperty(r.prototype,"width",{get:function(){if(f.hasWindow){return window.innerWidth}return 0},enumerable:false,configurable:true});Object.defineProperty(r.prototype,"height",{get:function(){if(f.hasWindow){return window.innerHeight}return 0},enumerable:false,configurable:true});return r}();var u=function(){function r(){this.window=new o}Object.defineProperty(r.prototype,"isSafari",{get:function(){return/^((?!chrome|android).)*safari/i.test(this.userAgent)},enumerable:false,configurable:true});Object.defineProperty(r.prototype,"hasWindow",{get:function(){return typeof window!=="undefined"},enumerable:false,configurable:true});Object.defineProperty(r.prototype,"hasNavigator",{get:function(){return typeof navigator!=="undefined"},enumerable:false,configurable:true});Object.defineProperty(r.prototype,"hasDocument",{get:function(){return typeof document!=="undefined"},enumerable:false,configurable:true});Object.defineProperty(r.prototype,"userAgent",{get:function(){var r;if(this.hasWindow&&this.hasNavigator){return(r=navigator.userAgent)!==null&&r!==void 0?r:""}return""},enumerable:false,configurable:true});return r}();var f=r("a",new u);var l="baloise-persist-config";var s="baloise-animated";var v={components:[],event:false,lifecycle:false,render:false,custom:false};var c=function(){var r=v;if(f.hasWindow&&window.BaloiseDesignSystem&&window.BaloiseDesignSystem.config&&window.BaloiseDesignSystem.config.logger){r=window.BaloiseDesignSystem.config.logger}return r};var d=function(r){var n=function(n,e){var t=[];for(var i=2;i<arguments.length;i++){t[i-2]=arguments[i]}var a=c();if(a.components.includes(r)&&a[n]){console.log.apply(console,__spreadArray([e],t,false))}};return{custom:function(e){var t=[];for(var i=1;i<arguments.length;i++){t[i-1]=arguments[i]}return n.apply(void 0,__spreadArray(["custom"," ➡️ [".concat(r,"] - ").concat(e)],t,false))},lifecycle:function(e){var t=[];for(var i=1;i<arguments.length;i++){t[i-1]=arguments[i]}return n.apply(void 0,__spreadArray(["lifecycle","".concat(e==="connectedCallback"?"🟢":e==="disconnectedCallback"?"🔴":e==="componentDidLoad"?"🏁":" ➡️"," [").concat(r,"] - (").concat(e,")")],t,false))},event:function(e){var t=[];for(var i=1;i<arguments.length;i++){t[i-1]=arguments[i]}return n.apply(void 0,__spreadArray(["event","🔥 [".concat(r,"] - (").concat(e,")")],t,false))},render:function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return n.apply(void 0,__spreadArray(["render","🖌️ [".concat(r,"] - (render)")],e,false))}}};function h(r){if(r===void 0){r="unknown"}return function(n,e,t){var i=n.connectedCallback,a=n.disconnectedCallback,o=n.render,u=n.componentDidLoad,f=n.createLogger;var l=d(r);n.connectedCallback=function(){var r=this;l.lifecycle("connectedCallback",this);var n=Object.keys(this).filter((function(r){return r.startsWith("bal")})).filter((function(n){return typeof r[n]==="object"}));var e=function(e){var i=n[e];var a=t[i];t[i]={emit:function(){var n;var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}l.event.apply(l,__spreadArray([i,r],e,false));return(n=a.emit).call.apply(n,__spreadArray([r],e,false))}}};var t=this;for(var a=0;a<n.length;a++){e(a)}f.call(this,l.custom);return i&&i.call(this)};n.disconnectedCallback=function(){l.lifecycle("disconnectedCallback",this);return a&&a.call(this)};n.componentDidLoad=function(){l.lifecycle("componentDidLoad",this);return u&&u.call(this)};n.render=function(){l.render(this);return o.call(this)}}}var b='<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>';var C='<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>';var w='<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>';var p='<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>';var g='<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>';var m='<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>';var y='<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>';var _='<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>';var L='<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>';var j='<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>';var x='<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>';var O='<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>';var k='<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>';var A='<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>';var H='<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>';var M='<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>';var S='<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>';var I='<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>';var Z='<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>';var V='<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>';var $='<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>';var B='<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>';var N='<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>';var T='<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>';var E='<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>';var P='<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>';var 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>';var R={balIconClose:B,balIconInfoCircle:S,balIconPlus:_,balIconMinus:k,balIconEdit:Z,balIconTrash:y,balIconNavGoLeft:x,balIconNavGoRight:j,balIconNavGoDown:O,balIconNavGoUp:L,balIconCheck:N,balIconDate:$,balIconDocument:V,balIconUpload:g,balIconMenuBars:A,balIconFacebook:I,balIconInstagram:M,balIconLinkedin:H,balIconTwitter:m,balIconX:w,balIconXing:C,balIconYoutube:b,balIconWeb:p,balIconCaretDown:D,balIconCaretLeft:P,balIconCaretRight:E,balIconCaretUp:T};var F=r("f",{region:"CH",language:"de",allowedLanguages:["de","fr","it","en"],icons:R,fallbackLanguage:"de",logger:v,animated:true,httpFormSubmit:true,_generateHydrateForCustomElementsOutput:false});var U=r("U","".concat(F.language,"-").concat(F.region));var z=function(){function r(){this._componentObservers=[];this._observers=[];this._config=F}Object.defineProperty(r.prototype,"locale",{get:function(){return"".concat(this._config.language,"-").concat(this._config.region)},enumerable:false,configurable:true});Object.defineProperty(r.prototype,"region",{get:function(){return this._config.region},set:function(r){if(r!==this._config.region){this._config.region=r;this._notify()}},enumerable:false,configurable:true});Object.defineProperty(r.prototype,"language",{get:function(){return this._config.language},set:function(r){if(r!==this._config.language){if(this._config.allowedLanguages.includes(r)){this._config.language=r}else{this._config.language=this._config.fallbackLanguage}this._notify()}},enumerable:false,configurable:true});Object.defineProperty(r.prototype,"allowedLanguages",{get:function(){return this._config.allowedLanguages},set:function(r){if(r!==this._config.allowedLanguages){this._config.allowedLanguages=r;this._notify()}},enumerable:false,configurable:true});Object.defineProperty(r.prototype,"icons",{get:function(){return this._config.icons},set:function(r){this._config.icons=Object.assign(Object.assign({},this._config.icons),r);this._notify()},enumerable:false,configurable:true});Object.defineProperty(r.prototype,"logger",{get:function(){return this._config.logger},set:function(r){this._config.logger=Object.assign({},r);this._notify()},enumerable:false,configurable:true});Object.defineProperty(r.prototype,"animated",{get:function(){return this._config.animated},set:function(r){this._config.animated=r;this._notify()},enumerable:false,configurable:true});Object.defineProperty(r.prototype,"httpFormSubmit",{get:function(){return this._config.httpFormSubmit},set:function(r){this._config.httpFormSubmit=r;this._notify()},enumerable:false,configurable:true});r.prototype.attach=function(r){var n=this._observers.includes(r);if(n){return console.log("Subject: Observer has been attached already.")}this._observers.push(r);r.configChanged(this._config)};r.prototype.detach=function(r){var n=this._observers.indexOf(r);if(n===-1){return console.log("Subject: Nonexistent observer.")}this._observers.splice(n,1)};r.prototype.attachComponent=function(r){var n=this._componentObservers.includes(r);if(n){return console.log("Subject: Observer has been attached already.")}this._componentObservers.push(r);r.configChanged(this._config)};r.prototype.detachComponent=function(r){var n=this._componentObservers.indexOf(r);if(n===-1){return console.log("Subject: Nonexistent observer.")}this._componentObservers.splice(n,1)};r.prototype.toString=function(){return JSON.stringify(this._config)};r.prototype.reset=function(r){this._config=Object.assign(Object.assign(Object.assign({},this._config),r),{icons:Object.assign(Object.assign({},this._config.icons),r.icons)});this._notify(false)};r.prototype._notify=function(r){if(r===void 0){r=true}for(var n=0,e=this._componentObservers;n<e.length;n++){var t=e[n];t.configChanged(this._config)}if(r){for(var i=0,a=this._observers;i<a.length;i++){var t=a[i];t.configChanged(this._config)}}if(f.hasWindow){J(window,this._config)}};return r}();var G=new z;var W=function(r){try{var n=r.sessionStorage.getItem(l);return n!==null?JSON.parse(n):{}}catch(r){return{}}};var q=function(r){try{var n=JSON.parse(r.localStorage.getItem(s));if(n!==null){return{animated:n}}return{}}catch(r){return{}}};var J=function(r,n){try{r.sessionStorage.setItem(l,JSON.stringify(n))}catch(r){return}};var Y=r("i",(function(r,n){if(r===void 0){r={}}if(n===void 0){n={}}if(Object.keys(n).length===0&&f.hasWindow){n=window}n.BaloiseDesignSystem=n.BaloiseDesignSystem||{};G.reset(Object.assign(Object.assign(Object.assign(Object.assign({},W(n)),q(n)),r),{icons:Object.assign(Object.assign({},W(n).icons),r.icons)}));n.BaloiseDesignSystem.config=G}));var X=r("o",(function(r){Q({configChanged:function(n){r(n)}})}));var K=r("n",(function(){if(!f.hasWindow){return}var r=window;return r&&r.BaloiseDesignSystem&&r.BaloiseDesignSystem.config}));var Q=r("e",(function(r){var n=K();if(n){n.attach(r)}}));var rr=r("h",(function(r){var n=K();if(n){n.detach(r)}}));var nr=r("_",(function(r){var n=K();if(n){n.attachComponent(r)}}));var er=r("$",(function(r){var n=K();if(n){n.detachComponent(r)}}));var tr=r("l",(function(r){var n=K();if(n){n.language=r}}));var ir=r("m",(function(r){var n=K();if(n){n.region=r}}));var ar=r("u",(function(r){var n=K();if(n){n.allowedLanguages=r}}));var or=r("k",(function(r){var n=K();if(n){n.icons=Object.assign(Object.assign({},n.icons),r)}}));var ur=r("j",(function(r){var n=K();if(n){n.animated=r}}));var fr=function(r,n){if(n===void 0){n=3e3}var e=false;if(!f.isSafari&&f.hasWindow&&"PerformanceObserver"in window){var t=new PerformanceObserver((function(n){var i=n.getEntries();var a=i[i.length-1];if(a){t.disconnect();e=true;sr((function(){return r()}))}}));t.observe({type:"largest-contentful-paint",buffered:true});setTimeout((function(){if(!e){t.disconnect();r()}}),n)}else{return setTimeout(r,32)}};var lr=r("K",(function(r,n){if(n===void 0){n=32}var e=false;var t=function(){if(!e){e=true;r()}};if(f.hasWindow){var i=setTimeout(t,n);window.addEventListener("load",(function(){clearTimeout(i);t()}))}else{setTimeout(t,32)}}));var sr=r("J",(function(r,n){if(n===void 0){n=5e3}if(f.hasWindow&&"requestIdleCallback"in window){window.requestIdleCallback(r,{timeout:n})}else{setTimeout(r,32)}}));var vr=r("w",(function(r){if(r===void 0){r=0}return new Promise((function(n){setTimeout((function(){return n()}),r)}))}));var cr=r("T",(function(r,n){var e=r._original||r;return{_original:r,emit:dr(e.emit.bind(e),n)}}));var dr=r("I",(function(r,n){if(n===void 0){n=0}var e;return function(){var t=[];for(var i=0;i<arguments.length;i++){t[i]=arguments[i]}clearTimeout(e);e=setTimeout.apply(void 0,__spreadArray([r,n],t,false))}}));var hr=r("Z",(function(r,n){return r&&r.tagName&&r.tagName===n.toUpperCase()}));var br=r("t",(function(r,n){var e=n.parentNode;while(e!=null){if(e==r){return true}e=e.parentNode}return false}));var Cr=r("X",(function(r,n){var e=n.parentNode;while(e!=null){if(e.tagName===r.toUpperCase()){return true}e=e.parentNode}return false}));var wr=r("c",(function(r){return r.querySelector("bal-app")||r.body}));var pr=r("d",(function(r,n){if(r.componentOnReady!==null&&r.componentOnReady!==undefined){r.componentOnReady().then((function(r){return n(r)}))}else{gr((function(){return n(r)}))}}));var gr=r("Q",(function(r){if(typeof __zone_symbol__requestAnimationFrame==="function"){return __zone_symbol__requestAnimationFrame(r)}if(typeof requestAnimationFrame==="function"){return requestAnimationFrame(r)}return setTimeout(r)}));var mr=r("W",(function(r,n){if(n===void 0){n=0}return new Promise((function(e){yr(r,n,e)}))}));var yr=function(r,n,e){if(n===void 0){n=0}var t;var i;var a={passive:true};var o=500;var u=function(){if(t){t()}};var f=function(n){if(n===undefined||r===n.target){u();e(n)}};if(r){r.addEventListener("webkitTransitionEnd",f,a);r.addEventListener("transitionend",f,a);i=setTimeout(f,n+o);t=function(){if(i){clearTimeout(i);i=undefined}r.removeEventListener("webkitTransitionEnd",f,a);r.removeEventListener("transitionend",f,a)}}return u};var _r=r("R",(function(r,n,e,t){if(f.hasWindow){var i=K();if(i){var a=i._ael;if(a){return a(r,n,e,t)}else if(i._ael){return i._ael(r,n,e,t)}}}return r.addEventListener(n,e,t)}));var Lr=r("S",(function(r,n,e,t){if(f.hasWindow){var i=K();if(i){var a=i._rel;if(a){return a(r,n,e,t)}else if(i._rel){return i._rel(r,n,e,t)}}}return r.removeEventListener(n,e,t)}));var jr=r("v",(function(r){if(r){return new Promise((function(n){return pr(r,n)}))}return Promise.resolve()}));var xr=r("r",(function(r){var n=[];for(var t=1;t<arguments.length;t++){n[t-1]=arguments[t]}return __awaiter(e,__spreadArray([r],n,true),void 0,(function(r,n){var e,t;if(n===void 0){n=false}return __generator(this,(function(i){switch(i.label){case 0:e=r;if(!e)return[3,4];if(!(e.componentOnReady!==null&&e.componentOnReady!==undefined))return[3,2];return[4,e.componentOnReady()];case 1:t=i.sent();if(!n&&t!==null&&t!==undefined){return[2]}i.label=2;case 2:return[4,Promise.all(Array.from(e.children).map((function(r){return xr(r,n)})))];case 3:i.sent();i.label=4;case 4:return[2]}}))}))}));var Or=r("A",(function(r){return __awaiter(e,void 0,void 0,(function(){return __generator(this,(function(n){switch(n.label){case 0:return[4,xr(r,true)];case 1:n.sent();return[4,Hr()];case 2:n.sent();return[4,Mr()];case 3:n.sent();return[2]}}))}))}));var kr=r("Y",(function(r,n,t){return __awaiter(e,void 0,void 0,(function(){var e,i;return __generator(this,(function(a){if(r&&r.target&&n&&n!==r.target){e=r.target;i=r.target.nodeName==="BAL-NAVBAR-BRAND";if(i){e=e.closest("bal-navbar")}if(e&&br(e,n)){t(e)}}return[2]}))}))}));var Ar=r("B",(function(r,n){return __awaiter(e,void 0,void 0,(function(){var e,t,i;return __generator(this,(function(a){switch(a.label){case 0:e=Object.assign({animated:false,icons:{balIconClose:B,balIconInfoCircle:S,balIconPlus:_,balIconMinus:k,balIconEdit:Z,balIconTrash:y,balIconNavGoLeft:x,balIconNavGoRight:j,balIconNavGoDown:O,balIconNavGoUp:L,balIconCaretUp:T,balIconCaretDown:D,balIconCaretLeft:P,balIconCaretRight:E,balIconCheck:N,balIconDate:$,balIconDocument:V,balIconUpload:g,balIconMenuBars:A}},n);t=r;if(!(t!==null&&t!==undefined))return[3,3];return[4,xr(t,true)];case 1:a.sent();i=Array.prototype.slice.call(t.querySelectorAll("*")).filter((function(r){return r.tagName.match(/^bal/i)}));return[4,Promise.all(i.map((function(r){if(r.configChanged!==null&&r.configChanged!==undefined){return r.configChanged(e)}})))];case 2:a.sent();a.label=3;case 3:return[4,Promise.all([Hr(),Sr(),Mr()])];case 4:a.sent();return[2]}}))}))}));var Hr=r("x",(function(){return new Promise((function(r){return gr((function(){return Zr(r)}))}))}));var Mr=r("y",(function(){return new Promise((function(r){return sr((function(){return Zr(r)}))}))}));var Sr=r("z",(function(){return new Promise((function(r){return fr((function(){return Zr(r)}))}))}));var Ir=r("C",(function(){return new Promise((function(r){return lr((function(){return Zr(r)}))}))}));var Zr=function(r){if(f.hasWindow&&"MessageChannel"in window){var n=new window.MessageChannel;n.port1.onmessage=r;n.port2.postMessage(undefined)}else{setTimeout(r,32)}};var Vr=function(){function r(r){this.options=r;this.container=null;this.queue=[];this.preQueue=[];this.queueLimit=5}r.prototype.create=function(r){var n=this;if(f.hasDocument){this.setupContainer(r);var e=this.findClone(r);if(e===undefined){var t=document.createElement(this.options.tag);Object.assign(t,r);t.addEventListener("balClose",(function(r){n.removeFromQueue(r.detail)}));this.preQueue.push(t);this.updateQueue();return t}return e}};r.prototype.setQueue=function(r){this.queueLimit=r};r.prototype.dismissAll=function(){return __awaiter(this,void 0,void 0,(function(){var r,n,e,t,i;return __generator(this,(function(a){switch(a.label){case 0:n=(r=this.container)===null||r===void 0?void 0:r.querySelectorAll(this.options.tag);if(!n)return[3,2];e=[];for(t=0;t<n.length;t++){i=n[t];if(i.close){e.push(i.close())}}return[4,Promise.all(e)];case 1:a.sent();a.label=2;case 2:return[2]}}))}))};r.prototype.clearAll=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(r){console.warn("[DEPRECATED] - use dismissAll() instead");return[2,this.dismissAll()]}))}))};r.prototype.findClone=function(r){for(var n=0;n<this.queue.length;n++){var e=this.queue[n];if(e.message===r.message&&e.color===r.color){return e}}return undefined};r.prototype.setupContainer=function(r){if(f.hasDocument){var n="".concat(this.options.tag,"-container");this.container=document.getElementById(n);if(this.container)return;if(!this.container){this.container=document.createElement("bal-notices");this.container.setAttribute("interface",this.options.tag.replace("bal-",""));this.container.setAttribute("animated",r.animated?"true":"false");if(r.container!==undefined){this.container.setAttribute("container",r.container===true?"":r.container)}this.container.id=n}document.body.appendChild(this.container)}};r.prototype.updateQueue=function(){return __awaiter(this,void 0,void 0,(function(){var r,n,e;return __generator(this,(function(t){switch(t.label){case 0:if(!(this.queue.length<this.queueLimit))return[3,2];n=this.preQueue.shift();if(!(n&&this.container))return[3,2];return[4,Or(this.container)];case 1:t.sent();e=this.container.querySelector(".bal-notices__inner");if(e){this.queue.push(n);e.insertAdjacentElement("beforeend",n)}t.label=2;case 2:if(this.queue.length===0){(r=this.container)===null||r===void 0?void 0:r.remove()}return[2]}}))}))};r.prototype.removeFromQueue=function(r){var n=this;this.queue=this.queue.filter((function(n){return n.id!==r}));setTimeout((function(){return n.updateQueue()}),0)};return r}();var $r=function(r){__extends(n,r);function n(){return r.call(this,{tag:"bal-snackbar"})||this}n.prototype.create=function(n){return r.prototype.create.call(this,n)};return n}(Vr);r("D",$r);var Br=r("E",new $r);var Nr=function(r){__extends(n,r);function n(){return r.call(this,{tag:"bal-toast"})||this}n.prototype.create=function(n){return r.prototype.create.call(this,n)};return n}(Vr);r("F",Nr);var Tr=r("G",new Nr);var Er="19.4.0-nightly.20250721";var Pr=r("q",(function(r,n,e){if(r===void 0){r={}}if(n===void 0){n=undefined}if(e===void 0){e={}}if(Object.keys(e).length===0&&f.hasWindow){e=window}e.BaloiseDesignSystem=e.BaloiseDesignSystem||{};if(n){ln(n)}Y(Object.assign(Object.assign({},r),n),e);e.BaloiseDesignSystem.toastController=Tr;e.BaloiseDesignSystem.snackbarController=Br;e.BaloiseDesignSystem.initialize=function(){return Y(e.BaloiseDesignSystem.config,e)};e.BaloiseDesignSystem.version=Er;if(r._generateHydrateForCustomElementsOutput){Dr(a)}}));var Dr=function(r){if(r===void 0){r=[]}var n="slot-fb{display:contents}slot-fb[hidden]{display:none}";var e="{visibility:hidden}.hydrated{visibility:inherit}";var t=typeof window!=="undefined"?window:{};if(!t.document){console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");return}var i=t.document.head;var a=i.querySelector("meta[charset]");var o=t.document.createElement("style");if(r.length>0){o.textContent+=n;o.textContent+=r.sort()+e;if(o.innerHTML.length){o.setAttribute("data-styles","");i.insertBefore(o,a?a.nextSibling:i.firstChild)}}};function Rr(){Pr()}var Fr=r("g",Rr);var Ur="";var zr=Object.defineProperty;var Gr=function(r,n){for(var e in n)zr(r,e,{get:n[e],enumerable:true})};var Wr="http://www.w3.org/2000/svg";var qr="http://www.w3.org/1999/xhtml";var Jr=function(r){if(r.__stencil__getHostRef){return r.__stencil__getHostRef()}return void 0};var Yr=r("H",(function(r,n){r.__stencil__getHostRef=function(){return n};n.t=r}));var Xr=function(r,n){var e={i:0,$hostElement$:r,o:n,u:new Map};{e.l=new Promise((function(r){return e.v=r}))}{e.h=new Promise((function(r){return e.C=r}));r["s-p"]=[];r["s-rc"]=[]}var t=e;r.__stencil__getHostRef=function(){return t};return t};var Kr=function(r,n){return n in r};var Qr=function(r,n){return(0,console.error)(r,n)};var rn=new Map;var nn=function(r,e,t){var i=r.p.replace(/-/g,"_");var a=r.m;if(!a){return void 0}var o=rn.get(a);if(o){return o[i]}
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/return n.import("./".concat(a,".entry.js").concat("")).then((function(r){{rn.set(a,r)}return r[i]}),(function(r){Qr(r,e.$hostElement$)}))};var en=new Map;var tn="{visibility:hidden}.hydrated{visibility:inherit}";var an="slot-fb{display:contents}slot-fb[hidden]{display:none}";var on="http://www.w3.org/1999/xlink";var un=typeof window!=="undefined"?window:{};var fn={i:0,_:"",jmp:function(r){return r()},raf:function(r){return requestAnimationFrame(r)},ael:function(r,n,e,t){return r.addEventListener(n,e,t)},rel:function(r,n,e,t){return r.removeEventListener(n,e,t)},ce:function(r,n){return new CustomEvent(r,n)}};var ln=function(r){Object.assign(fn,r)};var sn=function(){var r;var n=false;try{(r=un.document)==null?void 0:r.addEventListener("e",null,Object.defineProperty({},"passive",{get:function(){n=true}}))}catch(r){}return n}();var vn=r("p",(function(r){return Promise.resolve(r)}));var cn=function(){try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(r){}return false}();var dn=false;var hn=[];var bn=[];var Cn=function(r,n){return function(e){r.push(e);if(!dn){dn=true;if(n&&fn.i&4){gn(pn)}else{fn.raf(pn)}}}};var wn=function(r){for(var n=0;n<r.length;n++){try{r[n](performance.now())}catch(r){Qr(r)}}r.length=0};var pn=function(){wn(hn);{wn(bn);if(dn=hn.length>0){fn.raf(pn)}}};var gn=function(r){return vn().then(r)};var mn=r("V",Cn(bn,true));var yn=function(r){return r!=null&&r!==void 0};var _n=function(r){r=typeof r;return r==="object"||r==="function"};function Ln(r){var n,e,t;return(t=(e=(n=r.head)==null?void 0:n.querySelector('meta[name="csp-nonce"]'))==null?void 0:e.getAttribute("content"))!=null?t:void 0}var jn=function(r){return r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")};var xn={};Gr(xn,{err:function(){return kn},map:function(){return An},ok:function(){return On},unwrap:function(){return Hn},unwrapErr:function(){return Mn}});var On=function(r){return{isOk:true,isErr:false,value:r}};var kn=function(r){return{isOk:false,isErr:true,value:r}};function An(r,n){if(r.isOk){var e=n(r.value);if(e instanceof Promise){return e.then((function(r){return On(r)}))}else{return On(e)}}if(r.isErr){var t=r.value;return kn(t)}throw"should never get here"}var Hn=function(r){if(r.isOk){return r.value}else{throw r.value}};var Mn=function(r){if(r.isErr){return r.value}else{throw r.value}};function Sn(r){var n=this.attachShadow({mode:"open"});if(cn){var e=new CSSStyleSheet;e.replaceSync(Ur);n.adoptedStyleSheets.push(e)}}var In=function(r){var n=En(r,"childNodes");if(r.tagName&&r.tagName.includes("-")&&r["s-cr"]&&r.tagName!=="SLOT-FB"){Vn(n,r.tagName).forEach((function(r){if(r.nodeType===1&&r.tagName==="SLOT-FB"){if($n(r,Nn(r),false).length){r.hidden=true}else{r.hidden=false}}}))}var e=0;for(e=0;e<n.length;e++){var t=n[e];if(t.nodeType===1&&En(t,"childNodes").length){In(t)}}};var Zn=function(r){var n=[];for(var e=0;e<r.length;e++){var t=r[e]["s-nr"]||void 0;if(t&&t.isConnected){n.push(t)}}return n};function Vn(r,n,e){var t=0;var i=[];var a;for(;t<r.length;t++){a=r[t];if(a["s-sr"]&&(!n||a["s-hn"]===n)&&e===void 0){i.push(a)}i=__spreadArray(__spreadArray([],i,true),Vn(a.childNodes,n,e),true)}return i}var $n=function(r,n,e){if(e===void 0){e=true}var t=[];if(e&&r["s-sr"]||!r["s-sr"])t.push(r);var i=r;while(i=i.nextSibling){if(Nn(i)===n&&(e||!i["s-sr"]))t.push(i)}return t};var Bn=function(r,n){if(r.nodeType===1){if(r.getAttribute("slot")===null&&n===""){return true}if(r.getAttribute("slot")===n){return true}return false}if(r["s-sn"]===n){return true}return n===""};var Nn=function(r){return typeof r["s-sn"]==="string"?r["s-sn"]:r.nodeType===1&&r.getAttribute("slot")||void 0};function Tn(r){if(r.assignedElements||r.assignedNodes||!r["s-sr"])return;var n=function(n){return function(r){var e=[];var t=this["s-sn"];if(r==null?void 0:r.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 ")}var i=this["s-cr"].parentElement;var a=i.__childNodes?i.childNodes:Zn(i.childNodes);a.forEach((function(r){if(t===Nn(r)){e.push(r)}}));if(n){return e.filter((function(r){return r.nodeType===1}))}return e}.bind(r)};r.assignedElements=n(true);r.assignedNodes=n(false)}function En(r,n){if("__"+n in r){var e=r["__"+n];if(typeof e!=="function")return e;return e.bind(r)}else{if(typeof r[n]!=="function")return r[n];return r[n].bind(r)}}var Pn=function(r,n){if(n===void 0){n=""}{return function(){return}}};var Dn=function(r,n){{return function(){return}}};var Rn=r("M",(function(r,n){var e=[];for(var t=2;t<arguments.length;t++){e[t-2]=arguments[t]}var i=null;var a=null;var o=null;var u=false;var f=false;var l=[];var s=function(n){for(var e=0;e<n.length;e++){i=n[e];if(Array.isArray(i)){s(i)}else if(i!=null&&typeof i!=="boolean"){if(u=typeof r!=="function"&&!_n(i)){i=String(i)}if(u&&f){l[l.length-1].j+=i}else{l.push(u?Fn(null,i):i)}f=u}}};s(e);if(n){if(n.key){a=n.key}if(n.name){o=n.name}{var v=n.className||n.class;if(v){n.class=typeof v!=="object"?v:Object.keys(v).filter((function(r){return v[r]})).join(" ")}}}if(typeof r==="function"){return r(n===null?{}:n,l,Gn)}var c=Fn(r,null);c.O=n;if(l.length>0){c.k=l}{c.A=a}{c.H=o}return c}));var Fn=function(r,n){var e={i:0,M:r,j:n,S:null,k:null};{e.O=null}{e.A=null}{e.H=null}return e};var Un=r("N",{});var zn=function(r){return r&&r.M===Un};var Gn={forEach:function(r,n){return r.map(Wn).forEach(n)},map:function(r,n){return r.map(Wn).map(n).map(qn)}};var Wn=function(r){return{vattrs:r.O,vchildren:r.k,vkey:r.A,vname:r.H,vtag:r.M,vtext:r.j}};var qn=function(r){if(typeof r.vtag==="function"){var n=__assign({},r.vattrs);if(r.vkey){n.key=r.vkey}if(r.vname){n.name=r.vname}return Rn.apply(void 0,__spreadArray([r.vtag,n],r.vchildren||[],false))}var e=Fn(r.vtag,r.vtext);e.O=r.vattrs;e.k=r.vchildren;e.A=r.vkey;e.H=r.vname;return e};var Jn=function(r){var n=jn(r);return new RegExp("(^|[^@]|@(?!supports\\s+selector\\s*\\([^{]*?".concat(n,"))(").concat(n,"\\b)"),"g")};Jn("::slotted");Jn(":host");Jn(":host-context");var Yn=function(r,n,e){if(r!=null&&!_n(r)){if(n&4){{return r==="false"?false:r===""||!!r}}if(n&2){return typeof r==="string"?parseFloat(r):typeof r==="number"?r:NaN}if(n&1){return String(r)}return r}return r};var Xn=r("O",(function(r){return Jr(r).$hostElement$}));var Kn=r("P",(function(r,n,e){var t=Xn(r);return{emit:function(r){return Qn(t,n,{bubbles:true,composed:true,cancelable:true,detail:r})}}}));var Qn=function(r,n,e){var t=fn.ce(n,e);r.dispatchEvent(t);return t};var re=new WeakMap;var ne=function(r,n,e){var t=en.get(r);if(cn&&e){t=t||new CSSStyleSheet;if(typeof t==="string"){t=n}else{t.replaceSync(n)}}else{t=n}en.set(r,t)};var ee=function(r,n,e){var t;var i=ie(n);var a=en.get(i);if(!un.document){return i}r=r.nodeType===11?r:un.document;if(a){if(typeof a==="string"){r=r.head||r;var o=re.get(r);var u=void 0;if(!o){re.set(r,o=new Set)}if(!o.has(i)){{u=un.document.createElement("style");u.innerHTML=a;var f=(t=fn.I)!=null?t:Ln(un.document);if(f!=null){u.setAttribute("nonce",f)}if(!(n.i&1)){if(r.nodeName==="HEAD"){var l=r.querySelectorAll("link[rel=preconnect]");var s=l.length>0?l[l.length-1].nextSibling:r.querySelector("style");r.insertBefore(u,(s==null?void 0:s.parentNode)===r?s:null)}else if("host"in r){if(cn){var v=new CSSStyleSheet;v.replaceSync(a);r.adoptedStyleSheets=__spreadArray([v],r.adoptedStyleSheets,true)}else{var c=r.querySelector("style");if(c){c.innerHTML=a+c.innerHTML}else{r.prepend(u)}}}else{r.append(u)}}if(n.i&1){r.insertBefore(u,null)}}if(n.i&4){u.innerHTML+=an}if(o){o.add(i)}}}else if(!r.adoptedStyleSheets.includes(a)){r.adoptedStyleSheets=__spreadArray(__spreadArray([],r.adoptedStyleSheets,true),[a],false)}}return i};var te=function(r){var n=r.o;var e=r.$hostElement$;var t=n.i;var i=Pn("attachStyles",n.p);var a=ee(e.shadowRoot?e.shadowRoot:e.getRootNode(),n);if(t&10){e["s-sc"]=a;e.classList.add(a+"-h")}i()};var ie=function(r,n){return"sc-"+r.p};var ae=function(r,n,e,t,i,a,o){if(e===t){return}var u=Kr(r,n);var f=n.toLowerCase();if(n==="class"){var l=r.classList;var s=ue(e);var v=ue(t);{l.remove.apply(l,s.filter((function(r){return r&&!v.includes(r)})));l.add.apply(l,v.filter((function(r){return r&&!s.includes(r)})))}}else if(n==="style"){{for(var c in e){if(!t||t[c]==null){if(c.includes("-")){r.style.removeProperty(c)}else{r.style[c]=""}}}}for(var c in t){if(!e||t[c]!==e[c]){if(c.includes("-")){r.style.setProperty(c,t[c])}else{r.style[c]=t[c]}}}}else if(n==="key");else if(n==="ref"){if(t){t(r)}}else if(!u&&n[0]==="o"&&n[1]==="n"){if(n[2]==="-"){n=n.slice(3)}else if(Kr(un,f)){n=f.slice(2)}else{n=f[2]+n.slice(3)}if(e||t){var d=n.endsWith(fe);n=n.replace(le,"");if(e){fn.rel(r,n,e,d)}if(t){fn.ael(r,n,t,d)}}}else{var h=_n(t);if((u||h&&t!==null)&&!i){try{if(!r.tagName.includes("-")){var b=t==null?"":t;if(n==="list"){u=false}else if(e==null||r[n]!=b){if(typeof r.__lookupSetter__(n)==="function"){r[n]=b}else{r.setAttribute(n,b)}}}else if(r[n]!==t){r[n]=t}}catch(r){}}var C=false;{if(f!==(f=f.replace(/^xlink\:?/,""))){n=f;C=true}}if(t==null||t===false){if(t!==false||r.getAttribute(n)===""){if(C){r.removeAttributeNS(on,n)}else{r.removeAttribute(n)}}}else if((!u||a&4||i)&&!h&&r.nodeType===1){t=t===true?"":t;if(C){r.setAttributeNS(on,n,t)}else{r.setAttribute(n,t)}}}};var oe=/\s/;var ue=function(r){if(typeof r==="object"&&r&&"baseVal"in r){r=r.baseVal}if(!r||typeof r!=="string"){return[]}return r.split(oe)};var fe="Capture";var le=new RegExp(fe+"$");var se=function(r,n,e,t){var i=n.S.nodeType===11&&n.S.host?n.S.host:n.S;var a=r&&r.O||{};var o=n.O||{};{for(var u=0,f=ve(Object.keys(a));u<f.length;u++){var l=f[u];if(!(l in o)){ae(i,l,a[l],void 0,e,n.i)}}}for(var s=0,v=ve(Object.keys(o));s<v.length;s++){var l=v[s];ae(i,l,a[l],o[l],e,n.i)}};function ve(r){return r.includes("ref")?__spreadArray(__spreadArray([],r.filter((function(r){return r!=="ref"})),true),["ref"],false):r}var ce;var de;var he;var be=false;var Ce=false;var we=false;var pe=false;var ge=function(r,n,e){var t;var a=n.k[e];var o=0;var u;var f;var l;if(!be){we=true;if(a.M==="slot"){a.i|=a.k?2:1}}if(a.j!==null){u=a.S=un.document.createTextNode(a.j)}else if(a.i&1){u=a.S=un.document.createTextNode("");{se(null,a,pe)}}else{if(!pe){pe=a.M==="svg"}if(!un.document){throw new 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.")}u=a.S=un.document.createElementNS(pe?Wr:qr,!be&&i.slotRelocation&&a.i&2?"slot-fb":a.M);if(pe&&a.M==="foreignObject"){pe=false}{se(null,a,pe)}if(yn(ce)&&u["s-si"]!==ce){u.classList.add(u["s-si"]=ce)}if(a.k){for(o=0;o<a.k.length;++o){f=ge(r,a,o);if(f){u.appendChild(f)}}}{if(a.M==="svg"){pe=false}else if(u.tagName==="foreignObject"){pe=true}}}u["s-hn"]=he;{if(a.i&(2|1)){u["s-sr"]=true;u["s-cr"]=de;u["s-sn"]=a.H||"";u["s-rf"]=(t=a.O)==null?void 0:t.ref;Tn(u);l=r&&r.k&&r.k[e];if(l&&l.M===a.M&&r.S){{me(r.S,false)}}{Se(de,u,n.S,r==null?void 0:r.S)}}}return u};var me=function(r,n){fn.i|=1;var e=Array.from(r.__childNodes||r.childNodes);for(var t=e.length-1;t>=0;t--){var i=e[t];if(i["s-hn"]!==he&&i["s-ol"]){Me(xe(i).parentNode,i,xe(i));i["s-ol"].remove();i["s-ol"]=void 0;i["s-sh"]=void 0;we=true}if(n){me(i,n)}}fn.i&=-2};var ye=function(r,n,e,t,i,a){var o=r["s-cr"]&&r["s-cr"].parentNode||r;var u;if(o.shadowRoot&&o.tagName===he){o=o.shadowRoot}for(;i<=a;++i){if(t[i]){u=ge(null,e,i);if(u){t[i].S=u;Me(o,u,xe(n))}}}};var _e=function(r,n,e){for(var t=n;t<=e;++t){var i=r[t];if(i){var a=i.S;He(i);if(a){{Ce=true;if(a["s-ol"]){a["s-ol"].remove()}else{me(a,true)}}a.remove()}}}};var Le=function(r,n,e,t,i){if(i===void 0){i=false}var a=0;var o=0;var u=0;var f=0;var l=n.length-1;var s=n[0];var v=n[l];var c=t.length-1;var d=t[0];var h=t[c];var b;var C;while(a<=l&&o<=c){if(s==null){s=n[++a]}else if(v==null){v=n[--l]}else if(d==null){d=t[++o]}else if(h==null){h=t[--c]}else if(je(s,d,i)){Oe(s,d,i);s=n[++a];d=t[++o]}else if(je(v,h,i)){Oe(v,h,i);v=n[--l];h=t[--c]}else if(je(s,h,i)){if(s.M==="slot"||h.M==="slot"){me(s.S.parentNode,false)}Oe(s,h,i);Me(r,s.S,v.S.nextSibling);s=n[++a];h=t[--c]}else if(je(v,d,i)){if(s.M==="slot"||h.M==="slot"){me(v.S.parentNode,false)}Oe(v,d,i);Me(r,v.S,s.S);v=n[--l];d=t[++o]}else{u=-1;{for(f=a;f<=l;++f){if(n[f]&&n[f].A!==null&&n[f].A===d.A){u=f;break}}}if(u>=0){C=n[u];if(C.M!==d.M){b=ge(n&&n[o],e,u)}else{Oe(C,d,i);n[u]=void 0;b=C.S}d=t[++o]}else{b=ge(n&&n[o],e,o);d=t[++o]}if(b){{Me(xe(s.S).parentNode,b,xe(s.S))}}}}if(a>l){ye(r,t[c+1]==null?null:t[c+1].S,e,t,o,c)}else if(o>c){_e(n,a,l)}};var je=function(r,n,e){if(e===void 0){e=false}if(r.M===n.M){if(r.M==="slot"){return r.H===n.H}if(!e){return r.A===n.A}if(e&&!r.A&&n.A){r.A=n.A}return true}return false};var xe=function(r){return r&&r["s-ol"]||r};var Oe=function(r,n,e){if(e===void 0){e=false}var t=n.S=r.S;var a=r.k;var o=n.k;var u=n.M;var f=n.j;var l;if(f===null){{pe=u==="svg"?true:u==="foreignObject"?false:pe}{se(r,n,pe)}if(a!==null&&o!==null){Le(t,a,n,o,e)}else if(o!==null){if(r.j!==null){t.textContent=""}ye(t,null,n,o,0,o.length-1)}else if(!e&&i.updatable&&a!==null){_e(a,0,a.length-1)}if(pe&&u==="svg"){pe=false}}else if(l=t["s-cr"]){l.parentNode.textContent=f}else if(r.j!==f){t.data=f}};var ke=[];var Ae=function(r){var n;var e;var t;var i=r.__childNodes||r.childNodes;for(var a=0,o=i;a<o.length;a++){var u=o[a];if(u["s-sr"]&&(n=u["s-cr"])&&n.parentNode){e=n.parentNode.__childNodes||n.parentNode.childNodes;var f=u["s-sn"];var l=function(){n=e[t];if(!n["s-cn"]&&!n["s-nr"]&&n["s-hn"]!==u["s-hn"]&&true){if(Bn(n,f)){var r=ke.find((function(r){return r.Z===n}));Ce=true;n["s-sn"]=n["s-sn"]||f;if(r){r.Z["s-sh"]=u["s-hn"];r.V=u}else{n["s-sh"]=u["s-hn"];ke.push({V:u,Z:n})}if(n["s-sr"]){ke.map((function(e){if(Bn(e.Z,n["s-sn"])){r=ke.find((function(r){return r.Z===n}));if(r&&!e.V){e.V=r.V}}}))}}else if(!ke.some((function(r){return r.Z===n}))){ke.push({Z:n})}}};for(t=e.length-1;t>=0;t--){l()}}if(u.nodeType===1){Ae(u)}}};var He=function(r){{r.O&&r.O.ref&&r.O.ref(null);r.k&&r.k.map(He)}};var Me=function(r,n,e){if(typeof n["s-sn"]==="string"&&!!n["s-sr"]&&!!n["s-cr"]){Se(n["s-cr"],n,r,n.parentElement)}{return r==null?void 0:r.insertBefore(n,e)}};function Se(r,n,e,t){var i,a;var o;if(r&&typeof n["s-sn"]==="string"&&!!n["s-sr"]&&r.parentNode&&r.parentNode["s-sc"]&&(o=n["s-si"]||r.parentNode["s-sc"])){var u=n["s-sn"];var f=n["s-hn"];(i=e.classList)==null?void 0:i.add(o+"-s");if(t&&((a=t.classList)==null?void 0:a.contains(o+"-s"))){var l=(t.__childNodes||t.childNodes)[0];var s=false;while(l){if(l["s-sn"]!==u&&l["s-hn"]===f&&!!l["s-sr"]){s=true;break}l=l.nextSibling}if(!s)t.classList.remove(o+"-s")}}}var Ie=function(r,n,e){if(e===void 0){e=false}var t,i,a,o;var u=r.$hostElement$;var f=r.o;var l=r.$||Fn(null,null);var s=zn(n);var v=s?n:Rn(null,null,n);he=u.tagName;if(f.B){v.O=v.O||{};f.B.map((function(r){var n=r[0],e=r[1];return v.O[e]=u[n]}))}if(e&&v.O){for(var c=0,d=Object.keys(v.O);c<d.length;c++){var h=d[c];if(u.hasAttribute(h)&&!["key","ref","style","class"].includes(h)){v.O[h]=u[h]}}}v.M=null;v.i|=4;r.$=v;v.S=l.S=u.shadowRoot||u;{ce=u["s-sc"]}be=!!(f.i&1)&&!(f.i&128);{de=u["s-cr"];Ce=false}Oe(l,v,e);{fn.i|=1;if(we){Ae(v.S);for(var b=0,C=ke;b<C.length;b++){var w=C[b];var p=w.Z;if(!p["s-ol"]&&un.document){var g=un.document.createTextNode("");g["s-nr"]=p;Me(p.parentNode,p["s-ol"]=g,p)}}for(var m=0,y=ke;m<y.length;m++){var w=y[m];var p=w.Z;var _=w.V;if(_){var L=_.parentNode;var j=_.nextSibling;{var g=(t=p["s-ol"])==null?void 0:t.previousSibling;while(g){var x=(i=g["s-nr"])!=null?i:null;if(x&&x["s-sn"]===p["s-sn"]&&L===(x.__parentNode||x.parentNode)){x=x.nextSibling;while(x===p||(x==null?void 0:x["s-sr"])){x=x==null?void 0:x.nextSibling}if(!x||!x["s-nr"]){j=x;break}}g=g.previousSibling}}var O=p.__parentNode||p.parentNode;var k=p.__nextSibling||p.nextSibling;if(!j&&L!==O||k!==j){if(p!==j){if(!p["s-hn"]&&p["s-ol"]){p["s-hn"]=p["s-ol"].parentNode.nodeName}Me(L,p,j);if(p.nodeType===1&&p.tagName!=="SLOT-FB"){p.hidden=(a=p["s-ih"])!=null?a:false}}}p&&typeof _["s-rf"]==="function"&&_["s-rf"](_)}else{if(p.nodeType===1){if(e){p["s-ih"]=(o=p.hidden)!=null?o:false}p.hidden=true}}}}if(Ce){In(v.S)}fn.i&=-2;ke.length=0}de=void 0};var Ze=function(r,n){if(n&&!r.N&&n["s-p"]){var e=n["s-p"].push(new Promise((function(t){return r.N=function(){n["s-p"].splice(e-1,1);t()}})))}};var Ve=function(r,n){{r.i|=16}if(r.i&4){r.i|=512;return}Ze(r,r.T);var e=function(){return $e(r,n)};return mn(e)};var $e=function(r,n){var e=r.$hostElement$;var t=Pn("scheduleUpdate",r.o.p);var i=r.t;if(!i){throw new Error("Can't render component <".concat(e.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"))}var a;if(n){{r.i|=256;if(r.P){r.P.map((function(r){var n=r[0],t=r[1];return Re(i,n,t,e)}));r.P=void 0}}a=Re(i,"componentWillLoad",void 0,e)}else{a=Re(i,"componentWillUpdate",void 0,e)}a=Be(a,(function(){return Re(i,"componentWillRender",void 0,e)}));t();return Be(a,(function(){return Te(r,i,n)}))};var Be=function(r,n){return Ne(r)?r.then(n).catch((function(r){console.error(r);n()})):n()};var Ne=function(r){return r instanceof Promise||r&&r.then&&typeof r.then==="function"};var Te=function(r,n,t){return __awaiter(e,void 0,void 0,(function(){var e,i,a,o,u,f,l;return __generator(this,(function(s){i=r.$hostElement$;a=Pn("update",r.o.p);o=i["s-rc"];if(t){te(r)}u=Pn("render",r.o.p);{Ee(r,n,i,t)}if(o){o.map((function(r){return r()}));i["s-rc"]=void 0}u();a();{f=(e=i["s-p"])!=null?e:[];l=function(){return Pe(r)};if(f.length===0){l()}else{Promise.all(f).then(l);r.i|=4;f.length=0}}return[2]}))}))};var Ee=function(r,n,e,t){try{n=n.render();{r.i&=-17}{r.i|=2}{{{Ie(r,n,t)}}}}catch(n){Qr(n,r.$hostElement$)}return null};var Pe=function(r){var n=r.o.p;var e=r.$hostElement$;var t=Pn("postUpdate",n);var i=r.t;var a=r.T;Re(i,"componentDidRender",void 0,e);if(!(r.i&64)){r.i|=64;{Fe(e)}Re(i,"componentDidLoad",void 0,e);t();{r.C(e);if(!a){De()}}}else{Re(i,"componentDidUpdate",void 0,e);t()}{r.v(e)}{if(r.N){r.N();r.N=void 0}if(r.i&512){gn((function(){return Ve(r,false)}))}r.i&=-517}};var De=function(r){gn((function(){return Qn(un,"appload",{detail:{namespace:t}})}))};var Re=function(r,n,e,t){if(r&&r[n]){try{return r[n](e)}catch(r){Qr(r,t)}}return void 0};var Fe=function(r){var n;return r.classList.add((n=i.hydratedSelectorName)!=null?n:"hydrated")};var Ue=function(r,n){return Jr(r).u.get(n)};var ze=function(r,n,e,t){var i=Jr(r);if(!i){throw new Error("Couldn't find host element for \"".concat(t.p,'" 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).'))}var a=i.$hostElement$;var o=i.u.get(n);var u=i.i;var f=i.t;e=Yn(e,t.D[n][0]);var l=Number.isNaN(o)&&Number.isNaN(e);var s=e!==o&&!l;if((!(u&8)||o===void 0)&&s){i.u.set(n,e);if(f){if(t.R&&u&128){var v=t.R[n];if(v){v.map((function(r){try{f[r](e,o,n)}catch(r){Qr(r,a)}}))}}if((u&(2|16))===2){if(f.componentShouldUpdate){if(f.componentShouldUpdate(e,o,n)===false){return}}Ve(i,false)}}}};var Ge=function(r,n,e){var t,a;var o=r.prototype;if(n.D||(n.R||r.watchers)){if(r.watchers&&!n.R){n.R=r.watchers}var u=Object.entries((t=n.D)!=null?t:{});u.map((function(r){var t=r[0],i=r[1][0];if(i&31||e&2&&i&32){var a=Object.getOwnPropertyDescriptor(o,t)||{},u=a.get,f=a.set;if(u)n.D[t][0]|=2048;if(f)n.D[t][0]|=4096;if(e&1||!u){Object.defineProperty(o,t,{get:function(){{if((n.D[t][0]&2048)===0){return Ue(this,t)}var r=Jr(this);var e=r?r.t:o;if(!e)return;return e[t]}},configurable:true,enumerable:true})}Object.defineProperty(o,t,{set:function(r){var a=this;var o=Jr(this);if(f){var u=i&32?this[t]:o.$hostElement$[t];if(typeof u==="undefined"&&o.u.get(t)){r=o.u.get(t)}else if(!o.u.get(t)&&u){o.u.set(t,u)}f.apply(this,[Yn(r,i)]);r=i&32?this[t]:o.$hostElement$[t];ze(this,t,r,n);return}{if((e&1)===0||(n.D[t][0]&4096)===0){ze(this,t,r,n);if(e&1&&!o.t){o.h.then((function(){if(n.D[t][0]&4096&&o.t[t]!==o.u.get(t)){o.t[t]=r}}))}return}var l=function(){var e=o.t[t];if(!o.u.get(t)&&e){o.u.set(t,e)}o.t[t]=Yn(r,i);ze(a,t,o.t[t],n)};if(o.t){l()}else{o.h.then((function(){return l()}))}}}})}else if(e&1&&i&64){Object.defineProperty(o,t,{value:function(){var r=[];for(var n=0;n<arguments.length;n++){r[n]=arguments[n]}var e;var i=Jr(this);return(e=i==null?void 0:i.l)==null?void 0:e.then((function(){var n;return(n=i.t)==null?void 0:n[t].apply(n,r)}))}})}}));if(e&1){var f=new Map;o.attributeChangedCallback=function(r,e,t){var a=this;fn.jmp((function(){var u;var l=f.get(r);if(a.hasOwnProperty(l)&&i.lazyLoad){t=a[l];delete a[l]}else if(o.hasOwnProperty(l)&&typeof a[l]==="number"&&a[l]==t){return}else if(l==null){var s=Jr(a);var v=s==null?void 0:s.i;if(v&&!(v&8)&&v&128&&t!==e){var c=s.t;var d=(u=n.R)==null?void 0:u[r];d==null?void 0:d.forEach((function(n){if(c[n]!=null){c[n].call(c,t,e,r)}}))}return}var h=Object.getOwnPropertyDescriptor(o,l);t=t===null&&typeof a[l]==="boolean"?false:t;if(t!==a[l]&&(!h.get||!!h.set)){a[l]=t}}))};r.observedAttributes=Array.from(new Set(__spreadArray(__spreadArray([],Object.keys((a=n.R)!=null?a:{}),true),u.filter((function(r){var n=r[0],e=r[1];return e[0]&15})).map((function(r){var e=r[0],t=r[1];var i;var a=t[1]||e;f.set(a,e);if(t[0]&512){(i=n.B)==null?void 0:i.push([e,a])}return a})),true)))}}return r};var We=function(r,n,t,i){return __awaiter(e,void 0,void 0,(function(){var e,i,a,o,u,f,l,s,v,c,d;return __generator(this,(function(h){switch(h.label){case 0:if(!((n.i&32)===0))return[3,6];n.i|=32;i=t.m;if(!i)return[3,4];a=nn(t,n);if(!(a&&"then"in a))return[3,2];o=Dn();return[4,a];case 1:e=h.sent();o();return[3,3];case 2:e=a;h.label=3;case 3:if(!e){throw new Error('Constructor for "'.concat(t.p,"#").concat(n.F,'" was not found'))}if(!e.isProxied){{t.R=e.watchers}Ge(e,t,2);e.isProxied=true}u=Pn("createInstance",t.p);{n.i|=8}try{new e(n)}catch(n){Qr(n,r)}{n.i&=-9}{n.i|=128}u();qe(n.t,r);return[3,5];case 4:e=r.constructor;f=r.localName;customElements.whenDefined(f).then((function(){return n.i|=128}));h.label=5;case 5:if(e&&e.style){l=void 0;if(typeof e.style==="string"){l=e.style}s=ie(t);if(!en.has(s)){v=Pn("registerStyles",t.p);ne(s,l,!!(t.i&1));v()}}h.label=6;case 6:c=n.T;d=function(){return Ve(n,true)};if(c&&c["s-rc"]){c["s-rc"].push(d)}else{d()}return[2]}}))}))};var qe=function(r,n){{Re(r,"connectedCallback",void 0,n)}};var Je=function(r){if((fn.i&1)===0){var n=Jr(r);var e=n.o;var t=Pn("connectedCallback",e.p);if(!(n.i&1)){n.i|=1;{if(e.i&(4|8)){Ye(r)}}{var i=r;while(i=i.parentNode||i.host){if(i["s-p"]){Ze(n,n.T=i);break}}}if(e.D){Object.entries(e.D).map((function(n){var e=n[0],t=n[1][0];if(t&31&&r.hasOwnProperty(e)){var i=r[e];delete r[e];r[e]=i}}))}{gn((function(){return We(r,n,e)}))}}else{rt(r,n,e.U);if(n==null?void 0:n.t){qe(n.t,r)}else if(n==null?void 0:n.h){n.h.then((function(){return qe(n.t,r)}))}}t()}};var Ye=function(r){if(!un.document){return}var n=r["s-cr"]=un.document.createComment("");n["s-cn"]=true;Me(r,n,r.firstChild)};var Xe=function(r,n){{Re(r,"disconnectedCallback",void 0,n||r)}};var Ke=function(r){return __awaiter(e,void 0,void 0,(function(){var n;return __generator(this,(function(e){if((fn.i&1)===0){n=Jr(r);{if(n.G){n.G.map((function(r){return r()}));n.G=void 0}}if(n==null?void 0:n.t){Xe(n.t,r)}else if(n==null?void 0:n.h){n.h.then((function(){return Xe(n.t,r)}))}}if(re.has(r)){re.delete(r)}if(r.shadowRoot&&re.has(r.shadowRoot)){re.delete(r.shadowRoot)}return[2]}))}))};var Qe=r("b",(function(r,n){if(n===void 0){n={}}var e;if(!un.document){console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");return}var t=Pn();var i=[];var a=n.exclude||[];var o=un.customElements;var u=un.document.head;var f=u.querySelector("meta[charset]");var l=un.document.createElement("style");var s=[];var v;var c=true;Object.assign(fn,n);fn._=new URL(n.resourcesUrl||"./",un.document.baseURI).href;var d=false;r.map((function(r){r[1].map((function(n){var e;var t={i:n[0],p:n[1],D:n[2],U:n[3]};if(t.i&4){d=true}{t.D=n[2]}{t.U=n[3]}{t.B=[]}{t.R=(e=n[4])!=null?e:{}}var u=t.p;var f=function(r){__extends(n,r);function n(n){var e=r.call(this,n)||this;e.hasRegisteredEventListeners=false;n=e;Xr(n,t);if(t.i&1){{if(!n.shadowRoot){Sn.call(n,t)}else{if(n.shadowRoot.mode!=="open"){throw new Error("Unable to re-use existing shadow root for ".concat(t.p,"! Mode is set to ").concat(n.shadowRoot.mode," but Stencil only supports open shadow roots."))}}}}return e}n.prototype.connectedCallback=function(){var r=this;var n=Jr(this);if(!this.hasRegisteredEventListeners){this.hasRegisteredEventListeners=true;rt(this,n,t.U)}if(v){clearTimeout(v);v=null}if(c){s.push(this)}else{fn.jmp((function(){return Je(r)}))}};n.prototype.disconnectedCallback=function(){var r=this;fn.jmp((function(){return Ke(r)}));fn.raf((function(){var n;var e=Jr(r);var t=s.findIndex((function(n){return n===r}));if(t>-1){s.splice(t,1)}if(((n=e==null?void 0:e.$)==null?void 0:n.S)instanceof Node&&!e.$.S.isConnected){delete e.$.S}}))};n.prototype.componentOnReady=function(){return Jr(this).h};return n}(HTMLElement);t.m=r[0];if(!a.includes(u)&&!o.get(u)){i.push(u);o.define(u,Ge(f,t,1))}}))}));if(i.length>0){if(d){l.textContent+=an}{l.textContent+=i.sort()+tn}if(l.innerHTML.length){l.setAttribute("data-styles","");var h=(e=fn.I)!=null?e:Ln(un.document);if(h!=null){l.setAttribute("nonce",h)}u.insertBefore(l,f?f.nextSibling:u.firstChild)}}c=false;if(s.length){s.map((function(r){return r.connectedCallback()}))}else{{fn.jmp((function(){return v=setTimeout(De,30)}))}}t()}));var rt=function(r,n,e,t){if(e&&un.document){e.map((function(e){var t=e[0],i=e[1],a=e[2];var o=et(un.document,r,t);var u=nt(n,a);var f=tt(t);fn.ael(o,i,u,f);(n.G=n.G||[]).push((function(){return fn.rel(o,i,u,f)}))}))}};var nt=function(r,n){return function(e){var t;try{{if(r.i&256){(t=r.t)==null?void 0:t[n](e)}else{(r.P=r.P||[]).push([n,e])}}}catch(n){Qr(n,r.$hostElement$)}}};var et=function(r,n,e){if(e&4){return r}if(e&8){return un}return n};var tt=function(r){return sn?{passive:(r&1)!==0,capture:(r&2)!==0}:(r&2)!==0};var it=r("s",(function(r){return fn.I=r}))}}}));
@@ -0,0 +1 @@
1
+ var __extends=this&&this.__extends||function(){var t=function(n,i){t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i))t[i]=n[i]};return t(n,i)};return function(n,i){if(typeof i!=="function"&&i!==null)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");t(n,i);function e(){this.constructor=n}n.prototype=i===null?Object.create(i):(e.prototype=i.prototype,new e)}}();System.register(["./p-OcxT007U.system.js","./p-D71JAXr2.system.js"],(function(t){"use strict";var n,i,e,s,r;return{setters:[function(t){n=t.L;i=t.a},function(t){e=t.R;s=t.a;r=t.S}],execute:function(){t("L",h);var u=function(t){__extends(n,t);function n(){var i=t.apply(this,arguments)||this;i.state=n.DefaultState;i.onMouseEnter=function(){i.updateState({hovered:true})};i.onMouseLeave=function(){i.updateState({hovered:false})};i.onPointerDown=function(){i.updateState({pressed:true})};i.onPointerUp=function(){i.updateState({pressed:false})};return i}n.prototype.connect=function(i){t.prototype.connect.call(this,i);e(this.el,"mouseenter",this.onMouseEnter,n.EventListenerOptions);e(this.el,"mouseleave",this.onMouseLeave,n.EventListenerOptions);e(this.el,"pointerdown",this.onPointerDown,n.EventListenerOptions);if(s.hasDocument){e(document,"pointerup",this.onPointerUp,n.EventListenerOptions)}};n.prototype.disconnect=function(){t.prototype.disconnect.call(this);if(this.el){r(this.el,"mouseenter",this.onMouseEnter);r(this.el,"mouseleave",this.onMouseLeave);r(this.el,"pointerdown",this.onPointerDown);if(s.hasDocument){r(document,"pointerup",this.onPointerUp)}}};n.prototype.updateState=function(t){this.state=Object.assign(Object.assign({},this.state),t);this.notify(this.state)};return n}(n);t("B",u);u.EventListenerOptions={passive:true};u.DefaultState={hovered:false,pressed:false};var o=function(t){__extends(n,t);function n(){var n=t.call(this,(function(t,n){if(n){t.elementStateListener(n)}}))||this;n.listener=new u;return n}n.prototype.attach=function(n){var i=this;t.prototype.attach.call(this,n);this.listener.connect(n.el);this.listener.add((function(n){return t.prototype.notify.call(i,n)}))};n.prototype.detach=function(){t.prototype.detach.call(this);this.listener.disconnect()};return n}(i);function h(){return function(t,n,i){var e=t.connectedCallback,s=t.disconnectedCallback;t.connectedCallback=function(){if(!this._balElementStateSubject){this._balElementStateSubject=new o;this._balElementStateSubject.attach(this)}return e&&e.call(this)};t.disconnectedCallback=function(){if(this._balElementStateSubject){this._balElementStateSubject.detach();this._balElementStateSubject=undefined}return s&&s.call(this)}}}}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-D71JAXr2.system.js"],(function(n){"use strict";var t,r;return{setters:[function(n){t=n.n;r=n.U}],execute:function(){n({a:e,b:i,f:c});var u=function(){var n=t();return n&&n.locale||r};function e(){return Intl.NumberFormat(u()).format(1.1).replace(/\p{Number}/gu,"")}function i(){return Intl.NumberFormat(u()).format(11111).replace(/\p{Number}/gu,"")}function c(n,t){var r=t!==undefined?{minimumFractionDigits:t,maximumFractionDigits:t}:{};var e=Intl.NumberFormat(u(),Object.assign({},r)).format(n);if(e==="NaN"){return""}return e}var a=n("g",(function(){return"-"}))}}}));
@@ -1 +1 @@
1
- import{d as t,b as s,k as i}from"./p-b0cf4731.js";import{L as n,a as e}from"./p-acf222fd.js";class o extends n{constructor(){super(...arguments),this.waitAfterFramePrint=!1,this.intersectionObserver=void 0,this.intersectionCallback=t=>{t.some((t=>t.isIntersecting))&&this.notify()}}async connect(i){super.connect(i),"undefined"!=typeof IntersectionObserver&&(this.waitAfterFramePrint&&(await t(i),await s()),this.destroyMutationObserver(),this.intersectionObserver=new IntersectionObserver(this.intersectionCallback,{root:null,threshold:.5}),this.intersectionObserver.observe(i))}disconnect(){super.disconnect(),this.destroyMutationObserver()}destroyMutationObserver(){void 0!==this.intersectionObserver&&(this.intersectionObserver.disconnect(),this.intersectionObserver=void 0)}}class r extends e{constructor(){super((t=>{t.visibilityListener()})),this.debouncedNotify=i((()=>this.notify()),50),this.listener=new o}attach(t){var s,i;super.attach(t),null===(s=this.listener)||void 0===s||s.connect(t.el),null===(i=this.listener)||void 0===i||i.add((()=>this.debouncedNotify()))}detach(){var t;super.detach(),null===(t=this.listener)||void 0===t||t.disconnect()}}function h(){return function(t){const{connectedCallback:s,componentDidLoad:i,disconnectedCallback:n}=t;t.connectedCallback=function(){return this._balVisibilitySubject||(this._balVisibilitySubject=new r),s&&s.call(this)},t.componentDidLoad=function(){return this._balVisibilitySubject.attach(this),i&&i.call(this)},t.disconnectedCallback=function(){return this._balVisibilitySubject&&(this._balVisibilitySubject.detach(),this._balVisibilitySubject=void 0),n&&n.call(this)}}}export{h as L}
1
+ import{r as t,x as s,I as i}from"./p-CPBMBpj8.js";import{L as n,a as e}from"./p-ILKmvJEL.js";class o extends n{constructor(){super(...arguments),this.waitAfterFramePrint=!1,this.intersectionObserver=void 0,this.intersectionCallback=t=>{t.some((t=>t.isIntersecting))&&this.notify()}}async connect(i){super.connect(i),"undefined"!=typeof IntersectionObserver&&(this.waitAfterFramePrint&&(await t(i),await s()),this.destroyMutationObserver(),this.intersectionObserver=new IntersectionObserver(this.intersectionCallback,{root:null,threshold:.5}),this.intersectionObserver.observe(i))}disconnect(){super.disconnect(),this.destroyMutationObserver()}destroyMutationObserver(){void 0!==this.intersectionObserver&&(this.intersectionObserver.disconnect(),this.intersectionObserver=void 0)}}class r extends e{constructor(){super((t=>{t.visibilityListener()})),this.debouncedNotify=i((()=>this.notify()),50),this.listener=new o}attach(t){var s,i;super.attach(t),null===(s=this.listener)||void 0===s||s.connect(t.el),null===(i=this.listener)||void 0===i||i.add((()=>this.debouncedNotify()))}detach(){var t;super.detach(),null===(t=this.listener)||void 0===t||t.disconnect()}}function h(){return function(t){const{connectedCallback:s,componentDidLoad:i,disconnectedCallback:n}=t;t.connectedCallback=function(){return this._balVisibilitySubject||(this._balVisibilitySubject=new r),s&&s.call(this)},t.componentDidLoad=function(){return this._balVisibilitySubject.attach(this),i&&i.call(this)},t.disconnectedCallback=function(){return this._balVisibilitySubject&&(this._balVisibilitySubject.detach(),this._balVisibilitySubject=void 0),n&&n.call(this)}}}export{h as L}
@@ -0,0 +1 @@
1
+ System.register(["./p-D71JAXr2.system.js"],(function(t){"use strict";var n,r;return{setters:[function(t){n=t._;r=t.$}],execute:function(){t("L",u);function u(){return function(t,u,e){var i=t.connectedCallback,s=t.disconnectedCallback;t.connectedCallback=function(){n(this);return i&&i.call(this)};t.disconnectedCallback=function(){r(this);return s&&s.call(this)}}}}}}));
@@ -1 +1 @@
1
- System.register(["./p-a1f6e944.system.js"],(function(n){"use strict";var t;return{setters:[function(n){t=n.b}],execute:function(){var i=function(){function n(){this.x=undefined;this.y=undefined;this.disabled=false}n.disableSmoothScrolling=function(){this.setScrollBehavior("auto")};n.enableSmoothScrolling=function(){this.setScrollBehavior("smooth")};n.setScrollBehavior=function(n){var i;if(t.hasDocument){var e=document;var o=document.body;o.style.scrollBehavior=n;var u=(i=e.firstChild)===null||i===void 0?void 0:i.nextSibling;var s=getComputedStyle(u);if(s.scrollBehavior==="smooth"){u.style.scrollBehavior=n}}};n.prototype.connect=function(n){if(n){this.target=n}else{if(t.hasDocument){this.target=document}}onscroll=null;onkeydown=null};n.prototype.disconnect=function(){if(this.disabled){this.enable()}this.target=undefined;onscroll=null;onkeydown=null};n.prototype.isDisabled=function(){return this.disabled};n.prototype.enable=function(){if(this.target){if(t.hasWindow&&t.hasDocument){document.documentElement.style.overflow="";document.body.classList.remove("noscroll");document.body.style.position="";document.body.style.top="";document.body.style.width="";if(this.x!==undefined&&this.y!==undefined){window.scrollTo(this.x,this.y);this.x=undefined;this.y=undefined}this.disabled=false}}};n.prototype.disable=function(){if(!this.disabled&&this.target){if(t.hasWindow&&t.hasDocument){this.x=window.pageXOffset||document.documentElement.scrollLeft;this.y=window.pageYOffset||document.documentElement.scrollTop;document.documentElement.style.overflow="hidden";document.body.classList.add("noscroll");document.body.style.position="fixed";document.body.style.top="-".concat(this.y,"px");document.body.style.width="100%";this.disabled=true}}};return n}();n("B",i)}}}));
1
+ System.register(["./p-D71JAXr2.system.js"],(function(n){"use strict";var t;return{setters:[function(n){t=n.a}],execute:function(){var i=function(){function n(){this.x=undefined;this.y=undefined;this.disabled=false}n.disableSmoothScrolling=function(){this.setScrollBehavior("auto")};n.enableSmoothScrolling=function(){this.setScrollBehavior("smooth")};n.setScrollBehavior=function(n){var i;if(t.hasDocument){var e=document;var o=document.body;o.style.scrollBehavior=n;var u=(i=e.firstChild)===null||i===void 0?void 0:i.nextSibling;var s=getComputedStyle(u);if(s.scrollBehavior==="smooth"){u.style.scrollBehavior=n}}};n.prototype.connect=function(n){if(n){this.target=n}else{if(t.hasDocument){this.target=document}}onscroll=null;onkeydown=null};n.prototype.disconnect=function(){if(this.disabled){this.enable()}this.target=undefined;onscroll=null;onkeydown=null};n.prototype.isDisabled=function(){return this.disabled};n.prototype.enable=function(){if(this.target){if(t.hasWindow&&t.hasDocument){document.documentElement.style.overflow="";document.body.classList.remove("noscroll");document.body.style.position="";document.body.style.top="";document.body.style.width="";if(this.x!==undefined&&this.y!==undefined){window.scrollTo(this.x,this.y);this.x=undefined;this.y=undefined}this.disabled=false}}};n.prototype.disable=function(){if(!this.disabled&&this.target){if(t.hasWindow&&t.hasDocument){this.x=window.pageXOffset||document.documentElement.scrollLeft;this.y=window.pageYOffset||document.documentElement.scrollTop;document.documentElement.style.overflow="hidden";document.body.classList.add("noscroll");document.body.style.position="fixed";document.body.style.top="-".concat(this.y,"px");document.body.style.width="100%";this.disabled=true}}};return n}();n("B",i)}}}));
@@ -0,0 +1 @@
1
+ import{n as t}from"./p-CPBMBpj8.js";const e={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"}};class n extends Error{}class r extends n{constructor(t){super(`Invalid DateTime: ${t.toMessage()}`)}}class s extends n{constructor(t){super(`Invalid Interval: ${t.toMessage()}`)}}class i extends n{constructor(t){super(`Invalid Duration: ${t.toMessage()}`)}}class u extends n{}class o extends n{constructor(t){super(`Invalid unit ${t}`)}}class a extends n{}class c extends n{constructor(){super("Zone is an abstract class")}}const h="numeric",l="short",d="long",m={year:h,month:h,day:h},f={year:h,month:l,day:h},y={year:h,month:l,day:h,weekday:l},g={year:h,month:d,day:h},w={year:h,month:d,day:h,weekday:d},p={hour:h,minute:h},M={hour:h,minute:h,second:h},k={hour:h,minute:h,second:h,timeZoneName:l},S={hour:h,minute:h,second:h,timeZoneName:d},N={hour:h,minute:h,hourCycle:"h23"},T={hour:h,minute:h,second:h,hourCycle:"h23"},b={hour:h,minute:h,second:h,hourCycle:"h23",timeZoneName:l},v={hour:h,minute:h,second:h,hourCycle:"h23",timeZoneName:d},E={year:h,month:h,day:h,hour:h,minute:h},$={year:h,month:h,day:h,hour:h,minute:h,second:h},D={year:h,month:l,day:h,hour:h,minute:h},O={year:h,month:l,day:h,hour:h,minute:h,second:h},I={year:h,month:l,day:h,weekday:l,hour:h,minute:h},x={year:h,month:d,day:h,hour:h,minute:h,timeZoneName:l},F={year:h,month:d,day:h,hour:h,minute:h,second:h,timeZoneName:l},W={year:h,month:d,day:h,weekday:d,hour:h,minute:h,timeZoneName:d},Z={year:h,month:d,day:h,weekday:d,hour:h,minute:h,second:h,timeZoneName:d};class L{get type(){throw new c}get name(){throw new c}get ianaName(){return this.name}get isUniversal(){throw new c}offsetName(t,e){throw new c}formatOffset(t,e){throw new c}offset(t){throw new c}equals(t){throw new c}get isValid(){throw new c}}let C=null;class A extends L{static get instance(){return null===C&&(C=new A),C}get type(){return"system"}get name(){return(new Intl.DateTimeFormat).resolvedOptions().timeZone}get isUniversal(){return!1}offsetName(t,{format:e,locale:n}){return Bt(t,e,n)}formatOffset(t,e){return te(this.offset(t),e)}offset(t){return-new Date(t).getTimezoneOffset()}equals(t){return"system"===t.type}get isValid(){return!0}}let _={};const H={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6};let j={};class q extends L{static create(t){return j[t]||(j[t]=new q(t)),j[t]}static resetCache(){j={},_={}}static isValidSpecifier(t){return this.isValidZone(t)}static isValidZone(t){if(!t)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:t}).format(),!0}catch(t){return!1}}constructor(t){super(),this.zoneName=t,this.valid=q.isValidZone(t)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(t,{format:e,locale:n}){return Bt(t,e,n,this.name)}formatOffset(t,e){return te(this.offset(t),e)}offset(t){const e=new Date(t);if(isNaN(e))return NaN;const n=(_[r=this.name]||(_[r]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:r,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"})),_[r]);var r;let[s,i,u,o,a,c,h]=n.formatToParts?function(t,e){const n=t.formatToParts(e),r=[];for(let t=0;t<n.length;t++){const{type:e,value:s}=n[t],i=H[e];"era"===e?r[i]=s:Ot(i)||(r[i]=parseInt(s,10))}return r}(n,e):function(t,e){const n=t.format(e).replace(/\u200E/g,""),r=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(n),[,s,i,u,o,a,c,h]=r;return[u,s,i,o,a,c,h]}(n,e);"BC"===o&&(s=1-Math.abs(s));let l=+e;const d=l%1e3;return l-=d>=0?d:1e3+d,(Gt({year:s,month:i,day:u,hour:24===a?0:a,minute:c,second:h,millisecond:0})-l)/6e4}equals(t){return"iana"===t.type&&t.name===this.name}get isValid(){return this.valid}}let z={},U={};function J(t,e={}){const n=JSON.stringify([t,e]);let r=U[n];return r||(r=new Intl.DateTimeFormat(t,e),U[n]=r),r}let R={},G={},P=null,Y={};function V(t,e,n,r){const s=t.listingMode();return"error"===s?null:"en"===s?n(e):r(e)}class B{constructor(t,e,n){this.padTo=n.padTo||0,this.floor=n.floor||!1;const{padTo:r,floor:s,...i}=n;if(!e||Object.keys(i).length>0){const e={useGrouping:!1,...n};n.padTo>0&&(e.minimumIntegerDigits=n.padTo),this.inf=function(t,e={}){const n=JSON.stringify([t,e]);let r=R[n];return r||(r=new Intl.NumberFormat(t,e),R[n]=r),r}(t,e)}}format(t){if(this.inf){const e=this.floor?Math.floor(t):t;return this.inf.format(e)}return _t(this.floor?Math.floor(t):zt(t,3),this.padTo)}}class Q{constructor(t,e,n){let r;if(this.opts=n,this.originalZone=void 0,this.opts.timeZone)this.dt=t;else if("fixed"===t.zone.type){const e=t.offset/60*-1,n=e>=0?`Etc/GMT+${e}`:`Etc/GMT${e}`;0!==t.offset&&q.create(n).valid?(r=n,this.dt=t):(r="UTC",this.dt=0===t.offset?t:t.setZone("UTC").plus({minutes:t.offset}),this.originalZone=t.zone)}else"system"===t.zone.type?this.dt=t:"iana"===t.zone.type?(this.dt=t,r=t.zone.name):(r="UTC",this.dt=t.setZone("UTC").plus({minutes:t.offset}),this.originalZone=t.zone);const s={...this.opts};s.timeZone=s.timeZone||r,this.dtf=J(e,s)}format(){return this.originalZone?this.formatToParts().map((({value:t})=>t)).join(""):this.dtf.format(this.dt.toJSDate())}formatToParts(){const t=this.dtf.formatToParts(this.dt.toJSDate());return this.originalZone?t.map((t=>{if("timeZoneName"===t.type){const e=this.originalZone.offsetName(this.dt.ts,{locale:this.dt.locale,format:this.opts.timeZoneName});return{...t,value:e}}return t})):t}resolvedOptions(){return this.dtf.resolvedOptions()}}class K{constructor(t,e,n){this.opts={style:"long",...n},!e&&Ft()&&(this.rtf=function(t,e={}){const{base:n,...r}=e,s=JSON.stringify([t,r]);let i=G[s];return i||(i=new Intl.RelativeTimeFormat(t,e),G[s]=i),i}(t,n))}format(t,e){return this.rtf?this.rtf.format(t,e):function(t,e,n="always",r=!1){const s={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},i=-1===["hours","minutes","seconds"].indexOf(t);if("auto"===n&&i){const n="days"===t;switch(e){case 1:return n?"tomorrow":`next ${s[t][0]}`;case-1:return n?"yesterday":`last ${s[t][0]}`;case 0:return n?"today":`this ${s[t][0]}`}}const u=Object.is(e,-0)||e<0,o=Math.abs(e),a=1===o,c=s[t],h=r?a?c[1]:c[2]||c[1]:a?s[t][0]:t;return u?`${o} ${h} ago`:`in ${o} ${h}`}(e,t,this.opts.numeric,"long"!==this.opts.style)}formatToParts(t,e){return this.rtf?this.rtf.formatToParts(t,e):[]}}const X={firstDay:1,minimalDays:4,weekend:[6,7]};class tt{static fromOpts(t){return tt.create(t.locale,t.numberingSystem,t.outputCalendar,t.weekSettings,t.defaultToEN)}static create(t,e,n,r,s=!1){const i=t||mt.defaultLocale,u=i||(s?"en-US":P||(P=(new Intl.DateTimeFormat).resolvedOptions().locale,P)),o=e||mt.defaultNumberingSystem,a=n||mt.defaultOutputCalendar,c=Ct(r)||mt.defaultWeekSettings;return new tt(u,o,a,c,i)}static resetCache(){P=null,U={},R={},G={}}static fromObject({locale:t,numberingSystem:e,outputCalendar:n,weekSettings:r}={}){return tt.create(t,e,n,r)}constructor(t,e,n,r,s){const[i,u,o]=function(t){const e=t.indexOf("-x-");-1!==e&&(t=t.substring(0,e));const n=t.indexOf("-u-");if(-1===n)return[t];{let e,r;try{e=J(t).resolvedOptions(),r=t}catch(s){const i=t.substring(0,n);e=J(i).resolvedOptions(),r=i}const{numberingSystem:s,calendar:i}=e;return[r,s,i]}}(t);this.locale=i,this.numberingSystem=e||u||null,this.outputCalendar=n||o||null,this.weekSettings=r,this.intl=function(t,e,n){return n||e?(t.includes("-u-")||(t+="-u"),n&&(t+=`-ca-${n}`),e&&(t+=`-nu-${e}`),t):t}(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=s,this.fastNumbersCached=null}get fastNumbers(){var t;return null==this.fastNumbersCached&&(this.fastNumbersCached=(!(t=this).numberingSystem||"latn"===t.numberingSystem)&&("latn"===t.numberingSystem||!t.locale||t.locale.startsWith("en")||"latn"===new Intl.DateTimeFormat(t.intl).resolvedOptions().numberingSystem)),this.fastNumbersCached}listingMode(){return this.isEnglish()&&!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar)?"en":"intl"}clone(t){return t&&0!==Object.getOwnPropertyNames(t).length?tt.create(t.locale||this.specifiedLocale,t.numberingSystem||this.numberingSystem,t.outputCalendar||this.outputCalendar,Ct(t.weekSettings)||this.weekSettings,t.defaultToEN||!1):this}redefaultToEN(t={}){return this.clone({...t,defaultToEN:!0})}redefaultToSystem(t={}){return this.clone({...t,defaultToEN:!1})}months(t,e=!1){return V(this,t,ie,(()=>{const n=e?{month:t,day:"numeric"}:{month:t},r=e?"format":"standalone";return this.monthsCache[r][t]||(this.monthsCache[r][t]=function(t){const e=[];for(let n=1;n<=12;n++){const r=ur.utc(2009,n,1);e.push(t(r))}return e}((t=>this.extract(t,n,"month")))),this.monthsCache[r][t]}))}weekdays(t,e=!1){return V(this,t,ce,(()=>{const n=e?{weekday:t,year:"numeric",month:"long",day:"numeric"}:{weekday:t},r=e?"format":"standalone";return this.weekdaysCache[r][t]||(this.weekdaysCache[r][t]=function(t){const e=[];for(let n=1;n<=7;n++){const r=ur.utc(2016,11,13+n);e.push(t(r))}return e}((t=>this.extract(t,n,"weekday")))),this.weekdaysCache[r][t]}))}meridiems(){return V(this,void 0,(()=>he),(()=>{if(!this.meridiemCache){const t={hour:"numeric",hourCycle:"h12"};this.meridiemCache=[ur.utc(2016,11,13,9),ur.utc(2016,11,13,19)].map((e=>this.extract(e,t,"dayperiod")))}return this.meridiemCache}))}eras(t){return V(this,t,fe,(()=>{const e={era:t};return this.eraCache[t]||(this.eraCache[t]=[ur.utc(-40,1,1),ur.utc(2017,1,1)].map((t=>this.extract(t,e,"era")))),this.eraCache[t]}))}extract(t,e,n){const r=this.dtFormatter(t,e).formatToParts().find((t=>t.type.toLowerCase()===n));return r?r.value:null}numberFormatter(t={}){return new B(this.intl,t.forceSimple||this.fastNumbers,t)}dtFormatter(t,e={}){return new Q(t,this.intl,e)}relFormatter(t={}){return new K(this.intl,this.isEnglish(),t)}listFormatter(t={}){return function(t,e={}){const n=JSON.stringify([t,e]);let r=z[n];return r||(r=new Intl.ListFormat(t,e),z[n]=r),r}(this.intl,t)}isEnglish(){return"en"===this.locale||"en-us"===this.locale.toLowerCase()||new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")}getWeekSettings(){return this.weekSettings?this.weekSettings:Wt()?function(t){let e=Y[t];if(!e){const n=new Intl.Locale(t);e="getWeekInfo"in n?n.getWeekInfo():n.weekInfo,Y[t]=e}return e}(this.locale):X}getStartOfWeek(){return this.getWeekSettings().firstDay}getMinDaysInFirstWeek(){return this.getWeekSettings().minimalDays}getWeekendDays(){return this.getWeekSettings().weekend}equals(t){return this.locale===t.locale&&this.numberingSystem===t.numberingSystem&&this.outputCalendar===t.outputCalendar}}let et=null;class nt extends L{static get utcInstance(){return null===et&&(et=new nt(0)),et}static instance(t){return 0===t?nt.utcInstance:new nt(t)}static parseSpecifier(t){if(t){const e=t.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(e)return new nt(Qt(e[1],e[2]))}return null}constructor(t){super(),this.fixed=t}get type(){return"fixed"}get name(){return 0===this.fixed?"UTC":`UTC${te(this.fixed,"narrow")}`}get ianaName(){return 0===this.fixed?"Etc/UTC":`Etc/GMT${te(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(t,e){return te(this.fixed,e)}get isUniversal(){return!0}offset(){return this.fixed}equals(t){return"fixed"===t.type&&t.fixed===this.fixed}get isValid(){return!0}}class rt extends L{constructor(t){super(),this.zoneName=t}get type(){return"invalid"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(){return null}formatOffset(){return""}offset(){return NaN}equals(){return!1}get isValid(){return!1}}function st(t,e){if(Ot(t)||null===t)return e;if(t instanceof L)return t;if("string"==typeof t){const n=t.toLowerCase();return"default"===n?e:"local"===n||"system"===n?A.instance:"utc"===n||"gmt"===n?nt.utcInstance:nt.parseSpecifier(n)||q.create(t)}return It(t)?nt.instance(t):"object"==typeof t&&"offset"in t&&"function"==typeof t.offset?t:new rt(t)}let it,ut=()=>Date.now(),ot="system",at=null,ct=null,ht=null,lt=60,dt=null;class mt{static get now(){return ut}static set now(t){ut=t}static set defaultZone(t){ot=t}static get defaultZone(){return st(ot,A.instance)}static get defaultLocale(){return at}static set defaultLocale(t){at=t}static get defaultNumberingSystem(){return ct}static set defaultNumberingSystem(t){ct=t}static get defaultOutputCalendar(){return ht}static set defaultOutputCalendar(t){ht=t}static get defaultWeekSettings(){return dt}static set defaultWeekSettings(t){dt=Ct(t)}static get twoDigitCutoffYear(){return lt}static set twoDigitCutoffYear(t){lt=t%100}static get throwOnInvalid(){return it}static set throwOnInvalid(t){it=t}static resetCaches(){tt.resetCache(),q.resetCache()}}class ft{constructor(t,e){this.reason=t,this.explanation=e}toMessage(){return this.explanation?`${this.reason}: ${this.explanation}`:this.reason}}const yt=[0,31,59,90,120,151,181,212,243,273,304,334],gt=[0,31,60,91,121,152,182,213,244,274,305,335];function wt(t,e){return new ft("unit out of range",`you specified ${e} (of type ${typeof e}) as a ${t}, which is invalid`)}function pt(t,e,n){const r=new Date(Date.UTC(t,e-1,n));t<100&&t>=0&&r.setUTCFullYear(r.getUTCFullYear()-1900);const s=r.getUTCDay();return 0===s?7:s}function Mt(t,e,n){return n+(Ut(t)?gt:yt)[e-1]}function kt(t,e){const n=Ut(t)?gt:yt,r=n.findIndex((t=>t<e));return{month:r+1,day:e-n[r]}}function St(t,e){return(t-e+7)%7+1}function Nt(t,e=4,n=1){const{year:r,month:s,day:i}=t,u=Mt(r,s,i),o=St(pt(r,s,i),n);let a,c=Math.floor((u-o+14-e)/7);return c<1?(a=r-1,c=Yt(a,e,n)):c>Yt(r,e,n)?(a=r+1,c=1):a=r,{weekYear:a,weekNumber:c,weekday:o,...ee(t)}}function Tt(t,e=4,n=1){const{weekYear:r,weekNumber:s,weekday:i}=t,u=St(pt(r,1,e),n),o=Jt(r);let a,c=7*s+i-u-7+e;c<1?(a=r-1,c+=Jt(a)):c>o?(a=r+1,c-=Jt(r)):a=r;const{month:h,day:l}=kt(a,c);return{year:a,month:h,day:l,...ee(t)}}function bt(t){const{year:e,month:n,day:r}=t;return{year:e,ordinal:Mt(e,n,r),...ee(t)}}function vt(t){const{year:e,ordinal:n}=t,{month:r,day:s}=kt(e,n);return{year:e,month:r,day:s,...ee(t)}}function Et(t,e){if(!Ot(t.localWeekday)||!Ot(t.localWeekNumber)||!Ot(t.localWeekYear)){if(!Ot(t.weekday)||!Ot(t.weekNumber)||!Ot(t.weekYear))throw new u("Cannot mix locale-based week fields with ISO-based week fields");return Ot(t.localWeekday)||(t.weekday=t.localWeekday),Ot(t.localWeekNumber)||(t.weekNumber=t.localWeekNumber),Ot(t.localWeekYear)||(t.weekYear=t.localWeekYear),delete t.localWeekday,delete t.localWeekNumber,delete t.localWeekYear,{minDaysInFirstWeek:e.getMinDaysInFirstWeek(),startOfWeek:e.getStartOfWeek()}}return{minDaysInFirstWeek:4,startOfWeek:1}}function $t(t){const e=xt(t.year),n=At(t.month,1,12),r=At(t.day,1,Rt(t.year,t.month));return e?n?!r&&wt("day",t.day):wt("month",t.month):wt("year",t.year)}function Dt(t){const{hour:e,minute:n,second:r,millisecond:s}=t,i=At(e,0,23)||24===e&&0===n&&0===r&&0===s,u=At(n,0,59),o=At(r,0,59),a=At(s,0,999);return i?u?o?!a&&wt("millisecond",s):wt("second",r):wt("minute",n):wt("hour",e)}function Ot(t){return void 0===t}function It(t){return"number"==typeof t}function xt(t){return"number"==typeof t&&t%1==0}function Ft(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(t){return!1}}function Wt(){try{return"undefined"!=typeof Intl&&!!Intl.Locale&&("weekInfo"in Intl.Locale.prototype||"getWeekInfo"in Intl.Locale.prototype)}catch(t){return!1}}function Zt(t,e,n){if(0!==t.length)return t.reduce(((t,r)=>{const s=[e(r),r];return t&&n(t[0],s[0])===t[0]?t:s}),null)[1]}function Lt(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function Ct(t){if(null==t)return null;if("object"!=typeof t)throw new a("Week settings must be an object");if(!At(t.firstDay,1,7)||!At(t.minimalDays,1,7)||!Array.isArray(t.weekend)||t.weekend.some((t=>!At(t,1,7))))throw new a("Invalid week settings");return{firstDay:t.firstDay,minimalDays:t.minimalDays,weekend:Array.from(t.weekend)}}function At(t,e,n){return xt(t)&&t>=e&&t<=n}function _t(t,e=2){let n;return n=t<0?"-"+(""+-t).padStart(e,"0"):(""+t).padStart(e,"0"),n}function Ht(t){return Ot(t)||null===t||""===t?void 0:parseInt(t,10)}function jt(t){return Ot(t)||null===t||""===t?void 0:parseFloat(t)}function qt(t){if(!Ot(t)&&null!==t&&""!==t){const e=1e3*parseFloat("0."+t);return Math.floor(e)}}function zt(t,e,n=!1){const r=10**e;return(n?Math.trunc:Math.round)(t*r)/r}function Ut(t){return t%4==0&&(t%100!=0||t%400==0)}function Jt(t){return Ut(t)?366:365}function Rt(t,e){const n=(r=e-1)-12*Math.floor(r/12)+1;var r;return 2===n?Ut(t+(e-n)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][n-1]}function Gt(t){let e=Date.UTC(t.year,t.month-1,t.day,t.hour,t.minute,t.second,t.millisecond);return t.year<100&&t.year>=0&&(e=new Date(e),e.setUTCFullYear(t.year,t.month-1,t.day)),+e}function Pt(t,e,n){return-St(pt(t,1,e),n)+e-1}function Yt(t,e=4,n=1){const r=Pt(t,e,n),s=Pt(t+1,e,n);return(Jt(t)-r+s)/7}function Vt(t){return t>99?t:t>mt.twoDigitCutoffYear?1900+t:2e3+t}function Bt(t,e,n,r=null){const s=new Date(t),i={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};r&&(i.timeZone=r);const u={timeZoneName:e,...i},o=new Intl.DateTimeFormat(n,u).formatToParts(s).find((t=>"timezonename"===t.type.toLowerCase()));return o?o.value:null}function Qt(t,e){let n=parseInt(t,10);Number.isNaN(n)&&(n=0);const r=parseInt(e,10)||0;return 60*n+(n<0||Object.is(n,-0)?-r:r)}function Kt(t){const e=Number(t);if("boolean"==typeof t||""===t||Number.isNaN(e))throw new a(`Invalid unit value ${t}`);return e}function Xt(t,e){const n={};for(const r in t)if(Lt(t,r)){const s=t[r];if(null==s)continue;n[e(r)]=Kt(s)}return n}function te(t,e){const n=Math.trunc(Math.abs(t/60)),r=Math.trunc(Math.abs(t%60)),s=t>=0?"+":"-";switch(e){case"short":return`${s}${_t(n,2)}:${_t(r,2)}`;case"narrow":return`${s}${n}${r>0?`:${r}`:""}`;case"techie":return`${s}${_t(n,2)}${_t(r,2)}`;default:throw new RangeError(`Value format ${e} is out of range for property format`)}}function ee(t){return function(t){return["hour","minute","second","millisecond"].reduce(((e,n)=>(e[n]=t[n],e)),{})}(t)}const ne=["January","February","March","April","May","June","July","August","September","October","November","December"],re=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],se=["J","F","M","A","M","J","J","A","S","O","N","D"];function ie(t){switch(t){case"narrow":return[...se];case"short":return[...re];case"long":return[...ne];case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}const ue=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],oe=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],ae=["M","T","W","T","F","S","S"];function ce(t){switch(t){case"narrow":return[...ae];case"short":return[...oe];case"long":return[...ue];case"numeric":return["1","2","3","4","5","6","7"];default:return null}}const he=["AM","PM"],le=["Before Christ","Anno Domini"],de=["BC","AD"],me=["B","A"];function fe(t){switch(t){case"narrow":return[...me];case"short":return[...de];case"long":return[...le];default:return null}}function ye(t,e){let n="";for(const r of t)n+=r.literal?r.val:e(r.val);return n}const ge={D:m,DD:f,DDD:g,DDDD:w,t:p,tt:M,ttt:k,tttt:S,T:N,TT:T,TTT:b,TTTT:v,f:E,ff:D,fff:x,ffff:W,F:$,FF:O,FFF:F,FFFF:Z};class we{static create(t,e={}){return new we(t,e)}static parseFormat(t){let e=null,n="",r=!1;const s=[];for(let i=0;i<t.length;i++){const u=t.charAt(i);"'"===u?(n.length>0&&s.push({literal:r||/^\s+$/.test(n),val:n}),e=null,n="",r=!r):r||u===e?n+=u:(n.length>0&&s.push({literal:/^\s+$/.test(n),val:n}),n=u,e=u)}return n.length>0&&s.push({literal:r||/^\s+$/.test(n),val:n}),s}static macroTokenToFormatOpts(t){return ge[t]}constructor(t,e){this.opts=e,this.loc=t,this.systemLoc=null}formatWithSystemDefault(t,e){return null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(t,{...this.opts,...e}).format()}dtFormatter(t,e={}){return this.loc.dtFormatter(t,{...this.opts,...e})}formatDateTime(t,e){return this.dtFormatter(t,e).format()}formatDateTimeParts(t,e){return this.dtFormatter(t,e).formatToParts()}formatInterval(t,e){return this.dtFormatter(t.start,e).dtf.formatRange(t.start.toJSDate(),t.end.toJSDate())}resolvedOptions(t,e){return this.dtFormatter(t,e).resolvedOptions()}num(t,e=0){if(this.opts.forceSimple)return _t(t,e);const n={...this.opts};return e>0&&(n.padTo=e),this.loc.numberFormatter(n).format(t)}formatDateTimeFromString(t,e){const n="en"===this.loc.listingMode(),r=this.loc.outputCalendar&&"gregory"!==this.loc.outputCalendar,s=(e,n)=>this.loc.extract(t,e,n),i=e=>t.isOffsetFixed&&0===t.offset&&e.allowZ?"Z":t.isValid?t.zone.formatOffset(t.ts,e.format):"",u=(e,r)=>n?function(t,e){return ie(e)[t.month-1]}(t,e):s(r?{month:e}:{month:e,day:"numeric"},"month"),o=(e,r)=>n?function(t,e){return ce(e)[t.weekday-1]}(t,e):s(r?{weekday:e}:{weekday:e,month:"long",day:"numeric"},"weekday"),a=e=>{const n=we.macroTokenToFormatOpts(e);return n?this.formatWithSystemDefault(t,n):e},c=e=>n?function(t,e){return fe(e)[t.year<0?0:1]}(t,e):s({era:e},"era");return ye(we.parseFormat(e),(e=>{switch(e){case"S":return this.num(t.millisecond);case"u":case"SSS":return this.num(t.millisecond,3);case"s":return this.num(t.second);case"ss":return this.num(t.second,2);case"uu":return this.num(Math.floor(t.millisecond/10),2);case"uuu":return this.num(Math.floor(t.millisecond/100));case"m":return this.num(t.minute);case"mm":return this.num(t.minute,2);case"h":return this.num(t.hour%12==0?12:t.hour%12);case"hh":return this.num(t.hour%12==0?12:t.hour%12,2);case"H":return this.num(t.hour);case"HH":return this.num(t.hour,2);case"Z":return i({format:"narrow",allowZ:this.opts.allowZ});case"ZZ":return i({format:"short",allowZ:this.opts.allowZ});case"ZZZ":return i({format:"techie",allowZ:this.opts.allowZ});case"ZZZZ":return t.zone.offsetName(t.ts,{format:"short",locale:this.loc.locale});case"ZZZZZ":return t.zone.offsetName(t.ts,{format:"long",locale:this.loc.locale});case"z":return t.zoneName;case"a":return n?function(t){return he[t.hour<12?0:1]}(t):s({hour:"numeric",hourCycle:"h12"},"dayperiod");case"d":return r?s({day:"numeric"},"day"):this.num(t.day);case"dd":return r?s({day:"2-digit"},"day"):this.num(t.day,2);case"c":case"E":return this.num(t.weekday);case"ccc":return o("short",!0);case"cccc":return o("long",!0);case"ccccc":return o("narrow",!0);case"EEE":return o("short",!1);case"EEEE":return o("long",!1);case"EEEEE":return o("narrow",!1);case"L":return r?s({month:"numeric",day:"numeric"},"month"):this.num(t.month);case"LL":return r?s({month:"2-digit",day:"numeric"},"month"):this.num(t.month,2);case"LLL":return u("short",!0);case"LLLL":return u("long",!0);case"LLLLL":return u("narrow",!0);case"M":return r?s({month:"numeric"},"month"):this.num(t.month);case"MM":return r?s({month:"2-digit"},"month"):this.num(t.month,2);case"MMM":return u("short",!1);case"MMMM":return u("long",!1);case"MMMMM":return u("narrow",!1);case"y":return r?s({year:"numeric"},"year"):this.num(t.year);case"yy":return r?s({year:"2-digit"},"year"):this.num(t.year.toString().slice(-2),2);case"yyyy":return r?s({year:"numeric"},"year"):this.num(t.year,4);case"yyyyyy":return r?s({year:"numeric"},"year"):this.num(t.year,6);case"G":return c("short");case"GG":return c("long");case"GGGGG":return c("narrow");case"kk":return this.num(t.weekYear.toString().slice(-2),2);case"kkkk":return this.num(t.weekYear,4);case"W":return this.num(t.weekNumber);case"WW":return this.num(t.weekNumber,2);case"n":return this.num(t.localWeekNumber);case"nn":return this.num(t.localWeekNumber,2);case"ii":return this.num(t.localWeekYear.toString().slice(-2),2);case"iiii":return this.num(t.localWeekYear,4);case"o":return this.num(t.ordinal);case"ooo":return this.num(t.ordinal,3);case"q":return this.num(t.quarter);case"qq":return this.num(t.quarter,2);case"X":return this.num(Math.floor(t.ts/1e3));case"x":return this.num(t.ts);default:return a(e)}}))}formatDurationFromString(t,e){const n=t=>{switch(t[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}},r=we.parseFormat(e),s=r.reduce(((t,{literal:e,val:n})=>e?t:t.concat(n)),[]);return ye(r,(t=>e=>{const r=n(e);return r?this.num(t.get(r),e.length):e})(t.shiftTo(...s.map(n).filter((t=>t)))))}}const pe=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function Me(...t){const e=t.reduce(((t,e)=>t+e.source),"");return RegExp(`^${e}$`)}function ke(...t){return e=>t.reduce((([t,n,r],s)=>{const[i,u,o]=s(e,r);return[{...t,...i},u||n,o]}),[{},null,1]).slice(0,2)}function Se(t,...e){if(null==t)return[null,null];for(const[n,r]of e){const e=n.exec(t);if(e)return r(e)}return[null,null]}function Ne(...t){return(e,n)=>{const r={};let s;for(s=0;s<t.length;s++)r[t[s]]=Ht(e[n+s]);return[r,null,n+s]}}const Te=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,be=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,ve=RegExp(`${be.source}(?:${Te.source}?(?:\\[(${pe.source})\\])?)?`),Ee=RegExp(`(?:T${ve.source})?`),$e=Ne("weekYear","weekNumber","weekDay"),De=Ne("year","ordinal"),Oe=RegExp(`${be.source} ?(?:${Te.source}|(${pe.source}))?`),Ie=RegExp(`(?: ${Oe.source})?`);function xe(t,e,n){const r=t[e];return Ot(r)?n:Ht(r)}function Fe(t,e){return[{hours:xe(t,e,0),minutes:xe(t,e+1,0),seconds:xe(t,e+2,0),milliseconds:qt(t[e+3])},null,e+4]}function We(t,e){const n=!t[e]&&!t[e+1],r=Qt(t[e+1],t[e+2]);return[{},n?null:nt.instance(r),e+3]}function Ze(t,e){return[{},t[e]?q.create(t[e]):null,e+1]}const Le=RegExp(`^T?${be.source}$`),Ce=/^-?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 Ae(t){const[e,n,r,s,i,u,o,a,c]=t,h="-"===e[0],l=a&&"-"===a[0],d=(t,e=!1)=>void 0!==t&&(e||t&&h)?-t:t;return[{years:d(jt(n)),months:d(jt(r)),weeks:d(jt(s)),days:d(jt(i)),hours:d(jt(u)),minutes:d(jt(o)),seconds:d(jt(a),"-0"===a),milliseconds:d(qt(c),l)}]}const _e={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function He(t,e,n,r,s,i,u){const o={year:2===e.length?Vt(Ht(e)):Ht(e),month:re.indexOf(n)+1,day:Ht(r),hour:Ht(s),minute:Ht(i)};return u&&(o.second=Ht(u)),t&&(o.weekday=t.length>3?ue.indexOf(t)+1:oe.indexOf(t)+1),o}const je=/^(?:(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 qe(t){const[,e,n,r,s,i,u,o,a,c,h,l]=t,d=He(e,s,r,n,i,u,o);let m;return m=a?_e[a]:c?0:Qt(h,l),[d,new nt(m)]}const ze=/^(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$/,Ue=/^(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$/,Je=/^(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 Re(t){const[,e,n,r,s,i,u,o]=t;return[He(e,s,r,n,i,u,o),nt.utcInstance]}function Ge(t){const[,e,n,r,s,i,u,o]=t;return[He(e,o,n,r,s,i,u),nt.utcInstance]}const Pe=Me(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,Ee),Ye=Me(/(\d{4})-?W(\d\d)(?:-?(\d))?/,Ee),Ve=Me(/(\d{4})-?(\d{3})/,Ee),Be=Me(ve),Qe=ke((function(t,e){return[{year:xe(t,e),month:xe(t,e+1,1),day:xe(t,e+2,1)},null,e+3]}),Fe,We,Ze),Ke=ke($e,Fe,We,Ze),Xe=ke(De,Fe,We,Ze),tn=ke(Fe,We,Ze),en=ke(Fe),nn=Me(/(\d{4})-(\d\d)-(\d\d)/,Ie),rn=Me(Oe),sn=ke(Fe,We,Ze),un="Invalid Duration",on={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},an={years:{quarters:4,months:12,weeks:52,days:365,hours:8760,minutes:525600,seconds:31536e3,milliseconds:31536e6},quarters:{months:3,weeks:13,days:91,hours:2184,minutes:131040,seconds:7862400,milliseconds:78624e5},months:{weeks:4,days:30,hours:720,minutes:43200,seconds:2592e3,milliseconds:2592e6},...on},cn={years:{quarters:4,months:12,weeks:52.1775,days:365.2425,hours:8765.82,minutes:525949.2,seconds:525949.2*60,milliseconds:525949.2*60*1e3},quarters:{months:3,weeks:13.044375,days:91.310625,hours:2191.455,minutes:131487.3,seconds:525949.2*60/4,milliseconds:7889237999.999999},months:{weeks:4.3481250000000005,days:30.436875,hours:730.485,minutes:43829.1,seconds:2629746,milliseconds:2629746e3},...on},hn=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],ln=hn.slice(0).reverse();function dn(t,e,n=!1){const r={values:n?e.values:{...t.values,...e.values||{}},loc:t.loc.clone(e.loc),conversionAccuracy:e.conversionAccuracy||t.conversionAccuracy,matrix:e.matrix||t.matrix};return new yn(r)}function mn(t,e){let n=e.milliseconds??0;for(const r of ln.slice(1))e[r]&&(n+=e[r]*t[r].milliseconds);return n}function fn(t,e){const n=mn(t,e)<0?-1:1;hn.reduceRight(((r,s)=>{if(Ot(e[s]))return r;if(r){const i=t[s][r],u=Math.floor(e[r]*n/i);e[s]+=u*n,e[r]-=u*i*n}return s}),null),hn.reduce(((n,r)=>{if(Ot(e[r]))return n;if(n){const s=e[n]%1;e[n]-=s,e[r]+=s*t[n][r]}return r}),null)}class yn{constructor(t){const e="longterm"===t.conversionAccuracy||!1;let n=e?cn:an;t.matrix&&(n=t.matrix),this.values=t.values,this.loc=t.loc||tt.create(),this.conversionAccuracy=e?"longterm":"casual",this.invalid=t.invalid||null,this.matrix=n,this.isLuxonDuration=!0}static fromMillis(t,e){return yn.fromObject({milliseconds:t},e)}static fromObject(t,e={}){if(null==t||"object"!=typeof t)throw new a("Duration.fromObject: argument expected to be an object, got "+(null===t?"null":typeof t));return new yn({values:Xt(t,yn.normalizeUnit),loc:tt.fromObject(e),conversionAccuracy:e.conversionAccuracy,matrix:e.matrix})}static fromDurationLike(t){if(It(t))return yn.fromMillis(t);if(yn.isDuration(t))return t;if("object"==typeof t)return yn.fromObject(t);throw new a(`Unknown duration argument ${t} of type ${typeof t}`)}static fromISO(t,e){const[n]=function(t){return Se(t,[Ce,Ae])}(t);return n?yn.fromObject(n,e):yn.invalid("unparsable",`the input "${t}" can't be parsed as ISO 8601`)}static fromISOTime(t,e){const[n]=function(t){return Se(t,[Le,en])}(t);return n?yn.fromObject(n,e):yn.invalid("unparsable",`the input "${t}" can't be parsed as ISO 8601`)}static invalid(t,e=null){if(!t)throw new a("need to specify a reason the Duration is invalid");const n=t instanceof ft?t:new ft(t,e);if(mt.throwOnInvalid)throw new i(n);return new yn({invalid:n})}static normalizeUnit(t){const e={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[t?t.toLowerCase():t];if(!e)throw new o(t);return e}static isDuration(t){return t&&t.isLuxonDuration||!1}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}toFormat(t,e={}){const n={...e,floor:!1!==e.round&&!1!==e.floor};return this.isValid?we.create(this.loc,n).formatDurationFromString(this,t):un}toHuman(t={}){if(!this.isValid)return un;const e=hn.map((e=>{const n=this.values[e];return Ot(n)?null:this.loc.numberFormatter({style:"unit",unitDisplay:"long",...t,unit:e.slice(0,-1)}).format(n)})).filter((t=>t));return this.loc.listFormatter({type:"conjunction",style:t.listStyle||"narrow",...t}).format(e)}toObject(){return this.isValid?{...this.values}:{}}toISO(){if(!this.isValid)return null;let t="P";return 0!==this.years&&(t+=this.years+"Y"),0===this.months&&0===this.quarters||(t+=this.months+3*this.quarters+"M"),0!==this.weeks&&(t+=this.weeks+"W"),0!==this.days&&(t+=this.days+"D"),0===this.hours&&0===this.minutes&&0===this.seconds&&0===this.milliseconds||(t+="T"),0!==this.hours&&(t+=this.hours+"H"),0!==this.minutes&&(t+=this.minutes+"M"),0===this.seconds&&0===this.milliseconds||(t+=zt(this.seconds+this.milliseconds/1e3,3)+"S"),"P"===t&&(t+="T0S"),t}toISOTime(t={}){if(!this.isValid)return null;const e=this.toMillis();return e<0||e>=864e5?null:(t={suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended",...t,includeOffset:!1},ur.fromMillis(e,{zone:"UTC"}).toISOTime(t))}toJSON(){return this.toISO()}toString(){return this.toISO()}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Duration { values: ${JSON.stringify(this.values)} }`:`Duration { Invalid, reason: ${this.invalidReason} }`}toMillis(){return this.isValid?mn(this.matrix,this.values):NaN}valueOf(){return this.toMillis()}plus(t){if(!this.isValid)return this;const e=yn.fromDurationLike(t),n={};for(const t of hn)(Lt(e.values,t)||Lt(this.values,t))&&(n[t]=e.get(t)+this.get(t));return dn(this,{values:n},!0)}minus(t){if(!this.isValid)return this;const e=yn.fromDurationLike(t);return this.plus(e.negate())}mapUnits(t){if(!this.isValid)return this;const e={};for(const n of Object.keys(this.values))e[n]=Kt(t(this.values[n],n));return dn(this,{values:e},!0)}get(t){return this[yn.normalizeUnit(t)]}set(t){return this.isValid?dn(this,{values:{...this.values,...Xt(t,yn.normalizeUnit)}}):this}reconfigure({locale:t,numberingSystem:e,conversionAccuracy:n,matrix:r}={}){return dn(this,{loc:this.loc.clone({locale:t,numberingSystem:e}),matrix:r,conversionAccuracy:n})}as(t){return this.isValid?this.shiftTo(t).get(t):NaN}normalize(){if(!this.isValid)return this;const t=this.toObject();return fn(this.matrix,t),dn(this,{values:t},!0)}rescale(){return this.isValid?dn(this,{values:function(t){const e={};for(const[n,r]of Object.entries(t))0!==r&&(e[n]=r);return e}(this.normalize().shiftToAll().toObject())},!0):this}shiftTo(...t){if(!this.isValid)return this;if(0===t.length)return this;t=t.map((t=>yn.normalizeUnit(t)));const e={},n={},r=this.toObject();let s;for(const i of hn)if(t.indexOf(i)>=0){s=i;let t=0;for(const e in n)t+=this.matrix[e][i]*n[e],n[e]=0;It(r[i])&&(t+=r[i]);const u=Math.trunc(t);e[i]=u,n[i]=(1e3*t-1e3*u)/1e3}else It(r[i])&&(n[i]=r[i]);for(const t in n)0!==n[t]&&(e[s]+=t===s?n[t]:n[t]/this.matrix[s][t]);return fn(this.matrix,e),dn(this,{values:e},!0)}shiftToAll(){return this.isValid?this.shiftTo("years","months","weeks","days","hours","minutes","seconds","milliseconds"):this}negate(){if(!this.isValid)return this;const t={};for(const e of Object.keys(this.values))t[e]=0===this.values[e]?0:-this.values[e];return dn(this,{values:t},!0)}get years(){return this.isValid?this.values.years||0:NaN}get quarters(){return this.isValid?this.values.quarters||0:NaN}get months(){return this.isValid?this.values.months||0:NaN}get weeks(){return this.isValid?this.values.weeks||0:NaN}get days(){return this.isValid?this.values.days||0:NaN}get hours(){return this.isValid?this.values.hours||0:NaN}get minutes(){return this.isValid?this.values.minutes||0:NaN}get seconds(){return this.isValid?this.values.seconds||0:NaN}get milliseconds(){return this.isValid?this.values.milliseconds||0:NaN}get isValid(){return null===this.invalid}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}equals(t){if(!this.isValid||!t.isValid)return!1;if(!this.loc.equals(t.loc))return!1;for(const r of hn)if(n=t.values[r],!(void 0===(e=this.values[r])||0===e?void 0===n||0===n:e===n))return!1;var e,n;return!0}}const gn="Invalid Interval";class wn{constructor(t){this.s=t.start,this.e=t.end,this.invalid=t.invalid||null,this.isLuxonInterval=!0}static invalid(t,e=null){if(!t)throw new a("need to specify a reason the Interval is invalid");const n=t instanceof ft?t:new ft(t,e);if(mt.throwOnInvalid)throw new s(n);return new wn({invalid:n})}static fromDateTimes(t,e){const n=or(t),r=or(e),s=function(t,e){return t&&t.isValid?e&&e.isValid?e<t?wn.invalid("end before start",`The end of an interval must be after its start, but you had start=${t.toISO()} and end=${e.toISO()}`):null:wn.invalid("missing or invalid end"):wn.invalid("missing or invalid start")}(n,r);return null==s?new wn({start:n,end:r}):s}static after(t,e){const n=yn.fromDurationLike(e),r=or(t);return wn.fromDateTimes(r,r.plus(n))}static before(t,e){const n=yn.fromDurationLike(e),r=or(t);return wn.fromDateTimes(r.minus(n),r)}static fromISO(t,e){const[n,r]=(t||"").split("/",2);if(n&&r){let t,s,i,u;try{t=ur.fromISO(n,e),s=t.isValid}catch(r){s=!1}try{i=ur.fromISO(r,e),u=i.isValid}catch(r){u=!1}if(s&&u)return wn.fromDateTimes(t,i);if(s){const n=yn.fromISO(r,e);if(n.isValid)return wn.after(t,n)}else if(u){const t=yn.fromISO(n,e);if(t.isValid)return wn.before(i,t)}}return wn.invalid("unparsable",`the input "${t}" can't be parsed as ISO 8601`)}static isInterval(t){return t&&t.isLuxonInterval||!1}get start(){return this.isValid?this.s:null}get end(){return this.isValid?this.e:null}get isValid(){return null===this.invalidReason}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}length(t="milliseconds"){return this.isValid?this.toDuration(t).get(t):NaN}count(t="milliseconds",e){if(!this.isValid)return NaN;const n=this.start.startOf(t,e);let r;return r=e?.useLocaleWeeks?this.end.reconfigure({locale:n.locale}):this.end,r=r.startOf(t,e),Math.floor(r.diff(n,t).get(t))+(r.valueOf()!==this.end.valueOf())}hasSame(t){return!!this.isValid&&(this.isEmpty()||this.e.minus(1).hasSame(this.s,t))}isEmpty(){return this.s.valueOf()===this.e.valueOf()}isAfter(t){return!!this.isValid&&this.s>t}isBefore(t){return!!this.isValid&&this.e<=t}contains(t){return!!this.isValid&&this.s<=t&&this.e>t}set({start:t,end:e}={}){return this.isValid?wn.fromDateTimes(t||this.s,e||this.e):this}splitAt(...t){if(!this.isValid)return[];const e=t.map(or).filter((t=>this.contains(t))).sort(((t,e)=>t.toMillis()-e.toMillis())),n=[];let{s:r}=this,s=0;for(;r<this.e;){const t=e[s]||this.e,i=+t>+this.e?this.e:t;n.push(wn.fromDateTimes(r,i)),r=i,s+=1}return n}splitBy(t){const e=yn.fromDurationLike(t);if(!this.isValid||!e.isValid||0===e.as("milliseconds"))return[];let n,{s:r}=this,s=1;const i=[];for(;r<this.e;){const t=this.start.plus(e.mapUnits((t=>t*s)));n=+t>+this.e?this.e:t,i.push(wn.fromDateTimes(r,n)),r=n,s+=1}return i}divideEqually(t){return this.isValid?this.splitBy(this.length()/t).slice(0,t):[]}overlaps(t){return this.e>t.s&&this.s<t.e}abutsStart(t){return!!this.isValid&&+this.e==+t.s}abutsEnd(t){return!!this.isValid&&+t.e==+this.s}engulfs(t){return!!this.isValid&&this.s<=t.s&&this.e>=t.e}equals(t){return!(!this.isValid||!t.isValid)&&this.s.equals(t.s)&&this.e.equals(t.e)}intersection(t){if(!this.isValid)return this;const e=this.s>t.s?this.s:t.s,n=this.e<t.e?this.e:t.e;return e>=n?null:wn.fromDateTimes(e,n)}union(t){return this.isValid?wn.fromDateTimes(this.s<t.s?this.s:t.s,this.e>t.e?this.e:t.e):this}static merge(t){const[e,n]=t.sort(((t,e)=>t.s-e.s)).reduce((([t,e],n)=>e?e.overlaps(n)||e.abutsStart(n)?[t,e.union(n)]:[t.concat([e]),n]:[t,n]),[[],null]);return n&&e.push(n),e}static xor(t){let e=null,n=0;const r=[],s=t.map((t=>[{time:t.s,type:"s"},{time:t.e,type:"e"}])),i=Array.prototype.concat(...s).sort(((t,e)=>t.time-e.time));for(const t of i)n+="s"===t.type?1:-1,1===n?e=t.time:(e&&+e!=+t.time&&r.push(wn.fromDateTimes(e,t.time)),e=null);return wn.merge(r)}difference(...t){return wn.xor([this].concat(t)).map((t=>this.intersection(t))).filter((t=>t&&!t.isEmpty()))}toString(){return this.isValid?`[${this.s.toISO()} – ${this.e.toISO()})`:gn}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Interval { start: ${this.s.toISO()}, end: ${this.e.toISO()} }`:`Interval { Invalid, reason: ${this.invalidReason} }`}toLocaleString(t=m,e={}){return this.isValid?we.create(this.s.loc.clone(e),t).formatInterval(this):gn}toISO(t){return this.isValid?`${this.s.toISO(t)}/${this.e.toISO(t)}`:gn}toISODate(){return this.isValid?`${this.s.toISODate()}/${this.e.toISODate()}`:gn}toISOTime(t){return this.isValid?`${this.s.toISOTime(t)}/${this.e.toISOTime(t)}`:gn}toFormat(t,{separator:e=" – "}={}){return this.isValid?`${this.s.toFormat(t)}${e}${this.e.toFormat(t)}`:gn}toDuration(t,e){return this.isValid?this.e.diff(this.s,t,e):yn.invalid(this.invalidReason)}mapEndpoints(t){return wn.fromDateTimes(t(this.s),t(this.e))}}class pn{static hasDST(t=mt.defaultZone){const e=ur.now().setZone(t).set({month:12});return!t.isUniversal&&e.offset!==e.set({month:6}).offset}static isValidIANAZone(t){return q.isValidZone(t)}static normalizeZone(t){return st(t,mt.defaultZone)}static getStartOfWeek({locale:t=null,locObj:e=null}={}){return(e||tt.create(t)).getStartOfWeek()}static getMinimumDaysInFirstWeek({locale:t=null,locObj:e=null}={}){return(e||tt.create(t)).getMinDaysInFirstWeek()}static getWeekendWeekdays({locale:t=null,locObj:e=null}={}){return(e||tt.create(t)).getWeekendDays().slice()}static months(t="long",{locale:e=null,numberingSystem:n=null,locObj:r=null,outputCalendar:s="gregory"}={}){return(r||tt.create(e,n,s)).months(t)}static monthsFormat(t="long",{locale:e=null,numberingSystem:n=null,locObj:r=null,outputCalendar:s="gregory"}={}){return(r||tt.create(e,n,s)).months(t,!0)}static weekdays(t="long",{locale:e=null,numberingSystem:n=null,locObj:r=null}={}){return(r||tt.create(e,n,null)).weekdays(t)}static weekdaysFormat(t="long",{locale:e=null,numberingSystem:n=null,locObj:r=null}={}){return(r||tt.create(e,n,null)).weekdays(t,!0)}static meridiems({locale:t=null}={}){return tt.create(t).meridiems()}static eras(t="short",{locale:e=null}={}){return tt.create(e,null,"gregory").eras(t)}static features(){return{relative:Ft(),localeWeek:Wt()}}}function Mn(t,e){const n=t=>t.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf(),r=n(e)-n(t);return Math.floor(yn.fromMillis(r).as("days"))}const kn={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},Sn={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]},Nn=kn.hanidec.replace(/[\[|\]]/g,"").split("");function Tn({numberingSystem:t},e=""){return new RegExp(`${kn[t||"latn"]}${e}`)}function bn(t,e=t=>t){return{regex:t,deser:([t])=>e(function(t){let e=parseInt(t,10);if(isNaN(e)){e="";for(let n=0;n<t.length;n++){const r=t.charCodeAt(n);if(-1!==t[n].search(kn.hanidec))e+=Nn.indexOf(t[n]);else for(const t in Sn){const[n,s]=Sn[t];r>=n&&r<=s&&(e+=r-n)}}return parseInt(e,10)}return e}(t))}}const vn=`[ ${String.fromCharCode(160)}]`,En=new RegExp(vn,"g");function $n(t){return t.replace(/\./g,"\\.?").replace(En,vn)}function Dn(t){return t.replace(/\./g,"").replace(En," ").toLowerCase()}function On(t,e){return null===t?null:{regex:RegExp(t.map($n).join("|")),deser:([n])=>t.findIndex((t=>Dn(n)===Dn(t)))+e}}function In(t,e){return{regex:t,deser:([,t,e])=>Qt(t,e),groups:e}}function xn(t){return{regex:t,deser:([t])=>t}}const Fn={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour12:{numeric:"h","2-digit":"hh"},hour24:{numeric:"H","2-digit":"HH"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"},timeZoneName:{long:"ZZZZZ",short:"ZZZ"}};let Wn=null;function Zn(t,e){return Array.prototype.concat(...t.map((t=>function(t,e){if(t.literal)return t;const n=Cn(we.macroTokenToFormatOpts(t.val),e);return null==n||n.includes(void 0)?t:n}(t,e))))}function Ln(t,e,n){const r=Zn(we.parseFormat(n),t),s=r.map((e=>function(t,e){const n=Tn(e),r=Tn(e,"{2}"),s=Tn(e,"{3}"),i=Tn(e,"{4}"),u=Tn(e,"{6}"),o=Tn(e,"{1,2}"),a=Tn(e,"{1,3}"),c=Tn(e,"{1,6}"),h=Tn(e,"{1,9}"),l=Tn(e,"{2,4}"),d=Tn(e,"{4,6}"),m=t=>{return{regex:RegExp((e=t.val,e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"))),deser:([t])=>t,literal:!0};var e},f=(f=>{if(t.literal)return m(f);switch(f.val){case"G":return On(e.eras("short"),0);case"GG":return On(e.eras("long"),0);case"y":return bn(c);case"yy":case"kk":return bn(l,Vt);case"yyyy":case"kkkk":return bn(i);case"yyyyy":return bn(d);case"yyyyyy":return bn(u);case"M":case"L":case"d":case"H":case"h":case"m":case"q":case"s":case"W":return bn(o);case"MM":case"LL":case"dd":case"HH":case"hh":case"mm":case"qq":case"ss":case"WW":return bn(r);case"MMM":return On(e.months("short",!0),1);case"MMMM":return On(e.months("long",!0),1);case"LLL":return On(e.months("short",!1),1);case"LLLL":return On(e.months("long",!1),1);case"o":case"S":return bn(a);case"ooo":case"SSS":return bn(s);case"u":return xn(h);case"uu":return xn(o);case"uuu":case"E":case"c":return bn(n);case"a":return On(e.meridiems(),0);case"EEE":return On(e.weekdays("short",!1),1);case"EEEE":return On(e.weekdays("long",!1),1);case"ccc":return On(e.weekdays("short",!0),1);case"cccc":return On(e.weekdays("long",!0),1);case"Z":case"ZZ":return In(new RegExp(`([+-]${o.source})(?::(${r.source}))?`),2);case"ZZZ":return In(new RegExp(`([+-]${o.source})(${r.source})?`),2);case"z":return xn(/[a-z_+-/]{1,256}?/i);case" ":return xn(/[^\S\n\r]/);default:return m(f)}})(t)||{invalidReason:"missing Intl.DateTimeFormat.formatToParts support"};return f.token=t,f}(e,t))),i=s.find((t=>t.invalidReason));if(i)return{input:e,tokens:r,invalidReason:i.invalidReason};{const[t,n]=function(t){return[`^${t.map((t=>t.regex)).reduce(((t,e)=>`${t}(${e.source})`),"")}$`,t]}(s),i=RegExp(t,"i"),[o,a]=function(t,e,n){const r=t.match(e);if(r){const t={};let e=1;for(const s in n)if(Lt(n,s)){const i=n[s],u=i.groups?i.groups+1:1;!i.literal&&i.token&&(t[i.token.val[0]]=i.deser(r.slice(e,e+u))),e+=u}return[r,t]}return[r,{}]}(e,i,n),[c,h,l]=a?function(t){let e,n=null;return Ot(t.z)||(n=q.create(t.z)),Ot(t.Z)||(n||(n=new nt(t.Z)),e=t.Z),Ot(t.q)||(t.M=3*(t.q-1)+1),Ot(t.h)||(t.h<12&&1===t.a?t.h+=12:12===t.h&&0===t.a&&(t.h=0)),0===t.G&&t.y&&(t.y=-t.y),Ot(t.u)||(t.S=qt(t.u)),[Object.keys(t).reduce(((e,n)=>{const r=(t=>{switch(t){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}})(n);return r&&(e[r]=t[n]),e}),{}),n,e]}(a):[null,null,void 0];if(Lt(a,"a")&&Lt(a,"H"))throw new u("Can't include meridiem when specifying 24-hour format");return{input:e,tokens:r,regex:i,rawMatches:o,matches:a,result:c,zone:h,specificOffset:l}}}function Cn(t,e){if(!t)return null;const n=we.create(e,t).dtFormatter((Wn||(Wn=ur.fromMillis(1555555555555)),Wn)),r=n.formatToParts(),s=n.resolvedOptions();return r.map((e=>function(t,e,n){const{type:r,value:s}=t;if("literal"===r){const t=/^\s+$/.test(s);return{literal:!t,val:t?" ":s}}let i=r;"hour"===r&&(i=null!=e.hour12?e.hour12?"hour12":"hour24":null!=e.hourCycle?"h11"===e.hourCycle||"h12"===e.hourCycle?"hour12":"hour24":n.hour12?"hour12":"hour24");let u=Fn[i];if("object"==typeof u&&(u=u[e[r]]),u)return{literal:!1,val:u}}(e,t,s)))}const An="Invalid DateTime";function _n(t){return new ft("unsupported zone",`the zone "${t.name}" is not supported`)}function Hn(t){return null===t.weekData&&(t.weekData=Nt(t.c)),t.weekData}function jn(t){return null===t.localWeekData&&(t.localWeekData=Nt(t.c,t.loc.getMinDaysInFirstWeek(),t.loc.getStartOfWeek())),t.localWeekData}function qn(t,e){const n={ts:t.ts,zone:t.zone,c:t.c,o:t.o,loc:t.loc,invalid:t.invalid};return new ur({...n,...e,old:n})}function zn(t,e,n){let r=t-60*e*1e3;const s=n.offset(r);if(e===s)return[r,e];r-=60*(s-e)*1e3;const i=n.offset(r);return s===i?[r,s]:[t-60*Math.min(s,i)*1e3,Math.max(s,i)]}function Un(t,e){const n=new Date(t+=60*e*1e3);return{year:n.getUTCFullYear(),month:n.getUTCMonth()+1,day:n.getUTCDate(),hour:n.getUTCHours(),minute:n.getUTCMinutes(),second:n.getUTCSeconds(),millisecond:n.getUTCMilliseconds()}}function Jn(t,e,n){return zn(Gt(t),e,n)}function Rn(t,e){const n=t.o,r=t.c.year+Math.trunc(e.years),s=t.c.month+Math.trunc(e.months)+3*Math.trunc(e.quarters),i={...t.c,year:r,month:s,day:Math.min(t.c.day,Rt(r,s))+Math.trunc(e.days)+7*Math.trunc(e.weeks)},u=yn.fromObject({years:e.years-Math.trunc(e.years),quarters:e.quarters-Math.trunc(e.quarters),months:e.months-Math.trunc(e.months),weeks:e.weeks-Math.trunc(e.weeks),days:e.days-Math.trunc(e.days),hours:e.hours,minutes:e.minutes,seconds:e.seconds,milliseconds:e.milliseconds}).as("milliseconds"),o=Gt(i);let[a,c]=zn(o,n,t.zone);return 0!==u&&(a+=u,c=t.zone.offset(a)),{ts:a,o:c}}function Gn(t,e,n,r,s,i){const{setZone:u,zone:o}=n;if(t&&0!==Object.keys(t).length||e){const r=e||o,s=ur.fromObject(t,{...n,zone:r,specificOffset:i});return u?s:s.setZone(o)}return ur.invalid(new ft("unparsable",`the input "${s}" can't be parsed as ${r}`))}function Pn(t,e,n=!0){return t.isValid?we.create(tt.create("en-US"),{allowZ:n,forceSimple:!0}).formatDateTimeFromString(t,e):null}function Yn(t,e){const n=t.c.year>9999||t.c.year<0;let r="";return n&&t.c.year>=0&&(r+="+"),r+=_t(t.c.year,n?6:4),e?(r+="-",r+=_t(t.c.month),r+="-",r+=_t(t.c.day)):(r+=_t(t.c.month),r+=_t(t.c.day)),r}function Vn(t,e,n,r,s,i){let u=_t(t.c.hour);return e?(u+=":",u+=_t(t.c.minute),0===t.c.millisecond&&0===t.c.second&&n||(u+=":")):u+=_t(t.c.minute),0===t.c.millisecond&&0===t.c.second&&n||(u+=_t(t.c.second),0===t.c.millisecond&&r||(u+=".",u+=_t(t.c.millisecond,3))),s&&(t.isOffsetFixed&&0===t.offset&&!i?u+="Z":t.o<0?(u+="-",u+=_t(Math.trunc(-t.o/60)),u+=":",u+=_t(Math.trunc(-t.o%60))):(u+="+",u+=_t(Math.trunc(t.o/60)),u+=":",u+=_t(Math.trunc(t.o%60)))),i&&(u+="["+t.zone.ianaName+"]"),u}const Bn={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},Qn={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},Kn={ordinal:1,hour:0,minute:0,second:0,millisecond:0},Xn=["year","month","day","hour","minute","second","millisecond"],tr=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],er=["year","ordinal","hour","minute","second","millisecond"];function nr(t){switch(t.toLowerCase()){case"localweekday":case"localweekdays":return"localWeekday";case"localweeknumber":case"localweeknumbers":return"localWeekNumber";case"localweekyear":case"localweekyears":return"localWeekYear";default:return function(t){const e={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[t.toLowerCase()];if(!e)throw new o(t);return e}(t)}}function rr(t,e){const n=st(e.zone,mt.defaultZone),r=tt.fromObject(e),s=mt.now();let i,u;if(Ot(t.year))i=s;else{for(const e of Xn)Ot(t[e])&&(t[e]=Bn[e]);const e=$t(t)||Dt(t);if(e)return ur.invalid(e);const r=n.offset(s);[i,u]=Jn(t,r,n)}return new ur({ts:i,zone:n,loc:r,o:u})}function sr(t,e,n){const r=!!Ot(n.round)||n.round,s=(t,s)=>(t=zt(t,r||n.calendary?0:2,!0),e.loc.clone(n).relFormatter(n).format(t,s)),i=r=>n.calendary?e.hasSame(t,r)?0:e.startOf(r).diff(t.startOf(r),r).get(r):e.diff(t,r).get(r);if(n.unit)return s(i(n.unit),n.unit);for(const t of n.units){const e=i(t);if(Math.abs(e)>=1)return s(e,t)}return s(t>e?-0:0,n.units[n.units.length-1])}function ir(t){let e,n={};return t.length>0&&"object"==typeof t[t.length-1]?(n=t[t.length-1],e=Array.from(t).slice(0,t.length-1)):e=Array.from(t),[n,e]}class ur{constructor(t){const e=t.zone||mt.defaultZone;let n=t.invalid||(Number.isNaN(t.ts)?new ft("invalid input"):null)||(e.isValid?null:_n(e));this.ts=Ot(t.ts)?mt.now():t.ts;let r=null,s=null;if(!n)if(t.old&&t.old.ts===this.ts&&t.old.zone.equals(e))[r,s]=[t.old.c,t.old.o];else{const t=e.offset(this.ts);r=Un(this.ts,t),n=Number.isNaN(r.year)?new ft("invalid input"):null,r=n?null:r,s=n?null:t}this._zone=e,this.loc=t.loc||tt.create(),this.invalid=n,this.weekData=null,this.localWeekData=null,this.c=r,this.o=s,this.isLuxonDateTime=!0}static now(){return new ur({})}static local(){const[t,e]=ir(arguments),[n,r,s,i,u,o,a]=e;return rr({year:n,month:r,day:s,hour:i,minute:u,second:o,millisecond:a},t)}static utc(){const[t,e]=ir(arguments),[n,r,s,i,u,o,a]=e;return t.zone=nt.utcInstance,rr({year:n,month:r,day:s,hour:i,minute:u,second:o,millisecond:a},t)}static fromJSDate(t,e={}){const n="[object Date]"===Object.prototype.toString.call(t)?t.valueOf():NaN;if(Number.isNaN(n))return ur.invalid("invalid input");const r=st(e.zone,mt.defaultZone);return r.isValid?new ur({ts:n,zone:r,loc:tt.fromObject(e)}):ur.invalid(_n(r))}static fromMillis(t,e={}){if(It(t))return t<-864e13||t>864e13?ur.invalid("Timestamp out of range"):new ur({ts:t,zone:st(e.zone,mt.defaultZone),loc:tt.fromObject(e)});throw new a(`fromMillis requires a numerical input, but received a ${typeof t} with value ${t}`)}static fromSeconds(t,e={}){if(It(t))return new ur({ts:1e3*t,zone:st(e.zone,mt.defaultZone),loc:tt.fromObject(e)});throw new a("fromSeconds requires a numerical input")}static fromObject(t,e={}){t=t||{};const n=st(e.zone,mt.defaultZone);if(!n.isValid)return ur.invalid(_n(n));const r=tt.fromObject(e),s=Xt(t,nr),{minDaysInFirstWeek:i,startOfWeek:o}=Et(s,r),a=mt.now(),c=Ot(e.specificOffset)?n.offset(a):e.specificOffset,h=!Ot(s.ordinal),l=!Ot(s.year),d=!Ot(s.month)||!Ot(s.day),m=l||d,f=s.weekYear||s.weekNumber;if((m||h)&&f)throw new u("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(d&&h)throw new u("Can't mix ordinal dates with month/day");const y=f||s.weekday&&!m;let g,w,p=Un(a,c);y?(g=tr,w=Qn,p=Nt(p,i,o)):h?(g=er,w=Kn,p=bt(p)):(g=Xn,w=Bn);let M=!1;for(const t of g)Ot(s[t])?s[t]=M?w[t]:p[t]:M=!0;const k=y?function(t,e=4,n=1){const r=xt(t.weekYear),s=At(t.weekNumber,1,Yt(t.weekYear,e,n)),i=At(t.weekday,1,7);return r?s?!i&&wt("weekday",t.weekday):wt("week",t.weekNumber):wt("weekYear",t.weekYear)}(s,i,o):h?function(t){const e=xt(t.year),n=At(t.ordinal,1,Jt(t.year));return e?!n&&wt("ordinal",t.ordinal):wt("year",t.year)}(s):$t(s),S=k||Dt(s);if(S)return ur.invalid(S);const N=y?Tt(s,i,o):h?vt(s):s,[T,b]=Jn(N,c,n),v=new ur({ts:T,zone:n,o:b,loc:r});return s.weekday&&m&&t.weekday!==v.weekday?ur.invalid("mismatched weekday",`you can't specify both a weekday of ${s.weekday} and a date of ${v.toISO()}`):v}static fromISO(t,e={}){const[n,r]=function(t){return Se(t,[Pe,Qe],[Ye,Ke],[Ve,Xe],[Be,tn])}(t);return Gn(n,r,e,"ISO 8601",t)}static fromRFC2822(t,e={}){const[n,r]=function(t){return Se(function(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}(t),[je,qe])}(t);return Gn(n,r,e,"RFC 2822",t)}static fromHTTP(t,e={}){const[n,r]=function(t){return Se(t,[ze,Re],[Ue,Re],[Je,Ge])}(t);return Gn(n,r,e,"HTTP",e)}static fromFormat(t,e,n={}){if(Ot(t)||Ot(e))throw new a("fromFormat requires an input string and a format");const{locale:r=null,numberingSystem:s=null}=n,i=tt.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0}),[u,o,c,h]=function(t,e,n){const{result:r,zone:s,specificOffset:i,invalidReason:u}=Ln(t,e,n);return[r,s,i,u]}(i,t,e);return h?ur.invalid(h):Gn(u,o,n,`format ${e}`,t,c)}static fromString(t,e,n={}){return ur.fromFormat(t,e,n)}static fromSQL(t,e={}){const[n,r]=function(t){return Se(t,[nn,Qe],[rn,sn])}(t);return Gn(n,r,e,"SQL",t)}static invalid(t,e=null){if(!t)throw new a("need to specify a reason the DateTime is invalid");const n=t instanceof ft?t:new ft(t,e);if(mt.throwOnInvalid)throw new r(n);return new ur({invalid:n})}static isDateTime(t){return t&&t.isLuxonDateTime||!1}static parseFormatForOpts(t,e={}){const n=Cn(t,tt.fromObject(e));return n?n.map((t=>t?t.val:null)).join(""):null}static expandFormat(t,e={}){return Zn(we.parseFormat(t),tt.fromObject(e)).map((t=>t.val)).join("")}get(t){return this[t]}get isValid(){return null===this.invalid}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}get outputCalendar(){return this.isValid?this.loc.outputCalendar:null}get zone(){return this._zone}get zoneName(){return this.isValid?this.zone.name:null}get year(){return this.isValid?this.c.year:NaN}get quarter(){return this.isValid?Math.ceil(this.c.month/3):NaN}get month(){return this.isValid?this.c.month:NaN}get day(){return this.isValid?this.c.day:NaN}get hour(){return this.isValid?this.c.hour:NaN}get minute(){return this.isValid?this.c.minute:NaN}get second(){return this.isValid?this.c.second:NaN}get millisecond(){return this.isValid?this.c.millisecond:NaN}get weekYear(){return this.isValid?Hn(this).weekYear:NaN}get weekNumber(){return this.isValid?Hn(this).weekNumber:NaN}get weekday(){return this.isValid?Hn(this).weekday:NaN}get isWeekend(){return this.isValid&&this.loc.getWeekendDays().includes(this.weekday)}get localWeekday(){return this.isValid?jn(this).weekday:NaN}get localWeekNumber(){return this.isValid?jn(this).weekNumber:NaN}get localWeekYear(){return this.isValid?jn(this).weekYear:NaN}get ordinal(){return this.isValid?bt(this.c).ordinal:NaN}get monthShort(){return this.isValid?pn.months("short",{locObj:this.loc})[this.month-1]:null}get monthLong(){return this.isValid?pn.months("long",{locObj:this.loc})[this.month-1]:null}get weekdayShort(){return this.isValid?pn.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}get weekdayLong(){return this.isValid?pn.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}get offset(){return this.isValid?+this.o:NaN}get offsetNameShort(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}get offsetNameLong(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}get isOffsetFixed(){return this.isValid?this.zone.isUniversal:null}get isInDST(){return!this.isOffsetFixed&&(this.offset>this.set({month:1,day:1}).offset||this.offset>this.set({month:5}).offset)}getPossibleOffsets(){if(!this.isValid||this.isOffsetFixed)return[this];const t=864e5,e=6e4,n=Gt(this.c),r=this.zone.offset(n-t),s=this.zone.offset(n+t),i=this.zone.offset(n-r*e),u=this.zone.offset(n-s*e);if(i===u)return[this];const o=n-i*e,a=n-u*e,c=Un(o,i),h=Un(a,u);return c.hour===h.hour&&c.minute===h.minute&&c.second===h.second&&c.millisecond===h.millisecond?[qn(this,{ts:o}),qn(this,{ts:a})]:[this]}get isInLeapYear(){return Ut(this.year)}get daysInMonth(){return Rt(this.year,this.month)}get daysInYear(){return this.isValid?Jt(this.year):NaN}get weeksInWeekYear(){return this.isValid?Yt(this.weekYear):NaN}get weeksInLocalWeekYear(){return this.isValid?Yt(this.localWeekYear,this.loc.getMinDaysInFirstWeek(),this.loc.getStartOfWeek()):NaN}resolvedLocaleOptions(t={}){const{locale:e,numberingSystem:n,calendar:r}=we.create(this.loc.clone(t),t).resolvedOptions(this);return{locale:e,numberingSystem:n,outputCalendar:r}}toUTC(t=0,e={}){return this.setZone(nt.instance(t),e)}toLocal(){return this.setZone(mt.defaultZone)}setZone(t,{keepLocalTime:e=!1,keepCalendarTime:n=!1}={}){if((t=st(t,mt.defaultZone)).equals(this.zone))return this;if(t.isValid){let r=this.ts;if(e||n){const e=t.offset(this.ts),n=this.toObject();[r]=Jn(n,e,t)}return qn(this,{ts:r,zone:t})}return ur.invalid(_n(t))}reconfigure({locale:t,numberingSystem:e,outputCalendar:n}={}){return qn(this,{loc:this.loc.clone({locale:t,numberingSystem:e,outputCalendar:n})})}setLocale(t){return this.reconfigure({locale:t})}set(t){if(!this.isValid)return this;const e=Xt(t,nr),{minDaysInFirstWeek:n,startOfWeek:r}=Et(e,this.loc),s=!Ot(e.weekYear)||!Ot(e.weekNumber)||!Ot(e.weekday),i=!Ot(e.ordinal),o=!Ot(e.year),a=!Ot(e.month)||!Ot(e.day);if((o||a||i)&&(e.weekYear||e.weekNumber))throw new u("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(a&&i)throw new u("Can't mix ordinal dates with month/day");let c;s?c=Tt({...Nt(this.c,n,r),...e},n,r):Ot(e.ordinal)?(c={...this.toObject(),...e},Ot(e.day)&&(c.day=Math.min(Rt(c.year,c.month),c.day))):c=vt({...bt(this.c),...e});const[h,l]=Jn(c,this.o,this.zone);return qn(this,{ts:h,o:l})}plus(t){return this.isValid?qn(this,Rn(this,yn.fromDurationLike(t))):this}minus(t){return this.isValid?qn(this,Rn(this,yn.fromDurationLike(t).negate())):this}startOf(t,{useLocaleWeeks:e=!1}={}){if(!this.isValid)return this;const n={},r=yn.normalizeUnit(t);switch(r){case"years":n.month=1;case"quarters":case"months":n.day=1;case"weeks":case"days":n.hour=0;case"hours":n.minute=0;case"minutes":n.second=0;case"seconds":n.millisecond=0}if("weeks"===r)if(e){const t=this.loc.getStartOfWeek(),{weekday:e}=this;e<t&&(n.weekNumber=this.weekNumber-1),n.weekday=t}else n.weekday=1;if("quarters"===r){const t=Math.ceil(this.month/3);n.month=3*(t-1)+1}return this.set(n)}endOf(t,e){return this.isValid?this.plus({[t]:1}).startOf(t,e).minus(1):this}toFormat(t,e={}){return this.isValid?we.create(this.loc.redefaultToEN(e)).formatDateTimeFromString(this,t):An}toLocaleString(t=m,e={}){return this.isValid?we.create(this.loc.clone(e),t).formatDateTime(this):An}toLocaleParts(t={}){return this.isValid?we.create(this.loc.clone(t),t).formatDateTimeParts(this):[]}toISO({format:t="extended",suppressSeconds:e=!1,suppressMilliseconds:n=!1,includeOffset:r=!0,extendedZone:s=!1}={}){if(!this.isValid)return null;const i="extended"===t;let u=Yn(this,i);return u+="T",u+=Vn(this,i,e,n,r,s),u}toISODate({format:t="extended"}={}){return this.isValid?Yn(this,"extended"===t):null}toISOWeekDate(){return Pn(this,"kkkk-'W'WW-c")}toISOTime({suppressMilliseconds:t=!1,suppressSeconds:e=!1,includeOffset:n=!0,includePrefix:r=!1,extendedZone:s=!1,format:i="extended"}={}){return this.isValid?(r?"T":"")+Vn(this,"extended"===i,e,t,n,s):null}toRFC2822(){return Pn(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)}toHTTP(){return Pn(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")}toSQLDate(){return this.isValid?Yn(this,!0):null}toSQLTime({includeOffset:t=!0,includeZone:e=!1,includeOffsetSpace:n=!0}={}){let r="HH:mm:ss.SSS";return(e||t)&&(n&&(r+=" "),e?r+="z":t&&(r+="ZZ")),Pn(this,r,!0)}toSQL(t={}){return this.isValid?`${this.toSQLDate()} ${this.toSQLTime(t)}`:null}toString(){return this.isValid?this.toISO():An}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`DateTime { ts: ${this.toISO()}, zone: ${this.zone.name}, locale: ${this.locale} }`:`DateTime { Invalid, reason: ${this.invalidReason} }`}valueOf(){return this.toMillis()}toMillis(){return this.isValid?this.ts:NaN}toSeconds(){return this.isValid?this.ts/1e3:NaN}toUnixInteger(){return this.isValid?Math.floor(this.ts/1e3):NaN}toJSON(){return this.toISO()}toBSON(){return this.toJSDate()}toObject(t={}){if(!this.isValid)return{};const e={...this.c};return t.includeConfig&&(e.outputCalendar=this.outputCalendar,e.numberingSystem=this.loc.numberingSystem,e.locale=this.loc.locale),e}toJSDate(){return new Date(this.isValid?this.ts:NaN)}diff(t,e="milliseconds",n={}){if(!this.isValid||!t.isValid)return yn.invalid("created by diffing an invalid DateTime");const r={locale:this.locale,numberingSystem:this.numberingSystem,...n},s=(o=e,Array.isArray(o)?o:[o]).map(yn.normalizeUnit),i=t.valueOf()>this.valueOf(),u=function(t,e,n,r){let[s,i,u,o]=function(t,e,n){const r=[["years",(t,e)=>e.year-t.year],["quarters",(t,e)=>e.quarter-t.quarter+4*(e.year-t.year)],["months",(t,e)=>e.month-t.month+12*(e.year-t.year)],["weeks",(t,e)=>{const n=Mn(t,e);return(n-n%7)/7}],["days",Mn]],s={},i=t;let u,o;for(const[a,c]of r)n.indexOf(a)>=0&&(u=a,s[a]=c(t,e),o=i.plus(s),o>e?(s[a]--,(t=i.plus(s))>e&&(o=t,s[a]--,t=i.plus(s))):t=o);return[t,s,o,u]}(t,e,n);const a=e-s,c=n.filter((t=>["hours","minutes","seconds","milliseconds"].indexOf(t)>=0));0===c.length&&(u<e&&(u=s.plus({[o]:1})),u!==s&&(i[o]=(i[o]||0)+a/(u-s)));const h=yn.fromObject(i,r);return c.length>0?yn.fromMillis(a,r).shiftTo(...c).plus(h):h}(i?this:t,i?t:this,s,r);var o;return i?u.negate():u}diffNow(t="milliseconds",e={}){return this.diff(ur.now(),t,e)}until(t){return this.isValid?wn.fromDateTimes(this,t):this}hasSame(t,e,n){if(!this.isValid)return!1;const r=t.valueOf(),s=this.setZone(t.zone,{keepLocalTime:!0});return s.startOf(e,n)<=r&&r<=s.endOf(e,n)}equals(t){return this.isValid&&t.isValid&&this.valueOf()===t.valueOf()&&this.zone.equals(t.zone)&&this.loc.equals(t.loc)}toRelative(t={}){if(!this.isValid)return null;const e=t.base||ur.fromObject({},{zone:this.zone}),n=t.padding?this<e?-t.padding:t.padding:0;let r=["years","months","days","hours","minutes","seconds"],s=t.unit;return Array.isArray(t.unit)&&(r=t.unit,s=void 0),sr(e,this.plus(n),{...t,numeric:"always",units:r,unit:s})}toRelativeCalendar(t={}){return this.isValid?sr(t.base||ur.fromObject({},{zone:this.zone}),this,{...t,numeric:"auto",units:["years","months","days"],calendary:!0}):null}static min(...t){if(!t.every(ur.isDateTime))throw new a("min requires all arguments be DateTimes");return Zt(t,(t=>t.valueOf()),Math.min)}static max(...t){if(!t.every(ur.isDateTime))throw new a("max requires all arguments be DateTimes");return Zt(t,(t=>t.valueOf()),Math.max)}static fromFormatExplain(t,e,n={}){const{locale:r=null,numberingSystem:s=null}=n;return Ln(tt.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0}),t,e)}static fromStringExplain(t,e,n={}){return ur.fromFormatExplain(t,e,n)}static get DATE_SHORT(){return m}static get DATE_MED(){return f}static get DATE_MED_WITH_WEEKDAY(){return y}static get DATE_FULL(){return g}static get DATE_HUGE(){return w}static get TIME_SIMPLE(){return p}static get TIME_WITH_SECONDS(){return M}static get TIME_WITH_SHORT_OFFSET(){return k}static get TIME_WITH_LONG_OFFSET(){return S}static get TIME_24_SIMPLE(){return N}static get TIME_24_WITH_SECONDS(){return T}static get TIME_24_WITH_SHORT_OFFSET(){return b}static get TIME_24_WITH_LONG_OFFSET(){return v}static get DATETIME_SHORT(){return E}static get DATETIME_SHORT_WITH_SECONDS(){return $}static get DATETIME_MED(){return D}static get DATETIME_MED_WITH_SECONDS(){return O}static get DATETIME_MED_WITH_WEEKDAY(){return I}static get DATETIME_FULL(){return x}static get DATETIME_FULL_WITH_SECONDS(){return F}static get DATETIME_HUGE(){return W}static get DATETIME_HUGE_WITH_SECONDS(){return Z}}function or(t){if(ur.isDateTime(t))return t;if(t&&t.valueOf&&It(t.valueOf()))return ur.fromJSDate(t);if(t&&"object"==typeof t)return ur.fromObject(t);throw new a(`Unknown datetime argument: ${t}, of type ${typeof t}`)}function ar(t="de-CH"){return new Intl.DateTimeFormat(function(t="de-CH"){const[,e]=t.split("-");return"CH"===e?"fr-CH":"BE"===e?"fr-BE":"LU"===e?"fr-LU":t}(t)).format(new Date).replace(/\p{Number}/gu,"").charAt(0)}class cr{static setTwoDigitCutoffYear(t=10){mt.twoDigitCutoffYear=(new Date).getFullYear()%100+t}static fromAnyFormat(e){const n=e.replace(/[0-9]/g,"").charAt(0),r=t(),s=(null==r?void 0:r.locale)||"de-CH",i=e.split(n),u=i.length;if(2===u){const t=(new Date).getFullYear();return new cr(ur.fromFormat(`${i[0]}${n}${i[1]}${n}${t}`,`d${n}M${n}yy`,{locale:s}))}if(3===u){if(1===i[2].length)return new cr(ur.fromFormat(`${i[0]}${n}${i[1]}${n}${2e3+parseInt(i[2],10)}`,`d${n}M${n}yy`,{locale:s}));if(""===i[2]){const t=(new Date).getFullYear();return new cr(ur.fromFormat(`${i[0]}${n}${i[1]}${n}${t}`,`d${n}M${n}yy`,{locale:s}))}}return new cr(ur.fromFormat(e,`d${n}M${n}yy`,{locale:s}))}static fromISO(t){return new cr(ur.fromISO(t||""))}static infoMonths({format:e,locale:n}={}){const r=t();return pn.months(e||"long",{locale:n||(null==r?void 0:r.locale)||"de-CH"})}static infoWeekdays({format:e,locale:n}={}){const r=t();return pn.weekdays(e,{locale:n||(null==r?void 0:r.locale)||"de-CH"})}constructor(t){this.dt=t}get isValid(){return this.dt.isValid}toISO(){return this.isValid?this.dt.toISO():""}toISODate(){return this.isValid?this.dt.toISODate():""}toFormat(){if(this.isValid){const e=t(),n=ar((null==e?void 0:e.locale)||"de-CH");return this.dt.toFormat(`dd${n}MM${n}yyyy`)}return""}isBefore(t){const e=ur.fromISO(t||"");return!!e.isValid&&this.dt<e}isBeforeOrEqual(t){const e=ur.fromISO(t||"");return!!e.isValid&&this.dt<=e}isAfter(t){const e=ur.fromISO(t||"");return!!e.isValid&&this.dt>e}isAfterOrEqual(t){const e=ur.fromISO(t||"");return!!e.isValid&&this.dt>=e}get month(){if(this.isValid)return this.dt.month}get year(){if(this.isValid)return this.dt.year}}cr.setTwoDigitCutoffYear();export{cr as B,ar as d,e as i}
@@ -1 +1 @@
1
- import{b as s}from"./p-96216bd1.js";import{L as t,a as i}from"./p-acf222fd.js";import{m as e}from"./p-b0cf4731.js";class h extends t{async connect(s){super.connect(s),await this.loadLib(),this.PointerListenerLib&&(this.pointerListener=new this.PointerListenerLib(s,{handleTouchEvents:!1}),this.pointerListener.on("swipeleft",(()=>this.notify({left:!0,right:!1}))),this.pointerListener.on("swiperight",(()=>this.notify({left:!1,right:!0}))))}disconnect(){var s;super.disconnect(),null===(s=this.pointerListener)||void 0===s||s.destroy()}async loadLib(){return new Promise(((s,t)=>{e((async()=>{import("./p-11f970ba.js").then((t=>{this.PointerListenerLib=t.PointerListener,s()})).catch(t)}))}))}}class r extends i{constructor(s={mobileOnly:!1}){super(((s,t)=>{t&&s.swipeListener(t)})),this.options=s,this.listener=new h}attach(t){(!0===this.options.mobileOnly&&s.isMobile||!0!==this.options.mobileOnly)&&(super.attach(t),this.listener.connect(t.el),this.listener.add((s=>super.notify(s))))}detach(){super.detach(),this.listener.disconnect()}}export{r as B}
1
+ import{b as s}from"./p-YM_tyEF-.js";import{L as t,a as i}from"./p-ILKmvJEL.js";import{K as e}from"./p-CPBMBpj8.js";class h extends t{async connect(s){super.connect(s),await this.loadLib(),this.PointerListenerLib&&(this.pointerListener=new this.PointerListenerLib(s,{handleTouchEvents:!1}),this.pointerListener.on("swipeleft",(()=>this.notify({left:!0,right:!1}))),this.pointerListener.on("swiperight",(()=>this.notify({left:!1,right:!0}))))}disconnect(){var s;super.disconnect(),null===(s=this.pointerListener)||void 0===s||s.destroy()}async loadLib(){return new Promise(((s,t)=>{e((async()=>{import("./p-BkEdlCZJ.js").then((t=>{this.PointerListenerLib=t.PointerListener,s()})).catch(t)}))}))}}class r extends i{constructor(s={mobileOnly:!1}){super(((s,t)=>{t&&s.swipeListener(t)})),this.options=s,this.listener=new h}attach(t){(!0===this.options.mobileOnly&&s.isMobile||!0!==this.options.mobileOnly)&&(super.attach(t),this.listener.connect(t.el),this.listener.add((s=>super.notify(s))))}detach(){super.detach(),this.listener.disconnect()}}export{r as B}
@@ -1 +1 @@
1
- const t=["top","right","bottom","left"],n=["start","end"],e=t.reduce(((t,e)=>t.concat(e,e+"-"+n[0],e+"-"+n[1])),[]),r=Math.min,o=Math.max,i=Math.round,l=Math.floor,a=t=>({x:t,y:t}),c={left:"right",right:"left",bottom:"top",top:"bottom"},s={start:"end",end:"start"};function u(t,n,e){return o(t,r(n,e))}function f(t,n){return"function"==typeof t?t(n):t}function d(t){return t.split("-")[0]}function m(t){return t.split("-")[1]}function p(t){return"x"===t?"y":"x"}function h(t){return"y"===t?"height":"width"}function y(t){return["top","bottom"].includes(d(t))?"y":"x"}function w(t){return p(y(t))}function g(t,n,e){void 0===e&&(e=!1);const r=m(t),o=w(t),i=h(o);let l="x"===o?r===(e?"end":"start")?"right":"left":"start"===r?"bottom":"top";return n.reference[i]>n.floating[i]&&(l=v(l)),[l,v(l)]}function x(t){return t.replace(/start|end/g,(t=>s[t]))}function v(t){return t.replace(/left|right|bottom|top/g,(t=>c[t]))}function b(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}function A(t){const{x:n,y:e,width:r,height:o}=t;return{width:r,height:o,top:e,left:n,right:n+r,bottom:e+o,x:n,y:e}}function R(t,n,e){let{reference:r,floating:o}=t;const i=y(n),l=w(n),a=h(l),c=d(n),s="y"===i,u=r.x+r.width/2-o.width/2,f=r.y+r.height/2-o.height/2,p=r[a]/2-o[a]/2;let g;switch(c){case"top":g={x:u,y:r.y-o.height};break;case"bottom":g={x:u,y:r.y+r.height};break;case"right":g={x:r.x+r.width,y:f};break;case"left":g={x:r.x-o.width,y:f};break;default:g={x:r.x,y:r.y}}switch(m(n)){case"start":g[l]-=p*(e&&s?-1:1);break;case"end":g[l]+=p*(e&&s?-1:1)}return g}async function S(t,n){var e;void 0===n&&(n={});const{x:r,y:o,platform:i,rects:l,elements:a,strategy:c}=t,{boundary:s="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:m=!1,padding:p=0}=f(n,t),h=b(p),y=a[m?"floating"===d?"reference":"floating":d],w=A(await i.getClippingRect({element:null==(e=await(null==i.isElement?void 0:i.isElement(y)))||e?y:y.contextElement||await(null==i.getDocumentElement?void 0:i.getDocumentElement(a.floating)),boundary:s,rootBoundary:u,strategy:c})),g="floating"===d?{x:r,y:o,width:l.floating.width,height:l.floating.height}:l.reference,x=await(null==i.getOffsetParent?void 0:i.getOffsetParent(a.floating)),v=await(null==i.isElement?void 0:i.isElement(x))&&await(null==i.getScale?void 0:i.getScale(x))||{x:1,y:1},R=A(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:g,offsetParent:x,strategy:c}):g);return{top:(w.top-R.top+h.top)/v.y,bottom:(R.bottom-w.bottom+h.bottom)/v.y,left:(w.left-R.left+h.left)/v.x,right:(R.right-w.right+h.right)/v.x}}function O(t,n){return{top:t.top-n.height,right:t.right-n.width,bottom:t.bottom-n.height,left:t.left-n.width}}function k(n){return t.some((t=>n[t]>=0))}function F(t){const n=r(...t.map((t=>t.left))),e=r(...t.map((t=>t.top)));return{x:n,y:e,width:o(...t.map((t=>t.right)))-n,height:o(...t.map((t=>t.bottom)))-e}}function D(){return"undefined"!=typeof window}function P(t){return z(t)?(t.nodeName||"").toLowerCase():"#document"}function T(t){var n;return(null==t||null==(n=t.ownerDocument)?void 0:n.defaultView)||window}function C(t){var n;return null==(n=(z(t)?t.ownerDocument:t.document)||window.document)?void 0:n.documentElement}function z(t){return!!D()&&(t instanceof Node||t instanceof T(t).Node)}function B(t){return!!D()&&(t instanceof Element||t instanceof T(t).Element)}function H(t){return!!D()&&(t instanceof HTMLElement||t instanceof T(t).HTMLElement)}function M(t){return!(!D()||"undefined"==typeof ShadowRoot)&&(t instanceof ShadowRoot||t instanceof T(t).ShadowRoot)}function L(t){const{overflow:n,overflowX:e,overflowY:r,display:o}=W(t);return/auto|scroll|overlay|hidden|clip/.test(n+r+e)&&!["inline","contents"].includes(o)}function E(t){return["table","td","th"].includes(P(t))}function I(t){return[":popover-open",":modal"].some((n=>{try{return t.matches(n)}catch(t){return!1}}))}function N(t){const n=j(),e=B(t)?W(t):t;return["transform","translate","scale","rotate","perspective"].some((t=>!!e[t]&&"none"!==e[t]))||!!e.containerType&&"normal"!==e.containerType||!n&&!!e.backdropFilter&&"none"!==e.backdropFilter||!n&&!!e.filter&&"none"!==e.filter||["transform","translate","scale","rotate","perspective","filter"].some((t=>(e.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(e.contain||"").includes(t)))}function j(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function q(t){return["html","body","#document"].includes(P(t))}function W(t){return T(t).getComputedStyle(t)}function $(t){return B(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function V(t){if("html"===P(t))return t;const n=t.assignedSlot||t.parentNode||M(t)&&t.host||C(t);return M(n)?n.host:n}function X(t){const n=V(t);return q(n)?t.ownerDocument?t.ownerDocument.body:t.body:H(n)&&L(n)?n:X(n)}function Y(t,n,e){var r;void 0===n&&(n=[]),void 0===e&&(e=!0);const o=X(t),i=o===(null==(r=t.ownerDocument)?void 0:r.body),l=T(o);if(i){const t=_(l);return n.concat(l,l.visualViewport||[],L(o)?o:[],t&&e?Y(t):[])}return n.concat(o,Y(o,[],e))}function _(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function G(t){const n=W(t);let e=parseFloat(n.width)||0,r=parseFloat(n.height)||0;const o=H(t),l=o?t.offsetWidth:e,a=o?t.offsetHeight:r,c=i(e)!==l||i(r)!==a;return c&&(e=l,r=a),{width:e,height:r,$:c}}function J(t){return B(t)?t:t.contextElement}function K(t){const n=J(t);if(!H(n))return a(1);const e=n.getBoundingClientRect(),{width:r,height:o,$:l}=G(n);let c=(l?i(e.width):e.width)/r,s=(l?i(e.height):e.height)/o;return c&&Number.isFinite(c)||(c=1),s&&Number.isFinite(s)||(s=1),{x:c,y:s}}const Q=a(0);function U(t){const n=T(t);return j()&&n.visualViewport?{x:n.visualViewport.offsetLeft,y:n.visualViewport.offsetTop}:Q}function Z(t,n,e,r){void 0===n&&(n=!1),void 0===e&&(e=!1);const o=t.getBoundingClientRect(),i=J(t);let l=a(1);n&&(r?B(r)&&(l=K(r)):l=K(t));const c=function(t,n,e){return void 0===n&&(n=!1),!(!e||n&&e!==T(t))&&n}(i,e,r)?U(i):a(0);let s=(o.left+c.x)/l.x,u=(o.top+c.y)/l.y,f=o.width/l.x,d=o.height/l.y;if(i){const t=T(i),n=r&&B(r)?T(r):r;let e=t,o=_(e);for(;o&&r&&n!==e;){const t=K(o),n=o.getBoundingClientRect(),r=W(o),i=n.left+(o.clientLeft+parseFloat(r.paddingLeft))*t.x,l=n.top+(o.clientTop+parseFloat(r.paddingTop))*t.y;s*=t.x,u*=t.y,f*=t.x,d*=t.y,s+=i,u+=l,e=T(o),o=_(e)}}return A({width:f,height:d,x:s,y:u})}function tt(t,n){const e=$(t).scrollLeft;return n?n.left+e:Z(C(t)).left+e}function nt(t,n,e){void 0===e&&(e=!1);const r=t.getBoundingClientRect();return{x:r.left+n.scrollLeft-(e?0:tt(t,r)),y:r.top+n.scrollTop}}function et(t,n,e){let r;if("viewport"===n)r=function(t,n){const e=T(t),r=C(t),o=e.visualViewport;let i=r.clientWidth,l=r.clientHeight,a=0,c=0;if(o){i=o.width,l=o.height;const t=j();(!t||t&&"fixed"===n)&&(a=o.offsetLeft,c=o.offsetTop)}return{width:i,height:l,x:a,y:c}}(t,e);else if("document"===n)r=function(t){const n=C(t),e=$(t),r=t.ownerDocument.body,i=o(n.scrollWidth,n.clientWidth,r.scrollWidth,r.clientWidth),l=o(n.scrollHeight,n.clientHeight,r.scrollHeight,r.clientHeight);let a=-e.scrollLeft+tt(t);const c=-e.scrollTop;return"rtl"===W(r).direction&&(a+=o(n.clientWidth,r.clientWidth)-i),{width:i,height:l,x:a,y:c}}(C(t));else if(B(n))r=function(t,n){const e=Z(t,!0,"fixed"===n),r=e.top+t.clientTop,o=e.left+t.clientLeft,i=H(t)?K(t):a(1);return{width:t.clientWidth*i.x,height:t.clientHeight*i.y,x:o*i.x,y:r*i.y}}(n,e);else{const e=U(t);r={x:n.x-e.x,y:n.y-e.y,width:n.width,height:n.height}}return A(r)}function rt(t,n){const e=V(t);return!(e===n||!B(e)||q(e))&&("fixed"===W(e).position||rt(e,n))}function ot(t,n,e){const r=H(n),o=C(n),i="fixed"===e,l=Z(t,!0,i,n);let c={scrollLeft:0,scrollTop:0};const s=a(0);if(r||!r&&!i)if(("body"!==P(n)||L(o))&&(c=$(n)),r){const t=Z(n,!0,i,n);s.x=t.x+n.clientLeft,s.y=t.y+n.clientTop}else o&&(s.x=tt(o));const u=!o||r||i?a(0):nt(o,c);return{x:l.left+c.scrollLeft-s.x-u.x,y:l.top+c.scrollTop-s.y-u.y,width:l.width,height:l.height}}function it(t){return"static"===W(t).position}function lt(t,n){if(!H(t)||"fixed"===W(t).position)return null;if(n)return n(t);let e=t.offsetParent;return C(t)===e&&(e=e.ownerDocument.body),e}function at(t,n){const e=T(t);if(I(t))return e;if(!H(t)){let n=V(t);for(;n&&!q(n);){if(B(n)&&!it(n))return n;n=V(n)}return e}let r=lt(t,n);for(;r&&E(r)&&it(r);)r=lt(r,n);return r&&q(r)&&it(r)&&!N(r)?e:r||function(t){let n=V(t);for(;H(n)&&!q(n);){if(N(n))return n;if(I(n))return null;n=V(n)}return null}(t)||e}const ct={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{elements:n,rect:e,offsetParent:r,strategy:o}=t;const i="fixed"===o,l=C(r),c=!!n&&I(n.floating);if(r===l||c&&i)return e;let s={scrollLeft:0,scrollTop:0},u=a(1);const f=a(0),d=H(r);if((d||!d&&!i)&&(("body"!==P(r)||L(l))&&(s=$(r)),H(r))){const t=Z(r);u=K(r),f.x=t.x+r.clientLeft,f.y=t.y+r.clientTop}const m=!l||d||i?a(0):nt(l,s,!0);return{width:e.width*u.x,height:e.height*u.y,x:e.x*u.x-s.scrollLeft*u.x+f.x+m.x,y:e.y*u.y-s.scrollTop*u.y+f.y+m.y}},getDocumentElement:C,getClippingRect:function(t){let{element:n,boundary:e,rootBoundary:i,strategy:l}=t;const a=[..."clippingAncestors"===e?I(n)?[]:function(t,n){const e=n.get(t);if(e)return e;let r=Y(t,[],!1).filter((t=>B(t)&&"body"!==P(t))),o=null;const i="fixed"===W(t).position;let l=i?V(t):t;for(;B(l)&&!q(l);){const n=W(l),e=N(l);e||"fixed"!==n.position||(o=null),(i?!e&&!o:!e&&"static"===n.position&&o&&["absolute","fixed"].includes(o.position)||L(l)&&!e&&rt(t,l))?r=r.filter((t=>t!==l)):o=n,l=V(l)}return n.set(t,r),r}(n,this._c):[].concat(e),i],c=a.reduce(((t,e)=>{const i=et(n,e,l);return t.top=o(i.top,t.top),t.right=r(i.right,t.right),t.bottom=r(i.bottom,t.bottom),t.left=o(i.left,t.left),t}),et(n,a[0],l));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}},getOffsetParent:at,getElementRects:async function(t){const n=this.getOffsetParent||at,e=this.getDimensions,r=await e(t.floating);return{reference:ot(t.reference,await n(t.floating),t.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){const{width:n,height:e}=G(t);return{width:n,height:e}},getScale:K,isElement:B,isRTL:function(t){return"rtl"===W(t).direction}};function st(t,n){return t.x===n.x&&t.y===n.y&&t.width===n.width&&t.height===n.height}function ut(t,n,e,i){void 0===i&&(i={});const{ancestorScroll:a=!0,ancestorResize:c=!0,elementResize:s="function"==typeof ResizeObserver,layoutShift:u="function"==typeof IntersectionObserver,animationFrame:f=!1}=i,d=J(t),m=a||c?[...d?Y(d):[],...Y(n)]:[];m.forEach((t=>{a&&t.addEventListener("scroll",e,{passive:!0}),c&&t.addEventListener("resize",e)}));const p=d&&u?function(t,n){let e,i=null;const a=C(t);function c(){var t;clearTimeout(e),null==(t=i)||t.disconnect(),i=null}return function s(u,f){void 0===u&&(u=!1),void 0===f&&(f=1),c();const d=t.getBoundingClientRect(),{left:m,top:p,width:h,height:y}=d;if(u||n(),!h||!y)return;const w={rootMargin:-l(p)+"px "+-l(a.clientWidth-(m+h))+"px "+-l(a.clientHeight-(p+y))+"px "+-l(m)+"px",threshold:o(0,r(1,f))||1};let g=!0;function x(n){const r=n[0].intersectionRatio;if(r!==f){if(!g)return s();r?s(!1,r):e=setTimeout((()=>{s(!1,1e-7)}),1e3)}1!==r||st(d,t.getBoundingClientRect())||s(),g=!1}try{i=new IntersectionObserver(x,{...w,root:a.ownerDocument})}catch(t){i=new IntersectionObserver(x,w)}i.observe(t)}(!0),c}(d,e):null;let h,y=-1,w=null;s&&(w=new ResizeObserver((t=>{let[r]=t;r&&r.target===d&&w&&(w.unobserve(n),cancelAnimationFrame(y),y=requestAnimationFrame((()=>{var t;null==(t=w)||t.observe(n)}))),e()})),d&&!f&&w.observe(d),w.observe(n));let g=f?Z(t):null;return f&&function n(){const r=Z(t);g&&!st(g,r)&&e(),g=r,h=requestAnimationFrame(n)}(),e(),()=>{var t;m.forEach((t=>{a&&t.removeEventListener("scroll",e),c&&t.removeEventListener("resize",e)})),null==p||p(),null==(t=w)||t.disconnect(),w=null,f&&cancelAnimationFrame(h)}}const ft=S,dt=function(t){return void 0===t&&(t=0),{name:"offset",options:t,async fn(n){var e,r;const{x:o,y:i,placement:l,middlewareData:a}=n,c=await async function(t,n){const{placement:e,platform:r,elements:o}=t,i=await(null==r.isRTL?void 0:r.isRTL(o.floating)),l=d(e),a=m(e),c="y"===y(e),s=["left","top"].includes(l)?-1:1,u=i&&c?-1:1,p=f(n,t);let{mainAxis:h,crossAxis:w,alignmentAxis:g}="number"==typeof p?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:p.mainAxis||0,crossAxis:p.crossAxis||0,alignmentAxis:p.alignmentAxis};return a&&"number"==typeof g&&(w="end"===a?-1*g:g),c?{x:w*u,y:h*s}:{x:h*s,y:w*u}}(n,t);return l===(null==(e=a.offset)?void 0:e.placement)&&null!=(r=a.arrow)&&r.alignmentOffset?{}:{x:o+c.x,y:i+c.y,data:{...c,placement:l}}}}},mt=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(n){var r,o,i;const{rects:l,middlewareData:a,placement:c,platform:s,elements:u}=n,{crossAxis:p=!1,alignment:h,allowedPlacements:y=e,autoAlignment:w=!0,...v}=f(t,n),b=void 0!==h||y===e?function(t,n,e){return(t?[...e.filter((n=>m(n)===t)),...e.filter((n=>m(n)!==t))]:e.filter((t=>d(t)===t))).filter((e=>!t||m(e)===t||!!n&&x(e)!==e))}(h||null,w,y):y,A=await S(n,v),R=(null==(r=a.autoPlacement)?void 0:r.index)||0,O=b[R];if(null==O)return{};const k=g(O,l,await(null==s.isRTL?void 0:s.isRTL(u.floating)));if(c!==O)return{reset:{placement:b[0]}};const F=[A[d(O)],A[k[0]],A[k[1]]],D=[...(null==(o=a.autoPlacement)?void 0:o.overflows)||[],{placement:O,overflows:F}],P=b[R+1];if(P)return{data:{index:R+1,overflows:D},reset:{placement:P}};const T=D.map((t=>{const n=m(t.placement);return[t.placement,n&&p?t.overflows.slice(0,2).reduce(((t,n)=>t+n),0):t.overflows[0],t.overflows]})).sort(((t,n)=>t[1]-n[1])),C=(null==(i=T.filter((t=>t[2].slice(0,m(t[0])?2:3).every((t=>t<=0))))[0])?void 0:i[0])||T[0][0];return C!==c?{data:{index:R+1,overflows:D},reset:{placement:C}}:{}}}},pt=function(t){return void 0===t&&(t={}),{name:"shift",options:t,async fn(n){const{x:e,y:r,placement:o}=n,{mainAxis:i=!0,crossAxis:l=!1,limiter:a={fn:t=>{let{x:n,y:e}=t;return{x:n,y:e}}},...c}=f(t,n),s={x:e,y:r},m=await S(n,c),h=y(d(o)),w=p(h);let g=s[w],x=s[h];i&&(g=u(g+m["y"===w?"top":"left"],g,g-m["y"===w?"bottom":"right"])),l&&(x=u(x+m["y"===h?"top":"left"],x,x-m["y"===h?"bottom":"right"]));const v=a.fn({...n,[w]:g,[h]:x});return{...v,data:{x:v.x-e,y:v.y-r,enabled:{[w]:i,[h]:l}}}}}},ht=function(t){return void 0===t&&(t={}),{name:"flip",options:t,async fn(n){var e,r;const{placement:o,middlewareData:i,rects:l,initialPlacement:a,platform:c,elements:s}=n,{mainAxis:u=!0,crossAxis:p=!0,fallbackPlacements:h,fallbackStrategy:w="bestFit",fallbackAxisSideDirection:b="none",flipAlignment:A=!0,...R}=f(t,n);if(null!=(e=i.arrow)&&e.alignmentOffset)return{};const O=d(o),k=y(a),F=d(a)===a,D=await(null==c.isRTL?void 0:c.isRTL(s.floating)),P=h||(F||!A?[v(a)]:function(t){const n=v(t);return[x(t),n,x(n)]}(a)),T="none"!==b;!h&&T&&P.push(...function(t,n,e,r){const o=m(t);let i=function(t,n,e){const r=["left","right"],o=["right","left"],i=["top","bottom"],l=["bottom","top"];switch(t){case"top":case"bottom":return e?n?o:r:n?r:o;case"left":case"right":return n?i:l;default:return[]}}(d(t),"start"===e,r);return o&&(i=i.map((t=>t+"-"+o)),n&&(i=i.concat(i.map(x)))),i}(a,A,b,D));const C=[a,...P],z=await S(n,R),B=[];let H=(null==(r=i.flip)?void 0:r.overflows)||[];if(u&&B.push(z[O]),p){const t=g(o,l,D);B.push(z[t[0]],z[t[1]])}if(H=[...H,{placement:o,overflows:B}],!B.every((t=>t<=0))){var M,L;const t=((null==(M=i.flip)?void 0:M.index)||0)+1,n=C[t];if(n)return{data:{index:t,overflows:H},reset:{placement:n}};let e=null==(L=H.filter((t=>t.overflows[0]<=0)).sort(((t,n)=>t.overflows[1]-n.overflows[1]))[0])?void 0:L.placement;if(!e)switch(w){case"bestFit":{var E;const t=null==(E=H.filter((t=>{if(T){const n=y(t.placement);return n===k||"y"===n}return!0})).map((t=>[t.placement,t.overflows.filter((t=>t>0)).reduce(((t,n)=>t+n),0)])).sort(((t,n)=>t[1]-n[1]))[0])?void 0:E[0];t&&(e=t);break}case"initialPlacement":e=a}if(o!==e)return{reset:{placement:e}}}return{}}}},yt=function(t){return void 0===t&&(t={}),{name:"size",options:t,async fn(n){var e,i;const{placement:l,rects:a,platform:c,elements:s}=n,{apply:u=(()=>{}),...p}=f(t,n),h=await S(n,p),w=d(l),g=m(l),x="y"===y(l),{width:v,height:b}=a.floating;let A,R;"top"===w||"bottom"===w?(A=w,R=g===(await(null==c.isRTL?void 0:c.isRTL(s.floating))?"start":"end")?"left":"right"):(R=w,A="end"===g?"top":"bottom");const O=b-h.top-h.bottom,k=v-h.left-h.right;let F=r(b-h[A],O),D=r(v-h[R],k);if(null!=(e=n.middlewareData.shift)&&e.enabled.x&&(D=k),null!=(i=n.middlewareData.shift)&&i.enabled.y&&(F=O),!n.middlewareData.shift&&!g){const t=o(h.left,0),n=o(h.right,0),e=o(h.top,0),r=o(h.bottom,0);x?D=v-2*(0!==t||0!==n?t+n:o(h.left,h.right)):F=b-2*(0!==e||0!==r?e+r:o(h.top,h.bottom))}await u({...n,availableWidth:D,availableHeight:F});const P=await c.getDimensions(s.floating);return v!==P.width||b!==P.height?{reset:{rects:!0}}:{}}}},wt=function(t){return void 0===t&&(t={}),{name:"hide",options:t,async fn(n){const{rects:e}=n,{strategy:r="referenceHidden",...o}=f(t,n);switch(r){case"referenceHidden":{const t=O(await S(n,{...o,elementContext:"reference"}),e.reference);return{data:{referenceHiddenOffsets:t,referenceHidden:k(t)}}}case"escaped":{const t=O(await S(n,{...o,altBoundary:!0}),e.floating);return{data:{escapedOffsets:t,escaped:k(t)}}}default:return{}}}}},gt=t=>({name:"arrow",options:t,async fn(n){const{x:e,y:o,placement:i,rects:l,platform:a,elements:c,middlewareData:s}=n,{element:d,padding:p=0}=f(t,n)||{};if(null==d)return{};const y=b(p),g={x:e,y:o},x=w(i),v=h(x),A=await a.getDimensions(d),R="y"===x,S=R?"top":"left",O=R?"bottom":"right",k=R?"clientHeight":"clientWidth",F=l.reference[v]+l.reference[x]-g[x]-l.floating[v],D=g[x]-l.reference[x],P=await(null==a.getOffsetParent?void 0:a.getOffsetParent(d));let T=P?P[k]:0;T&&await(null==a.isElement?void 0:a.isElement(P))||(T=c.floating[k]||l.floating[v]);const C=F/2-D/2,z=T/2-A[v]/2-1,B=r(y[S],z),H=r(y[O],z),M=B,L=T-A[v]-H,E=T/2-A[v]/2+C,I=u(M,E,L),N=!s.arrow&&null!=m(i)&&E!==I&&l.reference[v]/2-(E<M?B:H)-A[v]/2<0,j=N?E<M?E-M:E-L:0;return{[x]:g[x]+j,data:{[x]:I,centerOffset:E-I-j,...N&&{alignmentOffset:j}},reset:N}}}),xt=function(t){return void 0===t&&(t={}),{name:"inline",options:t,async fn(n){const{placement:e,elements:i,rects:l,platform:a,strategy:c}=n,{padding:s=2,x:u,y:m}=f(t,n),p=Array.from(await(null==a.getClientRects?void 0:a.getClientRects(i.reference))||[]),h=function(t){const n=t.slice().sort(((t,n)=>t.y-n.y)),e=[];let r=null;for(let t=0;t<n.length;t++){const o=n[t];!r||o.y-r.y>r.height/2?e.push([o]):e[e.length-1].push(o),r=o}return e.map((t=>A(F(t))))}(p),w=A(F(p)),g=b(s),x=await a.getElementRects({reference:{getBoundingClientRect:function(){if(2===h.length&&h[0].left>h[1].right&&null!=u&&null!=m)return h.find((t=>u>t.left-g.left&&u<t.right+g.right&&m>t.top-g.top&&m<t.bottom+g.bottom))||w;if(h.length>=2){if("y"===y(e)){const t=h[0],n=h[h.length-1],r="top"===d(e),o=t.top,i=n.bottom,l=r?t.left:n.left,a=r?t.right:n.right;return{top:o,bottom:i,left:l,right:a,width:a-l,height:i-o,x:l,y:o}}const t="left"===d(e),n=o(...h.map((t=>t.right))),i=r(...h.map((t=>t.left))),l=h.filter((e=>t?e.left===i:e.right===n)),a=l[0].top,c=l[l.length-1].bottom;return{top:a,bottom:c,left:i,right:n,width:n-i,height:c-a,x:i,y:a}}return w}},floating:i.floating,strategy:c});return l.reference.x!==x.reference.x||l.reference.y!==x.reference.y||l.reference.width!==x.reference.width||l.reference.height!==x.reference.height?{reset:{rects:x}}:{}}}},vt=function(t){return void 0===t&&(t={}),{options:t,fn(n){const{x:e,y:r,placement:o,rects:i,middlewareData:l}=n,{offset:a=0,mainAxis:c=!0,crossAxis:s=!0}=f(t,n),u={x:e,y:r},m=y(o),h=p(m);let w=u[h],g=u[m];const x=f(a,n),v="number"==typeof x?{mainAxis:x,crossAxis:0}:{mainAxis:0,crossAxis:0,...x};if(c){const t="y"===h?"height":"width",n=i.reference[h]-i.floating[t]+v.mainAxis,e=i.reference[h]+i.reference[t]-v.mainAxis;w<n?w=n:w>e&&(w=e)}if(s){var b,A;const t="y"===h?"width":"height",n=["top","left"].includes(d(o)),e=i.reference[m]-i.floating[t]+(n&&(null==(b=l.offset)?void 0:b[m])||0)+(n?0:v.crossAxis),r=i.reference[m]+i.reference[t]+(n?0:(null==(A=l.offset)?void 0:A[m])||0)-(n?v.crossAxis:0);g<e?g=e:g>r&&(g=r)}return{[h]:w,[m]:g}}}},bt=(t,n,e)=>{const r=new Map,o={platform:ct,...e},i={...o.platform,_c:r};return(async(t,n,e)=>{const{placement:r="bottom",strategy:o="absolute",middleware:i=[],platform:l}=e,a=i.filter(Boolean),c=await(null==l.isRTL?void 0:l.isRTL(n));let s=await l.getElementRects({reference:t,floating:n,strategy:o}),{x:u,y:f}=R(s,r,c),d=r,m={},p=0;for(let e=0;e<a.length;e++){const{name:i,fn:h}=a[e],{x:y,y:w,data:g,reset:x}=await h({x:u,y:f,initialPlacement:r,placement:d,strategy:o,middlewareData:m,rects:s,platform:l,elements:{reference:t,floating:n}});u=null!=y?y:u,f=null!=w?w:f,m={...m,[i]:{...m[i],...g}},x&&p<=50&&(p++,"object"==typeof x&&(x.placement&&(d=x.placement),x.rects&&(s=!0===x.rects?await l.getElementRects({reference:t,floating:n,strategy:o}):x.rects),({x:u,y:f}=R(s,d,c))),e=-1)}return{x:u,y:f,placement:d,strategy:o,middlewareData:m}})(t,n,{...o,platform:i})};export{gt as arrow,mt as autoPlacement,ut as autoUpdate,bt as computePosition,ft as detectOverflow,ht as flip,Y as getOverflowAncestors,wt as hide,xt as inline,vt as limitShift,dt as offset,ct as platform,pt as shift,yt as size}
1
+ const t=["top","right","bottom","left"],n=["start","end"],e=t.reduce(((t,e)=>t.concat(e,e+"-"+n[0],e+"-"+n[1])),[]),r=Math.min,o=Math.max,i=Math.round,l=Math.floor,a=t=>({x:t,y:t}),c={left:"right",right:"left",bottom:"top",top:"bottom"},s={start:"end",end:"start"};function u(t,n,e){return o(t,r(n,e))}function f(t,n){return"function"==typeof t?t(n):t}function d(t){return t.split("-")[0]}function m(t){return t.split("-")[1]}function p(t){return"x"===t?"y":"x"}function h(t){return"y"===t?"height":"width"}function y(t){return["top","bottom"].includes(d(t))?"y":"x"}function w(t){return p(y(t))}function g(t,n,e){void 0===e&&(e=!1);const r=m(t),o=w(t),i=h(o);let l="x"===o?r===(e?"end":"start")?"right":"left":"start"===r?"bottom":"top";return n.reference[i]>n.floating[i]&&(l=v(l)),[l,v(l)]}function x(t){return t.replace(/start|end/g,(t=>s[t]))}function v(t){return t.replace(/left|right|bottom|top/g,(t=>c[t]))}function b(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}function A(t){const{x:n,y:e,width:r,height:o}=t;return{width:r,height:o,top:e,left:n,right:n+r,bottom:e+o,x:n,y:e}}function R(t,n,e){let{reference:r,floating:o}=t;const i=y(n),l=w(n),a=h(l),c=d(n),s="y"===i,u=r.x+r.width/2-o.width/2,f=r.y+r.height/2-o.height/2,p=r[a]/2-o[a]/2;let g;switch(c){case"top":g={x:u,y:r.y-o.height};break;case"bottom":g={x:u,y:r.y+r.height};break;case"right":g={x:r.x+r.width,y:f};break;case"left":g={x:r.x-o.width,y:f};break;default:g={x:r.x,y:r.y}}switch(m(n)){case"start":g[l]-=p*(e&&s?-1:1);break;case"end":g[l]+=p*(e&&s?-1:1)}return g}async function S(t,n){var e;void 0===n&&(n={});const{x:r,y:o,platform:i,rects:l,elements:a,strategy:c}=t,{boundary:s="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:m=!1,padding:p=0}=f(n,t),h=b(p),y=a[m?"floating"===d?"reference":"floating":d],w=A(await i.getClippingRect({element:null==(e=await(null==i.isElement?void 0:i.isElement(y)))||e?y:y.contextElement||await(null==i.getDocumentElement?void 0:i.getDocumentElement(a.floating)),boundary:s,rootBoundary:u,strategy:c})),g="floating"===d?{x:r,y:o,width:l.floating.width,height:l.floating.height}:l.reference,x=await(null==i.getOffsetParent?void 0:i.getOffsetParent(a.floating)),v=await(null==i.isElement?void 0:i.isElement(x))&&await(null==i.getScale?void 0:i.getScale(x))||{x:1,y:1},R=A(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:g,offsetParent:x,strategy:c}):g);return{top:(w.top-R.top+h.top)/v.y,bottom:(R.bottom-w.bottom+h.bottom)/v.y,left:(w.left-R.left+h.left)/v.x,right:(R.right-w.right+h.right)/v.x}}function O(t,n){return{top:t.top-n.height,right:t.right-n.width,bottom:t.bottom-n.height,left:t.left-n.width}}function k(n){return t.some((t=>n[t]>=0))}function F(t){const n=r(...t.map((t=>t.left))),e=r(...t.map((t=>t.top)));return{x:n,y:e,width:o(...t.map((t=>t.right)))-n,height:o(...t.map((t=>t.bottom)))-e}}function D(){return"undefined"!=typeof window}function P(t){return z(t)?(t.nodeName||"").toLowerCase():"#document"}function T(t){var n;return(null==t||null==(n=t.ownerDocument)?void 0:n.defaultView)||window}function C(t){var n;return null==(n=(z(t)?t.ownerDocument:t.document)||window.document)?void 0:n.documentElement}function z(t){return!!D()&&(t instanceof Node||t instanceof T(t).Node)}function B(t){return!!D()&&(t instanceof Element||t instanceof T(t).Element)}function H(t){return!!D()&&(t instanceof HTMLElement||t instanceof T(t).HTMLElement)}function M(t){return!(!D()||"undefined"==typeof ShadowRoot)&&(t instanceof ShadowRoot||t instanceof T(t).ShadowRoot)}function L(t){const{overflow:n,overflowX:e,overflowY:r,display:o}=W(t);return/auto|scroll|overlay|hidden|clip/.test(n+r+e)&&!["inline","contents"].includes(o)}function E(t){return["table","td","th"].includes(P(t))}function I(t){return[":popover-open",":modal"].some((n=>{try{return t.matches(n)}catch(t){return!1}}))}function N(t){const n=j(),e=B(t)?W(t):t;return["transform","translate","scale","rotate","perspective"].some((t=>!!e[t]&&"none"!==e[t]))||!!e.containerType&&"normal"!==e.containerType||!n&&!!e.backdropFilter&&"none"!==e.backdropFilter||!n&&!!e.filter&&"none"!==e.filter||["transform","translate","scale","rotate","perspective","filter"].some((t=>(e.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(e.contain||"").includes(t)))}function j(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function q(t){return["html","body","#document"].includes(P(t))}function W(t){return T(t).getComputedStyle(t)}function $(t){return B(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function V(t){if("html"===P(t))return t;const n=t.assignedSlot||t.parentNode||M(t)&&t.host||C(t);return M(n)?n.host:n}function X(t){const n=V(t);return q(n)?t.ownerDocument?t.ownerDocument.body:t.body:H(n)&&L(n)?n:X(n)}function Y(t,n,e){var r;void 0===n&&(n=[]),void 0===e&&(e=!0);const o=X(t),i=o===(null==(r=t.ownerDocument)?void 0:r.body),l=T(o);if(i){const t=_(l);return n.concat(l,l.visualViewport||[],L(o)?o:[],t&&e?Y(t):[])}return n.concat(o,Y(o,[],e))}function _(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function G(t){const n=W(t);let e=parseFloat(n.width)||0,r=parseFloat(n.height)||0;const o=H(t),l=o?t.offsetWidth:e,a=o?t.offsetHeight:r,c=i(e)!==l||i(r)!==a;return c&&(e=l,r=a),{width:e,height:r,$:c}}function J(t){return B(t)?t:t.contextElement}function K(t){const n=J(t);if(!H(n))return a(1);const e=n.getBoundingClientRect(),{width:r,height:o,$:l}=G(n);let c=(l?i(e.width):e.width)/r,s=(l?i(e.height):e.height)/o;return c&&Number.isFinite(c)||(c=1),s&&Number.isFinite(s)||(s=1),{x:c,y:s}}const Q=a(0);function U(t){const n=T(t);return j()&&n.visualViewport?{x:n.visualViewport.offsetLeft,y:n.visualViewport.offsetTop}:Q}function Z(t,n,e,r){void 0===n&&(n=!1),void 0===e&&(e=!1);const o=t.getBoundingClientRect(),i=J(t);let l=a(1);n&&(r?B(r)&&(l=K(r)):l=K(t));const c=function(t,n,e){return void 0===n&&(n=!1),!(!e||n&&e!==T(t))&&n}(i,e,r)?U(i):a(0);let s=(o.left+c.x)/l.x,u=(o.top+c.y)/l.y,f=o.width/l.x,d=o.height/l.y;if(i){const t=T(i),n=r&&B(r)?T(r):r;let e=t,o=_(e);for(;o&&r&&n!==e;){const t=K(o),n=o.getBoundingClientRect(),r=W(o),i=n.left+(o.clientLeft+parseFloat(r.paddingLeft))*t.x,l=n.top+(o.clientTop+parseFloat(r.paddingTop))*t.y;s*=t.x,u*=t.y,f*=t.x,d*=t.y,s+=i,u+=l,e=T(o),o=_(e)}}return A({width:f,height:d,x:s,y:u})}function tt(t,n){const e=$(t).scrollLeft;return n?n.left+e:Z(C(t)).left+e}function nt(t,n,e){void 0===e&&(e=!1);const r=t.getBoundingClientRect();return{x:r.left+n.scrollLeft-(e?0:tt(t,r)),y:r.top+n.scrollTop}}function et(t,n,e){let r;if("viewport"===n)r=function(t,n){const e=T(t),r=C(t),o=e.visualViewport;let i=r.clientWidth,l=r.clientHeight,a=0,c=0;if(o){i=o.width,l=o.height;const t=j();(!t||t&&"fixed"===n)&&(a=o.offsetLeft,c=o.offsetTop)}return{width:i,height:l,x:a,y:c}}(t,e);else if("document"===n)r=function(t){const n=C(t),e=$(t),r=t.ownerDocument.body,i=o(n.scrollWidth,n.clientWidth,r.scrollWidth,r.clientWidth),l=o(n.scrollHeight,n.clientHeight,r.scrollHeight,r.clientHeight);let a=-e.scrollLeft+tt(t);const c=-e.scrollTop;return"rtl"===W(r).direction&&(a+=o(n.clientWidth,r.clientWidth)-i),{width:i,height:l,x:a,y:c}}(C(t));else if(B(n))r=function(t,n){const e=Z(t,!0,"fixed"===n),r=e.top+t.clientTop,o=e.left+t.clientLeft,i=H(t)?K(t):a(1);return{width:t.clientWidth*i.x,height:t.clientHeight*i.y,x:o*i.x,y:r*i.y}}(n,e);else{const e=U(t);r={x:n.x-e.x,y:n.y-e.y,width:n.width,height:n.height}}return A(r)}function rt(t,n){const e=V(t);return!(e===n||!B(e)||q(e))&&("fixed"===W(e).position||rt(e,n))}function ot(t,n,e){const r=H(n),o=C(n),i="fixed"===e,l=Z(t,!0,i,n);let c={scrollLeft:0,scrollTop:0};const s=a(0);if(r||!r&&!i)if(("body"!==P(n)||L(o))&&(c=$(n)),r){const t=Z(n,!0,i,n);s.x=t.x+n.clientLeft,s.y=t.y+n.clientTop}else o&&(s.x=tt(o));const u=!o||r||i?a(0):nt(o,c);return{x:l.left+c.scrollLeft-s.x-u.x,y:l.top+c.scrollTop-s.y-u.y,width:l.width,height:l.height}}function it(t){return"static"===W(t).position}function lt(t,n){if(!H(t)||"fixed"===W(t).position)return null;if(n)return n(t);let e=t.offsetParent;return C(t)===e&&(e=e.ownerDocument.body),e}function at(t,n){const e=T(t);if(I(t))return e;if(!H(t)){let n=V(t);for(;n&&!q(n);){if(B(n)&&!it(n))return n;n=V(n)}return e}let r=lt(t,n);for(;r&&E(r)&&it(r);)r=lt(r,n);return r&&q(r)&&it(r)&&!N(r)?e:r||function(t){let n=V(t);for(;H(n)&&!q(n);){if(N(n))return n;if(I(n))return null;n=V(n)}return null}(t)||e}const ct={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{elements:n,rect:e,offsetParent:r,strategy:o}=t;const i="fixed"===o,l=C(r),c=!!n&&I(n.floating);if(r===l||c&&i)return e;let s={scrollLeft:0,scrollTop:0},u=a(1);const f=a(0),d=H(r);if((d||!d&&!i)&&(("body"!==P(r)||L(l))&&(s=$(r)),H(r))){const t=Z(r);u=K(r),f.x=t.x+r.clientLeft,f.y=t.y+r.clientTop}const m=!l||d||i?a(0):nt(l,s,!0);return{width:e.width*u.x,height:e.height*u.y,x:e.x*u.x-s.scrollLeft*u.x+f.x+m.x,y:e.y*u.y-s.scrollTop*u.y+f.y+m.y}},getDocumentElement:C,getClippingRect:function(t){let{element:n,boundary:e,rootBoundary:i,strategy:l}=t;const a=[..."clippingAncestors"===e?I(n)?[]:function(t,n){const e=n.get(t);if(e)return e;let r=Y(t,[],!1).filter((t=>B(t)&&"body"!==P(t))),o=null;const i="fixed"===W(t).position;let l=i?V(t):t;for(;B(l)&&!q(l);){const n=W(l),e=N(l);e||"fixed"!==n.position||(o=null),(i?!e&&!o:!e&&"static"===n.position&&o&&["absolute","fixed"].includes(o.position)||L(l)&&!e&&rt(t,l))?r=r.filter((t=>t!==l)):o=n,l=V(l)}return n.set(t,r),r}(n,this._c):[].concat(e),i],c=a.reduce(((t,e)=>{const i=et(n,e,l);return t.top=o(i.top,t.top),t.right=r(i.right,t.right),t.bottom=r(i.bottom,t.bottom),t.left=o(i.left,t.left),t}),et(n,a[0],l));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}},getOffsetParent:at,getElementRects:async function(t){const n=this.getOffsetParent||at,e=this.getDimensions,r=await e(t.floating);return{reference:ot(t.reference,await n(t.floating),t.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){const{width:n,height:e}=G(t);return{width:n,height:e}},getScale:K,isElement:B,isRTL:function(t){return"rtl"===W(t).direction}};function st(t,n){return t.x===n.x&&t.y===n.y&&t.width===n.width&&t.height===n.height}function ut(t,n,e,i){void 0===i&&(i={});const{ancestorScroll:a=!0,ancestorResize:c=!0,elementResize:s="function"==typeof ResizeObserver,layoutShift:u="function"==typeof IntersectionObserver,animationFrame:f=!1}=i,d=J(t),m=a||c?[...d?Y(d):[],...Y(n)]:[];m.forEach((t=>{a&&t.addEventListener("scroll",e,{passive:!0}),c&&t.addEventListener("resize",e)}));const p=d&&u?function(t,n){let e,i=null;const a=C(t);function c(){var t;clearTimeout(e),null==(t=i)||t.disconnect(),i=null}return function s(u,f){void 0===u&&(u=!1),void 0===f&&(f=1),c();const d=t.getBoundingClientRect(),{left:m,top:p,width:h,height:y}=d;if(u||n(),!h||!y)return;const w={rootMargin:-l(p)+"px "+-l(a.clientWidth-(m+h))+"px "+-l(a.clientHeight-(p+y))+"px "+-l(m)+"px",threshold:o(0,r(1,f))||1};let g=!0;function x(n){const r=n[0].intersectionRatio;if(r!==f){if(!g)return s();r?s(!1,r):e=setTimeout((()=>{s(!1,1e-7)}),1e3)}1!==r||st(d,t.getBoundingClientRect())||s(),g=!1}try{i=new IntersectionObserver(x,{...w,root:a.ownerDocument})}catch(t){i=new IntersectionObserver(x,w)}i.observe(t)}(!0),c}(d,e):null;let h,y=-1,w=null;s&&(w=new ResizeObserver((t=>{let[r]=t;r&&r.target===d&&w&&(w.unobserve(n),cancelAnimationFrame(y),y=requestAnimationFrame((()=>{var t;null==(t=w)||t.observe(n)}))),e()})),d&&!f&&w.observe(d),w.observe(n));let g=f?Z(t):null;return f&&function n(){const r=Z(t);g&&!st(g,r)&&e(),g=r,h=requestAnimationFrame(n)}(),e(),()=>{var t;m.forEach((t=>{a&&t.removeEventListener("scroll",e),c&&t.removeEventListener("resize",e)})),null==p||p(),null==(t=w)||t.disconnect(),w=null,f&&cancelAnimationFrame(h)}}const ft=S,dt=function(t){return void 0===t&&(t=0),{name:"offset",options:t,async fn(n){var e,r;const{x:o,y:i,placement:l,middlewareData:a}=n,c=await async function(t,n){const{placement:e,platform:r,elements:o}=t,i=await(null==r.isRTL?void 0:r.isRTL(o.floating)),l=d(e),a=m(e),c="y"===y(e),s=["left","top"].includes(l)?-1:1,u=i&&c?-1:1,p=f(n,t);let{mainAxis:h,crossAxis:w,alignmentAxis:g}="number"==typeof p?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:p.mainAxis||0,crossAxis:p.crossAxis||0,alignmentAxis:p.alignmentAxis};return a&&"number"==typeof g&&(w="end"===a?-1*g:g),c?{x:w*u,y:h*s}:{x:h*s,y:w*u}}(n,t);return l===(null==(e=a.offset)?void 0:e.placement)&&null!=(r=a.arrow)&&r.alignmentOffset?{}:{x:o+c.x,y:i+c.y,data:{...c,placement:l}}}}},mt=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(n){var r,o,i;const{rects:l,middlewareData:a,placement:c,platform:s,elements:u}=n,{crossAxis:p=!1,alignment:h,allowedPlacements:y=e,autoAlignment:w=!0,...v}=f(t,n),b=void 0!==h||y===e?function(t,n,e){return(t?[...e.filter((n=>m(n)===t)),...e.filter((n=>m(n)!==t))]:e.filter((t=>d(t)===t))).filter((e=>!t||m(e)===t||!!n&&x(e)!==e))}(h||null,w,y):y,A=await S(n,v),R=(null==(r=a.autoPlacement)?void 0:r.index)||0,O=b[R];if(null==O)return{};const k=g(O,l,await(null==s.isRTL?void 0:s.isRTL(u.floating)));if(c!==O)return{reset:{placement:b[0]}};const F=[A[d(O)],A[k[0]],A[k[1]]],D=[...(null==(o=a.autoPlacement)?void 0:o.overflows)||[],{placement:O,overflows:F}],P=b[R+1];if(P)return{data:{index:R+1,overflows:D},reset:{placement:P}};const T=D.map((t=>{const n=m(t.placement);return[t.placement,n&&p?t.overflows.slice(0,2).reduce(((t,n)=>t+n),0):t.overflows[0],t.overflows]})).sort(((t,n)=>t[1]-n[1])),C=(null==(i=T.filter((t=>t[2].slice(0,m(t[0])?2:3).every((t=>t<=0))))[0])?void 0:i[0])||T[0][0];return C!==c?{data:{index:R+1,overflows:D},reset:{placement:C}}:{}}}},pt=function(t){return void 0===t&&(t={}),{name:"shift",options:t,async fn(n){const{x:e,y:r,placement:o}=n,{mainAxis:i=!0,crossAxis:l=!1,limiter:a={fn:t=>{let{x:n,y:e}=t;return{x:n,y:e}}},...c}=f(t,n),s={x:e,y:r},m=await S(n,c),h=y(d(o)),w=p(h);let g=s[w],x=s[h];i&&(g=u(g+m["y"===w?"top":"left"],g,g-m["y"===w?"bottom":"right"])),l&&(x=u(x+m["y"===h?"top":"left"],x,x-m["y"===h?"bottom":"right"]));const v=a.fn({...n,[w]:g,[h]:x});return{...v,data:{x:v.x-e,y:v.y-r,enabled:{[w]:i,[h]:l}}}}}},ht=function(t){return void 0===t&&(t={}),{name:"flip",options:t,async fn(n){var e,r;const{placement:o,middlewareData:i,rects:l,initialPlacement:a,platform:c,elements:s}=n,{mainAxis:u=!0,crossAxis:p=!0,fallbackPlacements:h,fallbackStrategy:w="bestFit",fallbackAxisSideDirection:b="none",flipAlignment:A=!0,...R}=f(t,n);if(null!=(e=i.arrow)&&e.alignmentOffset)return{};const O=d(o),k=y(a),F=d(a)===a,D=await(null==c.isRTL?void 0:c.isRTL(s.floating)),P=h||(F||!A?[v(a)]:function(t){const n=v(t);return[x(t),n,x(n)]}(a)),T="none"!==b;!h&&T&&P.push(...function(t,n,e,r){const o=m(t);let i=function(t,n,e){const r=["left","right"],o=["right","left"],i=["top","bottom"],l=["bottom","top"];switch(t){case"top":case"bottom":return e?n?o:r:n?r:o;case"left":case"right":return n?i:l;default:return[]}}(d(t),"start"===e,r);return o&&(i=i.map((t=>t+"-"+o)),n&&(i=i.concat(i.map(x)))),i}(a,A,b,D));const C=[a,...P],z=await S(n,R),B=[];let H=(null==(r=i.flip)?void 0:r.overflows)||[];if(u&&B.push(z[O]),p){const t=g(o,l,D);B.push(z[t[0]],z[t[1]])}if(H=[...H,{placement:o,overflows:B}],!B.every((t=>t<=0))){var M,L;const t=((null==(M=i.flip)?void 0:M.index)||0)+1,n=C[t];if(n)return{data:{index:t,overflows:H},reset:{placement:n}};let e=null==(L=H.filter((t=>t.overflows[0]<=0)).sort(((t,n)=>t.overflows[1]-n.overflows[1]))[0])?void 0:L.placement;if(!e)switch(w){case"bestFit":{var E;const t=null==(E=H.filter((t=>{if(T){const n=y(t.placement);return n===k||"y"===n}return!0})).map((t=>[t.placement,t.overflows.filter((t=>t>0)).reduce(((t,n)=>t+n),0)])).sort(((t,n)=>t[1]-n[1]))[0])?void 0:E[0];t&&(e=t);break}case"initialPlacement":e=a}if(o!==e)return{reset:{placement:e}}}return{}}}},yt=function(t){return void 0===t&&(t={}),{name:"size",options:t,async fn(n){var e,i;const{placement:l,rects:a,platform:c,elements:s}=n,{apply:u=()=>{},...p}=f(t,n),h=await S(n,p),w=d(l),g=m(l),x="y"===y(l),{width:v,height:b}=a.floating;let A,R;"top"===w||"bottom"===w?(A=w,R=g===(await(null==c.isRTL?void 0:c.isRTL(s.floating))?"start":"end")?"left":"right"):(R=w,A="end"===g?"top":"bottom");const O=b-h.top-h.bottom,k=v-h.left-h.right;let F=r(b-h[A],O),D=r(v-h[R],k);if(null!=(e=n.middlewareData.shift)&&e.enabled.x&&(D=k),null!=(i=n.middlewareData.shift)&&i.enabled.y&&(F=O),!n.middlewareData.shift&&!g){const t=o(h.left,0),n=o(h.right,0),e=o(h.top,0),r=o(h.bottom,0);x?D=v-2*(0!==t||0!==n?t+n:o(h.left,h.right)):F=b-2*(0!==e||0!==r?e+r:o(h.top,h.bottom))}await u({...n,availableWidth:D,availableHeight:F});const P=await c.getDimensions(s.floating);return v!==P.width||b!==P.height?{reset:{rects:!0}}:{}}}},wt=function(t){return void 0===t&&(t={}),{name:"hide",options:t,async fn(n){const{rects:e}=n,{strategy:r="referenceHidden",...o}=f(t,n);switch(r){case"referenceHidden":{const t=O(await S(n,{...o,elementContext:"reference"}),e.reference);return{data:{referenceHiddenOffsets:t,referenceHidden:k(t)}}}case"escaped":{const t=O(await S(n,{...o,altBoundary:!0}),e.floating);return{data:{escapedOffsets:t,escaped:k(t)}}}default:return{}}}}},gt=t=>({name:"arrow",options:t,async fn(n){const{x:e,y:o,placement:i,rects:l,platform:a,elements:c,middlewareData:s}=n,{element:d,padding:p=0}=f(t,n)||{};if(null==d)return{};const y=b(p),g={x:e,y:o},x=w(i),v=h(x),A=await a.getDimensions(d),R="y"===x,S=R?"top":"left",O=R?"bottom":"right",k=R?"clientHeight":"clientWidth",F=l.reference[v]+l.reference[x]-g[x]-l.floating[v],D=g[x]-l.reference[x],P=await(null==a.getOffsetParent?void 0:a.getOffsetParent(d));let T=P?P[k]:0;T&&await(null==a.isElement?void 0:a.isElement(P))||(T=c.floating[k]||l.floating[v]);const C=F/2-D/2,z=T/2-A[v]/2-1,B=r(y[S],z),H=r(y[O],z),M=B,L=T-A[v]-H,E=T/2-A[v]/2+C,I=u(M,E,L),N=!s.arrow&&null!=m(i)&&E!==I&&l.reference[v]/2-(E<M?B:H)-A[v]/2<0,j=N?E<M?E-M:E-L:0;return{[x]:g[x]+j,data:{[x]:I,centerOffset:E-I-j,...N&&{alignmentOffset:j}},reset:N}}}),xt=function(t){return void 0===t&&(t={}),{name:"inline",options:t,async fn(n){const{placement:e,elements:i,rects:l,platform:a,strategy:c}=n,{padding:s=2,x:u,y:m}=f(t,n),p=Array.from(await(null==a.getClientRects?void 0:a.getClientRects(i.reference))||[]),h=function(t){const n=t.slice().sort(((t,n)=>t.y-n.y)),e=[];let r=null;for(let t=0;t<n.length;t++){const o=n[t];!r||o.y-r.y>r.height/2?e.push([o]):e[e.length-1].push(o),r=o}return e.map((t=>A(F(t))))}(p),w=A(F(p)),g=b(s),x=await a.getElementRects({reference:{getBoundingClientRect:function(){if(2===h.length&&h[0].left>h[1].right&&null!=u&&null!=m)return h.find((t=>u>t.left-g.left&&u<t.right+g.right&&m>t.top-g.top&&m<t.bottom+g.bottom))||w;if(h.length>=2){if("y"===y(e)){const t=h[0],n=h[h.length-1],r="top"===d(e),o=t.top,i=n.bottom,l=r?t.left:n.left,a=r?t.right:n.right;return{top:o,bottom:i,left:l,right:a,width:a-l,height:i-o,x:l,y:o}}const t="left"===d(e),n=o(...h.map((t=>t.right))),i=r(...h.map((t=>t.left))),l=h.filter((e=>t?e.left===i:e.right===n)),a=l[0].top,c=l[l.length-1].bottom;return{top:a,bottom:c,left:i,right:n,width:n-i,height:c-a,x:i,y:a}}return w}},floating:i.floating,strategy:c});return l.reference.x!==x.reference.x||l.reference.y!==x.reference.y||l.reference.width!==x.reference.width||l.reference.height!==x.reference.height?{reset:{rects:x}}:{}}}},vt=function(t){return void 0===t&&(t={}),{options:t,fn(n){const{x:e,y:r,placement:o,rects:i,middlewareData:l}=n,{offset:a=0,mainAxis:c=!0,crossAxis:s=!0}=f(t,n),u={x:e,y:r},m=y(o),h=p(m);let w=u[h],g=u[m];const x=f(a,n),v="number"==typeof x?{mainAxis:x,crossAxis:0}:{mainAxis:0,crossAxis:0,...x};if(c){const t="y"===h?"height":"width",n=i.reference[h]-i.floating[t]+v.mainAxis,e=i.reference[h]+i.reference[t]-v.mainAxis;w<n?w=n:w>e&&(w=e)}if(s){var b,A;const t="y"===h?"width":"height",n=["top","left"].includes(d(o)),e=i.reference[m]-i.floating[t]+(n&&(null==(b=l.offset)?void 0:b[m])||0)+(n?0:v.crossAxis),r=i.reference[m]+i.reference[t]+(n?0:(null==(A=l.offset)?void 0:A[m])||0)-(n?v.crossAxis:0);g<e?g=e:g>r&&(g=r)}return{[h]:w,[m]:g}}}},bt=(t,n,e)=>{const r=new Map,o={platform:ct,...e},i={...o.platform,_c:r};return(async(t,n,e)=>{const{placement:r="bottom",strategy:o="absolute",middleware:i=[],platform:l}=e,a=i.filter(Boolean),c=await(null==l.isRTL?void 0:l.isRTL(n));let s=await l.getElementRects({reference:t,floating:n,strategy:o}),{x:u,y:f}=R(s,r,c),d=r,m={},p=0;for(let e=0;e<a.length;e++){const{name:i,fn:h}=a[e],{x:y,y:w,data:g,reset:x}=await h({x:u,y:f,initialPlacement:r,placement:d,strategy:o,middlewareData:m,rects:s,platform:l,elements:{reference:t,floating:n}});u=null!=y?y:u,f=null!=w?w:f,m={...m,[i]:{...m[i],...g}},x&&p<=50&&(p++,"object"==typeof x&&(x.placement&&(d=x.placement),x.rects&&(s=!0===x.rects?await l.getElementRects({reference:t,floating:n,strategy:o}):x.rects),({x:u,y:f}=R(s,d,c))),e=-1)}return{x:u,y:f,placement:d,strategy:o,middlewareData:m}})(t,n,{...o,platform:i})};export{gt as arrow,mt as autoPlacement,ut as autoUpdate,bt as computePosition,ft as detectOverflow,ht as flip,Y as getOverflowAncestors,wt as hide,xt as inline,vt as limitShift,dt as offset,ct as platform,pt as shift,yt as size}
@@ -1 +1 @@
1
- var __extends=this&&this.__extends||function(){var t=function(n,i){t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i))t[i]=n[i]};return t(n,i)};return function(n,i){if(typeof i!=="function"&&i!==null)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");t(n,i);function r(){this.constructor=n}n.prototype=i===null?Object.create(i):(r.prototype=i.prototype,new r)}}();System.register(["./p-01cd830b.system.js","./p-eecefb0a.system.js"],(function(t){"use strict";var n,i,r,e,u,s;return{setters:[function(t){n=t.k;i=t.q;r=t.l;e=t.r},function(t){u=t.L;s=t.a}],execute:function(){t("L",c);var o=function(t){__extends(u,t);function u(){var r=t.apply(this,arguments)||this;r.debouncedNotify=n((function(t){return r.notify({target:t})}),42);r.callbackWillAnimate=function(t){i(t,r.el,(function(t){return r.debouncedNotify(t)}))};r.callbackDidAnimate=function(t){i(t,r.el,(function(t){return r.debouncedNotify(t)}))};return r}u.prototype.connect=function(n){t.prototype.connect.call(this,n);var i=window;if(i){r(i,"balWillAnimate",this.callbackWillAnimate,{passive:true});r(i,"balDidAnimate",this.callbackDidAnimate,{passive:true})}};u.prototype.disconnect=function(){t.prototype.disconnect.call(this);var n=window;if(n){e(n,"balWillAnimate",this.callbackWillAnimate);e(n,"balDidAnimate",this.callbackDidAnimate)}};return u}(u);var f=function(t){__extends(n,t);function n(){var n=t.call(this,(function(t,n){t.animationListener(n)}))||this;n.listener=new o;return n}n.prototype.attach=function(n){var i=this;t.prototype.attach.call(this,n);this.listener.connect(n.el);this.listener.add((function(n){return t.prototype.notify.call(i,n)}))};n.prototype.detach=function(){t.prototype.detach.call(this);this.listener.disconnect()};return n}(s);new f;function c(){return function(t,n,i){var r=t.connectedCallback,e=t.componentDidLoad,u=t.disconnectedCallback;t.connectedCallback=function(){if(!this._balAnimationSubject){this._balAnimationSubject=new f}return r&&r.call(this)};t.componentDidLoad=function(){this._balAnimationSubject.attach(this);return e&&e.call(this)};t.disconnectedCallback=function(){if(this._balAnimationSubject){this._balAnimationSubject.detach();this._balAnimationSubject=undefined}return u&&u.call(this)}}}}}}));
1
+ var __extends=this&&this.__extends||function(){var t=function(n,i){t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i))t[i]=n[i]};return t(n,i)};return function(n,i){if(typeof i!=="function"&&i!==null)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");t(n,i);function r(){this.constructor=n}n.prototype=i===null?Object.create(i):(r.prototype=i.prototype,new r)}}();System.register(["./p-D71JAXr2.system.js","./p-OcxT007U.system.js"],(function(t){"use strict";var n,i,r,u,e,s;return{setters:[function(t){n=t.I;i=t.Y;r=t.R;u=t.S},function(t){e=t.L;s=t.a}],execute:function(){t("L",c);var o=function(t){__extends(e,t);function e(){var r=t.apply(this,arguments)||this;r.debouncedNotify=n((function(t){return r.notify({target:t})}),42);r.callbackWillAnimate=function(t){i(t,r.el,(function(t){return r.debouncedNotify(t)}))};r.callbackDidAnimate=function(t){i(t,r.el,(function(t){return r.debouncedNotify(t)}))};return r}e.prototype.connect=function(n){t.prototype.connect.call(this,n);var i=window;if(i){r(i,"balWillAnimate",this.callbackWillAnimate,{passive:true});r(i,"balDidAnimate",this.callbackDidAnimate,{passive:true})}};e.prototype.disconnect=function(){t.prototype.disconnect.call(this);var n=window;if(n){u(n,"balWillAnimate",this.callbackWillAnimate);u(n,"balDidAnimate",this.callbackDidAnimate)}};return e}(e);var f=function(t){__extends(n,t);function n(){var n=t.call(this,(function(t,n){t.animationListener(n)}))||this;n.listener=new o;return n}n.prototype.attach=function(n){var i=this;t.prototype.attach.call(this,n);this.listener.connect(n.el);this.listener.add((function(n){return t.prototype.notify.call(i,n)}))};n.prototype.detach=function(){t.prototype.detach.call(this);this.listener.disconnect()};return n}(s);new f;function c(){return function(t,n,i){var r=t.connectedCallback,u=t.componentDidLoad,e=t.disconnectedCallback;t.connectedCallback=function(){if(!this._balAnimationSubject){this._balAnimationSubject=new f}return r&&r.call(this)};t.componentDidLoad=function(){this._balAnimationSubject.attach(this);return u&&u.call(this)};t.disconnectedCallback=function(){if(this._balAnimationSubject){this._balAnimationSubject.detach();this._balAnimationSubject=undefined}return e&&e.call(this)}}}}}}));
@@ -0,0 +1 @@
1
+ import{a as t,I as s,R as i,S as e}from"./p-CPBMBpj8.js";import{b as h}from"./p-YM_tyEF-.js";import{L as r,S as n}from"./p-ILKmvJEL.js";import{j as o,k as u,l as a,m as c,n as l}from"./p-C_dCl-FQ.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 f=t=>parseInt(t.slice(0,-2),10),g=f(c),b=f(l),m=f(a),w=f(u),j=f(o),D=t=>t.innerWidth<g,k=t=>{const s=t.innerWidth;return s>=g&&s<b},v=t=>D(t)||k(t),L={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 O{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(L).filter((t=>L[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 y=new O,C={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=C,this.listener=new p,this.debouncedNotify=s((()=>this.notify()),50),this.listener.connect(),this.listener.add((()=>{y.detect();const t=y.toObject();this.isEqual(t)||(this.state=t,this.debouncedNotify())}))}attach(t){super.attach(t),y.detect();const s=y.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,y as b,S as c,O as d}
@@ -0,0 +1 @@
1
+ import{B as s}from"./p-DZZS7FpW.js";import{a as t}from"./p-ILKmvJEL.js";import{a as p}from"./p-CPBMBpj8.js";class r extends t{constructor(){super((s=>{s.windowResizeListener()})),this.listener=new s}attach(s){super.attach(s),p.hasWindow&&(this.listener.connect(window),this.listener.add((()=>super.notify())))}detach(){super.detach(),this.listener.disconnect()}}new r;export{r as B}