rc-picker
Advanced tools
Comparing version 4.7.0 to 4.7.1
@@ -228,11 +228,10 @@ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray"; | ||
// Validate start | ||
(!start || !isInvalidateDate(start, { | ||
(disabled[0] || !start || !isInvalidateDate(start, { | ||
activeIndex: 0 | ||
})) && ( | ||
// Validate end | ||
!end || !isInvalidateDate(end, { | ||
disabled[1] || !end || !isInvalidateDate(end, { | ||
from: start, | ||
activeIndex: 1 | ||
})); | ||
// >>> Result | ||
@@ -239,0 +238,0 @@ var allPassed = |
@@ -238,11 +238,10 @@ "use strict"; | ||
// Validate start | ||
(!start || !isInvalidateDate(start, { | ||
(disabled[0] || !start || !isInvalidateDate(start, { | ||
activeIndex: 0 | ||
})) && ( | ||
// Validate end | ||
!end || !isInvalidateDate(end, { | ||
disabled[1] || !end || !isInvalidateDate(end, { | ||
from: start, | ||
activeIndex: 1 | ||
})); | ||
// >>> Result | ||
@@ -249,0 +248,0 @@ var allPassed = |
{ | ||
"name": "rc-picker", | ||
"version": "4.7.0", | ||
"version": "4.7.1", | ||
"description": "React date & time picker", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"gh-pages": "npm run build && father doc deploy", | ||
"prepublishOnly": "npm run compile && np --yolo --no-publish", | ||
"prepublishOnly": "npm run compile", | ||
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md", | ||
@@ -35,0 +35,0 @@ "lint:tsc": "tsc -p tsconfig.json --noEmit", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
903564