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