@mui/lab 5.0.0-alpha.88 → 5.0.0-alpha.91
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/AdapterDateFns/AdapterDateFns.d.ts +3 -0
- package/AdapterDateFns/AdapterDateFns.js +16 -0
- package/AdapterDateFns/index.d.ts +1 -1
- package/AdapterDateFns/index.js +1 -1
- package/AdapterDayjs/AdapterDayjs.d.ts +3 -0
- package/AdapterDayjs/AdapterDayjs.js +16 -0
- package/AdapterDayjs/index.d.ts +1 -1
- package/AdapterDayjs/index.js +1 -1
- package/AdapterLuxon/AdapterLuxon.d.ts +3 -0
- package/AdapterLuxon/AdapterLuxon.js +16 -0
- package/AdapterLuxon/index.d.ts +1 -1
- package/AdapterLuxon/index.js +1 -1
- package/AdapterMoment/AdapterMoment.d.ts +3 -0
- package/AdapterMoment/AdapterMoment.js +16 -0
- package/AdapterMoment/index.d.ts +1 -1
- package/AdapterMoment/index.js +1 -1
- package/CHANGELOG.md +185 -0
- package/CalendarPicker/CalendarPicker.d.ts +5 -1
- package/CalendarPicker/CalendarPicker.js +6 -9
- package/CalendarPicker/index.d.ts +1 -2
- package/CalendarPicker/index.js +1 -1
- package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +4 -1
- package/CalendarPickerSkeleton/CalendarPickerSkeleton.js +10 -23
- package/CalendarPickerSkeleton/index.d.ts +1 -2
- package/CalendarPickerSkeleton/index.js +1 -1
- package/ClockPicker/ClockPicker.d.ts +5 -1
- package/ClockPicker/ClockPicker.js +6 -9
- package/ClockPicker/index.d.ts +1 -2
- package/ClockPicker/index.js +1 -1
- package/DatePicker/DatePicker.d.ts +1 -1
- package/DatePicker/DatePicker.js +4 -448
- package/DatePicker/index.d.ts +1 -1
- package/DatePicker/index.js +2 -1
- package/DateTimePicker/DateTimePicker.d.ts +1 -1
- package/DateTimePicker/DateTimePicker.js +4 -536
- package/DateTimePicker/index.d.ts +1 -1
- package/DateTimePicker/index.js +2 -1
- package/DesktopDatePicker/DesktopDatePicker.d.ts +1 -1
- package/DesktopDatePicker/DesktopDatePicker.js +4 -412
- package/DesktopDatePicker/index.d.ts +1 -1
- package/DesktopDatePicker/index.js +2 -1
- package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +1 -1
- package/DesktopDateTimePicker/DesktopDateTimePicker.js +4 -500
- package/DesktopDateTimePicker/index.d.ts +1 -1
- package/DesktopDateTimePicker/index.js +2 -1
- package/DesktopTimePicker/DesktopTimePicker.d.ts +1 -1
- package/DesktopTimePicker/DesktopTimePicker.js +4 -330
- package/DesktopTimePicker/index.d.ts +2 -2
- package/DesktopTimePicker/index.js +2 -1
- package/LocalizationProvider/LocalizationProvider.d.ts +1 -1
- package/LocalizationProvider/LocalizationProvider.js +3 -22
- package/LocalizationProvider/index.d.ts +1 -1
- package/LocalizationProvider/index.js +2 -1
- package/Masonry/Masonry.js +14 -7
- package/MobileDatePicker/MobileDatePicker.d.ts +1 -1
- package/MobileDatePicker/MobileDatePicker.js +3 -425
- package/MobileDatePicker/index.d.ts +1 -1
- package/MobileDatePicker/index.js +2 -1
- package/MobileDateTimePicker/MobileDateTimePicker.d.ts +1 -1
- package/MobileDateTimePicker/MobileDateTimePicker.js +4 -514
- package/MobileDateTimePicker/index.d.ts +1 -1
- package/MobileDateTimePicker/index.js +2 -1
- package/MobileTimePicker/MobileTimePicker.d.ts +1 -1
- package/MobileTimePicker/MobileTimePicker.js +4 -344
- package/MobileTimePicker/index.d.ts +1 -1
- package/MobileTimePicker/index.js +2 -1
- package/MonthPicker/MonthPicker.d.ts +4 -1
- package/MonthPicker/MonthPicker.js +10 -9
- package/MonthPicker/index.d.ts +1 -2
- package/MonthPicker/index.js +1 -1
- package/PickersDay/PickersDay.d.ts +4 -1
- package/PickersDay/PickersDay.js +10 -23
- package/PickersDay/index.d.ts +1 -2
- package/PickersDay/index.js +1 -1
- package/StaticDatePicker/StaticDatePicker.d.ts +1 -1
- package/StaticDatePicker/StaticDatePicker.js +4 -386
- package/StaticDatePicker/index.d.ts +1 -1
- package/StaticDatePicker/index.js +2 -1
- package/StaticDateTimePicker/StaticDateTimePicker.d.ts +1 -1
- package/StaticDateTimePicker/StaticDateTimePicker.js +4 -474
- package/StaticDateTimePicker/index.d.ts +1 -1
- package/StaticDateTimePicker/index.js +2 -1
- package/StaticTimePicker/StaticTimePicker.d.ts +1 -1
- package/StaticTimePicker/StaticTimePicker.js +4 -304
- package/StaticTimePicker/index.d.ts +2 -2
- package/StaticTimePicker/index.js +2 -1
- package/TimePicker/TimePicker.d.ts +1 -1
- package/TimePicker/TimePicker.js +4 -366
- package/TimePicker/index.d.ts +1 -1
- package/TimePicker/index.js +2 -1
- package/Timeline/Timeline.d.ts +1 -1
- package/TimelineDot/TimelineDot.d.ts +6 -1
- package/TimelineDot/TimelineDot.js +3 -1
- package/YearPicker/YearPicker.d.ts +5 -1
- package/YearPicker/YearPicker.js +10 -8
- package/YearPicker/index.d.ts +2 -2
- package/YearPicker/index.js +2 -1
- package/index.js +1 -1
- package/legacy/AdapterDateFns/AdapterDateFns.js +19 -0
- package/legacy/AdapterDateFns/index.js +1 -1
- package/legacy/AdapterDayjs/AdapterDayjs.js +19 -0
- package/legacy/AdapterDayjs/index.js +1 -1
- package/legacy/AdapterLuxon/AdapterLuxon.js +19 -0
- package/legacy/AdapterLuxon/index.js +1 -1
- package/legacy/AdapterMoment/AdapterMoment.js +19 -0
- package/legacy/AdapterMoment/index.js +1 -1
- package/legacy/CalendarPicker/CalendarPicker.js +6 -9
- package/legacy/CalendarPicker/index.js +1 -1
- package/legacy/CalendarPickerSkeleton/CalendarPickerSkeleton.js +10 -23
- package/legacy/CalendarPickerSkeleton/index.js +1 -1
- package/legacy/ClockPicker/ClockPicker.js +6 -9
- package/legacy/ClockPicker/index.js +1 -1
- package/legacy/DatePicker/DatePicker.js +4 -448
- package/legacy/DatePicker/index.js +2 -1
- package/legacy/DateTimePicker/DateTimePicker.js +4 -536
- package/legacy/DateTimePicker/index.js +2 -1
- package/legacy/DesktopDatePicker/DesktopDatePicker.js +4 -412
- package/legacy/DesktopDatePicker/index.js +2 -1
- package/legacy/DesktopDateTimePicker/DesktopDateTimePicker.js +4 -500
- package/legacy/DesktopDateTimePicker/index.js +2 -1
- package/legacy/DesktopTimePicker/DesktopTimePicker.js +4 -330
- package/legacy/DesktopTimePicker/index.js +2 -1
- package/legacy/LocalizationProvider/LocalizationProvider.js +3 -22
- package/legacy/LocalizationProvider/index.js +2 -1
- package/legacy/Masonry/Masonry.js +14 -7
- package/legacy/MobileDatePicker/MobileDatePicker.js +3 -425
- package/legacy/MobileDatePicker/index.js +2 -1
- package/legacy/MobileDateTimePicker/MobileDateTimePicker.js +4 -514
- package/legacy/MobileDateTimePicker/index.js +2 -1
- package/legacy/MobileTimePicker/MobileTimePicker.js +4 -344
- package/legacy/MobileTimePicker/index.js +2 -1
- package/legacy/MonthPicker/MonthPicker.js +10 -9
- package/legacy/MonthPicker/index.js +1 -1
- package/legacy/PickersDay/PickersDay.js +10 -23
- package/legacy/PickersDay/index.js +1 -1
- package/legacy/StaticDatePicker/StaticDatePicker.js +4 -386
- package/legacy/StaticDatePicker/index.js +2 -1
- package/legacy/StaticDateTimePicker/StaticDateTimePicker.js +4 -474
- package/legacy/StaticDateTimePicker/index.js +2 -1
- package/legacy/StaticTimePicker/StaticTimePicker.js +4 -304
- package/legacy/StaticTimePicker/index.js +2 -1
- package/legacy/TimePicker/TimePicker.js +4 -366
- package/legacy/TimePicker/index.js +2 -1
- package/legacy/TimelineDot/TimelineDot.js +3 -1
- package/legacy/YearPicker/YearPicker.js +10 -8
- package/legacy/YearPicker/index.js +2 -1
- package/legacy/index.js +1 -1
- package/modern/AdapterDateFns/AdapterDateFns.js +16 -0
- package/modern/AdapterDateFns/index.js +1 -1
- package/modern/AdapterDayjs/AdapterDayjs.js +16 -0
- package/modern/AdapterDayjs/index.js +1 -1
- package/modern/AdapterLuxon/AdapterLuxon.js +16 -0
- package/modern/AdapterLuxon/index.js +1 -1
- package/modern/AdapterMoment/AdapterMoment.js +16 -0
- package/modern/AdapterMoment/index.js +1 -1
- package/modern/CalendarPicker/CalendarPicker.js +6 -9
- package/modern/CalendarPicker/index.js +1 -1
- package/modern/CalendarPickerSkeleton/CalendarPickerSkeleton.js +10 -23
- package/modern/CalendarPickerSkeleton/index.js +1 -1
- package/modern/ClockPicker/ClockPicker.js +6 -9
- package/modern/ClockPicker/index.js +1 -1
- package/modern/DatePicker/DatePicker.js +4 -448
- package/modern/DatePicker/index.js +2 -1
- package/modern/DateTimePicker/DateTimePicker.js +4 -536
- package/modern/DateTimePicker/index.js +2 -1
- package/modern/DesktopDatePicker/DesktopDatePicker.js +4 -412
- package/modern/DesktopDatePicker/index.js +2 -1
- package/modern/DesktopDateTimePicker/DesktopDateTimePicker.js +4 -500
- package/modern/DesktopDateTimePicker/index.js +2 -1
- package/modern/DesktopTimePicker/DesktopTimePicker.js +4 -330
- package/modern/DesktopTimePicker/index.js +2 -1
- package/modern/LocalizationProvider/LocalizationProvider.js +3 -22
- package/modern/LocalizationProvider/index.js +2 -1
- package/modern/Masonry/Masonry.js +14 -7
- package/modern/MobileDatePicker/MobileDatePicker.js +3 -425
- package/modern/MobileDatePicker/index.js +2 -1
- package/modern/MobileDateTimePicker/MobileDateTimePicker.js +4 -514
- package/modern/MobileDateTimePicker/index.js +2 -1
- package/modern/MobileTimePicker/MobileTimePicker.js +4 -344
- package/modern/MobileTimePicker/index.js +2 -1
- package/modern/MonthPicker/MonthPicker.js +10 -9
- package/modern/MonthPicker/index.js +1 -1
- package/modern/PickersDay/PickersDay.js +10 -23
- package/modern/PickersDay/index.js +1 -1
- package/modern/StaticDatePicker/StaticDatePicker.js +4 -386
- package/modern/StaticDatePicker/index.js +2 -1
- package/modern/StaticDateTimePicker/StaticDateTimePicker.js +4 -474
- package/modern/StaticDateTimePicker/index.js +2 -1
- package/modern/StaticTimePicker/StaticTimePicker.js +4 -304
- package/modern/StaticTimePicker/index.js +2 -1
- package/modern/TimePicker/TimePicker.js +4 -366
- package/modern/TimePicker/index.js +2 -1
- package/modern/TimelineDot/TimelineDot.js +3 -1
- package/modern/YearPicker/YearPicker.js +10 -8
- package/modern/YearPicker/index.js +2 -1
- package/modern/index.js +1 -1
- package/node/AdapterDateFns/AdapterDateFns.js +24 -0
- package/node/AdapterDateFns/index.js +4 -2
- package/node/AdapterDayjs/AdapterDayjs.js +24 -0
- package/node/AdapterDayjs/index.js +4 -2
- package/node/AdapterLuxon/AdapterLuxon.js +24 -0
- package/node/AdapterLuxon/index.js +4 -2
- package/node/AdapterMoment/AdapterMoment.js +24 -0
- package/node/AdapterMoment/index.js +4 -2
- package/node/CalendarPicker/CalendarPicker.js +8 -15
- package/node/CalendarPicker/index.js +17 -10
- package/node/CalendarPickerSkeleton/CalendarPickerSkeleton.js +15 -30
- package/node/CalendarPickerSkeleton/index.js +16 -15
- package/node/ClockPicker/ClockPicker.js +8 -15
- package/node/ClockPicker/index.js +17 -10
- package/node/DatePicker/DatePicker.js +4 -454
- package/node/DatePicker/index.js +18 -3
- package/node/DateTimePicker/DateTimePicker.js +4 -542
- package/node/DateTimePicker/index.js +18 -3
- package/node/DesktopDatePicker/DesktopDatePicker.js +4 -418
- package/node/DesktopDatePicker/index.js +18 -3
- package/node/DesktopDateTimePicker/DesktopDateTimePicker.js +4 -506
- package/node/DesktopDateTimePicker/index.js +18 -3
- package/node/DesktopTimePicker/DesktopTimePicker.js +4 -336
- package/node/DesktopTimePicker/index.js +19 -2
- package/node/LocalizationProvider/LocalizationProvider.js +3 -28
- package/node/LocalizationProvider/index.js +18 -3
- package/node/Masonry/Masonry.js +14 -7
- package/node/MobileDatePicker/MobileDatePicker.js +3 -431
- package/node/MobileDatePicker/index.js +18 -3
- package/node/MobileDateTimePicker/MobileDateTimePicker.js +4 -520
- package/node/MobileDateTimePicker/index.js +18 -3
- package/node/MobileTimePicker/MobileTimePicker.js +4 -350
- package/node/MobileTimePicker/index.js +18 -3
- package/node/MonthPicker/MonthPicker.js +15 -15
- package/node/MonthPicker/index.js +16 -15
- package/node/PickersDay/PickersDay.js +15 -30
- package/node/PickersDay/index.js +16 -15
- package/node/StaticDatePicker/StaticDatePicker.js +4 -392
- package/node/StaticDatePicker/index.js +18 -3
- package/node/StaticDateTimePicker/StaticDateTimePicker.js +4 -480
- package/node/StaticDateTimePicker/index.js +18 -3
- package/node/StaticTimePicker/StaticTimePicker.js +4 -310
- package/node/StaticTimePicker/index.js +19 -2
- package/node/TimePicker/TimePicker.js +4 -372
- package/node/TimePicker/index.js +18 -3
- package/node/TimelineDot/TimelineDot.js +3 -1
- package/node/YearPicker/YearPicker.js +15 -19
- package/node/YearPicker/index.js +18 -13
- package/node/index.js +1 -1
- package/package.json +6 -25
- package/themeAugmentation/index.d.ts +0 -2
|
@@ -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 {
|
|
1
|
+
export { default } from './AdapterDateFns';
|
package/AdapterDateFns/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { default } from './AdapterDateFns';
|
|
@@ -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
|
+
}
|
package/AdapterDayjs/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { default } from './AdapterDayjs';
|
package/AdapterDayjs/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { default } from './AdapterDayjs';
|
|
@@ -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
|
+
}
|
package/AdapterLuxon/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { default } from './AdapterLuxon';
|
package/AdapterLuxon/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { default } from './AdapterLuxon';
|
|
@@ -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
|
+
}
|
package/AdapterMoment/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { default } from './AdapterMoment';
|
package/AdapterMoment/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { default } from './AdapterMoment';
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,190 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.9.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.9.0..master -->
|
|
6
|
+
|
|
7
|
+
_Jul 18, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 17 contributors who made this release possible. This release is mainly about 🐛 bug fixes and 📚 documentation improvements
|
|
10
|
+
|
|
11
|
+
### `@mui/material@5.9.1`
|
|
12
|
+
|
|
13
|
+
- ​<!-- 24 -->[Autocomplete] Fix disabling component crashing when focused (#31313) @mzedel
|
|
14
|
+
- ​<!-- 07 -->[Grid] Avoid scrollbar in demo (#33527) @oliviertassinari
|
|
15
|
+
- ​<!-- 05 -->[Slider] Fix transition of tooltips on vertical slider (#33009) @abhinav-22-tech
|
|
16
|
+
- ​<!-- 01 -->[TouchRipple] Fix crash on android where `event.touches` are an empty array (#32974) @lukeggchapman
|
|
17
|
+
|
|
18
|
+
### `@mui/system@5.9.1`
|
|
19
|
+
|
|
20
|
+
- ​<!-- 04 -->[system] Add flag to switch negative margin approach in Grid (#33484) @siriwatknp
|
|
21
|
+
- ​<!-- 03 -->[system] Remove needless optional chaining check in `createEmptyBreakpointObject` method (#33482) @ZeeshanTamboli
|
|
22
|
+
|
|
23
|
+
### `@mui/base@5.0.0-alpha.90`
|
|
24
|
+
|
|
25
|
+
- ​<!-- 23 -->[base] Export types used by components' props (#33522) @michaldudak
|
|
26
|
+
- ​<!-- 22 -->[base] Add missing type definitions in useControllableReducer (#33496) @michaldudak
|
|
27
|
+
- ​<!-- 06 -->[SelectUnstyled] Do not call onChange unnecessarily (#33408) @michaldudak
|
|
28
|
+
|
|
29
|
+
### `@mui/lab@5.0.0-alpha.91`
|
|
30
|
+
|
|
31
|
+
- ​<!-- 02 -->[TimelineDot] Add TimelineDotPropsColorOverrides interface to extend color options (#33466) @lolaignatova
|
|
32
|
+
|
|
33
|
+
### Docs
|
|
34
|
+
|
|
35
|
+
- ​<!-- 19 -->[docs] Add note about CssBaseline in the dark mode page (#33108) @GabrielaLokelani
|
|
36
|
+
- ​<!-- 18 -->[docs] Fix typos in the Interoperability page (#33273) @HexM7
|
|
37
|
+
- ​<!-- 17 -->[docs] Improve the `useTheme` documentation (#33508) @rickstaa
|
|
38
|
+
- ​<!-- 16 -->[docs] Fix 301 redirections (#33521) @oliviertassinari
|
|
39
|
+
- ​<!-- 15 -->[docs] Link the same codesandbox as in the docs (#33472) @oliviertassinari
|
|
40
|
+
- ​<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
|
|
41
|
+
- ​<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
|
|
42
|
+
- ​<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
|
|
43
|
+
- ​<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
|
|
44
|
+
- ​<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
|
|
45
|
+
- ​<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
|
|
46
|
+
- ​<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
|
|
47
|
+
|
|
48
|
+
### Core
|
|
49
|
+
|
|
50
|
+
- ​<!-- 21 -->[core] Cleanup experiments (#33547) @siriwatknp
|
|
51
|
+
- ​<!-- 20 -->[core] Update CHANGELOG to include pickers breaking change (#33486) @siriwatknp
|
|
52
|
+
|
|
53
|
+
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
|
|
54
|
+
|
|
55
|
+
## 5.9.0
|
|
56
|
+
|
|
57
|
+
<!-- generated comparing v5.8.7..master -->
|
|
58
|
+
|
|
59
|
+
_Jul 12, 2022_
|
|
60
|
+
|
|
61
|
+
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
62
|
+
|
|
63
|
+
- 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
|
|
64
|
+
- 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
|
|
65
|
+
- 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
|
|
66
|
+
- ⚠️ **[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
|
|
67
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
68
|
+
- our documentation site is now running with React 18! (#33196) @mnajdova
|
|
69
|
+
|
|
70
|
+
### `@mui/material@5.9.0`
|
|
71
|
+
|
|
72
|
+
- [CssBaseline] Fixes in overriding style (#33338) @ZeeshanTamboli
|
|
73
|
+
- [Autocomplete] Remove unnecessary `clsx` wrapper for single className (#33398) @ZeeshanTamboli
|
|
74
|
+
- [Grid] Export new grid as unstable (#33479) @siriwatknp
|
|
75
|
+
- [Tooltip] Fix children mouse over detection (#32321) @ivan-ngchakming
|
|
76
|
+
- [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
|
|
77
|
+
- [TypeScript] Fix theme options components types to use `Theme` (#33434) @siriwatknp
|
|
78
|
+
- [TypeScript] Reexports necessary types for module augmentation (#33397) @siriwatknp
|
|
79
|
+
- [ScopedCssBaseline] Add sx typings (#33474) @joebingham-wk
|
|
80
|
+
|
|
81
|
+
### `@mui/system@5.9.0`
|
|
82
|
+
|
|
83
|
+
- [System] Add offset feature to Grid (#33415) @siriwatknp
|
|
84
|
+
- [system] Add new `Grid` implementation (#32746) @siriwatknp
|
|
85
|
+
|
|
86
|
+
### `@mui/lab@5.0.0-alpha.90`
|
|
87
|
+
|
|
88
|
+
**⚠️ Breaking changes**
|
|
89
|
+
|
|
90
|
+
- [lab] Remove the pickers (#33386) @flaviendelangle
|
|
91
|
+
|
|
92
|
+
The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/).
|
|
93
|
+
|
|
94
|
+
**Changes**
|
|
95
|
+
|
|
96
|
+
- [Masonry] Support rem/em values for spacing prop (#33384) @hbjORbj
|
|
97
|
+
|
|
98
|
+
### `@mui/base@5.0.0-alpha.89`
|
|
99
|
+
|
|
100
|
+
- Base] Change the order of class names merged in useSlotProps (#33383) @michaldudak
|
|
101
|
+
- [ModalUnstyled] Accept callbacks in componentsProps (#33181) @michaldudak
|
|
102
|
+
- [SelectUnstyled] Accept callbacks in componentsProps (#33197) @michaldudak
|
|
103
|
+
- [TabsUnstyled] Accept callbacks in componentsProps (#33284) @michaldudak
|
|
104
|
+
|
|
105
|
+
### `@mui/joy@5.0.0-alpha.36`
|
|
106
|
+
|
|
107
|
+
- [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
|
|
108
|
+
- [Joy] Fix variants color palette regressions (#33394) @danilo-leal
|
|
109
|
+
|
|
110
|
+
### Docs
|
|
111
|
+
|
|
112
|
+
- [docs] Correcting small grammatical error (#33393) @robyyo
|
|
113
|
+
- [docs] Link to the correct package on Joy component pages (#33439) @cherniavskii
|
|
114
|
+
- [docs] Fix e2e tests (#33477) @siriwatknp
|
|
115
|
+
- [docs] Fix dead links (#33462) @oliviertassinari
|
|
116
|
+
- [docs] Cleanup the migration (#33463) @siriwatknp
|
|
117
|
+
- [docs] Fix broken Sponsoring services links @samuelsycamore
|
|
118
|
+
- [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
|
|
119
|
+
- [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
|
|
120
|
+
- [docs] Update to React 18 (#33196) @mnajdova
|
|
121
|
+
- [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
|
|
122
|
+
- [docs] Add "refine" demo to showcase (#33240) @omeraplak
|
|
123
|
+
- [docs] Add webpack alias for legacy utils package (#33376) @jgbae
|
|
124
|
+
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
125
|
+
- [examples] Update MUI Base with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
|
|
126
|
+
- [examples] Add MUI base example (#33154) @siriwatknp
|
|
127
|
+
|
|
128
|
+
### Core
|
|
129
|
+
|
|
130
|
+
- [core] Fix @mui/monorepo regression for the import of the docs infra (#33390) @Janpot
|
|
131
|
+
- [core] Remove old babel resolve rule (#33432) @oliviertassinari
|
|
132
|
+
- [website] Shorten the plan descriptions on the pricing page (#32984) @joserodolfofreitas
|
|
133
|
+
- [website] Link EULA in the license quantity section (#33292) @oliviertassinari
|
|
134
|
+
|
|
135
|
+
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
|
|
136
|
+
|
|
137
|
+
## 5.8.7
|
|
138
|
+
|
|
139
|
+
<!-- generated comparing v5.8.6..master -->
|
|
140
|
+
|
|
141
|
+
_Jul 4, 2022_
|
|
142
|
+
|
|
143
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
144
|
+
|
|
145
|
+
- 🐛 Fixed an issue causing Typescript errors when building a project with Material UI v5.8.6 (@michaldudak)
|
|
146
|
+
- 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
|
|
147
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
148
|
+
|
|
149
|
+
### `@mui/material@5.8.7`
|
|
150
|
+
|
|
151
|
+
- [Autocomplete] Add some missing props in `useAutocomplete` (#33269) @henriqueholtz
|
|
152
|
+
- [Autocomplete] Extend `componentsProps` to include `popper` and `popupIndicator` slots (#33283) @jake-collibra
|
|
153
|
+
- [Select] Annotate empty string as valid value prop (#33088) @MattiasMartens
|
|
154
|
+
- [SnackbarContent] Fix message text color with css var provider (#33285) @TimoWilhelm
|
|
155
|
+
|
|
156
|
+
### `@mui/styled-engine@5.8.7`
|
|
157
|
+
|
|
158
|
+
- [styled-engine] Add missing type dependency on csstype (#33310) @Methuselah96
|
|
159
|
+
|
|
160
|
+
### `@mui/system@5.8.7`
|
|
161
|
+
|
|
162
|
+
- [system] Simplify theme input types for `CssVarsProvider` (#33381) @siriwatknp
|
|
163
|
+
- [system] Export required types (#33324) @michaldudak
|
|
164
|
+
|
|
165
|
+
### `@mui/joy@5.0.0-alpha.35`
|
|
166
|
+
|
|
167
|
+
- [Joy] Add radio button documentation (#33254) @siriwatknp
|
|
168
|
+
- [Joy] Add switch documentation (#33302) @siriwatknp
|
|
169
|
+
- [Joy] Batch a couple of documentation refinements (#33158)
|
|
170
|
+
- [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
|
|
171
|
+
|
|
172
|
+
### `@mui/base@5.0.0-alpha.88`
|
|
173
|
+
|
|
174
|
+
- [base] Remove a type incompatible with Typescript 3.5 (#33361) @michaldudak
|
|
175
|
+
- [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
|
|
176
|
+
- [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
|
|
177
|
+
|
|
178
|
+
### Docs
|
|
179
|
+
|
|
180
|
+
- [docs] Fix Link typings in the react-router example (#32308) @aaarichter
|
|
181
|
+
- [docs] Add caveat about class components with Tooltip (#33325) @joshkel
|
|
182
|
+
- [docs] Fix SEO issues (#33288) @oliviertassinari
|
|
183
|
+
- [docs] Fix Slider's "player" demo (#33267) @xlianghang
|
|
184
|
+
- [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
|
|
185
|
+
|
|
186
|
+
All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
|
|
187
|
+
|
|
3
188
|
## 5.8.6
|
|
4
189
|
|
|
5
190
|
<!-- generated comparing v5.8.5..master -->
|
|
@@ -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
|
-
|
|
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`.', '
|
|
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(
|
|
15
|
+
const CalendarPicker = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPicker() {
|
|
18
16
|
warn();
|
|
19
|
-
return
|
|
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
|
|
3
|
-
export type { CalendarPickerClassKey, CalendarPickerClasses, CalendarPickerProps, CalendarPickerView, } from '@mui/x-date-pickers/CalendarPicker';
|
|
2
|
+
export * from './CalendarPicker';
|
package/CalendarPicker/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { default } from './CalendarPicker';
|
|
2
|
-
export
|
|
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
|
-
|
|
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`.', '
|
|
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(
|
|
15
|
+
const CalendarPickerSkeleton = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPickerSkeleton() {
|
|
19
16
|
warn();
|
|
20
|
-
return
|
|
21
|
-
ref: ref
|
|
22
|
-
}, props));
|
|
17
|
+
return null;
|
|
23
18
|
});
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
= {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
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
|
|
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
|
|
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
|
-
|
|
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`.', '
|
|
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(
|
|
15
|
+
const ClockPicker = /*#__PURE__*/React.forwardRef(function DeprecatedClockPicker() {
|
|
18
16
|
warn();
|
|
19
|
-
return
|
|
20
|
-
ref: ref
|
|
21
|
-
}, props));
|
|
17
|
+
return null;
|
|
22
18
|
});
|
|
23
|
-
export default ClockPicker;
|
|
19
|
+
export default ClockPicker;
|
|
20
|
+
export const clockPickerClasses = {};
|
package/ClockPicker/index.d.ts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
1
|
export { default } from './ClockPicker';
|
|
2
|
-
export
|
|
3
|
-
export type { ClockPickerClasses, ClockPickerClassKey, ClockPickerProps, ClockPickerView, } from '@mui/x-date-pickers/ClockPicker';
|
|
2
|
+
export * from './ClockPicker';
|
package/ClockPicker/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { default } from './ClockPicker';
|
|
2
|
-
export
|
|
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>;
|