@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
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { getSeriesWithDefaultValues } from "./getSeriesWithDefaultValues.
|
|
2
|
-
import { tooltipGetter } from "./tooltipGetter.
|
|
3
|
-
import { calculateSankeyLayout } from "../calculateSankeyLayout.
|
|
4
|
-
import tooltipItemPositionGetter from "./tooltipPosition.
|
|
5
|
-
import keyboardFocusHandler from "./keyboardFocusHandler.
|
|
6
|
-
import identifierSerializer from "./identifierSerializer.
|
|
1
|
+
import { getSeriesWithDefaultValues } from "./getSeriesWithDefaultValues.mjs";
|
|
2
|
+
import { tooltipGetter } from "./tooltipGetter.mjs";
|
|
3
|
+
import { calculateSankeyLayout } from "../calculateSankeyLayout.mjs";
|
|
4
|
+
import tooltipItemPositionGetter from "./tooltipPosition.mjs";
|
|
5
|
+
import keyboardFocusHandler from "./keyboardFocusHandler.mjs";
|
|
6
|
+
import identifierSerializer from "./identifierSerializer.mjs";
|
|
7
7
|
|
|
8
8
|
// Simple passthrough functions for sankey chart
|
|
9
9
|
const seriesProcessor = series => series;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { ChartsOverlayProps } from '@mui/x-charts/ChartsOverlay';
|
|
2
2
|
import type { ChartsWrapperProps } from '@mui/x-charts/ChartsWrapper';
|
|
3
|
-
import type { SankeyChartProps } from "./SankeyChart.
|
|
4
|
-
import type { ChartContainerProProps } from "../ChartContainerPro/index.
|
|
5
|
-
import { type SankeyChartPluginSignatures } from "./SankeyChart.plugins.
|
|
3
|
+
import type { SankeyChartProps } from "./SankeyChart.mjs";
|
|
4
|
+
import type { ChartContainerProProps } from "../ChartContainerPro/index.mjs";
|
|
5
|
+
import { type SankeyChartPluginSignatures } from "./SankeyChart.plugins.mjs";
|
|
6
6
|
/**
|
|
7
7
|
* A helper function that extracts SankeyChartProps from the input props
|
|
8
8
|
* and returns an object with props for the children components of SankeyChart.
|
|
@@ -13,8 +13,8 @@ import { type SankeyChartPluginSignatures } from "./SankeyChart.plugins.js";
|
|
|
13
13
|
export declare const useSankeyChartProps: (props: SankeyChartProps) => {
|
|
14
14
|
chartContainerProps: ChartContainerProProps<"sankey", SankeyChartPluginSignatures>;
|
|
15
15
|
sankeyPlotProps: {
|
|
16
|
-
onNodeClick: ((event: React.MouseEvent<SVGElement, MouseEvent>, node: import("./sankey.types.
|
|
17
|
-
onLinkClick: ((event: React.MouseEvent<SVGElement, MouseEvent>, link: import("./sankey.types.
|
|
16
|
+
onNodeClick: ((event: React.MouseEvent<SVGElement, MouseEvent>, node: import("./sankey.types.mjs").SankeyNodeIdentifierWithData) => void) | undefined;
|
|
17
|
+
onLinkClick: ((event: React.MouseEvent<SVGElement, MouseEvent>, link: import("./sankey.types.mjs").SankeyLinkIdentifierWithData) => void) | undefined;
|
|
18
18
|
};
|
|
19
19
|
overlayProps: ChartsOverlayProps;
|
|
20
20
|
chartsWrapperProps: Omit<ChartsWrapperProps, "children">;
|
|
@@ -3,7 +3,7 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWith
|
|
|
3
3
|
const _excluded = ["series", "width", "height", "margin", "colors", "sx", "children", "slots", "slotProps", "loading", "highlightedItem", "onHighlightChange", "className", "apiRef", "onNodeClick", "onLinkClick"];
|
|
4
4
|
import { DEFAULT_MARGINS } from '@mui/x-charts/constants';
|
|
5
5
|
import { defaultizeMargin } from '@mui/x-charts/internals';
|
|
6
|
-
import { SANKEY_CHART_PLUGINS } from "./SankeyChart.plugins.
|
|
6
|
+
import { SANKEY_CHART_PLUGINS } from "./SankeyChart.plugins.mjs";
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* A helper function that extracts SankeyChartProps from the input props
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { type ScatterChartProps, type ScatterChartSlotProps, type ScatterChartSlots } from '@mui/x-charts/ScatterChart';
|
|
3
3
|
import { type ChartsTooltipProps } from '@mui/x-charts/ChartsTooltip';
|
|
4
|
-
import { type ChartsSlotPropsPro, type ChartsSlotsPro } from "../internals/material/index.
|
|
5
|
-
import { type ChartContainerProProps } from "../ChartContainerPro/ChartContainerPro.
|
|
6
|
-
import { type ScatterChartProPluginSignatures } from "./ScatterChartPro.plugins.
|
|
7
|
-
import { type ChartsToolbarProSlots, type ChartsToolbarProSlotProps } from "../ChartsToolbarPro/Toolbar.types.
|
|
4
|
+
import { type ChartsSlotPropsPro, type ChartsSlotsPro } from "../internals/material/index.mjs";
|
|
5
|
+
import { type ChartContainerProProps } from "../ChartContainerPro/ChartContainerPro.mjs";
|
|
6
|
+
import { type ScatterChartProPluginSignatures } from "./ScatterChartPro.plugins.mjs";
|
|
7
|
+
import { type ChartsToolbarProSlots, type ChartsToolbarProSlotProps } from "../ChartsToolbarPro/Toolbar.types.mjs";
|
|
8
8
|
export interface ScatterChartProSlots extends Omit<ScatterChartSlots, 'toolbar'>, ChartsToolbarProSlots, Partial<ChartsSlotsPro> {}
|
|
9
9
|
export interface ScatterChartProSlotProps extends Omit<ScatterChartSlotProps, 'toolbar' | 'tooltip'>, ChartsToolbarProSlotProps, Partial<ChartsSlotPropsPro> {
|
|
10
10
|
/**
|
|
@@ -17,11 +17,11 @@ import { ChartsTooltip } from '@mui/x-charts/ChartsTooltip';
|
|
|
17
17
|
import { useScatterChartProps } from '@mui/x-charts/internals';
|
|
18
18
|
import { ChartsWrapper } from '@mui/x-charts/ChartsWrapper';
|
|
19
19
|
import { ChartsBrushOverlay } from '@mui/x-charts/ChartsBrushOverlay';
|
|
20
|
-
import { ChartsZoomSlider } from "../ChartsZoomSlider/index.
|
|
21
|
-
import { ChartsToolbarPro } from "../ChartsToolbarPro/index.
|
|
22
|
-
import { useChartContainerProProps } from "../ChartContainerPro/useChartContainerProProps.
|
|
23
|
-
import { ChartDataProviderPro } from "../ChartDataProviderPro/index.
|
|
24
|
-
import { SCATTER_CHART_PRO_PLUGINS } from "./ScatterChartPro.plugins.
|
|
20
|
+
import { ChartsZoomSlider } from "../ChartsZoomSlider/index.mjs";
|
|
21
|
+
import { ChartsToolbarPro } from "../ChartsToolbarPro/index.mjs";
|
|
22
|
+
import { useChartContainerProProps } from "../ChartContainerPro/useChartContainerProProps.mjs";
|
|
23
|
+
import { ChartDataProviderPro } from "../ChartDataProviderPro/index.mjs";
|
|
24
|
+
import { SCATTER_CHART_PRO_PLUGINS } from "./ScatterChartPro.plugins.mjs";
|
|
25
25
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
26
26
|
/**
|
|
27
27
|
* Demos:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type UseChartZAxisSignature, type UseChartCartesianAxisSignature, type UseChartTooltipSignature, type UseChartInteractionSignature, type UseChartHighlightSignature, type UseChartClosestPointSignature, type UseChartKeyboardNavigationSignature, type UseChartBrushSignature, type ConvertSignaturesIntoPlugins, type UseChartVisibilityManagerSignature } from '@mui/x-charts/internals';
|
|
2
|
-
import { type UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.
|
|
3
|
-
import { type UseChartProZoomSignature } from "../internals/plugins/useChartProZoom/index.
|
|
2
|
+
import { type UseChartProExportSignature } from "../internals/plugins/useChartProExport/index.mjs";
|
|
3
|
+
import { type UseChartProZoomSignature } from "../internals/plugins/useChartProZoom/index.mjs";
|
|
4
4
|
export type ScatterChartProPluginSignatures = [UseChartZAxisSignature, UseChartBrushSignature, UseChartTooltipSignature<'scatter'>, UseChartInteractionSignature, UseChartCartesianAxisSignature<'scatter'>, UseChartHighlightSignature, UseChartVisibilityManagerSignature<'scatter'>, UseChartClosestPointSignature, UseChartKeyboardNavigationSignature, UseChartProZoomSignature, UseChartProExportSignature];
|
|
5
5
|
export declare const SCATTER_CHART_PRO_PLUGINS: ConvertSignaturesIntoPlugins<ScatterChartProPluginSignatures>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { useChartZAxis, useChartCartesianAxis, useChartTooltip, useChartInteraction, useChartHighlight, useChartClosestPoint, useChartKeyboardNavigation, useChartBrush, useChartVisibilityManager } from '@mui/x-charts/internals';
|
|
2
|
-
import { useChartProExport } from "../internals/plugins/useChartProExport/index.
|
|
3
|
-
import { useChartProZoom } from "../internals/plugins/useChartProZoom/index.
|
|
2
|
+
import { useChartProExport } from "../internals/plugins/useChartProExport/index.mjs";
|
|
3
|
+
import { useChartProZoom } from "../internals/plugins/useChartProZoom/index.mjs";
|
|
4
4
|
export const SCATTER_CHART_PRO_PLUGINS = [useChartZAxis, useChartBrush, useChartTooltip, useChartInteraction, useChartCartesianAxis, useChartHighlight, useChartVisibilityManager, useChartClosestPoint, useChartKeyboardNavigation, useChartProZoom, useChartProExport];
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { type ChartAnyPluginSignature, type ChartPublicAPI } from '@mui/x-charts/internals';
|
|
2
|
-
import { type HeatmapPluginSignatures } from "../Heatmap/Heatmap.plugins.
|
|
3
|
-
import { type LineChartProPluginSignatures } from "../LineChartPro/LineChartPro.plugins.
|
|
4
|
-
import { type ScatterChartProPluginSignatures } from "../ScatterChartPro/ScatterChartPro.plugins.
|
|
5
|
-
import { type BarChartProPluginSignatures } from "../BarChartPro/BarChartPro.plugins.
|
|
6
|
-
import { type AllPluginSignatures, type DefaultPluginSignatures } from "../internals/plugins/allPlugins.
|
|
7
|
-
import { type FunnelChartPluginSignatures } from "../FunnelChart/FunnelChart.plugins.
|
|
8
|
-
import { type RadarChartProPluginSignatures } from "../RadarChartPro/RadarChartPro.plugins.
|
|
9
|
-
import { type PieChartProPluginSignatures } from "../PieChartPro/PieChartPro.plugins.
|
|
10
|
-
import { type SankeyChartPluginSignatures } from "../SankeyChart/SankeyChart.plugins.
|
|
2
|
+
import { type HeatmapPluginSignatures } from "../Heatmap/Heatmap.plugins.mjs";
|
|
3
|
+
import { type LineChartProPluginSignatures } from "../LineChartPro/LineChartPro.plugins.mjs";
|
|
4
|
+
import { type ScatterChartProPluginSignatures } from "../ScatterChartPro/ScatterChartPro.plugins.mjs";
|
|
5
|
+
import { type BarChartProPluginSignatures } from "../BarChartPro/BarChartPro.plugins.mjs";
|
|
6
|
+
import { type AllPluginSignatures, type DefaultPluginSignatures } from "../internals/plugins/allPlugins.mjs";
|
|
7
|
+
import { type FunnelChartPluginSignatures } from "../FunnelChart/FunnelChart.plugins.mjs";
|
|
8
|
+
import { type RadarChartProPluginSignatures } from "../RadarChartPro/RadarChartPro.plugins.mjs";
|
|
9
|
+
import { type PieChartProPluginSignatures } from "../PieChartPro/PieChartPro.plugins.mjs";
|
|
10
|
+
import { type SankeyChartPluginSignatures } from "../SankeyChart/SankeyChart.plugins.mjs";
|
|
11
11
|
export type ProPluginsPerSeriesType = {
|
|
12
12
|
heatmap: HeatmapPluginSignatures;
|
|
13
13
|
line: LineChartProPluginSignatures;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ChartProApi } from "./ChartProApi.
|
|
1
|
+
import { type ChartProApi } from "./ChartProApi.mjs";
|
|
2
2
|
/**
|
|
3
3
|
* The `useChartProApiContext` hook provides access to the chart API.
|
|
4
4
|
* This is only available when the chart is rendered within a chart or a `ChartDataProviderPro` component.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// This re-export-block is automatically generated, to customize, simply remove the block.
|
|
2
2
|
export * from '@mui/x-charts/hooks';
|
|
3
3
|
// End of re-export-block
|
|
4
|
-
export * from "./useHeatmapSeries.
|
|
5
|
-
export * from "./useFunnelSeries.
|
|
6
|
-
export * from "./zoom/index.
|
|
7
|
-
export * from "./useChartProApiRef.
|
|
4
|
+
export * from "./useHeatmapSeries.mjs";
|
|
5
|
+
export * from "./useFunnelSeries.mjs";
|
|
6
|
+
export * from "./zoom/index.mjs";
|
|
7
|
+
export * from "./useChartProApiRef.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { type ChartAnyPluginSignature } from '@mui/x-charts/internals';
|
|
3
|
-
import { type AllPluginSignatures } from "../internals/plugins/allPlugins.
|
|
4
|
-
import { type ProPluginsPerSeriesType, type ChartProApi } from "../context/ChartProApi.
|
|
3
|
+
import { type AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
|
|
4
|
+
import { type ProPluginsPerSeriesType, type ChartProApi } from "../context/ChartProApi.mjs";
|
|
5
5
|
/**
|
|
6
6
|
* Hook that instantiates a [[ChartProApiRef]].
|
|
7
7
|
* The chart type needs to be given as the generic parameter to narrow down the API to the specific chart type.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ProcessedSeries, type SeriesId, type ChartSeriesDefaultized, type ChartSeriesLayout } from '@mui/x-charts/internals';
|
|
2
|
-
import { type SankeyLayout } from "../SankeyChart/index.
|
|
2
|
+
import { type SankeyLayout } from "../SankeyChart/index.mjs";
|
|
3
3
|
export type UseSankeySeriesReturnValue = ChartSeriesDefaultized<'sankey'>;
|
|
4
4
|
export type UseSankeySeriesContextReturnValue = ProcessedSeries['sankey'];
|
|
5
5
|
export type UseSankeySeriesLayoutReturnValue = ChartSeriesLayout<'sankey'>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useIsZoomInteracting.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useIsZoomInteracting.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
3
|
import { useStore } from '@mui/x-charts/internals';
|
|
4
|
-
import { selectorChartZoomIsInteracting } from "../../internals/plugins/useChartProZoom/index.
|
|
4
|
+
import { selectorChartZoomIsInteracting } from "../../internals/plugins/useChartProZoom/index.mjs";
|
|
5
5
|
/**
|
|
6
6
|
* Get access to the zoom state.
|
|
7
7
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./typeOverloads/modules.
|
|
1
|
+
import "./typeOverloads/modules.mjs";
|
|
2
2
|
export * from '@mui/x-charts/ChartsClipPath';
|
|
3
3
|
export * from '@mui/x-charts/ChartsReferenceLine';
|
|
4
4
|
export * from '@mui/x-charts/ChartsAxis';
|
|
@@ -24,27 +24,27 @@ export * from '@mui/x-charts/ChartsLabel';
|
|
|
24
24
|
export * from '@mui/x-charts/ChartsOverlay';
|
|
25
25
|
export * from '@mui/x-charts/ChartsWrapper';
|
|
26
26
|
export * from '@mui/x-charts/ChartsBrushOverlay';
|
|
27
|
-
export * from "./constants/index.
|
|
28
|
-
export * from "./hooks/index.
|
|
29
|
-
export * from "./context/index.
|
|
30
|
-
export * from "./models/index.
|
|
31
|
-
export * from "./plugins/index.
|
|
32
|
-
export * from "./colorPalettes/index.
|
|
33
|
-
export * from "./Heatmap/index.
|
|
34
|
-
export { ChartsContainerPro } from "./ChartsContainerPro/index.
|
|
35
|
-
export type { ChartsContainerProProps, ChartsContainerProSlots, ChartsContainerProSlotProps } from "./ChartsContainerPro/index.
|
|
36
|
-
export { ChartContainerPro } from "./ChartContainerPro/index.
|
|
37
|
-
export type { ChartContainerProProps, ChartContainerProSlots, ChartContainerProSlotProps } from "./ChartContainerPro/index.
|
|
38
|
-
export * from "./ChartsDataProviderPro/index.
|
|
39
|
-
export * from "./ChartDataProviderPro/index.
|
|
40
|
-
export * from "./ScatterChartPro/index.
|
|
41
|
-
export * from "./SankeyChart/index.
|
|
42
|
-
export * from "./BarChartPro/index.
|
|
43
|
-
export * from "./LineChartPro/index.
|
|
44
|
-
export * from "./PieChartPro/index.
|
|
45
|
-
export * from "./FunnelChart/index.
|
|
46
|
-
export * from "./RadarChartPro/index.
|
|
47
|
-
export * from "./ChartZoomSlider/index.
|
|
48
|
-
export * from "./ChartsZoomSlider/index.
|
|
49
|
-
export * from "./ChartsToolbarPro/index.
|
|
50
|
-
export type { ChartImageExportOptions, ChartPrintExportOptions } from "./internals/plugins/useChartProExport/index.
|
|
27
|
+
export * from "./constants/index.mjs";
|
|
28
|
+
export * from "./hooks/index.mjs";
|
|
29
|
+
export * from "./context/index.mjs";
|
|
30
|
+
export * from "./models/index.mjs";
|
|
31
|
+
export * from "./plugins/index.mjs";
|
|
32
|
+
export * from "./colorPalettes/index.mjs";
|
|
33
|
+
export * from "./Heatmap/index.mjs";
|
|
34
|
+
export { ChartsContainerPro } from "./ChartsContainerPro/index.mjs";
|
|
35
|
+
export type { ChartsContainerProProps, ChartsContainerProSlots, ChartsContainerProSlotProps } from "./ChartsContainerPro/index.mjs";
|
|
36
|
+
export { ChartContainerPro } from "./ChartContainerPro/index.mjs";
|
|
37
|
+
export type { ChartContainerProProps, ChartContainerProSlots, ChartContainerProSlotProps } from "./ChartContainerPro/index.mjs";
|
|
38
|
+
export * from "./ChartsDataProviderPro/index.mjs";
|
|
39
|
+
export * from "./ChartDataProviderPro/index.mjs";
|
|
40
|
+
export * from "./ScatterChartPro/index.mjs";
|
|
41
|
+
export * from "./SankeyChart/index.mjs";
|
|
42
|
+
export * from "./BarChartPro/index.mjs";
|
|
43
|
+
export * from "./LineChartPro/index.mjs";
|
|
44
|
+
export * from "./PieChartPro/index.mjs";
|
|
45
|
+
export * from "./FunnelChart/index.mjs";
|
|
46
|
+
export * from "./RadarChartPro/index.mjs";
|
|
47
|
+
export * from "./ChartZoomSlider/index.mjs";
|
|
48
|
+
export * from "./ChartsZoomSlider/index.mjs";
|
|
49
|
+
export * from "./ChartsToolbarPro/index.mjs";
|
|
50
|
+
export type { ChartImageExportOptions, ChartPrintExportOptions } from "./internals/plugins/useChartProExport/index.mjs";
|
package/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @mui/x-charts-pro v8.
|
|
2
|
+
* @mui/x-charts-pro v8.29.0
|
|
3
3
|
*
|
|
4
4
|
* @license SEE LICENSE IN LICENSE
|
|
5
5
|
* This source code is licensed under the SEE LICENSE IN LICENSE license found in the
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*/
|
|
8
|
-
import "./typeOverloads/modules.
|
|
8
|
+
import "./typeOverloads/modules.mjs";
|
|
9
9
|
|
|
10
10
|
// exports from MIT package
|
|
11
11
|
export * from '@mui/x-charts/ChartsClipPath';
|
|
@@ -35,28 +35,28 @@ export * from '@mui/x-charts/ChartsWrapper';
|
|
|
35
35
|
export * from '@mui/x-charts/ChartsBrushOverlay';
|
|
36
36
|
|
|
37
37
|
// Pro utilities
|
|
38
|
-
export * from "./constants/index.
|
|
39
|
-
export * from "./hooks/index.
|
|
40
|
-
export * from "./context/index.
|
|
41
|
-
export * from "./models/index.
|
|
42
|
-
export * from "./plugins/index.
|
|
38
|
+
export * from "./constants/index.mjs";
|
|
39
|
+
export * from "./hooks/index.mjs";
|
|
40
|
+
export * from "./context/index.mjs";
|
|
41
|
+
export * from "./models/index.mjs";
|
|
42
|
+
export * from "./plugins/index.mjs";
|
|
43
43
|
// Locales should be imported from `@mui/x-charts-pro/locales`
|
|
44
44
|
// export * from './locales';
|
|
45
|
-
export * from "./colorPalettes/index.
|
|
45
|
+
export * from "./colorPalettes/index.mjs";
|
|
46
46
|
|
|
47
47
|
// Pro components
|
|
48
|
-
export * from "./Heatmap/index.
|
|
49
|
-
export { ChartsContainerPro } from "./ChartsContainerPro/index.
|
|
50
|
-
export { ChartContainerPro } from "./ChartContainerPro/index.
|
|
51
|
-
export * from "./ChartsDataProviderPro/index.
|
|
52
|
-
export * from "./ChartDataProviderPro/index.
|
|
53
|
-
export * from "./ScatterChartPro/index.
|
|
54
|
-
export * from "./SankeyChart/index.
|
|
55
|
-
export * from "./BarChartPro/index.
|
|
56
|
-
export * from "./LineChartPro/index.
|
|
57
|
-
export * from "./PieChartPro/index.
|
|
58
|
-
export * from "./FunnelChart/index.
|
|
59
|
-
export * from "./RadarChartPro/index.
|
|
60
|
-
export * from "./ChartZoomSlider/index.
|
|
61
|
-
export * from "./ChartsZoomSlider/index.
|
|
62
|
-
export * from "./ChartsToolbarPro/index.
|
|
48
|
+
export * from "./Heatmap/index.mjs";
|
|
49
|
+
export { ChartsContainerPro } from "./ChartsContainerPro/index.mjs";
|
|
50
|
+
export { ChartContainerPro } from "./ChartContainerPro/index.mjs";
|
|
51
|
+
export * from "./ChartsDataProviderPro/index.mjs";
|
|
52
|
+
export * from "./ChartDataProviderPro/index.mjs";
|
|
53
|
+
export * from "./ScatterChartPro/index.mjs";
|
|
54
|
+
export * from "./SankeyChart/index.mjs";
|
|
55
|
+
export * from "./BarChartPro/index.mjs";
|
|
56
|
+
export * from "./LineChartPro/index.mjs";
|
|
57
|
+
export * from "./PieChartPro/index.mjs";
|
|
58
|
+
export * from "./FunnelChart/index.mjs";
|
|
59
|
+
export * from "./RadarChartPro/index.mjs";
|
|
60
|
+
export * from "./ChartZoomSlider/index.mjs";
|
|
61
|
+
export * from "./ChartsZoomSlider/index.mjs";
|
|
62
|
+
export * from "./ChartsToolbarPro/index.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { useChartsContainerProProps } from "../ChartsContainerPro/useChartsContainerProProps.
|
|
2
|
-
export type { UseChartsContainerProPropsReturnValue } from "../ChartsContainerPro/useChartsContainerProProps.
|
|
3
|
-
export { useChartContainerProProps } from "../ChartContainerPro/useChartContainerProProps.
|
|
4
|
-
export type { ChartsSlotsPro, ChartsSlotPropsPro } from "./material/index.
|
|
5
|
-
export { seriesPreviewPlotMap } from "../ChartsZoomSlider/internals/seriesPreviewPlotMap.
|
|
6
|
-
export type { PreviewPlotProps } from "../ChartsZoomSlider/internals/previews/PreviewPlot.types.
|
|
7
|
-
export { defaultSeriesConfigPro } from "../ChartsDataProviderPro/ChartsDataProviderPro.
|
|
8
|
-
export type { ProPluginsPerSeriesType } from "../context/ChartProApi.
|
|
9
|
-
export { defaultSlotsMaterial } from "./material/index.
|
|
1
|
+
export { useChartsContainerProProps } from "../ChartsContainerPro/useChartsContainerProProps.mjs";
|
|
2
|
+
export type { UseChartsContainerProPropsReturnValue } from "../ChartsContainerPro/useChartsContainerProProps.mjs";
|
|
3
|
+
export { useChartContainerProProps } from "../ChartContainerPro/useChartContainerProProps.mjs";
|
|
4
|
+
export type { ChartsSlotsPro, ChartsSlotPropsPro } from "./material/index.mjs";
|
|
5
|
+
export { seriesPreviewPlotMap } from "../ChartsZoomSlider/internals/seriesPreviewPlotMap.mjs";
|
|
6
|
+
export type { PreviewPlotProps } from "../ChartsZoomSlider/internals/previews/PreviewPlot.types.mjs";
|
|
7
|
+
export { defaultSeriesConfigPro } from "../ChartsDataProviderPro/ChartsDataProviderPro.mjs";
|
|
8
|
+
export type { ProPluginsPerSeriesType } from "../context/ChartProApi.mjs";
|
|
9
|
+
export { defaultSlotsMaterial } from "./material/index.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { useChartsContainerProProps } from "../ChartsContainerPro/useChartsContainerProProps.
|
|
2
|
-
export { useChartContainerProProps } from "../ChartContainerPro/useChartContainerProProps.
|
|
3
|
-
export { seriesPreviewPlotMap } from "../ChartsZoomSlider/internals/seriesPreviewPlotMap.
|
|
4
|
-
export { defaultSeriesConfigPro } from "../ChartsDataProviderPro/ChartsDataProviderPro.
|
|
5
|
-
export { defaultSlotsMaterial } from "./material/index.
|
|
1
|
+
export { useChartsContainerProProps } from "../ChartsContainerPro/useChartsContainerProProps.mjs";
|
|
2
|
+
export { useChartContainerProProps } from "../ChartContainerPro/useChartContainerProProps.mjs";
|
|
3
|
+
export { seriesPreviewPlotMap } from "../ChartsZoomSlider/internals/seriesPreviewPlotMap.mjs";
|
|
4
|
+
export { defaultSeriesConfigPro } from "../ChartsDataProviderPro/ChartsDataProviderPro.mjs";
|
|
5
|
+
export { defaultSlotsMaterial } from "./material/index.mjs";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { type ChartBaseMenuItemProps } from "../../slots/chartBaseSlotProps.
|
|
1
|
+
import { type ChartBaseMenuItemProps } from "../../slots/chartBaseSlotProps.mjs";
|
|
2
2
|
export declare function BaseMenuItem(props: ChartBaseMenuItemProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { type ChartBasePopperProps } from "../../slots/chartBaseSlotProps.
|
|
1
|
+
import { type ChartBasePopperProps } from "../../slots/chartBaseSlotProps.mjs";
|
|
2
2
|
export declare function BasePopper(props: ChartBasePopperProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type * as React from 'react';
|
|
2
|
-
import { type ChartsBaseSlotsPro } from "../slots/chartsBaseSlots.
|
|
3
|
-
import { type ChartsIconSlotsPro } from "../slots/chartsIconSlots.
|
|
2
|
+
import { type ChartsBaseSlotsPro } from "../slots/chartsBaseSlots.mjs";
|
|
3
|
+
import { type ChartsIconSlotsPro } from "../slots/chartsIconSlots.mjs";
|
|
4
4
|
export type ChartsSlotsPro = ChartsBaseSlotsPro & ChartsIconSlotsPro;
|
|
5
5
|
export type ChartsSlotPropsPro = { [key in keyof ChartsSlotsPro]: React.ComponentProps<ChartsSlotsPro[key]> };
|
|
6
6
|
export declare const defaultSlotsMaterial: ChartsSlotsPro;
|
|
@@ -3,9 +3,9 @@ import Tooltip from '@mui/material/Tooltip';
|
|
|
3
3
|
import MenuList from '@mui/material/MenuList';
|
|
4
4
|
import Divider from '@mui/material/Divider';
|
|
5
5
|
import { defaultSlotsMaterial as communityDefaultSlotsMaterial } from '@mui/x-charts/internals';
|
|
6
|
-
import { BaseMenuItem } from "./components/BaseMenuItem.
|
|
7
|
-
import { BasePopper } from "./components/BasePopper.
|
|
8
|
-
import { ChartsExportIcon, ChartsZoomInIcon, ChartsZoomOutIcon } from "./icons.
|
|
6
|
+
import { BaseMenuItem } from "./components/BaseMenuItem.mjs";
|
|
7
|
+
import { BasePopper } from "./components/BasePopper.mjs";
|
|
8
|
+
import { ChartsExportIcon, ChartsZoomInIcon, ChartsZoomOutIcon } from "./icons.mjs";
|
|
9
9
|
const baseSlots = {
|
|
10
10
|
baseTooltip: Tooltip,
|
|
11
11
|
basePopper: BasePopper,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type ChartSeriesType, type ConvertSignaturesIntoPlugins, type UseChartCartesianAxisSignature, type UseChartTooltipSignature, type UseChartInteractionSignature, type UseChartZAxisSignature, type UseChartHighlightSignature, type UseChartPolarAxisSignature, type UseChartBrushSignature, type UseChartVisibilityManagerSignature } from '@mui/x-charts/internals';
|
|
2
|
-
import { type UseChartProExportSignature } from "./useChartProExport/index.
|
|
3
|
-
import { type UseChartProZoomSignature } from "./useChartProZoom/index.
|
|
2
|
+
import { type UseChartProExportSignature } from "./useChartProExport/index.mjs";
|
|
3
|
+
import { type UseChartProZoomSignature } from "./useChartProZoom/index.mjs";
|
|
4
4
|
export type AllPluginSignatures<TSeries extends ChartSeriesType = ChartSeriesType> = [UseChartZAxisSignature, UseChartBrushSignature, UseChartTooltipSignature<TSeries>, UseChartInteractionSignature, UseChartCartesianAxisSignature<TSeries>, UseChartPolarAxisSignature<TSeries>, UseChartHighlightSignature, UseChartVisibilityManagerSignature<TSeries>, UseChartProZoomSignature, UseChartProExportSignature, UseChartVisibilityManagerSignature<TSeries>];
|
|
5
5
|
export type AllPluginsType<TSeries extends ChartSeriesType = ChartSeriesType> = ConvertSignaturesIntoPlugins<AllPluginSignatures<TSeries>>;
|
|
6
6
|
export declare const ALL_PLUGINS: (import("@mui/x-charts/internals").ChartPlugin<UseChartProZoomSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartBrushSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartTooltipSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartCartesianAxisSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartPolarAxisSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartVisibilityManagerSignature<any>>)[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// This file should be removed after creating all plugins in favor of a file per chart type.
|
|
2
2
|
|
|
3
3
|
import { useChartCartesianAxis, useChartTooltip, useChartInteraction, useChartZAxis, useChartHighlight, useChartPolarAxis, useChartBrush, useChartVisibilityManager } from '@mui/x-charts/internals';
|
|
4
|
-
import { useChartProExport } from "./useChartProExport/index.
|
|
5
|
-
import { useChartProZoom } from "./useChartProZoom/index.
|
|
4
|
+
import { useChartProExport } from "./useChartProExport/index.mjs";
|
|
5
|
+
import { useChartProZoom } from "./useChartProZoom/index.mjs";
|
|
6
6
|
export const ALL_PLUGINS = [useChartZAxis, useChartBrush, useChartTooltip, useChartInteraction, useChartCartesianAxis, useChartPolarAxis, useChartHighlight, useChartVisibilityManager, useChartProZoom, useChartProExport, useChartVisibilityManager];
|
|
7
7
|
export const DEFAULT_PLUGINS = [useChartZAxis, useChartBrush, useChartTooltip, useChartInteraction, useChartCartesianAxis, useChartHighlight, useChartVisibilityManager, useChartProZoom, useChartProExport, useChartVisibilityManager];
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { type ChartImageExportOptions } from "./useChartProExport.types.
|
|
1
|
+
import { type ChartImageExportOptions } from "./useChartProExport.types.mjs";
|
|
2
2
|
export declare const getDrawDocument: () => Promise<typeof import("rasterizehtml").drawDocument>;
|
|
3
3
|
export declare function exportImage(element: HTMLElement | SVGElement, svg: SVGElement, params?: ChartImageExportOptions): Promise<void>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import ownerDocument from '@mui/utils/ownerDocument';
|
|
2
2
|
import { loadStyleSheets } from '@mui/x-internals/export';
|
|
3
|
-
import { applyStyles, createExportIframe } from "./common.
|
|
4
|
-
import { defaultOnBeforeExport } from "./defaults.
|
|
3
|
+
import { applyStyles, createExportIframe } from "./common.mjs";
|
|
4
|
+
import { defaultOnBeforeExport } from "./defaults.mjs";
|
|
5
5
|
export const getDrawDocument = async () => {
|
|
6
6
|
try {
|
|
7
7
|
const module = await import('rasterizehtml');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import ownerDocument from '@mui/utils/ownerDocument';
|
|
2
2
|
import { loadStyleSheets } from '@mui/x-internals/export';
|
|
3
|
-
import { createExportIframe } from "./common.
|
|
4
|
-
import { defaultOnBeforeExport } from "./defaults.
|
|
3
|
+
import { createExportIframe } from "./common.mjs";
|
|
4
|
+
import { defaultOnBeforeExport } from "./defaults.mjs";
|
|
5
5
|
export function printChart(element, {
|
|
6
6
|
fileName,
|
|
7
7
|
onBeforeExport = defaultOnBeforeExport,
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { type ChartPlugin } from '@mui/x-charts/internals';
|
|
2
|
-
import { type UseChartProExportSignature } from "./useChartProExport.types.
|
|
2
|
+
import { type UseChartProExportSignature } from "./useChartProExport.types.mjs";
|
|
3
3
|
export declare const useChartProExport: ChartPlugin<UseChartProExportSignature>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
-
import { printChart } from "./print.
|
|
3
|
-
import { exportImage } from "./exportImage.
|
|
2
|
+
import { printChart } from "./print.mjs";
|
|
3
|
+
import { exportImage } from "./exportImage.mjs";
|
|
4
4
|
function waitForAnimationFrame() {
|
|
5
5
|
let resolve;
|
|
6
6
|
const promise = new Promise(res => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare const selectorZoomInteractionConfig: (args_0: import("@mui/x-charts/internals/plugins/corePlugins/useChartId/useChartId.types").UseChartIdState & import("@mui/x-charts/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types").UseChartExperimentalFeaturesState & import("@mui/x-charts/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("@mui/x-charts/internals/plugins/corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("@mui/x-charts/internals").ChartsSeriesConfig> & import("@mui/x-charts/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & import("@mui/x-charts/internals").UseChartInteractionListenerState & import("./useChartProZoom.types.
|
|
1
|
+
export declare const selectorZoomInteractionConfig: (args_0: import("@mui/x-charts/internals/plugins/corePlugins/useChartId/useChartId.types").UseChartIdState & import("@mui/x-charts/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types").UseChartExperimentalFeaturesState & import("@mui/x-charts/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("@mui/x-charts/internals/plugins/corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("@mui/x-charts/internals").ChartsSeriesConfig> & import("@mui/x-charts/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & import("@mui/x-charts/internals").UseChartInteractionListenerState & import("./useChartProZoom.types.mjs").UseChartProZoomState & Partial<{}> & {
|
|
2
2
|
cacheKey: import("@mui/x-charts/internals").ChartStateCacheKey;
|
|
3
|
-
}, interactionName: "wheel" | "pinch" | "tapAndDrag" | "doubleTapReset" | "brush") => (Omit<import("./ZoomInteractionConfig.types.
|
|
3
|
+
}, interactionName: "wheel" | "pinch" | "tapAndDrag" | "doubleTapReset" | "brush") => (Omit<import("./ZoomInteractionConfig.types.mjs").ZoomInteraction, "pointerMode"> & {
|
|
4
4
|
mouse: {
|
|
5
5
|
requiredKeys?: import("@mui/x-internal-gestures/core").KeyboardKey[];
|
|
6
6
|
};
|
|
@@ -10,9 +10,9 @@ export declare const selectorZoomInteractionConfig: (args_0: import("@mui/x-char
|
|
|
10
10
|
pointerMode?: import("@mui/x-internal-gestures/core").PointerMode[];
|
|
11
11
|
allowedDirection?: "x" | "y" | "xy";
|
|
12
12
|
}) | null;
|
|
13
|
-
export declare const selectorPanInteractionConfig: (args_0: import("@mui/x-charts/internals/plugins/corePlugins/useChartId/useChartId.types").UseChartIdState & import("@mui/x-charts/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types").UseChartExperimentalFeaturesState & import("@mui/x-charts/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("@mui/x-charts/internals/plugins/corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("@mui/x-charts/internals").ChartsSeriesConfig> & import("@mui/x-charts/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & import("@mui/x-charts/internals").UseChartInteractionListenerState & import("./useChartProZoom.types.
|
|
13
|
+
export declare const selectorPanInteractionConfig: (args_0: import("@mui/x-charts/internals/plugins/corePlugins/useChartId/useChartId.types").UseChartIdState & import("@mui/x-charts/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types").UseChartExperimentalFeaturesState & import("@mui/x-charts/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types").UseChartDimensionsState & import("@mui/x-charts/internals/plugins/corePlugins/useChartSeries/useChartSeries.types").UseChartSeriesState<keyof import("@mui/x-charts/internals").ChartsSeriesConfig> & import("@mui/x-charts/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types").UseChartAnimationState & import("@mui/x-charts/internals").UseChartInteractionListenerState & import("./useChartProZoom.types.mjs").UseChartProZoomState & Partial<{}> & {
|
|
14
14
|
cacheKey: import("@mui/x-charts/internals").ChartStateCacheKey;
|
|
15
|
-
}, interactionName: "wheel" | "drag" | "pressAndDrag") => (Omit<import("./ZoomInteractionConfig.types.
|
|
15
|
+
}, interactionName: "wheel" | "drag" | "pressAndDrag") => (Omit<import("./ZoomInteractionConfig.types.mjs").PanInteraction, "pointerMode"> & {
|
|
16
16
|
mouse: {
|
|
17
17
|
requiredKeys?: import("@mui/x-internal-gestures/core").KeyboardKey[];
|
|
18
18
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createSelector } from '@mui/x-internals/store';
|
|
2
2
|
import { selectorChartZoomOptionsLookup } from '@mui/x-charts/internals';
|
|
3
|
-
import { selectorChartZoomState } from "./useChartProZoom.selectors.
|
|
3
|
+
import { selectorChartZoomState } from "./useChartProZoom.selectors.mjs";
|
|
4
4
|
export const selectorZoomInteractionConfig = createSelector(selectorChartZoomState, (zoomState, interactionName) => zoomState.zoomInteractionConfig.zoom[interactionName] ?? null);
|
|
5
5
|
export const selectorPanInteractionConfig = createSelector(selectorChartZoomState, (zoomState, interactionName) => zoomState.zoomInteractionConfig.pan[interactionName] ?? null);
|
|
6
6
|
export const selectorIsZoomBrushEnabled = createSelector(selectorChartZoomOptionsLookup, state => selectorZoomInteractionConfig(state, 'brush'), (zoomOptions, zoomInteractionConfig) => Object.keys(zoomOptions).length > 0 && zoomInteractionConfig || false);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { type ChartPlugin, type ZoomData } from '@mui/x-charts/internals';
|
|
3
|
-
import { type UseChartProZoomSignature } from "../useChartProZoom.types.
|
|
3
|
+
import { type UseChartProZoomSignature } from "../useChartProZoom.types.mjs";
|
|
4
4
|
export declare const usePanOnDrag: ({
|
|
5
5
|
store,
|
|
6
6
|
instance,
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { selectorChartDrawingArea, selectorChartZoomOptionsLookup } from '@mui/x-charts/internals';
|
|
5
5
|
import { rafThrottle } from '@mui/x-internals/rafThrottle';
|
|
6
|
-
import { translateZoom } from "./useZoom.utils.
|
|
7
|
-
import { selectorPanInteractionConfig } from "../ZoomInteractionConfig.selectors.
|
|
6
|
+
import { translateZoom } from "./useZoom.utils.mjs";
|
|
7
|
+
import { selectorPanInteractionConfig } from "../ZoomInteractionConfig.selectors.mjs";
|
|
8
8
|
export const usePanOnDrag = ({
|
|
9
9
|
store,
|
|
10
10
|
instance,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { type ChartPlugin, type ZoomData } from '@mui/x-charts/internals';
|
|
3
|
-
import { type UseChartProZoomSignature } from "../useChartProZoom.types.
|
|
3
|
+
import { type UseChartProZoomSignature } from "../useChartProZoom.types.mjs";
|
|
4
4
|
export declare const usePanOnPressAndDrag: ({
|
|
5
5
|
store,
|
|
6
6
|
instance,
|