@uiw/react-search-tree
Advanced tools
Comparing version 4.18.1 to 4.19.0
@@ -226,3 +226,2 @@ "use strict"; | ||
ref: inputRef, | ||
style: {}, | ||
className: "".concat(prefixCls, "-input-contents"), | ||
@@ -229,0 +228,0 @@ size: size, |
@@ -182,3 +182,2 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
ref: inputRef, | ||
style: {}, | ||
className: prefixCls + "-input-contents", | ||
@@ -185,0 +184,0 @@ size: size, |
{ | ||
"name": "@uiw/react-search-tree", | ||
"version": "4.18.1", | ||
"version": "4.19.0", | ||
"description": "TreeChecked component", | ||
@@ -46,13 +46,13 @@ "homepage": "https://uiwjs.github.io/#/components/search-tree", | ||
"dependencies": { | ||
"@uiw/react-card": "^4.18.1", | ||
"@uiw/react-checkbox": "^4.18.1", | ||
"@uiw/react-dropdown": "^4.18.1", | ||
"@uiw/react-empty": "^4.18.1", | ||
"@uiw/react-icon": "^4.18.1", | ||
"@uiw/react-input": "^4.18.1", | ||
"@uiw/react-tag": "^4.18.1", | ||
"@uiw/react-tree": "^4.18.1", | ||
"@uiw/react-tree-checked": "^4.18.1", | ||
"@uiw/utils": "^4.18.1" | ||
"@uiw/react-card": "^4.19.0", | ||
"@uiw/react-checkbox": "^4.19.0", | ||
"@uiw/react-dropdown": "^4.19.0", | ||
"@uiw/react-empty": "^4.19.0", | ||
"@uiw/react-icon": "^4.19.0", | ||
"@uiw/react-input": "^4.19.0", | ||
"@uiw/react-tag": "^4.19.0", | ||
"@uiw/react-tree": "^4.19.0", | ||
"@uiw/react-tree-checked": "^4.19.0", | ||
"@uiw/utils": "^4.19.0" | ||
} | ||
} |
@@ -89,3 +89,3 @@ SearchTree 带搜索的Tree选择控件 | ||
options={data} | ||
placeholder="请输入选择" | ||
placeholder="请选择选项" | ||
/> | ||
@@ -102,3 +102,3 @@ </Row> | ||
options={data} | ||
placeholder="请输入选择" | ||
placeholder="请选择选项" | ||
/> | ||
@@ -114,3 +114,3 @@ </Row> | ||
options={data} | ||
placeholder="请输入选择" | ||
placeholder="请选择选项" | ||
/> | ||
@@ -177,3 +177,3 @@ </Row> | ||
style={{ width:200 }} | ||
placeholder="请输入选择" | ||
placeholder="请选择选项" | ||
/> | ||
@@ -183,3 +183,3 @@ <SearchTree | ||
emptyOption={<span>暂无数据..</span>} | ||
placeholder="请输入选择" | ||
placeholder="请选择选项" | ||
/> | ||
@@ -290,3 +290,3 @@ </> | ||
options={data} | ||
placeholder="请输入选择" | ||
placeholder="请选择选项" | ||
/> | ||
@@ -305,3 +305,3 @@ ) | ||
options={data} | ||
placeholder="请输入选择" | ||
placeholder="请选择选项" | ||
/> | ||
@@ -308,0 +308,0 @@ ) |
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
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
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
124471
1346
Updated@uiw/react-card@^4.19.0
Updated@uiw/react-checkbox@^4.19.0
Updated@uiw/react-dropdown@^4.19.0
Updated@uiw/react-empty@^4.19.0
Updated@uiw/react-icon@^4.19.0
Updated@uiw/react-input@^4.19.0
Updated@uiw/react-tag@^4.19.0
Updated@uiw/react-tree@^4.19.0
Updated@uiw/utils@^4.19.0