react-multi-date-picker
Advanced tools
Comparing version 4.3.2 to 4.3.3
@@ -0,1 +1,5 @@ | ||
# 4.3.3 | ||
onChange type in typescript fixed [#186](https://github.com/shahabyazdi/react-multi-date-picker/issues/186) | ||
# 4.3.2 | ||
@@ -2,0 +6,0 @@ |
@@ -499,6 +499,8 @@ declare module "react-multi-date-picker" { | ||
onChange?( | ||
selectedDates: DateObject | DateObject[] | null, | ||
validatedValue: string | Array<string>, | ||
input: HTMLElement, | ||
isTyping: boolean | ||
date: DateObject | DateObject[] | null, | ||
options: { | ||
validatedValue: string | Array<string>; | ||
input: HTMLElement; | ||
isTyping: boolean; | ||
} | ||
): void | false; | ||
@@ -519,3 +521,3 @@ dateSeparator?: string; | ||
export default function DatePicker( | ||
props: CalendarProps & DatePickerProps | ||
props: Omit<CalendarProps, "onChange"> & DatePickerProps | ||
): React.ReactElement; | ||
@@ -522,0 +524,0 @@ } |
{ | ||
"name": "react-multi-date-picker", | ||
"version": "4.3.2", | ||
"version": "4.3.3", | ||
"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
345196
2610