@types/react-widgets
Advanced tools
Comparing version 4.2.1 to 4.3.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-widgets 4.2 | ||
// Type definitions for react-widgets 4.3 | ||
// Project: https://github.com/jquense/react-widgets | ||
@@ -9,2 +9,3 @@ // Definitions by: Rogier Schouten <https://github.com/rogierschouten> | ||
// Georg Steinmetz <https://github.com/georg94> | ||
// Troy Zarger <https://github.com/tzarger> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -11,0 +12,0 @@ // TypeScript Version: 2.8 |
@@ -143,2 +143,7 @@ import * as React from 'react'; | ||
/** | ||
* An optional ReactNode to override the spinner gif element when the busy property | ||
* is set to true. | ||
*/ | ||
busySpinner?: React.ReactNode; | ||
/** | ||
* The speed, in milliseconds, of the dropdown animation. | ||
@@ -145,0 +150,0 @@ */ |
{ | ||
"name": "@types/react-widgets", | ||
"version": "4.2.1", | ||
"version": "4.3.0", | ||
"description": "TypeScript definitions for react-widgets", | ||
@@ -36,2 +36,7 @@ "license": "MIT", | ||
"githubUsername": "georg94" | ||
}, | ||
{ | ||
"name": "Troy Zarger", | ||
"url": "https://github.com/tzarger", | ||
"githubUsername": "tzarger" | ||
} | ||
@@ -49,4 +54,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "dcd33342734eec931a7c1648516f6b121290057fc81152c9bf1d64f262fb39c3", | ||
"typesPublisherContentHash": "e3fdc4ee0f64a8e24243f301eb4eb6b2c62f22512ca4b3dbdc15b9fc433c2125", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for react-widgets (https://github.com/jquense/react-widgets). | ||
This package contains type definitions for react-widgets ( https://github.com/jquense/react-widgets ). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Tue, 22 Jan 2019 17:18:43 GMT | ||
* Last updated: Thu, 24 Jan 2019 22:18:55 GMT | ||
* Dependencies: @types/react | ||
@@ -18,2 +18,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Rogier Schouten <https://github.com/rogierschouten>, Balázs Sándor <https://github.com/sanyatuning>, Frode Hansen <https://github.com/frodehansen2>, Andrew Makarov <https://github.com/r3nya>, Maxime Billemaz <https://github.com/MBillemaz>, Georg Steinmetz <https://github.com/georg94>. | ||
These definitions were written by Rogier Schouten <https://github.com/rogierschouten>, Balázs Sándor <https://github.com/sanyatuning>, Frode Hansen <https://github.com/frodehansen2>, Andrew Makarov <https://github.com/r3nya>, Maxime Billemaz <https://github.com/MBillemaz>, Georg Steinmetz <https://github.com/georg94>, Troy Zarger <https://github.com/tzarger>. |
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
49072
1169