@mui/x-date-pickers 9.3.0 → 9.5.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,301 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.5.0
4
+
5
+ _Jun 11, 2026_
6
+
7
+ We'd like to extend a big thank you to the 9 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - 🎁 New [`multiSelect` column type for Data Grid Pro](https://mui.com/x/react-data-grid/column-definition/#MultiSelectColumn)
10
+ - 🚀 New [renderer="svg-progressive"](https://mui.com/x/react-charts/scatter/#progressive-renderer) paints scatter points in batched frames so large datasets render smoothly without blocking the main thread.
11
+ - 🐞 Bugfixes
12
+ - 📚 Documentation improvements
13
+
14
+ Special thanks go out to community members @mustafajw07 and @Anexus5919 for their valuable contribution.
15
+
16
+ The following team members contributed to this release:
17
+ @alexfauquette, @JCQuintas, @rita-codes, @rluzists1, @sai6855, @siriwatknp, @arminmeh, @brijeshb42
18
+
19
+ ### Data Grid
20
+
21
+ #### `@mui/x-data-grid@9.5.0`
22
+
23
+ - [DataGrid] Restrict warning messages to non-production environments in various components (#22461) @sai6855
24
+ - [DataGrid] Prevent React state update before mount (#22374) @arminmeh
25
+
26
+ #### `@mui/x-data-grid-pro@9.5.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.5.0`, plus:
29
+
30
+ - [DataGridPro] Add new `multiSelect` column type (#21157) @siriwatknp
31
+
32
+ #### `@mui/x-data-grid-premium@9.5.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
33
+
34
+ Same changes as in `@mui/x-data-grid-pro@9.5.0`.
35
+
36
+ ### Date and Time Pickers
37
+
38
+ #### `@mui/x-date-pickers@9.5.0`
39
+
40
+ - [pickers] Fix missing export of `th-TH` (#22703) @alexfauquette
41
+
42
+ #### `@mui/x-date-pickers-pro@9.5.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
43
+
44
+ Same changes as in `@mui/x-date-pickers@9.5.0`.
45
+
46
+ ### Charts
47
+
48
+ #### `@mui/x-charts@9.5.0`
49
+
50
+ - [charts] Add `FocusedBar` component to `BarScatterComposition` demo (#22704) @sai6855
51
+ - [charts] Add dedicated Bubble Chart documentation page (#22688) @mustafajw07
52
+ - [charts] Add progressive scatter renderer (#22518) @JCQuintas
53
+ - [charts] Avoid full axis pipeline rebuild on resize (#22695) @JCQuintas
54
+ - [charts] Document focus indicator in composition page (#22712) @JCQuintas
55
+ - [charts] Fix `ChartsTooltip` `container` and `disablePortal` props being ignored (#22690) @JCQuintas
56
+ - [charts] Make ordinal scales O(1) to copy and re-range (#22691) @JCQuintas
57
+ - [charts] Stabilize WebGL bar rendering at sub-pixel widths (#22678) @JCQuintas
58
+ - [charts] Use the series config to define value types (#22693) @sai6855
59
+ - [charts] Decouple interaction hook from the cartesian zoom (#22708) @alexfauquette
60
+
61
+ #### `@mui/x-charts-pro@9.5.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
62
+
63
+ Same changes as in `@mui/x-charts@9.5.0`, plus:
64
+
65
+ - [charts-pro] Add missing focus highlight (#22689) @alexfauquette
66
+
67
+ #### `@mui/x-charts-premium@9.5.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
68
+
69
+ Same changes as in `@mui/x-charts-pro@9.5.0`, plus:
70
+
71
+ - [charts-premium] Set `Heatmap` WebGL render as stable (#22665) @alexfauquette
72
+ - [charts-premium] Stabilize candlestick charts (#22666) @alexfauquette
73
+ - [charts-premium] Stabilize the radial charts (#22655) @alexfauquette
74
+
75
+ ### Scheduler
76
+
77
+ #### `@mui/x-scheduler@9.0.0-beta.1`
78
+
79
+ Internal changes.
80
+
81
+ #### `@mui/x-scheduler-premium@9.0.0-beta.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
82
+
83
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.1`, plus:
84
+
85
+ - [scheduler] Remove dead CSS variable writes in `EventTimelinePremiumContent` (#22720) @rita-codes
86
+ - [scheduler] Show scope dialog when deleting a recurring event (#22552) @Anexus5919
87
+
88
+ ### Core
89
+
90
+ - [docs-infra] Fix immutable cache headers for `/\_next/static` assets (#22747) @brijeshb42
91
+ - [docs-infra] Prefix `/\_next/static` cache header rule with `/x` basePath (#22748) @brijeshb42
92
+ - [code-infra] Update dependencies to resolve Dependabot security alerts (#22714) @Janpot
93
+
94
+ ### Docs
95
+
96
+ - [docs] Fix broken links checker crashing on 404 known-targets fetch (#22707) @sai6855
97
+ - [docs] Fix country data (#22716) @alexfauquette
98
+
99
+ ### Miscellaneous
100
+
101
+ - [legal] Update EULA links in docs (#22717) @rluzists1
102
+
103
+ ## 9.4.0
104
+
105
+ <!-- generated comparing v9.3.0..master -->
106
+
107
+ _Jun 4, 2026_
108
+
109
+ We'd like to extend a big thank you to the 21 contributors who made this release possible. Here are some highlights ✨:
110
+
111
+ - 🎉 Scheduler is now in Beta shipping with Timeline vitualization and lazy loading
112
+ - 📆 Implement Event Timeline virtualization (#22339)
113
+ - 🫧 Introduce bubble charts (#22537)
114
+ - 🐞 Bugfixes
115
+ - 📚 Documentation improvements
116
+
117
+ Special thanks go out to these community members for their valuable contributions:
118
+ @imxv, @mixelburg, @mustafajw07
119
+
120
+ The following team members contributed to this release:
121
+ @aemartos, @alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @flaviendelangle, @hasdfa, @Janpot, @JCQuintas, @joserodolfofreitas, @LukasTy, @MBilalShafi, @michelengelen, @mj12albert, @noraleonte, @oliviertassinari, @rita-codes, @romgrk, @sai6855
122
+
123
+ ### Data Grid
124
+
125
+ #### `@mui/x-data-grid@9.4.0`
126
+
127
+ - [DataGrid] Fix `avg` aggregation when the average is zero (#22652) @mj12albert
128
+ - [DataGrid] Inherit icon `fontSize` from `baseIconButton` size (#22187) @imxv
129
+ - [DataGrid] Fix `noRowsOverlay` flicker between `dataSource` re-fetches (#22465) @LukasTy
130
+
131
+ #### `@mui/x-data-grid-pro@9.4.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
132
+
133
+ Same changes as in `@mui/x-data-grid@9.4.0`.
134
+
135
+ #### `@mui/x-data-grid-premium@9.4.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
136
+
137
+ > This release includes a version bump of the `@mui/x-internal-exceljs-fork` package to address the vulnerable dependencies.
138
+ > The following CVEs are fixed:
139
+ >
140
+ > - <https://github.com/advisories/GHSA-ph9p-34f9-6g65>
141
+ > - <https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74>
142
+ > - <https://github.com/advisories/GHSA-w5hq-g745-h8pq>
143
+ >
144
+ > To make this security update possible, we bumped the `node` version requirement from `>=14.0.0` to `>=14.17.0`.
145
+ > [Node.js 14.17.0](https://nodejs.org/en/blog/release/v14.17.0) was released in May 2021, so we consider it safe to bump the requirement without causing issues for our users.
146
+
147
+ Same changes as in `@mui/x-data-grid-pro@9.4.0`, plus:
148
+
149
+ - [DataGridPremium] Nested Lazy Loading (#21043) @MBilalShafi
150
+ - [DataGridPremium] Update exceljs fork (#22658) @cherniavskii
151
+
152
+ ### Date and Time Pickers
153
+
154
+ #### `@mui/x-date-pickers@9.4.0`
155
+
156
+ Internal changes.
157
+
158
+ #### `@mui/x-date-pickers-pro@9.4.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
159
+
160
+ Same changes as in `@mui/x-date-pickers@9.4.0`.
161
+
162
+ ### Charts
163
+
164
+ #### `@mui/x-charts@9.4.0`
165
+
166
+ - [charts] Add functionality to hide elements during chart export (#22525) @sai6855
167
+ - [charts] Add option to show marks only on the first/last values (#22645) @alexfauquette
168
+ - [charts] Add text customization section and demo for axis labels (#22597) @sai6855
169
+ - [charts] Allow axes to scale according to the visible series only (#22566) @alexfauquette
170
+ - [charts] Correctly handle different identifiers for each series (#22556) @sai6855
171
+ - [charts] Fix inverted Y axis zoom/pan on ordinal scales (#22654) @JCQuintas
172
+ - [charts] Introduce bubble charts (#22537) @alexfauquette
173
+ - [charts] Let scatter chart tooltip ignore hidden series (#22614) @alexfauquette
174
+ - [charts] Make `'sqrt'` size mapping the default (#22683) @alexfauquette
175
+ - [charts] Remove unused proptypes (#22618) @alexfauquette
176
+ - [charts] Support module augmentation for slots (#22519) @sai6855
177
+ - [charts] Support multiple marker size in `findClosestPoint` (#22622) @alexfauquette
178
+ - [charts] Upgrade bezier-easing to v3 and use it for line chart hit-detection (#22608) @sai6855
179
+ - [charts] Use `useLayoutEffect` with `ResizeObserver` (#22646) @JCQuintas
180
+
181
+ #### `@mui/x-charts-pro@9.4.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
182
+
183
+ Same changes as in `@mui/x-charts@9.4.0`, plus:
184
+
185
+ - [charts-pro] Auto-select range button matching current zoom (#22137) @JCQuintas
186
+ - [charts-pro] Support range values in `initialZoom` (#22563) @JCQuintas
187
+
188
+ #### `@mui/x-charts-premium@9.4.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
189
+
190
+ Same changes as in `@mui/x-charts-pro@9.4.0`, plus:
191
+
192
+ - [charts-premium] Support range-bar series in WebGL bar renderer (#22607) @JCQuintas
193
+ - [charts-premium] Fix `onAxisClick` for radial bar and lines (#22522) @alexfauquette
194
+
195
+ ### Tree View
196
+
197
+ #### `@mui/x-tree-view@9.4.0`
198
+
199
+ Internal changes.
200
+
201
+ #### `@mui/x-tree-view-pro@9.4.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
202
+
203
+ Same changes as in `@mui/x-tree-view@9.4.0`.
204
+
205
+ ### Scheduler
206
+
207
+ #### Breaking changes
208
+
209
+ The theme `styleOverrides` slots for the skeleton and the error container were
210
+ renamed and unified. The CSS utility class names (for example
211
+ `.MuiEventCalendar-eventSkeleton`) are **not** affected — only
212
+ `theme.components.*` overrides need updating.
213
+
214
+ **Event skeleton**
215
+
216
+ | Before | After |
217
+ | --------------------------------------- | ------------------------------ |
218
+ | `MuiEventCalendar` slot `EventSkeleton` | `MuiEventSkeleton` slot `Root` |
219
+ | `MuiEventTimeline` slot `EventSkeleton` | `MuiEventSkeleton` slot `Root` |
220
+
221
+ **Error container**
222
+
223
+ | Before | After |
224
+ | ------------------------------------------------------------- | --------------------------------------- |
225
+ | `MuiEventCalendar` / `MuiEventTimeline` slot `ErrorContainer` | `MuiEventErrorContainer` slot `Root` |
226
+ | `MuiEventCalendar` / `MuiEventTimeline` slot `ErrorAlert` | `MuiEventErrorContainer` slot `Alert` |
227
+ | `MuiEventCalendar` / `MuiEventTimeline` slot `ErrorMessage` | `MuiEventErrorContainer` slot `Message` |
228
+
229
+ If you customized these through the theme, update the component name and slot
230
+ names accordingly:
231
+
232
+ ```diff
233
+ components: {
234
+ - MuiEventCalendar: {
235
+ + MuiEventSkeleton: {
236
+ styleOverrides: {
237
+ - EventSkeleton: { /* ... */ },
238
+ + Root: { /* ... */ },
239
+ },
240
+ },
241
+ },
242
+ }
243
+ ```
244
+
245
+ #### `@mui/x-scheduler@9.0.0-beta.0`
246
+
247
+ - [scheduler] Add a prop to control whether the resource of an event can be cleared (#22464) @rita-codes
248
+ - [scheduler] Add week number labels to agenda, day and week views (#22594) @mustafajw07
249
+ - [scheduler] Add `weekStartsOn` preference and update date functions to support custom week start (#22426) @mustafajw07
250
+ - [scheduler] Export premium version of the standalone views (#22621) @flaviendelangle
251
+ - [scheduler] Implement timeline virtualization (#22339) @romgrk
252
+ - [scheduler] Split scheduler overview (#22453) @joserodolfofreitas
253
+ - [scheduler] Unify `EventSkeleton` and `ErrorContainer` between `EventCalendar` and `EventTimeline` (#22676) @noraleonte
254
+
255
+ #### `@mui/x-scheduler-premium@9.0.0-beta.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
256
+
257
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.0`.
258
+
259
+ ### Docs
260
+
261
+ - [docs] Add a performance docs page for charts (#22656) @alexfauquette
262
+ - [docs] Add real dataset for maps documentation (#22599) @alexfauquette
263
+ - [docs] Add spacing between selects on charts overview demo (#22589) @bernardobelchior
264
+ - [docs] Reorganize existing chat docs navigation (#22478) @hasdfa
265
+ - [docs] Switch to visionscarto's world atlas dataset (#22669) @cherniavskii
266
+ - [docs] Update TreeView `domstructure` docs and add demo (#22420) @mj12albert
267
+ - [docs] Fix indexation of Scheduler (#22567) @oliviertassinari
268
+ - [docs] Fix wide layout on event timeline lazy loading and Import title (#22604) @rita-codes
269
+ - [docs] Derive class name owners for shared charts classes (#22674) @JCQuintas
270
+
271
+ ### Core
272
+
273
+ - [code-infra] Drop unused and now-transitive deps from docs/package.json (#22549) @LukasTy
274
+ - [code-infra] Refresh CI Node pins to 22.22.3 (#22598) @LukasTy
275
+ - [code-infra] Skip empty product sections in changelog (#22541) @rita-codes
276
+ - [code-infra] Stabilize DataGridScrollRestoration visual regression test (#22553) @Janpot
277
+ - [internal] Add license to the `x-data-grid-generator` (#22240) @arminmeh
278
+ - [internal] Express default value for resource_class (#22569) @oliviertassinari
279
+ - [internal] Fix use of ellipsis (#21852) @oliviertassinari
280
+ - [internal] `useLayoutEffect` with `ResizeObserver` (#22428) @romgrk
281
+
282
+ ### Miscellaneous
283
+
284
+ - [chat-headless] Add built-in chat adapters (#22479) @hasdfa
285
+ - [chat-headless] Harden runtime model and message errors (#22480) @hasdfa
286
+ - [core] Prepare for TypeScript 6 bump (#22551) @LukasTy
287
+ - [core] Use CircleCI Gen2 resource classes (#22610) @LukasTy
288
+ - [infra] Fix broken tag retrieval on `master` during release (#22174) @michelengelen
289
+ - [infra] Group Base UI renovate updates (#22590) @LukasTy
290
+ - [pnpm] Add security settings to pnpm-workspace.yaml (#22611) @Janpot
291
+ - [release] Fix release PR scripts (#22680) @JCQuintas
292
+ - [test] Add a Tree View regression test for lazy loading with getChildrenCount returning -1 (#22605) @mixelburg
293
+ - [test] Disable LCD subpixel antialiasing in regression screenshots (#22602) @Janpot
294
+ - [test] Fix flaky Data Grid Pro data source tree data tests (#22659) @LukasTy
295
+ - [test] Remove stale form-submit TODO from e2e suite (#22564) @LukasTy
296
+ - [x-license] Exclude test keys from the published npm package (#22647) @aemartos
297
+ - [test] Fix flaky WebGL benchmark by polling for canvas content (#22535) @JCQuintas
298
+
3
299
  ## 9.3.0
4
300
 
5
301
  _May 21, 2026_
@@ -56,7 +56,7 @@ function useDateCalendarDefaultizedProps(props, name) {
56
56
  views: themeProps.views ?? ['year', 'day'],
57
57
  reduceAnimations,
58
58
  renderLoading: themeProps.renderLoading ?? (() => /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
59
- children: "..."
59
+ children: "\u2026"
60
60
  }))
61
61
  });
62
62
  }
@@ -513,7 +513,7 @@ process.env.NODE_ENV !== "production" ? DateCalendar.propTypes = {
513
513
  /**
514
514
  * Component displaying when passed `loading` true.
515
515
  * @returns {React.ReactNode} The node to render when loading.
516
- * @default () => <span>...</span>
516
+ * @default () => <span>…</span>
517
517
  */
518
518
  renderLoading: _propTypes.default.func,
519
519
  /**
@@ -49,7 +49,7 @@ function useDateCalendarDefaultizedProps(props, name) {
49
49
  views: themeProps.views ?? ['year', 'day'],
50
50
  reduceAnimations,
51
51
  renderLoading: themeProps.renderLoading ?? (() => /*#__PURE__*/_jsx("span", {
52
- children: "..."
52
+ children: "\u2026"
53
53
  }))
54
54
  });
55
55
  }
@@ -506,7 +506,7 @@ process.env.NODE_ENV !== "production" ? DateCalendar.propTypes = {
506
506
  /**
507
507
  * Component displaying when passed `loading` true.
508
508
  * @returns {React.ReactNode} The node to render when loading.
509
- * @default () => <span>...</span>
509
+ * @default () => <span>…</span>
510
510
  */
511
511
  renderLoading: PropTypes.func,
512
512
  /**
@@ -34,7 +34,7 @@ export interface ExportedDateCalendarProps extends ExportedDayCalendarProps, Exp
34
34
  /**
35
35
  * Component displaying when passed `loading` true.
36
36
  * @returns {React.ReactNode} The node to render when loading.
37
- * @default () => <span>...</span>
37
+ * @default () => <span>…</span>
38
38
  */
39
39
  renderLoading?: () => React.ReactNode;
40
40
  /**
@@ -34,7 +34,7 @@ export interface ExportedDateCalendarProps extends ExportedDayCalendarProps, Exp
34
34
  /**
35
35
  * Component displaying when passed `loading` true.
36
36
  * @returns {React.ReactNode} The node to render when loading.
37
- * @default () => <span>...</span>
37
+ * @default () => <span>…</span>
38
38
  */
39
39
  renderLoading?: () => React.ReactNode;
40
40
  /**
@@ -29,7 +29,7 @@ export interface ExportedDayCalendarProps extends ExportedPickerDayProps {
29
29
  /**
30
30
  * Component rendered on the "day" view when `props.loading` is true.
31
31
  * @returns {React.ReactNode} The node to render when loading.
32
- * @default () => "..."
32
+ * @default () => ""
33
33
  */
34
34
  renderLoading?: () => React.ReactNode;
35
35
  /**
@@ -29,7 +29,7 @@ export interface ExportedDayCalendarProps extends ExportedPickerDayProps {
29
29
  /**
30
30
  * Component rendered on the "day" view when `props.loading` is true.
31
31
  * @returns {React.ReactNode} The node to render when loading.
32
- * @default () => "..."
32
+ * @default () => ""
33
33
  */
34
34
  renderLoading?: () => React.ReactNode;
35
35
  /**
@@ -239,7 +239,7 @@ function DayCalendar(inProps) {
239
239
  readOnly,
240
240
  reduceAnimations,
241
241
  renderLoading = () => /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
242
- children: "..."
242
+ children: "\u2026"
243
243
  }),
244
244
  slideDirection,
245
245
  TransitionProps,
@@ -232,7 +232,7 @@ export function DayCalendar(inProps) {
232
232
  readOnly,
233
233
  reduceAnimations,
234
234
  renderLoading = () => /*#__PURE__*/_jsx("span", {
235
- children: "..."
235
+ children: "\u2026"
236
236
  }),
237
237
  slideDirection,
238
238
  TransitionProps,
@@ -278,7 +278,7 @@ process.env.NODE_ENV !== "production" ? DatePicker.propTypes = {
278
278
  /**
279
279
  * Component displaying when passed `loading` true.
280
280
  * @returns {React.ReactNode} The node to render when loading.
281
- * @default () => <span>...</span>
281
+ * @default () => <span>…</span>
282
282
  */
283
283
  renderLoading: _propTypes.default.func,
284
284
  /**
@@ -271,7 +271,7 @@ process.env.NODE_ENV !== "production" ? DatePicker.propTypes = {
271
271
  /**
272
272
  * Component displaying when passed `loading` true.
273
273
  * @returns {React.ReactNode} The node to render when loading.
274
- * @default () => <span>...</span>
274
+ * @default () => <span>…</span>
275
275
  */
276
276
  renderLoading: PropTypes.func,
277
277
  /**
@@ -316,7 +316,7 @@ process.env.NODE_ENV !== "production" ? DateTimePicker.propTypes = {
316
316
  /**
317
317
  * Component displaying when passed `loading` true.
318
318
  * @returns {React.ReactNode} The node to render when loading.
319
- * @default () => <span>...</span>
319
+ * @default () => <span>…</span>
320
320
  */
321
321
  renderLoading: _propTypes.default.func,
322
322
  /**
@@ -309,7 +309,7 @@ process.env.NODE_ENV !== "production" ? DateTimePicker.propTypes = {
309
309
  /**
310
310
  * Component displaying when passed `loading` true.
311
311
  * @returns {React.ReactNode} The node to render when loading.
312
- * @default () => <span>...</span>
312
+ * @default () => <span>…</span>
313
313
  */
314
314
  renderLoading: PropTypes.func,
315
315
  /**
@@ -289,7 +289,7 @@ DesktopDatePicker.propTypes = {
289
289
  /**
290
290
  * Component displaying when passed `loading` true.
291
291
  * @returns {React.ReactNode} The node to render when loading.
292
- * @default () => <span>...</span>
292
+ * @default () => <span>…</span>
293
293
  */
294
294
  renderLoading: _propTypes.default.func,
295
295
  /**
@@ -282,7 +282,7 @@ DesktopDatePicker.propTypes = {
282
282
  /**
283
283
  * Component displaying when passed `loading` true.
284
284
  * @returns {React.ReactNode} The node to render when loading.
285
- * @default () => <span>...</span>
285
+ * @default () => <span>…</span>
286
286
  */
287
287
  renderLoading: PropTypes.func,
288
288
  /**
@@ -411,7 +411,7 @@ DesktopDateTimePicker.propTypes = {
411
411
  /**
412
412
  * Component displaying when passed `loading` true.
413
413
  * @returns {React.ReactNode} The node to render when loading.
414
- * @default () => <span>...</span>
414
+ * @default () => <span>…</span>
415
415
  */
416
416
  renderLoading: _propTypes.default.func,
417
417
  /**
@@ -404,7 +404,7 @@ DesktopDateTimePicker.propTypes = {
404
404
  /**
405
405
  * Component displaying when passed `loading` true.
406
406
  * @returns {React.ReactNode} The node to render when loading.
407
- * @default () => <span>...</span>
407
+ * @default () => <span>…</span>
408
408
  */
409
409
  renderLoading: PropTypes.func,
410
410
  /**
@@ -287,7 +287,7 @@ MobileDatePicker.propTypes = {
287
287
  /**
288
288
  * Component displaying when passed `loading` true.
289
289
  * @returns {React.ReactNode} The node to render when loading.
290
- * @default () => <span>...</span>
290
+ * @default () => <span>…</span>
291
291
  */
292
292
  renderLoading: _propTypes.default.func,
293
293
  /**
@@ -280,7 +280,7 @@ MobileDatePicker.propTypes = {
280
280
  /**
281
281
  * Component displaying when passed `loading` true.
282
282
  * @returns {React.ReactNode} The node to render when loading.
283
- * @default () => <span>...</span>
283
+ * @default () => <span>…</span>
284
284
  */
285
285
  renderLoading: PropTypes.func,
286
286
  /**
@@ -377,7 +377,7 @@ MobileDateTimePicker.propTypes = {
377
377
  /**
378
378
  * Component displaying when passed `loading` true.
379
379
  * @returns {React.ReactNode} The node to render when loading.
380
- * @default () => <span>...</span>
380
+ * @default () => <span>…</span>
381
381
  */
382
382
  renderLoading: _propTypes.default.func,
383
383
  /**
@@ -370,7 +370,7 @@ MobileDateTimePicker.propTypes = {
370
370
  /**
371
371
  * Component displaying when passed `loading` true.
372
372
  * @returns {React.ReactNode} The node to render when loading.
373
- * @default () => <span>...</span>
373
+ * @default () => <span>…</span>
374
374
  */
375
375
  renderLoading: PropTypes.func,
376
376
  /**
@@ -227,7 +227,7 @@ StaticDatePicker.propTypes = {
227
227
  /**
228
228
  * Component displaying when passed `loading` true.
229
229
  * @returns {React.ReactNode} The node to render when loading.
230
- * @default () => <span>...</span>
230
+ * @default () => <span>…</span>
231
231
  */
232
232
  renderLoading: _propTypes.default.func,
233
233
  /**
@@ -220,7 +220,7 @@ StaticDatePicker.propTypes = {
220
220
  /**
221
221
  * Component displaying when passed `loading` true.
222
222
  * @returns {React.ReactNode} The node to render when loading.
223
- * @default () => <span>...</span>
223
+ * @default () => <span>…</span>
224
224
  */
225
225
  renderLoading: PropTypes.func,
226
226
  /**
@@ -314,7 +314,7 @@ StaticDateTimePicker.propTypes = {
314
314
  /**
315
315
  * Component displaying when passed `loading` true.
316
316
  * @returns {React.ReactNode} The node to render when loading.
317
- * @default () => <span>...</span>
317
+ * @default () => <span>…</span>
318
318
  */
319
319
  renderLoading: _propTypes.default.func,
320
320
  /**
@@ -307,7 +307,7 @@ StaticDateTimePicker.propTypes = {
307
307
  /**
308
308
  * Component displaying when passed `loading` true.
309
309
  * @returns {React.ReactNode} The node to render when loading.
310
- * @default () => <span>...</span>
310
+ * @default () => <span>…</span>
311
311
  */
312
312
  renderLoading: PropTypes.func,
313
313
  /**
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers v9.3.0
2
+ * @mui/x-date-pickers v9.5.0
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers v9.3.0
2
+ * @mui/x-date-pickers v9.5.0
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -32,6 +32,7 @@ export * from "./ruRU.mjs";
32
32
  export * from "./skSK.mjs";
33
33
  export * from "./svSE.mjs";
34
34
  export * from "./trTR.mjs";
35
+ export * from "./thTH.mjs";
35
36
  export * from "./ukUA.mjs";
36
37
  export * from "./urPK.mjs";
37
38
  export * from "./viVN.mjs";
@@ -32,6 +32,7 @@ export * from "./ruRU.js";
32
32
  export * from "./skSK.js";
33
33
  export * from "./svSE.js";
34
34
  export * from "./trTR.js";
35
+ export * from "./thTH.js";
35
36
  export * from "./ukUA.js";
36
37
  export * from "./urPK.js";
37
38
  export * from "./viVN.js";
package/locales/index.js CHANGED
@@ -377,6 +377,17 @@ Object.keys(_trTR).forEach(function (key) {
377
377
  }
378
378
  });
379
379
  });
380
+ var _thTH = require("./thTH");
381
+ Object.keys(_thTH).forEach(function (key) {
382
+ if (key === "default" || key === "__esModule") return;
383
+ if (key in exports && exports[key] === _thTH[key]) return;
384
+ Object.defineProperty(exports, key, {
385
+ enumerable: true,
386
+ get: function () {
387
+ return _thTH[key];
388
+ }
389
+ });
390
+ });
380
391
  var _ukUA = require("./ukUA");
381
392
  Object.keys(_ukUA).forEach(function (key) {
382
393
  if (key === "default" || key === "__esModule") return;
package/locales/index.mjs CHANGED
@@ -32,6 +32,7 @@ export * from "./ruRU.mjs";
32
32
  export * from "./skSK.mjs";
33
33
  export * from "./svSE.mjs";
34
34
  export * from "./trTR.mjs";
35
+ export * from "./thTH.mjs";
35
36
  export * from "./ukUA.mjs";
36
37
  export * from "./urPK.mjs";
37
38
  export * from "./viVN.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-date-pickers",
3
- "version": "9.3.0",
3
+ "version": "9.5.0",
4
4
  "author": "MUI Team",
5
5
  "description": "The community edition of the MUI X Date and Time Picker components.",
6
6
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "directory": "packages/x-date-pickers"
34
34
  },
35
35
  "dependencies": {
36
- "@babel/runtime": "^7.29.2",
36
+ "@babel/runtime": "^7.29.7",
37
37
  "@mui/utils": "9.0.1",
38
38
  "@types/react-transition-group": "^4.4.12",
39
39
  "clsx": "^2.1.1",