@mui/x-date-pickers 9.9.0 → 9.10.0

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 (154) hide show
  1. package/CHANGELOG.md +111 -0
  2. package/DateCalendar/useIsDateDisabled.d.mts +1 -1
  3. package/DateCalendar/useIsDateDisabled.d.ts +1 -1
  4. package/DatePicker/shared.d.mts +2 -1
  5. package/DatePicker/shared.d.ts +2 -1
  6. package/DateTimePicker/DateTimePickerTabs.d.mts +4 -14
  7. package/DateTimePicker/DateTimePickerTabs.d.ts +4 -14
  8. package/DateTimePicker/DateTimePickerTabs.js +13 -9
  9. package/DateTimePicker/DateTimePickerTabs.mjs +13 -9
  10. package/DateTimePicker/shared.d.mts +3 -2
  11. package/DateTimePicker/shared.d.ts +3 -2
  12. package/DigitalClock/DigitalClock.d.mts +1 -1
  13. package/DigitalClock/DigitalClock.d.ts +1 -1
  14. package/PickersActionBar/PickersActionBar.d.mts +0 -3
  15. package/PickersActionBar/PickersActionBar.d.ts +0 -3
  16. package/PickersLayout/PickersLayout.d.mts +2 -2
  17. package/PickersLayout/PickersLayout.d.ts +2 -2
  18. package/PickersLayout/PickersLayout.types.d.mts +4 -4
  19. package/PickersLayout/PickersLayout.types.d.ts +4 -4
  20. package/PickersSectionList/PickersSectionList.d.mts +1 -1
  21. package/PickersSectionList/PickersSectionList.d.ts +1 -1
  22. package/PickersTextField/PickersFilledInput/pickersFilledInputClasses.d.mts +11 -11
  23. package/PickersTextField/PickersFilledInput/pickersFilledInputClasses.d.ts +11 -11
  24. package/PickersTextField/PickersInput/pickersInputClasses.d.mts +11 -11
  25. package/PickersTextField/PickersInput/pickersInputClasses.d.ts +11 -11
  26. package/PickersTextField/PickersInputBase/PickersInputBase.d.mts +2 -2
  27. package/PickersTextField/PickersInputBase/PickersInputBase.d.ts +2 -2
  28. package/PickersTextField/PickersOutlinedInput/pickersOutlinedInputClasses.d.mts +11 -11
  29. package/PickersTextField/PickersOutlinedInput/pickersOutlinedInputClasses.d.ts +11 -11
  30. package/PickersTextField/PickersTextField.d.mts +1 -1
  31. package/PickersTextField/PickersTextField.d.ts +1 -1
  32. package/PickersTextField/PickersTextField.types.d.mts +6 -5
  33. package/PickersTextField/PickersTextField.types.d.ts +6 -5
  34. package/TimeClock/ClockNumbers.d.mts +1 -1
  35. package/TimeClock/ClockNumbers.d.ts +1 -1
  36. package/TimePicker/shared.d.mts +2 -1
  37. package/TimePicker/shared.d.ts +2 -1
  38. package/YearCalendar/yearCalendarClasses.d.mts +1 -1
  39. package/YearCalendar/yearCalendarClasses.d.ts +1 -1
  40. package/hooks/useSplitFieldProps.d.mts +1 -1
  41. package/hooks/useSplitFieldProps.d.ts +1 -1
  42. package/index.js +1 -1
  43. package/index.mjs +1 -1
  44. package/internals/components/PickerFieldUI.d.mts +1 -1
  45. package/internals/components/PickerFieldUI.d.ts +1 -1
  46. package/internals/components/PickerPopper/PickerPopper.d.mts +2 -1
  47. package/internals/components/PickerPopper/PickerPopper.d.ts +2 -1
  48. package/internals/components/PickerPopper/pickerPopperClasses.d.mts +1 -1
  49. package/internals/components/PickerPopper/pickerPopperClasses.d.ts +1 -1
  50. package/internals/components/PickerViewRoot/PickerViewRoot.d.mts +1 -1
  51. package/internals/components/PickerViewRoot/PickerViewRoot.d.ts +1 -1
  52. package/internals/components/PickersArrowSwitcher/pickersArrowSwitcherClasses.d.mts +1 -1
  53. package/internals/components/PickersArrowSwitcher/pickersArrowSwitcherClasses.d.ts +1 -1
  54. package/internals/components/PickersModalDialog.d.mts +4 -3
  55. package/internals/components/PickersModalDialog.d.ts +4 -3
  56. package/internals/components/pickersToolbarClasses.d.mts +1 -1
  57. package/internals/components/pickersToolbarClasses.d.ts +1 -1
  58. package/internals/hooks/date-helpers-hooks.d.mts +1 -1
  59. package/internals/hooks/date-helpers-hooks.d.ts +1 -1
  60. package/internals/hooks/useField/useField.utils.d.mts +3 -3
  61. package/internals/hooks/useField/useField.utils.d.ts +3 -3
  62. package/internals/utils/date-utils.d.mts +2 -2
  63. package/internals/utils/date-utils.d.ts +2 -2
  64. package/internals/utils/time-utils.d.mts +2 -2
  65. package/internals/utils/time-utils.d.ts +2 -2
  66. package/locales/beBY.d.mts +5 -5
  67. package/locales/beBY.d.ts +5 -5
  68. package/locales/bgBG.d.mts +5 -5
  69. package/locales/bgBG.d.ts +5 -5
  70. package/locales/bnBD.d.mts +5 -5
  71. package/locales/bnBD.d.ts +5 -5
  72. package/locales/caES.d.mts +5 -5
  73. package/locales/caES.d.ts +5 -5
  74. package/locales/csCZ.d.mts +5 -5
  75. package/locales/csCZ.d.ts +5 -5
  76. package/locales/daDK.d.mts +5 -5
  77. package/locales/daDK.d.ts +5 -5
  78. package/locales/deDE.d.mts +5 -5
  79. package/locales/deDE.d.ts +5 -5
  80. package/locales/elGR.d.mts +5 -5
  81. package/locales/elGR.d.ts +5 -5
  82. package/locales/enUS.d.mts +5 -5
  83. package/locales/enUS.d.ts +5 -5
  84. package/locales/esES.d.mts +5 -5
  85. package/locales/esES.d.ts +5 -5
  86. package/locales/eu.d.mts +5 -5
  87. package/locales/eu.d.ts +5 -5
  88. package/locales/faIR.d.mts +5 -5
  89. package/locales/faIR.d.ts +5 -5
  90. package/locales/fiFI.d.mts +5 -5
  91. package/locales/fiFI.d.ts +5 -5
  92. package/locales/frFR.d.mts +5 -5
  93. package/locales/frFR.d.ts +5 -5
  94. package/locales/heIL.d.mts +5 -5
  95. package/locales/heIL.d.ts +5 -5
  96. package/locales/hrHR.d.mts +5 -5
  97. package/locales/hrHR.d.ts +5 -5
  98. package/locales/huHU.d.mts +5 -5
  99. package/locales/huHU.d.ts +5 -5
  100. package/locales/isIS.d.mts +5 -5
  101. package/locales/isIS.d.ts +5 -5
  102. package/locales/itIT.d.mts +5 -5
  103. package/locales/itIT.d.ts +5 -5
  104. package/locales/jaJP.d.mts +5 -5
  105. package/locales/jaJP.d.ts +5 -5
  106. package/locales/koKR.d.mts +5 -5
  107. package/locales/koKR.d.ts +5 -5
  108. package/locales/kzKZ.d.mts +5 -5
  109. package/locales/kzKZ.d.ts +5 -5
  110. package/locales/mk.d.mts +5 -5
  111. package/locales/mk.d.ts +5 -5
  112. package/locales/nbNO.d.mts +5 -5
  113. package/locales/nbNO.d.ts +5 -5
  114. package/locales/nlNL.d.mts +5 -5
  115. package/locales/nlNL.d.ts +5 -5
  116. package/locales/nnNO.d.mts +5 -5
  117. package/locales/nnNO.d.ts +5 -5
  118. package/locales/plPL.d.mts +5 -5
  119. package/locales/plPL.d.ts +5 -5
  120. package/locales/ptBR.d.mts +5 -5
  121. package/locales/ptBR.d.ts +5 -5
  122. package/locales/ptPT.d.mts +5 -5
  123. package/locales/ptPT.d.ts +5 -5
  124. package/locales/roRO.d.mts +5 -5
  125. package/locales/roRO.d.ts +5 -5
  126. package/locales/ruRU.d.mts +5 -5
  127. package/locales/ruRU.d.ts +5 -5
  128. package/locales/skSK.d.mts +5 -5
  129. package/locales/skSK.d.ts +5 -5
  130. package/locales/svSE.d.mts +5 -5
  131. package/locales/svSE.d.ts +5 -5
  132. package/locales/thTH.d.mts +5 -5
  133. package/locales/thTH.d.ts +5 -5
  134. package/locales/trTR.d.mts +5 -5
  135. package/locales/trTR.d.ts +5 -5
  136. package/locales/ukUA.d.mts +5 -5
  137. package/locales/ukUA.d.ts +5 -5
  138. package/locales/urPK.d.mts +5 -5
  139. package/locales/urPK.d.ts +5 -5
  140. package/locales/utils/getPickersLocalization.d.mts +5 -5
  141. package/locales/utils/getPickersLocalization.d.ts +5 -5
  142. package/locales/viVN.d.mts +5 -5
  143. package/locales/viVN.d.ts +5 -5
  144. package/locales/zhCN.d.mts +5 -5
  145. package/locales/zhCN.d.ts +5 -5
  146. package/locales/zhHK.d.mts +5 -5
  147. package/locales/zhHK.d.ts +5 -5
  148. package/locales/zhTW.d.mts +5 -5
  149. package/locales/zhTW.d.ts +5 -5
  150. package/package.json +2 -2
  151. package/timeViewRenderers/timeViewRenderers.d.mts +1 -1
  152. package/timeViewRenderers/timeViewRenderers.d.ts +1 -1
  153. package/validation/extractValidationProps.d.mts +1 -1
  154. package/validation/extractValidationProps.d.ts +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,116 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.10.0
