@sqlrooms/mosaic 0.29.0-rc.6 → 0.29.0-rc.7

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 (962) hide show
  1. package/README.md +48 -19
  2. package/dist/MosaicChart.d.ts +6 -6
  3. package/dist/MosaicChart.d.ts.map +1 -1
  4. package/dist/MosaicChart.js +6 -6
  5. package/dist/MosaicChart.js.map +1 -1
  6. package/dist/MosaicChartBuilder.d.ts +1 -1
  7. package/dist/MosaicChartBuilder.d.ts.map +1 -1
  8. package/dist/MosaicChartBuilder.js +1 -1
  9. package/dist/MosaicChartBuilder.js.map +1 -1
  10. package/dist/MosaicColorLegend.d.ts.map +1 -1
  11. package/dist/MosaicColorLegend.js +0 -1
  12. package/dist/MosaicColorLegend.js.map +1 -1
  13. package/dist/VgPlotChart.d.ts.map +1 -1
  14. package/dist/VgPlotChart.js +6 -3
  15. package/dist/VgPlotChart.js.map +1 -1
  16. package/dist/ai/ai.d.ts +103 -0
  17. package/dist/ai/ai.d.ts.map +1 -0
  18. package/dist/ai/ai.js +419 -0
  19. package/dist/ai/ai.js.map +1 -0
  20. package/dist/ai/data-table-explorer-tool.d.ts +40 -0
  21. package/dist/ai/data-table-explorer-tool.d.ts.map +1 -0
  22. package/dist/ai/data-table-explorer-tool.js +75 -0
  23. package/dist/ai/data-table-explorer-tool.js.map +1 -0
  24. package/dist/ai/list-panels-tool.d.ts +35 -0
  25. package/dist/ai/list-panels-tool.d.ts.map +1 -0
  26. package/dist/ai/list-panels-tool.js.map +1 -0
  27. package/dist/ai/remove-panel-tool.d.ts +31 -0
  28. package/dist/ai/remove-panel-tool.d.ts.map +1 -0
  29. package/dist/ai/remove-panel-tool.js.map +1 -0
  30. package/dist/ai/tool-helpers.d.ts +34 -0
  31. package/dist/ai/tool-helpers.d.ts.map +1 -0
  32. package/dist/ai/tool-helpers.js +93 -0
  33. package/dist/ai/tool-helpers.js.map +1 -0
  34. package/dist/ai/tool-schemas.d.ts.map +1 -0
  35. package/dist/ai/tool-schemas.js.map +1 -0
  36. package/dist/ai/tool-types.d.ts +26 -0
  37. package/dist/ai/tool-types.d.ts.map +1 -0
  38. package/dist/ai/tool-types.js.map +1 -0
  39. package/dist/ai/tool-validation.d.ts +3 -0
  40. package/dist/ai/tool-validation.d.ts.map +1 -0
  41. package/dist/ai/tool-validation.js.map +1 -0
  42. package/dist/ai.d.ts +2 -99
  43. package/dist/ai.d.ts.map +1 -1
  44. package/dist/ai.js +2 -441
  45. package/dist/ai.js.map +1 -1
  46. package/dist/chart-builders/ChartBuilderActions.js.map +1 -1
  47. package/dist/chart-builders/ChartBuilderContent.d.ts +2 -2
  48. package/dist/chart-builders/ChartBuilderContent.d.ts.map +1 -1
  49. package/dist/chart-builders/ChartBuilderContent.js.map +1 -1
  50. package/dist/chart-builders/ChartBuilderContext.d.ts +2 -2
  51. package/dist/chart-builders/ChartBuilderContext.d.ts.map +1 -1
  52. package/dist/chart-builders/ChartBuilderContext.js.map +1 -1
  53. package/dist/chart-builders/ChartBuilderDialog.d.ts +2 -2
  54. package/dist/chart-builders/ChartBuilderDialog.d.ts.map +1 -1
  55. package/dist/chart-builders/ChartBuilderDialog.js.map +1 -1
  56. package/dist/chart-builders/ChartBuilderFields.js +2 -2
  57. package/dist/chart-builders/ChartBuilderFields.js.map +1 -1
  58. package/dist/chart-builders/ChartBuilderRoot.d.ts +2 -2
  59. package/dist/chart-builders/ChartBuilderRoot.d.ts.map +1 -1
  60. package/dist/chart-builders/ChartBuilderRoot.js.map +1 -1
  61. package/dist/chart-builders/chartSpecTitle.d.ts +1 -1
  62. package/dist/chart-builders/chartSpecTitle.d.ts.map +1 -1
  63. package/dist/chart-builders/chartSpecTitle.js.map +1 -1
  64. package/dist/chart-builders/chartTypeUtils.d.ts +1 -2
  65. package/dist/chart-builders/chartTypeUtils.d.ts.map +1 -1
  66. package/dist/chart-builders/chartTypeUtils.js +0 -1
  67. package/dist/chart-builders/chartTypeUtils.js.map +1 -1
  68. package/dist/chart-builders/createChartBuilderStore.d.ts +1 -1
  69. package/dist/chart-builders/createChartBuilderStore.d.ts.map +1 -1
  70. package/dist/chart-builders/createChartBuilderStore.js.map +1 -1
  71. package/dist/charts/MosaicChart.d.ts +12 -0
  72. package/dist/charts/MosaicChart.d.ts.map +1 -0
  73. package/dist/charts/MosaicChart.js +13 -0
  74. package/dist/charts/MosaicChart.js.map +1 -0
  75. package/dist/charts/MosaicChartError.d.ts +8 -0
  76. package/dist/charts/MosaicChartError.d.ts.map +1 -0
  77. package/dist/charts/MosaicChartError.js +5 -0
  78. package/dist/charts/MosaicChartError.js.map +1 -0
  79. package/dist/charts/MosaicChartRuntimeIssuePanel.d.ts +7 -0
  80. package/dist/charts/MosaicChartRuntimeIssuePanel.d.ts.map +1 -0
  81. package/dist/charts/MosaicChartRuntimeIssuePanel.js +10 -0
  82. package/dist/charts/MosaicChartRuntimeIssuePanel.js.map +1 -0
  83. package/dist/charts/MosaicChartSettingsPanel.d.ts +11 -0
  84. package/dist/charts/MosaicChartSettingsPanel.d.ts.map +1 -0
  85. package/dist/charts/MosaicChartSettingsPanel.js +21 -0
  86. package/dist/charts/MosaicChartSettingsPanel.js.map +1 -0
  87. package/dist/charts/MosaicChartView.d.ts +13 -0
  88. package/dist/charts/MosaicChartView.d.ts.map +1 -0
  89. package/dist/charts/MosaicChartView.js +56 -0
  90. package/dist/charts/MosaicChartView.js.map +1 -0
  91. package/dist/charts/addChartPanelAction.d.ts.map +1 -0
  92. package/dist/charts/addChartPanelAction.js.map +1 -0
  93. package/dist/charts/chart-settings/MosaicChartSettings.d.ts +43 -0
  94. package/dist/charts/chart-settings/MosaicChartSettings.d.ts.map +1 -0
  95. package/dist/charts/chart-settings/MosaicChartSettings.js +74 -0
  96. package/dist/charts/chart-settings/MosaicChartSettings.js.map +1 -0
  97. package/dist/charts/chart-settings/MosaicChartSettingsContent.d.ts +13 -0
  98. package/dist/charts/chart-settings/MosaicChartSettingsContent.d.ts.map +1 -0
  99. package/dist/charts/chart-settings/MosaicChartSettingsContent.js +18 -0
  100. package/dist/charts/chart-settings/MosaicChartSettingsContent.js.map +1 -0
  101. package/dist/charts/chart-settings/MosaicChartSettingsContext.d.ts +24 -0
  102. package/dist/charts/chart-settings/MosaicChartSettingsContext.d.ts.map +1 -0
  103. package/dist/charts/chart-settings/MosaicChartSettingsContext.js +34 -0
  104. package/dist/charts/chart-settings/MosaicChartSettingsContext.js.map +1 -0
  105. package/dist/charts/chart-settings/MosaicChartSettingsPanel.d.ts +14 -0
  106. package/dist/charts/chart-settings/MosaicChartSettingsPanel.d.ts.map +1 -0
  107. package/dist/charts/chart-settings/MosaicChartSettingsPanel.js +17 -0
  108. package/dist/charts/chart-settings/MosaicChartSettingsPanel.js.map +1 -0
  109. package/dist/charts/chart-settings/MosaicChartSpecViewerPanel.d.ts +9 -0
  110. package/dist/charts/chart-settings/MosaicChartSpecViewerPanel.d.ts.map +1 -0
  111. package/dist/charts/chart-settings/MosaicChartSpecViewerPanel.js +11 -0
  112. package/dist/charts/chart-settings/MosaicChartSpecViewerPanel.js.map +1 -0
  113. package/dist/charts/chart-settings/MosaicChartTypeSelector.d.ts +9 -0
  114. package/dist/charts/chart-settings/MosaicChartTypeSelector.d.ts.map +1 -0
  115. package/dist/charts/chart-settings/MosaicChartTypeSelector.js +16 -0
  116. package/dist/charts/chart-settings/MosaicChartTypeSelector.js.map +1 -0
  117. package/dist/charts/chart-types/base-types.d.ts +168 -0
  118. package/dist/charts/chart-types/base-types.d.ts.map +1 -0
  119. package/dist/charts/chart-types/base-types.js.map +1 -0
  120. package/dist/charts/chart-types/box-plot/BoxPlotSettings.d.ts.map +1 -0
  121. package/dist/charts/chart-types/box-plot/BoxPlotSettings.js +9 -0
  122. package/dist/charts/chart-types/box-plot/BoxPlotSettings.js.map +1 -0
  123. package/dist/charts/chart-types/box-plot/definition.d.ts.map +1 -0
  124. package/dist/charts/chart-types/box-plot/definition.js +24 -0
  125. package/dist/charts/chart-types/box-plot/definition.js.map +1 -0
  126. package/dist/charts/chart-types/box-plot/renderer/BoxPlotClient.d.ts +67 -0
  127. package/dist/charts/chart-types/box-plot/renderer/BoxPlotClient.d.ts.map +1 -0
  128. package/dist/charts/chart-types/box-plot/renderer/BoxPlotClient.js +286 -0
  129. package/dist/charts/chart-types/box-plot/renderer/BoxPlotClient.js.map +1 -0
  130. package/dist/charts/chart-types/box-plot/renderer/BoxPlotErrorBoundary.d.ts.map +1 -0
  131. package/dist/charts/chart-types/box-plot/renderer/BoxPlotErrorBoundary.js.map +1 -0
  132. package/dist/charts/chart-types/box-plot/renderer/BoxPlotPanelRenderer.d.ts.map +1 -0
  133. package/dist/charts/chart-types/box-plot/renderer/BoxPlotPanelRenderer.js +118 -0
  134. package/dist/charts/chart-types/box-plot/renderer/BoxPlotPanelRenderer.js.map +1 -0
  135. package/dist/charts/chart-types/box-plot/renderer/constants.d.ts +24 -0
  136. package/dist/charts/chart-types/box-plot/renderer/constants.d.ts.map +1 -0
  137. package/dist/charts/chart-types/box-plot/renderer/constants.js.map +1 -0
  138. package/dist/charts/chart-types/box-plot/renderer/plot.d.ts +14 -0
  139. package/dist/charts/chart-types/box-plot/renderer/plot.d.ts.map +1 -0
  140. package/dist/charts/chart-types/box-plot/renderer/plot.js.map +1 -0
  141. package/dist/charts/chart-types/box-plot/renderer/useBoxPlotClient.d.ts +18 -0
  142. package/dist/charts/chart-types/box-plot/renderer/useBoxPlotClient.d.ts.map +1 -0
  143. package/dist/charts/chart-types/box-plot/renderer/useBoxPlotClient.js +63 -0
  144. package/dist/charts/chart-types/box-plot/renderer/useBoxPlotClient.js.map +1 -0
  145. package/dist/charts/chart-types/box-plot/renderer/utils.d.ts +6 -0
  146. package/dist/charts/chart-types/box-plot/renderer/utils.d.ts.map +1 -0
  147. package/dist/charts/chart-types/box-plot/renderer/utils.js.map +1 -0
  148. package/dist/charts/chart-types/box-plot/schema.d.ts +21 -0
  149. package/dist/charts/chart-types/box-plot/schema.d.ts.map +1 -0
  150. package/dist/charts/chart-types/box-plot/schema.js +16 -0
  151. package/dist/charts/chart-types/box-plot/schema.js.map +1 -0
  152. package/dist/charts/chart-types/box-plot/tool.d.ts +40 -0
  153. package/dist/charts/chart-types/box-plot/tool.d.ts.map +1 -0
  154. package/dist/charts/chart-types/box-plot/tool.js +67 -0
  155. package/dist/charts/chart-types/box-plot/tool.js.map +1 -0
  156. package/dist/charts/chart-types/bubble-chart/BubbleChartSettings.d.ts.map +1 -0
  157. package/dist/charts/chart-types/bubble-chart/BubbleChartSettings.js +9 -0
  158. package/dist/charts/chart-types/bubble-chart/BubbleChartSettings.js.map +1 -0
  159. package/dist/charts/chart-types/bubble-chart/definition.d.ts.map +1 -0
  160. package/dist/charts/chart-types/bubble-chart/definition.js +24 -0
  161. package/dist/charts/chart-types/bubble-chart/definition.js.map +1 -0
  162. package/dist/charts/chart-types/bubble-chart/schema.d.ts.map +1 -0
  163. package/dist/charts/chart-types/bubble-chart/schema.js.map +1 -0
  164. package/dist/charts/chart-types/bubble-chart/spec.d.ts.map +1 -0
  165. package/dist/charts/chart-types/bubble-chart/spec.js +31 -0
  166. package/dist/charts/chart-types/bubble-chart/spec.js.map +1 -0
  167. package/dist/charts/chart-types/bubble-chart/tool.d.ts.map +1 -0
  168. package/dist/charts/chart-types/bubble-chart/tool.js +66 -0
  169. package/dist/charts/chart-types/bubble-chart/tool.js.map +1 -0
  170. package/dist/charts/chart-types/chart-config.d.ts +138 -0
  171. package/dist/charts/chart-types/chart-config.d.ts.map +1 -0
  172. package/dist/charts/chart-types/chart-config.js +41 -0
  173. package/dist/charts/chart-types/chart-config.js.map +1 -0
  174. package/dist/charts/chart-types/count-plot/CountPlotSettings.d.ts.map +1 -0
  175. package/dist/charts/chart-types/count-plot/CountPlotSettings.js +9 -0
  176. package/dist/charts/chart-types/count-plot/CountPlotSettings.js.map +1 -0
  177. package/dist/charts/chart-types/count-plot/definition.d.ts.map +1 -0
  178. package/dist/charts/chart-types/count-plot/definition.js +19 -0
  179. package/dist/charts/chart-types/count-plot/definition.js.map +1 -0
  180. package/dist/charts/chart-types/count-plot/schema.d.ts.map +1 -0
  181. package/dist/charts/chart-types/count-plot/schema.js.map +1 -0
  182. package/dist/charts/chart-types/count-plot/spec.d.ts.map +1 -0
  183. package/dist/charts/chart-types/count-plot/spec.js +49 -0
  184. package/dist/charts/chart-types/count-plot/spec.js.map +1 -0
  185. package/dist/charts/chart-types/count-plot/tool.d.ts.map +1 -0
  186. package/dist/charts/chart-types/count-plot/tool.js +63 -0
  187. package/dist/charts/chart-types/count-plot/tool.js.map +1 -0
  188. package/dist/charts/chart-types/createChartTools.d.ts +17 -0
  189. package/dist/charts/chart-types/createChartTools.d.ts.map +1 -0
  190. package/dist/charts/chart-types/createChartTools.js +24 -0
  191. package/dist/charts/chart-types/createChartTools.js.map +1 -0
  192. package/dist/charts/chart-types/createDefaultChartTypes.d.ts +12 -0
  193. package/dist/charts/chart-types/createDefaultChartTypes.d.ts.map +1 -0
  194. package/dist/charts/chart-types/createDefaultChartTypes.js +30 -0
  195. package/dist/charts/chart-types/createDefaultChartTypes.js.map +1 -0
  196. package/dist/charts/chart-types/custom-spec/CustomSpecSettings.d.ts.map +1 -0
  197. package/dist/charts/chart-types/custom-spec/CustomSpecSettings.js +30 -0
  198. package/dist/charts/chart-types/custom-spec/CustomSpecSettings.js.map +1 -0
  199. package/dist/charts/chart-types/custom-spec/definition.d.ts.map +1 -0
  200. package/dist/charts/chart-types/custom-spec/definition.js +22 -0
  201. package/dist/charts/chart-types/custom-spec/definition.js.map +1 -0
  202. package/dist/charts/chart-types/custom-spec/schema.d.ts.map +1 -0
  203. package/dist/charts/chart-types/custom-spec/schema.js.map +1 -0
  204. package/dist/charts/chart-types/custom-spec/spec.d.ts.map +1 -0
  205. package/dist/charts/chart-types/custom-spec/spec.js.map +1 -0
  206. package/dist/charts/chart-types/data-policy-schema.d.ts.map +1 -0
  207. package/dist/charts/chart-types/data-policy-schema.js.map +1 -0
  208. package/dist/charts/chart-types/errors.d.ts +7 -0
  209. package/dist/charts/chart-types/errors.d.ts.map +1 -0
  210. package/dist/charts/chart-types/errors.js +10 -0
  211. package/dist/charts/chart-types/errors.js.map +1 -0
  212. package/dist/charts/chart-types/heatmap/HeatmapSettings.d.ts.map +1 -0
  213. package/dist/charts/chart-types/heatmap/HeatmapSettings.js +9 -0
  214. package/dist/charts/chart-types/heatmap/HeatmapSettings.js.map +1 -0
  215. package/dist/charts/chart-types/heatmap/definition.d.ts.map +1 -0
  216. package/dist/charts/chart-types/heatmap/definition.js +19 -0
  217. package/dist/charts/chart-types/heatmap/definition.js.map +1 -0
  218. package/dist/charts/chart-types/heatmap/schema.d.ts.map +1 -0
  219. package/dist/charts/chart-types/heatmap/schema.js.map +1 -0
  220. package/dist/charts/chart-types/heatmap/spec.d.ts.map +1 -0
  221. package/dist/charts/chart-types/heatmap/spec.js +32 -0
  222. package/dist/charts/chart-types/heatmap/spec.js.map +1 -0
  223. package/dist/charts/chart-types/heatmap/tool.d.ts.map +1 -0
  224. package/dist/charts/chart-types/heatmap/tool.js +67 -0
  225. package/dist/charts/chart-types/heatmap/tool.js.map +1 -0
  226. package/dist/charts/chart-types/histogram/HistogramSettings.d.ts.map +1 -0
  227. package/dist/charts/chart-types/histogram/HistogramSettings.js +11 -0
  228. package/dist/charts/chart-types/histogram/HistogramSettings.js.map +1 -0
  229. package/dist/charts/chart-types/histogram/definition.d.ts.map +1 -0
  230. package/dist/charts/chart-types/histogram/definition.js +19 -0
  231. package/dist/charts/chart-types/histogram/definition.js.map +1 -0
  232. package/dist/charts/chart-types/histogram/schema.d.ts.map +1 -0
  233. package/dist/charts/chart-types/histogram/schema.js.map +1 -0
  234. package/dist/charts/chart-types/histogram/spec.d.ts.map +1 -0
  235. package/dist/charts/chart-types/histogram/spec.js +37 -0
  236. package/dist/charts/chart-types/histogram/spec.js.map +1 -0
  237. package/dist/charts/chart-types/histogram/tool.d.ts.map +1 -0
  238. package/dist/charts/chart-types/histogram/tool.js +65 -0
  239. package/dist/charts/chart-types/histogram/tool.js.map +1 -0
  240. package/dist/charts/chart-types/index.d.ts +42 -0
  241. package/dist/charts/chart-types/index.d.ts.map +1 -0
  242. package/dist/charts/chart-types/index.js +53 -0
  243. package/dist/charts/chart-types/index.js.map +1 -0
  244. package/dist/charts/chart-types/line-chart/LineChartSettings.d.ts.map +1 -0
  245. package/dist/charts/chart-types/line-chart/LineChartSettings.js +24 -0
  246. package/dist/charts/chart-types/line-chart/LineChartSettings.js.map +1 -0
  247. package/dist/charts/chart-types/line-chart/definition.d.ts.map +1 -0
  248. package/dist/charts/chart-types/line-chart/definition.js +26 -0
  249. package/dist/charts/chart-types/line-chart/definition.js.map +1 -0
  250. package/dist/charts/chart-types/line-chart/schema.d.ts +70 -0
  251. package/dist/charts/chart-types/line-chart/schema.d.ts.map +1 -0
  252. package/dist/charts/chart-types/line-chart/schema.js +29 -0
  253. package/dist/charts/chart-types/line-chart/schema.js.map +1 -0
  254. package/dist/charts/chart-types/line-chart/spec.d.ts.map +1 -0
  255. package/dist/charts/chart-types/line-chart/spec.js +91 -0
  256. package/dist/charts/chart-types/line-chart/spec.js.map +1 -0
  257. package/dist/charts/chart-types/line-chart/tool.d.ts.map +1 -0
  258. package/dist/charts/chart-types/line-chart/tool.js +75 -0
  259. package/dist/charts/chart-types/line-chart/tool.js.map +1 -0
  260. package/dist/charts/chart-types/mosaicChartTypes.d.ts +101 -0
  261. package/dist/charts/chart-types/mosaicChartTypes.d.ts.map +1 -0
  262. package/dist/charts/chart-types/mosaicChartTypes.js +20 -0
  263. package/dist/charts/chart-types/mosaicChartTypes.js.map +1 -0
  264. package/dist/charts/dashboard/MosaicDashboardChartHeaderActions.d.ts +4 -0
  265. package/dist/charts/dashboard/MosaicDashboardChartHeaderActions.d.ts.map +1 -0
  266. package/dist/charts/dashboard/MosaicDashboardChartHeaderActions.js +16 -0
  267. package/dist/charts/dashboard/MosaicDashboardChartHeaderActions.js.map +1 -0
  268. package/dist/charts/dashboard/MosaicDashboardChartRenderer.d.ts +4 -0
  269. package/dist/charts/dashboard/MosaicDashboardChartRenderer.d.ts.map +1 -0
  270. package/dist/charts/dashboard/MosaicDashboardChartRenderer.js +23 -0
  271. package/dist/charts/dashboard/MosaicDashboardChartRenderer.js.map +1 -0
  272. package/dist/charts/useBrushSelectionParams.d.ts +3 -0
  273. package/dist/charts/useBrushSelectionParams.d.ts.map +1 -0
  274. package/dist/charts/useBrushSelectionParams.js +16 -0
  275. package/dist/charts/useBrushSelectionParams.js.map +1 -0
  276. package/dist/charts/useChartDataPolicy.d.ts +5 -0
  277. package/dist/charts/useChartDataPolicy.d.ts.map +1 -0
  278. package/dist/charts/useChartDataPolicy.js +17 -0
  279. package/dist/charts/useChartDataPolicy.js.map +1 -0
  280. package/dist/charts/useChartRetainer.d.ts +4 -0
  281. package/dist/charts/useChartRetainer.d.ts.map +1 -0
  282. package/dist/charts/useChartRetainer.js +18 -0
  283. package/dist/charts/useChartRetainer.js.map +1 -0
  284. package/dist/charts/useChartTypeDefinition.d.ts +3 -0
  285. package/dist/charts/useChartTypeDefinition.d.ts.map +1 -0
  286. package/dist/charts/useChartTypeDefinition.js.map +1 -0
  287. package/dist/charts/useMosaicChartRenderContext.d.ts +21 -0
  288. package/dist/charts/useMosaicChartRenderContext.d.ts.map +1 -0
  289. package/dist/charts/useMosaicChartRenderContext.js +63 -0
  290. package/dist/charts/useMosaicChartRenderContext.js.map +1 -0
  291. package/dist/charts/useParseChartConfig.d.ts +12 -0
  292. package/dist/charts/useParseChartConfig.d.ts.map +1 -0
  293. package/dist/charts/useParseChartConfig.js +28 -0
  294. package/dist/charts/useParseChartConfig.js.map +1 -0
  295. package/dist/charts/useRuntimeIssueReporter.d.ts +7 -0
  296. package/dist/charts/useRuntimeIssueReporter.d.ts.map +1 -0
  297. package/dist/charts/useRuntimeIssueReporter.js +19 -0
  298. package/dist/charts/useRuntimeIssueReporter.js.map +1 -0
  299. package/dist/charts/worksheet/ChartBlockHeader.d.ts +15 -0
  300. package/dist/charts/worksheet/ChartBlockHeader.d.ts.map +1 -0
  301. package/dist/charts/worksheet/ChartBlockHeader.js +9 -0
  302. package/dist/charts/worksheet/ChartBlockHeader.js.map +1 -0
  303. package/dist/charts/worksheet/ChartBlockRenderer.d.ts +4 -0
  304. package/dist/charts/worksheet/ChartBlockRenderer.d.ts.map +1 -0
  305. package/dist/charts/worksheet/ChartBlockRenderer.js +47 -0
  306. package/dist/charts/worksheet/ChartBlockRenderer.js.map +1 -0
  307. package/dist/charts/worksheet/ChartSelectorEmptyState.d.ts +15 -0
  308. package/dist/charts/worksheet/ChartSelectorEmptyState.d.ts.map +1 -0
  309. package/dist/charts/worksheet/ChartSelectorEmptyState.js +10 -0
  310. package/dist/charts/worksheet/ChartSelectorEmptyState.js.map +1 -0
  311. package/dist/column-types-utils.d.ts +12 -0
  312. package/dist/column-types-utils.d.ts.map +1 -0
  313. package/dist/column-types-utils.js +47 -0
  314. package/dist/column-types-utils.js.map +1 -0
  315. package/dist/components/AggregationSelector.d.ts +11 -0
  316. package/dist/components/AggregationSelector.d.ts.map +1 -0
  317. package/dist/components/AggregationSelector.js.map +1 -0
  318. package/dist/components/ColumnSelector.d.ts.map +1 -0
  319. package/dist/components/ColumnSelector.js +30 -0
  320. package/dist/components/ColumnSelector.js.map +1 -0
  321. package/dist/components/ColumnsContext.d.ts +11 -0
  322. package/dist/components/ColumnsContext.d.ts.map +1 -0
  323. package/dist/components/ColumnsContext.js +15 -0
  324. package/dist/components/ColumnsContext.js.map +1 -0
  325. package/dist/components/DataTableSelector.d.ts +22 -0
  326. package/dist/components/DataTableSelector.d.ts.map +1 -0
  327. package/dist/components/DataTableSelector.js +66 -0
  328. package/dist/components/DataTableSelector.js.map +1 -0
  329. package/dist/components/Field.d.ts.map +1 -0
  330. package/dist/components/Field.js.map +1 -0
  331. package/dist/components/FieldSelectorInput.d.ts +14 -0
  332. package/dist/components/FieldSelectorInput.d.ts.map +1 -0
  333. package/dist/components/FieldSelectorInput.js.map +1 -0
  334. package/dist/components/MultiFieldSelector.d.ts +14 -0
  335. package/dist/components/MultiFieldSelector.d.ts.map +1 -0
  336. package/dist/components/MultiFieldSelector.js +53 -0
  337. package/dist/components/MultiFieldSelector.js.map +1 -0
  338. package/dist/components/TableSelector.d.ts.map +1 -0
  339. package/dist/components/TableSelector.js +23 -0
  340. package/dist/components/TableSelector.js.map +1 -0
  341. package/dist/components/TemporalGranularitySelector.d.ts +10 -0
  342. package/dist/components/TemporalGranularitySelector.d.ts.map +1 -0
  343. package/dist/components/TemporalGranularitySelector.js +37 -0
  344. package/dist/components/TemporalGranularitySelector.js.map +1 -0
  345. package/dist/dashboard/DefaultMosaicDashboardBlock.d.ts +4 -0
  346. package/dist/dashboard/DefaultMosaicDashboardBlock.d.ts.map +1 -0
  347. package/dist/dashboard/DefaultMosaicDashboardBlock.js +6 -0
  348. package/dist/dashboard/DefaultMosaicDashboardBlock.js.map +1 -0
  349. package/dist/dashboard/MosaicDashboard.d.ts +2 -5
  350. package/dist/dashboard/MosaicDashboard.d.ts.map +1 -1
  351. package/dist/dashboard/MosaicDashboard.js +4 -6
  352. package/dist/dashboard/MosaicDashboard.js.map +1 -1
  353. package/dist/dashboard/MosaicDashboardContext.d.ts +0 -2
  354. package/dist/dashboard/MosaicDashboardContext.d.ts.map +1 -1
  355. package/dist/dashboard/MosaicDashboardContext.js.map +1 -1
  356. package/dist/dashboard/MosaicDashboardSlice.d.ts +30 -75
  357. package/dist/dashboard/MosaicDashboardSlice.d.ts.map +1 -1
  358. package/dist/dashboard/MosaicDashboardSlice.js +47 -52
  359. package/dist/dashboard/MosaicDashboardSlice.js.map +1 -1
  360. package/dist/dashboard/action-types.d.ts +1 -1
  361. package/dist/dashboard/action-types.d.ts.map +1 -1
  362. package/dist/dashboard/action-types.js.map +1 -1
  363. package/dist/dashboard/core-types.d.ts +2 -8
  364. package/dist/dashboard/core-types.d.ts.map +1 -1
  365. package/dist/dashboard/core-types.js +2 -8
  366. package/dist/dashboard/core-types.js.map +1 -1
  367. package/dist/dashboard/createDefaultMosaicDashboardPanelRenderers.d.ts +3 -0
  368. package/dist/dashboard/createDefaultMosaicDashboardPanelRenderers.d.ts.map +1 -0
  369. package/dist/dashboard/createDefaultMosaicDashboardPanelRenderers.js +11 -0
  370. package/dist/dashboard/createDefaultMosaicDashboardPanelRenderers.js.map +1 -0
  371. package/dist/dashboard/createMosaicDashboardBlockDefinition.d.ts +12 -0
  372. package/dist/dashboard/createMosaicDashboardBlockDefinition.d.ts.map +1 -0
  373. package/dist/dashboard/createMosaicDashboardBlockDefinition.js +32 -0
  374. package/dist/dashboard/createMosaicDashboardBlockDefinition.js.map +1 -0
  375. package/dist/dashboard/dashboard-types.d.ts +12 -54
  376. package/dist/dashboard/dashboard-types.d.ts.map +1 -1
  377. package/dist/dashboard/dashboard-types.js +7 -15
  378. package/dist/dashboard/dashboard-types.js.map +1 -1
  379. package/dist/dashboard/defaultPanelActions.d.ts.map +1 -1
  380. package/dist/dashboard/defaultPanelActions.js +3 -5
  381. package/dist/dashboard/defaultPanelActions.js.map +1 -1
  382. package/dist/dashboard/panel/MosaicDashboardPanel.d.ts.map +1 -0
  383. package/dist/dashboard/panel/MosaicDashboardPanel.js +23 -0
  384. package/dist/dashboard/panel/MosaicDashboardPanel.js.map +1 -0
  385. package/dist/dashboard/panel/MosaicDashboardPanelDragOverlay.d.ts.map +1 -0
  386. package/dist/dashboard/panel/MosaicDashboardPanelDragOverlay.js +17 -0
  387. package/dist/dashboard/panel/MosaicDashboardPanelDragOverlay.js.map +1 -0
  388. package/dist/dashboard/panel/MosaicDashboardPanelErrorBoundary.d.ts +17 -0
  389. package/dist/dashboard/panel/MosaicDashboardPanelErrorBoundary.d.ts.map +1 -0
  390. package/dist/dashboard/panel/MosaicDashboardPanelErrorBoundary.js +21 -0
  391. package/dist/dashboard/panel/MosaicDashboardPanelErrorBoundary.js.map +1 -0
  392. package/dist/dashboard/panel/MosaicDashboardPanelHeader.d.ts +13 -0
  393. package/dist/dashboard/panel/MosaicDashboardPanelHeader.d.ts.map +1 -0
  394. package/dist/dashboard/panel/MosaicDashboardPanelHeader.js +30 -0
  395. package/dist/dashboard/panel/MosaicDashboardPanelHeader.js.map +1 -0
  396. package/dist/dashboard/panel/MosaicDashboardPanelLayout.d.ts.map +1 -0
  397. package/dist/dashboard/panel/MosaicDashboardPanelLayout.js.map +1 -0
  398. package/dist/dashboard/panel/MosaicDashboardPanels.d.ts.map +1 -0
  399. package/dist/dashboard/panel/MosaicDashboardPanels.js +63 -0
  400. package/dist/dashboard/panel/MosaicDashboardPanels.js.map +1 -0
  401. package/dist/dashboard/toolbar/MosaicDashboardAddPanelDropdown.js +1 -1
  402. package/dist/dashboard/toolbar/MosaicDashboardAddPanelDropdown.js.map +1 -1
  403. package/dist/dashboard/toolbar/MosaicDashboardToolbar.d.ts.map +1 -1
  404. package/dist/dashboard/toolbar/MosaicDashboardToolbar.js +13 -4
  405. package/dist/dashboard/toolbar/MosaicDashboardToolbar.js.map +1 -1
  406. package/dist/dashboard/useMosaicDashboardAddPanelActionContext.js +1 -1
  407. package/dist/dashboard/useMosaicDashboardAddPanelActionContext.js.map +1 -1
  408. package/dist/dashboard/useSelectedOrFirstTable.js +1 -1
  409. package/dist/dashboard/useSelectedOrFirstTable.js.map +1 -1
  410. package/dist/data-table-explorer/DataTableExplorer.d.ts +37 -0
  411. package/dist/data-table-explorer/DataTableExplorer.d.ts.map +1 -0
  412. package/dist/data-table-explorer/DataTableExplorer.js +67 -0
  413. package/dist/data-table-explorer/DataTableExplorer.js.map +1 -0
  414. package/dist/data-table-explorer/DataTableExplorerCategoryClient.d.ts +50 -0
  415. package/dist/data-table-explorer/DataTableExplorerCategoryClient.d.ts.map +1 -0
  416. package/dist/data-table-explorer/DataTableExplorerCategoryClient.js +121 -0
  417. package/dist/data-table-explorer/DataTableExplorerCategoryClient.js.map +1 -0
  418. package/dist/data-table-explorer/DataTableExplorerCountClient.d.ts +28 -0
  419. package/dist/data-table-explorer/DataTableExplorerCountClient.d.ts.map +1 -0
  420. package/dist/data-table-explorer/DataTableExplorerCountClient.js +51 -0
  421. package/dist/data-table-explorer/DataTableExplorerCountClient.js.map +1 -0
  422. package/dist/data-table-explorer/DataTableExplorerHeader.d.ts +7 -0
  423. package/dist/data-table-explorer/DataTableExplorerHeader.d.ts.map +1 -0
  424. package/dist/data-table-explorer/DataTableExplorerHeader.js +195 -0
  425. package/dist/data-table-explorer/DataTableExplorerHeader.js.map +1 -0
  426. package/dist/data-table-explorer/DataTableExplorerHistogramClient.d.ts +69 -0
  427. package/dist/data-table-explorer/DataTableExplorerHistogramClient.d.ts.map +1 -0
  428. package/dist/data-table-explorer/DataTableExplorerHistogramClient.js +179 -0
  429. package/dist/data-table-explorer/DataTableExplorerHistogramClient.js.map +1 -0
  430. package/dist/data-table-explorer/DataTableExplorerPageClient.d.ts +37 -0
  431. package/dist/data-table-explorer/DataTableExplorerPageClient.d.ts.map +1 -0
  432. package/dist/data-table-explorer/DataTableExplorerPageClient.js +65 -0
  433. package/dist/data-table-explorer/DataTableExplorerPageClient.js.map +1 -0
  434. package/dist/data-table-explorer/DataTableExplorerRows.d.ts +9 -0
  435. package/dist/data-table-explorer/DataTableExplorerRows.d.ts.map +1 -0
  436. package/dist/data-table-explorer/DataTableExplorerRows.js +65 -0
  437. package/dist/data-table-explorer/DataTableExplorerRows.js.map +1 -0
  438. package/dist/data-table-explorer/DataTableExplorerStatusBar.d.ts +9 -0
  439. package/dist/data-table-explorer/DataTableExplorerStatusBar.d.ts.map +1 -0
  440. package/dist/data-table-explorer/DataTableExplorerStatusBar.js +28 -0
  441. package/dist/data-table-explorer/DataTableExplorerStatusBar.js.map +1 -0
  442. package/dist/data-table-explorer/DataTableExplorerUnsupportedSummaryClient.d.ts +24 -0
  443. package/dist/data-table-explorer/DataTableExplorerUnsupportedSummaryClient.d.ts.map +1 -0
  444. package/dist/data-table-explorer/DataTableExplorerUnsupportedSummaryClient.js +51 -0
  445. package/dist/data-table-explorer/DataTableExplorerUnsupportedSummaryClient.js.map +1 -0
  446. package/dist/data-table-explorer/addDataTableExplorerPanelAction.d.ts +3 -0
  447. package/dist/data-table-explorer/addDataTableExplorerPanelAction.d.ts.map +1 -0
  448. package/dist/data-table-explorer/addDataTableExplorerPanelAction.js +9 -0
  449. package/dist/data-table-explorer/addDataTableExplorerPanelAction.js.map +1 -0
  450. package/dist/data-table-explorer/createDataTableExplorerStore.d.ts +46 -0
  451. package/dist/data-table-explorer/createDataTableExplorerStore.d.ts.map +1 -0
  452. package/dist/data-table-explorer/createDataTableExplorerStore.js +126 -0
  453. package/dist/data-table-explorer/createDataTableExplorerStore.js.map +1 -0
  454. package/dist/data-table-explorer/dashboard/MosaicDashboardDataTableExplorerPanelRenderer.d.ts +4 -0
  455. package/dist/data-table-explorer/dashboard/MosaicDashboardDataTableExplorerPanelRenderer.d.ts.map +1 -0
  456. package/dist/data-table-explorer/dashboard/MosaicDashboardDataTableExplorerPanelRenderer.js +28 -0
  457. package/dist/data-table-explorer/dashboard/MosaicDashboardDataTableExplorerPanelRenderer.js.map +1 -0
  458. package/dist/data-table-explorer/dataTableExplorerController.d.ts +64 -0
  459. package/dist/data-table-explorer/dataTableExplorerController.d.ts.map +1 -0
  460. package/dist/data-table-explorer/dataTableExplorerController.js +127 -0
  461. package/dist/data-table-explorer/dataTableExplorerController.js.map +1 -0
  462. package/dist/data-table-explorer/layout.d.ts +11 -0
  463. package/dist/data-table-explorer/layout.d.ts.map +1 -0
  464. package/dist/data-table-explorer/layout.js +23 -0
  465. package/dist/data-table-explorer/layout.js.map +1 -0
  466. package/dist/data-table-explorer/types.d.ts +87 -0
  467. package/dist/data-table-explorer/types.d.ts.map +1 -0
  468. package/dist/data-table-explorer/types.js.map +1 -0
  469. package/dist/data-table-explorer/useDataTableExplorer.d.ts +7 -0
  470. package/dist/data-table-explorer/useDataTableExplorer.d.ts.map +1 -0
  471. package/dist/data-table-explorer/useDataTableExplorer.js +358 -0
  472. package/dist/data-table-explorer/useDataTableExplorer.js.map +1 -0
  473. package/dist/data-table-explorer/utils.d.ts +61 -0
  474. package/dist/data-table-explorer/utils.d.ts.map +1 -0
  475. package/dist/data-table-explorer/utils.js +349 -0
  476. package/dist/data-table-explorer/utils.js.map +1 -0
  477. package/dist/data-table-explorer/worksheet/DataTableBlockHeader.d.ts +11 -0
  478. package/dist/data-table-explorer/worksheet/DataTableBlockHeader.d.ts.map +1 -0
  479. package/dist/data-table-explorer/worksheet/DataTableBlockHeader.js +7 -0
  480. package/dist/data-table-explorer/worksheet/DataTableBlockHeader.js.map +1 -0
  481. package/dist/data-table-explorer/worksheet/DataTableBlockRenderer.d.ts +4 -0
  482. package/dist/data-table-explorer/worksheet/DataTableBlockRenderer.d.ts.map +1 -0
  483. package/dist/data-table-explorer/worksheet/DataTableBlockRenderer.js +35 -0
  484. package/dist/data-table-explorer/worksheet/DataTableBlockRenderer.js.map +1 -0
  485. package/dist/editor/MosaicChartContainer.d.ts +4 -4
  486. package/dist/editor/MosaicChartContainer.js +4 -4
  487. package/dist/editor/MosaicChartContainer.js.map +1 -1
  488. package/dist/hooks/useDataTable.d.ts +3 -0
  489. package/dist/hooks/useDataTable.d.ts.map +1 -0
  490. package/dist/hooks/useDataTable.js +28 -0
  491. package/dist/hooks/useDataTable.js.map +1 -0
  492. package/dist/hooks/useTablesWithColumns.d.ts.map +1 -0
  493. package/dist/hooks/useTablesWithColumns.js +13 -0
  494. package/dist/hooks/useTablesWithColumns.js.map +1 -0
  495. package/dist/index.d.ts +42 -32
  496. package/dist/index.d.ts.map +1 -1
  497. package/dist/index.js +35 -25
  498. package/dist/index.js.map +1 -1
  499. package/dist/schemas/common.d.ts +20 -0
  500. package/dist/schemas/common.d.ts.map +1 -0
  501. package/dist/schemas/common.js +15 -0
  502. package/dist/schemas/common.js.map +1 -0
  503. package/dist/schemas/index.d.ts +2 -0
  504. package/dist/schemas/index.d.ts.map +1 -0
  505. package/dist/schemas/index.js +2 -0
  506. package/dist/schemas/index.js.map +1 -0
  507. package/dist/useVgPlotChartRender.d.ts.map +1 -1
  508. package/dist/useVgPlotChartRender.js +17 -7
  509. package/dist/useVgPlotChartRender.js.map +1 -1
  510. package/package.json +14 -13
  511. package/dist/boxplot/BoxPlotClient.d.ts +0 -65
  512. package/dist/boxplot/BoxPlotClient.d.ts.map +0 -1
  513. package/dist/boxplot/BoxPlotClient.js +0 -286
  514. package/dist/boxplot/BoxPlotClient.js.map +0 -1
  515. package/dist/chart/ChartRuntimeIssuePanel.d.ts +0 -7
  516. package/dist/chart/ChartRuntimeIssuePanel.d.ts.map +0 -1
  517. package/dist/chart/ChartRuntimeIssuePanel.js +0 -10
  518. package/dist/chart/ChartRuntimeIssuePanel.js.map +0 -1
  519. package/dist/chart/MosaicDashboardChart.d.ts +0 -14
  520. package/dist/chart/MosaicDashboardChart.d.ts.map +0 -1
  521. package/dist/chart/MosaicDashboardChart.js +0 -21
  522. package/dist/chart/MosaicDashboardChart.js.map +0 -1
  523. package/dist/chart/MosaicDashboardChartContent.d.ts +0 -16
  524. package/dist/chart/MosaicDashboardChartContent.d.ts.map +0 -1
  525. package/dist/chart/MosaicDashboardChartContent.js +0 -45
  526. package/dist/chart/MosaicDashboardChartContent.js.map +0 -1
  527. package/dist/chart/MosaicDashboardChartHeaderActions.d.ts +0 -4
  528. package/dist/chart/MosaicDashboardChartHeaderActions.d.ts.map +0 -1
  529. package/dist/chart/MosaicDashboardChartHeaderActions.js +0 -16
  530. package/dist/chart/MosaicDashboardChartHeaderActions.js.map +0 -1
  531. package/dist/chart/MosaicDashboardChartRenderer.d.ts +0 -4
  532. package/dist/chart/MosaicDashboardChartRenderer.d.ts.map +0 -1
  533. package/dist/chart/MosaicDashboardChartRenderer.js +0 -31
  534. package/dist/chart/MosaicDashboardChartRenderer.js.map +0 -1
  535. package/dist/chart/MosaicDashboardComponentChart.d.ts +0 -18
  536. package/dist/chart/MosaicDashboardComponentChart.d.ts.map +0 -1
  537. package/dist/chart/MosaicDashboardComponentChart.js +0 -14
  538. package/dist/chart/MosaicDashboardComponentChart.js.map +0 -1
  539. package/dist/chart/MosaicDashboardVgPlotChart.d.ts +0 -14
  540. package/dist/chart/MosaicDashboardVgPlotChart.d.ts.map +0 -1
  541. package/dist/chart/MosaicDashboardVgPlotChart.js +0 -10
  542. package/dist/chart/MosaicDashboardVgPlotChart.js.map +0 -1
  543. package/dist/chart/MosaicDashboardVgPlotError.d.ts +0 -8
  544. package/dist/chart/MosaicDashboardVgPlotError.d.ts.map +0 -1
  545. package/dist/chart/MosaicDashboardVgPlotError.js +0 -11
  546. package/dist/chart/MosaicDashboardVgPlotError.js.map +0 -1
  547. package/dist/chart/addChartPanelAction.d.ts.map +0 -1
  548. package/dist/chart/addChartPanelAction.js.map +0 -1
  549. package/dist/chart/chart-settings/ChartSettings.d.ts +0 -44
  550. package/dist/chart/chart-settings/ChartSettings.d.ts.map +0 -1
  551. package/dist/chart/chart-settings/ChartSettings.js +0 -74
  552. package/dist/chart/chart-settings/ChartSettings.js.map +0 -1
  553. package/dist/chart/chart-settings/ChartSettingsContent.d.ts +0 -13
  554. package/dist/chart/chart-settings/ChartSettingsContent.d.ts.map +0 -1
  555. package/dist/chart/chart-settings/ChartSettingsContent.js +0 -18
  556. package/dist/chart/chart-settings/ChartSettingsContent.js.map +0 -1
  557. package/dist/chart/chart-settings/ChartSettingsContext.d.ts +0 -25
  558. package/dist/chart/chart-settings/ChartSettingsContext.d.ts.map +0 -1
  559. package/dist/chart/chart-settings/ChartSettingsContext.js +0 -34
  560. package/dist/chart/chart-settings/ChartSettingsContext.js.map +0 -1
  561. package/dist/chart/chart-settings/ChartSettingsPanel.d.ts +0 -14
  562. package/dist/chart/chart-settings/ChartSettingsPanel.d.ts.map +0 -1
  563. package/dist/chart/chart-settings/ChartSettingsPanel.js +0 -17
  564. package/dist/chart/chart-settings/ChartSettingsPanel.js.map +0 -1
  565. package/dist/chart/chart-settings/ChartSpecViewerPanel.d.ts +0 -9
  566. package/dist/chart/chart-settings/ChartSpecViewerPanel.d.ts.map +0 -1
  567. package/dist/chart/chart-settings/ChartSpecViewerPanel.js +0 -11
  568. package/dist/chart/chart-settings/ChartSpecViewerPanel.js.map +0 -1
  569. package/dist/chart/chart-settings/ChartTypeSelector.d.ts +0 -9
  570. package/dist/chart/chart-settings/ChartTypeSelector.d.ts.map +0 -1
  571. package/dist/chart/chart-settings/ChartTypeSelector.js +0 -16
  572. package/dist/chart/chart-settings/ChartTypeSelector.js.map +0 -1
  573. package/dist/chart/chart-settings/useTableColumns.d.ts +0 -3
  574. package/dist/chart/chart-settings/useTableColumns.d.ts.map +0 -1
  575. package/dist/chart/chart-settings/useTableColumns.js +0 -12
  576. package/dist/chart/chart-settings/useTableColumns.js.map +0 -1
  577. package/dist/chart/useBrushSelectionParams.d.ts +0 -3
  578. package/dist/chart/useBrushSelectionParams.d.ts.map +0 -1
  579. package/dist/chart/useBrushSelectionParams.js +0 -16
  580. package/dist/chart/useBrushSelectionParams.js.map +0 -1
  581. package/dist/chart/useChartRetainer.d.ts +0 -3
  582. package/dist/chart/useChartRetainer.d.ts.map +0 -1
  583. package/dist/chart/useChartRetainer.js +0 -11
  584. package/dist/chart/useChartRetainer.js.map +0 -1
  585. package/dist/chart/useGenerateSpec.d.ts +0 -13
  586. package/dist/chart/useGenerateSpec.d.ts.map +0 -1
  587. package/dist/chart/useGenerateSpec.js +0 -32
  588. package/dist/chart/useGenerateSpec.js.map +0 -1
  589. package/dist/chart-builders/AggregationSelector.d.ts +0 -11
  590. package/dist/chart-builders/AggregationSelector.d.ts.map +0 -1
  591. package/dist/chart-builders/AggregationSelector.js.map +0 -1
  592. package/dist/chart-builders/ColumnSelector.d.ts.map +0 -1
  593. package/dist/chart-builders/ColumnSelector.js +0 -30
  594. package/dist/chart-builders/ColumnSelector.js.map +0 -1
  595. package/dist/chart-builders/ColumnsContext.d.ts +0 -13
  596. package/dist/chart-builders/ColumnsContext.d.ts.map +0 -1
  597. package/dist/chart-builders/ColumnsContext.js +0 -15
  598. package/dist/chart-builders/ColumnsContext.js.map +0 -1
  599. package/dist/chart-builders/Field.d.ts.map +0 -1
  600. package/dist/chart-builders/Field.js.map +0 -1
  601. package/dist/chart-builders/FieldSelectorInput.d.ts +0 -14
  602. package/dist/chart-builders/FieldSelectorInput.d.ts.map +0 -1
  603. package/dist/chart-builders/FieldSelectorInput.js.map +0 -1
  604. package/dist/chart-builders/MultiFieldSelector.d.ts +0 -14
  605. package/dist/chart-builders/MultiFieldSelector.d.ts.map +0 -1
  606. package/dist/chart-builders/MultiFieldSelector.js +0 -53
  607. package/dist/chart-builders/MultiFieldSelector.js.map +0 -1
  608. package/dist/chart-builders/TableSelector.d.ts.map +0 -1
  609. package/dist/chart-builders/TableSelector.js +0 -23
  610. package/dist/chart-builders/TableSelector.js.map +0 -1
  611. package/dist/chart-builders/TemporalGranularitySelector.d.ts +0 -10
  612. package/dist/chart-builders/TemporalGranularitySelector.d.ts.map +0 -1
  613. package/dist/chart-builders/TemporalGranularitySelector.js +0 -37
  614. package/dist/chart-builders/TemporalGranularitySelector.js.map +0 -1
  615. package/dist/chart-builders/constants.d.ts +0 -12
  616. package/dist/chart-builders/constants.d.ts.map +0 -1
  617. package/dist/chart-builders/constants.js +0 -47
  618. package/dist/chart-builders/constants.js.map +0 -1
  619. package/dist/chart-types/base-types.d.ts +0 -168
  620. package/dist/chart-types/base-types.d.ts.map +0 -1
  621. package/dist/chart-types/base-types.js.map +0 -1
  622. package/dist/chart-types/box-plot/BoxPlotSettings.d.ts.map +0 -1
  623. package/dist/chart-types/box-plot/BoxPlotSettings.js +0 -9
  624. package/dist/chart-types/box-plot/BoxPlotSettings.js.map +0 -1
  625. package/dist/chart-types/box-plot/definition.d.ts.map +0 -1
  626. package/dist/chart-types/box-plot/definition.js +0 -24
  627. package/dist/chart-types/box-plot/definition.js.map +0 -1
  628. package/dist/chart-types/box-plot/renderer/BoxPlotErrorBoundary.d.ts.map +0 -1
  629. package/dist/chart-types/box-plot/renderer/BoxPlotErrorBoundary.js.map +0 -1
  630. package/dist/chart-types/box-plot/renderer/BoxPlotPanelRenderer.d.ts.map +0 -1
  631. package/dist/chart-types/box-plot/renderer/BoxPlotPanelRenderer.js +0 -118
  632. package/dist/chart-types/box-plot/renderer/BoxPlotPanelRenderer.js.map +0 -1
  633. package/dist/chart-types/box-plot/renderer/constants.d.ts +0 -24
  634. package/dist/chart-types/box-plot/renderer/constants.d.ts.map +0 -1
  635. package/dist/chart-types/box-plot/renderer/constants.js.map +0 -1
  636. package/dist/chart-types/box-plot/renderer/plot.d.ts +0 -14
  637. package/dist/chart-types/box-plot/renderer/plot.d.ts.map +0 -1
  638. package/dist/chart-types/box-plot/renderer/plot.js.map +0 -1
  639. package/dist/chart-types/box-plot/renderer/useBoxPlotClient.d.ts +0 -18
  640. package/dist/chart-types/box-plot/renderer/useBoxPlotClient.d.ts.map +0 -1
  641. package/dist/chart-types/box-plot/renderer/useBoxPlotClient.js +0 -56
  642. package/dist/chart-types/box-plot/renderer/useBoxPlotClient.js.map +0 -1
  643. package/dist/chart-types/box-plot/renderer/utils.d.ts +0 -6
  644. package/dist/chart-types/box-plot/renderer/utils.d.ts.map +0 -1
  645. package/dist/chart-types/box-plot/renderer/utils.js.map +0 -1
  646. package/dist/chart-types/box-plot/schema.d.ts +0 -21
  647. package/dist/chart-types/box-plot/schema.d.ts.map +0 -1
  648. package/dist/chart-types/box-plot/schema.js +0 -13
  649. package/dist/chart-types/box-plot/schema.js.map +0 -1
  650. package/dist/chart-types/box-plot/tool.d.ts +0 -40
  651. package/dist/chart-types/box-plot/tool.d.ts.map +0 -1
  652. package/dist/chart-types/box-plot/tool.js +0 -67
  653. package/dist/chart-types/box-plot/tool.js.map +0 -1
  654. package/dist/chart-types/bubble-chart/BubbleChartSettings.d.ts.map +0 -1
  655. package/dist/chart-types/bubble-chart/BubbleChartSettings.js +0 -9
  656. package/dist/chart-types/bubble-chart/BubbleChartSettings.js.map +0 -1
  657. package/dist/chart-types/bubble-chart/definition.d.ts.map +0 -1
  658. package/dist/chart-types/bubble-chart/definition.js +0 -24
  659. package/dist/chart-types/bubble-chart/definition.js.map +0 -1
  660. package/dist/chart-types/bubble-chart/schema.d.ts.map +0 -1
  661. package/dist/chart-types/bubble-chart/schema.js.map +0 -1
  662. package/dist/chart-types/bubble-chart/spec.d.ts.map +0 -1
  663. package/dist/chart-types/bubble-chart/spec.js +0 -31
  664. package/dist/chart-types/bubble-chart/spec.js.map +0 -1
  665. package/dist/chart-types/bubble-chart/tool.d.ts.map +0 -1
  666. package/dist/chart-types/bubble-chart/tool.js +0 -66
  667. package/dist/chart-types/bubble-chart/tool.js.map +0 -1
  668. package/dist/chart-types/chart-config.d.ts +0 -138
  669. package/dist/chart-types/chart-config.d.ts.map +0 -1
  670. package/dist/chart-types/chart-config.js +0 -49
  671. package/dist/chart-types/chart-config.js.map +0 -1
  672. package/dist/chart-types/count-plot/CountPlotSettings.d.ts.map +0 -1
  673. package/dist/chart-types/count-plot/CountPlotSettings.js +0 -9
  674. package/dist/chart-types/count-plot/CountPlotSettings.js.map +0 -1
  675. package/dist/chart-types/count-plot/definition.d.ts.map +0 -1
  676. package/dist/chart-types/count-plot/definition.js +0 -19
  677. package/dist/chart-types/count-plot/definition.js.map +0 -1
  678. package/dist/chart-types/count-plot/schema.d.ts.map +0 -1
  679. package/dist/chart-types/count-plot/schema.js.map +0 -1
  680. package/dist/chart-types/count-plot/spec.d.ts.map +0 -1
  681. package/dist/chart-types/count-plot/spec.js +0 -49
  682. package/dist/chart-types/count-plot/spec.js.map +0 -1
  683. package/dist/chart-types/count-plot/tool.d.ts.map +0 -1
  684. package/dist/chart-types/count-plot/tool.js +0 -63
  685. package/dist/chart-types/count-plot/tool.js.map +0 -1
  686. package/dist/chart-types/custom-spec/CustomSpecSettings.d.ts.map +0 -1
  687. package/dist/chart-types/custom-spec/CustomSpecSettings.js +0 -30
  688. package/dist/chart-types/custom-spec/CustomSpecSettings.js.map +0 -1
  689. package/dist/chart-types/custom-spec/definition.d.ts.map +0 -1
  690. package/dist/chart-types/custom-spec/definition.js +0 -22
  691. package/dist/chart-types/custom-spec/definition.js.map +0 -1
  692. package/dist/chart-types/custom-spec/schema.d.ts.map +0 -1
  693. package/dist/chart-types/custom-spec/schema.js.map +0 -1
  694. package/dist/chart-types/custom-spec/spec.d.ts.map +0 -1
  695. package/dist/chart-types/custom-spec/spec.js.map +0 -1
  696. package/dist/chart-types/data-policy-schema.d.ts.map +0 -1
  697. package/dist/chart-types/data-policy-schema.js.map +0 -1
  698. package/dist/chart-types/errors.d.ts +0 -23
  699. package/dist/chart-types/errors.d.ts.map +0 -1
  700. package/dist/chart-types/errors.js +0 -26
  701. package/dist/chart-types/errors.js.map +0 -1
  702. package/dist/chart-types/heatmap/HeatmapSettings.d.ts.map +0 -1
  703. package/dist/chart-types/heatmap/HeatmapSettings.js +0 -9
  704. package/dist/chart-types/heatmap/HeatmapSettings.js.map +0 -1
  705. package/dist/chart-types/heatmap/definition.d.ts.map +0 -1
  706. package/dist/chart-types/heatmap/definition.js +0 -19
  707. package/dist/chart-types/heatmap/definition.js.map +0 -1
  708. package/dist/chart-types/heatmap/schema.d.ts.map +0 -1
  709. package/dist/chart-types/heatmap/schema.js.map +0 -1
  710. package/dist/chart-types/heatmap/spec.d.ts.map +0 -1
  711. package/dist/chart-types/heatmap/spec.js +0 -32
  712. package/dist/chart-types/heatmap/spec.js.map +0 -1
  713. package/dist/chart-types/heatmap/tool.d.ts.map +0 -1
  714. package/dist/chart-types/heatmap/tool.js +0 -67
  715. package/dist/chart-types/heatmap/tool.js.map +0 -1
  716. package/dist/chart-types/histogram/HistogramSettings.d.ts.map +0 -1
  717. package/dist/chart-types/histogram/HistogramSettings.js +0 -11
  718. package/dist/chart-types/histogram/HistogramSettings.js.map +0 -1
  719. package/dist/chart-types/histogram/definition.d.ts.map +0 -1
  720. package/dist/chart-types/histogram/definition.js +0 -19
  721. package/dist/chart-types/histogram/definition.js.map +0 -1
  722. package/dist/chart-types/histogram/schema.d.ts.map +0 -1
  723. package/dist/chart-types/histogram/schema.js.map +0 -1
  724. package/dist/chart-types/histogram/spec.d.ts.map +0 -1
  725. package/dist/chart-types/histogram/spec.js +0 -37
  726. package/dist/chart-types/histogram/spec.js.map +0 -1
  727. package/dist/chart-types/histogram/tool.d.ts.map +0 -1
  728. package/dist/chart-types/histogram/tool.js +0 -65
  729. package/dist/chart-types/histogram/tool.js.map +0 -1
  730. package/dist/chart-types/index.d.ts +0 -157
  731. package/dist/chart-types/index.d.ts.map +0 -1
  732. package/dist/chart-types/index.js +0 -106
  733. package/dist/chart-types/index.js.map +0 -1
  734. package/dist/chart-types/line-chart/LineChartSettings.d.ts.map +0 -1
  735. package/dist/chart-types/line-chart/LineChartSettings.js +0 -24
  736. package/dist/chart-types/line-chart/LineChartSettings.js.map +0 -1
  737. package/dist/chart-types/line-chart/definition.d.ts.map +0 -1
  738. package/dist/chart-types/line-chart/definition.js +0 -26
  739. package/dist/chart-types/line-chart/definition.js.map +0 -1
  740. package/dist/chart-types/line-chart/schema.d.ts +0 -88
  741. package/dist/chart-types/line-chart/schema.d.ts.map +0 -1
  742. package/dist/chart-types/line-chart/schema.js +0 -41
  743. package/dist/chart-types/line-chart/schema.js.map +0 -1
  744. package/dist/chart-types/line-chart/spec.d.ts.map +0 -1
  745. package/dist/chart-types/line-chart/spec.js +0 -91
  746. package/dist/chart-types/line-chart/spec.js.map +0 -1
  747. package/dist/chart-types/line-chart/tool.d.ts.map +0 -1
  748. package/dist/chart-types/line-chart/tool.js +0 -74
  749. package/dist/chart-types/line-chart/tool.js.map +0 -1
  750. package/dist/chart-types/list-panels-tool.d.ts +0 -35
  751. package/dist/chart-types/list-panels-tool.d.ts.map +0 -1
  752. package/dist/chart-types/list-panels-tool.js.map +0 -1
  753. package/dist/chart-types/profiler-tool.d.ts +0 -40
  754. package/dist/chart-types/profiler-tool.d.ts.map +0 -1
  755. package/dist/chart-types/profiler-tool.js +0 -73
  756. package/dist/chart-types/profiler-tool.js.map +0 -1
  757. package/dist/chart-types/remove-panel-tool.d.ts +0 -31
  758. package/dist/chart-types/remove-panel-tool.d.ts.map +0 -1
  759. package/dist/chart-types/remove-panel-tool.js.map +0 -1
  760. package/dist/chart-types/text-panel-tool.d.ts +0 -42
  761. package/dist/chart-types/text-panel-tool.d.ts.map +0 -1
  762. package/dist/chart-types/text-panel-tool.js +0 -71
  763. package/dist/chart-types/text-panel-tool.js.map +0 -1
  764. package/dist/chart-types/tool-helpers.d.ts +0 -44
  765. package/dist/chart-types/tool-helpers.d.ts.map +0 -1
  766. package/dist/chart-types/tool-helpers.js +0 -129
  767. package/dist/chart-types/tool-helpers.js.map +0 -1
  768. package/dist/chart-types/tool-schemas.d.ts.map +0 -1
  769. package/dist/chart-types/tool-schemas.js.map +0 -1
  770. package/dist/chart-types/tool-types.d.ts +0 -26
  771. package/dist/chart-types/tool-types.d.ts.map +0 -1
  772. package/dist/chart-types/tool-types.js.map +0 -1
  773. package/dist/chart-types/tool-validation.d.ts +0 -3
  774. package/dist/chart-types/tool-validation.d.ts.map +0 -1
  775. package/dist/chart-types/tool-validation.js.map +0 -1
  776. package/dist/chart-types/useChartTypeDefinition.d.ts +0 -3
  777. package/dist/chart-types/useChartTypeDefinition.d.ts.map +0 -1
  778. package/dist/chart-types/useChartTypeDefinition.js.map +0 -1
  779. package/dist/dashboard/DashboardPanelErrorBoundary.d.ts +0 -17
  780. package/dist/dashboard/DashboardPanelErrorBoundary.d.ts.map +0 -1
  781. package/dist/dashboard/DashboardPanelErrorBoundary.js +0 -21
  782. package/dist/dashboard/DashboardPanelErrorBoundary.js.map +0 -1
  783. package/dist/dashboard/MosaicDashboardEmptyState.d.ts +0 -2
  784. package/dist/dashboard/MosaicDashboardEmptyState.d.ts.map +0 -1
  785. package/dist/dashboard/MosaicDashboardEmptyState.js +0 -14
  786. package/dist/dashboard/MosaicDashboardEmptyState.js.map +0 -1
  787. package/dist/dashboard/MosaicDashboardPanel.d.ts.map +0 -1
  788. package/dist/dashboard/MosaicDashboardPanel.js +0 -23
  789. package/dist/dashboard/MosaicDashboardPanel.js.map +0 -1
  790. package/dist/dashboard/MosaicDashboardPanelDragOverlay.d.ts.map +0 -1
  791. package/dist/dashboard/MosaicDashboardPanelDragOverlay.js +0 -17
  792. package/dist/dashboard/MosaicDashboardPanelDragOverlay.js.map +0 -1
  793. package/dist/dashboard/MosaicDashboardPanelHeader.d.ts +0 -13
  794. package/dist/dashboard/MosaicDashboardPanelHeader.d.ts.map +0 -1
  795. package/dist/dashboard/MosaicDashboardPanelHeader.js +0 -30
  796. package/dist/dashboard/MosaicDashboardPanelHeader.js.map +0 -1
  797. package/dist/dashboard/MosaicDashboardPanelLayout.d.ts.map +0 -1
  798. package/dist/dashboard/MosaicDashboardPanelLayout.js.map +0 -1
  799. package/dist/dashboard/MosaicDashboardPanels.d.ts.map +0 -1
  800. package/dist/dashboard/MosaicDashboardPanels.js +0 -54
  801. package/dist/dashboard/MosaicDashboardPanels.js.map +0 -1
  802. package/dist/dashboard/defaultPanelRenderers.d.ts +0 -3
  803. package/dist/dashboard/defaultPanelRenderers.d.ts.map +0 -1
  804. package/dist/dashboard/defaultPanelRenderers.js +0 -13
  805. package/dist/dashboard/defaultPanelRenderers.js.map +0 -1
  806. package/dist/dashboard/initial-state/BuildDashboardManuallyPanel.d.ts +0 -6
  807. package/dist/dashboard/initial-state/BuildDashboardManuallyPanel.d.ts.map +0 -1
  808. package/dist/dashboard/initial-state/BuildDashboardManuallyPanel.js +0 -46
  809. package/dist/dashboard/initial-state/BuildDashboardManuallyPanel.js.map +0 -1
  810. package/dist/dashboard/initial-state/BuildDashboardWithAIPanel.d.ts +0 -7
  811. package/dist/dashboard/initial-state/BuildDashboardWithAIPanel.d.ts.map +0 -1
  812. package/dist/dashboard/initial-state/BuildDashboardWithAIPanel.js +0 -29
  813. package/dist/dashboard/initial-state/BuildDashboardWithAIPanel.js.map +0 -1
  814. package/dist/dashboard/initial-state/MosaicDashboardInitialState.d.ts +0 -6
  815. package/dist/dashboard/initial-state/MosaicDashboardInitialState.d.ts.map +0 -1
  816. package/dist/dashboard/initial-state/MosaicDashboardInitialState.js +0 -9
  817. package/dist/dashboard/initial-state/MosaicDashboardInitialState.js.map +0 -1
  818. package/dist/dashboard/useTablesWithColumns.d.ts.map +0 -1
  819. package/dist/dashboard/useTablesWithColumns.js +0 -13
  820. package/dist/dashboard/useTablesWithColumns.js.map +0 -1
  821. package/dist/profiler/MosaicDashboardProfilerPanelRenderer.d.ts +0 -4
  822. package/dist/profiler/MosaicDashboardProfilerPanelRenderer.d.ts.map +0 -1
  823. package/dist/profiler/MosaicDashboardProfilerPanelRenderer.js +0 -32
  824. package/dist/profiler/MosaicDashboardProfilerPanelRenderer.js.map +0 -1
  825. package/dist/profiler/MosaicProfiler.d.ts +0 -32
  826. package/dist/profiler/MosaicProfiler.d.ts.map +0 -1
  827. package/dist/profiler/MosaicProfiler.js +0 -57
  828. package/dist/profiler/MosaicProfiler.js.map +0 -1
  829. package/dist/profiler/MosaicProfilerHeader.d.ts +0 -7
  830. package/dist/profiler/MosaicProfilerHeader.d.ts.map +0 -1
  831. package/dist/profiler/MosaicProfilerHeader.js +0 -196
  832. package/dist/profiler/MosaicProfilerHeader.js.map +0 -1
  833. package/dist/profiler/MosaicProfilerRows.d.ts +0 -9
  834. package/dist/profiler/MosaicProfilerRows.d.ts.map +0 -1
  835. package/dist/profiler/MosaicProfilerRows.js +0 -65
  836. package/dist/profiler/MosaicProfilerRows.js.map +0 -1
  837. package/dist/profiler/MosaicProfilerStatusBar.d.ts +0 -9
  838. package/dist/profiler/MosaicProfilerStatusBar.d.ts.map +0 -1
  839. package/dist/profiler/MosaicProfilerStatusBar.js +0 -28
  840. package/dist/profiler/MosaicProfilerStatusBar.js.map +0 -1
  841. package/dist/profiler/ProfilerCategoryClient.d.ts +0 -50
  842. package/dist/profiler/ProfilerCategoryClient.d.ts.map +0 -1
  843. package/dist/profiler/ProfilerCategoryClient.js +0 -121
  844. package/dist/profiler/ProfilerCategoryClient.js.map +0 -1
  845. package/dist/profiler/ProfilerCountClient.d.ts +0 -28
  846. package/dist/profiler/ProfilerCountClient.d.ts.map +0 -1
  847. package/dist/profiler/ProfilerCountClient.js +0 -51
  848. package/dist/profiler/ProfilerCountClient.js.map +0 -1
  849. package/dist/profiler/ProfilerHistogramClient.d.ts +0 -69
  850. package/dist/profiler/ProfilerHistogramClient.d.ts.map +0 -1
  851. package/dist/profiler/ProfilerHistogramClient.js +0 -179
  852. package/dist/profiler/ProfilerHistogramClient.js.map +0 -1
  853. package/dist/profiler/ProfilerPageClient.d.ts +0 -37
  854. package/dist/profiler/ProfilerPageClient.d.ts.map +0 -1
  855. package/dist/profiler/ProfilerPageClient.js +0 -65
  856. package/dist/profiler/ProfilerPageClient.js.map +0 -1
  857. package/dist/profiler/ProfilerUnsupportedSummaryClient.d.ts +0 -24
  858. package/dist/profiler/ProfilerUnsupportedSummaryClient.d.ts.map +0 -1
  859. package/dist/profiler/ProfilerUnsupportedSummaryClient.js +0 -51
  860. package/dist/profiler/ProfilerUnsupportedSummaryClient.js.map +0 -1
  861. package/dist/profiler/addProfilerPanelAction.d.ts +0 -3
  862. package/dist/profiler/addProfilerPanelAction.d.ts.map +0 -1
  863. package/dist/profiler/addProfilerPanelAction.js +0 -9
  864. package/dist/profiler/addProfilerPanelAction.js.map +0 -1
  865. package/dist/profiler/createProfilerStore.d.ts +0 -45
  866. package/dist/profiler/createProfilerStore.d.ts.map +0 -1
  867. package/dist/profiler/createProfilerStore.js +0 -120
  868. package/dist/profiler/createProfilerStore.js.map +0 -1
  869. package/dist/profiler/layout.d.ts +0 -7
  870. package/dist/profiler/layout.d.ts.map +0 -1
  871. package/dist/profiler/layout.js +0 -13
  872. package/dist/profiler/layout.js.map +0 -1
  873. package/dist/profiler/profilerController.d.ts +0 -64
  874. package/dist/profiler/profilerController.d.ts.map +0 -1
  875. package/dist/profiler/profilerController.js +0 -123
  876. package/dist/profiler/profilerController.js.map +0 -1
  877. package/dist/profiler/types.d.ts +0 -86
  878. package/dist/profiler/types.d.ts.map +0 -1
  879. package/dist/profiler/types.js.map +0 -1
  880. package/dist/profiler/useMosaicProfiler.d.ts +0 -7
  881. package/dist/profiler/useMosaicProfiler.d.ts.map +0 -1
  882. package/dist/profiler/useMosaicProfiler.js +0 -339
  883. package/dist/profiler/useMosaicProfiler.js.map +0 -1
  884. package/dist/profiler/utils.d.ts +0 -61
  885. package/dist/profiler/utils.d.ts.map +0 -1
  886. package/dist/profiler/utils.js +0 -347
  887. package/dist/profiler/utils.js.map +0 -1
  888. package/dist/text/MosaicDashboardTextRenderer.d.ts +0 -4
  889. package/dist/text/MosaicDashboardTextRenderer.d.ts.map +0 -1
  890. package/dist/text/MosaicDashboardTextRenderer.js +0 -46
  891. package/dist/text/MosaicDashboardTextRenderer.js.map +0 -1
  892. package/dist/text/addTextPanelAction.d.ts +0 -3
  893. package/dist/text/addTextPanelAction.d.ts.map +0 -1
  894. package/dist/text/addTextPanelAction.js +0 -9
  895. package/dist/text/addTextPanelAction.js.map +0 -1
  896. /package/dist/{chart-types → ai}/list-panels-tool.js +0 -0
  897. /package/dist/{chart-types → ai}/remove-panel-tool.js +0 -0
  898. /package/dist/{chart-types → ai}/tool-schemas.d.ts +0 -0
  899. /package/dist/{chart-types → ai}/tool-schemas.js +0 -0
  900. /package/dist/{chart-types → ai}/tool-types.js +0 -0
  901. /package/dist/{chart-types → ai}/tool-validation.js +0 -0
  902. /package/dist/{chart → charts}/addChartPanelAction.d.ts +0 -0
  903. /package/dist/{chart → charts}/addChartPanelAction.js +0 -0
  904. /package/dist/{chart-types → charts/chart-types}/base-types.js +0 -0
  905. /package/dist/{chart-types → charts/chart-types}/box-plot/BoxPlotSettings.d.ts +0 -0
  906. /package/dist/{chart-types → charts/chart-types}/box-plot/definition.d.ts +0 -0
  907. /package/dist/{chart-types → charts/chart-types}/box-plot/renderer/BoxPlotErrorBoundary.d.ts +0 -0
  908. /package/dist/{chart-types → charts/chart-types}/box-plot/renderer/BoxPlotErrorBoundary.js +0 -0
  909. /package/dist/{chart-types → charts/chart-types}/box-plot/renderer/BoxPlotPanelRenderer.d.ts +0 -0
  910. /package/dist/{chart-types → charts/chart-types}/box-plot/renderer/constants.js +0 -0
  911. /package/dist/{chart-types → charts/chart-types}/box-plot/renderer/plot.js +0 -0
  912. /package/dist/{chart-types → charts/chart-types}/box-plot/renderer/utils.js +0 -0
  913. /package/dist/{chart-types → charts/chart-types}/bubble-chart/BubbleChartSettings.d.ts +0 -0
  914. /package/dist/{chart-types → charts/chart-types}/bubble-chart/definition.d.ts +0 -0
  915. /package/dist/{chart-types → charts/chart-types}/bubble-chart/schema.d.ts +0 -0
  916. /package/dist/{chart-types → charts/chart-types}/bubble-chart/schema.js +0 -0
  917. /package/dist/{chart-types → charts/chart-types}/bubble-chart/spec.d.ts +0 -0
  918. /package/dist/{chart-types → charts/chart-types}/bubble-chart/tool.d.ts +0 -0
  919. /package/dist/{chart-types → charts/chart-types}/count-plot/CountPlotSettings.d.ts +0 -0
  920. /package/dist/{chart-types → charts/chart-types}/count-plot/definition.d.ts +0 -0
  921. /package/dist/{chart-types → charts/chart-types}/count-plot/schema.d.ts +0 -0
  922. /package/dist/{chart-types → charts/chart-types}/count-plot/schema.js +0 -0
  923. /package/dist/{chart-types → charts/chart-types}/count-plot/spec.d.ts +0 -0
  924. /package/dist/{chart-types → charts/chart-types}/count-plot/tool.d.ts +0 -0
  925. /package/dist/{chart-types → charts/chart-types}/custom-spec/CustomSpecSettings.d.ts +0 -0
  926. /package/dist/{chart-types → charts/chart-types}/custom-spec/definition.d.ts +0 -0
  927. /package/dist/{chart-types → charts/chart-types}/custom-spec/schema.d.ts +0 -0
  928. /package/dist/{chart-types → charts/chart-types}/custom-spec/schema.js +0 -0
  929. /package/dist/{chart-types → charts/chart-types}/custom-spec/spec.d.ts +0 -0
  930. /package/dist/{chart-types → charts/chart-types}/custom-spec/spec.js +0 -0
  931. /package/dist/{chart-types → charts/chart-types}/data-policy-schema.d.ts +0 -0
  932. /package/dist/{chart-types → charts/chart-types}/data-policy-schema.js +0 -0
  933. /package/dist/{chart-types → charts/chart-types}/heatmap/HeatmapSettings.d.ts +0 -0
  934. /package/dist/{chart-types → charts/chart-types}/heatmap/definition.d.ts +0 -0
  935. /package/dist/{chart-types → charts/chart-types}/heatmap/schema.d.ts +0 -0
  936. /package/dist/{chart-types → charts/chart-types}/heatmap/schema.js +0 -0
  937. /package/dist/{chart-types → charts/chart-types}/heatmap/spec.d.ts +0 -0
  938. /package/dist/{chart-types → charts/chart-types}/heatmap/tool.d.ts +0 -0
  939. /package/dist/{chart-types → charts/chart-types}/histogram/HistogramSettings.d.ts +0 -0
  940. /package/dist/{chart-types → charts/chart-types}/histogram/definition.d.ts +0 -0
  941. /package/dist/{chart-types → charts/chart-types}/histogram/schema.d.ts +0 -0
  942. /package/dist/{chart-types → charts/chart-types}/histogram/schema.js +0 -0
  943. /package/dist/{chart-types → charts/chart-types}/histogram/spec.d.ts +0 -0
  944. /package/dist/{chart-types → charts/chart-types}/histogram/tool.d.ts +0 -0
  945. /package/dist/{chart-types → charts/chart-types}/line-chart/LineChartSettings.d.ts +0 -0
  946. /package/dist/{chart-types → charts/chart-types}/line-chart/definition.d.ts +0 -0
  947. /package/dist/{chart-types → charts/chart-types}/line-chart/spec.d.ts +0 -0
  948. /package/dist/{chart-types → charts/chart-types}/line-chart/tool.d.ts +0 -0
  949. /package/dist/{chart-types → charts}/useChartTypeDefinition.js +0 -0
  950. /package/dist/{chart-builders → components}/AggregationSelector.js +0 -0
  951. /package/dist/{chart-builders → components}/ColumnSelector.d.ts +0 -0
  952. /package/dist/{chart-builders → components}/Field.d.ts +0 -0
  953. /package/dist/{chart-builders → components}/Field.js +0 -0
  954. /package/dist/{chart-builders → components}/FieldSelectorInput.js +0 -0
  955. /package/dist/{chart-builders → components}/TableSelector.d.ts +0 -0
  956. /package/dist/dashboard/{MosaicDashboardPanel.d.ts → panel/MosaicDashboardPanel.d.ts} +0 -0
  957. /package/dist/dashboard/{MosaicDashboardPanelDragOverlay.d.ts → panel/MosaicDashboardPanelDragOverlay.d.ts} +0 -0
  958. /package/dist/dashboard/{MosaicDashboardPanelLayout.d.ts → panel/MosaicDashboardPanelLayout.d.ts} +0 -0
  959. /package/dist/dashboard/{MosaicDashboardPanelLayout.js → panel/MosaicDashboardPanelLayout.js} +0 -0
  960. /package/dist/dashboard/{MosaicDashboardPanels.d.ts → panel/MosaicDashboardPanels.d.ts} +0 -0
  961. /package/dist/{profiler → data-table-explorer}/types.js +0 -0
  962. /package/dist/{dashboard → hooks}/useTablesWithColumns.d.ts +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"spec.d.ts","sourceRoot":"","sources":["../../../src/chart-types/line-chart/spec.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAC,iBAAiB,EAAC,MAAM,UAAU,CAAC;AAuB3C,wBAAgB,mBAAmB,CACjC,SAAS,EAAE,MAAM,EACjB,EAAC,CAAC,EAAE,OAAO,EAAE,SAAS,EAAC,EAAE,iBAAiB,GACzC,IAAI,CAkFN"}
