@mui/lab 5.0.0-alpha.124 → 5.0.0-alpha.126
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 +191 -26
- 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 +5 -5
|
@@ -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,170 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.12.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.11.16..master -->
|
|
6
|
+
|
|
7
|
+
_Apr 11, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 💫 Added [theme scope](https://mui.com/material-ui/guides/styled-engine/#theme-scoping) for using multiple design systems (#36664) @siriwatknp
|
|
12
|
+
- 🐛 bug fixes and 📚 documentation improvements.
|
|
13
|
+
|
|
14
|
+
### `@mui/system@5.12.0`
|
|
15
|
+
|
|
16
|
+
- ​<!-- 05 -->[system] Introduce theme scope for using multiple design systems (#36664) @siriwatknp
|
|
17
|
+
|
|
18
|
+
### `@mui/base@5.0.0-alpha.125`
|
|
19
|
+
|
|
20
|
+
- ​<!-- 06 -->[PopperUnstyled] Do not merge internal `ownerState` with `ownerState` from props (#36599) @hbjORbj
|
|
21
|
+
|
|
22
|
+
### `@mui/joy@5.0.0-alpha.75`
|
|
23
|
+
|
|
24
|
+
- ​<!-- 08 -->[Joy] Add tests for slots/slotProps for all components (#36828) @hbjORbj
|
|
25
|
+
- ​<!-- 07 -->[Joy] Support `slots`/`slotsProps` for every component (components with only root slot too) (#36540) @hbjORbj
|
|
26
|
+
|
|
27
|
+
### Docs
|
|
28
|
+
|
|
29
|
+
- ​<!-- 23 -->[docs][Backdrop] Improvements to the docs (#34244) @alirezahekmati
|
|
30
|
+
- ​<!-- 20 -->[docs] Fix base API redirects (#36833) @mnajdova
|
|
31
|
+
- ​<!-- 19 -->[docs] Improve perf on tab APIs (#36832) @mnajdova
|
|
32
|
+
- ​<!-- 18 -->[docs] Revert CircularProgress component text to be proper noun instead (#36837) @ZeeshanTamboli
|
|
33
|
+
- ​<!-- 17 -->[docs] Simplify language redirection @oliviertassinari
|
|
34
|
+
- ​<!-- 16 -->[docs] Add missing `readOnly` state class in the list (#36788) @ZeeshanTamboli
|
|
35
|
+
- ​<!-- 15 -->[docs] Improve side nav scroll into view (#36732) @oliviertassinari
|
|
36
|
+
- ​<!-- 14 -->[docs][base & joy] Display "Classes" Section in API docs (#36589) @hbjORbj
|
|
37
|
+
- ​<!-- 13 -->[docs] Fix 100+ typos throughout the Material UI docs (#36194) @Lioness100
|
|
38
|
+
- ​<!-- 12 -->[docs] Change "coming soon" chip color (#36786) @danilo-leal
|
|
39
|
+
- ​<!-- 11 -->[docs][Joy] Fix wrong prop descriptions (#36826) @hbjORbj
|
|
40
|
+
- ​<!-- 10 -->[docs][material] Highlight global state classes in CSS table in API docs (#36633) @hbjORbj
|
|
41
|
+
- ​<!-- 09 -->[examples] Fix `SliderUnstyled` slots `key` name (#36830) @sai6855
|
|
42
|
+
- ​<!-- 04 -->[Tabs] Improve useTab() API page (#36725) @oliviertassinari
|
|
43
|
+
|
|
44
|
+
### Core
|
|
45
|
+
|
|
46
|
+
- ​<!-- 22 -->[core] Increase margin to scroll @oliviertassinari
|
|
47
|
+
- ​<!-- 21 -->[core] Replace MUI Base with Base UI (#36716) @mnajdova
|
|
48
|
+
- ​<!-- 03 -->[website] Fix broken career website links @oliviertassinari
|
|
49
|
+
- ​<!-- 02 -->[website] Fix backlinks to homepage (#36801) @oliviertassinari
|
|
50
|
+
- ​<!-- 01 -->[website] Tweaks to the Designer position ad (#36771) @danilo-leal
|
|
51
|
+
|
|
52
|
+
All contributors of this release in alphabetical order: @alirezahekmati, @danilo-leal, @hbjORbj, @Lioness100, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @ZeeshanTamboli
|
|
53
|
+
|
|
54
|
+
## 5.11.16
|
|
55
|
+
|
|
56
|
+
<!-- generated comparing v5.11.15..master -->
|
|
57
|
+
|
|
58
|
+
_Apr 4, 2023_
|
|
59
|
+
|
|
60
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
61
|
+
|
|
62
|
+
- 💅 Added tabs on API pages of Base UI to switch between component and hook references (#35938) @mnajdova
|
|
63
|
+
- 🐛 bug fixes and 📚 documentation improvements.
|
|
64
|
+
|
|
65
|
+
### `@mui/material@5.11.16`
|
|
66
|
+
|
|
67
|
+
- [Autocomplete] Listen for click on the root element (#36369) @sai6855
|
|
68
|
+
- [Autocomplete] Fix navigation issue on mouse hover (#35196) @sai6855
|
|
69
|
+
- [Card] Fix Card focus effect overflowing parent card (#36329) @mj12albert
|
|
70
|
+
- [Grid] Missing slot (#36765) @siriwatknp
|
|
71
|
+
- [Select] Make error part of the `ownerState` to enable overriding styles with it in theme (#36422) @gitstart
|
|
72
|
+
- [Slider] Fix ValueLabel UI issues comes when size="small" and orientation="vertical (#36738) @yushanwebdev
|
|
73
|
+
|
|
74
|
+
### `@mui/icons-material@5.11.16`
|
|
75
|
+
|
|
76
|
+
- [icons] Do not ignore popular icons (#36608) @michaldudak
|
|
77
|
+
|
|
78
|
+
### `@mui/joy@5.0.0-alpha.74`
|
|
79
|
+
|
|
80
|
+
- [Joy] Add `ModalOverflow` component (#36262) @siriwatknp
|
|
81
|
+
- [Joy] Fix `Checkbox` custom color prop type warning (#36691) @amal-qb
|
|
82
|
+
|
|
83
|
+
### Docs
|
|
84
|
+
|
|
85
|
+
- [docs][base] Add return type for `useFormControlUnstyledContext` hook (#36302) @HeVictor
|
|
86
|
+
- [docs][base] Move styles to the bottom of demos code for `FormControl` (#36579) @gitstart
|
|
87
|
+
- [docs][base] Move styles to the bottom of demos code for `Menu` (#36582) @gitstart
|
|
88
|
+
- [docs][base] Move styles code to bottom in the `Button` demos (#36590) @sai6855
|
|
89
|
+
- [docs][base] Show components & hooks API on the components page (#35938) @mnajdova
|
|
90
|
+
- [docs] Describe slotProps in MUI Base customization doc (#36206) @michaldudak
|
|
91
|
+
- [docs] Fix double API page redirection (#36743) @oliviertassinari
|
|
92
|
+
- [docs] Remove hash property and leverage pathname (#36764) @siriwatknp
|
|
93
|
+
- [docs] Introduce markdown permalink to source (#36729) @oliviertassinari
|
|
94
|
+
- [docs] Tabs API add slots section (#36769) @mnajdova
|
|
95
|
+
- [docs] Update feedbacks management on slack (#36705) @alexfauquette
|
|
96
|
+
- [docs] Fix Joy UI URL to tokens (#36742) @oliviertassinari
|
|
97
|
+
- [docs] Add toggle-button coming soon page (#36618) @siriwatknp
|
|
98
|
+
- [docs] Fix typo on the Joy UI theme builder (#36734) @danilo-leal
|
|
99
|
+
- [docs] Fix small typo (#36727) @RBerthier
|
|
100
|
+
- [docs] Fix Joy UI template broken image loading @oliviertassinari
|
|
101
|
+
- [docs] Hide the default API column if it's empty (#36715) @mnajdova
|
|
102
|
+
- [docs] Update Material UI Related Projects page (#34203) @viclafouch
|
|
103
|
+
- [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
|
|
104
|
+
- [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
|
|
105
|
+
- [docs] Support Google Analytics 4 (#36123) @alexfauquette
|
|
106
|
+
- [docs][material] Keep consistency in description of classes (#36631) @hbjORbj
|
|
107
|
+
- [docs] Remove redundant files and fix regression (#36775) @ZeeshanTamboli
|
|
108
|
+
|
|
109
|
+
### Core
|
|
110
|
+
|
|
111
|
+
- [blog] Compress images @oliviertassinari
|
|
112
|
+
- [core] Remove unused token (#36722) @oliviertassinari
|
|
113
|
+
|
|
114
|
+
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
|
|
115
|
+
|
|
116
|
+
## 5.11.15
|
|
117
|
+
|
|
118
|
+
<!-- generated comparing v5.11.14..master -->
|
|
119
|
+
|
|
120
|
+
_Mar 28, 2023_
|
|
121
|
+
|
|
122
|
+
A big thanks to the 10 contributors who made this release possible. We have one big highlight this week ✨:
|
|
123
|
+
|
|
124
|
+
- @siriwatknp made a [Theme Builder](https://mui.com/joy-ui/customization/theme-builder) for Joy UI 🎨 (#35741)
|
|
125
|
+
|
|
126
|
+
### `@mui/material@5.11.15`
|
|
127
|
+
|
|
128
|
+
- [Chip] Fix error when theme value is a CSS variable (#36654) @siriwatknp
|
|
129
|
+
- [Grid2] Support dynamic nested columns (#36401) @siriwatknp
|
|
130
|
+
|
|
131
|
+
### `@mui/system@5.11.15`
|
|
132
|
+
|
|
133
|
+
- [system] Enable regressions tests & fix regressions (#36611) @mnajdova
|
|
134
|
+
- [Stack] Add `useFlexGap` prop (#36404) @siriwatknp
|
|
135
|
+
|
|
136
|
+
### `@mui/base@5.0.0-alpha.122`
|
|
137
|
+
|
|
138
|
+
- [Autocomplete] Update `autoSelect` prop description (#36280) @sai6855
|
|
139
|
+
- [TablePagination][base] Improve `actions` type in `slotProps` (#36458) @sai6855
|
|
140
|
+
- [Base] Add JSDoc comments for classes of Base components (#36586) @hbjORbj
|
|
141
|
+
- [useSlider][base] Add API docs for the hook parameters and return type (#36576) @varunmulay22
|
|
142
|
+
|
|
143
|
+
### `@mui/joy@5.0.0-alpha.73`
|
|
144
|
+
|
|
145
|
+
- [Joy] Miscellaneous fixes (#36628) @siriwatknp
|
|
146
|
+
- [Joy] Add palette customizer (#35741) @siriwatknp
|
|
147
|
+
|
|
148
|
+
### Docs
|
|
149
|
+
|
|
150
|
+
- Revert "[docs] Use `theme.applyDarkStyles` for the rest of the docs" (#36602) @mnajdova
|
|
151
|
+
- [blog] Improvements on v6 announcement blog (#36505) @joserodolfofreitas
|
|
152
|
+
- [docs] Add `Snackbar` coming soon page (#36604) @danilo-leal
|
|
153
|
+
- [docs] Add accordion coming soon page (#36279) @siriwatknp
|
|
154
|
+
- [docs] Fix palette customizer theme augmentation (#36629) @siriwatknp
|
|
155
|
+
- [docs] Finish migration away from https://reactjs.org/ @oliviertassinari
|
|
156
|
+
- [docs] Remove duplicated slot descriptions (#36621) @hbjORbj
|
|
157
|
+
- [docs] Fix broken example link (#36607) @mnajdova
|
|
158
|
+
- [docs] Use `theme.applyDarkStyles` (#36606) @siriwatknp
|
|
159
|
+
- [docs] Improve API for theme default prop (#36490) @oliviertassinari
|
|
160
|
+
- [docs][Table] Refactor `Sorting & Selecting` table demo (#33236) @IFaniry
|
|
161
|
+
|
|
162
|
+
### Core
|
|
163
|
+
|
|
164
|
+
- [core] Use Netlify function for feedback management (#36472) @alexfauquette
|
|
165
|
+
|
|
166
|
+
All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @hbjORbj, @IFaniry, @joserodolfofreitas, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @varunmulay22
|
|
167
|
+
|
|
3
168
|
## 5.11.14
|
|
4
169
|
|
|
5
170
|
<!-- generated comparing v5.11.13..master -->
|
|
@@ -76,12 +241,12 @@ _Mar 14, 2023_
|
|
|
76
241
|
|
|
77
242
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
78
243
|
|
|
79
|
-
- @michaldudak added an option for [disabling the generation](https://mui.com/base/getting-started/customization/#disabling-default-css-classes) of the default classes in
|
|
244
|
+
- @michaldudak added an option for [disabling the generation](https://mui.com/base/getting-started/customization/#disabling-default-css-classes) of the default classes in Base UI (#35963)
|
|
80
245
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
81
246
|
|
|
82
247
|
### `@mui/material@5.11.13`
|
|
83
248
|
|
|
84
|
-
- ​<!-- 13 -->[core] Bump
|
|
249
|
+
- ​<!-- 13 -->[core] Bump Base UI's version in Material UI (#36492) @hbjORbj
|
|
85
250
|
- ​<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
|
|
86
251
|
- ​<!-- 06 -->[Typography] Apply font properties to typography inherit variant (#33621) @oyar99
|
|
87
252
|
|
|
@@ -231,7 +396,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
231
396
|
- ​<!-- 23 -->[docs] Add instructions for deploying docs without a release (#36301) @cherniavskii
|
|
232
397
|
- ​<!-- 22 -->[docs] Fix 301 redirections on the docs @oliviertassinari
|
|
233
398
|
- ​<!-- 21 -->[docs] Update MUI X banner to reflect stable release (#36354) @MBilalShafi
|
|
234
|
-
- ​<!-- 20 -->[docs] Clarify the future plan for integrating
|
|
399
|
+
- ​<!-- 20 -->[docs] Clarify the future plan for integrating Base UI in Material UI (#36365) @mnajdova
|
|
235
400
|
- ​<!-- 19 -->[docs] Improve visual look of loose lists (#36190) @oliviertassinari
|
|
236
401
|
- ​<!-- 18 -->[docs] Fix @mui/styles example links (#36331) @oliviertassinari
|
|
237
402
|
- ​<!-- 17 -->[docs][joy] Build TS versions for List component demos (#36382) @sai6855
|
|
@@ -261,7 +426,7 @@ _Feb 27, 2023_
|
|
|
261
426
|
|
|
262
427
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
263
428
|
|
|
264
|
-
- 📚 added API documentation for the slots in
|
|
429
|
+
- 📚 added API documentation for the slots in Base UI and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base/api/slider-unstyled/#slots)
|
|
265
430
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
266
431
|
|
|
267
432
|
### `@mui/material@5.11.11`
|
|
@@ -498,7 +663,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
498
663
|
- ​<!-- 16 -->[docs] Improve inline preview's information (#35974) @oliviertassinari
|
|
499
664
|
- ​<!-- 15 -->[docs] Fix wrong v5 migration instructions (#36022) @oliviertassinari
|
|
500
665
|
- ​<!-- 14 -->[docs] Fix autocomplete render group key warning in the demo (#36025) @chuanyu0201
|
|
501
|
-
- ​<!-- 13 -->[docs] Add hooks API pages for
|
|
666
|
+
- ​<!-- 13 -->[docs] Add hooks API pages for Base UI (#35828) @mnajdova
|
|
502
667
|
- ​<!-- 12 -->[docs] Fix grammar typo (#36016) @alexownejazayeri
|
|
503
668
|
- ​<!-- 11 -->[docs][joy] Add JSDoc for the `AutocompleteProps` type (#36039) @ArthurPedroti
|
|
504
669
|
|
|
@@ -714,7 +879,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
714
879
|
|
|
715
880
|
- [docs] Improve pickers lab migration stressing `mui-x` usage (#35740) @LukasTy
|
|
716
881
|
- [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
|
|
717
|
-
- [docs] Clarify where to find docs for
|
|
882
|
+
- [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
|
|
718
883
|
- [docs] Fix typos (#35814) @alexfauquette
|
|
719
884
|
- [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
|
|
720
885
|
- [docs] Fix navigation layout shift (#35679) @oliviertassinari
|
|
@@ -825,7 +990,7 @@ _Dec 26, 2022_
|
|
|
825
990
|
|
|
826
991
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
827
992
|
|
|
828
|
-
- ⚙️ Several
|
|
993
|
+
- ⚙️ Several Base UI components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
|
|
829
994
|
- Many other 🐛 bug fixes abd 📚 documentation improvements.
|
|
830
995
|
|
|
831
996
|
### `@mui/material@5.11.2`
|
|
@@ -1002,7 +1167,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
1002
1167
|
- [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
|
|
1003
1168
|
- [docs] Standardize the usage of callouts in the MUI Core docs (#35361) @samuelsycamore
|
|
1004
1169
|
- [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
|
|
1005
|
-
- [docs] Direct users from Material UI to
|
|
1170
|
+
- [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
|
|
1006
1171
|
- [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
|
|
1007
1172
|
- [docs] Update callouts design (#35390) @danilo-leal
|
|
1008
1173
|
- [website] New wave of open roles (#35240) @mnajdova
|
|
@@ -1077,7 +1242,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1077
1242
|
- ​<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
|
|
1078
1243
|
- ​<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
|
|
1079
1244
|
- ​<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
|
|
1080
|
-
- ​<!-- 11 -->[docs] Update
|
|
1245
|
+
- ​<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
|
|
1081
1246
|
- ​<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
|
|
1082
1247
|
- ​<!-- 02 -->[website] Update MUI stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
|
|
1083
1248
|
|
|
@@ -1410,7 +1575,7 @@ _Oct 25, 2022_
|
|
|
1410
1575
|
|
|
1411
1576
|
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
1412
1577
|
|
|
1413
|
-
- 🔧 Moved `components` to `slots` prop starting at
|
|
1578
|
+
- 🔧 Moved `components` to `slots` prop starting at Base UI to create consistency across products
|
|
1414
1579
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
1415
1580
|
|
|
1416
1581
|
### `@mui/material@5.10.11`
|
|
@@ -1492,7 +1657,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1492
1657
|
|
|
1493
1658
|
- 🖌 Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
|
|
1494
1659
|
- 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
|
|
1495
|
-
- ⚙️ We started converting the remaining JS components in
|
|
1660
|
+
- ⚙️ We started converting the remaining JS components in Base UI to TypeScript.
|
|
1496
1661
|
@mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
|
|
1497
1662
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
1498
1663
|
|
|
@@ -1623,7 +1788,7 @@ _Oct 3, 2022_
|
|
|
1623
1788
|
|
|
1624
1789
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1625
1790
|
|
|
1626
|
-
- 🚀 [SnackbarUnstyled](https://mui.com/base/react-snackbar/) component & headless hook are added to
|
|
1791
|
+
- 🚀 [SnackbarUnstyled](https://mui.com/base/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
|
|
1627
1792
|
- 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
|
|
1628
1793
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
1629
1794
|
|
|
@@ -1725,7 +1890,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1725
1890
|
|
|
1726
1891
|
### Docs
|
|
1727
1892
|
|
|
1728
|
-
- [blog]
|
|
1893
|
+
- [blog] Base UI announcement typo fixed (#34409) @prakhargupta1
|
|
1729
1894
|
- [blog] Fix typo in date-pickers v5 stable (#34386) @alexfauquette
|
|
1730
1895
|
- [blog] Update date on date pickers v5 release blog post (#34406) @joserodolfofreitas
|
|
1731
1896
|
- [docs] Update `useMenu` and `useMenuItem` hooks demo (#34166) @ZeeshanTamboli
|
|
@@ -1811,7 +1976,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
1811
1976
|
- [docs] Fix 301 link to external projects @oliviertassinari
|
|
1812
1977
|
- [docs] Move 12 component names to Title Case (#34188) @oliviertassinari
|
|
1813
1978
|
- [docs] Fix broken links (#34320) @alexfauquette
|
|
1814
|
-
- [docs] Add notification for
|
|
1979
|
+
- [docs] Add notification for Base UI announcement post (#34295) @samuelsycamore
|
|
1815
1980
|
- [website] Fix MUI X subscribe email border style (#34330) @oliviertassinari
|
|
1816
1981
|
- [website] Improve security header @oliviertassinari
|
|
1817
1982
|
|
|
@@ -1832,7 +1997,7 @@ _Sep 12, 2022_
|
|
|
1832
1997
|
|
|
1833
1998
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
1834
1999
|
|
|
1835
|
-
- 🚀 [Blog post](https://mui.com/blog/introducing-mui-base/) for announcing the release of the
|
|
2000
|
+
- 🚀 [Blog post](https://mui.com/blog/introducing-mui-base/) for announcing the release of the Base UI package is out thanks to @michaldudak.
|
|
1836
2001
|
- 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/), [`Modal`](https://mui.com/joy-ui/react-modal/), [`ListSubheader`](https://mui.com/joy-ui/react-list-subheader/), [`FormControl`](https://mui.com/joy-ui/react-form-control/), [`CircularProgress`](https://mui.com/joy-ui/react-circular-progress/) components to Joy UI (#33859) @hbjORbj @siriwatknp
|
|
1837
2002
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
1838
2003
|
|
|
@@ -1855,7 +2020,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
1855
2020
|
|
|
1856
2021
|
### Docs
|
|
1857
2022
|
|
|
1858
|
-
- ​<!-- 16 -->[blog] Introducing
|
|
2023
|
+
- ​<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
|
|
1859
2024
|
- ​<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
|
|
1860
2025
|
- ​<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
|
|
1861
2026
|
- ​<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
|
|
@@ -2410,7 +2575,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
2410
2575
|
- [docs] Add "refine" demo to showcase (#33240) @omeraplak
|
|
2411
2576
|
- [docs] Add webpack alias for legacy utils package (#33376) @jgbae
|
|
2412
2577
|
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
2413
|
-
- [examples] Update
|
|
2578
|
+
- [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
|
|
2414
2579
|
- [examples] Add MUI base example (#33154) @siriwatknp
|
|
2415
2580
|
|
|
2416
2581
|
### Core
|
|
@@ -2584,7 +2749,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
2584
2749
|
- ​<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
|
|
2585
2750
|
- ​<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
|
|
2586
2751
|
- ​<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
|
|
2587
|
-
- ​<!-- 18 -->[docs] Add guide on how to use
|
|
2752
|
+
- ​<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
|
|
2588
2753
|
- ​<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
|
|
2589
2754
|
- ​<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
|
|
2590
2755
|
- ​<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
|
|
@@ -2662,7 +2827,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
2662
2827
|
- ​<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
|
|
2663
2828
|
- ​<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
|
|
2664
2829
|
- ​<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
|
|
2665
|
-
- ​<!-- 28 -->[docs] Miscellaneous fixes in `
|
|
2830
|
+
- ​<!-- 28 -->[docs] Miscellaneous fixes in `Base UI` docs (#33091) @ZeeshanTamboli
|
|
2666
2831
|
- ​<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
|
|
2667
2832
|
- ​<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
|
|
2668
2833
|
- ​<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
|
|
@@ -3098,7 +3263,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
3098
3263
|
- ​<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
|
|
3099
3264
|
- ​<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
|
|
3100
3265
|
- ​<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
|
|
3101
|
-
- ​<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the
|
|
3266
|
+
- ​<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base UI docs (#32488) @ZeeshanTamboli
|
|
3102
3267
|
- ​<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
|
|
3103
3268
|
- ​<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
|
|
3104
3269
|
- ​<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
|
|
@@ -3352,7 +3517,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3352
3517
|
|
|
3353
3518
|
- ​<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
|
|
3354
3519
|
- ​<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
|
|
3355
|
-
- ​<!-- 26 -->[core] Fix api build script for
|
|
3520
|
+
- ​<!-- 26 -->[core] Fix api build script for Base UI (#32081) @siriwatknp
|
|
3356
3521
|
|
|
3357
3522
|
All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
|
|
3358
3523
|
|
|
@@ -3579,7 +3744,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3579
3744
|
|
|
3580
3745
|
- ​<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
|
|
3581
3746
|
|
|
3582
|
-
`unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all
|
|
3747
|
+
`unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all Base UI module imports. If you use the module, please update the import as suggested in the diff below:
|
|
3583
3748
|
|
|
3584
3749
|
```diff
|
|
3585
3750
|
-import { unstable_ClassNameGenerator } from '@mui/material/utils';
|
|
@@ -5354,7 +5519,7 @@ _Sep 1, 2021_
|
|
|
5354
5519
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
5355
5520
|
|
|
5356
5521
|
- 🎉 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).
|
|
5357
|
-
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/
|
|
5522
|
+
- 🛠 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)
|
|
5358
5523
|
- 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
|
|
5359
5524
|
|
|
5360
5525
|
### `@mui/material@5.0.0-rc.0`
|
|
@@ -5386,7 +5551,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
5386
5551
|
|
|
5387
5552
|
> **Note**: `@mui/base` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
|
|
5388
5553
|
|
|
5389
|
-
We encourage you to use the [codemod](https://github.com/mui/material-ui/blob/
|
|
5554
|
+
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.
|
|
5390
5555
|
|
|
5391
5556
|
#### Changes
|
|
5392
5557
|
|
|
@@ -6521,7 +6686,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
6521
6686
|
|
|
6522
6687
|
- 👩🎤 We have completed the migration to emotion of all the components (`@material-ui/core` and `@material-ui/lab`) @siriwatknp, @mnajdova.
|
|
6523
6688
|
- 📦 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.
|
|
6524
|
-
- ⚒️ Add many new [codemods](https://github.com/mui/material-ui/blob/
|
|
6689
|
+
- ⚒️ 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.
|
|
6525
6690
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
6526
6691
|
|
|
6527
6692
|
### `@material-ui/core@5.0.0-alpha.35`
|
|
@@ -8789,7 +8954,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
8789
8954
|
|
|
8790
8955
|
- [Box] Remove deprecated props (#23716) @mnajdova
|
|
8791
8956
|
All props are now available under the `sx` prop. A deprecation will be landing in v4.
|
|
8792
|
-
Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui/material-ui/blob/
|
|
8957
|
+
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).
|
|
8793
8958
|
|
|
8794
8959
|
```diff
|
|
8795
8960
|
-<Box p={2} bgcolor="primary.main">
|
|
@@ -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;
|