@mui/x-date-pickers-pro 8.17.0 → 8.18.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 (32) hide show
  1. package/CHANGELOG.md +100 -0
  2. package/DateRangeCalendar/DateRangeCalendar.js +1 -1
  3. package/DateRangePicker/DateRangePicker.js +8 -2
  4. package/DateRangePickerDay/DateRangePickerDay.js +1 -1
  5. package/DateTimeRangePicker/DateTimeRangePicker.js +8 -2
  6. package/DesktopDateRangePicker/DesktopDateRangePicker.js +8 -2
  7. package/DesktopDateTimeRangePicker/DesktopDateTimeRangePicker.js +8 -2
  8. package/DesktopTimeRangePicker/DesktopTimeRangePicker.js +8 -2
  9. package/MobileDateRangePicker/MobileDateRangePicker.js +8 -2
  10. package/MobileDateTimeRangePicker/MobileDateTimeRangePicker.js +8 -2
  11. package/MobileTimeRangePicker/MobileTimeRangePicker.js +8 -2
  12. package/StaticDateRangePicker/StaticDateRangePicker.js +8 -2
  13. package/TimeRangePicker/TimeRangePicker.js +8 -2
  14. package/esm/DateRangeCalendar/DateRangeCalendar.js +1 -1
  15. package/esm/DateRangePicker/DateRangePicker.js +8 -2
  16. package/esm/DateRangePickerDay/DateRangePickerDay.js +1 -1
  17. package/esm/DateTimeRangePicker/DateTimeRangePicker.js +8 -2
  18. package/esm/DesktopDateRangePicker/DesktopDateRangePicker.js +8 -2
  19. package/esm/DesktopDateTimeRangePicker/DesktopDateTimeRangePicker.js +8 -2
  20. package/esm/DesktopTimeRangePicker/DesktopTimeRangePicker.js +8 -2
  21. package/esm/MobileDateRangePicker/MobileDateRangePicker.js +8 -2
  22. package/esm/MobileDateTimeRangePicker/MobileDateTimeRangePicker.js +8 -2
  23. package/esm/MobileTimeRangePicker/MobileTimeRangePicker.js +8 -2
  24. package/esm/StaticDateRangePicker/StaticDateRangePicker.js +8 -2
  25. package/esm/TimeRangePicker/TimeRangePicker.js +8 -2
  26. package/esm/index.js +1 -1
  27. package/esm/internals/hooks/useDesktopRangePicker/useDesktopRangePicker.js +1 -1
  28. package/esm/internals/hooks/useMobileRangePicker/useMobileRangePicker.js +1 -1
  29. package/index.js +1 -1
  30. package/internals/hooks/useDesktopRangePicker/useDesktopRangePicker.js +1 -1
  31. package/internals/hooks/useMobileRangePicker/useMobileRangePicker.js +1 -1
  32. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -5,6 +5,106 @@
5
5
  All notable changes to this project will be documented in this file.
6
6
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7
7
 
