@mui/lab 5.0.0-alpha.83 → 5.0.0-alpha.86
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.
- package/CHANGELOG.md +217 -8
- package/CalendarPicker/CalendarPicker.d.ts +10 -0
- package/CalendarPicker/CalendarPicker.js +23 -0
- package/CalendarPicker/index.d.ts +2 -1
- package/CalendarPicker/index.js +2 -1
- package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +10 -0
- package/CalendarPickerSkeleton/CalendarPickerSkeleton.js +37 -0
- package/CalendarPickerSkeleton/index.d.ts +2 -1
- package/CalendarPickerSkeleton/index.js +2 -1
- package/ClockPicker/ClockPicker.d.ts +10 -0
- package/ClockPicker/ClockPicker.js +23 -0
- package/ClockPicker/index.d.ts +2 -1
- package/ClockPicker/index.js +2 -1
- package/DatePicker/DatePicker.d.ts +10 -0
- package/DatePicker/DatePicker.js +463 -0
- package/DatePicker/index.d.ts +1 -1
- package/DatePicker/index.js +1 -1
- package/DateRangePicker/DateRangePicker.js +0 -14
- package/DateTimePicker/DateTimePicker.d.ts +10 -0
- package/DateTimePicker/DateTimePicker.js +551 -0
- package/DateTimePicker/index.d.ts +1 -1
- package/DateTimePicker/index.js +1 -1
- package/DesktopDatePicker/DesktopDatePicker.d.ts +10 -0
- package/DesktopDatePicker/DesktopDatePicker.js +427 -0
- package/DesktopDatePicker/index.d.ts +1 -1
- package/DesktopDatePicker/index.js +1 -1
- package/DesktopDateRangePicker/DesktopDateRangePicker.js +0 -14
- package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +10 -0
- package/DesktopDateTimePicker/DesktopDateTimePicker.js +515 -0
- package/DesktopDateTimePicker/index.d.ts +1 -1
- package/DesktopDateTimePicker/index.js +1 -1
- package/DesktopTimePicker/DesktopTimePicker.d.ts +10 -0
- package/DesktopTimePicker/DesktopTimePicker.js +345 -0
- package/LocalizationProvider/LocalizationProvider.d.ts +10 -0
- package/LocalizationProvider/LocalizationProvider.js +37 -0
- package/LocalizationProvider/index.d.ts +1 -1
- package/LocalizationProvider/index.js +1 -1
- package/Masonry/Masonry.js +9 -9
- package/MobileDatePicker/MobileDatePicker.d.ts +10 -0
- package/MobileDatePicker/MobileDatePicker.js +441 -0
- package/MobileDatePicker/index.d.ts +1 -1
- package/MobileDatePicker/index.js +1 -1
- package/MobileDateRangePicker/MobileDateRangePicker.js +0 -14
- package/MobileDateTimePicker/MobileDateTimePicker.d.ts +10 -0
- package/MobileDateTimePicker/MobileDateTimePicker.js +529 -0
- package/MobileDateTimePicker/index.d.ts +1 -1
- package/MobileDateTimePicker/index.js +1 -1
- package/MobileTimePicker/MobileTimePicker.d.ts +10 -0
- package/MobileTimePicker/MobileTimePicker.js +359 -0
- package/MobileTimePicker/index.d.ts +1 -1
- package/MobileTimePicker/index.js +1 -1
- package/MonthPicker/MonthPicker.d.ts +10 -0
- package/MonthPicker/MonthPicker.js +23 -0
- package/MonthPicker/index.d.ts +2 -1
- package/MonthPicker/index.js +2 -1
- package/PickersDay/PickersDay.d.ts +10 -0
- package/PickersDay/PickersDay.js +37 -0
- package/PickersDay/index.d.ts +2 -1
- package/PickersDay/index.js +2 -1
- package/README.md +1 -1
- package/StaticDatePicker/StaticDatePicker.d.ts +10 -0
- package/StaticDatePicker/StaticDatePicker.js +401 -0
- package/StaticDatePicker/index.d.ts +1 -1
- package/StaticDatePicker/index.js +1 -1
- package/StaticDateRangePicker/StaticDateRangePicker.js +0 -14
- package/StaticDateTimePicker/StaticDateTimePicker.d.ts +10 -0
- package/StaticDateTimePicker/StaticDateTimePicker.js +489 -0
- package/StaticDateTimePicker/index.d.ts +1 -1
- package/StaticDateTimePicker/index.js +1 -1
- package/StaticTimePicker/StaticTimePicker.d.ts +10 -0
- package/StaticTimePicker/StaticTimePicker.js +319 -0
- package/TimePicker/TimePicker.d.ts +10 -0
- package/TimePicker/TimePicker.js +381 -0
- package/TimePicker/index.d.ts +1 -1
- package/TimePicker/index.js +1 -1
- package/Timeline/Timeline.d.ts +1 -1
- package/YearPicker/YearPicker.d.ts +10 -0
- package/YearPicker/YearPicker.js +22 -0
- package/index.js +1 -1
- package/legacy/CalendarPicker/CalendarPicker.js +23 -0
- package/legacy/CalendarPicker/index.js +2 -1
- package/legacy/CalendarPickerSkeleton/CalendarPickerSkeleton.js +37 -0
- package/legacy/CalendarPickerSkeleton/index.js +2 -1
- package/legacy/ClockPicker/ClockPicker.js +23 -0
- package/legacy/ClockPicker/index.js +2 -1
- package/legacy/DatePicker/DatePicker.js +463 -0
- package/legacy/DatePicker/index.js +1 -1
- package/legacy/DateRangePicker/DateRangePicker.js +0 -14
- package/legacy/DateTimePicker/DateTimePicker.js +551 -0
- package/legacy/DateTimePicker/index.js +1 -1
- package/legacy/DesktopDatePicker/DesktopDatePicker.js +427 -0
- package/legacy/DesktopDatePicker/index.js +1 -1
- package/legacy/DesktopDateRangePicker/DesktopDateRangePicker.js +0 -14
- package/legacy/DesktopDateTimePicker/DesktopDateTimePicker.js +515 -0
- package/legacy/DesktopDateTimePicker/index.js +1 -1
- package/legacy/DesktopTimePicker/DesktopTimePicker.js +345 -0
- package/legacy/LocalizationProvider/LocalizationProvider.js +37 -0
- package/legacy/LocalizationProvider/index.js +1 -1
- package/legacy/Masonry/Masonry.js +9 -9
- package/legacy/MobileDatePicker/MobileDatePicker.js +441 -0
- package/legacy/MobileDatePicker/index.js +1 -1
- package/legacy/MobileDateRangePicker/MobileDateRangePicker.js +0 -14
- package/legacy/MobileDateTimePicker/MobileDateTimePicker.js +529 -0
- package/legacy/MobileDateTimePicker/index.js +1 -1
- package/legacy/MobileTimePicker/MobileTimePicker.js +359 -0
- package/legacy/MobileTimePicker/index.js +1 -1
- package/legacy/MonthPicker/MonthPicker.js +23 -0
- package/legacy/MonthPicker/index.js +2 -1
- package/legacy/PickersDay/PickersDay.js +37 -0
- package/legacy/PickersDay/index.js +2 -1
- package/legacy/StaticDatePicker/StaticDatePicker.js +401 -0
- package/legacy/StaticDatePicker/index.js +1 -1
- package/legacy/StaticDateRangePicker/StaticDateRangePicker.js +0 -14
- package/legacy/StaticDateTimePicker/StaticDateTimePicker.js +489 -0
- package/legacy/StaticDateTimePicker/index.js +1 -1
- package/legacy/StaticTimePicker/StaticTimePicker.js +319 -0
- package/legacy/TimePicker/TimePicker.js +381 -0
- package/legacy/TimePicker/index.js +1 -1
- package/legacy/YearPicker/YearPicker.js +22 -0
- package/legacy/index.js +1 -1
- package/modern/CalendarPicker/CalendarPicker.js +23 -0
- package/modern/CalendarPicker/index.js +2 -1
- package/modern/CalendarPickerSkeleton/CalendarPickerSkeleton.js +37 -0
- package/modern/CalendarPickerSkeleton/index.js +2 -1
- package/modern/ClockPicker/ClockPicker.js +23 -0
- package/modern/ClockPicker/index.js +2 -1
- package/modern/DatePicker/DatePicker.js +463 -0
- package/modern/DatePicker/index.js +1 -1
- package/modern/DateRangePicker/DateRangePicker.js +0 -14
- package/modern/DateTimePicker/DateTimePicker.js +551 -0
- package/modern/DateTimePicker/index.js +1 -1
- package/modern/DesktopDatePicker/DesktopDatePicker.js +427 -0
- package/modern/DesktopDatePicker/index.js +1 -1
- package/modern/DesktopDateRangePicker/DesktopDateRangePicker.js +0 -14
- package/modern/DesktopDateTimePicker/DesktopDateTimePicker.js +515 -0
- package/modern/DesktopDateTimePicker/index.js +1 -1
- package/modern/DesktopTimePicker/DesktopTimePicker.js +345 -0
- package/modern/LocalizationProvider/LocalizationProvider.js +37 -0
- package/modern/LocalizationProvider/index.js +1 -1
- package/modern/Masonry/Masonry.js +9 -9
- package/modern/MobileDatePicker/MobileDatePicker.js +441 -0
- package/modern/MobileDatePicker/index.js +1 -1
- package/modern/MobileDateRangePicker/MobileDateRangePicker.js +0 -14
- package/modern/MobileDateTimePicker/MobileDateTimePicker.js +529 -0
- package/modern/MobileDateTimePicker/index.js +1 -1
- package/modern/MobileTimePicker/MobileTimePicker.js +359 -0
- package/modern/MobileTimePicker/index.js +1 -1
- package/modern/MonthPicker/MonthPicker.js +23 -0
- package/modern/MonthPicker/index.js +2 -1
- package/modern/PickersDay/PickersDay.js +37 -0
- package/modern/PickersDay/index.js +2 -1
- package/modern/StaticDatePicker/StaticDatePicker.js +401 -0
- package/modern/StaticDatePicker/index.js +1 -1
- package/modern/StaticDateRangePicker/StaticDateRangePicker.js +0 -14
- package/modern/StaticDateTimePicker/StaticDateTimePicker.js +489 -0
- package/modern/StaticDateTimePicker/index.js +1 -1
- package/modern/StaticTimePicker/StaticTimePicker.js +319 -0
- package/modern/TimePicker/TimePicker.js +381 -0
- package/modern/TimePicker/index.js +1 -1
- package/modern/YearPicker/YearPicker.js +22 -0
- package/modern/index.js +1 -1
- package/node/CalendarPicker/CalendarPicker.js +41 -0
- package/node/CalendarPicker/index.js +7 -3
- package/node/CalendarPickerSkeleton/CalendarPickerSkeleton.js +56 -0
- package/node/CalendarPickerSkeleton/index.js +8 -4
- package/node/ClockPicker/ClockPicker.js +41 -0
- package/node/ClockPicker/index.js +7 -3
- package/node/DatePicker/DatePicker.js +482 -0
- package/node/DatePicker/index.js +4 -2
- package/node/DateRangePicker/DateRangePicker.js +0 -17
- package/node/DateTimePicker/DateTimePicker.js +570 -0
- package/node/DateTimePicker/index.js +4 -2
- package/node/DesktopDatePicker/DesktopDatePicker.js +446 -0
- package/node/DesktopDatePicker/index.js +4 -2
- package/node/DesktopDateRangePicker/DesktopDateRangePicker.js +0 -17
- package/node/DesktopDateTimePicker/DesktopDateTimePicker.js +534 -0
- package/node/DesktopDateTimePicker/index.js +4 -2
- package/node/DesktopTimePicker/DesktopTimePicker.js +364 -0
- package/node/LocalizationProvider/LocalizationProvider.js +56 -0
- package/node/LocalizationProvider/index.js +4 -2
- package/node/Masonry/Masonry.js +9 -9
- package/node/MobileDatePicker/MobileDatePicker.js +460 -0
- package/node/MobileDatePicker/index.js +4 -2
- package/node/MobileDateRangePicker/MobileDateRangePicker.js +0 -17
- package/node/MobileDateTimePicker/MobileDateTimePicker.js +548 -0
- package/node/MobileDateTimePicker/index.js +4 -2
- package/node/MobileTimePicker/MobileTimePicker.js +378 -0
- package/node/MobileTimePicker/index.js +4 -2
- package/node/MonthPicker/MonthPicker.js +41 -0
- package/node/MonthPicker/index.js +8 -4
- package/node/PickersDay/PickersDay.js +56 -0
- package/node/PickersDay/index.js +8 -4
- package/node/StaticDatePicker/StaticDatePicker.js +420 -0
- package/node/StaticDatePicker/index.js +4 -2
- package/node/StaticDateRangePicker/StaticDateRangePicker.js +0 -17
- package/node/StaticDateTimePicker/StaticDateTimePicker.js +508 -0
- package/node/StaticDateTimePicker/index.js +4 -2
- package/node/StaticTimePicker/StaticTimePicker.js +338 -0
- package/node/TimePicker/TimePicker.js +400 -0
- package/node/TimePicker/index.js +4 -2
- package/node/YearPicker/YearPicker.js +40 -0
- package/node/index.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,214 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.8.4
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.8.3..master -->
|
|
6
|
+
|
|
7
|
+
_Jun 14, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🚀 Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
|
|
12
|
+
- 📚 Added guide on how to use Material UI with Shadow DOM by @cherniavskii
|
|
13
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
14
|
+
|
|
15
|
+
### `@mui/material@5.8.4`
|
|
16
|
+
|
|
17
|
+
- ​<!-- 36 -->[Button] Add missing classes in `ButtonClasses` type (#33040) @ZeeshanTamboli
|
|
18
|
+
- ​<!-- 20 -->[Grid] Fix prop-type key regression (#33123) @oliviertassinari
|
|
19
|
+
- ​<!-- 19 -->[Grid] Support custom breakpoints (#31998) @boutahlilsoufiane
|
|
20
|
+
- ​<!-- 18 -->[Grow] Limit CSS transition bug workaround to Safari 15.4 only (#32996) @igordanchenko
|
|
21
|
+
- ​<!-- 17 -->[Hidden] Remove dependency on hoist-non-react-statics (#33015) @oliviertassinari
|
|
22
|
+
- ​<!-- 12 -->[Link] Add support for CSS variables (#33036) @winderica
|
|
23
|
+
- ​<!-- 07 -->[Popover] Export `getOffsetTop` & `getOffsetLeft` from Popover's index and add typings (#32959) @rart
|
|
24
|
+
- ​<!-- 06 -->[Slider] Fix SliderValueLabelProps type (#32895) @oliviertassinari
|
|
25
|
+
- ​<!-- 05 -->[Snackbar] Remove `RTL` direction specific logic (#32808) @aaarichter
|
|
26
|
+
- ​<!-- 04 -->[StepIcon] Fix text centering when changing browser font size (#32706) @alansouzati
|
|
27
|
+
- ​<!-- 02 -->[Tabs] Scroll by width of the first visible tab if only one tab is partially visible (#32778) @frankkluijtmans
|
|
28
|
+
|
|
29
|
+
### `@mui/system@5.8.4`
|
|
30
|
+
|
|
31
|
+
- ​<!-- 38 -->[Stack, system] Apply correct responsive styles if any custom breakpoints are provided (#32913) @ZeeshanTamboli
|
|
32
|
+
- ​<!-- 03 -->[system] Fix missing typings for ColorFormat (#32417) @l-zoy
|
|
33
|
+
|
|
34
|
+
### `@mui/codemod@5.8.4`
|
|
35
|
+
|
|
36
|
+
- ​<!-- 35 -->[codemod] Add support for `@mui/styles/makeStyles` imports (#32962) @joshkel
|
|
37
|
+
|
|
38
|
+
### `@mui/lab@5.0.0-alpha.86`
|
|
39
|
+
|
|
40
|
+
- ​<!-- 08 -->[pickers] Fix broken ref forwarding (#33107) @oliviertassinari
|
|
41
|
+
- ​<!-- 13 -->[lab] Fix React's `forwardRef` warning when importing from the index (#33134) @mnajdova
|
|
42
|
+
|
|
43
|
+
### `@mui/base@5.0.0-alpha.85`
|
|
44
|
+
|
|
45
|
+
- ​<!-- 11 -->[MenuUnstyled] Accept callbacks in componentsProps (#32997) @michaldudak
|
|
46
|
+
- ​<!-- 10 -->[ModalUnstyled] Fix errors from the W3C validator about incorrect aria-hidden attribute on some elements (#30920) @mkrtchian
|
|
47
|
+
- ​<!-- 09 -->[ModalUnstyled] Fix behavior of not respecting props ariaHidden value (#32055) @tech-meppem
|
|
48
|
+
|
|
49
|
+
### `@mui/joy@5.0.0-alpha.32`
|
|
50
|
+
|
|
51
|
+
- ​<!-- 16 -->[Joy] Miscellaneous card fixes (#33129) @siriwatknp
|
|
52
|
+
- ​<!-- 15 -->[Joy] Miscellaneous fixes (#33073) @siriwatknp
|
|
53
|
+
- ​<!-- 14 -->[Joy] Add typography and link docs (#33047) @siriwatknp
|
|
54
|
+
|
|
55
|
+
### Docs
|
|
56
|
+
|
|
57
|
+
- ​<!-- 40 -->[Contributing.md] Local install instructions (#32975) @Moizsohail
|
|
58
|
+
- ​<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
|
|
59
|
+
- ​<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
|
|
60
|
+
- ​<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
|
|
61
|
+
- ​<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
|
|
62
|
+
- ​<!-- 28 -->[docs] Miscellaneous fixes in `MUI Base` docs (#33091) @ZeeshanTamboli
|
|
63
|
+
- ​<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
|
|
64
|
+
- ​<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
|
|
65
|
+
- ​<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
|
|
66
|
+
- ​<!-- 24 -->[docs] Improve aspect ratio docs and integration (#33065) @siriwatknp
|
|
67
|
+
- ​<!-- 34 -->[docs] Update code block copy label (#33128) @siriwatknp
|
|
68
|
+
- ​<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
|
|
69
|
+
- ​<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
|
|
70
|
+
- ​<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
|
|
71
|
+
- ​<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
|
|
72
|
+
- ​<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
|
|
73
|
+
|
|
74
|
+
### Core
|
|
75
|
+
|
|
76
|
+
- ​<!-- 39 -->yarn proptypes @oliviertassinari
|
|
77
|
+
- ​<!-- 34 -->[core] Update dependencies to fix security vulnerabilities (#33095) @michaldudak
|
|
78
|
+
- ​<!-- 33 -->[core] Import new line convention (#33068) @oliviertassinari
|
|
79
|
+
- ​<!-- 37 -->[core] Make repository configurable in changelog script (#33130) @Janpot
|
|
80
|
+
|
|
81
|
+
All contributors of this release in alphabetical order: @aaarichter, @alansouzati, @boutahlilsoufiane, @cherniavskii, @danilo-leal, @dvlprAlamin, @frankkluijtmans, @igordanchenko, @Janpot, @joshkel, @Kai-W, @KeaghanKennedy, @l-zoy, @michaldudak, @mkrtchian, @mnajdova, @Moizsohail, @oliviertassinari, @pushys, @rart, @siriwatknp, @tech-meppem, @winderica, @ZeeshanTamboli
|
|
82
|
+
|
|
83
|
+
## 5.8.3
|
|
84
|
+
|
|
85
|
+
<!-- generated comparing v5.8.2..master -->
|
|
86
|
+
|
|
87
|
+
_Jun 7, 2022_
|
|
88
|
+
|
|
89
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
90
|
+
This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
91
|
+
|
|
92
|
+
### `@mui/material@5.8.3`
|
|
93
|
+
|
|
94
|
+
- [Alert] Constrain message width and allow overflow (#32747) @Janpot
|
|
95
|
+
- [Checkbox] Add support for CSS variables (#32579) @haneenmahd
|
|
96
|
+
- [Slider] Fix positioning of tooltips on vertical slider (#32919) @abhinav-22-tech
|
|
97
|
+
|
|
98
|
+
### `@mui/system@5.8.3`
|
|
99
|
+
|
|
100
|
+
- [system] Configurable attributes for libraries (#32971) @siriwatknp
|
|
101
|
+
|
|
102
|
+
### `@mui/codemod@5.8.3`
|
|
103
|
+
|
|
104
|
+
- [codemod] Fix infinite loop in jss-to-tss-react and add TODO (#33048) @ryancogswell
|
|
105
|
+
|
|
106
|
+
### `@mui/lab@5.0.0-alpha.85`
|
|
107
|
+
|
|
108
|
+
- [pickers] Add deprecations when importing pickers from the lab (#32950) @flaviendelangle
|
|
109
|
+
|
|
110
|
+
### `@mui/joy@5.0.0-alpha.31`
|
|
111
|
+
|
|
112
|
+
- [Joy] Add `Slider` component and demos (#32694) @hbjORbj
|
|
113
|
+
- [Joy] Add articles about customization approaches (#32887) @siriwatknp
|
|
114
|
+
- [Joy] Add automatic adjustment page to core features (#32980) @siriwatknp
|
|
115
|
+
- [Joy] Add docs about dark mode (#33002) @siriwatknp
|
|
116
|
+
- [Joy] Add template UIs & first look blog post (#32791) @danilo-leal
|
|
117
|
+
|
|
118
|
+
### `@mui/base@5.0.0-alpha.84`
|
|
119
|
+
|
|
120
|
+
- [base] Remove @mui/system in tests (#32945) @kevinji
|
|
121
|
+
- [ButtonUnstyled] Accept callbacks in componentsProps (#32991) @michaldudak
|
|
122
|
+
- [SwitchUnstyled] Accept callbacks in componentsProps (#32993) @michaldudak
|
|
123
|
+
- [TablePaginationUnstyled] Define ownerState and slot props' types (#32905) @michaldudak
|
|
124
|
+
- [TabPanelUnstyled] Define ownerState and slot props' types (#32928) @michaldudak
|
|
125
|
+
- [TabsListUnstyled] Define ownerState and slot props' types (#32925) @michaldudak
|
|
126
|
+
|
|
127
|
+
### Docs
|
|
128
|
+
|
|
129
|
+
- [blog] Fix anchor link scroll (#32994) @oliviertassinari
|
|
130
|
+
- [docs] Add "Migration" section to sidebar and revise v4-v5 content (#32740) @samuelsycamore
|
|
131
|
+
- [docs] Add What doesn't count as a breaking change? (#32850) @oliviertassinari
|
|
132
|
+
- [docs] Fix 301 link @oliviertassinari
|
|
133
|
+
- [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
|
|
134
|
+
- [docs] Improve product identifier (#32707) @danilo-leal
|
|
135
|
+
- [docs] Improve UX with back to top (#32896) @oliviertassinari
|
|
136
|
+
- [docs] Polish overview page to Material UI (#32954) @oliviertassinari
|
|
137
|
+
- [docs] Redirect older URLs (#33037) @oliviertassinari
|
|
138
|
+
- [docs] Remove pickers page from the Lab section (#32961) @DanailH
|
|
139
|
+
- [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
|
|
140
|
+
- [docs] Throw on 301 links (#32939) @oliviertassinari
|
|
141
|
+
- [website] Add Gerda to the about page (#33038) @danilo-leal
|
|
142
|
+
- [website] Polish the pricing page (#32811) @oliviertassinari
|
|
143
|
+
- [website] Remove unnecessary `address` dependency (#32957) @michaldudak
|
|
144
|
+
|
|
145
|
+
### Core
|
|
146
|
+
|
|
147
|
+
- [core] Improve icon synonyms (#32742) @oliviertassinari
|
|
148
|
+
- [core] Prepare Next.js config for React 18 (#32963) @michaldudak
|
|
149
|
+
- [core] Remove dead logic (#32940) @oliviertassinari
|
|
150
|
+
- [core] Update dependencies to fix security vulnerabilities (#32947) @michaldudak
|
|
151
|
+
- Add security link to README for Tidelift @mbrookes
|
|
152
|
+
|
|
153
|
+
All contributors of this release in alphabetical order: @abhinav-22-tech, @DanailH, @danilo-leal, @flaviendelangle, @haneenmahd, @hbjORbj, @Janpot, @kevinji, @mbrookes, @michaldudak, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
154
|
+
|
|
155
|
+
## 5.8.2
|
|
156
|
+
|
|
157
|
+
<!-- generated comparing v5.8.1..master -->
|
|
158
|
+
|
|
159
|
+
_May 30, 2022_
|
|
160
|
+
|
|
161
|
+
A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
162
|
+
|
|
163
|
+
- 🐛 bug fixes and 📚 documentation improvements.
|
|
164
|
+
|
|
165
|
+
### `@mui/system@5.8.2`
|
|
166
|
+
|
|
167
|
+
- ​<!-- 04 -->[system] Add `getColorSchemeSelector` util (#32868) @siriwatknp
|
|
168
|
+
|
|
169
|
+
### `@mui/lab@5.0.0-alpha.84`
|
|
170
|
+
|
|
171
|
+
- ​<!-- 07 -->[Masonry] Place items to the left when there are less objects than specified in `column` prop (#32873) @hbjORbj
|
|
172
|
+
|
|
173
|
+
### `@mui/base@5.0.0-alpha.83`
|
|
174
|
+
|
|
175
|
+
- ​<!-- 24 -->[BadgeUnstyled] Define ownerState and slot props' types (#32750) @michaldudak
|
|
176
|
+
- ​<!-- 06 -->[SliderUnstyled] Define ownerState and slot props' types (#32739) @michaldudak
|
|
177
|
+
- ​<!-- 05 -->[SwitchUnstyled] Define ownerState and slot props' types (#32573) @michaldudak
|
|
178
|
+
- ​<!-- 03 -->[TabsUnstyled] Define ownerState and slot props' types (#32918) @michaldudak
|
|
179
|
+
- ​<!-- 02 -->[TabUnstyled] Define ownerState and slot props' types (#32915) @michaldudak
|
|
180
|
+
|
|
181
|
+
### `@mui/joy@5.0.0-alpha.30`
|
|
182
|
+
|
|
183
|
+
- ​<!-- 13 -->[Joy] use `textColor` prop for Typography and Link (#32938) @siriwatknp
|
|
184
|
+
- ​<!-- 12 -->[Joy] Make variants for more flexible (#32931) @siriwatknp
|
|
185
|
+
- ​<!-- 11 -->[Joy] Improve automatic adjustment (#32923) @siriwatknp
|
|
186
|
+
- ​<!-- 10 -->[Joy] Add `Chip` doc (#32819) @hbjORbj
|
|
187
|
+
- ​<!-- 09 -->[Joy] Add `AspectRatio` demos (#32848) @siriwatknp
|
|
188
|
+
- ​<!-- 08 -->[Joy] Fix wrong urls (#32883) @siriwatknp
|
|
189
|
+
|
|
190
|
+
### Docs
|
|
191
|
+
|
|
192
|
+
- ​<!-- 24 -->[docs] Iterate on the job ad for React engineer in Core (#32900) @mnajdova
|
|
193
|
+
- ​<!-- 23 -->[blog] Fix avatar image resolution (#32890) @oliviertassinari
|
|
194
|
+
- ​<!-- 19 -->[docs] Link the first page of the product (#32943) @oliviertassinari
|
|
195
|
+
- ​<!-- 18 -->[docs] Batch small changes (#32170) @michaldudak
|
|
196
|
+
- ​<!-- 17 -->[docs] Allow function prop to return undefined (#32766) @m4theushw
|
|
197
|
+
- ​<!-- 16 -->[docs] Fix wrong link to Material Icons (#32847) @oliviertassinari
|
|
198
|
+
- ​<!-- 15 -->[docs] Fix ClassNameGenerator content (#32800) @siriwatknp
|
|
199
|
+
- ​<!-- 14 -->[docs] Fix navigation links (#32851) @oliviertassinari
|
|
200
|
+
- ​<!-- 14 -->[docs] Document the `size` prop for InputLabel (#32936) @romelperez
|
|
201
|
+
- ​<!-- 21 -->[docs] Add note about transparent background on the outlined Alert variant (#32810) @aaarichter
|
|
202
|
+
- ​<!-- 01 -->[website] Update the careers's page with the new roles (#32535) @oliviertassinari
|
|
203
|
+
|
|
204
|
+
### Core
|
|
205
|
+
|
|
206
|
+
- ​<!-- 22 -->[core] Improve the incomplete issues workflow (#32878) @mnajdova
|
|
207
|
+
- ​<!-- 21 -->[core] Add CI check that the PR has label (#32886) @mnajdova
|
|
208
|
+
- ​<!-- 20 -->[core] Avoid leaking @babel/runtime (#32874) @oliviertassinari
|
|
209
|
+
|
|
210
|
+
All contributors of this release in alphabetical order: @aaarichter, @hbjORbj, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @romelperez, @siriwatknp
|
|
211
|
+
|
|
3
212
|
## 5.8.1
|
|
4
213
|
|
|
5
214
|
<!-- generated comparing v5.8.0..master -->
|
|
@@ -991,7 +1200,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
991
1200
|
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
992
1201
|
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
993
1202
|
- [website] Add banner for promoting priority open roles (#31076) @danilo-leal
|
|
994
|
-
- [website] Open Full-stack Engineer role for studio (#31038) @
|
|
1203
|
+
- [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
|
|
995
1204
|
- [website] Minor security improvements (#31062) @oliviertassinari
|
|
996
1205
|
- [website] Improve title of open roles (#30963) @DanailH
|
|
997
1206
|
- [website] Add BIMI avatar (#30444) @oliviertassinari
|
|
@@ -1006,7 +1215,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
1006
1215
|
- [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
|
|
1007
1216
|
- [core] Remove dead code (#31064) @oliviertassinari
|
|
1008
1217
|
|
|
1009
|
-
All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @
|
|
1218
|
+
All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @prakhargupta1, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
|
|
1010
1219
|
|
|
1011
1220
|
## 5.4.1
|
|
1012
1221
|
|
|
@@ -1716,14 +1925,14 @@ This is an early release to fix `export 'useId' (imported as 'React') was not fo
|
|
|
1716
1925
|
- ​<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
|
|
1717
1926
|
- ​<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
|
|
1718
1927
|
- ​<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
|
|
1719
|
-
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @
|
|
1928
|
+
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @prakhargupta1
|
|
1720
1929
|
- ​<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
|
|
1721
1930
|
- ​<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
|
|
1722
1931
|
- ​<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
|
|
1723
1932
|
- ​<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
|
|
1724
1933
|
- ​<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
|
|
1725
1934
|
|
|
1726
|
-
All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @
|
|
1935
|
+
All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @prakhargupta1, @oliviertassinari
|
|
1727
1936
|
|
|
1728
1937
|
## 5.2.0
|
|
1729
1938
|
|
|
@@ -1871,7 +2080,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1871
2080
|
- ​<!-- 33 -->[core] Add `experiments` index page (#29582) @siriwatknp
|
|
1872
2081
|
- ​<!-- 32 -->[core] Move s3 bucket ownership to mui-org (#29609) @eps1lon
|
|
1873
2082
|
- ​<!-- 31 -->[core] Improve support request message (#29614) @mnajdova
|
|
1874
|
-
- ​<!-- 30 -->[core] Use support request
|
|
2083
|
+
- ​<!-- 30 -->[core] Use support request GitHub Action (#29594) @mnajdova
|
|
1875
2084
|
- ​<!-- 29 -->[core] Remove unused `getJsxPreview` util (#29586) @ZeeshanTamboli
|
|
1876
2085
|
- ​<!-- 28 -->[core] Use GitHub issue forms (#28038) @oliviertassinari
|
|
1877
2086
|
- ​<!-- 26 -->[core] Add playground (#29423) @oliviertassinari
|
|
@@ -2541,7 +2750,7 @@ _Sep 1, 2021_
|
|
|
2541
2750
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2542
2751
|
|
|
2543
2752
|
- 🎉 Renamed packages to `@mui/*` as part of rebranding the company, following the strategy of expanding the library scope beyond Material Design. For more details about it, check the [GitHub discussion](https://github.com/mui/material-ui/discussions/27803).
|
|
2544
|
-
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/
|
|
2753
|
+
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/migration/migration-v4/#preset-safe)
|
|
2545
2754
|
- 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
|
|
2546
2755
|
|
|
2547
2756
|
### `@mui/material@5.0.0-rc.0`
|
|
@@ -3946,7 +4155,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3946
4155
|
/>
|
|
3947
4156
|
```
|
|
3948
4157
|
|
|
3949
|
-
> Follow [this link](https://mui.com/material-ui/
|
|
4158
|
+
> Follow [this link](https://mui.com/material-ui/migration/migration-v4/) for full migration from v4 => v5
|
|
3950
4159
|
|
|
3951
4160
|
#### Changes
|
|
3952
4161
|
|
|
@@ -5926,7 +6135,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
5926
6135
|
- [docs] Fix duplicated styles generated from emotion (#23809) @mnajdova
|
|
5927
6136
|
- [docs] Fix icon alignment in /components/breadcrumbs (#23818) @eps1lon
|
|
5928
6137
|
- [docs] Fix production deploy (#23963) @eps1lon
|
|
5929
|
-
- [docs] Fix source on
|
|
6138
|
+
- [docs] Fix source on GitHub links (#23821) @praveenkumar-kalidass
|
|
5930
6139
|
- [docs] Fix StickyHeaderTable round borders (#23882) @antoniopacheco
|
|
5931
6140
|
- [docs] Fix typo in date picker dayjs adapter name (#23935) @andresmrm
|
|
5932
6141
|
- [docs] Improve system properties page (#23961) @mnajdova
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { CalendarPickerProps } from '@mui/x-date-pickers/CalendarPicker';
|
|
3
|
+
declare type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
+
propTypes?: any;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const CalendarPicker: CalendarPickerComponent;
|
|
10
|
+
export default CalendarPicker;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
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
|
+
let warnedOnce = false;
|
|
6
|
+
|
|
7
|
+
const warn = () => {
|
|
8
|
+
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'));
|
|
10
|
+
warnedOnce = true;
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @ignore - do not document.
|
|
16
|
+
*/
|
|
17
|
+
const CalendarPicker = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPicker(props, ref) {
|
|
18
|
+
warn();
|
|
19
|
+
return /*#__PURE__*/_jsx(XCalendarPicker, _extends({
|
|
20
|
+
ref: ref
|
|
21
|
+
}, props));
|
|
22
|
+
});
|
|
23
|
+
export default CalendarPicker;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { default } from './CalendarPicker';
|
|
2
|
+
export { calendarPickerClasses } from '@mui/x-date-pickers/CalendarPicker';
|
|
2
3
|
export type { CalendarPickerClassKey, CalendarPickerClasses, CalendarPickerProps, CalendarPickerView, } from '@mui/x-date-pickers/CalendarPicker';
|
package/CalendarPicker/index.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { default } from './CalendarPicker';
|
|
2
|
+
export { calendarPickerClasses } from '@mui/x-date-pickers/CalendarPicker';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { CalendarPickerSkeletonProps } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
|
3
|
+
declare type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
+
propTypes?: any;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const CalendarPickerSkeleton: CalendarPickerSkeletonComponent;
|
|
10
|
+
export default CalendarPickerSkeleton;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
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
|
+
let warnedOnce = false;
|
|
7
|
+
|
|
8
|
+
const warn = () => {
|
|
9
|
+
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'));
|
|
11
|
+
warnedOnce = true;
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @ignore - do not document.
|
|
17
|
+
*/
|
|
18
|
+
const CalendarPickerSkeleton = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPickerSkeleton(props, ref) {
|
|
19
|
+
warn();
|
|
20
|
+
return /*#__PURE__*/_jsx(XCalendarPickerSkeleton, _extends({
|
|
21
|
+
ref: ref
|
|
22
|
+
}, props));
|
|
23
|
+
});
|
|
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;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { default } from './CalendarPickerSkeleton';
|
|
2
|
+
export { calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
|
2
3
|
export type { CalendarPickerSkeletonClassKey, CalendarPickerSkeletonProps, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { default } from './CalendarPickerSkeleton';
|
|
2
|
+
export { calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { ClockPickerProps } from '@mui/x-date-pickers/ClockPicker';
|
|
3
|
+
declare type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
+
propTypes?: any;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const ClockPicker: ClockPickerComponent;
|
|
10
|
+
export default ClockPicker;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
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
|
+
let warnedOnce = false;
|
|
6
|
+
|
|
7
|
+
const warn = () => {
|
|
8
|
+
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'));
|
|
10
|
+
warnedOnce = true;
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @ignore - do not document.
|
|
16
|
+
*/
|
|
17
|
+
const ClockPicker = /*#__PURE__*/React.forwardRef(function DeprecatedClockPicker(props, ref) {
|
|
18
|
+
warn();
|
|
19
|
+
return /*#__PURE__*/_jsx(XClockPicker, _extends({
|
|
20
|
+
ref: ref
|
|
21
|
+
}, props));
|
|
22
|
+
});
|
|
23
|
+
export default ClockPicker;
|
package/ClockPicker/index.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { default } from './ClockPicker';
|
|
2
|
+
export { clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
|
|
2
3
|
export type { ClockPickerClasses, ClockPickerClassKey, ClockPickerProps, ClockPickerView, } from '@mui/x-date-pickers/ClockPicker';
|
package/ClockPicker/index.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { default } from './ClockPicker';
|
|
2
|
+
export { clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
|
|
3
|
+
declare type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
+
propTypes?: any;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const DatePicker: DatePickerComponent;
|
|
10
|
+
export default DatePicker;
|