@mui/x-date-pickers 5.0.10 → 5.0.11

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,32 @@
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.16
7
+
8
+ _Dec 16, 2022_
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
+ - 🐞 Bugfixes
13
+
14
+ ### `@mui/x-data-grid@v5.17.16` / `@mui/x-data-grid-pro@v5.17.16` / `@mui/x-data-grid-premium@v5.17.16`
15
+
16
+ #### Changes
17
+
18
+ - [DataGrid] Display sort column menu items as per `sortingOrder` prop (#7125) @hanbin9775
19
+ - [DataGrid] Fix flickering on mount (#7155) @cherniavskii
20
+ - [DataGridPremium] Use separate cache for aggregation columns pre-processor (#7174) @m4theushw
21
+
22
+ ### `@mui/x-date-pickers@v5.0.11` / `@mui/x-date-pickers-pro@v5.0.11`
23
+
24
+ #### Changes
25
+
26
+ - [DateTimePicker] Update export pattern (#7172) @kealjones-wk
27
+
28
+ ### Docs
29
+
30
+ - [docs] Document aggregation selectors (#7151) @cherniavskii
31
+
6
32
  ## 5.17.15
7
33
 
8
34
  _Dec 8, 2022_
@@ -37,5 +37,5 @@ declare type DateTimePickerComponent = (<TInputDate, TDate = TInputDate>(props:
37
37
  *
38
38
  * - [DateTimePicker API](https://mui.com/x/api/date-pickers/date-time-picker/)
39
39
  */
40
- declare const DateTimePicker: DateTimePickerComponent;
41
- export { DateTimePicker };
40
+ export declare const DateTimePicker: DateTimePickerComponent;
41
+ export {};
@@ -20,7 +20,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
20
20
  *
21
21
  * - [DateTimePicker API](https://mui.com/x/api/date-pickers/date-time-picker/)
22
22
  */
23
- const DateTimePicker = /*#__PURE__*/React.forwardRef(function DateTimePicker(inProps, ref) {
23
+ export const DateTimePicker = /*#__PURE__*/React.forwardRef(function DateTimePicker(inProps, ref) {
24
24
  const props = useThemeProps({
25
25
  props: inProps,
26
26
  name: 'MuiDateTimePicker'
@@ -529,5 +529,4 @@ process.env.NODE_ENV !== "production" ? DateTimePicker.propTypes = {
529
529
  * @default ['year', 'day', 'hours', 'minutes']
530
530
  */
531
531
  views: PropTypes.arrayOf(PropTypes.oneOf(['day', 'hours', 'minutes', 'month', 'seconds', 'year']).isRequired)
532
- } : void 0;
533
- export { DateTimePicker };
532
+ } : void 0;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.10
1
+ /** @license MUI v5.0.11
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.
@@ -20,7 +20,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
20
20
  *
21
21
  * - [DateTimePicker API](https://mui.com/x/api/date-pickers/date-time-picker/)
22
22
  */
23
- var DateTimePicker = /*#__PURE__*/React.forwardRef(function DateTimePicker(inProps, ref) {
23
+ export var DateTimePicker = /*#__PURE__*/React.forwardRef(function DateTimePicker(inProps, ref) {
24
24
  var props = useThemeProps({
25
25
  props: inProps,
26
26
  name: 'MuiDateTimePicker'
@@ -528,5 +528,4 @@ process.env.NODE_ENV !== "production" ? DateTimePicker.propTypes = {
528
528
  * @default ['year', 'day', 'hours', 'minutes']
529
529
  */
530
530
  views: PropTypes.arrayOf(PropTypes.oneOf(['day', 'hours', 'minutes', 'month', 'seconds', 'year']).isRequired)
531
- } : void 0;
532
- export { DateTimePicker };
531
+ } : void 0;
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.10
1
+ /** @license MUI v5.0.11
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.
@@ -20,7 +20,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
20
20
  *
21
21
  * - [DateTimePicker API](https://mui.com/x/api/date-pickers/date-time-picker/)
22
22
  */
23
- const DateTimePicker = /*#__PURE__*/React.forwardRef(function DateTimePicker(inProps, ref) {
23
+ export const DateTimePicker = /*#__PURE__*/React.forwardRef(function DateTimePicker(inProps, ref) {
24
24
  const props = useThemeProps({
25
25
  props: inProps,
26
26
  name: 'MuiDateTimePicker'
@@ -529,5 +529,4 @@ process.env.NODE_ENV !== "production" ? DateTimePicker.propTypes = {
529
529
  * @default ['year', 'day', 'hours', 'minutes']
530
530
  */
531
531
  views: PropTypes.arrayOf(PropTypes.oneOf(['day', 'hours', 'minutes', 'month', 'seconds', 'year']).isRequired)
532
- } : void 0;
533
- export { DateTimePicker };
532
+ } : void 0;
package/modern/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.10
1
+ /** @license MUI v5.0.11
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/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.10
1
+ /** @license MUI v5.0.11
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-date-pickers",
3
- "version": "5.0.10",
3
+ "version": "5.0.11",
4
4
  "description": "The community edition of the date picker components (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",