@luzmo/analytics-components-kit 1.0.4 → 1.0.5-beta.2

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 (1299) hide show
  1. package/components/ad-hoc-slot-content-BwcFfXCV.cjs +20 -0
  2. package/components/ad-hoc-slot-content-hSlT62VS.js +29 -0
  3. package/components/ai-chat/ai-chat-events.d.ts +123 -0
  4. package/components/ai-chat/ai-chat-request.d.ts +12 -0
  5. package/components/ai-chat/ai-chat.d.ts +313 -0
  6. package/components/ai-chat/ai-prompt-types.d.ts +102 -0
  7. package/components/ai-chat/empty-state/ai-chat-empty-state.d.ts +46 -0
  8. package/components/ai-chat/empty-state/index.d.ts +8 -0
  9. package/components/ai-chat/empty-state/types.d.ts +14 -0
  10. package/components/ai-chat/index.cjs +20 -0
  11. package/components/ai-chat/index.d.ts +23 -0
  12. package/components/ai-chat/index.js +29 -0
  13. package/components/ai-chat/session/ai-chat-session-controller.d.ts +57 -0
  14. package/components/ai-chat/session/ai-chat-session-types.d.ts +100 -0
  15. package/components/ai-chat/session/ai-chat-session.d.ts +102 -0
  16. package/components/ai-chat/session/index.d.ts +2 -0
  17. package/components/ai-chat/stream/chunk-extractors.d.ts +27 -0
  18. package/components/ai-chat/stream/index.d.ts +52 -0
  19. package/components/ai-chat/stream/progress.d.ts +3 -0
  20. package/components/ai-chat/stream/registry.d.ts +6 -0
  21. package/components/ai-chat/stream/stream-processor.d.ts +2 -0
  22. package/components/ai-chat/stream/transport.d.ts +26 -0
  23. package/components/ai-chat/stream/types.d.ts +55 -0
  24. package/components/ai-chat-D9tYu1q6.cjs +320 -0
  25. package/components/ai-chat-DstJ__Jz.js +3973 -0
  26. package/components/ai-interaction-textarea/ai-interaction-textarea.d.ts +212 -0
  27. package/components/ai-interaction-textarea/index.cjs +20 -0
  28. package/components/ai-interaction-textarea/index.d.ts +8 -0
  29. package/components/ai-interaction-textarea/index.js +28 -0
  30. package/components/ai-interaction-textarea/types.d.ts +10 -0
  31. package/components/ai-interaction-textarea-BR72djHD.cjs +93 -0
  32. package/components/ai-interaction-textarea-C-feG2HA.js +785 -0
  33. package/components/area-chart-options.config-Cf1VrUNv.cjs +20 -0
  34. package/components/area-chart-options.config-DdYBA1_Q.js +146 -0
  35. package/components/area-chart-positioning.config-BFW46XhO.cjs +20 -0
  36. package/components/area-chart-positioning.config-BfieFxgx.js +55 -0
  37. package/components/area-chart-slots.config-BOhwdLnr.cjs +20 -0
  38. package/components/area-chart-slots.config-Cmdkui4v.js +55 -0
  39. package/components/bar-chart-options.config-BF7Q15FL.cjs +20 -0
  40. package/components/bar-chart-options.config-Cx3n0tCr.js +220 -0
  41. package/components/bar-chart-positioning.config-DURuF-Nr.cjs +20 -0
  42. package/components/bar-chart-positioning.config-DzKDbJHr.js +59 -0
  43. package/components/bar-chart-slots.config-BWvrLYv5.js +50 -0
  44. package/components/bar-chart-slots.config-DMWjAd5a.cjs +20 -0
  45. package/components/base-BRVXqI7u.cjs +20 -0
  46. package/components/base-CUexK-Bc.js +249 -0
  47. package/components/base-store-DHC2m2Os.cjs +20 -0
  48. package/components/base-store-DmDe0dTU.js +160 -0
  49. package/components/box-plot-options.config-BkD5CYGz.cjs +20 -0
  50. package/components/box-plot-options.config-DB9iCCZg.js +296 -0
  51. package/components/box-plot-positioning.config-CYmxOZMk.cjs +20 -0
  52. package/components/box-plot-positioning.config-DmFvqCcg.js +48 -0
  53. package/components/box-plot-slots.config-5B_pTjPJ.cjs +20 -0
  54. package/components/box-plot-slots.config-BknEys-m.js +40 -0
  55. package/components/bubble-chart-options.config-4f9FUNhc.cjs +20 -0
  56. package/components/bubble-chart-options.config-D8o_9z0b.js +115 -0
  57. package/components/bubble-chart-positioning.config-BpJ24lBj.cjs +20 -0
  58. package/components/bubble-chart-positioning.config-YgwDIuAp.js +55 -0
  59. package/components/bubble-chart-slots.config-Djb-py0h.js +47 -0
  60. package/components/bubble-chart-slots.config-VHKuntJk.cjs +20 -0
  61. package/components/bullet-chart-options.config-CmC75LQ8.js +75 -0
  62. package/components/bullet-chart-options.config-DDygYBiy.cjs +20 -0
  63. package/components/bullet-chart-positioning.config-6yUejABM.cjs +20 -0
  64. package/components/bullet-chart-positioning.config-CffspACw.js +56 -0
  65. package/components/bullet-chart-slots.config-BECcf-yZ.js +46 -0
  66. package/components/bullet-chart-slots.config-CZfTgKZ4.cjs +20 -0
  67. package/components/choropleth-map-options.config-5W6nNlL7.cjs +20 -0
  68. package/components/choropleth-map-options.config-Bt-vXkKW.js +348 -0
  69. package/components/choropleth-map-positioning.config-Bl5HERTz.js +55 -0
  70. package/components/choropleth-map-positioning.config-nlky_swe.cjs +20 -0
  71. package/components/choropleth-map-slots.config-CZKWF1qV.cjs +20 -0
  72. package/components/choropleth-map-slots.config-DVrgJYSA.js +53 -0
  73. package/components/circle-pack-chart-options.config-CD8MWMTw.cjs +20 -0
  74. package/components/circle-pack-chart-options.config-CLA-ur8J.js +54 -0
  75. package/components/circle-pack-chart-positioning.config-_y9nL_PY.cjs +20 -0
  76. package/components/circle-pack-chart-positioning.config-cBxfJDgf.js +48 -0
  77. package/components/circle-pack-chart-slots.config-BG6Gh03S.js +38 -0
  78. package/components/circle-pack-chart-slots.config-GL7T5_o4.cjs +20 -0
  79. package/components/circular-gauge-options.config-BFBmfsPn.js +188 -0
  80. package/components/circular-gauge-options.config-D9gcbX57.cjs +20 -0
  81. package/components/circular-gauge-positioning.config-BtFTmQVx.cjs +20 -0
  82. package/components/circular-gauge-positioning.config-HG_MhCL2.js +48 -0
  83. package/components/circular-gauge-slots.config-BSzOAb8B.js +39 -0
  84. package/components/circular-gauge-slots.config-DUHabt3G.cjs +20 -0
  85. package/components/color-BWnYpOu7.js +3812 -0
  86. package/components/color-range-utils-CwwtLDX_.js +63 -0
  87. package/components/column-chart-options.config-CiIw23Yo.cjs +20 -0
  88. package/components/column-chart-options.config-V7v9PtQA.js +219 -0
  89. package/components/column-chart-positioning.config-DQtY7_jS.js +55 -0
  90. package/components/column-chart-positioning.config-sAg6OdcO.cjs +20 -0
  91. package/components/column-chart-slots.config-5BjkTrbt.js +50 -0
  92. package/components/column-chart-slots.config-CM5aytbj.cjs +20 -0
  93. package/components/combination-chart-options.config-CgSqqLLE.js +87 -0
  94. package/components/combination-chart-options.config-DaTYSfnr.cjs +20 -0
  95. package/components/combination-chart-positioning.config-CUC44b4w.cjs +20 -0
  96. package/components/combination-chart-positioning.config-xdJ5PeeE.js +48 -0
  97. package/components/combination-chart-slots.config-BwUOXFCR.cjs +20 -0
  98. package/components/combination-chart-slots.config-DgM_T-9r.js +43 -0
  99. package/components/conditional-number-options.config-3_vXSC0j.js +205 -0
  100. package/components/conditional-number-options.config-BPzCxo2q.cjs +20 -0
  101. package/components/conditional-number-positioning.config-BpggYmeg.cjs +20 -0
  102. package/components/conditional-number-positioning.config-Cu3E21yK.js +48 -0
  103. package/components/conditional-number-slots.config-B7maHIaG.cjs +20 -0
  104. package/components/conditional-number-slots.config-CzVPP4me.js +39 -0
  105. package/components/convert-data-field-to-slot-content-C6IIqU7G.js +53 -0
  106. package/components/convert-data-field-to-slot-content-DLzkk6dT.cjs +20 -0
  107. package/components/convert-datasets-to-data-fields-B13rl1an.cjs +20 -0
  108. package/components/convert-datasets-to-data-fields-PmQzeVLG.js +68 -0
  109. package/components/data-broker-Bdv5V8Yp.js +1680 -0
  110. package/components/data-broker-DWEXs6-2.cjs +20 -0
  111. package/components/data-field/index.cjs +1 -1
  112. package/components/data-field/index.d.ts +1 -0
  113. package/components/data-field/index.js +1 -1
  114. package/components/data-field-CX74S6vV.cjs +54 -0
  115. package/components/data-field-D_EnR1Yt.js +121 -0
  116. package/components/data-field-level/data-field-level.d.ts +40 -0
  117. package/components/data-field-level/helpers/generate-preview.d.ts +9 -0
  118. package/components/data-field-level/index.cjs +20 -0
  119. package/components/data-field-level/index.d.ts +8 -0
  120. package/components/data-field-level/index.js +28 -0
  121. package/components/data-field-level-CFLMDP3a.js +247 -0
  122. package/components/data-field-level-DaDY2_HH.cjs +55 -0
  123. package/components/data-field-panel/index.cjs +1 -1
  124. package/components/data-field-panel/index.d.ts +1 -0
  125. package/components/data-field-panel/index.js +1 -1
  126. package/components/data-field-panel-BhYP77ZO.js +385 -0
  127. package/components/data-field-panel-BxEVeR6H.cjs +87 -0
  128. package/components/data-fields-select/data-fields-select.d.ts +127 -0
  129. package/components/data-fields-select/index.cjs +20 -0
  130. package/components/data-fields-select/index.d.ts +9 -0
  131. package/components/data-fields-select/index.js +28 -0
  132. package/components/data-fields-select/types.d.ts +4 -0
  133. package/components/data-fields-select-FlSG0h_V.js +262 -0
  134. package/components/data-fields-select-p53mdgQy.cjs +41 -0
  135. package/components/dataset-icon/dataset-icon.d.ts +45 -0
  136. package/components/dataset-icon/index.cjs +20 -0
  137. package/components/dataset-icon/index.d.ts +8 -0
  138. package/components/dataset-icon/index.js +28 -0
  139. package/components/dataset-icon/types.d.ts +11 -0
  140. package/components/dataset-icon-BAV0S4sZ.cjs +64 -0
  141. package/components/dataset-icon-CWT5Ju8w.js +125 -0
  142. package/components/dataset-selector-list/dataset-selector-list.d.ts +102 -0
  143. package/components/dataset-selector-list/index.cjs +20 -0
  144. package/components/dataset-selector-list/index.d.ts +8 -0
  145. package/components/dataset-selector-list/index.js +28 -0
  146. package/components/dataset-selector-list-ByFAG-kf.cjs +75 -0
  147. package/components/dataset-selector-list-CWIbaMga.js +313 -0
  148. package/components/dataset-selector-row/dataset-selector-row.d.ts +89 -0
  149. package/components/dataset-selector-row/index.cjs +20 -0
  150. package/components/dataset-selector-row/index.d.ts +8 -0
  151. package/components/dataset-selector-row/index.js +28 -0
  152. package/components/dataset-selector-row--W1e0KF2.cjs +79 -0
  153. package/components/dataset-selector-row-CaNvh0Zr.js +273 -0
  154. package/components/date-comparison-filter-options.config-4yHPEJSU.cjs +20 -0
  155. package/components/date-comparison-filter-options.config-CsDlmT6L.js +126 -0
  156. package/components/date-comparison-filter-slots.config-EEgNP09x.js +33 -0
  157. package/components/date-comparison-filter-slots.config-oABOLs3D.cjs +20 -0
  158. package/components/date-filter-options.config-AFAngO_i.cjs +20 -0
  159. package/components/date-filter-options.config-b8EHOjR1.js +118 -0
  160. package/components/date-filter-slots.config-Cuzz0RjE.cjs +20 -0
  161. package/components/date-filter-slots.config-PJ_h3Aj7.js +37 -0
  162. package/components/de-DZ5SDLoC.cjs +20 -0
  163. package/components/de-D_05k7cJ.js +486 -0
  164. package/components/decompose-numeric-format-DGJua3rU.cjs +20 -0
  165. package/components/decompose-numeric-format-DS0j2wa1.js +36 -0
  166. package/components/decorate-DCJt-2rt.cjs +20 -0
  167. package/components/decorate-DyMgX_Uh.js +28 -0
  168. package/components/display-settings/display-settings.d.ts +117 -0
  169. package/components/display-settings/index.cjs +20 -0
  170. package/components/display-settings/index.d.ts +8 -0
  171. package/components/display-settings/index.js +28 -0
  172. package/components/display-settings/types.d.ts +9 -0
  173. package/components/display-settings-BLVdnS2P.cjs +140 -0
  174. package/components/display-settings-BaUca4WC.js +313 -0
  175. package/components/display-settings-binning/display-settings-binning.d.ts +32 -0
  176. package/components/display-settings-binning/index.cjs +20 -0
  177. package/components/display-settings-binning/index.d.ts +8 -0
  178. package/components/display-settings-binning/index.js +28 -0
  179. package/components/display-settings-binning-BNwdn9lC.cjs +56 -0
  180. package/components/display-settings-binning-DlgU4lX4.js +110 -0
  181. package/components/display-settings-datetime/display-settings-datetime.d.ts +86 -0
  182. package/components/display-settings-datetime/index.cjs +20 -0
  183. package/components/display-settings-datetime/index.d.ts +8 -0
  184. package/components/display-settings-datetime/index.js +28 -0
  185. package/components/display-settings-datetime-BF9hOp8K.cjs +217 -0
  186. package/components/display-settings-datetime-DXcE_L84.js +413 -0
  187. package/components/display-settings-grand-totals/display-settings-grand-totals.d.ts +29 -0
  188. package/components/display-settings-grand-totals/index.cjs +20 -0
  189. package/components/display-settings-grand-totals/index.d.ts +8 -0
  190. package/components/display-settings-grand-totals/index.js +28 -0
  191. package/components/display-settings-grand-totals-CqBebvyl.cjs +44 -0
  192. package/components/display-settings-grand-totals-D3duaMBq.js +89 -0
  193. package/components/display-settings-numeric/display-settings-numeric.d.ts +82 -0
  194. package/components/display-settings-numeric/helpers/constants.d.ts +19 -0
  195. package/components/display-settings-numeric/index.cjs +20 -0
  196. package/components/display-settings-numeric/index.d.ts +8 -0
  197. package/components/display-settings-numeric/index.js +28 -0
  198. package/components/display-settings-numeric-Bpph7Z0c.cjs +190 -0
  199. package/components/display-settings-numeric-C7-eiHxR.js +479 -0
  200. package/components/display-settings-period-over-period/display-settings-period-over-period.d.ts +68 -0
  201. package/components/display-settings-period-over-period/helpers/constants.d.ts +44 -0
  202. package/components/display-settings-period-over-period/index.cjs +20 -0
  203. package/components/display-settings-period-over-period/index.d.ts +8 -0
  204. package/components/display-settings-period-over-period/index.js +28 -0
  205. package/components/display-settings-period-over-period-Bt_7yg70.js +433 -0
  206. package/components/display-settings-period-over-period-Ce-yNJvu.cjs +229 -0
  207. package/components/donut-chart-options.config-D8Bvo6Cc.cjs +20 -0
  208. package/components/donut-chart-options.config-N0MWtn-o.js +207 -0
  209. package/components/donut-chart-positioning.config-BOuKJIMR.cjs +20 -0
  210. package/components/donut-chart-positioning.config-VOymRD6M.js +48 -0
  211. package/components/donut-chart-slots.config-Bi08z-XB.cjs +20 -0
  212. package/components/donut-chart-slots.config-dQrT0g_x.js +39 -0
  213. package/components/dropdown-filter-options.config-BRzYD0KE.cjs +20 -0
  214. package/components/dropdown-filter-options.config-CziqJFPz.js +153 -0
  215. package/components/dropdown-filter-slots.config-CQo3-kIo.js +38 -0
  216. package/components/dropdown-filter-slots.config-CR-Ko6q_.cjs +20 -0
  217. package/components/en-CcLhGxIh.js +21 -0
  218. package/components/en-GB-DzkdeUQh.js +28 -0
  219. package/components/en-GB-uxY5qmIM.cjs +20 -0
  220. package/components/en-US-CcLhGxIh.js +21 -0
  221. package/components/en-US-q_Ruzags.cjs +20 -0
  222. package/components/en-q_Ruzags.cjs +20 -0
  223. package/components/es-D2WbSDXb.js +486 -0
  224. package/components/es-DbsozUJM.cjs +20 -0
  225. package/components/evolution-number-options.config-BfYN1Qgk.js +228 -0
  226. package/components/evolution-number-options.config-CkqNYgWn.cjs +20 -0
  227. package/components/evolution-number-positioning.config-BO5omIBO.js +48 -0
  228. package/components/evolution-number-positioning.config-D2uRKbgg.cjs +20 -0
  229. package/components/evolution-number-slots.config-CBS0b0Yk.js +37 -0
  230. package/components/evolution-number-slots.config-CikuQYgm.cjs +20 -0
  231. package/components/filter-expression-picker/filter-expression-picker.d.ts +73 -0
  232. package/components/filter-expression-picker/index.cjs +20 -0
  233. package/components/filter-expression-picker/index.d.ts +7 -0
  234. package/components/filter-expression-picker/index.js +28 -0
  235. package/components/filter-expression-picker-BciiMtpZ.js +425 -0
  236. package/components/filter-expression-picker-CoK9Eyfu.cjs +38 -0
  237. package/components/filter-item/filter-item.d.ts +84 -0
  238. package/components/filter-item/index.cjs +20 -0
  239. package/components/filter-item/index.d.ts +7 -0
  240. package/components/filter-item/index.js +28 -0
  241. package/components/filter-item-BmXuGhiV.js +242 -0
  242. package/components/filter-item-Du_13KmX.cjs +58 -0
  243. package/components/filter-parameter-picker/filter-parameter-picker.d.ts +25 -0
  244. package/components/filter-parameter-picker/index.cjs +22 -0
  245. package/components/filter-parameter-picker/index.d.ts +7 -0
  246. package/components/filter-parameter-picker/index.js +58 -0
  247. package/components/filter-value-picker/filter-value-picker.d.ts +65 -0
  248. package/components/filter-value-picker/index.cjs +20 -0
  249. package/components/filter-value-picker/index.d.ts +7 -0
  250. package/components/filter-value-picker/index.js +28 -0
  251. package/components/filter-value-picker-CcJP9HyG.cjs +60 -0
  252. package/components/filter-value-picker-DVgv3jjr.js +151 -0
  253. package/components/filter-value-picker-datetime/filter-value-picker-datetime.d.ts +42 -0
  254. package/components/filter-value-picker-datetime/index.cjs +20 -0
  255. package/components/filter-value-picker-datetime/index.d.ts +7 -0
  256. package/components/filter-value-picker-datetime/index.js +28 -0
  257. package/components/filter-value-picker-datetime-C8TlvexC.js +139 -0
  258. package/components/filter-value-picker-datetime-DcJQwICl.cjs +42 -0
  259. package/components/filter-value-picker-hierarchy/filter-value-picker-hierarchy.d.ts +81 -0
  260. package/components/filter-value-picker-hierarchy/index.cjs +20 -0
  261. package/components/filter-value-picker-hierarchy/index.d.ts +7 -0
  262. package/components/filter-value-picker-hierarchy/index.js +28 -0
  263. package/components/filter-value-picker-hierarchy-DuCIK_cQ.cjs +47 -0
  264. package/components/filter-value-picker-hierarchy-p7KmAEfD.js +232 -0
  265. package/components/filter-value-picker-numeric/filter-value-picker-numeric.d.ts +82 -0
  266. package/components/filter-value-picker-numeric/index.cjs +20 -0
  267. package/components/filter-value-picker-numeric/index.d.ts +7 -0
  268. package/components/filter-value-picker-numeric/index.js +28 -0
  269. package/components/filter-value-picker-numeric-CEQteSXv.js +219 -0
  270. package/components/filter-value-picker-numeric-CkuF9VUR.cjs +48 -0
  271. package/components/filters/index.cjs +1 -1
  272. package/components/filters/index.js +1 -1
  273. package/components/filters-CFYjlJk9.cjs +150 -0
  274. package/components/filters-YOx1cv6z.js +400 -0
  275. package/components/formatter-BeXmurVe.cjs +20 -0
  276. package/components/formatter-Cq5dFCyU.js +1473 -0
  277. package/components/formula/index.cjs +1 -1
  278. package/components/formula/index.js +1 -1
  279. package/components/formula-D5Q_PS-K.js +138 -0
  280. package/components/formula-HGRB-nzB.cjs +45 -0
  281. package/components/formula-codemirror/formula-codemirror.d.ts +79 -0
  282. package/components/formula-codemirror/index.d.ts +7 -0
  283. package/components/formula-codemirror/pills/formula-aggregation/formula-aggregation.d.ts +125 -0
  284. package/components/formula-codemirror/pills/formula-aggregation/index.d.ts +7 -0
  285. package/components/formula-codemirror/pills/formula-empty-argument-pill/formula-empty-argument-pill.d.ts +28 -0
  286. package/components/formula-codemirror/pills/formula-empty-argument-pill/index.d.ts +7 -0
  287. package/components/formula-codemirror/pills/formula-include-exclude-panel.d.ts +38 -0
  288. package/components/formula-codemirror-DimorTw-.js +12018 -0
  289. package/components/formula-codemirror-F9csVYEQ.cjs +215 -0
  290. package/components/formula-display-store-Bhx14M2X.cjs +20 -0
  291. package/components/formula-display-store-dkkdggcj.js +1090 -0
  292. package/components/formula-draggable-field/formula-draggable-field.d.ts +53 -0
  293. package/components/formula-draggable-field/index.d.ts +8 -0
  294. package/components/formula-draggable-field/types.d.ts +24 -0
  295. package/components/formula-editor/index.cjs +1 -1
  296. package/components/formula-editor/index.d.ts +1 -0
  297. package/components/formula-editor/index.js +4 -3
  298. package/components/formula-editor-B2HvrGdp.js +666 -0
  299. package/components/formula-editor-Cfan0Njf.cjs +218 -0
  300. package/components/formula-field/formula-field.d.ts +20 -0
  301. package/components/formula-field/index.cjs +20 -0
  302. package/components/formula-field/index.d.ts +7 -0
  303. package/components/formula-field/index.js +28 -0
  304. package/components/formula-field-B-471pmk.cjs +20 -0
  305. package/components/formula-field-DVUuiFVC.js +40 -0
  306. package/components/formula-input-base-CHF-NVew.cjs +49 -0
  307. package/components/formula-input-base-XQo00D8V.js +236 -0
  308. package/components/fr-D0jP-0QP.js +486 -0
  309. package/components/fr-E4npvQVn.cjs +20 -0
  310. package/components/funnel-chart-options.config-BVmrhzna.cjs +20 -0
  311. package/components/funnel-chart-options.config-D8fqrJvi.js +187 -0
  312. package/components/funnel-chart-positioning.config-D61EoLfa.cjs +20 -0
  313. package/components/funnel-chart-positioning.config-DTlmceYZ.js +48 -0
  314. package/components/funnel-chart-slots.config-B8zC6Q6_.cjs +20 -0
  315. package/components/funnel-chart-slots.config-CeGu8stc.js +43 -0
  316. package/components/get-css-variable-B8sJUuig.cjs +20 -0
  317. package/components/get-css-variable-r1spgqX0.js +63 -0
  318. package/components/get-dataset-name-B24ms5Si.js +27 -0
  319. package/components/get-dataset-name-DHSjl0Xg.cjs +20 -0
  320. package/components/groupings-BJ89rBBj.cjs +20 -0
  321. package/components/groupings-BQl_7M6c.js +52 -0
  322. package/components/heat-map-options.config-5zjlVaa0.js +224 -0
  323. package/components/heat-map-options.config-xPdOcXDk.cjs +20 -0
  324. package/components/heat-map-positioning.config-Bm4O1kO-.cjs +20 -0
  325. package/components/heat-map-positioning.config-BtPM-mdL.js +48 -0
  326. package/components/heat-map-slots.config-DBkkcvMN.js +37 -0
  327. package/components/heat-map-slots.config-Wp_oS8JQ.cjs +20 -0
  328. package/components/heat-table-options.config-Blcs4JjF.js +372 -0
  329. package/components/heat-table-options.config-DPbTFoRn.cjs +20 -0
  330. package/components/heat-table-positioning.config-BGs7-swK.cjs +20 -0
  331. package/components/heat-table-positioning.config-BSmgGTV-.js +55 -0
  332. package/components/heat-table-slots.config-BN7rtHZG.cjs +20 -0
  333. package/components/heat-table-slots.config-CJOXI-Sf.js +49 -0
  334. package/components/hexbin-map-options.config-CSFSqpMU.cjs +20 -0
  335. package/components/hexbin-map-options.config-D5o0k890.js +276 -0
  336. package/components/hexbin-map-positioning.config-6tI7Fsx6.cjs +20 -0
  337. package/components/hexbin-map-positioning.config-DN6UPACN.js +48 -0
  338. package/components/hexbin-map-slots.config-CpJIfl6o.js +37 -0
  339. package/components/hexbin-map-slots.config-mx5zUTrA.cjs +20 -0
  340. package/components/image-options.config-C46UQpMq.js +153 -0
  341. package/components/image-options.config-DZ5q1D63.cjs +20 -0
  342. package/components/image-slots.config-DjaT4mUk.js +24 -0
  343. package/components/image-slots.config-ODQBVz5H.cjs +20 -0
  344. package/components/index.cjs +1 -749
  345. package/components/index.js +64 -5577
  346. package/components/interactive-viz-item/helpers/chart-helpers.d.ts +7 -0
  347. package/components/interactive-viz-item/index.cjs +20 -0
  348. package/components/interactive-viz-item/index.d.ts +10 -0
  349. package/components/interactive-viz-item/index.js +28 -0
  350. package/components/interactive-viz-item/interactive-viz-item.d.ts +96 -0
  351. package/components/interactive-viz-item/types.d.ts +117 -0
  352. package/components/interactive-viz-item-COsyvG-7.cjs +247 -0
  353. package/components/interactive-viz-item-xwBNcoFX.js +693 -0
  354. package/components/item-grid/index.cjs +1 -1
  355. package/components/item-grid/index.js +1 -1
  356. package/components/item-grid-1AHf6uNh.js +4559 -0
  357. package/components/item-grid-BTWZLR9l.cjs +113 -0
  358. package/components/item-menu/item-list/item-list.d.ts +37 -0
  359. package/components/item-option/index.cjs +1 -1
  360. package/components/item-option/index.js +1 -1
  361. package/components/item-option-D6mIG3C2.cjs +252 -0
  362. package/components/item-option-DiKf1I-V.js +919 -0
  363. package/components/item-option-action-button-group/index.cjs +1 -1
  364. package/components/item-option-action-button-group/index.js +1 -1
  365. package/components/item-option-action-button-group-DZVGBwVB.cjs +53 -0
  366. package/components/item-option-action-button-group-_MTf9Kyg.js +118 -0
  367. package/components/item-option-base/item-option-base.d.ts +23 -0
  368. package/components/item-option-base-72_Lz4oa.js +123 -0
  369. package/components/item-option-base-D4uG83bv.cjs +56 -0
  370. package/components/item-option-color-palette-picker/index.cjs +1 -1
  371. package/components/item-option-color-palette-picker/index.js +1 -1
  372. package/components/item-option-color-palette-picker-9LzOFRqA.cjs +40 -0
  373. package/components/item-option-color-palette-picker-D6ZtQuby.js +2041 -0
  374. package/components/item-option-color-picker/index.cjs +1 -1
  375. package/components/item-option-color-picker/index.js +1 -1
  376. package/components/item-option-color-picker-Bzfx2m97.cjs +34 -0
  377. package/components/item-option-color-picker-CJ8QNFEa.js +87 -0
  378. package/components/item-option-color-range/index.cjs +1 -1
  379. package/components/item-option-color-range/index.js +1 -1
  380. package/components/item-option-color-range-DDwD_l1L.js +220 -0
  381. package/components/item-option-color-range-DbjFNFga.cjs +98 -0
  382. package/components/item-option-multi-language-field/index.cjs +1 -1
  383. package/components/item-option-multi-language-field/index.js +1 -1
  384. package/components/item-option-multi-language-field-CLUOInEz.cjs +33 -0
  385. package/components/item-option-multi-language-field-DqGIz3c2.js +82 -0
  386. package/components/item-option-number-field/index.cjs +1 -1
  387. package/components/item-option-number-field/index.js +1 -1
  388. package/components/item-option-number-field-CALHe4NE.js +102 -0
  389. package/components/item-option-number-field-rOKqFeZL.cjs +38 -0
  390. package/components/item-option-panel/index.cjs +1 -1
  391. package/components/item-option-panel/index.js +1 -1
  392. package/components/item-option-panel-BETP4EXN.cjs +67 -0
  393. package/components/item-option-panel-VqBQ4vCD.js +183 -0
  394. package/components/item-option-picker/index.cjs +1 -1
  395. package/components/item-option-picker/index.js +1 -1
  396. package/components/item-option-picker-B1c4lBTC.js +77 -0
  397. package/components/item-option-picker-D8m-VrSA.cjs +37 -0
  398. package/components/item-option-position-picker/index.cjs +1 -1
  399. package/components/item-option-position-picker/index.js +1 -1
  400. package/components/item-option-position-picker-3saFBaim.cjs +32 -0
  401. package/components/item-option-position-picker-suuQsaHa.js +117 -0
  402. package/components/item-option-positions-number-field/index.cjs +1 -1
  403. package/components/item-option-positions-number-field/index.js +1 -1
  404. package/components/item-option-positions-number-field-C8Fdb51M.js +164 -0
  405. package/components/item-option-positions-number-field-DWEE8FIS.cjs +49 -0
  406. package/components/item-option-radio-button-group/index.cjs +1 -1
  407. package/components/item-option-radio-button-group/index.js +1 -1
  408. package/components/item-option-radio-button-group-CIZlII80.cjs +37 -0
  409. package/components/item-option-radio-button-group-CsqrAsWc.js +74 -0
  410. package/components/item-option-slider/index.cjs +1 -1
  411. package/components/item-option-slider/index.js +1 -1
  412. package/components/item-option-slider-C0PwAy27.cjs +33 -0
  413. package/components/item-option-slider-DeHoSEtb.js +81 -0
  414. package/components/item-option-switch/index.cjs +1 -1
  415. package/components/item-option-switch/index.js +1 -1
  416. package/components/item-option-switch-BByrv8oZ.cjs +30 -0
  417. package/components/item-option-switch-D7YzsVwc.js +69 -0
  418. package/components/item-option-text-field/index.cjs +1 -1
  419. package/components/item-option-text-field/index.js +1 -1
  420. package/components/item-option-text-field-C9y2J3bZ.js +80 -0
  421. package/components/item-option-text-field-edIJYLwK.cjs +33 -0
  422. package/components/item-options-configs.cjs +1 -1
  423. package/components/item-options-configs.js +45 -45
  424. package/components/item-slot-drop/index.cjs +1 -1
  425. package/components/item-slot-drop/index.d.ts +2 -0
  426. package/components/item-slot-drop/index.js +1 -1
  427. package/components/item-slot-drop-BioBKinp.cjs +91 -0
  428. package/components/item-slot-drop-BpdhUeHr.js +331 -0
  429. package/components/item-slot-drop-panel/index.cjs +1 -1
  430. package/components/item-slot-drop-panel/index.js +1 -1
  431. package/components/item-slot-drop-panel-Cfak8X0X.js +355 -0
  432. package/components/item-slot-drop-panel-DsWaCS45.cjs +57 -0
  433. package/components/item-slot-picker/index.cjs +1 -1
  434. package/components/item-slot-picker/index.js +1 -1
  435. package/components/item-slot-picker-BKZzESjJ.cjs +174 -0
  436. package/components/item-slot-picker-Dsktaddk.js +505 -0
  437. package/components/item-slot-picker-panel/index.cjs +1 -1
  438. package/components/item-slot-picker-panel/index.js +1 -1
  439. package/components/item-slot-picker-panel-DHRq0Fdl.js +448 -0
  440. package/components/item-slot-picker-panel-DupK23lZ.cjs +81 -0
  441. package/components/item-slots-configs.cjs +1 -1
  442. package/components/item-slots-configs.js +45 -45
  443. package/components/line-chart-options.config-BkK829A2.cjs +20 -0
  444. package/components/line-chart-options.config-KFAaQqB_.js +168 -0
  445. package/components/line-chart-positioning.config-C0RfTCDE.cjs +20 -0
  446. package/components/line-chart-positioning.config-Djwg-IFN.js +55 -0
  447. package/components/line-chart-slots.config-D0jaC82U.js +55 -0
  448. package/components/line-chart-slots.config-vv66fcoE.cjs +20 -0
  449. package/components/load-data-fields-for-datasets-BNnr8x3m.js +42 -0
  450. package/components/load-data-fields-for-datasets-CW4Voiex.cjs +20 -0
  451. package/components/localized-mixin-BsdiWv93.js +45 -0
  452. package/components/localized-mixin-CICfOIAL.cjs +20 -0
  453. package/components/marker-map-options.config-BfPFVxpD.cjs +20 -0
  454. package/components/marker-map-options.config-D0RmFKKM.js +117 -0
  455. package/components/marker-map-positioning.config-C_iKxInT.js +48 -0
  456. package/components/marker-map-positioning.config-D3z2_PYt.cjs +20 -0
  457. package/components/marker-map-slots.config-DigZk7lN.cjs +20 -0
  458. package/components/marker-map-slots.config-DsMklO0v.js +37 -0
  459. package/components/nl-8nHhvKVN.js +486 -0
  460. package/components/nl-Ct89Nnbs.cjs +20 -0
  461. package/components/ohlc-chart-options.config-BBdUKmJ9.js +65 -0
  462. package/components/ohlc-chart-options.config-BsBVP-Io.cjs +20 -0
  463. package/components/ohlc-chart-positioning.config-B6cmVTir.js +78 -0
  464. package/components/ohlc-chart-positioning.config-Bb4fYPeO.cjs +20 -0
  465. package/components/ohlc-chart-slots.config-BiQn5Kdg.js +68 -0
  466. package/components/ohlc-chart-slots.config-D3fzoQJH.cjs +20 -0
  467. package/components/parallel-coordinates-plot-options.config--6iJkURT.cjs +20 -0
  468. package/components/parallel-coordinates-plot-options.config-KJrOL0Sr.js +42 -0
  469. package/components/parallel-coordinates-plot-positioning.config-BsJW1FP-.js +48 -0
  470. package/components/parallel-coordinates-plot-positioning.config-cFfEWBCQ.cjs +20 -0
  471. package/components/parallel-coordinates-plot-slots.config-B7QY714-.js +46 -0
  472. package/components/parallel-coordinates-plot-slots.config-s_tLqGA-.cjs +20 -0
  473. package/components/period-over-period-condition.const-BZ7j5Z5t.js +29 -0
  474. package/components/period-over-period-condition.const-C1NZ9Bkp.cjs +20 -0
  475. package/components/pivot-table-options.config-CKGnnXa_.cjs +20 -0
  476. package/components/pivot-table-options.config-DEmZ_EQi.js +245 -0
  477. package/components/pivot-table-positioning.config-CMAsxlCi.cjs +20 -0
  478. package/components/pivot-table-positioning.config-D1L_TBUC.js +55 -0
  479. package/components/pivot-table-slots.config-DpDaXLdw.js +55 -0
  480. package/components/pivot-table-slots.config-KlYXL90k.cjs +20 -0
  481. package/components/pragmatic-element-adapter-C_7HSvGV.js +1252 -0
  482. package/components/pragmatic-element-adapter-DPWYJiW9.cjs +24 -0
  483. package/components/pyramid-chart-options.config-8QtjhcJC.cjs +20 -0
  484. package/components/pyramid-chart-options.config-DiD3QFps.js +240 -0
  485. package/components/pyramid-chart-positioning.config-BF_YUB98.js +55 -0
  486. package/components/pyramid-chart-positioning.config-BPlmVwKw.cjs +20 -0
  487. package/components/pyramid-chart-slots.config-BrKgartT.js +50 -0
  488. package/components/pyramid-chart-slots.config-CreUpxI2.cjs +20 -0
  489. package/components/radar-chart-options.config-COBM2L3R.js +130 -0
  490. package/components/radar-chart-options.config-DvW36_zk.cjs +20 -0
  491. package/components/radar-chart-positioning.config-Be3DzcOK.js +55 -0
  492. package/components/radar-chart-positioning.config-OcJlRx0R.cjs +20 -0
  493. package/components/radar-chart-slots.config-B3oIp-8w.cjs +20 -0
  494. package/components/radar-chart-slots.config-SivEBhuj.js +53 -0
  495. package/components/regular-table-options.config-B0WNqEjR.cjs +20 -0
  496. package/components/regular-table-options.config-B0zRcsWM.js +148 -0
  497. package/components/regular-table-slots.config-M2axBXl4.js +35 -0
  498. package/components/regular-table-slots.config-UwzWj6gg.cjs +20 -0
  499. package/components/route-map-options.config-CYNKz_Xm.cjs +20 -0
  500. package/components/route-map-options.config-CrMrDQ_l.js +326 -0
  501. package/components/route-map-positioning.config-Bh57uCEW.js +66 -0
  502. package/components/route-map-positioning.config-DRK2m99b.cjs +20 -0
  503. package/components/route-map-slots.config-COCoP99E.js +59 -0
  504. package/components/route-map-slots.config-DfYT65BF.cjs +20 -0
  505. package/components/sankey-diagram-options.config-BYLiy1UX.js +126 -0
  506. package/components/sankey-diagram-options.config-D49IZ1y3.cjs +20 -0
  507. package/components/sankey-diagram-positioning.config-D7Jtuhko.cjs +20 -0
  508. package/components/sankey-diagram-positioning.config-iIPclYoY.js +66 -0
  509. package/components/sankey-diagram-slots.config-C-sqtrS-.js +61 -0
  510. package/components/sankey-diagram-slots.config-D-_u4w36.cjs +20 -0
  511. package/components/scatter-plot-options.config-BETVLevv.cjs +20 -0
  512. package/components/scatter-plot-options.config-BpUYcLt-.js +302 -0
  513. package/components/scatter-plot-positioning.config-1QiXjsOV.cjs +20 -0
  514. package/components/scatter-plot-positioning.config-CanuubeV.js +77 -0
  515. package/components/scatter-plot-slots.config-CrG6wQtV.cjs +20 -0
  516. package/components/scatter-plot-slots.config-Dg78lS25.js +74 -0
  517. package/components/search-filter-options.config-B-dGVPhS.cjs +20 -0
  518. package/components/search-filter-options.config-lGQ-biU5.js +103 -0
  519. package/components/search-filter-slots.config-BhDSDpNd.js +39 -0
  520. package/components/search-filter-slots.config-DP06ulJA.cjs +20 -0
  521. package/components/set-locale-CDdUWJUq.cjs +20 -0
  522. package/components/set-locale-D4CaVip4.js +43 -0
  523. package/components/slicer-filter-options.config-7OXpRWtw.cjs +20 -0
  524. package/components/slicer-filter-options.config-B6rxZYcl.js +226 -0
  525. package/components/slicer-filter-positioning.config-B7HlZizi.cjs +20 -0
  526. package/components/slicer-filter-positioning.config-BLkIaQQJ.js +48 -0
  527. package/components/slicer-filter-slots.config-CHKpdJvF.cjs +20 -0
  528. package/components/slicer-filter-slots.config-XtuZoiId.js +44 -0
  529. package/components/slider-filter-options.config-C7-5aoaC.js +72 -0
  530. package/components/slider-filter-options.config-CRdbX1IJ.cjs +20 -0
  531. package/components/slider-filter-slots.config-9R298H0t.cjs +20 -0
  532. package/components/slider-filter-slots.config-BYkIGVvh.js +43 -0
  533. package/components/slot-menu/index.cjs +20 -0
  534. package/components/slot-menu/index.d.ts +10 -0
  535. package/components/slot-menu/index.js +28 -0
  536. package/components/slot-menu/slot-menu.d.ts +148 -0
  537. package/components/slot-menu/types.d.ts +24 -0
  538. package/components/slot-menu-B0TdqTeU.js +426 -0
  539. package/components/slot-menu-Cl3x8mjj.cjs +71 -0
  540. package/components/slot-menu-list/index.cjs +20 -0
  541. package/components/slot-menu-list/index.d.ts +8 -0
  542. package/components/slot-menu-list/index.js +28 -0
  543. package/components/slot-menu-list/slot-menu-list.d.ts +47 -0
  544. package/components/slot-menu-list-B9TBCRxe.cjs +44 -0
  545. package/components/slot-menu-list-DlZoh014.js +347 -0
  546. package/components/slot-role-classification-2wChhpcq.cjs +20 -0
  547. package/components/slot-role-classification-B8bkGhQ_.js +133 -0
  548. package/components/slots-config-DMC15sjT.js +77 -0
  549. package/components/slots-config-DVH0lz6t.cjs +20 -0
  550. package/components/speedometer-chart-options.config-Bd3-G7S7.js +246 -0
  551. package/components/speedometer-chart-options.config-BsIu28S3.cjs +20 -0
  552. package/components/speedometer-chart-positioning.config-ChZlrktw.js +48 -0
  553. package/components/speedometer-chart-positioning.config-DLyYBstR.cjs +20 -0
  554. package/components/speedometer-chart-slots.config-CkeiXSCy.js +39 -0
  555. package/components/speedometer-chart-slots.config-S_hQm2MV.cjs +20 -0
  556. package/components/spike-map-options.config-B_2BXI_9.js +413 -0
  557. package/components/spike-map-options.config-aaiZyME6.cjs +20 -0
  558. package/components/spike-map-positioning.config--1BDkwc2.cjs +20 -0
  559. package/components/spike-map-positioning.config-Bd85irgl.js +55 -0
  560. package/components/spike-map-slots.config-C44Vxsit.js +47 -0
  561. package/components/spike-map-slots.config-cKfaD6dQ.cjs +20 -0
  562. package/components/strip-plot-options.config-By62J2Jj.js +53 -0
  563. package/components/strip-plot-options.config-TB3rkoj2.cjs +20 -0
  564. package/components/strip-plot-positioning.config-C6QwpxOm.js +48 -0
  565. package/components/strip-plot-positioning.config-dBrlDJ1t.cjs +20 -0
  566. package/components/strip-plot-slots.config-DNYlrK_c.cjs +20 -0
  567. package/components/strip-plot-slots.config-xsNFXerT.js +38 -0
  568. package/components/sunburst-chart-options.config-Ckk_kY_s.cjs +20 -0
  569. package/components/sunburst-chart-options.config-DwQwkQxR.js +160 -0
  570. package/components/sunburst-chart-positioning.config-BCByMy4k.js +48 -0
  571. package/components/sunburst-chart-positioning.config-DdrE80fO.cjs +20 -0
  572. package/components/sunburst-chart-slots.config-D6Z2_Kh_.js +38 -0
  573. package/components/sunburst-chart-slots.config-DkUUt5RF.cjs +20 -0
  574. package/components/symbol-map-options.config-56eoWz4w.cjs +20 -0
  575. package/components/symbol-map-options.config-uXEbOHWD.js +157 -0
  576. package/components/symbol-map-positioning.config-GruDumfg.cjs +20 -0
  577. package/components/symbol-map-positioning.config-sg4xS30s.js +55 -0
  578. package/components/symbol-map-slots.config-CHTIkMw4.js +53 -0
  579. package/components/symbol-map-slots.config-DwNf547A.cjs +20 -0
  580. package/components/text-options.config-B5y7YAqT.js +67 -0
  581. package/components/text-options.config-BwBCG2yo.cjs +20 -0
  582. package/components/text-slots.config-CPghLc8b.cjs +20 -0
  583. package/components/text-slots.config-sFoowMc6.js +24 -0
  584. package/components/treemap-chart-options.config-BouAbrk0.js +184 -0
  585. package/components/treemap-chart-options.config-r6biULUj.cjs +20 -0
  586. package/components/treemap-chart-positioning.config-B4HptgcF.cjs +20 -0
  587. package/components/treemap-chart-positioning.config-DPf011uh.js +55 -0
  588. package/components/treemap-chart-slots.config-BjHBRWDJ.js +47 -0
  589. package/components/treemap-chart-slots.config-CS3ot6ZJ.cjs +20 -0
  590. package/components/utils/base.cjs +1 -1
  591. package/components/utils/base.js +2 -2
  592. package/components/utils/store.cjs +1 -1
  593. package/components/utils/store.js +2 -2
  594. package/components/utils-ApDFkgMX.js +240 -0
  595. package/components/utils-BXPde8Tt.cjs +20 -0
  596. package/components/utils.cjs +1 -1
  597. package/components/utils.js +9 -6
  598. package/components/v4-DIjJgmR0.js +49 -0
  599. package/components/venn-diagram-options.config-BZWBYEhB.js +24 -0
  600. package/components/venn-diagram-options.config-BamlR1qo.cjs +20 -0
  601. package/components/venn-diagram-positioning.config-CqO3fp68.cjs +20 -0
  602. package/components/venn-diagram-positioning.config-DwhJGj84.js +55 -0
  603. package/components/venn-diagram-slots.config-CM0HPIPD.js +47 -0
  604. package/components/venn-diagram-slots.config-DYTmU8v2.cjs +20 -0
  605. package/components/video-options.config-BhBpkaLJ.cjs +20 -0
  606. package/components/video-options.config-DWuy1OHa.js +127 -0
  607. package/components/video-slots.config-B_aDlTp6.js +24 -0
  608. package/components/video-slots.config-DMut7o7r.cjs +20 -0
  609. package/components/viz-item-menu/index.cjs +20 -0
  610. package/components/viz-item-menu/index.d.ts +8 -0
  611. package/components/viz-item-menu/index.js +28 -0
  612. package/components/viz-item-menu/types.d.ts +9 -0
  613. package/components/viz-item-menu/viz-item-menu.d.ts +75 -0
  614. package/components/viz-item-menu-6lBtiv3Y.js +170 -0
  615. package/components/viz-item-menu-DpL4Pgjm.cjs +55 -0
  616. package/components/wordcloud-chart-options.config-D041tFDG.js +90 -0
  617. package/components/wordcloud-chart-options.config-DgH4JgN2.cjs +20 -0
  618. package/components/wordcloud-chart-positioning.config-Bp4XE85G.js +55 -0
  619. package/components/wordcloud-chart-positioning.config-ByTxkJHo.cjs +20 -0
  620. package/components/wordcloud-chart-slots.config-Cy-Jgcaq.js +45 -0
  621. package/components/wordcloud-chart-slots.config-V29v2Fhr.cjs +20 -0
  622. package/custom-elements.json +16526 -5978
  623. package/deprecated-react/components/ai-chat.component.cjs +1 -0
  624. package/deprecated-react/components/ai-interaction-textarea.component.cjs +1 -0
  625. package/deprecated-react/components/data-field-level.component.cjs +1 -0
  626. package/deprecated-react/components/data-field-panel.component.cjs +1 -0
  627. package/deprecated-react/components/data-field.component.cjs +1 -0
  628. package/deprecated-react/components/data-fields-select.component.cjs +1 -0
  629. package/deprecated-react/components/dataset-icon.component.cjs +1 -0
  630. package/deprecated-react/components/dataset-selector-list.component.cjs +1 -0
  631. package/deprecated-react/components/dataset-selector-row.component.cjs +1 -0
  632. package/deprecated-react/components/display-settings-binning.component.cjs +1 -0
  633. package/deprecated-react/components/display-settings-datetime.component.cjs +1 -0
  634. package/deprecated-react/components/display-settings-grand-totals.component.cjs +1 -0
  635. package/deprecated-react/components/display-settings-numeric.component.cjs +1 -0
  636. package/deprecated-react/components/display-settings-period-over-period.component.cjs +1 -0
  637. package/deprecated-react/components/display-settings.component.cjs +1 -0
  638. package/deprecated-react/components/filter-expression-picker.component.cjs +1 -0
  639. package/deprecated-react/components/filter-item.component.cjs +1 -0
  640. package/deprecated-react/components/filter-parameter-picker.component.cjs +1 -0
  641. package/deprecated-react/components/filter-value-picker-datetime.component.cjs +1 -0
  642. package/deprecated-react/components/filter-value-picker-hierarchy.component.cjs +1 -0
  643. package/deprecated-react/components/filter-value-picker-numeric.component.cjs +1 -0
  644. package/deprecated-react/components/filter-value-picker.component.cjs +1 -0
  645. package/deprecated-react/components/filters.component.cjs +1 -0
  646. package/deprecated-react/components/formula-editor.component.cjs +1 -0
  647. package/deprecated-react/components/formula-field.component.cjs +1 -0
  648. package/deprecated-react/components/formula.component.cjs +1 -0
  649. package/deprecated-react/components/interactive-viz-item.component.cjs +1 -0
  650. package/deprecated-react/components/item-grid.component.cjs +1 -0
  651. package/deprecated-react/components/item-option-action-button-group.component.cjs +1 -0
  652. package/deprecated-react/components/item-option-color-palette-picker.component.cjs +1 -0
  653. package/deprecated-react/components/item-option-color-picker.component.cjs +1 -0
  654. package/deprecated-react/components/item-option-color-range.component.cjs +1 -0
  655. package/deprecated-react/components/item-option-multi-language-field.component.cjs +1 -0
  656. package/deprecated-react/components/item-option-number-field.component.cjs +1 -0
  657. package/deprecated-react/components/item-option-panel.component.cjs +1 -0
  658. package/deprecated-react/components/item-option-picker.component.cjs +1 -0
  659. package/deprecated-react/components/item-option-position-picker.component.cjs +1 -0
  660. package/deprecated-react/components/item-option-positions-number-field.component.cjs +1 -0
  661. package/deprecated-react/components/item-option-radio-button-group.component.cjs +1 -0
  662. package/deprecated-react/components/item-option-slider.component.cjs +1 -0
  663. package/deprecated-react/components/item-option-switch.component.cjs +1 -0
  664. package/deprecated-react/components/item-option-text-field.component.cjs +1 -0
  665. package/deprecated-react/components/item-option.component.cjs +1 -0
  666. package/deprecated-react/components/item-slot-drop-panel.component.cjs +1 -0
  667. package/deprecated-react/components/item-slot-drop.component.cjs +1 -0
  668. package/deprecated-react/components/item-slot-picker-panel.component.cjs +1 -0
  669. package/deprecated-react/components/item-slot-picker.component.cjs +1 -0
  670. package/deprecated-react/components/slot-menu-list.component.cjs +1 -0
  671. package/deprecated-react/components/slot-menu.component.cjs +1 -0
  672. package/deprecated-react/components/viz-item-menu.component.cjs +1 -0
  673. package/deprecated-react/index.cjs +2 -0
  674. package/deprecated-react/index.d.ts +2 -0
  675. package/deprecated-react/index.js +2 -0
  676. package/index.d.ts +24 -0
  677. package/package.json +134 -17
  678. package/react/README.md +26 -44
  679. package/react/components/ai-chat.component.ts +45 -0
  680. package/react/components/ai-interaction-textarea.component.ts +30 -0
  681. package/react/components/data-field-level.component.ts +30 -0
  682. package/react/components/data-fields-select.component.ts +27 -0
  683. package/react/components/dataset-icon.component.ts +22 -0
  684. package/react/components/dataset-selector-list.component.ts +27 -0
  685. package/react/components/dataset-selector-row.component.ts +30 -0
  686. package/react/components/display-settings-binning.component.ts +27 -0
  687. package/react/components/display-settings-datetime.component.ts +27 -0
  688. package/react/components/display-settings-grand-totals.component.ts +27 -0
  689. package/react/components/display-settings-numeric.component.ts +27 -0
  690. package/react/components/display-settings-period-over-period.component.ts +27 -0
  691. package/react/components/display-settings.component.ts +33 -0
  692. package/react/components/filter-expression-picker.component.ts +27 -0
  693. package/react/components/filter-item.component.ts +27 -0
  694. package/react/components/filter-parameter-picker.component.ts +22 -0
  695. package/react/components/filter-value-picker-datetime.component.ts +27 -0
  696. package/react/components/filter-value-picker-hierarchy.component.ts +27 -0
  697. package/react/components/filter-value-picker-numeric.component.ts +27 -0
  698. package/react/components/filter-value-picker.component.ts +27 -0
  699. package/react/components/formula-editor.component.ts +3 -3
  700. package/react/components/formula-field.component.ts +30 -0
  701. package/react/components/interactive-viz-item.component.ts +33 -0
  702. package/react/components/slot-menu-list.component.ts +27 -0
  703. package/react/components/slot-menu.component.ts +42 -0
  704. package/react/components/viz-item-menu.component.ts +33 -0
  705. package/react/esm/components/ai-chat.component.d.ts +24 -0
  706. package/react/esm/components/ai-chat.component.js +29 -0
  707. package/react/esm/components/ai-interaction-textarea.component.d.ts +14 -0
  708. package/react/esm/components/ai-interaction-textarea.component.js +19 -0
  709. package/react/esm/components/data-field-level.component.d.ts +14 -0
  710. package/react/esm/components/data-field-level.component.js +19 -0
  711. package/react/esm/components/data-fields-select.component.d.ts +12 -0
  712. package/react/esm/components/data-fields-select.component.js +17 -0
  713. package/react/esm/components/dataset-icon.component.d.ts +8 -0
  714. package/react/esm/components/dataset-icon.component.js +13 -0
  715. package/react/esm/components/dataset-selector-list.component.d.ts +12 -0
  716. package/react/esm/components/dataset-selector-list.component.js +17 -0
  717. package/react/esm/components/dataset-selector-row.component.d.ts +14 -0
  718. package/react/esm/components/dataset-selector-row.component.js +19 -0
  719. package/react/esm/components/display-settings-binning.component.d.ts +12 -0
  720. package/react/esm/components/display-settings-binning.component.js +17 -0
  721. package/react/esm/components/display-settings-datetime.component.d.ts +12 -0
  722. package/react/esm/components/display-settings-datetime.component.js +17 -0
  723. package/react/esm/components/display-settings-grand-totals.component.d.ts +12 -0
  724. package/react/esm/components/display-settings-grand-totals.component.js +17 -0
  725. package/react/esm/components/display-settings-numeric.component.d.ts +12 -0
  726. package/react/esm/components/display-settings-numeric.component.js +17 -0
  727. package/react/esm/components/display-settings-period-over-period.component.d.ts +12 -0
  728. package/react/esm/components/display-settings-period-over-period.component.js +17 -0
  729. package/react/esm/components/display-settings.component.d.ts +16 -0
  730. package/react/esm/components/display-settings.component.js +21 -0
  731. package/react/esm/components/filter-expression-picker.component.d.ts +12 -0
  732. package/react/esm/components/filter-expression-picker.component.js +17 -0
  733. package/react/esm/components/filter-item.component.d.ts +12 -0
  734. package/react/esm/components/filter-item.component.js +17 -0
  735. package/react/esm/components/filter-parameter-picker.component.d.ts +8 -0
  736. package/react/esm/components/filter-parameter-picker.component.js +13 -0
  737. package/react/esm/components/filter-value-picker-datetime.component.d.ts +12 -0
  738. package/react/esm/components/filter-value-picker-datetime.component.js +17 -0
  739. package/react/esm/components/filter-value-picker-hierarchy.component.d.ts +12 -0
  740. package/react/esm/components/filter-value-picker-hierarchy.component.js +17 -0
  741. package/react/esm/components/filter-value-picker-numeric.component.d.ts +12 -0
  742. package/react/esm/components/filter-value-picker-numeric.component.js +17 -0
  743. package/react/esm/components/filter-value-picker.component.d.ts +12 -0
  744. package/react/esm/components/filter-value-picker.component.js +17 -0
  745. package/react/esm/components/formula-editor.component.d.ts +2 -2
  746. package/react/esm/components/formula-field.component.d.ts +14 -0
  747. package/react/esm/components/formula-field.component.js +19 -0
  748. package/react/esm/components/interactive-viz-item.component.d.ts +16 -0
  749. package/react/esm/components/interactive-viz-item.component.js +21 -0
  750. package/react/esm/components/slot-menu-list.component.d.ts +12 -0
  751. package/react/esm/components/slot-menu-list.component.js +17 -0
  752. package/react/esm/components/slot-menu.component.d.ts +22 -0
  753. package/react/esm/components/slot-menu.component.js +27 -0
  754. package/react/esm/components/viz-item-menu.component.d.ts +16 -0
  755. package/react/esm/components/viz-item-menu.component.js +21 -0
  756. package/react/esm/index.d.ts +27 -2
  757. package/react/esm/index.js +102 -2
  758. package/react/index.ts +102 -2
  759. package/react/luzmo-stub.d.ts +140 -26
  760. package/react/package.json +35 -0
  761. package/react/tsconfig.json +3 -5
  762. package/storybook/register-components.d.ts +51 -0
  763. package/types/ai-chat.types.d.ts +95 -0
  764. package/types/data-field-events.types.d.ts +7 -0
  765. package/types.d.ts +8 -0
  766. package/utils/ai-prompt/attachments.d.ts +10 -0
  767. package/utils/ai-prompt/dictation.d.ts +50 -0
  768. package/utils/ai-prompt/image-upload.d.ts +12 -0
  769. package/utils/ai-prompt/index.d.ts +6 -0
  770. package/utils/store/index.d.ts +5 -5
  771. package/utils/store/store-registry.d.ts +1 -1
  772. package/components/area-chart-options.config-CJYI-zcZ.cjs +0 -20
  773. package/components/area-chart-options.config-CxJWxcD9.js +0 -146
  774. package/components/area-chart-positioning.config-CE8lOCfT.cjs +0 -20
  775. package/components/area-chart-positioning.config-CQW5h7Eg.js +0 -55
  776. package/components/area-chart-slots.config-B56LJaky.cjs +0 -20
  777. package/components/area-chart-slots.config-C22ZF9l0.js +0 -55
  778. package/components/bar-chart-options.config-BAatAyhW.js +0 -220
  779. package/components/bar-chart-options.config-D2a-U6kG.cjs +0 -20
  780. package/components/bar-chart-positioning.config-DFI1wzOQ.cjs +0 -20
  781. package/components/bar-chart-positioning.config-DaH_x_VU.js +0 -59
  782. package/components/bar-chart-slots.config-BbgFihbK.js +0 -50
  783. package/components/bar-chart-slots.config-CkOVmYcA.cjs +0 -20
  784. package/components/base-CYiGlWug.cjs +0 -20
  785. package/components/base-p2I4mVSW.js +0 -248
  786. package/components/base-store-D0jbv0bE.js +0 -160
  787. package/components/base-store-ab2wBsBE.cjs +0 -20
  788. package/components/box-plot-options.config-BuX2wNhp.js +0 -296
  789. package/components/box-plot-options.config-Di28EvZb.cjs +0 -20
  790. package/components/box-plot-positioning.config-FOyav5Zq.cjs +0 -20
  791. package/components/box-plot-positioning.config-K2tQGMig.js +0 -48
  792. package/components/box-plot-slots.config-DL-tTTn9.cjs +0 -20
  793. package/components/box-plot-slots.config-OeublT6p.js +0 -40
  794. package/components/bubble-chart-options.config-C_XQOHgH.js +0 -115
  795. package/components/bubble-chart-options.config-CnpBrIo6.cjs +0 -20
  796. package/components/bubble-chart-positioning.config-B6DXfqa4.cjs +0 -20
  797. package/components/bubble-chart-positioning.config-D2fwO2JM.js +0 -55
  798. package/components/bubble-chart-slots.config-Bdy20Xqs.js +0 -47
  799. package/components/bubble-chart-slots.config-smlOOwcK.cjs +0 -20
  800. package/components/bullet-chart-options.config-6nATAuC3.cjs +0 -20
  801. package/components/bullet-chart-options.config-h5BFyszP.js +0 -75
  802. package/components/bullet-chart-positioning.config-DOAG2wFN.js +0 -56
  803. package/components/bullet-chart-positioning.config-DZqzqZSQ.cjs +0 -20
  804. package/components/bullet-chart-slots.config-BaTbWYvU.cjs +0 -20
  805. package/components/bullet-chart-slots.config-Cqj3i1qo.js +0 -46
  806. package/components/choropleth-map-options.config-CmtZtBAC.cjs +0 -20
  807. package/components/choropleth-map-options.config-YCo77O3q.js +0 -348
  808. package/components/choropleth-map-positioning.config-C3jO3j8R.cjs +0 -20
  809. package/components/choropleth-map-positioning.config-Jw6fAFM1.js +0 -55
  810. package/components/choropleth-map-slots.config-ClMcW8wV.cjs +0 -20
  811. package/components/choropleth-map-slots.config-D4vxtdtH.js +0 -53
  812. package/components/circle-pack-chart-options.config-BA_G1sQ8.cjs +0 -20
  813. package/components/circle-pack-chart-options.config-C0cEtjgC.js +0 -54
  814. package/components/circle-pack-chart-positioning.config-Ckb-1sUG.js +0 -48
  815. package/components/circle-pack-chart-positioning.config-DJT6ivEy.cjs +0 -20
  816. package/components/circle-pack-chart-slots.config-Dks8K3uQ.js +0 -38
  817. package/components/circle-pack-chart-slots.config-IH2KV7z1.cjs +0 -20
  818. package/components/circular-gauge-options.config-BtP-YDIr.cjs +0 -20
  819. package/components/circular-gauge-options.config-Cdnk-Sp0.js +0 -188
  820. package/components/circular-gauge-positioning.config-B8gL5Br9.cjs +0 -20
  821. package/components/circular-gauge-positioning.config-BGlDGhYZ.js +0 -48
  822. package/components/circular-gauge-slots.config-B6ajddW-.cjs +0 -20
  823. package/components/circular-gauge-slots.config-Wf4sHmk6.js +0 -39
  824. package/components/color-CXw2IfjN.js +0 -3812
  825. package/components/color-range-utils-u4ziqRRA.js +0 -63
  826. package/components/column-chart-options.config-DoZLlIRM.js +0 -219
  827. package/components/column-chart-options.config-eJ1Cexxe.cjs +0 -20
  828. package/components/column-chart-positioning.config-BJGWvFLD.js +0 -55
  829. package/components/column-chart-positioning.config-LzBETWIy.cjs +0 -20
  830. package/components/column-chart-slots.config-BY6y_rvE.cjs +0 -20
  831. package/components/column-chart-slots.config-BhVqSbKw.js +0 -50
  832. package/components/combination-chart-options.config-C3kZ2fpK.cjs +0 -20
  833. package/components/combination-chart-options.config-D7ZXfn61.js +0 -87
  834. package/components/combination-chart-positioning.config-DjmWx90S.cjs +0 -20
  835. package/components/combination-chart-positioning.config-DtneKdwK.js +0 -48
  836. package/components/combination-chart-slots.config-CK8YBgUl.js +0 -43
  837. package/components/combination-chart-slots.config-Ciza_y3a.cjs +0 -20
  838. package/components/conditional-number-options.config-BwSMI5Ax.js +0 -205
  839. package/components/conditional-number-options.config-CadHLi0m.cjs +0 -20
  840. package/components/conditional-number-positioning.config-C8bRdffQ.cjs +0 -20
  841. package/components/conditional-number-positioning.config-Ccb2yjJU.js +0 -48
  842. package/components/conditional-number-slots.config-CWX6OuUa.cjs +0 -20
  843. package/components/conditional-number-slots.config-xSNaYD4u.js +0 -39
  844. package/components/data-broker-BH5WDG0j.cjs +0 -20
  845. package/components/data-broker-CVDImE1j.js +0 -1674
  846. package/components/data-field-iGBGWoGH.cjs +0 -89
  847. package/components/data-field-ll2oFVG2.js +0 -340
  848. package/components/data-field-panel-NktuTUUp.cjs +0 -87
  849. package/components/data-field-panel-ntgCpQ_2.js +0 -384
  850. package/components/data-fields-select-DJFkrrPs.js +0 -261
  851. package/components/data-fields-select-DL1nFRg3.cjs +0 -41
  852. package/components/date-comparison-filter-options.config--clPxHFt.cjs +0 -20
  853. package/components/date-comparison-filter-options.config-DCCm5Adt.js +0 -126
  854. package/components/date-comparison-filter-slots.config-KO9B0lfS.cjs +0 -20
  855. package/components/date-comparison-filter-slots.config-s7FcuKia.js +0 -33
  856. package/components/date-filter-options.config-BdNFe-Ds.cjs +0 -20
  857. package/components/date-filter-options.config-DBwcMXzp.js +0 -118
  858. package/components/date-filter-slots.config-BrQoD-EF.cjs +0 -20
  859. package/components/date-filter-slots.config-pbd3rG9z.js +0 -37
  860. package/components/de-DqwsqE-U.js +0 -478
  861. package/components/de-tUSOg_BJ.cjs +0 -20
  862. package/components/display-settings-binning-CQKXGp11.cjs +0 -56
  863. package/components/display-settings-binning-DGxEB9Fa.js +0 -112
  864. package/components/display-settings-datetime-25LwuZM_.cjs +0 -217
  865. package/components/display-settings-datetime-CLx9sxA7.js +0 -415
  866. package/components/display-settings-grand-totals-1tBdxbFY.cjs +0 -44
  867. package/components/display-settings-grand-totals-B0Px90rH.js +0 -91
  868. package/components/display-settings-numeric-Bbx4qmpA.cjs +0 -190
  869. package/components/display-settings-numeric-CdEgzO7W.js +0 -481
  870. package/components/display-settings-period-over-period-4bJbXWB7.cjs +0 -229
  871. package/components/display-settings-period-over-period-lo3myRfT.js +0 -434
  872. package/components/donut-chart-options.config-Buas8fzJ.js +0 -207
  873. package/components/donut-chart-options.config-K-HkE7sL.cjs +0 -20
  874. package/components/donut-chart-positioning.config-2cYbI6p-.cjs +0 -20
  875. package/components/donut-chart-positioning.config-Dh3XI5f4.js +0 -48
  876. package/components/donut-chart-slots.config-CZWRHxZe.js +0 -39
  877. package/components/donut-chart-slots.config-RxPnpO6M.cjs +0 -20
  878. package/components/dropdown-filter-options.config-B-Vvy0Nq.cjs +0 -20
  879. package/components/dropdown-filter-options.config-gv1y1OkC.js +0 -153
  880. package/components/dropdown-filter-slots.config-BBZChIHC.cjs +0 -20
  881. package/components/dropdown-filter-slots.config-aP5hvp2K.js +0 -38
  882. package/components/en-GB-D7N1nMuy.js +0 -28
  883. package/components/en-GB-DCZl8CPc.cjs +0 -20
  884. package/components/en-OJGeTneC.js +0 -21
  885. package/components/en-US-OJGeTneC.js +0 -21
  886. package/components/en-US-hPjCnvK0.cjs +0 -20
  887. package/components/en-hPjCnvK0.cjs +0 -20
  888. package/components/es-C-5Yqnck.js +0 -478
  889. package/components/es-Czecz2xB.cjs +0 -20
  890. package/components/evolution-number-options.config-B1IomzV1.js +0 -228
  891. package/components/evolution-number-options.config-Bt1FZqqQ.cjs +0 -20
  892. package/components/evolution-number-positioning.config-BQQrOKbD.js +0 -48
  893. package/components/evolution-number-positioning.config-BX1lWtDL.cjs +0 -20
  894. package/components/evolution-number-slots.config-CYxdcD-x.cjs +0 -20
  895. package/components/evolution-number-slots.config-eOQDWZyb.js +0 -37
  896. package/components/filters-Bzx4DYm-.cjs +0 -323
  897. package/components/filters-DSod7vIq.js +0 -1637
  898. package/components/formula-DcCDYDt4.cjs +0 -45
  899. package/components/formula-TyfDRy5X.js +0 -137
  900. package/components/formula-codemirror-B6ktT1Dm.js +0 -11971
  901. package/components/formula-codemirror-Bewi7Xgc.cjs +0 -215
  902. package/components/formula-display-store-DxjO7Q-n.cjs +0 -20
  903. package/components/formula-display-store-ycPV0gru.js +0 -1119
  904. package/components/formula-editor-DQp_XiX5.cjs +0 -247
  905. package/components/formula-editor-HkD4KWnN.js +0 -871
  906. package/components/fr-BvgQLvx5.js +0 -478
  907. package/components/fr-CQyhQN6j.cjs +0 -20
  908. package/components/funnel-chart-options.config-BAIgb6x9.cjs +0 -20
  909. package/components/funnel-chart-options.config-DAv3185m.js +0 -187
  910. package/components/funnel-chart-positioning.config-9blBdgB7.js +0 -48
  911. package/components/funnel-chart-positioning.config-iHk--8l3.cjs +0 -20
  912. package/components/funnel-chart-slots.config-BsNj6Mbb.js +0 -43
  913. package/components/funnel-chart-slots.config-CSI5mdma.cjs +0 -20
  914. package/components/get-css-variable-B1BZoBcs.cjs +0 -20
  915. package/components/get-css-variable-COcan5CX.js +0 -63
  916. package/components/heat-map-options.config-Ckw8voNV.js +0 -224
  917. package/components/heat-map-options.config-Ct-93RVQ.cjs +0 -20
  918. package/components/heat-map-positioning.config-CqkTB8nU.cjs +0 -20
  919. package/components/heat-map-positioning.config-DgrZWNiT.js +0 -48
  920. package/components/heat-map-slots.config-BFK5TF9k.js +0 -37
  921. package/components/heat-map-slots.config-D0mwjImu.cjs +0 -20
  922. package/components/heat-table-options.config-7IS5wa9l.cjs +0 -20
  923. package/components/heat-table-options.config-PpOf4o94.js +0 -372
  924. package/components/heat-table-positioning.config-BqsqkftW.js +0 -55
  925. package/components/heat-table-positioning.config-Ca-WBNR-.cjs +0 -20
  926. package/components/heat-table-slots.config-3q2hG4nF.js +0 -49
  927. package/components/heat-table-slots.config-CH6Q9203.cjs +0 -20
  928. package/components/hexbin-map-options.config-CUAv6zuD.cjs +0 -20
  929. package/components/hexbin-map-options.config-D88DHYrl.js +0 -276
  930. package/components/hexbin-map-positioning.config-gkLfwTS6.js +0 -48
  931. package/components/hexbin-map-positioning.config-sUIrPJP4.cjs +0 -20
  932. package/components/hexbin-map-slots.config-BdkQVzI7.cjs +0 -20
  933. package/components/hexbin-map-slots.config-BfbHCCUe.js +0 -37
  934. package/components/image-options.config-ByIPpr29.js +0 -153
  935. package/components/image-options.config-DXqA7sAa.cjs +0 -20
  936. package/components/image-slots.config-B4MFjNWt.js +0 -24
  937. package/components/image-slots.config-DprzKxj3.cjs +0 -20
  938. package/components/item-grid-B59uyBDP.js +0 -4558
  939. package/components/item-grid-C6nEE4Uj.cjs +0 -113
  940. package/components/item-option-C4c-e1QF.cjs +0 -252
  941. package/components/item-option-action-button-group-BEXRueVH.js +0 -118
  942. package/components/item-option-action-button-group-BU1wvtEd.cjs +0 -53
  943. package/components/item-option-base-DATaPQ-m.cjs +0 -56
  944. package/components/item-option-base-DqDKIqRP.js +0 -123
  945. package/components/item-option-color-palette-picker-Cc2nTuxC.cjs +0 -40
  946. package/components/item-option-color-palette-picker-dk5Nm1XB.js +0 -2041
  947. package/components/item-option-color-picker-Czr_ojzh.cjs +0 -34
  948. package/components/item-option-color-picker-oG-wrEZh.js +0 -87
  949. package/components/item-option-color-range-CTnHZ72E.cjs +0 -98
  950. package/components/item-option-color-range-RbnPnI3s.js +0 -220
  951. package/components/item-option-multi-language-field-BpyuIPcO.cjs +0 -33
  952. package/components/item-option-multi-language-field-BqhBRIFH.js +0 -82
  953. package/components/item-option-number-field-BDPEAzdF.js +0 -102
  954. package/components/item-option-number-field-CV2xpQrk.cjs +0 -38
  955. package/components/item-option-panel-CMrjUb2s.cjs +0 -67
  956. package/components/item-option-panel-XhTxaBZp.js +0 -183
  957. package/components/item-option-picker-CvEfEy99.cjs +0 -37
  958. package/components/item-option-picker-D_Od3am8.js +0 -77
  959. package/components/item-option-position-picker-BKw29tj-.js +0 -117
  960. package/components/item-option-position-picker-DBs4JlFi.cjs +0 -32
  961. package/components/item-option-positions-number-field-DIIEFHd4.cjs +0 -49
  962. package/components/item-option-positions-number-field-lrJdfydy.js +0 -164
  963. package/components/item-option-radio-button-group-DTyHPaz_.js +0 -74
  964. package/components/item-option-radio-button-group-DrjpL6YU.cjs +0 -37
  965. package/components/item-option-slider-BwKBgW0y.cjs +0 -33
  966. package/components/item-option-slider-CIDoZhZl.js +0 -81
  967. package/components/item-option-switch-CQtvbTfI.cjs +0 -30
  968. package/components/item-option-switch-DxC1yjeN.js +0 -69
  969. package/components/item-option-text-field-CZtJ1yIj.js +0 -80
  970. package/components/item-option-text-field-pLQzcE25.cjs +0 -33
  971. package/components/item-option-zz-Rqh6o.js +0 -969
  972. package/components/item-slot-drop-SqYpfTGj.js +0 -326
  973. package/components/item-slot-drop-UygcXM5D.cjs +0 -91
  974. package/components/item-slot-drop-panel-9T8BWejl.cjs +0 -57
  975. package/components/item-slot-drop-panel-DoWCzjqb.js +0 -354
  976. package/components/item-slot-picker-CadZEvOA.js +0 -500
  977. package/components/item-slot-picker-Rnb_wwCV.cjs +0 -174
  978. package/components/item-slot-picker-panel-2VJY6C0b.cjs +0 -81
  979. package/components/item-slot-picker-panel-Bhr6d6Ya.js +0 -447
  980. package/components/line-chart-options.config-DKQ1k4lg.cjs +0 -20
  981. package/components/line-chart-options.config-DMjvCs-4.js +0 -168
  982. package/components/line-chart-positioning.config-BIkHxiyg.cjs +0 -20
  983. package/components/line-chart-positioning.config-CdnYQBah.js +0 -55
  984. package/components/line-chart-slots.config-Cjp4btvG.cjs +0 -20
  985. package/components/line-chart-slots.config-CrQEwa4W.js +0 -55
  986. package/components/load-data-fields-for-datasets-CU75T9Az.js +0 -86
  987. package/components/load-data-fields-for-datasets-DkK1JsFd.cjs +0 -20
  988. package/components/localized-mixin-CBMYHOPv.js +0 -52
  989. package/components/localized-mixin-DAOiXh71.cjs +0 -20
  990. package/components/marker-map-options.config-C52a3boH.js +0 -117
  991. package/components/marker-map-options.config-DBPPcGN4.cjs +0 -20
  992. package/components/marker-map-positioning.config-BSz4P-W9.js +0 -48
  993. package/components/marker-map-positioning.config-t66fioVz.cjs +0 -20
  994. package/components/marker-map-slots.config-BOQ8AwRv.cjs +0 -20
  995. package/components/marker-map-slots.config-eJAxjIaQ.js +0 -37
  996. package/components/nl-BwK5iXtO.cjs +0 -20
  997. package/components/nl-D-Wa6DnD.js +0 -478
  998. package/components/ohlc-chart-options.config-38qB2VKc.js +0 -65
  999. package/components/ohlc-chart-options.config-D9h-VLdq.cjs +0 -20
  1000. package/components/ohlc-chart-positioning.config-BGueS7CJ.cjs +0 -20
  1001. package/components/ohlc-chart-positioning.config-tQPPutWX.js +0 -78
  1002. package/components/ohlc-chart-slots.config-CUBUexI-.cjs +0 -20
  1003. package/components/ohlc-chart-slots.config-SOs4oD-Q.js +0 -68
  1004. package/components/parallel-coordinates-plot-options.config-DfZ80jLX.js +0 -42
  1005. package/components/parallel-coordinates-plot-options.config-ovgY0A7j.cjs +0 -20
  1006. package/components/parallel-coordinates-plot-positioning.config-MkX-qYHX.js +0 -48
  1007. package/components/parallel-coordinates-plot-positioning.config-NrJ2LNM8.cjs +0 -20
  1008. package/components/parallel-coordinates-plot-slots.config-BXZ-NmbH.cjs +0 -20
  1009. package/components/parallel-coordinates-plot-slots.config-DgsHiCqT.js +0 -46
  1010. package/components/period-over-period-condition.const-DLA60ptm.js +0 -1664
  1011. package/components/period-over-period-condition.const-DystGY6B.cjs +0 -20
  1012. package/components/pivot-table-options.config-5udtucDD.js +0 -245
  1013. package/components/pivot-table-options.config-BxKo1DCU.cjs +0 -20
  1014. package/components/pivot-table-positioning.config-DgJ5PPB9.cjs +0 -20
  1015. package/components/pivot-table-positioning.config-Dr_0v4TM.js +0 -55
  1016. package/components/pivot-table-slots.config-CRL6EW5R.js +0 -55
  1017. package/components/pivot-table-slots.config-VxbOGtmB.cjs +0 -20
  1018. package/components/pragmatic-element-adapter-U3ppsQDe.cjs +0 -24
  1019. package/components/pragmatic-element-adapter-e5LbH_lv.js +0 -1252
  1020. package/components/pyramid-chart-options.config-iP2MzTeb.js +0 -240
  1021. package/components/pyramid-chart-options.config-lioHQSoq.cjs +0 -20
  1022. package/components/pyramid-chart-positioning.config-BGRtXKWh.cjs +0 -20
  1023. package/components/pyramid-chart-positioning.config-DB0BI8vW.js +0 -55
  1024. package/components/pyramid-chart-slots.config-CN_Q2YsP.cjs +0 -20
  1025. package/components/pyramid-chart-slots.config-DM3lYlDg.js +0 -50
  1026. package/components/radar-chart-options.config-DhnoFEzo.cjs +0 -20
  1027. package/components/radar-chart-options.config-aR5sQal-.js +0 -130
  1028. package/components/radar-chart-positioning.config-D6UfRMMA.js +0 -55
  1029. package/components/radar-chart-positioning.config-DQiJ-Z1s.cjs +0 -20
  1030. package/components/radar-chart-slots.config-BISYnTom.cjs +0 -20
  1031. package/components/radar-chart-slots.config-msW05r4n.js +0 -53
  1032. package/components/regular-table-options.config-Bk6CBPgj.cjs +0 -20
  1033. package/components/regular-table-options.config-kbARlJ1E.js +0 -148
  1034. package/components/regular-table-slots.config-BU6Ff96U.cjs +0 -20
  1035. package/components/regular-table-slots.config-DAwLOM5T.js +0 -35
  1036. package/components/route-map-options.config-CAi93e7I.cjs +0 -20
  1037. package/components/route-map-options.config-DCBAfq09.js +0 -326
  1038. package/components/route-map-positioning.config-Cbic0Cbz.cjs +0 -20
  1039. package/components/route-map-positioning.config-D_ZoyhwX.js +0 -66
  1040. package/components/route-map-slots.config-DNiRtoRC.js +0 -59
  1041. package/components/route-map-slots.config-Dznp0DT3.cjs +0 -20
  1042. package/components/sankey-diagram-options.config-CKjVnYnF.js +0 -126
  1043. package/components/sankey-diagram-options.config-D7ZrZV0g.cjs +0 -20
  1044. package/components/sankey-diagram-positioning.config-CQNdImz0.js +0 -66
  1045. package/components/sankey-diagram-positioning.config-CZDPh7CR.cjs +0 -20
  1046. package/components/sankey-diagram-slots.config-CVD2P6RJ.js +0 -61
  1047. package/components/sankey-diagram-slots.config-TKCUvHOD.cjs +0 -20
  1048. package/components/scatter-plot-options.config--AfAxaGf.js +0 -302
  1049. package/components/scatter-plot-options.config-DXqKb34r.cjs +0 -20
  1050. package/components/scatter-plot-positioning.config-BPEymo3a.cjs +0 -20
  1051. package/components/scatter-plot-positioning.config-BTOiZ8cF.js +0 -77
  1052. package/components/scatter-plot-slots.config-CPsk9FUg.cjs +0 -20
  1053. package/components/scatter-plot-slots.config-D57rd66g.js +0 -74
  1054. package/components/search-filter-options.config-DQwMOiXm.js +0 -103
  1055. package/components/search-filter-options.config-DojMfRR_.cjs +0 -20
  1056. package/components/search-filter-slots.config-AhwsTdYC.cjs +0 -20
  1057. package/components/search-filter-slots.config-DQybwP4H.js +0 -39
  1058. package/components/set-locale-BCnD4yp_.cjs +0 -20
  1059. package/components/set-locale-CamOWu7o.js +0 -43
  1060. package/components/slicer-filter-options.config-BhLn4U1W.cjs +0 -20
  1061. package/components/slicer-filter-options.config-DVE33GEz.js +0 -226
  1062. package/components/slicer-filter-positioning.config-CC7uoU2D.js +0 -48
  1063. package/components/slicer-filter-positioning.config-CQE4ocpD.cjs +0 -20
  1064. package/components/slicer-filter-slots.config-Bcz9RsdR.js +0 -44
  1065. package/components/slicer-filter-slots.config-zV15NWWS.cjs +0 -20
  1066. package/components/slider-filter-options.config-B8am9mmE.cjs +0 -20
  1067. package/components/slider-filter-options.config-BwaAvOvt.js +0 -72
  1068. package/components/slider-filter-slots.config-Bc8Qk7fb.js +0 -43
  1069. package/components/slider-filter-slots.config-D9Hra0zE.cjs +0 -20
  1070. package/components/slot-menu-BL772rj7.js +0 -1048
  1071. package/components/slot-menu-CCbZ-krJ.cjs +0 -215
  1072. package/components/speedometer-chart-options.config-D4-8n5pn.js +0 -246
  1073. package/components/speedometer-chart-options.config-DEW_D9w1.cjs +0 -20
  1074. package/components/speedometer-chart-positioning.config-ChH-uAdS.js +0 -48
  1075. package/components/speedometer-chart-positioning.config-DpBVarun.cjs +0 -20
  1076. package/components/speedometer-chart-slots.config-1BqQZ2vP.cjs +0 -20
  1077. package/components/speedometer-chart-slots.config-B4zqf0f_.js +0 -39
  1078. package/components/spike-map-options.config-CM46vw7B.js +0 -413
  1079. package/components/spike-map-options.config-LPAyKMHe.cjs +0 -20
  1080. package/components/spike-map-positioning.config-BnEQJ-rD.js +0 -55
  1081. package/components/spike-map-positioning.config-DrSoa8Ol.cjs +0 -20
  1082. package/components/spike-map-slots.config-B7OehIoc.cjs +0 -20
  1083. package/components/spike-map-slots.config-BeXzuzh0.js +0 -47
  1084. package/components/strip-plot-options.config-BlneYJOy.js +0 -53
  1085. package/components/strip-plot-options.config-vBd38UQs.cjs +0 -20
  1086. package/components/strip-plot-positioning.config-Be5Desz2.js +0 -48
  1087. package/components/strip-plot-positioning.config-DlkZ1i6m.cjs +0 -20
  1088. package/components/strip-plot-slots.config-BGQIQtMK.js +0 -38
  1089. package/components/strip-plot-slots.config-CAU0z3q4.cjs +0 -20
  1090. package/components/sunburst-chart-options.config-8xopRyBB.js +0 -160
  1091. package/components/sunburst-chart-options.config-CUFOuT2J.cjs +0 -20
  1092. package/components/sunburst-chart-positioning.config-D4zzci9s.cjs +0 -20
  1093. package/components/sunburst-chart-positioning.config-RUEkAgKJ.js +0 -48
  1094. package/components/sunburst-chart-slots.config-BCNUNkd9.cjs +0 -20
  1095. package/components/sunburst-chart-slots.config-BhKeTqTo.js +0 -38
  1096. package/components/symbol-map-options.config-CR07hvK0.cjs +0 -20
  1097. package/components/symbol-map-options.config-nJAvVQIh.js +0 -157
  1098. package/components/symbol-map-positioning.config-Dmgmyhv7.cjs +0 -20
  1099. package/components/symbol-map-positioning.config-JzgtULMk.js +0 -55
  1100. package/components/symbol-map-slots.config-D9E-oBE4.js +0 -53
  1101. package/components/symbol-map-slots.config-Dz_tor5P.cjs +0 -20
  1102. package/components/text-options.config-DCF3IVzO.js +0 -67
  1103. package/components/text-options.config-JI2D64hs.cjs +0 -20
  1104. package/components/text-slots.config-0A6csMfd.cjs +0 -20
  1105. package/components/text-slots.config-C60nJ0OX.js +0 -24
  1106. package/components/treemap-chart-options.config-RFQTphEG.js +0 -184
  1107. package/components/treemap-chart-options.config-p21eSXKG.cjs +0 -20
  1108. package/components/treemap-chart-positioning.config-CSt_vVgw.js +0 -55
  1109. package/components/treemap-chart-positioning.config-CqHJxz2j.cjs +0 -20
  1110. package/components/treemap-chart-slots.config-BJqqnUEF.cjs +0 -20
  1111. package/components/treemap-chart-slots.config-CZRP7PZH.js +0 -47
  1112. package/components/utils-DLTDAer5.js +0 -239
  1113. package/components/utils-Ez3j4EOS.cjs +0 -20
  1114. package/components/v4-BK7K-jy_.js +0 -49
  1115. package/components/validate-CJkVJaL1.cjs +0 -20
  1116. package/components/validate-J3P0rm_n.js +0 -28
  1117. package/components/venn-diagram-options.config-EmRhf40r.cjs +0 -20
  1118. package/components/venn-diagram-options.config-uCJ5dei5.js +0 -24
  1119. package/components/venn-diagram-positioning.config-CzhNTma3.cjs +0 -20
  1120. package/components/venn-diagram-positioning.config-DsPI8qfG.js +0 -55
  1121. package/components/venn-diagram-slots.config-DOljH_uI.js +0 -47
  1122. package/components/venn-diagram-slots.config-MpkJTf5q.cjs +0 -20
  1123. package/components/video-options.config-Dh_lU4c1.cjs +0 -20
  1124. package/components/video-options.config-DkLrX1gP.js +0 -127
  1125. package/components/video-slots.config-Bmh6mcUv.cjs +0 -20
  1126. package/components/video-slots.config-CqMIkttE.js +0 -24
  1127. package/components/wordcloud-chart-options.config-C2ZILp7a.js +0 -90
  1128. package/components/wordcloud-chart-options.config-mx2CbmrI.cjs +0 -20
  1129. package/components/wordcloud-chart-positioning.config-BUE8e4fN.js +0 -55
  1130. package/components/wordcloud-chart-positioning.config-moNJfL1M.cjs +0 -20
  1131. package/components/wordcloud-chart-slots.config-B8s8B47F.js +0 -45
  1132. package/components/wordcloud-chart-slots.config-C303nwAz.cjs +0 -20
  1133. package/react/components/data-field/index.ts +0 -1
  1134. package/react/components/data-field/types.ts +0 -5
  1135. package/react/components/data-field-panel/index.ts +0 -1
  1136. package/react/components/data-field-panel/types.ts +0 -27
  1137. package/react/components/filters/index.ts +0 -1
  1138. package/react/components/filters/types.ts +0 -15
  1139. package/react/components/item-grid/index.ts +0 -1
  1140. package/react/components/item-grid/types.ts +0 -64
  1141. package/react/components/item-option/index.ts +0 -1
  1142. package/react/components/item-option/types.ts +0 -10
  1143. package/react/components/item-slot-drop/index.ts +0 -1
  1144. package/react/components/item-slot-drop/types.ts +0 -6
  1145. package/react/esm/components/data-field/index.d.ts +0 -1
  1146. package/react/esm/components/data-field/index.js +0 -1
  1147. package/react/esm/components/data-field/types.d.ts +0 -4
  1148. package/react/esm/components/data-field-panel/index.d.ts +0 -1
  1149. package/react/esm/components/data-field-panel/index.js +0 -1
  1150. package/react/esm/components/data-field-panel/types.d.ts +0 -27
  1151. package/react/esm/components/filters/index.d.ts +0 -1
  1152. package/react/esm/components/filters/index.js +0 -1
  1153. package/react/esm/components/filters/types.d.ts +0 -12
  1154. package/react/esm/components/item-grid/index.d.ts +0 -1
  1155. package/react/esm/components/item-grid/index.js +0 -1
  1156. package/react/esm/components/item-grid/types.d.ts +0 -57
  1157. package/react/esm/components/item-option/index.d.ts +0 -1
  1158. package/react/esm/components/item-option/index.js +0 -1
  1159. package/react/esm/components/item-option/types.d.ts +0 -8
  1160. package/react/esm/components/item-option/types.js +0 -1
  1161. package/react/esm/components/item-slot-drop/index.d.ts +0 -1
  1162. package/react/esm/components/item-slot-drop/index.js +0 -1
  1163. package/react/esm/components/item-slot-drop/types.d.ts +0 -5
  1164. package/react/esm/components/item-slot-drop/types.js +0 -1
  1165. package/react/esm/types.d.ts +0 -15
  1166. package/react/esm/types.js +0 -8
  1167. package/react/types.ts +0 -43
  1168. package/react/utils/base/base.d.ts +0 -16
  1169. package/react/utils/base/focus-visible.d.ts +0 -29
  1170. package/react/utils/base/focusable.d.ts +0 -58
  1171. package/react/utils/base/index.d.ts +0 -5
  1172. package/react/utils/base/localized-mixin.d.ts +0 -22
  1173. package/react/utils/base/sized-mixin.d.ts +0 -17
  1174. package/react/utils/color/color-palettes.d.ts +0 -17
  1175. package/react/utils/color/extrapolate-color.d.ts +0 -1
  1176. package/react/utils/data/load-data-fields-for-datasets.d.ts +0 -22
  1177. package/react/utils/data-broker/index.d.ts +0 -257
  1178. package/react/utils/data-field-types/calculate-data-field-icon.d.ts +0 -12
  1179. package/react/utils/data-field-types/default-acceptable-data-field-types.d.ts +0 -1
  1180. package/react/utils/data-field-types/tests/calculate-data-field-icon.test.d.ts +0 -1
  1181. package/react/utils/drag/draggable.d.ts +0 -13
  1182. package/react/utils/drag/pragmatic-element-adapter.d.ts +0 -2
  1183. package/react/utils/drag/tests/pragmatic-element-adapter.first-import.test.d.ts +0 -1
  1184. package/react/utils/drag/tests/pragmatic-element-adapter.test.d.ts +0 -1
  1185. package/react/utils/filters/expressions.d.ts +0 -15
  1186. package/react/utils/filters/index.d.ts +0 -1
  1187. package/react/utils/formatter/calculate-duration.d.ts +0 -2
  1188. package/react/utils/formatter/decompose-numeric-format.d.ts +0 -11
  1189. package/react/utils/formatter/default-local-formats.d.ts +0 -20
  1190. package/react/utils/formatter/formats/cs.d.ts +0 -20
  1191. package/react/utils/formatter/formats/da.d.ts +0 -20
  1192. package/react/utils/formatter/formats/de.d.ts +0 -21
  1193. package/react/utils/formatter/formats/en-GB.d.ts +0 -21
  1194. package/react/utils/formatter/formats/en-US.d.ts +0 -1
  1195. package/react/utils/formatter/formats/en.d.ts +0 -1
  1196. package/react/utils/formatter/formats/es.d.ts +0 -54
  1197. package/react/utils/formatter/formats/fi.d.ts +0 -20
  1198. package/react/utils/formatter/formats/fr.d.ts +0 -54
  1199. package/react/utils/formatter/formats/he.d.ts +0 -20
  1200. package/react/utils/formatter/formats/hu.d.ts +0 -20
  1201. package/react/utils/formatter/formats/it.d.ts +0 -54
  1202. package/react/utils/formatter/formats/ja.d.ts +0 -20
  1203. package/react/utils/formatter/formats/ko.d.ts +0 -20
  1204. package/react/utils/formatter/formats/mk.d.ts +0 -20
  1205. package/react/utils/formatter/formats/nl.d.ts +0 -21
  1206. package/react/utils/formatter/formats/no.d.ts +0 -21
  1207. package/react/utils/formatter/formats/pl.d.ts +0 -20
  1208. package/react/utils/formatter/formats/pt.d.ts +0 -20
  1209. package/react/utils/formatter/formats/ru.d.ts +0 -20
  1210. package/react/utils/formatter/formats/sv.d.ts +0 -20
  1211. package/react/utils/formatter/formats/tr.d.ts +0 -21
  1212. package/react/utils/formatter/formats/zh-CN.d.ts +0 -20
  1213. package/react/utils/formatter/formats/zh-TW.d.ts +0 -20
  1214. package/react/utils/formatter/formatter.d.ts +0 -9
  1215. package/react/utils/formatter/get-dataset-name.d.ts +0 -2
  1216. package/react/utils/formatter/localize.d.ts +0 -3
  1217. package/react/utils/formatter/smart-datetime-formats.const.d.ts +0 -36
  1218. package/react/utils/formatter/tests/calculate-duration.test.d.ts +0 -1
  1219. package/react/utils/formatter/tests/decompose-numeric-format.test.d.ts +0 -1
  1220. package/react/utils/formatter/tests/default-local-formats.test.d.ts +0 -1
  1221. package/react/utils/formatter/tests/formatter.test.d.ts +0 -1
  1222. package/react/utils/formatter/tests/localize.test.d.ts +0 -1
  1223. package/react/utils/formula/base/formula-base.d.ts +0 -117
  1224. package/react/utils/formula/base/formula-input-base.d.ts +0 -62
  1225. package/react/utils/formula/codemirror/actions.d.ts +0 -47
  1226. package/react/utils/formula/codemirror/drop-cursor.d.ts +0 -15
  1227. package/react/utils/formula/codemirror/icon-element.d.ts +0 -7
  1228. package/react/utils/formula/codemirror/parser.d.ts +0 -16
  1229. package/react/utils/formula/codemirror/tests/actions.test.d.ts +0 -1
  1230. package/react/utils/formula/codemirror/theme.d.ts +0 -20
  1231. package/react/utils/formula/codemirror/widget.d.ts +0 -18
  1232. package/react/utils/formula/config/aggregations.d.ts +0 -9
  1233. package/react/utils/formula/config/build-datasets.d.ts +0 -10
  1234. package/react/utils/formula/config/expression-helpers.d.ts +0 -42
  1235. package/react/utils/formula/config/functions.d.ts +0 -3
  1236. package/react/utils/formula/config/groupings.d.ts +0 -9
  1237. package/react/utils/formula/config/regex.d.ts +0 -39
  1238. package/react/utils/formula/config/resolve-column-presentation.d.ts +0 -19
  1239. package/react/utils/formula/config/tests/build-datasets.test.d.ts +0 -1
  1240. package/react/utils/formula/config/validate-expression.d.ts +0 -19
  1241. package/react/utils/formula/load-formula-codemirror.d.ts +0 -4
  1242. package/react/utils/formula/render-explanation-tooltip.d.ts +0 -7
  1243. package/react/utils/formula/store/formula-display-store.d.ts +0 -87
  1244. package/react/utils/formula/store/formula-editor-context.d.ts +0 -8
  1245. package/react/utils/formula/store/formula-editor-store.d.ts +0 -46
  1246. package/react/utils/formula/store/tests/formula-editor-store.test.d.ts +0 -1
  1247. package/react/utils/formula/tests/validate-expression.test.d.ts +0 -1
  1248. package/react/utils/get-css-variable.d.ts +0 -1
  1249. package/react/utils/index.d.ts +0 -10
  1250. package/react/utils/localize/set-locale.d.ts +0 -7
  1251. package/react/utils/map-tile-providers/index.d.ts +0 -93
  1252. package/react/utils/slot-content/ad-hoc-slot-content.d.ts +0 -7
  1253. package/react/utils/slot-content/render-calculation-label.d.ts +0 -7
  1254. package/react/utils/slot-content/tests/ad-hoc-slot-content.test.d.ts +0 -1
  1255. package/react/utils/slot-state/slot-context.d.ts +0 -4
  1256. package/react/utils/slot-state/slot-store.d.ts +0 -39
  1257. package/react/utils/store/base-store.d.ts +0 -162
  1258. package/react/utils/store/dashboard-store.d.ts +0 -49
  1259. package/react/utils/store/index.d.ts +0 -135
  1260. package/react/utils/store/item-store.d.ts +0 -33
  1261. package/react/utils/store/store-registry.d.ts +0 -170
  1262. package/react/utils/store/tests/dashboard-store.test.d.ts +0 -1
  1263. package/react/utils/store/tests/item-store.test.d.ts +0 -1
  1264. package/react/utils/store/tests/store-registry.test.d.ts +0 -1
  1265. package/react/utils/store/types.d.ts +0 -270
  1266. package/react/utils/switch-item/index.d.ts +0 -34
  1267. package/react/utils/switch-item/slot-role-classification.d.ts +0 -31
  1268. package/react/utils/switch-item/stories/switch-item.stories.d.ts +0 -17
  1269. package/react/utils/switch-item/tests/slot-role-classification.test.d.ts +0 -1
  1270. package/react/utils/switch-item/tests/switch-item.test.d.ts +0 -1
  1271. package/react/utils/themes/bliss.d.ts +0 -2
  1272. package/react/utils/themes/classic-dark.d.ts +0 -2
  1273. package/react/utils/themes/classic.d.ts +0 -2
  1274. package/react/utils/themes/default-dark.d.ts +0 -2
  1275. package/react/utils/themes/default.d.ts +0 -2
  1276. package/react/utils/themes/index.d.ts +0 -4
  1277. package/react/utils/themes/orion.d.ts +0 -2
  1278. package/react/utils/themes/pinky.d.ts +0 -2
  1279. package/react/utils/themes/radiant.d.ts +0 -2
  1280. package/react/utils/themes/royale.d.ts +0 -2
  1281. package/react/utils/themes/seasonal.d.ts +0 -2
  1282. package/react/utils/themes/urban.d.ts +0 -2
  1283. package/react/utils/themes/vivid.d.ts +0 -2
  1284. package/react/utils/time/formats.const.d.ts +0 -4
  1285. package/react/utils/time/period-over-period-condition.const.d.ts +0 -8
  1286. package/react/utils/time/periods.const.d.ts +0 -15
  1287. package/react/utils/timezone/datetime-timezone.d.ts +0 -25
  1288. package/react/utils/timezone/tests/datetime-timezone.test.d.ts +0 -1
  1289. package/react/utils/transformations/convert-data-field-to-slot-content.d.ts +0 -9
  1290. package/react/utils/transformations/convert-datasets-to-data-fields.d.ts +0 -30
  1291. package/react/utils/transformations/tests/convert-data-field-to-slot-content.test.d.ts +0 -1
  1292. package/react/utils/transformations/tests/convert-datasets-to-data-fields.test.d.ts +0 -1
  1293. package/react/utils/types/tests/type-check.test.d.ts +0 -1
  1294. package/react/utils/types/type-check.d.ts +0 -28
  1295. /package/components/{chunk-mLOUI7ql.cjs → rolldown-runtime-mLOUI7ql.cjs} +0 -0
  1296. /package/{react/esm/components/data-field-panel/types.js → storybook/inject-global-vars.d.ts} +0 -0
  1297. /package/{react/esm/components/data-field/types.js → utils/ai-prompt/tests/attachments.test.d.ts} +0 -0
  1298. /package/{react/esm/components/filters/types.js → utils/ai-prompt/tests/dictation.test.d.ts} +0 -0
  1299. /package/{react/esm/components/item-grid/types.js → utils/ai-prompt/tests/image-upload.test.d.ts} +0 -0
