@mui/x-charts-pro 9.0.0-alpha.3 → 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 +38 -8
- package/BarChartPro/BarChartPro.mjs +38 -8
- package/CHANGELOG.md +123 -0
- package/ChartsContainerPro/ChartsContainerPro.js +2 -2
- package/ChartsContainerPro/ChartsContainerPro.mjs +2 -2
- package/ChartsContainerPro/useChartsContainerProProps.d.mts +2 -2
- package/ChartsContainerPro/useChartsContainerProProps.d.ts +2 -2
- package/ChartsContainerPro/useChartsContainerProProps.js +3 -3
- package/ChartsContainerPro/useChartsContainerProProps.mjs +3 -3
- package/ChartsDataProviderPro/ChartsDataProviderPro.js +2 -8
- package/ChartsDataProviderPro/ChartsDataProviderPro.mjs +2 -8
- 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 +18 -6
- package/FunnelChart/FunnelChart.mjs +18 -6
- 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 +5 -5
- package/FunnelChart/FunnelSection.mjs +4 -4
- 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/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 +20 -15
- package/Heatmap/Heatmap.mjs +20 -15
- 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 -22
- package/Heatmap/HeatmapItem.mjs +5 -22
- package/Heatmap/HeatmapSVGPlot.js +10 -3
- package/Heatmap/HeatmapSVGPlot.mjs +10 -3
- package/Heatmap/HeatmapTooltip/HeatmapTooltip.classes.js +2 -2
- package/Heatmap/HeatmapTooltip/HeatmapTooltip.classes.mjs +1 -1
- 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/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 +2 -4
- package/Heatmap/useHeatmapProps.mjs +2 -4
- package/LineChartPro/LineChartPro.d.mts +2 -2
- package/LineChartPro/LineChartPro.d.ts +2 -2
- package/LineChartPro/LineChartPro.js +35 -11
- package/LineChartPro/LineChartPro.mjs +35 -11
- package/PieChartPro/PieChartPro.d.mts +2 -2
- package/PieChartPro/PieChartPro.d.ts +2 -2
- package/PieChartPro/PieChartPro.js +17 -5
- package/PieChartPro/PieChartPro.mjs +17 -5
- package/RadarChartPro/RadarChartPro.d.mts +1 -1
- package/RadarChartPro/RadarChartPro.d.ts +1 -1
- package/RadarChartPro/RadarChartPro.js +15 -0
- package/RadarChartPro/RadarChartPro.mjs +15 -0
- package/SankeyChart/SankeyChart.d.mts +2 -2
- package/SankeyChart/SankeyChart.d.ts +2 -2
- package/SankeyChart/SankeyChart.js +16 -10
- package/SankeyChart/SankeyChart.mjs +16 -10
- 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 +3 -0
- package/SankeyChart/SankeyLinkElement.mjs +3 -0
- 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 +16 -15
- package/SankeyChart/SankeyNodeElement.mjs +16 -15
- 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/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 +57 -15
- package/ScatterChartPro/ScatterChartPro.mjs +57 -15
- 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/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/useChartProExport/common.js +4 -8
- package/internals/plugins/useChartProExport/common.mjs +4 -8
- 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/package.json +129 -185
- 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/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
|
@@ -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 +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<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>> = ChartsContainerProProps<SeriesType, 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: <SeriesType extends ChartSeriesType = keyof import("@mui/x-charts/internals").ChartsSeriesConfig, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>>(props: ChartsContainerProProps<SeriesType, 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<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>> = ChartsContainerProProps<SeriesType, 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: <SeriesType extends ChartSeriesType = keyof import("@mui/x-charts/internals").ChartsSeriesConfig, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>>(props: ChartsContainerProProps<SeriesType, 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<SeriesType extends ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[]> = UseChartsContainerProPropsReturnValue<SeriesType, TSignatures>;
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated Use `useChartsContainerProProps` instead.
|
|
11
|
-
*/
|
|
12
|
-
export declare const useChartContainerProProps: <SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>>(props: ChartContainerProProps<SeriesType, TSignatures>) => UseChartContainerProPropsReturnValue<SeriesType, 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<SeriesType extends ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[]> = UseChartsContainerProPropsReturnValue<SeriesType, TSignatures>;
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated Use `useChartsContainerProProps` instead.
|
|
11
|
-
*/
|
|
12
|
-
export declare const useChartContainerProProps: <SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>>(props: ChartContainerProProps<SeriesType, TSignatures>) => UseChartContainerProPropsReturnValue<SeriesType, 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<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>> = ChartsDataProviderProProps<SeriesType, 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<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>> = ChartsDataProviderProProps<SeriesType, 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,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
'use client';
|
|
3
|
-
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.ChartDataProviderPro = void 0;
|
|
8
|
-
Object.defineProperty(exports, "defaultSeriesConfigPro", {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () {
|
|
11
|
-
return _ChartsDataProviderPro.defaultSeriesConfigPro;
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
var _ChartsDataProviderPro = require("../ChartsDataProviderPro");
|
|
15
|
-
/**
|
|
16
|
-
* @deprecated Use `ChartsDataProviderProSlots` instead. We added S to the charts prefix to align with other components.
|
|
17
|
-
*/
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* @deprecated Use `ChartsDataProviderProSlotProps` instead. We added S to the charts prefix to align with other components.
|
|
21
|
-
*/
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @deprecated Use `ChartsDataProviderProProps` instead. We added S to the charts prefix to align with other components.
|
|
25
|
-
*/
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* @deprecated Use `ChartsDataProviderPro` instead. We added S to the charts prefix to align with other components.
|
|
29
|
-
*/
|
|
30
|
-
const ChartDataProviderPro = exports.ChartDataProviderPro = _ChartsDataProviderPro.ChartsDataProviderPro;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
import { ChartsDataProviderPro, defaultSeriesConfigPro } from "../ChartsDataProviderPro/index.mjs";
|
|
4
|
-
export { defaultSeriesConfigPro };
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* @deprecated Use `ChartsDataProviderProSlots` instead. We added S to the charts prefix to align with other components.
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* @deprecated Use `ChartsDataProviderProSlotProps` instead. We added S to the charts prefix to align with other components.
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* @deprecated Use `ChartsDataProviderProProps` instead. We added S to the charts prefix to align with other components.
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* @deprecated Use `ChartsDataProviderPro` instead. We added S to the charts prefix to align with other components.
|
|
20
|
-
*/
|
|
21
|
-
export const ChartDataProviderPro = ChartsDataProviderPro;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "ChartDataProviderPro", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function () {
|
|
9
|
-
return _ChartDataProviderPro.ChartDataProviderPro;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
require("../typeOverloads");
|
|
13
|
-
var _ChartDataProviderPro = require("./ChartDataProviderPro");
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @deprecated Use `useChartsDataProviderProProps` instead. We added S to the charts prefix to align with other components.
|
|
3
|
-
*/
|
|
4
|
-
export declare const useChartDataProviderProProps: <SeriesType extends import("@mui/x-charts/internals").ChartSeriesType = keyof import("@mui/x-charts/internals").ChartsSeriesConfig, TSignatures extends readonly import("@mui/x-charts/internals").ChartAnyPluginSignature[] = import("../internals/plugins/allPlugins.mjs").AllPluginSignatures<SeriesType>>(props: import("../index.mjs").ChartsDataProviderProProps<SeriesType, TSignatures>) => {
|
|
5
|
-
children: import("react").ReactNode;
|
|
6
|
-
localeText: Partial<import("@mui/x-charts/locales").ChartsLocaleText> | undefined;
|
|
7
|
-
chartProviderProps: import("@mui/x-charts/internals").ChartsProviderProps<keyof import("@mui/x-charts/internals").ChartsSeriesConfig, TSignatures>;
|
|
8
|
-
slots: Partial<import("@mui/x-charts").ChartsDataProviderSlots> | undefined;
|
|
9
|
-
slotProps: Partial<import("@mui/x-charts").ChartsDataProviderSlotProps> | undefined;
|
|
10
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @deprecated Use `useChartsDataProviderProProps` instead. We added S to the charts prefix to align with other components.
|
|
3
|
-
*/
|
|
4
|
-
export declare const useChartDataProviderProProps: <SeriesType extends import("@mui/x-charts/internals").ChartSeriesType = keyof import("@mui/x-charts/internals").ChartsSeriesConfig, TSignatures extends readonly import("@mui/x-charts/internals").ChartAnyPluginSignature[] = import("../internals/plugins/allPlugins.js").AllPluginSignatures<SeriesType>>(props: import("../index.js").ChartsDataProviderProProps<SeriesType, TSignatures>) => {
|
|
5
|
-
children: import("react").ReactNode;
|
|
6
|
-
localeText: Partial<import("@mui/x-charts/locales").ChartsLocaleText> | undefined;
|
|
7
|
-
chartProviderProps: import("@mui/x-charts/internals").ChartsProviderProps<keyof import("@mui/x-charts/internals").ChartsSeriesConfig, TSignatures>;
|
|
8
|
-
slots: Partial<import("@mui/x-charts").ChartsDataProviderSlots> | undefined;
|
|
9
|
-
slotProps: Partial<import("@mui/x-charts").ChartsDataProviderSlotProps> | undefined;
|
|
10
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
'use client';
|
|
3
|
-
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.useChartDataProviderProProps = void 0;
|
|
8
|
-
var _useChartsDataProviderProProps = require("../ChartsDataProviderPro/useChartsDataProviderProProps");
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated Use `useChartsDataProviderProProps` instead. We added S to the charts prefix to align with other components.
|
|
11
|
-
*/
|
|
12
|
-
const useChartDataProviderProProps = exports.useChartDataProviderProProps = _useChartsDataProviderProProps.useChartsDataProviderProProps;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
import { useChartsDataProviderProProps } from "../ChartsDataProviderPro/useChartsDataProviderProProps.mjs";
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated Use `useChartsDataProviderProProps` instead. We added S to the charts prefix to align with other components.
|
|
7
|
-
*/
|
|
8
|
-
export const useChartDataProviderProProps = useChartsDataProviderProProps;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import type { FunnelSectionProps } from "./FunnelSection.mjs";
|
|
2
|
-
import type { FunnelSectionLabelProps } from "./FunnelSectionLabel.mjs";
|
|
3
|
-
export interface FunnelSectionClasses {
|
|
4
|
-
/** Styles applied to the root element. */
|
|
5
|
-
root: string;
|
|
6
|
-
/**
|
|
7
|
-
* Styles applied to the root element if `highlighted={true}`.
|
|
8
|
-
* @deprecated Use `[data-highlighted]` selector instead.
|
|
9
|
-
*/
|
|
10
|
-
highlighted: string;
|
|
11
|
-
/**
|
|
12
|
-
* Styles applied to the root element if `faded={true}`.
|
|
13
|
-
* @deprecated Use `[data-faded]` selector instead.
|
|
14
|
-
*/
|
|
15
|
-
faded: string;
|
|
16
|
-
/** Styles applied to the root element if `variant="filled"`. */
|
|
17
|
-
filled: string;
|
|
18
|
-
/** Styles applied to the root element if `variant="outlined"`. */
|
|
19
|
-
outlined: string;
|
|
20
|
-
/** Styles applied to the label element. */
|
|
21
|
-
label: string;
|
|
22
|
-
/**
|
|
23
|
-
* Styles applied to the root element for a specified series.
|
|
24
|
-
* Needs to be suffixed with the series ID: `.${funnelSectionClasses.series}-${seriesId}`.
|
|
25
|
-
*/
|
|
26
|
-
series: string;
|
|
27
|
-
}
|
|
28
|
-
export declare const useUtilityClasses: (props: FunnelSectionProps) => Record<"label" | "filled" | "outlined" | "highlighted" | "faded" | "root", string>;
|
|
29
|
-
export declare const useLabelUtilityClasses: (props: FunnelSectionLabelProps) => Record<"label", string>;
|
|
30
|
-
export declare const funnelSectionClasses: FunnelSectionClasses;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import type { FunnelSectionProps } from "./FunnelSection.js";
|
|
2
|
-
import type { FunnelSectionLabelProps } from "./FunnelSectionLabel.js";
|
|
3
|
-
export interface FunnelSectionClasses {
|
|
4
|
-
/** Styles applied to the root element. */
|
|
5
|
-
root: string;
|
|
6
|
-
/**
|
|
7
|
-
* Styles applied to the root element if `highlighted={true}`.
|
|
8
|
-
* @deprecated Use `[data-highlighted]` selector instead.
|
|
9
|
-
*/
|
|
10
|
-
highlighted: string;
|
|
11
|
-
/**
|
|
12
|
-
* Styles applied to the root element if `faded={true}`.
|
|
13
|
-
* @deprecated Use `[data-faded]` selector instead.
|
|
14
|
-
*/
|
|
15
|
-
faded: string;
|
|
16
|
-
/** Styles applied to the root element if `variant="filled"`. */
|
|
17
|
-
filled: string;
|
|
18
|
-
/** Styles applied to the root element if `variant="outlined"`. */
|
|
19
|
-
outlined: string;
|
|
20
|
-
/** Styles applied to the label element. */
|
|
21
|
-
label: string;
|
|
22
|
-
/**
|
|
23
|
-
* Styles applied to the root element for a specified series.
|
|
24
|
-
* Needs to be suffixed with the series ID: `.${funnelSectionClasses.series}-${seriesId}`.
|
|
25
|
-
*/
|
|
26
|
-
series: string;
|
|
27
|
-
}
|
|
28
|
-
export declare const useUtilityClasses: (props: FunnelSectionProps) => Record<"label" | "filled" | "outlined" | "highlighted" | "faded" | "root", string>;
|
|
29
|
-
export declare const useLabelUtilityClasses: (props: FunnelSectionLabelProps) => Record<"label", string>;
|
|
30
|
-
export declare const funnelSectionClasses: FunnelSectionClasses;
|