@luzmo/analytics-components-kit 1.0.1-alpha.4 → 1.0.1-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (372) hide show
  1. package/components/async-directive-DWRUSKKF-C2JoUGYR.cjs +56 -0
  2. package/components/async-directive-DWRUSKKF-CNTJHpgh.js +152 -0
  3. package/components/base-BjTwmyRF.cjs +24 -0
  4. package/components/base-D76d76ww-BiajPmzU.cjs +40 -0
  5. package/components/base-D76d76ww-gf0ESLsU.js +45 -0
  6. package/components/base-D76d76ww.js +28 -0
  7. package/{lib/button-base-CtfPWS-P.js → components/button-base-B7v4eeRh-B4fczZlv.js} +55 -36
  8. package/components/button-base-B7v4eeRh-CjngVDsD.cjs +43 -0
  9. package/components/checkbox-mixin-BFGTmw17-BR4ufh0S.js +88 -0
  10. package/components/checkbox-mixin-BFGTmw17-lIHmn1jk.cjs +45 -0
  11. package/components/directive-helpers-nlQRAaQt-CQ_hWlbQ.cjs +80 -0
  12. package/components/directive-helpers-nlQRAaQt-arNFWD5u.js +115 -0
  13. package/components/display-settings/display-settings.d.ts +70 -0
  14. package/components/display-settings/index.cjs +105 -0
  15. package/components/display-settings/index.d.ts +7 -0
  16. package/components/display-settings/index.js +238 -0
  17. package/components/display-settings-binning/display-settings-binning.d.ts +32 -0
  18. package/components/display-settings-binning/index.cjs +51 -0
  19. package/components/display-settings-binning/index.d.ts +7 -0
  20. package/components/display-settings-binning/index.js +136 -0
  21. package/components/display-settings-datetime/display-settings-datetime.d.ts +85 -0
  22. package/{lib/en-GB-BqYHIX1v.cjs → components/display-settings-datetime/index.cjs} +1 -1
  23. package/components/display-settings-datetime/index.d.ts +7 -0
  24. package/{lib/draggable-data-item → components/display-settings-datetime}/index.js +2 -2
  25. package/components/display-settings-grand-totals/display-settings-grand-totals.d.ts +30 -0
  26. package/components/display-settings-grand-totals/index.cjs +41 -0
  27. package/components/display-settings-grand-totals/index.d.ts +7 -0
  28. package/components/display-settings-grand-totals/index.js +115 -0
  29. package/components/display-settings-numeric/display-settings-numeric.d.ts +73 -0
  30. package/components/display-settings-numeric/helpers/constants.d.ts +17 -0
  31. package/components/display-settings-numeric/index.cjs +146 -0
  32. package/components/display-settings-numeric/index.d.ts +7 -0
  33. package/{lib/index-CM80_HQw.js → components/display-settings-numeric/index.js} +116 -106
  34. package/components/display-settings-period-over-period/display-settings-period-over-period.d.ts +44 -0
  35. package/components/display-settings-period-over-period/helpers/constants.d.ts +33 -0
  36. package/components/display-settings-period-over-period/index.cjs +103 -0
  37. package/components/display-settings-period-over-period/index.d.ts +7 -0
  38. package/{lib/index-DJp_9h0l.js → components/display-settings-period-over-period/index.js} +113 -132
  39. package/components/divider.module-DwOuLGU3-B19eHVg2.js +40 -0
  40. package/components/divider.module-DwOuLGU3-Bg8RrFkc.cjs +36 -0
  41. package/components/draggable-data-item/draggable-data-item.d.ts +25 -0
  42. package/components/draggable-data-item/index.cjs +55 -0
  43. package/components/draggable-data-item/index.d.ts +7 -0
  44. package/components/draggable-data-item/index.js +140 -0
  45. package/components/draggable-data-item-level/draggable-data-item-level.d.ts +29 -0
  46. package/components/draggable-data-item-level/helpers/calculate-type-icon.d.ts +2 -0
  47. package/components/draggable-data-item-level/helpers/generate-preview.d.ts +1 -0
  48. package/components/draggable-data-item-level/index.cjs +36 -0
  49. package/components/draggable-data-item-level/index.d.ts +7 -0
  50. package/{lib/index-DrIA0eFE.js → components/draggable-data-item-level/index.js} +143 -242
  51. package/components/droppable-slot/droppable-slot.d.ts +49 -0
  52. package/components/droppable-slot/index.cjs +69 -0
  53. package/components/droppable-slot/index.d.ts +7 -0
  54. package/components/droppable-slot/index.js +255 -0
  55. package/components/droppable-slot/item-slots-configs/area-chart-slots.config.d.ts +44 -0
  56. package/components/droppable-slot/item-slots-configs/bar-chart-slots.config.d.ts +24 -0
  57. package/components/droppable-slot/item-slots-configs/donut-chart-slots.config.d.ts +20 -0
  58. package/components/edit-item/edit-item.d.ts +50 -0
  59. package/components/edit-item/index.cjs +85 -0
  60. package/components/edit-item/index.d.ts +7 -0
  61. package/components/edit-item/index.js +333 -0
  62. package/components/edit-option/edit-option.d.ts +22 -0
  63. package/components/edit-option/helpers/control-markup.d.ts +14 -0
  64. package/components/edit-option/helpers/control-templates/action-button-group-template.d.ts +2 -0
  65. package/components/edit-option/helpers/control-templates/color-picker-template.d.ts +2 -0
  66. package/components/edit-option/helpers/control-templates/multi-language-field-template.d.ts +8 -0
  67. package/components/edit-option/helpers/control-templates/number-field-template.d.ts +2 -0
  68. package/components/edit-option/helpers/control-templates/picker-template.d.ts +2 -0
  69. package/components/edit-option/helpers/control-templates/positions-number-field-template.d.ts +2 -0
  70. package/components/edit-option/helpers/control-templates/radio-button-group.d.ts +2 -0
  71. package/components/edit-option/helpers/control-templates/slider-template.d.ts +2 -0
  72. package/components/edit-option/helpers/control-templates/switch-template.d.ts +2 -0
  73. package/components/edit-option/helpers/control-templates/text-field-template.d.ts +7 -0
  74. package/components/edit-option/helpers/generate-callback.d.ts +1 -0
  75. package/components/edit-option/helpers/get-control-by-key.d.ts +1 -0
  76. package/components/edit-option/helpers/get-extra-label-values.d.ts +7 -0
  77. package/components/edit-option/helpers/get-value-by-key.d.ts +1 -0
  78. package/components/edit-option/index.cjs +176 -0
  79. package/components/edit-option/index.d.ts +7 -0
  80. package/components/edit-option/index.js +507 -0
  81. package/components/edit-option/item-configs/bar-chart.config.d.ts +108 -0
  82. package/components/edit-option/item-configs/column-chart.config.d.ts +108 -0
  83. package/components/edit-option/item-configs/donut-chart.config.d.ts +102 -0
  84. package/components/edit-option/item-configs/imageobject.config.d.ts +128 -0
  85. package/components/edit-option/item-configs/line-chart.config.d.ts +96 -0
  86. package/components/edit-option/item-configs/textobject.config.d.ts +13 -0
  87. package/components/edit-option/item-translations/bar-chart.en.d.ts +48 -0
  88. package/components/edit-option/item-translations/bar-chart.fr.d.ts +23 -0
  89. package/components/edit-option/item-translations/bar-chart.nl.d.ts +23 -0
  90. package/components/edit-option/item-translations/donut-chart.en.d.ts +64 -0
  91. package/components/edit-option/item-translations/donut-chart.fr.d.ts +18 -0
  92. package/components/edit-option/item-translations/donut-chart.nl.d.ts +18 -0
  93. package/components/edit-option-action-button-group/edit-option-action-button-group.d.ts +27 -0
  94. package/components/edit-option-action-button-group/index.cjs +44 -0
  95. package/components/edit-option-action-button-group/index.d.ts +7 -0
  96. package/components/edit-option-action-button-group/index.js +144 -0
  97. package/components/edit-option-base/edit-option-base.d.ts +22 -0
  98. package/components/edit-option-base-Ck3NFAli.cjs +53 -0
  99. package/components/edit-option-base-w3UBiCoU.js +120 -0
  100. package/components/edit-option-color-picker/edit-option-color-picker.d.ts +23 -0
  101. package/components/edit-option-color-picker/index.cjs +472 -0
  102. package/components/edit-option-color-picker/index.d.ts +7 -0
  103. package/components/edit-option-color-picker/index.js +2553 -0
  104. package/components/edit-option-multi-language-field/edit-option-multi-language-field.d.ts +15 -0
  105. package/components/edit-option-multi-language-field/index.cjs +31 -0
  106. package/components/edit-option-multi-language-field/index.d.ts +7 -0
  107. package/components/edit-option-multi-language-field/index.js +102 -0
  108. package/components/edit-option-number-field/edit-option-number-field.d.ts +19 -0
  109. package/components/edit-option-number-field/index.cjs +32 -0
  110. package/components/edit-option-number-field/index.d.ts +7 -0
  111. package/components/edit-option-number-field/index.js +115 -0
  112. package/components/edit-option-picker/edit-option-picker.d.ts +22 -0
  113. package/components/edit-option-picker/index.cjs +35 -0
  114. package/components/edit-option-picker/index.d.ts +7 -0
  115. package/components/edit-option-picker/index.js +106 -0
  116. package/components/edit-option-positions-number-field/edit-option-positions-number-field.d.ts +28 -0
  117. package/components/edit-option-positions-number-field/index.cjs +42 -0
  118. package/components/edit-option-positions-number-field/index.d.ts +7 -0
  119. package/components/edit-option-positions-number-field/index.js +170 -0
  120. package/components/edit-option-radio-button-group/edit-option-radio-button-group.d.ts +18 -0
  121. package/components/edit-option-radio-button-group/index.cjs +36 -0
  122. package/components/edit-option-radio-button-group/index.d.ts +7 -0
  123. package/components/edit-option-radio-button-group/index.js +113 -0
  124. package/components/edit-option-slider/edit-option-slider.d.ts +15 -0
  125. package/components/edit-option-slider/index.cjs +48 -0
  126. package/components/edit-option-slider/index.d.ts +7 -0
  127. package/components/edit-option-slider/index.js +1253 -0
  128. package/components/edit-option-switch/edit-option-switch.d.ts +11 -0
  129. package/components/edit-option-switch/index.cjs +50 -0
  130. package/components/edit-option-switch/index.d.ts +7 -0
  131. package/components/edit-option-switch/index.js +171 -0
  132. package/components/edit-option-text-field/edit-option-text-field.d.ts +15 -0
  133. package/components/edit-option-text-field/index.cjs +31 -0
  134. package/components/edit-option-text-field/index.d.ts +7 -0
  135. package/components/edit-option-text-field/index.js +100 -0
  136. package/components/element-resolution-FCUT-wql--7ctE626.js +163 -0
  137. package/components/element-resolution-FCUT-wql-DSTvdyds.cjs +68 -0
  138. package/{lib/droppable-slot/index.cjs → components/en-BvtH5B9A.cjs} +1 -1
  139. package/{lib/index-D_KYpfBM.js → components/en-CN4CDOzo.js} +2 -3
  140. package/{lib/en-GB-CYx--4nh.js → components/en-GB-BMvD7axC.js} +1 -1
  141. package/{lib/index-0314DjEl.cjs → components/en-GB-DrOGXwdM.cjs} +1 -1
  142. package/{lib/draggable-data-item/index.cjs → components/en-US-BvtH5B9A.cjs} +1 -1
  143. package/components/en-US-CN4CDOzo.js +23 -0
  144. package/components/focus-group-DHeTq18L-C9l9oHwM.cjs +36 -0
  145. package/components/focus-group-DHeTq18L-rNUu13eb.js +237 -0
  146. package/{lib/get-css-variable-BHHQ0SnL.js → components/get-css-variable-Bhbr-Kr1.js} +379 -410
  147. package/components/get-css-variable-DLiZYZEi.cjs +24 -0
  148. package/components/if-defined-BSAr_4u4-CNmaFBUP.cjs +60 -0
  149. package/components/if-defined-BSAr_4u4-CVDyXUmc.js +95 -0
  150. package/components/if-defined-_S7apvH1.js +29 -0
  151. package/components/if-defined-aQZR75uI.cjs +24 -0
  152. package/components/index-B0ZqIWfU.cjs +39 -0
  153. package/components/index-BEi8DTwW.cjs +36 -0
  154. package/components/index-Bti4K2L2.cjs +67 -0
  155. package/components/index-BuW8doNV.js +299 -0
  156. package/components/index-BxFGd_xp.cjs +36 -0
  157. package/components/index-ByfMhxDr.cjs +36 -0
  158. package/{lib/progress-circle/index.js → components/index-C44nA7Wn.js} +53 -20
  159. package/components/index-CHLcEawI.js +77 -0
  160. package/components/index-CKbGBBId.cjs +54 -0
  161. package/components/index-CMvLpPKD-CgGXdNKs.js +935 -0
  162. package/components/index-CMvLpPKD-DoxJRhRP.cjs +95 -0
  163. package/components/index-CQjWiSIp.cjs +202 -0
  164. package/components/index-C_Cxv6xn.js +164 -0
  165. package/components/index-C_xCeCrL.cjs +185 -0
  166. package/components/index-CdHFj3ra.cjs +59 -0
  167. package/components/index-Ci0Pe5UA.js +317 -0
  168. package/components/index-DC2Pby0z.cjs +95 -0
  169. package/components/index-DDleIdd8.cjs +192 -0
  170. package/components/index-DLrQ4hc5.cjs +42 -0
  171. package/components/index-DMbzEC_s.js +104 -0
  172. package/{lib/index-B9h2L_hV.js → components/index-DUlH3hbL.js} +1233 -1110
  173. package/{lib/en-CIeY2T5K.js → components/index-DeyQ1JGg.js} +439 -447
  174. package/components/index-DiSrnT1e.js +77 -0
  175. package/{lib/picker/index.js → components/index-Dkom_Qy5.js} +22 -6
  176. package/components/index-DxXcY78P.cjs +36 -0
  177. package/components/index-EkTLplXl.cjs +95 -0
  178. package/{lib/droppable-slot/index.js → components/index-FSUV_4nO.js} +18 -4
  179. package/components/index-Pmv-d4iw.js +744 -0
  180. package/{lib/index-CBCm4_7S.js → components/index-aLxc3xA_.js} +400 -459
  181. package/{lib/index-Bd4cKS9O.js → components/index-dJXOanPE.js} +67 -47
  182. package/components/index-f8GtjOLn.cjs +57 -0
  183. package/components/index-fbS4OrPM.js +145 -0
  184. package/components/index.cjs +20 -0
  185. package/components/index.js +74 -0
  186. package/components/language-resolution-8yZa5r_P-CLZhU076.js +161 -0
  187. package/components/language-resolution-8yZa5r_P-CpbzT4ej.cjs +52 -0
  188. package/components/localize-B6AsX_Zv.js +52 -0
  189. package/components/localize-DbobqcKs.cjs +20 -0
  190. package/components/observe-slot-text-ggb4kKgY-DqsddtTd.cjs +86 -0
  191. package/components/observe-slot-text-ggb4kKgY-yUxhPbbJ.js +221 -0
  192. package/{lib/popover-Bwnkg-5-.js → components/popover-DlkzrLpl-DFIvgCjc.js} +25 -6
  193. package/components/popover-DlkzrLpl-TYw7ejnD.cjs +48 -0
  194. package/components/property-CXJD1jOW.js +1480 -0
  195. package/components/property-ChsOQ1Yj.cjs +112 -0
  196. package/components/query-D5qWDopr.cjs +24 -0
  197. package/components/query-Ddbd72Um.js +39 -0
  198. package/components/query-assigned-nodes-C76XVPWY-BcyGjObB.cjs +40 -0
  199. package/components/query-assigned-nodes-C76XVPWY-DPC6kOmH.js +55 -0
  200. package/components/roving-tabindex-DOg4z6ZU-DmyYPRYY.cjs +36 -0
  201. package/components/roving-tabindex-DOg4z6ZU-dufnVmvL.js +85 -0
  202. package/components/sized-mixin-BxMraZLS-Dc6r-Wg4.js +82 -0
  203. package/components/sized-mixin-BxMraZLS-w9I35lP7.cjs +36 -0
  204. package/components/slot-menu/index.cjs +55 -0
  205. package/components/slot-menu/index.d.ts +7 -0
  206. package/components/slot-menu/index.js +188 -0
  207. package/components/slot-menu/slot-menu.d.ts +66 -0
  208. package/components/slot-menu-list/index.cjs +39 -0
  209. package/components/slot-menu-list/index.d.ts +7 -0
  210. package/components/slot-menu-list/index.js +351 -0
  211. package/components/slot-menu-list/slot-menu-list.d.ts +33 -0
  212. package/components/state-DLrsMPet.cjs +24 -0
  213. package/components/state-DwFtyqCc.js +31 -0
  214. package/components/task-CgK9ztaw.cjs +24 -0
  215. package/components/task-DYLITx7R.js +120 -0
  216. package/components/text-field-CvKSS59x-BzSqtt2_.js +412 -0
  217. package/components/text-field-CvKSS59x-D0MM0fDH.cjs +131 -0
  218. package/components/utils.cjs +20 -0
  219. package/components/utils.js +20 -0
  220. package/components/when-CDK1Tt5Y-BN3qcTK0.cjs +40 -0
  221. package/components/when-CDK1Tt5Y-C6ViXC43.js +47 -0
  222. package/custom-elements.json +3562 -884
  223. package/index.d.ts +23 -0
  224. package/package.json +132 -17
  225. package/utils/formatter/calculate-duration.d.ts +2 -0
  226. package/utils/formatter/decompose-numeric-format.d.ts +11 -0
  227. package/utils/formatter/default-local-formats.d.ts +20 -0
  228. package/utils/formatter/formats/cs.d.ts +20 -0
  229. package/utils/formatter/formats/da.d.ts +20 -0
  230. package/utils/formatter/formats/de.d.ts +21 -0
  231. package/utils/formatter/formats/en-GB.d.ts +21 -0
  232. package/utils/formatter/formats/en-US.d.ts +1 -0
  233. package/utils/formatter/formats/en.d.ts +1 -0
  234. package/utils/formatter/formats/es.d.ts +54 -0
  235. package/utils/formatter/formats/fi.d.ts +20 -0
  236. package/utils/formatter/formats/fr.d.ts +54 -0
  237. package/utils/formatter/formats/he.d.ts +20 -0
  238. package/utils/formatter/formats/hu.d.ts +20 -0
  239. package/utils/formatter/formats/it.d.ts +54 -0
  240. package/utils/formatter/formats/ja.d.ts +20 -0
  241. package/utils/formatter/formats/ko.d.ts +20 -0
  242. package/utils/formatter/formats/mk.d.ts +20 -0
  243. package/utils/formatter/formats/nl.d.ts +21 -0
  244. package/utils/formatter/formats/no.d.ts +21 -0
  245. package/utils/formatter/formats/pl.d.ts +20 -0
  246. package/utils/formatter/formats/pt.d.ts +20 -0
  247. package/utils/formatter/formats/ru.d.ts +20 -0
  248. package/utils/formatter/formats/sv.d.ts +20 -0
  249. package/utils/formatter/formats/tr.d.ts +21 -0
  250. package/utils/formatter/formats/zh-CN.d.ts +20 -0
  251. package/utils/formatter/formats/zh-TW.d.ts +20 -0
  252. package/utils/formatter/formatter.d.ts +9 -0
  253. package/utils/formatter/localize.d.ts +3 -0
  254. package/utils/formatter/smart-datetime-formats.const.d.ts +36 -0
  255. package/utils/get-css-variable.d.ts +1 -0
  256. package/utils/index.d.ts +1 -0
  257. package/utils/time/formats.const.d.ts +8 -0
  258. package/utils/time/periods.const.d.ts +29 -0
  259. package/utils/types/column.types.d.ts +56 -0
  260. package/utils/types/type-check.d.ts +7 -0
  261. package/lib/async-directive-CPjMHOPu.cjs +0 -24
  262. package/lib/async-directive-SCUUQ3Mh.js +0 -114
  263. package/lib/button-base-B4PdJFVe.cjs +0 -27
  264. package/lib/directive-helpers-BSB0tfc9.cjs +0 -32
  265. package/lib/directive-helpers-eY1rHtyn.js +0 -154
  266. package/lib/divider.module-BW8qaMVq.js +0 -211
  267. package/lib/divider.module-DEy88Ieh.cjs +0 -20
  268. package/lib/en-BDBzmAXX.cjs +0 -202
  269. package/lib/get-css-variable-D439CdH9.cjs +0 -24
  270. package/lib/if-defined-BbzmSG-O.js +0 -757
  271. package/lib/if-defined-V7yEJWI3.cjs +0 -54
  272. package/lib/index-BDXFsKUM.cjs +0 -146
  273. package/lib/index-BmAD29P2.js +0 -106
  274. package/lib/index-Bo1DpZ-1.cjs +0 -58
  275. package/lib/index-C4ePDYEC.cjs +0 -41
  276. package/lib/index-C9xEN5Ji.js +0 -82
  277. package/lib/index-CcF-9wyF.cjs +0 -71
  278. package/lib/index-CfEm5P0J.cjs +0 -196
  279. package/lib/index-CrWoFMZ3.cjs +0 -22
  280. package/lib/index-CtEJZdT0.js +0 -1627
  281. package/lib/index-CvX-HLY1.cjs +0 -322
  282. package/lib/index-D37RwuEH.js +0 -1584
  283. package/lib/index-D5puKlcm.cjs +0 -96
  284. package/lib/index-DGz6jCKo.cjs +0 -26
  285. package/lib/index-DSbgZduE.js +0 -501
  286. package/lib/index-DdtjeKYI.js +0 -928
  287. package/lib/index-Dj7PF4Q9.cjs +0 -63
  288. package/lib/index-Dq3HAOaM.js +0 -127
  289. package/lib/index-jt6FL_uE.cjs +0 -20
  290. package/lib/index-kJR406YZ.cjs +0 -112
  291. package/lib/index-v8ZTprPO.cjs +0 -51
  292. package/lib/index.cjs +0 -875
  293. package/lib/index.js +0 -6411
  294. package/lib/observe-slot-text-DOYmGOZe.js +0 -181
  295. package/lib/observe-slot-text-oJ0a2KY9.cjs +0 -42
  296. package/lib/picker/index.cjs +0 -20
  297. package/lib/popover-CQGN8nbX.cjs +0 -32
  298. package/lib/progress-circle/index.cjs +0 -35
  299. /package/{lib → components}/area-chart-slots.config-BLxiYX05.cjs +0 -0
  300. /package/{lib → components}/area-chart-slots.config-C0c2ZzBh.js +0 -0
  301. /package/{lib → components}/bar-chart-slots.config-GSSL7XVA.js +0 -0
  302. /package/{lib → components}/bar-chart-slots.config-Jx1PveTM.cjs +0 -0
  303. /package/{lib → components}/bar-chart.config-B57geUzJ.cjs +0 -0
  304. /package/{lib → components}/bar-chart.config-CQ6HAvs2.js +0 -0
  305. /package/{lib → components}/bar-chart.en-BqYbiHO3.cjs +0 -0
  306. /package/{lib → components}/bar-chart.en-FwT00qdU.js +0 -0
  307. /package/{lib → components}/bar-chart.fr-DGx9smEh.cjs +0 -0
  308. /package/{lib → components}/bar-chart.fr-DbxKiM0j.js +0 -0
  309. /package/{lib → components}/bar-chart.nl-BYzVExsz.cjs +0 -0
  310. /package/{lib → components}/bar-chart.nl-ahX1ARpH.js +0 -0
  311. /package/{lib → components}/column-chart.config-B57geUzJ.cjs +0 -0
  312. /package/{lib → components}/column-chart.config-C9hP0kX7.js +0 -0
  313. /package/{lib → components}/cs-DVZ0Tapy.js +0 -0
  314. /package/{lib → components}/cs-I9E81keK.cjs +0 -0
  315. /package/{lib → components}/da-DHy05oSR.js +0 -0
  316. /package/{lib → components}/da-QkdvupDg.cjs +0 -0
  317. /package/{lib → components}/de-Dn5mUzha.cjs +0 -0
  318. /package/{lib → components}/de-iM39JlAt.js +0 -0
  319. /package/{lib → components}/decompose-numeric-format-B3rVVHpO.cjs +0 -0
  320. /package/{lib → components}/decompose-numeric-format-BuZcjH2k.js +0 -0
  321. /package/{lib → components}/donut-chart-slots.config-BEwhfq27.js +0 -0
  322. /package/{lib → components}/donut-chart-slots.config-DIp-24lO.cjs +0 -0
  323. /package/{lib → components}/donut-chart.config-3DhKiSSM.js +0 -0
  324. /package/{lib → components}/donut-chart.config-DLWJUlHx.cjs +0 -0
  325. /package/{lib → components}/donut-chart.en-Blb9oSdU.cjs +0 -0
  326. /package/{lib → components}/donut-chart.en-CzjT4-XN.js +0 -0
  327. /package/{lib → components}/donut-chart.fr-BeTVa2wh.cjs +0 -0
  328. /package/{lib → components}/donut-chart.fr-DftPrKbG.js +0 -0
  329. /package/{lib → components}/donut-chart.nl-D9YGbOce.cjs +0 -0
  330. /package/{lib → components}/donut-chart.nl-NMatXfhK.js +0 -0
  331. /package/{lib → components}/es-CwyPlN5d.cjs +0 -0
  332. /package/{lib → components}/es-KhTq4jX8.js +0 -0
  333. /package/{lib → components}/fi-Dh_ebgpe.js +0 -0
  334. /package/{lib → components}/fi-rijeZE5V.cjs +0 -0
  335. /package/{lib → components}/fr-BcgE-6S_.cjs +0 -0
  336. /package/{lib → components}/fr-CU727YF1.js +0 -0
  337. /package/{lib → components}/he-Au3xg6lR.js +0 -0
  338. /package/{lib → components}/he-O6Ih8Bqh.cjs +0 -0
  339. /package/{lib → components}/hu-BnZ8y3xQ.cjs +0 -0
  340. /package/{lib → components}/hu-DNJ-P_MW.js +0 -0
  341. /package/{lib → components}/imageobject.config-B7ld9bj3.cjs +0 -0
  342. /package/{lib → components}/imageobject.config-DZLp9Elq.js +0 -0
  343. /package/{lib → components}/it-Bh5U73z6.js +0 -0
  344. /package/{lib → components}/it-PshtLMkq.cjs +0 -0
  345. /package/{lib → components}/ja-CCcHUL61.js +0 -0
  346. /package/{lib → components}/ja-KIS2HdaG.cjs +0 -0
  347. /package/{lib → components}/ko--l4qmjLV.cjs +0 -0
  348. /package/{lib → components}/ko-DhapsZMM.js +0 -0
  349. /package/{lib → components}/line-chart.config-BZcvfO2c.cjs +0 -0
  350. /package/{lib → components}/line-chart.config-CIVN6uLI.js +0 -0
  351. /package/{lib → components}/mk-B9HPSuKa.js +0 -0
  352. /package/{lib → components}/mk-DZlj-edb.cjs +0 -0
  353. /package/{lib → components}/nl-BKlDqOXb.cjs +0 -0
  354. /package/{lib → components}/nl-BwSt5Bf4.js +0 -0
  355. /package/{lib → components}/no-D-DofYnx.js +0 -0
  356. /package/{lib → components}/no-D_SzxhTu.cjs +0 -0
  357. /package/{lib → components}/pl-D_L_0Boq.js +0 -0
  358. /package/{lib → components}/pl-PIK23rK_.cjs +0 -0
  359. /package/{lib → components}/pt-B0BBS5VB.js +0 -0
  360. /package/{lib → components}/pt-Dqlu4MS5.cjs +0 -0
  361. /package/{lib → components}/ru-Vo-m3O_2.js +0 -0
  362. /package/{lib → components}/ru-zyNDTB04.cjs +0 -0
  363. /package/{lib → components}/sv-1DPTltNQ.cjs +0 -0
  364. /package/{lib → components}/sv-CiozMaev.js +0 -0
  365. /package/{lib → components}/textobject.config-C8opcGG4.js +0 -0
  366. /package/{lib → components}/textobject.config-DbAajFz8.cjs +0 -0
  367. /package/{lib → components}/tr-BkmWvOG2.cjs +0 -0
  368. /package/{lib → components}/tr-D_D4i5iv.js +0 -0
  369. /package/{lib → components}/zh-CN-DTZ4OmdP.cjs +0 -0
  370. /package/{lib → components}/zh-CN-wsl7eFSd.js +0 -0
  371. /package/{lib → components}/zh-TW-DTZ4OmdP.cjs +0 -0
  372. /package/{lib → components}/zh-TW-wsl7eFSd.js +0 -0
