@mui/x-date-pickers
Advanced tools
@@ -188,3 +188,3 @@ "use strict"; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -191,0 +191,0 @@ */ |
@@ -226,3 +226,3 @@ "use strict"; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -229,0 +229,0 @@ */ |
@@ -199,3 +199,3 @@ "use strict"; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -202,0 +202,0 @@ */ |
@@ -321,3 +321,3 @@ "use strict"; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -324,0 +324,0 @@ */ |
@@ -203,3 +203,3 @@ "use strict"; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -206,0 +206,0 @@ */ |
@@ -181,3 +181,3 @@ 'use client'; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -184,0 +184,0 @@ */ |
@@ -219,3 +219,3 @@ 'use client'; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -222,0 +222,0 @@ */ |
@@ -192,3 +192,3 @@ 'use client'; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -195,0 +195,0 @@ */ |
@@ -314,3 +314,3 @@ 'use client'; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -317,0 +317,0 @@ */ |
@@ -196,3 +196,3 @@ 'use client'; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -199,0 +199,0 @@ */ |
+1
-1
| /** | ||
| * @mui/x-date-pickers v8.23.0 | ||
| * @mui/x-date-pickers v8.24.0 | ||
| * | ||
@@ -4,0 +4,0 @@ * @license MIT |
@@ -11,3 +11,5 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
| import { jsx as _jsx } from "react/jsx-runtime"; | ||
| const PickersModalDialogRoot = styled(MuiDialog)({ | ||
| const PickersModalDialogRoot = styled(MuiDialog, { | ||
| slot: 'internal' | ||
| })({ | ||
| [`& .${dialogClasses.container}`]: { | ||
@@ -21,3 +23,5 @@ outline: 0 | ||
| }); | ||
| const PickersModalDialogContent = styled(DialogContent)({ | ||
| const PickersModalDialogContent = styled(DialogContent, { | ||
| slot: 'internal' | ||
| })({ | ||
| '&:first-of-type': { | ||
@@ -24,0 +28,0 @@ padding: 0 |
@@ -1,1 +0,1 @@ | ||
| export declare const PickerViewRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; | ||
| export declare const PickerViewRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement> | keyof import("react").ClassAttributes<HTMLDivElement>>, {}>; |
| import { styled } from '@mui/material/styles'; | ||
| import { DIALOG_WIDTH, VIEW_HEIGHT } from "../../constants/dimensions.js"; | ||
| export const PickerViewRoot = styled('div')({ | ||
| export const PickerViewRoot = styled('div', { | ||
| slot: 'internal', | ||
| shouldForwardProp: undefined | ||
| })({ | ||
| overflow: 'hidden', | ||
@@ -5,0 +8,0 @@ width: DIALOG_WIDTH, |
@@ -44,3 +44,3 @@ import { SxProps } from '@mui/system'; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -47,0 +47,0 @@ */ |
@@ -13,3 +13,5 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
| import { jsx as _jsx } from "react/jsx-runtime"; | ||
| const PickerStaticLayout = styled(PickersLayout)(({ | ||
| const PickerStaticLayout = styled(PickersLayout, { | ||
| slot: 'internal' | ||
| })(({ | ||
| theme | ||
@@ -16,0 +18,0 @@ }) => ({ |
@@ -190,3 +190,3 @@ 'use client'; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -193,0 +193,0 @@ */ |
@@ -280,3 +280,3 @@ 'use client'; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -283,0 +283,0 @@ */ |
@@ -181,3 +181,3 @@ 'use client'; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -184,0 +184,0 @@ */ |
@@ -107,3 +107,3 @@ 'use client'; | ||
| } = props; | ||
| return [styles.root, !ownerState.disableMargin && styles.dayWithMargin, !ownerState.disableHighlightToday && ownerState.isDayCurrent && styles.today, !ownerState.isDayOutsideMonth && ownerState.showDaysOutsideCurrentMonth && styles.dayOutsideMonth, ownerState.isDayOutsideMonth && !ownerState.showDaysOutsideCurrentMonth && styles.hiddenDaySpacingFiller]; | ||
| return [styles.root, !ownerState.disableMargin && styles.dayWithMargin, !ownerState.disableHighlightToday && ownerState.isDayCurrent && styles.today, ownerState.isDayOutsideMonth && ownerState.showDaysOutsideCurrentMonth && styles.dayOutsideMonth, ownerState.isDayOutsideMonth && !ownerState.showDaysOutsideCurrentMonth && styles.hiddenDaySpacingFiller]; | ||
| }; | ||
@@ -110,0 +110,0 @@ const PickersDayRoot = styled(ButtonBase, { |
@@ -34,3 +34,6 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
| }); | ||
| const OutlineLabel = styled('span')(({ | ||
| const OutlineLabel = styled('span', { | ||
| slot: 'internal', | ||
| shouldForwardProp: undefined | ||
| })(({ | ||
| theme | ||
@@ -42,2 +45,3 @@ }) => ({ | ||
| const OutlineLegend = styled('legend', { | ||
| slot: 'internal', | ||
| shouldForwardProp: prop => shouldForwardProp(prop) && prop !== 'notched' | ||
@@ -44,0 +48,0 @@ })(({ |
@@ -147,3 +147,3 @@ 'use client'; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -150,0 +150,0 @@ */ |
@@ -234,3 +234,3 @@ 'use client'; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -237,0 +237,0 @@ */ |
@@ -137,3 +137,3 @@ 'use client'; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -140,0 +140,0 @@ */ |
@@ -169,3 +169,3 @@ 'use client'; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -172,0 +172,0 @@ */ |
+1
-1
| /** | ||
| * @mui/x-date-pickers v8.23.0 | ||
| * @mui/x-date-pickers v8.24.0 | ||
| * | ||
@@ -4,0 +4,0 @@ * @license MIT |
@@ -19,3 +19,5 @@ "use strict"; | ||
| var _jsxRuntime = require("react/jsx-runtime"); | ||
| const PickersModalDialogRoot = (0, _styles.styled)(_Dialog.default)({ | ||
| const PickersModalDialogRoot = (0, _styles.styled)(_Dialog.default, { | ||
| slot: 'internal' | ||
| })({ | ||
| [`& .${_Dialog.dialogClasses.container}`]: { | ||
@@ -29,3 +31,5 @@ outline: 0 | ||
| }); | ||
| const PickersModalDialogContent = (0, _styles.styled)(_DialogContent.default)({ | ||
| const PickersModalDialogContent = (0, _styles.styled)(_DialogContent.default, { | ||
| slot: 'internal' | ||
| })({ | ||
| '&:first-of-type': { | ||
@@ -32,0 +36,0 @@ padding: 0 |
@@ -1,1 +0,1 @@ | ||
| export declare const PickerViewRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; | ||
| export declare const PickerViewRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement> | keyof import("react").ClassAttributes<HTMLDivElement>>, {}>; |
@@ -9,3 +9,6 @@ "use strict"; | ||
| var _dimensions = require("../../constants/dimensions"); | ||
| const PickerViewRoot = exports.PickerViewRoot = (0, _styles.styled)('div')({ | ||
| const PickerViewRoot = exports.PickerViewRoot = (0, _styles.styled)('div', { | ||
| slot: 'internal', | ||
| shouldForwardProp: undefined | ||
| })({ | ||
| overflow: 'hidden', | ||
@@ -12,0 +15,0 @@ width: _dimensions.DIALOG_WIDTH, |
@@ -44,3 +44,3 @@ import { SxProps } from '@mui/system'; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -47,0 +47,0 @@ */ |
@@ -20,3 +20,5 @@ "use strict"; | ||
| const _excluded = ["props", "steps"]; | ||
| const PickerStaticLayout = (0, _styles.styled)(_PickersLayout.PickersLayout)(({ | ||
| const PickerStaticLayout = (0, _styles.styled)(_PickersLayout.PickersLayout, { | ||
| slot: 'internal' | ||
| })(({ | ||
| theme | ||
@@ -23,0 +25,0 @@ }) => ({ |
@@ -197,3 +197,3 @@ "use strict"; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -200,0 +200,0 @@ */ |
@@ -287,3 +287,3 @@ "use strict"; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -290,0 +290,0 @@ */ |
@@ -188,3 +188,3 @@ "use strict"; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -191,0 +191,0 @@ */ |
+2
-2
| { | ||
| "name": "@mui/x-date-pickers", | ||
| "version": "8.23.0", | ||
| "version": "8.24.0", | ||
| "author": "MUI Team", | ||
@@ -42,3 +42,3 @@ "description": "The community edition of the MUI X Date and Time Picker components.", | ||
| "react-transition-group": "^4.4.5", | ||
| "@mui/x-internals": "8.23.0" | ||
| "@mui/x-internals": "8.24.0" | ||
| }, | ||
@@ -45,0 +45,0 @@ "peerDependencies": { |
@@ -114,3 +114,3 @@ "use strict"; | ||
| } = props; | ||
| return [styles.root, !ownerState.disableMargin && styles.dayWithMargin, !ownerState.disableHighlightToday && ownerState.isDayCurrent && styles.today, !ownerState.isDayOutsideMonth && ownerState.showDaysOutsideCurrentMonth && styles.dayOutsideMonth, ownerState.isDayOutsideMonth && !ownerState.showDaysOutsideCurrentMonth && styles.hiddenDaySpacingFiller]; | ||
| return [styles.root, !ownerState.disableMargin && styles.dayWithMargin, !ownerState.disableHighlightToday && ownerState.isDayCurrent && styles.today, ownerState.isDayOutsideMonth && ownerState.showDaysOutsideCurrentMonth && styles.dayOutsideMonth, ownerState.isDayOutsideMonth && !ownerState.showDaysOutsideCurrentMonth && styles.hiddenDaySpacingFiller]; | ||
| }; | ||
@@ -117,0 +117,0 @@ const PickersDayRoot = (0, _styles.styled)(_ButtonBase.default, { |
@@ -42,3 +42,6 @@ "use strict"; | ||
| }); | ||
| const OutlineLabel = (0, _styles.styled)('span')(({ | ||
| const OutlineLabel = (0, _styles.styled)('span', { | ||
| slot: 'internal', | ||
| shouldForwardProp: undefined | ||
| })(({ | ||
| theme | ||
@@ -50,2 +53,3 @@ }) => ({ | ||
| const OutlineLegend = (0, _styles.styled)('legend', { | ||
| slot: 'internal', | ||
| shouldForwardProp: prop => (0, _createStyled.shouldForwardProp)(prop) && prop !== 'notched' | ||
@@ -52,0 +56,0 @@ })(({ |
@@ -154,3 +154,3 @@ "use strict"; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -157,0 +157,0 @@ */ |
@@ -241,3 +241,3 @@ "use strict"; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -244,0 +244,0 @@ */ |
@@ -144,3 +144,3 @@ "use strict"; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -147,0 +147,0 @@ */ |
@@ -176,3 +176,3 @@ "use strict"; | ||
| * - `validationError`: validation result of the current value | ||
| * - `source`: source of the acceptance. One of 'field' | 'picker' | 'unknown' | ||
| * - `source`: source of the acceptance. One of 'field' | 'view' | 'unknown' | ||
| * - `shortcut` (optional): the shortcut metadata if the value was accepted via a shortcut selection | ||
@@ -179,0 +179,0 @@ */ |
Sorry, the diff of this file is too big to display
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
4084425
0.13%85886
0.03%332
-2.92%+ Added
- Removed
Updated