@mui/lab 5.0.0-alpha.89 → 5.0.0-alpha.92

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 (251) hide show
  1. package/AdapterDateFns/AdapterDateFns.d.ts +3 -0
  2. package/AdapterDateFns/AdapterDateFns.js +16 -0
  3. package/AdapterDateFns/index.d.ts +1 -1
  4. package/AdapterDateFns/index.js +1 -1
  5. package/AdapterDayjs/AdapterDayjs.d.ts +3 -0
  6. package/AdapterDayjs/AdapterDayjs.js +16 -0
  7. package/AdapterDayjs/index.d.ts +1 -1
  8. package/AdapterDayjs/index.js +1 -1
  9. package/AdapterLuxon/AdapterLuxon.d.ts +3 -0
  10. package/AdapterLuxon/AdapterLuxon.js +16 -0
  11. package/AdapterLuxon/index.d.ts +1 -1
  12. package/AdapterLuxon/index.js +1 -1
  13. package/AdapterMoment/AdapterMoment.d.ts +3 -0
  14. package/AdapterMoment/AdapterMoment.js +16 -0
  15. package/AdapterMoment/index.d.ts +1 -1
  16. package/AdapterMoment/index.js +1 -1
  17. package/CHANGELOG.md +200 -4
  18. package/CalendarPicker/CalendarPicker.d.ts +5 -1
  19. package/CalendarPicker/CalendarPicker.js +6 -9
  20. package/CalendarPicker/index.d.ts +1 -2
  21. package/CalendarPicker/index.js +1 -1
  22. package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +4 -1
  23. package/CalendarPickerSkeleton/CalendarPickerSkeleton.js +10 -23
  24. package/CalendarPickerSkeleton/index.d.ts +1 -2
  25. package/CalendarPickerSkeleton/index.js +1 -1
  26. package/ClockPicker/ClockPicker.d.ts +5 -1
  27. package/ClockPicker/ClockPicker.js +6 -9
  28. package/ClockPicker/index.d.ts +1 -2
  29. package/ClockPicker/index.js +1 -1
  30. package/DatePicker/DatePicker.d.ts +1 -1
  31. package/DatePicker/DatePicker.js +4 -448
  32. package/DatePicker/index.d.ts +1 -1
  33. package/DatePicker/index.js +2 -1
  34. package/DateTimePicker/DateTimePicker.d.ts +1 -1
  35. package/DateTimePicker/DateTimePicker.js +4 -536
  36. package/DateTimePicker/index.d.ts +1 -1
  37. package/DateTimePicker/index.js +2 -1
  38. package/DesktopDatePicker/DesktopDatePicker.d.ts +1 -1
  39. package/DesktopDatePicker/DesktopDatePicker.js +4 -412
  40. package/DesktopDatePicker/index.d.ts +1 -1
  41. package/DesktopDatePicker/index.js +2 -1
  42. package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +1 -1
  43. package/DesktopDateTimePicker/DesktopDateTimePicker.js +4 -500
  44. package/DesktopDateTimePicker/index.d.ts +1 -1
  45. package/DesktopDateTimePicker/index.js +2 -1
  46. package/DesktopTimePicker/DesktopTimePicker.d.ts +1 -1
  47. package/DesktopTimePicker/DesktopTimePicker.js +4 -330
  48. package/DesktopTimePicker/index.d.ts +2 -2
  49. package/DesktopTimePicker/index.js +2 -1
  50. package/LoadingButton/LoadingButton.js +7 -14
  51. package/LocalizationProvider/LocalizationProvider.d.ts +1 -1
  52. package/LocalizationProvider/LocalizationProvider.js +3 -22
  53. package/LocalizationProvider/index.d.ts +1 -1
  54. package/LocalizationProvider/index.js +2 -1
  55. package/Masonry/Masonry.js +14 -7
  56. package/MobileDatePicker/MobileDatePicker.d.ts +1 -1
  57. package/MobileDatePicker/MobileDatePicker.js +3 -425
  58. package/MobileDatePicker/index.d.ts +1 -1
  59. package/MobileDatePicker/index.js +2 -1
  60. package/MobileDateTimePicker/MobileDateTimePicker.d.ts +1 -1
  61. package/MobileDateTimePicker/MobileDateTimePicker.js +4 -514
  62. package/MobileDateTimePicker/index.d.ts +1 -1
  63. package/MobileDateTimePicker/index.js +2 -1
  64. package/MobileTimePicker/MobileTimePicker.d.ts +1 -1
  65. package/MobileTimePicker/MobileTimePicker.js +4 -344
  66. package/MobileTimePicker/index.d.ts +1 -1
  67. package/MobileTimePicker/index.js +2 -1
  68. package/MonthPicker/MonthPicker.d.ts +4 -1
  69. package/MonthPicker/MonthPicker.js +10 -9
  70. package/MonthPicker/index.d.ts +1 -2
  71. package/MonthPicker/index.js +1 -1
  72. package/PickersDay/PickersDay.d.ts +4 -1
  73. package/PickersDay/PickersDay.js +10 -23
  74. package/PickersDay/index.d.ts +1 -2
  75. package/PickersDay/index.js +1 -1
  76. package/StaticDatePicker/StaticDatePicker.d.ts +1 -1
  77. package/StaticDatePicker/StaticDatePicker.js +4 -386
  78. package/StaticDatePicker/index.d.ts +1 -1
  79. package/StaticDatePicker/index.js +2 -1
  80. package/StaticDateTimePicker/StaticDateTimePicker.d.ts +1 -1
  81. package/StaticDateTimePicker/StaticDateTimePicker.js +4 -474
  82. package/StaticDateTimePicker/index.d.ts +1 -1
  83. package/StaticDateTimePicker/index.js +2 -1
  84. package/StaticTimePicker/StaticTimePicker.d.ts +1 -1
  85. package/StaticTimePicker/StaticTimePicker.js +4 -304
  86. package/StaticTimePicker/index.d.ts +2 -2
  87. package/StaticTimePicker/index.js +2 -1
  88. package/TimePicker/TimePicker.d.ts +1 -1
  89. package/TimePicker/TimePicker.js +4 -366
  90. package/TimePicker/index.d.ts +1 -1
  91. package/TimePicker/index.js +2 -1
  92. package/Timeline/Timeline.d.ts +1 -1
  93. package/TimelineDot/TimelineDot.d.ts +6 -1
  94. package/TimelineDot/TimelineDot.js +3 -1
  95. package/YearPicker/YearPicker.d.ts +5 -1
  96. package/YearPicker/YearPicker.js +10 -8
  97. package/YearPicker/index.d.ts +2 -2
  98. package/YearPicker/index.js +2 -1
  99. package/index.js +1 -1
  100. package/legacy/AdapterDateFns/AdapterDateFns.js +19 -0
  101. package/legacy/AdapterDateFns/index.js +1 -1
  102. package/legacy/AdapterDayjs/AdapterDayjs.js +19 -0
  103. package/legacy/AdapterDayjs/index.js +1 -1
  104. package/legacy/AdapterLuxon/AdapterLuxon.js +19 -0
  105. package/legacy/AdapterLuxon/index.js +1 -1
  106. package/legacy/AdapterMoment/AdapterMoment.js +19 -0
  107. package/legacy/AdapterMoment/index.js +1 -1
  108. package/legacy/CalendarPicker/CalendarPicker.js +6 -9
  109. package/legacy/CalendarPicker/index.js +1 -1
  110. package/legacy/CalendarPickerSkeleton/CalendarPickerSkeleton.js +10 -23
  111. package/legacy/CalendarPickerSkeleton/index.js +1 -1
  112. package/legacy/ClockPicker/ClockPicker.js +6 -9
  113. package/legacy/ClockPicker/index.js +1 -1
  114. package/legacy/DatePicker/DatePicker.js +4 -448
  115. package/legacy/DatePicker/index.js +2 -1
  116. package/legacy/DateTimePicker/DateTimePicker.js +4 -536
  117. package/legacy/DateTimePicker/index.js +2 -1
  118. package/legacy/DesktopDatePicker/DesktopDatePicker.js +4 -412
  119. package/legacy/DesktopDatePicker/index.js +2 -1
  120. package/legacy/DesktopDateTimePicker/DesktopDateTimePicker.js +4 -500
  121. package/legacy/DesktopDateTimePicker/index.js +2 -1
  122. package/legacy/DesktopTimePicker/DesktopTimePicker.js +4 -330
  123. package/legacy/DesktopTimePicker/index.js +2 -1
  124. package/legacy/LoadingButton/LoadingButton.js +7 -14
  125. package/legacy/LocalizationProvider/LocalizationProvider.js +3 -22
  126. package/legacy/LocalizationProvider/index.js +2 -1
  127. package/legacy/Masonry/Masonry.js +14 -7
  128. package/legacy/MobileDatePicker/MobileDatePicker.js +3 -425
  129. package/legacy/MobileDatePicker/index.js +2 -1
  130. package/legacy/MobileDateTimePicker/MobileDateTimePicker.js +4 -514
  131. package/legacy/MobileDateTimePicker/index.js +2 -1
  132. package/legacy/MobileTimePicker/MobileTimePicker.js +4 -344
  133. package/legacy/MobileTimePicker/index.js +2 -1
  134. package/legacy/MonthPicker/MonthPicker.js +10 -9
  135. package/legacy/MonthPicker/index.js +1 -1
  136. package/legacy/PickersDay/PickersDay.js +10 -23
  137. package/legacy/PickersDay/index.js +1 -1
  138. package/legacy/StaticDatePicker/StaticDatePicker.js +4 -386
  139. package/legacy/StaticDatePicker/index.js +2 -1
  140. package/legacy/StaticDateTimePicker/StaticDateTimePicker.js +4 -474
  141. package/legacy/StaticDateTimePicker/index.js +2 -1
  142. package/legacy/StaticTimePicker/StaticTimePicker.js +4 -304
  143. package/legacy/StaticTimePicker/index.js +2 -1
  144. package/legacy/TimePicker/TimePicker.js +4 -366
  145. package/legacy/TimePicker/index.js +2 -1
  146. package/legacy/TimelineDot/TimelineDot.js +3 -1
  147. package/legacy/YearPicker/YearPicker.js +10 -8
  148. package/legacy/YearPicker/index.js +2 -1
  149. package/legacy/index.js +1 -1
  150. package/modern/AdapterDateFns/AdapterDateFns.js +16 -0
  151. package/modern/AdapterDateFns/index.js +1 -1
  152. package/modern/AdapterDayjs/AdapterDayjs.js +16 -0
  153. package/modern/AdapterDayjs/index.js +1 -1
  154. package/modern/AdapterLuxon/AdapterLuxon.js +16 -0
  155. package/modern/AdapterLuxon/index.js +1 -1
  156. package/modern/AdapterMoment/AdapterMoment.js +16 -0
  157. package/modern/AdapterMoment/index.js +1 -1
  158. package/modern/CalendarPicker/CalendarPicker.js +6 -9
  159. package/modern/CalendarPicker/index.js +1 -1
  160. package/modern/CalendarPickerSkeleton/CalendarPickerSkeleton.js +10 -23
  161. package/modern/CalendarPickerSkeleton/index.js +1 -1
  162. package/modern/ClockPicker/ClockPicker.js +6 -9
  163. package/modern/ClockPicker/index.js +1 -1
  164. package/modern/DatePicker/DatePicker.js +4 -448
  165. package/modern/DatePicker/index.js +2 -1
  166. package/modern/DateTimePicker/DateTimePicker.js +4 -536
  167. package/modern/DateTimePicker/index.js +2 -1
  168. package/modern/DesktopDatePicker/DesktopDatePicker.js +4 -412
  169. package/modern/DesktopDatePicker/index.js +2 -1
  170. package/modern/DesktopDateTimePicker/DesktopDateTimePicker.js +4 -500
  171. package/modern/DesktopDateTimePicker/index.js +2 -1
  172. package/modern/DesktopTimePicker/DesktopTimePicker.js +4 -330
  173. package/modern/DesktopTimePicker/index.js +2 -1
  174. package/modern/LoadingButton/LoadingButton.js +7 -14
  175. package/modern/LocalizationProvider/LocalizationProvider.js +3 -22
  176. package/modern/LocalizationProvider/index.js +2 -1
  177. package/modern/Masonry/Masonry.js +14 -7
  178. package/modern/MobileDatePicker/MobileDatePicker.js +3 -425
  179. package/modern/MobileDatePicker/index.js +2 -1
  180. package/modern/MobileDateTimePicker/MobileDateTimePicker.js +4 -514
  181. package/modern/MobileDateTimePicker/index.js +2 -1
  182. package/modern/MobileTimePicker/MobileTimePicker.js +4 -344
  183. package/modern/MobileTimePicker/index.js +2 -1
  184. package/modern/MonthPicker/MonthPicker.js +10 -9
  185. package/modern/MonthPicker/index.js +1 -1
  186. package/modern/PickersDay/PickersDay.js +10 -23
  187. package/modern/PickersDay/index.js +1 -1
  188. package/modern/StaticDatePicker/StaticDatePicker.js +4 -386
  189. package/modern/StaticDatePicker/index.js +2 -1
  190. package/modern/StaticDateTimePicker/StaticDateTimePicker.js +4 -474
  191. package/modern/StaticDateTimePicker/index.js +2 -1
  192. package/modern/StaticTimePicker/StaticTimePicker.js +4 -304
  193. package/modern/StaticTimePicker/index.js +2 -1
  194. package/modern/TimePicker/TimePicker.js +4 -366
  195. package/modern/TimePicker/index.js +2 -1
  196. package/modern/TimelineDot/TimelineDot.js +3 -1
  197. package/modern/YearPicker/YearPicker.js +10 -8
  198. package/modern/YearPicker/index.js +2 -1
  199. package/modern/index.js +1 -1
  200. package/node/AdapterDateFns/AdapterDateFns.js +24 -0
  201. package/node/AdapterDateFns/index.js +4 -2
  202. package/node/AdapterDayjs/AdapterDayjs.js +24 -0
  203. package/node/AdapterDayjs/index.js +4 -2
  204. package/node/AdapterLuxon/AdapterLuxon.js +24 -0
  205. package/node/AdapterLuxon/index.js +4 -2
  206. package/node/AdapterMoment/AdapterMoment.js +24 -0
  207. package/node/AdapterMoment/index.js +4 -2
  208. package/node/CalendarPicker/CalendarPicker.js +8 -15
  209. package/node/CalendarPicker/index.js +17 -10
  210. package/node/CalendarPickerSkeleton/CalendarPickerSkeleton.js +15 -30
  211. package/node/CalendarPickerSkeleton/index.js +16 -15
  212. package/node/ClockPicker/ClockPicker.js +8 -15
  213. package/node/ClockPicker/index.js +17 -10
  214. package/node/DatePicker/DatePicker.js +4 -454
  215. package/node/DatePicker/index.js +18 -3
  216. package/node/DateTimePicker/DateTimePicker.js +4 -542
  217. package/node/DateTimePicker/index.js +18 -3
  218. package/node/DesktopDatePicker/DesktopDatePicker.js +4 -418
  219. package/node/DesktopDatePicker/index.js +18 -3
  220. package/node/DesktopDateTimePicker/DesktopDateTimePicker.js +4 -506
  221. package/node/DesktopDateTimePicker/index.js +18 -3
  222. package/node/DesktopTimePicker/DesktopTimePicker.js +4 -336
  223. package/node/DesktopTimePicker/index.js +19 -2
  224. package/node/LoadingButton/LoadingButton.js +7 -14
  225. package/node/LocalizationProvider/LocalizationProvider.js +3 -28
  226. package/node/LocalizationProvider/index.js +18 -3
  227. package/node/Masonry/Masonry.js +14 -7
  228. package/node/MobileDatePicker/MobileDatePicker.js +3 -431
  229. package/node/MobileDatePicker/index.js +18 -3
  230. package/node/MobileDateTimePicker/MobileDateTimePicker.js +4 -520
  231. package/node/MobileDateTimePicker/index.js +18 -3
  232. package/node/MobileTimePicker/MobileTimePicker.js +4 -350
  233. package/node/MobileTimePicker/index.js +18 -3
  234. package/node/MonthPicker/MonthPicker.js +15 -15
  235. package/node/MonthPicker/index.js +16 -15
  236. package/node/PickersDay/PickersDay.js +15 -30
  237. package/node/PickersDay/index.js +16 -15
  238. package/node/StaticDatePicker/StaticDatePicker.js +4 -392
  239. package/node/StaticDatePicker/index.js +18 -3
  240. package/node/StaticDateTimePicker/StaticDateTimePicker.js +4 -480
  241. package/node/StaticDateTimePicker/index.js +18 -3
  242. package/node/StaticTimePicker/StaticTimePicker.js +4 -310
  243. package/node/StaticTimePicker/index.js +19 -2
  244. package/node/TimePicker/TimePicker.js +4 -372
  245. package/node/TimePicker/index.js +18 -3
  246. package/node/TimelineDot/TimelineDot.js +3 -1
  247. package/node/YearPicker/YearPicker.js +15 -19
  248. package/node/YearPicker/index.js +18 -13
  249. package/node/index.js +1 -1
  250. package/package.json +6 -25
  251. package/themeAugmentation/index.d.ts +0 -2
