@mui/lab 5.0.0-alpha.143 → 5.0.0-alpha.144

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.
Files changed (152) hide show
  1. package/AdapterDateFns/AdapterDateFns.d.ts +3 -0
  2. package/AdapterDateFns/AdapterDateFns.js +3 -1
  3. package/AdapterDayjs/AdapterDayjs.d.ts +3 -0
  4. package/AdapterDayjs/AdapterDayjs.js +3 -1
  5. package/AdapterLuxon/AdapterLuxon.d.ts +3 -0
  6. package/AdapterLuxon/AdapterLuxon.js +3 -1
  7. package/AdapterMoment/AdapterMoment.d.ts +3 -0
  8. package/AdapterMoment/AdapterMoment.js +3 -1
  9. package/CHANGELOG.md +124 -19
  10. package/CalendarPicker/CalendarPicker.d.ts +1 -0
  11. package/CalendarPicker/CalendarPicker.js +1 -0
  12. package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +1 -0
  13. package/CalendarPickerSkeleton/CalendarPickerSkeleton.js +1 -0
  14. package/ClockPicker/ClockPicker.d.ts +1 -0
  15. package/ClockPicker/ClockPicker.js +1 -0
  16. package/DateRangePicker/DateRangePicker.d.ts +1 -0
  17. package/DateRangePicker/DateRangePicker.js +1 -0
  18. package/DateRangePickerDay/DateRangePickerDay.d.ts +1 -0
  19. package/DateRangePickerDay/DateRangePickerDay.js +1 -0
  20. package/DateTimePicker/DateTimePicker.d.ts +1 -0
  21. package/DateTimePicker/DateTimePicker.js +1 -0
  22. package/DesktopDatePicker/DesktopDatePicker.d.ts +1 -0
  23. package/DesktopDatePicker/DesktopDatePicker.js +1 -0
  24. package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +1 -0
  25. package/DesktopDateRangePicker/DesktopDateRangePicker.js +1 -0
  26. package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +1 -0
  27. package/DesktopDateTimePicker/DesktopDateTimePicker.js +1 -0
  28. package/DesktopTimePicker/DesktopTimePicker.d.ts +1 -0
  29. package/DesktopTimePicker/DesktopTimePicker.js +1 -0
  30. package/LocalizationProvider/LocalizationProvider.d.ts +1 -0
  31. package/LocalizationProvider/LocalizationProvider.js +1 -0
  32. package/MobileDatePicker/MobileDatePicker.d.ts +1 -0
  33. package/MobileDatePicker/MobileDatePicker.js +1 -0
  34. package/MobileDateRangePicker/MobileDateRangePicker.d.ts +1 -0
  35. package/MobileDateRangePicker/MobileDateRangePicker.js +1 -0
  36. package/MobileDateTimePicker/MobileDateTimePicker.d.ts +1 -0
  37. package/MobileDateTimePicker/MobileDateTimePicker.js +1 -0
  38. package/MobileTimePicker/MobileTimePicker.d.ts +1 -0
  39. package/MobileTimePicker/MobileTimePicker.js +1 -0
  40. package/MonthPicker/MonthPicker.d.ts +1 -0
  41. package/MonthPicker/MonthPicker.js +1 -0
  42. package/PickersDay/PickersDay.d.ts +1 -0
  43. package/PickersDay/PickersDay.js +1 -0
  44. package/README.md +1 -9
  45. package/StaticDatePicker/StaticDatePicker.d.ts +1 -0
  46. package/StaticDatePicker/StaticDatePicker.js +1 -0
  47. package/StaticDateRangePicker/StaticDateRangePicker.d.ts +1 -0
  48. package/StaticDateRangePicker/StaticDateRangePicker.js +1 -0
  49. package/StaticDateTimePicker/StaticDateTimePicker.d.ts +1 -0
  50. package/StaticDateTimePicker/StaticDateTimePicker.js +1 -0
  51. package/StaticTimePicker/StaticTimePicker.d.ts +1 -0
  52. package/StaticTimePicker/StaticTimePicker.js +1 -0
  53. package/TimePicker/TimePicker.d.ts +1 -0
  54. package/TimePicker/TimePicker.js +1 -0
  55. package/TreeItem/TreeItem.d.ts +2 -1
  56. package/TreeItem/TreeItem.js +1 -0
  57. package/TreeView/TreeView.d.ts +3 -1
  58. package/TreeView/TreeView.js +1 -0
  59. package/YearPicker/YearPicker.d.ts +1 -0
  60. package/YearPicker/YearPicker.js +1 -0
  61. package/index.js +1 -1
  62. package/legacy/AdapterDateFns/AdapterDateFns.js +3 -1
  63. package/legacy/AdapterDayjs/AdapterDayjs.js +3 -1
  64. package/legacy/AdapterLuxon/AdapterLuxon.js +3 -1
  65. package/legacy/AdapterMoment/AdapterMoment.js +3 -1
  66. package/legacy/CalendarPicker/CalendarPicker.js +1 -0
  67. package/legacy/CalendarPickerSkeleton/CalendarPickerSkeleton.js +1 -0
  68. package/legacy/ClockPicker/ClockPicker.js +1 -0
  69. package/legacy/DateRangePicker/DateRangePicker.js +1 -0
  70. package/legacy/DateRangePickerDay/DateRangePickerDay.js +1 -0
  71. package/legacy/DateTimePicker/DateTimePicker.js +1 -0
  72. package/legacy/DesktopDatePicker/DesktopDatePicker.js +1 -0
  73. package/legacy/DesktopDateRangePicker/DesktopDateRangePicker.js +1 -0
  74. package/legacy/DesktopDateTimePicker/DesktopDateTimePicker.js +1 -0
  75. package/legacy/DesktopTimePicker/DesktopTimePicker.js +1 -0
  76. package/legacy/LocalizationProvider/LocalizationProvider.js +1 -0
  77. package/legacy/MobileDatePicker/MobileDatePicker.js +1 -0
  78. package/legacy/MobileDateRangePicker/MobileDateRangePicker.js +1 -0
  79. package/legacy/MobileDateTimePicker/MobileDateTimePicker.js +1 -0
  80. package/legacy/MobileTimePicker/MobileTimePicker.js +1 -0
  81. package/legacy/MonthPicker/MonthPicker.js +1 -0
  82. package/legacy/PickersDay/PickersDay.js +1 -0
  83. package/legacy/StaticDatePicker/StaticDatePicker.js +1 -0
  84. package/legacy/StaticDateRangePicker/StaticDateRangePicker.js +1 -0
  85. package/legacy/StaticDateTimePicker/StaticDateTimePicker.js +1 -0
  86. package/legacy/StaticTimePicker/StaticTimePicker.js +1 -0
  87. package/legacy/TimePicker/TimePicker.js +1 -0
  88. package/legacy/TreeItem/TreeItem.js +1 -0
  89. package/legacy/TreeView/TreeView.js +1 -0
  90. package/legacy/YearPicker/YearPicker.js +1 -0
  91. package/legacy/index.js +1 -1
  92. package/modern/AdapterDateFns/AdapterDateFns.js +3 -1
  93. package/modern/AdapterDayjs/AdapterDayjs.js +3 -1
  94. package/modern/AdapterLuxon/AdapterLuxon.js +3 -1
  95. package/modern/AdapterMoment/AdapterMoment.js +3 -1
  96. package/modern/CalendarPicker/CalendarPicker.js +1 -0
  97. package/modern/CalendarPickerSkeleton/CalendarPickerSkeleton.js +1 -0
  98. package/modern/ClockPicker/ClockPicker.js +1 -0
  99. package/modern/DateRangePicker/DateRangePicker.js +1 -0
  100. package/modern/DateRangePickerDay/DateRangePickerDay.js +1 -0
  101. package/modern/DateTimePicker/DateTimePicker.js +1 -0
  102. package/modern/DesktopDatePicker/DesktopDatePicker.js +1 -0
  103. package/modern/DesktopDateRangePicker/DesktopDateRangePicker.js +1 -0
  104. package/modern/DesktopDateTimePicker/DesktopDateTimePicker.js +1 -0
  105. package/modern/DesktopTimePicker/DesktopTimePicker.js +1 -0
  106. package/modern/LocalizationProvider/LocalizationProvider.js +1 -0
  107. package/modern/MobileDatePicker/MobileDatePicker.js +1 -0
  108. package/modern/MobileDateRangePicker/MobileDateRangePicker.js +1 -0
  109. package/modern/MobileDateTimePicker/MobileDateTimePicker.js +1 -0
  110. package/modern/MobileTimePicker/MobileTimePicker.js +1 -0
  111. package/modern/MonthPicker/MonthPicker.js +1 -0
  112. package/modern/PickersDay/PickersDay.js +1 -0
  113. package/modern/StaticDatePicker/StaticDatePicker.js +1 -0
  114. package/modern/StaticDateRangePicker/StaticDateRangePicker.js +1 -0
  115. package/modern/StaticDateTimePicker/StaticDateTimePicker.js +1 -0
  116. package/modern/StaticTimePicker/StaticTimePicker.js +1 -0
  117. package/modern/TimePicker/TimePicker.js +1 -0
  118. package/modern/TreeItem/TreeItem.js +1 -0
  119. package/modern/TreeView/TreeView.js +1 -0
  120. package/modern/YearPicker/YearPicker.js +1 -0
  121. package/modern/index.js +1 -1
  122. package/node/AdapterDateFns/AdapterDateFns.js +3 -1
  123. package/node/AdapterDayjs/AdapterDayjs.js +3 -1
  124. package/node/AdapterLuxon/AdapterLuxon.js +3 -1
  125. package/node/AdapterMoment/AdapterMoment.js +3 -1
  126. package/node/CalendarPicker/CalendarPicker.js +1 -0
  127. package/node/CalendarPickerSkeleton/CalendarPickerSkeleton.js +1 -0
  128. package/node/ClockPicker/ClockPicker.js +1 -0
  129. package/node/DateRangePicker/DateRangePicker.js +1 -0
  130. package/node/DateRangePickerDay/DateRangePickerDay.js +1 -0
  131. package/node/DateTimePicker/DateTimePicker.js +1 -0
  132. package/node/DesktopDatePicker/DesktopDatePicker.js +1 -0
  133. package/node/DesktopDateRangePicker/DesktopDateRangePicker.js +1 -0
  134. package/node/DesktopDateTimePicker/DesktopDateTimePicker.js +1 -0
  135. package/node/DesktopTimePicker/DesktopTimePicker.js +1 -0
  136. package/node/LocalizationProvider/LocalizationProvider.js +1 -0
  137. package/node/MobileDatePicker/MobileDatePicker.js +1 -0
  138. package/node/MobileDateRangePicker/MobileDateRangePicker.js +1 -0
  139. package/node/MobileDateTimePicker/MobileDateTimePicker.js +1 -0
  140. package/node/MobileTimePicker/MobileTimePicker.js +1 -0
  141. package/node/MonthPicker/MonthPicker.js +1 -0
  142. package/node/PickersDay/PickersDay.js +1 -0
  143. package/node/StaticDatePicker/StaticDatePicker.js +1 -0
  144. package/node/StaticDateRangePicker/StaticDateRangePicker.js +1 -0
  145. package/node/StaticDateTimePicker/StaticDateTimePicker.js +1 -0
  146. package/node/StaticTimePicker/StaticTimePicker.js +1 -0
  147. package/node/TimePicker/TimePicker.js +1 -0
  148. package/node/TreeItem/TreeItem.js +1 -0
  149. package/node/TreeView/TreeView.js +1 -0
  150. package/node/YearPicker/YearPicker.js +1 -0
  151. package/node/index.js +1 -1
  152. package/package.json +11 -12
