@mui/x-data-grid-pro 6.18.0 → 6.18.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 +116 -5
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/legacy/models/dataSource.js +1 -0
- package/legacy/utils/releaseInfo.js +1 -1
- package/models/dataSource.d.ts +64 -0
- package/models/dataSource.js +1 -0
- package/modern/index.js +1 -1
- package/modern/models/dataSource.js +1 -0
- package/modern/utils/releaseInfo.js +1 -1
- package/node/index.js +1 -1
- package/node/models/dataSource.js +5 -0
- 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,117 @@
|
|
|
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.2
|
|
7
|
+
|
|
8
|
+
_Nov 23, 2023_
|
|
9
|
+
|
|
10
|
+
We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 🌍 Improve Arabic (ar-SD), Czech (cs-CZ), and Hebrew (he-IL) locales on Data Grid
|
|
13
|
+
- 🌍 Add Basque (eu) and Macedonian (mk) locales on Pickers
|
|
14
|
+
- 🌍 Improve German (de-DE) and Spanish (es-ES) locales on Pickers
|
|
15
|
+
- 🐞 Bugfixes
|
|
16
|
+
- 📚 Documentation improvements
|
|
17
|
+
|
|
18
|
+
### Data Grid
|
|
19
|
+
|
|
20
|
+
#### `@mui/x-data-grid@6.18.2`
|
|
21
|
+
|
|
22
|
+
- [l10n] Improve Arabic (ar-SD) locale (#11096) @OmarWebDev
|
|
23
|
+
- [l10n] Improve Czech (cs-CZ) locale (#10968) @luborepka
|
|
24
|
+
- [l10n] Improve Hebrew (he-IL) locale (#11056) @LironKiloma
|
|
25
|
+
|
|
26
|
+
#### `@mui/x-data-grid-pro@6.18.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
27
|
+
|
|
28
|
+
Same changes as in `@mui/x-data-grid@6.18.2`.
|
|
29
|
+
|
|
30
|
+
#### `@mui/x-data-grid-premium@6.18.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
31
|
+
|
|
32
|
+
Same changes as in `@mui/x-data-grid-pro@6.18.2`.
|
|
33
|
+
|
|
34
|
+
### Date Pickers
|
|
35
|
+
|
|
36
|
+
#### `@mui/x-date-pickers@6.18.2`
|
|
37
|
+
|
|
38
|
+
- [l10n] Add Basque (eu) locale and improve Spanish (es-ES) locale (#10985) @lajtomekadimon
|
|
39
|
+
- [l10n] Add Macedonian (mk) locale (#11155) @brsnik
|
|
40
|
+
- [l10n] Improve German (de-DE) locale (#11104) @jho-vema
|
|
41
|
+
- [pickers] Deprecate `defaultCalendarMonth` prop (#11138) @flaviendelangle
|
|
42
|
+
- [pickers] Fix `DateCalendar` crashing when given an invalid value (#11101) @flaviendelangle
|
|
43
|
+
|
|
44
|
+
#### `@mui/x-date-pickers-pro@6.18.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
45
|
+
|
|
46
|
+
Same changes as in `@mui/x-date-pickers@6.18.2`.
|
|
47
|
+
|
|
48
|
+
### Charts / `@mui/x-charts@6.18.2`
|
|
49
|
+
|
|
50
|
+
- [charts] Fix `ChartsTooltip` component setup (#11157) @LukasTy
|
|
51
|
+
- [charts] Remove outdated prop-types (#10998) @alexfauquette
|
|
52
|
+
|
|
53
|
+
### Docs
|
|
54
|
+
|
|
55
|
+
- [docs] Fix incoherent naming of a component in `Custom slots and subcomponents` page (#11003) @lhilgert9
|
|
56
|
+
- [test] Skip flaky e2e test in webkit (#11115) @cherniavskii
|
|
57
|
+
- [test] Wait for images to load (#11109) @cherniavskii
|
|
58
|
+
|
|
59
|
+
## 6.18.1
|
|
60
|
+
|
|
61
|
+
_Nov 9, 2023_
|
|
62
|
+
|
|
63
|
+
We'd like to offer a big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
64
|
+
|
|
65
|
+
- ✨ Fix aggregation label not showing when `renderHeader` is used (#10961) @cherniavskii
|
|
66
|
+
- 📘 Server side data source [early documentation](https://mui.com/x/react-data-grid/server-side-data/) published
|
|
67
|
+
- 📈 `<ChartsReferenceLine />` component is now available
|
|
68
|
+
- 🐞 Bugfixes
|
|
69
|
+
- 📚 Documentation improvements
|
|
70
|
+
|
|
71
|
+
### Data Grid
|
|
72
|
+
|
|
73
|
+
#### `@mui/x-data-grid@6.18.1`
|
|
74
|
+
|
|
75
|
+
- [DataGrid] Fix cell value type in quick filtering v7 (#10884) @cherniavskii
|
|
76
|
+
- [DataGrid] Fix keyboard navigation for actions cell with disabled buttons (#10947) @michelengelen
|
|
77
|
+
- [DataGrid] Fix `undefined` slot values (#10934) @romgrk
|
|
78
|
+
|
|
79
|
+
#### `@mui/x-data-grid-pro@6.18.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
80
|
+
|
|
81
|
+
Same changes as in `@mui/x-data-grid@6.18.1`, plus:
|
|
82
|
+
|
|
83
|
+
- [DataGridPro] Add data source interface and basic documentation (#10543) @MBilalShafi
|
|
84
|
+
|
|
85
|
+
#### `@mui/x-data-grid-premium@6.18.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
86
|
+
|
|
87
|
+
Same changes as in `@mui/x-data-grid-pro@6.18.1`, plus:
|
|
88
|
+
|
|
89
|
+
- [DataGridPremium] Render aggregation label when `renderHeader` is used (#10961) @cherniavskii
|
|
90
|
+
|
|
91
|
+
### Date Pickers
|
|
92
|
+
|
|
93
|
+
#### `@mui/x-date-pickers@6.18.1`
|
|
94
|
+
|
|
95
|
+
- [fields] Fix multi input date time field section selection (#10915) @noraleonte
|
|
96
|
+
- [pickers] Always use up-to-date `defaultView` (#10889) @LukasTy
|
|
97
|
+
|
|
98
|
+
#### `@mui/x-date-pickers-pro@6.18.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
99
|
+
|
|
100
|
+
Same changes as in `@mui/x-date-pickers@6.18.1`.
|
|
101
|
+
|
|
102
|
+
### Charts / `@mui/x-charts@6.18.1`
|
|
103
|
+
|
|
104
|
+
- [charts] Add `<ChartsReferenceLine />` component (#10597) @wascou
|
|
105
|
+
- [charts] Improve properties JSDoc (#10931) @alexfauquette
|
|
106
|
+
|
|
107
|
+
### Docs
|
|
108
|
+
|
|
109
|
+
- [docs] Fix charts docs as stable (#10888) @alexfauquette
|
|
110
|
+
- [docs] Document how to hide the legend (#10954) @alexfauquette
|
|
111
|
+
|
|
112
|
+
### Core
|
|
113
|
+
|
|
114
|
+
- [core] Adds new alpha version to version select on the docs (#10944) @michelengelen
|
|
115
|
+
- [core] Fix GitHub title tag consistency @oliviertassinari
|
|
116
|
+
|
|
6
117
|
## 6.18.0
|
|
7
118
|
|
|
8
119
|
_Nov 3, 2023_
|
|
@@ -357,7 +468,7 @@ Same changes as in `@mui/x-date-pickers@6.16.1`, plus:
|
|
|
357
468
|
|
|
358
469
|
- [core] Fix casing consistency with legal and marketing content @oliviertassinari
|
|
359
470
|
- [core] Revert the link in the priority support ticket description (#10517) @michelengelen
|
|
360
|
-
- [
|
|
471
|
+
- [changelog] Polish image @oliviertassinari
|
|
361
472
|
|
|
362
473
|
## 6.16.0
|
|
363
474
|
|
|
@@ -1149,7 +1260,7 @@ Same changes as in `@mui/x-date-pickers@6.10.1`.
|
|
|
1149
1260
|
### Core
|
|
1150
1261
|
|
|
1151
1262
|
- [core] Add `validate` command (#9714) @romgrk
|
|
1152
|
-
- [
|
|
1263
|
+
- [changelog] Update generator to new format @oliviertassinari
|
|
1153
1264
|
|
|
1154
1265
|
## 6.10.0
|
|
1155
1266
|
|
|
@@ -1207,7 +1318,7 @@ Same changes as in `@mui/x-date-pickers@6.10.0`.
|
|
|
1207
1318
|
|
|
1208
1319
|
- [core] Disambiguate eslint plugin name @oliviertassinari
|
|
1209
1320
|
- [core] Update priority support issue template and prompt (#9574) @DanailH
|
|
1210
|
-
- [
|
|
1321
|
+
- [changelog] Clarify each plan (#9446) @oliviertassinari
|
|
1211
1322
|
- [license] Fix error terminology (#9614) @oliviertassinari
|
|
1212
1323
|
|
|
1213
1324
|
## 6.9.2
|
|
@@ -1356,8 +1467,8 @@ Same changes as in `@mui/x-date-pickers@6.9.1`.
|
|
|
1356
1467
|
- [core] Fix priority support prompt action (#9472) @DanailH
|
|
1357
1468
|
- [core] Update `uses` for priority support action (#9480) @DanailH
|
|
1358
1469
|
- [core] Bumb update monorepo (#9476) @alexfauquette
|
|
1359
|
-
- [
|
|
1360
|
-
- [
|
|
1470
|
+
- [changelog] Fix media quality (#9439) @oliviertassinari
|
|
1471
|
+
- [changelog] Remove height img attribute @oliviertassinari
|
|
1361
1472
|
- [test] Skip flaky row pinning tests in JSDOM (#9511) @cherniavskii
|
|
1362
1473
|
|
|
1363
1474
|
## 6.9.0
|
package/index.js
CHANGED
package/legacy/index.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export var getReleaseInfo = function getReleaseInfo() {
|
|
3
|
-
var releaseInfo = "
|
|
3
|
+
var releaseInfo = "MTcwMDY5MDQwMDAwMA==";
|
|
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
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { GridSortModel, GridFilterModel, GridColDef, GridRowModel, GridPaginationModel } from '@mui/x-data-grid';
|
|
2
|
+
interface GetRowsParams {
|
|
3
|
+
sortModel: GridSortModel;
|
|
4
|
+
filterModel: GridFilterModel;
|
|
5
|
+
/**
|
|
6
|
+
* Alternate to `start` and `end`, maps to `GridPaginationModel` interface
|
|
7
|
+
*/
|
|
8
|
+
paginationModel: GridPaginationModel;
|
|
9
|
+
/**
|
|
10
|
+
* First row index to fetch (number) or cursor information (number | string)
|
|
11
|
+
*/
|
|
12
|
+
start: number | string;
|
|
13
|
+
/**
|
|
14
|
+
* Last row index to fetch
|
|
15
|
+
*/
|
|
16
|
+
end: number;
|
|
17
|
+
/**
|
|
18
|
+
* Array of keys returned by `getGroupKey` of all the parent rows until the row for which the data is requested
|
|
19
|
+
* `getGroupKey` prop must be implemented to use this
|
|
20
|
+
* Useful for `treeData` and `rowGrouping` only
|
|
21
|
+
*/
|
|
22
|
+
groupKeys: string[];
|
|
23
|
+
/**
|
|
24
|
+
* List of grouped columns (only applicable with `rowGrouping`)
|
|
25
|
+
*/
|
|
26
|
+
groupFields: GridColDef['field'][];
|
|
27
|
+
}
|
|
28
|
+
interface GetRowsResponse {
|
|
29
|
+
rows: GridRowModel[];
|
|
30
|
+
/**
|
|
31
|
+
* To reflect updates in total `rowCount` (optional)
|
|
32
|
+
* Useful when the `rowCount` is inaccurate (e.g. when filtering) or not available upfront
|
|
33
|
+
*/
|
|
34
|
+
rowCount?: number;
|
|
35
|
+
/**
|
|
36
|
+
* Additional `pageInfo` to help the grid determine if there are more rows to fetch (corner-cases)
|
|
37
|
+
* `hasNextPage`: When row count is unknown/inaccurate, if `truncated` is set or rowCount is not known, data will keep loading until `hasNextPage` is `false`
|
|
38
|
+
* `truncated`: To reflect `rowCount` is inaccurate (will trigger `x-y of many` in pagination after the count of rows fetched is greater than provided `rowCount`)
|
|
39
|
+
* It could be useful with:
|
|
40
|
+
* 1. Cursor based pagination:
|
|
41
|
+
* When rowCount is not known, grid will check for `hasNextPage` to determine
|
|
42
|
+
* if there are more rows to fetch.
|
|
43
|
+
* 2. Inaccurate `rowCount`:
|
|
44
|
+
* `truncated: true` will let the grid know that `rowCount` is estimated/truncated.
|
|
45
|
+
* Thus `hasNextPage` will come into play to check more rows are available to fetch after the number becomes >= provided `rowCount`
|
|
46
|
+
*/
|
|
47
|
+
pageInfo?: {
|
|
48
|
+
hasNextPage?: boolean;
|
|
49
|
+
truncated?: number;
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
export interface DataSource {
|
|
53
|
+
/**
|
|
54
|
+
Fetcher Functions:
|
|
55
|
+
- `getRows` is required
|
|
56
|
+
- `updateRow` is optional
|
|
57
|
+
|
|
58
|
+
`getRows` will be used by the grid to fetch data for the current page or children for the current parent group
|
|
59
|
+
It may return a `rowCount` to update the total count of rows in the grid along with the optional `pageInfo`
|
|
60
|
+
*/
|
|
61
|
+
getRows(params: GetRowsParams): Promise<GetRowsResponse>;
|
|
62
|
+
updateRow?(rows: GridRowModel): Promise<any>;
|
|
63
|
+
}
|
|
64
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/modern/index.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export const getReleaseInfo = () => {
|
|
3
|
-
const releaseInfo = "
|
|
3
|
+
const releaseInfo = "MTcwMDY5MDQwMDAwMA==";
|
|
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/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 = "MTcwMDY5MDQwMDAwMA==";
|
|
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.2",
|
|
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.2",
|
|
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 = "MTcwMDY5MDQwMDAwMA==";
|
|
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
|