@types/react-widgets
Advanced tools
Comparing version 3.2.19 to 3.2.20
@@ -59,3 +59,3 @@ import * as React from 'react'; | ||
*/ | ||
textField?: string; | ||
textField?: string | ((dataItem: any) => string); | ||
/** | ||
@@ -62,0 +62,0 @@ * This component is used to render each possible item in the Combobox. The default |
@@ -5,3 +5,3 @@ import * as React from 'react'; | ||
/** | ||
* Whether to show the date picker button. | ||
* Whether to show the date picker button. | ||
* @default true | ||
@@ -8,0 +8,0 @@ */ |
@@ -42,3 +42,3 @@ import * as React from 'react'; | ||
*/ | ||
textField?: string; | ||
textField?: string | ((dataItem: any) => string); | ||
/** | ||
@@ -101,5 +101,5 @@ * This component is used to render the selected value of the DropdownList. The default | ||
/** | ||
* Specify a filtering method used to reduce the items in the dropdown as you type. | ||
* Specify a filtering method used to reduce the items in the dropdown as you type. | ||
* There are a few built-in filtering methods that can be specified by passing the String name. | ||
* To handle custom filtering techniques provide a function that returns true or false | ||
* To handle custom filtering techniques provide a function that returns true or false | ||
* for each passed in item (analogous to the array.filter builtin) | ||
@@ -106,0 +106,0 @@ * @enum false "startsWith" "endsWith" "contains" |
@@ -38,4 +38,4 @@ import * as React from 'react'; | ||
* required when the value prop is not itself a dataItem. A valueField is useful when | ||
* specifying the selected item, by its id instead of using the model as the value. | ||
* When a valueField is not provided, the Multiselect will use strict equality checks (===) | ||
* specifying the selected item, by its id instead of using the model as the value. | ||
* When a valueField is not provided, the Multiselect will use strict equality checks (===) | ||
* to locate the value in the data list. | ||
@@ -42,0 +42,0 @@ */ |
{ | ||
"name": "@types/react-widgets", | ||
"version": "3.2.19", | ||
"version": "3.2.20", | ||
"description": "TypeScript definitions for react-widgets v3.2.1", | ||
@@ -17,3 +17,3 @@ "license": "MIT", | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "473ef0cdbf7755fc527abdfdd115ab40e2f53bc41842dc1a6aa6b56014e4d407" | ||
"typesPublisherContentHash": "ec03b846c76b674ebab761de40eddebcc99ab5fb17b4c8d8a2ee14bad8965995" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 19:54:59 GMT | ||
* Last updated: Sun, 25 Sep 2016 23:34:51 GMT | ||
* File structure: ProperModule | ||
@@ -14,0 +14,0 @@ * Library Dependencies: none |
@@ -39,3 +39,3 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "473ef0cdbf7755fc527abdfdd115ab40e2f53bc41842dc1a6aa6b56014e4d407" | ||
"contentHash": "ec03b846c76b674ebab761de40eddebcc99ab5fb17b4c8d8a2ee14bad8965995" | ||
} |
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
40985