@@ -8,6 +8,7 @@ const warn = () => {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The MonthPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  const MonthPicker = /*#__PURE__*/React.forwardRef(function DeprecatedMonthPicker() {
@@ -3,6 +3,7 @@ type PickersDayComponent = (<TDate>(props: PickersDayProps<TDate> & React.RefAtt
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
6
+ * @deprecated The PickersDay component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
6
7
  * @ignore - do not document.
7
8
  */
8
9
  declare const PickersDay: PickersDayComponent;
@@ -8,6 +8,7 @@ const warn = () => {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The PickersDay component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  const PickersDay = /*#__PURE__*/React.forwardRef(function DeprecatedPickersDay() {
package/README.md CHANGED
@@ -9,11 +9,7 @@ Install the package in your project directory with:
9
9
  <!-- #default-branch-switch -->
10
10
 
11
11
  ```bash
12
- // with npm
13
12
  npm install @mui/lab
14
-
15
- // with yarn
16
- yarn add @mui/lab
17
13
  ```
18
14
 
19
15
  The lab has peer dependencies on the Material Design components and on the Emotion library.
@@ -22,15 +18,11 @@ If you are not already using them in your project, you can install with:
22
18
  <!-- #default-branch-switch -->
23
19
 
24
20
  ```bash
25
- // with npm
26
21
  npm install @mui/material @emotion/react @emotion/styled
27
-
28
- // with yarn
29
- yarn add @mui/material @emotion/react @emotion/styled
30
22
  ```
31
23
 
32
24
  ## Documentation
33
25
 
34
26
  <!-- #default-branch-switch -->
35
27
 
36
- [The documentation](https://mui.com/components/about-the-lab/)
28
+ Visit [https://mui.com/material-ui/about-the-lab/](https://mui.com/material-ui/about-the-lab/) to view the full documentation.
@@ -3,6 +3,7 @@ type StaticDatePickerComponent = (<TDate>(props: StaticDatePickerProps<TDate> &
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
6
+ * @deprecated The StaticDatePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
6
7
  * @ignore - do not document.
7
8
  */
8
9
  declare const StaticDatePicker: StaticDatePickerComponent;
@@ -8,6 +8,7 @@ const warn = () => {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The StaticDatePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  const StaticDatePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticDatePicker() {
@@ -3,6 +3,7 @@ type StaticDateRangePickerComponent = (<TDate>(props: StaticDateRangePickerProps
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
6
+ * @deprecated The StaticDateRangePicker component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
6
7
  * @ignore - do not document.
7
8
  */
8
9
  declare const StaticDateRangePicker: StaticDateRangePickerComponent;
@@ -8,6 +8,7 @@ const warn = () => {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The StaticDateRangePicker component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  const StaticDateRangePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticDateRangePicker() {
@@ -3,6 +3,7 @@ type StaticDateTimePickerComponent = (<TDate>(props: StaticDateTimePickerProps<T
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
6
+ * @deprecated The StaticDateTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
6
7
  * @ignore - do not document.
7
8
  */
8
9
  declare const StaticDateTimePicker: StaticDateTimePickerComponent;
@@ -8,6 +8,7 @@ const warn = () => {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The StaticDateTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  const StaticDateTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticDateTimePicker() {
@@ -3,6 +3,7 @@ type StaticTimePickerComponent = (<TDate>(props: StaticTimePickerProps<TDate> &
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
6
+ * @deprecated The StaticTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
6
7
  * @ignore - do not document.
7
8
  */
8
9
  declare const StaticTimePicker: StaticTimePickerComponent;
@@ -8,6 +8,7 @@ const warn = () => {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The StaticTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  const StaticTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticTimePicker() {
@@ -3,6 +3,7 @@ type TimePickerComponent = (<TDate>(props: TimePickerProps<TDate> & React.RefAtt
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
6
+ * @deprecated The StaticTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
6
7
  * @ignore - do not document.
7
8
  */
8
9
  declare const TimePicker: TimePickerComponent;
@@ -8,6 +8,7 @@ const warn = () => {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The StaticTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  const TimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedTimePicker() {
@@ -1,7 +1,8 @@
1
1
  import * as React from 'react';
2
2
  import { TreeItemProps } from '@mui/x-tree-view/TreeItem';
3
3
  /**
4
+ * @deprecated The TreeItem component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-tree-view-to-mui-x/.
4
5
  * @ignore - do not document.
5
6
  */
6
- declare const TreeItem: React.ForwardRefExoticComponent<Omit<TreeItemProps, "ref"> & React.RefAttributes<HTMLLIElement>>;
7
+ declare const TreeItem: React.ForwardRefExoticComponent<TreeItemProps & React.RefAttributes<HTMLLIElement>>;
7
8
  export default TreeItem;
@@ -12,6 +12,7 @@ const warn = () => {
12
12
  };
13
13
 
14
14
  /**
15
+ * @deprecated The TreeItem component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-tree-view-to-mui-x/.
15
16
  * @ignore - do not document.
16
17
  */
17
18
  const TreeItem = /*#__PURE__*/React.forwardRef(function DeprecatedTreeItem(props, ref) {
@@ -1,6 +1,8 @@
1
1
  import * as React from 'react';
2
+ import { TreeViewProps } from '@mui/x-tree-view/TreeView';
2
3
  /**
4
+ * @deprecated The TreeItem component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-tree-view-to-mui-x/.
3
5
  * @ignore - do not document.
4
6
  */
5
- declare const TreeView: React.ForwardRefExoticComponent<(Omit<import("@mui/x-tree-view/TreeView").SingleSelectTreeViewProps, "ref"> | Omit<import("@mui/x-tree-view/TreeView").MultiSelectTreeViewProps, "ref">) & React.RefAttributes<HTMLUListElement>>;
7
+ declare const TreeView: React.ForwardRefExoticComponent<TreeViewProps & React.RefAttributes<HTMLUListElement>>;
6
8
  export default TreeView;
@@ -12,6 +12,7 @@ const warn = () => {
12
12
  };
13
13
 
14
14
  /**
15
+ * @deprecated The TreeItem component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-tree-view-to-mui-x/.
15
16
  * @ignore - do not document.
16
17
  */
17
18
  const TreeView = /*#__PURE__*/React.forwardRef(function DeprecatedTreeView(props, ref) {
@@ -3,6 +3,7 @@ type YearPickerComponent = (<TDate>(props: YearPickerProps<TDate> & React.RefAtt
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
6
+ * @deprecated The YearPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
6
7
  * @ignore - do not document.
7
8
  */
8
9
  declare const YearPicker: YearPickerComponent;
@@ -8,6 +8,7 @@ const warn = () => {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The YearPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  const YearPicker = function DeprecatedYearPicker() {
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.143
2
+ * @mui/lab v5.0.0-alpha.144
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -8,7 +8,9 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
 
11
- // tslint:disable-next-line:no-unnecessary-class
11
+ /**
12
+ * @deprecated The AdapterDateFns class was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
13
+ */
12
14
  var AdapterDateFns = /*#__PURE__*/_createClass(function AdapterDateFns() {
13
15
  _classCallCheck(this, AdapterDateFns);
14
16
  warn();
@@ -8,7 +8,9 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
 
11
- // tslint:disable-next-line:no-unnecessary-class
11
+ /**
12
+ * @deprecated The AdapterDayjs class was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
13
+ */
12
14
  var AdapterDayjs = /*#__PURE__*/_createClass(function AdapterDayjs() {
13
15
  _classCallCheck(this, AdapterDayjs);
14
16
  warn();
@@ -8,7 +8,9 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
 
11
- // tslint:disable-next-line:no-unnecessary-class
11
+ /**
12
+ * @deprecated The AdapterLuxon class was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
13
+ */
12
14
  var AdapterLuxon = /*#__PURE__*/_createClass(function AdapterLuxon() {
13
15
  _classCallCheck(this, AdapterLuxon);
14
16
  warn();
@@ -8,7 +8,9 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
 
11
- // tslint:disable-next-line:no-unnecessary-class
11
+ /**
12
+ * @deprecated The AdapterMoment class was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
13
+ */
12
14
  var AdapterMoment = /*#__PURE__*/_createClass(function AdapterMoment() {
13
15
  _classCallCheck(this, AdapterMoment);
14
16
  warn();
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The CalendarPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var CalendarPicker = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPicker() {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The CalendarPickerSkeleton component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var CalendarPickerSkeleton = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPickerSkeleton() {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The ClockPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var ClockPicker = /*#__PURE__*/React.forwardRef(function DeprecatedClockPicker() {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The DateRangePicker component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var DateRangePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDateRangePicker() {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The DateRangePickerDay component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var DateRangePickerDay = /*#__PURE__*/React.forwardRef(function DeprecatedDateRangePickerDay() {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The DateTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var DateTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDateTimePicker() {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The DesktopDatePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var DesktopDatePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDesktopDatePicker() {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The DesktopDateRangePicker component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var DesktopDateRangePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDesktopDateRangePicker() {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The DesktopDateTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var DesktopDateTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDesktopDateTimePicker() {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The DesktopTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var DesktopTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDesktopTimePicker() {
@@ -7,6 +7,7 @@ var warn = function warn() {
7
7
  }
8
8
  };
9
9
  /**
10
+ * @deprecated The LocalizationProvider component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
10
11
  * @ignore - do not document.
11
12
  */
12
13
  var LocalizationProvider = /*#__PURE__*/React.forwardRef(function DeprecatedLocalizationProvider() {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The MobileDatePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var MobileDatePicker = /*#__PURE__*/React.forwardRef(function DeprecatedMobileDatePicker(props, ref) {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The MobileDateRangePicker component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var MobileDateRangePicker = /*#__PURE__*/React.forwardRef(function DeprecatedMobileDateRangePicker() {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The MobileDateTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var MobileDateTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedMobileDateTimePicker() {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The MobileTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var MobileTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedMobileTimePicker() {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The MonthPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var MonthPicker = /*#__PURE__*/React.forwardRef(function DeprecatedMonthPicker() {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The PickersDay component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var PickersDay = /*#__PURE__*/React.forwardRef(function DeprecatedPickersDay() {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The StaticDatePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var StaticDatePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticDatePicker() {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The StaticDateRangePicker component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var StaticDateRangePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticDateRangePicker() {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The StaticDateTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var StaticDateTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticDateTimePicker() {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The StaticTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var StaticTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticTimePicker() {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The StaticTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var TimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedTimePicker() {
@@ -12,6 +12,7 @@ var warn = function warn() {
12
12
  };
13
13
 
14
14
  /**
15
+ * @deprecated The TreeItem component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-tree-view-to-mui-x/.
15
16
  * @ignore - do not document.
16
17
  */
17
18
  var TreeItem = /*#__PURE__*/React.forwardRef(function DeprecatedTreeItem(props, ref) {
@@ -12,6 +12,7 @@ var warn = function warn() {
12
12
  };
13
13
 
14
14
  /**
15
+ * @deprecated The TreeItem component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-tree-view-to-mui-x/.
15
16
  * @ignore - do not document.
16
17
  */
17
18
  var TreeView = /*#__PURE__*/React.forwardRef(function DeprecatedTreeView(props, ref) {
@@ -8,6 +8,7 @@ var warn = function warn() {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The YearPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  var YearPicker = function DeprecatedYearPicker() {
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.143
2
+ * @mui/lab v5.0.0-alpha.144
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -6,7 +6,9 @@ const warn = () => {
6
6
  }
7
7
  };
8
8
 
9
- // tslint:disable-next-line:no-unnecessary-class
9
+ /**
10
+ * @deprecated The AdapterDateFns class was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
+ */
10
12
  export default class AdapterDateFns {
11
13
  constructor() {
12
14
  warn();
@@ -6,7 +6,9 @@ const warn = () => {
6
6
  }
7
7
  };
8
8
 
9
- // tslint:disable-next-line:no-unnecessary-class
9
+ /**
10
+ * @deprecated The AdapterDayjs class was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
+ */
10
12
  export default class AdapterDayjs {
11
13
  constructor() {
12
14
  warn();
@@ -6,7 +6,9 @@ const warn = () => {
6
6
  }
7
7
  };
8
8
 
9
- // tslint:disable-next-line:no-unnecessary-class
9
+ /**
10
+ * @deprecated The AdapterLuxon class was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
+ */
10
12
  export default class AdapterLuxon {
11
13
  constructor() {
12
14
  warn();
@@ -6,7 +6,9 @@ const warn = () => {
6
6
  }
7
7
  };
8
8
 
9
- // tslint:disable-next-line:no-unnecessary-class
9
+ /**
10
+ * @deprecated The AdapterMoment class was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
+ */
10
12
  export default class AdapterMoment {
11
13
  constructor() {
12
14
  warn();
@@ -8,6 +8,7 @@ const warn = () => {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The CalendarPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  const CalendarPicker = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPicker() {
@@ -8,6 +8,7 @@ const warn = () => {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The CalendarPickerSkeleton component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  const CalendarPickerSkeleton = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPickerSkeleton() {
@@ -8,6 +8,7 @@ const warn = () => {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The ClockPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  const ClockPicker = /*#__PURE__*/React.forwardRef(function DeprecatedClockPicker() {
@@ -8,6 +8,7 @@ const warn = () => {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The DateRangePicker component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  const DateRangePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDateRangePicker() {
@@ -8,6 +8,7 @@ const warn = () => {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The DateRangePickerDay component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  const DateRangePickerDay = /*#__PURE__*/React.forwardRef(function DeprecatedDateRangePickerDay() {
@@ -8,6 +8,7 @@ const warn = () => {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The DateTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  const DateTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDateTimePicker() {
@@ -8,6 +8,7 @@ const warn = () => {
8
8
  }
9
9
  };
10
10
  /**
11
+ * @deprecated The DesktopDatePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
11
12
  * @ignore - do not document.
12
13
  */
13
14
  const DesktopDatePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDesktopDatePicker() {