@@ -0,0 +1,20 @@
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
+ const e=require("./type-check-BehV9ZL1.cjs"),t=require("./slot-role-classification-2wChhpcq.cjs");var n=e=>typeof e==`string`&&e.trim().length>0,r=t=>!!(t&&n(t.formula)&&!t.formulaId&&!e.s(t.formula)),i=e=>!!(e&&n(e.expression)&&!e.columnId&&!e.column&&!e.formulaId&&!e.formula),a=e=>i(e)?e?.expression:r(e)?e?.formula:void 0,o=e=>e?.columnId??e?.formulaId??e?.column??e?.formula??e?.expression,s=(e,n)=>i(e)?!0:!e||!r(e)?!1:t.i({slotName:String(n.name??``),slotType:n.type,contentKind:t.r(e)})===`measure`;Object.defineProperty(exports,"i",{enumerable:!0,get:function(){return s}}),Object.defineProperty(exports,"n",{enumerable:!0,get:function(){return o}}),Object.defineProperty(exports,"r",{enumerable:!0,get:function(){return r}}),Object.defineProperty(exports,"t",{enumerable:!0,get:function(){return a}});
@@ -0,0 +1,29 @@
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 { s as e } from "./type-check-CGREdneG.js";
21
+ import { i as t, r as n } from "./slot-role-classification-B8bkGhQ_.js";
22
+ //#region src/utils/slot-content/ad-hoc-slot-content.ts
23
+ var r = (e) => typeof e == "string" && e.trim().length > 0, i = (t) => !!(t && r(t.formula) && !t.formulaId && !e(t.formula)), a = (e) => !!(e && r(e.expression) && !e.columnId && !e.column && !e.formulaId && !e.formula), o = (e) => a(e) ? e?.expression : i(e) ? e?.formula : void 0, s = (e) => e?.columnId ?? e?.formulaId ?? e?.column ?? e?.formula ?? e?.expression, c = (e, r) => a(e) ? !0 : !e || !i(e) ? !1 : t({
24
+ slotName: String(r.name ?? ""),
25
+ slotType: r.type,
26
+ contentKind: n(e)
27
+ }) === "measure";
28
+ //#endregion
29
+ export { c as i, s as n, i as r, o as t };
@@ -0,0 +1,123 @@
1
+ import type { ProgressTreeNode } from '@luzmo/lucero/progress-steps';
2
+ import type { AiSampleChart, ChatMessage } from '../../types';
3
+ import type { AiPromptAgent, DashboardStatePayload } from './ai-prompt-types';
4
+ /**
5
+ * Common fields present on every streamed step event, recognized or not.
6
+ */
7
+ export interface AiChatStepBase {
8
+ /** The aiprompt agent that produced this step (`item`, `dashboard`, `analyst`). */
9
+ agent: AiPromptAgent;
10
+ /** Current conversation id, or `null` before the backend assigns one. */
11
+ conversationId: string | null;
12
+ /** Backend message id, when the chunk carries one. */
13
+ messageId?: string;
14
+ /** Always present — the original stream chunk that produced this step. */
15
+ raw: Record<string, unknown>;
16
+ }
17
+ /** Recognized stream-step type discriminants. */
18
+ export type AiChatRecognizedStepType = 'decision' | 'text' | 'progress' | 'dashboard-title' | 'dashboard-layout' | 'dashboard-item' | 'chart' | 'interrupt';
19
+ /**
20
+ * Stream steps assembled into a typed `data` payload.
21
+ * Discriminated by `type` (when `recognized` is `true`).
22
+ */
23
+ export type RecognizedStepEvent = (AiChatStepBase & {
24
+ recognized: true;
25
+ type: 'decision';
26
+ data: {
27
+ decision: 'create' | 'edit' | 'question';
28
+ };
29
+ }) | (AiChatStepBase & {
30
+ recognized: true;
31
+ type: 'text';
32
+ data: {
33
+ delta: string;
34
+ text: string;
35
+ };
36
+ }) | (AiChatStepBase & {
37
+ recognized: true;
38
+ type: 'progress';
39
+ data: ProgressTreeNode;
40
+ }) | (AiChatStepBase & {
41
+ recognized: true;
42
+ type: 'dashboard-title';
43
+ data: {
44
+ name: Record<string, string>;
45
+ };
46
+ }) | (AiChatStepBase & {
47
+ recognized: true;
48
+ type: 'dashboard-layout';
49
+ data: DashboardStatePayload;
50
+ }) | (AiChatStepBase & {
51
+ recognized: true;
52
+ type: 'dashboard-item';
53
+ data: {
54
+ slot: number;
55
+ chart: Record<string, unknown>;
56
+ };
57
+ }) | (AiChatStepBase & {
58
+ recognized: true;
59
+ type: 'chart';
60
+ data: Record<string, unknown>;
61
+ }) | (AiChatStepBase & {
62
+ recognized: true;
63
+ type: 'interrupt';
64
+ data: {
65
+ question: string;
66
+ };
67
+ });
68
+ /**
69
+ * Stream steps not (yet) modeled. Still delivered so consumers never
70
+ * silently lose data; `data` is a best-effort payload (often identical to `raw`).
71
+ */
72
+ export type UnknownStepEvent = AiChatStepBase & {
73
+ recognized: false;
74
+ /** Raw chunk `type` / `asset_type`. */
75
+ type: string;
76
+ /** Best-effort payload (often `=== raw`). */
77
+ data: unknown;
78
+ };
79
+ /**
80
+ * Open union of streamed step events. Use {@link isRecognizedStep} to narrow to
81
+ * the typed {@link RecognizedStepEvent} set; otherwise inspect `raw`.
82
+ */
83
+ export type AiChatStepEvent = RecognizedStepEvent | UnknownStepEvent;
84
+ /**
85
+ * Authoritative final result of a streamed response, fired exactly once.
86
+ */
87
+ export interface AiChatCompleteEvent {
88
+ /** The aiprompt agent that produced this result. */
89
+ agent: AiPromptAgent;
90
+ /** Conversation id for this response. */
91
+ conversationId: string | null;
92
+ /** Final assistant message (text + flags). */
93
+ message: ChatMessage;
94
+ /** Authoritative dashboard payload (dashboard agent). */
95
+ dashboard?: DashboardStatePayload;
96
+ /** Authoritative chart payload (item agent). */
97
+ chart?: AiSampleChart;
98
+ /** Dashboard name keyed by locale (dashboard agent). */
99
+ name?: Record<string, string>;
100
+ /** Forward-compat: any final assets not modeled explicitly. */
101
+ assets?: Record<string, unknown>;
102
+ /** Present when the response failed. */
103
+ error?: unknown;
104
+ /** Original terminal chunk. */
105
+ raw?: Record<string, unknown>;
106
+ }
107
+ /**
108
+ * Type guard separating the typed, recognized step set from the open passthrough.
109
+ * Lets consumers `switch` exhaustively on `event.type` with fully narrowed `data`.
110
+ *
111
+ * @example
112
+ * ```ts
113
+ * onStep: (event) => {
114
+ * if (!isRecognizedStep(event)) return; // forward-compatible: ignore or use event.raw
115
+ * switch (event.type) {
116
+ * case 'decision':
117
+ * // event.data.decision is typed
118
+ * break;
119
+ * }
120
+ * };
121
+ * ```
122
+ */
123
+ export declare function isRecognizedStep(event: AiChatStepEvent): event is RecognizedStepEvent;
@@ -0,0 +1,12 @@
1
+ import type { LuzmoChart } from '../../types';
2
+ import type { AiPromptAgent, AiPromptCreateBody, AiPromptDeleteBody, AiPromptProperties, BuildAiPromptRequestContext } from './ai-prompt-types';
3
+ export type { AiPromptAgent, AiPromptImageInput, AiPromptCreateBody, AiPromptDeleteBody, AiPromptInput, AiPromptItemTask, AiPromptProperties, AiPromptScreenMode, BuildAiPromptRequestContext, DashboardStatePayload, LuzmoDashboardGeneratedEventDetail, LuzmoPromptSubmittedEventDetail, LuzmoRestoreRequestedEventDetail } from './ai-prompt-types';
4
+ export { AI_PROMPT_ACCEPTED_IMAGE_MIME_TYPES, AI_PROMPT_MAX_ATTACHMENTS, assertValidAiPromptAttachmentFiles, assertValidAiPromptAttachmentUrls, isAiPromptAcceptedImageFile, isAiPromptAcceptedImageMimeType, isAiPromptAcceptedImageUrl } from '../../utils/ai-prompt';
5
+ export declare function getAiPromptUrl(apiUrl: string, apiVersion: string): string;
6
+ export declare function chartToItemAsset(chart: LuzmoChart): Record<string, unknown> | null;
7
+ export declare function buildItemAiPromptProperties(ctx: BuildAiPromptRequestContext): AiPromptProperties;
8
+ export declare function buildDashboardAiPromptProperties(ctx: BuildAiPromptRequestContext): AiPromptProperties;
9
+ export declare function buildAnalystAiPromptProperties(ctx: BuildAiPromptRequestContext): AiPromptProperties;
10
+ export declare function buildAiPromptProperties(agent: AiPromptAgent, ctx: BuildAiPromptRequestContext): AiPromptProperties;
11
+ export declare function buildAiPromptRequest(agent: AiPromptAgent, ctx: BuildAiPromptRequestContext): AiPromptCreateBody;
12
+ export declare function buildAiPromptDeleteRequest(restoreToMessageId: string, authKey: string, authToken: string, apiVersion?: string, conversationId?: string | null): AiPromptDeleteBody;
@@ -0,0 +1,313 @@
1
+ import '@luzmo/lucero/button';
2
+ import '@luzmo/lucero/chat-message';
3
+ import '@luzmo/lucero/icon';
4
+ import '@luzmo/lucero/overlay';
5
+ import '@luzmo/lucero/popover';
6
+ import '@luzmo/lucero/progress-steps';
7
+ import { LuzmoElement } from '../../utils/base';
8
+ import { type PropertyValues, TemplateResult } from 'lit';
9
+ import type { ChatMessage, Dataset, LuzmoChart } from '../../types';
10
+ import '../ai-interaction-textarea';
11
+ import type { AiPromptAgent, AiPromptItemTask, AiPromptScreenMode, DashboardStatePayload } from './ai-prompt-types';
12
+ import './empty-state';
13
+ import type { AiChatEmptyStateSuggestion } from './empty-state';
14
+ import type { AiChatSession } from './session/ai-chat-session';
15
+ /**
16
+ * @customElement luzmo-ai-chat
17
+ * @summary AI chat UI backed by AiChatSession for transcript, datasets, and streaming.
18
+ * @description Chat state lives in an AiChatSession. By default the element creates an internal
19
+ * session from auth, agent, and chart or dashboard props; optional messages and selected-datasets
20
+ * seed it once on connect. Pass .chatSession for a host-owned session (e.g. dashboard editor).
21
+ * See {@link AiChatSession} / createAiChatSession for callbacks and external fetchStreaming.
22
+ * @fires {CustomEvent<AiChatStepEvent>} luzmo-step - Fired for every incremental, kit-assembled event during a streamed response (decision, text, progress, dashboard-title/layout/item, chart, interrupt, plus forward-by-default unrecognized chunks). Use `isRecognizedStep` to narrow.
23
+ * @fires {CustomEvent<AiChatCompleteEvent>} luzmo-complete - Fired exactly once per response with the authoritative final result (dashboard/chart/name) or an `error`.
24
+ * @fires {CustomEvent<AiChatMessageSentEventDetail>} luzmo-message-sent - Fired when a user sends a message
25
+ * @fires {CustomEvent<AiChatDatasetsChangedEventDetail>} luzmo-datasets-changed - Fired when the selected datasets change
26
+ * @fires {CustomEvent<AiChatConversationIdChangedEventDetail>} luzmo-conversation-id-changed - Fired when the conversation ID is updated from the API
27
+ * @fires {CustomEvent<AssistantMessageActionEventDetail>} luzmo-assistant-message-action - Fired when a built-in assistant message action is activated (after confirmation when `confirm` is set)
28
+ * @fires {CustomEvent<void>} luzmo-stop - Fired when an in-flight prompt is stopped
29
+ *
30
+ * Custom actions beyond built-in `ChatMessage.actions` buttons can be projected via the
31
+ * `assistant-message-actions` light-DOM slot on the latest assistant message.
32
+ * @property {string} --luzmo-ai-chat-background - Background of the chat container
33
+ * @property {string} --luzmo-ai-chat-border-radius - Border radius of the chat container
34
+ * @property {string} --luzmo-ai-chat-padding - Padding of the chat container
35
+ * @property {string} --luzmo-ai-chat-gap - Gap between chat sections and messages
36
+ * @property {string} --luzmo-ai-chat-border - Border of the chat container
37
+ * @property {string} --luzmo-ai-chat-box-shadow - Box shadow of the chat container
38
+ * @property {string} --luzmo-ai-chat-scrollbar-width - Width of the messages scrollbar
39
+ * @property {string} --luzmo-ai-chat-scrollbar-track-background - Background of the messages scrollbar track
40
+ * @property {string} --luzmo-ai-chat-scrollbar-track-border-radius - Border radius of the messages scrollbar track
41
+ * @property {string} --luzmo-ai-chat-scrollbar-thumb-background - Background of the messages scrollbar thumb
42
+ * @property {string} --luzmo-ai-chat-scrollbar-thumb-border-radius - Border radius of the messages scrollbar thumb
43
+ * @property {string} --luzmo-ai-chat-scrollbar-thumb-hover-background - Hover background of the messages scrollbar thumb
44
+ * @property {string} --luzmo-ai-chat-loading-message-color - Color of the loading spinner icon
45
+ * @property {string} --luzmo-ai-chat-loading-message-icon-font-size - Font size of the loading spinner icon
46
+ * @property {string} --luzmo-ai-chat-error-message-color - Color of assistant error messages
47
+ * @property {string} --luzmo-ai-chat-context-menu-trigger-size - Size of the assistant context menu trigger button
48
+ * @property {string} --luzmo-ai-chat-context-menu-trigger-border-color - Border color of the context menu trigger button
49
+ * @property {string} --luzmo-ai-chat-context-menu-trigger-border-radius - Border radius of the context menu trigger button
50
+ * @property {string} --luzmo-ai-chat-context-menu-trigger-background - Background of the context menu trigger button
51
+ * @property {string} --luzmo-ai-chat-context-menu-trigger-color - Icon color of the context menu trigger button
52
+ * @property {string} --luzmo-ai-chat-context-menu-trigger-hover-background - Hover background of the context menu trigger button
53
+ * @property {string} --luzmo-ai-chat-context-menu-trigger-hover-border-color - Hover border color of the context menu trigger button
54
+ * @property {string} --luzmo-ai-chat-context-menu-trigger-hover-color - Hover icon color of the context menu trigger button
55
+ * @property {string} --luzmo-ai-chat-context-menu-item-font-family - Font family of context menu items
56
+ * @property {string} --luzmo-ai-chat-context-menu-item-hover-background - Hover background of context menu items
57
+ * @property {string} --luzmo-ai-chat-markdown-line-height - Line height of rendered assistant markdown
58
+ * @property {string} --luzmo-ai-chat-markdown-spacing - Bottom spacing between markdown blocks (paragraphs, lists, tables, etc.)
59
+ * @property {string} --luzmo-ai-chat-markdown-heading-spacing - Top spacing above markdown headings (and `hr` margins)
60
+ * @property {string} --luzmo-ai-chat-markdown-heading-font-weight - Font weight of markdown headings
61
+ * @property {string} --luzmo-ai-chat-markdown-list-indent - Inline start padding (indent) of markdown lists
62
+ * @property {string} --luzmo-ai-chat-markdown-link-color - Color of links in markdown
63
+ * @property {string} --luzmo-ai-chat-markdown-code-font-family - Font family of inline and block code
64
+ * @property {string} --luzmo-ai-chat-markdown-code-font-size - Font size of inline and block code
65
+ * @property {string} --luzmo-ai-chat-markdown-code-background - Background of inline code and code blocks
66
+ * @property {string} --luzmo-ai-chat-markdown-code-border-radius - Border radius of inline code and code blocks
67
+ * @property {string} --luzmo-ai-chat-markdown-border-color - Border color for blockquotes, horizontal rules, and tables
68
+ * @property {string} --luzmo-ai-chat-markdown-table-header-background - Background of markdown table header cells
69
+ * @property {string} --luzmo-ai-chat-assistant-message-actions-gap - Gap between controls in the assistant message actions footer
70
+ * @property {string} --luzmo-ai-chat-assistant-message-actions-margin-top - Top spacing above the assistant message actions footer
71
+ * @property {string} --luzmo-ai-chat-assistant-message-actions-color - Text color for assistant message actions footer content (default: `--luzmo-font-color-extra-dimmed`)
72
+ * @property {string} --luzmo-ai-chat-assistant-message-actions-font-style - Font style for plain text in the assistant message actions footer (default: `italic`)
73
+ * @property {string} --luzmo-ai-chat-assistant-message-font-family - Font family shared by assistant messages and their actions footer
74
+ * @property {string} --luzmo-ai-chat-assistant-message-font-size - Font size shared by assistant messages and their actions footer
75
+ * @property {string} --luzmo-ai-chat-assistant-message-line-height - Line height shared by assistant messages and their actions footer
76
+ */
77
+ export declare class LuzmoAiChat extends LuzmoElement {
78
+ static styles: import("lit").CSSResult;
79
+ static tagName: string;
80
+ /** Light-DOM slot for optional custom actions below the latest assistant message. */
81
+ static readonly assistantMessageActionsSlot = "assistant-message-actions";
82
+ /**
83
+ * Live transcript is {@link AiChatSessionState.messages}. This prop optionally seeds the session on first connect.
84
+ */
85
+ messages: ChatMessage[];
86
+ /**
87
+ * Live selection is in the session. This prop optionally seeds on first connect.
88
+ */
89
+ selectedDatasets: Dataset[];
90
+ /**
91
+ * Placeholder text for the textarea
92
+ */
93
+ placeholder: string;
94
+ /**
95
+ * When true, disables the entire chat interface
96
+ */
97
+ disabled: boolean;
98
+ /**
99
+ * When true, shows a stop control on the prompt input while a response is generating
100
+ */
101
+ stoppable: boolean;
102
+ /**
103
+ * When true, shows context menu (3 dots) on assistant messages
104
+ */
105
+ showAssistantContextMenu: boolean;
106
+ /**
107
+ * Auth key for DataBroker authentication
108
+ */
109
+ authKey: string;
110
+ /**
111
+ * Auth token for DataBroker authentication
112
+ */
113
+ authToken: string;
114
+ /**
115
+ * API URL for DataBroker
116
+ * @default https://api.luzmo.com
117
+ */
118
+ apiUrl: string;
119
+ /**
120
+ * The URL of the app server for thumbnails and assets
121
+ * @default https://app.luzmo.com
122
+ */
123
+ appServer: string;
124
+ /**
125
+ * When true, restricts results to public datasets (opendata parity)
126
+ */
127
+ flagOpendata: boolean;
128
+ /**
129
+ * When true, hides the "+ Add dataset" button in the input
130
+ */
131
+ hideDatasetButton: boolean;
132
+ /**
133
+ * When true, hides dataset icons in the input dataset selector and @ mention dataset headers
134
+ */
135
+ hideDatasetIcons: boolean;
136
+ /**
137
+ * When true, hides the add-dataset button and disables removing selected datasets while keeping pills visible
138
+ */
139
+ disableDatasetModification: boolean;
140
+ /**
141
+ * When true, hides the dataset row and add-dataset button entirely
142
+ */
143
+ hideSelectedDatasets: boolean;
144
+ /**
145
+ * When true, disables @ trigger mentions for dataset fields in the input
146
+ */
147
+ disableColumnMentions: boolean;
148
+ /**
149
+ * When true, at least one dataset must be selected before the prompt can be submitted
150
+ */
151
+ requireDataset: boolean;
152
+ /** Enables image attachments (PNG/JPEG/WebP/GIF). */
153
+ allowImages: boolean;
154
+ /** Enables mic dictation; audio is transcribed via `POST /aidictation` and inserted as editable text. */
155
+ allowVoiceInput: boolean;
156
+ /** Attachment MIME types/extensions. Defaults to PNG/JPEG/WebP/GIF when `allow-images` is set. */
157
+ acceptedFileTypes: string[];
158
+ /** Optional upload override; otherwise uploads via `POST /upload` on attach. */
159
+ uploadAttachments?: (files: File[], options?: {
160
+ signal?: AbortSignal;
161
+ }) => Promise<string[]>;
162
+ /**
163
+ * Which aiprompt agent to use. Determines request payload and stream handling.
164
+ * @default 'item'
165
+ */
166
+ agent: AiPromptAgent;
167
+ /**
168
+ * Task for the item agent (`generate`, `suggest`, `describe`).
169
+ * @default 'generate'
170
+ */
171
+ task: AiPromptItemTask;
172
+ /**
173
+ * AI model preference for item agent chart generation
174
+ * @default 'performance'
175
+ */
176
+ modelPreference: 'performance' | 'quality';
177
+ /**
178
+ * Host-owned {@link AiChatSession}. The component subscribes and renders; does not abort on disconnect.
179
+ */
180
+ chatSession: AiChatSession | null;
181
+ /**
182
+ * Conversation ID (synced into the session; updated when the API returns a new id).
183
+ * @default null
184
+ */
185
+ conversationId: string | null;
186
+ /**
187
+ * Chart context for `agent="item"`.
188
+ * @default null
189
+ */
190
+ chart: LuzmoChart | null;
191
+ /**
192
+ * Dashboard context for `agent="dashboard"`.
193
+ * @default null
194
+ */
195
+ dashboard: DashboardStatePayload | null;
196
+ /**
197
+ * Current screen mode when editing a dashboard.
198
+ */
199
+ currentScreenMode?: AiPromptScreenMode;
200
+ /**
201
+ * Locale ID sent to the aiprompt API.
202
+ */
203
+ localeId?: string;
204
+ /**
205
+ * Timezone ID for dashboard agent requests.
206
+ * @default 'UTC'
207
+ */
208
+ timezoneId: string;
209
+ /**
210
+ * API version
211
+ * @default '0.1.0'
212
+ */
213
+ apiVersion: string;
214
+ /**
215
+ * When true, uses NDJSON streaming for AI responses.
216
+ * When false, uses a single JSON response.
217
+ * @default true
218
+ */
219
+ stream: boolean;
220
+ /**
221
+ * Loading message shown while generating and before progress steps are available.
222
+ * @default null
223
+ */
224
+ loadingMessage: string | null;
225
+ /**
226
+ * Message shown in place of the assistant reply when the user stops an in-flight response.
227
+ * Falls back to a localized default when not set.
228
+ * @default null
229
+ */
230
+ cancelledMessage: string | null;
231
+ /**
232
+ * When set, auto-submits via the session without adding a duplicate user message
233
+ * (assumes the prompt is already in the transcript).
234
+ * @default null
235
+ */
236
+ initialPrompt: string | null;
237
+ /**
238
+ * Title for the empty state when there are no messages.
239
+ */
240
+ emptyStateTitle: string;
241
+ /**
242
+ * Optional label above empty-state suggestion chips. Only shown when `emptyStateSuggestions` is non-empty.
243
+ */
244
+ emptyStateSubtitle: string;
245
+ /**
246
+ * Optional suggestion chips for the empty state. When empty, only the title is shown.
247
+ * Each entry may include `selectedDatasets` to pre-select datasets when the chip is activated.
248
+ */
249
+ emptyStateSuggestions: AiChatEmptyStateSuggestion[];
250
+ private _textareaValue;
251
+ private _assistantMessageActionsSlotHasContent;
252
+ private _pendingAssistantMessageAction;
253
+ private _shouldFocusAssistantMessageActionConfirm;
254
+ private _lastProcessedInitialPrompt;
255
+ private readonly _session;
256
+ /** Active {@link AiChatSession} (host or auto-created). Null until first bind or action. */
257
+ get session(): AiChatSession | null;
258
+ private _getRenderState;
259
+ private _createDomBridgeCallbacks;
260
+ private get _resolvedAcceptedFileTypes();
261
+ private _buildSessionConfig;
262
+ private _emitConversationIdChanged;
263
+ private _restoreViaSession;
264
+ private _handleRestoreState;
265
+ private _handleDatasetSelected;
266
+ private _handleDatasetRemoved;
267
+ private _submitViaSession;
268
+ private _handlePromptSubmitted;
269
+ private _handlePromptStopped;
270
+ private _handleEmptyStateSuggestionSelected;
271
+ private _processInitialPrompt;
272
+ connectedCallback(): void;
273
+ disconnectedCallback(): void;
274
+ private _scrollToBottom;
275
+ protected willUpdate(changedProperties: PropertyValues): void;
276
+ protected updated(changedProperties: Map<string, unknown>): void;
277
+ private _syncSession;
278
+ private _handleInitialPromptChange;
279
+ /**
280
+ * Parses assistant markdown into HTML and sanitizes it to prevent XSS attacks
281
+ * while preserving safe formatting (headings, lists, tables, code, links).
282
+ * @param markdownContent - The markdown string returned by the assistant
283
+ * @returns Sanitized HTML string safe for rendering
284
+ */
285
+ private _renderMarkdown;
286
+ private _renderProgress;
287
+ private _isLastAiMessageWithProgress;
288
+ private _syncAssistantMessageActionsVisibility;
289
+ private _handleAssistantMessageActionsSlotChange;
290
+ private _setAssistantMessageActionsSlotHasContent;
291
+ private _isLatestAssistantMessage;
292
+ private _hasBuiltInAssistantMessageActions;
293
+ private _assistantMessageActionsFooterHasContent;
294
+ private _syncPendingAssistantMessageAction;
295
+ private _getDefaultAssistantMessageActionConfirmMessage;
296
+ private _isAssistantMessageActionConfirming;
297
+ private _getPendingAssistantMessageAction;
298
+ private _handleAssistantMessageAction;
299
+ private _handleAssistantMessageActionClick;
300
+ private _cancelAssistantMessageActionConfirm;
301
+ private _confirmAssistantMessageAction;
302
+ private _handleAssistantMessageActionConfirmKeydown;
303
+ private _focusPendingAssistantMessageActionConfirm;
304
+ private _renderBuiltInAssistantMessageAction;
305
+ private _renderAssistantMessageActionConfirm;
306
+ private _renderAssistantMessageActions;
307
+ private _renderRestoreMenu;
308
+ private _renderMessages;
309
+ private _renderStreamingResponse;
310
+ private _renderLoadingMessage;
311
+ private _renderEmptyState;
312
+ protected render(): TemplateResult;
313
+ }
@@ -0,0 +1,102 @@
1
+ import type { PromptBoxAttachment } from '@luzmo/lucero';
2
+ import type { Dataset, LuzmoChart } from '../../types';
3
+ export type AiPromptAgent = 'item' | 'dashboard' | 'analyst';
4
+ export type AiPromptItemTask = 'generate' | 'suggest' | 'describe';
5
+ export type AiPromptScreenMode = 'desktop' | 'tablet' | 'mobile';
6
+ /** Dashboard payload for `agent: 'dashboard'` input (views, syncScreenModes, optional theme). */
7
+ export interface DashboardStatePayload {
8
+ views: unknown[];
9
+ syncScreenModes?: boolean;
10
+ theme?: Record<string, unknown>;
11
+ [key: string]: unknown;
12
+ }
13
+ export interface AiPromptTextInput {
14
+ type: 'text';
15
+ text: string;
16
+ }
17
+ export interface AiPromptDatasetInput {
18
+ type: 'dataset';
19
+ id: string;
20
+ }
21
+ export interface AiPromptItemInput {
22
+ type: 'item';
23
+ value: Record<string, unknown>;
24
+ }
25
+ export interface AiPromptDashboardInput {
26
+ type: 'dashboard';
27
+ value: DashboardStatePayload;
28
+ current_screen_mode?: AiPromptScreenMode;
29
+ }
30
+ export interface AiPromptImageInput {
31
+ type: 'image';
32
+ url: string;
33
+ }
34
+ export type AiPromptInput = AiPromptTextInput | AiPromptDatasetInput | AiPromptItemInput | AiPromptDashboardInput | AiPromptImageInput;
35
+ export interface AiPromptProperties {
36
+ agent: AiPromptAgent;
37
+ task: AiPromptItemTask | 'generate';
38
+ conversation_id?: string;
39
+ locale_id?: string;
40
+ timezone_id?: string;
41
+ stream: boolean;
42
+ response_mode: 'mixed';
43
+ input: AiPromptInput[];
44
+ }
45
+ export interface AiPromptCreateBody {
46
+ key: string;
47
+ token: string;
48
+ action: 'create';
49
+ version: string;
50
+ properties: AiPromptProperties;
51
+ }
52
+ export interface AiPromptDeleteBody {
53
+ key: string;
54
+ token: string;
55
+ action: 'delete';
56
+ version: string;
57
+ properties: {
58
+ agent: 'item';
59
+ restore_to_message_id: string;
60
+ conversation_id?: string;
61
+ };
62
+ }
63
+ export interface BuildAiPromptRequestContext {
64
+ prompt: string;
65
+ datasetIds: string[];
66
+ authKey: string;
67
+ authToken: string;
68
+ conversationId: string | null;
69
+ apiVersion?: string;
70
+ stream?: boolean;
71
+ localeId?: string;
72
+ timezoneId?: string;
73
+ /** Session/UI preference only; not serialized on aiprompt create until the backend supports it. */
74
+ modelPreference?: 'performance' | 'quality';
75
+ chart?: LuzmoChart | null;
76
+ dashboard?: DashboardStatePayload | null;
77
+ currentScreenMode?: AiPromptScreenMode;
78
+ task?: AiPromptItemTask;
79
+ attachmentUrls?: string[];
80
+ }
81
+ export interface LuzmoPromptSubmittedEventDetail {
82
+ prompt: string;
83
+ selectedDatasets: Dataset[];
84
+ datasetIds: string[];
85
+ agent: AiPromptAgent;
86
+ request: AiPromptCreateBody;
87
+ url: string;
88
+ signal?: AbortSignal;
89
+ attachments?: PromptBoxAttachment[];
90
+ attachmentUrls?: string[];
91
+ }
92
+ export interface LuzmoRestoreRequestedEventDetail {
93
+ apiMessageId: string;
94
+ messageIndex: number;
95
+ request: AiPromptDeleteBody;
96
+ url: string;
97
+ }
98
+ export interface LuzmoDashboardGeneratedEventDetail {
99
+ dashboard: DashboardStatePayload;
100
+ conversationId: string | null;
101
+ name?: Record<string, string>;
102
+ }
@@ -0,0 +1,46 @@
1
+ import '@luzmo/lucero/action-button';
2
+ import { LuzmoElement } from '../../../utils/base';
3
+ import { type TemplateResult } from 'lit';
4
+ import type { AiChatEmptyStateSuggestion } from './types';
5
+ /**
6
+ * @customElement luzmo-ai-chat-empty-state
7
+ * @summary Empty state for AI chat with title, subtitle, and prompt suggestions.
8
+ * @fires {CustomEvent<AiChatEmptyStateSuggestionSelectedDetail>} luzmo-suggestion-selected - Fired when the user selects a suggestion chip
9
+ *
10
+ * @property {string} --luzmo-ai-chat-empty-state-header-actions-gap - Gap between the title and the actions block
11
+ * @property {string} --luzmo-ai-chat-empty-state-actions-gap - Gap between the actions label and suggestion chips
12
+ * @property {string} --luzmo-ai-chat-empty-state-suggestions-gap - Gap between suggestion chips
13
+ * @property {string} --luzmo-ai-chat-empty-state-max-width - Maximum content width
14
+ * @property {string} --luzmo-ai-chat-empty-state-padding-block - Vertical padding
15
+ * @property {string} --luzmo-ai-chat-empty-state-padding-inline - Horizontal padding
16
+ * @property {string} --luzmo-ai-chat-empty-state-title-font-size - Title font size
17
+ * @property {string} --luzmo-ai-chat-empty-state-title-font-weight - Title font weight
18
+ * @property {string} --luzmo-ai-chat-empty-state-title-line-height - Title line height
19
+ * @property {string} --luzmo-ai-chat-empty-state-title-color - Title text color
20
+ * @property {string} --luzmo-ai-chat-empty-state-subtitle-font-size - Subtitle font size
21
+ * @property {string} --luzmo-ai-chat-empty-state-subtitle-font-weight - Subtitle font weight
22
+ * @property {string} --luzmo-ai-chat-empty-state-subtitle-line-height - Subtitle line height
23
+ * @property {string} --luzmo-ai-chat-empty-state-subtitle-color - Subtitle text color (`--luzmo-font-color-dimmed`)
24
+ */
25
+ export declare class LuzmoAiChatEmptyState extends LuzmoElement {
26
+ static styles: import("lit").CSSResult;
27
+ static tagName: string;
28
+ /**
29
+ * Heading shown above the suggestions.
30
+ */
31
+ title: string;
32
+ /**
33
+ * Supporting text shown above suggestion chips when `suggestions` is non-empty.
34
+ */
35
+ subtitle: string;
36
+ /**
37
+ * Suggestion chips rendered with {@link https://lucero.luzmo.com/ | Lucero} `luzmo-action-button` (`variant="accent"`).
38
+ */
39
+ suggestions: AiChatEmptyStateSuggestion[];
40
+ /**
41
+ * When true, suggestion chips cannot be activated.
42
+ */
43
+ disabled: boolean;
44
+ private _handleSuggestionActivate;
45
+ protected render(): TemplateResult;
46
+ }
@@ -0,0 +1,8 @@
1
+ import { LuzmoAiChatEmptyState } from './ai-chat-empty-state';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'luzmo-ai-chat-empty-state': LuzmoAiChatEmptyState;
5
+ }
6
+ }
7
+ export { LuzmoAiChatEmptyState } from './ai-chat-empty-state';
8
+ export type { AiChatEmptyStateSuggestion, AiChatEmptyStateSuggestionSelectedDetail } from './types';