@mui/x-charts-pro 8.28.3 → 8.29.0
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/{esm/BarChartPro/BarChartPro.d.ts → BarChartPro/BarChartPro.d.mts} +4 -4
- package/{esm/BarChartPro/BarChartPro.js → BarChartPro/BarChartPro.mjs} +5 -5
- package/{esm/BarChartPro/BarChartPro.plugins.d.ts → BarChartPro/BarChartPro.plugins.d.mts} +2 -2
- package/{esm/BarChartPro/BarChartPro.plugins.js → BarChartPro/BarChartPro.plugins.mjs} +2 -2
- package/BarChartPro/index.d.mts +2 -0
- package/BarChartPro/index.mjs +2 -0
- package/CHANGELOG.md +229 -0
- package/{esm/ChartContainerPro/ChartContainerPro.d.ts → ChartContainerPro/ChartContainerPro.d.mts} +2 -2
- package/{esm/ChartContainerPro/ChartContainerPro.js → ChartContainerPro/ChartContainerPro.mjs} +1 -1
- package/{esm/ChartContainerPro/index.d.ts → ChartContainerPro/index.d.mts} +4 -4
- package/ChartContainerPro/index.mjs +6 -0
- package/{esm/ChartContainerPro/useChartContainerProProps.d.ts → ChartContainerPro/useChartContainerProProps.d.mts} +3 -3
- package/{esm/ChartContainerPro/useChartContainerProProps.js → ChartContainerPro/useChartContainerProProps.mjs} +1 -1
- package/{esm/ChartDataProviderPro/ChartDataProviderPro.d.ts → ChartDataProviderPro/ChartDataProviderPro.d.mts} +3 -3
- package/{esm/ChartDataProviderPro/ChartDataProviderPro.js → ChartDataProviderPro/ChartDataProviderPro.mjs} +2 -2
- package/ChartDataProviderPro/index.d.mts +2 -0
- package/ChartDataProviderPro/index.mjs +2 -0
- package/{esm/ChartDataProviderPro/useChartDataProviderProProps.d.ts → ChartDataProviderPro/useChartDataProviderProProps.d.mts} +1 -1
- package/{esm/ChartDataProviderPro/useChartDataProviderProProps.js → ChartDataProviderPro/useChartDataProviderProProps.mjs} +1 -1
- package/{esm/ChartZoomSlider/index.d.ts → ChartZoomSlider/index.d.mts} +1 -1
- package/{esm/ChartZoomSlider/index.js → ChartZoomSlider/index.mjs} +1 -1
- package/{esm/ChartsContainerPro/ChartsContainerPro.d.ts → ChartsContainerPro/ChartsContainerPro.d.mts} +2 -2
- package/{esm/ChartsContainerPro/ChartsContainerPro.js → ChartsContainerPro/ChartsContainerPro.mjs} +2 -2
- package/{esm/ChartsContainerPro/index.d.ts → ChartsContainerPro/index.d.mts} +4 -4
- package/ChartsContainerPro/index.mjs +6 -0
- package/{esm/ChartsContainerPro/useChartsContainerProProps.d.ts → ChartsContainerPro/useChartsContainerProProps.d.mts} +3 -3
- package/{esm/ChartsContainerPro/useChartsContainerProProps.js → ChartsContainerPro/useChartsContainerProProps.mjs} +1 -1
- package/{esm/ChartsDataProviderPro/ChartsDataProviderPro.d.ts → ChartsDataProviderPro/ChartsDataProviderPro.d.mts} +2 -2
- package/ChartsDataProviderPro/ChartsDataProviderPro.js +1 -1
- package/{esm/ChartsDataProviderPro/ChartsDataProviderPro.js → ChartsDataProviderPro/ChartsDataProviderPro.mjs} +4 -4
- package/{esm/ChartsDataProviderPro/index.d.ts → ChartsDataProviderPro/index.d.mts} +2 -2
- package/ChartsDataProviderPro/index.mjs +2 -0
- package/{esm/ChartsDataProviderPro/useChartsDataProviderProProps.d.ts → ChartsDataProviderPro/useChartsDataProviderProProps.d.mts} +2 -2
- package/{esm/ChartsToolbarPro/ChartsToolbarImageExportTrigger.d.ts → ChartsToolbarPro/ChartsToolbarImageExportTrigger.d.mts} +2 -2
- package/{esm/ChartsToolbarPro/ChartsToolbarImageExportTrigger.js → ChartsToolbarPro/ChartsToolbarImageExportTrigger.mjs} +1 -1
- package/{esm/ChartsToolbarPro/ChartsToolbarPrintExportTrigger.d.ts → ChartsToolbarPro/ChartsToolbarPrintExportTrigger.d.mts} +2 -2
- package/{esm/ChartsToolbarPro/ChartsToolbarPrintExportTrigger.js → ChartsToolbarPro/ChartsToolbarPrintExportTrigger.mjs} +1 -1
- package/{esm/ChartsToolbarPro/ChartsToolbarPro.d.ts → ChartsToolbarPro/ChartsToolbarPro.d.mts} +2 -2
- package/{esm/ChartsToolbarPro/ChartsToolbarPro.js → ChartsToolbarPro/ChartsToolbarPro.mjs} +7 -7
- package/{esm/ChartsToolbarPro/ChartsToolbarZoomInTrigger.js → ChartsToolbarPro/ChartsToolbarZoomInTrigger.mjs} +1 -1
- package/{esm/ChartsToolbarPro/ChartsToolbarZoomOutTrigger.js → ChartsToolbarPro/ChartsToolbarZoomOutTrigger.mjs} +1 -1
- package/{esm/ChartsToolbarPro/Toolbar.types.d.ts → ChartsToolbarPro/Toolbar.types.d.mts} +1 -1
- package/ChartsToolbarPro/index.d.mts +5 -0
- package/ChartsToolbarPro/index.mjs +5 -0
- package/{esm/ChartsToolbarPro/internals/ChartsMenu.d.ts → ChartsToolbarPro/internals/ChartsMenu.d.mts} +1 -1
- package/{esm/ChartsToolbarPro/internals/ChartsToolbarDivider.d.ts → ChartsToolbarPro/internals/ChartsToolbarDivider.d.mts} +1 -1
- package/{esm/ChartsZoomSlider/ChartsZoomSlider.js → ChartsZoomSlider/ChartsZoomSlider.mjs} +1 -1
- package/{esm/ChartsZoomSlider/index.d.ts → ChartsZoomSlider/index.d.mts} +3 -3
- package/ChartsZoomSlider/index.mjs +3 -0
- package/{esm/ChartsZoomSlider/internals/ChartsAxisZoomSlider.js → ChartsZoomSlider/internals/ChartsAxisZoomSlider.mjs} +5 -5
- package/{esm/ChartsZoomSlider/internals/ChartsAxisZoomSliderActiveTrack.js → ChartsZoomSlider/internals/ChartsAxisZoomSliderActiveTrack.mjs} +6 -6
- package/{esm/ChartsZoomSlider/internals/ChartsAxisZoomSliderPreview.js → ChartsZoomSlider/internals/ChartsAxisZoomSliderPreview.mjs} +2 -2
- package/{esm/ChartsZoomSlider/internals/ChartsAxisZoomSliderPreviewContent.js → ChartsZoomSlider/internals/ChartsAxisZoomSliderPreviewContent.mjs} +1 -1
- package/{esm/ChartsZoomSlider/internals/ChartsAxisZoomSliderThumb.js → ChartsZoomSlider/internals/ChartsAxisZoomSliderThumb.mjs} +1 -1
- package/{esm/ChartsZoomSlider/internals/ChartsAxisZoomSliderTrack.js → ChartsZoomSlider/internals/ChartsAxisZoomSliderTrack.mjs} +2 -2
- package/{esm/ChartsZoomSlider/internals/chartsAxisZoomSliderThumbClasses.d.ts → ChartsZoomSlider/internals/chartsAxisZoomSliderThumbClasses.d.mts} +1 -1
- package/{esm/ChartsZoomSlider/internals/chartsAxisZoomSliderTrackClasses.d.ts → ChartsZoomSlider/internals/chartsAxisZoomSliderTrackClasses.d.mts} +1 -1
- package/{esm/ChartsZoomSlider/internals/previews/AreaPreviewPlot.d.ts → ChartsZoomSlider/internals/previews/AreaPreviewPlot.d.mts} +1 -1
- package/{esm/ChartsZoomSlider/internals/previews/BarPreviewPlot.d.ts → ChartsZoomSlider/internals/previews/BarPreviewPlot.d.mts} +1 -1
- package/ChartsZoomSlider/internals/previews/LineAreaPreviewPlot.d.mts +4 -0
- package/{esm/ChartsZoomSlider/internals/previews/LineAreaPreviewPlot.js → ChartsZoomSlider/internals/previews/LineAreaPreviewPlot.mjs} +2 -2
- package/{esm/ChartsZoomSlider/internals/previews/LinePreviewPlot.d.ts → ChartsZoomSlider/internals/previews/LinePreviewPlot.d.mts} +1 -1
- package/{esm/ChartsZoomSlider/internals/previews/ScatterPreviewPlot.d.ts → ChartsZoomSlider/internals/previews/ScatterPreviewPlot.d.mts} +1 -1
- package/{esm/ChartsZoomSlider/internals/seriesPreviewPlotMap.d.ts → ChartsZoomSlider/internals/seriesPreviewPlotMap.d.mts} +1 -1
- package/{esm/ChartsZoomSlider/internals/seriesPreviewPlotMap.js → ChartsZoomSlider/internals/seriesPreviewPlotMap.mjs} +3 -3
- package/{esm/FunnelChart/FocusedFunnelSection.js → FunnelChart/FocusedFunnelSection.mjs} +5 -5
- package/{esm/FunnelChart/FunnelChart.d.ts → FunnelChart/FunnelChart.d.mts} +6 -6
- package/{esm/FunnelChart/FunnelChart.js → FunnelChart/FunnelChart.mjs} +7 -7
- package/{esm/FunnelChart/FunnelChart.plugins.d.ts → FunnelChart/FunnelChart.plugins.d.mts} +2 -2
- package/{esm/FunnelChart/FunnelChart.plugins.js → FunnelChart/FunnelChart.plugins.mjs} +2 -2
- package/{esm/FunnelChart/FunnelPlot.d.ts → FunnelChart/FunnelPlot.d.mts} +2 -2
- package/{esm/FunnelChart/FunnelPlot.js → FunnelChart/FunnelPlot.mjs} +9 -9
- package/{esm/FunnelChart/FunnelSection.d.ts → FunnelChart/FunnelSection.d.mts} +1 -1
- package/{esm/FunnelChart/FunnelSection.js → FunnelChart/FunnelSection.mjs} +2 -2
- package/{esm/FunnelChart/FunnelSectionLabel.d.ts → FunnelChart/FunnelSectionLabel.d.mts} +1 -1
- package/{esm/FunnelChart/FunnelSectionLabel.js → FunnelChart/FunnelSectionLabel.mjs} +2 -2
- package/{esm/FunnelChart/coordinateMapper.d.ts → FunnelChart/coordinateMapper.d.mts} +1 -1
- package/{esm/FunnelChart/curves/borderRadiusPolygon.d.ts → FunnelChart/curves/borderRadiusPolygon.d.mts} +1 -1
- package/{esm/FunnelChart/curves/bump.d.ts → FunnelChart/curves/bump.d.mts} +1 -1
- package/FunnelChart/curves/getFunnelCurve.d.mts +8 -0
- package/{esm/FunnelChart/curves/getFunnelCurve.js → FunnelChart/curves/getFunnelCurve.mjs} +5 -5
- package/FunnelChart/curves/index.d.mts +2 -0
- package/FunnelChart/curves/index.mjs +2 -0
- package/{esm/FunnelChart/curves/linear.d.ts → FunnelChart/curves/linear.d.mts} +1 -1
- package/{esm/FunnelChart/curves/linear.js → FunnelChart/curves/linear.mjs} +2 -2
- package/{esm/FunnelChart/curves/pyramid.d.ts → FunnelChart/curves/pyramid.d.mts} +1 -1
- package/{esm/FunnelChart/curves/pyramid.js → FunnelChart/curves/pyramid.mjs} +2 -2
- package/{esm/FunnelChart/curves/step-pyramid.d.ts → FunnelChart/curves/step-pyramid.d.mts} +1 -1
- package/{esm/FunnelChart/curves/step-pyramid.js → FunnelChart/curves/step-pyramid.mjs} +2 -2
- package/{esm/FunnelChart/curves/step.d.ts → FunnelChart/curves/step.d.mts} +1 -1
- package/{esm/FunnelChart/curves/step.js → FunnelChart/curves/step.mjs} +2 -2
- package/{esm/FunnelChart/funnel.types.d.ts → FunnelChart/funnel.types.d.mts} +1 -1
- package/{esm/FunnelChart/funnelAxisPlugin/useChartFunnelAxis.d.ts → FunnelChart/funnelAxisPlugin/useChartFunnelAxis.d.mts} +1 -1
- package/{esm/FunnelChart/funnelAxisPlugin/useChartFunnelAxis.js → FunnelChart/funnelAxisPlugin/useChartFunnelAxis.mjs} +1 -1
- package/{esm/FunnelChart/funnelAxisPlugin/useChartFunnelAxisRendering.selectors.d.ts → FunnelChart/funnelAxisPlugin/useChartFunnelAxisRendering.selectors.d.mts} +3 -3
- package/{esm/FunnelChart/funnelAxisPlugin/useChartFunnelAxisRendering.selectors.js → FunnelChart/funnelAxisPlugin/useChartFunnelAxisRendering.selectors.mjs} +1 -1
- package/{esm/FunnelChart/funnelPlotSlots.types.d.ts → FunnelChart/funnelPlotSlots.types.d.mts} +2 -2
- package/{esm/FunnelChart/funnelSectionClasses.d.ts → FunnelChart/funnelSectionClasses.d.mts} +2 -2
- package/{esm/FunnelChart/funnelSlots.types.d.ts → FunnelChart/funnelSlots.types.d.mts} +1 -1
- package/FunnelChart/get2DExtrema.d.mts +3 -0
- package/FunnelChart/index.d.mts +19 -0
- package/FunnelChart/index.mjs +17 -0
- package/{esm/FunnelChart/labelUtils.d.ts → FunnelChart/labelUtils.d.mts} +2 -2
- package/{esm/FunnelChart/seriesConfig/index.js → FunnelChart/seriesConfig/index.mjs} +8 -8
- package/{esm/FunnelChart/seriesConfig/tooltipPosition.js → FunnelChart/seriesConfig/tooltipPosition.mjs} +1 -1
- package/{esm/FunnelChart/useFunnelChartProps.d.ts → FunnelChart/useFunnelChartProps.d.mts} +4 -4
- package/{esm/FunnelChart/useFunnelChartProps.js → FunnelChart/useFunnelChartProps.mjs} +1 -1
- package/{esm/Heatmap/FocusedHeatmapCell.js → Heatmap/FocusedHeatmapCell.mjs} +1 -1
- package/{esm/Heatmap/Heatmap.d.ts → Heatmap/Heatmap.d.mts} +7 -7
- package/{esm/Heatmap/Heatmap.js → Heatmap/Heatmap.mjs} +7 -7
- package/{esm/Heatmap/Heatmap.plugins.d.ts → Heatmap/Heatmap.plugins.d.mts} +2 -2
- package/{esm/Heatmap/Heatmap.plugins.js → Heatmap/Heatmap.plugins.mjs} +2 -2
- package/{esm/Heatmap/HeatmapCell.d.ts → Heatmap/HeatmapCell.d.mts} +2 -2
- package/{esm/Heatmap/HeatmapItem.d.ts → Heatmap/HeatmapItem.d.mts} +1 -1
- package/{esm/Heatmap/HeatmapItem.js → Heatmap/HeatmapItem.mjs} +3 -3
- package/{esm/Heatmap/HeatmapPlot.d.ts → Heatmap/HeatmapPlot.d.mts} +1 -1
- package/{esm/Heatmap/HeatmapPlot.js → Heatmap/HeatmapPlot.mjs} +4 -4
- package/{esm/Heatmap/HeatmapTooltip/HeatmapTooltip.classes.d.ts → Heatmap/HeatmapTooltip/HeatmapTooltip.classes.d.mts} +1 -1
- package/{esm/Heatmap/HeatmapTooltip/HeatmapTooltip.d.ts → Heatmap/HeatmapTooltip/HeatmapTooltip.d.mts} +1 -1
- package/{esm/Heatmap/HeatmapTooltip/HeatmapTooltip.js → Heatmap/HeatmapTooltip/HeatmapTooltip.mjs} +2 -2
- package/{esm/Heatmap/HeatmapTooltip/HeatmapTooltipContent.d.ts → Heatmap/HeatmapTooltip/HeatmapTooltipContent.d.mts} +1 -1
- package/{esm/Heatmap/HeatmapTooltip/HeatmapTooltipContent.js → Heatmap/HeatmapTooltip/HeatmapTooltipContent.mjs} +3 -3
- package/Heatmap/HeatmapTooltip/index.d.mts +3 -0
- package/Heatmap/HeatmapTooltip/index.mjs +3 -0
- package/{esm/Heatmap/heatmapClasses.d.ts → Heatmap/heatmapClasses.d.mts} +1 -1
- package/Heatmap/index.d.mts +10 -0
- package/Heatmap/index.mjs +7 -0
- package/{esm/Heatmap/seriesConfig/index.js → Heatmap/seriesConfig/index.mjs} +8 -8
- package/{esm/Heatmap/shouldRegisterPointerInteractionsGlobally.d.ts → Heatmap/shouldRegisterPointerInteractionsGlobally.d.mts} +1 -1
- package/{esm/Heatmap/shouldRegisterPointerInteractionsGlobally.js → Heatmap/shouldRegisterPointerInteractionsGlobally.mjs} +1 -1
- package/{esm/LineChartPro/LineChartPro.d.ts → LineChartPro/LineChartPro.d.mts} +4 -4
- package/{esm/LineChartPro/LineChartPro.js → LineChartPro/LineChartPro.mjs} +5 -5
- package/{esm/LineChartPro/LineChartPro.plugins.d.ts → LineChartPro/LineChartPro.plugins.d.mts} +2 -2
- package/{esm/LineChartPro/LineChartPro.plugins.js → LineChartPro/LineChartPro.plugins.mjs} +2 -2
- package/LineChartPro/index.d.mts +2 -0
- package/LineChartPro/index.mjs +2 -0
- package/{esm/PieChartPro/PieChartPro.d.ts → PieChartPro/PieChartPro.d.mts} +4 -4
- package/{esm/PieChartPro/PieChartPro.js → PieChartPro/PieChartPro.mjs} +4 -4
- package/{esm/PieChartPro/PieChartPro.plugins.d.ts → PieChartPro/PieChartPro.plugins.d.mts} +1 -1
- package/{esm/PieChartPro/PieChartPro.plugins.js → PieChartPro/PieChartPro.plugins.mjs} +1 -1
- package/PieChartPro/index.d.mts +2 -0
- package/PieChartPro/index.mjs +2 -0
- package/{esm/RadarChartPro/RadarChartPro.d.ts → RadarChartPro/RadarChartPro.d.mts} +3 -3
- package/{esm/RadarChartPro/RadarChartPro.js → RadarChartPro/RadarChartPro.mjs} +2 -2
- package/{esm/RadarChartPro/RadarChartPro.plugins.d.ts → RadarChartPro/RadarChartPro.plugins.d.mts} +1 -1
- package/{esm/RadarChartPro/RadarChartPro.plugins.js → RadarChartPro/RadarChartPro.plugins.mjs} +1 -1
- package/RadarChartPro/index.d.mts +2 -0
- package/RadarChartPro/index.mjs +2 -0
- package/{esm/SankeyChart/FocusedSankeyLink.js → SankeyChart/FocusedSankeyLink.mjs} +2 -2
- package/{esm/SankeyChart/FocusedSankeyNode.js → SankeyChart/FocusedSankeyNode.mjs} +2 -2
- package/{esm/SankeyChart/SankeyChart.d.ts → SankeyChart/SankeyChart.d.mts} +5 -5
- package/{esm/SankeyChart/SankeyChart.js → SankeyChart/SankeyChart.mjs} +7 -7
- package/{esm/SankeyChart/SankeyChart.plugins.d.ts → SankeyChart/SankeyChart.plugins.d.mts} +2 -2
- package/{esm/SankeyChart/SankeyChart.plugins.js → SankeyChart/SankeyChart.plugins.mjs} +2 -2
- package/{esm/SankeyChart/SankeyDataProvider.d.ts → SankeyChart/SankeyDataProvider.d.mts} +3 -3
- package/{esm/SankeyChart/SankeyDataProvider.js → SankeyChart/SankeyDataProvider.mjs} +3 -3
- package/{esm/SankeyChart/SankeyLinkElement.d.ts → SankeyChart/SankeyLinkElement.d.mts} +1 -1
- package/{esm/SankeyChart/SankeyLinkElement.js → SankeyChart/SankeyLinkElement.mjs} +2 -2
- package/{esm/SankeyChart/SankeyLinkLabel.d.ts → SankeyChart/SankeyLinkLabel.d.mts} +1 -1
- package/{esm/SankeyChart/SankeyLinkLabel.js → SankeyChart/SankeyLinkLabel.mjs} +2 -2
- package/{esm/SankeyChart/SankeyLinkLabelPlot.d.ts → SankeyChart/SankeyLinkLabelPlot.d.mts} +1 -1
- package/{esm/SankeyChart/SankeyLinkLabelPlot.js → SankeyChart/SankeyLinkLabelPlot.mjs} +3 -3
- package/{esm/SankeyChart/SankeyLinkPlot.d.ts → SankeyChart/SankeyLinkPlot.d.mts} +2 -2
- package/{esm/SankeyChart/SankeyLinkPlot.js → SankeyChart/SankeyLinkPlot.mjs} +3 -3
- package/{esm/SankeyChart/SankeyNodeElement.d.ts → SankeyChart/SankeyNodeElement.d.mts} +1 -1
- package/{esm/SankeyChart/SankeyNodeElement.js → SankeyChart/SankeyNodeElement.mjs} +2 -2
- package/{esm/SankeyChart/SankeyNodeLabel.d.ts → SankeyChart/SankeyNodeLabel.d.mts} +1 -1
- package/{esm/SankeyChart/SankeyNodeLabel.js → SankeyChart/SankeyNodeLabel.mjs} +2 -2
- package/{esm/SankeyChart/SankeyNodeLabelPlot.d.ts → SankeyChart/SankeyNodeLabelPlot.d.mts} +1 -1
- package/{esm/SankeyChart/SankeyNodeLabelPlot.js → SankeyChart/SankeyNodeLabelPlot.mjs} +3 -3
- package/{esm/SankeyChart/SankeyNodePlot.d.ts → SankeyChart/SankeyNodePlot.d.mts} +2 -2
- package/{esm/SankeyChart/SankeyNodePlot.js → SankeyChart/SankeyNodePlot.mjs} +3 -3
- package/{esm/SankeyChart/SankeyPlot.d.ts → SankeyChart/SankeyPlot.d.mts} +2 -2
- package/{esm/SankeyChart/SankeyPlot.js → SankeyChart/SankeyPlot.mjs} +6 -6
- package/{esm/SankeyChart/SankeyTooltip/SankeyTooltip.classes.d.ts → SankeyChart/SankeyTooltip/SankeyTooltip.classes.d.mts} +1 -1
- package/{esm/SankeyChart/SankeyTooltip/SankeyTooltip.d.ts → SankeyChart/SankeyTooltip/SankeyTooltip.d.mts} +1 -1
- package/{esm/SankeyChart/SankeyTooltip/SankeyTooltip.js → SankeyChart/SankeyTooltip/SankeyTooltip.mjs} +2 -2
- package/{esm/SankeyChart/SankeyTooltip/SankeyTooltipContent.d.ts → SankeyChart/SankeyTooltip/SankeyTooltipContent.d.mts} +1 -1
- package/{esm/SankeyChart/SankeyTooltip/SankeyTooltipContent.js → SankeyChart/SankeyTooltip/SankeyTooltipContent.mjs} +1 -1
- package/SankeyChart/SankeyTooltip/index.d.mts +3 -0
- package/SankeyChart/SankeyTooltip/index.mjs +3 -0
- package/{esm/SankeyChart/calculateSankeyLayout.d.ts → SankeyChart/calculateSankeyLayout.d.mts} +1 -1
- package/{esm/SankeyChart/calculateSankeyLayout.js → SankeyChart/calculateSankeyLayout.mjs} +2 -2
- package/{esm/SankeyChart/d3Sankey/align.d.ts → SankeyChart/d3Sankey/align.d.mts} +1 -1
- package/SankeyChart/d3Sankey/index.d.mts +4 -0
- package/SankeyChart/d3Sankey/index.mjs +4 -0
- package/{esm/SankeyChart/d3Sankey/sankey.d.ts → SankeyChart/d3Sankey/sankey.d.mts} +1 -1
- package/{esm/SankeyChart/d3Sankey/sankey.js → SankeyChart/d3Sankey/sankey.mjs} +1 -1
- package/{esm/SankeyChart/d3Sankey/sankeyLinkHorizontal.d.ts → SankeyChart/d3Sankey/sankeyLinkHorizontal.d.mts} +1 -1
- package/SankeyChart/index.d.mts +18 -0
- package/SankeyChart/index.mjs +15 -0
- package/SankeyChart/plugins/index.d.mts +3 -0
- package/SankeyChart/plugins/index.mjs +3 -0
- package/{esm/SankeyChart/plugins/useSankeyHighlight.d.ts → SankeyChart/plugins/useSankeyHighlight.d.mts} +1 -1
- package/{esm/SankeyChart/plugins/useSankeyHighlight.selectors.d.ts → SankeyChart/plugins/useSankeyHighlight.selectors.d.mts} +4 -4
- package/SankeyChart/plugins/useSankeyHighlight.selectors.js +1 -1
- package/{esm/SankeyChart/plugins/useSankeyHighlight.selectors.js → SankeyChart/plugins/useSankeyHighlight.selectors.mjs} +1 -1
- package/{esm/SankeyChart/plugins/useSankeyHighlight.types.d.ts → SankeyChart/plugins/useSankeyHighlight.types.d.mts} +1 -1
- package/{esm/SankeyChart/sankey.types.d.ts → SankeyChart/sankey.types.d.mts} +2 -2
- package/{esm/SankeyChart/sankeyHighlightHooks.d.ts → SankeyChart/sankeyHighlightHooks.d.mts} +1 -1
- package/{esm/SankeyChart/sankeyHighlightHooks.js → SankeyChart/sankeyHighlightHooks.mjs} +1 -1
- package/{esm/SankeyChart/seriesConfig/getSeriesWithDefaultValues.js → SankeyChart/seriesConfig/getSeriesWithDefaultValues.mjs} +2 -2
- package/{esm/SankeyChart/seriesConfig/index.js → SankeyChart/seriesConfig/index.mjs} +6 -6
- package/{esm/SankeyChart/useSankeyChartProps.d.ts → SankeyChart/useSankeyChartProps.d.mts} +5 -5
- package/{esm/SankeyChart/useSankeyChartProps.js → SankeyChart/useSankeyChartProps.mjs} +1 -1
- package/SankeyChart/utils.d.mts +3 -0
- package/{esm/SankeyChart/utils.js → SankeyChart/utils.mjs} +1 -1
- package/{esm/ScatterChartPro/ScatterChartPro.d.ts → ScatterChartPro/ScatterChartPro.d.mts} +4 -4
- package/{esm/ScatterChartPro/ScatterChartPro.js → ScatterChartPro/ScatterChartPro.mjs} +5 -5
- package/{esm/ScatterChartPro/ScatterChartPro.plugins.d.ts → ScatterChartPro/ScatterChartPro.plugins.d.mts} +2 -2
- package/{esm/ScatterChartPro/ScatterChartPro.plugins.js → ScatterChartPro/ScatterChartPro.plugins.mjs} +2 -2
- package/ScatterChartPro/index.d.mts +2 -0
- package/ScatterChartPro/index.mjs +2 -0
- package/{esm/context/ChartProApi.d.ts → context/ChartProApi.d.mts} +9 -9
- package/context/index.d.mts +3 -0
- package/{esm/context/index.js → context/index.mjs} +1 -1
- package/{esm/context/useChartProApiContext.d.ts → context/useChartProApiContext.d.mts} +1 -1
- package/hooks/index.d.mts +5 -0
- package/{esm/hooks/index.js → hooks/index.mjs} +4 -4
- package/{esm/hooks/useChartProApiRef.d.ts → hooks/useChartProApiRef.d.mts} +2 -2
- package/{esm/hooks/useSankeySeries.d.ts → hooks/useSankeySeries.d.mts} +1 -1
- package/hooks/zoom/index.d.mts +1 -0
- package/hooks/zoom/index.mjs +1 -0
- package/{esm/hooks/zoom/useIsZoomInteracting.js → hooks/zoom/useIsZoomInteracting.mjs} +1 -1
- package/{esm/index.d.ts → index.d.mts} +25 -25
- package/index.js +1 -1
- package/{esm/index.js → index.mjs} +23 -23
- package/{esm/internals/index.d.ts → internals/index.d.mts} +9 -9
- package/{esm/internals/index.js → internals/index.mjs} +5 -5
- package/{esm/internals/material/components/BaseMenuItem.d.ts → internals/material/components/BaseMenuItem.d.mts} +1 -1
- package/{esm/internals/material/components/BasePopper.d.ts → internals/material/components/BasePopper.d.mts} +1 -1
- package/{esm/internals/material/index.d.ts → internals/material/index.d.mts} +2 -2
- package/{esm/internals/material/index.js → internals/material/index.mjs} +3 -3
- package/{esm/internals/plugins/allPlugins.d.ts → internals/plugins/allPlugins.d.mts} +2 -2
- package/{esm/internals/plugins/allPlugins.js → internals/plugins/allPlugins.mjs} +2 -2
- package/{esm/internals/plugins/useChartProExport/exportImage.d.ts → internals/plugins/useChartProExport/exportImage.d.mts} +1 -1
- package/{esm/internals/plugins/useChartProExport/exportImage.js → internals/plugins/useChartProExport/exportImage.mjs} +2 -2
- package/internals/plugins/useChartProExport/index.d.mts +2 -0
- package/internals/plugins/useChartProExport/index.mjs +2 -0
- package/{esm/internals/plugins/useChartProExport/print.d.ts → internals/plugins/useChartProExport/print.d.mts} +1 -1
- package/{esm/internals/plugins/useChartProExport/print.js → internals/plugins/useChartProExport/print.mjs} +2 -2
- package/{esm/internals/plugins/useChartProExport/useChartProExport.d.ts → internals/plugins/useChartProExport/useChartProExport.d.mts} +1 -1
- package/{esm/internals/plugins/useChartProExport/useChartProExport.js → internals/plugins/useChartProExport/useChartProExport.mjs} +2 -2
- package/{esm/internals/plugins/useChartProZoom/ZoomInteractionConfig.selectors.d.ts → internals/plugins/useChartProZoom/ZoomInteractionConfig.selectors.d.mts} +4 -4
- package/{esm/internals/plugins/useChartProZoom/ZoomInteractionConfig.selectors.js → internals/plugins/useChartProZoom/ZoomInteractionConfig.selectors.mjs} +1 -1
- package/{esm/internals/plugins/useChartProZoom/gestureHooks/usePanOnDrag.d.ts → internals/plugins/useChartProZoom/gestureHooks/usePanOnDrag.d.mts} +1 -1
- package/{esm/internals/plugins/useChartProZoom/gestureHooks/usePanOnDrag.js → internals/plugins/useChartProZoom/gestureHooks/usePanOnDrag.mjs} +2 -2
- package/{esm/internals/plugins/useChartProZoom/gestureHooks/usePanOnPressAndDrag.d.ts → internals/plugins/useChartProZoom/gestureHooks/usePanOnPressAndDrag.d.mts} +1 -1
- package/{esm/internals/plugins/useChartProZoom/gestureHooks/usePanOnPressAndDrag.js → internals/plugins/useChartProZoom/gestureHooks/usePanOnPressAndDrag.mjs} +2 -2
- package/{esm/internals/plugins/useChartProZoom/gestureHooks/usePanOnWheel.d.ts → internals/plugins/useChartProZoom/gestureHooks/usePanOnWheel.d.mts} +1 -1
- package/{esm/internals/plugins/useChartProZoom/gestureHooks/usePanOnWheel.js → internals/plugins/useChartProZoom/gestureHooks/usePanOnWheel.mjs} +2 -2
- package/{esm/internals/plugins/useChartProZoom/gestureHooks/useZoomOnBrush.d.ts → internals/plugins/useChartProZoom/gestureHooks/useZoomOnBrush.d.mts} +1 -1
- package/{esm/internals/plugins/useChartProZoom/gestureHooks/useZoomOnBrush.js → internals/plugins/useChartProZoom/gestureHooks/useZoomOnBrush.mjs} +2 -2
- package/{esm/internals/plugins/useChartProZoom/gestureHooks/useZoomOnDoubleTapReset.d.ts → internals/plugins/useChartProZoom/gestureHooks/useZoomOnDoubleTapReset.d.mts} +1 -1
- package/{esm/internals/plugins/useChartProZoom/gestureHooks/useZoomOnDoubleTapReset.js → internals/plugins/useChartProZoom/gestureHooks/useZoomOnDoubleTapReset.mjs} +1 -1
- package/{esm/internals/plugins/useChartProZoom/gestureHooks/useZoomOnPinch.d.ts → internals/plugins/useChartProZoom/gestureHooks/useZoomOnPinch.d.mts} +1 -1
- package/{esm/internals/plugins/useChartProZoom/gestureHooks/useZoomOnPinch.js → internals/plugins/useChartProZoom/gestureHooks/useZoomOnPinch.mjs} +2 -2
- package/{esm/internals/plugins/useChartProZoom/gestureHooks/useZoomOnTapAndDrag.d.ts → internals/plugins/useChartProZoom/gestureHooks/useZoomOnTapAndDrag.d.mts} +1 -1
- package/{esm/internals/plugins/useChartProZoom/gestureHooks/useZoomOnTapAndDrag.js → internals/plugins/useChartProZoom/gestureHooks/useZoomOnTapAndDrag.mjs} +2 -2
- package/{esm/internals/plugins/useChartProZoom/gestureHooks/useZoomOnWheel.d.ts → internals/plugins/useChartProZoom/gestureHooks/useZoomOnWheel.d.mts} +1 -1
- package/{esm/internals/plugins/useChartProZoom/gestureHooks/useZoomOnWheel.js → internals/plugins/useChartProZoom/gestureHooks/useZoomOnWheel.mjs} +2 -2
- package/internals/plugins/useChartProZoom/index.d.mts +3 -0
- package/internals/plugins/useChartProZoom/index.mjs +3 -0
- package/{esm/internals/plugins/useChartProZoom/initializeZoomInteractionConfig.d.ts → internals/plugins/useChartProZoom/initializeZoomInteractionConfig.d.mts} +1 -1
- package/{esm/internals/plugins/useChartProZoom/useChartProZoom.d.ts → internals/plugins/useChartProZoom/useChartProZoom.d.mts} +1 -1
- package/{esm/internals/plugins/useChartProZoom/useChartProZoom.js → internals/plugins/useChartProZoom/useChartProZoom.mjs} +11 -11
- package/{esm/internals/plugins/useChartProZoom/useChartProZoom.selectors.d.ts → internals/plugins/useChartProZoom/useChartProZoom.selectors.d.mts} +4 -4
- package/{esm/internals/plugins/useChartProZoom/useChartProZoom.types.d.ts → internals/plugins/useChartProZoom/useChartProZoom.types.d.mts} +1 -1
- package/{esm/internals/slots/chartsBaseSlots.d.ts → internals/slots/chartsBaseSlots.d.mts} +1 -1
- package/{esm/models/index.d.ts → models/index.d.mts} +2 -2
- package/{esm/models/index.js → models/index.mjs} +2 -2
- package/models/seriesType/index.d.mts +1 -0
- package/models/seriesType/index.mjs +1 -0
- package/package.json +766 -17
- package/{esm/plugins/index.d.ts → plugins/index.d.mts} +2 -2
- package/{esm/plugins/index.js → plugins/index.mjs} +2 -2
- package/{esm/plugins/selectors/useChartHeatmapPosition.selectors.d.ts → plugins/selectors/useChartHeatmapPosition.selectors.d.mts} +1 -1
- package/themeAugmentation/index.d.mts +4 -0
- package/{esm/themeAugmentation/overrides.d.ts → themeAugmentation/overrides.d.mts} +1 -1
- package/{esm/themeAugmentation/props.d.ts → themeAugmentation/props.d.mts} +8 -8
- package/typeOverloads/index.d.mts +1 -0
- package/typeOverloads/index.mjs +1 -0
- package/{esm/typeOverloads/modules.d.ts → typeOverloads/modules.d.mts} +3 -3
- package/esm/BarChartPro/index.d.ts +0 -2
- package/esm/BarChartPro/index.js +0 -2
- package/esm/ChartContainerPro/index.js +0 -6
- package/esm/ChartDataProviderPro/index.d.ts +0 -2
- package/esm/ChartDataProviderPro/index.js +0 -2
- package/esm/ChartsContainerPro/index.js +0 -6
- package/esm/ChartsDataProviderPro/index.js +0 -2
- package/esm/ChartsToolbarPro/index.d.ts +0 -5
- package/esm/ChartsToolbarPro/index.js +0 -5
- package/esm/ChartsZoomSlider/index.js +0 -3
- package/esm/ChartsZoomSlider/internals/previews/LineAreaPreviewPlot.d.ts +0 -4
- package/esm/FunnelChart/curves/getFunnelCurve.d.ts +0 -8
- package/esm/FunnelChart/curves/index.d.ts +0 -2
- package/esm/FunnelChart/curves/index.js +0 -2
- package/esm/FunnelChart/get2DExtrema.d.ts +0 -3
- package/esm/FunnelChart/index.d.ts +0 -19
- package/esm/FunnelChart/index.js +0 -17
- package/esm/Heatmap/HeatmapTooltip/index.d.ts +0 -3
- package/esm/Heatmap/HeatmapTooltip/index.js +0 -3
- package/esm/Heatmap/index.d.ts +0 -10
- package/esm/Heatmap/index.js +0 -7
- package/esm/LineChartPro/index.d.ts +0 -2
- package/esm/LineChartPro/index.js +0 -2
- package/esm/PieChartPro/index.d.ts +0 -2
- package/esm/PieChartPro/index.js +0 -2
- package/esm/RadarChartPro/index.d.ts +0 -2
- package/esm/RadarChartPro/index.js +0 -2
- package/esm/SankeyChart/SankeyTooltip/index.d.ts +0 -3
- package/esm/SankeyChart/SankeyTooltip/index.js +0 -3
- package/esm/SankeyChart/d3Sankey/index.d.ts +0 -4
- package/esm/SankeyChart/d3Sankey/index.js +0 -4
- package/esm/SankeyChart/index.d.ts +0 -18
- package/esm/SankeyChart/index.js +0 -15
- package/esm/SankeyChart/plugins/index.d.ts +0 -3
- package/esm/SankeyChart/plugins/index.js +0 -3
- package/esm/SankeyChart/utils.d.ts +0 -3
- package/esm/ScatterChartPro/index.d.ts +0 -2
- package/esm/ScatterChartPro/index.js +0 -2
- package/esm/context/index.d.ts +0 -3
- package/esm/hooks/index.d.ts +0 -5
- package/esm/hooks/zoom/index.d.ts +0 -1
- package/esm/hooks/zoom/index.js +0 -1
- package/esm/internals/plugins/useChartProExport/index.d.ts +0 -2
- package/esm/internals/plugins/useChartProExport/index.js +0 -2
- package/esm/internals/plugins/useChartProZoom/index.d.ts +0 -3
- package/esm/internals/plugins/useChartProZoom/index.js +0 -3
- package/esm/models/seriesType/index.d.ts +0 -1
- package/esm/models/seriesType/index.js +0 -1
- package/esm/package.json +0 -1
- package/esm/themeAugmentation/index.d.ts +0 -4
- package/esm/typeOverloads/index.d.ts +0 -1
- package/esm/typeOverloads/index.js +0 -1
- /package/{esm/BarChart/index.d.ts → BarChart/index.d.mts} +0 -0
- /package/{esm/BarChart/index.js → BarChart/index.mjs} +0 -0
- /package/{esm/ChartContainer/index.d.ts → ChartContainer/index.d.mts} +0 -0
- /package/{esm/ChartContainer/index.js → ChartContainer/index.mjs} +0 -0
- /package/{esm/ChartDataProvider/index.d.ts → ChartDataProvider/index.d.mts} +0 -0
- /package/{esm/ChartDataProvider/index.js → ChartDataProvider/index.mjs} +0 -0
- /package/{esm/ChartsAxis/index.d.ts → ChartsAxis/index.d.mts} +0 -0
- /package/{esm/ChartsAxis/index.js → ChartsAxis/index.mjs} +0 -0
- /package/{esm/ChartsAxisHighlight/index.d.ts → ChartsAxisHighlight/index.d.mts} +0 -0
- /package/{esm/ChartsAxisHighlight/index.js → ChartsAxisHighlight/index.mjs} +0 -0
- /package/{esm/ChartsBrushOverlay/index.d.ts → ChartsBrushOverlay/index.d.mts} +0 -0
- /package/{esm/ChartsBrushOverlay/index.js → ChartsBrushOverlay/index.mjs} +0 -0
- /package/{esm/ChartsClipPath/index.d.ts → ChartsClipPath/index.d.mts} +0 -0
- /package/{esm/ChartsClipPath/index.js → ChartsClipPath/index.mjs} +0 -0
- /package/{esm/ChartsContainer/index.d.ts → ChartsContainer/index.d.mts} +0 -0
- /package/{esm/ChartsContainer/index.js → ChartsContainer/index.mjs} +0 -0
- /package/{esm/ChartsDataProvider/index.d.ts → ChartsDataProvider/index.d.mts} +0 -0
- /package/{esm/ChartsDataProvider/index.js → ChartsDataProvider/index.mjs} +0 -0
- /package/{esm/ChartsDataProviderPro/useChartsDataProviderProProps.js → ChartsDataProviderPro/useChartsDataProviderProProps.mjs} +0 -0
- /package/{esm/ChartsGrid/index.d.ts → ChartsGrid/index.d.mts} +0 -0
- /package/{esm/ChartsGrid/index.js → ChartsGrid/index.mjs} +0 -0
- /package/{esm/ChartsLabel/index.d.ts → ChartsLabel/index.d.mts} +0 -0
- /package/{esm/ChartsLabel/index.js → ChartsLabel/index.mjs} +0 -0
- /package/{esm/ChartsLegend/index.d.ts → ChartsLegend/index.d.mts} +0 -0
- /package/{esm/ChartsLegend/index.js → ChartsLegend/index.mjs} +0 -0
- /package/{esm/ChartsLocalizationProvider/index.d.ts → ChartsLocalizationProvider/index.d.mts} +0 -0
- /package/{esm/ChartsLocalizationProvider/index.js → ChartsLocalizationProvider/index.mjs} +0 -0
- /package/{esm/ChartsOverlay/index.d.ts → ChartsOverlay/index.d.mts} +0 -0
- /package/{esm/ChartsOverlay/index.js → ChartsOverlay/index.mjs} +0 -0
- /package/{esm/ChartsReferenceLine/index.d.ts → ChartsReferenceLine/index.d.mts} +0 -0
- /package/{esm/ChartsReferenceLine/index.js → ChartsReferenceLine/index.mjs} +0 -0
- /package/{esm/ChartsSurface/index.d.ts → ChartsSurface/index.d.mts} +0 -0
- /package/{esm/ChartsSurface/index.js → ChartsSurface/index.mjs} +0 -0
- /package/{esm/ChartsText/index.d.ts → ChartsText/index.d.mts} +0 -0
- /package/{esm/ChartsText/index.js → ChartsText/index.mjs} +0 -0
- /package/{esm/ChartsToolbarPro/ChartsToolbarZoomInTrigger.d.ts → ChartsToolbarPro/ChartsToolbarZoomInTrigger.d.mts} +0 -0
- /package/{esm/ChartsToolbarPro/ChartsToolbarZoomOutTrigger.d.ts → ChartsToolbarPro/ChartsToolbarZoomOutTrigger.d.mts} +0 -0
- /package/{esm/ChartsToolbarPro/Toolbar.types.js → ChartsToolbarPro/Toolbar.types.mjs} +0 -0
- /package/{esm/ChartsToolbarPro/internals/ChartsMenu.js → ChartsToolbarPro/internals/ChartsMenu.mjs} +0 -0
- /package/{esm/ChartsToolbarPro/internals/ChartsToolbarDivider.js → ChartsToolbarPro/internals/ChartsToolbarDivider.mjs} +0 -0
- /package/{esm/ChartsTooltip/index.d.ts → ChartsTooltip/index.d.mts} +0 -0
- /package/{esm/ChartsTooltip/index.js → ChartsTooltip/index.mjs} +0 -0
- /package/{esm/ChartsWrapper/index.d.ts → ChartsWrapper/index.d.mts} +0 -0
- /package/{esm/ChartsWrapper/index.js → ChartsWrapper/index.mjs} +0 -0
- /package/{esm/ChartsXAxis/index.d.ts → ChartsXAxis/index.d.mts} +0 -0
- /package/{esm/ChartsXAxis/index.js → ChartsXAxis/index.mjs} +0 -0
- /package/{esm/ChartsYAxis/index.d.ts → ChartsYAxis/index.d.mts} +0 -0
- /package/{esm/ChartsYAxis/index.js → ChartsYAxis/index.mjs} +0 -0
- /package/{esm/ChartsZoomSlider/ChartsZoomSlider.d.ts → ChartsZoomSlider/ChartsZoomSlider.d.mts} +0 -0
- /package/{esm/ChartsZoomSlider/internals/ChartsAxisZoomSlider.d.ts → ChartsZoomSlider/internals/ChartsAxisZoomSlider.d.mts} +0 -0
- /package/{esm/ChartsZoomSlider/internals/ChartsAxisZoomSliderActiveTrack.d.ts → ChartsZoomSlider/internals/ChartsAxisZoomSliderActiveTrack.d.mts} +0 -0
- /package/{esm/ChartsZoomSlider/internals/ChartsAxisZoomSliderPreview.d.ts → ChartsZoomSlider/internals/ChartsAxisZoomSliderPreview.d.mts} +0 -0
- /package/{esm/ChartsZoomSlider/internals/ChartsAxisZoomSliderPreviewContent.d.ts → ChartsZoomSlider/internals/ChartsAxisZoomSliderPreviewContent.d.mts} +0 -0
- /package/{esm/ChartsZoomSlider/internals/ChartsAxisZoomSliderThumb.d.ts → ChartsZoomSlider/internals/ChartsAxisZoomSliderThumb.d.mts} +0 -0
- /package/{esm/ChartsZoomSlider/internals/ChartsAxisZoomSliderTrack.d.ts → ChartsZoomSlider/internals/ChartsAxisZoomSliderTrack.d.mts} +0 -0
- /package/{esm/ChartsZoomSlider/internals/ChartsTooltipZoomSliderValue.d.ts → ChartsZoomSlider/internals/ChartsTooltipZoomSliderValue.d.mts} +0 -0
- /package/{esm/ChartsZoomSlider/internals/ChartsTooltipZoomSliderValue.js → ChartsZoomSlider/internals/ChartsTooltipZoomSliderValue.mjs} +0 -0
- /package/{esm/ChartsZoomSlider/internals/chartsAxisZoomSliderThumbClasses.js → ChartsZoomSlider/internals/chartsAxisZoomSliderThumbClasses.mjs} +0 -0
- /package/{esm/ChartsZoomSlider/internals/chartsAxisZoomSliderTrackClasses.js → ChartsZoomSlider/internals/chartsAxisZoomSliderTrackClasses.mjs} +0 -0
- /package/{esm/ChartsZoomSlider/internals/constants.d.ts → ChartsZoomSlider/internals/constants.d.mts} +0 -0
- /package/{esm/ChartsZoomSlider/internals/constants.js → ChartsZoomSlider/internals/constants.mjs} +0 -0
- /package/{esm/ChartsZoomSlider/internals/previews/AreaPreviewPlot.js → ChartsZoomSlider/internals/previews/AreaPreviewPlot.mjs} +0 -0
- /package/{esm/ChartsZoomSlider/internals/previews/BarPreviewPlot.js → ChartsZoomSlider/internals/previews/BarPreviewPlot.mjs} +0 -0
- /package/{esm/ChartsZoomSlider/internals/previews/LinePreviewPlot.js → ChartsZoomSlider/internals/previews/LinePreviewPlot.mjs} +0 -0
- /package/{esm/ChartsZoomSlider/internals/previews/PreviewPlot.types.d.ts → ChartsZoomSlider/internals/previews/PreviewPlot.types.d.mts} +0 -0
- /package/{esm/ChartsZoomSlider/internals/previews/PreviewPlot.types.js → ChartsZoomSlider/internals/previews/PreviewPlot.types.mjs} +0 -0
- /package/{esm/ChartsZoomSlider/internals/previews/ScatterPreviewPlot.js → ChartsZoomSlider/internals/previews/ScatterPreviewPlot.mjs} +0 -0
- /package/{esm/ChartsZoomSlider/internals/zoom-utils.d.ts → ChartsZoomSlider/internals/zoom-utils.d.mts} +0 -0
- /package/{esm/ChartsZoomSlider/internals/zoom-utils.js → ChartsZoomSlider/internals/zoom-utils.mjs} +0 -0
- /package/{esm/FunnelChart/FocusedFunnelSection.d.ts → FunnelChart/FocusedFunnelSection.d.mts} +0 -0
- /package/{esm/FunnelChart/categoryAxis.types.d.ts → FunnelChart/categoryAxis.types.d.mts} +0 -0
- /package/{esm/FunnelChart/categoryAxis.types.js → FunnelChart/categoryAxis.types.mjs} +0 -0
- /package/{esm/FunnelChart/coordinateMapper.js → FunnelChart/coordinateMapper.mjs} +0 -0
- /package/{esm/FunnelChart/curves/borderRadiusPolygon.js → FunnelChart/curves/borderRadiusPolygon.mjs} +0 -0
- /package/{esm/FunnelChart/curves/bump.js → FunnelChart/curves/bump.mjs} +0 -0
- /package/{esm/FunnelChart/curves/curve.types.d.ts → FunnelChart/curves/curve.types.d.mts} +0 -0
- /package/{esm/FunnelChart/curves/curve.types.js → FunnelChart/curves/curve.types.mjs} +0 -0
- /package/{esm/FunnelChart/curves/utils.d.ts → FunnelChart/curves/utils.d.mts} +0 -0
- /package/{esm/FunnelChart/curves/utils.js → FunnelChart/curves/utils.mjs} +0 -0
- /package/{esm/FunnelChart/funnel.types.js → FunnelChart/funnel.types.mjs} +0 -0
- /package/{esm/FunnelChart/funnelAxisPlugin/computeAxisValue.d.ts → FunnelChart/funnelAxisPlugin/computeAxisValue.d.mts} +0 -0
- /package/{esm/FunnelChart/funnelAxisPlugin/computeAxisValue.js → FunnelChart/funnelAxisPlugin/computeAxisValue.mjs} +0 -0
- /package/{esm/FunnelChart/funnelAxisPlugin/useChartFunnelAxis.types.d.ts → FunnelChart/funnelAxisPlugin/useChartFunnelAxis.types.d.mts} +0 -0
- /package/{esm/FunnelChart/funnelAxisPlugin/useChartFunnelAxis.types.js → FunnelChart/funnelAxisPlugin/useChartFunnelAxis.types.mjs} +0 -0
- /package/{esm/FunnelChart/funnelClasses.d.ts → FunnelChart/funnelClasses.d.mts} +0 -0
- /package/{esm/FunnelChart/funnelClasses.js → FunnelChart/funnelClasses.mjs} +0 -0
- /package/{esm/FunnelChart/funnelPlotSlots.types.js → FunnelChart/funnelPlotSlots.types.mjs} +0 -0
- /package/{esm/FunnelChart/funnelSectionClasses.js → FunnelChart/funnelSectionClasses.mjs} +0 -0
- /package/{esm/FunnelChart/funnelSlots.types.js → FunnelChart/funnelSlots.types.mjs} +0 -0
- /package/{esm/FunnelChart/get2DExtrema.js → FunnelChart/get2DExtrema.mjs} +0 -0
- /package/{esm/FunnelChart/labelUtils.js → FunnelChart/labelUtils.mjs} +0 -0
- /package/{esm/FunnelChart/seriesConfig/extremums.d.ts → FunnelChart/seriesConfig/extremums.d.mts} +0 -0
- /package/{esm/FunnelChart/seriesConfig/extremums.js → FunnelChart/seriesConfig/extremums.mjs} +0 -0
- /package/{esm/FunnelChart/seriesConfig/getColor.d.ts → FunnelChart/seriesConfig/getColor.d.mts} +0 -0
- /package/{esm/FunnelChart/seriesConfig/getColor.js → FunnelChart/seriesConfig/getColor.mjs} +0 -0
- /package/{esm/FunnelChart/seriesConfig/getSeriesWithDefaultValues.d.ts → FunnelChart/seriesConfig/getSeriesWithDefaultValues.d.mts} +0 -0
- /package/{esm/FunnelChart/seriesConfig/getSeriesWithDefaultValues.js → FunnelChart/seriesConfig/getSeriesWithDefaultValues.mjs} +0 -0
- /package/{esm/FunnelChart/seriesConfig/index.d.ts → FunnelChart/seriesConfig/index.d.mts} +0 -0
- /package/{esm/FunnelChart/seriesConfig/keyboardFocusHandler.d.ts → FunnelChart/seriesConfig/keyboardFocusHandler.d.mts} +0 -0
- /package/{esm/FunnelChart/seriesConfig/keyboardFocusHandler.js → FunnelChart/seriesConfig/keyboardFocusHandler.mjs} +0 -0
- /package/{esm/FunnelChart/seriesConfig/legend.d.ts → FunnelChart/seriesConfig/legend.d.mts} +0 -0
- /package/{esm/FunnelChart/seriesConfig/legend.js → FunnelChart/seriesConfig/legend.mjs} +0 -0
- /package/{esm/FunnelChart/seriesConfig/seriesProcessor.d.ts → FunnelChart/seriesConfig/seriesProcessor.d.mts} +0 -0
- /package/{esm/FunnelChart/seriesConfig/seriesProcessor.js → FunnelChart/seriesConfig/seriesProcessor.mjs} +0 -0
- /package/{esm/FunnelChart/seriesConfig/tooltip.d.ts → FunnelChart/seriesConfig/tooltip.d.mts} +0 -0
- /package/{esm/FunnelChart/seriesConfig/tooltip.js → FunnelChart/seriesConfig/tooltip.mjs} +0 -0
- /package/{esm/FunnelChart/seriesConfig/tooltipPosition.d.ts → FunnelChart/seriesConfig/tooltipPosition.d.mts} +0 -0
- /package/{esm/Gauge/index.d.ts → Gauge/index.d.mts} +0 -0
- /package/{esm/Gauge/index.js → Gauge/index.mjs} +0 -0
- /package/{esm/Heatmap/FocusedHeatmapCell.d.ts → Heatmap/FocusedHeatmapCell.d.mts} +0 -0
- /package/{esm/Heatmap/HeatmapCell.js → Heatmap/HeatmapCell.mjs} +0 -0
- /package/{esm/Heatmap/HeatmapTooltip/HeatmapTooltip.classes.js → Heatmap/HeatmapTooltip/HeatmapTooltip.classes.mjs} +0 -0
- /package/{esm/Heatmap/HeatmapTooltip/HeatmapTooltip.types.d.ts → Heatmap/HeatmapTooltip/HeatmapTooltip.types.d.mts} +0 -0
- /package/{esm/Heatmap/HeatmapTooltip/HeatmapTooltip.types.js → Heatmap/HeatmapTooltip/HeatmapTooltip.types.mjs} +0 -0
- /package/{esm/Heatmap/HeatmapTooltip/HeatmapTooltipAxesValue.d.ts → Heatmap/HeatmapTooltip/HeatmapTooltipAxesValue.d.mts} +0 -0
- /package/{esm/Heatmap/HeatmapTooltip/HeatmapTooltipAxesValue.js → Heatmap/HeatmapTooltip/HeatmapTooltipAxesValue.mjs} +0 -0
- /package/{esm/Heatmap/heatmapClasses.js → Heatmap/heatmapClasses.mjs} +0 -0
- /package/{esm/Heatmap/seriesConfig/extremums.d.ts → Heatmap/seriesConfig/extremums.d.mts} +0 -0
- /package/{esm/Heatmap/seriesConfig/extremums.js → Heatmap/seriesConfig/extremums.mjs} +0 -0
- /package/{esm/Heatmap/seriesConfig/getColor.d.ts → Heatmap/seriesConfig/getColor.d.mts} +0 -0
- /package/{esm/Heatmap/seriesConfig/getColor.js → Heatmap/seriesConfig/getColor.mjs} +0 -0
- /package/{esm/Heatmap/seriesConfig/getItemAtPosition.d.ts → Heatmap/seriesConfig/getItemAtPosition.d.mts} +0 -0
- /package/{esm/Heatmap/seriesConfig/getItemAtPosition.js → Heatmap/seriesConfig/getItemAtPosition.mjs} +0 -0
- /package/{esm/Heatmap/seriesConfig/getSeriesWithDefaultValues.d.ts → Heatmap/seriesConfig/getSeriesWithDefaultValues.d.mts} +0 -0
- /package/{esm/Heatmap/seriesConfig/getSeriesWithDefaultValues.js → Heatmap/seriesConfig/getSeriesWithDefaultValues.mjs} +0 -0
- /package/{esm/Heatmap/seriesConfig/index.d.ts → Heatmap/seriesConfig/index.d.mts} +0 -0
- /package/{esm/Heatmap/seriesConfig/keyboardFocusHandler.d.ts → Heatmap/seriesConfig/keyboardFocusHandler.d.mts} +0 -0
- /package/{esm/Heatmap/seriesConfig/keyboardFocusHandler.js → Heatmap/seriesConfig/keyboardFocusHandler.mjs} +0 -0
- /package/{esm/Heatmap/seriesConfig/seriesProcessor.d.ts → Heatmap/seriesConfig/seriesProcessor.d.mts} +0 -0
- /package/{esm/Heatmap/seriesConfig/seriesProcessor.js → Heatmap/seriesConfig/seriesProcessor.mjs} +0 -0
- /package/{esm/Heatmap/seriesConfig/tooltip.d.ts → Heatmap/seriesConfig/tooltip.d.mts} +0 -0
- /package/{esm/Heatmap/seriesConfig/tooltip.js → Heatmap/seriesConfig/tooltip.mjs} +0 -0
- /package/{esm/Heatmap/seriesConfig/tooltipPosition.d.ts → Heatmap/seriesConfig/tooltipPosition.d.mts} +0 -0
- /package/{esm/Heatmap/seriesConfig/tooltipPosition.js → Heatmap/seriesConfig/tooltipPosition.mjs} +0 -0
- /package/{esm/LineChart/index.d.ts → LineChart/index.d.mts} +0 -0
- /package/{esm/LineChart/index.js → LineChart/index.mjs} +0 -0
- /package/{esm/PieChart/index.d.ts → PieChart/index.d.mts} +0 -0
- /package/{esm/PieChart/index.js → PieChart/index.mjs} +0 -0
- /package/{esm/RadarChart/index.d.ts → RadarChart/index.d.mts} +0 -0
- /package/{esm/RadarChart/index.js → RadarChart/index.mjs} +0 -0
- /package/{esm/SankeyChart/FocusedSankeyLink.d.ts → SankeyChart/FocusedSankeyLink.d.mts} +0 -0
- /package/{esm/SankeyChart/FocusedSankeyNode.d.ts → SankeyChart/FocusedSankeyNode.d.mts} +0 -0
- /package/{esm/SankeyChart/SankeyTooltip/SankeyTooltip.classes.js → SankeyChart/SankeyTooltip/SankeyTooltip.classes.mjs} +0 -0
- /package/{esm/SankeyChart/SankeyTooltip/SankeyTooltip.types.d.ts → SankeyChart/SankeyTooltip/SankeyTooltip.types.d.mts} +0 -0
- /package/{esm/SankeyChart/SankeyTooltip/SankeyTooltip.types.js → SankeyChart/SankeyTooltip/SankeyTooltip.types.mjs} +0 -0
- /package/{esm/SankeyChart/d3Sankey/align.js → SankeyChart/d3Sankey/align.mjs} +0 -0
- /package/{esm/SankeyChart/d3Sankey/sankey.types.d.ts → SankeyChart/d3Sankey/sankey.types.d.mts} +0 -0
- /package/{esm/SankeyChart/d3Sankey/sankey.types.js → SankeyChart/d3Sankey/sankey.types.mjs} +0 -0
- /package/{esm/SankeyChart/d3Sankey/sankeyLinkHorizontal.js → SankeyChart/d3Sankey/sankeyLinkHorizontal.mjs} +0 -0
- /package/{esm/SankeyChart/plugins/useSankeyHighlight.js → SankeyChart/plugins/useSankeyHighlight.mjs} +0 -0
- /package/{esm/SankeyChart/plugins/useSankeyHighlight.types.js → SankeyChart/plugins/useSankeyHighlight.types.mjs} +0 -0
- /package/{esm/SankeyChart/sankey.highlight.types.d.ts → SankeyChart/sankey.highlight.types.d.mts} +0 -0
- /package/{esm/SankeyChart/sankey.highlight.types.js → SankeyChart/sankey.highlight.types.mjs} +0 -0
- /package/{esm/SankeyChart/sankey.types.js → SankeyChart/sankey.types.mjs} +0 -0
- /package/{esm/SankeyChart/sankeyClasses.d.ts → SankeyChart/sankeyClasses.d.mts} +0 -0
- /package/{esm/SankeyChart/sankeyClasses.js → SankeyChart/sankeyClasses.mjs} +0 -0
- /package/{esm/SankeyChart/sankeySlots.types.d.ts → SankeyChart/sankeySlots.types.d.mts} +0 -0
- /package/{esm/SankeyChart/sankeySlots.types.js → SankeyChart/sankeySlots.types.mjs} +0 -0
- /package/{esm/SankeyChart/seriesConfig/getSeriesWithDefaultValues.d.ts → SankeyChart/seriesConfig/getSeriesWithDefaultValues.d.mts} +0 -0
- /package/{esm/SankeyChart/seriesConfig/identifierSerializer.d.ts → SankeyChart/seriesConfig/identifierSerializer.d.mts} +0 -0
- /package/{esm/SankeyChart/seriesConfig/identifierSerializer.js → SankeyChart/seriesConfig/identifierSerializer.mjs} +0 -0
- /package/{esm/SankeyChart/seriesConfig/index.d.ts → SankeyChart/seriesConfig/index.d.mts} +0 -0
- /package/{esm/SankeyChart/seriesConfig/keyboardFocusHandler.d.ts → SankeyChart/seriesConfig/keyboardFocusHandler.d.mts} +0 -0
- /package/{esm/SankeyChart/seriesConfig/keyboardFocusHandler.js → SankeyChart/seriesConfig/keyboardFocusHandler.mjs} +0 -0
- /package/{esm/SankeyChart/seriesConfig/tooltipGetter.d.ts → SankeyChart/seriesConfig/tooltipGetter.d.mts} +0 -0
- /package/{esm/SankeyChart/seriesConfig/tooltipGetter.js → SankeyChart/seriesConfig/tooltipGetter.mjs} +0 -0
- /package/{esm/SankeyChart/seriesConfig/tooltipPosition.d.ts → SankeyChart/seriesConfig/tooltipPosition.d.mts} +0 -0
- /package/{esm/SankeyChart/seriesConfig/tooltipPosition.js → SankeyChart/seriesConfig/tooltipPosition.mjs} +0 -0
- /package/{esm/ScatterChart/index.d.ts → ScatterChart/index.d.mts} +0 -0
- /package/{esm/ScatterChart/index.js → ScatterChart/index.mjs} +0 -0
- /package/{esm/SparkLineChart/index.d.ts → SparkLineChart/index.d.mts} +0 -0
- /package/{esm/SparkLineChart/index.js → SparkLineChart/index.mjs} +0 -0
- /package/{esm/Toolbar/index.d.ts → Toolbar/index.d.mts} +0 -0
- /package/{esm/Toolbar/index.js → Toolbar/index.mjs} +0 -0
- /package/{esm/colorPalettes/index.d.ts → colorPalettes/index.d.mts} +0 -0
- /package/{esm/colorPalettes/index.js → colorPalettes/index.mjs} +0 -0
- /package/{esm/constants/index.d.ts → constants/index.d.mts} +0 -0
- /package/{esm/constants/index.js → constants/index.mjs} +0 -0
- /package/{esm/context/ChartProApi.js → context/ChartProApi.mjs} +0 -0
- /package/{esm/context/useChartProApiContext.js → context/useChartProApiContext.mjs} +0 -0
- /package/{esm/hooks/useChartProApiRef.js → hooks/useChartProApiRef.mjs} +0 -0
- /package/{esm/hooks/useFunnelSeries.d.ts → hooks/useFunnelSeries.d.mts} +0 -0
- /package/{esm/hooks/useFunnelSeries.js → hooks/useFunnelSeries.mjs} +0 -0
- /package/{esm/hooks/useHeatmapSeries.d.ts → hooks/useHeatmapSeries.d.mts} +0 -0
- /package/{esm/hooks/useHeatmapSeries.js → hooks/useHeatmapSeries.mjs} +0 -0
- /package/{esm/hooks/useSankeySeries.js → hooks/useSankeySeries.mjs} +0 -0
- /package/{esm/hooks/zoom/useIsZoomInteracting.d.ts → hooks/zoom/useIsZoomInteracting.d.mts} +0 -0
- /package/{esm/internals/material/components/BaseMenuItem.js → internals/material/components/BaseMenuItem.mjs} +0 -0
- /package/{esm/internals/material/components/BasePopper.js → internals/material/components/BasePopper.mjs} +0 -0
- /package/{esm/internals/material/icons.d.ts → internals/material/icons.d.mts} +0 -0
- /package/{esm/internals/material/icons.js → internals/material/icons.mjs} +0 -0
- /package/{esm/internals/plugins/useChartProExport/common.d.ts → internals/plugins/useChartProExport/common.d.mts} +0 -0
- /package/{esm/internals/plugins/useChartProExport/common.js → internals/plugins/useChartProExport/common.mjs} +0 -0
- /package/{esm/internals/plugins/useChartProExport/defaults.d.ts → internals/plugins/useChartProExport/defaults.d.mts} +0 -0
- /package/{esm/internals/plugins/useChartProExport/defaults.js → internals/plugins/useChartProExport/defaults.mjs} +0 -0
- /package/{esm/internals/plugins/useChartProExport/useChartProExport.types.d.ts → internals/plugins/useChartProExport/useChartProExport.types.d.mts} +0 -0
- /package/{esm/internals/plugins/useChartProExport/useChartProExport.types.js → internals/plugins/useChartProExport/useChartProExport.types.mjs} +0 -0
- /package/{esm/internals/plugins/useChartProZoom/ZoomInteractionConfig.types.d.ts → internals/plugins/useChartProZoom/ZoomInteractionConfig.types.d.mts} +0 -0
- /package/{esm/internals/plugins/useChartProZoom/ZoomInteractionConfig.types.js → internals/plugins/useChartProZoom/ZoomInteractionConfig.types.mjs} +0 -0
- /package/{esm/internals/plugins/useChartProZoom/calculateZoom.d.ts → internals/plugins/useChartProZoom/calculateZoom.d.mts} +0 -0
- /package/{esm/internals/plugins/useChartProZoom/calculateZoom.js → internals/plugins/useChartProZoom/calculateZoom.mjs} +0 -0
- /package/{esm/internals/plugins/useChartProZoom/gestureHooks/useZoom.utils.d.ts → internals/plugins/useChartProZoom/gestureHooks/useZoom.utils.d.mts} +0 -0
- /package/{esm/internals/plugins/useChartProZoom/gestureHooks/useZoom.utils.js → internals/plugins/useChartProZoom/gestureHooks/useZoom.utils.mjs} +0 -0
- /package/{esm/internals/plugins/useChartProZoom/initializeZoomData.d.ts → internals/plugins/useChartProZoom/initializeZoomData.d.mts} +0 -0
- /package/{esm/internals/plugins/useChartProZoom/initializeZoomData.js → internals/plugins/useChartProZoom/initializeZoomData.mjs} +0 -0
- /package/{esm/internals/plugins/useChartProZoom/initializeZoomInteractionConfig.js → internals/plugins/useChartProZoom/initializeZoomInteractionConfig.mjs} +0 -0
- /package/{esm/internals/plugins/useChartProZoom/useChartProZoom.selectors.js → internals/plugins/useChartProZoom/useChartProZoom.selectors.mjs} +0 -0
- /package/{esm/internals/plugins/useChartProZoom/useChartProZoom.types.js → internals/plugins/useChartProZoom/useChartProZoom.types.mjs} +0 -0
- /package/{esm/internals/slots/chartBaseSlotProps.d.ts → internals/slots/chartBaseSlotProps.d.mts} +0 -0
- /package/{esm/internals/slots/chartBaseSlotProps.js → internals/slots/chartBaseSlotProps.mjs} +0 -0
- /package/{esm/internals/slots/chartsBaseSlots.js → internals/slots/chartsBaseSlots.mjs} +0 -0
- /package/{esm/internals/slots/chartsIconSlots.d.ts → internals/slots/chartsIconSlots.d.mts} +0 -0
- /package/{esm/internals/slots/chartsIconSlots.js → internals/slots/chartsIconSlots.mjs} +0 -0
- /package/{esm/locales/index.d.ts → locales/index.d.mts} +0 -0
- /package/{esm/locales/index.js → locales/index.mjs} +0 -0
- /package/{esm/models/seriesType/heatmap.d.ts → models/seriesType/heatmap.d.mts} +0 -0
- /package/{esm/models/seriesType/heatmap.js → models/seriesType/heatmap.mjs} +0 -0
- /package/{esm/plugins/selectors/useChartHeatmapPosition.selectors.js → plugins/selectors/useChartHeatmapPosition.selectors.mjs} +0 -0
- /package/{esm/tests/constants.js → tests/constants.mjs} +0 -0
- /package/{esm/themeAugmentation/components.d.ts → themeAugmentation/components.d.mts} +0 -0
- /package/{esm/themeAugmentation/components.js → themeAugmentation/components.mjs} +0 -0
- /package/{esm/themeAugmentation/index.js → themeAugmentation/index.mjs} +0 -0
- /package/{esm/themeAugmentation/overrides.js → themeAugmentation/overrides.mjs} +0 -0
- /package/{esm/themeAugmentation/props.js → themeAugmentation/props.mjs} +0 -0
- /package/{esm/typeOverloads/modules.js → typeOverloads/modules.mjs} +0 -0
- /package/{esm/utils/index.d.ts → utils/index.d.mts} +0 -0
- /package/{esm/utils/index.js → utils/index.mjs} +0 -0
|
@@ -9,13 +9,13 @@ import { Toolbar, ToolbarButton } from '@mui/x-charts/Toolbar';
|
|
|
9
9
|
import { useChartContext, useChartsSlots } from '@mui/x-charts/internals';
|
|
10
10
|
import { useChartsLocalization } from '@mui/x-charts/hooks';
|
|
11
11
|
import useId from '@mui/utils/useId';
|
|
12
|
-
import { ChartsToolbarDivider } from "./internals/ChartsToolbarDivider.
|
|
13
|
-
import { ChartsMenu } from "./internals/ChartsMenu.
|
|
14
|
-
import { selectorChartZoomIsEnabled } from "../internals/plugins/useChartProZoom/index.
|
|
15
|
-
import { ChartsToolbarZoomInTrigger } from "./ChartsToolbarZoomInTrigger.
|
|
16
|
-
import { ChartsToolbarZoomOutTrigger } from "./ChartsToolbarZoomOutTrigger.
|
|
17
|
-
import { ChartsToolbarPrintExportTrigger } from "./ChartsToolbarPrintExportTrigger.
|
|
18
|
-
import { ChartsToolbarImageExportTrigger } from "./ChartsToolbarImageExportTrigger.
|
|
12
|
+
import { ChartsToolbarDivider } from "./internals/ChartsToolbarDivider.mjs";
|
|
13
|
+
import { ChartsMenu } from "./internals/ChartsMenu.mjs";
|
|
14
|
+
import { selectorChartZoomIsEnabled } from "../internals/plugins/useChartProZoom/index.mjs";
|
|
15
|
+
import { ChartsToolbarZoomInTrigger } from "./ChartsToolbarZoomInTrigger.mjs";
|
|
16
|
+
import { ChartsToolbarZoomOutTrigger } from "./ChartsToolbarZoomOutTrigger.mjs";
|
|
17
|
+
import { ChartsToolbarPrintExportTrigger } from "./ChartsToolbarPrintExportTrigger.mjs";
|
|
18
|
+
import { ChartsToolbarImageExportTrigger } from "./ChartsToolbarImageExportTrigger.mjs";
|
|
19
19
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
20
20
|
const DEFAULT_IMAGE_EXPORT_OPTIONS = [{
|
|
21
21
|
type: 'image/png'
|
|
@@ -7,7 +7,7 @@ import * as React from 'react';
|
|
|
7
7
|
import PropTypes from 'prop-types';
|
|
8
8
|
import { useChartContext, useChartsSlots } from '@mui/x-charts/internals';
|
|
9
9
|
import { useComponentRenderer } from '@mui/x-internals/useComponentRenderer';
|
|
10
|
-
import { selectorChartCanZoomIn } from "../internals/plugins/useChartProZoom/index.
|
|
10
|
+
import { selectorChartCanZoomIn } from "../internals/plugins/useChartProZoom/index.mjs";
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
/**
|
|
13
13
|
* A button that zooms the chart in.
|
|
@@ -7,7 +7,7 @@ import * as React from 'react';
|
|
|
7
7
|
import PropTypes from 'prop-types';
|
|
8
8
|
import { useChartContext, useChartsSlots } from '@mui/x-charts/internals';
|
|
9
9
|
import { useComponentRenderer } from '@mui/x-internals/useComponentRenderer';
|
|
10
|
-
import { selectorChartCanZoomOut } from "../internals/plugins/useChartProZoom/index.
|
|
10
|
+
import { selectorChartCanZoomOut } from "../internals/plugins/useChartProZoom/index.mjs";
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
/**
|
|
13
13
|
* A button that zooms the chart out.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { type ChartBasePopperProps, type Placement } from "../../internals/slots/chartBaseSlotProps.
|
|
2
|
+
import { type ChartBasePopperProps, type Placement } from "../../internals/slots/chartBaseSlotProps.mjs";
|
|
3
3
|
export interface ChartsMenuProps extends Pick<ChartBasePopperProps, 'className' | 'onExited'> {
|
|
4
4
|
open: boolean;
|
|
5
5
|
target: HTMLElement | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { type ChartBaseDividerProps } from "../../internals/slots/chartBaseSlotProps.
|
|
2
|
+
import { type ChartBaseDividerProps } from "../../internals/slots/chartBaseSlotProps.mjs";
|
|
3
3
|
export interface ChartsToolbarDividerProps extends ChartBaseDividerProps {}
|
|
4
4
|
declare const ChartsToolbarDivider: React.ForwardRefExoticComponent<Omit<ChartsToolbarDividerProps, "ref"> & React.RefAttributes<HTMLHRElement>>;
|
|
5
5
|
export { ChartsToolbarDivider };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { useXAxes, useYAxes } from '@mui/x-charts/hooks';
|
|
3
|
-
import { ChartsAxisZoomSlider } from "./internals/ChartsAxisZoomSlider.
|
|
3
|
+
import { ChartsAxisZoomSlider } from "./internals/ChartsAxisZoomSlider.mjs";
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Renders the zoom slider for all x and y axes that have it enabled.
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { ChartsZoomSlider } from "./ChartsZoomSlider.
|
|
2
|
-
export { type ChartsAxisZoomSliderThumbClasses, type ChartsAxisZoomSliderThumbClassKey, chartsAxisZoomSliderThumbClasses } from "./internals/chartsAxisZoomSliderThumbClasses.
|
|
3
|
-
export { type ChartsAxisZoomSliderTrackClasses, type ChartsAxisZoomSliderTrackClassKey, chartsAxisZoomSliderTrackClasses } from "./internals/chartsAxisZoomSliderTrackClasses.
|
|
1
|
+
export { ChartsZoomSlider } from "./ChartsZoomSlider.mjs";
|
|
2
|
+
export { type ChartsAxisZoomSliderThumbClasses, type ChartsAxisZoomSliderThumbClassKey, chartsAxisZoomSliderThumbClasses } from "./internals/chartsAxisZoomSliderThumbClasses.mjs";
|
|
3
|
+
export { type ChartsAxisZoomSliderTrackClasses, type ChartsAxisZoomSliderTrackClassKey, chartsAxisZoomSliderTrackClasses } from "./internals/chartsAxisZoomSliderTrackClasses.mjs";
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { DEFAULT_ZOOM_SLIDER_SHOW_TOOLTIP, selectorChartAxisZoomOptionsLookup, useDrawingArea, useStore, ZOOM_SLIDER_MARGIN, ZOOM_SLIDER_PREVIEW_SIZE } from '@mui/x-charts/internals';
|
|
5
5
|
import { useXAxes, useYAxes } from '@mui/x-charts/hooks';
|
|
6
|
-
import { ChartsAxisZoomSliderPreview } from "./ChartsAxisZoomSliderPreview.
|
|
7
|
-
import { ZOOM_SLIDER_ACTIVE_TRACK_SIZE, ZOOM_SLIDER_SIZE, ZOOM_SLIDER_TRACK_SIZE } from "./constants.
|
|
8
|
-
import { selectorChartAxisZoomData } from "../../internals/plugins/useChartProZoom/index.
|
|
9
|
-
import { ChartsAxisZoomSliderTrack } from "./ChartsAxisZoomSliderTrack.
|
|
10
|
-
import { ChartsAxisZoomSliderActiveTrack } from "./ChartsAxisZoomSliderActiveTrack.
|
|
6
|
+
import { ChartsAxisZoomSliderPreview } from "./ChartsAxisZoomSliderPreview.mjs";
|
|
7
|
+
import { ZOOM_SLIDER_ACTIVE_TRACK_SIZE, ZOOM_SLIDER_SIZE, ZOOM_SLIDER_TRACK_SIZE } from "./constants.mjs";
|
|
8
|
+
import { selectorChartAxisZoomData } from "../../internals/plugins/useChartProZoom/index.mjs";
|
|
9
|
+
import { ChartsAxisZoomSliderTrack } from "./ChartsAxisZoomSliderTrack.mjs";
|
|
10
|
+
import { ChartsAxisZoomSliderActiveTrack } from "./ChartsAxisZoomSliderActiveTrack.mjs";
|
|
11
11
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
12
12
|
/**
|
|
13
13
|
* Renders the zoom slider for a specific axis.
|
|
@@ -6,12 +6,12 @@ import { getSVGPoint, invertScale, selectorChartAxis, selectorChartAxisZoomOptio
|
|
|
6
6
|
import * as React from 'react';
|
|
7
7
|
import { rafThrottle } from '@mui/x-internals/rafThrottle';
|
|
8
8
|
import { shouldForwardProp } from '@mui/system';
|
|
9
|
-
import { selectorChartAxisZoomData } from "../../internals/plugins/useChartProZoom/index.
|
|
10
|
-
import { ChartsAxisZoomSliderThumb } from "./ChartsAxisZoomSliderThumb.
|
|
11
|
-
import { ChartsTooltipZoomSliderValue } from "./ChartsTooltipZoomSliderValue.
|
|
12
|
-
import { calculateZoomEnd, calculateZoomFromPoint, calculateZoomStart } from "./zoom-utils.
|
|
13
|
-
import { ZOOM_SLIDER_THUMB_HEIGHT, ZOOM_SLIDER_THUMB_WIDTH } from "./constants.
|
|
14
|
-
import { useUtilityClasses } from "./chartsAxisZoomSliderTrackClasses.
|
|
9
|
+
import { selectorChartAxisZoomData } from "../../internals/plugins/useChartProZoom/index.mjs";
|
|
10
|
+
import { ChartsAxisZoomSliderThumb } from "./ChartsAxisZoomSliderThumb.mjs";
|
|
11
|
+
import { ChartsTooltipZoomSliderValue } from "./ChartsTooltipZoomSliderValue.mjs";
|
|
12
|
+
import { calculateZoomEnd, calculateZoomFromPoint, calculateZoomStart } from "./zoom-utils.mjs";
|
|
13
|
+
import { ZOOM_SLIDER_THUMB_HEIGHT, ZOOM_SLIDER_THUMB_WIDTH } from "./constants.mjs";
|
|
14
|
+
import { useUtilityClasses } from "./chartsAxisZoomSliderTrackClasses.mjs";
|
|
15
15
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
16
|
const ZoomSliderActiveTrackRect = styled('rect', {
|
|
17
17
|
slot: 'internal',
|
|
@@ -6,8 +6,8 @@ import { styled } from '@mui/material/styles';
|
|
|
6
6
|
import { selectorChartAxisZoomOptionsLookup, useStore } from '@mui/x-charts/internals';
|
|
7
7
|
import { alpha } from '@mui/system';
|
|
8
8
|
import useId from '@mui/utils/useId';
|
|
9
|
-
import { selectorChartAxisZoomData } from "../../internals/plugins/useChartProZoom/index.
|
|
10
|
-
import { ChartsAxisZoomSliderPreviewContent } from "./ChartsAxisZoomSliderPreviewContent.
|
|
9
|
+
import { selectorChartAxisZoomData } from "../../internals/plugins/useChartProZoom/index.mjs";
|
|
10
|
+
import { ChartsAxisZoomSliderPreviewContent } from "./ChartsAxisZoomSliderPreviewContent.mjs";
|
|
11
11
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
12
12
|
const PreviewBackgroundRect = styled('rect', {
|
|
13
13
|
slot: 'internal',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { selectorChartSeriesProcessed, useStore } from '@mui/x-charts/internals';
|
|
4
|
-
import { seriesPreviewPlotMap } from "./seriesPreviewPlotMap.
|
|
4
|
+
import { seriesPreviewPlotMap } from "./seriesPreviewPlotMap.mjs";
|
|
5
5
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
6
6
|
export function ChartsAxisZoomSliderPreviewContent(props) {
|
|
7
7
|
const {
|
|
@@ -9,7 +9,7 @@ import useForkRef from '@mui/utils/useForkRef';
|
|
|
9
9
|
import useEventCallback from '@mui/utils/useEventCallback';
|
|
10
10
|
import { rafThrottle } from '@mui/x-internals/rafThrottle';
|
|
11
11
|
import clsx from 'clsx';
|
|
12
|
-
import { chartsAxisZoomSliderThumbClasses, useUtilityClasses } from "./chartsAxisZoomSliderThumbClasses.
|
|
12
|
+
import { chartsAxisZoomSliderThumbClasses, useUtilityClasses } from "./chartsAxisZoomSliderThumbClasses.mjs";
|
|
13
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
14
|
const Rect = styled('rect', {
|
|
15
15
|
slot: 'internal',
|
|
@@ -9,8 +9,8 @@ import { styled } from '@mui/material/styles';
|
|
|
9
9
|
import { rafThrottle } from '@mui/x-internals/rafThrottle';
|
|
10
10
|
import { shouldForwardProp } from '@mui/system';
|
|
11
11
|
import clsx from 'clsx';
|
|
12
|
-
import { calculateZoomEnd, calculateZoomFromPoint, calculateZoomStart } from "./zoom-utils.
|
|
13
|
-
import { useUtilityClasses } from "./chartsAxisZoomSliderTrackClasses.
|
|
12
|
+
import { calculateZoomEnd, calculateZoomFromPoint, calculateZoomStart } from "./zoom-utils.mjs";
|
|
13
|
+
import { useUtilityClasses } from "./chartsAxisZoomSliderTrackClasses.mjs";
|
|
14
14
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
15
|
const ZoomSliderTrack = styled('rect', {
|
|
16
16
|
slot: 'internal',
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ChartsZoomSliderThumbOwnerState } from "./ChartsAxisZoomSliderThumb.
|
|
1
|
+
import type { ChartsZoomSliderThumbOwnerState } from "./ChartsAxisZoomSliderThumb.mjs";
|
|
2
2
|
export interface ChartsAxisZoomSliderThumbClasses {
|
|
3
3
|
/** Styles applied to the root element. */
|
|
4
4
|
root: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ChartsAxisZoomSliderActiveTrackProps } from "./ChartsAxisZoomSliderActiveTrack.
|
|
1
|
+
import type { ChartsAxisZoomSliderActiveTrackProps } from "./ChartsAxisZoomSliderActiveTrack.mjs";
|
|
2
2
|
export interface ChartsAxisZoomSliderTrackClasses {
|
|
3
3
|
/** Styles applied to the root element when it is horizontal. */
|
|
4
4
|
horizontal: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { type SeriesId } from '@mui/x-charts/internals';
|
|
3
|
-
import { type PreviewPlotProps } from "./PreviewPlot.types.
|
|
3
|
+
import { type PreviewPlotProps } from "./PreviewPlot.types.mjs";
|
|
4
4
|
interface AreaPreviewPlotProps extends Pick<PreviewPlotProps, 'axisId'> {}
|
|
5
5
|
export declare function AreaPreviewPlot({
|
|
6
6
|
axisId
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { AreaPreviewPlot } from "./AreaPreviewPlot.
|
|
3
|
-
import { LinePreviewPlot } from "./LinePreviewPlot.
|
|
2
|
+
import { AreaPreviewPlot } from "./AreaPreviewPlot.mjs";
|
|
3
|
+
import { LinePreviewPlot } from "./LinePreviewPlot.mjs";
|
|
4
4
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
5
5
|
export function LineAreaPreviewPlot({
|
|
6
6
|
axisId
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { type SeriesId } from '@mui/x-charts/internals';
|
|
3
|
-
import type { PreviewPlotProps } from "./PreviewPlot.types.
|
|
3
|
+
import type { PreviewPlotProps } from "./PreviewPlot.types.mjs";
|
|
4
4
|
interface LinePreviewPlotProps extends Pick<PreviewPlotProps, 'axisId'> {}
|
|
5
5
|
export declare function LinePreviewPlot({
|
|
6
6
|
axisId
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type * as React from 'react';
|
|
2
|
-
import { type PreviewPlotProps } from "./previews/PreviewPlot.types.
|
|
2
|
+
import { type PreviewPlotProps } from "./previews/PreviewPlot.types.mjs";
|
|
3
3
|
export declare const seriesPreviewPlotMap: Map<keyof import("@mui/x-charts/internals").ChartsSeriesConfig, React.ComponentType<PreviewPlotProps>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BarPreviewPlot } from "./previews/BarPreviewPlot.
|
|
2
|
-
import { ScatterPreviewPlot } from "./previews/ScatterPreviewPlot.
|
|
3
|
-
import { LineAreaPreviewPlot } from "./previews/LineAreaPreviewPlot.
|
|
1
|
+
import { BarPreviewPlot } from "./previews/BarPreviewPlot.mjs";
|
|
2
|
+
import { ScatterPreviewPlot } from "./previews/ScatterPreviewPlot.mjs";
|
|
3
|
+
import { LineAreaPreviewPlot } from "./previews/LineAreaPreviewPlot.mjs";
|
|
4
4
|
export const seriesPreviewPlotMap = new Map([['bar', BarPreviewPlot], ['line', LineAreaPreviewPlot], ['scatter', ScatterPreviewPlot]]);
|
|
@@ -6,11 +6,11 @@ import { useTheme } from '@mui/material/styles';
|
|
|
6
6
|
import { useStore } from '@mui/x-charts/internals';
|
|
7
7
|
import { line as d3Line } from '@mui/x-charts-vendor/d3-shape';
|
|
8
8
|
import { useFocusedItem } from '@mui/x-charts/hooks';
|
|
9
|
-
import { useFunnelSeriesContext } from "../hooks/index.
|
|
10
|
-
import { createPositionGetter } from "./coordinateMapper.
|
|
11
|
-
import { getFunnelCurve } from "./curves/index.
|
|
12
|
-
import { selectorChartXAxis, selectorChartYAxis, selectorFunnelGap } from "./funnelAxisPlugin/useChartFunnelAxisRendering.selectors.
|
|
13
|
-
import { get2DExtrema } from "./get2DExtrema.
|
|
9
|
+
import { useFunnelSeriesContext } from "../hooks/index.mjs";
|
|
10
|
+
import { createPositionGetter } from "./coordinateMapper.mjs";
|
|
11
|
+
import { getFunnelCurve } from "./curves/index.mjs";
|
|
12
|
+
import { selectorChartXAxis, selectorChartYAxis, selectorFunnelGap } from "./funnelAxisPlugin/useChartFunnelAxisRendering.selectors.mjs";
|
|
13
|
+
import { get2DExtrema } from "./get2DExtrema.mjs";
|
|
14
14
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
15
|
export function FocusedFunnelSection(props) {
|
|
16
16
|
const theme = useTheme();
|
|
@@ -2,12 +2,12 @@ import * as React from 'react';
|
|
|
2
2
|
import { type ChartsOverlayProps } from '@mui/x-charts/ChartsOverlay';
|
|
3
3
|
import { type MakeOptional } from '@mui/x-internals/types';
|
|
4
4
|
import { type ChartsAxisHighlightProps } from '@mui/x-charts/ChartsAxisHighlight';
|
|
5
|
-
import { type FunnelPlotProps } from "./FunnelPlot.
|
|
6
|
-
import { type FunnelSeriesType } from "./funnel.types.
|
|
7
|
-
import { type ChartContainerProProps } from "../ChartContainerPro/index.
|
|
8
|
-
import { type FunnelChartSlotExtension } from "./funnelSlots.types.
|
|
9
|
-
import { type CategoryAxis } from "./categoryAxis.types.
|
|
10
|
-
import { type FunnelChartPluginSignatures } from "./FunnelChart.plugins.
|
|
5
|
+
import { type FunnelPlotProps } from "./FunnelPlot.mjs";
|
|
6
|
+
import { type FunnelSeriesType } from "./funnel.types.mjs";
|
|
7
|
+
import { type ChartContainerProProps } from "../ChartContainerPro/index.mjs";
|
|
8
|
+
import { type FunnelChartSlotExtension } from "./funnelSlots.types.mjs";
|
|
9
|
+
import { type CategoryAxis } from "./categoryAxis.types.mjs";
|
|
10
|
+
import { type FunnelChartPluginSignatures } from "./FunnelChart.plugins.mjs";
|
|
11
11
|
export type FunnelSeries = MakeOptional<FunnelSeriesType, 'type'>;
|
|
12
12
|
export interface FunnelChartProps extends Omit<ChartContainerProProps<'funnel', FunnelChartPluginSignatures>, 'series' | 'plugins' | 'zAxis' | 'zoom' | 'onZoomChange' | 'dataset' | 'yAxis' | 'xAxis' | 'rotationAxis' | 'radiusAxis' | 'slots' | 'slotProps' | 'experimentalFeatures'>, Omit<FunnelPlotProps, 'slots' | 'slotProps'>, Omit<ChartsOverlayProps, 'slots' | 'slotProps'>, FunnelChartSlotExtension {
|
|
13
13
|
/**
|
|
@@ -11,13 +11,13 @@ import { ChartsSurface } from '@mui/x-charts/ChartsSurface';
|
|
|
11
11
|
import { ChartsAxisHighlight } from '@mui/x-charts/ChartsAxisHighlight';
|
|
12
12
|
import { ChartsAxis } from '@mui/x-charts/ChartsAxis';
|
|
13
13
|
import { ChartsWrapper } from '@mui/x-charts/ChartsWrapper';
|
|
14
|
-
import { FunnelPlot } from "./FunnelPlot.
|
|
15
|
-
import { useFunnelChartProps } from "./useFunnelChartProps.
|
|
16
|
-
import { funnelSeriesConfig } from "./seriesConfig/index.
|
|
17
|
-
import { useChartContainerProProps } from "../ChartContainerPro/useChartContainerProProps.
|
|
18
|
-
import { ChartDataProviderPro } from "../ChartDataProviderPro/index.
|
|
19
|
-
import { FUNNEL_CHART_PLUGINS } from "./FunnelChart.plugins.
|
|
20
|
-
import { FocusedFunnelSection } from "./FocusedFunnelSection.
|
|
14
|
+
import { FunnelPlot } from "./FunnelPlot.mjs";
|
|
15
|
+
import { useFunnelChartProps } from "./useFunnelChartProps.mjs";
|
|
16
|
+
import { funnelSeriesConfig } from "./seriesConfig/index.mjs";
|
|
17
|
+
import { useChartContainerProProps } from "../ChartContainerPro/useChartContainerProProps.mjs";
|
|
18
|
+
import { ChartDataProviderPro } from "../ChartDataProviderPro/index.mjs";
|
|
19
|
+
import { FUNNEL_CHART_PLUGINS } from "./FunnelChart.plugins.mjs";
|
|
20
|
+
import { FocusedFunnelSection } from "./FocusedFunnelSection.mjs";
|
|
21
21
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
22
22
|
const seriesConfig = {
|
|
23
23
|
funnel: funnelSeriesConfig
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ConvertSignaturesIntoPlugins, type UseChartHighlightSignature, type UseChartTooltipSignature, type UseChartInteractionSignature, type UseChartKeyboardNavigationSignature, type UseChartVisibilityManagerSignature } from '@mui/x-charts/internals';
|
|
2
|
-
import { type UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.
|
|
3
|
-
import { type UseChartFunnelAxisSignature } from "./funnelAxisPlugin/useChartFunnelAxis.types.
|
|
2
|
+
import { type UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.mjs";
|
|
3
|
+
import { type UseChartFunnelAxisSignature } from "./funnelAxisPlugin/useChartFunnelAxis.types.mjs";
|
|
4
4
|
export type FunnelChartPluginSignatures = [UseChartFunnelAxisSignature, UseChartTooltipSignature<'funnel'>, UseChartInteractionSignature, UseChartHighlightSignature, UseChartVisibilityManagerSignature<'funnel'>, UseChartProExportSignature, UseChartKeyboardNavigationSignature];
|
|
5
5
|
export declare const FUNNEL_CHART_PLUGINS: ConvertSignaturesIntoPlugins<FunnelChartPluginSignatures>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { useChartHighlight, useChartTooltip, useChartInteraction, useChartKeyboardNavigation, useChartVisibilityManager } from '@mui/x-charts/internals';
|
|
2
|
-
import { useChartProExport } from "../internals/plugins/useChartProExport/index.
|
|
3
|
-
import { useChartFunnelAxis } from "./funnelAxisPlugin/useChartFunnelAxis.
|
|
2
|
+
import { useChartProExport } from "../internals/plugins/useChartProExport/index.mjs";
|
|
3
|
+
import { useChartFunnelAxis } from "./funnelAxisPlugin/useChartFunnelAxis.mjs";
|
|
4
4
|
export const FUNNEL_CHART_PLUGINS = [useChartFunnelAxis, useChartTooltip, useChartInteraction, useChartHighlight, useChartVisibilityManager, useChartProExport, useChartKeyboardNavigation];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { type FunnelItemIdentifier } from "./funnel.types.
|
|
3
|
-
import { type FunnelPlotSlotExtension } from "./funnelPlotSlots.types.
|
|
2
|
+
import { type FunnelItemIdentifier } from "./funnel.types.mjs";
|
|
3
|
+
import { type FunnelPlotSlotExtension } from "./funnelPlotSlots.types.mjs";
|
|
4
4
|
export interface FunnelPlotProps extends FunnelPlotSlotExtension {
|
|
5
5
|
/**
|
|
6
6
|
* Callback fired when a funnel item is clicked.
|
|
@@ -5,15 +5,15 @@ import * as React from 'react';
|
|
|
5
5
|
import PropTypes from 'prop-types';
|
|
6
6
|
import { line as d3Line } from '@mui/x-charts-vendor/d3-shape';
|
|
7
7
|
import { cartesianSeriesTypes, useStore } from '@mui/x-charts/internals';
|
|
8
|
-
import { FunnelSection } from "./FunnelSection.
|
|
9
|
-
import { alignLabel, positionLabel } from "./labelUtils.
|
|
10
|
-
import { useUtilityClasses } from "./funnelClasses.
|
|
11
|
-
import { useFunnelSeriesContext } from "../hooks/useFunnelSeries.
|
|
12
|
-
import { getFunnelCurve } from "./curves/index.
|
|
13
|
-
import { FunnelSectionLabel } from "./FunnelSectionLabel.
|
|
14
|
-
import { selectorChartXAxis, selectorChartYAxis, selectorFunnelGap } from "./funnelAxisPlugin/useChartFunnelAxisRendering.selectors.
|
|
15
|
-
import { createPositionGetter } from "./coordinateMapper.
|
|
16
|
-
import { get2DExtrema } from "./get2DExtrema.
|
|
8
|
+
import { FunnelSection } from "./FunnelSection.mjs";
|
|
9
|
+
import { alignLabel, positionLabel } from "./labelUtils.mjs";
|
|
10
|
+
import { useUtilityClasses } from "./funnelClasses.mjs";
|
|
11
|
+
import { useFunnelSeriesContext } from "../hooks/useFunnelSeries.mjs";
|
|
12
|
+
import { getFunnelCurve } from "./curves/index.mjs";
|
|
13
|
+
import { FunnelSectionLabel } from "./FunnelSectionLabel.mjs";
|
|
14
|
+
import { selectorChartXAxis, selectorChartYAxis, selectorFunnelGap } from "./funnelAxisPlugin/useChartFunnelAxisRendering.selectors.mjs";
|
|
15
|
+
import { createPositionGetter } from "./coordinateMapper.mjs";
|
|
16
|
+
import { get2DExtrema } from "./get2DExtrema.mjs";
|
|
17
17
|
import { createElement as _createElement } from "react";
|
|
18
18
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
19
19
|
cartesianSeriesTypes.addType('funnel');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { type SeriesId } from '@mui/x-charts/internals';
|
|
3
|
-
import { type FunnelSectionClasses } from "./funnelSectionClasses.
|
|
3
|
+
import { type FunnelSectionClasses } from "./funnelSectionClasses.mjs";
|
|
4
4
|
export interface FunnelSectionProps extends Omit<React.SVGProps<SVGPathElement>, 'ref' | 'id'> {
|
|
5
5
|
seriesId: SeriesId;
|
|
6
6
|
dataIndex: number;
|
|
@@ -8,8 +8,8 @@ import { styled } from '@mui/material/styles';
|
|
|
8
8
|
import { useInteractionItemProps, consumeSlots } from '@mui/x-charts/internals';
|
|
9
9
|
import { useItemHighlighted } from '@mui/x-charts/hooks';
|
|
10
10
|
import clsx from 'clsx';
|
|
11
|
-
import { useUtilityClasses as useDeprecatedUtilityClasses } from "./funnelSectionClasses.
|
|
12
|
-
import { useUtilityClasses } from "./funnelClasses.
|
|
11
|
+
import { useUtilityClasses as useDeprecatedUtilityClasses } from "./funnelSectionClasses.mjs";
|
|
12
|
+
import { useUtilityClasses } from "./funnelClasses.mjs";
|
|
13
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
14
|
export const FunnelSectionPath = styled('path', {
|
|
15
15
|
name: 'MuiFunnelChart',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { type SeriesId } from '@mui/x-charts/internals';
|
|
3
|
-
import { type FunnelSectionClasses } from "./funnelSectionClasses.
|
|
3
|
+
import { type FunnelSectionClasses } from "./funnelSectionClasses.mjs";
|
|
4
4
|
export interface FunnelSectionLabelConfig {
|
|
5
5
|
x: number;
|
|
6
6
|
y: number;
|
|
@@ -7,8 +7,8 @@ import * as React from 'react';
|
|
|
7
7
|
import { styled, useTheme } from '@mui/material/styles';
|
|
8
8
|
import { consumeSlots } from '@mui/x-charts/internals';
|
|
9
9
|
import clsx from 'clsx';
|
|
10
|
-
import { useLabelUtilityClasses as useDeprecatedLabelUtilityClasses } from "./funnelSectionClasses.
|
|
11
|
-
import { useUtilityClasses } from "./funnelClasses.
|
|
10
|
+
import { useLabelUtilityClasses as useDeprecatedLabelUtilityClasses } from "./funnelSectionClasses.mjs";
|
|
11
|
+
import { useUtilityClasses } from "./funnelClasses.mjs";
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
export const FunnelSectionLabelText = styled('text', {
|
|
14
14
|
name: 'MuiFunnelChart',
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { type D3Scale } from '@mui/x-charts/internals';
|
|
2
|
-
import { type PositionGetter } from "./curves/curve.types.
|
|
2
|
+
import { type PositionGetter } from "./curves/curve.types.mjs";
|
|
3
3
|
export declare const createPositionGetter: (scale: D3Scale, isCategoryDirection: boolean, gap: number, ordinalScaleData: readonly any[] | undefined) => PositionGetter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type FunnelCurveGenerator, type CurveOptions, type Point } from "./curve.types.
|
|
1
|
+
import { type FunnelCurveGenerator, type CurveOptions, type Point } from "./curve.types.mjs";
|
|
2
2
|
/**
|
|
3
3
|
* This is a custom "bump" curve generator.
|
|
4
4
|
* It draws smooth curves for the 4 provided points,
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Path } from '@mui/x-charts-vendor/d3-path';
|
|
2
|
+
import { type CurveOptions, type FunnelCurveType } from "./curve.types.mjs";
|
|
3
|
+
import { Step } from "./step.mjs";
|
|
4
|
+
import { Linear } from "./linear.mjs";
|
|
5
|
+
import { Bump } from "./bump.mjs";
|
|
6
|
+
import { Pyramid } from "./pyramid.mjs";
|
|
7
|
+
import { StepPyramid } from "./step-pyramid.mjs";
|
|
8
|
+
export declare const getFunnelCurve: (curve: FunnelCurveType | undefined, options: CurveOptions) => (context: CanvasRenderingContext2D | Path) => Step | Linear | Bump | Pyramid | StepPyramid;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Step } from "./step.
|
|
2
|
-
import { Linear } from "./linear.
|
|
3
|
-
import { Bump } from "./bump.
|
|
4
|
-
import { Pyramid } from "./pyramid.
|
|
5
|
-
import { StepPyramid } from "./step-pyramid.
|
|
1
|
+
import { Step } from "./step.mjs";
|
|
2
|
+
import { Linear } from "./linear.mjs";
|
|
3
|
+
import { Bump } from "./bump.mjs";
|
|
4
|
+
import { Pyramid } from "./pyramid.mjs";
|
|
5
|
+
import { StepPyramid } from "./step-pyramid.mjs";
|
|
6
6
|
const curveConstructor = curve => {
|
|
7
7
|
if (curve === 'step') {
|
|
8
8
|
return Step;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type FunnelCurveGenerator, type CurveOptions, type Point } from "./curve.types.
|
|
1
|
+
import { type FunnelCurveGenerator, type CurveOptions, type Point } from "./curve.types.mjs";
|
|
2
2
|
/**
|
|
3
3
|
* This is a custom "linear" curve generator.
|
|
4
4
|
* It draws straight lines for the 4 provided points,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { borderRadiusPolygon } from "./borderRadiusPolygon.
|
|
2
|
-
import { lerpX, lerpY } from "./utils.
|
|
1
|
+
import { borderRadiusPolygon } from "./borderRadiusPolygon.mjs";
|
|
2
|
+
import { lerpX, lerpY } from "./utils.mjs";
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* This is a custom "linear" curve generator.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type FunnelCurveGenerator, type CurveOptions, type Point } from "./curve.types.
|
|
1
|
+
import { type FunnelCurveGenerator, type CurveOptions, type Point } from "./curve.types.mjs";
|
|
2
2
|
/**
|
|
3
3
|
* This is a custom "pyramid" curve generator.
|
|
4
4
|
* It draws straight lines for the 4 provided points. The slopes are calculated
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { borderRadiusPolygon } from "./borderRadiusPolygon.
|
|
2
|
-
import { lerpX, lerpY } from "./utils.
|
|
1
|
+
import { borderRadiusPolygon } from "./borderRadiusPolygon.mjs";
|
|
2
|
+
import { lerpX, lerpY } from "./utils.mjs";
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* This is a custom "pyramid" curve generator.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type FunnelCurveGenerator, type CurveOptions, type Point } from "./curve.types.
|
|
1
|
+
import { type FunnelCurveGenerator, type CurveOptions, type Point } from "./curve.types.mjs";
|
|
2
2
|
/**
|
|
3
3
|
* This is a custom "step-pyramid" curve generator.
|
|
4
4
|
* It creates a step pyramid, which is a step-like shape with static lengths.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { borderRadiusPolygon } from "./borderRadiusPolygon.
|
|
2
|
-
import { lerpX, lerpY } from "./utils.
|
|
1
|
+
import { borderRadiusPolygon } from "./borderRadiusPolygon.mjs";
|
|
2
|
+
import { lerpX, lerpY } from "./utils.mjs";
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* This is a custom "step-pyramid" curve generator.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type FunnelCurveGenerator, type CurveOptions, type Point } from "./curve.types.
|
|
1
|
+
import { type FunnelCurveGenerator, type CurveOptions, type Point } from "./curve.types.mjs";
|
|
2
2
|
/**
|
|
3
3
|
* This is a custom "step" curve generator.
|
|
4
4
|
* It is used to draw "rectangles" from 4 points without having to rework the rendering logic,
|
|
@@ -2,7 +2,7 @@ import { type ChartsLabelMarkProps } from '@mui/x-charts/ChartsLabel';
|
|
|
2
2
|
import { type CommonSeriesType, type CartesianSeriesType, type CommonDefaultizedProps, type SeriesId } from '@mui/x-charts/internals';
|
|
3
3
|
import { type Position } from '@mui/x-charts/models';
|
|
4
4
|
import { type DefaultizedProps, type MakeRequired } from '@mui/x-internals/types';
|
|
5
|
-
import { type FunnelCurveType } from "./curves/index.
|
|
5
|
+
import { type FunnelCurveType } from "./curves/index.mjs";
|
|
6
6
|
export type FunnelItemId = string | number;
|
|
7
7
|
export type FunnelValueType = {
|
|
8
8
|
/**
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { type ChartPlugin } from '@mui/x-charts/internals';
|
|
2
|
-
import { type UseChartFunnelAxisSignature } from "./useChartFunnelAxis.types.
|
|
2
|
+
import { type UseChartFunnelAxisSignature } from "./useChartFunnelAxis.types.mjs";
|
|
3
3
|
export declare const useChartFunnelAxis: ChartPlugin<UseChartFunnelAxisSignature>;
|
|
@@ -4,7 +4,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";
|
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import { warnOnce } from '@mui/x-internals/warning';
|
|
6
6
|
import { getSVGPoint, getCartesianAxisIndex, selectorChartDrawingArea, selectorChartSeriesProcessed, selectorChartsInteractionIsInitialized, defaultizeXAxis, defaultizeYAxis } from '@mui/x-charts/internals';
|
|
7
|
-
import { selectorChartXAxis, selectorChartYAxis } from "./useChartFunnelAxisRendering.selectors.
|
|
7
|
+
import { selectorChartXAxis, selectorChartYAxis } from "./useChartFunnelAxisRendering.selectors.mjs";
|
|
8
8
|
export const useChartFunnelAxis = ({
|
|
9
9
|
params,
|
|
10
10
|
store,
|