@mui/lab 5.0.0-alpha.123 → 5.0.0-alpha.125
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AdapterDateFns/AdapterDateFns.d.ts +3 -3
- package/AdapterDateFns/index.d.ts +1 -1
- package/AdapterDayjs/AdapterDayjs.d.ts +3 -3
- package/AdapterDayjs/index.d.ts +1 -1
- package/AdapterLuxon/AdapterLuxon.d.ts +3 -3
- package/AdapterLuxon/index.d.ts +1 -1
- package/AdapterMoment/AdapterMoment.d.ts +3 -3
- package/AdapterMoment/index.d.ts +1 -1
- package/CHANGELOG.md +189 -7
- package/CalendarPicker/CalendarPicker.d.ts +14 -14
- package/CalendarPicker/index.d.ts +2 -2
- package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +13 -13
- package/CalendarPickerSkeleton/index.d.ts +2 -2
- package/ClockPicker/ClockPicker.d.ts +14 -14
- package/ClockPicker/index.d.ts +2 -2
- 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/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 +13 -13
- package/MonthPicker/index.d.ts +2 -2
- package/PickersDay/PickersDay.d.ts +13 -13
- package/PickersDay/index.d.ts +2 -2
- 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 +14 -14
- package/YearPicker/index.d.ts +2 -2
- package/index.js +1 -1
- package/internal/svg-icons/ArrowDropDown.d.ts +7 -7
- package/internal/svg-icons/ArrowLeft.d.ts +7 -7
- package/internal/svg-icons/ArrowRight.d.ts +7 -7
- package/internal/svg-icons/Calendar.d.ts +7 -7
- package/internal/svg-icons/Clock.d.ts +7 -7
- package/internal/svg-icons/DateRange.d.ts +7 -7
- package/internal/svg-icons/Pen.d.ts +7 -7
- package/internal/svg-icons/Time.d.ts +7 -7
- package/legacy/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +3 -3
- package/themeAugmentation/components.d.ts +5 -0
- package/themeAugmentation/overrides.d.ts +2 -0
- package/themeAugmentation/props.d.ts +2 -0
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export default class AdapterDateFns {
|
|
2
|
-
constructor();
|
|
3
|
-
}
|
|
1
|
+
export default class AdapterDateFns {
|
|
2
|
+
constructor();
|
|
3
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './AdapterDateFns';
|
|
1
|
+
export { default } from './AdapterDateFns';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export default class AdapterDayjs {
|
|
2
|
-
constructor();
|
|
3
|
-
}
|
|
1
|
+
export default class AdapterDayjs {
|
|
2
|
+
constructor();
|
|
3
|
+
}
|
package/AdapterDayjs/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './AdapterDayjs';
|
|
1
|
+
export { default } from './AdapterDayjs';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export default class AdapterLuxon {
|
|
2
|
-
constructor();
|
|
3
|
-
}
|
|
1
|
+
export default class AdapterLuxon {
|
|
2
|
+
constructor();
|
|
3
|
+
}
|
package/AdapterLuxon/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './AdapterLuxon';
|
|
1
|
+
export { default } from './AdapterLuxon';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export default class AdapterMoment {
|
|
2
|
-
constructor();
|
|
3
|
-
}
|
|
1
|
+
export default class AdapterMoment {
|
|
2
|
+
constructor();
|
|
3
|
+
}
|
package/AdapterMoment/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './AdapterMoment';
|
|
1
|
+
export { default } from './AdapterMoment';
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,187 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.11.16
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.11.15..master -->
|
|
6
|
+
|
|
7
|
+
_Apr 4, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 💅 Added tabs on API pages of Base UI to switch between component and hook references (#35938) @mnajdova
|
|
12
|
+
- 🐛 bug fixes and 📚 documentation improvements.
|
|
13
|
+
|
|
14
|
+
### `@mui/material@5.11.16`
|
|
15
|
+
|
|
16
|
+
- [Autocomplete] Listen for click on the root element (#36369) @sai6855
|
|
17
|
+
- [Autocomplete] Fix navigation issue on mouse hover (#35196) @sai6855
|
|
18
|
+
- [Card] Fix Card focus effect overflowing parent card (#36329) @mj12albert
|
|
19
|
+
- [Grid] Missing slot (#36765) @siriwatknp
|
|
20
|
+
- [Select] Make error part of the `ownerState` to enable overriding styles with it in theme (#36422) @gitstart
|
|
21
|
+
- [Slider] Fix ValueLabel UI issues comes when size="small" and orientation="vertical (#36738) @yushanwebdev
|
|
22
|
+
|
|
23
|
+
### `@mui/icons-material@5.11.16`
|
|
24
|
+
|
|
25
|
+
- [icons] Do not ignore popular icons (#36608) @michaldudak
|
|
26
|
+
|
|
27
|
+
### `@mui/joy@5.0.0-alpha.74`
|
|
28
|
+
|
|
29
|
+
- [Joy] Add `ModalOverflow` component (#36262) @siriwatknp
|
|
30
|
+
- [Joy] Fix `Checkbox` custom color prop type warning (#36691) @amal-qb
|
|
31
|
+
|
|
32
|
+
### Docs
|
|
33
|
+
|
|
34
|
+
- [docs][base] Add return type for `useFormControlUnstyledContext` hook (#36302) @HeVictor
|
|
35
|
+
- [docs][base] Move styles to the bottom of demos code for `FormControl` (#36579) @gitstart
|
|
36
|
+
- [docs][base] Move styles to the bottom of demos code for `Menu` (#36582) @gitstart
|
|
37
|
+
- [docs][base] Move styles code to bottom in the `Button` demos (#36590) @sai6855
|
|
38
|
+
- [docs][base] Show components & hooks API on the components page (#35938) @mnajdova
|
|
39
|
+
- [docs] Describe slotProps in MUI Base customization doc (#36206) @michaldudak
|
|
40
|
+
- [docs] Fix double API page redirection (#36743) @oliviertassinari
|
|
41
|
+
- [docs] Remove hash property and leverage pathname (#36764) @siriwatknp
|
|
42
|
+
- [docs] Introduce markdown permalink to source (#36729) @oliviertassinari
|
|
43
|
+
- [docs] Tabs API add slots section (#36769) @mnajdova
|
|
44
|
+
- [docs] Update feedbacks management on slack (#36705) @alexfauquette
|
|
45
|
+
- [docs] Fix Joy UI URL to tokens (#36742) @oliviertassinari
|
|
46
|
+
- [docs] Add toggle-button coming soon page (#36618) @siriwatknp
|
|
47
|
+
- [docs] Fix typo on the Joy UI theme builder (#36734) @danilo-leal
|
|
48
|
+
- [docs] Fix small typo (#36727) @RBerthier
|
|
49
|
+
- [docs] Fix Joy UI template broken image loading @oliviertassinari
|
|
50
|
+
- [docs] Hide the default API column if it's empty (#36715) @mnajdova
|
|
51
|
+
- [docs] Update Material UI Related Projects page (#34203) @viclafouch
|
|
52
|
+
- [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
|
|
53
|
+
- [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
|
|
54
|
+
- [docs] Support Google Analytics 4 (#36123) @alexfauquette
|
|
55
|
+
- [docs][material] Keep consistency in description of classes (#36631) @hbjORbj
|
|
56
|
+
- [docs] Remove redundant files and fix regression (#36775) @ZeeshanTamboli
|
|
57
|
+
|
|
58
|
+
### Core
|
|
59
|
+
|
|
60
|
+
- [blog] Compress images @oliviertassinari
|
|
61
|
+
- [core] Remove unused token (#36722) @oliviertassinari
|
|
62
|
+
|
|
63
|
+
All contributors of this release in alphabetical order: @alexfauquette, @amal-qb, @danilo-leal, @DevinCLane, @gitstart, @hbjORbj, @HeVictor, @LadyBluenotes, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @RBerthier, @sai6855, @siriwatknp, @viclafouch, @yushanwebdev
|
|
64
|
+
|
|
65
|
+
## 5.11.15
|
|
66
|
+
|
|
67
|
+
<!-- generated comparing v5.11.14..master -->
|
|
68
|
+
|
|
69
|
+
_Mar 28, 2023_
|
|
70
|
+
|
|
71
|
+
A big thanks to the 10 contributors who made this release possible. We have one big highlight this week ✨:
|
|
72
|
+
|
|
73
|
+
- @siriwatknp made a [Theme Builder](https://mui.com/joy-ui/customization/theme-builder) for Joy UI 🎨 (#35741)
|
|
74
|
+
|
|
75
|
+
### `@mui/material@5.11.15`
|
|
76
|
+
|
|
77
|
+
- [Chip] Fix error when theme value is a CSS variable (#36654) @siriwatknp
|
|
78
|
+
- [Grid2] Support dynamic nested columns (#36401) @siriwatknp
|
|
79
|
+
|
|
80
|
+
### `@mui/system@5.11.15`
|
|
81
|
+
|
|
82
|
+
- [system] Enable regressions tests & fix regressions (#36611) @mnajdova
|
|
83
|
+
- [Stack] Add `useFlexGap` prop (#36404) @siriwatknp
|
|
84
|
+
|
|
85
|
+
### `@mui/base@5.0.0-alpha.122`
|
|
86
|
+
|
|
87
|
+
- [Autocomplete] Update `autoSelect` prop description (#36280) @sai6855
|
|
88
|
+
- [TablePagination][base] Improve `actions` type in `slotProps` (#36458) @sai6855
|
|
89
|
+
- [Base] Add JSDoc comments for classes of Base components (#36586) @hbjORbj
|
|
90
|
+
- [useSlider][base] Add API docs for the hook parameters and return type (#36576) @varunmulay22
|
|
91
|
+
|
|
92
|
+
### `@mui/joy@5.0.0-alpha.73`
|
|
93
|
+
|
|
94
|
+
- [Joy] Miscellaneous fixes (#36628) @siriwatknp
|
|
95
|
+
- [Joy] Add palette customizer (#35741) @siriwatknp
|
|
96
|
+
|
|
97
|
+
### Docs
|
|
98
|
+
|
|
99
|
+
- Revert "[docs] Use `theme.applyDarkStyles` for the rest of the docs" (#36602) @mnajdova
|
|
100
|
+
- [blog] Improvements on v6 announcement blog (#36505) @joserodolfofreitas
|
|
101
|
+
- [docs] Add `Snackbar` coming soon page (#36604) @danilo-leal
|
|
102
|
+
- [docs] Add accordion coming soon page (#36279) @siriwatknp
|
|
103
|
+
- [docs] Fix palette customizer theme augmentation (#36629) @siriwatknp
|
|
104
|
+
- [docs] Finish migration away from https://reactjs.org/ @oliviertassinari
|
|
105
|
+
- [docs] Remove duplicated slot descriptions (#36621) @hbjORbj
|
|
106
|
+
- [docs] Fix broken example link (#36607) @mnajdova
|
|
107
|
+
- [docs] Use `theme.applyDarkStyles` (#36606) @siriwatknp
|
|
108
|
+
- [docs] Improve API for theme default prop (#36490) @oliviertassinari
|
|
109
|
+
- [docs][Table] Refactor `Sorting & Selecting` table demo (#33236) @IFaniry
|
|
110
|
+
|
|
111
|
+
### Core
|
|
112
|
+
|
|
113
|
+
- [core] Use Netlify function for feedback management (#36472) @alexfauquette
|
|
114
|
+
|
|
115
|
+
All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @hbjORbj, @IFaniry, @joserodolfofreitas, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @varunmulay22
|
|
116
|
+
|
|
117
|
+
## 5.11.14
|
|
118
|
+
|
|
119
|
+
<!-- generated comparing v5.11.13..master -->
|
|
120
|
+
|
|
121
|
+
_Mar 21, 2023_
|
|
122
|
+
|
|
123
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
124
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
125
|
+
|
|
126
|
+
### `@mui/material@5.11.14`
|
|
127
|
+
|
|
128
|
+
- [Breadcrumbs] Add ability to change icon used in `BreadcrumbCollapsed` through slots (#33812) @pratikkarad
|
|
129
|
+
- [Stepper] Add aria-current to active StepButton (#36526) @michalak111
|
|
130
|
+
- [TabScrollButton] Add ability to change left and right icons (#33863) @pratikkarad
|
|
131
|
+
- [ListItemButton] Respect LinkComponent (#34159) @zaverden
|
|
132
|
+
- [l10n] Add Central Kurdish (ku-CKB) locale (#36592) @HediMuhamad
|
|
133
|
+
|
|
134
|
+
### `@mui/system@5.11.14`
|
|
135
|
+
|
|
136
|
+
- [system] Fix sx prop regression for fontWeight values (#36543) @mnajdova
|
|
137
|
+
|
|
138
|
+
### `@mui/base@5.0.0-alpha.121`
|
|
139
|
+
|
|
140
|
+
- [docs][base] Improve the Slots Table in API docs (#36330) @hbjORbj
|
|
141
|
+
|
|
142
|
+
### `@mui/joy@5.0.0-alpha.72`
|
|
143
|
+
|
|
144
|
+
- [Joy] Ensure new CSS variable naming is everywhere (#36460) @hbjORbj
|
|
145
|
+
- [Menu][joy] Classname listbox is missing (#36520) @hbjORbj
|
|
146
|
+
- [Joy] Fix `--List-decorator*` vars (#36595) @siriwatknp
|
|
147
|
+
|
|
148
|
+
### `@mui/lab@5.0.0-alpha.124`
|
|
149
|
+
|
|
150
|
+
- [Masonry] Include Masonry in theme augmentation interface (#36533) @hbjORbj
|
|
151
|
+
|
|
152
|
+
### Docs
|
|
153
|
+
|
|
154
|
+
- [blog] Post blog about Chamonix retreat to the website (#36517) @mikailaread
|
|
155
|
+
- [blog] Fix image layout shift (#36522) @oliviertassinari
|
|
156
|
+
- [docs] Use `theme.applyDarkStyles` for the rest of the docs (#36161) @siriwatknp
|
|
157
|
+
- [docs] Fix 301 and 404 links (#36555) @oliviertassinari
|
|
158
|
+
- [docs] Keep slot code order in API docs (#36499) @oliviertassinari
|
|
159
|
+
- [docs] Missing className on Migrating from JSS example (#36536) @gabrielnafuzi
|
|
160
|
+
- [docs] Fix function name for Joy templates (#36512) @hbjORbj
|
|
161
|
+
- [docs] Add multiline Chip example (#36437) @dav1app
|
|
162
|
+
- [docs] Add a new gold sponsor (#36518) @hbjORbj
|
|
163
|
+
- [docs][joy] Improve the Slots Table in API docs (#36328) @hbjORbj
|
|
164
|
+
- [docs] Fix virtualElement demo for Popper (#36320) @sai6855
|
|
165
|
+
- [docs] Fix typo in API docs (#36388) @RomanHotsiy
|
|
166
|
+
- [docs] Ensure classname displayed under Slots section in API docs exists (#36539) @hbjORbj
|
|
167
|
+
- [docs][joy] Build TS versions for Modal component demos (#36385) @varunmulay22
|
|
168
|
+
- [docs][joy] Build TS versions for Menu component demos (#36383) @varunmulay22
|
|
169
|
+
- [docs][joy] Build TS versions for Switch component demos (#36379) @varunmulay22
|
|
170
|
+
- [docs] Remove `shouldSkipGeneratingVar` usage (#36581) @siriwatknp
|
|
171
|
+
- [docs][material] Update Table's demo to show pointer cursor on clickable rows (#36546) @varunmulay22
|
|
172
|
+
- [website] Designer role changes (#36528) @danilo-leal
|
|
173
|
+
- [website] No association between showcase and MUI @oliviertassinari
|
|
174
|
+
- [website] Open Head of Operations role (#36501) @oliviertassinari
|
|
175
|
+
- [website] Limit sponsors description to two rows @oliviertassinari
|
|
176
|
+
|
|
177
|
+
### Core
|
|
178
|
+
|
|
179
|
+
- [core] Fix CI @oliviertassinari
|
|
180
|
+
- [core] Fix blank line @oliviertassinari
|
|
181
|
+
- [website] Simplify internal ops @oliviertassinari
|
|
182
|
+
|
|
183
|
+
All contributors of this release in alphabetical order: @danilo-leal, @dav1app, @gabrielnafuzi, @hbjORbj, @HediMuhamad, @michalak111, @mikailaread, @mnajdova, @oliviertassinari, @pratikkarad, @RomanHotsiy, @sai6855, @siriwatknp, @varunmulay22, @zaverden
|
|
184
|
+
|
|
3
185
|
## 5.11.13
|
|
4
186
|
|
|
5
187
|
<!-- generated comparing v5.11.12..master -->
|
|
@@ -5286,7 +5468,7 @@ _Sep 1, 2021_
|
|
|
5286
5468
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
5287
5469
|
|
|
5288
5470
|
- 🎉 Renamed packages to `@mui/*` as part of rebranding the company, following the strategy of expanding the library scope beyond Material Design. For more details about it, check the [GitHub discussion](https://github.com/mui/material-ui/discussions/27803).
|
|
5289
|
-
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/
|
|
5471
|
+
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/migration/migration-v4/#preset-safe)
|
|
5290
5472
|
- 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
|
|
5291
5473
|
|
|
5292
5474
|
### `@mui/material@5.0.0-rc.0`
|
|
@@ -5318,7 +5500,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
5318
5500
|
|
|
5319
5501
|
> **Note**: `@mui/base` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
|
|
5320
5502
|
|
|
5321
|
-
We encourage you to use the [codemod](https://github.com/mui/material-ui/blob/
|
|
5503
|
+
We encourage you to use the [codemod](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md#mui-replace) for smooth migration.
|
|
5322
5504
|
|
|
5323
5505
|
#### Changes
|
|
5324
5506
|
|
|
@@ -6453,7 +6635,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
6453
6635
|
|
|
6454
6636
|
- 👩🎤 We have completed the migration to emotion of all the components (`@material-ui/core` and `@material-ui/lab`) @siriwatknp, @mnajdova.
|
|
6455
6637
|
- 📦 Save [10 kB gzipped](https://bundlephobia.com/package/@material-ui/core@5.0.0-alpha.34) by removing the dependency on `@material-ui/styles` (JSS) from the core and the lab (#26377, #26382, #26376) @mnajdova.
|
|
6456
|
-
- ⚒️ Add many new [codemods](https://github.com/mui/material-ui/blob/
|
|
6638
|
+
- ⚒️ Add many new [codemods](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md) to automate the migration from v4 to v5 (#24867) @mbrookes.
|
|
6457
6639
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
6458
6640
|
|
|
6459
6641
|
### `@material-ui/core@5.0.0-alpha.35`
|
|
@@ -8721,7 +8903,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
8721
8903
|
|
|
8722
8904
|
- [Box] Remove deprecated props (#23716) @mnajdova
|
|
8723
8905
|
All props are now available under the `sx` prop. A deprecation will be landing in v4.
|
|
8724
|
-
Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui/material-ui/blob/
|
|
8906
|
+
Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md#box-sx-prop).
|
|
8725
8907
|
|
|
8726
8908
|
```diff
|
|
8727
8909
|
-<Box p={2} bgcolor="primary.main">
|
|
@@ -9076,7 +9258,7 @@ _Nov 4, 2020_
|
|
|
9076
9258
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
9077
9259
|
|
|
9078
9260
|
- ⚛️ Add support for React 17 (#23311) @eps1lon.
|
|
9079
|
-
React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
|
|
9261
|
+
React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://legacy.reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
|
|
9080
9262
|
- 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
|
|
9081
9263
|
This package will host the unstyled version of the components. In this first iteration, only the Slider is available. You can find it documented under the [same page](https://mui.com/components/slider-styled/#unstyled-slider) as the styled version.
|
|
9082
9264
|
|
|
@@ -10085,7 +10267,7 @@ Here are some highlights ✨:
|
|
|
10085
10267
|
#### Breaking changes
|
|
10086
10268
|
|
|
10087
10269
|
- [Modal] Remove `onRendered` prop from Modal and Portal (#22464) @eps1lon
|
|
10088
|
-
Depending on your use case either use a [callback ref](https://reactjs.org/docs/refs-and-the-dom.html#callback-refs) on the child element or an effect hook in the child component.
|
|
10270
|
+
Depending on your use case either use a [callback ref](https://legacy.reactjs.org/docs/refs-and-the-dom.html#callback-refs) on the child element or an effect hook in the child component.
|
|
10089
10271
|
|
|
10090
10272
|
#### Changes
|
|
10091
10273
|
|
|
@@ -10548,7 +10730,7 @@ Here are some highlights ✨:
|
|
|
10548
10730
|
|
|
10549
10731
|
- [RootRef] Remove component (#21974) @eps1lon
|
|
10550
10732
|
This component was removed. You can get a reference to the underlying DOM node of our components via `ref` prop.
|
|
10551
|
-
The component relied on [`ReactDOM.findDOMNode`](https://reactjs.org/docs/react-dom.html#finddomnode) which is [deprecated in `React.StrictMode`](https://reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage).
|
|
10733
|
+
The component relied on [`ReactDOM.findDOMNode`](https://legacy.reactjs.org/docs/react-dom.html#finddomnode) which is [deprecated in `React.StrictMode`](https://legacy.reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage).
|
|
10552
10734
|
|
|
10553
10735
|
```diff
|
|
10554
10736
|
-<RootRef rootRef={ref}>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
-
propTypes?: any;
|
|
4
|
-
};
|
|
5
|
-
/**
|
|
6
|
-
* @ignore - do not document.
|
|
7
|
-
*/
|
|
8
|
-
declare const CalendarPicker: CalendarPickerComponent;
|
|
9
|
-
export default CalendarPicker;
|
|
10
|
-
export declare const calendarPickerClasses: {};
|
|
11
|
-
export type CalendarPickerClassKey = any;
|
|
12
|
-
export type CalendarPickerClasses = any;
|
|
13
|
-
export type CalendarPickerProps<TDate> = Record<any, any>;
|
|
14
|
-
export type CalendarPickerView = 'year' | 'day' | 'month';
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @ignore - do not document.
|
|
7
|
+
*/
|
|
8
|
+
declare const CalendarPicker: CalendarPickerComponent;
|
|
9
|
+
export default CalendarPicker;
|
|
10
|
+
export declare const calendarPickerClasses: {};
|
|
11
|
+
export type CalendarPickerClassKey = any;
|
|
12
|
+
export type CalendarPickerClasses = any;
|
|
13
|
+
export type CalendarPickerProps<TDate> = Record<any, any>;
|
|
14
|
+
export type CalendarPickerView = 'year' | 'day' | 'month';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './CalendarPicker';
|
|
2
|
-
export * from './CalendarPicker';
|
|
1
|
+
export { default } from './CalendarPicker';
|
|
2
|
+
export * from './CalendarPicker';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
-
propTypes?: any;
|
|
4
|
-
};
|
|
5
|
-
/**
|
|
6
|
-
* @ignore - do not document.
|
|
7
|
-
*/
|
|
8
|
-
declare const CalendarPickerSkeleton: CalendarPickerSkeletonComponent;
|
|
9
|
-
export default CalendarPickerSkeleton;
|
|
10
|
-
export declare const calendarPickerSkeletonClasses: {};
|
|
11
|
-
export declare const getCalendarPickerSkeletonUtilityClass: (slot: string) => string;
|
|
12
|
-
export type CalendarPickerSkeletonProps = Record<any, any>;
|
|
13
|
-
export type CalendarPickerSkeletonClassKey = any;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @ignore - do not document.
|
|
7
|
+
*/
|
|
8
|
+
declare const CalendarPickerSkeleton: CalendarPickerSkeletonComponent;
|
|
9
|
+
export default CalendarPickerSkeleton;
|
|
10
|
+
export declare const calendarPickerSkeletonClasses: {};
|
|
11
|
+
export declare const getCalendarPickerSkeletonUtilityClass: (slot: string) => string;
|
|
12
|
+
export type CalendarPickerSkeletonProps = Record<any, any>;
|
|
13
|
+
export type CalendarPickerSkeletonClassKey = any;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './CalendarPickerSkeleton';
|
|
2
|
-
export * from './CalendarPickerSkeleton';
|
|
1
|
+
export { default } from './CalendarPickerSkeleton';
|
|
2
|
+
export * from './CalendarPickerSkeleton';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
-
propTypes?: any;
|
|
4
|
-
};
|
|
5
|
-
/**
|
|
6
|
-
* @ignore - do not document.
|
|
7
|
-
*/
|
|
8
|
-
declare const ClockPicker: ClockPickerComponent;
|
|
9
|
-
export default ClockPicker;
|
|
10
|
-
export declare const clockPickerClasses: {};
|
|
11
|
-
export type ClockPickerProps<TDate> = Record<any, any>;
|
|
12
|
-
export type ClockPickerView = 'hours' | 'minutes' | 'seconds';
|
|
13
|
-
export type ClockPickerClasses = any;
|
|
14
|
-
export type ClockPickerClassKey = any;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @ignore - do not document.
|
|
7
|
+
*/
|
|
8
|
+
declare const ClockPicker: ClockPickerComponent;
|
|
9
|
+
export default ClockPicker;
|
|
10
|
+
export declare const clockPickerClasses: {};
|
|
11
|
+
export type ClockPickerProps<TDate> = Record<any, any>;
|
|
12
|
+
export type ClockPickerView = 'hours' | 'minutes' | 'seconds';
|
|
13
|
+
export type ClockPickerClasses = any;
|
|
14
|
+
export type ClockPickerClassKey = any;
|
package/ClockPicker/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './ClockPicker';
|
|
2
|
-
export * from './ClockPicker';
|
|
1
|
+
export { default } from './ClockPicker';
|
|
2
|
+
export * from './ClockPicker';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
-
propTypes?: any;
|
|
4
|
-
};
|
|
5
|
-
/**
|
|
6
|
-
* @ignore - do not document.
|
|
7
|
-
*/
|
|
8
|
-
declare const DatePicker: DatePickerComponent;
|
|
9
|
-
export default DatePicker;
|
|
10
|
-
export type DatePickerProps<TDate> = Record<any, any>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @ignore - do not document.
|
|
7
|
+
*/
|
|
8
|
+
declare const DatePicker: DatePickerComponent;
|
|
9
|
+
export default DatePicker;
|
|
10
|
+
export type DatePickerProps<TDate> = Record<any, any>;
|
package/DatePicker/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './DatePicker';
|
|
2
|
-
export * from './DatePicker';
|
|
1
|
+
export { default } from './DatePicker';
|
|
2
|
+
export * from './DatePicker';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
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 type DateRangePickerProps = Record<any, any>;
|
|
11
|
-
export type DateRange<TDate> = [TDate | null, TDate | null];
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
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 type DateRangePickerProps = Record<any, any>;
|
|
11
|
+
export 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
|
-
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 type DateRangePickerDayProps = Record<any, any>;
|
|
12
|
-
export type DateRangePickerDayClasses = any;
|
|
13
|
-
export type DateRangePickerDayClassKey = any;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
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 type DateRangePickerDayProps = Record<any, any>;
|
|
12
|
+
export type DateRangePickerDayClasses = any;
|
|
13
|
+
export 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
|
-
type DateTimePickerComponent = (<TDate>(props: DateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
-
propTypes?: any;
|
|
4
|
-
};
|
|
5
|
-
/**
|
|
6
|
-
* @ignore - do not document.
|
|
7
|
-
*/
|
|
8
|
-
declare const DateTimePicker: DateTimePickerComponent;
|
|
9
|
-
export default DateTimePicker;
|
|
10
|
-
export type DateTimePickerProps<TDate> = Record<any, any>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type DateTimePickerComponent = (<TDate>(props: DateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @ignore - do not document.
|
|
7
|
+
*/
|
|
8
|
+
declare const DateTimePicker: DateTimePickerComponent;
|
|
9
|
+
export default DateTimePicker;
|
|
10
|
+
export type DateTimePickerProps<TDate> = Record<any, any>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './DateTimePicker';
|
|
2
|
-
export * from './DateTimePicker';
|
|
1
|
+
export { default } from './DateTimePicker';
|
|
2
|
+
export * from './DateTimePicker';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
type DesktopDatePickerComponent = (<TDate>(props: DesktopDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
-
propTypes?: any;
|
|
4
|
-
};
|
|
5
|
-
/**
|
|
6
|
-
* @ignore - do not document.
|
|
7
|
-
*/
|
|
8
|
-
declare const DesktopDatePicker: DesktopDatePickerComponent;
|
|
9
|
-
export default DesktopDatePicker;
|
|
10
|
-
export type DesktopDatePickerProps<TDate> = Record<any, any>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type DesktopDatePickerComponent = (<TDate>(props: DesktopDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @ignore - do not document.
|
|
7
|
+
*/
|
|
8
|
+
declare const DesktopDatePicker: DesktopDatePickerComponent;
|
|
9
|
+
export default DesktopDatePicker;
|
|
10
|
+
export type DesktopDatePickerProps<TDate> = Record<any, any>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './DesktopDatePicker';
|
|
2
|
-
export * from './DesktopDatePicker';
|
|
1
|
+
export { default } from './DesktopDatePicker';
|
|
2
|
+
export * from './DesktopDatePicker';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
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 type DesktopDateRangePickerProps = Record<any, any>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
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 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
|
-
type DesktopDateTimePickerComponent = (<TDate>(props: DesktopDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
-
propTypes?: any;
|
|
4
|
-
};
|
|
5
|
-
/**
|
|
6
|
-
* @ignore - do not document.
|
|
7
|
-
*/
|
|
8
|
-
declare const DesktopDateTimePicker: DesktopDateTimePickerComponent;
|
|
9
|
-
export default DesktopDateTimePicker;
|
|
10
|
-
export type DesktopDateTimePickerProps<TDate> = Record<any, any>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type DesktopDateTimePickerComponent = (<TDate>(props: DesktopDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @ignore - do not document.
|
|
7
|
+
*/
|
|
8
|
+
declare const DesktopDateTimePicker: DesktopDateTimePickerComponent;
|
|
9
|
+
export default DesktopDateTimePicker;
|
|
10
|
+
export type DesktopDateTimePickerProps<TDate> = Record<any, any>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './DesktopDateTimePicker';
|
|
2
|
-
export * from './DesktopDateTimePicker';
|
|
1
|
+
export { default } from './DesktopDateTimePicker';
|
|
2
|
+
export * from './DesktopDateTimePicker';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
type DesktopTimePickerComponent = (<TDate>(props: DesktopTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
-
propTypes?: any;
|
|
4
|
-
};
|
|
5
|
-
/**
|
|
6
|
-
* @ignore - do not document.
|
|
7
|
-
*/
|
|
8
|
-
declare const DesktopTimePicker: DesktopTimePickerComponent;
|
|
9
|
-
export default DesktopTimePicker;
|
|
10
|
-
export type DesktopTimePickerProps<TDate> = Record<any, any>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type DesktopTimePickerComponent = (<TDate>(props: DesktopTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @ignore - do not document.
|
|
7
|
+
*/
|
|
8
|
+
declare const DesktopTimePicker: DesktopTimePickerComponent;
|
|
9
|
+
export default DesktopTimePicker;
|
|
10
|
+
export type DesktopTimePickerProps<TDate> = Record<any, any>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './DesktopTimePicker';
|
|
2
|
-
export * from './DesktopTimePicker';
|
|
1
|
+
export { default } from './DesktopTimePicker';
|
|
2
|
+
export * from './DesktopTimePicker';
|