@mui/lab 5.0.0-alpha.88 → 5.0.0-alpha.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/AdapterDateFns/index.d.ts +1 -1
  2. package/AdapterDayjs/index.d.ts +1 -1
  3. package/AdapterLuxon/index.d.ts +1 -1
  4. package/AdapterMoment/index.d.ts +1 -1
  5. package/CHANGELOG.md +51 -0
  6. package/CalendarPicker/CalendarPicker.d.ts +10 -10
  7. package/CalendarPicker/index.d.ts +3 -3
  8. package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +10 -10
  9. package/CalendarPickerSkeleton/index.d.ts +3 -3
  10. package/ClockPicker/ClockPicker.d.ts +10 -10
  11. package/ClockPicker/index.d.ts +3 -3
  12. package/DatePicker/DatePicker.d.ts +10 -10
  13. package/DatePicker/index.d.ts +2 -2
  14. package/DateRangePicker/DateRangePicker.d.ts +11 -11
  15. package/DateRangePicker/index.d.ts +2 -2
  16. package/DateRangePickerDay/DateRangePickerDay.d.ts +13 -13
  17. package/DateRangePickerDay/index.d.ts +2 -2
  18. package/DateTimePicker/DateTimePicker.d.ts +10 -10
  19. package/DateTimePicker/index.d.ts +2 -2
  20. package/DesktopDatePicker/DesktopDatePicker.d.ts +10 -10
  21. package/DesktopDatePicker/index.d.ts +2 -2
  22. package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +10 -10
  23. package/DesktopDateRangePicker/index.d.ts +2 -2
  24. package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +10 -10
  25. package/DesktopDateTimePicker/index.d.ts +2 -2
  26. package/DesktopTimePicker/DesktopTimePicker.d.ts +10 -10
  27. package/DesktopTimePicker/index.d.ts +2 -2
  28. package/LoadingButton/loadingButtonClasses.d.ts +22 -22
  29. package/LocalizationProvider/LocalizationProvider.d.ts +10 -10
  30. package/LocalizationProvider/index.d.ts +2 -2
  31. package/Masonry/masonryClasses.d.ts +8 -8
  32. package/MobileDatePicker/MobileDatePicker.d.ts +10 -10
  33. package/MobileDatePicker/index.d.ts +2 -2
  34. package/MobileDateRangePicker/MobileDateRangePicker.d.ts +10 -10
  35. package/MobileDateRangePicker/index.d.ts +2 -2
  36. package/MobileDateTimePicker/MobileDateTimePicker.d.ts +10 -10
  37. package/MobileDateTimePicker/index.d.ts +2 -2
  38. package/MobileTimePicker/MobileTimePicker.d.ts +10 -10
  39. package/MobileTimePicker/index.d.ts +2 -2
  40. package/MonthPicker/MonthPicker.d.ts +10 -10
  41. package/MonthPicker/index.d.ts +3 -3
  42. package/PickersDay/PickersDay.d.ts +10 -10
  43. package/PickersDay/index.d.ts +3 -3
  44. package/StaticDatePicker/StaticDatePicker.d.ts +10 -10
  45. package/StaticDatePicker/index.d.ts +2 -2
  46. package/StaticDateRangePicker/StaticDateRangePicker.d.ts +10 -10
  47. package/StaticDateRangePicker/index.d.ts +2 -2
  48. package/StaticDateTimePicker/StaticDateTimePicker.d.ts +10 -10
  49. package/StaticDateTimePicker/index.d.ts +2 -2
  50. package/StaticTimePicker/StaticTimePicker.d.ts +10 -10
  51. package/StaticTimePicker/index.d.ts +2 -2
  52. package/TabPanel/tabPanelClasses.d.ts +8 -8
  53. package/TimePicker/TimePicker.d.ts +10 -10
  54. package/TimePicker/index.d.ts +2 -2
  55. package/Timeline/Timeline.d.ts +59 -59
  56. package/Timeline/TimelineContext.d.ts +6 -6
  57. package/Timeline/index.d.ts +5 -5
  58. package/Timeline/timelineClasses.d.ts +3 -3
  59. package/TimelineConnector/timelineConnectorClasses.d.ts +8 -8
  60. package/TimelineContent/timelineContentClasses.d.ts +14 -14
  61. package/TimelineDot/timelineDotClasses.d.ts +24 -24
  62. package/TimelineItem/timelineItemClasses.d.ts +16 -16
  63. package/TimelineOppositeContent/timelineOppositeContentClasses.d.ts +14 -14
  64. package/TimelineSeparator/timelineSeparatorClasses.d.ts +8 -8
  65. package/TreeItem/treeItemClasses.d.ts +24 -24
  66. package/TreeView/treeViewClasses.d.ts +8 -8
  67. package/YearPicker/YearPicker.d.ts +10 -10
  68. package/YearPicker/index.d.ts +2 -2
  69. package/index.js +1 -1
  70. package/internal/svg-icons/ArrowDropDown.d.ts +7 -7
  71. package/internal/svg-icons/ArrowLeft.d.ts +7 -7
  72. package/internal/svg-icons/ArrowRight.d.ts +7 -7
  73. package/internal/svg-icons/Calendar.d.ts +7 -7
  74. package/internal/svg-icons/Clock.d.ts +7 -7
  75. package/internal/svg-icons/DateRange.d.ts +7 -7
  76. package/internal/svg-icons/Pen.d.ts +7 -7
  77. package/internal/svg-icons/Time.d.ts +7 -7
  78. package/legacy/index.js +1 -1
  79. package/modern/index.js +1 -1
  80. package/node/index.js +1 -1
  81. package/package.json +4 -4