@@ -1,91 +0,0 @@
1
- import { SpecGenerationError } from '../errors';
2
- // Chart color palette matching theme colors from tailwind-preset.css
3
- const CHART_COLORS = [
4
- '#ea7c5c', // chart-1: hsl(12, 76%, 61%)
5
- '#2a9d8f', // chart-2: hsl(173, 58%, 39%)
6
- '#264653', // chart-3: hsl(197, 37%, 24%)
7
- '#e9c46a', // chart-4: hsl(43, 74%, 66%)
8
- '#f4a261', // chart-5: hsl(27, 87%, 67%)
9
- ];
10
- function getLineColor(fieldConfig, index) {
11
- if (fieldConfig.color) {
12
- return fieldConfig.color;
13
- }
14
- // CHART_COLORS is non-empty, so this is always defined
15
- return CHART_COLORS[index % CHART_COLORS.length];
16
- }
17
- export function createLineChartSpec(tableName, { x, yFields, xInterval }) {
18
- if (!x) {
19
- throw new SpecGenerationError('X field is required for line chart');
20
- }
21
- if (!yFields || yFields.length === 0) {
22
- throw new SpecGenerationError('At least one Y field is required for line chart');
23
- }
24
- const plotMarks = [];
25
- // When temporal aggregation is active, use SQL binning
26
- const dataSource = xInterval
27
- ? {
28
- from: tableName,
29
- filterBy: '$brush',
30
- }
31
- : { from: tableName, filterBy: '$brush' };
32
- // Generate lineY and text marks for each Y field
33
- yFields.forEach((fieldConfig, index) => {
34
- const color = getLineColor(fieldConfig, index);
35
- const aggregate = fieldConfig.aggregate || 'sum';
36
- // When temporal aggregation is active, use bin for X and aggregation for Y
37
- if (xInterval) {
38
- // Use bin syntax for temporal aggregation
39
- plotMarks.push({
40
- mark: 'lineY',
41
- data: dataSource,
42
- x: { bin: x, interval: xInterval },
43
- y: { [aggregate]: fieldConfig.field },
44
- stroke: color,
45
- });
46
- // Text label with aggregation info
47
- plotMarks.push({
48
- mark: 'text',
49
- data: dataSource,
50
- x: { bin: x, interval: xInterval },
51
- y: { [aggregate]: fieldConfig.field },
52
- text: [`${fieldConfig.field} (${aggregate})`],
53
- fill: color,
54
- dx: 5,
55
- dy: -5,
56
- });
57
- }
58
- else {
59
- // No aggregation - direct field references
60
- plotMarks.push({
61
- mark: 'lineY',
62
- data: dataSource,
63
- x,
64
- y: fieldConfig.field,
65
- stroke: color,
66
- });
67
- plotMarks.push({
68
- mark: 'text',
69
- data: dataSource,
70
- x,
71
- y: fieldConfig.field,
72
- text: [fieldConfig.field],
73
- fill: color,
74
- dx: 5,
75
- dy: -5,
76
- });
77
- }
78
- });
79
- // Add brush
80
- plotMarks.push({ select: 'intervalX', as: '$brush' });
81
- return {
82
- plot: plotMarks,
83
- xLabel: x,
84
- yLabel: undefined,
85
- height: 250,
86
- width: 380,
87
- margins: { left: 50, right: 20, top: 20, bottom: 50 },
88
- params: { brush: { select: 'crossfilter' } },
89
- };
90
- }
91
- //# sourceMappingURL=spec.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"spec.js","sourceRoot":"","sources":["../../../src/chart-types/line-chart/spec.ts"],"names":[],"mappings":"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","sourcesContent":["import type {Spec} from '@uwdata/mosaic-spec';\nimport {LineChartSettings} from './schema';\nimport {SpecGenerationError} from '../errors';\n\n// Chart color palette matching theme colors from tailwind-preset.css\nconst CHART_COLORS = [\n '#ea7c5c', // chart-1: hsl(12, 76%, 61%)\n '#2a9d8f', // chart-2: hsl(173, 58%, 39%)\n '#264653', // chart-3: hsl(197, 37%, 24%)\n '#e9c46a', // chart-4: hsl(43, 74%, 66%)\n '#f4a261', // chart-5: hsl(27, 87%, 67%)\n];\n\nfunction getLineColor(\n fieldConfig: {field: string; color?: string},\n index: number,\n): string {\n if (fieldConfig.color) {\n return fieldConfig.color;\n }\n // CHART_COLORS is non-empty, so this is always defined\n return CHART_COLORS[index % CHART_COLORS.length]!;\n}\n\nexport function createLineChartSpec(\n tableName: string,\n {x, yFields, xInterval}: LineChartSettings,\n): Spec {\n if (!x) {\n throw new SpecGenerationError('X field is required for line chart');\n }\n if (!yFields || yFields.length === 0) {\n throw new SpecGenerationError(\n 'At least one Y field is required for line chart',\n );\n }\n\n const plotMarks: any[] = [];\n\n // When temporal aggregation is active, use SQL binning\n const dataSource = xInterval\n ? {\n from: tableName,\n filterBy: '$brush',\n }\n : {from: tableName, filterBy: '$brush'};\n\n // Generate lineY and text marks for each Y field\n yFields.forEach((fieldConfig, index) => {\n const color = getLineColor(fieldConfig, index);\n const aggregate = fieldConfig.aggregate || 'sum';\n\n // When temporal aggregation is active, use bin for X and aggregation for Y\n if (xInterval) {\n // Use bin syntax for temporal aggregation\n plotMarks.push({\n mark: 'lineY',\n data: dataSource,\n x: {bin: x, interval: xInterval},\n y: {[aggregate]: fieldConfig.field},\n stroke: color,\n });\n\n // Text label with aggregation info\n plotMarks.push({\n mark: 'text',\n data: dataSource,\n x: {bin: x, interval: xInterval},\n y: {[aggregate]: fieldConfig.field},\n text: [`${fieldConfig.field} (${aggregate})`],\n fill: color,\n dx: 5,\n dy: -5,\n });\n } else {\n // No aggregation - direct field references\n plotMarks.push({\n mark: 'lineY',\n data: dataSource,\n x,\n y: fieldConfig.field,\n stroke: color,\n });\n\n plotMarks.push({\n mark: 'text',\n data: dataSource,\n x,\n y: fieldConfig.field,\n text: [fieldConfig.field],\n fill: color,\n dx: 5,\n dy: -5,\n });\n }\n });\n\n // Add brush\n plotMarks.push({select: 'intervalX', as: '$brush'});\n\n return {\n plot: plotMarks,\n xLabel: x,\n yLabel: undefined,\n height: 250,\n width: 380,\n margins: {left: 50, right: 20, top: 20, bottom: 50},\n params: {brush: {select: 'crossfilter'}},\n } as Spec;\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"tool.d.ts","sourceRoot":"","sources":["../../../src/chart-types/line-chart/tool.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AAGtB,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,eAAe,CAAC;AAYrD,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAElC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE1E,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkF5D"}
@@ -1,74 +0,0 @@
1
- import { tool } from 'ai';
2
- import { LineChartSettings, AggregateFunction, TemporalInterval } from './schema';
3
- import { BaseChartToolParameters } from '../tool-schemas';
4
- import { validateColumnExists } from '../tool-validation';
5
- import { NUMERIC_COLUMN_TYPES, QUANTITATIVE_COLUMN_TYPES, TEMPORAL_COLUMN_TYPES, } from '../../chart-builders/constants';
6
- import { createOrUpdateChartPanel } from '../tool-helpers';
7
- const AGGREGATE_FUNCTIONS = AggregateFunction.options;
8
- const TEMPORAL_INTERVALS = TemporalInterval.options;
9
- export const LineChartToolParameters = BaseChartToolParameters.extend({
10
- settings: LineChartSettings.required(),
11
- });
12
- export function createLineChartAiTool(deps) {
13
- return tool({
14
- description: `Line chart: shows trends and changes over time or ordered continuous variable. Connects data points to show progression.
15
-
16
- Use when: user asks about "trend", "over time", "changes in", "time series", "progression of", "track X over Y".
17
- Example queries: "population growth over time", "temperature trend by month", "show land development over years", "elevation changes along route", "average precipitation by season".
18
-
19
- Required:
20
- - x: quantitative column (${QUANTITATIVE_COLUMN_TYPES.join(', ')})
21
- - yFields: array of {field: string (numeric: ${NUMERIC_COLUMN_TYPES.join(', ')}), aggregate?: ${AGGREGATE_FUNCTIONS.join('|')}}
22
-
23
- Optional: xInterval for temporal grouping (${TEMPORAL_INTERVALS.join(', ')}) when x is temporal (${TEMPORAL_COLUMN_TYPES.join(', ')}).
24
- Multiple yFields create multi-line chart for comparing metrics.
25
-
26
- NOTE: Line charts with aggregation (xInterval or aggregate functions) handle large datasets well. Without aggregation, line charts plot individual points and should not be used for tables with more than ${deps.maxDataPoints.toLocaleString()} rows - use aggregated visualizations instead.
27
-
28
- To UPDATE an existing line chart: provide the panelId parameter. Otherwise creates new panel.
29
-
30
- Do NOT use for: single point distributions (use histogram), categorical counts (use count-plot), two-variable correlations (use bubble-chart).`,
31
- inputSchema: LineChartToolParameters,
32
- execute: async (params, context) => {
33
- try {
34
- const artifactId = deps.resolveArtifact(params.artifactId, params.createArtifactIfMissing, context);
35
- const { tableName, columns } = deps.resolveTable(artifactId, params.tableName);
36
- // Validate settings
37
- validateColumnExists(params.settings.x, QUANTITATIVE_COLUMN_TYPES, columns, 'x');
38
- for (const yField of params.settings.yFields) {
39
- validateColumnExists(yField.field, NUMERIC_COLUMN_TYPES, columns, 'yFields');
40
- }
41
- const result = createOrUpdateChartPanel(deps, {
42
- panelId: params.panelId,
43
- dashboardId: artifactId,
44
- tableName,
45
- title: params.settings.x
46
- ? `Line chart - ${params.settings.yFields?.map((f) => f.field).join(', ') || ''} over ${params.settings.x}`
47
- : 'Line chart',
48
- config: {
49
- chartType: 'line-chart',
50
- settings: params.settings,
51
- },
52
- });
53
- return {
54
- llmResult: {
55
- success: true,
56
- details: params.panelId
57
- ? `Updated line chart "${result.title}".`
58
- : `Created line chart "${result.title}".`,
59
- data: result,
60
- },
61
- };
62
- }
63
- catch (error) {
64
- return {
65
- llmResult: {
66
- success: false,
67
- errorMessage: error instanceof Error ? error.message : String(error),
68
- },
69
- };
70
- }
71
- },
72
- });
73
- }
74
- //# sourceMappingURL=tool.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tool.js","sourceRoot":"","sources":["../../../src/chart-types/line-chart/tool.ts"],"names":[],"mappings":"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","sourcesContent":["import {tool} from 'ai';\nimport {z} from 'zod';\nimport {LineChartSettings, AggregateFunction, TemporalInterval} from './schema';\nimport {BaseChartToolParameters} from '../tool-schemas';\nimport type {DashboardToolDeps} from '../base-types';\nimport {validateColumnExists} from '../tool-validation';\nimport {\n NUMERIC_COLUMN_TYPES,\n QUANTITATIVE_COLUMN_TYPES,\n TEMPORAL_COLUMN_TYPES,\n} from '../../chart-builders/constants';\nimport {createOrUpdateChartPanel} from '../tool-helpers';\n\nconst AGGREGATE_FUNCTIONS = AggregateFunction.options;\nconst TEMPORAL_INTERVALS = TemporalInterval.options;\n\nexport const LineChartToolParameters = BaseChartToolParameters.extend({\n settings: LineChartSettings.required(),\n});\n\nexport type LineChartToolParams = z.infer<typeof LineChartToolParameters>;\n\nexport function createLineChartAiTool(deps: DashboardToolDeps) {\n return tool({\n description: `Line chart: shows trends and changes over time or ordered continuous variable. Connects data points to show progression.\n\nUse when: user asks about \"trend\", \"over time\", \"changes in\", \"time series\", \"progression of\", \"track X over Y\".\nExample queries: \"population growth over time\", \"temperature trend by month\", \"show land development over years\", \"elevation changes along route\", \"average precipitation by season\".\n\nRequired:\n- x: quantitative column (${QUANTITATIVE_COLUMN_TYPES.join(', ')})\n- yFields: array of {field: string (numeric: ${NUMERIC_COLUMN_TYPES.join(', ')}), aggregate?: ${AGGREGATE_FUNCTIONS.join('|')}}\n\nOptional: xInterval for temporal grouping (${TEMPORAL_INTERVALS.join(', ')}) when x is temporal (${TEMPORAL_COLUMN_TYPES.join(', ')}).\nMultiple yFields create multi-line chart for comparing metrics.\n\nNOTE: Line charts with aggregation (xInterval or aggregate functions) handle large datasets well. Without aggregation, line charts plot individual points and should not be used for tables with more than ${deps.maxDataPoints.toLocaleString()} rows - use aggregated visualizations instead.\n\nTo UPDATE an existing line chart: provide the panelId parameter. Otherwise creates new panel.\n\nDo NOT use for: single point distributions (use histogram), categorical counts (use count-plot), two-variable correlations (use bubble-chart).`,\n inputSchema: LineChartToolParameters,\n execute: async (params, context) => {\n try {\n const artifactId = deps.resolveArtifact(\n params.artifactId,\n params.createArtifactIfMissing,\n context,\n );\n const {tableName, columns} = deps.resolveTable(\n artifactId,\n params.tableName,\n );\n\n // Validate settings\n validateColumnExists(\n params.settings.x,\n QUANTITATIVE_COLUMN_TYPES,\n columns,\n 'x',\n );\n\n for (const yField of params.settings.yFields) {\n validateColumnExists(\n yField.field,\n NUMERIC_COLUMN_TYPES,\n columns,\n 'yFields',\n );\n }\n\n const result = createOrUpdateChartPanel(deps, {\n panelId: params.panelId,\n dashboardId: artifactId,\n tableName,\n title: params.settings.x\n ? `Line chart - ${params.settings.yFields?.map((f) => f.field).join(', ') || ''} over ${params.settings.x}`\n : 'Line chart',\n config: {\n chartType: 'line-chart',\n settings: params.settings,\n },\n });\n\n return {\n llmResult: {\n success: true,\n details: params.panelId\n ? `Updated line chart \"${result.title}\".`\n : `Created line chart \"${result.title}\".`,\n data: result,\n },\n };\n } catch (error) {\n return {\n llmResult: {\n success: false,\n errorMessage:\n error instanceof Error ? error.message : String(error),\n },\n };\n }\n },\n });\n}\n"]}
@@ -1,35 +0,0 @@
1
- import { z } from 'zod';
2
- import type { DashboardToolDeps } from './base-types';
3
- export declare const ListPanelsToolParameters: z.ZodObject<{
4
- artifactId: z.ZodOptional<z.ZodString>;
5
- reasoning: z.ZodString;
6
- }, z.core.$strip>;
7
- export type ListPanelsToolParams = z.infer<typeof ListPanelsToolParameters>;
8
- export declare function createListPanelsTool(deps: DashboardToolDeps): import("ai").Tool<{
9
- reasoning: string;
10
- artifactId?: string | undefined;
11
- }, {
12
- llmResult: {
13
- success: boolean;
14
- errorMessage: string;
15
- details?: undefined;
16
- data?: undefined;
17
- };
18
- } | {
19
- llmResult: {
20
- success: boolean;
21
- details: string;
22
- data: {
23
- artifactId: string;
24
- panels: {
25
- issue?: import("..").ChartRuntimeIssue | undefined;
26
- id: any;
27
- type: any;
28
- title: any;
29
- config: any;
30
- }[];
31
- };
32
- errorMessage?: undefined;
33
- };
34
- }>;
35
- //# sourceMappingURL=list-panels-tool.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"list-panels-tool.d.ts","sourceRoot":"","sources":["../../src/chart-types/list-panels-tool.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AACtB,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,cAAc,CAAC;AAEpD,eAAO,MAAM,wBAAwB;;;iBAQnC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE5E,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;GAwD3D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"list-panels-tool.js","sourceRoot":"","sources":["../../src/chart-types/list-panels-tool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,IAAI,CAAC;AACxB,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AAGtB,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/C,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,gEAAgE,CAAC;IAC7E,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,CAAC,+CAA+C,CAAC;CAC7D,CAAC,CAAC;AAIH,MAAM,UAAU,oBAAoB,CAAC,IAAuB;IAC1D,OAAO,IAAI,CAAC;QACV,WAAW,EAAE;;;;;;oEAMmD;QAChE,WAAW,EAAE,wBAAwB;QACrC,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE;YACxB,IAAI,CAAC;gBACH,MAAM,UAAU,GAAG,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;gBAE3D,MAAM,SAAS,GAAG,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC;gBAChD,IAAI,CAAC,SAAS,EAAE,CAAC;oBACf,OAAO;wBACL,SAAS,EAAE;4BACT,OAAO,EAAE,KAAK;4BACd,YAAY,EAAE,cAAc,UAAU,cAAc;yBACrD;qBACF,CAAC;gBACJ,CAAC;gBAED,MAAM,MAAM,GAAG,SAAS,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,KAAU,EAAE,EAAE;oBACjD,MAAM,KAAK,GAAG,IAAI,CAAC,aAAa,EAAE,CAAC,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,CAAC;oBACzD,OAAO;wBACL,EAAE,EAAE,KAAK,CAAC,EAAE;wBACZ,IAAI,EAAE,KAAK,CAAC,IAAI;wBAChB,KAAK,EAAE,KAAK,CAAC,KAAK;wBAClB,MAAM,EAAE,KAAK,CAAC,MAAM;wBACpB,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAC,KAAK,EAAC,CAAC,CAAC,CAAC,EAAE,CAAC;qBAC1B,CAAC;gBACJ,CAAC,CAAC,CAAC;gBAEH,OAAO;oBACL,SAAS,EAAE;wBACT,OAAO,EAAE,IAAI;wBACb,OAAO,EAAE,SAAS,MAAM,CAAC,MAAM,yBAAyB;wBACxD,IAAI,EAAE;4BACJ,UAAU;4BACV,MAAM;yBACP;qBACF;iBACF,CAAC;YACJ,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,OAAO;oBACL,SAAS,EAAE;wBACT,OAAO,EAAE,KAAK;wBACd,YAAY,EACV,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC;qBACzD;iBACF,CAAC;YACJ,CAAC;QACH,CAAC;KACF,CAAC,CAAC;AACL,CAAC","sourcesContent":["import {tool} from 'ai';\nimport {z} from 'zod';\nimport type {DashboardToolDeps} from './base-types';\n\nexport const ListPanelsToolParameters = z.object({\n artifactId: z\n .string()\n .optional()\n .describe('Optional dashboard artifact ID. Defaults to current dashboard.'),\n reasoning: z\n .string()\n .describe('Brief rationale for listing dashboard panels.'),\n});\n\nexport type ListPanelsToolParams = z.infer<typeof ListPanelsToolParameters>;\n\nexport function createListPanelsTool(deps: DashboardToolDeps) {\n return tool({\n description: `List dashboard panels: returns all panels in the current dashboard with their IDs, types, titles, configurations, and any current runtime issue.\n\nUse when: you need to discover panel IDs before updating or removing panels, or when user asks \"what's on this dashboard\".\n\nRuntime issues are transient chart diagnostics such as too-much-data or sql-error. If a panel has an issue, use the panel ID to update it in place with a safer chart configuration.\n\nReturns array of: {id, type, title, config, issue?} for each panel.`,\n inputSchema: ListPanelsToolParameters,\n execute: async (params) => {\n try {\n const artifactId = deps.resolveArtifact(params.artifactId);\n\n const dashboard = deps.getDashboard(artifactId);\n if (!dashboard) {\n return {\n llmResult: {\n success: false,\n errorMessage: `Dashboard \"${artifactId}\" not found.`,\n },\n };\n }\n\n const panels = dashboard.panels.map((panel: any) => {\n const issue = deps.getPanelIssue?.(artifactId, panel.id);\n return {\n id: panel.id,\n type: panel.type,\n title: panel.title,\n config: panel.config,\n ...(issue ? {issue} : {}),\n };\n });\n\n return {\n llmResult: {\n success: true,\n details: `Found ${panels.length} panel(s) in dashboard.`,\n data: {\n artifactId,\n panels,\n },\n },\n };\n } catch (error) {\n return {\n llmResult: {\n success: false,\n errorMessage:\n error instanceof Error ? error.message : String(error),\n },\n };\n }\n },\n });\n}\n"]}
@@ -1,40 +0,0 @@
1
- import { z } from 'zod';
2
- import type { DashboardToolDeps } from './base-types';
3
- export declare const ProfilerToolParameters: z.ZodObject<{
4
- artifactId: z.ZodOptional<z.ZodString>;
5
- tableName: z.ZodOptional<z.ZodString>;
6
- createArtifactIfMissing: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
7
- panelId: z.ZodOptional<z.ZodString>;
8
- title: z.ZodDefault<z.ZodOptional<z.ZodString>>;
9
- config: z.ZodObject<{
10
- pageSize: z.ZodOptional<z.ZodNumber>;
11
- }, z.core.$strip>;
12
- reasoning: z.ZodString;
13
- }, z.core.$strip>;
14
- export type ProfilerToolParams = z.infer<typeof ProfilerToolParameters>;
15
- export declare function createProfilerTool(deps: DashboardToolDeps): import("ai").Tool<{
16
- createArtifactIfMissing: boolean;
17
- title: string;
18
- config: {
19
- pageSize?: number | undefined;
20
- };
21
- reasoning: string;
22
- artifactId?: string | undefined;
23
- tableName?: string | undefined;
24
- panelId?: string | undefined;
25
- }, {
26
- llmResult: {
27
- success: boolean;
28
- details: string;
29
- data: import("./tool-helpers").PanelResult;
30
- errorMessage?: undefined;
31
- };
32
- } | {
33
- llmResult: {
34
- success: boolean;
35
- errorMessage: string;
36
- details?: undefined;
37
- data?: undefined;
38
- };
39
- }>;
40
- //# sourceMappingURL=profiler-tool.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"profiler-tool.d.ts","sourceRoot":"","sources":["../../src/chart-types/profiler-tool.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AACtB,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,cAAc,CAAC;AAIpD,eAAO,MAAM,sBAAsB;;;;;;;;;;iBA2BjC,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAExE,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;GA8CzD"}
@@ -1,73 +0,0 @@
1
- import { tool } from 'ai';
2
- import { z } from 'zod';
3
- import { createOrUpdateProfilerPanel } from './tool-helpers';
4
- import { ProfilerPanelConfig } from '../dashboard/core-types';
5
- export const ProfilerToolParameters = z.object({
6
- artifactId: z
7
- .string()
8
- .optional()
9
- .describe('Optional dashboard artifact ID. Defaults to current dashboard.'),
10
- tableName: z
11
- .string()
12
- .optional()
13
- .describe('Optional table name. Use when no table is selected yet.'),
14
- createArtifactIfMissing: z
15
- .boolean()
16
- .optional()
17
- .default(true)
18
- .describe('If true, create dashboard artifact if missing.'),
19
- panelId: z
20
- .string()
21
- .optional()
22
- .describe('Optional panel ID. If provided, updates the existing panel instead of creating new one.'),
23
- title: z
24
- .string()
25
- .optional()
26
- .default('Profiler')
27
- .describe('Title for the profiler panel.'),
28
- config: ProfilerPanelConfig,
29
- reasoning: z.string().describe('Brief rationale for creating the profiler.'),
30
- });
31
- export function createProfilerTool(deps) {
32
- return tool({
33
- description: `Data profiler: displays table schema and statistics for all columns (count, distinct values, min/max, etc.).
34
-
35
- Use when: user asks to "profile the data", "show table statistics", "what's in this table", "summarize columns", "give me an overview of the data".
36
-
37
- Useful for: quick data exploration, understanding data quality, finding missing values, identifying column types.
38
-
39
- To UPDATE an existing profiler: provide the panelId parameter. Otherwise creates new panel.`,
40
- inputSchema: ProfilerToolParameters,
41
- execute: async (params) => {
42
- try {
43
- const artifactId = deps.resolveArtifact(params.artifactId, params.createArtifactIfMissing);
44
- const { tableName } = deps.resolveTable(artifactId, params.tableName);
45
- const result = createOrUpdateProfilerPanel(deps, {
46
- panelId: params.panelId,
47
- dashboardId: artifactId,
48
- tableName,
49
- title: params.title || 'Profiler',
50
- config: params.config,
51
- });
52
- return {
53
- llmResult: {
54
- success: true,
55
- details: params.panelId
56
- ? `Updated profiler "${result.title}".`
57
- : `Created profiler "${result.title}".`,
58
- data: result,
59
- },
60
- };
61
- }
62
- catch (error) {
63
- return {
64
- llmResult: {
65
- success: false,
66
- errorMessage: error instanceof Error ? error.message : String(error),
67
- },
68
- };
69
- }
70
- },
71
- });
72
- }
73
- //# sourceMappingURL=profiler-tool.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"profiler-tool.js","sourceRoot":"","sources":["../../src/chart-types/profiler-tool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,IAAI,CAAC;AACxB,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AAEtB,OAAO,EAAC,2BAA2B,EAAC,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAC,mBAAmB,EAAC,MAAM,yBAAyB,CAAC;AAE5D,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC7C,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,gEAAgE,CAAC;IAC7E,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,yDAAyD,CAAC;IACtE,uBAAuB,EAAE,CAAC;SACvB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,gDAAgD,CAAC;IAC7D,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,yFAAyF,CAC1F;IACH,KAAK,EAAE,CAAC;SACL,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,OAAO,CAAC,UAAU,CAAC;SACnB,QAAQ,CAAC,+BAA+B,CAAC;IAC5C,MAAM,EAAE,mBAAmB;IAC3B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,4CAA4C,CAAC;CAC7E,CAAC,CAAC;AAIH,MAAM,UAAU,kBAAkB,CAAC,IAAuB;IACxD,OAAO,IAAI,CAAC;QACV,WAAW,EAAE;;;;;;4FAM2E;QACxF,WAAW,EAAE,sBAAsB;QACnC,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE;YACxB,IAAI,CAAC;gBACH,MAAM,UAAU,GAAG,IAAI,CAAC,eAAe,CACrC,MAAM,CAAC,UAAU,EACjB,MAAM,CAAC,uBAAuB,CAC/B,CAAC;gBACF,MAAM,EAAC,SAAS,EAAC,GAAG,IAAI,CAAC,YAAY,CAAC,UAAU,EAAE,MAAM,CAAC,SAAS,CAAC,CAAC;gBAEpE,MAAM,MAAM,GAAG,2BAA2B,CAAC,IAAI,EAAE;oBAC/C,OAAO,EAAE,MAAM,CAAC,OAAO;oBACvB,WAAW,EAAE,UAAU;oBACvB,SAAS;oBACT,KAAK,EAAE,MAAM,CAAC,KAAK,IAAI,UAAU;oBACjC,MAAM,EAAE,MAAM,CAAC,MAAM;iBACtB,CAAC,CAAC;gBAEH,OAAO;oBACL,SAAS,EAAE;wBACT,OAAO,EAAE,IAAI;wBACb,OAAO,EAAE,MAAM,CAAC,OAAO;4BACrB,CAAC,CAAC,qBAAqB,MAAM,CAAC,KAAK,IAAI;4BACvC,CAAC,CAAC,qBAAqB,MAAM,CAAC,KAAK,IAAI;wBACzC,IAAI,EAAE,MAAM;qBACb;iBACF,CAAC;YACJ,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,OAAO;oBACL,SAAS,EAAE;wBACT,OAAO,EAAE,KAAK;wBACd,YAAY,EACV,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC;qBACzD;iBACF,CAAC;YACJ,CAAC;QACH,CAAC;KACF,CAAC,CAAC;AACL,CAAC","sourcesContent":["import {tool} from 'ai';\nimport {z} from 'zod';\nimport type {DashboardToolDeps} from './base-types';\nimport {createOrUpdateProfilerPanel} from './tool-helpers';\nimport {ProfilerPanelConfig} from '../dashboard/core-types';\n\nexport const ProfilerToolParameters = z.object({\n artifactId: z\n .string()\n .optional()\n .describe('Optional dashboard artifact ID. Defaults to current dashboard.'),\n tableName: z\n .string()\n .optional()\n .describe('Optional table name. Use when no table is selected yet.'),\n createArtifactIfMissing: z\n .boolean()\n .optional()\n .default(true)\n .describe('If true, create dashboard artifact if missing.'),\n panelId: z\n .string()\n .optional()\n .describe(\n 'Optional panel ID. If provided, updates the existing panel instead of creating new one.',\n ),\n title: z\n .string()\n .optional()\n .default('Profiler')\n .describe('Title for the profiler panel.'),\n config: ProfilerPanelConfig,\n reasoning: z.string().describe('Brief rationale for creating the profiler.'),\n});\n\nexport type ProfilerToolParams = z.infer<typeof ProfilerToolParameters>;\n\nexport function createProfilerTool(deps: DashboardToolDeps) {\n return tool({\n description: `Data profiler: displays table schema and statistics for all columns (count, distinct values, min/max, etc.).\n\nUse when: user asks to \"profile the data\", \"show table statistics\", \"what's in this table\", \"summarize columns\", \"give me an overview of the data\".\n\nUseful for: quick data exploration, understanding data quality, finding missing values, identifying column types.\n\nTo UPDATE an existing profiler: provide the panelId parameter. Otherwise creates new panel.`,\n inputSchema: ProfilerToolParameters,\n execute: async (params) => {\n try {\n const artifactId = deps.resolveArtifact(\n params.artifactId,\n params.createArtifactIfMissing,\n );\n const {tableName} = deps.resolveTable(artifactId, params.tableName);\n\n const result = createOrUpdateProfilerPanel(deps, {\n panelId: params.panelId,\n dashboardId: artifactId,\n tableName,\n title: params.title || 'Profiler',\n config: params.config,\n });\n\n return {\n llmResult: {\n success: true,\n details: params.panelId\n ? `Updated profiler \"${result.title}\".`\n : `Created profiler \"${result.title}\".`,\n data: result,\n },\n };\n } catch (error) {\n return {\n llmResult: {\n success: false,\n errorMessage:\n error instanceof Error ? error.message : String(error),\n },\n };\n }\n },\n });\n}\n"]}
@@ -1,31 +0,0 @@
1
- import { z } from 'zod';
2
- import type { DashboardToolDeps } from './base-types';
3
- export declare const RemovePanelToolParameters: z.ZodObject<{
4
- artifactId: z.ZodOptional<z.ZodString>;
5
- panelId: z.ZodString;
6
- reasoning: z.ZodString;
7
- }, z.core.$strip>;
8
- export type RemovePanelToolParams = z.infer<typeof RemovePanelToolParameters>;
9
- export declare function createRemovePanelTool(deps: DashboardToolDeps): import("ai").Tool<{
10
- panelId: string;
11
- reasoning: string;
12
- artifactId?: string | undefined;
13
- }, {
14
- llmResult: {
15
- success: boolean;
16
- details: string;
17
- data: {
18
- artifactId: string;
19
- panelId: string;
20
- };
21
- errorMessage?: undefined;
22
- };
23
- } | {
24
- llmResult: {
25
- success: boolean;
26
- errorMessage: string;
27
- details?: undefined;
28
- data?: undefined;
29
- };
30
- }>;
31
- //# sourceMappingURL=remove-panel-tool.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"remove-panel-tool.d.ts","sourceRoot":"","sources":["../../src/chart-types/remove-panel-tool.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AACtB,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,cAAc,CAAC;AAEpD,eAAO,MAAM,yBAAyB;;;;iBAWpC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE9E,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,iBAAiB;;;;;;;;;;;;;;;;;;;;;GA+C5D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"remove-panel-tool.js","sourceRoot":"","sources":["../../src/chart-types/remove-panel-tool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,IAAI,CAAC;AACxB,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AAGtB,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,CAAC,MAAM,CAAC;IAChD,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,gEAAgE,CAAC;IAC7E,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,6EAA6E,CAC9E;IACH,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,0CAA0C,CAAC;CAC3E,CAAC,CAAC;AAIH,MAAM,UAAU,qBAAqB,CAAC,IAAuB;IAC3D,OAAO,IAAI,CAAC;QACV,WAAW,EAAE;;;;uDAIsC;QACnD,WAAW,EAAE,yBAAyB;QACtC,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE;YACxB,IAAI,CAAC;gBACH,MAAM,UAAU,GAAG,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;gBAC3D,MAAM,SAAS,GAAG,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC;gBAChD,IAAI,CAAC,SAAS,EAAE,CAAC;oBACf,MAAM,IAAI,KAAK,CAAC,cAAc,UAAU,cAAc,CAAC,CAAC;gBAC1D,CAAC;gBACD,MAAM,WAAW,GAAG,SAAS,CAAC,MAAM,CAAC,IAAI,CACvC,CAAC,KAAmB,EAAE,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,MAAM,CAAC,OAAO,CACrD,CAAC;gBACF,IAAI,CAAC,WAAW,EAAE,CAAC;oBACjB,MAAM,IAAI,KAAK,CACb,UAAU,MAAM,CAAC,OAAO,6BAA6B,UAAU,mBAAmB,CACnF,CAAC;gBACJ,CAAC;gBAED,IAAI,CAAC,WAAW,CAAC,UAAU,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;gBAE7C,OAAO;oBACL,SAAS,EAAE;wBACT,OAAO,EAAE,IAAI;wBACb,OAAO,EAAE,kBAAkB,MAAM,CAAC,OAAO,mBAAmB;wBAC5D,IAAI,EAAE;4BACJ,UAAU;4BACV,OAAO,EAAE,MAAM,CAAC,OAAO;yBACxB;qBACF;iBACF,CAAC;YACJ,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,OAAO;oBACL,SAAS,EAAE;wBACT,OAAO,EAAE,KAAK;wBACd,YAAY,EACV,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC;qBACzD;iBACF,CAAC;YACJ,CAAC;QACH,CAAC;KACF,CAAC,CAAC;AACL,CAAC","sourcesContent":["import {tool} from 'ai';\nimport {z} from 'zod';\nimport type {DashboardToolDeps} from './base-types';\n\nexport const RemovePanelToolParameters = z.object({\n artifactId: z\n .string()\n .optional()\n .describe('Optional dashboard artifact ID. Defaults to current dashboard.'),\n panelId: z\n .string()\n .describe(\n 'ID of the panel to remove. Use list_dashboard_panels to discover panel IDs.',\n ),\n reasoning: z.string().describe('Brief rationale for removing this panel.'),\n});\n\nexport type RemovePanelToolParams = z.infer<typeof RemovePanelToolParameters>;\n\nexport function createRemovePanelTool(deps: DashboardToolDeps) {\n return tool({\n description: `Remove dashboard panel: deletes a panel from the dashboard by its ID.\n\nUse when: user asks to \"remove\", \"delete\", \"get rid of\" a specific panel.\n\nUse list_dashboard_panels first to discover panel IDs.`,\n inputSchema: RemovePanelToolParameters,\n execute: async (params) => {\n try {\n const artifactId = deps.resolveArtifact(params.artifactId);\n const dashboard = deps.getDashboard(artifactId);\n if (!dashboard) {\n throw new Error(`Dashboard \"${artifactId}\" not found.`);\n }\n const panelExists = dashboard.panels.some(\n (panel: {id: string}) => panel.id === params.panelId,\n );\n if (!panelExists) {\n throw new Error(\n `Panel \"${params.panelId}\" not found in dashboard \"${artifactId}\". Cannot remove.`,\n );\n }\n\n deps.removePanel(artifactId, params.panelId);\n\n return {\n llmResult: {\n success: true,\n details: `Removed panel \"${params.panelId}\" from dashboard.`,\n data: {\n artifactId,\n panelId: params.panelId,\n },\n },\n };\n } catch (error) {\n return {\n llmResult: {\n success: false,\n errorMessage:\n error instanceof Error ? error.message : String(error),\n },\n };\n }\n },\n });\n}\n"]}
@@ -1,42 +0,0 @@
1
- import { z } from 'zod';
2
- import type { DashboardToolDeps } from './base-types';
3
- export declare const TextPanelToolParameters: z.ZodObject<{
4
- artifactId: z.ZodOptional<z.ZodString>;
5
- createArtifactIfMissing: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
6
- panelId: z.ZodOptional<z.ZodString>;
7
- title: z.ZodDefault<z.ZodOptional<z.ZodString>>;
8
- config: z.ZodObject<{
9
- content: z.ZodDefault<z.ZodString>;
10
- toolbarOpen: z.ZodDefault<z.ZodBoolean>;
11
- sourcePanelOpen: z.ZodDefault<z.ZodBoolean>;
12
- }, z.core.$strip>;
13
- reasoning: z.ZodString;
14
- }, z.core.$strip>;
15
- export type TextPanelToolParams = z.infer<typeof TextPanelToolParameters>;
16
- export declare function createTextPanelTool(deps: DashboardToolDeps): import("ai").Tool<{
17
- createArtifactIfMissing: boolean;
18
- title: string;
19
- config: {
20
- content: string;
21
- toolbarOpen: boolean;
22
- sourcePanelOpen: boolean;
23
- };
24
- reasoning: string;
25
- artifactId?: string | undefined;
26
- panelId?: string | undefined;
27
- }, {
28
- llmResult: {
29
- success: boolean;
30
- details: string;
31
- data: import("./tool-helpers").PanelResult;
32
- errorMessage?: undefined;
33
- };
34
- } | {
35
- llmResult: {
36
- success: boolean;
37
- errorMessage: string;
38
- details?: undefined;
39
- data?: undefined;
40
- };
41
- }>;
42
- //# sourceMappingURL=text-panel-tool.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"text-panel-tool.d.ts","sourceRoot":"","sources":["../../src/chart-types/text-panel-tool.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AACtB,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,cAAc,CAAC;AAIpD,eAAO,MAAM,uBAAuB;;;;;;;;;;;iBAyBlC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE1E,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;GA8C1D"}
@@ -1,71 +0,0 @@
1
- import { tool } from 'ai';
2
- import { z } from 'zod';
3
- import { createOrUpdateTextPanel } from './tool-helpers';
4
- import { TextPanelConfig } from '../dashboard/core-types';
5
- export const TextPanelToolParameters = z.object({
6
- artifactId: z
7
- .string()
8
- .optional()
9
- .describe('Optional dashboard artifact ID. Defaults to current dashboard.'),
10
- createArtifactIfMissing: z
11
- .boolean()
12
- .optional()
13
- .default(true)
14
- .describe('If true, create dashboard artifact if missing.'),
15
- panelId: z
16
- .string()
17
- .optional()
18
- .describe('Optional panel ID. If provided, updates the existing panel instead of creating new one.'),
19
- title: z
20
- .string()
21
- .optional()
22
- .default('Text')
23
- .describe('Title for the text panel.'),
24
- config: TextPanelConfig,
25
- reasoning: z
26
- .string()
27
- .describe('Brief rationale for creating the text panel.'),
28
- });
29
- export function createTextPanelTool(deps) {
30
- return tool({
31
- description: `Text panel: displays markdown-formatted text for annotations, insights, explanations, or dashboard headers.
32
-
33
- Use when: user asks to "add text", "annotate findings", "add description", "summarize insights", or when you want to provide context for charts.
34
-
35
- Supports Markdown: headings, lists, bold, italic, links, code blocks.
36
-
37
- Best for: documenting insights discovered during data exploration, adding dashboard titles/sections, explaining chart findings.
38
-
39
- To UPDATE an existing text panel: provide the panelId parameter. Otherwise creates new panel.`,
40
- inputSchema: TextPanelToolParameters,
41
- execute: async (params) => {
42
- try {
43
- const artifactId = deps.resolveArtifact(params.artifactId, params.createArtifactIfMissing);
44
- const result = createOrUpdateTextPanel(deps, {
45
- panelId: params.panelId,
46
- dashboardId: artifactId,
47
- title: params.title || 'Text',
48
- config: params.config,
49
- });
50
- return {
51
- llmResult: {
52
- success: true,
53
- details: params.panelId
54
- ? `Updated text panel "${result.title}".`
55
- : `Created text panel "${result.title}".`,
56
- data: result,
57
- },
58
- };
59
- }
60
- catch (error) {
61
- return {
62
- llmResult: {
63
- success: false,
64
- errorMessage: error instanceof Error ? error.message : String(error),
65
- },
66
- };
67
- }
68
- },
69
- });
70
- }
71
- //# sourceMappingURL=text-panel-tool.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"text-panel-tool.js","sourceRoot":"","sources":["../../src/chart-types/text-panel-tool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,IAAI,CAAC;AACxB,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AAEtB,OAAO,EAAC,uBAAuB,EAAC,MAAM,gBAAgB,CAAC;AACvD,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAC;AAExD,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9C,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,gEAAgE,CAAC;IAC7E,uBAAuB,EAAE,CAAC;SACvB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,gDAAgD,CAAC;IAC7D,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,yFAAyF,CAC1F;IACH,KAAK,EAAE,CAAC;SACL,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,OAAO,CAAC,MAAM,CAAC;SACf,QAAQ,CAAC,2BAA2B,CAAC;IACxC,MAAM,EAAE,eAAe;IACvB,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,CAAC,8CAA8C,CAAC;CAC5D,CAAC,CAAC;AAIH,MAAM,UAAU,mBAAmB,CAAC,IAAuB;IACzD,OAAO,IAAI,CAAC;QACV,WAAW,EAAE;;;;;;;;8FAQ6E;QAC1F,WAAW,EAAE,uBAAuB;QACpC,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE;YACxB,IAAI,CAAC;gBACH,MAAM,UAAU,GAAG,IAAI,CAAC,eAAe,CACrC,MAAM,CAAC,UAAU,EACjB,MAAM,CAAC,uBAAuB,CAC/B,CAAC;gBAEF,MAAM,MAAM,GAAG,uBAAuB,CAAC,IAAI,EAAE;oBAC3C,OAAO,EAAE,MAAM,CAAC,OAAO;oBACvB,WAAW,EAAE,UAAU;oBACvB,KAAK,EAAE,MAAM,CAAC,KAAK,IAAI,MAAM;oBAC7B,MAAM,EAAE,MAAM,CAAC,MAAM;iBACtB,CAAC,CAAC;gBAEH,OAAO;oBACL,SAAS,EAAE;wBACT,OAAO,EAAE,IAAI;wBACb,OAAO,EAAE,MAAM,CAAC,OAAO;4BACrB,CAAC,CAAC,uBAAuB,MAAM,CAAC,KAAK,IAAI;4BACzC,CAAC,CAAC,uBAAuB,MAAM,CAAC,KAAK,IAAI;wBAC3C,IAAI,EAAE,MAAM;qBACb;iBACF,CAAC;YACJ,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,OAAO;oBACL,SAAS,EAAE;wBACT,OAAO,EAAE,KAAK;wBACd,YAAY,EACV,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC;qBACzD;iBACF,CAAC;YACJ,CAAC;QACH,CAAC;KACF,CAAC,CAAC;AACL,CAAC","sourcesContent":["import {tool} from 'ai';\nimport {z} from 'zod';\nimport type {DashboardToolDeps} from './base-types';\nimport {createOrUpdateTextPanel} from './tool-helpers';\nimport {TextPanelConfig} from '../dashboard/core-types';\n\nexport const TextPanelToolParameters = z.object({\n artifactId: z\n .string()\n .optional()\n .describe('Optional dashboard artifact ID. Defaults to current dashboard.'),\n createArtifactIfMissing: z\n .boolean()\n .optional()\n .default(true)\n .describe('If true, create dashboard artifact if missing.'),\n panelId: z\n .string()\n .optional()\n .describe(\n 'Optional panel ID. If provided, updates the existing panel instead of creating new one.',\n ),\n title: z\n .string()\n .optional()\n .default('Text')\n .describe('Title for the text panel.'),\n config: TextPanelConfig,\n reasoning: z\n .string()\n .describe('Brief rationale for creating the text panel.'),\n});\n\nexport type TextPanelToolParams = z.infer<typeof TextPanelToolParameters>;\n\nexport function createTextPanelTool(deps: DashboardToolDeps) {\n return tool({\n description: `Text panel: displays markdown-formatted text for annotations, insights, explanations, or dashboard headers.\n\nUse when: user asks to \"add text\", \"annotate findings\", \"add description\", \"summarize insights\", or when you want to provide context for charts.\n\nSupports Markdown: headings, lists, bold, italic, links, code blocks.\n\nBest for: documenting insights discovered during data exploration, adding dashboard titles/sections, explaining chart findings.\n\nTo UPDATE an existing text panel: provide the panelId parameter. Otherwise creates new panel.`,\n inputSchema: TextPanelToolParameters,\n execute: async (params) => {\n try {\n const artifactId = deps.resolveArtifact(\n params.artifactId,\n params.createArtifactIfMissing,\n );\n\n const result = createOrUpdateTextPanel(deps, {\n panelId: params.panelId,\n dashboardId: artifactId,\n title: params.title || 'Text',\n config: params.config,\n });\n\n return {\n llmResult: {\n success: true,\n details: params.panelId\n ? `Updated text panel \"${result.title}\".`\n : `Created text panel \"${result.title}\".`,\n data: result,\n },\n };\n } catch (error) {\n return {\n llmResult: {\n success: false,\n errorMessage:\n error instanceof Error ? error.message : String(error),\n },\n };\n }\n },\n });\n}\n"]}
@@ -1,44 +0,0 @@
1
- import type { DashboardToolDeps } from './base-types';
2
- import type { ProfilerPanelConfig, TextPanelConfig } from '../dashboard/core-types';
3
- import type { ChartConfig } from './chart-config';
4
- export interface PanelResult {
5
- panelId: string;
6
- artifactId: string;
7
- title: string;
8
- config: ChartConfig | ProfilerPanelConfig | TextPanelConfig;
9
- }
10
- export interface CreateOrUpdateChartPanelParams {
11
- panelId?: string;
12
- dashboardId: string;
13
- tableName: string;
14
- title: string;
15
- config: ChartConfig;
16
- }
17
- export interface CreateOrUpdateProfilerPanelParams {
18
- panelId?: string;
19
- dashboardId: string;
20
- tableName: string;
21
- title: string;
22
- config: ProfilerPanelConfig;
23
- }
24
- export interface CreateOrUpdateTextPanelParams {
25
- panelId?: string;
26
- dashboardId: string;
27
- title: string;
28
- config: TextPanelConfig;
29
- }
30
- /**
31
- * Universal helper to create or update a chart panel.
32
- * Handles everything: panel config creation, add/update logic, artifact switching.
33
- * When updating, both source and config are updated to allow changing the data source.
34
- */
35
- export declare function createOrUpdateChartPanel(deps: DashboardToolDeps, params: CreateOrUpdateChartPanelParams): PanelResult;
36
- /**
37
- * Universal helper to create or update a profiler panel.
38
- */
39
- export declare function createOrUpdateProfilerPanel(deps: DashboardToolDeps, params: CreateOrUpdateProfilerPanelParams): PanelResult;
40
- /**
41
- * Universal helper to create or update a text panel.
42
- */
43
- export declare function createOrUpdateTextPanel(deps: DashboardToolDeps, params: CreateOrUpdateTextPanelParams): PanelResult;
44
- //# sourceMappingURL=tool-helpers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tool-helpers.d.ts","sourceRoot":"","sources":["../../src/chart-types/tool-helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,cAAc,CAAC;AAOpD,OAAO,KAAK,EACV,mBAAmB,EACnB,eAAe,EAChB,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAEhD,MAAM,WAAW,WAAW;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,WAAW,GAAG,mBAAmB,GAAG,eAAe,CAAC;CAC7D;AAED,MAAM,WAAW,8BAA8B;IAC7C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,WAAW,CAAC;CACrB;AAED,MAAM,WAAW,iCAAiC;IAChD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,mBAAmB,CAAC;CAC7B;AAED,MAAM,WAAW,6BAA6B;IAC5C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,eAAe,CAAC;CACzB;AAkCD;;;;GAIG;AACH,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,iBAAiB,EACvB,MAAM,EAAE,8BAA8B,GACrC,WAAW,CAoCb;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CACzC,IAAI,EAAE,iBAAiB,EACvB,MAAM,EAAE,iCAAiC,GACxC,WAAW,CAmCb;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CACrC,IAAI,EAAE,iBAAiB,EACvB,MAAM,EAAE,6BAA6B,GACpC,WAAW,CAmCb"}