@vunk/form 2.16.6 → 2.16.8
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/components/api-tables-select/index.d.ts +4 -0
- package/components/api-tables-select/src/ctx.d.ts +375 -0
- package/components/api-tables-select/src/index.vue.d.ts +1340 -0
- package/components/api-tables-select/src/types.d.ts +19 -0
- package/components/button/index.d.ts +4 -0
- package/components/button/src/ctx.d.ts +193 -0
- package/components/button/src/index.vue.d.ts +851 -0
- package/components/button/src/types.d.ts +13 -0
- package/components/card-input-collection/index.d.ts +4 -0
- package/components/card-input-collection/src/core.vue.d.ts +1125 -0
- package/components/card-input-collection/src/ctx.d.ts +154 -0
- package/components/card-input-collection/src/index.vue.d.ts +287 -0
- package/components/card-input-collection/src/types.d.ts +17 -0
- package/components/cascader/index.d.ts +6 -0
- package/components/cascader/src/ctx.d.ts +343 -0
- package/components/cascader/src/index.vue.d.ts +775 -0
- package/components/cascader/src/types.d.ts +19 -0
- package/components/cascader/src/use.d.ts +5 -0
- package/components/checkbox/index.d.ts +5 -0
- package/components/checkbox/src/ctx.d.ts +146 -0
- package/components/checkbox/src/index.vue.d.ts +1353 -0
- package/components/checkbox/src/types.d.ts +8 -0
- package/components/color-picker/index.d.ts +4 -0
- package/components/color-picker/src/ctx.d.ts +179 -0
- package/components/color-picker/src/index.vue.d.ts +398 -0
- package/components/color-picker/src/types.d.ts +7 -0
- package/components/date-picker/index.d.ts +5 -0
- package/components/date-picker/src/ctx.d.ts +364 -0
- package/components/date-picker/src/index.vue.d.ts +1665 -0
- package/components/date-picker/src/types.d.ts +20 -0
- package/components/date-picker-range/index.d.ts +4 -0
- package/components/date-picker-range/src/ctx.d.ts +372 -0
- package/components/date-picker-range/src/index.vue.d.ts +808 -0
- package/components/date-picker-range/src/types.d.ts +12 -0
- package/components/dialog/index.d.ts +4 -0
- package/components/dialog/src/ctx.d.ts +174 -0
- package/components/dialog/src/index.vue.d.ts +1180 -0
- package/components/dialog/src/types.d.ts +1 -0
- package/components/dialog-input-collection/index.d.ts +4 -0
- package/components/dialog-input-collection/src/ctx.d.ts +141 -0
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +6430 -0
- package/components/dialog-input-collection/src/index.vue.d.ts +7773 -0
- package/components/dialog-input-collection/src/layout.vue.d.ts +85 -0
- package/components/dialog-input-collection/src/types.d.ts +28 -0
- package/components/download-plus/index.d.ts +4 -0
- package/components/download-plus/src/api.d.ts +13 -0
- package/components/download-plus/src/const.d.ts +9 -0
- package/components/download-plus/src/ctx.d.ts +125 -0
- package/components/download-plus/src/index.vue.d.ts +1495 -0
- package/components/download-plus/src/types.d.ts +17 -0
- package/components/editable-text/index.d.ts +4 -0
- package/components/editable-text/src/ctx.d.ts +128 -0
- package/components/editable-text/src/index.vue.d.ts +3389 -0
- package/components/editable-text/src/types.d.ts +1 -0
- package/components/esri-input-geojson/index.d.ts +6 -0
- package/components/esri-input-geojson/src/append.vue.d.ts +1200 -0
- package/components/esri-input-geojson/src/const.d.ts +12 -0
- package/components/esri-input-geojson/src/ctx.d.ts +351 -0
- package/components/esri-input-geojson/src/default-view.vue.d.ts +133 -0
- package/components/esri-input-geojson/src/index.vue.d.ts +1488 -0
- package/components/esri-input-geojson/src/types.d.ts +22 -0
- package/components/esri-input-geojson/src/viewer.vue.d.ts +427 -0
- package/components/fieldset/index.d.ts +4 -0
- package/components/fieldset/src/ctx.d.ts +16 -0
- package/components/fieldset/src/index.vue.d.ts +32 -0
- package/components/fieldset/src/types.d.ts +1 -0
- package/components/fieldset/src/use.d.ts +5 -0
- package/components/form/index.d.ts +5 -0
- package/components/form/src/ctx.d.ts +139 -0
- package/components/form/src/index.vue.d.ts +2613 -0
- package/components/form/src/types.d.ts +25 -0
- package/components/form/src/utils.d.ts +15 -0
- package/components/form-item/index.d.ts +5 -0
- package/components/form-item/src/core.vue.d.ts +1874 -0
- package/components/form-item/src/ctx.d.ts +103 -0
- package/components/form-item/src/index.vue.d.ts +214 -0
- package/components/form-item/src/types.d.ts +10 -0
- package/components/form-item-renderer/index.d.ts +4 -0
- package/components/form-item-renderer/src/core.vue.d.ts +38 -0
- package/components/form-item-renderer/src/ctx.d.ts +16 -0
- package/components/form-item-renderer/src/index.vue.d.ts +93 -0
- package/components/form-item-renderer/src/types.d.ts +5 -0
- package/components/form-item-renderer/src/utils.d.ts +5 -0
- package/components/form-item-renderer-template/index.d.ts +4 -0
- package/components/form-item-renderer-template/src/ctx.d.ts +7 -0
- package/components/form-item-renderer-template/src/index.vue.d.ts +16 -0
- package/components/form-item-renderer-template/src/types.d.ts +55 -0
- package/components/forms-provider/index.d.ts +6 -0
- package/components/forms-provider/src/core.d.ts +6 -0
- package/components/forms-provider/src/index.vue.d.ts +2 -0
- package/components/forms-provider/src/segment.vue.d.ts +9 -0
- package/components/forms-provider/src/types.d.ts +10 -0
- package/components/forms-provider/src/view.vue.d.ts +7 -0
- package/components/information/index.d.ts +4 -0
- package/components/information/src/ctx.d.ts +16 -0
- package/components/information/src/index.vue.d.ts +27 -0
- package/components/information/src/types.d.ts +3 -0
- package/components/information-collection/index.d.ts +4 -0
- package/components/information-collection/src/ctx.d.ts +143 -0
- package/components/information-collection/src/index.vue.d.ts +296 -0
- package/components/information-collection/src/types.d.ts +6 -0
- package/components/information-renderer/index.d.ts +73 -0
- package/components/information-tag/index.d.ts +4 -0
- package/components/information-tag/src/ctx.d.ts +64 -0
- package/components/information-tag/src/index.vue.d.ts +134 -0
- package/components/information-tag/src/types.d.ts +1 -0
- package/components/information-templates-default/index.d.ts +4 -0
- package/components/information-templates-default/src/ctx.d.ts +2 -0
- package/components/information-templates-default/src/index.vue.d.ts +2 -0
- package/components/information-templates-default/src/types.d.ts +1 -0
- package/components/input/index.d.ts +5 -0
- package/components/input/src/ctx.d.ts +280 -0
- package/components/input/src/index.vue.d.ts +1268 -0
- package/components/input/src/types.d.ts +13 -0
- package/components/input-array/index.d.ts +5 -0
- package/components/input-array/src/ctx.d.ts +136 -0
- package/components/input-array/src/form-template.vue.d.ts +901 -0
- package/components/input-array/src/index.vue.d.ts +889 -0
- package/components/input-array/src/types.d.ts +7 -0
- package/components/input-collection/index.d.ts +4 -0
- package/components/input-collection/src/core.vue.d.ts +1203 -0
- package/components/input-collection/src/ctx.d.ts +154 -0
- package/components/input-collection/src/index.vue.d.ts +296 -0
- package/components/input-collection/src/types.d.ts +29 -0
- package/components/input-file/index.d.ts +5 -0
- package/components/input-file/src/ctx.d.ts +46 -0
- package/components/input-file/src/index.vue.d.ts +112 -0
- package/components/input-file/src/template.vue.d.ts +125 -0
- package/components/input-file/src/types.d.ts +8 -0
- package/components/input-link/index.d.ts +4 -0
- package/components/input-link/src/ctx.d.ts +284 -0
- package/components/input-link/src/index.vue.d.ts +602 -0
- package/components/input-link/src/types.d.ts +7 -0
- package/components/input-number/index.d.ts +4 -0
- package/components/input-number/src/ctx.d.ts +221 -0
- package/components/input-number/src/index.vue.d.ts +910 -0
- package/components/input-number/src/types.d.ts +12 -0
- package/components/input-tag/index.d.ts +5 -0
- package/components/input-tag/src/ctx.d.ts +244 -0
- package/components/input-tag/src/index.vue.d.ts +1050 -0
- package/components/input-tag/src/types.d.ts +22 -0
- package/components/monaco-editor/index.d.ts +4 -0
- package/components/monaco-editor/src/ctx.d.ts +111 -0
- package/components/monaco-editor/src/index.vue.d.ts +297 -0
- package/components/monaco-editor/src/types.d.ts +7 -0
- package/components/radio/index.d.ts +4 -0
- package/components/radio/src/ctx.d.ts +165 -0
- package/components/radio/src/index.vue.d.ts +1488 -0
- package/components/radio/src/option.vue.d.ts +901 -0
- package/components/radio/src/types.d.ts +8 -0
- package/components/radio/src/wraper.vue.d.ts +337 -0
- package/components/renderer-data/index.d.ts +4 -0
- package/components/renderer-data/src/ctx.d.ts +12 -0
- package/components/renderer-data/src/index.vue.d.ts +20 -0
- package/components/renderer-data/src/types.d.ts +1 -0
- package/components/select/index.cjs +29 -11
- package/components/select/index.d.ts +5 -0
- package/components/select/index.mjs +29 -11
- package/components/select/src/core.vue.d.ts +1601 -0
- package/components/select/src/ctx.d.ts +386 -0
- package/components/select/src/index.vue.d.ts +946 -0
- package/components/select/src/options.vue.d.ts +51 -0
- package/components/select/src/types.d.ts +19 -0
- package/components/slider/index.d.ts +4 -0
- package/components/slider/src/ctx.d.ts +248 -0
- package/components/slider/src/index.vue.d.ts +579 -0
- package/components/slider/src/types.d.ts +7 -0
- package/components/switch/index.d.ts +4 -0
- package/components/switch/src/ctx.d.ts +201 -0
- package/components/switch/src/index.vue.d.ts +882 -0
- package/components/switch/src/types.d.ts +7 -0
- package/components/tables-select/index.d.ts +5 -0
- package/components/tables-select/src/ctx.d.ts +421 -0
- package/components/tables-select/src/index.vue.d.ts +5510 -0
- package/components/tables-select/src/types.d.ts +9 -0
- package/components/template-instances-provider/index.d.ts +3 -0
- package/components/template-instances-provider/src/index.vue.d.ts +6 -0
- package/components/templates-default/index.d.ts +4 -0
- package/components/templates-default/src/ctx.d.ts +19 -0
- package/components/templates-default/src/index.vue.d.ts +187 -0
- package/components/templates-default/src/types.d.ts +55 -0
- package/components/templates-element-plus/index.d.ts +4 -0
- package/components/templates-element-plus/src/ctx.d.ts +9 -0
- package/components/templates-element-plus/src/index.vue.d.ts +301 -0
- package/components/templates-element-plus/src/types.d.ts +13 -0
- package/components/templates-esri/index.d.ts +4 -0
- package/components/templates-esri/src/ctx.d.ts +11 -0
- package/components/templates-esri/src/index.vue.d.ts +43 -0
- package/components/templates-esri/src/types.d.ts +2 -0
- package/components/templates-layout/index.d.ts +4 -0
- package/components/templates-layout/src/ctx.d.ts +9 -0
- package/components/templates-layout/src/index.vue.d.ts +446 -0
- package/components/templates-layout/src/types.d.ts +32 -0
- package/components/templates-variant/index.d.ts +4 -0
- package/components/templates-variant/src/ctx.d.ts +11 -0
- package/components/templates-variant/src/index.vue.d.ts +43 -0
- package/components/templates-variant/src/types.d.ts +2 -0
- package/components/upload/index.d.ts +5 -0
- package/components/upload/src/ctx.d.ts +291 -0
- package/components/upload/src/file.vue.d.ts +913 -0
- package/components/upload/src/index.vue.d.ts +2347 -0
- package/components/upload/src/types.d.ts +13 -0
- package/components/upload/src/wraper.vue.d.ts +590 -0
- package/components/upload-plus/index.d.ts +6 -0
- package/components/upload-plus/src/api.d.ts +38 -0
- package/components/upload-plus/src/const.d.ts +9 -0
- package/components/upload-plus/src/ctx.d.ts +144 -0
- package/components/upload-plus/src/index.vue.d.ts +1813 -0
- package/components/upload-plus/src/types.d.ts +32 -0
- package/components/van-cascader/index.d.ts +4 -0
- package/components/van-cascader/src/ctx.d.ts +330 -0
- package/components/van-cascader/src/index.vue.d.ts +1241 -0
- package/components/van-cascader/src/types.d.ts +1 -0
- package/components/var-datetime-picker/index.d.ts +4 -0
- package/components/var-datetime-picker/src/const.d.ts +10 -0
- package/components/var-datetime-picker/src/ctx.d.ts +108 -0
- package/components/var-datetime-picker/src/index.vue.d.ts +1622 -0
- package/components/var-datetime-picker/src/types.d.ts +22 -0
- package/components/vditor/index.d.ts +4 -0
- package/components/vditor/src/ctx.d.ts +118 -0
- package/components/vditor/src/index.vue.d.ts +412 -0
- package/components/vditor/src/types.d.ts +7 -0
- package/package.json +1 -1
|
@@ -0,0 +1,2347 @@
|
|
|
1
|
+
import { UploadFile, UploadFiles } from 'element-plus';
|
|
2
|
+
import type { AnyFunc, Func } from '@vunk/core';
|
|
3
|
+
import type { UploadRawFile, OnExceed } from './types';
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
|
+
tip: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
preview: any;
|
|
10
|
+
beforeUpload: {
|
|
11
|
+
type: FunctionConstructor;
|
|
12
|
+
default: any;
|
|
13
|
+
};
|
|
14
|
+
onDownload: {
|
|
15
|
+
type: import("vue").PropType<Func<UploadFile>>;
|
|
16
|
+
default: any;
|
|
17
|
+
};
|
|
18
|
+
onExceed: {
|
|
19
|
+
type: import("vue").PropType<OnExceed>;
|
|
20
|
+
default: any;
|
|
21
|
+
};
|
|
22
|
+
exceedable: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
confirmExceed: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
slots: any;
|
|
31
|
+
beforeRemove: {
|
|
32
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => boolean | Promise<boolean>>;
|
|
33
|
+
readonly required: false;
|
|
34
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
35
|
+
__epPropKey: true;
|
|
36
|
+
};
|
|
37
|
+
onRemove: {
|
|
38
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
39
|
+
readonly required: false;
|
|
40
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
41
|
+
__epPropKey: true;
|
|
42
|
+
} & {
|
|
43
|
+
readonly default: () => void;
|
|
44
|
+
};
|
|
45
|
+
onChange: {
|
|
46
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
47
|
+
readonly required: false;
|
|
48
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
49
|
+
__epPropKey: true;
|
|
50
|
+
} & {
|
|
51
|
+
readonly default: () => void;
|
|
52
|
+
};
|
|
53
|
+
onPreview: {
|
|
54
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile) => void>;
|
|
55
|
+
readonly required: false;
|
|
56
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
57
|
+
__epPropKey: true;
|
|
58
|
+
} & {
|
|
59
|
+
readonly default: () => void;
|
|
60
|
+
};
|
|
61
|
+
onSuccess: {
|
|
62
|
+
readonly type: import("vue").PropType<(response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
63
|
+
readonly required: false;
|
|
64
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
65
|
+
__epPropKey: true;
|
|
66
|
+
} & {
|
|
67
|
+
readonly default: () => void;
|
|
68
|
+
};
|
|
69
|
+
onProgress: {
|
|
70
|
+
readonly type: import("vue").PropType<(evt: import("element-plus").UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
71
|
+
readonly required: false;
|
|
72
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
73
|
+
__epPropKey: true;
|
|
74
|
+
} & {
|
|
75
|
+
readonly default: () => void;
|
|
76
|
+
};
|
|
77
|
+
onError: {
|
|
78
|
+
readonly type: import("vue").PropType<(error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
79
|
+
readonly required: false;
|
|
80
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
81
|
+
__epPropKey: true;
|
|
82
|
+
} & {
|
|
83
|
+
readonly default: () => void;
|
|
84
|
+
};
|
|
85
|
+
crossorigin: {
|
|
86
|
+
readonly type: import("vue").PropType<"" | "anonymous" | "use-credentials">;
|
|
87
|
+
readonly required: false;
|
|
88
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
89
|
+
__epPropKey: true;
|
|
90
|
+
};
|
|
91
|
+
action: {
|
|
92
|
+
readonly type: import("vue").PropType<string>;
|
|
93
|
+
readonly required: false;
|
|
94
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
95
|
+
__epPropKey: true;
|
|
96
|
+
} & {
|
|
97
|
+
readonly default: "#";
|
|
98
|
+
};
|
|
99
|
+
headers: {
|
|
100
|
+
readonly type: import("vue").PropType<Record<string, any> | Headers>;
|
|
101
|
+
readonly required: false;
|
|
102
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
103
|
+
__epPropKey: true;
|
|
104
|
+
};
|
|
105
|
+
method: {
|
|
106
|
+
readonly type: import("vue").PropType<string>;
|
|
107
|
+
readonly required: false;
|
|
108
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
109
|
+
__epPropKey: true;
|
|
110
|
+
} & {
|
|
111
|
+
readonly default: "post";
|
|
112
|
+
};
|
|
113
|
+
data: {
|
|
114
|
+
readonly type: import("vue").PropType<unknown>;
|
|
115
|
+
readonly required: false;
|
|
116
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
117
|
+
__epPropKey: true;
|
|
118
|
+
} & {
|
|
119
|
+
readonly default: () => {};
|
|
120
|
+
};
|
|
121
|
+
multiple: BooleanConstructor;
|
|
122
|
+
name: {
|
|
123
|
+
readonly type: import("vue").PropType<string>;
|
|
124
|
+
readonly required: false;
|
|
125
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
126
|
+
__epPropKey: true;
|
|
127
|
+
} & {
|
|
128
|
+
readonly default: "file";
|
|
129
|
+
};
|
|
130
|
+
drag: BooleanConstructor;
|
|
131
|
+
withCredentials: BooleanConstructor;
|
|
132
|
+
showFileList: {
|
|
133
|
+
readonly type: import("vue").PropType<boolean>;
|
|
134
|
+
readonly required: false;
|
|
135
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
136
|
+
__epPropKey: true;
|
|
137
|
+
} & {
|
|
138
|
+
readonly default: true;
|
|
139
|
+
};
|
|
140
|
+
accept: {
|
|
141
|
+
readonly type: import("vue").PropType<string>;
|
|
142
|
+
readonly required: false;
|
|
143
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
144
|
+
__epPropKey: true;
|
|
145
|
+
} & {
|
|
146
|
+
readonly default: "";
|
|
147
|
+
};
|
|
148
|
+
fileList: {
|
|
149
|
+
readonly type: import("vue").PropType<import("element-plus").UploadUserFile[]>;
|
|
150
|
+
readonly required: false;
|
|
151
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
152
|
+
__epPropKey: true;
|
|
153
|
+
} & {
|
|
154
|
+
readonly default: () => [];
|
|
155
|
+
};
|
|
156
|
+
autoUpload: {
|
|
157
|
+
readonly type: import("vue").PropType<boolean>;
|
|
158
|
+
readonly required: false;
|
|
159
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
160
|
+
__epPropKey: true;
|
|
161
|
+
} & {
|
|
162
|
+
readonly default: true;
|
|
163
|
+
};
|
|
164
|
+
listType: {
|
|
165
|
+
readonly type: import("vue").PropType<"text" | "picture" | "picture-card">;
|
|
166
|
+
readonly required: false;
|
|
167
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
168
|
+
__epPropKey: true;
|
|
169
|
+
} & {
|
|
170
|
+
readonly default: "text";
|
|
171
|
+
};
|
|
172
|
+
httpRequest: {
|
|
173
|
+
readonly type: import("vue").PropType<import("element-plus").UploadRequestHandler>;
|
|
174
|
+
readonly required: false;
|
|
175
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
176
|
+
__epPropKey: true;
|
|
177
|
+
} & {
|
|
178
|
+
readonly default: import("element-plus").UploadRequestHandler;
|
|
179
|
+
};
|
|
180
|
+
disabled: BooleanConstructor;
|
|
181
|
+
limit: NumberConstructor;
|
|
182
|
+
required: {
|
|
183
|
+
readonly type: import("vue").PropType<boolean>;
|
|
184
|
+
readonly required: false;
|
|
185
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
186
|
+
__epPropKey: true;
|
|
187
|
+
} & {
|
|
188
|
+
readonly default: undefined;
|
|
189
|
+
};
|
|
190
|
+
formItemSize: {
|
|
191
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
192
|
+
default: "default" | "small" | "large";
|
|
193
|
+
};
|
|
194
|
+
formItemSlots: {
|
|
195
|
+
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
196
|
+
default: any;
|
|
197
|
+
};
|
|
198
|
+
elRef: {
|
|
199
|
+
type: import("vue").PropType<any>;
|
|
200
|
+
required: boolean;
|
|
201
|
+
};
|
|
202
|
+
inline: {
|
|
203
|
+
type: BooleanConstructor;
|
|
204
|
+
default: boolean;
|
|
205
|
+
};
|
|
206
|
+
readonly: {
|
|
207
|
+
type: BooleanConstructor;
|
|
208
|
+
default: any;
|
|
209
|
+
};
|
|
210
|
+
formItemTip: {
|
|
211
|
+
type: StringConstructor;
|
|
212
|
+
default: any;
|
|
213
|
+
};
|
|
214
|
+
formItemTipClass: any;
|
|
215
|
+
labelTip: {
|
|
216
|
+
type: StringConstructor;
|
|
217
|
+
default: any;
|
|
218
|
+
};
|
|
219
|
+
information: {
|
|
220
|
+
type: BooleanConstructor;
|
|
221
|
+
default: boolean;
|
|
222
|
+
};
|
|
223
|
+
prop: any;
|
|
224
|
+
defaultModelValue: any;
|
|
225
|
+
label: StringConstructor;
|
|
226
|
+
labelWidth: {
|
|
227
|
+
readonly type: import("vue").PropType<string | number>;
|
|
228
|
+
readonly required: false;
|
|
229
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
230
|
+
__epPropKey: true;
|
|
231
|
+
} & {
|
|
232
|
+
readonly default: "";
|
|
233
|
+
};
|
|
234
|
+
labelPosition: {
|
|
235
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
236
|
+
readonly required: false;
|
|
237
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
238
|
+
__epPropKey: true;
|
|
239
|
+
} & {
|
|
240
|
+
readonly default: "";
|
|
241
|
+
};
|
|
242
|
+
rules: {
|
|
243
|
+
readonly type: import("vue").PropType<unknown>;
|
|
244
|
+
readonly required: false;
|
|
245
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
246
|
+
__epPropKey: true;
|
|
247
|
+
};
|
|
248
|
+
error: StringConstructor;
|
|
249
|
+
validateStatus: {
|
|
250
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
251
|
+
readonly required: false;
|
|
252
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
253
|
+
__epPropKey: true;
|
|
254
|
+
};
|
|
255
|
+
for: StringConstructor;
|
|
256
|
+
inlineMessage: {
|
|
257
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
258
|
+
readonly required: false;
|
|
259
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
260
|
+
__epPropKey: true;
|
|
261
|
+
} & {
|
|
262
|
+
readonly default: "";
|
|
263
|
+
};
|
|
264
|
+
showMessage: {
|
|
265
|
+
readonly type: import("vue").PropType<boolean>;
|
|
266
|
+
readonly required: false;
|
|
267
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
268
|
+
__epPropKey: true;
|
|
269
|
+
} & {
|
|
270
|
+
readonly default: true;
|
|
271
|
+
};
|
|
272
|
+
}>, {
|
|
273
|
+
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
274
|
+
pickObject: <T extends import("@vunk/core").NormalObject, EX extends (keyof T)[], KI extends keyof T>(data: T, opts?: {
|
|
275
|
+
excludes?: EX;
|
|
276
|
+
includes?: KI[];
|
|
277
|
+
}) => { [P in EX extends (infer KE)[] ? Exclude<KI, KE> : KI]: T[P]; };
|
|
278
|
+
coreBindProps: import("vue").ComputedRef<{
|
|
279
|
+
name: string;
|
|
280
|
+
data: {};
|
|
281
|
+
multiple: boolean;
|
|
282
|
+
onChange: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
283
|
+
beforeRemove: (uploadFile: UploadFile, uploadFiles: UploadFiles) => boolean | Promise<boolean>;
|
|
284
|
+
onRemove: ((uploadFile: UploadFile, uploadFiles: UploadFiles) => void) & ((e: UploadFile) => any);
|
|
285
|
+
onPreview: (uploadFile: UploadFile) => void;
|
|
286
|
+
onProgress: (evt: import("element-plus").UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
287
|
+
onError: (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
288
|
+
onExceed: (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
289
|
+
crossorigin: "" | "anonymous" | "use-credentials";
|
|
290
|
+
action: string;
|
|
291
|
+
headers: Record<string, any> | Headers;
|
|
292
|
+
method: string;
|
|
293
|
+
drag: boolean;
|
|
294
|
+
withCredentials: boolean;
|
|
295
|
+
showFileList: boolean;
|
|
296
|
+
accept: string;
|
|
297
|
+
autoUpload: boolean;
|
|
298
|
+
listType: "text" | "picture" | "picture-card";
|
|
299
|
+
httpRequest: import("element-plus").UploadRequestHandler;
|
|
300
|
+
limit: number;
|
|
301
|
+
}>;
|
|
302
|
+
uploadRef: import("vue").ShallowRef<{
|
|
303
|
+
handleRemove: AnyFunc;
|
|
304
|
+
abort: AnyFunc;
|
|
305
|
+
clearFiles: AnyFunc;
|
|
306
|
+
handleStart: Func<File>;
|
|
307
|
+
submit: AnyFunc;
|
|
308
|
+
}, {
|
|
309
|
+
handleRemove: AnyFunc;
|
|
310
|
+
abort: AnyFunc;
|
|
311
|
+
clearFiles: AnyFunc;
|
|
312
|
+
handleStart: Func<File>;
|
|
313
|
+
submit: AnyFunc;
|
|
314
|
+
}>;
|
|
315
|
+
handleRemove: (file: UploadFile) => void;
|
|
316
|
+
readonly: import("vue").ComputedRef<boolean>;
|
|
317
|
+
onSuccess: (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
318
|
+
beforeUpload: (rawFile: UploadRawFile) => Promise<any>;
|
|
319
|
+
handleExceed: (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
320
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
321
|
+
'update:fileList': any;
|
|
322
|
+
remove: (e: UploadFile) => UploadFile;
|
|
323
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
324
|
+
tip: {
|
|
325
|
+
type: StringConstructor;
|
|
326
|
+
default: string;
|
|
327
|
+
};
|
|
328
|
+
preview: any;
|
|
329
|
+
beforeUpload: {
|
|
330
|
+
type: FunctionConstructor;
|
|
331
|
+
default: any;
|
|
332
|
+
};
|
|
333
|
+
onDownload: {
|
|
334
|
+
type: import("vue").PropType<Func<UploadFile>>;
|
|
335
|
+
default: any;
|
|
336
|
+
};
|
|
337
|
+
onExceed: {
|
|
338
|
+
type: import("vue").PropType<OnExceed>;
|
|
339
|
+
default: any;
|
|
340
|
+
};
|
|
341
|
+
exceedable: {
|
|
342
|
+
type: BooleanConstructor;
|
|
343
|
+
default: boolean;
|
|
344
|
+
};
|
|
345
|
+
confirmExceed: {
|
|
346
|
+
type: BooleanConstructor;
|
|
347
|
+
default: boolean;
|
|
348
|
+
};
|
|
349
|
+
slots: any;
|
|
350
|
+
beforeRemove: {
|
|
351
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => boolean | Promise<boolean>>;
|
|
352
|
+
readonly required: false;
|
|
353
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
354
|
+
__epPropKey: true;
|
|
355
|
+
};
|
|
356
|
+
onRemove: {
|
|
357
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
358
|
+
readonly required: false;
|
|
359
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
360
|
+
__epPropKey: true;
|
|
361
|
+
} & {
|
|
362
|
+
readonly default: () => void;
|
|
363
|
+
};
|
|
364
|
+
onChange: {
|
|
365
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
366
|
+
readonly required: false;
|
|
367
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
368
|
+
__epPropKey: true;
|
|
369
|
+
} & {
|
|
370
|
+
readonly default: () => void;
|
|
371
|
+
};
|
|
372
|
+
onPreview: {
|
|
373
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile) => void>;
|
|
374
|
+
readonly required: false;
|
|
375
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
376
|
+
__epPropKey: true;
|
|
377
|
+
} & {
|
|
378
|
+
readonly default: () => void;
|
|
379
|
+
};
|
|
380
|
+
onSuccess: {
|
|
381
|
+
readonly type: import("vue").PropType<(response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
382
|
+
readonly required: false;
|
|
383
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
384
|
+
__epPropKey: true;
|
|
385
|
+
} & {
|
|
386
|
+
readonly default: () => void;
|
|
387
|
+
};
|
|
388
|
+
onProgress: {
|
|
389
|
+
readonly type: import("vue").PropType<(evt: import("element-plus").UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
390
|
+
readonly required: false;
|
|
391
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
392
|
+
__epPropKey: true;
|
|
393
|
+
} & {
|
|
394
|
+
readonly default: () => void;
|
|
395
|
+
};
|
|
396
|
+
onError: {
|
|
397
|
+
readonly type: import("vue").PropType<(error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
398
|
+
readonly required: false;
|
|
399
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
400
|
+
__epPropKey: true;
|
|
401
|
+
} & {
|
|
402
|
+
readonly default: () => void;
|
|
403
|
+
};
|
|
404
|
+
crossorigin: {
|
|
405
|
+
readonly type: import("vue").PropType<"" | "anonymous" | "use-credentials">;
|
|
406
|
+
readonly required: false;
|
|
407
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
408
|
+
__epPropKey: true;
|
|
409
|
+
};
|
|
410
|
+
action: {
|
|
411
|
+
readonly type: import("vue").PropType<string>;
|
|
412
|
+
readonly required: false;
|
|
413
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
414
|
+
__epPropKey: true;
|
|
415
|
+
} & {
|
|
416
|
+
readonly default: "#";
|
|
417
|
+
};
|
|
418
|
+
headers: {
|
|
419
|
+
readonly type: import("vue").PropType<Record<string, any> | Headers>;
|
|
420
|
+
readonly required: false;
|
|
421
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
422
|
+
__epPropKey: true;
|
|
423
|
+
};
|
|
424
|
+
method: {
|
|
425
|
+
readonly type: import("vue").PropType<string>;
|
|
426
|
+
readonly required: false;
|
|
427
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
428
|
+
__epPropKey: true;
|
|
429
|
+
} & {
|
|
430
|
+
readonly default: "post";
|
|
431
|
+
};
|
|
432
|
+
data: {
|
|
433
|
+
readonly type: import("vue").PropType<unknown>;
|
|
434
|
+
readonly required: false;
|
|
435
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
436
|
+
__epPropKey: true;
|
|
437
|
+
} & {
|
|
438
|
+
readonly default: () => {};
|
|
439
|
+
};
|
|
440
|
+
multiple: BooleanConstructor;
|
|
441
|
+
name: {
|
|
442
|
+
readonly type: import("vue").PropType<string>;
|
|
443
|
+
readonly required: false;
|
|
444
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
445
|
+
__epPropKey: true;
|
|
446
|
+
} & {
|
|
447
|
+
readonly default: "file";
|
|
448
|
+
};
|
|
449
|
+
drag: BooleanConstructor;
|
|
450
|
+
withCredentials: BooleanConstructor;
|
|
451
|
+
showFileList: {
|
|
452
|
+
readonly type: import("vue").PropType<boolean>;
|
|
453
|
+
readonly required: false;
|
|
454
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
455
|
+
__epPropKey: true;
|
|
456
|
+
} & {
|
|
457
|
+
readonly default: true;
|
|
458
|
+
};
|
|
459
|
+
accept: {
|
|
460
|
+
readonly type: import("vue").PropType<string>;
|
|
461
|
+
readonly required: false;
|
|
462
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
463
|
+
__epPropKey: true;
|
|
464
|
+
} & {
|
|
465
|
+
readonly default: "";
|
|
466
|
+
};
|
|
467
|
+
fileList: {
|
|
468
|
+
readonly type: import("vue").PropType<import("element-plus").UploadUserFile[]>;
|
|
469
|
+
readonly required: false;
|
|
470
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
471
|
+
__epPropKey: true;
|
|
472
|
+
} & {
|
|
473
|
+
readonly default: () => [];
|
|
474
|
+
};
|
|
475
|
+
autoUpload: {
|
|
476
|
+
readonly type: import("vue").PropType<boolean>;
|
|
477
|
+
readonly required: false;
|
|
478
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
479
|
+
__epPropKey: true;
|
|
480
|
+
} & {
|
|
481
|
+
readonly default: true;
|
|
482
|
+
};
|
|
483
|
+
listType: {
|
|
484
|
+
readonly type: import("vue").PropType<"text" | "picture" | "picture-card">;
|
|
485
|
+
readonly required: false;
|
|
486
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
487
|
+
__epPropKey: true;
|
|
488
|
+
} & {
|
|
489
|
+
readonly default: "text";
|
|
490
|
+
};
|
|
491
|
+
httpRequest: {
|
|
492
|
+
readonly type: import("vue").PropType<import("element-plus").UploadRequestHandler>;
|
|
493
|
+
readonly required: false;
|
|
494
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
495
|
+
__epPropKey: true;
|
|
496
|
+
} & {
|
|
497
|
+
readonly default: import("element-plus").UploadRequestHandler;
|
|
498
|
+
};
|
|
499
|
+
disabled: BooleanConstructor;
|
|
500
|
+
limit: NumberConstructor;
|
|
501
|
+
required: {
|
|
502
|
+
readonly type: import("vue").PropType<boolean>;
|
|
503
|
+
readonly required: false;
|
|
504
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
505
|
+
__epPropKey: true;
|
|
506
|
+
} & {
|
|
507
|
+
readonly default: undefined;
|
|
508
|
+
};
|
|
509
|
+
formItemSize: {
|
|
510
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
511
|
+
default: "default" | "small" | "large";
|
|
512
|
+
};
|
|
513
|
+
formItemSlots: {
|
|
514
|
+
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
515
|
+
default: any;
|
|
516
|
+
};
|
|
517
|
+
elRef: {
|
|
518
|
+
type: import("vue").PropType<any>;
|
|
519
|
+
required: boolean;
|
|
520
|
+
};
|
|
521
|
+
inline: {
|
|
522
|
+
type: BooleanConstructor;
|
|
523
|
+
default: boolean;
|
|
524
|
+
};
|
|
525
|
+
readonly: {
|
|
526
|
+
type: BooleanConstructor;
|
|
527
|
+
default: any;
|
|
528
|
+
};
|
|
529
|
+
formItemTip: {
|
|
530
|
+
type: StringConstructor;
|
|
531
|
+
default: any;
|
|
532
|
+
};
|
|
533
|
+
formItemTipClass: any;
|
|
534
|
+
labelTip: {
|
|
535
|
+
type: StringConstructor;
|
|
536
|
+
default: any;
|
|
537
|
+
};
|
|
538
|
+
information: {
|
|
539
|
+
type: BooleanConstructor;
|
|
540
|
+
default: boolean;
|
|
541
|
+
};
|
|
542
|
+
prop: any;
|
|
543
|
+
defaultModelValue: any;
|
|
544
|
+
label: StringConstructor;
|
|
545
|
+
labelWidth: {
|
|
546
|
+
readonly type: import("vue").PropType<string | number>;
|
|
547
|
+
readonly required: false;
|
|
548
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
549
|
+
__epPropKey: true;
|
|
550
|
+
} & {
|
|
551
|
+
readonly default: "";
|
|
552
|
+
};
|
|
553
|
+
labelPosition: {
|
|
554
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
555
|
+
readonly required: false;
|
|
556
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
557
|
+
__epPropKey: true;
|
|
558
|
+
} & {
|
|
559
|
+
readonly default: "";
|
|
560
|
+
};
|
|
561
|
+
rules: {
|
|
562
|
+
readonly type: import("vue").PropType<unknown>;
|
|
563
|
+
readonly required: false;
|
|
564
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
565
|
+
__epPropKey: true;
|
|
566
|
+
};
|
|
567
|
+
error: StringConstructor;
|
|
568
|
+
validateStatus: {
|
|
569
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
570
|
+
readonly required: false;
|
|
571
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
572
|
+
__epPropKey: true;
|
|
573
|
+
};
|
|
574
|
+
for: StringConstructor;
|
|
575
|
+
inlineMessage: {
|
|
576
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
577
|
+
readonly required: false;
|
|
578
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
579
|
+
__epPropKey: true;
|
|
580
|
+
} & {
|
|
581
|
+
readonly default: "";
|
|
582
|
+
};
|
|
583
|
+
showMessage: {
|
|
584
|
+
readonly type: import("vue").PropType<boolean>;
|
|
585
|
+
readonly required: false;
|
|
586
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
587
|
+
__epPropKey: true;
|
|
588
|
+
} & {
|
|
589
|
+
readonly default: true;
|
|
590
|
+
};
|
|
591
|
+
}>> & Readonly<{
|
|
592
|
+
"onUpdate:fileList"?: (...args: any[] | unknown[]) => any;
|
|
593
|
+
onRemove?: (e: UploadFile) => any;
|
|
594
|
+
}>, {
|
|
595
|
+
required: boolean;
|
|
596
|
+
formItemSize: "default" | "small" | "large";
|
|
597
|
+
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
598
|
+
inline: boolean;
|
|
599
|
+
readonly: boolean;
|
|
600
|
+
formItemTip: string;
|
|
601
|
+
formItemTipClass: any;
|
|
602
|
+
labelTip: string;
|
|
603
|
+
information: boolean;
|
|
604
|
+
prop: any;
|
|
605
|
+
defaultModelValue: any;
|
|
606
|
+
labelWidth: string | number;
|
|
607
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
608
|
+
inlineMessage: string | boolean;
|
|
609
|
+
showMessage: boolean;
|
|
610
|
+
disabled: boolean;
|
|
611
|
+
name: string;
|
|
612
|
+
slots: any;
|
|
613
|
+
data: {};
|
|
614
|
+
multiple: boolean;
|
|
615
|
+
onChange: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
616
|
+
beforeUpload: Function;
|
|
617
|
+
onRemove: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
618
|
+
onPreview: (uploadFile: UploadFile) => void;
|
|
619
|
+
onSuccess: (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
620
|
+
onProgress: (evt: import("element-plus").UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
621
|
+
onError: (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
622
|
+
onExceed: (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
623
|
+
action: string;
|
|
624
|
+
method: string;
|
|
625
|
+
drag: boolean;
|
|
626
|
+
withCredentials: boolean;
|
|
627
|
+
showFileList: boolean;
|
|
628
|
+
accept: string;
|
|
629
|
+
fileList: import("element-plus").UploadUserFile[];
|
|
630
|
+
autoUpload: boolean;
|
|
631
|
+
listType: "text" | "picture" | "picture-card";
|
|
632
|
+
httpRequest: import("element-plus").UploadRequestHandler;
|
|
633
|
+
tip: string;
|
|
634
|
+
preview: any;
|
|
635
|
+
onDownload: (arg: UploadFile) => any;
|
|
636
|
+
exceedable: boolean;
|
|
637
|
+
confirmExceed: boolean;
|
|
638
|
+
}, {}, {
|
|
639
|
+
VkfFormItem: {
|
|
640
|
+
new (...args: any[]): any;
|
|
641
|
+
__isFragment?: never;
|
|
642
|
+
__isTeleport?: never;
|
|
643
|
+
__isSuspense?: never;
|
|
644
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
645
|
+
[x: string]: any;
|
|
646
|
+
[x: symbol]: any;
|
|
647
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
648
|
+
install(app: import("vue").App): void;
|
|
649
|
+
};
|
|
650
|
+
ElUpload: {
|
|
651
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
652
|
+
readonly beforeUpload: {
|
|
653
|
+
readonly type: import("vue").PropType<(rawFile: import("element-plus").UploadRawFile) => boolean | void | File | Blob | Promise<boolean | void | File | Blob>>;
|
|
654
|
+
readonly required: false;
|
|
655
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
656
|
+
__epPropKey: true;
|
|
657
|
+
} & {
|
|
658
|
+
readonly default: () => void;
|
|
659
|
+
};
|
|
660
|
+
readonly beforeRemove: {
|
|
661
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => boolean | Promise<boolean>>;
|
|
662
|
+
readonly required: false;
|
|
663
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
664
|
+
__epPropKey: true;
|
|
665
|
+
};
|
|
666
|
+
readonly onRemove: {
|
|
667
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
668
|
+
readonly required: false;
|
|
669
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
670
|
+
__epPropKey: true;
|
|
671
|
+
} & {
|
|
672
|
+
readonly default: () => void;
|
|
673
|
+
};
|
|
674
|
+
readonly onChange: {
|
|
675
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
676
|
+
readonly required: false;
|
|
677
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
678
|
+
__epPropKey: true;
|
|
679
|
+
} & {
|
|
680
|
+
readonly default: () => void;
|
|
681
|
+
};
|
|
682
|
+
readonly onPreview: {
|
|
683
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile) => void>;
|
|
684
|
+
readonly required: false;
|
|
685
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
686
|
+
__epPropKey: true;
|
|
687
|
+
} & {
|
|
688
|
+
readonly default: () => void;
|
|
689
|
+
};
|
|
690
|
+
readonly onSuccess: {
|
|
691
|
+
readonly type: import("vue").PropType<(response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
692
|
+
readonly required: false;
|
|
693
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
694
|
+
__epPropKey: true;
|
|
695
|
+
} & {
|
|
696
|
+
readonly default: () => void;
|
|
697
|
+
};
|
|
698
|
+
readonly onProgress: {
|
|
699
|
+
readonly type: import("vue").PropType<(evt: import("element-plus").UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
700
|
+
readonly required: false;
|
|
701
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
702
|
+
__epPropKey: true;
|
|
703
|
+
} & {
|
|
704
|
+
readonly default: () => void;
|
|
705
|
+
};
|
|
706
|
+
readonly onError: {
|
|
707
|
+
readonly type: import("vue").PropType<(error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
708
|
+
readonly required: false;
|
|
709
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
710
|
+
__epPropKey: true;
|
|
711
|
+
} & {
|
|
712
|
+
readonly default: () => void;
|
|
713
|
+
};
|
|
714
|
+
readonly onExceed: {
|
|
715
|
+
readonly type: import("vue").PropType<(files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void>;
|
|
716
|
+
readonly required: false;
|
|
717
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
718
|
+
__epPropKey: true;
|
|
719
|
+
} & {
|
|
720
|
+
readonly default: () => void;
|
|
721
|
+
};
|
|
722
|
+
readonly crossorigin: {
|
|
723
|
+
readonly type: import("vue").PropType<"" | "anonymous" | "use-credentials">;
|
|
724
|
+
readonly required: false;
|
|
725
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
726
|
+
__epPropKey: true;
|
|
727
|
+
};
|
|
728
|
+
readonly action: {
|
|
729
|
+
readonly type: import("vue").PropType<string>;
|
|
730
|
+
readonly required: false;
|
|
731
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
732
|
+
__epPropKey: true;
|
|
733
|
+
} & {
|
|
734
|
+
readonly default: "#";
|
|
735
|
+
};
|
|
736
|
+
readonly headers: {
|
|
737
|
+
readonly type: import("vue").PropType<Record<string, any> | Headers>;
|
|
738
|
+
readonly required: false;
|
|
739
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
740
|
+
__epPropKey: true;
|
|
741
|
+
};
|
|
742
|
+
readonly method: {
|
|
743
|
+
readonly type: import("vue").PropType<string>;
|
|
744
|
+
readonly required: false;
|
|
745
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
746
|
+
__epPropKey: true;
|
|
747
|
+
} & {
|
|
748
|
+
readonly default: "post";
|
|
749
|
+
};
|
|
750
|
+
readonly data: {
|
|
751
|
+
readonly type: import("vue").PropType<unknown>;
|
|
752
|
+
readonly required: false;
|
|
753
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
754
|
+
__epPropKey: true;
|
|
755
|
+
} & {
|
|
756
|
+
readonly default: () => {};
|
|
757
|
+
};
|
|
758
|
+
readonly multiple: BooleanConstructor;
|
|
759
|
+
readonly name: {
|
|
760
|
+
readonly type: import("vue").PropType<string>;
|
|
761
|
+
readonly required: false;
|
|
762
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
763
|
+
__epPropKey: true;
|
|
764
|
+
} & {
|
|
765
|
+
readonly default: "file";
|
|
766
|
+
};
|
|
767
|
+
readonly drag: BooleanConstructor;
|
|
768
|
+
readonly withCredentials: BooleanConstructor;
|
|
769
|
+
readonly showFileList: {
|
|
770
|
+
readonly type: import("vue").PropType<boolean>;
|
|
771
|
+
readonly required: false;
|
|
772
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
773
|
+
__epPropKey: true;
|
|
774
|
+
} & {
|
|
775
|
+
readonly default: true;
|
|
776
|
+
};
|
|
777
|
+
readonly accept: {
|
|
778
|
+
readonly type: import("vue").PropType<string>;
|
|
779
|
+
readonly required: false;
|
|
780
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
781
|
+
__epPropKey: true;
|
|
782
|
+
} & {
|
|
783
|
+
readonly default: "";
|
|
784
|
+
};
|
|
785
|
+
readonly fileList: {
|
|
786
|
+
readonly type: import("vue").PropType<import("element-plus").UploadUserFile[]>;
|
|
787
|
+
readonly required: false;
|
|
788
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
789
|
+
__epPropKey: true;
|
|
790
|
+
} & {
|
|
791
|
+
readonly default: () => [];
|
|
792
|
+
};
|
|
793
|
+
readonly autoUpload: {
|
|
794
|
+
readonly type: import("vue").PropType<boolean>;
|
|
795
|
+
readonly required: false;
|
|
796
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
797
|
+
__epPropKey: true;
|
|
798
|
+
} & {
|
|
799
|
+
readonly default: true;
|
|
800
|
+
};
|
|
801
|
+
readonly listType: {
|
|
802
|
+
readonly type: import("vue").PropType<"text" | "picture" | "picture-card">;
|
|
803
|
+
readonly required: false;
|
|
804
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
805
|
+
__epPropKey: true;
|
|
806
|
+
} & {
|
|
807
|
+
readonly default: "text";
|
|
808
|
+
};
|
|
809
|
+
readonly httpRequest: {
|
|
810
|
+
readonly type: import("vue").PropType<import("element-plus").UploadRequestHandler>;
|
|
811
|
+
readonly required: false;
|
|
812
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
813
|
+
__epPropKey: true;
|
|
814
|
+
} & {
|
|
815
|
+
readonly default: import("element-plus").UploadRequestHandler;
|
|
816
|
+
};
|
|
817
|
+
readonly disabled: BooleanConstructor;
|
|
818
|
+
readonly limit: NumberConstructor;
|
|
819
|
+
}>>, {
|
|
820
|
+
abort: (file: UploadFile) => void;
|
|
821
|
+
submit: () => void;
|
|
822
|
+
clearFiles: (states?: import("element-plus").UploadStatus[]) => void;
|
|
823
|
+
handleStart: (rawFile: import("element-plus").UploadRawFile) => void;
|
|
824
|
+
handleRemove: (file: UploadFile | import("element-plus").UploadRawFile, rawFile?: import("element-plus").UploadRawFile) => void;
|
|
825
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
826
|
+
readonly data: unknown;
|
|
827
|
+
readonly disabled: boolean;
|
|
828
|
+
readonly drag: boolean;
|
|
829
|
+
readonly multiple: boolean;
|
|
830
|
+
readonly name: string;
|
|
831
|
+
readonly onChange: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
832
|
+
readonly onError: (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
833
|
+
readonly onProgress: (evt: import("element-plus").UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
834
|
+
readonly method: string;
|
|
835
|
+
readonly action: string;
|
|
836
|
+
readonly accept: string;
|
|
837
|
+
readonly withCredentials: boolean;
|
|
838
|
+
readonly showFileList: boolean;
|
|
839
|
+
readonly fileList: import("element-plus").UploadUserFile[];
|
|
840
|
+
readonly autoUpload: boolean;
|
|
841
|
+
readonly listType: "text" | "picture" | "picture-card";
|
|
842
|
+
readonly httpRequest: import("element-plus").UploadRequestHandler;
|
|
843
|
+
readonly beforeUpload: (rawFile: import("element-plus").UploadRawFile) => boolean | void | File | Blob | Promise<boolean | void | File | Blob>;
|
|
844
|
+
readonly onRemove: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
845
|
+
readonly onPreview: (uploadFile: UploadFile) => void;
|
|
846
|
+
readonly onSuccess: (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
847
|
+
readonly onExceed: (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
848
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
849
|
+
P: {};
|
|
850
|
+
B: {};
|
|
851
|
+
D: {};
|
|
852
|
+
C: {};
|
|
853
|
+
M: {};
|
|
854
|
+
Defaults: {};
|
|
855
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
856
|
+
readonly beforeUpload: {
|
|
857
|
+
readonly type: import("vue").PropType<(rawFile: import("element-plus").UploadRawFile) => boolean | void | File | Blob | Promise<boolean | void | File | Blob>>;
|
|
858
|
+
readonly required: false;
|
|
859
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
860
|
+
__epPropKey: true;
|
|
861
|
+
} & {
|
|
862
|
+
readonly default: () => void;
|
|
863
|
+
};
|
|
864
|
+
readonly beforeRemove: {
|
|
865
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => boolean | Promise<boolean>>;
|
|
866
|
+
readonly required: false;
|
|
867
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
868
|
+
__epPropKey: true;
|
|
869
|
+
};
|
|
870
|
+
readonly onRemove: {
|
|
871
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
872
|
+
readonly required: false;
|
|
873
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
874
|
+
__epPropKey: true;
|
|
875
|
+
} & {
|
|
876
|
+
readonly default: () => void;
|
|
877
|
+
};
|
|
878
|
+
readonly onChange: {
|
|
879
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
880
|
+
readonly required: false;
|
|
881
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
882
|
+
__epPropKey: true;
|
|
883
|
+
} & {
|
|
884
|
+
readonly default: () => void;
|
|
885
|
+
};
|
|
886
|
+
readonly onPreview: {
|
|
887
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile) => void>;
|
|
888
|
+
readonly required: false;
|
|
889
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
890
|
+
__epPropKey: true;
|
|
891
|
+
} & {
|
|
892
|
+
readonly default: () => void;
|
|
893
|
+
};
|
|
894
|
+
readonly onSuccess: {
|
|
895
|
+
readonly type: import("vue").PropType<(response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
896
|
+
readonly required: false;
|
|
897
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
898
|
+
__epPropKey: true;
|
|
899
|
+
} & {
|
|
900
|
+
readonly default: () => void;
|
|
901
|
+
};
|
|
902
|
+
readonly onProgress: {
|
|
903
|
+
readonly type: import("vue").PropType<(evt: import("element-plus").UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
904
|
+
readonly required: false;
|
|
905
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
906
|
+
__epPropKey: true;
|
|
907
|
+
} & {
|
|
908
|
+
readonly default: () => void;
|
|
909
|
+
};
|
|
910
|
+
readonly onError: {
|
|
911
|
+
readonly type: import("vue").PropType<(error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
912
|
+
readonly required: false;
|
|
913
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
914
|
+
__epPropKey: true;
|
|
915
|
+
} & {
|
|
916
|
+
readonly default: () => void;
|
|
917
|
+
};
|
|
918
|
+
readonly onExceed: {
|
|
919
|
+
readonly type: import("vue").PropType<(files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void>;
|
|
920
|
+
readonly required: false;
|
|
921
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
922
|
+
__epPropKey: true;
|
|
923
|
+
} & {
|
|
924
|
+
readonly default: () => void;
|
|
925
|
+
};
|
|
926
|
+
readonly crossorigin: {
|
|
927
|
+
readonly type: import("vue").PropType<"" | "anonymous" | "use-credentials">;
|
|
928
|
+
readonly required: false;
|
|
929
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
930
|
+
__epPropKey: true;
|
|
931
|
+
};
|
|
932
|
+
readonly action: {
|
|
933
|
+
readonly type: import("vue").PropType<string>;
|
|
934
|
+
readonly required: false;
|
|
935
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
936
|
+
__epPropKey: true;
|
|
937
|
+
} & {
|
|
938
|
+
readonly default: "#";
|
|
939
|
+
};
|
|
940
|
+
readonly headers: {
|
|
941
|
+
readonly type: import("vue").PropType<Record<string, any> | Headers>;
|
|
942
|
+
readonly required: false;
|
|
943
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
944
|
+
__epPropKey: true;
|
|
945
|
+
};
|
|
946
|
+
readonly method: {
|
|
947
|
+
readonly type: import("vue").PropType<string>;
|
|
948
|
+
readonly required: false;
|
|
949
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
950
|
+
__epPropKey: true;
|
|
951
|
+
} & {
|
|
952
|
+
readonly default: "post";
|
|
953
|
+
};
|
|
954
|
+
readonly data: {
|
|
955
|
+
readonly type: import("vue").PropType<unknown>;
|
|
956
|
+
readonly required: false;
|
|
957
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
958
|
+
__epPropKey: true;
|
|
959
|
+
} & {
|
|
960
|
+
readonly default: () => {};
|
|
961
|
+
};
|
|
962
|
+
readonly multiple: BooleanConstructor;
|
|
963
|
+
readonly name: {
|
|
964
|
+
readonly type: import("vue").PropType<string>;
|
|
965
|
+
readonly required: false;
|
|
966
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
967
|
+
__epPropKey: true;
|
|
968
|
+
} & {
|
|
969
|
+
readonly default: "file";
|
|
970
|
+
};
|
|
971
|
+
readonly drag: BooleanConstructor;
|
|
972
|
+
readonly withCredentials: BooleanConstructor;
|
|
973
|
+
readonly showFileList: {
|
|
974
|
+
readonly type: import("vue").PropType<boolean>;
|
|
975
|
+
readonly required: false;
|
|
976
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
977
|
+
__epPropKey: true;
|
|
978
|
+
} & {
|
|
979
|
+
readonly default: true;
|
|
980
|
+
};
|
|
981
|
+
readonly accept: {
|
|
982
|
+
readonly type: import("vue").PropType<string>;
|
|
983
|
+
readonly required: false;
|
|
984
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
985
|
+
__epPropKey: true;
|
|
986
|
+
} & {
|
|
987
|
+
readonly default: "";
|
|
988
|
+
};
|
|
989
|
+
readonly fileList: {
|
|
990
|
+
readonly type: import("vue").PropType<import("element-plus").UploadUserFile[]>;
|
|
991
|
+
readonly required: false;
|
|
992
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
993
|
+
__epPropKey: true;
|
|
994
|
+
} & {
|
|
995
|
+
readonly default: () => [];
|
|
996
|
+
};
|
|
997
|
+
readonly autoUpload: {
|
|
998
|
+
readonly type: import("vue").PropType<boolean>;
|
|
999
|
+
readonly required: false;
|
|
1000
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1001
|
+
__epPropKey: true;
|
|
1002
|
+
} & {
|
|
1003
|
+
readonly default: true;
|
|
1004
|
+
};
|
|
1005
|
+
readonly listType: {
|
|
1006
|
+
readonly type: import("vue").PropType<"text" | "picture" | "picture-card">;
|
|
1007
|
+
readonly required: false;
|
|
1008
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1009
|
+
__epPropKey: true;
|
|
1010
|
+
} & {
|
|
1011
|
+
readonly default: "text";
|
|
1012
|
+
};
|
|
1013
|
+
readonly httpRequest: {
|
|
1014
|
+
readonly type: import("vue").PropType<import("element-plus").UploadRequestHandler>;
|
|
1015
|
+
readonly required: false;
|
|
1016
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1017
|
+
__epPropKey: true;
|
|
1018
|
+
} & {
|
|
1019
|
+
readonly default: import("element-plus").UploadRequestHandler;
|
|
1020
|
+
};
|
|
1021
|
+
readonly disabled: BooleanConstructor;
|
|
1022
|
+
readonly limit: NumberConstructor;
|
|
1023
|
+
}>>, {
|
|
1024
|
+
abort: (file: UploadFile) => void;
|
|
1025
|
+
submit: () => void;
|
|
1026
|
+
clearFiles: (states?: import("element-plus").UploadStatus[]) => void;
|
|
1027
|
+
handleStart: (rawFile: import("element-plus").UploadRawFile) => void;
|
|
1028
|
+
handleRemove: (file: UploadFile | import("element-plus").UploadRawFile, rawFile?: import("element-plus").UploadRawFile) => void;
|
|
1029
|
+
}, {}, {}, {}, {
|
|
1030
|
+
readonly data: unknown;
|
|
1031
|
+
readonly disabled: boolean;
|
|
1032
|
+
readonly drag: boolean;
|
|
1033
|
+
readonly multiple: boolean;
|
|
1034
|
+
readonly name: string;
|
|
1035
|
+
readonly onChange: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
1036
|
+
readonly onError: (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
1037
|
+
readonly onProgress: (evt: import("element-plus").UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
1038
|
+
readonly method: string;
|
|
1039
|
+
readonly action: string;
|
|
1040
|
+
readonly accept: string;
|
|
1041
|
+
readonly withCredentials: boolean;
|
|
1042
|
+
readonly showFileList: boolean;
|
|
1043
|
+
readonly fileList: import("element-plus").UploadUserFile[];
|
|
1044
|
+
readonly autoUpload: boolean;
|
|
1045
|
+
readonly listType: "text" | "picture" | "picture-card";
|
|
1046
|
+
readonly httpRequest: import("element-plus").UploadRequestHandler;
|
|
1047
|
+
readonly beforeUpload: (rawFile: import("element-plus").UploadRawFile) => boolean | void | File | Blob | Promise<boolean | void | File | Blob>;
|
|
1048
|
+
readonly onRemove: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
1049
|
+
readonly onPreview: (uploadFile: UploadFile) => void;
|
|
1050
|
+
readonly onSuccess: (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
1051
|
+
readonly onExceed: (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
1052
|
+
}>;
|
|
1053
|
+
__isFragment?: never;
|
|
1054
|
+
__isTeleport?: never;
|
|
1055
|
+
__isSuspense?: never;
|
|
1056
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1057
|
+
readonly beforeUpload: {
|
|
1058
|
+
readonly type: import("vue").PropType<(rawFile: import("element-plus").UploadRawFile) => boolean | void | File | Blob | Promise<boolean | void | File | Blob>>;
|
|
1059
|
+
readonly required: false;
|
|
1060
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1061
|
+
__epPropKey: true;
|
|
1062
|
+
} & {
|
|
1063
|
+
readonly default: () => void;
|
|
1064
|
+
};
|
|
1065
|
+
readonly beforeRemove: {
|
|
1066
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => boolean | Promise<boolean>>;
|
|
1067
|
+
readonly required: false;
|
|
1068
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1069
|
+
__epPropKey: true;
|
|
1070
|
+
};
|
|
1071
|
+
readonly onRemove: {
|
|
1072
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
1073
|
+
readonly required: false;
|
|
1074
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1075
|
+
__epPropKey: true;
|
|
1076
|
+
} & {
|
|
1077
|
+
readonly default: () => void;
|
|
1078
|
+
};
|
|
1079
|
+
readonly onChange: {
|
|
1080
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
1081
|
+
readonly required: false;
|
|
1082
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1083
|
+
__epPropKey: true;
|
|
1084
|
+
} & {
|
|
1085
|
+
readonly default: () => void;
|
|
1086
|
+
};
|
|
1087
|
+
readonly onPreview: {
|
|
1088
|
+
readonly type: import("vue").PropType<(uploadFile: UploadFile) => void>;
|
|
1089
|
+
readonly required: false;
|
|
1090
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1091
|
+
__epPropKey: true;
|
|
1092
|
+
} & {
|
|
1093
|
+
readonly default: () => void;
|
|
1094
|
+
};
|
|
1095
|
+
readonly onSuccess: {
|
|
1096
|
+
readonly type: import("vue").PropType<(response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
1097
|
+
readonly required: false;
|
|
1098
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1099
|
+
__epPropKey: true;
|
|
1100
|
+
} & {
|
|
1101
|
+
readonly default: () => void;
|
|
1102
|
+
};
|
|
1103
|
+
readonly onProgress: {
|
|
1104
|
+
readonly type: import("vue").PropType<(evt: import("element-plus").UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
1105
|
+
readonly required: false;
|
|
1106
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1107
|
+
__epPropKey: true;
|
|
1108
|
+
} & {
|
|
1109
|
+
readonly default: () => void;
|
|
1110
|
+
};
|
|
1111
|
+
readonly onError: {
|
|
1112
|
+
readonly type: import("vue").PropType<(error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void>;
|
|
1113
|
+
readonly required: false;
|
|
1114
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1115
|
+
__epPropKey: true;
|
|
1116
|
+
} & {
|
|
1117
|
+
readonly default: () => void;
|
|
1118
|
+
};
|
|
1119
|
+
readonly onExceed: {
|
|
1120
|
+
readonly type: import("vue").PropType<(files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void>;
|
|
1121
|
+
readonly required: false;
|
|
1122
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1123
|
+
__epPropKey: true;
|
|
1124
|
+
} & {
|
|
1125
|
+
readonly default: () => void;
|
|
1126
|
+
};
|
|
1127
|
+
readonly crossorigin: {
|
|
1128
|
+
readonly type: import("vue").PropType<"" | "anonymous" | "use-credentials">;
|
|
1129
|
+
readonly required: false;
|
|
1130
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1131
|
+
__epPropKey: true;
|
|
1132
|
+
};
|
|
1133
|
+
readonly action: {
|
|
1134
|
+
readonly type: import("vue").PropType<string>;
|
|
1135
|
+
readonly required: false;
|
|
1136
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1137
|
+
__epPropKey: true;
|
|
1138
|
+
} & {
|
|
1139
|
+
readonly default: "#";
|
|
1140
|
+
};
|
|
1141
|
+
readonly headers: {
|
|
1142
|
+
readonly type: import("vue").PropType<Record<string, any> | Headers>;
|
|
1143
|
+
readonly required: false;
|
|
1144
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1145
|
+
__epPropKey: true;
|
|
1146
|
+
};
|
|
1147
|
+
readonly method: {
|
|
1148
|
+
readonly type: import("vue").PropType<string>;
|
|
1149
|
+
readonly required: false;
|
|
1150
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1151
|
+
__epPropKey: true;
|
|
1152
|
+
} & {
|
|
1153
|
+
readonly default: "post";
|
|
1154
|
+
};
|
|
1155
|
+
readonly data: {
|
|
1156
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1157
|
+
readonly required: false;
|
|
1158
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1159
|
+
__epPropKey: true;
|
|
1160
|
+
} & {
|
|
1161
|
+
readonly default: () => {};
|
|
1162
|
+
};
|
|
1163
|
+
readonly multiple: BooleanConstructor;
|
|
1164
|
+
readonly name: {
|
|
1165
|
+
readonly type: import("vue").PropType<string>;
|
|
1166
|
+
readonly required: false;
|
|
1167
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1168
|
+
__epPropKey: true;
|
|
1169
|
+
} & {
|
|
1170
|
+
readonly default: "file";
|
|
1171
|
+
};
|
|
1172
|
+
readonly drag: BooleanConstructor;
|
|
1173
|
+
readonly withCredentials: BooleanConstructor;
|
|
1174
|
+
readonly showFileList: {
|
|
1175
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1176
|
+
readonly required: false;
|
|
1177
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1178
|
+
__epPropKey: true;
|
|
1179
|
+
} & {
|
|
1180
|
+
readonly default: true;
|
|
1181
|
+
};
|
|
1182
|
+
readonly accept: {
|
|
1183
|
+
readonly type: import("vue").PropType<string>;
|
|
1184
|
+
readonly required: false;
|
|
1185
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1186
|
+
__epPropKey: true;
|
|
1187
|
+
} & {
|
|
1188
|
+
readonly default: "";
|
|
1189
|
+
};
|
|
1190
|
+
readonly fileList: {
|
|
1191
|
+
readonly type: import("vue").PropType<import("element-plus").UploadUserFile[]>;
|
|
1192
|
+
readonly required: false;
|
|
1193
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1194
|
+
__epPropKey: true;
|
|
1195
|
+
} & {
|
|
1196
|
+
readonly default: () => [];
|
|
1197
|
+
};
|
|
1198
|
+
readonly autoUpload: {
|
|
1199
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1200
|
+
readonly required: false;
|
|
1201
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1202
|
+
__epPropKey: true;
|
|
1203
|
+
} & {
|
|
1204
|
+
readonly default: true;
|
|
1205
|
+
};
|
|
1206
|
+
readonly listType: {
|
|
1207
|
+
readonly type: import("vue").PropType<"text" | "picture" | "picture-card">;
|
|
1208
|
+
readonly required: false;
|
|
1209
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1210
|
+
__epPropKey: true;
|
|
1211
|
+
} & {
|
|
1212
|
+
readonly default: "text";
|
|
1213
|
+
};
|
|
1214
|
+
readonly httpRequest: {
|
|
1215
|
+
readonly type: import("vue").PropType<import("element-plus").UploadRequestHandler>;
|
|
1216
|
+
readonly required: false;
|
|
1217
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1218
|
+
__epPropKey: true;
|
|
1219
|
+
} & {
|
|
1220
|
+
readonly default: import("element-plus").UploadRequestHandler;
|
|
1221
|
+
};
|
|
1222
|
+
readonly disabled: BooleanConstructor;
|
|
1223
|
+
readonly limit: NumberConstructor;
|
|
1224
|
+
}>>, {
|
|
1225
|
+
abort: (file: UploadFile) => void;
|
|
1226
|
+
submit: () => void;
|
|
1227
|
+
clearFiles: (states?: import("element-plus").UploadStatus[]) => void;
|
|
1228
|
+
handleStart: (rawFile: import("element-plus").UploadRawFile) => void;
|
|
1229
|
+
handleRemove: (file: UploadFile | import("element-plus").UploadRawFile, rawFile?: import("element-plus").UploadRawFile) => void;
|
|
1230
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
1231
|
+
readonly data: unknown;
|
|
1232
|
+
readonly disabled: boolean;
|
|
1233
|
+
readonly drag: boolean;
|
|
1234
|
+
readonly multiple: boolean;
|
|
1235
|
+
readonly name: string;
|
|
1236
|
+
readonly onChange: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
1237
|
+
readonly onError: (error: Error, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
1238
|
+
readonly onProgress: (evt: import("element-plus").UploadProgressEvent, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
1239
|
+
readonly method: string;
|
|
1240
|
+
readonly action: string;
|
|
1241
|
+
readonly accept: string;
|
|
1242
|
+
readonly withCredentials: boolean;
|
|
1243
|
+
readonly showFileList: boolean;
|
|
1244
|
+
readonly fileList: import("element-plus").UploadUserFile[];
|
|
1245
|
+
readonly autoUpload: boolean;
|
|
1246
|
+
readonly listType: "text" | "picture" | "picture-card";
|
|
1247
|
+
readonly httpRequest: import("element-plus").UploadRequestHandler;
|
|
1248
|
+
readonly beforeUpload: (rawFile: import("element-plus").UploadRawFile) => boolean | void | File | Blob | Promise<boolean | void | File | Blob>;
|
|
1249
|
+
readonly onRemove: (uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
1250
|
+
readonly onPreview: (uploadFile: UploadFile) => void;
|
|
1251
|
+
readonly onSuccess: (response: any, uploadFile: UploadFile, uploadFiles: UploadFiles) => void;
|
|
1252
|
+
readonly onExceed: (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
|
|
1253
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1254
|
+
$slots: {
|
|
1255
|
+
file?(_: {
|
|
1256
|
+
file: UploadFile;
|
|
1257
|
+
index: number;
|
|
1258
|
+
}): any;
|
|
1259
|
+
file?(_: {
|
|
1260
|
+
file: UploadFile;
|
|
1261
|
+
index: number;
|
|
1262
|
+
}): any;
|
|
1263
|
+
trigger?(_: {}): any;
|
|
1264
|
+
trigger?(_: {}): any;
|
|
1265
|
+
default?(_: {}): any;
|
|
1266
|
+
default?(_: {}): any;
|
|
1267
|
+
default?(_: {}): any;
|
|
1268
|
+
tip?(_: {}): any;
|
|
1269
|
+
};
|
|
1270
|
+
}) & import("vue").Plugin;
|
|
1271
|
+
FileVue: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1272
|
+
listType: {
|
|
1273
|
+
type: import("vue").PropType<"picture" | "picture-card" | "text">;
|
|
1274
|
+
default: string;
|
|
1275
|
+
};
|
|
1276
|
+
file: {
|
|
1277
|
+
type: import("vue").PropType<UploadFile>;
|
|
1278
|
+
default: () => {};
|
|
1279
|
+
};
|
|
1280
|
+
disabled: {
|
|
1281
|
+
type: BooleanConstructor;
|
|
1282
|
+
default: boolean;
|
|
1283
|
+
};
|
|
1284
|
+
onPreview: {
|
|
1285
|
+
type: import("vue").PropType<Func<UploadFile>>;
|
|
1286
|
+
default: () => () => void;
|
|
1287
|
+
};
|
|
1288
|
+
onDownload: {
|
|
1289
|
+
type: import("vue").PropType<Func<UploadFile>>;
|
|
1290
|
+
default: any;
|
|
1291
|
+
};
|
|
1292
|
+
preview: {
|
|
1293
|
+
type: (BooleanConstructor | FunctionConstructor)[];
|
|
1294
|
+
default: boolean;
|
|
1295
|
+
};
|
|
1296
|
+
}>, {
|
|
1297
|
+
handleRemove: (file?: UploadFile) => void;
|
|
1298
|
+
t: import("element-plus").Translator;
|
|
1299
|
+
nsIcon: {
|
|
1300
|
+
namespace: import("vue").ComputedRef<string>;
|
|
1301
|
+
b: (blockSuffix?: string) => string;
|
|
1302
|
+
e: (element?: string) => string;
|
|
1303
|
+
m: (modifier?: string) => string;
|
|
1304
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1305
|
+
em: (element?: string, modifier?: string) => string;
|
|
1306
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1307
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1308
|
+
is: {
|
|
1309
|
+
(name: string, state: boolean | undefined): string;
|
|
1310
|
+
(name: string): string;
|
|
1311
|
+
};
|
|
1312
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1313
|
+
cssVarName: (name: string) => string;
|
|
1314
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1315
|
+
cssVarBlockName: (name: string) => string;
|
|
1316
|
+
};
|
|
1317
|
+
nsUpload: {
|
|
1318
|
+
namespace: import("vue").ComputedRef<string>;
|
|
1319
|
+
b: (blockSuffix?: string) => string;
|
|
1320
|
+
e: (element?: string) => string;
|
|
1321
|
+
m: (modifier?: string) => string;
|
|
1322
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1323
|
+
em: (element?: string, modifier?: string) => string;
|
|
1324
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1325
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1326
|
+
is: {
|
|
1327
|
+
(name: string, state: boolean | undefined): string;
|
|
1328
|
+
(name: string): string;
|
|
1329
|
+
};
|
|
1330
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1331
|
+
cssVarName: (name: string) => string;
|
|
1332
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1333
|
+
cssVarBlockName: (name: string) => string;
|
|
1334
|
+
};
|
|
1335
|
+
handleDownload: (file?: UploadFile) => void;
|
|
1336
|
+
handlePreview: (file?: UploadFile) => void;
|
|
1337
|
+
previewable: import("vue").ComputedRef<unknown>;
|
|
1338
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1339
|
+
remove: (e: UploadFile) => UploadFile;
|
|
1340
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1341
|
+
listType: {
|
|
1342
|
+
type: import("vue").PropType<"picture" | "picture-card" | "text">;
|
|
1343
|
+
default: string;
|
|
1344
|
+
};
|
|
1345
|
+
file: {
|
|
1346
|
+
type: import("vue").PropType<UploadFile>;
|
|
1347
|
+
default: () => {};
|
|
1348
|
+
};
|
|
1349
|
+
disabled: {
|
|
1350
|
+
type: BooleanConstructor;
|
|
1351
|
+
default: boolean;
|
|
1352
|
+
};
|
|
1353
|
+
onPreview: {
|
|
1354
|
+
type: import("vue").PropType<Func<UploadFile>>;
|
|
1355
|
+
default: () => () => void;
|
|
1356
|
+
};
|
|
1357
|
+
onDownload: {
|
|
1358
|
+
type: import("vue").PropType<Func<UploadFile>>;
|
|
1359
|
+
default: any;
|
|
1360
|
+
};
|
|
1361
|
+
preview: {
|
|
1362
|
+
type: (BooleanConstructor | FunctionConstructor)[];
|
|
1363
|
+
default: boolean;
|
|
1364
|
+
};
|
|
1365
|
+
}>> & Readonly<{
|
|
1366
|
+
onRemove?: (e: UploadFile) => any;
|
|
1367
|
+
}>, {
|
|
1368
|
+
disabled: boolean;
|
|
1369
|
+
onPreview: (arg: UploadFile) => any;
|
|
1370
|
+
listType: "text" | "picture" | "picture-card";
|
|
1371
|
+
file: UploadFile;
|
|
1372
|
+
preview: boolean | Function;
|
|
1373
|
+
onDownload: (arg: UploadFile) => any;
|
|
1374
|
+
}, {}, {
|
|
1375
|
+
ElProgress: {
|
|
1376
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1377
|
+
readonly type: {
|
|
1378
|
+
readonly type: import("vue").PropType<"circle" | "line" | "dashboard">;
|
|
1379
|
+
readonly required: false;
|
|
1380
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1381
|
+
__epPropKey: true;
|
|
1382
|
+
} & {
|
|
1383
|
+
readonly default: "line";
|
|
1384
|
+
};
|
|
1385
|
+
readonly percentage: {
|
|
1386
|
+
readonly type: import("vue").PropType<number>;
|
|
1387
|
+
readonly required: false;
|
|
1388
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1389
|
+
__epPropKey: true;
|
|
1390
|
+
} & {
|
|
1391
|
+
readonly default: 0;
|
|
1392
|
+
};
|
|
1393
|
+
readonly status: {
|
|
1394
|
+
readonly type: import("vue").PropType<"" | "success" | "warning" | "exception">;
|
|
1395
|
+
readonly required: false;
|
|
1396
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1397
|
+
__epPropKey: true;
|
|
1398
|
+
} & {
|
|
1399
|
+
readonly default: "";
|
|
1400
|
+
};
|
|
1401
|
+
readonly indeterminate: BooleanConstructor;
|
|
1402
|
+
readonly duration: {
|
|
1403
|
+
readonly type: import("vue").PropType<number>;
|
|
1404
|
+
readonly required: false;
|
|
1405
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1406
|
+
__epPropKey: true;
|
|
1407
|
+
} & {
|
|
1408
|
+
readonly default: 3;
|
|
1409
|
+
};
|
|
1410
|
+
readonly strokeWidth: {
|
|
1411
|
+
readonly type: import("vue").PropType<number>;
|
|
1412
|
+
readonly required: false;
|
|
1413
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1414
|
+
__epPropKey: true;
|
|
1415
|
+
} & {
|
|
1416
|
+
readonly default: 6;
|
|
1417
|
+
};
|
|
1418
|
+
readonly strokeLinecap: {
|
|
1419
|
+
readonly type: import("vue").PropType<NonNullable<"inherit" | "round" | "square" | "butt">>;
|
|
1420
|
+
readonly required: false;
|
|
1421
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1422
|
+
__epPropKey: true;
|
|
1423
|
+
} & {
|
|
1424
|
+
readonly default: "round";
|
|
1425
|
+
};
|
|
1426
|
+
readonly textInside: BooleanConstructor;
|
|
1427
|
+
readonly width: {
|
|
1428
|
+
readonly type: import("vue").PropType<number>;
|
|
1429
|
+
readonly required: false;
|
|
1430
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1431
|
+
__epPropKey: true;
|
|
1432
|
+
} & {
|
|
1433
|
+
readonly default: 126;
|
|
1434
|
+
};
|
|
1435
|
+
readonly showText: {
|
|
1436
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1437
|
+
readonly required: false;
|
|
1438
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1439
|
+
__epPropKey: true;
|
|
1440
|
+
} & {
|
|
1441
|
+
readonly default: true;
|
|
1442
|
+
};
|
|
1443
|
+
readonly color: {
|
|
1444
|
+
readonly type: import("vue").PropType<string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]>;
|
|
1445
|
+
readonly required: false;
|
|
1446
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1447
|
+
__epPropKey: true;
|
|
1448
|
+
} & {
|
|
1449
|
+
readonly default: "";
|
|
1450
|
+
};
|
|
1451
|
+
readonly striped: BooleanConstructor;
|
|
1452
|
+
readonly stripedFlow: BooleanConstructor;
|
|
1453
|
+
readonly format: {
|
|
1454
|
+
readonly type: import("vue").PropType<import("element-plus").ProgressFn>;
|
|
1455
|
+
readonly required: false;
|
|
1456
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1457
|
+
__epPropKey: true;
|
|
1458
|
+
} & {
|
|
1459
|
+
readonly default: (percentage: number) => string;
|
|
1460
|
+
};
|
|
1461
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
1462
|
+
readonly width: number;
|
|
1463
|
+
readonly color: string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[];
|
|
1464
|
+
readonly strokeLinecap: NonNullable<"inherit" | "round" | "square" | "butt">;
|
|
1465
|
+
readonly strokeWidth: number;
|
|
1466
|
+
readonly type: "circle" | "line" | "dashboard";
|
|
1467
|
+
readonly format: import("element-plus").ProgressFn;
|
|
1468
|
+
readonly duration: number;
|
|
1469
|
+
readonly indeterminate: boolean;
|
|
1470
|
+
readonly percentage: number;
|
|
1471
|
+
readonly status: "" | "success" | "warning" | "exception";
|
|
1472
|
+
readonly showText: boolean;
|
|
1473
|
+
readonly textInside: boolean;
|
|
1474
|
+
readonly striped: boolean;
|
|
1475
|
+
readonly stripedFlow: boolean;
|
|
1476
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1477
|
+
P: {};
|
|
1478
|
+
B: {};
|
|
1479
|
+
D: {};
|
|
1480
|
+
C: {};
|
|
1481
|
+
M: {};
|
|
1482
|
+
Defaults: {};
|
|
1483
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1484
|
+
readonly type: {
|
|
1485
|
+
readonly type: import("vue").PropType<"circle" | "line" | "dashboard">;
|
|
1486
|
+
readonly required: false;
|
|
1487
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1488
|
+
__epPropKey: true;
|
|
1489
|
+
} & {
|
|
1490
|
+
readonly default: "line";
|
|
1491
|
+
};
|
|
1492
|
+
readonly percentage: {
|
|
1493
|
+
readonly type: import("vue").PropType<number>;
|
|
1494
|
+
readonly required: false;
|
|
1495
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1496
|
+
__epPropKey: true;
|
|
1497
|
+
} & {
|
|
1498
|
+
readonly default: 0;
|
|
1499
|
+
};
|
|
1500
|
+
readonly status: {
|
|
1501
|
+
readonly type: import("vue").PropType<"" | "success" | "warning" | "exception">;
|
|
1502
|
+
readonly required: false;
|
|
1503
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1504
|
+
__epPropKey: true;
|
|
1505
|
+
} & {
|
|
1506
|
+
readonly default: "";
|
|
1507
|
+
};
|
|
1508
|
+
readonly indeterminate: BooleanConstructor;
|
|
1509
|
+
readonly duration: {
|
|
1510
|
+
readonly type: import("vue").PropType<number>;
|
|
1511
|
+
readonly required: false;
|
|
1512
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1513
|
+
__epPropKey: true;
|
|
1514
|
+
} & {
|
|
1515
|
+
readonly default: 3;
|
|
1516
|
+
};
|
|
1517
|
+
readonly strokeWidth: {
|
|
1518
|
+
readonly type: import("vue").PropType<number>;
|
|
1519
|
+
readonly required: false;
|
|
1520
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1521
|
+
__epPropKey: true;
|
|
1522
|
+
} & {
|
|
1523
|
+
readonly default: 6;
|
|
1524
|
+
};
|
|
1525
|
+
readonly strokeLinecap: {
|
|
1526
|
+
readonly type: import("vue").PropType<NonNullable<"inherit" | "round" | "square" | "butt">>;
|
|
1527
|
+
readonly required: false;
|
|
1528
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1529
|
+
__epPropKey: true;
|
|
1530
|
+
} & {
|
|
1531
|
+
readonly default: "round";
|
|
1532
|
+
};
|
|
1533
|
+
readonly textInside: BooleanConstructor;
|
|
1534
|
+
readonly width: {
|
|
1535
|
+
readonly type: import("vue").PropType<number>;
|
|
1536
|
+
readonly required: false;
|
|
1537
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1538
|
+
__epPropKey: true;
|
|
1539
|
+
} & {
|
|
1540
|
+
readonly default: 126;
|
|
1541
|
+
};
|
|
1542
|
+
readonly showText: {
|
|
1543
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1544
|
+
readonly required: false;
|
|
1545
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1546
|
+
__epPropKey: true;
|
|
1547
|
+
} & {
|
|
1548
|
+
readonly default: true;
|
|
1549
|
+
};
|
|
1550
|
+
readonly color: {
|
|
1551
|
+
readonly type: import("vue").PropType<string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]>;
|
|
1552
|
+
readonly required: false;
|
|
1553
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1554
|
+
__epPropKey: true;
|
|
1555
|
+
} & {
|
|
1556
|
+
readonly default: "";
|
|
1557
|
+
};
|
|
1558
|
+
readonly striped: BooleanConstructor;
|
|
1559
|
+
readonly stripedFlow: BooleanConstructor;
|
|
1560
|
+
readonly format: {
|
|
1561
|
+
readonly type: import("vue").PropType<import("element-plus").ProgressFn>;
|
|
1562
|
+
readonly required: false;
|
|
1563
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1564
|
+
__epPropKey: true;
|
|
1565
|
+
} & {
|
|
1566
|
+
readonly default: (percentage: number) => string;
|
|
1567
|
+
};
|
|
1568
|
+
}>>, {}, {}, {}, {}, {
|
|
1569
|
+
readonly width: number;
|
|
1570
|
+
readonly color: string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[];
|
|
1571
|
+
readonly strokeLinecap: NonNullable<"inherit" | "round" | "square" | "butt">;
|
|
1572
|
+
readonly strokeWidth: number;
|
|
1573
|
+
readonly type: "circle" | "line" | "dashboard";
|
|
1574
|
+
readonly format: import("element-plus").ProgressFn;
|
|
1575
|
+
readonly duration: number;
|
|
1576
|
+
readonly indeterminate: boolean;
|
|
1577
|
+
readonly percentage: number;
|
|
1578
|
+
readonly status: "" | "success" | "warning" | "exception";
|
|
1579
|
+
readonly showText: boolean;
|
|
1580
|
+
readonly textInside: boolean;
|
|
1581
|
+
readonly striped: boolean;
|
|
1582
|
+
readonly stripedFlow: boolean;
|
|
1583
|
+
}>;
|
|
1584
|
+
__isFragment?: never;
|
|
1585
|
+
__isTeleport?: never;
|
|
1586
|
+
__isSuspense?: never;
|
|
1587
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1588
|
+
readonly type: {
|
|
1589
|
+
readonly type: import("vue").PropType<"circle" | "line" | "dashboard">;
|
|
1590
|
+
readonly required: false;
|
|
1591
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1592
|
+
__epPropKey: true;
|
|
1593
|
+
} & {
|
|
1594
|
+
readonly default: "line";
|
|
1595
|
+
};
|
|
1596
|
+
readonly percentage: {
|
|
1597
|
+
readonly type: import("vue").PropType<number>;
|
|
1598
|
+
readonly required: false;
|
|
1599
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1600
|
+
__epPropKey: true;
|
|
1601
|
+
} & {
|
|
1602
|
+
readonly default: 0;
|
|
1603
|
+
};
|
|
1604
|
+
readonly status: {
|
|
1605
|
+
readonly type: import("vue").PropType<"" | "success" | "warning" | "exception">;
|
|
1606
|
+
readonly required: false;
|
|
1607
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1608
|
+
__epPropKey: true;
|
|
1609
|
+
} & {
|
|
1610
|
+
readonly default: "";
|
|
1611
|
+
};
|
|
1612
|
+
readonly indeterminate: BooleanConstructor;
|
|
1613
|
+
readonly duration: {
|
|
1614
|
+
readonly type: import("vue").PropType<number>;
|
|
1615
|
+
readonly required: false;
|
|
1616
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1617
|
+
__epPropKey: true;
|
|
1618
|
+
} & {
|
|
1619
|
+
readonly default: 3;
|
|
1620
|
+
};
|
|
1621
|
+
readonly strokeWidth: {
|
|
1622
|
+
readonly type: import("vue").PropType<number>;
|
|
1623
|
+
readonly required: false;
|
|
1624
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1625
|
+
__epPropKey: true;
|
|
1626
|
+
} & {
|
|
1627
|
+
readonly default: 6;
|
|
1628
|
+
};
|
|
1629
|
+
readonly strokeLinecap: {
|
|
1630
|
+
readonly type: import("vue").PropType<NonNullable<"inherit" | "round" | "square" | "butt">>;
|
|
1631
|
+
readonly required: false;
|
|
1632
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1633
|
+
__epPropKey: true;
|
|
1634
|
+
} & {
|
|
1635
|
+
readonly default: "round";
|
|
1636
|
+
};
|
|
1637
|
+
readonly textInside: BooleanConstructor;
|
|
1638
|
+
readonly width: {
|
|
1639
|
+
readonly type: import("vue").PropType<number>;
|
|
1640
|
+
readonly required: false;
|
|
1641
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1642
|
+
__epPropKey: true;
|
|
1643
|
+
} & {
|
|
1644
|
+
readonly default: 126;
|
|
1645
|
+
};
|
|
1646
|
+
readonly showText: {
|
|
1647
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1648
|
+
readonly required: false;
|
|
1649
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1650
|
+
__epPropKey: true;
|
|
1651
|
+
} & {
|
|
1652
|
+
readonly default: true;
|
|
1653
|
+
};
|
|
1654
|
+
readonly color: {
|
|
1655
|
+
readonly type: import("vue").PropType<string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]>;
|
|
1656
|
+
readonly required: false;
|
|
1657
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1658
|
+
__epPropKey: true;
|
|
1659
|
+
} & {
|
|
1660
|
+
readonly default: "";
|
|
1661
|
+
};
|
|
1662
|
+
readonly striped: BooleanConstructor;
|
|
1663
|
+
readonly stripedFlow: BooleanConstructor;
|
|
1664
|
+
readonly format: {
|
|
1665
|
+
readonly type: import("vue").PropType<import("element-plus").ProgressFn>;
|
|
1666
|
+
readonly required: false;
|
|
1667
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1668
|
+
__epPropKey: true;
|
|
1669
|
+
} & {
|
|
1670
|
+
readonly default: (percentage: number) => string;
|
|
1671
|
+
};
|
|
1672
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
1673
|
+
readonly width: number;
|
|
1674
|
+
readonly color: string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[];
|
|
1675
|
+
readonly strokeLinecap: NonNullable<"inherit" | "round" | "square" | "butt">;
|
|
1676
|
+
readonly strokeWidth: number;
|
|
1677
|
+
readonly type: "circle" | "line" | "dashboard";
|
|
1678
|
+
readonly format: import("element-plus").ProgressFn;
|
|
1679
|
+
readonly duration: number;
|
|
1680
|
+
readonly indeterminate: boolean;
|
|
1681
|
+
readonly percentage: number;
|
|
1682
|
+
readonly status: "" | "success" | "warning" | "exception";
|
|
1683
|
+
readonly showText: boolean;
|
|
1684
|
+
readonly textInside: boolean;
|
|
1685
|
+
readonly striped: boolean;
|
|
1686
|
+
readonly stripedFlow: boolean;
|
|
1687
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1688
|
+
$slots: {
|
|
1689
|
+
default?(_: {
|
|
1690
|
+
percentage: number;
|
|
1691
|
+
}): any;
|
|
1692
|
+
default?(_: {
|
|
1693
|
+
percentage: number;
|
|
1694
|
+
}): any;
|
|
1695
|
+
};
|
|
1696
|
+
}) & import("vue").Plugin;
|
|
1697
|
+
ElIcon: {
|
|
1698
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1699
|
+
readonly size: {
|
|
1700
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1701
|
+
readonly required: false;
|
|
1702
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1703
|
+
__epPropKey: true;
|
|
1704
|
+
};
|
|
1705
|
+
readonly color: {
|
|
1706
|
+
readonly type: import("vue").PropType<string>;
|
|
1707
|
+
readonly required: false;
|
|
1708
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1709
|
+
__epPropKey: true;
|
|
1710
|
+
};
|
|
1711
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1712
|
+
P: {};
|
|
1713
|
+
B: {};
|
|
1714
|
+
D: {};
|
|
1715
|
+
C: {};
|
|
1716
|
+
M: {};
|
|
1717
|
+
Defaults: {};
|
|
1718
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1719
|
+
readonly size: {
|
|
1720
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1721
|
+
readonly required: false;
|
|
1722
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1723
|
+
__epPropKey: true;
|
|
1724
|
+
};
|
|
1725
|
+
readonly color: {
|
|
1726
|
+
readonly type: import("vue").PropType<string>;
|
|
1727
|
+
readonly required: false;
|
|
1728
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1729
|
+
__epPropKey: true;
|
|
1730
|
+
};
|
|
1731
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
1732
|
+
__isFragment?: never;
|
|
1733
|
+
__isTeleport?: never;
|
|
1734
|
+
__isSuspense?: never;
|
|
1735
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1736
|
+
readonly size: {
|
|
1737
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1738
|
+
readonly required: false;
|
|
1739
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1740
|
+
__epPropKey: true;
|
|
1741
|
+
};
|
|
1742
|
+
readonly color: {
|
|
1743
|
+
readonly type: import("vue").PropType<string>;
|
|
1744
|
+
readonly required: false;
|
|
1745
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1746
|
+
__epPropKey: true;
|
|
1747
|
+
};
|
|
1748
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1749
|
+
$slots: {
|
|
1750
|
+
default?(_: {}): any;
|
|
1751
|
+
};
|
|
1752
|
+
}) & import("vue").Plugin;
|
|
1753
|
+
Check: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1754
|
+
ZoomIn: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1755
|
+
Delete: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1756
|
+
Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1757
|
+
CircleCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1758
|
+
Document: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1759
|
+
Download: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1760
|
+
ElButton: ({
|
|
1761
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1762
|
+
readonly size: {
|
|
1763
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1764
|
+
readonly required: false;
|
|
1765
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1766
|
+
__epPropKey: true;
|
|
1767
|
+
};
|
|
1768
|
+
readonly disabled: BooleanConstructor;
|
|
1769
|
+
readonly type: {
|
|
1770
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
1771
|
+
readonly required: false;
|
|
1772
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1773
|
+
__epPropKey: true;
|
|
1774
|
+
} & {
|
|
1775
|
+
readonly default: "";
|
|
1776
|
+
};
|
|
1777
|
+
readonly icon: {
|
|
1778
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1779
|
+
readonly required: false;
|
|
1780
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1781
|
+
__epPropKey: true;
|
|
1782
|
+
};
|
|
1783
|
+
readonly nativeType: {
|
|
1784
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
1785
|
+
readonly required: false;
|
|
1786
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1787
|
+
__epPropKey: true;
|
|
1788
|
+
} & {
|
|
1789
|
+
readonly default: "button";
|
|
1790
|
+
};
|
|
1791
|
+
readonly loading: BooleanConstructor;
|
|
1792
|
+
readonly loadingIcon: {
|
|
1793
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1794
|
+
readonly required: false;
|
|
1795
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1796
|
+
__epPropKey: true;
|
|
1797
|
+
} & {
|
|
1798
|
+
readonly default: () => any;
|
|
1799
|
+
};
|
|
1800
|
+
readonly plain: {
|
|
1801
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1802
|
+
readonly required: false;
|
|
1803
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1804
|
+
__epPropKey: true;
|
|
1805
|
+
} & {
|
|
1806
|
+
readonly default: undefined;
|
|
1807
|
+
};
|
|
1808
|
+
readonly text: {
|
|
1809
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1810
|
+
readonly required: false;
|
|
1811
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1812
|
+
__epPropKey: true;
|
|
1813
|
+
} & {
|
|
1814
|
+
readonly default: undefined;
|
|
1815
|
+
};
|
|
1816
|
+
readonly link: BooleanConstructor;
|
|
1817
|
+
readonly bg: BooleanConstructor;
|
|
1818
|
+
readonly autofocus: BooleanConstructor;
|
|
1819
|
+
readonly round: {
|
|
1820
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1821
|
+
readonly required: false;
|
|
1822
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1823
|
+
__epPropKey: true;
|
|
1824
|
+
} & {
|
|
1825
|
+
readonly default: undefined;
|
|
1826
|
+
};
|
|
1827
|
+
readonly circle: BooleanConstructor;
|
|
1828
|
+
readonly color: StringConstructor;
|
|
1829
|
+
readonly dark: BooleanConstructor;
|
|
1830
|
+
readonly autoInsertSpace: {
|
|
1831
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1832
|
+
readonly required: false;
|
|
1833
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1834
|
+
__epPropKey: true;
|
|
1835
|
+
} & {
|
|
1836
|
+
readonly default: undefined;
|
|
1837
|
+
};
|
|
1838
|
+
readonly tag: {
|
|
1839
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1840
|
+
readonly required: false;
|
|
1841
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1842
|
+
__epPropKey: true;
|
|
1843
|
+
} & {
|
|
1844
|
+
readonly default: "button";
|
|
1845
|
+
};
|
|
1846
|
+
}>> & {
|
|
1847
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
1848
|
+
}, {
|
|
1849
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
1850
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
1851
|
+
type: import("vue").ComputedRef<string>;
|
|
1852
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
1853
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
1854
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1855
|
+
click: (evt: MouseEvent) => void;
|
|
1856
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
1857
|
+
readonly link: boolean;
|
|
1858
|
+
readonly circle: boolean;
|
|
1859
|
+
readonly text: boolean;
|
|
1860
|
+
readonly disabled: boolean;
|
|
1861
|
+
readonly round: boolean;
|
|
1862
|
+
readonly dark: boolean;
|
|
1863
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
1864
|
+
readonly bg: boolean;
|
|
1865
|
+
readonly loading: boolean;
|
|
1866
|
+
readonly autofocus: boolean;
|
|
1867
|
+
readonly tag: unknown;
|
|
1868
|
+
readonly plain: boolean;
|
|
1869
|
+
readonly autoInsertSpace: boolean;
|
|
1870
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
1871
|
+
readonly loadingIcon: unknown;
|
|
1872
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1873
|
+
P: {};
|
|
1874
|
+
B: {};
|
|
1875
|
+
D: {};
|
|
1876
|
+
C: {};
|
|
1877
|
+
M: {};
|
|
1878
|
+
Defaults: {};
|
|
1879
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1880
|
+
readonly size: {
|
|
1881
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1882
|
+
readonly required: false;
|
|
1883
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1884
|
+
__epPropKey: true;
|
|
1885
|
+
};
|
|
1886
|
+
readonly disabled: BooleanConstructor;
|
|
1887
|
+
readonly type: {
|
|
1888
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
1889
|
+
readonly required: false;
|
|
1890
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1891
|
+
__epPropKey: true;
|
|
1892
|
+
} & {
|
|
1893
|
+
readonly default: "";
|
|
1894
|
+
};
|
|
1895
|
+
readonly icon: {
|
|
1896
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1897
|
+
readonly required: false;
|
|
1898
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1899
|
+
__epPropKey: true;
|
|
1900
|
+
};
|
|
1901
|
+
readonly nativeType: {
|
|
1902
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
1903
|
+
readonly required: false;
|
|
1904
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1905
|
+
__epPropKey: true;
|
|
1906
|
+
} & {
|
|
1907
|
+
readonly default: "button";
|
|
1908
|
+
};
|
|
1909
|
+
readonly loading: BooleanConstructor;
|
|
1910
|
+
readonly loadingIcon: {
|
|
1911
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1912
|
+
readonly required: false;
|
|
1913
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1914
|
+
__epPropKey: true;
|
|
1915
|
+
} & {
|
|
1916
|
+
readonly default: () => any;
|
|
1917
|
+
};
|
|
1918
|
+
readonly plain: {
|
|
1919
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1920
|
+
readonly required: false;
|
|
1921
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1922
|
+
__epPropKey: true;
|
|
1923
|
+
} & {
|
|
1924
|
+
readonly default: undefined;
|
|
1925
|
+
};
|
|
1926
|
+
readonly text: {
|
|
1927
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1928
|
+
readonly required: false;
|
|
1929
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1930
|
+
__epPropKey: true;
|
|
1931
|
+
} & {
|
|
1932
|
+
readonly default: undefined;
|
|
1933
|
+
};
|
|
1934
|
+
readonly link: BooleanConstructor;
|
|
1935
|
+
readonly bg: BooleanConstructor;
|
|
1936
|
+
readonly autofocus: BooleanConstructor;
|
|
1937
|
+
readonly round: {
|
|
1938
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1939
|
+
readonly required: false;
|
|
1940
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1941
|
+
__epPropKey: true;
|
|
1942
|
+
} & {
|
|
1943
|
+
readonly default: undefined;
|
|
1944
|
+
};
|
|
1945
|
+
readonly circle: BooleanConstructor;
|
|
1946
|
+
readonly color: StringConstructor;
|
|
1947
|
+
readonly dark: BooleanConstructor;
|
|
1948
|
+
readonly autoInsertSpace: {
|
|
1949
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1950
|
+
readonly required: false;
|
|
1951
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1952
|
+
__epPropKey: true;
|
|
1953
|
+
} & {
|
|
1954
|
+
readonly default: undefined;
|
|
1955
|
+
};
|
|
1956
|
+
readonly tag: {
|
|
1957
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1958
|
+
readonly required: false;
|
|
1959
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1960
|
+
__epPropKey: true;
|
|
1961
|
+
} & {
|
|
1962
|
+
readonly default: "button";
|
|
1963
|
+
};
|
|
1964
|
+
}>> & {
|
|
1965
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
1966
|
+
}, {
|
|
1967
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
1968
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
1969
|
+
type: import("vue").ComputedRef<string>;
|
|
1970
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
1971
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
1972
|
+
}, {}, {}, {}, {
|
|
1973
|
+
readonly link: boolean;
|
|
1974
|
+
readonly circle: boolean;
|
|
1975
|
+
readonly text: boolean;
|
|
1976
|
+
readonly disabled: boolean;
|
|
1977
|
+
readonly round: boolean;
|
|
1978
|
+
readonly dark: boolean;
|
|
1979
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
1980
|
+
readonly bg: boolean;
|
|
1981
|
+
readonly loading: boolean;
|
|
1982
|
+
readonly autofocus: boolean;
|
|
1983
|
+
readonly tag: unknown;
|
|
1984
|
+
readonly plain: boolean;
|
|
1985
|
+
readonly autoInsertSpace: boolean;
|
|
1986
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
1987
|
+
readonly loadingIcon: unknown;
|
|
1988
|
+
}>;
|
|
1989
|
+
__isFragment?: never;
|
|
1990
|
+
__isTeleport?: never;
|
|
1991
|
+
__isSuspense?: never;
|
|
1992
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1993
|
+
readonly size: {
|
|
1994
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1995
|
+
readonly required: false;
|
|
1996
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1997
|
+
__epPropKey: true;
|
|
1998
|
+
};
|
|
1999
|
+
readonly disabled: BooleanConstructor;
|
|
2000
|
+
readonly type: {
|
|
2001
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
2002
|
+
readonly required: false;
|
|
2003
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2004
|
+
__epPropKey: true;
|
|
2005
|
+
} & {
|
|
2006
|
+
readonly default: "";
|
|
2007
|
+
};
|
|
2008
|
+
readonly icon: {
|
|
2009
|
+
readonly type: import("vue").PropType<unknown>;
|
|
2010
|
+
readonly required: false;
|
|
2011
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2012
|
+
__epPropKey: true;
|
|
2013
|
+
};
|
|
2014
|
+
readonly nativeType: {
|
|
2015
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
2016
|
+
readonly required: false;
|
|
2017
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2018
|
+
__epPropKey: true;
|
|
2019
|
+
} & {
|
|
2020
|
+
readonly default: "button";
|
|
2021
|
+
};
|
|
2022
|
+
readonly loading: BooleanConstructor;
|
|
2023
|
+
readonly loadingIcon: {
|
|
2024
|
+
readonly type: import("vue").PropType<unknown>;
|
|
2025
|
+
readonly required: false;
|
|
2026
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2027
|
+
__epPropKey: true;
|
|
2028
|
+
} & {
|
|
2029
|
+
readonly default: () => any;
|
|
2030
|
+
};
|
|
2031
|
+
readonly plain: {
|
|
2032
|
+
readonly type: import("vue").PropType<boolean>;
|
|
2033
|
+
readonly required: false;
|
|
2034
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2035
|
+
__epPropKey: true;
|
|
2036
|
+
} & {
|
|
2037
|
+
readonly default: undefined;
|
|
2038
|
+
};
|
|
2039
|
+
readonly text: {
|
|
2040
|
+
readonly type: import("vue").PropType<boolean>;
|
|
2041
|
+
readonly required: false;
|
|
2042
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2043
|
+
__epPropKey: true;
|
|
2044
|
+
} & {
|
|
2045
|
+
readonly default: undefined;
|
|
2046
|
+
};
|
|
2047
|
+
readonly link: BooleanConstructor;
|
|
2048
|
+
readonly bg: BooleanConstructor;
|
|
2049
|
+
readonly autofocus: BooleanConstructor;
|
|
2050
|
+
readonly round: {
|
|
2051
|
+
readonly type: import("vue").PropType<boolean>;
|
|
2052
|
+
readonly required: false;
|
|
2053
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2054
|
+
__epPropKey: true;
|
|
2055
|
+
} & {
|
|
2056
|
+
readonly default: undefined;
|
|
2057
|
+
};
|
|
2058
|
+
readonly circle: BooleanConstructor;
|
|
2059
|
+
readonly color: StringConstructor;
|
|
2060
|
+
readonly dark: BooleanConstructor;
|
|
2061
|
+
readonly autoInsertSpace: {
|
|
2062
|
+
readonly type: import("vue").PropType<boolean>;
|
|
2063
|
+
readonly required: false;
|
|
2064
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2065
|
+
__epPropKey: true;
|
|
2066
|
+
} & {
|
|
2067
|
+
readonly default: undefined;
|
|
2068
|
+
};
|
|
2069
|
+
readonly tag: {
|
|
2070
|
+
readonly type: import("vue").PropType<unknown>;
|
|
2071
|
+
readonly required: false;
|
|
2072
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2073
|
+
__epPropKey: true;
|
|
2074
|
+
} & {
|
|
2075
|
+
readonly default: "button";
|
|
2076
|
+
};
|
|
2077
|
+
}>> & {
|
|
2078
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
2079
|
+
}, {
|
|
2080
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
2081
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
2082
|
+
type: import("vue").ComputedRef<string>;
|
|
2083
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
2084
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
2085
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2086
|
+
click: (evt: MouseEvent) => void;
|
|
2087
|
+
}, string, {
|
|
2088
|
+
readonly link: boolean;
|
|
2089
|
+
readonly circle: boolean;
|
|
2090
|
+
readonly text: boolean;
|
|
2091
|
+
readonly disabled: boolean;
|
|
2092
|
+
readonly round: boolean;
|
|
2093
|
+
readonly dark: boolean;
|
|
2094
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
2095
|
+
readonly bg: boolean;
|
|
2096
|
+
readonly loading: boolean;
|
|
2097
|
+
readonly autofocus: boolean;
|
|
2098
|
+
readonly tag: unknown;
|
|
2099
|
+
readonly plain: boolean;
|
|
2100
|
+
readonly autoInsertSpace: boolean;
|
|
2101
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
2102
|
+
readonly loadingIcon: unknown;
|
|
2103
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2104
|
+
$slots: {
|
|
2105
|
+
loading?(_: {}): any;
|
|
2106
|
+
icon?(_: {}): any;
|
|
2107
|
+
default?(_: {}): any;
|
|
2108
|
+
};
|
|
2109
|
+
}) & import("vue").Plugin) & {
|
|
2110
|
+
ButtonGroup: {
|
|
2111
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2112
|
+
readonly size: {
|
|
2113
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
2114
|
+
readonly required: false;
|
|
2115
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2116
|
+
__epPropKey: true;
|
|
2117
|
+
};
|
|
2118
|
+
readonly type: {
|
|
2119
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
2120
|
+
readonly required: false;
|
|
2121
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2122
|
+
__epPropKey: true;
|
|
2123
|
+
} & {
|
|
2124
|
+
readonly default: "";
|
|
2125
|
+
};
|
|
2126
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
2127
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
2128
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2129
|
+
P: {};
|
|
2130
|
+
B: {};
|
|
2131
|
+
D: {};
|
|
2132
|
+
C: {};
|
|
2133
|
+
M: {};
|
|
2134
|
+
Defaults: {};
|
|
2135
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2136
|
+
readonly size: {
|
|
2137
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
2138
|
+
readonly required: false;
|
|
2139
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2140
|
+
__epPropKey: true;
|
|
2141
|
+
};
|
|
2142
|
+
readonly type: {
|
|
2143
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
2144
|
+
readonly required: false;
|
|
2145
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2146
|
+
__epPropKey: true;
|
|
2147
|
+
} & {
|
|
2148
|
+
readonly default: "";
|
|
2149
|
+
};
|
|
2150
|
+
}>>, {}, {}, {}, {}, {
|
|
2151
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
2152
|
+
}>;
|
|
2153
|
+
__isFragment?: never;
|
|
2154
|
+
__isTeleport?: never;
|
|
2155
|
+
__isSuspense?: never;
|
|
2156
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2157
|
+
readonly size: {
|
|
2158
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
2159
|
+
readonly required: false;
|
|
2160
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2161
|
+
__epPropKey: true;
|
|
2162
|
+
};
|
|
2163
|
+
readonly type: {
|
|
2164
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
2165
|
+
readonly required: false;
|
|
2166
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2167
|
+
__epPropKey: true;
|
|
2168
|
+
} & {
|
|
2169
|
+
readonly default: "";
|
|
2170
|
+
};
|
|
2171
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
2172
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
2173
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2174
|
+
$slots: {
|
|
2175
|
+
default?(_: {}): any;
|
|
2176
|
+
};
|
|
2177
|
+
});
|
|
2178
|
+
};
|
|
2179
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2180
|
+
ElLink: {
|
|
2181
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2182
|
+
readonly type: {
|
|
2183
|
+
readonly type: import("vue").PropType<"default" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
2184
|
+
readonly required: false;
|
|
2185
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2186
|
+
__epPropKey: true;
|
|
2187
|
+
} & {
|
|
2188
|
+
readonly default: undefined;
|
|
2189
|
+
};
|
|
2190
|
+
readonly underline: {
|
|
2191
|
+
readonly type: import("vue").PropType<boolean | "hover" | "always" | "never">;
|
|
2192
|
+
readonly required: false;
|
|
2193
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2194
|
+
__epPropKey: true;
|
|
2195
|
+
} & {
|
|
2196
|
+
readonly default: undefined;
|
|
2197
|
+
};
|
|
2198
|
+
readonly disabled: BooleanConstructor;
|
|
2199
|
+
readonly href: {
|
|
2200
|
+
readonly type: import("vue").PropType<string>;
|
|
2201
|
+
readonly required: false;
|
|
2202
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2203
|
+
__epPropKey: true;
|
|
2204
|
+
} & {
|
|
2205
|
+
readonly default: "";
|
|
2206
|
+
};
|
|
2207
|
+
readonly target: {
|
|
2208
|
+
readonly type: import("vue").PropType<string>;
|
|
2209
|
+
readonly required: false;
|
|
2210
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2211
|
+
__epPropKey: true;
|
|
2212
|
+
} & {
|
|
2213
|
+
readonly default: "_self";
|
|
2214
|
+
};
|
|
2215
|
+
readonly icon: {
|
|
2216
|
+
readonly type: import("vue").PropType<unknown>;
|
|
2217
|
+
readonly required: false;
|
|
2218
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2219
|
+
__epPropKey: true;
|
|
2220
|
+
};
|
|
2221
|
+
}>> & {
|
|
2222
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
2223
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2224
|
+
click: (evt: MouseEvent) => void;
|
|
2225
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
2226
|
+
readonly disabled: boolean;
|
|
2227
|
+
readonly underline: boolean | "hover" | "always" | "never";
|
|
2228
|
+
readonly type: "default" | "primary" | "success" | "warning" | "info" | "danger";
|
|
2229
|
+
readonly target: string;
|
|
2230
|
+
readonly href: string;
|
|
2231
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2232
|
+
P: {};
|
|
2233
|
+
B: {};
|
|
2234
|
+
D: {};
|
|
2235
|
+
C: {};
|
|
2236
|
+
M: {};
|
|
2237
|
+
Defaults: {};
|
|
2238
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2239
|
+
readonly type: {
|
|
2240
|
+
readonly type: import("vue").PropType<"default" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
2241
|
+
readonly required: false;
|
|
2242
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2243
|
+
__epPropKey: true;
|
|
2244
|
+
} & {
|
|
2245
|
+
readonly default: undefined;
|
|
2246
|
+
};
|
|
2247
|
+
readonly underline: {
|
|
2248
|
+
readonly type: import("vue").PropType<boolean | "hover" | "always" | "never">;
|
|
2249
|
+
readonly required: false;
|
|
2250
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2251
|
+
__epPropKey: true;
|
|
2252
|
+
} & {
|
|
2253
|
+
readonly default: undefined;
|
|
2254
|
+
};
|
|
2255
|
+
readonly disabled: BooleanConstructor;
|
|
2256
|
+
readonly href: {
|
|
2257
|
+
readonly type: import("vue").PropType<string>;
|
|
2258
|
+
readonly required: false;
|
|
2259
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2260
|
+
__epPropKey: true;
|
|
2261
|
+
} & {
|
|
2262
|
+
readonly default: "";
|
|
2263
|
+
};
|
|
2264
|
+
readonly target: {
|
|
2265
|
+
readonly type: import("vue").PropType<string>;
|
|
2266
|
+
readonly required: false;
|
|
2267
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2268
|
+
__epPropKey: true;
|
|
2269
|
+
} & {
|
|
2270
|
+
readonly default: "_self";
|
|
2271
|
+
};
|
|
2272
|
+
readonly icon: {
|
|
2273
|
+
readonly type: import("vue").PropType<unknown>;
|
|
2274
|
+
readonly required: false;
|
|
2275
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2276
|
+
__epPropKey: true;
|
|
2277
|
+
};
|
|
2278
|
+
}>> & {
|
|
2279
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
2280
|
+
}, {}, {}, {}, {}, {
|
|
2281
|
+
readonly disabled: boolean;
|
|
2282
|
+
readonly underline: boolean | "hover" | "always" | "never";
|
|
2283
|
+
readonly type: "default" | "primary" | "success" | "warning" | "info" | "danger";
|
|
2284
|
+
readonly target: string;
|
|
2285
|
+
readonly href: string;
|
|
2286
|
+
}>;
|
|
2287
|
+
__isFragment?: never;
|
|
2288
|
+
__isTeleport?: never;
|
|
2289
|
+
__isSuspense?: never;
|
|
2290
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2291
|
+
readonly type: {
|
|
2292
|
+
readonly type: import("vue").PropType<"default" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
2293
|
+
readonly required: false;
|
|
2294
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2295
|
+
__epPropKey: true;
|
|
2296
|
+
} & {
|
|
2297
|
+
readonly default: undefined;
|
|
2298
|
+
};
|
|
2299
|
+
readonly underline: {
|
|
2300
|
+
readonly type: import("vue").PropType<boolean | "hover" | "always" | "never">;
|
|
2301
|
+
readonly required: false;
|
|
2302
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2303
|
+
__epPropKey: true;
|
|
2304
|
+
} & {
|
|
2305
|
+
readonly default: undefined;
|
|
2306
|
+
};
|
|
2307
|
+
readonly disabled: BooleanConstructor;
|
|
2308
|
+
readonly href: {
|
|
2309
|
+
readonly type: import("vue").PropType<string>;
|
|
2310
|
+
readonly required: false;
|
|
2311
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2312
|
+
__epPropKey: true;
|
|
2313
|
+
} & {
|
|
2314
|
+
readonly default: "";
|
|
2315
|
+
};
|
|
2316
|
+
readonly target: {
|
|
2317
|
+
readonly type: import("vue").PropType<string>;
|
|
2318
|
+
readonly required: false;
|
|
2319
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2320
|
+
__epPropKey: true;
|
|
2321
|
+
} & {
|
|
2322
|
+
readonly default: "_self";
|
|
2323
|
+
};
|
|
2324
|
+
readonly icon: {
|
|
2325
|
+
readonly type: import("vue").PropType<unknown>;
|
|
2326
|
+
readonly required: false;
|
|
2327
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2328
|
+
__epPropKey: true;
|
|
2329
|
+
};
|
|
2330
|
+
}>> & {
|
|
2331
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
2332
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2333
|
+
click: (evt: MouseEvent) => void;
|
|
2334
|
+
}, string, {
|
|
2335
|
+
readonly disabled: boolean;
|
|
2336
|
+
readonly underline: boolean | "hover" | "always" | "never";
|
|
2337
|
+
readonly type: "default" | "primary" | "success" | "warning" | "info" | "danger";
|
|
2338
|
+
readonly target: string;
|
|
2339
|
+
readonly href: string;
|
|
2340
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2341
|
+
$slots: {
|
|
2342
|
+
default?(_: {}): any;
|
|
2343
|
+
icon?(_: {}): any;
|
|
2344
|
+
};
|
|
2345
|
+
}) & import("vue").Plugin;
|
|
2346
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2347
|
+
export default _default;
|