@mui/lab 5.0.0-alpha.142 → 5.0.0-alpha.144
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 -0
- package/AdapterDateFns/AdapterDateFns.js +3 -1
- package/AdapterDayjs/AdapterDayjs.d.ts +3 -0
- package/AdapterDayjs/AdapterDayjs.js +3 -1
- package/AdapterLuxon/AdapterLuxon.d.ts +3 -0
- package/AdapterLuxon/AdapterLuxon.js +3 -1
- package/AdapterMoment/AdapterMoment.d.ts +3 -0
- package/AdapterMoment/AdapterMoment.js +3 -1
- package/CHANGELOG.md +235 -38
- package/CalendarPicker/CalendarPicker.d.ts +1 -0
- package/CalendarPicker/CalendarPicker.js +1 -0
- package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +1 -0
- package/CalendarPickerSkeleton/CalendarPickerSkeleton.js +1 -0
- package/ClockPicker/ClockPicker.d.ts +1 -0
- package/ClockPicker/ClockPicker.js +1 -0
- package/DateRangePicker/DateRangePicker.d.ts +1 -0
- package/DateRangePicker/DateRangePicker.js +1 -0
- package/DateRangePickerDay/DateRangePickerDay.d.ts +1 -0
- package/DateRangePickerDay/DateRangePickerDay.js +1 -0
- package/DateTimePicker/DateTimePicker.d.ts +1 -0
- package/DateTimePicker/DateTimePicker.js +1 -0
- package/DesktopDatePicker/DesktopDatePicker.d.ts +1 -0
- package/DesktopDatePicker/DesktopDatePicker.js +1 -0
- package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +1 -0
- package/DesktopDateRangePicker/DesktopDateRangePicker.js +1 -0
- package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +1 -0
- package/DesktopDateTimePicker/DesktopDateTimePicker.js +1 -0
- package/DesktopTimePicker/DesktopTimePicker.d.ts +1 -0
- package/DesktopTimePicker/DesktopTimePicker.js +1 -0
- package/LoadingButton/LoadingButton.d.ts +52 -50
- package/LoadingButton/LoadingButton.js +1 -1
- package/LocalizationProvider/LocalizationProvider.d.ts +1 -0
- package/LocalizationProvider/LocalizationProvider.js +1 -0
- package/Masonry/Masonry.d.ts +46 -41
- package/MobileDatePicker/MobileDatePicker.d.ts +1 -0
- package/MobileDatePicker/MobileDatePicker.js +1 -0
- package/MobileDateRangePicker/MobileDateRangePicker.d.ts +1 -0
- package/MobileDateRangePicker/MobileDateRangePicker.js +1 -0
- package/MobileDateTimePicker/MobileDateTimePicker.d.ts +1 -0
- package/MobileDateTimePicker/MobileDateTimePicker.js +1 -0
- package/MobileTimePicker/MobileTimePicker.d.ts +1 -0
- package/MobileTimePicker/MobileTimePicker.js +1 -0
- package/MonthPicker/MonthPicker.d.ts +1 -0
- package/MonthPicker/MonthPicker.js +1 -0
- package/PickersDay/PickersDay.d.ts +1 -0
- package/PickersDay/PickersDay.js +1 -0
- package/README.md +1 -9
- package/StaticDatePicker/StaticDatePicker.d.ts +1 -0
- package/StaticDatePicker/StaticDatePicker.js +1 -0
- package/StaticDateRangePicker/StaticDateRangePicker.d.ts +1 -0
- package/StaticDateRangePicker/StaticDateRangePicker.js +1 -0
- package/StaticDateTimePicker/StaticDateTimePicker.d.ts +1 -0
- package/StaticDateTimePicker/StaticDateTimePicker.js +1 -0
- package/StaticTimePicker/StaticTimePicker.d.ts +1 -0
- package/StaticTimePicker/StaticTimePicker.js +1 -0
- package/TabList/TabList.d.ts +14 -12
- package/TimePicker/TimePicker.d.ts +1 -0
- package/TimePicker/TimePicker.js +1 -0
- package/TreeItem/TreeItem.d.ts +5 -85
- package/TreeItem/TreeItem.js +18 -375
- package/TreeItem/index.d.ts +2 -6
- package/TreeItem/index.js +1 -3
- package/TreeView/TreeView.d.ts +5 -141
- package/TreeView/TreeView.js +18 -824
- package/TreeView/index.d.ts +2 -4
- package/TreeView/index.js +1 -2
- package/YearPicker/YearPicker.d.ts +1 -0
- package/YearPicker/YearPicker.js +1 -0
- package/index.js +1 -1
- package/legacy/AdapterDateFns/AdapterDateFns.js +3 -1
- package/legacy/AdapterDayjs/AdapterDayjs.js +3 -1
- package/legacy/AdapterLuxon/AdapterLuxon.js +3 -1
- package/legacy/AdapterMoment/AdapterMoment.js +3 -1
- package/legacy/CalendarPicker/CalendarPicker.js +1 -0
- package/legacy/CalendarPickerSkeleton/CalendarPickerSkeleton.js +1 -0
- package/legacy/ClockPicker/ClockPicker.js +1 -0
- package/legacy/DateRangePicker/DateRangePicker.js +1 -0
- package/legacy/DateRangePickerDay/DateRangePickerDay.js +1 -0
- package/legacy/DateTimePicker/DateTimePicker.js +1 -0
- package/legacy/DesktopDatePicker/DesktopDatePicker.js +1 -0
- package/legacy/DesktopDateRangePicker/DesktopDateRangePicker.js +1 -0
- package/legacy/DesktopDateTimePicker/DesktopDateTimePicker.js +1 -0
- package/legacy/DesktopTimePicker/DesktopTimePicker.js +1 -0
- package/legacy/LoadingButton/LoadingButton.js +1 -1
- package/legacy/LocalizationProvider/LocalizationProvider.js +1 -0
- package/legacy/MobileDatePicker/MobileDatePicker.js +1 -0
- package/legacy/MobileDateRangePicker/MobileDateRangePicker.js +1 -0
- package/legacy/MobileDateTimePicker/MobileDateTimePicker.js +1 -0
- package/legacy/MobileTimePicker/MobileTimePicker.js +1 -0
- package/legacy/MonthPicker/MonthPicker.js +1 -0
- package/legacy/PickersDay/PickersDay.js +1 -0
- package/legacy/StaticDatePicker/StaticDatePicker.js +1 -0
- package/legacy/StaticDateRangePicker/StaticDateRangePicker.js +1 -0
- package/legacy/StaticDateTimePicker/StaticDateTimePicker.js +1 -0
- package/legacy/StaticTimePicker/StaticTimePicker.js +1 -0
- package/legacy/TimePicker/TimePicker.js +1 -0
- package/legacy/TreeItem/TreeItem.js +18 -372
- package/legacy/TreeItem/index.js +1 -3
- package/legacy/TreeView/TreeView.js +18 -878
- package/legacy/TreeView/index.js +1 -2
- package/legacy/YearPicker/YearPicker.js +1 -0
- package/legacy/index.js +1 -1
- package/modern/AdapterDateFns/AdapterDateFns.js +3 -1
- package/modern/AdapterDayjs/AdapterDayjs.js +3 -1
- package/modern/AdapterLuxon/AdapterLuxon.js +3 -1
- package/modern/AdapterMoment/AdapterMoment.js +3 -1
- package/modern/CalendarPicker/CalendarPicker.js +1 -0
- package/modern/CalendarPickerSkeleton/CalendarPickerSkeleton.js +1 -0
- package/modern/ClockPicker/ClockPicker.js +1 -0
- package/modern/DateRangePicker/DateRangePicker.js +1 -0
- package/modern/DateRangePickerDay/DateRangePickerDay.js +1 -0
- package/modern/DateTimePicker/DateTimePicker.js +1 -0
- package/modern/DesktopDatePicker/DesktopDatePicker.js +1 -0
- package/modern/DesktopDateRangePicker/DesktopDateRangePicker.js +1 -0
- package/modern/DesktopDateTimePicker/DesktopDateTimePicker.js +1 -0
- package/modern/DesktopTimePicker/DesktopTimePicker.js +1 -0
- package/modern/LoadingButton/LoadingButton.js +1 -1
- package/modern/LocalizationProvider/LocalizationProvider.js +1 -0
- package/modern/MobileDatePicker/MobileDatePicker.js +1 -0
- package/modern/MobileDateRangePicker/MobileDateRangePicker.js +1 -0
- package/modern/MobileDateTimePicker/MobileDateTimePicker.js +1 -0
- package/modern/MobileTimePicker/MobileTimePicker.js +1 -0
- package/modern/MonthPicker/MonthPicker.js +1 -0
- package/modern/PickersDay/PickersDay.js +1 -0
- package/modern/StaticDatePicker/StaticDatePicker.js +1 -0
- package/modern/StaticDateRangePicker/StaticDateRangePicker.js +1 -0
- package/modern/StaticDateTimePicker/StaticDateTimePicker.js +1 -0
- package/modern/StaticTimePicker/StaticTimePicker.js +1 -0
- package/modern/TimePicker/TimePicker.js +1 -0
- package/modern/TreeItem/TreeItem.js +18 -375
- package/modern/TreeItem/index.js +1 -3
- package/modern/TreeView/TreeView.js +18 -824
- package/modern/TreeView/index.js +1 -2
- package/modern/YearPicker/YearPicker.js +1 -0
- package/modern/index.js +1 -1
- package/node/AdapterDateFns/AdapterDateFns.js +3 -1
- package/node/AdapterDayjs/AdapterDayjs.js +3 -1
- package/node/AdapterLuxon/AdapterLuxon.js +3 -1
- package/node/AdapterMoment/AdapterMoment.js +3 -1
- package/node/CalendarPicker/CalendarPicker.js +1 -0
- package/node/CalendarPickerSkeleton/CalendarPickerSkeleton.js +1 -0
- package/node/ClockPicker/ClockPicker.js +1 -0
- package/node/DateRangePicker/DateRangePicker.js +1 -0
- package/node/DateRangePickerDay/DateRangePickerDay.js +1 -0
- package/node/DateTimePicker/DateTimePicker.js +1 -0
- package/node/DesktopDatePicker/DesktopDatePicker.js +1 -0
- package/node/DesktopDateRangePicker/DesktopDateRangePicker.js +1 -0
- package/node/DesktopDateTimePicker/DesktopDateTimePicker.js +1 -0
- package/node/DesktopTimePicker/DesktopTimePicker.js +1 -0
- package/node/LoadingButton/LoadingButton.js +1 -1
- package/node/LocalizationProvider/LocalizationProvider.js +1 -0
- package/node/MobileDatePicker/MobileDatePicker.js +1 -0
- package/node/MobileDateRangePicker/MobileDateRangePicker.js +1 -0
- package/node/MobileDateTimePicker/MobileDateTimePicker.js +1 -0
- package/node/MobileTimePicker/MobileTimePicker.js +1 -0
- package/node/MonthPicker/MonthPicker.js +1 -0
- package/node/PickersDay/PickersDay.js +1 -0
- package/node/StaticDatePicker/StaticDatePicker.js +1 -0
- package/node/StaticDateRangePicker/StaticDateRangePicker.js +1 -0
- package/node/StaticDateTimePicker/StaticDateTimePicker.js +1 -0
- package/node/StaticTimePicker/StaticTimePicker.js +1 -0
- package/node/TimePicker/TimePicker.js +1 -0
- package/node/TreeItem/TreeItem.js +18 -374
- package/node/TreeItem/index.js +9 -21
- package/node/TreeView/TreeView.js +18 -824
- package/node/TreeView/index.js +8 -18
- package/node/YearPicker/YearPicker.js +1 -0
- package/node/index.js +1 -1
- package/package.json +11 -11
- package/TreeItem/TreeItemContent.d.ts +0 -50
- package/TreeItem/TreeItemContent.js +0 -112
- package/TreeItem/treeItemClasses.d.ts +0 -24
- package/TreeItem/treeItemClasses.js +0 -7
- package/TreeItem/useTreeItem.d.ts +0 -11
- package/TreeItem/useTreeItem.js +0 -68
- package/TreeView/TreeViewContext.js +0 -10
- package/TreeView/descendants.js +0 -186
- package/TreeView/treeViewClasses.d.ts +0 -8
- package/TreeView/treeViewClasses.js +0 -7
- package/legacy/TreeItem/TreeItemContent.js +0 -108
- package/legacy/TreeItem/treeItemClasses.js +0 -7
- package/legacy/TreeItem/useTreeItem.js +0 -67
- package/legacy/TreeView/TreeViewContext.js +0 -10
- package/legacy/TreeView/descendants.js +0 -193
- package/legacy/TreeView/treeViewClasses.js +0 -7
- package/modern/TreeItem/TreeItemContent.js +0 -112
- package/modern/TreeItem/treeItemClasses.js +0 -7
- package/modern/TreeItem/useTreeItem.js +0 -68
- package/modern/TreeView/TreeViewContext.js +0 -10
- package/modern/TreeView/descendants.js +0 -186
- package/modern/TreeView/treeViewClasses.js +0 -7
- package/node/TreeItem/TreeItemContent.js +0 -120
- package/node/TreeItem/treeItemClasses.js +0 -16
- package/node/TreeItem/useTreeItem.js +0 -77
- package/node/TreeView/TreeViewContext.js +0 -18
- package/node/TreeView/descendants.js +0 -194
- package/node/TreeView/treeViewClasses.js +0 -16
package/TreeView/index.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
1
|
export { default } from './TreeView';
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
export { default as treeViewClasses } from './treeViewClasses';
|
|
5
|
-
export * from './treeViewClasses';
|
|
2
|
+
export { treeViewClasses, getTreeViewUtilityClass } from '@mui/x-tree-view/TreeView';
|
|
3
|
+
export type { TreeViewClassKey, TreeViewClasses, SingleSelectTreeViewProps, MultiSelectTreeViewProps, TreeViewPropsBase, TreeViewProps, } from '@mui/x-tree-view/TreeView';
|
package/TreeView/index.js
CHANGED
|
@@ -3,6 +3,7 @@ type YearPickerComponent = (<TDate>(props: YearPickerProps<TDate> & React.RefAtt
|
|
|
3
3
|
propTypes?: any;
|
|
4
4
|
};
|
|
5
5
|
/**
|
|
6
|
+
* @deprecated The YearPicker 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/.
|
|
6
7
|
* @ignore - do not document.
|
|
7
8
|
*/
|
|
8
9
|
declare const YearPicker: YearPickerComponent;
|
package/YearPicker/YearPicker.js
CHANGED
|
@@ -8,6 +8,7 @@ const warn = () => {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @deprecated The YearPicker 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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
const YearPicker = function DeprecatedYearPicker() {
|
package/index.js
CHANGED
|
@@ -8,7 +8,9 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated The AdapterDateFns class 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/.
|
|
13
|
+
*/
|
|
12
14
|
var AdapterDateFns = /*#__PURE__*/_createClass(function AdapterDateFns() {
|
|
13
15
|
_classCallCheck(this, AdapterDateFns);
|
|
14
16
|
warn();
|
|
@@ -8,7 +8,9 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated The AdapterDayjs class 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/.
|
|
13
|
+
*/
|
|
12
14
|
var AdapterDayjs = /*#__PURE__*/_createClass(function AdapterDayjs() {
|
|
13
15
|
_classCallCheck(this, AdapterDayjs);
|
|
14
16
|
warn();
|
|
@@ -8,7 +8,9 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated The AdapterLuxon class 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/.
|
|
13
|
+
*/
|
|
12
14
|
var AdapterLuxon = /*#__PURE__*/_createClass(function AdapterLuxon() {
|
|
13
15
|
_classCallCheck(this, AdapterLuxon);
|
|
14
16
|
warn();
|
|
@@ -8,7 +8,9 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated The AdapterMoment class 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/.
|
|
13
|
+
*/
|
|
12
14
|
var AdapterMoment = /*#__PURE__*/_createClass(function AdapterMoment() {
|
|
13
15
|
_classCallCheck(this, AdapterMoment);
|
|
14
16
|
warn();
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var CalendarPicker = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPicker() {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var CalendarPickerSkeleton = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPickerSkeleton() {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var ClockPicker = /*#__PURE__*/React.forwardRef(function DeprecatedClockPicker() {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var DateRangePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDateRangePicker() {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var DateRangePickerDay = /*#__PURE__*/React.forwardRef(function DeprecatedDateRangePickerDay() {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var DateTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDateTimePicker() {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var DesktopDatePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDesktopDatePicker() {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var DesktopDateRangePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDesktopDateRangePicker() {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var DesktopDateTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDesktopDateTimePicker() {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var DesktopTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedDesktopTimePicker() {
|
|
@@ -67,7 +67,7 @@ var LoadingButtonRoot = styled(Button, {
|
|
|
67
67
|
marginLeft: -8
|
|
68
68
|
}));
|
|
69
69
|
});
|
|
70
|
-
var LoadingButtonLoadingIndicator = styled('
|
|
70
|
+
var LoadingButtonLoadingIndicator = styled('span', {
|
|
71
71
|
name: 'MuiLoadingButton',
|
|
72
72
|
slot: 'LoadingIndicator',
|
|
73
73
|
overridesResolver: function overridesResolver(props, styles) {
|
|
@@ -7,6 +7,7 @@ var warn = function warn() {
|
|
|
7
7
|
}
|
|
8
8
|
};
|
|
9
9
|
/**
|
|
10
|
+
* @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/.
|
|
10
11
|
* @ignore - do not document.
|
|
11
12
|
*/
|
|
12
13
|
var LocalizationProvider = /*#__PURE__*/React.forwardRef(function DeprecatedLocalizationProvider() {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var MobileDatePicker = /*#__PURE__*/React.forwardRef(function DeprecatedMobileDatePicker(props, ref) {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var MobileDateRangePicker = /*#__PURE__*/React.forwardRef(function DeprecatedMobileDateRangePicker() {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var MobileDateTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedMobileDateTimePicker() {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var MobileTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedMobileTimePicker() {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var MonthPicker = /*#__PURE__*/React.forwardRef(function DeprecatedMonthPicker() {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var PickersDay = /*#__PURE__*/React.forwardRef(function DeprecatedPickersDay() {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var StaticDatePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticDatePicker() {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var StaticDateRangePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticDateRangePicker() {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var StaticDateTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticDateTimePicker() {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var StaticTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticTimePicker() {
|
|
@@ -8,6 +8,7 @@ var warn = function warn() {
|
|
|
8
8
|
}
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
+
* @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/.
|
|
11
12
|
* @ignore - do not document.
|
|
12
13
|
*/
|
|
13
14
|
var TimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedTimePicker() {
|