@mui/lab 5.0.0-alpha.78 → 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.
Files changed (62) hide show
  1. package/AdapterDateFns/index.d.ts +1 -1
  2. package/AdapterDayjs/index.d.ts +1 -1
  3. package/AdapterLuxon/index.d.ts +1 -1
  4. package/AdapterMoment/index.d.ts +1 -1
  5. package/CHANGELOG.md +225 -0
  6. package/CalendarPicker/index.d.ts +2 -2
  7. package/CalendarPickerSkeleton/index.d.ts +2 -2
  8. package/ClockPicker/index.d.ts +2 -2
  9. package/DatePicker/index.d.ts +2 -2
  10. package/DateRangePicker/DateRangePicker.d.ts +11 -11
  11. package/DateRangePicker/index.d.ts +2 -2
  12. package/DateRangePickerDay/DateRangePickerDay.d.ts +13 -13
  13. package/DateRangePickerDay/index.d.ts +2 -2
  14. package/DateTimePicker/index.d.ts +2 -2
  15. package/DesktopDatePicker/index.d.ts +2 -2
  16. package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +10 -10
  17. package/DesktopDateRangePicker/index.d.ts +2 -2
  18. package/DesktopDateTimePicker/index.d.ts +2 -2
  19. package/DesktopTimePicker/index.d.ts +2 -2
  20. package/LoadingButton/loadingButtonClasses.d.ts +22 -22
  21. package/LocalizationProvider/index.d.ts +2 -2
  22. package/Masonry/masonryClasses.d.ts +8 -8
  23. package/MobileDatePicker/index.d.ts +2 -2
  24. package/MobileDateRangePicker/MobileDateRangePicker.d.ts +10 -10
  25. package/MobileDateRangePicker/index.d.ts +2 -2
  26. package/MobileDateTimePicker/index.d.ts +2 -2
  27. package/MobileTimePicker/index.d.ts +2 -2
  28. package/MonthPicker/index.d.ts +2 -2
  29. package/PickersDay/index.d.ts +2 -2
  30. package/StaticDatePicker/index.d.ts +2 -2
  31. package/StaticDateRangePicker/StaticDateRangePicker.d.ts +10 -10
  32. package/StaticDateRangePicker/index.d.ts +2 -2
  33. package/StaticDateTimePicker/index.d.ts +2 -2
  34. package/StaticTimePicker/index.d.ts +2 -2
  35. package/TabPanel/tabPanelClasses.d.ts +8 -8
  36. package/TimePicker/index.d.ts +2 -2
  37. package/Timeline/Timeline.d.ts +59 -59
  38. package/Timeline/TimelineContext.d.ts +6 -6
  39. package/Timeline/index.d.ts +5 -5
  40. package/Timeline/timelineClasses.d.ts +3 -3
  41. package/TimelineConnector/timelineConnectorClasses.d.ts +8 -8
  42. package/TimelineContent/timelineContentClasses.d.ts +14 -14
  43. package/TimelineDot/timelineDotClasses.d.ts +24 -24
  44. package/TimelineItem/timelineItemClasses.d.ts +16 -16
  45. package/TimelineOppositeContent/timelineOppositeContentClasses.d.ts +14 -14
  46. package/TimelineSeparator/timelineSeparatorClasses.d.ts +8 -8
  47. package/TreeItem/treeItemClasses.d.ts +24 -24
  48. package/TreeView/treeViewClasses.d.ts +8 -8
  49. package/YearPicker/index.d.ts +2 -2
  50. package/index.js +1 -1
  51. package/internal/svg-icons/ArrowDropDown.d.ts +7 -7
  52. package/internal/svg-icons/ArrowLeft.d.ts +7 -7
  53. package/internal/svg-icons/ArrowRight.d.ts +7 -7
  54. package/internal/svg-icons/Calendar.d.ts +7 -7
  55. package/internal/svg-icons/Clock.d.ts +7 -7
  56. package/internal/svg-icons/DateRange.d.ts +7 -7
  57. package/internal/svg-icons/Pen.d.ts +7 -7
  58. package/internal/svg-icons/Time.d.ts +7 -7
  59. package/legacy/index.js +1 -1
  60. package/modern/index.js +1 -1
  61. package/node/index.js +1 -1
  62. 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';
