@hi-ui/cascader 4.0.0-alpha.15 → 4.0.0-alpha.17
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.
@@ -5,7 +5,7 @@ import { HiBaseHTMLProps } from '@hi-ui/core';
|
|
5
5
|
* TODO: What is CascaderPanel
|
6
6
|
* MenuList + Search
|
7
7
|
*/
|
8
|
-
export declare const CascaderPanel: React.ForwardRefExoticComponent<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>>, "title" | "disabled" | "defaultValue" | "onChange" | "value" | "onSelect" | "data" | "changeOnSelect" | "flatted" | "upMatch" | "expandTrigger" | "emptyContent" | "searchPlaceholder" | "titleRender" | "displayRender" | "onLoadChildren" | "searchable"> & {
|
8
|
+
export declare const CascaderPanel: React.ForwardRefExoticComponent<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>>, "title" | "disabled" | "defaultValue" | "onChange" | "value" | "onSelect" | "size" | "prefix" | "data" | "changeOnSelect" | "flatted" | "upMatch" | "expandTrigger" | "emptyContent" | "searchPlaceholder" | "titleRender" | "displayRender" | "onLoadChildren" | "searchable"> & {
|
9
9
|
prefixCls?: string | undefined;
|
10
10
|
role?: string | undefined;
|
11
11
|
} & {
|
package/lib/types/context.d.ts
CHANGED
@@ -28,7 +28,6 @@ export declare const CascaderProvider: import("react").Provider<Omit<{
|
|
28
28
|
about?: string | undefined;
|
29
29
|
datatype?: string | undefined;
|
30
30
|
inlist?: any;
|
31
|
-
prefix?: string | undefined;
|
32
31
|
property?: string | undefined;
|
33
32
|
resource?: string | undefined;
|
34
33
|
typeof?: string | undefined;
|
@@ -312,7 +311,6 @@ export declare const useCascaderContext: () => Omit<{
|
|
312
311
|
about?: string | undefined;
|
313
312
|
datatype?: string | undefined;
|
314
313
|
inlist?: any;
|
315
|
-
prefix?: string | undefined;
|
316
314
|
property?: string | undefined;
|
317
315
|
resource?: string | undefined;
|
318
316
|
typeof?: string | undefined;
|
@@ -30,7 +30,6 @@ export declare const useCascader: ({ defaultValue, value: valueProp, onChange: o
|
|
30
30
|
about?: string | undefined;
|
31
31
|
datatype?: string | undefined;
|
32
32
|
inlist?: any;
|
33
|
-
prefix?: string | undefined;
|
34
33
|
property?: string | undefined;
|
35
34
|
resource?: string | undefined;
|
36
35
|
typeof?: string | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/cascader",
|
3
|
-
"version": "4.0.0-alpha.
|
3
|
+
"version": "4.0.0-alpha.17",
|
4
4
|
"description": "A sub-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HIUI <mi-hiui@xiaomi.com>",
|
@@ -44,16 +44,16 @@
|
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
46
|
"@hi-ui/classname": "^4.0.0-alpha.2",
|
47
|
-
"@hi-ui/core": "^4.0.0-alpha.
|
47
|
+
"@hi-ui/core": "^4.0.0-alpha.10",
|
48
48
|
"@hi-ui/env": "^4.0.0-alpha.3",
|
49
|
-
"@hi-ui/icons": "^4.0.0-alpha.
|
50
|
-
"@hi-ui/input": "^4.0.0-alpha.
|
51
|
-
"@hi-ui/popper": "^4.0.0-alpha.
|
52
|
-
"@hi-ui/tree-utils": "^4.0.0-alpha.
|
53
|
-
"@hi-ui/type-assertion": "^4.0.0-alpha.
|
49
|
+
"@hi-ui/icons": "^4.0.0-alpha.15",
|
50
|
+
"@hi-ui/input": "^4.0.0-alpha.19",
|
51
|
+
"@hi-ui/popper": "^4.0.0-alpha.13",
|
52
|
+
"@hi-ui/tree-utils": "^4.0.0-alpha.6",
|
53
|
+
"@hi-ui/type-assertion": "^4.0.0-alpha.11",
|
54
54
|
"@hi-ui/use-latest": "^4.0.0-alpha.3",
|
55
|
-
"@hi-ui/use-toggle": "^4.0.0-alpha.
|
56
|
-
"@hi-ui/use-uncontrolled-state": "^4.0.0-alpha.
|
55
|
+
"@hi-ui/use-toggle": "^4.0.0-alpha.8",
|
56
|
+
"@hi-ui/use-uncontrolled-state": "^4.0.0-alpha.10"
|
57
57
|
},
|
58
58
|
"peerDependencies": {
|
59
59
|
"react": "^17.0.1",
|
@@ -64,5 +64,5 @@
|
|
64
64
|
"react": "^17.0.1",
|
65
65
|
"react-dom": "^17.0.1"
|
66
66
|
},
|
67
|
-
"gitHead": "
|
67
|
+
"gitHead": "734a594a67ed76aa6e36772532e67b53048f2dae"
|
68
68
|
}
|