@@ -1 +1 @@
1
- export { AdapterDateFns as default } from '@mui/x-date-pickers/AdapterDateFns';
1
+ export { AdapterDateFns as default } from '@mui/x-date-pickers/AdapterDateFns';
@@ -1 +1 @@
1
- export { AdapterDayjs as default } from '@mui/x-date-pickers/AdapterDayjs';
1
+ export { AdapterDayjs as default } from '@mui/x-date-pickers/AdapterDayjs';
@@ -1 +1 @@
1
- export { AdapterLuxon as default } from '@mui/x-date-pickers/AdapterLuxon';
1
+ export { AdapterLuxon as default } from '@mui/x-date-pickers/AdapterLuxon';
@@ -1 +1 @@
1
- export { AdapterMoment as default } from '@mui/x-date-pickers/AdapterMoment';
1
+ export { AdapterMoment as default } from '@mui/x-date-pickers/AdapterMoment';
package/CHANGELOG.md CHANGED
@@ -1,5 +1,56 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.8.7
4
+
5
+ <!-- generated comparing v5.8.6..master -->
6
+
7
+ _Jul 4, 2022_
8
+
9
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🐛 Fixed an issue causing Typescript errors when building a project with Material UI v5.8.6 (@michaldudak)
12
+ - 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
13
+ - many other 🐛 bug fixes and 📚 documentation improvements
14
+
15
+ ### `@mui/material@5.8.7`
16
+
17
+ - [Autocomplete] Add some missing props in `useAutocomplete` (#33269) @henriqueholtz
18
+ - [Autocomplete] Extend `componentsProps` to include `popper` and `popupIndicator` slots (#33283) @jake-collibra
19
+ - [Select] Annotate empty string as valid value prop (#33088) @MattiasMartens
20
+ - [SnackbarContent] Fix message text color with css var provider (#33285) @TimoWilhelm
21
+
22
+ ### `@mui/styled-engine@5.8.7`
23
+
24
+ - [styled-engine] Add missing type dependency on csstype (#33310) @Methuselah96
25
+
26
+ ### `@mui/system@5.8.7`
27
+
28
+ - [system] Simplify theme input types for `CssVarsProvider` (#33381) @siriwatknp
29
+ - [system] Export required types (#33324) @michaldudak
30
+
31
+ ### `@mui/joy@5.0.0-alpha.35`
32
+
33
+ - [Joy] Add radio button documentation (#33254) @siriwatknp
34
+ - [Joy] Add switch documentation (#33302) @siriwatknp
35
+ - [Joy] Batch a couple of documentation refinements (#33158)
36
+ - [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
37
+
38
+ ### `@mui/base@5.0.0-alpha.88`
39
+
40
+ - [base] Remove a type incompatible with Typescript 3.5 (#33361) @michaldudak
41
+ - [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
42
+ - [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
43
+
44
+ ### Docs
45
+
46
+ - [docs] Fix Link typings in the react-router example (#32308) @aaarichter
47
+ - [docs] Add caveat about class components with Tooltip (#33325) @joshkel
48
+ - [docs] Fix SEO issues (#33288) @oliviertassinari
49
+ - [docs] Fix Slider's "player" demo (#33267) @xlianghang
50
+ - [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
51
+
52
+ All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
53
+
3
54
  ## 5.8.6
4
55
 
5
56
  <!-- generated comparing v5.8.5..master -->
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- import { CalendarPickerProps } from '@mui/x-date-pickers/CalendarPicker';
3
- declare type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
- propTypes?: any;
5
- };
6
- /**
7
- * @ignore - do not document.
8
- */
9
- declare const CalendarPicker: CalendarPickerComponent;
10
- export default CalendarPicker;
1
+ import * as React from 'react';
2
+ import { CalendarPickerProps } from '@mui/x-date-pickers/CalendarPicker';
3
+ declare type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const CalendarPicker: CalendarPickerComponent;
10
+ export default CalendarPicker;
@@ -1,3 +1,3 @@
1
- export { default } from './CalendarPicker';
2
- export { calendarPickerClasses } from '@mui/x-date-pickers/CalendarPicker';
3
- export type { CalendarPickerClassKey, CalendarPickerClasses, CalendarPickerProps, CalendarPickerView, } from '@mui/x-date-pickers/CalendarPicker';
1
+ export { default } from './CalendarPicker';
2
+ export { calendarPickerClasses } from '@mui/x-date-pickers/CalendarPicker';
3
+ export type { CalendarPickerClassKey, CalendarPickerClasses, CalendarPickerProps, CalendarPickerView, } from '@mui/x-date-pickers/CalendarPicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- import { CalendarPickerSkeletonProps } from '@mui/x-date-pickers/CalendarPickerSkeleton';
3
- declare type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
- propTypes?: any;
5
- };
6
- /**
7
- * @ignore - do not document.
8
- */
9
- declare const CalendarPickerSkeleton: CalendarPickerSkeletonComponent;
10
- export default CalendarPickerSkeleton;
1
+ import * as React from 'react';
2
+ import { CalendarPickerSkeletonProps } from '@mui/x-date-pickers/CalendarPickerSkeleton';
3
+ declare type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const CalendarPickerSkeleton: CalendarPickerSkeletonComponent;
10
+ export default CalendarPickerSkeleton;
@@ -1,3 +1,3 @@
1
- export { default } from './CalendarPickerSkeleton';
2
- export { calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
3
- export type { CalendarPickerSkeletonClassKey, CalendarPickerSkeletonProps, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
1
+ export { default } from './CalendarPickerSkeleton';
2
+ export { calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
3
+ export type { CalendarPickerSkeletonClassKey, CalendarPickerSkeletonProps, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- import { ClockPickerProps } from '@mui/x-date-pickers/ClockPicker';
3
- declare type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
- propTypes?: any;
5
- };
6
- /**
7
- * @ignore - do not document.
8
- */
9
- declare const ClockPicker: ClockPickerComponent;
10
- export default ClockPicker;
1
+ import * as React from 'react';
2
+ import { ClockPickerProps } from '@mui/x-date-pickers/ClockPicker';
3
+ declare type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const ClockPicker: ClockPickerComponent;
10
+ export default ClockPicker;
@@ -1,3 +1,3 @@
1
- export { default } from './ClockPicker';
2
- export { clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
3
- export type { ClockPickerClasses, ClockPickerClassKey, ClockPickerProps, ClockPickerView, } from '@mui/x-date-pickers/ClockPicker';
1
+ export { default } from './ClockPicker';
2
+ export { clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
3
+ export type { ClockPickerClasses, ClockPickerClassKey, ClockPickerProps, ClockPickerView, } from '@mui/x-date-pickers/ClockPicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- import { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
3
- declare type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
- propTypes?: any;
5
- };
6
- /**
7
- * @ignore - do not document.
8
- */
9
- declare const DatePicker: DatePickerComponent;
10
- export default DatePicker;
1
+ import * as React from 'react';
2
+ import { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
3
+ declare type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const DatePicker: DatePickerComponent;
10
+ export default DatePicker;
@@ -1,2 +1,2 @@
1
- export { default } from './DatePicker';
2
- export type { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
1
+ export { default } from './DatePicker';
2
+ export type { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
@@ -1,11 +1,11 @@
1
- import * as React from 'react';
2
- declare type DateRangePickerComponent = (<TDate>(props: DateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DateRangePicker: DateRangePickerComponent;
9
- export default DateRangePicker;
10
- export declare type DateRangePickerProps = Record<any, any>;
11
- export declare type DateRange<TDate> = [TDate | null, TDate | null];
1
+ import * as React from 'react';
2
+ declare type DateRangePickerComponent = (<TDate>(props: DateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DateRangePicker: DateRangePickerComponent;
9
+ export default DateRangePicker;
10
+ export declare type DateRangePickerProps = Record<any, any>;
11
+ export declare type DateRange<TDate> = [TDate | null, TDate | null];
@@ -1,2 +1,2 @@
1
- export { default } from './DateRangePicker';
2
- export * from './DateRangePicker';
1
+ export { default } from './DateRangePicker';
2
+ export * from './DateRangePicker';
@@ -1,13 +1,13 @@
1
- import * as React from 'react';
2
- declare type DateRangePickerDayComponent = (<TDate>(props: DateRangePickerDayProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DateRangePickerDay: DateRangePickerDayComponent;
9
- export default DateRangePickerDay;
10
- export declare const getDateRangePickerDayUtilityClass: (slot: string) => string;
11
- export declare type DateRangePickerDayProps = Record<any, any>;
12
- export declare type DateRangePickerDayClasses = any;
13
- export declare type DateRangePickerDayClassKey = any;
1
+ import * as React from 'react';
2
+ declare type DateRangePickerDayComponent = (<TDate>(props: DateRangePickerDayProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DateRangePickerDay: DateRangePickerDayComponent;
9
+ export default DateRangePickerDay;
10
+ export declare const getDateRangePickerDayUtilityClass: (slot: string) => string;
11
+ export declare type DateRangePickerDayProps = Record<any, any>;
12
+ export declare type DateRangePickerDayClasses = any;
13
+ export declare type DateRangePickerDayClassKey = any;
@@ -1,2 +1,2 @@
1
- export { default } from './DateRangePickerDay';
2
- export * from './DateRangePickerDay';
1
+ export { default } from './DateRangePickerDay';
2
+ export * from './DateRangePickerDay';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- import { DateTimePickerProps } from '@mui/x-date-pickers/DateTimePicker';
3
- declare type DateTimePickerComponent = (<TDate>(props: DateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
- propTypes?: any;
5
- };
6
- /**
7
- * @ignore - do not document.
8
- */
9
- declare const DateTimePicker: DateTimePickerComponent;
10
- export default DateTimePicker;
1
+ import * as React from 'react';
2
+ import { DateTimePickerProps } from '@mui/x-date-pickers/DateTimePicker';
3
+ declare type DateTimePickerComponent = (<TDate>(props: DateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const DateTimePicker: DateTimePickerComponent;
10
+ export default DateTimePicker;
@@ -1,2 +1,2 @@
1
- export { default } from './DateTimePicker';
2
- export type { DateTimePickerProps } from '@mui/x-date-pickers/DateTimePicker';
1
+ export { default } from './DateTimePicker';
2
+ export type { DateTimePickerProps } from '@mui/x-date-pickers/DateTimePicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- import { DesktopDatePickerProps } from '@mui/x-date-pickers/DesktopDatePicker';
3
- declare type DesktopDatePickerComponent = (<TDate>(props: DesktopDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
- propTypes?: any;
5
- };
6
- /**
7
- * @ignore - do not document.
8
- */
9
- declare const DesktopDatePicker: DesktopDatePickerComponent;
10
- export default DesktopDatePicker;
1
+ import * as React from 'react';
2
+ import { DesktopDatePickerProps } from '@mui/x-date-pickers/DesktopDatePicker';
3
+ declare type DesktopDatePickerComponent = (<TDate>(props: DesktopDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const DesktopDatePicker: DesktopDatePickerComponent;
10
+ export default DesktopDatePicker;
@@ -1,2 +1,2 @@
1
- export { default } from './DesktopDatePicker';
2
- export type { DesktopDatePickerProps } from '@mui/x-date-pickers/DesktopDatePicker';
1
+ export { default } from './DesktopDatePicker';
2
+ export type { DesktopDatePickerProps } from '@mui/x-date-pickers/DesktopDatePicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- declare type DesktopDateRangePickerComponent = (<TDate>(props: DesktopDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DesktopDateRangePicker: DesktopDateRangePickerComponent;
9
- export default DesktopDateRangePicker;
10
- export declare type DesktopDateRangePickerProps = Record<any, any>;
1
+ import * as React from 'react';
2
+ declare type DesktopDateRangePickerComponent = (<TDate>(props: DesktopDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DesktopDateRangePicker: DesktopDateRangePickerComponent;
9
+ export default DesktopDateRangePicker;
10
+ export declare type DesktopDateRangePickerProps = Record<any, any>;
@@ -1,2 +1,2 @@
1
- export { default } from './DesktopDateRangePicker';
2
- export * from './DesktopDateRangePicker';
1
+ export { default } from './DesktopDateRangePicker';
2
+ export * from './DesktopDateRangePicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- import { DesktopDateTimePickerProps } from '@mui/x-date-pickers/DesktopDateTimePicker';
3
- declare type DesktopDateTimePickerComponent = (<TDate>(props: DesktopDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
- propTypes?: any;
5
- };
6
- /**
7
- * @ignore - do not document.
8
- */
9
- declare const DesktopDateTimePicker: DesktopDateTimePickerComponent;
10
- export default DesktopDateTimePicker;
1
+ import * as React from 'react';
2
+ import { DesktopDateTimePickerProps } from '@mui/x-date-pickers/DesktopDateTimePicker';
3
+ declare type DesktopDateTimePickerComponent = (<TDate>(props: DesktopDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const DesktopDateTimePicker: DesktopDateTimePickerComponent;
10
+ export default DesktopDateTimePicker;
@@ -1,2 +1,2 @@
1
- export { default } from './DesktopDateTimePicker';
2
- export type { DesktopDateTimePickerProps } from '@mui/x-date-pickers/DesktopDateTimePicker';
1
+ export { default } from './DesktopDateTimePicker';
2
+ export type { DesktopDateTimePickerProps } from '@mui/x-date-pickers/DesktopDateTimePicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- import { DesktopTimePickerProps } from '@mui/x-date-pickers/DesktopTimePicker';
3
- declare type DesktopTimePickerComponent = (<TDate>(props: DesktopTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
- propTypes?: any;
5
- };
6
- /**
7
- * @ignore - do not document.
8
- */
9
- declare const DesktopTimePicker: DesktopTimePickerComponent;
10
- export default DesktopTimePicker;
1
+ import * as React from 'react';
2
+ import { DesktopTimePickerProps } from '@mui/x-date-pickers/DesktopTimePicker';
3
+ declare type DesktopTimePickerComponent = (<TDate>(props: DesktopTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const DesktopTimePicker: DesktopTimePickerComponent;
10
+ export default DesktopTimePicker;
@@ -1,2 +1,2 @@
1
- export { DesktopTimePicker as default } from '@mui/x-date-pickers/DesktopTimePicker';
2
- export type { DesktopTimePickerProps } from '@mui/x-date-pickers/DesktopTimePicker';
1
+ export { DesktopTimePicker as default } from '@mui/x-date-pickers/DesktopTimePicker';
2
+ export type { DesktopTimePickerProps } from '@mui/x-date-pickers/DesktopTimePicker';
@@ -1,22 +1,22 @@
1
- export interface LoadingButtonClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element if `loading={true}`. */
5
- loading: string;
6
- /** Styles applied to the loadingIndicator element. */
7
- loadingIndicator: string;
8
- /** Styles applied to the loadingIndicator element if `loadingPosition="center"`. */
9
- loadingIndicatorCenter: string;
10
- /** Styles applied to the loadingIndicator element if `loadingPosition="start"`. */
11
- loadingIndicatorStart: string;
12
- /** Styles applied to the loadingIndicator element if `loadingPosition="end"`. */
13
- loadingIndicatorEnd: string;
14
- /** Styles applied to the endIcon element if `loading={true}` and `loadingPosition="end"`. */
15
- endIconLoadingEnd: string;
16
- /** Styles applied to the startIcon element if `loading={true}` and `loadingPosition="start"`. */
17
- startIconLoadingStart: string;
18
- }
19
- export declare type LoadingButtonClassKey = keyof LoadingButtonClasses;
20
- export declare function getLoadingButtonUtilityClass(slot: string): string;
21
- declare const loadingButtonClasses: LoadingButtonClasses;
22
- export default loadingButtonClasses;
1
+ export interface LoadingButtonClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element if `loading={true}`. */
5
+ loading: string;
6
+ /** Styles applied to the loadingIndicator element. */
7
+ loadingIndicator: string;
8
+ /** Styles applied to the loadingIndicator element if `loadingPosition="center"`. */
9
+ loadingIndicatorCenter: string;
10
+ /** Styles applied to the loadingIndicator element if `loadingPosition="start"`. */
11
+ loadingIndicatorStart: string;
12
+ /** Styles applied to the loadingIndicator element if `loadingPosition="end"`. */
13
+ loadingIndicatorEnd: string;
14
+ /** Styles applied to the endIcon element if `loading={true}` and `loadingPosition="end"`. */
15
+ endIconLoadingEnd: string;
16
+ /** Styles applied to the startIcon element if `loading={true}` and `loadingPosition="start"`. */
17
+ startIconLoadingStart: string;
18
+ }
19
+ export declare type LoadingButtonClassKey = keyof LoadingButtonClasses;
20
+ export declare function getLoadingButtonUtilityClass(slot: string): string;
21
+ declare const loadingButtonClasses: LoadingButtonClasses;
22
+ export default loadingButtonClasses;
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- import { LocalizationProviderProps } from '@mui/x-date-pickers/LocalizationProvider';
3
- declare type LocalizationProviderComponent = ((props: LocalizationProviderProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
- propTypes?: any;
5
- };
6
- /**
7
- * @ignore - do not document.
8
- */
9
- declare const LocalizationProvider: LocalizationProviderComponent;
10
- export default LocalizationProvider;
1
+ import * as React from 'react';
2
+ import { LocalizationProviderProps } from '@mui/x-date-pickers/LocalizationProvider';
3
+ declare type LocalizationProviderComponent = ((props: LocalizationProviderProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const LocalizationProvider: LocalizationProviderComponent;
10
+ export default LocalizationProvider;
@@ -1,2 +1,2 @@
1
- export { default } from './LocalizationProvider';
2
- export type { LocalizationProviderProps } from '@mui/x-date-pickers/LocalizationProvider';
1
+ export { default } from './LocalizationProvider';
2
+ export type { LocalizationProviderProps } from '@mui/x-date-pickers/LocalizationProvider';
@@ -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
- import { MobileDatePickerProps } from '@mui/x-date-pickers/MobileDatePicker';
3
- declare type MobileDatePickerComponent = (<TDate>(props: MobileDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
- propTypes?: any;
5
- };
6
- /**
7
- * @ignore - do not document.
8
- */
9
- declare const MobileDatePicker: MobileDatePickerComponent;
10
- export default MobileDatePicker;
1
+ import * as React from 'react';
2
+ import { MobileDatePickerProps } from '@mui/x-date-pickers/MobileDatePicker';
3
+ declare type MobileDatePickerComponent = (<TDate>(props: MobileDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const MobileDatePicker: MobileDatePickerComponent;
10
+ export default MobileDatePicker;
@@ -1,2 +1,2 @@
1
- export { default } from './MobileDatePicker';
2
- export type { MobileDatePickerProps } from '@mui/x-date-pickers/MobileDatePicker';
1
+ export { default } from './MobileDatePicker';
2
+ export type { MobileDatePickerProps } from '@mui/x-date-pickers/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
- import { MobileDateTimePickerProps } from '@mui/x-date-pickers/MobileDateTimePicker';
3
- declare type MobileDateTimePickerComponent = (<TDate>(props: MobileDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
- propTypes?: any;
5
- };
6
- /**
7
- * @ignore - do not document.
8
- */
9
- declare const MobileDateTimePicker: MobileDateTimePickerComponent;
10
- export default MobileDateTimePicker;
1
+ import * as React from 'react';
2
+ import { MobileDateTimePickerProps } from '@mui/x-date-pickers/MobileDateTimePicker';
3
+ declare type MobileDateTimePickerComponent = (<TDate>(props: MobileDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const MobileDateTimePicker: MobileDateTimePickerComponent;
10
+ export default MobileDateTimePicker;
@@ -1,2 +1,2 @@
1
- export { default } from './MobileDateTimePicker';
2
- export type { MobileDateTimePickerProps } from '@mui/x-date-pickers/MobileDateTimePicker';
1
+ export { default } from './MobileDateTimePicker';
2
+ export type { MobileDateTimePickerProps } from '@mui/x-date-pickers/MobileDateTimePicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- import { MobileTimePickerProps } from '@mui/x-date-pickers/MobileTimePicker';
3
- declare type MobileTimePickerComponent = (<TDate>(props: MobileTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
- propTypes?: any;
5
- };
6
- /**
7
- * @ignore - do not document.
8
- */
9
- declare const MobileTimePicker: MobileTimePickerComponent;
10
- export default MobileTimePicker;
1
+ import * as React from 'react';
2
+ import { MobileTimePickerProps } from '@mui/x-date-pickers/MobileTimePicker';
3
+ declare type MobileTimePickerComponent = (<TDate>(props: MobileTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const MobileTimePicker: MobileTimePickerComponent;
10
+ export default MobileTimePicker;
@@ -1,2 +1,2 @@
1
- export { default } from './MobileTimePicker';
2
- export type { MobileTimePickerProps } from '@mui/x-date-pickers/MobileTimePicker';
1
+ export { default } from './MobileTimePicker';
2
+ export type { MobileTimePickerProps } from '@mui/x-date-pickers/MobileTimePicker';