@hi-ui/check-cascader 4.0.0-alpha.41 → 4.0.0-alpha.42
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.
@@ -25,7 +25,7 @@ export interface CheckCascaderProps extends Omit<PickerProps, 'trigger'> {
|
|
25
25
|
*/
|
26
26
|
onChange?: (values: React.ReactText[][]) => void;
|
27
27
|
/**
|
28
|
-
*
|
28
|
+
* 选项被点击时的回调。暂不对外暴露
|
29
29
|
* @private
|
30
30
|
*/
|
31
31
|
onSelect?: (selectedId: React.ReactText, selectedOption: CheckCascaderItemEventData) => void;
|
@@ -66,7 +66,7 @@ export interface CheckCascaderProps extends Omit<PickerProps, 'trigger'> {
|
|
66
66
|
*/
|
67
67
|
checkCascaded?: boolean;
|
68
68
|
/**
|
69
|
-
* 将 check
|
69
|
+
* 将 check 子项拍平展示。暂不对外暴露
|
70
70
|
* @private
|
71
71
|
*/
|
72
72
|
type?: 'flatted' | 'tree';
|
@@ -83,7 +83,7 @@ export interface CheckCascaderProps extends Omit<PickerProps, 'trigger'> {
|
|
83
83
|
*/
|
84
84
|
onLoadChildren?: (item: CheckCascaderItemEventData, idPaths: React.ReactText[]) => Promise<CheckCascaderItem[] | void> | void;
|
85
85
|
/**
|
86
|
-
* 是否单行展示,超出 +1
|
86
|
+
* 是否单行展示,超出 +1。暂不对外暴露
|
87
87
|
* @private
|
88
88
|
*/
|
89
89
|
wrap?: boolean;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/check-cascader",
|
3
|
-
"version": "4.0.0-alpha.
|
3
|
+
"version": "4.0.0-alpha.42",
|
4
4
|
"description": "A sub-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HIUI <mi-hiui@xiaomi.com>",
|
@@ -48,9 +48,9 @@
|
|
48
48
|
"@hi-ui/core-css": "^4.0.0-alpha.14",
|
49
49
|
"@hi-ui/env": "^4.0.0-alpha.6",
|
50
50
|
"@hi-ui/icons": "^4.0.0-alpha.29",
|
51
|
-
"@hi-ui/input": "^4.0.0-alpha.
|
51
|
+
"@hi-ui/input": "^4.0.0-alpha.35",
|
52
52
|
"@hi-ui/locale-context": "^4.0.0-alpha.19",
|
53
|
-
"@hi-ui/picker": "^4.0.0-alpha.
|
53
|
+
"@hi-ui/picker": "^4.0.0-alpha.21",
|
54
54
|
"@hi-ui/popper": "^4.0.0-alpha.25",
|
55
55
|
"@hi-ui/tag-input": "^4.0.0-alpha.25",
|
56
56
|
"@hi-ui/times": "^4.0.0-alpha.4",
|
@@ -61,7 +61,7 @@
|
|
61
61
|
"@hi-ui/use-latest": "^4.0.0-alpha.5",
|
62
62
|
"@hi-ui/use-merge-refs": "^4.0.0-alpha.5",
|
63
63
|
"@hi-ui/use-outside-click": "^4.0.0-alpha.8",
|
64
|
-
"@hi-ui/use-search-mode": "^4.0.0-alpha.
|
64
|
+
"@hi-ui/use-search-mode": "^4.0.0-alpha.18",
|
65
65
|
"@hi-ui/use-toggle": "^4.0.0-alpha.12",
|
66
66
|
"@hi-ui/use-uncontrolled-state": "^4.0.0-alpha.14",
|
67
67
|
"@popperjs/core": "^2.9.3",
|
@@ -77,5 +77,5 @@
|
|
77
77
|
"react": "^17.0.1",
|
78
78
|
"react-dom": "^17.0.1"
|
79
79
|
},
|
80
|
-
"gitHead": "
|
80
|
+
"gitHead": "fe96d3d280880a417b9784fa64376e20cd8a8fad"
|
81
81
|
}
|