@mui/x-data-grid-premium 7.22.0 → 7.22.2
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 +126 -0
- package/esm/hooks/features/rowGrouping/gridRowGroupingUtils.js +2 -10
- package/esm/hooks/features/rowGrouping/useGridRowGrouping.js +1 -0
- package/esm/utils/releaseInfo.js +1 -1
- package/hooks/features/rowGrouping/gridRowGroupingUtils.d.ts +2 -5
- package/hooks/features/rowGrouping/gridRowGroupingUtils.js +24 -15
- package/hooks/features/rowGrouping/useGridRowGrouping.js +1 -0
- package/index.js +1 -1
- package/modern/hooks/features/rowGrouping/gridRowGroupingUtils.js +2 -10
- package/modern/hooks/features/rowGrouping/useGridRowGrouping.js +1 -0
- package/modern/index.js +1 -1
- package/modern/utils/releaseInfo.js +1 -1
- package/package.json +4 -4
- package/utils/releaseInfo.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,132 @@
|
|
|
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
|
+
## 7.22.2
|
|
7
|
+
|
|
8
|
+
_Nov 8, 2024_
|
|
9
|
+
|
|
10
|
+
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 👨🏽💻 API enhancements
|
|
13
|
+
- 🐞 Bugfixes
|
|
14
|
+
|
|
15
|
+
Special thanks go out to the community contributors who have helped make this release possible:
|
|
16
|
+
@clins1994, @GuillaumeMeheut, @k-rajat19.
|
|
17
|
+
Following are all team members who have contributed to this release:
|
|
18
|
+
@LukasTy, @MBilalShafi, @KenanYusuf, @arminmeh.
|
|
19
|
+
|
|
20
|
+
### Upcoming alpha
|
|
21
|
+
|
|
22
|
+
Keep an eye out for the MUI⠀X `v8.0.0-aplha.0` release soon. It will follow a weekly release schedule as always until it is stable.
|
|
23
|
+
|
|
24
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
25
|
+
|
|
26
|
+
### Data Grid
|
|
27
|
+
|
|
28
|
+
#### `@mui/x-data-grid@7.22.2`
|
|
29
|
+
|
|
30
|
+
- [DataGrid] Fix `null` reference error in `GridVirtualScrollbar` (#15289) @MBilalShafi
|
|
31
|
+
- [DataGrid] Fix filtering with `boolean` column type (#15257) @k-rajat19
|
|
32
|
+
- [DataGrid] Improve row selection propagation trigger (#15274) @MBilalShafi
|
|
33
|
+
- [DataGrid] Preprocess edit cell props on backspace/delete (#15223) @KenanYusuf
|
|
34
|
+
- [DataGrid] Add a recipe to persist column width and order (#15309) @MBilalShafi
|
|
35
|
+
|
|
36
|
+
#### `@mui/x-data-grid-pro@7.22.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
37
|
+
|
|
38
|
+
Same changes as in `@mui/x-data-grid@7.22.2`, plus:
|
|
39
|
+
|
|
40
|
+
- [DataGridPro] Apply default properties if they are not passed in a reorder column (#15320) @k-rajat19
|
|
41
|
+
- [DataGridPro] Toggle row expansion with `Enter` key in Tree data (#15313) @k-rajat19
|
|
42
|
+
|
|
43
|
+
#### `@mui/x-data-grid-premium@7.22.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
44
|
+
|
|
45
|
+
Same changes as in `@mui/x-data-grid-pro@7.22.2`, plus:
|
|
46
|
+
|
|
47
|
+
- [DataGridPremium] Fix incorrect rows selection count when selection propagation is enabled with row grouping (#15222) @arminmeh
|
|
48
|
+
|
|
49
|
+
### Date and Time Pickers
|
|
50
|
+
|
|
51
|
+
#### `@mui/x-date-pickers@7.22.2`
|
|
52
|
+
|
|
53
|
+
- [pickers] Add support for `moment-hijri@3.0.0` (#15248) @LukasTy
|
|
54
|
+
|
|
55
|
+
#### `@mui/x-date-pickers-pro@7.22.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
56
|
+
|
|
57
|
+
Same changes as in `@mui/x-date-pickers@7.22.2`.
|
|
58
|
+
|
|
59
|
+
### Charts
|
|
60
|
+
|
|
61
|
+
#### `@mui/x-charts@7.22.2`
|
|
62
|
+
|
|
63
|
+
- [charts] Allow `SeriesValueFormatter` to return `null` value (#15295) @clins1994
|
|
64
|
+
- [charts] Allow configuring the `domainLimit` for each axis. (#15325) @GuillaumeMeheut
|
|
65
|
+
|
|
66
|
+
#### `@mui/x-charts-pro@7.0.0-beta.7` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
67
|
+
|
|
68
|
+
Same changes as in `@mui/x-charts@7.22.2`.
|
|
69
|
+
|
|
70
|
+
## 7.22.1
|
|
71
|
+
|
|
72
|
+
_Nov 1, 2024_
|
|
73
|
+
|
|
74
|
+
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
75
|
+
|
|
76
|
+
- 🐞 Bugfixes
|
|
77
|
+
- 📚 Documentation improvements
|
|
78
|
+
- 🌍 Improve Polish (pl-PL) locale on the Date Pickers
|
|
79
|
+
|
|
80
|
+
Special thanks go out to the community contributors who have helped make this release possible:
|
|
81
|
+
@wojtkolos, @dpak-maurya, @k-rajat19.
|
|
82
|
+
Following are all team members who have contributed to this release:
|
|
83
|
+
@LukasTy, @arminmeh, @MBilalShafi, @KenanYusuf, @flaviendelangle.
|
|
84
|
+
|
|
85
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
86
|
+
|
|
87
|
+
### Data Grid
|
|
88
|
+
|
|
89
|
+
#### `@mui/x-data-grid@7.22.1`
|
|
90
|
+
|
|
91
|
+
- [DataGrid] Fix right column group header border (#15152) @KenanYusuf
|
|
92
|
+
- [DataGrid] Fix scroll jump when holding down arrow keys (#15167) @arminmeh
|
|
93
|
+
- [DataGrid] Move `rowGroupingModelChange` handler to respective hook (#15127) @MBilalShafi
|
|
94
|
+
- [DataGrid] Prevent error when deleting the last row (#15153) @dpak-maurya
|
|
95
|
+
- [DataGrid] Fix overlay height in autoHeight mode (#15205) @cherniavskii
|
|
96
|
+
|
|
97
|
+
#### `@mui/x-data-grid-pro@7.22.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
98
|
+
|
|
99
|
+
Same changes as in `@mui/x-data-grid@7.22.1`, plus:
|
|
100
|
+
|
|
101
|
+
- [DataGridPro] Add list view tests (#15166) @KenanYusuf
|
|
102
|
+
|
|
103
|
+
#### `@mui/x-data-grid-premium@7.22.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
104
|
+
|
|
105
|
+
- [DataGridPremium] Keep focus on the grouping cell on space bar press #15155 @k-rajat19
|
|
106
|
+
|
|
107
|
+
### Date and Time Pickers
|
|
108
|
+
|
|
109
|
+
#### `@mui/x-date-pickers@7.22.1`
|
|
110
|
+
|
|
111
|
+
- [l10n] Improve Polish (pl-PL) locale (#15177) @wojtkolos
|
|
112
|
+
|
|
113
|
+
#### `@mui/x-date-pickers-pro@7.22.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
114
|
+
|
|
115
|
+
Same changes as in `@mui/x-date-pickers@7.22.1`.
|
|
116
|
+
|
|
117
|
+
### Tree View
|
|
118
|
+
|
|
119
|
+
#### `@mui/x-tree-view@7.22.1`
|
|
120
|
+
|
|
121
|
+
- [TreeView] Export `TreeItem2DragAndDropOverlay` and `TreeItem2LabelInput` from the root of each package (#15208) @flaviendelangle
|
|
122
|
+
- [TreeView] Fix drag and drop color usage (#15149) @LukasTy
|
|
123
|
+
|
|
124
|
+
#### `@mui/x-tree-view-pro@7.22.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
125
|
+
|
|
126
|
+
Same changes as in `@mui/x-tree-view@7.22.1`.
|
|
127
|
+
|
|
128
|
+
### Docs
|
|
129
|
+
|
|
130
|
+
- [docs] Add section explaining how to keep the selection while filtering in Data grid docs (#15199) @arminmeh
|
|
131
|
+
|
|
6
132
|
## 7.22.0
|
|
7
133
|
|
|
8
134
|
_Oct 25, 2024_
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
-
import { passFilterLogic } from '@mui/x-data-grid-pro/internals';
|
|
2
|
+
import { passFilterLogic, GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD, getRowGroupingCriteriaFromGroupingField, isGroupingColumn } from '@mui/x-data-grid-pro/internals';
|
|
3
3
|
import { gridRowGroupingSanitizedModelSelector } from "./gridRowGroupingSelector.js";
|
|
4
|
-
export
|
|
4
|
+
export { GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD, getRowGroupingCriteriaFromGroupingField, isGroupingColumn };
|
|
5
5
|
export let RowGroupingStrategy = /*#__PURE__*/function (RowGroupingStrategy) {
|
|
6
6
|
RowGroupingStrategy["Default"] = "grouping-columns";
|
|
7
7
|
RowGroupingStrategy["DataSource"] = "grouping-columns-data-source";
|
|
@@ -13,14 +13,6 @@ export const getRowGroupingFieldFromGroupingCriteria = groupingCriteria => {
|
|
|
13
13
|
}
|
|
14
14
|
return `__row_group_by_columns_group_${groupingCriteria}__`;
|
|
15
15
|
};
|
|
16
|
-
export const getRowGroupingCriteriaFromGroupingField = groupingColDefField => {
|
|
17
|
-
const match = groupingColDefField.match(/^__row_group_by_columns_group_(.*)__$/);
|
|
18
|
-
if (!match) {
|
|
19
|
-
return null;
|
|
20
|
-
}
|
|
21
|
-
return match[1];
|
|
22
|
-
};
|
|
23
|
-
export const isGroupingColumn = field => field === GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD || getRowGroupingCriteriaFromGroupingField(field) !== null;
|
|
24
16
|
/**
|
|
25
17
|
* When filtering a group, we only want to filter according to the items related to this grouping column.
|
|
26
18
|
*/
|
|
@@ -170,6 +170,7 @@ export const useGridRowGrouping = (apiRef, props) => {
|
|
|
170
170
|
useGridApiEventHandler(apiRef, 'cellKeyDown', handleCellKeyDown);
|
|
171
171
|
useGridApiEventHandler(apiRef, 'columnsChange', checkGroupingColumnsModelDiff);
|
|
172
172
|
useGridApiEventHandler(apiRef, 'rowGroupingModelChange', checkGroupingColumnsModelDiff);
|
|
173
|
+
useGridApiEventHandler(apiRef, 'rowGroupingModelChange', () => apiRef.current.unstable_dataSource.fetchRows());
|
|
173
174
|
|
|
174
175
|
/*
|
|
175
176
|
* EFFECTS
|
package/esm/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 = "MTczMTAyMDQwMDAwMA==";
|
|
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
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { GridRowTreeConfig, GridFilterState, GridFilterModel, GridRowModel, GridColDef, GridKeyValue, GridDataSource } from '@mui/x-data-grid-pro';
|
|
3
|
-
import { GridAggregatedFilterItemApplier, GridColumnRawLookup } from '@mui/x-data-grid-pro/internals';
|
|
3
|
+
import { GridAggregatedFilterItemApplier, GridColumnRawLookup, GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD, getRowGroupingCriteriaFromGroupingField, isGroupingColumn } from '@mui/x-data-grid-pro/internals';
|
|
4
4
|
import { DataGridPremiumProcessedProps } from '../../../models/dataGridPremiumProps';
|
|
5
5
|
import { GridGroupingRule, GridGroupingRules, GridRowGroupingModel } from './gridRowGroupingInterfaces';
|
|
6
6
|
import { GridStatePremium } from '../../../models/gridStatePremium';
|
|
7
7
|
import { GridPrivateApiPremium } from '../../../models/gridApiPremium';
|
|
8
|
-
export
|
|
8
|
+
export { GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD, getRowGroupingCriteriaFromGroupingField, isGroupingColumn, };
|
|
9
9
|
export declare enum RowGroupingStrategy {
|
|
10
10
|
Default = "grouping-columns",
|
|
11
11
|
DataSource = "grouping-columns-data-source"
|
|
12
12
|
}
|
|
13
13
|
export declare const getRowGroupingFieldFromGroupingCriteria: (groupingCriteria: string | null) => string;
|
|
14
|
-
export declare const getRowGroupingCriteriaFromGroupingField: (groupingColDefField: string) => string | null;
|
|
15
|
-
export declare const isGroupingColumn: (field: string) => boolean;
|
|
16
14
|
interface FilterRowTreeFromTreeDataParams {
|
|
17
15
|
rowTree: GridRowTreeConfig;
|
|
18
16
|
isRowMatchingFilters: GridAggregatedFilterItemApplier | null;
|
|
@@ -46,4 +44,3 @@ export declare const getGroupingRules: ({ sanitizedRowGroupingModel, columnsLook
|
|
|
46
44
|
* Compares two sets of grouping rules to determine if they are equal or not.
|
|
47
45
|
*/
|
|
48
46
|
export declare const areGroupingRulesEqual: (newValue: GridGroupingRules, previousValue: GridGroupingRules) => boolean;
|
|
49
|
-
export {};
|
|
@@ -4,11 +4,30 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
-
|
|
7
|
+
Object.defineProperty(exports, "GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _internals.GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
exports.getGroupingRules = exports.getColDefOverrides = exports.getCellGroupingCriteria = exports.filterRowTreeFromGroupingColumns = exports.areGroupingRulesEqual = exports.RowGroupingStrategy = void 0;
|
|
14
|
+
Object.defineProperty(exports, "getRowGroupingCriteriaFromGroupingField", {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: function () {
|
|
17
|
+
return _internals.getRowGroupingCriteriaFromGroupingField;
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
exports.getRowGroupingFieldFromGroupingCriteria = void 0;
|
|
21
|
+
Object.defineProperty(exports, "isGroupingColumn", {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function () {
|
|
24
|
+
return _internals.isGroupingColumn;
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
exports.setStrategyAvailability = exports.mergeStateWithRowGroupingModel = void 0;
|
|
8
28
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
29
|
var _internals = require("@mui/x-data-grid-pro/internals");
|
|
10
30
|
var _gridRowGroupingSelector = require("./gridRowGroupingSelector");
|
|
11
|
-
const GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD = exports.GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD = '__row_group_by_columns_group__';
|
|
12
31
|
let RowGroupingStrategy = exports.RowGroupingStrategy = /*#__PURE__*/function (RowGroupingStrategy) {
|
|
13
32
|
RowGroupingStrategy["Default"] = "grouping-columns";
|
|
14
33
|
RowGroupingStrategy["DataSource"] = "grouping-columns-data-source";
|
|
@@ -16,29 +35,19 @@ let RowGroupingStrategy = exports.RowGroupingStrategy = /*#__PURE__*/function (R
|
|
|
16
35
|
}({});
|
|
17
36
|
const getRowGroupingFieldFromGroupingCriteria = groupingCriteria => {
|
|
18
37
|
if (groupingCriteria === null) {
|
|
19
|
-
return GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD;
|
|
38
|
+
return _internals.GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD;
|
|
20
39
|
}
|
|
21
40
|
return `__row_group_by_columns_group_${groupingCriteria}__`;
|
|
22
41
|
};
|
|
23
42
|
exports.getRowGroupingFieldFromGroupingCriteria = getRowGroupingFieldFromGroupingCriteria;
|
|
24
|
-
const getRowGroupingCriteriaFromGroupingField = groupingColDefField => {
|
|
25
|
-
const match = groupingColDefField.match(/^__row_group_by_columns_group_(.*)__$/);
|
|
26
|
-
if (!match) {
|
|
27
|
-
return null;
|
|
28
|
-
}
|
|
29
|
-
return match[1];
|
|
30
|
-
};
|
|
31
|
-
exports.getRowGroupingCriteriaFromGroupingField = getRowGroupingCriteriaFromGroupingField;
|
|
32
|
-
const isGroupingColumn = field => field === GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD || getRowGroupingCriteriaFromGroupingField(field) !== null;
|
|
33
|
-
exports.isGroupingColumn = isGroupingColumn;
|
|
34
43
|
/**
|
|
35
44
|
* When filtering a group, we only want to filter according to the items related to this grouping column.
|
|
36
45
|
*/
|
|
37
46
|
const shouldApplyFilterItemOnGroup = (columnField, node) => {
|
|
38
|
-
if (columnField === GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD) {
|
|
47
|
+
if (columnField === _internals.GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD) {
|
|
39
48
|
return true;
|
|
40
49
|
}
|
|
41
|
-
const groupingCriteriaField = getRowGroupingCriteriaFromGroupingField(columnField);
|
|
50
|
+
const groupingCriteriaField = (0, _internals.getRowGroupingCriteriaFromGroupingField)(columnField);
|
|
42
51
|
return groupingCriteriaField === node.groupingField;
|
|
43
52
|
};
|
|
44
53
|
|
|
@@ -179,6 +179,7 @@ const useGridRowGrouping = (apiRef, props) => {
|
|
|
179
179
|
(0, _xDataGridPro.useGridApiEventHandler)(apiRef, 'cellKeyDown', handleCellKeyDown);
|
|
180
180
|
(0, _xDataGridPro.useGridApiEventHandler)(apiRef, 'columnsChange', checkGroupingColumnsModelDiff);
|
|
181
181
|
(0, _xDataGridPro.useGridApiEventHandler)(apiRef, 'rowGroupingModelChange', checkGroupingColumnsModelDiff);
|
|
182
|
+
(0, _xDataGridPro.useGridApiEventHandler)(apiRef, 'rowGroupingModelChange', () => apiRef.current.unstable_dataSource.fetchRows());
|
|
182
183
|
|
|
183
184
|
/*
|
|
184
185
|
* EFFECTS
|
package/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
-
import { passFilterLogic } from '@mui/x-data-grid-pro/internals';
|
|
2
|
+
import { passFilterLogic, GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD, getRowGroupingCriteriaFromGroupingField, isGroupingColumn } from '@mui/x-data-grid-pro/internals';
|
|
3
3
|
import { gridRowGroupingSanitizedModelSelector } from "./gridRowGroupingSelector.js";
|
|
4
|
-
export
|
|
4
|
+
export { GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD, getRowGroupingCriteriaFromGroupingField, isGroupingColumn };
|
|
5
5
|
export let RowGroupingStrategy = /*#__PURE__*/function (RowGroupingStrategy) {
|
|
6
6
|
RowGroupingStrategy["Default"] = "grouping-columns";
|
|
7
7
|
RowGroupingStrategy["DataSource"] = "grouping-columns-data-source";
|
|
@@ -13,14 +13,6 @@ export const getRowGroupingFieldFromGroupingCriteria = groupingCriteria => {
|
|
|
13
13
|
}
|
|
14
14
|
return `__row_group_by_columns_group_${groupingCriteria}__`;
|
|
15
15
|
};
|
|
16
|
-
export const getRowGroupingCriteriaFromGroupingField = groupingColDefField => {
|
|
17
|
-
const match = groupingColDefField.match(/^__row_group_by_columns_group_(.*)__$/);
|
|
18
|
-
if (!match) {
|
|
19
|
-
return null;
|
|
20
|
-
}
|
|
21
|
-
return match[1];
|
|
22
|
-
};
|
|
23
|
-
export const isGroupingColumn = field => field === GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD || getRowGroupingCriteriaFromGroupingField(field) !== null;
|
|
24
16
|
/**
|
|
25
17
|
* When filtering a group, we only want to filter according to the items related to this grouping column.
|
|
26
18
|
*/
|
|
@@ -170,6 +170,7 @@ export const useGridRowGrouping = (apiRef, props) => {
|
|
|
170
170
|
useGridApiEventHandler(apiRef, 'cellKeyDown', handleCellKeyDown);
|
|
171
171
|
useGridApiEventHandler(apiRef, 'columnsChange', checkGroupingColumnsModelDiff);
|
|
172
172
|
useGridApiEventHandler(apiRef, 'rowGroupingModelChange', checkGroupingColumnsModelDiff);
|
|
173
|
+
useGridApiEventHandler(apiRef, 'rowGroupingModelChange', () => apiRef.current.unstable_dataSource.fetchRows());
|
|
173
174
|
|
|
174
175
|
/*
|
|
175
176
|
* EFFECTS
|
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 = "MTczMTAyMDQwMDAwMA==";
|
|
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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-data-grid-premium",
|
|
3
|
-
"version": "7.22.
|
|
3
|
+
"version": "7.22.2",
|
|
4
4
|
"description": "The Premium plan edition of the Data Grid Components (MUI X).",
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"exceljs": "^4.4.0",
|
|
41
41
|
"prop-types": "^15.8.1",
|
|
42
42
|
"reselect": "^5.1.1",
|
|
43
|
-
"@mui/x-
|
|
43
|
+
"@mui/x-data-grid": "7.22.2",
|
|
44
|
+
"@mui/x-data-grid-pro": "7.22.2",
|
|
44
45
|
"@mui/x-internals": "7.21.0",
|
|
45
|
-
"@mui/x-
|
|
46
|
-
"@mui/x-data-grid": "7.22.0"
|
|
46
|
+
"@mui/x-license": "7.21.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@emotion/react": "^11.9.0",
|
package/utils/releaseInfo.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 = "MTczMTAyMDQwMDAwMA==";
|
|
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
|