@types/react-widgets
Advanced tools
Comparing version 3.2.28 to 3.2.29
// Type definitions for react-widgets 3.2 | ||
// Project: https://github.com/jquense/react-widgets | ||
// Definitions by: Rogier Schouten <https://github.com/rogierschouten/>, Balázs Sándor <https://github.com/sanyatuning> | ||
// Definitions by: Rogier Schouten <https://github.com/rogierschouten/>, Balázs Sándor <https://github.com/sanyatuning>, Frode Hansen <https://github.com/frodehansen2> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -5,0 +5,0 @@ // TypeScript Version: 2.1 |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
@@ -77,2 +77,7 @@ import * as React from 'react'; | ||
/** | ||
* The same as an input placeholder, only works in browsers that support the placeholder | ||
* attribute for inputs | ||
*/ | ||
placeholder?: string; | ||
/** | ||
* When true the Combobox will suggest, or fill in, values as you type. The suggestions are | ||
@@ -79,0 +84,0 @@ * always "startsWith", meaning it will search from the start of the textField property |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
{ | ||
"name": "@types/react-widgets", | ||
"version": "3.2.28", | ||
"version": "3.2.29", | ||
"description": "TypeScript definitions for react-widgets", | ||
@@ -14,2 +14,6 @@ "license": "MIT", | ||
"url": "https://github.com/sanyatuning" | ||
}, | ||
{ | ||
"name": "Frode Hansen", | ||
"url": "https://github.com/frodehansen2" | ||
} | ||
@@ -27,4 +31,4 @@ ], | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "ebc8a6498b15a8408cb93d0537bf986a0e6ae9fc412f16d4b2111d21f5734406", | ||
"typesPublisherContentHash": "2f0d8d503a6149cdae3b779e7237486ffe32c094574e48da8f5d485c9cb9f094", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 18 Apr 2017 18:28:36 GMT | ||
* Last updated: Wed, 03 May 2017 17:31:11 GMT | ||
* Dependencies: react | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Rogier Schouten <https://github.com/rogierschouten/>, Balázs Sándor <https://github.com/sanyatuning>. | ||
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>. |
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
39998
900