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
|
@@ -11,16 +11,9 @@ export declare const cascaderProps: {
|
|
|
11
11
|
/** 是否多选 */
|
|
12
12
|
multiple: BooleanConstructor;
|
|
13
13
|
emptyValues: ArrayConstructor;
|
|
14
|
-
valueOnClear:
|
|
15
|
-
readonly type: PropType<string | number | boolean | Function | null>;
|
|
16
|
-
readonly required: false;
|
|
17
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
18
|
-
__epPropKey: true;
|
|
19
|
-
} & {
|
|
20
|
-
readonly default: undefined;
|
|
21
|
-
};
|
|
14
|
+
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>;
|
|
22
15
|
size: {
|
|
23
|
-
readonly type: PropType<"" | "small" | "default" | "large"
|
|
16
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
24
17
|
readonly required: false;
|
|
25
18
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
26
19
|
__epPropKey: true;
|
|
@@ -29,89 +22,119 @@ export declare const cascaderProps: {
|
|
|
29
22
|
disabled: BooleanConstructor;
|
|
30
23
|
clearable: BooleanConstructor;
|
|
31
24
|
clearIcon: {
|
|
32
|
-
readonly type: PropType<string | import('vue').Component
|
|
25
|
+
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>>;
|
|
33
26
|
readonly required: false;
|
|
34
27
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
35
28
|
__epPropKey: true;
|
|
36
29
|
};
|
|
37
30
|
filterable: BooleanConstructor;
|
|
38
|
-
filterMethod: {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
readonly
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
|
-
__epPropKey: true;
|
|
51
|
-
} & {
|
|
52
|
-
readonly default: string;
|
|
53
|
-
};
|
|
54
|
-
showAllLevels: {
|
|
55
|
-
readonly type: PropType<boolean>;
|
|
56
|
-
readonly required: false;
|
|
57
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
58
|
-
__epPropKey: true;
|
|
59
|
-
} & {
|
|
60
|
-
readonly default: boolean;
|
|
61
|
-
};
|
|
31
|
+
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) | {
|
|
32
|
+
(): (node: import('element-plus').CascaderNode, keyword: string) => boolean;
|
|
33
|
+
new (): any;
|
|
34
|
+
readonly prototype: any;
|
|
35
|
+
} | ((new (...args: any[]) => (node: import('element-plus').CascaderNode, keyword: string) => boolean) | (() => (node: import('element-plus').CascaderNode, keyword: string) => boolean) | {
|
|
36
|
+
(): (node: import('element-plus').CascaderNode, keyword: string) => boolean;
|
|
37
|
+
new (): any;
|
|
38
|
+
readonly prototype: any;
|
|
39
|
+
})[], unknown, unknown, (node: import('element-plus').CascaderNode, keyword: string) => boolean, boolean>;
|
|
40
|
+
separator: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
41
|
+
showAllLevels: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
62
42
|
collapseTags: BooleanConstructor;
|
|
63
|
-
maxCollapseTags:
|
|
64
|
-
readonly type: PropType<number>;
|
|
65
|
-
readonly required: false;
|
|
66
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
67
|
-
__epPropKey: true;
|
|
68
|
-
} & {
|
|
69
|
-
readonly default: number;
|
|
70
|
-
};
|
|
43
|
+
maxCollapseTags: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
71
44
|
collapseTagsTooltip: BooleanConstructor;
|
|
72
45
|
maxCollapseTagsTooltipHeight: {
|
|
73
|
-
readonly type: PropType<
|
|
74
|
-
readonly required: false;
|
|
75
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
76
|
-
__epPropKey: true;
|
|
77
|
-
};
|
|
78
|
-
debounce: {
|
|
79
|
-
readonly type: PropType<number>;
|
|
80
|
-
readonly required: false;
|
|
81
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
82
|
-
__epPropKey: true;
|
|
83
|
-
} & {
|
|
84
|
-
readonly default: number;
|
|
85
|
-
};
|
|
86
|
-
beforeFilter: {
|
|
87
|
-
readonly type: PropType<(value: string) => boolean | Promise<any>>;
|
|
88
|
-
readonly required: false;
|
|
89
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
90
|
-
__epPropKey: true;
|
|
91
|
-
} & {
|
|
92
|
-
readonly default: () => true;
|
|
93
|
-
};
|
|
94
|
-
placement: {
|
|
95
|
-
readonly type: PropType<import('element-plus').Placement>;
|
|
96
|
-
readonly required: false;
|
|
97
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
98
|
-
__epPropKey: true;
|
|
99
|
-
} & {
|
|
100
|
-
readonly default: string;
|
|
101
|
-
};
|
|
102
|
-
fallbackPlacements: {
|
|
103
|
-
readonly type: PropType<import('element-plus').Placement[]>;
|
|
46
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<(NumberConstructor | StringConstructor)[], unknown, unknown>>;
|
|
104
47
|
readonly required: false;
|
|
105
48
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
106
49
|
__epPropKey: true;
|
|
107
|
-
} & {
|
|
108
|
-
readonly default: string[];
|
|
109
50
|
};
|
|
51
|
+
debounce: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
52
|
+
beforeFilter: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => (value: string) => boolean | Promise<any>) | (() => (value: string) => boolean | Promise<any>) | {
|
|
53
|
+
(): (value: string) => boolean | Promise<any>;
|
|
54
|
+
new (): any;
|
|
55
|
+
readonly prototype: any;
|
|
56
|
+
} | ((new (...args: any[]) => (value: string) => boolean | Promise<any>) | (() => (value: string) => boolean | Promise<any>) | {
|
|
57
|
+
(): (value: string) => boolean | Promise<any>;
|
|
58
|
+
new (): any;
|
|
59
|
+
readonly prototype: any;
|
|
60
|
+
})[], unknown, unknown, () => true, boolean>;
|
|
61
|
+
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>;
|
|
62
|
+
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>;
|
|
110
63
|
popperClass: {
|
|
111
|
-
readonly type: PropType<string | {
|
|
64
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | {
|
|
65
|
+
[x: string]: boolean;
|
|
66
|
+
} | (string | {
|
|
67
|
+
[x: string]: boolean;
|
|
68
|
+
} | (string | {
|
|
69
|
+
[x: string]: boolean;
|
|
70
|
+
} | (string | {
|
|
71
|
+
[x: string]: boolean;
|
|
72
|
+
} | (string | {
|
|
73
|
+
[x: string]: boolean;
|
|
74
|
+
} | (string | {
|
|
75
|
+
[x: string]: boolean;
|
|
76
|
+
} | (string | {
|
|
77
|
+
[x: string]: boolean;
|
|
78
|
+
} | (string | {
|
|
79
|
+
[x: string]: boolean;
|
|
80
|
+
} | (string | {
|
|
81
|
+
[x: string]: boolean;
|
|
82
|
+
} | (string | {
|
|
83
|
+
[x: string]: boolean;
|
|
84
|
+
} | (string | {
|
|
85
|
+
[x: string]: boolean;
|
|
86
|
+
} | (string | {
|
|
87
|
+
[x: string]: boolean;
|
|
88
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
89
|
+
[x: string]: boolean;
|
|
90
|
+
} | (string | {
|
|
91
|
+
[x: string]: boolean;
|
|
92
|
+
} | (string | {
|
|
93
|
+
[x: string]: boolean;
|
|
94
|
+
} | (string | {
|
|
95
|
+
[x: string]: boolean;
|
|
96
|
+
} | (string | {
|
|
97
|
+
[x: string]: boolean;
|
|
98
|
+
} | (string | {
|
|
99
|
+
[x: string]: boolean;
|
|
100
|
+
} | (string | {
|
|
101
|
+
[x: string]: boolean;
|
|
102
|
+
} | (string | {
|
|
103
|
+
[x: string]: boolean;
|
|
104
|
+
} | (string | {
|
|
105
|
+
[x: string]: boolean;
|
|
106
|
+
} | (string | {
|
|
107
|
+
[x: string]: boolean;
|
|
108
|
+
} | (string | {
|
|
109
|
+
[x: string]: boolean;
|
|
110
|
+
} | (string | {
|
|
111
|
+
[x: string]: boolean;
|
|
112
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
113
|
+
[x: string]: boolean;
|
|
114
|
+
} | (string | {
|
|
115
|
+
[x: string]: boolean;
|
|
116
|
+
} | (string | {
|
|
117
|
+
[x: string]: boolean;
|
|
118
|
+
} | (string | {
|
|
119
|
+
[x: string]: boolean;
|
|
120
|
+
} | (string | {
|
|
121
|
+
[x: string]: boolean;
|
|
122
|
+
} | (string | {
|
|
123
|
+
[x: string]: boolean;
|
|
124
|
+
} | (string | {
|
|
125
|
+
[x: string]: boolean;
|
|
126
|
+
} | (string | {
|
|
127
|
+
[x: string]: boolean;
|
|
128
|
+
} | (string | {
|
|
129
|
+
[x: string]: boolean;
|
|
130
|
+
} | (string | {
|
|
131
|
+
[x: string]: boolean;
|
|
132
|
+
} | (string | {
|
|
112
133
|
[x: string]: boolean;
|
|
113
134
|
} | (string | {
|
|
114
135
|
[x: string]: boolean;
|
|
136
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
137
|
+
[x: string]: boolean;
|
|
115
138
|
} | (string | {
|
|
116
139
|
[x: string]: boolean;
|
|
117
140
|
} | (string | {
|
|
@@ -128,95 +151,50 @@ export declare const cascaderProps: {
|
|
|
128
151
|
[x: string]: boolean;
|
|
129
152
|
} | (string | {
|
|
130
153
|
[x: string]: boolean;
|
|
131
|
-
} | (string |
|
|
154
|
+
} | (string | {
|
|
132
155
|
[x: string]: boolean;
|
|
133
|
-
}
|
|
156
|
+
} | (string | {
|
|
157
|
+
[x: string]: boolean;
|
|
158
|
+
} | (string | {
|
|
159
|
+
[x: string]: boolean;
|
|
160
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
134
161
|
readonly required: false;
|
|
135
162
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
136
163
|
__epPropKey: true;
|
|
137
164
|
};
|
|
138
165
|
popperStyle: {
|
|
139
|
-
readonly type: PropType<import('vue').StyleValue
|
|
166
|
+
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>>;
|
|
140
167
|
readonly required: false;
|
|
141
168
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
142
169
|
__epPropKey: true;
|
|
143
170
|
};
|
|
144
|
-
teleported:
|
|
145
|
-
|
|
146
|
-
readonly required: false;
|
|
147
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
148
|
-
__epPropKey: true;
|
|
149
|
-
} & {
|
|
150
|
-
readonly default: true;
|
|
151
|
-
};
|
|
152
|
-
effect: {
|
|
153
|
-
readonly type: PropType<import('element-plus').PopperEffect>;
|
|
154
|
-
readonly required: false;
|
|
155
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
156
|
-
__epPropKey: true;
|
|
157
|
-
} & {
|
|
158
|
-
readonly default: string;
|
|
159
|
-
};
|
|
171
|
+
teleported: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
172
|
+
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>;
|
|
160
173
|
tagType: {
|
|
161
174
|
default: string;
|
|
162
|
-
type: PropType<"primary" | "success" | "warning" | "info" | "danger"
|
|
175
|
+
type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "primary" | "success" | "warning" | "info" | "danger", unknown>>;
|
|
163
176
|
required: false;
|
|
164
177
|
validator: ((val: unknown) => boolean) | undefined;
|
|
165
178
|
__epPropKey: true;
|
|
166
179
|
};
|
|
167
180
|
tagEffect: {
|
|
168
181
|
default: string;
|
|
169
|
-
type: PropType<"
|
|
182
|
+
type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>>;
|
|
170
183
|
required: false;
|
|
171
184
|
validator: ((val: unknown) => boolean) | undefined;
|
|
172
185
|
__epPropKey: true;
|
|
173
186
|
};
|
|
174
|
-
validateEvent:
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
178
|
-
__epPropKey: true;
|
|
179
|
-
} & {
|
|
180
|
-
readonly default: boolean;
|
|
181
|
-
};
|
|
182
|
-
persistent: {
|
|
183
|
-
readonly type: PropType<boolean>;
|
|
184
|
-
readonly required: false;
|
|
185
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
186
|
-
__epPropKey: true;
|
|
187
|
-
} & {
|
|
188
|
-
readonly default: boolean;
|
|
189
|
-
};
|
|
190
|
-
showCheckedStrategy: {
|
|
191
|
-
readonly type: PropType<string>;
|
|
192
|
-
readonly required: false;
|
|
193
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
194
|
-
__epPropKey: true;
|
|
195
|
-
} & {
|
|
196
|
-
readonly default: string;
|
|
197
|
-
};
|
|
187
|
+
validateEvent: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
188
|
+
persistent: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
189
|
+
showCheckedStrategy: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, string, unknown, string, boolean>;
|
|
198
190
|
checkOnClickNode: BooleanConstructor;
|
|
199
|
-
showPrefix:
|
|
200
|
-
readonly type: PropType<boolean>;
|
|
201
|
-
readonly required: false;
|
|
202
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
203
|
-
__epPropKey: true;
|
|
204
|
-
} & {
|
|
205
|
-
readonly default: boolean;
|
|
206
|
-
};
|
|
191
|
+
showPrefix: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
207
192
|
modelValue: {
|
|
208
|
-
readonly type: PropType<import('element-plus').CascaderValue | null
|
|
209
|
-
readonly required: false;
|
|
210
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
211
|
-
__epPropKey: true;
|
|
212
|
-
};
|
|
213
|
-
props: {
|
|
214
|
-
readonly type: PropType<import('element-plus').CascaderProps>;
|
|
193
|
+
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>>;
|
|
215
194
|
readonly required: false;
|
|
216
195
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
217
196
|
__epPropKey: true;
|
|
218
|
-
} & {
|
|
219
|
-
readonly default: () => import('element-plus').CascaderProps;
|
|
220
197
|
};
|
|
198
|
+
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>;
|
|
221
199
|
};
|
|
222
200
|
export type CascaderProps = ExtractPropTypes<typeof cascaderProps>;
|
|
@@ -37,8 +37,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
37
37
|
arrowStyle: PropType<StyleValue>;
|
|
38
38
|
}>> & Readonly<{}>, {
|
|
39
39
|
disabled: boolean;
|
|
40
|
-
checked: boolean;
|
|
41
40
|
bordered: boolean;
|
|
41
|
+
checked: boolean;
|
|
42
42
|
arrow: boolean;
|
|
43
43
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
44
44
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
@@ -6,57 +6,41 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
6
6
|
type: import('vue').PropType<import('./types').CheckboxType>;
|
|
7
7
|
options: import('vue').PropType<CheckboxOption[] | import('./types').CheckboxOptionFunction>;
|
|
8
8
|
ariaLabel: StringConstructor;
|
|
9
|
-
modelValue:
|
|
10
|
-
readonly type: import('vue').PropType<import('element-plus').CheckboxGroupValueType>;
|
|
11
|
-
readonly required: false;
|
|
12
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13
|
-
__epPropKey: true;
|
|
14
|
-
} & {
|
|
15
|
-
readonly default: () => never[];
|
|
16
|
-
};
|
|
9
|
+
modelValue: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => import('element-plus').CheckboxGroupValueType) | (() => import('element-plus').CheckboxGroupValueType) | ((new (...args: any[]) => import('element-plus').CheckboxGroupValueType) | (() => import('element-plus').CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
17
10
|
disabled: BooleanConstructor;
|
|
18
11
|
min: NumberConstructor;
|
|
19
12
|
max: NumberConstructor;
|
|
20
13
|
size: {
|
|
21
|
-
readonly type: import('vue').PropType<"" | "small" | "default" | "large"
|
|
14
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
22
15
|
readonly required: false;
|
|
23
16
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
24
17
|
__epPropKey: true;
|
|
25
18
|
};
|
|
26
19
|
fill: StringConstructor;
|
|
27
20
|
textColor: StringConstructor;
|
|
28
|
-
tag:
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
52
|
-
__epPropKey: true;
|
|
53
|
-
} & {
|
|
54
|
-
readonly default: () => Required<{
|
|
55
|
-
value?: string;
|
|
56
|
-
label?: string;
|
|
57
|
-
disabled?: string;
|
|
58
|
-
}>;
|
|
59
|
-
};
|
|
21
|
+
tag: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
22
|
+
validateEvent: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
23
|
+
props: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => {
|
|
24
|
+
value?: string;
|
|
25
|
+
label?: string;
|
|
26
|
+
disabled?: string;
|
|
27
|
+
}) | (() => {
|
|
28
|
+
value?: string;
|
|
29
|
+
label?: string;
|
|
30
|
+
disabled?: string;
|
|
31
|
+
}) | ((new (...args: any[]) => {
|
|
32
|
+
value?: string;
|
|
33
|
+
label?: string;
|
|
34
|
+
disabled?: string;
|
|
35
|
+
}) | (() => {
|
|
36
|
+
value?: string;
|
|
37
|
+
label?: string;
|
|
38
|
+
disabled?: string;
|
|
39
|
+
}))[], unknown, unknown, () => Required<{
|
|
40
|
+
value?: string;
|
|
41
|
+
label?: string;
|
|
42
|
+
disabled?: string;
|
|
43
|
+
}>, boolean>;
|
|
60
44
|
}>, {
|
|
61
45
|
reloadOptions: (params?: any) => void;
|
|
62
46
|
checkboxGroupRef: import('vue').Ref<ElCheckboxGroupInstance, ElCheckboxGroupInstance>;
|
|
@@ -67,64 +51,48 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
67
51
|
type: import('vue').PropType<import('./types').CheckboxType>;
|
|
68
52
|
options: import('vue').PropType<CheckboxOption[] | import('./types').CheckboxOptionFunction>;
|
|
69
53
|
ariaLabel: StringConstructor;
|
|
70
|
-
modelValue:
|
|
71
|
-
readonly type: import('vue').PropType<import('element-plus').CheckboxGroupValueType>;
|
|
72
|
-
readonly required: false;
|
|
73
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
74
|
-
__epPropKey: true;
|
|
75
|
-
} & {
|
|
76
|
-
readonly default: () => never[];
|
|
77
|
-
};
|
|
54
|
+
modelValue: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => import('element-plus').CheckboxGroupValueType) | (() => import('element-plus').CheckboxGroupValueType) | ((new (...args: any[]) => import('element-plus').CheckboxGroupValueType) | (() => import('element-plus').CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
78
55
|
disabled: BooleanConstructor;
|
|
79
56
|
min: NumberConstructor;
|
|
80
57
|
max: NumberConstructor;
|
|
81
58
|
size: {
|
|
82
|
-
readonly type: import('vue').PropType<"" | "small" | "default" | "large"
|
|
59
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
83
60
|
readonly required: false;
|
|
84
61
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
85
62
|
__epPropKey: true;
|
|
86
63
|
};
|
|
87
64
|
fill: StringConstructor;
|
|
88
65
|
textColor: StringConstructor;
|
|
89
|
-
tag:
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
113
|
-
__epPropKey: true;
|
|
114
|
-
} & {
|
|
115
|
-
readonly default: () => Required<{
|
|
116
|
-
value?: string;
|
|
117
|
-
label?: string;
|
|
118
|
-
disabled?: string;
|
|
119
|
-
}>;
|
|
120
|
-
};
|
|
66
|
+
tag: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
67
|
+
validateEvent: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
68
|
+
props: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => {
|
|
69
|
+
value?: string;
|
|
70
|
+
label?: string;
|
|
71
|
+
disabled?: string;
|
|
72
|
+
}) | (() => {
|
|
73
|
+
value?: string;
|
|
74
|
+
label?: string;
|
|
75
|
+
disabled?: string;
|
|
76
|
+
}) | ((new (...args: any[]) => {
|
|
77
|
+
value?: string;
|
|
78
|
+
label?: string;
|
|
79
|
+
disabled?: string;
|
|
80
|
+
}) | (() => {
|
|
81
|
+
value?: string;
|
|
82
|
+
label?: string;
|
|
83
|
+
disabled?: string;
|
|
84
|
+
}))[], unknown, unknown, () => Required<{
|
|
85
|
+
value?: string;
|
|
86
|
+
label?: string;
|
|
87
|
+
disabled?: string;
|
|
88
|
+
}>, boolean>;
|
|
121
89
|
}>> & Readonly<{
|
|
122
90
|
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
|
|
123
91
|
onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
|
|
124
92
|
}>, {
|
|
125
93
|
modelValue: import('element-plus').CheckboxGroupValueType;
|
|
126
94
|
disabled: boolean;
|
|
127
|
-
validateEvent:
|
|
95
|
+
validateEvent: import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
128
96
|
tag: string;
|
|
129
97
|
props: {
|
|
130
98
|
value?: string;
|
|
@@ -11,56 +11,40 @@ export declare const checkboxGroupProps: {
|
|
|
11
11
|
/** 选项数据 */
|
|
12
12
|
options: PropType<CheckboxOption[] | CheckboxOptionFunction>;
|
|
13
13
|
ariaLabel: StringConstructor;
|
|
14
|
-
modelValue:
|
|
15
|
-
readonly type: PropType<import('element-plus').CheckboxGroupValueType>;
|
|
16
|
-
readonly required: false;
|
|
17
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
18
|
-
__epPropKey: true;
|
|
19
|
-
} & {
|
|
20
|
-
readonly default: () => never[];
|
|
21
|
-
};
|
|
14
|
+
modelValue: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => import('element-plus').CheckboxGroupValueType) | (() => import('element-plus').CheckboxGroupValueType) | ((new (...args: any[]) => import('element-plus').CheckboxGroupValueType) | (() => import('element-plus').CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
22
15
|
disabled: BooleanConstructor;
|
|
23
16
|
min: NumberConstructor;
|
|
24
17
|
max: NumberConstructor;
|
|
25
18
|
size: {
|
|
26
|
-
readonly type: PropType<"" | "
|
|
19
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
27
20
|
readonly required: false;
|
|
28
21
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
29
22
|
__epPropKey: true;
|
|
30
23
|
};
|
|
31
24
|
fill: StringConstructor;
|
|
32
25
|
textColor: StringConstructor;
|
|
33
|
-
tag:
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
57
|
-
__epPropKey: true;
|
|
58
|
-
} & {
|
|
59
|
-
readonly default: () => Required<{
|
|
60
|
-
value?: string;
|
|
61
|
-
label?: string;
|
|
62
|
-
disabled?: string;
|
|
63
|
-
}>;
|
|
64
|
-
};
|
|
26
|
+
tag: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
27
|
+
validateEvent: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
28
|
+
props: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => {
|
|
29
|
+
value?: string;
|
|
30
|
+
label?: string;
|
|
31
|
+
disabled?: string;
|
|
32
|
+
}) | (() => {
|
|
33
|
+
value?: string;
|
|
34
|
+
label?: string;
|
|
35
|
+
disabled?: string;
|
|
36
|
+
}) | ((new (...args: any[]) => {
|
|
37
|
+
value?: string;
|
|
38
|
+
label?: string;
|
|
39
|
+
disabled?: string;
|
|
40
|
+
}) | (() => {
|
|
41
|
+
value?: string;
|
|
42
|
+
label?: string;
|
|
43
|
+
disabled?: string;
|
|
44
|
+
}))[], unknown, unknown, () => Required<{
|
|
45
|
+
value?: string;
|
|
46
|
+
label?: string;
|
|
47
|
+
disabled?: string;
|
|
48
|
+
}>, boolean>;
|
|
65
49
|
};
|
|
66
50
|
export type CheckboxGroupProps = ExtractPropTypes<typeof checkboxGroupProps>;
|