@mui/x-date-pickers 5.0.16 → 5.0.17

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
@@ -3,6 +3,32 @@
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
+ ## v5.17.22
7
+
8
+ _Feb 2, 2023_
9
+
10
+ We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 🌍 Add Urdu (ur-PK) locale
13
+ - 🌍 Improve French (fr-FR) and Italian (it-IT) locales
14
+ - 🐞 Bugfixes
15
+
16
+ ### `@mui/x-data-grid@v5.17.22` / `@mui/x-data-grid-pro@v5.17.22` / `@mui/x-data-grid-premium@v5.17.22`
17
+
18
+ #### Changes
19
+
20
+ - [DataGrid] Fix an error when deleting pinned row using the buttons in the `actions` column (#7767) @cherniavskii
21
+ - [DataGrid] Fix print preview regression in Chrome browser (#7405) @cherniavskii
22
+ - [l10n] Add Urdu (ur-PK) locale (#7778) @MBilalShafi
23
+ - [l10n] Improve French (fr-FR) locale (#7795) @Vivek-Prajapatii
24
+
25
+ ### `@mui/x-date-pickers@v5.0.17` / `@mui/x-date-pickers-pro@v5.0.17`
26
+
27
+ #### Changes
28
+
29
+ - [TimePicker] Add missing `themeAugmentation` entry (#7732) @LukasTy
30
+ - [l10n] Improve Italian (it-IT) locale (#7761) @simonecervini
31
+
6
32
  ## v5.17.21
7
33
 
8
34
  _Jan 27, 2023_
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI X v5.0.16
1
+ /** @license MUI X v5.0.17
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI X v5.0.16
1
+ /** @license MUI X v5.0.17
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -51,7 +51,7 @@ var itITPickers = {
51
51
  return rawValue && utils.isValid(utils.date(rawValue)) ? "Scegli l'ora, l'ora selezionata \xE8 ".concat(utils.format(utils.date(rawValue), 'fullTime')) : "Scegli l'ora";
52
52
  },
53
53
  // Table labels
54
- timeTableLabel: 'scegli un ora',
54
+ timeTableLabel: "scegli un'ora",
55
55
  dateTableLabel: 'scegli una data'
56
56
  };
57
57
  export var itIT = getPickersLocalization(itITPickers);
package/locales/itIT.js CHANGED
@@ -35,7 +35,7 @@ const itITPickers = {
35
35
  openDatePickerDialogue: (rawValue, utils) => rawValue && utils.isValid(utils.date(rawValue)) ? `Scegli la data, la data selezionata è ${utils.format(utils.date(rawValue), 'fullDate')}` : 'Scegli la data',
36
36
  openTimePickerDialogue: (rawValue, utils) => rawValue && utils.isValid(utils.date(rawValue)) ? `Scegli l'ora, l'ora selezionata è ${utils.format(utils.date(rawValue), 'fullTime')}` : "Scegli l'ora",
37
37
  // Table labels
38
- timeTableLabel: 'scegli un ora',
38
+ timeTableLabel: "scegli un'ora",
39
39
  dateTableLabel: 'scegli una data'
40
40
  };
41
41
  export const itIT = getPickersLocalization(itITPickers);
package/modern/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI X v5.0.16
1
+ /** @license MUI X v5.0.17
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -35,7 +35,7 @@ const itITPickers = {
35
35
  openDatePickerDialogue: (rawValue, utils) => rawValue && utils.isValid(utils.date(rawValue)) ? `Scegli la data, la data selezionata è ${utils.format(utils.date(rawValue), 'fullDate')}` : 'Scegli la data',
36
36
  openTimePickerDialogue: (rawValue, utils) => rawValue && utils.isValid(utils.date(rawValue)) ? `Scegli l'ora, l'ora selezionata è ${utils.format(utils.date(rawValue), 'fullTime')}` : "Scegli l'ora",
37
37
  // Table labels
38
- timeTableLabel: 'scegli un ora',
38
+ timeTableLabel: "scegli un'ora",
39
39
  dateTableLabel: 'scegli una data'
40
40
  };
41
41
  export const itIT = getPickersLocalization(itITPickers);
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI X v5.0.16
1
+ /** @license MUI X v5.0.17
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -43,7 +43,7 @@ const itITPickers = {
43
43
  openDatePickerDialogue: (rawValue, utils) => rawValue && utils.isValid(utils.date(rawValue)) ? `Scegli la data, la data selezionata è ${utils.format(utils.date(rawValue), 'fullDate')}` : 'Scegli la data',
44
44
  openTimePickerDialogue: (rawValue, utils) => rawValue && utils.isValid(utils.date(rawValue)) ? `Scegli l'ora, l'ora selezionata è ${utils.format(utils.date(rawValue), 'fullTime')}` : "Scegli l'ora",
45
45
  // Table labels
46
- timeTableLabel: 'scegli un ora',
46
+ timeTableLabel: "scegli un'ora",
47
47
  dateTableLabel: 'scegli una data'
48
48
  };
49
49
  const itIT = (0, _getPickersLocalization.getPickersLocalization)(itITPickers);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-date-pickers",
3
- "version": "5.0.16",
3
+ "version": "5.0.17",
4
4
  "description": "The community edition of the date picker components (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",
@@ -161,6 +161,11 @@ export interface PickerComponents<Theme = unknown> {
161
161
  styleOverrides?: ComponentsOverrides<Theme>['MuiStaticTimePicker'];
162
162
  variants?: ComponentsVariants['MuiStaticTimePicker'];
163
163
  };
164
+ MuiTimePicker?: {
165
+ defaultProps?: ComponentsProps['MuiTimePicker'];
166
+ styleOverrides?: ComponentsOverrides<Theme>['MuiTimePicker'];
167
+ variants?: ComponentsVariants['MuiTimePicker'];
168
+ };
164
169
  MuiTimePickerToolbar?: {
165
170
  defaultProps?: ComponentsProps['MuiTimePickerToolbar'];
166
171
  styleOverrides?: ComponentsOverrides<Theme>['MuiTimePickerToolbar'];