@types/react-datepicker
Advanced tools
Comparing version 4.10.0 to 4.11.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-datepicker 4.10 | ||
// Type definitions for react-datepicker 4.11 | ||
// Project: https://github.com/Hacker0x01/react-datepicker | ||
@@ -16,2 +16,3 @@ // Definitions by: Rajab Shakirov <https://github.com/radziksh> | ||
// Alexander Shipulin <https://github.com/y> | ||
// Rafik Ogandzhanian <https://github.com/inomn> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -99,3 +100,3 @@ // Minimum TypeScript Version: 3.8 | ||
forceShowMonthNavigation?: boolean | undefined; | ||
formatWeekDay?(day: Date, locale: Locale): React.ReactNode; | ||
formatWeekDay?(day: string): React.ReactNode; | ||
formatWeekNumber?(date: Date): string | number; | ||
@@ -102,0 +103,0 @@ highlightDates?: Array<HighlightDates | Date> | undefined; |
{ | ||
"name": "@types/react-datepicker", | ||
"version": "4.10.0", | ||
"version": "4.11.0", | ||
"description": "TypeScript definitions for react-datepicker", | ||
@@ -72,2 +72,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-datepicker", | ||
"githubUsername": "y" | ||
}, | ||
{ | ||
"name": "Rafik Ogandzhanian", | ||
"url": "https://github.com/inomn", | ||
"githubUsername": "inomn" | ||
} | ||
@@ -89,4 +94,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "f5c75d587f785c7f2535fbaf76fd615041bd93f6ca71482dfa492daa690cbe4b", | ||
"typeScriptVersion": "4.2" | ||
"typesPublisherContentHash": "bc11b559b5d35e23fbdbe79852504e91fe57add4122dc3e961d6a4d2f2edbed0", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 28 Feb 2023 19:02:43 GMT | ||
* Last updated: Thu, 27 Apr 2023 07:32:45 GMT | ||
* Dependencies: [@types/date-fns](https://npmjs.com/package/@types/date-fns), [@types/popperjs__core](https://npmjs.com/package/@types/popperjs__core), [@types/react](https://npmjs.com/package/@types/react), [@types/react-popper](https://npmjs.com/package/@types/react-popper) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Rajab Shakirov](https://github.com/radziksh), [Greg Smith](https://github.com/smrq), [Roy Xue](https://github.com/royxue), [Koala Human](https://github.com/KoalaHuman), [Justin Grant](https://github.com/justingrant), [Jake Boone](https://github.com/jakeboone02), [Roman Nuritdinov](https://github.com/Ky6uk), [Avi Klaiman](https://github.com/aviklai), [Naoki Sekiguchi](https://github.com/seckie), [Kerry Gougeon](https://github.com/kerry-g), [Shiftr Tech SAS](https://github.com/ShiftrTechSAS), [Pirasis Leelatanon](https://github.com/1pete), and [Alexander Shipulin](https://github.com/y). | ||
These definitions were written by [Rajab Shakirov](https://github.com/radziksh), [Greg Smith](https://github.com/smrq), [Roy Xue](https://github.com/royxue), [Koala Human](https://github.com/KoalaHuman), [Justin Grant](https://github.com/justingrant), [Jake Boone](https://github.com/jakeboone02), [Roman Nuritdinov](https://github.com/Ky6uk), [Avi Klaiman](https://github.com/aviklai), [Naoki Sekiguchi](https://github.com/seckie), [Kerry Gougeon](https://github.com/kerry-g), [Shiftr Tech SAS](https://github.com/ShiftrTechSAS), [Pirasis Leelatanon](https://github.com/1pete), [Alexander Shipulin](https://github.com/y), and [Rafik Ogandzhanian](https://github.com/inomn). |
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
15087
214