@mui/lab 5.0.0-alpha.45 → 5.0.0-alpha.49

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 (240) hide show
  1. package/Alert/Alert.js +1 -1
  2. package/AlertTitle/AlertTitle.js +1 -1
  3. package/Autocomplete/Autocomplete.js +1 -1
  4. package/AvatarGroup/AvatarGroup.js +1 -1
  5. package/CHANGELOG.md +337 -48
  6. package/CalendarPicker/CalendarPicker.d.ts +2 -2
  7. package/CalendarPicker/CalendarPicker.js +2 -2
  8. package/CalendarPicker/PickersCalendar.d.ts +1 -1
  9. package/CalendarPicker/PickersCalendarHeader.d.ts +4 -1
  10. package/CalendarPicker/PickersCalendarHeader.js +0 -1
  11. package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +2 -2
  12. package/CalendarPickerSkeleton/CalendarPickerSkeleton.js +4 -4
  13. package/ClockPicker/Clock.js +3 -3
  14. package/ClockPicker/ClockPicker.d.ts +6 -4
  15. package/ClockPicker/ClockPicker.js +3 -3
  16. package/ClockPicker/shared.js +1 -1
  17. package/DatePicker/DatePicker.d.ts +3 -3
  18. package/DatePicker/DatePicker.js +7 -7
  19. package/DateRangePicker/DateRangePicker.d.ts +2 -2
  20. package/DateRangePicker/DateRangePicker.js +5 -5
  21. package/DateRangePicker/DateRangePickerInput.d.ts +1 -1
  22. package/DateRangePickerDay/DateRangePickerDay.d.ts +2 -2
  23. package/DateRangePickerDay/DateRangePickerDay.js +2 -2
  24. package/DateTimePicker/DateTimePicker.d.ts +3 -3
  25. package/DateTimePicker/DateTimePicker.js +9 -9
  26. package/DateTimePicker/DateTimePickerToolbar.js +27 -14
  27. package/DateTimePicker/shared.d.ts +1 -1
  28. package/DesktopDatePicker/DesktopDatePicker.d.ts +2 -2
  29. package/DesktopDatePicker/DesktopDatePicker.js +6 -6
  30. package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +2 -2
  31. package/DesktopDateRangePicker/DesktopDateRangePicker.js +5 -5
  32. package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +2 -2
  33. package/DesktopDateTimePicker/DesktopDateTimePicker.js +8 -8
  34. package/DesktopTimePicker/DesktopTimePicker.d.ts +2 -2
  35. package/DesktopTimePicker/DesktopTimePicker.js +5 -5
  36. package/LoadingButton/LoadingButton.d.ts +3 -3
  37. package/LoadingButton/LoadingButton.js +2 -2
  38. package/Masonry/Masonry.d.ts +2 -2
  39. package/Masonry/Masonry.js +1 -1
  40. package/MasonryItem/MasonryItem.d.ts +2 -2
  41. package/MasonryItem/MasonryItem.js +15 -27
  42. package/MobileDatePicker/MobileDatePicker.d.ts +2 -2
  43. package/MobileDatePicker/MobileDatePicker.js +4 -4
  44. package/MobileDateRangePicker/MobileDateRangePicker.d.ts +2 -2
  45. package/MobileDateRangePicker/MobileDateRangePicker.js +3 -3
  46. package/MobileDateTimePicker/MobileDateTimePicker.d.ts +2 -2
  47. package/MobileDateTimePicker/MobileDateTimePicker.js +6 -6
  48. package/MobileTimePicker/MobileTimePicker.d.ts +2 -2
  49. package/MobileTimePicker/MobileTimePicker.js +3 -3
  50. package/MonthPicker/MonthPicker.d.ts +2 -2
  51. package/MonthPicker/MonthPicker.js +2 -2
  52. package/Pagination/Pagination.js +1 -1
  53. package/PaginationItem/PaginationItem.js +1 -1
  54. package/PickersDay/PickersDay.d.ts +2 -2
  55. package/PickersDay/PickersDay.js +3 -3
  56. package/README.md +11 -7
  57. package/Rating/Rating.js +1 -1
  58. package/Skeleton/Skeleton.js +1 -1
  59. package/SpeedDial/SpeedDial.js +1 -1
  60. package/SpeedDialAction/SpeedDialAction.js +1 -1
  61. package/SpeedDialIcon/SpeedDialIcon.js +1 -1
  62. package/StaticDatePicker/StaticDatePicker.d.ts +2 -2
  63. package/StaticDatePicker/StaticDatePicker.js +4 -4
  64. package/StaticDateRangePicker/StaticDateRangePicker.d.ts +2 -2
  65. package/StaticDateRangePicker/StaticDateRangePicker.js +3 -3
  66. package/StaticDateTimePicker/StaticDateTimePicker.d.ts +2 -2
  67. package/StaticDateTimePicker/StaticDateTimePicker.js +6 -6
  68. package/StaticTimePicker/StaticTimePicker.d.ts +2 -2
  69. package/StaticTimePicker/StaticTimePicker.js +3 -3
  70. package/TabContext/TabContext.d.ts +2 -2
  71. package/TabList/TabList.d.ts +3 -3
  72. package/TabPanel/TabPanel.d.ts +2 -2
  73. package/TimePicker/TimePicker.d.ts +3 -3
  74. package/TimePicker/TimePicker.js +6 -6
  75. package/Timeline/Timeline.d.ts +4 -4
  76. package/Timeline/Timeline.js +4 -4
  77. package/TimelineConnector/TimelineConnector.d.ts +2 -2
  78. package/TimelineContent/TimelineContent.d.ts +3 -3
  79. package/TimelineDot/TimelineDot.d.ts +2 -2
  80. package/TimelineItem/TimelineItem.d.ts +2 -2
  81. package/TimelineOppositeContent/TimelineOppositeContent.d.ts +3 -3
  82. package/TimelineSeparator/TimelineSeparator.d.ts +2 -2
  83. package/ToggleButton/ToggleButton.js +1 -1
  84. package/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  85. package/TreeItem/TreeItem.d.ts +3 -3
  86. package/TreeItem/TreeItem.js +1 -1
  87. package/TreeView/TreeView.d.ts +2 -2
  88. package/YearPicker/PickersYear.js +1 -1
  89. package/YearPicker/YearPicker.d.ts +2 -2
  90. package/YearPicker/YearPicker.js +2 -2
  91. package/index.js +1 -1
  92. package/internal/pickers/PickersArrowSwitcher.d.ts +3 -3
  93. package/internal/pickers/PickersPopper.d.ts +2 -2
  94. package/internal/pickers/PureDateInput.d.ts +1 -1
  95. package/internal/pickers/hooks/date-helpers-hooks.js +1 -1
  96. package/legacy/Alert/Alert.js +1 -1
  97. package/legacy/AlertTitle/AlertTitle.js +1 -1
  98. package/legacy/Autocomplete/Autocomplete.js +1 -1
  99. package/legacy/AvatarGroup/AvatarGroup.js +1 -1
  100. package/legacy/CalendarPicker/CalendarPicker.js +2 -2
  101. package/legacy/CalendarPicker/PickersCalendarHeader.js +0 -1
  102. package/legacy/CalendarPickerSkeleton/CalendarPickerSkeleton.js +4 -4
  103. package/legacy/ClockPicker/Clock.js +3 -3
  104. package/legacy/ClockPicker/ClockPicker.js +3 -3
  105. package/legacy/ClockPicker/shared.js +1 -1
  106. package/legacy/DatePicker/DatePicker.js +7 -7
  107. package/legacy/DateRangePicker/DateRangePicker.js +5 -5
  108. package/legacy/DateRangePickerDay/DateRangePickerDay.js +2 -2
  109. package/legacy/DateTimePicker/DateTimePicker.js +9 -9
  110. package/legacy/DateTimePicker/DateTimePickerToolbar.js +30 -15
  111. package/legacy/DesktopDatePicker/DesktopDatePicker.js +6 -6
  112. package/legacy/DesktopDateRangePicker/DesktopDateRangePicker.js +5 -5
  113. package/legacy/DesktopDateTimePicker/DesktopDateTimePicker.js +8 -8
  114. package/legacy/DesktopTimePicker/DesktopTimePicker.js +5 -5
  115. package/legacy/LoadingButton/LoadingButton.js +2 -2
  116. package/legacy/Masonry/Masonry.js +1 -1
  117. package/legacy/MasonryItem/MasonryItem.js +18 -30
  118. package/legacy/MobileDatePicker/MobileDatePicker.js +4 -4
  119. package/legacy/MobileDateRangePicker/MobileDateRangePicker.js +3 -3
  120. package/legacy/MobileDateTimePicker/MobileDateTimePicker.js +6 -6
  121. package/legacy/MobileTimePicker/MobileTimePicker.js +3 -3
  122. package/legacy/MonthPicker/MonthPicker.js +2 -2
  123. package/legacy/Pagination/Pagination.js +1 -1
  124. package/legacy/PaginationItem/PaginationItem.js +1 -1
  125. package/legacy/PickersDay/PickersDay.js +3 -3
  126. package/legacy/Rating/Rating.js +1 -1
  127. package/legacy/Skeleton/Skeleton.js +1 -1
  128. package/legacy/SpeedDial/SpeedDial.js +1 -1
  129. package/legacy/SpeedDialAction/SpeedDialAction.js +1 -1
  130. package/legacy/SpeedDialIcon/SpeedDialIcon.js +1 -1
  131. package/legacy/StaticDatePicker/StaticDatePicker.js +4 -4
  132. package/legacy/StaticDateRangePicker/StaticDateRangePicker.js +3 -3
  133. package/legacy/StaticDateTimePicker/StaticDateTimePicker.js +6 -6
  134. package/legacy/StaticTimePicker/StaticTimePicker.js +3 -3
  135. package/legacy/TimePicker/TimePicker.js +6 -6
  136. package/legacy/Timeline/Timeline.js +4 -4
  137. package/legacy/ToggleButton/ToggleButton.js +1 -1
  138. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  139. package/legacy/TreeItem/TreeItem.js +1 -1
  140. package/legacy/YearPicker/PickersYear.js +1 -1
  141. package/legacy/YearPicker/YearPicker.js +2 -2
  142. package/legacy/index.js +1 -1
  143. package/legacy/internal/pickers/hooks/date-helpers-hooks.js +1 -1
  144. package/modern/Alert/Alert.js +1 -1
  145. package/modern/AlertTitle/AlertTitle.js +1 -1
  146. package/modern/Autocomplete/Autocomplete.js +1 -1
  147. package/modern/AvatarGroup/AvatarGroup.js +1 -1
  148. package/modern/CalendarPicker/CalendarPicker.js +2 -2
  149. package/modern/CalendarPicker/PickersCalendarHeader.js +0 -1
  150. package/modern/CalendarPickerSkeleton/CalendarPickerSkeleton.js +4 -4
  151. package/modern/ClockPicker/Clock.js +3 -3
  152. package/modern/ClockPicker/ClockPicker.js +3 -3
  153. package/modern/ClockPicker/shared.js +1 -1
  154. package/modern/DatePicker/DatePicker.js +7 -7
  155. package/modern/DateRangePicker/DateRangePicker.js +5 -5
  156. package/modern/DateRangePickerDay/DateRangePickerDay.js +2 -2
  157. package/modern/DateTimePicker/DateTimePicker.js +9 -9
  158. package/modern/DateTimePicker/DateTimePickerToolbar.js +27 -14
  159. package/modern/DesktopDatePicker/DesktopDatePicker.js +6 -6
  160. package/modern/DesktopDateRangePicker/DesktopDateRangePicker.js +5 -5
  161. package/modern/DesktopDateTimePicker/DesktopDateTimePicker.js +8 -8
  162. package/modern/DesktopTimePicker/DesktopTimePicker.js +5 -5
  163. package/modern/LoadingButton/LoadingButton.js +2 -2
  164. package/modern/Masonry/Masonry.js +1 -1
  165. package/modern/MasonryItem/MasonryItem.js +15 -27
  166. package/modern/MobileDatePicker/MobileDatePicker.js +4 -4
  167. package/modern/MobileDateRangePicker/MobileDateRangePicker.js +3 -3
  168. package/modern/MobileDateTimePicker/MobileDateTimePicker.js +6 -6
  169. package/modern/MobileTimePicker/MobileTimePicker.js +3 -3
  170. package/modern/MonthPicker/MonthPicker.js +2 -2
  171. package/modern/Pagination/Pagination.js +1 -1
  172. package/modern/PaginationItem/PaginationItem.js +1 -1
  173. package/modern/PickersDay/PickersDay.js +3 -3
  174. package/modern/Rating/Rating.js +1 -1
  175. package/modern/Skeleton/Skeleton.js +1 -1
  176. package/modern/SpeedDial/SpeedDial.js +1 -1
  177. package/modern/SpeedDialAction/SpeedDialAction.js +1 -1
  178. package/modern/SpeedDialIcon/SpeedDialIcon.js +1 -1
  179. package/modern/StaticDatePicker/StaticDatePicker.js +4 -4
  180. package/modern/StaticDateRangePicker/StaticDateRangePicker.js +3 -3
  181. package/modern/StaticDateTimePicker/StaticDateTimePicker.js +6 -6
  182. package/modern/StaticTimePicker/StaticTimePicker.js +3 -3
  183. package/modern/TimePicker/TimePicker.js +6 -6
  184. package/modern/Timeline/Timeline.js +4 -4
  185. package/modern/ToggleButton/ToggleButton.js +1 -1
  186. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  187. package/modern/TreeItem/TreeItem.js +1 -1
  188. package/modern/YearPicker/PickersYear.js +1 -1
  189. package/modern/YearPicker/YearPicker.js +2 -2
  190. package/modern/index.js +1 -1
  191. package/modern/internal/pickers/hooks/date-helpers-hooks.js +1 -1
  192. package/node/Alert/Alert.js +1 -1
  193. package/node/AlertTitle/AlertTitle.js +1 -1
  194. package/node/Autocomplete/Autocomplete.js +1 -1
  195. package/node/AvatarGroup/AvatarGroup.js +1 -1
  196. package/node/CalendarPicker/CalendarPicker.js +2 -2
  197. package/node/CalendarPicker/PickersCalendarHeader.js +0 -1
  198. package/node/CalendarPickerSkeleton/CalendarPickerSkeleton.js +4 -4
  199. package/node/ClockPicker/Clock.js +3 -3
  200. package/node/ClockPicker/ClockPicker.js +3 -3
  201. package/node/ClockPicker/shared.js +1 -1
  202. package/node/DatePicker/DatePicker.js +7 -7
  203. package/node/DateRangePicker/DateRangePicker.js +5 -5
  204. package/node/DateRangePickerDay/DateRangePickerDay.js +2 -2
  205. package/node/DateTimePicker/DateTimePicker.js +9 -9
  206. package/node/DateTimePicker/DateTimePickerToolbar.js +27 -14
  207. package/node/DesktopDatePicker/DesktopDatePicker.js +6 -6
  208. package/node/DesktopDateRangePicker/DesktopDateRangePicker.js +5 -5
  209. package/node/DesktopDateTimePicker/DesktopDateTimePicker.js +8 -8
  210. package/node/DesktopTimePicker/DesktopTimePicker.js +5 -5
  211. package/node/LoadingButton/LoadingButton.js +2 -2
  212. package/node/Masonry/Masonry.js +1 -1
  213. package/node/MasonryItem/MasonryItem.js +14 -26
  214. package/node/MobileDatePicker/MobileDatePicker.js +4 -4
  215. package/node/MobileDateRangePicker/MobileDateRangePicker.js +3 -3
  216. package/node/MobileDateTimePicker/MobileDateTimePicker.js +6 -6
  217. package/node/MobileTimePicker/MobileTimePicker.js +3 -3
  218. package/node/MonthPicker/MonthPicker.js +2 -2
  219. package/node/Pagination/Pagination.js +1 -1
  220. package/node/PaginationItem/PaginationItem.js +1 -1
  221. package/node/PickersDay/PickersDay.js +3 -3
  222. package/node/Rating/Rating.js +1 -1
  223. package/node/Skeleton/Skeleton.js +1 -1
  224. package/node/SpeedDial/SpeedDial.js +1 -1
  225. package/node/SpeedDialAction/SpeedDialAction.js +1 -1
  226. package/node/SpeedDialIcon/SpeedDialIcon.js +1 -1
  227. package/node/StaticDatePicker/StaticDatePicker.js +4 -4
  228. package/node/StaticDateRangePicker/StaticDateRangePicker.js +3 -3
  229. package/node/StaticDateTimePicker/StaticDateTimePicker.js +6 -6
  230. package/node/StaticTimePicker/StaticTimePicker.js +3 -3
  231. package/node/TimePicker/TimePicker.js +6 -6
  232. package/node/Timeline/Timeline.js +4 -4
  233. package/node/ToggleButton/ToggleButton.js +1 -1
  234. package/node/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  235. package/node/TreeItem/TreeItem.js +1 -1
  236. package/node/YearPicker/PickersYear.js +1 -1
  237. package/node/YearPicker/YearPicker.js +2 -2
  238. package/node/index.js +1 -1
  239. package/node/internal/pickers/hooks/date-helpers-hooks.js +1 -1
  240. package/package.json +13 -13
