Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-widgets

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-widgets - npm Package Compare versions

Comparing version 3.2.19 to 3.2.20

2

react-widgets/lib/Combobox.d.ts

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc