@types/pikaday
Advanced tools
Comparing version 1.7.4 to 1.7.5
@@ -162,3 +162,3 @@ // Type definitions for pikaday 1.7 | ||
*/ | ||
field?: HTMLElement | null; | ||
field?: HTMLElement | null | undefined; | ||
@@ -169,3 +169,3 @@ /** | ||
*/ | ||
format?: string; | ||
format?: string | undefined; | ||
@@ -176,3 +176,3 @@ /** | ||
*/ | ||
trigger?: HTMLElement | null; | ||
trigger?: HTMLElement | null | undefined; | ||
@@ -183,3 +183,3 @@ /** | ||
*/ | ||
bound?: boolean; | ||
bound?: boolean | undefined; | ||
@@ -189,3 +189,3 @@ /** | ||
*/ | ||
ariaLabel?: string; | ||
ariaLabel?: string | undefined; | ||
@@ -197,3 +197,3 @@ /** | ||
*/ | ||
position?: string; | ||
position?: string | undefined; | ||
@@ -204,3 +204,3 @@ /** | ||
*/ | ||
reposition?: boolean; | ||
reposition?: boolean | undefined; | ||
@@ -211,3 +211,3 @@ /** | ||
*/ | ||
container?: HTMLElement | null; | ||
container?: HTMLElement | null | undefined; | ||
@@ -217,3 +217,3 @@ /** | ||
*/ | ||
defaultDate?: Date; | ||
defaultDate?: Date | undefined; | ||
@@ -223,3 +223,3 @@ /** | ||
*/ | ||
setDefaultDate?: boolean; | ||
setDefaultDate?: boolean | undefined; | ||
@@ -229,3 +229,3 @@ /** | ||
*/ | ||
firstDay?: number; | ||
firstDay?: number | undefined; | ||
@@ -236,3 +236,3 @@ /** | ||
*/ | ||
minDate?: Date; | ||
minDate?: Date | undefined; | ||
@@ -243,3 +243,3 @@ /** | ||
*/ | ||
maxDate?: Date; | ||
maxDate?: Date | undefined; | ||
@@ -249,3 +249,3 @@ /** | ||
*/ | ||
disableWeekends?: boolean; | ||
disableWeekends?: boolean | undefined; | ||
@@ -262,3 +262,3 @@ /** | ||
*/ | ||
yearRange?: number | number[]; | ||
yearRange?: number | number[] | undefined; | ||
@@ -268,3 +268,3 @@ /** | ||
*/ | ||
showWeekNumber?: boolean; | ||
showWeekNumber?: boolean | undefined; | ||
@@ -274,3 +274,3 @@ /** | ||
*/ | ||
pickWholeWeek?: boolean; | ||
pickWholeWeek?: boolean | undefined; | ||
@@ -280,3 +280,3 @@ /** | ||
*/ | ||
isRTL?: boolean; | ||
isRTL?: boolean | undefined; | ||
@@ -286,3 +286,3 @@ /** | ||
*/ | ||
i18n?: PikadayI18nConfig; | ||
i18n?: PikadayI18nConfig | undefined; | ||
@@ -292,3 +292,3 @@ /** | ||
*/ | ||
yearSuffix?: string; | ||
yearSuffix?: string | undefined; | ||
@@ -298,3 +298,3 @@ /** | ||
*/ | ||
showMonthAfterYear?: boolean; | ||
showMonthAfterYear?: boolean | undefined; | ||
@@ -304,3 +304,3 @@ /** | ||
*/ | ||
showDaysInNextAndPreviousMonths?: boolean; | ||
showDaysInNextAndPreviousMonths?: boolean | undefined; | ||
@@ -310,3 +310,3 @@ /** | ||
*/ | ||
enableSelectionDaysInNextAndPreviousMonths?: boolean; | ||
enableSelectionDaysInNextAndPreviousMonths?: boolean | undefined; | ||
@@ -316,3 +316,3 @@ /** | ||
*/ | ||
numberOfMonths?: number; | ||
numberOfMonths?: number | undefined; | ||
@@ -324,3 +324,3 @@ /** | ||
*/ | ||
mainCalendar?: string; | ||
mainCalendar?: string | undefined; | ||
@@ -330,3 +330,3 @@ /** | ||
*/ | ||
events?: string[]; | ||
events?: string[] | undefined; | ||
@@ -337,3 +337,3 @@ /** | ||
*/ | ||
theme?: string; | ||
theme?: string | undefined; | ||
@@ -343,3 +343,3 @@ /** | ||
*/ | ||
blurFieldOnSelect?: boolean; | ||
blurFieldOnSelect?: boolean | undefined; | ||
@@ -349,3 +349,3 @@ /** | ||
*/ | ||
formatStrict?: boolean; | ||
formatStrict?: boolean | undefined; | ||
@@ -387,4 +387,4 @@ /** | ||
*/ | ||
keyboardInput?: boolean; | ||
keyboardInput?: boolean | undefined; | ||
} | ||
} |
{ | ||
"name": "@types/pikaday", | ||
"version": "1.7.4", | ||
"version": "1.7.5", | ||
"description": "TypeScript definitions for pikaday", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pikaday", | ||
"license": "MIT", | ||
@@ -24,3 +25,3 @@ "contributors": [ | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -35,4 +36,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "1ee52c509e28b5dee58e32ce42fff195c7ad277287367a7f86352558ee127d18", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "a3629ff61c47ce9d15d44c59aadeeea8fddf195839abb0963709de0c845bfdb6", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -5,13 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for pikaday ( https://github.com/dbushell/Pikaday ). | ||
This package contains type definitions for pikaday (https://github.com/dbushell/Pikaday). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pikaday | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pikaday. | ||
Additional Details | ||
* Last updated: Mon, 25 Feb 2019 23:45:35 GMT | ||
* Dependencies: @types/moment | ||
* Global values: Pikaday | ||
### Additional Details | ||
* Last updated: Wed, 07 Jul 2021 17:02:29 GMT | ||
* Dependencies: [@types/moment](https://npmjs.com/package/@types/moment) | ||
* Global values: `Pikaday` | ||
# Credits | ||
These definitions were written by Rudolph Gottesheim <https://github.com/MidnightDesign>, Åke Wivänge <https://github.com/wake42>, Istvan Mezo <https://github.com/mezoistvan>. | ||
These definitions were written by [Rudolph Gottesheim](https://github.com/MidnightDesign), [Åke Wivänge](https://github.com/wake42), and [Istvan Mezo](https://github.com/mezoistvan). |
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
13339
0