@mui/lab 5.0.0-alpha.142 → 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 (197) 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 +235 -38
  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/LoadingButton/LoadingButton.d.ts +52 -50
  31. package/LoadingButton/LoadingButton.js +1 -1
  32. package/LocalizationProvider/LocalizationProvider.d.ts +1 -0
  33. package/LocalizationProvider/LocalizationProvider.js +1 -0
  34. package/Masonry/Masonry.d.ts +46 -41
  35. package/MobileDatePicker/MobileDatePicker.d.ts +1 -0
  36. package/MobileDatePicker/MobileDatePicker.js +1 -0
  37. package/MobileDateRangePicker/MobileDateRangePicker.d.ts +1 -0
  38. package/MobileDateRangePicker/MobileDateRangePicker.js +1 -0
  39. package/MobileDateTimePicker/MobileDateTimePicker.d.ts +1 -0
  40. package/MobileDateTimePicker/MobileDateTimePicker.js +1 -0
  41. package/MobileTimePicker/MobileTimePicker.d.ts +1 -0
  42. package/MobileTimePicker/MobileTimePicker.js +1 -0
  43. package/MonthPicker/MonthPicker.d.ts +1 -0
  44. package/MonthPicker/MonthPicker.js +1 -0
  45. package/PickersDay/PickersDay.d.ts +1 -0
  46. package/PickersDay/PickersDay.js +1 -0
  47. package/README.md +1 -9
  48. package/StaticDatePicker/StaticDatePicker.d.ts +1 -0
  49. package/StaticDatePicker/StaticDatePicker.js +1 -0
  50. package/StaticDateRangePicker/StaticDateRangePicker.d.ts +1 -0
  51. package/StaticDateRangePicker/StaticDateRangePicker.js +1 -0
  52. package/StaticDateTimePicker/StaticDateTimePicker.d.ts +1 -0
  53. package/StaticDateTimePicker/StaticDateTimePicker.js +1 -0
  54. package/StaticTimePicker/StaticTimePicker.d.ts +1 -0
  55. package/StaticTimePicker/StaticTimePicker.js +1 -0
  56. package/TabList/TabList.d.ts +14 -12
  57. package/TimePicker/TimePicker.d.ts +1 -0
  58. package/TimePicker/TimePicker.js +1 -0
  59. package/TreeItem/TreeItem.d.ts +5 -85
  60. package/TreeItem/TreeItem.js +18 -375
  61. package/TreeItem/index.d.ts +2 -6
  62. package/TreeItem/index.js +1 -3
  63. package/TreeView/TreeView.d.ts +5 -141
  64. package/TreeView/TreeView.js +18 -824
  65. package/TreeView/index.d.ts +2 -4
  66. package/TreeView/index.js +1 -2
  67. package/YearPicker/YearPicker.d.ts +1 -0
  68. package/YearPicker/YearPicker.js +1 -0
  69. package/index.js +1 -1
  70. package/legacy/AdapterDateFns/AdapterDateFns.js +3 -1
  71. package/legacy/AdapterDayjs/AdapterDayjs.js +3 -1
  72. package/legacy/AdapterLuxon/AdapterLuxon.js +3 -1
  73. package/legacy/AdapterMoment/AdapterMoment.js +3 -1
  74. package/legacy/CalendarPicker/CalendarPicker.js +1 -0
  75. package/legacy/CalendarPickerSkeleton/CalendarPickerSkeleton.js +1 -0
  76. package/legacy/ClockPicker/ClockPicker.js +1 -0
  77. package/legacy/DateRangePicker/DateRangePicker.js +1 -0
  78. package/legacy/DateRangePickerDay/DateRangePickerDay.js +1 -0
  79. package/legacy/DateTimePicker/DateTimePicker.js +1 -0
  80. package/legacy/DesktopDatePicker/DesktopDatePicker.js +1 -0
  81. package/legacy/DesktopDateRangePicker/DesktopDateRangePicker.js +1 -0
  82. package/legacy/DesktopDateTimePicker/DesktopDateTimePicker.js +1 -0
  83. package/legacy/DesktopTimePicker/DesktopTimePicker.js +1 -0
  84. package/legacy/LoadingButton/LoadingButton.js +1 -1
  85. package/legacy/LocalizationProvider/LocalizationProvider.js +1 -0
  86. package/legacy/MobileDatePicker/MobileDatePicker.js +1 -0
  87. package/legacy/MobileDateRangePicker/MobileDateRangePicker.js +1 -0
  88. package/legacy/MobileDateTimePicker/MobileDateTimePicker.js +1 -0
  89. package/legacy/MobileTimePicker/MobileTimePicker.js +1 -0
  90. package/legacy/MonthPicker/MonthPicker.js +1 -0
  91. package/legacy/PickersDay/PickersDay.js +1 -0
  92. package/legacy/StaticDatePicker/StaticDatePicker.js +1 -0
  93. package/legacy/StaticDateRangePicker/StaticDateRangePicker.js +1 -0
  94. package/legacy/StaticDateTimePicker/StaticDateTimePicker.js +1 -0
  95. package/legacy/StaticTimePicker/StaticTimePicker.js +1 -0
  96. package/legacy/TimePicker/TimePicker.js +1 -0
  97. package/legacy/TreeItem/TreeItem.js +18 -372
  98. package/legacy/TreeItem/index.js +1 -3
  99. package/legacy/TreeView/TreeView.js +18 -878
  100. package/legacy/TreeView/index.js +1 -2
  101. package/legacy/YearPicker/YearPicker.js +1 -0
  102. package/legacy/index.js +1 -1
  103. package/modern/AdapterDateFns/AdapterDateFns.js +3 -1
  104. package/modern/AdapterDayjs/AdapterDayjs.js +3 -1
  105. package/modern/AdapterLuxon/AdapterLuxon.js +3 -1
  106. package/modern/AdapterMoment/AdapterMoment.js +3 -1
  107. package/modern/CalendarPicker/CalendarPicker.js +1 -0
  108. package/modern/CalendarPickerSkeleton/CalendarPickerSkeleton.js +1 -0
  109. package/modern/ClockPicker/ClockPicker.js +1 -0
  110. package/modern/DateRangePicker/DateRangePicker.js +1 -0
  111. package/modern/DateRangePickerDay/DateRangePickerDay.js +1 -0
  112. package/modern/DateTimePicker/DateTimePicker.js +1 -0
  113. package/modern/DesktopDatePicker/DesktopDatePicker.js +1 -0
  114. package/modern/DesktopDateRangePicker/DesktopDateRangePicker.js +1 -0
  115. package/modern/DesktopDateTimePicker/DesktopDateTimePicker.js +1 -0
  116. package/modern/DesktopTimePicker/DesktopTimePicker.js +1 -0
  117. package/modern/LoadingButton/LoadingButton.js +1 -1
  118. package/modern/LocalizationProvider/LocalizationProvider.js +1 -0
  119. package/modern/MobileDatePicker/MobileDatePicker.js +1 -0
  120. package/modern/MobileDateRangePicker/MobileDateRangePicker.js +1 -0
  121. package/modern/MobileDateTimePicker/MobileDateTimePicker.js +1 -0
  122. package/modern/MobileTimePicker/MobileTimePicker.js +1 -0
  123. package/modern/MonthPicker/MonthPicker.js +1 -0
  124. package/modern/PickersDay/PickersDay.js +1 -0
  125. package/modern/StaticDatePicker/StaticDatePicker.js +1 -0
  126. package/modern/StaticDateRangePicker/StaticDateRangePicker.js +1 -0
  127. package/modern/StaticDateTimePicker/StaticDateTimePicker.js +1 -0
  128. package/modern/StaticTimePicker/StaticTimePicker.js +1 -0
  129. package/modern/TimePicker/TimePicker.js +1 -0
  130. package/modern/TreeItem/TreeItem.js +18 -375
  131. package/modern/TreeItem/index.js +1 -3
  132. package/modern/TreeView/TreeView.js +18 -824
  133. package/modern/TreeView/index.js +1 -2
  134. package/modern/YearPicker/YearPicker.js +1 -0
  135. package/modern/index.js +1 -1
  136. package/node/AdapterDateFns/AdapterDateFns.js +3 -1
  137. package/node/AdapterDayjs/AdapterDayjs.js +3 -1
  138. package/node/AdapterLuxon/AdapterLuxon.js +3 -1
  139. package/node/AdapterMoment/AdapterMoment.js +3 -1
  140. package/node/CalendarPicker/CalendarPicker.js +1 -0
  141. package/node/CalendarPickerSkeleton/CalendarPickerSkeleton.js +1 -0
  142. package/node/ClockPicker/ClockPicker.js +1 -0
  143. package/node/DateRangePicker/DateRangePicker.js +1 -0
  144. package/node/DateRangePickerDay/DateRangePickerDay.js +1 -0
  145. package/node/DateTimePicker/DateTimePicker.js +1 -0
  146. package/node/DesktopDatePicker/DesktopDatePicker.js +1 -0
  147. package/node/DesktopDateRangePicker/DesktopDateRangePicker.js +1 -0
  148. package/node/DesktopDateTimePicker/DesktopDateTimePicker.js +1 -0
  149. package/node/DesktopTimePicker/DesktopTimePicker.js +1 -0
  150. package/node/LoadingButton/LoadingButton.js +1 -1
  151. package/node/LocalizationProvider/LocalizationProvider.js +1 -0
  152. package/node/MobileDatePicker/MobileDatePicker.js +1 -0
  153. package/node/MobileDateRangePicker/MobileDateRangePicker.js +1 -0
  154. package/node/MobileDateTimePicker/MobileDateTimePicker.js +1 -0
  155. package/node/MobileTimePicker/MobileTimePicker.js +1 -0
  156. package/node/MonthPicker/MonthPicker.js +1 -0
  157. package/node/PickersDay/PickersDay.js +1 -0
  158. package/node/StaticDatePicker/StaticDatePicker.js +1 -0
  159. package/node/StaticDateRangePicker/StaticDateRangePicker.js +1 -0
  160. package/node/StaticDateTimePicker/StaticDateTimePicker.js +1 -0
  161. package/node/StaticTimePicker/StaticTimePicker.js +1 -0
  162. package/node/TimePicker/TimePicker.js +1 -0
  163. package/node/TreeItem/TreeItem.js +18 -374
  164. package/node/TreeItem/index.js +9 -21
  165. package/node/TreeView/TreeView.js +18 -824
  166. package/node/TreeView/index.js +8 -18
  167. package/node/YearPicker/YearPicker.js +1 -0
  168. package/node/index.js +1 -1
  169. package/package.json +11 -11
  170. package/TreeItem/TreeItemContent.d.ts +0 -50
  171. package/TreeItem/TreeItemContent.js +0 -112
  172. package/TreeItem/treeItemClasses.d.ts +0 -24
  173. package/TreeItem/treeItemClasses.js +0 -7
  174. package/TreeItem/useTreeItem.d.ts +0 -11
  175. package/TreeItem/useTreeItem.js +0 -68
  176. package/TreeView/TreeViewContext.js +0 -10
  177. package/TreeView/descendants.js +0 -186
  178. package/TreeView/treeViewClasses.d.ts +0 -8
  179. package/TreeView/treeViewClasses.js +0 -7
  180. package/legacy/TreeItem/TreeItemContent.js +0 -108
  181. package/legacy/TreeItem/treeItemClasses.js +0 -7
  182. package/legacy/TreeItem/useTreeItem.js +0 -67
  183. package/legacy/TreeView/TreeViewContext.js +0 -10
  184. package/legacy/TreeView/descendants.js +0 -193
  185. package/legacy/TreeView/treeViewClasses.js +0 -7
  186. package/modern/TreeItem/TreeItemContent.js +0 -112
  187. package/modern/TreeItem/treeItemClasses.js +0 -7
  188. package/modern/TreeItem/useTreeItem.js +0 -68
  189. package/modern/TreeView/TreeViewContext.js +0 -10
  190. package/modern/TreeView/descendants.js +0 -186
  191. package/modern/TreeView/treeViewClasses.js +0 -7
  192. package/node/TreeItem/TreeItemContent.js +0 -120
  193. package/node/TreeItem/treeItemClasses.js +0 -16
  194. package/node/TreeItem/useTreeItem.js +0 -77
  195. package/node/TreeView/TreeViewContext.js +0 -18
  196. package/node/TreeView/descendants.js +0 -194
  197. package/node/TreeView/treeViewClasses.js +0 -16