8
+ ## 8.18.0
9
+
10
+ <!-- generated comparing v8.17.0..master -->
11
+
12
+ _Nov 13, 2025_
13
+
14
+ We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:
15
+
16
+ - Add `barLabelPlacement` property to customize the bar label position in bar charts, enabling labels to be placed above bars.
17
+
18
+ ![image](https://github.com/user-attachments/assets/4bc3a75b-74b8-4c6d-896b-5f5bf837bcda)
19
+
20
+ - Add `source` property to the date/time picker lifecycle and event handler context, enabling clearer differentiation between changes initiated by the picker UI and those from direct field input.
21
+ - 🐞 Bugfixes
22
+ - 📚 Documentation improvements
23
+
24
+ Special thanks go out to these community members for their valuable contributions:
25
+ @htollefsen, @sai6855, @Sigdriv
26
+
27
+ The following team members contributed to this release:
28
+ @arminmeh, @bernardobelchior, @brijeshb42, @cherniavskii, @flaviendelangle, @JCQuintas, @michelengelen, @noraleonte, @prakhargupta1, @rita-codes, @siriwatknp
29
+
30
+ ### Data Grid
31
+
32
+ #### `@mui/x-data-grid@8.18.0`
33
+
34
+ - [DataGrid] Allow default event in the column action cell item click event handler (#20272) @arminmeh
35
+ - [DataGrid] Remove unnecessary generic from `useGridApiRef` (#20277) @cherniavskii
36
+
37
+ #### `@mui/x-data-grid-pro@8.18.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
38
+
39
+ Same changes as in `@mui/x-data-grid@8.18.0`.
40
+
41
+ #### `@mui/x-data-grid-premium@8.18.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
42
+
43
+ Same changes as in `@mui/x-data-grid-pro@8.18.0`, plus:
44
+
45
+ - [DataGridPremium] Return the correct `cellParams` value from the aggregation cells (#20224) @arminmeh
46
+
47
+ ### Date and Time Pickers
48
+
49
+ #### `@mui/x-date-pickers@8.18.0`
50
+
51
+ - [pickers] Keep invalid date state consistent (#20040) @michelengelen
52
+ - [pickers] Adds new `source` property to `onChange` and `onAccept` context object (#20234) @michelengelen
53
+
54
+ #### `@mui/x-date-pickers-pro@8.18.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
55
+
56
+ Same changes as in `@mui/x-date-pickers@8.18.0`.
57
+
58
+ ### Charts
59
+
60
+ #### `@mui/x-charts@8.18.0`
61
+
62
+ - [charts] Add prop for positioning a bar label (#20194) @Sigdriv
63
+ - [charts] Fix applying dark mode styles in `ChartAxisZoomSliderThumb` (#20232) @sai6855
64
+
65
+ #### `@mui/x-charts-pro@8.18.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
66
+
67
+ Same changes as in `@mui/x-charts@8.18.0`, plus:
68
+
69
+ - [charts-pro] Allow specifying Content Security Policy nonce on export (#20053) @bernardobelchior
70
+ - [charts-pro] Fix applying dark mode styles to slider (#20220) @sai6855
71
+ - [charts-pro] Sankey should respect node order (#20065) @JCQuintas
72
+
73
+ #### `@mui/x-charts-premium@8.18.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
74
+
75
+ Same changes as in `@mui/x-charts-pro@8.18.0`.
76
+
77
+ ### Tree View
78
+
79
+ #### `@mui/x-tree-view@8.18.0`
80
+
81
+ - [tree view] Prepare tests for the new store structure (#20225) @flaviendelangle
82
+ - [tree view] Prepare the item plugin files for the store migration (#20240) @flaviendelangle
83
+ - [tree view] Use `TreeItemId` type instead of raw string (#20233) @flaviendelangle
84
+
85
+ #### `@mui/x-tree-view-pro@8.18.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
86
+
87
+ Same changes as in `@mui/x-tree-view@8.18.0`.
88
+
89
+ ### Codemod
90
+
91
+ #### `@mui/x-codemod@8.18.0`
92
+
93
+ Internal changes.
94
+
95
+ ### Docs
96
+
97
+ - [charts] Add a demo for a custom tick label (#20073) @prakhargupta1
98
+ - [charts] Create `useAxes()` hook documentation page (#20229) @JCQuintas
99
+ - [charts] Fix logo alignment (#20228) @JCQuintas
100
+ - [charts] Fixes typo in import example (#20236) @htollefsen
101
+ - [Data Grid] Add recipe for cursor pagination with data source (#19700) @siriwatknp
102
+ - [Data Grid] Add a demo for pinned rows aggregation (#20198) @cherniavskii
103
+
104
+ ### Core
105
+
106
+ - [docs-infra] Use deployment config from docs-infra package (#20243) @brijeshb42
107
+
8
108
  ## 8.17.0
9
109
 
10
110
  _Nov 5, 2025_
@@ -37,7 +37,7 @@ var _DateRangePickerDay2 = require("../DateRangePickerDay2");
37
37
  var _jsxRuntime = require("react/jsx-runtime");
38
38
  const _excluded = ["value", "defaultValue", "referenceDate", "onChange", "className", "classes", "disableFuture", "disablePast", "minDate", "maxDate", "shouldDisableDate", "reduceAnimations", "onMonthChange", "rangePosition", "defaultRangePosition", "onRangePositionChange", "calendars", "currentMonthCalendarPosition", "slots", "slotProps", "loading", "renderLoading", "disableHighlightToday", "focusedView", "onFocusedViewChange", "readOnly", "disabled", "showDaysOutsideCurrentMonth", "dayOfWeekFormatter", "disableAutoMonthSwitching", "autoFocus", "fixedWeekNumber", "disableDragEditing", "displayWeekNumber", "timezone", "availableRangePositions", "views", "view", "openTo", "onViewChange"],
39
39
  _excluded2 = ["isDragging", "rangeDragDay", "draggingDatePosition"];
40
- const releaseInfo = "MTc2MjMwMDgwMDAwMA==";
40
+ const releaseInfo = "MTc2Mjk5MjAwMDAwMA==";
41
41
  const DateRangeCalendarRoot = (0, _styles.styled)('div', {
42
42
  name: 'MuiDateRangeCalendar',
43
43
  slot: 'Root'
@@ -204,7 +204,10 @@ process.env.NODE_ENV !== "production" ? DateRangePicker.propTypes = {
204
204
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
205
205
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
206
206
  * @param {TValue} value The value that was just accepted.
207
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
207
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
208
+ * - `validationError`: validation result of the current value
209
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
210
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
208
211
  */
209
212
  onAccept: _propTypes.default.func,
210
213
  /**
@@ -212,7 +215,10 @@ process.env.NODE_ENV !== "production" ? DateRangePicker.propTypes = {
212
215
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
213
216
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
214
217
  * @param {TValue} value The new value.
215
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
218
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
219
+ * - `validationError`: validation result of the current value
220
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
221
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
216
222
  */
217
223
  onChange: _propTypes.default.func,
218
224
  /**
@@ -235,7 +235,7 @@ const DateRangePickerDayRaw = /*#__PURE__*/React.forwardRef(function DateRangePi
235
235
  showDaysOutsideCurrentMonth
236
236
  } = props,
237
237
  other = (0, _objectWithoutPropertiesLoose2.default)(props, _excluded);
238
- (0, _xLicense.useLicenseVerifier)('x-date-pickers-pro', "MTc2MjMwMDgwMDAwMA==");
238
+ (0, _xLicense.useLicenseVerifier)('x-date-pickers-pro', "MTc2Mjk5MjAwMDAwMA==");
239
239
  const adapter = (0, _hooks.usePickerAdapter)();
240
240
  const shouldRenderHighlight = isHighlighting && !outsideCurrentMonth;
241
241
  const shouldRenderPreview = isPreviewing && !outsideCurrentMonth;
@@ -237,7 +237,10 @@ process.env.NODE_ENV !== "production" ? DateTimeRangePicker.propTypes = {
237
237
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
238
238
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
239
239
  * @param {TValue} value The value that was just accepted.
240
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
240
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
241
+ * - `validationError`: validation result of the current value
242
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
243
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
241
244
  */
242
245
  onAccept: _propTypes.default.func,
243
246
  /**
@@ -245,7 +248,10 @@ process.env.NODE_ENV !== "production" ? DateTimeRangePicker.propTypes = {
245
248
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
246
249
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
247
250
  * @param {TValue} value The new value.
248
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
251
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
252
+ * - `validationError`: validation result of the current value
253
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
254
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
249
255
  */
250
256
  onChange: _propTypes.default.func,
251
257
  /**
@@ -214,7 +214,10 @@ DesktopDateRangePicker.propTypes = {
214
214
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
215
215
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
216
216
  * @param {TValue} value The value that was just accepted.
217
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
217
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
218
+ * - `validationError`: validation result of the current value
219
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
220
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
218
221
  */
219
222
  onAccept: _propTypes.default.func,
220
223
  /**
@@ -222,7 +225,10 @@ DesktopDateRangePicker.propTypes = {
222
225
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
223
226
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
224
227
  * @param {TValue} value The new value.
225
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
228
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
229
+ * - `validationError`: validation result of the current value
230
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
231
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
226
232
  */
227
233
  onChange: _propTypes.default.func,
228
234
  /**
@@ -334,7 +334,10 @@ DesktopDateTimeRangePicker.propTypes = {
334
334
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
335
335
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
336
336
  * @param {TValue} value The value that was just accepted.
337
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
337
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
338
+ * - `validationError`: validation result of the current value
339
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
340
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
338
341
  */
339
342
  onAccept: _propTypes.default.func,
340
343
  /**
@@ -342,7 +345,10 @@ DesktopDateTimeRangePicker.propTypes = {
342
345
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
343
346
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
344
347
  * @param {TValue} value The new value.
345
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
348
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
349
+ * - `validationError`: validation result of the current value
350
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
351
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
346
352
  */
347
353
  onChange: _propTypes.default.func,
348
354
  /**
@@ -240,7 +240,10 @@ DesktopTimeRangePicker.propTypes = {
240
240
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
241
241
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
242
242
  * @param {TValue} value The value that was just accepted.
243
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
243
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
244
+ * - `validationError`: validation result of the current value
245
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
246
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
244
247
  */
245
248
  onAccept: _propTypes.default.func,
246
249
  /**
@@ -248,7 +251,10 @@ DesktopTimeRangePicker.propTypes = {
248
251
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
249
252
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
250
253
  * @param {TValue} value The new value.
251
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
254
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
255
+ * - `validationError`: validation result of the current value
256
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
257
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
252
258
  */
253
259
  onChange: _propTypes.default.func,
254
260
  /**
@@ -211,7 +211,10 @@ MobileDateRangePicker.propTypes = {
211
211
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
212
212
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
213
213
  * @param {TValue} value The value that was just accepted.
214
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
214
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
215
+ * - `validationError`: validation result of the current value
216
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
217
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
215
218
  */
216
219
  onAccept: _propTypes.default.func,
217
220
  /**
@@ -219,7 +222,10 @@ MobileDateRangePicker.propTypes = {
219
222
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
220
223
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
221
224
  * @param {TValue} value The new value.
222
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
225
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
226
+ * - `validationError`: validation result of the current value
227
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
228
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
223
229
  */
224
230
  onChange: _propTypes.default.func,
225
231
  /**
@@ -334,7 +334,10 @@ MobileDateTimeRangePicker.propTypes = {
334
334
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
335
335
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
336
336
  * @param {TValue} value The value that was just accepted.
337
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
337
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
338
+ * - `validationError`: validation result of the current value
339
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
340
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
338
341
  */
339
342
  onAccept: _propTypes.default.func,
340
343
  /**
@@ -342,7 +345,10 @@ MobileDateTimeRangePicker.propTypes = {
342
345
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
343
346
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
344
347
  * @param {TValue} value The new value.
345
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
348
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
349
+ * - `validationError`: validation result of the current value
350
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
351
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
346
352
  */
347
353
  onChange: _propTypes.default.func,
348
354
  /**
@@ -228,7 +228,10 @@ MobileTimeRangePicker.propTypes = {
228
228
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
229
229
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
230
230
  * @param {TValue} value The value that was just accepted.
231
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
231
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
232
+ * - `validationError`: validation result of the current value
233
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
234
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
232
235
  */
233
236
  onAccept: _propTypes.default.func,
234
237
  /**
@@ -236,7 +239,10 @@ MobileTimeRangePicker.propTypes = {
236
239
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
237
240
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
238
241
  * @param {TValue} value The new value.
239
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
242
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
243
+ * - `validationError`: validation result of the current value
244
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
245
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
240
246
  */
241
247
  onChange: _propTypes.default.func,
242
248
  /**
@@ -170,7 +170,10 @@ StaticDateRangePicker.propTypes = {
170
170
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
171
171
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
172
172
  * @param {TValue} value The value that was just accepted.
173
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
173
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
174
+ * - `validationError`: validation result of the current value
175
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
176
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
174
177
  */
175
178
  onAccept: _propTypes.default.func,
176
179
  /**
@@ -178,7 +181,10 @@ StaticDateRangePicker.propTypes = {
178
181
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
179
182
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
180
183
  * @param {TValue} value The new value.
181
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
184
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
185
+ * - `validationError`: validation result of the current value
186
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
187
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
182
188
  */
183
189
  onChange: _propTypes.default.func,
184
190
  /**
@@ -172,7 +172,10 @@ process.env.NODE_ENV !== "production" ? TimeRangePicker.propTypes = {
172
172
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
173
173
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
174
174
  * @param {TValue} value The value that was just accepted.
175
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
175
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
176
+ * - `validationError`: validation result of the current value
177
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
178
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
176
179
  */
177
180
  onAccept: _propTypes.default.func,
178
181
  /**
@@ -180,7 +183,10 @@ process.env.NODE_ENV !== "production" ? TimeRangePicker.propTypes = {
180
183
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
181
184
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
182
185
  * @param {TValue} value The new value.
183
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
186
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
187
+ * - `validationError`: validation result of the current value
188
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
189
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
184
190
  */
185
191
  onChange: _propTypes.default.func,
186
192
  /**
@@ -30,7 +30,7 @@ import { PickersRangeCalendarHeader } from "../PickersRangeCalendarHeader/index.
30
30
  import { useNullablePickerRangePositionContext } from "../internals/hooks/useNullablePickerRangePositionContext.js";
31
31
  import { dateRangePickerDay2Classes } from "../DateRangePickerDay2/index.js";
32
32
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
33
- const releaseInfo = "MTc2MjMwMDgwMDAwMA==";
33
+ const releaseInfo = "MTc2Mjk5MjAwMDAwMA==";
34
34
  const DateRangeCalendarRoot = styled('div', {
35
35
  name: 'MuiDateRangeCalendar',
36
36
  slot: 'Root'
@@ -197,7 +197,10 @@ process.env.NODE_ENV !== "production" ? DateRangePicker.propTypes = {
197
197
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
198
198
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
199
199
  * @param {TValue} value The value that was just accepted.
200
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
200
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
201
+ * - `validationError`: validation result of the current value
202
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
203
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
201
204
  */
202
205
  onAccept: PropTypes.func,
203
206
  /**
@@ -205,7 +208,10 @@ process.env.NODE_ENV !== "production" ? DateRangePicker.propTypes = {
205
208
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
206
209
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
207
210
  * @param {TValue} value The new value.
208
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
211
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
212
+ * - `validationError`: validation result of the current value
213
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
214
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
209
215
  */
210
216
  onChange: PropTypes.func,
211
217
  /**
@@ -228,7 +228,7 @@ const DateRangePickerDayRaw = /*#__PURE__*/React.forwardRef(function DateRangePi
228
228
  showDaysOutsideCurrentMonth
229
229
  } = props,
230
230
  other = _objectWithoutPropertiesLoose(props, _excluded);
231
- useLicenseVerifier('x-date-pickers-pro', "MTc2MjMwMDgwMDAwMA==");
231
+ useLicenseVerifier('x-date-pickers-pro', "MTc2Mjk5MjAwMDAwMA==");
232
232
  const adapter = usePickerAdapter();
233
233
  const shouldRenderHighlight = isHighlighting && !outsideCurrentMonth;
234
234
  const shouldRenderPreview = isPreviewing && !outsideCurrentMonth;
@@ -230,7 +230,10 @@ process.env.NODE_ENV !== "production" ? DateTimeRangePicker.propTypes = {
230
230
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
231
231
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
232
232
  * @param {TValue} value The value that was just accepted.
233
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
233
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
234
+ * - `validationError`: validation result of the current value
235
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
236
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
234
237
  */
235
238
  onAccept: PropTypes.func,
236
239
  /**
@@ -238,7 +241,10 @@ process.env.NODE_ENV !== "production" ? DateTimeRangePicker.propTypes = {
238
241
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
239
242
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
240
243
  * @param {TValue} value The new value.
241
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
244
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
245
+ * - `validationError`: validation result of the current value
246
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
247
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
242
248
  */
243
249
  onChange: PropTypes.func,
244
250
  /**
@@ -207,7 +207,10 @@ DesktopDateRangePicker.propTypes = {
207
207
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
208
208
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
209
209
  * @param {TValue} value The value that was just accepted.
210
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
210
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
211
+ * - `validationError`: validation result of the current value
212
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
213
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
211
214
  */
212
215
  onAccept: PropTypes.func,
213
216
  /**
@@ -215,7 +218,10 @@ DesktopDateRangePicker.propTypes = {
215
218
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
216
219
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
217
220
  * @param {TValue} value The new value.
218
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
221
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
222
+ * - `validationError`: validation result of the current value
223
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
224
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
219
225
  */
220
226
  onChange: PropTypes.func,
221
227
  /**
@@ -327,7 +327,10 @@ DesktopDateTimeRangePicker.propTypes = {
327
327
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
328
328
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
329
329
  * @param {TValue} value The value that was just accepted.
330
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
330
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
331
+ * - `validationError`: validation result of the current value
332
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
333
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
331
334
  */
332
335
  onAccept: PropTypes.func,
333
336
  /**
@@ -335,7 +338,10 @@ DesktopDateTimeRangePicker.propTypes = {
335
338
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
336
339
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
337
340
  * @param {TValue} value The new value.
338
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
341
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
342
+ * - `validationError`: validation result of the current value
343
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
344
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
339
345
  */
340
346
  onChange: PropTypes.func,
341
347
  /**
@@ -233,7 +233,10 @@ DesktopTimeRangePicker.propTypes = {
233
233
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
234
234
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
235
235
  * @param {TValue} value The value that was just accepted.
236
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
236
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
237
+ * - `validationError`: validation result of the current value
238
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
239
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
237
240
  */
238
241
  onAccept: PropTypes.func,
239
242
  /**
@@ -241,7 +244,10 @@ DesktopTimeRangePicker.propTypes = {
241
244
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
242
245
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
243
246
  * @param {TValue} value The new value.
244
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
247
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
248
+ * - `validationError`: validation result of the current value
249
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
250
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
245
251
  */
246
252
  onChange: PropTypes.func,
247
253
  /**
@@ -204,7 +204,10 @@ MobileDateRangePicker.propTypes = {
204
204
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
205
205
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
206
206
  * @param {TValue} value The value that was just accepted.
207
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
207
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
208
+ * - `validationError`: validation result of the current value
209
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
210
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
208
211
  */
209
212
  onAccept: PropTypes.func,
210
213
  /**
@@ -212,7 +215,10 @@ MobileDateRangePicker.propTypes = {
212
215
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
213
216
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
214
217
  * @param {TValue} value The new value.
215
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
218
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
219
+ * - `validationError`: validation result of the current value
220
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
221
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
216
222
  */
217
223
  onChange: PropTypes.func,
218
224
  /**
@@ -327,7 +327,10 @@ MobileDateTimeRangePicker.propTypes = {
327
327
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
328
328
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
329
329
  * @param {TValue} value The value that was just accepted.
330
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
330
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
331
+ * - `validationError`: validation result of the current value
332
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
333
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
331
334
  */
332
335
  onAccept: PropTypes.func,
333
336
  /**
@@ -335,7 +338,10 @@ MobileDateTimeRangePicker.propTypes = {
335
338
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
336
339
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
337
340
  * @param {TValue} value The new value.
338
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
341
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
342
+ * - `validationError`: validation result of the current value
343
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
344
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
339
345
  */
340
346
  onChange: PropTypes.func,
341
347
  /**
@@ -221,7 +221,10 @@ MobileTimeRangePicker.propTypes = {
221
221
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
222
222
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
223
223
  * @param {TValue} value The value that was just accepted.
224
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
224
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
225
+ * - `validationError`: validation result of the current value
226
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
227
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
225
228
  */
226
229
  onAccept: PropTypes.func,
227
230
  /**
@@ -229,7 +232,10 @@ MobileTimeRangePicker.propTypes = {
229
232
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
230
233
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
231
234
  * @param {TValue} value The new value.
232
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
235
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
236
+ * - `validationError`: validation result of the current value
237
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
238
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
233
239
  */
234
240
  onChange: PropTypes.func,
235
241
  /**
@@ -163,7 +163,10 @@ StaticDateRangePicker.propTypes = {
163
163
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
164
164
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
165
165
  * @param {TValue} value The value that was just accepted.
166
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
166
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
167
+ * - `validationError`: validation result of the current value
168
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
169
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
167
170
  */
168
171
  onAccept: PropTypes.func,
169
172
  /**
@@ -171,7 +174,10 @@ StaticDateRangePicker.propTypes = {
171
174
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
172
175
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
173
176
  * @param {TValue} value The new value.
174
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
177
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
178
+ * - `validationError`: validation result of the current value
179
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
180
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
175
181
  */
176
182
  onChange: PropTypes.func,
177
183
  /**
@@ -165,7 +165,10 @@ process.env.NODE_ENV !== "production" ? TimeRangePicker.propTypes = {
165
165
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
166
166
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
167
167
  * @param {TValue} value The value that was just accepted.
168
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
168
+ * @param {FieldChangeHandlerContext<TError>} context Context about this acceptance:
169
+ * - `validationError`: validation result of the current value
170
+ * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown'
171
+ * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection
169
172
  */
170
173
  onAccept: PropTypes.func,
171
174
  /**
@@ -173,7 +176,10 @@ process.env.NODE_ENV !== "production" ? TimeRangePicker.propTypes = {
173
176
  * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
174
177
  * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
175
178
  * @param {TValue} value The new value.
176
- * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
179
+ * @param {FieldChangeHandlerContext<TError>} context Context about this change:
180
+ * - `validationError`: validation result of the current value
181
+ * - `source`: source of the change. One of 'field' | 'view' | 'unknown'
182
+ * - `shortcut` (optional): the shortcut metadata if the change was triggered by a shortcut selection
177
183
  */
178
184
  onChange: PropTypes.func,
179
185
  /**
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers-pro v8.17.0
2
+ * @mui/x-date-pickers-pro v8.18.0
3
3
  *
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  * This source code is licensed under the SEE LICENSE IN LICENSE license found in the
@@ -18,7 +18,7 @@ export const useDesktopRangePicker = _ref => {
18
18
  steps
19
19
  } = _ref,
20
20
  pickerParams = _objectWithoutPropertiesLoose(_ref, _excluded);
21
- useLicenseVerifier('x-date-pickers-pro', "MTc2MjMwMDgwMDAwMA==");
21
+ useLicenseVerifier('x-date-pickers-pro', "MTc2Mjk5MjAwMDAwMA==");
22
22
  const {
23
23
  slots,
24
24
  slotProps,
@@ -20,7 +20,7 @@ export const useMobileRangePicker = _ref => {
20
20
  steps
21
21
  } = _ref,
22
22
  pickerParams = _objectWithoutPropertiesLoose(_ref, _excluded);
23
- useLicenseVerifier('x-date-pickers-pro', "MTc2MjMwMDgwMDAwMA==");
23
+ useLicenseVerifier('x-date-pickers-pro', "MTc2Mjk5MjAwMDAwMA==");
24
24
  const {
25
25
  slots,
26
26
  slotProps: innerSlotProps,
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers-pro v8.17.0
2
+ * @mui/x-date-pickers-pro v8.18.0
3
3
  *
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  * This source code is licensed under the SEE LICENSE IN LICENSE license found in the
@@ -25,7 +25,7 @@ const useDesktopRangePicker = _ref => {
25
25
  steps
26
26
  } = _ref,
27
27
  pickerParams = (0, _objectWithoutPropertiesLoose2.default)(_ref, _excluded);
28
- (0, _xLicense.useLicenseVerifier)('x-date-pickers-pro', "MTc2MjMwMDgwMDAwMA==");
28
+ (0, _xLicense.useLicenseVerifier)('x-date-pickers-pro', "MTc2Mjk5MjAwMDAwMA==");
29
29
  const {
30
30
  slots,
31
31
  slotProps,
@@ -27,7 +27,7 @@ const useMobileRangePicker = _ref => {
27
27
  steps
28
28
  } = _ref,
29
29
  pickerParams = (0, _objectWithoutPropertiesLoose2.default)(_ref, _excluded);
30
- (0, _xLicense.useLicenseVerifier)('x-date-pickers-pro', "MTc2MjMwMDgwMDAwMA==");
30
+ (0, _xLicense.useLicenseVerifier)('x-date-pickers-pro', "MTc2Mjk5MjAwMDAwMA==");
31
31
  const {
32
32
  slots,
33
33
  slotProps: innerSlotProps,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-date-pickers-pro",
3
- "version": "8.17.0",
3
+ "version": "8.18.0",
4
4
  "author": "MUI Team",
5
5
  "description": "The Pro plan edition of the MUI X Date and Time Picker components.",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -31,13 +31,13 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.28.4",
34
- "@mui/utils": "^7.3.3",
34
+ "@mui/utils": "^7.3.5",
35
35
  "clsx": "^2.1.1",
36
36
  "prop-types": "^15.8.1",
37
37
  "react-transition-group": "^4.4.5",
38
- "@mui/x-date-pickers": "8.17.0",
39
- "@mui/x-internals": "8.17.0",
40
- "@mui/x-license": "8.17.0"
38
+ "@mui/x-internals": "8.18.0",
39
+ "@mui/x-date-pickers": "8.18.0",
40
+ "@mui/x-license": "8.18.0"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "@emotion/react": "^11.9.0",