@hi-ui/cascader 4.0.0-alpha.13 → 4.0.0-alpha.14
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>>, "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" | "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
@@ -6,7 +6,6 @@ export declare const CascaderProvider: import("react").Provider<Omit<{
|
|
6
6
|
popper?: import("packages/ui/popper/lib/types").PopperProps | undefined;
|
7
7
|
children?: import("react").ReactNode;
|
8
8
|
id?: string | undefined;
|
9
|
-
title?: string | undefined;
|
10
9
|
slot?: string | undefined;
|
11
10
|
style?: import("react").CSSProperties | undefined;
|
12
11
|
key?: import("react").Key | null | undefined;
|
@@ -291,7 +290,6 @@ export declare const useCascaderContext: () => Omit<{
|
|
291
290
|
popper?: import("packages/ui/popper/lib/types").PopperProps | undefined;
|
292
291
|
children?: import("react").ReactNode;
|
293
292
|
id?: string | undefined;
|
294
|
-
title?: string | undefined;
|
295
293
|
slot?: string | undefined;
|
296
294
|
style?: import("react").CSSProperties | undefined;
|
297
295
|
key?: import("react").Key | null | undefined;
|
@@ -8,7 +8,6 @@ export declare const useCascader: ({ defaultValue, value: valueProp, onChange: o
|
|
8
8
|
popper?: import("packages/ui/popper/lib/types").PopperProps | undefined;
|
9
9
|
children?: React.ReactNode;
|
10
10
|
id?: string | undefined;
|
11
|
-
title?: string | undefined;
|
12
11
|
slot?: string | undefined;
|
13
12
|
style?: React.CSSProperties | undefined;
|
14
13
|
key?: React.Key | null | 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.14",
|
4
4
|
"description": "A sub-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HIUI <mi-hiui@xiaomi.com>",
|
@@ -44,15 +44,15 @@
|
|
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.7",
|
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.
|
49
|
+
"@hi-ui/icons": "^4.0.0-alpha.12",
|
50
|
+
"@hi-ui/input": "^4.0.0-alpha.16",
|
51
|
+
"@hi-ui/popper": "^4.0.0-alpha.10",
|
52
52
|
"@hi-ui/tree-utils": "^4.0.0-alpha.3",
|
53
53
|
"@hi-ui/type-assertion": "^4.0.0-alpha.8",
|
54
54
|
"@hi-ui/use-latest": "^4.0.0-alpha.2",
|
55
|
-
"@hi-ui/use-toggle": "^4.0.0-alpha.
|
55
|
+
"@hi-ui/use-toggle": "^4.0.0-alpha.5",
|
56
56
|
"@hi-ui/use-uncontrolled-state": "^4.0.0-alpha.7"
|
57
57
|
},
|
58
58
|
"peerDependencies": {
|
@@ -64,5 +64,5 @@
|
|
64
64
|
"react": "^17.0.1",
|
65
65
|
"react-dom": "^17.0.1"
|
66
66
|
},
|
67
|
-
"gitHead": "
|
67
|
+
"gitHead": "a3b15b79bb08d15f45212c851a1c93ba5bf0d7c0"
|
68
68
|
}
|