@types/react-dates
Advanced tools
Comparing version 16.0.4 to 16.0.5
@@ -75,4 +75,4 @@ // Type definitions for react-dates v16.0.0 | ||
navNext?: string | JSX.Element, | ||
onPrevMonthClick?: (e: React.EventHandler<React.MouseEvent<HTMLSpanElement>>) => void, | ||
onNextMonthClick?: (e: React.EventHandler<React.MouseEvent<HTMLSpanElement>>) => void, | ||
onPrevMonthClick?: (newCurrentMonth: momentPropTypes.momentObj) => void, | ||
onNextMonthClick?: (newCurrentMonth: momentPropTypes.momentObj) => void, | ||
onClose?: (final: { startDate: momentPropTypes.momentObj, endDate: momentPropTypes.momentObj }) => void, | ||
@@ -176,4 +176,4 @@ transitionDuration?: number, | ||
navNext?: string | JSX.Element, | ||
onPrevMonthClick?: (e: React.EventHandler<React.MouseEvent<HTMLSpanElement>>) => void, | ||
onNextMonthClick?: (e: React.EventHandler<React.MouseEvent<HTMLSpanElement>>) => void, | ||
onPrevMonthClick?: (newCurrentMonth: momentPropTypes.momentObj) => void, | ||
onNextMonthClick?: (newCurrentMonth: momentPropTypes.momentObj) => void, | ||
onClose?: (final: { startDate: momentPropTypes.momentObj, endDate: momentPropTypes.momentObj }) => void, | ||
@@ -254,4 +254,4 @@ transitionDuration?: number, | ||
hideKeyboardShortcutsPanel?: boolean; | ||
onPrevMonthClick?: (e: React.EventHandler<React.MouseEvent<HTMLSpanElement>>) => void, | ||
onNextMonthClick?: (e: React.EventHandler<React.MouseEvent<HTMLSpanElement>>) => void, | ||
onPrevMonthClick?: (newCurrentMonth: momentPropTypes.momentObj) => void, | ||
onNextMonthClick?: (newCurrentMonth: momentPropTypes.momentObj) => void, | ||
transitionDuration?: number, | ||
@@ -258,0 +258,0 @@ |
{ | ||
"name": "@types/react-dates", | ||
"version": "16.0.4", | ||
"version": "16.0.5", | ||
"description": "TypeScript definitions for react-dates", | ||
@@ -23,4 +23,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "375623ab952ff061d4e8f5201cc64fc1eba8a10c814cd329b2a49be5640d420e", | ||
"typesPublisherContentHash": "e9578948312a7b6be76af49c14f865a2acbc0c6c3d6f9f92c89e9404efde03f3", | ||
"typeScriptVersion": "2.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 12 Feb 2018 20:56:56 GMT | ||
* Last updated: Tue, 13 Feb 2018 00:46:30 GMT | ||
* Dependencies: react, moment | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
13741