@mui/x-date-pickers-pro 6.18.7 → 6.19.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.
- package/AdapterDateFnsV3/index.d.ts +1 -0
- package/AdapterDateFnsV3/index.js +1 -0
- package/AdapterDateFnsV3/package.json +6 -0
- package/CHANGELOG.md +106 -0
- package/DateRangeCalendar/DateRangeCalendar.types.d.ts +5 -5
- package/MobileDateRangePicker/MobileDateRangePicker.js +1 -5
- package/MobileDateRangePicker/MobileDateRangePicker.types.d.ts +0 -5
- package/StaticDateRangePicker/StaticDateRangePicker.js +1 -1
- package/StaticDateRangePicker/StaticDateRangePicker.types.d.ts +5 -0
- package/index.js +1 -1
- package/internals/utils/releaseInfo.js +1 -1
- package/legacy/AdapterDateFnsV3/index.js +1 -0
- package/legacy/DateRangeCalendar/DateRangeCalendar.js +5 -6
- package/legacy/DateRangePickerDay/DateRangePickerDay.js +3 -4
- package/legacy/MobileDateRangePicker/MobileDateRangePicker.js +1 -5
- package/legacy/StaticDateRangePicker/StaticDateRangePicker.js +1 -1
- package/legacy/index.js +1 -1
- package/legacy/internals/utils/releaseInfo.js +1 -1
- package/modern/AdapterDateFnsV3/index.js +1 -0
- package/modern/MobileDateRangePicker/MobileDateRangePicker.js +1 -5
- package/modern/StaticDateRangePicker/StaticDateRangePicker.js +1 -1
- package/modern/index.js +1 -1
- package/modern/internals/utils/releaseInfo.js +1 -1
- package/node/AdapterDateFnsV3/index.js +12 -0
- package/node/MobileDateRangePicker/MobileDateRangePicker.js +1 -5
- package/node/StaticDateRangePicker/StaticDateRangePicker.js +1 -1
- package/node/index.js +1 -1
- package/node/internals/utils/releaseInfo.js +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFnsV3';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFnsV3';
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,112 @@
|
|
|
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
|
+
## 6.19.2
|
|
7
|
+
|
|
8
|
+
_Jan 25, 2024_
|
|
9
|
+
|
|
10
|
+
We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 🚀 Apply the `layout.tabs` class to `Tabs` slot (@LukasTy) (#11782)
|
|
13
|
+
- 🐞 Bugfixes
|
|
14
|
+
|
|
15
|
+
### Date Pickers
|
|
16
|
+
|
|
17
|
+
#### `@mui/x-date-pickers@6.19.2`
|
|
18
|
+
|
|
19
|
+
- [pickers] Apply the `layout.tabs` class to `Tabs` slot (@LukasTy) (#11782)
|
|
20
|
+
|
|
21
|
+
#### `@mui/x-date-pickers-pro@6.19.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
22
|
+
|
|
23
|
+
Same changes as in `@mui/x-date-pickers@6.19.2`, plus:
|
|
24
|
+
|
|
25
|
+
- [DateRangePicker] Remove `calendars` prop on `Mobile` (@LukasTy) (#11771)
|
|
26
|
+
|
|
27
|
+
### Data Grid
|
|
28
|
+
|
|
29
|
+
#### `@mui/x-data-grid@6.19.2`
|
|
30
|
+
|
|
31
|
+
- [DataGrid] Fix support for tree with more than 50,000 children (@zenazn) (#11808)
|
|
32
|
+
|
|
33
|
+
#### `@mui/x-data-grid-pro@6.19.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
34
|
+
|
|
35
|
+
Same changes as in `@mui/x-data-grid@6.19.2`.
|
|
36
|
+
|
|
37
|
+
#### `@mui/x-data-grid-premium@6.19.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
38
|
+
|
|
39
|
+
Same changes as in `@mui/x-data-grid-pro@6.19.2`.
|
|
40
|
+
|
|
41
|
+
## 6.19.1
|
|
42
|
+
|
|
43
|
+
_Jan 19, 2024_
|
|
44
|
+
|
|
45
|
+
We'd like to offer a big thanks to the 1 contributors who made this release possible. Here are some highlights ✨:
|
|
46
|
+
|
|
47
|
+
- 🌍 Add Croatian (hr-HR), Portuguese (pt-PT), and Chinese (Hong Kong) (zh-HK) locales (#11717) @BCaspari
|
|
48
|
+
- 🐞 Bugfixes
|
|
49
|
+
|
|
50
|
+
### Data Grid
|
|
51
|
+
|
|
52
|
+
#### `@mui/x-data-grid@6.19.1`
|
|
53
|
+
|
|
54
|
+
- [l10n] Add Croatian (hr-HR), Portuguese (pt-PT), and Chinese (Hong Kong) (zh-HK) locales (#11717) @BCaspari
|
|
55
|
+
|
|
56
|
+
#### `@mui/x-data-grid-pro@6.19.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
57
|
+
|
|
58
|
+
Same changes as in `@mui/x-data-grid@6.19.1`.
|
|
59
|
+
|
|
60
|
+
#### `@mui/x-data-grid-premium@6.19.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
61
|
+
|
|
62
|
+
Same changes as in `@mui/x-data-grid-pro@6.19.1`.
|
|
63
|
+
|
|
64
|
+
### Charts / `@mui/x-charts@6.19.1`
|
|
65
|
+
|
|
66
|
+
- [charts] Add `arcLabelRadius` property (#11563) @alexfauquette
|
|
67
|
+
- [charts] Do not propagate `innerRadius` and `outerRadius` to the DOM (#11719) @alexfauquette
|
|
68
|
+
- [charts] Fix default `stackOffset` for `LineChart` (#11703) @alexfauquette
|
|
69
|
+
|
|
70
|
+
## 6.19.0
|
|
71
|
+
|
|
72
|
+
_Jan 11, 2024_
|
|
73
|
+
|
|
74
|
+
We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
|
|
75
|
+
|
|
76
|
+
- ⏰ Support date-fns v3 (#11659) @LukasTy
|
|
77
|
+
Pickers support both v2 and v3 of date-fns. For v3 use `AdapterDateFnsV3`.
|
|
78
|
+
```js
|
|
79
|
+
// with date-fns v2.x
|
|
80
|
+
import { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFns';
|
|
81
|
+
import de from 'date-fns/locale/de';
|
|
82
|
+
```
|
|
83
|
+
```js
|
|
84
|
+
// with date-fns v3.x
|
|
85
|
+
import { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFnsV3';
|
|
86
|
+
import { de } from 'date-fns/locale/de';
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
### Date Pickers
|
|
90
|
+
|
|
91
|
+
#### `@mui/x-date-pickers@6.19.0`
|
|
92
|
+
|
|
93
|
+
- [pickers] Add date-fns@3.x adapter (#11659) @LukasTy
|
|
94
|
+
- [pickers] Fix clearable behavior blocking focus return to `OpenPickerButton` (#11643) @noraleonte
|
|
95
|
+
- [l10n] Add missing Danish (da-DK) locale export (#11641) @etlos
|
|
96
|
+
|
|
97
|
+
#### `@mui/x-date-pickers-pro@6.19.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
98
|
+
|
|
99
|
+
Same changes as in `@mui/x-date-pickers@6.19.0`.
|
|
100
|
+
|
|
101
|
+
### Docs
|
|
102
|
+
|
|
103
|
+
- [docs] Add missing component @oliviertassinari
|
|
104
|
+
- [docs] Fix parsing of `x-date-pickers-pro` demo adapter imports (#11637) @LukasTy
|
|
105
|
+
- [docs] Push up the MUI X brand (#11533) @oliviertassinari
|
|
106
|
+
- [docs] Improve Server-side data grid docs (#11589) @oliviertassinari
|
|
107
|
+
- [docs] Add demo to the charts overview page (#11586) @danilo-leal
|
|
108
|
+
- [docs] Fix 404 links in the docs @oliviertassinari
|
|
109
|
+
- [docs] Improve landing page (#11570) @oliviertassinari
|
|
110
|
+
- [docs] Give a general revision to the docs (#11249) @danilo-leal
|
|
111
|
+
|
|
6
112
|
## 6.18.7
|
|
7
113
|
|
|
8
114
|
_Jan 5, 2024_
|
|
@@ -56,11 +56,6 @@ export interface ExportedDateRangeCalendarProps<TDate> extends ExportedDayCalend
|
|
|
56
56
|
* @param {TDate} month The new month.
|
|
57
57
|
*/
|
|
58
58
|
onMonthChange?: (month: TDate) => void;
|
|
59
|
-
/**
|
|
60
|
-
* The number of calendars to render.
|
|
61
|
-
* @default 2
|
|
62
|
-
*/
|
|
63
|
-
calendars?: 1 | 2 | 3;
|
|
64
59
|
/**
|
|
65
60
|
* Position the current month is rendered in.
|
|
66
61
|
* @default 1
|
|
@@ -95,6 +90,11 @@ export interface DateRangeCalendarProps<TDate> extends ExportedDateRangeCalendar
|
|
|
95
90
|
* @param {PickerSelectionState | undefined} selectionState Indicates if the date range selection is complete.
|
|
96
91
|
*/
|
|
97
92
|
onChange?: (value: DateRange<TDate>, selectionState?: PickerSelectionState) => void;
|
|
93
|
+
/**
|
|
94
|
+
* The number of calendars to render.
|
|
95
|
+
* @default 2
|
|
96
|
+
*/
|
|
97
|
+
calendars?: 1 | 2 | 3;
|
|
98
98
|
className?: string;
|
|
99
99
|
classes?: Partial<DateRangeCalendarClasses>;
|
|
100
100
|
/**
|
|
@@ -29,6 +29,7 @@ const MobileDateRangePicker = /*#__PURE__*/React.forwardRef(function MobileDateR
|
|
|
29
29
|
}, defaultizedProps.viewRenderers);
|
|
30
30
|
const props = _extends({}, defaultizedProps, {
|
|
31
31
|
viewRenderers,
|
|
32
|
+
// Force one calendar on mobile to avoid layout issues
|
|
32
33
|
calendars: 1,
|
|
33
34
|
views: ['day'],
|
|
34
35
|
openTo: 'day',
|
|
@@ -69,11 +70,6 @@ MobileDateRangePicker.propTypes = {
|
|
|
69
70
|
* - the `input` element if there is a field rendered.
|
|
70
71
|
*/
|
|
71
72
|
autoFocus: PropTypes.bool,
|
|
72
|
-
/**
|
|
73
|
-
* The number of calendars to render on **desktop**.
|
|
74
|
-
* @default 2
|
|
75
|
-
*/
|
|
76
|
-
calendars: PropTypes.oneOf([1, 2, 3]),
|
|
77
73
|
/**
|
|
78
74
|
* Class name applied to the root element.
|
|
79
75
|
*/
|
|
@@ -6,11 +6,6 @@ export interface MobileDateRangePickerSlotsComponent<TDate> extends BaseDateRang
|
|
|
6
6
|
export interface MobileDateRangePickerSlotsComponentsProps<TDate> extends BaseDateRangePickerSlotsComponentsProps<TDate>, UseMobileRangePickerSlotsComponentsProps<TDate, 'day'> {
|
|
7
7
|
}
|
|
8
8
|
export interface MobileDateRangePickerProps<TDate> extends BaseDateRangePickerProps<TDate>, MobileRangeOnlyPickerProps<TDate> {
|
|
9
|
-
/**
|
|
10
|
-
* The number of calendars to render on **desktop**.
|
|
11
|
-
* @default 2
|
|
12
|
-
*/
|
|
13
|
-
calendars?: 1 | 2 | 3;
|
|
14
9
|
/**
|
|
15
10
|
* Overridable components.
|
|
16
11
|
* @default {}
|
|
@@ -6,6 +6,11 @@ export interface StaticDateRangePickerSlotsComponent<TDate> extends BaseDateRang
|
|
|
6
6
|
export interface StaticDateRangePickerSlotsComponentsProps<TDate> extends BaseDateRangePickerSlotsComponentsProps<TDate>, UseStaticRangePickerSlotsComponentsProps<TDate, 'day'> {
|
|
7
7
|
}
|
|
8
8
|
export interface StaticDateRangePickerProps<TDate> extends BaseDateRangePickerProps<TDate>, MakeOptional<StaticRangeOnlyPickerProps, 'displayStaticWrapperAs'> {
|
|
9
|
+
/**
|
|
10
|
+
* The number of calendars to render.
|
|
11
|
+
* @default 1 if `displayStaticWrapperAs === 'mobile'`, 2 otherwise.
|
|
12
|
+
*/
|
|
13
|
+
calendars?: 1 | 2 | 3;
|
|
9
14
|
/**
|
|
10
15
|
* Overridable components.
|
|
11
16
|
* @default {}
|
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export const getReleaseInfo = () => {
|
|
3
|
-
const releaseInfo = "
|
|
3
|
+
const releaseInfo = "MTcwNjEzMzYwMDAwMA==";
|
|
4
4
|
if (process.env.NODE_ENV !== 'production') {
|
|
5
5
|
// A simple hack to set the value in the test environment (has no build step).
|
|
6
6
|
// eslint-disable-next-line no-useless-concat
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFnsV3';
|
|
@@ -60,23 +60,22 @@ var DAY_RANGE_SIZE = 40;
|
|
|
60
60
|
var weeksContainerHeight = (DAY_RANGE_SIZE + DAY_MARGIN * 2) * 6;
|
|
61
61
|
var warnInvalidCurrentMonthCalendarPosition = buildWarning(['The `currentMonthCalendarPosition` prop must be an integer between `1` and the amount of calendars rendered.', 'For example if you have 2 calendars rendered, it should be equal to either 1 or 2.']);
|
|
62
62
|
var DayCalendarForRange = styled(DayCalendar)(function (_ref2) {
|
|
63
|
-
var _$concat, _ref3;
|
|
64
63
|
var theme = _ref2.theme;
|
|
65
|
-
return
|
|
64
|
+
return _defineProperty(_defineProperty({
|
|
66
65
|
minWidth: 312,
|
|
67
66
|
minHeight: weeksContainerHeight
|
|
68
|
-
},
|
|
67
|
+
}, "&.".concat(dateRangeCalendarClasses.dayDragging), _defineProperty(_defineProperty({}, "& .".concat(dayClasses.day), {
|
|
69
68
|
cursor: 'grabbing'
|
|
70
|
-
}),
|
|
69
|
+
}), "& .".concat(dayClasses.root, ":not(.").concat(dayClasses.rangeIntervalDayHighlightStart, "):not(.").concat(dayClasses.rangeIntervalDayHighlightEnd, ") .").concat(dayClasses.day, ":not(.").concat(dayClasses.notSelectedDate, ")"), {
|
|
71
70
|
// we can't override `PickersDay` background color here, because it's styles take precedence
|
|
72
71
|
opacity: 0.6
|
|
73
|
-
})
|
|
72
|
+
})), "&:not(.".concat(dateRangeCalendarClasses.dayDragging, ") .").concat(dayClasses.dayOutsideRangeInterval), {
|
|
74
73
|
'@media (pointer: fine)': {
|
|
75
74
|
'&:hover': {
|
|
76
75
|
border: "1px solid ".concat((theme.vars || theme).palette.grey[500])
|
|
77
76
|
}
|
|
78
77
|
}
|
|
79
|
-
})
|
|
78
|
+
});
|
|
80
79
|
});
|
|
81
80
|
function useDateRangeCalendarDefaultizedProps(props, name) {
|
|
82
81
|
var _themeProps$renderLoa, _themeProps$reduceAni, _props$loading, _props$disablePast, _props$disableFuture, _themeProps$calendars, _themeProps$disableDr;
|
|
@@ -51,14 +51,13 @@ var DateRangePickerDayRoot = styled('div', {
|
|
|
51
51
|
return [_defineProperty({}, "&.".concat(dateRangePickerDayClasses.rangeIntervalDayHighlight), styles.rangeIntervalDayHighlight), _defineProperty({}, "&.".concat(dateRangePickerDayClasses.rangeIntervalDayHighlightStart), styles.rangeIntervalDayHighlightStart), _defineProperty({}, "&.".concat(dateRangePickerDayClasses.rangeIntervalDayHighlightEnd), styles.rangeIntervalDayHighlightEnd), _defineProperty({}, "&.".concat(dateRangePickerDayClasses.firstVisibleCell), styles.firstVisibleCell), _defineProperty({}, "&.".concat(dateRangePickerDayClasses.lastVisibleCell), styles.lastVisibleCell), _defineProperty({}, "&.".concat(dateRangePickerDayClasses.startOfMonth), styles.startOfMonth), _defineProperty({}, "&.".concat(dateRangePickerDayClasses.endOfMonth), styles.endOfMonth), _defineProperty({}, "&.".concat(dateRangePickerDayClasses.outsideCurrentMonth), styles.outsideCurrentMonth), _defineProperty({}, "&.".concat(dateRangePickerDayClasses.hiddenDayFiller), styles.hiddenDayFiller), styles.root];
|
|
52
52
|
}
|
|
53
53
|
})(function (_ref10) {
|
|
54
|
-
var _extends2;
|
|
55
54
|
var theme = _ref10.theme,
|
|
56
55
|
ownerState = _ref10.ownerState;
|
|
57
|
-
return ownerState.isHiddenDayFiller ? {} : _extends((
|
|
56
|
+
return ownerState.isHiddenDayFiller ? {} : _extends(_defineProperty(_defineProperty({}, "&:first-of-type .".concat(dateRangePickerDayClasses.rangeIntervalDayPreview), _extends({}, startBorderStyle, {
|
|
58
57
|
borderLeftColor: (theme.vars || theme).palette.divider
|
|
59
|
-
})),
|
|
58
|
+
})), "&:last-of-type .".concat(dateRangePickerDayClasses.rangeIntervalDayPreview), _extends({}, endBorderStyle, {
|
|
60
59
|
borderRightColor: (theme.vars || theme).palette.divider
|
|
61
|
-
})),
|
|
60
|
+
})), ownerState.isHighlighting && {
|
|
62
61
|
borderRadius: 0,
|
|
63
62
|
color: (theme.vars || theme).palette.primary.contrastText,
|
|
64
63
|
backgroundColor: theme.vars ? "rgba(".concat(theme.vars.palette.primary.mainChannel, " / ").concat(theme.vars.palette.action.focusOpacity, ")") : alpha(theme.palette.primary.main, theme.palette.action.focusOpacity),
|
|
@@ -29,6 +29,7 @@ var MobileDateRangePicker = /*#__PURE__*/React.forwardRef(function MobileDateRan
|
|
|
29
29
|
}, defaultizedProps.viewRenderers);
|
|
30
30
|
var props = _extends({}, defaultizedProps, {
|
|
31
31
|
viewRenderers: viewRenderers,
|
|
32
|
+
// Force one calendar on mobile to avoid layout issues
|
|
32
33
|
calendars: 1,
|
|
33
34
|
views: ['day'],
|
|
34
35
|
openTo: 'day',
|
|
@@ -68,11 +69,6 @@ MobileDateRangePicker.propTypes = {
|
|
|
68
69
|
* - the `input` element if there is a field rendered.
|
|
69
70
|
*/
|
|
70
71
|
autoFocus: PropTypes.bool,
|
|
71
|
-
/**
|
|
72
|
-
* The number of calendars to render on **desktop**.
|
|
73
|
-
* @default 2
|
|
74
|
-
*/
|
|
75
|
-
calendars: PropTypes.oneOf([1, 2, 3]),
|
|
76
72
|
/**
|
|
77
73
|
* Class name applied to the root element.
|
|
78
74
|
*/
|
package/legacy/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export var getReleaseInfo = function getReleaseInfo() {
|
|
3
|
-
var releaseInfo = "
|
|
3
|
+
var releaseInfo = "MTcwNjEzMzYwMDAwMA==";
|
|
4
4
|
if (process.env.NODE_ENV !== 'production') {
|
|
5
5
|
// A simple hack to set the value in the test environment (has no build step).
|
|
6
6
|
// eslint-disable-next-line no-useless-concat
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFnsV3';
|
|
@@ -28,6 +28,7 @@ const MobileDateRangePicker = /*#__PURE__*/React.forwardRef(function MobileDateR
|
|
|
28
28
|
}, defaultizedProps.viewRenderers);
|
|
29
29
|
const props = _extends({}, defaultizedProps, {
|
|
30
30
|
viewRenderers,
|
|
31
|
+
// Force one calendar on mobile to avoid layout issues
|
|
31
32
|
calendars: 1,
|
|
32
33
|
views: ['day'],
|
|
33
34
|
openTo: 'day',
|
|
@@ -65,11 +66,6 @@ MobileDateRangePicker.propTypes = {
|
|
|
65
66
|
* - the `input` element if there is a field rendered.
|
|
66
67
|
*/
|
|
67
68
|
autoFocus: PropTypes.bool,
|
|
68
|
-
/**
|
|
69
|
-
* The number of calendars to render on **desktop**.
|
|
70
|
-
* @default 2
|
|
71
|
-
*/
|
|
72
|
-
calendars: PropTypes.oneOf([1, 2, 3]),
|
|
73
69
|
/**
|
|
74
70
|
* Class name applied to the root element.
|
|
75
71
|
*/
|
package/modern/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export const getReleaseInfo = () => {
|
|
3
|
-
const releaseInfo = "
|
|
3
|
+
const releaseInfo = "MTcwNjEzMzYwMDAwMA==";
|
|
4
4
|
if (process.env.NODE_ENV !== 'production') {
|
|
5
5
|
// A simple hack to set the value in the test environment (has no build step).
|
|
6
6
|
// eslint-disable-next-line no-useless-concat
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "AdapterDateFns", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function () {
|
|
9
|
+
return _AdapterDateFnsV.AdapterDateFns;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _AdapterDateFnsV = require("@mui/x-date-pickers/AdapterDateFnsV3");
|
|
@@ -37,6 +37,7 @@ const MobileDateRangePicker = exports.MobileDateRangePicker = /*#__PURE__*/React
|
|
|
37
37
|
}, defaultizedProps.viewRenderers);
|
|
38
38
|
const props = (0, _extends2.default)({}, defaultizedProps, {
|
|
39
39
|
viewRenderers,
|
|
40
|
+
// Force one calendar on mobile to avoid layout issues
|
|
40
41
|
calendars: 1,
|
|
41
42
|
views: ['day'],
|
|
42
43
|
openTo: 'day',
|
|
@@ -74,11 +75,6 @@ MobileDateRangePicker.propTypes = {
|
|
|
74
75
|
* - the `input` element if there is a field rendered.
|
|
75
76
|
*/
|
|
76
77
|
autoFocus: _propTypes.default.bool,
|
|
77
|
-
/**
|
|
78
|
-
* The number of calendars to render on **desktop**.
|
|
79
|
-
* @default 2
|
|
80
|
-
*/
|
|
81
|
-
calendars: _propTypes.default.oneOf([1, 2, 3]),
|
|
82
78
|
/**
|
|
83
79
|
* Class name applied to the root element.
|
|
84
80
|
*/
|
|
@@ -70,7 +70,7 @@ StaticDateRangePicker.propTypes = {
|
|
|
70
70
|
autoFocus: _propTypes.default.bool,
|
|
71
71
|
/**
|
|
72
72
|
* The number of calendars to render.
|
|
73
|
-
* @default 2
|
|
73
|
+
* @default 1 if `displayStaticWrapperAs === 'mobile'`, 2 otherwise.
|
|
74
74
|
*/
|
|
75
75
|
calendars: _propTypes.default.oneOf([1, 2, 3]),
|
|
76
76
|
/**
|
package/node/index.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.getReleaseInfo = void 0;
|
|
7
7
|
var _utils = require("@mui/utils");
|
|
8
8
|
const getReleaseInfo = () => {
|
|
9
|
-
const releaseInfo = "
|
|
9
|
+
const releaseInfo = "MTcwNjEzMzYwMDAwMA==";
|
|
10
10
|
if (process.env.NODE_ENV !== 'production') {
|
|
11
11
|
// A simple hack to set the value in the test environment (has no build step).
|
|
12
12
|
// eslint-disable-next-line no-useless-concat
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-date-pickers-pro",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.19.2",
|
|
4
4
|
"description": "The commercial edition of the date picker components (MUI X).",
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"main": "./node/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@babel/runtime": "^7.23.2",
|
|
34
34
|
"@mui/base": "^5.0.0-beta.22",
|
|
35
35
|
"@mui/utils": "^5.14.16",
|
|
36
|
-
"@mui/x-date-pickers": "6.
|
|
36
|
+
"@mui/x-date-pickers": "6.19.2",
|
|
37
37
|
"@mui/x-license-pro": "6.10.2",
|
|
38
38
|
"clsx": "^2.0.0",
|
|
39
39
|
"prop-types": "^15.8.1",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@emotion/styled": "^11.8.1",
|
|
45
45
|
"@mui/material": "^5.8.6",
|
|
46
46
|
"@mui/system": "^5.8.0",
|
|
47
|
-
"date-fns": "^2.25.0",
|
|
47
|
+
"date-fns": "^2.25.0 || ^3.2.0",
|
|
48
48
|
"date-fns-jalali": "^2.13.0-0",
|
|
49
49
|
"dayjs": "^1.10.7",
|
|
50
50
|
"luxon": "^3.0.2",
|