@types/react-widgets
Advanced tools
Comparing version 4.3.3 to 4.4.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-widgets 4.3 | ||
// Type definitions for react-widgets 4.4 | ||
// Project: https://github.com/jquense/react-widgets, http://jquense.github.io/react-widgets/docs | ||
@@ -11,2 +11,4 @@ // Definitions by: Rogier Schouten <https://github.com/rogierschouten> | ||
// Siya Mzam <https://github.com/vegtelenseg> | ||
// Cale Bergh <https://github.com/calebergh> | ||
// Ryan McKeel <https://github.com/rmckeel> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -13,0 +15,0 @@ // TypeScript Version: 2.8 |
@@ -146,2 +146,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. | ||
@@ -148,0 +153,0 @@ * @default 250 |
{ | ||
"name": "@types/react-widgets", | ||
"version": "4.3.3", | ||
"version": "4.4.0", | ||
"description": "TypeScript definitions for react-widgets", | ||
@@ -46,6 +46,16 @@ "license": "MIT", | ||
"githubUsername": "vegtelenseg" | ||
}, | ||
{ | ||
"name": "Cale Bergh", | ||
"url": "https://github.com/calebergh", | ||
"githubUsername": "calebergh" | ||
}, | ||
{ | ||
"name": "Ryan McKeel", | ||
"url": "https://github.com/rmckeel", | ||
"githubUsername": "rmckeel" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -60,4 +70,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "6d5600e28cd92e13abdcb1b204ee1cf11f93c2d58f8ab28c2da077663a37de8a", | ||
"typesPublisherContentHash": "f92e955cabf01bd38db82799a2ed23c331d21c8c59c0504b34d354a2bec50e6e", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,13 +5,13 @@ # 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). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-widgets | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-widgets. | ||
Additional Details | ||
* Last updated: Fri, 08 Mar 2019 20:05:15 GMT | ||
* Dependencies: @types/react | ||
### Additional Details | ||
* Last updated: Fri, 13 Dec 2019 10:48:22 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
* 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>, Troy Zarger <https://github.com/tzarger>, Siya Mzam <https://github.com/vegtelenseg>. | ||
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), Siya Mzam (https://github.com/vegtelenseg), Cale Bergh (https://github.com/calebergh), and Ryan McKeel (https://github.com/rmckeel). |
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
50516
1201