@mui/x-date-pickers 7.1.0 → 7.1.1
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 +175 -4
- package/DateCalendar/DateCalendar.js +1 -1
- package/DateCalendar/DayCalendar.d.ts +1 -1
- package/DateField/DateField.js +1 -1
- package/DatePicker/DatePicker.js +1 -1
- package/DateTimeField/DateTimeField.js +2 -2
- package/DateTimeField/DateTimeField.types.d.ts +1 -1
- package/DateTimePicker/DateTimePicker.js +2 -2
- package/DesktopDatePicker/DesktopDatePicker.js +1 -1
- package/DesktopDateTimePicker/DesktopDateTimePicker.js +2 -2
- package/DesktopTimePicker/DesktopTimePicker.js +1 -1
- package/DigitalClock/DigitalClock.js +1 -1
- package/MobileDatePicker/MobileDatePicker.js +1 -1
- package/MobileDateTimePicker/MobileDateTimePicker.js +2 -2
- package/MobileTimePicker/MobileTimePicker.js +1 -1
- package/MultiSectionDigitalClock/MultiSectionDigitalClock.js +1 -1
- package/PickersShortcuts/PickersShortcuts.d.ts +1 -1
- package/PickersShortcuts/PickersShortcuts.js +1 -1
- package/README.md +1 -1
- package/StaticDatePicker/StaticDatePicker.js +1 -1
- package/StaticDateTimePicker/StaticDateTimePicker.js +2 -2
- package/StaticTimePicker/StaticTimePicker.js +1 -1
- package/TimeClock/TimeClock.js +1 -1
- package/TimeField/TimeField.js +2 -2
- package/TimeField/TimeField.types.d.ts +1 -1
- package/TimePicker/TimePicker.js +1 -1
- package/index.js +1 -1
- package/internals/hooks/useField/useField.types.d.ts +1 -1
- package/internals/hooks/useField/useFieldV6TextField.js +3 -1
- package/internals/models/props/clock.d.ts +1 -1
- package/locales/faIR.js +7 -8
- package/locales/ptBR.js +14 -17
- package/locales/ukUA.js +15 -19
- package/modern/DateCalendar/DateCalendar.js +1 -1
- package/modern/DateField/DateField.js +1 -1
- package/modern/DatePicker/DatePicker.js +1 -1
- package/modern/DateTimeField/DateTimeField.js +2 -2
- package/modern/DateTimePicker/DateTimePicker.js +2 -2
- package/modern/DesktopDatePicker/DesktopDatePicker.js +1 -1
- package/modern/DesktopDateTimePicker/DesktopDateTimePicker.js +2 -2
- package/modern/DesktopTimePicker/DesktopTimePicker.js +1 -1
- package/modern/DigitalClock/DigitalClock.js +1 -1
- package/modern/MobileDatePicker/MobileDatePicker.js +1 -1
- package/modern/MobileDateTimePicker/MobileDateTimePicker.js +2 -2
- package/modern/MobileTimePicker/MobileTimePicker.js +1 -1
- package/modern/MultiSectionDigitalClock/MultiSectionDigitalClock.js +1 -1
- package/modern/PickersShortcuts/PickersShortcuts.js +1 -1
- package/modern/StaticDatePicker/StaticDatePicker.js +1 -1
- package/modern/StaticDateTimePicker/StaticDateTimePicker.js +2 -2
- package/modern/StaticTimePicker/StaticTimePicker.js +1 -1
- package/modern/TimeClock/TimeClock.js +1 -1
- package/modern/TimeField/TimeField.js +2 -2
- package/modern/TimePicker/TimePicker.js +1 -1
- package/modern/index.js +1 -1
- package/modern/internals/hooks/useField/useFieldV6TextField.js +3 -1
- package/modern/locales/faIR.js +7 -8
- package/modern/locales/ptBR.js +14 -17
- package/modern/locales/ukUA.js +15 -19
- package/node/DateCalendar/DateCalendar.js +1 -1
- package/node/DateField/DateField.js +1 -1
- package/node/DatePicker/DatePicker.js +1 -1
- package/node/DateTimeField/DateTimeField.js +2 -2
- package/node/DateTimePicker/DateTimePicker.js +2 -2
- package/node/DesktopDatePicker/DesktopDatePicker.js +1 -1
- package/node/DesktopDateTimePicker/DesktopDateTimePicker.js +2 -2
- package/node/DesktopTimePicker/DesktopTimePicker.js +1 -1
- package/node/DigitalClock/DigitalClock.js +1 -1
- package/node/MobileDatePicker/MobileDatePicker.js +1 -1
- package/node/MobileDateTimePicker/MobileDateTimePicker.js +2 -2
- package/node/MobileTimePicker/MobileTimePicker.js +1 -1
- package/node/MultiSectionDigitalClock/MultiSectionDigitalClock.js +1 -1
- package/node/PickersShortcuts/PickersShortcuts.js +1 -1
- package/node/StaticDatePicker/StaticDatePicker.js +1 -1
- package/node/StaticDateTimePicker/StaticDateTimePicker.js +2 -2
- package/node/StaticTimePicker/StaticTimePicker.js +1 -1
- package/node/TimeClock/TimeClock.js +1 -1
- package/node/TimeField/TimeField.js +2 -2
- package/node/TimePicker/TimePicker.js +1 -1
- package/node/index.js +1 -1
- package/node/internals/hooks/useField/useFieldV6TextField.js +3 -1
- package/node/locales/faIR.js +7 -8
- package/node/locales/ptBR.js +14 -17
- package/node/locales/ukUA.js +15 -19
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,107 @@
|
|
|
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.1.1
|
|
7
|
+
|
|
8
|
+
_Apr 5, 2024_
|
|
9
|
+
|
|
10
|
+
We'd like to offer a big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 🚀 Add `setItemExpansion` Tree View API method (#12595) @flaviendelangle
|
|
13
|
+
- 🌍 Improve Persian (fa-IR), Portuguese (pt-BR), and Spanish (es-ES) locale on the Data Grid
|
|
14
|
+
- 🌍 Improve Persian (fa-IR), Portuguese (pt-BR), and Ukrainian (uk-UA) locale on the Pickers
|
|
15
|
+
- 🐞 Bugfixes
|
|
16
|
+
- 📚 Documentation improvements
|
|
17
|
+
|
|
18
|
+
### Data Grid
|
|
19
|
+
|
|
20
|
+
#### `@mui/x-data-grid@7.1.1`
|
|
21
|
+
|
|
22
|
+
- [DataGrid] Allow higher packages' props to be used in MIT (#12365) @MBilalShafi
|
|
23
|
+
- [DataGrid] Fix RTL mode (#12583) @romgrk
|
|
24
|
+
- [DataGrid] Fix `ColDefChangesGridNoSnap` demo crash (#12663) @MBilalShafi
|
|
25
|
+
- [DataGrid] Fix server-side filter demo not working (#12662) @MBilalShafi
|
|
26
|
+
- [DataGrid] Log error if `rowCount` is used with client-side pagination (#12448) @michelengelen
|
|
27
|
+
- [DataGrid] Remove `GridFormatterParams` completely (#12660) @romgrk
|
|
28
|
+
- [DataGrid] Restore main slot (#12657) @romgrk
|
|
29
|
+
- [l10n] Improve Persian (fa-IR) locale (#12630) @amirhosseinzf
|
|
30
|
+
- [l10n] Improve Portuguese (pt-BR) locale (#12618) @hugoalkimim
|
|
31
|
+
- [l10n] Improve Spanish (es-ES) locale (#12606) @aitor40
|
|
32
|
+
|
|
33
|
+
#### `@mui/x-data-grid-pro@7.1.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
34
|
+
|
|
35
|
+
Same changes as in `@mui/x-data-grid@7.1.1`.
|
|
36
|
+
|
|
37
|
+
#### `@mui/x-data-grid-premium@7.1.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
38
|
+
|
|
39
|
+
Same changes as in `@mui/x-data-grid-pro@7.1.1`.
|
|
40
|
+
|
|
41
|
+
### Date and Time Pickers
|
|
42
|
+
|
|
43
|
+
#### `@mui/x-date-pickers@7.1.1`
|
|
44
|
+
|
|
45
|
+
- [fields] Fix `readOnly` behavior (#12609) @LukasTy
|
|
46
|
+
- [l10n] Improve Persian (fa-IR) locale (#12632) @misafari
|
|
47
|
+
- [l10n] Improve Portuguese (pt-BR) locale (#12613) @cnHealth
|
|
48
|
+
- [l10n] Improve Ukrainian (uk-UA) locale (#12627) @alexkobylansky
|
|
49
|
+
|
|
50
|
+
#### `@mui/x-date-pickers-pro@7.1.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
51
|
+
|
|
52
|
+
Same changes as in `@mui/x-date-pickers@7.1.1`, plus:
|
|
53
|
+
|
|
54
|
+
- [DateTimeRangePicker] Fix selection on same day (#12604) @LukasTy
|
|
55
|
+
|
|
56
|
+
### Charts
|
|
57
|
+
|
|
58
|
+
#### `@mui/x-charts@7.1.1`
|
|
59
|
+
|
|
60
|
+
- [charts] Fix `tickInterval` usage for y-axis (#12592) @alexfauquette
|
|
61
|
+
- [charts] Fix Scatter series highlight when `id` is a `number` (#12677) @JCQuintas
|
|
62
|
+
- [charts] Fix TS error when using `sx` property on `ChartsTooltip` (#12659) @JCQuintas
|
|
63
|
+
|
|
64
|
+
### Tree View
|
|
65
|
+
|
|
66
|
+
#### `@mui/x-tree-view@7.1.1`
|
|
67
|
+
|
|
68
|
+
- [TreeView] Add JSDoc to all `publicAPI` methods (#12649) @flaviendelangle
|
|
69
|
+
- [TreeView] Create `RichTreeViewPro` component (not released yet) (#12610) @flaviendelangle
|
|
70
|
+
- [TreeView] Create pro package (not released yet) (#12240) @flaviendelangle
|
|
71
|
+
- [TreeView] Fix typo in errors (#12623) @alissa-tung
|
|
72
|
+
- [TreeView] New API method: `setItemExpansion` (#12595) @flaviendelangle
|
|
73
|
+
|
|
74
|
+
### Docs
|
|
75
|
+
|
|
76
|
+
- [docs] Add a recipe for the `checkboxSelectionVisibleOnly` prop (#12646) @michelengelen
|
|
77
|
+
- [docs] Explain the use of `_action: 'delete'` in `processRowUpdate` (#12670) @michelengelen
|
|
78
|
+
- [docs] Fix formatting and typo on migration guide @oliviertassinari
|
|
79
|
+
- [docs] Fix formatting in changelog @oliviertassinari
|
|
80
|
+
- [docs] Fix grammar in TreeView migration doc (#12615) @joshkel
|
|
81
|
+
- [docs] Fix missing closing props in `PieShapeNoSnap` demo (#12636) @alp-ex
|
|
82
|
+
- [docs] Fix type arguments in Custom Field page (#12619) @Juneezee
|
|
83
|
+
- [docs] Fix typo in `getItemId` prop description (#12637) @flaviendelangle
|
|
84
|
+
- [docs] Make the Charts `margin` usage more visible (#12591) @alexfauquette
|
|
85
|
+
- [docs] Match IE 11 spacing with Material UI @oliviertassinari
|
|
86
|
+
- [docs] Move data grid interfaces to standard API page layout (#12016) @alexfauquette
|
|
87
|
+
- [docs] Remove ` around @default values (#12158) @alexfauquette
|
|
88
|
+
- [docs] Remove `day` from the default `dayOfWeekFormatter` function params (#12644) @LukasTy
|
|
89
|
+
- [docs] Use `TreeItem2` for icon expansion example on `RichTreeView` (#12563) @flaviendelangle
|
|
90
|
+
|
|
91
|
+
### Core
|
|
92
|
+
|
|
93
|
+
- [core] Add cherry-pick `master` to `v6` action (#12648) @LukasTy
|
|
94
|
+
- [core] Fix typo in `@mui/x-tree-view-pro/themeAugmentation` (#12674) @flaviendelangle
|
|
95
|
+
- [core] Introduce `describeTreeView` to run test on `SimpleTreeView` and `RichTreeView`, using `TreeItem` and `TreeItem2` + migrate expansion tests (#12428) @flaviendelangle
|
|
96
|
+
- [core] Limit `test-types` CI step allowed memory (#12651) @LukasTy
|
|
97
|
+
- [core] Remove explicit `express` package (#12602) @LukasTy
|
|
98
|
+
- [core] Update to new embedded translations in the docs package (#12232) @Janpot
|
|
99
|
+
- [core] Use PR labels to identify the package a `l10n` PR belongs to (#12639) @LukasTy
|
|
100
|
+
- [core] Use `describeTreeView` for selection tests (#12647) @flaviendelangle
|
|
101
|
+
- [docs-infra] Adjust the links to search for issues (#11995) @michelengelen
|
|
102
|
+
- [infra] Polish support survey experience (#12624) @oliviertassinari
|
|
103
|
+
- [support-infra] Replace author association with a permission check in survey action (#12068) @michelengelen
|
|
104
|
+
- [support-infra] Fix user permission check (#12669) @michelengelen
|
|
105
|
+
- [test] Fix Tree View test import (#12668) @LukasTy
|
|
106
|
+
|
|
6
107
|
## 7.1.0
|
|
7
108
|
|
|
8
109
|
_Mar 28, 2024_
|
|
@@ -74,7 +175,7 @@ Same changes as in `@mui/x-date-pickers@7.1.0`, plus:
|
|
|
74
175
|
- [core] Include `DateTimeRangePicker` tag in `releaseChangelog` (#12526) @LukasTy
|
|
75
176
|
- [core] Upgrade monorepo (#12536) @cherniavskii
|
|
76
177
|
|
|
77
|
-
##
|
|
178
|
+
## 7.0.0
|
|
78
179
|
|
|
79
180
|
_Mar 22, 2024_
|
|
80
181
|
|
|
@@ -530,13 +631,13 @@ We'd like to offer a big thanks to the 10 contributors who made this release pos
|
|
|
530
631
|
|
|
531
632
|
- 🎁 Introduce a new DOM structure for the field components that provides a better accessibility
|
|
532
633
|
- 🚀 Simplify Data Grid DOM structure for improved performance (#12013) @romgrk
|
|
533
|
-
- 🕥 The support for
|
|
634
|
+
- 🕥 The support for IE 11 has been removed (#12151) @flaviendelangle
|
|
534
635
|
- 🐞 Bugfixes
|
|
535
636
|
- 📚 Documentation improvements
|
|
536
637
|
|
|
537
638
|
### Breaking changes
|
|
538
639
|
|
|
539
|
-
- The support for
|
|
640
|
+
- The support for IE 11 has been removed from all MUI X packages. The `legacy` bundle that used to support old browsers like IE 11 is no longer included.
|
|
540
641
|
|
|
541
642
|
### Data Grid
|
|
542
643
|
|
|
@@ -641,7 +742,7 @@ These components are no longer exported from `@mui/x-charts`:
|
|
|
641
742
|
|
|
642
743
|
### Tree View / `@mui/x-tree-view@7.0.0-beta.4`
|
|
643
744
|
|
|
644
|
-
- [TreeView] Stop using custom `findIndex` to support
|
|
745
|
+
- [TreeView] Stop using custom `findIndex` to support IE 11 (#12129) @flaviendelangle
|
|
645
746
|
|
|
646
747
|
### Docs
|
|
647
748
|
|
|
@@ -2871,6 +2972,76 @@ Here is an example of the renaming for the `<ChartsTooltip />` component.
|
|
|
2871
2972
|
- [core] Update release instructions as per v7 configuration (#10962) @MBilalShafi
|
|
2872
2973
|
- [license] Correctly throw errors (#10924) @oliviertassinari
|
|
2873
2974
|
|
|
2975
|
+
## 6.19.9
|
|
2976
|
+
|
|
2977
|
+
_Apr 5, 2024_
|
|
2978
|
+
|
|
2979
|
+
We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
|
|
2980
|
+
|
|
2981
|
+
- 🐞 Bugfixes
|
|
2982
|
+
- 📚 Documentation improvements
|
|
2983
|
+
|
|
2984
|
+
### Data Grid
|
|
2985
|
+
|
|
2986
|
+
#### `@mui/x-data-grid@6.19.9`
|
|
2987
|
+
|
|
2988
|
+
- [DataGrid] Remove legacy editing API event: `rowEditCommit` (#12087) @MBilalShafi
|
|
2989
|
+
|
|
2990
|
+
#### `@mui/x-data-grid-pro@6.19.9` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
2991
|
+
|
|
2992
|
+
Same changes as in `@mui/x-data-grid@6.19.9`.
|
|
2993
|
+
|
|
2994
|
+
#### `@mui/x-data-grid-premium@6.19.9` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
2995
|
+
|
|
2996
|
+
Same changes as in `@mui/x-data-grid-pro@6.19.9`.
|
|
2997
|
+
|
|
2998
|
+
### Date Pickers
|
|
2999
|
+
|
|
3000
|
+
#### `@mui/x-date-pickers@6.19.9`
|
|
3001
|
+
|
|
3002
|
+
No changes.
|
|
3003
|
+
|
|
3004
|
+
#### `@mui/x-date-pickers-pro@6.19.9` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
3005
|
+
|
|
3006
|
+
- [DateRangePicker] Fix selection behavior with single input field when `readOnly` (#12605) @LukasTy
|
|
3007
|
+
|
|
3008
|
+
### Docs
|
|
3009
|
+
|
|
3010
|
+
- [docs] Add a recipe for the `checkboxSelectionVisibleOnly` prop (#12667) @michelengelen
|
|
3011
|
+
- [docs] Explain the use of `_action: 'delete'` in `processRowUpdate` (#12673) @michelengelen
|
|
3012
|
+
|
|
3013
|
+
### Core
|
|
3014
|
+
|
|
3015
|
+
- [core] Use Circle CI context (#12607) @cherniavskii
|
|
3016
|
+
|
|
3017
|
+
## 6.19.8
|
|
3018
|
+
|
|
3019
|
+
_Mar 20, 2024_
|
|
3020
|
+
|
|
3021
|
+
We'd like to offer a big thanks to the 3 contributors who made this release possible.
|
|
3022
|
+
|
|
3023
|
+
### Data Grid
|
|
3024
|
+
|
|
3025
|
+
#### `@mui/x-data-grid@6.19.8`
|
|
3026
|
+
|
|
3027
|
+
- [DataGrid] Fix `ElementType` usage (#12505) @cherniavskii
|
|
3028
|
+
- [DataGrid] Fix cell value formatting on copy (#12483) @sai6855
|
|
3029
|
+
- [DataGrid] Fix checkbox selection when filtering (#12485) @g1mishra
|
|
3030
|
+
|
|
3031
|
+
#### `@mui/x-data-grid-pro@6.19.8` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
3032
|
+
|
|
3033
|
+
Same changes as in `@mui/x-data-grid@6.19.8`.
|
|
3034
|
+
|
|
3035
|
+
#### `@mui/x-data-grid-premium@6.19.8` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
3036
|
+
|
|
3037
|
+
Same changes as in `@mui/x-data-grid-pro@6.19.8`, plus:
|
|
3038
|
+
|
|
3039
|
+
- [DataGridPremium] Add support for confirmation before clipboard paste (#12466) @cherniavskii
|
|
3040
|
+
|
|
3041
|
+
### Docs
|
|
3042
|
+
|
|
3043
|
+
- [docs] Update links to v7 (#12495) @cherniavskii
|
|
3044
|
+
|
|
2874
3045
|
## 6.19.7
|
|
2875
3046
|
|
|
2876
3047
|
_Mar 14, 2024_
|
|
@@ -363,7 +363,7 @@ process.env.NODE_ENV !== "production" ? DateCalendar.propTypes = {
|
|
|
363
363
|
* Formats the day of week displayed in the calendar header.
|
|
364
364
|
* @param {TDate} date The date of the day of week provided by the adapter.
|
|
365
365
|
* @returns {string} The name to display.
|
|
366
|
-
* @default (
|
|
366
|
+
* @default (date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()
|
|
367
367
|
*/
|
|
368
368
|
dayOfWeekFormatter: PropTypes.func,
|
|
369
369
|
/**
|
|
@@ -38,7 +38,7 @@ export interface ExportedDayCalendarProps<TDate extends PickerValidDate> extends
|
|
|
38
38
|
* Formats the day of week displayed in the calendar header.
|
|
39
39
|
* @param {TDate} date The date of the day of week provided by the adapter.
|
|
40
40
|
* @returns {string} The name to display.
|
|
41
|
-
* @default (
|
|
41
|
+
* @default (date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()
|
|
42
42
|
*/
|
|
43
43
|
dayOfWeekFormatter?: (date: TDate) => string;
|
|
44
44
|
/**
|
package/DateField/DateField.js
CHANGED
|
@@ -274,7 +274,7 @@ process.env.NODE_ENV !== "production" ? DateField.propTypes = {
|
|
|
274
274
|
* Warning n°3: When used in strict mode, dayjs and moment require to respect the leading zeros.
|
|
275
275
|
* This mean that when using `shouldRespectLeadingZeros={false}`, if you retrieve the value directly from the input (not listening to `onChange`) and your format contains tokens without leading zeros, the value will not be parsed by your library.
|
|
276
276
|
*
|
|
277
|
-
* @default
|
|
277
|
+
* @default false
|
|
278
278
|
*/
|
|
279
279
|
shouldRespectLeadingZeros: PropTypes.bool,
|
|
280
280
|
/**
|
package/DatePicker/DatePicker.js
CHANGED
|
@@ -65,7 +65,7 @@ process.env.NODE_ENV !== "production" ? DatePicker.propTypes = {
|
|
|
65
65
|
* Formats the day of week displayed in the calendar header.
|
|
66
66
|
* @param {TDate} date The date of the day of week provided by the adapter.
|
|
67
67
|
* @returns {string} The name to display.
|
|
68
|
-
* @default (
|
|
68
|
+
* @default (date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()
|
|
69
69
|
*/
|
|
70
70
|
dayOfWeekFormatter: PropTypes.func,
|
|
71
71
|
/**
|
|
@@ -64,7 +64,7 @@ process.env.NODE_ENV !== "production" ? DateTimeField.propTypes = {
|
|
|
64
64
|
// ----------------------------------------------------------------------
|
|
65
65
|
/**
|
|
66
66
|
* 12h/24h view for hour selection clock.
|
|
67
|
-
* @default
|
|
67
|
+
* @default utils.is12HourCycleInCurrentLocale()
|
|
68
68
|
*/
|
|
69
69
|
ampm: PropTypes.bool,
|
|
70
70
|
/**
|
|
@@ -315,7 +315,7 @@ process.env.NODE_ENV !== "production" ? DateTimeField.propTypes = {
|
|
|
315
315
|
* Warning n°3: When used in strict mode, dayjs and moment require to respect the leading zeros.
|
|
316
316
|
* This mean that when using `shouldRespectLeadingZeros={false}`, if you retrieve the value directly from the input (not listening to `onChange`) and your format contains tokens without leading zeros, the value will not be parsed by your library.
|
|
317
317
|
*
|
|
318
|
-
* @default
|
|
318
|
+
* @default false
|
|
319
319
|
*/
|
|
320
320
|
shouldRespectLeadingZeros: PropTypes.bool,
|
|
321
321
|
/**
|
|
@@ -9,7 +9,7 @@ import { ExportedUseClearableFieldProps, UseClearableFieldSlots, UseClearableFie
|
|
|
9
9
|
export interface UseDateTimeFieldProps<TDate extends PickerValidDate, TEnableAccessibleFieldDOMStructure extends boolean> extends MakeOptional<UseFieldInternalProps<TDate | null, TDate, FieldSection, TEnableAccessibleFieldDOMStructure, DateTimeValidationError>, 'format'>, DayValidationProps<TDate>, MonthValidationProps<TDate>, YearValidationProps<TDate>, BaseDateValidationProps<TDate>, TimeValidationProps<TDate>, BaseTimeValidationProps, DateTimeValidationProps<TDate>, ExportedUseClearableFieldProps {
|
|
10
10
|
/**
|
|
11
11
|
* 12h/24h view for hour selection clock.
|
|
12
|
-
* @default
|
|
12
|
+
* @default utils.is12HourCycleInCurrentLocale()
|
|
13
13
|
*/
|
|
14
14
|
ampm?: boolean;
|
|
15
15
|
}
|
|
@@ -50,7 +50,7 @@ process.env.NODE_ENV !== "production" ? DateTimePicker.propTypes = {
|
|
|
50
50
|
// ----------------------------------------------------------------------
|
|
51
51
|
/**
|
|
52
52
|
* 12h/24h view for hour selection clock.
|
|
53
|
-
* @default
|
|
53
|
+
* @default utils.is12HourCycleInCurrentLocale()
|
|
54
54
|
*/
|
|
55
55
|
ampm: PropTypes.bool,
|
|
56
56
|
/**
|
|
@@ -75,7 +75,7 @@ process.env.NODE_ENV !== "production" ? DateTimePicker.propTypes = {
|
|
|
75
75
|
* Formats the day of week displayed in the calendar header.
|
|
76
76
|
* @param {TDate} date The date of the day of week provided by the adapter.
|
|
77
77
|
* @returns {string} The name to display.
|
|
78
|
-
* @default (
|
|
78
|
+
* @default (date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()
|
|
79
79
|
*/
|
|
80
80
|
dayOfWeekFormatter: PropTypes.func,
|
|
81
81
|
/**
|
|
@@ -86,7 +86,7 @@ DesktopDatePicker.propTypes = {
|
|
|
86
86
|
* Formats the day of week displayed in the calendar header.
|
|
87
87
|
* @param {TDate} date The date of the day of week provided by the adapter.
|
|
88
88
|
* @returns {string} The name to display.
|
|
89
|
-
* @default (
|
|
89
|
+
* @default (date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()
|
|
90
90
|
*/
|
|
91
91
|
dayOfWeekFormatter: PropTypes.func,
|
|
92
92
|
/**
|
|
@@ -148,7 +148,7 @@ DesktopDateTimePicker.propTypes = {
|
|
|
148
148
|
// ----------------------------------------------------------------------
|
|
149
149
|
/**
|
|
150
150
|
* 12h/24h view for hour selection clock.
|
|
151
|
-
* @default
|
|
151
|
+
* @default utils.is12HourCycleInCurrentLocale()
|
|
152
152
|
*/
|
|
153
153
|
ampm: PropTypes.bool,
|
|
154
154
|
/**
|
|
@@ -173,7 +173,7 @@ DesktopDateTimePicker.propTypes = {
|
|
|
173
173
|
* Formats the day of week displayed in the calendar header.
|
|
174
174
|
* @param {TDate} date The date of the day of week provided by the adapter.
|
|
175
175
|
* @returns {string} The name to display.
|
|
176
|
-
* @default (
|
|
176
|
+
* @default (date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()
|
|
177
177
|
*/
|
|
178
178
|
dayOfWeekFormatter: PropTypes.func,
|
|
179
179
|
/**
|
|
@@ -92,7 +92,7 @@ DesktopTimePicker.propTypes = {
|
|
|
92
92
|
// ----------------------------------------------------------------------
|
|
93
93
|
/**
|
|
94
94
|
* 12h/24h view for hour selection clock.
|
|
95
|
-
* @default
|
|
95
|
+
* @default utils.is12HourCycleInCurrentLocale()
|
|
96
96
|
*/
|
|
97
97
|
ampm: PropTypes.bool,
|
|
98
98
|
/**
|
|
@@ -274,7 +274,7 @@ process.env.NODE_ENV !== "production" ? DigitalClock.propTypes = {
|
|
|
274
274
|
// ----------------------------------------------------------------------
|
|
275
275
|
/**
|
|
276
276
|
* 12h/24h view for hour selection clock.
|
|
277
|
-
* @default
|
|
277
|
+
* @default utils.is12HourCycleInCurrentLocale()
|
|
278
278
|
*/
|
|
279
279
|
ampm: PropTypes.bool,
|
|
280
280
|
/**
|
|
@@ -83,7 +83,7 @@ MobileDatePicker.propTypes = {
|
|
|
83
83
|
* Formats the day of week displayed in the calendar header.
|
|
84
84
|
* @param {TDate} date The date of the day of week provided by the adapter.
|
|
85
85
|
* @returns {string} The name to display.
|
|
86
|
-
* @default (
|
|
86
|
+
* @default (date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()
|
|
87
87
|
*/
|
|
88
88
|
dayOfWeekFormatter: PropTypes.func,
|
|
89
89
|
/**
|
|
@@ -78,7 +78,7 @@ MobileDateTimePicker.propTypes = {
|
|
|
78
78
|
// ----------------------------------------------------------------------
|
|
79
79
|
/**
|
|
80
80
|
* 12h/24h view for hour selection clock.
|
|
81
|
-
* @default
|
|
81
|
+
* @default utils.is12HourCycleInCurrentLocale()
|
|
82
82
|
*/
|
|
83
83
|
ampm: PropTypes.bool,
|
|
84
84
|
/**
|
|
@@ -103,7 +103,7 @@ MobileDateTimePicker.propTypes = {
|
|
|
103
103
|
* Formats the day of week displayed in the calendar header.
|
|
104
104
|
* @param {TDate} date The date of the day of week provided by the adapter.
|
|
105
105
|
* @returns {string} The name to display.
|
|
106
|
-
* @default (
|
|
106
|
+
* @default (date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()
|
|
107
107
|
*/
|
|
108
108
|
dayOfWeekFormatter: PropTypes.func,
|
|
109
109
|
/**
|
|
@@ -71,7 +71,7 @@ MobileTimePicker.propTypes = {
|
|
|
71
71
|
// ----------------------------------------------------------------------
|
|
72
72
|
/**
|
|
73
73
|
* 12h/24h view for hour selection clock.
|
|
74
|
-
* @default
|
|
74
|
+
* @default utils.is12HourCycleInCurrentLocale()
|
|
75
75
|
*/
|
|
76
76
|
ampm: PropTypes.bool,
|
|
77
77
|
/**
|
|
@@ -331,7 +331,7 @@ process.env.NODE_ENV !== "production" ? MultiSectionDigitalClock.propTypes = {
|
|
|
331
331
|
// ----------------------------------------------------------------------
|
|
332
332
|
/**
|
|
333
333
|
* 12h/24h view for hour selection clock.
|
|
334
|
-
* @default
|
|
334
|
+
* @default utils.is12HourCycleInCurrentLocale()
|
|
335
335
|
*/
|
|
336
336
|
ampm: PropTypes.bool,
|
|
337
337
|
/**
|
|
@@ -13,7 +13,7 @@ export interface ExportedPickersShortcutProps<TValue> extends Omit<ListProps, 'o
|
|
|
13
13
|
/**
|
|
14
14
|
* Ordered array of shortcuts to display.
|
|
15
15
|
* If empty, does not display the shortcuts.
|
|
16
|
-
* @default
|
|
16
|
+
* @default []
|
|
17
17
|
*/
|
|
18
18
|
items?: PickersShortcutsItem<TValue>[];
|
|
19
19
|
/**
|
|
@@ -91,7 +91,7 @@ process.env.NODE_ENV !== "production" ? PickersShortcuts.propTypes = {
|
|
|
91
91
|
/**
|
|
92
92
|
* Ordered array of shortcuts to display.
|
|
93
93
|
* If empty, does not display the shortcuts.
|
|
94
|
-
* @default
|
|
94
|
+
* @default []
|
|
95
95
|
*/
|
|
96
96
|
items: PropTypes.arrayOf(PropTypes.shape({
|
|
97
97
|
getValue: PropTypes.func.isRequired,
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# MUI X Date Pickers
|
|
2
2
|
|
|
3
|
-
This package is the
|
|
3
|
+
This package is the Community plan edition of the Date and Time Picker components.
|
|
4
4
|
It's part of [MUI X](https://mui.com/x/), an open-core extension of MUI Core, with advanced components.
|
|
5
5
|
|
|
6
6
|
## Installation
|
|
@@ -64,7 +64,7 @@ StaticDatePicker.propTypes = {
|
|
|
64
64
|
* Formats the day of week displayed in the calendar header.
|
|
65
65
|
* @param {TDate} date The date of the day of week provided by the adapter.
|
|
66
66
|
* @returns {string} The name to display.
|
|
67
|
-
* @default (
|
|
67
|
+
* @default (date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()
|
|
68
68
|
*/
|
|
69
69
|
dayOfWeekFormatter: PropTypes.func,
|
|
70
70
|
/**
|
|
@@ -64,7 +64,7 @@ StaticDateTimePicker.propTypes = {
|
|
|
64
64
|
// ----------------------------------------------------------------------
|
|
65
65
|
/**
|
|
66
66
|
* 12h/24h view for hour selection clock.
|
|
67
|
-
* @default
|
|
67
|
+
* @default utils.is12HourCycleInCurrentLocale()
|
|
68
68
|
*/
|
|
69
69
|
ampm: PropTypes.bool,
|
|
70
70
|
/**
|
|
@@ -84,7 +84,7 @@ StaticDateTimePicker.propTypes = {
|
|
|
84
84
|
* Formats the day of week displayed in the calendar header.
|
|
85
85
|
* @param {TDate} date The date of the day of week provided by the adapter.
|
|
86
86
|
* @returns {string} The name to display.
|
|
87
|
-
* @default (
|
|
87
|
+
* @default (date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()
|
|
88
88
|
*/
|
|
89
89
|
dayOfWeekFormatter: PropTypes.func,
|
|
90
90
|
/**
|
|
@@ -56,7 +56,7 @@ StaticTimePicker.propTypes = {
|
|
|
56
56
|
// ----------------------------------------------------------------------
|
|
57
57
|
/**
|
|
58
58
|
* 12h/24h view for hour selection clock.
|
|
59
|
-
* @default
|
|
59
|
+
* @default utils.is12HourCycleInCurrentLocale()
|
|
60
60
|
*/
|
|
61
61
|
ampm: PropTypes.bool,
|
|
62
62
|
/**
|
package/TimeClock/TimeClock.js
CHANGED
|
@@ -317,7 +317,7 @@ process.env.NODE_ENV !== "production" ? TimeClock.propTypes = {
|
|
|
317
317
|
// ----------------------------------------------------------------------
|
|
318
318
|
/**
|
|
319
319
|
* 12h/24h view for hour selection clock.
|
|
320
|
-
* @default
|
|
320
|
+
* @default utils.is12HourCycleInCurrentLocale()
|
|
321
321
|
*/
|
|
322
322
|
ampm: PropTypes.bool,
|
|
323
323
|
/**
|
package/TimeField/TimeField.js
CHANGED
|
@@ -64,7 +64,7 @@ process.env.NODE_ENV !== "production" ? TimeField.propTypes = {
|
|
|
64
64
|
// ----------------------------------------------------------------------
|
|
65
65
|
/**
|
|
66
66
|
* 12h/24h view for hour selection clock.
|
|
67
|
-
* @default
|
|
67
|
+
* @default utils.is12HourCycleInCurrentLocale()
|
|
68
68
|
*/
|
|
69
69
|
ampm: PropTypes.bool,
|
|
70
70
|
/**
|
|
@@ -275,7 +275,7 @@ process.env.NODE_ENV !== "production" ? TimeField.propTypes = {
|
|
|
275
275
|
* Warning n°3: When used in strict mode, dayjs and moment require to respect the leading zeros.
|
|
276
276
|
* This mean that when using `shouldRespectLeadingZeros={false}`, if you retrieve the value directly from the input (not listening to `onChange`) and your format contains tokens without leading zeros, the value will not be parsed by your library.
|
|
277
277
|
*
|
|
278
|
-
* @default
|
|
278
|
+
* @default false
|
|
279
279
|
*/
|
|
280
280
|
shouldRespectLeadingZeros: PropTypes.bool,
|
|
281
281
|
/**
|
|
@@ -9,7 +9,7 @@ import { ExportedUseClearableFieldProps, UseClearableFieldSlots, UseClearableFie
|
|
|
9
9
|
export interface UseTimeFieldProps<TDate extends PickerValidDate, TEnableAccessibleFieldDOMStructure extends boolean> extends MakeOptional<UseFieldInternalProps<TDate | null, TDate, FieldSection, TEnableAccessibleFieldDOMStructure, TimeValidationError>, 'format'>, TimeValidationProps<TDate>, BaseTimeValidationProps, ExportedUseClearableFieldProps {
|
|
10
10
|
/**
|
|
11
11
|
* 12h/24h view for hour selection clock.
|
|
12
|
-
* @default
|
|
12
|
+
* @default utils.is12HourCycleInCurrentLocale()
|
|
13
13
|
*/
|
|
14
14
|
ampm?: boolean;
|
|
15
15
|
}
|
package/TimePicker/TimePicker.js
CHANGED
|
@@ -50,7 +50,7 @@ process.env.NODE_ENV !== "production" ? TimePicker.propTypes = {
|
|
|
50
50
|
// ----------------------------------------------------------------------
|
|
51
51
|
/**
|
|
52
52
|
* 12h/24h view for hour selection clock.
|
|
53
|
-
* @default
|
|
53
|
+
* @default utils.is12HourCycleInCurrentLocale()
|
|
54
54
|
*/
|
|
55
55
|
ampm: PropTypes.bool,
|
|
56
56
|
/**
|
package/index.js
CHANGED
|
@@ -68,7 +68,7 @@ export interface UseFieldInternalProps<TValue, TDate extends PickerValidDate, TS
|
|
|
68
68
|
* Warning n°3: When used in strict mode, dayjs and moment require to respect the leading zeros.
|
|
69
69
|
* This mean that when using `shouldRespectLeadingZeros={false}`, if you retrieve the value directly from the input (not listening to `onChange`) and your format contains tokens without leading zeros, the value will not be parsed by your library.
|
|
70
70
|
*
|
|
71
|
-
* @default
|
|
71
|
+
* @default false
|
|
72
72
|
*/
|
|
73
73
|
shouldRespectLeadingZeros?: boolean;
|
|
74
74
|
/**
|
|
@@ -112,7 +112,8 @@ export const useFieldV6TextField = params => {
|
|
|
112
112
|
getActiveSectionIndexFromDOM: () => {
|
|
113
113
|
const browserStartIndex = inputRef.current.selectionStart ?? 0;
|
|
114
114
|
const browserEndIndex = inputRef.current.selectionEnd ?? 0;
|
|
115
|
-
|
|
115
|
+
const isInputReadOnly = !!inputRef.current?.readOnly;
|
|
116
|
+
if (browserStartIndex === 0 && browserEndIndex === 0 || isInputReadOnly) {
|
|
116
117
|
return null;
|
|
117
118
|
}
|
|
118
119
|
const nextSectionIndex = browserStartIndex <= sections[0].startInInput ? 1 // Special case if browser index is in invisible characters at the beginning.
|
|
@@ -128,6 +129,7 @@ export const useFieldV6TextField = params => {
|
|
|
128
129
|
}), [inputRef, parsedSelectedSections, sections, setSelectedSections]);
|
|
129
130
|
const syncSelectionFromDOM = () => {
|
|
130
131
|
if (readOnly) {
|
|
132
|
+
setSelectedSections(null);
|
|
131
133
|
return;
|
|
132
134
|
}
|
|
133
135
|
const browserStartIndex = inputRef.current.selectionStart ?? 0;
|
|
@@ -8,7 +8,7 @@ import { TimeViewWithMeridiem } from '../common';
|
|
|
8
8
|
export interface ExportedBaseClockProps<TDate extends PickerValidDate> extends TimeValidationProps<TDate>, BaseTimeValidationProps, TimezoneProps {
|
|
9
9
|
/**
|
|
10
10
|
* 12h/24h view for hour selection clock.
|
|
11
|
-
* @default
|
|
11
|
+
* @default utils.is12HourCycleInCurrentLocale()
|
|
12
12
|
*/
|
|
13
13
|
ampm?: boolean;
|
|
14
14
|
}
|
package/locales/faIR.js
CHANGED
|
@@ -59,16 +59,15 @@ const faIRPickers = {
|
|
|
59
59
|
fieldHoursPlaceholder: () => 'hh',
|
|
60
60
|
fieldMinutesPlaceholder: () => 'mm',
|
|
61
61
|
fieldSecondsPlaceholder: () => 'ss',
|
|
62
|
-
fieldMeridiemPlaceholder: () => 'aa'
|
|
63
|
-
|
|
62
|
+
fieldMeridiemPlaceholder: () => 'aa',
|
|
64
63
|
// View names
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
64
|
+
year: 'سال',
|
|
65
|
+
month: 'ماه',
|
|
66
|
+
day: 'روز',
|
|
68
67
|
// weekDay: 'Week day',
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
68
|
+
hours: 'ساعت ها',
|
|
69
|
+
minutes: 'دقیقه ها',
|
|
70
|
+
seconds: 'ثانیه ها'
|
|
72
71
|
// meridiem: 'Meridiem',
|
|
73
72
|
|
|
74
73
|
// Common
|
package/locales/ptBR.js
CHANGED
|
@@ -16,11 +16,10 @@ const ptBRPickers = {
|
|
|
16
16
|
// DateRange labels
|
|
17
17
|
start: 'Início',
|
|
18
18
|
end: 'Fim',
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
19
|
+
startDate: 'Data de início',
|
|
20
|
+
startTime: 'Hora de início',
|
|
21
|
+
endDate: 'Data de Término',
|
|
22
|
+
endTime: 'Hora de Término',
|
|
24
23
|
// Action bar
|
|
25
24
|
cancelButtonLabel: 'Cancelar',
|
|
26
25
|
clearButtonLabel: 'Limpar',
|
|
@@ -59,19 +58,17 @@ const ptBRPickers = {
|
|
|
59
58
|
fieldHoursPlaceholder: () => 'hh',
|
|
60
59
|
fieldMinutesPlaceholder: () => 'mm',
|
|
61
60
|
fieldSecondsPlaceholder: () => 'ss',
|
|
62
|
-
fieldMeridiemPlaceholder: () => 'aa'
|
|
63
|
-
|
|
61
|
+
fieldMeridiemPlaceholder: () => 'aa',
|
|
64
62
|
// View names
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
63
|
+
year: 'Ano',
|
|
64
|
+
month: 'Mês',
|
|
65
|
+
day: 'Dia',
|
|
66
|
+
weekDay: 'Dia da Semana',
|
|
67
|
+
hours: 'Horas',
|
|
68
|
+
minutes: 'Minutos',
|
|
69
|
+
seconds: 'Segundos',
|
|
70
|
+
meridiem: 'Meio dia',
|
|
74
71
|
// Common
|
|
75
|
-
|
|
72
|
+
empty: 'Vazio'
|
|
76
73
|
};
|
|
77
74
|
export const ptBR = getPickersLocalization(ptBRPickers);
|