@mui/x-data-grid-pro 6.18.5 → 6.18.7
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 +91 -0
- package/DataGridPro/DataGridPro.js +19 -20
- package/index.js +1 -1
- package/legacy/DataGridPro/DataGridPro.js +19 -20
- package/legacy/index.js +1 -1
- package/legacy/utils/releaseInfo.js +1 -1
- package/modern/DataGridPro/DataGridPro.js +19 -20
- package/modern/index.js +1 -1
- package/modern/utils/releaseInfo.js +1 -1
- package/node/DataGridPro/DataGridPro.js +19 -20
- package/node/index.js +1 -1
- package/node/utils/releaseInfo.js +1 -1
- package/package.json +2 -2
- package/utils/releaseInfo.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,97 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 6.18.7
|
|
7
|
+
|
|
8
|
+
_Jan 5, 2024_
|
|
9
|
+
|
|
10
|
+
We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 🌍 Improve Czech (cs-CZ) locale on Data Grid (#11429) @wensiet
|
|
13
|
+
- 🐞 Bugfixes
|
|
14
|
+
|
|
15
|
+
### Data Grid
|
|
16
|
+
|
|
17
|
+
#### `@mui/x-data-grid@6.18.7`
|
|
18
|
+
|
|
19
|
+
- [DataGrid] Don't evaluate `hasEval` when `disableEval` is set (#11553) @reihwald
|
|
20
|
+
- [l10n] Update Czech (cs-CZ) locale (#11498) @fdebef
|
|
21
|
+
|
|
22
|
+
#### `@mui/x-data-grid-pro@6.18.7` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
23
|
+
|
|
24
|
+
Same changes as in `@mui/x-data-grid@6.18.7`.
|
|
25
|
+
|
|
26
|
+
#### `@mui/x-data-grid-premium@6.18.7` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
27
|
+
|
|
28
|
+
Same changes as in `@mui/x-data-grid-pro@6.18.7`.
|
|
29
|
+
|
|
30
|
+
### Date Pickers
|
|
31
|
+
|
|
32
|
+
#### `@mui/x-date-pickers@6.18.7`
|
|
33
|
+
|
|
34
|
+
- [pickers] Fix views management (@LukasTy) (#11572)
|
|
35
|
+
|
|
36
|
+
#### `@mui/x-date-pickers-pro@6.18.7` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
37
|
+
|
|
38
|
+
Same changes as in `@mui/x-date-pickers@6.18.7`.
|
|
39
|
+
|
|
40
|
+
### Charts / `@mui/x-charts@6.18.7`
|
|
41
|
+
|
|
42
|
+
- [charts] Fix `null` in line chart using dataset (@alexfauquette) (#11561)
|
|
43
|
+
|
|
44
|
+
### Docs
|
|
45
|
+
|
|
46
|
+
- [docs] Clarify Pickers usage with Luxon (#11566) @LukasTy
|
|
47
|
+
|
|
48
|
+
## 6.18.6
|
|
49
|
+
|
|
50
|
+
_Dec 22, 2023_
|
|
51
|
+
|
|
52
|
+
We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
|
|
53
|
+
|
|
54
|
+
- 🌍 Improve Russian (ru-RU) locale (#11429) @wensiet
|
|
55
|
+
- 🐞 Bugfixes
|
|
56
|
+
|
|
57
|
+
### Data Grid
|
|
58
|
+
|
|
59
|
+
#### `@mui/x-data-grid@6.18.6`
|
|
60
|
+
|
|
61
|
+
- [DataGrid] Fix typos in the JSDoc (#11475) @flaviendelangle
|
|
62
|
+
- [l10n] Improve Russian (ru-RU) locale (#11429) @wensiet
|
|
63
|
+
|
|
64
|
+
#### `@mui/x-data-grid-pro@6.18.6` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
65
|
+
|
|
66
|
+
Same changes as in `@mui/x-data-grid@6.18.6`.
|
|
67
|
+
|
|
68
|
+
#### `@mui/x-data-grid-premium@6.18.6` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
69
|
+
|
|
70
|
+
Same changes as in `@mui/x-data-grid-pro@6.18.6`.
|
|
71
|
+
|
|
72
|
+
### Date Pickers
|
|
73
|
+
|
|
74
|
+
#### `@mui/x-date-pickers@6.18.6`
|
|
75
|
+
|
|
76
|
+
- [fields] Fix section pasting (#11467) @LukasTy
|
|
77
|
+
|
|
78
|
+
#### `@mui/x-date-pickers-pro@6.18.6` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
79
|
+
|
|
80
|
+
Same changes as in `@mui/x-date-pickers@6.18.6`.
|
|
81
|
+
|
|
82
|
+
### Charts / `@mui/x-charts@6.18.4`
|
|
83
|
+
|
|
84
|
+
- [charts] Allow percentage values for pie chart center and radius (#11464) @alexfauquette
|
|
85
|
+
- [charts] Make error message more explicit (#11457) @alexfauquette
|
|
86
|
+
- [charts] Make the helper `ChartsText` component public (#11370) @alexfauquette
|
|
87
|
+
- [charts] Improve dataset typing (#11372) @alexfauquette
|
|
88
|
+
- [charts] Fix size overflow (#11385) @alexfauquette
|
|
89
|
+
|
|
90
|
+
### Docs
|
|
91
|
+
|
|
92
|
+
- [docs] Document false default values for boolean props (#11489) @cherniavskii
|
|
93
|
+
- [docs] Improve Pickers `name` prop examples (#11442) @LukasTy
|
|
94
|
+
- [docs] Limit `date-fns` package to v2 in codesandbox (#11478) @LukasTy
|
|
95
|
+
- [test] Reload the page if its blank and there are no links to the remaining tests (#11471) @cherniavskii
|
|
96
|
+
|
|
6
97
|
## 6.18.5
|
|
7
98
|
|
|
8
99
|
_Dec 14, 2023_
|
|
@@ -59,15 +59,15 @@ DataGridProRaw.propTypes = {
|
|
|
59
59
|
current: PropTypes.object.isRequired
|
|
60
60
|
}),
|
|
61
61
|
/**
|
|
62
|
-
* The label of the
|
|
62
|
+
* The label of the Data Grid.
|
|
63
63
|
*/
|
|
64
64
|
'aria-label': PropTypes.string,
|
|
65
65
|
/**
|
|
66
|
-
* The id of the element containing a label for the
|
|
66
|
+
* The id of the element containing a label for the Data Grid.
|
|
67
67
|
*/
|
|
68
68
|
'aria-labelledby': PropTypes.string,
|
|
69
69
|
/**
|
|
70
|
-
* If `true`, the
|
|
70
|
+
* If `true`, the Data Grid height is dynamic and follow the number of rows in the Data Grid.
|
|
71
71
|
* @default false
|
|
72
72
|
*/
|
|
73
73
|
autoHeight: PropTypes.bool,
|
|
@@ -96,7 +96,7 @@ DataGridProRaw.propTypes = {
|
|
|
96
96
|
*/
|
|
97
97
|
cellModesModel: PropTypes.object,
|
|
98
98
|
/**
|
|
99
|
-
* If `true`, the
|
|
99
|
+
* If `true`, the Data Grid will display an extra column with checkboxes for selecting rows.
|
|
100
100
|
* @default false
|
|
101
101
|
*/
|
|
102
102
|
checkboxSelection: PropTypes.bool,
|
|
@@ -127,7 +127,7 @@ DataGridProRaw.propTypes = {
|
|
|
127
127
|
columnBuffer: PropTypes.number,
|
|
128
128
|
columnGroupingModel: PropTypes.arrayOf(PropTypes.object),
|
|
129
129
|
/**
|
|
130
|
-
* Sets the height in pixel of the column headers in the
|
|
130
|
+
* Sets the height in pixel of the column headers in the Data Grid.
|
|
131
131
|
* @default 56
|
|
132
132
|
*/
|
|
133
133
|
columnHeaderHeight: PropTypes.number,
|
|
@@ -141,8 +141,8 @@ DataGridProRaw.propTypes = {
|
|
|
141
141
|
*/
|
|
142
142
|
columnThreshold: PropTypes.number,
|
|
143
143
|
/**
|
|
144
|
-
* Set the column visibility model of the
|
|
145
|
-
* If defined, the
|
|
144
|
+
* Set the column visibility model of the Data Grid.
|
|
145
|
+
* If defined, the Data Grid will ignore the `hide` property in [[GridColDef]].
|
|
146
146
|
*/
|
|
147
147
|
columnVisibilityModel: PropTypes.object,
|
|
148
148
|
/**
|
|
@@ -162,7 +162,7 @@ DataGridProRaw.propTypes = {
|
|
|
162
162
|
*/
|
|
163
163
|
defaultGroupingExpansionDepth: PropTypes.number,
|
|
164
164
|
/**
|
|
165
|
-
* Set the density of the
|
|
165
|
+
* Set the density of the Data Grid.
|
|
166
166
|
* @default "standard"
|
|
167
167
|
*/
|
|
168
168
|
density: PropTypes.oneOf(['comfortable', 'compact', 'standard']),
|
|
@@ -223,7 +223,6 @@ DataGridProRaw.propTypes = {
|
|
|
223
223
|
/**
|
|
224
224
|
* If `true`, `eval()` is not used for performance optimization.
|
|
225
225
|
* @default false
|
|
226
|
-
* @ignore - do not document
|
|
227
226
|
*/
|
|
228
227
|
disableEval: PropTypes.bool,
|
|
229
228
|
/**
|
|
@@ -283,7 +282,7 @@ DataGridProRaw.propTypes = {
|
|
|
283
282
|
return null;
|
|
284
283
|
}),
|
|
285
284
|
/**
|
|
286
|
-
* Set the filter model of the
|
|
285
|
+
* Set the filter model of the Data Grid.
|
|
287
286
|
*/
|
|
288
287
|
filterModel: PropTypes.shape({
|
|
289
288
|
items: PropTypes.arrayOf(PropTypes.shape({
|
|
@@ -298,7 +297,7 @@ DataGridProRaw.propTypes = {
|
|
|
298
297
|
quickFilterValues: PropTypes.array
|
|
299
298
|
}),
|
|
300
299
|
/**
|
|
301
|
-
* Forwarded props for the
|
|
300
|
+
* Forwarded props for the Data Grid root element.
|
|
302
301
|
* @ignore - do not document.
|
|
303
302
|
*/
|
|
304
303
|
forwardedProps: PropTypes.object,
|
|
@@ -439,7 +438,7 @@ DataGridProRaw.propTypes = {
|
|
|
439
438
|
*/
|
|
440
439
|
loading: PropTypes.bool,
|
|
441
440
|
/**
|
|
442
|
-
* Set the locale text of the
|
|
441
|
+
* Set the locale text of the Data Grid.
|
|
443
442
|
* You can find all the translation keys supported in [the source](https://github.com/mui/mui-x/blob/HEAD/packages/grid/x-data-grid/src/constants/localeTextConstants.ts) in the GitHub repository.
|
|
444
443
|
*/
|
|
445
444
|
localeText: PropTypes.object,
|
|
@@ -640,7 +639,7 @@ DataGridProRaw.propTypes = {
|
|
|
640
639
|
*/
|
|
641
640
|
onProcessRowUpdateError: PropTypes.func,
|
|
642
641
|
/**
|
|
643
|
-
* Callback fired when the
|
|
642
|
+
* Callback fired when the Data Grid is resized.
|
|
644
643
|
* @param {ElementSize} containerSize With all properties from [[ElementSize]].
|
|
645
644
|
* @param {MuiEvent<{}>} event The event object.
|
|
646
645
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
@@ -712,7 +711,7 @@ DataGridProRaw.propTypes = {
|
|
|
712
711
|
*/
|
|
713
712
|
onSortModelChange: PropTypes.func,
|
|
714
713
|
/**
|
|
715
|
-
* Callback fired when the state of the
|
|
714
|
+
* Callback fired when the state of the Data Grid is updated.
|
|
716
715
|
* @param {GridState} state The new state.
|
|
717
716
|
* @param {MuiEvent<{}>} event The event object.
|
|
718
717
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
@@ -779,7 +778,7 @@ DataGridProRaw.propTypes = {
|
|
|
779
778
|
*/
|
|
780
779
|
rowCount: PropTypes.number,
|
|
781
780
|
/**
|
|
782
|
-
* Sets the height in pixel of a row in the
|
|
781
|
+
* Sets the height in pixel of a row in the Data Grid.
|
|
783
782
|
* @default 52
|
|
784
783
|
*/
|
|
785
784
|
rowHeight: PropTypes.number,
|
|
@@ -809,7 +808,7 @@ DataGridProRaw.propTypes = {
|
|
|
809
808
|
*/
|
|
810
809
|
rowSelection: PropTypes.bool,
|
|
811
810
|
/**
|
|
812
|
-
* Sets the row selection model of the
|
|
811
|
+
* Sets the row selection model of the Data Grid.
|
|
813
812
|
*/
|
|
814
813
|
rowSelectionModel: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.number, PropTypes.string]).isRequired), PropTypes.number, PropTypes.string]),
|
|
815
814
|
/**
|
|
@@ -830,7 +829,7 @@ DataGridProRaw.propTypes = {
|
|
|
830
829
|
*/
|
|
831
830
|
rowThreshold: PropTypes.number,
|
|
832
831
|
/**
|
|
833
|
-
* Override the height/width of the
|
|
832
|
+
* Override the height/width of the Data Grid inner scrollbar.
|
|
834
833
|
*/
|
|
835
834
|
scrollbarSize: PropTypes.number,
|
|
836
835
|
/**
|
|
@@ -869,7 +868,7 @@ DataGridProRaw.propTypes = {
|
|
|
869
868
|
*/
|
|
870
869
|
sortingOrder: PropTypes.arrayOf(PropTypes.oneOf(['asc', 'desc'])),
|
|
871
870
|
/**
|
|
872
|
-
* Set the sort model of the
|
|
871
|
+
* Set the sort model of the Data Grid.
|
|
873
872
|
*/
|
|
874
873
|
sortModel: PropTypes.arrayOf(PropTypes.shape({
|
|
875
874
|
field: PropTypes.string.isRequired,
|
|
@@ -880,7 +879,7 @@ DataGridProRaw.propTypes = {
|
|
|
880
879
|
*/
|
|
881
880
|
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
882
881
|
/**
|
|
883
|
-
* If positive, the Grid will throttle updates coming from `apiRef.current.updateRows` and `apiRef.current.setRows`.
|
|
882
|
+
* If positive, the Data Grid will throttle updates coming from `apiRef.current.updateRows` and `apiRef.current.setRows`.
|
|
884
883
|
* It can be useful if you have a high update rate but do not want to do heavy work like filtering / sorting or rendering on each individual update.
|
|
885
884
|
* @default 0
|
|
886
885
|
*/
|
|
@@ -896,7 +895,7 @@ DataGridProRaw.propTypes = {
|
|
|
896
895
|
*/
|
|
897
896
|
unstable_headerFilters: PropTypes.bool,
|
|
898
897
|
/**
|
|
899
|
-
* If `true`, the
|
|
898
|
+
* If `true`, the Data Grid will not use `valueFormatter` when exporting to CSV or copying to clipboard.
|
|
900
899
|
* If an object is provided, you can choose to ignore the `valueFormatter` for CSV export or clipboard export.
|
|
901
900
|
* @default false
|
|
902
901
|
*/
|
package/index.js
CHANGED
|
@@ -59,15 +59,15 @@ DataGridProRaw.propTypes = {
|
|
|
59
59
|
current: PropTypes.object.isRequired
|
|
60
60
|
}),
|
|
61
61
|
/**
|
|
62
|
-
* The label of the
|
|
62
|
+
* The label of the Data Grid.
|
|
63
63
|
*/
|
|
64
64
|
'aria-label': PropTypes.string,
|
|
65
65
|
/**
|
|
66
|
-
* The id of the element containing a label for the
|
|
66
|
+
* The id of the element containing a label for the Data Grid.
|
|
67
67
|
*/
|
|
68
68
|
'aria-labelledby': PropTypes.string,
|
|
69
69
|
/**
|
|
70
|
-
* If `true`, the
|
|
70
|
+
* If `true`, the Data Grid height is dynamic and follow the number of rows in the Data Grid.
|
|
71
71
|
* @default false
|
|
72
72
|
*/
|
|
73
73
|
autoHeight: PropTypes.bool,
|
|
@@ -96,7 +96,7 @@ DataGridProRaw.propTypes = {
|
|
|
96
96
|
*/
|
|
97
97
|
cellModesModel: PropTypes.object,
|
|
98
98
|
/**
|
|
99
|
-
* If `true`, the
|
|
99
|
+
* If `true`, the Data Grid will display an extra column with checkboxes for selecting rows.
|
|
100
100
|
* @default false
|
|
101
101
|
*/
|
|
102
102
|
checkboxSelection: PropTypes.bool,
|
|
@@ -127,7 +127,7 @@ DataGridProRaw.propTypes = {
|
|
|
127
127
|
columnBuffer: PropTypes.number,
|
|
128
128
|
columnGroupingModel: PropTypes.arrayOf(PropTypes.object),
|
|
129
129
|
/**
|
|
130
|
-
* Sets the height in pixel of the column headers in the
|
|
130
|
+
* Sets the height in pixel of the column headers in the Data Grid.
|
|
131
131
|
* @default 56
|
|
132
132
|
*/
|
|
133
133
|
columnHeaderHeight: PropTypes.number,
|
|
@@ -141,8 +141,8 @@ DataGridProRaw.propTypes = {
|
|
|
141
141
|
*/
|
|
142
142
|
columnThreshold: PropTypes.number,
|
|
143
143
|
/**
|
|
144
|
-
* Set the column visibility model of the
|
|
145
|
-
* If defined, the
|
|
144
|
+
* Set the column visibility model of the Data Grid.
|
|
145
|
+
* If defined, the Data Grid will ignore the `hide` property in [[GridColDef]].
|
|
146
146
|
*/
|
|
147
147
|
columnVisibilityModel: PropTypes.object,
|
|
148
148
|
/**
|
|
@@ -162,7 +162,7 @@ DataGridProRaw.propTypes = {
|
|
|
162
162
|
*/
|
|
163
163
|
defaultGroupingExpansionDepth: PropTypes.number,
|
|
164
164
|
/**
|
|
165
|
-
* Set the density of the
|
|
165
|
+
* Set the density of the Data Grid.
|
|
166
166
|
* @default "standard"
|
|
167
167
|
*/
|
|
168
168
|
density: PropTypes.oneOf(['comfortable', 'compact', 'standard']),
|
|
@@ -223,7 +223,6 @@ DataGridProRaw.propTypes = {
|
|
|
223
223
|
/**
|
|
224
224
|
* If `true`, `eval()` is not used for performance optimization.
|
|
225
225
|
* @default false
|
|
226
|
-
* @ignore - do not document
|
|
227
226
|
*/
|
|
228
227
|
disableEval: PropTypes.bool,
|
|
229
228
|
/**
|
|
@@ -283,7 +282,7 @@ DataGridProRaw.propTypes = {
|
|
|
283
282
|
return null;
|
|
284
283
|
}),
|
|
285
284
|
/**
|
|
286
|
-
* Set the filter model of the
|
|
285
|
+
* Set the filter model of the Data Grid.
|
|
287
286
|
*/
|
|
288
287
|
filterModel: PropTypes.shape({
|
|
289
288
|
items: PropTypes.arrayOf(PropTypes.shape({
|
|
@@ -298,7 +297,7 @@ DataGridProRaw.propTypes = {
|
|
|
298
297
|
quickFilterValues: PropTypes.array
|
|
299
298
|
}),
|
|
300
299
|
/**
|
|
301
|
-
* Forwarded props for the
|
|
300
|
+
* Forwarded props for the Data Grid root element.
|
|
302
301
|
* @ignore - do not document.
|
|
303
302
|
*/
|
|
304
303
|
forwardedProps: PropTypes.object,
|
|
@@ -439,7 +438,7 @@ DataGridProRaw.propTypes = {
|
|
|
439
438
|
*/
|
|
440
439
|
loading: PropTypes.bool,
|
|
441
440
|
/**
|
|
442
|
-
* Set the locale text of the
|
|
441
|
+
* Set the locale text of the Data Grid.
|
|
443
442
|
* You can find all the translation keys supported in [the source](https://github.com/mui/mui-x/blob/HEAD/packages/grid/x-data-grid/src/constants/localeTextConstants.ts) in the GitHub repository.
|
|
444
443
|
*/
|
|
445
444
|
localeText: PropTypes.object,
|
|
@@ -640,7 +639,7 @@ DataGridProRaw.propTypes = {
|
|
|
640
639
|
*/
|
|
641
640
|
onProcessRowUpdateError: PropTypes.func,
|
|
642
641
|
/**
|
|
643
|
-
* Callback fired when the
|
|
642
|
+
* Callback fired when the Data Grid is resized.
|
|
644
643
|
* @param {ElementSize} containerSize With all properties from [[ElementSize]].
|
|
645
644
|
* @param {MuiEvent<{}>} event The event object.
|
|
646
645
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
@@ -712,7 +711,7 @@ DataGridProRaw.propTypes = {
|
|
|
712
711
|
*/
|
|
713
712
|
onSortModelChange: PropTypes.func,
|
|
714
713
|
/**
|
|
715
|
-
* Callback fired when the state of the
|
|
714
|
+
* Callback fired when the state of the Data Grid is updated.
|
|
716
715
|
* @param {GridState} state The new state.
|
|
717
716
|
* @param {MuiEvent<{}>} event The event object.
|
|
718
717
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
@@ -779,7 +778,7 @@ DataGridProRaw.propTypes = {
|
|
|
779
778
|
*/
|
|
780
779
|
rowCount: PropTypes.number,
|
|
781
780
|
/**
|
|
782
|
-
* Sets the height in pixel of a row in the
|
|
781
|
+
* Sets the height in pixel of a row in the Data Grid.
|
|
783
782
|
* @default 52
|
|
784
783
|
*/
|
|
785
784
|
rowHeight: PropTypes.number,
|
|
@@ -809,7 +808,7 @@ DataGridProRaw.propTypes = {
|
|
|
809
808
|
*/
|
|
810
809
|
rowSelection: PropTypes.bool,
|
|
811
810
|
/**
|
|
812
|
-
* Sets the row selection model of the
|
|
811
|
+
* Sets the row selection model of the Data Grid.
|
|
813
812
|
*/
|
|
814
813
|
rowSelectionModel: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.number, PropTypes.string]).isRequired), PropTypes.number, PropTypes.string]),
|
|
815
814
|
/**
|
|
@@ -830,7 +829,7 @@ DataGridProRaw.propTypes = {
|
|
|
830
829
|
*/
|
|
831
830
|
rowThreshold: PropTypes.number,
|
|
832
831
|
/**
|
|
833
|
-
* Override the height/width of the
|
|
832
|
+
* Override the height/width of the Data Grid inner scrollbar.
|
|
834
833
|
*/
|
|
835
834
|
scrollbarSize: PropTypes.number,
|
|
836
835
|
/**
|
|
@@ -869,7 +868,7 @@ DataGridProRaw.propTypes = {
|
|
|
869
868
|
*/
|
|
870
869
|
sortingOrder: PropTypes.arrayOf(PropTypes.oneOf(['asc', 'desc'])),
|
|
871
870
|
/**
|
|
872
|
-
* Set the sort model of the
|
|
871
|
+
* Set the sort model of the Data Grid.
|
|
873
872
|
*/
|
|
874
873
|
sortModel: PropTypes.arrayOf(PropTypes.shape({
|
|
875
874
|
field: PropTypes.string.isRequired,
|
|
@@ -880,7 +879,7 @@ DataGridProRaw.propTypes = {
|
|
|
880
879
|
*/
|
|
881
880
|
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
882
881
|
/**
|
|
883
|
-
* If positive, the Grid will throttle updates coming from `apiRef.current.updateRows` and `apiRef.current.setRows`.
|
|
882
|
+
* If positive, the Data Grid will throttle updates coming from `apiRef.current.updateRows` and `apiRef.current.setRows`.
|
|
884
883
|
* It can be useful if you have a high update rate but do not want to do heavy work like filtering / sorting or rendering on each individual update.
|
|
885
884
|
* @default 0
|
|
886
885
|
*/
|
|
@@ -896,7 +895,7 @@ DataGridProRaw.propTypes = {
|
|
|
896
895
|
*/
|
|
897
896
|
unstable_headerFilters: PropTypes.bool,
|
|
898
897
|
/**
|
|
899
|
-
* If `true`, the
|
|
898
|
+
* If `true`, the Data Grid will not use `valueFormatter` when exporting to CSV or copying to clipboard.
|
|
900
899
|
* If an object is provided, you can choose to ignore the `valueFormatter` for CSV export or clipboard export.
|
|
901
900
|
* @default false
|
|
902
901
|
*/
|
package/legacy/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export var getReleaseInfo = function getReleaseInfo() {
|
|
3
|
-
var releaseInfo = "
|
|
3
|
+
var releaseInfo = "MTcwNDQwOTIwMDAwMA==";
|
|
4
4
|
if (process.env.NODE_ENV !== 'production') {
|
|
5
5
|
// A simple hack to set the value in the test environment (has no build step).
|
|
6
6
|
// eslint-disable-next-line no-useless-concat
|
|
@@ -59,15 +59,15 @@ DataGridProRaw.propTypes = {
|
|
|
59
59
|
current: PropTypes.object.isRequired
|
|
60
60
|
}),
|
|
61
61
|
/**
|
|
62
|
-
* The label of the
|
|
62
|
+
* The label of the Data Grid.
|
|
63
63
|
*/
|
|
64
64
|
'aria-label': PropTypes.string,
|
|
65
65
|
/**
|
|
66
|
-
* The id of the element containing a label for the
|
|
66
|
+
* The id of the element containing a label for the Data Grid.
|
|
67
67
|
*/
|
|
68
68
|
'aria-labelledby': PropTypes.string,
|
|
69
69
|
/**
|
|
70
|
-
* If `true`, the
|
|
70
|
+
* If `true`, the Data Grid height is dynamic and follow the number of rows in the Data Grid.
|
|
71
71
|
* @default false
|
|
72
72
|
*/
|
|
73
73
|
autoHeight: PropTypes.bool,
|
|
@@ -96,7 +96,7 @@ DataGridProRaw.propTypes = {
|
|
|
96
96
|
*/
|
|
97
97
|
cellModesModel: PropTypes.object,
|
|
98
98
|
/**
|
|
99
|
-
* If `true`, the
|
|
99
|
+
* If `true`, the Data Grid will display an extra column with checkboxes for selecting rows.
|
|
100
100
|
* @default false
|
|
101
101
|
*/
|
|
102
102
|
checkboxSelection: PropTypes.bool,
|
|
@@ -127,7 +127,7 @@ DataGridProRaw.propTypes = {
|
|
|
127
127
|
columnBuffer: PropTypes.number,
|
|
128
128
|
columnGroupingModel: PropTypes.arrayOf(PropTypes.object),
|
|
129
129
|
/**
|
|
130
|
-
* Sets the height in pixel of the column headers in the
|
|
130
|
+
* Sets the height in pixel of the column headers in the Data Grid.
|
|
131
131
|
* @default 56
|
|
132
132
|
*/
|
|
133
133
|
columnHeaderHeight: PropTypes.number,
|
|
@@ -141,8 +141,8 @@ DataGridProRaw.propTypes = {
|
|
|
141
141
|
*/
|
|
142
142
|
columnThreshold: PropTypes.number,
|
|
143
143
|
/**
|
|
144
|
-
* Set the column visibility model of the
|
|
145
|
-
* If defined, the
|
|
144
|
+
* Set the column visibility model of the Data Grid.
|
|
145
|
+
* If defined, the Data Grid will ignore the `hide` property in [[GridColDef]].
|
|
146
146
|
*/
|
|
147
147
|
columnVisibilityModel: PropTypes.object,
|
|
148
148
|
/**
|
|
@@ -162,7 +162,7 @@ DataGridProRaw.propTypes = {
|
|
|
162
162
|
*/
|
|
163
163
|
defaultGroupingExpansionDepth: PropTypes.number,
|
|
164
164
|
/**
|
|
165
|
-
* Set the density of the
|
|
165
|
+
* Set the density of the Data Grid.
|
|
166
166
|
* @default "standard"
|
|
167
167
|
*/
|
|
168
168
|
density: PropTypes.oneOf(['comfortable', 'compact', 'standard']),
|
|
@@ -223,7 +223,6 @@ DataGridProRaw.propTypes = {
|
|
|
223
223
|
/**
|
|
224
224
|
* If `true`, `eval()` is not used for performance optimization.
|
|
225
225
|
* @default false
|
|
226
|
-
* @ignore - do not document
|
|
227
226
|
*/
|
|
228
227
|
disableEval: PropTypes.bool,
|
|
229
228
|
/**
|
|
@@ -283,7 +282,7 @@ DataGridProRaw.propTypes = {
|
|
|
283
282
|
return null;
|
|
284
283
|
}),
|
|
285
284
|
/**
|
|
286
|
-
* Set the filter model of the
|
|
285
|
+
* Set the filter model of the Data Grid.
|
|
287
286
|
*/
|
|
288
287
|
filterModel: PropTypes.shape({
|
|
289
288
|
items: PropTypes.arrayOf(PropTypes.shape({
|
|
@@ -298,7 +297,7 @@ DataGridProRaw.propTypes = {
|
|
|
298
297
|
quickFilterValues: PropTypes.array
|
|
299
298
|
}),
|
|
300
299
|
/**
|
|
301
|
-
* Forwarded props for the
|
|
300
|
+
* Forwarded props for the Data Grid root element.
|
|
302
301
|
* @ignore - do not document.
|
|
303
302
|
*/
|
|
304
303
|
forwardedProps: PropTypes.object,
|
|
@@ -439,7 +438,7 @@ DataGridProRaw.propTypes = {
|
|
|
439
438
|
*/
|
|
440
439
|
loading: PropTypes.bool,
|
|
441
440
|
/**
|
|
442
|
-
* Set the locale text of the
|
|
441
|
+
* Set the locale text of the Data Grid.
|
|
443
442
|
* You can find all the translation keys supported in [the source](https://github.com/mui/mui-x/blob/HEAD/packages/grid/x-data-grid/src/constants/localeTextConstants.ts) in the GitHub repository.
|
|
444
443
|
*/
|
|
445
444
|
localeText: PropTypes.object,
|
|
@@ -640,7 +639,7 @@ DataGridProRaw.propTypes = {
|
|
|
640
639
|
*/
|
|
641
640
|
onProcessRowUpdateError: PropTypes.func,
|
|
642
641
|
/**
|
|
643
|
-
* Callback fired when the
|
|
642
|
+
* Callback fired when the Data Grid is resized.
|
|
644
643
|
* @param {ElementSize} containerSize With all properties from [[ElementSize]].
|
|
645
644
|
* @param {MuiEvent<{}>} event The event object.
|
|
646
645
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
@@ -712,7 +711,7 @@ DataGridProRaw.propTypes = {
|
|
|
712
711
|
*/
|
|
713
712
|
onSortModelChange: PropTypes.func,
|
|
714
713
|
/**
|
|
715
|
-
* Callback fired when the state of the
|
|
714
|
+
* Callback fired when the state of the Data Grid is updated.
|
|
716
715
|
* @param {GridState} state The new state.
|
|
717
716
|
* @param {MuiEvent<{}>} event The event object.
|
|
718
717
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
@@ -779,7 +778,7 @@ DataGridProRaw.propTypes = {
|
|
|
779
778
|
*/
|
|
780
779
|
rowCount: PropTypes.number,
|
|
781
780
|
/**
|
|
782
|
-
* Sets the height in pixel of a row in the
|
|
781
|
+
* Sets the height in pixel of a row in the Data Grid.
|
|
783
782
|
* @default 52
|
|
784
783
|
*/
|
|
785
784
|
rowHeight: PropTypes.number,
|
|
@@ -809,7 +808,7 @@ DataGridProRaw.propTypes = {
|
|
|
809
808
|
*/
|
|
810
809
|
rowSelection: PropTypes.bool,
|
|
811
810
|
/**
|
|
812
|
-
* Sets the row selection model of the
|
|
811
|
+
* Sets the row selection model of the Data Grid.
|
|
813
812
|
*/
|
|
814
813
|
rowSelectionModel: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.number, PropTypes.string]).isRequired), PropTypes.number, PropTypes.string]),
|
|
815
814
|
/**
|
|
@@ -830,7 +829,7 @@ DataGridProRaw.propTypes = {
|
|
|
830
829
|
*/
|
|
831
830
|
rowThreshold: PropTypes.number,
|
|
832
831
|
/**
|
|
833
|
-
* Override the height/width of the
|
|
832
|
+
* Override the height/width of the Data Grid inner scrollbar.
|
|
834
833
|
*/
|
|
835
834
|
scrollbarSize: PropTypes.number,
|
|
836
835
|
/**
|
|
@@ -869,7 +868,7 @@ DataGridProRaw.propTypes = {
|
|
|
869
868
|
*/
|
|
870
869
|
sortingOrder: PropTypes.arrayOf(PropTypes.oneOf(['asc', 'desc'])),
|
|
871
870
|
/**
|
|
872
|
-
* Set the sort model of the
|
|
871
|
+
* Set the sort model of the Data Grid.
|
|
873
872
|
*/
|
|
874
873
|
sortModel: PropTypes.arrayOf(PropTypes.shape({
|
|
875
874
|
field: PropTypes.string.isRequired,
|
|
@@ -880,7 +879,7 @@ DataGridProRaw.propTypes = {
|
|
|
880
879
|
*/
|
|
881
880
|
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
882
881
|
/**
|
|
883
|
-
* If positive, the Grid will throttle updates coming from `apiRef.current.updateRows` and `apiRef.current.setRows`.
|
|
882
|
+
* If positive, the Data Grid will throttle updates coming from `apiRef.current.updateRows` and `apiRef.current.setRows`.
|
|
884
883
|
* It can be useful if you have a high update rate but do not want to do heavy work like filtering / sorting or rendering on each individual update.
|
|
885
884
|
* @default 0
|
|
886
885
|
*/
|
|
@@ -896,7 +895,7 @@ DataGridProRaw.propTypes = {
|
|
|
896
895
|
*/
|
|
897
896
|
unstable_headerFilters: PropTypes.bool,
|
|
898
897
|
/**
|
|
899
|
-
* If `true`, the
|
|
898
|
+
* If `true`, the Data Grid will not use `valueFormatter` when exporting to CSV or copying to clipboard.
|
|
900
899
|
* If an object is provided, you can choose to ignore the `valueFormatter` for CSV export or clipboard export.
|
|
901
900
|
* @default false
|
|
902
901
|
*/
|
package/modern/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export const getReleaseInfo = () => {
|
|
3
|
-
const releaseInfo = "
|
|
3
|
+
const releaseInfo = "MTcwNDQwOTIwMDAwMA==";
|
|
4
4
|
if (process.env.NODE_ENV !== 'production') {
|
|
5
5
|
// A simple hack to set the value in the test environment (has no build step).
|
|
6
6
|
// eslint-disable-next-line no-useless-concat
|
|
@@ -67,15 +67,15 @@ DataGridProRaw.propTypes = {
|
|
|
67
67
|
current: _propTypes.default.object.isRequired
|
|
68
68
|
}),
|
|
69
69
|
/**
|
|
70
|
-
* The label of the
|
|
70
|
+
* The label of the Data Grid.
|
|
71
71
|
*/
|
|
72
72
|
'aria-label': _propTypes.default.string,
|
|
73
73
|
/**
|
|
74
|
-
* The id of the element containing a label for the
|
|
74
|
+
* The id of the element containing a label for the Data Grid.
|
|
75
75
|
*/
|
|
76
76
|
'aria-labelledby': _propTypes.default.string,
|
|
77
77
|
/**
|
|
78
|
-
* If `true`, the
|
|
78
|
+
* If `true`, the Data Grid height is dynamic and follow the number of rows in the Data Grid.
|
|
79
79
|
* @default false
|
|
80
80
|
*/
|
|
81
81
|
autoHeight: _propTypes.default.bool,
|
|
@@ -104,7 +104,7 @@ DataGridProRaw.propTypes = {
|
|
|
104
104
|
*/
|
|
105
105
|
cellModesModel: _propTypes.default.object,
|
|
106
106
|
/**
|
|
107
|
-
* If `true`, the
|
|
107
|
+
* If `true`, the Data Grid will display an extra column with checkboxes for selecting rows.
|
|
108
108
|
* @default false
|
|
109
109
|
*/
|
|
110
110
|
checkboxSelection: _propTypes.default.bool,
|
|
@@ -135,7 +135,7 @@ DataGridProRaw.propTypes = {
|
|
|
135
135
|
columnBuffer: _propTypes.default.number,
|
|
136
136
|
columnGroupingModel: _propTypes.default.arrayOf(_propTypes.default.object),
|
|
137
137
|
/**
|
|
138
|
-
* Sets the height in pixel of the column headers in the
|
|
138
|
+
* Sets the height in pixel of the column headers in the Data Grid.
|
|
139
139
|
* @default 56
|
|
140
140
|
*/
|
|
141
141
|
columnHeaderHeight: _propTypes.default.number,
|
|
@@ -149,8 +149,8 @@ DataGridProRaw.propTypes = {
|
|
|
149
149
|
*/
|
|
150
150
|
columnThreshold: _propTypes.default.number,
|
|
151
151
|
/**
|
|
152
|
-
* Set the column visibility model of the
|
|
153
|
-
* If defined, the
|
|
152
|
+
* Set the column visibility model of the Data Grid.
|
|
153
|
+
* If defined, the Data Grid will ignore the `hide` property in [[GridColDef]].
|
|
154
154
|
*/
|
|
155
155
|
columnVisibilityModel: _propTypes.default.object,
|
|
156
156
|
/**
|
|
@@ -170,7 +170,7 @@ DataGridProRaw.propTypes = {
|
|
|
170
170
|
*/
|
|
171
171
|
defaultGroupingExpansionDepth: _propTypes.default.number,
|
|
172
172
|
/**
|
|
173
|
-
* Set the density of the
|
|
173
|
+
* Set the density of the Data Grid.
|
|
174
174
|
* @default "standard"
|
|
175
175
|
*/
|
|
176
176
|
density: _propTypes.default.oneOf(['comfortable', 'compact', 'standard']),
|
|
@@ -231,7 +231,6 @@ DataGridProRaw.propTypes = {
|
|
|
231
231
|
/**
|
|
232
232
|
* If `true`, `eval()` is not used for performance optimization.
|
|
233
233
|
* @default false
|
|
234
|
-
* @ignore - do not document
|
|
235
234
|
*/
|
|
236
235
|
disableEval: _propTypes.default.bool,
|
|
237
236
|
/**
|
|
@@ -291,7 +290,7 @@ DataGridProRaw.propTypes = {
|
|
|
291
290
|
return null;
|
|
292
291
|
}),
|
|
293
292
|
/**
|
|
294
|
-
* Set the filter model of the
|
|
293
|
+
* Set the filter model of the Data Grid.
|
|
295
294
|
*/
|
|
296
295
|
filterModel: _propTypes.default.shape({
|
|
297
296
|
items: _propTypes.default.arrayOf(_propTypes.default.shape({
|
|
@@ -306,7 +305,7 @@ DataGridProRaw.propTypes = {
|
|
|
306
305
|
quickFilterValues: _propTypes.default.array
|
|
307
306
|
}),
|
|
308
307
|
/**
|
|
309
|
-
* Forwarded props for the
|
|
308
|
+
* Forwarded props for the Data Grid root element.
|
|
310
309
|
* @ignore - do not document.
|
|
311
310
|
*/
|
|
312
311
|
forwardedProps: _propTypes.default.object,
|
|
@@ -447,7 +446,7 @@ DataGridProRaw.propTypes = {
|
|
|
447
446
|
*/
|
|
448
447
|
loading: _propTypes.default.bool,
|
|
449
448
|
/**
|
|
450
|
-
* Set the locale text of the
|
|
449
|
+
* Set the locale text of the Data Grid.
|
|
451
450
|
* You can find all the translation keys supported in [the source](https://github.com/mui/mui-x/blob/HEAD/packages/grid/x-data-grid/src/constants/localeTextConstants.ts) in the GitHub repository.
|
|
452
451
|
*/
|
|
453
452
|
localeText: _propTypes.default.object,
|
|
@@ -648,7 +647,7 @@ DataGridProRaw.propTypes = {
|
|
|
648
647
|
*/
|
|
649
648
|
onProcessRowUpdateError: _propTypes.default.func,
|
|
650
649
|
/**
|
|
651
|
-
* Callback fired when the
|
|
650
|
+
* Callback fired when the Data Grid is resized.
|
|
652
651
|
* @param {ElementSize} containerSize With all properties from [[ElementSize]].
|
|
653
652
|
* @param {MuiEvent<{}>} event The event object.
|
|
654
653
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
@@ -720,7 +719,7 @@ DataGridProRaw.propTypes = {
|
|
|
720
719
|
*/
|
|
721
720
|
onSortModelChange: _propTypes.default.func,
|
|
722
721
|
/**
|
|
723
|
-
* Callback fired when the state of the
|
|
722
|
+
* Callback fired when the state of the Data Grid is updated.
|
|
724
723
|
* @param {GridState} state The new state.
|
|
725
724
|
* @param {MuiEvent<{}>} event The event object.
|
|
726
725
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
@@ -787,7 +786,7 @@ DataGridProRaw.propTypes = {
|
|
|
787
786
|
*/
|
|
788
787
|
rowCount: _propTypes.default.number,
|
|
789
788
|
/**
|
|
790
|
-
* Sets the height in pixel of a row in the
|
|
789
|
+
* Sets the height in pixel of a row in the Data Grid.
|
|
791
790
|
* @default 52
|
|
792
791
|
*/
|
|
793
792
|
rowHeight: _propTypes.default.number,
|
|
@@ -817,7 +816,7 @@ DataGridProRaw.propTypes = {
|
|
|
817
816
|
*/
|
|
818
817
|
rowSelection: _propTypes.default.bool,
|
|
819
818
|
/**
|
|
820
|
-
* Sets the row selection model of the
|
|
819
|
+
* Sets the row selection model of the Data Grid.
|
|
821
820
|
*/
|
|
822
821
|
rowSelectionModel: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.string]).isRequired), _propTypes.default.number, _propTypes.default.string]),
|
|
823
822
|
/**
|
|
@@ -838,7 +837,7 @@ DataGridProRaw.propTypes = {
|
|
|
838
837
|
*/
|
|
839
838
|
rowThreshold: _propTypes.default.number,
|
|
840
839
|
/**
|
|
841
|
-
* Override the height/width of the
|
|
840
|
+
* Override the height/width of the Data Grid inner scrollbar.
|
|
842
841
|
*/
|
|
843
842
|
scrollbarSize: _propTypes.default.number,
|
|
844
843
|
/**
|
|
@@ -877,7 +876,7 @@ DataGridProRaw.propTypes = {
|
|
|
877
876
|
*/
|
|
878
877
|
sortingOrder: _propTypes.default.arrayOf(_propTypes.default.oneOf(['asc', 'desc'])),
|
|
879
878
|
/**
|
|
880
|
-
* Set the sort model of the
|
|
879
|
+
* Set the sort model of the Data Grid.
|
|
881
880
|
*/
|
|
882
881
|
sortModel: _propTypes.default.arrayOf(_propTypes.default.shape({
|
|
883
882
|
field: _propTypes.default.string.isRequired,
|
|
@@ -888,7 +887,7 @@ DataGridProRaw.propTypes = {
|
|
|
888
887
|
*/
|
|
889
888
|
sx: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object, _propTypes.default.bool])), _propTypes.default.func, _propTypes.default.object]),
|
|
890
889
|
/**
|
|
891
|
-
* If positive, the Grid will throttle updates coming from `apiRef.current.updateRows` and `apiRef.current.setRows`.
|
|
890
|
+
* If positive, the Data Grid will throttle updates coming from `apiRef.current.updateRows` and `apiRef.current.setRows`.
|
|
892
891
|
* It can be useful if you have a high update rate but do not want to do heavy work like filtering / sorting or rendering on each individual update.
|
|
893
892
|
* @default 0
|
|
894
893
|
*/
|
|
@@ -904,7 +903,7 @@ DataGridProRaw.propTypes = {
|
|
|
904
903
|
*/
|
|
905
904
|
unstable_headerFilters: _propTypes.default.bool,
|
|
906
905
|
/**
|
|
907
|
-
* If `true`, the
|
|
906
|
+
* If `true`, the Data Grid will not use `valueFormatter` when exporting to CSV or copying to clipboard.
|
|
908
907
|
* If an object is provided, you can choose to ignore the `valueFormatter` for CSV export or clipboard export.
|
|
909
908
|
* @default false
|
|
910
909
|
*/
|
package/node/index.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.getReleaseInfo = void 0;
|
|
7
7
|
var _utils = require("@mui/utils");
|
|
8
8
|
const getReleaseInfo = () => {
|
|
9
|
-
const releaseInfo = "
|
|
9
|
+
const releaseInfo = "MTcwNDQwOTIwMDAwMA==";
|
|
10
10
|
if (process.env.NODE_ENV !== 'production') {
|
|
11
11
|
// A simple hack to set the value in the test environment (has no build step).
|
|
12
12
|
// eslint-disable-next-line no-useless-concat
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-data-grid-pro",
|
|
3
|
-
"version": "6.18.
|
|
3
|
+
"version": "6.18.7",
|
|
4
4
|
"description": "The Pro plan edition of the data grid component (MUI X).",
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"main": "./node/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/runtime": "^7.23.2",
|
|
35
35
|
"@mui/utils": "^5.14.16",
|
|
36
|
-
"@mui/x-data-grid": "6.18.
|
|
36
|
+
"@mui/x-data-grid": "6.18.7",
|
|
37
37
|
"@mui/x-license-pro": "6.10.2",
|
|
38
38
|
"@types/format-util": "^1.0.3",
|
|
39
39
|
"clsx": "^2.0.0",
|
package/utils/releaseInfo.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export const getReleaseInfo = () => {
|
|
3
|
-
const releaseInfo = "
|
|
3
|
+
const releaseInfo = "MTcwNDQwOTIwMDAwMA==";
|
|
4
4
|
if (process.env.NODE_ENV !== 'production') {
|
|
5
5
|
// A simple hack to set the value in the test environment (has no build step).
|
|
6
6
|
// eslint-disable-next-line no-useless-concat
|