@mui/lab 5.0.0-alpha.86 → 5.0.0-alpha.89
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 +185 -4
- package/CalendarPicker/CalendarPicker.d.ts +10 -10
- package/CalendarPicker/index.d.ts +3 -3
- package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +10 -10
- package/CalendarPickerSkeleton/index.d.ts +3 -3
- package/ClockPicker/ClockPicker.d.ts +10 -10
- package/ClockPicker/index.d.ts +3 -3
- package/DatePicker/DatePicker.d.ts +10 -10
- 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/DateTimePicker.d.ts +10 -10
- package/DateTimePicker/index.d.ts +2 -2
- package/DesktopDatePicker/DesktopDatePicker.d.ts +10 -10
- package/DesktopDatePicker/index.d.ts +2 -2
- package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +10 -10
- package/DesktopDateRangePicker/index.d.ts +2 -2
- package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +10 -10
- package/DesktopDateTimePicker/index.d.ts +2 -2
- package/DesktopTimePicker/DesktopTimePicker.d.ts +10 -10
- package/DesktopTimePicker/index.d.ts +2 -2
- package/LoadingButton/loadingButtonClasses.d.ts +22 -22
- package/LocalizationProvider/LocalizationProvider.d.ts +10 -10
- package/LocalizationProvider/index.d.ts +2 -2
- package/Masonry/Masonry.js +8 -3
- package/Masonry/masonryClasses.d.ts +8 -8
- package/MobileDatePicker/MobileDatePicker.d.ts +10 -10
- package/MobileDatePicker/index.d.ts +2 -2
- package/MobileDateRangePicker/MobileDateRangePicker.d.ts +10 -10
- package/MobileDateRangePicker/index.d.ts +2 -2
- package/MobileDateTimePicker/MobileDateTimePicker.d.ts +10 -10
- package/MobileDateTimePicker/index.d.ts +2 -2
- package/MobileTimePicker/MobileTimePicker.d.ts +10 -10
- package/MobileTimePicker/index.d.ts +2 -2
- package/MonthPicker/MonthPicker.d.ts +10 -10
- package/MonthPicker/index.d.ts +3 -3
- package/PickersDay/PickersDay.d.ts +10 -10
- package/PickersDay/index.d.ts +3 -3
- package/StaticDatePicker/StaticDatePicker.d.ts +10 -10
- package/StaticDatePicker/index.d.ts +2 -2
- package/StaticDateRangePicker/StaticDateRangePicker.d.ts +10 -10
- package/StaticDateRangePicker/index.d.ts +2 -2
- package/StaticDateTimePicker/StaticDateTimePicker.d.ts +10 -10
- package/StaticDateTimePicker/index.d.ts +2 -2
- package/StaticTimePicker/StaticTimePicker.d.ts +10 -10
- package/StaticTimePicker/index.d.ts +2 -2
- package/TabPanel/tabPanelClasses.d.ts +8 -8
- package/TimePicker/TimePicker.d.ts +10 -10
- 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/YearPicker.d.ts +10 -10
- 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/Masonry/Masonry.js +8 -3
- package/legacy/index.js +1 -1
- package/modern/Masonry/Masonry.js +8 -3
- package/modern/index.js +1 -1
- package/node/Masonry/Masonry.js +9 -3
- 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,186 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.8.7
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.8.6..master -->
|
|
6
|
+
|
|
7
|
+
_Jul 4, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🐛 Fixed an issue causing Typescript errors when building a project with Material UI v5.8.6 (@michaldudak)
|
|
12
|
+
- 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
|
|
13
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
14
|
+
|
|
15
|
+
### `@mui/material@5.8.7`
|
|
16
|
+
|
|
17
|
+
- [Autocomplete] Add some missing props in `useAutocomplete` (#33269) @henriqueholtz
|
|
18
|
+
- [Autocomplete] Extend `componentsProps` to include `popper` and `popupIndicator` slots (#33283) @jake-collibra
|
|
19
|
+
- [Select] Annotate empty string as valid value prop (#33088) @MattiasMartens
|
|
20
|
+
- [SnackbarContent] Fix message text color with css var provider (#33285) @TimoWilhelm
|
|
21
|
+
|
|
22
|
+
### `@mui/styled-engine@5.8.7`
|
|
23
|
+
|
|
24
|
+
- [styled-engine] Add missing type dependency on csstype (#33310) @Methuselah96
|
|
25
|
+
|
|
26
|
+
### `@mui/system@5.8.7`
|
|
27
|
+
|
|
28
|
+
- [system] Simplify theme input types for `CssVarsProvider` (#33381) @siriwatknp
|
|
29
|
+
- [system] Export required types (#33324) @michaldudak
|
|
30
|
+
|
|
31
|
+
### `@mui/joy@5.0.0-alpha.35`
|
|
32
|
+
|
|
33
|
+
- [Joy] Add radio button documentation (#33254) @siriwatknp
|
|
34
|
+
- [Joy] Add switch documentation (#33302) @siriwatknp
|
|
35
|
+
- [Joy] Batch a couple of documentation refinements (#33158)
|
|
36
|
+
- [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
|
|
37
|
+
|
|
38
|
+
### `@mui/base@5.0.0-alpha.88`
|
|
39
|
+
|
|
40
|
+
- [base] Remove a type incompatible with Typescript 3.5 (#33361) @michaldudak
|
|
41
|
+
- [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
|
|
42
|
+
- [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
|
|
43
|
+
|
|
44
|
+
### Docs
|
|
45
|
+
|
|
46
|
+
- [docs] Fix Link typings in the react-router example (#32308) @aaarichter
|
|
47
|
+
- [docs] Add caveat about class components with Tooltip (#33325) @joshkel
|
|
48
|
+
- [docs] Fix SEO issues (#33288) @oliviertassinari
|
|
49
|
+
- [docs] Fix Slider's "player" demo (#33267) @xlianghang
|
|
50
|
+
- [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
|
|
51
|
+
|
|
52
|
+
All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
|
|
53
|
+
|
|
54
|
+
## 5.8.6
|
|
55
|
+
|
|
56
|
+
<!-- generated comparing v5.8.5..master -->
|
|
57
|
+
|
|
58
|
+
_Jun 27, 2022_
|
|
59
|
+
|
|
60
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
61
|
+
|
|
62
|
+
- ⚒️ Fixed React 18 issues in few components
|
|
63
|
+
- 🚀 Improved the TypeScript augmentation when using CSS variables with `@mui/material`
|
|
64
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
65
|
+
|
|
66
|
+
### `@mui/material@5.8.6`
|
|
67
|
+
|
|
68
|
+
- ​<!-- 27 -->[Alert] Add support for CSS vars (#32624) @haneenmahd
|
|
69
|
+
- ​<!-- 26 -->[Alert] Use `getContrastText` for filled variant font color (#29813) @SamoraMabuya
|
|
70
|
+
|
|
71
|
+
Note: The color of the text in the warning contained `Alert` in dark mode was changed to black in order to improve the color contrast ratio
|
|
72
|
+
|
|
73
|
+
- ​<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
|
|
74
|
+
- ​<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
|
|
75
|
+
- ​<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
|
|
76
|
+
|
|
77
|
+
### `@mui/system@5.8.6`
|
|
78
|
+
|
|
79
|
+
- ​<!-- 09 -->[system] Add enableColorScheme option to getInitColorSchemeScript (#33261) @siriwatknp
|
|
80
|
+
|
|
81
|
+
### `@mui/utils@5.8.6`
|
|
82
|
+
|
|
83
|
+
- ​<!-- 04 -->[utils] Allow state prefix to be configurable (#32972) @siriwatknp
|
|
84
|
+
|
|
85
|
+
### `@mui/base@5.0.0-alpha.87`
|
|
86
|
+
|
|
87
|
+
- ​<!-- 25 -->[base] Improve the return type of useSlotProps (#33279) @michaldudak
|
|
88
|
+
- ​<!-- 24 -->[base] Improve some types (#33270) @mnajdova
|
|
89
|
+
- ​<!-- 13 -->[MenuUnstyled] Fix keyboard accessibility of menu items (#33145) @michaldudak
|
|
90
|
+
- ​<!-- 12 -->[ModalManager] Lock body scroll when container is inside shadow DOM (#33168) @jacobweberbowery
|
|
91
|
+
- ​<!-- 10 -->[SliderUnstyled] Use useSlotProps (#33132) @michaldudak
|
|
92
|
+
- ​<!-- 07 -->[TextareaAutosize] Fix crash when used with React 18 & Suspense (#33238) @howlettt
|
|
93
|
+
- ​<!-- 06 -->[TextareaAutosize] Fix warnings for too many renders in React 18 (#33253) @mnajdova
|
|
94
|
+
|
|
95
|
+
### `@mui/joy@5.0.0-alpha.34`
|
|
96
|
+
|
|
97
|
+
- ​<!-- 14 -->[Joy] Add `Sheet` doc (#32820) @hbjORbj
|
|
98
|
+
|
|
99
|
+
### Docs
|
|
100
|
+
|
|
101
|
+
- ​<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
|
|
102
|
+
- ​<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
|
|
103
|
+
- ​<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
|
|
104
|
+
- ​<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
|
|
105
|
+
- ​<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
|
|
106
|
+
- ​<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
|
|
107
|
+
- ​<!-- 16 -->[docs] Badge component link in Base docs should be under Data Display section (#33249) @ZeeshanTamboli
|
|
108
|
+
- ​<!-- 15 -->[examples] Fix comment typo (#33256) @WinmezzZ
|
|
109
|
+
|
|
110
|
+
### Core
|
|
111
|
+
|
|
112
|
+
- ​<!-- 22 -->[core] Remove dead code (#33243) @oliviertassinari
|
|
113
|
+
- ​<!-- 03 -->[website] Fix the scroll-top for all the website (#33215) @oliviertassinari
|
|
114
|
+
- ​<!-- 02 -->[website] List new core role @oliviertassinari
|
|
115
|
+
- ​<!-- 01 -->[website] Fix navigation menu close behavior (#33203) @oliviertassinari
|
|
116
|
+
|
|
117
|
+
All contributors of this release in alphabetical order: @davidgarciab, @Fafruch, @haneenmahd, @hbjORbj, @howlettt, @jacobweberbowery, @michaldudak, @mnajdova, @oliviertassinari, @SamoraMabuya, @siriwatknp, @WinmezzZ, @ZeeshanTamboli
|
|
118
|
+
|
|
119
|
+
## 5.8.5
|
|
120
|
+
|
|
121
|
+
<!-- generated comparing v5.8.4..master -->
|
|
122
|
+
|
|
123
|
+
_Jun 20, 2022_
|
|
124
|
+
|
|
125
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
126
|
+
|
|
127
|
+
- 🚀 Added support for CSS variables in the `Avatar` component and the `SpeedDialAction` component respectively by @vicasas and @gin1314
|
|
128
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
129
|
+
|
|
130
|
+
### `@mui/material@5.8.5`
|
|
131
|
+
|
|
132
|
+
- ​<!-- 30 -->[Avatar] Add support for CSS variables (#32499) @vicasas
|
|
133
|
+
- ​<!-- 19 -->[Dialog] Fix broken styles if `maxWidth` is set to `false` (#32987) @kmurgic
|
|
134
|
+
- ​<!-- 04 -->[SpeedDialAction] Add support for CSS variables (#32608) @gin1314
|
|
135
|
+
- ​<!-- 02 -->[Tabs] Increment scroll of the minimum amount possible (#33103) @oliviertassinari
|
|
136
|
+
|
|
137
|
+
### `@mui/codemod@5.8.5`
|
|
138
|
+
|
|
139
|
+
- ​<!-- 24 -->[codemod] Preserve comments within jss-to-tss-react (#33170) @ryancogswell
|
|
140
|
+
|
|
141
|
+
### `@mui/lab@5.0.0-alpha.87`
|
|
142
|
+
|
|
143
|
+
- ​<!-- 06 -->[Masonry] Fix flickering when used with React 18 (#33163) @mnajdova
|
|
144
|
+
|
|
145
|
+
### `@mui/base@5.0.0-alpha.86`
|
|
146
|
+
|
|
147
|
+
- ​<!-- 29 -->[BadgeUnstyled] Accept callbacks in componentsProps (#33176) @michaldudak
|
|
148
|
+
- ​<!-- 25 -->[ButtonUnstyled] Use useSlotProps (#33096) @michaldudak
|
|
149
|
+
- ​<!-- 11 -->[FormControlUnstyled] Accept callbacks in componentsProps (#33180) @michaldudak
|
|
150
|
+
- ​<!-- 10 -->[InputUnstyled] Use useSlotProps (#33094) @michaldudak
|
|
151
|
+
- ​<!-- 05 -->[ModalUnstyled] Define ownerState and slot props' types (#32901) @michaldudak
|
|
152
|
+
- ​<!-- 03 -->[SwitchUnstyled] Use useSlotProps (#33174) @michaldudak
|
|
153
|
+
|
|
154
|
+
### `@mui/joy@5.0.0-alpha.33`
|
|
155
|
+
|
|
156
|
+
- ​<!-- 09 -->[Joy] Add Checkbox documentation (#33171) @siriwatknp
|
|
157
|
+
- ​<!-- 08 -->[Joy] Add List documentation (#33120) @siriwatknp
|
|
158
|
+
- ​<!-- 07 -->[Joy] Make slider displays Joy classname (#33051) @siriwatknp
|
|
159
|
+
|
|
160
|
+
### Docs
|
|
161
|
+
|
|
162
|
+
- ​<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
|
|
163
|
+
- ​<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
|
|
164
|
+
- ​<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
|
|
165
|
+
- ​<!-- 18 -->[docs] Add guide on how to use MUI Base with Tailwind CSS (#33100) @mnajdova
|
|
166
|
+
- ​<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
|
|
167
|
+
- ​<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
|
|
168
|
+
- ​<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
|
|
169
|
+
- ​<!-- 14 -->[docs] Add job ad in table of content (#33143) @mnajdova
|
|
170
|
+
- ​<!-- 13 -->[docs] Add customization as a value proposition (#33014) @oliviertassinari
|
|
171
|
+
- ​<!-- 12 -->[examples] Add example using nextjs & @mui/styles as a starter for the migration to v5 (#33005) @mnajdova
|
|
172
|
+
- ​<!-- 01 -->[website] Replace Airtable with Ashby links for applying to a opened position (#33193) @DanailH
|
|
173
|
+
|
|
174
|
+
### Core
|
|
175
|
+
|
|
176
|
+
- ​<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
|
|
177
|
+
- ​<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
|
|
178
|
+
- ​<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
|
|
179
|
+
- ​<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
|
|
180
|
+
- ​<!-- 20 -->[core] Improve inline code rendering within the details tag (#33086) @Harmouch101
|
|
181
|
+
|
|
182
|
+
All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @gin1314, @Harmouch101, @Janpot, @joserodolfofreitas, @kmurgic, @michaldudak, @mnajdova, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas
|
|
183
|
+
|
|
3
184
|
## 5.8.4
|
|
4
185
|
|
|
5
186
|
<!-- generated comparing v5.8.3..master -->
|
|
@@ -1101,7 +1282,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1101
1282
|
- ​<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
|
|
1102
1283
|
- ​<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
|
|
1103
1284
|
- ​<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
|
|
1104
|
-
- ​<!-- 04 -->[
|
|
1285
|
+
- ​<!-- 04 -->[typescript] Remove variants deprecation (#31239) @siriwatknp
|
|
1105
1286
|
|
|
1106
1287
|
All contributors of this release in alphabetical order: @adriancampos, @Andarist, @bonellia, @davwheat, @greengiraffe, @hbjORbj, @iclaude3, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @RedHeadphone, @robertwt7, @samuelsycamore, @siriwatknp, @sviande
|
|
1107
1288
|
|
|
@@ -1166,7 +1347,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
1166
1347
|
- [Select] Allow customizing Select based on its variant (#30788) @michaldudak
|
|
1167
1348
|
- [Portal] Re-export 'Portal' in material (#31003) @liradb2000
|
|
1168
1349
|
- [ToggleButton] Add prop types for `onClick` and `onChange` (#30883) @sydneyjodon-wk
|
|
1169
|
-
- [
|
|
1350
|
+
- [typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
|
|
1170
1351
|
|
|
1171
1352
|
### `@mui/system@5.4.2`
|
|
1172
1353
|
|
|
@@ -4604,8 +4785,8 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4604
4785
|
- ​<!-- 29 -->[Button] Rename `pending` prop to `loading` in LoadingButton (#25874) @m4theushw
|
|
4605
4786
|
|
|
4606
4787
|
```diff
|
|
4607
|
-
-<LoadingButton pending pendingIndicator="Pending
|
|
4608
|
-
+<LoadingButton loading loadingIndicator="Pending
|
|
4788
|
+
-<LoadingButton pending pendingIndicator="Pending…" pendingPosition="end" />
|
|
4789
|
+
+<LoadingButton loading loadingIndicator="Pending…" loadingPosition="end" />
|
|
4609
4790
|
```
|
|
4610
4791
|
|
|
4611
4792
|
- ​<!-- 25 -->[ButtonBase] Remove buttonRef prop (#25896) @m4theushw
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { CalendarPickerProps } from '@mui/x-date-pickers/CalendarPicker';
|
|
3
|
-
declare type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
-
propTypes?: any;
|
|
5
|
-
};
|
|
6
|
-
/**
|
|
7
|
-
* @ignore - do not document.
|
|
8
|
-
*/
|
|
9
|
-
declare const CalendarPicker: CalendarPickerComponent;
|
|
10
|
-
export default CalendarPicker;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { CalendarPickerProps } from '@mui/x-date-pickers/CalendarPicker';
|
|
3
|
+
declare type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
+
propTypes?: any;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const CalendarPicker: CalendarPickerComponent;
|
|
10
|
+
export default CalendarPicker;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default } from './CalendarPicker';
|
|
2
|
-
export { calendarPickerClasses } from '@mui/x-date-pickers/CalendarPicker';
|
|
3
|
-
export type { CalendarPickerClassKey, CalendarPickerClasses, CalendarPickerProps, CalendarPickerView, } from '@mui/x-date-pickers/CalendarPicker';
|
|
1
|
+
export { default } from './CalendarPicker';
|
|
2
|
+
export { calendarPickerClasses } from '@mui/x-date-pickers/CalendarPicker';
|
|
3
|
+
export type { CalendarPickerClassKey, CalendarPickerClasses, CalendarPickerProps, CalendarPickerView, } from '@mui/x-date-pickers/CalendarPicker';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { CalendarPickerSkeletonProps } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
|
3
|
-
declare type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
-
propTypes?: any;
|
|
5
|
-
};
|
|
6
|
-
/**
|
|
7
|
-
* @ignore - do not document.
|
|
8
|
-
*/
|
|
9
|
-
declare const CalendarPickerSkeleton: CalendarPickerSkeletonComponent;
|
|
10
|
-
export default CalendarPickerSkeleton;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { CalendarPickerSkeletonProps } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
|
3
|
+
declare type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
+
propTypes?: any;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const CalendarPickerSkeleton: CalendarPickerSkeletonComponent;
|
|
10
|
+
export default CalendarPickerSkeleton;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default } from './CalendarPickerSkeleton';
|
|
2
|
-
export { calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
|
3
|
-
export type { CalendarPickerSkeletonClassKey, CalendarPickerSkeletonProps, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
|
1
|
+
export { default } from './CalendarPickerSkeleton';
|
|
2
|
+
export { calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
|
3
|
+
export type { CalendarPickerSkeletonClassKey, CalendarPickerSkeletonProps, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { ClockPickerProps } from '@mui/x-date-pickers/ClockPicker';
|
|
3
|
-
declare type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
-
propTypes?: any;
|
|
5
|
-
};
|
|
6
|
-
/**
|
|
7
|
-
* @ignore - do not document.
|
|
8
|
-
*/
|
|
9
|
-
declare const ClockPicker: ClockPickerComponent;
|
|
10
|
-
export default ClockPicker;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { ClockPickerProps } from '@mui/x-date-pickers/ClockPicker';
|
|
3
|
+
declare type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
+
propTypes?: any;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const ClockPicker: ClockPickerComponent;
|
|
10
|
+
export default ClockPicker;
|
package/ClockPicker/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default } from './ClockPicker';
|
|
2
|
-
export { clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
|
|
3
|
-
export type { ClockPickerClasses, ClockPickerClassKey, ClockPickerProps, ClockPickerView, } from '@mui/x-date-pickers/ClockPicker';
|
|
1
|
+
export { default } from './ClockPicker';
|
|
2
|
+
export { clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
|
|
3
|
+
export type { ClockPickerClasses, ClockPickerClassKey, ClockPickerProps, ClockPickerView, } from '@mui/x-date-pickers/ClockPicker';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
|
|
3
|
-
declare type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
-
propTypes?: any;
|
|
5
|
-
};
|
|
6
|
-
/**
|
|
7
|
-
* @ignore - do not document.
|
|
8
|
-
*/
|
|
9
|
-
declare const DatePicker: DatePickerComponent;
|
|
10
|
-
export default DatePicker;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
|
|
3
|
+
declare type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
+
propTypes?: any;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const DatePicker: DatePickerComponent;
|
|
10
|
+
export default DatePicker;
|
package/DatePicker/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './DatePicker';
|
|
2
|
-
export type { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
|
|
1
|
+
export { default } from './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,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { DateTimePickerProps } from '@mui/x-date-pickers/DateTimePicker';
|
|
3
|
-
declare type DateTimePickerComponent = (<TDate>(props: DateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
-
propTypes?: any;
|
|
5
|
-
};
|
|
6
|
-
/**
|
|
7
|
-
* @ignore - do not document.
|
|
8
|
-
*/
|
|
9
|
-
declare const DateTimePicker: DateTimePickerComponent;
|
|
10
|
-
export default DateTimePicker;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { DateTimePickerProps } from '@mui/x-date-pickers/DateTimePicker';
|
|
3
|
+
declare type DateTimePickerComponent = (<TDate>(props: DateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
+
propTypes?: any;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const DateTimePicker: DateTimePickerComponent;
|
|
10
|
+
export default DateTimePicker;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './DateTimePicker';
|
|
2
|
-
export type { DateTimePickerProps } from '@mui/x-date-pickers/DateTimePicker';
|
|
1
|
+
export { default } from './DateTimePicker';
|
|
2
|
+
export type { DateTimePickerProps } from '@mui/x-date-pickers/DateTimePicker';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { DesktopDatePickerProps } from '@mui/x-date-pickers/DesktopDatePicker';
|
|
3
|
-
declare type DesktopDatePickerComponent = (<TDate>(props: DesktopDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
-
propTypes?: any;
|
|
5
|
-
};
|
|
6
|
-
/**
|
|
7
|
-
* @ignore - do not document.
|
|
8
|
-
*/
|
|
9
|
-
declare const DesktopDatePicker: DesktopDatePickerComponent;
|
|
10
|
-
export default DesktopDatePicker;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { DesktopDatePickerProps } from '@mui/x-date-pickers/DesktopDatePicker';
|
|
3
|
+
declare type DesktopDatePickerComponent = (<TDate>(props: DesktopDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
+
propTypes?: any;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const DesktopDatePicker: DesktopDatePickerComponent;
|
|
10
|
+
export default DesktopDatePicker;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './DesktopDatePicker';
|
|
2
|
-
export type { DesktopDatePickerProps } from '@mui/x-date-pickers/DesktopDatePicker';
|
|
1
|
+
export { default } from './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,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { DesktopDateTimePickerProps } from '@mui/x-date-pickers/DesktopDateTimePicker';
|
|
3
|
-
declare type DesktopDateTimePickerComponent = (<TDate>(props: DesktopDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
-
propTypes?: any;
|
|
5
|
-
};
|
|
6
|
-
/**
|
|
7
|
-
* @ignore - do not document.
|
|
8
|
-
*/
|
|
9
|
-
declare const DesktopDateTimePicker: DesktopDateTimePickerComponent;
|
|
10
|
-
export default DesktopDateTimePicker;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { DesktopDateTimePickerProps } from '@mui/x-date-pickers/DesktopDateTimePicker';
|
|
3
|
+
declare type DesktopDateTimePickerComponent = (<TDate>(props: DesktopDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
+
propTypes?: any;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const DesktopDateTimePicker: DesktopDateTimePickerComponent;
|
|
10
|
+
export default DesktopDateTimePicker;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './DesktopDateTimePicker';
|
|
2
|
-
export type { DesktopDateTimePickerProps } from '@mui/x-date-pickers/DesktopDateTimePicker';
|
|
1
|
+
export { default } from './DesktopDateTimePicker';
|
|
2
|
+
export type { DesktopDateTimePickerProps } from '@mui/x-date-pickers/DesktopDateTimePicker';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { DesktopTimePickerProps } from '@mui/x-date-pickers/DesktopTimePicker';
|
|
3
|
-
declare type DesktopTimePickerComponent = (<TDate>(props: DesktopTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
-
propTypes?: any;
|
|
5
|
-
};
|
|
6
|
-
/**
|
|
7
|
-
* @ignore - do not document.
|
|
8
|
-
*/
|
|
9
|
-
declare const DesktopTimePicker: DesktopTimePickerComponent;
|
|
10
|
-
export default DesktopTimePicker;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { DesktopTimePickerProps } from '@mui/x-date-pickers/DesktopTimePicker';
|
|
3
|
+
declare type DesktopTimePickerComponent = (<TDate>(props: DesktopTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
+
propTypes?: any;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const DesktopTimePicker: DesktopTimePickerComponent;
|
|
10
|
+
export default DesktopTimePicker;
|
|
@@ -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,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { LocalizationProviderProps } from '@mui/x-date-pickers/LocalizationProvider';
|
|
3
|
-
declare type LocalizationProviderComponent = ((props: LocalizationProviderProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
-
propTypes?: any;
|
|
5
|
-
};
|
|
6
|
-
/**
|
|
7
|
-
* @ignore - do not document.
|
|
8
|
-
*/
|
|
9
|
-
declare const LocalizationProvider: LocalizationProviderComponent;
|
|
10
|
-
export default LocalizationProvider;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { LocalizationProviderProps } from '@mui/x-date-pickers/LocalizationProvider';
|
|
3
|
+
declare type LocalizationProviderComponent = ((props: LocalizationProviderProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
+
propTypes?: any;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const LocalizationProvider: LocalizationProviderComponent;
|
|
10
|
+
export default LocalizationProvider;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './LocalizationProvider';
|
|
2
|
-
export type { LocalizationProviderProps } from '@mui/x-date-pickers/LocalizationProvider';
|
|
1
|
+
export { default } from './LocalizationProvider';
|
|
2
|
+
export type { LocalizationProviderProps } from '@mui/x-date-pickers/LocalizationProvider';
|