@hi-ui/check-select 4.0.0-alpha.38 → 4.0.0-alpha.41
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.
@@ -10,12 +10,12 @@ import { UseDataSource } from '@hi-ui/use-data-source';
|
|
10
10
|
export declare const CheckSelect: React.ForwardRefExoticComponent<CheckSelectProps & React.RefAttributes<HTMLDivElement | null>>;
|
11
11
|
export interface CheckSelectProps extends Omit<PickerProps, 'trigger'>, UseCheckSelectProps {
|
12
12
|
/**
|
13
|
-
*
|
13
|
+
* 设置虚拟滚动容器的可视高度。暂不对外暴露
|
14
14
|
* @private
|
15
15
|
*/
|
16
16
|
height?: number;
|
17
17
|
/**
|
18
|
-
*
|
18
|
+
* 设置虚拟列表每项的固定高度。暂不对外暴露
|
19
19
|
* @private
|
20
20
|
*/
|
21
21
|
itemHeight?: number;
|
@@ -27,7 +27,7 @@ export interface UseCheckSelectProps {
|
|
27
27
|
*/
|
28
28
|
onChange?: (value: React.ReactText[], changedItems?: CheckSelectDataItem[], checkedItems?: CheckSelectDataItem[]) => void;
|
29
29
|
/**
|
30
|
-
*
|
30
|
+
* 选中值时回调。暂不对外暴露
|
31
31
|
* @private
|
32
32
|
*/
|
33
33
|
onSelect?: (value: React.ReactText[], targetOption: CheckSelectEventData, shouldChecked: boolean) => void;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/check-select",
|
3
|
-
"version": "4.0.0-alpha.
|
3
|
+
"version": "4.0.0-alpha.41",
|
4
4
|
"description": "A sub-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HIUI <mi-hiui@xiaomi.com>",
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"url": "https://github.com/XiaoMi/hiui/issues"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@hi-ui/checkbox": "^4.0.0-alpha.
|
46
|
+
"@hi-ui/checkbox": "^4.0.0-alpha.33",
|
47
47
|
"@hi-ui/classname": "^4.0.0-alpha.3",
|
48
48
|
"@hi-ui/core": "^4.0.0-alpha.20",
|
49
49
|
"@hi-ui/core-css": "^4.0.0-alpha.14",
|
@@ -51,19 +51,19 @@
|
|
51
51
|
"@hi-ui/func-utils": "^4.0.0-alpha.6",
|
52
52
|
"@hi-ui/highlighter": "^4.0.0-alpha.13",
|
53
53
|
"@hi-ui/icons": "^4.0.0-alpha.29",
|
54
|
-
"@hi-ui/input": "^4.0.0-alpha.
|
54
|
+
"@hi-ui/input": "^4.0.0-alpha.36",
|
55
55
|
"@hi-ui/locale-context": "^4.0.0-alpha.19",
|
56
|
-
"@hi-ui/picker": "^4.0.0-alpha.
|
56
|
+
"@hi-ui/picker": "^4.0.0-alpha.22",
|
57
57
|
"@hi-ui/popper": "^4.0.0-alpha.25",
|
58
58
|
"@hi-ui/tag-input": "^4.0.0-alpha.25",
|
59
59
|
"@hi-ui/times": "^4.0.0-alpha.4",
|
60
|
-
"@hi-ui/tree-utils": "^4.0.0-alpha.
|
60
|
+
"@hi-ui/tree-utils": "^4.0.0-alpha.14",
|
61
61
|
"@hi-ui/type-assertion": "^4.0.0-alpha.14",
|
62
|
-
"@hi-ui/use-check": "^4.0.0-alpha.
|
62
|
+
"@hi-ui/use-check": "^4.0.0-alpha.22",
|
63
63
|
"@hi-ui/use-children": "^4.0.0-alpha.4",
|
64
64
|
"@hi-ui/use-data-source": "^4.0.0-alpha.8",
|
65
65
|
"@hi-ui/use-latest": "^4.0.0-alpha.5",
|
66
|
-
"@hi-ui/use-search-mode": "^4.0.0-alpha.
|
66
|
+
"@hi-ui/use-search-mode": "^4.0.0-alpha.19",
|
67
67
|
"@hi-ui/use-toggle": "^4.0.0-alpha.12",
|
68
68
|
"@hi-ui/use-uncontrolled-state": "^4.0.0-alpha.14",
|
69
69
|
"lodash": "^4.17.21",
|
@@ -78,5 +78,5 @@
|
|
78
78
|
"react": "^17.0.1",
|
79
79
|
"react-dom": "^17.0.1"
|
80
80
|
},
|
81
|
-
"gitHead": "
|
81
|
+
"gitHead": "5d6f250e0d02826824d71d72639e14e67bb801af"
|
82
82
|
}
|