4
+
5
+ _Jul 17, 2026_
6
+
7
+ We'd like to extend a big thank you to the 7 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - 📊 Provide `dataIndex` in `LinePlot` and `AreaPlot` `onItemClick` for Charts
10
+ - ⚙️ Allow opt-in `data-*` attributes on `slotProps`. [Read more](https://mui.com/x/common-concepts/custom-components/#passing-data-attributes-to-slots)
11
+ - 🐞 Bugfixes
12
+ - 📚 Documentation improvements
13
+
14
+ Special thanks go out to these community members for their valuable contributions:
15
+ @Anexus5919, @mustafajw07
16
+
17
+ The following team members contributed to this release:
18
+ @brijeshb42, @Janpot, @JCQuintas, @LukasTy, @noraleonte
19
+
20
+ ### Data Grid
21
+
22
+ #### `@mui/x-data-grid@9.10.0`
23
+
24
+ Internal changes.
25
+
26
+ #### `@mui/x-data-grid-pro@9.10.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
27
+
28
+ Same changes as in `@mui/x-data-grid@9.10.0`.
29
+
30
+ #### `@mui/x-data-grid-premium@9.10.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
31
+
32
+ Same changes as in `@mui/x-data-grid-pro@9.10.0`.
33
+
34
+ ### Date and Time Pickers
35
+
36
+ #### `@mui/x-date-pickers@9.10.0`
37
+
38
+ Internal changes.
39
+
40
+ #### `@mui/x-date-pickers-pro@9.10.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
41
+
42
+ Same changes as in `@mui/x-date-pickers@9.10.0`.
43
+
44
+ ### Charts
45
+
46
+ #### `@mui/x-charts@9.10.0`
47
+
48
+ - [charts] Provide `dataIndex` in `LinePlot` and `AreaPlot` `onItemClick` (#23144) @JCQuintas
49
+
50
+ #### `@mui/x-charts-pro@9.10.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
51
+
52
+ Same changes as in `@mui/x-charts@9.10.0`.
53
+
54
+ #### `@mui/x-charts-premium@9.10.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
55
+
56
+ Same changes as in `@mui/x-charts-pro@9.10.0`.
57
+
58
+ ### Tree View
59
+
60
+ #### `@mui/x-tree-view@9.10.0`
61
+
62
+ Internal changes.
63
+
64
+ #### `@mui/x-tree-view-pro@9.10.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
65
+
66
+ Same changes as in `@mui/x-tree-view@9.10.0`, plus:
67
+
68
+ - [tree-view] Fix pre-loaded items not caching (#23155) @noraleonte
69
+
70
+ ### Scheduler
71
+
72
+ #### `@mui/x-scheduler@9.0.0-beta.6`
73
+
74
+ - [scheduler] Carry custom event data through the edit dialog submit (#22874) @Anexus5919
75
+ - [scheduler] Support array values for `CalendarEvent.resource` (#23109) @mustafajw07
76
+
77
+ #### `@mui/x-scheduler-premium@9.0.0-beta.6` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
78
+
79
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.6`.
80
+
81
+ ### Chat
82
+
83
+ #### `@mui/x-chat@9.0.0-alpha.14`
84
+
85
+ - [chat] Reuse `resolveComponentProps` from `@mui/utils` (#23095) @LukasTy
86
+
87
+ #### `@mui/x-chat-headless@9.0.0-alpha.14`
88
+
89
+ Internal changes.
90
+
91
+ ### Codemod
92
+
93
+ #### `@mui/x-codemod@9.10.0`
94
+
95
+ Internal changes.
96
+
97
+ ### Docs
98
+
99
+ - [docs] Fix bugs on Scheduler overview page (#23147) @noraleonte
100
+
101
+ ### Core
102
+
103
+ - [code-infra] Fix changelog dependency exclusion and l10n routing (#23112) @LukasTy
104
+ - [code-infra] Port codebase to use `tsgo` (#22826) @brijeshb42
105
+ - [code-infra] Reduce `release:build` concurrency to mitigate `tsgo` OOM kills (#23139) @LukasTy
106
+ - [core] Allow opt-in `data-*` attributes on `slotProps` (#22128) @LukasTy
107
+
108
+ ### Miscellaneous
109
+
110
+ - [core] Ignore `code-infra-renovate[bot]` commits in changelog (#23153) @Janpot
111
+ - [website] Fix broken `ChatBox` API link (#23149) @brijeshb42
112
+ - [test] Fix WebGL benchmark timeout on CI (#23142) @JCQuintas
113
+
3
114
  ## 9.9.0
4
115
 
5
116
  _Jul 9, 2026_
@@ -10,4 +10,4 @@ export declare const useIsDateDisabled: ({
10
10
  disableFuture,
11
11
  disablePast,
12
12
  timezone
13
- }: ValidateDateProps & DefaultizedProps<TimezoneProps, "timezone">) => (day: PickerValidDate | null) => boolean;
13
+ }: ValidateDateProps & DefaultizedProps<TimezoneProps, 'timezone'>) => (day: PickerValidDate | null) => boolean;
@@ -10,4 +10,4 @@ export declare const useIsDateDisabled: ({
10
10
  disableFuture,
11
11
  disablePast,
12
12
  timezone
13
- }: ValidateDateProps & DefaultizedProps<TimezoneProps, "timezone">) => (day: PickerValidDate | null) => boolean;
13
+ }: ValidateDateProps & DefaultizedProps<TimezoneProps, 'timezone'>) => (day: PickerValidDate | null) => boolean;
@@ -1,5 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { DefaultizedProps } from '@mui/x-internals/types';
3
+ import type { WithDataAttributes } from '@mui/utils/types';
3
4
  import type { DateCalendarSlots, DateCalendarSlotProps, ExportedDateCalendarProps } from "../DateCalendar/DateCalendar.types.mjs";
4
5
  import type { DateValidationError, DateView } from "../models/index.mjs";
5
6
  import type { BasePickerInputProps } from "../internals/models/props/basePickerProps.mjs";
@@ -17,7 +18,7 @@ export interface BaseDatePickerSlots extends DateCalendarSlots {
17
18
  toolbar?: React.JSXElementConstructor<DatePickerToolbarProps>;
18
19
  }
19
20
  export interface BaseDatePickerSlotProps extends DateCalendarSlotProps {
20
- toolbar?: ExportedDatePickerToolbarProps;
21
+ toolbar?: WithDataAttributes<ExportedDatePickerToolbarProps>;
21
22
  }
22
23
  export type DatePickerViewRenderers<TView extends DateView> = PickerViewRendererLookup<PickerValue, TView, DateViewRendererProps<TView>>;
23
24
  export interface BaseDatePickerProps extends BasePickerInputProps<PickerValue, DateView, DateValidationError>, ExportedDateCalendarProps {
@@ -1,5 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { DefaultizedProps } from '@mui/x-internals/types';
3
+ import type { WithDataAttributes } from '@mui/utils/types';
3
4
  import type { DateCalendarSlots, DateCalendarSlotProps, ExportedDateCalendarProps } from "../DateCalendar/DateCalendar.types.js";
4
5
  import type { DateValidationError, DateView } from "../models/index.js";
5
6
  import type { BasePickerInputProps } from "../internals/models/props/basePickerProps.js";
@@ -17,7 +18,7 @@ export interface BaseDatePickerSlots extends DateCalendarSlots {
17
18
  toolbar?: React.JSXElementConstructor<DatePickerToolbarProps>;
18
19
  }
19
20
  export interface BaseDatePickerSlotProps extends DateCalendarSlotProps {
20
- toolbar?: ExportedDatePickerToolbarProps;
21
+ toolbar?: WithDataAttributes<ExportedDatePickerToolbarProps>;
21
22
  }
22
23
  export type DatePickerViewRenderers<TView extends DateView> = PickerViewRendererLookup<PickerValue, TView, DateViewRendererProps<TView>>;
23
24
  export interface BaseDatePickerProps extends BasePickerInputProps<PickerValue, DateView, DateValidationError>, ExportedDateCalendarProps {
@@ -22,18 +22,8 @@ export interface DateTimePickerTabsProps extends ExportedBaseTabsProps {
22
22
  */
23
23
  classes?: Partial<DateTimePickerTabsClasses>;
24
24
  }
25
- /**
26
- * Demos:
27
- *
28
- * - [DateTimePicker](https://mui.com/x/react-date-pickers/date-time-picker/)
29
- * - [Custom slots and subcomponents](https://mui.com/x/react-date-pickers/custom-components/)
30
- *
31
- * API:
32
- *
33
- * - [DateTimePickerTabs API](https://mui.com/x/api/date-pickers/date-time-picker-tabs/)
34
- */
35
- declare const DateTimePickerTabs: {
36
- (inProps: DateTimePickerTabsProps): React.JSX.Element | null;
37
- propTypes: any;
38
- };
25
+ declare function DateTimePickerTabs(inProps: DateTimePickerTabsProps): React.JSX.Element | null;
26
+ declare namespace DateTimePickerTabs {
27
+ var propTypes: any;
28
+ }
39
29
  export { DateTimePickerTabs };
@@ -22,18 +22,8 @@ export interface DateTimePickerTabsProps extends ExportedBaseTabsProps {
22
22
  */
23
23
  classes?: Partial<DateTimePickerTabsClasses>;
24
24
  }
25
- /**
26
- * Demos:
27
- *
28
- * - [DateTimePicker](https://mui.com/x/react-date-pickers/date-time-picker/)
29
- * - [Custom slots and subcomponents](https://mui.com/x/react-date-pickers/custom-components/)
30
- *
31
- * API:
32
- *
33
- * - [DateTimePickerTabs API](https://mui.com/x/api/date-pickers/date-time-picker-tabs/)
34
- */
35
- declare const DateTimePickerTabs: {
36
- (inProps: DateTimePickerTabsProps): React.JSX.Element | null;
37
- propTypes: any;
38
- };
25
+ declare function DateTimePickerTabs(inProps: DateTimePickerTabsProps): React.JSX.Element | null;
26
+ declare namespace DateTimePickerTabs {
27
+ var propTypes: any;
28
+ }
39
29
  export { DateTimePickerTabs };
@@ -7,6 +7,8 @@ Object.defineProperty(exports, "__esModule", {
7
7
  value: true
8
8
  });
9
9
  exports.DateTimePickerTabs = void 0;
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+ var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
10
12
  var React = _interopRequireWildcard(require("react"));
11
13
  var _clsx = _interopRequireDefault(require("clsx"));
12
14
  var _propTypes = _interopRequireDefault(require("prop-types"));
@@ -21,6 +23,7 @@ var _dateUtils = require("../internals/utils/date-utils");
21
23
  var _usePickerPrivateContext = require("../internals/hooks/usePickerPrivateContext");
22
24
  var _hooks = require("../hooks");
23
25
  var _jsxRuntime = require("react/jsx-runtime");
26
+ const _excluded = ["dateIcon", "timeIcon", "hidden", "className", "classes", "sx"];
24
27
  const viewToTab = view => {
25
28
  if ((0, _dateUtils.isDatePickerView)(view)) {
26
29
  return 'date';
@@ -71,13 +74,14 @@ const DateTimePickerTabs = exports.DateTimePickerTabs = function DateTimePickerT
71
74
  name: 'MuiDateTimePickerTabs'
72
75
  });
73
76
  const {
74
- dateIcon = /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.DateRangeIcon, {}),
75
- timeIcon = /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.TimeIcon, {}),
76
- hidden = typeof window === 'undefined' || window.innerHeight < 667,
77
- className,
78
- classes: classesProp,
79
- sx
80
- } = props;
77
+ dateIcon = /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.DateRangeIcon, {}),
78
+ timeIcon = /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.TimeIcon, {}),
79
+ hidden = typeof window === 'undefined' || window.innerHeight < 667,
80
+ className,
81
+ classes: classesProp,
82
+ sx
83
+ } = props,
84
+ other = (0, _objectWithoutPropertiesLoose2.default)(props, _excluded);
81
85
  const translations = (0, _usePickerTranslations.usePickerTranslations)();
82
86
  const {
83
87
  ownerState
@@ -93,7 +97,7 @@ const DateTimePickerTabs = exports.DateTimePickerTabs = function DateTimePickerT
93
97
  if (hidden) {
94
98
  return null;
95
99
  }
96
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)(DateTimePickerTabsRoot, {
100
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(DateTimePickerTabsRoot, (0, _extends2.default)({}, other, {
97
101
  ownerState: ownerState,
98
102
  variant: "fullWidth",
99
103
  value: viewToTab(view),
@@ -113,7 +117,7 @@ const DateTimePickerTabs = exports.DateTimePickerTabs = function DateTimePickerT
113
117
  children: timeIcon
114
118
  })
115
119
  })]
116
- });
120
+ }));
117
121
  };
118
122
  if (process.env.NODE_ENV !== "production") DateTimePickerTabs.displayName = "DateTimePickerTabs";
119
123
  process.env.NODE_ENV !== "production" ? DateTimePickerTabs.propTypes /* remove-proptypes */ = {
@@ -1,5 +1,8 @@
1
1
  'use client';
2
2
 
3
+ import _extends from "@babel/runtime/helpers/esm/extends";
4
+ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
5
+ const _excluded = ["dateIcon", "timeIcon", "hidden", "className", "classes", "sx"];
3
6
  import * as React from 'react';
4
7
  import clsx from 'clsx';
5
8
  import PropTypes from 'prop-types';
@@ -64,13 +67,14 @@ const DateTimePickerTabs = function DateTimePickerTabs(inProps) {
64
67
  name: 'MuiDateTimePickerTabs'
65
68
  });
66
69
  const {
67
- dateIcon = /*#__PURE__*/_jsx(DateRangeIcon, {}),
68
- timeIcon = /*#__PURE__*/_jsx(TimeIcon, {}),
69
- hidden = typeof window === 'undefined' || window.innerHeight < 667,
70
- className,
71
- classes: classesProp,
72
- sx
73
- } = props;
70
+ dateIcon = /*#__PURE__*/_jsx(DateRangeIcon, {}),
71
+ timeIcon = /*#__PURE__*/_jsx(TimeIcon, {}),
72
+ hidden = typeof window === 'undefined' || window.innerHeight < 667,
73
+ className,
74
+ classes: classesProp,
75
+ sx
76
+ } = props,
77
+ other = _objectWithoutPropertiesLoose(props, _excluded);
74
78
  const translations = usePickerTranslations();
75
79
  const {
76
80
  ownerState
@@ -86,7 +90,7 @@ const DateTimePickerTabs = function DateTimePickerTabs(inProps) {
86
90
  if (hidden) {
87
91
  return null;
88
92
  }
89
- return /*#__PURE__*/_jsxs(DateTimePickerTabsRoot, {
93
+ return /*#__PURE__*/_jsxs(DateTimePickerTabsRoot, _extends({}, other, {
90
94
  ownerState: ownerState,
91
95
  variant: "fullWidth",
92
96
  value: viewToTab(view),
@@ -106,7 +110,7 @@ const DateTimePickerTabs = function DateTimePickerTabs(inProps) {
106
110
  children: timeIcon
107
111
  })
108
112
  })]
109
- });
113
+ }));
110
114
  };
111
115
  if (process.env.NODE_ENV !== "production") DateTimePickerTabs.displayName = "DateTimePickerTabs";
112
116
  process.env.NODE_ENV !== "production" ? DateTimePickerTabs.propTypes /* remove-proptypes */ = {
@@ -1,5 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { DefaultizedProps } from '@mui/x-internals/types';
3
+ import type { WithDataAttributes } from '@mui/utils/types';
3
4
  import type { DateOrTimeView, DateTimeValidationError } from "../models/index.mjs";
4
5
  import type { DateCalendarSlots, DateCalendarSlotProps, ExportedDateCalendarProps } from "../DateCalendar/DateCalendar.types.mjs";
5
6
  import type { BasePickerInputProps } from "../internals/models/props/basePickerProps.mjs";
@@ -30,11 +31,11 @@ export interface BaseDateTimePickerSlotProps extends DateCalendarSlotProps, Digi
30
31
  /**
31
32
  * Props passed down to the tabs component.
32
33
  */
33
- tabs?: DateTimePickerTabsProps;
34
+ tabs?: WithDataAttributes<DateTimePickerTabsProps>;
34
35
  /**
35
36
  * Props passed down to the toolbar component.
36
37
  */
37
- toolbar?: ExportedDateTimePickerToolbarProps;
38
+ toolbar?: WithDataAttributes<ExportedDateTimePickerToolbarProps>;
38
39
  }
39
40
  export type DateTimePickerViewRenderers<TView extends DateOrTimeViewWithMeridiem> = PickerViewRendererLookup<PickerValue, TView, Omit<DateViewRendererProps<TView>, 'slots' | 'slotProps'> & Omit<TimeViewRendererProps<TimeViewWithMeridiem, BaseClockProps<TimeViewWithMeridiem>>, 'slots' | 'slotProps'>>;
40
41
  export interface BaseDateTimePickerProps extends Omit<BasePickerInputProps<PickerValue, DateOrTimeViewWithMeridiem, DateTimeValidationError>, 'views'>, Omit<ExportedDateCalendarProps, 'onViewChange' | 'views'>, DigitalTimePickerProps, ExportedValidateDateTimeProps {
@@ -1,5 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { DefaultizedProps } from '@mui/x-internals/types';
3
+ import type { WithDataAttributes } from '@mui/utils/types';
3
4
  import type { DateOrTimeView, DateTimeValidationError } from "../models/index.js";
4
5
  import type { DateCalendarSlots, DateCalendarSlotProps, ExportedDateCalendarProps } from "../DateCalendar/DateCalendar.types.js";
5
6
  import type { BasePickerInputProps } from "../internals/models/props/basePickerProps.js";
@@ -30,11 +31,11 @@ export interface BaseDateTimePickerSlotProps extends DateCalendarSlotProps, Digi
30
31
  /**
31
32
  * Props passed down to the tabs component.
32
33
  */
33
- tabs?: DateTimePickerTabsProps;
34
+ tabs?: WithDataAttributes<DateTimePickerTabsProps>;
34
35
  /**
35
36
  * Props passed down to the toolbar component.
36
37
  */
37
- toolbar?: ExportedDateTimePickerToolbarProps;
38
+ toolbar?: WithDataAttributes<ExportedDateTimePickerToolbarProps>;
38
39
  }
39
40
  export type DateTimePickerViewRenderers<TView extends DateOrTimeViewWithMeridiem> = PickerViewRendererLookup<PickerValue, TView, Omit<DateViewRendererProps<TView>, 'slots' | 'slotProps'> & Omit<TimeViewRendererProps<TimeViewWithMeridiem, BaseClockProps<TimeViewWithMeridiem>>, 'slots' | 'slotProps'>>;
40
41
  export interface BaseDateTimePickerProps extends Omit<BasePickerInputProps<PickerValue, DateOrTimeViewWithMeridiem, DateTimeValidationError>, 'views'>, Omit<ExportedDateCalendarProps, 'onViewChange' | 'views'>, DigitalTimePickerProps, ExportedValidateDateTimeProps {
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { DigitalClockProps } from "./DigitalClock.types.mjs";
3
- export declare const DigitalClockItem: import("@emotion/styled").StyledComponent<import("@mui/material/MenuItem").MenuItemOwnProps & Omit<import("@mui/material/ButtonBase").ButtonBaseOwnProps, keyof import("@mui/material/MenuItem").MenuItemOwnProps> & Omit<import("@mui/material/ButtonBase").ButtonBaseOwnProps, "tabIndex" | "children" | "type" | "nativeButton" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | keyof import("@mui/material/MenuItem").MenuItemOwnProps> & import("@mui/material/OverridableComponent").CommonProps & Omit<React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "disabled" | "autoFocus" | "dense" | "style" | "tabIndex" | "className" | "children" | "classes" | "type" | "sx" | "disableGutters" | "divider" | "nativeButton" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
3
+ export declare const DigitalClockItem: import("@emotion/styled").StyledComponent<import("@mui/material/MenuItem").MenuItemOwnProps & Omit<import("@mui/material/ButtonBase").ButtonBaseOwnProps, keyof import("@mui/material/MenuItem").MenuItemOwnProps> & Omit<import("@mui/material/ButtonBase").ButtonBaseOwnProps, "LinkComponent" | "TouchRippleProps" | "action" | "centerRipple" | "children" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "nativeButton" | "onFocusVisible" | "tabIndex" | "touchRippleRef" | "type" | keyof import("@mui/material/MenuItem").MenuItemOwnProps> & import("@mui/material/OverridableComponent").CommonProps & Omit<React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "LinkComponent" | "TouchRippleProps" | "action" | "autoFocus" | "centerRipple" | "children" | "className" | "classes" | "dense" | "disableGutters" | "disableRipple" | "disableTouchRipple" | "disabled" | "divider" | "focusRipple" | "focusVisibleClassName" | "nativeButton" | "onFocusVisible" | "selected" | "style" | "sx" | "tabIndex" | "touchRippleRef" | "type"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
4
4
  type DigitalClockComponent = ((props: DigitalClockProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
5
5
  propTypes?: any;
6
6
  };
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { DigitalClockProps } from "./DigitalClock.types.js";
3
- export declare const DigitalClockItem: import("@emotion/styled").StyledComponent<import("@mui/material/MenuItem").MenuItemOwnProps & Omit<import("@mui/material/ButtonBase").ButtonBaseOwnProps, keyof import("@mui/material/MenuItem").MenuItemOwnProps> & Omit<import("@mui/material/ButtonBase").ButtonBaseOwnProps, "tabIndex" | "children" | "type" | "nativeButton" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | keyof import("@mui/material/MenuItem").MenuItemOwnProps> & import("@mui/material/OverridableComponent").CommonProps & Omit<React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "disabled" | "autoFocus" | "dense" | "style" | "tabIndex" | "className" | "children" | "classes" | "type" | "sx" | "disableGutters" | "divider" | "nativeButton" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
3
+ export declare const DigitalClockItem: import("@emotion/styled").StyledComponent<import("@mui/material/MenuItem").MenuItemOwnProps & Omit<import("@mui/material/ButtonBase").ButtonBaseOwnProps, keyof import("@mui/material/MenuItem").MenuItemOwnProps> & Omit<import("@mui/material/ButtonBase").ButtonBaseOwnProps, "LinkComponent" | "TouchRippleProps" | "action" | "centerRipple" | "children" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "nativeButton" | "onFocusVisible" | "tabIndex" | "touchRippleRef" | "type" | keyof import("@mui/material/MenuItem").MenuItemOwnProps> & import("@mui/material/OverridableComponent").CommonProps & Omit<React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "LinkComponent" | "TouchRippleProps" | "action" | "autoFocus" | "centerRipple" | "children" | "className" | "classes" | "dense" | "disableGutters" | "disableRipple" | "disableTouchRipple" | "disabled" | "divider" | "focusRipple" | "focusVisibleClassName" | "nativeButton" | "onFocusVisible" | "selected" | "style" | "sx" | "tabIndex" | "touchRippleRef" | "type"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
4
4
  type DigitalClockComponent = ((props: DigitalClockProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
5
5
  propTypes?: any;
6
6
  };
@@ -22,8 +22,5 @@ export interface PickersActionBarProps extends DialogActionsProps {
22
22
  * - [PickersActionBar API](https://mui.com/x/api/date-pickers/pickers-action-bar/)
23
23
  */
24
24
  declare function PickersActionBarComponent(props: PickersActionBarProps): React.JSX.Element | null;
25
- declare namespace PickersActionBarComponent {
26
- var propTypes: any;
27
- }
28
25
  declare const PickersActionBar: React.MemoExoticComponent<typeof PickersActionBarComponent>;
29
26
  export { PickersActionBar };
@@ -22,8 +22,5 @@ export interface PickersActionBarProps extends DialogActionsProps {
22
22
  * - [PickersActionBar API](https://mui.com/x/api/date-pickers/pickers-action-bar/)
23
23
  */
24
24
  declare function PickersActionBarComponent(props: PickersActionBarProps): React.JSX.Element | null;
25
- declare namespace PickersActionBarComponent {
26
- var propTypes: any;
27
- }
28
25
  declare const PickersActionBar: React.MemoExoticComponent<typeof PickersActionBarComponent>;
29
26
  export { PickersActionBar };
@@ -3,10 +3,10 @@ import type { PickerLayoutOwnerState, PickersLayoutProps } from "./PickersLayout
3
3
  import type { PickerValidValue } from "../internals/models/index.mjs";
4
4
  export declare const PickersLayoutRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
5
5
  ownerState: PickerLayoutOwnerState;
6
- }, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.HTMLAttributes<HTMLDivElement> | keyof React.ClassAttributes<HTMLDivElement>>, {}>;
6
+ }, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}>;
7
7
  export declare const PickersLayoutContentWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
8
8
  ownerState: PickerLayoutOwnerState;
9
- }, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.HTMLAttributes<HTMLDivElement> | keyof React.ClassAttributes<HTMLDivElement>>, {}>;
9
+ }, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}>;
10
10
  type PickersLayoutComponent = (<TValue extends PickerValidValue>(props: PickersLayoutProps<TValue> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
11
11
  propTypes?: any;
12
12
  };
@@ -3,10 +3,10 @@ import type { PickerLayoutOwnerState, PickersLayoutProps } from "./PickersLayout
3
3
  import type { PickerValidValue } from "../internals/models/index.js";
4
4
  export declare const PickersLayoutRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
5
5
  ownerState: PickerLayoutOwnerState;
6
- }, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.HTMLAttributes<HTMLDivElement> | keyof React.ClassAttributes<HTMLDivElement>>, {}>;
6
+ }, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}>;
7
7
  export declare const PickersLayoutContentWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
8
8
  ownerState: PickerLayoutOwnerState;
9
- }, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.HTMLAttributes<HTMLDivElement> | keyof React.ClassAttributes<HTMLDivElement>>, {}>;
9
+ }, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}>;
10
10
  type PickersLayoutComponent = (<TValue extends PickerValidValue>(props: PickersLayoutProps<TValue> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
11
11
  propTypes?: any;
12
12
  };
@@ -1,6 +1,6 @@
1
1
  import type * as React from 'react';
2
2
  import type { SxProps, Theme } from '@mui/material/styles';
3
- import type { SlotComponentProps } from '@mui/utils/types';
3
+ import type { SlotComponentProps, WithDataAttributes } from '@mui/utils/types';
4
4
  import type { PickersActionBar, PickersActionBarProps } from "../PickersActionBar/index.mjs";
5
5
  import type { BaseToolbarProps, ExportedBaseToolbarProps } from "../internals/models/props/toolbar.mjs";
6
6
  import type { ExportedBaseTabsProps } from "../internals/models/props/tabs.mjs";
@@ -51,7 +51,7 @@ export interface ExportedPickersLayoutSlotProps<TValue extends PickerValidValue>
51
51
  /**
52
52
  * Props passed down to the layoutRoot component.
53
53
  */
54
- layout?: Partial<PickersLayoutProps<TValue>>;
54
+ layout?: WithDataAttributes<Partial<PickersLayoutProps<TValue>>>;
55
55
  }
56
56
  export interface PickersLayoutSlots<TValue extends PickerValidValue> extends ExportedPickersLayoutSlots<TValue> {
57
57
  /**
@@ -68,11 +68,11 @@ export interface PickersLayoutSlotProps<TValue extends PickerValidValue> extends
68
68
  /**
69
69
  * Props passed down to the tabs component.
70
70
  */
71
- tabs?: ExportedBaseTabsProps;
71
+ tabs?: WithDataAttributes<ExportedBaseTabsProps>;
72
72
  /**
73
73
  * Props passed down to the toolbar component.
74
74
  */
75
- toolbar?: ExportedBaseToolbarProps;
75
+ toolbar?: WithDataAttributes<ExportedBaseToolbarProps>;
76
76
  }
77
77
  export interface PickersLayoutProps<TValue extends PickerValidValue> extends Omit<React.HTMLAttributes<HTMLDivElement>, 'children' | 'className'> {
78
78
  className?: string;
@@ -1,6 +1,6 @@
1
1
  import type * as React from 'react';
2
2
  import type { SxProps, Theme } from '@mui/material/styles';
3
- import type { SlotComponentProps } from '@mui/utils/types';
3
+ import type { SlotComponentProps, WithDataAttributes } from '@mui/utils/types';
4
4
  import type { PickersActionBar, PickersActionBarProps } from "../PickersActionBar/index.js";
5
5
  import type { BaseToolbarProps, ExportedBaseToolbarProps } from "../internals/models/props/toolbar.js";
6
6
  import type { ExportedBaseTabsProps } from "../internals/models/props/tabs.js";
@@ -51,7 +51,7 @@ export interface ExportedPickersLayoutSlotProps<TValue extends PickerValidValue>
51
51
  /**
52
52
  * Props passed down to the layoutRoot component.
53
53
  */
54
- layout?: Partial<PickersLayoutProps<TValue>>;
54
+ layout?: WithDataAttributes<Partial<PickersLayoutProps<TValue>>>;
55
55
  }
56
56
  export interface PickersLayoutSlots<TValue extends PickerValidValue> extends ExportedPickersLayoutSlots<TValue> {
57
57
  /**
@@ -68,11 +68,11 @@ export interface PickersLayoutSlotProps<TValue extends PickerValidValue> extends
68
68
  /**
69
69
  * Props passed down to the tabs component.
70
70
  */
71
- tabs?: ExportedBaseTabsProps;
71
+ tabs?: WithDataAttributes<ExportedBaseTabsProps>;
72
72
  /**
73
73
  * Props passed down to the toolbar component.
74
74
  */
75
- toolbar?: ExportedBaseToolbarProps;
75
+ toolbar?: WithDataAttributes<ExportedBaseToolbarProps>;
76
76
  }
77
77
  export interface PickersLayoutProps<TValue extends PickerValidValue> extends Omit<React.HTMLAttributes<HTMLDivElement>, 'children' | 'className'> {
78
78
  className?: string;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { PickersSectionListProps } from "./PickersSectionList.types.mjs";
3
- export declare const PickersSectionListRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.HTMLAttributes<HTMLDivElement> | keyof React.ClassAttributes<HTMLDivElement>>, {}>;
3
+ export declare const PickersSectionListRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}>;
4
4
  export declare const PickersSectionListSection: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof React.ClassAttributes<HTMLSpanElement> | keyof React.HTMLAttributes<HTMLSpanElement>>, {}>;
5
5
  export declare const PickersSectionListSectionSeparator: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof React.ClassAttributes<HTMLSpanElement> | keyof React.HTMLAttributes<HTMLSpanElement>>, {}>;
6
6
  export declare const PickersSectionListSectionContent: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof React.ClassAttributes<HTMLSpanElement> | keyof React.HTMLAttributes<HTMLSpanElement>>, {}>;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { PickersSectionListProps } from "./PickersSectionList.types.js";
3
- export declare const PickersSectionListRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.HTMLAttributes<HTMLDivElement> | keyof React.ClassAttributes<HTMLDivElement>>, {}>;
3
+ export declare const PickersSectionListRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}>;
4
4
  export declare const PickersSectionListSection: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof React.ClassAttributes<HTMLSpanElement> | keyof React.HTMLAttributes<HTMLSpanElement>>, {}>;
5
5
  export declare const PickersSectionListSectionSeparator: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof React.ClassAttributes<HTMLSpanElement> | keyof React.HTMLAttributes<HTMLSpanElement>>, {}>;
6
6
  export declare const PickersSectionListSectionContent: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof React.ClassAttributes<HTMLSpanElement> | keyof React.HTMLAttributes<HTMLSpanElement>>, {}>;
@@ -6,20 +6,20 @@ export interface PickersFilledInputClasses extends PickersInputBaseClasses {
6
6
  export type PickersFilledInputClassKey = keyof PickersFilledInputClasses;
7
7
  export declare function getPickersFilledInputUtilityClass(slot: string): string;
8
8
  export declare const pickersFilledInputClasses: {
9
- root: string;
10
- input: string;
11
- underline: string;
12
- sectionContent: string;
9
+ activeBar: string;
10
+ adornedEnd: string;
11
+ adornedStart: string;
13
12
  disabled: string;
14
- readOnly: string;
15
- focused: string;
16
13
  error: string;
14
+ focused: string;
15
+ input: string;
17
16
  inputSizeSmall: string;
18
17
  notchedOutline: string;
19
- sectionsContainer: string;
20
- sectionBefore: string;
18
+ readOnly: string;
19
+ root: string;
21
20
  sectionAfter: string;
22
- adornedStart: string;
23
- adornedEnd: string;
24
- activeBar: string;
21
+ sectionBefore: string;
22
+ sectionContent: string;
23
+ sectionsContainer: string;
24
+ underline: string;
25
25
  };
@@ -6,20 +6,20 @@ export interface PickersFilledInputClasses extends PickersInputBaseClasses {
6
6
  export type PickersFilledInputClassKey = keyof PickersFilledInputClasses;
7
7
  export declare function getPickersFilledInputUtilityClass(slot: string): string;
8
8
  export declare const pickersFilledInputClasses: {
9
- root: string;
10
- input: string;
11
- underline: string;
12
- sectionContent: string;
9
+ activeBar: string;
10
+ adornedEnd: string;
11
+ adornedStart: string;
13
12
  disabled: string;
14
- readOnly: string;
15
- focused: string;
16
13
  error: string;
14
+ focused: string;
15
+ input: string;
17
16
  inputSizeSmall: string;
18
17
  notchedOutline: string;
19
- sectionsContainer: string;
20
- sectionBefore: string;
18
+ readOnly: string;
19
+ root: string;
21
20
  sectionAfter: string;
22
- adornedStart: string;
23
- adornedEnd: string;
24
- activeBar: string;
21
+ sectionBefore: string;
22
+ sectionContent: string;
23
+ sectionsContainer: string;
24
+ underline: string;
25
25
  };
@@ -6,20 +6,20 @@ export interface PickersInputClasses extends PickersInputBaseClasses {
6
6
  export type PickersInputClassKey = keyof PickersInputClasses;
7
7
  export declare function getPickersInputUtilityClass(slot: string): string;
8
8
  export declare const pickersInputClasses: {
9
- root: string;
10
- input: string;
11
- underline: string;
12
- sectionContent: string;
9
+ activeBar: string;
10
+ adornedEnd: string;
11
+ adornedStart: string;
13
12
  disabled: string;
14
- readOnly: string;
15
- focused: string;
16
13
  error: string;
14
+ focused: string;
15
+ input: string;
17
16
  inputSizeSmall: string;
18
17
  notchedOutline: string;
19
- sectionsContainer: string;
20
- sectionBefore: string;
18
+ readOnly: string;
19
+ root: string;
21
20
  sectionAfter: string;
22
- adornedStart: string;
23
- adornedEnd: string;
24
- activeBar: string;
21
+ sectionBefore: string;
22
+ sectionContent: string;
23
+ sectionsContainer: string;
24
+ underline: string;
25
25
  };