@@ -1,5 +1,3 @@
1
1
  export { default } from './TreeView';
2
- export * from './TreeView';
3
-
4
- export { default as treeViewClasses } from './treeViewClasses';
5
- export * from './treeViewClasses';
2
+ export { treeViewClasses, getTreeViewUtilityClass } from '@mui/x-tree-view/TreeView';
3
+ export type { TreeViewClassKey, TreeViewClasses, SingleSelectTreeViewProps, MultiSelectTreeViewProps, TreeViewPropsBase, TreeViewProps, } from '@mui/x-tree-view/TreeView';
package/TreeView/index.js CHANGED
@@ -1,3 +1,2 @@
1
1
  export { default } from './TreeView';
2
- export { default as treeViewClasses } from './treeViewClasses';
3
- export * from './treeViewClasses';
2
+ export { treeViewClasses, getTreeViewUtilityClass } from '@mui/x-tree-view/TreeView';
@@ -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.142
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() {
@@ -67,7 +67,7 @@ var LoadingButtonRoot = styled(Button, {
67
67
  marginLeft: -8
68
68
  }));
69
69
  });
70
- var LoadingButtonLoadingIndicator = styled('div', {
70
+ var LoadingButtonLoadingIndicator = styled('span', {
71
71
  name: 'MuiLoadingButton',
72
72
  slot: 'LoadingIndicator',
73
73
  overridesResolver: function overridesResolver(props, styles) {
@@ -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() {