ele-admin-plus 1.5.1-beta.1 → 1.5.1-beta.3
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.
- package/es/core-installer.js +4 -1
- package/es/ele-admin-layout/components/layout-tabs.d.ts +1 -1
- package/es/ele-admin-layout/index.d.ts +2 -2
- package/es/ele-app/index.d.ts +3 -0
- package/es/ele-app/index.js +3 -0
- package/es/ele-app/style/scrollbar/css-var.scss +10 -3
- package/es/ele-autocomplete/index.d.ts +126 -352
- package/es/ele-autocomplete/props.d.ts +56 -161
- package/es/ele-basic-select/components/select-view.d.ts +6 -6
- package/es/ele-basic-select/index.d.ts +3 -3
- package/es/ele-basic-select/props.d.ts +2 -2
- package/es/ele-breadcrumb/index.d.ts +2 -2
- package/es/ele-breadcrumb/props.d.ts +1 -1
- package/es/ele-cascader/index.d.ts +260 -319
- package/es/ele-cascader/props.d.ts +121 -149
- package/es/ele-checkbox-group/index.d.ts +51 -56
- package/es/ele-checkbox-group/props.d.ts +25 -25
- package/es/ele-cropper-modal/index.d.ts +1 -1
- package/es/ele-data-table/index.d.ts +44 -41
- package/es/ele-data-table/props.d.ts +46 -42
- package/es/ele-data-table/style/index.scss +7 -0
- package/es/ele-drawer/index.d.ts +263 -68
- package/es/ele-drawer/props.d.ts +128 -29
- package/es/ele-dropdown/components/pro-dropdown.d.ts +223 -311
- package/es/ele-dropdown/index.d.ts +222 -310
- package/es/ele-dropdown/props.d.ts +222 -278
- package/es/ele-dropdown/props.js +17 -8
- package/es/ele-dropdown-provider/index.d.ts +1 -0
- package/es/ele-dropdown-provider/index.js +1 -0
- package/es/ele-edit-tag/index.d.ts +1 -1
- package/es/ele-ellipsis/props.d.ts +1 -1
- package/es/ele-file-list/types.d.ts +3 -3
- package/es/ele-icon/index.d.ts +2 -2
- package/es/ele-icon/props.d.ts +2 -2
- package/es/ele-icon-select/index.d.ts +2 -2
- package/es/ele-icon-select/props.d.ts +2 -2
- package/es/ele-image-viewer/index.d.ts +132 -23
- package/es/ele-image-viewer/props.d.ts +65 -10
- package/es/ele-loading/components/main-content.d.ts +2 -2
- package/es/ele-mention/index.d.ts +280 -309
- package/es/ele-mention/props.d.ts +138 -150
- package/es/ele-menus/components/menu-items.d.ts +5 -0
- package/es/ele-menus/components/menu-items.js +3 -1
- package/es/ele-menus/index.d.ts +174 -32
- package/es/ele-menus/index.js +2 -1
- package/es/ele-menus/props.d.ts +84 -13
- package/es/ele-menus/util.js +4 -7
- package/es/ele-modal/index.d.ts +192 -44
- package/es/ele-modal/props.d.ts +95 -20
- package/es/ele-modal-render/types.d.ts +25 -3
- package/es/ele-modal-render/use-modal.d.ts +2 -9
- package/es/ele-pagination/index.d.ts +141 -27
- package/es/ele-pagination/props.d.ts +69 -12
- package/es/ele-popconfirm/index.d.ts +288 -78
- package/es/ele-popconfirm/props.d.ts +143 -37
- package/es/ele-popconfirm-provider/index.d.ts +1 -0
- package/es/ele-popconfirm-provider/index.js +1 -0
- package/es/ele-popover/index.d.ts +302 -82
- package/es/ele-popover/props.d.ts +152 -40
- package/es/ele-popover/props.js +2 -5
- package/es/ele-printer/index.d.ts +2 -2
- package/es/ele-pro-form/components/render-util.d.ts +2 -2
- package/es/ele-pro-form/index.d.ts +110 -26
- package/es/ele-pro-form/props.d.ts +52 -10
- package/es/ele-pro-form-builder/components/body-form.d.ts +4 -2
- package/es/ele-pro-form-builder/components/body-form.js +2 -1
- package/es/ele-pro-table/index.d.ts +43 -40
- package/es/ele-pro-table/props.d.ts +21 -19
- package/es/ele-radio-group/index.d.ts +102 -21
- package/es/ele-radio-group/props.d.ts +49 -8
- package/es/ele-segmented/index.d.ts +2 -2
- package/es/ele-segmented/props.d.ts +1 -1
- package/es/ele-select/index.d.ts +25 -63
- package/es/ele-select/props.d.ts +7 -25
- package/es/ele-select-tree/index.d.ts +36 -83
- package/es/ele-select-tree/props.d.ts +7 -30
- package/es/ele-split-panel/index.d.ts +1 -1
- package/es/ele-steps/index.d.ts +88 -18
- package/es/ele-steps/props.d.ts +42 -7
- package/es/ele-table-select/index.d.ts +10 -10
- package/es/ele-table-select/props.d.ts +3 -3
- package/es/ele-tabs/index.d.ts +38 -45
- package/es/ele-tabs/props.d.ts +14 -15
- package/es/ele-tool/index.d.ts +1 -1
- package/es/ele-tooltip/index.d.ts +288 -53
- package/es/ele-tooltip/props.d.ts +138 -20
- package/es/ele-tooltip/props.js +2 -2
- package/es/ele-transfer/index.d.ts +154 -28
- package/es/ele-transfer/props.d.ts +78 -15
- package/es/ele-tree-select/index.d.ts +10 -10
- package/es/ele-tree-select/props.d.ts +3 -3
- package/es/ele-upload-list/index.d.ts +3 -3
- package/es/ele-viewer/index.js +0 -3
- package/es/ele-virtual-table/components/cell-filter.d.ts +1 -1
- package/es/ele-virtual-table/components/header-cell.d.ts +2 -2
- package/es/ele-virtual-table/index.d.ts +44 -41
- package/es/ele-virtual-table/props.d.ts +22 -20
- package/es/ele-virtual-table/util.d.ts +1 -1
- package/es/utils/modal-hook.d.ts +8 -5
- package/lib/core-installer.cjs +4 -1
- package/lib/ele-admin-layout/components/layout-tabs.d.ts +1 -1
- package/lib/ele-admin-layout/index.d.ts +2 -2
- package/lib/ele-app/index.cjs +3 -0
- package/lib/ele-app/index.d.ts +3 -0
- package/lib/ele-app/style/scrollbar/css-var.scss +10 -3
- package/lib/ele-autocomplete/index.d.ts +126 -352
- package/lib/ele-autocomplete/props.d.ts +56 -161
- package/lib/ele-basic-select/components/select-view.d.ts +6 -6
- package/lib/ele-basic-select/index.d.ts +3 -3
- package/lib/ele-basic-select/props.d.ts +2 -2
- package/lib/ele-breadcrumb/index.d.ts +2 -2
- package/lib/ele-breadcrumb/props.d.ts +1 -1
- package/lib/ele-cascader/index.d.ts +260 -319
- package/lib/ele-cascader/props.d.ts +121 -149
- package/lib/ele-checkbox-group/index.d.ts +51 -56
- package/lib/ele-checkbox-group/props.d.ts +25 -25
- package/lib/ele-cropper-modal/index.d.ts +1 -1
- package/lib/ele-data-table/index.d.ts +44 -41
- package/lib/ele-data-table/props.d.ts +46 -42
- package/lib/ele-data-table/style/index.scss +7 -0
- package/lib/ele-drawer/index.d.ts +263 -68
- package/lib/ele-drawer/props.d.ts +128 -29
- package/lib/ele-dropdown/components/pro-dropdown.d.ts +223 -311
- package/lib/ele-dropdown/index.d.ts +222 -310
- package/lib/ele-dropdown/props.cjs +17 -8
- package/lib/ele-dropdown/props.d.ts +222 -278
- package/lib/ele-dropdown-provider/index.cjs +1 -0
- package/lib/ele-dropdown-provider/index.d.ts +1 -0
- package/lib/ele-edit-tag/index.d.ts +1 -1
- package/lib/ele-ellipsis/props.d.ts +1 -1
- package/lib/ele-file-list/types.d.ts +3 -3
- package/lib/ele-icon/index.d.ts +2 -2
- package/lib/ele-icon/props.d.ts +2 -2
- package/lib/ele-icon-select/index.d.ts +2 -2
- package/lib/ele-icon-select/props.d.ts +2 -2
- package/lib/ele-image-viewer/index.d.ts +132 -23
- package/lib/ele-image-viewer/props.d.ts +65 -10
- package/lib/ele-loading/components/main-content.d.ts +2 -2
- package/lib/ele-mention/index.d.ts +280 -309
- package/lib/ele-mention/props.d.ts +138 -150
- package/lib/ele-menus/components/menu-items.cjs +3 -1
- package/lib/ele-menus/components/menu-items.d.ts +5 -0
- package/lib/ele-menus/index.cjs +2 -1
- package/lib/ele-menus/index.d.ts +174 -32
- package/lib/ele-menus/props.d.ts +84 -13
- package/lib/ele-menus/util.cjs +4 -7
- package/lib/ele-modal/index.d.ts +192 -44
- package/lib/ele-modal/props.d.ts +95 -20
- package/lib/ele-modal-render/types.d.ts +25 -3
- package/lib/ele-modal-render/use-modal.d.ts +2 -9
- package/lib/ele-pagination/index.d.ts +141 -27
- package/lib/ele-pagination/props.d.ts +69 -12
- package/lib/ele-popconfirm/index.d.ts +288 -78
- package/lib/ele-popconfirm/props.d.ts +143 -37
- package/lib/ele-popconfirm-provider/index.cjs +1 -0
- package/lib/ele-popconfirm-provider/index.d.ts +1 -0
- package/lib/ele-popover/index.d.ts +302 -82
- package/lib/ele-popover/props.cjs +2 -5
- package/lib/ele-popover/props.d.ts +152 -40
- package/lib/ele-printer/index.d.ts +2 -2
- package/lib/ele-pro-form/components/render-util.d.ts +2 -2
- package/lib/ele-pro-form/index.d.ts +110 -26
- package/lib/ele-pro-form/props.d.ts +52 -10
- package/lib/ele-pro-form-builder/components/body-form.cjs +2 -1
- package/lib/ele-pro-form-builder/components/body-form.d.ts +4 -2
- package/lib/ele-pro-table/index.d.ts +43 -40
- package/lib/ele-pro-table/props.d.ts +21 -19
- package/lib/ele-radio-group/index.d.ts +102 -21
- package/lib/ele-radio-group/props.d.ts +49 -8
- package/lib/ele-segmented/index.d.ts +2 -2
- package/lib/ele-segmented/props.d.ts +1 -1
- package/lib/ele-select/index.d.ts +25 -63
- package/lib/ele-select/props.d.ts +7 -25
- package/lib/ele-select-tree/index.d.ts +36 -83
- package/lib/ele-select-tree/props.d.ts +7 -30
- package/lib/ele-split-panel/index.d.ts +1 -1
- package/lib/ele-steps/index.d.ts +88 -18
- package/lib/ele-steps/props.d.ts +42 -7
- package/lib/ele-table-select/index.d.ts +10 -10
- package/lib/ele-table-select/props.d.ts +3 -3
- package/lib/ele-tabs/index.d.ts +38 -45
- package/lib/ele-tabs/props.d.ts +14 -15
- package/lib/ele-tool/index.d.ts +1 -1
- package/lib/ele-tooltip/index.d.ts +288 -53
- package/lib/ele-tooltip/props.cjs +2 -2
- package/lib/ele-tooltip/props.d.ts +138 -20
- package/lib/ele-transfer/index.d.ts +154 -28
- package/lib/ele-transfer/props.d.ts +78 -15
- package/lib/ele-tree-select/index.d.ts +10 -10
- package/lib/ele-tree-select/props.d.ts +3 -3
- package/lib/ele-upload-list/index.d.ts +3 -3
- package/lib/ele-viewer/index.cjs +0 -3
- package/lib/ele-virtual-table/components/cell-filter.d.ts +1 -1
- package/lib/ele-virtual-table/components/header-cell.d.ts +2 -2
- package/lib/ele-virtual-table/index.d.ts +44 -41
- package/lib/ele-virtual-table/props.d.ts +22 -20
- package/lib/ele-virtual-table/util.d.ts +1 -1
- package/lib/utils/modal-hook.d.ts +8 -5
- package/package.json +2 -2
|
@@ -6,9 +6,16 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
6
6
|
options: import('vue').PropType<CascaderOption[] | import('./types').CascaderOptionFunction>;
|
|
7
7
|
multiple: BooleanConstructor;
|
|
8
8
|
emptyValues: ArrayConstructor;
|
|
9
|
-
valueOnClear:
|
|
9
|
+
valueOnClear: {
|
|
10
|
+
readonly type: import('vue').PropType<string | number | boolean | Function>;
|
|
11
|
+
readonly required: false;
|
|
12
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13
|
+
__epPropKey: true;
|
|
14
|
+
} & {
|
|
15
|
+
readonly default: undefined;
|
|
16
|
+
};
|
|
10
17
|
size: {
|
|
11
|
-
readonly type: import('vue').PropType<
|
|
18
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
12
19
|
readonly required: false;
|
|
13
20
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14
21
|
__epPropKey: true;
|
|
@@ -16,200 +23,172 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
16
23
|
placeholder: StringConstructor;
|
|
17
24
|
disabled: BooleanConstructor;
|
|
18
25
|
clearable: BooleanConstructor;
|
|
19
|
-
|
|
20
|
-
|
|
26
|
+
filterable: BooleanConstructor;
|
|
27
|
+
filterMethod: {
|
|
28
|
+
readonly type: import('vue').PropType<(node: import('element-plus').CascaderNode, keyword: string) => boolean>;
|
|
21
29
|
readonly required: false;
|
|
22
30
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
23
31
|
__epPropKey: true;
|
|
32
|
+
} & {
|
|
33
|
+
readonly default: (node: import('element-plus').CascaderNode, keyword: string) => boolean;
|
|
34
|
+
};
|
|
35
|
+
separator: {
|
|
36
|
+
readonly type: import('vue').PropType<string>;
|
|
37
|
+
readonly required: false;
|
|
38
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
39
|
+
__epPropKey: true;
|
|
40
|
+
} & {
|
|
41
|
+
readonly default: string;
|
|
42
|
+
};
|
|
43
|
+
showAllLevels: {
|
|
44
|
+
readonly type: import('vue').PropType<boolean>;
|
|
45
|
+
readonly required: false;
|
|
46
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
47
|
+
__epPropKey: true;
|
|
48
|
+
} & {
|
|
49
|
+
readonly default: boolean;
|
|
24
50
|
};
|
|
25
|
-
filterable: BooleanConstructor;
|
|
26
|
-
filterMethod: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => (node: import('element-plus').CascaderNode, keyword: string) => boolean) | (() => (node: import('element-plus').CascaderNode, keyword: string) => boolean) | {
|
|
27
|
-
(): (node: import('element-plus').CascaderNode, keyword: string) => boolean;
|
|
28
|
-
new (): any;
|
|
29
|
-
readonly prototype: any;
|
|
30
|
-
} | ((new (...args: any[]) => (node: import('element-plus').CascaderNode, keyword: string) => boolean) | (() => (node: import('element-plus').CascaderNode, keyword: string) => boolean) | {
|
|
31
|
-
(): (node: import('element-plus').CascaderNode, keyword: string) => boolean;
|
|
32
|
-
new (): any;
|
|
33
|
-
readonly prototype: any;
|
|
34
|
-
})[], unknown, unknown, (node: import('element-plus').CascaderNode, keyword: string) => boolean, boolean>;
|
|
35
|
-
separator: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
36
|
-
showAllLevels: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
37
51
|
collapseTags: BooleanConstructor;
|
|
38
|
-
maxCollapseTags:
|
|
39
|
-
|
|
52
|
+
maxCollapseTags: {
|
|
53
|
+
readonly type: import('vue').PropType<number>;
|
|
54
|
+
readonly required: false;
|
|
55
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
56
|
+
__epPropKey: true;
|
|
57
|
+
} & {
|
|
58
|
+
readonly default: number;
|
|
59
|
+
};
|
|
60
|
+
collapseTagsTooltip: {
|
|
61
|
+
readonly type: import('vue').PropType<boolean>;
|
|
62
|
+
readonly required: false;
|
|
63
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
64
|
+
__epPropKey: true;
|
|
65
|
+
} & {
|
|
66
|
+
readonly default: boolean;
|
|
67
|
+
};
|
|
40
68
|
maxCollapseTagsTooltipHeight: {
|
|
41
|
-
readonly type: import('vue').PropType<
|
|
69
|
+
readonly type: import('vue').PropType<string | number>;
|
|
42
70
|
readonly required: false;
|
|
43
71
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
44
72
|
__epPropKey: true;
|
|
45
73
|
};
|
|
46
|
-
debounce:
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
74
|
+
debounce: {
|
|
75
|
+
readonly type: import('vue').PropType<number>;
|
|
76
|
+
readonly required: false;
|
|
77
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
|
+
__epPropKey: true;
|
|
79
|
+
} & {
|
|
80
|
+
readonly default: number;
|
|
81
|
+
};
|
|
82
|
+
beforeFilter: {
|
|
83
|
+
readonly type: import('vue').PropType<(value: string) => boolean | Promise<any>>;
|
|
84
|
+
readonly required: false;
|
|
85
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
86
|
+
__epPropKey: true;
|
|
87
|
+
} & {
|
|
88
|
+
readonly default: () => true;
|
|
89
|
+
};
|
|
90
|
+
placement: {
|
|
91
|
+
readonly type: import('vue').PropType<import('element-plus').Placement>;
|
|
92
|
+
readonly required: false;
|
|
93
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
94
|
+
__epPropKey: true;
|
|
95
|
+
} & {
|
|
96
|
+
readonly default: string;
|
|
97
|
+
};
|
|
98
|
+
fallbackPlacements: {
|
|
99
|
+
readonly type: import('vue').PropType<import('element-plus').Placement[]>;
|
|
100
|
+
readonly required: false;
|
|
101
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
102
|
+
__epPropKey: true;
|
|
103
|
+
} & {
|
|
104
|
+
readonly default: string[];
|
|
105
|
+
};
|
|
58
106
|
popperClass: {
|
|
59
|
-
readonly type: import('vue').PropType<
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
[x: string]: boolean;
|
|
75
|
-
} | (string | {
|
|
76
|
-
[x: string]: boolean;
|
|
77
|
-
} | (string | {
|
|
78
|
-
[x: string]: boolean;
|
|
79
|
-
} | (string | {
|
|
80
|
-
[x: string]: boolean;
|
|
81
|
-
} | (string | {
|
|
82
|
-
[x: string]: boolean;
|
|
83
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
84
|
-
[x: string]: boolean;
|
|
85
|
-
} | (string | {
|
|
86
|
-
[x: string]: boolean;
|
|
87
|
-
} | (string | {
|
|
88
|
-
[x: string]: boolean;
|
|
89
|
-
} | (string | {
|
|
90
|
-
[x: string]: boolean;
|
|
91
|
-
} | (string | {
|
|
92
|
-
[x: string]: boolean;
|
|
93
|
-
} | (string | {
|
|
94
|
-
[x: string]: boolean;
|
|
95
|
-
} | (string | {
|
|
96
|
-
[x: string]: boolean;
|
|
97
|
-
} | (string | {
|
|
98
|
-
[x: string]: boolean;
|
|
99
|
-
} | (string | {
|
|
100
|
-
[x: string]: boolean;
|
|
101
|
-
} | (string | {
|
|
102
|
-
[x: string]: boolean;
|
|
103
|
-
} | (string | {
|
|
104
|
-
[x: string]: boolean;
|
|
105
|
-
} | (string | {
|
|
106
|
-
[x: string]: boolean;
|
|
107
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
108
|
-
[x: string]: boolean;
|
|
109
|
-
} | (string | {
|
|
110
|
-
[x: string]: boolean;
|
|
111
|
-
} | (string | {
|
|
112
|
-
[x: string]: boolean;
|
|
113
|
-
} | (string | {
|
|
114
|
-
[x: string]: boolean;
|
|
115
|
-
} | (string | {
|
|
116
|
-
[x: string]: boolean;
|
|
117
|
-
} | (string | {
|
|
118
|
-
[x: string]: boolean;
|
|
119
|
-
} | (string | {
|
|
120
|
-
[x: string]: boolean;
|
|
121
|
-
} | (string | {
|
|
122
|
-
[x: string]: boolean;
|
|
123
|
-
} | (string | {
|
|
124
|
-
[x: string]: boolean;
|
|
125
|
-
} | (string | {
|
|
126
|
-
[x: string]: boolean;
|
|
127
|
-
} | (string | {
|
|
128
|
-
[x: string]: boolean;
|
|
129
|
-
} | (string | {
|
|
130
|
-
[x: string]: boolean;
|
|
131
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
132
|
-
[x: string]: boolean;
|
|
133
|
-
} | (string | {
|
|
134
|
-
[x: string]: boolean;
|
|
135
|
-
} | (string | {
|
|
136
|
-
[x: string]: boolean;
|
|
137
|
-
} | (string | {
|
|
138
|
-
[x: string]: boolean;
|
|
139
|
-
} | (string | {
|
|
140
|
-
[x: string]: boolean;
|
|
141
|
-
} | (string | {
|
|
142
|
-
[x: string]: boolean;
|
|
143
|
-
} | (string | {
|
|
144
|
-
[x: string]: boolean;
|
|
145
|
-
} | (string | {
|
|
146
|
-
[x: string]: boolean;
|
|
147
|
-
} | (string | {
|
|
148
|
-
[x: string]: boolean;
|
|
149
|
-
} | (string | {
|
|
150
|
-
[x: string]: boolean;
|
|
151
|
-
} | (string | {
|
|
152
|
-
[x: string]: boolean;
|
|
153
|
-
} | (string | {
|
|
154
|
-
[x: string]: boolean;
|
|
155
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
156
|
-
readonly required: false;
|
|
157
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
|
-
__epPropKey: true;
|
|
159
|
-
};
|
|
160
|
-
popperStyle: {
|
|
161
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
|
162
|
-
readonly required: false;
|
|
163
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
164
|
-
__epPropKey: true;
|
|
165
|
-
};
|
|
166
|
-
teleported: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
167
|
-
effect: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown, string, boolean>;
|
|
107
|
+
readonly type: import('vue').PropType<string>;
|
|
108
|
+
readonly required: false;
|
|
109
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
110
|
+
__epPropKey: true;
|
|
111
|
+
} & {
|
|
112
|
+
readonly default: string;
|
|
113
|
+
};
|
|
114
|
+
teleported: {
|
|
115
|
+
readonly type: import('vue').PropType<boolean>;
|
|
116
|
+
readonly required: false;
|
|
117
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
118
|
+
__epPropKey: true;
|
|
119
|
+
} & {
|
|
120
|
+
readonly default: true;
|
|
121
|
+
};
|
|
168
122
|
tagType: {
|
|
169
123
|
default: string;
|
|
170
|
-
type: import('vue').PropType<
|
|
124
|
+
type: import('vue').PropType<"success" | "primary" | "warning" | "info" | "danger">;
|
|
171
125
|
required: false;
|
|
172
126
|
validator: ((val: unknown) => boolean) | undefined;
|
|
173
127
|
__epPropKey: true;
|
|
174
128
|
};
|
|
175
129
|
tagEffect: {
|
|
176
130
|
default: string;
|
|
177
|
-
type: import('vue').PropType<
|
|
131
|
+
type: import('vue').PropType<"dark" | "light" | "plain">;
|
|
178
132
|
required: false;
|
|
179
133
|
validator: ((val: unknown) => boolean) | undefined;
|
|
180
134
|
__epPropKey: true;
|
|
181
135
|
};
|
|
182
|
-
validateEvent:
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
136
|
+
validateEvent: {
|
|
137
|
+
readonly type: import('vue').PropType<boolean>;
|
|
138
|
+
readonly required: false;
|
|
139
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
140
|
+
__epPropKey: true;
|
|
141
|
+
} & {
|
|
142
|
+
readonly default: boolean;
|
|
143
|
+
};
|
|
144
|
+
persistent: {
|
|
145
|
+
readonly type: import('vue').PropType<boolean>;
|
|
146
|
+
readonly required: false;
|
|
147
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
148
|
+
__epPropKey: true;
|
|
149
|
+
} & {
|
|
150
|
+
readonly default: boolean;
|
|
151
|
+
};
|
|
187
152
|
modelValue: {
|
|
188
|
-
readonly type: import('vue').PropType<
|
|
153
|
+
readonly type: import('vue').PropType<(string | number)[] | (string | number) | ((string | number)[] | (string | number))[]>;
|
|
189
154
|
readonly required: false;
|
|
190
155
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
191
156
|
__epPropKey: true;
|
|
192
157
|
};
|
|
193
|
-
props:
|
|
158
|
+
props: {
|
|
159
|
+
readonly type: import('vue').PropType<import('element-plus').CascaderProps>;
|
|
160
|
+
readonly required: false;
|
|
161
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
162
|
+
__epPropKey: true;
|
|
163
|
+
} & {
|
|
164
|
+
readonly default: () => import('element-plus').CascaderProps;
|
|
165
|
+
};
|
|
194
166
|
}>, {
|
|
195
167
|
reloadOptions: (params?: any) => void;
|
|
196
168
|
cascaderRef: import('vue').Ref<ElCascaderInstance, ElCascaderInstance>;
|
|
197
169
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
198
|
-
clear: () => void;
|
|
199
170
|
focus: (evt: FocusEvent) => void;
|
|
200
171
|
blur: (evt: FocusEvent) => void;
|
|
201
|
-
|
|
202
|
-
|
|
172
|
+
clear: () => void;
|
|
173
|
+
"update:modelValue": (_: import('element-plus').CascaderValue) => void;
|
|
174
|
+
change: (_: import('element-plus').CascaderValue) => void;
|
|
203
175
|
visibleChange: (val: boolean) => void;
|
|
204
176
|
expandChange: (val: import('element-plus').CascaderValue) => void;
|
|
205
|
-
removeTag: (val:
|
|
177
|
+
removeTag: (val: (string | number)[] | (string | number)) => void;
|
|
206
178
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
207
179
|
options: import('vue').PropType<CascaderOption[] | import('./types').CascaderOptionFunction>;
|
|
208
180
|
multiple: BooleanConstructor;
|
|
209
181
|
emptyValues: ArrayConstructor;
|
|
210
|
-
valueOnClear:
|
|
182
|
+
valueOnClear: {
|
|
183
|
+
readonly type: import('vue').PropType<string | number | boolean | Function>;
|
|
184
|
+
readonly required: false;
|
|
185
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
186
|
+
__epPropKey: true;
|
|
187
|
+
} & {
|
|
188
|
+
readonly default: undefined;
|
|
189
|
+
};
|
|
211
190
|
size: {
|
|
212
|
-
readonly type: import('vue').PropType<
|
|
191
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
213
192
|
readonly required: false;
|
|
214
193
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
215
194
|
__epPropKey: true;
|
|
@@ -217,214 +196,176 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
217
196
|
placeholder: StringConstructor;
|
|
218
197
|
disabled: BooleanConstructor;
|
|
219
198
|
clearable: BooleanConstructor;
|
|
220
|
-
|
|
221
|
-
|
|
199
|
+
filterable: BooleanConstructor;
|
|
200
|
+
filterMethod: {
|
|
201
|
+
readonly type: import('vue').PropType<(node: import('element-plus').CascaderNode, keyword: string) => boolean>;
|
|
222
202
|
readonly required: false;
|
|
223
203
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
224
204
|
__epPropKey: true;
|
|
205
|
+
} & {
|
|
206
|
+
readonly default: (node: import('element-plus').CascaderNode, keyword: string) => boolean;
|
|
207
|
+
};
|
|
208
|
+
separator: {
|
|
209
|
+
readonly type: import('vue').PropType<string>;
|
|
210
|
+
readonly required: false;
|
|
211
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
212
|
+
__epPropKey: true;
|
|
213
|
+
} & {
|
|
214
|
+
readonly default: string;
|
|
215
|
+
};
|
|
216
|
+
showAllLevels: {
|
|
217
|
+
readonly type: import('vue').PropType<boolean>;
|
|
218
|
+
readonly required: false;
|
|
219
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
220
|
+
__epPropKey: true;
|
|
221
|
+
} & {
|
|
222
|
+
readonly default: boolean;
|
|
225
223
|
};
|
|
226
|
-
filterable: BooleanConstructor;
|
|
227
|
-
filterMethod: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => (node: import('element-plus').CascaderNode, keyword: string) => boolean) | (() => (node: import('element-plus').CascaderNode, keyword: string) => boolean) | {
|
|
228
|
-
(): (node: import('element-plus').CascaderNode, keyword: string) => boolean;
|
|
229
|
-
new (): any;
|
|
230
|
-
readonly prototype: any;
|
|
231
|
-
} | ((new (...args: any[]) => (node: import('element-plus').CascaderNode, keyword: string) => boolean) | (() => (node: import('element-plus').CascaderNode, keyword: string) => boolean) | {
|
|
232
|
-
(): (node: import('element-plus').CascaderNode, keyword: string) => boolean;
|
|
233
|
-
new (): any;
|
|
234
|
-
readonly prototype: any;
|
|
235
|
-
})[], unknown, unknown, (node: import('element-plus').CascaderNode, keyword: string) => boolean, boolean>;
|
|
236
|
-
separator: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
237
|
-
showAllLevels: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
238
224
|
collapseTags: BooleanConstructor;
|
|
239
|
-
maxCollapseTags:
|
|
240
|
-
|
|
225
|
+
maxCollapseTags: {
|
|
226
|
+
readonly type: import('vue').PropType<number>;
|
|
227
|
+
readonly required: false;
|
|
228
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
229
|
+
__epPropKey: true;
|
|
230
|
+
} & {
|
|
231
|
+
readonly default: number;
|
|
232
|
+
};
|
|
233
|
+
collapseTagsTooltip: {
|
|
234
|
+
readonly type: import('vue').PropType<boolean>;
|
|
235
|
+
readonly required: false;
|
|
236
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
237
|
+
__epPropKey: true;
|
|
238
|
+
} & {
|
|
239
|
+
readonly default: boolean;
|
|
240
|
+
};
|
|
241
241
|
maxCollapseTagsTooltipHeight: {
|
|
242
|
-
readonly type: import('vue').PropType<
|
|
242
|
+
readonly type: import('vue').PropType<string | number>;
|
|
243
243
|
readonly required: false;
|
|
244
244
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
245
245
|
__epPropKey: true;
|
|
246
246
|
};
|
|
247
|
-
debounce:
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
247
|
+
debounce: {
|
|
248
|
+
readonly type: import('vue').PropType<number>;
|
|
249
|
+
readonly required: false;
|
|
250
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
251
|
+
__epPropKey: true;
|
|
252
|
+
} & {
|
|
253
|
+
readonly default: number;
|
|
254
|
+
};
|
|
255
|
+
beforeFilter: {
|
|
256
|
+
readonly type: import('vue').PropType<(value: string) => boolean | Promise<any>>;
|
|
257
|
+
readonly required: false;
|
|
258
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
259
|
+
__epPropKey: true;
|
|
260
|
+
} & {
|
|
261
|
+
readonly default: () => true;
|
|
262
|
+
};
|
|
263
|
+
placement: {
|
|
264
|
+
readonly type: import('vue').PropType<import('element-plus').Placement>;
|
|
265
|
+
readonly required: false;
|
|
266
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
267
|
+
__epPropKey: true;
|
|
268
|
+
} & {
|
|
269
|
+
readonly default: string;
|
|
270
|
+
};
|
|
271
|
+
fallbackPlacements: {
|
|
272
|
+
readonly type: import('vue').PropType<import('element-plus').Placement[]>;
|
|
273
|
+
readonly required: false;
|
|
274
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
275
|
+
__epPropKey: true;
|
|
276
|
+
} & {
|
|
277
|
+
readonly default: string[];
|
|
278
|
+
};
|
|
259
279
|
popperClass: {
|
|
260
|
-
readonly type: import('vue').PropType<
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
[x: string]: boolean;
|
|
276
|
-
} | (string | {
|
|
277
|
-
[x: string]: boolean;
|
|
278
|
-
} | (string | {
|
|
279
|
-
[x: string]: boolean;
|
|
280
|
-
} | (string | {
|
|
281
|
-
[x: string]: boolean;
|
|
282
|
-
} | (string | {
|
|
283
|
-
[x: string]: boolean;
|
|
284
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
285
|
-
[x: string]: boolean;
|
|
286
|
-
} | (string | {
|
|
287
|
-
[x: string]: boolean;
|
|
288
|
-
} | (string | {
|
|
289
|
-
[x: string]: boolean;
|
|
290
|
-
} | (string | {
|
|
291
|
-
[x: string]: boolean;
|
|
292
|
-
} | (string | {
|
|
293
|
-
[x: string]: boolean;
|
|
294
|
-
} | (string | {
|
|
295
|
-
[x: string]: boolean;
|
|
296
|
-
} | (string | {
|
|
297
|
-
[x: string]: boolean;
|
|
298
|
-
} | (string | {
|
|
299
|
-
[x: string]: boolean;
|
|
300
|
-
} | (string | {
|
|
301
|
-
[x: string]: boolean;
|
|
302
|
-
} | (string | {
|
|
303
|
-
[x: string]: boolean;
|
|
304
|
-
} | (string | {
|
|
305
|
-
[x: string]: boolean;
|
|
306
|
-
} | (string | {
|
|
307
|
-
[x: string]: boolean;
|
|
308
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
309
|
-
[x: string]: boolean;
|
|
310
|
-
} | (string | {
|
|
311
|
-
[x: string]: boolean;
|
|
312
|
-
} | (string | {
|
|
313
|
-
[x: string]: boolean;
|
|
314
|
-
} | (string | {
|
|
315
|
-
[x: string]: boolean;
|
|
316
|
-
} | (string | {
|
|
317
|
-
[x: string]: boolean;
|
|
318
|
-
} | (string | {
|
|
319
|
-
[x: string]: boolean;
|
|
320
|
-
} | (string | {
|
|
321
|
-
[x: string]: boolean;
|
|
322
|
-
} | (string | {
|
|
323
|
-
[x: string]: boolean;
|
|
324
|
-
} | (string | {
|
|
325
|
-
[x: string]: boolean;
|
|
326
|
-
} | (string | {
|
|
327
|
-
[x: string]: boolean;
|
|
328
|
-
} | (string | {
|
|
329
|
-
[x: string]: boolean;
|
|
330
|
-
} | (string | {
|
|
331
|
-
[x: string]: boolean;
|
|
332
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
333
|
-
[x: string]: boolean;
|
|
334
|
-
} | (string | {
|
|
335
|
-
[x: string]: boolean;
|
|
336
|
-
} | (string | {
|
|
337
|
-
[x: string]: boolean;
|
|
338
|
-
} | (string | {
|
|
339
|
-
[x: string]: boolean;
|
|
340
|
-
} | (string | {
|
|
341
|
-
[x: string]: boolean;
|
|
342
|
-
} | (string | {
|
|
343
|
-
[x: string]: boolean;
|
|
344
|
-
} | (string | {
|
|
345
|
-
[x: string]: boolean;
|
|
346
|
-
} | (string | {
|
|
347
|
-
[x: string]: boolean;
|
|
348
|
-
} | (string | {
|
|
349
|
-
[x: string]: boolean;
|
|
350
|
-
} | (string | {
|
|
351
|
-
[x: string]: boolean;
|
|
352
|
-
} | (string | {
|
|
353
|
-
[x: string]: boolean;
|
|
354
|
-
} | (string | {
|
|
355
|
-
[x: string]: boolean;
|
|
356
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
357
|
-
readonly required: false;
|
|
358
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
359
|
-
__epPropKey: true;
|
|
360
|
-
};
|
|
361
|
-
popperStyle: {
|
|
362
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
|
363
|
-
readonly required: false;
|
|
364
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
365
|
-
__epPropKey: true;
|
|
366
|
-
};
|
|
367
|
-
teleported: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
368
|
-
effect: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown, string, boolean>;
|
|
280
|
+
readonly type: import('vue').PropType<string>;
|
|
281
|
+
readonly required: false;
|
|
282
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
283
|
+
__epPropKey: true;
|
|
284
|
+
} & {
|
|
285
|
+
readonly default: string;
|
|
286
|
+
};
|
|
287
|
+
teleported: {
|
|
288
|
+
readonly type: import('vue').PropType<boolean>;
|
|
289
|
+
readonly required: false;
|
|
290
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
291
|
+
__epPropKey: true;
|
|
292
|
+
} & {
|
|
293
|
+
readonly default: true;
|
|
294
|
+
};
|
|
369
295
|
tagType: {
|
|
370
296
|
default: string;
|
|
371
|
-
type: import('vue').PropType<
|
|
297
|
+
type: import('vue').PropType<"success" | "primary" | "warning" | "info" | "danger">;
|
|
372
298
|
required: false;
|
|
373
299
|
validator: ((val: unknown) => boolean) | undefined;
|
|
374
300
|
__epPropKey: true;
|
|
375
301
|
};
|
|
376
302
|
tagEffect: {
|
|
377
303
|
default: string;
|
|
378
|
-
type: import('vue').PropType<
|
|
304
|
+
type: import('vue').PropType<"dark" | "light" | "plain">;
|
|
379
305
|
required: false;
|
|
380
306
|
validator: ((val: unknown) => boolean) | undefined;
|
|
381
307
|
__epPropKey: true;
|
|
382
308
|
};
|
|
383
|
-
validateEvent:
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
309
|
+
validateEvent: {
|
|
310
|
+
readonly type: import('vue').PropType<boolean>;
|
|
311
|
+
readonly required: false;
|
|
312
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
313
|
+
__epPropKey: true;
|
|
314
|
+
} & {
|
|
315
|
+
readonly default: boolean;
|
|
316
|
+
};
|
|
317
|
+
persistent: {
|
|
318
|
+
readonly type: import('vue').PropType<boolean>;
|
|
319
|
+
readonly required: false;
|
|
320
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
321
|
+
__epPropKey: true;
|
|
322
|
+
} & {
|
|
323
|
+
readonly default: boolean;
|
|
324
|
+
};
|
|
388
325
|
modelValue: {
|
|
389
|
-
readonly type: import('vue').PropType<
|
|
326
|
+
readonly type: import('vue').PropType<(string | number)[] | (string | number) | ((string | number)[] | (string | number))[]>;
|
|
390
327
|
readonly required: false;
|
|
391
328
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
392
329
|
__epPropKey: true;
|
|
393
330
|
};
|
|
394
|
-
props:
|
|
331
|
+
props: {
|
|
332
|
+
readonly type: import('vue').PropType<import('element-plus').CascaderProps>;
|
|
333
|
+
readonly required: false;
|
|
334
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
335
|
+
__epPropKey: true;
|
|
336
|
+
} & {
|
|
337
|
+
readonly default: () => import('element-plus').CascaderProps;
|
|
338
|
+
};
|
|
395
339
|
}>> & Readonly<{
|
|
396
|
-
onClear?: (() => any) | undefined;
|
|
397
340
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
398
341
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
399
|
-
|
|
400
|
-
|
|
342
|
+
onClear?: (() => any) | undefined;
|
|
343
|
+
"onUpdate:modelValue"?: ((_: import('element-plus').CascaderValue) => any) | undefined;
|
|
344
|
+
onChange?: ((_: import('element-plus').CascaderValue) => any) | undefined;
|
|
401
345
|
onVisibleChange?: ((val: boolean) => any) | undefined;
|
|
402
346
|
onExpandChange?: ((val: import('element-plus').CascaderValue) => any) | undefined;
|
|
403
|
-
onRemoveTag?: ((val:
|
|
347
|
+
onRemoveTag?: ((val: (string | number)[] | (string | number)) => any) | undefined;
|
|
404
348
|
}>, {
|
|
405
|
-
effect: import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown>;
|
|
406
349
|
debounce: number;
|
|
407
|
-
placement: import('element-plus
|
|
408
|
-
|
|
409
|
-
|
|
350
|
+
placement: import('element-plus').Placement;
|
|
351
|
+
popperClass: string;
|
|
352
|
+
teleported: boolean;
|
|
410
353
|
clearable: boolean;
|
|
411
|
-
|
|
354
|
+
disabled: boolean;
|
|
412
355
|
separator: string;
|
|
413
|
-
valueOnClear:
|
|
356
|
+
valueOnClear: string | number | boolean | Function;
|
|
414
357
|
filterable: boolean;
|
|
415
358
|
filterMethod: (node: import('element-plus').CascaderNode, keyword: string) => boolean;
|
|
416
|
-
showAllLevels:
|
|
359
|
+
showAllLevels: boolean;
|
|
417
360
|
collapseTags: boolean;
|
|
418
361
|
maxCollapseTags: number;
|
|
419
362
|
collapseTagsTooltip: boolean;
|
|
420
363
|
beforeFilter: (value: string) => boolean | Promise<any>;
|
|
421
364
|
fallbackPlacements: import('element-plus').Placement[];
|
|
422
|
-
tagType:
|
|
423
|
-
tagEffect:
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
checkOnClickNode: boolean;
|
|
427
|
-
showPrefix: import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
365
|
+
tagType: "success" | "primary" | "warning" | "info" | "danger";
|
|
366
|
+
tagEffect: "dark" | "light" | "plain";
|
|
367
|
+
validateEvent: boolean;
|
|
368
|
+
persistent: boolean;
|
|
428
369
|
props: import('element-plus').CascaderProps;
|
|
429
370
|
multiple: boolean;
|
|
430
371
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|