@@ -1 +1 @@
1
- export { AdapterDayjs as default } from '@mui/x-date-pickers/AdapterDayjs';
1
+ export { AdapterDayjs as default } from '@mui/x-date-pickers/AdapterDayjs';
@@ -1 +1 @@
1
- export { AdapterLuxon as default } from '@mui/x-date-pickers/AdapterLuxon';
1
+ export { AdapterLuxon as default } from '@mui/x-date-pickers/AdapterLuxon';
@@ -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,230 @@
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
+
104
+ ## 5.6.4
105
+
106
+ <!-- generated comparing v5.6.3..master -->
107
+
108
+ _May 2, 2022_
109
+
110
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
111
+
112
+ - 💅 5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
113
+ - And more 🐛 bug fixes and 📚 improvements.
114
+
115
+ ### `@mui/material@5.6.4`
116
+
117
+ - &#8203;<!-- 37 -->[Accordion] Add support for CSS variables (#32542) @ZeeshanTamboli
118
+ - &#8203;<!-- 36 -->[AvatarGroup] Add support for CSS variables (#32507) @vicasas
119
+ - &#8203;<!-- 35 -->[Badge] Add support for CSS variables (#32516) @vicasas
120
+ - &#8203;<!-- 34 -->[BottomNavigation] Add support for CSS variables (#32517) @vicasas
121
+ - &#8203;<!-- 33 -->[CircularProgress] Add support for CSS variables (#32543) @ZeeshanTamboli
122
+ - &#8203;<!-- 07 -->[FilledInput] Fix type error from undefined `color` (#32258) @hbjORbj
123
+ - &#8203;<!-- 02 -->[l10n] Fix typo in csCZ translation of Pagination component (#32509) @Martin005
124
+ - &#8203;<!-- 01 -->[Tabs] Fix `TabIndicatorProps` prop missing `sx` prop (#32503) @b-novikov-ipersonality
125
+
126
+ ### `@mui/codemod@5.6.4`
127
+
128
+ - &#8203;<!-- 32 -->[codemod] Leave numeric arguments to breakpoints functions unchanged (#32426) @ryancogswell
129
+ - &#8203;<!-- 31 -->[codemod] Allow for line breaks within theme.spacing parentheses (#32432) @ryancogswell
130
+
131
+ ### `@mui/joy@5.0.0-alpha.26`
132
+
133
+ - &#8203;<!-- 06 -->[Joy] Miscellaneous fixes (#32541) @siriwatknp
134
+ - &#8203;<!-- 05 -->[Joy] Add `extendSxProp` to Link (#32505) @siriwatknp
135
+ - &#8203;<!-- 04 -->[Joy] Rename variants (#32489) @siriwatknp
136
+ - &#8203;<!-- 03 -->[Joy] Add `extendTheme` (#32450) @siriwatknp
137
+
138
+ ### Docs
139
+
140
+ - &#8203;<!-- 30 -->[docs] SEO fixes (#32515) @oliviertassinari
141
+ - &#8203;<!-- 29 -->[docs] Replace `Overriding nested component styles` anchor link with text (#32487) @ZeeshanTamboli
142
+ - &#8203;<!-- 28 -->[docs] Update the list of external domains (#32514) @oliviertassinari
143
+ - &#8203;<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
144
+ - &#8203;<!-- 26 -->[docs] Base TextareaAutosize style revisions and final review (#32481) @samuelsycamore
145
+ - &#8203;<!-- 25 -->[docs] Base ClickAwayListener style revisions and final review (#32156) @samuelsycamore
146
+ - &#8203;<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
147
+ - &#8203;<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
148
+ - &#8203;<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
149
+ - &#8203;<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the MUI Base docs (#32488) @ZeeshanTamboli
150
+ - &#8203;<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
151
+ - &#8203;<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
152
+ - &#8203;<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
153
+ - &#8203;<!-- 17 -->[docs] Base Popper style revisions and final review (#32412) @samuelsycamore
154
+ - &#8203;<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
155
+ - &#8203;<!-- 15 -->[docs] Don't redirect on deploy preview (#32399) @m4theushw
156
+ - &#8203;<!-- 14 -->[docs] A few SEO fixes (#32431) @oliviertassinari
157
+ - &#8203;<!-- 13 -->[docs] Update links to the new Group & Pivot pages (#32410) @flaviendelangle
158
+ - &#8203;<!-- 12 -->[docs] Support callouts (#32402) @siriwatknp
159
+ - &#8203;<!-- 11 -->[docs] Fix import path in the Snackbar article #32462 @mongolyy
160
+ - &#8203;<!-- 10 -->[docs] Fix grammar mistake in shadows.md (#32454) @HexM7
161
+ - &#8203;<!-- 09 -->[docs] Improve unstyled button docs (#32429) @oliviertassinari
162
+
163
+ ### Core
164
+
165
+ - &#8203;<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
166
+
167
+ All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
168
+
169
+ ## 5.6.3
170
+
171
+ <!-- generated comparing v5.6.2..master -->
172
+
173
+ _Apr 25, 2022_
174
+
175
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
176
+
177
+ - 🛠 Fixed TypeScript issue when the `fill` CSS property is used in the system (#32355) @valerii15298
178
+ - And more 🐛 bug fixes and 📚 improvements.
179
+
180
+ ### `@mui/material@5.6.3`
181
+
182
+ - [BottomNavigation] Action icon `padding` fix (#32030) @abhinav-22-tech
183
+ - [Dialog] Fix `component` prop is not available in `DialogTitleProps` (#32389) @hbjORbj
184
+ - [StepContent] Fix TypeScript type of `TransitionComponent` prop (#32314) @ZeeshanTamboli
185
+
186
+ ### `@mui/system@5.6.3`
187
+
188
+ - [system] Fix prop types when the `fill` CSS property is used (#32355) @valerii15298
189
+ - [system] Fix broken behavior when theme value is `zero` (#32365) @ZeeshanTamboli
190
+
191
+ ### `@mui/base@5.0.0-alpha.78`
192
+
193
+ - [InputUnstyled] `multiline` property should not log DOM warnings for `maxRows` and `minRows` props (#32401) @ZeeshanTamboli
194
+
195
+ ### `@mui/joy@5.0.0-alpha.25`
196
+
197
+ - [Joy] Improve theme focus to be more flexible (#32405) @siriwatknp
198
+ - [Joy] Add `Radio`, `RadioGroup` components (#32279) @siriwatknp
199
+ - [Joy] Add `Chip` component (#31983) @hbjORbj
200
+ - [Joy] Improve controls (#32267) @siriwatknp
201
+ - [Joy] Set up docs (#32370) @siriwatknp
202
+
203
+ ### Docs
204
+
205
+ - [docs] Enable row reordering on the pricing page (#31875) @DanailH
206
+ - [blog] A few improvements on date picker change (#32325) @oliviertassinari
207
+ - [docs] Emphasize how to avoid failing tests when migrating from v4 to v5 (#32159) @dwjohnston
208
+ - [docs] Revise the related projects page (#32180) @danilo-leal
209
+ - [docs] Cleanup remaining @mui/styles usages (#32313) @mnajdova
210
+ - [docs] Fix sidenav mobile color (#32324) @oliviertassinari
211
+ - [docs] Base TrapFocus style revisions and final review (#32364) @samuelsycamore
212
+ - [docs] Update the README.md to better cover the different products (#32360) @samuelsycamore
213
+ - [docs] Improve the propTypes generation and API demos' links (#32295) @mnajdova
214
+ - [docs] Add ability to display a plan icon next to a page link in nav bar (#32393) @flaviendelangle
215
+ - [docs] Change label on `FormControlLabelPlacement` (#32322) @ainatenhi
216
+ - [website] Update Diamond sponsors list (#32433) @oliviertassinari
217
+ - [website] Add privacy policy link to website's footer (#32080) @danilo-leal
218
+ - [website] Remove the designer role (#32384) @danilo-leal
219
+
220
+ ### Core
221
+
222
+ - [core] `yarn prettier` write @oliviertassinari
223
+ - [core] Fix changelog warning message (#32240) @praveen001
224
+ - [core] Update the proptypes scripts to support components in @mui/system (#32456) @mnajdova
225
+
226
+ All contributors of this release in alphabetical order: @abhinav-22-tech, @ainatenhi, @DanailH, @danilo-leal, @dwjohnston, @flaviendelangle, @hbjORbj, @mnajdova, @oliviertassinari, @praveen001, @samuelsycamore, @siriwatknp, @valerii15298, @ZeeshanTamboli
227
+
3
228
  ## 5.6.2
4
229
 
5
230
  <!-- generated comparing v5.6.1..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';
@@ -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';
@@ -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';
@@ -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';
@@ -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;
@@ -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';