@mui/lab 5.0.0-alpha.80 → 5.0.0-alpha.81
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/index.d.ts +1 -1
- package/AdapterDayjs/index.d.ts +1 -1
- package/AdapterLuxon/index.d.ts +1 -1
- package/AdapterMoment/index.d.ts +1 -1
- package/CHANGELOG.md +101 -0
- package/CalendarPicker/index.d.ts +2 -2
- package/CalendarPickerSkeleton/index.d.ts +2 -2
- package/ClockPicker/index.d.ts +2 -2
- package/DatePicker/index.d.ts +2 -2
- package/DateRangePicker/DateRangePicker.d.ts +11 -11
- package/DateRangePicker/index.d.ts +2 -2
- package/DateRangePickerDay/DateRangePickerDay.d.ts +13 -13
- package/DateRangePickerDay/index.d.ts +2 -2
- package/DateTimePicker/index.d.ts +2 -2
- package/DesktopDatePicker/index.d.ts +2 -2
- package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +10 -10
- package/DesktopDateRangePicker/index.d.ts +2 -2
- package/DesktopDateTimePicker/index.d.ts +2 -2
- package/DesktopTimePicker/index.d.ts +2 -2
- package/LoadingButton/loadingButtonClasses.d.ts +22 -22
- package/LocalizationProvider/index.d.ts +2 -2
- package/Masonry/masonryClasses.d.ts +8 -8
- package/MobileDatePicker/index.d.ts +2 -2
- package/MobileDateRangePicker/MobileDateRangePicker.d.ts +10 -10
- package/MobileDateRangePicker/index.d.ts +2 -2
- package/MobileDateTimePicker/index.d.ts +2 -2
- package/MobileTimePicker/index.d.ts +2 -2
- package/MonthPicker/index.d.ts +2 -2
- package/PickersDay/index.d.ts +2 -2
- package/StaticDatePicker/index.d.ts +2 -2
- package/StaticDateRangePicker/StaticDateRangePicker.d.ts +10 -10
- package/StaticDateRangePicker/index.d.ts +2 -2
- package/StaticDateTimePicker/index.d.ts +2 -2
- package/StaticTimePicker/index.d.ts +2 -2
- package/TabPanel/tabPanelClasses.d.ts +8 -8
- package/TimePicker/index.d.ts +2 -2
- package/Timeline/Timeline.d.ts +59 -59
- package/Timeline/TimelineContext.d.ts +6 -6
- package/Timeline/index.d.ts +5 -5
- package/Timeline/timelineClasses.d.ts +3 -3
- package/TimelineConnector/timelineConnectorClasses.d.ts +8 -8
- package/TimelineContent/timelineContentClasses.d.ts +14 -14
- package/TimelineDot/timelineDotClasses.d.ts +24 -24
- package/TimelineItem/timelineItemClasses.d.ts +16 -16
- package/TimelineOppositeContent/timelineOppositeContentClasses.d.ts +14 -14
- package/TimelineSeparator/timelineSeparatorClasses.d.ts +8 -8
- package/TreeItem/treeItemClasses.d.ts +24 -24
- package/TreeView/treeViewClasses.d.ts +8 -8
- package/YearPicker/index.d.ts +2 -2
- package/index.js +1 -1
- package/internal/svg-icons/ArrowDropDown.d.ts +7 -7
- package/internal/svg-icons/ArrowLeft.d.ts +7 -7
- package/internal/svg-icons/ArrowRight.d.ts +7 -7
- package/internal/svg-icons/Calendar.d.ts +7 -7
- package/internal/svg-icons/Clock.d.ts +7 -7
- package/internal/svg-icons/DateRange.d.ts +7 -7
- package/internal/svg-icons/Pen.d.ts +7 -7
- package/internal/svg-icons/Time.d.ts +7 -7
- package/legacy/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AdapterDateFns as default } from '@mui/x-date-pickers/AdapterDateFns';
|
|
1
|
+
export { AdapterDateFns as default } from '@mui/x-date-pickers/AdapterDateFns';
|
package/AdapterDayjs/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AdapterDayjs as default } from '@mui/x-date-pickers/AdapterDayjs';
|
|
1
|
+
export { AdapterDayjs as default } from '@mui/x-date-pickers/AdapterDayjs';
|
package/AdapterLuxon/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AdapterLuxon as default } from '@mui/x-date-pickers/AdapterLuxon';
|
|
1
|
+
export { AdapterLuxon as default } from '@mui/x-date-pickers/AdapterLuxon';
|
package/AdapterMoment/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AdapterMoment as default } from '@mui/x-date-pickers/AdapterMoment';
|
|
1
|
+
export { AdapterMoment as default } from '@mui/x-date-pickers/AdapterMoment';
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,106 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.7.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.6.4..master -->
|
|
6
|
+
|
|
7
|
+
_May 10, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 27 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
🛠 This release is all about supporting CSS variables in many Material UI components.
|
|
12
|
+
Kudos to all contributors!
|
|
13
|
+
|
|
14
|
+
### `@mui/material@5.7.0`
|
|
15
|
+
|
|
16
|
+
- [StepLabel, StepIcon] Add support for CSS variables (#32609) @vicasas
|
|
17
|
+
- [Table, TableRow] Add support for CSS variables (#32614) @vicasas
|
|
18
|
+
- [AppBar] Add a logo component for the responsive app bar demo (#32374) @ameetmadan
|
|
19
|
+
- [Autocomplete] Fix clearing single array values (#32626) @mikepricedev
|
|
20
|
+
- [Autocomplete] Fix keep listbox open on left/right keys when inputValue is not empty (#31407) @alisasanib
|
|
21
|
+
- [Autocomplete] Add support for CSS variables (#32598) @ZeeshanTamboli
|
|
22
|
+
- [Autocomplete] Render `endAdornment` only when necessary (#32386) @g1eny0ung
|
|
23
|
+
- [ButtonGroup] Add support for CSS variables (#32498) @vicasas
|
|
24
|
+
- [CardActionArea] Add support for CSS variables (#32554) @vicasas
|
|
25
|
+
- [ClickAwayListener] Allow pointer up/down events to event handler (#32264) @vladjerca
|
|
26
|
+
- [CssBaseline] Add support for CSS vars (#32618) @haneenmahd
|
|
27
|
+
- [Dialog] Add support for CSS variables (#32555) @vicasas
|
|
28
|
+
- [Divider] Add support for CSS variables (#32519) @vicasas
|
|
29
|
+
- [Drawer] Add support for CSS variables (#32565) @nghiamvt
|
|
30
|
+
- [Fab] Add support for CSS variables (#32564) @alisasanib
|
|
31
|
+
- [FormControlLabel] Add support for CSS variables (#32588) @elliefoote
|
|
32
|
+
- [FormHelperText] Add support for CSS variables (#32596) @ZeeshanTamboli
|
|
33
|
+
- [FormLabel] Add support for CSS variables (#32602) @ZeeshanTamboli
|
|
34
|
+
- [Icon] Add support for CSS variables (#32595) @Jamaalwbrown
|
|
35
|
+
- [IconButton] Add support for CSS variables (#32590) @Ariyapong
|
|
36
|
+
- [ImageListItemBar] Add support for CSS variables (#32578) @vicasas
|
|
37
|
+
- [Input] Support CSS variables (#32128) @ivan-ngchakming
|
|
38
|
+
- [InputAdornment] Add support CSS variables (#32607) @vicasas
|
|
39
|
+
- [Link] Fix style overrides color prop (#32653) @siriwatknp
|
|
40
|
+
- [ListItem] Add support for CSS variables (#32580) @dan-mba
|
|
41
|
+
- [ListItemButton] Add support for CSS variables (#32582) @dan-mba
|
|
42
|
+
- [ListItemIcon] Add support for CSS variables (#32583) @dan-mba
|
|
43
|
+
- [ListSubheader] Add support for CSS variables (#32584) @dan-mba
|
|
44
|
+
- [MenuItem] Add support for CSS variables (#32561) @nghiamvt
|
|
45
|
+
- [MobileStepper] Add support for CSS vars (#32606) @haneenmahd
|
|
46
|
+
- [Modal] Add support for CSS variables (#32605) @haneenmahd
|
|
47
|
+
- [PaginationItem] Add support for CSS vars (#32612) @haneenmahd
|
|
48
|
+
- [Rating] Add support for CSS variables (#32556) @vicasas
|
|
49
|
+
- [Snackbar] Add support for CSS variables (#32603) @gin1314
|
|
50
|
+
- [SpeedDial] Add support for CSS variables (#32613) @alisasanib
|
|
51
|
+
- [Stepper] Export useStepperContext (#31398) @pzi
|
|
52
|
+
- [SvgIcon] Add support for CSS variables (#32610) @vicasas
|
|
53
|
+
- [TablePagination] Add support for CSS variables (#32615) @haneenmahd
|
|
54
|
+
- [TableSortLabel]: Add support for CSS vars (#32616) @haneenmahd
|
|
55
|
+
- [Tabs] Add support for CSS variables (#32547) @ZeeshanTamboli
|
|
56
|
+
- [ToggleButton] Add support for CSS variables (#32600) @Ariyapong
|
|
57
|
+
- [ToggleButtonGroup] Add support for CSS variables (#32617) @haneenmahd
|
|
58
|
+
- [Tooltip] Add support for CSS variables (#32594) @gin1314
|
|
59
|
+
|
|
60
|
+
### `@mui/system@5.7.0`
|
|
61
|
+
|
|
62
|
+
- [System] Support CSS variables for iframes & custom nodes (#32496) @siriwatknp
|
|
63
|
+
|
|
64
|
+
### `@mui/base@5.0.0-alpha.80`
|
|
65
|
+
|
|
66
|
+
- [ButtonUnstyled] Fix keyboard navigation on customized elements (#32204) @michaldudak
|
|
67
|
+
|
|
68
|
+
### `@mui/private-classnames@5.7.0`
|
|
69
|
+
|
|
70
|
+
- [classnames] Add new package for classnames utils (#32502) @mnajdova
|
|
71
|
+
|
|
72
|
+
### Docs
|
|
73
|
+
|
|
74
|
+
- [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
|
|
75
|
+
- [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
|
|
76
|
+
- [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
|
|
77
|
+
- [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
|
|
78
|
+
- [docs] Show product identifier on new X pages (#32657) @cherniavskii
|
|
79
|
+
- [docs] Fix copy button childNode not found (#32652) @siriwatknp
|
|
80
|
+
- [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
|
|
81
|
+
- [docs] Base Switch style revisions and final review (#32376) @samuelsycamore
|
|
82
|
+
- [docs] Adds Badge link to Base doc nav (#32619) @samuelsycamore
|
|
83
|
+
- [docs] Base Installation style revisions and final review (#32483) @samuelsycamore
|
|
84
|
+
- [docs] Fix broken redirection (#32581) @oliviertassinari
|
|
85
|
+
- [docs] Allows to use `import '<library name>'` in demonstrations (#32492) @alexfauquette
|
|
86
|
+
- [docs] Hide copy button on search icon dialog (#32577) @siriwatknp
|
|
87
|
+
- [docs] Use full API link for ThemeProvider (#32549) @jcvidiri
|
|
88
|
+
- [Joy] Add principles page (#32648) @siriwatknp
|
|
89
|
+
- [Joy] Add Button page (#32576) @siriwatknp
|
|
90
|
+
- [Joy] Add "Quick start" and "Tutorial" pages (#32383) @siriwatknp
|
|
91
|
+
- [website] Add store to the footer and "hiring" chip adjustment (#32650) @danilo-leal
|
|
92
|
+
- [website] Optimize conversion to store (#32646) @oliviertassinari
|
|
93
|
+
- [website] Remove copy button on marketing pages (#32649) @siriwatknp
|
|
94
|
+
- [website] Add missing space in copy label (#32638) @flaviendelangle
|
|
95
|
+
|
|
96
|
+
### Core
|
|
97
|
+
|
|
98
|
+
- [core] Security updates (#32636) @michaldudak
|
|
99
|
+
- [core] Fix `docs:dev` not working after upgrading `next` to 12.1.0 (#32552) @cherniavskii
|
|
100
|
+
- [core] Update minimist to fix security vulnerability (#32575) @michaldudak
|
|
101
|
+
|
|
102
|
+
All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @ameetmadan, @Ariyapong, @cherniavskii, @dan-mba, @danilo-leal, @elliefoote, @flaviendelangle, @g1eny0ung, @gin1314, @haneenmahd, @ivan-ngchakming, @Jamaalwbrown, @jcvidiri, @michaldudak, @mikepricedev, @mnajdova, @nghiamvt, @oliviertassinari, @pzi, @samuelsycamore, @siriwatknp, @stefanprobst, @vicasas, @vladjerca, @ZeeshanTamboli
|
|
103
|
+
|
|
3
104
|
## 5.6.4
|
|
4
105
|
|
|
5
106
|
<!-- generated comparing v5.6.3..master -->
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { CalendarPicker as default, calendarPickerClasses, } from '@mui/x-date-pickers/CalendarPicker';
|
|
2
|
-
export type { CalendarPickerClassKey, CalendarPickerClasses, CalendarPickerProps, CalendarPickerView, } from '@mui/x-date-pickers/CalendarPicker';
|
|
1
|
+
export { CalendarPicker as default, calendarPickerClasses, } from '@mui/x-date-pickers/CalendarPicker';
|
|
2
|
+
export type { CalendarPickerClassKey, CalendarPickerClasses, CalendarPickerProps, CalendarPickerView, } from '@mui/x-date-pickers/CalendarPicker';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { CalendarPickerSkeleton as default, calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
|
2
|
-
export type { CalendarPickerSkeletonClassKey, CalendarPickerSkeletonProps, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
|
1
|
+
export { CalendarPickerSkeleton as default, calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
|
2
|
+
export type { CalendarPickerSkeletonClassKey, CalendarPickerSkeletonProps, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
package/ClockPicker/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { ClockPicker as default, clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
|
|
2
|
-
export type { ClockPickerClasses, ClockPickerClassKey, ClockPickerProps, ClockPickerView, } from '@mui/x-date-pickers/ClockPicker';
|
|
1
|
+
export { ClockPicker as default, clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
|
|
2
|
+
export type { ClockPickerClasses, ClockPickerClassKey, ClockPickerProps, ClockPickerView, } from '@mui/x-date-pickers/ClockPicker';
|
package/DatePicker/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { DatePicker as default } from '@mui/x-date-pickers/DatePicker';
|
|
2
|
-
export type { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
|
|
1
|
+
export { DatePicker as default } from '@mui/x-date-pickers/DatePicker';
|
|
2
|
+
export type { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
declare type DateRangePickerComponent = (<TDate>(props: DateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
-
propTypes?: any;
|
|
4
|
-
};
|
|
5
|
-
/**
|
|
6
|
-
* @ignore - do not document.
|
|
7
|
-
*/
|
|
8
|
-
declare const DateRangePicker: DateRangePickerComponent;
|
|
9
|
-
export default DateRangePicker;
|
|
10
|
-
export declare type DateRangePickerProps = Record<any, any>;
|
|
11
|
-
export declare type DateRange<TDate> = [TDate | null, TDate | null];
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare type DateRangePickerComponent = (<TDate>(props: DateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @ignore - do not document.
|
|
7
|
+
*/
|
|
8
|
+
declare const DateRangePicker: DateRangePickerComponent;
|
|
9
|
+
export default DateRangePicker;
|
|
10
|
+
export declare type DateRangePickerProps = Record<any, any>;
|
|
11
|
+
export declare type DateRange<TDate> = [TDate | null, TDate | null];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './DateRangePicker';
|
|
2
|
-
export * from './DateRangePicker';
|
|
1
|
+
export { default } from './DateRangePicker';
|
|
2
|
+
export * from './DateRangePicker';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
declare type DateRangePickerDayComponent = (<TDate>(props: DateRangePickerDayProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
-
propTypes?: any;
|
|
4
|
-
};
|
|
5
|
-
/**
|
|
6
|
-
* @ignore - do not document.
|
|
7
|
-
*/
|
|
8
|
-
declare const DateRangePickerDay: DateRangePickerDayComponent;
|
|
9
|
-
export default DateRangePickerDay;
|
|
10
|
-
export declare const getDateRangePickerDayUtilityClass: (slot: string) => string;
|
|
11
|
-
export declare type DateRangePickerDayProps = Record<any, any>;
|
|
12
|
-
export declare type DateRangePickerDayClasses = any;
|
|
13
|
-
export declare type DateRangePickerDayClassKey = any;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare type DateRangePickerDayComponent = (<TDate>(props: DateRangePickerDayProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @ignore - do not document.
|
|
7
|
+
*/
|
|
8
|
+
declare const DateRangePickerDay: DateRangePickerDayComponent;
|
|
9
|
+
export default DateRangePickerDay;
|
|
10
|
+
export declare const getDateRangePickerDayUtilityClass: (slot: string) => string;
|
|
11
|
+
export declare type DateRangePickerDayProps = Record<any, any>;
|
|
12
|
+
export declare type DateRangePickerDayClasses = any;
|
|
13
|
+
export declare type DateRangePickerDayClassKey = any;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './DateRangePickerDay';
|
|
2
|
-
export * from './DateRangePickerDay';
|
|
1
|
+
export { default } from './DateRangePickerDay';
|
|
2
|
+
export * from './DateRangePickerDay';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { DateTimePicker as default } from '@mui/x-date-pickers/DateTimePicker';
|
|
2
|
-
export type { DateTimePickerProps } from '@mui/x-date-pickers/DateTimePicker';
|
|
1
|
+
export { DateTimePicker as default } from '@mui/x-date-pickers/DateTimePicker';
|
|
2
|
+
export type { DateTimePickerProps } from '@mui/x-date-pickers/DateTimePicker';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { DesktopDatePicker as default } from '@mui/x-date-pickers/DesktopDatePicker';
|
|
2
|
-
export type { DesktopDatePickerProps } from '@mui/x-date-pickers/DesktopDatePicker';
|
|
1
|
+
export { DesktopDatePicker as default } from '@mui/x-date-pickers/DesktopDatePicker';
|
|
2
|
+
export type { DesktopDatePickerProps } from '@mui/x-date-pickers/DesktopDatePicker';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
declare type DesktopDateRangePickerComponent = (<TDate>(props: DesktopDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
-
propTypes?: any;
|
|
4
|
-
};
|
|
5
|
-
/**
|
|
6
|
-
* @ignore - do not document.
|
|
7
|
-
*/
|
|
8
|
-
declare const DesktopDateRangePicker: DesktopDateRangePickerComponent;
|
|
9
|
-
export default DesktopDateRangePicker;
|
|
10
|
-
export declare type DesktopDateRangePickerProps = Record<any, any>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare type DesktopDateRangePickerComponent = (<TDate>(props: DesktopDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @ignore - do not document.
|
|
7
|
+
*/
|
|
8
|
+
declare const DesktopDateRangePicker: DesktopDateRangePickerComponent;
|
|
9
|
+
export default DesktopDateRangePicker;
|
|
10
|
+
export declare type DesktopDateRangePickerProps = Record<any, any>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './DesktopDateRangePicker';
|
|
2
|
-
export * from './DesktopDateRangePicker';
|
|
1
|
+
export { default } from './DesktopDateRangePicker';
|
|
2
|
+
export * from './DesktopDateRangePicker';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { DesktopDateTimePicker as default } from '@mui/x-date-pickers/DesktopDateTimePicker';
|
|
2
|
-
export type { DesktopDateTimePickerProps } from '@mui/x-date-pickers/DesktopDateTimePicker';
|
|
1
|
+
export { DesktopDateTimePicker as default } from '@mui/x-date-pickers/DesktopDateTimePicker';
|
|
2
|
+
export type { DesktopDateTimePickerProps } from '@mui/x-date-pickers/DesktopDateTimePicker';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { DesktopTimePicker as default } from '@mui/x-date-pickers/DesktopTimePicker';
|
|
2
|
-
export type { DesktopTimePickerProps } from '@mui/x-date-pickers/DesktopTimePicker';
|
|
1
|
+
export { DesktopTimePicker as default } from '@mui/x-date-pickers/DesktopTimePicker';
|
|
2
|
+
export type { DesktopTimePickerProps } from '@mui/x-date-pickers/DesktopTimePicker';
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
export interface LoadingButtonClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `loading={true}`. */
|
|
5
|
-
loading: string;
|
|
6
|
-
/** Styles applied to the loadingIndicator element. */
|
|
7
|
-
loadingIndicator: string;
|
|
8
|
-
/** Styles applied to the loadingIndicator element if `loadingPosition="center"`. */
|
|
9
|
-
loadingIndicatorCenter: string;
|
|
10
|
-
/** Styles applied to the loadingIndicator element if `loadingPosition="start"`. */
|
|
11
|
-
loadingIndicatorStart: string;
|
|
12
|
-
/** Styles applied to the loadingIndicator element if `loadingPosition="end"`. */
|
|
13
|
-
loadingIndicatorEnd: string;
|
|
14
|
-
/** Styles applied to the endIcon element if `loading={true}` and `loadingPosition="end"`. */
|
|
15
|
-
endIconLoadingEnd: string;
|
|
16
|
-
/** Styles applied to the startIcon element if `loading={true}` and `loadingPosition="start"`. */
|
|
17
|
-
startIconLoadingStart: string;
|
|
18
|
-
}
|
|
19
|
-
export declare type LoadingButtonClassKey = keyof LoadingButtonClasses;
|
|
20
|
-
export declare function getLoadingButtonUtilityClass(slot: string): string;
|
|
21
|
-
declare const loadingButtonClasses: LoadingButtonClasses;
|
|
22
|
-
export default loadingButtonClasses;
|
|
1
|
+
export interface LoadingButtonClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `loading={true}`. */
|
|
5
|
+
loading: string;
|
|
6
|
+
/** Styles applied to the loadingIndicator element. */
|
|
7
|
+
loadingIndicator: string;
|
|
8
|
+
/** Styles applied to the loadingIndicator element if `loadingPosition="center"`. */
|
|
9
|
+
loadingIndicatorCenter: string;
|
|
10
|
+
/** Styles applied to the loadingIndicator element if `loadingPosition="start"`. */
|
|
11
|
+
loadingIndicatorStart: string;
|
|
12
|
+
/** Styles applied to the loadingIndicator element if `loadingPosition="end"`. */
|
|
13
|
+
loadingIndicatorEnd: string;
|
|
14
|
+
/** Styles applied to the endIcon element if `loading={true}` and `loadingPosition="end"`. */
|
|
15
|
+
endIconLoadingEnd: string;
|
|
16
|
+
/** Styles applied to the startIcon element if `loading={true}` and `loadingPosition="start"`. */
|
|
17
|
+
startIconLoadingStart: string;
|
|
18
|
+
}
|
|
19
|
+
export declare type LoadingButtonClassKey = keyof LoadingButtonClasses;
|
|
20
|
+
export declare function getLoadingButtonUtilityClass(slot: string): string;
|
|
21
|
+
declare const loadingButtonClasses: LoadingButtonClasses;
|
|
22
|
+
export default loadingButtonClasses;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { LocalizationProvider as default } from '@mui/x-date-pickers/LocalizationProvider';
|
|
2
|
-
export type { LocalizationProviderProps } from '@mui/x-date-pickers/LocalizationProvider';
|
|
1
|
+
export { LocalizationProvider as default } from '@mui/x-date-pickers/LocalizationProvider';
|
|
2
|
+
export type { LocalizationProviderProps } from '@mui/x-date-pickers/LocalizationProvider';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface MasonryClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
}
|
|
5
|
-
export declare type MasonryClassKey = keyof MasonryClasses;
|
|
6
|
-
export declare function getMasonryUtilityClass(slot: string): string;
|
|
7
|
-
declare const masonryClasses: MasonryClasses;
|
|
8
|
-
export default masonryClasses;
|
|
1
|
+
export interface MasonryClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
}
|
|
5
|
+
export declare type MasonryClassKey = keyof MasonryClasses;
|
|
6
|
+
export declare function getMasonryUtilityClass(slot: string): string;
|
|
7
|
+
declare const masonryClasses: MasonryClasses;
|
|
8
|
+
export default masonryClasses;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { MobileDatePicker as default } from '@mui/x-date-pickers/MobileDatePicker';
|
|
2
|
-
export type { MobileDatePickerProps } from '@mui/x-date-pickers/MobileDatePicker';
|
|
1
|
+
export { MobileDatePicker as default } from '@mui/x-date-pickers/MobileDatePicker';
|
|
2
|
+
export type { MobileDatePickerProps } from '@mui/x-date-pickers/MobileDatePicker';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
declare type MobileDateRangePickerComponent = (<TDate>(props: MobileDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
-
propTypes?: any;
|
|
4
|
-
};
|
|
5
|
-
/**
|
|
6
|
-
* @ignore - do not document.
|
|
7
|
-
*/
|
|
8
|
-
declare const MobileDateRangePicker: MobileDateRangePickerComponent;
|
|
9
|
-
export default MobileDateRangePicker;
|
|
10
|
-
export declare type MobileDateRangePickerProps = Record<any, any>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare type MobileDateRangePickerComponent = (<TDate>(props: MobileDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @ignore - do not document.
|
|
7
|
+
*/
|
|
8
|
+
declare const MobileDateRangePicker: MobileDateRangePickerComponent;
|
|
9
|
+
export default MobileDateRangePicker;
|
|
10
|
+
export declare type MobileDateRangePickerProps = Record<any, any>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './MobileDateRangePicker';
|
|
2
|
-
export * from './MobileDateRangePicker';
|
|
1
|
+
export { default } from './MobileDateRangePicker';
|
|
2
|
+
export * from './MobileDateRangePicker';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { MobileDateTimePicker as default } from '@mui/x-date-pickers/MobileDateTimePicker';
|
|
2
|
-
export type { MobileDateTimePickerProps } from '@mui/x-date-pickers/MobileDateTimePicker';
|
|
1
|
+
export { MobileDateTimePicker as default } from '@mui/x-date-pickers/MobileDateTimePicker';
|
|
2
|
+
export type { MobileDateTimePickerProps } from '@mui/x-date-pickers/MobileDateTimePicker';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { MobileTimePicker as default } from '@mui/x-date-pickers/MobileTimePicker';
|
|
2
|
-
export type { MobileTimePickerProps } from '@mui/x-date-pickers/MobileTimePicker';
|
|
1
|
+
export { MobileTimePicker as default } from '@mui/x-date-pickers/MobileTimePicker';
|
|
2
|
+
export type { MobileTimePickerProps } from '@mui/x-date-pickers/MobileTimePicker';
|
package/MonthPicker/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { MonthPicker as default, getMonthPickerUtilityClass, monthPickerClasses, } from '@mui/x-date-pickers/MonthPicker';
|
|
2
|
-
export type { MonthPickerClassKey, MonthPickerProps } from '@mui/x-date-pickers/MonthPicker';
|
|
1
|
+
export { MonthPicker as default, getMonthPickerUtilityClass, monthPickerClasses, } from '@mui/x-date-pickers/MonthPicker';
|
|
2
|
+
export type { MonthPickerClassKey, MonthPickerProps } from '@mui/x-date-pickers/MonthPicker';
|
package/PickersDay/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { PickersDay as default, pickersDayClasses, getPickersDayUtilityClass, } from '@mui/x-date-pickers/PickersDay';
|
|
2
|
-
export type { PickersDayClassKey, PickersDayProps } from '@mui/x-date-pickers/PickersDay';
|
|
1
|
+
export { PickersDay as default, pickersDayClasses, getPickersDayUtilityClass, } from '@mui/x-date-pickers/PickersDay';
|
|
2
|
+
export type { PickersDayClassKey, PickersDayProps } from '@mui/x-date-pickers/PickersDay';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { StaticDatePicker as default } from '@mui/x-date-pickers/StaticDatePicker';
|
|
2
|
-
export type { StaticDatePickerProps } from '@mui/x-date-pickers/StaticDatePicker';
|
|
1
|
+
export { StaticDatePicker as default } from '@mui/x-date-pickers/StaticDatePicker';
|
|
2
|
+
export type { StaticDatePickerProps } from '@mui/x-date-pickers/StaticDatePicker';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
declare type StaticDateRangePickerComponent = (<TDate>(props: StaticDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
-
propTypes?: any;
|
|
4
|
-
};
|
|
5
|
-
/**
|
|
6
|
-
* @ignore - do not document.
|
|
7
|
-
*/
|
|
8
|
-
declare const StaticDateRangePicker: StaticDateRangePickerComponent;
|
|
9
|
-
export default StaticDateRangePicker;
|
|
10
|
-
export declare type StaticDateRangePickerProps = Record<any, any>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare type StaticDateRangePickerComponent = (<TDate>(props: StaticDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @ignore - do not document.
|
|
7
|
+
*/
|
|
8
|
+
declare const StaticDateRangePicker: StaticDateRangePickerComponent;
|
|
9
|
+
export default StaticDateRangePicker;
|
|
10
|
+
export declare type StaticDateRangePickerProps = Record<any, any>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './StaticDateRangePicker';
|
|
2
|
-
export * from './StaticDateRangePicker';
|
|
1
|
+
export { default } from './StaticDateRangePicker';
|
|
2
|
+
export * from './StaticDateRangePicker';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { StaticDateTimePicker as default } from '@mui/x-date-pickers/StaticDateTimePicker';
|
|
2
|
-
export type { StaticDateTimePickerProps } from '@mui/x-date-pickers/StaticDateTimePicker';
|
|
1
|
+
export { StaticDateTimePicker as default } from '@mui/x-date-pickers/StaticDateTimePicker';
|
|
2
|
+
export type { StaticDateTimePickerProps } from '@mui/x-date-pickers/StaticDateTimePicker';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { StaticTimePicker as default } from '@mui/x-date-pickers/StaticTimePicker';
|
|
2
|
-
export type { StaticTimePickerProps } from '@mui/x-date-pickers/StaticTimePicker';
|
|
1
|
+
export { StaticTimePicker as default } from '@mui/x-date-pickers/StaticTimePicker';
|
|
2
|
+
export type { StaticTimePickerProps } from '@mui/x-date-pickers/StaticTimePicker';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface TabPanelClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
}
|
|
5
|
-
export declare type TabPanelClassKey = keyof TabPanelClasses;
|
|
6
|
-
export declare function getTabPanelUtilityClass(slot: string): string;
|
|
7
|
-
declare const tabPanelClasses: TabPanelClasses;
|
|
8
|
-
export default tabPanelClasses;
|
|
1
|
+
export interface TabPanelClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
}
|
|
5
|
+
export declare type TabPanelClassKey = keyof TabPanelClasses;
|
|
6
|
+
export declare function getTabPanelUtilityClass(slot: string): string;
|
|
7
|
+
declare const tabPanelClasses: TabPanelClasses;
|
|
8
|
+
export default tabPanelClasses;
|
package/TimePicker/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { TimePicker as default } from '@mui/x-date-pickers/TimePicker';
|
|
2
|
-
export type { TimePickerProps } from '@mui/x-date-pickers/TimePicker';
|
|
1
|
+
export { TimePicker as default } from '@mui/x-date-pickers/TimePicker';
|
|
2
|
+
export type { TimePickerProps } from '@mui/x-date-pickers/TimePicker';
|
package/Timeline/Timeline.d.ts
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { SxProps } from '@mui/system';
|
|
3
|
-
import { InternalStandardProps as StandardProps } from '@mui/material';
|
|
4
|
-
import { Theme } from '@mui/material/styles';
|
|
5
|
-
export declare type TimelineClassKey = keyof NonNullable<TimelineProps['classes']>;
|
|
6
|
-
export interface TimelineProps extends StandardProps<React.HTMLAttributes<HTMLUListElement>> {
|
|
7
|
-
/**
|
|
8
|
-
* The position where the TimelineContent should appear relative to the time axis.
|
|
9
|
-
* @default 'right'
|
|
10
|
-
*/
|
|
11
|
-
position?: 'left' | 'right' | 'alternate';
|
|
12
|
-
/**
|
|
13
|
-
* The content of the component.
|
|
14
|
-
*/
|
|
15
|
-
children?: React.ReactNode;
|
|
16
|
-
/**
|
|
17
|
-
* Override or extend the styles applied to the component.
|
|
18
|
-
*/
|
|
19
|
-
classes?: {
|
|
20
|
-
/** Styles applied to the root element. */
|
|
21
|
-
root?: string;
|
|
22
|
-
/** Styles applied to the root element if `position="left"`. */
|
|
23
|
-
positionLeft?: string;
|
|
24
|
-
/** Styles applied to the root element if `position="right"`. */
|
|
25
|
-
positionRight?: string;
|
|
26
|
-
/** Styles applied to the root element if `position="alternate"`. */
|
|
27
|
-
positionAlternate?: string;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* className applied to the root element.
|
|
31
|
-
*/
|
|
32
|
-
className?: string;
|
|
33
|
-
/**
|
|
34
|
-
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
35
|
-
*/
|
|
36
|
-
sx?: SxProps<Theme>;
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* Demos:
|
|
41
|
-
*
|
|
42
|
-
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
43
|
-
*
|
|
44
|
-
* API:
|
|
45
|
-
*
|
|
46
|
-
* - [Timeline API](https://mui.com/material-ui/api/timeline/)
|
|
47
|
-
*/
|
|
48
|
-
declare const Timeline: React.ForwardRefExoticComponent<Pick<TimelineProps, "slot" | "style" | "title" | "hidden" | "className" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "position" | "sx"> & React.RefAttributes<HTMLUListElement>>;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* Demos:
|
|
52
|
-
*
|
|
53
|
-
* - [Timeline](https://mui.com/components/timeline/)
|
|
54
|
-
*
|
|
55
|
-
* API:
|
|
56
|
-
*
|
|
57
|
-
* - [Timeline API](https://mui.com/api/timeline/)
|
|
58
|
-
*/
|
|
59
|
-
export default Timeline;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SxProps } from '@mui/system';
|
|
3
|
+
import { InternalStandardProps as StandardProps } from '@mui/material';
|
|
4
|
+
import { Theme } from '@mui/material/styles';
|
|
5
|
+
export declare type TimelineClassKey = keyof NonNullable<TimelineProps['classes']>;
|
|
6
|
+
export interface TimelineProps extends StandardProps<React.HTMLAttributes<HTMLUListElement>> {
|
|
7
|
+
/**
|
|
8
|
+
* The position where the TimelineContent should appear relative to the time axis.
|
|
9
|
+
* @default 'right'
|
|
10
|
+
*/
|
|
11
|
+
position?: 'left' | 'right' | 'alternate';
|
|
12
|
+
/**
|
|
13
|
+
* The content of the component.
|
|
14
|
+
*/
|
|
15
|
+
children?: React.ReactNode;
|
|
16
|
+
/**
|
|
17
|
+
* Override or extend the styles applied to the component.
|
|
18
|
+
*/
|
|
19
|
+
classes?: {
|
|
20
|
+
/** Styles applied to the root element. */
|
|
21
|
+
root?: string;
|
|
22
|
+
/** Styles applied to the root element if `position="left"`. */
|
|
23
|
+
positionLeft?: string;
|
|
24
|
+
/** Styles applied to the root element if `position="right"`. */
|
|
25
|
+
positionRight?: string;
|
|
26
|
+
/** Styles applied to the root element if `position="alternate"`. */
|
|
27
|
+
positionAlternate?: string;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* className applied to the root element.
|
|
31
|
+
*/
|
|
32
|
+
className?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
35
|
+
*/
|
|
36
|
+
sx?: SxProps<Theme>;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* Demos:
|
|
41
|
+
*
|
|
42
|
+
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
43
|
+
*
|
|
44
|
+
* API:
|
|
45
|
+
*
|
|
46
|
+
* - [Timeline API](https://mui.com/material-ui/api/timeline/)
|
|
47
|
+
*/
|
|
48
|
+
declare const Timeline: React.ForwardRefExoticComponent<Pick<TimelineProps, "slot" | "style" | "title" | "hidden" | "className" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "position" | "sx"> & React.RefAttributes<HTMLUListElement>>;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* Demos:
|
|
52
|
+
*
|
|
53
|
+
* - [Timeline](https://mui.com/components/timeline/)
|
|
54
|
+
*
|
|
55
|
+
* API:
|
|
56
|
+
*
|
|
57
|
+
* - [Timeline API](https://mui.com/api/timeline/)
|
|
58
|
+
*/
|
|
59
|
+
export default Timeline;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* @ignore - internal component.
|
|
4
|
-
*/
|
|
5
|
-
declare const TimelineContext: React.Context<{}>;
|
|
6
|
-
export default TimelineContext;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @ignore - internal component.
|
|
4
|
+
*/
|
|
5
|
+
declare const TimelineContext: React.Context<{}>;
|
|
6
|
+
export default TimelineContext;
|
package/Timeline/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { default } from './Timeline';
|
|
2
|
-
export declare type TimelineClassKey = import('./Timeline').TimelineClassKey;
|
|
3
|
-
export declare type TimelineProps = import('./Timeline').TimelineProps;
|
|
4
|
-
export { default as timelineClasses } from './timelineClasses';
|
|
5
|
-
export * from './timelineClasses';
|
|
1
|
+
export { default } from './Timeline';
|
|
2
|
+
export declare type TimelineClassKey = import('./Timeline').TimelineClassKey;
|
|
3
|
+
export declare type TimelineProps = import('./Timeline').TimelineProps;
|
|
4
|
+
export { default as timelineClasses } from './timelineClasses';
|
|
5
|
+
export * from './timelineClasses';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare function getTimelineUtilityClass(slot: string): string;
|
|
2
|
-
declare const timelineClasses: Record<"root" | "positionLeft" | "positionRight" | "positionAlternate", string>;
|
|
3
|
-
export default timelineClasses;
|
|
1
|
+
export declare function getTimelineUtilityClass(slot: string): string;
|
|
2
|
+
declare const timelineClasses: Record<"root" | "positionLeft" | "positionRight" | "positionAlternate", string>;
|
|
3
|
+
export default timelineClasses;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface TimelineConnectorClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
}
|
|
5
|
-
export declare type TimelineConnectorClassKey = keyof TimelineConnectorClasses;
|
|
6
|
-
export declare function getTimelineConnectorUtilityClass(slot: string): string;
|
|
7
|
-
declare const timelineConnectorClasses: TimelineConnectorClasses;
|
|
8
|
-
export default timelineConnectorClasses;
|
|
1
|
+
export interface TimelineConnectorClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
}
|
|
5
|
+
export declare type TimelineConnectorClassKey = keyof TimelineConnectorClasses;
|
|
6
|
+
export declare function getTimelineConnectorUtilityClass(slot: string): string;
|
|
7
|
+
declare const timelineConnectorClasses: TimelineConnectorClasses;
|
|
8
|
+
export default timelineConnectorClasses;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export interface TimelineContentClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `position="right"`. */
|
|
5
|
-
positionRight: string;
|
|
6
|
-
/** Styles applied to the root element if `position="left"`. */
|
|
7
|
-
positionLeft: string;
|
|
8
|
-
/** Styles applied to the root element if `position="alternate"`. */
|
|
9
|
-
positionAlternate: string;
|
|
10
|
-
}
|
|
11
|
-
export declare type TimelineContentClassKey = keyof TimelineContentClasses;
|
|
12
|
-
export declare function getTimelineContentUtilityClass(slot: string): string;
|
|
13
|
-
declare const timelineContentClasses: TimelineContentClasses;
|
|
14
|
-
export default timelineContentClasses;
|
|
1
|
+
export interface TimelineContentClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `position="right"`. */
|
|
5
|
+
positionRight: string;
|
|
6
|
+
/** Styles applied to the root element if `position="left"`. */
|
|
7
|
+
positionLeft: string;
|
|
8
|
+
/** Styles applied to the root element if `position="alternate"`. */
|
|
9
|
+
positionAlternate: string;
|
|
10
|
+
}
|
|
11
|
+
export declare type TimelineContentClassKey = keyof TimelineContentClasses;
|
|
12
|
+
export declare function getTimelineContentUtilityClass(slot: string): string;
|
|
13
|
+
declare const timelineContentClasses: TimelineContentClasses;
|
|
14
|
+
export default timelineContentClasses;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
export interface TimelineDotClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `variant="filled"`. */
|
|
5
|
-
filled: string;
|
|
6
|
-
/** Styles applied to the root element if `variant="outlined"`. */
|
|
7
|
-
outlined: string;
|
|
8
|
-
/** Styles applied to the root element if `color="grey"` and `variant="filled"`. */
|
|
9
|
-
filledGrey: string;
|
|
10
|
-
/** Styles applied to the root element if `color="grey"` and `variant="outlined"`. */
|
|
11
|
-
outlinedGrey: string;
|
|
12
|
-
/** Styles applied to the root element if `color="primary"` and `variant="filled"`. */
|
|
13
|
-
filledPrimary: string;
|
|
14
|
-
/** Styles applied to the root element if `color="primary"` and `variant="outlined"`. */
|
|
15
|
-
outlinedPrimary: string;
|
|
16
|
-
/** Styles applied to the root element if `color="secondary"` and `variant="filled"`. */
|
|
17
|
-
filledSecondary: string;
|
|
18
|
-
/** Styles applied to the root element if `color="secondary"` and `variant="outlined"`. */
|
|
19
|
-
outlinedSecondary: string;
|
|
20
|
-
}
|
|
21
|
-
export declare type TimelineDotClassKey = keyof TimelineDotClasses;
|
|
22
|
-
export declare function getTimelineDotUtilityClass(slot: string): string;
|
|
23
|
-
declare const timelineDotClasses: TimelineDotClasses;
|
|
24
|
-
export default timelineDotClasses;
|
|
1
|
+
export interface TimelineDotClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `variant="filled"`. */
|
|
5
|
+
filled: string;
|
|
6
|
+
/** Styles applied to the root element if `variant="outlined"`. */
|
|
7
|
+
outlined: string;
|
|
8
|
+
/** Styles applied to the root element if `color="grey"` and `variant="filled"`. */
|
|
9
|
+
filledGrey: string;
|
|
10
|
+
/** Styles applied to the root element if `color="grey"` and `variant="outlined"`. */
|
|
11
|
+
outlinedGrey: string;
|
|
12
|
+
/** Styles applied to the root element if `color="primary"` and `variant="filled"`. */
|
|
13
|
+
filledPrimary: string;
|
|
14
|
+
/** Styles applied to the root element if `color="primary"` and `variant="outlined"`. */
|
|
15
|
+
outlinedPrimary: string;
|
|
16
|
+
/** Styles applied to the root element if `color="secondary"` and `variant="filled"`. */
|
|
17
|
+
filledSecondary: string;
|
|
18
|
+
/** Styles applied to the root element if `color="secondary"` and `variant="outlined"`. */
|
|
19
|
+
outlinedSecondary: string;
|
|
20
|
+
}
|
|
21
|
+
export declare type TimelineDotClassKey = keyof TimelineDotClasses;
|
|
22
|
+
export declare function getTimelineDotUtilityClass(slot: string): string;
|
|
23
|
+
declare const timelineDotClasses: TimelineDotClasses;
|
|
24
|
+
export default timelineDotClasses;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export interface TimelineItemClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `position="left"`. */
|
|
5
|
-
positionLeft: string;
|
|
6
|
-
/** Styles applied to the root element if `position="right"`. */
|
|
7
|
-
positionRight: string;
|
|
8
|
-
/** Styles applied to the root element if `position="alternate"`. */
|
|
9
|
-
positionAlternate: string;
|
|
10
|
-
/** Styles applied to the root element if TimelineOppositeContent isn't provided. */
|
|
11
|
-
missingOppositeContent: string;
|
|
12
|
-
}
|
|
13
|
-
export declare type TimelineItemClassKey = keyof TimelineItemClasses;
|
|
14
|
-
export declare function getTimelineItemUtilityClass(slot: string): string;
|
|
15
|
-
declare const timelineItemClasses: TimelineItemClasses;
|
|
16
|
-
export default timelineItemClasses;
|
|
1
|
+
export interface TimelineItemClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `position="left"`. */
|
|
5
|
+
positionLeft: string;
|
|
6
|
+
/** Styles applied to the root element if `position="right"`. */
|
|
7
|
+
positionRight: string;
|
|
8
|
+
/** Styles applied to the root element if `position="alternate"`. */
|
|
9
|
+
positionAlternate: string;
|
|
10
|
+
/** Styles applied to the root element if TimelineOppositeContent isn't provided. */
|
|
11
|
+
missingOppositeContent: string;
|
|
12
|
+
}
|
|
13
|
+
export declare type TimelineItemClassKey = keyof TimelineItemClasses;
|
|
14
|
+
export declare function getTimelineItemUtilityClass(slot: string): string;
|
|
15
|
+
declare const timelineItemClasses: TimelineItemClasses;
|
|
16
|
+
export default timelineItemClasses;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export interface TimelineOppositeContentClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `position="right"`. */
|
|
5
|
-
positionRight: string;
|
|
6
|
-
/** Styles applied to the root element if `position="left"`. */
|
|
7
|
-
positionLeft: string;
|
|
8
|
-
/** Styles applied to the root element if `position="alternate"`. */
|
|
9
|
-
positionAlternate: string;
|
|
10
|
-
}
|
|
11
|
-
export declare type TimelineOppositeContentClassKey = keyof TimelineOppositeContentClasses;
|
|
12
|
-
export declare function getTimelineOppositeContentUtilityClass(slot: string): string;
|
|
13
|
-
declare const timelineOppositeContentClasses: TimelineOppositeContentClasses;
|
|
14
|
-
export default timelineOppositeContentClasses;
|
|
1
|
+
export interface TimelineOppositeContentClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `position="right"`. */
|
|
5
|
+
positionRight: string;
|
|
6
|
+
/** Styles applied to the root element if `position="left"`. */
|
|
7
|
+
positionLeft: string;
|
|
8
|
+
/** Styles applied to the root element if `position="alternate"`. */
|
|
9
|
+
positionAlternate: string;
|
|
10
|
+
}
|
|
11
|
+
export declare type TimelineOppositeContentClassKey = keyof TimelineOppositeContentClasses;
|
|
12
|
+
export declare function getTimelineOppositeContentUtilityClass(slot: string): string;
|
|
13
|
+
declare const timelineOppositeContentClasses: TimelineOppositeContentClasses;
|
|
14
|
+
export default timelineOppositeContentClasses;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface TimelineSeparatorClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
}
|
|
5
|
-
export declare type TimelineSeparatorClassKey = keyof TimelineSeparatorClasses;
|
|
6
|
-
export declare function getTimelineSeparatorUtilityClass(slot: string): string;
|
|
7
|
-
declare const timelineSeparatorClasses: TimelineSeparatorClasses;
|
|
8
|
-
export default timelineSeparatorClasses;
|
|
1
|
+
export interface TimelineSeparatorClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
}
|
|
5
|
+
export declare type TimelineSeparatorClassKey = keyof TimelineSeparatorClasses;
|
|
6
|
+
export declare function getTimelineSeparatorUtilityClass(slot: string): string;
|
|
7
|
+
declare const timelineSeparatorClasses: TimelineSeparatorClasses;
|
|
8
|
+
export default timelineSeparatorClasses;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
export interface TreeItemClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the transition component. */
|
|
5
|
-
group: string;
|
|
6
|
-
/** Styles applied to the content element. */
|
|
7
|
-
content: string;
|
|
8
|
-
/** State class applied to the content element when expanded. */
|
|
9
|
-
expanded: string;
|
|
10
|
-
/** State class applied to the content element when selected. */
|
|
11
|
-
selected: string;
|
|
12
|
-
/** State class applied to the content element when focused. */
|
|
13
|
-
focused: string;
|
|
14
|
-
/** State class applied to the element when disabled. */
|
|
15
|
-
disabled: string;
|
|
16
|
-
/** Styles applied to the tree node icon. */
|
|
17
|
-
iconContainer: string;
|
|
18
|
-
/** Styles applied to the label element. */
|
|
19
|
-
label: string;
|
|
20
|
-
}
|
|
21
|
-
export declare type TreeItemClassKey = keyof TreeItemClasses;
|
|
22
|
-
export declare function getTreeItemUtilityClass(slot: string): string;
|
|
23
|
-
declare const treeItemClasses: TreeItemClasses;
|
|
24
|
-
export default treeItemClasses;
|
|
1
|
+
export interface TreeItemClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the transition component. */
|
|
5
|
+
group: string;
|
|
6
|
+
/** Styles applied to the content element. */
|
|
7
|
+
content: string;
|
|
8
|
+
/** State class applied to the content element when expanded. */
|
|
9
|
+
expanded: string;
|
|
10
|
+
/** State class applied to the content element when selected. */
|
|
11
|
+
selected: string;
|
|
12
|
+
/** State class applied to the content element when focused. */
|
|
13
|
+
focused: string;
|
|
14
|
+
/** State class applied to the element when disabled. */
|
|
15
|
+
disabled: string;
|
|
16
|
+
/** Styles applied to the tree node icon. */
|
|
17
|
+
iconContainer: string;
|
|
18
|
+
/** Styles applied to the label element. */
|
|
19
|
+
label: string;
|
|
20
|
+
}
|
|
21
|
+
export declare type TreeItemClassKey = keyof TreeItemClasses;
|
|
22
|
+
export declare function getTreeItemUtilityClass(slot: string): string;
|
|
23
|
+
declare const treeItemClasses: TreeItemClasses;
|
|
24
|
+
export default treeItemClasses;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface TreeViewClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
}
|
|
5
|
-
export declare type TreeViewClassKey = keyof TreeViewClasses;
|
|
6
|
-
export declare function getTreeViewUtilityClass(slot: string): string;
|
|
7
|
-
declare const treeViewClasses: TreeViewClasses;
|
|
8
|
-
export default treeViewClasses;
|
|
1
|
+
export interface TreeViewClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
}
|
|
5
|
+
export declare type TreeViewClassKey = keyof TreeViewClasses;
|
|
6
|
+
export declare function getTreeViewUtilityClass(slot: string): string;
|
|
7
|
+
declare const treeViewClasses: TreeViewClasses;
|
|
8
|
+
export default treeViewClasses;
|
package/YearPicker/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { YearPicker as default, yearPickerClasses, getYearPickerUtilityClass, } from '@mui/x-date-pickers/YearPicker';
|
|
2
|
-
export type { YearPickerProps, YearPickerClasses, YearPickerClassKey, } from '@mui/x-date-pickers/YearPicker';
|
|
1
|
+
export { YearPicker as default, yearPickerClasses, getYearPickerUtilityClass, } from '@mui/x-date-pickers/YearPicker';
|
|
2
|
+
export type { YearPickerProps, YearPickerClasses, YearPickerClassKey, } from '@mui/x-date-pickers/YearPicker';
|
package/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
-
muiName: string;
|
|
3
|
-
};
|
|
4
|
-
/**
|
|
5
|
-
* @ignore - internal component.
|
|
6
|
-
*/
|
|
7
|
-
export default _default;
|
|
1
|
+
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
+
muiName: string;
|
|
3
|
+
};
|
|
4
|
+
/**
|
|
5
|
+
* @ignore - internal component.
|
|
6
|
+
*/
|
|
7
|
+
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
-
muiName: string;
|
|
3
|
-
};
|
|
4
|
-
/**
|
|
5
|
-
* @ignore - internal component.
|
|
6
|
-
*/
|
|
7
|
-
export default _default;
|
|
1
|
+
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
+
muiName: string;
|
|
3
|
+
};
|
|
4
|
+
/**
|
|
5
|
+
* @ignore - internal component.
|
|
6
|
+
*/
|
|
7
|
+
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
-
muiName: string;
|
|
3
|
-
};
|
|
4
|
-
/**
|
|
5
|
-
* @ignore - internal component.
|
|
6
|
-
*/
|
|
7
|
-
export default _default;
|
|
1
|
+
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
+
muiName: string;
|
|
3
|
+
};
|
|
4
|
+
/**
|
|
5
|
+
* @ignore - internal component.
|
|
6
|
+
*/
|
|
7
|
+
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
-
muiName: string;
|
|
3
|
-
};
|
|
4
|
-
/**
|
|
5
|
-
* @ignore - internal component.
|
|
6
|
-
*/
|
|
7
|
-
export default _default;
|
|
1
|
+
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
+
muiName: string;
|
|
3
|
+
};
|
|
4
|
+
/**
|
|
5
|
+
* @ignore - internal component.
|
|
6
|
+
*/
|
|
7
|
+
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
-
muiName: string;
|
|
3
|
-
};
|
|
4
|
-
/**
|
|
5
|
-
* @ignore - internal component.
|
|
6
|
-
*/
|
|
7
|
-
export default _default;
|
|
1
|
+
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
+
muiName: string;
|
|
3
|
+
};
|
|
4
|
+
/**
|
|
5
|
+
* @ignore - internal component.
|
|
6
|
+
*/
|
|
7
|
+
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
-
muiName: string;
|
|
3
|
-
};
|
|
4
|
-
/**
|
|
5
|
-
* @ignore - internal component.
|
|
6
|
-
*/
|
|
7
|
-
export default _default;
|
|
1
|
+
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
+
muiName: string;
|
|
3
|
+
};
|
|
4
|
+
/**
|
|
5
|
+
* @ignore - internal component.
|
|
6
|
+
*/
|
|
7
|
+
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
-
muiName: string;
|
|
3
|
-
};
|
|
4
|
-
/**
|
|
5
|
-
* @ignore - internal component.
|
|
6
|
-
*/
|
|
7
|
-
export default _default;
|
|
1
|
+
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
+
muiName: string;
|
|
3
|
+
};
|
|
4
|
+
/**
|
|
5
|
+
* @ignore - internal component.
|
|
6
|
+
*/
|
|
7
|
+
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
-
muiName: string;
|
|
3
|
-
};
|
|
4
|
-
/**
|
|
5
|
-
* @ignore - internal component.
|
|
6
|
-
*/
|
|
7
|
-
export default _default;
|
|
1
|
+
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
+
muiName: string;
|
|
3
|
+
};
|
|
4
|
+
/**
|
|
5
|
+
* @ignore - internal component.
|
|
6
|
+
*/
|
|
7
|
+
export default _default;
|
package/legacy/index.js
CHANGED
package/modern/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/lab",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.81",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Laboratory for new MUI modules.",
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@babel/runtime": "^7.17.2",
|
|
59
|
-
"@mui/base": "5.0.0-alpha.
|
|
60
|
-
"@mui/system": "^5.
|
|
61
|
-
"@mui/utils": "^5.
|
|
59
|
+
"@mui/base": "5.0.0-alpha.80",
|
|
60
|
+
"@mui/system": "^5.7.0",
|
|
61
|
+
"@mui/utils": "^5.7.0",
|
|
62
62
|
"@mui/x-date-pickers": "5.0.0-alpha.0",
|
|
63
63
|
"clsx": "^1.1.1",
|
|
64
|
-
"prop-types": "^15.
|
|
64
|
+
"prop-types": "^15.8.1",
|
|
65
65
|
"react-is": "^17.0.2",
|
|
66
66
|
"react-transition-group": "^4.4.2",
|
|
67
67
|
"rifm": "^0.12.1"
|