@hi-ui/tree-select 4.0.0-beta.29 → 4.0.0-beta.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/TreeSelect.js +1 -1
- package/lib/esm/TreeSelect.js +1 -1
- package/lib/types/types.d.ts +2 -2
- package/package.json +10 -10
package/lib/cjs/TreeSelect.js
CHANGED
@@ -282,7 +282,7 @@ var TreeSelect = /*#__PURE__*/React.forwardRef(function (_a, ref) {
|
|
282
282
|
onSelect: onSelect,
|
283
283
|
// onLoadChildren 缓存数据
|
284
284
|
// TODO: 支持 fieldNames
|
285
|
-
//
|
285
|
+
// @ts-ignore
|
286
286
|
onLoadChildren: onLoadChildren
|
287
287
|
}, treeProps)) : null);
|
288
288
|
});
|
package/lib/esm/TreeSelect.js
CHANGED
package/lib/types/types.d.ts
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/tree-select",
|
3
|
-
"version": "4.0.0-beta.
|
3
|
+
"version": "4.0.0-beta.31",
|
4
4
|
"description": "A sub-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HIUI <mi-hiui@xiaomi.com>",
|
@@ -48,18 +48,18 @@
|
|
48
48
|
"@hi-ui/core": "^4.0.0-beta.8",
|
49
49
|
"@hi-ui/core-css": "^4.0.0-beta.5",
|
50
50
|
"@hi-ui/env": "^4.0.0-beta.0",
|
51
|
-
"@hi-ui/func-utils": "^4.0.0-beta.
|
52
|
-
"@hi-ui/highlighter": "^4.0.0-beta.
|
51
|
+
"@hi-ui/func-utils": "^4.0.0-beta.12",
|
52
|
+
"@hi-ui/highlighter": "^4.0.0-beta.9",
|
53
53
|
"@hi-ui/icons": "^4.0.0-beta.10",
|
54
|
-
"@hi-ui/input": "^4.0.0-beta.
|
55
|
-
"@hi-ui/locale-context": "^4.0.0-beta.
|
56
|
-
"@hi-ui/picker": "^4.0.0-beta.
|
57
|
-
"@hi-ui/popper": "^4.0.0-beta.
|
58
|
-
"@hi-ui/tree": "^4.0.0-beta.
|
54
|
+
"@hi-ui/input": "^4.0.0-beta.14",
|
55
|
+
"@hi-ui/locale-context": "^4.0.0-beta.18",
|
56
|
+
"@hi-ui/picker": "^4.0.0-beta.23",
|
57
|
+
"@hi-ui/popper": "^4.0.0-beta.13",
|
58
|
+
"@hi-ui/tree": "^4.0.0-beta.29",
|
59
59
|
"@hi-ui/tree-utils": "^4.0.0-beta.4",
|
60
60
|
"@hi-ui/type-assertion": "^4.0.0-beta.4",
|
61
61
|
"@hi-ui/use-data-source": "^4.0.0-beta.5",
|
62
|
-
"@hi-ui/use-search-mode": "^4.0.0-beta.
|
62
|
+
"@hi-ui/use-search-mode": "^4.0.0-beta.18",
|
63
63
|
"@hi-ui/use-toggle": "^4.0.0-beta.4",
|
64
64
|
"@hi-ui/use-uncontrolled-state": "^4.0.0-beta.4"
|
65
65
|
},
|
@@ -72,5 +72,5 @@
|
|
72
72
|
"react": "^17.0.1",
|
73
73
|
"react-dom": "^17.0.1"
|
74
74
|
},
|
75
|
-
"gitHead": "
|
75
|
+
"gitHead": "7f47840510e6dfce429eeed1591c154e321cd14f"
|
76
76
|
}
|