Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mui/x-date-pickers-pro

Package Overview
Dependencies
Maintainers
10
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/x-date-pickers-pro - npm Package Compare versions

Comparing version 6.18.4 to 6.18.5

2

DateRangeCalendar/DateRangeCalendar.js

@@ -476,3 +476,3 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";

slotProps: slotPropsForDayCalendar,
autoFocus: month === focusedMonth,
autoFocus: visibleMonths[month] === focusedMonth,
fixedWeekNumber: fixedWeekNumber,

@@ -479,0 +479,0 @@ displayWeekNumber: displayWeekNumber,

@@ -204,2 +204,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

/**
* Name attribute used by the `input` element in the Field.
* Ignored if the field has several inputs.
*/
name: PropTypes.string,
/**
* Callback fired when the value is accepted.

@@ -206,0 +211,0 @@ * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.

@@ -213,2 +213,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

/**
* Name attribute used by the `input` element in the Field.
* Ignored if the field has several inputs.
*/
name: PropTypes.string,
/**
* Callback fired when the value is accepted.

@@ -215,0 +220,0 @@ * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.

/**
* @mui/x-date-pickers-pro v6.18.4
* @mui/x-date-pickers-pro v6.18.5
*

@@ -4,0 +4,0 @@ * @license MUI X Commercial

@@ -33,2 +33,3 @@ import _extends from "@babel/runtime/helpers/esm/extends";

inputRef,
name,
readOnly,

@@ -90,3 +91,4 @@ disabled,

}, fieldType === 'single-input' && {
inputRef
inputRef,
name
}),

@@ -93,0 +95,0 @@ ownerState: props

@@ -34,2 +34,3 @@ import _extends from "@babel/runtime/helpers/esm/extends";

inputRef,
name,
readOnly,

@@ -76,3 +77,4 @@ disabled,

}, fieldType === 'single-input' && {
inputRef
inputRef,
name
}),

@@ -79,0 +81,0 @@ ownerState: props

@@ -17,2 +17,7 @@ import * as React from 'react';

inputRef?: React.Ref<HTMLInputElement>;
/**
* Name attribute used by the `input` element in the Field.
* Ignored if the field has several inputs.
*/
name?: string;
}
import { ponyfillGlobal } from '@mui/utils';
export const getReleaseInfo = () => {
const releaseInfo = "MTcwMTk5MDAwMDAwMA==";
const releaseInfo = "MTcwMjQ5NDAwMDAwMA==";
if (process.env.NODE_ENV !== 'production') {

@@ -5,0 +5,0 @@ // A simple hack to set the value in the test environment (has no build step).

@@ -498,3 +498,3 @@ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";

slotProps: slotPropsForDayCalendar,
autoFocus: month === focusedMonth,
autoFocus: visibleMonths[month] === focusedMonth,
fixedWeekNumber: fixedWeekNumber,

@@ -501,0 +501,0 @@ displayWeekNumber: displayWeekNumber,

@@ -203,2 +203,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

/**
* Name attribute used by the `input` element in the Field.
* Ignored if the field has several inputs.
*/
name: PropTypes.string,
/**
* Callback fired when the value is accepted.

@@ -205,0 +210,0 @@ * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.

@@ -212,2 +212,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

/**
* Name attribute used by the `input` element in the Field.
* Ignored if the field has several inputs.
*/
name: PropTypes.string,
/**
* Callback fired when the value is accepted.

@@ -214,0 +219,0 @@ * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.

/**
* @mui/x-date-pickers-pro v6.18.4
* @mui/x-date-pickers-pro v6.18.5
*

@@ -4,0 +4,0 @@ * @license MUI X Commercial

@@ -30,2 +30,3 @@ import _extends from "@babel/runtime/helpers/esm/extends";

inputRef = props.inputRef,
name = props.name,
readOnly = props.readOnly,

@@ -84,3 +85,4 @@ disabled = props.disabled,

}, fieldType === 'single-input' && {
inputRef: inputRef
inputRef: inputRef,
name: name
}),

@@ -87,0 +89,0 @@ ownerState: props

@@ -31,2 +31,3 @@ import _extends from "@babel/runtime/helpers/esm/extends";

inputRef = props.inputRef,
name = props.name,
readOnly = props.readOnly,

@@ -70,3 +71,4 @@ disabled = props.disabled,

}, fieldType === 'single-input' && {
inputRef: inputRef
inputRef: inputRef,
name: name
}),

@@ -73,0 +75,0 @@ ownerState: props

import { ponyfillGlobal } from '@mui/utils';
export var getReleaseInfo = function getReleaseInfo() {
var releaseInfo = "MTcwMTk5MDAwMDAwMA==";
var releaseInfo = "MTcwMjQ5NDAwMDAwMA==";
if (process.env.NODE_ENV !== 'production') {

@@ -5,0 +5,0 @@ // A simple hack to set the value in the test environment (has no build step).

@@ -212,2 +212,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

/**
* Name attribute used by the `input` element in the Field.
* Ignored if the field has several inputs.
*/
name: PropTypes.string,
/**
* Callback fired when the value is accepted.

@@ -214,0 +219,0 @@ * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.

@@ -213,2 +213,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

/**
* Name attribute used by the `input` element in the Field.
* Ignored if the field has several inputs.
*/
name: PropTypes.string,
/**
* Callback fired when the value is accepted.

@@ -215,0 +220,0 @@ * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.

@@ -472,3 +472,3 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";

slotProps: slotPropsForDayCalendar,
autoFocus: month === focusedMonth,
autoFocus: visibleMonths[month] === focusedMonth,
fixedWeekNumber: fixedWeekNumber,

@@ -475,0 +475,0 @@ displayWeekNumber: displayWeekNumber,

@@ -204,2 +204,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

/**
* Name attribute used by the `input` element in the Field.
* Ignored if the field has several inputs.
*/
name: PropTypes.string,
/**
* Callback fired when the value is accepted.

@@ -206,0 +211,0 @@ * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.

@@ -209,2 +209,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

/**
* Name attribute used by the `input` element in the Field.
* Ignored if the field has several inputs.
*/
name: PropTypes.string,
/**
* Callback fired when the value is accepted.

@@ -211,0 +216,0 @@ * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.

/**
* @mui/x-date-pickers-pro v6.18.4
* @mui/x-date-pickers-pro v6.18.5
*

@@ -4,0 +4,0 @@ * @license MUI X Commercial

@@ -32,2 +32,3 @@ import _extends from "@babel/runtime/helpers/esm/extends";

inputRef,
name,
readOnly,

@@ -88,3 +89,4 @@ disabled,

}, fieldType === 'single-input' && {
inputRef
inputRef,
name
}),

@@ -91,0 +93,0 @@ ownerState: props

@@ -33,2 +33,3 @@ import _extends from "@babel/runtime/helpers/esm/extends";

inputRef,
name,
readOnly,

@@ -75,3 +76,4 @@ disabled,

}, fieldType === 'single-input' && {
inputRef
inputRef,
name
}),

@@ -78,0 +80,0 @@ ownerState: props

import { ponyfillGlobal } from '@mui/utils';
export const getReleaseInfo = () => {
const releaseInfo = "MTcwMTk5MDAwMDAwMA==";
const releaseInfo = "MTcwMjQ5NDAwMDAwMA==";
if (process.env.NODE_ENV !== 'production') {

@@ -5,0 +5,0 @@ // A simple hack to set the value in the test environment (has no build step).

@@ -209,2 +209,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

/**
* Name attribute used by the `input` element in the Field.
* Ignored if the field has several inputs.
*/
name: PropTypes.string,
/**
* Callback fired when the value is accepted.

@@ -211,0 +216,0 @@ * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.

@@ -480,3 +480,3 @@ "use strict";

slotProps: slotPropsForDayCalendar,
autoFocus: month === focusedMonth,
autoFocus: visibleMonths[month] === focusedMonth,
fixedWeekNumber: fixedWeekNumber,

@@ -483,0 +483,0 @@ displayWeekNumber: displayWeekNumber,

@@ -213,2 +213,7 @@ "use strict";

/**
* Name attribute used by the `input` element in the Field.
* Ignored if the field has several inputs.
*/
name: _propTypes.default.string,
/**
* Callback fired when the value is accepted.

@@ -215,0 +220,0 @@ * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.

@@ -218,2 +218,7 @@ "use strict";

/**
* Name attribute used by the `input` element in the Field.
* Ignored if the field has several inputs.
*/
name: _propTypes.default.string,
/**
* Callback fired when the value is accepted.

@@ -220,0 +225,0 @@ * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.

/**
* @mui/x-date-pickers-pro v6.18.4
* @mui/x-date-pickers-pro v6.18.5
*

@@ -4,0 +4,0 @@ * @license MUI X Commercial

@@ -40,2 +40,3 @@ "use strict";

inputRef,
name,
readOnly,

@@ -96,3 +97,4 @@ disabled,

}, fieldType === 'single-input' && {
inputRef
inputRef,
name
}),

@@ -99,0 +101,0 @@ ownerState: props

@@ -41,2 +41,3 @@ "use strict";

inputRef,
name,
readOnly,

@@ -83,3 +84,4 @@ disabled,

}, fieldType === 'single-input' && {
inputRef
inputRef,
name
}),

@@ -86,0 +88,0 @@ ownerState: props

@@ -9,3 +9,3 @@ "use strict";

const getReleaseInfo = () => {
const releaseInfo = "MTcwMTk5MDAwMDAwMA==";
const releaseInfo = "MTcwMjQ5NDAwMDAwMA==";
if (process.env.NODE_ENV !== 'production') {

@@ -12,0 +12,0 @@ // A simple hack to set the value in the test environment (has no build step).

@@ -218,2 +218,7 @@ "use strict";

/**
* Name attribute used by the `input` element in the Field.
* Ignored if the field has several inputs.
*/
name: _propTypes.default.string,
/**
* Callback fired when the value is accepted.

@@ -220,0 +225,0 @@ * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.

{
"name": "@mui/x-date-pickers-pro",
"version": "6.18.4",
"version": "6.18.5",
"description": "The commercial edition of the date picker components (MUI X).",

@@ -36,3 +36,3 @@ "author": "MUI Team",

"@mui/utils": "^5.14.16",
"@mui/x-date-pickers": "6.18.4",
"@mui/x-date-pickers": "6.18.5",
"@mui/x-license-pro": "6.10.2",

@@ -39,0 +39,0 @@ "clsx": "^2.0.0",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc