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
package/dist/client/providers.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { n as e, t } from "./chunks/providers-DwQCKdGW.js";
|
|
2
|
-
import { V as n, c as r, s as i } from "./chunks/chart-data-table-
|
|
2
|
+
import { V as n, c as r, s as i } from "./chunks/chart-data-table-D4g5_jfF.js";
|
|
3
3
|
export { i as CubeProvider, t as ScrollContainerProvider, n as createCubeClient, r as useCubeContext, e as useScrollContainer };
|
package/dist/client/schema.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "./chunks/schema-visualization-
|
|
1
|
+
import { t as e } from "./chunks/schema-visualization-DJPTktM6.js";
|
|
2
2
|
export { e as SchemaVisualization };
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { CubeQuery, Filter, SimpleFilter, GroupFilter, CubeMeta } from '../../types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Check if a filter is a simple filter.
|
|
4
|
+
*
|
|
5
|
+
* Discriminates against GroupFilter (which has `type`/`filters`, never
|
|
6
|
+
* `member`/`operator`). `values` is intentionally NOT required: valueless
|
|
7
|
+
* filters such as an `inDateRange` carrying only a `dateRange` are still simple.
|
|
8
|
+
*/
|
|
9
|
+
export declare function isSimpleFilter(filter: Filter): filter is SimpleFilter;
|
|
10
|
+
/**
|
|
11
|
+
* Check if a filter is a group filter
|
|
12
|
+
*/
|
|
13
|
+
export declare function isGroupFilter(filter: Filter): filter is GroupFilter;
|
|
14
|
+
/**
|
|
15
|
+
* Check if a filter is an AND filter
|
|
16
|
+
*/
|
|
17
|
+
export declare function isAndFilter(filter: Filter): filter is GroupFilter;
|
|
18
|
+
/**
|
|
19
|
+
* Check if a filter is an OR filter
|
|
20
|
+
*/
|
|
21
|
+
export declare function isOrFilter(filter: Filter): filter is GroupFilter;
|
|
22
|
+
/**
|
|
23
|
+
* Create a new simple filter
|
|
24
|
+
*/
|
|
25
|
+
export declare function createSimpleFilter(member: string, operator?: string, values?: any[]): SimpleFilter;
|
|
26
|
+
/**
|
|
27
|
+
* Create a new AND filter group
|
|
28
|
+
*/
|
|
29
|
+
export declare function createAndFilter(filters?: Filter[]): GroupFilter;
|
|
30
|
+
/**
|
|
31
|
+
* Create a new OR filter group
|
|
32
|
+
*/
|
|
33
|
+
export declare function createOrFilter(filters?: Filter[]): GroupFilter;
|
|
34
|
+
/**
|
|
35
|
+
* Clean up filters - backward compatible (returns filters unchanged)
|
|
36
|
+
* @deprecated This function is no longer used as we now support filtering on any schema field
|
|
37
|
+
*/
|
|
38
|
+
export declare function cleanupFilters(filters: Filter[], _query?: CubeQuery): Filter[];
|
|
39
|
+
/**
|
|
40
|
+
* Flatten all simple filters from a hierarchical filter structure
|
|
41
|
+
*/
|
|
42
|
+
export declare function flattenFilters(filters: Filter[]): SimpleFilter[];
|
|
43
|
+
/**
|
|
44
|
+
* Count total simple filters in a hierarchical structure
|
|
45
|
+
*/
|
|
46
|
+
export declare function countFilters(filters: Filter[]): number;
|
|
47
|
+
/**
|
|
48
|
+
* Extract all member names from a filter tree (handles nested group filters).
|
|
49
|
+
* Returns names in traversal order, including duplicates; callers that need
|
|
50
|
+
* unique fields should de-duplicate.
|
|
51
|
+
*/
|
|
52
|
+
export declare function extractFilterMembers(filters: Filter[]): string[];
|
|
53
|
+
/**
|
|
54
|
+
* Add a simple filter at a specific path in the filter tree.
|
|
55
|
+
* Path is an array of indices, e.g. [0, 2] means filters[0].filters[2].
|
|
56
|
+
* An empty path adds at the root, wrapping bare filters in an AND group as needed.
|
|
57
|
+
*/
|
|
58
|
+
export declare function addFilterAtPath(filters: Filter[], path: number[], newFilter: SimpleFilter): Filter[];
|
|
59
|
+
/**
|
|
60
|
+
* Remove a top-level filter by index, unwrapping a sole remaining single-filter
|
|
61
|
+
* group back to a bare filter (keeps the tree as shallow as possible).
|
|
62
|
+
*/
|
|
63
|
+
export declare function removeFilterAtIndex(filters: Filter[], index: number): Filter[];
|
|
64
|
+
/**
|
|
65
|
+
* Return a copy of a group with its type toggled between AND and OR
|
|
66
|
+
*/
|
|
67
|
+
export declare function toggleGroupType(group: GroupFilter): GroupFilter;
|
|
68
|
+
/**
|
|
69
|
+
* Find the first inDateRange filter for a given member, searching nested
|
|
70
|
+
* groups. Returns its dateRange (preferring the dateRange property).
|
|
71
|
+
*/
|
|
72
|
+
export declare function findDateFilterForField(filters: Filter[], field: string): {
|
|
73
|
+
dateRange: string | string[];
|
|
74
|
+
} | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* Remove every simple filter matching a member (optionally restricted to an
|
|
77
|
+
* operator) from a filter tree, pruning groups that become empty. Immutable.
|
|
78
|
+
*/
|
|
79
|
+
export declare function removeFilterForMember(filters: Filter[], member: string, operator?: string): Filter[];
|
|
80
|
+
/**
|
|
81
|
+
* Transform filters from the UI GroupFilter format to the legacy server format.
|
|
82
|
+
* Server expects { and: [...] } / { or: [...] } instead of { type, filters }.
|
|
83
|
+
*/
|
|
84
|
+
export declare function transformFiltersForServer(filters: Filter[]): any[];
|
|
85
|
+
/**
|
|
86
|
+
* Transform filters from server/API format to UI format.
|
|
87
|
+
* Converts { and: [...] } / { or: [...] } to { type, filters } GroupFilters.
|
|
88
|
+
*/
|
|
89
|
+
export declare function transformFiltersFromServer(filters: any[]): Filter[];
|
|
90
|
+
/**
|
|
91
|
+
* Check if a filter's field(s) exist in the cube metadata. Helps identify
|
|
92
|
+
* filters that may not apply to a specific portlet's data. Fails open when no
|
|
93
|
+
* metadata is available.
|
|
94
|
+
*/
|
|
95
|
+
export declare function validateFilterForCube(filter: Filter, cubeMeta: CubeMeta | null): boolean;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Filter module — the single home for filter types, operator definitions, and
|
|
3
|
+
* add/remove/update-group manipulation logic. Consumed by both the dashboard
|
|
4
|
+
* filter UI and the analysis-builder filter UI; the two surfaces differ only in
|
|
5
|
+
* their value-source wiring, not in filter semantics.
|
|
6
|
+
*/
|
|
7
|
+
export type { Filter, SimpleFilter, GroupFilter, FilterOperator } from '../../types.js';
|
|
8
|
+
export type { FilterOperatorMeta } from './operators.js';
|
|
9
|
+
export { FILTER_OPERATORS, getAvailableOperators, normalizeFilterFieldType } from './operators.js';
|
|
10
|
+
export { isSimpleFilter, isGroupFilter, isAndFilter, isOrFilter, createSimpleFilter, createAndFilter, createOrFilter, cleanupFilters, flattenFilters, countFilters, extractFilterMembers, addFilterAtPath, removeFilterAtIndex, toggleGroupType, findDateFilterForField, removeFilterForMember, transformFiltersForServer, transformFiltersFromServer, validateFilterForCube } from './filterOperations.js';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { FilterOperator } from '../../types.js';
|
|
2
|
+
export interface FilterOperatorMeta {
|
|
3
|
+
label: string;
|
|
4
|
+
description: string;
|
|
5
|
+
requiresValues: boolean;
|
|
6
|
+
supportsMultipleValues: boolean;
|
|
7
|
+
valueType: 'string' | 'number' | 'date' | 'boolean' | 'any';
|
|
8
|
+
fieldTypes: string[];
|
|
9
|
+
}
|
|
10
|
+
export declare const FILTER_OPERATORS: Record<FilterOperator, FilterOperatorMeta>;
|
|
11
|
+
/**
|
|
12
|
+
* Normalize a raw field/measure type to the category used by FILTER_OPERATORS.
|
|
13
|
+
* Measure aggregation types collapse to 'number' so the numeric operators apply
|
|
14
|
+
* (without this, e.g. a `countDistinct` measure would expose no operators).
|
|
15
|
+
*/
|
|
16
|
+
export declare function normalizeFilterFieldType(fieldType: string): string;
|
|
17
|
+
/**
|
|
18
|
+
* Get available operators for a field type
|
|
19
|
+
*/
|
|
20
|
+
export declare function getAvailableOperators(fieldType: string): Array<{
|
|
21
|
+
operator: string;
|
|
22
|
+
label: string;
|
|
23
|
+
}>;
|
|
@@ -3,8 +3,9 @@
|
|
|
3
3
|
* Common types, utilities, and components used across QueryBuilder and AnalysisBuilder
|
|
4
4
|
*/
|
|
5
5
|
export type { MetaField, MetaCube, MetaResponse, QueryAnalysis, PrimaryCubeSelectionReason, PrimaryCubeCandidate, PrimaryCubeAnalysis, JoinPathStep, JoinPathAnalysis, PreAggregationAnalysis, QuerySummary, ValidationResult, FilterOperatorMeta, DateRangeType, DateRangeOption, TimeGranularity } from './types.js';
|
|
6
|
-
export {
|
|
7
|
-
export { isSimpleFilter, isGroupFilter, isAndFilter, isOrFilter, flattenFilters, countFilters, createSimpleFilter, createAndFilter, createOrFilter, transformFiltersForServer, transformFiltersFromServer
|
|
6
|
+
export { DATE_RANGE_OPTIONS, TIME_GRANULARITIES } from './types.js';
|
|
7
|
+
export { FILTER_OPERATORS, getAvailableOperators, isSimpleFilter, isGroupFilter, isAndFilter, isOrFilter, flattenFilters, countFilters, createSimpleFilter, createAndFilter, createOrFilter, transformFiltersForServer, transformFiltersFromServer } from './filters/index.js';
|
|
8
|
+
export { hasQueryContent, cleanQuery, cleanQueryForServer, transformQueryForUI, getCubeNameFromField, getFieldType, getFieldTitle, getAllFilterableFields, convertDateRangeTypeToValue, requiresNumberInput, formatDateForCube } from './utils.js';
|
|
8
9
|
export { default as QueryAnalysisPanel } from './components/QueryAnalysisPanel.js';
|
|
9
10
|
export { default as CodeBlock } from './components/CodeBlock.js';
|
|
10
11
|
export { getChartAvailability, getAllChartAvailability, selectBestChartType, getSmartChartDefaults, shouldAutoSwitchChartType, mergeChartConfigWithDefaults } from './chartDefaults.js';
|
|
@@ -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 {};
|
package/dist/client/utils.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { A as e, I as t, N as n, a as r, i, j as a, o, r as s } from "./chunks/chart-data-table-
|
|
1
|
+
import { A as e, I as t, N as n, a as r, i, j as a, o, r as s } from "./chunks/chart-data-table-D4g5_jfF.js";
|
|
2
2
|
import { A as c, C as l, D as u, E as d, M as f, N as p, O as m, T as h, c as g, d as _, f as v, j as y, k as b, l as x, s as S, u as C, w } from "./chunks/chart-activity-grid-DX0SJbxs.js";
|
|
3
3
|
import { A as T, D as E, E as D, M as O, N as k, O as A, P as j, j as M, k as N } from "./chunks/chart-area-of01_62R.js";
|
|
4
|
-
import { a as P, c as F, d as I, f as L, i as R, l as z, m as B, n as V, o as H, p as U, r as W, s as G, t as K, u as q } from "./chunks/utils-
|
|
5
|
-
import { g as J, h as Y, m as X, p as Z } from "./chunks/chart-kpi-delta-
|
|
4
|
+
import { a as P, c as F, d as I, f as L, i as R, l as z, m as B, n as V, o as H, p as U, r as W, s as G, t as K, u as q } from "./chunks/utils-Cq-j5E5I.js";
|
|
5
|
+
import { g as J, h as Y, m as X, p as Z } from "./chunks/chart-kpi-delta-BvWOt8-D.js";
|
|
6
6
|
export { S as CHART_COLORS, g as CHART_COLORS_GRADIENT, x as CHART_MARGINS, C as NEGATIVE_COLOR, _ as POSITIVE_COLOR, v as RESPONSIVE_CHART_MARGINS, n as captureThumbnail, l as createAxisTickFormatter, K as createDashboardLayout, V as createSamplePortlet, e as exportPortletToXlsx, Z as filterIncompletePeriod, W as findNextPosition, w as formatAxisValue, R as formatChartData, h as formatNumericValue, D as formatPeriodDayIndex, d as formatTimeValue, E as generatePeriodShortLabel, P as generatePortletId, H as generateResponsiveLayouts, F as getAllMeasureIcons, u as getFieldGranularity, m as getFieldLabel, z as getMeasureIcon, s as getMeasureType, i as getOrderedColumnsFromQuery, X as getPeriodEndDate, A as getPeriodIndices, N as getPeriodLabels, T as getPriorPeriodStrokeDashArray, Y as getQueryGranularity, q as getSyntaxHighlighter, r as hasTimeDimensionForPivot, I as highlightCodeBlock, L as highlightCodeBlocks, M as isComparisonData, a as isExportAvailable, J as isLastPeriodComplete, O as isPriorPeriodSeries, U as isSyntaxHighlightingAvailable, t as isThumbnailCaptureAvailable, b as isValidNumericValue, B as loadSyntaxHighlighter, c as parseNumericValue, o as pivotTableData, y as transformChartData, f as transformChartDataWithSeries, k as transformForOverlayMode, j as transformForSeparateMode, p as transformSeriesKeysWithLabels, G as validateCubeQuery };
|