@types/react-dates
Advanced tools
Comparing version 16.0.6 to 16.0.7
@@ -44,2 +44,3 @@ // Type definitions for react-dates v16.0.0 | ||
disabled?: boolean, | ||
keepFocusOnInput?: boolean, | ||
required?: boolean, | ||
@@ -270,5 +271,27 @@ readOnly?: boolean, | ||
phrases?: { | ||
focusStartDate: string, | ||
clearDates: string, | ||
keyboardNavigationInstructions: string, | ||
calendarLabel?: string, | ||
jumpToPrevMonth?: string, | ||
jumpToNextMonth?: string, | ||
keyboardShortcuts?: string, | ||
showKeyboardShortcutsPanel?: string, | ||
hideKeyboardShortcutsPanel?: string, | ||
openThisPanel?: string, | ||
enterKey?: string, | ||
leftArrowRightArrow?: string, | ||
upArrowDownArrow?: string, | ||
pageUpPageDown?: string, | ||
homeEnd?: string, | ||
escape?: string, | ||
questionMark?: string, | ||
selectFocusedDate?: string, | ||
moveFocusByOneDay?: string, | ||
moveFocusByOneWeek?: string, | ||
moveFocusByOneMonth?: string, | ||
moveFocustoStartAndEndOfWeek?: string, | ||
returnFocusToInput?: string, | ||
chooseAvailableStartDate?: (date: string) => string, | ||
chooseAvailableEndDate?: (date: string) => string, | ||
chooseAvailableDate?: (date: string) => string, | ||
dateIsUnavailable?: (date: string) => string, | ||
dateIsSelected?: (date: string) => string, | ||
} | ||
@@ -275,0 +298,0 @@ } |
{ | ||
"name": "@types/react-dates", | ||
"version": "16.0.6", | ||
"version": "16.0.7", | ||
"description": "TypeScript definitions for react-dates", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -24,4 +24,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "cf246a8d2e65b63a79b931a4681a6da05799171a4c0bd13eee712abac8e09ac3", | ||
"typesPublisherContentHash": "7cba943d5c794c87e029942c9bae362aa62c230f022f6aa8902440580fa994b8", | ||
"typeScriptVersion": "2.6" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/react-dates | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dates | ||
Additional Details | ||
* Last updated: Thu, 10 May 2018 20:18:20 GMT | ||
* Last updated: Sun, 27 May 2018 14:13:13 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
14792
276