@mui/x-charts-pro 9.0.0-alpha.2 → 9.0.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BarChartPro/BarChartPro.d.mts +2 -2
- package/BarChartPro/BarChartPro.d.ts +2 -2
- package/BarChartPro/BarChartPro.js +43 -10
- package/BarChartPro/BarChartPro.mjs +43 -10
- package/CHANGELOG.md +246 -1
- package/ChartsContainerPro/ChartsContainerPro.d.mts +2 -2
- package/ChartsContainerPro/ChartsContainerPro.d.ts +2 -2
- package/ChartsContainerPro/ChartsContainerPro.js +2 -2
- package/ChartsContainerPro/ChartsContainerPro.mjs +2 -2
- package/ChartsContainerPro/useChartsContainerProProps.d.mts +4 -4
- package/ChartsContainerPro/useChartsContainerProProps.d.ts +4 -4
- package/ChartsContainerPro/useChartsContainerProProps.js +3 -3
- package/ChartsContainerPro/useChartsContainerProProps.mjs +3 -3
- package/ChartsDataProviderPro/ChartsDataProviderPro.d.mts +2 -2
- package/ChartsDataProviderPro/ChartsDataProviderPro.d.ts +2 -2
- package/ChartsDataProviderPro/ChartsDataProviderPro.js +8 -11
- package/ChartsDataProviderPro/ChartsDataProviderPro.mjs +8 -11
- package/ChartsDataProviderPro/useChartsDataProviderProProps.d.mts +1 -1
- package/ChartsDataProviderPro/useChartsDataProviderProProps.d.ts +1 -1
- package/ChartsToolbarPro/ChartsToolbarPro.js +1 -1
- package/ChartsToolbarPro/ChartsToolbarPro.mjs +2 -2
- package/ChartsToolbarPro/ChartsToolbarZoomInTrigger.js +1 -1
- package/ChartsToolbarPro/ChartsToolbarZoomInTrigger.mjs +2 -2
- package/ChartsToolbarPro/ChartsToolbarZoomOutTrigger.js +1 -1
- package/ChartsToolbarPro/ChartsToolbarZoomOutTrigger.mjs +2 -2
- package/ChartsToolbarPro/index.d.mts +2 -1
- package/ChartsToolbarPro/index.d.ts +2 -1
- package/ChartsToolbarPro/index.mjs +2 -1
- package/ChartsZoomSlider/internals/ChartsAxisZoomSliderActiveTrack.js +1 -1
- package/ChartsZoomSlider/internals/ChartsAxisZoomSliderActiveTrack.mjs +2 -2
- package/ChartsZoomSlider/internals/ChartsAxisZoomSliderTrack.js +1 -1
- package/ChartsZoomSlider/internals/ChartsAxisZoomSliderTrack.mjs +2 -2
- package/FunnelChart/FunnelChart.d.mts +2 -2
- package/FunnelChart/FunnelChart.d.ts +2 -2
- package/FunnelChart/FunnelChart.js +23 -8
- package/FunnelChart/FunnelChart.mjs +23 -8
- package/FunnelChart/FunnelPlot.js +8 -3
- package/FunnelChart/FunnelPlot.mjs +8 -3
- package/FunnelChart/FunnelSection.d.mts +3 -3
- package/FunnelChart/FunnelSection.d.ts +3 -3
- package/FunnelChart/FunnelSection.js +8 -9
- package/FunnelChart/FunnelSection.mjs +8 -9
- package/FunnelChart/FunnelSectionLabel.d.mts +9 -3
- package/FunnelChart/FunnelSectionLabel.d.ts +9 -3
- package/FunnelChart/FunnelSectionLabel.js +15 -6
- package/FunnelChart/FunnelSectionLabel.mjs +15 -6
- package/FunnelChart/funnelAxisPlugin/computeAxisValue.d.mts +3 -3
- package/FunnelChart/funnelAxisPlugin/computeAxisValue.d.ts +3 -3
- package/FunnelChart/funnelClasses.d.mts +29 -0
- package/FunnelChart/funnelClasses.d.ts +29 -0
- package/FunnelChart/funnelClasses.js +29 -0
- package/FunnelChart/funnelClasses.mjs +19 -0
- package/FunnelChart/index.d.mts +2 -2
- package/FunnelChart/index.d.ts +2 -2
- package/FunnelChart/index.js +4 -4
- package/FunnelChart/index.mjs +1 -1
- package/FunnelChart/seriesConfig/legend.js +0 -2
- package/FunnelChart/seriesConfig/legend.mjs +0 -2
- package/FunnelChart/useFunnelChartProps.d.mts +2 -2
- package/FunnelChart/useFunnelChartProps.d.ts +2 -2
- package/FunnelChart/useFunnelChartProps.js +2 -2
- package/FunnelChart/useFunnelChartProps.mjs +2 -2
- package/Heatmap/Heatmap.d.mts +2 -11
- package/Heatmap/Heatmap.d.ts +2 -11
- package/Heatmap/Heatmap.js +25 -19
- package/Heatmap/Heatmap.mjs +25 -19
- package/Heatmap/HeatmapCell.d.mts +33 -0
- package/Heatmap/HeatmapCell.d.ts +33 -0
- package/Heatmap/HeatmapCell.js +62 -0
- package/Heatmap/HeatmapCell.mjs +55 -0
- package/Heatmap/HeatmapItem.d.mts +1 -9
- package/Heatmap/HeatmapItem.d.ts +1 -9
- package/Heatmap/HeatmapItem.js +5 -23
- package/Heatmap/HeatmapItem.mjs +5 -23
- package/Heatmap/HeatmapSVGPlot.js +14 -7
- package/Heatmap/HeatmapSVGPlot.mjs +15 -8
- package/Heatmap/HeatmapTooltip/HeatmapTooltip.classes.js +2 -2
- package/Heatmap/HeatmapTooltip/HeatmapTooltip.classes.mjs +1 -1
- package/Heatmap/HeatmapTooltip/HeatmapTooltipContent.js +16 -13
- package/Heatmap/HeatmapTooltip/HeatmapTooltipContent.mjs +16 -13
- package/Heatmap/heatmapClasses.d.mts +6 -1
- package/Heatmap/heatmapClasses.d.ts +6 -1
- package/Heatmap/heatmapClasses.js +18 -3
- package/Heatmap/heatmapClasses.mjs +16 -2
- package/Heatmap/index.d.mts +4 -2
- package/Heatmap/index.d.ts +4 -2
- package/Heatmap/index.js +17 -13
- package/Heatmap/index.mjs +2 -1
- package/Heatmap/seriesConfig/getColor.js +5 -3
- package/Heatmap/seriesConfig/getColor.mjs +5 -3
- package/Heatmap/seriesConfig/getItemAtPosition.d.mts +2 -2
- package/Heatmap/seriesConfig/getItemAtPosition.d.ts +2 -2
- package/Heatmap/seriesConfig/getItemAtPosition.js +3 -11
- package/Heatmap/seriesConfig/getItemAtPosition.mjs +3 -11
- package/Heatmap/seriesConfig/identifierCleaner.d.mts +3 -0
- package/Heatmap/seriesConfig/identifierCleaner.d.ts +3 -0
- package/Heatmap/seriesConfig/identifierCleaner.js +15 -0
- package/Heatmap/seriesConfig/identifierCleaner.mjs +9 -0
- package/Heatmap/seriesConfig/identifierSerializer.d.mts +3 -0
- package/Heatmap/seriesConfig/identifierSerializer.d.ts +3 -0
- package/Heatmap/seriesConfig/identifierSerializer.js +11 -0
- package/Heatmap/seriesConfig/identifierSerializer.mjs +5 -0
- package/Heatmap/seriesConfig/index.js +4 -2
- package/Heatmap/seriesConfig/index.mjs +5 -3
- package/Heatmap/seriesConfig/keyboardFocusHandler.js +6 -19
- package/Heatmap/seriesConfig/keyboardFocusHandler.mjs +6 -19
- package/Heatmap/seriesConfig/seriesProcessor.js +8 -3
- package/Heatmap/seriesConfig/seriesProcessor.mjs +8 -3
- package/Heatmap/seriesConfig/tooltip.js +7 -6
- package/Heatmap/seriesConfig/tooltip.mjs +7 -6
- package/Heatmap/seriesConfig/tooltipPosition.js +3 -4
- package/Heatmap/seriesConfig/tooltipPosition.mjs +3 -4
- package/Heatmap/shouldRegisterPointerInteractionsGlobally.js +1 -1
- package/Heatmap/shouldRegisterPointerInteractionsGlobally.mjs +1 -1
- package/Heatmap/useHeatmapProps.d.mts +2 -2
- package/Heatmap/useHeatmapProps.d.ts +2 -2
- package/Heatmap/useHeatmapProps.js +4 -6
- package/Heatmap/useHeatmapProps.mjs +4 -6
- package/LineChartPro/LineChartPro.d.mts +2 -2
- package/LineChartPro/LineChartPro.d.ts +2 -2
- package/LineChartPro/LineChartPro.js +40 -13
- package/LineChartPro/LineChartPro.mjs +40 -13
- package/PieChartPro/PieChartPro.d.mts +2 -2
- package/PieChartPro/PieChartPro.d.ts +2 -2
- package/PieChartPro/PieChartPro.js +22 -7
- package/PieChartPro/PieChartPro.mjs +22 -7
- package/RadarChartPro/RadarChartPro.d.mts +1 -1
- package/RadarChartPro/RadarChartPro.d.ts +1 -1
- package/RadarChartPro/RadarChartPro.js +20 -2
- package/RadarChartPro/RadarChartPro.mjs +20 -2
- package/SankeyChart/SankeyChart.d.mts +2 -2
- package/SankeyChart/SankeyChart.d.ts +2 -2
- package/SankeyChart/SankeyChart.js +21 -12
- package/SankeyChart/SankeyChart.mjs +21 -12
- package/SankeyChart/SankeyDataProvider.d.mts +2 -2
- package/SankeyChart/SankeyDataProvider.d.ts +2 -2
- package/SankeyChart/SankeyDataProvider.js +2 -2
- package/SankeyChart/SankeyDataProvider.mjs +2 -2
- package/SankeyChart/SankeyLinkElement.js +7 -3
- package/SankeyChart/SankeyLinkElement.mjs +8 -4
- package/SankeyChart/SankeyLinkLabel.js +3 -0
- package/SankeyChart/SankeyLinkLabel.mjs +3 -0
- package/SankeyChart/SankeyLinkLabelPlot.d.mts +2 -2
- package/SankeyChart/SankeyLinkLabelPlot.d.ts +2 -2
- package/SankeyChart/SankeyLinkLabelPlot.js +1 -1
- package/SankeyChart/SankeyLinkLabelPlot.mjs +1 -1
- package/SankeyChart/SankeyLinkPlot.d.mts +2 -2
- package/SankeyChart/SankeyLinkPlot.d.ts +2 -2
- package/SankeyChart/SankeyLinkPlot.js +1 -1
- package/SankeyChart/SankeyLinkPlot.mjs +1 -1
- package/SankeyChart/SankeyNodeElement.d.mts +1 -1
- package/SankeyChart/SankeyNodeElement.d.ts +1 -1
- package/SankeyChart/SankeyNodeElement.js +20 -18
- package/SankeyChart/SankeyNodeElement.mjs +21 -19
- package/SankeyChart/SankeyNodeLabel.js +3 -0
- package/SankeyChart/SankeyNodeLabel.mjs +3 -0
- package/SankeyChart/SankeyNodeLabelPlot.d.mts +2 -2
- package/SankeyChart/SankeyNodeLabelPlot.d.ts +2 -2
- package/SankeyChart/SankeyNodeLabelPlot.js +1 -1
- package/SankeyChart/SankeyNodeLabelPlot.mjs +1 -1
- package/SankeyChart/SankeyNodePlot.d.mts +2 -2
- package/SankeyChart/SankeyNodePlot.d.ts +2 -2
- package/SankeyChart/SankeyNodePlot.js +1 -1
- package/SankeyChart/SankeyNodePlot.mjs +1 -1
- package/SankeyChart/SankeyPlot.d.mts +2 -2
- package/SankeyChart/SankeyPlot.d.ts +2 -2
- package/SankeyChart/SankeyPlot.js +3 -3
- package/SankeyChart/SankeyPlot.mjs +3 -3
- package/SankeyChart/SankeyTooltip/SankeyTooltip.classes.js +2 -2
- package/SankeyChart/SankeyTooltip/SankeyTooltip.classes.mjs +1 -1
- package/SankeyChart/index.d.mts +2 -1
- package/SankeyChart/index.d.ts +2 -1
- package/SankeyChart/index.js +3 -3
- package/SankeyChart/index.mjs +1 -1
- package/SankeyChart/sankeyClasses.d.mts +15 -6
- package/SankeyChart/sankeyClasses.d.ts +15 -6
- package/SankeyChart/sankeyClasses.js +12 -8
- package/SankeyChart/sankeyClasses.mjs +10 -6
- package/SankeyChart/sankeyHighlightHooks.d.mts +2 -2
- package/SankeyChart/sankeyHighlightHooks.d.ts +2 -2
- package/SankeyChart/sankeyHighlightHooks.js +2 -10
- package/SankeyChart/sankeyHighlightHooks.mjs +3 -11
- package/SankeyChart/useSankeyChartProps.d.mts +2 -2
- package/SankeyChart/useSankeyChartProps.d.ts +2 -2
- package/SankeyChart/useSankeyChartProps.js +2 -2
- package/SankeyChart/useSankeyChartProps.mjs +2 -2
- package/ScatterChartPro/ScatterChartPro.d.mts +2 -2
- package/ScatterChartPro/ScatterChartPro.d.ts +2 -2
- package/ScatterChartPro/ScatterChartPro.js +62 -17
- package/ScatterChartPro/ScatterChartPro.mjs +62 -17
- package/context/useChartProApiContext.d.mts +1 -1
- package/context/useChartProApiContext.d.ts +1 -1
- package/context/useChartProApiContext.js +1 -1
- package/context/useChartProApiContext.mjs +1 -1
- package/index.d.mts +0 -4
- package/index.d.ts +0 -4
- package/index.js +2 -34
- package/index.mjs +1 -4
- package/internals/ChartsWatermark.d.mts +2 -2
- package/internals/ChartsWatermark.d.ts +2 -2
- package/internals/ChartsWatermark.js +5 -8
- package/internals/ChartsWatermark.mjs +3 -6
- package/internals/index.d.mts +0 -1
- package/internals/index.d.ts +0 -1
- package/internals/index.js +0 -8
- package/internals/index.mjs +0 -1
- package/internals/plugins/allPlugins.d.mts +4 -4
- package/internals/plugins/allPlugins.d.ts +4 -4
- package/internals/plugins/useChartProExport/common.js +4 -8
- package/internals/plugins/useChartProExport/common.mjs +4 -8
- package/internals/plugins/useChartProExport/exportImage.js +1 -1
- package/internals/plugins/useChartProExport/exportImage.mjs +1 -1
- package/internals/plugins/useChartProZoom/ZoomInteractionConfig.types.d.mts +1 -1
- package/internals/plugins/useChartProZoom/ZoomInteractionConfig.types.d.ts +1 -1
- package/internals/plugins/useChartProZoom/gestureHooks/useZoomOnBrush.js +16 -1
- package/internals/plugins/useChartProZoom/gestureHooks/useZoomOnBrush.mjs +16 -1
- package/models/seriesType/heatmap.d.mts +36 -9
- package/models/seriesType/heatmap.d.ts +36 -9
- package/models/seriesType/heatmap.js +28 -1
- package/models/seriesType/heatmap.mjs +25 -1
- package/package.json +5 -61
- package/plugins/selectors/useChartHeatmapPosition.selectors.d.mts +2 -2
- package/plugins/selectors/useChartHeatmapPosition.selectors.d.ts +2 -2
- package/plugins/selectors/useChartHeatmapPosition.selectors.js +4 -4
- package/plugins/selectors/useChartHeatmapPosition.selectors.mjs +4 -4
- package/themeAugmentation/components.d.mts +19 -1
- package/themeAugmentation/components.d.ts +19 -1
- package/themeAugmentation/overrides.d.mts +5 -2
- package/themeAugmentation/overrides.d.ts +5 -2
- package/themeAugmentation/props.d.mts +8 -0
- package/themeAugmentation/props.d.ts +8 -0
- package/typeOverloads/modules.d.mts +2 -2
- package/typeOverloads/modules.d.ts +2 -2
- package/ChartContainer/index.d.mts +0 -1
- package/ChartContainer/index.d.ts +0 -1
- package/ChartContainer/index.js +0 -16
- package/ChartContainer/index.mjs +0 -2
- package/ChartContainerPro/ChartContainerPro.d.mts +0 -21
- package/ChartContainerPro/ChartContainerPro.d.ts +0 -21
- package/ChartContainerPro/ChartContainerPro.js +0 -24
- package/ChartContainerPro/ChartContainerPro.mjs +0 -20
- package/ChartContainerPro/index.d.mts +0 -9
- package/ChartContainerPro/index.d.ts +0 -9
- package/ChartContainerPro/index.js +0 -17
- package/ChartContainerPro/index.mjs +0 -6
- package/ChartContainerPro/useChartContainerProProps.d.mts +0 -12
- package/ChartContainerPro/useChartContainerProProps.d.ts +0 -12
- package/ChartContainerPro/useChartContainerProProps.js +0 -19
- package/ChartContainerPro/useChartContainerProProps.mjs +0 -14
- package/ChartDataProvider/index.d.mts +0 -1
- package/ChartDataProvider/index.d.ts +0 -1
- package/ChartDataProvider/index.js +0 -16
- package/ChartDataProvider/index.mjs +0 -2
- package/ChartDataProviderPro/ChartDataProviderPro.d.mts +0 -20
- package/ChartDataProviderPro/ChartDataProviderPro.d.ts +0 -20
- package/ChartDataProviderPro/ChartDataProviderPro.js +0 -30
- package/ChartDataProviderPro/ChartDataProviderPro.mjs +0 -21
- package/ChartDataProviderPro/index.d.mts +0 -2
- package/ChartDataProviderPro/index.d.ts +0 -2
- package/ChartDataProviderPro/index.js +0 -13
- package/ChartDataProviderPro/index.mjs +0 -2
- package/ChartDataProviderPro/useChartDataProviderProProps.d.mts +0 -10
- package/ChartDataProviderPro/useChartDataProviderProProps.d.ts +0 -10
- package/ChartDataProviderPro/useChartDataProviderProProps.js +0 -12
- package/ChartDataProviderPro/useChartDataProviderProProps.mjs +0 -8
- package/FunnelChart/funnelSectionClasses.d.mts +0 -30
- package/FunnelChart/funnelSectionClasses.d.ts +0 -30
- package/FunnelChart/funnelSectionClasses.js +0 -44
- package/FunnelChart/funnelSectionClasses.mjs +0 -35
- package/Heatmap/internals/HeatmapCell.d.mts +0 -21
- package/Heatmap/internals/HeatmapCell.d.ts +0 -21
- package/Heatmap/internals/HeatmapCell.js +0 -18
- package/Heatmap/internals/HeatmapCell.mjs +0 -12
- package/tests/constants.js +0 -7
- package/tests/constants.mjs +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-charts-pro",
|
|
3
|
-
"version": "9.0.0-alpha.
|
|
3
|
+
"version": "9.0.0-alpha.4",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "The Pro plan edition of the MUI X Charts components.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"@mui/utils": "^7.3.7",
|
|
32
32
|
"clsx": "^2.1.1",
|
|
33
33
|
"prop-types": "^15.8.1",
|
|
34
|
-
"@mui/x-charts": "9.0.0-alpha.
|
|
34
|
+
"@mui/x-charts": "9.0.0-alpha.4",
|
|
35
35
|
"@mui/x-charts-vendor": "9.0.0-alpha.2",
|
|
36
|
-
"@mui/x-
|
|
37
|
-
"@mui/x-internals": "9.0.0-alpha.
|
|
38
|
-
"@mui/x-
|
|
36
|
+
"@mui/x-license": "9.0.0-alpha.4",
|
|
37
|
+
"@mui/x-internals": "9.0.0-alpha.4",
|
|
38
|
+
"@mui/x-internal-gestures": "0.4.1-alpha.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@emotion/react": "^11.9.0",
|
|
@@ -104,62 +104,6 @@
|
|
|
104
104
|
"default": "./BarChartPro/index.mjs"
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
|
-
"./ChartContainer": {
|
|
108
|
-
"import": {
|
|
109
|
-
"types": "./ChartContainer/index.d.mts",
|
|
110
|
-
"default": "./ChartContainer/index.mjs"
|
|
111
|
-
},
|
|
112
|
-
"require": {
|
|
113
|
-
"types": "./ChartContainer/index.d.ts",
|
|
114
|
-
"default": "./ChartContainer/index.js"
|
|
115
|
-
},
|
|
116
|
-
"default": {
|
|
117
|
-
"types": "./ChartContainer/index.d.mts",
|
|
118
|
-
"default": "./ChartContainer/index.mjs"
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
|
-
"./ChartContainerPro": {
|
|
122
|
-
"import": {
|
|
123
|
-
"types": "./ChartContainerPro/index.d.mts",
|
|
124
|
-
"default": "./ChartContainerPro/index.mjs"
|
|
125
|
-
},
|
|
126
|
-
"require": {
|
|
127
|
-
"types": "./ChartContainerPro/index.d.ts",
|
|
128
|
-
"default": "./ChartContainerPro/index.js"
|
|
129
|
-
},
|
|
130
|
-
"default": {
|
|
131
|
-
"types": "./ChartContainerPro/index.d.mts",
|
|
132
|
-
"default": "./ChartContainerPro/index.mjs"
|
|
133
|
-
}
|
|
134
|
-
},
|
|
135
|
-
"./ChartDataProvider": {
|
|
136
|
-
"import": {
|
|
137
|
-
"types": "./ChartDataProvider/index.d.mts",
|
|
138
|
-
"default": "./ChartDataProvider/index.mjs"
|
|
139
|
-
},
|
|
140
|
-
"require": {
|
|
141
|
-
"types": "./ChartDataProvider/index.d.ts",
|
|
142
|
-
"default": "./ChartDataProvider/index.js"
|
|
143
|
-
},
|
|
144
|
-
"default": {
|
|
145
|
-
"types": "./ChartDataProvider/index.d.mts",
|
|
146
|
-
"default": "./ChartDataProvider/index.mjs"
|
|
147
|
-
}
|
|
148
|
-
},
|
|
149
|
-
"./ChartDataProviderPro": {
|
|
150
|
-
"import": {
|
|
151
|
-
"types": "./ChartDataProviderPro/index.d.mts",
|
|
152
|
-
"default": "./ChartDataProviderPro/index.mjs"
|
|
153
|
-
},
|
|
154
|
-
"require": {
|
|
155
|
-
"types": "./ChartDataProviderPro/index.d.ts",
|
|
156
|
-
"default": "./ChartDataProviderPro/index.js"
|
|
157
|
-
},
|
|
158
|
-
"default": {
|
|
159
|
-
"types": "./ChartDataProviderPro/index.d.mts",
|
|
160
|
-
"default": "./ChartDataProviderPro/index.mjs"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
107
|
"./ChartZoomSlider": {
|
|
164
108
|
"import": {
|
|
165
109
|
"types": "./ChartZoomSlider/index.d.mts",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type HeatmapItemIdentifierWithData } from "../../models/index.mjs";
|
|
2
2
|
export declare const selectorHeatmapItemAtPosition: (args_0: import("@mui/x-charts/internals/plugins/corePlugins/useChartId/useChartId.types").UseChartIdState & import("@mui/x-charts/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.types").UseChartSeriesConfigState<keyof import("@mui/x-charts/internals").ChartsSeriesConfig> & 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 & Partial<{}> & {
|
|
3
3
|
cacheKey: import("@mui/x-charts/internals").ChartStateCacheKey;
|
|
4
|
-
}, svgPoint: Pick<DOMPoint, "x" | "y">) =>
|
|
4
|
+
}, svgPoint: Pick<DOMPoint, "x" | "y">) => HeatmapItemIdentifierWithData | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type HeatmapItemIdentifierWithData } from "../../models/index.js";
|
|
2
2
|
export declare const selectorHeatmapItemAtPosition: (args_0: import("@mui/x-charts/internals/plugins/corePlugins/useChartId/useChartId.types").UseChartIdState & import("@mui/x-charts/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.types").UseChartSeriesConfigState<keyof import("@mui/x-charts/internals").ChartsSeriesConfig> & 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 & Partial<{}> & {
|
|
3
3
|
cacheKey: import("@mui/x-charts/internals").ChartStateCacheKey;
|
|
4
|
-
}, svgPoint: Pick<DOMPoint, "x" | "y">) =>
|
|
4
|
+
}, svgPoint: Pick<DOMPoint, "x" | "y">) => HeatmapItemIdentifierWithData | undefined;
|
|
@@ -32,14 +32,14 @@ const selectorHeatmapItemAtPosition = exports.selectorHeatmapItemAtPosition = (0
|
|
|
32
32
|
}
|
|
33
33
|
const xIndex = (0, _internals.getDataIndexForOrdinalScaleValue)(xScale, svgPoint.x);
|
|
34
34
|
const yIndex = (0, _internals.getDataIndexForOrdinalScaleValue)(yScale, svgPoint.y);
|
|
35
|
-
const
|
|
36
|
-
if (
|
|
35
|
+
const value = aSeries.heatmapData.getValue(xIndex, yIndex);
|
|
36
|
+
if (value !== null) {
|
|
37
37
|
return {
|
|
38
38
|
type: 'heatmap',
|
|
39
39
|
seriesId,
|
|
40
|
-
dataIndex,
|
|
41
40
|
xIndex,
|
|
42
|
-
yIndex
|
|
41
|
+
yIndex,
|
|
42
|
+
value
|
|
43
43
|
};
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -26,14 +26,14 @@ export const selectorHeatmapItemAtPosition = createSelector(selectorChartXAxis,
|
|
|
26
26
|
}
|
|
27
27
|
const xIndex = getDataIndexForOrdinalScaleValue(xScale, svgPoint.x);
|
|
28
28
|
const yIndex = getDataIndexForOrdinalScaleValue(yScale, svgPoint.y);
|
|
29
|
-
const
|
|
30
|
-
if (
|
|
29
|
+
const value = aSeries.heatmapData.getValue(xIndex, yIndex);
|
|
30
|
+
if (value !== null) {
|
|
31
31
|
return {
|
|
32
32
|
type: 'heatmap',
|
|
33
33
|
seriesId,
|
|
34
|
-
dataIndex,
|
|
35
34
|
xIndex,
|
|
36
|
-
yIndex
|
|
35
|
+
yIndex,
|
|
36
|
+
value
|
|
37
37
|
};
|
|
38
38
|
}
|
|
39
39
|
}
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
import { type ComponentsProps, type ComponentsOverrides } from '@mui/material/styles';
|
|
2
2
|
export interface ChartsProComponents<Theme = unknown> {
|
|
3
|
+
MuiFunnelChart?: {
|
|
4
|
+
defaultProps?: ComponentsProps['MuiFunnelChart'];
|
|
5
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiFunnelChart'];
|
|
6
|
+
};
|
|
7
|
+
MuiFunnelSection?: {
|
|
8
|
+
defaultProps?: ComponentsProps['MuiFunnelSection'];
|
|
9
|
+
};
|
|
10
|
+
MuiFunnelSectionLabel?: {
|
|
11
|
+
defaultProps?: ComponentsProps['MuiFunnelSection'];
|
|
12
|
+
};
|
|
3
13
|
MuiBarChartPro?: {
|
|
4
14
|
defaultProps?: ComponentsProps['MuiBarChartPro'];
|
|
5
15
|
};
|
|
@@ -8,11 +18,19 @@ export interface ChartsProComponents<Theme = unknown> {
|
|
|
8
18
|
};
|
|
9
19
|
MuiHeatmap?: {
|
|
10
20
|
defaultProps?: ComponentsProps['MuiHeatmap'];
|
|
11
|
-
|
|
21
|
+
};
|
|
22
|
+
MuiHeatmapPlot?: {
|
|
23
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiHeatmapPlot'];
|
|
12
24
|
};
|
|
13
25
|
MuiScatterChartPro?: {
|
|
14
26
|
defaultProps?: ComponentsProps['MuiScatterChartPro'];
|
|
15
27
|
};
|
|
28
|
+
MuiSankeyChart?: {
|
|
29
|
+
defaultProps?: ComponentsProps['MuiSankeyChart'];
|
|
30
|
+
};
|
|
31
|
+
MuiSankeyPlot?: {
|
|
32
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiSankeyPlot'];
|
|
33
|
+
};
|
|
16
34
|
}
|
|
17
35
|
declare module '@mui/material/styles' {
|
|
18
36
|
interface Components<Theme = unknown> extends ChartsProComponents<Theme> {}
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
import { type ComponentsProps, type ComponentsOverrides } from '@mui/material/styles';
|
|
2
2
|
export interface ChartsProComponents<Theme = unknown> {
|
|
3
|
+
MuiFunnelChart?: {
|
|
4
|
+
defaultProps?: ComponentsProps['MuiFunnelChart'];
|
|
5
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiFunnelChart'];
|
|
6
|
+
};
|
|
7
|
+
MuiFunnelSection?: {
|
|
8
|
+
defaultProps?: ComponentsProps['MuiFunnelSection'];
|
|
9
|
+
};
|
|
10
|
+
MuiFunnelSectionLabel?: {
|
|
11
|
+
defaultProps?: ComponentsProps['MuiFunnelSection'];
|
|
12
|
+
};
|
|
3
13
|
MuiBarChartPro?: {
|
|
4
14
|
defaultProps?: ComponentsProps['MuiBarChartPro'];
|
|
5
15
|
};
|
|
@@ -8,11 +18,19 @@ export interface ChartsProComponents<Theme = unknown> {
|
|
|
8
18
|
};
|
|
9
19
|
MuiHeatmap?: {
|
|
10
20
|
defaultProps?: ComponentsProps['MuiHeatmap'];
|
|
11
|
-
|
|
21
|
+
};
|
|
22
|
+
MuiHeatmapPlot?: {
|
|
23
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiHeatmapPlot'];
|
|
12
24
|
};
|
|
13
25
|
MuiScatterChartPro?: {
|
|
14
26
|
defaultProps?: ComponentsProps['MuiScatterChartPro'];
|
|
15
27
|
};
|
|
28
|
+
MuiSankeyChart?: {
|
|
29
|
+
defaultProps?: ComponentsProps['MuiSankeyChart'];
|
|
30
|
+
};
|
|
31
|
+
MuiSankeyPlot?: {
|
|
32
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiSankeyPlot'];
|
|
33
|
+
};
|
|
16
34
|
}
|
|
17
35
|
declare module '@mui/material/styles' {
|
|
18
36
|
interface Components<Theme = unknown> extends ChartsProComponents<Theme> {}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type FunnelClasses } from "../FunnelChart/index.mjs";
|
|
2
|
+
type ExtractSafe<T, U extends T> = T extends U ? T : never;
|
|
2
3
|
export interface ChartsProComponentNameToClassKey {
|
|
3
|
-
|
|
4
|
+
MuiFunnelChart: ExtractSafe<keyof FunnelClasses, 'section' | 'sectionLabel'>;
|
|
5
|
+
MuiHeatmapPlot: 'root';
|
|
6
|
+
MuiSankeyPlot: 'root';
|
|
4
7
|
}
|
|
5
8
|
declare module '@mui/material/styles' {
|
|
6
9
|
interface ComponentNameToClassKey extends ChartsProComponentNameToClassKey {}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type FunnelClasses } from "../FunnelChart/index.js";
|
|
2
|
+
type ExtractSafe<T, U extends T> = T extends U ? T : never;
|
|
2
3
|
export interface ChartsProComponentNameToClassKey {
|
|
3
|
-
|
|
4
|
+
MuiFunnelChart: ExtractSafe<keyof FunnelClasses, 'section' | 'sectionLabel'>;
|
|
5
|
+
MuiHeatmapPlot: 'root';
|
|
6
|
+
MuiSankeyPlot: 'root';
|
|
4
7
|
}
|
|
5
8
|
declare module '@mui/material/styles' {
|
|
6
9
|
interface ComponentNameToClassKey extends ChartsProComponentNameToClassKey {}
|
|
@@ -2,11 +2,19 @@ import { type ScatterChartProProps } from "../ScatterChartPro/index.mjs";
|
|
|
2
2
|
import { type BarChartProProps } from "../BarChartPro/index.mjs";
|
|
3
3
|
import { type HeatmapProps } from "../Heatmap/Heatmap.mjs";
|
|
4
4
|
import { type LineChartProProps } from "../LineChartPro/index.mjs";
|
|
5
|
+
import { type FunnelChartProps } from "../FunnelChart/index.mjs";
|
|
6
|
+
import { type FunnelSectionProps } from "../FunnelChart/FunnelSection.mjs";
|
|
7
|
+
import { type FunnelSectionLabelProps } from "../FunnelChart/FunnelSectionLabel.mjs";
|
|
8
|
+
import { type SankeyChartProps } from "../SankeyChart/SankeyChart.mjs";
|
|
5
9
|
export interface ChartsProComponentsPropsList {
|
|
6
10
|
MuiBarChartPro: BarChartProProps;
|
|
7
11
|
MuiLineChartPro: LineChartProProps;
|
|
8
12
|
MuiHeatmap: HeatmapProps;
|
|
9
13
|
MuiScatterChartPro: ScatterChartProProps;
|
|
14
|
+
MuiFunnelChart: FunnelChartProps;
|
|
15
|
+
MuiFunnelSection: FunnelSectionProps;
|
|
16
|
+
MuiFunnelSectionLabel: FunnelSectionLabelProps;
|
|
17
|
+
MuiSankeyChart: SankeyChartProps;
|
|
10
18
|
}
|
|
11
19
|
declare module '@mui/material/styles' {
|
|
12
20
|
interface ComponentsPropsList extends ChartsProComponentsPropsList {}
|
|
@@ -2,11 +2,19 @@ import { type ScatterChartProProps } from "../ScatterChartPro/index.js";
|
|
|
2
2
|
import { type BarChartProProps } from "../BarChartPro/index.js";
|
|
3
3
|
import { type HeatmapProps } from "../Heatmap/Heatmap.js";
|
|
4
4
|
import { type LineChartProProps } from "../LineChartPro/index.js";
|
|
5
|
+
import { type FunnelChartProps } from "../FunnelChart/index.js";
|
|
6
|
+
import { type FunnelSectionProps } from "../FunnelChart/FunnelSection.js";
|
|
7
|
+
import { type FunnelSectionLabelProps } from "../FunnelChart/FunnelSectionLabel.js";
|
|
8
|
+
import { type SankeyChartProps } from "../SankeyChart/SankeyChart.js";
|
|
5
9
|
export interface ChartsProComponentsPropsList {
|
|
6
10
|
MuiBarChartPro: BarChartProProps;
|
|
7
11
|
MuiLineChartPro: LineChartProProps;
|
|
8
12
|
MuiHeatmap: HeatmapProps;
|
|
9
13
|
MuiScatterChartPro: ScatterChartProProps;
|
|
14
|
+
MuiFunnelChart: FunnelChartProps;
|
|
15
|
+
MuiFunnelSection: FunnelSectionProps;
|
|
16
|
+
MuiFunnelSectionLabel: FunnelSectionLabelProps;
|
|
17
|
+
MuiSankeyChart: SankeyChartProps;
|
|
10
18
|
}
|
|
11
19
|
declare module '@mui/material/styles' {
|
|
12
20
|
interface ComponentsPropsList extends ChartsProComponentsPropsList {}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { DefaultizedProps, MakeRequired } from '@mui/x-internals/types';
|
|
2
2
|
import type { AxisId, CommonHighlightScope, SeriesId, ZoomOptions } from '@mui/x-charts/internals';
|
|
3
3
|
import type { DefaultizedFunnelSeriesType, FunnelItemIdentifier, FunnelSeriesType, FunnelValueType } from "../FunnelChart/funnel.types.mjs";
|
|
4
|
-
import type { HeatmapItemIdentifier, HeatmapSeriesType, DefaultizedHeatmapSeriesType, HeatmapValueType } from "../models/seriesType/heatmap.mjs";
|
|
4
|
+
import type { HeatmapItemIdentifier, HeatmapItemIdentifierWithData, HeatmapSeriesType, DefaultizedHeatmapSeriesType, HeatmapValueType } from "../models/seriesType/heatmap.mjs";
|
|
5
5
|
import type { SankeyLayout, SankeySeriesType, DefaultizedSankeySeriesType, SankeyItemIdentifier, SankeyItemIdentifierWithData } from "../SankeyChart/sankey.types.mjs";
|
|
6
6
|
import type { SankeyHighlightScope } from "../SankeyChart/sankey.highlight.types.mjs";
|
|
7
7
|
declare module '@mui/x-charts/internals' {
|
|
@@ -12,7 +12,7 @@ declare module '@mui/x-charts/internals' {
|
|
|
12
12
|
seriesLayout: {};
|
|
13
13
|
seriesProp: HeatmapSeriesType;
|
|
14
14
|
itemIdentifier: HeatmapItemIdentifier;
|
|
15
|
-
itemIdentifierWithData:
|
|
15
|
+
itemIdentifierWithData: HeatmapItemIdentifierWithData;
|
|
16
16
|
valueType: HeatmapValueType;
|
|
17
17
|
axisType: 'cartesian';
|
|
18
18
|
highlightScope: CommonHighlightScope;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { DefaultizedProps, MakeRequired } from '@mui/x-internals/types';
|
|
2
2
|
import type { AxisId, CommonHighlightScope, SeriesId, ZoomOptions } from '@mui/x-charts/internals';
|
|
3
3
|
import type { DefaultizedFunnelSeriesType, FunnelItemIdentifier, FunnelSeriesType, FunnelValueType } from "../FunnelChart/funnel.types.js";
|
|
4
|
-
import type { HeatmapItemIdentifier, HeatmapSeriesType, DefaultizedHeatmapSeriesType, HeatmapValueType } from "../models/seriesType/heatmap.js";
|
|
4
|
+
import type { HeatmapItemIdentifier, HeatmapItemIdentifierWithData, HeatmapSeriesType, DefaultizedHeatmapSeriesType, HeatmapValueType } from "../models/seriesType/heatmap.js";
|
|
5
5
|
import type { SankeyLayout, SankeySeriesType, DefaultizedSankeySeriesType, SankeyItemIdentifier, SankeyItemIdentifierWithData } from "../SankeyChart/sankey.types.js";
|
|
6
6
|
import type { SankeyHighlightScope } from "../SankeyChart/sankey.highlight.types.js";
|
|
7
7
|
declare module '@mui/x-charts/internals' {
|
|
@@ -12,7 +12,7 @@ declare module '@mui/x-charts/internals' {
|
|
|
12
12
|
seriesLayout: {};
|
|
13
13
|
seriesProp: HeatmapSeriesType;
|
|
14
14
|
itemIdentifier: HeatmapItemIdentifier;
|
|
15
|
-
itemIdentifierWithData:
|
|
15
|
+
itemIdentifierWithData: HeatmapItemIdentifierWithData;
|
|
16
16
|
valueType: HeatmapValueType;
|
|
17
17
|
axisType: 'cartesian';
|
|
18
18
|
highlightScope: CommonHighlightScope;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@mui/x-charts/ChartContainer';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@mui/x-charts/ChartContainer';
|
package/ChartContainer/index.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
var _ChartContainer = require("@mui/x-charts/ChartContainer");
|
|
7
|
-
Object.keys(_ChartContainer).forEach(function (key) {
|
|
8
|
-
if (key === "default" || key === "__esModule") return;
|
|
9
|
-
if (key in exports && exports[key] === _ChartContainer[key]) return;
|
|
10
|
-
Object.defineProperty(exports, key, {
|
|
11
|
-
enumerable: true,
|
|
12
|
-
get: function () {
|
|
13
|
-
return _ChartContainer[key];
|
|
14
|
-
}
|
|
15
|
-
});
|
|
16
|
-
});
|
package/ChartContainer/index.mjs
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { type ChartAnyPluginSignature, type ChartSeriesType } from '@mui/x-charts/internals';
|
|
2
|
-
import { type AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
|
|
3
|
-
import { type ChartsContainerProProps, type ChartsContainerProSlotProps, type ChartsContainerProSlots } from "../ChartsContainerPro/index.mjs";
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated Use `ChartsContainerProSlots` instead. We added S to the charts prefix to align with other components.
|
|
6
|
-
*/
|
|
7
|
-
export type ChartContainerProSlots = ChartsContainerProSlots;
|
|
8
|
-
/**
|
|
9
|
-
* @deprecated Use `ChartsContainerProSlotProps` instead. We added S to the charts prefix to align with other components.
|
|
10
|
-
*/
|
|
11
|
-
export type ChartContainerProSlotProps = ChartsContainerProSlotProps;
|
|
12
|
-
/**
|
|
13
|
-
* @deprecated Use `ChartsContainerProProps` instead. We added S to the charts prefix to align with other components.
|
|
14
|
-
*/
|
|
15
|
-
export type ChartContainerProProps<TSeries extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<TSeries>> = ChartsContainerProProps<TSeries, TSignatures>;
|
|
16
|
-
/**
|
|
17
|
-
* @deprecated Use `ChartsContainerPro` instead. We added S to the charts prefix to align with other components.
|
|
18
|
-
*/
|
|
19
|
-
export declare const ChartContainerPro: <TSeries extends ChartSeriesType = keyof import("@mui/x-charts/internals").ChartsSeriesConfig, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<TSeries>>(props: ChartsContainerProProps<TSeries, TSignatures> & {
|
|
20
|
-
ref?: React.ForwardedRef<SVGSVGElement>;
|
|
21
|
-
}) => React.JSX.Element;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { type ChartAnyPluginSignature, type ChartSeriesType } from '@mui/x-charts/internals';
|
|
2
|
-
import { type AllPluginSignatures } from "../internals/plugins/allPlugins.js";
|
|
3
|
-
import { type ChartsContainerProProps, type ChartsContainerProSlotProps, type ChartsContainerProSlots } from "../ChartsContainerPro/index.js";
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated Use `ChartsContainerProSlots` instead. We added S to the charts prefix to align with other components.
|
|
6
|
-
*/
|
|
7
|
-
export type ChartContainerProSlots = ChartsContainerProSlots;
|
|
8
|
-
/**
|
|
9
|
-
* @deprecated Use `ChartsContainerProSlotProps` instead. We added S to the charts prefix to align with other components.
|
|
10
|
-
*/
|
|
11
|
-
export type ChartContainerProSlotProps = ChartsContainerProSlotProps;
|
|
12
|
-
/**
|
|
13
|
-
* @deprecated Use `ChartsContainerProProps` instead. We added S to the charts prefix to align with other components.
|
|
14
|
-
*/
|
|
15
|
-
export type ChartContainerProProps<TSeries extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<TSeries>> = ChartsContainerProProps<TSeries, TSignatures>;
|
|
16
|
-
/**
|
|
17
|
-
* @deprecated Use `ChartsContainerPro` instead. We added S to the charts prefix to align with other components.
|
|
18
|
-
*/
|
|
19
|
-
export declare const ChartContainerPro: <TSeries extends ChartSeriesType = keyof import("@mui/x-charts/internals").ChartsSeriesConfig, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<TSeries>>(props: ChartsContainerProProps<TSeries, TSignatures> & {
|
|
20
|
-
ref?: React.ForwardedRef<SVGSVGElement>;
|
|
21
|
-
}) => React.JSX.Element;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
'use client';
|
|
3
|
-
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.ChartContainerPro = void 0;
|
|
8
|
-
var _ChartsContainerPro = require("../ChartsContainerPro");
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated Use `ChartsContainerProSlots` instead. We added S to the charts prefix to align with other components.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* @deprecated Use `ChartsContainerProSlotProps` instead. We added S to the charts prefix to align with other components.
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* @deprecated Use `ChartsContainerProProps` instead. We added S to the charts prefix to align with other components.
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* @deprecated Use `ChartsContainerPro` instead. We added S to the charts prefix to align with other components.
|
|
23
|
-
*/
|
|
24
|
-
const ChartContainerPro = exports.ChartContainerPro = _ChartsContainerPro.ChartsContainerPro;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
import { ChartsContainerPro } from "../ChartsContainerPro/index.mjs";
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated Use `ChartsContainerProSlots` instead. We added S to the charts prefix to align with other components.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated Use `ChartsContainerProSlotProps` instead. We added S to the charts prefix to align with other components.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* @deprecated Use `ChartsContainerProProps` instead. We added S to the charts prefix to align with other components.
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* @deprecated Use `ChartsContainerPro` instead. We added S to the charts prefix to align with other components.
|
|
19
|
-
*/
|
|
20
|
-
export const ChartContainerPro = ChartsContainerPro;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import "../typeOverloads/index.mjs";
|
|
2
|
-
import type { ChartAnyPluginSignature } from '@mui/x-charts/internals';
|
|
3
|
-
import type { ChartProApi as ChartProApiOriginal, ProPluginsPerSeriesType } from "../context/ChartProApi.mjs";
|
|
4
|
-
import type { AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
|
|
5
|
-
export * from "./ChartContainerPro.mjs";
|
|
6
|
-
/**
|
|
7
|
-
* @deprecated Use `ChartProApi` from `@mui/x-charts/context` instead.
|
|
8
|
-
*/
|
|
9
|
-
export type ChartProApi<ChartType extends keyof ProPluginsPerSeriesType | undefined = undefined, Signatures extends readonly ChartAnyPluginSignature[] = (ChartType extends keyof ProPluginsPerSeriesType ? ProPluginsPerSeriesType[ChartType] : AllPluginSignatures)> = ChartProApiOriginal<ChartType, Signatures>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import "../typeOverloads/index.js";
|
|
2
|
-
import type { ChartAnyPluginSignature } from '@mui/x-charts/internals';
|
|
3
|
-
import type { ChartProApi as ChartProApiOriginal, ProPluginsPerSeriesType } from "../context/ChartProApi.js";
|
|
4
|
-
import type { AllPluginSignatures } from "../internals/plugins/allPlugins.js";
|
|
5
|
-
export * from "./ChartContainerPro.js";
|
|
6
|
-
/**
|
|
7
|
-
* @deprecated Use `ChartProApi` from `@mui/x-charts/context` instead.
|
|
8
|
-
*/
|
|
9
|
-
export type ChartProApi<ChartType extends keyof ProPluginsPerSeriesType | undefined = undefined, Signatures extends readonly ChartAnyPluginSignature[] = (ChartType extends keyof ProPluginsPerSeriesType ? ProPluginsPerSeriesType[ChartType] : AllPluginSignatures)> = ChartProApiOriginal<ChartType, Signatures>;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
require("../typeOverloads");
|
|
7
|
-
var _ChartContainerPro = require("./ChartContainerPro");
|
|
8
|
-
Object.keys(_ChartContainerPro).forEach(function (key) {
|
|
9
|
-
if (key === "default" || key === "__esModule") return;
|
|
10
|
-
if (key in exports && exports[key] === _ChartContainerPro[key]) return;
|
|
11
|
-
Object.defineProperty(exports, key, {
|
|
12
|
-
enumerable: true,
|
|
13
|
-
get: function () {
|
|
14
|
-
return _ChartContainerPro[key];
|
|
15
|
-
}
|
|
16
|
-
});
|
|
17
|
-
});
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { type ChartAnyPluginSignature, type ChartSeriesType } from '@mui/x-charts/internals';
|
|
2
|
-
import { type UseChartsContainerProPropsReturnValue } from "../ChartsContainerPro/useChartsContainerProProps.mjs";
|
|
3
|
-
import type { ChartContainerProProps } from "./ChartContainerPro.mjs";
|
|
4
|
-
import { type AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated Use `UseChartsContainerProPropsReturnValue` instead.
|
|
7
|
-
*/
|
|
8
|
-
export type UseChartContainerProPropsReturnValue<TSeries extends ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[]> = UseChartsContainerProPropsReturnValue<TSeries, TSignatures>;
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated Use `useChartsContainerProProps` instead.
|
|
11
|
-
*/
|
|
12
|
-
export declare const useChartContainerProProps: <TSeries extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<TSeries>>(props: ChartContainerProProps<TSeries, TSignatures>) => UseChartContainerProPropsReturnValue<TSeries, TSignatures>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { type ChartAnyPluginSignature, type ChartSeriesType } from '@mui/x-charts/internals';
|
|
2
|
-
import { type UseChartsContainerProPropsReturnValue } from "../ChartsContainerPro/useChartsContainerProProps.js";
|
|
3
|
-
import type { ChartContainerProProps } from "./ChartContainerPro.js";
|
|
4
|
-
import { type AllPluginSignatures } from "../internals/plugins/allPlugins.js";
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated Use `UseChartsContainerProPropsReturnValue` instead.
|
|
7
|
-
*/
|
|
8
|
-
export type UseChartContainerProPropsReturnValue<TSeries extends ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[]> = UseChartsContainerProPropsReturnValue<TSeries, TSignatures>;
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated Use `useChartsContainerProProps` instead.
|
|
11
|
-
*/
|
|
12
|
-
export declare const useChartContainerProProps: <TSeries extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<TSeries>>(props: ChartContainerProProps<TSeries, TSignatures>) => UseChartContainerProPropsReturnValue<TSeries, TSignatures>;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
'use client';
|
|
3
|
-
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.useChartContainerProProps = void 0;
|
|
8
|
-
var _useChartsContainerProProps = require("../ChartsContainerPro/useChartsContainerProProps");
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated Use `UseChartsContainerProPropsReturnValue` instead.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* @deprecated Use `useChartsContainerProProps` instead.
|
|
15
|
-
*/
|
|
16
|
-
const useChartContainerProProps = props => {
|
|
17
|
-
return (0, _useChartsContainerProProps.useChartsContainerProProps)(props);
|
|
18
|
-
};
|
|
19
|
-
exports.useChartContainerProProps = useChartContainerProProps;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
import { useChartsContainerProProps } from "../ChartsContainerPro/useChartsContainerProProps.mjs";
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated Use `UseChartsContainerProPropsReturnValue` instead.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated Use `useChartsContainerProProps` instead.
|
|
11
|
-
*/
|
|
12
|
-
export const useChartContainerProProps = props => {
|
|
13
|
-
return useChartsContainerProProps(props);
|
|
14
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@mui/x-charts/ChartDataProvider';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@mui/x-charts/ChartDataProvider';
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
var _ChartDataProvider = require("@mui/x-charts/ChartDataProvider");
|
|
7
|
-
Object.keys(_ChartDataProvider).forEach(function (key) {
|
|
8
|
-
if (key === "default" || key === "__esModule") return;
|
|
9
|
-
if (key in exports && exports[key] === _ChartDataProvider[key]) return;
|
|
10
|
-
Object.defineProperty(exports, key, {
|
|
11
|
-
enumerable: true,
|
|
12
|
-
get: function () {
|
|
13
|
-
return _ChartDataProvider[key];
|
|
14
|
-
}
|
|
15
|
-
});
|
|
16
|
-
});
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { type ChartSeriesType, type ChartAnyPluginSignature } from '@mui/x-charts/internals';
|
|
2
|
-
import { ChartsDataProviderPro, type ChartsDataProviderProProps, type ChartsDataProviderProSlots, type ChartsDataProviderProSlotProps, defaultSeriesConfigPro } from "../ChartsDataProviderPro/index.mjs";
|
|
3
|
-
import { type AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
|
|
4
|
-
export { defaultSeriesConfigPro };
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated Use `ChartsDataProviderProSlots` instead. We added S to the charts prefix to align with other components.
|
|
7
|
-
*/
|
|
8
|
-
export type ChartDataProviderProSlots = ChartsDataProviderProSlots;
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated Use `ChartsDataProviderProSlotProps` instead. We added S to the charts prefix to align with other components.
|
|
11
|
-
*/
|
|
12
|
-
export type ChartDataProviderProSlotProps = ChartsDataProviderProSlotProps;
|
|
13
|
-
/**
|
|
14
|
-
* @deprecated Use `ChartsDataProviderProProps` instead. We added S to the charts prefix to align with other components.
|
|
15
|
-
*/
|
|
16
|
-
export type ChartDataProviderProProps<TSeries extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<TSeries>> = ChartsDataProviderProProps<TSeries, TSignatures>;
|
|
17
|
-
/**
|
|
18
|
-
* @deprecated Use `ChartsDataProviderPro` instead. We added S to the charts prefix to align with other components.
|
|
19
|
-
*/
|
|
20
|
-
export declare const ChartDataProviderPro: typeof ChartsDataProviderPro;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { type ChartSeriesType, type ChartAnyPluginSignature } from '@mui/x-charts/internals';
|
|
2
|
-
import { ChartsDataProviderPro, type ChartsDataProviderProProps, type ChartsDataProviderProSlots, type ChartsDataProviderProSlotProps, defaultSeriesConfigPro } from "../ChartsDataProviderPro/index.js";
|
|
3
|
-
import { type AllPluginSignatures } from "../internals/plugins/allPlugins.js";
|
|
4
|
-
export { defaultSeriesConfigPro };
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated Use `ChartsDataProviderProSlots` instead. We added S to the charts prefix to align with other components.
|
|
7
|
-
*/
|
|
8
|
-
export type ChartDataProviderProSlots = ChartsDataProviderProSlots;
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated Use `ChartsDataProviderProSlotProps` instead. We added S to the charts prefix to align with other components.
|
|
11
|
-
*/
|
|
12
|
-
export type ChartDataProviderProSlotProps = ChartsDataProviderProSlotProps;
|
|
13
|
-
/**
|
|
14
|
-
* @deprecated Use `ChartsDataProviderProProps` instead. We added S to the charts prefix to align with other components.
|
|
15
|
-
*/
|
|
16
|
-
export type ChartDataProviderProProps<TSeries extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<TSeries>> = ChartsDataProviderProProps<TSeries, TSignatures>;
|
|
17
|
-
/**
|
|
18
|
-
* @deprecated Use `ChartsDataProviderPro` instead. We added S to the charts prefix to align with other components.
|
|
19
|
-
*/
|
|
20
|
-
export declare const ChartDataProviderPro: typeof ChartsDataProviderPro;
|