drizzle-cube 0.6.2 → 0.6.4
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.
- package/dist/adapters/ActivityGridChart.config-BtECymia.cjs +1 -0
- package/dist/adapters/ActivityGridChart.config-CTd5HYjI.js +2 -0
- package/dist/adapters/AreaChart.config-1B8iQnfn.js +2 -0
- package/dist/adapters/AreaChart.config-hnncyQL4.cjs +1 -0
- package/dist/adapters/BarChart.config-C-QCf1rL.cjs +1 -0
- package/dist/adapters/BarChart.config-CFelK1qP.js +2 -0
- package/dist/adapters/BoxPlotChart.config-CD9WEPyF.js +2 -0
- package/dist/adapters/BoxPlotChart.config-DEbLA0BX.cjs +1 -0
- package/dist/adapters/BubbleChart.config-B_M4hzzV.js +2 -0
- package/dist/adapters/BubbleChart.config-dRZZlAke.cjs +1 -0
- package/dist/adapters/CandlestickChart.config-Dsil2Fop.cjs +1 -0
- package/dist/adapters/CandlestickChart.config-fuhyFvob.js +2 -0
- package/dist/adapters/DataTable.config-q2gqBi6t.cjs +1 -0
- package/dist/adapters/DataTable.config-wIQnHX5R.js +2 -0
- package/dist/adapters/FunnelChart.config-Dz710ssx.js +2 -0
- package/dist/adapters/FunnelChart.config-YNP9CeS-.cjs +1 -0
- package/dist/adapters/GaugeChart.config-BG9FcMCn.cjs +1 -0
- package/dist/adapters/GaugeChart.config-CgwniXkd.js +2 -0
- package/dist/adapters/HeatMapChart.config-1zSMXXoN.cjs +1 -0
- package/dist/adapters/HeatMapChart.config-YVEWx6s5.js +2 -0
- package/dist/adapters/KpiDelta.config-BWvYXuFp.cjs +1 -0
- package/dist/adapters/KpiDelta.config-C_dYM64q.js +2 -0
- package/dist/adapters/KpiNumber.config-CXg6toZG.js +2 -0
- package/dist/adapters/KpiNumber.config-CZmV-yU1.cjs +1 -0
- package/dist/adapters/KpiText.config-BY-SJvAF.js +2 -0
- package/dist/adapters/KpiText.config-GSIxy0CE.cjs +1 -0
- package/dist/adapters/LineChart.config-CJtF8SOu.js +2 -0
- package/dist/adapters/LineChart.config-d0y60gw9.cjs +1 -0
- package/dist/adapters/MarkdownChart.config-B6w0spya.cjs +1 -0
- package/dist/adapters/MarkdownChart.config-BuIQcWOn.js +2 -0
- package/dist/adapters/MeasureProfileChart.config-Bo2n5Ae5.cjs +1 -0
- package/dist/adapters/MeasureProfileChart.config-C5d34lsc.js +2 -0
- package/dist/adapters/PieChart.config-CDxfXCIt.cjs +1 -0
- package/dist/adapters/PieChart.config-CuZxQc5m.js +2 -0
- package/dist/adapters/RadarChart.config-DpdVWyh5.cjs +1 -0
- package/dist/adapters/RadarChart.config-KrxwaaGu.js +2 -0
- package/dist/adapters/RadialBarChart.config-DpRZd0FW.js +2 -0
- package/dist/adapters/RadialBarChart.config-faIY4jpE.cjs +1 -0
- package/dist/adapters/RetentionCombinedChart.config-CUnScqnS.cjs +1 -0
- package/dist/adapters/RetentionCombinedChart.config-Dd8FuawP.js +2 -0
- package/dist/adapters/RetentionHeatmap.config-CPd6GeoQ.js +2 -0
- package/dist/adapters/RetentionHeatmap.config-CPlHbLom.cjs +1 -0
- package/dist/adapters/SankeyChart.config-DbIUqi-H.cjs +1 -0
- package/dist/adapters/SankeyChart.config-kzAnW0C7.js +2 -0
- package/dist/adapters/ScatterChart.config-4Okvn27v.js +2 -0
- package/dist/adapters/ScatterChart.config-4f9nNw3e.cjs +1 -0
- package/dist/adapters/SunburstChart.config-BsUQkIM_.js +2 -0
- package/dist/adapters/SunburstChart.config-lvnYkWs7.cjs +1 -0
- package/dist/adapters/TreeMapChart.config-S0qsgAFW.js +2 -0
- package/dist/adapters/TreeMapChart.config-jbwKsTYt.cjs +1 -0
- package/dist/adapters/WaterfallChart.config-CDQ74-pS.cjs +1 -0
- package/dist/adapters/WaterfallChart.config-XdtH-O5g.js +2 -0
- package/dist/adapters/chartConfigHelpers-CcvqrIWF.js +72 -0
- package/dist/adapters/chartConfigHelpers-DHQB-_v5.cjs +1 -0
- package/dist/adapters/compiler-DyyBaLry.cjs +166 -0
- package/dist/adapters/{locale-DDvZDFVn.js → compiler-lG6eNsoI.js} +215 -230
- package/dist/adapters/core/cube-http-handler.d.ts +27 -0
- package/dist/adapters/core/http-port.d.ts +39 -0
- package/dist/adapters/core/index.cjs +1 -0
- package/dist/adapters/core/index.d.ts +11 -0
- package/dist/adapters/core/index.js +2 -0
- package/dist/adapters/core/mcp-handler.d.ts +13 -0
- package/dist/adapters/core/rest-handlers.d.ts +14 -0
- package/dist/adapters/core/security-context.d.ts +17 -0
- package/dist/adapters/core-Bbchr0ui.js +244 -0
- package/dist/adapters/core-F1pCQPde.cjs +1 -0
- package/dist/adapters/express/index.cjs +2 -2
- package/dist/adapters/express/index.js +93 -201
- package/dist/adapters/fastify/index.cjs +2 -2
- package/dist/adapters/fastify/index.js +79 -217
- package/dist/adapters/handler-DRZb2ip6.cjs +25 -0
- package/dist/adapters/{handler-CtaSua-i.js → handler-u8FyzPBT.js} +1572 -1500
- package/dist/adapters/hono/index.cjs +2 -2
- package/dist/adapters/hono/index.js +69 -225
- package/dist/adapters/mcp-tools.cjs +1 -1
- package/dist/adapters/mcp-tools.js +1 -1
- package/dist/adapters/mcp-transport-Bw_zqky2.js +591 -0
- package/dist/adapters/mcp-transport-CNIPoe1i.cjs +40 -0
- package/dist/adapters/nextjs/index.cjs +1 -1
- package/dist/adapters/nextjs/index.d.ts +18 -9
- package/dist/adapters/nextjs/index.js +186 -289
- package/dist/adapters/nextjs/mcp-handler.d.ts +0 -28
- package/dist/adapters/{openai-D-6l1Y8h.cjs → openai-B4kAJTSD.cjs} +1 -1
- package/dist/adapters/{openai-DTSTMiXL.cjs → openai-Cdf2wWZA.cjs} +1 -1
- package/dist/adapters/{openai-CmVRIbUg.js → openai-CmMzrs1Y.js} +1 -1
- package/dist/adapters/{openai-CtXqeznO.js → openai-DhzGY9R4.js} +1 -1
- package/dist/cjs/adapters/core/cube-http-handler.d.ts +27 -0
- package/dist/cjs/adapters/core/http-port.d.ts +39 -0
- package/dist/cjs/adapters/core/index.d.ts +11 -0
- package/dist/cjs/adapters/core/mcp-handler.d.ts +13 -0
- package/dist/cjs/adapters/core/rest-handlers.d.ts +14 -0
- package/dist/cjs/adapters/core/security-context.d.ts +17 -0
- package/dist/cjs/adapters/nextjs/index.d.ts +18 -9
- package/dist/cjs/adapters/nextjs/mcp-handler.d.ts +0 -28
- package/dist/cjs/client/charts/chartComponentRegistry.d.ts +1 -9
- package/dist/cjs/client/charts/chartConfigRegistry.d.ts +5 -1
- package/dist/cjs/client/charts/chartPlugin.d.ts +1 -2
- package/dist/cjs/client/charts/chartRegistry.d.ts +73 -0
- package/dist/cjs/client/components/AIAssistant/index.d.ts +2 -2
- package/dist/cjs/client/components/AnalysisBuilder/utils/filterUtils.d.ts +4 -10
- package/dist/cjs/client/components/charts/ActivityGridChart.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/AreaChart.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/BarChart.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/BoxPlotChart.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/BubbleChart.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/CandlestickChart.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/DataTable.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/FunnelChart.config.d.ts +5 -0
- package/dist/cjs/client/components/charts/GaugeChart.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/HeatMapChart.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/KpiDelta.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/KpiNumber.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/KpiText.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/LineChart.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/MarkdownChart.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/MeasureProfileChart.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/PieChart.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/RadarChart.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/RadialBarChart.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/SankeyChart.config.d.ts +5 -0
- package/dist/cjs/client/components/charts/ScatterChart.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/SunburstChart.config.d.ts +5 -0
- package/dist/cjs/client/components/charts/TreeMapChart.config.d.ts +6 -1
- package/dist/cjs/client/components/charts/WaterfallChart.config.d.ts +6 -1
- package/dist/cjs/client/components/shared/utils.d.ts +2 -1
- package/dist/cjs/client/hooks/analysisQueryExecutionModes.d.ts +1 -1
- package/dist/cjs/client/hooks/useAnalysisEffects.d.ts +33 -0
- package/dist/{client/hooks/useAnalysisQueryExecution.d.ts → cjs/client/hooks/useAnalysisQuery.d.ts} +3 -3
- package/dist/cjs/client/hooks/useAnalysisState.d.ts +165 -0
- package/dist/cjs/client/icons/registry.d.ts +0 -6
- package/dist/cjs/client/icons/types.d.ts +5 -0
- package/dist/cjs/client/shared/filters/filterOperations.d.ts +95 -0
- package/dist/cjs/client/shared/filters/index.d.ts +10 -0
- package/dist/cjs/client/shared/filters/operators.d.ts +23 -0
- package/dist/cjs/client/shared/index.d.ts +3 -2
- package/dist/cjs/client/shared/types.d.ts +3 -10
- package/dist/cjs/client/shared/utils.d.ts +1 -59
- package/dist/cjs/client/utils/filterUtils.d.ts +2 -9
- package/dist/cjs/server/logical-plan/logical-plan-builder.d.ts +0 -5
- package/dist/cjs/server/logical-plan/schema-builder.d.ts +19 -0
- package/dist/client/charts/chartComponentRegistry.d.ts +1 -9
- package/dist/client/charts/chartConfigRegistry.d.ts +5 -1
- package/dist/client/charts/chartPlugin.d.ts +1 -2
- package/dist/client/charts/chartRegistry.d.ts +73 -0
- package/dist/client/charts.js +3 -3
- package/dist/client/chunks/{DashboardEditModal-okVfH8ZK.js → DashboardEditModal-Cs1ig1_V.js} +1522 -1121
- package/dist/client/chunks/DashboardEditModal-Cs1ig1_V.js.map +1 -0
- package/dist/client/chunks/{analysis-builder-DB88FojM.js → analysis-builder-B64yaeDe.js} +1609 -1878
- package/dist/client/chunks/analysis-builder-B64yaeDe.js.map +1 -0
- package/dist/client/chunks/{analysis-builder-shared-BVK4TYfR.js → analysis-builder-shared-CD0n2Nb8.js} +1545 -1355
- package/dist/client/chunks/analysis-builder-shared-CD0n2Nb8.js.map +1 -0
- package/dist/client/chunks/{chart-config-activity-grid-D_UX4NHC.js → chart-config-activity-grid-BU_bkvER.js} +1 -11
- package/dist/client/chunks/chart-config-activity-grid-BU_bkvER.js.map +1 -0
- package/dist/client/chunks/{chart-config-area-BNigHUy8.js → chart-config-area-DxwIZ4Uf.js} +1 -5
- package/dist/client/chunks/{chart-config-area-BNigHUy8.js.map → chart-config-area-DxwIZ4Uf.js.map} +1 -1
- package/dist/client/chunks/{chart-config-bar-DSO_LRTx.js → chart-config-bar-Cc8GY9aQ.js} +5 -9
- package/dist/client/chunks/chart-config-bar-Cc8GY9aQ.js.map +1 -0
- package/dist/client/chunks/{chart-config-box-plot-oW8axV2q.js → chart-config-box-plot-Bs8ovYvV.js} +3 -8
- package/dist/client/chunks/chart-config-box-plot-Bs8ovYvV.js.map +1 -0
- package/dist/client/chunks/{chart-config-bubble-gIoqVyjZ.js → chart-config-bubble-BfgY7pt8.js} +1 -11
- package/dist/client/chunks/chart-config-bubble-BfgY7pt8.js.map +1 -0
- package/dist/client/chunks/{chart-config-candlestick-N6DchAA3.js → chart-config-candlestick-jaeNNEtC.js} +1 -11
- package/dist/client/chunks/chart-config-candlestick-jaeNNEtC.js.map +1 -0
- package/dist/client/chunks/{chart-config-data-table-d7VBY-y_.js → chart-config-data-table-CRk0C0rW.js} +1 -4
- package/dist/client/chunks/chart-config-data-table-CRk0C0rW.js.map +1 -0
- package/dist/client/chunks/{chart-config-funnel-DEYMcxsD.js → chart-config-funnel-boT_LNfl.js} +1 -4
- package/dist/client/chunks/chart-config-funnel-boT_LNfl.js.map +1 -0
- package/dist/client/chunks/{chart-config-gauge-Dq-_H9UN.js → chart-config-gauge-C5uJEr97.js} +3 -8
- package/dist/client/chunks/chart-config-gauge-C5uJEr97.js.map +1 -0
- package/dist/client/chunks/{chart-config-heat-map-CfRnRNcw.js → chart-config-heat-map-CCarP44-.js} +1 -11
- package/dist/client/chunks/chart-config-heat-map-CCarP44-.js.map +1 -0
- package/dist/client/chunks/{chart-config-kpi-delta-DSQbvqu_.js → chart-config-kpi-delta-DYopvwyG.js} +3 -8
- package/dist/client/chunks/chart-config-kpi-delta-DYopvwyG.js.map +1 -0
- package/dist/client/chunks/{chart-config-kpi-number-EFSWY1We.js → chart-config-kpi-number-BhMdoArB.js} +3 -8
- package/dist/client/chunks/chart-config-kpi-number-BhMdoArB.js.map +1 -0
- package/dist/client/chunks/{chart-config-kpi-text-KM3V5X2u.js → chart-config-kpi-text-DE6Zdi53.js} +3 -8
- package/dist/client/chunks/chart-config-kpi-text-DE6Zdi53.js.map +1 -0
- package/dist/client/chunks/{chart-config-line-D6jG8PCH.js → chart-config-line-CBfM0Rds.js} +6 -10
- package/dist/client/chunks/chart-config-line-CBfM0Rds.js.map +1 -0
- package/dist/client/chunks/{chart-config-markdown-BtRIe8JN.js → chart-config-markdown-BCDyBI8K.js} +1 -4
- package/dist/client/chunks/chart-config-markdown-BCDyBI8K.js.map +1 -0
- package/dist/client/chunks/{chart-config-measure-profile-DxRGa-zf.js → chart-config-measure-profile-BgQIH1u2.js} +1 -8
- package/dist/client/chunks/chart-config-measure-profile-BgQIH1u2.js.map +1 -0
- package/dist/client/chunks/{chart-config-pie-BhzW-fdn.js → chart-config-pie-ChfFz6DV.js} +5 -9
- package/dist/client/chunks/chart-config-pie-ChfFz6DV.js.map +1 -0
- package/dist/client/chunks/{chart-config-radar-D7REP1q_.js → chart-config-radar-BlAIGnww.js} +5 -9
- package/dist/client/chunks/chart-config-radar-BlAIGnww.js.map +1 -0
- package/dist/client/chunks/{chart-config-radial-bar-Byx6qOPU.js → chart-config-radial-bar-VFerwbCO.js} +5 -9
- package/dist/client/chunks/chart-config-radial-bar-VFerwbCO.js.map +1 -0
- package/dist/client/chunks/{chart-config-sankey-BTnWA7EW.js → chart-config-sankey-BhrDxIgj.js} +1 -4
- package/dist/client/chunks/chart-config-sankey-BhrDxIgj.js.map +1 -0
- package/dist/client/chunks/{chart-config-scatter-DSYTjwRb.js → chart-config-scatter-q_olh54e.js} +1 -11
- package/dist/client/chunks/chart-config-scatter-q_olh54e.js.map +1 -0
- package/dist/client/chunks/{chart-config-sunburst-Bwjtdf7X.js → chart-config-sunburst-BOmkOnKn.js} +1 -4
- package/dist/client/chunks/chart-config-sunburst-BOmkOnKn.js.map +1 -0
- package/dist/client/chunks/{chart-config-tree-map-DVrvf3yQ.js → chart-config-tree-map-BjX88YBY.js} +5 -9
- package/dist/client/chunks/chart-config-tree-map-BjX88YBY.js.map +1 -0
- package/dist/client/chunks/{chart-config-waterfall-DmFeQdIk.js → chart-config-waterfall-QsWXVSoF.js} +3 -8
- package/dist/client/chunks/chart-config-waterfall-QsWXVSoF.js.map +1 -0
- package/dist/client/chunks/{chart-data-table-CKauQXme.js → chart-data-table-D4g5_jfF.js} +1277 -1094
- package/dist/client/chunks/chart-data-table-D4g5_jfF.js.map +1 -0
- package/dist/client/chunks/{chart-kpi-delta-Dn-jjO-2.js → chart-kpi-delta-BvWOt8-D.js} +2 -2
- package/dist/client/chunks/{chart-kpi-delta-Dn-jjO-2.js.map → chart-kpi-delta-BvWOt8-D.js.map} +1 -1
- package/dist/client/chunks/{chart-kpi-number-P_WBiO5S.js → chart-kpi-number-xgZmMiQY.js} +3 -3
- package/dist/client/chunks/{chart-kpi-number-P_WBiO5S.js.map → chart-kpi-number-xgZmMiQY.js.map} +1 -1
- package/dist/client/chunks/{chart-kpi-text-C-Y4eb5H.js → chart-kpi-text-ZO3eFi7t.js} +2 -2
- package/dist/client/chunks/{chart-kpi-text-C-Y4eb5H.js.map → chart-kpi-text-ZO3eFi7t.js.map} +1 -1
- package/dist/client/chunks/{charts-loader-DdTeCeNo.js → charts-loader-B0DOQMFH.js} +6 -6
- package/dist/client/chunks/{charts-loader-DdTeCeNo.js.map → charts-loader-B0DOQMFH.js.map} +1 -1
- package/dist/client/chunks/{schema-visualization-Cb_E9_Gd.js → schema-visualization-DJPTktM6.js} +2 -2
- package/dist/client/chunks/{schema-visualization-Cb_E9_Gd.js.map → schema-visualization-DJPTktM6.js.map} +1 -1
- package/dist/client/chunks/{useDirtyStateTracking-MbpxH_v6.js → useDirtyStateTracking-BT6zqCFl.js} +250 -591
- package/dist/client/chunks/useDirtyStateTracking-BT6zqCFl.js.map +1 -0
- package/dist/client/chunks/{useExplainAI-evnZkjCY.js → useExplainAI-Dq_meKNN.js} +4 -4
- package/dist/client/chunks/{useExplainAI-evnZkjCY.js.map → useExplainAI-Dq_meKNN.js.map} +1 -1
- package/dist/client/chunks/{utils-3P6z1vz5.js → utils-Cq-j5E5I.js} +2 -2
- package/dist/client/chunks/{utils-3P6z1vz5.js.map → utils-Cq-j5E5I.js.map} +1 -1
- package/dist/client/chunks/{vendor-DSpR0IW6.js → vendor-D4jADu8t.js} +2 -2
- package/dist/client/chunks/{vendor-DSpR0IW6.js.map → vendor-D4jADu8t.js.map} +1 -1
- package/dist/client/components/AIAssistant/index.d.ts +2 -2
- package/dist/client/components/AnalysisBuilder/utils/filterUtils.d.ts +4 -10
- package/dist/client/components/charts/ActivityGridChart.config.d.ts +6 -1
- package/dist/client/components/charts/AreaChart.config.d.ts +6 -1
- package/dist/client/components/charts/BarChart.config.d.ts +6 -1
- package/dist/client/components/charts/BoxPlotChart.config.d.ts +6 -1
- package/dist/client/components/charts/BubbleChart.config.d.ts +6 -1
- package/dist/client/components/charts/CandlestickChart.config.d.ts +6 -1
- package/dist/client/components/charts/DataTable.config.d.ts +6 -1
- package/dist/client/components/charts/FunnelChart.config.d.ts +5 -0
- package/dist/client/components/charts/GaugeChart.config.d.ts +6 -1
- package/dist/client/components/charts/HeatMapChart.config.d.ts +6 -1
- package/dist/client/components/charts/KpiDelta.config.d.ts +6 -1
- package/dist/client/components/charts/KpiNumber.config.d.ts +6 -1
- package/dist/client/components/charts/KpiText.config.d.ts +6 -1
- package/dist/client/components/charts/LineChart.config.d.ts +6 -1
- package/dist/client/components/charts/MarkdownChart.config.d.ts +6 -1
- package/dist/client/components/charts/MeasureProfileChart.config.d.ts +6 -1
- package/dist/client/components/charts/PieChart.config.d.ts +6 -1
- package/dist/client/components/charts/RadarChart.config.d.ts +6 -1
- package/dist/client/components/charts/RadialBarChart.config.d.ts +6 -1
- package/dist/client/components/charts/SankeyChart.config.d.ts +5 -0
- package/dist/client/components/charts/ScatterChart.config.d.ts +6 -1
- package/dist/client/components/charts/SunburstChart.config.d.ts +5 -0
- package/dist/client/components/charts/TreeMapChart.config.d.ts +6 -1
- package/dist/client/components/charts/WaterfallChart.config.d.ts +6 -1
- package/dist/client/components/shared/utils.d.ts +2 -1
- package/dist/client/components.js +3 -3
- package/dist/client/hooks/analysisQueryExecutionModes.d.ts +1 -1
- package/dist/client/hooks/useAnalysisEffects.d.ts +33 -0
- package/dist/{cjs/client/hooks/useAnalysisQueryExecution.d.ts → client/hooks/useAnalysisQuery.d.ts} +3 -3
- package/dist/client/hooks/useAnalysisState.d.ts +165 -0
- package/dist/client/hooks.js +3 -3
- package/dist/client/icons/registry.d.ts +0 -6
- package/dist/client/icons/types.d.ts +5 -0
- package/dist/client/icons.js +1 -1
- package/dist/client/index.js +17 -17
- package/dist/client/index.js.map +1 -1
- package/dist/client/providers.js +1 -1
- package/dist/client/schema.js +1 -1
- package/dist/client/shared/filters/filterOperations.d.ts +95 -0
- package/dist/client/shared/filters/index.d.ts +10 -0
- package/dist/client/shared/filters/operators.d.ts +23 -0
- package/dist/client/shared/index.d.ts +3 -2
- package/dist/client/shared/types.d.ts +3 -10
- package/dist/client/shared/utils.d.ts +1 -59
- package/dist/client/utils/filterUtils.d.ts +2 -9
- package/dist/client/utils.js +3 -3
- package/dist/client-bundle-stats.html +1 -1
- package/dist/mcp-app/mcp-app.html +34 -34
- package/dist/server/chartConfigHelpers-CcvqrIWF.js +72 -0
- package/dist/server/chartConfigHelpers-DHQB-_v5.cjs +1 -0
- package/dist/server/index.cjs +68 -68
- package/dist/server/index.js +3899 -3823
- package/dist/server/logical-plan/logical-plan-builder.d.ts +0 -5
- package/dist/server/logical-plan/schema-builder.d.ts +19 -0
- package/dist/server/{openai-D-6l1Y8h.cjs → openai-B4kAJTSD.cjs} +1 -1
- package/dist/server/{openai-DTSTMiXL.cjs → openai-Cdf2wWZA.cjs} +1 -1
- package/dist/server/{openai-CmVRIbUg.js → openai-CmMzrs1Y.js} +1 -1
- package/dist/server/{openai-CtXqeznO.js → openai-DhzGY9R4.js} +1 -1
- package/package.json +13 -3
- package/dist/adapters/handler-OwxSBJH8.cjs +0 -25
- package/dist/adapters/hono/mcp-handler.d.ts +0 -37
- package/dist/adapters/locale-ZLUUNUxr.cjs +0 -166
- package/dist/adapters/mcp-transport-B7ddET3M.cjs +0 -40
- package/dist/adapters/mcp-transport-Dfuj4j4q.js +0 -591
- package/dist/cjs/adapters/hono/mcp-handler.d.ts +0 -37
- package/dist/cjs/client/hooks/useAnalysisAI.d.ts +0 -56
- package/dist/cjs/client/hooks/useAnalysisChartDefaults.d.ts +0 -35
- package/dist/cjs/client/hooks/useAnalysisCombinedFields.d.ts +0 -18
- package/dist/cjs/client/hooks/useAnalysisInitialization.d.ts +0 -25
- package/dist/cjs/client/hooks/useAnalysisQueryBuilder.d.ts +0 -32
- package/dist/cjs/client/hooks/useAnalysisShare.d.ts +0 -18
- package/dist/cjs/client/hooks/useAnalysisUIState.d.ts +0 -24
- package/dist/client/chunks/DashboardEditModal-okVfH8ZK.js.map +0 -1
- package/dist/client/chunks/analysis-builder-DB88FojM.js.map +0 -1
- package/dist/client/chunks/analysis-builder-shared-BVK4TYfR.js.map +0 -1
- package/dist/client/chunks/chart-config-activity-grid-D_UX4NHC.js.map +0 -1
- package/dist/client/chunks/chart-config-bar-DSO_LRTx.js.map +0 -1
- package/dist/client/chunks/chart-config-box-plot-oW8axV2q.js.map +0 -1
- package/dist/client/chunks/chart-config-bubble-gIoqVyjZ.js.map +0 -1
- package/dist/client/chunks/chart-config-candlestick-N6DchAA3.js.map +0 -1
- package/dist/client/chunks/chart-config-data-table-d7VBY-y_.js.map +0 -1
- package/dist/client/chunks/chart-config-funnel-DEYMcxsD.js.map +0 -1
- package/dist/client/chunks/chart-config-gauge-Dq-_H9UN.js.map +0 -1
- package/dist/client/chunks/chart-config-heat-map-CfRnRNcw.js.map +0 -1
- package/dist/client/chunks/chart-config-kpi-delta-DSQbvqu_.js.map +0 -1
- package/dist/client/chunks/chart-config-kpi-number-EFSWY1We.js.map +0 -1
- package/dist/client/chunks/chart-config-kpi-text-KM3V5X2u.js.map +0 -1
- package/dist/client/chunks/chart-config-line-D6jG8PCH.js.map +0 -1
- package/dist/client/chunks/chart-config-markdown-BtRIe8JN.js.map +0 -1
- package/dist/client/chunks/chart-config-measure-profile-DxRGa-zf.js.map +0 -1
- package/dist/client/chunks/chart-config-pie-BhzW-fdn.js.map +0 -1
- package/dist/client/chunks/chart-config-radar-D7REP1q_.js.map +0 -1
- package/dist/client/chunks/chart-config-radial-bar-Byx6qOPU.js.map +0 -1
- package/dist/client/chunks/chart-config-sankey-BTnWA7EW.js.map +0 -1
- package/dist/client/chunks/chart-config-scatter-DSYTjwRb.js.map +0 -1
- package/dist/client/chunks/chart-config-sunburst-Bwjtdf7X.js.map +0 -1
- package/dist/client/chunks/chart-config-tree-map-DVrvf3yQ.js.map +0 -1
- package/dist/client/chunks/chart-config-waterfall-DmFeQdIk.js.map +0 -1
- package/dist/client/chunks/chart-data-table-CKauQXme.js.map +0 -1
- package/dist/client/chunks/useDirtyStateTracking-MbpxH_v6.js.map +0 -1
- package/dist/client/hooks/useAnalysisAI.d.ts +0 -56
- package/dist/client/hooks/useAnalysisChartDefaults.d.ts +0 -35
- package/dist/client/hooks/useAnalysisCombinedFields.d.ts +0 -18
- package/dist/client/hooks/useAnalysisInitialization.d.ts +0 -25
- package/dist/client/hooks/useAnalysisQueryBuilder.d.ts +0 -32
- package/dist/client/hooks/useAnalysisShare.d.ts +0 -18
- package/dist/client/hooks/useAnalysisUIState.d.ts +0 -24
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CubeQuery
|
|
1
|
+
import { CubeQuery } from '../types.js';
|
|
2
2
|
export interface MetaField {
|
|
3
3
|
name: string;
|
|
4
4
|
title: string;
|
|
@@ -162,15 +162,8 @@ export interface ValidationResult {
|
|
|
162
162
|
joinType?: string;
|
|
163
163
|
analysis?: QueryAnalysis;
|
|
164
164
|
}
|
|
165
|
-
export
|
|
166
|
-
|
|
167
|
-
description: string;
|
|
168
|
-
requiresValues: boolean;
|
|
169
|
-
supportsMultipleValues: boolean;
|
|
170
|
-
valueType: 'string' | 'number' | 'date' | 'boolean' | 'any';
|
|
171
|
-
fieldTypes: string[];
|
|
172
|
-
}
|
|
173
|
-
export declare const FILTER_OPERATORS: Record<FilterOperator, FilterOperatorMeta>;
|
|
165
|
+
export type { FilterOperatorMeta } from './filters/operators.js';
|
|
166
|
+
export { FILTER_OPERATORS } from './filters/operators.js';
|
|
174
167
|
export type DateRangeType = 'custom' | 'today' | 'yesterday' | 'this_week' | 'this_month' | 'this_quarter' | 'this_year' | 'last_7_days' | 'last_30_days' | 'last_week' | 'last_month' | 'last_quarter' | 'last_year' | 'last_12_months' | 'last_n_days' | 'last_n_weeks' | 'last_n_months' | 'last_n_quarters' | 'last_n_years';
|
|
175
168
|
export interface DateRangeOption {
|
|
176
169
|
value: DateRangeType;
|
|
@@ -1,58 +1,7 @@
|
|
|
1
|
-
import { CubeQuery
|
|
1
|
+
import { CubeQuery } from '../types.js';
|
|
2
2
|
import { MetaField, MetaResponse } from './types.js';
|
|
3
3
|
import { cleanQuery } from './queryTransforms.js';
|
|
4
4
|
export { cleanQuery };
|
|
5
|
-
/**
|
|
6
|
-
* Check if a filter is a simple filter
|
|
7
|
-
*/
|
|
8
|
-
export declare function isSimpleFilter(filter: Filter): filter is SimpleFilter;
|
|
9
|
-
/**
|
|
10
|
-
* Check if a filter is a group filter
|
|
11
|
-
*/
|
|
12
|
-
export declare function isGroupFilter(filter: Filter): filter is GroupFilter;
|
|
13
|
-
/**
|
|
14
|
-
* Check if a filter is an AND filter
|
|
15
|
-
*/
|
|
16
|
-
export declare function isAndFilter(filter: Filter): filter is GroupFilter;
|
|
17
|
-
/**
|
|
18
|
-
* Check if a filter is an OR filter
|
|
19
|
-
*/
|
|
20
|
-
export declare function isOrFilter(filter: Filter): filter is GroupFilter;
|
|
21
|
-
/**
|
|
22
|
-
* Flatten all simple filters from a hierarchical filter structure
|
|
23
|
-
*/
|
|
24
|
-
export declare function flattenFilters(filters: Filter[]): SimpleFilter[];
|
|
25
|
-
/**
|
|
26
|
-
* Count total filters in hierarchical structure
|
|
27
|
-
*/
|
|
28
|
-
export declare function countFilters(filters: Filter[]): number;
|
|
29
|
-
/**
|
|
30
|
-
* Create a new simple filter
|
|
31
|
-
*/
|
|
32
|
-
export declare function createSimpleFilter(member: string, operator?: string, values?: any[]): SimpleFilter;
|
|
33
|
-
/**
|
|
34
|
-
* Create a new AND filter group
|
|
35
|
-
*/
|
|
36
|
-
export declare function createAndFilter(filters?: Filter[]): GroupFilter;
|
|
37
|
-
/**
|
|
38
|
-
* Create a new OR filter group
|
|
39
|
-
*/
|
|
40
|
-
export declare function createOrFilter(filters?: Filter[]): GroupFilter;
|
|
41
|
-
/**
|
|
42
|
-
* Clean up filters - backward compatible (returns filters unchanged)
|
|
43
|
-
* @deprecated This function is no longer used as we now support filtering on any schema field
|
|
44
|
-
*/
|
|
45
|
-
export declare function cleanupFilters(filters: Filter[], _query?: CubeQuery): Filter[];
|
|
46
|
-
/**
|
|
47
|
-
* Transform filters from new GroupFilter format to legacy server format
|
|
48
|
-
* Server expects { and: [...] } and { or: [...] } instead of { type: 'and', filters: [...] }
|
|
49
|
-
*/
|
|
50
|
-
export declare function transformFiltersForServer(filters: Filter[]): any[];
|
|
51
|
-
/**
|
|
52
|
-
* Transform filters from server/API format to UI format
|
|
53
|
-
* Converts {and: [...]} and {or: [...]} to {type: 'and', filters: [...]} format
|
|
54
|
-
*/
|
|
55
|
-
export declare function transformFiltersFromServer(filters: any[]): Filter[];
|
|
56
5
|
/**
|
|
57
6
|
* Check if query has any content (measures, dimensions, or timeDimensions)
|
|
58
7
|
*/
|
|
@@ -79,13 +28,6 @@ export declare function getFieldType(fieldName: string, schema: MetaResponse): s
|
|
|
79
28
|
* Get field title from schema metadata, falling back to field name
|
|
80
29
|
*/
|
|
81
30
|
export declare function getFieldTitle(fieldName: string, schema: MetaResponse | null): string;
|
|
82
|
-
/**
|
|
83
|
-
* Get available operators for a field type
|
|
84
|
-
*/
|
|
85
|
-
export declare function getAvailableOperators(fieldType: string): Array<{
|
|
86
|
-
operator: string;
|
|
87
|
-
label: string;
|
|
88
|
-
}>;
|
|
89
31
|
/**
|
|
90
32
|
* Get ALL filterable fields from schema
|
|
91
33
|
*/
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { Filter, DashboardFilter, DashboardFilterMapping, DashboardFilterMappingEntry, CubeMeta, DashboardConfig } from '../types.js';
|
|
2
|
+
import { validateFilterForCube } from '../shared/filters/index.js';
|
|
3
|
+
export { validateFilterForCube };
|
|
2
4
|
/**
|
|
3
5
|
* Normalize a portlet filter mapping to entry objects.
|
|
4
6
|
* Plain string entries (the legacy format) become { filterId } with no override.
|
|
@@ -61,14 +63,6 @@ export declare function mergeDashboardAndPortletFilters(dashboardFilters: Filter
|
|
|
61
63
|
* @deprecated Use mergeDashboardAndPortletFilters(filters, portletFilters, 'client') instead
|
|
62
64
|
*/
|
|
63
65
|
export declare function mergeDashboardAndPortletFiltersClientFormat(dashboardFilters: Filter[], portletFilters: Filter[] | undefined): Filter[] | undefined;
|
|
64
|
-
/**
|
|
65
|
-
* Check if a filter field exists in the cube metadata
|
|
66
|
-
* This helps identify filters that might not apply to a specific portlet's data
|
|
67
|
-
* @param filter - The filter to validate
|
|
68
|
-
* @param cubeMeta - Cube metadata to validate against
|
|
69
|
-
* @returns true if the filter field exists in any cube's measures or dimensions
|
|
70
|
-
*/
|
|
71
|
-
export declare function validateFilterForCube(filter: Filter, cubeMeta: CubeMeta | null): boolean;
|
|
72
66
|
/**
|
|
73
67
|
* Validate that all dashboard filters in a portlet's mapping exist and are valid
|
|
74
68
|
* @param dashboardFilters - All available dashboard filters
|
|
@@ -110,4 +104,3 @@ type TimeDimension = {
|
|
|
110
104
|
* @returns Updated timeDimensions array with date ranges applied
|
|
111
105
|
*/
|
|
112
106
|
export declare function applyUniversalTimeFilters(dashboardFilters: DashboardFilter[] | undefined, filterMapping: DashboardFilterMapping | undefined, portletTimeDimensions: TimeDimension[] | undefined): TimeDimension[] | undefined;
|
|
113
|
-
export {};
|
|
@@ -49,10 +49,5 @@ export declare class LogicalPlanBuilder {
|
|
|
49
49
|
private deduplicateColumnRefs;
|
|
50
50
|
private buildQueryNode;
|
|
51
51
|
private buildPreAggregationAnalysis;
|
|
52
|
-
private buildMeasureRefs;
|
|
53
|
-
private buildDimensionRefs;
|
|
54
|
-
private buildTimeDimensionRefs;
|
|
55
52
|
private buildOrderByRefs;
|
|
56
|
-
private toCubeRef;
|
|
57
|
-
private buildCTESchema;
|
|
58
53
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Cube, PhysicalQueryPlan } from '../types/index.js';
|
|
2
|
+
import { SemanticQuery } from '../types/query.js';
|
|
3
|
+
import { CubeRef, MeasureRef, DimensionRef, TimeDimensionRef, LogicalSchema } from './types.js';
|
|
4
|
+
export declare function toCubeRef(cube: Cube): CubeRef;
|
|
5
|
+
export declare function buildMeasureRefs(query: SemanticQuery, cubes: Map<string, Cube>): MeasureRef[];
|
|
6
|
+
export declare function buildDimensionRefs(query: SemanticQuery, cubes: Map<string, Cube>): DimensionRef[];
|
|
7
|
+
export declare function buildTimeDimensionRefs(query: SemanticQuery, cubes: Map<string, Cube>): TimeDimensionRef[];
|
|
8
|
+
/**
|
|
9
|
+
* Compose the full logical schema (measures, dimensions, time dimensions) for a
|
|
10
|
+
* query. This is the primary public interface: `(query, cubes) => LogicalSchema`.
|
|
11
|
+
*/
|
|
12
|
+
export declare function buildLogicalSchema(query: SemanticQuery, cubes: Map<string, Cube>): LogicalSchema;
|
|
13
|
+
/**
|
|
14
|
+
* Derive the measures-only schema for a pre-aggregation CTE. Unlike the
|
|
15
|
+
* query-driven builders above, this intentionally does NOT throw on a missing
|
|
16
|
+
* cube (the cube is guaranteed present by the planner that produced the CTE
|
|
17
|
+
* descriptor) — preserving exact prior behavior keeps generated SQL unchanged.
|
|
18
|
+
*/
|
|
19
|
+
export declare function buildCTESchema(cteInfo: NonNullable<PhysicalQueryPlan['preAggregationCTEs']>[number], cubes: Map<string, Cube>): LogicalSchema;
|
|
@@ -1,17 +1,9 @@
|
|
|
1
1
|
import { ComponentType, LazyExoticComponent } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { ChartType, ChartProps } from '../types.js';
|
|
3
3
|
export type LazyChartComponent = ComponentType<ChartProps>;
|
|
4
4
|
export declare const chartLoaderCache: Map<ChartType, LazyExoticComponent<LazyChartComponent>>;
|
|
5
5
|
export declare const failedChartTypes: Set<ChartType>;
|
|
6
6
|
export declare const customChartMap: Map<string, LazyExoticComponent<LazyChartComponent>>;
|
|
7
|
-
/**
|
|
8
|
-
* Maps chart types to their optional peer dependencies.
|
|
9
|
-
* Charts not listed here have no external dependencies (table, KPIs, markdown).
|
|
10
|
-
*/
|
|
11
|
-
export declare const chartDependencyMap: Partial<Record<BuiltInChartType, {
|
|
12
|
-
packageName: string;
|
|
13
|
-
installCommand: string;
|
|
14
|
-
}>>;
|
|
15
7
|
/**
|
|
16
8
|
* Creates a fallback component for an unknown/unregistered chart type.
|
|
17
9
|
*/
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { ChartTypeConfig, ChartConfigRegistry } from './chartConfigs.js';
|
|
2
2
|
/**
|
|
3
|
-
* Registry of all chart type configurations
|
|
3
|
+
* Registry of all chart type configurations (the eager / full / server source).
|
|
4
|
+
*
|
|
5
|
+
* Every built-in is composed from its `chartRegistry` entry's metadata (single
|
|
6
|
+
* source of truth) laid over its full config shape. Drop zones / display options
|
|
7
|
+
* stay here in full because the server agent reads them synchronously.
|
|
4
8
|
*/
|
|
5
9
|
export declare const chartConfigRegistry: ChartConfigRegistry;
|
|
6
10
|
/**
|
|
@@ -37,7 +37,6 @@ export interface ChartDefinition {
|
|
|
37
37
|
declare class ChartPluginRegistry {
|
|
38
38
|
private customCharts;
|
|
39
39
|
private builtInBackups;
|
|
40
|
-
private iconMap;
|
|
41
40
|
private version;
|
|
42
41
|
private listeners;
|
|
43
42
|
/**
|
|
@@ -51,7 +50,7 @@ declare class ChartPluginRegistry {
|
|
|
51
50
|
* If the chart type was a built-in override, the original built-in is restored.
|
|
52
51
|
*/
|
|
53
52
|
unregister(type: string): void;
|
|
54
|
-
/** Get the custom icon for a chart type, if registered */
|
|
53
|
+
/** Get the custom icon component for a chart type, if one was registered. */
|
|
55
54
|
getIcon(type: string): ComponentType<IconProps> | undefined;
|
|
56
55
|
/** Get all registered custom chart type strings */
|
|
57
56
|
getCustomTypes(): string[];
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { ComponentType } from 'react';
|
|
2
|
+
import { BuiltInChartType } from '../types.js';
|
|
3
|
+
import { IconName, IconProps } from '../icons/types.js';
|
|
4
|
+
import { ChartTypeConfig, ChartAvailabilityContext, ChartAvailability } from './chartConfigs.js';
|
|
5
|
+
/**
|
|
6
|
+
* The single source of truth for one chart type's DOM-free metadata: the eager
|
|
7
|
+
* picker fields, the lazy config thunk, the icon name, and dependency info.
|
|
8
|
+
*
|
|
9
|
+
* The React component thunk is deliberately NOT part of the entry — it is the
|
|
10
|
+
* one DOM-bearing piece and is owned by the client loader, keeping this entry
|
|
11
|
+
* (and its consumers, incl. the server agent) free of the chart component graph.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartRegistryEntry {
|
|
14
|
+
/** Display label for the picker — an i18n key, resolved at render time. */
|
|
15
|
+
label: string;
|
|
16
|
+
/**
|
|
17
|
+
* The chart's icon. Built-ins use an `IconName` resolved via the icon registry
|
|
18
|
+
* (override-able via registerIcons/setIcon). Plugins may instead supply a
|
|
19
|
+
* ready-made icon component — both flow through the same entry field so custom
|
|
20
|
+
* and built-in charts resolve their icon along one path.
|
|
21
|
+
*/
|
|
22
|
+
icon: IconName | ComponentType<IconProps>;
|
|
23
|
+
/** Brief description — i18n key. */
|
|
24
|
+
description?: string;
|
|
25
|
+
/** When to use this chart — i18n key. */
|
|
26
|
+
useCase?: string;
|
|
27
|
+
/** Whether the chart can render with the current query shape. */
|
|
28
|
+
isAvailable?: (ctx: ChartAvailabilityContext) => ChartAvailability;
|
|
29
|
+
/** Optional peer dependency — shows install instructions if the import fails. */
|
|
30
|
+
dependencies?: {
|
|
31
|
+
packageName: string;
|
|
32
|
+
installCommand: string;
|
|
33
|
+
};
|
|
34
|
+
/** Lazy config import — resolves the config OBJECT directly (client lazy path). */
|
|
35
|
+
config: () => Promise<ChartTypeConfig>;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* The unified registry — one entry per built-in chart type, the single source of
|
|
39
|
+
* truth for its DOM-free metadata. The eager config registry, the lazy config
|
|
40
|
+
* registry, the icon lookup, and the dependency lookup all derive from this map.
|
|
41
|
+
*
|
|
42
|
+
* Adding a chart is now one entry here plus its component/config files.
|
|
43
|
+
*/
|
|
44
|
+
export declare const chartRegistry: Record<BuiltInChartType, ChartRegistryEntry>;
|
|
45
|
+
/**
|
|
46
|
+
* The single, unified chart-entry lookup. Custom plugin entries take precedence
|
|
47
|
+
* over built-ins, so a plugin override of a built-in type resolves through the
|
|
48
|
+
* same path. Returns `undefined` for unknown types.
|
|
49
|
+
*
|
|
50
|
+
* Every entry-shaped consumer (icon resolution, dependency fallback, plugin
|
|
51
|
+
* icon API) reads through this so built-in and custom charts flow as one.
|
|
52
|
+
*/
|
|
53
|
+
export declare function getChartEntry(chartType: string): ChartRegistryEntry | undefined;
|
|
54
|
+
/** Register a custom chart's entry (plugin system). */
|
|
55
|
+
export declare function registerCustomChartEntry(chartType: string, entry: ChartRegistryEntry): void;
|
|
56
|
+
/** Remove a custom chart's entry, falling back to the built-in if one exists. */
|
|
57
|
+
export declare function unregisterCustomChartEntry(chartType: string): void;
|
|
58
|
+
/** The custom entry for a type, if one is registered (no built-in fallback). */
|
|
59
|
+
export declare function getCustomChartEntry(chartType: string): ChartRegistryEntry | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* Composes a migrated chart's full `ChartTypeConfig` from its entry: the entry's
|
|
62
|
+
* metadata (its single declaration site) laid over the chart's config shape
|
|
63
|
+
* (`base` — drop zones, display options, clickable elements, validation).
|
|
64
|
+
*
|
|
65
|
+
* Used by BOTH derivation paths so they return the same full shape as a
|
|
66
|
+
* non-migrated chart's `*.config.ts`:
|
|
67
|
+
* - eager `chartConfigRegistry` (server/full source — read synchronously for the
|
|
68
|
+
* picker AND by the server agent's chart validation + tool guidance), with
|
|
69
|
+
* `base` = the statically-imported config;
|
|
70
|
+
* - lazy `getChartConfigAsync` (client code-split path), with `base` = the
|
|
71
|
+
* config resolved from the entry's `config` thunk.
|
|
72
|
+
*/
|
|
73
|
+
export declare function composeChartConfig(entry: ChartRegistryEntry, base: ChartTypeConfig): ChartTypeConfig;
|
package/dist/client/charts.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ct as e, dt as t, ft as n, lt as r, mt as i, pt as a, st as o, t as s, ut as c } from "./chunks/chart-data-table-
|
|
1
|
+
import { ct as e, dt as t, ft as n, lt as r, mt as i, pt as a, st as o, t as s, ut as c } from "./chunks/chart-data-table-D4g5_jfF.js";
|
|
2
2
|
import { d as l, l as u, s as d, u as f } from "./chunks/chart-activity-grid-DX0SJbxs.js";
|
|
3
3
|
import { t as p } from "./chunks/chart-funnel-CToKSBaL.js";
|
|
4
|
-
import { a as m, i as h, n as g, o as _, r as v, s as y, t as b } from "./chunks/charts-loader-
|
|
4
|
+
import { a as m, i as h, n as g, o as _, r as v, s as y, t as b } from "./chunks/charts-loader-B0DOQMFH.js";
|
|
5
5
|
import { t as x } from "./chunks/chart-area-of01_62R.js";
|
|
6
|
-
import { i as S } from "./chunks/utils-
|
|
6
|
+
import { i as S } from "./chunks/utils-Cq-j5E5I.js";
|
|
7
7
|
import { t as C } from "./chunks/chart-bar-BqelQE_I.js";
|
|
8
8
|
import { t as w } from "./chunks/chart-line-DKgrQA6c.js";
|
|
9
9
|
import { t as T } from "./chunks/chart-pie-ByieAX5H.js";
|