@uiw/react-search-tree
Advanced tools
Comparing version 4.13.2 to 4.13.3
@@ -105,4 +105,3 @@ "use strict"; | ||
function handleInputChange(e) { | ||
var value = e.target.value; | ||
function handleInputChange(value) { | ||
searchValueSet(value); | ||
@@ -117,4 +116,3 @@ onSearch === null || onSearch === void 0 ? void 0 : onSearch(value); | ||
setSelectedOption([]); | ||
searchValueSet(''); | ||
setSelectIconType(''); | ||
handleInputChange(''); | ||
handleSelectChange([]); | ||
@@ -194,3 +192,5 @@ } | ||
onKeyDown: inputKeyDown, | ||
onChange: handleInputChange, | ||
onChange: function onChange(e) { | ||
return handleInputChange(e.target.value); | ||
}, | ||
value: searchValue, | ||
@@ -197,0 +197,0 @@ placeholder: selectedOption.length ? '' : placeholder // readOnly={false} |
@@ -67,4 +67,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
function handleInputChange(e) { | ||
var value = e.target.value; | ||
function handleInputChange(value) { | ||
searchValueSet(value); | ||
@@ -79,4 +78,3 @@ onSearch == null ? void 0 : onSearch(value); | ||
setSelectedOption([]); | ||
searchValueSet(''); | ||
setSelectIconType(''); | ||
handleInputChange(''); | ||
handleSelectChange([]); | ||
@@ -153,3 +151,3 @@ } | ||
onKeyDown: inputKeyDown, | ||
onChange: handleInputChange, | ||
onChange: e => handleInputChange(e.target.value), | ||
value: searchValue, | ||
@@ -156,0 +154,0 @@ placeholder: selectedOption.length ? '' : placeholder // readOnly={false} |
{ | ||
"name": "@uiw/react-search-tree", | ||
"version": "4.13.2", | ||
"version": "4.13.3", | ||
"description": "TreeChecked component", | ||
@@ -46,11 +46,11 @@ "homepage": "https://uiwjs.github.io/#/components/search-tree", | ||
"dependencies": { | ||
"@uiw/react-card": "^4.13.2", | ||
"@uiw/react-checkbox": "^4.13.2", | ||
"@uiw/react-dropdown": "^4.13.2", | ||
"@uiw/react-icon": "^4.13.2", | ||
"@uiw/react-input": "^4.13.2", | ||
"@uiw/react-tag": "^4.13.2", | ||
"@uiw/react-tree": "^4.13.2", | ||
"@uiw/react-tree-checked": "^4.13.2", | ||
"@uiw/utils": "^4.13.2" | ||
"@uiw/react-card": "^4.13.3", | ||
"@uiw/react-checkbox": "^4.13.3", | ||
"@uiw/react-dropdown": "^4.13.3", | ||
"@uiw/react-icon": "^4.13.3", | ||
"@uiw/react-input": "^4.13.3", | ||
"@uiw/react-tag": "^4.13.3", | ||
"@uiw/react-tree": "^4.13.3", | ||
"@uiw/react-tree-checked": "^4.13.3", | ||
"@uiw/utils": "^4.13.3" | ||
}, | ||
@@ -57,0 +57,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
97798
1056
Updated@uiw/react-card@^4.13.3
Updated@uiw/react-checkbox@^4.13.3
Updated@uiw/react-dropdown@^4.13.3
Updated@uiw/react-icon@^4.13.3
Updated@uiw/react-input@^4.13.3
Updated@uiw/react-tag@^4.13.3
Updated@uiw/react-tree@^4.13.3
Updated@uiw/utils@^4.13.3