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