@mui/x-data-grid-premium 6.15.0 → 6.16.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 CHANGED
@@ -3,6 +3,150 @@
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.16.1
7
+
8
+ _Oct 6, 2023_
9
+
10
+ We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 🥧 Support interaction with pie chart
13
+ - 🐞 Bugfixes
14
+ - 📚 Documentation improvements
15
+
16
+ ### Data Grid
17
+
18
+ #### `@mui/x-data-grid@6.16.1`
19
+
20
+ - [DataGrid] Add a new demo with sparklines (#9228) @flaviendelangle
21
+ - [DataGrid] Fix autosize missing a few pixels (#10471) @romgrk
22
+ - [DataGrid] Make `disableColumnSelector` demo idempotent (#10548) @MBilalShafi
23
+
24
+ #### `@mui/x-data-grid-pro@6.16.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
25
+
26
+ Same changes as in `@mui/x-data-grid@6.16.1`.
27
+
28
+ #### `@mui/x-data-grid-premium@6.16.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
29
+
30
+ Same changes as in `@mui/x-data-grid-pro@6.16.1`.
31
+
32
+ ### Date Pickers
33
+
34
+ #### `@mui/x-date-pickers@6.16.1`
35
+
36
+ - [pickers] Avoid calendar layout shifting when changing views (#10541) @LukasTy
37
+ - [pickers] Fix clearable behavior when disabled (#10542) @noraleonte
38
+ - [pickers] Improve customization playground examples (#10544) @noraleonte
39
+
40
+ #### `@mui/x-date-pickers-pro@6.16.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
41
+
42
+ Same changes as in `@mui/x-date-pickers@6.16.1`, plus:
43
+
44
+ - [DateRangePicker] Fix `InputProps` propagation in multi input (#10564) @alexfauquette
45
+
46
+ ### Charts / `@mui/x-charts@6.0.0-alpha.14`
47
+
48
+ - [charts] Display cursor pointer for pie chart only if `onClick` is provided (#10551) @giladappsforce
49
+ - [charts] Add `onClick` prop to PieChart (#10506) @giladappsforce
50
+ - [charts] Support `slots`/`slotProps` for the tooltip (#10515) @alexfauquette
51
+
52
+ ### Docs
53
+
54
+ - [docs] Add `DateRangePicker` example with a `Button` trigger (#10485) @LukasTy
55
+ - [docs] Add section about disabling columns panel (#10328) @MBilalShafi
56
+ - [docs] Add section about overriding slots to base concepts (#10421) @noraleonte
57
+ - [docs] Add "What's new" page listing all release announcements (#9727) @joserodolfofreitas
58
+ - [docs] Update RTL Support section of the grid localization docs (#10561) @MBilalShafi
59
+
60
+ ### Core
61
+
62
+ - [core] Fix casing consistency with legal and marketing content @oliviertassinari
63
+ - [core] Revert the link in the priority support ticket description (#10517) @michelengelen
64
+ - [CHANGELOG] Polish image @oliviertassinari
65
+
66
+ ## 6.16.0
67
+
68
+ _Sep 29, 2023_
69
+
70
+ We'd like to offer a big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
71
+
72
+ - 🎁 Add a clearable behavior to all the single input pickers and fields (#9095) @noraleonte
73
+
74
+ The pickers and fields now have an out-of-the box implementation for clearing the field value. You can see the documentation for this behavior on the [Date Picker documentation](https://mui.com/x/react-date-pickers/date-picker/#clearing-the-value).
75
+
76
+ <img width="337" height="139" alt="Clearable behavior" src="https://github.com/mui/mui-x/assets/3165635/a5407cb6-0b8a-443c-b4b9-1f81ceb4d087">
77
+
78
+ - 💫 Add Date Picker customization playground (#9581) @noraleonte
79
+
80
+ You can play around with style customization options on the [Date Picker documentation](https://mui.com/x/react-date-pickers/date-picker/#customization).
81
+
82
+ We are thrilled to hear your feedback about this functionality!
83
+
84
+ - 🚀 Fix header filters menu auto closing on render (#10483) @MBilalShafi
85
+ - 🎯 Fix column headers scroll when theme scoping is used (#10437) @cherniavskii
86
+ - 🌍 Improve Russian (ru-RU) locale on the data grid
87
+ - 🐞 Bugfixes
88
+ - 📚 Documentation improvements
89
+
90
+ ### Data Grid
91
+
92
+ #### `@mui/x-data-grid@6.16.0`
93
+
94
+ - [DataGrid] Fix column headers scroll when theme scoping is used (#10437) @cherniavskii
95
+ - [DataGrid] Rename `global` to `globalScope` due to Jest issue (#10470) @romgrk
96
+ - [l10n] Improve Russian (ru-RU) locale (#10464 and #10407) @NKodos
97
+
98
+ #### `@mui/x-data-grid-pro@6.16.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
99
+
100
+ Same changes as in `@mui/x-data-grid@6.16.0`, plus:
101
+
102
+ - [DataGridPro] Fix header filters menu auto closing on render (#10483) @MBilalShafi
103
+
104
+ #### `@mui/x-data-grid-premium@6.16.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
105
+
106
+ Same changes as in `@mui/x-data-grid-pro@6.16.0`.
107
+
108
+ ### Date Pickers
109
+
110
+ #### `@mui/x-date-pickers@6.16.0`
111
+
112
+ - [pickers] Add warning to `shouldDisableDate` validation (#10502) @michelengelen
113
+ - [pickers] Implement `clearable` field behavior (#9095) @noraleonte
114
+ - [pickers] Refactor `dayOfWeekFormatter` (#10345) @michelengelen
115
+
116
+ #### `@mui/x-date-pickers-pro@6.16.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
117
+
118
+ Same changes as in `@mui/x-date-pickers@6.16.0`.
119
+
120
+ ### Charts / `@mui/x-charts@6.0.0-alpha.13`
121
+
122
+ - [charts] Share upfront future Pro features (#10465) @oliviertassinari
123
+
124
+ ### Tree View / `@mui/x-tree-view@6.0.0-beta.0`
125
+
126
+ - [TreeView] Do not try to focus a collapsed node when re-focusing the TreeView (#10422) @flaviendelangle
127
+ - [TreeView] Fix the typing of the `Multiple` generic (#10478) @flaviendelangle
128
+
129
+ ### Docs
130
+
131
+ - [docs] Correct the typo in data grid api docs (#10477) @MBilalShafi
132
+ - [docs] Add customization playground (#9581) @noraleonte
133
+ - [docs] Fix Tree View product ID (#10428) @oliviertassinari
134
+ - [docs] Fix demo crashing when all rows are deleted (#10438) @cherniavskii
135
+ - [docs] Fix mobile scrollbar column resize (#10455) @oliviertassinari
136
+ - [docs] Fix usage of `GridRenderCellParams` interface (#10435) @cherniavskii
137
+
138
+ ### Core
139
+
140
+ - [core] Fix typo in header data grid quick filter @oliviertassinari
141
+ - [core] Group D3 renovate PRs (#10480) @flaviendelangle
142
+ - [core] Link the priority support page (#10495) @michelengelen
143
+ - [core] Move the pickers describes to the test utils folder (#10490) @flaviendelangle
144
+ - [core] Priority Support casing normalization @oliviertassinari
145
+ - [core] Remove automated DataGrid performance tests (#10414) @romgrk
146
+ - [core] Sync `prism-okaidia.css` with docs-infra @oliviertassinari
147
+ - [core] Update issue actions & templates (#10375) @romgrk
148
+ - [core] Update release guide (#10468) @DanailH
149
+
6
150
  ## 6.15.0
7
151
 
8
152
  _Sep 22, 2023_
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v6.15.0
2
+ * @mui/x-data-grid-premium v6.16.1
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v6.15.0
2
+ * @mui/x-data-grid-premium v6.16.1
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export var getReleaseInfo = function getReleaseInfo() {
3
- var releaseInfo = "MTY5NTMzMDAwMDAwMA==";
3
+ var releaseInfo = "MTY5NjU0MzIwMDAwMA==";
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/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v6.15.0
2
+ * @mui/x-data-grid-premium v6.16.1
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTY5NTMzMDAwMDAwMA==";
3
+ const releaseInfo = "MTY5NjU0MzIwMDAwMA==";
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
@@ -46,8 +46,7 @@ const DataGridPremiumRaw = /*#__PURE__*/React.forwardRef(function DataGridPremiu
46
46
  }))
47
47
  });
48
48
  });
49
- const DataGridPremium = /*#__PURE__*/React.memo(DataGridPremiumRaw);
50
- exports.DataGridPremium = DataGridPremium;
49
+ const DataGridPremium = exports.DataGridPremium = /*#__PURE__*/React.memo(DataGridPremiumRaw);
51
50
  process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
52
51
  // ----------------------------- Warning --------------------------------
53
52
  // | These PropTypes are generated from the TypeScript type definitions |
@@ -17,7 +17,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
17
17
  /**
18
18
  * The default values of `DataGridPremiumPropsWithDefaultValue` to inject in the props of DataGridPremium.
19
19
  */
20
- const DATA_GRID_PREMIUM_PROPS_DEFAULT_VALUES = (0, _extends2.default)({}, _xDataGridPro.DATA_GRID_PRO_PROPS_DEFAULT_VALUES, {
20
+ const DATA_GRID_PREMIUM_PROPS_DEFAULT_VALUES = exports.DATA_GRID_PREMIUM_PROPS_DEFAULT_VALUES = (0, _extends2.default)({}, _xDataGridPro.DATA_GRID_PRO_PROPS_DEFAULT_VALUES, {
21
21
  unstable_cellSelection: false,
22
22
  disableAggregation: false,
23
23
  disableRowGrouping: false,
@@ -33,7 +33,6 @@ const DATA_GRID_PREMIUM_PROPS_DEFAULT_VALUES = (0, _extends2.default)({}, _xData
33
33
  return text.split(/\r\n|\n|\r/).map(row => row.split('\t'));
34
34
  }
35
35
  });
36
- exports.DATA_GRID_PREMIUM_PROPS_DEFAULT_VALUES = DATA_GRID_PREMIUM_PROPS_DEFAULT_VALUES;
37
36
  const defaultSlots = (0, _internals.uncapitalizeObjectKeys)(_dataGridPremiumDefaultSlotsComponents.DATA_GRID_PREMIUM_DEFAULT_SLOTS_COMPONENTS);
38
37
  const useDataGridPremiumProps = inProps => {
39
38
  const [components, componentsProps, themedProps] = (0, _internals.useProps)((0, _styles.useThemeProps)({
@@ -30,12 +30,11 @@ function GridColumnMenuGroupingItem(props) {
30
30
  }
31
31
  return null;
32
32
  }
33
- const GRID_COLUMN_MENU_SLOTS_PREMIUM = (0, _extends2.default)({}, _xDataGridPro.GRID_COLUMN_MENU_SLOTS, {
33
+ const GRID_COLUMN_MENU_SLOTS_PREMIUM = exports.GRID_COLUMN_MENU_SLOTS_PREMIUM = (0, _extends2.default)({}, _xDataGridPro.GRID_COLUMN_MENU_SLOTS, {
34
34
  columnMenuAggregationItem: _GridColumnMenuAggregationItem.GridColumnMenuAggregationItem,
35
35
  columnMenuGroupingItem: GridColumnMenuGroupingItem
36
36
  });
37
- exports.GRID_COLUMN_MENU_SLOTS_PREMIUM = GRID_COLUMN_MENU_SLOTS_PREMIUM;
38
- const GRID_COLUMN_MENU_SLOT_PROPS_PREMIUM = (0, _extends2.default)({}, _xDataGridPro.GRID_COLUMN_MENU_SLOT_PROPS, {
37
+ const GRID_COLUMN_MENU_SLOT_PROPS_PREMIUM = exports.GRID_COLUMN_MENU_SLOT_PROPS_PREMIUM = (0, _extends2.default)({}, _xDataGridPro.GRID_COLUMN_MENU_SLOT_PROPS, {
39
38
  columnMenuAggregationItem: {
40
39
  displayOrder: 23
41
40
  },
@@ -43,8 +42,7 @@ const GRID_COLUMN_MENU_SLOT_PROPS_PREMIUM = (0, _extends2.default)({}, _xDataGri
43
42
  displayOrder: 27
44
43
  }
45
44
  });
46
- exports.GRID_COLUMN_MENU_SLOT_PROPS_PREMIUM = GRID_COLUMN_MENU_SLOT_PROPS_PREMIUM;
47
- const GridPremiumColumnMenu = /*#__PURE__*/React.forwardRef(function GridPremiumColumnMenuSimple(props, ref) {
45
+ const GridPremiumColumnMenu = exports.GridPremiumColumnMenu = /*#__PURE__*/React.forwardRef(function GridPremiumColumnMenuSimple(props, ref) {
48
46
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_xDataGridPro.GridGenericColumnMenu, (0, _extends2.default)({
49
47
  ref: ref
50
48
  }, props, {
@@ -52,7 +50,6 @@ const GridPremiumColumnMenu = /*#__PURE__*/React.forwardRef(function GridPremium
52
50
  defaultSlotProps: GRID_COLUMN_MENU_SLOT_PROPS_PREMIUM
53
51
  }));
54
52
  });
55
- exports.GridPremiumColumnMenu = GridPremiumColumnMenu;
56
53
  process.env.NODE_ENV !== "production" ? GridPremiumColumnMenu.propTypes = {
57
54
  // ----------------------------- Warning --------------------------------
58
55
  // | These PropTypes are generated from the TypeScript type definitions |
@@ -9,7 +9,6 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
9
9
  var _internals = require("@mui/x-data-grid-pro/internals");
10
10
  var _GridPremiumColumnMenu = require("../components/GridPremiumColumnMenu");
11
11
  var _material = _interopRequireDefault(require("../material"));
12
- const DATA_GRID_PREMIUM_DEFAULT_SLOTS_COMPONENTS = (0, _extends2.default)({}, _internals.DATA_GRID_PRO_DEFAULT_SLOTS_COMPONENTS, _material.default, {
12
+ const DATA_GRID_PREMIUM_DEFAULT_SLOTS_COMPONENTS = exports.DATA_GRID_PREMIUM_DEFAULT_SLOTS_COMPONENTS = (0, _extends2.default)({}, _internals.DATA_GRID_PRO_DEFAULT_SLOTS_COMPONENTS, _material.default, {
13
13
  ColumnMenu: _GridPremiumColumnMenu.GridPremiumColumnMenu
14
- });
15
- exports.DATA_GRID_PREMIUM_DEFAULT_SLOTS_COMPONENTS = DATA_GRID_PREMIUM_DEFAULT_SLOTS_COMPONENTS;
14
+ });
@@ -80,11 +80,10 @@ const sizeAgg = {
80
80
  },
81
81
  hasCellUnit: false
82
82
  };
83
- const GRID_AGGREGATION_FUNCTIONS = {
83
+ const GRID_AGGREGATION_FUNCTIONS = exports.GRID_AGGREGATION_FUNCTIONS = {
84
84
  sum: sumAgg,
85
85
  avg: avgAgg,
86
86
  min: minAgg,
87
87
  max: maxAgg,
88
88
  size: sizeAgg
89
- };
90
- exports.GRID_AGGREGATION_FUNCTIONS = GRID_AGGREGATION_FUNCTIONS;
89
+ };
@@ -13,12 +13,10 @@ const gridAggregationStateSelector = state => state.aggregation;
13
13
  * @category Aggregation
14
14
  */
15
15
  exports.gridAggregationStateSelector = gridAggregationStateSelector;
16
- const gridAggregationModelSelector = (0, _internals.createSelector)(gridAggregationStateSelector, aggregationState => aggregationState.model);
16
+ const gridAggregationModelSelector = exports.gridAggregationModelSelector = (0, _internals.createSelector)(gridAggregationStateSelector, aggregationState => aggregationState.model);
17
17
 
18
18
  /**
19
19
  * Get the aggregation results as a lookup.
20
20
  * @category Aggregation
21
21
  */
22
- exports.gridAggregationModelSelector = gridAggregationModelSelector;
23
- const gridAggregationLookupSelector = (0, _internals.createSelector)(gridAggregationStateSelector, aggregationState => aggregationState.lookup);
24
- exports.gridAggregationLookupSelector = gridAggregationLookupSelector;
22
+ const gridAggregationLookupSelector = exports.gridAggregationLookupSelector = (0, _internals.createSelector)(gridAggregationStateSelector, aggregationState => aggregationState.lookup);
@@ -10,8 +10,7 @@ var _utils = require("@mui/utils");
10
10
  var _internals = require("@mui/x-data-grid/internals");
11
11
  var _xDataGridPro = require("@mui/x-data-grid-pro");
12
12
  var _internals2 = require("@mui/x-data-grid-pro/internals");
13
- const GRID_AGGREGATION_ROOT_FOOTER_ROW_ID = 'auto-generated-group-footer-root';
14
- exports.GRID_AGGREGATION_ROOT_FOOTER_ROW_ID = GRID_AGGREGATION_ROOT_FOOTER_ROW_ID;
13
+ const GRID_AGGREGATION_ROOT_FOOTER_ROW_ID = exports.GRID_AGGREGATION_ROOT_FOOTER_ROW_ID = 'auto-generated-group-footer-root';
15
14
  const getAggregationFooterRowIdFromGroupId = groupId => {
16
15
  if (groupId == null) {
17
16
  return GRID_AGGREGATION_ROOT_FOOTER_ROW_ID;
@@ -7,7 +7,5 @@ exports.gridRowGroupingSanitizedModelSelector = exports.gridRowGroupingModelSele
7
7
  var _xDataGridPro = require("@mui/x-data-grid-pro");
8
8
  var _internals = require("@mui/x-data-grid/internals");
9
9
  const gridRowGroupingStateSelector = state => state.rowGrouping;
10
- const gridRowGroupingModelSelector = (0, _internals.createSelector)(gridRowGroupingStateSelector, rowGrouping => rowGrouping.model);
11
- exports.gridRowGroupingModelSelector = gridRowGroupingModelSelector;
12
- const gridRowGroupingSanitizedModelSelector = (0, _internals.createSelectorMemoized)(gridRowGroupingModelSelector, _xDataGridPro.gridColumnLookupSelector, (model, columnsLookup) => model.filter(field => !!columnsLookup[field] && columnsLookup[field].groupable));
13
- exports.gridRowGroupingSanitizedModelSelector = gridRowGroupingSanitizedModelSelector;
10
+ const gridRowGroupingModelSelector = exports.gridRowGroupingModelSelector = (0, _internals.createSelector)(gridRowGroupingStateSelector, rowGrouping => rowGrouping.model);
11
+ const gridRowGroupingSanitizedModelSelector = exports.gridRowGroupingSanitizedModelSelector = (0, _internals.createSelectorMemoized)(gridRowGroupingModelSelector, _xDataGridPro.gridColumnLookupSelector, (model, columnsLookup) => model.filter(field => !!columnsLookup[field] && columnsLookup[field].groupable));
@@ -8,10 +8,8 @@ exports.setStrategyAvailability = exports.mergeStateWithRowGroupingModel = expor
8
8
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
9
  var _internals = require("@mui/x-data-grid-pro/internals");
10
10
  var _gridRowGroupingSelector = require("./gridRowGroupingSelector");
11
- const GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD = '__row_group_by_columns_group__';
12
- exports.GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD = GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD;
13
- const ROW_GROUPING_STRATEGY = 'grouping-columns';
14
- exports.ROW_GROUPING_STRATEGY = ROW_GROUPING_STRATEGY;
11
+ const GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD = exports.GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD = '__row_group_by_columns_group__';
12
+ const ROW_GROUPING_STRATEGY = exports.ROW_GROUPING_STRATEGY = 'grouping-columns';
15
13
  const getRowGroupingFieldFromGroupingCriteria = groupingCriteria => {
16
14
  if (groupingCriteria === null) {
17
15
  return GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD;
@@ -5,5 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.useGridApiContext = void 0;
7
7
  var _xDataGrid = require("@mui/x-data-grid");
8
- const useGridApiContext = _xDataGrid.useGridApiContext;
9
- exports.useGridApiContext = useGridApiContext;
8
+ const useGridApiContext = exports.useGridApiContext = _xDataGrid.useGridApiContext;
@@ -5,5 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.useGridApiRef = void 0;
7
7
  var _xDataGrid = require("@mui/x-data-grid");
8
- const useGridApiRef = _xDataGrid.useGridApiRef;
9
- exports.useGridApiRef = useGridApiRef;
8
+ const useGridApiRef = exports.useGridApiRef = _xDataGrid.useGridApiRef;
@@ -5,5 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.useGridPrivateApiContext = void 0;
7
7
  var _internals = require("@mui/x-data-grid/internals");
8
- const useGridPrivateApiContext = _internals.useGridPrivateApiContext;
9
- exports.useGridPrivateApiContext = useGridPrivateApiContext;
8
+ const useGridPrivateApiContext = exports.useGridPrivateApiContext = _internals.useGridPrivateApiContext;
@@ -5,5 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.useGridRootProps = void 0;
7
7
  var _xDataGridPro = require("@mui/x-data-grid-pro");
8
- const useGridRootProps = _xDataGridPro.useGridRootProps;
9
- exports.useGridRootProps = useGridRootProps;
8
+ const useGridRootProps = exports.useGridRootProps = _xDataGridPro.useGridRootProps;
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v6.15.0
2
+ * @mui/x-data-grid-premium v6.16.1
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -9,17 +9,14 @@ var _utils = require("@mui/material/utils");
9
9
  var _jsxRuntime = require("react/jsx-runtime");
10
10
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
11
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
- const GridWorkspacesIcon = (0, _utils.createSvgIcon)( /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
12
+ const GridWorkspacesIcon = exports.GridWorkspacesIcon = (0, _utils.createSvgIcon)( /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
13
13
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
14
14
  d: "M6,13c-2.2,0-4,1.8-4,4s1.8,4,4,4s4-1.8,4-4S8.2,13,6,13z M12,3C9.8,3,8,4.8,8,7s1.8,4,4,4s4-1.8,4-4S14.2,3,12,3z M18,13 c-2.2,0-4,1.8-4,4s1.8,4,4,4s4-1.8,4-4S20.2,13,18,13z"
15
15
  })
16
16
  }), 'Workspaces');
17
- exports.GridWorkspacesIcon = GridWorkspacesIcon;
18
- const GridGroupWorkIcon = (0, _utils.createSvgIcon)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
17
+ const GridGroupWorkIcon = exports.GridGroupWorkIcon = (0, _utils.createSvgIcon)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
19
18
  d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM8 17.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zM9.5 8c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5S9.5 9.38 9.5 8zm6.5 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"
20
19
  }), 'GroupWork');
21
- exports.GridGroupWorkIcon = GridGroupWorkIcon;
22
- const GridFunctionsIcon = (0, _utils.createSvgIcon)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
20
+ const GridFunctionsIcon = exports.GridFunctionsIcon = (0, _utils.createSvgIcon)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
21
  d: "M18 4H6v2l6.5 6L6 18v2h12v-3h-7l5-5-5-5h7z"
24
- }), 'Functions');
25
- exports.GridFunctionsIcon = GridFunctionsIcon;
22
+ }), 'Functions');
@@ -13,5 +13,4 @@ const iconsSlots = {
13
13
  ColumnMenuAggregationIcon: _icons.GridFunctionsIcon
14
14
  };
15
15
  const materialSlots = (0, _extends2.default)({}, iconsSlots);
16
- var _default = materialSlots;
17
- exports.default = _default;
16
+ var _default = exports.default = materialSlots;
@@ -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 = "MTY5NTMzMDAwMDAwMA==";
9
+ const releaseInfo = "MTY5NjU0MzIwMDAwMA==";
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-premium",
3
- "version": "6.15.0",
3
+ "version": "6.16.1",
4
4
  "description": "The Premium plan edition of the data grid component (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",
@@ -31,10 +31,10 @@
31
31
  "directory": "packages/grid/x-data-grid-premium"
32
32
  },
33
33
  "dependencies": {
34
- "@babel/runtime": "^7.22.15",
35
- "@mui/utils": "^5.14.8",
36
- "@mui/x-data-grid": "6.15.0",
37
- "@mui/x-data-grid-pro": "6.15.0",
34
+ "@babel/runtime": "^7.23.1",
35
+ "@mui/utils": "^5.14.11",
36
+ "@mui/x-data-grid": "6.16.1",
37
+ "@mui/x-data-grid-pro": "6.16.1",
38
38
  "@mui/x-license-pro": "6.10.2",
39
39
  "@types/format-util": "^1.0.2",
40
40
  "clsx": "^2.0.0",
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTY5NTMzMDAwMDAwMA==";
3
+ const releaseInfo = "MTY5NjU0MzIwMDAwMA==";
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