@mui/x-date-pickers 7.3.1 → 7.3.2

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 (51) hide show
  1. package/CHANGELOG.md +76 -5
  2. package/DatePicker/DatePicker.js +1 -1
  3. package/DatePicker/shared.d.ts +1 -1
  4. package/DateTimePicker/DateTimePicker.js +1 -1
  5. package/DateTimePicker/shared.d.ts +1 -1
  6. package/DesktopDatePicker/DesktopDatePicker.js +1 -1
  7. package/DesktopDateTimePicker/DesktopDateTimePicker.js +1 -1
  8. package/DesktopTimePicker/DesktopTimePicker.js +1 -1
  9. package/MobileDatePicker/MobileDatePicker.js +1 -1
  10. package/MobileDateTimePicker/MobileDateTimePicker.js +1 -1
  11. package/MobileTimePicker/MobileTimePicker.js +1 -1
  12. package/StaticDatePicker/StaticDatePicker.js +1 -1
  13. package/StaticDateTimePicker/StaticDateTimePicker.js +1 -1
  14. package/StaticTimePicker/StaticTimePicker.js +1 -1
  15. package/TimePicker/TimePicker.js +1 -1
  16. package/TimePicker/shared.d.ts +1 -1
  17. package/index.js +1 -1
  18. package/internals/hooks/usePicker/usePickerViews.d.ts +1 -1
  19. package/locales/heIL.js +14 -17
  20. package/locales/huHU.js +15 -18
  21. package/modern/DatePicker/DatePicker.js +1 -1
  22. package/modern/DateTimePicker/DateTimePicker.js +1 -1
  23. package/modern/DesktopDatePicker/DesktopDatePicker.js +1 -1
  24. package/modern/DesktopDateTimePicker/DesktopDateTimePicker.js +1 -1
  25. package/modern/DesktopTimePicker/DesktopTimePicker.js +1 -1
  26. package/modern/MobileDatePicker/MobileDatePicker.js +1 -1
  27. package/modern/MobileDateTimePicker/MobileDateTimePicker.js +1 -1
  28. package/modern/MobileTimePicker/MobileTimePicker.js +1 -1
  29. package/modern/StaticDatePicker/StaticDatePicker.js +1 -1
  30. package/modern/StaticDateTimePicker/StaticDateTimePicker.js +1 -1
  31. package/modern/StaticTimePicker/StaticTimePicker.js +1 -1
  32. package/modern/TimePicker/TimePicker.js +1 -1
  33. package/modern/index.js +1 -1
  34. package/modern/locales/heIL.js +14 -17
  35. package/modern/locales/huHU.js +15 -18
  36. package/node/DatePicker/DatePicker.js +1 -1
  37. package/node/DateTimePicker/DateTimePicker.js +1 -1
  38. package/node/DesktopDatePicker/DesktopDatePicker.js +1 -1
  39. package/node/DesktopDateTimePicker/DesktopDateTimePicker.js +1 -1
  40. package/node/DesktopTimePicker/DesktopTimePicker.js +1 -1
  41. package/node/MobileDatePicker/MobileDatePicker.js +1 -1
  42. package/node/MobileDateTimePicker/MobileDateTimePicker.js +1 -1
  43. package/node/MobileTimePicker/MobileTimePicker.js +1 -1
  44. package/node/StaticDatePicker/StaticDatePicker.js +1 -1
  45. package/node/StaticDateTimePicker/StaticDateTimePicker.js +1 -1
  46. package/node/StaticTimePicker/StaticTimePicker.js +1 -1
  47. package/node/TimePicker/TimePicker.js +1 -1
  48. package/node/index.js +1 -1
  49. package/node/locales/heIL.js +14 -17
  50. package/node/locales/huHU.js +15 -18
  51. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,77 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 7.3.2