@@ -22,11 +22,11 @@ const valueManager = {
22
22
  *
23
23
  * Demos:
24
24
  *
25
- * - [Date Time Picker](https://material-ui.com/components/date-time-picker/)
25
+ * - [Date Time Picker](https://mui.com/components/date-time-picker/)
26
26
  *
27
27
  * API:
28
28
  *
29
- * - [DesktopDateTimePicker API](https://material-ui.com/api/desktop-date-time-picker/)
29
+ * - [DesktopDateTimePicker API](https://mui.com/api/desktop-date-time-picker/)
30
30
  */
31
31
  const DesktopDateTimePicker = /*#__PURE__*/React.forwardRef(function DesktopDateTimePicker(inProps, ref) {
32
32
  // TODO: TDate needs to be instantiated at every usage.
@@ -367,7 +367,7 @@ process.env.NODE_ENV !== "production" ? DesktopDateTimePicker.propTypes
367
367
  /**
368
368
  * First view to show.
369
369
  */
370
- openTo: PropTypes.oneOf(['day', 'hours', 'minutes', 'month', 'year']),
370
+ openTo: PropTypes.oneOf(['day', 'hours', 'minutes', 'month', 'seconds', 'year']),
371
371
 
372
372
  /**
373
373
  * Force rendering in particular orientation.
@@ -375,7 +375,7 @@ process.env.NODE_ENV !== "production" ? DesktopDateTimePicker.propTypes
375
375
  orientation: PropTypes.oneOf(['landscape', 'portrait']),
376
376
 
377
377
  /**
378
- * Popper props passed down to [Popper](https://material-ui.com/api/popper/) component.
378
+ * Popper props passed down to [Popper](https://mui.com/api/popper/) component.
379
379
  */
380
380
  PopperProps: PropTypes.object,
381
381
 
@@ -391,13 +391,13 @@ process.env.NODE_ENV !== "production" ? DesktopDateTimePicker.propTypes
391
391
  reduceAnimations: PropTypes.bool,
392
392
 
393
393
  /**
394
- * Custom renderer for day. Check the [PickersDay](https://material-ui.com/api/pickers-day/) component.
394
+ * Custom renderer for day. Check the [PickersDay](https://mui.com/api/pickers-day/) component.
395
395
  */
396
396
  renderDay: PropTypes.func,
397
397
 
398
398
  /**
399
399
  * The `renderInput` prop allows you to customize the rendered input.
400
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
400
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
401
401
  * Pay specific attention to the `ref` and `inputProps` keys.
402
402
  * @example ```jsx
403
403
  * renderInput={props => <TextField {...props} />}
@@ -478,7 +478,7 @@ process.env.NODE_ENV !== "production" ? DesktopDateTimePicker.propTypes
478
478
  toolbarTitle: PropTypes.node,
479
479
 
480
480
  /**
481
- * Custom component for popper [Transition](https://material-ui.com/components/transitions/#transitioncomponent-prop).
481
+ * Custom component for popper [Transition](https://mui.com/components/transitions/#transitioncomponent-prop).
482
482
  */
483
483
  TransitionComponent: PropTypes.elementType,
484
484
 
@@ -490,6 +490,6 @@ process.env.NODE_ENV !== "production" ? DesktopDateTimePicker.propTypes
490
490
  /**
491
491
  * Array of views to show.
492
492
  */
493
- views: PropTypes.arrayOf(PropTypes.oneOf(['day', 'hours', 'minutes', 'month', 'year']).isRequired)
493
+ views: PropTypes.arrayOf(PropTypes.oneOf(['day', 'hours', 'minutes', 'month', 'seconds', 'year']).isRequired)
494
494
  } : void 0;
495
495
  export default DesktopDateTimePicker;
@@ -22,11 +22,11 @@ const valueManager = {
22
22
  *
23
23
  * Demos:
24
24
  *
25
- * - [Time Picker](https://material-ui.com/components/time-picker/)
25
+ * - [Time Picker](https://mui.com/components/time-picker/)
26
26
  *
27
27
  * API:
28
28
  *
29
- * - [DesktopTimePicker API](https://material-ui.com/api/desktop-time-picker/)
29
+ * - [DesktopTimePicker API](https://mui.com/api/desktop-time-picker/)
30
30
  */
31
31
  const DesktopTimePicker = /*#__PURE__*/React.forwardRef(function DesktopTimePicker(inProps, ref) {
32
32
  // TODO: TDate needs to be instantiated at every usage.
@@ -268,7 +268,7 @@ process.env.NODE_ENV !== "production" ? DesktopTimePicker.propTypes
268
268
  orientation: PropTypes.oneOf(['landscape', 'portrait']),
269
269
 
270
270
  /**
271
- * Popper props passed down to [Popper](https://material-ui.com/api/popper/) component.
271
+ * Popper props passed down to [Popper](https://mui.com/api/popper/) component.
272
272
  */
273
273
  PopperProps: PropTypes.object,
274
274
 
@@ -279,7 +279,7 @@ process.env.NODE_ENV !== "production" ? DesktopTimePicker.propTypes
279
279
 
280
280
  /**
281
281
  * The `renderInput` prop allows you to customize the rendered input.
282
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
282
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
283
283
  * Pay specific attention to the `ref` and `inputProps` keys.
284
284
  * @example ```jsx
285
285
  * renderInput={props => <TextField {...props} />}
@@ -327,7 +327,7 @@ process.env.NODE_ENV !== "production" ? DesktopTimePicker.propTypes
327
327
  toolbarTitle: PropTypes.node,
328
328
 
329
329
  /**
330
- * Custom component for popper [Transition](https://material-ui.com/components/transitions/#transitioncomponent-prop).
330
+ * Custom component for popper [Transition](https://mui.com/components/transitions/#transitioncomponent-prop).
331
331
  */
332
332
  TransitionComponent: PropTypes.elementType,
333
333
 
@@ -170,11 +170,11 @@ process.env.NODE_ENV !== "production" ? LoadingButton.propTypes
170
170
  */
171
171
  loadingPosition: chainPropTypes(PropTypes.oneOf(['start', 'end', 'center']), props => {
172
172
  if (props.loadingPosition === 'start' && !props.startIcon) {
173
- return new Error(`Material-UI: The loadingPosition="start" should be used in combination with startIcon.`);
173
+ return new Error(`MUI: The loadingPosition="start" should be used in combination with startIcon.`);
174
174
  }
175
175
 
176
176
  if (props.loadingPosition === 'end' && !props.endIcon) {
177
- return new Error(`Material-UI: The loadingPosition="end" should be used in combination with endIcon.`);
177
+ return new Error(`MUI: The loadingPosition="end" should be used in combination with endIcon.`);
178
178
  }
179
179
 
180
180
  return null;
@@ -109,7 +109,7 @@ const Masonry = /*#__PURE__*/React.forwardRef(function Masonry(inProps, ref) {
109
109
  // scroller always appears when masonry's height goes beyond 2,000px on Chrome
110
110
  const handleScroll = () => {
111
111
  if (masonryRef.current.clientHeight === 1998 && !didWarn) {
112
- console.warn(['Material-UI: The Masonry can have the maximum height of 2,000px on Chrome browser.', 'Items that go beyond this height fail to be rendered on Chrome browser.', 'You can find more in this open issue: https://github.com/mui-org/material-ui/issues/27934'].join('\n')); // eslint-disable-next-line react-hooks/exhaustive-deps
112
+ console.warn(['MUI: The Masonry can have the maximum height of 2,000px on Chrome browser.', 'Items that go beyond this height fail to be rendered on Chrome browser.', 'You can find more in this open issue: https://github.com/mui-org/material-ui/issues/27934'].join('\n')); // eslint-disable-next-line react-hooks/exhaustive-deps
113
113
 
114
114
  didWarn = true;
115
115
  }
@@ -9,18 +9,9 @@ import { unstable_useForkRef as useForkRef } from '@mui/utils';
9
9
  import { unstable_composeClasses as composeClasses } from '@mui/core';
10
10
  import { styled, useThemeProps, useTheme } from '@mui/material/styles';
11
11
  import { getMasonryItemUtilityClass } from './masonryItemClasses';
12
- import MasonryContext from '../Masonry/MasonryContext'; // dummy resize observer used to prevent crash for old browsers that do not support ResizeObserver API(e.g., 11IE)
13
-
12
+ import MasonryContext from '../Masonry/MasonryContext';
14
13
  import { jsx as _jsx } from "react/jsx-runtime";
15
14
 
16
- const MockResizeObserver = () => {
17
- return {
18
- observe: () => {},
19
- unobserve: () => {},
20
- disconnect: () => {}
21
- };
22
- };
23
-
24
15
  const useUtilityClasses = ownerState => {
25
16
  const {
26
17
  classes
@@ -41,7 +32,7 @@ export const style = ({
41
32
  // all contents should have a width of 100%
42
33
  width: '100%',
43
34
  boxSizing: 'inherit'
44
- }, ownerState.isSSR && {
35
+ }, ownerState.hasDefaultHeight && {
45
36
  height: '100%'
46
37
  }),
47
38
  visibility: ownerState.height ? 'visible' : 'hidden',
@@ -106,39 +97,36 @@ const MasonryItem = /*#__PURE__*/React.forwardRef(function MasonryItem(inProps,
106
97
  } = props,
107
98
  other = _objectWithoutPropertiesLoose(props, _excluded);
108
99
 
109
- const isSSR = defaultHeight !== undefined;
100
+ const hasDefaultHeight = defaultHeight !== undefined;
110
101
  const [height, setHeight] = React.useState(defaultHeight);
111
102
 
112
103
  const ownerState = _extends({}, props, {
113
- isSSR,
114
104
  spacing,
105
+ hasDefaultHeight,
115
106
  columnSpan,
116
107
  height: height < 0 ? 0 : height // MasonryItems to which negative or zero height is passed will be hidden
117
108
 
118
109
  });
119
110
 
120
111
  const classes = useUtilityClasses(ownerState);
121
- const resizeObserver = React.useRef(null);
122
112
  React.useEffect(() => {
123
- // do not create a resize observer in case of SSR masonry
124
- if (isSSR) {
125
- return () => {};
113
+ // Do not create a resize observer in case of provided height masonry
114
+ if (hasDefaultHeight) {
115
+ return undefined;
126
116
  }
127
117
 
128
- try {
129
- resizeObserver.current = new ResizeObserver(([item]) => {
130
- setHeight(item.contentRect.height);
131
- });
132
- } catch (err) {
133
- resizeObserver.current = MockResizeObserver();
118
+ if (typeof ResizeObserver === 'undefined') {
119
+ return undefined;
134
120
  }
135
121
 
136
- const item = masonryItemRef.current.firstChild;
137
- resizeObserver.current.observe(item);
122
+ const resizeObserver = new ResizeObserver(([item]) => {
123
+ setHeight(item.contentRect.height);
124
+ });
125
+ resizeObserver.observe(masonryItemRef.current.firstChild);
138
126
  return () => {
139
- resizeObserver.current.unobserve(item);
127
+ resizeObserver.disconnect();
140
128
  };
141
- }, [isSSR]);
129
+ }, [hasDefaultHeight]);
142
130
  const handleRef = useForkRef(ref, masonryItemRef);
143
131
  const theme = useTheme();
144
132
  const styleProp = {};
@@ -22,11 +22,11 @@ const valueManager = {
22
22
  *
23
23
  * Demos:
24
24
  *
25
- * - [Date Picker](https://material-ui.com/components/date-picker/)
25
+ * - [Date Picker](https://mui.com/components/date-picker/)
26
26
  *
27
27
  * API:
28
28
  *
29
- * - [MobileDatePicker API](https://material-ui.com/api/mobile-date-picker/)
29
+ * - [MobileDatePicker API](https://mui.com/api/mobile-date-picker/)
30
30
  */
31
31
  const MobileDatePicker = /*#__PURE__*/React.forwardRef(function MobileDatePicker(inProps, ref) {
32
32
  // TODO: TDate needs to be instantiated at every usage.
@@ -343,13 +343,13 @@ process.env.NODE_ENV !== "production" ? MobileDatePicker.propTypes
343
343
  reduceAnimations: PropTypes.bool,
344
344
 
345
345
  /**
346
- * Custom renderer for day. Check the [PickersDay](https://material-ui.com/api/pickers-day/) component.
346
+ * Custom renderer for day. Check the [PickersDay](https://mui.com/api/pickers-day/) component.
347
347
  */
348
348
  renderDay: PropTypes.func,
349
349
 
350
350
  /**
351
351
  * The `renderInput` prop allows you to customize the rendered input.
352
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
352
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
353
353
  * Pay specific attention to the `ref` and `inputProps` keys.
354
354
  * @example ```jsx
355
355
  * renderInput={props => <TextField {...props} />}
@@ -23,11 +23,11 @@ const rangePickerValueManager = {
23
23
  *
24
24
  * Demos:
25
25
  *
26
- * - [Date Range Picker](https://material-ui.com/components/date-range-picker/)
26
+ * - [Date Range Picker](https://mui.com/components/date-range-picker/)
27
27
  *
28
28
  * API:
29
29
  *
30
- * - [MobileDateRangePicker API](https://material-ui.com/api/mobile-date-range-picker/)
30
+ * - [MobileDateRangePicker API](https://mui.com/api/mobile-date-range-picker/)
31
31
  */
32
32
  const MobileDateRangePicker = /*#__PURE__*/React.forwardRef(function MobileDateRangePicker(inProps, ref) {
33
33
  const props = useThemeProps({
@@ -397,7 +397,7 @@ process.env.NODE_ENV !== "production" ? MobileDateRangePicker.propTypes
397
397
 
398
398
  /**
399
399
  * The `renderInput` prop allows you to customize the rendered input.
400
- * The `startProps` and `endProps` arguments of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api),
400
+ * The `startProps` and `endProps` arguments of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api),
401
401
  * that you need to forward to the range start/end inputs respectively.
402
402
  * Pay specific attention to the `ref` and `inputProps` keys.
403
403
  * @example
@@ -22,11 +22,11 @@ const valueManager = {
22
22
  *
23
23
  * Demos:
24
24
  *
25
- * - [Date Time Picker](https://material-ui.com/components/date-time-picker/)
25
+ * - [Date Time Picker](https://mui.com/components/date-time-picker/)
26
26
  *
27
27
  * API:
28
28
  *
29
- * - [MobileDateTimePicker API](https://material-ui.com/api/mobile-date-time-picker/)
29
+ * - [MobileDateTimePicker API](https://mui.com/api/mobile-date-time-picker/)
30
30
  */
31
31
  const MobileDateTimePicker = /*#__PURE__*/React.forwardRef(function MobileDateTimePicker(inProps, ref) {
32
32
  // TODO: TDate needs to be instantiated at every usage.
@@ -393,7 +393,7 @@ process.env.NODE_ENV !== "production" ? MobileDateTimePicker.propTypes
393
393
  /**
394
394
  * First view to show.
395
395
  */
396
- openTo: PropTypes.oneOf(['day', 'hours', 'minutes', 'month', 'year']),
396
+ openTo: PropTypes.oneOf(['day', 'hours', 'minutes', 'month', 'seconds', 'year']),
397
397
 
398
398
  /**
399
399
  * Force rendering in particular orientation.
@@ -412,13 +412,13 @@ process.env.NODE_ENV !== "production" ? MobileDateTimePicker.propTypes
412
412
  reduceAnimations: PropTypes.bool,
413
413
 
414
414
  /**
415
- * Custom renderer for day. Check the [PickersDay](https://material-ui.com/api/pickers-day/) component.
415
+ * Custom renderer for day. Check the [PickersDay](https://mui.com/api/pickers-day/) component.
416
416
  */
417
417
  renderDay: PropTypes.func,
418
418
 
419
419
  /**
420
420
  * The `renderInput` prop allows you to customize the rendered input.
421
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
421
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
422
422
  * Pay specific attention to the `ref` and `inputProps` keys.
423
423
  * @example ```jsx
424
424
  * renderInput={props => <TextField {...props} />}
@@ -518,6 +518,6 @@ process.env.NODE_ENV !== "production" ? MobileDateTimePicker.propTypes
518
518
  /**
519
519
  * Array of views to show.
520
520
  */
521
- views: PropTypes.arrayOf(PropTypes.oneOf(['day', 'hours', 'minutes', 'month', 'year']).isRequired)
521
+ views: PropTypes.arrayOf(PropTypes.oneOf(['day', 'hours', 'minutes', 'month', 'seconds', 'year']).isRequired)
522
522
  } : void 0;
523
523
  export default MobileDateTimePicker;
@@ -22,11 +22,11 @@ const valueManager = {
22
22
  *
23
23
  * Demos:
24
24
  *
25
- * - [Time Picker](https://material-ui.com/components/time-picker/)
25
+ * - [Time Picker](https://mui.com/components/time-picker/)
26
26
  *
27
27
  * API:
28
28
  *
29
- * - [MobileTimePicker API](https://material-ui.com/api/mobile-time-picker/)
29
+ * - [MobileTimePicker API](https://mui.com/api/mobile-time-picker/)
30
30
  */
31
31
  const MobileTimePicker = /*#__PURE__*/React.forwardRef(function MobileTimePicker(inProps, ref) {
32
32
  // TODO: TDate needs to be instantiated at every usage.
@@ -300,7 +300,7 @@ process.env.NODE_ENV !== "production" ? MobileTimePicker.propTypes
300
300
 
301
301
  /**
302
302
  * The `renderInput` prop allows you to customize the rendered input.
303
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
303
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
304
304
  * Pay specific attention to the `ref` and `inputProps` keys.
305
305
  * @example ```jsx
306
306
  * renderInput={props => <TextField {...props} />}
@@ -155,11 +155,11 @@ process.env.NODE_ENV !== "production" ? MonthPicker.propTypes
155
155
  *
156
156
  * Demos:
157
157
  *
158
- * - [Date Picker](https://material-ui.com/components/date-picker/)
158
+ * - [Date Picker](https://mui.com/components/date-picker/)
159
159
  *
160
160
  * API:
161
161
  *
162
- * - [MonthPicker API](https://material-ui.com/api/month-picker/)
162
+ * - [MonthPicker API](https://mui.com/api/month-picker/)
163
163
  */
164
164
 
165
165
  export default MonthPicker;
@@ -9,7 +9,7 @@ let warnedOnce = false;
9
9
 
10
10
  export default /*#__PURE__*/React.forwardRef(function DeprecatedPagination(props, ref) {
11
11
  if (!warnedOnce) {
12
- console.warn(['Material-UI: The Pagination component was moved from the lab to the core.', '', "You should use `import { Pagination } from '@mui/material'`", "or `import Pagination from '@mui/material/Pagination'`"].join('\n'));
12
+ console.warn(['MUI: The Pagination component was moved from the lab to the core.', '', "You should use `import { Pagination } from '@mui/material'`", "or `import Pagination from '@mui/material/Pagination'`"].join('\n'));
13
13
  warnedOnce = true;
14
14
  }
15
15
 
@@ -9,7 +9,7 @@ let warnedOnce = false;
9
9
 
10
10
  export default /*#__PURE__*/React.forwardRef(function DeprecatedPaginationItem(props, ref) {
11
11
  if (!warnedOnce) {
12
- console.warn(['Material-UI: The PaginationItem component was moved from the lab to the core.', '', "You should use `import { PaginationItem } from '@mui/material'`", "or `import PaginationItem from '@mui/material/PaginationItem'`"].join('\n'));
12
+ console.warn(['MUI: The PaginationItem component was moved from the lab to the core.', '', "You should use `import { PaginationItem } from '@mui/material'`", "or `import PaginationItem from '@mui/material/PaginationItem'`"].join('\n'));
13
13
  warnedOnce = true;
14
14
  }
15
15
 
@@ -155,7 +155,7 @@ const PickersDay = /*#__PURE__*/React.forwardRef(function PickersDay(inProps, fo
155
155
 
156
156
  useEnhancedEffect(() => {
157
157
  if (autoFocus && !disabled && !isAnimating && !outsideCurrentMonth) {
158
- // ref.current being null would be a bug in Material-UI
158
+ // ref.current being null would be a bug in MUI
159
159
  ref.current.focus();
160
160
  }
161
161
  }, [autoFocus, disabled, isAnimating, outsideCurrentMonth]);
@@ -386,11 +386,11 @@ process.env.NODE_ENV !== "production" ? PickersDay.propTypes
386
386
  *
387
387
  * Demos:
388
388
  *
389
- * - [Date Picker](https://material-ui.com/components/date-picker/)
389
+ * - [Date Picker](https://mui.com/components/date-picker/)
390
390
  *
391
391
  * API:
392
392
  *
393
- * - [PickersDay API](https://material-ui.com/api/pickers-day/)
393
+ * - [PickersDay API](https://mui.com/api/pickers-day/)
394
394
  */
395
395
 
396
396
  export default /*#__PURE__*/React.memo(PickersDay, areDayPropsEqual);
@@ -9,7 +9,7 @@ let warnedOnce = false;
9
9
 
10
10
  export default /*#__PURE__*/React.forwardRef(function DeprecatedRating(props, ref) {
11
11
  if (!warnedOnce) {
12
- console.warn(['Material-UI: The Rating component was moved from the lab to the core.', '', "You should use `import { Rating } from '@mui/material'`", "or `import Rating from '@mui/material/Rating'`"].join('\n'));
12
+ console.warn(['MUI: The Rating component was moved from the lab to the core.', '', "You should use `import { Rating } from '@mui/material'`", "or `import Rating from '@mui/material/Rating'`"].join('\n'));
13
13
  warnedOnce = true;
14
14
  }
15
15
 
@@ -9,7 +9,7 @@ let warnedOnce = false;
9
9
 
10
10
  export default /*#__PURE__*/React.forwardRef(function DeprecatedSkeleton(props, ref) {
11
11
  if (!warnedOnce) {
12
- console.warn(['Material-UI: The Skeleton component was moved from the lab to the core.', '', "You should use `import { Skeleton } from '@mui/material'`", "or `import Skeleton from '@mui/material/Skeleton'`"].join('\n'));
12
+ console.warn(['MUI: The Skeleton component was moved from the lab to the core.', '', "You should use `import { Skeleton } from '@mui/material'`", "or `import Skeleton from '@mui/material/Skeleton'`"].join('\n'));
13
13
  warnedOnce = true;
14
14
  }
15
15
 
@@ -9,7 +9,7 @@ let warnedOnce = false;
9
9
 
10
10
  export default /*#__PURE__*/React.forwardRef(function DeprecatedSpeedDial(props, ref) {
11
11
  if (!warnedOnce) {
12
- console.warn(['Material-UI: The SpeedDial component was moved from the lab to the core.', '', "You should use `import { SpeedDial } from '@mui/material'`", "or `import SpeedDial from '@mui/material/SpeedDial'`"].join('\n'));
12
+ console.warn(['MUI: The SpeedDial component was moved from the lab to the core.', '', "You should use `import { SpeedDial } from '@mui/material'`", "or `import SpeedDial from '@mui/material/SpeedDial'`"].join('\n'));
13
13
  warnedOnce = true;
14
14
  }
15
15
 
@@ -9,7 +9,7 @@ let warnedOnce = false;
9
9
 
10
10
  export default /*#__PURE__*/React.forwardRef(function DeprecatedSpeedDialAction(props, ref) {
11
11
  if (!warnedOnce) {
12
- console.warn(['Material-UI: The SpeedDialAction component was moved from the lab to the core.', '', "You should use `import { SpeedDialAction } from '@mui/material'`", "or `import SpeedDialAction from '@mui/material/SpeedDialAction'`"].join('\n'));
12
+ console.warn(['MUI: The SpeedDialAction component was moved from the lab to the core.', '', "You should use `import { SpeedDialAction } from '@mui/material'`", "or `import SpeedDialAction from '@mui/material/SpeedDialAction'`"].join('\n'));
13
13
  warnedOnce = true;
14
14
  }
15
15
 
@@ -9,7 +9,7 @@ let warnedOnce = false;
9
9
 
10
10
  export default /*#__PURE__*/React.forwardRef(function DeprecatedSpeedDialIcon(props, ref) {
11
11
  if (!warnedOnce) {
12
- console.warn(['Material-UI: The SpeedDialIcon component was moved from the lab to the core.', '', "You should use `import { SpeedDialIcon } from '@mui/material'`", "or `import SpeedDialIcon from '@mui/material/SpeedDialIcon'`"].join('\n'));
12
+ console.warn(['MUI: The SpeedDialIcon component was moved from the lab to the core.', '', "You should use `import { SpeedDialIcon } from '@mui/material'`", "or `import SpeedDialIcon from '@mui/material/SpeedDialIcon'`"].join('\n'));
13
13
  warnedOnce = true;
14
14
  }
15
15
 
@@ -21,11 +21,11 @@ const valueManager = {
21
21
  *
22
22
  * Demos:
23
23
  *
24
- * - [Date Picker](https://material-ui.com/components/date-picker/)
24
+ * - [Date Picker](https://mui.com/components/date-picker/)
25
25
  *
26
26
  * API:
27
27
  *
28
- * - [StaticDatePicker API](https://material-ui.com/api/static-date-picker/)
28
+ * - [StaticDatePicker API](https://mui.com/api/static-date-picker/)
29
29
  */
30
30
  const StaticDatePicker = /*#__PURE__*/React.forwardRef(function StaticDatePicker(inProps, ref) {
31
31
  // TODO: TDate needs to be instantiated at every usage.
@@ -312,13 +312,13 @@ process.env.NODE_ENV !== "production" ? StaticDatePicker.propTypes
312
312
  reduceAnimations: PropTypes.bool,
313
313
 
314
314
  /**
315
- * Custom renderer for day. Check the [PickersDay](https://material-ui.com/api/pickers-day/) component.
315
+ * Custom renderer for day. Check the [PickersDay](https://mui.com/api/pickers-day/) component.
316
316
  */
317
317
  renderDay: PropTypes.func,
318
318
 
319
319
  /**
320
320
  * The `renderInput` prop allows you to customize the rendered input.
321
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
321
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
322
322
  * Pay specific attention to the `ref` and `inputProps` keys.
323
323
  * @example ```jsx
324
324
  * renderInput={props => <TextField {...props} />}
@@ -21,11 +21,11 @@ const rangePickerValueManager = {
21
21
  *
22
22
  * Demos:
23
23
  *
24
- * - [Date Range Picker](https://material-ui.com/components/date-range-picker/)
24
+ * - [Date Range Picker](https://mui.com/components/date-range-picker/)
25
25
  *
26
26
  * API:
27
27
  *
28
- * - [StaticDateRangePicker API](https://material-ui.com/api/static-date-range-picker/)
28
+ * - [StaticDateRangePicker API](https://mui.com/api/static-date-range-picker/)
29
29
  */
30
30
  const StaticDateRangePicker = /*#__PURE__*/React.forwardRef(function StaticDateRangePicker(inProps, ref) {
31
31
  const props = useThemeProps({
@@ -365,7 +365,7 @@ process.env.NODE_ENV !== "production" ? StaticDateRangePicker.propTypes
365
365
 
366
366
  /**
367
367
  * The `renderInput` prop allows you to customize the rendered input.
368
- * The `startProps` and `endProps` arguments of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api),
368
+ * The `startProps` and `endProps` arguments of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api),
369
369
  * that you need to forward to the range start/end inputs respectively.
370
370
  * Pay specific attention to the `ref` and `inputProps` keys.
371
371
  * @example
@@ -21,11 +21,11 @@ const valueManager = {
21
21
  *
22
22
  * Demos:
23
23
  *
24
- * - [Date Time Picker](https://material-ui.com/components/date-time-picker/)
24
+ * - [Date Time Picker](https://mui.com/components/date-time-picker/)
25
25
  *
26
26
  * API:
27
27
  *
28
- * - [StaticDateTimePicker API](https://material-ui.com/api/static-date-time-picker/)
28
+ * - [StaticDateTimePicker API](https://mui.com/api/static-date-time-picker/)
29
29
  */
30
30
  const StaticDateTimePicker = /*#__PURE__*/React.forwardRef(function StaticDateTimePicker(inProps, ref) {
31
31
  // TODO: TDate needs to be instantiated at every usage.
@@ -362,7 +362,7 @@ process.env.NODE_ENV !== "production" ? StaticDateTimePicker.propTypes
362
362
  /**
363
363
  * First view to show.
364
364
  */
365
- openTo: PropTypes.oneOf(['day', 'hours', 'minutes', 'month', 'year']),
365
+ openTo: PropTypes.oneOf(['day', 'hours', 'minutes', 'month', 'seconds', 'year']),
366
366
 
367
367
  /**
368
368
  * Force rendering in particular orientation.
@@ -381,13 +381,13 @@ process.env.NODE_ENV !== "production" ? StaticDateTimePicker.propTypes
381
381
  reduceAnimations: PropTypes.bool,
382
382
 
383
383
  /**
384
- * Custom renderer for day. Check the [PickersDay](https://material-ui.com/api/pickers-day/) component.
384
+ * Custom renderer for day. Check the [PickersDay](https://mui.com/api/pickers-day/) component.
385
385
  */
386
386
  renderDay: PropTypes.func,
387
387
 
388
388
  /**
389
389
  * The `renderInput` prop allows you to customize the rendered input.
390
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
390
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
391
391
  * Pay specific attention to the `ref` and `inputProps` keys.
392
392
  * @example ```jsx
393
393
  * renderInput={props => <TextField {...props} />}
@@ -475,6 +475,6 @@ process.env.NODE_ENV !== "production" ? StaticDateTimePicker.propTypes
475
475
  /**
476
476
  * Array of views to show.
477
477
  */
478
- views: PropTypes.arrayOf(PropTypes.oneOf(['day', 'hours', 'minutes', 'month', 'year']).isRequired)
478
+ views: PropTypes.arrayOf(PropTypes.oneOf(['day', 'hours', 'minutes', 'month', 'seconds', 'year']).isRequired)
479
479
  } : void 0;
480
480
  export default StaticDateTimePicker;
@@ -21,11 +21,11 @@ const valueManager = {
21
21
  *
22
22
  * Demos:
23
23
  *
24
- * - [Time Picker](https://material-ui.com/components/time-picker/)
24
+ * - [Time Picker](https://mui.com/components/time-picker/)
25
25
  *
26
26
  * API:
27
27
  *
28
- * - [StaticTimePicker API](https://material-ui.com/api/static-time-picker/)
28
+ * - [StaticTimePicker API](https://mui.com/api/static-time-picker/)
29
29
  */
30
30
  const StaticTimePicker = /*#__PURE__*/React.forwardRef(function StaticTimePicker(inProps, ref) {
31
31
  // TODO: TDate needs to be instantiated at every usage.
@@ -268,7 +268,7 @@ process.env.NODE_ENV !== "production" ? StaticTimePicker.propTypes
268
268
 
269
269
  /**
270
270
  * The `renderInput` prop allows you to customize the rendered input.
271
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
271
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
272
272
  * Pay specific attention to the `ref` and `inputProps` keys.
273
273
  * @example ```jsx
274
274
  * renderInput={props => <TextField {...props} />}
@@ -13,12 +13,12 @@ import { jsx as _jsx } from "react/jsx-runtime";
13
13
  *
14
14
  * Demos:
15
15
  *
16
- * - [Pickers](https://material-ui.com/components/pickers/)
17
- * - [Time Picker](https://material-ui.com/components/time-picker/)
16
+ * - [Pickers](https://mui.com/components/pickers/)
17
+ * - [Time Picker](https://mui.com/components/time-picker/)
18
18
  *
19
19
  * API:
20
20
  *
21
- * - [TimePicker API](https://material-ui.com/api/time-picker/)
21
+ * - [TimePicker API](https://mui.com/api/time-picker/)
22
22
  */
23
23
  const TimePicker = /*#__PURE__*/React.forwardRef(function TimePicker(inProps, ref) {
24
24
  const props = useThemeProps({
@@ -297,7 +297,7 @@ process.env.NODE_ENV !== "production" ? TimePicker.propTypes
297
297
  orientation: PropTypes.oneOf(['landscape', 'portrait']),
298
298
 
299
299
  /**
300
- * Popper props passed down to [Popper](https://material-ui.com/api/popper/) component.
300
+ * Popper props passed down to [Popper](https://mui.com/api/popper/) component.
301
301
  */
302
302
  PopperProps: PropTypes.object,
303
303
 
@@ -308,7 +308,7 @@ process.env.NODE_ENV !== "production" ? TimePicker.propTypes
308
308
 
309
309
  /**
310
310
  * The `renderInput` prop allows you to customize the rendered input.
311
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
311
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
312
312
  * Pay specific attention to the `ref` and `inputProps` keys.
313
313
  * @example ```jsx
314
314
  * renderInput={props => <TextField {...props} />}
@@ -368,7 +368,7 @@ process.env.NODE_ENV !== "production" ? TimePicker.propTypes
368
368
  toolbarTitle: PropTypes.node,
369
369
 
370
370
  /**
371
- * Custom component for popper [Transition](https://material-ui.com/components/transitions/#transitioncomponent-prop).
371
+ * Custom component for popper [Transition](https://mui.com/components/transitions/#transitioncomponent-prop).
372
372
  */
373
373
  TransitionComponent: PropTypes.elementType,
374
374