@mui/x-date-pickers-pro 6.19.4 → 6.19.6

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,7 +3,109 @@
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
- ## v6.19.4
6
+ ## 6.19.6
7
+
8
+ _Mar 1, 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 Korean (ko-KR) and Chinese (zh-CN) locales on the Pickers
13
+ - 🐞 Bugfixes
14
+ - 📚 Documentation improvements
15
+
16
+ ### Data Grid
17
+
18
+ #### `@mui/x-data-grid@6.19.6`
19
+
20
+ - [DataGrid] Fix error when existing rows are passed to `replaceRows` (@martijn-basesoft)
21
+
22
+ #### `@mui/x-data-grid-pro@6.19.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
23
+
24
+ Same changes as in `@mui/x-data-grid@6.19.6`.
25
+
26
+ #### `@mui/x-data-grid-premium@6.19.6` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
27
+
28
+ Same changes as in `@mui/x-data-grid-pro@6.19.6`, plus:
29
+
30
+ - [DataGridPremium] Make clipboard copy respect the sorting during cell selection (#12255) @MBilalShafi
31
+
32
+ ### Date Pickers
33
+
34
+ #### `@mui/x-date-pickers@6.19.6`
35
+
36
+ - [l10n] Improve Chinese (zh-CN) locale (#12250) @headironc
37
+ - [l10n] Improve Korean (ko-KR) locale (#12186) @Luzi
38
+
39
+ #### `@mui/x-date-pickers-pro@6.19.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
40
+
41
+ Same changes as in `@mui/x-date-pickers@6.19.6`.
42
+
43
+ ### Docs
44
+
45
+ - [docs] Update lazy loading demo to show skeleton rows during initial rows fetch (#12062) @cherniavskii
46
+
47
+ ## 6.19.5
48
+
49
+ _Feb 23, 2024_
50
+
51
+ We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
52
+
53
+ - 🐞 Bugfixes
54
+ - 📚 Documentation improvements
55
+
56
+ ### Data Grid
57
+
58
+ #### `@mui/x-data-grid@6.19.5`
59
+
60
+ - [DataGrid] Fix styling grid filter input single select (#12079) @FreakDroid
61
+
62
+ #### `@mui/x-data-grid-pro@6.19.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
63
+
64
+ Same changes as in `@mui/x-data-grid@6.19.5`.
65
+
66
+ #### `@mui/x-data-grid-premium@6.19.5` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
67
+
68
+ Same changes as in `@mui/x-data-grid-pro@6.19.5`.
69
+
70
+ ### Date Pickers
71
+
72
+ #### `@mui/x-date-pickers@6.19.5`
73
+
74
+ - [pickers] Fix `referenceDate` day calendar focus (#12136) @LukasTy
75
+ - [pickers] Fix styling props propagation to `DateTimePickerTabs` (#12131) @LukasTy
76
+
77
+ #### `@mui/x-date-pickers-pro@6.19.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
78
+
79
+ Same changes as in `@mui/x-date-pickers@6.19.5`.
80
+
81
+ ### Charts / `@mui/x-charts@6.19.5`
82
+
83
+ - [charts] Allow to skip animation on sparkline bar (#12160) @alexfauquette
84
+
85
+ ### Docs
86
+
87
+ - [docs] Clarify Pickers 'Component composition' section (#12147) @LukasTy
88
+ - [docs] Fix 301 redirection to StackBlitz @oliviertassinari
89
+ - [docs] Fix 301 to Material UI @oliviertassinari
90
+ - [docs] Fix 301 to Material UI @oliviertassinari
91
+ - [docs] Fix 404 links to translation source @oliviertassinari
92
+ - [docs] Fix dead link to translations @oliviertassinari
93
+ - [docs] Fix the Treemap illustration (#12189) @danilo-leal
94
+ - [docs] Fix typo for `AdapterDateFnsV3` (#12037) @flaviendelangle
95
+ - [docs] Improve performance on Charts entry point @oliviertassinari
96
+ - [docs] Move Heatmap to pro (#12170) @alexfauquette
97
+ - [docs] Remove Charts installation next tag call-out (#12133) @LukasTy
98
+ - [docs] Removed `focused` prop from demo (#12126) @michelengelen
99
+ - [docs] Add missing Heatmap pro icon @oliviertassinari
100
+ - [docs] Add more illustrations to the Overview page (#12041) @danilo-leal
101
+ - [docs] Avoid use of shorthand (#12009) @oliviertassinari
102
+
103
+ ### Core
104
+
105
+ - [core] Fix CI @oliviertassinari
106
+ - [core] Fix docs link check (#12137) @LukasTy
107
+
108
+ ## 6.19.4
7
109
 
8
110
  _Feb 9, 2024_
9
111
 
@@ -15,7 +117,7 @@ We'd like to offer a big thanks to the 10 contributors who made this release pos
15
117
 
16
118
  ### Data Grid
17
119
 
18
- #### `@mui/x-data-grid@v6.19.4`
120
+ #### `@mui/x-data-grid@6.19.4`
19
121
 
20
122
  - [DataGrid] Add support for dialogs in menu actions (#11937) @cherniavskii
21
123
  - [DataGrid] Allow passing readonly arrays to `pageSizeOptions` prop (#11992) @pcorpet
@@ -23,28 +125,28 @@ We'd like to offer a big thanks to the 10 contributors who made this release pos
23
125
  - [DataGrid] Replace `eval` with `new Function` (#11962) @cherniavskii
24
126
  - [l10n] Improve Danish (da-DK) locale (#11972) @ShahrazH
25
127
 
26
- #### `@mui/x-data-grid-pro@v6.19.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
128
+ #### `@mui/x-data-grid-pro@6.19.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
27
129
 
28
- Same changes as in `@mui/x-data-grid@v6.19.4`.
130
+ Same changes as in `@mui/x-data-grid@6.19.4`.
29
131
 
30
- #### `@mui/x-data-grid-premium@v6.19.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
132
+ #### `@mui/x-data-grid-premium@6.19.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
31
133
 
32
- Same changes as in `@mui/x-data-grid-pro@v6.19.4`, plus:
134
+ Same changes as in `@mui/x-data-grid-pro@6.19.4`, plus:
33
135
 
34
136
  - [DataGridPremium] Fix autosize grouping cell (#11990) @romgrk
35
137
  - [DataGridPremium] Fix error after closing print export (#11889) @cherniavskii
36
138
 
37
139
  ### Date Pickers
38
140
 
39
- #### `@mui/x-date-pickers@v6.19.4`
141
+ #### `@mui/x-date-pickers@6.19.4`
40
142
 
41
143
  - [pickers] Avoid relying on locale in Luxon `isWithinRange` method (#11940) @LukasTy
42
144
 
43
- #### `@mui/x-date-pickers-pro@v6.19.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
145
+ #### `@mui/x-date-pickers-pro@6.19.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
44
146
 
45
- Same changes as in `@mui/x-date-pickers@v6.19.4`.
147
+ Same changes as in `@mui/x-date-pickers@6.19.4`.
46
148
 
47
- ### Charts / `@mui/x-charts@v6.19.4`
149
+ ### Charts / `@mui/x-charts@6.19.4`
48
150
 
49
151
  - [charts] Add `reverse` property to axes (#11959) @alexfauquette
50
152
  - [charts] Allow series ids to be numbers (#11960) @alexfauquette
@@ -498,6 +498,9 @@ process.env.NODE_ENV !== "production" ? DateRangeCalendar.propTypes = {
498
498
  * @default 2
499
499
  */
500
500
  calendars: PropTypes.oneOf([1, 2, 3]),
501
+ /**
502
+ * Override or extend the styles applied to the component.
503
+ */
501
504
  classes: PropTypes.object,
502
505
  className: PropTypes.string,
503
506
  /**
@@ -96,6 +96,9 @@ export interface DateRangeCalendarProps<TDate> extends ExportedDateRangeCalendar
96
96
  */
97
97
  calendars?: 1 | 2 | 3;
98
98
  className?: string;
99
+ /**
100
+ * Override or extend the styles applied to the component.
101
+ */
99
102
  classes?: Partial<DateRangeCalendarClasses>;
100
103
  /**
101
104
  * The system prop that allows defining system overrides as well as additional CSS styles.
@@ -4,6 +4,9 @@ import { DateRange } from '../internals/models';
4
4
  import { UseRangePositionResponse } from '../internals/hooks/useRangePosition';
5
5
  import { DateRangePickerToolbarClasses } from './dateRangePickerToolbarClasses';
6
6
  export interface DateRangePickerToolbarProps<TDate> extends Omit<BaseToolbarProps<DateRange<TDate>, 'day'>, 'views' | 'view' | 'onViewChange' | 'onChange' | 'isLandscape'>, Pick<UseRangePositionResponse, 'rangePosition' | 'onRangePositionChange'> {
7
+ /**
8
+ * Override or extend the styles applied to the component.
9
+ */
7
10
  classes?: Partial<DateRangePickerToolbarClasses>;
8
11
  }
9
12
  export interface ExportedDateRangePickerToolbarProps extends ExportedBaseToolbarProps {
@@ -93,6 +93,9 @@ process.env.NODE_ENV !== "production" ? DateRangePickerToolbar.propTypes = {
93
93
  // | These PropTypes are generated from the TypeScript type definitions |
94
94
  // | To update them edit the TypeScript types and run "yarn proptypes" |
95
95
  // ----------------------------------------------------------------------
96
+ /**
97
+ * Override or extend the styles applied to the component.
98
+ */
96
99
  classes: PropTypes.object,
97
100
  /**
98
101
  * className applied to the root component.
@@ -107,6 +110,9 @@ process.env.NODE_ENV !== "production" ? DateRangePickerToolbar.propTypes = {
107
110
  onRangePositionChange: PropTypes.func.isRequired,
108
111
  rangePosition: PropTypes.oneOf(['end', 'start']).isRequired,
109
112
  readOnly: PropTypes.bool,
113
+ /**
114
+ * The system prop that allows defining system overrides as well as additional CSS styles.
115
+ */
110
116
  sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
111
117
  titleId: PropTypes.string,
112
118
  /**
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers-pro v6.19.4
2
+ * @mui/x-date-pickers-pro v6.19.6
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 = "MTcwNzQyOTYwMDAwMA==";
3
+ const releaseInfo = "MTcwOTM1NTYwMDAwMA==";
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
@@ -520,6 +520,9 @@ process.env.NODE_ENV !== "production" ? DateRangeCalendar.propTypes = {
520
520
  * @default 2
521
521
  */
522
522
  calendars: PropTypes.oneOf([1, 2, 3]),
523
+ /**
524
+ * Override or extend the styles applied to the component.
525
+ */
523
526
  classes: PropTypes.object,
524
527
  className: PropTypes.string,
525
528
  /**
@@ -100,6 +100,9 @@ process.env.NODE_ENV !== "production" ? DateRangePickerToolbar.propTypes = {
100
100
  // | These PropTypes are generated from the TypeScript type definitions |
101
101
  // | To update them edit the TypeScript types and run "yarn proptypes" |
102
102
  // ----------------------------------------------------------------------
103
+ /**
104
+ * Override or extend the styles applied to the component.
105
+ */
103
106
  classes: PropTypes.object,
104
107
  /**
105
108
  * className applied to the root component.
@@ -114,6 +117,9 @@ process.env.NODE_ENV !== "production" ? DateRangePickerToolbar.propTypes = {
114
117
  onRangePositionChange: PropTypes.func.isRequired,
115
118
  rangePosition: PropTypes.oneOf(['end', 'start']).isRequired,
116
119
  readOnly: PropTypes.bool,
120
+ /**
121
+ * The system prop that allows defining system overrides as well as additional CSS styles.
122
+ */
117
123
  sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
118
124
  titleId: PropTypes.string,
119
125
  /**
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers-pro v6.19.4
2
+ * @mui/x-date-pickers-pro v6.19.6
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 = "MTcwNzQyOTYwMDAwMA==";
3
+ var releaseInfo = "MTcwOTM1NTYwMDAwMA==";
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
@@ -494,6 +494,9 @@ process.env.NODE_ENV !== "production" ? DateRangeCalendar.propTypes = {
494
494
  * @default 2
495
495
  */
496
496
  calendars: PropTypes.oneOf([1, 2, 3]),
497
+ /**
498
+ * Override or extend the styles applied to the component.
499
+ */
497
500
  classes: PropTypes.object,
498
501
  className: PropTypes.string,
499
502
  /**
@@ -93,6 +93,9 @@ process.env.NODE_ENV !== "production" ? DateRangePickerToolbar.propTypes = {
93
93
  // | These PropTypes are generated from the TypeScript type definitions |
94
94
  // | To update them edit the TypeScript types and run "yarn proptypes" |
95
95
  // ----------------------------------------------------------------------
96
+ /**
97
+ * Override or extend the styles applied to the component.
98
+ */
96
99
  classes: PropTypes.object,
97
100
  /**
98
101
  * className applied to the root component.
@@ -107,6 +110,9 @@ process.env.NODE_ENV !== "production" ? DateRangePickerToolbar.propTypes = {
107
110
  onRangePositionChange: PropTypes.func.isRequired,
108
111
  rangePosition: PropTypes.oneOf(['end', 'start']).isRequired,
109
112
  readOnly: PropTypes.bool,
113
+ /**
114
+ * The system prop that allows defining system overrides as well as additional CSS styles.
115
+ */
110
116
  sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
111
117
  titleId: PropTypes.string,
112
118
  /**
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers-pro v6.19.4
2
+ * @mui/x-date-pickers-pro v6.19.6
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 = "MTcwNzQyOTYwMDAwMA==";
3
+ const releaseInfo = "MTcwOTM1NTYwMDAwMA==";
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
@@ -502,6 +502,9 @@ process.env.NODE_ENV !== "production" ? DateRangeCalendar.propTypes = {
502
502
  * @default 2
503
503
  */
504
504
  calendars: _propTypes.default.oneOf([1, 2, 3]),
505
+ /**
506
+ * Override or extend the styles applied to the component.
507
+ */
505
508
  classes: _propTypes.default.object,
506
509
  className: _propTypes.default.string,
507
510
  /**
@@ -101,6 +101,9 @@ process.env.NODE_ENV !== "production" ? DateRangePickerToolbar.propTypes = {
101
101
  // | These PropTypes are generated from the TypeScript type definitions |
102
102
  // | To update them edit the TypeScript types and run "yarn proptypes" |
103
103
  // ----------------------------------------------------------------------
104
+ /**
105
+ * Override or extend the styles applied to the component.
106
+ */
104
107
  classes: _propTypes.default.object,
105
108
  /**
106
109
  * className applied to the root component.
@@ -115,6 +118,9 @@ process.env.NODE_ENV !== "production" ? DateRangePickerToolbar.propTypes = {
115
118
  onRangePositionChange: _propTypes.default.func.isRequired,
116
119
  rangePosition: _propTypes.default.oneOf(['end', 'start']).isRequired,
117
120
  readOnly: _propTypes.default.bool,
121
+ /**
122
+ * The system prop that allows defining system overrides as well as additional CSS styles.
123
+ */
118
124
  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]),
119
125
  titleId: _propTypes.default.string,
120
126
  /**
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers-pro v6.19.4
2
+ * @mui/x-date-pickers-pro v6.19.6
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -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 = "MTcwNzQyOTYwMDAwMA==";
9
+ const releaseInfo = "MTcwOTM1NTYwMDAwMA==";
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-date-pickers-pro",
3
- "version": "6.19.4",
3
+ "version": "6.19.6",
4
4
  "description": "The commercial edition of the date picker components (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",
@@ -33,7 +33,7 @@
33
33
  "@babel/runtime": "^7.23.2",
34
34
  "@mui/base": "^5.0.0-beta.22",
35
35
  "@mui/utils": "^5.14.16",
36
- "@mui/x-date-pickers": "6.19.4",
36
+ "@mui/x-date-pickers": "6.19.6",
37
37
  "@mui/x-license-pro": "6.10.2",
38
38
  "clsx": "^2.0.0",
39
39
  "prop-types": "^15.8.1",