7
+
8
+ _May 2, 2024_
9
+
10
+ We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 🎁 Add "no data" and "loading" states to charts, allowing users to create [custom visualizations for each state](https://mui.com/x/react-charts/styling/#overlay)
13
+ - 🌍 Improve Hebrew (he-IL) and Hungarian (hu-HU) locales on the Date and Time Pickers
14
+ - 🌍 Improve Danish (da-DK) and Slovak (sk-SK) locales on the Data Grid
15
+ - 📝 Fix a [typo](https://github.com/mui/mui-x/pull/12941/files/4bf4bffbc2799a01a96bc7458a17318cf41c1722#diff-26c31cc69d6f51110f89e339578ef9b3d4a3551f79077fff73f7babb81c5099f) in the auto-generated Charts gradient `id` attribute.
16
+ It should not affect you, but if you were relying on the gradient `id` attribute, please update your usage.
17
+ - 🐞 Bugfixes
18
+ - 📚 Documentation improvements
19
+
20
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
21
+
22
+ ### Data Grid
23
+
24
+ #### `@mui/x-data-grid@7.3.2`
25
+
26
+ - [DataGrid] Allow to change reset text in the columns management panel (#12972) @MBilalShafi
27
+ - [DataGrid] Derive `formattedValue` from the edit value when passing to `renderEditCell` (#12870) @cherniavskii
28
+ - [DataGrid] Fix rows not being recomputed on `props.rowCount` change (#12833) @MBilalShafi
29
+ - [l10n] Improve Danish (da-DK) locale (#12844) @fosterbuster
30
+ - [l10n] Improve Slovak (sk-SK) locale (#12949) @stefikp
31
+
32
+ #### `@mui/x-data-grid-pro@7.3.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
33
+
34
+ Same changes as in `@mui/x-data-grid@7.3.2`.
35
+
36
+ #### `@mui/x-data-grid-premium@7.3.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
37
+
38
+ Same changes as in `@mui/x-data-grid-pro@7.3.2`, plus:
39
+
40
+ - [DataGridPremium] Fix print export not working with row grouping (#12957) @MBilalShafi
41
+
42
+ ### Date and Time Pickers
43
+
44
+ #### `@mui/x-date-pickers@7.3.2`
45
+
46
+ - [l10n] Improve Hebrew (he-IL) locale (#12910) @michaelNXT1
47
+ - [l10n] Improve Hungarian (hu-HU) locale (#12930) @noherczeg
48
+ - [pickers] Fix typo on the `viewRenderers` prop description (#12915) @flaviendelangle
49
+ - [pickers] Improve TypeScript performance in `PickersDay` (#12920) @flaviendelangle
50
+
51
+ #### `@mui/x-date-pickers-pro@7.3.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
52
+
53
+ Same changes as in `@mui/x-date-pickers@7.3.2`.
54
+
55
+ ### Charts
56
+
57
+ #### `@mui/x-charts@7.3.2`
58
+
59
+ - [charts] Add an overlay for "no data" or "loading" states (#12817) @alexfauquette
60
+ - [charts] Fix typos in documentation, translations and errors (#12941) @JCQuintas
61
+ - [charts] Fix `prop.slots` and `prop.slotProps` not passed to `<ChartsTooltip />` (#12939) @JCQuintas
62
+
63
+ ### Docs
64
+
65
+ - [docs] Improve Data Grid migration guide (#12969) @MBilalShafi
66
+ - [docs] Polish references to the plans (#12922) @oliviertassinari
67
+
68
+ ### Core
69
+
70
+ - [core] Fix dependencies (#12951) @LukasTy
71
+ - [core] Remove inconsistent blank lines (#12966) @oliviertassinari
72
+ - [code-infra] Bump node image used by CI in docker (#12961) @LukasTy
73
+ - [docs-infra] Remove no longer needed `next.config` settings (#12861) @oliviertassinari
74
+ - [docs-infra] Use the `@mui/docs/HighlightedCode` (#12848) @alexfauquette
75
+ - [test] Restore `t` command (#12948) @LukasTy
76
+
6
77
  ## 7.3.1
7
78
 
8
79
  _Apr 26, 2024_
@@ -305,7 +376,7 @@ Same changes as in `@mui/x-date-pickers@7.1.1`, plus:
305
376
 
306
377
  - [TreeView] Add JSDoc to all `publicAPI` methods (#12649) @flaviendelangle
307
378
  - [TreeView] Create `RichTreeViewPro` component (not released yet) (#12610) @flaviendelangle
308
- - [TreeView] Create pro package (not released yet) (#12240) @flaviendelangle
379
+ - [TreeView] Create Pro package (not released yet) (#12240) @flaviendelangle
309
380
  - [TreeView] Fix typo in errors (#12623) @alissa-tung
310
381
  - [TreeView] New API method: `setItemExpansion` (#12595) @flaviendelangle
311
382
 
@@ -2517,7 +2588,7 @@ Same changes as in `@mui/x-date-pickers@7.0.0-alpha.3`.
2517
2588
  - [core] Make `@mui/system` a direct dependency (#11128) @LukasTy
2518
2589
  - [core] Remove blank lines, coding style @oliviertassinari
2519
2590
  - [core] Remove outdated `ENABLE_AD` env variable (#11181) @oliviertassinari
2520
- - [github] Do not add `plan: Pro` and `plan: Premium` labels on pro / premium issue templates (#10183) @flaviendelangle
2591
+ - [github] Do not add `plan: Pro` and `plan: Premium` labels on Pro / Premium issue templates (#10183) @flaviendelangle
2521
2592
 
2522
2593
  ## 7.0.0-alpha.2
2523
2594
 
@@ -3440,10 +3511,10 @@ Same changes as in `@mui/x-date-pickers@6.19.5`.
3440
3511
  - [docs] Fix the Treemap illustration (#12189) @danilo-leal
3441
3512
  - [docs] Fix typo for `AdapterDateFnsV3` (#12037) @flaviendelangle
3442
3513
  - [docs] Improve performance on Charts entry point @oliviertassinari
3443
- - [docs] Move Heatmap to pro (#12170) @alexfauquette
3514
+ - [docs] Move Heatmap to Pro (#12170) @alexfauquette
3444
3515
  - [docs] Remove Charts installation next tag call-out (#12133) @LukasTy
3445
3516
  - [docs] Removed `focused` prop from demo (#12126) @michelengelen
3446
- - [docs] Add missing Heatmap pro icon @oliviertassinari
3517
+ - [docs] Add missing Heatmap Pro icon @oliviertassinari
3447
3518
  - [docs] Add more illustrations to the Overview page (#12041) @danilo-leal
3448
3519
  - [docs] Avoid use of shorthand (#12009) @oliviertassinari
3449
3520
 
@@ -6170,7 +6241,7 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
6170
6241
  - [docs] Create examples of pickers with custom fields (#8034) @flaviendelangle
6171
6242
  - [docs] Fix 301 redirections @oliviertassinari
6172
6243
  - [docs] Fix link to React's docs @oliviertassinari
6173
- - [docs] Fix pro license links to point to the same page (#8303) @LukasTy
6244
+ - [docs] Fix Pro license links to point to the same page (#8303) @LukasTy
6174
6245
  - [docs] Give an incentive to upgrade (#8269) @oliviertassinari
6175
6246
  - [docs] Improve contrast on data grid navigation (#8239) @oliviertassinari
6176
6247
  - [docs] Update shortcuts page to use slotProps (#8288) @dcorb
@@ -334,7 +334,7 @@ process.env.NODE_ENV !== "production" ? DatePicker.propTypes = {
334
334
  /**
335
335
  * Define custom view renderers for each section.
336
336
  * If `null`, the section will only have field editing.
337
- * If `undefined`, internally defined view will be the used.
337
+ * If `undefined`, internally defined view will be used.
338
338
  */
339
339
  viewRenderers: PropTypes.shape({
340
340
  day: PropTypes.func,
@@ -33,7 +33,7 @@ export interface BaseDatePickerProps<TDate extends PickerValidDate> extends Base
33
33
  /**
34
34
  * Define custom view renderers for each section.
35
35
  * If `null`, the section will only have field editing.
36
- * If `undefined`, internally defined view will be the used.
36
+ * If `undefined`, internally defined view will be used.
37
37
  */
38
38
  viewRenderers?: Partial<DatePickerViewRenderers<TDate, DateView>>;
39
39
  }
@@ -401,7 +401,7 @@ process.env.NODE_ENV !== "production" ? DateTimePicker.propTypes = {
401
401
  /**
402
402
  * Define custom view renderers for each section.
403
403
  * If `null`, the section will only have field editing.
404
- * If `undefined`, internally defined view will be the used.
404
+ * If `undefined`, internally defined view will be used.
405
405
  */
406
406
  viewRenderers: PropTypes.shape({
407
407
  day: PropTypes.func,
@@ -55,7 +55,7 @@ export interface BaseDateTimePickerProps<TDate extends PickerValidDate, TView ex
55
55
  /**
56
56
  * Define custom view renderers for each section.
57
57
  * If `null`, the section will only have field editing.
58
- * If `undefined`, internally defined view will be the used.
58
+ * If `undefined`, internally defined view will be used.
59
59
  */
60
60
  viewRenderers?: Partial<DateTimePickerViewRenderers<TDate, TView>>;
61
61
  }
@@ -349,7 +349,7 @@ DesktopDatePicker.propTypes = {
349
349
  /**
350
350
  * Define custom view renderers for each section.
351
351
  * If `null`, the section will only have field editing.
352
- * If `undefined`, internally defined view will be the used.
352
+ * If `undefined`, internally defined view will be used.
353
353
  */
354
354
  viewRenderers: PropTypes.shape({
355
355
  day: PropTypes.func,
@@ -501,7 +501,7 @@ DesktopDateTimePicker.propTypes = {
501
501
  /**
502
502
  * Define custom view renderers for each section.
503
503
  * If `null`, the section will only have field editing.
504
- * If `undefined`, internally defined view will be the used.
504
+ * If `undefined`, internally defined view will be used.
505
505
  */
506
506
  viewRenderers: PropTypes.shape({
507
507
  day: PropTypes.func,
@@ -336,7 +336,7 @@ DesktopTimePicker.propTypes = {
336
336
  /**
337
337
  * Define custom view renderers for each section.
338
338
  * If `null`, the section will only have field editing.
339
- * If `undefined`, internally defined view will be the used.
339
+ * If `undefined`, internally defined view will be used.
340
340
  */
341
341
  viewRenderers: PropTypes.shape({
342
342
  hours: PropTypes.func,
@@ -346,7 +346,7 @@ MobileDatePicker.propTypes = {
346
346
  /**
347
347
  * Define custom view renderers for each section.
348
348
  * If `null`, the section will only have field editing.
349
- * If `undefined`, internally defined view will be the used.
349
+ * If `undefined`, internally defined view will be used.
350
350
  */
351
351
  viewRenderers: PropTypes.shape({
352
352
  day: PropTypes.func,
@@ -402,7 +402,7 @@ MobileDateTimePicker.propTypes = {
402
402
  /**
403
403
  * Define custom view renderers for each section.
404
404
  * If `null`, the section will only have field editing.
405
- * If `undefined`, internally defined view will be the used.
405
+ * If `undefined`, internally defined view will be used.
406
406
  */
407
407
  viewRenderers: PropTypes.shape({
408
408
  day: PropTypes.func,
@@ -294,7 +294,7 @@ MobileTimePicker.propTypes = {
294
294
  /**
295
295
  * Define custom view renderers for each section.
296
296
  * If `null`, the section will only have field editing.
297
- * If `undefined`, internally defined view will be the used.
297
+ * If `undefined`, internally defined view will be used.
298
298
  */
299
299
  viewRenderers: PropTypes.shape({
300
300
  hours: PropTypes.func,
@@ -276,7 +276,7 @@ StaticDatePicker.propTypes = {
276
276
  /**
277
277
  * Define custom view renderers for each section.
278
278
  * If `null`, the section will only have field editing.
279
- * If `undefined`, internally defined view will be the used.
279
+ * If `undefined`, internally defined view will be used.
280
280
  */
281
281
  viewRenderers: PropTypes.shape({
282
282
  day: PropTypes.func,
@@ -332,7 +332,7 @@ StaticDateTimePicker.propTypes = {
332
332
  /**
333
333
  * Define custom view renderers for each section.
334
334
  * If `null`, the section will only have field editing.
335
- * If `undefined`, internally defined view will be the used.
335
+ * If `undefined`, internally defined view will be used.
336
336
  */
337
337
  viewRenderers: PropTypes.shape({
338
338
  day: PropTypes.func,
@@ -223,7 +223,7 @@ StaticTimePicker.propTypes = {
223
223
  /**
224
224
  * Define custom view renderers for each section.
225
225
  * If `null`, the section will only have field editing.
226
- * If `undefined`, internally defined view will be the used.
226
+ * If `undefined`, internally defined view will be used.
227
227
  */
228
228
  viewRenderers: PropTypes.shape({
229
229
  hours: PropTypes.func,
@@ -300,7 +300,7 @@ process.env.NODE_ENV !== "production" ? TimePicker.propTypes = {
300
300
  /**
301
301
  * Define custom view renderers for each section.
302
302
  * If `null`, the section will only have field editing.
303
- * If `undefined`, internally defined view will be the used.
303
+ * If `undefined`, internally defined view will be used.
304
304
  */
305
305
  viewRenderers: PropTypes.shape({
306
306
  hours: PropTypes.func,
@@ -40,7 +40,7 @@ export interface BaseTimePickerProps<TDate extends PickerValidDate, TView extend
40
40
  /**
41
41
  * Define custom view renderers for each section.
42
42
  * If `null`, the section will only have field editing.
43
- * If `undefined`, internally defined view will be the used.
43
+ * If `undefined`, internally defined view will be used.
44
44
  */
45
45
  viewRenderers?: Partial<TimePickerViewRenderers<TDate, TView>>;
46
46
  }
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers v7.3.1
2
+ * @mui/x-date-pickers v7.3.2
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -30,7 +30,7 @@ export interface UsePickerViewsBaseProps<TValue, TDate extends PickerValidDate,
30
30
  disabled?: boolean;
31
31
  /**
32
32
  * If `null`, the section will only have field editing.
33
- * If `undefined`, internally defined view will be the used.
33
+ * If `undefined`, internally defined view will be used.
34
34
  */
35
35
  viewRenderers: PickerViewRendererLookup<TValue, TView, TExternalProps, TAdditionalProps>;
36
36
  /**
package/locales/heIL.js CHANGED
@@ -16,11 +16,10 @@ const heILPickers = {
16
16
  // DateRange labels
17
17
  start: 'תחילה',
18
18
  end: 'סיום',
19
- // startDate: 'Start date',
20
- // startTime: 'Start time',
21
- // endDate: 'End date',
22
- // endTime: 'End time',
23
-
19
+ startDate: 'תאריך תחילה',
20
+ startTime: 'שעת תחילה',
21
+ endDate: 'תאריך סיום',
22
+ endTime: 'שעת סיום',
24
23
  // Action bar
25
24
  cancelButtonLabel: 'ביטול',
26
25
  clearButtonLabel: 'ניקוי',
@@ -46,8 +45,7 @@ const heILPickers = {
46
45
  // Open picker labels
47
46
  openDatePickerDialogue: (value, utils) => value !== null && utils.isValid(value) ? `בחירת תאריך, התאריך שנבחר הוא ${utils.format(value, 'fullDate')}` : 'בחירת תאריך',
48
47
  openTimePickerDialogue: (value, utils) => value !== null && utils.isValid(value) ? `בחירת שעה, השעה שנבחרה היא ${utils.format(value, 'fullTime')}` : 'בחירת שעה',
49
- // fieldClearLabel: 'Clear value',
50
-
48
+ fieldClearLabel: 'נקה ערך',
51
49
  // Table labels
52
50
  timeTableLabel: 'בחירת שעה',
53
51
  dateTableLabel: 'בחירת תאריך',
@@ -59,19 +57,18 @@ const heILPickers = {
59
57
  fieldHoursPlaceholder: () => 'hh',
60
58
  fieldMinutesPlaceholder: () => 'mm',
61
59
  fieldSecondsPlaceholder: () => 'ss',
62
- fieldMeridiemPlaceholder: () => 'aa'
63
-
60
+ fieldMeridiemPlaceholder: () => 'aa',
64
61
  // View names
65
- // year: 'Year',
66
- // month: 'Month',
67
- // day: 'Day',
68
- // weekDay: 'Week day',
69
- // hours: 'Hours',
70
- // minutes: 'Minutes',
71
- // seconds: 'Seconds',
62
+ year: 'שנה',
63
+ month: 'חודש',
64
+ day: 'יום',
65
+ weekDay: 'יום בשבוע',
66
+ hours: 'שעות',
67
+ minutes: 'דקות',
68
+ seconds: 'שניות',
72
69
  // meridiem: 'Meridiem',
73
70
 
74
71
  // Common
75
- // empty: 'Empty',
72
+ empty: 'ריק'
76
73
  };
77
74
  export const heIL = getPickersLocalization(heILPickers);
package/locales/huHU.js CHANGED
@@ -17,11 +17,10 @@ const huHUPickers = {
17
17
  // DateRange labels
18
18
  start: 'Kezdő dátum',
19
19
  end: 'Záró dátum',
20
- // startDate: 'Start date',
21
- // startTime: 'Start time',
22
- // endDate: 'End date',
23
- // endTime: 'End time',
24
-
20
+ startDate: 'Kezdő dátum',
21
+ startTime: 'Kezdő idő',
22
+ endDate: 'Záró dátum',
23
+ endTime: 'Záró idő',
25
24
  // Action bar
26
25
  cancelButtonLabel: 'Mégse',
27
26
  clearButtonLabel: 'Törlés',
@@ -55,23 +54,21 @@ const huHUPickers = {
55
54
  fieldYearPlaceholder: params => 'É'.repeat(params.digitAmount),
56
55
  fieldMonthPlaceholder: params => params.contentType === 'letter' ? 'HHHH' : 'HH',
57
56
  fieldDayPlaceholder: () => 'NN',
58
- // fieldWeekDayPlaceholder: params => params.contentType === 'letter' ? 'EEEE' : 'EE',
57
+ fieldWeekDayPlaceholder: params => params.contentType === 'letter' ? 'NNNN' : 'NN',
59
58
  fieldHoursPlaceholder: () => 'óó',
60
59
  fieldMinutesPlaceholder: () => 'pp',
61
60
  fieldSecondsPlaceholder: () => 'mm',
62
- fieldMeridiemPlaceholder: () => 'dd'
63
-
61
+ fieldMeridiemPlaceholder: () => 'dd',
64
62
  // View names
65
- // year: 'Year',
66
- // month: 'Month',
67
- // day: 'Day',
68
- // weekDay: 'Week day',
69
- // hours: 'Hours',
70
- // minutes: 'Minutes',
71
- // seconds: 'Seconds',
72
- // meridiem: 'Meridiem',
73
-
63
+ year: 'Év',
64
+ month: 'Hónap',
65
+ day: 'Nap',
66
+ weekDay: 'Hétköznap',
67
+ hours: timeViews.hours,
68
+ minutes: timeViews.minutes,
69
+ seconds: timeViews.seconds,
70
+ meridiem: timeViews.meridiem,
74
71
  // Common
75
- // empty: 'Empty',
72
+ empty: 'Üres'
76
73
  };
77
74
  export const huHU = getPickersLocalization(huHUPickers);
@@ -334,7 +334,7 @@ process.env.NODE_ENV !== "production" ? DatePicker.propTypes = {
334
334
  /**
335
335
  * Define custom view renderers for each section.
336
336
  * If `null`, the section will only have field editing.
337
- * If `undefined`, internally defined view will be the used.
337
+ * If `undefined`, internally defined view will be used.
338
338
  */
339
339
  viewRenderers: PropTypes.shape({
340
340
  day: PropTypes.func,
@@ -401,7 +401,7 @@ process.env.NODE_ENV !== "production" ? DateTimePicker.propTypes = {
401
401
  /**
402
402
  * Define custom view renderers for each section.
403
403
  * If `null`, the section will only have field editing.
404
- * If `undefined`, internally defined view will be the used.
404
+ * If `undefined`, internally defined view will be used.
405
405
  */
406
406
  viewRenderers: PropTypes.shape({
407
407
  day: PropTypes.func,
@@ -349,7 +349,7 @@ DesktopDatePicker.propTypes = {
349
349
  /**
350
350
  * Define custom view renderers for each section.
351
351
  * If `null`, the section will only have field editing.
352
- * If `undefined`, internally defined view will be the used.
352
+ * If `undefined`, internally defined view will be used.
353
353
  */
354
354
  viewRenderers: PropTypes.shape({
355
355
  day: PropTypes.func,
@@ -501,7 +501,7 @@ DesktopDateTimePicker.propTypes = {
501
501
  /**
502
502
  * Define custom view renderers for each section.
503
503
  * If `null`, the section will only have field editing.
504
- * If `undefined`, internally defined view will be the used.
504
+ * If `undefined`, internally defined view will be used.
505
505
  */
506
506
  viewRenderers: PropTypes.shape({
507
507
  day: PropTypes.func,
@@ -336,7 +336,7 @@ DesktopTimePicker.propTypes = {
336
336
  /**
337
337
  * Define custom view renderers for each section.
338
338
  * If `null`, the section will only have field editing.
339
- * If `undefined`, internally defined view will be the used.
339
+ * If `undefined`, internally defined view will be used.
340
340
  */
341
341
  viewRenderers: PropTypes.shape({
342
342
  hours: PropTypes.func,
@@ -346,7 +346,7 @@ MobileDatePicker.propTypes = {
346
346
  /**
347
347
  * Define custom view renderers for each section.
348
348
  * If `null`, the section will only have field editing.
349
- * If `undefined`, internally defined view will be the used.
349
+ * If `undefined`, internally defined view will be used.
350
350
  */
351
351
  viewRenderers: PropTypes.shape({
352
352
  day: PropTypes.func,
@@ -402,7 +402,7 @@ MobileDateTimePicker.propTypes = {
402
402
  /**
403
403
  * Define custom view renderers for each section.
404
404
  * If `null`, the section will only have field editing.
405
- * If `undefined`, internally defined view will be the used.
405
+ * If `undefined`, internally defined view will be used.
406
406
  */
407
407
  viewRenderers: PropTypes.shape({
408
408
  day: PropTypes.func,
@@ -294,7 +294,7 @@ MobileTimePicker.propTypes = {
294
294
  /**
295
295
  * Define custom view renderers for each section.
296
296
  * If `null`, the section will only have field editing.
297
- * If `undefined`, internally defined view will be the used.
297
+ * If `undefined`, internally defined view will be used.
298
298
  */
299
299
  viewRenderers: PropTypes.shape({
300
300
  hours: PropTypes.func,
@@ -276,7 +276,7 @@ StaticDatePicker.propTypes = {
276
276
  /**
277
277
  * Define custom view renderers for each section.
278
278
  * If `null`, the section will only have field editing.
279
- * If `undefined`, internally defined view will be the used.
279
+ * If `undefined`, internally defined view will be used.
280
280
  */
281
281
  viewRenderers: PropTypes.shape({
282
282
  day: PropTypes.func,
@@ -332,7 +332,7 @@ StaticDateTimePicker.propTypes = {
332
332
  /**
333
333
  * Define custom view renderers for each section.
334
334
  * If `null`, the section will only have field editing.
335
- * If `undefined`, internally defined view will be the used.
335
+ * If `undefined`, internally defined view will be used.
336
336
  */
337
337
  viewRenderers: PropTypes.shape({
338
338
  day: PropTypes.func,
@@ -223,7 +223,7 @@ StaticTimePicker.propTypes = {
223
223
  /**
224
224
  * Define custom view renderers for each section.
225
225
  * If `null`, the section will only have field editing.
226
- * If `undefined`, internally defined view will be the used.
226
+ * If `undefined`, internally defined view will be used.
227
227
  */
228
228
  viewRenderers: PropTypes.shape({
229
229
  hours: PropTypes.func,
@@ -300,7 +300,7 @@ process.env.NODE_ENV !== "production" ? TimePicker.propTypes = {
300
300
  /**
301
301
  * Define custom view renderers for each section.
302
302
  * If `null`, the section will only have field editing.
303
- * If `undefined`, internally defined view will be the used.
303
+ * If `undefined`, internally defined view will be used.
304
304
  */
305
305
  viewRenderers: PropTypes.shape({
306
306
  hours: PropTypes.func,
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers v7.3.1
2
+ * @mui/x-date-pickers v7.3.2
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -16,11 +16,10 @@ const heILPickers = {
16
16
  // DateRange labels
17
17
  start: 'תחילה',
18
18
  end: 'סיום',
19
- // startDate: 'Start date',
20
- // startTime: 'Start time',
21
- // endDate: 'End date',
22
- // endTime: 'End time',
23
-
19
+ startDate: 'תאריך תחילה',
20
+ startTime: 'שעת תחילה',
21
+ endDate: 'תאריך סיום',
22
+ endTime: 'שעת סיום',
24
23
  // Action bar
25
24
  cancelButtonLabel: 'ביטול',
26
25
  clearButtonLabel: 'ניקוי',
@@ -46,8 +45,7 @@ const heILPickers = {
46
45
  // Open picker labels
47
46
  openDatePickerDialogue: (value, utils) => value !== null && utils.isValid(value) ? `בחירת תאריך, התאריך שנבחר הוא ${utils.format(value, 'fullDate')}` : 'בחירת תאריך',
48
47
  openTimePickerDialogue: (value, utils) => value !== null && utils.isValid(value) ? `בחירת שעה, השעה שנבחרה היא ${utils.format(value, 'fullTime')}` : 'בחירת שעה',
49
- // fieldClearLabel: 'Clear value',
50
-
48
+ fieldClearLabel: 'נקה ערך',
51
49
  // Table labels
52
50
  timeTableLabel: 'בחירת שעה',
53
51
  dateTableLabel: 'בחירת תאריך',
@@ -59,19 +57,18 @@ const heILPickers = {
59
57
  fieldHoursPlaceholder: () => 'hh',
60
58
  fieldMinutesPlaceholder: () => 'mm',
61
59
  fieldSecondsPlaceholder: () => 'ss',
62
- fieldMeridiemPlaceholder: () => 'aa'
63
-
60
+ fieldMeridiemPlaceholder: () => 'aa',
64
61
  // View names
65
- // year: 'Year',
66
- // month: 'Month',
67
- // day: 'Day',
68
- // weekDay: 'Week day',
69
- // hours: 'Hours',
70
- // minutes: 'Minutes',
71
- // seconds: 'Seconds',
62
+ year: 'שנה',
63
+ month: 'חודש',
64
+ day: 'יום',
65
+ weekDay: 'יום בשבוע',
66
+ hours: 'שעות',
67
+ minutes: 'דקות',
68
+ seconds: 'שניות',
72
69
  // meridiem: 'Meridiem',
73
70
 
74
71
  // Common
75
- // empty: 'Empty',
72
+ empty: 'ריק'
76
73
  };
77
74
  export const heIL = getPickersLocalization(heILPickers);
@@ -17,11 +17,10 @@ const huHUPickers = {
17
17
  // DateRange labels
18
18
  start: 'Kezdő dátum',
19
19
  end: 'Záró dátum',
20
- // startDate: 'Start date',
21
- // startTime: 'Start time',
22
- // endDate: 'End date',
23
- // endTime: 'End time',
24
-
20
+ startDate: 'Kezdő dátum',
21
+ startTime: 'Kezdő idő',
22
+ endDate: 'Záró dátum',
23
+ endTime: 'Záró idő',
25
24
  // Action bar
26
25
  cancelButtonLabel: 'Mégse',
27
26
  clearButtonLabel: 'Törlés',
@@ -55,23 +54,21 @@ const huHUPickers = {
55
54
  fieldYearPlaceholder: params => 'É'.repeat(params.digitAmount),
56
55
  fieldMonthPlaceholder: params => params.contentType === 'letter' ? 'HHHH' : 'HH',
57
56
  fieldDayPlaceholder: () => 'NN',
58
- // fieldWeekDayPlaceholder: params => params.contentType === 'letter' ? 'EEEE' : 'EE',
57
+ fieldWeekDayPlaceholder: params => params.contentType === 'letter' ? 'NNNN' : 'NN',
59
58
  fieldHoursPlaceholder: () => 'óó',
60
59
  fieldMinutesPlaceholder: () => 'pp',
61
60
  fieldSecondsPlaceholder: () => 'mm',
62
- fieldMeridiemPlaceholder: () => 'dd'
63
-
61
+ fieldMeridiemPlaceholder: () => 'dd',
64
62
  // View names
65
- // year: 'Year',
66
- // month: 'Month',
67
- // day: 'Day',
68
- // weekDay: 'Week day',
69
- // hours: 'Hours',
70
- // minutes: 'Minutes',
71
- // seconds: 'Seconds',
72
- // meridiem: 'Meridiem',
73
-
63
+ year: 'Év',
64
+ month: 'Hónap',
65
+ day: 'Nap',
66
+ weekDay: 'Hétköznap',
67
+ hours: timeViews.hours,
68
+ minutes: timeViews.minutes,
69
+ seconds: timeViews.seconds,
70
+ meridiem: timeViews.meridiem,
74
71
  // Common
75
- // empty: 'Empty',
72
+ empty: 'Üres'
76
73
  };
77
74
  export const huHU = getPickersLocalization(huHUPickers);
@@ -343,7 +343,7 @@ process.env.NODE_ENV !== "production" ? DatePicker.propTypes = {
343
343
  /**
344
344
  * Define custom view renderers for each section.
345
345
  * If `null`, the section will only have field editing.
346
- * If `undefined`, internally defined view will be the used.
346
+ * If `undefined`, internally defined view will be used.
347
347
  */
348
348
  viewRenderers: _propTypes.default.shape({
349
349
  day: _propTypes.default.func,
@@ -410,7 +410,7 @@ process.env.NODE_ENV !== "production" ? DateTimePicker.propTypes = {
410
410
  /**
411
411
  * Define custom view renderers for each section.
412
412
  * If `null`, the section will only have field editing.
413
- * If `undefined`, internally defined view will be the used.
413
+ * If `undefined`, internally defined view will be used.
414
414
  */
415
415
  viewRenderers: _propTypes.default.shape({
416
416
  day: _propTypes.default.func,
@@ -358,7 +358,7 @@ DesktopDatePicker.propTypes = {
358
358
  /**
359
359
  * Define custom view renderers for each section.
360
360
  * If `null`, the section will only have field editing.
361
- * If `undefined`, internally defined view will be the used.
361
+ * If `undefined`, internally defined view will be used.
362
362
  */
363
363
  viewRenderers: _propTypes.default.shape({
364
364
  day: _propTypes.default.func,
@@ -510,7 +510,7 @@ DesktopDateTimePicker.propTypes = {
510
510
  /**
511
511
  * Define custom view renderers for each section.
512
512
  * If `null`, the section will only have field editing.
513
- * If `undefined`, internally defined view will be the used.
513
+ * If `undefined`, internally defined view will be used.
514
514
  */
515
515
  viewRenderers: _propTypes.default.shape({
516
516
  day: _propTypes.default.func,
@@ -345,7 +345,7 @@ DesktopTimePicker.propTypes = {
345
345
  /**
346
346
  * Define custom view renderers for each section.
347
347
  * If `null`, the section will only have field editing.
348
- * If `undefined`, internally defined view will be the used.
348
+ * If `undefined`, internally defined view will be used.
349
349
  */
350
350
  viewRenderers: _propTypes.default.shape({
351
351
  hours: _propTypes.default.func,
@@ -355,7 +355,7 @@ MobileDatePicker.propTypes = {
355
355
  /**
356
356
  * Define custom view renderers for each section.
357
357
  * If `null`, the section will only have field editing.
358
- * If `undefined`, internally defined view will be the used.
358
+ * If `undefined`, internally defined view will be used.
359
359
  */
360
360
  viewRenderers: _propTypes.default.shape({
361
361
  day: _propTypes.default.func,
@@ -411,7 +411,7 @@ MobileDateTimePicker.propTypes = {
411
411
  /**
412
412
  * Define custom view renderers for each section.
413
413
  * If `null`, the section will only have field editing.
414
- * If `undefined`, internally defined view will be the used.
414
+ * If `undefined`, internally defined view will be used.
415
415
  */
416
416
  viewRenderers: _propTypes.default.shape({
417
417
  day: _propTypes.default.func,
@@ -303,7 +303,7 @@ MobileTimePicker.propTypes = {
303
303
  /**
304
304
  * Define custom view renderers for each section.
305
305
  * If `null`, the section will only have field editing.
306
- * If `undefined`, internally defined view will be the used.
306
+ * If `undefined`, internally defined view will be used.
307
307
  */
308
308
  viewRenderers: _propTypes.default.shape({
309
309
  hours: _propTypes.default.func,
@@ -285,7 +285,7 @@ StaticDatePicker.propTypes = {
285
285
  /**
286
286
  * Define custom view renderers for each section.
287
287
  * If `null`, the section will only have field editing.
288
- * If `undefined`, internally defined view will be the used.
288
+ * If `undefined`, internally defined view will be used.
289
289
  */
290
290
  viewRenderers: _propTypes.default.shape({
291
291
  day: _propTypes.default.func,
@@ -341,7 +341,7 @@ StaticDateTimePicker.propTypes = {
341
341
  /**
342
342
  * Define custom view renderers for each section.
343
343
  * If `null`, the section will only have field editing.
344
- * If `undefined`, internally defined view will be the used.
344
+ * If `undefined`, internally defined view will be used.
345
345
  */
346
346
  viewRenderers: _propTypes.default.shape({
347
347
  day: _propTypes.default.func,
@@ -232,7 +232,7 @@ StaticTimePicker.propTypes = {
232
232
  /**
233
233
  * Define custom view renderers for each section.
234
234
  * If `null`, the section will only have field editing.
235
- * If `undefined`, internally defined view will be the used.
235
+ * If `undefined`, internally defined view will be used.
236
236
  */
237
237
  viewRenderers: _propTypes.default.shape({
238
238
  hours: _propTypes.default.func,
@@ -309,7 +309,7 @@ process.env.NODE_ENV !== "production" ? TimePicker.propTypes = {
309
309
  /**
310
310
  * Define custom view renderers for each section.
311
311
  * If `null`, the section will only have field editing.
312
- * If `undefined`, internally defined view will be the used.
312
+ * If `undefined`, internally defined view will be used.
313
313
  */
314
314
  viewRenderers: _propTypes.default.shape({
315
315
  hours: _propTypes.default.func,
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-date-pickers v7.3.1
2
+ * @mui/x-date-pickers v7.3.2
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -22,11 +22,10 @@ const heILPickers = {
22
22
  // DateRange labels
23
23
  start: 'תחילה',
24
24
  end: 'סיום',
25
- // startDate: 'Start date',
26
- // startTime: 'Start time',
27
- // endDate: 'End date',
28
- // endTime: 'End time',
29
-
25
+ startDate: 'תאריך תחילה',
26
+ startTime: 'שעת תחילה',
27
+ endDate: 'תאריך סיום',
28
+ endTime: 'שעת סיום',
30
29
  // Action bar
31
30
  cancelButtonLabel: 'ביטול',
32
31
  clearButtonLabel: 'ניקוי',
@@ -52,8 +51,7 @@ const heILPickers = {
52
51
  // Open picker labels
53
52
  openDatePickerDialogue: (value, utils) => value !== null && utils.isValid(value) ? `בחירת תאריך, התאריך שנבחר הוא ${utils.format(value, 'fullDate')}` : 'בחירת תאריך',
54
53
  openTimePickerDialogue: (value, utils) => value !== null && utils.isValid(value) ? `בחירת שעה, השעה שנבחרה היא ${utils.format(value, 'fullTime')}` : 'בחירת שעה',
55
- // fieldClearLabel: 'Clear value',
56
-
54
+ fieldClearLabel: 'נקה ערך',
57
55
  // Table labels
58
56
  timeTableLabel: 'בחירת שעה',
59
57
  dateTableLabel: 'בחירת תאריך',
@@ -65,19 +63,18 @@ const heILPickers = {
65
63
  fieldHoursPlaceholder: () => 'hh',
66
64
  fieldMinutesPlaceholder: () => 'mm',
67
65
  fieldSecondsPlaceholder: () => 'ss',
68
- fieldMeridiemPlaceholder: () => 'aa'
69
-
66
+ fieldMeridiemPlaceholder: () => 'aa',
70
67
  // View names
71
- // year: 'Year',
72
- // month: 'Month',
73
- // day: 'Day',
74
- // weekDay: 'Week day',
75
- // hours: 'Hours',
76
- // minutes: 'Minutes',
77
- // seconds: 'Seconds',
68
+ year: 'שנה',
69
+ month: 'חודש',
70
+ day: 'יום',
71
+ weekDay: 'יום בשבוע',
72
+ hours: 'שעות',
73
+ minutes: 'דקות',
74
+ seconds: 'שניות',
78
75
  // meridiem: 'Meridiem',
79
76
 
80
77
  // Common
81
- // empty: 'Empty',
78
+ empty: 'ריק'
82
79
  };
83
80
  const heIL = exports.heIL = (0, _getPickersLocalization.getPickersLocalization)(heILPickers);
@@ -23,11 +23,10 @@ const huHUPickers = {
23
23
  // DateRange labels
24
24
  start: 'Kezdő dátum',
25
25
  end: 'Záró dátum',
26
- // startDate: 'Start date',
27
- // startTime: 'Start time',
28
- // endDate: 'End date',
29
- // endTime: 'End time',
30
-
26
+ startDate: 'Kezdő dátum',
27
+ startTime: 'Kezdő idő',
28
+ endDate: 'Záró dátum',
29
+ endTime: 'Záró idő',
31
30
  // Action bar
32
31
  cancelButtonLabel: 'Mégse',
33
32
  clearButtonLabel: 'Törlés',
@@ -61,23 +60,21 @@ const huHUPickers = {
61
60
  fieldYearPlaceholder: params => 'É'.repeat(params.digitAmount),
62
61
  fieldMonthPlaceholder: params => params.contentType === 'letter' ? 'HHHH' : 'HH',
63
62
  fieldDayPlaceholder: () => 'NN',
64
- // fieldWeekDayPlaceholder: params => params.contentType === 'letter' ? 'EEEE' : 'EE',
63
+ fieldWeekDayPlaceholder: params => params.contentType === 'letter' ? 'NNNN' : 'NN',
65
64
  fieldHoursPlaceholder: () => 'óó',
66
65
  fieldMinutesPlaceholder: () => 'pp',
67
66
  fieldSecondsPlaceholder: () => 'mm',
68
- fieldMeridiemPlaceholder: () => 'dd'
69
-
67
+ fieldMeridiemPlaceholder: () => 'dd',
70
68
  // View names
71
- // year: 'Year',
72
- // month: 'Month',
73
- // day: 'Day',
74
- // weekDay: 'Week day',
75
- // hours: 'Hours',
76
- // minutes: 'Minutes',
77
- // seconds: 'Seconds',
78
- // meridiem: 'Meridiem',
79
-
69
+ year: 'Év',
70
+ month: 'Hónap',
71
+ day: 'Nap',
72
+ weekDay: 'Hétköznap',
73
+ hours: timeViews.hours,
74
+ minutes: timeViews.minutes,
75
+ seconds: timeViews.seconds,
76
+ meridiem: timeViews.meridiem,
80
77
  // Common
81
- // empty: 'Empty',
78
+ empty: 'Üres'
82
79
  };
83
80
  const huHU = exports.huHU = (0, _getPickersLocalization.getPickersLocalization)(huHUPickers);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-date-pickers",
3
- "version": "7.3.1",
3
+ "version": "7.3.2",
4
4
  "description": "The community edition of the Date and Time Picker components (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",