@mui/x-charts-premium 9.9.0 → 9.10.1
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/BarChartPremium/RangeBar/seriesConfig/getSeriesWithDefaultValues.d.mts +11 -11
- package/BarChartPremium/RangeBar/seriesConfig/getSeriesWithDefaultValues.d.ts +11 -11
- package/BarChartPremium/RangeBar/seriesConfig/keyboardFocusHandler.js +3 -1
- package/BarChartPremium/RangeBar/seriesConfig/keyboardFocusHandler.mjs +3 -1
- package/BarChartPremium/useBarChartPremiumProps.d.mts +3 -3
- package/BarChartPremium/useBarChartPremiumProps.d.ts +3 -3
- package/CHANGELOG.md +217 -0
- package/CandlestickChart/seriesConfig/getSeriesWithDefaultValues.d.mts +11 -11
- package/CandlestickChart/seriesConfig/getSeriesWithDefaultValues.d.ts +11 -11
- package/ChartsDataProviderPremium/ChartsDataProviderPremium.js +2 -2
- package/ChartsDataProviderPremium/ChartsDataProviderPremium.mjs +2 -2
- package/ChartsDataProviderPremium/useChartsDataProviderPremiumProps.d.mts +1 -1
- package/ChartsDataProviderPremium/useChartsDataProviderPremiumProps.d.ts +1 -1
- package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.js +2 -2
- package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.mjs +2 -2
- package/ChartsGeoDataProviderPremium/useChartsGeoDataProviderPremiumProps.d.mts +1 -1
- package/ChartsGeoDataProviderPremium/useChartsGeoDataProviderPremiumProps.d.ts +1 -1
- package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.js +2 -2
- package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.mjs +2 -2
- package/ChartsRadialDataProviderPremium/useChartsRadialDataProviderPremiumProps.d.mts +2 -3
- package/ChartsRadialDataProviderPremium/useChartsRadialDataProviderPremiumProps.d.ts +2 -3
- package/HeatmapPremium/useHeatmapPremiumProps.d.mts +2 -2
- package/HeatmapPremium/useHeatmapPremiumProps.d.ts +2 -2
- package/Map/seriesConfig/highlight.d.mts +2 -2
- package/Map/seriesConfig/highlight.d.ts +2 -2
- package/RadialBarChart/radialBarClasses.d.mts +1 -1
- package/RadialBarChart/radialBarClasses.d.ts +1 -1
- package/RadialBarChart/seriesConfig/keyboardFocusHandler.js +3 -1
- package/RadialBarChart/seriesConfig/keyboardFocusHandler.mjs +3 -1
- package/RadialLineChart/radialLineClasses.d.mts +1 -1
- package/RadialLineChart/radialLineClasses.d.ts +1 -1
- package/RadialLineChart/seriesConfig/keyboardFocusHandler.js +3 -1
- package/RadialLineChart/seriesConfig/keyboardFocusHandler.mjs +3 -1
- package/ScatterChartPremium/ScatterChartPremium.d.mts +2 -1
- package/ScatterChartPremium/ScatterChartPremium.d.ts +2 -1
- package/colorPalettes/complementary/candlestick.d.mts +2 -2
- package/colorPalettes/complementary/candlestick.d.ts +2 -2
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/internals/plugins/allPlugins.d.mts +2 -2
- package/internals/plugins/allPlugins.d.ts +2 -2
- package/internals/plugins/useGeoProjection/useGeoProjection.selectors.d.mts +2 -2
- package/internals/plugins/useGeoProjection/useGeoProjection.selectors.d.ts +2 -2
- package/internals/plugins/useGeoProjectionZoom/gestureHooks/usePanOnDrag.d.mts +1 -1
- package/internals/plugins/useGeoProjectionZoom/gestureHooks/usePanOnDrag.d.ts +1 -1
- package/internals/plugins/useGeoProjectionZoom/gestureHooks/useZoomOnPinch.d.mts +1 -1
- package/internals/plugins/useGeoProjectionZoom/gestureHooks/useZoomOnPinch.d.ts +1 -1
- package/internals/plugins/useGeoProjectionZoom/gestureHooks/useZoomOnWheel.d.mts +1 -1
- package/internals/plugins/useGeoProjectionZoom/gestureHooks/useZoomOnWheel.d.ts +1 -1
- package/package.json +5 -5
- package/plugins/selectors/useChartCandlestickPosition.selectors.d.mts +1 -1
- package/plugins/selectors/useChartCandlestickPosition.selectors.d.ts +1 -1
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import type { AllSeriesType } from '@mui/x-charts/models';
|
|
2
2
|
export declare function getSeriesWithDefaultValues(seriesData: AllSeriesType<'rangeBar'>, seriesIndex: number, colors: readonly string[]): {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
colorGetter?: ((data: import("@mui/x-charts/internals").ColorCallbackValue<import("../../../index.mjs").RangeBarValueType | null>) => string) | undefined;
|
|
4
|
+
valueFormatter?: import("@mui/x-charts/internals").SeriesValueFormatter<import("../../../index.mjs").RangeBarValueType | null> | undefined;
|
|
5
|
+
highlightScope?: import("@mui/x-charts/internals").CommonHighlightScope | undefined;
|
|
6
|
+
labelMarkType?: import("@mui/x-charts/internals").ChartsLabelMarkType;
|
|
7
|
+
xAxisId?: import("@mui/x-charts/internals").AxisId;
|
|
8
|
+
yAxisId?: import("@mui/x-charts/internals").AxisId;
|
|
9
|
+
type: 'rangeBar';
|
|
6
10
|
data?: ReadonlyArray<import("../../../index.mjs").RangeBarValueType | null>;
|
|
7
11
|
valueGetter?: (item: import("@mui/x-charts/internals").DatasetElementType<unknown>) => import("../../../index.mjs").RangeBarValueType | null;
|
|
8
12
|
datasetKeys?: {
|
|
9
13
|
start: string;
|
|
10
14
|
end: string;
|
|
11
15
|
};
|
|
12
|
-
label?: string | ((location:
|
|
13
|
-
layout?:
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
labelMarkType?: import("@mui/x-charts/internals").ChartsLabelMarkType;
|
|
17
|
-
colorGetter?: ((data: import("@mui/x-charts/internals").ColorCallbackValue<import("../../../index.mjs").RangeBarValueType | null>) => string) | undefined;
|
|
18
|
-
xAxisId?: import("@mui/x-charts/internals").AxisId;
|
|
19
|
-
yAxisId?: import("@mui/x-charts/internals").AxisId;
|
|
16
|
+
label?: string | ((location: 'tooltip' | 'legend') => string);
|
|
17
|
+
layout?: 'horizontal' | 'vertical';
|
|
18
|
+
id: string;
|
|
19
|
+
color: string;
|
|
20
20
|
};
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import type { AllSeriesType } from '@mui/x-charts/models';
|
|
2
2
|
export declare function getSeriesWithDefaultValues(seriesData: AllSeriesType<'rangeBar'>, seriesIndex: number, colors: readonly string[]): {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
colorGetter?: ((data: import("@mui/x-charts/internals").ColorCallbackValue<import("../../../index.js").RangeBarValueType | null>) => string) | undefined;
|
|
4
|
+
valueFormatter?: import("@mui/x-charts/internals").SeriesValueFormatter<import("../../../index.js").RangeBarValueType | null> | undefined;
|
|
5
|
+
highlightScope?: import("@mui/x-charts/internals").CommonHighlightScope | undefined;
|
|
6
|
+
labelMarkType?: import("@mui/x-charts/internals").ChartsLabelMarkType;
|
|
7
|
+
xAxisId?: import("@mui/x-charts/internals").AxisId;
|
|
8
|
+
yAxisId?: import("@mui/x-charts/internals").AxisId;
|
|
9
|
+
type: 'rangeBar';
|
|
6
10
|
data?: ReadonlyArray<import("../../../index.js").RangeBarValueType | null>;
|
|
7
11
|
valueGetter?: (item: import("@mui/x-charts/internals").DatasetElementType<unknown>) => import("../../../index.js").RangeBarValueType | null;
|
|
8
12
|
datasetKeys?: {
|
|
9
13
|
start: string;
|
|
10
14
|
end: string;
|
|
11
15
|
};
|
|
12
|
-
label?: string | ((location:
|
|
13
|
-
layout?:
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
labelMarkType?: import("@mui/x-charts/internals").ChartsLabelMarkType;
|
|
17
|
-
colorGetter?: ((data: import("@mui/x-charts/internals").ColorCallbackValue<import("../../../index.js").RangeBarValueType | null>) => string) | undefined;
|
|
18
|
-
xAxisId?: import("@mui/x-charts/internals").AxisId;
|
|
19
|
-
yAxisId?: import("@mui/x-charts/internals").AxisId;
|
|
16
|
+
label?: string | ((location: 'tooltip' | 'legend') => string);
|
|
17
|
+
layout?: 'horizontal' | 'vertical';
|
|
18
|
+
id: string;
|
|
19
|
+
color: string;
|
|
20
20
|
};
|
|
@@ -5,5 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _internals = require("@mui/x-charts/internals");
|
|
8
|
-
const
|
|
8
|
+
const allowCycles = false;
|
|
9
|
+
const useCurrentSeriesMaxLength = false;
|
|
10
|
+
const keyboardFocusHandler = (0, _internals.createCommonKeyboardFocusHandler)(_internals.composableCartesianSeriesTypes, allowCycles, useCurrentSeriesMaxLength);
|
|
9
11
|
var _default = exports.default = keyboardFocusHandler;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
import { composableCartesianSeriesTypes, createCommonKeyboardFocusHandler } from '@mui/x-charts/internals';
|
|
2
|
-
const
|
|
2
|
+
const allowCycles = false;
|
|
3
|
+
const useCurrentSeriesMaxLength = false;
|
|
4
|
+
const keyboardFocusHandler = createCommonKeyboardFocusHandler(composableCartesianSeriesTypes, allowCycles, useCurrentSeriesMaxLength);
|
|
3
5
|
export default keyboardFocusHandler;
|
|
@@ -11,9 +11,6 @@ import type { RangeBarPlotProps } from "./RangeBar/RangeBarPlot.mjs";
|
|
|
11
11
|
* @returns An object with props for the children components of BarChartPremium
|
|
12
12
|
*/
|
|
13
13
|
export declare function useBarChartPremiumProps(props: BarChartPremiumProps): {
|
|
14
|
-
chartsContainerProps: ChartsContainerProps<"bar" | "rangeBar", BarChartPluginSignatures>;
|
|
15
|
-
barPlotPremiumProps: BarPlotPremiumProps;
|
|
16
|
-
rangeBarPlotProps: RangeBarPlotProps;
|
|
17
14
|
chartsWrapperProps: Omit<import("@mui/x-charts").ChartsWrapperProps, "children">;
|
|
18
15
|
gridProps: import("@mui/x-charts").ChartsGridProps;
|
|
19
16
|
clipPathProps: import("@mui/x-charts").ChartsClipPathProps;
|
|
@@ -25,4 +22,7 @@ export declare function useBarChartPremiumProps(props: BarChartPremiumProps): {
|
|
|
25
22
|
axisHighlightProps: import("@mui/x-charts").ChartsAxisHighlightProps;
|
|
26
23
|
legendProps: import("@mui/x-charts").ChartsLegendSlotExtension;
|
|
27
24
|
children: React.ReactNode;
|
|
25
|
+
chartsContainerProps: ChartsContainerProps<'bar' | 'rangeBar', BarChartPluginSignatures>;
|
|
26
|
+
barPlotPremiumProps: BarPlotPremiumProps;
|
|
27
|
+
rangeBarPlotProps: RangeBarPlotProps;
|
|
28
28
|
};
|
|
@@ -11,9 +11,6 @@ import type { RangeBarPlotProps } from "./RangeBar/RangeBarPlot.js";
|
|
|
11
11
|
* @returns An object with props for the children components of BarChartPremium
|
|
12
12
|
*/
|
|
13
13
|
export declare function useBarChartPremiumProps(props: BarChartPremiumProps): {
|
|
14
|
-
chartsContainerProps: ChartsContainerProps<"bar" | "rangeBar", BarChartPluginSignatures>;
|
|
15
|
-
barPlotPremiumProps: BarPlotPremiumProps;
|
|
16
|
-
rangeBarPlotProps: RangeBarPlotProps;
|
|
17
14
|
chartsWrapperProps: Omit<import("@mui/x-charts").ChartsWrapperProps, "children">;
|
|
18
15
|
gridProps: import("@mui/x-charts").ChartsGridProps;
|
|
19
16
|
clipPathProps: import("@mui/x-charts").ChartsClipPathProps;
|
|
@@ -25,4 +22,7 @@ export declare function useBarChartPremiumProps(props: BarChartPremiumProps): {
|
|
|
25
22
|
axisHighlightProps: import("@mui/x-charts").ChartsAxisHighlightProps;
|
|
26
23
|
legendProps: import("@mui/x-charts").ChartsLegendSlotExtension;
|
|
27
24
|
children: React.ReactNode;
|
|
25
|
+
chartsContainerProps: ChartsContainerProps<'bar' | 'rangeBar', BarChartPluginSignatures>;
|
|
26
|
+
barPlotPremiumProps: BarPlotPremiumProps;
|
|
27
|
+
rangeBarPlotProps: RangeBarPlotProps;
|
|
28
28
|
};
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,222 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 9.10.1
|
|
4
|
+
|
|
5
|
+
_Jul 23, 2026_
|
|
6
|
+
|
|
7
|
+
We'd like to extend a big thank you to the 11 contributors who made this release possible. Here are some highlights ✨:
|
|
8
|
+
|
|
9
|
+
- 🦮 Improve accessibility of the Charts and Pickers components.
|
|
10
|
+
- 🐞 Bugfixes
|
|
11
|
+
- 📚 Documentation improvements
|
|
12
|
+
|
|
13
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
14
|
+
@kevincorizi-sbt, @mustafajw07, @SamanPandey-in
|
|
15
|
+
|
|
16
|
+
The following team members contributed to this release:
|
|
17
|
+
@brijeshb42, @hasdfa, @JCQuintas, @LukasTy, @michelengelen, @noraleonte, @rita-codes, @silviuaavram
|
|
18
|
+
|
|
19
|
+
### Data Grid
|
|
20
|
+
|
|
21
|
+
#### `@mui/x-data-grid@9.10.1`
|
|
22
|
+
|
|
23
|
+
- [data grid] Fix `getColumn` return type not reflecting that it can return undefined (#23165) @JCQuintas
|
|
24
|
+
|
|
25
|
+
#### `@mui/x-data-grid-pro@9.10.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
26
|
+
|
|
27
|
+
Same changes as in `@mui/x-data-grid@9.10.1`.
|
|
28
|
+
|
|
29
|
+
#### `@mui/x-data-grid-premium@9.10.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
30
|
+
|
|
31
|
+
Same changes as in `@mui/x-data-grid-pro@9.10.1`.
|
|
32
|
+
|
|
33
|
+
### Date and Time Pickers
|
|
34
|
+
|
|
35
|
+
#### `@mui/x-date-pickers@9.10.1`
|
|
36
|
+
|
|
37
|
+
- [pickers] Fix format placeholder brightness with a start adornment (#23189) @LukasTy
|
|
38
|
+
|
|
39
|
+
#### `@mui/x-date-pickers-pro@9.10.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
40
|
+
|
|
41
|
+
Same changes as in `@mui/x-date-pickers@9.10.1`, plus:
|
|
42
|
+
|
|
43
|
+
- [DateRangePicker] Fix broken active range position underline in single input range fields (#23166) @LukasTy
|
|
44
|
+
|
|
45
|
+
### Charts
|
|
46
|
+
|
|
47
|
+
#### `@mui/x-charts@9.10.1`
|
|
48
|
+
|
|
49
|
+
- [charts] Fix pie chart disappearing when an arc spans almost the full circle (#23145) @JCQuintas
|
|
50
|
+
- [charts] Set `aria-hidden` on accessibility proxy divs at initialization (#23186) @kevincorizi-sbt
|
|
51
|
+
- [charts] Fix keyboard navigation on series with different lengths (#23182) @JCQuintas
|
|
52
|
+
- [charts] Fix out of bounds keyboard navigation (#23180) @silviuaavram
|
|
53
|
+
|
|
54
|
+
#### `@mui/x-charts-pro@9.10.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
55
|
+
|
|
56
|
+
Same changes as in `@mui/x-charts@9.10.1`, plus:
|
|
57
|
+
|
|
58
|
+
- [charts-pro] Fix highlight shifting on sampled bar charts (#23190) @noraleonte
|
|
59
|
+
- [charts-pro] Sampled band highlight falls back to single-band width for Date/object values (#23024) @SamanPandey-in
|
|
60
|
+
|
|
61
|
+
#### `@mui/x-charts-premium@9.10.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
62
|
+
|
|
63
|
+
Same changes as in `@mui/x-charts-pro@9.10.1`.
|
|
64
|
+
|
|
65
|
+
### Tree View
|
|
66
|
+
|
|
67
|
+
#### `@mui/x-tree-view@9.10.1`
|
|
68
|
+
|
|
69
|
+
- [TreeView] Fix selection propagation to exclude disabled items (#23012) @michelengelen
|
|
70
|
+
|
|
71
|
+
#### `@mui/x-tree-view-pro@9.10.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
72
|
+
|
|
73
|
+
Same changes as in `@mui/x-tree-view@9.10.1`.
|
|
74
|
+
|
|
75
|
+
### Scheduler
|
|
76
|
+
|
|
77
|
+
#### `@mui/x-scheduler@9.0.0-beta.7`
|
|
78
|
+
|
|
79
|
+
- [scheduler] Polish `EventCalendar` rendering for multi-resource events (#23161) @mustafajw07
|
|
80
|
+
- [scheduler] Responsive header (#22954) @noraleonte
|
|
81
|
+
|
|
82
|
+
#### `@mui/x-scheduler-premium@9.0.0-beta.7` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
83
|
+
|
|
84
|
+
Same changes as in `@mui/x-scheduler@9.0.0-beta.7`, plus:
|
|
85
|
+
|
|
86
|
+
- [scheduler-premium] Add the dependencies data model (#23117) @rita-codes
|
|
87
|
+
- [scheduler-premium] Dependencies - Render the FS arrow (#23162) @rita-codes
|
|
88
|
+
|
|
89
|
+
### Codemod
|
|
90
|
+
|
|
91
|
+
#### `@mui/x-codemod@9.10.1`
|
|
92
|
+
|
|
93
|
+
Internal changes.
|
|
94
|
+
|
|
95
|
+
### Docs
|
|
96
|
+
|
|
97
|
+
- [docs] Fix clearing, layout shift, and prop leak in Pickers demos (#23191) @LukasTy
|
|
98
|
+
|
|
99
|
+
### Core
|
|
100
|
+
|
|
101
|
+
- [code-infra] Validate working of specific code-infra canary (#23207) @brijeshb42
|
|
102
|
+
|
|
103
|
+
### Miscellaneous
|
|
104
|
+
|
|
105
|
+
- [chat] Normalize message part link URLs (#23187) @hasdfa
|
|
106
|
+
- [x-chat] Fix object URL leaks for submitted attachments (#23198) @hasdfa
|
|
107
|
+
- [internals] Make disposable types self-contained without `esnext.disposable` lib (#23164) @JCQuintas
|
|
108
|
+
|
|
109
|
+
## 9.10.0
|
|
110
|
+
|
|
111
|
+
_Jul 17, 2026_
|
|
112
|
+
|
|
113
|
+
We'd like to extend a big thank you to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
114
|
+
|
|
115
|
+
- 📊 Provide `dataIndex` in `LinePlot` and `AreaPlot` `onItemClick` for Charts
|
|
116
|
+
- ⚙️ Allow opt-in `data-*` attributes on `slotProps`. [Read more](https://mui.com/x/common-concepts/custom-components/#passing-data-attributes-to-slots)
|
|
117
|
+
- 🐞 Bugfixes
|
|
118
|
+
- 📚 Documentation improvements
|
|
119
|
+
|
|
120
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
121
|
+
@Anexus5919, @mustafajw07
|
|
122
|
+
|
|
123
|
+
The following team members contributed to this release:
|
|
124
|
+
@brijeshb42, @Janpot, @JCQuintas, @LukasTy, @noraleonte
|
|
125
|
+
|
|
126
|
+
### Data Grid
|
|
127
|
+
|
|
128
|
+
#### `@mui/x-data-grid@9.10.0`
|
|
129
|
+
|
|
130
|
+
Internal changes.
|
|
131
|
+
|
|
132
|
+
#### `@mui/x-data-grid-pro@9.10.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
133
|
+
|
|
134
|
+
Same changes as in `@mui/x-data-grid@9.10.0`.
|
|
135
|
+
|
|
136
|
+
#### `@mui/x-data-grid-premium@9.10.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
137
|
+
|
|
138
|
+
Same changes as in `@mui/x-data-grid-pro@9.10.0`.
|
|
139
|
+
|
|
140
|
+
### Date and Time Pickers
|
|
141
|
+
|
|
142
|
+
#### `@mui/x-date-pickers@9.10.0`
|
|
143
|
+
|
|
144
|
+
Internal changes.
|
|
145
|
+
|
|
146
|
+
#### `@mui/x-date-pickers-pro@9.10.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
147
|
+
|
|
148
|
+
Same changes as in `@mui/x-date-pickers@9.10.0`.
|
|
149
|
+
|
|
150
|
+
### Charts
|
|
151
|
+
|
|
152
|
+
#### `@mui/x-charts@9.10.0`
|
|
153
|
+
|
|
154
|
+
- [charts] Provide `dataIndex` in `LinePlot` and `AreaPlot` `onItemClick` (#23144) @JCQuintas
|
|
155
|
+
|
|
156
|
+
#### `@mui/x-charts-pro@9.10.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
157
|
+
|
|
158
|
+
Same changes as in `@mui/x-charts@9.10.0`.
|
|
159
|
+
|
|
160
|
+
#### `@mui/x-charts-premium@9.10.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
161
|
+
|
|
162
|
+
Same changes as in `@mui/x-charts-pro@9.10.0`.
|
|
163
|
+
|
|
164
|
+
### Tree View
|
|
165
|
+
|
|
166
|
+
#### `@mui/x-tree-view@9.10.0`
|
|
167
|
+
|
|
168
|
+
Internal changes.
|
|
169
|
+
|
|
170
|
+
#### `@mui/x-tree-view-pro@9.10.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
171
|
+
|
|
172
|
+
Same changes as in `@mui/x-tree-view@9.10.0`, plus:
|
|
173
|
+
|
|
174
|
+
- [tree-view] Fix pre-loaded items not caching (#23155) @noraleonte
|
|
175
|
+
|
|
176
|
+
### Scheduler
|
|
177
|
+
|
|
178
|
+
#### `@mui/x-scheduler@9.0.0-beta.6`
|
|
179
|
+
|
|
180
|
+
- [scheduler] Carry custom event data through the edit dialog submit (#22874) @Anexus5919
|
|
181
|
+
- [scheduler] Support array values for `CalendarEvent.resource` (#23109) @mustafajw07
|
|
182
|
+
|
|
183
|
+
#### `@mui/x-scheduler-premium@9.0.0-beta.6` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
184
|
+
|
|
185
|
+
Same changes as in `@mui/x-scheduler@9.0.0-beta.6`.
|
|
186
|
+
|
|
187
|
+
### Chat
|
|
188
|
+
|
|
189
|
+
#### `@mui/x-chat@9.0.0-alpha.14`
|
|
190
|
+
|
|
191
|
+
- [chat] Reuse `resolveComponentProps` from `@mui/utils` (#23095) @LukasTy
|
|
192
|
+
|
|
193
|
+
#### `@mui/x-chat-headless@9.0.0-alpha.14`
|
|
194
|
+
|
|
195
|
+
Internal changes.
|
|
196
|
+
|
|
197
|
+
### Codemod
|
|
198
|
+
|
|
199
|
+
#### `@mui/x-codemod@9.10.0`
|
|
200
|
+
|
|
201
|
+
Internal changes.
|
|
202
|
+
|
|
203
|
+
### Docs
|
|
204
|
+
|
|
205
|
+
- [docs] Fix bugs on Scheduler overview page (#23147) @noraleonte
|
|
206
|
+
|
|
207
|
+
### Core
|
|
208
|
+
|
|
209
|
+
- [code-infra] Fix changelog dependency exclusion and l10n routing (#23112) @LukasTy
|
|
210
|
+
- [code-infra] Port codebase to use `tsgo` (#22826) @brijeshb42
|
|
211
|
+
- [code-infra] Reduce `release:build` concurrency to mitigate `tsgo` OOM kills (#23139) @LukasTy
|
|
212
|
+
- [core] Allow opt-in `data-*` attributes on `slotProps` (#22128) @LukasTy
|
|
213
|
+
|
|
214
|
+
### Miscellaneous
|
|
215
|
+
|
|
216
|
+
- [core] Ignore `code-infra-renovate[bot]` commits in changelog (#23153) @Janpot
|
|
217
|
+
- [website] Fix broken `ChatBox` API link (#23149) @brijeshb42
|
|
218
|
+
- [test] Fix WebGL benchmark timeout on CI (#23142) @JCQuintas
|
|
219
|
+
|
|
3
220
|
## 9.9.0
|
|
4
221
|
|
|
5
222
|
_Jul 9, 2026_
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import type { AllSeriesType } from '@mui/x-charts/models';
|
|
2
2
|
export declare function getSeriesWithDefaultValues(seriesData: AllSeriesType<'ohlc'>, seriesIndex: number, colors: readonly string[], theme: 'light' | 'dark'): {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
colorGetter?: ((data: import("@mui/x-charts/internals").ColorCallbackValue<import("../../index.mjs").OHLCValueType | null>) => string) | undefined;
|
|
4
|
+
highlightScope?: import("@mui/x-charts/internals").CommonHighlightScope | undefined;
|
|
5
|
+
labelMarkType?: import("@mui/x-charts/internals").ChartsLabelMarkType;
|
|
6
|
+
xAxisId?: import("@mui/x-charts/internals").AxisId;
|
|
7
|
+
yAxisId?: import("@mui/x-charts/internals").AxisId;
|
|
8
|
+
type: 'ohlc';
|
|
8
9
|
data?: ReadonlyArray<import("../../index.mjs").OHLCValueType | null>;
|
|
9
|
-
label?: string | ((location:
|
|
10
|
+
label?: string | ((location: 'tooltip' | 'legend') => string);
|
|
10
11
|
valueFormatter?: (value: number | null, context: {
|
|
11
12
|
dataIndex: number;
|
|
12
13
|
field: import("../../index.mjs").OHLCField;
|
|
@@ -18,9 +19,8 @@ export declare function getSeriesWithDefaultValues(seriesData: AllSeriesType<'oh
|
|
|
18
19
|
low: string;
|
|
19
20
|
close: string;
|
|
20
21
|
};
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
yAxisId?: import("@mui/x-charts/internals").AxisId;
|
|
22
|
+
id: string;
|
|
23
|
+
color: string;
|
|
24
|
+
upColor: string;
|
|
25
|
+
downColor: string;
|
|
26
26
|
};
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import type { AllSeriesType } from '@mui/x-charts/models';
|
|
2
2
|
export declare function getSeriesWithDefaultValues(seriesData: AllSeriesType<'ohlc'>, seriesIndex: number, colors: readonly string[], theme: 'light' | 'dark'): {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
colorGetter?: ((data: import("@mui/x-charts/internals").ColorCallbackValue<import("../../index.js").OHLCValueType | null>) => string) | undefined;
|
|
4
|
+
highlightScope?: import("@mui/x-charts/internals").CommonHighlightScope | undefined;
|
|
5
|
+
labelMarkType?: import("@mui/x-charts/internals").ChartsLabelMarkType;
|
|
6
|
+
xAxisId?: import("@mui/x-charts/internals").AxisId;
|
|
7
|
+
yAxisId?: import("@mui/x-charts/internals").AxisId;
|
|
8
|
+
type: 'ohlc';
|
|
8
9
|
data?: ReadonlyArray<import("../../index.js").OHLCValueType | null>;
|
|
9
|
-
label?: string | ((location:
|
|
10
|
+
label?: string | ((location: 'tooltip' | 'legend') => string);
|
|
10
11
|
valueFormatter?: (value: number | null, context: {
|
|
11
12
|
dataIndex: number;
|
|
12
13
|
field: import("../../index.js").OHLCField;
|
|
@@ -18,9 +19,8 @@ export declare function getSeriesWithDefaultValues(seriesData: AllSeriesType<'oh
|
|
|
18
19
|
low: string;
|
|
19
20
|
close: string;
|
|
20
21
|
};
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
yAxisId?: import("@mui/x-charts/internals").AxisId;
|
|
22
|
+
id: string;
|
|
23
|
+
color: string;
|
|
24
|
+
upColor: string;
|
|
25
|
+
downColor: string;
|
|
26
26
|
};
|
|
@@ -19,8 +19,8 @@ var _useChartsDataProviderPremiumProps = require("./useChartsDataProviderPremium
|
|
|
19
19
|
var _seriesConfig2 = require("../CandlestickChart/seriesConfig");
|
|
20
20
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
21
21
|
const packageInfo = {
|
|
22
|
-
releaseDate: "
|
|
23
|
-
version: "9.
|
|
22
|
+
releaseDate: "MTc4NDc2NDgwMDAwMA==",
|
|
23
|
+
version: "9.10.1",
|
|
24
24
|
name: 'x-charts-premium'
|
|
25
25
|
};
|
|
26
26
|
const defaultSeriesConfigPremium = exports.defaultSeriesConfigPremium = (0, _extends2.default)({}, _internals2.defaultSeriesConfigPro, {
|
|
@@ -12,8 +12,8 @@ import { useChartsDataProviderPremiumProps } from "./useChartsDataProviderPremiu
|
|
|
12
12
|
import { ohlcSeriesConfig } from "../CandlestickChart/seriesConfig/index.mjs";
|
|
13
13
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
14
14
|
const packageInfo = {
|
|
15
|
-
releaseDate: "
|
|
16
|
-
version: "9.
|
|
15
|
+
releaseDate: "MTc4NDc2NDgwMDAwMA==",
|
|
16
|
+
version: "9.10.1",
|
|
17
17
|
name: 'x-charts-premium'
|
|
18
18
|
};
|
|
19
19
|
export const defaultSeriesConfigPremium = _extends({}, defaultSeriesConfigPro, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ChartAnyPluginSignature, ChartSeriesType } from '@mui/x-charts/internals';
|
|
2
2
|
import type { ChartsDataProviderPremiumProps } from "./ChartsDataProviderPremium.mjs";
|
|
3
3
|
import type { AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
|
|
4
|
-
export declare const useChartsDataProviderPremiumProps: <SeriesType extends ChartSeriesType =
|
|
4
|
+
export declare const useChartsDataProviderPremiumProps: <SeriesType extends ChartSeriesType = keyof import("@mui/x-charts/internals").ChartsSeriesConfig, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>>(props: ChartsDataProviderPremiumProps<SeriesType, TSignatures>) => {
|
|
5
5
|
children: import("react").ReactNode;
|
|
6
6
|
localeText: Partial<import("@mui/x-charts/locales").ChartsLocaleText> | undefined;
|
|
7
7
|
chartProviderProps: import("@mui/x-charts/internals").ChartsProviderProps<keyof import("@mui/x-charts/internals").ChartsSeriesConfig, TSignatures>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ChartAnyPluginSignature, ChartSeriesType } from '@mui/x-charts/internals';
|
|
2
2
|
import type { ChartsDataProviderPremiumProps } from "./ChartsDataProviderPremium.js";
|
|
3
3
|
import type { AllPluginSignatures } from "../internals/plugins/allPlugins.js";
|
|
4
|
-
export declare const useChartsDataProviderPremiumProps: <SeriesType extends ChartSeriesType =
|
|
4
|
+
export declare const useChartsDataProviderPremiumProps: <SeriesType extends ChartSeriesType = keyof import("@mui/x-charts/internals").ChartsSeriesConfig, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>>(props: ChartsDataProviderPremiumProps<SeriesType, TSignatures>) => {
|
|
5
5
|
children: import("react").ReactNode;
|
|
6
6
|
localeText: Partial<import("@mui/x-charts/locales").ChartsLocaleText> | undefined;
|
|
7
7
|
chartProviderProps: import("@mui/x-charts/internals").ChartsProviderProps<keyof import("@mui/x-charts/internals").ChartsSeriesConfig, TSignatures>;
|
|
@@ -18,8 +18,8 @@ var _useChartsGeoDataProviderPremiumProps = require("./useChartsGeoDataProviderP
|
|
|
18
18
|
var _ChartsGeoDataProviderPremium = require("./ChartsGeoDataProviderPremium.plugins");
|
|
19
19
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
20
20
|
const packageInfo = {
|
|
21
|
-
releaseDate: "
|
|
22
|
-
version: "9.
|
|
21
|
+
releaseDate: "MTc4NDc2NDgwMDAwMA==",
|
|
22
|
+
version: "9.10.1",
|
|
23
23
|
name: 'x-charts-premium'
|
|
24
24
|
};
|
|
25
25
|
/**
|
|
@@ -11,8 +11,8 @@ import { useChartsGeoDataProviderPremiumProps } from "./useChartsGeoDataProvider
|
|
|
11
11
|
import { GEO_PREMIUM_PLUGINS } from "./ChartsGeoDataProviderPremium.plugins.mjs";
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
13
|
const packageInfo = {
|
|
14
|
-
releaseDate: "
|
|
15
|
-
version: "9.
|
|
14
|
+
releaseDate: "MTc4NDc2NDgwMDAwMA==",
|
|
15
|
+
version: "9.10.1",
|
|
16
16
|
name: 'x-charts-premium'
|
|
17
17
|
};
|
|
18
18
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ChartAnyPluginSignature, ChartSeriesType, ChartsProviderProps } from '@mui/x-charts/internals';
|
|
2
2
|
import type { ChartsGeoDataProviderPremiumProps } from "./ChartsGeoDataProviderPremium.mjs";
|
|
3
3
|
import type { GeoPremiumPluginSignatures } from "./ChartsGeoDataProviderPremium.plugins.mjs";
|
|
4
|
-
export declare const useChartsGeoDataProviderPremiumProps: <SeriesType extends ChartSeriesType =
|
|
4
|
+
export declare const useChartsGeoDataProviderPremiumProps: <SeriesType extends ChartSeriesType = keyof import("@mui/x-charts/internals").ChartsSeriesConfig, TSignatures extends readonly ChartAnyPluginSignature[] = GeoPremiumPluginSignatures<SeriesType>>(inProps: ChartsGeoDataProviderPremiumProps<SeriesType, TSignatures>) => {
|
|
5
5
|
children: import("react").ReactNode;
|
|
6
6
|
localeText: Partial<import("@mui/x-charts/locales").ChartsLocaleText> | undefined;
|
|
7
7
|
chartProviderProps: ChartsProviderProps<SeriesType, TSignatures>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ChartAnyPluginSignature, ChartSeriesType, ChartsProviderProps } from '@mui/x-charts/internals';
|
|
2
2
|
import type { ChartsGeoDataProviderPremiumProps } from "./ChartsGeoDataProviderPremium.js";
|
|
3
3
|
import type { GeoPremiumPluginSignatures } from "./ChartsGeoDataProviderPremium.plugins.js";
|
|
4
|
-
export declare const useChartsGeoDataProviderPremiumProps: <SeriesType extends ChartSeriesType =
|
|
4
|
+
export declare const useChartsGeoDataProviderPremiumProps: <SeriesType extends ChartSeriesType = keyof import("@mui/x-charts/internals").ChartsSeriesConfig, TSignatures extends readonly ChartAnyPluginSignature[] = GeoPremiumPluginSignatures<SeriesType>>(inProps: ChartsGeoDataProviderPremiumProps<SeriesType, TSignatures>) => {
|
|
5
5
|
children: import("react").ReactNode;
|
|
6
6
|
localeText: Partial<import("@mui/x-charts/locales").ChartsLocaleText> | undefined;
|
|
7
7
|
chartProviderProps: ChartsProviderProps<SeriesType, TSignatures>;
|
|
@@ -19,8 +19,8 @@ var _ChartsRadialDataProviderPremium = require("./ChartsRadialDataProviderPremiu
|
|
|
19
19
|
var _seriesConfig = require("../RadialLineChart/seriesConfig");
|
|
20
20
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
21
21
|
const packageInfo = {
|
|
22
|
-
releaseDate: "
|
|
23
|
-
version: "9.
|
|
22
|
+
releaseDate: "MTc4NDc2NDgwMDAwMA==",
|
|
23
|
+
version: "9.10.1",
|
|
24
24
|
name: 'x-charts-premium'
|
|
25
25
|
};
|
|
26
26
|
const defaultRadialPremiumSeriesConfig = {
|
|
@@ -12,8 +12,8 @@ import { RADIAL_PREMIUM_PLUGINS } from "./ChartsRadialDataProviderPremium.plugin
|
|
|
12
12
|
import { radialLineSeriesConfig } from "../RadialLineChart/seriesConfig/index.mjs";
|
|
13
13
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
14
14
|
const packageInfo = {
|
|
15
|
-
releaseDate: "
|
|
16
|
-
version: "9.
|
|
15
|
+
releaseDate: "MTc4NDc2NDgwMDAwMA==",
|
|
16
|
+
version: "9.10.1",
|
|
17
17
|
name: 'x-charts-premium'
|
|
18
18
|
};
|
|
19
19
|
const defaultRadialPremiumSeriesConfig = {
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import type { ChartAnyPluginSignature, PolarChartSeriesType } from '@mui/x-charts/internals';
|
|
2
2
|
import type { ChartsRadialDataProviderPremiumProps } from "./ChartsRadialDataProviderPremium.mjs";
|
|
3
|
-
import
|
|
4
|
-
export declare const useChartsRadialDataProviderPremiumProps: <SeriesType extends PolarChartSeriesType = PolarChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = RadialPremiumPluginSignatures<SeriesType>>(props: ChartsRadialDataProviderPremiumProps<SeriesType, TSignatures>) => {
|
|
3
|
+
export declare const useChartsRadialDataProviderPremiumProps: <SeriesType extends PolarChartSeriesType = "radar" | "radialBar" | "radialLine", TSignatures extends readonly ChartAnyPluginSignature[] = [import("@mui/x-charts").UseChartTooltipSignature<SeriesType>, import("@mui/x-charts").UseChartInteractionSignature, import("@mui/x-charts").UseChartPolarAxisSignature, import("@mui/x-charts").UseChartHighlightSignature<SeriesType>, import("@mui/x-charts/internals").UseChartKeyboardNavigationSignature, import("@mui/x-charts").UseChartVisibilityManagerSignature<SeriesType>, import("@mui/x-charts-pro/plugins").UseChartProExportSignature]>(props: ChartsRadialDataProviderPremiumProps<SeriesType, TSignatures>) => {
|
|
5
4
|
children: import("react").ReactNode;
|
|
6
5
|
localeText: Partial<import("@mui/x-charts/locales").ChartsLocaleText> | undefined;
|
|
7
|
-
chartProviderProps: import("@mui/x-charts/internals").ChartsProviderProps<
|
|
6
|
+
chartProviderProps: import("@mui/x-charts/internals").ChartsProviderProps<SeriesType, TSignatures>;
|
|
8
7
|
slots: Partial<import("@mui/x-charts").ChartsRadialDataProviderSlots> | undefined;
|
|
9
8
|
slotProps: Partial<import("@mui/x-charts").ChartsRadialDataProviderSlotProps> | undefined;
|
|
10
9
|
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import type { ChartAnyPluginSignature, PolarChartSeriesType } from '@mui/x-charts/internals';
|
|
2
2
|
import type { ChartsRadialDataProviderPremiumProps } from "./ChartsRadialDataProviderPremium.js";
|
|
3
|
-
import
|
|
4
|
-
export declare const useChartsRadialDataProviderPremiumProps: <SeriesType extends PolarChartSeriesType = PolarChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = RadialPremiumPluginSignatures<SeriesType>>(props: ChartsRadialDataProviderPremiumProps<SeriesType, TSignatures>) => {
|
|
3
|
+
export declare const useChartsRadialDataProviderPremiumProps: <SeriesType extends PolarChartSeriesType = "radar" | "radialBar" | "radialLine", TSignatures extends readonly ChartAnyPluginSignature[] = [import("@mui/x-charts").UseChartTooltipSignature<SeriesType>, import("@mui/x-charts").UseChartInteractionSignature, import("@mui/x-charts").UseChartPolarAxisSignature, import("@mui/x-charts").UseChartHighlightSignature<SeriesType>, import("@mui/x-charts/internals").UseChartKeyboardNavigationSignature, import("@mui/x-charts").UseChartVisibilityManagerSignature<SeriesType>, import("@mui/x-charts-pro/plugins").UseChartProExportSignature]>(props: ChartsRadialDataProviderPremiumProps<SeriesType, TSignatures>) => {
|
|
5
4
|
children: import("react").ReactNode;
|
|
6
5
|
localeText: Partial<import("@mui/x-charts/locales").ChartsLocaleText> | undefined;
|
|
7
|
-
chartProviderProps: import("@mui/x-charts/internals").ChartsProviderProps<
|
|
6
|
+
chartProviderProps: import("@mui/x-charts/internals").ChartsProviderProps<SeriesType, TSignatures>;
|
|
8
7
|
slots: Partial<import("@mui/x-charts").ChartsRadialDataProviderSlots> | undefined;
|
|
9
8
|
slotProps: Partial<import("@mui/x-charts").ChartsRadialDataProviderSlotProps> | undefined;
|
|
10
9
|
};
|
|
@@ -2,8 +2,6 @@ import type { HeatmapPremiumProps } from "./HeatmapPremium.mjs";
|
|
|
2
2
|
import type { HeatmapPlotPremiumProps } from "./HeatmapPlotPremium.mjs";
|
|
3
3
|
export type UseHeatmapPremiumProps = HeatmapPremiumProps;
|
|
4
4
|
export declare function useHeatmapPremiumProps(props: UseHeatmapPremiumProps): {
|
|
5
|
-
heatmapPlotPremiumProps: HeatmapPlotPremiumProps;
|
|
6
|
-
chartsDataProviderPremiumProps: import("@mui/x-charts-pro/ChartsDataProviderPro").ChartsDataProviderProProps<"heatmap", import("@mui/x-charts-pro/Heatmap").HeatmapPluginSignatures>;
|
|
7
5
|
chartsWrapperProps: Omit<import("@mui/x-charts").ChartsWrapperProps, "children">;
|
|
8
6
|
clipPathProps: import("@mui/x-charts").ChartsClipPathProps;
|
|
9
7
|
clipPathGroupProps: {
|
|
@@ -13,4 +11,6 @@ export declare function useHeatmapPremiumProps(props: UseHeatmapPremiumProps): {
|
|
|
13
11
|
chartsAxisProps: import("@mui/x-charts").ChartsAxisProps;
|
|
14
12
|
legendProps: import("@mui/x-charts").ChartsLegendProps | import("@mui/x-charts").ChartsLegendSlotExtension;
|
|
15
13
|
children: React.ReactNode;
|
|
14
|
+
heatmapPlotPremiumProps: HeatmapPlotPremiumProps;
|
|
15
|
+
chartsDataProviderPremiumProps: import("@mui/x-charts-pro/ChartsDataProviderPro").ChartsDataProviderProProps<"heatmap", import("@mui/x-charts-pro/Heatmap").HeatmapPluginSignatures>;
|
|
16
16
|
};
|
|
@@ -2,8 +2,6 @@ import type { HeatmapPremiumProps } from "./HeatmapPremium.js";
|
|
|
2
2
|
import type { HeatmapPlotPremiumProps } from "./HeatmapPlotPremium.js";
|
|
3
3
|
export type UseHeatmapPremiumProps = HeatmapPremiumProps;
|
|
4
4
|
export declare function useHeatmapPremiumProps(props: UseHeatmapPremiumProps): {
|
|
5
|
-
heatmapPlotPremiumProps: HeatmapPlotPremiumProps;
|
|
6
|
-
chartsDataProviderPremiumProps: import("@mui/x-charts-pro/ChartsDataProviderPro").ChartsDataProviderProProps<"heatmap", import("@mui/x-charts-pro/Heatmap").HeatmapPluginSignatures>;
|
|
7
5
|
chartsWrapperProps: Omit<import("@mui/x-charts").ChartsWrapperProps, "children">;
|
|
8
6
|
clipPathProps: import("@mui/x-charts").ChartsClipPathProps;
|
|
9
7
|
clipPathGroupProps: {
|
|
@@ -13,4 +11,6 @@ export declare function useHeatmapPremiumProps(props: UseHeatmapPremiumProps): {
|
|
|
13
11
|
chartsAxisProps: import("@mui/x-charts").ChartsAxisProps;
|
|
14
12
|
legendProps: import("@mui/x-charts").ChartsLegendProps | import("@mui/x-charts").ChartsLegendSlotExtension;
|
|
15
13
|
children: React.ReactNode;
|
|
14
|
+
heatmapPlotPremiumProps: HeatmapPlotPremiumProps;
|
|
15
|
+
chartsDataProviderPremiumProps: import("@mui/x-charts-pro/ChartsDataProviderPro").ChartsDataProviderProProps<"heatmap", import("@mui/x-charts-pro/Heatmap").HeatmapPluginSignatures>;
|
|
16
16
|
};
|
|
@@ -3,8 +3,8 @@ import type { HighlightItemIdentifier } from '@mui/x-charts/models';
|
|
|
3
3
|
/**
|
|
4
4
|
* The isHighlighted logic for main charts (those that are identified by an id and a name)
|
|
5
5
|
*/
|
|
6
|
-
export declare function createIsHighlighted(highlightScope: HighlightScope<'mapShape'> | null | undefined, highlightedItem: HighlightItemIdentifier<'mapShape'> | null): (item: HighlightItemIdentifier<
|
|
6
|
+
export declare function createIsHighlighted(highlightScope: HighlightScope<'mapShape'> | null | undefined, highlightedItem: HighlightItemIdentifier<'mapShape'> | null): (item: HighlightItemIdentifier<'mapShape'> | null) => boolean;
|
|
7
7
|
/**
|
|
8
8
|
* The isFade logic for main charts (those that are identified by an id and a name)
|
|
9
9
|
*/
|
|
10
|
-
export declare function createIsFaded(highlightScope: HighlightScope<'mapShape'> | null | undefined, highlightedItem: HighlightItemIdentifier<'mapShape'> | null): (item: HighlightItemIdentifier<
|
|
10
|
+
export declare function createIsFaded(highlightScope: HighlightScope<'mapShape'> | null | undefined, highlightedItem: HighlightItemIdentifier<'mapShape'> | null): (item: HighlightItemIdentifier<'mapShape'> | null) => boolean;
|
|
@@ -3,8 +3,8 @@ import type { HighlightItemIdentifier } from '@mui/x-charts/models';
|
|
|
3
3
|
/**
|
|
4
4
|
* The isHighlighted logic for main charts (those that are identified by an id and a name)
|
|
5
5
|
*/
|
|
6
|
-
export declare function createIsHighlighted(highlightScope: HighlightScope<'mapShape'> | null | undefined, highlightedItem: HighlightItemIdentifier<'mapShape'> | null): (item: HighlightItemIdentifier<
|
|
6
|
+
export declare function createIsHighlighted(highlightScope: HighlightScope<'mapShape'> | null | undefined, highlightedItem: HighlightItemIdentifier<'mapShape'> | null): (item: HighlightItemIdentifier<'mapShape'> | null) => boolean;
|
|
7
7
|
/**
|
|
8
8
|
* The isFade logic for main charts (those that are identified by an id and a name)
|
|
9
9
|
*/
|
|
10
|
-
export declare function createIsFaded(highlightScope: HighlightScope<'mapShape'> | null | undefined, highlightedItem: HighlightItemIdentifier<'mapShape'> | null): (item: HighlightItemIdentifier<
|
|
10
|
+
export declare function createIsFaded(highlightScope: HighlightScope<'mapShape'> | null | undefined, highlightedItem: HighlightItemIdentifier<'mapShape'> | null): (item: HighlightItemIdentifier<'mapShape'> | null) => boolean;
|
|
@@ -11,5 +11,5 @@ export declare const radialBarClasses: RadialBarClasses;
|
|
|
11
11
|
interface UseUtilityClassesOptions {
|
|
12
12
|
classes?: Partial<RadialBarClasses>;
|
|
13
13
|
}
|
|
14
|
-
export declare const useUtilityClasses: (options?: UseUtilityClassesOptions) => Record<"
|
|
14
|
+
export declare const useUtilityClasses: (options?: UseUtilityClassesOptions) => Record<"element" | "root" | "series", string>;
|
|
15
15
|
export {};
|
|
@@ -11,5 +11,5 @@ export declare const radialBarClasses: RadialBarClasses;
|
|
|
11
11
|
interface UseUtilityClassesOptions {
|
|
12
12
|
classes?: Partial<RadialBarClasses>;
|
|
13
13
|
}
|
|
14
|
-
export declare const useUtilityClasses: (options?: UseUtilityClassesOptions) => Record<"
|
|
14
|
+
export declare const useUtilityClasses: (options?: UseUtilityClassesOptions) => Record<"element" | "root" | "series", string>;
|
|
15
15
|
export {};
|
|
@@ -5,5 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _internals = require("@mui/x-charts/internals");
|
|
8
|
-
const
|
|
8
|
+
const allowCycles = false;
|
|
9
|
+
const useCurrentSeriesMaxLength = false;
|
|
10
|
+
const keyboardFocusHandler = (0, _internals.createCommonKeyboardFocusHandler)(_internals.composableRadialSeriesTypes, allowCycles, useCurrentSeriesMaxLength);
|
|
9
11
|
var _default = exports.default = keyboardFocusHandler;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
import { createCommonKeyboardFocusHandler, composableRadialSeriesTypes } from '@mui/x-charts/internals';
|
|
2
|
-
const
|
|
2
|
+
const allowCycles = false;
|
|
3
|
+
const useCurrentSeriesMaxLength = false;
|
|
4
|
+
const keyboardFocusHandler = createCommonKeyboardFocusHandler(composableRadialSeriesTypes, allowCycles, useCurrentSeriesMaxLength);
|
|
3
5
|
export default keyboardFocusHandler;
|
|
@@ -24,4 +24,4 @@ export declare const radialLineClasses: RadialLineClasses;
|
|
|
24
24
|
export interface UseUtilityClassesOptions {
|
|
25
25
|
classes?: Partial<RadialLineClasses>;
|
|
26
26
|
}
|
|
27
|
-
export declare const useUtilityClasses: (options?: UseUtilityClassesOptions) => Record<"
|
|
27
|
+
export declare const useUtilityClasses: (options?: UseUtilityClassesOptions) => Record<"area" | "areaPlot" | "highlight" | "line" | "linePlot" | "mark" | "markPlot", string>;
|
|
@@ -24,4 +24,4 @@ export declare const radialLineClasses: RadialLineClasses;
|
|
|
24
24
|
export interface UseUtilityClassesOptions {
|
|
25
25
|
classes?: Partial<RadialLineClasses>;
|
|
26
26
|
}
|
|
27
|
-
export declare const useUtilityClasses: (options?: UseUtilityClassesOptions) => Record<"
|
|
27
|
+
export declare const useUtilityClasses: (options?: UseUtilityClassesOptions) => Record<"area" | "areaPlot" | "highlight" | "line" | "linePlot" | "mark" | "markPlot", string>;
|
|
@@ -5,5 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _internals = require("@mui/x-charts/internals");
|
|
8
|
-
const
|
|
8
|
+
const allowCycles = false;
|
|
9
|
+
const useCurrentSeriesMaxLength = false;
|
|
10
|
+
const keyboardFocusHandler = (0, _internals.createCommonKeyboardFocusHandler)(_internals.composableRadialSeriesTypes, allowCycles, useCurrentSeriesMaxLength);
|
|
9
11
|
var _default = exports.default = keyboardFocusHandler;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
import { createCommonKeyboardFocusHandler, composableRadialSeriesTypes } from '@mui/x-charts/internals';
|
|
2
|
-
const
|
|
2
|
+
const allowCycles = false;
|
|
3
|
+
const useCurrentSeriesMaxLength = false;
|
|
4
|
+
const keyboardFocusHandler = createCommonKeyboardFocusHandler(composableRadialSeriesTypes, allowCycles, useCurrentSeriesMaxLength);
|
|
3
5
|
export default keyboardFocusHandler;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import type { ScatterChartProps, ScatterChartSlots, ScatterChartSlotProps } from '@mui/x-charts/ScatterChart';
|
|
3
3
|
import type { ChartsTooltipProps } from '@mui/x-charts/ChartsTooltip';
|
|
4
|
+
import type { WithDataAttributes } from '@mui/utils/types';
|
|
4
5
|
import type { TooltipPropsOverrides } from '@mui/x-charts/models';
|
|
5
6
|
import type { ChartsToolbarProSlotProps, ChartsToolbarProSlots } from '@mui/x-charts-pro/ChartsToolbarPro';
|
|
6
7
|
import type { ChartsSlotPropsPro, ChartsSlotsPro } from '@mui/x-charts-pro/internals';
|
|
@@ -8,7 +9,7 @@ import type { ChartsContainerPremiumProps } from "../ChartsContainerPremium/inde
|
|
|
8
9
|
import type { ScatterChartPremiumPluginSignatures } from "./ScatterChartPremium.plugins.mjs";
|
|
9
10
|
export interface ScatterChartPremiumSlots extends Omit<ScatterChartSlots, 'toolbar'>, ChartsToolbarProSlots, Partial<ChartsSlotsPro> {}
|
|
10
11
|
export interface ScatterChartPremiumSlotProps extends Omit<ScatterChartSlotProps, 'toolbar' | 'tooltip'>, ChartsToolbarProSlotProps, Partial<ChartsSlotPropsPro> {
|
|
11
|
-
tooltip?: Partial<ChartsTooltipProps<'item' | 'none'>> & TooltipPropsOverrides
|
|
12
|
+
tooltip?: WithDataAttributes<Partial<ChartsTooltipProps<'item' | 'none'>> & TooltipPropsOverrides>;
|
|
12
13
|
}
|
|
13
14
|
export interface ScatterChartPremiumProps extends Omit<ScatterChartProps, 'apiRef' | 'slots' | 'slotProps' | 'plugins' | 'seriesConfig' | 'renderer'>, Omit<ChartsContainerPremiumProps<'scatter', ScatterChartPremiumPluginSignatures>, 'series' | 'onItemClick' | 'slots' | 'slotProps' | 'highlightedAxis' | 'onHighlightedAxisChange'> {
|
|
14
15
|
/**
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import type { ScatterChartProps, ScatterChartSlots, ScatterChartSlotProps } from '@mui/x-charts/ScatterChart';
|
|
3
3
|
import type { ChartsTooltipProps } from '@mui/x-charts/ChartsTooltip';
|
|
4
|
+
import type { WithDataAttributes } from '@mui/utils/types';
|
|
4
5
|
import type { TooltipPropsOverrides } from '@mui/x-charts/models';
|
|
5
6
|
import type { ChartsToolbarProSlotProps, ChartsToolbarProSlots } from '@mui/x-charts-pro/ChartsToolbarPro';
|
|
6
7
|
import type { ChartsSlotPropsPro, ChartsSlotsPro } from '@mui/x-charts-pro/internals';
|
|
@@ -8,7 +9,7 @@ import type { ChartsContainerPremiumProps } from "../ChartsContainerPremium/inde
|
|
|
8
9
|
import type { ScatterChartPremiumPluginSignatures } from "./ScatterChartPremium.plugins.js";
|
|
9
10
|
export interface ScatterChartPremiumSlots extends Omit<ScatterChartSlots, 'toolbar'>, ChartsToolbarProSlots, Partial<ChartsSlotsPro> {}
|
|
10
11
|
export interface ScatterChartPremiumSlotProps extends Omit<ScatterChartSlotProps, 'toolbar' | 'tooltip'>, ChartsToolbarProSlotProps, Partial<ChartsSlotPropsPro> {
|
|
11
|
-
tooltip?: Partial<ChartsTooltipProps<'item' | 'none'>> & TooltipPropsOverrides
|
|
12
|
+
tooltip?: WithDataAttributes<Partial<ChartsTooltipProps<'item' | 'none'>> & TooltipPropsOverrides>;
|
|
12
13
|
}
|
|
13
14
|
export interface ScatterChartPremiumProps extends Omit<ScatterChartProps, 'apiRef' | 'slots' | 'slotProps' | 'plugins' | 'seriesConfig' | 'renderer'>, Omit<ChartsContainerPremiumProps<'scatter', ScatterChartPremiumPluginSignatures>, 'series' | 'onItemClick' | 'slots' | 'slotProps' | 'highlightedAxis' | 'onHighlightedAxisChange'> {
|
|
14
15
|
/**
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const defaultUpColor: (mode:
|
|
2
|
-
export declare const defaultDownColor: (mode:
|
|
1
|
+
export declare const defaultUpColor: (mode: 'light' | 'dark') => "#2e7d32" | "#66bb6a";
|
|
2
|
+
export declare const defaultDownColor: (mode: 'light' | 'dark') => "#d32f2f" | "#f44336";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const defaultUpColor: (mode:
|
|
2
|
-
export declare const defaultDownColor: (mode:
|
|
1
|
+
export declare const defaultUpColor: (mode: 'light' | 'dark') => "#2e7d32" | "#66bb6a";
|
|
2
|
+
export declare const defaultDownColor: (mode: 'light' | 'dark') => "#d32f2f" | "#f44336";
|
package/index.js
CHANGED
package/index.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import type { ChartSeriesType, ConvertSignaturesIntoPlugins, UseChartCartesianAx
|
|
|
2
2
|
import type { UseChartProExportSignature, UseChartProZoomSignature } from '@mui/x-charts-pro/plugins';
|
|
3
3
|
export type AllPluginSignatures<SeriesType extends ChartSeriesType = ChartSeriesType> = [UseChartZAxisSignature, UseChartBrushSignature, UseChartTooltipSignature<SeriesType>, UseChartInteractionSignature, UseChartCartesianAxisSignature<SeriesType>, UseChartPolarAxisSignature<SeriesType>, UseChartHighlightSignature<SeriesType>, UseChartVisibilityManagerSignature<SeriesType>, UseChartProZoomSignature, UseChartProExportSignature, UseProgressiveRenderingSignature];
|
|
4
4
|
export type AllPluginsType<SeriesType extends ChartSeriesType = ChartSeriesType> = ConvertSignaturesIntoPlugins<AllPluginSignatures<SeriesType>>;
|
|
5
|
-
export declare const ALL_PLUGINS: (import("@mui/x-charts/internals").ChartPlugin<
|
|
5
|
+
export declare const ALL_PLUGINS: (import("@mui/x-charts/internals").ChartPlugin<UseChartBrushSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartCartesianAxisSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartPolarAxisSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartProZoomSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartTooltipSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartVisibilityManagerSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature> | import("@mui/x-charts/internals").ChartPlugin<UseProgressiveRenderingSignature>)[];
|
|
6
6
|
export type DefaultPluginSignatures<SeriesType extends ChartSeriesType = ChartSeriesType> = [UseChartZAxisSignature, UseChartBrushSignature, UseChartTooltipSignature<SeriesType>, UseChartInteractionSignature, UseChartCartesianAxisSignature<SeriesType>, UseChartPolarAxisSignature<SeriesType>, UseChartHighlightSignature<SeriesType>, UseChartVisibilityManagerSignature<SeriesType>, UseChartProZoomSignature, UseChartProExportSignature, UseProgressiveRenderingSignature];
|
|
7
7
|
export type DefaultPluginsType<SeriesType extends ChartSeriesType = ChartSeriesType> = ConvertSignaturesIntoPlugins<DefaultPluginSignatures<SeriesType>>;
|
|
8
|
-
export declare const DEFAULT_PLUGINS: (import("@mui/x-charts/internals").ChartPlugin<
|
|
8
|
+
export declare const DEFAULT_PLUGINS: (import("@mui/x-charts/internals").ChartPlugin<UseChartBrushSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartCartesianAxisSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartProZoomSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartTooltipSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartVisibilityManagerSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature> | import("@mui/x-charts/internals").ChartPlugin<UseProgressiveRenderingSignature>)[];
|
|
@@ -2,7 +2,7 @@ import type { ChartSeriesType, ConvertSignaturesIntoPlugins, UseChartCartesianAx
|
|
|
2
2
|
import type { UseChartProExportSignature, UseChartProZoomSignature } from '@mui/x-charts-pro/plugins';
|
|
3
3
|
export type AllPluginSignatures<SeriesType extends ChartSeriesType = ChartSeriesType> = [UseChartZAxisSignature, UseChartBrushSignature, UseChartTooltipSignature<SeriesType>, UseChartInteractionSignature, UseChartCartesianAxisSignature<SeriesType>, UseChartPolarAxisSignature<SeriesType>, UseChartHighlightSignature<SeriesType>, UseChartVisibilityManagerSignature<SeriesType>, UseChartProZoomSignature, UseChartProExportSignature, UseProgressiveRenderingSignature];
|
|
4
4
|
export type AllPluginsType<SeriesType extends ChartSeriesType = ChartSeriesType> = ConvertSignaturesIntoPlugins<AllPluginSignatures<SeriesType>>;
|
|
5
|
-
export declare const ALL_PLUGINS: (import("@mui/x-charts/internals").ChartPlugin<
|
|
5
|
+
export declare const ALL_PLUGINS: (import("@mui/x-charts/internals").ChartPlugin<UseChartBrushSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartCartesianAxisSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartPolarAxisSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartProZoomSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartTooltipSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartVisibilityManagerSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature> | import("@mui/x-charts/internals").ChartPlugin<UseProgressiveRenderingSignature>)[];
|
|
6
6
|
export type DefaultPluginSignatures<SeriesType extends ChartSeriesType = ChartSeriesType> = [UseChartZAxisSignature, UseChartBrushSignature, UseChartTooltipSignature<SeriesType>, UseChartInteractionSignature, UseChartCartesianAxisSignature<SeriesType>, UseChartPolarAxisSignature<SeriesType>, UseChartHighlightSignature<SeriesType>, UseChartVisibilityManagerSignature<SeriesType>, UseChartProZoomSignature, UseChartProExportSignature, UseProgressiveRenderingSignature];
|
|
7
7
|
export type DefaultPluginsType<SeriesType extends ChartSeriesType = ChartSeriesType> = ConvertSignaturesIntoPlugins<DefaultPluginSignatures<SeriesType>>;
|
|
8
|
-
export declare const DEFAULT_PLUGINS: (import("@mui/x-charts/internals").ChartPlugin<
|
|
8
|
+
export declare const DEFAULT_PLUGINS: (import("@mui/x-charts/internals").ChartPlugin<UseChartBrushSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartCartesianAxisSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartProZoomSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartTooltipSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartVisibilityManagerSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature> | import("@mui/x-charts/internals").ChartPlugin<UseProgressiveRenderingSignature>)[];
|
|
@@ -2,11 +2,11 @@ import type { ExtendedFeatureCollection, GeoProjection, GeoPath } from '@mui/x-c
|
|
|
2
2
|
import type { ChartState } from '@mui/x-charts/internals';
|
|
3
3
|
import type { GeoProjectionInput, GeoTooltipPosition, UseGeoProjectionSignature, UseGeoProjectionState } from "./useGeoProjection.types.mjs";
|
|
4
4
|
import type { UseGeoProjectionZoomState } from "../useGeoProjectionZoom/useGeoProjectionZoom.types.mjs";
|
|
5
|
-
export declare const selectorChartGeoProjectionState: (state: ChartState<[], [UseGeoProjectionSignature]>) => UseGeoProjectionState[
|
|
5
|
+
export declare const selectorChartGeoProjectionState: (state: ChartState<[], [UseGeoProjectionSignature]>) => UseGeoProjectionState['geoProjection'] | undefined;
|
|
6
6
|
export declare const selectorChartGeoData: (state: ChartState<[], [UseGeoProjectionSignature]>) => ExtendedFeatureCollection | null;
|
|
7
7
|
export declare const selectorChartGeoFeatureKey: (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<UseGeoProjectionState> & {
|
|
8
8
|
cacheKey: import("@mui/x-charts/internals").ChartStateCacheKey;
|
|
9
|
-
}) => string | ((feature: ExtendedFeatureCollection[
|
|
9
|
+
}) => string | ((feature: ExtendedFeatureCollection['features'][number]) => string | null);
|
|
10
10
|
export declare const selectorChartRawProjection: (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<UseGeoProjectionState> & {
|
|
11
11
|
cacheKey: import("@mui/x-charts/internals").ChartStateCacheKey;
|
|
12
12
|
}) => GeoProjectionInput | null;
|
|
@@ -2,11 +2,11 @@ import type { ExtendedFeatureCollection, GeoProjection, GeoPath } from '@mui/x-c
|
|
|
2
2
|
import type { ChartState } from '@mui/x-charts/internals';
|
|
3
3
|
import type { GeoProjectionInput, GeoTooltipPosition, UseGeoProjectionSignature, UseGeoProjectionState } from "./useGeoProjection.types.js";
|
|
4
4
|
import type { UseGeoProjectionZoomState } from "../useGeoProjectionZoom/useGeoProjectionZoom.types.js";
|
|
5
|
-
export declare const selectorChartGeoProjectionState: (state: ChartState<[], [UseGeoProjectionSignature]>) => UseGeoProjectionState[
|
|
5
|
+
export declare const selectorChartGeoProjectionState: (state: ChartState<[], [UseGeoProjectionSignature]>) => UseGeoProjectionState['geoProjection'] | undefined;
|
|
6
6
|
export declare const selectorChartGeoData: (state: ChartState<[], [UseGeoProjectionSignature]>) => ExtendedFeatureCollection | null;
|
|
7
7
|
export declare const selectorChartGeoFeatureKey: (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<UseGeoProjectionState> & {
|
|
8
8
|
cacheKey: import("@mui/x-charts/internals").ChartStateCacheKey;
|
|
9
|
-
}) => string | ((feature: ExtendedFeatureCollection[
|
|
9
|
+
}) => string | ((feature: ExtendedFeatureCollection['features'][number]) => string | null);
|
|
10
10
|
export declare const selectorChartRawProjection: (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<UseGeoProjectionState> & {
|
|
11
11
|
cacheKey: import("@mui/x-charts/internals").ChartStateCacheKey;
|
|
12
12
|
}) => GeoProjectionInput | null;
|
|
@@ -3,7 +3,7 @@ import type { MapRotationAxis, MapTranslationAxis, MapZoomView, UseGeoProjection
|
|
|
3
3
|
export declare const usePanOnDrag: ({
|
|
4
4
|
store,
|
|
5
5
|
instance
|
|
6
|
-
}: Pick<Parameters<ChartPlugin<UseGeoProjectionZoomSignature>>[0],
|
|
6
|
+
}: Pick<Parameters<ChartPlugin<UseGeoProjectionZoomSignature>>[0], 'store' | 'instance'>, applyView: (newView: MapZoomView) => void, options: {
|
|
7
7
|
enabled: boolean;
|
|
8
8
|
rotationAllowed: MapRotationAxis;
|
|
9
9
|
translationAllowed: MapTranslationAxis;
|
|
@@ -3,7 +3,7 @@ import type { MapRotationAxis, MapTranslationAxis, MapZoomView, UseGeoProjection
|
|
|
3
3
|
export declare const usePanOnDrag: ({
|
|
4
4
|
store,
|
|
5
5
|
instance
|
|
6
|
-
}: Pick<Parameters<ChartPlugin<UseGeoProjectionZoomSignature>>[0],
|
|
6
|
+
}: Pick<Parameters<ChartPlugin<UseGeoProjectionZoomSignature>>[0], 'store' | 'instance'>, applyView: (newView: MapZoomView) => void, options: {
|
|
7
7
|
enabled: boolean;
|
|
8
8
|
rotationAllowed: MapRotationAxis;
|
|
9
9
|
translationAllowed: MapTranslationAxis;
|
|
@@ -3,7 +3,7 @@ import type { MapRotationAxis, MapTranslationAxis, MapZoomView, UseGeoProjection
|
|
|
3
3
|
export declare const useZoomOnPinch: ({
|
|
4
4
|
store,
|
|
5
5
|
instance
|
|
6
|
-
}: Pick<Parameters<ChartPlugin<UseGeoProjectionZoomSignature>>[0],
|
|
6
|
+
}: Pick<Parameters<ChartPlugin<UseGeoProjectionZoomSignature>>[0], 'store' | 'instance'>, applyView: (newView: MapZoomView) => void, options: {
|
|
7
7
|
enabled: boolean;
|
|
8
8
|
rotationAllowed: MapRotationAxis;
|
|
9
9
|
translationAllowed: MapTranslationAxis;
|
|
@@ -3,7 +3,7 @@ import type { MapRotationAxis, MapTranslationAxis, MapZoomView, UseGeoProjection
|
|
|
3
3
|
export declare const useZoomOnPinch: ({
|
|
4
4
|
store,
|
|
5
5
|
instance
|
|
6
|
-
}: Pick<Parameters<ChartPlugin<UseGeoProjectionZoomSignature>>[0],
|
|
6
|
+
}: Pick<Parameters<ChartPlugin<UseGeoProjectionZoomSignature>>[0], 'store' | 'instance'>, applyView: (newView: MapZoomView) => void, options: {
|
|
7
7
|
enabled: boolean;
|
|
8
8
|
rotationAllowed: MapRotationAxis;
|
|
9
9
|
translationAllowed: MapTranslationAxis;
|
|
@@ -3,7 +3,7 @@ import type { MapRotationAxis, MapTranslationAxis, MapZoomView, UseGeoProjection
|
|
|
3
3
|
export declare const useZoomOnWheel: ({
|
|
4
4
|
store,
|
|
5
5
|
instance
|
|
6
|
-
}: Pick<Parameters<ChartPlugin<UseGeoProjectionZoomSignature>>[0],
|
|
6
|
+
}: Pick<Parameters<ChartPlugin<UseGeoProjectionZoomSignature>>[0], 'store' | 'instance'>, applyView: (newView: MapZoomView) => void, options: {
|
|
7
7
|
enabled: boolean;
|
|
8
8
|
rotationAllowed: MapRotationAxis;
|
|
9
9
|
translationAllowed: MapTranslationAxis;
|
|
@@ -3,7 +3,7 @@ import type { MapRotationAxis, MapTranslationAxis, MapZoomView, UseGeoProjection
|
|
|
3
3
|
export declare const useZoomOnWheel: ({
|
|
4
4
|
store,
|
|
5
5
|
instance
|
|
6
|
-
}: Pick<Parameters<ChartPlugin<UseGeoProjectionZoomSignature>>[0],
|
|
6
|
+
}: Pick<Parameters<ChartPlugin<UseGeoProjectionZoomSignature>>[0], 'store' | 'instance'>, applyView: (newView: MapZoomView) => void, options: {
|
|
7
7
|
enabled: boolean;
|
|
8
8
|
rotationAllowed: MapRotationAxis;
|
|
9
9
|
translationAllowed: MapTranslationAxis;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-charts-premium",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.10.1",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "The Premium plan edition of the MUI X Charts components.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"@mui/utils": "^9.2.0",
|
|
32
32
|
"clsx": "^2.1.1",
|
|
33
33
|
"prop-types": "^15.8.1",
|
|
34
|
-
"@mui/x-charts": "^9.
|
|
35
|
-
"@mui/x-
|
|
36
|
-
"@mui/x-charts-pro": "^9.9.0",
|
|
34
|
+
"@mui/x-charts": "^9.10.1",
|
|
35
|
+
"@mui/x-charts-pro": "^9.10.1",
|
|
37
36
|
"@mui/x-charts-vendor": "^9.4.0",
|
|
38
|
-
"@mui/x-
|
|
37
|
+
"@mui/x-license": "^9.10.1",
|
|
38
|
+
"@mui/x-internals": "^9.10.1"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@emotion/react": "^11.9.0",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { OHLCItemIdentifier } from "../../models/index.mjs";
|
|
2
2
|
export declare const selectorCandlestickItemAtPosition: (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, "
|
|
4
|
+
}, svgPoint: Pick<DOMPoint, "x" | "y">) => OHLCItemIdentifier | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { OHLCItemIdentifier } from "../../models/index.js";
|
|
2
2
|
export declare const selectorCandlestickItemAtPosition: (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, "
|
|
4
|
+
}, svgPoint: Pick<DOMPoint, "x" | "y">) => OHLCItemIdentifier | undefined;
|