@mui/lab 5.0.0-alpha.80 → 5.0.0-alpha.83

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 (66) 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 +241 -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/TreeItem.js +1 -1
  48. package/TreeItem/treeItemClasses.d.ts +24 -24
  49. package/TreeView/treeViewClasses.d.ts +8 -8
  50. package/YearPicker/index.d.ts +2 -2
  51. package/index.js +1 -1
  52. package/internal/svg-icons/ArrowDropDown.d.ts +7 -7
  53. package/internal/svg-icons/ArrowLeft.d.ts +7 -7
  54. package/internal/svg-icons/ArrowRight.d.ts +7 -7
  55. package/internal/svg-icons/Calendar.d.ts +7 -7
  56. package/internal/svg-icons/Clock.d.ts +7 -7
  57. package/internal/svg-icons/DateRange.d.ts +7 -7
  58. package/internal/svg-icons/Pen.d.ts +7 -7
  59. package/internal/svg-icons/Time.d.ts +7 -7
  60. package/legacy/TreeItem/TreeItem.js +1 -1
  61. package/legacy/index.js +1 -1
  62. package/modern/TreeItem/TreeItem.js +1 -1
  63. package/modern/index.js +1 -1
  64. package/node/TreeItem/TreeItem.js +1 -1
  65. package/node/index.js +1 -1
  66. package/package.json +14 -6
