@types/react-big-calendar
Advanced tools
Comparing version 0.22.0 to 0.22.1
@@ -17,2 +17,3 @@ // Type definitions for react-big-calendar 0.22 | ||
// Paito Anderson <https://github.com/PaitoAnderson> | ||
// Jan Michalak <https://github.com/michalak111> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -141,3 +142,2 @@ // TypeScript Version: 2.8 | ||
eventContainerWrapper?: React.SFC | React.Component | React.ComponentClass | JSX.Element; | ||
dayWrapper?: React.SFC | React.Component | React.ComponentClass | JSX.Element; | ||
dateCellWrapper?: React.SFC | React.Component | React.ComponentClass | JSX.Element; | ||
@@ -306,3 +306,3 @@ timeSlotWrapper?: React.SFC | React.Component | React.ComponentClass | JSX.Element; | ||
resourceIdAccessor?: keyof TResource | ((resource: TResource) => any); | ||
resourceTitleAccessor?: keyof TResource | ((resource: TResource) => string); | ||
resourceTitleAccessor?: keyof TResource | ((resource: TResource) => any); | ||
defaultView?: View; | ||
@@ -332,3 +332,2 @@ defaultDate?: Date; | ||
dateCellWrapper: React.ComponentType; | ||
dayWrapper: React.ComponentType; | ||
eventWrapper: React.ComponentType<Event>; | ||
@@ -335,0 +334,0 @@ } |
{ | ||
"name": "@types/react-big-calendar", | ||
"version": "0.22.0", | ||
"version": "0.22.1", | ||
"description": "TypeScript definitions for react-big-calendar", | ||
@@ -76,2 +76,7 @@ "license": "MIT", | ||
"githubUsername": "PaitoAnderson" | ||
}, | ||
{ | ||
"name": "Jan Michalak", | ||
"url": "https://github.com/michalak111", | ||
"githubUsername": "michalak111" | ||
} | ||
@@ -91,4 +96,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "e27d22bde4b57fa06bfeae88c5ab6a314d1c5b358e807d00d07a0bbdc0c4d2a7", | ||
"typesPublisherContentHash": "e9c94a16182be1480ef1f2cfda5466d1fd2e601a3fd12af81985b651090313d5", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 27 Jun 2019 16:23:11 GMT | ||
* Last updated: Tue, 30 Jul 2019 21:36:58 GMT | ||
* Dependencies: @types/prop-types, @types/react | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Piotr Witek <https://github.com/piotrwitek>, Austin Turner <https://github.com/paustint>, Krzysztof Bezrąk <https://github.com/pikpok>, Sebastian Silbermann <https://github.com/eps1lon>, Paul Potsides <https://github.com/strongpauly>, janb87 <https://github.com/janb87>, Daniel Thorne <https://github.com/ldthorne>, Panagiotis Rikarnto Siavelis <https://github.com/siavelis>, Tomas Hubelbauer <https://github.com/TomasHubelbauer>, Lucas Silva Souza <https://github.com/lksilva>, Siarhey Belofost <https://github.com/SergeyBelofost>, Mark Nelissen <https://github.com/marknelissen>, Eric Kenney <https://github.com/KenneyE>, and Paito Anderson <https://github.com/PaitoAnderson>. | ||
These definitions were written by Piotr Witek <https://github.com/piotrwitek>, Austin Turner <https://github.com/paustint>, Krzysztof Bezrąk <https://github.com/pikpok>, Sebastian Silbermann <https://github.com/eps1lon>, Paul Potsides <https://github.com/strongpauly>, janb87 <https://github.com/janb87>, Daniel Thorne <https://github.com/ldthorne>, Panagiotis Rikarnto Siavelis <https://github.com/siavelis>, Tomas Hubelbauer <https://github.com/TomasHubelbauer>, Lucas Silva Souza <https://github.com/lksilva>, Siarhey Belofost <https://github.com/SergeyBelofost>, Mark Nelissen <https://github.com/marknelissen>, Eric Kenney <https://github.com/KenneyE>, Paito Anderson <https://github.com/PaitoAnderson>, and Jan Michalak <https://github.com/michalak111>. |
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
18176
324