@mui/x-charts-pro 8.3.0 → 8.3.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/CHANGELOG.md +96 -10
- package/ChartDataProviderPro/ChartDataProviderPro.js +1 -1
- package/esm/ChartDataProviderPro/ChartDataProviderPro.js +1 -1
- package/esm/index.d.ts +1 -1
- package/esm/index.js +1 -3
- package/index.d.ts +1 -1
- package/index.js +1 -68
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,96 @@
|
|
|
5
5
|
All notable changes to this project will be documented in this file.
|
|
6
6
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
7
7
|
|
|
8
|
+
## 8.3.1
|
|
9
|
+
|
|
10
|
+
_May 14, 2025_
|
|
11
|
+
|
|
12
|
+
We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
13
|
+
|
|
14
|
+
- 🌍 Improve Norwegian Bokmål (nb-NO) locale on the Data Grid
|
|
15
|
+
- 🌍 Improve Korean (ko-KR) locale on the Data Grid and Pickers
|
|
16
|
+
- 📚 Documentation improvements
|
|
17
|
+
- 🐞 Bugfixes
|
|
18
|
+
|
|
19
|
+
Special thanks go out to the community members for their valuable contributions:
|
|
20
|
+
@100pearlcent, @htollefsen, @JanPretzel, @sai6855.
|
|
21
|
+
Following are all team members who have contributed to this release:
|
|
22
|
+
@bernardobelchior, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @MBilalShafi, @oliviertassinari, @prakhargupta1.
|
|
23
|
+
|
|
24
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
25
|
+
|
|
26
|
+
### Data Grid
|
|
27
|
+
|
|
28
|
+
#### `@mui/x-data-grid@8.3.1`
|
|
29
|
+
|
|
30
|
+
- [DataGrid] Add `reason` param for `onRowSelectionModelChange` callback (#17545) @sai6855
|
|
31
|
+
- [DataGrid] Fix `renderContext` calculation loop (#17779) @cherniavskii
|
|
32
|
+
- [DataGrid] Fix column spanning jump on scroll (#17759) @cherniavskii
|
|
33
|
+
- [DataGrid] Fix material augmentation not working (#17761) @cherniavskii
|
|
34
|
+
- [DataGrid] Use arguments selector for checkbox props (#17683) @MBilalShafi
|
|
35
|
+
- [l10n] Improve Norwegian Bokmål (nb-NO) locale (#17766) @htollefsen
|
|
36
|
+
- [l10n] Improve Korean (ko-KR) locale (#17484) @100pearlcent
|
|
37
|
+
|
|
38
|
+
#### `@mui/x-data-grid-pro@8.3.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
39
|
+
|
|
40
|
+
Same changes as in `@mui/x-data-grid@8.3.1`.
|
|
41
|
+
|
|
42
|
+
#### `@mui/x-data-grid-premium@8.3.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
43
|
+
|
|
44
|
+
Same changes as in `@mui/x-data-grid-pro@8.3.1`, plus:
|
|
45
|
+
|
|
46
|
+
- [DataGridPremium] Fix aggregation label not being used in pivot panel (#17760) @cherniavskii
|
|
47
|
+
|
|
48
|
+
### Date and Time Pickers
|
|
49
|
+
|
|
50
|
+
#### `@mui/x-date-pickers@8.3.1`
|
|
51
|
+
|
|
52
|
+
- [fields] Add notch to the field outlined when the label is manually shrank (#17620) @flaviendelangle
|
|
53
|
+
- [l10n] Improve Korean (ko-KR) locale (#17484) @100pearlcent
|
|
54
|
+
|
|
55
|
+
#### `@mui/x-date-pickers-pro@8.3.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
56
|
+
|
|
57
|
+
Same changes as in `@mui/x-date-pickers@8.3.1`.
|
|
58
|
+
|
|
59
|
+
### Charts
|
|
60
|
+
|
|
61
|
+
#### `@mui/x-charts@8.3.1`
|
|
62
|
+
|
|
63
|
+
- [charts] Fix infinite tick number when zoom range is zero (#17750) @bernardobelchior
|
|
64
|
+
- [charts] Improve tick rendering performance (#17755) @bernardobelchior
|
|
65
|
+
|
|
66
|
+
#### `@mui/x-charts-pro@8.3.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
67
|
+
|
|
68
|
+
Same changes as in `@mui/x-charts@8.3.1`, plus:
|
|
69
|
+
|
|
70
|
+
- [charts-pro] Fix ESM build issue with Vite (#17774) @bernardobelchior
|
|
71
|
+
- [charts-pro] Add benchmark for zoomed in scatter chart (#17756) @bernardobelchior
|
|
72
|
+
|
|
73
|
+
### Tree View
|
|
74
|
+
|
|
75
|
+
#### `@mui/x-tree-view@8.3.1`
|
|
76
|
+
|
|
77
|
+
Internal changes.
|
|
78
|
+
|
|
79
|
+
#### `@mui/x-tree-view-pro@8.3.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
80
|
+
|
|
81
|
+
Same changes as in `@mui/x-tree-view@8.3.1`.
|
|
82
|
+
|
|
83
|
+
### Docs
|
|
84
|
+
|
|
85
|
+
- [docs] Fix 301 to Next.js docs for license @oliviertassinari
|
|
86
|
+
- [docs] Fix AI assistant API URL (#17745) @oliviertassinari
|
|
87
|
+
- [docs] Fix heading structure in README @oliviertassinari
|
|
88
|
+
- [docs] Fix translation keys documentation (#17811) @JanPretzel
|
|
89
|
+
- [docs] Improve CHANGELOG format @oliviertassinari
|
|
90
|
+
|
|
91
|
+
### Core
|
|
92
|
+
|
|
93
|
+
- [core] Apply YAML convention, blank line only at top level @oliviertassinari
|
|
94
|
+
- [code-infra] Fix dynamic import missing extensions (#17767) @Janpot
|
|
95
|
+
- [code-infra] Replace `mocha` with `vitest` for browser & jsdom tests (#14508) @JCQuintas
|
|
96
|
+
- [scheduler] Create the package and setup a private doc page (#17239) @flaviendelangle
|
|
97
|
+
|
|
8
98
|
## 8.3.0
|
|
9
99
|
|
|
10
100
|
_May 8, 2025_
|
|
@@ -15,10 +105,8 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
|
|
|
15
105
|
- 📚 Documentation improvements
|
|
16
106
|
- 🐞 Bugfixes
|
|
17
107
|
|
|
18
|
-
Special thanks go out to this community member for a valuable contribution:
|
|
19
|
-
@
|
|
20
|
-
Team members who have contributed to this release:
|
|
21
|
-
@alexfauquette, @arminmeh, @bernardobelchior, @flaviendelangle, @Janpot, @JCQuintas, @LukasTy, @MBilalShafi, @rita-codes, @romgrk.
|
|
108
|
+
Special thanks go out to this community member for a valuable contribution: @ptuukkan.
|
|
109
|
+
Team members who have contributed to this release: @alexfauquette, @arminmeh, @bernardobelchior, @flaviendelangle, @Janpot, @JCQuintas, @LukasTy, @MBilalShafi, @rita-codes, @romgrk.
|
|
22
110
|
|
|
23
111
|
### Data Grid
|
|
24
112
|
|
|
@@ -531,8 +619,7 @@ We'd like to offer a big thanks to the 12 contributors who made this release pos
|
|
|
531
619
|
- 📚 Documentation improvements
|
|
532
620
|
- 🐞 Bugfixes
|
|
533
621
|
|
|
534
|
-
Team members who have contributed to this release:
|
|
535
|
-
@bernardobelchior, @cherniavskii, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @michelengelen, @oliviertassinari, @noraleonte, @romgrk, @alexfauquette.
|
|
622
|
+
Team members who have contributed to this release: @bernardobelchior, @cherniavskii, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @michelengelen, @oliviertassinari, @noraleonte, @romgrk, @alexfauquette.
|
|
536
623
|
|
|
537
624
|
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
538
625
|
|
|
@@ -845,7 +932,7 @@ We'd like to offer a big thanks to the 21 contributors who made this release pos
|
|
|
845
932
|
- 🌍 Improve Chinese (zh-CN), (zh-HK), (zh-TW), Czech (cs-CZ), Korean (ko-KR) and Slovak (sk-Sk) locales on the Data Grid
|
|
846
933
|
- 🌍 Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales on the Pickers
|
|
847
934
|
|
|
848
|
-
|
|
935
|
+
### Breaking changes
|
|
849
936
|
|
|
850
937
|
- ℹ️ The peer dependency on `@mui/material` has been updated to accept only v7.
|
|
851
938
|
This has been done to increase the adoption rate of ESM.
|
|
@@ -858,7 +945,7 @@ Following are all team members who have contributed to this release:
|
|
|
858
945
|
|
|
859
946
|
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
860
947
|
|
|
861
|
-
|
|
948
|
+
### Alpha release highlights
|
|
862
949
|
|
|
863
950
|
Below are the highlights of the alpha releases leading up to this beta release:
|
|
864
951
|
|
|
@@ -3152,8 +3239,7 @@ We'd like to offer a big thanks to the 4 contributors who made this release poss
|
|
|
3152
3239
|
|
|
3153
3240
|
- 🐞 Bugfixes
|
|
3154
3241
|
|
|
3155
|
-
Team members who have contributed to this release:
|
|
3156
|
-
@arminmeh, @cherniavskii, @LukasTy, @michelengelen.
|
|
3242
|
+
Team members who have contributed to this release: @arminmeh, @cherniavskii, @LukasTy, @michelengelen.
|
|
3157
3243
|
|
|
3158
3244
|
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
3159
3245
|
|
|
@@ -17,7 +17,7 @@ var _useLicenseVerifier = require("@mui/x-license/useLicenseVerifier");
|
|
|
17
17
|
var _allPlugins = require("../internals/plugins/allPlugins");
|
|
18
18
|
var _useChartDataProviderProProps = require("./useChartDataProviderProProps");
|
|
19
19
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
20
|
-
const releaseInfo = "
|
|
20
|
+
const releaseInfo = "MTc0NzE3MzYwMDAwMA==";
|
|
21
21
|
const packageIdentifier = 'x-charts-pro';
|
|
22
22
|
/**
|
|
23
23
|
* Orchestrates the data providers for the chart components and hooks.
|
|
@@ -10,7 +10,7 @@ import { useLicenseVerifier } from '@mui/x-license/useLicenseVerifier';
|
|
|
10
10
|
import { DEFAULT_PLUGINS } from "../internals/plugins/allPlugins.js";
|
|
11
11
|
import { useChartDataProviderProProps } from "./useChartDataProviderProProps.js";
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
-
const releaseInfo = "
|
|
13
|
+
const releaseInfo = "MTc0NzE3MzYwMDAwMA==";
|
|
14
14
|
const packageIdentifier = 'x-charts-pro';
|
|
15
15
|
/**
|
|
16
16
|
* Orchestrates the data providers for the chart components and hooks.
|
package/esm/index.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ export * from '@mui/x-charts/RadarChart';
|
|
|
25
25
|
export * from '@mui/x-charts/ChartsSurface';
|
|
26
26
|
export * from '@mui/x-charts/ChartDataProvider';
|
|
27
27
|
export * from '@mui/x-charts/ChartsLabel';
|
|
28
|
-
export { ZoomData, ZoomFilterMode, ZoomOptions, ZoomSliderOptions } from '@mui/x-charts/internals';
|
|
28
|
+
export type { ZoomData, ZoomFilterMode, ZoomOptions, ZoomSliderOptions } from '@mui/x-charts/internals';
|
|
29
29
|
export * from "./hooks/index.js";
|
|
30
30
|
export * from "./Heatmap/index.js";
|
|
31
31
|
export * from "./ChartContainerPro/index.js";
|
package/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @mui/x-charts-pro v8.3.
|
|
2
|
+
* @mui/x-charts-pro v8.3.1
|
|
3
3
|
*
|
|
4
4
|
* @license MUI X Commercial
|
|
5
5
|
* This source code is licensed under the commercial license found in the
|
|
@@ -34,8 +34,6 @@ export * from '@mui/x-charts/RadarChart';
|
|
|
34
34
|
export * from '@mui/x-charts/ChartsSurface';
|
|
35
35
|
export * from '@mui/x-charts/ChartDataProvider';
|
|
36
36
|
export * from '@mui/x-charts/ChartsLabel';
|
|
37
|
-
export { ZoomData, ZoomFilterMode, ZoomOptions, ZoomSliderOptions } from '@mui/x-charts/internals';
|
|
38
|
-
|
|
39
37
|
// Pro components
|
|
40
38
|
export * from "./hooks/index.js";
|
|
41
39
|
export * from "./Heatmap/index.js";
|
package/index.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ export * from '@mui/x-charts/RadarChart';
|
|
|
25
25
|
export * from '@mui/x-charts/ChartsSurface';
|
|
26
26
|
export * from '@mui/x-charts/ChartDataProvider';
|
|
27
27
|
export * from '@mui/x-charts/ChartsLabel';
|
|
28
|
-
export { ZoomData, ZoomFilterMode, ZoomOptions, ZoomSliderOptions } from '@mui/x-charts/internals';
|
|
28
|
+
export type { ZoomData, ZoomFilterMode, ZoomOptions, ZoomSliderOptions } from '@mui/x-charts/internals';
|
|
29
29
|
export * from "./hooks/index.js";
|
|
30
30
|
export * from "./Heatmap/index.js";
|
|
31
31
|
export * from "./ChartContainerPro/index.js";
|
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @mui/x-charts-pro v8.3.
|
|
2
|
+
* @mui/x-charts-pro v8.3.1
|
|
3
3
|
*
|
|
4
4
|
* @license MUI X Commercial
|
|
5
5
|
* This source code is licensed under the commercial license found in the
|
|
@@ -10,41 +10,10 @@
|
|
|
10
10
|
Object.defineProperty(exports, "__esModule", {
|
|
11
11
|
value: true
|
|
12
12
|
});
|
|
13
|
-
var _exportNames = {
|
|
14
|
-
ZoomData: true,
|
|
15
|
-
ZoomFilterMode: true,
|
|
16
|
-
ZoomOptions: true,
|
|
17
|
-
ZoomSliderOptions: true
|
|
18
|
-
};
|
|
19
|
-
Object.defineProperty(exports, "ZoomData", {
|
|
20
|
-
enumerable: true,
|
|
21
|
-
get: function () {
|
|
22
|
-
return _internals.ZoomData;
|
|
23
|
-
}
|
|
24
|
-
});
|
|
25
|
-
Object.defineProperty(exports, "ZoomFilterMode", {
|
|
26
|
-
enumerable: true,
|
|
27
|
-
get: function () {
|
|
28
|
-
return _internals.ZoomFilterMode;
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
Object.defineProperty(exports, "ZoomOptions", {
|
|
32
|
-
enumerable: true,
|
|
33
|
-
get: function () {
|
|
34
|
-
return _internals.ZoomOptions;
|
|
35
|
-
}
|
|
36
|
-
});
|
|
37
|
-
Object.defineProperty(exports, "ZoomSliderOptions", {
|
|
38
|
-
enumerable: true,
|
|
39
|
-
get: function () {
|
|
40
|
-
return _internals.ZoomSliderOptions;
|
|
41
|
-
}
|
|
42
|
-
});
|
|
43
13
|
require("./typeOverloads/modules");
|
|
44
14
|
var _constants = require("@mui/x-charts/constants");
|
|
45
15
|
Object.keys(_constants).forEach(function (key) {
|
|
46
16
|
if (key === "default" || key === "__esModule") return;
|
|
47
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
48
17
|
if (key in exports && exports[key] === _constants[key]) return;
|
|
49
18
|
Object.defineProperty(exports, key, {
|
|
50
19
|
enumerable: true,
|
|
@@ -56,7 +25,6 @@ Object.keys(_constants).forEach(function (key) {
|
|
|
56
25
|
var _context = require("@mui/x-charts/context");
|
|
57
26
|
Object.keys(_context).forEach(function (key) {
|
|
58
27
|
if (key === "default" || key === "__esModule") return;
|
|
59
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
60
28
|
if (key in exports && exports[key] === _context[key]) return;
|
|
61
29
|
Object.defineProperty(exports, key, {
|
|
62
30
|
enumerable: true,
|
|
@@ -68,7 +36,6 @@ Object.keys(_context).forEach(function (key) {
|
|
|
68
36
|
var _hooks = require("@mui/x-charts/hooks");
|
|
69
37
|
Object.keys(_hooks).forEach(function (key) {
|
|
70
38
|
if (key === "default" || key === "__esModule") return;
|
|
71
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
72
39
|
if (key in exports && exports[key] === _hooks[key]) return;
|
|
73
40
|
Object.defineProperty(exports, key, {
|
|
74
41
|
enumerable: true,
|
|
@@ -80,7 +47,6 @@ Object.keys(_hooks).forEach(function (key) {
|
|
|
80
47
|
var _colorPalettes = require("@mui/x-charts/colorPalettes");
|
|
81
48
|
Object.keys(_colorPalettes).forEach(function (key) {
|
|
82
49
|
if (key === "default" || key === "__esModule") return;
|
|
83
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
84
50
|
if (key in exports && exports[key] === _colorPalettes[key]) return;
|
|
85
51
|
Object.defineProperty(exports, key, {
|
|
86
52
|
enumerable: true,
|
|
@@ -92,7 +58,6 @@ Object.keys(_colorPalettes).forEach(function (key) {
|
|
|
92
58
|
var _models = require("@mui/x-charts/models");
|
|
93
59
|
Object.keys(_models).forEach(function (key) {
|
|
94
60
|
if (key === "default" || key === "__esModule") return;
|
|
95
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
96
61
|
if (key in exports && exports[key] === _models[key]) return;
|
|
97
62
|
Object.defineProperty(exports, key, {
|
|
98
63
|
enumerable: true,
|
|
@@ -104,7 +69,6 @@ Object.keys(_models).forEach(function (key) {
|
|
|
104
69
|
var _ChartsClipPath = require("@mui/x-charts/ChartsClipPath");
|
|
105
70
|
Object.keys(_ChartsClipPath).forEach(function (key) {
|
|
106
71
|
if (key === "default" || key === "__esModule") return;
|
|
107
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
108
72
|
if (key in exports && exports[key] === _ChartsClipPath[key]) return;
|
|
109
73
|
Object.defineProperty(exports, key, {
|
|
110
74
|
enumerable: true,
|
|
@@ -116,7 +80,6 @@ Object.keys(_ChartsClipPath).forEach(function (key) {
|
|
|
116
80
|
var _ChartsReferenceLine = require("@mui/x-charts/ChartsReferenceLine");
|
|
117
81
|
Object.keys(_ChartsReferenceLine).forEach(function (key) {
|
|
118
82
|
if (key === "default" || key === "__esModule") return;
|
|
119
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
120
83
|
if (key in exports && exports[key] === _ChartsReferenceLine[key]) return;
|
|
121
84
|
Object.defineProperty(exports, key, {
|
|
122
85
|
enumerable: true,
|
|
@@ -128,7 +91,6 @@ Object.keys(_ChartsReferenceLine).forEach(function (key) {
|
|
|
128
91
|
var _ChartsAxis = require("@mui/x-charts/ChartsAxis");
|
|
129
92
|
Object.keys(_ChartsAxis).forEach(function (key) {
|
|
130
93
|
if (key === "default" || key === "__esModule") return;
|
|
131
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
132
94
|
if (key in exports && exports[key] === _ChartsAxis[key]) return;
|
|
133
95
|
Object.defineProperty(exports, key, {
|
|
134
96
|
enumerable: true,
|
|
@@ -140,7 +102,6 @@ Object.keys(_ChartsAxis).forEach(function (key) {
|
|
|
140
102
|
var _ChartsXAxis = require("@mui/x-charts/ChartsXAxis");
|
|
141
103
|
Object.keys(_ChartsXAxis).forEach(function (key) {
|
|
142
104
|
if (key === "default" || key === "__esModule") return;
|
|
143
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
144
105
|
if (key in exports && exports[key] === _ChartsXAxis[key]) return;
|
|
145
106
|
Object.defineProperty(exports, key, {
|
|
146
107
|
enumerable: true,
|
|
@@ -152,7 +113,6 @@ Object.keys(_ChartsXAxis).forEach(function (key) {
|
|
|
152
113
|
var _ChartsYAxis = require("@mui/x-charts/ChartsYAxis");
|
|
153
114
|
Object.keys(_ChartsYAxis).forEach(function (key) {
|
|
154
115
|
if (key === "default" || key === "__esModule") return;
|
|
155
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
156
116
|
if (key in exports && exports[key] === _ChartsYAxis[key]) return;
|
|
157
117
|
Object.defineProperty(exports, key, {
|
|
158
118
|
enumerable: true,
|
|
@@ -164,7 +124,6 @@ Object.keys(_ChartsYAxis).forEach(function (key) {
|
|
|
164
124
|
var _ChartsGrid = require("@mui/x-charts/ChartsGrid");
|
|
165
125
|
Object.keys(_ChartsGrid).forEach(function (key) {
|
|
166
126
|
if (key === "default" || key === "__esModule") return;
|
|
167
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
168
127
|
if (key in exports && exports[key] === _ChartsGrid[key]) return;
|
|
169
128
|
Object.defineProperty(exports, key, {
|
|
170
129
|
enumerable: true,
|
|
@@ -176,7 +135,6 @@ Object.keys(_ChartsGrid).forEach(function (key) {
|
|
|
176
135
|
var _ChartsText = require("@mui/x-charts/ChartsText");
|
|
177
136
|
Object.keys(_ChartsText).forEach(function (key) {
|
|
178
137
|
if (key === "default" || key === "__esModule") return;
|
|
179
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
180
138
|
if (key in exports && exports[key] === _ChartsText[key]) return;
|
|
181
139
|
Object.defineProperty(exports, key, {
|
|
182
140
|
enumerable: true,
|
|
@@ -188,7 +146,6 @@ Object.keys(_ChartsText).forEach(function (key) {
|
|
|
188
146
|
var _ChartsTooltip = require("@mui/x-charts/ChartsTooltip");
|
|
189
147
|
Object.keys(_ChartsTooltip).forEach(function (key) {
|
|
190
148
|
if (key === "default" || key === "__esModule") return;
|
|
191
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
192
149
|
if (key in exports && exports[key] === _ChartsTooltip[key]) return;
|
|
193
150
|
Object.defineProperty(exports, key, {
|
|
194
151
|
enumerable: true,
|
|
@@ -200,7 +157,6 @@ Object.keys(_ChartsTooltip).forEach(function (key) {
|
|
|
200
157
|
var _ChartsLegend = require("@mui/x-charts/ChartsLegend");
|
|
201
158
|
Object.keys(_ChartsLegend).forEach(function (key) {
|
|
202
159
|
if (key === "default" || key === "__esModule") return;
|
|
203
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
204
160
|
if (key in exports && exports[key] === _ChartsLegend[key]) return;
|
|
205
161
|
Object.defineProperty(exports, key, {
|
|
206
162
|
enumerable: true,
|
|
@@ -212,7 +168,6 @@ Object.keys(_ChartsLegend).forEach(function (key) {
|
|
|
212
168
|
var _ChartsLocalizationProvider = require("@mui/x-charts/ChartsLocalizationProvider");
|
|
213
169
|
Object.keys(_ChartsLocalizationProvider).forEach(function (key) {
|
|
214
170
|
if (key === "default" || key === "__esModule") return;
|
|
215
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
216
171
|
if (key in exports && exports[key] === _ChartsLocalizationProvider[key]) return;
|
|
217
172
|
Object.defineProperty(exports, key, {
|
|
218
173
|
enumerable: true,
|
|
@@ -224,7 +179,6 @@ Object.keys(_ChartsLocalizationProvider).forEach(function (key) {
|
|
|
224
179
|
var _ChartsAxisHighlight = require("@mui/x-charts/ChartsAxisHighlight");
|
|
225
180
|
Object.keys(_ChartsAxisHighlight).forEach(function (key) {
|
|
226
181
|
if (key === "default" || key === "__esModule") return;
|
|
227
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
228
182
|
if (key in exports && exports[key] === _ChartsAxisHighlight[key]) return;
|
|
229
183
|
Object.defineProperty(exports, key, {
|
|
230
184
|
enumerable: true,
|
|
@@ -236,7 +190,6 @@ Object.keys(_ChartsAxisHighlight).forEach(function (key) {
|
|
|
236
190
|
var _BarChart = require("@mui/x-charts/BarChart");
|
|
237
191
|
Object.keys(_BarChart).forEach(function (key) {
|
|
238
192
|
if (key === "default" || key === "__esModule") return;
|
|
239
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
240
193
|
if (key in exports && exports[key] === _BarChart[key]) return;
|
|
241
194
|
Object.defineProperty(exports, key, {
|
|
242
195
|
enumerable: true,
|
|
@@ -248,7 +201,6 @@ Object.keys(_BarChart).forEach(function (key) {
|
|
|
248
201
|
var _LineChart = require("@mui/x-charts/LineChart");
|
|
249
202
|
Object.keys(_LineChart).forEach(function (key) {
|
|
250
203
|
if (key === "default" || key === "__esModule") return;
|
|
251
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
252
204
|
if (key in exports && exports[key] === _LineChart[key]) return;
|
|
253
205
|
Object.defineProperty(exports, key, {
|
|
254
206
|
enumerable: true,
|
|
@@ -260,7 +212,6 @@ Object.keys(_LineChart).forEach(function (key) {
|
|
|
260
212
|
var _PieChart = require("@mui/x-charts/PieChart");
|
|
261
213
|
Object.keys(_PieChart).forEach(function (key) {
|
|
262
214
|
if (key === "default" || key === "__esModule") return;
|
|
263
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
264
215
|
if (key in exports && exports[key] === _PieChart[key]) return;
|
|
265
216
|
Object.defineProperty(exports, key, {
|
|
266
217
|
enumerable: true,
|
|
@@ -272,7 +223,6 @@ Object.keys(_PieChart).forEach(function (key) {
|
|
|
272
223
|
var _ScatterChart = require("@mui/x-charts/ScatterChart");
|
|
273
224
|
Object.keys(_ScatterChart).forEach(function (key) {
|
|
274
225
|
if (key === "default" || key === "__esModule") return;
|
|
275
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
276
226
|
if (key in exports && exports[key] === _ScatterChart[key]) return;
|
|
277
227
|
Object.defineProperty(exports, key, {
|
|
278
228
|
enumerable: true,
|
|
@@ -284,7 +234,6 @@ Object.keys(_ScatterChart).forEach(function (key) {
|
|
|
284
234
|
var _SparkLineChart = require("@mui/x-charts/SparkLineChart");
|
|
285
235
|
Object.keys(_SparkLineChart).forEach(function (key) {
|
|
286
236
|
if (key === "default" || key === "__esModule") return;
|
|
287
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
288
237
|
if (key in exports && exports[key] === _SparkLineChart[key]) return;
|
|
289
238
|
Object.defineProperty(exports, key, {
|
|
290
239
|
enumerable: true,
|
|
@@ -296,7 +245,6 @@ Object.keys(_SparkLineChart).forEach(function (key) {
|
|
|
296
245
|
var _Gauge = require("@mui/x-charts/Gauge");
|
|
297
246
|
Object.keys(_Gauge).forEach(function (key) {
|
|
298
247
|
if (key === "default" || key === "__esModule") return;
|
|
299
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
300
248
|
if (key in exports && exports[key] === _Gauge[key]) return;
|
|
301
249
|
Object.defineProperty(exports, key, {
|
|
302
250
|
enumerable: true,
|
|
@@ -308,7 +256,6 @@ Object.keys(_Gauge).forEach(function (key) {
|
|
|
308
256
|
var _RadarChart = require("@mui/x-charts/RadarChart");
|
|
309
257
|
Object.keys(_RadarChart).forEach(function (key) {
|
|
310
258
|
if (key === "default" || key === "__esModule") return;
|
|
311
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
312
259
|
if (key in exports && exports[key] === _RadarChart[key]) return;
|
|
313
260
|
Object.defineProperty(exports, key, {
|
|
314
261
|
enumerable: true,
|
|
@@ -320,7 +267,6 @@ Object.keys(_RadarChart).forEach(function (key) {
|
|
|
320
267
|
var _ChartsSurface = require("@mui/x-charts/ChartsSurface");
|
|
321
268
|
Object.keys(_ChartsSurface).forEach(function (key) {
|
|
322
269
|
if (key === "default" || key === "__esModule") return;
|
|
323
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
324
270
|
if (key in exports && exports[key] === _ChartsSurface[key]) return;
|
|
325
271
|
Object.defineProperty(exports, key, {
|
|
326
272
|
enumerable: true,
|
|
@@ -332,7 +278,6 @@ Object.keys(_ChartsSurface).forEach(function (key) {
|
|
|
332
278
|
var _ChartDataProvider = require("@mui/x-charts/ChartDataProvider");
|
|
333
279
|
Object.keys(_ChartDataProvider).forEach(function (key) {
|
|
334
280
|
if (key === "default" || key === "__esModule") return;
|
|
335
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
336
281
|
if (key in exports && exports[key] === _ChartDataProvider[key]) return;
|
|
337
282
|
Object.defineProperty(exports, key, {
|
|
338
283
|
enumerable: true,
|
|
@@ -344,7 +289,6 @@ Object.keys(_ChartDataProvider).forEach(function (key) {
|
|
|
344
289
|
var _ChartsLabel = require("@mui/x-charts/ChartsLabel");
|
|
345
290
|
Object.keys(_ChartsLabel).forEach(function (key) {
|
|
346
291
|
if (key === "default" || key === "__esModule") return;
|
|
347
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
348
292
|
if (key in exports && exports[key] === _ChartsLabel[key]) return;
|
|
349
293
|
Object.defineProperty(exports, key, {
|
|
350
294
|
enumerable: true,
|
|
@@ -353,11 +297,9 @@ Object.keys(_ChartsLabel).forEach(function (key) {
|
|
|
353
297
|
}
|
|
354
298
|
});
|
|
355
299
|
});
|
|
356
|
-
var _internals = require("@mui/x-charts/internals");
|
|
357
300
|
var _hooks2 = require("./hooks");
|
|
358
301
|
Object.keys(_hooks2).forEach(function (key) {
|
|
359
302
|
if (key === "default" || key === "__esModule") return;
|
|
360
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
361
303
|
if (key in exports && exports[key] === _hooks2[key]) return;
|
|
362
304
|
Object.defineProperty(exports, key, {
|
|
363
305
|
enumerable: true,
|
|
@@ -369,7 +311,6 @@ Object.keys(_hooks2).forEach(function (key) {
|
|
|
369
311
|
var _Heatmap = require("./Heatmap");
|
|
370
312
|
Object.keys(_Heatmap).forEach(function (key) {
|
|
371
313
|
if (key === "default" || key === "__esModule") return;
|
|
372
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
373
314
|
if (key in exports && exports[key] === _Heatmap[key]) return;
|
|
374
315
|
Object.defineProperty(exports, key, {
|
|
375
316
|
enumerable: true,
|
|
@@ -381,7 +322,6 @@ Object.keys(_Heatmap).forEach(function (key) {
|
|
|
381
322
|
var _ChartContainerPro = require("./ChartContainerPro");
|
|
382
323
|
Object.keys(_ChartContainerPro).forEach(function (key) {
|
|
383
324
|
if (key === "default" || key === "__esModule") return;
|
|
384
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
385
325
|
if (key in exports && exports[key] === _ChartContainerPro[key]) return;
|
|
386
326
|
Object.defineProperty(exports, key, {
|
|
387
327
|
enumerable: true,
|
|
@@ -393,7 +333,6 @@ Object.keys(_ChartContainerPro).forEach(function (key) {
|
|
|
393
333
|
var _ChartDataProviderPro = require("./ChartDataProviderPro");
|
|
394
334
|
Object.keys(_ChartDataProviderPro).forEach(function (key) {
|
|
395
335
|
if (key === "default" || key === "__esModule") return;
|
|
396
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
397
336
|
if (key in exports && exports[key] === _ChartDataProviderPro[key]) return;
|
|
398
337
|
Object.defineProperty(exports, key, {
|
|
399
338
|
enumerable: true,
|
|
@@ -405,7 +344,6 @@ Object.keys(_ChartDataProviderPro).forEach(function (key) {
|
|
|
405
344
|
var _ScatterChartPro = require("./ScatterChartPro");
|
|
406
345
|
Object.keys(_ScatterChartPro).forEach(function (key) {
|
|
407
346
|
if (key === "default" || key === "__esModule") return;
|
|
408
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
409
347
|
if (key in exports && exports[key] === _ScatterChartPro[key]) return;
|
|
410
348
|
Object.defineProperty(exports, key, {
|
|
411
349
|
enumerable: true,
|
|
@@ -417,7 +355,6 @@ Object.keys(_ScatterChartPro).forEach(function (key) {
|
|
|
417
355
|
var _BarChartPro = require("./BarChartPro");
|
|
418
356
|
Object.keys(_BarChartPro).forEach(function (key) {
|
|
419
357
|
if (key === "default" || key === "__esModule") return;
|
|
420
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
421
358
|
if (key in exports && exports[key] === _BarChartPro[key]) return;
|
|
422
359
|
Object.defineProperty(exports, key, {
|
|
423
360
|
enumerable: true,
|
|
@@ -429,7 +366,6 @@ Object.keys(_BarChartPro).forEach(function (key) {
|
|
|
429
366
|
var _LineChartPro = require("./LineChartPro");
|
|
430
367
|
Object.keys(_LineChartPro).forEach(function (key) {
|
|
431
368
|
if (key === "default" || key === "__esModule") return;
|
|
432
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
433
369
|
if (key in exports && exports[key] === _LineChartPro[key]) return;
|
|
434
370
|
Object.defineProperty(exports, key, {
|
|
435
371
|
enumerable: true,
|
|
@@ -441,7 +377,6 @@ Object.keys(_LineChartPro).forEach(function (key) {
|
|
|
441
377
|
var _FunnelChart = require("./FunnelChart");
|
|
442
378
|
Object.keys(_FunnelChart).forEach(function (key) {
|
|
443
379
|
if (key === "default" || key === "__esModule") return;
|
|
444
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
445
380
|
if (key in exports && exports[key] === _FunnelChart[key]) return;
|
|
446
381
|
Object.defineProperty(exports, key, {
|
|
447
382
|
enumerable: true,
|
|
@@ -453,7 +388,6 @@ Object.keys(_FunnelChart).forEach(function (key) {
|
|
|
453
388
|
var _ChartZoomSlider = require("./ChartZoomSlider");
|
|
454
389
|
Object.keys(_ChartZoomSlider).forEach(function (key) {
|
|
455
390
|
if (key === "default" || key === "__esModule") return;
|
|
456
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
457
391
|
if (key in exports && exports[key] === _ChartZoomSlider[key]) return;
|
|
458
392
|
Object.defineProperty(exports, key, {
|
|
459
393
|
enumerable: true,
|
|
@@ -465,7 +399,6 @@ Object.keys(_ChartZoomSlider).forEach(function (key) {
|
|
|
465
399
|
var _ChartsToolbarPro = require("./ChartsToolbarPro");
|
|
466
400
|
Object.keys(_ChartsToolbarPro).forEach(function (key) {
|
|
467
401
|
if (key === "default" || key === "__esModule") return;
|
|
468
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
469
402
|
if (key in exports && exports[key] === _ChartsToolbarPro[key]) return;
|
|
470
403
|
Object.defineProperty(exports, key, {
|
|
471
404
|
enumerable: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-charts-pro",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.1",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "The Pro plan edition of the MUI X Charts components.",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"@mui/utils": "^7.0.2",
|
|
34
34
|
"clsx": "^2.1.1",
|
|
35
35
|
"prop-types": "^15.8.1",
|
|
36
|
-
"@mui/x-internals": "8.3.
|
|
37
|
-
"@mui/x-
|
|
38
|
-
"@mui/x-
|
|
39
|
-
"@mui/x-charts
|
|
36
|
+
"@mui/x-internals": "8.3.1",
|
|
37
|
+
"@mui/x-charts-vendor": "8.3.1",
|
|
38
|
+
"@mui/x-license": "8.3.1",
|
|
39
|
+
"@mui/x-charts": "8.3.1"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@emotion/react": "^11.9.0",
|