@hi-ui/tree-select 4.0.0-beta.21 → 4.0.0-beta.22
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.
@@ -12,6 +12,8 @@
|
|
12
12
|
Object.defineProperty(exports, '__esModule', {
|
13
13
|
value: true
|
14
14
|
});
|
15
|
+
|
16
|
+
require('@hi-ui/env');
|
15
17
|
/** @LICENSE
|
16
18
|
* @hi-ui/dom-utils
|
17
19
|
* https://github.com/XiaoMi/hiui/tree/master/packages/utils/dom-utils#readme
|
@@ -26,6 +28,7 @@ Object.defineProperty(exports, '__esModule', {
|
|
26
28
|
* 设置 html data 属性,表示状态
|
27
29
|
*/
|
28
30
|
|
31
|
+
|
29
32
|
var setAttrStatus = function setAttrStatus(bool) {
|
30
33
|
return bool ? '' : undefined;
|
31
34
|
};
|
@@ -7,7 +7,7 @@
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
9
9
|
*/
|
10
|
-
|
10
|
+
import '@hi-ui/env';
|
11
11
|
/** @LICENSE
|
12
12
|
* @hi-ui/dom-utils
|
13
13
|
* https://github.com/XiaoMi/hiui/tree/master/packages/utils/dom-utils#readme
|
@@ -21,6 +21,7 @@
|
|
21
21
|
/**
|
22
22
|
* 设置 html data 属性,表示状态
|
23
23
|
*/
|
24
|
+
|
24
25
|
var setAttrStatus = function setAttrStatus(bool) {
|
25
26
|
return bool ? '' : undefined;
|
26
27
|
};
|
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.22",
|
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.6",
|
49
49
|
"@hi-ui/core-css": "^4.0.0-beta.4",
|
50
50
|
"@hi-ui/env": "^4.0.0-beta.0",
|
51
|
-
"@hi-ui/func-utils": "^4.0.0-beta.
|
51
|
+
"@hi-ui/func-utils": "^4.0.0-beta.8",
|
52
52
|
"@hi-ui/highlighter": "^4.0.0-beta.6",
|
53
53
|
"@hi-ui/icons": "^4.0.0-beta.8",
|
54
|
-
"@hi-ui/locale-context": "^4.0.0-beta.
|
55
|
-
"@hi-ui/picker": "^4.0.0-beta.
|
56
|
-
"@hi-ui/popper": "^4.0.0-beta.
|
57
|
-
"@hi-ui/tag-input": "^4.0.0-beta.
|
58
|
-
"@hi-ui/tree": "^4.0.0-beta.
|
54
|
+
"@hi-ui/locale-context": "^4.0.0-beta.13",
|
55
|
+
"@hi-ui/picker": "^4.0.0-beta.18",
|
56
|
+
"@hi-ui/popper": "^4.0.0-beta.10",
|
57
|
+
"@hi-ui/tag-input": "^4.0.0-beta.13",
|
58
|
+
"@hi-ui/tree": "^4.0.0-beta.20",
|
59
59
|
"@hi-ui/tree-utils": "^4.0.0-beta.3",
|
60
60
|
"@hi-ui/type-assertion": "^4.0.0-beta.3",
|
61
|
-
"@hi-ui/use-data-source": "^4.0.0-beta.
|
62
|
-
"@hi-ui/use-search-mode": "^4.0.0-beta.
|
61
|
+
"@hi-ui/use-data-source": "^4.0.0-beta.4",
|
62
|
+
"@hi-ui/use-search-mode": "^4.0.0-beta.12",
|
63
63
|
"@hi-ui/use-toggle": "^4.0.0-beta.3",
|
64
64
|
"@hi-ui/use-uncontrolled-state": "^4.0.0-beta.3"
|
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": "b97da7b6da8a53833e194290558af1c460f5de16"
|
76
76
|
}
|