@luzmo/analytics-components-kit 1.0.1-alpha.136 → 1.0.1-alpha.138

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 (2573) hide show
  1. package/README.md +62 -9
  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 +3 -5
  10. package/angular/components/edit-filters.component.ts +0 -2
  11. package/angular/components/edit-item.component.ts +6 -6
  12. package/angular/components/edit-option.component.ts +6 -6
  13. package/angular/components/filter-expression-picker.component.ts +0 -2
  14. package/angular/components/filter-item.component.ts +0 -2
  15. package/angular/components/filter-value-picker-datetime.component.ts +0 -2
  16. package/angular/components/filter-value-picker-hierarchy.component.ts +0 -2
  17. package/angular/components/filter-value-picker-numeric.component.ts +0 -2
  18. package/angular/components/filter-value-picker.component.ts +0 -2
  19. package/angular/components/grid-item-actions-menu.component.ts +6 -2
  20. package/angular/components/item-data-drop-panel.component.ts +3 -5
  21. package/angular/components/item-data-picker-panel.component.ts +3 -5
  22. package/angular/components/slot-contents-picker.component.ts +2 -4
  23. package/angular/components/viz-item-menu.component.ts +0 -2
  24. package/angular/esm/components/dataset-selector-list.component.d.ts +2 -1
  25. package/angular/esm/components/dataset-selector-list.component.js +7 -2
  26. package/angular/esm/components/display-settings-binning.component.d.ts +1 -2
  27. package/angular/esm/components/display-settings-binning.component.js +3 -8
  28. package/angular/esm/components/display-settings-datetime.component.d.ts +1 -2
  29. package/angular/esm/components/display-settings-datetime.component.js +3 -8
  30. package/angular/esm/components/display-settings-grand-totals.component.d.ts +1 -2
  31. package/angular/esm/components/display-settings-grand-totals.component.js +3 -8
  32. package/angular/esm/components/display-settings-numeric.component.d.ts +1 -2
  33. package/angular/esm/components/display-settings-numeric.component.js +3 -8
  34. package/angular/esm/components/display-settings-period-over-period.component.d.ts +1 -2
  35. package/angular/esm/components/display-settings-period-over-period.component.js +3 -8
  36. package/angular/esm/components/draggable-data-fields-panel.component.d.ts +1 -2
  37. package/angular/esm/components/draggable-data-fields-panel.component.js +2 -7
  38. package/angular/esm/components/droppable-slot.component.d.ts +4 -5
  39. package/angular/esm/components/droppable-slot.component.js +2 -7
  40. package/angular/esm/components/edit-filters.component.d.ts +1 -2
  41. package/angular/esm/components/edit-filters.component.js +2 -7
  42. package/angular/esm/components/edit-item.component.d.ts +6 -6
  43. package/angular/esm/components/edit-option.component.d.ts +6 -6
  44. package/angular/esm/components/filter-expression-picker.component.d.ts +1 -2
  45. package/angular/esm/components/filter-expression-picker.component.js +3 -8
  46. package/angular/esm/components/filter-item.component.d.ts +1 -2
  47. package/angular/esm/components/filter-item.component.js +2 -7
  48. package/angular/esm/components/filter-value-picker-datetime.component.d.ts +1 -2
  49. package/angular/esm/components/filter-value-picker-datetime.component.js +3 -8
  50. package/angular/esm/components/filter-value-picker-hierarchy.component.d.ts +1 -2
  51. package/angular/esm/components/filter-value-picker-hierarchy.component.js +2 -7
  52. package/angular/esm/components/filter-value-picker-numeric.component.d.ts +1 -2
  53. package/angular/esm/components/filter-value-picker-numeric.component.js +2 -7
  54. package/angular/esm/components/filter-value-picker.component.d.ts +1 -2
  55. package/angular/esm/components/filter-value-picker.component.js +2 -7
  56. package/angular/esm/components/grid-item-actions-menu.component.d.ts +4 -2
  57. package/angular/esm/components/grid-item-actions-menu.component.js +16 -6
  58. package/angular/esm/components/item-data-drop-panel.component.d.ts +4 -5
  59. package/angular/esm/components/item-data-drop-panel.component.js +2 -7
  60. package/angular/esm/components/item-data-picker-panel.component.d.ts +4 -5
  61. package/angular/esm/components/item-data-picker-panel.component.js +2 -7
  62. package/angular/esm/components/slot-contents-picker.component.d.ts +3 -4
  63. package/angular/esm/components/slot-contents-picker.component.js +2 -7
  64. package/angular/esm/components/viz-item-menu.component.d.ts +1 -2
  65. package/angular/esm/components/viz-item-menu.component.js +2 -7
  66. package/angular/esm/types/dataset-data-field.types.d.ts +33 -1
  67. package/angular/esm/types/dataset.types.d.ts +5 -2
  68. package/angular/esm/types/slot.types.d.ts +3 -11
  69. package/angular/esm/types.d.ts +1 -2
  70. package/angular/types/dataset-data-field.types.ts +37 -1
  71. package/angular/types/dataset.types.ts +5 -2
  72. package/angular/types/slot.types.ts +3 -12
  73. package/angular/types.ts +11 -2
  74. package/angular/utils/base/index.d.ts +1 -0
  75. package/angular/utils/base/localized-mixin.d.ts +22 -0
  76. package/angular/utils/data-field-types/calculate-data-field-icon.d.ts +3 -1
  77. package/angular/utils/index.d.ts +1 -0
  78. package/angular/utils/slot-state/slot-store.d.ts +3 -3
  79. package/angular/utils/switch-item/index.d.ts +8 -7
  80. package/components/ai-chat/index.cjs +1 -1
  81. package/components/ai-chat/index.js +9 -8
  82. package/components/ai-chat-CbqvVZDp.cjs +60 -0
  83. package/components/ai-interaction-textarea/index.cjs +1 -1
  84. package/components/ai-interaction-textarea/index.js +7 -7
  85. package/components/ai-interaction-textarea-DDVKMfTQ.cjs +56 -0
  86. package/components/area-chart-options.config-CcY14BOA.js +143 -0
  87. package/components/area-chart-options.config-D3wkfLIJ.cjs +20 -0
  88. package/components/area-chart-options.config-N7wfxV92.cjs +20 -0
  89. package/components/area-chart-options.config-faHluStC.js +21 -0
  90. package/components/area-chart-options.de-B2X9EW6t.js +62 -0
  91. package/components/area-chart-options.en-DdMmuUda.js +62 -0
  92. package/components/area-chart-options.es-CNsCg-F5.js +62 -0
  93. package/components/area-chart-options.fr-CLJXmywl.js +62 -0
  94. package/components/area-chart-options.nl-vpXh0GUm.js +62 -0
  95. package/components/area-chart-positioning.config-DVYCRqs_.cjs +20 -0
  96. package/components/area-chart-positioning.config-DW24wXqx.js +53 -0
  97. package/components/area-chart-slots.config--mqsjuLX.js +21 -0
  98. package/components/area-chart-slots.config-BcsjZqui.js +52 -0
  99. package/components/area-chart-slots.config-DP23H7Pe.cjs +20 -0
  100. package/components/area-chart-slots.config-DwhLv5VD.cjs +20 -0
  101. package/components/bar-chart-options.config-34L6pYbi.cjs +20 -0
  102. package/components/bar-chart-options.config-D6fIzxzr.cjs +20 -0
  103. package/components/bar-chart-options.config-DMJQR92m.js +217 -0
  104. package/components/bar-chart-options.config-DPeyVPYq.js +21 -0
  105. package/components/bar-chart-options.de-Cz_OOH17.js +88 -0
  106. package/components/bar-chart-options.de-q4mxGu14.cjs +20 -0
  107. package/components/bar-chart-options.en-CfiByzMZ.cjs +20 -0
  108. package/components/bar-chart-options.en-VJAkQpiQ.js +88 -0
  109. package/components/bar-chart-options.es-5q1-OHQH.js +88 -0
  110. package/components/bar-chart-options.es-aJB8H3J7.cjs +20 -0
  111. package/components/bar-chart-options.fr-BzVriCKx.cjs +20 -0
  112. package/components/bar-chart-options.fr-D6pZMftl.js +88 -0
  113. package/components/bar-chart-options.nl-CrUAnFpV.cjs +20 -0
  114. package/components/bar-chart-options.nl-DqOzdnwm.js +88 -0
  115. package/components/bar-chart-positioning.config-L-mfKSm0.js +57 -0
  116. package/components/bar-chart-positioning.config-wOHB36GL.cjs +20 -0
  117. package/components/bar-chart-slots.config-BXmyYBkR.js +47 -0
  118. package/components/bar-chart-slots.config-Bzwph1ZH.js +21 -0
  119. package/components/bar-chart-slots.config-C9stCMbT.cjs +20 -0
  120. package/components/bar-chart-slots.config-DhN80-re.cjs +20 -0
  121. package/components/base-C_azywlB.cjs +20 -0
  122. package/components/base-store-CjudELw2.cjs +20 -0
  123. package/components/box-plot-options.config--J3oLyCd.js +293 -0
  124. package/components/box-plot-options.config-Dv5K0Hx1.cjs +20 -0
  125. package/components/box-plot-options.config-rN1deHkn.js +21 -0
  126. package/components/box-plot-options.config-tZgl894L.cjs +20 -0
  127. package/components/box-plot-options.de-Pcws8Htk.js +77 -0
  128. package/components/box-plot-options.en-C_kqWvYm.js +77 -0
  129. package/components/box-plot-options.es-BW7yCCiw.js +77 -0
  130. package/components/box-plot-options.fr-ndQwdMt3.js +77 -0
  131. package/components/box-plot-options.nl-D8g47giP.js +77 -0
  132. package/components/box-plot-positioning.config-COnidaMC.cjs +20 -0
  133. package/components/box-plot-positioning.config-DlmTcWJL.js +46 -0
  134. package/components/box-plot-slots.config-C2dQ3KJ5.js +37 -0
  135. package/components/box-plot-slots.config-CnDRGy6E.cjs +20 -0
  136. package/components/box-plot-slots.config-DorUcTE-.cjs +20 -0
  137. package/components/box-plot-slots.config-niR9zjuf.js +21 -0
  138. package/components/bubble-chart-options.config-BTMgdRPF.js +21 -0
  139. package/components/bubble-chart-options.config-Co1XyWCA.cjs +20 -0
  140. package/components/bubble-chart-options.config-D1H0-EMR.cjs +20 -0
  141. package/components/bubble-chart-options.config-aRrKK8Ii.js +112 -0
  142. package/components/bubble-chart-options.de-C0Bq6Jta.js +47 -0
  143. package/components/bubble-chart-options.en-DzNFzxae.js +47 -0
  144. package/components/bubble-chart-options.es-B306u1JO.js +47 -0
  145. package/components/bubble-chart-options.fr-ByJbTey0.js +47 -0
  146. package/components/bubble-chart-options.nl-C0QPseuY.js +47 -0
  147. package/components/bubble-chart-positioning.config-MWVa99rV.cjs +20 -0
  148. package/components/bubble-chart-positioning.config-pIaAs12w.js +53 -0
  149. package/components/bubble-chart-slots.config-BNy49CEz.cjs +20 -0
  150. package/components/bubble-chart-slots.config-C-dyOSVY.js +21 -0
  151. package/components/bubble-chart-slots.config-CaBDuUii.js +44 -0
  152. package/components/bubble-chart-slots.config-wfccaql8.cjs +20 -0
  153. package/components/bullet-chart-options.config-Csbxzs3F.cjs +20 -0
  154. package/components/bullet-chart-options.config-Cts5BYF3.cjs +20 -0
  155. package/components/bullet-chart-options.config-sgup3oXg.js +72 -0
  156. package/components/bullet-chart-options.config-xy_STmfb.js +21 -0
  157. package/components/bullet-chart-options.de-hxgTQ3tQ.js +37 -0
  158. package/components/bullet-chart-options.en-Bfj8rehN.js +37 -0
  159. package/components/bullet-chart-options.es-CRwqoWFD.js +37 -0
  160. package/components/bullet-chart-options.fr-CiXnFZ3O.js +37 -0
  161. package/components/bullet-chart-options.nl-rKHO6VxR.js +37 -0
  162. package/components/bullet-chart-positioning.config-CNvspZ7J.cjs +20 -0
  163. package/components/bullet-chart-positioning.config-DZSlc311.js +54 -0
  164. package/components/bullet-chart-slots.config-BN8uNvzH.js +21 -0
  165. package/components/bullet-chart-slots.config-BZUuzYDf.cjs +20 -0
  166. package/components/bullet-chart-slots.config-CPhAWoAn.cjs +20 -0
  167. package/components/bullet-chart-slots.config-D6zrsyca.js +43 -0
  168. package/components/calculate-data-field-icon-BhiGlh0u.cjs +20 -0
  169. package/components/calculate-data-field-icon-CY7Y6fn1.js +147 -0
  170. package/components/choropleth-map-options.config-Bp4oiq7R.cjs +20 -0
  171. package/components/choropleth-map-options.config-C2Kpmkxk.js +343 -0
  172. package/components/choropleth-map-options.config-CZXqifmx.cjs +20 -0
  173. package/components/choropleth-map-options.config-D040b8cq.js +21 -0
  174. package/components/choropleth-map-options.de-DVg7D5qv.js +70 -0
  175. package/components/choropleth-map-options.en-DD7A777K.js +70 -0
  176. package/components/choropleth-map-options.es-DaZQOGsb.js +70 -0
  177. package/components/choropleth-map-options.fr-CwD0we0b.js +70 -0
  178. package/components/choropleth-map-options.nl-Dp6vpo9i.js +70 -0
  179. package/components/choropleth-map-positioning.config-B6pmKYck.js +53 -0
  180. package/components/choropleth-map-positioning.config-D60bNs0e.cjs +20 -0
  181. package/components/choropleth-map-slots.config-2Mp0f5X6.cjs +20 -0
  182. package/components/choropleth-map-slots.config-B2UpqYPK.js +50 -0
  183. package/components/choropleth-map-slots.config-DP05dMGc.js +21 -0
  184. package/components/choropleth-map-slots.config-DbEYsBMs.cjs +20 -0
  185. package/components/chunk-350yNsax.cjs +20 -0
  186. package/components/circle-pack-chart-options.config-CDeI4UV0.js +21 -0
  187. package/components/circle-pack-chart-options.config-Cg1YmEE1.cjs +20 -0
  188. package/components/circle-pack-chart-options.config-dzwInh_R.js +51 -0
  189. package/components/circle-pack-chart-options.de-DBHZtBmX.js +29 -0
  190. package/components/circle-pack-chart-options.en-C1M5P2-l.js +29 -0
  191. package/components/circle-pack-chart-options.es-wBr4vJbt.js +29 -0
  192. package/components/circle-pack-chart-options.fr-BR7x280a.js +29 -0
  193. package/components/circle-pack-chart-options.nl-DhvEq6ea.js +29 -0
  194. package/components/circle-pack-chart-positioning.config-Lj8D0F47.js +46 -0
  195. package/components/circle-pack-chart-positioning.config-MwgGgjaX.cjs +20 -0
  196. package/components/circle-pack-chart-slots.config-1dvFsIi6.cjs +20 -0
  197. package/components/circle-pack-chart-slots.config-X1LPK06h.cjs +20 -0
  198. package/components/circle-pack-chart-slots.config-_lNgQ2gM.js +35 -0
  199. package/components/circle-pack-chart-slots.config-mBBQ3ChT.js +21 -0
  200. package/components/circular-gauge-options.config-CAvcVBuT.js +21 -0
  201. package/components/circular-gauge-options.config-Ce6HFrhX.js +185 -0
  202. package/components/circular-gauge-options.config-Cr-mWh6R.cjs +20 -0
  203. package/components/circular-gauge-options.config-Dr-9zVsF.cjs +20 -0
  204. package/components/circular-gauge-options.de-Bl6t8Vtu.js +55 -0
  205. package/components/circular-gauge-options.de-D9MZiW1s.cjs +20 -0
  206. package/components/circular-gauge-options.en-D6t4kjzW.js +55 -0
  207. package/components/circular-gauge-options.es-DgJC6YMK.cjs +20 -0
  208. package/components/circular-gauge-options.es-HNVLVocG.js +55 -0
  209. package/components/circular-gauge-options.fr-BCBCfNc6.js +55 -0
  210. package/components/circular-gauge-options.nl-ABjx-HBx.js +55 -0
  211. package/components/circular-gauge-positioning.config-CgC1XVjy.js +46 -0
  212. package/components/circular-gauge-positioning.config-Qwg7HNl1.cjs +20 -0
  213. package/components/circular-gauge-slots.config-BawzBMto.js +36 -0
  214. package/components/circular-gauge-slots.config-BrvTir-s.cjs +20 -0
  215. package/components/circular-gauge-slots.config-D4CEZIkS.js +21 -0
  216. package/components/circular-gauge-slots.config-KBFvKcov.cjs +20 -0
  217. package/components/color-palettes-CkWzJDY0.js +1472 -0
  218. package/components/color-palettes-ZxJrYfsI.cjs +20 -0
  219. package/components/color-range-utils-Chyz7WSK.js +61 -0
  220. package/components/color-range-utils-X0NoMXQP.cjs +20 -0
  221. package/components/column-chart-options.config-B83OdSzH.cjs +20 -0
  222. package/components/column-chart-options.config-DaGo3UPc.cjs +20 -0
  223. package/components/column-chart-options.config-DuWqubdk.js +216 -0
  224. package/components/column-chart-options.config-DxH6Wkzv.js +21 -0
  225. package/components/column-chart-options.de-B0Op0vwQ.js +88 -0
  226. package/components/column-chart-options.de-DgAmUbET.cjs +20 -0
  227. package/components/column-chart-options.en-CkoywZWd.cjs +20 -0
  228. package/components/column-chart-options.en-Yh0aO7kR.js +88 -0
  229. package/components/column-chart-options.es-CUanyhU8.cjs +20 -0
  230. package/components/column-chart-options.es-ZchO-V0p.js +88 -0
  231. package/components/column-chart-options.fr-BmDAZnhI.js +88 -0
  232. package/components/column-chart-options.fr-DQTjXhzp.cjs +20 -0
  233. package/components/column-chart-options.nl-BQKXUekZ.cjs +20 -0
  234. package/components/column-chart-options.nl-BdwgQ_uM.js +88 -0
  235. package/components/column-chart-positioning.config-WrilAzV_.cjs +20 -0
  236. package/components/column-chart-positioning.config-sWfkIMAv.js +53 -0
  237. package/components/column-chart-slots.config-BOrEQ9zB.cjs +20 -0
  238. package/components/column-chart-slots.config-CS5VtjTN.js +21 -0
  239. package/components/column-chart-slots.config-CqBfdtFr.cjs +20 -0
  240. package/components/column-chart-slots.config-kz01zcFm.js +47 -0
  241. package/components/combination-chart-options.config-B66IvpE7.cjs +20 -0
  242. package/components/combination-chart-options.config-BJo7Dywr.js +21 -0
  243. package/components/combination-chart-options.config-BfNllZT4.cjs +20 -0
  244. package/components/combination-chart-options.config-CcUCgYaW.js +84 -0
  245. package/components/combination-chart-options.de-DIIZ1wNy.cjs +20 -0
  246. package/components/combination-chart-options.de-DLiVvpnI.js +41 -0
  247. package/components/combination-chart-options.en-C2byZffi.cjs +20 -0
  248. package/components/combination-chart-options.en-yQ-wL85s.js +41 -0
  249. package/components/combination-chart-options.es-BtvCEpkY.js +41 -0
  250. package/components/combination-chart-options.es-ZGoor_Pb.cjs +20 -0
  251. package/components/combination-chart-options.fr-C9Z5RCv8.js +41 -0
  252. package/components/combination-chart-options.fr-a5xO9_Rg.cjs +20 -0
  253. package/components/combination-chart-options.nl-9FAIlZmH.js +41 -0
  254. package/components/combination-chart-options.nl-BdFfslGK.cjs +20 -0
  255. package/components/combination-chart-positioning.config-Box3wPHN.cjs +20 -0
  256. package/components/combination-chart-positioning.config-iq0Qm3_Z.js +46 -0
  257. package/components/combination-chart-slots.config-BFTZ0iOm.js +40 -0
  258. package/components/combination-chart-slots.config-BUjUVxBL.cjs +20 -0
  259. package/components/combination-chart-slots.config-CO84f8lq.js +21 -0
  260. package/components/combination-chart-slots.config-IEqa3vNU.cjs +20 -0
  261. package/components/conditional-number-options.config-BG13iTC7.js +21 -0
  262. package/components/conditional-number-options.config-CkFrzLQ8.cjs +20 -0
  263. package/components/conditional-number-options.config-Tr9Unb8d.cjs +20 -0
  264. package/components/conditional-number-options.config-bCNzHQkV.js +201 -0
  265. package/components/conditional-number-options.de-Bi9rmvNj.js +58 -0
  266. package/components/conditional-number-options.en-Czlvz1gP.js +58 -0
  267. package/components/conditional-number-options.es-CQqNn9j9.js +58 -0
  268. package/components/conditional-number-options.fr-BFGFXKpA.js +58 -0
  269. package/components/conditional-number-options.nl-DNiwVyVg.js +58 -0
  270. package/components/conditional-number-positioning.config-BYzD84_1.cjs +20 -0
  271. package/components/conditional-number-positioning.config-D_gzQOaV.js +46 -0
  272. package/components/conditional-number-slots.config-BHKPNzCA.js +36 -0
  273. package/components/conditional-number-slots.config-Bh4LNgTJ.js +21 -0
  274. package/components/conditional-number-slots.config-D4vkmOkJ.cjs +20 -0
  275. package/components/conditional-number-slots.config-PKi0D03P.cjs +20 -0
  276. package/components/dashboard-store-BvJXzTYx.js +22 -0
  277. package/components/dashboard-store-CABa4USm.js +291 -0
  278. package/components/dashboard-store-CYLTLEcL.cjs +20 -0
  279. package/components/dashboard-store-CvMZuveK.cjs +20 -0
  280. package/components/data-broker-BUIUM5hr.cjs +20 -0
  281. package/components/data-broker-cLR-t5LM.js +1609 -0
  282. package/components/data-fields-select/data-fields-select.d.ts +20 -8
  283. package/components/data-fields-select/index.cjs +1 -1
  284. package/components/data-fields-select/index.d.ts +1 -0
  285. package/components/data-fields-select/index.js +5 -4
  286. package/components/data-fields-select-DeJFAEaP.cjs +40 -0
  287. package/components/data-fields-select-f028At8m.js +229 -0
  288. package/components/dataset-icon/index.cjs +1 -1
  289. package/components/dataset-icon/index.js +2 -2
  290. package/components/dataset-icon-BbNgugDA.cjs +64 -0
  291. package/components/dataset-selector-list/dataset-selector-list.d.ts +8 -0
  292. package/components/dataset-selector-list/index.cjs +1 -1
  293. package/components/dataset-selector-list/index.js +5 -5
  294. package/components/dataset-selector-list-DX-UEt94.js +308 -0
  295. package/components/dataset-selector-list-TCwsPRXj.cjs +74 -0
  296. package/components/dataset-selector-row/index.cjs +1 -1
  297. package/components/dataset-selector-row/index.js +6 -6
  298. package/components/dataset-selector-row-BAgWSX0U.cjs +82 -0
  299. package/components/dataset-selector-row-DOOAS7S4.js +183 -0
  300. package/components/date-comparison-filter-options.config--2Z797qN.js +123 -0
  301. package/components/date-comparison-filter-options.config-BxMEjU8o.cjs +20 -0
  302. package/components/date-comparison-filter-options.config-Cfhga0uT.js +21 -0
  303. package/components/date-comparison-filter-options.de-BCSuXPyi.cjs +20 -0
  304. package/components/date-comparison-filter-options.de-CQb499rf.js +53 -0
  305. package/components/date-comparison-filter-options.en-0AvsiNAV.js +53 -0
  306. package/components/date-comparison-filter-options.es-BZtYLF4i.js +53 -0
  307. package/components/date-comparison-filter-options.fr-DalJs_B3.js +53 -0
  308. package/components/date-comparison-filter-options.nl-BKHa_cRZ.js +53 -0
  309. package/components/date-comparison-filter-positioning.config-BUXf_lK6.js +36 -0
  310. package/components/date-comparison-filter-positioning.config-CnmoOnbT.cjs +20 -0
  311. package/components/date-comparison-filter-slots.config-BfCHdmS2.js +30 -0
  312. package/components/date-comparison-filter-slots.config-D7ruNdYO.cjs +20 -0
  313. package/components/date-comparison-filter-slots.config-DPytzabB.js +21 -0
  314. package/components/date-comparison-filter-slots.config-DoH-KB0I.cjs +20 -0
  315. package/components/date-filter-options.config-8Q0Uqiq3.cjs +20 -0
  316. package/components/date-filter-options.config-CRYHdCgK.js +21 -0
  317. package/components/date-filter-options.config-D8Hzx_EH.js +115 -0
  318. package/components/date-filter-options.de-C00bqObl.js +49 -0
  319. package/components/date-filter-options.de-z9ns7_nZ.cjs +20 -0
  320. package/components/date-filter-options.en-B8nSu938.js +49 -0
  321. package/components/date-filter-options.en-C8pb1jol.cjs +20 -0
  322. package/components/date-filter-options.es-CsarnUzk.js +49 -0
  323. package/components/date-filter-options.fr-DeCtetL4.js +49 -0
  324. package/components/date-filter-options.nl-DHbegwli.js +49 -0
  325. package/components/date-filter-positioning.config-DLy5ONjP.cjs +20 -0
  326. package/components/date-filter-positioning.config-DSBMf-JV.js +36 -0
  327. package/components/date-filter-slots.config-7V9B8ldl.js +21 -0
  328. package/components/date-filter-slots.config-CDWnujr4.cjs +20 -0
  329. package/components/date-filter-slots.config-GGBGAdF3.cjs +20 -0
  330. package/components/date-filter-slots.config-a4a17FGv.js +34 -0
  331. package/components/default-acceptable-data-field-types-B2M41jLy.js +51 -0
  332. package/components/default-acceptable-data-field-types-DY4JJ1aG.cjs +20 -0
  333. package/components/display-settings/index.cjs +1 -1
  334. package/components/display-settings/index.js +5 -3
  335. package/components/display-settings-BwRkE6i-.js +269 -0
  336. package/components/display-settings-binning/display-settings-binning.d.ts +3 -5
  337. package/components/display-settings-binning/index.cjs +1 -1
  338. package/components/display-settings-binning/index.js +4 -3
  339. package/components/display-settings-binning-CINPWs9W.js +106 -0
  340. package/components/display-settings-binning-D3upbl0e.cjs +56 -0
  341. package/components/display-settings-datetime/display-settings-datetime.d.ts +3 -5
  342. package/components/display-settings-datetime/index.cjs +1 -1
  343. package/components/display-settings-datetime/index.js +6 -5
  344. package/components/display-settings-datetime-DDM-aLcG.js +404 -0
  345. package/components/display-settings-datetime-JgOzqYhH.cjs +215 -0
  346. package/components/display-settings-grand-totals/display-settings-grand-totals.d.ts +3 -5
  347. package/components/display-settings-grand-totals/index.cjs +1 -1
  348. package/components/display-settings-grand-totals/index.js +4 -3
  349. package/components/display-settings-grand-totals-CvQEblpx.cjs +44 -0
  350. package/components/display-settings-grand-totals-Dn7LWTtv.js +85 -0
  351. package/components/display-settings-numeric/display-settings-numeric.d.ts +3 -5
  352. package/components/display-settings-numeric/index.cjs +1 -1
  353. package/components/display-settings-numeric/index.js +5 -4
  354. package/components/display-settings-numeric-B4nBbaZV.js +476 -0
  355. package/components/display-settings-numeric-CbjlAfSg.cjs +189 -0
  356. package/components/display-settings-period-over-period/display-settings-period-over-period.d.ts +3 -5
  357. package/components/display-settings-period-over-period/index.cjs +1 -1
  358. package/components/display-settings-period-over-period/index.js +4 -3
  359. package/components/display-settings-period-over-period-BPAS1OlP.cjs +225 -0
  360. package/components/display-settings-period-over-period-sfz3k1Rt.js +428 -0
  361. package/components/display-settings-rCBWD_I_.cjs +121 -0
  362. package/components/donut-chart-options.config-BW0sXuSo.cjs +20 -0
  363. package/components/donut-chart-options.config-PHzjbkzs.js +204 -0
  364. package/components/donut-chart-options.config-UaJ1Am5u.cjs +20 -0
  365. package/components/donut-chart-options.config-wapGtIzL.js +21 -0
  366. package/components/donut-chart-options.de-2kq3Itet.cjs +20 -0
  367. package/components/donut-chart-options.de-DSnc-ylu.js +83 -0
  368. package/components/donut-chart-options.en-CSL6rtzr.cjs +20 -0
  369. package/components/donut-chart-options.en-DFtpvbn-.js +83 -0
  370. package/components/donut-chart-options.es-CSw1YDfM.js +83 -0
  371. package/components/donut-chart-options.es-CoxZOg2x.cjs +20 -0
  372. package/components/donut-chart-options.fr-B_KJ4-yy.cjs +20 -0
  373. package/components/donut-chart-options.fr-C27NIRdc.js +83 -0
  374. package/components/donut-chart-options.nl-BZ5I7uWT.cjs +20 -0
  375. package/components/donut-chart-options.nl-CEHVe1rp.js +83 -0
  376. package/components/donut-chart-positioning.config-08AgVlNR.js +46 -0
  377. package/components/donut-chart-positioning.config-C6JRxM5I.cjs +20 -0
  378. package/components/donut-chart-slots.config-BodHWKFB.cjs +20 -0
  379. package/components/donut-chart-slots.config-D9Jtl-l4.js +21 -0
  380. package/components/donut-chart-slots.config-hpQTnmyD.js +36 -0
  381. package/components/donut-chart-slots.config-sEKS4wOs.cjs +20 -0
  382. package/components/draggable-data-field/draggable-data-field.d.ts +4 -4
  383. package/components/draggable-data-field/index.cjs +1 -1
  384. package/components/draggable-data-field/index.js +8 -7
  385. package/components/draggable-data-field-BszGH2hR.cjs +54 -0
  386. package/components/draggable-data-field-BwUc-uSE.js +116 -0
  387. package/components/draggable-data-field-level/index.cjs +1 -1
  388. package/components/draggable-data-field-level/index.js +6 -4
  389. package/components/draggable-data-field-level-BTUXWyDq.js +242 -0
  390. package/components/draggable-data-field-level-CJ-vup34.cjs +55 -0
  391. package/components/draggable-data-fields-panel/draggable-data-fields-panel.d.ts +3 -5
  392. package/components/draggable-data-fields-panel/index.cjs +1 -1
  393. package/components/draggable-data-fields-panel/index.js +11 -10
  394. package/components/draggable-data-fields-panel-70svWKIX.cjs +86 -0
  395. package/components/draggable-data-fields-panel-CmCqHUVg.js +377 -0
  396. package/components/dropdown-filter-options.config-BpMQmw0X.cjs +20 -0
  397. package/components/dropdown-filter-options.config-D6iHPxd9.js +150 -0
  398. package/components/dropdown-filter-options.config-D9vj6qoi.js +21 -0
  399. package/components/dropdown-filter-options.de-DwvrbGvS.js +52 -0
  400. package/components/dropdown-filter-options.en-Ba3Xc4s0.js +52 -0
  401. package/components/dropdown-filter-options.es-D2qrEJB0.js +52 -0
  402. package/components/dropdown-filter-options.fr-l-6TXrUj.js +52 -0
  403. package/components/dropdown-filter-options.nl-C1kp_1xz.js +52 -0
  404. package/components/dropdown-filter-positioning.config-Cx_eI8RX.js +36 -0
  405. package/components/dropdown-filter-positioning.config-q-Oxcu5p.cjs +20 -0
  406. package/components/dropdown-filter-slots.config-Br8sOnAq.cjs +20 -0
  407. package/components/dropdown-filter-slots.config-Bzv_8Nkf.cjs +20 -0
  408. package/components/dropdown-filter-slots.config-DhSNVgpR.js +35 -0
  409. package/components/dropdown-filter-slots.config-Xbq0nSJS.js +21 -0
  410. package/components/droppable-slot/droppable-slot.d.ts +7 -7
  411. package/components/droppable-slot/index.cjs +1 -1
  412. package/components/droppable-slot/index.d.ts +1 -1
  413. package/components/droppable-slot/index.js +11 -10
  414. package/components/droppable-slot-BZfO0Ppm.cjs +87 -0
  415. package/components/droppable-slot-C_Gxf_cK.js +302 -0
  416. package/components/dynamic-imageobject-slots.config-CGSDLvF-.cjs +20 -0
  417. package/components/dynamic-imageobject-slots.config-HB9ROqvB.js +28 -0
  418. package/components/edit-filters/edit-filters.d.ts +3 -5
  419. package/components/edit-filters/index.cjs +1 -1
  420. package/components/edit-filters/index.js +17 -16
  421. package/components/edit-filters-UO8H7Vj2.js +397 -0
  422. package/components/edit-filters-ZyitsNtO.cjs +155 -0
  423. package/components/edit-item/edit-item.d.ts +16 -9
  424. package/components/edit-item/index.cjs +1 -1
  425. package/components/edit-item/index.js +6 -4
  426. package/components/edit-item-C89gy9JF.cjs +67 -0
  427. package/components/edit-item-ft4CT5Vl.js +174 -0
  428. package/components/edit-option/edit-option.d.ts +18 -10
  429. package/components/edit-option/helpers/enum-values.d.ts +7 -0
  430. package/components/edit-option/index.cjs +1 -1
  431. package/components/edit-option/index.js +5 -3
  432. package/components/edit-option-BhYZQEpl.js +958 -0
  433. package/components/edit-option-CAqIUpWx.cjs +252 -0
  434. package/components/edit-option-action-button-group/index.cjs +1 -1
  435. package/components/edit-option-action-button-group/index.js +5 -3
  436. package/components/edit-option-action-button-group-CnsDFlK_.js +113 -0
  437. package/components/edit-option-action-button-group-DlJwTW3A.cjs +52 -0
  438. package/components/edit-option-base-DBfRz1gO.cjs +53 -0
  439. package/components/edit-option-color-palette-picker/index.cjs +1 -1
  440. package/components/edit-option-color-palette-picker/index.js +5 -3
  441. package/components/edit-option-color-palette-picker-CGj9Vnfe.cjs +37 -0
  442. package/components/edit-option-color-palette-picker-zqTMYlsF.js +2032 -0
  443. package/components/edit-option-color-picker/index.cjs +1 -1
  444. package/components/edit-option-color-picker/index.js +5 -3
  445. package/components/edit-option-color-picker-CCnSHbzk.cjs +33 -0
  446. package/components/edit-option-color-picker-DiB3l1ZG.js +82 -0
  447. package/components/edit-option-color-range/index.cjs +1 -1
  448. package/components/edit-option-color-range/index.js +5 -3
  449. package/components/edit-option-color-range-BtahxHzd.js +213 -0
  450. package/components/edit-option-color-range-DhBp5wlk.cjs +95 -0
  451. package/components/edit-option-multi-language-field/index.cjs +1 -1
  452. package/components/edit-option-multi-language-field/index.js +5 -3
  453. package/components/edit-option-multi-language-field-47AjaXIw.cjs +31 -0
  454. package/components/edit-option-multi-language-field-ByLEzlg8.js +76 -0
  455. package/components/edit-option-number-field/index.cjs +1 -1
  456. package/components/edit-option-number-field/index.js +5 -3
  457. package/components/edit-option-number-field-BMXponHb.cjs +36 -0
  458. package/components/edit-option-number-field-BPU_5SFo.js +96 -0
  459. package/components/edit-option-picker/index.cjs +1 -1
  460. package/components/edit-option-picker/index.js +5 -3
  461. package/components/edit-option-picker-BdpVCT4v.js +71 -0
  462. package/components/edit-option-picker-CpCILJtP.cjs +35 -0
  463. package/components/edit-option-position-picker/index.cjs +1 -1
  464. package/components/edit-option-position-picker/index.js +5 -3
  465. package/components/edit-option-position-picker-CC-7sJNj.js +79 -0
  466. package/components/edit-option-position-picker-utD_OSQy.cjs +25 -0
  467. package/components/edit-option-positions-number-field/index.cjs +1 -1
  468. package/components/edit-option-positions-number-field/index.js +5 -3
  469. package/components/edit-option-positions-number-field-BX1zqHcV.js +154 -0
  470. package/components/edit-option-positions-number-field-DhnxicFl.cjs +46 -0
  471. package/components/edit-option-radio-button-group/index.cjs +1 -1
  472. package/components/edit-option-radio-button-group/index.js +5 -3
  473. package/components/edit-option-radio-button-group-BCVOZOhT.cjs +36 -0
  474. package/components/edit-option-radio-button-group-D8AuOqNL.js +69 -0
  475. package/components/edit-option-slider/index.cjs +1 -1
  476. package/components/edit-option-slider/index.js +5 -3
  477. package/components/edit-option-slider-B7ArGXrY.cjs +32 -0
  478. package/components/edit-option-slider-Ozb3RBHW.js +76 -0
  479. package/components/edit-option-switch/index.cjs +1 -1
  480. package/components/edit-option-switch/index.js +5 -3
  481. package/components/edit-option-switch-BUjPU49i.js +65 -0
  482. package/components/edit-option-switch-ByyZ8LFD.cjs +30 -0
  483. package/components/edit-option-text-field/index.cjs +1 -1
  484. package/components/edit-option-text-field/index.js +5 -3
  485. package/components/edit-option-text-field-CjdGtevT.js +74 -0
  486. package/components/edit-option-text-field-LTOr4mYL.cjs +31 -0
  487. package/components/en-C5aEJ_Jt.js +21 -0
  488. package/components/en-GB-CLevdvMs.cjs +20 -0
  489. package/components/en-GB-DuGwstf1.js +26 -0
  490. package/components/en-US-Cq2OLtcz.js +21 -0
  491. package/components/en-US-Hj9Lh0Yh.cjs +20 -0
  492. package/components/en-jIqxZyQr.cjs +20 -0
  493. package/components/evolution-number-options.config-B6q9of0s.js +225 -0
  494. package/components/evolution-number-options.config-Cnoxc8Rj.cjs +20 -0
  495. package/components/evolution-number-options.config-CsliUvos.js +21 -0
  496. package/components/evolution-number-options.config-DwMWEyTp.cjs +20 -0
  497. package/components/evolution-number-options.de-DsitlPsQ.js +74 -0
  498. package/components/evolution-number-options.en-Xmh8VMwe.js +74 -0
  499. package/components/evolution-number-options.es-D6QD0dIR.js +74 -0
  500. package/components/evolution-number-options.fr-Dw7Q83QZ.js +74 -0
  501. package/components/evolution-number-options.nl-DNu9r1Uh.js +74 -0
  502. package/components/evolution-number-positioning.config-BZCgkVrB.cjs +20 -0
  503. package/components/evolution-number-positioning.config-CcmNpiZ2.js +46 -0
  504. package/components/evolution-number-slots.config-CrPnyLAD.cjs +20 -0
  505. package/components/evolution-number-slots.config-DDJCHQ5V.js +34 -0
  506. package/components/evolution-number-slots.config-Qh8MeUfl.js +21 -0
  507. package/components/evolution-number-slots.config-mxEHZbll.cjs +20 -0
  508. package/components/filter-expression-picker/filter-expression-picker.d.ts +4 -6
  509. package/components/filter-expression-picker/index.cjs +1 -1
  510. package/components/filter-expression-picker/index.js +4 -3
  511. package/components/filter-expression-picker-BYW1sWt8.cjs +38 -0
  512. package/components/filter-expression-picker-CKZ35JVd.js +422 -0
  513. package/components/filter-item/filter-item.d.ts +3 -5
  514. package/components/filter-item/index.cjs +1 -1
  515. package/components/filter-item/index.js +16 -15
  516. package/components/filter-item-B5v1gZ9o.js +234 -0
  517. package/components/filter-item-BuajKNpv.cjs +56 -0
  518. package/components/filter-parameter-picker/index.cjs +1 -1
  519. package/components/filter-parameter-picker/index.js +1 -1
  520. package/components/filter-value-picker/filter-value-picker.d.ts +4 -7
  521. package/components/filter-value-picker/index.cjs +1 -1
  522. package/components/filter-value-picker/index.js +12 -11
  523. package/components/filter-value-picker-2X5i7d_K.cjs +59 -0
  524. package/components/filter-value-picker-datetime/filter-value-picker-datetime.d.ts +3 -5
  525. package/components/filter-value-picker-datetime/index.cjs +1 -1
  526. package/components/filter-value-picker-datetime/index.js +5 -4
  527. package/components/filter-value-picker-datetime-BRwkCx6v.cjs +39 -0
  528. package/components/filter-value-picker-datetime-CRgSZ3zw.js +132 -0
  529. package/components/filter-value-picker-hierarchy/filter-value-picker-hierarchy.d.ts +3 -5
  530. package/components/filter-value-picker-hierarchy/index.cjs +1 -1
  531. package/components/filter-value-picker-hierarchy/index.js +8 -7
  532. package/components/filter-value-picker-hierarchy-C0PZ4yxp.cjs +46 -0
  533. package/components/filter-value-picker-hierarchy-W79ppZj4.js +226 -0
  534. package/components/filter-value-picker-numeric/filter-value-picker-numeric.d.ts +3 -5
  535. package/components/filter-value-picker-numeric/index.cjs +1 -1
  536. package/components/filter-value-picker-numeric/index.js +5 -4
  537. package/components/filter-value-picker-numeric-Bl3BvMZ8.js +214 -0
  538. package/components/filter-value-picker-numeric-CYRLXXgZ.cjs +47 -0
  539. package/components/filter-value-picker-whw_4Fwe.js +142 -0
  540. package/components/formatter-B21Tb3sf.js +1312 -0
  541. package/components/formatter-CWhf4xbq.cjs +20 -0
  542. package/components/funnel-chart-options.config-BzcXqdLD.js +21 -0
  543. package/components/funnel-chart-options.config-CRI1qVAK.cjs +20 -0
  544. package/components/funnel-chart-options.config-D7i8-alW.cjs +20 -0
  545. package/components/funnel-chart-options.config-NOn-FuvT.js +184 -0
  546. package/components/funnel-chart-options.de-mCQwNGrQ.js +74 -0
  547. package/components/funnel-chart-options.de-spsoii6K.cjs +20 -0
  548. package/components/funnel-chart-options.en-Bk3aeecb.cjs +20 -0
  549. package/components/funnel-chart-options.en-C09HpdId.js +74 -0
  550. package/components/funnel-chart-options.es-CbwoPnJq.cjs +20 -0
  551. package/components/funnel-chart-options.es-DHQbhH_J.js +74 -0
  552. package/components/funnel-chart-options.fr-Dq_oh83E.cjs +20 -0
  553. package/components/funnel-chart-options.fr-cVNkrHrb.js +74 -0
  554. package/components/funnel-chart-options.nl-CciUmnTE.cjs +20 -0
  555. package/components/funnel-chart-options.nl-RkJx1ntj.js +74 -0
  556. package/components/funnel-chart-positioning.config-B916Diml.cjs +20 -0
  557. package/components/funnel-chart-positioning.config-Zq-JekwW.js +46 -0
  558. package/components/funnel-chart-slots.config-4u6xdUPI.cjs +20 -0
  559. package/components/funnel-chart-slots.config-BvBGsmjk.js +40 -0
  560. package/components/funnel-chart-slots.config-D3jK-AR3.js +21 -0
  561. package/components/funnel-chart-slots.config-DKrdaS_3.cjs +20 -0
  562. package/components/get-css-variable-D9AU2CIU.cjs +24 -0
  563. package/components/get-css-variable-DpEed5QG.js +1209 -0
  564. package/components/grid/grid-item-actions-menu.d.ts +6 -7
  565. package/components/grid/index.cjs +1 -1
  566. package/components/grid/index.js +4 -3
  567. package/components/grid-0bhW-S1S.js +4921 -0
  568. package/components/grid-DONVpi0m.cjs +317 -0
  569. package/components/heat-map-options.config-B-j4PaSj.js +21 -0
  570. package/components/heat-map-options.config-B_pwuqmW.cjs +20 -0
  571. package/components/heat-map-options.config-Cwqexmob.cjs +20 -0
  572. package/components/heat-map-options.config-oikqmHoa.js +221 -0
  573. package/components/heat-map-options.de-BWhDL3Rc.js +73 -0
  574. package/components/heat-map-options.de-DPpwOJwm.cjs +20 -0
  575. package/components/heat-map-options.en-B_NXLKRi.js +73 -0
  576. package/components/heat-map-options.es-DSC9u8FE.js +73 -0
  577. package/components/heat-map-options.fr-oW1DDU6T.js +73 -0
  578. package/components/heat-map-options.nl-Dr0DJ1a9.js +73 -0
  579. package/components/heat-map-positioning.config-Ck3J1Ox_.js +46 -0
  580. package/components/heat-map-positioning.config-wmnwLmhb.cjs +20 -0
  581. package/components/heat-map-slots.config-4EElQF98.js +34 -0
  582. package/components/heat-map-slots.config-CSd2BTe1.js +21 -0
  583. package/components/heat-map-slots.config-PzaZKwv3.cjs +20 -0
  584. package/components/heat-map-slots.config-toWthpNE.cjs +20 -0
  585. package/components/heat-table-options.config-BkQYo3Fp.js +21 -0
  586. package/components/heat-table-options.config-CzJU-alU.js +370 -0
  587. package/components/heat-table-options.config-DEsCGneV.cjs +20 -0
  588. package/components/heat-table-options.config-VAVK-Bip.cjs +20 -0
  589. package/components/heat-table-options.de-DwaeFZk_.js +110 -0
  590. package/components/heat-table-options.en-Cg4TyzvG.js +110 -0
  591. package/components/heat-table-options.es-D9-hQbIr.js +110 -0
  592. package/components/heat-table-options.fr-j6JIZHwq.js +110 -0
  593. package/components/heat-table-options.nl-DIp7MLlD.js +110 -0
  594. package/components/heat-table-positioning.config-D4jZGO9g.js +53 -0
  595. package/components/heat-table-positioning.config-D6E2sVtn.cjs +20 -0
  596. package/components/heat-table-slots.config-B1voae2c.cjs +20 -0
  597. package/components/heat-table-slots.config-CGe1obfh.js +46 -0
  598. package/components/heat-table-slots.config-CVQEBl8V.js +21 -0
  599. package/components/heat-table-slots.config-DV1T4RfO.cjs +20 -0
  600. package/components/helpers-4m3wrbUG.cjs +20 -0
  601. package/components/helpers-CBZRoFdg.js +60 -0
  602. package/components/hexbin-map-options.config-BHNikriK.js +21 -0
  603. package/components/hexbin-map-options.config-Bi0DeyTR.cjs +20 -0
  604. package/components/hexbin-map-options.config-CMJY_DTV.js +273 -0
  605. package/components/hexbin-map-options.config-ClsDJjkB.cjs +20 -0
  606. package/components/hexbin-map-options.de-XfOpXsgG.js +106 -0
  607. package/components/hexbin-map-options.en-Cn1BMSdP.js +106 -0
  608. package/components/hexbin-map-options.es-VvPQXYl_.js +106 -0
  609. package/components/hexbin-map-options.fr-DsAPvhFK.js +106 -0
  610. package/components/hexbin-map-options.nl-TTDx7w0F.js +106 -0
  611. package/components/hexbin-map-positioning.config-CZ6oU_qU.js +46 -0
  612. package/components/hexbin-map-positioning.config-DsoHK8HD.cjs +20 -0
  613. package/components/hexbin-map-slots.config-BAo-xLYy.cjs +20 -0
  614. package/components/hexbin-map-slots.config-BNWX9YXD.js +34 -0
  615. package/components/hexbin-map-slots.config-CPpOOr37.js +21 -0
  616. package/components/hexbin-map-slots.config-iz7cNf0-.cjs +20 -0
  617. package/components/image-options.config-BcpJ4Mxn.js +21 -0
  618. package/components/image-options.config-BmiaBUsr.cjs +20 -0
  619. package/components/image-options.config-D6HTdGoi.js +150 -0
  620. package/components/image-options.de-o3rFcCX6.js +84 -0
  621. package/components/image-options.en-BfotlJD4.js +84 -0
  622. package/components/image-options.es-C1bR88In.js +84 -0
  623. package/components/image-options.fr-DvuM-Nvg.js +84 -0
  624. package/components/image-options.nl-D9PU5ose.js +84 -0
  625. package/components/image-slots.config-BZbHNLrN.cjs +20 -0
  626. package/components/image-slots.config-Bp8qYoi0.js +21 -0
  627. package/components/image-slots.config-C28vIZcL.js +21 -0
  628. package/components/index.cjs +1 -1
  629. package/components/index.js +62 -61
  630. package/components/item-context-configs.cjs +16 -16
  631. package/components/item-context-configs.js +259 -77
  632. package/components/item-data-drop-panel/index.cjs +1 -1
  633. package/components/item-data-drop-panel/index.js +12 -11
  634. package/components/item-data-drop-panel/item-data-drop-panel.d.ts +6 -10
  635. package/components/item-data-drop-panel-D6fBmjbq.cjs +57 -0
  636. package/components/item-data-drop-panel-mNoJhGSe.js +339 -0
  637. package/components/item-data-picker-panel/index.cjs +1 -1
  638. package/components/item-data-picker-panel/index.js +14 -13
  639. package/components/item-data-picker-panel/item-data-picker-panel.d.ts +6 -9
  640. package/components/item-data-picker-panel-BPwzfemU.js +431 -0
  641. package/components/item-data-picker-panel-DDySy9dN.cjs +77 -0
  642. package/components/item-list.cjs +1 -1
  643. package/components/item-list.js +1 -1
  644. package/components/item-options-configs.cjs +1 -1
  645. package/components/item-options-configs.js +46 -46
  646. package/components/item-slots-configs.cjs +1 -1
  647. package/components/item-slots-configs.js +46 -46
  648. package/components/item-store-BVgJYtn3.js +22 -0
  649. package/components/item-store-BgyGor87.cjs +20 -0
  650. package/components/item-store-BxpZfVmQ.js +169 -0
  651. package/components/item-store-C8T5c76P.cjs +20 -0
  652. package/components/line-chart-options.config-BkVvbb2U.js +165 -0
  653. package/components/line-chart-options.config-BmC8c0GP.cjs +20 -0
  654. package/components/line-chart-options.config-CaNG7fUg.js +21 -0
  655. package/components/line-chart-options.config-DyddltMP.cjs +20 -0
  656. package/components/line-chart-options.de-DxkNLL40.js +56 -0
  657. package/components/line-chart-options.en-BzKL6qlN.js +56 -0
  658. package/components/line-chart-options.es-C0sUUaiD.js +56 -0
  659. package/components/line-chart-options.fr-DgWceVab.js +56 -0
  660. package/components/line-chart-options.nl-Bnm9s9Wz.js +56 -0
  661. package/components/line-chart-positioning.config-DxK-4ely.cjs +20 -0
  662. package/components/line-chart-positioning.config-yUBYUji1.js +53 -0
  663. package/components/line-chart-slots.config-BT4trOg7.cjs +20 -0
  664. package/components/line-chart-slots.config-BWzfJJwW.cjs +20 -0
  665. package/components/line-chart-slots.config-BbHdLOyo.js +52 -0
  666. package/components/line-chart-slots.config-y6M5po92.js +21 -0
  667. package/components/load-data-fields-for-datasets-BgOnd-ku.js +40 -0
  668. package/components/load-data-fields-for-datasets-Do2bR03I.cjs +20 -0
  669. package/components/localize-BBuZJf_h.cjs +20 -0
  670. package/components/localize-Dlt3EN5i.js +27 -0
  671. package/components/localized-mixin-D9lextG3.cjs +20 -0
  672. package/components/localized-mixin-DxtnedKb.js +43 -0
  673. package/components/map-tile-providers-D_77henJ.cjs +20 -0
  674. package/components/map-tile-providers-Dth08bJQ.js +113 -0
  675. package/components/marker-map-options.config-BjxTIStS.js +114 -0
  676. package/components/marker-map-options.config-CluzEqlb.cjs +20 -0
  677. package/components/marker-map-options.config-DlOegoyh.js +21 -0
  678. package/components/marker-map-options.config-DnwHEboY.cjs +20 -0
  679. package/components/marker-map-options.de-CcW1ATcS.js +61 -0
  680. package/components/marker-map-options.en-DX3jFHm2.js +61 -0
  681. package/components/marker-map-options.es-Biq3gn29.js +61 -0
  682. package/components/marker-map-options.fr-CDC79xGH.js +61 -0
  683. package/components/marker-map-options.nl-B4y6W2ts.js +61 -0
  684. package/components/marker-map-positioning.config-CIHUnSKG.cjs +20 -0
  685. package/components/marker-map-positioning.config-CJFBJpQ1.js +46 -0
  686. package/components/marker-map-slots.config-BvuPAbVm.cjs +20 -0
  687. package/components/marker-map-slots.config-C4JW_0ws.js +21 -0
  688. package/components/marker-map-slots.config-DvV0DC9f.js +34 -0
  689. package/components/marker-map-slots.config-ZAUjcRXo.cjs +20 -0
  690. package/components/ohlc-chart-options.config-8L-aILHO.js +62 -0
  691. package/components/ohlc-chart-options.config-DBiB9n8v.js +21 -0
  692. package/components/ohlc-chart-options.config-DF_wsXSj.cjs +20 -0
  693. package/components/ohlc-chart-options.de-CO8zgbTl.js +36 -0
  694. package/components/ohlc-chart-options.en-W517Yriv.js +36 -0
  695. package/components/ohlc-chart-options.es-l3A7gc6J.js +36 -0
  696. package/components/ohlc-chart-options.fr-DgcNBfou.js +36 -0
  697. package/components/ohlc-chart-options.nl-I3JIx5N_.js +36 -0
  698. package/components/ohlc-chart-positioning.config--y7kxGDX.js +76 -0
  699. package/components/ohlc-chart-positioning.config-C_zmYK7C.cjs +20 -0
  700. package/components/ohlc-chart-slots.config-BBI8AvP8.cjs +20 -0
  701. package/components/ohlc-chart-slots.config-D-Gp6K96.cjs +20 -0
  702. package/components/ohlc-chart-slots.config-DFaEkC31.js +21 -0
  703. package/components/ohlc-chart-slots.config-DdpJLO9o.js +65 -0
  704. package/components/parallel-coordinates-plot-options.config-CAAtmQA2.cjs +20 -0
  705. package/components/parallel-coordinates-plot-options.config-CjnBAp8l.js +39 -0
  706. package/components/parallel-coordinates-plot-options.config-DnKn9aoN.js +21 -0
  707. package/components/parallel-coordinates-plot-options.de-CYmxQH3T.js +28 -0
  708. package/components/parallel-coordinates-plot-options.en-C5S98cWS.js +28 -0
  709. package/components/parallel-coordinates-plot-options.es-BcYtww6R.js +28 -0
  710. package/components/parallel-coordinates-plot-options.fr-D3PpA0os.js +28 -0
  711. package/components/parallel-coordinates-plot-options.nl-P48jxvEs.js +28 -0
  712. package/components/parallel-coordinates-plot-positioning.config-B_ZfI3SF.cjs +20 -0
  713. package/components/parallel-coordinates-plot-positioning.config-Q9iPpQx9.js +46 -0
  714. package/components/parallel-coordinates-plot-slots.config-B0ux12Y7.js +43 -0
  715. package/components/parallel-coordinates-plot-slots.config-D0nw4yez.cjs +20 -0
  716. package/components/parallel-coordinates-plot-slots.config-D73ojZtD.cjs +20 -0
  717. package/components/parallel-coordinates-plot-slots.config-DI-mlKnz.js +21 -0
  718. package/components/periods.const-CX2ZWWrf.cjs +20 -0
  719. package/components/pivot-table-options.config-BiGT-udM.js +21 -0
  720. package/components/pivot-table-options.config-BkLDATdk.cjs +20 -0
  721. package/components/pivot-table-options.config-Ds9b7GO4.cjs +20 -0
  722. package/components/pivot-table-options.config-IV5nHECc.js +242 -0
  723. package/components/pivot-table-options.de-Iyh97wrP.js +65 -0
  724. package/components/pivot-table-options.en-CcdbmgVx.js +65 -0
  725. package/components/pivot-table-options.es-CzaZwwcO.js +65 -0
  726. package/components/pivot-table-options.fr-vyY7VZZh.js +65 -0
  727. package/components/pivot-table-options.nl-B7e8GON4.js +65 -0
  728. package/components/pivot-table-positioning.config-BFA7VBOT.js +53 -0
  729. package/components/pivot-table-positioning.config-DN2QorP9.cjs +20 -0
  730. package/components/pivot-table-slots.config-Bnx0oV5c.cjs +20 -0
  731. package/components/pivot-table-slots.config-DA9G1J8i.cjs +20 -0
  732. package/components/pivot-table-slots.config-PVLQ1stE.js +52 -0
  733. package/components/pivot-table-slots.config-iRnE5mT8.js +21 -0
  734. package/components/positioning.config-BZxTw1bk.cjs +20 -0
  735. package/components/positioning.config-Qw_7FByN.js +21 -0
  736. package/components/pyramid-chart-options.config-C6MflvCu.cjs +20 -0
  737. package/components/pyramid-chart-options.config-CNpVw-tA.js +237 -0
  738. package/components/pyramid-chart-options.config-CpGS6OPU.js +21 -0
  739. package/components/pyramid-chart-options.config-QT5pfTZW.cjs +20 -0
  740. package/components/pyramid-chart-options.de-BJ20AR8v.js +100 -0
  741. package/components/pyramid-chart-options.de-BQ8j1EPM.cjs +20 -0
  742. package/components/pyramid-chart-options.en-BqVdnoBK.cjs +20 -0
  743. package/components/pyramid-chart-options.en-hnlQoi2n.js +100 -0
  744. package/components/pyramid-chart-options.es-2gssN9xN.cjs +20 -0
  745. package/components/pyramid-chart-options.es-AFcQ3y8v.js +100 -0
  746. package/components/pyramid-chart-options.fr-D4X4LkD4.cjs +20 -0
  747. package/components/pyramid-chart-options.fr-dT_bHV7R.js +100 -0
  748. package/components/pyramid-chart-options.nl-CPdfermO.cjs +20 -0
  749. package/components/pyramid-chart-options.nl-CrzgQwxU.js +100 -0
  750. package/components/pyramid-chart-positioning.config-B8bWIh63.js +53 -0
  751. package/components/pyramid-chart-positioning.config-CWXxSC-G.cjs +20 -0
  752. package/components/pyramid-chart-slots.config-0UxfRRXG.cjs +20 -0
  753. package/components/pyramid-chart-slots.config-BfH8qKnI.js +21 -0
  754. package/components/pyramid-chart-slots.config-BkXj42Sz.js +47 -0
  755. package/components/pyramid-chart-slots.config-D-dDAKOP.cjs +20 -0
  756. package/components/radar-chart-options.config-B3zVHfvL.js +127 -0
  757. package/components/radar-chart-options.config-DS0wqdDo.cjs +20 -0
  758. package/components/radar-chart-options.config-DfxSQpcT.cjs +20 -0
  759. package/components/radar-chart-options.config-qgCGY1od.js +21 -0
  760. package/components/radar-chart-options.de-BJNYwSU9.js +44 -0
  761. package/components/radar-chart-options.en--kOe8g-X.js +44 -0
  762. package/components/radar-chart-options.es-BLbMc8cQ.js +44 -0
  763. package/components/radar-chart-options.fr-CK5qgOZr.js +44 -0
  764. package/components/radar-chart-options.nl-Cwh5ib8F.js +44 -0
  765. package/components/radar-chart-positioning.config-B843TXFQ.cjs +20 -0
  766. package/components/radar-chart-positioning.config-DucUSoK8.js +53 -0
  767. package/components/radar-chart-slots.config-B-FNTfMO.cjs +20 -0
  768. package/components/radar-chart-slots.config-DVaiK7je.js +50 -0
  769. package/components/radar-chart-slots.config-nrL3a99e.cjs +20 -0
  770. package/components/radar-chart-slots.config-ovcfjvYX.js +21 -0
  771. package/components/regular-table-options.config-C6KmENtF.cjs +20 -0
  772. package/components/regular-table-options.config-D68MOkSl.js +21 -0
  773. package/components/regular-table-options.config-DcdL0enM.js +145 -0
  774. package/components/regular-table-options.config-eKu9PU-J.cjs +20 -0
  775. package/components/regular-table-options.de-Dn5Ww0P5.js +55 -0
  776. package/components/regular-table-options.en-BQoRdbgi.js +55 -0
  777. package/components/regular-table-options.es-CKAUeWpk.js +55 -0
  778. package/components/regular-table-options.fr-DfupsEMT.js +55 -0
  779. package/components/regular-table-options.nl-CZpBFGZm.js +55 -0
  780. package/components/regular-table-positioning.config-BKRNRelT.cjs +20 -0
  781. package/components/regular-table-positioning.config-BMqrUtQi.js +36 -0
  782. package/components/regular-table-slots.config-Ca5pwQi_.cjs +20 -0
  783. package/components/regular-table-slots.config-D_qdD9fM.js +21 -0
  784. package/components/regular-table-slots.config-XwltiuSF.js +32 -0
  785. package/components/regular-table-slots.config-oJmx7Ebd.cjs +20 -0
  786. package/components/route-map-options.config-2_eJ33gQ.cjs +20 -0
  787. package/components/route-map-options.config-C9b0At_w.js +21 -0
  788. package/components/route-map-options.config-CUimhPrZ.cjs +20 -0
  789. package/components/route-map-options.config-DYyeUXeI.js +318 -0
  790. package/components/route-map-options.de-DtphMRWw.js +74 -0
  791. package/components/route-map-options.en-Cdd7ovK3.js +74 -0
  792. package/components/route-map-options.es-Ckiq2-SN.js +74 -0
  793. package/components/route-map-options.fr-Be3oKjDd.js +74 -0
  794. package/components/route-map-options.nl-PSjdbIWG.js +74 -0
  795. package/components/route-map-positioning.config-gnflF-_5.js +64 -0
  796. package/components/route-map-positioning.config-iVM-HuGQ.cjs +20 -0
  797. package/components/route-map-slots.config-CFwbGZ7m.cjs +20 -0
  798. package/components/route-map-slots.config-D2rOeLXq.js +21 -0
  799. package/components/route-map-slots.config-DVnRAhVY.cjs +20 -0
  800. package/components/route-map-slots.config-lDXySIWv.js +56 -0
  801. package/components/sankey-diagram-options.config-BXeiNAa9.js +21 -0
  802. package/components/sankey-diagram-options.config-CJleK2c1.js +123 -0
  803. package/components/sankey-diagram-options.config-Ck99CLqw.cjs +20 -0
  804. package/components/sankey-diagram-options.config-FW8FiBNo.cjs +20 -0
  805. package/components/sankey-diagram-options.de-DfXTJ-I1.js +61 -0
  806. package/components/sankey-diagram-options.en-DYW2TJiY.js +61 -0
  807. package/components/sankey-diagram-options.es-D1qtZuOm.js +61 -0
  808. package/components/sankey-diagram-options.fr-CLqEXn0-.js +61 -0
  809. package/components/sankey-diagram-options.nl-OWm48tC4.js +61 -0
  810. package/components/sankey-diagram-positioning.config-DJwXGDJe.cjs +20 -0
  811. package/components/sankey-diagram-positioning.config-IQhg5w_T.js +64 -0
  812. package/components/sankey-diagram-slots.config-Ckys_gjj.cjs +20 -0
  813. package/components/sankey-diagram-slots.config-DBoBR-V8.js +21 -0
  814. package/components/sankey-diagram-slots.config-DUfGgSFE.js +58 -0
  815. package/components/sankey-diagram-slots.config-R4T4fn3A.cjs +20 -0
  816. package/components/scatter-plot-options.config-BRmE9N7y.cjs +20 -0
  817. package/components/scatter-plot-options.config-BvzKb9M4.js +21 -0
  818. package/components/scatter-plot-options.config-CP73W4cL.js +299 -0
  819. package/components/scatter-plot-options.config-n8M45qbB.cjs +20 -0
  820. package/components/scatter-plot-options.de-DfAfUgsx.js +94 -0
  821. package/components/scatter-plot-options.en-_kvECw78.js +94 -0
  822. package/components/scatter-plot-options.es-PLa-Ykn0.js +94 -0
  823. package/components/scatter-plot-options.fr-gZc7XqGE.js +94 -0
  824. package/components/scatter-plot-options.nl-CywDkI4T.js +94 -0
  825. package/components/scatter-plot-positioning.config-B8e49TwE.cjs +20 -0
  826. package/components/scatter-plot-positioning.config-CDrSrd94.js +75 -0
  827. package/components/scatter-plot-slots.config-BQAcyCm9.js +71 -0
  828. package/components/scatter-plot-slots.config-BYpyd8sh.cjs +20 -0
  829. package/components/scatter-plot-slots.config-C2dc2V1z.js +21 -0
  830. package/components/scatter-plot-slots.config-CmM7I0mO.cjs +20 -0
  831. package/components/search-filter-options.config-BYbZd7EN.cjs +20 -0
  832. package/components/search-filter-options.config-CHTr5FjE.js +100 -0
  833. package/components/search-filter-options.config-DvuvTfGF.js +21 -0
  834. package/components/search-filter-options.de-DQmsVlIX.js +40 -0
  835. package/components/search-filter-options.en-BW3-eu_1.js +40 -0
  836. package/components/search-filter-options.es-CS-Pj_6X.js +40 -0
  837. package/components/search-filter-options.fr-DHrPRNL3.js +40 -0
  838. package/components/search-filter-options.nl-D4rtkh83.js +40 -0
  839. package/components/search-filter-positioning.config-BgyiOtHA.cjs +20 -0
  840. package/components/search-filter-positioning.config-CbMEIf70.js +36 -0
  841. package/components/search-filter-slots.config-BSx1jeGF.cjs +20 -0
  842. package/components/search-filter-slots.config-D-JHr50n.js +21 -0
  843. package/components/search-filter-slots.config-D-id3Q-s.cjs +20 -0
  844. package/components/search-filter-slots.config-Dw1984vY.js +36 -0
  845. package/components/set-locale-7KskD7al.js +43 -0
  846. package/components/set-locale-C3lll-Q8.cjs +20 -0
  847. package/components/slicer-filter-options.config-BRh4iNgp.cjs +20 -0
  848. package/components/slicer-filter-options.config-BY4gRN6n.cjs +20 -0
  849. package/components/slicer-filter-options.config-BzlBD7H2.js +223 -0
  850. package/components/slicer-filter-options.config-C8ToPpan.js +21 -0
  851. package/components/slicer-filter-options.de-9ltxfa8k.js +67 -0
  852. package/components/slicer-filter-options.de-Cwy0kMs7.cjs +20 -0
  853. package/components/slicer-filter-options.en-BSySPrNz.cjs +20 -0
  854. package/components/slicer-filter-options.en-DlvikARI.js +67 -0
  855. package/components/slicer-filter-options.es-Bm3wSiYd.js +67 -0
  856. package/components/slicer-filter-options.es-CkYXNblb.cjs +20 -0
  857. package/components/slicer-filter-options.fr-DnyWCCSm.cjs +20 -0
  858. package/components/slicer-filter-options.fr-QWyeK2NL.js +67 -0
  859. package/components/slicer-filter-options.nl-Cn9U6ZFp.cjs +20 -0
  860. package/components/slicer-filter-options.nl-KPDT1ahs.js +67 -0
  861. package/components/slicer-filter-positioning.config-CIyilVoa.cjs +20 -0
  862. package/components/slicer-filter-positioning.config-DJ-7mwJ-.js +46 -0
  863. package/components/slicer-filter-slots.config-BUHyjBAh.js +41 -0
  864. package/components/slicer-filter-slots.config-CTsXTAqq.js +21 -0
  865. package/components/slicer-filter-slots.config-D1s68EWl.cjs +20 -0
  866. package/components/slicer-filter-slots.config-DvDtGYos.cjs +20 -0
  867. package/components/slider-filter-options.config-25DoIv8O.cjs +20 -0
  868. package/components/slider-filter-options.config-BnxVvI-u.js +21 -0
  869. package/components/slider-filter-options.config-CiXjr2m_.cjs +20 -0
  870. package/components/slider-filter-options.config-adFn-wHp.js +69 -0
  871. package/components/slider-filter-options.de-SPRKc85h.js +33 -0
  872. package/components/slider-filter-options.en-JMkjVGnU.js +33 -0
  873. package/components/slider-filter-options.es-B_7aCJa6.js +33 -0
  874. package/components/slider-filter-options.fr-BkqPe3Oc.js +33 -0
  875. package/components/slider-filter-options.nl-BlCRLcfG.js +33 -0
  876. package/components/slider-filter-positioning.config-D2swlcJ4.js +36 -0
  877. package/components/slider-filter-positioning.config-DmA8AxZO.cjs +20 -0
  878. package/components/slider-filter-slots.config-C-q6m_yF.cjs +20 -0
  879. package/components/slider-filter-slots.config-DmuQo_Wl.cjs +20 -0
  880. package/components/slider-filter-slots.config-PdFB1sn_.js +21 -0
  881. package/components/slider-filter-slots.config-qZO-Jh4V.js +40 -0
  882. package/components/slot-contents-picker/index.cjs +1 -1
  883. package/components/slot-contents-picker/index.js +12 -11
  884. package/components/slot-contents-picker/slot-contents-picker.d.ts +8 -8
  885. package/components/slot-contents-picker-8yCQLPhI.cjs +129 -0
  886. package/components/slot-contents-picker-CdMRGp3Y.js +395 -0
  887. package/components/slot-labels.config-BNi-I1ba.js +61 -0
  888. package/components/slot-labels.config-BdrqhsYJ.cjs +20 -0
  889. package/components/slot-menu/index.cjs +1 -1
  890. package/components/slot-menu/index.js +9 -7
  891. package/components/slot-menu-DxYruISb.js +372 -0
  892. package/components/slot-menu-DyC8HQ5E.cjs +63 -0
  893. package/components/slot-menu-list/index.cjs +1 -1
  894. package/components/slot-menu-list/index.js +5 -3
  895. package/components/slot-menu-list-DbZnXcMZ.js +285 -0
  896. package/components/slot-menu-list-Dmb6s6UK.cjs +35 -0
  897. package/components/slots-config-DhNgWKR2.js +75 -0
  898. package/components/slots-config-mOBA4FHK.cjs +20 -0
  899. package/components/spacer-options.config-CbSFK1JI.js +21 -0
  900. package/components/speedometer-chart-options.config-C5RjM3UD.cjs +20 -0
  901. package/components/speedometer-chart-options.config-CkTYPPzr.cjs +20 -0
  902. package/components/speedometer-chart-options.config-DbjW1AsO.js +21 -0
  903. package/components/speedometer-chart-options.config-HTdzjvTi.js +239 -0
  904. package/components/speedometer-chart-options.de-Df-STBcN.js +64 -0
  905. package/components/speedometer-chart-options.en-BXWzUXFO.js +64 -0
  906. package/components/speedometer-chart-options.es-D3Ph-Rcx.js +64 -0
  907. package/components/speedometer-chart-options.fr-DSWMfKpP.js +64 -0
  908. package/components/speedometer-chart-options.nl-NHI-ac_S.js +64 -0
  909. package/components/speedometer-chart-positioning.config-B3SBgao1.js +46 -0
  910. package/components/speedometer-chart-positioning.config-cF7IDeqE.cjs +20 -0
  911. package/components/speedometer-chart-slots.config-5uxLKKvd.js +21 -0
  912. package/components/speedometer-chart-slots.config-AXYqta1F.cjs +20 -0
  913. package/components/speedometer-chart-slots.config-BN6mewCu.cjs +20 -0
  914. package/components/speedometer-chart-slots.config-BgLpOuXQ.js +36 -0
  915. package/components/spike-map-options.config-BG2lOnVd.cjs +20 -0
  916. package/components/spike-map-options.config-BdAhEMjM.js +21 -0
  917. package/components/spike-map-options.config-D5wZvU9_.js +405 -0
  918. package/components/spike-map-options.config-DRQbtTk6.cjs +20 -0
  919. package/components/spike-map-options.de-CYzXosOv.js +101 -0
  920. package/components/spike-map-options.en-CPwkTwCf.js +101 -0
  921. package/components/spike-map-options.es-BtKB0RYI.js +101 -0
  922. package/components/spike-map-options.fr-CsPYmk6X.js +101 -0
  923. package/components/spike-map-options.nl-D3xhl1AL.js +101 -0
  924. package/components/spike-map-positioning.config-6PYygbnk.cjs +20 -0
  925. package/components/spike-map-positioning.config-BzjVob9r.js +53 -0
  926. package/components/spike-map-slots.config-BlgyHXbl.cjs +20 -0
  927. package/components/spike-map-slots.config-CeraclW1.js +44 -0
  928. package/components/spike-map-slots.config-DBukXLbp.js +21 -0
  929. package/components/spike-map-slots.config-DI9nBGoR.cjs +20 -0
  930. package/components/strip-plot-options.config-BdsoRMCN.cjs +20 -0
  931. package/components/strip-plot-options.config-CGeDXxPZ.js +50 -0
  932. package/components/strip-plot-options.config-uTaz7px6.js +21 -0
  933. package/components/strip-plot-options.de-CznXLMmP.js +29 -0
  934. package/components/strip-plot-options.en-D1hlL9xn.js +29 -0
  935. package/components/strip-plot-options.es-DqOD3-9y.js +29 -0
  936. package/components/strip-plot-options.fr-DJpU8D22.js +29 -0
  937. package/components/strip-plot-options.nl-CgYj8MRW.js +29 -0
  938. package/components/strip-plot-positioning.config-B0wf0_OU.cjs +20 -0
  939. package/components/strip-plot-positioning.config-DfvyyX0l.js +46 -0
  940. package/components/strip-plot-slots.config--eyMKDiM.cjs +20 -0
  941. package/components/strip-plot-slots.config-DpVj4TCJ.js +35 -0
  942. package/components/strip-plot-slots.config-l1bfPmVL.js +21 -0
  943. package/components/strip-plot-slots.config-sQCZFRAR.cjs +20 -0
  944. package/components/sunburst-chart-options.config-CkbP3ZfU.js +21 -0
  945. package/components/sunburst-chart-options.config-CnxMf86B.cjs +20 -0
  946. package/components/sunburst-chart-options.config-D7dU2Nef.cjs +20 -0
  947. package/components/sunburst-chart-options.config-Iv2td_T8.js +157 -0
  948. package/components/sunburst-chart-options.de-ExKl_9iP.cjs +20 -0
  949. package/components/sunburst-chart-options.de-Wh9wGDoy.js +58 -0
  950. package/components/sunburst-chart-options.en-BX6LCBkx.cjs +20 -0
  951. package/components/sunburst-chart-options.en-CuEjCKZf.js +58 -0
  952. package/components/sunburst-chart-options.es-C0JZtuNM.js +58 -0
  953. package/components/sunburst-chart-options.es-DmkadHJ5.cjs +20 -0
  954. package/components/sunburst-chart-options.fr-BxDRF5q9.js +58 -0
  955. package/components/sunburst-chart-options.fr-DOZ2Emtz.cjs +20 -0
  956. package/components/sunburst-chart-options.nl-CeqIu17N.js +58 -0
  957. package/components/sunburst-chart-options.nl-ECPhYZLe.cjs +20 -0
  958. package/components/sunburst-chart-positioning.config-CIJkb3xv.js +46 -0
  959. package/components/sunburst-chart-positioning.config-DwdmVNMl.cjs +20 -0
  960. package/components/sunburst-chart-slots.config-5PYTtNUW.cjs +20 -0
  961. package/components/sunburst-chart-slots.config-ClsFf2UV.js +21 -0
  962. package/components/sunburst-chart-slots.config-DNB_xlT6.js +35 -0
  963. package/components/sunburst-chart-slots.config-D_IvmJsL.cjs +20 -0
  964. package/components/symbol-map-options.config-D8Wof9Aq.cjs +20 -0
  965. package/components/symbol-map-options.config-DUyvyXRb.js +21 -0
  966. package/components/symbol-map-options.config-fuON1TEh.cjs +20 -0
  967. package/components/symbol-map-options.config-q1DlwzzZ.js +154 -0
  968. package/components/symbol-map-options.de-B-WtWu2H.js +64 -0
  969. package/components/symbol-map-options.en-Cg_XG8EK.js +64 -0
  970. package/components/symbol-map-options.es-DsMamlwV.js +64 -0
  971. package/components/symbol-map-options.fr-C2dliwc7.js +64 -0
  972. package/components/symbol-map-options.nl-DvL19fL-.js +64 -0
  973. package/components/symbol-map-positioning.config-BeW0WaR2.cjs +20 -0
  974. package/components/symbol-map-positioning.config-DImEeRY3.js +53 -0
  975. package/components/symbol-map-slots.config-BCgIc6Vk.cjs +20 -0
  976. package/components/symbol-map-slots.config-CALS50ZS.cjs +20 -0
  977. package/components/symbol-map-slots.config-Cj12KTFx.js +50 -0
  978. package/components/symbol-map-slots.config-Dm34rxX1.js +21 -0
  979. package/components/text-options.config-B0xVIeez.cjs +20 -0
  980. package/components/text-options.config-CKCvnV64.js +21 -0
  981. package/components/text-options.config-DwBvbTz5.js +64 -0
  982. package/components/text-options.de-B85BSnr3.js +28 -0
  983. package/components/text-options.en-D9akV2DO.js +28 -0
  984. package/components/text-options.es-CBOjuaIu.js +28 -0
  985. package/components/text-options.fr-rlX0P1Cr.js +28 -0
  986. package/components/text-options.nl-epL5NErl.js +28 -0
  987. package/components/text-slots.config-BvO2wIlS.js +21 -0
  988. package/components/text-slots.config-Ce74Bgnl.cjs +20 -0
  989. package/components/text-slots.config-CeqXPUsB.js +21 -0
  990. package/components/text-slots.config-fioLVKtx.cjs +20 -0
  991. package/components/themes-BZL9NfRc.cjs +20 -0
  992. package/components/treemap-chart-options.config-BKorCqTL.cjs +20 -0
  993. package/components/treemap-chart-options.config-DAx79ojN.cjs +20 -0
  994. package/components/treemap-chart-options.config-DuixEndR.js +21 -0
  995. package/components/treemap-chart-options.config-Ft3gYZGq.js +181 -0
  996. package/components/treemap-chart-options.de-BGyjb84d.js +62 -0
  997. package/components/treemap-chart-options.en-CQPWiBkJ.js +62 -0
  998. package/components/treemap-chart-options.es-_CoOIWaB.js +62 -0
  999. package/components/treemap-chart-options.fr-B-2BvtfZ.js +62 -0
  1000. package/components/treemap-chart-options.nl-BPr2SP0y.js +62 -0
  1001. package/components/treemap-chart-positioning.config-BAITw16y.js +53 -0
  1002. package/components/treemap-chart-positioning.config-BqjXkMWR.cjs +20 -0
  1003. package/components/treemap-chart-slots.config-C16w76hV.cjs +20 -0
  1004. package/components/treemap-chart-slots.config-C4W4_3na.js +44 -0
  1005. package/components/treemap-chart-slots.config-CcopZBpV.js +21 -0
  1006. package/components/treemap-chart-slots.config-jQ1_EZBr.cjs +20 -0
  1007. package/components/utils/base.cjs +1 -1
  1008. package/components/utils/base.js +3 -1
  1009. package/components/utils/store.cjs +1 -1
  1010. package/components/utils/store.js +5 -5
  1011. package/components/utils-Dzbml7oI.cjs +20 -0
  1012. package/components/utils-MKWG2xEp.js +63 -0
  1013. package/components/utils.cjs +1 -1
  1014. package/components/utils.js +10 -9
  1015. package/components/venn-diagram-options.config-CGA2UaAr.cjs +20 -0
  1016. package/components/venn-diagram-options.config-Dqq-7wc-.cjs +20 -0
  1017. package/components/venn-diagram-options.config-DtjbTHcO.js +21 -0
  1018. package/components/venn-diagram-options.config-z9DX7a0E.js +21 -0
  1019. package/components/venn-diagram-positioning.config-Bj_uCnaK.cjs +20 -0
  1020. package/components/venn-diagram-positioning.config-CJkl8yK4.js +53 -0
  1021. package/components/venn-diagram-slots.config-BGHqXMag.js +21 -0
  1022. package/components/venn-diagram-slots.config-CDsbtDgk.cjs +20 -0
  1023. package/components/venn-diagram-slots.config-QbGDMgWM.js +44 -0
  1024. package/components/venn-diagram-slots.config-UdBbq7hK.cjs +20 -0
  1025. package/components/video-options.config-BQgGqFAA.js +21 -0
  1026. package/components/video-options.config-CMfkp_5-.js +124 -0
  1027. package/components/video-options.de-DQGaj9I0.js +58 -0
  1028. package/components/video-options.en-Bw-NmcDX.js +58 -0
  1029. package/components/video-options.es-lG5luzd5.js +58 -0
  1030. package/components/video-options.fr-CqAj6DNP.js +58 -0
  1031. package/components/video-options.nl-kYi5F6Dh.js +58 -0
  1032. package/components/video-slots.config-BIZpYGiK.js +21 -0
  1033. package/components/video-slots.config-CRX1Wrq2.cjs +20 -0
  1034. package/components/video-slots.config-DuPoeVgT.js +21 -0
  1035. package/components/video-slots.config-fHuA9NOm.cjs +20 -0
  1036. package/components/viz-item-menu/index.cjs +1 -1
  1037. package/components/viz-item-menu/index.js +4 -3
  1038. package/components/viz-item-menu/viz-item-menu.d.ts +6 -8
  1039. package/components/viz-item-menu-BZJdFfkL.js +162 -0
  1040. package/components/viz-item-menu-kuGm-D6X.cjs +55 -0
  1041. package/components/wordcloud-chart-options.config-B7bqp-of.js +21 -0
  1042. package/components/wordcloud-chart-options.config-DOZSbaZy.js +87 -0
  1043. package/components/wordcloud-chart-options.config-DQWV_RxY.cjs +20 -0
  1044. package/components/wordcloud-chart-options.config-yKh8MBAL.cjs +20 -0
  1045. package/components/wordcloud-chart-options.de-BQswnN8V.cjs +20 -0
  1046. package/components/wordcloud-chart-options.de-CwMhGAou.js +47 -0
  1047. package/components/wordcloud-chart-options.en-B0dCi7xP.js +47 -0
  1048. package/components/wordcloud-chart-options.en-g9FIkW60.cjs +20 -0
  1049. package/components/wordcloud-chart-options.es--F5xTmjw.js +47 -0
  1050. package/components/wordcloud-chart-options.es-BtyzGWLG.cjs +20 -0
  1051. package/components/wordcloud-chart-options.fr-ClL6xRWX.cjs +20 -0
  1052. package/components/wordcloud-chart-options.fr-DuI8P_tq.js +47 -0
  1053. package/components/wordcloud-chart-options.nl-C3-yZ6fA.js +47 -0
  1054. package/components/wordcloud-chart-options.nl-DP1o6v4f.cjs +20 -0
  1055. package/components/wordcloud-chart-positioning.config-BYp1cmHn.js +53 -0
  1056. package/components/wordcloud-chart-positioning.config-DKQWftET.cjs +20 -0
  1057. package/components/wordcloud-chart-slots.config-BSkly0sL.cjs +20 -0
  1058. package/components/wordcloud-chart-slots.config-BiSClWVd.cjs +20 -0
  1059. package/components/wordcloud-chart-slots.config-DC5OnXO_.js +42 -0
  1060. package/components/wordcloud-chart-slots.config-DYA4Usg5.js +21 -0
  1061. package/custom-elements.json +293 -515
  1062. package/item-definitions/item-context.config.d.ts +45 -45
  1063. package/item-definitions/item-options.config.d.ts +45 -45
  1064. package/item-definitions/item-slots.config.d.ts +1 -0
  1065. package/item-definitions/slot-labels.config.d.ts +2 -0
  1066. package/package.json +7 -6
  1067. package/react/esm/types.d.ts +1 -2
  1068. package/react/types.ts +11 -2
  1069. package/react/utils/base/index.d.ts +1 -0
  1070. package/react/utils/base/localized-mixin.d.ts +22 -0
  1071. package/react/utils/data-field-types/calculate-data-field-icon.d.ts +3 -1
  1072. package/react/utils/index.d.ts +1 -0
  1073. package/react/utils/slot-state/slot-store.d.ts +3 -3
  1074. package/react/utils/switch-item/index.d.ts +8 -7
  1075. package/react/utils/switch-item/tests/switch-item.test.d.ts +1 -0
  1076. package/types/dataset-data-field.types.d.ts +33 -1
  1077. package/types/dataset.types.d.ts +5 -2
  1078. package/types/slot.types.d.ts +3 -11
  1079. package/types.d.ts +1 -2
  1080. package/utils/base/index.d.ts +1 -0
  1081. package/utils/base/localized-mixin.d.ts +22 -0
  1082. package/utils/data-field-types/calculate-data-field-icon.d.ts +3 -1
  1083. package/utils/index.d.ts +1 -0
  1084. package/utils/slot-state/slot-store.d.ts +3 -3
  1085. package/utils/switch-item/index.d.ts +8 -7
  1086. package/utils/switch-item/tests/switch-item.test.d.ts +1 -0
  1087. package/angular/esm/types/positioning.types.d.ts +0 -21
  1088. package/angular/types/positioning.types.ts +0 -23
  1089. package/components/ai-chat-Kvx4go3B.cjs +0 -60
  1090. package/components/ai-interaction-textarea-DR8UM5gD.cjs +0 -56
  1091. package/components/area-chart-options.config-B4wMNFjK.js +0 -143
  1092. package/components/area-chart-options.config-BOosEFt6.js +0 -21
  1093. package/components/area-chart-options.config-BrkbwmEh.cjs +0 -20
  1094. package/components/area-chart-options.config-a3w9qHX-.cjs +0 -20
  1095. package/components/area-chart-options.de-CNPW7nwY.js +0 -62
  1096. package/components/area-chart-options.en-B-ScJLRc.js +0 -62
  1097. package/components/area-chart-options.es-Cmt7kKq9.js +0 -62
  1098. package/components/area-chart-options.fr-CBUUKriv.js +0 -62
  1099. package/components/area-chart-options.nl-BjQSvQwn.js +0 -62
  1100. package/components/area-chart-positioning.config-BE2gItor.cjs +0 -20
  1101. package/components/area-chart-positioning.config-D--4BXhA.js +0 -53
  1102. package/components/area-chart-slots.config-4wPVjih_.js +0 -52
  1103. package/components/area-chart-slots.config-COS5sbjC.js +0 -21
  1104. package/components/area-chart-slots.config-D2KRZBKK.cjs +0 -20
  1105. package/components/area-chart-slots.config-D_tyQvZN.cjs +0 -20
  1106. package/components/bar-chart-options.config-BIEPKnN4.cjs +0 -20
  1107. package/components/bar-chart-options.config-CNi11JIh.cjs +0 -20
  1108. package/components/bar-chart-options.config-CQyOeMaQ.js +0 -222
  1109. package/components/bar-chart-options.config-pgaUwbxd.js +0 -21
  1110. package/components/bar-chart-options.de-BUYKGu8d.js +0 -88
  1111. package/components/bar-chart-options.de-D0mDkeGx.cjs +0 -20
  1112. package/components/bar-chart-options.en-Dh6uTiD7.cjs +0 -20
  1113. package/components/bar-chart-options.en-Dj2Mrd32.js +0 -88
  1114. package/components/bar-chart-options.es-5NuCvpUi.js +0 -88
  1115. package/components/bar-chart-options.es-CcHdsKw1.cjs +0 -20
  1116. package/components/bar-chart-options.fr-DfZ_DfV5.cjs +0 -20
  1117. package/components/bar-chart-options.fr-J1O03W9r.js +0 -88
  1118. package/components/bar-chart-options.nl-BjyQJcK-.cjs +0 -20
  1119. package/components/bar-chart-options.nl-HOdIRSFW.js +0 -88
  1120. package/components/bar-chart-positioning.config-BD_UirYB.cjs +0 -20
  1121. package/components/bar-chart-positioning.config-vi58af8T.js +0 -57
  1122. package/components/bar-chart-slots.config-Bd1z2Urp.cjs +0 -20
  1123. package/components/bar-chart-slots.config-CRfb5zkw.js +0 -47
  1124. package/components/bar-chart-slots.config-Dzcpvaoi.cjs +0 -20
  1125. package/components/bar-chart-slots.config-lhF5mnH3.js +0 -21
  1126. package/components/base-CMapUjQp.cjs +0 -20
  1127. package/components/base-store-DyJJc7kW.cjs +0 -20
  1128. package/components/box-plot-options.config-BnE7grr-.js +0 -297
  1129. package/components/box-plot-options.config-Da2tKKTp.cjs +0 -20
  1130. package/components/box-plot-options.config-Pin0y7Sm.cjs +0 -20
  1131. package/components/box-plot-options.config-wKYz_GxB.js +0 -21
  1132. package/components/box-plot-options.de-CFFU3af6.js +0 -77
  1133. package/components/box-plot-options.en-BetnaKb7.js +0 -77
  1134. package/components/box-plot-options.es-7WHK00e0.js +0 -77
  1135. package/components/box-plot-options.fr-CdhFQGux.js +0 -77
  1136. package/components/box-plot-options.nl-BfUICT90.js +0 -77
  1137. package/components/box-plot-positioning.config-C2qmxKiK.cjs +0 -20
  1138. package/components/box-plot-positioning.config-xSiN4edD.js +0 -46
  1139. package/components/box-plot-slots.config-B7VjwMlr.js +0 -37
  1140. package/components/box-plot-slots.config-D73u6U2x.js +0 -21
  1141. package/components/box-plot-slots.config-D8UcUD_E.cjs +0 -20
  1142. package/components/box-plot-slots.config-m3_YNyz9.cjs +0 -20
  1143. package/components/bubble-chart-options.config-BSVZEGFV.cjs +0 -20
  1144. package/components/bubble-chart-options.config-D3OLZi_i.js +0 -21
  1145. package/components/bubble-chart-options.config-DGBM2DXR.cjs +0 -20
  1146. package/components/bubble-chart-options.config-DYHEcCVC.js +0 -112
  1147. package/components/bubble-chart-options.de-CReLnTpi.js +0 -47
  1148. package/components/bubble-chart-options.en-D8WJeVnf.js +0 -47
  1149. package/components/bubble-chart-options.es-BuMT2UB9.js +0 -47
  1150. package/components/bubble-chart-options.fr-C2pUQ5uP.js +0 -47
  1151. package/components/bubble-chart-options.nl-BKtcsYwH.js +0 -47
  1152. package/components/bubble-chart-positioning.config-DGzXWUpT.js +0 -53
  1153. package/components/bubble-chart-positioning.config-LUJso-mq.cjs +0 -20
  1154. package/components/bubble-chart-slots.config-BfVgwjSM.js +0 -21
  1155. package/components/bubble-chart-slots.config-C5KbDMxS.cjs +0 -20
  1156. package/components/bubble-chart-slots.config-C5gVirUW.js +0 -44
  1157. package/components/bubble-chart-slots.config-DHMjyxzE.cjs +0 -20
  1158. package/components/bullet-chart-options.config-BSctjN7o.js +0 -72
  1159. package/components/bullet-chart-options.config-CZmzSnH0.cjs +0 -20
  1160. package/components/bullet-chart-options.config-C_pwaQb5.js +0 -21
  1161. package/components/bullet-chart-options.config-DSqqPelV.cjs +0 -20
  1162. package/components/bullet-chart-options.de-BJvIeQBk.js +0 -37
  1163. package/components/bullet-chart-options.en-LcnaL6Jd.js +0 -37
  1164. package/components/bullet-chart-options.es-BFswTzVS.js +0 -37
  1165. package/components/bullet-chart-options.fr-DNn5-5Js.js +0 -37
  1166. package/components/bullet-chart-options.nl-BwT__xVR.js +0 -37
  1167. package/components/bullet-chart-positioning.config-BxcCBtdh.js +0 -54
  1168. package/components/bullet-chart-positioning.config-CftK375h.cjs +0 -20
  1169. package/components/bullet-chart-slots.config-5Q9RgeUT.cjs +0 -20
  1170. package/components/bullet-chart-slots.config-BlZiiWMp.js +0 -21
  1171. package/components/bullet-chart-slots.config-CbWy3JOP.cjs +0 -20
  1172. package/components/bullet-chart-slots.config-DWMRZ72A.js +0 -43
  1173. package/components/calculate-data-field-icon-DQelKruJ.js +0 -147
  1174. package/components/calculate-data-field-icon-DS7blwAS.cjs +0 -20
  1175. package/components/choropleth-map-options.config-BeFBpILX.js +0 -21
  1176. package/components/choropleth-map-options.config-C5Q4EZm7.js +0 -343
  1177. package/components/choropleth-map-options.config-C8AGCasf.cjs +0 -20
  1178. package/components/choropleth-map-options.config-DJW-N4s0.cjs +0 -20
  1179. package/components/choropleth-map-options.de-CvR9AyX2.js +0 -70
  1180. package/components/choropleth-map-options.en-CistefGY.js +0 -70
  1181. package/components/choropleth-map-options.es-BmySYxqj.js +0 -70
  1182. package/components/choropleth-map-options.fr-Cb8minEc.js +0 -70
  1183. package/components/choropleth-map-options.nl-BMi-V9Vg.js +0 -70
  1184. package/components/choropleth-map-positioning.config-8lvm7Uj6.cjs +0 -20
  1185. package/components/choropleth-map-positioning.config-B5-OmxTX.js +0 -53
  1186. package/components/choropleth-map-slots.config-6Ry92Q2C.cjs +0 -20
  1187. package/components/choropleth-map-slots.config-CBvdvLau.js +0 -50
  1188. package/components/choropleth-map-slots.config-CO7tM1HC.js +0 -21
  1189. package/components/choropleth-map-slots.config-DUsNH9r2.cjs +0 -20
  1190. package/components/chunk-BzfTdyRg.cjs +0 -20
  1191. package/components/chunk-CVADE_lK.js +0 -28
  1192. package/components/circle-pack-chart-options.config-DMqgkQnk.cjs +0 -20
  1193. package/components/circle-pack-chart-options.config-DPtu7NTF.js +0 -51
  1194. package/components/circle-pack-chart-options.config-PQnLKNq6.js +0 -21
  1195. package/components/circle-pack-chart-options.de-BS7q4Or1.js +0 -29
  1196. package/components/circle-pack-chart-options.en-BtCQmfYw.js +0 -29
  1197. package/components/circle-pack-chart-options.es-CP1T10I2.js +0 -29
  1198. package/components/circle-pack-chart-options.fr-C55V9bXB.js +0 -29
  1199. package/components/circle-pack-chart-options.nl-BpYB-xdZ.js +0 -29
  1200. package/components/circle-pack-chart-positioning.config-BHaJjdKV.cjs +0 -20
  1201. package/components/circle-pack-chart-positioning.config-CwICE6_M.js +0 -46
  1202. package/components/circle-pack-chart-slots.config-Bwl19VHT.cjs +0 -20
  1203. package/components/circle-pack-chart-slots.config-C1XUdMJa.cjs +0 -20
  1204. package/components/circle-pack-chart-slots.config-CWBf-xjJ.js +0 -21
  1205. package/components/circle-pack-chart-slots.config-p7FvaZ4M.js +0 -35
  1206. package/components/circular-gauge-options.config-D1--y0LG.cjs +0 -20
  1207. package/components/circular-gauge-options.config-Dh0Iqodp.js +0 -21
  1208. package/components/circular-gauge-options.config-NvrB4dpF.js +0 -185
  1209. package/components/circular-gauge-options.config-gGdg6sL8.cjs +0 -20
  1210. package/components/circular-gauge-options.de-Cap3wgjs.cjs +0 -20
  1211. package/components/circular-gauge-options.de-Cj-663qJ.js +0 -54
  1212. package/components/circular-gauge-options.en-Co-t6wzY.js +0 -55
  1213. package/components/circular-gauge-options.es-CG-ft-vX.cjs +0 -20
  1214. package/components/circular-gauge-options.es-CMiJh6qJ.js +0 -54
  1215. package/components/circular-gauge-options.fr-DPB1CUJW.js +0 -55
  1216. package/components/circular-gauge-options.nl-RlSlldrZ.js +0 -55
  1217. package/components/circular-gauge-positioning.config-DIXOYQSR.cjs +0 -20
  1218. package/components/circular-gauge-positioning.config-ex5Y8qdl.js +0 -46
  1219. package/components/circular-gauge-slots.config-BjQQ4jlz.cjs +0 -20
  1220. package/components/circular-gauge-slots.config-C5ObBzqz.js +0 -36
  1221. package/components/circular-gauge-slots.config-CWLEh6ON.js +0 -21
  1222. package/components/circular-gauge-slots.config-WEu9Ynnd.cjs +0 -20
  1223. package/components/color-palettes-D6LoDxZ1.cjs +0 -20
  1224. package/components/color-palettes-DhSfcTwV.js +0 -1966
  1225. package/components/color-range-utils-CO9CkiG3.js +0 -50
  1226. package/components/color-range-utils-DHnhHgel.cjs +0 -20
  1227. package/components/column-chart-options.config-DK14g3LJ.cjs +0 -20
  1228. package/components/column-chart-options.config-DglgEf7y.js +0 -225
  1229. package/components/column-chart-options.config-Dkmo7QlD.js +0 -21
  1230. package/components/column-chart-options.config-i9CGs_0n.cjs +0 -20
  1231. package/components/column-chart-options.de-1ZLm-jcv.cjs +0 -20
  1232. package/components/column-chart-options.de-DouPO0ce.js +0 -88
  1233. package/components/column-chart-options.en-6_5qruwU.js +0 -88
  1234. package/components/column-chart-options.en-bpPN7bIa.cjs +0 -20
  1235. package/components/column-chart-options.es-C4sKuzIt.js +0 -88
  1236. package/components/column-chart-options.es-DpU6xoLO.cjs +0 -20
  1237. package/components/column-chart-options.fr-ClTnQwV8.js +0 -88
  1238. package/components/column-chart-options.fr-D6Z3WFNZ.cjs +0 -20
  1239. package/components/column-chart-options.nl-BTqyuoX1.cjs +0 -20
  1240. package/components/column-chart-options.nl-JskYv-zU.js +0 -88
  1241. package/components/column-chart-positioning.config-BNud46Qk.cjs +0 -20
  1242. package/components/column-chart-positioning.config-BXLLRyVQ.js +0 -53
  1243. package/components/column-chart-slots.config-CFlL2dXM.js +0 -47
  1244. package/components/column-chart-slots.config-CZH2KvS4.cjs +0 -20
  1245. package/components/column-chart-slots.config-DUS8pvgj.cjs +0 -20
  1246. package/components/column-chart-slots.config-Dftx2hi-.js +0 -21
  1247. package/components/combination-chart-options.config-BPxeGyyA.cjs +0 -20
  1248. package/components/combination-chart-options.config-COPs7xtC.cjs +0 -20
  1249. package/components/combination-chart-options.config-DqBdA7yk.js +0 -93
  1250. package/components/combination-chart-options.config-m-7O23xF.js +0 -21
  1251. package/components/combination-chart-options.de-BGR2YNLP.cjs +0 -20
  1252. package/components/combination-chart-options.de-CkG_b2CE.js +0 -42
  1253. package/components/combination-chart-options.en-BX5CAF_1.cjs +0 -20
  1254. package/components/combination-chart-options.en-YR0zF3IJ.js +0 -42
  1255. package/components/combination-chart-options.es-BqXqq52P.cjs +0 -20
  1256. package/components/combination-chart-options.es-DG_1wJsd.js +0 -42
  1257. package/components/combination-chart-options.fr-BLxoeD1P.cjs +0 -20
  1258. package/components/combination-chart-options.fr-DNH0gcrH.js +0 -42
  1259. package/components/combination-chart-options.nl-BiPpFZYp.js +0 -42
  1260. package/components/combination-chart-options.nl-Crdjn-WZ.cjs +0 -20
  1261. package/components/combination-chart-positioning.config-BJzLGK6s.cjs +0 -20
  1262. package/components/combination-chart-positioning.config-BvJWm1mE.js +0 -46
  1263. package/components/combination-chart-slots.config-C4aej1LT.js +0 -40
  1264. package/components/combination-chart-slots.config-C62QYbDV.js +0 -21
  1265. package/components/combination-chart-slots.config-Coarqd8U.cjs +0 -20
  1266. package/components/combination-chart-slots.config-DKBeVoSo.cjs +0 -20
  1267. package/components/conditional-number-options.config-AFR78ROW.js +0 -201
  1268. package/components/conditional-number-options.config-B7j9oybM.cjs +0 -20
  1269. package/components/conditional-number-options.config-CFTQ9i71.cjs +0 -20
  1270. package/components/conditional-number-options.config-DdEnW5oZ.js +0 -21
  1271. package/components/conditional-number-options.de-JxTBKpO4.js +0 -58
  1272. package/components/conditional-number-options.en-BzN4_NxP.js +0 -58
  1273. package/components/conditional-number-options.es-CK13dgBd.js +0 -58
  1274. package/components/conditional-number-options.fr-DYcKZyQr.js +0 -58
  1275. package/components/conditional-number-options.nl-byrbYFpX.js +0 -58
  1276. package/components/conditional-number-positioning.config-BWuU25vL.js +0 -46
  1277. package/components/conditional-number-positioning.config-DBsZa1BL.cjs +0 -20
  1278. package/components/conditional-number-slots.config-CjeumAVF.js +0 -36
  1279. package/components/conditional-number-slots.config-Dle-GMoj.cjs +0 -20
  1280. package/components/conditional-number-slots.config-F59rbYC_.js +0 -21
  1281. package/components/conditional-number-slots.config-R4rcl23o.cjs +0 -20
  1282. package/components/dashboard-store-B-bHPcne.js +0 -291
  1283. package/components/dashboard-store-BJDQUcB_.cjs +0 -20
  1284. package/components/dashboard-store-CFnRXpou.js +0 -22
  1285. package/components/dashboard-store-CwZYn3Yl.cjs +0 -20
  1286. package/components/data-broker-CaAKW_nK.cjs +0 -20
  1287. package/components/data-broker-JnZCs0yK.js +0 -1609
  1288. package/components/data-fields-select-CbHMVgby.cjs +0 -40
  1289. package/components/data-fields-select-DhIoabFy.js +0 -200
  1290. package/components/dataset-icon-B0jNtKtL.cjs +0 -64
  1291. package/components/dataset-selector-list-Bvfo3EJg.cjs +0 -74
  1292. package/components/dataset-selector-list-JEQC__vf.js +0 -296
  1293. package/components/dataset-selector-row-B3Jk4Vxd.cjs +0 -82
  1294. package/components/dataset-selector-row-Cb9k8VQx.js +0 -183
  1295. package/components/date-comparison-filter-options.config-Cgtx4xxK.js +0 -21
  1296. package/components/date-comparison-filter-options.config-DL29VKgr.js +0 -123
  1297. package/components/date-comparison-filter-options.config-DMyTtUWo.cjs +0 -20
  1298. package/components/date-comparison-filter-options.de-BtlDgtxP.js +0 -47
  1299. package/components/date-comparison-filter-options.de-dvxU6oB0.cjs +0 -20
  1300. package/components/date-comparison-filter-options.en-Dohp3atv.js +0 -53
  1301. package/components/date-comparison-filter-options.es-JmxU78K1.js +0 -53
  1302. package/components/date-comparison-filter-options.fr-B4qYePiw.js +0 -53
  1303. package/components/date-comparison-filter-options.nl-DFoaVHBd.js +0 -53
  1304. package/components/date-comparison-filter-positioning.config-B04BsS_m.cjs +0 -20
  1305. package/components/date-comparison-filter-positioning.config-VO6KRnlr.js +0 -36
  1306. package/components/date-comparison-filter-slots.config-3SZwuihb.js +0 -30
  1307. package/components/date-comparison-filter-slots.config-B86f5l-E.js +0 -21
  1308. package/components/date-comparison-filter-slots.config-CL-v4_DR.cjs +0 -20
  1309. package/components/date-comparison-filter-slots.config-E1WtEwwt.cjs +0 -20
  1310. package/components/date-filter-options.config-C7KgJz1U.cjs +0 -20
  1311. package/components/date-filter-options.config-DJ4Pup3r.js +0 -21
  1312. package/components/date-filter-options.config-FLYc8ND-.js +0 -115
  1313. package/components/date-filter-options.de-BORTD6i4.js +0 -46
  1314. package/components/date-filter-options.de-CODtKGuO.cjs +0 -20
  1315. package/components/date-filter-options.en-DOzACksC.cjs +0 -20
  1316. package/components/date-filter-options.en-c9MloOwA.js +0 -49
  1317. package/components/date-filter-options.es-DH9d8ZgX.js +0 -49
  1318. package/components/date-filter-options.fr-DrQYfEUy.js +0 -49
  1319. package/components/date-filter-options.nl-CN5JYkKj.js +0 -49
  1320. package/components/date-filter-positioning.config-BdnPZUD4.js +0 -36
  1321. package/components/date-filter-positioning.config-DWpG9tCv.cjs +0 -20
  1322. package/components/date-filter-slots.config-BmA5eCU9.js +0 -21
  1323. package/components/date-filter-slots.config-CQ-Oo315.js +0 -34
  1324. package/components/date-filter-slots.config-jOMSHcBB.cjs +0 -20
  1325. package/components/date-filter-slots.config-uBfudo7L.cjs +0 -20
  1326. package/components/default-acceptable-data-field-types-C2WWKYk5.cjs +0 -20
  1327. package/components/default-acceptable-data-field-types-rS9jf4hQ.js +0 -51
  1328. package/components/display-settings-BWdCfQRh.cjs +0 -121
  1329. package/components/display-settings-D0hNQeJM.js +0 -269
  1330. package/components/display-settings-binning-CcUEzCkd.cjs +0 -56
  1331. package/components/display-settings-binning-Dw5eZS24.js +0 -109
  1332. package/components/display-settings-datetime-Dg91djHI.js +0 -404
  1333. package/components/display-settings-datetime-dZfDL8It.cjs +0 -215
  1334. package/components/display-settings-grand-totals-DFiotIJp.cjs +0 -44
  1335. package/components/display-settings-grand-totals-D_oQ_faD.js +0 -88
  1336. package/components/display-settings-numeric-DChcGXPp.js +0 -475
  1337. package/components/display-settings-numeric-DwJIG4uR.cjs +0 -189
  1338. package/components/display-settings-period-over-period-BYfmTB4-.cjs +0 -225
  1339. package/components/display-settings-period-over-period-HgjDvDFy.js +0 -431
  1340. package/components/donut-chart-options.config-Bq5gnSgK.cjs +0 -20
  1341. package/components/donut-chart-options.config-D0j8HziK.js +0 -21
  1342. package/components/donut-chart-options.config-DLIaxA0k.cjs +0 -20
  1343. package/components/donut-chart-options.config-XKnx-v27.js +0 -222
  1344. package/components/donut-chart-options.de-ryJ-n0Ug.cjs +0 -20
  1345. package/components/donut-chart-options.de-yzs3n0oj.js +0 -85
  1346. package/components/donut-chart-options.en-BKQ4osA1.cjs +0 -20
  1347. package/components/donut-chart-options.en-DQ98QOfZ.js +0 -85
  1348. package/components/donut-chart-options.es-BRS6pODT.js +0 -85
  1349. package/components/donut-chart-options.es-BqRN-dt1.cjs +0 -20
  1350. package/components/donut-chart-options.fr-DAKbknKo.cjs +0 -20
  1351. package/components/donut-chart-options.fr-DFEULuJe.js +0 -85
  1352. package/components/donut-chart-options.nl-COTWSwrk.js +0 -85
  1353. package/components/donut-chart-options.nl-D446MMer.cjs +0 -20
  1354. package/components/donut-chart-positioning.config-C27RlKmf.js +0 -46
  1355. package/components/donut-chart-positioning.config-DF-IYONF.cjs +0 -20
  1356. package/components/donut-chart-slots.config-6taZyqeG.js +0 -36
  1357. package/components/donut-chart-slots.config-BzWv_TPS.cjs +0 -20
  1358. package/components/donut-chart-slots.config-D4VlGsdE.js +0 -21
  1359. package/components/donut-chart-slots.config-DVdMRfB-.cjs +0 -20
  1360. package/components/draggable-data-field-2xM4c6pA.cjs +0 -54
  1361. package/components/draggable-data-field-CYDVffkk.js +0 -125
  1362. package/components/draggable-data-field-level-BO1-eZO-.cjs +0 -55
  1363. package/components/draggable-data-field-level-DwVhXAH0.js +0 -242
  1364. package/components/draggable-data-fields-panel-CzCuGTHQ.cjs +0 -86
  1365. package/components/draggable-data-fields-panel-x2cedroV.js +0 -383
  1366. package/components/dropdown-filter-options.config-CVPfNJV2.js +0 -150
  1367. package/components/dropdown-filter-options.config-DnsN6VMm.js +0 -21
  1368. package/components/dropdown-filter-options.config-DuWHitpl.cjs +0 -20
  1369. package/components/dropdown-filter-options.de-CSwXtN6a.js +0 -52
  1370. package/components/dropdown-filter-options.en-Cz3Ju7oH.js +0 -52
  1371. package/components/dropdown-filter-options.es-CgzUlLyI.js +0 -52
  1372. package/components/dropdown-filter-options.fr-BRz5VygZ.js +0 -52
  1373. package/components/dropdown-filter-options.nl-jfUClZWH.js +0 -52
  1374. package/components/dropdown-filter-positioning.config-BRgWtfV4.js +0 -36
  1375. package/components/dropdown-filter-positioning.config-CHuzoseA.cjs +0 -20
  1376. package/components/dropdown-filter-slots.config-B2iohHXD.js +0 -21
  1377. package/components/dropdown-filter-slots.config-BRjf6UOJ.cjs +0 -20
  1378. package/components/dropdown-filter-slots.config-CGDlO_--.cjs +0 -20
  1379. package/components/dropdown-filter-slots.config-Cwx_H0Xb.js +0 -35
  1380. package/components/droppable-slot/item-slots-configs/index.d.ts +0 -45
  1381. package/components/droppable-slot/item-slots-configs/slot-labels.const.d.ts +0 -34
  1382. package/components/droppable-slot-BP6x2S2j.cjs +0 -87
  1383. package/components/droppable-slot-CwRZa8Xi.js +0 -357
  1384. package/components/edit-filters-BhjfcMxd.cjs +0 -155
  1385. package/components/edit-filters-CA7PpXV9.js +0 -400
  1386. package/components/edit-item-Cb-6Rj8R.js +0 -453
  1387. package/components/edit-item-CrBLVcIZ.cjs +0 -70
  1388. package/components/edit-option-CwVS9NRz.cjs +0 -252
  1389. package/components/edit-option-action-button-group-1azj6aol.cjs +0 -52
  1390. package/components/edit-option-action-button-group-CePeWcoQ.js +0 -113
  1391. package/components/edit-option-base-whtMN4oN.cjs +0 -53
  1392. package/components/edit-option-color-palette-picker-DYzzv2dt.js +0 -91
  1393. package/components/edit-option-color-palette-picker-Drhzeany.cjs +0 -37
  1394. package/components/edit-option-color-picker-DhHw-xGR.js +0 -82
  1395. package/components/edit-option-color-picker-Qk2lvG0J.cjs +0 -33
  1396. package/components/edit-option-color-range-DPIcmzj9.js +0 -201
  1397. package/components/edit-option-color-range-LQOMzgfA.cjs +0 -95
  1398. package/components/edit-option-dfi5pR_N.js +0 -831
  1399. package/components/edit-option-multi-language-field-C5q1FuGq.js +0 -76
  1400. package/components/edit-option-multi-language-field-rU8OggmU.cjs +0 -31
  1401. package/components/edit-option-number-field-BbfELCFx.js +0 -96
  1402. package/components/edit-option-number-field-DhyncBML.cjs +0 -36
  1403. package/components/edit-option-picker-DmKihJpl.js +0 -71
  1404. package/components/edit-option-picker-wPPmC2jF.cjs +0 -35
  1405. package/components/edit-option-position-picker-BHy57n3I.cjs +0 -25
  1406. package/components/edit-option-position-picker-BliQtyOt.js +0 -79
  1407. package/components/edit-option-positions-number-field-65swZAOT.js +0 -154
  1408. package/components/edit-option-positions-number-field-CRe5aeKo.cjs +0 -46
  1409. package/components/edit-option-radio-button-group-Dl1Zfh3-.js +0 -69
  1410. package/components/edit-option-radio-button-group-JjvPvrMH.cjs +0 -36
  1411. package/components/edit-option-slider-C4SqKUtJ.js +0 -76
  1412. package/components/edit-option-slider-CpLvI2vd.cjs +0 -32
  1413. package/components/edit-option-switch-Cl-uC9-U.js +0 -65
  1414. package/components/edit-option-switch-WUlgboed.cjs +0 -30
  1415. package/components/edit-option-text-field-D7L9qCgJ.js +0 -74
  1416. package/components/edit-option-text-field-Z7xEk86g.cjs +0 -31
  1417. package/components/en-C0BT4Ft3.cjs +0 -20
  1418. package/components/en-DhfblOAv.js +0 -21
  1419. package/components/en-GB--GB3H6dt.js +0 -26
  1420. package/components/en-GB-DJYqUyWK.cjs +0 -20
  1421. package/components/en-US-B79H-vo6.js +0 -21
  1422. package/components/en-US-Dn4g9YIG.cjs +0 -20
  1423. package/components/evolution-number-options.config-B8GmG531.cjs +0 -20
  1424. package/components/evolution-number-options.config-BROce4__.js +0 -225
  1425. package/components/evolution-number-options.config-DAbCsZ0O.js +0 -21
  1426. package/components/evolution-number-options.config-rychKW6_.cjs +0 -20
  1427. package/components/evolution-number-options.de-BH0CLvPl.js +0 -74
  1428. package/components/evolution-number-options.en-CfbZ8FKv.js +0 -74
  1429. package/components/evolution-number-options.es-CyHyMsY3.js +0 -74
  1430. package/components/evolution-number-options.fr-RgsSQbs-.js +0 -74
  1431. package/components/evolution-number-options.nl-D2UEBDbw.js +0 -74
  1432. package/components/evolution-number-positioning.config-C5TmdJvv.js +0 -46
  1433. package/components/evolution-number-positioning.config-QcN10jlp.cjs +0 -20
  1434. package/components/evolution-number-slots.config-5eEWaQRz.js +0 -34
  1435. package/components/evolution-number-slots.config-C3AQ-1EJ.cjs +0 -20
  1436. package/components/evolution-number-slots.config-CuD55D5v.js +0 -21
  1437. package/components/evolution-number-slots.config-D7PvU134.cjs +0 -20
  1438. package/components/extrapolate-color-BQILCELr.js +0 -33
  1439. package/components/extrapolate-color-CvoXXJRD.cjs +0 -20
  1440. package/components/filter-expression-picker-DBCdudya.cjs +0 -38
  1441. package/components/filter-expression-picker-DI6nB1NO.js +0 -426
  1442. package/components/filter-item-BCvNpBG0.js +0 -236
  1443. package/components/filter-item-HpjTLiy8.cjs +0 -56
  1444. package/components/filter-value-picker-B4LmMYyJ.cjs +0 -59
  1445. package/components/filter-value-picker-DnEDygvb.js +0 -148
  1446. package/components/filter-value-picker-datetime-9UCGKHGu.js +0 -135
  1447. package/components/filter-value-picker-datetime-CvBmsA16.cjs +0 -39
  1448. package/components/filter-value-picker-hierarchy-BWqkAX0t.js +0 -229
  1449. package/components/filter-value-picker-hierarchy-Qzn2z03C.cjs +0 -46
  1450. package/components/filter-value-picker-numeric-BTzL1LGZ.cjs +0 -47
  1451. package/components/filter-value-picker-numeric-DBRWGNtw.js +0 -218
  1452. package/components/formatter-DSEv-Hp1.js +0 -1312
  1453. package/components/formatter-W9wqX_XR.cjs +0 -20
  1454. package/components/funnel-chart-options.config-CcO2ShYz.cjs +0 -20
  1455. package/components/funnel-chart-options.config-Cob0MVlS.js +0 -192
  1456. package/components/funnel-chart-options.config-DOZOGaXz.cjs +0 -20
  1457. package/components/funnel-chart-options.config-DWAPASRR.js +0 -21
  1458. package/components/funnel-chart-options.de-ASPxQL01.js +0 -76
  1459. package/components/funnel-chart-options.de-CMbpD4Xq.cjs +0 -20
  1460. package/components/funnel-chart-options.en-Dxt4RAKX.js +0 -76
  1461. package/components/funnel-chart-options.en-l7XPvyp3.cjs +0 -20
  1462. package/components/funnel-chart-options.es-Dp7Vfn79.js +0 -76
  1463. package/components/funnel-chart-options.es-b-BdNnqK.cjs +0 -20
  1464. package/components/funnel-chart-options.fr-KL79PVDg.cjs +0 -20
  1465. package/components/funnel-chart-options.fr-SiFNMPs1.js +0 -76
  1466. package/components/funnel-chart-options.nl-DVSpk1_T.js +0 -76
  1467. package/components/funnel-chart-options.nl-JDG3du25.cjs +0 -20
  1468. package/components/funnel-chart-positioning.config-CtW1xTnE.cjs +0 -20
  1469. package/components/funnel-chart-positioning.config-kXzEmfjL.js +0 -46
  1470. package/components/funnel-chart-slots.config-CGoGlioo.cjs +0 -20
  1471. package/components/funnel-chart-slots.config-DFLChtvl.cjs +0 -20
  1472. package/components/funnel-chart-slots.config-DJDI1Gw3.js +0 -21
  1473. package/components/funnel-chart-slots.config-Qd_jr3HB.js +0 -40
  1474. package/components/get-css-variable-DNRg6ikQ.js +0 -1209
  1475. package/components/get-css-variable-DoFqEmSY.cjs +0 -24
  1476. package/components/grid-Ch0wrScn.js +0 -4924
  1477. package/components/grid-pwuAERDo.cjs +0 -317
  1478. package/components/heat-map-options.config-3JAeM-jh.js +0 -221
  1479. package/components/heat-map-options.config-BY_ZLtHA.cjs +0 -20
  1480. package/components/heat-map-options.config-Cp0xxfMe.js +0 -21
  1481. package/components/heat-map-options.config-DGJvT1hX.cjs +0 -20
  1482. package/components/heat-map-options.de--VcI0aQQ.cjs +0 -20
  1483. package/components/heat-map-options.de-cNNhnn4A.js +0 -72
  1484. package/components/heat-map-options.en-IziIbg04.js +0 -73
  1485. package/components/heat-map-options.es-PcoqTjhs.js +0 -73
  1486. package/components/heat-map-options.fr-SOca1pmx.js +0 -73
  1487. package/components/heat-map-options.nl-DvqzLXqe.js +0 -73
  1488. package/components/heat-map-positioning.config-BWzORrzV.cjs +0 -20
  1489. package/components/heat-map-positioning.config-Ce5gTfwu.js +0 -46
  1490. package/components/heat-map-slots.config-BTOUtoF5.cjs +0 -20
  1491. package/components/heat-map-slots.config-Bi7JGEZG.js +0 -34
  1492. package/components/heat-map-slots.config-C4HL3Fu0.cjs +0 -20
  1493. package/components/heat-map-slots.config-xuSNYlxb.js +0 -21
  1494. package/components/heat-table-options.config-CQXup7DJ.js +0 -374
  1495. package/components/heat-table-options.config-D81Gw0P-.cjs +0 -20
  1496. package/components/heat-table-options.config-DByan2sC.js +0 -21
  1497. package/components/heat-table-options.config-DQYYcA-w.cjs +0 -20
  1498. package/components/heat-table-options.de-DGAUVy4v.js +0 -110
  1499. package/components/heat-table-options.en-BvmqGBpG.js +0 -110
  1500. package/components/heat-table-options.es-BFh9K0vu.js +0 -110
  1501. package/components/heat-table-options.fr-BPFy3XBr.js +0 -110
  1502. package/components/heat-table-options.nl-T71lLQsB.js +0 -110
  1503. package/components/heat-table-positioning.config-CHgWrwcN.cjs +0 -20
  1504. package/components/heat-table-positioning.config-WOORvL6T.js +0 -53
  1505. package/components/heat-table-slots.config-BdaKZGR0.js +0 -21
  1506. package/components/heat-table-slots.config-OAbF2zTJ.cjs +0 -20
  1507. package/components/heat-table-slots.config-OI-5Nt2A.cjs +0 -20
  1508. package/components/heat-table-slots.config-apY9FoFK.js +0 -46
  1509. package/components/helpers-DPlAuDtI.js +0 -61
  1510. package/components/helpers-Dj4kuq-D.cjs +0 -20
  1511. package/components/hexbin-map-options.config-BJgN_RhC.cjs +0 -20
  1512. package/components/hexbin-map-options.config-By_BmbkU.js +0 -273
  1513. package/components/hexbin-map-options.config-CAgueFDI.js +0 -21
  1514. package/components/hexbin-map-options.config-JLpbi2ys.cjs +0 -20
  1515. package/components/hexbin-map-options.de-CVjS57oS.js +0 -106
  1516. package/components/hexbin-map-options.en-l9co2vk-.js +0 -106
  1517. package/components/hexbin-map-options.es-BaCvrIp8.js +0 -106
  1518. package/components/hexbin-map-options.fr-CO-xl-aA.js +0 -106
  1519. package/components/hexbin-map-options.nl-CllBV5HQ.js +0 -106
  1520. package/components/hexbin-map-positioning.config-30tGfwJW.cjs +0 -20
  1521. package/components/hexbin-map-positioning.config-DKazL1Ve.js +0 -46
  1522. package/components/hexbin-map-slots.config-Ci_Ds9CU.js +0 -21
  1523. package/components/hexbin-map-slots.config-DUN2cBs_.cjs +0 -20
  1524. package/components/hexbin-map-slots.config-j1HhPsYG.cjs +0 -20
  1525. package/components/hexbin-map-slots.config-lnytzDjU.js +0 -34
  1526. package/components/image-options.config-B_p2TQkv.js +0 -150
  1527. package/components/image-options.config-Bn97kYaT.js +0 -21
  1528. package/components/image-options.config-zDkJbFzN.cjs +0 -20
  1529. package/components/image-options.de-hdyQB7EG.js +0 -84
  1530. package/components/image-options.en-DKBFNmtj.js +0 -84
  1531. package/components/image-options.es-DJxhLWR0.js +0 -84
  1532. package/components/image-options.fr-FnRy-X5r.js +0 -84
  1533. package/components/image-options.nl-ianqYrpg.js +0 -84
  1534. package/components/image-slots.config-CJh3hRau.cjs +0 -20
  1535. package/components/image-slots.config-CbRJpKk-.js +0 -21
  1536. package/components/image-slots.config-DyRqzmD9.js +0 -21
  1537. package/components/image-slots.config-t2Npgp6c.cjs +0 -20
  1538. package/components/item-data-drop-panel-C2gLU36C.cjs +0 -57
  1539. package/components/item-data-drop-panel-DTVsZcHg.js +0 -373
  1540. package/components/item-data-picker-panel-CJiBXxuH.cjs +0 -77
  1541. package/components/item-data-picker-panel-DbMlNeHg.js +0 -489
  1542. package/components/item-slots-configs-B9Dkdjtd.js +0 -113
  1543. package/components/item-slots-configs-BdEqJ50W.cjs +0 -20
  1544. package/components/item-store-Bm-0PgvR.js +0 -22
  1545. package/components/item-store-DBEBgAnv.js +0 -169
  1546. package/components/item-store-KoSy4YGp.cjs +0 -20
  1547. package/components/item-store-S4iDWyl3.cjs +0 -20
  1548. package/components/line-chart-options.config-D93Feoso.cjs +0 -20
  1549. package/components/line-chart-options.config-DixSGsSx.cjs +0 -20
  1550. package/components/line-chart-options.config-DnxFDHpt.js +0 -165
  1551. package/components/line-chart-options.config-Dy4YZ2Ro.js +0 -21
  1552. package/components/line-chart-options.de-A_sck6VH.js +0 -56
  1553. package/components/line-chart-options.en-ZHV4liDB.js +0 -56
  1554. package/components/line-chart-options.es-s1jY-7Jr.js +0 -56
  1555. package/components/line-chart-options.fr-DZD9_iRf.js +0 -56
  1556. package/components/line-chart-options.nl-f8DbAcbf.js +0 -56
  1557. package/components/line-chart-positioning.config-NJ_WR_-l.cjs +0 -20
  1558. package/components/line-chart-positioning.config-qZ7jn2D1.js +0 -53
  1559. package/components/line-chart-slots.config-1X0nTt_i.cjs +0 -20
  1560. package/components/line-chart-slots.config-DBsEm7DH.js +0 -52
  1561. package/components/line-chart-slots.config-GWgl0bjz.js +0 -21
  1562. package/components/line-chart-slots.config-PTrESEBj.cjs +0 -20
  1563. package/components/load-data-fields-for-datasets-BCtliCTG.js +0 -40
  1564. package/components/load-data-fields-for-datasets-bjHqVU_h.cjs +0 -20
  1565. package/components/localize-1PfTYVMY.cjs +0 -20
  1566. package/components/localize-CTTwlzBP.js +0 -27
  1567. package/components/map-tile-providers-Bmq5ww_K.cjs +0 -20
  1568. package/components/map-tile-providers-D2Jxi0zE.js +0 -113
  1569. package/components/marker-map-options.config--N9yxXhk.cjs +0 -20
  1570. package/components/marker-map-options.config-BnMrX6yj.cjs +0 -20
  1571. package/components/marker-map-options.config-dmuJNq70.js +0 -21
  1572. package/components/marker-map-options.config-hpuP6yN6.js +0 -114
  1573. package/components/marker-map-options.de-9mvOXrFG.js +0 -61
  1574. package/components/marker-map-options.en-BILSAjt8.js +0 -61
  1575. package/components/marker-map-options.es-CdNxvjtJ.js +0 -61
  1576. package/components/marker-map-options.fr-9bMkm4TC.js +0 -61
  1577. package/components/marker-map-options.nl-DRWYus2V.js +0 -61
  1578. package/components/marker-map-positioning.config-BN81QLmK.cjs +0 -20
  1579. package/components/marker-map-positioning.config-DwEmmIrL.js +0 -46
  1580. package/components/marker-map-slots.config-2FQ1JqMx.js +0 -21
  1581. package/components/marker-map-slots.config-2M-tFfoj.js +0 -34
  1582. package/components/marker-map-slots.config-BaZ6efVT.cjs +0 -20
  1583. package/components/marker-map-slots.config-UWkHekXr.cjs +0 -20
  1584. package/components/ohlc-chart-options.config-CnBetKFm.js +0 -62
  1585. package/components/ohlc-chart-options.config-DF3pdh4y.cjs +0 -20
  1586. package/components/ohlc-chart-options.config-DWQeEFOK.js +0 -21
  1587. package/components/ohlc-chart-options.de-B8FQRMyA.js +0 -36
  1588. package/components/ohlc-chart-options.en-BH9oIUe9.js +0 -36
  1589. package/components/ohlc-chart-options.es-M_E8imaa.js +0 -36
  1590. package/components/ohlc-chart-options.fr-BWe9rtSm.js +0 -36
  1591. package/components/ohlc-chart-options.nl-D9ZGjKcJ.js +0 -36
  1592. package/components/ohlc-chart-positioning.config-C-hN18vh.cjs +0 -20
  1593. package/components/ohlc-chart-positioning.config-Cgwm1C0c.js +0 -76
  1594. package/components/ohlc-chart-slots.config-B02Ta4Hs.cjs +0 -20
  1595. package/components/ohlc-chart-slots.config-DIl89B7d.js +0 -21
  1596. package/components/ohlc-chart-slots.config-EGNP9ajw.js +0 -65
  1597. package/components/ohlc-chart-slots.config-ZvuUZBde.cjs +0 -20
  1598. package/components/parallel-coordinates-plot-options.config-BEGBSgee.js +0 -21
  1599. package/components/parallel-coordinates-plot-options.config-Ca8kbbTp.js +0 -39
  1600. package/components/parallel-coordinates-plot-options.config-D5mzgzqb.cjs +0 -20
  1601. package/components/parallel-coordinates-plot-options.de-CNK3dlNW.js +0 -28
  1602. package/components/parallel-coordinates-plot-options.en-DdlVHLT1.js +0 -28
  1603. package/components/parallel-coordinates-plot-options.es-XSd-XBgL.js +0 -28
  1604. package/components/parallel-coordinates-plot-options.fr-B4lbZQQH.js +0 -28
  1605. package/components/parallel-coordinates-plot-options.nl-ClPHIbC6.js +0 -28
  1606. package/components/parallel-coordinates-plot-positioning.config-B7e12InA.cjs +0 -20
  1607. package/components/parallel-coordinates-plot-positioning.config-DYfL60cr.js +0 -46
  1608. package/components/parallel-coordinates-plot-slots.config-BDc_AWlF.cjs +0 -20
  1609. package/components/parallel-coordinates-plot-slots.config-BNVO-zSs.js +0 -43
  1610. package/components/parallel-coordinates-plot-slots.config-C6cwhMMu.js +0 -21
  1611. package/components/parallel-coordinates-plot-slots.config-cV_kJztg.cjs +0 -20
  1612. package/components/periods.const-DuqtQKfs.cjs +0 -20
  1613. package/components/pivot-table-options.config-BAxshojl.cjs +0 -20
  1614. package/components/pivot-table-options.config-Barg1O6X.js +0 -21
  1615. package/components/pivot-table-options.config-CtmIw1N6.cjs +0 -20
  1616. package/components/pivot-table-options.config-nokoD9NV.js +0 -242
  1617. package/components/pivot-table-options.de-CV3vbfRr.js +0 -65
  1618. package/components/pivot-table-options.en-BgjFXF8k.js +0 -65
  1619. package/components/pivot-table-options.es-DZ_LFDpg.js +0 -65
  1620. package/components/pivot-table-options.fr-DFyynjyE.js +0 -65
  1621. package/components/pivot-table-options.nl-BGhkuLJB.js +0 -65
  1622. package/components/pivot-table-positioning.config-BuQ3Z7xB.js +0 -53
  1623. package/components/pivot-table-positioning.config-QHGnKsw5.cjs +0 -20
  1624. package/components/pivot-table-slots.config-BM8F1stG.js +0 -52
  1625. package/components/pivot-table-slots.config-BT6k85V8.cjs +0 -20
  1626. package/components/pivot-table-slots.config-D4rCXry-.cjs +0 -20
  1627. package/components/pivot-table-slots.config-HPm7zD9K.js +0 -21
  1628. package/components/positioning.types-B3tZU8Gn.js +0 -42
  1629. package/components/positioning.types-C-NV8WmA.cjs +0 -20
  1630. package/components/pyramid-chart-options.config--qVfOAl4.js +0 -21
  1631. package/components/pyramid-chart-options.config-DffwmlQ_.cjs +0 -20
  1632. package/components/pyramid-chart-options.config-KkjC1d7q.cjs +0 -20
  1633. package/components/pyramid-chart-options.config-xm_Pm5vR.js +0 -248
  1634. package/components/pyramid-chart-options.de-BYmfvcTy.js +0 -101
  1635. package/components/pyramid-chart-options.de-Dis7uZYL.cjs +0 -20
  1636. package/components/pyramid-chart-options.en-B4z_ijba.cjs +0 -20
  1637. package/components/pyramid-chart-options.en-DmWFCWT3.js +0 -101
  1638. package/components/pyramid-chart-options.es-DuR73PP7.cjs +0 -20
  1639. package/components/pyramid-chart-options.es-McdFRWYj.js +0 -101
  1640. package/components/pyramid-chart-options.fr-0pbMgN_-.cjs +0 -20
  1641. package/components/pyramid-chart-options.fr-D9Vm63ia.js +0 -101
  1642. package/components/pyramid-chart-options.nl-DLF3ybPa.js +0 -101
  1643. package/components/pyramid-chart-options.nl-iy4Th90a.cjs +0 -20
  1644. package/components/pyramid-chart-positioning.config-DnJ_upNk.cjs +0 -20
  1645. package/components/pyramid-chart-positioning.config-m1T1VcEi.js +0 -53
  1646. package/components/pyramid-chart-slots.config-BvjH08eP.js +0 -21
  1647. package/components/pyramid-chart-slots.config-CojBu_kG.js +0 -47
  1648. package/components/pyramid-chart-slots.config-Vx8Wt6D8.cjs +0 -20
  1649. package/components/pyramid-chart-slots.config-Zou0dK89.cjs +0 -20
  1650. package/components/radar-chart-options.config-BU1EZ2Dc.cjs +0 -20
  1651. package/components/radar-chart-options.config-CL0PgiOw.js +0 -127
  1652. package/components/radar-chart-options.config-DDwwtFRb.cjs +0 -20
  1653. package/components/radar-chart-options.config-DJ17V0oK.js +0 -21
  1654. package/components/radar-chart-options.de-DoAFfXjV.js +0 -44
  1655. package/components/radar-chart-options.en-COrPUieu.js +0 -44
  1656. package/components/radar-chart-options.es-DX0px23A.js +0 -44
  1657. package/components/radar-chart-options.fr-Bnkofh6E.js +0 -44
  1658. package/components/radar-chart-options.nl-ChPUx3eT.js +0 -44
  1659. package/components/radar-chart-positioning.config-6YwPsOrz.js +0 -53
  1660. package/components/radar-chart-positioning.config-CkHlDkrI.cjs +0 -20
  1661. package/components/radar-chart-slots.config-CWeBATj7.js +0 -50
  1662. package/components/radar-chart-slots.config-Cy1-gcAP.cjs +0 -20
  1663. package/components/radar-chart-slots.config-DMJiuWMy.cjs +0 -20
  1664. package/components/radar-chart-slots.config-Djirfy6l.js +0 -21
  1665. package/components/regular-table-options.config-B0-ri3E_.js +0 -145
  1666. package/components/regular-table-options.config-CyGoCpvt.cjs +0 -20
  1667. package/components/regular-table-options.config-E9jBXiDm.js +0 -21
  1668. package/components/regular-table-options.config-E_uB3D2l.cjs +0 -20
  1669. package/components/regular-table-options.de-DnDZup_G.js +0 -55
  1670. package/components/regular-table-options.en-CcFN5ctM.js +0 -55
  1671. package/components/regular-table-options.es-Dls9cbRV.js +0 -55
  1672. package/components/regular-table-options.fr-BjjVxO_W.js +0 -55
  1673. package/components/regular-table-options.nl-CcETy5A8.js +0 -55
  1674. package/components/regular-table-positioning.config-5MBfpMrI.cjs +0 -20
  1675. package/components/regular-table-positioning.config-NdED0eQ8.js +0 -36
  1676. package/components/regular-table-slots.config-2rnVD_aB.cjs +0 -20
  1677. package/components/regular-table-slots.config-BwdpssxM.js +0 -21
  1678. package/components/regular-table-slots.config-D0EsVK_X.js +0 -32
  1679. package/components/regular-table-slots.config-DH65wAyI.cjs +0 -20
  1680. package/components/route-map-options.config-BhdR1pSe.js +0 -21
  1681. package/components/route-map-options.config-Ch2NET92.cjs +0 -20
  1682. package/components/route-map-options.config-CzTNJHAU.js +0 -318
  1683. package/components/route-map-options.config-D0TX5a2A.cjs +0 -20
  1684. package/components/route-map-options.de-vUuWSULk.js +0 -74
  1685. package/components/route-map-options.en-Cf9NpGeM.js +0 -74
  1686. package/components/route-map-options.es-D5JnwnlY.js +0 -74
  1687. package/components/route-map-options.fr-Bc9AO2S1.js +0 -74
  1688. package/components/route-map-options.nl-BfbJflXM.js +0 -74
  1689. package/components/route-map-positioning.config-C7IB_lNU.js +0 -64
  1690. package/components/route-map-positioning.config-CfRSAs3y.cjs +0 -20
  1691. package/components/route-map-slots.config-BO9mLL5L.js +0 -56
  1692. package/components/route-map-slots.config-BSCrygI8.js +0 -21
  1693. package/components/route-map-slots.config-BYmqYyur.cjs +0 -20
  1694. package/components/route-map-slots.config-C2n4xb96.cjs +0 -20
  1695. package/components/sankey-diagram-options.config-BpdM7ljg.cjs +0 -20
  1696. package/components/sankey-diagram-options.config-CxU5Cvoo.js +0 -123
  1697. package/components/sankey-diagram-options.config-DXhNJO5q.js +0 -21
  1698. package/components/sankey-diagram-options.config-OHncX2mk.cjs +0 -20
  1699. package/components/sankey-diagram-options.de-DjOG-DKS.js +0 -61
  1700. package/components/sankey-diagram-options.en-CoDkgl7f.js +0 -61
  1701. package/components/sankey-diagram-options.es-rYfW35-k.js +0 -61
  1702. package/components/sankey-diagram-options.fr-BuqdD7qV.js +0 -61
  1703. package/components/sankey-diagram-options.nl-xZBCo1VM.js +0 -61
  1704. package/components/sankey-diagram-positioning.config-8ibifuGL.js +0 -64
  1705. package/components/sankey-diagram-positioning.config-CsBNQRUc.cjs +0 -20
  1706. package/components/sankey-diagram-slots.config-BJJZ3BYf.js +0 -21
  1707. package/components/sankey-diagram-slots.config-CLks22l2.js +0 -58
  1708. package/components/sankey-diagram-slots.config-DqDN75VP.cjs +0 -20
  1709. package/components/sankey-diagram-slots.config-o2kCzSQq.cjs +0 -20
  1710. package/components/scatter-plot-options.config-BMzCdEvX.cjs +0 -20
  1711. package/components/scatter-plot-options.config-Bud-3DBN.js +0 -21
  1712. package/components/scatter-plot-options.config-DEhs1sbD.cjs +0 -20
  1713. package/components/scatter-plot-options.config-DoObgHZx.js +0 -299
  1714. package/components/scatter-plot-options.de-BrUcStv8.js +0 -94
  1715. package/components/scatter-plot-options.en-DAfvjfMk.js +0 -94
  1716. package/components/scatter-plot-options.es-DK4UUb8a.js +0 -94
  1717. package/components/scatter-plot-options.fr-BKxme0TD.js +0 -94
  1718. package/components/scatter-plot-options.nl-zVOiIlFH.js +0 -94
  1719. package/components/scatter-plot-positioning.config-B_TJEzUw.js +0 -75
  1720. package/components/scatter-plot-positioning.config-Dp4pmMtp.cjs +0 -20
  1721. package/components/scatter-plot-slots.config-5d0Y3weT.js +0 -71
  1722. package/components/scatter-plot-slots.config-Cv_X6lju.cjs +0 -20
  1723. package/components/scatter-plot-slots.config-HKVElH8I.cjs +0 -20
  1724. package/components/scatter-plot-slots.config-vJ_ewOw1.js +0 -21
  1725. package/components/search-filter-options.config-CQhX1Yr4.js +0 -21
  1726. package/components/search-filter-options.config-CRn_qdab.js +0 -100
  1727. package/components/search-filter-options.config-D_FW3aS6.cjs +0 -20
  1728. package/components/search-filter-options.de-CqDmugWP.js +0 -40
  1729. package/components/search-filter-options.en-BTWrTSB-.js +0 -40
  1730. package/components/search-filter-options.es-huf4OiWM.js +0 -40
  1731. package/components/search-filter-options.fr-BUrEDlPF.js +0 -40
  1732. package/components/search-filter-options.nl-SnSPs9YI.js +0 -40
  1733. package/components/search-filter-positioning.config-BDN6e47E.cjs +0 -20
  1734. package/components/search-filter-positioning.config-dHAvUhdY.js +0 -36
  1735. package/components/search-filter-slots.config-07JGCNnY.cjs +0 -20
  1736. package/components/search-filter-slots.config-B9NhOcuP.js +0 -21
  1737. package/components/search-filter-slots.config-BBjxQLSi.cjs +0 -20
  1738. package/components/search-filter-slots.config-DlauC-Og.js +0 -36
  1739. package/components/set-locale-4N3tMOqw.js +0 -43
  1740. package/components/set-locale-CxIt8D8X.cjs +0 -20
  1741. package/components/slicer-filter-options.config--nh_0GUo.js +0 -21
  1742. package/components/slicer-filter-options.config-Cj5jXDN5.js +0 -238
  1743. package/components/slicer-filter-options.config-PwXNmYGr.cjs +0 -20
  1744. package/components/slicer-filter-options.config-tFVCYyyP.cjs +0 -20
  1745. package/components/slicer-filter-options.de-6T-IevCr.cjs +0 -20
  1746. package/components/slicer-filter-options.de-D7hk06qy.js +0 -69
  1747. package/components/slicer-filter-options.en-BTjEiuZG.js +0 -69
  1748. package/components/slicer-filter-options.en-DvTtXl0b.cjs +0 -20
  1749. package/components/slicer-filter-options.es-Cn9O52p0.js +0 -69
  1750. package/components/slicer-filter-options.es-G8tnJS1I.cjs +0 -20
  1751. package/components/slicer-filter-options.fr-C3T4ysfo.js +0 -69
  1752. package/components/slicer-filter-options.fr-TI1rkjsx.cjs +0 -20
  1753. package/components/slicer-filter-options.nl-EcApLkEC.js +0 -69
  1754. package/components/slicer-filter-options.nl-yzPNRn1n.cjs +0 -20
  1755. package/components/slicer-filter-positioning.config-meunrOW8.cjs +0 -20
  1756. package/components/slicer-filter-positioning.config-xXOgZrVK.js +0 -46
  1757. package/components/slicer-filter-slots.config-CS9aQ2og.cjs +0 -20
  1758. package/components/slicer-filter-slots.config-DopS3IEx.js +0 -21
  1759. package/components/slicer-filter-slots.config-POClMFVl.cjs +0 -20
  1760. package/components/slicer-filter-slots.config-gxtNYDfv.js +0 -41
  1761. package/components/slider-filter-options.config-B-cpFn06.js +0 -21
  1762. package/components/slider-filter-options.config-DG2MhNr6.cjs +0 -20
  1763. package/components/slider-filter-options.config-DvGAV2vj.js +0 -69
  1764. package/components/slider-filter-options.config-DzAeVd_8.cjs +0 -20
  1765. package/components/slider-filter-options.de-dkzVtpAI.js +0 -33
  1766. package/components/slider-filter-options.en-YpwevalE.js +0 -33
  1767. package/components/slider-filter-options.es-CmwfXzJE.js +0 -33
  1768. package/components/slider-filter-options.fr-B3faUFsM.js +0 -33
  1769. package/components/slider-filter-options.nl-D3MLmOIe.js +0 -33
  1770. package/components/slider-filter-positioning.config-DXwvk63c.js +0 -36
  1771. package/components/slider-filter-positioning.config-Dx0_HjgZ.cjs +0 -20
  1772. package/components/slider-filter-slots.config-81nv6nMv.js +0 -21
  1773. package/components/slider-filter-slots.config-B6kLtD_y.cjs +0 -20
  1774. package/components/slider-filter-slots.config-CnpxCCCF.cjs +0 -20
  1775. package/components/slider-filter-slots.config-DgbCiUcI.js +0 -40
  1776. package/components/slot-contents-picker-B0S4sghC.js +0 -441
  1777. package/components/slot-contents-picker-BGV1Jpku.cjs +0 -129
  1778. package/components/slot-labels.const-C0RxWf1A.cjs +0 -20
  1779. package/components/slot-labels.const-tIyhCfOs.js +0 -61
  1780. package/components/slot-menu-BhHDTdgv.cjs +0 -63
  1781. package/components/slot-menu-L4GnEJAD.js +0 -372
  1782. package/components/slot-menu-list-O_XT3zMp.cjs +0 -35
  1783. package/components/slot-menu-list-mGfMNUDl.js +0 -285
  1784. package/components/spacer-options.config-Bg_-qTMm.js +0 -21
  1785. package/components/speedometer-chart-options.config--pmezzyK.cjs +0 -20
  1786. package/components/speedometer-chart-options.config-CcHA_fLj.js +0 -21
  1787. package/components/speedometer-chart-options.config-jWckV5JF.cjs +0 -20
  1788. package/components/speedometer-chart-options.config-w00eOJ3q.js +0 -239
  1789. package/components/speedometer-chart-options.de-gxRYe46u.js +0 -64
  1790. package/components/speedometer-chart-options.en-lYyVgV2u.js +0 -64
  1791. package/components/speedometer-chart-options.es-BU8mQnCg.js +0 -64
  1792. package/components/speedometer-chart-options.fr-hRvVwbGQ.js +0 -64
  1793. package/components/speedometer-chart-options.nl-BNDYXaFX.js +0 -64
  1794. package/components/speedometer-chart-positioning.config-BcIpqDxk.js +0 -46
  1795. package/components/speedometer-chart-positioning.config-Ce3PfwgG.cjs +0 -20
  1796. package/components/speedometer-chart-slots.config-Bo6TZ16s.cjs +0 -20
  1797. package/components/speedometer-chart-slots.config-BzRMfApK.cjs +0 -20
  1798. package/components/speedometer-chart-slots.config-D19gY9Zb.js +0 -21
  1799. package/components/speedometer-chart-slots.config-DUIMn2Pg.js +0 -36
  1800. package/components/spike-map-options.config-BIsqOV9O.js +0 -405
  1801. package/components/spike-map-options.config-CVnF1947.cjs +0 -20
  1802. package/components/spike-map-options.config-DL_tS8ZG.cjs +0 -20
  1803. package/components/spike-map-options.config-DyXp4LdP.js +0 -21
  1804. package/components/spike-map-options.de-BOgQMnOu.js +0 -101
  1805. package/components/spike-map-options.en-B-TkKRQN.js +0 -101
  1806. package/components/spike-map-options.es-DgaI5xuD.js +0 -101
  1807. package/components/spike-map-options.fr-Cd50c8kO.js +0 -101
  1808. package/components/spike-map-options.nl-C6bIhg1L.js +0 -101
  1809. package/components/spike-map-positioning.config-DspVMH6k.cjs +0 -20
  1810. package/components/spike-map-positioning.config-NYoecQxt.js +0 -53
  1811. package/components/spike-map-slots.config-Bjj75V1s.js +0 -21
  1812. package/components/spike-map-slots.config-Dw7jC-kn.cjs +0 -20
  1813. package/components/spike-map-slots.config-jUmM1X8d.js +0 -44
  1814. package/components/spike-map-slots.config-sgookPHv.cjs +0 -20
  1815. package/components/strip-plot-options.config-BM60r4Pu.js +0 -21
  1816. package/components/strip-plot-options.config-CtRltWlO.cjs +0 -20
  1817. package/components/strip-plot-options.config-bUU30UFI.js +0 -50
  1818. package/components/strip-plot-options.de-C13lVFGA.js +0 -29
  1819. package/components/strip-plot-options.en-DEm9szBI.js +0 -29
  1820. package/components/strip-plot-options.es-DeB9iB3S.js +0 -29
  1821. package/components/strip-plot-options.fr-B3BRa61V.js +0 -29
  1822. package/components/strip-plot-options.nl-CjWz47zK.js +0 -29
  1823. package/components/strip-plot-positioning.config-C-NnEW6X.js +0 -46
  1824. package/components/strip-plot-positioning.config-S2AN9icD.cjs +0 -20
  1825. package/components/strip-plot-slots.config-BKl7eW9A.cjs +0 -20
  1826. package/components/strip-plot-slots.config-C4rzQzeT.cjs +0 -20
  1827. package/components/strip-plot-slots.config-DrUQmJTM.js +0 -21
  1828. package/components/strip-plot-slots.config-QBDdDGhx.js +0 -35
  1829. package/components/sunburst-chart-options.config-Btokbc6Y.js +0 -21
  1830. package/components/sunburst-chart-options.config-DVSuXB_4.js +0 -164
  1831. package/components/sunburst-chart-options.config-DbqUDZPx.cjs +0 -20
  1832. package/components/sunburst-chart-options.config-zHAsgfBj.cjs +0 -20
  1833. package/components/sunburst-chart-options.de-CP_q6RBS.js +0 -59
  1834. package/components/sunburst-chart-options.de-VFTUyRD1.cjs +0 -20
  1835. package/components/sunburst-chart-options.en-DF23Bwze.js +0 -59
  1836. package/components/sunburst-chart-options.en-DTRBfjrb.cjs +0 -20
  1837. package/components/sunburst-chart-options.es-C8TGq-1C.cjs +0 -20
  1838. package/components/sunburst-chart-options.es-vGT6Nzjl.js +0 -59
  1839. package/components/sunburst-chart-options.fr-BLbpH-ui.cjs +0 -20
  1840. package/components/sunburst-chart-options.fr-Qy4jg0uR.js +0 -59
  1841. package/components/sunburst-chart-options.nl--7TV48xL.cjs +0 -20
  1842. package/components/sunburst-chart-options.nl-DvjHC5nJ.js +0 -59
  1843. package/components/sunburst-chart-positioning.config-BlRF8IzD.js +0 -46
  1844. package/components/sunburst-chart-positioning.config-DEdJ5AHp.cjs +0 -20
  1845. package/components/sunburst-chart-slots.config-BFCzdF4_.js +0 -21
  1846. package/components/sunburst-chart-slots.config-C3PY10fR.cjs +0 -20
  1847. package/components/sunburst-chart-slots.config-ChNoRsHu.cjs +0 -20
  1848. package/components/sunburst-chart-slots.config-Dy5bLfur.js +0 -35
  1849. package/components/symbol-map-options.config-BYHDtm3m.js +0 -21
  1850. package/components/symbol-map-options.config-Cc3OuEwt.cjs +0 -20
  1851. package/components/symbol-map-options.config-DVyeuvzt.js +0 -154
  1852. package/components/symbol-map-options.config-FqIf_j6z.cjs +0 -20
  1853. package/components/symbol-map-options.de-5YwLTuB2.js +0 -64
  1854. package/components/symbol-map-options.en-CI0td3Ms.js +0 -64
  1855. package/components/symbol-map-options.es-DmP5VEaF.js +0 -64
  1856. package/components/symbol-map-options.fr-C-LZKymw.js +0 -64
  1857. package/components/symbol-map-options.nl-Hwoac2Go.js +0 -64
  1858. package/components/symbol-map-positioning.config-C-XcOCRV.cjs +0 -20
  1859. package/components/symbol-map-positioning.config-CMWbyKWy.js +0 -53
  1860. package/components/symbol-map-slots.config-BDFHYWac.cjs +0 -20
  1861. package/components/symbol-map-slots.config-CGEcnyZX.js +0 -21
  1862. package/components/symbol-map-slots.config-D7wDXSp0.cjs +0 -20
  1863. package/components/symbol-map-slots.config-pxBx9_8p.js +0 -50
  1864. package/components/text-options.config-BMXdU7b-.js +0 -64
  1865. package/components/text-options.config-BgusvcFP.js +0 -21
  1866. package/components/text-options.config-cGKlW7pZ.cjs +0 -20
  1867. package/components/text-options.de-BKb8V9p5.js +0 -28
  1868. package/components/text-options.en-SyXxOMnm.js +0 -28
  1869. package/components/text-options.es-RqGCfLts.js +0 -28
  1870. package/components/text-options.fr-BH2lP_ti.js +0 -28
  1871. package/components/text-options.nl-Bmc3QRbz.js +0 -28
  1872. package/components/text-slots.config-B_QwvO9-.js +0 -21
  1873. package/components/text-slots.config-BkBeE4MW.cjs +0 -20
  1874. package/components/text-slots.config-CF4UtokY.js +0 -21
  1875. package/components/text-slots.config-DtFuiz68.cjs +0 -20
  1876. package/components/themes-B_h9LMQi.cjs +0 -20
  1877. package/components/treemap-chart-options.config-BIe_mKvo.cjs +0 -20
  1878. package/components/treemap-chart-options.config-CvS-qqiF.js +0 -21
  1879. package/components/treemap-chart-options.config-DdrnVM4Q.cjs +0 -20
  1880. package/components/treemap-chart-options.config-WGapc-ya.js +0 -185
  1881. package/components/treemap-chart-options.de-BJR1v2gJ.js +0 -62
  1882. package/components/treemap-chart-options.en-CttyKSmo.js +0 -62
  1883. package/components/treemap-chart-options.es-B67580SW.js +0 -62
  1884. package/components/treemap-chart-options.fr-BgxalcwC.js +0 -62
  1885. package/components/treemap-chart-options.nl--mPqWKaD.js +0 -62
  1886. package/components/treemap-chart-positioning.config-CrHVDVGd.cjs +0 -20
  1887. package/components/treemap-chart-positioning.config-uXjfNoqM.js +0 -53
  1888. package/components/treemap-chart-slots.config-BaUalf1Q.cjs +0 -20
  1889. package/components/treemap-chart-slots.config-DSd25PVk.js +0 -44
  1890. package/components/treemap-chart-slots.config-DYBUwXyd.js +0 -21
  1891. package/components/treemap-chart-slots.config-jvE64Laq.cjs +0 -20
  1892. package/components/utils-BPp3CSn-.js +0 -57
  1893. package/components/utils-D_kokiZV.cjs +0 -20
  1894. package/components/venn-diagram-options.config-CLDq39WR.js +0 -21
  1895. package/components/venn-diagram-options.config-CVbaU_ha.js +0 -21
  1896. package/components/venn-diagram-options.config-flHAofRb.cjs +0 -20
  1897. package/components/venn-diagram-positioning.config-BI-ojW8z.cjs +0 -20
  1898. package/components/venn-diagram-positioning.config-BMhIqIY3.js +0 -53
  1899. package/components/venn-diagram-slots.config-Bv4a0WnH.cjs +0 -20
  1900. package/components/venn-diagram-slots.config-D0_S47es.cjs +0 -20
  1901. package/components/venn-diagram-slots.config-DbUNtqNs.js +0 -21
  1902. package/components/venn-diagram-slots.config-Z8_HM_X-.js +0 -44
  1903. package/components/video-options.config-CoAXm7WV.js +0 -124
  1904. package/components/video-options.config-DGZPGuFx.js +0 -21
  1905. package/components/video-options.de-DcQrRvMw.js +0 -58
  1906. package/components/video-options.en-CayMHoQN.js +0 -58
  1907. package/components/video-options.es-CgPSWvLm.js +0 -58
  1908. package/components/video-options.fr-DyB11oGu.js +0 -58
  1909. package/components/video-options.nl-B0cSBuLI.js +0 -58
  1910. package/components/video-slots.config-B8n68-p7.js +0 -21
  1911. package/components/video-slots.config-CHzhxUpq.cjs +0 -20
  1912. package/components/video-slots.config-DxrNsp2f.js +0 -21
  1913. package/components/video-slots.config-DyB9wINC.cjs +0 -20
  1914. package/components/viz-item-menu-Bb0MsNa5.js +0 -168
  1915. package/components/viz-item-menu-ChpfPq-7.cjs +0 -55
  1916. package/components/wordcloud-chart-options.config-BJefcYKT.cjs +0 -20
  1917. package/components/wordcloud-chart-options.config-CD68juCc.cjs +0 -20
  1918. package/components/wordcloud-chart-options.config-CnQhmyge.js +0 -21
  1919. package/components/wordcloud-chart-options.config-GDeev-bp.js +0 -87
  1920. package/components/wordcloud-chart-options.de-CkXMN1ZM.cjs +0 -20
  1921. package/components/wordcloud-chart-options.de-CljRNE1g.js +0 -47
  1922. package/components/wordcloud-chart-options.en-BBWqRxim.js +0 -47
  1923. package/components/wordcloud-chart-options.en-CLCG6ccg.cjs +0 -20
  1924. package/components/wordcloud-chart-options.es-BaqJnJod.cjs +0 -20
  1925. package/components/wordcloud-chart-options.es-WZz4qfnP.js +0 -47
  1926. package/components/wordcloud-chart-options.fr-DrsuZwh_.js +0 -47
  1927. package/components/wordcloud-chart-options.fr-d3o93Zy2.cjs +0 -20
  1928. package/components/wordcloud-chart-options.nl-BAXI5jal.js +0 -47
  1929. package/components/wordcloud-chart-options.nl-D0T2sp8j.cjs +0 -20
  1930. package/components/wordcloud-chart-positioning.config-B2KAn9tP.cjs +0 -20
  1931. package/components/wordcloud-chart-positioning.config-nzyyoqEu.js +0 -53
  1932. package/components/wordcloud-chart-slots.config-B2a8tqJb.cjs +0 -20
  1933. package/components/wordcloud-chart-slots.config-C2WI22rH.js +0 -21
  1934. package/components/wordcloud-chart-slots.config-DDQZYYRL.js +0 -42
  1935. package/components/wordcloud-chart-slots.config-DVWx-wU2.cjs +0 -20
  1936. package/item-definitions/area-chart/area-chart-context.config.d.ts +0 -21
  1937. package/item-definitions/area-chart/area-chart-options.config.d.ts +0 -114
  1938. package/item-definitions/area-chart/area-chart-positioning.config.d.ts +0 -18
  1939. package/item-definitions/area-chart/area-chart-slots.config.d.ts +0 -3
  1940. package/item-definitions/area-chart/i18n/area-chart-options.de.d.ts +0 -59
  1941. package/item-definitions/area-chart/i18n/area-chart-options.en.d.ts +0 -59
  1942. package/item-definitions/area-chart/i18n/area-chart-options.es.d.ts +0 -59
  1943. package/item-definitions/area-chart/i18n/area-chart-options.fr.d.ts +0 -59
  1944. package/item-definitions/area-chart/i18n/area-chart-options.nl.d.ts +0 -59
  1945. package/item-definitions/bar-chart/bar-chart-context.config.d.ts +0 -21
  1946. package/item-definitions/bar-chart/bar-chart-options.config.d.ts +0 -207
  1947. package/item-definitions/bar-chart/bar-chart-positioning.config.d.ts +0 -15
  1948. package/item-definitions/bar-chart/bar-chart-slots.config.d.ts +0 -3
  1949. package/item-definitions/bar-chart/i18n/bar-chart-options.de.d.ts +0 -99
  1950. package/item-definitions/bar-chart/i18n/bar-chart-options.en.d.ts +0 -99
  1951. package/item-definitions/bar-chart/i18n/bar-chart-options.es.d.ts +0 -99
  1952. package/item-definitions/bar-chart/i18n/bar-chart-options.fr.d.ts +0 -99
  1953. package/item-definitions/bar-chart/i18n/bar-chart-options.nl.d.ts +0 -99
  1954. package/item-definitions/box-plot/box-plot-context.config.d.ts +0 -18
  1955. package/item-definitions/box-plot/box-plot-options.config.d.ts +0 -224
  1956. package/item-definitions/box-plot/box-plot-positioning.config.d.ts +0 -18
  1957. package/item-definitions/box-plot/box-plot-slots.config.d.ts +0 -3
  1958. package/item-definitions/box-plot/i18n/box-plot-options.de.d.ts +0 -92
  1959. package/item-definitions/box-plot/i18n/box-plot-options.en.d.ts +0 -92
  1960. package/item-definitions/box-plot/i18n/box-plot-options.es.d.ts +0 -92
  1961. package/item-definitions/box-plot/i18n/box-plot-options.fr.d.ts +0 -92
  1962. package/item-definitions/box-plot/i18n/box-plot-options.nl.d.ts +0 -92
  1963. package/item-definitions/bubble-chart/bubble-chart-context.config.d.ts +0 -21
  1964. package/item-definitions/bubble-chart/bubble-chart-options.config.d.ts +0 -90
  1965. package/item-definitions/bubble-chart/bubble-chart-positioning.config.d.ts +0 -18
  1966. package/item-definitions/bubble-chart/bubble-chart-slots.config.d.ts +0 -3
  1967. package/item-definitions/bubble-chart/i18n/bubble-chart-options.de.d.ts +0 -42
  1968. package/item-definitions/bubble-chart/i18n/bubble-chart-options.en.d.ts +0 -42
  1969. package/item-definitions/bubble-chart/i18n/bubble-chart-options.es.d.ts +0 -42
  1970. package/item-definitions/bubble-chart/i18n/bubble-chart-options.fr.d.ts +0 -42
  1971. package/item-definitions/bubble-chart/i18n/bubble-chart-options.nl.d.ts +0 -42
  1972. package/item-definitions/bullet-chart/bullet-chart-context.config.d.ts +0 -21
  1973. package/item-definitions/bullet-chart/bullet-chart-options.config.d.ts +0 -43
  1974. package/item-definitions/bullet-chart/bullet-chart-positioning.config.d.ts +0 -16
  1975. package/item-definitions/bullet-chart/bullet-chart-slots.config.d.ts +0 -3
  1976. package/item-definitions/bullet-chart/i18n/bullet-chart-options.de.d.ts +0 -30
  1977. package/item-definitions/bullet-chart/i18n/bullet-chart-options.en.d.ts +0 -30
  1978. package/item-definitions/bullet-chart/i18n/bullet-chart-options.es.d.ts +0 -30
  1979. package/item-definitions/bullet-chart/i18n/bullet-chart-options.fr.d.ts +0 -30
  1980. package/item-definitions/bullet-chart/i18n/bullet-chart-options.nl.d.ts +0 -30
  1981. package/item-definitions/choropleth-map/choropleth-map-context.config.d.ts +0 -21
  1982. package/item-definitions/choropleth-map/choropleth-map-options.config.d.ts +0 -293
  1983. package/item-definitions/choropleth-map/choropleth-map-positioning.config.d.ts +0 -18
  1984. package/item-definitions/choropleth-map/choropleth-map-slots.config.d.ts +0 -3
  1985. package/item-definitions/choropleth-map/i18n/choropleth-map-options.de.d.ts +0 -81
  1986. package/item-definitions/choropleth-map/i18n/choropleth-map-options.en.d.ts +0 -81
  1987. package/item-definitions/choropleth-map/i18n/choropleth-map-options.es.d.ts +0 -81
  1988. package/item-definitions/choropleth-map/i18n/choropleth-map-options.fr.d.ts +0 -81
  1989. package/item-definitions/choropleth-map/i18n/choropleth-map-options.nl.d.ts +0 -81
  1990. package/item-definitions/circle-pack-chart/circle-pack-chart-context.config.d.ts +0 -18
  1991. package/item-definitions/circle-pack-chart/circle-pack-chart-options.config.d.ts +0 -14
  1992. package/item-definitions/circle-pack-chart/circle-pack-chart-positioning.config.d.ts +0 -18
  1993. package/item-definitions/circle-pack-chart/circle-pack-chart-slots.config.d.ts +0 -3
  1994. package/item-definitions/circle-pack-chart/i18n/circle-pack-chart-options.de.d.ts +0 -20
  1995. package/item-definitions/circle-pack-chart/i18n/circle-pack-chart-options.en.d.ts +0 -20
  1996. package/item-definitions/circle-pack-chart/i18n/circle-pack-chart-options.es.d.ts +0 -20
  1997. package/item-definitions/circle-pack-chart/i18n/circle-pack-chart-options.fr.d.ts +0 -20
  1998. package/item-definitions/circle-pack-chart/i18n/circle-pack-chart-options.nl.d.ts +0 -20
  1999. package/item-definitions/circular-gauge/circular-gauge-context.config.d.ts +0 -18
  2000. package/item-definitions/circular-gauge/circular-gauge-options.config.d.ts +0 -206
  2001. package/item-definitions/circular-gauge/circular-gauge-positioning.config.d.ts +0 -18
  2002. package/item-definitions/circular-gauge/circular-gauge-slots.config.d.ts +0 -3
  2003. package/item-definitions/circular-gauge/i18n/circular-gauge-options.de.d.ts +0 -55
  2004. package/item-definitions/circular-gauge/i18n/circular-gauge-options.en.d.ts +0 -58
  2005. package/item-definitions/circular-gauge/i18n/circular-gauge-options.es.d.ts +0 -55
  2006. package/item-definitions/circular-gauge/i18n/circular-gauge-options.fr.d.ts +0 -58
  2007. package/item-definitions/circular-gauge/i18n/circular-gauge-options.nl.d.ts +0 -58
  2008. package/item-definitions/column-chart/column-chart-context.config.d.ts +0 -21
  2009. package/item-definitions/column-chart/column-chart-options.config.d.ts +0 -201
  2010. package/item-definitions/column-chart/column-chart-positioning.config.d.ts +0 -18
  2011. package/item-definitions/column-chart/column-chart-slots.config.d.ts +0 -3
  2012. package/item-definitions/column-chart/i18n/column-chart-options.de.d.ts +0 -99
  2013. package/item-definitions/column-chart/i18n/column-chart-options.en.d.ts +0 -99
  2014. package/item-definitions/column-chart/i18n/column-chart-options.es.d.ts +0 -99
  2015. package/item-definitions/column-chart/i18n/column-chart-options.fr.d.ts +0 -99
  2016. package/item-definitions/column-chart/i18n/column-chart-options.nl.d.ts +0 -99
  2017. package/item-definitions/combination-chart/combination-chart-context.config.d.ts +0 -18
  2018. package/item-definitions/combination-chart/combination-chart-options.config.d.ts +0 -68
  2019. package/item-definitions/combination-chart/combination-chart-positioning.config.d.ts +0 -18
  2020. package/item-definitions/combination-chart/combination-chart-slots.config.d.ts +0 -3
  2021. package/item-definitions/combination-chart/i18n/combination-chart-options.de.d.ts +0 -39
  2022. package/item-definitions/combination-chart/i18n/combination-chart-options.en.d.ts +0 -39
  2023. package/item-definitions/combination-chart/i18n/combination-chart-options.es.d.ts +0 -39
  2024. package/item-definitions/combination-chart/i18n/combination-chart-options.fr.d.ts +0 -39
  2025. package/item-definitions/combination-chart/i18n/combination-chart-options.nl.d.ts +0 -39
  2026. package/item-definitions/conditional-number/conditional-number-context.config.d.ts +0 -18
  2027. package/item-definitions/conditional-number/conditional-number-options.config.d.ts +0 -241
  2028. package/item-definitions/conditional-number/conditional-number-positioning.config.d.ts +0 -18
  2029. package/item-definitions/conditional-number/conditional-number-slots.config.d.ts +0 -3
  2030. package/item-definitions/conditional-number/i18n/conditional-number-options.de.d.ts +0 -53
  2031. package/item-definitions/conditional-number/i18n/conditional-number-options.en.d.ts +0 -53
  2032. package/item-definitions/conditional-number/i18n/conditional-number-options.es.d.ts +0 -53
  2033. package/item-definitions/conditional-number/i18n/conditional-number-options.fr.d.ts +0 -53
  2034. package/item-definitions/conditional-number/i18n/conditional-number-options.nl.d.ts +0 -53
  2035. package/item-definitions/date-comparison-filter/date-comparison-filter-context.config.d.ts +0 -15
  2036. package/item-definitions/date-comparison-filter/date-comparison-filter-options.config.d.ts +0 -60
  2037. package/item-definitions/date-comparison-filter/date-comparison-filter-positioning.config.d.ts +0 -15
  2038. package/item-definitions/date-comparison-filter/date-comparison-filter-slots.config.d.ts +0 -3
  2039. package/item-definitions/date-comparison-filter/i18n/date-comparison-filter-options.de.d.ts +0 -54
  2040. package/item-definitions/date-comparison-filter/i18n/date-comparison-filter-options.en.d.ts +0 -56
  2041. package/item-definitions/date-comparison-filter/i18n/date-comparison-filter-options.es.d.ts +0 -56
  2042. package/item-definitions/date-comparison-filter/i18n/date-comparison-filter-options.fr.d.ts +0 -56
  2043. package/item-definitions/date-comparison-filter/i18n/date-comparison-filter-options.nl.d.ts +0 -56
  2044. package/item-definitions/date-filter/date-filter-context.config.d.ts +0 -15
  2045. package/item-definitions/date-filter/date-filter-options.config.d.ts +0 -60
  2046. package/item-definitions/date-filter/date-filter-positioning.config.d.ts +0 -15
  2047. package/item-definitions/date-filter/date-filter-slots.config.d.ts +0 -3
  2048. package/item-definitions/date-filter/i18n/date-filter-options.de.d.ts +0 -51
  2049. package/item-definitions/date-filter/i18n/date-filter-options.en.d.ts +0 -52
  2050. package/item-definitions/date-filter/i18n/date-filter-options.es.d.ts +0 -52
  2051. package/item-definitions/date-filter/i18n/date-filter-options.fr.d.ts +0 -52
  2052. package/item-definitions/date-filter/i18n/date-filter-options.nl.d.ts +0 -52
  2053. package/item-definitions/donut-chart/donut-chart-context.config.d.ts +0 -18
  2054. package/item-definitions/donut-chart/donut-chart-options.config.d.ts +0 -194
  2055. package/item-definitions/donut-chart/donut-chart-positioning.config.d.ts +0 -18
  2056. package/item-definitions/donut-chart/donut-chart-slots.config.d.ts +0 -3
  2057. package/item-definitions/donut-chart/i18n/donut-chart-options.de.d.ts +0 -94
  2058. package/item-definitions/donut-chart/i18n/donut-chart-options.en.d.ts +0 -94
  2059. package/item-definitions/donut-chart/i18n/donut-chart-options.es.d.ts +0 -94
  2060. package/item-definitions/donut-chart/i18n/donut-chart-options.fr.d.ts +0 -94
  2061. package/item-definitions/donut-chart/i18n/donut-chart-options.nl.d.ts +0 -94
  2062. package/item-definitions/dropdown-filter/dropdown-filter-context.config.d.ts +0 -15
  2063. package/item-definitions/dropdown-filter/dropdown-filter-options.config.d.ts +0 -74
  2064. package/item-definitions/dropdown-filter/dropdown-filter-positioning.config.d.ts +0 -15
  2065. package/item-definitions/dropdown-filter/dropdown-filter-slots.config.d.ts +0 -3
  2066. package/item-definitions/dropdown-filter/i18n/dropdown-filter-options.de.d.ts +0 -61
  2067. package/item-definitions/dropdown-filter/i18n/dropdown-filter-options.en.d.ts +0 -61
  2068. package/item-definitions/dropdown-filter/i18n/dropdown-filter-options.es.d.ts +0 -61
  2069. package/item-definitions/dropdown-filter/i18n/dropdown-filter-options.fr.d.ts +0 -61
  2070. package/item-definitions/dropdown-filter/i18n/dropdown-filter-options.nl.d.ts +0 -61
  2071. package/item-definitions/evolution-number/evolution-number-context.config.d.ts +0 -18
  2072. package/item-definitions/evolution-number/evolution-number-options.config.d.ts +0 -184
  2073. package/item-definitions/evolution-number/evolution-number-positioning.config.d.ts +0 -18
  2074. package/item-definitions/evolution-number/evolution-number-slots.config.d.ts +0 -3
  2075. package/item-definitions/evolution-number/i18n/evolution-number-options.de.d.ts +0 -83
  2076. package/item-definitions/evolution-number/i18n/evolution-number-options.en.d.ts +0 -83
  2077. package/item-definitions/evolution-number/i18n/evolution-number-options.es.d.ts +0 -83
  2078. package/item-definitions/evolution-number/i18n/evolution-number-options.fr.d.ts +0 -83
  2079. package/item-definitions/evolution-number/i18n/evolution-number-options.nl.d.ts +0 -83
  2080. package/item-definitions/funnel-chart/funnel-chart-context.config.d.ts +0 -18
  2081. package/item-definitions/funnel-chart/funnel-chart-options.config.d.ts +0 -138
  2082. package/item-definitions/funnel-chart/funnel-chart-positioning.config.d.ts +0 -18
  2083. package/item-definitions/funnel-chart/funnel-chart-slots.config.d.ts +0 -3
  2084. package/item-definitions/funnel-chart/i18n/funnel-chart-options.de.d.ts +0 -81
  2085. package/item-definitions/funnel-chart/i18n/funnel-chart-options.en.d.ts +0 -81
  2086. package/item-definitions/funnel-chart/i18n/funnel-chart-options.es.d.ts +0 -81
  2087. package/item-definitions/funnel-chart/i18n/funnel-chart-options.fr.d.ts +0 -81
  2088. package/item-definitions/funnel-chart/i18n/funnel-chart-options.nl.d.ts +0 -81
  2089. package/item-definitions/heat-map/heat-map-context.config.d.ts +0 -18
  2090. package/item-definitions/heat-map/heat-map-options.config.d.ts +0 -238
  2091. package/item-definitions/heat-map/heat-map-positioning.config.d.ts +0 -18
  2092. package/item-definitions/heat-map/heat-map-slots.config.d.ts +0 -3
  2093. package/item-definitions/heat-map/i18n/heat-map-options.de.d.ts +0 -69
  2094. package/item-definitions/heat-map/i18n/heat-map-options.en.d.ts +0 -70
  2095. package/item-definitions/heat-map/i18n/heat-map-options.es.d.ts +0 -70
  2096. package/item-definitions/heat-map/i18n/heat-map-options.fr.d.ts +0 -70
  2097. package/item-definitions/heat-map/i18n/heat-map-options.nl.d.ts +0 -70
  2098. package/item-definitions/heat-table/heat-table-context.config.d.ts +0 -21
  2099. package/item-definitions/heat-table/heat-table-options.config.d.ts +0 -265
  2100. package/item-definitions/heat-table/heat-table-positioning.config.d.ts +0 -18
  2101. package/item-definitions/heat-table/heat-table-slots.config.d.ts +0 -3
  2102. package/item-definitions/heat-table/i18n/heat-table-options.de.d.ts +0 -121
  2103. package/item-definitions/heat-table/i18n/heat-table-options.en.d.ts +0 -121
  2104. package/item-definitions/heat-table/i18n/heat-table-options.es.d.ts +0 -121
  2105. package/item-definitions/heat-table/i18n/heat-table-options.fr.d.ts +0 -121
  2106. package/item-definitions/heat-table/i18n/heat-table-options.nl.d.ts +0 -121
  2107. package/item-definitions/helpers.d.ts +0 -21
  2108. package/item-definitions/hexbin-map/hexbin-map-context.config.d.ts +0 -18
  2109. package/item-definitions/hexbin-map/hexbin-map-options.config.d.ts +0 -242
  2110. package/item-definitions/hexbin-map/hexbin-map-positioning.config.d.ts +0 -18
  2111. package/item-definitions/hexbin-map/hexbin-map-slots.config.d.ts +0 -3
  2112. package/item-definitions/hexbin-map/i18n/hexbin-map-options.de.d.ts +0 -107
  2113. package/item-definitions/hexbin-map/i18n/hexbin-map-options.en.d.ts +0 -107
  2114. package/item-definitions/hexbin-map/i18n/hexbin-map-options.es.d.ts +0 -107
  2115. package/item-definitions/hexbin-map/i18n/hexbin-map-options.fr.d.ts +0 -107
  2116. package/item-definitions/hexbin-map/i18n/hexbin-map-options.nl.d.ts +0 -107
  2117. package/item-definitions/image/i18n/image-options.de.d.ts +0 -71
  2118. package/item-definitions/image/i18n/image-options.en.d.ts +0 -71
  2119. package/item-definitions/image/i18n/image-options.es.d.ts +0 -71
  2120. package/item-definitions/image/i18n/image-options.fr.d.ts +0 -71
  2121. package/item-definitions/image/i18n/image-options.nl.d.ts +0 -71
  2122. package/item-definitions/image/image-context.config.d.ts +0 -11
  2123. package/item-definitions/image/image-options.config.d.ts +0 -126
  2124. package/item-definitions/image/image-slots.config.d.ts +0 -3
  2125. package/item-definitions/line-chart/i18n/line-chart-options.de.d.ts +0 -61
  2126. package/item-definitions/line-chart/i18n/line-chart-options.en.d.ts +0 -61
  2127. package/item-definitions/line-chart/i18n/line-chart-options.es.d.ts +0 -61
  2128. package/item-definitions/line-chart/i18n/line-chart-options.fr.d.ts +0 -61
  2129. package/item-definitions/line-chart/i18n/line-chart-options.nl.d.ts +0 -61
  2130. package/item-definitions/line-chart/line-chart-context.config.d.ts +0 -21
  2131. package/item-definitions/line-chart/line-chart-options.config.d.ts +0 -170
  2132. package/item-definitions/line-chart/line-chart-positioning.config.d.ts +0 -18
  2133. package/item-definitions/line-chart/line-chart-slots.config.d.ts +0 -3
  2134. package/item-definitions/marker-map/i18n/marker-map-options.de.d.ts +0 -52
  2135. package/item-definitions/marker-map/i18n/marker-map-options.en.d.ts +0 -52
  2136. package/item-definitions/marker-map/i18n/marker-map-options.es.d.ts +0 -52
  2137. package/item-definitions/marker-map/i18n/marker-map-options.fr.d.ts +0 -52
  2138. package/item-definitions/marker-map/i18n/marker-map-options.nl.d.ts +0 -52
  2139. package/item-definitions/marker-map/marker-map-context.config.d.ts +0 -18
  2140. package/item-definitions/marker-map/marker-map-options.config.d.ts +0 -140
  2141. package/item-definitions/marker-map/marker-map-positioning.config.d.ts +0 -18
  2142. package/item-definitions/marker-map/marker-map-slots.config.d.ts +0 -3
  2143. package/item-definitions/ohlc-chart/i18n/ohlc-chart-options.de.d.ts +0 -25
  2144. package/item-definitions/ohlc-chart/i18n/ohlc-chart-options.en.d.ts +0 -25
  2145. package/item-definitions/ohlc-chart/i18n/ohlc-chart-options.es.d.ts +0 -25
  2146. package/item-definitions/ohlc-chart/i18n/ohlc-chart-options.fr.d.ts +0 -25
  2147. package/item-definitions/ohlc-chart/i18n/ohlc-chart-options.nl.d.ts +0 -25
  2148. package/item-definitions/ohlc-chart/ohlc-chart-context.config.d.ts +0 -27
  2149. package/item-definitions/ohlc-chart/ohlc-chart-options.config.d.ts +0 -37
  2150. package/item-definitions/ohlc-chart/ohlc-chart-positioning.config.d.ts +0 -19
  2151. package/item-definitions/ohlc-chart/ohlc-chart-slots.config.d.ts +0 -3
  2152. package/item-definitions/parallel-coordinates-plot/i18n/parallel-coordinates-plot-options.de.d.ts +0 -17
  2153. package/item-definitions/parallel-coordinates-plot/i18n/parallel-coordinates-plot-options.en.d.ts +0 -17
  2154. package/item-definitions/parallel-coordinates-plot/i18n/parallel-coordinates-plot-options.es.d.ts +0 -17
  2155. package/item-definitions/parallel-coordinates-plot/i18n/parallel-coordinates-plot-options.fr.d.ts +0 -17
  2156. package/item-definitions/parallel-coordinates-plot/i18n/parallel-coordinates-plot-options.nl.d.ts +0 -17
  2157. package/item-definitions/parallel-coordinates-plot/parallel-coordinates-plot-context.config.d.ts +0 -18
  2158. package/item-definitions/parallel-coordinates-plot/parallel-coordinates-plot-options.config.d.ts +0 -21
  2159. package/item-definitions/parallel-coordinates-plot/parallel-coordinates-plot-positioning.config.d.ts +0 -15
  2160. package/item-definitions/parallel-coordinates-plot/parallel-coordinates-plot-slots.config.d.ts +0 -3
  2161. package/item-definitions/pivot-table/i18n/pivot-table-options.de.d.ts +0 -76
  2162. package/item-definitions/pivot-table/i18n/pivot-table-options.en.d.ts +0 -76
  2163. package/item-definitions/pivot-table/i18n/pivot-table-options.es.d.ts +0 -76
  2164. package/item-definitions/pivot-table/i18n/pivot-table-options.fr.d.ts +0 -76
  2165. package/item-definitions/pivot-table/i18n/pivot-table-options.nl.d.ts +0 -76
  2166. package/item-definitions/pivot-table/pivot-table-context.config.d.ts +0 -21
  2167. package/item-definitions/pivot-table/pivot-table-options.config.d.ts +0 -157
  2168. package/item-definitions/pivot-table/pivot-table-positioning.config.d.ts +0 -18
  2169. package/item-definitions/pivot-table/pivot-table-slots.config.d.ts +0 -3
  2170. package/item-definitions/pyramid-chart/i18n/pyramid-chart-options.de.d.ts +0 -108
  2171. package/item-definitions/pyramid-chart/i18n/pyramid-chart-options.en.d.ts +0 -108
  2172. package/item-definitions/pyramid-chart/i18n/pyramid-chart-options.es.d.ts +0 -108
  2173. package/item-definitions/pyramid-chart/i18n/pyramid-chart-options.fr.d.ts +0 -108
  2174. package/item-definitions/pyramid-chart/i18n/pyramid-chart-options.nl.d.ts +0 -108
  2175. package/item-definitions/pyramid-chart/pyramid-chart-context.config.d.ts +0 -21
  2176. package/item-definitions/pyramid-chart/pyramid-chart-options.config.d.ts +0 -165
  2177. package/item-definitions/pyramid-chart/pyramid-chart-positioning.config.d.ts +0 -18
  2178. package/item-definitions/pyramid-chart/pyramid-chart-slots.config.d.ts +0 -3
  2179. package/item-definitions/radar-chart/i18n/radar-chart-options.de.d.ts +0 -45
  2180. package/item-definitions/radar-chart/i18n/radar-chart-options.en.d.ts +0 -45
  2181. package/item-definitions/radar-chart/i18n/radar-chart-options.es.d.ts +0 -45
  2182. package/item-definitions/radar-chart/i18n/radar-chart-options.fr.d.ts +0 -45
  2183. package/item-definitions/radar-chart/i18n/radar-chart-options.nl.d.ts +0 -45
  2184. package/item-definitions/radar-chart/radar-chart-context.config.d.ts +0 -21
  2185. package/item-definitions/radar-chart/radar-chart-options.config.d.ts +0 -122
  2186. package/item-definitions/radar-chart/radar-chart-positioning.config.d.ts +0 -18
  2187. package/item-definitions/radar-chart/radar-chart-slots.config.d.ts +0 -3
  2188. package/item-definitions/regular-table/i18n/regular-table-options.de.d.ts +0 -52
  2189. package/item-definitions/regular-table/i18n/regular-table-options.en.d.ts +0 -52
  2190. package/item-definitions/regular-table/i18n/regular-table-options.es.d.ts +0 -52
  2191. package/item-definitions/regular-table/i18n/regular-table-options.fr.d.ts +0 -52
  2192. package/item-definitions/regular-table/i18n/regular-table-options.nl.d.ts +0 -52
  2193. package/item-definitions/regular-table/regular-table-context.config.d.ts +0 -15
  2194. package/item-definitions/regular-table/regular-table-options.config.d.ts +0 -125
  2195. package/item-definitions/regular-table/regular-table-positioning.config.d.ts +0 -15
  2196. package/item-definitions/regular-table/regular-table-slots.config.d.ts +0 -3
  2197. package/item-definitions/route-map/i18n/route-map-options.de.d.ts +0 -73
  2198. package/item-definitions/route-map/i18n/route-map-options.en.d.ts +0 -73
  2199. package/item-definitions/route-map/i18n/route-map-options.es.d.ts +0 -73
  2200. package/item-definitions/route-map/i18n/route-map-options.fr.d.ts +0 -73
  2201. package/item-definitions/route-map/i18n/route-map-options.nl.d.ts +0 -73
  2202. package/item-definitions/route-map/route-map-context.config.d.ts +0 -24
  2203. package/item-definitions/route-map/route-map-options.config.d.ts +0 -324
  2204. package/item-definitions/route-map/route-map-positioning.config.d.ts +0 -18
  2205. package/item-definitions/route-map/route-map-slots.config.d.ts +0 -3
  2206. package/item-definitions/sankey-diagram/i18n/sankey-diagram-options.de.d.ts +0 -58
  2207. package/item-definitions/sankey-diagram/i18n/sankey-diagram-options.en.d.ts +0 -58
  2208. package/item-definitions/sankey-diagram/i18n/sankey-diagram-options.es.d.ts +0 -58
  2209. package/item-definitions/sankey-diagram/i18n/sankey-diagram-options.fr.d.ts +0 -58
  2210. package/item-definitions/sankey-diagram/i18n/sankey-diagram-options.nl.d.ts +0 -58
  2211. package/item-definitions/sankey-diagram/sankey-diagram-context.config.d.ts +0 -24
  2212. package/item-definitions/sankey-diagram/sankey-diagram-options.config.d.ts +0 -46
  2213. package/item-definitions/sankey-diagram/sankey-diagram-positioning.config.d.ts +0 -26
  2214. package/item-definitions/sankey-diagram/sankey-diagram-slots.config.d.ts +0 -3
  2215. package/item-definitions/scatter-plot/i18n/scatter-plot-options.de.d.ts +0 -113
  2216. package/item-definitions/scatter-plot/i18n/scatter-plot-options.en.d.ts +0 -113
  2217. package/item-definitions/scatter-plot/i18n/scatter-plot-options.es.d.ts +0 -113
  2218. package/item-definitions/scatter-plot/i18n/scatter-plot-options.fr.d.ts +0 -113
  2219. package/item-definitions/scatter-plot/i18n/scatter-plot-options.nl.d.ts +0 -113
  2220. package/item-definitions/scatter-plot/scatter-plot-context.config.d.ts +0 -27
  2221. package/item-definitions/scatter-plot/scatter-plot-options.config.d.ts +0 -163
  2222. package/item-definitions/scatter-plot/scatter-plot-positioning.config.d.ts +0 -21
  2223. package/item-definitions/scatter-plot/scatter-plot-slots.config.d.ts +0 -3
  2224. package/item-definitions/search-filter/i18n/search-filter-options.de.d.ts +0 -39
  2225. package/item-definitions/search-filter/i18n/search-filter-options.en.d.ts +0 -39
  2226. package/item-definitions/search-filter/i18n/search-filter-options.es.d.ts +0 -39
  2227. package/item-definitions/search-filter/i18n/search-filter-options.fr.d.ts +0 -39
  2228. package/item-definitions/search-filter/i18n/search-filter-options.nl.d.ts +0 -39
  2229. package/item-definitions/search-filter/search-filter-context.config.d.ts +0 -15
  2230. package/item-definitions/search-filter/search-filter-options.config.d.ts +0 -40
  2231. package/item-definitions/search-filter/search-filter-positioning.config.d.ts +0 -15
  2232. package/item-definitions/search-filter/search-filter-slots.config.d.ts +0 -3
  2233. package/item-definitions/shared/color-range-utils.d.ts +0 -22
  2234. package/item-definitions/shared/positioning.types.d.ts +0 -26
  2235. package/item-definitions/slicer-filter/i18n/slicer-filter-options.de.d.ts +0 -90
  2236. package/item-definitions/slicer-filter/i18n/slicer-filter-options.en.d.ts +0 -90
  2237. package/item-definitions/slicer-filter/i18n/slicer-filter-options.es.d.ts +0 -90
  2238. package/item-definitions/slicer-filter/i18n/slicer-filter-options.fr.d.ts +0 -90
  2239. package/item-definitions/slicer-filter/i18n/slicer-filter-options.nl.d.ts +0 -90
  2240. package/item-definitions/slicer-filter/slicer-filter-context.config.d.ts +0 -18
  2241. package/item-definitions/slicer-filter/slicer-filter-options.config.d.ts +0 -195
  2242. package/item-definitions/slicer-filter/slicer-filter-positioning.config.d.ts +0 -18
  2243. package/item-definitions/slicer-filter/slicer-filter-slots.config.d.ts +0 -3
  2244. package/item-definitions/slider-filter/i18n/slider-filter-options.de.d.ts +0 -26
  2245. package/item-definitions/slider-filter/i18n/slider-filter-options.en.d.ts +0 -26
  2246. package/item-definitions/slider-filter/i18n/slider-filter-options.es.d.ts +0 -26
  2247. package/item-definitions/slider-filter/i18n/slider-filter-options.fr.d.ts +0 -26
  2248. package/item-definitions/slider-filter/i18n/slider-filter-options.nl.d.ts +0 -26
  2249. package/item-definitions/slider-filter/slider-filter-context.config.d.ts +0 -15
  2250. package/item-definitions/slider-filter/slider-filter-options.config.d.ts +0 -45
  2251. package/item-definitions/slider-filter/slider-filter-positioning.config.d.ts +0 -15
  2252. package/item-definitions/slider-filter/slider-filter-slots.config.d.ts +0 -3
  2253. package/item-definitions/spacer/spacer-context.config.d.ts +0 -11
  2254. package/item-definitions/spacer/spacer-options.config.d.ts +0 -2
  2255. package/item-definitions/speedometer-chart/i18n/speedometer-chart-options.de.d.ts +0 -69
  2256. package/item-definitions/speedometer-chart/i18n/speedometer-chart-options.en.d.ts +0 -69
  2257. package/item-definitions/speedometer-chart/i18n/speedometer-chart-options.es.d.ts +0 -69
  2258. package/item-definitions/speedometer-chart/i18n/speedometer-chart-options.fr.d.ts +0 -69
  2259. package/item-definitions/speedometer-chart/i18n/speedometer-chart-options.nl.d.ts +0 -69
  2260. package/item-definitions/speedometer-chart/speedometer-chart-context.config.d.ts +0 -18
  2261. package/item-definitions/speedometer-chart/speedometer-chart-options.config.d.ts +0 -206
  2262. package/item-definitions/speedometer-chart/speedometer-chart-positioning.config.d.ts +0 -18
  2263. package/item-definitions/speedometer-chart/speedometer-chart-slots.config.d.ts +0 -3
  2264. package/item-definitions/spike-map/i18n/spike-map-options.de.d.ts +0 -106
  2265. package/item-definitions/spike-map/i18n/spike-map-options.en.d.ts +0 -106
  2266. package/item-definitions/spike-map/i18n/spike-map-options.es.d.ts +0 -106
  2267. package/item-definitions/spike-map/i18n/spike-map-options.fr.d.ts +0 -106
  2268. package/item-definitions/spike-map/i18n/spike-map-options.nl.d.ts +0 -106
  2269. package/item-definitions/spike-map/spike-map-context.config.d.ts +0 -21
  2270. package/item-definitions/spike-map/spike-map-options.config.d.ts +0 -328
  2271. package/item-definitions/spike-map/spike-map-positioning.config.d.ts +0 -18
  2272. package/item-definitions/spike-map/spike-map-slots.config.d.ts +0 -3
  2273. package/item-definitions/strip-plot/i18n/strip-plot-options.de.d.ts +0 -20
  2274. package/item-definitions/strip-plot/i18n/strip-plot-options.en.d.ts +0 -20
  2275. package/item-definitions/strip-plot/i18n/strip-plot-options.es.d.ts +0 -20
  2276. package/item-definitions/strip-plot/i18n/strip-plot-options.fr.d.ts +0 -20
  2277. package/item-definitions/strip-plot/i18n/strip-plot-options.nl.d.ts +0 -20
  2278. package/item-definitions/strip-plot/strip-plot-context.config.d.ts +0 -18
  2279. package/item-definitions/strip-plot/strip-plot-options.config.d.ts +0 -21
  2280. package/item-definitions/strip-plot/strip-plot-positioning.config.d.ts +0 -18
  2281. package/item-definitions/strip-plot/strip-plot-slots.config.d.ts +0 -3
  2282. package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.de.d.ts +0 -60
  2283. package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.en.d.ts +0 -60
  2284. package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.es.d.ts +0 -60
  2285. package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.fr.d.ts +0 -60
  2286. package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.nl.d.ts +0 -60
  2287. package/item-definitions/sunburst-chart/sunburst-chart-context.config.d.ts +0 -18
  2288. package/item-definitions/sunburst-chart/sunburst-chart-options.config.d.ts +0 -85
  2289. package/item-definitions/sunburst-chart/sunburst-chart-positioning.config.d.ts +0 -18
  2290. package/item-definitions/sunburst-chart/sunburst-chart-slots.config.d.ts +0 -3
  2291. package/item-definitions/symbol-map/i18n/symbol-map-options.de.d.ts +0 -61
  2292. package/item-definitions/symbol-map/i18n/symbol-map-options.en.d.ts +0 -61
  2293. package/item-definitions/symbol-map/i18n/symbol-map-options.es.d.ts +0 -61
  2294. package/item-definitions/symbol-map/i18n/symbol-map-options.fr.d.ts +0 -61
  2295. package/item-definitions/symbol-map/i18n/symbol-map-options.nl.d.ts +0 -61
  2296. package/item-definitions/symbol-map/symbol-map-context.config.d.ts +0 -21
  2297. package/item-definitions/symbol-map/symbol-map-options.config.d.ts +0 -164
  2298. package/item-definitions/symbol-map/symbol-map-positioning.config.d.ts +0 -18
  2299. package/item-definitions/symbol-map/symbol-map-slots.config.d.ts +0 -3
  2300. package/item-definitions/text/i18n/text-options.de.d.ts +0 -17
  2301. package/item-definitions/text/i18n/text-options.en.d.ts +0 -17
  2302. package/item-definitions/text/i18n/text-options.es.d.ts +0 -17
  2303. package/item-definitions/text/i18n/text-options.fr.d.ts +0 -17
  2304. package/item-definitions/text/i18n/text-options.nl.d.ts +0 -17
  2305. package/item-definitions/text/text-context.config.d.ts +0 -11
  2306. package/item-definitions/text/text-options.config.d.ts +0 -45
  2307. package/item-definitions/text/text-slots.config.d.ts +0 -3
  2308. package/item-definitions/treemap-chart/i18n/treemap-chart-options.de.d.ts +0 -63
  2309. package/item-definitions/treemap-chart/i18n/treemap-chart-options.en.d.ts +0 -63
  2310. package/item-definitions/treemap-chart/i18n/treemap-chart-options.es.d.ts +0 -63
  2311. package/item-definitions/treemap-chart/i18n/treemap-chart-options.fr.d.ts +0 -63
  2312. package/item-definitions/treemap-chart/i18n/treemap-chart-options.nl.d.ts +0 -63
  2313. package/item-definitions/treemap-chart/treemap-chart-context.config.d.ts +0 -21
  2314. package/item-definitions/treemap-chart/treemap-chart-options.config.d.ts +0 -103
  2315. package/item-definitions/treemap-chart/treemap-chart-positioning.config.d.ts +0 -18
  2316. package/item-definitions/treemap-chart/treemap-chart-slots.config.d.ts +0 -3
  2317. package/item-definitions/venn-diagram/venn-diagram-context.config.d.ts +0 -21
  2318. package/item-definitions/venn-diagram/venn-diagram-options.config.d.ts +0 -2
  2319. package/item-definitions/venn-diagram/venn-diagram-positioning.config.d.ts +0 -18
  2320. package/item-definitions/venn-diagram/venn-diagram-slots.config.d.ts +0 -3
  2321. package/item-definitions/video/i18n/video-options.de.d.ts +0 -55
  2322. package/item-definitions/video/i18n/video-options.en.d.ts +0 -55
  2323. package/item-definitions/video/i18n/video-options.es.d.ts +0 -55
  2324. package/item-definitions/video/i18n/video-options.fr.d.ts +0 -55
  2325. package/item-definitions/video/i18n/video-options.nl.d.ts +0 -55
  2326. package/item-definitions/video/video-context.config.d.ts +0 -11
  2327. package/item-definitions/video/video-options.config.d.ts +0 -90
  2328. package/item-definitions/video/video-slots.config.d.ts +0 -3
  2329. package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.de.d.ts +0 -40
  2330. package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.en.d.ts +0 -40
  2331. package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.es.d.ts +0 -40
  2332. package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.fr.d.ts +0 -40
  2333. package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.nl.d.ts +0 -40
  2334. package/item-definitions/wordcloud-chart/wordcloud-chart-context.config.d.ts +0 -21
  2335. package/item-definitions/wordcloud-chart/wordcloud-chart-options.config.d.ts +0 -73
  2336. package/item-definitions/wordcloud-chart/wordcloud-chart-positioning.config.d.ts +0 -18
  2337. package/item-definitions/wordcloud-chart/wordcloud-chart-slots.config.d.ts +0 -3
  2338. package/types/positioning.types.d.ts +0 -21
  2339. /package/angular/{esm/types/positioning.types.js → utils/switch-item/tests/switch-item.test.d.ts} +0 -0
  2340. /package/components/{ai-chat-DIP8tuL0.js → ai-chat-Dg2dvhDq.js} +0 -0
  2341. /package/components/{ai-interaction-textarea-BDRN2P_k.js → ai-interaction-textarea-ZDQPVgXC.js} +0 -0
  2342. /package/components/{area-chart-options.de-CKuFIiS5.cjs → area-chart-options.de-BA6h5_ss.cjs} +0 -0
  2343. /package/components/{area-chart-options.en-Bc15po8r.cjs → area-chart-options.en-BIUqa6V7.cjs} +0 -0
  2344. /package/components/{area-chart-options.es-DRwD1I5F.cjs → area-chart-options.es-BU2dbfOS.cjs} +0 -0
  2345. /package/components/{area-chart-options.fr-DD8MjnC5.cjs → area-chart-options.fr-8gW1fG5C.cjs} +0 -0
  2346. /package/components/{area-chart-options.nl-BhHt4Mfr.cjs → area-chart-options.nl-Cgwm9HLx.cjs} +0 -0
  2347. /package/components/{base-store-CSynnj4S.js → base-store-CdYjpd2m.js} +0 -0
  2348. /package/components/{bliss-B1hsscBf.cjs → bliss-CdEcilNC.cjs} +0 -0
  2349. /package/components/{box-plot-options.de-D_HL51pP.cjs → box-plot-options.de-CbXBA4PB.cjs} +0 -0
  2350. /package/components/{box-plot-options.en-Cr-DRMPo.cjs → box-plot-options.en-CsjE2-wr.cjs} +0 -0
  2351. /package/components/{box-plot-options.es-BZzKdRSL.cjs → box-plot-options.es-DCSqvgxH.cjs} +0 -0
  2352. /package/components/{box-plot-options.fr-Hw4r0ENh.cjs → box-plot-options.fr-o4vYePxM.cjs} +0 -0
  2353. /package/components/{box-plot-options.nl-DF-rHIZP.cjs → box-plot-options.nl-t9lgymbk.cjs} +0 -0
  2354. /package/components/{bubble-chart-options.de-tLhHyw58.cjs → bubble-chart-options.de-PFshFkNY.cjs} +0 -0
  2355. /package/components/{bubble-chart-options.en-DMzApLMw.cjs → bubble-chart-options.en-D6CNBLf1.cjs} +0 -0
  2356. /package/components/{bubble-chart-options.es-CHJAmAb_.cjs → bubble-chart-options.es-DrapJMtZ.cjs} +0 -0
  2357. /package/components/{bubble-chart-options.fr-D7coYqig.cjs → bubble-chart-options.fr-Kcqi9Fus.cjs} +0 -0
  2358. /package/components/{bubble-chart-options.nl-BoXa4Lu1.cjs → bubble-chart-options.nl-BxpPgm-Q.cjs} +0 -0
  2359. /package/components/{bullet-chart-options.de-BEqnTe31.cjs → bullet-chart-options.de-BqZbbsO2.cjs} +0 -0
  2360. /package/components/{bullet-chart-options.en-B7Mb9S-7.cjs → bullet-chart-options.en-BJb_5sM0.cjs} +0 -0
  2361. /package/components/{bullet-chart-options.es-CpXcRmcJ.cjs → bullet-chart-options.es-DgbLOs-h.cjs} +0 -0
  2362. /package/components/{bullet-chart-options.fr-Bv1ahUYE.cjs → bullet-chart-options.fr-B4np0478.cjs} +0 -0
  2363. /package/components/{bullet-chart-options.nl-B1XcDeWz.cjs → bullet-chart-options.nl-CI7bVYay.cjs} +0 -0
  2364. /package/components/{choropleth-map-options.de-D8n7VNx3.cjs → choropleth-map-options.de-CtfF_CDc.cjs} +0 -0
  2365. /package/components/{choropleth-map-options.en-DAvM3UM_.cjs → choropleth-map-options.en-DxwKxHp7.cjs} +0 -0
  2366. /package/components/{choropleth-map-options.es-wPCwdlqo.cjs → choropleth-map-options.es-BIDj24mR.cjs} +0 -0
  2367. /package/components/{choropleth-map-options.fr-B9xhlyEM.cjs → choropleth-map-options.fr-Cf7bA7UG.cjs} +0 -0
  2368. /package/components/{choropleth-map-options.nl-mz42jvIM.cjs → choropleth-map-options.nl-DNxKI2Bb.cjs} +0 -0
  2369. /package/components/{circle-pack-chart-options.config-_-yUQrgo.cjs → circle-pack-chart-options.config-BEvEY4kH.cjs} +0 -0
  2370. /package/components/{circle-pack-chart-options.de-D24hWzvV.cjs → circle-pack-chart-options.de-BMQFpQBU.cjs} +0 -0
  2371. /package/components/{circle-pack-chart-options.en-CqL-yIdk.cjs → circle-pack-chart-options.en-DeJhy4nS.cjs} +0 -0
  2372. /package/components/{circle-pack-chart-options.es-nvnz1o0e.cjs → circle-pack-chart-options.es-DEQ5zEnz.cjs} +0 -0
  2373. /package/components/{circle-pack-chart-options.fr-FOuhi5_H.cjs → circle-pack-chart-options.fr-CGqQARpV.cjs} +0 -0
  2374. /package/components/{circle-pack-chart-options.nl-DmtAFVZh.cjs → circle-pack-chart-options.nl-BNN7QFPn.cjs} +0 -0
  2375. /package/components/{circular-gauge-options.en-CEZrFZbV.cjs → circular-gauge-options.en-CVY5G_Dq.cjs} +0 -0
  2376. /package/components/{circular-gauge-options.fr-MXdcCMeJ.cjs → circular-gauge-options.fr-BbgFjLlE.cjs} +0 -0
  2377. /package/components/{circular-gauge-options.nl-B_TnODhU.cjs → circular-gauge-options.nl-DTSTqnlo.cjs} +0 -0
  2378. /package/components/{classic-AgsT9SB5.cjs → classic-Cjis8rex.cjs} +0 -0
  2379. /package/components/{classic-dark-CLebuJm1.cjs → classic-dark-CjsYka1Q.cjs} +0 -0
  2380. /package/components/{color-BHnoG18r.js → color-Cssvhkzf.js} +0 -0
  2381. /package/components/{color-BmX-kH5G.cjs → color-Dxgbgkfy.cjs} +0 -0
  2382. /package/components/{conditional-number-options.de-D42KVhKR.cjs → conditional-number-options.de-CkpqEU5x.cjs} +0 -0
  2383. /package/components/{conditional-number-options.en-Dj7qsY-6.cjs → conditional-number-options.en-CIxy735r.cjs} +0 -0
  2384. /package/components/{conditional-number-options.es-BpHT2WZA.cjs → conditional-number-options.es-JOk8BdwD.cjs} +0 -0
  2385. /package/components/{conditional-number-options.fr-iVT8bQ6L.cjs → conditional-number-options.fr-FRygaqmX.cjs} +0 -0
  2386. /package/components/{conditional-number-options.nl-AoYQAmVL.cjs → conditional-number-options.nl-BDHAYlc6.cjs} +0 -0
  2387. /package/components/{convert-datasets-to-data-fields-BUkvN0FO.cjs → convert-datasets-to-data-fields-C7b8VFWT.cjs} +0 -0
  2388. /package/components/{cs-Hs3bE5N3.cjs → cs-BAmKPXV0.cjs} +0 -0
  2389. /package/components/{da-B_8mPnrs.cjs → da-DHl8PzfU.cjs} +0 -0
  2390. /package/components/{dataset-icon-CYzmHzrn.js → dataset-icon-x6Q8nhYc.js} +0 -0
  2391. /package/components/{date-comparison-filter-options.config-BbDtPeEC.cjs → date-comparison-filter-options.config-DeRktuPf.cjs} +0 -0
  2392. /package/components/{date-comparison-filter-options.en-BC49n09a.cjs → date-comparison-filter-options.en-wZNS4xNZ.cjs} +0 -0
  2393. /package/components/{date-comparison-filter-options.es-Lzrpfph8.cjs → date-comparison-filter-options.es-BK_z-CBD.cjs} +0 -0
  2394. /package/components/{date-comparison-filter-options.fr-DhSHqOxO.cjs → date-comparison-filter-options.fr-B6zX7dX6.cjs} +0 -0
  2395. /package/components/{date-comparison-filter-options.nl-CY_WBHCd.cjs → date-comparison-filter-options.nl-7Lk3PInv.cjs} +0 -0
  2396. /package/components/{date-filter-options.config-wuPC7FVW.cjs → date-filter-options.config-SMBs-0og.cjs} +0 -0
  2397. /package/components/{date-filter-options.es-Bwg9FrTF.cjs → date-filter-options.es-BAypn8MB.cjs} +0 -0
  2398. /package/components/{date-filter-options.fr-Cb5JsFjC.cjs → date-filter-options.fr-yeEdzHfu.cjs} +0 -0
  2399. /package/components/{date-filter-options.nl-dJHyyFDD.cjs → date-filter-options.nl-DqXohG5I.cjs} +0 -0
  2400. /package/components/{de-CWi4pCri.cjs → de-CQMDOcBQ.cjs} +0 -0
  2401. /package/components/{de-D5xUazlh.cjs → de-DDVFCeiM.cjs} +0 -0
  2402. /package/components/{de-CJ7PZiuv.js → de-DKG5mEUy.js} +0 -0
  2403. /package/components/{decompose-numeric-format-B3nb3XKf.cjs → decompose-numeric-format-Bp_e62qP.cjs} +0 -0
  2404. /package/components/{decompose-numeric-format-B1g6WSfi.js → decompose-numeric-format-zrP4WxE7.js} +0 -0
  2405. /package/components/{default-9VkzmGVQ.cjs → default-CY2STktv.cjs} +0 -0
  2406. /package/components/{default-dark-BxCdZPo3.cjs → default-dark-CADhpJ8R.cjs} +0 -0
  2407. /package/components/{default-local-formats-DX7Yv8k7.cjs → default-local-formats-BOc43Zck.cjs} +0 -0
  2408. /package/components/{default-local-formats-BkuhmR6G.js → default-local-formats-mDIRMsHM.js} +0 -0
  2409. /package/components/{dropdown-filter-options.config-DBEwYINE.cjs → dropdown-filter-options.config-DOpreqGq.cjs} +0 -0
  2410. /package/components/{dropdown-filter-options.de-CHWiD94X.cjs → dropdown-filter-options.de-UucbCQHk.cjs} +0 -0
  2411. /package/components/{dropdown-filter-options.en-BZt1VxsO.cjs → dropdown-filter-options.en-qPKI3OkI.cjs} +0 -0
  2412. /package/components/{dropdown-filter-options.es-DNd8N6s0.cjs → dropdown-filter-options.es-DuxPtoGh.cjs} +0 -0
  2413. /package/components/{dropdown-filter-options.fr-D97II9RK.cjs → dropdown-filter-options.fr-8c1C7Q97.cjs} +0 -0
  2414. /package/components/{dropdown-filter-options.nl-BzmfunfR.cjs → dropdown-filter-options.nl-VhOZQIsg.cjs} +0 -0
  2415. /package/components/{edit-option-base-ClYryxUj.js → edit-option-base-CIsMGXix.js} +0 -0
  2416. /package/components/{es-CNYWScYO.js → es-Bakn2isb.js} +0 -0
  2417. /package/components/{es-D37-gyhN.cjs → es-BiI3O1EW.cjs} +0 -0
  2418. /package/components/{es-BMtwk2FQ.cjs → es-DS-aph2K.cjs} +0 -0
  2419. /package/components/{evolution-number-options.de-Bm1qqaCX.cjs → evolution-number-options.de-DQTGcfqa.cjs} +0 -0
  2420. /package/components/{evolution-number-options.en-BTYQOHgR.cjs → evolution-number-options.en-BPHRkrgL.cjs} +0 -0
  2421. /package/components/{evolution-number-options.es-CsfrtgvH.cjs → evolution-number-options.es-DHWbbWTh.cjs} +0 -0
  2422. /package/components/{evolution-number-options.fr-DXuXHpq9.cjs → evolution-number-options.fr-DEAU80vS.cjs} +0 -0
  2423. /package/components/{evolution-number-options.nl-CQkQBgju.cjs → evolution-number-options.nl-DEO1Ligm.cjs} +0 -0
  2424. /package/components/{fi-CSWa3U4h.cjs → fi-DbXbnIlF.cjs} +0 -0
  2425. /package/components/{fr-DIioDzwp.cjs → fr-CUzKlf1c.cjs} +0 -0
  2426. /package/components/{fr-osl-khh6.js → fr-DxpxaE8N.js} +0 -0
  2427. /package/components/{fr-CfAZrha-.cjs → fr-uaZD-jXr.cjs} +0 -0
  2428. /package/components/{he-CkxVggzG.cjs → he-Bxmbik6g.cjs} +0 -0
  2429. /package/components/{heat-map-options.en-DyzsCT1U.cjs → heat-map-options.en-CU7HFMLM.cjs} +0 -0
  2430. /package/components/{heat-map-options.es-CNZl1gxP.cjs → heat-map-options.es-BRCVWUU6.cjs} +0 -0
  2431. /package/components/{heat-map-options.fr-DrO8ZPcb.cjs → heat-map-options.fr-Bpw5NaT-.cjs} +0 -0
  2432. /package/components/{heat-map-options.nl-BsDM9GIL.cjs → heat-map-options.nl-JRXL_Sn8.cjs} +0 -0
  2433. /package/components/{heat-table-options.de-B2lEmZYm.cjs → heat-table-options.de-N8M1Prox.cjs} +0 -0
  2434. /package/components/{heat-table-options.en-tXG52Y_v.cjs → heat-table-options.en-BlIpSskG.cjs} +0 -0
  2435. /package/components/{heat-table-options.es-D1V8nkwg.cjs → heat-table-options.es-D-mzZnna.cjs} +0 -0
  2436. /package/components/{heat-table-options.fr--ucs2EcT.cjs → heat-table-options.fr-BTNoq3vB.cjs} +0 -0
  2437. /package/components/{heat-table-options.nl-ATYWxqlm.cjs → heat-table-options.nl-CxpxKtqI.cjs} +0 -0
  2438. /package/components/{hexbin-map-options.de-BJLndJ3q.cjs → hexbin-map-options.de-BsMhwswX.cjs} +0 -0
  2439. /package/components/{hexbin-map-options.en-Cl5i9THr.cjs → hexbin-map-options.en-CMR3kxbq.cjs} +0 -0
  2440. /package/components/{hexbin-map-options.es-B_yS-qpc.cjs → hexbin-map-options.es-Dd0W5btc.cjs} +0 -0
  2441. /package/components/{hexbin-map-options.fr-BOPi-xew.cjs → hexbin-map-options.fr-B7Xb7ify.cjs} +0 -0
  2442. /package/components/{hexbin-map-options.nl-hh0LSa7c.cjs → hexbin-map-options.nl-CvqfCmhS.cjs} +0 -0
  2443. /package/components/{hu-D7KD7w2s.cjs → hu-CCt14ec_.cjs} +0 -0
  2444. /package/components/{image-options.config-eloroqId.cjs → image-options.config-DaggpC3a.cjs} +0 -0
  2445. /package/components/{image-options.de-Bb2lF0Y0.cjs → image-options.de-DW9WMmEg.cjs} +0 -0
  2446. /package/components/{image-options.en-8vCdBVDv.cjs → image-options.en-XF5k9QmZ.cjs} +0 -0
  2447. /package/components/{image-options.es-DfZO2LHP.cjs → image-options.es-C1xoDYGF.cjs} +0 -0
  2448. /package/components/{image-options.fr-CFxDhXWh.cjs → image-options.fr-DVzrKkab.cjs} +0 -0
  2449. /package/components/{image-options.nl-esLgzG9H.cjs → image-options.nl-Cdr24Vwt.cjs} +0 -0
  2450. /package/components/{venn-diagram-options.config-C9IWqOgs.cjs → image-slots.config-Dqm93OYh.cjs} +0 -0
  2451. /package/components/{it-CNjy7kMo.cjs → it-Czry5-br.cjs} +0 -0
  2452. /package/components/{item-list-BgwhzTQG.cjs → item-list-BMpMEG17.cjs} +0 -0
  2453. /package/components/{item-list-C4WnWM72.js → item-list-DM778zWU.js} +0 -0
  2454. /package/components/{ja-FEGc8Sf9.cjs → ja-DLYEeBwD.cjs} +0 -0
  2455. /package/components/{ko-5PxU49IF.cjs → ko-Cq3bNSoY.cjs} +0 -0
  2456. /package/components/{line-chart-options.de-ruXFlILB.cjs → line-chart-options.de-Bh4_yDwZ.cjs} +0 -0
  2457. /package/components/{line-chart-options.en-lF07rDoH.cjs → line-chart-options.en-DwOQVn6Z.cjs} +0 -0
  2458. /package/components/{line-chart-options.es-CS-UfJBQ.cjs → line-chart-options.es-B9bpm5X4.cjs} +0 -0
  2459. /package/components/{line-chart-options.fr-CMdycBJ6.cjs → line-chart-options.fr-D9MCvdFQ.cjs} +0 -0
  2460. /package/components/{line-chart-options.nl-BGHvQRS5.cjs → line-chart-options.nl-BZlL-Vly.cjs} +0 -0
  2461. /package/components/{marker-map-options.de-CLwT982Y.cjs → marker-map-options.de-1vdaJoj-.cjs} +0 -0
  2462. /package/components/{marker-map-options.en-BFu4Q6Mq.cjs → marker-map-options.en-Bn5daK4d.cjs} +0 -0
  2463. /package/components/{marker-map-options.es-BekkaFpX.cjs → marker-map-options.es-3ed-xNl-.cjs} +0 -0
  2464. /package/components/{marker-map-options.fr-DZKreYMt.cjs → marker-map-options.fr-BufkXRnt.cjs} +0 -0
  2465. /package/components/{marker-map-options.nl-AdXt3kHR.cjs → marker-map-options.nl-Xom9UEnE.cjs} +0 -0
  2466. /package/components/{mk-C-b5kXJv.cjs → mk-CX6tWFGL.cjs} +0 -0
  2467. /package/components/{nl-Cg75lB0o.cjs → nl-BNKXBOsD.cjs} +0 -0
  2468. /package/components/{nl-YJBwPJIF.cjs → nl-CC5UMR5B.cjs} +0 -0
  2469. /package/components/{nl-CZ2NkRc7.js → nl-D5wciOUH.js} +0 -0
  2470. /package/components/{no-CGjDWyTP.cjs → no-CRcBAcaW.cjs} +0 -0
  2471. /package/components/{ohlc-chart-options.config-BlPq8KNv.cjs → ohlc-chart-options.config-9nfqpoHy.cjs} +0 -0
  2472. /package/components/{ohlc-chart-options.de-BNDWmKFb.cjs → ohlc-chart-options.de-vh9zrAx6.cjs} +0 -0
  2473. /package/components/{ohlc-chart-options.en-L7OVZNVM.cjs → ohlc-chart-options.en-DaHGmrtK.cjs} +0 -0
  2474. /package/components/{ohlc-chart-options.es-D9SBNjVS.cjs → ohlc-chart-options.es-Cy2w98EQ.cjs} +0 -0
  2475. /package/components/{ohlc-chart-options.fr-DusO500j.cjs → ohlc-chart-options.fr-SwLTanJg.cjs} +0 -0
  2476. /package/components/{ohlc-chart-options.nl-Prn_dsXF.cjs → ohlc-chart-options.nl-C7Q_LxMG.cjs} +0 -0
  2477. /package/components/{orion-CXZv01Vz.cjs → orion-BcuXfN1h.cjs} +0 -0
  2478. /package/components/{parallel-coordinates-plot-options.config-9IDe8eWd.cjs → parallel-coordinates-plot-options.config-BWJDkdLS.cjs} +0 -0
  2479. /package/components/{parallel-coordinates-plot-options.de-CaxRmXgx.cjs → parallel-coordinates-plot-options.de-D5fPIsoD.cjs} +0 -0
  2480. /package/components/{parallel-coordinates-plot-options.en-Ddsudslk.cjs → parallel-coordinates-plot-options.en-C09-PKF2.cjs} +0 -0
  2481. /package/components/{parallel-coordinates-plot-options.es-CATIGHZk.cjs → parallel-coordinates-plot-options.es-CQaQc1Tq.cjs} +0 -0
  2482. /package/components/{parallel-coordinates-plot-options.fr-Y71Bpp8S.cjs → parallel-coordinates-plot-options.fr-q28IjNKv.cjs} +0 -0
  2483. /package/components/{parallel-coordinates-plot-options.nl-DvfQ2POq.cjs → parallel-coordinates-plot-options.nl-Cc9dj7ZQ.cjs} +0 -0
  2484. /package/components/{period-over-period-condition.const-DidaaCS0.js → period-over-period-condition.const-DasWQHju.js} +0 -0
  2485. /package/components/{period-over-period-condition.const-Ol98e4ut.cjs → period-over-period-condition.const-wVwKUthh.cjs} +0 -0
  2486. /package/components/{periods.const-BvhUPGEq.js → periods.const-Ch6SfeaG.js} +0 -0
  2487. /package/components/{pinky-D_6iIUne.cjs → pinky-B0e-EdVc.cjs} +0 -0
  2488. /package/components/{pivot-table-options.de-D9xYljXv.cjs → pivot-table-options.de-D3Uyd9Qz.cjs} +0 -0
  2489. /package/components/{pivot-table-options.en-B6LDQgut.cjs → pivot-table-options.en-Y-3vIDtq.cjs} +0 -0
  2490. /package/components/{pivot-table-options.es-SjQtz8v2.cjs → pivot-table-options.es-CiLpGJJd.cjs} +0 -0
  2491. /package/components/{pivot-table-options.fr-8pk-Ps-x.cjs → pivot-table-options.fr-ZhJq-Vh0.cjs} +0 -0
  2492. /package/components/{pivot-table-options.nl-XtkpCht6.cjs → pivot-table-options.nl-CO1zHkNP.cjs} +0 -0
  2493. /package/components/{pl-CfM_QQY3.cjs → pl-Cy4MfWob.cjs} +0 -0
  2494. /package/components/{pt-BG8tUZi8.cjs → pt-BmXZldF9.cjs} +0 -0
  2495. /package/components/{radar-chart-options.de-Cm_VdnPe.cjs → radar-chart-options.de-Bt2vKovl.cjs} +0 -0
  2496. /package/components/{radar-chart-options.en-DLKexdFx.cjs → radar-chart-options.en-DceWiBCu.cjs} +0 -0
  2497. /package/components/{radar-chart-options.es-Be07xRZf.cjs → radar-chart-options.es-DgmNCFxH.cjs} +0 -0
  2498. /package/components/{radar-chart-options.fr-BAf2hM87.cjs → radar-chart-options.fr-CDPtRDOa.cjs} +0 -0
  2499. /package/components/{radar-chart-options.nl-KlhCWsXn.cjs → radar-chart-options.nl-Cav-G5Vb.cjs} +0 -0
  2500. /package/components/{radiant-DN4mnBWB.cjs → radiant-DQ6-T3N9.cjs} +0 -0
  2501. /package/components/{regular-table-options.de-C7ZxLFtT.cjs → regular-table-options.de-D5DsJi3n.cjs} +0 -0
  2502. /package/components/{regular-table-options.en-CtFmj9d5.cjs → regular-table-options.en-BmlkGVts.cjs} +0 -0
  2503. /package/components/{regular-table-options.es-wzXlzhhW.cjs → regular-table-options.es-CSnoarrx.cjs} +0 -0
  2504. /package/components/{regular-table-options.fr-Di8bIY_B.cjs → regular-table-options.fr-DhvyiwST.cjs} +0 -0
  2505. /package/components/{regular-table-options.nl-CueE8n-O.cjs → regular-table-options.nl-BxdRz_LV.cjs} +0 -0
  2506. /package/components/{route-map-options.de-BwnkGOm4.cjs → route-map-options.de-C1fdk0i_.cjs} +0 -0
  2507. /package/components/{route-map-options.en-DyOOfXiN.cjs → route-map-options.en-BmynSxLe.cjs} +0 -0
  2508. /package/components/{route-map-options.es-1Xt40LQF.cjs → route-map-options.es-wEsbyCjc.cjs} +0 -0
  2509. /package/components/{route-map-options.fr-41fSNKXt.cjs → route-map-options.fr-Bu_I9YBo.cjs} +0 -0
  2510. /package/components/{route-map-options.nl-BzxvmmOv.cjs → route-map-options.nl-DyCU2oFB.cjs} +0 -0
  2511. /package/components/{royale-Cf939llJ.cjs → royale-CDYCwQry.cjs} +0 -0
  2512. /package/components/{ru-BAiTD9KN.cjs → ru-fWz2GIGG.cjs} +0 -0
  2513. /package/components/{sankey-diagram-options.de-DK-CaT7-.cjs → sankey-diagram-options.de-DJJlDCLQ.cjs} +0 -0
  2514. /package/components/{sankey-diagram-options.en-aGYnJIdW.cjs → sankey-diagram-options.en-M7rOqzVB.cjs} +0 -0
  2515. /package/components/{sankey-diagram-options.es-iXZNX0cN.cjs → sankey-diagram-options.es-Dm4Qw9uu.cjs} +0 -0
  2516. /package/components/{sankey-diagram-options.fr-BEVXknhZ.cjs → sankey-diagram-options.fr-Rxno7l7m.cjs} +0 -0
  2517. /package/components/{sankey-diagram-options.nl-D6i_tUi8.cjs → sankey-diagram-options.nl-DUcImgmg.cjs} +0 -0
  2518. /package/components/{scatter-plot-options.de-CQCimlAQ.cjs → scatter-plot-options.de-CZqMX56b.cjs} +0 -0
  2519. /package/components/{scatter-plot-options.en-DzL0RLos.cjs → scatter-plot-options.en-CRKfYmAC.cjs} +0 -0
  2520. /package/components/{scatter-plot-options.es-CxbArhNQ.cjs → scatter-plot-options.es-zbpgLFeN.cjs} +0 -0
  2521. /package/components/{scatter-plot-options.fr-CXqd5UAf.cjs → scatter-plot-options.fr-ZLwi6hx6.cjs} +0 -0
  2522. /package/components/{scatter-plot-options.nl-CYsMTluj.cjs → scatter-plot-options.nl-DY0JBMrF.cjs} +0 -0
  2523. /package/components/{search-filter-options.config-BawsnMZh.cjs → search-filter-options.config-hOBhB6oM.cjs} +0 -0
  2524. /package/components/{search-filter-options.de-CFirtycC.cjs → search-filter-options.de-CIbSBcij.cjs} +0 -0
  2525. /package/components/{search-filter-options.en-CHQUW8Nz.cjs → search-filter-options.en-BuKuiRkM.cjs} +0 -0
  2526. /package/components/{search-filter-options.es-D_wj3VVg.cjs → search-filter-options.es-BB0-U7yM.cjs} +0 -0
  2527. /package/components/{search-filter-options.fr-BI3vJHZb.cjs → search-filter-options.fr-n81Vq0a0.cjs} +0 -0
  2528. /package/components/{search-filter-options.nl-Dl3sA86_.cjs → search-filter-options.nl-B7VXgsK5.cjs} +0 -0
  2529. /package/components/{seasonal-Bh5Uxies.cjs → seasonal-QZpk-qX-.cjs} +0 -0
  2530. /package/components/{slider-filter-options.de-CAnSPsv3.cjs → slider-filter-options.de-Ca4zX54z.cjs} +0 -0
  2531. /package/components/{slider-filter-options.en-CVVan1EY.cjs → slider-filter-options.en-BuM08ljg.cjs} +0 -0
  2532. /package/components/{slider-filter-options.es-2q3WIbet.cjs → slider-filter-options.es-BAar4d2E.cjs} +0 -0
  2533. /package/components/{slider-filter-options.fr-BdSZIC9f.cjs → slider-filter-options.fr-qfYuH72B.cjs} +0 -0
  2534. /package/components/{slider-filter-options.nl-CMChx4H_.cjs → slider-filter-options.nl-CA9X6wWI.cjs} +0 -0
  2535. /package/components/{spacer-options.config-BXnyTy6v.cjs → spacer-options.config-CI1ktR36.cjs} +0 -0
  2536. /package/components/{speedometer-chart-options.de-B-4t6_5n.cjs → speedometer-chart-options.de-FqdMCkP_.cjs} +0 -0
  2537. /package/components/{speedometer-chart-options.en-yTs43d9b.cjs → speedometer-chart-options.en-CCMfrJUy.cjs} +0 -0
  2538. /package/components/{speedometer-chart-options.es-CSiuRYmn.cjs → speedometer-chart-options.es-lhwiQ2qP.cjs} +0 -0
  2539. /package/components/{speedometer-chart-options.fr-4TTOhVVe.cjs → speedometer-chart-options.fr-Cx3lxDOR.cjs} +0 -0
  2540. /package/components/{speedometer-chart-options.nl-BwYYuo6L.cjs → speedometer-chart-options.nl-Co4gG3q4.cjs} +0 -0
  2541. /package/components/{spike-map-options.de-nnBZsuWX.cjs → spike-map-options.de-BxDg1Tm-.cjs} +0 -0
  2542. /package/components/{spike-map-options.en-CcWhatyK.cjs → spike-map-options.en-X3WARWun.cjs} +0 -0
  2543. /package/components/{spike-map-options.es-au94uFff.cjs → spike-map-options.es-B610DM-j.cjs} +0 -0
  2544. /package/components/{spike-map-options.fr-CeDHVI40.cjs → spike-map-options.fr-CUCYB2YQ.cjs} +0 -0
  2545. /package/components/{spike-map-options.nl-RJx9RKS9.cjs → spike-map-options.nl-1sXyIvT3.cjs} +0 -0
  2546. /package/components/{strip-plot-options.config-0qLrORbA.cjs → strip-plot-options.config-C5QzqqZw.cjs} +0 -0
  2547. /package/components/{strip-plot-options.de-Cd_FhOI-.cjs → strip-plot-options.de-D9lXIh89.cjs} +0 -0
  2548. /package/components/{strip-plot-options.en-Cm3KbUo4.cjs → strip-plot-options.en-BUheFbOo.cjs} +0 -0
  2549. /package/components/{strip-plot-options.es-Dg1v9sFh.cjs → strip-plot-options.es-Db35y2Gr.cjs} +0 -0
  2550. /package/components/{strip-plot-options.fr-KPBY1st4.cjs → strip-plot-options.fr-BE-zAq2Y.cjs} +0 -0
  2551. /package/components/{strip-plot-options.nl-DSY9_SRe.cjs → strip-plot-options.nl-BjAkCPF6.cjs} +0 -0
  2552. /package/components/{sv-B9jy1R3Z.cjs → sv-BJHpfzAX.cjs} +0 -0
  2553. /package/components/{symbol-map-options.de-CBvH7KAs.cjs → symbol-map-options.de-BPz2gFlZ.cjs} +0 -0
  2554. /package/components/{symbol-map-options.en-ClrxZ4Qh.cjs → symbol-map-options.en-SCaCzh96.cjs} +0 -0
  2555. /package/components/{symbol-map-options.es-DXu3Xb6x.cjs → symbol-map-options.es-CPFXc3Ww.cjs} +0 -0
  2556. /package/components/{symbol-map-options.fr-kQaub1Jk.cjs → symbol-map-options.fr-BGnn0oXs.cjs} +0 -0
  2557. /package/components/{symbol-map-options.nl-BiHiens_.cjs → symbol-map-options.nl-CFNnetIH.cjs} +0 -0
  2558. /package/components/{text-options.config-eqWUI64H.cjs → text-options.config-Zu_s1esi.cjs} +0 -0
  2559. /package/components/{themes-J3m7fTZx.js → themes-DGjjIvSN.js} +0 -0
  2560. /package/components/{tr-Ko_ktQZr.cjs → tr-Ctcalxbu.cjs} +0 -0
  2561. /package/components/{type-check-BzMcgc41.js → type-check-CVgyxvdF.js} +0 -0
  2562. /package/components/{type-check-B3D6_Mcx.cjs → type-check-CdFE0wiu.cjs} +0 -0
  2563. /package/components/{urban-CRZi3BDO.cjs → urban-yXJhZIhZ.cjs} +0 -0
  2564. /package/components/{validate-BwOw21Kt.cjs → validate-DGy5i56l.cjs} +0 -0
  2565. /package/components/{validate-o1PqBdOF.js → validate-mtIcbiOa.js} +0 -0
  2566. /package/components/{video-options.de-B7cCvVEU.cjs → video-options.de-bwodnVfH.cjs} +0 -0
  2567. /package/components/{video-options.en-Dm_o1hVy.cjs → video-options.en-BTjKCOFa.cjs} +0 -0
  2568. /package/components/{video-options.es-3ffx79Yi.cjs → video-options.es-BYHE3Zw4.cjs} +0 -0
  2569. /package/components/{video-options.fr-DCuMuMDQ.cjs → video-options.fr-CikjzEHn.cjs} +0 -0
  2570. /package/components/{video-options.nl-CFogeoBC.cjs → video-options.nl-vfugAYbc.cjs} +0 -0
  2571. /package/components/{vivid-C53ywQPj.cjs → vivid-CwNdph7X.cjs} +0 -0
  2572. /package/components/{zh-CN-wlYtQnz6.cjs → zh-CN-B77UpR2K.cjs} +0 -0
  2573. /package/components/{zh-TW-CmpOzcFc.cjs → zh-TW-BsHHLnIy.cjs} +0 -0
@@ -1,1609 +0,0 @@
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-BzMcgc41.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 };