@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 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
  const DesktopDateRangePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDesktopDateRangePicker() {
@@ -8,6 +8,7 @@ const 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
  const DesktopDateTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDesktopDateTimePicker() {
@@ -8,6 +8,7 @@ const 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
  const DesktopTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDesktopTimePicker() {
@@ -7,6 +7,7 @@ const 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
  const LocalizationProvider = /*#__PURE__*/React.forwardRef(function DeprecatedLocalizationProvider() {
@@ -8,6 +8,7 @@ const 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
  const MobileDatePicker = /*#__PURE__*/React.forwardRef(function DeprecatedMobileDatePicker(props, ref) {
@@ -8,6 +8,7 @@ const 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
  const MobileDateRangePicker = /*#__PURE__*/React.forwardRef(function DeprecatedMobileDateRangePicker() {
@@ -8,6 +8,7 @@ const 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
  const MobileDateTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedMobileDateTimePicker() {
@@ -8,6 +8,7 @@ const 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
  const MobileTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedMobileTimePicker() {
@@ -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() {
@@ -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() {
@@ -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() {
@@ -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() {
@@ -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() {
@@ -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() {
@@ -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() {
@@ -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) {
@@ -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) {
@@ -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/modern/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
@@ -12,7 +12,9 @@ const warn = () => {
12
12
  }
13
13
  };
14
14
 
15
- // tslint:disable-next-line:no-unnecessary-class
15
+ /**
16
+ * @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/.
17
+ */
16
18
  class AdapterDateFns {
17
19
  constructor() {
18
20
  warn();
@@ -12,7 +12,9 @@ const warn = () => {
12
12
  }
13
13
  };
14
14
 
15
- // tslint:disable-next-line:no-unnecessary-class
15
+ /**
16
+ * @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/.
17
+ */
16
18
  class AdapterDayjs {
17
19
  constructor() {
18
20
  warn();
@@ -12,7 +12,9 @@ const warn = () => {
12
12
  }
13
13
  };
14
14
 
15
- // tslint:disable-next-line:no-unnecessary-class
15
+ /**
16
+ * @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/.
17
+ */
16
18
  class AdapterLuxon {
17
19
  constructor() {
18
20
  warn();
@@ -12,7 +12,9 @@ const warn = () => {
12
12
  }
13
13
  };
14
14
 
15
- // tslint:disable-next-line:no-unnecessary-class
15
+ /**
16
+ * @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/.
17
+ */
16
18
  class AdapterMoment {
17
19
  constructor() {
18
20
  warn();
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const CalendarPicker = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPicker() {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const CalendarPickerSkeleton = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPickerSkeleton() {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const ClockPicker = /*#__PURE__*/React.forwardRef(function DeprecatedClockPicker() {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const DateRangePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDateRangePicker() {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const DateRangePickerDay = /*#__PURE__*/React.forwardRef(function DeprecatedDateRangePickerDay() {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const DateTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDateTimePicker() {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const DesktopDatePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDesktopDatePicker() {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const DesktopDateRangePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDesktopDateRangePicker() {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const DesktopDateTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDesktopDateTimePicker() {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const DesktopTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDesktopTimePicker() {
@@ -15,6 +15,7 @@ const warn = () => {
15
15
  }
16
16
  };
17
17
  /**
18
+ * @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/.
18
19
  * @ignore - do not document.
19
20
  */
20
21
  const LocalizationProvider = /*#__PURE__*/React.forwardRef(function DeprecatedLocalizationProvider() {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const MobileDatePicker = /*#__PURE__*/React.forwardRef(function DeprecatedMobileDatePicker(props, ref) {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const MobileDateRangePicker = /*#__PURE__*/React.forwardRef(function DeprecatedMobileDateRangePicker() {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const MobileDateTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedMobileDateTimePicker() {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const MobileTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedMobileTimePicker() {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const MonthPicker = /*#__PURE__*/React.forwardRef(function DeprecatedMonthPicker() {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const PickersDay = /*#__PURE__*/React.forwardRef(function DeprecatedPickersDay() {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const StaticDatePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticDatePicker() {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const StaticDateRangePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticDateRangePicker() {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const StaticDateTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticDateTimePicker() {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const StaticTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticTimePicker() {
@@ -17,6 +17,7 @@ const warn = () => {
17
17
  }
18
18
  };
19
19
  /**
20
+ * @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/.
20
21
  * @ignore - do not document.
21
22
  */
22
23
  const TimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedTimePicker() {
@@ -21,6 +21,7 @@ const warn = () => {
21
21
  };
22
22
 
23
23
  /**
24
+ * @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/.
24
25
  * @ignore - do not document.
25
26
  */
26
27
  const TreeItem = /*#__PURE__*/React.forwardRef(function DeprecatedTreeItem(props, ref) {
@@ -21,6 +21,7 @@ const warn = () => {
21
21
  };
22
22
 
23
23
  /**
24
+ * @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/.
24
25
  * @ignore - do not document.
25
26
  */
26
27
  const TreeView = /*#__PURE__*/React.forwardRef(function DeprecatedTreeView(props, ref) {
@@ -14,6 +14,7 @@ const warn = () => {
14
14
  }
15
15
  };
16
16
  /**
17
+ * @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/.
17
18
  * @ignore - do not document.
18
19
  */
19
20
  const YearPicker = function DeprecatedYearPicker() {
package/node/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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/lab",
3
- "version": "5.0.0-alpha.143",
3
+ "version": "5.0.0-alpha.144",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Laboratory for new MUI modules.",
@@ -27,6 +27,16 @@
27
27
  "type": "opencollective",
28
28
  "url": "https://opencollective.com/mui"
29
29
  },
30
+ "dependencies": {
31
+ "@babel/runtime": "^7.22.15",
32
+ "@mui/base": "5.0.0-beta.15",
33
+ "@mui/system": "^5.14.9",
34
+ "@mui/types": "^7.2.4",
35
+ "@mui/utils": "^5.14.9",
36
+ "@mui/x-tree-view": "6.0.0-alpha.1",
37
+ "clsx": "^2.0.0",
38
+ "prop-types": "^15.8.1"
39
+ },
30
40
  "peerDependencies": {
31
41
  "@emotion/react": "^11.5.0",
32
42
  "@emotion/styled": "^11.3.0",
@@ -46,17 +56,6 @@
46
56
  "optional": true
47
57
  }
48
58
  },
49
- "dependencies": {
50
- "@babel/runtime": "^7.22.10",
51
- "@mui/base": "5.0.0-beta.14",
52
- "@mui/system": "^5.14.8",
53
- "@mui/types": "^7.2.4",
54
- "@mui/utils": "^5.14.8",
55
- "@mui/x-tree-view": "https://pkg.csb.dev/mui/mui-x/commit/1f23b33d/@mui/x-tree-view",
56
- "clsx": "^2.0.0",
57
- "prop-types": "^15.8.1",
58
- "react-is": "^18.2.0"
59
- },
60
59
  "sideEffects": false,
61
60
  "publishConfig": {
62
61
  "access": "public"