@@ -0,0 +1,3 @@
1
+ export default class AdapterDateFns {
2
+ constructor();
3
+ }
@@ -0,0 +1,16 @@
1
+ let warnedOnce = false;
2
+
3
+ const warn = () => {
4
+ if (!warnedOnce) {
5
+ console.warn(['MUI: The AdapterDateFns class was moved from `@mui/lab` to `@mui/x-date-pickers`', '', "You should use `import { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFns'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
6
+ warnedOnce = true;
7
+ }
8
+ }; // tslint:disable-next-line:no-unnecessary-class
9
+
10
+
11
+ export default class AdapterDateFns {
12
+ constructor() {
13
+ warn();
14
+ }
15
+
16
+ }
@@ -1 +1 @@
1
- export { AdapterDateFns as default } from '@mui/x-date-pickers/AdapterDateFns';
1
+ export { default } from './AdapterDateFns';
@@ -1 +1 @@
1
- export { AdapterDateFns as default } from '@mui/x-date-pickers/AdapterDateFns';
1
+ export { default } from './AdapterDateFns';
@@ -0,0 +1,3 @@
1
+ export default class AdapterDayjs {
2
+ constructor();
3
+ }
@@ -0,0 +1,16 @@
1
+ let warnedOnce = false;
2
+
3
+ const warn = () => {
4
+ if (!warnedOnce) {
5
+ console.warn(['MUI: The AdapterDayjs class was moved from `@mui/lab` to `@mui/x-date-pickers`', '', "You should use `import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
6
+ warnedOnce = true;
7
+ }
8
+ }; // tslint:disable-next-line:no-unnecessary-class
9
+
10
+
11
+ export default class AdapterDayjs {
12
+ constructor() {
13
+ warn();
14
+ }
15
+
16
+ }
@@ -1 +1 @@
1
- export { AdapterDayjs as default } from '@mui/x-date-pickers/AdapterDayjs';
1
+ export { default } from './AdapterDayjs';
@@ -1 +1 @@
1
- export { AdapterDayjs as default } from '@mui/x-date-pickers/AdapterDayjs';
1
+ export { default } from './AdapterDayjs';
@@ -0,0 +1,3 @@
1
+ export default class AdapterLuxon {
2
+ constructor();
3
+ }
@@ -0,0 +1,16 @@
1
+ let warnedOnce = false;
2
+
3
+ const warn = () => {
4
+ if (!warnedOnce) {
5
+ console.warn(['MUI: The AdapterLuxon class was moved from `@mui/lab` to `@mui/x-date-pickers`', '', "You should use `import { AdapterLuxon } from '@mui/x-date-pickers/AdapterLuxon'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
6
+ warnedOnce = true;
7
+ }
8
+ }; // tslint:disable-next-line:no-unnecessary-class
9
+
10
+
11
+ export default class AdapterLuxon {
12
+ constructor() {
13
+ warn();
14
+ }
15
+
16
+ }
@@ -1 +1 @@
1
- export { AdapterLuxon as default } from '@mui/x-date-pickers/AdapterLuxon';
1
+ export { default } from './AdapterLuxon';
@@ -1 +1 @@
1
- export { AdapterLuxon as default } from '@mui/x-date-pickers/AdapterLuxon';
1
+ export { default } from './AdapterLuxon';
@@ -0,0 +1,3 @@
1
+ export default class AdapterMoment {
2
+ constructor();
3
+ }
@@ -0,0 +1,16 @@
1
+ let warnedOnce = false;
2
+
3
+ const warn = () => {
4
+ if (!warnedOnce) {
5
+ console.warn(['MUI: The AdapterMoment class was moved from `@mui/lab` to `@mui/x-date-pickers`', '', "You should use `import { AdapterMoment } from '@mui/x-date-pickers/AdapterMoment'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
6
+ warnedOnce = true;
7
+ }
8
+ }; // tslint:disable-next-line:no-unnecessary-class
9
+
10
+
11
+ export default class AdapterMoment {
12
+ constructor() {
13
+ warn();
14
+ }
15
+
16
+ }
@@ -1 +1 @@
1
- export { AdapterMoment as default } from '@mui/x-date-pickers/AdapterMoment';
1
+ export { default } from './AdapterMoment';
@@ -1 +1 @@
1
- export { AdapterMoment as default } from '@mui/x-date-pickers/AdapterMoment';
1
+ export { default } from './AdapterMoment';
package/CHANGELOG.md CHANGED
@@ -1,5 +1,201 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.9.2
4
+
5
+ <!-- generated comparing v5.9.1..master -->
6
+
7
+ _Jul 25, 2022_
8
+
9
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🧪 Ensure all Base components are `OverridableComponent` (#33506) @michaldudak
12
+ - 🧪 Various improvements on the Material `Stack` component (#33548, #33588, #33549) @hbjORbj
13
+ - Many other 🐛 bug fixes and 📚 documentation improvements
14
+
15
+ ### `@mui/material@5.9.2`
16
+
17
+ - &#8203;<!-- 34 -->Revert "[Tooltip] Fix children mouse over detection (#32321)" @oliviertassinari
18
+ - &#8203;<!-- 19 -->[FormHelperText] Fix unable to create new variants (#33589) @DinhBaoTran
19
+ - &#8203;<!-- 18 -->[ImageList] Remove vertical spacing between items in masonry layout (#33593) @michaldudak
20
+ - &#8203;<!-- 13 -->[LoadingButton] Refactor duplicate code (#33570) @ZeeshanTamboli
21
+ - &#8203;<!-- 12 -->[Modal] Explain the meaning of deprecation of the BackdropComponent prop (#33591) @michaldudak
22
+ - &#8203;<!-- 11 -->[Stack] Fix unit test failure (#33588) @hbjORbj
23
+ - &#8203;<!-- 10 -->[Stack] Fix default `flexDirection` value with responsive prop (#33549) @hbjORbj
24
+ - &#8203;<!-- 09 -->[Stack] Ensure that `marginundefined` doesn't occur in styling (#33548) @hbjORbj
25
+ - &#8203;<!-- 08 -->[Tabs] Fix `indicatorColor` prop type (#33569) @ZeeshanTamboli
26
+ - &#8203;<!-- 07 -->[Tabs] Add TypeScript interface to augment tab indicator color in theme (#33333) @AHeiming
27
+
28
+ ### `@mui/base@5.0.0-alpha.91`
29
+
30
+ - &#8203;<!-- 33 -->[Base] Make PopperUnstyled `component` overridable (#33573) @siriwatknp
31
+ - &#8203;<!-- 32 -->[Base] Ensure all components are OverridableComponent (#33506) @michaldudak
32
+
33
+ ### `@mui/joy@5.0.0-alpha.38`
34
+
35
+ - &#8203;<!-- 17 -->[Select] Add new component in Joy (#33630) @siriwatknp
36
+ - &#8203;<!-- 15 -->[Joy] Add Text field documentation (#33430, #33631) @danilo-leal
37
+ - &#8203;<!-- 14 -->[Joy] Add menu components (#31789) @siriwatknp
38
+
39
+ ### Docs
40
+
41
+ - &#8203;<!-- 31 -->[blog] Fix 404 link to Algolia docs search (dd4308d) @oliviertassinari
42
+ - &#8203;<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
43
+ - &#8203;<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
44
+ - &#8203;<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
45
+ - &#8203;<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
46
+ - &#8203;<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
47
+ - &#8203;<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
48
+ - &#8203;<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
49
+ - &#8203;<!-- 21 -->[docs] Fix link to Snackbar customization section in Alert docs (#33586) @ZeeshanTamboli
50
+ - &#8203;<!-- 20 -->[docs] Fix `placement choices` typo in Tooltip docs (#33571) @MonstraG
51
+ - &#8203;<!-- 05 -->[website] Update home page's sponsor grid (#33528) @danilo-leal
52
+ - &#8203;<!-- 04 -->[website] Add Vytautas to the about page (#33567) @bytasv
53
+ - &#8203;<!-- 03 -->[website] Improve newsletter input design (#33585) @danilo-leal
54
+ - &#8203;<!-- 02 -->[website] Add YouTube link to footer (#33580) @gerdadesign
55
+ - &#8203;<!-- 01 -->[website] Clarify scope of technical support (#33435) @joserodolfofreitas
56
+
57
+ ### Core
58
+
59
+ - &#8203;<!-- 30 -->[core] Swallow ad blocker fetch fail (#33617) @oliviertassinari
60
+ - &#8203;<!-- 29 -->[core] Fix dep security by resolving `thenify` to latest (#33612) @siriwatknp
61
+ - &#8203;<!-- 06 -->[test] Remove `view` option from Event in Snackbar tests (#33555) @ZeeshanTamboli
62
+
63
+ All contributors of this release in alphabetical order: @AHeiming, @bairamau, @bharatkashyap, @bytasv, @danilo-leal, @dd-ssc, @DinhBaoTran, @gerdadesign, @hbjORbj, @joserodolfofreitas, @michaldudak, @MonstraG, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
64
+
65
+ ## 5.9.1
66
+
67
+ <!-- generated comparing v5.9.0..master -->
68
+
69
+ _Jul 18, 2022_
70
+
71
+ A big thanks to the 17 contributors who made this release possible. This release is mainly about 🐛 bug fixes and 📚 documentation improvements
72
+
73
+ ### `@mui/material@5.9.1`
74
+
75
+ - &#8203;<!-- 24 -->[Autocomplete] Fix disabling component crashing when focused (#31313) @mzedel
76
+ - &#8203;<!-- 07 -->[Grid] Avoid scrollbar in demo (#33527) @oliviertassinari
77
+ - &#8203;<!-- 05 -->[Slider] Fix transition of tooltips on vertical slider (#33009) @abhinav-22-tech
78
+ - &#8203;<!-- 01 -->[TouchRipple] Fix crash on android where `event.touches` are an empty array (#32974) @lukeggchapman
79
+
80
+ ### `@mui/system@5.9.1`
81
+
82
+ - &#8203;<!-- 04 -->[system] Add flag to switch negative margin approach in Grid (#33484) @siriwatknp
83
+ - &#8203;<!-- 03 -->[system] Remove needless optional chaining check in `createEmptyBreakpointObject` method (#33482) @ZeeshanTamboli
84
+
85
+ ### `@mui/base@5.0.0-alpha.90`
86
+
87
+ - &#8203;<!-- 23 -->[base] Export types used by components' props (#33522) @michaldudak
88
+ - &#8203;<!-- 22 -->[base] Add missing type definitions in useControllableReducer (#33496) @michaldudak
89
+ - &#8203;<!-- 06 -->[SelectUnstyled] Do not call onChange unnecessarily (#33408) @michaldudak
90
+
91
+ ### `@mui/lab@5.0.0-alpha.91`
92
+
93
+ - &#8203;<!-- 02 -->[TimelineDot] Add TimelineDotPropsColorOverrides interface to extend color options (#33466) @lolaignatova
94
+
95
+ ### Docs
96
+
97
+ - &#8203;<!-- 19 -->[docs] Add note about CssBaseline in the dark mode page (#33108) @GabrielaLokelani
98
+ - &#8203;<!-- 18 -->[docs] Fix typos in the Interoperability page (#33273) @HexM7
99
+ - &#8203;<!-- 17 -->[docs] Improve the `useTheme` documentation (#33508) @rickstaa
100
+ - &#8203;<!-- 16 -->[docs] Fix 301 redirections (#33521) @oliviertassinari
101
+ - &#8203;<!-- 15 -->[docs] Link the same codesandbox as in the docs (#33472) @oliviertassinari
102
+ - &#8203;<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
103
+ - &#8203;<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
104
+ - &#8203;<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
105
+ - &#8203;<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
106
+ - &#8203;<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
107
+ - &#8203;<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
108
+ - &#8203;<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
109
+
110
+ ### Core
111
+
112
+ - &#8203;<!-- 21 -->[core] Cleanup experiments (#33547) @siriwatknp
113
+ - &#8203;<!-- 20 -->[core] Update CHANGELOG to include pickers breaking change (#33486) @siriwatknp
114
+
115
+ All contributors of this release in alphabetical order: @abhinav-22-tech, @ajhenry, @ANTARES-KOR, @anthonypz, @aravindpanicker, @GabrielaLokelani, @HexM7, @lolaignatova, @lukeggchapman, @michaldudak, @mzedel, @Nikhilthadani, @oliviertassinari, @paustria, @rickstaa, @siriwatknp, @ZeeshanTamboli
116
+
117
+ ## 5.9.0
118
+
119
+ <!-- generated comparing v5.8.7..master -->
120
+
121
+ _Jul 12, 2022_
122
+
123
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
124
+
125
+ - 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
126
+ - 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
127
+ - 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
128
+ - ⚠️ **[BREAKING CHANGE]** Date pickers were removed from the lab. Learn how to migrate by visiting the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/). (#33386) @flaviendelangle
129
+ - many other 🐛 bug fixes and 📚 documentation improvements
130
+ - our documentation site is now running with React 18! (#33196) @mnajdova
131
+
132
+ ### `@mui/material@5.9.0`
133
+
134
+ - [CssBaseline] Fixes in overriding style (#33338) @ZeeshanTamboli
135
+ - [Autocomplete] Remove unnecessary `clsx` wrapper for single className (#33398) @ZeeshanTamboli
136
+ - [Grid] Export new grid as unstable (#33479) @siriwatknp
137
+ - [Tooltip] Fix children mouse over detection (#32321) @ivan-ngchakming
138
+ - [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
139
+ - [TypeScript] Fix theme options components types to use `Theme` (#33434) @siriwatknp
140
+ - [TypeScript] Reexports necessary types for module augmentation (#33397) @siriwatknp
141
+ - [ScopedCssBaseline] Add sx typings (#33474) @joebingham-wk
142
+
143
+ ### `@mui/system@5.9.0`
144
+
145
+ - [System] Add offset feature to Grid (#33415) @siriwatknp
146
+ - [system] Add new `Grid` implementation (#32746) @siriwatknp
147
+
148
+ ### `@mui/lab@5.0.0-alpha.90`
149
+
150
+ **⚠️ Breaking changes**
151
+
152
+ - [lab] Remove the pickers (#33386) @flaviendelangle
153
+
154
+ The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/).
155
+
156
+ **Changes**
157
+
158
+ - [Masonry] Support rem/em values for spacing prop (#33384) @hbjORbj
159
+
160
+ ### `@mui/base@5.0.0-alpha.89`
161
+
162
+ - Base] Change the order of class names merged in useSlotProps (#33383) @michaldudak
163
+ - [ModalUnstyled] Accept callbacks in componentsProps (#33181) @michaldudak
164
+ - [SelectUnstyled] Accept callbacks in componentsProps (#33197) @michaldudak
165
+ - [TabsUnstyled] Accept callbacks in componentsProps (#33284) @michaldudak
166
+
167
+ ### `@mui/joy@5.0.0-alpha.36`
168
+
169
+ - [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
170
+ - [Joy] Fix variants color palette regressions (#33394) @danilo-leal
171
+
172
+ ### Docs
173
+
174
+ - [docs] Correcting small grammatical error (#33393) @robyyo
175
+ - [docs] Link to the correct package on Joy component pages (#33439) @cherniavskii
176
+ - [docs] Fix e2e tests (#33477) @siriwatknp
177
+ - [docs] Fix dead links (#33462) @oliviertassinari
178
+ - [docs] Cleanup the migration (#33463) @siriwatknp
179
+ - [docs] Fix broken Sponsoring services links @samuelsycamore
180
+ - [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
181
+ - [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
182
+ - [docs] Update to React 18 (#33196) @mnajdova
183
+ - [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
184
+ - [docs] Add "refine" demo to showcase (#33240) @omeraplak
185
+ - [docs] Add webpack alias for legacy utils package (#33376) @jgbae
186
+ - [docs] Improve external link icons synonyms (#33257) @davidgarciab
187
+ - [examples] Update MUI Base with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
188
+ - [examples] Add MUI base example (#33154) @siriwatknp
189
+
190
+ ### Core
191
+
192
+ - [core] Fix @mui/monorepo regression for the import of the docs infra (#33390) @Janpot
193
+ - [core] Remove old babel resolve rule (#33432) @oliviertassinari
194
+ - [website] Shorten the plan descriptions on the pricing page (#32984) @joserodolfofreitas
195
+ - [website] Link EULA in the license quantity section (#33292) @oliviertassinari
196
+
197
+ All contributors of this release in alphabetical order: @baharalidurrani, @cherniavskii, @danilo-leal, @davidgarciab, @flaviendelangle, @hbjORbj, @ivan-ngchakming, @Janpot, @jgbae, @joebingham-wk, @joserodolfofreitas, @michaldudak, @mnajdova, @oliviertassinari, @omeraplak, @robyyo, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
198
+
3
199
  ## 5.8.7
4
200
 
5
201
  <!-- generated comparing v5.8.6..master -->
@@ -1930,7 +2126,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
1930
2126
  - &#8203;<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
1931
2127
  - &#8203;<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
1932
2128
  - &#8203;<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
1933
- - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in StackOverflow (#30101) @danilo-leal
2129
+ - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
1934
2130
  - &#8203;<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
1935
2131
  - &#8203;<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
1936
2132
  - &#8203;<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
@@ -2011,7 +2207,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2011
2207
  - &#8203;<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
2012
2208
  - &#8203;<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
2013
2209
  - &#8203;<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
2014
- - &#8203;<!-- 18 -->[docs] Improve wording in StackOverflow section of support page (#29956) @ronwarner
2210
+ - &#8203;<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
2015
2211
  - &#8203;<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
2016
2212
  - &#8203;<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
2017
2213
  - &#8203;<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
@@ -2024,7 +2220,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2024
2220
  ### Core
2025
2221
 
2026
2222
  - &#8203;<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
2027
- - &#8203;<!-- 28 -->[core] Transition to a new StackOverflow tag (#29967) @oliviertassinari
2223
+ - &#8203;<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
2028
2224
 
2029
2225
  All contributors of this release in alphabetical order: @chao813, @daniel-sachs, @danilo-leal, @Domino987, @eduardomcv, @flaviendelangle, @fourjr, @genzyy, @hbjORbj, @huydhoang, @jayeclark, @jonathanrtuck, @kkorach, @l10nbot, @mbrookes, @MichaelDeBoey, @michaldudak, @mnajdova, @oliviertassinari, @ronwarner, @Semigradsky, @siriwatknp, @tasugi, @ThewBear, @ZeeshanTamboli
2030
2226
 
@@ -5710,7 +5906,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
5710
5906
  #### Breaking changes
5711
5907
 
5712
5908
  - &#8203;<!-- 91 -->[types] Rename the exported `Omit` type in `@material-ui/types`. (#24795) @petyosi
5713
- The module is now called `DistributiveOmit`. The change removes the confusion with the built-in `Omit` helper introduced in TypeScript v3.5. The built-in `Omit`, while similar, is non-distributive. This leads to differences when applied to union types. [See this StackOverflow answer for further details](https://stackoverflow.com/a/57103940/1009797).
5909
+ The module is now called `DistributiveOmit`. The change removes the confusion with the built-in `Omit` helper introduced in TypeScript v3.5. The built-in `Omit`, while similar, is non-distributive. This leads to differences when applied to union types. [See this Stack Overflow answer for further details](https://stackoverflow.com/a/57103940/1009797).
5714
5910
 
5715
5911
  ```diff
5716
5912
  -import { Omit } from '@material-ui/types';
@@ -1,5 +1,4 @@
1
1
  import * as React from 'react';
2
- import { CalendarPickerProps } from '@mui/x-date-pickers/CalendarPicker';
3
2
  declare type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
3
  propTypes?: any;
5
4
  };
@@ -8,3 +7,8 @@ declare type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate
8
7
  */
9
8
  declare const CalendarPicker: CalendarPickerComponent;
10
9
  export default CalendarPicker;
10
+ export declare const calendarPickerClasses: {};
11
+ export declare type CalendarPickerClassKey = any;
12
+ export declare type CalendarPickerClasses = any;
13
+ export declare type CalendarPickerProps<TDate> = Record<any, any>;
14
+ export declare type CalendarPickerView = 'year' | 'day' | 'month';
@@ -1,12 +1,10 @@
1
- import _extends from "@babel/runtime/helpers/esm/extends";
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
2
  import * as React from 'react';
3
- import { CalendarPicker as XCalendarPicker } from '@mui/x-date-pickers/CalendarPicker';
4
- import { jsx as _jsx } from "react/jsx-runtime";
5
3
  let warnedOnce = false;
6
4
 
7
5
  const warn = () => {
8
6
  if (!warnedOnce) {
9
- console.warn(['MUI: The CalendarPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`.', 'The component will no longer be exported from `@mui/lab` in the first release of July 2022.', '', "You should use `import { CalendarPicker } from '@mui/x-date-pickers'`", "or `import { CalendarPicker } from '@mui/x-date-pickers/CalendarPicker'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
7
+ console.warn(['MUI: The CalendarPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`.', '', "You should use `import { CalendarPicker } from '@mui/x-date-pickers'`", "or `import { CalendarPicker } from '@mui/x-date-pickers/CalendarPicker'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
10
8
  warnedOnce = true;
11
9
  }
12
10
  };
@@ -14,10 +12,9 @@ const warn = () => {
14
12
  /**
15
13
  * @ignore - do not document.
16
14
  */
17
- const CalendarPicker = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPicker(props, ref) {
15
+ const CalendarPicker = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPicker() {
18
16
  warn();
19
- return /*#__PURE__*/_jsx(XCalendarPicker, _extends({
20
- ref: ref
21
- }, props));
17
+ return null;
22
18
  });
23
- export default CalendarPicker;
19
+ export default CalendarPicker;
20
+ export const calendarPickerClasses = {};
@@ -1,3 +1,2 @@
1
1
  export { default } from './CalendarPicker';
2
- export { calendarPickerClasses } from '@mui/x-date-pickers/CalendarPicker';
3
- export type { CalendarPickerClassKey, CalendarPickerClasses, CalendarPickerProps, CalendarPickerView, } from '@mui/x-date-pickers/CalendarPicker';
2
+ export * from './CalendarPicker';
@@ -1,2 +1,2 @@
1
1
  export { default } from './CalendarPicker';
2
- export { calendarPickerClasses } from '@mui/x-date-pickers/CalendarPicker';
2
+ export * from './CalendarPicker';
@@ -1,5 +1,4 @@
1
1
  import * as React from 'react';
2
- import { CalendarPickerSkeletonProps } from '@mui/x-date-pickers/CalendarPickerSkeleton';
3
2
  declare type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
3
  propTypes?: any;
5
4
  };
@@ -8,3 +7,7 @@ declare type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonPr
8
7
  */
9
8
  declare const CalendarPickerSkeleton: CalendarPickerSkeletonComponent;
10
9
  export default CalendarPickerSkeleton;
10
+ export declare const calendarPickerSkeletonClasses: {};
11
+ export declare const getCalendarPickerSkeletonUtilityClass: (slot: string) => string;
12
+ export declare type CalendarPickerSkeletonProps = Record<any, any>;
13
+ export declare type CalendarPickerSkeletonClassKey = any;
@@ -1,13 +1,10 @@
1
- import _extends from "@babel/runtime/helpers/esm/extends";
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
2
  import * as React from 'react';
3
- import PropTypes from 'prop-types';
4
- import { CalendarPickerSkeleton as XCalendarPickerSkeleton } from '@mui/x-date-pickers/CalendarPickerSkeleton';
5
- import { jsx as _jsx } from "react/jsx-runtime";
6
3
  let warnedOnce = false;
7
4
 
8
5
  const warn = () => {
9
6
  if (!warnedOnce) {
10
- console.warn(['MUI: The CalendarPickerSkeleton component was moved from `@mui/lab` to `@mui/x-date-pickers`.', 'The component will no longer be exported from `@mui/lab` in the first release of July 2022.', '', "You should use `import { CalendarPickerSkeleton } from '@mui/x-date-pickers'`", "or `import { CalendarPickerSkeleton } from '@mui/x-date-pickers/CalendarPickerSkeleton'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
7
+ console.warn(['MUI: The CalendarPickerSkeleton component was moved from `@mui/lab` to `@mui/x-date-pickers`.', '', "You should use `import { CalendarPickerSkeleton } from '@mui/x-date-pickers'`", "or `import { CalendarPickerSkeleton } from '@mui/x-date-pickers/CalendarPickerSkeleton'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
11
8
  warnedOnce = true;
12
9
  }
13
10
  };
@@ -15,23 +12,13 @@ const warn = () => {
15
12
  /**
16
13
  * @ignore - do not document.
17
14
  */
18
- const CalendarPickerSkeleton = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPickerSkeleton(props, ref) {
15
+ const CalendarPickerSkeleton = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPickerSkeleton() {
19
16
  warn();
20
- return /*#__PURE__*/_jsx(XCalendarPickerSkeleton, _extends({
21
- ref: ref
22
- }, props));
17
+ return null;
23
18
  });
24
- process.env.NODE_ENV !== "production" ? CalendarPickerSkeleton.propTypes
25
- /* remove-proptypes */
26
- = {
27
- // ----------------------------- Warning --------------------------------
28
- // | These PropTypes are generated from the TypeScript type definitions |
29
- // | To update them edit TypeScript types and run "yarn proptypes" |
30
- // ----------------------------------------------------------------------
31
-
32
- /**
33
- * @ignore
34
- */
35
- children: PropTypes.node
36
- } : void 0;
37
- export default CalendarPickerSkeleton;
19
+ export default CalendarPickerSkeleton;
20
+ export const calendarPickerSkeletonClasses = {};
21
+ export const getCalendarPickerSkeletonUtilityClass = slot => {
22
+ warn();
23
+ return '';
24
+ };
@@ -1,3 +1,2 @@
1
1
  export { default } from './CalendarPickerSkeleton';
2
- export { calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
3
- export type { CalendarPickerSkeletonClassKey, CalendarPickerSkeletonProps, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
2
+ export * from './CalendarPickerSkeleton';
@@ -1,2 +1,2 @@
1
1
  export { default } from './CalendarPickerSkeleton';
2
- export { calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass } from '@mui/x-date-pickers/CalendarPickerSkeleton';
2
+ export * from './CalendarPickerSkeleton';
@@ -1,5 +1,4 @@
1
1
  import * as React from 'react';
2
- import { ClockPickerProps } from '@mui/x-date-pickers/ClockPicker';
3
2
  declare type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
3
  propTypes?: any;
5
4
  };
@@ -8,3 +7,8 @@ declare type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & Re
8
7
  */
9
8
  declare const ClockPicker: ClockPickerComponent;
10
9
  export default ClockPicker;
10
+ export declare const clockPickerClasses: {};
11
+ export declare type ClockPickerProps<TDate> = Record<any, any>;
12
+ export declare type ClockPickerView = 'hours' | 'minutes' | 'seconds';
13
+ export declare type ClockPickerClasses = any;
14
+ export declare type ClockPickerClassKey = any;
@@ -1,12 +1,10 @@
1
- import _extends from "@babel/runtime/helpers/esm/extends";
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
2
  import * as React from 'react';
3
- import { ClockPicker as XClockPicker } from '@mui/x-date-pickers/ClockPicker';
4
- import { jsx as _jsx } from "react/jsx-runtime";
5
3
  let warnedOnce = false;
6
4
 
7
5
  const warn = () => {
8
6
  if (!warnedOnce) {
9
- console.warn(['MUI: The ClockPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`.', 'The component will no longer be exported from `@mui/lab` in the first release of July 2022.', '', "You should use `import { ClockPicker } from '@mui/x-date-pickers'`", "or `import { ClockPicker } from '@mui/x-date-pickers/ClockPicker'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
7
+ console.warn(['MUI: The ClockPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`.', '', "You should use `import { ClockPicker } from '@mui/x-date-pickers'`", "or `import { ClockPicker } from '@mui/x-date-pickers/ClockPicker'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
10
8
  warnedOnce = true;
11
9
  }
12
10
  };
@@ -14,10 +12,9 @@ const warn = () => {
14
12
  /**
15
13
  * @ignore - do not document.
16
14
  */
17
- const ClockPicker = /*#__PURE__*/React.forwardRef(function DeprecatedClockPicker(props, ref) {
15
+ const ClockPicker = /*#__PURE__*/React.forwardRef(function DeprecatedClockPicker() {
18
16
  warn();
19
- return /*#__PURE__*/_jsx(XClockPicker, _extends({
20
- ref: ref
21
- }, props));
17
+ return null;
22
18
  });
23
- export default ClockPicker;
19
+ export default ClockPicker;
20
+ export const clockPickerClasses = {};
@@ -1,3 +1,2 @@
1
1
  export { default } from './ClockPicker';
2
- export { clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
3
- export type { ClockPickerClasses, ClockPickerClassKey, ClockPickerProps, ClockPickerView, } from '@mui/x-date-pickers/ClockPicker';
2
+ export * from './ClockPicker';
@@ -1,2 +1,2 @@
1
1
  export { default } from './ClockPicker';
2
- export { clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
2
+ export * from './ClockPicker';
@@ -1,5 +1,4 @@
1
1
  import * as React from 'react';
2
- import { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
3
2
  declare type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
3
  propTypes?: any;
5
4
  };
@@ -8,3 +7,4 @@ declare type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & Reac
8
7
  */
9
8
  declare const DatePicker: DatePickerComponent;
10
9
  export default DatePicker;
10
+ export declare type DatePickerProps<TDate> = Record<any, any>;