@@ -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,246 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.8.1
4
+
5
+ <!-- generated comparing v5.8.0..master -->
6
+
7
+ _May 23, 2022_
8
+
9
+ A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 💅 Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
12
+ - And more 🐛 bug fixes and 📚 documentation improvements.
13
+
14
+ ### `@mui/material@5.8.1`
15
+
16
+ - &#8203;<!-- 33 -->[Alert] Fix missing `ownerState` on the `action` slot (#32801) @mnajdova
17
+ - &#8203;<!-- 20 -->[Fab] Make the `color` prop type extendable (#31830) @paales
18
+ - &#8203;<!-- 14 -->[ListItemButton] Render as link if href specified (#32403) @o-dubrovskyi
19
+ - &#8203;<!-- 13 -->[Paper] Add support for CSS variables (#32570) @diggis00
20
+ - &#8203;<!-- 11 -->[Radio] Add support for CSS variables (#32599) @alisasanib
21
+ - &#8203;<!-- 10 -->[Slider] Prevent rendering for marks that are out of the min & max bounds (#32436) @abriginets
22
+ - &#8203;<!-- 09 -->[Slider] Slider having marks should be customizable in theme (#32816) @ZeeshanTamboli
23
+ - &#8203;<!-- 03 -->[TouchRipple] Allows call imperative methods without event (#31955) @alexfauquette
24
+
25
+ ### `@mui/system@5.8.1`
26
+
27
+ - &#8203;<!-- 07 -->[system] Simplify stylesheet injection logic (#32869) @siriwatknp
28
+ - &#8203;<!-- 06 -->[system] Fix color scheme specificity (#32628) @siriwatknp
29
+ - &#8203;<!-- 05 -->[system] Fix `borderRadius` errors when used inside `CssVarsProvider` (#32817) @mnajdova
30
+ - &#8203;<!-- 04 -->[system] Fix toolbar media query mixin getting merged in wrong order (#32713) @ZeeshanTamboli
31
+
32
+ ### `@mui/lab@5.0.0-alpha.83`
33
+
34
+ - &#8203;<!-- 15 -->[lab] Add missing `peerDependencies` (#32623) @nate-summercook
35
+ - &#8203;<!-- 12 -->[pickers] Update @mui/x-date-pickers to be usable with React 18 (#32828) @flaviendelangle
36
+
37
+ ### `@mui/base@5.0.0-alpha.82`
38
+
39
+ - &#8203;<!-- 08 -->[SliderUnstyled] Fix `disabledSwap` not being respected in `onChangeCommitted` (#32647) @JeanPetrov
40
+
41
+ ### `@mui/joy@5.0.0-alpha.29`
42
+
43
+ - &#8203;<!-- 19 -->[Joy] Show Joy pages on master (#32866) @siriwatknp
44
+ - &#8203;<!-- 18 -->[Joy] Add an overview page (#32836) @danilo-leal
45
+ - &#8203;<!-- 17 -->[Joy] Add doc for the card components (#32825) @siriwatknp
46
+ - &#8203;<!-- 16 -->[Joy] Miscellaneous fixes (#32815) @siriwatknp
47
+
48
+ ### Docs
49
+
50
+ - &#8203;<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
51
+ - &#8203;<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
52
+ - &#8203;<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
53
+ - &#8203;<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
54
+ - &#8203;<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
55
+ - &#8203;<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
56
+ - &#8203;<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
57
+ - &#8203;<!-- 24 -->[docs] Fix typo in notifications @mbrookes
58
+ - &#8203;<!-- 32 -->[docs] New WAI-ARIA guidelines location (#32865) @oliviertassinari
59
+ - &#8203;<!-- 23 -->[docs] Mention the ESLint plugin for detecting unused classes in tss-react (#32666) @garronej
60
+ - &#8203;<!-- 22 -->[docs] Update `useAutocomplete` demos to use `Mui-focused` class (#32757) @ZeeshanTamboli
61
+ - &#8203;<!-- 21 -->[examples] Fix `NextLinkComposedProps` gives a TypeScript error (#32655) @ZeeshanTamboli
62
+ - &#8203;<!-- 01 -->[website] Add Pedro to About Us page (#32803) @apedroferreira
63
+
64
+ ### Core
65
+
66
+ - &#8203;<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
67
+ - &#8203;<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
68
+
69
+ All contributors of this release in alphabetical order: @abriginets, @alexfauquette, @alisasanib, @apedroferreira, @danilo-leal, @diggis00, @flaviendelangle, @garronej, @JeanPetrov, @mbrookes, @mnajdova, @nate-summercook, @o-dubrovskyi, @oliviertassinari, @paales, @robertwt7, @SamuelMaddox, @siriwatknp, @veronikaslc, @VibhorJaiswal, @ZeeshanTamboli
70
+
71
+ ## 5.8.0
72
+
73
+ <!-- generated comparing v5.7.0..master -->
74
+
75
+ _May 17, 2022_
76
+
77
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
78
+
79
+ - 🚀 [Blog post](https://mui.com/blog/premium-plan-release/) for announcing the release of the Premium plan of MUI X is out thanks to @joserodolfofreitas.
80
+ - Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
81
+ - And more 🐛 bug fixes and 📚 documentation improvements.
82
+
83
+ ### `@mui/material@5.8.0`
84
+
85
+ - &#8203;<!-- 37 -->[Autocomplete] Fix `getInputProps` TypeScript return type (#32730) @ZeeshanTamboli
86
+ - &#8203;<!-- 36 -->[Autocomplete] Forward props to renderTags() (#32637) @emlai
87
+ - &#8203;<!-- 35 -->[Badge] Fix TypeScript error when adding style overrides for Badge (#32745) @ZeeshanTamboli
88
+ - &#8203;<!-- 09 -->[Menu] Fix context menu open position (#32661) @oliviertassinari
89
+
90
+ ### `@mui/system@5.8.0`
91
+
92
+ - &#8203;<!-- 05 -->[system] Add `Container` component and `createContainer` factory (#32263) @mnajdova
93
+
94
+ ### `@mui/base@5.0.0-alpha.81`
95
+
96
+ - &#8203;<!-- 15 -->[InputUnstyled] Support callbacks in componentsProps (#32271) @michaldudak
97
+ - &#8203;<!-- 14 -->[InputUnstyled] Define ownerState and slot props' types (#32491) @michaldudak
98
+ - &#8203;<!-- 08 -->[MenuUnstyled] Demos improvements (#32714) @michaldudak
99
+ - &#8203;<!-- 07 -->[OptionUnstyled] Define ownerState and slot props' types (#32717) @michaldudak
100
+
101
+ ### `@mui/joy@5.0.0-alpha.28`
102
+
103
+ - &#8203;<!-- 13 -->[Joy] Add Badge doc (#32790) @siriwatknp
104
+ - &#8203;<!-- 12 -->[Joy] Add global variant feature page (#32695) @siriwatknp
105
+ - &#8203;<!-- 11 -->[Joy] Add avatar page (#32711) @siriwatknp
106
+
107
+ ### `@mui/codemod@5.8.0`
108
+
109
+ - &#8203;<!-- 33 -->[codemod] Add jss to tss-react codemod (#31802) @ryancogswell
110
+
111
+ ### Docs
112
+
113
+ - &#8203;<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
114
+ - &#8203;<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
115
+ - &#8203;<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
116
+ - &#8203;<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
117
+ - &#8203;<!-- 26 -->[docs] Revise the "Understanding MUI packages" article (#32382) @danilo-leal
118
+ - &#8203;<!-- 25 -->[docs] Fix link to the material icons (#32771) @oliviertassinari
119
+ - &#8203;<!-- 24 -->[docs] Add notification for Premium release blog post (#32728) @joserodolfofreitas
120
+ - &#8203;<!-- 23 -->[docs] Base Portal style revisions and final review (#32157) @samuelsycamore
121
+ - &#8203;<!-- 22 -->[docs] Add joy to docs package.json (#32744) @siriwatknp
122
+ - &#8203;<!-- 21 -->[docs] Fix TOC-related styles not being applied when disableAd=true (#32733) @cherniavskii
123
+ - &#8203;<!-- 20 -->[docs] Add TypeScript guide on the polymorphic components (#32168) @mnajdova
124
+ - &#8203;<!-- 19 -->[docs] Fix warning mode pass to React.Fragment (#32729) @siriwatknp
125
+ - &#8203;<!-- 18 -->[docs] Revise Showcase copy for clarity + audit appList (#31946) @samuelsycamore
126
+ - &#8203;<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
127
+ - &#8203;<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
128
+ - &#8203;<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
129
+ - &#8203;<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
130
+ - &#8203;<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
131
+ - &#8203;<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
132
+ - &#8203;<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
133
+
134
+ ### Core
135
+
136
+ - &#8203;<!-- 32 -->[core] Enabled Renovate's lockfile maintenance (#32635) @michaldudak
137
+ - &#8203;<!-- 31 -->[core] Extract `MuiPage` interface to separate file (#32715) @cherniavskii
138
+ - &#8203;<!-- 30 -->[core] Remove unnecessary `spacing` parameter from `createMixins` method (#32690) @ZeeshanTamboli
139
+ - &#8203;<!-- 06 -->[private-classnames] Remove package and move everything to utils (#32758) @mnajdova
140
+
141
+ All contributors of this release in alphabetical order: @andrii-bodnar, @cherniavskii, @danilo-leal, @emlai, @joserodolfofreitas, @michaldudak, @mnajdova, @MrHBS, @oliviertassinari, @ryancogswell, @samuelsycamore, @shadigaafar, @siriwatknp, @ZeeshanTamboli
142
+
143
+ ## 5.7.0
144
+
145
+ <!-- generated comparing v5.6.4..master -->
146
+
147
+ _May 10, 2022_
148
+
149
+ A big thanks to the 27 contributors who made this release possible. Here are some highlights ✨:
150
+
151
+ 🛠 This release is all about supporting CSS variables in many Material UI components.
152
+ Kudos to all contributors!
153
+
154
+ ### `@mui/material@5.7.0`
155
+
156
+ - [StepLabel, StepIcon] Add support for CSS variables (#32609) @vicasas
157
+ - [Table, TableRow] Add support for CSS variables (#32614) @vicasas
158
+ - [AppBar] Add a logo component for the responsive app bar demo (#32374) @ameetmadan
159
+ - [Autocomplete] Fix clearing single array values (#32626) @mikepricedev
160
+ - [Autocomplete] Fix keep listbox open on left/right keys when inputValue is not empty (#31407) @alisasanib
161
+ - [Autocomplete] Add support for CSS variables (#32598) @ZeeshanTamboli
162
+ - [Autocomplete] Render `endAdornment` only when necessary (#32386) @g1eny0ung
163
+ - [ButtonGroup] Add support for CSS variables (#32498) @vicasas
164
+ - [CardActionArea] Add support for CSS variables (#32554) @vicasas
165
+ - [ClickAwayListener] Allow pointer up/down events to event handler (#32264) @vladjerca
166
+ - [CssBaseline] Add support for CSS vars (#32618) @haneenmahd
167
+ - [Dialog] Add support for CSS variables (#32555) @vicasas
168
+ - [Divider] Add support for CSS variables (#32519) @vicasas
169
+ - [Drawer] Add support for CSS variables (#32565) @nghiamvt
170
+ - [Fab] Add support for CSS variables (#32564) @alisasanib
171
+ - [FormControlLabel] Add support for CSS variables (#32588) @elliefoote
172
+ - [FormHelperText] Add support for CSS variables (#32596) @ZeeshanTamboli
173
+ - [FormLabel] Add support for CSS variables (#32602) @ZeeshanTamboli
174
+ - [Icon] Add support for CSS variables (#32595) @Jamaalwbrown
175
+ - [IconButton] Add support for CSS variables (#32590) @Ariyapong
176
+ - [ImageListItemBar] Add support for CSS variables (#32578) @vicasas
177
+ - [Input] Support CSS variables (#32128) @ivan-ngchakming
178
+ - [InputAdornment] Add support CSS variables (#32607) @vicasas
179
+ - [Link] Fix style overrides color prop (#32653) @siriwatknp
180
+ - [ListItem] Add support for CSS variables (#32580) @dan-mba
181
+ - [ListItemButton] Add support for CSS variables (#32582) @dan-mba
182
+ - [ListItemIcon] Add support for CSS variables (#32583) @dan-mba
183
+ - [ListSubheader] Add support for CSS variables (#32584) @dan-mba
184
+ - [MenuItem] Add support for CSS variables (#32561) @nghiamvt
185
+ - [MobileStepper] Add support for CSS vars (#32606) @haneenmahd
186
+ - [Modal] Add support for CSS variables (#32605) @haneenmahd
187
+ - [PaginationItem] Add support for CSS vars (#32612) @haneenmahd
188
+ - [Rating] Add support for CSS variables (#32556) @vicasas
189
+ - [Snackbar] Add support for CSS variables (#32603) @gin1314
190
+ - [SpeedDial] Add support for CSS variables (#32613) @alisasanib
191
+ - [Stepper] Export useStepperContext (#31398) @pzi
192
+ - [SvgIcon] Add support for CSS variables (#32610) @vicasas
193
+ - [TablePagination] Add support for CSS variables (#32615) @haneenmahd
194
+ - [TableSortLabel]: Add support for CSS vars (#32616) @haneenmahd
195
+ - [Tabs] Add support for CSS variables (#32547) @ZeeshanTamboli
196
+ - [ToggleButton] Add support for CSS variables (#32600) @Ariyapong
197
+ - [ToggleButtonGroup] Add support for CSS variables (#32617) @haneenmahd
198
+ - [Tooltip] Add support for CSS variables (#32594) @gin1314
199
+
200
+ ### `@mui/system@5.7.0`
201
+
202
+ - [System] Support CSS variables for iframes & custom nodes (#32496) @siriwatknp
203
+
204
+ ### `@mui/base@5.0.0-alpha.80`
205
+
206
+ - [ButtonUnstyled] Fix keyboard navigation on customized elements (#32204) @michaldudak
207
+
208
+ ### `@mui/private-classnames@5.7.0`
209
+
210
+ - [classnames] Add new package for classnames utils (#32502) @mnajdova
211
+
212
+ ### Docs
213
+
214
+ - [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
215
+ - [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
216
+ - [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
217
+ - [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
218
+ - [docs] Show product identifier on new X pages (#32657) @cherniavskii
219
+ - [docs] Fix copy button childNode not found (#32652) @siriwatknp
220
+ - [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
221
+ - [docs] Base Switch style revisions and final review (#32376) @samuelsycamore
222
+ - [docs] Adds Badge link to Base doc nav (#32619) @samuelsycamore
223
+ - [docs] Base Installation style revisions and final review (#32483) @samuelsycamore
224
+ - [docs] Fix broken redirection (#32581) @oliviertassinari
225
+ - [docs] Allows to use `import '<library name>'` in demonstrations (#32492) @alexfauquette
226
+ - [docs] Hide copy button on search icon dialog (#32577) @siriwatknp
227
+ - [docs] Use full API link for ThemeProvider (#32549) @jcvidiri
228
+ - [Joy] Add principles page (#32648) @siriwatknp
229
+ - [Joy] Add Button page (#32576) @siriwatknp
230
+ - [Joy] Add "Quick start" and "Tutorial" pages (#32383) @siriwatknp
231
+ - [website] Add store to the footer and "hiring" chip adjustment (#32650) @danilo-leal
232
+ - [website] Optimize conversion to store (#32646) @oliviertassinari
233
+ - [website] Remove copy button on marketing pages (#32649) @siriwatknp
234
+ - [website] Add missing space in copy label (#32638) @flaviendelangle
235
+
236
+ ### Core
237
+
238
+ - [core] Security updates (#32636) @michaldudak
239
+ - [core] Fix `docs:dev` not working after upgrading `next` to 12.1.0 (#32552) @cherniavskii
240
+ - [core] Update minimist to fix security vulnerability (#32575) @michaldudak
241
+
242
+ 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
243
+
3
244
  ## 5.6.4
4
245
 
5
246
  <!-- 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';
@@ -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';