@luzmo/analytics-components-kit 1.0.1-alpha.137 → 1.0.1-alpha.139

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 (1775) hide show
  1. package/README.md +58 -6
  2. package/angular/components/dataset-selector-list.component.ts +2 -0
  3. package/angular/components/display-settings-binning.component.ts +0 -2
  4. package/angular/components/display-settings-datetime.component.ts +0 -2
  5. package/angular/components/display-settings-grand-totals.component.ts +0 -2
  6. package/angular/components/display-settings-numeric.component.ts +0 -2
  7. package/angular/components/display-settings-period-over-period.component.ts +0 -2
  8. package/angular/components/draggable-data-fields-panel.component.ts +0 -2
  9. package/angular/components/droppable-slot.component.ts +0 -2
  10. package/angular/components/edit-filters.component.ts +0 -2
  11. package/angular/components/filter-expression-picker.component.ts +0 -2
  12. package/angular/components/filter-item.component.ts +0 -2
  13. package/angular/components/filter-value-picker-datetime.component.ts +0 -2
  14. package/angular/components/filter-value-picker-hierarchy.component.ts +0 -2
  15. package/angular/components/filter-value-picker-numeric.component.ts +0 -2
  16. package/angular/components/filter-value-picker.component.ts +0 -2
  17. package/angular/components/grid-item-actions-menu.component.ts +6 -2
  18. package/angular/components/item-data-drop-panel.component.ts +0 -2
  19. package/angular/components/item-data-picker-panel.component.ts +0 -2
  20. package/angular/components/slot-contents-picker.component.ts +0 -2
  21. package/angular/components/viz-item-menu.component.ts +0 -2
  22. package/angular/esm/components/dataset-selector-list.component.d.ts +2 -1
  23. package/angular/esm/components/dataset-selector-list.component.js +7 -2
  24. package/angular/esm/components/display-settings-binning.component.d.ts +1 -2
  25. package/angular/esm/components/display-settings-binning.component.js +3 -8
  26. package/angular/esm/components/display-settings-datetime.component.d.ts +1 -2
  27. package/angular/esm/components/display-settings-datetime.component.js +3 -8
  28. package/angular/esm/components/display-settings-grand-totals.component.d.ts +1 -2
  29. package/angular/esm/components/display-settings-grand-totals.component.js +3 -8
  30. package/angular/esm/components/display-settings-numeric.component.d.ts +1 -2
  31. package/angular/esm/components/display-settings-numeric.component.js +3 -8
  32. package/angular/esm/components/display-settings-period-over-period.component.d.ts +1 -2
  33. package/angular/esm/components/display-settings-period-over-period.component.js +3 -8
  34. package/angular/esm/components/draggable-data-fields-panel.component.d.ts +1 -2
  35. package/angular/esm/components/draggable-data-fields-panel.component.js +2 -7
  36. package/angular/esm/components/droppable-slot.component.d.ts +1 -2
  37. package/angular/esm/components/droppable-slot.component.js +2 -7
  38. package/angular/esm/components/edit-filters.component.d.ts +1 -2
  39. package/angular/esm/components/edit-filters.component.js +2 -7
  40. package/angular/esm/components/filter-expression-picker.component.d.ts +1 -2
  41. package/angular/esm/components/filter-expression-picker.component.js +3 -8
  42. package/angular/esm/components/filter-item.component.d.ts +1 -2
  43. package/angular/esm/components/filter-item.component.js +2 -7
  44. package/angular/esm/components/filter-value-picker-datetime.component.d.ts +1 -2
  45. package/angular/esm/components/filter-value-picker-datetime.component.js +3 -8
  46. package/angular/esm/components/filter-value-picker-hierarchy.component.d.ts +1 -2
  47. package/angular/esm/components/filter-value-picker-hierarchy.component.js +2 -7
  48. package/angular/esm/components/filter-value-picker-numeric.component.d.ts +1 -2
  49. package/angular/esm/components/filter-value-picker-numeric.component.js +2 -7
  50. package/angular/esm/components/filter-value-picker.component.d.ts +1 -2
  51. package/angular/esm/components/filter-value-picker.component.js +2 -7
  52. package/angular/esm/components/grid-item-actions-menu.component.d.ts +4 -2
  53. package/angular/esm/components/grid-item-actions-menu.component.js +16 -6
  54. package/angular/esm/components/item-data-drop-panel.component.d.ts +1 -2
  55. package/angular/esm/components/item-data-drop-panel.component.js +2 -7
  56. package/angular/esm/components/item-data-picker-panel.component.d.ts +1 -2
  57. package/angular/esm/components/item-data-picker-panel.component.js +2 -7
  58. package/angular/esm/components/slot-contents-picker.component.d.ts +1 -2
  59. package/angular/esm/components/slot-contents-picker.component.js +2 -7
  60. package/angular/esm/components/viz-item-menu.component.d.ts +1 -2
  61. package/angular/esm/components/viz-item-menu.component.js +2 -7
  62. package/angular/esm/types/dataset-data-field.types.d.ts +33 -1
  63. package/angular/esm/types/dataset.types.d.ts +5 -2
  64. package/angular/types/dataset-data-field.types.ts +37 -1
  65. package/angular/types/dataset.types.ts +5 -2
  66. package/angular/utils/base/index.d.ts +1 -0
  67. package/angular/utils/base/localized-mixin.d.ts +22 -0
  68. package/angular/utils/data-broker/index.d.ts +2 -0
  69. package/angular/utils/data-field-types/calculate-data-field-icon.d.ts +3 -1
  70. package/angular/utils/index.d.ts +1 -0
  71. package/components/ai-chat/index.cjs +1 -1
  72. package/components/ai-chat/index.js +9 -8
  73. package/components/ai-interaction-textarea/index.cjs +1 -1
  74. package/components/ai-interaction-textarea/index.js +7 -7
  75. package/components/area-chart-options.config-CcY14BOA.js +143 -0
  76. package/components/area-chart-options.config-D3wkfLIJ.cjs +20 -0
  77. package/components/area-chart-options.config-N7wfxV92.cjs +20 -0
  78. package/components/area-chart-options.config-faHluStC.js +21 -0
  79. package/components/area-chart-positioning.config-DVYCRqs_.cjs +20 -0
  80. package/components/area-chart-positioning.config-DW24wXqx.js +53 -0
  81. package/components/area-chart-slots.config--mqsjuLX.js +21 -0
  82. package/components/area-chart-slots.config-DwhLv5VD.cjs +20 -0
  83. package/components/bar-chart-options.config-34L6pYbi.cjs +20 -0
  84. package/components/bar-chart-options.config-D6fIzxzr.cjs +20 -0
  85. package/components/bar-chart-options.config-DMJQR92m.js +217 -0
  86. package/components/bar-chart-options.config-DPeyVPYq.js +21 -0
  87. package/components/bar-chart-positioning.config-L-mfKSm0.js +57 -0
  88. package/components/bar-chart-positioning.config-wOHB36GL.cjs +20 -0
  89. package/components/bar-chart-slots.config-Bzwph1ZH.js +21 -0
  90. package/components/bar-chart-slots.config-DhN80-re.cjs +20 -0
  91. package/components/box-plot-options.config--J3oLyCd.js +293 -0
  92. package/components/box-plot-options.config-Dv5K0Hx1.cjs +20 -0
  93. package/components/box-plot-options.config-rN1deHkn.js +21 -0
  94. package/components/box-plot-options.config-tZgl894L.cjs +20 -0
  95. package/components/box-plot-positioning.config-COnidaMC.cjs +20 -0
  96. package/components/box-plot-positioning.config-DlmTcWJL.js +46 -0
  97. package/components/box-plot-slots.config-CnDRGy6E.cjs +20 -0
  98. package/components/box-plot-slots.config-niR9zjuf.js +21 -0
  99. package/components/bubble-chart-options.config-BTMgdRPF.js +21 -0
  100. package/components/bubble-chart-options.config-Co1XyWCA.cjs +20 -0
  101. package/components/bubble-chart-options.config-D1H0-EMR.cjs +20 -0
  102. package/components/bubble-chart-options.config-aRrKK8Ii.js +112 -0
  103. package/components/bubble-chart-positioning.config-MWVa99rV.cjs +20 -0
  104. package/components/bubble-chart-positioning.config-pIaAs12w.js +53 -0
  105. package/components/bubble-chart-slots.config-C-dyOSVY.js +21 -0
  106. package/components/bubble-chart-slots.config-wfccaql8.cjs +20 -0
  107. package/components/bullet-chart-options.config-Csbxzs3F.cjs +20 -0
  108. package/components/bullet-chart-options.config-Cts5BYF3.cjs +20 -0
  109. package/components/bullet-chart-options.config-sgup3oXg.js +72 -0
  110. package/components/bullet-chart-options.config-xy_STmfb.js +21 -0
  111. package/components/bullet-chart-positioning.config-CNvspZ7J.cjs +20 -0
  112. package/components/bullet-chart-positioning.config-DZSlc311.js +54 -0
  113. package/components/bullet-chart-slots.config-BN8uNvzH.js +21 -0
  114. package/components/bullet-chart-slots.config-CPhAWoAn.cjs +20 -0
  115. package/components/calculate-data-field-icon-BhiGlh0u.cjs +20 -0
  116. package/components/calculate-data-field-icon-CY7Y6fn1.js +147 -0
  117. package/components/choropleth-map-options.config-Bp4oiq7R.cjs +20 -0
  118. package/components/choropleth-map-options.config-C2Kpmkxk.js +343 -0
  119. package/components/choropleth-map-options.config-CZXqifmx.cjs +20 -0
  120. package/components/choropleth-map-options.config-D040b8cq.js +21 -0
  121. package/components/choropleth-map-positioning.config-B6pmKYck.js +53 -0
  122. package/components/choropleth-map-positioning.config-D60bNs0e.cjs +20 -0
  123. package/components/choropleth-map-slots.config-2Mp0f5X6.cjs +20 -0
  124. package/components/choropleth-map-slots.config-DP05dMGc.js +21 -0
  125. package/components/circle-pack-chart-options.config-CDeI4UV0.js +21 -0
  126. package/components/circle-pack-chart-options.config-Cg1YmEE1.cjs +20 -0
  127. package/components/circle-pack-chart-positioning.config-Lj8D0F47.js +46 -0
  128. package/components/circle-pack-chart-positioning.config-MwgGgjaX.cjs +20 -0
  129. package/components/circle-pack-chart-slots.config-1dvFsIi6.cjs +20 -0
  130. package/components/circle-pack-chart-slots.config-mBBQ3ChT.js +21 -0
  131. package/components/circular-gauge-options.config-CAvcVBuT.js +21 -0
  132. package/components/circular-gauge-options.config-Ce6HFrhX.js +185 -0
  133. package/components/circular-gauge-options.config-Cr-mWh6R.cjs +20 -0
  134. package/components/circular-gauge-options.config-Dr-9zVsF.cjs +20 -0
  135. package/components/circular-gauge-positioning.config-CgC1XVjy.js +46 -0
  136. package/components/circular-gauge-positioning.config-Qwg7HNl1.cjs +20 -0
  137. package/components/circular-gauge-slots.config-D4CEZIkS.js +21 -0
  138. package/components/circular-gauge-slots.config-KBFvKcov.cjs +20 -0
  139. package/components/color-range-utils-Chyz7WSK.js +61 -0
  140. package/components/color-range-utils-X0NoMXQP.cjs +20 -0
  141. package/components/column-chart-options.config-B83OdSzH.cjs +20 -0
  142. package/components/column-chart-options.config-DaGo3UPc.cjs +20 -0
  143. package/components/column-chart-options.config-DuWqubdk.js +216 -0
  144. package/components/column-chart-options.config-DxH6Wkzv.js +21 -0
  145. package/components/column-chart-positioning.config-WrilAzV_.cjs +20 -0
  146. package/components/column-chart-positioning.config-sWfkIMAv.js +53 -0
  147. package/components/column-chart-slots.config-BOrEQ9zB.cjs +20 -0
  148. package/components/column-chart-slots.config-CS5VtjTN.js +21 -0
  149. package/components/combination-chart-options.config-B66IvpE7.cjs +20 -0
  150. package/components/combination-chart-options.config-BJo7Dywr.js +21 -0
  151. package/components/combination-chart-positioning.config-Box3wPHN.cjs +20 -0
  152. package/components/combination-chart-positioning.config-iq0Qm3_Z.js +46 -0
  153. package/components/combination-chart-slots.config-CO84f8lq.js +21 -0
  154. package/components/combination-chart-slots.config-IEqa3vNU.cjs +20 -0
  155. package/components/conditional-number-options.config-BG13iTC7.js +21 -0
  156. package/components/conditional-number-options.config-CkFrzLQ8.cjs +20 -0
  157. package/components/conditional-number-options.config-Tr9Unb8d.cjs +20 -0
  158. package/components/conditional-number-options.config-bCNzHQkV.js +201 -0
  159. package/components/conditional-number-positioning.config-BYzD84_1.cjs +20 -0
  160. package/components/conditional-number-positioning.config-D_gzQOaV.js +46 -0
  161. package/components/conditional-number-slots.config-Bh4LNgTJ.js +21 -0
  162. package/components/conditional-number-slots.config-D4vkmOkJ.cjs +20 -0
  163. package/components/convert-datasets-to-data-fields-BV57XueO.cjs +20 -0
  164. package/components/convert-datasets-to-data-fields-Ct3YLD0R.js +67 -0
  165. package/components/dashboard-store-BvJXzTYx.js +22 -0
  166. package/components/dashboard-store-CABa4USm.js +291 -0
  167. package/components/dashboard-store-CYLTLEcL.cjs +20 -0
  168. package/components/dashboard-store-CvMZuveK.cjs +20 -0
  169. package/components/data-broker-BUIUM5hr.cjs +20 -0
  170. package/components/data-broker-cLR-t5LM.js +1609 -0
  171. package/components/data-fields-select/data-fields-select.d.ts +41 -8
  172. package/components/data-fields-select/index.cjs +1 -1
  173. package/components/data-fields-select/index.d.ts +1 -0
  174. package/components/data-fields-select/index.js +6 -4
  175. package/components/data-fields-select-0-QPdj3X.js +258 -0
  176. package/components/data-fields-select-DOFNOn2D.cjs +40 -0
  177. package/components/dataset-icon/index.cjs +1 -1
  178. package/components/dataset-icon/index.js +2 -2
  179. package/components/dataset-selector-list/dataset-selector-list.d.ts +8 -0
  180. package/components/dataset-selector-list/index.cjs +1 -1
  181. package/components/dataset-selector-list/index.js +5 -5
  182. package/components/dataset-selector-list-BdeJlo0u.cjs +74 -0
  183. package/components/dataset-selector-list-DO_ExOrO.js +308 -0
  184. package/components/dataset-selector-row/index.cjs +1 -1
  185. package/components/dataset-selector-row/index.js +6 -6
  186. package/components/dataset-selector-row-CAlRVIk_.cjs +82 -0
  187. package/components/dataset-selector-row-VsvdrVDf.js +183 -0
  188. package/components/date-comparison-filter-options.config-BxMEjU8o.cjs +20 -0
  189. package/components/date-comparison-filter-options.config-Cfhga0uT.js +21 -0
  190. package/components/date-comparison-filter-slots.config-D7ruNdYO.cjs +20 -0
  191. package/components/date-comparison-filter-slots.config-DPytzabB.js +21 -0
  192. package/components/date-filter-options.config-8Q0Uqiq3.cjs +20 -0
  193. package/components/date-filter-options.config-CRYHdCgK.js +21 -0
  194. package/components/date-filter-slots.config-7V9B8ldl.js +21 -0
  195. package/components/date-filter-slots.config-GGBGAdF3.cjs +20 -0
  196. package/components/de-DEzbbWVL.js +215 -0
  197. package/components/de-nxCdeqFz.cjs +20 -0
  198. package/components/default-acceptable-data-field-types-B2M41jLy.js +51 -0
  199. package/components/default-acceptable-data-field-types-DY4JJ1aG.cjs +20 -0
  200. package/components/display-settings/index.cjs +1 -1
  201. package/components/display-settings/index.js +5 -3
  202. package/components/display-settings-BwRkE6i-.js +269 -0
  203. package/components/display-settings-binning/display-settings-binning.d.ts +3 -5
  204. package/components/display-settings-binning/index.cjs +1 -1
  205. package/components/display-settings-binning/index.js +4 -3
  206. package/components/display-settings-binning-BXlXiFNV.js +106 -0
  207. package/components/display-settings-binning-C4V_P8mI.cjs +56 -0
  208. package/components/display-settings-datetime/display-settings-datetime.d.ts +3 -5
  209. package/components/display-settings-datetime/index.cjs +1 -1
  210. package/components/display-settings-datetime/index.js +6 -5
  211. package/components/display-settings-datetime-Db-0j9VZ.cjs +215 -0
  212. package/components/display-settings-datetime-LqM04khP.js +404 -0
  213. package/components/display-settings-grand-totals/display-settings-grand-totals.d.ts +3 -5
  214. package/components/display-settings-grand-totals/index.cjs +1 -1
  215. package/components/display-settings-grand-totals/index.js +4 -3
  216. package/components/display-settings-grand-totals-0ihnPMfZ.cjs +44 -0
  217. package/components/display-settings-grand-totals-BDDMVFrg.js +85 -0
  218. package/components/display-settings-numeric/display-settings-numeric.d.ts +3 -5
  219. package/components/display-settings-numeric/index.cjs +1 -1
  220. package/components/display-settings-numeric/index.js +5 -4
  221. package/components/display-settings-numeric-CfBT04A7.cjs +189 -0
  222. package/components/display-settings-numeric-Cpp9mQCA.js +476 -0
  223. package/components/display-settings-period-over-period/display-settings-period-over-period.d.ts +3 -5
  224. package/components/display-settings-period-over-period/index.cjs +1 -1
  225. package/components/display-settings-period-over-period/index.js +4 -3
  226. package/components/display-settings-period-over-period-CWOpgJmd.cjs +225 -0
  227. package/components/display-settings-period-over-period-pxCijPAW.js +428 -0
  228. package/components/display-settings-rCBWD_I_.cjs +121 -0
  229. package/components/donut-chart-options.config-BW0sXuSo.cjs +20 -0
  230. package/components/donut-chart-options.config-wapGtIzL.js +21 -0
  231. package/components/donut-chart-positioning.config-08AgVlNR.js +46 -0
  232. package/components/donut-chart-positioning.config-C6JRxM5I.cjs +20 -0
  233. package/components/donut-chart-slots.config-D9Jtl-l4.js +21 -0
  234. package/components/donut-chart-slots.config-sEKS4wOs.cjs +20 -0
  235. package/components/draggable-data-field/draggable-data-field.d.ts +4 -4
  236. package/components/draggable-data-field/index.cjs +1 -1
  237. package/components/draggable-data-field/index.js +7 -6
  238. package/components/draggable-data-field-BsvgQjQY.cjs +54 -0
  239. package/components/draggable-data-field-C6ojUWMf.js +116 -0
  240. package/components/draggable-data-field-level/index.cjs +1 -1
  241. package/components/draggable-data-field-level/index.js +5 -3
  242. package/components/draggable-data-field-level-BTUXWyDq.js +242 -0
  243. package/components/draggable-data-field-level-CJ-vup34.cjs +55 -0
  244. package/components/draggable-data-fields-panel/draggable-data-fields-panel.d.ts +3 -5
  245. package/components/draggable-data-fields-panel/index.cjs +1 -1
  246. package/components/draggable-data-fields-panel/index.js +10 -9
  247. package/components/draggable-data-fields-panel-DJPz42xa.js +377 -0
  248. package/components/draggable-data-fields-panel-oNEzkow0.cjs +86 -0
  249. package/components/dropdown-filter-options.config-BpMQmw0X.cjs +20 -0
  250. package/components/dropdown-filter-options.config-D9vj6qoi.js +21 -0
  251. package/components/dropdown-filter-slots.config-Bzv_8Nkf.cjs +20 -0
  252. package/components/dropdown-filter-slots.config-Xbq0nSJS.js +21 -0
  253. package/components/droppable-slot/droppable-slot.d.ts +4 -3
  254. package/components/droppable-slot/index.cjs +1 -1
  255. package/components/droppable-slot/index.js +10 -9
  256. package/components/droppable-slot-C8rhDVI-.cjs +87 -0
  257. package/components/droppable-slot-DEpOqyps.js +302 -0
  258. package/components/edit-filters/edit-filters.d.ts +3 -5
  259. package/components/edit-filters/index.cjs +1 -1
  260. package/components/edit-filters/index.js +17 -16
  261. package/components/edit-filters-D2oZa0E_.js +397 -0
  262. package/components/edit-filters-pq1q7Eff.cjs +155 -0
  263. package/components/edit-item/index.cjs +1 -1
  264. package/components/edit-item/index.js +6 -4
  265. package/components/edit-item-C89gy9JF.cjs +67 -0
  266. package/components/edit-item-ft4CT5Vl.js +174 -0
  267. package/components/edit-option/index.cjs +1 -1
  268. package/components/edit-option/index.js +5 -3
  269. package/components/edit-option-BhYZQEpl.js +958 -0
  270. package/components/edit-option-CAqIUpWx.cjs +252 -0
  271. package/components/edit-option-action-button-group/index.cjs +1 -1
  272. package/components/edit-option-action-button-group/index.js +5 -3
  273. package/components/edit-option-action-button-group-CnsDFlK_.js +113 -0
  274. package/components/edit-option-action-button-group-DlJwTW3A.cjs +52 -0
  275. package/components/edit-option-color-palette-picker/index.cjs +1 -1
  276. package/components/edit-option-color-palette-picker/index.js +5 -3
  277. package/components/edit-option-color-palette-picker-CGj9Vnfe.cjs +37 -0
  278. package/components/edit-option-color-palette-picker-zqTMYlsF.js +2032 -0
  279. package/components/edit-option-color-picker/index.cjs +1 -1
  280. package/components/edit-option-color-picker/index.js +5 -3
  281. package/components/edit-option-color-picker-CCnSHbzk.cjs +33 -0
  282. package/components/edit-option-color-picker-DiB3l1ZG.js +82 -0
  283. package/components/edit-option-color-range/index.cjs +1 -1
  284. package/components/edit-option-color-range/index.js +5 -3
  285. package/components/edit-option-color-range-BtahxHzd.js +213 -0
  286. package/components/edit-option-color-range-DhBp5wlk.cjs +95 -0
  287. package/components/edit-option-multi-language-field/index.cjs +1 -1
  288. package/components/edit-option-multi-language-field/index.js +5 -3
  289. package/components/edit-option-multi-language-field-47AjaXIw.cjs +31 -0
  290. package/components/edit-option-multi-language-field-ByLEzlg8.js +76 -0
  291. package/components/edit-option-number-field/index.cjs +1 -1
  292. package/components/edit-option-number-field/index.js +5 -3
  293. package/components/edit-option-number-field-BMXponHb.cjs +36 -0
  294. package/components/edit-option-number-field-BPU_5SFo.js +96 -0
  295. package/components/edit-option-picker/index.cjs +1 -1
  296. package/components/edit-option-picker/index.js +5 -3
  297. package/components/edit-option-picker-BdpVCT4v.js +71 -0
  298. package/components/edit-option-picker-CpCILJtP.cjs +35 -0
  299. package/components/edit-option-position-picker/index.cjs +1 -1
  300. package/components/edit-option-position-picker/index.js +5 -3
  301. package/components/edit-option-position-picker-CC-7sJNj.js +79 -0
  302. package/components/edit-option-position-picker-utD_OSQy.cjs +25 -0
  303. package/components/edit-option-positions-number-field/index.cjs +1 -1
  304. package/components/edit-option-positions-number-field/index.js +5 -3
  305. package/components/edit-option-positions-number-field-BX1zqHcV.js +154 -0
  306. package/components/edit-option-positions-number-field-DhnxicFl.cjs +46 -0
  307. package/components/edit-option-radio-button-group/index.cjs +1 -1
  308. package/components/edit-option-radio-button-group/index.js +5 -3
  309. package/components/edit-option-radio-button-group-BCVOZOhT.cjs +36 -0
  310. package/components/edit-option-radio-button-group-D8AuOqNL.js +69 -0
  311. package/components/edit-option-slider/index.cjs +1 -1
  312. package/components/edit-option-slider/index.js +5 -3
  313. package/components/edit-option-slider-B7ArGXrY.cjs +32 -0
  314. package/components/edit-option-slider-Ozb3RBHW.js +76 -0
  315. package/components/edit-option-switch/index.cjs +1 -1
  316. package/components/edit-option-switch/index.js +5 -3
  317. package/components/edit-option-switch-BUjPU49i.js +65 -0
  318. package/components/edit-option-switch-ByyZ8LFD.cjs +30 -0
  319. package/components/edit-option-text-field/index.cjs +1 -1
  320. package/components/edit-option-text-field/index.js +5 -3
  321. package/components/edit-option-text-field-CjdGtevT.js +74 -0
  322. package/components/edit-option-text-field-LTOr4mYL.cjs +31 -0
  323. package/components/en-C5aEJ_Jt.js +21 -0
  324. package/components/en-GB-CLevdvMs.cjs +20 -0
  325. package/components/en-GB-DuGwstf1.js +26 -0
  326. package/components/en-US-Cq2OLtcz.js +21 -0
  327. package/components/en-US-Hj9Lh0Yh.cjs +20 -0
  328. package/components/en-jIqxZyQr.cjs +20 -0
  329. package/components/es-BEBp9Wdb.cjs +20 -0
  330. package/components/es-DIIjhY-_.js +215 -0
  331. package/components/evolution-number-options.config-B6q9of0s.js +225 -0
  332. package/components/evolution-number-options.config-Cnoxc8Rj.cjs +20 -0
  333. package/components/evolution-number-options.config-CsliUvos.js +21 -0
  334. package/components/evolution-number-options.config-DwMWEyTp.cjs +20 -0
  335. package/components/evolution-number-positioning.config-BZCgkVrB.cjs +20 -0
  336. package/components/evolution-number-positioning.config-CcmNpiZ2.js +46 -0
  337. package/components/evolution-number-slots.config-CrPnyLAD.cjs +20 -0
  338. package/components/evolution-number-slots.config-Qh8MeUfl.js +21 -0
  339. package/components/filter-expression-picker/filter-expression-picker.d.ts +4 -6
  340. package/components/filter-expression-picker/index.cjs +1 -1
  341. package/components/filter-expression-picker/index.js +4 -3
  342. package/components/filter-expression-picker-BKJXpOiw.js +422 -0
  343. package/components/filter-expression-picker-Jcv2KTB6.cjs +38 -0
  344. package/components/filter-item/filter-item.d.ts +3 -5
  345. package/components/filter-item/index.cjs +1 -1
  346. package/components/filter-item/index.js +16 -15
  347. package/components/filter-item-Bqhpikdf.cjs +56 -0
  348. package/components/filter-item-RaC0VdlI.js +234 -0
  349. package/components/filter-parameter-picker/index.js +1 -1
  350. package/components/filter-value-picker/filter-value-picker.d.ts +4 -7
  351. package/components/filter-value-picker/index.cjs +1 -1
  352. package/components/filter-value-picker/index.js +12 -11
  353. package/components/filter-value-picker-49_ZrLE2.cjs +59 -0
  354. package/components/filter-value-picker-C92yj41B.js +142 -0
  355. package/components/filter-value-picker-datetime/filter-value-picker-datetime.d.ts +3 -5
  356. package/components/filter-value-picker-datetime/index.cjs +1 -1
  357. package/components/filter-value-picker-datetime/index.js +5 -4
  358. package/components/filter-value-picker-datetime-CwrpeAdQ.js +132 -0
  359. package/components/filter-value-picker-datetime-f3T5FuxN.cjs +39 -0
  360. package/components/filter-value-picker-hierarchy/filter-value-picker-hierarchy.d.ts +3 -5
  361. package/components/filter-value-picker-hierarchy/index.cjs +1 -1
  362. package/components/filter-value-picker-hierarchy/index.js +8 -7
  363. package/components/filter-value-picker-hierarchy-BjWbzo8J.js +226 -0
  364. package/components/filter-value-picker-hierarchy-D6FbH0gw.cjs +46 -0
  365. package/components/filter-value-picker-numeric/filter-value-picker-numeric.d.ts +3 -5
  366. package/components/filter-value-picker-numeric/index.cjs +1 -1
  367. package/components/filter-value-picker-numeric/index.js +5 -4
  368. package/components/filter-value-picker-numeric-BCfpod5c.cjs +47 -0
  369. package/components/filter-value-picker-numeric-F1XJRVFa.js +214 -0
  370. package/components/formatter-B21Tb3sf.js +1312 -0
  371. package/components/formatter-CWhf4xbq.cjs +20 -0
  372. package/components/fr-BSmOmsww.cjs +20 -0
  373. package/components/fr-D9ILwOuz.js +215 -0
  374. package/components/funnel-chart-options.config-BzcXqdLD.js +21 -0
  375. package/components/funnel-chart-options.config-CRI1qVAK.cjs +20 -0
  376. package/components/funnel-chart-positioning.config-B916Diml.cjs +20 -0
  377. package/components/funnel-chart-positioning.config-Zq-JekwW.js +46 -0
  378. package/components/funnel-chart-slots.config-4u6xdUPI.cjs +20 -0
  379. package/components/funnel-chart-slots.config-D3jK-AR3.js +21 -0
  380. package/components/grid/grid-item-actions-menu.d.ts +6 -7
  381. package/components/grid/index.cjs +1 -1
  382. package/components/grid/index.js +4 -3
  383. package/components/grid-DxG8VUv8.cjs +317 -0
  384. package/components/grid-OIvA-Frd.js +4925 -0
  385. package/components/heat-map-options.config-B-j4PaSj.js +21 -0
  386. package/components/heat-map-options.config-B_pwuqmW.cjs +20 -0
  387. package/components/heat-map-options.config-Cwqexmob.cjs +20 -0
  388. package/components/heat-map-options.config-oikqmHoa.js +221 -0
  389. package/components/heat-map-positioning.config-Ck3J1Ox_.js +46 -0
  390. package/components/heat-map-positioning.config-wmnwLmhb.cjs +20 -0
  391. package/components/heat-map-slots.config-CSd2BTe1.js +21 -0
  392. package/components/heat-map-slots.config-PzaZKwv3.cjs +20 -0
  393. package/components/heat-table-options.config-BkQYo3Fp.js +21 -0
  394. package/components/heat-table-options.config-CzJU-alU.js +370 -0
  395. package/components/heat-table-options.config-DEsCGneV.cjs +20 -0
  396. package/components/heat-table-options.config-VAVK-Bip.cjs +20 -0
  397. package/components/heat-table-positioning.config-D4jZGO9g.js +53 -0
  398. package/components/heat-table-positioning.config-D6E2sVtn.cjs +20 -0
  399. package/components/heat-table-slots.config-B1voae2c.cjs +20 -0
  400. package/components/heat-table-slots.config-CVQEBl8V.js +21 -0
  401. package/components/hexbin-map-options.config-BHNikriK.js +21 -0
  402. package/components/hexbin-map-options.config-Bi0DeyTR.cjs +20 -0
  403. package/components/hexbin-map-options.config-CMJY_DTV.js +273 -0
  404. package/components/hexbin-map-options.config-ClsDJjkB.cjs +20 -0
  405. package/components/hexbin-map-positioning.config-CZ6oU_qU.js +46 -0
  406. package/components/hexbin-map-positioning.config-DsoHK8HD.cjs +20 -0
  407. package/components/hexbin-map-slots.config-CPpOOr37.js +21 -0
  408. package/components/hexbin-map-slots.config-iz7cNf0-.cjs +20 -0
  409. package/components/image-options.config-BcpJ4Mxn.js +21 -0
  410. package/components/image-options.config-BmiaBUsr.cjs +20 -0
  411. package/components/image-slots.config-BZbHNLrN.cjs +20 -0
  412. package/components/image-slots.config-Bp8qYoi0.js +21 -0
  413. package/components/index.cjs +1 -1
  414. package/components/index.js +62 -61
  415. package/components/item-data-drop-panel/index.cjs +1 -1
  416. package/components/item-data-drop-panel/index.js +11 -10
  417. package/components/item-data-drop-panel/item-data-drop-panel.d.ts +3 -5
  418. package/components/item-data-drop-panel-BMubV7pj.js +339 -0
  419. package/components/item-data-drop-panel-Bt8rKT6s.cjs +57 -0
  420. package/components/item-data-picker-panel/index.cjs +1 -1
  421. package/components/item-data-picker-panel/index.js +14 -12
  422. package/components/item-data-picker-panel/item-data-picker-panel.d.ts +3 -5
  423. package/components/item-data-picker-panel-DBK2fVsG.js +431 -0
  424. package/components/item-data-picker-panel-DZOIUxuS.cjs +77 -0
  425. package/components/item-list.cjs +1 -1
  426. package/components/item-list.js +1 -1
  427. package/components/item-options-configs.cjs +1 -1
  428. package/components/item-options-configs.js +45 -45
  429. package/components/item-slots-configs.cjs +1 -1
  430. package/components/item-slots-configs.js +45 -45
  431. package/components/item-store-BVgJYtn3.js +22 -0
  432. package/components/item-store-BgyGor87.cjs +20 -0
  433. package/components/item-store-BxpZfVmQ.js +169 -0
  434. package/components/item-store-C8T5c76P.cjs +20 -0
  435. package/components/line-chart-options.config-BkVvbb2U.js +165 -0
  436. package/components/line-chart-options.config-BmC8c0GP.cjs +20 -0
  437. package/components/line-chart-options.config-CaNG7fUg.js +21 -0
  438. package/components/line-chart-options.config-DyddltMP.cjs +20 -0
  439. package/components/line-chart-positioning.config-DxK-4ely.cjs +20 -0
  440. package/components/line-chart-positioning.config-yUBYUji1.js +53 -0
  441. package/components/line-chart-slots.config-BT4trOg7.cjs +20 -0
  442. package/components/line-chart-slots.config-y6M5po92.js +21 -0
  443. package/components/load-data-fields-for-datasets-B6cGgPld.cjs +20 -0
  444. package/components/load-data-fields-for-datasets-CW4n0Pvf.js +40 -0
  445. package/components/localize-BBuZJf_h.cjs +20 -0
  446. package/components/localize-Dlt3EN5i.js +27 -0
  447. package/components/localized-mixin-DTvVLuXW.cjs +20 -0
  448. package/components/localized-mixin-cLT0UbaF.js +43 -0
  449. package/components/marker-map-options.config-BjxTIStS.js +114 -0
  450. package/components/marker-map-options.config-CluzEqlb.cjs +20 -0
  451. package/components/marker-map-options.config-DlOegoyh.js +21 -0
  452. package/components/marker-map-options.config-DnwHEboY.cjs +20 -0
  453. package/components/marker-map-positioning.config-CIHUnSKG.cjs +20 -0
  454. package/components/marker-map-positioning.config-CJFBJpQ1.js +46 -0
  455. package/components/marker-map-slots.config-C4JW_0ws.js +21 -0
  456. package/components/marker-map-slots.config-ZAUjcRXo.cjs +20 -0
  457. package/components/nl-BiQ2EuE6.cjs +20 -0
  458. package/components/nl-DhD5Rlf7.js +215 -0
  459. package/components/ohlc-chart-options.config-DBiB9n8v.js +21 -0
  460. package/components/ohlc-chart-options.config-DF_wsXSj.cjs +20 -0
  461. package/components/ohlc-chart-positioning.config--y7kxGDX.js +76 -0
  462. package/components/ohlc-chart-positioning.config-C_zmYK7C.cjs +20 -0
  463. package/components/ohlc-chart-slots.config-D-Gp6K96.cjs +20 -0
  464. package/components/ohlc-chart-slots.config-DFaEkC31.js +21 -0
  465. package/components/parallel-coordinates-plot-options.config-CAAtmQA2.cjs +20 -0
  466. package/components/parallel-coordinates-plot-options.config-DnKn9aoN.js +21 -0
  467. package/components/parallel-coordinates-plot-positioning.config-B_ZfI3SF.cjs +20 -0
  468. package/components/parallel-coordinates-plot-positioning.config-Q9iPpQx9.js +46 -0
  469. package/components/parallel-coordinates-plot-slots.config-D73ojZtD.cjs +20 -0
  470. package/components/parallel-coordinates-plot-slots.config-DI-mlKnz.js +21 -0
  471. package/components/pivot-table-options.config-BiGT-udM.js +21 -0
  472. package/components/pivot-table-options.config-BkLDATdk.cjs +20 -0
  473. package/components/pivot-table-options.config-Ds9b7GO4.cjs +20 -0
  474. package/components/pivot-table-options.config-IV5nHECc.js +242 -0
  475. package/components/pivot-table-positioning.config-BFA7VBOT.js +53 -0
  476. package/components/pivot-table-positioning.config-DN2QorP9.cjs +20 -0
  477. package/components/pivot-table-slots.config-Bnx0oV5c.cjs +20 -0
  478. package/components/pivot-table-slots.config-iRnE5mT8.js +21 -0
  479. package/components/pyramid-chart-options.config-C6MflvCu.cjs +20 -0
  480. package/components/pyramid-chart-options.config-CNpVw-tA.js +237 -0
  481. package/components/pyramid-chart-options.config-CpGS6OPU.js +21 -0
  482. package/components/pyramid-chart-options.config-QT5pfTZW.cjs +20 -0
  483. package/components/pyramid-chart-positioning.config-B8bWIh63.js +53 -0
  484. package/components/pyramid-chart-positioning.config-CWXxSC-G.cjs +20 -0
  485. package/components/pyramid-chart-slots.config-BfH8qKnI.js +21 -0
  486. package/components/pyramid-chart-slots.config-D-dDAKOP.cjs +20 -0
  487. package/components/radar-chart-options.config-B3zVHfvL.js +127 -0
  488. package/components/radar-chart-options.config-DS0wqdDo.cjs +20 -0
  489. package/components/radar-chart-options.config-DfxSQpcT.cjs +20 -0
  490. package/components/radar-chart-options.config-qgCGY1od.js +21 -0
  491. package/components/radar-chart-positioning.config-B843TXFQ.cjs +20 -0
  492. package/components/radar-chart-positioning.config-DucUSoK8.js +53 -0
  493. package/components/radar-chart-slots.config-B-FNTfMO.cjs +20 -0
  494. package/components/radar-chart-slots.config-ovcfjvYX.js +21 -0
  495. package/components/regular-table-options.config-C6KmENtF.cjs +20 -0
  496. package/components/regular-table-options.config-D68MOkSl.js +21 -0
  497. package/components/regular-table-options.config-DcdL0enM.js +145 -0
  498. package/components/regular-table-options.config-eKu9PU-J.cjs +20 -0
  499. package/components/regular-table-slots.config-D_qdD9fM.js +21 -0
  500. package/components/regular-table-slots.config-oJmx7Ebd.cjs +20 -0
  501. package/components/route-map-options.config-2_eJ33gQ.cjs +20 -0
  502. package/components/route-map-options.config-C9b0At_w.js +21 -0
  503. package/components/route-map-options.config-CUimhPrZ.cjs +20 -0
  504. package/components/route-map-options.config-DYyeUXeI.js +318 -0
  505. package/components/route-map-positioning.config-gnflF-_5.js +64 -0
  506. package/components/route-map-positioning.config-iVM-HuGQ.cjs +20 -0
  507. package/components/route-map-slots.config-CFwbGZ7m.cjs +20 -0
  508. package/components/route-map-slots.config-D2rOeLXq.js +21 -0
  509. package/components/sankey-diagram-options.config-BXeiNAa9.js +21 -0
  510. package/components/sankey-diagram-options.config-CJleK2c1.js +123 -0
  511. package/components/sankey-diagram-options.config-Ck99CLqw.cjs +20 -0
  512. package/components/sankey-diagram-options.config-FW8FiBNo.cjs +20 -0
  513. package/components/sankey-diagram-positioning.config-DJwXGDJe.cjs +20 -0
  514. package/components/sankey-diagram-positioning.config-IQhg5w_T.js +64 -0
  515. package/components/sankey-diagram-slots.config-Ckys_gjj.cjs +20 -0
  516. package/components/sankey-diagram-slots.config-DBoBR-V8.js +21 -0
  517. package/components/scatter-plot-options.config-BRmE9N7y.cjs +20 -0
  518. package/components/scatter-plot-options.config-BvzKb9M4.js +21 -0
  519. package/components/scatter-plot-options.config-CP73W4cL.js +299 -0
  520. package/components/scatter-plot-options.config-n8M45qbB.cjs +20 -0
  521. package/components/scatter-plot-positioning.config-B8e49TwE.cjs +20 -0
  522. package/components/scatter-plot-positioning.config-CDrSrd94.js +75 -0
  523. package/components/scatter-plot-slots.config-BYpyd8sh.cjs +20 -0
  524. package/components/scatter-plot-slots.config-C2dc2V1z.js +21 -0
  525. package/components/search-filter-options.config-BYbZd7EN.cjs +20 -0
  526. package/components/search-filter-options.config-DvuvTfGF.js +21 -0
  527. package/components/search-filter-slots.config-BSx1jeGF.cjs +20 -0
  528. package/components/search-filter-slots.config-D-JHr50n.js +21 -0
  529. package/components/set-locale-CKjJZRH6.cjs +20 -0
  530. package/components/set-locale-Uv6F4uSq.js +43 -0
  531. package/components/slicer-filter-options.config-BRh4iNgp.cjs +20 -0
  532. package/components/slicer-filter-options.config-BY4gRN6n.cjs +20 -0
  533. package/components/slicer-filter-options.config-BzlBD7H2.js +223 -0
  534. package/components/slicer-filter-options.config-C8ToPpan.js +21 -0
  535. package/components/slicer-filter-positioning.config-CIyilVoa.cjs +20 -0
  536. package/components/slicer-filter-positioning.config-DJ-7mwJ-.js +46 -0
  537. package/components/slicer-filter-slots.config-CTsXTAqq.js +21 -0
  538. package/components/slicer-filter-slots.config-DvDtGYos.cjs +20 -0
  539. package/components/slider-filter-options.config-25DoIv8O.cjs +20 -0
  540. package/components/slider-filter-options.config-BnxVvI-u.js +21 -0
  541. package/components/slider-filter-options.config-CiXjr2m_.cjs +20 -0
  542. package/components/slider-filter-options.config-adFn-wHp.js +69 -0
  543. package/components/slider-filter-slots.config-C-q6m_yF.cjs +20 -0
  544. package/components/slider-filter-slots.config-PdFB1sn_.js +21 -0
  545. package/components/slot-contents-picker/index.cjs +1 -1
  546. package/components/slot-contents-picker/index.js +12 -10
  547. package/components/slot-contents-picker/slot-contents-picker.d.ts +5 -5
  548. package/components/slot-contents-picker-CgACNIVS.js +400 -0
  549. package/components/slot-contents-picker-HRJuZQq5.cjs +129 -0
  550. package/components/slot-menu/index.cjs +1 -1
  551. package/components/slot-menu/index.js +8 -6
  552. package/components/slot-menu-DxYruISb.js +372 -0
  553. package/components/slot-menu-DyC8HQ5E.cjs +63 -0
  554. package/components/slot-menu-list/index.cjs +1 -1
  555. package/components/slot-menu-list/index.js +4 -2
  556. package/components/slot-menu-list-DbZnXcMZ.js +285 -0
  557. package/components/slot-menu-list-Dmb6s6UK.cjs +35 -0
  558. package/components/slots-config-DhNgWKR2.js +75 -0
  559. package/components/slots-config-mOBA4FHK.cjs +20 -0
  560. package/components/speedometer-chart-options.config-C5RjM3UD.cjs +20 -0
  561. package/components/speedometer-chart-options.config-CkTYPPzr.cjs +20 -0
  562. package/components/speedometer-chart-options.config-DbjW1AsO.js +21 -0
  563. package/components/speedometer-chart-options.config-HTdzjvTi.js +239 -0
  564. package/components/speedometer-chart-positioning.config-B3SBgao1.js +46 -0
  565. package/components/speedometer-chart-positioning.config-cF7IDeqE.cjs +20 -0
  566. package/components/speedometer-chart-slots.config-5uxLKKvd.js +21 -0
  567. package/components/speedometer-chart-slots.config-AXYqta1F.cjs +20 -0
  568. package/components/spike-map-options.config-BG2lOnVd.cjs +20 -0
  569. package/components/spike-map-options.config-BdAhEMjM.js +21 -0
  570. package/components/spike-map-options.config-D5wZvU9_.js +405 -0
  571. package/components/spike-map-options.config-DRQbtTk6.cjs +20 -0
  572. package/components/spike-map-positioning.config-6PYygbnk.cjs +20 -0
  573. package/components/spike-map-positioning.config-BzjVob9r.js +53 -0
  574. package/components/spike-map-slots.config-BlgyHXbl.cjs +20 -0
  575. package/components/spike-map-slots.config-DBukXLbp.js +21 -0
  576. package/components/strip-plot-options.config-BdsoRMCN.cjs +20 -0
  577. package/components/strip-plot-options.config-uTaz7px6.js +21 -0
  578. package/components/strip-plot-positioning.config-B0wf0_OU.cjs +20 -0
  579. package/components/strip-plot-positioning.config-DfvyyX0l.js +46 -0
  580. package/components/strip-plot-slots.config--eyMKDiM.cjs +20 -0
  581. package/components/strip-plot-slots.config-l1bfPmVL.js +21 -0
  582. package/components/sunburst-chart-options.config-CkbP3ZfU.js +21 -0
  583. package/components/sunburst-chart-options.config-CnxMf86B.cjs +20 -0
  584. package/components/sunburst-chart-positioning.config-CIJkb3xv.js +46 -0
  585. package/components/sunburst-chart-positioning.config-DwdmVNMl.cjs +20 -0
  586. package/components/sunburst-chart-slots.config-5PYTtNUW.cjs +20 -0
  587. package/components/sunburst-chart-slots.config-ClsFf2UV.js +21 -0
  588. package/components/symbol-map-options.config-D8Wof9Aq.cjs +20 -0
  589. package/components/symbol-map-options.config-DUyvyXRb.js +21 -0
  590. package/components/symbol-map-options.config-fuON1TEh.cjs +20 -0
  591. package/components/symbol-map-options.config-q1DlwzzZ.js +154 -0
  592. package/components/symbol-map-positioning.config-BeW0WaR2.cjs +20 -0
  593. package/components/symbol-map-positioning.config-DImEeRY3.js +53 -0
  594. package/components/symbol-map-slots.config-CALS50ZS.cjs +20 -0
  595. package/components/symbol-map-slots.config-Dm34rxX1.js +21 -0
  596. package/components/text-options.config-B0xVIeez.cjs +20 -0
  597. package/components/text-options.config-CKCvnV64.js +21 -0
  598. package/components/text-slots.config-BvO2wIlS.js +21 -0
  599. package/components/text-slots.config-fioLVKtx.cjs +20 -0
  600. package/components/themes-BZL9NfRc.cjs +20 -0
  601. package/components/themes-DGjjIvSN.js +72 -0
  602. package/components/treemap-chart-options.config-BKorCqTL.cjs +20 -0
  603. package/components/treemap-chart-options.config-DAx79ojN.cjs +20 -0
  604. package/components/treemap-chart-options.config-DuixEndR.js +21 -0
  605. package/components/treemap-chart-options.config-Ft3gYZGq.js +181 -0
  606. package/components/treemap-chart-positioning.config-BAITw16y.js +53 -0
  607. package/components/treemap-chart-positioning.config-BqjXkMWR.cjs +20 -0
  608. package/components/treemap-chart-slots.config-C16w76hV.cjs +20 -0
  609. package/components/treemap-chart-slots.config-CcopZBpV.js +21 -0
  610. package/components/utils/base.cjs +1 -1
  611. package/components/utils/base.js +3 -1
  612. package/components/utils/store.cjs +1 -1
  613. package/components/utils/store.js +5 -5
  614. package/components/utils-Dzbml7oI.cjs +20 -0
  615. package/components/utils-MKWG2xEp.js +63 -0
  616. package/components/utils.cjs +1 -1
  617. package/components/utils.js +11 -10
  618. package/components/venn-diagram-options.config-CGA2UaAr.cjs +20 -0
  619. package/components/venn-diagram-options.config-z9DX7a0E.js +21 -0
  620. package/components/venn-diagram-positioning.config-Bj_uCnaK.cjs +20 -0
  621. package/components/venn-diagram-positioning.config-CJkl8yK4.js +53 -0
  622. package/components/venn-diagram-slots.config-BGHqXMag.js +21 -0
  623. package/components/venn-diagram-slots.config-UdBbq7hK.cjs +20 -0
  624. package/components/video-options.config-BQgGqFAA.js +21 -0
  625. package/components/video-options.config-CoMerI1H.cjs +20 -0
  626. package/components/video-slots.config-DuPoeVgT.js +21 -0
  627. package/components/video-slots.config-fHuA9NOm.cjs +20 -0
  628. package/components/viz-item-menu/index.cjs +1 -1
  629. package/components/viz-item-menu/index.js +4 -3
  630. package/components/viz-item-menu/viz-item-menu.d.ts +6 -8
  631. package/components/viz-item-menu-CjA1X_Vg.js +162 -0
  632. package/components/viz-item-menu-D18d77aP.cjs +55 -0
  633. package/components/wordcloud-chart-options.config-B7bqp-of.js +21 -0
  634. package/components/wordcloud-chart-options.config-DOZSbaZy.js +87 -0
  635. package/components/wordcloud-chart-options.config-DQWV_RxY.cjs +20 -0
  636. package/components/wordcloud-chart-options.config-yKh8MBAL.cjs +20 -0
  637. package/components/wordcloud-chart-positioning.config-BYp1cmHn.js +53 -0
  638. package/components/wordcloud-chart-positioning.config-DKQWftET.cjs +20 -0
  639. package/components/wordcloud-chart-slots.config-BSkly0sL.cjs +20 -0
  640. package/components/wordcloud-chart-slots.config-DYA4Usg5.js +21 -0
  641. package/custom-elements.json +191 -422
  642. package/package.json +2 -2
  643. package/react/utils/base/index.d.ts +1 -0
  644. package/react/utils/base/localized-mixin.d.ts +22 -0
  645. package/react/utils/data-broker/index.d.ts +2 -0
  646. package/react/utils/data-field-types/calculate-data-field-icon.d.ts +3 -1
  647. package/react/utils/index.d.ts +1 -0
  648. package/types/dataset-data-field.types.d.ts +33 -1
  649. package/types/dataset.types.d.ts +5 -2
  650. package/utils/base/index.d.ts +1 -0
  651. package/utils/base/localized-mixin.d.ts +22 -0
  652. package/utils/data-broker/index.d.ts +2 -0
  653. package/utils/data-field-types/calculate-data-field-icon.d.ts +3 -1
  654. package/utils/index.d.ts +1 -0
  655. package/components/area-chart-options.config-B4xG_4nA.js +0 -21
  656. package/components/area-chart-options.config-By5KYWky.js +0 -143
  657. package/components/area-chart-options.config-C3E9LGh0.cjs +0 -20
  658. package/components/area-chart-options.config-Xi9LdOlV.cjs +0 -20
  659. package/components/area-chart-positioning.config-Di24x4BV.cjs +0 -20
  660. package/components/area-chart-positioning.config-Qt3JR6Ki.js +0 -53
  661. package/components/area-chart-slots.config-C-oNkf8_.cjs +0 -20
  662. package/components/area-chart-slots.config-fG2UJTlT.js +0 -21
  663. package/components/bar-chart-options.config-B-3hzgdX.js +0 -217
  664. package/components/bar-chart-options.config-CafykO6s.js +0 -21
  665. package/components/bar-chart-options.config-CcXgvAVV.cjs +0 -20
  666. package/components/bar-chart-options.config-zttNc_Qi.cjs +0 -20
  667. package/components/bar-chart-positioning.config-SP9Gwano.cjs +0 -20
  668. package/components/bar-chart-positioning.config-kfmUV8qI.js +0 -57
  669. package/components/bar-chart-slots.config-BEPX82Wy.cjs +0 -20
  670. package/components/bar-chart-slots.config-BQ9PGyAs.js +0 -21
  671. package/components/box-plot-options.config-0_hY0n-r.js +0 -21
  672. package/components/box-plot-options.config-BgCy_xp6.cjs +0 -20
  673. package/components/box-plot-options.config-C6kOzE6f.js +0 -293
  674. package/components/box-plot-options.config-CibBUDy3.cjs +0 -20
  675. package/components/box-plot-positioning.config-BCUsiUFW.cjs +0 -20
  676. package/components/box-plot-positioning.config-D7K6OtSY.js +0 -46
  677. package/components/box-plot-slots.config-B05iSPpD.js +0 -21
  678. package/components/box-plot-slots.config-DYiQNXco.cjs +0 -20
  679. package/components/bubble-chart-options.config-CW5ydId9.js +0 -112
  680. package/components/bubble-chart-options.config-CkTXE_vK.cjs +0 -20
  681. package/components/bubble-chart-options.config-DfyyRttW.js +0 -21
  682. package/components/bubble-chart-options.config-ItRdAN3Y.cjs +0 -20
  683. package/components/bubble-chart-positioning.config-DZqlnmzw.cjs +0 -20
  684. package/components/bubble-chart-positioning.config-GzYYxxOI.js +0 -53
  685. package/components/bubble-chart-slots.config-Cy-z8t-i.cjs +0 -20
  686. package/components/bubble-chart-slots.config-S6DnzfZV.js +0 -21
  687. package/components/bullet-chart-options.config-C9sBaHjL.js +0 -21
  688. package/components/bullet-chart-options.config-CD-OJfwU.js +0 -72
  689. package/components/bullet-chart-options.config-DgrCL5nL.cjs +0 -20
  690. package/components/bullet-chart-options.config-KHmaK0yx.cjs +0 -20
  691. package/components/bullet-chart-positioning.config-9yg6Uo4l.cjs +0 -20
  692. package/components/bullet-chart-positioning.config-BUecCohq.js +0 -54
  693. package/components/bullet-chart-slots.config-BOUhwJwG.js +0 -21
  694. package/components/bullet-chart-slots.config-DHFob0c_.cjs +0 -20
  695. package/components/calculate-data-field-icon-DQelKruJ.js +0 -147
  696. package/components/calculate-data-field-icon-DfzDYbfX.cjs +0 -20
  697. package/components/choropleth-map-options.config-B5ngr9Dl.cjs +0 -20
  698. package/components/choropleth-map-options.config-BEQYBczA.cjs +0 -20
  699. package/components/choropleth-map-options.config-C7gLXfAf.js +0 -343
  700. package/components/choropleth-map-options.config-Clcs2uer.js +0 -21
  701. package/components/choropleth-map-positioning.config-BGysZeOl.cjs +0 -20
  702. package/components/choropleth-map-positioning.config-CaMqE83a.js +0 -53
  703. package/components/choropleth-map-slots.config-DTJB2ONZ.cjs +0 -20
  704. package/components/choropleth-map-slots.config-h0k_bVde.js +0 -21
  705. package/components/circle-pack-chart-options.config-Dv8Iwgrz.js +0 -21
  706. package/components/circle-pack-chart-options.config-jC_sv6oY.cjs +0 -20
  707. package/components/circle-pack-chart-positioning.config-CLskO5M8.cjs +0 -20
  708. package/components/circle-pack-chart-positioning.config-DaVWFpT_.js +0 -46
  709. package/components/circle-pack-chart-slots.config-BlP0stxy.js +0 -21
  710. package/components/circle-pack-chart-slots.config-CzPqp69D.cjs +0 -20
  711. package/components/circular-gauge-options.config-DR_Z9W2V.js +0 -21
  712. package/components/circular-gauge-options.config-Dxo0xq1p.cjs +0 -20
  713. package/components/circular-gauge-options.config-Tih0FrD4.cjs +0 -20
  714. package/components/circular-gauge-options.config-tB9FAywN.js +0 -185
  715. package/components/circular-gauge-positioning.config-CJKKZ5qj.js +0 -46
  716. package/components/circular-gauge-positioning.config-qUYTMnqA.cjs +0 -20
  717. package/components/circular-gauge-slots.config-C-RX6fNl.cjs +0 -20
  718. package/components/circular-gauge-slots.config-DI7sEhj8.js +0 -21
  719. package/components/color-range-utils--Zop0XEP.cjs +0 -20
  720. package/components/color-range-utils-DDCnE0fP.js +0 -61
  721. package/components/column-chart-options.config-Bxuwewkw.cjs +0 -20
  722. package/components/column-chart-options.config-CFYq-QxG.cjs +0 -20
  723. package/components/column-chart-options.config-D3Y6Jx5B.js +0 -216
  724. package/components/column-chart-options.config-Da0A4Goy.js +0 -21
  725. package/components/column-chart-positioning.config-CKlJpEjy.cjs +0 -20
  726. package/components/column-chart-positioning.config-CuF_A1-X.js +0 -53
  727. package/components/column-chart-slots.config-CPp7Mzg2.js +0 -21
  728. package/components/column-chart-slots.config-DzuA0cH2.cjs +0 -20
  729. package/components/combination-chart-options.config-CBZMtKdz.js +0 -21
  730. package/components/combination-chart-options.config-DNfnnqda.cjs +0 -20
  731. package/components/combination-chart-positioning.config-C5hQiHm4.js +0 -46
  732. package/components/combination-chart-positioning.config-CWWgH3A8.cjs +0 -20
  733. package/components/combination-chart-slots.config-6cbDwlmG.js +0 -21
  734. package/components/combination-chart-slots.config-fjPc8ive.cjs +0 -20
  735. package/components/conditional-number-options.config-BVshYj7b.cjs +0 -20
  736. package/components/conditional-number-options.config-D5HVjBAR.js +0 -21
  737. package/components/conditional-number-options.config-DOho19L5.cjs +0 -20
  738. package/components/conditional-number-options.config-HUZ-xW3u.js +0 -201
  739. package/components/conditional-number-positioning.config-KOpBVFdw.cjs +0 -20
  740. package/components/conditional-number-positioning.config-dpFQuifE.js +0 -46
  741. package/components/conditional-number-slots.config-DBV-LN9J.js +0 -21
  742. package/components/conditional-number-slots.config-DLLTJeHe.cjs +0 -20
  743. package/components/convert-datasets-to-data-fields-BUkvN0FO.cjs +0 -20
  744. package/components/convert-datasets-to-data-fields-e5dFqW9_.js +0 -67
  745. package/components/dashboard-store-B5uLndjz.cjs +0 -20
  746. package/components/dashboard-store-BnXulLQD.js +0 -22
  747. package/components/dashboard-store-BpNeg9m-.cjs +0 -20
  748. package/components/dashboard-store-Brdcbm28.js +0 -291
  749. package/components/data-broker-CaAKW_nK.cjs +0 -20
  750. package/components/data-broker-JnZCs0yK.js +0 -1609
  751. package/components/data-fields-select-B4czbqmh.cjs +0 -40
  752. package/components/data-fields-select-D2LIxYH-.js +0 -200
  753. package/components/dataset-selector-list-BvHO1vWP.js +0 -296
  754. package/components/dataset-selector-list-DT46b_4M.cjs +0 -74
  755. package/components/dataset-selector-row-C2WFIQy3.js +0 -183
  756. package/components/dataset-selector-row-CN0md7cj.cjs +0 -82
  757. package/components/date-comparison-filter-options.config-BfIWQw9T.cjs +0 -20
  758. package/components/date-comparison-filter-options.config-DozlXT5i.js +0 -21
  759. package/components/date-comparison-filter-slots.config-D1GAdwoz.cjs +0 -20
  760. package/components/date-comparison-filter-slots.config-DHZM2gy6.js +0 -21
  761. package/components/date-filter-options.config-CO2RWHNY.cjs +0 -20
  762. package/components/date-filter-options.config-CweZx59v.js +0 -21
  763. package/components/date-filter-slots.config-C9DEtuUQ.js +0 -21
  764. package/components/date-filter-slots.config-DzWcvSmp.cjs +0 -20
  765. package/components/de-Dw7a-Ui9.js +0 -214
  766. package/components/de-rSqQhfHv.cjs +0 -20
  767. package/components/default-acceptable-data-field-types-CtW_tA5D.js +0 -51
  768. package/components/default-acceptable-data-field-types-VcRX3HlH.cjs +0 -20
  769. package/components/display-settings-D0hNQeJM.js +0 -269
  770. package/components/display-settings-D2mAIuzi.cjs +0 -121
  771. package/components/display-settings-binning-BckEP9li.cjs +0 -56
  772. package/components/display-settings-binning-CPCdZ3fB.js +0 -109
  773. package/components/display-settings-datetime-B4cK5jZo.js +0 -404
  774. package/components/display-settings-datetime-CksVx5RP.cjs +0 -215
  775. package/components/display-settings-grand-totals-BbvqzqU6.js +0 -88
  776. package/components/display-settings-grand-totals-C0d78inm.cjs +0 -44
  777. package/components/display-settings-numeric-BrD6kDkQ.cjs +0 -189
  778. package/components/display-settings-numeric-CSTJubZm.js +0 -475
  779. package/components/display-settings-period-over-period-CNuH4q7i.js +0 -431
  780. package/components/display-settings-period-over-period-DvZ87-nd.cjs +0 -225
  781. package/components/donut-chart-options.config-BNLEvpdq.js +0 -21
  782. package/components/donut-chart-options.config-Cb5Tf4Jh.cjs +0 -20
  783. package/components/donut-chart-positioning.config-CVqHOcoH.cjs +0 -20
  784. package/components/donut-chart-positioning.config-uoVIAmH5.js +0 -46
  785. package/components/donut-chart-slots.config-89JQR4BW.cjs +0 -20
  786. package/components/donut-chart-slots.config-CoS8xjGf.js +0 -21
  787. package/components/draggable-data-field-DMzC1xD5.js +0 -125
  788. package/components/draggable-data-field-EeYx5ILK.cjs +0 -54
  789. package/components/draggable-data-field-level-BuO4g1ta.cjs +0 -55
  790. package/components/draggable-data-field-level-CbRCexW9.js +0 -242
  791. package/components/draggable-data-fields-panel-BYp8Vw39.js +0 -383
  792. package/components/draggable-data-fields-panel-NU7uAKwS.cjs +0 -86
  793. package/components/dropdown-filter-options.config-1hwBfJv3.cjs +0 -20
  794. package/components/dropdown-filter-options.config-Cj1M0zum.js +0 -21
  795. package/components/dropdown-filter-slots.config-CFMKlvd1.js +0 -21
  796. package/components/dropdown-filter-slots.config-DSIJUuLA.cjs +0 -20
  797. package/components/droppable-slot-BnQCvRqH.js +0 -305
  798. package/components/droppable-slot-nuU4yV7f.cjs +0 -87
  799. package/components/edit-filters-DJ7jNikj.cjs +0 -155
  800. package/components/edit-filters-yvWFBCam.js +0 -400
  801. package/components/edit-item-CdejkCZ1.cjs +0 -67
  802. package/components/edit-item-x3iLHBa1.js +0 -174
  803. package/components/edit-option-CERrav7B.js +0 -958
  804. package/components/edit-option-M_XTrvA9.cjs +0 -252
  805. package/components/edit-option-action-button-group-CYF2x1Qa.js +0 -113
  806. package/components/edit-option-action-button-group-D35pgRIA.cjs +0 -52
  807. package/components/edit-option-color-palette-picker-C0extGvF.cjs +0 -37
  808. package/components/edit-option-color-palette-picker-O-TMH-ei.js +0 -2032
  809. package/components/edit-option-color-picker-BanbKZBL.cjs +0 -33
  810. package/components/edit-option-color-picker-Bgw6lSd8.js +0 -82
  811. package/components/edit-option-color-range-B51mjZBG.cjs +0 -95
  812. package/components/edit-option-color-range-DAKURTIX.js +0 -213
  813. package/components/edit-option-multi-language-field-CZDzfn4k.js +0 -76
  814. package/components/edit-option-multi-language-field-WwO5Q2CE.cjs +0 -31
  815. package/components/edit-option-number-field-PylD1bvL.cjs +0 -36
  816. package/components/edit-option-number-field-s2t0Ts5H.js +0 -96
  817. package/components/edit-option-picker-Bdt-Dl7Y.cjs +0 -35
  818. package/components/edit-option-picker-D_7FeY1J.js +0 -71
  819. package/components/edit-option-position-picker-48ezAkrY.js +0 -79
  820. package/components/edit-option-position-picker-D2eRT8bu.cjs +0 -25
  821. package/components/edit-option-positions-number-field-CWWvXDIN.js +0 -154
  822. package/components/edit-option-positions-number-field-ROkq4d1N.cjs +0 -46
  823. package/components/edit-option-radio-button-group-BKVnVKCR.cjs +0 -36
  824. package/components/edit-option-radio-button-group-CMDVlu9Z.js +0 -69
  825. package/components/edit-option-slider-Bc9W4ebW.cjs +0 -32
  826. package/components/edit-option-slider-Btmv3rHG.js +0 -76
  827. package/components/edit-option-switch-DL6_L9xX.cjs +0 -30
  828. package/components/edit-option-switch-ztK5CJ_s.js +0 -65
  829. package/components/edit-option-text-field-DcPamJDY.js +0 -74
  830. package/components/edit-option-text-field-DjtZeZYE.cjs +0 -31
  831. package/components/en-C0BT4Ft3.cjs +0 -20
  832. package/components/en-CBN77wZ2.js +0 -21
  833. package/components/en-GB-CZl4VNsF.js +0 -26
  834. package/components/en-GB-DJYqUyWK.cjs +0 -20
  835. package/components/en-US-BcZ_PBUI.js +0 -21
  836. package/components/en-US-Dn4g9YIG.cjs +0 -20
  837. package/components/es-BtRbBhLF.js +0 -214
  838. package/components/es-D3Iu6XuU.cjs +0 -20
  839. package/components/evolution-number-options.config-BIuM7KBY.js +0 -225
  840. package/components/evolution-number-options.config-BYs4tC_Y.cjs +0 -20
  841. package/components/evolution-number-options.config-CK_sgRKd.js +0 -21
  842. package/components/evolution-number-options.config-ClUMqkbP.cjs +0 -20
  843. package/components/evolution-number-positioning.config-BnTPcJ33.cjs +0 -20
  844. package/components/evolution-number-positioning.config-CEUkRyYY.js +0 -46
  845. package/components/evolution-number-slots.config-CBRCxxTR.js +0 -21
  846. package/components/evolution-number-slots.config-HjqUpuDX.cjs +0 -20
  847. package/components/filter-expression-picker-CRaTFDNk.cjs +0 -38
  848. package/components/filter-expression-picker-D1CIWSKH.js +0 -426
  849. package/components/filter-item--Ne1IVJ3.cjs +0 -56
  850. package/components/filter-item-BvC6nDUN.js +0 -236
  851. package/components/filter-value-picker-C4BGpiyw.cjs +0 -59
  852. package/components/filter-value-picker-Cf3UVuEV.js +0 -148
  853. package/components/filter-value-picker-datetime-BI7zAEB7.js +0 -135
  854. package/components/filter-value-picker-datetime-R630Tf8Y.cjs +0 -39
  855. package/components/filter-value-picker-hierarchy-CZFiDoV-.cjs +0 -46
  856. package/components/filter-value-picker-hierarchy-CoVkuXyw.js +0 -229
  857. package/components/filter-value-picker-numeric-CbWXQPms.js +0 -218
  858. package/components/filter-value-picker-numeric-DgUx7eEm.cjs +0 -47
  859. package/components/formatter-DSEv-Hp1.js +0 -1312
  860. package/components/formatter-W9wqX_XR.cjs +0 -20
  861. package/components/fr-DStUe-WO.js +0 -214
  862. package/components/fr-DmHd5z8C.cjs +0 -20
  863. package/components/funnel-chart-options.config-B4E2DcKz.cjs +0 -20
  864. package/components/funnel-chart-options.config-BD7ho8Er.js +0 -21
  865. package/components/funnel-chart-positioning.config-DUJr0d4w.cjs +0 -20
  866. package/components/funnel-chart-positioning.config-jmWkzjE7.js +0 -46
  867. package/components/funnel-chart-slots.config-DdIZTfuK.js +0 -21
  868. package/components/funnel-chart-slots.config-TbM_XuF0.cjs +0 -20
  869. package/components/grid-CL8oPR2m.js +0 -4924
  870. package/components/grid-Dpo0G7Q8.cjs +0 -317
  871. package/components/heat-map-options.config-BpTWgNFM.js +0 -21
  872. package/components/heat-map-options.config-Bzaq1DQm.cjs +0 -20
  873. package/components/heat-map-options.config-DNzjAOS0.js +0 -221
  874. package/components/heat-map-options.config-vDV8g744.cjs +0 -20
  875. package/components/heat-map-positioning.config-CHaS9wMo.cjs +0 -20
  876. package/components/heat-map-positioning.config-CIsu3mly.js +0 -46
  877. package/components/heat-map-slots.config-7GN6eJP0.cjs +0 -20
  878. package/components/heat-map-slots.config-DnA9tzOt.js +0 -21
  879. package/components/heat-table-options.config--Auuly_c.cjs +0 -20
  880. package/components/heat-table-options.config-BtM1IXh7.js +0 -21
  881. package/components/heat-table-options.config-CEsad4I-.cjs +0 -20
  882. package/components/heat-table-options.config-iVL7WIkZ.js +0 -370
  883. package/components/heat-table-positioning.config-CBxT6K5D.cjs +0 -20
  884. package/components/heat-table-positioning.config-DyUt300k.js +0 -53
  885. package/components/heat-table-slots.config-B791LjhY.js +0 -21
  886. package/components/heat-table-slots.config-D8yQz-yd.cjs +0 -20
  887. package/components/hexbin-map-options.config-B-JNuX6a.js +0 -273
  888. package/components/hexbin-map-options.config-COUYpqZQ.cjs +0 -20
  889. package/components/hexbin-map-options.config-CS20mOoV.js +0 -21
  890. package/components/hexbin-map-options.config-iXl-8JrI.cjs +0 -20
  891. package/components/hexbin-map-positioning.config-DWIDq-f3.js +0 -46
  892. package/components/hexbin-map-positioning.config-J3_gJrmb.cjs +0 -20
  893. package/components/hexbin-map-slots.config-CaOSiDMm.cjs +0 -20
  894. package/components/hexbin-map-slots.config-DdYDtcdk.js +0 -21
  895. package/components/image-options.config-D9VdNqi2.js +0 -21
  896. package/components/image-options.config-DRrcExEb.cjs +0 -20
  897. package/components/image-slots.config-NWGhixyO.js +0 -21
  898. package/components/image-slots.config-QRaI3s38.cjs +0 -20
  899. package/components/item-data-drop-panel-Br09h7kn.js +0 -342
  900. package/components/item-data-drop-panel-CTaY6uKu.cjs +0 -57
  901. package/components/item-data-picker-panel-7pgkylsx.cjs +0 -77
  902. package/components/item-data-picker-panel-C3U6o7dk.js +0 -434
  903. package/components/item-store-1l9vkdEW.js +0 -169
  904. package/components/item-store-BLAgO-yY.cjs +0 -20
  905. package/components/item-store-CA_MGkzO.cjs +0 -20
  906. package/components/item-store-DGloAaq9.js +0 -22
  907. package/components/line-chart-options.config-BuleOlcu.js +0 -21
  908. package/components/line-chart-options.config-DWS0qyBU.js +0 -165
  909. package/components/line-chart-options.config-DfsBihFV.cjs +0 -20
  910. package/components/line-chart-options.config-cm-Sq8rE.cjs +0 -20
  911. package/components/line-chart-positioning.config-BPe8rj4m.cjs +0 -20
  912. package/components/line-chart-positioning.config-CikpUD-a.js +0 -53
  913. package/components/line-chart-slots.config-DjAAvk2I.js +0 -21
  914. package/components/line-chart-slots.config-imcA0GD8.cjs +0 -20
  915. package/components/load-data-fields-for-datasets-bjHqVU_h.cjs +0 -20
  916. package/components/load-data-fields-for-datasets-sb9vX4ko.js +0 -40
  917. package/components/localize-1PfTYVMY.cjs +0 -20
  918. package/components/localize-CTTwlzBP.js +0 -27
  919. package/components/marker-map-options.config-1vG8SZbA.js +0 -21
  920. package/components/marker-map-options.config-CRhxr0sS.cjs +0 -20
  921. package/components/marker-map-options.config-Dd-pWMEF.cjs +0 -20
  922. package/components/marker-map-options.config-YMvmS8-c.js +0 -114
  923. package/components/marker-map-positioning.config-CjGpB20f.cjs +0 -20
  924. package/components/marker-map-positioning.config-liU1yZ2w.js +0 -46
  925. package/components/marker-map-slots.config-C-WUQ57B.js +0 -21
  926. package/components/marker-map-slots.config-DCJdlrVv.cjs +0 -20
  927. package/components/nl-Bb6dl_Ln.cjs +0 -20
  928. package/components/nl-CKcbLVbM.js +0 -214
  929. package/components/ohlc-chart-options.config-Ca12OGcY.js +0 -21
  930. package/components/ohlc-chart-options.config-PdnxE7Kj.cjs +0 -20
  931. package/components/ohlc-chart-positioning.config-B3LBZmbB.js +0 -76
  932. package/components/ohlc-chart-positioning.config-CQmnT8D-.cjs +0 -20
  933. package/components/ohlc-chart-slots.config-BILQ0F0O.cjs +0 -20
  934. package/components/ohlc-chart-slots.config-xrU-s5vG.js +0 -21
  935. package/components/parallel-coordinates-plot-options.config-6TADkinq.js +0 -21
  936. package/components/parallel-coordinates-plot-options.config-PJ_MQahq.cjs +0 -20
  937. package/components/parallel-coordinates-plot-positioning.config-BWSpLNMn.js +0 -46
  938. package/components/parallel-coordinates-plot-positioning.config-DSKsZ-KZ.cjs +0 -20
  939. package/components/parallel-coordinates-plot-slots.config-D-gmufw3.cjs +0 -20
  940. package/components/parallel-coordinates-plot-slots.config-DQVTSKBI.js +0 -21
  941. package/components/pivot-table-options.config-ASFpwt9R.js +0 -21
  942. package/components/pivot-table-options.config-CZlLY47-.cjs +0 -20
  943. package/components/pivot-table-options.config-DqU2Ickh.cjs +0 -20
  944. package/components/pivot-table-options.config-s5TGU4iO.js +0 -242
  945. package/components/pivot-table-positioning.config-CPFXYRzB.js +0 -53
  946. package/components/pivot-table-positioning.config-QqWvDI1i.cjs +0 -20
  947. package/components/pivot-table-slots.config-CiocyD9X.js +0 -21
  948. package/components/pivot-table-slots.config-D04TOz5l.cjs +0 -20
  949. package/components/pyramid-chart-options.config-B-V0kZvM.js +0 -21
  950. package/components/pyramid-chart-options.config-DSg14McK.js +0 -237
  951. package/components/pyramid-chart-options.config-DTW-YmOR.cjs +0 -20
  952. package/components/pyramid-chart-options.config-a54Pf4Oc.cjs +0 -20
  953. package/components/pyramid-chart-positioning.config-B9thAY3z.js +0 -53
  954. package/components/pyramid-chart-positioning.config-yz3qbHLR.cjs +0 -20
  955. package/components/pyramid-chart-slots.config-C5-_wbBx.js +0 -21
  956. package/components/pyramid-chart-slots.config-Chs5JFvR.cjs +0 -20
  957. package/components/radar-chart-options.config-C4NRodhB.cjs +0 -20
  958. package/components/radar-chart-options.config-D67Tj_FM.js +0 -127
  959. package/components/radar-chart-options.config-K5cG_ZdJ.cjs +0 -20
  960. package/components/radar-chart-options.config-V5mSShXg.js +0 -21
  961. package/components/radar-chart-positioning.config-D2vExJI-.js +0 -53
  962. package/components/radar-chart-positioning.config-DxstIn4n.cjs +0 -20
  963. package/components/radar-chart-slots.config-D5-ixqJH.js +0 -21
  964. package/components/radar-chart-slots.config-DrfeOrmt.cjs +0 -20
  965. package/components/regular-table-options.config-BrnWXqRX.js +0 -145
  966. package/components/regular-table-options.config-Rq71euBn.cjs +0 -20
  967. package/components/regular-table-options.config-Up3iD0r_.cjs +0 -20
  968. package/components/regular-table-options.config-eIMHQmIR.js +0 -21
  969. package/components/regular-table-slots.config-D9-z8plj.cjs +0 -20
  970. package/components/regular-table-slots.config-VzIUVyj6.js +0 -21
  971. package/components/route-map-options.config-C1B-HhR6.js +0 -21
  972. package/components/route-map-options.config-CAArynj_.js +0 -318
  973. package/components/route-map-options.config-Ce8ovFpQ.cjs +0 -20
  974. package/components/route-map-options.config-DP7uuX3y.cjs +0 -20
  975. package/components/route-map-positioning.config-BcoNvRKv.cjs +0 -20
  976. package/components/route-map-positioning.config-eS9_HDFU.js +0 -64
  977. package/components/route-map-slots.config-CDZIFuDb.js +0 -21
  978. package/components/route-map-slots.config-D2ExDiaS.cjs +0 -20
  979. package/components/sankey-diagram-options.config-B6zoMpwq.cjs +0 -20
  980. package/components/sankey-diagram-options.config-BjprLeU0.js +0 -123
  981. package/components/sankey-diagram-options.config-DHC2o_E4.cjs +0 -20
  982. package/components/sankey-diagram-options.config-aSCgYEzH.js +0 -21
  983. package/components/sankey-diagram-positioning.config-Ct5CP50u.js +0 -64
  984. package/components/sankey-diagram-positioning.config-DmKV51q7.cjs +0 -20
  985. package/components/sankey-diagram-slots.config-aI7H3-JJ.cjs +0 -20
  986. package/components/sankey-diagram-slots.config-myLh3msM.js +0 -21
  987. package/components/scatter-plot-options.config-B9gDvEi-.cjs +0 -20
  988. package/components/scatter-plot-options.config-BFlfaXG8.cjs +0 -20
  989. package/components/scatter-plot-options.config-C0NNqhBC.js +0 -21
  990. package/components/scatter-plot-options.config-DkJCNpxL.js +0 -299
  991. package/components/scatter-plot-positioning.config-B5AKXlb7.cjs +0 -20
  992. package/components/scatter-plot-positioning.config-Cj5KvRTs.js +0 -75
  993. package/components/scatter-plot-slots.config-6WJXXaqf.cjs +0 -20
  994. package/components/scatter-plot-slots.config-DQm3rGWw.js +0 -21
  995. package/components/search-filter-options.config-Dgv8QTBl.cjs +0 -20
  996. package/components/search-filter-options.config-cw5HhrKg.js +0 -21
  997. package/components/search-filter-slots.config-BVVWhRps.js +0 -21
  998. package/components/search-filter-slots.config-Dxtuor2c.cjs +0 -20
  999. package/components/set-locale-Bt1k_twa.cjs +0 -20
  1000. package/components/set-locale-X63x3G29.js +0 -43
  1001. package/components/slicer-filter-options.config-3JIR0ViQ.cjs +0 -20
  1002. package/components/slicer-filter-options.config-C4VhxApn.cjs +0 -20
  1003. package/components/slicer-filter-options.config-CVcQnVNX.js +0 -223
  1004. package/components/slicer-filter-options.config-F0qz90nt.js +0 -21
  1005. package/components/slicer-filter-positioning.config-CzYLiisv.js +0 -46
  1006. package/components/slicer-filter-positioning.config-DPYH5XfB.cjs +0 -20
  1007. package/components/slicer-filter-slots.config-92Hbm9h7.js +0 -21
  1008. package/components/slicer-filter-slots.config-BAKn4qQE.cjs +0 -20
  1009. package/components/slider-filter-options.config-Ct7RQjLE.js +0 -21
  1010. package/components/slider-filter-options.config-DhExi1rr.cjs +0 -20
  1011. package/components/slider-filter-options.config-DqeQxEkD.cjs +0 -20
  1012. package/components/slider-filter-options.config-wmWStHES.js +0 -69
  1013. package/components/slider-filter-slots.config-D9fMbmGb.js +0 -21
  1014. package/components/slider-filter-slots.config-Dg0x6Q5o.cjs +0 -20
  1015. package/components/slot-contents-picker-BzORhTN2.js +0 -385
  1016. package/components/slot-contents-picker-Kpmnthng.cjs +0 -129
  1017. package/components/slot-menu-B6ymCCEc.cjs +0 -63
  1018. package/components/slot-menu-BHzKI_Ni.js +0 -372
  1019. package/components/slot-menu-list-BLIbk5fL.js +0 -285
  1020. package/components/slot-menu-list-opi8Rfvy.cjs +0 -35
  1021. package/components/slots-config-BYJQe092.cjs +0 -20
  1022. package/components/slots-config-DHPPOnXp.js +0 -75
  1023. package/components/speedometer-chart-options.config-66PEshga.cjs +0 -20
  1024. package/components/speedometer-chart-options.config-CTjRyLXn.js +0 -239
  1025. package/components/speedometer-chart-options.config-ChdE_7bl.cjs +0 -20
  1026. package/components/speedometer-chart-options.config-DBvv5cZd.js +0 -21
  1027. package/components/speedometer-chart-positioning.config-DiLGyBZR.cjs +0 -20
  1028. package/components/speedometer-chart-positioning.config-NxpI7PRK.js +0 -46
  1029. package/components/speedometer-chart-slots.config-BeBCMFCx.js +0 -21
  1030. package/components/speedometer-chart-slots.config-Bfuw_LqY.cjs +0 -20
  1031. package/components/spike-map-options.config-3bIvM62m.js +0 -21
  1032. package/components/spike-map-options.config-D5wq88D3.js +0 -405
  1033. package/components/spike-map-options.config-ToJ7FwNE.cjs +0 -20
  1034. package/components/spike-map-options.config-xE6WXvrQ.cjs +0 -20
  1035. package/components/spike-map-positioning.config-BX9GrVTl.js +0 -53
  1036. package/components/spike-map-positioning.config-Dx4YvbYf.cjs +0 -20
  1037. package/components/spike-map-slots.config-C16yzf4m.js +0 -21
  1038. package/components/spike-map-slots.config-Do2ksTZS.cjs +0 -20
  1039. package/components/strip-plot-options.config-BJ2nj7_p.js +0 -21
  1040. package/components/strip-plot-options.config-DzObxLkI.cjs +0 -20
  1041. package/components/strip-plot-positioning.config-CWlI1At1.cjs +0 -20
  1042. package/components/strip-plot-positioning.config-DOCoUebt.js +0 -46
  1043. package/components/strip-plot-slots.config-Bu2QcnWd.js +0 -21
  1044. package/components/strip-plot-slots.config-KdOq_9Zc.cjs +0 -20
  1045. package/components/sunburst-chart-options.config-BFLIZSkt.js +0 -21
  1046. package/components/sunburst-chart-options.config-Cvco4W1i.cjs +0 -20
  1047. package/components/sunburst-chart-positioning.config-BAFbopac.cjs +0 -20
  1048. package/components/sunburst-chart-positioning.config-DYhOGE-O.js +0 -46
  1049. package/components/sunburst-chart-slots.config-CmKjYMVo.js +0 -21
  1050. package/components/sunburst-chart-slots.config-Do8h2dr2.cjs +0 -20
  1051. package/components/symbol-map-options.config-C-ZsWTkU.cjs +0 -20
  1052. package/components/symbol-map-options.config-CQZ2ELCX.js +0 -154
  1053. package/components/symbol-map-options.config-Cvo_AQiN.js +0 -21
  1054. package/components/symbol-map-options.config-Dw_D-VmP.cjs +0 -20
  1055. package/components/symbol-map-positioning.config-CO1JZ1As.cjs +0 -20
  1056. package/components/symbol-map-positioning.config-DbbkxaEU.js +0 -53
  1057. package/components/symbol-map-slots.config-DKX5hOX-.cjs +0 -20
  1058. package/components/symbol-map-slots.config-EPXj-6y2.js +0 -21
  1059. package/components/text-options.config-CH3jNlbS.cjs +0 -20
  1060. package/components/text-options.config-DtffHEB-.js +0 -21
  1061. package/components/text-slots.config-B4k_roIo.cjs +0 -20
  1062. package/components/text-slots.config-CDshf42q.js +0 -21
  1063. package/components/themes-D7g_xTF5.cjs +0 -20
  1064. package/components/themes-DF7N95sb.js +0 -72
  1065. package/components/treemap-chart-options.config-BfYEpyPI.cjs +0 -20
  1066. package/components/treemap-chart-options.config-C8xV_Z69.js +0 -21
  1067. package/components/treemap-chart-options.config-DJoz-gUf.js +0 -181
  1068. package/components/treemap-chart-options.config-DluEzmHs.cjs +0 -20
  1069. package/components/treemap-chart-positioning.config-a6gIqQhw.js +0 -53
  1070. package/components/treemap-chart-positioning.config-rV9cQHZe.cjs +0 -20
  1071. package/components/treemap-chart-slots.config-C3AWpb9G.cjs +0 -20
  1072. package/components/treemap-chart-slots.config-DfZGVpEf.js +0 -21
  1073. package/components/utils-Bbv62wH8.cjs +0 -20
  1074. package/components/utils-CievFMDW.js +0 -63
  1075. package/components/venn-diagram-options.config-9zV1fmAx.js +0 -21
  1076. package/components/venn-diagram-options.config-BXfFTPhF.cjs +0 -20
  1077. package/components/venn-diagram-positioning.config-D4KmxZEO.js +0 -53
  1078. package/components/venn-diagram-positioning.config-DzOei69E.cjs +0 -20
  1079. package/components/venn-diagram-slots.config-CfDukMSx.js +0 -21
  1080. package/components/venn-diagram-slots.config-DpWMVfvO.cjs +0 -20
  1081. package/components/video-options.config-CKOQUgPM.cjs +0 -20
  1082. package/components/video-options.config-QL31EYVr.js +0 -21
  1083. package/components/video-slots.config-Be81_HrZ.js +0 -21
  1084. package/components/video-slots.config-DnJs-kVp.cjs +0 -20
  1085. package/components/viz-item-menu-BOLBFNP2.js +0 -168
  1086. package/components/viz-item-menu-Cho_CUA2.cjs +0 -55
  1087. package/components/wordcloud-chart-options.config-2MO_aaOs.js +0 -21
  1088. package/components/wordcloud-chart-options.config-B-eSPBbX.js +0 -87
  1089. package/components/wordcloud-chart-options.config-B98jpOQ9.cjs +0 -20
  1090. package/components/wordcloud-chart-options.config-Dw1QvAVT.cjs +0 -20
  1091. package/components/wordcloud-chart-positioning.config-DGJ5ccBJ.js +0 -53
  1092. package/components/wordcloud-chart-positioning.config-u0zhTKQI.cjs +0 -20
  1093. package/components/wordcloud-chart-slots.config-PD319VnT.cjs +0 -20
  1094. package/components/wordcloud-chart-slots.config-TQFvQFFf.js +0 -21
  1095. /package/components/{ai-chat-8KBMgP9D.cjs → ai-chat-CbqvVZDp.cjs} +0 -0
  1096. /package/components/{ai-chat-DIP8tuL0.js → ai-chat-Dg2dvhDq.js} +0 -0
  1097. /package/components/{ai-interaction-textarea-Cqib-4ft.cjs → ai-interaction-textarea-DDVKMfTQ.cjs} +0 -0
  1098. /package/components/{ai-interaction-textarea-BDRN2P_k.js → ai-interaction-textarea-ZDQPVgXC.js} +0 -0
  1099. /package/components/{area-chart-options.de-CbgZapmi.js → area-chart-options.de-B2X9EW6t.js} +0 -0
  1100. /package/components/{area-chart-options.de-DagPhn63.cjs → area-chart-options.de-BA6h5_ss.cjs} +0 -0
  1101. /package/components/{area-chart-options.en-DUOPOUSs.cjs → area-chart-options.en-BIUqa6V7.cjs} +0 -0
  1102. /package/components/{area-chart-options.en-Dvj-n7pG.js → area-chart-options.en-DdMmuUda.js} +0 -0
  1103. /package/components/{area-chart-options.es-CRckMQPD.cjs → area-chart-options.es-BU2dbfOS.cjs} +0 -0
  1104. /package/components/{area-chart-options.es-YeFZLllT.js → area-chart-options.es-CNsCg-F5.js} +0 -0
  1105. /package/components/{area-chart-options.fr-CzNwAuhS.cjs → area-chart-options.fr-8gW1fG5C.cjs} +0 -0
  1106. /package/components/{area-chart-options.fr-CkQQceqZ.js → area-chart-options.fr-CLJXmywl.js} +0 -0
  1107. /package/components/{area-chart-options.nl-ibqOxBRK.cjs → area-chart-options.nl-Cgwm9HLx.cjs} +0 -0
  1108. /package/components/{area-chart-options.nl-CYTrlJ4j.js → area-chart-options.nl-vpXh0GUm.js} +0 -0
  1109. /package/components/{area-chart-slots.config-CBWX5GbG.js → area-chart-slots.config-BcsjZqui.js} +0 -0
  1110. /package/components/{area-chart-slots.config-CwvMqY6K.cjs → area-chart-slots.config-DP23H7Pe.cjs} +0 -0
  1111. /package/components/{bar-chart-options.de-DXMRsIV5.js → bar-chart-options.de-Cz_OOH17.js} +0 -0
  1112. /package/components/{bar-chart-options.de-DS6SZp_J.cjs → bar-chart-options.de-q4mxGu14.cjs} +0 -0
  1113. /package/components/{bar-chart-options.en-IaSlIcPi.cjs → bar-chart-options.en-CfiByzMZ.cjs} +0 -0
  1114. /package/components/{bar-chart-options.en-BbQo4rjU.js → bar-chart-options.en-VJAkQpiQ.js} +0 -0
  1115. /package/components/{bar-chart-options.es-BAjy_IiE.js → bar-chart-options.es-5q1-OHQH.js} +0 -0
  1116. /package/components/{bar-chart-options.es-DCLY_ScQ.cjs → bar-chart-options.es-aJB8H3J7.cjs} +0 -0
  1117. /package/components/{bar-chart-options.fr-ByojkOWm.cjs → bar-chart-options.fr-BzVriCKx.cjs} +0 -0
  1118. /package/components/{bar-chart-options.fr-DYsY2w0f.js → bar-chart-options.fr-D6pZMftl.js} +0 -0
  1119. /package/components/{bar-chart-options.nl-BjI_w3ai.cjs → bar-chart-options.nl-CrUAnFpV.cjs} +0 -0
  1120. /package/components/{bar-chart-options.nl-ByDZSvrQ.js → bar-chart-options.nl-DqOzdnwm.js} +0 -0
  1121. /package/components/{bar-chart-slots.config-Bk0AxjTt.js → bar-chart-slots.config-BXmyYBkR.js} +0 -0
  1122. /package/components/{bar-chart-slots.config-HK4crjZM.cjs → bar-chart-slots.config-C9stCMbT.cjs} +0 -0
  1123. /package/components/{base-store-BUni1e-d.js → base-store-CdYjpd2m.js} +0 -0
  1124. /package/components/{base-store-DKeu-bi0.cjs → base-store-CjudELw2.cjs} +0 -0
  1125. /package/components/{bliss-q3WPmAH2.js → bliss-BJa_NJPA.js} +0 -0
  1126. /package/components/{bliss-B1hsscBf.cjs → bliss-CdEcilNC.cjs} +0 -0
  1127. /package/components/{box-plot-options.de-8e0OdeJv.cjs → box-plot-options.de-CbXBA4PB.cjs} +0 -0
  1128. /package/components/{box-plot-options.de-DiWTlBH9.js → box-plot-options.de-Pcws8Htk.js} +0 -0
  1129. /package/components/{box-plot-options.en-CKTEOzmL.js → box-plot-options.en-C_kqWvYm.js} +0 -0
  1130. /package/components/{box-plot-options.en-C8Bd2MOa.cjs → box-plot-options.en-CsjE2-wr.cjs} +0 -0
  1131. /package/components/{box-plot-options.es-B8_bQthW.js → box-plot-options.es-BW7yCCiw.js} +0 -0
  1132. /package/components/{box-plot-options.es-CZY4DMJo.cjs → box-plot-options.es-DCSqvgxH.cjs} +0 -0
  1133. /package/components/{box-plot-options.fr-BsSP8B8f.js → box-plot-options.fr-ndQwdMt3.js} +0 -0
  1134. /package/components/{box-plot-options.fr-D5lVOigz.cjs → box-plot-options.fr-o4vYePxM.cjs} +0 -0
  1135. /package/components/{box-plot-options.nl-DKjxzLp-.js → box-plot-options.nl-D8g47giP.js} +0 -0
  1136. /package/components/{box-plot-options.nl-LmlSQq39.cjs → box-plot-options.nl-t9lgymbk.cjs} +0 -0
  1137. /package/components/{box-plot-slots.config-BlpF1m2W.js → box-plot-slots.config-C2dQ3KJ5.js} +0 -0
  1138. /package/components/{box-plot-slots.config-D2ytugdV.cjs → box-plot-slots.config-DorUcTE-.cjs} +0 -0
  1139. /package/components/{bubble-chart-options.de-Czb9oVbj.js → bubble-chart-options.de-C0Bq6Jta.js} +0 -0
  1140. /package/components/{bubble-chart-options.de-BdGI1kTP.cjs → bubble-chart-options.de-PFshFkNY.cjs} +0 -0
  1141. /package/components/{bubble-chart-options.en-DSp2ZA53.cjs → bubble-chart-options.en-D6CNBLf1.cjs} +0 -0
  1142. /package/components/{bubble-chart-options.en-Y18_xbfl.js → bubble-chart-options.en-DzNFzxae.js} +0 -0
  1143. /package/components/{bubble-chart-options.es-DRC19KVi.js → bubble-chart-options.es-B306u1JO.js} +0 -0
  1144. /package/components/{bubble-chart-options.es-CHF4N7FT.cjs → bubble-chart-options.es-DrapJMtZ.cjs} +0 -0
  1145. /package/components/{bubble-chart-options.fr-D2R0SFiU.js → bubble-chart-options.fr-ByJbTey0.js} +0 -0
  1146. /package/components/{bubble-chart-options.fr-B73McBYV.cjs → bubble-chart-options.fr-Kcqi9Fus.cjs} +0 -0
  1147. /package/components/{bubble-chart-options.nl-DsrC1pyH.cjs → bubble-chart-options.nl-BxpPgm-Q.cjs} +0 -0
  1148. /package/components/{bubble-chart-options.nl-BTv_Hrx3.js → bubble-chart-options.nl-C0QPseuY.js} +0 -0
  1149. /package/components/{bubble-chart-slots.config-ByoYCX8b.cjs → bubble-chart-slots.config-BNy49CEz.cjs} +0 -0
  1150. /package/components/{bubble-chart-slots.config--gviTQr-.js → bubble-chart-slots.config-CaBDuUii.js} +0 -0
  1151. /package/components/{bullet-chart-options.de-BcsNCFEp.cjs → bullet-chart-options.de-BqZbbsO2.cjs} +0 -0
  1152. /package/components/{bullet-chart-options.de-BAqLSiqz.js → bullet-chart-options.de-hxgTQ3tQ.js} +0 -0
  1153. /package/components/{bullet-chart-options.en-Bp8iO_0W.cjs → bullet-chart-options.en-BJb_5sM0.cjs} +0 -0
  1154. /package/components/{bullet-chart-options.en-LYMBaxcO.js → bullet-chart-options.en-Bfj8rehN.js} +0 -0
  1155. /package/components/{bullet-chart-options.es-BAw17bgZ.js → bullet-chart-options.es-CRwqoWFD.js} +0 -0
  1156. /package/components/{bullet-chart-options.es-BhgmwGsA.cjs → bullet-chart-options.es-DgbLOs-h.cjs} +0 -0
  1157. /package/components/{bullet-chart-options.fr-BpEybzap.cjs → bullet-chart-options.fr-B4np0478.cjs} +0 -0
  1158. /package/components/{bullet-chart-options.fr-C0Qt2kVg.js → bullet-chart-options.fr-CiXnFZ3O.js} +0 -0
  1159. /package/components/{bullet-chart-options.nl-Ce856xDB.cjs → bullet-chart-options.nl-CI7bVYay.cjs} +0 -0
  1160. /package/components/{bullet-chart-options.nl-ISWrIl_n.js → bullet-chart-options.nl-rKHO6VxR.js} +0 -0
  1161. /package/components/{bullet-chart-slots.config-DJ_C4Mg_.cjs → bullet-chart-slots.config-BZUuzYDf.cjs} +0 -0
  1162. /package/components/{bullet-chart-slots.config-DqcTcFZT.js → bullet-chart-slots.config-D6zrsyca.js} +0 -0
  1163. /package/components/{choropleth-map-options.de-kKDP9SaB.cjs → choropleth-map-options.de-CtfF_CDc.cjs} +0 -0
  1164. /package/components/{choropleth-map-options.de-vCAKj4bB.js → choropleth-map-options.de-DVg7D5qv.js} +0 -0
  1165. /package/components/{choropleth-map-options.en-DTgSWplg.js → choropleth-map-options.en-DD7A777K.js} +0 -0
  1166. /package/components/{choropleth-map-options.en-Dbtvv-0V.cjs → choropleth-map-options.en-DxwKxHp7.cjs} +0 -0
  1167. /package/components/{choropleth-map-options.es-BEHBRKh9.cjs → choropleth-map-options.es-BIDj24mR.cjs} +0 -0
  1168. /package/components/{choropleth-map-options.es-Do0DWnXt.js → choropleth-map-options.es-DaZQOGsb.js} +0 -0
  1169. /package/components/{choropleth-map-options.fr-BVkB982y.cjs → choropleth-map-options.fr-Cf7bA7UG.cjs} +0 -0
  1170. /package/components/{choropleth-map-options.fr-CkNCwdNo.js → choropleth-map-options.fr-CwD0we0b.js} +0 -0
  1171. /package/components/{choropleth-map-options.nl-5js5QhFZ.cjs → choropleth-map-options.nl-DNxKI2Bb.cjs} +0 -0
  1172. /package/components/{choropleth-map-options.nl-B_-QoEzi.js → choropleth-map-options.nl-Dp6vpo9i.js} +0 -0
  1173. /package/components/{choropleth-map-slots.config-DPev5WY9.js → choropleth-map-slots.config-B2UpqYPK.js} +0 -0
  1174. /package/components/{choropleth-map-slots.config-DfmiY6jB.cjs → choropleth-map-slots.config-DbEYsBMs.cjs} +0 -0
  1175. /package/components/{circle-pack-chart-options.config-BCvkna2G.cjs → circle-pack-chart-options.config-BEvEY4kH.cjs} +0 -0
  1176. /package/components/{circle-pack-chart-options.config-CWAGN4hc.js → circle-pack-chart-options.config-dzwInh_R.js} +0 -0
  1177. /package/components/{circle-pack-chart-options.de-6jaaDkYI.cjs → circle-pack-chart-options.de-BMQFpQBU.cjs} +0 -0
  1178. /package/components/{circle-pack-chart-options.de-CR-m9Hjc.js → circle-pack-chart-options.de-DBHZtBmX.js} +0 -0
  1179. /package/components/{circle-pack-chart-options.en-DB6gVf49.js → circle-pack-chart-options.en-C1M5P2-l.js} +0 -0
  1180. /package/components/{circle-pack-chart-options.en-DE2PJSQr.cjs → circle-pack-chart-options.en-DeJhy4nS.cjs} +0 -0
  1181. /package/components/{circle-pack-chart-options.es-CRPksTVR.cjs → circle-pack-chart-options.es-DEQ5zEnz.cjs} +0 -0
  1182. /package/components/{circle-pack-chart-options.es-DJGqugl6.js → circle-pack-chart-options.es-wBr4vJbt.js} +0 -0
  1183. /package/components/{circle-pack-chart-options.fr-DKHs0KLp.js → circle-pack-chart-options.fr-BR7x280a.js} +0 -0
  1184. /package/components/{circle-pack-chart-options.fr-pQiF7noH.cjs → circle-pack-chart-options.fr-CGqQARpV.cjs} +0 -0
  1185. /package/components/{circle-pack-chart-options.nl-5zJboVmz.cjs → circle-pack-chart-options.nl-BNN7QFPn.cjs} +0 -0
  1186. /package/components/{circle-pack-chart-options.nl-0-2Utplg.js → circle-pack-chart-options.nl-DhvEq6ea.js} +0 -0
  1187. /package/components/{circle-pack-chart-slots.config-DHg9TLIY.cjs → circle-pack-chart-slots.config-X1LPK06h.cjs} +0 -0
  1188. /package/components/{circle-pack-chart-slots.config-A_2OW8sa.js → circle-pack-chart-slots.config-_lNgQ2gM.js} +0 -0
  1189. /package/components/{circular-gauge-options.de-gwJ7YTzh.js → circular-gauge-options.de-Bl6t8Vtu.js} +0 -0
  1190. /package/components/{circular-gauge-options.de-Cbnrs5Kg.cjs → circular-gauge-options.de-D9MZiW1s.cjs} +0 -0
  1191. /package/components/{circular-gauge-options.en-LvlU_IQV.cjs → circular-gauge-options.en-CVY5G_Dq.cjs} +0 -0
  1192. /package/components/{circular-gauge-options.en-C-_W9UNG.js → circular-gauge-options.en-D6t4kjzW.js} +0 -0
  1193. /package/components/{circular-gauge-options.es-CLV3BSRc.cjs → circular-gauge-options.es-DgJC6YMK.cjs} +0 -0
  1194. /package/components/{circular-gauge-options.es-B_mCBvZJ.js → circular-gauge-options.es-HNVLVocG.js} +0 -0
  1195. /package/components/{circular-gauge-options.fr-BeQo-uoy.js → circular-gauge-options.fr-BCBCfNc6.js} +0 -0
  1196. /package/components/{circular-gauge-options.fr-COmgv2dG.cjs → circular-gauge-options.fr-BbgFjLlE.cjs} +0 -0
  1197. /package/components/{circular-gauge-options.nl-urFs4xxn.js → circular-gauge-options.nl-ABjx-HBx.js} +0 -0
  1198. /package/components/{circular-gauge-options.nl-DSmMuqWu.cjs → circular-gauge-options.nl-DTSTqnlo.cjs} +0 -0
  1199. /package/components/{circular-gauge-slots.config-DVtc3dyN.js → circular-gauge-slots.config-BawzBMto.js} +0 -0
  1200. /package/components/{circular-gauge-slots.config-CcLrl1m3.cjs → circular-gauge-slots.config-BrvTir-s.cjs} +0 -0
  1201. /package/components/{classic-B6j-UbLz.js → classic-C05v_nhO.js} +0 -0
  1202. /package/components/{classic-AgsT9SB5.cjs → classic-Cjis8rex.cjs} +0 -0
  1203. /package/components/{classic-dark-CLebuJm1.cjs → classic-dark-CjsYka1Q.cjs} +0 -0
  1204. /package/components/{classic-dark-CGnVPa1V.js → classic-dark-DtZForsC.js} +0 -0
  1205. /package/components/{color-C7Craork.js → color-Cssvhkzf.js} +0 -0
  1206. /package/components/{color-BUVw_dtn.cjs → color-Dxgbgkfy.cjs} +0 -0
  1207. /package/components/{color-palettes-BO2oOo1O.js → color-palettes-CkWzJDY0.js} +0 -0
  1208. /package/components/{color-palettes-CzvJwptN.cjs → color-palettes-ZxJrYfsI.cjs} +0 -0
  1209. /package/components/{column-chart-options.de-BWvDsmHz.js → column-chart-options.de-B0Op0vwQ.js} +0 -0
  1210. /package/components/{column-chart-options.de-Cr5xbJh-.cjs → column-chart-options.de-DgAmUbET.cjs} +0 -0
  1211. /package/components/{column-chart-options.en-BLpF79lZ.cjs → column-chart-options.en-CkoywZWd.cjs} +0 -0
  1212. /package/components/{column-chart-options.en-Bc9ALbPh.js → column-chart-options.en-Yh0aO7kR.js} +0 -0
  1213. /package/components/{column-chart-options.es-BwTp8eis.cjs → column-chart-options.es-CUanyhU8.cjs} +0 -0
  1214. /package/components/{column-chart-options.es-As87NDq4.js → column-chart-options.es-ZchO-V0p.js} +0 -0
  1215. /package/components/{column-chart-options.fr-DvcQ_sr9.js → column-chart-options.fr-BmDAZnhI.js} +0 -0
  1216. /package/components/{column-chart-options.fr-D_cSGFe7.cjs → column-chart-options.fr-DQTjXhzp.cjs} +0 -0
  1217. /package/components/{column-chart-options.nl-MOzRrH-L.cjs → column-chart-options.nl-BQKXUekZ.cjs} +0 -0
  1218. /package/components/{column-chart-options.nl-C7g9VVQh.js → column-chart-options.nl-BdwgQ_uM.js} +0 -0
  1219. /package/components/{column-chart-slots.config-xdlLzgDa.cjs → column-chart-slots.config-CqBfdtFr.cjs} +0 -0
  1220. /package/components/{column-chart-slots.config-BkwriJpH.js → column-chart-slots.config-kz01zcFm.js} +0 -0
  1221. /package/components/{combination-chart-options.config-DoNujOqt.cjs → combination-chart-options.config-BfNllZT4.cjs} +0 -0
  1222. /package/components/{combination-chart-options.config-DQhRYgPp.js → combination-chart-options.config-CcUCgYaW.js} +0 -0
  1223. /package/components/{combination-chart-options.de-JieOYzdz.cjs → combination-chart-options.de-DIIZ1wNy.cjs} +0 -0
  1224. /package/components/{combination-chart-options.de-CYduzeVx.js → combination-chart-options.de-DLiVvpnI.js} +0 -0
  1225. /package/components/{combination-chart-options.en-CCkQVxs6.cjs → combination-chart-options.en-C2byZffi.cjs} +0 -0
  1226. /package/components/{combination-chart-options.en-C7cbwU84.js → combination-chart-options.en-yQ-wL85s.js} +0 -0
  1227. /package/components/{combination-chart-options.es-CF8F70RQ.js → combination-chart-options.es-BtvCEpkY.js} +0 -0
  1228. /package/components/{combination-chart-options.es-myVuJF2S.cjs → combination-chart-options.es-ZGoor_Pb.cjs} +0 -0
  1229. /package/components/{combination-chart-options.fr-DcZlh3Qp.js → combination-chart-options.fr-C9Z5RCv8.js} +0 -0
  1230. /package/components/{combination-chart-options.fr-DJcbAMvq.cjs → combination-chart-options.fr-a5xO9_Rg.cjs} +0 -0
  1231. /package/components/{combination-chart-options.nl-B0w9ZIqw.js → combination-chart-options.nl-9FAIlZmH.js} +0 -0
  1232. /package/components/{combination-chart-options.nl-B6Pk4t_H.cjs → combination-chart-options.nl-BdFfslGK.cjs} +0 -0
  1233. /package/components/{combination-chart-slots.config-CI_wSI26.js → combination-chart-slots.config-BFTZ0iOm.js} +0 -0
  1234. /package/components/{combination-chart-slots.config-Cq_swnNB.cjs → combination-chart-slots.config-BUjUVxBL.cjs} +0 -0
  1235. /package/components/{conditional-number-options.de-B0tM6Xvz.js → conditional-number-options.de-Bi9rmvNj.js} +0 -0
  1236. /package/components/{conditional-number-options.de-Ck2xLoUX.cjs → conditional-number-options.de-CkpqEU5x.cjs} +0 -0
  1237. /package/components/{conditional-number-options.en-D_l2qMvh.cjs → conditional-number-options.en-CIxy735r.cjs} +0 -0
  1238. /package/components/{conditional-number-options.en-D686kPG0.js → conditional-number-options.en-Czlvz1gP.js} +0 -0
  1239. /package/components/{conditional-number-options.es-CdiLXJQL.js → conditional-number-options.es-CQqNn9j9.js} +0 -0
  1240. /package/components/{conditional-number-options.es-DSPusRE7.cjs → conditional-number-options.es-JOk8BdwD.cjs} +0 -0
  1241. /package/components/{conditional-number-options.fr-DqIIIQz4.js → conditional-number-options.fr-BFGFXKpA.js} +0 -0
  1242. /package/components/{conditional-number-options.fr-yFra0WhW.cjs → conditional-number-options.fr-FRygaqmX.cjs} +0 -0
  1243. /package/components/{conditional-number-options.nl-D7L2x3Ko.cjs → conditional-number-options.nl-BDHAYlc6.cjs} +0 -0
  1244. /package/components/{conditional-number-options.nl-C55M65pa.js → conditional-number-options.nl-DNiwVyVg.js} +0 -0
  1245. /package/components/{conditional-number-slots.config-CRS21NbK.js → conditional-number-slots.config-BHKPNzCA.js} +0 -0
  1246. /package/components/{conditional-number-slots.config-B5jof7Lx.cjs → conditional-number-slots.config-PKi0D03P.cjs} +0 -0
  1247. /package/components/{cs-Hs3bE5N3.cjs → cs-BAmKPXV0.cjs} +0 -0
  1248. /package/components/{cs-BqLsq2mk.js → cs-DKJkj-M9.js} +0 -0
  1249. /package/components/{da-B_8mPnrs.cjs → da-DHl8PzfU.cjs} +0 -0
  1250. /package/components/{da-CQTAVTmI.js → da-DbxnaygY.js} +0 -0
  1251. /package/components/{dataset-icon-BMyT4omV.cjs → dataset-icon-BbNgugDA.cjs} +0 -0
  1252. /package/components/{dataset-icon-CYzmHzrn.js → dataset-icon-x6Q8nhYc.js} +0 -0
  1253. /package/components/{date-comparison-filter-options.config-DvXmGRXN.js → date-comparison-filter-options.config--2Z797qN.js} +0 -0
  1254. /package/components/{date-comparison-filter-options.config-BR8WRQMW.cjs → date-comparison-filter-options.config-DeRktuPf.cjs} +0 -0
  1255. /package/components/{date-comparison-filter-options.de-C061oe2B.cjs → date-comparison-filter-options.de-BCSuXPyi.cjs} +0 -0
  1256. /package/components/{date-comparison-filter-options.de-Bb5gxWVc.js → date-comparison-filter-options.de-CQb499rf.js} +0 -0
  1257. /package/components/{date-comparison-filter-options.en-TLUkeujs.js → date-comparison-filter-options.en-0AvsiNAV.js} +0 -0
  1258. /package/components/{date-comparison-filter-options.en-DFKHenqh.cjs → date-comparison-filter-options.en-wZNS4xNZ.cjs} +0 -0
  1259. /package/components/{date-comparison-filter-options.es-dvONcHvt.cjs → date-comparison-filter-options.es-BK_z-CBD.cjs} +0 -0
  1260. /package/components/{date-comparison-filter-options.es-CUq9ffPf.js → date-comparison-filter-options.es-BZtYLF4i.js} +0 -0
  1261. /package/components/{date-comparison-filter-options.fr-bSXDbUsv.cjs → date-comparison-filter-options.fr-B6zX7dX6.cjs} +0 -0
  1262. /package/components/{date-comparison-filter-options.fr-CegrLe52.js → date-comparison-filter-options.fr-DalJs_B3.js} +0 -0
  1263. /package/components/{date-comparison-filter-options.nl-BR3ma4Ej.cjs → date-comparison-filter-options.nl-7Lk3PInv.cjs} +0 -0
  1264. /package/components/{date-comparison-filter-options.nl-I66IXq98.js → date-comparison-filter-options.nl-BKHa_cRZ.js} +0 -0
  1265. /package/components/{date-comparison-filter-positioning.config-wYV0KLs0.js → date-comparison-filter-positioning.config-BUXf_lK6.js} +0 -0
  1266. /package/components/{date-comparison-filter-positioning.config-DLDWfeW-.cjs → date-comparison-filter-positioning.config-CnmoOnbT.cjs} +0 -0
  1267. /package/components/{date-comparison-filter-slots.config-DVUHx201.js → date-comparison-filter-slots.config-BfCHdmS2.js} +0 -0
  1268. /package/components/{date-comparison-filter-slots.config-D1Drg-D9.cjs → date-comparison-filter-slots.config-DoH-KB0I.cjs} +0 -0
  1269. /package/components/{date-filter-options.config-DKhish9S.js → date-filter-options.config-D8Hzx_EH.js} +0 -0
  1270. /package/components/{date-filter-options.config-DJJbSHax.cjs → date-filter-options.config-SMBs-0og.cjs} +0 -0
  1271. /package/components/{date-filter-options.de-DfDDjpUe.js → date-filter-options.de-C00bqObl.js} +0 -0
  1272. /package/components/{date-filter-options.de-DSIyhiXX.cjs → date-filter-options.de-z9ns7_nZ.cjs} +0 -0
  1273. /package/components/{date-filter-options.en-BdJokf5j.js → date-filter-options.en-B8nSu938.js} +0 -0
  1274. /package/components/{date-filter-options.en-Cu4E7tRO.cjs → date-filter-options.en-C8pb1jol.cjs} +0 -0
  1275. /package/components/{date-filter-options.es-XP6Ub-xI.cjs → date-filter-options.es-BAypn8MB.cjs} +0 -0
  1276. /package/components/{date-filter-options.es-D-GbXv5w.js → date-filter-options.es-CsarnUzk.js} +0 -0
  1277. /package/components/{date-filter-options.fr-DZuJJJL6.js → date-filter-options.fr-DeCtetL4.js} +0 -0
  1278. /package/components/{date-filter-options.fr-Cwubqbf2.cjs → date-filter-options.fr-yeEdzHfu.cjs} +0 -0
  1279. /package/components/{date-filter-options.nl-DacR0m5J.js → date-filter-options.nl-DHbegwli.js} +0 -0
  1280. /package/components/{date-filter-options.nl-3aSqLwZJ.cjs → date-filter-options.nl-DqXohG5I.cjs} +0 -0
  1281. /package/components/{date-filter-positioning.config-CPl92HSJ.cjs → date-filter-positioning.config-DLy5ONjP.cjs} +0 -0
  1282. /package/components/{date-filter-positioning.config-D7uUunro.js → date-filter-positioning.config-DSBMf-JV.js} +0 -0
  1283. /package/components/{date-filter-slots.config-DNCMgaao.cjs → date-filter-slots.config-CDWnujr4.cjs} +0 -0
  1284. /package/components/{date-filter-slots.config-D-LlQ_Wj.js → date-filter-slots.config-a4a17FGv.js} +0 -0
  1285. /package/components/{de-CWi4pCri.cjs → de-CQMDOcBQ.cjs} +0 -0
  1286. /package/components/{de-B8lnMzkV.js → de-Daccfqud.js} +0 -0
  1287. /package/components/{decompose-numeric-format-B3nb3XKf.cjs → decompose-numeric-format-Bp_e62qP.cjs} +0 -0
  1288. /package/components/{decompose-numeric-format-B1g6WSfi.js → decompose-numeric-format-zrP4WxE7.js} +0 -0
  1289. /package/components/{default-9VkzmGVQ.cjs → default-CY2STktv.cjs} +0 -0
  1290. /package/components/{default-BtnG42bd.js → default-DEvTN_o8.js} +0 -0
  1291. /package/components/{default-dark-BxCdZPo3.cjs → default-dark-CADhpJ8R.cjs} +0 -0
  1292. /package/components/{default-dark-ejrLASbv.js → default-dark-DSYRLGSK.js} +0 -0
  1293. /package/components/{default-local-formats-DX7Yv8k7.cjs → default-local-formats-BOc43Zck.cjs} +0 -0
  1294. /package/components/{default-local-formats-BkuhmR6G.js → default-local-formats-mDIRMsHM.js} +0 -0
  1295. /package/components/{donut-chart-options.config-D8x5gTOA.js → donut-chart-options.config-PHzjbkzs.js} +0 -0
  1296. /package/components/{donut-chart-options.config-DXrsgAnT.cjs → donut-chart-options.config-UaJ1Am5u.cjs} +0 -0
  1297. /package/components/{donut-chart-options.de-DIidDJZa.cjs → donut-chart-options.de-2kq3Itet.cjs} +0 -0
  1298. /package/components/{donut-chart-options.de-DIL3MAsL.js → donut-chart-options.de-DSnc-ylu.js} +0 -0
  1299. /package/components/{donut-chart-options.en-CkO8P_J0.cjs → donut-chart-options.en-CSL6rtzr.cjs} +0 -0
  1300. /package/components/{donut-chart-options.en-wnLLOYTR.js → donut-chart-options.en-DFtpvbn-.js} +0 -0
  1301. /package/components/{donut-chart-options.es-Cw6rHvJM.js → donut-chart-options.es-CSw1YDfM.js} +0 -0
  1302. /package/components/{donut-chart-options.es-NoThTKpe.cjs → donut-chart-options.es-CoxZOg2x.cjs} +0 -0
  1303. /package/components/{donut-chart-options.fr-D96qesaU.cjs → donut-chart-options.fr-B_KJ4-yy.cjs} +0 -0
  1304. /package/components/{donut-chart-options.fr-Cjz6_xZj.js → donut-chart-options.fr-C27NIRdc.js} +0 -0
  1305. /package/components/{donut-chart-options.nl-BP8dLFLm.cjs → donut-chart-options.nl-BZ5I7uWT.cjs} +0 -0
  1306. /package/components/{donut-chart-options.nl-Dakg5srA.js → donut-chart-options.nl-CEHVe1rp.js} +0 -0
  1307. /package/components/{donut-chart-slots.config-BYT_j8TM.cjs → donut-chart-slots.config-BodHWKFB.cjs} +0 -0
  1308. /package/components/{donut-chart-slots.config-CUpQcJBI.js → donut-chart-slots.config-hpQTnmyD.js} +0 -0
  1309. /package/components/{dropdown-filter-options.config-CT5N4KSR.js → dropdown-filter-options.config-D6iHPxd9.js} +0 -0
  1310. /package/components/{dropdown-filter-options.config-DGRiFqCG.cjs → dropdown-filter-options.config-DOpreqGq.cjs} +0 -0
  1311. /package/components/{dropdown-filter-options.de-BD4yScuN.js → dropdown-filter-options.de-DwvrbGvS.js} +0 -0
  1312. /package/components/{dropdown-filter-options.de-BKjcx_Yc.cjs → dropdown-filter-options.de-UucbCQHk.cjs} +0 -0
  1313. /package/components/{dropdown-filter-options.en-BQZcTE3s.js → dropdown-filter-options.en-Ba3Xc4s0.js} +0 -0
  1314. /package/components/{dropdown-filter-options.en-BpVqhmhS.cjs → dropdown-filter-options.en-qPKI3OkI.cjs} +0 -0
  1315. /package/components/{dropdown-filter-options.es-Bj9u9g5j.js → dropdown-filter-options.es-D2qrEJB0.js} +0 -0
  1316. /package/components/{dropdown-filter-options.es-CC6UVvR1.cjs → dropdown-filter-options.es-DuxPtoGh.cjs} +0 -0
  1317. /package/components/{dropdown-filter-options.fr-DzdLjo5C.cjs → dropdown-filter-options.fr-8c1C7Q97.cjs} +0 -0
  1318. /package/components/{dropdown-filter-options.fr-B35yjNO8.js → dropdown-filter-options.fr-l-6TXrUj.js} +0 -0
  1319. /package/components/{dropdown-filter-options.nl-CGlUQ92D.js → dropdown-filter-options.nl-C1kp_1xz.js} +0 -0
  1320. /package/components/{dropdown-filter-options.nl-jWpfIjAz.cjs → dropdown-filter-options.nl-VhOZQIsg.cjs} +0 -0
  1321. /package/components/{dropdown-filter-positioning.config-kIMLmlTo.js → dropdown-filter-positioning.config-Cx_eI8RX.js} +0 -0
  1322. /package/components/{dropdown-filter-positioning.config-C60NGMLC.cjs → dropdown-filter-positioning.config-q-Oxcu5p.cjs} +0 -0
  1323. /package/components/{dropdown-filter-slots.config-73D-Y0Gn.cjs → dropdown-filter-slots.config-Br8sOnAq.cjs} +0 -0
  1324. /package/components/{dropdown-filter-slots.config-U40RFrVT.js → dropdown-filter-slots.config-DhSNVgpR.js} +0 -0
  1325. /package/components/{dynamic-imageobject-slots.config-Bh2geTe4.cjs → dynamic-imageobject-slots.config-CGSDLvF-.cjs} +0 -0
  1326. /package/components/{dynamic-imageobject-slots.config-BTy6n9Iu.js → dynamic-imageobject-slots.config-HB9ROqvB.js} +0 -0
  1327. /package/components/{edit-option-base-CcfDvBD1.js → edit-option-base-CIsMGXix.js} +0 -0
  1328. /package/components/{edit-option-base-BZQ2iG9I.cjs → edit-option-base-DBfRz1gO.cjs} +0 -0
  1329. /package/components/{es-BMtwk2FQ.cjs → es-DS-aph2K.cjs} +0 -0
  1330. /package/components/{es-DmQBHGsM.js → es-DtnQK5Af.js} +0 -0
  1331. /package/components/{evolution-number-options.de-8ZEpB6q6.cjs → evolution-number-options.de-DQTGcfqa.cjs} +0 -0
  1332. /package/components/{evolution-number-options.de-CEW0LMwl.js → evolution-number-options.de-DsitlPsQ.js} +0 -0
  1333. /package/components/{evolution-number-options.en-e8DZG2EI.cjs → evolution-number-options.en-BPHRkrgL.cjs} +0 -0
  1334. /package/components/{evolution-number-options.en-Cz4Bx_JQ.js → evolution-number-options.en-Xmh8VMwe.js} +0 -0
  1335. /package/components/{evolution-number-options.es-B5iWtydV.js → evolution-number-options.es-D6QD0dIR.js} +0 -0
  1336. /package/components/{evolution-number-options.es-CEkP764Q.cjs → evolution-number-options.es-DHWbbWTh.cjs} +0 -0
  1337. /package/components/{evolution-number-options.fr-CjkCLk_c.cjs → evolution-number-options.fr-DEAU80vS.cjs} +0 -0
  1338. /package/components/{evolution-number-options.fr-Z526WMdW.js → evolution-number-options.fr-Dw7Q83QZ.js} +0 -0
  1339. /package/components/{evolution-number-options.nl-mTvswGpa.cjs → evolution-number-options.nl-DEO1Ligm.cjs} +0 -0
  1340. /package/components/{evolution-number-options.nl-DAMu8qU1.js → evolution-number-options.nl-DNu9r1Uh.js} +0 -0
  1341. /package/components/{evolution-number-slots.config-Dys2Vr2O.js → evolution-number-slots.config-DDJCHQ5V.js} +0 -0
  1342. /package/components/{evolution-number-slots.config-DKsUOnYo.cjs → evolution-number-slots.config-mxEHZbll.cjs} +0 -0
  1343. /package/components/{fi-CSWa3U4h.cjs → fi-DbXbnIlF.cjs} +0 -0
  1344. /package/components/{fi-CC7tbvqS.js → fi-dr1SioMC.js} +0 -0
  1345. /package/components/{fr-DIioDzwp.cjs → fr-CUzKlf1c.cjs} +0 -0
  1346. /package/components/{fr-ckRQZsaV.js → fr-DBwNhPNf.js} +0 -0
  1347. /package/components/{funnel-chart-options.config-Dd_opOOQ.cjs → funnel-chart-options.config-D7i8-alW.cjs} +0 -0
  1348. /package/components/{funnel-chart-options.config-C4rUn05L.js → funnel-chart-options.config-NOn-FuvT.js} +0 -0
  1349. /package/components/{funnel-chart-options.de-Q8fiIsNt.js → funnel-chart-options.de-mCQwNGrQ.js} +0 -0
  1350. /package/components/{funnel-chart-options.de-DAVZMnpu.cjs → funnel-chart-options.de-spsoii6K.cjs} +0 -0
  1351. /package/components/{funnel-chart-options.en-D1XRETh4.cjs → funnel-chart-options.en-Bk3aeecb.cjs} +0 -0
  1352. /package/components/{funnel-chart-options.en-DwKz8dfY.js → funnel-chart-options.en-C09HpdId.js} +0 -0
  1353. /package/components/{funnel-chart-options.es-BlsfUagl.cjs → funnel-chart-options.es-CbwoPnJq.cjs} +0 -0
  1354. /package/components/{funnel-chart-options.es-D7vjnjev.js → funnel-chart-options.es-DHQbhH_J.js} +0 -0
  1355. /package/components/{funnel-chart-options.fr-DC6nc4pO.cjs → funnel-chart-options.fr-Dq_oh83E.cjs} +0 -0
  1356. /package/components/{funnel-chart-options.fr-BYzsO3An.js → funnel-chart-options.fr-cVNkrHrb.js} +0 -0
  1357. /package/components/{funnel-chart-options.nl-wF0pKArN.cjs → funnel-chart-options.nl-CciUmnTE.cjs} +0 -0
  1358. /package/components/{funnel-chart-options.nl-l9rURcEW.js → funnel-chart-options.nl-RkJx1ntj.js} +0 -0
  1359. /package/components/{funnel-chart-slots.config-DA6L3vYu.js → funnel-chart-slots.config-BvBGsmjk.js} +0 -0
  1360. /package/components/{funnel-chart-slots.config-KJ1QBmyT.cjs → funnel-chart-slots.config-DKrdaS_3.cjs} +0 -0
  1361. /package/components/{get-css-variable-BEd39qVL.cjs → get-css-variable-D9AU2CIU.cjs} +0 -0
  1362. /package/components/{he-CkxVggzG.cjs → he-Bxmbik6g.cjs} +0 -0
  1363. /package/components/{he-C24L6Qw5.js → he-C2S_SnvD.js} +0 -0
  1364. /package/components/{heat-map-options.de-jR-RLBPI.js → heat-map-options.de-BWhDL3Rc.js} +0 -0
  1365. /package/components/{heat-map-options.de-Cm6lHKDm.cjs → heat-map-options.de-DPpwOJwm.cjs} +0 -0
  1366. /package/components/{heat-map-options.en-Nf3AAfzO.js → heat-map-options.en-B_NXLKRi.js} +0 -0
  1367. /package/components/{heat-map-options.en-BEBsZQJt.cjs → heat-map-options.en-CU7HFMLM.cjs} +0 -0
  1368. /package/components/{heat-map-options.es-BQXCK4vN.cjs → heat-map-options.es-BRCVWUU6.cjs} +0 -0
  1369. /package/components/{heat-map-options.es-BrpNYMXg.js → heat-map-options.es-DSC9u8FE.js} +0 -0
  1370. /package/components/{heat-map-options.fr-B1C-79_N.cjs → heat-map-options.fr-Bpw5NaT-.cjs} +0 -0
  1371. /package/components/{heat-map-options.fr-Cul1HJ7_.js → heat-map-options.fr-oW1DDU6T.js} +0 -0
  1372. /package/components/{heat-map-options.nl-AVbe3jdO.js → heat-map-options.nl-Dr0DJ1a9.js} +0 -0
  1373. /package/components/{heat-map-options.nl-MbWi-40B.cjs → heat-map-options.nl-JRXL_Sn8.cjs} +0 -0
  1374. /package/components/{heat-map-slots.config-QI76cnjJ.js → heat-map-slots.config-4EElQF98.js} +0 -0
  1375. /package/components/{heat-map-slots.config-DPuqXMEI.cjs → heat-map-slots.config-toWthpNE.cjs} +0 -0
  1376. /package/components/{heat-table-options.de-OJE8DtLo.js → heat-table-options.de-DwaeFZk_.js} +0 -0
  1377. /package/components/{heat-table-options.de-GEdG-k2o.cjs → heat-table-options.de-N8M1Prox.cjs} +0 -0
  1378. /package/components/{heat-table-options.en-BZb9KOg0.cjs → heat-table-options.en-BlIpSskG.cjs} +0 -0
  1379. /package/components/{heat-table-options.en-CjXWe28S.js → heat-table-options.en-Cg4TyzvG.js} +0 -0
  1380. /package/components/{heat-table-options.es-BDeaLSJ0.cjs → heat-table-options.es-D-mzZnna.cjs} +0 -0
  1381. /package/components/{heat-table-options.es-DbXSaFlu.js → heat-table-options.es-D9-hQbIr.js} +0 -0
  1382. /package/components/{heat-table-options.fr-49m2bWpx.cjs → heat-table-options.fr-BTNoq3vB.cjs} +0 -0
  1383. /package/components/{heat-table-options.fr-Cz8hOTSy.js → heat-table-options.fr-j6JIZHwq.js} +0 -0
  1384. /package/components/{heat-table-options.nl-C6qiPlch.cjs → heat-table-options.nl-CxpxKtqI.cjs} +0 -0
  1385. /package/components/{heat-table-options.nl-B1Mowbi7.js → heat-table-options.nl-DIp7MLlD.js} +0 -0
  1386. /package/components/{heat-table-slots.config-OBat5Oq-.js → heat-table-slots.config-CGe1obfh.js} +0 -0
  1387. /package/components/{heat-table-slots.config-FDabtxNC.cjs → heat-table-slots.config-DV1T4RfO.cjs} +0 -0
  1388. /package/components/{helpers-BzJntfeo.cjs → helpers-4m3wrbUG.cjs} +0 -0
  1389. /package/components/{helpers-A-YAi7oz.js → helpers-CBZRoFdg.js} +0 -0
  1390. /package/components/{hexbin-map-options.de-BmDaEFKA.cjs → hexbin-map-options.de-BsMhwswX.cjs} +0 -0
  1391. /package/components/{hexbin-map-options.de-ZyF5XYAy.js → hexbin-map-options.de-XfOpXsgG.js} +0 -0
  1392. /package/components/{hexbin-map-options.en-CLrKfiIr.cjs → hexbin-map-options.en-CMR3kxbq.cjs} +0 -0
  1393. /package/components/{hexbin-map-options.en-BxgTxkQx.js → hexbin-map-options.en-Cn1BMSdP.js} +0 -0
  1394. /package/components/{hexbin-map-options.es-D5ffQEsM.cjs → hexbin-map-options.es-Dd0W5btc.cjs} +0 -0
  1395. /package/components/{hexbin-map-options.es-DafOVyqf.js → hexbin-map-options.es-VvPQXYl_.js} +0 -0
  1396. /package/components/{hexbin-map-options.fr-CXN3yDkt.cjs → hexbin-map-options.fr-B7Xb7ify.cjs} +0 -0
  1397. /package/components/{hexbin-map-options.fr-Dmgoa3-k.js → hexbin-map-options.fr-DsAPvhFK.js} +0 -0
  1398. /package/components/{hexbin-map-options.nl-BHYjFe39.cjs → hexbin-map-options.nl-CvqfCmhS.cjs} +0 -0
  1399. /package/components/{hexbin-map-options.nl-B6che2BN.js → hexbin-map-options.nl-TTDx7w0F.js} +0 -0
  1400. /package/components/{hexbin-map-slots.config-Cz47jBFm.cjs → hexbin-map-slots.config-BAo-xLYy.cjs} +0 -0
  1401. /package/components/{hexbin-map-slots.config-GxLgwc0x.js → hexbin-map-slots.config-BNWX9YXD.js} +0 -0
  1402. /package/components/{hu-D7KD7w2s.cjs → hu-CCt14ec_.cjs} +0 -0
  1403. /package/components/{hu-CakDnbL4.js → hu-ChzZ4FLi.js} +0 -0
  1404. /package/components/{image-options.config-DZuVjDzU.js → image-options.config-D6HTdGoi.js} +0 -0
  1405. /package/components/{image-options.config-G3nagu9C.cjs → image-options.config-DaggpC3a.cjs} +0 -0
  1406. /package/components/{image-options.de-DdU2ZdNA.cjs → image-options.de-DW9WMmEg.cjs} +0 -0
  1407. /package/components/{image-options.de-DO3gxu-G.js → image-options.de-o3rFcCX6.js} +0 -0
  1408. /package/components/{image-options.en-ilm5BNjO.js → image-options.en-BfotlJD4.js} +0 -0
  1409. /package/components/{image-options.en-CqE3lle3.cjs → image-options.en-XF5k9QmZ.cjs} +0 -0
  1410. /package/components/{image-options.es-dlshK7tR.js → image-options.es-C1bR88In.js} +0 -0
  1411. /package/components/{image-options.es-BiJF7QFt.cjs → image-options.es-C1xoDYGF.cjs} +0 -0
  1412. /package/components/{image-options.fr-ZRkdGqeS.cjs → image-options.fr-DVzrKkab.cjs} +0 -0
  1413. /package/components/{image-options.fr-ylqe0zkf.js → image-options.fr-DvuM-Nvg.js} +0 -0
  1414. /package/components/{image-options.nl-BLOtcGBl.cjs → image-options.nl-Cdr24Vwt.cjs} +0 -0
  1415. /package/components/{image-options.nl-CJWbP9ws.js → image-options.nl-D9PU5ose.js} +0 -0
  1416. /package/components/{image-slots.config-B6AKnZ2a.js → image-slots.config-C28vIZcL.js} +0 -0
  1417. /package/components/{image-slots.config-Uon-3aRM.cjs → image-slots.config-Dqm93OYh.cjs} +0 -0
  1418. /package/components/{it-CNjy7kMo.cjs → it-Czry5-br.cjs} +0 -0
  1419. /package/components/{it-CmHmGstf.js → it-D_4Gl4Vs.js} +0 -0
  1420. /package/components/{item-list-TangoJd1.cjs → item-list-BMpMEG17.cjs} +0 -0
  1421. /package/components/{item-list-BS8_0vrY.js → item-list-DM778zWU.js} +0 -0
  1422. /package/components/{ja-FEGc8Sf9.cjs → ja-DLYEeBwD.cjs} +0 -0
  1423. /package/components/{ja-Dm8YAW_Q.js → ja-XFGmFyEe.js} +0 -0
  1424. /package/components/{ko-5PxU49IF.cjs → ko-Cq3bNSoY.cjs} +0 -0
  1425. /package/components/{ko-bEVct3DK.js → ko-Qpg8jwKZ.js} +0 -0
  1426. /package/components/{line-chart-options.de-B6EkjOhP.cjs → line-chart-options.de-Bh4_yDwZ.cjs} +0 -0
  1427. /package/components/{line-chart-options.de-ANpIITSj.js → line-chart-options.de-DxkNLL40.js} +0 -0
  1428. /package/components/{line-chart-options.en-DJgVY0ci.js → line-chart-options.en-BzKL6qlN.js} +0 -0
  1429. /package/components/{line-chart-options.en-Cxcov828.cjs → line-chart-options.en-DwOQVn6Z.cjs} +0 -0
  1430. /package/components/{line-chart-options.es-Dwr7KFml.cjs → line-chart-options.es-B9bpm5X4.cjs} +0 -0
  1431. /package/components/{line-chart-options.es-B8L1DEtV.js → line-chart-options.es-C0sUUaiD.js} +0 -0
  1432. /package/components/{line-chart-options.fr-CpGcBTpC.cjs → line-chart-options.fr-D9MCvdFQ.cjs} +0 -0
  1433. /package/components/{line-chart-options.fr-CTFbCdHG.js → line-chart-options.fr-DgWceVab.js} +0 -0
  1434. /package/components/{line-chart-options.nl-Doi9WwMr.cjs → line-chart-options.nl-BZlL-Vly.cjs} +0 -0
  1435. /package/components/{line-chart-options.nl-0Q9V1FYH.js → line-chart-options.nl-Bnm9s9Wz.js} +0 -0
  1436. /package/components/{line-chart-slots.config-he9rL68H.cjs → line-chart-slots.config-BWzfJJwW.cjs} +0 -0
  1437. /package/components/{line-chart-slots.config-DQt9gQNf.js → line-chart-slots.config-BbHdLOyo.js} +0 -0
  1438. /package/components/{map-tile-providers-DzrCE5vJ.cjs → map-tile-providers-D_77henJ.cjs} +0 -0
  1439. /package/components/{map-tile-providers-BP2iCadG.js → map-tile-providers-Dth08bJQ.js} +0 -0
  1440. /package/components/{marker-map-options.de-Cp9J7dFX.cjs → marker-map-options.de-1vdaJoj-.cjs} +0 -0
  1441. /package/components/{marker-map-options.de-DBsDBVLA.js → marker-map-options.de-CcW1ATcS.js} +0 -0
  1442. /package/components/{marker-map-options.en-Dnud1GNO.cjs → marker-map-options.en-Bn5daK4d.cjs} +0 -0
  1443. /package/components/{marker-map-options.en-C0Ies-Cd.js → marker-map-options.en-DX3jFHm2.js} +0 -0
  1444. /package/components/{marker-map-options.es-DZpyF-dB.cjs → marker-map-options.es-3ed-xNl-.cjs} +0 -0
  1445. /package/components/{marker-map-options.es-BZxpPUFK.js → marker-map-options.es-Biq3gn29.js} +0 -0
  1446. /package/components/{marker-map-options.fr-DRLS4OA6.cjs → marker-map-options.fr-BufkXRnt.cjs} +0 -0
  1447. /package/components/{marker-map-options.fr-DU5FhHg5.js → marker-map-options.fr-CDC79xGH.js} +0 -0
  1448. /package/components/{marker-map-options.nl-CIhUNzkk.js → marker-map-options.nl-B4y6W2ts.js} +0 -0
  1449. /package/components/{marker-map-options.nl-Ds0xtoe-.cjs → marker-map-options.nl-Xom9UEnE.cjs} +0 -0
  1450. /package/components/{marker-map-slots.config-CZ_DKHGq.cjs → marker-map-slots.config-BvuPAbVm.cjs} +0 -0
  1451. /package/components/{marker-map-slots.config-CRhpxxz_.js → marker-map-slots.config-DvV0DC9f.js} +0 -0
  1452. /package/components/{mk-C-b5kXJv.cjs → mk-CX6tWFGL.cjs} +0 -0
  1453. /package/components/{mk-BNzMEf4L.js → mk-CblE-ft8.js} +0 -0
  1454. /package/components/{nl-ITBvifAS.js → nl-B3QObqms.js} +0 -0
  1455. /package/components/{nl-YJBwPJIF.cjs → nl-CC5UMR5B.cjs} +0 -0
  1456. /package/components/{no-CGjDWyTP.cjs → no-CRcBAcaW.cjs} +0 -0
  1457. /package/components/{no-Df0blHl0.js → no-Cy3fZSjP.js} +0 -0
  1458. /package/components/{ohlc-chart-options.config-Bu8NOVTx.js → ohlc-chart-options.config-8L-aILHO.js} +0 -0
  1459. /package/components/{ohlc-chart-options.config-DPkjkwU2.cjs → ohlc-chart-options.config-9nfqpoHy.cjs} +0 -0
  1460. /package/components/{ohlc-chart-options.de-DIfRqsIU.js → ohlc-chart-options.de-CO8zgbTl.js} +0 -0
  1461. /package/components/{ohlc-chart-options.de-6VCJ5goj.cjs → ohlc-chart-options.de-vh9zrAx6.cjs} +0 -0
  1462. /package/components/{ohlc-chart-options.en-DhTuVywa.cjs → ohlc-chart-options.en-DaHGmrtK.cjs} +0 -0
  1463. /package/components/{ohlc-chart-options.en-tPXBRh4-.js → ohlc-chart-options.en-W517Yriv.js} +0 -0
  1464. /package/components/{ohlc-chart-options.es-CRkWDrFI.cjs → ohlc-chart-options.es-Cy2w98EQ.cjs} +0 -0
  1465. /package/components/{ohlc-chart-options.es-D62m2ee-.js → ohlc-chart-options.es-l3A7gc6J.js} +0 -0
  1466. /package/components/{ohlc-chart-options.fr-B3vs0jfp.js → ohlc-chart-options.fr-DgcNBfou.js} +0 -0
  1467. /package/components/{ohlc-chart-options.fr-B6bv6IUd.cjs → ohlc-chart-options.fr-SwLTanJg.cjs} +0 -0
  1468. /package/components/{ohlc-chart-options.nl-zCFUJOrn.cjs → ohlc-chart-options.nl-C7Q_LxMG.cjs} +0 -0
  1469. /package/components/{ohlc-chart-options.nl-BQRAYDm2.js → ohlc-chart-options.nl-I3JIx5N_.js} +0 -0
  1470. /package/components/{ohlc-chart-slots.config-cNcWHDAw.cjs → ohlc-chart-slots.config-BBI8AvP8.cjs} +0 -0
  1471. /package/components/{ohlc-chart-slots.config-C0YWBuDk.js → ohlc-chart-slots.config-DdpJLO9o.js} +0 -0
  1472. /package/components/{orion-CXZv01Vz.cjs → orion-BcuXfN1h.cjs} +0 -0
  1473. /package/components/{orion-CrlqoR-V.js → orion-C1zRb883.js} +0 -0
  1474. /package/components/{parallel-coordinates-plot-options.config-BytA0WpO.cjs → parallel-coordinates-plot-options.config-BWJDkdLS.cjs} +0 -0
  1475. /package/components/{parallel-coordinates-plot-options.config-B-36emjO.js → parallel-coordinates-plot-options.config-CjnBAp8l.js} +0 -0
  1476. /package/components/{parallel-coordinates-plot-options.de-Cgti9NQH.js → parallel-coordinates-plot-options.de-CYmxQH3T.js} +0 -0
  1477. /package/components/{parallel-coordinates-plot-options.de-CbEBd5dG.cjs → parallel-coordinates-plot-options.de-D5fPIsoD.cjs} +0 -0
  1478. /package/components/{parallel-coordinates-plot-options.en-HHmKFtoR.cjs → parallel-coordinates-plot-options.en-C09-PKF2.cjs} +0 -0
  1479. /package/components/{parallel-coordinates-plot-options.en-EvpWY9_X.js → parallel-coordinates-plot-options.en-C5S98cWS.js} +0 -0
  1480. /package/components/{parallel-coordinates-plot-options.es-BM5lYdNe.js → parallel-coordinates-plot-options.es-BcYtww6R.js} +0 -0
  1481. /package/components/{parallel-coordinates-plot-options.es-C6--UfdH.cjs → parallel-coordinates-plot-options.es-CQaQc1Tq.cjs} +0 -0
  1482. /package/components/{parallel-coordinates-plot-options.fr-_1CfPtwp.js → parallel-coordinates-plot-options.fr-D3PpA0os.js} +0 -0
  1483. /package/components/{parallel-coordinates-plot-options.fr-BMcjAxjn.cjs → parallel-coordinates-plot-options.fr-q28IjNKv.cjs} +0 -0
  1484. /package/components/{parallel-coordinates-plot-options.nl-B3G8W_Fq.cjs → parallel-coordinates-plot-options.nl-Cc9dj7ZQ.cjs} +0 -0
  1485. /package/components/{parallel-coordinates-plot-options.nl-BvtJvZeX.js → parallel-coordinates-plot-options.nl-P48jxvEs.js} +0 -0
  1486. /package/components/{parallel-coordinates-plot-slots.config-GETpriBK.js → parallel-coordinates-plot-slots.config-B0ux12Y7.js} +0 -0
  1487. /package/components/{parallel-coordinates-plot-slots.config-OGoFjEQs.cjs → parallel-coordinates-plot-slots.config-D0nw4yez.cjs} +0 -0
  1488. /package/components/{period-over-period-condition.const-DidaaCS0.js → period-over-period-condition.const-DasWQHju.js} +0 -0
  1489. /package/components/{period-over-period-condition.const-Ol98e4ut.cjs → period-over-period-condition.const-wVwKUthh.cjs} +0 -0
  1490. /package/components/{periods.const-Y8pGK8gS.cjs → periods.const-CX2ZWWrf.cjs} +0 -0
  1491. /package/components/{periods.const-BvhUPGEq.js → periods.const-Ch6SfeaG.js} +0 -0
  1492. /package/components/{pinky-D_6iIUne.cjs → pinky-B0e-EdVc.cjs} +0 -0
  1493. /package/components/{pinky-Utzj2BAP.js → pinky-BcDsL5CK.js} +0 -0
  1494. /package/components/{pivot-table-options.de-Db7QyFOz.cjs → pivot-table-options.de-D3Uyd9Qz.cjs} +0 -0
  1495. /package/components/{pivot-table-options.de-StH9w_IM.js → pivot-table-options.de-Iyh97wrP.js} +0 -0
  1496. /package/components/{pivot-table-options.en-DQ0vzp35.js → pivot-table-options.en-CcdbmgVx.js} +0 -0
  1497. /package/components/{pivot-table-options.en-B7LlHWLG.cjs → pivot-table-options.en-Y-3vIDtq.cjs} +0 -0
  1498. /package/components/{pivot-table-options.es-gMEnU4ON.cjs → pivot-table-options.es-CiLpGJJd.cjs} +0 -0
  1499. /package/components/{pivot-table-options.es-BOk0gjjm.js → pivot-table-options.es-CzaZwwcO.js} +0 -0
  1500. /package/components/{pivot-table-options.fr-DvWyapR5.cjs → pivot-table-options.fr-ZhJq-Vh0.cjs} +0 -0
  1501. /package/components/{pivot-table-options.fr-B0McwqAi.js → pivot-table-options.fr-vyY7VZZh.js} +0 -0
  1502. /package/components/{pivot-table-options.nl-cgOaZ3jD.js → pivot-table-options.nl-B7e8GON4.js} +0 -0
  1503. /package/components/{pivot-table-options.nl-946xmp8D.cjs → pivot-table-options.nl-CO1zHkNP.cjs} +0 -0
  1504. /package/components/{pivot-table-slots.config-C4k9GZWS.cjs → pivot-table-slots.config-DA9G1J8i.cjs} +0 -0
  1505. /package/components/{pivot-table-slots.config-BZ0TAOz6.js → pivot-table-slots.config-PVLQ1stE.js} +0 -0
  1506. /package/components/{pl-DQT0lOku.js → pl-CoSiUM4w.js} +0 -0
  1507. /package/components/{pl-CfM_QQY3.cjs → pl-Cy4MfWob.cjs} +0 -0
  1508. /package/components/{positioning.config-5A-tB2NB.cjs → positioning.config-BZxTw1bk.cjs} +0 -0
  1509. /package/components/{positioning.config-BKTbR4Bp.js → positioning.config-Qw_7FByN.js} +0 -0
  1510. /package/components/{pt-BG8tUZi8.cjs → pt-BmXZldF9.cjs} +0 -0
  1511. /package/components/{pt-DOwuw8So.js → pt-DnQKSJyE.js} +0 -0
  1512. /package/components/{pyramid-chart-options.de-BTBS9LTA.js → pyramid-chart-options.de-BJ20AR8v.js} +0 -0
  1513. /package/components/{pyramid-chart-options.de-CpS1b6YQ.cjs → pyramid-chart-options.de-BQ8j1EPM.cjs} +0 -0
  1514. /package/components/{pyramid-chart-options.en-B3hh9rXT.cjs → pyramid-chart-options.en-BqVdnoBK.cjs} +0 -0
  1515. /package/components/{pyramid-chart-options.en-mpSXDeNW.js → pyramid-chart-options.en-hnlQoi2n.js} +0 -0
  1516. /package/components/{pyramid-chart-options.es-BJlMH4Jq.cjs → pyramid-chart-options.es-2gssN9xN.cjs} +0 -0
  1517. /package/components/{pyramid-chart-options.es-CNMWL3mm.js → pyramid-chart-options.es-AFcQ3y8v.js} +0 -0
  1518. /package/components/{pyramid-chart-options.fr-4Chxq0l_.cjs → pyramid-chart-options.fr-D4X4LkD4.cjs} +0 -0
  1519. /package/components/{pyramid-chart-options.fr-DifsdKcZ.js → pyramid-chart-options.fr-dT_bHV7R.js} +0 -0
  1520. /package/components/{pyramid-chart-options.nl-D45NFWi3.cjs → pyramid-chart-options.nl-CPdfermO.cjs} +0 -0
  1521. /package/components/{pyramid-chart-options.nl-DzS0wXyI.js → pyramid-chart-options.nl-CrzgQwxU.js} +0 -0
  1522. /package/components/{pyramid-chart-slots.config-CEGS9K22.cjs → pyramid-chart-slots.config-0UxfRRXG.cjs} +0 -0
  1523. /package/components/{pyramid-chart-slots.config-_hnnr9Nt.js → pyramid-chart-slots.config-BkXj42Sz.js} +0 -0
  1524. /package/components/{radar-chart-options.de-BCeFcCk5.js → radar-chart-options.de-BJNYwSU9.js} +0 -0
  1525. /package/components/{radar-chart-options.de-DYfAvVKe.cjs → radar-chart-options.de-Bt2vKovl.cjs} +0 -0
  1526. /package/components/{radar-chart-options.en-YAENl_zs.js → radar-chart-options.en--kOe8g-X.js} +0 -0
  1527. /package/components/{radar-chart-options.en-D70fyBZo.cjs → radar-chart-options.en-DceWiBCu.cjs} +0 -0
  1528. /package/components/{radar-chart-options.es-CpyxJ5bD.js → radar-chart-options.es-BLbMc8cQ.js} +0 -0
  1529. /package/components/{radar-chart-options.es-h4skVrxv.cjs → radar-chart-options.es-DgmNCFxH.cjs} +0 -0
  1530. /package/components/{radar-chart-options.fr-DcudD8YI.cjs → radar-chart-options.fr-CDPtRDOa.cjs} +0 -0
  1531. /package/components/{radar-chart-options.fr-CR3Gbk2-.js → radar-chart-options.fr-CK5qgOZr.js} +0 -0
  1532. /package/components/{radar-chart-options.nl-D_BVMbsl.cjs → radar-chart-options.nl-Cav-G5Vb.cjs} +0 -0
  1533. /package/components/{radar-chart-options.nl-DtMFtXgf.js → radar-chart-options.nl-Cwh5ib8F.js} +0 -0
  1534. /package/components/{radar-chart-slots.config-DglVp0-Q.js → radar-chart-slots.config-DVaiK7je.js} +0 -0
  1535. /package/components/{radar-chart-slots.config-CK7pmT5I.cjs → radar-chart-slots.config-nrL3a99e.cjs} +0 -0
  1536. /package/components/{radiant-DN4mnBWB.cjs → radiant-DQ6-T3N9.cjs} +0 -0
  1537. /package/components/{radiant-CmR11Fhg.js → radiant-Ea84f0KP.js} +0 -0
  1538. /package/components/{regular-table-options.de-CyrW5PRq.cjs → regular-table-options.de-D5DsJi3n.cjs} +0 -0
  1539. /package/components/{regular-table-options.de-CX_NT9Il.js → regular-table-options.de-Dn5Ww0P5.js} +0 -0
  1540. /package/components/{regular-table-options.en-CEz_8QWe.js → regular-table-options.en-BQoRdbgi.js} +0 -0
  1541. /package/components/{regular-table-options.en-ZwSLqvQT.cjs → regular-table-options.en-BmlkGVts.cjs} +0 -0
  1542. /package/components/{regular-table-options.es-JlfHUEdS.js → regular-table-options.es-CKAUeWpk.js} +0 -0
  1543. /package/components/{regular-table-options.es-Cv8KWjED.cjs → regular-table-options.es-CSnoarrx.cjs} +0 -0
  1544. /package/components/{regular-table-options.fr-ldLMNRUo.js → regular-table-options.fr-DfupsEMT.js} +0 -0
  1545. /package/components/{regular-table-options.fr-BqoEaopj.cjs → regular-table-options.fr-DhvyiwST.cjs} +0 -0
  1546. /package/components/{regular-table-options.nl-CfPAvA3r.cjs → regular-table-options.nl-BxdRz_LV.cjs} +0 -0
  1547. /package/components/{regular-table-options.nl-Is4qvcks.js → regular-table-options.nl-CZpBFGZm.js} +0 -0
  1548. /package/components/{regular-table-positioning.config-BnEM32zl.cjs → regular-table-positioning.config-BKRNRelT.cjs} +0 -0
  1549. /package/components/{regular-table-positioning.config-BFK4vs54.js → regular-table-positioning.config-BMqrUtQi.js} +0 -0
  1550. /package/components/{regular-table-slots.config-DOBsa3kf.cjs → regular-table-slots.config-Ca5pwQi_.cjs} +0 -0
  1551. /package/components/{regular-table-slots.config-l3pBeARl.js → regular-table-slots.config-XwltiuSF.js} +0 -0
  1552. /package/components/{route-map-options.de-DES2fU2e.cjs → route-map-options.de-C1fdk0i_.cjs} +0 -0
  1553. /package/components/{route-map-options.de-ZspoUjNT.js → route-map-options.de-DtphMRWw.js} +0 -0
  1554. /package/components/{route-map-options.en-D81YAT4y.cjs → route-map-options.en-BmynSxLe.cjs} +0 -0
  1555. /package/components/{route-map-options.en-BQWukXZm.js → route-map-options.en-Cdd7ovK3.js} +0 -0
  1556. /package/components/{route-map-options.es-Cj41Ilra.js → route-map-options.es-Ckiq2-SN.js} +0 -0
  1557. /package/components/{route-map-options.es-SuJ-zCk9.cjs → route-map-options.es-wEsbyCjc.cjs} +0 -0
  1558. /package/components/{route-map-options.fr-D0CSCizJ.js → route-map-options.fr-Be3oKjDd.js} +0 -0
  1559. /package/components/{route-map-options.fr-ewe0hRCq.cjs → route-map-options.fr-Bu_I9YBo.cjs} +0 -0
  1560. /package/components/{route-map-options.nl-D2-nJI8K.cjs → route-map-options.nl-DyCU2oFB.cjs} +0 -0
  1561. /package/components/{route-map-options.nl-CNAoQEl6.js → route-map-options.nl-PSjdbIWG.js} +0 -0
  1562. /package/components/{route-map-slots.config-BDtJIFTs.cjs → route-map-slots.config-DVnRAhVY.cjs} +0 -0
  1563. /package/components/{route-map-slots.config-6Frl5EhN.js → route-map-slots.config-lDXySIWv.js} +0 -0
  1564. /package/components/{royale-BL4il4mK.js → royale-BCPwhlnM.js} +0 -0
  1565. /package/components/{royale-Cf939llJ.cjs → royale-CDYCwQry.cjs} +0 -0
  1566. /package/components/{ru-BH9Sbh2R.js → ru-_1cVpawL.js} +0 -0
  1567. /package/components/{ru-BAiTD9KN.cjs → ru-fWz2GIGG.cjs} +0 -0
  1568. /package/components/{sankey-diagram-options.de-COciCFIG.cjs → sankey-diagram-options.de-DJJlDCLQ.cjs} +0 -0
  1569. /package/components/{sankey-diagram-options.de-DGOQT-3y.js → sankey-diagram-options.de-DfXTJ-I1.js} +0 -0
  1570. /package/components/{sankey-diagram-options.en-jwUOUD8p.js → sankey-diagram-options.en-DYW2TJiY.js} +0 -0
  1571. /package/components/{sankey-diagram-options.en-DQjq_7ZC.cjs → sankey-diagram-options.en-M7rOqzVB.cjs} +0 -0
  1572. /package/components/{sankey-diagram-options.es-DbTSvAVs.js → sankey-diagram-options.es-D1qtZuOm.js} +0 -0
  1573. /package/components/{sankey-diagram-options.es-o_On86q5.cjs → sankey-diagram-options.es-Dm4Qw9uu.cjs} +0 -0
  1574. /package/components/{sankey-diagram-options.fr-Du1fnCuH.js → sankey-diagram-options.fr-CLqEXn0-.js} +0 -0
  1575. /package/components/{sankey-diagram-options.fr-BMletjS4.cjs → sankey-diagram-options.fr-Rxno7l7m.cjs} +0 -0
  1576. /package/components/{sankey-diagram-options.nl-CX3x9Sv7.cjs → sankey-diagram-options.nl-DUcImgmg.cjs} +0 -0
  1577. /package/components/{sankey-diagram-options.nl-BwD6Dq9r.js → sankey-diagram-options.nl-OWm48tC4.js} +0 -0
  1578. /package/components/{sankey-diagram-slots.config-Bs4VNycu.js → sankey-diagram-slots.config-DUfGgSFE.js} +0 -0
  1579. /package/components/{sankey-diagram-slots.config-DXoQmMo3.cjs → sankey-diagram-slots.config-R4T4fn3A.cjs} +0 -0
  1580. /package/components/{scatter-plot-options.de-CXT01ajv.cjs → scatter-plot-options.de-CZqMX56b.cjs} +0 -0
  1581. /package/components/{scatter-plot-options.de-CpWJnYyE.js → scatter-plot-options.de-DfAfUgsx.js} +0 -0
  1582. /package/components/{scatter-plot-options.en-oFJl19VH.cjs → scatter-plot-options.en-CRKfYmAC.cjs} +0 -0
  1583. /package/components/{scatter-plot-options.en-BGik7Drb.js → scatter-plot-options.en-_kvECw78.js} +0 -0
  1584. /package/components/{scatter-plot-options.es-b-qg4XU8.js → scatter-plot-options.es-PLa-Ykn0.js} +0 -0
  1585. /package/components/{scatter-plot-options.es-CuvNZCyR.cjs → scatter-plot-options.es-zbpgLFeN.cjs} +0 -0
  1586. /package/components/{scatter-plot-options.fr-B_86fpS5.cjs → scatter-plot-options.fr-ZLwi6hx6.cjs} +0 -0
  1587. /package/components/{scatter-plot-options.fr-DGqiBF8o.js → scatter-plot-options.fr-gZc7XqGE.js} +0 -0
  1588. /package/components/{scatter-plot-options.nl-CvO1EGCb.js → scatter-plot-options.nl-CywDkI4T.js} +0 -0
  1589. /package/components/{scatter-plot-options.nl-COIbcn-K.cjs → scatter-plot-options.nl-DY0JBMrF.cjs} +0 -0
  1590. /package/components/{scatter-plot-slots.config-DC05yt8y.js → scatter-plot-slots.config-BQAcyCm9.js} +0 -0
  1591. /package/components/{scatter-plot-slots.config-CTjmVpPf.cjs → scatter-plot-slots.config-CmM7I0mO.cjs} +0 -0
  1592. /package/components/{search-filter-options.config-BMZBx7yt.js → search-filter-options.config-CHTr5FjE.js} +0 -0
  1593. /package/components/{search-filter-options.config-DNMl8gEz.cjs → search-filter-options.config-hOBhB6oM.cjs} +0 -0
  1594. /package/components/{search-filter-options.de-C75s5BLa.cjs → search-filter-options.de-CIbSBcij.cjs} +0 -0
  1595. /package/components/{search-filter-options.de-0cYeEHGL.js → search-filter-options.de-DQmsVlIX.js} +0 -0
  1596. /package/components/{search-filter-options.en-CXgWgXAD.js → search-filter-options.en-BW3-eu_1.js} +0 -0
  1597. /package/components/{search-filter-options.en-BrGQ1n6e.cjs → search-filter-options.en-BuKuiRkM.cjs} +0 -0
  1598. /package/components/{search-filter-options.es-BYaIJNc4.cjs → search-filter-options.es-BB0-U7yM.cjs} +0 -0
  1599. /package/components/{search-filter-options.es-BQ1gU4jF.js → search-filter-options.es-CS-Pj_6X.js} +0 -0
  1600. /package/components/{search-filter-options.fr-BjjQ0xp9.js → search-filter-options.fr-DHrPRNL3.js} +0 -0
  1601. /package/components/{search-filter-options.fr-MSe-YmzV.cjs → search-filter-options.fr-n81Vq0a0.cjs} +0 -0
  1602. /package/components/{search-filter-options.nl-C1OOKPIp.cjs → search-filter-options.nl-B7VXgsK5.cjs} +0 -0
  1603. /package/components/{search-filter-options.nl-BLuyucQ9.js → search-filter-options.nl-D4rtkh83.js} +0 -0
  1604. /package/components/{search-filter-positioning.config-9gkWzWfn.cjs → search-filter-positioning.config-BgyiOtHA.cjs} +0 -0
  1605. /package/components/{search-filter-positioning.config-Dai-sqUn.js → search-filter-positioning.config-CbMEIf70.js} +0 -0
  1606. /package/components/{search-filter-slots.config-DaRVHuvJ.cjs → search-filter-slots.config-D-id3Q-s.cjs} +0 -0
  1607. /package/components/{search-filter-slots.config-DprJdgfj.js → search-filter-slots.config-Dw1984vY.js} +0 -0
  1608. /package/components/{seasonal-Io0RqRpC.js → seasonal-BZFwWrzW.js} +0 -0
  1609. /package/components/{seasonal-Bh5Uxies.cjs → seasonal-QZpk-qX-.cjs} +0 -0
  1610. /package/components/{slicer-filter-options.de-BbC9p9h_.js → slicer-filter-options.de-9ltxfa8k.js} +0 -0
  1611. /package/components/{slicer-filter-options.de-Bwg2FsCR.cjs → slicer-filter-options.de-Cwy0kMs7.cjs} +0 -0
  1612. /package/components/{slicer-filter-options.en-C9uPWt9l.cjs → slicer-filter-options.en-BSySPrNz.cjs} +0 -0
  1613. /package/components/{slicer-filter-options.en-5ZEazXJC.js → slicer-filter-options.en-DlvikARI.js} +0 -0
  1614. /package/components/{slicer-filter-options.es-DIB0-57M.js → slicer-filter-options.es-Bm3wSiYd.js} +0 -0
  1615. /package/components/{slicer-filter-options.es--JkCD0Gq.cjs → slicer-filter-options.es-CkYXNblb.cjs} +0 -0
  1616. /package/components/{slicer-filter-options.fr-ByH-SnH6.cjs → slicer-filter-options.fr-DnyWCCSm.cjs} +0 -0
  1617. /package/components/{slicer-filter-options.fr-o_qKPBb5.js → slicer-filter-options.fr-QWyeK2NL.js} +0 -0
  1618. /package/components/{slicer-filter-options.nl-BrdwOSR4.cjs → slicer-filter-options.nl-Cn9U6ZFp.cjs} +0 -0
  1619. /package/components/{slicer-filter-options.nl-C95Az9Ms.js → slicer-filter-options.nl-KPDT1ahs.js} +0 -0
  1620. /package/components/{slicer-filter-slots.config-CrmlvhyC.js → slicer-filter-slots.config-BUHyjBAh.js} +0 -0
  1621. /package/components/{slicer-filter-slots.config-BSrNTRRB.cjs → slicer-filter-slots.config-D1s68EWl.cjs} +0 -0
  1622. /package/components/{slider-filter-options.de-DnTgDran.cjs → slider-filter-options.de-Ca4zX54z.cjs} +0 -0
  1623. /package/components/{slider-filter-options.de-C0btCkkL.js → slider-filter-options.de-SPRKc85h.js} +0 -0
  1624. /package/components/{slider-filter-options.en-CWkHHBtN.cjs → slider-filter-options.en-BuM08ljg.cjs} +0 -0
  1625. /package/components/{slider-filter-options.en-eds7lQRf.js → slider-filter-options.en-JMkjVGnU.js} +0 -0
  1626. /package/components/{slider-filter-options.es-CqRkyqvL.cjs → slider-filter-options.es-BAar4d2E.cjs} +0 -0
  1627. /package/components/{slider-filter-options.es-BtJp2dn6.js → slider-filter-options.es-B_7aCJa6.js} +0 -0
  1628. /package/components/{slider-filter-options.fr-CeBZRdkc.js → slider-filter-options.fr-BkqPe3Oc.js} +0 -0
  1629. /package/components/{slider-filter-options.fr-BhD1l6f_.cjs → slider-filter-options.fr-qfYuH72B.cjs} +0 -0
  1630. /package/components/{slider-filter-options.nl-C3xN2FDd.js → slider-filter-options.nl-BlCRLcfG.js} +0 -0
  1631. /package/components/{slider-filter-options.nl-DQ3z-gKf.cjs → slider-filter-options.nl-CA9X6wWI.cjs} +0 -0
  1632. /package/components/{slider-filter-positioning.config-DOmWLEk-.js → slider-filter-positioning.config-D2swlcJ4.js} +0 -0
  1633. /package/components/{slider-filter-positioning.config-CivQ4Yel.cjs → slider-filter-positioning.config-DmA8AxZO.cjs} +0 -0
  1634. /package/components/{slider-filter-slots.config-jyI5D63x.cjs → slider-filter-slots.config-DmuQo_Wl.cjs} +0 -0
  1635. /package/components/{slider-filter-slots.config-B7EPpZOo.js → slider-filter-slots.config-qZO-Jh4V.js} +0 -0
  1636. /package/components/{slot-labels.config-qPjdQ64P.js → slot-labels.config-BNi-I1ba.js} +0 -0
  1637. /package/components/{slot-labels.config-B_S_0RHd.cjs → slot-labels.config-BdrqhsYJ.cjs} +0 -0
  1638. /package/components/{spacer-options.config-CyCKN7E_.cjs → spacer-options.config-CI1ktR36.cjs} +0 -0
  1639. /package/components/{spacer-options.config-CjFjHimH.js → spacer-options.config-CbSFK1JI.js} +0 -0
  1640. /package/components/{speedometer-chart-options.de-B5KnXVUp.js → speedometer-chart-options.de-Df-STBcN.js} +0 -0
  1641. /package/components/{speedometer-chart-options.de-DPaeVJZH.cjs → speedometer-chart-options.de-FqdMCkP_.cjs} +0 -0
  1642. /package/components/{speedometer-chart-options.en-osF0dXRq.js → speedometer-chart-options.en-BXWzUXFO.js} +0 -0
  1643. /package/components/{speedometer-chart-options.en-K6st9hcB.cjs → speedometer-chart-options.en-CCMfrJUy.cjs} +0 -0
  1644. /package/components/{speedometer-chart-options.es-BRE7UTSM.js → speedometer-chart-options.es-D3Ph-Rcx.js} +0 -0
  1645. /package/components/{speedometer-chart-options.es-CJMOudev.cjs → speedometer-chart-options.es-lhwiQ2qP.cjs} +0 -0
  1646. /package/components/{speedometer-chart-options.fr-BQ32fFEs.cjs → speedometer-chart-options.fr-Cx3lxDOR.cjs} +0 -0
  1647. /package/components/{speedometer-chart-options.fr-CxeKRh80.js → speedometer-chart-options.fr-DSWMfKpP.js} +0 -0
  1648. /package/components/{speedometer-chart-options.nl-Bo3eEP7k.cjs → speedometer-chart-options.nl-Co4gG3q4.cjs} +0 -0
  1649. /package/components/{speedometer-chart-options.nl-BQ_EE544.js → speedometer-chart-options.nl-NHI-ac_S.js} +0 -0
  1650. /package/components/{speedometer-chart-slots.config-_Dt7yZJj.cjs → speedometer-chart-slots.config-BN6mewCu.cjs} +0 -0
  1651. /package/components/{speedometer-chart-slots.config-JmZUhSPo.js → speedometer-chart-slots.config-BgLpOuXQ.js} +0 -0
  1652. /package/components/{spike-map-options.de-CiKwjueR.cjs → spike-map-options.de-BxDg1Tm-.cjs} +0 -0
  1653. /package/components/{spike-map-options.de-Cb2iL-Ze.js → spike-map-options.de-CYzXosOv.js} +0 -0
  1654. /package/components/{spike-map-options.en-cRasf8eb.js → spike-map-options.en-CPwkTwCf.js} +0 -0
  1655. /package/components/{spike-map-options.en-HBbjwj6x.cjs → spike-map-options.en-X3WARWun.cjs} +0 -0
  1656. /package/components/{spike-map-options.es-CJTJGKnz.cjs → spike-map-options.es-B610DM-j.cjs} +0 -0
  1657. /package/components/{spike-map-options.es-BXfbQnL3.js → spike-map-options.es-BtKB0RYI.js} +0 -0
  1658. /package/components/{spike-map-options.fr-BPQuv1vj.cjs → spike-map-options.fr-CUCYB2YQ.cjs} +0 -0
  1659. /package/components/{spike-map-options.fr-CQ-WluCM.js → spike-map-options.fr-CsPYmk6X.js} +0 -0
  1660. /package/components/{spike-map-options.nl-Ds-nqo0k.cjs → spike-map-options.nl-1sXyIvT3.cjs} +0 -0
  1661. /package/components/{spike-map-options.nl-CZYvvPuu.js → spike-map-options.nl-D3xhl1AL.js} +0 -0
  1662. /package/components/{spike-map-slots.config-BV3_0WRl.js → spike-map-slots.config-CeraclW1.js} +0 -0
  1663. /package/components/{spike-map-slots.config-9ZEXnlp8.cjs → spike-map-slots.config-DI9nBGoR.cjs} +0 -0
  1664. /package/components/{strip-plot-options.config-CgBA4NxB.cjs → strip-plot-options.config-C5QzqqZw.cjs} +0 -0
  1665. /package/components/{strip-plot-options.config-AYL58b7P.js → strip-plot-options.config-CGeDXxPZ.js} +0 -0
  1666. /package/components/{strip-plot-options.de-CTqGnQTC.js → strip-plot-options.de-CznXLMmP.js} +0 -0
  1667. /package/components/{strip-plot-options.de-DG3Caq0G.cjs → strip-plot-options.de-D9lXIh89.cjs} +0 -0
  1668. /package/components/{strip-plot-options.en-BpYXyCoU.cjs → strip-plot-options.en-BUheFbOo.cjs} +0 -0
  1669. /package/components/{strip-plot-options.en-Dl-6-K4Y.js → strip-plot-options.en-D1hlL9xn.js} +0 -0
  1670. /package/components/{strip-plot-options.es-CwRZMa96.cjs → strip-plot-options.es-Db35y2Gr.cjs} +0 -0
  1671. /package/components/{strip-plot-options.es-aVFDJc39.js → strip-plot-options.es-DqOD3-9y.js} +0 -0
  1672. /package/components/{strip-plot-options.fr-DYs1rb8p.cjs → strip-plot-options.fr-BE-zAq2Y.cjs} +0 -0
  1673. /package/components/{strip-plot-options.fr-BO3zJhxG.js → strip-plot-options.fr-DJpU8D22.js} +0 -0
  1674. /package/components/{strip-plot-options.nl-Dho1DztS.cjs → strip-plot-options.nl-BjAkCPF6.cjs} +0 -0
  1675. /package/components/{strip-plot-options.nl-DJJOPEUh.js → strip-plot-options.nl-CgYj8MRW.js} +0 -0
  1676. /package/components/{strip-plot-slots.config-CNSjUUaF.js → strip-plot-slots.config-DpVj4TCJ.js} +0 -0
  1677. /package/components/{strip-plot-slots.config--NTWSmKk.cjs → strip-plot-slots.config-sQCZFRAR.cjs} +0 -0
  1678. /package/components/{sunburst-chart-options.config-k_W2g9aA.cjs → sunburst-chart-options.config-D7dU2Nef.cjs} +0 -0
  1679. /package/components/{sunburst-chart-options.config-Doff4pI1.js → sunburst-chart-options.config-Iv2td_T8.js} +0 -0
  1680. /package/components/{sunburst-chart-options.de-BFxJZnyz.cjs → sunburst-chart-options.de-ExKl_9iP.cjs} +0 -0
  1681. /package/components/{sunburst-chart-options.de-Wc1ocqxX.js → sunburst-chart-options.de-Wh9wGDoy.js} +0 -0
  1682. /package/components/{sunburst-chart-options.en-B9ChzXa_.cjs → sunburst-chart-options.en-BX6LCBkx.cjs} +0 -0
  1683. /package/components/{sunburst-chart-options.en-CGgo3pyV.js → sunburst-chart-options.en-CuEjCKZf.js} +0 -0
  1684. /package/components/{sunburst-chart-options.es-CgJhUmdU.js → sunburst-chart-options.es-C0JZtuNM.js} +0 -0
  1685. /package/components/{sunburst-chart-options.es-BfLAhWX9.cjs → sunburst-chart-options.es-DmkadHJ5.cjs} +0 -0
  1686. /package/components/{sunburst-chart-options.fr-C2-8dYlS.js → sunburst-chart-options.fr-BxDRF5q9.js} +0 -0
  1687. /package/components/{sunburst-chart-options.fr-D0jQwGWU.cjs → sunburst-chart-options.fr-DOZ2Emtz.cjs} +0 -0
  1688. /package/components/{sunburst-chart-options.nl-BfDAnwH6.js → sunburst-chart-options.nl-CeqIu17N.js} +0 -0
  1689. /package/components/{sunburst-chart-options.nl-CC5fOH_y.cjs → sunburst-chart-options.nl-ECPhYZLe.cjs} +0 -0
  1690. /package/components/{sunburst-chart-slots.config-bkM_lXWb.js → sunburst-chart-slots.config-DNB_xlT6.js} +0 -0
  1691. /package/components/{sunburst-chart-slots.config-B429i-Rs.cjs → sunburst-chart-slots.config-D_IvmJsL.cjs} +0 -0
  1692. /package/components/{sv-B9jy1R3Z.cjs → sv-BJHpfzAX.cjs} +0 -0
  1693. /package/components/{sv-CrHTx0U0.js → sv-DHtpgTI-.js} +0 -0
  1694. /package/components/{symbol-map-options.de-Cr4zopF3.js → symbol-map-options.de-B-WtWu2H.js} +0 -0
  1695. /package/components/{symbol-map-options.de-CBvH7KAs.cjs → symbol-map-options.de-BPz2gFlZ.cjs} +0 -0
  1696. /package/components/{symbol-map-options.en-Dha-VIbS.js → symbol-map-options.en-Cg_XG8EK.js} +0 -0
  1697. /package/components/{symbol-map-options.en-ClrxZ4Qh.cjs → symbol-map-options.en-SCaCzh96.cjs} +0 -0
  1698. /package/components/{symbol-map-options.es-DXu3Xb6x.cjs → symbol-map-options.es-CPFXc3Ww.cjs} +0 -0
  1699. /package/components/{symbol-map-options.es-DX0Yxbxr.js → symbol-map-options.es-DsMamlwV.js} +0 -0
  1700. /package/components/{symbol-map-options.fr-kQaub1Jk.cjs → symbol-map-options.fr-BGnn0oXs.cjs} +0 -0
  1701. /package/components/{symbol-map-options.fr-C0Th8_5T.js → symbol-map-options.fr-C2dliwc7.js} +0 -0
  1702. /package/components/{symbol-map-options.nl-BiHiens_.cjs → symbol-map-options.nl-CFNnetIH.cjs} +0 -0
  1703. /package/components/{symbol-map-options.nl-BEZTPLyS.js → symbol-map-options.nl-DvL19fL-.js} +0 -0
  1704. /package/components/{symbol-map-slots.config-CF_V-ehV.cjs → symbol-map-slots.config-BCgIc6Vk.cjs} +0 -0
  1705. /package/components/{symbol-map-slots.config-B3EIspSh.js → symbol-map-slots.config-Cj12KTFx.js} +0 -0
  1706. /package/components/{text-options.config-0v8Y2Cys.js → text-options.config-DwBvbTz5.js} +0 -0
  1707. /package/components/{text-options.config-t_yJY-B0.cjs → text-options.config-Zu_s1esi.cjs} +0 -0
  1708. /package/components/{text-options.de-c8nDPYvh.js → text-options.de-B85BSnr3.js} +0 -0
  1709. /package/components/{text-options.de-DxesNRyU.cjs → text-options.de-toiuT5SI.cjs} +0 -0
  1710. /package/components/{text-options.en-CG7p3vaz.js → text-options.en-D9akV2DO.js} +0 -0
  1711. /package/components/{text-options.en-DSOSKh_T.cjs → text-options.en-gciNl9jC.cjs} +0 -0
  1712. /package/components/{text-options.es-CtbcnhnU.js → text-options.es-CBOjuaIu.js} +0 -0
  1713. /package/components/{text-options.es-DlY6nQRX.cjs → text-options.es-DZXVtmC4.cjs} +0 -0
  1714. /package/components/{text-options.fr-ESCewZEA.cjs → text-options.fr-BwtyfY14.cjs} +0 -0
  1715. /package/components/{text-options.fr--Y7Ddi98.js → text-options.fr-rlX0P1Cr.js} +0 -0
  1716. /package/components/{text-options.nl-XkXQADFV.cjs → text-options.nl-BLB5DcLA.cjs} +0 -0
  1717. /package/components/{text-options.nl-Bqutrhsm.js → text-options.nl-epL5NErl.js} +0 -0
  1718. /package/components/{text-slots.config-CObj8m4M.cjs → text-slots.config-Ce74Bgnl.cjs} +0 -0
  1719. /package/components/{text-slots.config-CNcnAAyN.js → text-slots.config-CeqXPUsB.js} +0 -0
  1720. /package/components/{tr-w_xVoOdm.js → tr-CQDEbLH9.js} +0 -0
  1721. /package/components/{tr-Ko_ktQZr.cjs → tr-Ctcalxbu.cjs} +0 -0
  1722. /package/components/{treemap-chart-options.de-BG-Ru4NW.js → treemap-chart-options.de-BGyjb84d.js} +0 -0
  1723. /package/components/{treemap-chart-options.de-BgVeThzQ.cjs → treemap-chart-options.de-Dd-fo16q.cjs} +0 -0
  1724. /package/components/{treemap-chart-options.en-DZyEtdWP.cjs → treemap-chart-options.en--5b2v-Ui.cjs} +0 -0
  1725. /package/components/{treemap-chart-options.en-reO3FTrJ.js → treemap-chart-options.en-CQPWiBkJ.js} +0 -0
  1726. /package/components/{treemap-chart-options.es-CeThqYnc.cjs → treemap-chart-options.es-DAwvNweL.cjs} +0 -0
  1727. /package/components/{treemap-chart-options.es-Cpi8OnCG.js → treemap-chart-options.es-_CoOIWaB.js} +0 -0
  1728. /package/components/{treemap-chart-options.fr-BTJ_S-Ta.js → treemap-chart-options.fr-B-2BvtfZ.js} +0 -0
  1729. /package/components/{treemap-chart-options.fr-D3qsmR7-.cjs → treemap-chart-options.fr-CsOeTOaD.cjs} +0 -0
  1730. /package/components/{treemap-chart-options.nl-D0ItFtBZ.js → treemap-chart-options.nl-BPr2SP0y.js} +0 -0
  1731. /package/components/{treemap-chart-options.nl-ClvbQ1gd.cjs → treemap-chart-options.nl-DX6UEd0d.cjs} +0 -0
  1732. /package/components/{treemap-chart-slots.config-xaDxgwr9.js → treemap-chart-slots.config-C4W4_3na.js} +0 -0
  1733. /package/components/{treemap-chart-slots.config-BxbVulpm.cjs → treemap-chart-slots.config-jQ1_EZBr.cjs} +0 -0
  1734. /package/components/{type-check-BzMcgc41.js → type-check-CVgyxvdF.js} +0 -0
  1735. /package/components/{type-check-B3D6_Mcx.cjs → type-check-CdFE0wiu.cjs} +0 -0
  1736. /package/components/{urban-C6AzutCK.js → urban-_JnC62fb.js} +0 -0
  1737. /package/components/{urban-CRZi3BDO.cjs → urban-yXJhZIhZ.cjs} +0 -0
  1738. /package/components/{validate-CS6hiAJ3.cjs → validate-DGy5i56l.cjs} +0 -0
  1739. /package/components/{validate-BIerbjGa.js → validate-mtIcbiOa.js} +0 -0
  1740. /package/components/{venn-diagram-options.config-knADX4gY.cjs → venn-diagram-options.config-Dqq-7wc-.cjs} +0 -0
  1741. /package/components/{venn-diagram-options.config-C14T9vzK.js → venn-diagram-options.config-DtjbTHcO.js} +0 -0
  1742. /package/components/{venn-diagram-slots.config-Ct8D84oJ.cjs → venn-diagram-slots.config-CDsbtDgk.cjs} +0 -0
  1743. /package/components/{venn-diagram-slots.config-Bxicqo26.js → venn-diagram-slots.config-QbGDMgWM.js} +0 -0
  1744. /package/components/{video-options.config-D4ZCeDGo.js → video-options.config-CMfkp_5-.js} +0 -0
  1745. /package/components/{video-options.config-H-OY44_y.cjs → video-options.config-DFMiBYU7.cjs} +0 -0
  1746. /package/components/{video-options.de-BkgXRnwL.js → video-options.de-DQGaj9I0.js} +0 -0
  1747. /package/components/{video-options.de-D1_jeOfk.cjs → video-options.de-bwodnVfH.cjs} +0 -0
  1748. /package/components/{video-options.en-Bv317LWC.cjs → video-options.en-BTjKCOFa.cjs} +0 -0
  1749. /package/components/{video-options.en-CYatnKoi.js → video-options.en-Bw-NmcDX.js} +0 -0
  1750. /package/components/{video-options.es-BkLvIagR.cjs → video-options.es-BYHE3Zw4.cjs} +0 -0
  1751. /package/components/{video-options.es-BSqKDjHy.js → video-options.es-lG5luzd5.js} +0 -0
  1752. /package/components/{video-options.fr-CSWqmeip.cjs → video-options.fr-CikjzEHn.cjs} +0 -0
  1753. /package/components/{video-options.fr-LjX9a1_h.js → video-options.fr-CqAj6DNP.js} +0 -0
  1754. /package/components/{video-options.nl-DzhPjjk_.js → video-options.nl-kYi5F6Dh.js} +0 -0
  1755. /package/components/{video-options.nl--M0UZI0w.cjs → video-options.nl-vfugAYbc.cjs} +0 -0
  1756. /package/components/{video-slots.config-D7h6kMKp.js → video-slots.config-BIZpYGiK.js} +0 -0
  1757. /package/components/{video-slots.config-tXgW14fu.cjs → video-slots.config-CRX1Wrq2.cjs} +0 -0
  1758. /package/components/{vivid-C53ywQPj.cjs → vivid-CwNdph7X.cjs} +0 -0
  1759. /package/components/{vivid-D1tYlc5o.js → vivid-DSzl_YXa.js} +0 -0
  1760. /package/components/{wordcloud-chart-options.de-BW7m3lyJ.cjs → wordcloud-chart-options.de-BQswnN8V.cjs} +0 -0
  1761. /package/components/{wordcloud-chart-options.de-CLsX6nrc.js → wordcloud-chart-options.de-CwMhGAou.js} +0 -0
  1762. /package/components/{wordcloud-chart-options.en-CirjeIVn.js → wordcloud-chart-options.en-B0dCi7xP.js} +0 -0
  1763. /package/components/{wordcloud-chart-options.en-ClGQBJSF.cjs → wordcloud-chart-options.en-g9FIkW60.cjs} +0 -0
  1764. /package/components/{wordcloud-chart-options.es-DDjWmxHV.js → wordcloud-chart-options.es--F5xTmjw.js} +0 -0
  1765. /package/components/{wordcloud-chart-options.es-BR8lSkUB.cjs → wordcloud-chart-options.es-BtyzGWLG.cjs} +0 -0
  1766. /package/components/{wordcloud-chart-options.fr-sisn9Kqg.cjs → wordcloud-chart-options.fr-ClL6xRWX.cjs} +0 -0
  1767. /package/components/{wordcloud-chart-options.fr-C7jGDb7y.js → wordcloud-chart-options.fr-DuI8P_tq.js} +0 -0
  1768. /package/components/{wordcloud-chart-options.nl-D9EDjJYW.js → wordcloud-chart-options.nl-C3-yZ6fA.js} +0 -0
  1769. /package/components/{wordcloud-chart-options.nl-C3Es--29.cjs → wordcloud-chart-options.nl-DP1o6v4f.cjs} +0 -0
  1770. /package/components/{wordcloud-chart-slots.config-BI9Jw6Kz.cjs → wordcloud-chart-slots.config-BiSClWVd.cjs} +0 -0
  1771. /package/components/{wordcloud-chart-slots.config-Bqw76m85.js → wordcloud-chart-slots.config-DC5OnXO_.js} +0 -0
  1772. /package/components/{zh-CN-wlYtQnz6.cjs → zh-CN-B77UpR2K.cjs} +0 -0
  1773. /package/components/{zh-CN-DAsgYpTt.js → zh-CN-IY9kzosu.js} +0 -0
  1774. /package/components/{zh-TW-MjzcQ0vq.js → zh-TW-BMgkslV-.js} +0 -0
  1775. /package/components/{zh-TW-CmpOzcFc.cjs → zh-TW-BsHHLnIy.cjs} +0 -0
