@schrodinger/ui-dropdown
Advanced tools
Comparing version 1.1.3 to 2.0.0
@@ -16,3 +16,3 @@ import { PureComponent, SyntheticEvent, KeyboardEvent } from 'react'; | ||
multiselect: boolean; | ||
defaultValue: string; | ||
typeaheadValue: string; | ||
onChange: (...args: any[]) => void; | ||
@@ -65,2 +65,3 @@ onSelect: (...args: any[]) => void; | ||
static getDerivedStateFromProps(props: Props, state: State): State; | ||
getClasses: (k: string) => any; | ||
} | ||
@@ -130,2 +131,6 @@ export interface HeaderRenderer { | ||
autofill: string; | ||
/** | ||
* Last known value of the typeahead search input | ||
*/ | ||
initialTypeaheadValue: string; | ||
} | ||
@@ -190,5 +195,5 @@ export interface Props { | ||
/** | ||
* Initial value to be displayed (in typeaheads) | ||
* Value to be displayed (in typeaheads) | ||
*/ | ||
defaultValue: string; | ||
typeaheadValue: string; | ||
/** | ||
@@ -195,0 +200,0 @@ * Event fired for single selection dropdowns (multiselect: false) |
{ | ||
"name": "@schrodinger/ui-dropdown", | ||
"version": "1.1.3", | ||
"version": "2.0.0", | ||
"description": "description", | ||
@@ -30,3 +30,3 @@ "keywords": [], | ||
"devDependencies": { | ||
"@schrodinger/ui-scripts": "^1.1.2", | ||
"@schrodinger/ui-scripts": "^2.0.0", | ||
"@types/lodash": "4.14.170", | ||
@@ -48,3 +48,3 @@ "@types/react": "^16.9.49", | ||
}, | ||
"gitHead": "53dc452ae15bd00f131a0de407dc55df412bd8d5" | ||
"gitHead": "a8b1b190257100183fee60c4a6c65a0a93ef50f6" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
359555
8782