@mui/lab 7.0.0-beta.3 → 7.0.0-beta.4
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 +6 -0
- package/AdapterDateFns/index.d.ts +1 -0
- package/AdapterDayjs/AdapterDayjs.d.ts +6 -0
- package/AdapterDayjs/index.d.ts +1 -0
- package/AdapterLuxon/AdapterLuxon.d.ts +6 -0
- package/AdapterLuxon/index.d.ts +1 -0
- package/AdapterMoment/AdapterMoment.d.ts +6 -0
- package/AdapterMoment/index.d.ts +1 -0
- package/CHANGELOG.md +15 -0
- package/CalendarPicker/CalendarPicker.d.ts +15 -0
- package/CalendarPicker/index.d.ts +2 -0
- package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +14 -0
- package/CalendarPickerSkeleton/index.d.ts +2 -0
- package/ClockPicker/ClockPicker.d.ts +15 -0
- package/ClockPicker/index.d.ts +2 -0
- package/DatePicker/DatePicker.d.ts +10 -0
- package/DatePicker/index.d.ts +2 -0
- package/DateRangePicker/DateRangePicker.d.ts +12 -0
- package/DateRangePicker/index.d.ts +2 -0
- package/DateRangePickerDay/DateRangePickerDay.d.ts +14 -0
- package/DateRangePickerDay/index.d.ts +2 -0
- package/DateTimePicker/DateTimePicker.d.ts +11 -0
- package/DateTimePicker/index.d.ts +2 -0
- package/DesktopDatePicker/DesktopDatePicker.d.ts +11 -0
- package/DesktopDatePicker/index.d.ts +2 -0
- package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +11 -0
- package/DesktopDateRangePicker/index.d.ts +2 -0
- package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +11 -0
- package/DesktopDateTimePicker/index.d.ts +2 -0
- package/DesktopTimePicker/DesktopTimePicker.d.ts +11 -0
- package/DesktopTimePicker/index.d.ts +2 -0
- package/LoadingButton/LoadingButton.d.ts +3 -0
- package/LoadingButton/index.d.ts +2 -0
- package/LocalizationProvider/LocalizationProvider.d.ts +11 -0
- package/LocalizationProvider/index.d.ts +2 -0
- package/Masonry/Masonry.d.ts +62 -0
- package/Masonry/index.d.ts +4 -0
- package/Masonry/masonryClasses.d.ts +8 -0
- package/MobileDatePicker/MobileDatePicker.d.ts +11 -0
- package/MobileDatePicker/index.d.ts +2 -0
- package/MobileDateRangePicker/MobileDateRangePicker.d.ts +11 -0
- package/MobileDateRangePicker/index.d.ts +2 -0
- package/MobileDateTimePicker/MobileDateTimePicker.d.ts +11 -0
- package/MobileDateTimePicker/index.d.ts +2 -0
- package/MobileTimePicker/MobileTimePicker.d.ts +11 -0
- package/MobileTimePicker/index.d.ts +2 -0
- package/MonthPicker/MonthPicker.d.ts +14 -0
- package/MonthPicker/index.d.ts +2 -0
- package/PickersDay/PickersDay.d.ts +14 -0
- package/PickersDay/index.d.ts +2 -0
- package/StaticDatePicker/StaticDatePicker.d.ts +11 -0
- package/StaticDatePicker/index.d.ts +2 -0
- package/StaticDateRangePicker/StaticDateRangePicker.d.ts +11 -0
- package/StaticDateRangePicker/index.d.ts +2 -0
- package/StaticDateTimePicker/StaticDateTimePicker.d.ts +11 -0
- package/StaticDateTimePicker/index.d.ts +2 -0
- package/StaticTimePicker/StaticTimePicker.d.ts +11 -0
- package/StaticTimePicker/index.d.ts +2 -0
- package/TabContext/TabContext.d.ts +29 -0
- package/TabContext/index.d.ts +2 -0
- package/TabList/TabList.d.ts +30 -0
- package/TabList/index.d.ts +2 -0
- package/TabPanel/TabPanel.d.ts +41 -0
- package/TabPanel/index.d.ts +4 -0
- package/TabPanel/tabPanelClasses.d.ts +10 -0
- package/TimePicker/TimePicker.d.ts +11 -0
- package/TimePicker/index.d.ts +2 -0
- package/Timeline/Timeline.d.ts +24 -0
- package/Timeline/Timeline.types.d.ts +27 -0
- package/Timeline/TimelineContext.d.ts +6 -0
- package/Timeline/index.d.ts +4 -0
- package/Timeline/timelineClasses.d.ts +16 -0
- package/TimelineConnector/TimelineConnector.d.ts +31 -0
- package/TimelineConnector/index.d.ts +4 -0
- package/TimelineConnector/timelineConnectorClasses.d.ts +8 -0
- package/TimelineContent/TimelineContent.d.ts +32 -0
- package/TimelineContent/index.d.ts +4 -0
- package/TimelineContent/timelineContentClasses.d.ts +16 -0
- package/TimelineDot/TimelineDot.d.ts +44 -0
- package/TimelineDot/index.d.ts +4 -0
- package/TimelineDot/timelineDotClasses.d.ts +24 -0
- package/TimelineItem/TimelineItem.d.ts +35 -0
- package/TimelineItem/index.d.ts +4 -0
- package/TimelineItem/timelineItemClasses.d.ts +18 -0
- package/TimelineOppositeContent/TimelineOppositeContent.d.ts +35 -0
- package/TimelineOppositeContent/index.d.ts +4 -0
- package/TimelineOppositeContent/timelineOppositeContentClasses.d.ts +16 -0
- package/TimelineSeparator/TimelineSeparator.d.ts +31 -0
- package/TimelineSeparator/index.d.ts +4 -0
- package/TimelineSeparator/timelineSeparatorClasses.d.ts +8 -0
- package/TreeItem/TreeItem.d.ts +11 -0
- package/TreeItem/index.d.ts +2 -0
- package/TreeView/TreeView.d.ts +11 -0
- package/TreeView/index.d.ts +2 -0
- package/YearPicker/YearPicker.d.ts +15 -0
- package/YearPicker/index.d.ts +2 -0
- package/esm/index.js +1 -1
- package/index.d.ts +78 -0
- package/index.js +1 -1
- package/internal/convertTimelinePositionToClass.d.ts +1 -0
- package/internal/svg-icons/ArrowDropDown.d.ts +7 -0
- package/internal/svg-icons/ArrowLeft.d.ts +7 -0
- package/internal/svg-icons/ArrowRight.d.ts +7 -0
- package/internal/svg-icons/Calendar.d.ts +7 -0
- package/internal/svg-icons/Clock.d.ts +7 -0
- package/internal/svg-icons/DateRange.d.ts +7 -0
- package/internal/svg-icons/Pen.d.ts +7 -0
- package/internal/svg-icons/Time.d.ts +7 -0
- package/modern/AdapterDateFns/AdapterDateFns.d.ts +6 -0
- package/modern/AdapterDateFns/index.d.ts +1 -0
- package/modern/AdapterDayjs/AdapterDayjs.d.ts +6 -0
- package/modern/AdapterDayjs/index.d.ts +1 -0
- package/modern/AdapterLuxon/AdapterLuxon.d.ts +6 -0
- package/modern/AdapterLuxon/index.d.ts +1 -0
- package/modern/AdapterMoment/AdapterMoment.d.ts +6 -0
- package/modern/AdapterMoment/index.d.ts +1 -0
- package/modern/CalendarPicker/CalendarPicker.d.ts +15 -0
- package/modern/CalendarPicker/index.d.ts +2 -0
- package/modern/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +14 -0
- package/modern/CalendarPickerSkeleton/index.d.ts +2 -0
- package/modern/ClockPicker/ClockPicker.d.ts +15 -0
- package/modern/ClockPicker/index.d.ts +2 -0
- package/modern/DatePicker/DatePicker.d.ts +10 -0
- package/modern/DatePicker/index.d.ts +2 -0
- package/modern/DateRangePicker/DateRangePicker.d.ts +12 -0
- package/modern/DateRangePicker/index.d.ts +2 -0
- package/modern/DateRangePickerDay/DateRangePickerDay.d.ts +14 -0
- package/modern/DateRangePickerDay/index.d.ts +2 -0
- package/modern/DateTimePicker/DateTimePicker.d.ts +11 -0
- package/modern/DateTimePicker/index.d.ts +2 -0
- package/modern/DesktopDatePicker/DesktopDatePicker.d.ts +11 -0
- package/modern/DesktopDatePicker/index.d.ts +2 -0
- package/modern/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +11 -0
- package/modern/DesktopDateRangePicker/index.d.ts +2 -0
- package/modern/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +11 -0
- package/modern/DesktopDateTimePicker/index.d.ts +2 -0
- package/modern/DesktopTimePicker/DesktopTimePicker.d.ts +11 -0
- package/modern/DesktopTimePicker/index.d.ts +2 -0
- package/modern/LoadingButton/LoadingButton.d.ts +3 -0
- package/modern/LoadingButton/index.d.ts +2 -0
- package/modern/LocalizationProvider/LocalizationProvider.d.ts +11 -0
- package/modern/LocalizationProvider/index.d.ts +2 -0
- package/modern/Masonry/Masonry.d.ts +62 -0
- package/modern/Masonry/index.d.ts +4 -0
- package/modern/Masonry/masonryClasses.d.ts +8 -0
- package/modern/MobileDatePicker/MobileDatePicker.d.ts +11 -0
- package/modern/MobileDatePicker/index.d.ts +2 -0
- package/modern/MobileDateRangePicker/MobileDateRangePicker.d.ts +11 -0
- package/modern/MobileDateRangePicker/index.d.ts +2 -0
- package/modern/MobileDateTimePicker/MobileDateTimePicker.d.ts +11 -0
- package/modern/MobileDateTimePicker/index.d.ts +2 -0
- package/modern/MobileTimePicker/MobileTimePicker.d.ts +11 -0
- package/modern/MobileTimePicker/index.d.ts +2 -0
- package/modern/MonthPicker/MonthPicker.d.ts +14 -0
- package/modern/MonthPicker/index.d.ts +2 -0
- package/modern/PickersDay/PickersDay.d.ts +14 -0
- package/modern/PickersDay/index.d.ts +2 -0
- package/modern/StaticDatePicker/StaticDatePicker.d.ts +11 -0
- package/modern/StaticDatePicker/index.d.ts +2 -0
- package/modern/StaticDateRangePicker/StaticDateRangePicker.d.ts +11 -0
- package/modern/StaticDateRangePicker/index.d.ts +2 -0
- package/modern/StaticDateTimePicker/StaticDateTimePicker.d.ts +11 -0
- package/modern/StaticDateTimePicker/index.d.ts +2 -0
- package/modern/StaticTimePicker/StaticTimePicker.d.ts +11 -0
- package/modern/StaticTimePicker/index.d.ts +2 -0
- package/modern/TabContext/TabContext.d.ts +29 -0
- package/modern/TabContext/index.d.ts +2 -0
- package/modern/TabList/TabList.d.ts +30 -0
- package/modern/TabList/index.d.ts +2 -0
- package/modern/TabPanel/TabPanel.d.ts +41 -0
- package/modern/TabPanel/index.d.ts +4 -0
- package/modern/TabPanel/tabPanelClasses.d.ts +10 -0
- package/modern/TimePicker/TimePicker.d.ts +11 -0
- package/modern/TimePicker/index.d.ts +2 -0
- package/modern/Timeline/Timeline.d.ts +24 -0
- package/modern/Timeline/Timeline.types.d.ts +27 -0
- package/modern/Timeline/TimelineContext.d.ts +6 -0
- package/modern/Timeline/index.d.ts +4 -0
- package/modern/Timeline/timelineClasses.d.ts +16 -0
- package/modern/TimelineConnector/TimelineConnector.d.ts +31 -0
- package/modern/TimelineConnector/index.d.ts +4 -0
- package/modern/TimelineConnector/timelineConnectorClasses.d.ts +8 -0
- package/modern/TimelineContent/TimelineContent.d.ts +32 -0
- package/modern/TimelineContent/index.d.ts +4 -0
- package/modern/TimelineContent/timelineContentClasses.d.ts +16 -0
- package/modern/TimelineDot/TimelineDot.d.ts +44 -0
- package/modern/TimelineDot/index.d.ts +4 -0
- package/modern/TimelineDot/timelineDotClasses.d.ts +24 -0
- package/modern/TimelineItem/TimelineItem.d.ts +35 -0
- package/modern/TimelineItem/index.d.ts +4 -0
- package/modern/TimelineItem/timelineItemClasses.d.ts +18 -0
- package/modern/TimelineOppositeContent/TimelineOppositeContent.d.ts +35 -0
- package/modern/TimelineOppositeContent/index.d.ts +4 -0
- package/modern/TimelineOppositeContent/timelineOppositeContentClasses.d.ts +16 -0
- package/modern/TimelineSeparator/TimelineSeparator.d.ts +31 -0
- package/modern/TimelineSeparator/index.d.ts +4 -0
- package/modern/TimelineSeparator/timelineSeparatorClasses.d.ts +8 -0
- package/modern/TreeItem/TreeItem.d.ts +11 -0
- package/modern/TreeItem/index.d.ts +2 -0
- package/modern/TreeView/TreeView.d.ts +11 -0
- package/modern/TreeView/index.d.ts +2 -0
- package/modern/YearPicker/YearPicker.d.ts +15 -0
- package/modern/YearPicker/index.d.ts +2 -0
- package/modern/index.d.ts +78 -0
- package/modern/index.js +1 -1
- package/modern/internal/convertTimelinePositionToClass.d.ts +1 -0
- package/modern/internal/svg-icons/ArrowDropDown.d.ts +7 -0
- package/modern/internal/svg-icons/ArrowLeft.d.ts +7 -0
- package/modern/internal/svg-icons/ArrowRight.d.ts +7 -0
- package/modern/internal/svg-icons/Calendar.d.ts +7 -0
- package/modern/internal/svg-icons/Clock.d.ts +7 -0
- package/modern/internal/svg-icons/DateRange.d.ts +7 -0
- package/modern/internal/svg-icons/Pen.d.ts +7 -0
- package/modern/internal/svg-icons/Time.d.ts +7 -0
- package/modern/themeAugmentation/components.d.ts +63 -0
- package/modern/themeAugmentation/index.d.ts +3 -0
- package/modern/themeAugmentation/overrides.d.ts +28 -0
- package/modern/themeAugmentation/props.d.ts +28 -0
- package/modern/useAutocomplete/index.d.ts +1 -0
- package/modern/zero-styled/index.d.ts +1 -0
- package/package.json +8 -7
- package/themeAugmentation/components.d.ts +63 -0
- package/themeAugmentation/index.d.ts +3 -0
- package/themeAugmentation/overrides.d.ts +28 -0
- package/themeAugmentation/props.d.ts +28 -0
- package/useAutocomplete/index.d.ts +1 -0
- package/zero-styled/index.d.ts +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./AdapterDateFns.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./AdapterDayjs.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./AdapterLuxon.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./AdapterMoment.js";
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 7.0.0-beta.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v7.0.0-beta.0..master -->
|
|
6
|
+
|
|
7
|
+
_Feb 27, 2025_
|
|
8
|
+
|
|
9
|
+
This release fixes incorrect build output from the previous release (`beta.0`).
|
|
10
|
+
|
|
11
|
+
### Core
|
|
12
|
+
|
|
13
|
+
- [code-infra] Fix build:types script omitting folders with a dot in their name (#45422) @Janpot
|
|
14
|
+
- [release] Fix versions (#45420) @mj12albert
|
|
15
|
+
|
|
16
|
+
All contributors of this release in alphabetical order: @Janpot, @mj12albert
|
|
17
|
+
|
|
3
18
|
## 7.0.0-beta.0
|
|
4
19
|
|
|
5
20
|
<!-- generated comparing v7.0.0-alpha.2..master -->
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The CalendarPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const CalendarPicker: CalendarPickerComponent;
|
|
10
|
+
export default CalendarPicker;
|
|
11
|
+
export declare const calendarPickerClasses: {};
|
|
12
|
+
export type CalendarPickerClassKey = any;
|
|
13
|
+
export type CalendarPickerClasses = any;
|
|
14
|
+
export type CalendarPickerProps<TDate> = Record<any, any>;
|
|
15
|
+
export type CalendarPickerView = 'year' | 'day' | 'month';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The CalendarPickerSkeleton component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const CalendarPickerSkeleton: CalendarPickerSkeletonComponent;
|
|
10
|
+
export default CalendarPickerSkeleton;
|
|
11
|
+
export declare const calendarPickerSkeletonClasses: {};
|
|
12
|
+
export declare const getCalendarPickerSkeletonUtilityClass: (slot: string) => string;
|
|
13
|
+
export type CalendarPickerSkeletonProps = Record<any, any>;
|
|
14
|
+
export type CalendarPickerSkeletonClassKey = any;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The ClockPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const ClockPicker: ClockPickerComponent;
|
|
10
|
+
export default ClockPicker;
|
|
11
|
+
export declare const clockPickerClasses: {};
|
|
12
|
+
export type ClockPickerProps<TDate> = Record<any, any>;
|
|
13
|
+
export type ClockPickerView = 'hours' | 'minutes' | 'seconds';
|
|
14
|
+
export type ClockPickerClasses = any;
|
|
15
|
+
export type ClockPickerClassKey = any;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.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>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type DateRangePickerComponent = (<TDate>(props: DateRangePickerProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The DateRangePicker component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const DateRangePicker: DateRangePickerComponent;
|
|
10
|
+
export default DateRangePicker;
|
|
11
|
+
export type DateRangePickerProps = Record<any, any>;
|
|
12
|
+
export type DateRange<TDate> = [TDate | null, TDate | null];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type DateRangePickerDayComponent = (<TDate>(props: DateRangePickerDayProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The DateRangePickerDay component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const DateRangePickerDay: DateRangePickerDayComponent;
|
|
10
|
+
export default DateRangePickerDay;
|
|
11
|
+
export declare const getDateRangePickerDayUtilityClass: (slot: string) => string;
|
|
12
|
+
export type DateRangePickerDayProps = Record<any, any>;
|
|
13
|
+
export type DateRangePickerDayClasses = any;
|
|
14
|
+
export type DateRangePickerDayClassKey = any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type DateTimePickerComponent = (<TDate>(props: DateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The DateTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const DateTimePicker: DateTimePickerComponent;
|
|
10
|
+
export default DateTimePicker;
|
|
11
|
+
export type DateTimePickerProps<TDate> = Record<any, any>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type DesktopDatePickerComponent = (<TDate>(props: DesktopDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The DesktopDatePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const DesktopDatePicker: DesktopDatePickerComponent;
|
|
10
|
+
export default DesktopDatePicker;
|
|
11
|
+
export type DesktopDatePickerProps<TDate> = Record<any, any>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type DesktopDateRangePickerComponent = (<TDate>(props: DesktopDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The DesktopDateRangePicker component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const DesktopDateRangePicker: DesktopDateRangePickerComponent;
|
|
10
|
+
export default DesktopDateRangePicker;
|
|
11
|
+
export type DesktopDateRangePickerProps = Record<any, any>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type DesktopDateTimePickerComponent = (<TDate>(props: DesktopDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The DesktopDateTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const DesktopDateTimePicker: DesktopDateTimePickerComponent;
|
|
10
|
+
export default DesktopDateTimePicker;
|
|
11
|
+
export type DesktopDateTimePickerProps<TDate> = Record<any, any>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type DesktopTimePickerComponent = (<TDate>(props: DesktopTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The DesktopTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const DesktopTimePicker: DesktopTimePickerComponent;
|
|
10
|
+
export default DesktopTimePicker;
|
|
11
|
+
export type DesktopTimePickerProps<TDate> = Record<any, any>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type LocalizationProviderComponent = ((props: LocalizationProviderProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The LocalizationProvider component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const LocalizationProvider: LocalizationProviderComponent;
|
|
10
|
+
export default LocalizationProvider;
|
|
11
|
+
export type LocalizationProviderProps = Record<any, any>;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { ResponsiveStyleValue, SxProps } from '@mui/system';
|
|
2
|
+
import { OverridableComponent, OverrideProps } from '@mui/material/OverridableComponent';
|
|
3
|
+
import { Theme } from '@mui/material/styles';
|
|
4
|
+
import { MasonryClasses } from "./masonryClasses.js";
|
|
5
|
+
export interface MasonryOwnProps {
|
|
6
|
+
/**
|
|
7
|
+
* The content of the component.
|
|
8
|
+
*/
|
|
9
|
+
children: NonNullable<React.ReactNode>;
|
|
10
|
+
/**
|
|
11
|
+
* Override or extend the styles applied to the component.
|
|
12
|
+
*/
|
|
13
|
+
classes?: Partial<MasonryClasses>;
|
|
14
|
+
/**
|
|
15
|
+
* Number of columns.
|
|
16
|
+
* @default 4
|
|
17
|
+
*/
|
|
18
|
+
columns?: ResponsiveStyleValue<number | string>;
|
|
19
|
+
/**
|
|
20
|
+
* The default number of columns of the component. This is provided for server-side rendering.
|
|
21
|
+
*/
|
|
22
|
+
defaultColumns?: number;
|
|
23
|
+
/**
|
|
24
|
+
* The default height of the component in px. This is provided for server-side rendering.
|
|
25
|
+
*/
|
|
26
|
+
defaultHeight?: number;
|
|
27
|
+
/**
|
|
28
|
+
* The default spacing of the component. Like `spacing`, it is a factor of the theme's spacing. This is provided for server-side rendering.
|
|
29
|
+
*/
|
|
30
|
+
defaultSpacing?: number;
|
|
31
|
+
/**
|
|
32
|
+
* Defines the space between children. It is a factor of the theme's spacing.
|
|
33
|
+
* @default 1
|
|
34
|
+
*/
|
|
35
|
+
spacing?: ResponsiveStyleValue<number | string>;
|
|
36
|
+
/**
|
|
37
|
+
* Allows using sequential order rather than adding to shortest column
|
|
38
|
+
* @default false
|
|
39
|
+
*/
|
|
40
|
+
sequential?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* Allows defining system overrides as well as additional CSS styles.
|
|
43
|
+
*/
|
|
44
|
+
sx?: SxProps<Theme>;
|
|
45
|
+
}
|
|
46
|
+
export interface MasonryTypeMap<AdditionalProps = {}, RootComponent extends React.ElementType = 'div'> {
|
|
47
|
+
props: AdditionalProps & MasonryOwnProps;
|
|
48
|
+
defaultComponent: RootComponent;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* Demos:
|
|
53
|
+
*
|
|
54
|
+
* - [Masonry](https://next.mui.com/material-ui/react-masonry/)
|
|
55
|
+
*
|
|
56
|
+
* API:
|
|
57
|
+
*
|
|
58
|
+
* - [Masonry API](https://next.mui.com/material-ui/api/masonry/)
|
|
59
|
+
*/
|
|
60
|
+
declare const Masonry: OverridableComponent<MasonryTypeMap>;
|
|
61
|
+
export type MasonryProps<RootComponent extends React.ElementType = MasonryTypeMap['defaultComponent'], AdditionalProps = {}> = OverrideProps<MasonryTypeMap<AdditionalProps, RootComponent>, RootComponent>;
|
|
62
|
+
export default Masonry;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export interface MasonryClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
}
|
|
5
|
+
export type MasonryClassKey = keyof MasonryClasses;
|
|
6
|
+
export declare function getMasonryUtilityClass(slot: string): string;
|
|
7
|
+
declare const masonryClasses: MasonryClasses;
|
|
8
|
+
export default masonryClasses;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type MobileDatePickerComponent = (<TDate>(props: MobileDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The MobileDatePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const MobileDatePicker: MobileDatePickerComponent;
|
|
10
|
+
export default MobileDatePicker;
|
|
11
|
+
export type MobileDatePickerProps<TDate> = Record<any, any>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type MobileDateRangePickerComponent = (<TDate>(props: MobileDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The MobileDateRangePicker component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const MobileDateRangePicker: MobileDateRangePickerComponent;
|
|
10
|
+
export default MobileDateRangePicker;
|
|
11
|
+
export type MobileDateRangePickerProps = Record<any, any>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type MobileDateTimePickerComponent = (<TDate>(props: MobileDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The MobileDateTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const MobileDateTimePicker: MobileDateTimePickerComponent;
|
|
10
|
+
export default MobileDateTimePicker;
|
|
11
|
+
export type MobileDateTimePickerProps<TDate> = Record<any, any>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type MobileTimePickerComponent = (<TDate>(props: MobileTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The MobileTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const MobileTimePicker: MobileTimePickerComponent;
|
|
10
|
+
export default MobileTimePicker;
|
|
11
|
+
export type MobileTimePickerProps<TDate> = Record<any, any>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type MonthPickerComponent = (<TDate>(props: MonthPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The MonthPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const MonthPicker: MonthPickerComponent;
|
|
10
|
+
export default MonthPicker;
|
|
11
|
+
export declare const monthPickerClasses: {};
|
|
12
|
+
export declare const getMonthPickerUtilityClass: (slot: string) => string;
|
|
13
|
+
export type MonthPickerProps<TDate> = Record<any, any>;
|
|
14
|
+
export type MonthPickerClassKey = any;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type PickersDayComponent = (<TDate>(props: PickersDayProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The PickersDay component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const PickersDay: PickersDayComponent;
|
|
10
|
+
export default PickersDay;
|
|
11
|
+
export declare const pickersDayClasses: {};
|
|
12
|
+
export declare const getPickersDayUtilityClass: (slot: string) => string;
|
|
13
|
+
export type PickersDayProps<TDate> = Record<any, any>;
|
|
14
|
+
export type PickersDayClassKey = any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type StaticDatePickerComponent = (<TDate>(props: StaticDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The StaticDatePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const StaticDatePicker: StaticDatePickerComponent;
|
|
10
|
+
export default StaticDatePicker;
|
|
11
|
+
export type StaticDatePickerProps<TDate> = Record<any, any>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type StaticDateRangePickerComponent = (<TDate>(props: StaticDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The StaticDateRangePicker component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const StaticDateRangePicker: StaticDateRangePickerComponent;
|
|
10
|
+
export default StaticDateRangePicker;
|
|
11
|
+
export type StaticDateRangePickerProps = Record<any, any>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type StaticDateTimePickerComponent = (<TDate>(props: StaticDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The StaticDateTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const StaticDateTimePicker: StaticDateTimePickerComponent;
|
|
10
|
+
export default StaticDateTimePicker;
|
|
11
|
+
export type StaticDateTimePickerProps<TDate> = Record<any, any>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type StaticTimePickerComponent = (<TDate>(props: StaticTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The StaticTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`. More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.
|
|
7
|
+
* @ignore - do not document.
|
|
8
|
+
*/
|
|
9
|
+
declare const StaticTimePicker: StaticTimePickerComponent;
|
|
10
|
+
export default StaticTimePicker;
|
|
11
|
+
export type StaticTimePickerProps<TDate> = Record<any, any>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface TabContextValue {
|
|
3
|
+
idPrefix: string;
|
|
4
|
+
value: string;
|
|
5
|
+
}
|
|
6
|
+
export interface TabContextProps {
|
|
7
|
+
/**
|
|
8
|
+
* The content of the component.
|
|
9
|
+
*/
|
|
10
|
+
children?: React.ReactNode;
|
|
11
|
+
/**
|
|
12
|
+
* The value of the currently selected `Tab`.
|
|
13
|
+
*/
|
|
14
|
+
value: string | number;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* Demos:
|
|
19
|
+
*
|
|
20
|
+
* - [Tabs](https://next.mui.com/material-ui/react-tabs/)
|
|
21
|
+
*
|
|
22
|
+
* API:
|
|
23
|
+
*
|
|
24
|
+
* - [TabContext API](https://next.mui.com/material-ui/api/tab-context/)
|
|
25
|
+
*/
|
|
26
|
+
export default function TabContext(props: TabContextProps): React.JSX.Element;
|
|
27
|
+
export function useTabContext(): TabContextValue | null;
|
|
28
|
+
export function getPanelId(context: TabContextValue, tabValue: string): string;
|
|
29
|
+
export function getTabId(context: TabContextValue, tabValue: string): string;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { TabsTypeMap } from '@mui/material/Tabs';
|
|
3
|
+
import { DistributiveOmit } from '@mui/types';
|
|
4
|
+
import { OverridableComponent, OverrideProps } from '@mui/material/OverridableComponent';
|
|
5
|
+
interface TabListOwnProps extends DistributiveOmit<TabsTypeMap['props'], 'children' | 'value'> {
|
|
6
|
+
/**
|
|
7
|
+
* A list of `<Tab />` elements.
|
|
8
|
+
*/
|
|
9
|
+
children?: React.ReactNode;
|
|
10
|
+
}
|
|
11
|
+
export interface TabListTypeMap<AdditionalProps = {}, RootComponent extends React.ElementType = TabsTypeMap['defaultComponent']> {
|
|
12
|
+
props: AdditionalProps & TabListOwnProps;
|
|
13
|
+
defaultComponent: RootComponent;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* Demos:
|
|
19
|
+
*
|
|
20
|
+
* - [Tabs](https://next.mui.com/material-ui/react-tabs/)
|
|
21
|
+
*
|
|
22
|
+
* API:
|
|
23
|
+
*
|
|
24
|
+
* - [TabList API](https://next.mui.com/material-ui/api/tab-list/)
|
|
25
|
+
* - inherits [Tabs API](https://next.mui.com/material-ui/api/tabs/)
|
|
26
|
+
*/
|
|
27
|
+
declare const TabList: OverridableComponent<TabListTypeMap>;
|
|
28
|
+
export type TabListClassKey = keyof NonNullable<TabListTypeMap['props']['classes']>;
|
|
29
|
+
export type TabListProps<RootComponent extends React.ElementType = TabListTypeMap['defaultComponent'], AdditionalProps = {}> = OverrideProps<TabListTypeMap<AdditionalProps, RootComponent>, RootComponent>;
|
|
30
|
+
export default TabList;
|