@@ -0,0 +1,1609 @@
1
+ /*! * A kit of modern Luzmo Web Components for analytics in your web application.
2
+ *
3
+ * Copyright © 2026 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
+ import { c as validateUuids, s as isValidUuid } from "./type-check-CVgyxvdF.js";
21
+ var Subscribable = class {
22
+ constructor() {
23
+ this.listeners = /* @__PURE__ */ new Set(), this.subscribe = this.subscribe.bind(this);
24
+ }
25
+ subscribe(u) {
26
+ return this.listeners.add(u), this.onSubscribe(), () => {
27
+ this.listeners.delete(u), this.onUnsubscribe();
28
+ };
29
+ }
30
+ hasListeners() {
31
+ return this.listeners.size > 0;
32
+ }
33
+ onSubscribe() {}
34
+ onUnsubscribe() {}
35
+ }, defaultTimeoutProvider = {
36
+ setTimeout: (u, z) => setTimeout(u, z),
37
+ clearTimeout: (u) => clearTimeout(u),
38
+ setInterval: (u, z) => setInterval(u, z),
39
+ clearInterval: (u) => clearInterval(u)
40
+ }, timeoutManager = new class {
41
+ #e = defaultTimeoutProvider;
42
+ setTimeoutProvider(u) {
43
+ this.#e = u;
44
+ }
45
+ setTimeout(u, z) {
46
+ return this.#e.setTimeout(u, z);
47
+ }
48
+ clearTimeout(u) {
49
+ this.#e.clearTimeout(u);
50
+ }
51
+ setInterval(u, z) {
52
+ return this.#e.setInterval(u, z);
53
+ }
54
+ clearInterval(u) {
55
+ this.#e.clearInterval(u);
56
+ }
57
+ }();
58
+ function systemSetTimeoutZero(u) {
59
+ setTimeout(u, 0);
60
+ }
61
+ var isServer = typeof window > "u" || "Deno" in globalThis;
62
+ function noop() {}
63
+ function functionalUpdate(u, z) {
64
+ return typeof u == "function" ? u(z) : u;
65
+ }
66
+ function isValidTimeout(u) {
67
+ return typeof u == "number" && u >= 0 && u !== Infinity;
68
+ }
69
+ function timeUntilStale(u, z) {
70
+ return Math.max(u + (z || 0) - Date.now(), 0);
71
+ }
72
+ function resolveStaleTime(u, z) {
73
+ return typeof u == "function" ? u(z) : u;
74
+ }
75
+ function resolveEnabled(u, z) {
76
+ return typeof u == "function" ? u(z) : u;
77
+ }
78
+ function matchQuery(u, z) {
79
+ let { type: B = "all", exact: V, fetchStatus: H, predicate: U, queryKey: W, stale: G } = u;
80
+ if (W) {
81
+ if (V) {
82
+ if (z.queryHash !== hashQueryKeyByOptions(W, z.options)) return !1;
83
+ } else if (!partialMatchKey(z.queryKey, W)) return !1;
84
+ }
85
+ if (B !== "all") {
86
+ let u = z.isActive();
87
+ if (B === "active" && !u || B === "inactive" && u) return !1;
88
+ }
89
+ return !(typeof G == "boolean" && z.isStale() !== G || H && H !== z.state.fetchStatus || U && !U(z));
90
+ }
91
+ function matchMutation(u, z) {
92
+ let { exact: B, status: V, predicate: H, mutationKey: U } = u;
93
+ if (U) {
94
+ if (!z.options.mutationKey) return !1;
95
+ if (B) {
96
+ if (hashKey(z.options.mutationKey) !== hashKey(U)) return !1;
97
+ } else if (!partialMatchKey(z.options.mutationKey, U)) return !1;
98
+ }
99
+ return !(V && z.state.status !== V || H && !H(z));
100
+ }
101
+ function hashQueryKeyByOptions(u, z) {
102
+ return (z?.queryKeyHashFn || hashKey)(u);
103
+ }
104
+ function hashKey(u) {
105
+ return JSON.stringify(u, (u, z) => isPlainObject(z) ? Object.keys(z).sort().reduce((u, B) => (u[B] = z[B], u), {}) : z);
106
+ }
107
+ function partialMatchKey(u, z) {
108
+ return u === z ? !0 : typeof u == typeof z && u && z && typeof u == "object" && typeof z == "object" ? Object.keys(z).every((B) => partialMatchKey(u[B], z[B])) : !1;
109
+ }
110
+ var hasOwn = Object.prototype.hasOwnProperty;
111
+ function replaceEqualDeep(u, z) {
112
+ if (u === z) return u;
113
+ let B = isPlainArray(u) && isPlainArray(z);
114
+ if (!B && !(isPlainObject(u) && isPlainObject(z))) return z;
115
+ let V = (B ? u : Object.keys(u)).length, H = B ? z : Object.keys(z), U = H.length, W = B ? Array(U) : {}, G = 0;
116
+ for (let K = 0; K < U; K++) {
117
+ let U = B ? K : H[K], q = u[U], J = z[U];
118
+ if (q === J) {
119
+ W[U] = q, (B ? K < V : hasOwn.call(u, U)) && G++;
120
+ continue;
121
+ }
122
+ if (q === null || J === null || typeof q != "object" || typeof J != "object") {
123
+ W[U] = J;
124
+ continue;
125
+ }
126
+ let Y = replaceEqualDeep(q, J);
127
+ W[U] = Y, Y === q && G++;
128
+ }
129
+ return V === U && G === V ? u : W;
130
+ }
131
+ function isPlainArray(u) {
132
+ return Array.isArray(u) && u.length === Object.keys(u).length;
133
+ }
134
+ function isPlainObject(u) {
135
+ if (!hasObjectPrototype(u)) return !1;
136
+ let z = u.constructor;
137
+ if (z === void 0) return !0;
138
+ let B = z.prototype;
139
+ return !(!hasObjectPrototype(B) || !B.hasOwnProperty("isPrototypeOf") || Object.getPrototypeOf(u) !== Object.prototype);
140
+ }
141
+ function hasObjectPrototype(u) {
142
+ return Object.prototype.toString.call(u) === "[object Object]";
143
+ }
144
+ function sleep(u) {
145
+ return new Promise((z) => {
146
+ timeoutManager.setTimeout(z, u);
147
+ });
148
+ }
149
+ function replaceData(u, z, B) {
150
+ return typeof B.structuralSharing == "function" ? B.structuralSharing(u, z) : B.structuralSharing === !1 ? z : replaceEqualDeep(u, z);
151
+ }
152
+ function addToEnd(u, z, B = 0) {
153
+ let V = [...u, z];
154
+ return B && V.length > B ? V.slice(1) : V;
155
+ }
156
+ function addToStart(u, z, B = 0) {
157
+ let V = [z, ...u];
158
+ return B && V.length > B ? V.slice(0, -1) : V;
159
+ }
160
+ var skipToken = Symbol();
161
+ function ensureQueryFn(u, z) {
162
+ return !u.queryFn && z?.initialPromise ? () => z.initialPromise : !u.queryFn || u.queryFn === skipToken ? () => Promise.reject(/* @__PURE__ */ Error(`Missing queryFn: '${u.queryHash}'`)) : u.queryFn;
163
+ }
164
+ function addConsumeAwareSignal(u, z, B) {
165
+ let V = !1, H;
166
+ return Object.defineProperty(u, "signal", {
167
+ enumerable: !0,
168
+ get: () => (H ??= z(), V ? H : (V = !0, H.aborted ? B() : H.addEventListener("abort", B, { once: !0 }), H))
169
+ }), u;
170
+ }
171
+ var focusManager = new class extends Subscribable {
172
+ #e;
173
+ #t;
174
+ #n;
175
+ constructor() {
176
+ super(), this.#n = (u) => {
177
+ if (!isServer && window.addEventListener) {
178
+ let z = () => u();
179
+ return window.addEventListener("visibilitychange", z, !1), () => {
180
+ window.removeEventListener("visibilitychange", z);
181
+ };
182
+ }
183
+ };
184
+ }
185
+ onSubscribe() {
186
+ this.#t || this.setEventListener(this.#n);
187
+ }
188
+ onUnsubscribe() {
189
+ this.hasListeners() || (this.#t?.(), this.#t = void 0);
190
+ }
191
+ setEventListener(u) {
192
+ this.#n = u, this.#t?.(), this.#t = u((u) => {
193
+ typeof u == "boolean" ? this.setFocused(u) : this.onFocus();
194
+ });
195
+ }
196
+ setFocused(u) {
197
+ this.#e !== u && (this.#e = u, this.onFocus());
198
+ }
199
+ onFocus() {
200
+ let u = this.isFocused();
201
+ this.listeners.forEach((z) => {
202
+ z(u);
203
+ });
204
+ }
205
+ isFocused() {
206
+ return typeof this.#e == "boolean" ? this.#e : globalThis.document?.visibilityState !== "hidden";
207
+ }
208
+ }();
209
+ function pendingThenable() {
210
+ let u, z, B = new Promise((B, V) => {
211
+ u = B, z = V;
212
+ });
213
+ B.status = "pending", B.catch(() => {});
214
+ function V(u) {
215
+ Object.assign(B, u), delete B.resolve, delete B.reject;
216
+ }
217
+ return B.resolve = (z) => {
218
+ V({
219
+ status: "fulfilled",
220
+ value: z
221
+ }), u(z);
222
+ }, B.reject = (u) => {
223
+ V({
224
+ status: "rejected",
225
+ reason: u
226
+ }), z(u);
227
+ }, B;
228
+ }
229
+ var defaultScheduler = systemSetTimeoutZero;
230
+ function createNotifyManager() {
231
+ let u = [], z = 0, B = (u) => {
232
+ u();
233
+ }, V = (u) => {
234
+ u();
235
+ }, H = defaultScheduler, U = (V) => {
236
+ z ? u.push(V) : H(() => {
237
+ B(V);
238
+ });
239
+ }, W = () => {
240
+ let z = u;
241
+ u = [], z.length && H(() => {
242
+ V(() => {
243
+ z.forEach((u) => {
244
+ B(u);
245
+ });
246
+ });
247
+ });
248
+ };
249
+ return {
250
+ batch: (u) => {
251
+ let B;
252
+ z++;
253
+ try {
254
+ B = u();
255
+ } finally {
256
+ z--, z || W();
257
+ }
258
+ return B;
259
+ },
260
+ batchCalls: (u) => (...z) => {
261
+ U(() => {
262
+ u(...z);
263
+ });
264
+ },
265
+ schedule: U,
266
+ setNotifyFunction: (u) => {
267
+ B = u;
268
+ },
269
+ setBatchNotifyFunction: (u) => {
270
+ V = u;
271
+ },
272
+ setScheduler: (u) => {
273
+ H = u;
274
+ }
275
+ };
276
+ }
277
+ var notifyManager = createNotifyManager(), onlineManager = new class extends Subscribable {
278
+ #e = !0;
279
+ #t;
280
+ #n;
281
+ constructor() {
282
+ super(), this.#n = (u) => {
283
+ if (!isServer && window.addEventListener) {
284
+ let z = () => u(!0), B = () => u(!1);
285
+ return window.addEventListener("online", z, !1), window.addEventListener("offline", B, !1), () => {
286
+ window.removeEventListener("online", z), window.removeEventListener("offline", B);
287
+ };
288
+ }
289
+ };
290
+ }
291
+ onSubscribe() {
292
+ this.#t || this.setEventListener(this.#n);
293
+ }
294
+ onUnsubscribe() {
295
+ this.hasListeners() || (this.#t?.(), this.#t = void 0);
296
+ }
297
+ setEventListener(u) {
298
+ this.#n = u, this.#t?.(), this.#t = u(this.setOnline.bind(this));
299
+ }
300
+ setOnline(u) {
301
+ this.#e !== u && (this.#e = u, this.listeners.forEach((z) => {
302
+ z(u);
303
+ }));
304
+ }
305
+ isOnline() {
306
+ return this.#e;
307
+ }
308
+ }();
309
+ function defaultRetryDelay(u) {
310
+ return Math.min(1e3 * 2 ** u, 3e4);
311
+ }
312
+ function canFetch(u) {
313
+ return (u ?? "online") === "online" ? onlineManager.isOnline() : !0;
314
+ }
315
+ var CancelledError = class extends Error {
316
+ constructor(u) {
317
+ super("CancelledError"), this.revert = u?.revert, this.silent = u?.silent;
318
+ }
319
+ };
320
+ function createRetryer(u) {
321
+ let z = !1, B = 0, V, H = pendingThenable(), U = () => H.status !== "pending", G = (z) => {
322
+ if (!U()) {
323
+ let B = new CancelledError(z);
324
+ Z(B), u.onCancel?.(B);
325
+ }
326
+ }, K = () => {
327
+ z = !0;
328
+ }, q = () => {
329
+ z = !1;
330
+ }, J = () => focusManager.isFocused() && (u.networkMode === "always" || onlineManager.isOnline()) && u.canRun(), Y = () => canFetch(u.networkMode) && u.canRun(), X = (u) => {
331
+ U() || (V?.(), H.resolve(u));
332
+ }, Z = (u) => {
333
+ U() || (V?.(), H.reject(u));
334
+ }, Q = () => new Promise((z) => {
335
+ V = (u) => {
336
+ (U() || J()) && z(u);
337
+ }, u.onPause?.();
338
+ }).then(() => {
339
+ V = void 0, U() || u.onContinue?.();
340
+ }), $ = () => {
341
+ if (U()) return;
342
+ let V, H = B === 0 ? u.initialPromise : void 0;
343
+ try {
344
+ V = H ?? u.fn();
345
+ } catch (u) {
346
+ V = Promise.reject(u);
347
+ }
348
+ Promise.resolve(V).then(X).catch((V) => {
349
+ if (U()) return;
350
+ let H = u.retry ?? (isServer ? 0 : 3), G = u.retryDelay ?? defaultRetryDelay, K = typeof G == "function" ? G(B, V) : G, q = H === !0 || typeof H == "number" && B < H || typeof H == "function" && H(B, V);
351
+ if (z || !q) {
352
+ Z(V);
353
+ return;
354
+ }
355
+ B++, u.onFail?.(B, V), sleep(K).then(() => J() ? void 0 : Q()).then(() => {
356
+ z ? Z(V) : $();
357
+ });
358
+ });
359
+ };
360
+ return {
361
+ promise: H,
362
+ status: () => H.status,
363
+ cancel: G,
364
+ continue: () => (V?.(), H),
365
+ cancelRetry: K,
366
+ continueRetry: q,
367
+ canStart: Y,
368
+ start: () => (Y() ? $() : Q().then($), H)
369
+ };
370
+ }
371
+ var Removable = class {
372
+ #e;
373
+ destroy() {
374
+ this.clearGcTimeout();
375
+ }
376
+ scheduleGc() {
377
+ this.clearGcTimeout(), isValidTimeout(this.gcTime) && (this.#e = timeoutManager.setTimeout(() => {
378
+ this.optionalRemove();
379
+ }, this.gcTime));
380
+ }
381
+ updateGcTime(u) {
382
+ this.gcTime = Math.max(this.gcTime || 0, u ?? (isServer ? Infinity : 300 * 1e3));
383
+ }
384
+ clearGcTimeout() {
385
+ this.#e &&= (timeoutManager.clearTimeout(this.#e), void 0);
386
+ }
387
+ }, Query = class extends Removable {
388
+ #e;
389
+ #t;
390
+ #n;
391
+ #r;
392
+ #i;
393
+ #a;
394
+ #o;
395
+ constructor(u) {
396
+ super(), this.#o = !1, this.#a = u.defaultOptions, this.setOptions(u.options), this.observers = [], this.#r = u.client, this.#n = this.#r.getQueryCache(), this.queryKey = u.queryKey, this.queryHash = u.queryHash, this.#e = getDefaultState$1(this.options), this.state = u.state ?? this.#e, this.scheduleGc();
397
+ }
398
+ get meta() {
399
+ return this.options.meta;
400
+ }
401
+ get promise() {
402
+ return this.#i?.promise;
403
+ }
404
+ setOptions(u) {
405
+ if (this.options = {
406
+ ...this.#a,
407
+ ...u
408
+ }, this.updateGcTime(this.options.gcTime), this.state && this.state.data === void 0) {
409
+ let u = getDefaultState$1(this.options);
410
+ u.data !== void 0 && (this.setState(successState(u.data, u.dataUpdatedAt)), this.#e = u);
411
+ }
412
+ }
413
+ optionalRemove() {
414
+ !this.observers.length && this.state.fetchStatus === "idle" && this.#n.remove(this);
415
+ }
416
+ setData(u, z) {
417
+ let B = replaceData(this.state.data, u, this.options);
418
+ return this.#s({
419
+ data: B,
420
+ type: "success",
421
+ dataUpdatedAt: z?.updatedAt,
422
+ manual: z?.manual
423
+ }), B;
424
+ }
425
+ setState(u, z) {
426
+ this.#s({
427
+ type: "setState",
428
+ state: u,
429
+ setStateOptions: z
430
+ });
431
+ }
432
+ cancel(u) {
433
+ let z = this.#i?.promise;
434
+ return this.#i?.cancel(u), z ? z.then(noop).catch(noop) : Promise.resolve();
435
+ }
436
+ destroy() {
437
+ super.destroy(), this.cancel({ silent: !0 });
438
+ }
439
+ reset() {
440
+ this.destroy(), this.setState(this.#e);
441
+ }
442
+ isActive() {
443
+ return this.observers.some((u) => resolveEnabled(u.options.enabled, this) !== !1);
444
+ }
445
+ isDisabled() {
446
+ return this.getObserversCount() > 0 ? !this.isActive() : this.options.queryFn === skipToken || this.state.dataUpdateCount + this.state.errorUpdateCount === 0;
447
+ }
448
+ isStatic() {
449
+ return this.getObserversCount() > 0 ? this.observers.some((u) => resolveStaleTime(u.options.staleTime, this) === "static") : !1;
450
+ }
451
+ isStale() {
452
+ return this.getObserversCount() > 0 ? this.observers.some((u) => u.getCurrentResult().isStale) : this.state.data === void 0 || this.state.isInvalidated;
453
+ }
454
+ isStaleByTime(u = 0) {
455
+ return this.state.data === void 0 ? !0 : u === "static" ? !1 : this.state.isInvalidated ? !0 : !timeUntilStale(this.state.dataUpdatedAt, u);
456
+ }
457
+ onFocus() {
458
+ this.observers.find((u) => u.shouldFetchOnWindowFocus())?.refetch({ cancelRefetch: !1 }), this.#i?.continue();
459
+ }
460
+ onOnline() {
461
+ this.observers.find((u) => u.shouldFetchOnReconnect())?.refetch({ cancelRefetch: !1 }), this.#i?.continue();
462
+ }
463
+ addObserver(u) {
464
+ this.observers.includes(u) || (this.observers.push(u), this.clearGcTimeout(), this.#n.notify({
465
+ type: "observerAdded",
466
+ query: this,
467
+ observer: u
468
+ }));
469
+ }
470
+ removeObserver(u) {
471
+ this.observers.includes(u) && (this.observers = this.observers.filter((z) => z !== u), this.observers.length || (this.#i && (this.#o ? this.#i.cancel({ revert: !0 }) : this.#i.cancelRetry()), this.scheduleGc()), this.#n.notify({
472
+ type: "observerRemoved",
473
+ query: this,
474
+ observer: u
475
+ }));
476
+ }
477
+ getObserversCount() {
478
+ return this.observers.length;
479
+ }
480
+ invalidate() {
481
+ this.state.isInvalidated || this.#s({ type: "invalidate" });
482
+ }
483
+ async fetch(u, z) {
484
+ if (this.state.fetchStatus !== "idle" && this.#i?.status() !== "rejected") {
485
+ if (this.state.data !== void 0 && z?.cancelRefetch) this.cancel({ silent: !0 });
486
+ else if (this.#i) return this.#i.continueRetry(), this.#i.promise;
487
+ }
488
+ if (u && this.setOptions(u), !this.options.queryFn) {
489
+ let u = this.observers.find((u) => u.options.queryFn);
490
+ u && this.setOptions(u.options);
491
+ }
492
+ let B = new AbortController(), V = (u) => {
493
+ Object.defineProperty(u, "signal", {
494
+ enumerable: !0,
495
+ get: () => (this.#o = !0, B.signal)
496
+ });
497
+ }, H = () => {
498
+ let u = ensureQueryFn(this.options, z), B = (() => {
499
+ let u = {
500
+ client: this.#r,
501
+ queryKey: this.queryKey,
502
+ meta: this.meta
503
+ };
504
+ return V(u), u;
505
+ })();
506
+ return this.#o = !1, this.options.persister ? this.options.persister(u, B, this) : u(B);
507
+ }, U = (() => {
508
+ let u = {
509
+ fetchOptions: z,
510
+ options: this.options,
511
+ queryKey: this.queryKey,
512
+ client: this.#r,
513
+ state: this.state,
514
+ fetchFn: H
515
+ };
516
+ return V(u), u;
517
+ })();
518
+ this.options.behavior?.onFetch(U, this), this.#t = this.state, (this.state.fetchStatus === "idle" || this.state.fetchMeta !== U.fetchOptions?.meta) && this.#s({
519
+ type: "fetch",
520
+ meta: U.fetchOptions?.meta
521
+ }), this.#i = createRetryer({
522
+ initialPromise: z?.initialPromise,
523
+ fn: U.fetchFn,
524
+ onCancel: (u) => {
525
+ u instanceof CancelledError && u.revert && this.setState({
526
+ ...this.#t,
527
+ fetchStatus: "idle"
528
+ }), B.abort();
529
+ },
530
+ onFail: (u, z) => {
531
+ this.#s({
532
+ type: "failed",
533
+ failureCount: u,
534
+ error: z
535
+ });
536
+ },
537
+ onPause: () => {
538
+ this.#s({ type: "pause" });
539
+ },
540
+ onContinue: () => {
541
+ this.#s({ type: "continue" });
542
+ },
543
+ retry: U.options.retry,
544
+ retryDelay: U.options.retryDelay,
545
+ networkMode: U.options.networkMode,
546
+ canRun: () => !0
547
+ });
548
+ try {
549
+ let u = await this.#i.start();
550
+ if (u === void 0) throw Error(`${this.queryHash} data is undefined`);
551
+ return this.setData(u), this.#n.config.onSuccess?.(u, this), this.#n.config.onSettled?.(u, this.state.error, this), u;
552
+ } catch (u) {
553
+ if (u instanceof CancelledError) {
554
+ if (u.silent) return this.#i.promise;
555
+ if (u.revert) {
556
+ if (this.state.data === void 0) throw u;
557
+ return this.state.data;
558
+ }
559
+ }
560
+ throw this.#s({
561
+ type: "error",
562
+ error: u
563
+ }), this.#n.config.onError?.(u, this), this.#n.config.onSettled?.(this.state.data, u, this), u;
564
+ } finally {
565
+ this.scheduleGc();
566
+ }
567
+ }
568
+ #s(u) {
569
+ this.state = ((z) => {
570
+ switch (u.type) {
571
+ case "failed": return {
572
+ ...z,
573
+ fetchFailureCount: u.failureCount,
574
+ fetchFailureReason: u.error
575
+ };
576
+ case "pause": return {
577
+ ...z,
578
+ fetchStatus: "paused"
579
+ };
580
+ case "continue": return {
581
+ ...z,
582
+ fetchStatus: "fetching"
583
+ };
584
+ case "fetch": return {
585
+ ...z,
586
+ ...fetchState(z.data, this.options),
587
+ fetchMeta: u.meta ?? null
588
+ };
589
+ case "success":
590
+ let B = {
591
+ ...z,
592
+ ...successState(u.data, u.dataUpdatedAt),
593
+ dataUpdateCount: z.dataUpdateCount + 1,
594
+ ...!u.manual && {
595
+ fetchStatus: "idle",
596
+ fetchFailureCount: 0,
597
+ fetchFailureReason: null
598
+ }
599
+ };
600
+ return this.#t = u.manual ? B : void 0, B;
601
+ case "error":
602
+ let V = u.error;
603
+ return {
604
+ ...z,
605
+ error: V,
606
+ errorUpdateCount: z.errorUpdateCount + 1,
607
+ errorUpdatedAt: Date.now(),
608
+ fetchFailureCount: z.fetchFailureCount + 1,
609
+ fetchFailureReason: V,
610
+ fetchStatus: "idle",
611
+ status: "error",
612
+ isInvalidated: !0
613
+ };
614
+ case "invalidate": return {
615
+ ...z,
616
+ isInvalidated: !0
617
+ };
618
+ case "setState": return {
619
+ ...z,
620
+ ...u.state
621
+ };
622
+ }
623
+ })(this.state), notifyManager.batch(() => {
624
+ this.observers.forEach((u) => {
625
+ u.onQueryUpdate();
626
+ }), this.#n.notify({
627
+ query: this,
628
+ type: "updated",
629
+ action: u
630
+ });
631
+ });
632
+ }
633
+ };
634
+ function fetchState(u, z) {
635
+ return {
636
+ fetchFailureCount: 0,
637
+ fetchFailureReason: null,
638
+ fetchStatus: canFetch(z.networkMode) ? "fetching" : "paused",
639
+ ...u === void 0 && {
640
+ error: null,
641
+ status: "pending"
642
+ }
643
+ };
644
+ }
645
+ function successState(u, z) {
646
+ return {
647
+ data: u,
648
+ dataUpdatedAt: z ?? Date.now(),
649
+ error: null,
650
+ isInvalidated: !1,
651
+ status: "success"
652
+ };
653
+ }
654
+ function getDefaultState$1(u) {
655
+ let z = typeof u.initialData == "function" ? u.initialData() : u.initialData, B = z !== void 0, V = B ? typeof u.initialDataUpdatedAt == "function" ? u.initialDataUpdatedAt() : u.initialDataUpdatedAt : 0;
656
+ return {
657
+ data: z,
658
+ dataUpdateCount: 0,
659
+ dataUpdatedAt: B ? V ?? Date.now() : 0,
660
+ error: null,
661
+ errorUpdateCount: 0,
662
+ errorUpdatedAt: 0,
663
+ fetchFailureCount: 0,
664
+ fetchFailureReason: null,
665
+ fetchMeta: null,
666
+ isInvalidated: !1,
667
+ status: B ? "success" : "pending",
668
+ fetchStatus: "idle"
669
+ };
670
+ }
671
+ function infiniteQueryBehavior(u) {
672
+ return { onFetch: (z, B) => {
673
+ let V = z.options, H = z.fetchOptions?.meta?.fetchMore?.direction, U = z.state.data?.pages || [], W = z.state.data?.pageParams || [], G = {
674
+ pages: [],
675
+ pageParams: []
676
+ }, K = 0, q = async () => {
677
+ let B = !1, q = (u) => {
678
+ addConsumeAwareSignal(u, () => z.signal, () => B = !0);
679
+ }, J = ensureQueryFn(z.options, z.fetchOptions), Y = async (u, V, H) => {
680
+ if (B) return Promise.reject();
681
+ if (V == null && u.pages.length) return Promise.resolve(u);
682
+ let U = await J((() => {
683
+ let u = {
684
+ client: z.client,
685
+ queryKey: z.queryKey,
686
+ pageParam: V,
687
+ direction: H ? "backward" : "forward",
688
+ meta: z.options.meta
689
+ };
690
+ return q(u), u;
691
+ })()), { maxPages: W } = z.options, G = H ? addToStart : addToEnd;
692
+ return {
693
+ pages: G(u.pages, U, W),
694
+ pageParams: G(u.pageParams, V, W)
695
+ };
696
+ };
697
+ if (H && U.length) {
698
+ let u = H === "backward", z = u ? getPreviousPageParam : getNextPageParam, B = {
699
+ pages: U,
700
+ pageParams: W
701
+ };
702
+ G = await Y(B, z(V, B), u);
703
+ } else {
704
+ let z = u ?? U.length;
705
+ do {
706
+ let u = K === 0 ? W[0] ?? V.initialPageParam : getNextPageParam(V, G);
707
+ if (K > 0 && u == null) break;
708
+ G = await Y(G, u), K++;
709
+ } while (K < z);
710
+ }
711
+ return G;
712
+ };
713
+ z.options.persister ? z.fetchFn = () => z.options.persister?.(q, {
714
+ client: z.client,
715
+ queryKey: z.queryKey,
716
+ meta: z.options.meta,
717
+ signal: z.signal
718
+ }, B) : z.fetchFn = q;
719
+ } };
720
+ }
721
+ function getNextPageParam(u, { pages: z, pageParams: B }) {
722
+ let V = z.length - 1;
723
+ return z.length > 0 ? u.getNextPageParam(z[V], z, B[V], B) : void 0;
724
+ }
725
+ function getPreviousPageParam(u, { pages: z, pageParams: B }) {
726
+ return z.length > 0 ? u.getPreviousPageParam?.(z[0], z, B[0], B) : void 0;
727
+ }
728
+ var Mutation = class extends Removable {
729
+ #e;
730
+ #t;
731
+ #n;
732
+ #r;
733
+ constructor(u) {
734
+ super(), this.#e = u.client, this.mutationId = u.mutationId, this.#n = u.mutationCache, this.#t = [], this.state = u.state || getDefaultState(), this.setOptions(u.options), this.scheduleGc();
735
+ }
736
+ setOptions(u) {
737
+ this.options = u, this.updateGcTime(this.options.gcTime);
738
+ }
739
+ get meta() {
740
+ return this.options.meta;
741
+ }
742
+ addObserver(u) {
743
+ this.#t.includes(u) || (this.#t.push(u), this.clearGcTimeout(), this.#n.notify({
744
+ type: "observerAdded",
745
+ mutation: this,
746
+ observer: u
747
+ }));
748
+ }
749
+ removeObserver(u) {
750
+ this.#t = this.#t.filter((z) => z !== u), this.scheduleGc(), this.#n.notify({
751
+ type: "observerRemoved",
752
+ mutation: this,
753
+ observer: u
754
+ });
755
+ }
756
+ optionalRemove() {
757
+ this.#t.length || (this.state.status === "pending" ? this.scheduleGc() : this.#n.remove(this));
758
+ }
759
+ continue() {
760
+ return this.#r?.continue() ?? this.execute(this.state.variables);
761
+ }
762
+ async execute(u) {
763
+ let z = () => {
764
+ this.#i({ type: "continue" });
765
+ }, B = {
766
+ client: this.#e,
767
+ meta: this.options.meta,
768
+ mutationKey: this.options.mutationKey
769
+ };
770
+ this.#r = createRetryer({
771
+ fn: () => this.options.mutationFn ? this.options.mutationFn(u, B) : Promise.reject(/* @__PURE__ */ Error("No mutationFn found")),
772
+ onFail: (u, z) => {
773
+ this.#i({
774
+ type: "failed",
775
+ failureCount: u,
776
+ error: z
777
+ });
778
+ },
779
+ onPause: () => {
780
+ this.#i({ type: "pause" });
781
+ },
782
+ onContinue: z,
783
+ retry: this.options.retry ?? 0,
784
+ retryDelay: this.options.retryDelay,
785
+ networkMode: this.options.networkMode,
786
+ canRun: () => this.#n.canRun(this)
787
+ });
788
+ let V = this.state.status === "pending", H = !this.#r.canStart();
789
+ try {
790
+ if (V) z();
791
+ else {
792
+ this.#i({
793
+ type: "pending",
794
+ variables: u,
795
+ isPaused: H
796
+ }), await this.#n.config.onMutate?.(u, this, B);
797
+ let z = await this.options.onMutate?.(u, B);
798
+ z !== this.state.context && this.#i({
799
+ type: "pending",
800
+ context: z,
801
+ variables: u,
802
+ isPaused: H
803
+ });
804
+ }
805
+ let U = await this.#r.start();
806
+ return await this.#n.config.onSuccess?.(U, u, this.state.context, this, B), await this.options.onSuccess?.(U, u, this.state.context, B), await this.#n.config.onSettled?.(U, null, this.state.variables, this.state.context, this, B), await this.options.onSettled?.(U, null, u, this.state.context, B), this.#i({
807
+ type: "success",
808
+ data: U
809
+ }), U;
810
+ } catch (z) {
811
+ try {
812
+ await this.#n.config.onError?.(z, u, this.state.context, this, B);
813
+ } catch (u) {
814
+ Promise.reject(u);
815
+ }
816
+ try {
817
+ await this.options.onError?.(z, u, this.state.context, B);
818
+ } catch (u) {
819
+ Promise.reject(u);
820
+ }
821
+ try {
822
+ await this.#n.config.onSettled?.(void 0, z, this.state.variables, this.state.context, this, B);
823
+ } catch (u) {
824
+ Promise.reject(u);
825
+ }
826
+ try {
827
+ await this.options.onSettled?.(void 0, z, u, this.state.context, B);
828
+ } catch (u) {
829
+ Promise.reject(u);
830
+ }
831
+ throw this.#i({
832
+ type: "error",
833
+ error: z
834
+ }), z;
835
+ } finally {
836
+ this.#n.runNext(this);
837
+ }
838
+ }
839
+ #i(u) {
840
+ this.state = ((z) => {
841
+ switch (u.type) {
842
+ case "failed": return {
843
+ ...z,
844
+ failureCount: u.failureCount,
845
+ failureReason: u.error
846
+ };
847
+ case "pause": return {
848
+ ...z,
849
+ isPaused: !0
850
+ };
851
+ case "continue": return {
852
+ ...z,
853
+ isPaused: !1
854
+ };
855
+ case "pending": return {
856
+ ...z,
857
+ context: u.context,
858
+ data: void 0,
859
+ failureCount: 0,
860
+ failureReason: null,
861
+ error: null,
862
+ isPaused: u.isPaused,
863
+ status: "pending",
864
+ variables: u.variables,
865
+ submittedAt: Date.now()
866
+ };
867
+ case "success": return {
868
+ ...z,
869
+ data: u.data,
870
+ failureCount: 0,
871
+ failureReason: null,
872
+ error: null,
873
+ status: "success",
874
+ isPaused: !1
875
+ };
876
+ case "error": return {
877
+ ...z,
878
+ data: void 0,
879
+ error: u.error,
880
+ failureCount: z.failureCount + 1,
881
+ failureReason: u.error,
882
+ isPaused: !1,
883
+ status: "error"
884
+ };
885
+ }
886
+ })(this.state), notifyManager.batch(() => {
887
+ this.#t.forEach((z) => {
888
+ z.onMutationUpdate(u);
889
+ }), this.#n.notify({
890
+ mutation: this,
891
+ type: "updated",
892
+ action: u
893
+ });
894
+ });
895
+ }
896
+ };
897
+ function getDefaultState() {
898
+ return {
899
+ context: void 0,
900
+ data: void 0,
901
+ error: null,
902
+ failureCount: 0,
903
+ failureReason: null,
904
+ isPaused: !1,
905
+ status: "idle",
906
+ variables: void 0,
907
+ submittedAt: 0
908
+ };
909
+ }
910
+ var MutationCache = class extends Subscribable {
911
+ constructor(u = {}) {
912
+ super(), this.config = u, this.#e = /* @__PURE__ */ new Set(), this.#t = /* @__PURE__ */ new Map(), this.#n = 0;
913
+ }
914
+ #e;
915
+ #t;
916
+ #n;
917
+ build(u, z, B) {
918
+ let V = new Mutation({
919
+ client: u,
920
+ mutationCache: this,
921
+ mutationId: ++this.#n,
922
+ options: u.defaultMutationOptions(z),
923
+ state: B
924
+ });
925
+ return this.add(V), V;
926
+ }
927
+ add(u) {
928
+ this.#e.add(u);
929
+ let z = scopeFor(u);
930
+ if (typeof z == "string") {
931
+ let B = this.#t.get(z);
932
+ B ? B.push(u) : this.#t.set(z, [u]);
933
+ }
934
+ this.notify({
935
+ type: "added",
936
+ mutation: u
937
+ });
938
+ }
939
+ remove(u) {
940
+ if (this.#e.delete(u)) {
941
+ let z = scopeFor(u);
942
+ if (typeof z == "string") {
943
+ let B = this.#t.get(z);
944
+ if (B) if (B.length > 1) {
945
+ let z = B.indexOf(u);
946
+ z !== -1 && B.splice(z, 1);
947
+ } else B[0] === u && this.#t.delete(z);
948
+ }
949
+ }
950
+ this.notify({
951
+ type: "removed",
952
+ mutation: u
953
+ });
954
+ }
955
+ canRun(u) {
956
+ let z = scopeFor(u);
957
+ if (typeof z == "string") {
958
+ let B = this.#t.get(z)?.find((u) => u.state.status === "pending");
959
+ return !B || B === u;
960
+ } else return !0;
961
+ }
962
+ runNext(u) {
963
+ let z = scopeFor(u);
964
+ return typeof z == "string" ? (this.#t.get(z)?.find((z) => z !== u && z.state.isPaused))?.continue() ?? Promise.resolve() : Promise.resolve();
965
+ }
966
+ clear() {
967
+ notifyManager.batch(() => {
968
+ this.#e.forEach((u) => {
969
+ this.notify({
970
+ type: "removed",
971
+ mutation: u
972
+ });
973
+ }), this.#e.clear(), this.#t.clear();
974
+ });
975
+ }
976
+ getAll() {
977
+ return Array.from(this.#e);
978
+ }
979
+ find(u) {
980
+ let z = {
981
+ exact: !0,
982
+ ...u
983
+ };
984
+ return this.getAll().find((u) => matchMutation(z, u));
985
+ }
986
+ findAll(u = {}) {
987
+ return this.getAll().filter((z) => matchMutation(u, z));
988
+ }
989
+ notify(u) {
990
+ notifyManager.batch(() => {
991
+ this.listeners.forEach((z) => {
992
+ z(u);
993
+ });
994
+ });
995
+ }
996
+ resumePausedMutations() {
997
+ let u = this.getAll().filter((u) => u.state.isPaused);
998
+ return notifyManager.batch(() => Promise.all(u.map((u) => u.continue().catch(noop))));
999
+ }
1000
+ };
1001
+ function scopeFor(u) {
1002
+ return u.options.scope?.id;
1003
+ }
1004
+ var QueryCache = class extends Subscribable {
1005
+ constructor(u = {}) {
1006
+ super(), this.config = u, this.#e = /* @__PURE__ */ new Map();
1007
+ }
1008
+ #e;
1009
+ build(u, z, B) {
1010
+ let V = z.queryKey, H = z.queryHash ?? hashQueryKeyByOptions(V, z), U = this.get(H);
1011
+ return U || (U = new Query({
1012
+ client: u,
1013
+ queryKey: V,
1014
+ queryHash: H,
1015
+ options: u.defaultQueryOptions(z),
1016
+ state: B,
1017
+ defaultOptions: u.getQueryDefaults(V)
1018
+ }), this.add(U)), U;
1019
+ }
1020
+ add(u) {
1021
+ this.#e.has(u.queryHash) || (this.#e.set(u.queryHash, u), this.notify({
1022
+ type: "added",
1023
+ query: u
1024
+ }));
1025
+ }
1026
+ remove(u) {
1027
+ let z = this.#e.get(u.queryHash);
1028
+ z && (u.destroy(), z === u && this.#e.delete(u.queryHash), this.notify({
1029
+ type: "removed",
1030
+ query: u
1031
+ }));
1032
+ }
1033
+ clear() {
1034
+ notifyManager.batch(() => {
1035
+ this.getAll().forEach((u) => {
1036
+ this.remove(u);
1037
+ });
1038
+ });
1039
+ }
1040
+ get(u) {
1041
+ return this.#e.get(u);
1042
+ }
1043
+ getAll() {
1044
+ return [...this.#e.values()];
1045
+ }
1046
+ find(u) {
1047
+ let z = {
1048
+ exact: !0,
1049
+ ...u
1050
+ };
1051
+ return this.getAll().find((u) => matchQuery(z, u));
1052
+ }
1053
+ findAll(u = {}) {
1054
+ let z = this.getAll();
1055
+ return Object.keys(u).length > 0 ? z.filter((z) => matchQuery(u, z)) : z;
1056
+ }
1057
+ notify(u) {
1058
+ notifyManager.batch(() => {
1059
+ this.listeners.forEach((z) => {
1060
+ z(u);
1061
+ });
1062
+ });
1063
+ }
1064
+ onFocus() {
1065
+ notifyManager.batch(() => {
1066
+ this.getAll().forEach((u) => {
1067
+ u.onFocus();
1068
+ });
1069
+ });
1070
+ }
1071
+ onOnline() {
1072
+ notifyManager.batch(() => {
1073
+ this.getAll().forEach((u) => {
1074
+ u.onOnline();
1075
+ });
1076
+ });
1077
+ }
1078
+ }, QueryClient = class {
1079
+ #e;
1080
+ #t;
1081
+ #n;
1082
+ #r;
1083
+ #i;
1084
+ #a;
1085
+ #o;
1086
+ #s;
1087
+ constructor(u = {}) {
1088
+ this.#e = u.queryCache || new QueryCache(), this.#t = u.mutationCache || new MutationCache(), this.#n = u.defaultOptions || {}, this.#r = /* @__PURE__ */ new Map(), this.#i = /* @__PURE__ */ new Map(), this.#a = 0;
1089
+ }
1090
+ mount() {
1091
+ this.#a++, this.#a === 1 && (this.#o = focusManager.subscribe(async (u) => {
1092
+ u && (await this.resumePausedMutations(), this.#e.onFocus());
1093
+ }), this.#s = onlineManager.subscribe(async (u) => {
1094
+ u && (await this.resumePausedMutations(), this.#e.onOnline());
1095
+ }));
1096
+ }
1097
+ unmount() {
1098
+ this.#a--, this.#a === 0 && (this.#o?.(), this.#o = void 0, this.#s?.(), this.#s = void 0);
1099
+ }
1100
+ isFetching(u) {
1101
+ return this.#e.findAll({
1102
+ ...u,
1103
+ fetchStatus: "fetching"
1104
+ }).length;
1105
+ }
1106
+ isMutating(u) {
1107
+ return this.#t.findAll({
1108
+ ...u,
1109
+ status: "pending"
1110
+ }).length;
1111
+ }
1112
+ getQueryData(u) {
1113
+ let z = this.defaultQueryOptions({ queryKey: u });
1114
+ return this.#e.get(z.queryHash)?.state.data;
1115
+ }
1116
+ ensureQueryData(u) {
1117
+ let z = this.defaultQueryOptions(u), B = this.#e.build(this, z), V = B.state.data;
1118
+ return V === void 0 ? this.fetchQuery(u) : (u.revalidateIfStale && B.isStaleByTime(resolveStaleTime(z.staleTime, B)) && this.prefetchQuery(z), Promise.resolve(V));
1119
+ }
1120
+ getQueriesData(u) {
1121
+ return this.#e.findAll(u).map(({ queryKey: u, state: z }) => [u, z.data]);
1122
+ }
1123
+ setQueryData(u, z, B) {
1124
+ let V = this.defaultQueryOptions({ queryKey: u }), H = this.#e.get(V.queryHash)?.state.data, U = functionalUpdate(z, H);
1125
+ if (U !== void 0) return this.#e.build(this, V).setData(U, {
1126
+ ...B,
1127
+ manual: !0
1128
+ });
1129
+ }
1130
+ setQueriesData(u, z, B) {
1131
+ return notifyManager.batch(() => this.#e.findAll(u).map(({ queryKey: u }) => [u, this.setQueryData(u, z, B)]));
1132
+ }
1133
+ getQueryState(u) {
1134
+ let z = this.defaultQueryOptions({ queryKey: u });
1135
+ return this.#e.get(z.queryHash)?.state;
1136
+ }
1137
+ removeQueries(u) {
1138
+ let z = this.#e;
1139
+ notifyManager.batch(() => {
1140
+ z.findAll(u).forEach((u) => {
1141
+ z.remove(u);
1142
+ });
1143
+ });
1144
+ }
1145
+ resetQueries(u, z) {
1146
+ let B = this.#e;
1147
+ return notifyManager.batch(() => (B.findAll(u).forEach((u) => {
1148
+ u.reset();
1149
+ }), this.refetchQueries({
1150
+ type: "active",
1151
+ ...u
1152
+ }, z)));
1153
+ }
1154
+ cancelQueries(u, z = {}) {
1155
+ let B = {
1156
+ revert: !0,
1157
+ ...z
1158
+ }, V = notifyManager.batch(() => this.#e.findAll(u).map((u) => u.cancel(B)));
1159
+ return Promise.all(V).then(noop).catch(noop);
1160
+ }
1161
+ invalidateQueries(u, z = {}) {
1162
+ return notifyManager.batch(() => (this.#e.findAll(u).forEach((u) => {
1163
+ u.invalidate();
1164
+ }), u?.refetchType === "none" ? Promise.resolve() : this.refetchQueries({
1165
+ ...u,
1166
+ type: u?.refetchType ?? u?.type ?? "active"
1167
+ }, z)));
1168
+ }
1169
+ refetchQueries(u, z = {}) {
1170
+ let B = {
1171
+ ...z,
1172
+ cancelRefetch: z.cancelRefetch ?? !0
1173
+ }, V = notifyManager.batch(() => this.#e.findAll(u).filter((u) => !u.isDisabled() && !u.isStatic()).map((u) => {
1174
+ let z = u.fetch(void 0, B);
1175
+ return B.throwOnError || (z = z.catch(noop)), u.state.fetchStatus === "paused" ? Promise.resolve() : z;
1176
+ }));
1177
+ return Promise.all(V).then(noop);
1178
+ }
1179
+ fetchQuery(u) {
1180
+ let z = this.defaultQueryOptions(u);
1181
+ z.retry === void 0 && (z.retry = !1);
1182
+ let B = this.#e.build(this, z);
1183
+ return B.isStaleByTime(resolveStaleTime(z.staleTime, B)) ? B.fetch(z) : Promise.resolve(B.state.data);
1184
+ }
1185
+ prefetchQuery(u) {
1186
+ return this.fetchQuery(u).then(noop).catch(noop);
1187
+ }
1188
+ fetchInfiniteQuery(u) {
1189
+ return u.behavior = infiniteQueryBehavior(u.pages), this.fetchQuery(u);
1190
+ }
1191
+ prefetchInfiniteQuery(u) {
1192
+ return this.fetchInfiniteQuery(u).then(noop).catch(noop);
1193
+ }
1194
+ ensureInfiniteQueryData(u) {
1195
+ return u.behavior = infiniteQueryBehavior(u.pages), this.ensureQueryData(u);
1196
+ }
1197
+ resumePausedMutations() {
1198
+ return onlineManager.isOnline() ? this.#t.resumePausedMutations() : Promise.resolve();
1199
+ }
1200
+ getQueryCache() {
1201
+ return this.#e;
1202
+ }
1203
+ getMutationCache() {
1204
+ return this.#t;
1205
+ }
1206
+ getDefaultOptions() {
1207
+ return this.#n;
1208
+ }
1209
+ setDefaultOptions(u) {
1210
+ this.#n = u;
1211
+ }
1212
+ setQueryDefaults(u, z) {
1213
+ this.#r.set(hashKey(u), {
1214
+ queryKey: u,
1215
+ defaultOptions: z
1216
+ });
1217
+ }
1218
+ getQueryDefaults(u) {
1219
+ let z = [...this.#r.values()], B = {};
1220
+ return z.forEach((z) => {
1221
+ partialMatchKey(u, z.queryKey) && Object.assign(B, z.defaultOptions);
1222
+ }), B;
1223
+ }
1224
+ setMutationDefaults(u, z) {
1225
+ this.#i.set(hashKey(u), {
1226
+ mutationKey: u,
1227
+ defaultOptions: z
1228
+ });
1229
+ }
1230
+ getMutationDefaults(u) {
1231
+ let z = [...this.#i.values()], B = {};
1232
+ return z.forEach((z) => {
1233
+ partialMatchKey(u, z.mutationKey) && Object.assign(B, z.defaultOptions);
1234
+ }), B;
1235
+ }
1236
+ defaultQueryOptions(u) {
1237
+ if (u._defaulted) return u;
1238
+ let z = {
1239
+ ...this.#n.queries,
1240
+ ...this.getQueryDefaults(u.queryKey),
1241
+ ...u,
1242
+ _defaulted: !0
1243
+ };
1244
+ return z.queryHash ||= hashQueryKeyByOptions(z.queryKey, z), z.refetchOnReconnect === void 0 && (z.refetchOnReconnect = z.networkMode !== "always"), z.throwOnError === void 0 && (z.throwOnError = !!z.suspense), !z.networkMode && z.persister && (z.networkMode = "offlineFirst"), z.queryFn === skipToken && (z.enabled = !1), z;
1245
+ }
1246
+ defaultMutationOptions(u) {
1247
+ return u?._defaulted ? u : {
1248
+ ...this.#n.mutations,
1249
+ ...u?.mutationKey && this.getMutationDefaults(u.mutationKey),
1250
+ ...u,
1251
+ _defaulted: !0
1252
+ };
1253
+ }
1254
+ clear() {
1255
+ this.#e.clear(), this.#t.clear();
1256
+ }
1257
+ };
1258
+ const dataBroker = class B {
1259
+ constructor(u = {}) {
1260
+ this.availableDatasets = [], this.apiUrl = u.apiUrl || "https://api.luzmo.com", this.apiVersion = u.apiVersion || "0.1.0", this.authKey = u.authKey || "", this.authToken = u.authToken || "", this.queryClient = new QueryClient({ defaultOptions: { queries: {
1261
+ staleTime: u.staleTime || 300 * 1e3,
1262
+ gcTime: u.gcTime || 600 * 1e3,
1263
+ retry: u.retry || 3,
1264
+ retryDelay: u.retryDelay || ((u) => Math.min(1e3 * 2 ** u, 3e4))
1265
+ } } }), this.initNetworkListeners();
1266
+ }
1267
+ configure(u = {}) {
1268
+ let z = u.authKey !== void 0 && u.authKey !== "" && u.authKey !== this.authKey || u.authToken !== void 0 && u.authToken !== "" && u.authToken !== this.authToken || u.apiUrl !== void 0 && u.apiUrl !== this.apiUrl;
1269
+ if (u.apiVersion && (this.apiVersion = u.apiVersion), u.apiUrl !== void 0 && (this.apiUrl = u.apiUrl), u.authKey !== void 0 && (this.authKey = u.authKey), u.authToken !== void 0 && (this.authToken = u.authToken), z && (this.queryClient.clear(), this.availableDatasets = []), u.staleTime || u.gcTime || u.retry) {
1270
+ let z = {};
1271
+ u.staleTime && (z.staleTime = u.staleTime), u.gcTime && (z.gcTime = u.gcTime), u.retry && (z.retry = u.retry), this.queryClient.setDefaultOptions({ queries: {
1272
+ ...this.queryClient.getDefaultOptions().queries,
1273
+ ...z
1274
+ } });
1275
+ }
1276
+ }
1277
+ clearLocalCache() {
1278
+ this.queryClient.clear(), this.availableDatasets = [];
1279
+ }
1280
+ initNetworkListeners() {
1281
+ typeof window < "u" && window.addEventListener("online", () => {
1282
+ console.warn("Network connection restored, refreshing data..."), this.refreshAll();
1283
+ });
1284
+ }
1285
+ getHeaders(u = {}) {
1286
+ return {
1287
+ "Content-Type": "application/json",
1288
+ ...u
1289
+ };
1290
+ }
1291
+ async fetchApi(u, z, B = {}) {
1292
+ let V = `${this.apiUrl}/${this.apiVersion}${u}`, H = {
1293
+ method: B.method || "POST",
1294
+ headers: this.getHeaders(B.headers),
1295
+ mode: "cors",
1296
+ ...B
1297
+ };
1298
+ z !== void 0 && (z.key = this.authKey, z.token = this.authToken, H.body = JSON.stringify(z));
1299
+ try {
1300
+ let z = await fetch(V, H);
1301
+ if (!z.ok) {
1302
+ let B = await z.json().catch(() => null);
1303
+ throw z.status === 401 || z.status === 403 ? Error("Authentication failed. Please check your API token.") : z.status === 404 ? Error(`Resource not found: ${u}`) : z.status === 429 ? Error("Rate limit exceeded. Please try again later.") : Error(B?.message || `API request failed with status ${z.status}`);
1304
+ }
1305
+ return await z.json();
1306
+ } catch (z) {
1307
+ throw console.error(`API request to ${u} failed:`, z), z instanceof Error && (z.endpoint = u, z.timestamp = (/* @__PURE__ */ new Date()).toISOString()), z;
1308
+ }
1309
+ }
1310
+ async fetchAllDatasets(u = {}) {
1311
+ let z = u.offset || 0, B = u.limit || 50, V = [
1312
+ "datasets",
1313
+ z,
1314
+ B
1315
+ ];
1316
+ return await this.queryClient.fetchQuery({
1317
+ queryKey: V,
1318
+ queryFn: async () => {
1319
+ let u = {
1320
+ action: "get",
1321
+ version: this.apiVersion,
1322
+ find: {
1323
+ where: { type: "dataset" },
1324
+ attributes: [
1325
+ "id",
1326
+ "name",
1327
+ "description"
1328
+ ],
1329
+ limit: B,
1330
+ offset: z
1331
+ }
1332
+ }, V = await this.fetchApi("/securable", u);
1333
+ return {
1334
+ data: V?.rows ?? [],
1335
+ pagination: {
1336
+ offset: z,
1337
+ limit: B,
1338
+ total: V?.count ?? 0,
1339
+ pages: Math.ceil((V?.count ?? 0) / B)
1340
+ }
1341
+ };
1342
+ }
1343
+ });
1344
+ }
1345
+ async searchDatasets(u, z) {
1346
+ if (!u) return { data: [] };
1347
+ let B = [
1348
+ "datasets",
1349
+ "search",
1350
+ u,
1351
+ z
1352
+ ];
1353
+ return await this.queryClient.fetchQuery({
1354
+ queryKey: B,
1355
+ queryFn: async () => {
1356
+ let B = {
1357
+ action: "get",
1358
+ version: this.apiVersion,
1359
+ find: { where: { type: "dataset" } }
1360
+ };
1361
+ u?.length > 0 && (B.find.search = {
1362
+ match_types: ["name"],
1363
+ keyphrase: u
1364
+ }), z?.offset && (B.find.offset = z?.offset), z?.limit && (B.find.limit = z?.limit);
1365
+ let V = await this.fetchApi("/securable", B), H = { data: V?.rows ?? [] };
1366
+ return z?.limit && (H.pagination = {
1367
+ offset: z?.offset ?? 0,
1368
+ limit: z?.limit,
1369
+ total: V?.count ?? 0,
1370
+ pages: Math.ceil((V?.count ?? 0) / z?.limit)
1371
+ }), H;
1372
+ }
1373
+ });
1374
+ }
1375
+ async fetchDatasetNames(z) {
1376
+ if (!z || z.length === 0) throw Error("At least one dataset ID is required");
1377
+ let { valid: B, invalid: V } = validateUuids(z);
1378
+ if (V.length > 0 && console.warn(`[DataBroker] Invalid dataset IDs provided (not valid UUIDs): ${V.join(", ")}. These will be skipped.`), B.length === 0) throw Error("No valid dataset IDs provided. Dataset IDs must be valid UUIDs.");
1379
+ let H = [
1380
+ "dataset-names",
1381
+ B,
1382
+ this.authKey,
1383
+ this.authToken
1384
+ ];
1385
+ return await this.queryClient.fetchQuery({
1386
+ queryKey: H,
1387
+ queryFn: async () => {
1388
+ let u = {
1389
+ action: "get",
1390
+ version: this.apiVersion,
1391
+ find: {
1392
+ where: {
1393
+ type: "dataset",
1394
+ id: { in: B }
1395
+ },
1396
+ attributes: [
1397
+ "name",
1398
+ "id",
1399
+ "description"
1400
+ ]
1401
+ }
1402
+ };
1403
+ return (await this.fetchApi("/securable", u))?.rows ?? [];
1404
+ }
1405
+ });
1406
+ }
1407
+ async fetchDatasetsWithColumnsAndFormulas(z) {
1408
+ if (!z || z.length === 0) throw Error("At least one dataset ID is required");
1409
+ let { valid: B, invalid: V } = validateUuids(z);
1410
+ if (V.length > 0 && console.warn(`[DataBroker] Invalid dataset IDs provided (not valid UUIDs): ${V.join(", ")}. These will be skipped.`), B.length === 0) throw Error("No valid dataset IDs provided. Dataset IDs must be valid UUIDs.");
1411
+ let H = [
1412
+ "datasets",
1413
+ B,
1414
+ this.authKey,
1415
+ this.authToken
1416
+ ];
1417
+ return await this.queryClient.fetchQuery({
1418
+ queryKey: H,
1419
+ queryFn: async () => {
1420
+ let u = {
1421
+ action: "get",
1422
+ version: this.apiVersion,
1423
+ find: {
1424
+ where: {
1425
+ type: "dataset",
1426
+ id: { in: B }
1427
+ },
1428
+ attributes: [
1429
+ "name",
1430
+ "id",
1431
+ "description"
1432
+ ],
1433
+ include: [{
1434
+ model: "Column",
1435
+ attributes: [
1436
+ "id",
1437
+ "name",
1438
+ "description",
1439
+ "type",
1440
+ "subtype",
1441
+ "format",
1442
+ "hidden",
1443
+ "lowestLevel",
1444
+ "expression",
1445
+ "duration_levels",
1446
+ "duration_format"
1447
+ ],
1448
+ separate: !0,
1449
+ order: [["order", "asc"]],
1450
+ include: [
1451
+ {
1452
+ model: "Column",
1453
+ attributes: [
1454
+ "id",
1455
+ "securable_id",
1456
+ "hierarchy_enabled",
1457
+ "currency_id"
1458
+ ],
1459
+ as: "Joins"
1460
+ },
1461
+ {
1462
+ model: "HierarchyLevel",
1463
+ attributes: [
1464
+ "id",
1465
+ "level",
1466
+ "name"
1467
+ ],
1468
+ as: "HierarchyLevels"
1469
+ },
1470
+ {
1471
+ model: "Currency",
1472
+ attributes: [
1473
+ "id",
1474
+ "name",
1475
+ "symbol"
1476
+ ],
1477
+ as: "Currency"
1478
+ }
1479
+ ]
1480
+ }, {
1481
+ model: "Formula",
1482
+ attributes: [
1483
+ "id",
1484
+ "name",
1485
+ "description",
1486
+ "type",
1487
+ "subtype",
1488
+ "format",
1489
+ "hidden",
1490
+ "lowestLevel",
1491
+ "expression",
1492
+ "duration_levels",
1493
+ "duration_format"
1494
+ ],
1495
+ include: [{
1496
+ model: "Currency",
1497
+ attributes: [
1498
+ "id",
1499
+ "name",
1500
+ "symbol"
1501
+ ],
1502
+ as: "Currency"
1503
+ }]
1504
+ }]
1505
+ }
1506
+ };
1507
+ return (await this.fetchApi("/securable", u))?.rows ?? [];
1508
+ }
1509
+ });
1510
+ }
1511
+ async fetchData(u) {
1512
+ if (!u) throw Error("Query is required");
1513
+ let z = ["data", u];
1514
+ return await this.queryClient.fetchQuery({
1515
+ queryKey: z,
1516
+ queryFn: async () => {
1517
+ let z = {
1518
+ action: "get",
1519
+ version: this.apiVersion,
1520
+ find: { queries: [u] }
1521
+ }, B = await this.fetchApi("/data", z);
1522
+ return {
1523
+ data: B?.data || [],
1524
+ performance: B?.performance || {}
1525
+ };
1526
+ }
1527
+ });
1528
+ }
1529
+ async fetchTheme(u) {
1530
+ if (!u) throw Error("Theme ID is required");
1531
+ let z = ["theme", u];
1532
+ return await this.queryClient.fetchQuery({
1533
+ queryKey: z,
1534
+ queryFn: async () => (await this.fetchApi("/theme", {
1535
+ action: "get",
1536
+ version: this.apiVersion,
1537
+ find: { where: { id: u } }
1538
+ }))?.rows?.[0]
1539
+ });
1540
+ }
1541
+ refreshAll() {
1542
+ this.queryClient.refetchQueries();
1543
+ }
1544
+ invalidateDatasetData(u) {
1545
+ u ? (this.queryClient.invalidateQueries({ queryKey: ["dataset", u] }), this.queryClient.invalidateQueries({ queryKey: ["columns", u] })) : this.queryClient.invalidateQueries({ queryKey: ["datasets"] });
1546
+ }
1547
+ invalidateAll() {
1548
+ this.queryClient.clear();
1549
+ }
1550
+ static getInstance(u = {}) {
1551
+ return B.instance ? Object.keys(u).length > 0 && B.instance.configure(u) : B.instance = new B(u), B.instance;
1552
+ }
1553
+ async fetchDatasetsRecursive(B) {
1554
+ if (!B || B.length === 0) throw Error("At least one dataset ID is required");
1555
+ let { valid: V, invalid: H } = validateUuids(B);
1556
+ if (H.length > 0 && console.warn(`[DataBroker] Invalid dataset IDs provided (not valid UUIDs): ${H.join(", ")}. These will be skipped.`), V.length === 0) throw Error("No valid dataset IDs provided. Dataset IDs must be valid UUIDs.");
1557
+ let U = [...new Set(V)], W = /* @__PURE__ */ new Set(), G = /* @__PURE__ */ new Map(), K = (u) => {
1558
+ u && isValidUuid(u) && !W.has(u) && !U.includes(u) && U.push(u);
1559
+ };
1560
+ for (; U.length > 0;) {
1561
+ let u = [];
1562
+ for (; U.length > 0 && u.length < 50;) {
1563
+ let z = U.shift();
1564
+ W.has(z) || u.push(z);
1565
+ }
1566
+ if (u.length !== 0) try {
1567
+ (await this.fetchDatasetsWithColumnsAndFormulas(u)).forEach((u) => {
1568
+ let z = this.postProcessDatasetMetadata(u);
1569
+ W.add(z.id), this.queryClient.setQueryData(["dataset", z.id], z), (z.outgoingJoins ?? []).map((u) => u.securable_id).filter((u) => !!u && u !== z.id).forEach((u) => {
1570
+ K(u);
1571
+ }), G.set(z.id, z), this.availableDatasets.some((u) => u.id === z.id) || this.availableDatasets.push({
1572
+ id: z.id,
1573
+ name: z.name,
1574
+ columns: z.columns
1575
+ });
1576
+ });
1577
+ } catch (u) {
1578
+ console.error("Error fetching datasets recursively:", u);
1579
+ }
1580
+ }
1581
+ return [...G.values()];
1582
+ }
1583
+ postProcessDatasetMetadata(u) {
1584
+ let z = [], B = (u.columns ?? []).map((u) => {
1585
+ let B = u.joins ?? (Array.isArray(u.joins) ? u.joins : []);
1586
+ Array.isArray(B) && B.length > 0 && z.push(...B);
1587
+ let { joins: V, ...H } = u;
1588
+ return {
1589
+ ...H,
1590
+ joins: B
1591
+ };
1592
+ });
1593
+ return {
1594
+ ...u,
1595
+ columns: B,
1596
+ formulas: u.formulas ?? [],
1597
+ outgoingJoins: z,
1598
+ dateLoaded: /* @__PURE__ */ new Date()
1599
+ };
1600
+ }
1601
+ getAvailableDatasets() {
1602
+ return this.availableDatasets;
1603
+ }
1604
+ getLinkedDatasetsIds(u) {
1605
+ let z = this.queryClient.getQueryData(["dataset", u]);
1606
+ return z ? (z.outgoingJoins ?? []).map((u) => u.securable_id).filter((z) => !!z && z !== u) : [];
1607
+ }
1608
+ }.getInstance();
1609
+ export { dataBroker as t };