@mui/x-data-grid-pro 5.17.12 → 5.17.14

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,60 @@
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
+ ## 5.17.14
7
+
8
+ _Dec 1, 2022_
9
+
10
+ We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 🌍 Improve Ukrainian (uk-UA) locale (#7035) @rettoua
13
+ - 🐞 Bugfixes
14
+
15
+ ### `@mui/x-data-grid@v5.17.14` / `@mui/x-data-grid-pro@v5.17.14` / `@mui/x-data-grid-premium@v5.17.14`
16
+
17
+ #### Changes
18
+
19
+ - [DataGrid] Fix row selection when clicking blank cell (#7056) @yami03
20
+ - [DataGridPremium] Update cache before hydrating columns (#7043) @m4theushw
21
+ - [l10n] Improve Ukrainian (uk-UA) locale (#7035) @rettoua
22
+
23
+ ## 5.17.13
24
+
25
+ _Nov 24, 2022_
26
+
27
+ We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
28
+
29
+ - 🚀 Fix support of the pickers to Shadow DOM (#6971) @flaviendelangle
30
+ - 💅 Improve DataGrid theme augmentation (#6980) @iigrik
31
+ - 🐞 Bugfixes
32
+
33
+ ### `@mui/x-data-grid@v5.17.13` / `@mui/x-data-grid-pro@v5.17.13` / `@mui/x-data-grid-premium@v5.17.13`
34
+
35
+ #### Changes
36
+
37
+ - [DataGrid] Fix `ErrorOverlay` not receiving defined input props (#6885) @banoth-ravinder
38
+ - [DataGrid] Improve typing for `styleOverrides` (#6980) @iigrik
39
+ - [DataGridPro] Fix lazy-loaded rows not working with `updateRows` API method (#6875) @cherniavskii
40
+ - [l10n] Fix translation of `filterOperatorBefore` in Arabic (ar-SD) locale (#6917) @HassanGhazy
41
+
42
+ ### `@mui/x-date-pickers@v5.0.9` / `@mui/x-date-pickers-pro@v5.0.9`
43
+
44
+ #### Changes
45
+
46
+ - [pickers] Fix usage with Shadow DOM (#6971) @flaviendelangle
47
+
48
+ ### Docs
49
+
50
+ - [docs] Add new "Expired package version" error type (#6937) @oliviertassinari
51
+ - [docs] Enforce values for installation options in Date / Time pickers Getting Started page (#6896) @01zulfi
52
+ - [docs] Fix live edit @oliviertassinari
53
+ - [docs] Upgrade to Next 13 (#6911) @cherniavskii
54
+
55
+ ### Core
56
+
57
+ - [core] Upgrade monorepo (#6906) @cherniavskii
58
+ - [core] Upgrade node to v14.21 (#6939) @piwysocki
59
+
6
60
  ## 5.17.12
7
61
 
8
62
  _Nov 17, 2022_
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.17.12
1
+ /** @license MUI v5.17.14
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.17.12
1
+ /** @license MUI v5.17.14
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export var getReleaseInfo = function getReleaseInfo() {
3
- var releaseInfo = "MTY2ODYzNjAwMDAwMA==";
3
+ var releaseInfo = "MTY2OTg0OTIwMDAwMA==";
4
4
 
5
5
  if (process.env.NODE_ENV !== 'production') {
6
6
  // A simple hack to set the value in the test environment (has no build step).
package/modern/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.17.12
1
+ /** @license MUI v5.17.14
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTY2ODYzNjAwMDAwMA==";
3
+ const releaseInfo = "MTY2OTg0OTIwMDAwMA==";
4
4
 
5
5
  if (process.env.NODE_ENV !== 'production') {
6
6
  // A simple hack to set the value in the test environment (has no build step).
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.17.12
1
+ /** @license MUI v5.17.14
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -8,7 +8,7 @@ exports.getReleaseInfo = void 0;
8
8
  var _utils = require("@mui/utils");
9
9
 
10
10
  const getReleaseInfo = () => {
11
- const releaseInfo = "MTY2ODYzNjAwMDAwMA==";
11
+ const releaseInfo = "MTY2OTg0OTIwMDAwMA==";
12
12
 
13
13
  if (process.env.NODE_ENV !== 'production') {
14
14
  // A simple hack to set the value in the test environment (has no build step).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-data-grid-pro",
3
- "version": "5.17.12",
3
+ "version": "5.17.14",
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.18.9",
35
35
  "@mui/utils": "^5.10.3",
36
- "@mui/x-data-grid": "5.17.12",
36
+ "@mui/x-data-grid": "5.17.14",
37
37
  "@mui/x-license-pro": "5.17.12",
38
38
  "@types/format-util": "^1.0.2",
39
39
  "clsx": "^1.2.1",
@@ -1,9 +1,9 @@
1
- import { ComponentsOverrides, ComponentsProps, Theme } from '@mui/material/styles';
1
+ import { ComponentsOverrides, ComponentsProps } from '@mui/material/styles';
2
2
  import { DataGridProProps } from '../models/dataGridProProps';
3
3
  export interface DataGridProComponentsPropsList {
4
4
  MuiDataGrid: DataGridProProps;
5
5
  }
6
- export interface DataGridProComponents {
6
+ export interface DataGridProComponents<Theme = unknown> {
7
7
  MuiDataGrid?: {
8
8
  defaultProps?: ComponentsProps['MuiDataGrid'];
9
9
  styleOverrides?: ComponentsOverrides<Theme>['MuiDataGrid'];
@@ -12,8 +12,6 @@ export interface DataGridProComponents {
12
12
  declare module '@mui/material/styles' {
13
13
  interface ComponentsPropsList extends DataGridProComponentsPropsList {
14
14
  }
15
- }
16
- declare module '@mui/material/styles/components' {
17
- interface Components extends DataGridProComponents {
15
+ interface Components<Theme = unknown> extends DataGridProComponents<Theme> {
18
16
  }
19
17
  }
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTY2ODYzNjAwMDAwMA==";
3
+ const releaseInfo = "MTY2OTg0OTIwMDAwMA==";
4
4
 
5
5
  if (process.env.NODE_ENV !== 'production') {
6
6
  // A simple hack to set the value in the test environment (has no build step).