@mui/lab 5.0.0-alpha.95 → 5.0.0-alpha.96
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 +52 -0
- 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/LoadingButton.js +1 -1
- 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/TimelineConnector.js +1 -1
- package/TimelineConnector/timelineConnectorClasses.d.ts +8 -8
- package/TimelineContent/timelineContentClasses.d.ts +14 -14
- package/TimelineDot/TimelineDot.js +7 -7
- 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/TreeItem.js +7 -7
- 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/LoadingButton/LoadingButton.js +1 -1
- package/legacy/TimelineConnector/TimelineConnector.js +1 -1
- package/legacy/TimelineDot/TimelineDot.js +7 -7
- package/legacy/TreeItem/TreeItem.js +7 -7
- package/legacy/index.js +1 -1
- package/modern/LoadingButton/LoadingButton.js +1 -1
- package/modern/TimelineConnector/TimelineConnector.js +1 -1
- package/modern/TimelineDot/TimelineDot.js +7 -7
- package/modern/TreeItem/TreeItem.js +7 -7
- package/modern/index.js +1 -1
- package/node/LoadingButton/LoadingButton.js +1 -1
- package/node/TimelineConnector/TimelineConnector.js +1 -1
- package/node/TimelineDot/TimelineDot.js +7 -7
- package/node/TreeItem/TreeItem.js +7 -7
- package/node/index.js +1 -1
- package/package.json +3 -3
|
@@ -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,57 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.10.2
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.10.1..master -->
|
|
6
|
+
|
|
7
|
+
_Aug 22, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- ✨ @michaldudak synced the Material Icons set with the latest from Google (#33988).
|
|
12
|
+
A couple of icons changed their appearance. See the difference [on this Argos build](https://app.argos-ci.com/mui/material-ui/builds/4428]).
|
|
13
|
+
|
|
14
|
+
### `@mui/material@5.10.2`
|
|
15
|
+
|
|
16
|
+
- ​<!-- 16 -->[Autocomplete] Fix `keepMounted` Popper prop not working (#33957) @ZeeshanTamboli
|
|
17
|
+
- ​<!-- 10 -->[IconButton] Fix hover effect when CSS Variables are enabled (#33971) @TheUnlocked
|
|
18
|
+
- ​<!-- 07 -->[LoadingButton] Add support for CSS variables (#34001) @ZeeshanTamboli
|
|
19
|
+
- ​<!-- 05 -->[TimelineConnector] Add support for CSS variables (#34002) @ZeeshanTamboli
|
|
20
|
+
- ​<!-- 04 -->[TimelineDot] Add support for CSS variables (#34003) @ZeeshanTamboli
|
|
21
|
+
- ​<!-- 03 -->[TreeItem] Add support for CSS variables (#34004) @ZeeshanTamboli
|
|
22
|
+
|
|
23
|
+
### `@mui/system@5.10.2`
|
|
24
|
+
|
|
25
|
+
- ​<!-- 06 -->[system] catch localStorage errors (#34027) @jsakas
|
|
26
|
+
|
|
27
|
+
### `@mui/joy@5.0.0-alpha.42`
|
|
28
|
+
|
|
29
|
+
- ​<!-- 08 -->[Joy] Add missing global exports (#33982) @tomasz-sodzawiczny
|
|
30
|
+
|
|
31
|
+
### `@mui/icons-material@5.8.5`
|
|
32
|
+
|
|
33
|
+
- ​<!-- 09 -->[icons] Sync the Material Icons (#33988) @michaldudak
|
|
34
|
+
|
|
35
|
+
### Docs
|
|
36
|
+
|
|
37
|
+
- ​<!-- 21 -->[docs] Fix typo in using-joy-ui-and-material-ui.md (#33997) @djohalo2 @danilo-leal
|
|
38
|
+
- ​<!-- 20 -->[docs] Fix typo in the Transition docs (#34040) @alirezahekmati
|
|
39
|
+
- ​<!-- 19 -->[docs] Typo fix in Joy UI Aspect Ratio doc (#33984) @AjeetSingh2016
|
|
40
|
+
- ​<!-- 15 -->[docs] Fix broken Joy UI codesandbox export (#34007) @oliviertassinari
|
|
41
|
+
- ​<!-- 14 -->[docs] Fix typos in `test` folder's README (#33976) @ropereraLK
|
|
42
|
+
- ​<!-- 13 -->[docs] Fix interior section links in Base docs that feature hooks (#33948) @samuelsycamore
|
|
43
|
+
- ​<!-- 12 -->[docs] Fix typo in Joy UI's List Component docs (#33956) @Cerebro92
|
|
44
|
+
- ​<!-- 11 -->[docs] Fix typo in Joy UI's docs (#33938) @AjeetSingh2016
|
|
45
|
+
|
|
46
|
+
### Core
|
|
47
|
+
|
|
48
|
+
- ​<!-- 18 -->[website] Optimize meta description length (#34006) @oliviertassinari
|
|
49
|
+
- ​<!-- 17 -->Revert "[core] Replace `getInitialProps` with `getStaticProps`" (#33991) @mnajdova
|
|
50
|
+
- ​<!-- 02 -->[website] Move the React Engineer - X to next roles (#34030) @mnajdova
|
|
51
|
+
- ​<!-- 01 -->[website] Add Icons8 gold sponsor (#33978) @michaldudak
|
|
52
|
+
|
|
53
|
+
All contributors of this release in alphabetical order: @AjeetSingh2016, @alirezahekmati, @Cerebro92, @danilo-leal, @djohalo2, @jsakas, @michaldudak, @mnajdova, @oliviertassinari, @ropereraLK, @samuelsycamore, @TheUnlocked, @tomasz-sodzawiczny, @ZeeshanTamboli
|
|
54
|
+
|
|
3
55
|
## 5.10.1
|
|
4
56
|
|
|
5
57
|
<!-- generated comparing v5.10.0..master -->
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
declare 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 declare type CalendarPickerClassKey = any;
|
|
12
|
-
export declare type CalendarPickerClasses = any;
|
|
13
|
-
export declare type CalendarPickerProps<TDate> = Record<any, any>;
|
|
14
|
-
export declare type CalendarPickerView = 'year' | 'day' | 'month';
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare 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 declare type CalendarPickerClassKey = any;
|
|
12
|
+
export declare type CalendarPickerClasses = any;
|
|
13
|
+
export declare type CalendarPickerProps<TDate> = Record<any, any>;
|
|
14
|
+
export declare 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
|
-
declare 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 declare type CalendarPickerSkeletonProps = Record<any, any>;
|
|
13
|
-
export declare type CalendarPickerSkeletonClassKey = any;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare 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 declare type CalendarPickerSkeletonProps = Record<any, any>;
|
|
13
|
+
export declare 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
|
-
declare 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 declare type ClockPickerProps<TDate> = Record<any, any>;
|
|
12
|
-
export declare type ClockPickerView = 'hours' | 'minutes' | 'seconds';
|
|
13
|
-
export declare type ClockPickerClasses = any;
|
|
14
|
-
export declare type ClockPickerClassKey = any;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare 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 declare type ClockPickerProps<TDate> = Record<any, any>;
|
|
12
|
+
export declare type ClockPickerView = 'hours' | 'minutes' | 'seconds';
|
|
13
|
+
export declare type ClockPickerClasses = any;
|
|
14
|
+
export declare 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
|
-
declare 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 declare type DatePickerProps<TDate> = Record<any, any>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare 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 declare 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
|
-
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
|
-
declare 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 declare type DateTimePickerProps<TDate> = Record<any, any>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare 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 declare 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
|
-
declare 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 declare type DesktopDatePickerProps<TDate> = Record<any, any>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare 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 declare 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
|
-
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
|
-
declare 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 declare type DesktopDateTimePickerProps<TDate> = Record<any, any>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare 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 declare 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
|
-
declare 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 declare type DesktopTimePickerProps<TDate> = Record<any, any>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare 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 declare 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';
|
|
@@ -100,7 +100,7 @@ const LoadingButtonLoadingIndicator = styled('div', {
|
|
|
100
100
|
}, ownerState.loadingPosition === 'center' && {
|
|
101
101
|
left: '50%',
|
|
102
102
|
transform: 'translate(-50%)',
|
|
103
|
-
color: theme.palette.action.disabled
|
|
103
|
+
color: (theme.vars || theme).palette.action.disabled
|
|
104
104
|
}, ownerState.loadingPosition === 'end' && (ownerState.variant === 'outlined' || ownerState.variant === 'contained') && {
|
|
105
105
|
right: ownerState.size === 'small' ? 10 : 14
|
|
106
106
|
}, ownerState.loadingPosition === 'end' && ownerState.variant === 'text' && {
|
|
@@ -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
|
-
declare type LocalizationProviderComponent = ((props: LocalizationProviderProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
-
propTypes?: any;
|
|
4
|
-
};
|
|
5
|
-
/**
|
|
6
|
-
* @ignore - do not document.
|
|
7
|
-
*/
|
|
8
|
-
declare const LocalizationProvider: LocalizationProviderComponent;
|
|
9
|
-
export default LocalizationProvider;
|
|
10
|
-
export declare type LocalizationProviderProps = Record<any, any>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare type LocalizationProviderComponent = ((props: LocalizationProviderProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @ignore - do not document.
|
|
7
|
+
*/
|
|
8
|
+
declare const LocalizationProvider: LocalizationProviderComponent;
|
|
9
|
+
export default LocalizationProvider;
|
|
10
|
+
export declare type LocalizationProviderProps = Record<any, any>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './LocalizationProvider';
|
|
2
|
-
export * from './LocalizationProvider';
|
|
1
|
+
export { default } from './LocalizationProvider';
|
|
2
|
+
export * from './LocalizationProvider';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface MasonryClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
}
|
|
5
|
-
export declare type MasonryClassKey = keyof MasonryClasses;
|
|
6
|
-
export declare function getMasonryUtilityClass(slot: string): string;
|
|
7
|
-
declare const masonryClasses: MasonryClasses;
|
|
8
|
-
export default masonryClasses;
|
|
1
|
+
export interface MasonryClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
}
|
|
5
|
+
export declare type MasonryClassKey = keyof MasonryClasses;
|
|
6
|
+
export declare function getMasonryUtilityClass(slot: string): string;
|
|
7
|
+
declare const masonryClasses: MasonryClasses;
|
|
8
|
+
export default masonryClasses;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
declare type MobileDatePickerComponent = (<TDate>(props: MobileDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
-
propTypes?: any;
|
|
4
|
-
};
|
|
5
|
-
/**
|
|
6
|
-
* @ignore - do not document.
|
|
7
|
-
*/
|
|
8
|
-
declare const MobileDatePicker: MobileDatePickerComponent;
|
|
9
|
-
export default MobileDatePicker;
|
|
10
|
-
export declare type MobileDatePickerProps<TDate> = Record<any, any>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare type MobileDatePickerComponent = (<TDate>(props: MobileDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @ignore - do not document.
|
|
7
|
+
*/
|
|
8
|
+
declare const MobileDatePicker: MobileDatePickerComponent;
|
|
9
|
+
export default MobileDatePicker;
|
|
10
|
+
export declare type MobileDatePickerProps<TDate> = Record<any, any>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './MobileDatePicker';
|
|
2
|
-
export * from './MobileDatePicker';
|
|
1
|
+
export { default } from './MobileDatePicker';
|
|
2
|
+
export * from './MobileDatePicker';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
declare type MobileDateRangePickerComponent = (<TDate>(props: MobileDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
-
propTypes?: any;
|
|
4
|
-
};
|
|
5
|
-
/**
|
|
6
|
-
* @ignore - do not document.
|
|
7
|
-
*/
|
|
8
|
-
declare const MobileDateRangePicker: MobileDateRangePickerComponent;
|
|
9
|
-
export default MobileDateRangePicker;
|
|
10
|
-
export declare type MobileDateRangePickerProps = Record<any, any>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare type MobileDateRangePickerComponent = (<TDate>(props: MobileDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @ignore - do not document.
|
|
7
|
+
*/
|
|
8
|
+
declare const MobileDateRangePicker: MobileDateRangePickerComponent;
|
|
9
|
+
export default MobileDateRangePicker;
|
|
10
|
+
export declare type MobileDateRangePickerProps = Record<any, any>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './MobileDateRangePicker';
|
|
2
|
-
export * from './MobileDateRangePicker';
|
|
1
|
+
export { default } from './MobileDateRangePicker';
|
|
2
|
+
export * from './MobileDateRangePicker';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
declare type MobileDateTimePickerComponent = (<TDate>(props: MobileDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
-
propTypes?: any;
|
|
4
|
-
};
|
|
5
|
-
/**
|
|
6
|
-
* @ignore - do not document.
|
|
7
|
-
*/
|
|
8
|
-
declare const MobileDateTimePicker: MobileDateTimePickerComponent;
|
|
9
|
-
export default MobileDateTimePicker;
|
|
10
|
-
export declare type MobileDateTimePickerProps<TDate> = Record<any, any>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare type MobileDateTimePickerComponent = (<TDate>(props: MobileDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @ignore - do not document.
|
|
7
|
+
*/
|
|
8
|
+
declare const MobileDateTimePicker: MobileDateTimePickerComponent;
|
|
9
|
+
export default MobileDateTimePicker;
|
|
10
|
+
export declare type MobileDateTimePickerProps<TDate> = Record<any, any>;
|