react-multi-date-picker
Advanced tools
Comparing version 4.1.1 to 4.1.2
@@ -505,3 +505,3 @@ declare module "react-multi-date-picker" { | ||
dateSeparator?: string; | ||
multipleRangeSeparator?: boolean; | ||
multipleRangeSeparator?: string; | ||
type?: string; | ||
@@ -683,2 +683,5 @@ } | ||
header?: boolean; | ||
hStep?: number; | ||
mStep?: number; | ||
sStep?: number; | ||
} | ||
@@ -706,2 +709,5 @@ | ||
format?: string; | ||
hStep?: number; | ||
mStep?: number; | ||
sStep?: number; | ||
} | ||
@@ -708,0 +714,0 @@ |
{ | ||
"name": "react-multi-date-picker", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "A simple React datepicker component for working with gregorian, persian, arabic and indian calendars with the ability to select the date by single, multiple, range and multiple range pickers.", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
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
344472
2600