@@ -0,0 +1,1480 @@
1
+ /*! * A kit of modern Luzmo Web Components for analytics in your web application.
2
+ *
3
+ * Copyright © 2024 Luzmo
4
+ * All rights reserved.
5
+ * Luzmo web components (“Luzmo Web Components”)
6
+ * must be used according to the Luzmo Terms of Service.
7
+ * This license allows users with a current active Luzmo account
8
+ * to use the Luzmo Web Components. This license terminates
9
+ * automatically if a user no longer has an active Luzmo account.
10
+ * Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
11
+ *
12
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
+ * SOFTWARE.
19
+ * */
20
+ /**
21
+ * @license
22
+ * Copyright 2019 Google LLC
23
+ * SPDX-License-Identifier: BSD-3-Clause
24
+ */
25
+ const W = globalThis, ht = W.ShadowRoot && (W.ShadyCSS === void 0 || W.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, Wt = Symbol(), gt = /* @__PURE__ */ new WeakMap();
26
+ let re = class {
27
+ constructor(t, e, s) {
28
+ if (this._$cssResult$ = !0, s !== Wt) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
29
+ this.cssText = t, this.t = e;
30
+ }
31
+ get styleSheet() {
32
+ let t = this.o;
33
+ const e = this.t;
34
+ if (ht && t === void 0) {
35
+ const s = e !== void 0 && e.length === 1;
36
+ s && (t = gt.get(e)), t === void 0 && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), s && gt.set(e, t));
37
+ }
38
+ return t;
39
+ }
40
+ toString() {
41
+ return this.cssText;
42
+ }
43
+ };
44
+ const ne = (r) => new re(typeof r == "string" ? r : r + "", void 0, Wt), oe = (r, t) => {
45
+ if (ht) r.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
46
+ else for (const e of t) {
47
+ const s = document.createElement("style"), i = W.litNonce;
48
+ i !== void 0 && s.setAttribute("nonce", i), s.textContent = e.cssText, r.appendChild(s);
49
+ }
50
+ }, bt = ht ? (r) => r : (r) => r instanceof CSSStyleSheet ? ((t) => {
51
+ let e = "";
52
+ for (const s of t.cssRules) e += s.cssText;
53
+ return ne(e);
54
+ })(r) : r;
55
+ /**
56
+ * @license
57
+ * Copyright 2017 Google LLC
58
+ * SPDX-License-Identifier: BSD-3-Clause
59
+ */
60
+ const { is: ae, defineProperty: le, getOwnPropertyDescriptor: he, getOwnPropertyNames: ce, getOwnPropertySymbols: de, getPrototypeOf: ue } = Object, g = globalThis, vt = g.trustedTypes, pe = vt ? vt.emptyScript : "", et = g.reactiveElementPolyfillSupport, R = (r, t) => r, Z = { toAttribute(r, t) {
61
+ switch (t) {
62
+ case Boolean:
63
+ r = r ? pe : null;
64
+ break;
65
+ case Object:
66
+ case Array:
67
+ r = r == null ? r : JSON.stringify(r);
68
+ }
69
+ return r;
70
+ }, fromAttribute(r, t) {
71
+ let e = r;
72
+ switch (t) {
73
+ case Boolean:
74
+ e = r !== null;
75
+ break;
76
+ case Number:
77
+ e = r === null ? null : Number(r);
78
+ break;
79
+ case Object:
80
+ case Array:
81
+ try {
82
+ e = JSON.parse(r);
83
+ } catch {
84
+ e = null;
85
+ }
86
+ }
87
+ return e;
88
+ } }, ct = (r, t) => !ae(r, t), yt = { attribute: !0, type: String, converter: Z, reflect: !1, hasChanged: ct };
89
+ Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), g.litPropertyMetadata ?? (g.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
90
+ let x = class extends HTMLElement {
91
+ static addInitializer(t) {
92
+ this._$Ei(), (this.l ?? (this.l = [])).push(t);
93
+ }
94
+ static get observedAttributes() {
95
+ return this.finalize(), this._$Eh && [...this._$Eh.keys()];
96
+ }
97
+ static createProperty(t, e = yt) {
98
+ if (e.state && (e.attribute = !1), this._$Ei(), this.elementProperties.set(t, e), !e.noAccessor) {
99
+ const s = Symbol(), i = this.getPropertyDescriptor(t, s, e);
100
+ i !== void 0 && le(this.prototype, t, i);
101
+ }
102
+ }
103
+ static getPropertyDescriptor(t, e, s) {
104
+ const { get: i, set: o } = he(this.prototype, t) ?? { get() {
105
+ return this[e];
106
+ }, set(n) {
107
+ this[e] = n;
108
+ } };
109
+ return { get() {
110
+ return i == null ? void 0 : i.call(this);
111
+ }, set(n) {
112
+ const l = i == null ? void 0 : i.call(this);
113
+ o.call(this, n), this.requestUpdate(t, l, s);
114
+ }, configurable: !0, enumerable: !0 };
115
+ }
116
+ static getPropertyOptions(t) {
117
+ return this.elementProperties.get(t) ?? yt;
118
+ }
119
+ static _$Ei() {
120
+ if (this.hasOwnProperty(R("elementProperties"))) return;
121
+ const t = ue(this);
122
+ t.finalize(), t.l !== void 0 && (this.l = [...t.l]), this.elementProperties = new Map(t.elementProperties);
123
+ }
124
+ static finalize() {
125
+ if (this.hasOwnProperty(R("finalized"))) return;
126
+ if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(R("properties"))) {
127
+ const e = this.properties, s = [...ce(e), ...de(e)];
128
+ for (const i of s) this.createProperty(i, e[i]);
129
+ }
130
+ const t = this[Symbol.metadata];
131
+ if (t !== null) {
132
+ const e = litPropertyMetadata.get(t);
133
+ if (e !== void 0) for (const [s, i] of e) this.elementProperties.set(s, i);
134
+ }
135
+ this._$Eh = /* @__PURE__ */ new Map();
136
+ for (const [e, s] of this.elementProperties) {
137
+ const i = this._$Eu(e, s);
138
+ i !== void 0 && this._$Eh.set(i, e);
139
+ }
140
+ this.elementStyles = this.finalizeStyles(this.styles);
141
+ }
142
+ static finalizeStyles(t) {
143
+ const e = [];
144
+ if (Array.isArray(t)) {
145
+ const s = new Set(t.flat(1 / 0).reverse());
146
+ for (const i of s) e.unshift(bt(i));
147
+ } else t !== void 0 && e.push(bt(t));
148
+ return e;
149
+ }
150
+ static _$Eu(t, e) {
151
+ const s = e.attribute;
152
+ return s === !1 ? void 0 : typeof s == "string" ? s : typeof t == "string" ? t.toLowerCase() : void 0;
153
+ }
154
+ constructor() {
155
+ super(), this._$Ep = void 0, this.isUpdatePending = !1, this.hasUpdated = !1, this._$Em = null, this._$Ev();
156
+ }
157
+ _$Ev() {
158
+ var t;
159
+ this._$ES = new Promise((e) => this.enableUpdating = e), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), (t = this.constructor.l) == null || t.forEach((e) => e(this));
160
+ }
161
+ addController(t) {
162
+ var e;
163
+ (this._$EO ?? (this._$EO = /* @__PURE__ */ new Set())).add(t), this.renderRoot !== void 0 && this.isConnected && ((e = t.hostConnected) == null || e.call(t));
164
+ }
165
+ removeController(t) {
166
+ var e;
167
+ (e = this._$EO) == null || e.delete(t);
168
+ }
169
+ _$E_() {
170
+ const t = /* @__PURE__ */ new Map(), e = this.constructor.elementProperties;
171
+ for (const s of e.keys()) this.hasOwnProperty(s) && (t.set(s, this[s]), delete this[s]);
172
+ t.size > 0 && (this._$Ep = t);
173
+ }
174
+ createRenderRoot() {
175
+ const t = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
176
+ return oe(t, this.constructor.elementStyles), t;
177
+ }
178
+ connectedCallback() {
179
+ var t;
180
+ this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(!0), (t = this._$EO) == null || t.forEach((e) => {
181
+ var s;
182
+ return (s = e.hostConnected) == null ? void 0 : s.call(e);
183
+ });
184
+ }
185
+ enableUpdating(t) {
186
+ }
187
+ disconnectedCallback() {
188
+ var t;
189
+ (t = this._$EO) == null || t.forEach((e) => {
190
+ var s;
191
+ return (s = e.hostDisconnected) == null ? void 0 : s.call(e);
192
+ });
193
+ }
194
+ attributeChangedCallback(t, e, s) {
195
+ this._$AK(t, s);
196
+ }
197
+ _$EC(t, e) {
198
+ var o;
199
+ const s = this.constructor.elementProperties.get(t), i = this.constructor._$Eu(t, s);
200
+ if (i !== void 0 && s.reflect === !0) {
201
+ const n = (((o = s.converter) == null ? void 0 : o.toAttribute) !== void 0 ? s.converter : Z).toAttribute(e, s.type);
202
+ this._$Em = t, n == null ? this.removeAttribute(i) : this.setAttribute(i, n), this._$Em = null;
203
+ }
204
+ }
205
+ _$AK(t, e) {
206
+ var o;
207
+ const s = this.constructor, i = s._$Eh.get(t);
208
+ if (i !== void 0 && this._$Em !== i) {
209
+ const n = s.getPropertyOptions(i), l = typeof n.converter == "function" ? { fromAttribute: n.converter } : ((o = n.converter) == null ? void 0 : o.fromAttribute) !== void 0 ? n.converter : Z;
210
+ this._$Em = i, this[i] = l.fromAttribute(e, n.type), this._$Em = null;
211
+ }
212
+ }
213
+ requestUpdate(t, e, s) {
214
+ if (t !== void 0) {
215
+ if (s ?? (s = this.constructor.getPropertyOptions(t)), !(s.hasChanged ?? ct)(this[t], e)) return;
216
+ this.P(t, e, s);
217
+ }
218
+ this.isUpdatePending === !1 && (this._$ES = this._$ET());
219
+ }
220
+ P(t, e, s) {
221
+ this._$AL.has(t) || this._$AL.set(t, e), s.reflect === !0 && this._$Em !== t && (this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Set())).add(t);
222
+ }
223
+ async _$ET() {
224
+ this.isUpdatePending = !0;
225
+ try {
226
+ await this._$ES;
227
+ } catch (e) {
228
+ Promise.reject(e);
229
+ }
230
+ const t = this.scheduleUpdate();
231
+ return t != null && await t, !this.isUpdatePending;
232
+ }
233
+ scheduleUpdate() {
234
+ return this.performUpdate();
235
+ }
236
+ performUpdate() {
237
+ var s;
238
+ if (!this.isUpdatePending) return;
239
+ if (!this.hasUpdated) {
240
+ if (this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this._$Ep) {
241
+ for (const [o, n] of this._$Ep) this[o] = n;
242
+ this._$Ep = void 0;
243
+ }
244
+ const i = this.constructor.elementProperties;
245
+ if (i.size > 0) for (const [o, n] of i) n.wrapped !== !0 || this._$AL.has(o) || this[o] === void 0 || this.P(o, this[o], n);
246
+ }
247
+ let t = !1;
248
+ const e = this._$AL;
249
+ try {
250
+ t = this.shouldUpdate(e), t ? (this.willUpdate(e), (s = this._$EO) == null || s.forEach((i) => {
251
+ var o;
252
+ return (o = i.hostUpdate) == null ? void 0 : o.call(i);
253
+ }), this.update(e)) : this._$EU();
254
+ } catch (i) {
255
+ throw t = !1, this._$EU(), i;
256
+ }
257
+ t && this._$AE(e);
258
+ }
259
+ willUpdate(t) {
260
+ }
261
+ _$AE(t) {
262
+ var e;
263
+ (e = this._$EO) == null || e.forEach((s) => {
264
+ var i;
265
+ return (i = s.hostUpdated) == null ? void 0 : i.call(s);
266
+ }), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t);
267
+ }
268
+ _$EU() {
269
+ this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = !1;
270
+ }
271
+ get updateComplete() {
272
+ return this.getUpdateComplete();
273
+ }
274
+ getUpdateComplete() {
275
+ return this._$ES;
276
+ }
277
+ shouldUpdate(t) {
278
+ return !0;
279
+ }
280
+ update(t) {
281
+ this._$Ej && (this._$Ej = this._$Ej.forEach((e) => this._$EC(e, this[e]))), this._$EU();
282
+ }
283
+ updated(t) {
284
+ }
285
+ firstUpdated(t) {
286
+ }
287
+ };
288
+ x.elementStyles = [], x.shadowRootOptions = { mode: "open" }, x[R("elementProperties")] = /* @__PURE__ */ new Map(), x[R("finalized")] = /* @__PURE__ */ new Map(), et == null || et({ ReactiveElement: x }), (g.reactiveElementVersions ?? (g.reactiveElementVersions = [])).push("2.0.4");
289
+ /*! * Lucero - The design system for Luzmo.
290
+ *
291
+ * Copyright © 2025 Luzmo
292
+ * All rights reserved.
293
+ * Lucero (“Luzmo Design System”) must be used according to the Luzmo Terms of Service.
294
+ * This license allows users with a current active Luzmo account to use Lucero.
295
+ * This license terminates automatically if a user no longer has an active Luzmo account.
296
+ * Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
297
+ *
298
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
299
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
300
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
301
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
302
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
303
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
304
+ * SOFTWARE.
305
+ * */
306
+ /**
307
+ * @license
308
+ * Copyright 2019 Google LLC
309
+ * SPDX-License-Identifier: BSD-3-Clause
310
+ */
311
+ const q = globalThis, dt = q.ShadowRoot && (q.ShadyCSS === void 0 || q.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, qt = Symbol(), Et = /* @__PURE__ */ new WeakMap();
312
+ let $e = class {
313
+ constructor(r, t, e) {
314
+ if (this._$cssResult$ = !0, e !== qt) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
315
+ this.cssText = r, this.t = t;
316
+ }
317
+ get styleSheet() {
318
+ let r = this.o;
319
+ const t = this.t;
320
+ if (dt && r === void 0) {
321
+ const e = t !== void 0 && t.length === 1;
322
+ e && (r = Et.get(t)), r === void 0 && ((this.o = r = new CSSStyleSheet()).replaceSync(this.cssText), e && Et.set(t, r));
323
+ }
324
+ return r;
325
+ }
326
+ toString() {
327
+ return this.cssText;
328
+ }
329
+ };
330
+ const fe = (r) => new $e(typeof r == "string" ? r : r + "", void 0, qt), me = (r, t) => {
331
+ if (dt) r.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
332
+ else for (const e of t) {
333
+ const s = document.createElement("style"), i = q.litNonce;
334
+ i !== void 0 && s.setAttribute("nonce", i), s.textContent = e.cssText, r.appendChild(s);
335
+ }
336
+ }, St = dt ? (r) => r : (r) => r instanceof CSSStyleSheet ? ((t) => {
337
+ let e = "";
338
+ for (const s of t.cssRules) e += s.cssText;
339
+ return fe(e);
340
+ })(r) : r;
341
+ /**
342
+ * @license
343
+ * Copyright 2017 Google LLC
344
+ * SPDX-License-Identifier: BSD-3-Clause
345
+ */
346
+ const { is: _e, defineProperty: Ae, getOwnPropertyDescriptor: ge, getOwnPropertyNames: be, getOwnPropertySymbols: ve, getPrototypeOf: ye } = Object, P = globalThis, wt = P.trustedTypes, Ee = wt ? wt.emptyScript : "", xt = P.reactiveElementPolyfillSupport, k = (r, t) => r, J = { toAttribute(r, t) {
347
+ switch (t) {
348
+ case Boolean:
349
+ r = r ? Ee : null;
350
+ break;
351
+ case Object:
352
+ case Array:
353
+ r = r == null ? r : JSON.stringify(r);
354
+ }
355
+ return r;
356
+ }, fromAttribute(r, t) {
357
+ let e = r;
358
+ switch (t) {
359
+ case Boolean:
360
+ e = r !== null;
361
+ break;
362
+ case Number:
363
+ e = r === null ? null : Number(r);
364
+ break;
365
+ case Object:
366
+ case Array:
367
+ try {
368
+ e = JSON.parse(r);
369
+ } catch {
370
+ e = null;
371
+ }
372
+ }
373
+ return e;
374
+ } }, ut = (r, t) => !_e(r, t), Ct = { attribute: !0, type: String, converter: J, reflect: !1, hasChanged: ut };
375
+ Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), P.litPropertyMetadata ?? (P.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
376
+ let C = class extends HTMLElement {
377
+ static addInitializer(t) {
378
+ this._$Ei(), (this.l ?? (this.l = [])).push(t);
379
+ }
380
+ static get observedAttributes() {
381
+ return this.finalize(), this._$Eh && [...this._$Eh.keys()];
382
+ }
383
+ static createProperty(t, e = Ct) {
384
+ if (e.state && (e.attribute = !1), this._$Ei(), this.elementProperties.set(t, e), !e.noAccessor) {
385
+ const s = Symbol(), i = this.getPropertyDescriptor(t, s, e);
386
+ i !== void 0 && Ae(this.prototype, t, i);
387
+ }
388
+ }
389
+ static getPropertyDescriptor(t, e, s) {
390
+ const { get: i, set: o } = ge(this.prototype, t) ?? { get() {
391
+ return this[e];
392
+ }, set(n) {
393
+ this[e] = n;
394
+ } };
395
+ return { get() {
396
+ return i == null ? void 0 : i.call(this);
397
+ }, set(n) {
398
+ const l = i == null ? void 0 : i.call(this);
399
+ o.call(this, n), this.requestUpdate(t, l, s);
400
+ }, configurable: !0, enumerable: !0 };
401
+ }
402
+ static getPropertyOptions(t) {
403
+ return this.elementProperties.get(t) ?? Ct;
404
+ }
405
+ static _$Ei() {
406
+ if (this.hasOwnProperty(k("elementProperties"))) return;
407
+ const t = ye(this);
408
+ t.finalize(), t.l !== void 0 && (this.l = [...t.l]), this.elementProperties = new Map(t.elementProperties);
409
+ }
410
+ static finalize() {
411
+ if (this.hasOwnProperty(k("finalized"))) return;
412
+ if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(k("properties"))) {
413
+ const e = this.properties, s = [...be(e), ...ve(e)];
414
+ for (const i of s) this.createProperty(i, e[i]);
415
+ }
416
+ const t = this[Symbol.metadata];
417
+ if (t !== null) {
418
+ const e = litPropertyMetadata.get(t);
419
+ if (e !== void 0) for (const [s, i] of e) this.elementProperties.set(s, i);
420
+ }
421
+ this._$Eh = /* @__PURE__ */ new Map();
422
+ for (const [e, s] of this.elementProperties) {
423
+ const i = this._$Eu(e, s);
424
+ i !== void 0 && this._$Eh.set(i, e);
425
+ }
426
+ this.elementStyles = this.finalizeStyles(this.styles);
427
+ }
428
+ static finalizeStyles(t) {
429
+ const e = [];
430
+ if (Array.isArray(t)) {
431
+ const s = new Set(t.flat(1 / 0).reverse());
432
+ for (const i of s) e.unshift(St(i));
433
+ } else t !== void 0 && e.push(St(t));
434
+ return e;
435
+ }
436
+ static _$Eu(t, e) {
437
+ const s = e.attribute;
438
+ return s === !1 ? void 0 : typeof s == "string" ? s : typeof t == "string" ? t.toLowerCase() : void 0;
439
+ }
440
+ constructor() {
441
+ super(), this._$Ep = void 0, this.isUpdatePending = !1, this.hasUpdated = !1, this._$Em = null, this._$Ev();
442
+ }
443
+ _$Ev() {
444
+ var t;
445
+ this._$ES = new Promise((e) => this.enableUpdating = e), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), (t = this.constructor.l) == null || t.forEach((e) => e(this));
446
+ }
447
+ addController(t) {
448
+ var e;
449
+ (this._$EO ?? (this._$EO = /* @__PURE__ */ new Set())).add(t), this.renderRoot !== void 0 && this.isConnected && ((e = t.hostConnected) == null || e.call(t));
450
+ }
451
+ removeController(t) {
452
+ var e;
453
+ (e = this._$EO) == null || e.delete(t);
454
+ }
455
+ _$E_() {
456
+ const t = /* @__PURE__ */ new Map(), e = this.constructor.elementProperties;
457
+ for (const s of e.keys()) this.hasOwnProperty(s) && (t.set(s, this[s]), delete this[s]);
458
+ t.size > 0 && (this._$Ep = t);
459
+ }
460
+ createRenderRoot() {
461
+ const t = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
462
+ return me(t, this.constructor.elementStyles), t;
463
+ }
464
+ connectedCallback() {
465
+ var t;
466
+ this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(!0), (t = this._$EO) == null || t.forEach((e) => {
467
+ var s;
468
+ return (s = e.hostConnected) == null ? void 0 : s.call(e);
469
+ });
470
+ }
471
+ enableUpdating(t) {
472
+ }
473
+ disconnectedCallback() {
474
+ var t;
475
+ (t = this._$EO) == null || t.forEach((e) => {
476
+ var s;
477
+ return (s = e.hostDisconnected) == null ? void 0 : s.call(e);
478
+ });
479
+ }
480
+ attributeChangedCallback(t, e, s) {
481
+ this._$AK(t, s);
482
+ }
483
+ _$EC(t, e) {
484
+ var s;
485
+ const i = this.constructor.elementProperties.get(t), o = this.constructor._$Eu(t, i);
486
+ if (o !== void 0 && i.reflect === !0) {
487
+ const n = (((s = i.converter) == null ? void 0 : s.toAttribute) !== void 0 ? i.converter : J).toAttribute(e, i.type);
488
+ this._$Em = t, n == null ? this.removeAttribute(o) : this.setAttribute(o, n), this._$Em = null;
489
+ }
490
+ }
491
+ _$AK(t, e) {
492
+ var s;
493
+ const i = this.constructor, o = i._$Eh.get(t);
494
+ if (o !== void 0 && this._$Em !== o) {
495
+ const n = i.getPropertyOptions(o), l = typeof n.converter == "function" ? { fromAttribute: n.converter } : ((s = n.converter) == null ? void 0 : s.fromAttribute) !== void 0 ? n.converter : J;
496
+ this._$Em = o, this[o] = l.fromAttribute(e, n.type), this._$Em = null;
497
+ }
498
+ }
499
+ requestUpdate(t, e, s) {
500
+ if (t !== void 0) {
501
+ if (s ?? (s = this.constructor.getPropertyOptions(t)), !(s.hasChanged ?? ut)(this[t], e)) return;
502
+ this.P(t, e, s);
503
+ }
504
+ this.isUpdatePending === !1 && (this._$ES = this._$ET());
505
+ }
506
+ P(t, e, s) {
507
+ this._$AL.has(t) || this._$AL.set(t, e), s.reflect === !0 && this._$Em !== t && (this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Set())).add(t);
508
+ }
509
+ async _$ET() {
510
+ this.isUpdatePending = !0;
511
+ try {
512
+ await this._$ES;
513
+ } catch (e) {
514
+ Promise.reject(e);
515
+ }
516
+ const t = this.scheduleUpdate();
517
+ return t != null && await t, !this.isUpdatePending;
518
+ }
519
+ scheduleUpdate() {
520
+ return this.performUpdate();
521
+ }
522
+ performUpdate() {
523
+ var t;
524
+ if (!this.isUpdatePending) return;
525
+ if (!this.hasUpdated) {
526
+ if (this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this._$Ep) {
527
+ for (const [o, n] of this._$Ep) this[o] = n;
528
+ this._$Ep = void 0;
529
+ }
530
+ const i = this.constructor.elementProperties;
531
+ if (i.size > 0) for (const [o, n] of i) n.wrapped !== !0 || this._$AL.has(o) || this[o] === void 0 || this.P(o, this[o], n);
532
+ }
533
+ let e = !1;
534
+ const s = this._$AL;
535
+ try {
536
+ e = this.shouldUpdate(s), e ? (this.willUpdate(s), (t = this._$EO) == null || t.forEach((i) => {
537
+ var o;
538
+ return (o = i.hostUpdate) == null ? void 0 : o.call(i);
539
+ }), this.update(s)) : this._$EU();
540
+ } catch (i) {
541
+ throw e = !1, this._$EU(), i;
542
+ }
543
+ e && this._$AE(s);
544
+ }
545
+ willUpdate(t) {
546
+ }
547
+ _$AE(t) {
548
+ var e;
549
+ (e = this._$EO) == null || e.forEach((s) => {
550
+ var i;
551
+ return (i = s.hostUpdated) == null ? void 0 : i.call(s);
552
+ }), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t);
553
+ }
554
+ _$EU() {
555
+ this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = !1;
556
+ }
557
+ get updateComplete() {
558
+ return this.getUpdateComplete();
559
+ }
560
+ getUpdateComplete() {
561
+ return this._$ES;
562
+ }
563
+ shouldUpdate(t) {
564
+ return !0;
565
+ }
566
+ update(t) {
567
+ this._$Ej && (this._$Ej = this._$Ej.forEach((e) => this._$EC(e, this[e]))), this._$EU();
568
+ }
569
+ updated(t) {
570
+ }
571
+ firstUpdated(t) {
572
+ }
573
+ };
574
+ C.elementStyles = [], C.shadowRootOptions = { mode: "open" }, C[k("elementProperties")] = /* @__PURE__ */ new Map(), C[k("finalized")] = /* @__PURE__ */ new Map(), xt == null || xt({ ReactiveElement: C }), (P.reactiveElementVersions ?? (P.reactiveElementVersions = [])).push("2.0.4");
575
+ /**
576
+ * @license
577
+ * Copyright 2017 Google LLC
578
+ * SPDX-License-Identifier: BSD-3-Clause
579
+ */
580
+ const G = globalThis, Q = G.trustedTypes, Pt = Q ? Q.createPolicy("lit-html", { createHTML: (r) => r }) : void 0, Kt = "$lit$", _ = `lit$${Math.random().toFixed(9).slice(2)}$`, Zt = "?" + _, Se = `<${Zt}>`, S = document, D = () => S.createComment(""), j = (r) => r === null || typeof r != "object" && typeof r != "function", pt = Array.isArray, we = (r) => pt(r) || typeof (r == null ? void 0 : r[Symbol.iterator]) == "function", st = `[
581
+ \f\r]`, N = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, Ut = /-->/g, Tt = />/g, b = RegExp(`>|${st}(?:([^\\s"'>=/]+)(${st}*=${st}*(?:[^
582
+ \f\r"'\`<>=]|("|')|))|$)`, "g"), Ot = /'/g, Mt = /"/g, Jt = /^(?:script|style|textarea|title)$/i, xe = (r) => (t, ...e) => ({ _$litType$: r, strings: t, values: e }), ns = xe(1), U = Symbol.for("lit-noChange"), p = Symbol.for("lit-nothing"), Nt = /* @__PURE__ */ new WeakMap(), y = S.createTreeWalker(S, 129);
583
+ function Gt(r, t) {
584
+ if (!pt(r) || !r.hasOwnProperty("raw")) throw Error("invalid template strings array");
585
+ return Pt !== void 0 ? Pt.createHTML(t) : t;
586
+ }
587
+ const Ce = (r, t) => {
588
+ const e = r.length - 1, s = [];
589
+ let i, o = t === 2 ? "<svg>" : t === 3 ? "<math>" : "", n = N;
590
+ for (let l = 0; l < e; l++) {
591
+ const a = r[l];
592
+ let c, d, h = -1, u = 0;
593
+ for (; u < a.length && (n.lastIndex = u, d = n.exec(a), d !== null); ) u = n.lastIndex, n === N ? d[1] === "!--" ? n = Ut : d[1] !== void 0 ? n = Tt : d[2] !== void 0 ? (Jt.test(d[2]) && (i = RegExp("</" + d[2], "g")), n = b) : d[3] !== void 0 && (n = b) : n === b ? d[0] === ">" ? (n = i ?? N, h = -1) : d[1] === void 0 ? h = -2 : (h = n.lastIndex - d[2].length, c = d[1], n = d[3] === void 0 ? b : d[3] === '"' ? Mt : Ot) : n === Mt || n === Ot ? n = b : n === Ut || n === Tt ? n = N : (n = b, i = void 0);
594
+ const f = n === b && r[l + 1].startsWith("/>") ? " " : "";
595
+ o += n === N ? a + Se : h >= 0 ? (s.push(c), a.slice(0, h) + Kt + a.slice(h) + _ + f) : a + _ + (h === -2 ? l : f);
596
+ }
597
+ return [Gt(r, o + (r[e] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), s];
598
+ };
599
+ let ot = class Qt {
600
+ constructor({ strings: t, _$litType$: e }, s) {
601
+ let i;
602
+ this.parts = [];
603
+ let o = 0, n = 0;
604
+ const l = t.length - 1, a = this.parts, [c, d] = Ce(t, e);
605
+ if (this.el = Qt.createElement(c, s), y.currentNode = this.el.content, e === 2 || e === 3) {
606
+ const h = this.el.content.firstChild;
607
+ h.replaceWith(...h.childNodes);
608
+ }
609
+ for (; (i = y.nextNode()) !== null && a.length < l; ) {
610
+ if (i.nodeType === 1) {
611
+ if (i.hasAttributes()) for (const h of i.getAttributeNames()) if (h.endsWith(Kt)) {
612
+ const u = d[n++], f = i.getAttribute(h).split(_), m = /([.?@])?(.*)/.exec(u);
613
+ a.push({ type: 1, index: o, name: m[2], strings: f, ctor: m[1] === "." ? Ue : m[1] === "?" ? Te : m[1] === "@" ? Oe : Y }), i.removeAttribute(h);
614
+ } else h.startsWith(_) && (a.push({ type: 6, index: o }), i.removeAttribute(h));
615
+ if (Jt.test(i.tagName)) {
616
+ const h = i.textContent.split(_), u = h.length - 1;
617
+ if (u > 0) {
618
+ i.textContent = Q ? Q.emptyScript : "";
619
+ for (let f = 0; f < u; f++) i.append(h[f], D()), y.nextNode(), a.push({ type: 2, index: ++o });
620
+ i.append(h[u], D());
621
+ }
622
+ }
623
+ } else if (i.nodeType === 8) if (i.data === Zt) a.push({ type: 2, index: o });
624
+ else {
625
+ let h = -1;
626
+ for (; (h = i.data.indexOf(_, h + 1)) !== -1; ) a.push({ type: 7, index: o }), h += _.length - 1;
627
+ }
628
+ o++;
629
+ }
630
+ }
631
+ static createElement(t, e) {
632
+ const s = S.createElement("template");
633
+ return s.innerHTML = t, s;
634
+ }
635
+ };
636
+ function T(r, t, e = r, s) {
637
+ var i, o;
638
+ if (t === U) return t;
639
+ let n = s !== void 0 ? (i = e._$Co) == null ? void 0 : i[s] : e._$Cl;
640
+ const l = j(t) ? void 0 : t._$litDirective$;
641
+ return (n == null ? void 0 : n.constructor) !== l && ((o = n == null ? void 0 : n._$AO) == null || o.call(n, !1), l === void 0 ? n = void 0 : (n = new l(r), n._$AT(r, e, s)), s !== void 0 ? (e._$Co ?? (e._$Co = []))[s] = n : e._$Cl = n), n !== void 0 && (t = T(r, n._$AS(r, t.values), n, s)), t;
642
+ }
643
+ class Pe {
644
+ constructor(t, e) {
645
+ this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = e;
646
+ }
647
+ get parentNode() {
648
+ return this._$AM.parentNode;
649
+ }
650
+ get _$AU() {
651
+ return this._$AM._$AU;
652
+ }
653
+ u(t) {
654
+ const { el: { content: e }, parts: s } = this._$AD, i = ((t == null ? void 0 : t.creationScope) ?? S).importNode(e, !0);
655
+ y.currentNode = i;
656
+ let o = y.nextNode(), n = 0, l = 0, a = s[0];
657
+ for (; a !== void 0; ) {
658
+ if (n === a.index) {
659
+ let c;
660
+ a.type === 2 ? c = new $t(o, o.nextSibling, this, t) : a.type === 1 ? c = new a.ctor(o, a.name, a.strings, this, t) : a.type === 6 && (c = new Me(o, this, t)), this._$AV.push(c), a = s[++l];
661
+ }
662
+ n !== (a == null ? void 0 : a.index) && (o = y.nextNode(), n++);
663
+ }
664
+ return y.currentNode = S, i;
665
+ }
666
+ p(t) {
667
+ let e = 0;
668
+ for (const s of this._$AV) s !== void 0 && (s.strings !== void 0 ? (s._$AI(t, s, e), e += s.strings.length - 2) : s._$AI(t[e])), e++;
669
+ }
670
+ }
671
+ let $t = class Xt {
672
+ get _$AU() {
673
+ var t;
674
+ return ((t = this._$AM) == null ? void 0 : t._$AU) ?? this._$Cv;
675
+ }
676
+ constructor(t, e, s, i) {
677
+ this.type = 2, this._$AH = p, this._$AN = void 0, this._$AA = t, this._$AB = e, this._$AM = s, this.options = i, this._$Cv = (i == null ? void 0 : i.isConnected) ?? !0;
678
+ }
679
+ get parentNode() {
680
+ let t = this._$AA.parentNode;
681
+ const e = this._$AM;
682
+ return e !== void 0 && (t == null ? void 0 : t.nodeType) === 11 && (t = e.parentNode), t;
683
+ }
684
+ get startNode() {
685
+ return this._$AA;
686
+ }
687
+ get endNode() {
688
+ return this._$AB;
689
+ }
690
+ _$AI(t, e = this) {
691
+ t = T(this, t, e), j(t) ? t === p || t == null || t === "" ? (this._$AH !== p && this._$AR(), this._$AH = p) : t !== this._$AH && t !== U && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : we(t) ? this.k(t) : this._(t);
692
+ }
693
+ O(t) {
694
+ return this._$AA.parentNode.insertBefore(t, this._$AB);
695
+ }
696
+ T(t) {
697
+ this._$AH !== t && (this._$AR(), this._$AH = this.O(t));
698
+ }
699
+ _(t) {
700
+ this._$AH !== p && j(this._$AH) ? this._$AA.nextSibling.data = t : this.T(S.createTextNode(t)), this._$AH = t;
701
+ }
702
+ $(t) {
703
+ var e;
704
+ const { values: s, _$litType$: i } = t, o = typeof i == "number" ? this._$AC(t) : (i.el === void 0 && (i.el = ot.createElement(Gt(i.h, i.h[0]), this.options)), i);
705
+ if (((e = this._$AH) == null ? void 0 : e._$AD) === o) this._$AH.p(s);
706
+ else {
707
+ const n = new Pe(o, this), l = n.u(this.options);
708
+ n.p(s), this.T(l), this._$AH = n;
709
+ }
710
+ }
711
+ _$AC(t) {
712
+ let e = Nt.get(t.strings);
713
+ return e === void 0 && Nt.set(t.strings, e = new ot(t)), e;
714
+ }
715
+ k(t) {
716
+ pt(this._$AH) || (this._$AH = [], this._$AR());
717
+ const e = this._$AH;
718
+ let s, i = 0;
719
+ for (const o of t) i === e.length ? e.push(s = new Xt(this.O(D()), this.O(D()), this, this.options)) : s = e[i], s._$AI(o), i++;
720
+ i < e.length && (this._$AR(s && s._$AB.nextSibling, i), e.length = i);
721
+ }
722
+ _$AR(t = this._$AA.nextSibling, e) {
723
+ var s;
724
+ for ((s = this._$AP) == null ? void 0 : s.call(this, !1, !0, e); t && t !== this._$AB; ) {
725
+ const i = t.nextSibling;
726
+ t.remove(), t = i;
727
+ }
728
+ }
729
+ setConnected(t) {
730
+ var e;
731
+ this._$AM === void 0 && (this._$Cv = t, (e = this._$AP) == null || e.call(this, t));
732
+ }
733
+ }, Y = class {
734
+ get tagName() {
735
+ return this.element.tagName;
736
+ }
737
+ get _$AU() {
738
+ return this._$AM._$AU;
739
+ }
740
+ constructor(t, e, s, i, o) {
741
+ this.type = 1, this._$AH = p, this._$AN = void 0, this.element = t, this.name = e, this._$AM = i, this.options = o, s.length > 2 || s[0] !== "" || s[1] !== "" ? (this._$AH = Array(s.length - 1).fill(new String()), this.strings = s) : this._$AH = p;
742
+ }
743
+ _$AI(t, e = this, s, i) {
744
+ const o = this.strings;
745
+ let n = !1;
746
+ if (o === void 0) t = T(this, t, e, 0), n = !j(t) || t !== this._$AH && t !== U, n && (this._$AH = t);
747
+ else {
748
+ const l = t;
749
+ let a, c;
750
+ for (t = o[0], a = 0; a < o.length - 1; a++) c = T(this, l[s + a], e, a), c === U && (c = this._$AH[a]), n || (n = !j(c) || c !== this._$AH[a]), c === p ? t = p : t !== p && (t += (c ?? "") + o[a + 1]), this._$AH[a] = c;
751
+ }
752
+ n && !i && this.j(t);
753
+ }
754
+ j(t) {
755
+ t === p ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
756
+ }
757
+ };
758
+ class Ue extends Y {
759
+ constructor() {
760
+ super(...arguments), this.type = 3;
761
+ }
762
+ j(t) {
763
+ this.element[this.name] = t === p ? void 0 : t;
764
+ }
765
+ }
766
+ class Te extends Y {
767
+ constructor() {
768
+ super(...arguments), this.type = 4;
769
+ }
770
+ j(t) {
771
+ this.element.toggleAttribute(this.name, !!t && t !== p);
772
+ }
773
+ }
774
+ class Oe extends Y {
775
+ constructor(t, e, s, i, o) {
776
+ super(t, e, s, i, o), this.type = 5;
777
+ }
778
+ _$AI(t, e = this) {
779
+ if ((t = T(this, t, e, 0) ?? p) === U) return;
780
+ const s = this._$AH, i = t === p && s !== p || t.capture !== s.capture || t.once !== s.once || t.passive !== s.passive, o = t !== p && (s === p || i);
781
+ i && this.element.removeEventListener(this.name, this, s), o && this.element.addEventListener(this.name, this, t), this._$AH = t;
782
+ }
783
+ handleEvent(t) {
784
+ var e;
785
+ typeof this._$AH == "function" ? this._$AH.call(((e = this.options) == null ? void 0 : e.host) ?? this.element, t) : this._$AH.handleEvent(t);
786
+ }
787
+ }
788
+ class Me {
789
+ constructor(t, e, s) {
790
+ this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options = s;
791
+ }
792
+ get _$AU() {
793
+ return this._$AM._$AU;
794
+ }
795
+ _$AI(t) {
796
+ T(this, t);
797
+ }
798
+ }
799
+ const Ht = G.litHtmlPolyfillSupport;
800
+ Ht == null || Ht(ot, $t), (G.litHtmlVersions ?? (G.litHtmlVersions = [])).push("3.2.1");
801
+ const Ne = (r, t, e) => {
802
+ const s = (e == null ? void 0 : e.renderBefore) ?? t;
803
+ let i = s._$litPart$;
804
+ if (i === void 0) {
805
+ const o = (e == null ? void 0 : e.renderBefore) ?? null;
806
+ s._$litPart$ = i = new $t(t.insertBefore(D(), o), o, void 0, e ?? {});
807
+ }
808
+ return i._$AI(r), i;
809
+ };
810
+ /**
811
+ * @license
812
+ * Copyright 2017 Google LLC
813
+ * SPDX-License-Identifier: BSD-3-Clause
814
+ */
815
+ let I = class extends C {
816
+ constructor() {
817
+ super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
818
+ }
819
+ createRenderRoot() {
820
+ var t;
821
+ const e = super.createRenderRoot();
822
+ return (t = this.renderOptions).renderBefore ?? (t.renderBefore = e.firstChild), e;
823
+ }
824
+ update(t) {
825
+ const e = this.render();
826
+ this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t), this._$Do = Ne(e, this.renderRoot, this.renderOptions);
827
+ }
828
+ connectedCallback() {
829
+ var t;
830
+ super.connectedCallback(), (t = this._$Do) == null || t.setConnected(!0);
831
+ }
832
+ disconnectedCallback() {
833
+ var t;
834
+ super.disconnectedCallback(), (t = this._$Do) == null || t.setConnected(!1);
835
+ }
836
+ render() {
837
+ return U;
838
+ }
839
+ };
840
+ var Rt;
841
+ I._$litElement$ = !0, I.finalized = !0, (Rt = globalThis.litElementHydrateSupport) == null || Rt.call(globalThis, { LitElement: I });
842
+ const kt = globalThis.litElementPolyfillSupport;
843
+ kt == null || kt({ LitElement: I });
844
+ (globalThis.litElementVersions ?? (globalThis.litElementVersions = [])).push("4.1.1");
845
+ /**
846
+ * @license
847
+ * Copyright 2017 Google LLC
848
+ * SPDX-License-Identifier: BSD-3-Clause
849
+ */
850
+ const He = { attribute: !0, type: String, converter: J, reflect: !1, hasChanged: ut }, Re = (r = He, t, e) => {
851
+ const { kind: s, metadata: i } = e;
852
+ let o = globalThis.litPropertyMetadata.get(i);
853
+ if (o === void 0 && globalThis.litPropertyMetadata.set(i, o = /* @__PURE__ */ new Map()), o.set(e.name, r), s === "accessor") {
854
+ const { name: n } = e;
855
+ return { set(l) {
856
+ const a = t.get.call(this);
857
+ t.set.call(this, l), this.requestUpdate(n, a, r);
858
+ }, init(l) {
859
+ return l !== void 0 && this.P(n, void 0, r), l;
860
+ } };
861
+ }
862
+ if (s === "setter") {
863
+ const { name: n } = e;
864
+ return function(l) {
865
+ const a = this[n];
866
+ t.call(this, l), this.requestUpdate(n, a, r);
867
+ };
868
+ }
869
+ throw Error("Unsupported decorator location: " + s);
870
+ };
871
+ function ft(r) {
872
+ return (t, e) => typeof e == "object" ? Re(r, t, e) : ((s, i, o) => {
873
+ const n = i.hasOwnProperty(o);
874
+ return i.constructor.createProperty(o, n ? { ...s, wrapped: !0 } : s), n ? Object.getOwnPropertyDescriptor(i, o) : void 0;
875
+ })(r, t, e);
876
+ }
877
+ const at = /* @__PURE__ */ new Set(), ke = () => {
878
+ const r = document.documentElement.dir === "rtl" ? document.documentElement.dir : "ltr";
879
+ at.forEach((t) => {
880
+ t.setAttribute("dir", r);
881
+ });
882
+ }, Ie = new MutationObserver(ke);
883
+ Ie.observe(document.documentElement, {
884
+ attributes: !0,
885
+ attributeFilter: ["dir"]
886
+ });
887
+ const Le = (r) => r.startManagingContentDirection !== void 0 || r.tagName === "LUZMO-THEME";
888
+ function De(r) {
889
+ class t extends r {
890
+ /**
891
+ * @private
892
+ */
893
+ get isLTR() {
894
+ return this.dir === "ltr";
895
+ }
896
+ hasVisibleFocusInTree() {
897
+ const s = ((i = document) => {
898
+ var o;
899
+ let n = i.activeElement;
900
+ for (; n != null && n.shadowRoot && n.shadowRoot.activeElement; )
901
+ n = n.shadowRoot.activeElement;
902
+ const l = n ? [n] : [];
903
+ for (; n; ) {
904
+ const a = n.assignedSlot || n.parentElement || ((o = n.getRootNode()) == null ? void 0 : o.host);
905
+ a && l.push(a), n = a;
906
+ }
907
+ return l;
908
+ })(this.getRootNode())[0];
909
+ if (!s)
910
+ return !1;
911
+ try {
912
+ return s.matches(":focus-visible") || s.matches(".focus-visible");
913
+ } catch {
914
+ return s.matches(".focus-visible");
915
+ }
916
+ }
917
+ connectedCallback() {
918
+ if (!this.hasAttribute("dir")) {
919
+ let s = this.assignedSlot || this.parentNode;
920
+ for (; s !== document.documentElement && !Le(s); )
921
+ s = s.assignedSlot || // step into the shadow DOM of the parent of a slotted node
922
+ s.parentNode || // DOM Element detected
923
+ s.host;
924
+ if (this.dir = s.dir === "rtl" ? s.dir : this.dir || "ltr", s === document.documentElement)
925
+ at.add(this);
926
+ else {
927
+ const { localName: i } = s;
928
+ i.search("-") > -1 && !customElements.get(i) ? customElements.whenDefined(i).then(() => {
929
+ s.startManagingContentDirection(this);
930
+ }) : s.startManagingContentDirection(this);
931
+ }
932
+ this._dirParent = s;
933
+ }
934
+ super.connectedCallback();
935
+ }
936
+ disconnectedCallback() {
937
+ super.disconnectedCallback(), this._dirParent && (this._dirParent === document.documentElement ? at.delete(this) : this._dirParent.stopManagingContentDirection(this), this.removeAttribute("dir"));
938
+ }
939
+ }
940
+ return t;
941
+ }
942
+ class je extends De(I) {
943
+ }
944
+ /*! * Lucero - The design system for Luzmo.
945
+ *
946
+ * Copyright © 2025 Luzmo
947
+ * All rights reserved.
948
+ * Lucero (“Luzmo Design System”) must be used according to the Luzmo Terms of Service.
949
+ * This license allows users with a current active Luzmo account to use Lucero.
950
+ * This license terminates automatically if a user no longer has an active Luzmo account.
951
+ * Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
952
+ *
953
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
954
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
955
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
956
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
957
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
958
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
959
+ * SOFTWARE.
960
+ * */
961
+ let lt = !0;
962
+ try {
963
+ document.body.querySelector(":focus-visible");
964
+ } catch {
965
+ lt = !1, Promise.resolve().then(() => ze);
966
+ }
967
+ const Yt = (r) => {
968
+ var t, e;
969
+ const s = (n) => {
970
+ if (n.shadowRoot == null || Object.hasOwn(n.dataset, "jsFocusVisible"))
971
+ return () => {
972
+ };
973
+ if (self.applyFocusVisiblePolyfill)
974
+ self.applyFocusVisiblePolyfill(n.shadowRoot), n.manageAutoFocus && n.manageAutoFocus();
975
+ else {
976
+ const l = () => {
977
+ self.applyFocusVisiblePolyfill && n.shadowRoot && self.applyFocusVisiblePolyfill(n.shadowRoot), n.manageAutoFocus && n.manageAutoFocus();
978
+ };
979
+ return self.addEventListener(
980
+ "focus-visible-polyfill-ready",
981
+ l,
982
+ { once: !0 }
983
+ ), () => {
984
+ self.removeEventListener(
985
+ "focus-visible-polyfill-ready",
986
+ l
987
+ );
988
+ };
989
+ }
990
+ return () => {
991
+ };
992
+ }, i = Symbol("endPolyfillCoordination");
993
+ class o extends (e = r, t = i, e) {
994
+ constructor() {
995
+ super(...arguments), this[t] = null;
996
+ }
997
+ // Attempt to coordinate with the polyfill when connected to the
998
+ // document:
999
+ connectedCallback() {
1000
+ super.connectedCallback && super.connectedCallback(), lt || requestAnimationFrame(() => {
1001
+ this[i] == null && (this[i] = s(this));
1002
+ });
1003
+ }
1004
+ disconnectedCallback() {
1005
+ super.disconnectedCallback && super.disconnectedCallback(), lt || requestAnimationFrame(() => {
1006
+ this[i] != null && (this[i](), this[i] = null);
1007
+ });
1008
+ }
1009
+ }
1010
+ return o;
1011
+ }, ze = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1012
+ __proto__: null,
1013
+ FocusVisiblePolyfillMixin: Yt
1014
+ }, Symbol.toStringTag, { value: "Module" }));
1015
+ /*! * Lucero - The design system for Luzmo.
1016
+ *
1017
+ * Copyright © 2025 Luzmo
1018
+ * All rights reserved.
1019
+ * Lucero (“Luzmo Design System”) must be used according to the Luzmo Terms of Service.
1020
+ * This license allows users with a current active Luzmo account to use Lucero.
1021
+ * This license terminates automatically if a user no longer has an active Luzmo account.
1022
+ * Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
1023
+ *
1024
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1025
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1026
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1027
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1028
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1029
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1030
+ * SOFTWARE.
1031
+ * */
1032
+ var Be = Object.defineProperty, Fe = Object.getOwnPropertyDescriptor, mt = (r, t, e, s) => {
1033
+ for (var i = s > 1 ? void 0 : s ? Fe(t, e) : t, o = r.length - 1, n; o >= 0; o--)
1034
+ (n = r[o]) && (i = (s ? n(t, e, i) : n(i)) || i);
1035
+ return s && i && Be(t, e, i), i;
1036
+ };
1037
+ function It() {
1038
+ return new Promise((r) => requestAnimationFrame(() => r()));
1039
+ }
1040
+ let _t = class extends Yt(je) {
1041
+ constructor() {
1042
+ super(...arguments), this.disabled = !1, this.autofocus = !1, this._tabIndex = 0, this.manipulatingTabindex = !1, this.autofocusReady = Promise.resolve();
1043
+ }
1044
+ get tabIndex() {
1045
+ if (this.focusElement === this) {
1046
+ const e = this.hasAttribute("tabindex") ? Number(this.getAttribute("tabindex")) : Number.NaN;
1047
+ return Number.isNaN(e) ? -1 : e;
1048
+ }
1049
+ const t = Number.parseFloat(
1050
+ this.hasAttribute("tabindex") && this.getAttribute("tabindex") || "0"
1051
+ );
1052
+ return this.disabled || t < 0 ? -1 : this.focusElement ? this._tabIndex : t;
1053
+ }
1054
+ set tabIndex(t) {
1055
+ var e;
1056
+ if (this.manipulatingTabindex) {
1057
+ this.manipulatingTabindex = !1;
1058
+ return;
1059
+ }
1060
+ if (this.focusElement === this) {
1061
+ if (this.disabled)
1062
+ this._tabIndex = t;
1063
+ else if (t !== this._tabIndex) {
1064
+ this._tabIndex = t;
1065
+ const s = "" + t;
1066
+ this.manipulatingTabindex = !0, this.setAttribute("tabindex", s);
1067
+ }
1068
+ return;
1069
+ }
1070
+ if (t === -1 ? this.addEventListener(
1071
+ "pointerdown",
1072
+ this.onPointerdownManagementOfTabIndex
1073
+ ) : (this.manipulatingTabindex = !0, this.removeEventListener(
1074
+ "pointerdown",
1075
+ this.onPointerdownManagementOfTabIndex
1076
+ )), t === -1 || this.disabled) {
1077
+ if (this.manipulatingTabindex = !0, this.setAttribute("tabindex", "-1"), this.removeAttribute("focusable"), this.selfManageFocusElement)
1078
+ return;
1079
+ t === -1 ? (e = this.focusElement) == null || e.removeAttribute("tabindex") : (this._tabIndex = t, this.manageFocusElementTabindex(t));
1080
+ return;
1081
+ }
1082
+ this.setAttribute("focusable", ""), this.hasAttribute("tabindex") ? this.removeAttribute("tabindex") : this.manipulatingTabindex = !1, this._tabIndex = t, this.manageFocusElementTabindex(t);
1083
+ }
1084
+ onPointerdownManagementOfTabIndex() {
1085
+ this.tabIndex === -1 && setTimeout(() => {
1086
+ this.tabIndex = 0, this.focus({ preventScroll: !0 }), this.tabIndex = -1;
1087
+ });
1088
+ }
1089
+ async manageFocusElementTabindex(t) {
1090
+ this.focusElement || await this.updateComplete, t === null ? this.focusElement.removeAttribute("tabindex") : this.focusElement !== this && (this.focusElement.tabIndex = t);
1091
+ }
1092
+ /**
1093
+ * @private
1094
+ */
1095
+ get focusElement() {
1096
+ throw new Error("Must implement focusElement getter!");
1097
+ }
1098
+ /**
1099
+ * @public
1100
+ * @returns whether the component should manage its focusElement tab-index or not
1101
+ * Needed for action-menu to be supported in action-group in an accessible way
1102
+ */
1103
+ get selfManageFocusElement() {
1104
+ return !1;
1105
+ }
1106
+ focus(t) {
1107
+ this.disabled || !this.focusElement || (this.focusElement === this ? Reflect.apply(HTMLElement.prototype.focus, this, [t]) : this.focusElement.focus(t));
1108
+ }
1109
+ blur() {
1110
+ const t = this.focusElement || this;
1111
+ t === this ? HTMLElement.prototype.blur.apply(this) : t.blur();
1112
+ }
1113
+ click() {
1114
+ if (this.disabled)
1115
+ return;
1116
+ const t = this.focusElement || this;
1117
+ t === this ? HTMLElement.prototype.click.apply(this) : t.click();
1118
+ }
1119
+ manageAutoFocus() {
1120
+ this.autofocus && (this.dispatchEvent(
1121
+ new KeyboardEvent("keydown", {
1122
+ code: "Tab"
1123
+ })
1124
+ ), this.focusElement.focus());
1125
+ }
1126
+ firstUpdated(t) {
1127
+ super.firstUpdated(t), (!this.hasAttribute("tabindex") || this.getAttribute("tabindex") !== "-1") && this.setAttribute("focusable", "");
1128
+ }
1129
+ update(t) {
1130
+ t.has("disabled") && this.handleDisabledChanged(
1131
+ this.disabled,
1132
+ t.get("disabled")
1133
+ ), super.update(t);
1134
+ }
1135
+ updated(t) {
1136
+ super.updated(t), t.has("disabled") && this.disabled && this.blur();
1137
+ }
1138
+ async handleDisabledChanged(t, e) {
1139
+ const s = () => this.focusElement !== this && this.focusElement.disabled !== void 0;
1140
+ t ? (this.manipulatingTabindex = !0, this.setAttribute("tabindex", "-1"), await this.updateComplete, s() ? this.focusElement.disabled = !0 : this.setAttribute("aria-disabled", "true")) : e && (this.manipulatingTabindex = !0, this.focusElement === this ? this.setAttribute("tabindex", "" + this._tabIndex) : this.removeAttribute("tabindex"), await this.updateComplete, s() ? this.focusElement.disabled = !1 : this.removeAttribute("aria-disabled"));
1141
+ }
1142
+ async getUpdateComplete() {
1143
+ const t = await super.getUpdateComplete();
1144
+ return await this.autofocusReady, t;
1145
+ }
1146
+ connectedCallback() {
1147
+ super.connectedCallback(), this.autofocus && (this.autofocusReady = new Promise(async (t) => {
1148
+ await It(), await It(), t();
1149
+ }), this.updateComplete.then(() => {
1150
+ this.manageAutoFocus();
1151
+ }));
1152
+ }
1153
+ };
1154
+ mt([
1155
+ ft({ type: Boolean, reflect: !0 })
1156
+ ], _t.prototype, "disabled", 2);
1157
+ mt([
1158
+ ft({ type: Boolean })
1159
+ ], _t.prototype, "autofocus", 2);
1160
+ mt([
1161
+ ft({ type: Number })
1162
+ ], _t.prototype, "tabIndex", 1);
1163
+ /**
1164
+ * @license
1165
+ * Copyright 2017 Google LLC
1166
+ * SPDX-License-Identifier: BSD-3-Clause
1167
+ */
1168
+ const L = globalThis, X = L.trustedTypes, Lt = X ? X.createPolicy("lit-html", { createHTML: (r) => r }) : void 0, te = "$lit$", A = `lit$${Math.random().toFixed(9).slice(2)}$`, ee = "?" + A, Ve = `<${ee}>`, w = document, z = () => w.createComment(""), B = (r) => r === null || typeof r != "object" && typeof r != "function", At = Array.isArray, We = (r) => At(r) || typeof (r == null ? void 0 : r[Symbol.iterator]) == "function", it = `[
1169
+ \f\r]`, H = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, Dt = /-->/g, jt = />/g, v = RegExp(`>|${it}(?:([^\\s"'>=/]+)(${it}*=${it}*(?:[^
1170
+ \f\r"'\`<>=]|("|')|))|$)`, "g"), zt = /'/g, Bt = /"/g, se = /^(?:script|style|textarea|title)$/i, qe = (r) => (t, ...e) => ({ _$litType$: r, strings: t, values: e }), hs = qe(1), O = Symbol.for("lit-noChange"), $ = Symbol.for("lit-nothing"), Ft = /* @__PURE__ */ new WeakMap(), E = w.createTreeWalker(w, 129);
1171
+ function ie(r, t) {
1172
+ if (!At(r) || !r.hasOwnProperty("raw")) throw Error("invalid template strings array");
1173
+ return Lt !== void 0 ? Lt.createHTML(t) : t;
1174
+ }
1175
+ const Ke = (r, t) => {
1176
+ const e = r.length - 1, s = [];
1177
+ let i, o = t === 2 ? "<svg>" : t === 3 ? "<math>" : "", n = H;
1178
+ for (let l = 0; l < e; l++) {
1179
+ const a = r[l];
1180
+ let c, d, h = -1, u = 0;
1181
+ for (; u < a.length && (n.lastIndex = u, d = n.exec(a), d !== null); ) u = n.lastIndex, n === H ? d[1] === "!--" ? n = Dt : d[1] !== void 0 ? n = jt : d[2] !== void 0 ? (se.test(d[2]) && (i = RegExp("</" + d[2], "g")), n = v) : d[3] !== void 0 && (n = v) : n === v ? d[0] === ">" ? (n = i ?? H, h = -1) : d[1] === void 0 ? h = -2 : (h = n.lastIndex - d[2].length, c = d[1], n = d[3] === void 0 ? v : d[3] === '"' ? Bt : zt) : n === Bt || n === zt ? n = v : n === Dt || n === jt ? n = H : (n = v, i = void 0);
1182
+ const f = n === v && r[l + 1].startsWith("/>") ? " " : "";
1183
+ o += n === H ? a + Ve : h >= 0 ? (s.push(c), a.slice(0, h) + te + a.slice(h) + A + f) : a + A + (h === -2 ? l : f);
1184
+ }
1185
+ return [ie(r, o + (r[e] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), s];
1186
+ };
1187
+ class F {
1188
+ constructor({ strings: t, _$litType$: e }, s) {
1189
+ let i;
1190
+ this.parts = [];
1191
+ let o = 0, n = 0;
1192
+ const l = t.length - 1, a = this.parts, [c, d] = Ke(t, e);
1193
+ if (this.el = F.createElement(c, s), E.currentNode = this.el.content, e === 2 || e === 3) {
1194
+ const h = this.el.content.firstChild;
1195
+ h.replaceWith(...h.childNodes);
1196
+ }
1197
+ for (; (i = E.nextNode()) !== null && a.length < l; ) {
1198
+ if (i.nodeType === 1) {
1199
+ if (i.hasAttributes()) for (const h of i.getAttributeNames()) if (h.endsWith(te)) {
1200
+ const u = d[n++], f = i.getAttribute(h).split(A), m = /([.?@])?(.*)/.exec(u);
1201
+ a.push({ type: 1, index: o, name: m[2], strings: f, ctor: m[1] === "." ? Je : m[1] === "?" ? Ge : m[1] === "@" ? Qe : tt }), i.removeAttribute(h);
1202
+ } else h.startsWith(A) && (a.push({ type: 6, index: o }), i.removeAttribute(h));
1203
+ if (se.test(i.tagName)) {
1204
+ const h = i.textContent.split(A), u = h.length - 1;
1205
+ if (u > 0) {
1206
+ i.textContent = X ? X.emptyScript : "";
1207
+ for (let f = 0; f < u; f++) i.append(h[f], z()), E.nextNode(), a.push({ type: 2, index: ++o });
1208
+ i.append(h[u], z());
1209
+ }
1210
+ }
1211
+ } else if (i.nodeType === 8) if (i.data === ee) a.push({ type: 2, index: o });
1212
+ else {
1213
+ let h = -1;
1214
+ for (; (h = i.data.indexOf(A, h + 1)) !== -1; ) a.push({ type: 7, index: o }), h += A.length - 1;
1215
+ }
1216
+ o++;
1217
+ }
1218
+ }
1219
+ static createElement(t, e) {
1220
+ const s = w.createElement("template");
1221
+ return s.innerHTML = t, s;
1222
+ }
1223
+ }
1224
+ function M(r, t, e = r, s) {
1225
+ var n, l;
1226
+ if (t === O) return t;
1227
+ let i = s !== void 0 ? (n = e._$Co) == null ? void 0 : n[s] : e._$Cl;
1228
+ const o = B(t) ? void 0 : t._$litDirective$;
1229
+ return (i == null ? void 0 : i.constructor) !== o && ((l = i == null ? void 0 : i._$AO) == null || l.call(i, !1), o === void 0 ? i = void 0 : (i = new o(r), i._$AT(r, e, s)), s !== void 0 ? (e._$Co ?? (e._$Co = []))[s] = i : e._$Cl = i), i !== void 0 && (t = M(r, i._$AS(r, t.values), i, s)), t;
1230
+ }
1231
+ class Ze {
1232
+ constructor(t, e) {
1233
+ this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = e;
1234
+ }
1235
+ get parentNode() {
1236
+ return this._$AM.parentNode;
1237
+ }
1238
+ get _$AU() {
1239
+ return this._$AM._$AU;
1240
+ }
1241
+ u(t) {
1242
+ const { el: { content: e }, parts: s } = this._$AD, i = ((t == null ? void 0 : t.creationScope) ?? w).importNode(e, !0);
1243
+ E.currentNode = i;
1244
+ let o = E.nextNode(), n = 0, l = 0, a = s[0];
1245
+ for (; a !== void 0; ) {
1246
+ if (n === a.index) {
1247
+ let c;
1248
+ a.type === 2 ? c = new V(o, o.nextSibling, this, t) : a.type === 1 ? c = new a.ctor(o, a.name, a.strings, this, t) : a.type === 6 && (c = new Xe(o, this, t)), this._$AV.push(c), a = s[++l];
1249
+ }
1250
+ n !== (a == null ? void 0 : a.index) && (o = E.nextNode(), n++);
1251
+ }
1252
+ return E.currentNode = w, i;
1253
+ }
1254
+ p(t) {
1255
+ let e = 0;
1256
+ for (const s of this._$AV) s !== void 0 && (s.strings !== void 0 ? (s._$AI(t, s, e), e += s.strings.length - 2) : s._$AI(t[e])), e++;
1257
+ }
1258
+ }
1259
+ class V {
1260
+ get _$AU() {
1261
+ var t;
1262
+ return ((t = this._$AM) == null ? void 0 : t._$AU) ?? this._$Cv;
1263
+ }
1264
+ constructor(t, e, s, i) {
1265
+ this.type = 2, this._$AH = $, this._$AN = void 0, this._$AA = t, this._$AB = e, this._$AM = s, this.options = i, this._$Cv = (i == null ? void 0 : i.isConnected) ?? !0;
1266
+ }
1267
+ get parentNode() {
1268
+ let t = this._$AA.parentNode;
1269
+ const e = this._$AM;
1270
+ return e !== void 0 && (t == null ? void 0 : t.nodeType) === 11 && (t = e.parentNode), t;
1271
+ }
1272
+ get startNode() {
1273
+ return this._$AA;
1274
+ }
1275
+ get endNode() {
1276
+ return this._$AB;
1277
+ }
1278
+ _$AI(t, e = this) {
1279
+ t = M(this, t, e), B(t) ? t === $ || t == null || t === "" ? (this._$AH !== $ && this._$AR(), this._$AH = $) : t !== this._$AH && t !== O && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : We(t) ? this.k(t) : this._(t);
1280
+ }
1281
+ O(t) {
1282
+ return this._$AA.parentNode.insertBefore(t, this._$AB);
1283
+ }
1284
+ T(t) {
1285
+ this._$AH !== t && (this._$AR(), this._$AH = this.O(t));
1286
+ }
1287
+ _(t) {
1288
+ this._$AH !== $ && B(this._$AH) ? this._$AA.nextSibling.data = t : this.T(w.createTextNode(t)), this._$AH = t;
1289
+ }
1290
+ $(t) {
1291
+ var o;
1292
+ const { values: e, _$litType$: s } = t, i = typeof s == "number" ? this._$AC(t) : (s.el === void 0 && (s.el = F.createElement(ie(s.h, s.h[0]), this.options)), s);
1293
+ if (((o = this._$AH) == null ? void 0 : o._$AD) === i) this._$AH.p(e);
1294
+ else {
1295
+ const n = new Ze(i, this), l = n.u(this.options);
1296
+ n.p(e), this.T(l), this._$AH = n;
1297
+ }
1298
+ }
1299
+ _$AC(t) {
1300
+ let e = Ft.get(t.strings);
1301
+ return e === void 0 && Ft.set(t.strings, e = new F(t)), e;
1302
+ }
1303
+ k(t) {
1304
+ At(this._$AH) || (this._$AH = [], this._$AR());
1305
+ const e = this._$AH;
1306
+ let s, i = 0;
1307
+ for (const o of t) i === e.length ? e.push(s = new V(this.O(z()), this.O(z()), this, this.options)) : s = e[i], s._$AI(o), i++;
1308
+ i < e.length && (this._$AR(s && s._$AB.nextSibling, i), e.length = i);
1309
+ }
1310
+ _$AR(t = this._$AA.nextSibling, e) {
1311
+ var s;
1312
+ for ((s = this._$AP) == null ? void 0 : s.call(this, !1, !0, e); t && t !== this._$AB; ) {
1313
+ const i = t.nextSibling;
1314
+ t.remove(), t = i;
1315
+ }
1316
+ }
1317
+ setConnected(t) {
1318
+ var e;
1319
+ this._$AM === void 0 && (this._$Cv = t, (e = this._$AP) == null || e.call(this, t));
1320
+ }
1321
+ }
1322
+ class tt {
1323
+ get tagName() {
1324
+ return this.element.tagName;
1325
+ }
1326
+ get _$AU() {
1327
+ return this._$AM._$AU;
1328
+ }
1329
+ constructor(t, e, s, i, o) {
1330
+ this.type = 1, this._$AH = $, this._$AN = void 0, this.element = t, this.name = e, this._$AM = i, this.options = o, s.length > 2 || s[0] !== "" || s[1] !== "" ? (this._$AH = Array(s.length - 1).fill(new String()), this.strings = s) : this._$AH = $;
1331
+ }
1332
+ _$AI(t, e = this, s, i) {
1333
+ const o = this.strings;
1334
+ let n = !1;
1335
+ if (o === void 0) t = M(this, t, e, 0), n = !B(t) || t !== this._$AH && t !== O, n && (this._$AH = t);
1336
+ else {
1337
+ const l = t;
1338
+ let a, c;
1339
+ for (t = o[0], a = 0; a < o.length - 1; a++) c = M(this, l[s + a], e, a), c === O && (c = this._$AH[a]), n || (n = !B(c) || c !== this._$AH[a]), c === $ ? t = $ : t !== $ && (t += (c ?? "") + o[a + 1]), this._$AH[a] = c;
1340
+ }
1341
+ n && !i && this.j(t);
1342
+ }
1343
+ j(t) {
1344
+ t === $ ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
1345
+ }
1346
+ }
1347
+ class Je extends tt {
1348
+ constructor() {
1349
+ super(...arguments), this.type = 3;
1350
+ }
1351
+ j(t) {
1352
+ this.element[this.name] = t === $ ? void 0 : t;
1353
+ }
1354
+ }
1355
+ class Ge extends tt {
1356
+ constructor() {
1357
+ super(...arguments), this.type = 4;
1358
+ }
1359
+ j(t) {
1360
+ this.element.toggleAttribute(this.name, !!t && t !== $);
1361
+ }
1362
+ }
1363
+ class Qe extends tt {
1364
+ constructor(t, e, s, i, o) {
1365
+ super(t, e, s, i, o), this.type = 5;
1366
+ }
1367
+ _$AI(t, e = this) {
1368
+ if ((t = M(this, t, e, 0) ?? $) === O) return;
1369
+ const s = this._$AH, i = t === $ && s !== $ || t.capture !== s.capture || t.once !== s.once || t.passive !== s.passive, o = t !== $ && (s === $ || i);
1370
+ i && this.element.removeEventListener(this.name, this, s), o && this.element.addEventListener(this.name, this, t), this._$AH = t;
1371
+ }
1372
+ handleEvent(t) {
1373
+ var e;
1374
+ typeof this._$AH == "function" ? this._$AH.call(((e = this.options) == null ? void 0 : e.host) ?? this.element, t) : this._$AH.handleEvent(t);
1375
+ }
1376
+ }
1377
+ class Xe {
1378
+ constructor(t, e, s) {
1379
+ this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options = s;
1380
+ }
1381
+ get _$AU() {
1382
+ return this._$AM._$AU;
1383
+ }
1384
+ _$AI(t) {
1385
+ M(this, t);
1386
+ }
1387
+ }
1388
+ const rt = L.litHtmlPolyfillSupport;
1389
+ rt == null || rt(F, V), (L.litHtmlVersions ?? (L.litHtmlVersions = [])).push("3.2.1");
1390
+ const Ye = (r, t, e) => {
1391
+ const s = (e == null ? void 0 : e.renderBefore) ?? t;
1392
+ let i = s._$litPart$;
1393
+ if (i === void 0) {
1394
+ const o = (e == null ? void 0 : e.renderBefore) ?? null;
1395
+ s._$litPart$ = i = new V(t.insertBefore(z(), o), o, void 0, e ?? {});
1396
+ }
1397
+ return i._$AI(r), i;
1398
+ };
1399
+ /**
1400
+ * @license
1401
+ * Copyright 2017 Google LLC
1402
+ * SPDX-License-Identifier: BSD-3-Clause
1403
+ */
1404
+ let K = class extends x {
1405
+ constructor() {
1406
+ super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
1407
+ }
1408
+ createRenderRoot() {
1409
+ var e;
1410
+ const t = super.createRenderRoot();
1411
+ return (e = this.renderOptions).renderBefore ?? (e.renderBefore = t.firstChild), t;
1412
+ }
1413
+ update(t) {
1414
+ const e = this.render();
1415
+ this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t), this._$Do = Ye(e, this.renderRoot, this.renderOptions);
1416
+ }
1417
+ connectedCallback() {
1418
+ var t;
1419
+ super.connectedCallback(), (t = this._$Do) == null || t.setConnected(!0);
1420
+ }
1421
+ disconnectedCallback() {
1422
+ var t;
1423
+ super.disconnectedCallback(), (t = this._$Do) == null || t.setConnected(!1);
1424
+ }
1425
+ render() {
1426
+ return O;
1427
+ }
1428
+ };
1429
+ var Vt;
1430
+ K._$litElement$ = !0, K.finalized = !0, (Vt = globalThis.litElementHydrateSupport) == null || Vt.call(globalThis, { LitElement: K });
1431
+ const nt = globalThis.litElementPolyfillSupport;
1432
+ nt == null || nt({ LitElement: K });
1433
+ (globalThis.litElementVersions ?? (globalThis.litElementVersions = [])).push("4.1.1");
1434
+ /**
1435
+ * @license
1436
+ * Copyright 2017 Google LLC
1437
+ * SPDX-License-Identifier: BSD-3-Clause
1438
+ */
1439
+ const ts = { attribute: !0, type: String, converter: Z, reflect: !1, hasChanged: ct }, es = (r = ts, t, e) => {
1440
+ const { kind: s, metadata: i } = e;
1441
+ let o = globalThis.litPropertyMetadata.get(i);
1442
+ if (o === void 0 && globalThis.litPropertyMetadata.set(i, o = /* @__PURE__ */ new Map()), o.set(e.name, r), s === "accessor") {
1443
+ const { name: n } = e;
1444
+ return { set(l) {
1445
+ const a = t.get.call(this);
1446
+ t.set.call(this, l), this.requestUpdate(n, a, r);
1447
+ }, init(l) {
1448
+ return l !== void 0 && this.P(n, void 0, r), l;
1449
+ } };
1450
+ }
1451
+ if (s === "setter") {
1452
+ const { name: n } = e;
1453
+ return function(l) {
1454
+ const a = this[n];
1455
+ t.call(this, l), this.requestUpdate(n, a, r);
1456
+ };
1457
+ }
1458
+ throw Error("Unsupported decorator location: " + s);
1459
+ };
1460
+ function ds(r) {
1461
+ return (t, e) => typeof e == "object" ? es(r, t, e) : ((s, i, o) => {
1462
+ const n = i.hasOwnProperty(o);
1463
+ return i.constructor.createProperty(o, n ? { ...s, wrapped: !0 } : s), n ? Object.getOwnPropertyDescriptor(i, o) : void 0;
1464
+ })(r, t, e);
1465
+ }
1466
+ export {
1467
+ $ as E,
1468
+ ns as H,
1469
+ ft as R,
1470
+ ne as a,
1471
+ p as d,
1472
+ ct as f,
1473
+ fe as h,
1474
+ je as k,
1475
+ ds as n,
1476
+ _t as r,
1477
+ U as v,
1478
+ Ne as w,
1479
+ hs as x
1480
+ };